/* *** CSS RESET *** */

:focus {outline: 0}
a {outline: none; text-decoration: none;}
a, img {border: 0;}
button {cursor: pointer;}

/* *** GLOBAL *** */

.bx-wrapper {
    z-index: 1;
}

iframe {
    border: none;
}

body h1, body h2, body h3, body h4, body h5, body h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0;
    margin-top: 0;
}

body p {
    margin-bottom: 25px;
    margin-top: 0;    
}

body h2 {
    font-size: 20px;
    margin-bottom: 25px;
    margin-top: 0;
}

body ul {
    margin-bottom: 25px;
    padding-left: 16px;
    margin-top: 0;
}

body ol {
    padding-left: 20px;
    margin-bottom: 25px;
    margin-top: 0;
}

body .bx-wrapper {
    padding: 0;
    border: none;
}

body {
    overflow-x: hidden;
}

figure {
    margin: 0;
}

body a:hover {
    text-decoration: none;
}

input, textarea, button {
    font-family: 'Montserrat', sans-serif;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px !important;
    color: #042c3c !important;
    background: #fff;
    line-height: 25px;
    padding: 0; 
    margin: 0;
    min-width: 302px;
}

.wrapper {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 100%;
}

@media (min-width: 576px){
    .wrapper {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .wrapper {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .wrapper {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .wrapper {
        max-width: 1474px;
    }
}

img {
    max-width: 100%;
    max-height: 100%;
}

a, a:hover, a:focus, a:active {
    outline: none !important;
    text-decoration: none;
}

.hamburger, .hamburger:focus, .hamburger:active {
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

body .hamburger-inner, body .hamburger-inner::before, body .hamburger-inner::after {
    height: 2px;
}

body .bx-wrapper .bx-controls-auto, body .bx-wrapper .bx-pager {
    position: relative;
    bottom: auto;
    width: auto;
}

.clearer {
    clear: both;
    height: 0;
}

.chosen-container-single .chosen-single div b {
    background: none;
}

.logo, img, a, button {
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.bx-caption {
    display: none;
}

.bx-wrapper {
    box-shadow: none;
    border: 0;
    margin: 0;
    background:transparent;    
}

.content-box {
    float: left;
    width: 100%;
}

.row {
    margin: 0 -30px;
}

.row > div {
    float: left;
    padding: 0 30px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

h2, h1 {
    line-height: 1.2;
}

/* *** HEADER *** */

header .wrapper {
    position: relative;
}

header {
    background: rgba(255,255,255,0.8);
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    text-align: center;
    float: left;
    width: 100%;
}

.header-box {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .logo img {
    display: block;
}

.main-menu ul {
    padding: 0;
    margin: 0;
}

.main-menu {
    justify-content: space-between;
    width: 100%;
    align-items: center;
    text-align: center;
}

.main-menu ul {
    vertical-align: top;
}

.main-menu > ul > li {
    position: relative;
    float: left;
    list-style: none;
}

.main-menu > ul {
    width: 35%;
    display: flex;
    justify-content: space-between;
}

.main-menu > ul > li > a {
    color: #3e5d69;
    font-weight: bold;
    display: flex;
    align-items: center;
    height: 100px;
    border-bottom: 2px solid transparent;
    font-size: 16px;
}

.main-menu > ul > li:hover > a, .main-menu > ul > li > a.active {
    color: #3e5d69;
    border-color: #00904c;
}

.main-menu ul li:hover ul {
    display: block;
}

.main-menu ul ul {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -130px;
    text-align: center;
    list-style: none; 
    width: 260px;
    background: #0f7ca2;  
    display: none;     
}

.main-menu ul ul li {
    position: relative;
    float: left;
    width: 100%;
}

.main-menu ul ul li a {
    position: relative;
    color: #fff;
    text-align: center;
    display: block;
    padding: 11px 15px 10px 15px;
    float: left;
    width: 100%; 
    font-size: 14px;
}

.main-menu ul ul li:hover > a {
    background: #fff;
    color: #0f7ca2;
}

.main-menu ul ul ul {
    left: 100%;
    top: 0;
}

/* *** BREADCRUMB *** */

.breadcrumb-box {
    float: left;
    width: 100%;
    color: #1c2f5a;
    font-size: 12px;
    margin: 10px 0 0 0;
}

.breadcrumb-box ul {
    padding: 0 !important;
}

.breadcrumb-box li {
    float: left;
    margin-right: 20px;
    list-style: none;
}

.breadcrumb-box a {
    color: #1c2f5a;
}

.breadcrumb-box a:hover {
    color: #000;    
}

/* *** FOOTER *** */

footer {
    float: left;
    width: 100%;
    background: #00904c;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

.footer-bottom {
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #fff;
    padding: 40px 0;
}

.footer-top {
    padding: 40px 0;
}

footer a {
    color: #fff;
}

footer a:hover {
    opacity: 0.85;
}

.footer-top {
    display: flex;
    justify-content: space-between;
}

.f-boxes {
    display: flex;
}

.f-box {
    margin-right: 125px;
}

.f-title {
    font-weight: bold;
}

.social-box {
}

.social-box ul {
    padding: 0;
    margin: 0;
    padding-top: 8px;    
    list-style: none;
    display: flex;
}

.social-box a {
    display: block;
    margin-right: 18px;
}

.fb {
    width: 17px;
    height: 16px;
    background: url('../img/sprite.png');
}

.yt {
    width: 16px;
    height: 17px;
    background: url('../img/sprite.png') -19px 0;
}

.linkedin {
    width: 17px;
    height: 16px;
    background: url('../img/sprite.png') -37px 0;
}

.sr-only {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    margin: -1px !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

/* *** CUSTOM SELECT *** */

.select {
    width: 100%;
    float: left;
}

.select .chosen-container {
    width: 100% !important;
}

.select ul {
    margin: 0 4px 4px 0 !important;
    padding: 0 0 0 4px !important;
}

.select .chosen-search {
    display: none;
}

.select .chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 0 0 0 10px;
    height: 29px;
    border: none;
    border-radius: 0;
    background: #fff;
    border: 1px solid #aaa;
    box-shadow: none;
    color: #000;
    font-size: 14px;  
    text-decoration: none;
    white-space: nowrap;
    line-height: 27px;
}

.select .chosen-drop ul li {
    background-image: none !important;
    height: auto !important;
}

.select .chosen-container-single .chosen-single div {
    width: 32px;
    /*background: url('../img/select-arrow.png') center no-repeat;*/
}

.select .chosen-container .chosen-results li.active-result {
    background: #fff;
    color: #000;
}

.select .chosen-container .chosen-results li:hover {
    background: #ec008d;
    color: #fff;
}

/* *** HAMBURGER + HEADER RSP + MENU *** */


.hamburger-btn {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    width: 70px;
    height: 60px;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    position: absolute;
    top: 0;
    right: 0;
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    margin-top: 20px;
    vertical-align: top;
    position: relative;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

body .hamburger-inner, body .hamburger-inner::before, body .hamburger-inner::after {
    height: 2px;
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.15s;
    transition-delay: 0.15s; 
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::after {
    bottom: -10px;
}

.hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.header-rsp {
    top: 0;
    left: 0;
    position: fixed;
    overflow: auto;
    z-index: 101;
    width: 100%;
    padding: 10px 15px;
    height: 70px;
    background: #fff;
    box-shadow: 0 0 7px rgba(0,0,0,0.5);
    display: none;
}

.header-rsp .logo-rsp {
    height: 50px;
    width: 178px;
    display: table-cell;
    vertical-align: middle;
}

.header-rsp .logo-rsp img {
    max-width: 100%;
    max-height: 100%;
    margin-bottom: -8px;
}

.data-rsp {
    position: absolute;
    top: 27px;
    right: 70px;
}

.data-rsp a {
    font-size: 11px;    
}

.btn-slide-down {
    width: 40px;
    height: 100%;
    background: #fff;
    border-left: 1px solid transparent;
    position: absolute;
    top: 0;
    font-size: 14px;
    text-align: center;
    color: #000;
    right: 0;
    z-index: 2;
    display: none !important;
    line-height: 52px;
    cursor: pointer;
}

.btn-scroll-down {
    bottom: 23px;
    left: 0;
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 10;
}

.btn-scroll-down a {
    padding-bottom: 60px;
    z-index: 10;
    position: relative;
    display: inline-block;
    text-align: center;
}

.btn-scroll-down a:hover {
    opacity: 0.8;
}

.btn-scroll-down a:hover {
    margin-bottom: 10px;
}

.btn-scroll-down a:after {
    width: 31px;
    height: 49px;
    position: absolute;
    bottom: 0;
    content: "";
    left: 50%;
    margin-left: -15.5px;
    background: url('../img/sprite.png') -62px 0;  
}

.btn-scroll-down a {
    color: #fff;
    font-weight: bold;
    font-size: 15.81px;
}

@media only screen and (max-width: 1000px) {
    .main-menu ul li:hover ul {
        display: none;
    }
    .main-menu ul > li > a .btn-slide-down {
        line-height: 69px;
        background: none;
        border-color: #fff;
    }
    .main-menu ul > li.li-submenu > a {
        padding-right: 50px;
    }
    .btn-slide-down {
        display: block !important;
        color: #fff;
    }
}

@media only screen and (min-width: 992px) {
    .main-menu {
        display: flex !important;
    }
}

@media only screen and (max-width: 992px) {
    body {
        padding-top: 70px;
    }
    header {
        height: 0;
    }
    .header-box {
        padding: 0;
    }
    .header-rsp {
        display: block;
    }    
    body .main-menu {
        position: fixed;
        top: 70px;
        display: none;
        left: 0;
        background: rgba(0,0,0,0.5);
        width: 100%;
        overflow: auto;
        height: calc(100% - 70px);
        z-index: 102;
    }
    body .main-menu ul li a {
        text-align: left;
        color: #000;
        background: #fff;
        padding: 17px 15px 15px 15px;
    }
    body .main-menu ul li {
        position: relative;
        width: 100%;
        border-bottom: 1px solid #757575;
        margin: 0;
    }
    body .main-menu ul ul li:last-child {
        border-bottom: none;
    }
    body .main-menu ul ul li:first-child {
        border-top: 1px solid #757575;
    }
    body .main-menu ul {
        width: 100%;
    }
    body .main-menu ul li a {
        display: block;
        width: 100%;
        border: none;
        color: #042c3c !important;
        line-height: normal;
        height: auto;
        display: block;
        list-style: none;
    }
    body .main-menu ul li a:hover {
        background: #042c3c;
        color: #fff !important;
    }
    .main-menu ul ul {
        position: relative;
        top: auto;
        left: auto;
        margin: 0;
    }
    .main-menu ul > li > a .btn-slide-down {
        color: #757575;
        border-color: #757575;
        line-height: 56px;
        height: 52px;
    }
    body .main-menu ul ul li a {
        padding-left: 30px;
    }
}

.title-1 h2 {
    color: #042c3c;
    font-size: 50px;
    margin: 0;
    font-weight: 300;
}

.title-1 {
    position: relative;
    margin-bottom: 50px;
    padding-left: 75px;
    text-transform: uppercase;
}

.title-1:after {
    width: 60px;
    height: 2px;
    content: "";
    position: absolute;
    top: 27px;
    left: 0;
    display: block;
    background: #00904c;
}

.text p:last-child {
    margin-bottom: 0;
}

.box-1-1 {
    color: #fff;
}

.box-1-1 .title-1 h2 {
    color: #fff;
}

.box-1-1 .title-1:after {
    background: #fff;
}

.title-1 a {
    color: #042c3c;
}

@media only screen and (max-width: 1199px) {
    .main-menu > ul > li > a {
        font-size: 14px;
    }
    .logo {
        width: 150px;
    }
    .main-menu > ul {
        width: 38%;
    }
    .title-1 h2 {
        font-size: 30px;
    }
    .title-1:after {
        top: 16px;
        width: 40px;
    }
    .title-1 {
        padding-left: 50px;
        margin-bottom: 23px;
    }
    .f-box {
        margin-right: 40px;
    }
}

@media only screen and (max-width: 992px) {
    footer {
        font-size: 14px;
    }
    .main-menu ul {
        display: block;
    }
    .main-menu .logo {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .title-1 h2 {
        font-size: 25px;
    }
    .title-1 {
        padding-left: 40px;
    }
    .title-1:after {
        top: 13px;
        width: 30px;
    }
    .f-boxes {
        display: block;
    }
    footer {
        text-align: center;
    }
    .footer-top {
        display: block;
    }
    .f-box {
        margin: 0 0 25px 0;
    }
    .social-box ul {
        justify-content: center;
        align-items: center;
    }
    .social-box a {
        margin: 0 10px;
    }
    .footer-bottom {
        display: block;
    }
    .btn-scroll-down a {
        font-size: 12px;
    }
}