/* bone v2.1 */
html{
    height: 100%;
}
body{
    font-family: 'Rubik', sans-serif;
    font-weight: 400;    
    color: #000;
    margin-top: 180px;
    -webkit-transition: margin-top .35s ease-in-out;
    -moz-transition: margin-top .35s ease-in-out;
    -ms-transition: margin-top .35s ease-in-out;
    -o-transition: margin-top .35s ease-in-out;
    transition: margin-top .35s ease-in-out;
}
button, a{
    text-decoration: none;
    border: 0;
    color: #000;
    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{
    text-decoration: underline; 
}
.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;
}
.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;
}
.photo img{
    width: 100%;
    left: 0;  
    top: 0;
    display: block;
    opacity:0;
    position: relative;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.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;
}
.photo.loaded{
    background: transparent;
}
.photo.loaded img{
    opacity:1;
}
.embed-responsive img{
    position: absolute;
}
strong, b{
    font-weight: 500;
}
p{
    margin: 0 0 12px;
}
ul, ol{
    margin: 0 0 12px;
    padding: 0 0 0 16px;
}

.close{
    font-family: sans-serif;
}
::-webkit-input-placeholder{color:rgba(71, 140, 176, 0.75)}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
:-moz-placeholder{color:rgba(71, 140, 176, 0.75)}
::-moz-placeholder{color:rgba(71, 140, 176, 0.75)}
:-ms-input-placeholder{color:rgba(71, 140, 176, 0.75)}
.icon-qv{
    margin-right: 6px;
}
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?gwzarh');
    src: url('../fonts/icomoon.eot?gwzarh#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?gwzarh') format('truetype'),
    url('../fonts/icomoon.woff?gwzarh') format('woff'),
    url('../fonts/icomoon.svg?gwzarh#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-qv:before {
    content: "\e900";
}

.alert-success {
    color: #fff;
    background-color: #478cb0;
    border-color: #478cb0;
}

.listing .holder{
    display: block;
    position: relative;
}
.listing .date{
    display: block;
    line-height: 1;
}
.listing .title{
    display: block;
    line-height: 20px;
}
.listing .details{
    display: block;
}
.listing a.holder{
    text-decoration: none!important;
}

.page-numbering{
    margin: 40px 0 0;
    width: auto;
    text-align: center;    
    clear: both;
    min-height: 30px;
}
.page-numbering:after{
    content:"";
    clear: both;
    display: block;
}
.page-numbering ul{
    margin: 0;
    padding: 0;
    display: inline-block;
    min-height: 30px;
    width: auto;
}
.page-numbering li{
    height: 30px;
    margin: 0;                                                                                  
    padding: 0 ;
    display: inline-block;
    text-align: center;
}
.page-numbering a{
    display: block;
    font-size: 0.9rem;
    line-height: 32px;
    color: #000;
    font-weight: 500;
    background-color: transparent;
    position: relative;
    height: 30px;
    min-width: 30px;
    z-index: 1;
}
.page-numbering a:hover{
    color: #478cb0;
    text-decoration: none;
}
.page-numbering a i{
    display: block;
    color: #478cb0;
    line-height: 24px;
    -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:hover i{
    color: #478cb0;
}
.page-numbering a.selected{    
    color: #fff;
    background: #478cb0;
}

/* COMMON */
.header{
    position: fixed; 
    z-index: 999;
    left: 0;
    top: 0;
    right: 0;
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #eee;
    -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 .main-logo{
    margin: 0 auto 26px;
    display: block;
}
.header .main-logo img{
    max-height: 72px;
    -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 .menu ul{
    padding: 0;
    margin: 0;
    display: inline-block;
}
.header .menu li{
    padding: 0;
    margin: 0 20px;
    display: inline-block;
    position: relative;
}
.header .menu li a{
    color: #939598;
    font-weight: 400;
    display: block;
    line-height: 26px;
    position: relative;
    font-size: 0.9rem;
    text-decoration: none!important;
}
.header .menu li a:hover{
    color: #478cb0;         
}
.header .menu li a.selected{
    color: #478cb0;         
}
.header .menu li a:after{
    content: "";
    height: 4px;
    width: 0;
    left: 50%;
    bottom: -8px;
    position: absolute;     
    display: block;
    opacity:1;
    background: #478cb0;
    -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 .menu li a:hover:after,
.header .menu li a.selected:after{
    width: 100%;
    left: 0;         
}
.header .container{
    position: relative;
    z-index: 1;
}
.header .overlay{
    background: url(../images/bg-black60.png);
    background: rgba(0,0,0,.6);
    position: fixed;
    top: 100px;
    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 .sub-menu{
    position: absolute;
    left: 0;
    top: 100%;
    padding-top: 30px;
    width: 200px;
    visibility: hidden;
    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 .sub-menu ul{
    display: block;
    text-align: left;
}
.header .sub-menu li{
    margin: 0 0 -1px;
    display: block;
}
.header.scrolled .menu .sub-menu li a,
.header .sub-menu li a{
    color: #fff;
    padding: 6px 10px;
    font-weight: 300;
    font-size: .75rem; 
    background: #478cb0;
    text-align: left;
    border: 1px solid #478cb0;
    line-height: 1.2;
    display: block;
}
.header .sub-menu li a:before{
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    top: -1px;
    background: rgba(255, 255, 255, 0.5);
    height: 1px;
}
.header .sub-menu li:first-child a:before{
    display: none;
}
.header .sub-menu li a:after{
    display: none;
}
.header .sub-menu li a:hover{
    color: #478cb0!important;
    background: #fff;
}
.header .sub-menu li a.selected{
    color: #478cb0!important;
    background: #fff;
}
.header li:hover .sub-menu{
    visibility: visible;
    opacity:1;
}
.header.scrolled .sub-menu li a:hover {
    color: #478cb0!important; 
    background: #fff;
}
.header.scrolled .sub-menu{
    padding-top: 18px;
}


/*.header .search{
position: relative;
overflow: hidden;
height: 26px;
width: 32px;
-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 .search i{
width: 32px;
line-height: 26px;
height: 26px;
display: block;
text-align: center;
float: right;
}
.header .search input{
position: absolute;
right: 32px;
top: 0;
background: transparent;
border: 1px solid #fff;
text-indent: 10px;
height: 26px;
width: 100px;
line-height: 26px;
font-size: 0.7rem;
-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 .search:hover{
width: 200px;
} */

body.home{
    margin-top: 0;
}
.home .header{
    background: transparent;
    border-bottom: 1px solid transparent;
}
.home .header .menu li a{
    color: #fff;
}
.home .header:after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 );
}

.header.scrolled{
    background: #fff;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
    border-bottom: 1px solid #eee;
}
.header.scrolled .main-logo{
    margin-bottom: 7px;
}
.header.scrolled .main-logo img{
    max-height: 50px;
}
.header.scrolled:after{
    opacity:0;
}
.header.scrolled .menu li a{
    color: #939598;
}
.header.scrolled .menu li a.selected{
    color: #478cb0;         
}

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

.panel-on{
    overflow: hidden;
}
.panel-on .header .overlay{
    opacity:1;
    width: 100%;
}

.main-content{
    padding: 40px;
    position: relative; 
    background: #fff;
    z-index: 1;
}
.main-content .center{
    position: relative;
    max-width: 1200px;
    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;
}

.sub-banner{
    background: #fff url(../images/loader.gif) center no-repeat;
    height: 460px;
    overflow: hidden;
    position: relative;
}
.sub-banner .back{
    position: relative;
    z-index: 0;
    height: 100%;
    width: 100%; 
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: opacity .35s ease-in-out, transform 7s ease-in-out;
    -moz-transition: opacity .35s ease-in-out, transform 7s ease-in-out;
    -ms-transition: opacity .35s ease-in-out, transform 7s ease-in-out;
    -o-transition: opacity .35s ease-in-out, transform 7s ease-in-out;
    transition: opacity .35s ease-in-out, transform 7s ease-in-out;
}
.sub-banner:after{
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 );
}
.sub-banner:before{
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
}
.sub-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;
}
.sub-banner .center{
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
}
.sub-banner .details{
    position: relative;
    top: 50%;
    max-width: 70%;
    margin: auto;
    color: #fff;    
    text-align: center;
    text-shadow: 0 0 1px rgba(0,0,0,0.25);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sub-banner h2{
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 2rem;
    padding-top: 46px;
    position: relative;
}
.sub-banner h5{
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 1.35rem;
}
.sub-banner h2:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -35px;
    width: 70px;
    height: 5px;
    background: #fff;
}


.banner{
    overflow: hidden;
    position: relative;
    text-align: center;
}
.banner a{
    display: block;
}

h2.sub-title{
    color: #000;
    position: relative;
    font-weight: 300;
    font-size: 1.8rem;
    padding-left: 25px;
    text-align: left;
    margin-bottom: 34px;
    line-height: 1.2;
    text-transform: uppercase;
}
h2.sub-title strong{
    font-weight: 500;
    font-size: inherit;
    /*display: block;*/
}
h2.sub-title:before{
    content: "";
    position: absolute;
    background: #478bb0;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    display: block;
}

h2.sub-title.centered{
    text-align: center;
    padding-left: 0;
    padding-top: 25px;
}
h2.sub-title.centered:before{
    text-align: center;
    height: 5px;
    width: 70px;
    left: 50%;
    top: 0;
    margin-left: -35px;
}

h2.sub-title.left{
    padding-left: 0;
    padding-top: 25px;
}
h2.sub-title.left:before{
    height: 5px;
    width: 70px;
    left: 0;
    top: 0;
}

h5.sub-title{
    position: relative;
    padding-top: 18px;
    margin-bottom: 14px;
    font-size: .85rem;
}
h5.sub-title:before{
    content: "";
    background: #478cb0;
    position: absolute;
    left: 0;
    top: 0;
    height: 3px;
    width: 36px;
    display: block;
}

.btn{
    font-size: .8rem;
    padding: .532rem 1.75rem;
    text-shadow: none;
    border-radius:0;    
    box-shadow: none!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;
}
.btn-primary{
    background-color: #478cb0;
    color: #fff;
    border-color: #478cb0;
}
.btn-primary:hover {
    color: #478cb0;
    background-color: #fff;
    border-color: #478cb0;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
    background-color: #478cb0;
    color: #fff;
    border-color: #478cb0;
}

.bg-grey{
    background-color: #f5f5f5;
}
.bg-black{
    color: #fff;
    background-color: #000;
}

.half-grey{
    position: relative;
}
.half-grey:after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 0;
    background-color: #f5f5f5;
}
.half-grey .container{
    position: relative;
    z-index: 10;
}

.half-blue{
    position: relative;
}
.half-blue:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 0;
    background-color: #478cb0;
}
.half-blue .container{
    position: relative;
    z-index: 10;
}

.text-blue{
    color: #478cb0;
}

.form-control{
    background: transparent;
    border: 1px solid #478cb0;
    color: #478cb0;
    font-size: .8rem;
    border-radius:0;    
    box-shadow: none!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;
}
.form-group label{
    font-size: 0.875rem;
    margin-bottom: 2px;
}
input.form-control{
    height:calc(2.25rem + 2px)
}

.footer .glance{
    text-align: justify;
    line-height: 1.3;
    font-size: .75rem;
    color: #929497;
    font-weight: 300;
}
.footer .menu{
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer .menu li{
    margin: 0 2% 6px 0;
    padding: 0;
    width: 48%;
    line-height: 20px;
    float: left;
    font-size: .9rem;
    font-weight: 400;
}
.footer .menu li a:hover,
.footer .menu li a.selected{
    color: #478cb0;
    text-decoration: none;
}
.footer .menu li a.selected{
    font-weight: 500;
}
.footer .contact{
    line-height: 1.3;
    font-size: .75rem;
}
.footer .contact span{
    color: #478cb0;
}

.social a{
    text-decoration: none!important;
    color: #478cb0;
    font-size: 1.1rem;
    margin-right: 8px;
}
.social a:hover{
    color: #000;
}

.footer .newsletter .form-group{
    margin-bottom: .4rem;
}
.footer .newsletter .btn{
    padding: .375rem 1.75rem;
}

.copyrights{
    color: #888;
    font-weight: 300;
    font-size: 0.8rem;
    text-align: center;
}
.copyrights a{
    text-decoration: none!important;
    color: #888;
}
.copyrights a:hover{
    color: #478cb0;
}

/* HOME */
.main-banner{
    background: #fff url(../images/loader.gif) center no-repeat;
    height: 480px;
    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;
    background-attachment: fixed;
    -webkit-transition: opacity .35s ease-in-out, transform 7s ease-in-out;
    -moz-transition: opacity .35s ease-in-out, transform 7s ease-in-out;
    -ms-transition: opacity .35s ease-in-out, transform 7s ease-in-out;
    -o-transition: opacity .35s ease-in-out, transform 7s ease-in-out;
    transition: opacity .35s ease-in-out, transform 7s ease-in-out;
}
/*.main-banner .back:after{
content: "";
position: absolute;
z-index: 0;
left: 0;
top: 0;
width: 100%;
height: 50%;
background: -moz-linear-gradient(top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 );
} */
.main-banner .back:before{
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 75%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
}
.main-banner .holder{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    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: 1200px;
    margin: 0 auto;
    height: 100%;
}
.main-banner .details{
    position: relative;
    top: 50%;
    color: #fff;    
    text-align: center;
    text-shadow: 0 0 1px rgba(0,0,0,0.25);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.main-banner .flex-active-slide .back{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.main-banner .scroll-btn{
    width: 30px;
    display: block;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: 70px;
    z-index: 4;
    font-size: 0.7rem;
    line-height: 1;
}
.main-banner .scroll-btn img{
    display: block;
    position: relative;
    -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;
    margin: 0 auto;
}
.main-banner .scroll-btn:hover{
    color: #fff;
    text-decoration: none; 
}
.main-banner .scroll-btn:hover img{
    -webkit-animation: MoveUpDown 1s linear infinite;
    animation: MoveUpDown 1s linear infinite;
}
.main-banner h2{
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 2.25rem;
    padding-top: 46px;
    position: relative;
}
.main-banner h5{
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 1.35rem;
}
.main-banner h2:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -35px;
    width: 70px;
    height: 5px;
    background: #fff;
}
.main-banner .flex-control-nav{
    bottom: 115px;
}

.flex-control-nav li{
    margin: 0 5px;
}
.flex-control-paging li a{
    width: 10px;
    height: 10px;
    border: 1px solid #478cb0;
    background: #fff;
}
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active{
    background: #478cb0;
}

.glance{
    text-align: justify;
    position: relative;
    z-index: 0;    
    color: #929598;
    line-height: 1.1;
    font-weight: 300;
    font-size: 1.1rem;
}
.glance.g1{
    margin-right: 110px;
}
.glance.g2{
    margin-left: 110px;
    margin-top: 30px;
}

.bloc-title{      
    background: #000;
    color: #fff;
    width: 200px;
    height: 200px;
    position: absolute;
    left: 100%;
    top: 100%;
    margin: -100px 0 0 -100px;
    text-align: center;
    z-index: 1;
    -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;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-touch-callout: none; 
    -webkit-user-select: none; 
    -khtml-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none;
    user-select: none;
}
.bloc-title strong{
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    text-transform: uppercase;
    line-height: 1.3;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.in-view .bloc-title{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.listing.services .photo{
    width: 116px;
    height: 116px;
    line-height: 116px;
    margin: 0 auto 16px;
    background: #478cb0;
    color: #fff;
    font-size: 0.7rem;
    text-align: center;
    -webkit-border-radius:100%; 
    border-radius:100%; 
}
.listing.services .photo img{
    display: inline;
    max-width: 100%;
    width: auto;
}
.listing.services .title{
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
    color: #000;
    font-size: 1.1rem;
}

.listing.scope{}
.listing.scope .photo{
    padding-bottom: 56.25%;
}
.listing.scope .photo img{
    position: absolute;
}
.listing.scope .details{
    position: absolute;
    left: 40px;      
    right: 40px;
    top: 50%;
    padding-top: 20px;
    text-align: center;
    z-index: 1;
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) 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.scope .details:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -35px;
    width: 70px;
    height: 5px;
    background: #fff;
}
.listing.scope .holder:after{
    content: "";
    background: #478cb0;
    z-index: 0;
    opacity:0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.listing.scope .title{
    font-size: 1.3rem;
    color: #fff;
    font-weight: 400;
}
.listing.scope .holder:hover:after{
    opacity:0.85;
}
.listing.scope .holder:hover .details{
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}

.listing.articles{}
.listing.articles .photo{
    padding-bottom: 56.25%;
    margin-bottom: 12px;
}
.listing.articles .photo img{
    position: absolute;
}
.listing.articles .details{
    text-align: center;
}
.listing.articles .title{
    font-size: 1.12rem;
    color: #000;
    font-weight: 500;
    -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.articles .holder:hover .photo img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.listing.articles .holder:hover .title{
    color: #478cb0;
}

.listing.cnc{
    text-align: center;
}
.listing.cnc .holder{
    display: inline-block;
    margin: 20px 24px;
    width: 160px;
    height: 160px;
    position: relative;
    border: 2px solid #fff;
    -webkit-border-radius:100%;
    border-radius:100%;
}
.listing.cnc .details{
    position: absolute;
    left: 10px;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.listing.cnc .title{
    color: #fff;
    font-size: .9rem;
    font-weight: 400;
    -webkit-touch-callout: none; 
    -webkit-user-select: none; 
    -khtml-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none;
    user-select: none;
}

.parallax{
    text-align: center;
    position: relative;
    height: 480px;
}
.parallax h2{
    font-size: 1.8rem;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 26px;
}
.parallax h2 small{
    font-size: 1.3rem;
    font-weight: 400;
    margin-top: 4px;
    display: block;
}
.parallax:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(71,139,176,0.25) 0%, rgba(71,139,176,0.95) 100%);
    background: -webkit-linear-gradient(top, rgba(71,139,176,0.25) 0%,rgba(71,139,176,0.95) 100%);
    background: linear-gradient(to bottom, rgba(71,139,176,0.25) 0%,rgba(71,139,176,0.95) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26478bb0', endColorstr='#bf478bb0',GradientType=0 );
}
.parallax .back{
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;  
    background-attachment: fixed;  
    background-size: cover;    
    height: 100%;
    width: 100%;    
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
}
.parallax .container{
    position: relative;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.para-video{
    position: fixed;
    top: 120px;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}
.para-video .video{
    position: relative;
    padding-bottom: 56.25%;
}
.para-video img{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0;
    display: block;
}
.para-video object{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
    display: block;
}
.para-video .video video{
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
}
.video-overlay{
    padding-bottom: 28.13%;
    position: relative;
    z-index: -2;
    background: #fff;
}

.listing.instagram{}
.listing.instagram .photo{
    padding-bottom: 100%;
    margin: 1px;
}
.listing.instagram .photo img{
    position: absolute;
}
.listing.instagram .count{
    position: absolute;
    right: 0;
    left: 0;
    height: 40px;
    bottom: -40px;
    z-index: 3;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    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.instagram .count .fa{
    margin-left: 12px;
    font-size: 1.2rem;
    margin-right: 6px;
}
.listing.instagram .holder:hover .count{
    bottom: 0;
}
.listing.instagram .gradient{
    height:60px;
    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,0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
}
.listing.instagram .holder:hover .gradient{
    opacity:1;;
}

/* CONTACT */
.map{
    background: #fff url(../images/loader.gif) center no-repeat;
    position: relative;
    height: 460px;
    overflow: hidden;
}
.map iframe{
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

.contact-info{
    line-height: 1.3;
    font-size: 0.85rem;
}
.contact-info strong{
    font-size: 1rem;
}
.contact-info .social a{
    font-size: 1.4rem;
}
.contact-form{
    padding-left: 40px;
}


/* CAREERS */
.careers-info{
    color: #fff;
    padding-right: 40px;
    line-height: 1.3;
    text-align: justify;
    font-size: 1.1rem;
    font-weight: 300;
}
.careers-info h2.sub-title{
    color: #fff;
}
.careers-info h2.sub-title:before{
    background: #fff;
}
.careers-form{
    padding-left: 40px;
}

.custom-upload {
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    height: calc(2.25rem + 2px);
    background: transparent;
    border: 1px solid #478cb0;
    color: #478cb0;
}
.custom-upload *{
    cursor: pointer;
}
.custom-upload input[type=file]{
    outline:none;
    position: relative;
    text-align: left;    
    -moz-opacity:0 ;
    filter:alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
    width:100%;
    font-size: .8rem;
    height:100%;
    cursor: pointer;    
}
.custom-upload .fake-file{
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    padding: 0 36px 0 .75rem;
    margin: 0;
    z-index: 1;
    font-size: 0.8rem;
}
.custom-upload .fake-file input{
    background: transparent;
    border: 0;
    padding: 0 ;
    margin: 0;
    height: 36px;
    width: 100%;
    color: #478cb0;
    text-align: left;
    font-weight: 300;
    font-size: .8rem;
}
.custom-upload .fake-file:after{
    content: "\f093";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 36px;
    z-index: 0;
    width: 36px;
    line-height: 36px;
    text-align: center;
    font-family: Font Awesome\ 5 Free;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    color: #478cb0;
    text-align: center;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-size: 1.2rem;
    text-rendering: auto;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}


/* PRODUCTS */
article .title{
    color: #000;
    position: relative;
    font-weight: 500;
    font-size: 1.8rem;
    padding-top: 25px;
    margin-bottom: 22px;
    line-height: 1.2;
    text-transform: uppercase;
}
article .title:before {
    content: "";
    position: absolute;
    background: #478bb0;
    display: block;
    height: 5px;
    width: 70px;
    left: 0;
    top: 0;
}
article .details{
    color: #939598;
    font-size: .85rem;
    font-weight: 300;
    text-align: justify;
}
article .location,
article .reference{
    color: #478cb0;
    font-size: 1rem;
    margin-bottom: 4px;
    line-height: 1.1;
}
article .date{
    color: #478cb0;
    font-size: 1rem;
    margin-bottom: 4px;
    line-height: 1.1;
}
article .details iframe{
    width: 100%;
    display: block;
    max-width: 640px;
}

.gallery {
    margin-bottom: 2rem;
}
.gallery .details{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(71, 140, 176, 0.85);
    z-index: 2;
    display: block;
    padding: 14px 20px 36px;
    text-align: center;
}
.gallery .title{
    display: block;
    color: #fff;
    font-size: 1.1rem;                 
    font-weight: 400;
}
.gallery .flex-control-nav{
    bottom: 0;
}


/* FACTORY */
.listing.factory{}
.listing.factory .photo{
    margin-bottom: 8px;
    padding-bottom: 56.25%;
}
.listing.factory .photo img{
    position: absolute;
}
.listing.factory .photo:hover img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.listing.factory .summary{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(71, 140, 176, 0.85);
    padding: 10px 15px;
    text-align: justify;
    color: #fff;
    font-size: 0.75rem;
    z-index: 3;
    line-height: 1.2;    
    overflow: hidden;
    -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;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.listing.factory .holder{
    margin-bottom: 10px;
}
.listing.factory .holder:hover .summary{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); 
}
.listing.factory .title{
    text-align: center;
    color: #000;
    font-size: 1.1rem;
    margin-bottom: 2px;
    line-height: 20px;
}
.listing.factory .reference,
.listing.factory .location{
    display: block;
    text-align: center;
    color: #478cb0;
    font-size: 0.85rem;
    line-height: 1.1;
}
.listing.factory .label{
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 2;
    background: rgba(71, 140, 176, 0.85);
    color: #fff;
    text-transform: uppercase;
    padding: 6px 10px;
    display: block;
    line-height: 1;
    overflow: hidden;
    max-width: 100%;
    font-size: .7rem; 
}
article .label{    
    background: #478cb0;
    color: #fff;
    text-transform: uppercase;
    padding: 6px 10px;
    display: inline-block;
    line-height: 1;
    font-size: .75rem;
    margin-bottom: 8px;
}