body{
    direction:ltr;
    margin:0;
    padding:0;
    color:#636363;
    font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size:15px ;
}
div, img, a{
    margin:0;
    padding:0;
}
h1,h2,h3{
    color:#445F37;
}
a {
    color:#445F37;
    outline:none;
    text-decoration:none
}
a:hover {
    color:#BBB6AB;
    text-decoration:none
}
.clr{
    clear:both;
    height:0;
    padding:0;
    margin:0;
}
.mdl{
    position:relative;
    margin:0 auto;
    max-width:1170px;
}
#hdr_bg{
    background:url('../images/hdr_bg_top.png') top repeat-x, url('../images/hdr_bg_bdy.jpg') repeat;
    z-index:-10;    /*to be below the hdr_light*/
    padding-bottom:1px; /*or for the last margin-bottom will not merge with th bg.*/
}
#hdr{
    position:relative;
    z-index:1;
}
#hdr_light{
    position:absolute;
    top:0;
    width:100%;
    height:100%;
    background:url('../images/hdr_light_bg.png') no-repeat 20% 0;
    z-index:-9; /*to be able to click links,..*/
}
#logo_srch_lang{
    padding-top:18px;
    padding-bottom:12px;
}
#logo{
    display:inline-block;
    width:331px;
    height:60px;
}
#logo img{
    max-width:100%;
    height:auto;
}
#lang,#srch_frm{
    float:right;
    height:37px;
}
#srch_frm{
    margin-left:10px;
    margin-top:21px;
}
#lang{
    margin-top:26px;
}
#lang a{
    color:#B59124;
    text-decoration:underline;
    line-height:37px;
}
#lang a:hover{
    color:#709A5E;
}
#srch_frm{
    position:relative;
    width:270px;
}
#srch_inpt{
    width:100%;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    background:url('../images/srch_inpt_bg.png');
    height:100%;
    border:1px solid #22331e;
    color:#b59124;
    padding:0 15px;
    padding-right:42px;
}
#srch_sbmt{
    position:absolute;
    top:0;
    right:0;
    background:url('../images/srch_sbmt_bg.png') no-repeat;
    width:37px;
    height:100%;
    border:none;
    cursor:pointer;
}
#srch_sbmt:hover{
    background-position:0 -63px;
}
#mnu_slct{
    display:none;
    margin:0 auto;
    margin-bottom:21px;
    padding:5px;
    width:98%;
    background:#E4E4E4;
    border:1px solid #C8C8C8;
    cursor:pointer;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
#mnu_slct option{
    padding-left:15px;
}
#mnu_slct .root_optn{
    padding-left:5px;
    font-weight:bold;
}
#mnu{
    background:#d3b044 url('../images/mnu_bg.png') 50% 0 no-repeat;
    margin-bottom:21px;
}
#mnu_shdow{
    position:absolute;
    left:0;
    top:50px;
    height:65px;
    width:100%;
    background:url('../images/mnu_bg_shdow.png') no-repeat 0 0;
    background-size:100% auto;
    z-index:-1;
}
#mnu > ul{
    list-style:none;
    margin:0;
    padding:0;
    z-index:100;
    -moz-box-shadow:0 2px 6px #233122;
    -webkit-box-shadow:0 2px 6px #233122;
    box-shadow:0 2px 6px #233122;
}
#mnu > ul > li{
    position:relative;
    display:inline-block;
    text-align:center;
    border-left:1px solid #B8952A;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:20%;
    z-index:100;
}
#mnu > ul > li:first-child{
    border-left:none;
}
#mnu > ul > li > a{
    display:block;
    height:16px;
    line-height:16px;
    font-size:18px;
    font-weight:800;
    padding:26px 0 30px;
    color:#FFFFFF;
    text-shadow:1px 1px 3px #755508;
    border-top:2px solid #B59226;
}
#mnu > ul > li.active > a,#mnu ul > li:hover > a{
    border-top-color:transparent;
    background:#2C472E url('../images/mnu_itm_hover.png') no-repeat;
}
#mnu ul ul{
    display:none;
    position:absolute;
    width:100%;
    list-style:none;
    margin:0;
    padding:20px 0;
    background:#4A694C;
    z-index:100;
}
#mnu ul li:hover > ul{
    display:block;
}
#mnu ul ul li{
    text-align:left;
    border-bottom:1px dotted #3C5940;
}
#mnu ul ul li:first-child{
    border-top:1px dotted #3C5940;
}
#mnu ul ul li a{
    display:block;
    padding:0 15px;
    color:#fff;
    font-weight:800;
    line-height:28px;
}
#mnu ul ul li a:hover{
    background:#bc9727;
}
#bdy_cntnr{
    background:url('../images/bdy_bg.jpg') repeat;
    padding-top:1px;
}
#bdy{
    padding:42px 0;
    border-bottom:4px solid #DCDBD7;
    min-height:200px;
}
.bdy_main_img{
    width:40%;
    margin-left:10px;
    float:right;
    border:1px solid #445F37;
}
#ftr{
    padding-top:20px;
    background:#fff;
}
#ftr_cmpny{
    float:left;
    width:30%;
    margin-right:4%;
    font-size:34px;
    font-weight:bold;
    color: #BBB6AB;
}
#ftr_links{
    position:relative;
    float:right;
    width:66%;
}
#ftr_links ul{
    float:left;
    width:30%;
    margin:0;
    margin-left:5%;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
#ftr_links ul:first-child{
    margin-left:0;
}
#ftr_links ul li{
    padding:5px 0;
    color:#445F37;
}
#ftr_links ul li a{
    color:inherit;
    font-weight:bold;
}
#ftr_links ul li a:hover{
    color:#BBB6AB;
}
#ftr_cpy{
    margin-top:5px;
    border-top:2px solid #DCDBD7;
    padding:10px 0;
    text-align:center;
}
.blcks_cntnr{

}
.blcks4{
    position:relative;
    display:block;
    float:left;
    width:22%;
    margin-left:4%;
    margin-bottom:30px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
.blcks_cntnr .blcks4:first-child{
    margin-left:0;
}
.blcks4 a{
    font-weight:bold;
}
.blcks4_spcl,.blcks4_spcl h1{
    color:#BA9729;
}
#back_to_top{
    display:none;
    position:fixed;
    right:10px;
    bottom:10px;
    width:50px;
    height:50px;
    background:url('../images/back_to_top.png') center center no-repeat;
    background-color:#445f37;
    z-index:200;
    -moz-transition:all 1s ease 0s;
    -webkit-transition:all 1s ease 0s;
    transition:all 1s ease 0s;
}
#back_to_top:hover{
    background-color:#ba9729;
}
/*========================== Index Page ==========================*/
#slider_cntnr{
    position:relative;
    /*padding-bottom:56px;*/
    direction:ltr;  /*to work on arabic we keep it as it is even in rtl*/
}
#camera_slider{
    -moz-box-shadow:0 0 6px #2a3a2c;
    -webkit-box-shadow:0 0 6px #2a3a2c;
    box-shadow:0 0 6px #2a3a2c;
    /*margin-bottom:65px !important;*/
}
#camera_slider .camera_caption{
    margin:0;
    top:auto !important;
    right:0px;
    top:10% !important; /*13%*/
    width:auto;
}
#camera_slider .camera_caption div{
    text-align:right;
    background:none;
    padding:0;
}
#camera_slider .camera_caption div h1,#camera_slider .camera_caption div h2,#camera_slider .camera_caption div h3{
    margin:0;
    display:inline-block;
    padding:10px 20px;
    background:#c49f30;
    background:rgba(196,159,48,0.6);
    color:#fff;
    /*color:#c49f30;*/
}
#camera_slider .camera_caption div h1{
    font-size:60px;
}
#camera_slider .camera_pag{
    padding:22px 0;
}
#camera_slider .camera_pag .camera_pag_ul{
    direction:ltr;
}
#camera_slider .camera_pag .camera_pag_ul li{
    background:#3e5538;
    width:22px;
    height:22px;
    margin:0;
    margin-left:6px;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
    -moz-box-shadow:inset 1px 1px 1px #29321f, 1px 1px 0 #8b9d75;
    -webkit-box-shadow:inset 1px 1px 1px #29321f, 1px 1px 0 #8b9d75;
    box-shadow:inset 1px 1px 1px #29321f, 1px 1px 0 #8b9d75;
}
#camera_slider .camera_pag .camera_pag_ul li:first-child {
    margin-left:0;
}
#camera_slider .camera_pag .camera_pag_ul li.cameracurrent span, #camera_slider .camera_pag .camera_pag_ul li:hover span{
    background:#bf9a2c;
    width:14px;
    height:14px;
    top:4px;
    left:4px;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
    -moz-box-shadow:inset 1px 1px 1px #edce75, 1px 1px 0 #3f4a29;
    -webkit-box-shadow:inset 1px 1px 1px #edce75, 1px 1px 0 #3f4a29;
    box-shadow:inset 1px 1px 1px #edce75, 1px 1px 0 #3f4a29;
}
#slider_light{
    position:absolute;
    width:100%;
    height:406px;
    background:url('../images/slider_light.png') no-repeat 50% 0;
    background-size:100% auto;
    bottom:0;
    z-index:-1;
}
#slider_dark{
    position:absolute;
    width:100%;
    height:87px;
    background:url('../images/slider_dark.png') no-repeat 50% 0;
    background-size:100% auto;
    bottom:0;
    z-index:-1;
}
#indx_blcks{
    margin-top: -58px;
}
#indx_blcks .indx_blck{
    position:relative;
    width:33.33333%;
    float:left;
    padding:15px 30px;
    font-size:17px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow:0 0 5px rgba(0, 0, 0, 0.5);
    min-height:300px;
    z-index:1;
}
#indx_blcks .indx_blck h1{
    font-size:30px;
}
.indx_blck a{font-weight:bold;}
.indx_blck a:hover{text-decoration:underline;}
#indx_blck1{background:#A68418;}
#indx_blck1 a{color:#3F5A37;}
#indx_blck2{background:#3F5A37;}
#indx_blck2 a{color:#A68418;}
#indx_blck3{background:#FFFFFF;}
#indx_blck3 a{color:#BBB6AB;}
#indx_blck1, #indx_blck2, #indx_blck1 h1, #indx_blck2 h1{
    color:#FFFFFF;
    text-shadow:1px 1px 5px #5F5F5F;
}
#indx_blck3{
    color: #445F37;
}

/*========================== on Different Screens ==========================*/

@media only screen and (max-width: 1200px) {
    #back_to_top{
        display:none !important;
    }
    /*here if he insert from the editor an image so on minimize make the images,.. fit the new width*/
    #bdy img{
        max-width:100%;
    }
}

@media only screen and (max-width: 767px) {
    #logo,.blcks4,#ftr_cmpny,#ftr_links,#ftr_links ul{
        width:100%;
        margin-left:0;
        float:none;
    }
    #ftr_cmpny{
        text-align:center;
        margin-bottom:10px;
    }
    #ftr_links ul{
        border-top:1px dotted #DCDBD7;
        padding-top:5px;
        padding-bottom:5px;
    }
    .blcks4{
        padding:0 10px;
    }
    #srch_frm{
        margin-bottom:10px;
    }
    #indx_blcks .indx_blck{
        width:100%;
        float:none;
        min-height:0;
    }
    #camera_slider .camera_caption{
        display:none !important;
    }
    #slider_light, #slider_dark{
        display:none;
    }
    #mnu{
        display:none;
    }
    #mnu_slct{
        display:block;
    }
}
/*if greater then below width then keep lang inside with srch else if smaller each one in seperate line*/
@media only screen and (max-width: 400px) {
    #lang,#srch_frm{
        width:100%;
        margin-left:0;
        float:none;
    }
}
/*==========================  ==========================*/