html{
    height: 100%;
}
html, html a {
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);    
}
body{
    margin: 101px 0 0;
    padding: 0;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    line-height: 20px;
    font-size: 14px;
    color: #141518;
    height: 100%;
    background: #fff;
    -webkit-font-smoothing: antialiased; 
}
button, a{
    text-decoration: none;
    color: #141518;
    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:#b12e15; 
}
*, *: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;   
}
img{
    border: 0;
    vertical-align: middle;
}
table{
    width: 100%;
    border: 0;
}
input, select, textarea, button{
    color: #000;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 14px;
}
/*input:required:invalid, input:focus:invalid {
background-image: url(../images/input-invalid.png);
background-position: right top;
background-repeat: no-repeat;
-moz-box-shadow: none;
}
input:required:valid {
background-image: url(../images/input-valid.png);
background-position: right top;
background-repeat: no-repeat;
}*/
textarea {
    resize: vertical;
    min-height: 80px;
}
input, textarea{
    text-indent:5px;
}
hr {
    display: block;
    height: 0;
    border: 0;
    border-top: 1px solid #000;
    margin: 10px 0;
    padding: 0;
}
.clearBoth{
    clear: both;
    display: block;
}
.loader{
    background: url(../images/loader.gif) center no-repeat;
    width: 48px;
    height:48px;
    position: absolute;
    left: 50%;
    top:50%;
    margin: -24px 0 0 -24px;
    z-index: 999;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
}
p{
    margin: 0 0 8px;
}
#mobileNavBtn{
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
    font-size: 30px;
    line-height: 40px;
    background: transparent;
    z-index: 1000;
    color: #b12e15;
    text-align: center;
}

.frame{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -640px;
    width: 1000px;
    border: 1px solid #000;
    z-index: 999;
    z-index: -1;
}

.alert{
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 12px; 
    line-height: 1.4;
}
.alert.success{
    color: #b12e15;
}    
.alert.error{
    color: #b12e15; 
}
.alert.info{
    color: #b12e15;
}
.notification{
    color: #fff;
    font-size:14px ;
    padding: 10px 25px;
    margin: 0 0 18px;
    position: relative;
    text-align: left;
}              
.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: #f3f3f3;  
    color: #b12e15;
} 
.notification.error{
    background-color: #e51400;
} 
.notification.success{
    background-color: #229900;
}
.floatL{
    float: left!important;
}
.floatR{
    float: right!important;
}
h1, h2, h3, h4, h5{
    line-height: 1.2;
    margin: 0 0 12px;
}
h1{
    font-size: 26px;
}
h2{
    font-size: 24px;
}
h3{
    font-size: 22px;
}
h4{
    font-size: 18px;
}
h5{
    font-size: 16px;
}
.icon-qv{
    margin-right: 6px;
}
.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: #b12e15;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 6px;
}

.page-numbering{
    margin: 20px 0;
    width: auto;
    height: 36px;
    float: right;
    clear: both;
}
.page-numbering ul{
    margin: 0;
    padding: 0;
    display: inline-block;
    height: 24px;
    width: auto;
}
.page-numbering li{
    width: 36px!important;
    height: 36px;
    margin: 0 0 0 1px!important;
    padding: 0;
    text-align: center;
    float: left; 
}
.page-numbering a{
    display: block;
    font-size: 16px;
    line-height: 36px;
    color: #acacac;
    background: #eaecee;
    text-align: center;
    position: relative;
    width: 36px;
    height: 36px;
    z-index: 1;
}
.page-numbering a:hover{
    color: #fff; 
}
.page-numbering a .fa{
    display: block;
    font-size: 18px;
    line-height: 36px;
}
.page-numbering a:after, .page-numbering a:before{
    content:'';
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    width:100%;
    height: 0;
    background-color: #b12e15; 
    -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;
}
.page-numbering a:before{
    top:0;
}
.page-numbering a:after{
    bottom:0;
}
.page-numbering a:hover:before, .page-numbering a:hover:after{
    height:100%;
}
.page-numbering a.selected{    
    color: #fff;
    background-color: #b12e15; 
}

.photo{
    background: #fff url(../images/loader.gif) center no-repeat;
    display: block;
    overflow: hidden;
    position: relative;
}
.photo img{
    width: 100%;
    opacity: 0;
    filter: alpha(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;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
a.photo:hover img, a:hover .photo 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);
}
.pace-done .photo{
    background: transparent;
}
.pace-done .photo img{
    opacity: 1;
    filter: alpha(opacity=100);
}
body.pace-done{
    background: #4c4c4e;
}

header{
    background: #fff;
    padding: 0 40px;
    position: fixed;
    left: 0 ;
    right: 0;
    top: 0;
    z-index: 999;
    border-bottom: 1px solid #d7d7d7;
    border-top:6px solid transparent;
}
.home header{
    background: url(../images/bg-white70.png);
    background: rgba(255, 255, 255, 0.7);
}
header .center{
    margin: 0 auto;
    max-width: 1440px;
    position: relative;
}

.pace-done header{
    border-top:6px solid #b12e15;
}
header .overlay{
    background: url(../images/bg-black60.png);
    background: rgba(0,0,0,.6);
    position: fixed;
    top: 80px;
    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;
}
body.panel-on{
    overflow: hidden;
}
body.panel-on header .overlay{
    opacity:1;
    width: 100%;
}

.main-logo{
    margin: 15px 0;
    display: block;
    float: left;
    -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-logo img{  
    -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;
    max-height: 64px;
}

.main-menu{
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 140px;
    top: 20px;
    -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{
    height: 100%;
}

.menu2{
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
}
.menu2 li{
    float: left;
    margin: 0 0 0 40px;
    padding: 0;
}
ul.menu2.keywords li{
    float: left;
    margin: 0 0 0 20px;
    padding: 0;
}

.menu2 li:first-child{

}
.menu2 li a{
    color: #b12e15;
    display: block;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
}
.menu2 li a:hover,
.menu2 li a.selected{
    color: #141518;
}

.scrolled header{
    border-bottom: 1px solid #efefef; 
    background: #fff;
}

footer{
    background: #ebebeb;
    padding: 40px 40px 20px;
    border-top:6px solid #b63c25;
    font-size: 13px;
    line-height: 18px;
}
footer .center{
    max-width: 1000px;
    margin: 0 auto;
    color: #6c6c6c;
    position: relative;
}
footer h5.sub-title{
    text-transform: uppercase;
    font-size: 14px;
    padding-bottom: 8px;
    margin-bottom: 12px;
    border-bottom: 1px solid #6c6c6c; 
}
footer a{
    color: #6c6c6c;
}

.links-holder{
    margin-bottom: 30px;
}
.links-holder .menu{
    float: left;
}
.links-holder .menu.main{
    width: 19%;
}
.links-holder .menu.services{
    width: 32%;
    margin-left: 3%;
}
.links-holder .menu.downloads{
    width: 20%;
    margin-left: 3%;
}
.links-holder .menu.presence{
    width: 20%;
    margin-left: 3%;
}
.links-holder .menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.links-holder .menu li{
    margin: 0 0 4px 0;
    padding: 0;
}
.links-holder .menu.main li{
    float: none;
    width: 100%;
    margin-right: 0;
}
.links-holder a.selected{
    color: #b12e15;
}
.links-holder .menu li a{
    *display: block;
    /*overflow: hidden;
    display: -webkit-box;
    max-height: 16px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;*/
    width: 100%;
}
.links-holder .menu.presence ul{
    column-count: 2;
}

.menu.downloads li .fa{
    margin-right: 8px;
    font-size: 16px;
}
.menu.downloads li a{
    color: #b12e15;
    font-weight: 700;
}
.menu.downloads li a:hover{
    color: #000;
}

.contact-holder{
    padding-bottom: 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #6c6c6c;
}
.contact-holder .about{
    width: 45%;
    float: left;
}
.contact-holder .about p{
    display: table-cell;
}
.contact-holder .about img{
    float: left;
    margin-top: 10px;
    margin-right: 20px;
    width: 50px;
}
.contact-holder .touch{
    width: 19%;
    margin-left: 3%;
    float: left;
}
.contact-holder .newsletter{
    width: 30%;
    margin-left: 3%;
    float: left;
    position: relative;
}
.contact-holder .fa{
    margin-right: 16px;
    font-size: 18px;
}
.contact-holder .input{
    height: 38px;
    line-height: 38px;
    background: #fff;
    position: relative;
    margin-bottom: 10px;
}
.contact-holder .input input{
    width: 100%;
    height: 38px;
    line-height: 38px;
    padding: 0;
    border: 0;
    text-indent: 20px;
    background: transparent;
    position: relative;
    z-index: 0;
}
.contact-holder .input .btn{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent;
    width: 50px;
    height: 100%;
    z-index: 1;
    color: #b12e15;
    text-align: center;
}
.contact-holder .input .btn .fa{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 24px;
    line-height: 38px;
}
.contact-holder .input .btn:hover{
    background: #b12e15;
    color: #fff;
}
.newsletter .alert.error{
    color: #141518;
}
.newsletter .alert.success{
    color: #141518;
}

.copyrights{
    margin: 30px 0;
}

.social-links{
    position: absolute;
    right: 0;
    bottom: -15px;
}
.social-links ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}
.social-links li{
    float: left;
    margin: 0 0 0 15px;
    padding: 0;
    line-height: 50px;
}
.social-links li:first-child{
    margin: 0;
    font-size: 15px;
}
.social-links a{
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;    
    background: #b12e15;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
}
.social-links a .fa{
    font-size: 22px;
    line-height: 50px;
}
.social-links a:hover{
    color: #fff;
}
.social-links a:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 4px solid #fff;
    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;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
}
.social-links a:hover:before{
    margin: 4px;
    opacity:1;
}

.main-content{
    padding: 40px; 
    position: relative;
    z-index: 0;
    background: #fff;
}
.main-content .center{
    position: relative;
    max-width: 1000px;
    margin: 0 auto; 
}

.listing ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.listing li{
    margin: 0;
    padding: 0; 
}
.listing .holder{
    display: block;
    position: relative;
    overflow: hidden;
}
.listing .title{
    display: block;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    max-height: 80px;
    -webkit-box-orient: vertical;     
    -webkit-line-clamp: 4;   
}
.listing .summary{
    display: block;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.listing .details{
    display: block;
}
.listing .photo{
    z-index: 0; 
}
.listing .photo img{
    width: 100%;
    display: block; 
    position: relative;
    left: 0;
    top: 0;
}

.custom-btn{
    display: block;
    color: #fff;
    float: left;
    text-align: center;
    line-height: 36px;
    font-size: 15px;
    border: 0;
    padding: 0 40px;
    background: #b12e15;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}
.custom-btn:after{
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: -10%;
    width: 0;
    z-index: -1;
    background: #4c4c4e;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    -webkit-transition: all .3s cubic-bezier(0.7,0,0.9,1);
    -moz-transition: all .3s cubic-bezier(0.7,0,0.9,1);
    -ms-transition: all .3s cubic-bezier(0.7,0,0.9,1);
    -o-transition: all .3s cubic-bezier(0.7,0,0.9,1);
    transition: all .3s cubic-bezier(0.7,0,0.9,1);
}
.custom-btn:hover{
    color: #fff;
}
.custom-btn:hover:after{
    width: 110%;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}

/* Home */
body.home{
    margin-top: 0;
}
.main-slider{
    overflow: hidden;
    position: relative;
    z-index: 0; 
    background: #222;       
}
.main-slider .flexslider{    
    height: 100%;
    background: #fff url(../images/loader.gif) center no-repeat;
}
.main-slider .holder{
    position: absolute;
    z-index: 1;
    left: 40px;
    top: 125px;
    bottom: 200px;
    right: 40px;
    z-index: 4;
}
.main-slider .center{
    margin: 0 auto;
    height: 100%;
}
.main-slider ul{
    height: 100%!important;
    width: auto!important;
}
.main-slider li{
    height: 100%!important;
}
.main-slider img{
    position: relative;
    z-index: 0;
    display: block;
    margin: 0 auto;
    height: 100%!important;
    width: auto!important;
    -webkit-transition: -webkit-transform 7s ease-in-out, opacity 0.5s ease-in-out;
    -moz-transition: -moz-transform 7s ease-in-out, opacity 0.5s ease-in-out;
    -ms-transition: -ms-transform 7s ease-in-out, opacity 0.5s ease-in-out;
    -o-transition: -o-transform 7s ease-in-out, opacity 0.5s ease-in-out;
    transition: transform 7s ease-in-out, opacity 0.5s ease-in-out;
    opacity:0;  
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.main-slider img.landscape{
    height: auto!important;
    width: 100%!important;
}
.main-slider .flex-active-slide img{
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.main-slider .cell{
    width: 100%;
    display: table;
    height: 100%;
}
.main-slider .details{
    color: #b12e15;
    text-align: center;
    font-size: 16px;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.main-slider .details *{
    max-width: 50%;
    margin: 0 auto;
}
.main-slider .details h1{
    font-size: 60px; 
    margin: 0 auto 12px;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0,25);
}
.main-slider .details h2{
    font-size: 40px; 
    margin: 0 auto;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0,25);
}
.main-slider .details p{
    text-shadow: 0 0 1px rgba(0, 0, 0,25);
}
.main-slider .custom-btn{
    float: none;
    width: 180px;
    line-height: 44px;
    margin: 16px auto 0;
}
.main-slider .overlay{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 16px 0;
    background: url(../images/bg-black70.png);
    background: rgba(0,0,0,0.7);
    color: #fff;
    text-align: center;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
    text-transform: capitalize;
    z-index: 4;
    -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-slider .overlay p{
    max-width: 190px;
    margin: 0 auto;
    line-height: 1.2;    
}
.main-slider .flex-control-nav{
    right: 40px;
    left: auto;
    top: 50%;
    margin-top: -30px;
    width: 12px;
}
.main-slider .flex-control-nav li {
    margin: 0 0 8px;
    text-align: left;
    display: inline-block;
    float: none;
    height: 12px!important;
    width: auto;
}
.main-slider .flex-control-paging li a{
    background: transparent;
    border: 1px solid #b12e15;
}
.main-slider .flex-control-paging li a:hover, 
.main-slider .flex-control-paging li a.flex-active {
    background: #b12e15;
    border: 1px solid #b12e15;
}
.main-slider .overlay p a{
    color: #fff;
}
.main-slider .overlay p a:hover{
    color: #b12e15;
}
.main-slider .overlay img{
    width: 35px!important;
    height: 35px!important;
    opacity: 1;
    margin: 6px auto 0;
    filter: alpha(opacity=100);
}
.main-slider:before{
    content: "";
    background: rgba(0,0,0,0.5);
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.main-slider video{
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: #000;
    background-position: center center;
    background-size: contain;
    object-fit: cover;
    z-index: 1;
    padding-bottom: 0;
}
.main-slider .back{
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%; 
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.lt-ie10 .main-slider video{
    background: transparent;
}

.featured-glance{

}
.featured-glance .col{
    float: left;
    width: 64%;
    margin-bottom: 20px;
}
.featured-glance .col p{
    text-align: justify;
    margin-bottom: 16px; 
    font-size: 17px;
    line-height: 1.3;
    color: #636363;
}
.featured-glance .col:first-child{
    width: 30%;
    margin-right: 6%;
    font-size: 16px;
}
.featured-glance .col h2{
    color: #b12e15;
    font-size: 34px;
    line-height: 1;
    margin-bottom: 28px;
    text-transform: uppercase;
}
.featured-glance .col h2 strong{
    display: block;
    font-size: 45px;
}


.about-france .col {
    float: left;
    width: 49%;
    margin-bottom: 20px;
    padding: 1%;
}
.about-france  .col p{
    text-align: justify;
    margin-bottom: 16px; 
    font-size: 17px;
    line-height: 1.3;
    color: #636363;
}

.about-france h2{
    color: #b12e15;
    font-size: 34px;
    line-height: 1;
    margin-bottom: 28px;
    text-transform: uppercase;
}
.about-france  h2 strong{
    display: block;
    font-size: 45px;
}
/*.featured-glance .col h2 span{
color: #000;
} */
.about-france  .col .break{
    display: block;
}


.featured-video{
    width: 100%;
    margin: 0 auto;
    max-width: 720px;
}

.video-holder{
    margin: 0 auto;
}
.video{
    padding-bottom: 56.25%;
    position: relative;    
}
.video iframe{
    position: absolute;
    left: 0 ;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.parallax{
    width: 100%;
    position: relative;    
    background: #fff; 
    overflow: hidden;
    min-height: 460px;
    border-top:1px solid #e1e1e1;
}
.parallax2{
    position: relative;
    height: 460px;
    overflow: hidden;
    background: #fff;
}
.parallax .back{                      
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center bottom;  
    /*background-attachment: fixed;  
    background-size: cover;  */  
    height: 100%;
    width: 100%;    
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    opacity:0;
}
.parallax .holder{
    padding: 0 40px;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
}
.parallax .center{
    max-width: 1000px;
    margin: 0 auto;
    height: 100%;
}
.parallax h3{
    margin: 40px 1%
}

.pace-done .parallax .back{
    opacity:1;    
}

.parallax .bloc{
    float: left;
    width: 31%;
    margin: 0 1% 40px 1%;
    color: #fff;
    height: 100%;
    text-align: center;
    position: relative;
}
.parallax .bloc .content{
    background: rgba(255, 255, 255, 0.7);
    padding: 40px 20px 20px;
    border: 1px solid #f3f3f3;
}

.parallax .bloc .photo{
    background: transparent;
    width: 85px; 
    height: 85px; 
    line-height: 85px;
    display: block;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;    
    color: #fff;
    text-align: center;    
    position: relative;
    margin:0 auto 20px;
    display: block;
    z-index: 3;
    -webkit-box-sizing: content-box; 
    -moz-box-sizing: content-box;    
    -ms-box-sizing: content-box;    
    -o-box-sizing: content-box;    
    box-sizing: content-box; 
}
.parallax .bloc .photo:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1; 
    background: #b12e15;
    -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-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
} 
.parallax .bloc .photo:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1; 
    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;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    -webkit-transform: scale(0); 
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}
.parallax .bloc .photo:hover, .parallax .bloc .photo.selected{
    color: #b12e15;
}
.parallax .bloc .photo:hover:after, .parallax .bloc .photo.selected:after{
    -webkit-transform: scale(0); 
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0; 
}
.parallax .bloc .photo img{
    display: block;
    -webkit-transform: scale(1)!important;
    -moz-transform: scale(1)!important;
    -o-transform: scale(1)!important;
    -ms-transform: scale(1)!important;
    transform: scale(1)!important;
}
.parallax .bloc .photo:hover:before, .parallax .bloc .photo.selected:before{
    -webkit-transform: scale(1); 
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
} 
.parallax .bloc .photo .fa{
    display: block;
    width: 85px;
    height: 85px;
    line-height: 85px;
    font-size: 40px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.parallax .bloc h3{
    margin: 0 auto 20px;
    color: #b12e15;
    font-size: 17px;
    min-height: 60px;
    text-transform: capitalize;
    padding-bottom: 20px;
    position: relative;
}
.parallax .bloc h3:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100px;
    margin-left: -50px;
    height: 1px;
    background: #b12e15;
}
.parallax .bloc ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.parallax .bloc li{
    background: url(../images/red-dot.png) left 6px no-repeat;
    padding: 0 0 0 22px;
    margin: 0 0 2px;
}
.parallax .holder.content{
    background: #b12e15;
    color: #fff;
    z-index: 3;
    display: none;
}
.parallax .holder.content .center{
    padding: 80px 0;
    position: relative;
}
.parallax .holder.content .close-btn{
    background: url(../images/close-on.png) no-repeat;
    display: block;
    position: absolute;
    right: 0;
    top: 80px;
    width: 21px;
    height: 21px; 
}
.parallax .holder.content .close-btn:hover{
    background: url(../images/close-off.png) no-repeat;
}
.parallax .holder.content .photo{
    float: left;
    width: 40%;
    max-width: 320px;
    margin: 0 4% 0 0;
}
.parallax .holder.content .details{
    display: table-cell;
}
.parallax .holder.content .custom-btn{
    background: #1c1c1c;
}
.parallax .holder.content .details h3{
    margin: 0 30px 0 0;
}
.parallax .holder.content ul{
    margin: 26px 0;
    padding: 0;
}
.parallax .holder.content li{
    margin: 0 0 2px 0;
    padding: 0;
    list-style-position: inside;
}
.parallax .bloc .details{
    margin-top: 30px;
}

.parallax2 .holder{
    padding: 0 40px;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
}
.parallax2 .center{
    max-width: 1000px;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    display: table;
}
.parallax2 .cell{
    display: table-cell;
    vertical-align: middle;
}
.parallax2 .quote{
    background: #b12e15;
    background: rgba(177, 46, 21, 0.85);
    max-width: 360px;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    padding: 40px 50px;
    position: relative;
}
.parallax2 .quote:after{
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    border: 1px solid #fff;
}
.parallax2 .quote img{
    padding-bottom: 10px;
}
.parallax2 strong{
    display: block;
    position: relative;
    /*  padding-bottom: 15px;
    margin-bottom: 15px;  */
    font-size: 18px;
    line-height: 1.4;
}
/*.parallax2 strong:after{
content: "";
height: 1px;
width: 100px;
background: #fff;
position: absolute;
left: 50%;
bottom: 0;
margin-left: -50px;
} */

.listing.projects .holder{
    position: relative;
    overflow: hidden;
}
.listing.projects .photo{
    padding-bottom: 56.25%;
}
.listing.projects .photo img{
    position: absolute;
}
.listing.projects .details{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/bg-black80.png);
    background: rgba(0,0,0,0.8);
    color: #fff;
    padding: 8px 10px;
    z-index: 1;
    text-align: left;
    -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.projects .title{
    font-size: 15px;
    display: block;
    font-weight: 700;
}
.listing.projects .location{
    font-size: 13px;
    text-transform: capitalize;
    display: block;
}
.listing.projects .subtitle,
.listing.projects .date{
    font-size: 12px;
    display: block;
}
.listing.projects .holder:hover .details{
    background: #b12e15;
    padding-bottom: 30px;
}

.listing.projects li{
    width: 32%;
    margin: 0 2% 25px 0;
    float: left;
}
.listing.projects li:nth-child(3n){
    margin-right: 0;
}

h1.sub-title{
    margin-bottom: 30px;
    color: #141518;
    font-size: 30px;
    position: relative;
    min-height: 44px;
    text-align: center;
    overflow: hidden;
}
h1.sub-title span{
    display: inline-block;
    background: #fff;
    padding: 0 25px; 
    position: relative;
    z-index: 1;
}
h1.sub-title:after{
    content: "";
    height: 1px;
    background: #c6c6c6;
    width: 100%;
    position: absolute;
    z-index: 0;
    top: 18px;
    left: 0;
    right: 0;
}

h2.sub-title{
    margin-bottom: 30px;
    color: #141518;
    font-size: 25px;    
    line-height: 36px;
}
h2.sub-title.red{
    color: #b12e15;
}
h2.sub-title.red i{
    font-style: normal;
}
.centered{
    text-align: center;
}
p.red{
    color: #b12e15;
}

.featured-projects{
    background: #fff;
    padding: 60px 0;
    overflow: hidden;
}  
.featured-projects .center{
    margin: 0 auto;
    max-width: 1000px;    
    position: relative;
}
.featured-projects .carousel-holder{
    position: relative;
    padding: 0 40px;
}
.featured-projects .simple-carousel{
    height: 270px;
    width: 100%;
    overflow: hidden;
    position: relative;    
}
.featured-projects .simple-carousel ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    height: 270px;
    position: absolute;
    left: 0;
    top: 0;
}
.featured-projects .simple-carousel li{
    margin: 0 0 0 20px!important;
    padding: 0;
    float: left;
    display: inline-block;
    width: 480px!important;
    height: 270px!important;
    overflow: hidden;
    position: absolute;
    top:0;
    left: -100%;     
}
.featured-projects .simple-carousel li.placed{
    position: relative;
    left: 0;
}
.featured-projects .simple-carousel .photo{
    position: relative;
    width: 480px;
    height: 270px;
    padding: 0;
    display: block;
    overflow: hidden;
}
.featured-projects .simple-carousel .photo img{
    position: relative;
    width: 480px;
    height: 270px;
    display: block;
    z-index: 0;
    top: 0;
    opacity: 0;
}
.pace-done .featured-projects .simple-carousel .photo img{
    opacity: 1;
}
.featured-projects .simple-carousel.centered ul{
    position: relative;
    width: 100%;
    text-align: center;
}
.featured-projects .simple-carousel.centered li{
    float: none;
}
.featured-projects .simple-carousel.with-arrows{
    width:auto;
    margin: 0 -40px;
}
.featured-projects .carousel-prev, 
.featured-projects .carousel-next{
    position: absolute;
    width: 36px;
    height: 36px;
    top: 173px;
    z-index: 2;
    display: none;
    text-align: center;
    overflow: hidden;
}
.featured-projects .carousel-prev .fa, 
.featured-projects .carousel-next .fa{
    color: #fff;
    background: #b12e15;
    width: 36px;
    height: 36px;
    display: block;
    font-size: 20px;
    line-height: 36px;
    -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-projects .carousel-prev{
    left: 0;
}
.featured-projects .carousel-next{
    right: 0;
}
.featured-projects .carousel-prev:hover .fa, 
.featured-projects .carousel-next:hover .fa{
    background:#fff;
    color:#b12e15; 
}
.featured-projects .custom-btn{
    float: none;
    width: 200px;
    margin: 40px auto 0;
    padding: 0;
}


.featured-clients{
    background: #fff;
    padding: 40px 40px 10px;
    position: relative; 
}
.featured-clients .center{
    margin: 0 auto;
    max-width: 1000px;
}
/*
.featured-clients .carousel-holder{
position: relative;
}
.featured-clients .simple-carousel{
height: 94px;
width: 100%;
overflow: hidden;
position: relative;
}
.featured-clients .simple-carousel ul{
margin: 0;
padding: 0;
list-style: none;
display: inline-block;
height: 94px;
position: absolute;
left: 0;
top: 0;
}
.featured-clients .simple-carousel li{
margin: 0;
padding: 0;
float: left;
display: inline-block;
width: 180px;
height: 90px;
overflow: hidden;
position: absolute;
top:0;
left: -100%;     
}
.featured-clients .simple-carousel li.placed{
position: relative;
left: 0;
}
.featured-clients .simple-carousel .photo{
position: relative;
width: 160px;
height: 90px;
margin: 0 10px;
border: 2px solid #e1e1e1;
display: block;
overflow: hidden;
}
.featured-clients .simple-carousel .photo img{
position: relative;
width: 100%;
height:  100%;
display: block;
z-index: 0;
top: 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-clients .simple-carousel a.photo:hover img{
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-o-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
top: -5px;
}
.featured-clients .simple-carousel.centered ul{
position: relative;
width: 100%;
text-align: center;
}
.featured-clients .simple-carousel.centered li{
float: none;
}
.featured-clients .simple-carousel.with-arrows{
width:auto;
}
.featured-clients .carousel-prev, 
.featured-clients .carousel-next{
position: absolute;
width: 30px;
height: 30px;
top: -30px;
z-index: 2;
display: none;
text-align: center;
line-height: 30px;
}
.featured-clients .carousel-prev .fa, 
.featured-clients .carousel-next .fa{
font-size: 26px;
display: block;
height: 30px;
width: 30px;
line-height: 30px;
color: #b12e15;
-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-clients .carousel-prev{
right: 30px;
}
.featured-clients .carousel-next{
right: 0;
}
.featured-clients .carousel-prev:hover .fa, 
.featured-clients .carousel-next:hover .fa{
background: #b12e15;
color: #fff; 
}
*/
.featured-clients .slide{
    float: left;    
    max-width: 224px;
}
.featured-clients .holder{    
    border: 2px solid #e1e1e1;
    margin: 0 5px;
}
.featured-clients .holder .photo{    
    display: block;
    padding-bottom: 56.25%;        
}
.featured-clients .holder img{    
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.featured-clients .holder a:hover img{
    -webkit-transform: scale(1.1) translateY(-50%);
    -moz-transform: scale(1.1) translateY(-50%);
    -o-transform: scale(1.1) translateY(-50%);
    -ms-transform: scale(1.1) translateY(-50%);
    transform: scale(1.1) translateY(-50%);
}

/* Projects */
.projects-header{
    height: 400px;
    position: relative;
    background: #1c1c1c;
    color: #fff;
    padding: 0 ;
    overflow: hidden;
    display: none;
}
.projects-header .holder{
    padding: 0!important;
    width: 50%;
    background: rgba(28, 28, 28, 0.8);
}
.projects-header .holder .center{
    position: relative;
    max-width: 540px!important;
    z-index: 1;
    display: block!important;
    float: right;
}
.projects-header .center .table{
    height: 100%;
    display: table;
}
.projects-header .center .cell{
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    padding:0 0 0 40px;
}
.projects-header h1{
    font-size: 44px;
    margin: 0;
}
.projects-header h1 strong{
    color: #b12e15;
}
.projects-header h1 .break{
    display: block;
}
.projects-header .content{

}

.left-column{
    float: left;
    width: 66%;
}
article{
    font-size: 16px;
    position: relative;
} 
article .title{
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 12px; 
}
article .date{
    color: #b12e15;
    margin-bottom: 6px;
    font-weight: 700;
    display: none;
}
article .gallery{
    margin-bottom: 20px!important;
}
article .btns{
    position: absolute;
    right: 0;
    top: 0;
}
article .btns .custom-btn{
    padding: 0;
    width: 38px;
    height: 38px;
    margin-left: 10px;
    line-height: 38px;
    font-size: 18px;
}
article .btns .custom-btn .fa{
    font-size: 18px;
    line-height: 38px;
}
.st_sharethis_large{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    opacity:0;
    filter: alpha(opacity=0);
}
article h2.sub-title{
    margin-right: 100px;
}

.right-column{
    float: right;
    width: 30%;
}
.right-column .listing.projects li{
    float: none;
    margin-right: 0;
    width: 100%;
}

.extra-info{
    margin-bottom: 14px;
}
.extra-info .subtitle{
    font-weight: 700;
    margin-bottom: 6px;
}
.extra-info span{
    display: inline-block;
    line-height: 16px;
    margin-bottom: 4px;
    padding-left: 6px;
    position: relative;
    font-weight: 700;
}
.extra-info span:before{
    content:",";
    position: absolute;
    left: 0;
    bottom: 0;
}
.extra-info span:first-of-type{
    padding: 0;
    border: 0;
    margin: 0;
}  
.extra-info span:first-of-type:before{
    display: none;
}

/* Contact us */
.contact-info{
    float: left;
    width: 32%;
    font-size: 16px;    
    margin-bottom: 40px;
}
.contact-info table{
    width: 100%;
}
.contact-info td{
    padding-bottom: 16px;
}
.contact-info tr td:first-child{
    padding-right: 16px;
    width: 20px;
}
.contact-info .fa{
    color: #b12e15;
    font-size: 18px;
}

.contact-form{
    float: right;
    width: 64%;
    margin-bottom: 40px;
}

.form input,
.form select{
    float: left;
    width: 49.4%;
    margin: 0 0 10px 0;
    padding: 0;
    background: #eaecee;
    border: 0;
    text-indent: 20px;
    line-height: 36px;
    height: 36px; 
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.form .separator{
    float: left;
    margin-bottom: 10px;
    height: 36px;
    width: 1.2%;
}
.form textarea{
    width: 100%;
    margin: 0 0 30px 0;
    padding: 10px 0;
    background: #eaecee;
    border: 0;
    text-indent: 20px;
}
.form .custom-btn{
    float: right;
}
.form .full{
    width: 100%;
    float: none;
}

.form select{
    color: #a7a7a7;
    text-indent: 22px;
}
.form select option{
    color: #000;
}
.form .custom-select{
    float: left;
    width: 49.4%;
    margin: 0 0 10px 0;
    background: #eaecee;
    border: 0;
}
.form .custom-select:after, .form .custom-select:before{
    top: 0;
}

.custom-upload {
    vertical-align: middle;
    width: 100%;   
    position: relative;
    cursor: pointer;    
    float: left;
    margin: 0 0 10px 0;
    padding: 0;
    background: #eaecee;
    border: 0;
    text-indent: 20px;
    line-height: 36px;
    height: 36px;
}
.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{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 1;
    line-height: 100%;
    text-indent: 0;
}
.custom-upload .fake-file input{
    background: transparent;
    border: 0;
    padding: 0 ;
    margin: 0;
    height: 36px;
    width: 100%;
}
.custom-upload .fake-file:after{
    content: "\f0ee";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 0;
    height: 36px;
    width: 36px;
    line-height: 36px;
    font-size: 20px;
    display: block;
    color: #a7a7a7;
    text-align: center;
    -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;
}
.custom-upload:hover .fake-file:after{
    color: #b12e15;
}

.map{
    width: 100%;
    height: 460px;
    overflow: hidden ;
    position: relative;
}
.map iframe{
    width: 100%;
    height: 560px;
    border: 0;
}


/* Partnership */
.listing.partnership li{
    float: left;
    width: 23.5%;
    margin: 0 2% 25px 0;   
}
.listing.partnership li:nth-child(4n){
    margin-right: 0;
}
.listing.partnership .photo{
    padding-bottom: 56.25%;
    margin-bottom: 6px; 
    border: 1px solid #bfbfbf;     
}
.listing.partnership .photo img{
    position: absolute; 
    margin: -1px;   
}
.listing.partnership .title{
    font-weight: 700;
    max-height: 40px;
    height: 40px;
    color: #141518;
    -webkit-line-clamp: 2; 
}
.listing.partnership .holder:hover .title{
    color: #b12e15;
}

.custom-select{
    width: 200px;
    position: relative;
    border: 1px solid #bfbfbf;
    height: 36px;
}
.custom-select select{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    padding-right: 36px;
    border: 0;
    color: #a7a7a7;
    padding: 0;
    outline: 0;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-select select option{
    color: #141518;
}
.custom-select:after{
    content: "";
    height: 36px;
    width: 36px;
    position: absolute;
    right: 0;
    top: -1px;
    z-index: 0;
    background: #b12e15;
    display: block;
}
.custom-select:before{
    content: "\f107";
    height: 36px;
    width: 36px;
    color: #fff;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    position: absolute;
    right: 0;
    top: -1px;
    z-index: 1;
    display: block;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.filter{
    position: absolute;
    right: 0;
    top: 0;
}       
.filter .custom-select{
    float: right;
    margin-left: 10px;   
    width: 200px;         
}
.filter .custom-select select{
    text-indent: 20px;
}
.filter input{
    width: 200px; 
    border: 1px solid #bfbfbf;
    height: 36px;
    line-height: 36px;
    background: #fff;
    color: #a7a7a7;
    padding: 0;  
    text-indent: 15px;    
}

/* About */
.page-header{
    height: 470px;
    position: relative;
    overflow: hidden;
}
.page-header img{
    position: absolute;
    height: 470px;
    width: 1920px;
    margin-left: -960px;
    left: 50% ;
}
.banner img{
    width: 100%;
}
.page-header .holder{
    padding: 0 40px;
    position: relative;
    height: 100%;
    z-index: 1;
}
.page-header .holder .center{
    height: 100%;
    margin: 0 auto;
    width: 100%;
    display: table;
    max-width: 1000px;
}
.page-header .holder .details{
    height: 100%;
    vertical-align: middle;
    width: 100%;
    display: table-cell;
}
.page-header .subtitle{
    font-size: 25px;
    line-height: 1.1;
    color: #1c1c1c;
    font-style: italic;
}
.page-header .title{
    font-size: 35px;
    line-height: 1.1;
    color: #b12e15;
    font-weight: 700;
    text-transform: uppercase; 
}

.about-bloc{
    margin-bottom: 30px;
    font-size: 16px;
}
.about-bloc .col{
    float: left;
    width: 47%;
    padding-bottom: 30px;
    margin-bottom: 20px;
    text-align: justify;
    position: relative;
    -webkit-box-sizing: content-box; 
    -moz-box-sizing: content-box;    
    -ms-box-sizing: content-box;    
    -o-box-sizing: content-box;    
    box-sizing: content-box;   
}
.about-bloc .col:first-child{
    padding-right: 3%;
    margin-right: 3%;
}
.about-bloc .col:first-child:after{
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px; 
    background: #c6c6c6;
}
.about-bloc .col:first-child:before{
    content: "";
    background: url(../images/icon-col-about.png) center no-repeat;
    height: 51px;
    width: 51px;
    display: block;  
    position: absolute;
    right: -25px;
    bottom: -51px; 
    display: none;
}
.about-bloc h2.sub-title{
    margin-bottom: 8px;
    text-align: left;    
}

.gallery{
    max-width: 720px;
}
.gallery.centered{
    margin: 0 auto 50px;
    max-width: 720px; 
}
.gallery .flex-control-nav{
    right: 20px;
    left: 20px;
    bottom: -32px;
}
.gallery .flex-control-nav li {
    margin: 0 4px;
}
.gallery .flex-control-paging li a{
    background: transparent;
    border: 1px solid #636363;
}
.gallery .flex-control-paging li a:hover, 
.gallery .flex-control-paging li a.flex-active {
    background: #b12e15;
    border: 1px solid #b12e15;
}
.gallery.centered img{
    max-width: 100%;
}

.slogan{
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    color: #b12e15;
    padding: 26px 40px;
    margin-bottom: 30px;
    border: 2px dotted #b12e15;
}
.slogan .black{
    color: #000;
    font-size: 15px;
}
.slogan.left{
    text-align: justify;
}

.quotes-slider{    
    margin-bottom: 30px;
}
.quotes-slider .flexslider{
    border: 1px solid #b1b1b1;
    background: #fff;
}
.quotes-slider .quotes{
    font-size: 17px;
    line-height: 1.2;
    text-align: center;
    color: #000;
    padding: 36px 40px;
    font-style: italic; 
    max-width: 720px; 
    margin: 0 auto;  
}
.quotes-slider .flex-control-nav{
    right: 20px;
    left: 20px;
    bottom: -32px;
}
.quotes-slider .flex-control-nav li {
    margin: 0 4px;
}
.quotes-slider .flex-control-paging li a{
    background: transparent;
    border: 1px solid #636363;
}
.quotes-slider .flex-control-paging li a:hover, 
.quotes-slider .flex-control-paging li a.flex-active {
    background: #b12e15;
    border: 1px solid #b12e15;
}

.sub-menu{
    background: #1c1c1c;
    padding: 0 40px;
}
.sub-menu .center{
    /*margin: 0 auto;
    max-width: 1000px; */
    margin: 0 auto;
    max-width: 1440px;
}
.sub-menu ul{
    padding: 0;
    margin: 0;
    list-style: none;
    float: right;
}
.sub-menu li{
    float: left;
    margin: 0;
    padding: 0;
}
.sub-menu li a{
    padding: 15px 30px;
    display: block;
    font-size: 17px;
    color: #fff; 
    border-right: 1px solid #5a5b5b;
    position: relative;
}
.sub-menu li:first-child a{

}
.sub-menu li a:hover{
    color: #b12e15;
}
.sub-menu li a.selected{
    background: #b12e15;
    color: #fff;
}

.about-page .page-header{
    padding-top: 50px;
}
.about-page .sub-menu{
    position: fixed;
    left: 0;
    right: 0;
    top: 101px;
    z-index: 998;
    -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;
}
/*
.scrolled.about-page .sub-menu{
top: 76px;
}
*/

/* services */
.about-bloc ul{
    margin: 0 0 12px;
    padding: 0;
    list-style: none;
}
.about-bloc li{
    background: url(../images/red-dot.png) left 6px no-repeat;
    padding: 0 0 0 22px;
    margin: 0 0 2px;
}
.about-bloc p{
    margin-bottom: 12px;
}

.about-bloc ul.split li{
    width: 48%;
    float: left;
    clear: left;
}
.about-bloc ul.split li:nth-child(2n){
    float: right;
    clear: right;
}

/* Careers */
.left-nav{
    float: left;
    width: 32%;
}
.left-nav ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.left-nav li{
    margin: 0 0 1px;
    padding: 0;
}
.left-nav li a{
    display: block;
    background: #eaecee;
    padding: 16px 25px;
    position: relative;
    z-index: 0;
}
.left-nav li .title{
    color: #b12e15;
    font-size: 16px;
    font-weight: 700;
    display: block;
    -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 .location{
    color: #141518;
    font-size: 13px;
    line-height: 16px; 
    display: block;
    -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 a.selected{
    color: #fff;
    background: #b12e15;
}
.left-nav li a.selected *{
    color: #fff;
}
.left-nav li a:after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: #b12e15 url(../images/arrow-right.png) center no-repeat;
    text-align: center;
    width: 25px;
}
.left-nav li a:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    width: 0;
    background: #b12e15;
    -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 a:hover *{
    color: #fff;
}
.left-nav li a:hover:before{
    width: 100%;
}

.right-content{
    float: right;
    width: 65%;
}
.right-content .job-desc .title{
    color: #b12e15;
    font-size: 16px;
    font-weight: 700;
}
.right-content .job-desc .location{
    color: #141518;
    font-size: 13px;
    line-height: 16px; 
}
.right-content .job-desc .details{
    margin: 12px 0 30px;
}
.job-desc .custom-btn{
    float: right;
}

.apply-form{
    border-top:1px solid #d5d5d5;
    padding-top: 40px;
    margin-top: 40px;
}

.services-page .sub-menu{
    position: fixed;
    z-index: 990;
    left: 0;
    right: 0;
    top: 76px;
    display: none;
}
.services-page .parallax{
    position: relative;
    z-index: 991;
    min-height: 10px;
    overflow: visible;
    background: #333;
}
.services-page .parallax .bloc .content{
    -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;
}
.services-page .parallax .holder{
    position: relative;
}
.services-page .parallax .back{
    background-position: center bottom;
    background-attachment: scroll;
    background-size: auto;
}
/*
.scrolled.services-page .sub-menu{
display: block;
}
*/
.services-page .parallax .bloc{
    /*padding: 80px 20px; */   
}
.services-page .parallax .bloc .content.selected{
    background: url(../images/bg-black70.png);
    background: rgba(0,0,0,0.7);
}
.services-page .parallax .bloc .content.selected h3{
    color: #fff;
}
.services-page .parallax .bloc .content.selected h3:after{
    background: #fff; 
}
.services-page .parallax .bloc .content.selected .photo:before{
    background: #b12e15;
}

.services-page .parallax .bloc.selected{
    background: #333;
}
.services-page .parallax .bloc.selected h3{
    color: #fff;
}
.services-page .parallax .bloc.selected .photo:before{
    border-color:#fff ;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    z-index: 1;
}
.services-page .parallax .bloc.selected .photo:after{
    background: transparent;
}
.services-page .parallax .bloc.selected .photo{
    color: #fff;
}
.services-page .parallax .bloc.selected:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -11px;
    width: 23px;
    height: 14px;
    margin-left: -11px;
    background: url(../images/services-arrow.png) center no-repeat;
    display: block;
}

.services-content .tab-content{
    display: none;
}

.right-banner{
    float: right;
    width: 230px;
    position: relative;
}
.right-banner img{
    max-width: 100%;
    display: block;
}
.right-banner a{
    display: block;
}
.right-banner .content{
    display: block;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
}

.gallery-sidebanner{
    margin-bottom: 30px;
}
.gallery-sidebanner .gallery{
    float: left;
    width: 72%;   
}
.gallery-sidebanner .right-banner{
    float: right;
    width: 23%;
}


/* 4-6-2018 */
.main-content.grey{
    background: #f5f5f5;
    padding-top: 60px;
    padding-bottom: 60px;
}
.main-content.top{
    padding-top: 35px;
    padding-bottom: 35px;
}
.main-content.top h2.sub-title{
    margin: 0;
}
.main-content.red{
    background: #b12e15;
    color: #fff;   
}
.main-content.red h2.sub-title{
    color: #fff;   
}

.featured-columns .col{
    float: left;
    width: 30%;
    margin-left: 2.5%;
    padding-left: 2.5%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}
.featured-columns .col:first-child{
    padding-left: 0;
    margin-left: 0;
}
.featured-columns .listing.projects.flexslider:after{
    content: "";
    background: #d7d7d7;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -8.5%;
    display: block; 
}

.listing.projects.flexslider li{
    margin-bottom: 0;
}

.listing.careers{}
.listing.careers li{
    border-top:1px solid #d7d7d7;
    margin-top: 21px;
    padding-top: 21px;
}
.listing.careers li:first-child{
    margin: 0;
    padding: 0;
    border: 0;
}
.listing.careers li a{
    display: block;
}
.listing.careers li .title{
    color: #000;
    font-weight: 700;
    font-size: 14px;
    float: left;
    -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.careers li .btn{
    color: #b12e15;
    float: right;
    padding-right: 23px;
    display: block;
    background: url(../images/arrow-right-red.png) right center no-repeat;
}
.listing.careers li a:hover .title{
    color: #b12e15;
}

.featured-columns .listing.careers li .holder{
    padding-right: 62px;
}
.featured-columns .listing.careers li .btn{
    position: absolute;
    right: 0;
    top: 0;
}

.listing .flex-control-nav{
    text-align: center;
    bottom: -34px;
}
.listing .flex-control-nav li{
    float: none!important;
    margin: 0 3px!important;
    display: inline-block!important;
    width: auto!important;
}
.listing .flex-control-paging li a{
    border: 1px solid #b12d14;
    background: transparent;
    width: 8px;
    height: 8px;
}
.listing .flex-control-paging li a:hover,
.listing .flex-control-paging li a.flex-active{
    background: #b12d14;
}

.listing.insta li{
    float: left;
    width: 25%;
}
.listing.insta .photo{
    padding-bottom: 100%;
    background: #f1f1f1;
}
.listing.insta .photo img{
    position: absolute; 
}
.listing.insta a{
    border: 1px solid #fff;
}
.listing.insta .count{
    position: absolute;
    right: 0;
    left: 0;
    height: 40px;
    bottom: -40px;
    z-index: 3;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 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;
}
.listing.insta .count .fa{
    margin-left: 12px;
    font-size: 20px;
    margin-right: 6px;
}
.listing.insta .photo:hover .count{
    bottom: 0;
}
.listing.insta .gradient{
    height: 100px;
    opacity:0;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 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;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.75) 100%); 
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,.75) 100%); 
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,.75) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); 
}
.listing.insta .photo:hover .gradient{
    opacity:1;;
}

.menu1{
    position: absolute;
    right: 0;
    top: -4px;   
}
.menu1 ul{
    list-style: none;
    margin: 0;
    padding: 0;   
    display: inline-block; 
    float: left;
}
.menu1 li{
    float: left;
    margin: 0;
    padding: 0;    
}

.menu1 .phone{
    display: block;
    float: left;
    margin-left: 18px;
}
.menu1 .phone span{
    display: block;
    float: right;
    color: #fff;
    background: #b12e15;
    padding: 0 25px;
    line-height: 24px;
    text-align: center;
    -webkit-border-radius:25px;
    -moz-border-radius:25px;
    border-radius:25px;
    -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;
}
.menu1 .phone a{
    color: #fff;
}
.menu1 .phone span .fa{
    margin-left: 10px;
    position: relative;
    top: 1px;
}
.menu1 .phone:hover span{
    padding: 0 40px;
    -webkit-border-radius:0; 
    -moz-border-radius:0;
    border-radius:0;       
}

.menu1 .social li{
    float: left;
    margin-left: 10px;
}
.menu1 .social li a{
    display: block;
    font-size: 12px;
    line-height: 24px;
    height: 24px;
    width: 24px;
    background: #ba1717;
    color: #fff;
    text-align: center;
    -webkit-border-radius:100%;
    border-radius:100%;
}
.menu1 .social li a:hover{
    background: #000;
    color: #fff;
}

.menu1 .user-menu li{
    color: #b12e15;
    margin-left: 10px;
    padding-left: 10px;
    line-height: 24px;
    position: relative;
}
.menu1 .user-menu li:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background: #b12e15;  
    width: 1px;
    height: 10px;
    margin-top: -5px;
}
.menu1 .user-menu li a{    
    color: #b12e15;
    display: block; 
    font-size: 12px;
}
.menu1 .user-menu li:first-child{
    margin-left: 0;
    padding-left: 0;
}
.menu1 .user-menu li:first-child:before{
    display: none;
}
.menu1 .user-menu li a:hover,
.menu1 .user-menu li a.selected{
    color: #000;
}
.menu1 .user-menu li a.selected{
    font-weight: 700;
}
.menu1 .user-menu .user{
    font-weight: 700;
}

.table{
    overflow: auto;
}
.table table{
    width: 100%;
}
.table tbody td{
    padding: 23px 0;
    border-top: 1px solid #d7d7d7;
}
.table tbody tr:first-child td{
    border-top: 0;
}
.table .date{
    color: #b12f15;
    font-size: 14px;
    font-weight: 700;
}
.table .title{
    color: #000;
    font-size: 14px;
    font-weight: 700;
}
.table .btn{
    color: #b12f15;
    font-size: 14px;
    font-weight: 700;
    display: block;
    float: right;
    padding-right: 26px;
    position: relative;
}
.table .btn:hover{
    color: #000;
}
.table .btn i{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
}
.table thead th{
    background: #b12e15;
    color: #fff;
    text-align: left;
    line-height: 38px;
    font-size: 18px;
    padding: 20px 0;
}
.table thead select{
    background: #fff;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 0;
    color: #b12e15;
    font-size: 16px;
    font-weight: 700;
    text-indent: 5px; 
}
.table thead select option{
    color: #000;
}
.table.margined{
    margin-top: -120px;
}

.form.small{
    margin: 20px auto;
    max-width: 440px;
}
.form.small .input{
    margin-bottom: 18px;
    position: relative;
    padding-left: 130px; 
    min-height: 36px;
}
.form.small .input input{
    background: #fff;
    border: 1px solid #b12e15;
    height: 36px;
    line-height: 36px;
    width: 100%;
    float: none;
    display: block;
    margin: 0;
    padding: 0;
}
.form.small .input label{
    position: absolute;
    line-height: 36px;
    top: 0;
    left: 0;
    font-weight: 700;
    color: #000;
    font-size: 15px;     
}
.form.small .input label sup{
    color: #b12e15;
}
.form.small .chk-holder{
    margin-left: 130px;
    margin-bottom: 6px;
    color: #b12e15;
    float: left;
    line-height: 16px;
    cursor: pointer;
    display: block;
    position: relative;
}
.form.small label{
    cursor: pointer;
}
.form.small .chk-holder input[type=checkbox] + label:before{
    content: "";
    position: absolute;
    left:0;
    top: 0;
    border: 1px solid #b12e15;
    width: 16px;
    height: 16px;
    background: #fff;  
}
.form.small .chk-holder input[type=checkbox]:checked + label:before{
    background: url(../images/check.png) center no-repeat;
} 
.form.small .chk-holder input{
    height: 16px;
    width: 16px;
    float: left;
    margin: 0 8px 0 0;
    border: 0;
    background: #fff;
    text-indent: 0; 
    opacity:0;
    visibility:hidden;
}
.form.small .forgot-pwd{
    float: left;
    font-style: italic;
    color: #626364;
    clear: left;
    margin-left: 130px;
    display: block;
}
.form.small .forgot-pwd:hover{
    color: #b12e15;
}
.form.small .custom-btn.margined{
    margin-top: -20px;
}
.form.small .notification{
    text-align: center;
}
.form.small input[disabled]{
    border: 0;
    font-weight: 700;
    color: #b12e15;
}
.form.small .update-pwd{
    float: left;
    font-style: italic;
    color: #626364;
    clear: left;
    margin-left: 130px;
    display: block;
    line-height: 36px;
}
.form.small .update-pwd:hover{
    color: #b12e15;
}