/* -----------------------------------------------------------------------------------
FONTS
----------------------------------------------------------------------------------- */

@font-face {
    font-family: 'AinslieSansNormBook';
    src: url('../Fonts/AinslieSansNormBook-webfont.woff2') format('woff2'),
         url('../Fonts/AinslieSansNormBook-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'AinslieSansNormDemi';
    src: url('../Fonts/AinslieSansNormDemi-webfont.woff2') format('woff2'),
         url('../Fonts/AinslieSansNormDemi-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* -----------------------------------------------------------------------------------
COMMON STYLES
----------------------------------------------------------------------------------- */

html{
    overflow-y: scroll;
    -ms-overflow-style: scrollbar;
}
html,
body {
    height: 100%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}
body {
    position: relative;
    background-color: #fff;
    overflow: hidden;
}
hr {
    border-top: 1px solid #efefef;
    margin: 20px 0;
}
a,
a:focus {
    color: #005aa9;
    text-decoration: none;
    -webkit-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -moz-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -o-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -ms-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
}
a:hover {
    color: #000;
    text-decoration: none;
}
#wrapper {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    min-width: 320px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.check-media {
    display: none;
    width: 1581px;
    height: 0;
}
@media (max-width: 1579px) {
    .check-media {width: 1580px;}
}
@media (max-width: 1199px) {
    .check-media {width: 1200px;}
}
@media (max-width: 991px) {
    .check-media {width: 992px;}
}
@media (max-width: 767px) {
    .check-media {width: 768px;}
}

.zi1 {z-index: 1;}
.relative {position:relative;}
.js-height-100 {position: relative;}
.w100 {width: 100%;}
.h100 {height: 100%;}
.wh100 {width: 100%; height: 100%;}
html.no-mobile .mobiledisplay {display: none;}
.bottom-right-corner {
    position: absolute;
    right: 60px;
    bottom: 40px;
}
.os-animation {visibility: hidden;}
.os-animation.animated {visibility: visible;}
figure img {
    width: 100%;
    height: auto;
}

/* Color */
.white {color: #fff!important;}
.light {color: #f5f7f7!important;}
.steel {color: #acbbbf!important;}
.lightgray {color: #737d80!important;}
.gray {color: #005aa9!important;}
.darkgray {color: #212526!important;}
.black {color: #000!important;}
.red {color: #d00!important;}

.bgwhite {background-color: #fff!important;}
.bglight {background-color: #f5f7f7!important;}
.bgsteel {background-color: #acbbbf!important;}
.bglightgray {background-color: #737d80!important;}
.bggray {background-color: #005aa9!important;}
.bgdarkgray {background-color: #212526!important;}
.bgblack {background-color: #000!important;}

/* Back to Top */
.back-to-top {
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: -35px;
    right: 20px;
    background-color: #ccc;
    opacity: 0;
    z-index: 8;
    text-align: center;
    -webkit-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -moz-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -o-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -ms-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
}
.back-to-top.display {
    opacity: 1;
    bottom: 0px;
}
a.back-to-top {
    color: #fff;
    text-decoration: none;
}
a.back-to-top:hover {
    color: #fff;
    background: #005aa9;
    text-decoration: none;
}
.back-to-top:before {
    font-family: 'FontAwesome';
    content: "\f106";
    font-size: 20px;
    line-height: 30px;
}

/* Link */
.link {
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    position: relative;
    float: left;
    margin: 0;
    padding-right: 110px;
    text-transform: uppercase;
    color: #005aa9;
}
a.link {
    text-decoration: none;
}
.link:after {
    content: "";
    position: absolute;
    display: block;
    width: 100px;
    height: 2px;
    top: 5px;
    right: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -moz-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -o-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -ms-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
}
.link:before {
    content: "";
    position: absolute;
    display: block;
    width: 100px;
    height: 2px;
    top: 5px;
    right: 0;
    background: #737d80;
}
.link:hover:after {
    width: 0;
}
.link.reverse {
    padding-left: 110px;
    padding-right: 0;
}
.link.reverse:after {
    left: 0;
    right: auto;
}
.link.reverse:before {
    left: 0;
    right: auto;
}
.link.disable {
    cursor: default;
    opacity: .3;
}
.link.disable:hover {
    color: #005aa9;
}
.link.disable:hover:after {
    width: 100px;
}


/* -----------------------------------------------------------------------------------
TYPOGRAPHY
----------------------------------------------------------------------------------- */

body {
    font-family: 'AinslieSansNormBook';
    font-size: 18px;
    line-height: 1.7;
    color: #555;
}
p {margin: 0 0 1.4em;}
.p-lead {
    font-size: 16px;
    letter-spacing: .05em;
}
.uppercase {text-transform: uppercase;}
.letter-spacing {letter-spacing: .2em}

/* Heading */
h1, h2, h3, h4, h5, h6 {
    font-family: 'AinslieSansNormBook';
    line-height: 1.2;
    margin-bottom: 1em;
    color: #005aa9;
}
h1 {font-size: 42px;}
h2 {font-size: 36px;}
h3 {font-size: 26px;}
h4 {font-size: 24px;}
h5 {font-size: 22px;}
h6 {font-size: 20px;}
.fa-menu {
    width: 20px;
}

.pubdate {
    font-family: 'AinslieSansNormDemi';
    margin-bottom: 20px;
}

/* Address */
address {
    font-size: 14px;
    line-height: 20px;
    color: #555;
}
address.contact {
    font-size: 18px;
    line-height: 30px;
}
address a {
    color: #555;
}
address.contact a {
    color: #005aa9;
}
address a:hover {
    color: #005aa9;
}
address.contact a:hover {
    color: #000;
}
address .icon {
    width: 30px;
    color: #005aa9;
}

/* Lists */
ol {
    list-style-type: decimal;
    list-style-position: outside;
}
ol, ul.arrow {
    margin: 0 0 24px 24px;
}
ul.arrow2 {
    margin: 0 0 0 24px;
}
ul.arrow li, ul.arrow2 li {
    position: relative;
}
ul.arrow li:before, ul.arrow2 li:before {
    font-family: 'ElegantIcons';
    font-size: 14px;
    position: absolute;
    top: 5px;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
}
ul.arrow li:before, ul.arrow2 li:before {
    content: "\35";
    left: -18px;
}

/* Title */
.title {
    font-family: 'AinslieSansNormBook';
    line-height: 1.2;
}

.half-title {
    font-size: 24px;
    margin: 0 0 40px 0;
}
.title.type-1 {
    font-size: 24px;
}
.title.type-2 {
    font-size: 30px;
}
.title.type-3 {
    font-size: 36px;
    font-weight: 700;
}
.title.widget {
    font-size: 18px;
}
.title.type-1,
.title.type-2,
.title.type-3,
.title.widget {
    margin: 0 0 1.7em 0;
}

/* Social Icons */
.socials a i,
.socials a:focus {
    -webkit-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -moz-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -o-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -ms-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
}


/* -----------------------------------------------------------------------------------
PAGE LOADER
----------------------------------------------------------------------------------- */

#pageloader {
    width: 100%;
    height: 100%;
    position: fixed;
    top:0;
    left:0;
    background-color: #fff;
    z-index: 999;
}
.loader-line {
    height: 2px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #efefef;
}
.loader-line:before{
    display: block;
    position: absolute;
    content: "";
    left: -200px;
    width: 200px;
    height: 4px;
    background-color: #005aa9;
    animation: loading 2s linear infinite;
}

@keyframes loading {
    from {left: -200px; width: 30%;}
    50% {width: 30%;}
    70% {width: 70%;}
    80% { left: 50%;}
    95% {left: 120%;}
    to {left: 100%;}
}


/* -----------------------------------------------------------------------------------
MARGIN & PADDING
----------------------------------------------------------------------------------- */

.col-no-p {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.no-padding {padding: 0 !important;}
.padding-4vw {
    padding-top: 4vw !important;
    padding-right: 4vw !important;
    padding-bottom: 4vw !important;
    padding-left: 4vw !important;
}
.margin-auto {margin: 0 auto !important;}

.m0 {margin: 0 !important;}

.mt0 {margin-top: 0px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt40 {margin-top: 40px !important;}
.mt60 {margin-top: 60px !important;}
.mt80 {margin-top: 80px !important;}
.mt100 {margin-top: 100px !important;}
.mt120 {margin-top: 120px !important;}

.mr10 {margin-right: 10px !important;}
.mr15 {margin-right: 15px !important;}

.mb0 {margin-bottom: 0px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb80 {margin-bottom: 80px !important;}
.mb100 {margin-bottom: 100px !important;}
.mb120 {margin-bottom: 120px !important;}

.ml10 {margin-left: 10px !important;}
.ml15 {margin-left: 15px !important;}

.p15 {padding: 15px !important;}

.pt0 {padding-top: 0 !important;}
.pt10 {padding-top: 10px !important;}
.pt15 {padding-top: 15px !important;}
.pt20 {padding-top: 20px !important;}
.pt40 {padding-top: 40px !important;}
.pt80 {padding-top: 80px !important;}
.pt100 {padding-top: 100px !important;}
.pt120 {padding-top: 120px !important;}
.pt200 {padding-top: 200px !important;}

.pr0 {padding-right: 0 !important;}
.pr10 {padding-right: 10px !important;}
.pr15 {padding-right: 15px !important;}
.pr20 {padding-right: 20px !important;}
.pr40 {padding-right: 40px !important;}
.pr80 {padding-right: 80px !important;}
.pr100 {padding-right: 100px !important;}
.pr120 {padding-right: 120px !important;}

.pb0 {padding-bottom: 0 !important;}
.pb10 {padding-bottom: 10px !important;}
.pb15 {padding-bottom: 15px !important;}
.pb20 {padding-bottom: 20px !important;}
.pb40 {padding-bottom: 40px !important;}
.pb80 {padding-bottom: 80px !important;}
.pb100 {padding-bottom: 100px !important;}
.pb120 {padding-bottom: 120px !important;}
.pb200 {padding-bottom: 200px !important;}

.pl0 {padding-left: 0 !important;}
.pl10 {padding-left: 10px !important;}
.pl15 {padding-left: 15px !important;}
.pl20 {padding-left: 20px !important;}
.pl40 {padding-left: 40px !important;}
.pl80 {padding-left: 80px !important;}
.pl100 {padding-left: 100px !important;}
.pl120 {padding-left: 120px !important;}

@media (min-width: 1200px) {
    .mb-min-lg-40 {margin-bottom: 40px !important;}
    .mb-min-lg-80 {margin-bottom: 80px !important;}
    .mb-min-lg-120 {margin-bottom: 120px !important;}
}

@media (min-width: 992px) {
    .mb-min-md-40 {margin-bottom: 40px !important;}
    .mb-min-md-80 {margin-bottom: 80px !important;}
    .mb-min-md-120 {margin-bottom: 120px !important;}
    .col-min-md-no-p {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
@media (min-width: 768px) {
    .col-min-sm-no-p {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (max-width: 991px) {
    .mb-md-40 {margin-bottom: 40px !important;}
    .mb-md-80 {margin-bottom: 80px !important;}
    .mb-md-120 {margin-bottom: 120px !important;}
    .col-md-no-p {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
@media (max-width: 767px) {
    .mb-sm-40 {margin-bottom: 40px !important;}
    .mb-sm-80 {margin-bottom: 80px !important;}
    .mb-sm-120 {margin-bottom: 120px !important;}
    .col-sm-no-p {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}


/* -----------------------------------------------------------------------------------
HEADER
----------------------------------------------------------------------------------- */

#header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    z-index: 9;
}
nav.navbar.tminav {
    margin-bottom: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    background-color: transparent;
    border: none;
    z-index: 9;
}
nav.navbar.tminav.transparent {
    background-color: transparent;
    -webkit-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -moz-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -o-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -ms-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
}
@media (max-width: 991px) {
    nav.navbar.tminav.transparent {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
}
nav.navbar.tminav.navbar-small-height {
    background-color: #fff;
    border-bottom: 1px solid #efefef;
    -webkit-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -moz-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -o-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -ms-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
}
nav.navbar.tminav .container {
    position: relative;
}

/* Atribute Navigation */
nav.navbar.tminav .attr-nav {
    float: right;
    line-height: 1;
    display: inline-block;
}
nav.navbar.tminav .attr-nav > ul {
    margin: 0;
}
nav.navbar.tminav .attr-nav > ul > li {
    float: left;
    display: block;
    margin-top: 84px;
    margin-left: 24px;
    -webkit-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -moz-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -o-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -ms-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
}
nav.navbar.tminav .attr-nav > ul > li > a {
    display: block;
    padding: 12px 0;
    position: relative;
}
@media (max-width: 991px) {
    nav.navbar.tminav .attr-nav {
        position: absolute;
        margin: 0;
        top: 11px;
        right: 15px;
    }
    nav.navbar.tminav .attr-nav > ul > li {
        margin: 0;
    }
    nav.navbar.tminav .attr-nav > ul > li > a {
        padding: 12px;
    }
}
/* */

nav.navbar.tminav .hamburger-menu-left.white {
    width: 15px;
    height: 13px;
    display: block;
    background: center center no-repeat transparent;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKCAYAAABrGwT5AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACVJREFUeNpi+k8BYGFgYGBkIBMwMVAAQDb/p0TzqLPp5WyAAAMATpY+5QkhtbcAAAAASUVORK5CYII=');
}
nav.navbar.tminav .hamburger-menu-left,
nav.navbar.tminav.navbar-small-height .hamburger-menu-left.white {
    width: 15px;
    height: 13px;
    display: block;
    background: center center no-repeat transparent;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKCAYAAABrGwT5AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAClJREFUeNpiYWBg+M9AJmD6//8/I7mYiYECwMTIyPifXDzqbHo6GyDAANLCtRZ2nTqzAAAAAElFTkSuQmCC');
}

/* Logo */
nav.navbar.tminav .navbar-brand {
    margin-top: 59px; /* 109px - height logo */
    margin-left: 0;
    padding: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -moz-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -o-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -ms-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
}
nav.navbar.tminav .navbar-brand img.logo {
    width: auto;
    height: 50px;  /* Height logo */
    -webkit-transition: height 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -moz-transition: height 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -o-transition: height 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -ms-transition: height 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    transition: height 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
}

@media (max-width: 991px) {
    nav.navbar.tminav .navbar-header {
        height: 60px;
        float: none;
        display: block;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
    }
    nav.navbar.tminav .navbar-toggle {
        position: absolute;
        background-color: transparent;
        border: none;
        padding: 12px;
        margin: 0;
        top: 11px;
        left: 15px;
    }
    nav.navbar.tminav .navbar-brand {
        position: absolute;
        height: 100%;
        top: 0;
        left: 50%;
        margin: 0;
        padding: 15px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    nav.navbar.tminav .navbar-brand img.logo {
        height: 30px;
    }
}

@media (min-width: 992px) {
    nav.navbar.tminav.navbar-small-height .attr-nav > ul > li {
        margin-top: 0px;
    }
    nav.navbar.tminav.navbar-small-height .attr-nav > ul > li > a {
        padding: 24px 0;
    }

    nav.navbar.tminav.navbar-small-height .navbar-brand {
        margin-top: 15.5px;
        height: auto;
    }
    nav.navbar.tminav.navbar-small-height .navbar-brand img.logo {
        width: auto;
        height: 30px;
    }
}
/* */

nav.navbar.tminav .navbar-collapse {
    height: auto;
    border-bottom: 0px solid rgba(255, 255, 255, 0.0);

}
nav.navbar.tminav.transparent .navbar-collapse {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 991px) {
    nav.navbar.tminav .navbar-collapse {
        border: 0;
        border-top: 1px solid #efefef;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #fff;
    }
}

nav.navbar.tminav ul.nav.navbarright {
    float: right !important;
}
nav.navbar.tminav ul.nav > li {
    margin-top: 84px;
    margin-left: 24px;
    -webkit-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -moz-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -o-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -ms-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
}
nav.navbar.tminav ul.nav > li > a {
    font-size: 18px;
    line-height: 1;
    font-family: 'AinslieSansNormDemi';
    text-decoration: none;
    padding: 12px 0;
    background-color: transparent;

}
nav.navbar.tminav.transparent ul.nav > li > a {
    color: #fff;
}
nav.navbar.tminav.transparent ul.nav > li > a:hover {
    color: #a2d4ff;
}

@media (max-width: 991px) {
    nav.navbar.tminav ul.nav.navbarright {
        float: none !important;
        margin: 0;
    }
    nav.navbar.tminav ul.nav > li {
        margin: 0;
        border-top: 1px solid #efefef;
    }
    nav.navbar.tminav ul.nav > li:first-child {
        border-top: 0;
    }
    nav.navbar.tminav ul.nav > li > a {
        padding: 12px;
    }
    nav.navbar.tminav.transparent ul.nav > li > a {
        color: #005aa9;
    }
    nav.navbar.tminav.transparent ul.nav > li > a:hover {
        color: #555;
    }
    nav.navbar.tminav ul.nav > li > a:visited {
        color: #005aa9;
    }
    nav.navbar.tminav ul.nav > li > a:hover {
        color: #555;
        background-color: transparent;
    }
    nav.navbar.tminav.navbar-small-height ul.nav > li > a {
        color: #005aa9;
    }
    nav.navbar.tminav.navbar-small-height ul.nav > li > a:hover {
        color: #555;
    }
}

@media (min-width: 992px) {
    nav.navbar.tminav ul.nav > li > a:hover {
        color: #555;
    }
    nav.navbar.tminav.navbar-small-height ul.nav > li {
        margin-top: 0px;
    }
    nav.navbar.tminav.navbar-small-height ul.nav > li > a {
        color: #005aa9;
        padding: 24px 0;
    }
    nav.navbar.tminav.navbar-small-height ul.nav > li > a:hover {
        color: #555;
    }
}

nav.navbar.tminav .dropdown .dropdown-menu {
    font-size: 18px;
    font-family: 'AinslieSansNormDemi';
    min-width: 200px;
    background-color: #fff;
    border: 0;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}

@media (min-width: 992px) {
    nav.navbar.tminav .dropdown .dropdown-menu {
        border: 1px solid #efefef;
        border-top: none;
    }
}

nav.navbar.tminav .dropdown .dropdown-menu.dm-right {
    right: 0;
    left: auto;
}
nav.navbar.tminav .dropdown-menu li a {
    display: block;
    padding: 12px;
    line-height: 1.2;
    color: #555;
    text-decoration: none;
    white-space: normal;
}
nav.navbar.tminav .dropdown-menu li a:hover {
    text-decoration: none;
    background-color: #efefef;
}
nav.navbar.tminav ul.nav > li.dropdown > a.dropdown-toggle:after {
    font-family: 'FontAwesome';
    content: "\f107";
    margin-left: 5px;
    margin-top: 2px;
}
nav.navbar.tminav .navbar-nav > .open > a,
nav.navbar.tminav .navbar-nav > .open > a:hover,
nav.navbar.tminav .navbar-nav > .open > a:focus {
    background-color: transparent;
}

@media (max-width: 991px) {
    nav.navbar.tminav .dropdown-menu li a:hover {
        background-color: transparent;
    }
    nav.navbar.tminav li.dropdown > ul.dropdown-menu > li > a,
    nav.navbar.tminav li.dropdown ul.menu-col > li > a {
        padding: 12px 36px;
    }
    nav.navbar.tminav .dropdown-menu > li {
        border-top: 1px solid #efefef;
    }
}


/* -----------------------------------------------------------------------------------
SECTION
----------------------------------------------------------------------------------- */

.page-section {
    position: relative;
    padding: 100px 0 0 0;
}
.error-section {
    position: relative;
    padding: 100px 0;
}
.half-section-square {
    position: relative;
}
.section-white {
    position: relative;
}
.section-light {
    position: relative;
    background-color: #f5f7f7;
}
.section-lightgray {
    position: relative;
    background-color: #737d80;
}
.section-gray {
    position: relative;
    background-color: #005aa9;
}
.section-darkgray {
    position: relative;
    background-color: #212526;
}
.section-black {
    position: relative;
    background-color: #000;
}
.section-main {
    position: relative;
}
.section-title,
.section-title-center {
    font-family: 'AinslieSansNormBook';
    font-size: 24px;
    line-height: 1.2;
    padding-left: 60px;
    margin-top: 0;
    margin-bottom: 0;
}
.text-right .section-title {
    text-align: right;
    padding-left: 0;
    padding-right: 60px;
}
.section-title:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 2px;
    top: 13px;
    left: 15px;
}
.text-right .section-title:after {
    right: 15px;
    left: auto;
}
.section-title-center {
    text-align: center;
    padding-left: 0;
}
.section-title-center:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 50px;
    height: 2px;
    top: -8px;
    left: -10px;
}
@media (max-width: 991px) {
    .half-section .text-right .section-title {
        text-align: left;
        padding-right: 0;
        padding-left: 60px;
    }
    .half-section .text-right .section-title:after {
        right: auto;
        left: 15px;
    }
}
.section-more {
    float: right;
    font-family: 'AinslieSansNormBook';
    margin-top: 6px;
    color: #737d80;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -moz-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -o-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -ms-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
}
.section-more:hover,
.section-more:focus {
    text-decoration: none;
}
.section-more:focus {
    color: inherit;
}
.section-subtitle {
    font-family: 'AinslieSansNormBook';
    font-size: 12px;
    line-height: 1.2;
    color: #737d80;
    padding-left: 60px;
    margin-top: 0;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .section-more {
        display: block;
        float: none !important;
        padding-left: 60px;
        margin-top: 20px;

    }
}


/* -----------------------------------------------------------------------------------
HEAD & PAGE TITLE
----------------------------------------------------------------------------------- */

/* Home */
.home {
    position: relative;
    width: 100%;
    height: 100%;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.home-content-above {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.home-content-center {
    display: table;
    height: 100%;
    margin: 0 auto;
}
.home-content-left {
    display: table;
    width: 100%;
    height: 100%;
}
.home-block {
    display: table-cell;
    vertical-align: middle;
}
.home-text {
    position: relative;
    padding: 80px;
}

/* Home Title */
.home-title {
    font-family: 'AinslieSansNormDemi';
    font-size: 60px;
    line-height: 1.2em;
    position: relative;
    margin: 0;
    word-wrap: break-word;
    color: #fff;
    padding-left: 0em;
    opacity: 0;
    text-align: center;
}
.home-title.fs60 {
    font-size: 60px;
}
.home-subtitle {
    font-family: 'AinslieSansNormBook';
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2em;
    position: relative;
    margin: 0;
    margin-top: 20px;
    padding-left: 60px;
    text-transform: uppercase;
    word-wrap: break-word;
    color: #fff;
    opacity: 0;
}
.home-subtitle.withoutline {
    padding-left: 0;
}
.home-subtitle:after {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    height: 2px;
    display: block;
    width: 50px;
}
.home-subtitle.withoutline:after {
    content: none;
}

@media (max-width: 991px) {
    .home {
        background-size: 991px cover;
    }
    .home.sub {
        background-size: 991px auto!important;
    }
    .home-title,
    .home-title.fs60 {
        font-size: 40px;
    }
    .home-subtitle {
        font-size: 12px;
    }
    .home-subtitle:after {
        top: 6px;
    }
}
@media (max-width: 767px) {
    .home {
        background-size: 767px cover;
    }
    .home.sub {
        background-size: 767px auto!important;
    }
    .home-text {
        padding: 40px;
    }
    .home-title,
    .home-title.fs60 {
        font-size: 36px;
    }
    .home-subtitle {
        font-size: 10px;
        margin-top: 10px;
    }
    .home-subtitle:after {
        top: 5px;
    }
}

.line-home {
    position: absolute;
    background-color: #fff;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}

.line-home.line-top {
    width: 0;
    height: 4px;
    top: 0;
    left: 0;
    -webkit-animation-name: line-horizontal-move;
    -webkit-animation-duration: .3s;
    -webkit-animation-play-state: paused;
    animation-name: line-horizontal-move;
    animation-duration: .3s;
    animation-play-state: paused;
}
.line-home.line-right {
    width: 4px;
    height: 0;
    top: 0;
    right: 0;
    -webkit-animation-name: line-vertical-move;
    -webkit-animation-duration: .1s;
    -webkit-animation-play-state: paused;
    animation-name: line-vertical-move;
    animation-duration: .1s;
    animation-play-state: paused;
}
.line-home.line-bottom {
    width: 0;
    height: 4px;
    bottom: 0;
    right: 0;
    -webkit-animation-name: line-horizontal-move;
    -webkit-animation-duration: .3s;
    -webkit-animation-play-state: paused;
    animation-name: line-horizontal-move;
    animation-duration: .3s;
    animation-play-state: paused;
}
.line-home.line-left {
    width: 4px;
    height: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-name: line-vertical-move;
    -webkit-animation-duration: .1s;
    -webkit-animation-play-state: paused;
    animation-name: line-vertical-move;
    animation-duration: .1s;
    animation-play-state: paused;
}
.line-home.line-top.on,
.line-home.line-right.on,
.line-home.line-bottom.on,
.line-home.line-left.on {
    -webkit-animation-play-state: running;
    animation-play-state: running;
}
.line-home-hover {
    position: absolute;
}
.line-home-hover.line-top {
    width: 0;
    height: 4px;
    top: 0;
    left: 0;
    transition: width .3s;
    transition-delay: .5s;
}
.line-home-hover.line-right {
    width: 4px;
    height: 0;
    top: 0;
    right: 0;
    transition: height .1s;
    transition-delay: .4s;
}
.line-home-hover.line-bottom {
    width: 0;
    height: 4px;
    bottom: 0;
    right: 0;
    transition: width .3s;
    transition-delay: .1s;
}
.line-home-hover.line-left {
    width: 4px;
    height: 0;
    bottom: 0;
    left: 0;
    transition: height .1s;
    transition-delay: 0s;
}
.lines-home:hover .line-home-hover.on.line-top,
.lines-home:hover .line-home-hover.on.line-bottom {
    width: 100%;
}
.lines-home:hover .line-home-hover.on.line-right,
.lines-home:hover .line-home-hover.on.line-left {
    height: 100%;
}
.lines-home:hover .line-home-hover.line-top {
    transition-delay: 0s;
}
.lines-home:hover .line-home-hover.line-right {
    transition-delay: .3s;
}
.lines-home:hover .line-home-hover.line-bottom {
    transition-delay: .4s;
}
.lines-home:hover .line-home-hover.line-left {
    transition-delay: .7s;
}

@-webkit-keyframes line-horizontal-move {
    0%   {width: 0;}
    100% {width: 100%;}
}
@keyframes line-horizontal-move {
    0%   {width: 0;}
    100% {width: 100%;}
}
@-webkit-keyframes line-vertical-move {
    0%   {height: 0;}
    100% {height: 100%;}
}
@keyframes line-vertical-move {
    0%   {height: 0;}
    100% {height: 100%;}
}

.home-title-1 {
    width: 100%;
    font-family: 'AinslieSansNormBook';
    font-size: 48px;
    font-weight: 400;
    line-height: 1.2em;
    position: relative;
    margin: 0;
    word-wrap: break-word;
    color: #fff;
    margin-bottom: 40px;
}
.home-line-1,
.home-line-2 {
    width: 100px;
    height: 2px;
    display: block;
}
.home-line-1 {
    margin: 0 auto 40px;
}
.home-line-2 {
    width: 50px;
    margin: 0 0 28px 0;
}

@media (max-width: 767px) {
    .home-title-1 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .home-line-1 {
        margin: 0 auto 20px;
    }
    .home-line-2 {
        margin: 0 0 20px 0;
    }
}
/**/

/* Scroll Info Animation */
.scroll-info {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 14px;
    z-index: 5;
    width: 1px;
    height: 12px;
    -webkit-animation: pulsedown 1s infinite;
    animation: pulsedown 1s infinite;
}
@-webkit-keyframes pulsedown {
    0%   {bottom: 26px;}
    100% {bottom: 14px;}
}
@keyframes pulsedown {
    0%   {bottom: 26px;}
    100% {bottom: 14px;}
}

@media (min-width: 768px) {
    .scroll-info {
        display: block;
    }
}

/* Head Size */
.height-verysmall {
    height: 300px;
}
.height-small {
    height: 400px;
}
.height-medium {
    height: 500px;
}
.height-big {
    height: 600px;
}
.height-large {
    height: 800px;
}

/* Head Title */
.head-title-wrap-bottom {
    position: absolute;
    width: 100%;
    bottom: 10px;
    text-align: right;
}
.head-title-wrap-middle {
    display: table;
    width: 100%;
    height: 100%;
    padding-top: 123px;
}
.head-title-block-middle {
    display: table-cell;
    vertical-align: middle;
}
.head-title-1 {
    font-family: 'AinslieSansNormDemi';
    font-size: 50px;
    line-height: 1.2;
    margin: 0;
}
.head-subtitle-1 {
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
    letter-spacing: .05em;
}

@media (max-width: 767px) {
    .height-small {
        height: 300px;
    }
    .head-title-wrap-middle {
        padding-top: 62px;
    }
    .head-title-1 {
        font-size: 40px;
    }
}


/* -----------------------------------------------------------------------------------
BACKGROUND IMAGE
----------------------------------------------------------------------------------- */

.bg-img {
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.bg-mask {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}
.bg-mask.m15 {
    left: 15px;
    top: 15px;
    right: 15px;
    bottom: 15px;
}
.bg-mask.m40 {
    left: 40px;
    top: 40px;
    right: 40px;
    bottom: 40px;
}

.mask:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.bg-mask.dark,
.mask.dark:before {
    background: #000;
}
.bg-mask.white,
.mask.white:before {
    background: #fff;
}
.bg-mask.pattern,
.mask.pattern:before {
    background: url(../images/pattern.png);
}

.bg-mask.op1, .op1:before {opacity: .1}
.bg-mask.op2, .op2:before {opacity: .2}
.bg-mask.op3, .op3:before {opacity: .3}
.bg-mask.op4, .op4:before {opacity: .4}
.bg-mask.op5, .op5:before {opacity: .5}
.bg-mask.op6, .op6:before {opacity: .6}
.bg-mask.op7, .op7:before {opacity: .7}
.bg-mask.op8, .op8:before {opacity: .8}
.bg-mask.op9, .op9:before {opacity: .9}
.bg-mask.op0, .op0:before {opacity: 1}



/* -----------------------------------------------------------------------------------
MANAGEMENT BOARD
----------------------------------------------------------------------------------- */

.mboard {
    display: inline-block;
    margin-right: 40px;
}
.mboard img {
    width: 200px;
    height: 240px;
    margin-bottom: 20px;
}


/* -----------------------------------------------------------------------------------
POLICY
----------------------------------------------------------------------------------- */

.policy {
    display: inline-block;
    margin-right: 40px;
}
.policy img {
    width: 200px;
    height: 286px;
    border: 1px solid #efefef;
    margin-bottom: 20px;
}



/* -----------------------------------------------------------------------------------
SUBSIDIARY COMPANIES
----------------------------------------------------------------------------------- */

.subcompany {
    margin-bottom: 40px;
}
.subcompany img {
    height: 80px;
    width: auto;
}



/* -----------------------------------------------------------------------------------
ELEMENTS
----------------------------------------------------------------------------------- */

/* Buttons */
.btn:active, .btn.active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.btn {
    position: relative;
    border: 2px solid;
    border-radius: 0;
    font-size: 14px;
    line-height: 1;
    font-family: 'AinslieSansNormDemi';
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .05em;
    padding: 1em 2em;
    background-color: transparent;
    z-index: 1;
}

.btn-sub {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-color: #005aa9;
    color: #005aa9;
}

.btn-sub:active, .btn-sub:focus, .btn-sub:hover {
    background-color: #005aa9;
    color: #fff;
}

.more {
    text-align: center;
    margin-top: 40px;
}



/* -----------------------------------------------------------------------------------
SOCIAL MEDIA SHARE
----------------------------------------------------------------------------------- */

.social-media {
    display: block;
    width: 100%;
    clear: both;
    margin-top: 60px;
    margin-bottom: 100px;
}

.social-media h5 {
    display: inline-block;
    margin-right: 20px;
    text-transform: uppercase;
    font-family: 'AinslieSansNormDemi';
    color: #000;
}

.social-media a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #000;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -moz-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -o-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    -ms-transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
    transition: all 0.3s cubic-bezier(0.0, 0.0, 0.3, 1.0);
}

.social-media a:last-child {
    margin-right: 0;
}

.social-media a.facebook {
    background-color: #0e59a0 !important;
}

.social-media a.twitter {
    background-color: #0ea4ff !important;
}

.social-media a.google {
    background-color: #da4835 !important;
}

.social-media a.linkedin {
    background-color: #018faf !important;
}

.social-media a:hover {
    background-color: #000 !important;
}

.social-media.rounded a {
    width: 32px;
    height: 32px;
    font-size: 18px;
    line-height: 32px;
    border-radius: 50%;
}

.no-social-media {
    margin-bottom: 100px;
}

/* -----------------------------------------------------------------------------------
AWARDS
----------------------------------------------------------------------------------- */

.awards img {
    max-width: 300px;
    max-height: 200px;
}
.awards h3 {
    padding-top: 0!important;
    margin-top: 0!important;
}

@media (max-width: 1199px) {
    .awards img {
        max-width: 200px;
        max-height: 150px;
    }
}
@media (max-width: 767px) {
    .awards img {
        margin-bottom: 20px;
    }
}



/* -----------------------------------------------------------------------------------
FORMS
----------------------------------------------------------------------------------- */

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 10px 12px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.2;
    color: #555;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.form-control.fc-1 {
    color: #555;
    opacity: 1;
    background-color: #fff;
    border: 1px solid #dfdfdf;
}

.help-block {
    color: #d00;
}

textarea {
    resize: none;
}

label.form {
    font-family: 'AinslieSansNormBook';
    font-weight: normal;
}

h3.ok {
    font-family: 'AinslieSansNormDemi';
    color: #24bf10;
    margin-top: 0;
    margin-bottom: 20px;
}
h3.warning {
    font-family: 'AinslieSansNormDemi';
    color: #ff0000;
    margin-top: 0;
    margin-bottom: 20px;
}

p.warning {
    font-family: 'AinslieSansNormDemi';
    color: #ff0000;
}

.agree {
    font-size: 12px;
    line-height: 20px;
    margin-top: 20px;
}
.agree p {
    margin-bottom: 0;
    padding-bottom: 0;
}
.rodo, .required {
    font-size: 14px;
    margin-top: 20px;
}

.form-container {
	width: 250px;
	margin: 0 auto 100px auto;
	text-align: left;
}
.form-group {
  padding: 5px 0;
}
h3.login {
    margin-top: 0;
    padding-top: 0;
}
.logout {
	text-align:right;
    margin-bottom: 20px;
}

/* -----------------------------------------------------------------------------------
GOOGLE MAP
----------------------------------------------------------------------------------- */

#map {
    width: 100%;
    margin: 40px 0 0 0;
}

.overlay {
    background: transparent;
    position: relative;
    width: 100%;
    height: 400px;
    top: 400px;
    margin-top: -400px;
}



/* -----------------------------------------------------------------------------------
FOOTER
----------------------------------------------------------------------------------- */

footer {
    position: relative;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    background-color: #f2f2f2;
}
.footer-social {
    float: right;
    font-size: 30px;
    line-height: 1;
}
.footer-social a i {
    color: #fff;
    background-color: #005aa9;
    padding: 10px 12px;
    margin-right: 5px;
    margin-bottom: 12px;
    text-decoration: none;
    text-align: center;
    width: 55px;
}
.footer-social a:hover i {
    background-color: #555;
}
.footer-social a img {
    margin-top: 3px;
    margin-right: 5px;
    margin-bottom: 12px;
    height: 50px;
    width: auto;
}

@media (max-width: 767px) {
    .footer-social {
        float: left;
    }
}
