/*
 ___    ___
 \   \  \   \
  \ \ \__\ \ \
   \_\______\_\
Independent, \ \
Creative,     \ \__
Digital        \___\
and good at it.
morphlondon.com
 
RESET----------------------------------------------------------*/
*{margin:0px; padding:0px; border:0 none; vertical-align: baseline; font-size:100%; line-height:1.3em; font-weight:normal; font-style:normal;}
ul,ol{ list-style:none;}
a img {border:none;}
a:focus { outline: none; }
input::-moz-focus-inner {border:0;}
/*set text selecttion color*/
::selection { background:#c3effd; color:#000; /* Safari and Opera */ }
::-moz-selection{ background:#c3effd; color:#000; /* Firefox */ }
em{font-style:italic;}
hr{height:0px;overflow:hidden; margin:0;padding:0; line-height:0;}
header,nav,section,article,aside,footer{display:block;}
strong{font-weight:bold;}
/*force scroll*/
/*html { min-height: 100%; padding-bottom: 1px; }*/

/* 960 Grid System ~ Core CSS. Learn more ~ http://960.gs/ Licensed under GPL and MIT.__________*/
/*  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider. */
body {min-width: 960px;}

/* Container-------------------------------------------------------------*/
.container_12 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
/* Grid >> Global--------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.grid_3_vr{
    display: inline;
    float: left;
    padding-left: 10px;
    margin-right: 10px;
    width: 210px;
    background: transparent url('../img/vr.png') 0 0 repeat-y;
}

.grid_1.full,
.grid_2.full,
.grid_3.full,
.grid_4.full,
.grid_5.full,
.grid_6.full,
.grid_7.full,
.grid_8.full,
.grid_9.full,
.grid_10.full,
.grid_11.full,
.grid_12.full {
  margin-left: 0;
  margin-right: 0;
}
.grid_1.border-1-l,
.grid_2.border-1-l,
.grid_3.border-1-l,
.grid_4.border-1-l,
.grid_5.border-1-l,
.grid_6.border-1-l,
.grid_7.border-1-l,
.grid_8.border-1-l,
.grid_9.border-1-l,
.grid_10.border-1-l,
.grid_11.border-1-l,
.grid_12.border-1-l {
  margin-left: 9px;
}
.grid_1.border-1-r,
.grid_2.border-1-r,
.grid_3.border-1-r,
.grid_4.border-1-r,
.grid_5.border-1-r,
.grid_6.border-1-r,
.grid_7.border-1-r,
.grid_8.border-1-r,
.grid_9.border-1-r,
.grid_10.border-1-r,
.grid_11.border-1-r,
.grid_12.border-1-r {
  margin-right: 9px;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11 {
  position: relative;
}
/* Grid >> Children (Alpha ~ First, Omega ~ Last)-----------------------*/
.alpha {margin-left: 0;}
.omega {margin-right: 0;}

/* Grid >> 12 Columns---------------------------------------------------*/
.container_12 .grid_1 {width: 60px;}
.container_12 .grid_2 {width: 140px;}
.container_12 .grid_3 {width: 220px;}
.container_12 .grid_4 {width: 300px;}
.container_12 .grid_5 { width: 380px;}
.container_12 .grid_6 { width: 460px;}
.container_12 .grid_7 { width: 540px;}
.container_12 .grid_8 { width: 620px;}
.container_12 .grid_9 { width: 700px;}
.container_12 .grid_10 { width: 780px;}
.container_12 .grid_11 { width: 860px;}
.container_12 .grid_12 { width: 940px;}

/* full width Grid >> 12 Columns---------------------------------------------------*/
.container_12 .grid_1.full {width: 80px;}
.container_12 .grid_2.full {width: 160px;}
.container_12 .grid_3.full {width: 240px;}
.container_12 .grid_4.full {width: 320px;}
.container_12 .grid_5.full { width: 400px;}
.container_12 .grid_6.full { width: 480px;}
.container_12 .grid_7.full { width: 560px;}
.container_12 .grid_8.full { width: 640px;}
.container_12 .grid_9.full { width: 720px;}
.container_12 .grid_10.full { width: 800px;}
.container_12 .grid_11.full { width: 880px;}
.container_12 .grid_12.full { width: 960px;}

/* Prefix Extra Space >> 12 Columns--------------------------------------*/
.container_12 .prefix_1 { padding-left: 80px;}
.container_12 .prefix_2 {  padding-left: 160px;}
.container_12 .prefix_3 {  padding-left: 240px;}
.container_12 .prefix_4 {  padding-left: 320px;}
.container_12 .prefix_5 {  padding-left: 400px;}
.container_12 .prefix_6 {  padding-left: 480px;}
.container_12 .prefix_7 {  padding-left: 560px;}
.container_12 .prefix_8 {  padding-left: 640px;}
.container_12 .prefix_9 {  padding-left: 720px;}
.container_12 .prefix_10 {  padding-left: 800px;}
.container_12 .prefix_11 { padding-left: 880px;}

/* Suffix Extra Space >> 12 Columns-------------------------------------*/
.container_12 .suffix_1 {  padding-right: 80px;}
.container_12 .suffix_2 {  padding-right: 160px;}
.container_12 .suffix_3 {  padding-right: 240px;}
.container_12 .suffix_4 {  padding-right: 320px;}
.container_12 .suffix_5 {  padding-right: 400px;}
.container_12 .suffix_6 {  padding-right: 480px;}
.container_12 .suffix_7 {  padding-right: 560px;}
.container_12 .suffix_8 {  padding-right: 640px;}
.container_12 .suffix_9 {  padding-right: 720px;}
.container_12 .suffix_10 {  padding-right: 800px;}
.container_12 .suffix_11 { padding-right: 880px;}

/* Push Space >> 12 Columns--------------------------------------------*/
.container_12 .push_1 {  left: 80px;}
.container_12 .push_2 {  left: 160px;}
.container_12 .push_3 {  left: 240px;}
.container_12 .push_4 {  left: 320px;}
.container_12 .push_5 {  left: 400px;}
.container_12 .push_6 {  left: 480px;}
.container_12 .push_7 {  left: 560px;}
.container_12 .push_8 {  left: 640px;}
.container_12 .push_9 {  left: 720px;}
.container_12 .push_10 {  left: 800px;}
.container_12 .push_11 {  left: 880px;}

/* Pull Space >> 12 Columns--------------------------------------------*/
.container_12 .pull_1 {  left: -80px;}
.container_12 .pull_2 {  left: -160px;}
.container_12 .pull_3 {  left: -240px;}
.container_12 .pull_4 {  left: -320px;}
.container_12 .pull_5 {  left: -400px;}
.container_12 .pull_6 {  left: -480px;}
.container_12 .pull_7 {  left: -560px;}
.container_12 .pull_8 {  left: -640px;}
.container_12 .pull_9 {  left: -720px;}
.container_12 .pull_10 {  left: -800px;}
.container_12 .pull_11 {  left: -880px;}

/* Clear Floated Elements--- http://sonspring.com/journal/clearing-floats */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.clearfix:after,
.container_12:after {
  clear: both;
}
/*
  The following zoom:1 rule is specifically for IE6 + IE7. Move to separate stylesheet if invalid CSS is a problem.
*/
.clearfix,
.container_12 {
  zoom: 1;
}

/*Library----------------------------------------------------------*/

.hidden{display:none;}
.hidden2{height:0px; overflow:hidden;}			
.inlineBlock{
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
	vertical-align:top;
}
.opacity{
	filter: alpha(opacity=75); /* IE lt 8 */
	-ms-filter: "alpha(opacity=75)"; /* IE 8 */
	-khtml-opacity: .75; /* Safari 1.x */
	-moz-opacity: .75; /* FF lt 1.5, Netscape */
	opacity: .75; /* Standard: FF gt 1.5, Opera, Safari */
}

.opacity0{
	filter: alpha(opacity=0); /* IE lt 8 */
	-ms-filter: "alpha(opacity=0)"; /* IE 8 */
	-khtml-opacity: 0.0; /* Safari 1.x */
	-moz-opacity: 0.0; /* FF lt 1.5, Netscape */
	opacity: 0.0; /* Standard: FF gt 1.5, Opera, Safari */
}

.underline{ text-decoration:underline;}
.uppercase{ text-transform:uppercase;}

.ieTxtShadow{
	display:block;
	height:33px;/*can be what ever*/
	filter: dropshadow(color=#ffff00,offX=5,offY=5);
}
.roundedCrnrs{
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    behavior: url(http://katara.dev/wp-content/themes/katara-1.0/assets/css/PIE.php);
}

.clearBoth{ 
    clear:both;
    height:0px;}

.loader{
    position:absolute;
    left:50%;
    top:50%;
    width:50px;
    height:50px;
    margin:-25px 0 0 -25px;
    z-index:10;
}

.caro{
    overflow:hidden;
    position:relative;
}
    .reel{
        width:4000px;
        height:100%;
        position:absolute;
        top:0;
        left:0;
    }
        .reel li{float:left;}
            .caro-nav{
                height:28px;
                width:100%;
                text-align:center;
                position:absolute;
                left:0;
            }
                .caro-nav ul{
                    height:9px;
                    margin:9px auto 10px auto;
                    width:80px;
                }
                    .caro-nav ul li{
                        float:left;
                        margin-right:11px;
                    }
                        .caro-nav-btn{
                            display:block;
                            width:9px;
                            height:9px;
                            background: transparent url('../img/caro-btns.png') 0 0 no-repeat;
                        }
                        a.caro-nav-btn:hover,
                        a.caro-nav-btn.active{
                            background: transparent url('../img/caro-btns.png') 0 -9px no-repeat;
                        }

.slidingDoors,
.slidingDoors2{position:relative;} 
                        
.slidingDoors .btnL,.slidingDoors .btnR,
.slidingDoors2 .btnL,.slidingDoors2 .btnR{
    position:absolute;
    top:0px;
}    
.slidingDoors .btnT,.slidingDoors .btnB{
    position:absolute;
    left:0px;
}                
.slidingDoors .btnL{
    left:-9px;
    display:block;
    width:10px;
    height:35px;
    background:transparent url('../img/btn-l.png') 0 0 no-repeat;
} 
.slidingDoors .btnR{
    right:-9px;
    display:block;
    width:10px;
    height:35px;
    background:transparent url('../img/btn-r.png') 0 0 no-repeat;
}
.slidingDoors2 .btnL{
    left:-10px;
    display:block;
    width:10px;
    height:26px;
    background:transparent url('../img/btn-2-l.png') 0 0 no-repeat;
} 
.slidingDoors2 .btnR{
    right:-10px;
    display:block;
    width:10px;
    height:26px;
    background:transparent url('../img/btn-2-r.png') 0 0 no-repeat;
}

.slidingDoors .btnT{top:-6px;} 
.slidingDoors .btnB{bottom:-6px;}

.hide-text {
    text-indent: 105%;
    white-space: nowrap;
    overflow: hidden;
}
.alight-right{text-align:right ! Important;}
.m10t{margin-top:10px;}
.m10r{margin-right:10px;}
.m10b{margin-bottom:10px;}
.m10l{margin-left:10px;}

.m20t{margin-top:20px;}
.m20r{margin-right:20px;}
.m20b{margin-bottom:20px;}
.m20l{margin-left:20px;}

.p-grid-l{
    float:left;
    margin-right:10px;
}
.p-grid-r{
    float:left;
}

.vr-l{
    background: transparent url('../img/vr.png') 0 0 repeat-y;
}
.vr-r{
    background: transparent url('../img/vr.png') right 0 repeat-y;
}

/*Typogrophy______*/
/*@font-face {
    font-family: '"nimbus-sans-condensed"';
    src: url('../fonts/2393C7_0_0.eot');
    src: url('../fonts/2393C7_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/2393C7_0_0.woff') format('woff'),url('../fonts/2393C7_0_0.ttf') format('truetype');
}*/

.ttl-36, .ttl-36 a,
.ttl-23, .ttl-23 a,
.ttl-19, .ttl-19 a
{
    font-family: "nimbus-sans-condensed", sans-serif;
    font-weight:normal;
    line-height: 1em;   
    color:#bb9d39; 
    text-transform:uppercase; 
}
.ttl-36{font-size:36px;}
.ttl-23{font-size:23px;}
.ttl-19{font-size:19px;}

.fade-line{
    margin:10px 0 20px 0;
    padding-bottom:8px;
    background:transparent url('../img/aside-hr.png') 0 bottom no-repeat;
}

.tag-line-29{
    font-size:29px;
    font-family: Georgia,serif;
    font-weight:normal;
    font-style:italic;
    line-height: 1em;   
}
.tag-line-16{
    font-size:16px;
    font-family: Georgia,serif;
    font-weight:normal;
    font-style:italic;
    line-height: 1em;   
    color:#912854;  
}
.tag-line-15{
    font-size:15px;
    font-family: Georgia,serif;
    font-weight:normal;
    font-style:italic;
    line-height: 1em;   
    color:#912854;  
}

.sub-ttl-22,.sub-ttl-22 a,.cms-content h2{
    font-size:22px;
    font-family: "nimbus-sans-condensed", sans-serif;
    font-weight:normal;
    line-height: 1em;   
    color:#3f3f3f;  
}

a.sub-ttl-22:hover,
.sub-ttl-22 a:hover{text-decoration:underline;}
.cms-content h2{
    padding:10px 0 5px 0;
}

.sub-ttl-18,.cms-content h3{
    font-size:18px;
    font-family: "nimbus-sans-condensed", sans-serif;
    font-weight:normal;
    line-height: 1em;   
    color:#3f3f3f;  
}
a.sub-ttl-18:hover,
.sub-ttl-18 a:hover{text-decoration:underline;}
.cms-content h3{
    padding:8px 0 3px 0;
}

.sub-ttl-12, .sub-ttl-12 a{
    font-size:12px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight:bold;
    color:#3f3f3f;  
}
a.sub-ttl-12:hover{text-decoration:underline;}

.em-16{
    font-size:16px;
    font-family: Georgia,serif;
    font-style:italic;
    font-weight:normal;
    color:#3f3f3f;
}

.date{
    font-size:12px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight:normal;
    color:#3f3f3f;
}

.more{
    font-size:12px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight:normal;
    color:#659b94;
    padding-left:20px;
    background: transparent url('../img/circle-arrows.png') 0 -20px no-repeat;
}
a.more:hover{
    background: transparent url('../img/circle-arrows.png') 0 -38px no-repeat;
    text-decoration:underline;
}
a.more.expand{
    display:block;
    margin-top:10px;
}
a.more.expand.active{
    background: transparent url('../img/circle-arrows.png') 0 -74px no-repeat;
    text-decoration:underline;
}

.prev,
.next{
    width:210px;
    float:left;
}

.prev{
    font-size:12px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight:normal;
    color:#912854;
    padding-left:20px;
    display:block;
    background: transparent url('../img/circle-arrows.png') 0 1px no-repeat;
}
.prev a{
    font-size:12px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight:normal;
    color:#912854;
}
.next{
    font-size:12px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight:normal;
    color:#912854;
    padding-right:20px;
    display:block;
    background: transparent url('../img/circle-arrows.png') right -53px no-repeat;
    text-align:right;
}
.next a{
    font-size:12px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight:normal;
    color:#912854;
}

.dummy-cb{
    width:16px;
    height:16px;
    overflow:hidden;
    background:transparent url('../img/checkbox.png') 0 0 no-repeat;
    position:relative;
}
.dummy-cb.active{
    background:transparent url('../img/checkbox.png') 0 -16px no-repeat;
}
    .dummy-cb input{
        width:16px;
        height:16px;
        position:absolute;
        top:0;
        left:0;
        z-index:2;
        filter: alpha(opacity=0); /* IE lt 8 */
    	-ms-filter: "alpha(opacity=0)"; /* IE 8 */
    	-khtml-opacity: 0.0; /* Safari 1.x */
    	-moz-opacity: 0.0; /* FF lt 1.5, Netscape */
    	opacity: 0.0; /* Standard: FF gt 1.5, Opera, Safari */
    }

.dummy-file{
    width:247px;
    height:35px;
    overflow:hidden;
    background:transparent url('../img/file.png') 0 0 no-repeat;
    position:relative;
}
    .dummy-file span{
        position:absolute;
        top:10px;
        left:10px;
        display:block;
        width:144px;
        height:16px;
        overflow:hidden;
        z-index:1;
        font-size:13px;
        color:#ACACAC;
    }
    .dummy-file input{
        width:247px;
        height:35px;
        position:absolute;
        top:0;
        left:0;
        z-index:2;
        filter: alpha(opacity=0); /* IE lt 8 */
    	-ms-filter: "alpha(opacity=0)"; /* IE 8 */
    	-khtml-opacity: 0.0; /* Safari 1.x */
    	-moz-opacity: 0.0; /* FF lt 1.5, Netscape */
    	opacity: 0.0; /* Standard: FF gt 1.5, Opera, Safari */
    }
    .dummy-file .file-btn-text{
        position: absolute;
        top: 6px;
        right: 0;
        left: auto;
        z-index: 1;
        width: 77px;
        height: 24px;
        color:#fff;
        font-family: "nimbus-sans-condensed", sans-serif;
        font-size: 18px;
    }

.dummy-select{
    width:247px;
    height:35px;
    overflow:hidden;
    background:transparent url('../img/dropdown.png') 0 0 no-repeat;
    position:relative;
}
    .dummy-select span{
        position:absolute;
        top:10px;
        left:10px;
        display:block;
        width:199px;
        height:16px;
        overflow:hidden;
        z-index:1;
        font-size:13px;
        color:#ACACAC;
    } 
   .dummy-select select{
       width:247px;
       height:35px;
       position:absolute;
       top:0;
       left:0;
       z-index:2;
       filter: alpha(opacity=0); /* IE lt 8 */
   	   -ms-filter: "alpha(opacity=0)"; /* IE 8 */
   	   -khtml-opacity: 0.0; /* Safari 1.x */
   	   -moz-opacity: 0.0; /* FF lt 1.5, Netscape */
   	   opacity: 0.0; /* Standard: FF gt 1.5, Opera, Safari */
   }
    
/*Lets GO!________________________________*/
body{
	color: #3f3f3f;
	font-size:13px;
	font-family: Helvetica, Arial, sans-serif;
	background: #efeae2 url('../img/bg.gif') center 0 no-repeat;
	-webkit-background-size: 960px 622px;
	text-align:center;
}
@media only screen and (max-width: 960px) {
    body{
        background: #efeae2 url('../img/bg.gif') 0 0 no-repeat;
        -webkit-background-size: 960px 622px;
    }
}
body.no-img{background: #efeae2;}
body.six20{min-width:560px;width:560px;}

a{color:#659b94;text-decoration:none;}


/*GENERIC ELEMENTS____________________*/
.image{
    margin:10px 10px 10px 0;
}

.marginTop20{
    margin-top:20px !important;
}

form{margin-bottom:20px;}

input[type="text"],
input[type="password"],
input[type="email"]{
    font-family: Helvetica, Arial, sans-serif;
    height:35px;
    line-height:31px;
    padding:0 5px;
    border:none;
    background:#fff;
    font-size:13px;
    color:#acacac;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url(http://katara.dev/wp-content/themes/katara-1.0/assets/css/PIE.php);
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus{
    outline:0;
}

textarea{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow:auto;
    behavior: url(http://katara.dev/wp-content/themes/katara-1.0/assets/css/PIE.php);
}

input[type="submit"]{           
    height:35px;
    line-height:31px;
    padding:0 11px;
    border:none;
    background:#bc9e39 url('../img/btn-m.png') 0 -35px repeat-x;
    font-size:15px;
    color:#fff;
    font-family: "nimbus-sans-condensed", sans-serif;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url(http://katara.dev/wp-content/themes/katara-1.0/assets/css/PIE.php);
}
  
.error{
    color:#d20000;
    font-size:11px;
}
.input-hint{font-size:11px;}

ol{
    list-style:decimal outside;
    margin-left:20px;
}

ol li{ margin-bottom:10px;}

.grad-bg{
    padding:18px 0;
    /*background:#ebe4d5;*/
    background-image: linear-gradient(bottom, rgb(239,234,226) 35%, rgb(235,228,213) 60%);
    background-image: -o-linear-gradient(bottom, rgb(239,234,226) 35%, rgb(235,228,213) 60%);
    background-image: -moz-linear-gradient(bottom, rgb(239,234,226) 35%, rgb(235,228,213) 60%);
    background-image: -webkit-linear-gradient(bottom, rgb(239,234,226) 35%, rgb(235,228,213) 60%);
    background-image: -ms-linear-gradient(bottom, rgb(239,234,226) 35%, rgb(235,228,213) 60%);

    background-image: -webkit-gradient(
    	linear,
    	left bottom,
    	left top,
    	color-stop(0.35, rgb(239,234,226)),
    	color-stop(0.6, rgb(235,228,213))
    );
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.ie7 .grad-bg,
.ie8 .grad-bg,
.ie9 .grad-bg{
    background:transparent url('../img/grad-bg.png') 0 0 repeat-x;
}

.search-tb{}
.search-btn{
    width:45px;            
    margin-left:-20px;
    padding:0;
}
.ie7 .search-btn{margin-top:1px;}

.btn{
    height:35px;
    line-height:35px;
    padding:0 11px;
    border:none;
    background:#bc9e39 url('../img/btn-m.png') 0 -35px repeat-x;
    font-size:15px;
    color:#fff;
    font-family: "nimbus-sans-condensed", sans-serif;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url(http://katara.dev/wp-content/themes/katara-1.0/assets/css/PIE.php);
}

.secondry-btn{
    height:35px;
    line-height:35px;
    padding:0 11px;
    border:none;
    background:#bc9e39 url('../img/btn-m.png') 0 -70px repeat-x;
    font-size:15px;
    color:#fff;
    font-family: "nimbus-sans-condensed", sans-serif;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url(http://katara.dev/wp-content/themes/katara-1.0/assets/css/PIE.php);
}

#nav-below{
    clear:both;
    padding-top:10px;
    background: transparent url('../img/pag-hr.png') 0 0 no-repeat;
}

/*header____________________*/
#lang-select-cont{
    text-align:right;
    background: #ebe5d8 url('../img/lang-bg.png') 0 0 repeat-x;
    border-bottom:solid 1px #f4f0eb;
    height:25px;
}
    #lang-select{
        height:19px;
        margin-top:3px;
        } 
        #lang-select li {
            float:right;
            margin-left:7px;
            line-height:19px;
        } 
            #lang-select li a {
                 display:block;
                 height:19px;
                 line-height:19px;
                 padding:0 10px;
                 font-size:11px;
                 color:#706032;
             }
             #lang-select li a:hover,
             #lang-select li a.active {
                  background:#f5f2ec;
                  -webkit-border-radius: 2px;
                  -moz-border-radius: 2px;
                  border-radius: 2px;
                  behavior: url(http://katara.dev/wp-content/themes/katara-1.0/assets/css/PIE.php);
             }

#header{
    text-align:center;
    border-bottom:solid 4px #bb9d39;
    }

    #site-logo{
        width:107px;
        height:98px;
        text-align:center;
        margin:11px auto 35px auto;
        background: transparent url('../img/logo.png') 0 0 no-repeat;
    }
        #site-logo a{
            display:block;
            width:107px;
            height:98px;
        }
        
    #access{
        height:5px;
        overflow:hidden;
    } 
    
    #main-nav{
        height:47px;
    }   
        #main-nav ul{
            height:36px;
        }
            #main-nav ul li{
                float:left;
                margin-right:4px;
            }
                #main-nav ul li a{
                    display:block;
                    height:35px;
                    line-height:35px;
                    padding:0 2px;
                    margin:0 10px;
                    background:#eae1d0 url('../img/btn-m.png') 0 0 repeat-x;
                    font-size:15px;
                    font-family: "nimbus-sans-condensed", sans-serif;
                    color:#666;
                    text-transform:uppercase; 
                }          
                    
                #main-nav ul li a:hover,
                #main-nav ul li a.active{
                    background:#bc9e39 url('../img/btn-m.png') 0 -35px repeat-x;
                    color:#fff;
                }
                    #main-nav ul li a:hover span,
                    #main-nav ul li a.active span{background-position:0 -35px;}
                    
                    #main-nav ul li a .nav-arrow{
                        position:absolute;
                        left:50%;
                        bottom:0px;
                        margin-left:-4px;
                        z-index:-1;

                        -webkit-transition: bottom 0.2s ease-out;  /* Saf3.2+, Chrome */
                             -moz-transition: bottom 0.2s ease-out;  /* FF4+ */
                              -ms-transition: bottom 0.2s ease-out;  /* IE10 */
                               -o-transition: bottom 0.2s ease-out;  /* Opera 10.5+ */
                                  transition: bottom 0.2s ease-out;
                    }
                    .ie7 #main-nav ul li a .nav-arrow{
                        display:none;
                    }
                    #main-nav ul li a:hover .nav-arrow,
                    #main-nav ul li a.active .nav-arrow{
                        bottom:-4px;
                    }
                    .ie7 #main-nav ul li a:hover .nav-arrow,
                    .ie7 #main-nav ul li a.active .nav-arrow{
                        bottom:-4px;
                        display:block;
                    }
    
    #nav-search{
        margin-bottom:11px;
    }
        #nav-search-tb{width:201px;}

/*HOME____________________*/

.caro.full-width{
    height:370px;
    width:960px;
    padding-bottom:20px;
    background: transparent url('../img/home-caro-shadow.png') 0 350px no-repeat;
    position:relative;
}
    .caro-item-copy{
        position:absolute;
        top:0;
        left:0;
        padding:38px 0 0 30px;
        width: 930px;
        background:transparent url('../img/home-caro-bg.png') 0 0 no-repeat;
        height:282px;
        text-align:left;
        z-index:2;
        
    }
        .copy-reel{
            width:427px;
            height:282px;
            overflow:hidden;
        }
            .copy-reel li{
                width:427px;
                height:282px;
                display:none;
            }
            .copy-reel li.active{display:block;}
                .caro-item-copy .ttl-36,
                .caro-item-copy .tag-line-16{
                    display:block;
                    color:#fff;
                    width:380px;
                }
                .caro-item-copy .ttl-36{
                   margin-bottom:25px;
                }
                .caro-item-copy .tag-line-16{
                   margin-bottom:25px;
                }
                .caro-item-copy p{
                    width:380px;
                }
                
    .img-reel{
        width:535px;
        height:320px;
        overflow:hidden;
        margin-left: 425px;
        background:#ebe4d5;
        z-index:1;
    }
        .img-reel li{
            width:535px;
            height:321px;
            display:none;
        }
        .img-reel li.active{display:block;}
            .caro-itm-img{
                -webkit-border-radius: 0px 0px 5px 0px;
                -moz-border-radius: 0px 0px 5px 0px;
                border-radius: 0px 0px 5px 0px;
            }
  
    
    .full-width .caro-nav{
        height:28px;
        width:100%;
        text-align:center;
        position:absolute;
        top:321px;
        left:0;
    }
           

.one-third{
    width:303px;
    padding:10px;
    margin-right:15px;
    float:left;
    background-color:#eee;
    text-align:left;
    margin-bottom:10px;
}

.one-third.second{margin-right:16px;}

.two-thirds{
    width:642px;
    padding:10px;
    margin-right:15px;
    float:left;
    background-color:#eee;
    text-align:left;  
    margin-bottom:10px; 
}
.one-third.end,.two-thirds.end{margin-right:0;}
    .home-4-grid{
        width:280px;
        padding:0 20px;
        float:left;
    }

/*MAIN____________________*/

.hotel-filter{
    height:26px;
    padding-bottom:4px;
    background:#BB9D39;
    text-align:left;
}
    .hotel-filter a{
        height:26px;
        line-height:26px;
        background: transparent url('../img/btn-2-m.png') 0 0 repeat-x;
        font-size:15px;
        margin: 0 10px 0 15px;
        color:#fff;
        font-family: "nimbus-sans-condensed", sans-serif;
        text-transform:uppercase;
    }
    .hotel-filter a:hover,
    .hotel-filter a.active{
        background: transparent url('../img/btn-2-m.png') 0 -26px repeat-x;
        color:#3f3f3f;
    }
    .hotel-filter a:hover .btnL,
    .hotel-filter a.active .btnL,
    .hotel-filter a:hover .btnR,
    .hotel-filter a.active .btnR{
        background-position:0 -26px;
    }
    
    #hotel-filter-region{ min-width:58px;}
    #hotel-filter-business{min-width:104px;}
    
.hero-img{
    margin-top:20px;
    margin-left:10px;
    border-bottom:solid 3px #912854;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

.hotel.hero-img{
    margin-top:0px;
}

.hotel-hero-map{
    width:710px;
    height:299px;
    position:relative;
    background:transparent url('../img/our-hotels-map.jpg') no-repeat 0 0;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    border-bottom:solid 3px #912854;
    background-size: cover;
}
    .hotel-hero-map a{
        position:absolute;
        color:#fff;
        text-transform:uppercase;
        font-size:14px;
        font-weight:bold;
        padding-left:9px;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        background:transparent url('../img/red-dot.png') no-repeat 0 6px;
        letter-spacing: -1px;
    } 
    
    #hotel-map-europe{
        top: 63px;
        left: 282px;
    }
    #hotel-map-africa{
        top: 184px;
        left: 301px;
    }
    #hotel-map-asia{
        top: 79px;
        left: 493px;
    }
    #hotel-map-middle-east{
        top: 134px;
        left: 371px;
    }
       

.content{
    margin-top:20px;
    text-align:left;
    line-height:20px;
}
.content.top-0{
    margin-top:0px;
}
.content.col-span-1{
    
}
.content.col-span-2{
    
}

    .gen-content-header {
        margin-bottom:30px;
    }
        .content p{
            line-height:20px;
            margin-bottom:20px;
        }
        
    .logo-content-header {
        margin-bottom:20px;
        min-height:80px;
    } 
        .logo-content-header img{
             float:left;
             margin-right:20px;
        }
    .date-content-header {
        margin-bottom:30px;
        background: transparent url('../img/1-col-hr.png') 0 bottom no-repeat;
    }  
        .date-content-header h1 {margin-bottom:10px;}
        .date-content-header .date {
            margin-bottom:3px;
            font-size:11px;
        }  
    
    .caro.hotel-caro{
        height:332px;
        width:710px;
        margin-bottom:10px;
    }
        .hotel-caro .reel{
            border-bottom:solid 3px #912854;
            height:299px;
            width:710px;
            background:#ebe4d5;
            -webkit-border-radius: 5px 5px 0 0;
            -moz-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0;
        }
            .hotel-caro .reel li{
                display:none;
            }
            .hotel-caro .reel li.active{
                display:block;
            }   
                .hotel-caro .reel li img{
                      -webkit-border-radius: 5px 5px 0 0;
                      -moz-border-radius: 5px 5px 0 0;
                      border-radius: 5px 5px 0 0;
                }      
        .hotel-caro .caro-nav{
            top:303px;
        }
        
        .hotel-address-tab{
            width:438px;
        }
            .hotel-address-tab .alpha{
                margin-right:55px;
            }
        .hotel-map{
            width:438px;
            border-bottom:solid 4px #912854;
            margin-bottom:5px;
        }
        
    .two-col-list{}
        .two-col-list-item{
            background:transparent url('../img/2-col-hr.png') 0 0 no-repeat;
            padding:20px 0;
        }
            .profile-pic{
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
                behavior: url(http://katara.dev/wp-content/themes/katara-1.0/assets/css/PIE.php);
            }
            
            .two-col-list-item .grid_7 ul{ 
                list-style:disc outside;
                margin-left: 16px;
            }
                .two-col-list-item .grid_7 ul li{ margin-bottom: 6px; }
        
    .one-col-list{list-style:none outside;}
        .one-col-list-item{
            background:transparent url('../img/1-col-hr.png') 0 0 no-repeat;
            padding:20px 0;
        } 
            .expanding-cont{
                overflow:hidden;
            }
            #board-members .expanding-cont{
                height: 59px;
            }
        
            .tender-li .login-link,
            .career-li .login-link{
                margin-right:30px;
            }
        
        .press-list .date{font-size:11px;}           

    
    .contact-page .contact-form{
            width:596px;
            padding-left:35px;
            padding-right:35px;
    }
        .contact-page .contact-form .half-block{
            width:280px;
            margin-bottom:28px;
            float:left;
            margin-right:30px;
            position:relative;
        }
        .contact-page .contact-form .half-block.omega{margin-right:0;}
        .contact-page .contact-form .full-block{
            width:596px;
            margin-bottom:28px;
            float:left;
            position:relative;
        }
            .contact-page .contact-form input[type="text"],
            .contact-page .contact-form input[type="password"],
            .contact-page .contact-form input[type="email"]{
                display:block;
                width:274px;
                height:29px;
                border:3px solid transparent;
                margin:5px 0;
            }
            
            .contact-form input[type="text"].small{
                width:30px;
            }
            .contact-form input[type="text"].med{
                width:40px;
            }
            
            .half-block input[type="text"].small{
                float:left;
                margin-right:15px;
            }
            .half-block input[type="text"].med{
                float:left;

            }
           
            .contact-page .contact-form textarea{
                display:block;
                width:590px;
                height:148px;
                border:3px solid transparent;
                margin:5px 0;
            }
.contact-page .contact-map{
            width:596px;
            padding:15px 35px 35px 35px;
    }

    #map{
        width: 591px;
        height: 398px;
        border: solid 1px #bb9d39;
    }

.form-page{
    width:560px;
    text-align:left;
}
    .form-page .contact-form{
        width:522px;
        padding-left:19px;
        padding-right:19px;
        margin-top:10px;
        
    }
        .form-page .contact-form .half-block{
            width:247px;
            margin-bottom:28px;
            float:left;
            margin-right:24px;
            position:relative;
        } 
        
        .form-page .contact-form .half-block.omega{margin-right:0;}
        .form-page .contact-form .full-block{
            width:522px;
            margin-bottom:28px;
            float:left;
            position:relative;
            min-height:185px;
        }
            .contact-form label{
                font-size:15px;
                font-weight:bold;
            }
            .contact-form input[type="text"],
            .contact-form input[type="password"],
            .contact-form input[type="email"]{
                display:block;
                width:241px;
                height:29px;
                border:3px solid transparent;
                margin:5px 0;
            }
            .contact-form input[type="text"],
            .contact-form input[type="email"]{
                color:#000;
            }
            .contact-form .dummy-file,
            .contact-form .dummy-select{
                display:block;
                border:3px solid transparent;
                margin:2px 0;
            }
            
            .contact-form textarea{
                display:block;
                width:516px;
                height:148px;
                border:3px solid transparent;
                margin:5px 0;
            }
            .half-block .error,.full-block .error{
                position:absolute;
                bottom:-15px;
                right:0;
            }
        
        .right-block{
            text-align:right;
            clear:both;
        }
            .right-block p{
                float:left;
            }
            .right-block .error{
                font-size:13px;
                margin-top: 10px;
            }
            
        
        .contact-form select{
        	background-color:#eee;
        	border:1px solid #333;
        	padding:3px 5px;
        	display:block;
        	margin-bottom:10px;
        }
        
    .job-table,
    .content table{
        padding-left:20px;
        padding-right:20px;
        min-width:390px;
    } 
    .content table{
        max-width:460px ! Important;
        padding:18px 0;
        /*background:#ebe4d5;*/
        background-image: linear-gradient(bottom, rgb(239,234,226) 35%, rgb(235,228,213) 60%);
        background-image: -o-linear-gradient(bottom, rgb(239,234,226) 35%, rgb(235,228,213) 60%);
        background-image: -moz-linear-gradient(bottom, rgb(239,234,226) 35%, rgb(235,228,213) 60%);
        background-image: -webkit-linear-gradient(bottom, rgb(239,234,226) 35%, rgb(235,228,213) 60%);
        background-image: -ms-linear-gradient(bottom, rgb(239,234,226) 35%, rgb(235,228,213) 60%);

        background-image: -webkit-gradient(
        	linear,
        	left bottom,
        	left top,
        	color-stop(0.35, rgb(239,234,226)),
        	color-stop(0.6, rgb(235,228,213))
        );
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
       .job-table td,
       .content table td{
           padding:8px 10px;
           min-width:175px;
           border-top:solid 1px #f3efe6;
           border-bottom:solid 1px #e1d7b7;
       }
       .content table td{min-width:0;}
       
       .job-table td.first,
       .content table td.first{
              border-top:none;
          }
          
    .cms-content ul{
        list-style:disc outside;
        margin:10px 0 15px 10px;
    }
        .cms-content li{
            margin-bottom:8px;
        }
/*LEFTCOL____________________*/

.aside-left{
    width:230px;
    margin-top:20px;
    margin-right:10px;
    background:#ede8dd url('../img/sub-nav-bg.png') 0 0 no-repeat;
    float:left;
}

    .sub-menu{
       text-align:left;
       font-family: "nimbus-sans-condensed", sans-serif;
    }
    .accordian-menu{
        overflow:hidden;
        position:relative;
    }
    .accordian-menu.closed{
        height:0;
    }
    
        .sub-menu-lvl-1{
            display:block;
            min-height:53px;
            line-height:53px;
            border-top:solid 1px #efeadf;
            border-bottom:solid 1px #e1d7b7;
            padding-left:20px;
            background: transparent url('../img/lvl-1-sub-nav.png') 0 0 repeat-x; 
            font-size:17px;
            color:#a48725;
            text-transform:uppercase;  
        }
        a.sub-menu-lvl-1:hover,
        a.sub-menu-lvl-1.active{
            border-top:solid 1px #e2e5dd;
            border-bottom:solid 1px #cacdb4;
            background:#d4d9ca url('../img/lvl-1-sub-nav.png') 0 0 repeat-x;
            color:#659b94;
        }
        .sub-menu-acord-lvl-1{
            display:block;
            min-height:46px;
            line-height:46px;
            padding-left:20px;
            font-size:17px;
            color:#a48725;
            text-transform:uppercase;  
        }
        
            #careers-search-tb{width:150px;}
            .ie7 #careers-search-tb,
            .ie7 #careers-search-btn,
            .ie8 #careers-search-tb,
            .ie8 #careers-search-btn{position:relative;}
            
            .sub-menu-acord-li-lvl-2{
                border-top:solid 1px #efeadf;
                background: transparent url('../img/lvl-2-sub-nav.png') 0 0 repeat-x;
                border-bottom:solid 1px #e1d7b7;
            }
                .sub-menu-lvl-2{
                    display:block;
                    min-height:46px;
                    line-height:46px;
                    padding-left:30px;
                    font-size:15px;
                    color:#a48725; 
                } 
                .sub-menu-acord-lvl-2{
                    display:block;
                    min-height:46px;
                    line-height:46px;
                    padding-left:30px;
                    font-size:15px;
                    color:#a48725;
                }
                .sub-menu-acord-lvl-2.accordian-btn,
                .sub-menu-acord-lvl-1.accordian-btn{
                    background:transparent url('../img/accord-arrows.png') 203px 0 no-repeat;  
                }
                a.sub-menu-lvl-2:hover,
                a.sub-menu-lvl-2.active{
                    background:#d4d9ca;
                    color:#659b94;
                } 
                a.sub-menu-acord-lvl-2.accordian-btn.active,
                a.sub-menu-acord-lvl-1.accordian-btn.active{
                    background:transparent url('../img/accord-arrows.png') 203px -46px no-repeat; 
                }   


                        
                    .sub-menu-list-lvl-3{
                        padding-left:30px;
                    }
                        .sub-menu-list-lvl-3 li{
                            min-height:24px;
                            padding:6px 0;
                            background: transparent url('../img/sub-nav-hr.png') 0 0 no-repeat;
                        }
                        .sub-menu-list-lvl-3 li:first-child{
                            background: transparent;
                        }
                        .sub-menu-acord-li-lvl-2 .sub-menu-list-lvl-3 li:first-child{
                            background: transparent url('../img/sub-nav-hr.png') 0 0 no-repeat;
                        }
                            .sub-menu-lvl-3{
                                display:block;
                                margin:7px 0 6px 15px;
                                width:167px;
                                font-family:Helvetica, Arial, sans-serif;
                                font-size:12px;
                                color:#3f3f3f;
                            }
                                .sub-menu-lvl-3 span,
                                .sub-menu-lvl-3 label{
                                    line-height: 1em;
                                    vertical-align: middle;
                                    padding:2px 0;
                                    padding-right: 20px;
                                    padding-left: 0;
                                    -webkit-transition: padding-left 0.2s ease-out;  /* Saf3.2+, Chrome */
                                    -moz-transition: padding-left 0.2s ease-out;  /* FF4+ */
                                    -ms-transition: padding-left 0.2s ease-out;  /* IE10 */
                                    -o-transition: padding-left 0.2s ease-out;  /* Opera 10.5+ */
                                    transition: padding-left 0.2s ease-out;
                                }
                                .sub-menu-lvl-3 .dummy-cb{
                                    float:right;
                                    margin-right:30px;
                                    padding:0;
                                }
                                .sub-menu-lvl-3 .btnT,
                                .sub-menu-lvl-3 .btnB,
                                .sub-menu-lvl-3 .lvl-3-arrow{
                                    display:none;
                                }
                                .sub-menu-lvl-3 .lvl-3-arrow{
                                    position:absolute;
                                    right:-5px;
                                    top:50%;
                                    margin-top:-5px;
                                }
                    
                            a.sub-menu-lvl-3:hover,
                            a.sub-menu-lvl-3.active{
                                background:transparent url('../img/lvl-3-sub-nav-m.png') 0 0 repeat;
                            }
                            a.sub-menu-lvl-3:hover span,
                            a.sub-menu-lvl-3.active span{
                                font-weight:700;
                                color:#659b94;
                                padding-left: 10px;
                            }
                            a.sub-menu-lvl-3:hover .btnT,
                            a.sub-menu-lvl-3.active .btnT,
                            a.sub-menu-lvl-3:hover .btnB,
                            a.sub-menu-lvl-3.active .btnB,
                            a.sub-menu-lvl-3:hover .lvl-3-arrow,
                            a.sub-menu-lvl-3.active .lvl-3-arrow{
                                display:block;
                            }


/*RightCOl____________________*/
.aside-right{
    margin-top:20px;
    text-align:left;
    font-size:12px;
}
.aside-right.top-0{
    margin-top:0px;
}
    .align-aside-ttl{
        margin:13px 0 20px 0;
        padding-bottom:8px;
        background: transparent url('../img/aside-hr.png') 0 bottom no-repeat;
    }
    .aside-ttl {
        margin:10px 0 20px 10px;
        padding-bottom:8px;
        background: transparent url('../img/aside-hr.png') 0 bottom no-repeat;
    }
    .aside-right .more{
        display:block;
    }

    .aside-r-list{
        list-style: none;
        margin-bottom:10px;
        font-size:12px;
        padding:0 10px;
    }
    .aside-r-list.one-line-lst{margin-bottom:25px;}
        
        .aside-r-list li{margin-bottom:25px;}
        .one-line-lst.aside-r-list li{margin-bottom:6px;}
        
            .aside-r-list li .more{
                margin-top:10px;
            }
            
            .aside-list-hero{
                display:block;
                margin-bottom:10px;
            }
            .aside-list-hero img{
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
            }    
    .aside-right .award .aside-ttl {
        margin: -4px 0 20px 10px;
    }
    .aside-right .award h2 {
        color:#912854;
    }
    .aside-right .award cite {
        font-style:italic;
    }

    .login-cont{
        width:230px;
        margin-left:10px;
    }
        .logged-in p{
            margin-bottom:5px;
        }
        .logged-in .btn{
            margin-top:15px;
        }
        
        .login-cont .more.p-a{
            margin:10px 0;
        }
        
        .login-cont .grad-bg{
            padding:10px;
            margin-top:10px;
            margin-left:-10px;
        }   
            .login-cont .grad-bg .error{
                margin-left: 5px;
                width: 210px;
            }
			.login-cont input[type="text"],
            .login-cont input[type="email"],
            .login-cont input[type="text"],
            .login-cont input[type="password"]{
                width:200px;
                display:block;
                margin:0 auto 10px auto;
            }
            .dummy-pwd{
                position:relative;
            }
                .dummy-pwd span{
                    position:absolute;
                    top:11px;
                    left:11px;
                    font-family: Helvetica, Arial, sans-serif;
                    font-size: 12px;
                    color:#ACACAC;
                }
            
            .login-cont input[type="submit"]{
                float:right;
            }
            .login-cont .more{
                margin-top:22px;
            }


/*FOOTER____________________*/
#footer{
    border-top:solid 1px #e5dbc0;
    font-size:11px;
    margin-top: 0px;
}
    #footer p{
        color:#706032;
        padding:10px 0;
    }
    
    #footer-nav{
        padding:10px 0;
        text-align:right;
    }
        #footer-nav ul li{
            display:inline;
            margin-right:1px;
            color:#706032;
        }
            #footer-nav ul li a{
                color:#706032;
            }
            #footer-nav ul li a:hover,#footer-nav ul li a.active{
                color:#af8700;
            }

/*MODAL____________________*/
#modal-cont{
    width:100%;
    height:100%;
    background:transparent url('../img/70-bg.png') repeat 0 0 ;
    background:rgba(0,0,0,0.7);
    position:absolute;
    top:0;
    left:0;
    z-index:10;
    display:none;
}
    #modal,
    #iframe-modal{
        width:560px;
        padding:30px;
        background:#efeae2;
        margin-left:-310px;
        text-align:left;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        behavior: url(http://katara.dev/wp-content/themes/katara-1.0/assets/css/PIE.php);
        position:absolute;
        top:50%;
        left:50%;
        display:none;
    }
    
    #iframe-modal.open,
    #modal.open{
        width:560px;
        height:auto;
        padding:30px;
    }
    
    #iframe-modal{
        padding-bottom:0;
        background:#efeae2 url('../img/loader.gif') no-repeat center center;
    }    
        #modal-iframe{
           width:560px;
        }
    
        #modal .ttl-36{
            line-height:1em;
            padding-bottom:10px;
            margin-bottom:17px;
        } 
        
        #modal .contact-form{
            position:relative;
            z-index:1;
        }
        #modal .secondry-btn,
        #modal .submit-btn{
            position:relative;
            z-index:2;
        }

/*404*/

#four04-cont{
    text-align:left;
    height:320px;
    background: transparent url('../img/404-bg.png') 0 0 no-repeat;
}
    .four04-l{
        color:#fff;
        padding-top:36px;
    }
        .four04-l .ttl-36{
            color:#fff;
            margin-left: 20px;
        }
        .four04-l .tag-line-29{
            width:375px;
            margin-top: 25px;
            margin-left: 20px;
            line-height:1.2em;
        }
    .four04-r{
        color:#fff;
        padding-top:100px;
    }
        .four04-r a{
            color:#fff;
        }
        
        .four04-r ul{
            list-style:disc outside;
        }
            .four04-r ul li{
                margin-bottom:10px;
            }
                .four04-r ul li p{
                    font-size:15px;
                    color:#3f3f3f;
                }

/**/

.file-thumb-list{
    width:440px;
}
    .file-thumb-list li {
        width:140px;
        margin-right:10px;
        float:left;
        text-align:center;
    }
    .file-thumb-list li.end {
        margin-right:0;
    }
    
    .img-dl-btn{
        width:140px;
        height:140px;
        margin-bottom:5px;
        position:relative;
        display:block;
    }
        .file-thumb{
            width:140px;
            height:140px;
        }
        .dl-icon{
            width:25px;
            height:25px;
            position:absolute;
            right:10px;
            bottom:10px;
        }
    .file-thumb-list li p {
        font-size:11px;
        margin-bottom:0px;
        
        color:#3f3f3f;
        font-family:helvetica, arial sans-serif;
    }
        
    .force-ltr{
        direction:ltr ! Important;
    }
    
/* New Styles */

 .video-wrapper{
    width:600px;
    margin:0 20px 20px 20px;
}

.video-holder{
    width:600px;
    height: 338px;
    background-color: #000;
    position: relative;
}

.play-btn{
    position: absolute;
    top:0;
    z-index: 100;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 35px;
  width: auto;
  max-width: 700px;
  margin: 20px auto;
}

.white-popup h1{
    margin: 0 0 25px 0;
    font-size: 28px;
}

.white-popup h1 span{
    border-bottom: 1px solid #ecdfb1;
}

.white-popup p{
    color: #000;
}
.btnblock {
    width: 436px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 70px;
    background-color: red;
}
.newbtn {
    width: 210px;
    height: auto;
    background-color: #a28830;
    padding: 10px 0;
    text-transform: uppercase;
    color: #fff;
    border-radius: 3px;
    padding: 12px 0;
    float: left;
    margin: 0 4px;
}
.newbtn:hover{
    background-color: #7f681b;
}

a#search-btn_1:hover {
    background-color: #c1a53e;
}

.search_frm_div{
	 position: relative;
    /* display: none; */
    float: right;
    right: 47px;
}
.search_frm_div.active-div #search-btn_1{ 
	background-color: #c1a53e;
}
.search_frm_div.active-div #nav-search{
	display:block !important;
}
#nav-search{
	position: absolute;
	top: 36px;
	z-index: 999;    
	padding: 20px 10px;    
	background: #eae1d0	;
	display:none;
	right: -47px;
}
   
#search-btn_1{
	background: #eae1d0 url('../img/search.png') 0 0 no-repeat;
	width: 43px;
    height: 35px;
    position: absolute;
    right: -47px;
    background-position: center;
    background-size: 40%;
    margin: 0;
	display: block;
    height: 35px;
    line-height: 35px;
    padding: 0 2px;
    font-size: 15px;
    font-family: "nimbus-sans-condensed", sans-serif;
    color: #666;
    text-transform: uppercase;
}

.oferbutn{
    width: 210px;
height: auto;
background-color: #a28830;
text-transform: uppercase;
color: #fff;
border-radius: 3px;
padding: 12px 0;
}
.btnblockk {
    width: 436px;
    height: auto;
    margin: -31px 150px 0 auto;
        margin-bottom: 0px;
    margin-bottom: 15px;
}