/* bone v1.2 */
/*
yellow : ffdd00


*/
html{
    height: 100%;
    font-size: 62.5%;
}
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: 'Source Sans Pro', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.4;
    color: #000;
    background: #fff;
    -webkit-font-smoothing: antialiased; 
}
button, a{
    text-decoration: none;
    color: #000;
    border: 0;
    outline: 0 transparent;
    -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:#000; 
}
*, *:after, *:before{
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;    
    -ms-box-sizing: border-box;    
    -o-box-sizing: border-box;    
    box-sizing: border-box;   
}
table{
    width: 100%;
    border: 0;
}
h1, h2, h3, h4, h5{
    line-height: 1.2;
    margin: 0 0 12px;
    font-weight: 700;
}
h1{
    font-size: 2.6rem;
}
h2{
    font-size: 2.4rem;
}
h3{
    font-size: 2.2rem;
}
h4{
    font-size: 1.8rem;
}
h5{
    font-size: 1.6rem;
}
p{
    margin: 0 0 12px;
}       
hr {
    display: block;
    height: 1px;
    background: #000;
    border: 0;
    margin: 10px 0;
    padding: 0;
}
ul, ol{
    margin: 0 0 12px;
    padding: 0 0 0 16px;
}
strong{
    font-weight: 700;
}
li{
    margin: 0 0 2px;
    padding: 0;
}
.floatL{
    float: left!important;
}
.floatR{
    float: right!important;
}
.clearBoth{
    clear: both;
    display: block;
}
.loader{
    background: url(../images/loader.gif) center no-repeat;
    width: 64px;
    height: 64px;
    position: absolute;
    left: 50%;
    top:50%;
    margin: -32px 0 0 -32px;
    z-index: inherit;
}
img{
    border: 0;
    vertical-align: middle;
    opacity: 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;
}
.back{
    opacity: 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;
}
.back.loaded{
    opacity: 1; 
}
picture{
    display: block;
    margin: 0;
    text-align: center;
}
picture img{
    max-width: 100%; 
}
.photo{
    background: #fff url(../images/loader.gif) center no-repeat;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 0;
    text-align: center;
    font-size: 0.8rem;
}
.loaded{
    background: transparent;
}
.loaded img{
    opacity:1; 
}
.photo img{
    width: 100%;
    left: 0;
    right: 0;
    top: 0;    
    bottom: 0;
    display: block;
    position: relative;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
a.photo:hover img, 
a:hover .photo img{

}
.material-icons {
    font-size: 2.4rem; 
} 

/* Alerts */              
div.alert{
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 12px; 
}
div.alert.success{
    color: #4CAF50;
}    
div.alert.error{
    color: #f44336;
}
div.alert.info{
    color: #2196F3;
}
div.notification{
    color: #fff;
    font-size: 1.4rem;
    padding: 10px 25px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    margin: 5px 0;
    position: relative;
    text-align: left;
    background-color: #e7e7e7;
    background-repeat: no-repeat;
    background-position: 10px center;
}              
div.notification.success{
    background-color: #4CAF50;
    background-image: url(../images/icon-success.png);    
}
div.notification.error{
    background-color: #f44336;
    background-image: url(../images/icon-error.png);
} 
div.notification.info{
    background-color: #2196F3;  
    background-image: url(../images/icon-notification.png); 
} 
div.notification .close-btn {
    background: url(../images/icon-clear.png) center no-repeat;
    width: 30px;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}


/* Listing */
.listing{
    position: relative;
}
.listing:after{
    content:"";
    clear: both;
    display: block;
}
.listing ul{
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}
.listing li{
    margin: 0;
    padding: 0; 
}
.listing .holder{
    display: block;
    position: relative;
    overflow: hidden;
}
.listing .title{
    font-weight: 700;
    display: block;
    position: relative;   
    line-height: 20px;     
}
.listing .subtitle{
    font-weight: 400;
    display: block;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    line-height: 20px;
    max-height: 40px;
    -webkit-box-orient: vertical;     
    -webkit-line-clamp: 2;   
}
.listing .date{
    display: block;
    line-height: 1;
}  
.listing .summary{
    display: block;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    line-height: 18px;
    max-height: 72px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; 
}
.listing .details{
    position: relative;
    display: block;
}
.listing .btn.more{
    float: none;
    width: 200px;
    margin: 0 auto 20px;
    padding: 0;
}


/* Paging */
.page-numbering{
    margin: 0;
    width: auto;
    height: 30px;
    float: right;
    clear: both;
}
.page-numbering:after{
    content:"";
    clear: both;
    display: block;
}
.page-numbering ul{
    margin: 0;
    padding: 0;
    display: inline-block;
    height: 30px;
    width: auto;
}
.page-numbering li{
    width: 30px!important;
    height: 30px!important;
    margin: 0 0 0 6px!important;                                                                                  
    padding: 0 ;
    display: inline;
    clear: none!important;
    text-align: center;
    opacity:1!important;
    float: left!important; 
}
.page-numbering a{
    display: block;
    font-size: 1.6rem;
    line-height: 30px;
    color: #000;
    background-color: transparent;
    position: relative;
    width: 30px;
    height: 30px;
    z-index: 1;
    border: 1px solid #000;    
}
.page-numbering a:hover{
    color: #fff;
    background-color: #000; 
    border: 1px solid #000;
}
.page-numbering a i{
    display: block;
    font-size: 1.8rem;
    line-height: 30px;
}
.page-numbering a.selected{    
    color: #fff;
    background-color: #000; 
    border: 1px solid #000;
}

/* Forms */
input, select, textarea, button{
    color: #000;
    font-family: sans-serif;
    font-size: 1.4rem;
}
textarea {
    resize: vertical;
    min-height: 120px;
}
input, textarea{
    text-indent:15px;
}
select{
    text-indent:10px;
}

.input.select{
    padding-right: 36px;
}
.input.select:after{
    content: "\f107";
    position: absolute;
    right: 0;
    top: 0;
    height: 36px;
    width: 36px;
    line-height: 36px;
    color: #000;
    font-size: 2.6rem;
    display: block;
    text-align: center;
    z-index: 0;
    font-family: FontAwesome;
    white-space: nowrap;
    cursor: pointer;
    pointer-events: none;
    word-wrap: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.input.select select{
    width: 100%;
    height: 100%;
    position: absolute;    
    z-index: 1;
    outline: 0;
    top: 0;
    left: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; 
}

.input.upload {
    vertical-align: middle;     
    cursor: pointer;    
}
.input.upload input[type=file]{
    outline:none;
    position: relative;
    text-align: right;    
    -moz-opacity:0 ;
    opacity: 0;
    z-index: 2;
    width:100%;
    height:100%;
    cursor: pointer;    
}
.input.upload .fake-file{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 1;
    line-height: 100%;
}
.input.upload .fake-file input{
    background: transparent;
    border: 0;
    padding: 0 ;
    margin: 0;
    height: 36px;
    width: 100%;
}
.input.upload .fake-file:after{
    content: "\f0ee";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 36px;
    z-index: 0;
    width: 36px;
    line-height: 36px;
    text-align: center;
    color: #000;
    font-family: FontAwesome;
    font-size: 2rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -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;
}
.input.upload:hover .fake-file:after{
    color: #000;
}

.form .input{
    float: left;
    position: relative;
    margin-bottom: 10px;
    width: 49%;
    height: 36px;
    line-height:36px;
    background: #fff;
    border: 1px solid #a8a8a8;  
    color: #000;  
}
.form .input input[type='text'],
.form .input input[type='password'],
.form .input input[type='email'],
.form .input input[type='number'],
.form .input input[type='tel'],
.form .input input[type='url'],
.form .input select{
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;    
    line-height: 36px;
    background: transparent;
    color: #a8a8a8;
    display: block;
    z-index: 1;
}
.form .input select option{
    color: #000;
}
.form .input.full{
    width: 100%;
    clear: both;
}
.form .input.text{
    width: 100%;
    clear: both;
    height: auto;
    min-height: 36px; 
}
.form textarea{
    width: 100%;
    padding: 10px 0;
    display: block;
    border: 0;
    background: #fff;
    color: #a8a8a8;
}
.form .separator{
    float: left;
    margin-bottom: 10px;
    width: 2%;
    height: 36px;
}
.form .btn{
    float: right;
}
.form {
    min-width: 300px;
}

/* Btns */
.btn{
    display: block;
    position: relative;
    z-index: 0;
    float: left;
    padding: 0 40px;
    text-align: center;
    font-size: 1.5rem;
    line-height: 40px;
    overflow: hidden;
    color: #000;
    background: #ffdd00;
}
.btn:hover{  
    color: #fff;  
    background: #000; 
}
.btn .left{
    margin-right:10px; 
}
.btn .right{
    margin-left: 10px; 
}

/* Columns */
.left-side-big{
    width: 64%;
    float: left;
}
.left-side-half{
    width: 48%;
    float: left;
}
.left-side-small{
    width: 32%;
    float: left;
    text-align: justify;
}
.right-side-big{
    width: 64%;
    float: right;
}
.right-side-half{
    width: 48%;
    float: right;
}
.right-side-small{
    width: 32%;
    float: right;
    text-align: justify;
}
.left-side-big p, .right-side-big p{
    text-align: justify;
} 

/* Holders */
header{
    background: #ffdd00;
    color: #fff;
    padding: 0 40px;
    position: fixed; 
    z-index: 999;
    left: 0;
    top: 0;
    right: 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px 0px;
    -ms-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px 0px;
    -o-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px 0px;
}
header .center{
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    min-height: 40px;
    padding: 20px 0;
    -webkit-box-sizing: content-box; 
    -moz-box-sizing: content-box;    
    -ms-box-sizing: content-box;    
    -o-box-sizing: content-box;    
    box-sizing: content-box;   
    -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;
}
header .center:after{
    content: "";
    clear: both;
}
header .main-logo{
    display: block;
    float: left;
}
header .main-logo img{
    display: block;
    max-width: 100%;
    max-height:100px;
    -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;
}
header .overlay{
    background: url(../images/bg-black60.png);
    background: rgba(0,0,0,.6);
    position: fixed;
    top: 110px;
    bottom: 0;
    left: 0;
    width: 0;
    z-index: 996;
    opacity: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;
}
header h1{
    margin: 0;
    font-size: 1rem;
}
.panel-on{
    overflow: hidden;
}
.panel-on header .overlay{
    opacity:1;
    width: 100%;
}

.main-menu{
    position: absolute;
    right: 0;
    bottom: 40px;    
    -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;
}
.main-menu .holder{
    position: relative;   
}

.menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu li{
    margin: 0 0 0 20px;
    padding: 0;
    float: left;
    position: relative;
}
.menu li:before{
    content: "";
    position: absolute;
    left: -9px;
    bottom: 3px;
    background: #000;
    width: 2px;
    height: 2px;
    display: block;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
}
.menu li:first-child{
    margin-left: 0;
}
.menu li:first-child:before{
    display: none;
}
.menu li a{
    display: block;
    color: #000;
    font-weight: 700;
    line-height: 1;
    font-size: 2rem;
    font-style: italic;
}
.menu li a:hover,
.menu li a.selected{
    color: #fff;
}

.flags{
    position: absolute;
    right: 0;
    top: -40px;
    -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;
}
.flags ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.flags li{
    float: right;
    margin: 0 0 0 6px;
    padding: 0;
}
.flags img{
    border: 1px solid #ddd;
    width: 30px;
    height: 20px;
    display: block;
}

.btn-mobile{
    display: none;
    width: 40px;
    height: 40px;
    line-height: 40px;    
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
    background: #000;
    z-index: 9;
    color: #fff;
    text-align: center;
}
.btn-mobile:hover,
.btn-mobile:active{
    color: #fff;
}
.btn-mobile i{
    display: block;
    line-height: 40px;
    font-size: 3rem;
}


.scrolled .main-logo img{
    max-height: 80px;
}
.scrolled .flags{
    top: -45px;
}
.scrolled .main-menu{
    bottom: 30px;
}
.scrolled header .center{
    padding: 15px 0;
}


.main-content{
    padding: 40px;
    position: relative; 
    background: #fff;
    z-index: 1;
}
.main-content .center{
    position: relative;
    max-width: 1280px;
    margin: 0 auto; 
    min-height: 100px;
    -webkit-box-sizing: content-box; 
    -moz-box-sizing: content-box;    
    -ms-box-sizing: content-box;    
    -o-box-sizing: content-box;    
    box-sizing: content-box; 
}
.main-content .center:after{
    content: "";
    display: block;
    clear: both;
}
.main-content.grey{
    background: #f4f4f4;
}

h2.sub-title{
    color: #000;
    text-align: center;
    margin-bottom: 22px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2.8rem;
}
h2.sub-title:after{
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    margin-left: -50px;
    bottom: -14px;    
    width: 100px;
    height: 8px;
    background: #ffdd00;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
h5.sub-title{
    text-align: center;
    color: #6c6d70;
    max-width: 60%;
    font-weight: 400;
    margin: 0 auto 50px;
    font-size: 1.6rem;
}


/* Home */
.main-banner{
    height: 500px;
    overflow: hidden;
    position: relative;
}
.main-banner .flexslider{
    height: 100%;
}
.main-banner .slides{
    height: 100%;
}
.main-banner .slides li{
    height: 100%;
    position: relative;
}
.main-banner .back{
    position: relative;
    z-index: 0;
    height: 100%;
    width: 100%; 
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-banner .holder{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    padding: 0 40px;
    -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;
}
.main-banner .center{
    max-width: 1280px;
    margin: 0 auto;
    height: 100%;
}
.main-banner .details{
    position: relative;
    top: 50%;
    color: #fff;
    padding: 0 40px;
    text-align: center;
    text-transform: uppercase;
    text-shadow:0 0 1px rgba(0, 0, 0, 0.5);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.main-banner .slides li:after{
    content: "";
    background: rgba(0,0,0,.25);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.main-banner h2{
    margin: 0;
    font-size: 4rem;
}
.main-banner h3{
    margin-bottom: 2px;
    font-size: 2.8rem;
}
.main-banner .more{
    background: url(../images/bg-btn.png) center no-repeat;
    margin: 80px auto 0;
    font-weight: 700;
    color: #fff;
    display: block;
    padding: 25px;
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    font-size: 1.8rem; 
    -webkit-box-sizing: content-box; 
    -moz-box-sizing: content-box;    
    -ms-box-sizing: content-box;    
    -o-box-sizing: content-box;    
    box-sizing: content-box;   

    -webkit-backface-visibility: hidden;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;   
}
.main-banner .more span{
    display: block;
    line-height: 1;
    padding: 14px 0px;      
    -webkit-backface-visibility: hidden;
    -webkit-transition: transform 1s ease-in-out;
    -moz-transition: transform 1s ease-in-out;
    -ms-transition: transform 1s ease-in-out;
    -o-transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
}
.main-banner .more:hover{
    color: #ffdd00;
}
.main-banner .flex-control-nav{    
    text-align: center;
    z-index: 3;    
    width: 16px;
    position: absolute;
    right: 50%;
    margin-right: -640px;
    top: 50%;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.main-banner .flex-control-nav li{
    margin: 8px 0;
    text-align: center;
    display:block;
    float: none;
    width: 16px;
}
.main-banner .flex-control-paging li a{
    background: #fff;
    width: 12px;
    height: 12px;
    display: block;
    margin: 0 auto;
}
.main-banner .flex-control-paging li a:hover{
    background: #ffdd00;
} 
.main-banner .flex-control-paging li a.flex-active{
    background: #ffdd00;
    width: 16px;
    height: 16px;
}
.main-banner .flex-active-slide .more{
    -webkit-transform: rotateZ(360deg) translateZ(0) ;
    -moz-transform: rotateZ(360deg) translateZ(0) ;
    -ms-transform: rotateZ(360deg) translateZ(0) ;
    -o-transform: rotateZ(360deg) translateZ(0) ;
    transform: rotateZ(360deg) translateZ(0) ;
}
.main-banner .flex-active-slide .more span{
    -webkit-transform: rotateZ(-360deg) translateZ(0) ;
    -moz-transform: rotateZ(-360deg) translateZ(0) ;
    -ms-transform: rotateZ(-360deg) translateZ(0) ;
    -o-transform: rotateZ(-360deg) translateZ(0) ;
    transform: rotateZ(-360deg) translateZ(0) ;
}

#section2{
    border-top: 30px solid #ffdd00;
}

.featured-about{
    padding: 10px 0;
}
.featured-about .col{
    width: 48%;
    float: left; 
}
.featured-about .col:first-of-type{
    margin-right: 4%;
    width: 48%;
    text-align: justify;
}
.featured-about .photo{
    width: 48%;
    margin-right: 4%;
    float: left;
    max-width: 188px;
}
.featured-about ul.check{
    display: table;
}

ul.check{
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.check li{
    background: url(../images/icon-check.png) left 6px no-repeat;
    list-style: inside;
    margin: 0 0 14px;
    min-height: 18px;
    padding: 0 0 0 28px;
    display: block;
    font-weight: 700;
}

.featured-partners{

}
.listing.partners{
    margin-bottom: -1px;
}
.listing.partners li{
    width: 20%;
    float: left;
}
.listing.partners .photo{
    outline: 1px solid #d8d8d8;
    padding-bottom: 56.25%;
    font-size: 2rem;
}
.listing.partners .photo img{
    position: absolute;
}
.listing.partners a.photo:hover{
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.listing.partners a.photo.selected{    
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0);
    -ms-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0);
    -o-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.listing.partners a.photo:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border: 1px solid #fff;
    -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.partners a.photo.selected:after{
    border: 10px solid #ffdd00;
    border: 10px solid 10px solid rgba(255, 221, 0, 0.8);
}

.content-holder{
    /*-webkit-box-shadow:inset 0px 0 20px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:inset 0px 0 20px 1px rgba(0, 0, 0, 0.2);
    -ms-box-shadow:inset 0px 0 20px 1px rgba(0, 0, 0, 0.2);
    -o-box-shadow:inset 0px 0 20px 1px rgba(0, 0, 0, 0.2);
    box-shadow:inset 0px 0 20px 1px rgba(0, 0, 0, 0.2);  */
    background: #f4f4f4;
    margin: 0px -40px;
    padding: 0 40px;
    clear: both;
    display: none;
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    top: -1px;
    position: relative;
}
.content-holder .content{
    margin: 0 auto;
    max-width: 1280px;
    padding: 50px 0; 
    position: relative;
}
.content-holder .title{
    font-weight: 700;
    font-size: 2.8rem;
    float: right;
    width: 48%; 
    position: relative;
    top: -10px;
}
.content-holder .details{
    text-align: justify;  
    min-height: 380px;
}
.content-holder .gallery{
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 40px;
    background: #fff;
}
.content-holder .gallery .flexslider{
    background: 1px solid #d8d8d8;
}
.content-holder .gallery .flex-control-nav{    
    bottom: -34px;
}
.content-holder .gallery .flex-control-nav li{
    margin: 0 4px;
}
.content-holder .gallery .flex-control-paging li a{
    background: #c4c4c4;
    width: 10px;
    height: 10px;
    display: block;
    position: relative;
    top: 3px;    
}
.content-holder .gallery .flex-control-paging li a:hover{
    background: #ffdd00;
} 
.content-holder .gallery .flex-control-paging li a.flex-active{
    background: #ffdd00;
    width: 16px;
    height: 16px;
    top: 0;
}
.content-holder .close-btn{
    position: absolute;
    width: 19px;
    height: 19px;
    right: 0;
    top: 30px;
    display: block;
    z-index: 9;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    background: url(../images/icon-close.png) center no-repeat;
}
.content-holder .close-btn:hover{
    background: url(../images/icon-close-on.png) center no-repeat;
}

.featured-services{
    margin-top: -40px; 
    margin-bottom: 30px;
}
.listing.services li{
    width: 31%;
    margin: 0 3.5% 20px 0;     
    clear: none;
    float: left;
}
.listing.services li:nth-child(3n){
    margin-right: 0;
}
.listing.services li:nth-child(3n+1){
    clear: left;
}
.listing.services .holder{
   
}
.listing.services .photo{    
    padding-bottom: 56.25%;
}
.listing.services .photo img{
    position: absolute;
    opacity:1;
}
.listing.services .details{
    text-align: center;
    padding: 14px 15px;
    background: #fff;
}
.listing.services .title{
    font-style: italic;
}
.listing.services .photo:after{
    content: "";
    width: 33%;
    height: 100%;
    position: absolute;
    left: 5%;
    top: 0;
    z-index: 1;
    background: #ffdd00;
    background: rgba(255, 221, 0, 0.4); 
    -webkit-transform: skew(-20deg) translateZ(0) scale(1.0, 1.0);
    -moz-transform: skew(-20deg) translateZ(0) scale(1.0, 1.0);
    -ms-transform: skew(-20deg) translateZ(0) scale(1.0, 1.0);
    -o-transform: skew(-20deg) translateZ(0) scale(1.0, 1.0);
    transform: skew(-20deg) translateZ(0) scale(1.0, 1.0);
    -webkit-backface-visibility: hidden;
    -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.services .photo:before{
    content: "";
    background: url(../images/more-btn.png) center no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    z-index: 3;
    margin: -40px 0 0 -40px;
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(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;
}

.listing.services a.holder:hover .photo:after,
.listing.services a.holder.selected .photo:after{
    width: 120%;
    left: -10%;     
}
.listing.services a.holder:hover .photo:before{
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
}

.yellow-band{
    padding: 0 40px;
    background: #ffdd00;
    position: relative;
    margin-top: -40px;
    z-index: 1;
}
.yellow-band .orange-bar{
    position: absolute;
    height: 100%;
    width: 50%;
    z-index: 1;
    right: 0;
    background: #fcce00;
}
.yellow-band .orange-bar:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 40px;
    height: 100%;
    background: url(../images/yellow-corner.png) right center no-repeat;
    background-size: auto 100%;
}
.yellow-band .center{
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
}
.yellow-band .col{
    padding: 60px 0;
    width: 44%;
    float: left;
    position: relative;
    z-index: 0;
    overflow: hidden;
    -webkit-box-sizing: content-box; 
    -moz-box-sizing: content-box;    
    -ms-box-sizing: content-box;    
    -o-box-sizing: content-box;    
    box-sizing: content-box;   
}
.yellow-band .col:first-child{
    padding-right: 12%;
    z-index: 1;
}
.yellow-band h3{
    font-size: 2.3rem;
    font-weight: 400;
    margin-bottom: 4px;
    line-height: 1.1;
    text-transform: uppercase;
}
.yellow-band h2{
    font-size: 3.5rem;
    margin-bottom: 0;
    line-height: 1.1;
    text-transform: uppercase;
}
.yellow-band .fa-angle-right{
    width: 32px;
    height: 32px;
    line-height: 28px;
    border: 1px solid #000;
    margin-left: 8px;
    position: relative;
    top: -4px;
    color: #000;
    font-size: 2.4rem;
    text-align: center;
    display: inline-block;
    -webkit-border-radius:100%;
    -moz-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;
}
.yellow-band a:hover{
    padding-left: 10px;
}
.yellow-band a:hover .fa-angle-right{
    background: #000;
    color: #fff;
}

.popup{
    display: none;
}

.listing.team .holder{
    margin: 0 10px;
}
.listing.team .photo{
    padding-bottom: 100%;
    margin-bottom: 14px;
}
.listing.team .photo img{
    position: absolute;
}
.listing.team .details{
    text-align: center;
}
.listing.team .title{
    font-size: 1.6rem;
}
.listing.team .position{
    font-style: italic;
    font-size: 1.6rem;
    line-height: 18px;
    color: #6c6d70;
    margin-bottom: 8px;
}
.listing.team .email{
    font-size: 1.4rem;
    font-style: italic;
    line-height: 1;
    color: #6c6d70;
    display: block;
}
.listing.team .email:hover{
    color: #ffdd00;
}
.listing.team .slick-list{
    margin: 0 40px;
}

.listing.carousel .slick-slide{
    outline: 0;
}
.listing.carousel .slick-arrow{
    display: block;
    width: 36px;
    height: 36px;
    text-align: center;
    color: #000;
    line-height: 32px;    
    background: #fff;
    position: absolute;
    border: 1px solid #000;
    -webkit-border-radius:100%;
    moz-border-radius:100%;
    border-radius:100%;
    right: 0;
    top: 94px;
    padding: 0;
    z-index: 9;
    cursor: pointer;
}
.listing.carousel .slick-prev.slick-arrow{
    left: 0;
    right: auto;
}
.listing.carousel .slick-arrow:before{
    font-family: FontAwesome;
    font-size: 2.4rem;
    letter-spacing: normal;
    text-transform: none;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    cursor: pointer;
    pointer-events: none;
    word-wrap: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.listing.carousel .slick-prev.slick-arrow:before{
    content: "\f104";
}
.listing.carousel .slick-next.slick-arrow:before{
    content: "\f105";
}
.listing.carousel .slick-arrow:hover{
    background: #000;
    color: #fff;
}

.footer{
    padding: 0 40px;
    position: relative;
    background: #000;
    color: #fff;
    z-index: 1;
}
.footer .center{
    position: relative;
    max-width: 1280px;
    margin: 0 auto;  
    padding: 40px 0;
    -webkit-box-sizing: content-box; 
    -moz-box-sizing: content-box;    
    -ms-box-sizing: content-box;    
    -o-box-sizing: content-box;    
    box-sizing: content-box; 
}
.footer .center:after{
    content: "";
    display: block;
    clear: both;
}
.copyrights{
    font-size: 1.5rem;
    color: #6c6d70;
    width: 48%;
}
.copyrights a{
    color: #6c6d70;
    font-size: 1.4rem;
}
.footer a:hover{
    color: #fff;
}
.footer h3{
    font-size: 2.5rem;
    text-transform: uppercase;
    margin-bottom: 32px;
}
.footer h3 img{
    float: left;
    margin-right: 18px;
}
.footer h3 span{
    display: block;
    padding-top: 32px;
}
.footer .contact{
    margin-bottom: 30px;
    width: 50%;
}
.footer .contact table{
    width: 100%;
}
.footer .contact td{
    margin-bottom: 4px;
    vertical-align: text-top;
}
.footer .contact tr td:first-child{
    color: #6c6d70;
    margin-right: 20px;
    width: 140px;
}
.footer .contact a{
    color: #fff;
}
.footer .contact a:hover{
    color: #ffdd00;
    text-decoration: underline;
}
.footer .map{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    bottom: 0;
    width: 48%;
    z-index: 0;
    overflow: hidden;
}
.footer .map iframe{
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}


/* Landing */
.yel-col{
    position: fixed;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 50%;
    width: 50%;
    background: #ffdd00;
    z-index: 0;
}              
body.landing{
    font-family: Arial, Helvetica, sans-serif;
    line-height: 16px;
    font-size: 1.2rem;
    color: #6c6d70;
}

.landing .main-content{
    background: url(../images/back.png) top center no-repeat;
    padding: 50px 40px;
    z-index: 1;
    position: relative;
}
.landing .main-content .center{
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
}
.landing .main-logo{
    padding-right: 40px;
    float: right;
}
.landing .copyrights{
    margin-right: 50%;
    font-size: 1.1rem;
    text-align: right;
    padding-right: 40px;
    clear: both;
    font-style: italic;
    width: auto;
}
.landing img{
    opacity:1;
}
.left-col{
    float: left;
    width: 50%;
    position: relative;
}
.left-col .content{
    color: #6c6d70;
    font-size: 1.2rem;
    padding: 220px 40px 10px 85px;
    text-align: justify;   
}
.left-col h5{
    text-align: right;
    font-size: 1.3rem;
    font-style: italic;
    margin: 0 0 6px;
    padding-right: 40px;
}
.left-col h3{
    text-align: right;
    font-size: 2rem;
    font-style: italic;
    margin: 0 0 26px;
    padding-right: 40px;
}
.left-col a:hover{
    color: #fff;
}
.right-col{
    float: right;
    width: 50%;
}
.right-col ul{
    background: url(../images/back-ul.png) 40px 30px repeat-y;
    margin: 0;
    padding: 0 0 0 40px;
    list-style: none;
    position: relative;
}
.right-col li{
    background: url(../images/back-li.png) left 21px no-repeat;
    margin: 0 0 40px;
    padding: 0 0 0 40px;
    list-style: none;
    min-height: 45px;
}
.right-col li .flag{
    position: absolute;
    left: 0;
    top: 8px;
}
.right-col li .icon-4k{
    background: url(../images/li-4k.png) center no-repeat;
    width: 45px;
    height: 43px;
    float: left;
    position: absolute;
    left: 50px;
    top: 0;
}
.right-col li .title{
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 42px;
    padding-right: 20px;
    font-style: italic;
    display: block;
    color:#6c6d70;
    -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;
}
.right-col li .title span{
    line-height: normal;
    position: relative;
    display: inline-block;
}
.right-col li .title span:after{
    content:"";
    width:16px;
    display:block;
    position:absolute;
    right:-25px;
    top:0;
    bottom:0;
    background: url(../images/arrow-companies.png) right 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;
}


.right-col li a{
    display: block;
    position: relative;
    padding-left: 110px;
}
.right-col li a:hover .title span:after{
    right: -35px;
}

.right-col li a:hover .title{
    color: #000;
}
.right-col ul:before{
    content:"";
    background: url(../images/back-ul.png) 0 0 repeat-x;
    width: 80px;
    height: 1px;
    position: absolute;
    top: 21px;
    left: -40px;
}
.right-col ul:after{
    content: "";
    background: #fff;
    width: 10px;
    height: 21px;
    position: absolute;
    top: 0;
    left: 35px;
}
/**/