@font-face {
    font-family: 'allerbold';
    src: url('../fonts/aller_bd-webfont.eot');
    src: url('../fonts/aller_bd-webfont_162a16fe.eot') format('embedded-opentype'),
    url('../fonts/aller_bd-webfont.woff2') format('woff2'),
    url('../fonts/aller_bd-webfont.woff') format('woff'),
    url('../fonts/aller_bd-webfont.ttf') format('truetype'),
    url('../fonts/aller_bd-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'allerregular';
    src: url('../fonts/aller_rg-webfont.eot');
    src: url('../fonts/aller_rg-webfont_162a16fe.eot') format('embedded-opentype'),
    url('../fonts/aller_rg-webfont.woff2') format('woff2'),
    url('../fonts/aller_rg-webfont.woff') format('woff'),
    url('../fonts/aller_rg-webfont.ttf') format('truetype'),
    url('../fonts/aller_rg-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, html a {
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);    
}
body{
    margin: 0;
    padding: 0;
    font-family: 'allerregular', Arial, Helvetica, sans-serif;
    line-height: 18px;
    font-size: 14px;
    color: #cbcaca;
    height: 100%;
    background: #000000;       
    -webkit-font-smoothing: antialiased; 
}
a{
    text-decoration: none;
    color: #111;
    outline: 0 transparent!important;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
a:focus, a:hover, a:active, a:selected, a:visited{
    outline: 0;
}
a:hover{
    color:#cbcaca; 
}
img{
    border: 0;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;    
    -ms-box-sizing: border-box;    
    -o-box-sizing: border-box;    
    box-sizing: border-box;   
    vertical-align: middle;
}
table{
    border: 0;
}
input, select, textarea{
    color: #292929;
    font-family: 'allerregular', Arial, Helvetica sans-serif;
    font-size: 12px;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;    
    -ms-box-sizing: border-box;    
    -o-box-sizing: border-box;    
    box-sizing: border-box; 
}
textarea {
    resize: vertical;
    min-height: 80px;
}
input, textarea{
    text-indent:5px;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
.clearBoth{
    clear: both;
    display: block;
}
.margin10{
    margin: 10px 0;
}
.loader{
    background: url(../images/ajax-loader.gif) center no-repeat;
    width: 32px;
    height:32px;
    position: absolute;
    left: 50%;
    top:50%;
    margin: -16px 0 0 -16px;
    z-index: 999;
}
.chromeframe {
    margin: 0;
    background: #ccc;
    color: #111;
    padding: 8px 10px;
}
.chromeframe a{
    color: #fff; 
}
#smallMenuBtn {
    display: none;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    background: transparent url(../images/icon-small-menu.png) center no-repeat;
    z-index: 9;
}
p{
    margin: 0 0 10px 0;
	text-align:left;
}
a.link{
    color:#cbcaca; 
}

ul, ol{
    padding: 0 0 10px 0;
    margin: 0;
}
li{
    margin: 0 0 0 18px;
    padding: 0;
}

.green-alert, .red-alert, .grey-alert{
    font-size: 14px;
    line-height: 18px;
    font-weight: 700; 
}
.green-alert{
    color: #cbcaca;
}    
.red-alert{
    color: #e51400;
}
.grey-alert{
    color: #9e9e9e;
}

.notification{
    color: #fff;
    font-size:14px ;
    padding: 10px 25px 10px 35px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    margin: 5px 0;
    position: relative;
    text-align: left;
    background-repeat: no-repeat;
    background-position: 10px center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}              
.notification .closeBtn {
    background: url(../images/icon-clear.png) center no-repeat;
    width: 30px;
    height: 34px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.notification.info{
    background-color: #007fff;  
    background-image: url(../images/icon-notification.png); 
} 
.notification.error{
    background-color: #e51400;
    background-image: url(../images/icon-error.png);
} 
.notification.success{
    background-color: #229900;
    background-image: url(../images/icon-success.png);    
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.pace-inactive {
    display: none;
}
.pace .pace-progress {
    background: #fff;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 3px;
}           


/** Common **/
header{
    background: url(../images/bg80.png);
    background: #010417;
    border-bottom: 50px solid #000000;
    padding: 0 40px;
    min-height: 85px;
    margin: 0 auto;
    position: relative;
}
header .main-logo{
    display: block;
    float: left;
    margin: 20px 0;
    max-width: 201px;
}
header .main-logo img{
    width: 250px;
}
header nav{
    position: absolute;
    right: 40px;
    top: 0;
    height: 100%;
}
header ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    *display: inline;
    zoom:1;   
    height: 100%; 
}
header ul li{
    margin:0 0 0 2px;
    padding:0;
    float: left;
    display: inline; 
    position: relative;
    height: 100%;
}
header ul li:first-child{
    margin:0;
}
header ul li a{
    display: block;
    color: #fff;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    line-height: 18px;
    padding: 60px 15px 37px;
    position: relative;
    *border-top:3px solid transparent;
}
header ul li:hover a{
    color:#fff;    
}
header ul li.selected a{
    color:#fff;    
}
header ul li:after{
    content:"";
    background: #fff;
    position: absolute;
    height: 3px;
    width: 0;
    top: 0;
    left:50%;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
header ul li:hover:after, header ul li.selected:after{
    width:100%;
    left:0;
}

header .sub-menu{
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 85px;
    z-index: 999; 
    background: #fff; 
    max-height: 0;
    min-width: 100%;
    height: auto;
    -webkit-transition: max-height .5s ease-out;
    -moz-transition: max-height .5s ease-out;
    -ms-transition: max-height .5s ease-out;
    -o-transition: max-height .5s ease-out;
    transition: max-height .5s ease-out;
    box-shadow:0 15px 10px rgba(0, 0, 0, 0.2);
}
header .sub-menu ul{    
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    height: auto;
}
header .sub-menu ul li{
    margin: 0;
    padding: 0 10px;
    float: none;
    display: block;
    height: auto;
}
header .sub-menu ul li a{
    color: #292929;
    font-size: 13px;
    line-height: 20px;
    padding: 6px 0;
    border-top:1px solid #e5e5e5;
}
header .sub-menu li:hover a{
    color:#292929;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.75);
    *text-shadow: 0px 0px 1px #000;    
}
header .sub-menu li:after{
    display:none;
}
header .sub-menu:after{
    content:"";
    position: absolute;
    top:100%;
    left:0;
    right:0;
    background: #111;
    height: 5px;
    display: block;
}

header .sub-menu.full{
    position: fixed;
    left: 0;
    right: 0;
}
header .sub-menu.full .center{
    padding: 20px;
    background: #1b214d;
	border:4px solid #000000;
}
header .sub-menu.full li{
    float: left;
    display: inline;
    width: 22%;
    margin: 0 0 0 4%;
    padding: 0;
}
header .sub-menu.full li:after{
    display:none;
}
header .sub-menu.full li:first-child{
    margin:0; 
}
header .sub-menu.full h3{
    color: #cbcaca;
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 20px;
	text-align:center;
}
header .sub-menu.full .photo{
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    /* padding-bottom: 56.25%; */
    display: block;
    margin: 0 0 12px 0;
}
header .sub-menu.full .photo img{
    /*  position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom:0;
    height: 100%; */ 
    width: 100%; 
    z-index: 0; 
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
header .sub-menu.full .photo:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
header .sub-menu.full .summary{
    font-size: 12px;
    line-height: 16px;
    color: #291929;
}
header .sub-menu.full a{
    padding: 0;
    border: 0;
}
header .sub-menu.full .center p{

}

header li:hover .sub-menu{
    max-height:500px;    
    -webkit-transition: max-height .5s ease-in;
    -moz-transition: max-height .5s ease-in);
    -ms-transition: max-height .5s ease-in;
    -o-transition: max-height .5s ease-in;
    transition: max-height .5s ease-in;
}


#mnuBrands .sub-menu{
    width:140px;
}

footer{
    background:#f2f2f2;
    padding: 15px 40px;
    color: #ababab;
    font-size: 12px; 
    position: relative;
}
footer a{
    color: #ababab;
}
footer .social-media{
    position: absolute;
    right: 40px;
    top: 15px;
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    *display: inline;
    zoom:1;
}
footer .social-media li{
    float:left;
    display: inline;
    margin: 0 0 0 10px;
    padding: 0; 
    width: 36px;
    height: 36px;
}
footer .social-media li a{
    width: 36px;
    height: 36px;
    display: block;
    text-align: center;
    line-height: normal;
    background: #bfbfbf;    
    border:0;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
}
footer .social-media li a:hover{
    background:#000;
}


/** Home **/
body.home{
    background: #000;
}

.main-slider{
    background: #fff url(../images/ajax-loader.gif) center no-repeat;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    bottom: 0;
    border: 0;
    -webkit-border-radius: 0; 
    -moz-border-radius: 0; 
    -o-border-radius: 0; 
    border-radius: 0; 
    -webkit-box-shadow: 0 0 0 transparent; 
    -moz-box-shadow: 0 0 0 transparent; 
    -o-box-shadow: 0 0 0 transparent; 
    box-shadow: 0 0 0 transparent;
}
.main-slider img{
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.main-slider.loaded img{
    opacity: 1;
    filter: alpha(opacity=100);
	padding-top:150px;
}
.main-slider.loaded{
    background: transparent;  
}

.home-footer{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.home-footer .center{
    background: url(../images/bg80.png);
    background: #010417;
    padding: 15px 40px;
    position: relative;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    min-height: 36px;
}
.home-footer .center a{
    color: #fff;
}
.home-footer .center a:hover{
    color:#cbcaca;   
}
.home-footer .social-media{
    position: absolute;
    right: 40px;
    top: 15px;
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    *display: inline;
    zoom:1;
}
.home-footer .social-media li{
    float:left;
    display: inline;
    margin: 0 0 0 10px;
    padding: 0; 
    width: 36px;
    height: 36px;
}
.home-footer .social-media li a{
    width: 36px;
    height: 36px;
    display: block;
    text-align: center;
    line-height: normal;
    background: rgba(255, 255, 255, 0.1);    
    border:0;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
}
.home-footer .social-media li a:hover{
    background:#000;
}

.qv-icon{
    margin-right: 5px;
    position: relative;
    top: -3px;
}

.featured-news-holder{
/*    background: url(http://www.fawazholding.com/images/bg-featured-news.png) left top repeat-y;*/
    padding: 20px 0 20px 40px;
    min-height: 153px;
    position: relative;
}

.featured-about{
    color: #fff;
    float: left;
}
.featured-about h3{
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 2px 0;
}
.featured-about h3 span{
    font-weight: normal;
}
.featured-about h2{
    font-size: 34px;
    line-height: 40px;
    margin: 0 0 2px 0;
}    

.featured-news{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;  
}
.featured-news .trigger{
    height: 100%;
    left: -50px;
    width: 50px;
    position: absolute;
    top: 0;
    bottom: 0; 
    cursor:pointer;
}
.featured-news .trigger .icon{
    background: #1f1f1f url(../images/trigger-arrow-closed.png) center no-repeat;
    background: rgba(31, 31, 31, 0.8) url(../images/trigger-arrow-closed.png) center no-repeat;  
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: auto; 
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.featured-news .trigger.selected .icon{
    background: #1f1f1f url(../images/trigger-arrow-opened.png) center no-repeat;
    background: rgba(31, 31, 31, 0.8) url(../images/trigger-arrow-opened.png) center no-repeat;
}
.featured-news .trigger .text{
    background: #000 url(../images/trigger-text.png) center no-repeat;
    background: rgba(0, 0, 0, 0.8) url(../images/trigger-text.png) center no-repeat;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top:50px;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.featured-news .trigger:hover .icon{
    background-color: #1f1f1f;
}
.featured-news .trigger:hover .text{
    background: #000 url(../images/trigger-text.png) center no-repeat;
}
.featured-news .content{
    background: #010417;
    padding: 20px 0 20px 20px;
    /*position: absolute; */
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;            
    overflow: hidden;
    height: 153px;
}
.featured-news .content ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.featured-news .content li{
    float: left;
    display: inline;
    margin: 0 20px 0 0;
    padding: 0;
    overflow: hidden;    
    width: 267px;
}
.featured-news .content li .photo{
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    padding-bottom: 56.25%;
    border: 1px solid #ddd;
}
.featured-news .content li .photo img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom:0;
    width: 100%;
    height: 100%;
    z-index: 0; 
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.featured-news .content li .photo:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.featured-news .content li .details{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.featured-news .content li .date{
    background: url(../images/bg80.png);
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    float: left;
    clear: both;
    display: block;
    line-height: 18px;
    font-size: 11px;
    padding: 2px 8px;
    margin-bottom: 1px;
}
.featured-news .content li .title{
    background: url(../images/bg80.png);
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    clear: both;
    line-height: 18px;
    font-size: 13px;
    padding: 4px 8px;
    overflow: hidden;
    max-height: 36px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/** Who We are **/
.sub-nav{
    background: #1b214d;
    padding: 20px 40px;
    position: relative;
}
.sub-nav h2{
    color: #cbcaca;
    font-size: 20px;
    line-height: 24px;
    margin: 0 40px 0 0;
    float: left;
}
.sub-nav ul{
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
.sub-nav li{
    margin: 0 0 0 2px ;
    padding: 0;
    float: left;
    display: inline;
}
.sub-nav li:first-child{
    margin:0;
}
.sub-nav li a{
    display: block;
    color: #cbcaca;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    padding: 0 15px 0 15px; 
}
.sub-nav li a:hover{
    color: #ffffff;
}
.sub-nav li a.selected{
    color: #ffffff;
}
.sub-nav li a:after{
    content:"";
    height: 3px;
    width: 0;
    position: absolute;
    left: 50%;
    bottom: -20px;
    background: #cbcaca;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.sub-nav li a:hover:after, .sub-nav li a.selected:after{
    width:100%;
    left: 0;
}

.main-content{
    padding: 30px 40px;
    min-height: 500px;
    background: #000;
}

h2.sub-title{
    font-size: 26px;
    line-height: 38px;
    color: #cbcaca;
    margin: 0 0 16px 0;
}

.article{
    position: relative;
}
.article .content{
    text-align: justify;
    display: table-cell;
}
.article .date{
    font-size: 13px;
    line-height: 16px;
    color: #777;
    margin-bottom: 4px;
}
.article a{
    color: #cbcaca; 
}

.who-we-are .article{
    float: left; 
    width: 48%;
}
.who-we-are .photo-gallery{
    width: 100%;  
    margin: 0 0 30px 0;  
    float: none;
}

.photo-gallery{
    z-index: 9;
    background: url(../images/ajax-loader.gif) center no-repeat;
    position: relative;
    border: 0;
    margin: 0 2% 30px 0;
    max-width: 450px;
    float: left;
    width: 48%;
    -webkit-border-radius: 0; 
    -moz-border-radius: 0; 
    -o-border-radius: 0; 
    border-radius: 0; 
    -webkit-box-shadow: 0 0 0 transparent; 
    -moz-box-shadow: 0 0 0 transparent; 
    -o-box-shadow: 0 0 0 transparent; 
    box-shadow: 0 0 0 transparent;
}
.photo-gallery img{
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.photo-gallery.loaded img{
    opacity: 1;
    filter: alpha(opacity=100);
}
.photo-gallery.loaded{
    background: transparent;  
}
.photo-gallery .details{
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
}
.photo-gallery .date{
    font-size: 13px;
    line-height: 18px;
    background: url(../images/bg80.png);
    background: rgba(0, 0, 0, 0.8);
    color: #777;
    color: rgba(255, 255, 255, 0.35);
    padding: 10px 10px 2px 10px;
    margin: 0;
}
.photo-gallery .title{
    font-size: 18px;
    line-height: 24px;
    background: url(../images/bg80.png);
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 2px 10px 10px 10px;
}
.photo-gallery .flex-control-paging{
    bottom: -27px;
}
.photo-gallery .flex-control-paging li{
    margin: 0 2px;
}
.photo-gallery .flex-control-paging li a {
    background: #b2b2b2;
    border: 3px solid #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.photo-gallery .flex-control-paging li a:hover{
    background: #4c4c4c;
}
.photo-gallery .flex-control-paging li a.flex-active{
    background: #4c4c4c;
    border: 3px solid #4c4c4c;
}

.timeline{
    float: right; 
    width: 48%;
}
.timeline ul{
    background: url(../images/bg-timeline.png) center top repeat-y;
    list-style: none;
    margin: -31px 0 0 0;
    padding: 40px 0 0 0;
    display: inline-block;
    width: 100%;
    text-align: center; 
}
.timeline li{
    width: 50%;
    margin:0 50% 20px 0;
    padding: 0;
    display: block;
    position: relative;
}
.timeline li .date{
    font-size: 20px;
    line-height: 22px; 
    font-family: 'allerbold';
    display: block;
    color: #cbcaca; 
}  
.timeline li .title{
    display: block;
    font-size: 18px;
    line-height: 22px;
    color: #777;         
}
.timeline li .content{  
    padding: 10px;
    text-align: left;
    margin: 0 20px 0 0;
    position: relative;
    display: block;
    text-align: right;
    border: 2px solid #fff;
    box-shadow: inset 0 0 0 0 #cbcaca;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.timeline li .content .arrow{
    background: url(../images/arrow-timeline-left.png) center no-repeat;
    width:6px;
    height: 13px;
    position: absolute;
    right: -6px;
    top: 14px;
    z-index: 9;
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);  
}
.timeline li .content *{
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.timeline li .dot{
    position: absolute;
    right: -32px;
    top: 11px;
    background: #b5b5b5;
    width: 7px;
    height: 7px;
    border: 6px solid #f2f2f2;
    display: block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}

.timeline li.even{
    margin:0 0 20px 50%;
}
.timeline li.even .content{ 
    margin: 0 0 0 20px;
    text-align: left;    
}
.timeline li.even .content .arrow{
    background: url(../images/arrow-timeline-right.png) center no-repeat;
    left: -6px;
} 
.timeline li.even .dot{
    left: -32px;
    right: auto;
}

.timeline li .content:hover{
    background: #cbcaca;   
}
.timeline li .content:hover .date, .timeline li .content:hover .title{
    color: #fff;
}
.timeline li .content:hover .arrow{
    opacity: 1;
    filter: alpha(opacity=100); 
}
.timeline li .content:hover .dot{
    background: #cbcaca;
    border: 6px solid #2B8293;
}

.timeline li .content.selected{
    background: #cbcaca;  
}
.timeline li .content.selected .date, .timeline li .content.selected .title{
    color: #fff; 
}
.timeline li .content.selected .arrow{
    opacity: 1;
    filter: alpha(opacity=100);
}
.timeline li .content.selected .dot{
    background: #cbcaca;
    border: 6px solid #2B8293;
}

.partners-holder{
    float: left; 
    width: 68%;
}
.partners-holder .content{
    text-align: justify;
}
.partners-holder .listing{
    margin: 20px 0;
    padding: 0;
    display: inline-block;
    *display: inline;
    zoom:1;
    width: 100%;
    list-style: none;
}
.partners-holder .listing li{
    margin:0 0 30px 0;
    padding: 0 20px;
    float:left;
    width: 25%;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.partners-holder .listing img{
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 272px;

}

.content-sub-nav{
    margin: 20px 0;
    padding: 0;
    list-style: none;
    min-height: 34px;
}
.content-sub-nav li{
    margin: 0;
    padding: 0 ;
    display: inline-block;
    float: left;    
    width: 20%;
    text-align: center;
}

.content-sub-nav a{
    color: #b2b2b2;
    padding: 0 10px;
    display: block;
    line-height: 34px;
    font-size: 18px;
    position: relative;
    margin-left: 2px;
}
.content-sub-nav a:hover, .content-sub-nav a.selected, .content-sub-nav a.active{
    color:#000; 
}

.content-sub-nav li:first-child a{
    margin:0;
}
.content-sub-nav a:after{
    content:"";
    position: absolute;
    left: 50%;
    bottom:0;
    width: 0;
    height: 2px;
    background: #000;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.content-sub-nav a:hover:after, .content-sub-nav a.selected:after, .content-sub-nav a.active:after{
    left:0;
    width:100%;
}

.references-list{
    float: right; 
    width: 28%;
}
.references-list ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.references-list li{
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
    display: block;
    border-top: 1px solid #e5e5e5;
}
.references-list li:first-child{
    margin:0;
    padding: 0;
    border:0;
}
.references-list .name{
    font-size: 16px;
    line-height: 20px;
    color: #292929;
    font-family: 'allerbold';
    margin-bottom: 2px;
}
.references-list .position{
    font-size: 14px;
    line-height: 18px;
    color: #777;
    margin-bottom: 4px;
}
.references-list .content{
    font-size: 14px;
    line-height: 18px;
    color: #292929;
}

.mission-columns{

}
.mission-columns .column{
    float: left;
    width: 200px;
  
}
.mission-columns .column:first-child{
    margin: 0;
}

.big-banner{
    max-width: 100%;
    margin: 0 0 16px 0;
}


/** Careers ***/
.left-nav{
    float: left;
    width: 28%;
}
.left-nav ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    *display: inline;
    zoom:1;
    width: 100%;
}
.left-nav li{
    margin: 0;
    padding: 0;
    display: block;
    border-top: 1px solid #e5e5e5;
    position: relative;
}
.left-nav li:first-child{
    border: 0; 
}
.left-nav li a{
    display: block;
    padding: 20px 28px 20px 0;
    font-size: 16px;
    line-height: 20px;
    color: #292929;
    font-family: 'allerbold';
    position: relative;
}
.left-nav li .position{
    font-size: 16px;
    line-height: 20px;
    color: #292929;
    display: block;
    font-family: 'allerbold';
    margin-bottom: 4px;
}
.left-nav li .location{
    font-size: 13px;
    line-height: 16px;
    color: #777;
    display: block;
}
.left-nav li *{
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.left-nav li .arrow{
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    background-color: transparent;
    background-image: none;
    background-position: center;
    background-repeat: no-repeat ;
    display: block;
    width: 28px;
    margin-left: -28px;
    height: 100%;
}
.left-nav a:hover .arrow, .left-nav a.selected .arrow{
    background-color: #e5e5e5;
    background-image: url(../images/arrow-listing-careers.png) ;
    left: 100%;
    margin-left: -28px; 
}

.left-nav li.has-sub ul{
    display: block;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.left-nav li.has-sub ul.selected{
    max-height: 500px;
}
.left-nav li.has-sub ul li{
    background: url(../images/dot.png) 10px 7px no-repeat;
    padding: 0 0 0 30px;
    margin: 6px 0;
    border: 0;
    list-style: none;
}           
.left-nav li.has-sub ul a{
    line-height: 20px;
    font-size: 13px;
    color: #888;
    padding: 0;
    display: block;
    font-family: 'allerbold';
}
.left-nav li.has-sub ul a:hover,  li.has-sub ul a.selected{
    color: #cbcaca;
}
.left-nav li.has-sub a.selected .arrow{
    background-image: url(../images/arrow-listing-careers-down.png);
}

.career-details{
    float: right;
    width: 68%;
}
.career-details .position{
    color: #cbcaca; 
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 4px;
}
.career-details .location{
    font-size: 13px;
    line-height: 16px;
    color: #777;
    margin-bottom: 14px; 
}
.career-details .content{
    font-size: 14px;
    line-height: 18px;
}

.custom-btn{
    line-height: 34px;
    font-size: 14px;
    display: block;
    padding: 0 60px 0 50px;
    color: #fff;
    float: left;
    margin: 20px 10px 0 0;
    background: #9e9e9e url(../images/arrow-custombtn.png) right center no-repeat;
}
.custom-btn:hover{
    background: #292929 url(../images/arrow-custombtn.png) right center no-repeat;
    color: #fff;
}

.form input, .form select, .form .custom-upload{
    width: 48%;
    margin: 0 0 10px 0;     
    float: left;
    border: 1px solid #e9e9e9;
    height: 38px;
    background: #fff;
}
.form input, .form select{    
    padding: 0;
    font-size: 13px;
    color: #a8a8a8; 
    line-height: 38px;
}
.form textarea{
    width: 100%;
    border: 1px solid #e9e9e9;
    margin: 0 0 10px 0;
    background: #fff;
    font-size: 13px;
    line-height: 20px;
    color: #a8a8a8; 
}
.form .separator{
    width: 4%;
    float: left;
    height: 40px;
    line-height: 40px;
    display: block; 
}
.form .full{
    width: 100%;
}
.form .note{
    font-size: 11px;
    line-height: 16px;
    margin: 8px 0;
    color: #cbcaca; 
    font-weight: bold;
}

.apply-internship{
    width: 48%;
    margin: 0 0 10px 0;     
    float: left;
    height: 38px;
    line-height: 38px
}
.apply-internship input[type='checkbox']{
    float: none;
    width: 16px;
    height: 16px;
    margin: 0 4px 0 0;
    top: 2px;
    position: relative;
}

.custom-upload {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;    
    -ms-box-sizing: border-box;    
    -o-box-sizing: border-box;    
    box-sizing: border-box;   
}
.custom-upload input[type=file]{
    outline:none;
    position: relative;
    text-align: right;    
    -moz-opacity:0 ;
    filter:alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
    width:100%;
    height:100%;
    cursor: pointer;    
}
.custom-upload .fake-file{
    background:url(../images/upload-icon.png) center right no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 1;
    line-height: 100%;
}
.custom-upload .fake-file input{
    background: transparent;
    border: 0;
    padding: 0 30px 0 0 ;
    margin: 0;
    height: 38px; 
    width: 100%;
}


/** Contact **/
.contact-form{
    float: right;
    width: 68%;
}
.contact-form h4.title{
    font-size: 13px;
    line-height: 16px;
    color: #777;
    margin: 0 0 6px 0;
    font-weight: normal;
}

.office-details{
    float: right;
    width: 68%;
}
.office-details .address{
    float: left;
    width: 48%;
    font-size: 14px;
    line-height: 24px;
    color: #292929;
}
.office-details .address table{
    border: 0;
    width: 100%;
    vertical-align: middle;
}
.office-details .address tr td{
    padding-bottom: 20px;
}
.office-details .address tr td:first-child{
    width:40px; 
    vertical-align: top;
}
.office-details .address p{
    margin: 0;
}
.office-details .address td img{
    width: 36px;
    height: 36px;
    margin-top: 2px;
}

.office-details .map{
    float: right;
    width: 48%;
}
.office-details .map iframe{
    width: 100%;
    border: 0;
    height: 300px;
}

.address .hasmap{
    position: relative;
}
.address .hasmap.selected{
    color: #cbcaca;
    border-bottom: 1px solid;
}
.address .hasmap .icon{
    background: url(../images/icon-hasmap.png) center no-repeat;
    position: absolute;
    right: -20px;
    top: 0;
    height: 16px;
    width: 16px;
    display: block;
}

.map{
    background: url(../images/ajax-loader.gif) center no-repeat;
}
.map iframe{    
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    opacity: 0;
    filter: alpha(opacity=0);
}
.pace-done .map{
    background: #fff;
}
.pace-done .map iframe{
    background: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}

/** News ***/
.main-news{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin-bottom: 40px;
}

.main-news .left-column, .main-news .right-column{
    width: 48.75%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;     
}
.main-news .left-column{
    float: left;
    position: relative;
    max-width : 640px;
}
.main-news .left-column .news-box{
    position: relative;
}
.main-news .left-column .photo{
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.main-news .left-column .photo img{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.main-news .left-column .photo:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.main-news .left-column .details{
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    padding: 10px;
    background: url(../images/bg80.png);
    background: rgba(0, 0, 0, 0.8);
}
.main-news .left-column .title{
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    *display: block;
    overflow: hidden;
    max-height: 88px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.main-news .left-column .date{
    font-size: 13px;
    line-height: 16px;
    color: #eee;
    color: rgba(255, 255, 255, 0.35);    
    display: block;
    margin-bottom: 6px ;
}

.main-news .right-column{
    float: right;
    position: relative;
    margin-left: 2.5%;
}
.main-news .right-column .news-box{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;  
    position: relative\9;
}
.main-news .right-column .news-box:first-child{
    position:relative;  
    margin-bottom: 20px\9;
}
.main-news .right-column .photo{
    display: block;
    float: left;
    margin: 0 15px 0 0;  
    width: 300px;  
    height: 171px;
    position: relative;
    overflow: hidden;  
}
.main-news .right-column .photo img{
    width: 300px;  
    height: 171px;         
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    display: block;
}
.main-news .right-column .photo:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.main-news .right-column .details{
    display: table-cell;
}
.main-news .right-column .date{
    font-size: 13px;
    line-height: 16px;
    color: #777;
    margin-bottom: 2px;
}
.main-news .right-column .title{
    font-size: 16px;
    line-height: 20px;
    color: #292929;
    display: block;
    overflow: hidden;
    max-height: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.main-news .right-column .summary{
    font-size: 13px;
    line-height: 18px;
    display: block;
    overflow: hidden;
    max-height: 72px;
    margin-top: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.main-news .right-column .summary p{
    margin: 0;
}

.news-holder .listing{
    position: relative;
}
.news-holder .listing ul{
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    list-style: none;
}
.news-holder .listing li{
    margin: 0 2.5% 30px 0;
    padding: 0;
    float: left;
    display: inline;
    width: 18%;
}
.news-holder .listing li:nth-child(5n){
    margin-right:0;
}
.news-holder .listing .photo, .news-holder .listing .video{
	background: url(../images/ajax-loader.gif) center no-repeat;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    margin-bottom: 8px;
    display: block;
    overflow: hidden;
    border: 1px solid #ddd;
}
.news-holder .listing .photo img, .news-holder .listing .video img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;    
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.news-holder .listing .photo:hover img, .news-holder .listing .video:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.news-holder .listing .date{
    color: #777;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 2px;
}                                                     
.news-holder .listing .title{
    color: #292929;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.pace-done .news-holder .listing .photo img, 
.pace-done .news-holder .listing .video img{
    opacity: 1;
    filter: alpha(opacity=100);
}

.listing .video-icon{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background-image: url(../images/play-icon.png);
    background-position: center;
    background-repeat: no-repeat;    
    background-color: transparent;
    background-size: 48px;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.listing .video-icon:hover{
    background-image: url(../images/play-icon-on.png); 
}

.page-numbering{
    margin: 0 0 10px 0;
    width: auto;
    height: 28px;
    float: right;
    clear: both;
}
.page-numbering ul{
    margin: 0;
    padding: 0;
    display: inline-block;
    height: 24px;
    width: auto;
}
.page-numbering li{
    width: 28px;
    height: 28px;
    margin: 0 0 0 2px;
    padding: 0 0 0 0;
    display: inline;
    text-align: center;
    float: left; 
}
.page-numbering li:first-child{
    margin-left:0;
}
.page-numbering a{
    display: block;
    font-size: 14px;
    line-height: 26px;
    font-family: 'allerbold';
    color: #777;
    background-color: transparent;
    width: 26px;
    height: 26px;
    border: 1px solid #777;    
    position: relative;         
}
.page-numbering a:hover{
    background-color: #292929;      
    border: 1px solid #292929;
    color: #fff;
}
.page-numbering a.selected{    
    color: #fff;
    background-color: #292929; 
    border: 1px solid #292929;
}
.page-numbering .nextBtn{
    background-image: url(../images/arrow-paging-next.png);
    background-position: center center;
    background-repeat: no-repeat;
} 
.page-numbering .prevBtn{
    background-image: url(../images/arrow-paging-prev.png);
    background-position: center center;
    background-repeat: no-repeat;  
} 
.page-numbering .nextBtn:hover{ 
    background-image: url(../images/arrow-paging-next-on.png);   
}
.page-numbering .prevBtn:hover{ 
    background-image: url(../images/arrow-paging-prev-on.png); 
}
.page-numbering .firstBtn{
    background-image: url(../images/arrow-paging-first.png);
    background-position: center center;
    background-repeat: no-repeat;
} 
.page-numbering .lastBtn{
    background-image: url(../images/arrow-paging-last.png);
    background-position: center center;
    background-repeat: no-repeat;  
} 
.page-numbering .firstBtn:hover{ 
    background-image: url(../images/arrow-paging-first-on.png);   
}
.page-numbering .lastBtn:hover{ 
    background-image: url(../images/arrow-paging-last-on.png); 
}
.page-numbering a:before{
    content:"";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #292929;
    z-index: -1;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.page-numbering a:hover:before{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(2);
    transform: scale(1);
}

.search-box{
    position: absolute;
    right: 40px;
    top: 15px;
    width: 190px;
    padding-right: 70px;
    height: 35px;
}
.search-box input[type='text']{
    width: 100%;
    height: 35px ;
    border: 0;
    background: #fff;
    padding: 0;
    color: #292929;
    margin: 0;
    text-indent: 10px;
    line-height: 35px;
}
.search-box .search-btn{
    position: absolute;
    right: 0;
    top: 0;
    background: #bfbfbf ;
    color: #fff;
    font-size: 13px;
    line-height: 35px;
    display: block;
    padding: 0 30px 0 15px;
    overflow: hidden;
    width: 25px;
    height: 35px;
}
.search-box .search-btn span{
    background: url(../images/icon-search-btn.png) right center no-repeat ;
    display: block;
    padding: 0 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.search-box .search-btn:after{
    content:"";
    position: absolute;
    right: 17px;
    top: 16px;
    width: 1px;
    height: 1px;    
    background: transparent ;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    -ms-border-radius:100%;
    -o-border-radius:100%;
    border-radius:100%;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.search-box .search-btn:hover:after{
    background: #000;
    width: 90px;
    height: 55px;
    top: -10px;
    right: -10px;
}
.search-box .clear-btn{
    display: none;
    position: absolute;
    left: -35px;
    top: 0;
    bottom: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #cbcaca;
    color: #fff;
    overflow: hidden;
}
.search-box .clear-btn:before{
    content:"" ;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 35px;
    height: 35px;
    z-index: 1;
    background:url(../images/icon-clear-btn.png) center no-repeat;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.search-box .clear-btn:hover{
    background: #EC1A1A;
}
.search-box .clear-btn:hover:before{
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}


.news-holder .photo-gallery{
    float: left;
}
.news-holder .article{
    display: table-cell;
    padding-right: 40px;
}

.login-box{
    width: 460px;
    margin: 100px auto;
}
.login-box h3{
    background: url(../images/login-box-header.png) center no-repeat; 
    height: 50px;
    line-height: 50px;
    margin: 0 ;
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: normal;
}
.login-box h4{
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 18px;
}
.login-box .center{
    padding: 20px;
    background: #f2f2f2;
}
.login-box form{
    padding: 0 40px;
}
.login-box label{
    text-align: right;
    width: 34%;
    color: #292929;
    font-size: 14px;
    line-height: 32px;
    margin-bottom: 8px;
    float: left; 
    margin-right: 2%; 
}
.login-box input{
    float: left;     
    width: 64%;
    height: 32px;
    background: #fff;
    border: 1px solid #e5e5e5;
    line-height: 32px;
    font-size: 12px;
    text-indent: 10px;
    margin-bottom: 8px;
}
.login-box .security-box{
    float: left;     
    width: 64%;
    height: 30px;    
    background: url(../images/bg-security.png);
    position: relative;
    margin-bottom: 4px;
}
.login-box .security-box input{
    width: 50%;
    float: right;
    margin-bottom: 0;
}
.login-box .security-box img{
    max-width: 50%;
    float: left;
}
.login-box .custom-btn{
    float: right;
    padding: 0;
    width: 64%;
    text-align: center;
    margin: 0;
    background: #9e9e9e;
}
.login-box .custom-btn span{
    position: relative;
}
.login-box .custom-btn span:after{
    content:"";
    background:url(../images/arrow-custombtn.png) left center no-repeat;
    height: 100%;
    width: 18px;
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 10px;
}
.login-box .custom-btn:hover{
    background:#292929;
}
.login-box .forgot-pass{
    font-style: italic;
    font-size: 11px;
    text-align: right;
    display: block;
    margin-bottom: 4px;
    color: #cbcaca;
}
.login-box .red-alert, .login-box .green-alert{
    margin-bottom: 14px;
}

.user-area{
    position: absolute;
    right: 40px;
    top:15px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #777;
}
.logout-btn{
    line-height: 34px;
    font-size: 13px;
    display: block;
    padding: 0 35px 0 10px;
    color: #fff;
    float: right;
    margin: 0 0 0 15px;
    background: #9e9e9e url(../images/icon-logout-btn.png) right center no-repeat;
}
.logout-btn:hover{
    background: #292929 url(../images/icon-logout-btn.png) right center no-repeat;
    color: #fff;
}

.reset-btn{
    line-height: 34px;
    font-size: 13px;
    display: block;
    padding: 0 35px 0 10px;
    color: #fff;
    float: right;
    margin: 0 0 0 15px;
    background: #9e9e9e url(../images/icon-reset-btn.png) right center no-repeat;
}
.reset-btn:hover{
    background: #292929 url(../images/icon-reset-btn.png) right center no-repeat;
    color: #fff;
}

/* brands **/
.bottles-listing{
    padding: 0!important;
    background: #eee;
}
.bottles-listing .shelf{    
    text-align: center;
    height: 262px;
    width: 50%;
    float: left;
    padding: 0 0 38px 0;    
    position: relative;  
}
.bottles-listing .shelf:first-child{
    width: auto;
    float: none;
    clear: both;
    padding-top: 20px;
}     

.shelf-left{
    background: url(../images/bg-shelf-left.png) left bottom no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 120px;
    z-index: 1;
}
.shelf-right{
    background: url(../images/bg-shelf-right.png) right bottom no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 120px;
    z-index: 1;
}
.shelf-center{
    background: url(../images/bg-shelf-center.png) center bottom repeat-x;
    padding-bottom: 38px;
    margin: 0 120px;
}

.bottles-listing .shelf ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    *display: block;
    *width: 100%;
    zoom:1;    
    height: 224px;
    overflow: hidden;    
}
.bottles-listing .shelf li{
    background: url(../images/bottle-shadow.png) center 182px no-repeat;
    width: 112px;
    margin:0 10px;
    height: 224px;
    padding: 0;
    display: inline-block;
    *display: inline; 
    *float: left;
}
.bottles-listing .shelf li a{
    display:block;
}
.bottles-listing .shelf img{
    position: relative;
    top:0;
    width: auto;
    max-width: 100%;
    max-height: 200px;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.bottles-listing .reflection {
    position:relative;
    display: block;
}
.bottles-listing .reflected-bottle {
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: flipv; opacity:0.20;
    filter: alpha(opacity='20');
}
.bottles-listing .overlay {
    position:absolute; 
    top:0px; 
    left:0px; 
    width:100%; 
    height:100%;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    background-image: -moz-linear-gradient( center bottom, rgb(255,255,255) 60%, rgba(255,255,255,0) 75%);
    background-image: -o-linear-gradient( rgba(255,255,255,0) 25%, rgb(255,255,255) 40%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.60, rgb(255,255,255)), color-stop(0.75, rgba(255,255,255,0)));
}
.bottles-listing a:hover .main-bottle{
    top: -10px;
}
.bottles-listing a:hover .reflected-bottle{
    top: 10px;
}
.bottles-listing a:hover .overlay{
    top: 10px;
}


.bottles-listing .category-name{
    line-height: 38px;
    font-size: 16px;
    font-family: 'allerbold';
    color: #292929;
    z-index: 99;
    margin: 0 10px;
    position: relative;
}

.shelf .carousel-center {
    margin: 0 auto;     
    overflow: hidden;  
    height: 224px;
    position: relative;      
}
.shelf .center{

}    
.shelf .scroll-left, .shelf .scroll-right{
    position: absolute; 
    height:40px; 
    width:40px; 
    bottom: 37px;
    z-index: 9;
    cursor: pointer;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    display: none; 
    outline: 0;
    z-index: 999;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.shelf .scroll-left{
    left: 54px;
    background-image: url(../images/arrow-carousel-left.png);
}
.shelf .scroll-right{
    right: 54px;
    background-image: url(../images/arrow-carousel-right.png);
}
.shelf .scroll-left:hover{
    background-image: url(../images/arrow-carousel-left-on.png);
    opacity: 1;
    filter: alpha(opacity=100);
}
.shelf .scroll-right:hover{
    background-image: url(../images/arrow-carousel-right-on.png);
    opacity: 1;
    filter: alpha(opacity=100);
}

.bottles-listing .shelf:first-child .carousel-center{
    max-width: 1584px;  
}
.bottles-listing .shelf .carousel-center{
    max-width:660px
}  


.top-msg{
    position: absolute;
    right: 50px;
    top: 8px;
}

.right-area{
    float: right;
    width: 68%;
}

.fmcg-list{}
.fmcg-list ul{
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    *display: inline;
    zoom:1;
    width: 100%;    
}
.fmcg-list li{
    margin:0 2.5% 20px 0;
    padding: 0;
    display: inline;
    float: left; 
    width: 18%;
    overflow: hidden;
}
.fmcg-list li:nth-child(5n){
    margin-right:0;
}
.fmcg-list li a{
    display: block;
    position: relative;
    z-index: 0;
    background: #fff;
}
.fmcg-list li *{
    /* -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;     */
}
.fmcg-list .name{
    display: block;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    padding: 0 10px;
    color: #292929;
    background: #f2f2f2;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.fmcg-list .photo{
    display: block;
    position: relative;
    width:100%;
    padding-bottom:56.25%;    
}
.fmcg-list .photo img{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right:0 ;
    bottom: 0;
    width: 100%;
    height: 100%; 
    border: 1px solid #eee;
}
.fmcg-list .info{
    position: absolute;
    right: 0;
    left: 0;
    top: 100%;    
    bottom: 0;
    overflow: hidden;
    color: #fff;
    display: block; 
    padding: 10px;
    background: url(../images/bg80.png);
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}  
.fmcg-list .info span.center{
    height: 100%;
    overflow: hidden;
    display: block;
    line-height: 20px;
}
.fmcg-list .info strong{
    color: #616161;
}
.fmcg-list a.selected{

}
.fmcg-list a.selected .name{
    background: #cbcaca;
    color: #fff;
}
.fmcg-list a.selected .photo{

}
.fmcg-list a.selected .info{    
    top: 40px;
    height: auto;

}

.spirits-details{} 
.spirits-details img{
    width: 100%;     
    position: relative;
    z-index: 0;
}
.spirits-details .brand-banner-holder{
    position: relative;   
    z-index: 1;
    margin-bottom: 30px;    
}
.spirits-details .brand-banner{
    background: url(../images/ajax-loader.gif) center no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1; 
}
.spirits-details .brand-banner img{
    max-width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.pace-done .spirits-details .brand-banner{
    background: transparent;
}
.pace-done .spirits-details .brand-banner img{
    opacity: 1;
    filter: alpha(opacity=100);
}

.spirits-details .left-nav .accordion .title{
    background: #fff;
    font-size: 16px;
    line-height: 22px;
    font-family: 'allerbold';
    padding: 10px 30px 0 0;
    border-top: 1px solid #e5e5e5 ;
}
.spirits-details .left-nav .accordion .title .icon{
    position: absolute;
    right: 0;
    top: 0;
    left: auto;
    bottom: 0;
    width: 30px;
}
.spirits-details .left-nav .accordion .box.selected .title{
    color: #292929;
    background: transparent;
}

.spirits-details .left-nav .accordion .details{
    padding: 0;
}
.spirits-details .left-nav .accordion ul{
    padding: 0;
    margin: 4px 0;
    list-style: none;
}
.spirits-details .left-nav .accordion li{
    background: url(../images/dot.png) 10px 7px no-repeat;
    padding: 0 0 0 30px;
    margin: 6px 0;
    border: 0;
    list-style: none;
}
.spirits-details .left-nav .accordion li a{
    line-height: 20px;
    font-size: 13px;
    color: #888;
    padding: 0;
    display: block; 
}
.spirits-details .left-nav .accordion li a:hover, .spirits-details .left-nav .accordion li a.selected{
    color: #cbcaca;
}
.spirits-details .left-nav .accordion .box.selected .title .icon {
    background: #cbcaca url(../images/minus.png) center no-repeat;
}

.spirits-details .brand-logo{
    float: left;
    width: 180px;
    height: 180px;
    display: block;
    margin: -130px 30px 30px 0;
    position: relative;
    z-index: 1;
    border: 1px solid #888;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.pace-done .spirits-details .brand-logo{
    opacity: 1;
    filter: alpha(opacity=100);
}

.spirits-details .right-area{
    position: relative;
    z-index: 2;
}

.spirits-details .products-list{
    margin: 20px 0;
}
.spirits-details .products-list ul{
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: block;
}
.spirits-details .products-list li{
    padding: 0;
    margin: 0 0 20px 0;
}
.spirits-details .products-list .title{
    color: #cbcaca;
    font-size: 20px;
    line-height: 24px;
    padding: 0 0 4px 0;
    margin-bottom: 6px;
    border-bottom: 1px solid #cbcaca;
    font-family: 'allerbold';
}

.social-links{
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 9;
    height: 36px;
}
.social-links ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    height: 36px;
}
.social-links li{
    float: right;
    margin: 0 0 0 8px;
    padding: 0;
    display: inline-block;
    height: 36px;
    width: 36px;
}
.social-links a{
    display: block;
}
.social-links img{
    display: block;
    height: 36px;
    width: 36px;
}

.sub-nav .backbtn{
    position: absolute;
    right: 40px;
    top: 15px;
    border: 1px solid #ddd;
    font-size: 13px;
    line-height: 35px;
    display: block;
    color: #fff;
    font-family: 'allerbold';
    padding: 0 15px 0 35px;
    background: #bfbfbf url(../images/arrow-paging-prev-on.png) 15px center no-repeat;
}
.sub-nav .backbtn:hover{
    background: #cbcaca url(../images/arrow-paging-prev-on.png) 15px center no-repeat;
    color: #fff;
}


/*** Services ***/
.real-estate .left-nav{
    width: 18%;
}
.real-estate .right-area{
    width: 78%;
    float: right;
}

.left-nav.with-thumb li a{
    padding: 0 28px 0 0;
    min-height: 76px;
}
.left-nav.with-thumb li img{
    width: 100%;
    z-index: 0;
    margin: 0;
    position: relative;
}
.left-nav.with-thumb li .info{
    position: absolute;
    left: 10px;
    right: 38px;
    bottom: 10px;
    padding: 10px;
    display: block;
    background: url(../images/bg80.png);
    background: rgba(0, 0, 0, 0.8);
}
.left-nav.with-thumb li .title{
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    display: block;
}
.left-nav.with-thumb li .location{
    font-size: 13px;
    line-height: 16px;
    color: #888;
    margin-bottom: 2px;
    display: block;
}

.accordion{
    margin: 10px 0;
}
.accordion .box{
    margin-bottom: 10px;
}
.accordion .title{
    display: block;
    cursor: pointer;
    padding: 10px 10px 10px 50px;
    line-height: 20px;
    font-size: 16px; 
    color: #292929;
    position: relative;
    background: #f7f7f7;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out; 
}
.accordion .title:hover{
    color: #cbcaca;
}
.accordion .title .icon{
    position: absolute;
    left: 0;
    top:0;
    bottom: 0;
    width: 40px;
    min-height: 40px;
    display: block;
    background: url(../images/plus.png) center no-repeat;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out; 
}
.accordion .box .details{
    display: none;
    padding: 12px 20px 12px 40px;
}

.accordion .box.selected .title{
    background: #cbcaca;
    color: #fff;
}
.accordion .box.selected .title .icon{
    background: url(../images/minus.png) center no-repeat; 
}
.accordion .box.selected .details{
    display: block;
}

.download-btn{
    background: #fff url(../images/icon-download.png) 10px center no-repeat;
    line-height: 34px;
    font-size: 14px;
    font-family: 'allerbold';
    padding: 0 10px 0 35px;
    border: 1px solid #cbcaca;
    margin: 0 0 15px 10px;
    display: block;
    float: right;
    color: #cbcaca;
    /*position: absolute;
    right: 0;
    top: 0;*/
}
.download-btn:hover{
    background: #cbcaca url(../images/icon-download-on.png) 10px center no-repeat;
    color: #fff;
}

/** Private Area **/
.private-listing{

}
.private-listing ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}
.private-listing li{
    margin: 0;
    padding: 0;
    float: left;
    width: 12.5%;
}
.private-listing li .center{
    margin: 2px;
    padding: 20px;
    border: 1px solid #ddd;
    text-align: left;
    background: #fff;
    position: relative;
}
.private-listing li .date{
    font-size: 13px;
    line-height: 15px;
    color: #7c7c7c;
    margin-bottom: 3px;
    font-weight: bold; 
}
.private-listing li .title{
    font-size: 15px;
    line-height: 19px;
    color: #cbcaca;
    font-weight: bold;
    margin-bottom: 14px;
    overflow: hidden;
    max-height: 38px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.private-listing li .description{
    font-size: 13px;
    line-height: 16px;
    color: #7c7c7c;
    overflow: hidden;
    max-height: 64px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.private-listing li .description p{
    margin: 0;
}
.private-listing li .description span{
    color: #7c7c7c!important;
}
.private-listing li .details{
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 44px;   
    overflow: hidden;
}
.private-listing li .back{
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}
.private-listing .download{
    background: #7c7c7c;
    position: absolute;
    z-index: 9;
    left: 20px;
    right: 20px;
    *display: block;
    display: inline-block;
    bottom: 10px;    
    line-height: 30px;
    font-size: 15px;
    color: #fff;
    text-align: center ;
}
.private-listing .download:hover{
    background: #cbcaca; 
    color: #fff;
}
.private-listing .download .icon{
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/icon-download-file.png) center no-repeat;
    margin-right: 8px;
}
.private-listing li .center ul, .private-listing li .center ol{
    margin: 0;    
    padding 0;
    list-style: none;
}
.private-listing li .center li{
    margin: 0 0 0 8px;
    padding: 0;
    float: none;
    width: auto;
}

/**********************/
.colorbox-center{
    padding: 30px;
}
.colorbox-center h3{
    color: #cbcaca;
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 10px 0;
}