/*
    Theme Name: Custom Theme
    Description: Custom Theme
    Version: 1.4.2
    Author: Karina
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Faculty+Glyphic&display=swap');

/* global box-sizing */
*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
    font-size: 62.5%;
}
body {
    font: 400 16px/2 "Faculty Glyphic", sans-serif;
    color: #898D94;
    background: #F3EFE8;
}

.wpcf7-spinner,
.acf-map .gmnoprint,
.acf-map .gm-style-cc,
.social-wrap.share .addtoany_list a span,
.btn-menu,
.header span.toggle,
.desktop-hidden,
.wpcf7 span.wpcf7-not-valid-tip,
.links a:last-child .line,
.accordion .as-title .minus,
.accordion .as-title.active .plus,
.jBox-closeButton svg,
.header .custom-logo .logo-1,
.header.stuck .custom-logo .logo-2 {
    display: none;
}

.block,
.accordion .as-title.active .minus,
.header.stuck .custom-logo .logo-1 {
    display: block;
}

/* clear */
.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}
.clear {
    *zoom: 1;
}
img {
    max-width: 100%;
    vertical-align: bottom;
    height: auto;
}
a {
    color: #898D94;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
a:hover {
    color: #898D94;
	cursor:pointer;
}
a:focus {
    outline: 0;
}
a:hover,
a:active {
    outline: 0;
}

.link {
    color: #7A7A7A;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    border-bottom: 2px solid #90A1AC;
    padding: 0 0 7px;
}

.link.has-svg {
    display: inline-block;
    vertical-align: top;
    border: 0;
    padding: 0;

}

.link.has-svg svg {
    vertical-align: top;
    margin: 2px 0 0 2px;
}

.link.has-svg svg path {
    fill: #7A7A7A;
}

.has-file {
    letter-spacing: 1px;
}

.has-file svg {
    display: inline-block;
    vertical-align: top;
    margin: 0 8px 0 0;
}

input:focus {
    outline: 0;
    border: 1px solid #90A1AC;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    font-family: "Faculty Glyphic", sans-serif;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 20px;
}

h1,
h2,
h3,
h4,
h5 {
    color: #677286;
}

h1,
.h1 {
    font-size: 50px;
}

h2,
.h2 {
    font-size: 40px;
}

h3,
.h3 {
    font-size: 30px;
    letter-spacing: 1.5px;
}

h4,
.h4 {
    font-size: 24px;
    letter-spacing: 2.4px;
}

h5,
.h5 {
    font-size: 18px;
    letter-spacing: 1.8px;
}

.title {
    font-family: 'ArgueRegular';
}

p {
    margin: 0 0 20px;
}

ul,
ol {
    margin: 0 0 20px;
    padding: 0 0 0 15px;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
.p-mb-50 > p:last-child {
    margin: 0;
}

.overflow {
    overflow: hidden;
}

.relative {
    position: relative;
}

.left {
    float: left;
}

.right {
    float: right;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.anchor {
    position: relative;
    top: -200px;
}

.btn-wrap {
    font-size: 0;
}

.btn-wrap .btn {
    margin: 0 12px 20px;
}

.btn {
    display: inline-block;
    vertical-align: top;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    color: #ECF0F5;
    line-height: normal;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #9FA4AD;
    outline: 0;
    padding: 20px 24px;
    background: #90A1AC;
    transition: all 0.3s ease 0s;
}

.btn:hover,
.btn.transparent:hover,
.btn.gray:hover {
    color: #ECF0F5;
    background: #677286;
    border-color: #677286;
}

.btn.transparent {
    background: none;
    color: #7A7A7A;
}

.btn.gray {
    background: #6D7178;
    color: #ECF0F5;
    border-color: #6D7178;
}

.btn svg {
    vertical-align: top;
    margin: 3px 0 0 4px;
}

.social-wrap {
    font-size: 0;
}

.social-wrap a {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 0 0;
}

.social-wrap.center a {
    margin: 0 8px;
}

.scrollup {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    cursor: pointer;
}

.sticky-sidebar {
    will-change: min-height;
}

.sticky-sidebar-inner {
    position: relative;
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}

.img-wrap {
    display: block;
    position: relative;
}

.img-wrap img {
    width: 100%;
    transition: all 0.3s ease 0s;
}

.img-wrap.normal,
.img-wrap.normal img {
    width: auto;
    background: none;
    border-radius: 0;
}

.img-wrap p {
    margin: 10px 0 0;
}

.img-row-wrap {
    min-height: 480px;
}

.img-row {
    width: 100%;
    max-width: 1430px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: -280px;
    transform: translate(-50%, 0);
    z-index: 9;
}

.img-row .img-wrap {
    transition: opacity 1.5s,transform 2s;
}

.img-row .img-wrap-1 {
    position: absolute;
    top: 170px;
    max-width: 450px;
}

.img-row .img-wrap-2 {
    z-index: 1;
    margin: 0 auto;
    max-width: 520px;
}

.img-row .img-wrap-3 {
    position: absolute;
    top: 220px;
    right: 0;
    max-width: 450px;
}

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

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

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.wrapper {
    max-width: 1580px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}

.wrapper.size-1600 {
    max-width: 1640px;
}

.wrapper.size-1440 {
    max-width: 1480px;
}

.wrapper.size-1280 {
    max-width: 1320px;
}

.wrapper.size-1140 {
    max-width: 1180px;
}

.wrapper.size-800 {
    max-width: 840px;
}

.header {
    width: 100%;
    position: relative;
    z-index: 999;
    padding: 15px 0;
    background: #F3EFE8;
}

.header.stuck {
    position: fixed;
    top: 0;
    left: 0;
    animation: fadeInDown ease-in-out 0.6s both;
}

.header-wrap {
    position: relative;
}

.header-wrap.normal {
    height: 800px;
    z-index: 9;
}

.header-wrap.normal + section {
    padding-top: 180px;
}

.header-wrap .bgr-wrap {
    background: #000;
    position: absolute;
    left: 50%;
    top: 0;
    width: 100%;
    max-width: 1600px;
    height: 100%;
    transform: translate(-50%, 0);
}

.header-wrap .bgr {
    width: 100%;
    height: 100%;
    background: none no-repeat scroll center center transparent;
    background-size: cover;
}

.header-wrap.normal .sep,
.header-wrap.slider .sep {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -147px;
}

.header-wrap.slider .sep {
    bottom: -296px;
}

.header-wrap.slider {
    height: 100vh;
    height: calc(100vh - 92px);
    z-index: 9;
}

.header-wrap.slider .caption {
    font-size: 16px;
    height: 100%;
    text-align: center;
    padding: 50px 0 80px;
}

.header-wrap.slider .links a {
    width: 100%;
    max-width: 440px;
    font-size: 16px;
    line-height: 28px;
    padding: 18px 60px;
    text-transform: none;
    letter-spacing: 0;
}
.header-wrap.slider .links a:hover {cursor:pointer;}
.header-wrap.slider video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.header-wrap.images {
    padding: 400px 0 0;
}

.header-wrap.images .img-1 {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    max-width: 260px;
}

.header-wrap.images .img-2 {
    position: absolute;
    right: 0;
    top: 20%;
    max-width: 380px;
}

.header-wrap.images .img-3 {
    position: absolute;
    left: 0;
    top: 65%;
    max-width: 465px;
}

.nav ul {
    font-size: 0;
    list-style: none;
    margin: 0 -12px;
    padding: 0;
}

.nav li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 12px;
}

.nav li.logo {
    margin: 0 75px;
}

.nav li.logo .logo-2 {
    margin-bottom: -155px;
    position: relative;
    top: -10px;
}

.nav a {
    font-size: 16px;
    color: #7A7A7A;
    text-transform: uppercase;
    line-height: normal;
}

.nav .btn {
    color: #F3EFE8;
    letter-spacing: 0px;
    padding: 20px;
}

.nav .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background: #ffffff;
    white-space: nowrap;
    padding: 30px;
}

.nav li:hover .sub-menu {
    display: block;
}

.nav .sub-menu li {
    display: block;
    margin: 0;
}

.nav .sub-menu a {
    font-weight: 500;
    color: #000000;
}

.nav .sub-menu a:hover {
    text-decoration: underline;
}

.sidebar {
    background: #fff;
}

.footer {
    background: #F3EFE8;
    padding: 100px 0 0;
}

.footer .logo {
    position: relative;
    text-align: center;
}

.footer .logo a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 9;
    background: #F3EFE8;
    padding: 0 20px;
}

.footer .logo::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #9D9D9D;
    position: absolute;
    left: 0;
    bottom: 80px;
}

.footer .middle {
    padding: 40px 80px 0;
}

.footer .copyright {
    font-size: 0;
    border-top: 1px solid #9D9D9D;
    padding: 45px 0;
    margin: 85px 0 0;
}

.footer .copyright ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.footer .copyright ul,
.footer .copyright ul li,
.footer .copyright p {
    display: inline-block;
    vertical-align: top;
}

.footer .copyright p,
.footer .copyright ul li,
.footer .copyright ul li::before {
    font-size: 12px;
}

.footer .copyright ul li::before {
    content: '/';
    padding: 0 4px;
}

/*------------------------------------*\
    SLIDER
\*------------------------------------*/

.slick-slider {
    font-size: 0;
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    height: 100%;
    min-height: 1px;
    padding: 0;
    text-align: left;
    height: auto;
    padding: 0;
    background: none;
    position: relative;
    outline: 0;
}

.slick-slide img {
    display: block;
    width: 100%;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: inline-block;
    text-align: center;
    vertical-align: top
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
}

.slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    cursor: pointer;
    color: transparent;
    opacity: 0.5;
    border: none;
    outline: none;
    z-index: 9;
    text-align: center;
    border-radius: 0;
    width: 40px;
    height: 40px;
    background: none;
    transform: translate(0, -50%);
    transition: all 0.3s ease 0s;
}

.slick-arrow:hover,
.arrows-hidden:hover .slick-arrow {
    opacity: 1;
}

.arrows-hidden .slick-arrow {
    opacity: 0;
}

.slick-next {
    right: 20px;
}

.slick-prev {
    left: 20px;
}

.slick-dotted.slick-slider {
    margin-bottom: 60px;
    margin-top: 40px;
    overflow: hidden;
    padding: 0 0 40px;
}

.slick-dots {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 1px solid transparent;
    outline: none;
    background: #585858;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
}

.slick-dots li.slick-active {
    border-color: #b03063;
}

.slick-dots li:hover button,
.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button {
    outline: none;
    border-color: #b03063;
    background: #b03063;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.carousel-normal,
.carousel-normal .slick-list,
.carousel-normal .slick-track,
.carousel-normal .slick-slide,
.carousel-normal .slick-slide > div,
.carousel-normal .slide,
.carousel-normal .slide .bgr {
    height: 100%;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.text-white,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white a:not(.btn) {
    color: #ECF0F5;
}

.text-white .sep-normal line {
    stroke: #ECF0F5;
}

.text-white .link.has-svg svg path {
    fill: #ECF0F5;
}

.text-beige,
.text-beige h1,
.text-beige h2,
.text-beige h3,
.text-beige h4,
.text-beige h5,
.text-beige h6,
.text-beige p,
.text-beige a:not(.btn) {
    color: #F3EFE8;
}

.text-beige .sep-normal line {
    stroke: #F3EFE8;
}

.text-beige .link.has-svg svg path {
    fill: #F3EFE8;
}

.flex {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex-reverse {
    flex-direction: row-reverse;
}

.flex.column {
    flex-direction: column;
}

.flex .grow {
    flex-grow: 1;
}

.flex.center {
    align-items: center;
}

.flex.bottom {
    align-items: flex-end;
}

.justify-center {
    justify-content: center;
}

.section {
    padding: 150px 0;
    position: relative;
    background: none no-repeat scroll center center transparent;
    background-size: cover;
}

.box {
    background: #EDE9E1;
    padding: 40px;
    text-align: center;
}

.box p {
    padding: 0 20px;
}

.acf-map {
    width: 100%;
    height: 240px;
}

.tabs ul.horizontal {
    list-style: none;
    margin: 0 0 35px;
    padding: 0;
    border-bottom: 1px solid #e1e1e1;
}

.tabs ul.horizontal li {
    display: inline-block;
    vertical-align: top;
}

.tabs ul.horizontal li a {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    color: #929292;
    display: block;
    border-bottom: 2px solid transparent;
    padding: 5px 25px;
    margin-bottom: -1px;
}

.tabs ul.horizontal li a:hover,
.tabs ul.horizontal li.active a {
    color: #053d95;
    border-color: #00a8ff;
}

.accordion {
    border-bottom: 2px dashed #B7C7D0;
}

.accordion .as-title {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 20px 40px 20px 20px;
    border-top: 2px dashed #B7C7D0;
}

.accordion .as-title svg {
    position: absolute;
    right: 20px;
    top: 31px;
}

.accordion .items {
    padding: 10px 20px 30px 20px;
}

.as-table {
    margin: 10px 0;
}

.as-table .flex > div {
    text-align: center;
    background: #E2DED6;
    border-top: 1px solid #DDDBD7;
    border-left: 1px solid #DDDBD7;
    border-right: 1px solid #DDDBD7;
    letter-spacing: 1px;
}

.as-table .flex:nth-child(2n) > div {
    background: #F8F4EE;
}

.as-table .flex:first-child > div {
    text-transform: uppercase;
}

.as-table .flex > div {
    padding: 14px 10px;
}

.links a {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 26px;
    color: #7A7A7A;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    position: relative;
    padding: 18px 50px;
}

.links a svg {
    display: block;
    margin: 10px auto 0;
}

.links a .line {
    position: absolute;
    right: 0;
    top: 0;
}

.links a .dot {
    top: 50%;
    transform: translate(0, -50%);
    margin: 0;
    right: -4px;
}

.sep-normal {
    display: block;
    margin: 30px auto 60px;
}

.sep-normal line {
    stroke: #677286;
}

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

.search-input,
.wpcf7-text,
select.wpcf7-select,
div.wpcf7-select a,
.wpcf7-textarea,
.chosen-container-single .chosen-single {
    font-size: 16px;
    line-height: 32px;
    color: #F3EFE8;
    border: 1px solid #4B4B4B;
    outline: 0;
    background: #4B4B4B;
    width: 100%;
    height: 60px;
    padding: 19px 22px;
    letter-spacing: 1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    transition: all 0.3s ease 0s;
}

.wpcf7-text:focus,
.wpcf7-textarea:focus {
    outline: 0;
    background: #4B4B4B;;
    border: 1px solid #4B4B4B;;
}

.wpcf7-not-valid {
    color: #df0000;
    border-color: #df0000;
}

.wpcf7-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select.wpcf7-select {
    font-size: 0;
    padding: 14px 22px;
}

.wpcf7 p.date .wpcf7-text {
    font-size: 0;
}

select.wpcf7-select option,
.wpcf7 p > label.has-value + span select.wpcf7-select,
.wpcf7 p.date > label.has-value + span .wpcf7-text {
    font-size: 16px;
}

.wpcf7-textarea {
    resize: vertical;
    height: auto;
}

.submit-wrap {
    overflow: hidden;
}

.submit-wrap span {
    float: right;
    margin: 8px 0 0;
}

.wpcf7-submit {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #6D7178;
    border-color: #6D7178;
}

.wpcf7-submit:focus,
.wpcf7-submit:active {
    outline: 0;
}

.wpcf7-acceptance input {
    width: 20px;
    height: 20px;
    background: #F3EFE8;
    margin: 7px 7px 0 0;
    padding: 0;
    line-height: 1;
    vertical-align: top;
    accent-color: #90A1AC;
}

.wpcf7-acceptance span {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 1px;
}

.wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}

.wpcf7 p.date svg {
    position: absolute;
    right: 15px;
    top: 19px;
}

.wpcf7 p {
    position: relative;
    font-size: 14px;
    margin: 0 0 45px;
}

.wpcf7 p.mb-15 {
    margin-bottom: 15px;
}

.wpcf7 .last p {
    margin: 0;
}

.wpcf7 p > label {
    font-size: 14px;
    font-weight: 400;
    opacity: 1;
    color: #B7C7D0;
    position: absolute;
    top: 11px;
    left: 22px;
    pointer-events: none;
    transition: all 0.3s ease 0s;
    z-index: 9;
    padding: 0;
}

.wpcf7 p > label.has-value {
    top: -35px;
    left: 0;
}

.wpcf7 p:has(.wpcf7-not-valid) > label {
    color: #B7122E;
}

.wpcf7 .flex p {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}

.wpcf7 .flex-3 p {
    width: 32%;
}

.wpcf7 span.wpcf7-not-valid-tip {
    font-size: 12px;
    color: #df0000;
}

.wpcf7 form .wpcf7-response-output {
    font-size: 16px;
    color: #fff;
    border: 1px solid #b02c1b;
    text-align: center;
    margin: 30px 0 0;
    padding: 5px 10px;
}

.wpcf7 form.invalid .wpcf7-response-output {
    border-color: #df0000;
    background: #df0000;
}

.wpcf7 form.sent .wpcf7-response-output {
    background: #00a651;
}

.flatpickr-mobile:before {
    content: attr(placeholder);
}

.flatpickr-mobile:focus[value]:not([value=""]):before,
input[type="hidden"][value]:not([value=""]) + .flatpickr-mobile:before {
    display: none;
}

.chosen-container {
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.chosen-container-single .chosen-single {
    display: block;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    padding: 13px 22px;
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    opacity: 0;
    transition: all 0.3s ease 0s;
}

label.has-value + span .chosen-container-single .chosen-single span {
    opacity: 1;
}

.chosen-container-single .chosen-single div {
    display: block;
    position: absolute;
    top: 14px;
    right: 20px;
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    border-right: 1px solid #4B4B4B;
    border-left: 1px solid #4B4B4B;
    border-bottom: 1px solid #4B4B4B;
    border-top: 0;
    background: #4B4B4B;
    background-clip: padding-box;
    padding: 10px 0;
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(100% 100%);
    clip-path: inset(100% 100%);
}

.chosen-container .chosen-results {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
}

.chosen-container.chosen-with-drop .chosen-drop {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 15px 22px;
    background: #4B4B4B;
    list-style: none;
    font-size: 16px;
    line-height: 1;
    transition: all 0.3s ease 0s;
    word-wrap: break-word;
    -webkit-touch-callout: none;
}

.chosen-container .chosen-results li:hover {
    background: #424242;
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}

.chosen-container-single .chosen-drop {
    background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(100% 100%);
    clip-path: inset(100% 100%);
}

::-webkit-input-placeholder {
    opacity: 1;
    color: #000;
}

:-moz-placeholder { /* Firefox 18- */
    opacity: 1;
    color: #000;
}

::-moz-placeholder {  /* Firefox 19+ */
    opacity: 1;
    color: #000;
}

:-ms-input-placeholder {
    opacity: 1;
    color: #000;
}

:placeholder-shown { /* Standard one last! */
    opacity: 1;
    color: #000;
}

/* Simplebar */

[data-simplebar] {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    height: 100%;
    padding: 0;
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
    height: 185px;
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
    width: auto;
    visibility: visible;
    max-width: 100%; /* Not required for horizontal scroll to trigger */
    max-height: 100%; /* Needed for vertical scroll to trigger */
    scrollbar-width: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
    display: none;
}

.simplebar-content:before,
.simplebar-content:after {
    content: ' ';
    display: table;
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0;
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.simplebar-track {
    background: #dfdfdf;
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all;
}

.simplebar-scrollbar {
    position: absolute;
    right: 0;
    width: 7px;
    min-height: 10px;
}

.simplebar-scrollbar:before {
    position: absolute;
    content: '';
    background: #808080;
    left: 0;
    right: 0;
    opacity: 1;
    transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
    /* When hovered, remove all transitions from drag handle */
    opacity: 1;
    transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
    top: 8px;
    right: 10px;
    width: 7px;
    border-radius: 10px;
    margin: 0 0 10px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 0;
    bottom: 0;
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
}

.scrollbar.large {
    padding: 0 60px 0 0;
}

.scrollbar.large .simplebar-track.simplebar-vertical,
.scrollbar.large .simplebar-scrollbar {
    width: 15px;
}

/* Tooltip */

.tooltip {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #55555a;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    cursor: pointer;
    margin: 1px 0 0 4px;
}

.jBox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.jBox-wrapper {
    text-align: left;
    box-sizing: border-box;
}

.jBox-container {
    background: #55555a;
    border-radius: 4px;
    position: relative;
    word-break: break-word;
    box-sizing: border-box;
}

.jBox-content {
    font-size: 14px;
    color: #fff;
    padding: 15px 20px;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    word-break: break-word;
    box-sizing: border-box;
}

.jBox-pointer {
    position: absolute;
    overflow: hidden;
    box-sizing: border-box;
}

.jBox-pointer:after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    background: #55555a;
    transform: rotate(45deg);
    box-sizing: border-box;
}

.jBox-pointer-bottom,
.jBox-pointer-top {
    width: 30px;
    height: 12px;
}

.jBox-pointer-top {
    top: 0;
}

.jBox-pointer-bottom {
    bottom: 0;
}

.jBox-pointer-top::after {
    left: 5px;
    top: 6px;
}

.jBox-pointer-bottom::after {
    left: 5px;
    bottom: 7px;
}

.jBox-Modal {
    width: 100%;
    height: 100%;
}

.jBox-Modal .jBox-container {
    background: #fff;
    border-radius: 0;
}

.jBox-Modal .jBox-content {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #898D94;
    padding: 60px;
}

.jBox-Modal .jBox-content p {
    margin: 0;
}

.jBox-Modal .jBox-content h2 {
    border-bottom: 4px solid #B7C7D0;
    padding: 0 0 5px;
    margin: 0 0 15px;
}

.jBox-Modal .jBox-content h4 {
    border-top: 2px dashed #B7C7D0;
    padding: 10px 0 0;
    margin: 10px 0;
}

.jBox-Modal .jBox-content h4:first-child {
    border: 0;
}

.jBox-Modal .jBox-content img {
    object-fit: cover;
    width: 50%;
    width: calc(50% - 60px);
    height: 100%;
    height: calc(100% - 120px);
    position: fixed;
    top: 60px;
    right: 60px;
}

.jBox-Modal .content {
    overflow: auto;
}

.jBox-closeButton {
    background: url('img/icon-close.svg') no-repeat scroll center center transparent;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 25px;
    top: 25px;
    cursor: pointer;
}

/*------------------------------------*\
    CLASSES
\*------------------------------------*/

.cursor-pointer {
    cursor: pointer;
}

.bgr-F3EFE8 {
    background-color: #F3EFE8;
}

.bgr-FFFFFF {
    background-color: #FFFFFF;
}

.bgr-000000 {
    background-color: #000000;
}

.color-90A1AC {
    color: #90A1AC;
}

.color-677286 {
    color: #677286;
}

.font-size-90 {
    font-size: 90px;
    line-height: normal;
}

.font-size-80 {
    font-size: 80px;
    line-height: normal;
}

.font-size-22 {
    font-size: 22px;
    line-height: 50px;
}

.font-size-18 {
    font-size: 18px;
    line-height: 40px;
}

.font-size-12 {
    font-size: 12px;
    line-height: 24px;
}

.line-height-48 {
    line-height: 48px;
}

.line-height-45 {
    line-height: 45px;
}

.line-height-28 {
    line-height: 28px;
}

.letter-spacing-12 {
    letter-spacing: 1.2px;
}

.letter-spacing-1 {
    letter-spacing: 1px;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: none;
}

.gap { justify-content: initial; }

.gap-1 { gap: 0 1% }

.gap-2 { gap: 0 2% }

.gap-2-5 { gap: 0 2.5% }

.gap-3 { gap: 0 3% }

.gap-4 { gap: 0 4% }

.gap-5 { gap: 0 5% }

.gap-6 { gap: 0 6% }

.gap-7 { gap: 0 7% }

.gap-8 { gap: 0 8% }

.gap-9 { gap: 0 9% }

.max-width-640 { max-width: 640px; }

.max-width-640.center { margin-left: auto; margin-right: auto; }

.width-1  { width: 1%; }

.width-2  { width: 2%; }

.width-3  { width: 3%; }

.width-4  { width: 4%; }

.width-5  { width: 5%; }

.width-6  { width: 6%; }

.width-7  { width: 7%; }

.width-8  { width: 8%; }

.width-9  { width: 9%; }

.width-10 { width: 10%; }

.width-11 { width: 11%; }

.width-12 { width: 12%; }

.width-13 { width: 13%; }

.width-14 { width: 14%; }

.width-15 { width: 15%; }

.width-16 { width: 16%; }

.width-17 { width: 17%; }

.width-18 { width: 18%; }

.width-19 { width: 19%; }

.width-20 { width: 20%; }

.width-21 { width: 21%; }

.width-22 { width: 22%; }

.width-23 { width: 23%; }

.width-24 { width: 24%; }

.width-25 { width: 25%; }

.width-26 { width: 26%; }

.width-27 { width: 27%; }

.width-28 { width: 28%; }

.width-29 { width: 29%; }

.width-30 { width: 30%; }

.width-31 { width: 31%; }

.width-32 { width: 32%; }

.width-33 { width: 33%; }

.width-34 { width: 34%; }

.width-35 { width: 35%; }

.width-36 { width: 36%; }

.width-37 { width: 37%; }

.width-38 { width: 38%; }

.width-39 { width: 39%; }

.width-40 { width: 40%; }

.width-41 { width: 41%; }

.width-42 { width: 42%; }

.width-43 { width: 43%; }

.width-44 { width: 44%; }

.width-45 { width: 45%; }

.width-46 { width: 46%; }

.width-47 { width: 47%; }

.width-48 { width: 48%; }

.width-48-7 { width: 48.7%; }

.width-49 { width: 49%; }

.width-50 { width: 50%; }

.width-51 { width: 51%; }

.width-52 { width: 52%; }

.width-53 { width: 53%; }

.width-54 { width: 54%; }

.width-55 { width: 55%; }

.width-56 { width: 56%; }

.width-57 { width: 57%; }

.width-58 { width: 58%; }

.width-59 { width: 59%; }

.width-60 { width: 60%; }

.width-61 { width: 61%; }

.width-62 { width: 62%; }

.width-63 { width: 63%; }

.width-64 { width: 64%; }

.width-65 { width: 65%; }

.width-66 { width: 66%; }

.width-67 { width: 67%; }

.width-68 { width: 68%; }

.width-69 { width: 69%; }

.width-70 { width: 70%; }

.width-71 { width: 71%; }

.width-72 { width: 72%; }

.width-73 { width: 73%; }

.width-74 { width: 74%; }

.width-75 { width: 75%; }

.width-76 { width: 76%; }

.width-77 { width: 77%; }

.width-78 { width: 78%; }

.width-79 { width: 79%; }

.width-80 { width: 80%; }

.width-81 { width: 81%; }

.width-82 { width: 82%; }

.width-83 { width: 83%; }

.width-84 { width: 84%; }

.width-85 { width: 85%; }

.width-86 { width: 86%; }

.width-87 { width: 87%; }

.width-88 { width: 88%; }

.width-89 { width: 89%; }

.width-90 { width: 90%; }

.width-91 { width: 91%; }

.width-92 { width: 92%; }

.width-93 { width: 93%; }

.width-94 { width: 94%; }

.width-95 { width: 95%; }

.width-96 { width: 96%; }

.width-97 { width: 97%; }

.width-98 { width: 98%; }

.width-99 { width: 99%; }

.width-100 { width: 100%; }

.mt-0 { margin-top: 0; }

.mt-5 { margin-top: 5px; }

.mt-10 { margin-top: 10px; }

.mt-15 { margin-top: 15px; }

.mt-20 { margin-top: 20px; }

.mt-25 { margin-top: 25px; }

.mt-30 { margin-top: 30px; }

.mt-35 { margin-top: 35px; }

.mt-40 { margin-top: 40px; }

.mt-45 { margin-top: 45px; }

.mt-50 { margin-top: 50px; }

.mt-55 { margin-top: 55px; }

.mt-60 { margin-top: 60px; }

.mt-65 { margin-top: 65px; }

.mt-70 { margin-top: 70px; }

.mt-75 { margin-top: 75px; }

.mt-80 { margin-top: 80px; }

.mt-85 { margin-top: 85px; }

.mt-90 { margin-top: 90px; }

.mt-95 { margin-top: 95px; }

.mt-100 { margin-top: 100px; }

.mt-120 { margin-top: 120px; }

.mt-150 { margin-top: 150px; }

.mt-200 { margin-top: 200px; }

.mt-230 { margin-top: 230px; }

.mt-250 { margin-top: 250px; }

.mb-0 { margin-bottom: 0; }

.mb-5 { margin-bottom: 5px; }

.mb-8 { margin-bottom: 8px; }

.mb-10 { margin-bottom: 10px; }

.mb-15 { margin-bottom: 15px; }

.mb-20 { margin-bottom: 20px; }

.mb-25 { margin-bottom: 25px; }

.mb-30 { margin-bottom: 30px; }

.mb-35 { margin-bottom: 35px; }

.mb-40 { margin-bottom: 40px; }

.mb-45 { margin-bottom: 45px; }

.mb-50, .p-mb-50 > p { margin-bottom: 50px; }

.mb-55 { margin-bottom: 55px; }

.mb-60 { margin-bottom: 60px; }

.mb-65 { margin-bottom: 65px; }

.mb-70 { margin-bottom: 70px; }

.mb-75 { margin-bottom: 75px; }

.mb-80 { margin-bottom: 80px; }

.mb-85 { margin-bottom: 85px; }

.mb-90 { margin-bottom: 90px; }

.mb-95 { margin-bottom: 95px; }

.mb-100 { margin-bottom: 100px; }

.mb-120 { margin-bottom: 120px; }

.mb-150 { margin-bottom: 150px; }

.mb-200 { margin-bottom: 200px; }

.mb-230 { margin-bottom: 230px; }

.mb-250 { margin-bottom: 250px; }

.pl-50 { padding-left: 50px; }

.pr-50 { padding-right: 50px; }

.pt-0 { padding-top: 0; }

.pt-5 { padding-top: 5px; }

.pt-10 { padding-top: 10px; }

.pt-15 { padding-top: 15px; }

.pt-20 { padding-top: 20px; }

.pt-25 { padding-top: 25px; }

.pt-30 { padding-top: 30px; }

.pt-35 { padding-top: 35px; }

.pt-40 { padding-top: 40px; }

.pt-45 { padding-top: 45px; }

.pt-50 { padding-top: 50px; }

.pt-55 { padding-top: 55px; }

.pt-60 { padding-top: 60px; }

.pt-65 { padding-top: 65px; }

.pt-70 { padding-top: 70px; }

.pt-75 { padding-top: 75px; }

.pt-80 { padding-top: 80px; }

.pt-85 { padding-top: 85px; }

.pt-90 { padding-top: 90px; }

.pt-95 { padding-top: 95px; }

.pt-100 { padding-top: 100px; }

.pt-150 { padding-top: 150px; }

.pt-180 { padding-top: 180px; }

.pt-400 { padding-top: 400px; }

.pb-0 { padding-bottom: 0; }

.pb-5 { padding-bottom: 5px; }

.pb-10 { padding-bottom: 10px; }

.pb-15 { padding-bottom: 15px; }

.pb-20 { padding-bottom: 20px; }

.pb-25 { padding-bottom: 25px; }

.pb-30 { padding-bottom: 30px; }

.pb-35 { padding-bottom: 35px; }

.pb-40 { padding-bottom: 40px; }

.pb-45 { padding-bottom: 45px; }

.pb-50 { padding-bottom: 50px; }

.pb-55 { padding-bottom: 55px; }

.pb-60 { padding-bottom: 60px; }

.pb-65 { padding-bottom: 65px; }

.pb-70 { padding-bottom: 70px; }

.pb-75 { padding-bottom: 75px; }

.pb-80 { padding-bottom: 80px; }

.pb-85 { padding-bottom: 85px; }

.pb-90 { padding-bottom: 90px; }

.pb-95 { padding-bottom: 95px; }

.pb-100 { padding-bottom: 100px; }

.pb-150 { padding-bottom: 150px; }

.pb-180 { padding-bottom: 180px; }

.pb-400 { padding-bottom: 400px; }

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width: 1640px) {


    .mobile-1640-mb-20 {
        margin-bottom: 20px;
    }

    .nav ul {
        justify-content: center;
    }

    .nav li.logo {
        margin: 0 40px;
    }

    .nav li.logo img {
        max-width: 250px;
    }

   

    .img-row-wrap {
        min-height: 300px;
        padding: 50px 0;
    }

    .img-row .img-wrap-1 {
        left: 5%;
    }

    .img-row .img-wrap-3 {
        right: 5%;
    }

    .img-row .img-wrap-1,
    .img-row .img-wrap-3 {
        top: 25%;
        max-width: 28%;
    }

    .img-row .img-wrap-2 {
        max-width: 35%;
    }
}

@media only screen and (max-width: 1500px) {
	.header-wrap.images .img-3 {
    top: 55%;
    max-width: 370px;
}
	
	.header-wrap.images .img-2 {
    max-width: 280px;
}
	.header-wrap.slider .caption h1{font-size:60px;}
	.header-wrap.slider .caption {padding:150px 0 40px;}
}

@media only screen and (max-width: 1380px) {
    br,
    .mobile-1380-hidden,
    .nav li:hover .sub-menu,
    .nav li.logo,
    .nav > ul > li > a.btn svg,
    .header-wrap.slider .links a svg.dot {
        display: none;
    }
    
    .desktop-hidden,
    .btn-menu,
    .header .menu-item-has-children > a > span.toggle {
        display: block;
    }

    .mobile-1380-mt-0 {
        margin-top: 0;
    }

    .header {
        padding: 15px 0;
    }

    .header img {
        max-width: 300px;
    }
        	
    .nav .btn-menu {
        display: block;
        background: url('img/icon-open.png') no-repeat scroll center center transparent;
        background-size: cover;
        width: 30px;
        height: 30px;
        position: absolute;
        right: 20px;
        top: 7px;
        cursor: pointer;
        border: 0;
        outline: 0;
        padding: 0;
    }

    .nav.active .btn-menu {
        background-image: url('img/icon-close.png');
        background-size: 90%;
    }

    .nav ul {
        display: none;
        position: absolute;
        left: 0;
        top: 57px;
        width: 100%;
        height: auto;
        padding: 0;
        z-index: 99;
        background: #F3EFE8;
        text-align: left;
    }

    .nav.active > ul {
        display: block;
        margin: 0;
    }
	
    .nav > ul > li {
        display: block;
        width: 100%;
        height: auto;
        background: #F3EFE8;
        padding: 0;
        margin: 0;
        text-align: left;
        border-bottom: 1px solid #e5e5e5;
    }

    .header a > span.toggle {
        background: url('img/icon-plus.png') no-repeat scroll center center transparent;
        background-size: 30px;
        width: 60px;
        height: 54px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 999;
    }

    .header a > span.toggle.active {
        background-image:  url('img/icon-minus.png');
    }

    .nav > ul > li > a {
        display: block;
        font-size: 16px;
        font-weight: 400;
        padding: 15px 20px;
        height: auto;
    }

    .nav > ul > li > a.btn {
        background: none;
        text-align: left;
        color: #7A7A7A;
        border: 0;
    }
	
	body.active-header::after {
        content: '';
        background: #000;
        opacity: 0.8;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .header .nav .sub-menu {
        position: relative;
        width: 100%;
        border: 0;
        padding: 0;
        margin: 0;
        border-radius: 0;
        border: 0;
        text-align: left;
    }

    .header .nav .sub-menu li {
        margin: 0;
        padding: 0;
        border-top: 1px solid #e5e5e5;
    }

    .header .nav .sub-menu li a {
        display: block;
        padding: 15px 40px;
        margin: 0;
    }

    .header-wrap.slider {
        padding-top: 0;
    }

    .header-wrap.slider .links a {
        max-width: 100%;
        padding: 18px 0;
        margin: 0;
        text-align: left;
    }

    .header-wrap.slider .links a svg {
        display: inline-block;
        vertical-align: top;
        margin: 4px 0 0 6px;
    }
	

	
}

@media only screen and (max-width: 1140px) {
	
	 .header-wrap.images {
        padding: 50px 0 0;
    }
	
	.header-wrap.images .img-3 {
        display: none;
    }

    .header-wrap.images .img-1 {
        position: relative;
        left: 10%;
        transform: none;
    }

    .header-wrap.images .img-2 {
        position: relative;
        right: 10%;
        top: 0;
    }
	
    .links a .line {
        display: none;
    }

    .mobile-1140-width-100 {
        width: 100%;
    }

    .section.mobile-1140-pb-1 {
        padding-bottom: 1px;
    }

    .mobile-1140-mt-40 {
        margin-top: 40px;
    }

    .mobile-1140-mb-100 {
        margin-bottom: 100px;
    }

    .mobile-1140-mb-40 {
        margin-bottom: 40px;
    }

    .mobile-1140-mb-30 {
        margin-bottom: 30px;
    }
    
    .mobile-1140-mb-20 {
        margin-bottom: 20px;
    }

    .footer .middle {
        padding: 40px 0 0;
    }

    .links a {
        padding: 0;
        width: 100%;
        text-align: left;
        margin: 0 0 20px;
    }

    .links a svg {
        display: inline-block;
        vertical-align: top;
        margin: 4px 0 0 5px;
    }

    .max-width-640 {
        max-width: 100%;
    }

    .box {
        padding: 40px 20px;
    }

    .box p {
        padding: 0;
    }

    .jBox-Modal .jBox-content {
        width: 100% !important;
        padding: 20px;
    }

    .jBox-Modal .jBox-content img {
        position: relative;
        width: 100%;
        height: 400px;
        right: auto;
        top: auto;
        margin: 20px auto 0;
    }

    .img-row-wrap {
        min-height: auto;
    }
}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 960px) {
    .mobile-960-width-100 {
        width: 100%;
    }
}

@media only screen and (max-width: 800px) {
    .mobile-800-hidden,
    .nav li:hover .sub-menu,
    .header-wrap.slider .sep {
        display: none;
    }
    
    .section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section.pt-400 {
        padding-top: 350px;
    }

    .section.pt-0 {
        padding-top: 0;
    }

    .section.pb-0 {
        padding-bottom: 0;
    }
    
    .mobile-800-width-100,
    .wpcf7 .flex p,
    .wpcf7 .flex-3 p {
        width: 100%;
    }
    
    .mobile-800-width-48 {
        width: 48%;
    }

    .mobile-800-mb-40 {
        margin-bottom: 40px;
    }

    .mobile-800-mb-30 {
        margin-bottom: 30px;
    }
    
    .mobile-800-mb-20 {
        margin-bottom: 20px;
    }

    .mobile-800-mb-0 {
        margin-bottom: 0;
    }

    .mobile-800-mt-0 {
        margin-top: 0;
    }
    
    .mobile-800-text-left {
        text-align: left;
    }

    .mobile-800-text-center {
        text-align: center;
    }

    .font-size-90,
    .font-size-80 {
        font-size: 45px;
    }

    .font-size-22 {
        font-size: 18px;
        line-height: 40px;
    }

    .header-wrap.normal {
        height: 400px;
    }

    .header-wrap.slider {
        height: 800px;
    }

    .footer .copyright {
        padding: 20px 0;
        margin: 40px 0 0;
    }

    .header-wrap.images .img-1,
    .header-wrap.images .img-2 {
        display: inline-block;
        width: 48%;
        max-width: 100%;
        left: auto;
        right: auto;
    }

    .header-wrap.images .img-1 {
        padding-left: 20px;
    }

    .header-wrap.images .img-2 {
        padding-right: 20px;
    }

    .header-wrap.slider .links a {
        padding: 20px 0 0;
    }

    .wpcf7 .last p.text-right {
        text-align: left;
        margin-top: 20px;
    }

    .pr-50 {
        padding-right: 0;
    }
    .pl-50 {
        padding-left: 0;
    }
}

@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 640px) {
    .mobile-640-width-100 {
        width: 100%;
    }

    .font-size-90 {
        font-size: 50px;
    }
}

@media only screen and (max-width: 480px) {
    .mobile-480-width-100 {
        width: 100%;
    }
}

@media only screen and (max-width: 320px) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

/*------------------------------------*\
    ACF Render Template
\*------------------------------------*/

#poststuff .acf-fields h2 {
    font-size: 40px;
    line-height: normal;
}

div[data-layout="layout-contact"] .wpcf7-select {
    font-size: 0;
}

div[data-layout="layout-contact"] .wpcf7 p > label {
    top: 20px;
}

div[data-layout="layout-contact"] input[type="text"],
div[data-layout="layout-contact"] .wpcf7-textarea,
div[data-layout="layout-contact"] .wpcf7-text {
    background: #4B4B4B;
    border: 0;
    padding: 19px 22px;
    line-height: 32px;
}

div[data-layout="layout-contact"] .wpcf7-textarea {
    height: 120px;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    
    a,
    a:visited {
        text-decoration: underline;
    }
    
    a[href]:after {
        content: " (" attr(href) ")";
    }
    
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    
    pre,blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    
    thead {
        display: table-header-group;
    }
    
    tr,img {
        page-break-inside: avoid;
    }
    
    img {
        max-width: 100% !important;
    }
    
    @page {
        margin: 0.5cm;
    }
    
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    
    h2,
    h3 {
        page-break-after: avoid;
    }
}