/* === Mobile devices - Portrait (320px wide) === */

@media only screen and (min-width: 20em) {

}
/* === Mobile devices - Landscape (480px wide) === */

@media only screen and (min-width: 30em) {

}
/* === Tablet devices - Portrait (768px wide) === */

@media only screen and (min-width: 48em) {

}
/* === Tablet devices - Landscape (900px wide) === */

@media only screen and (min-width: 56.25em) {

}
/* === Netbook devices (1100px wide) === */

@media only screen and (min-width: 68.75em) {

}
/* === Desktop devices (1300px wide) === */

@media only screen and (min-width: 81.25em) {


}
/* === Desktop devices (1600px wide) === */

@media only screen and (min-width: 81.25em) {

}




/* Responsive elements */

@media (max-width: 1050px) {
    /* Information Boxes */

    .info-box.icon-wrapper {
        padding-left: 50px;
    }
    .info-box.icon-wrapper .icon-large {
        font-size: 70px;
    }
    .info-box .stats {
        font-size: 20px;
    }
    .info-box b {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}
@media screen and (max-width: 650px) {
    .mobile-hidden {
        display: none !important;
    }
    .mobile-buttons a.btn {
        display: block;
        float: none;
        min-width: 1px;
        max-width: 100%;
        margin: 0 0 5px;
    }
    .heading-1 .heading-content {
        width: 80%;
    }
    .heading-1 small {
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .content-box .content-box-wrapper {
        padding: 5px;
    }
    .popover {
        min-width: 100px !important;
    }
    .medium-box,
    .scrollable-small {
        width: 300px !important;
    }
    /* Chats */

    .chat-box li {
        padding-right: 50px;
    }
    .chat-box li.float-left {
        padding-left: 50px;
    }
    .chat-box .popover .popover-content {
        font-size: 11px;
        line-height: 1.5em;
        padding: 5px;
    }
    .chat-box .chat-author img {
        width: 34px;
        min-width: 34px;
    }
    /* Notifications */

    .notifications-box li .notification-text {
        display: block;
        overflow: hidden;
        width: 44%;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .notifications-box li .notification-time {
        margin: 0;
    }
    /* Messages */

    .messages-box li .messages-text {
        overflow: hidden;
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

/* === Mobile devices - Portrait (320px wide) === */

@media only screen and (min-width: 20em) {
    .hero-box,
    .hero-box-smaller {
        padding: 3em 0;
    }
    .hero-heading {
        font-size: 23px;
    }
    .hero-text {
        font-size: 18px;
    }
    .hero-btn {
        height: 40px;
        line-height: 36px;
        min-width: 200px;
        font-size: 16px;
        padding: 0 20px;
        margin: 20px auto 0;
    }
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .bg-holder {
        display: none;
    }
    .features-tour-box .bg-holder {
        display: none;
    }
}
/* === Mobile devices - Landscape (480px wide) === */

@media only screen and (min-width: 30em) {
    .hero-box {
        padding: 3em 0;
    }
    .hero-box-smaller {
        padding: 2em 0;
    }
    .hero-heading {
        font-size: 24px;
    }
    .hero-text {
        font-size: 19px;
    }
    .hero-btn {
        margin-bottom: 5px;
    }
}
/* === Tablet devices - Portrait (768px wide) === */

@media only screen and (min-width: 48em) {
    .hero-box {
        padding: 6em 0;
    }
    .hero-box-smaller {
        padding: 4em 0;
    }
    .hero-heading {
        font-size: 38px;
    }
    .hero-text {
        font-size: 24px;
    }
    .hero-btn {
        font-size: 23px;
        height: 80px;
        line-height: 77px;
        padding: 0 30px;
        min-width: 300px;
        margin: 20px auto 0;
    }

    body .top-bar .user-account-btn {
        display: block;
    }
}
/* === Tablet devices - Landscape (900px wide) === */

@media only screen and (min-width: 56.25em) {
    .hero-box {
        padding: 9em 0;
    }
    .hero-box-smaller {
        padding: 6em 0;
    }
    .hero-heading {
        font-size: 38px;
    }
    .hero-text {
        font-size: 24px;
    }

    .container {
        padding-left: 0;
        padding-right: 0;
    }

    body .main-header .header-nav.collapse {
        display: block;
    }
    body .right-header-btn .search-btn {
        display: block;
    }
    body #mobile-navigation {
        display: none;
    }

    .bg-holder {
        display: block;
    }

}
/* === Netbook devices (1100px wide) === */

@media only screen and (min-width: 68.75em) {
    .hero-box {
        padding: 13em 0;
    }
    .hero-box-smaller {
        padding: 6em 0;
    }
    .hero-heading {
        font-size: 42px;
    }
    .hero-text {
        font-size: 26px;
    }

    body .main-header .header-logo {
        width: 258px;
    }
    .features-tour-box .bg-holder {
        display: block;
    }
}
/* === Desktop devices (1300px wide) === */

@media only screen and (min-width: 81.25em) {
    .hero-box {
        padding: 14em 0;
    }
    .hero-box-smaller {
        padding: 6em 0;
    }
    .hero-heading {
        font-size: 42px;
    }
    .hero-text {
        font-size: 26px;
    }

}
/* === Desktop devices (1600px wide) === */

@media only screen and (min-width: 81.25em) {
    .hero-box {
        padding: 14em 0;
    }
    .hero-box-smaller {
        padding: 6em 0;
    }
    .hero-heading {
        font-size: 42px;
    }
    .hero-text {
        font-size: 26px;
    }
}

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

    .box-sm {
        width: auto;
    }

    #page-content {
        padding: 10px;
    }

    #page-title {
        padding: 10px 0 15px;
        text-align: center;
    }

    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        margin-bottom: 20px;
    }

    .content-box {
        margin-top: 0 !important;
    }

    .row.mrg20B {
        margin-bottom: 0 !important;
    }

    .timeline-box .popover {
        width: auto;
    }

    .header-buttons-separator,
    #progress-btn,
    #page-title p,
    .dashboard-box .list-grade,
    .tooltip .tooltip-arrow,
    .todo-box .btn,
    .todo-box .bs-label {
        display: none;
    }

    .cta-box-btn a {
        display: block;
    }

    .cta-box-btn a span {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .testimonial-box-big .testimonial-content {
        margin: 0;
        padding: 10px;
    }

    .testimonial-box-big .testimonial-content p {
        font-size: 14px;
    }

    .testimonial-box-big .testimonial-content .glyph-icon {
        font-size: 25px;
    }

    .feature-box .feature-img {
        display: none;
    }

    .feature-box .feature-content {
        padding: 0;
    }

    .features-tour-box,
    .xlarge-padding,
    .large-padding {
        padding: 25px 0;
    }

    .clients-title {
        font-size: 25px;
        padding: 0 10px;
    }

    .clients-desc {
        font-size: 22px;
        padding: 10px;
    }

    .tick-feature {
        display: block;
        text-align: left;
    }

    .tabs-nav li {
        display: block;
        margin: 5px;
    }

}
label.col-md-3 {
    margin-left: 0;
    padding-left: 0;
}

input[type="text"] {
    font-size: 16px;
}

.checkbox input {
    visibility: visible;
}

.chosen-container {
    background: #fff;
}

.chosen-container-single .chosen-single div {
    background: #2c676b;
    color: #fff;
}

#lsbox .chosen-container {
    background: #fff;
}

.ui-datepicker-title {
    padding: 0 39px;
}

.error {
    color: #f00;
}

.section-main__inner h3 {
    font-size: 32px;
    font-weight: 500;
    font-family: "Platform", sans-serif;
    letter-spacing: 0.03em;
    margin-bottom: 20px;
}

#hi-res h1 {
    font-size: 56px;
    letter-spacing: 0.025em;
    font-weight: 500;
    font-family: "Platform", sans-serif;
    opacity: 1;
    margin-bottom: 20px;
}
#hi-res h2 {
    font-size: 42px;
}

h4 {
    font-size: 21px;
}

.divider {
    margin: 30px 0;
    clear: both;
}

.btn {
    line-height: auto;
    height: auto;
}

.activation-box .btn,
.login_buttons .btn,
.btn.hero-btn,
.btn.btn-primary {
    background: #27696e;
    position: relative;
    min-width: 295px;
    text-align: center;
    padding: 9px 10px;
    border-radius: 5px;
}
.btn-block.btn-primary {
    min-width: none;
}

.btn.hero-btn i,
.btn.btn-primary i {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
}

.btn.hero-btn i i,
.btn.btn-primary i i {
    width: 6px;
    height: 9px;
}

.btn.hero-btn:hover,
.btn.btn.btn-primary:hover {
    background: #fff;
    border: 1px solid #27696e;
    color: #27696e;
}

.btn.btn-primary-alt {
    padding: 10px 10px 9px;
    background: #006095;
    letter-spacing: 0.211em;
    font-weight: 700;
    font-size: 12px;
}

.btn.btn-primary_blue {
    background: #006095;
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: left;
    padding: 9px 10px;
    border-radius: 5px;
}

.btn.hero-btn i,
.btn.btn-primary_blue i {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
}

.btn.hero-btn i i,
.btn.btn-primary_blue i i {
    width: 6px;
    height: 9px;
}

.btn.hero-btn:hover,
.btn.btn.btn-primary_blue:hover {
    background: #fff;
    border: 1px solid #006095;
    color: #006095;
}

.btn.btn-primary_blue-alt {
    padding: 10px 10px 9px;
    background: #27696E;
    letter-spacing: 0.211em;
    font-weight: 700;
    font-size: 12px;
}

.btn.btn-primary_orange {
    background: #D55046;
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: left;
    padding: 9px 10px;
    border-radius: 5px;
}

.btn.hero-btn i,
.btn.btn-primary_orange i {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
}

.btn.hero-btn i i,
.btn.btn-primary_orange i i {
    width: 6px;
    height: 9px;
}

.btn.hero-btn:hover,
.btn.btn.btn-primary_orange:hover {
    background: #fff;
    border: 1px solid #D55046;
    color: #D55046;
}

.btn.btn-primary_orange-alt {
    padding: 10px 10px 9px;
    background: #27696E;
    letter-spacing: 0.211em;
    font-weight: 700;
    font-size: 12px;
}

.cta-box-vertical .hero-btn {
    line-height: 45px;
}

.btn.btn-primary_pink {
    background: #e38092;
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: left;
    padding: 9px 10px;
    border-radius: 5px;
}

.btn.hero-btn i,
.btn.btn-primary_pink i {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
}

.btn.hero-btn i i,
.btn.btn-primary_pink i i {
    width: 6px;
    height: 9px;
}

.btn.hero-btn:hover,
.btn.btn.btn-primary_pink:hover {
    background: #fff;
    border: 1px solid #e38092;
    color: #e38092;
}

.btn.btn-primary_pink-alt {
    padding: 10px 10px 9px;
    background: #27696E;
    letter-spacing: 0.211em;
    font-weight: 700;
    font-size: 12px;
}

.cta-box-vertical .hero-btn {
    line-height: 45px;
}

.btn.btn-primary_red {
    background: #d44f46;
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: left;
    padding: 9px 10px;
    border-radius: 5px;
}

.btn.hero-btn i,
.btn.btn-primary_red i {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
}

.btn.hero-btn i i,
.btn.btn-primary_red i i {
    width: 6px;
    height: 9px;
}

.btn.hero-btn:hover,
.btn.btn.btn-primary_red:hover {
    background: #fff;
    border: 1px solid #d44f46;
    color: #d44f46;
}

.btn.btn-primary_red-alt {
    padding: 10px 10px 9px;
    background: #27696E;
    letter-spacing: 0.211em;
    font-weight: 700;
    font-size: 12px;
}

.btn.btn-primary_purple {
    background: #9b1e3e;
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: left;
    padding: 9px 10px;
    border-radius: 5px;
}

.btn.hero-btn i,
.btn.btn-primary_purple i {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
}

.btn.hero-btn i i,
.btn.btn-primary_purple i i {
    width: 6px;
    height: 9px;
}

.btn.hero-btn:hover,
.btn.btn.btn-primary_purple:hover {
    background: #fff;
    border: 1px solid #9b1e3e;
    color: #9b1e3e;
}

.cta-box-vertical .hero-btn {
    line-height: 45px;
}

.btn.btn-primary_yellow {
    background: #e6b43e;
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: left;
    padding: 9px 10px;
    border-radius: 5px;
}

.btn.hero-btn i,
.btn.btn-primary_yellow i {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
}

.btn.hero-btn i i,
.btn.btn-primary_yellow i i {
    width: 6px;
    height: 9px;
}

.btn.hero-btn:hover,
.btn.btn.btn-primary_yellow:hover {
    background: #fff;
    border: 1px solid #e6b43e;
    color: #e6b43e;
}

.btn.btn-primary_yellow-alt {
    padding: 10px 10px 9px;
    background: #27696E;
    letter-spacing: 0.211em;
    font-weight: 700;
    font-size: 12px;
}

.cta-box-vertical .hero-btn {
    line-height: 45px;
}

.login_buttons .btn {
    position: relative !important;
    bottom: auto !important;
    right: auto !important;
    margin-right: 5px;
    min-width: 110px;
    border: none;
}

input[type="submit"] {
    border-radius: 5px;
}

.header--primary .header__aside.left {
    float: left !important
}

.header--primary .btn {
    vertical-align: top;
    border-width: 2px;
    margin-top: -1px;
    height: 48px;
    line-height: 14px;
    border-radius: 24px;
    background: none;
    margin-right: 10px;
}

.portal-booking-link{
  margin-top: 24px !important;
  color: #333 !important;
  background: #FFFFFF !important;
}

.jsl-page-heading-secondary {
    float: right;
}

.jsl-page-heading-secondary .welcome {
    width: 312px;
    text-align: right;
    padding-bottom: 16px;
    padding-top: 16px;
}

h3.content-box-header {
    border-radius: 10px 10px 0 0 !important;
}

.hero-box {
    color: #fff;
}

.hero-box .btn {
    padding: 15px 20px;
    border-width: 2px;
    margin: 0 10px;
}

.hero-box .btn:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}

/* Make image not paralax for JSL */
.hero-box {
    background-position: bottom left;
    background-color: #22676e;
    background-size: contain;
    background-attachment: inherit;
}

.hero-pattern,
.hero-overlay {
    display: none;
}

#room_checklist input[type="file"] {
    display: none;
}

/*
Summary bar
*/
/*.section-main .section__title {*/
#summary-sidebar h3 {
    background: #000;
    border-radius: 10px 10px 0 0;
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    padding: 18px 20px;
}

/*.section-main .section-main__aside {*/
#summary-sidebar #extras-sidebar {
    float: right;
    width: 314px;
    position: relative;
}

/*.section-main .section-main__aside .section__title {*/
#summary-sidebar h3 {
    padding: 19px 20px 17px;
    margin-bottom: 0;
}

#summary-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/*.ajaxCheckoutInformation .widgets .widget {*/
#summary-sidebar ul {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding: 20px 20px;
}

#summary-sidebar li + li {
    margin-top: 12px;
}

#summary-sidebar li label {
    /*float: left;*/
    font-family: "Platform", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.215em;
    padding-top: 3px;
    margin: 0;
}

#summary-sidebar li span {
    float: right;
}

#summary_estimate {
    border-top: 1px solid #000;
    padding-top: 12px;
}

#summary_estimate span {
    font-weight: 500;
    font-size: 20px;
}

.btn.summary-find-a-residence {
    min-width: 100%;
    max-width: 100%;
}

/**
Left Side Bar
*/
#sidebar {
    width: 314px;
}

#sidebar .widget.widget_nav_menu {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
}

#sidebar .widget {
    padding: 0;
}

#sidebar h4 {
    font-family: "Platform", sans-serif;
    letter-spacing: 0.03em;
    background: #000;
    border-radius: 10px 10px 0 0;
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    padding: 18px 20px;
}

#sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 20px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
    background: #FFFFFF;
}

#sidebar ul.submenu {
    box-shadow: none;
}

#sidebar li a {
    color: #000;
}

#sidebar li a:hover {
    color: #8da0aa;
}

#sidebar li {
    /* float: left; */
    font-family: "Platform", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.215em;
    padding-top: 3px;
    margin: 0;
}

#sidebar li + li {
    margin-top: 12px;
}

/**
Register
*/
#under_18 {
    margin-top: 50px;
}

#under_16 {
    margin-top: 50px;
    padding-bottom: 50px;
}

#register-box .error,
#login-box .error {
    clear: both;
    float: right;
    margin-right: 65px;
}

#register-box .btn,
#login-box .btn,
.button_thing .btn {
    background: #2c676b;
    padding: 0 16px;
    border-radius: 8px;
}

#register-box .btn:hover,
#login-box .btn:hover,
.button_thing .btn:hover {
    color: #fff !important;
}

#register-box .form_field_instructions {
    display: none;
}

#gender_other {
    margin-bottom: 20px;
}

#registration_personal_postal label.col-md-4,
#registration_primary_contact label.col-md-4,
#registration_guardian_u18_contact label.col-md-4 {
  
    text-align: right;
}

#uniform-personal_postal_postal_same,
#uniform-primary_contact_postal_same,
#uniform-personal_postal_same,
#uniform-guardian_u18_contact_postal_same {
    float: right;
    margin-left: 20px;
}

.activation-box {
    min-height: 380px;
}

.activation-box .col-md-6,
.activation-box label {
    width: 100%;
    text-align: left !important;
}

.activation-box .btn,
.activation-box .col-md-3 {
    width: 100% !important;
}

.activation-box .form-control {
    margin-bottom: 20px;
}

.required {
    color: #f00;
}

.button_thing .btn:focus,
.button_thing .btn:hover {
    color: #fff;
}

.button_thing {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

/**
Login
*/

body.login .section-main__inner > .row div.col-md-6:nth-child(2) {
    /*display: none;*/
}

#hi-res.section-main {
    top: 25px;
    margin-bottom: 80px;
}

label {
    font-weight: 400;
}

#hi-res.section-main .section__title {
    background: #000;
    margin-bottom: 0;
}

.profile-layout .section-main__body-inner,
.application-layout .section-main__body-inner,
.auth-layout .section-main__body-inner {
    background: #d8e2d7;
    margin: 20px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
}

.section-main__body-inner > h3 {
    display: none;
}

.section-main .section-main__body-inner.section-shop {
    padding: 0;
}

#lc > h3,
#rc > h3 {
    text-align: left !important;
    font-size: 18px;
    padding: 20px 0;
}

@media (min-width: 768px) {
    .col-sm-4 {
        
    }
}



.form-group {
    clear: both;
}

.radio_field_inputs {
    padding-top: 5px;
}

input[type="radio"] {
    display: none;
}

input[type="radio"] + label {
    margin-left: 10px;
    position: relative;
}

input[type="radio"] + label span {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: -2px 3px 0 1px;
    vertical-align: middle;
    border-radius: 24px;
    background-color: #fff;
    cursor: pointer;
    border: #dfe8f1 solid 1px;
}

input[type="radio"] + label::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

input[type="radio"] + label::after {
    left: 7px;
    top: -1px;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    background-color: #fff;
    transition: left .25s, background-color .25s;
}

input[type="radio"]:checked + label::after {
    background: #2c676b;
}

.radio_field_inputs + br {
    display: none;
}

input[type="password"],
input[type="text"] {
    margin-bottom: 5px;
}

.chosen-container {
    margin-bottom: 5px;
}

.section-tab + .section-main__body-inner {
    margin-top: 0 !important;
}

/*Just hide it we show this in the layout.*/

#application-form-wizard {
    display: none;
}

#application-form-wizard,
.section-tab {
    font-family: "Platform", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.215em;
    padding: 20px 20px 0 20px;
    color: #fff;
}

#application-form-wizard a {
    color: #fff;
}

.section-tab ul {
    list-style: none;
}

.form-wizard > ul > li a:before,
#application-form-wizard .wizard-step {
    display: none;
}

#application-form-wizard li,
.section-tab li {
    background: #000;
    border-radius: 10px 10px 0 0;
    color: #fff;
    padding: 14px;
    float: left;
    width: 25%;
    text-align: center;
    margin-top: 21px;
}

.profile-layout .section-tab li {
    width: 20%;
    min-height: 62px;
}

.profile-layout .section-tab li.active {
    min-height: 83px;
}

.section-tab li a {
    color: #fff;
}

#application-form-wizard li.active,
.section-tab li.active {
    padding-bottom: 35px;
    margin-top: 0;
}

#application-form-wizard li:nth-child(1),
.section-tab li:nth-child(1) {
    background: #2c676b;
}

#application-form-wizard li:nth-child(2),
.section-tab li:nth-child(2) {
    background: #e64947;
}

/*
Application Step
*/
.jsl_container_application {
    background: #f7f6d6 !important;
}

.jsl_container_application .field_help {
    color: #e64947;
}

.jsl_container_application #lsbox,
.jsl_container_application div[id^='uniform-'] span.checked,
.jsl_container_application .btn,
.jsl_container_application input[type="submit"] {
    background: #e64947;
    border-color: #fff;
    color: #fff;
}

.jsl_container_application .btn:hover,
.jsl_container_application input[type="submit"]:hover {
    background: #fff;
    color: #a81640;
    border-color: #e64947;
}

.jsl_container_application .chosen-container .chosen-results li.active-result.highlighted,
.jsl_container_application .chosen-container-single .chosen-single div,
.jsl_container_application .divider {
    background: #e64947;
}

.jsl_container_application .alert-info {
    background: transparent;
    border: 1px solid #e64947;
    color: #000;
}

/*
Booking Step
*/
#application-form-wizard li:nth-child(3),
.section-tab li:nth-child(3) {
    background: #006094;
}

.jsl_container_booking {
    background: #d8dfe5 !important;
}

.jsl_container_booking .field_help {
    color: #006094;
}

.jsl_container_booking input[type="radio"]:checked + label::after,
.jsl_container_booking #lsbox,
.jsl_container_booking div[id^='uniform-'] span.checked,
.jsl_container_booking .btn,
.jsl_container_booking input[type="submit"] {
    background: #006094;
    border-color: #fff;
    color: #fff;
}

.jsl_container_booking .btn:hover,
.jsl_container_booking input[type="submit"]:hover {
    background: #fff;
    color: #006094;
    border-color: #006094;
}

.jsl_container_booking .chosen-container .chosen-results li.active-result.highlighted,
.jsl_container_booking .chosen-container-single .chosen-single div,
.jsl_container_booking .divider {
    background: #006094;
}

.jsl_container_booking .alert-info {
    background: transparent;
    border: 1px solid #006094;
    color: #000;
}

/*
Checklist Step
*/
#application-form-wizard li.done,
.section-tab li.done {
    opacity: 0.5;
}

#application-form-wizard li.tab-1.done,
.section-tab li.tab-1.done {
    background: #85a4a2;
    opacity: 1;
}

#application-form-wizard li.tab-2.done,
.section-tab li.tab-2.done {
    background: #f2a4a3;
    opacity: 1;
}

#application-form-wizard li.tab-3.done,
.section-tab li.tab-3.done {
    background: #7fafc9;
    opacity: 1;
}

#application-form-wizard li.tab-4.done,
.section-tab li.tab-4.done {
    background: #85a4a2;
    opacity: 1;
}

#application-form-wizard li:nth-child(4),
.section-tab li:nth-child(4) {
    background: #a81640;
}

.jsl_container_checklist {
    background: #ecc5d0 !important;
}

.jsl_container_checklist input[type="radio"]:checked + label::after,
.jsl_container_checklist div[id^='uniform-'] span.checked,
.jsl_container_checklist .uploader,
.jsl_container_checklist .btn,
.jsl_container_checklist input[type="submit"] {
    background: #a81640;
    border-color: #fff;
}

.jsl_container_checklist .btn:hover,
.jsl_container_checklist input[type="submit"]:hover {
    background: #fff;
    color: #a81640;
    border-color: #a81640;
}

.jsl_container_checklist .chosen-container .chosen-results li.active-result.highlighted,
.jsl_container_checklist .chosen-container-single .chosen-single div,
.jsl_container_checklist .divider {
    background: #a81640;
}

.jsl_container_checklist .alert-info {
    background: transparent;
    border: 1px solid #a81640;
    color: #000;
}

/**
Step 5
*/

#application-form-wizard li:nth-child(5),
.section-tab li:nth-child(5) {
    background: #efb03c;
}

.jsl_container_step_5 {
    background: #f7f6d6 !important;
}

.jsl_container_step_5 .uploader,
.jsl_container_step_5 .btn,
.jsl_container_step_5 input[type="submit"] {
    background: #efb03c;
    border-color: #fff;
}

.jsl_container_step_5 .btn:hover,
.jsl_container_step_5 input[type="submit"]:hover {
    background: #fff;
    color: #efb03c;
    border-color: #efb03c;
}

.jsl_container_step_5 .chosen-container .chosen-results li.active-result.highlighted,
.jsl_container_step_5 .chosen-container-single .chosen-single div,
.jsl_container_step_5 .divider {
    background: #efb03c;
}

.jsl_container_step_5 .alert-info {
    background: transparent;
    color: #000;
    border: 1px solid #efb03c;
}

.right {
    float: right;
}

.left {
    float: left;
}

#intervention_bar {
    font-size: 12px;
}

#intervention_bar .btn {
    height: auto;
    line-height: 20px;
    padding: 7px;
}

#intervention_bar p {
    line-height: 14px !important;
}

body.intervention_bar .wrapper,
body.intervention_bar .header {
    margin-top: 55px;
}

#hi-res .uploader {
    max-width: 100%;
}

.map-container {
    position: relative;
}

#change_room_map_container .bed_list_stuff li {
    background: none;
    display: inline-block;
    width: 120px;
}

#selected_bed_form {
    margin-top: 40px;
}

.floor-data-legend {
    padding: 0;
    margin: 0;
}

.floor-marker {
    position: absolute;
    height: 16px;
    width: 16px;
    cursor: pointer;
    text-indent: -9999px;
    background: url(../../admin_monarch/images/icons/circle_sprite.png) no-repeat;
}

.floor-marker-legend {
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: 5px;
    text-indent: -9999px;
    background: url(../../admin_monarch/images/icons/circle_sprite.png) no-repeat;
    vertical-align: middle;
}

.floor-data-legend li {
    background: none;
    display: inline-block;
}

.floor-marker-0 {
    background-position: 0 -48px;
}

.floor-marker-0-female {
    background-position: -16px -48px;
}

.floor-marker-0-male {
    background-position: -32px -48px;
}

.floor-marker-1 {
    background-position: 0 -80px;
}

.floor-marker-1-female {
    background-position: -16px -80px;
}

.floor-marker-1-male {
    background-position: -32px -80px;
}

.floor-marker-2 {
    background-position: 0 -96px;
}

.floor-marker-2-female {
    background-position: -16px -96px;
}

.floor-marker-2-male {
    background-position: -32px -96px;
}

.floor-marker-3 {
    background-position: 0 -64px;
}

.floor-marker-3-female {
    background-position: -16px -64px;
}

.floor-marker-3-male {
    background-position: -32px -64px;
}

.floor-marker-selected,
.floor-marker-setup-open {
    background-position: 0 -32px;
}

.floor-marker-current,
.floor-marker-setup-close {
    background-position: 0 -16px;
}

.floor-marker-setup-unseen {
    background-position: 0 0;
}

#uniform-upopcb {
    margin-top: 16px;
}

/* disable configure documentb utton on My Rental */
.student-configure-proforma-button {
    display: none !important;
}

.application-layout .section_application .section-main__body-inner {
    background: rgba(213, 80, 70, 0.2);
}

.section_application .divider {
    background: #a81640;
}

.section_application .btn--primary-alt {
    background: rgba(213, 80, 70, 1);
}

.section_application .chosen-single div {
    background: #e64947;
}

.section_application .alert-info a, .section_application .alert-info {
    color: #6c6c6c;
    border-color: transparent;
    background: transparent;
}

.application-layout .section_payment .section-main__body-inner {
    background: #c8d0e0;
}

.section_payment .divider {
    background: #a81640;
}

.section_payment .btn--primary-alt {
    background: rgba(213, 80, 70, 1);
}

.section_payment .chosen-single div {
    background: #006094;
}

.section_payment .alert-info a, .section_payment .alert-info {
    border-color: transparent;
    background: transparent;
}

.section_payment .btn.btn-primary {
    background: #006094;
}

.section_payment .btn.hero-btn:hover, .section_payment .btn.btn.btn-primary:hover {
    background: #fff;
    border: 1px solid #006094;
    color: #006094;
}

/* documentation */
.application-layout .section_documentation .section-main__body-inner {
    background: rgba(168, 22, 64, 0.2);
}

.section_documentation .divider {
    background: #a81640;
}

.section_documentation .btn--primary-alt {
    background: rgba(213, 80, 70, 1);
}

.section_documentation .chosen-single div {
    background: #a81640;
}

.section_documentation .alert-info a, .section_documentation .alert-info {
    border-color: transparent;
    background: transparent;
}

.section_documentation .btn.btn-primary {
    background: #a81640;
}

.section_documentation .btn.hero-btn:hover, .section_documentation .btn.btn.btn-primary:hover {
    background: #fff;
    border: 1px solid #a81640;
    color: #a81640;
}

.section_documentation .btn--primary {
    background: #a81640;
}

.section_documentation .bg-gray {
    background: #FFF;
}

#dt-current_wrapper {
    overflow: hidden;
    overflow-x: scroll;
}

/* agency user */
.ico-agency {
    background-image: url(/images/icons/ico-agency.png);
    width: 100%;
    height: 100%;
}

.ico-agency-hover {
    background-image: url(/images/icons/ico-agency.png);
    width: 100%;
    height: 100%;
}

.wrapper--agency {
    background: url('../images/temp/pattern-white.png') #FFFFFF;
}

.wrapper--agency .nav-access{
    padding-right: 15px;
}

.wrapper--agency .section-main .section-main__body{
    background: #FFFFFF;
}


.wrapper--agency  #summary-sidebar{
    background: #FFFFFF;
}

.nav-access {
    padding-left: 10px;
}

.btn_agent_profile{
    display: block;
    text-align: right;
    padding-bottom: 10px;
    font-size: 11px;
    color: #FFFFFF;
    text-transform: uppercase;
}
@charset "UTF-8";
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* Document
   ========================================================================== */
@import url("https://fonts.googleapis.com/earlyaccess/notosanssc.css");
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */
@font-face {
  font-family: 'Platform';
  src: url("../css/fonts/Platform-Regular.eot");
  src: local("☺"), url("../css/fonts/Platform-Regular.woff") format("woff"), url("../css/fonts/Platform-Regular.ttf") format("truetype"), url("../css/fonts/Platform-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Platform';
  src: url("../css/fonts/Platform-Medium.eot");
  src: local("☺"), url("../css/fonts/Platform-Medium.woff") format("woff"), url("../css/fonts/Platform-Medium.ttf") format("truetype"), url("../css/fonts/Platform-Medium.svg") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Platform';
  src: url("../css/fonts/Platform-Bold.eot");
  src: local("☺"), url("../css/fonts/Platform-Bold.woff") format("woff"), url("../css/fonts/Platform-Bold.ttf") format("truetype"), url("../css/fonts/Platform-Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Graphik';
  src: url("../css/fonts/Graphik-Regular.eot");
  src: local("☺"), url("../css/fonts/Graphik-Regular.woff") format("woff"), url("../css/fonts/Graphik-Regular.ttf") format("truetype"), url("../css/fonts/Graphik-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Graphik';
  src: url("../css/fonts/Graphik-Medium.eot");
  src: local("☺"), url("../css/fonts/Graphik-Medium.woff") format("woff"), url("../css/fonts/Graphik-Medium.ttf") format("truetype"), url("../css/fonts/Graphik-Medium.svg") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Graphik';
  src: url("../css/fonts/Graphik-Light.eot");
  src: local("☺"), url("../css/fonts/Graphik-Light.woff") format("woff"), url("../css/fonts/Graphik-Light.ttf") format("truetype"), url("../css/fonts/Graphik-Light.svg") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Graphik';
  src: url("../css/fonts/Graphik-Semibold.eot");
  src: local("☺"), url("../css/fonts/Graphik-Semibold.woff") format("woff"), url("../css/fonts/Graphik-Semibold.ttf") format("truetype"), url("../css/fonts/Graphik-Semibold.svg") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Akkurat';
  src: url("../css/fonts/Akkurat-Bold.eot");
  src: local("☺"), url("../css/fonts/Akkurat-Bold.woff") format("woff"), url("../css/fonts/Akkurat-Bold.ttf") format("truetype"), url("../css/fonts/Akkurat-Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Akkurat';
  src: url("../css/fonts/Akkurat-Light.eot");
  src: local("☺"), url("../css/fonts/Akkurat-Light.woff") format("woff"), url("../css/fonts/Akkurat-Light.ttf") format("truetype"), url("../css/fonts/Akkurat-Light.svg") format("svg");
  font-weight: 300;
  font-style: normal; }

/* ------------------------------------------------------------ *\
	Mixins
\* ------------------------------------------------------------ */
/* @include center; */
/* @include triangle(10px, 20px, left, #000); */
/*  @include chevron(10px, 3px, #000, 45deg, .3s)  */
.cols:after {
  content: '';
  line-height: 0;
  width: 100%;
  display: table;
  clear: both; }

/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block; }

html {
  tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-y: scroll; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none; }

img,
iframe,
video,
audio,
object {
  max-width: 100%; }

img,
iframe {
  border: 0 none; }

img {
  height: auto;
  display: inline-block;
  vertical-align: middle; }

b,
strong {
  font-weight: bold; }

address {
  font-style: normal; }

svg:not(:root) {
  overflow: hidden; }

a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] {
  cursor: pointer; }

a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

button,
select {
  text-transform: none; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

nav ul,
nav ol {
  list-style: none outside none; }

/* ------------------------------------------------------------ *\
	Variables
\* ------------------------------------------------------------ */
/*  Breakpoints  */
/*  Fonts  */
/*  Fonts Translation  */
/*  Colors  */
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body {
  min-width: 320px;
  background: #fff;
  font-family: "Graphik", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000; }
  body--translation {
    font-family: "Noto Sans SC", sans-serif; }

a {
  text-decoration: none;
  transition: color .3s; }
  a:hover {
    text-decoration: none !important; }
  a:visited {
    text-decoration: none; }
  a:active {
    text-decoration: none; }

a[href^="tel"] {
  text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

h2 {
  font-size: 84px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-family: "Platform", sans-serif; }
  @media (max-width: 991px) {
    h2 {
      font-size: 70px; } }
  @media (max-width: 767px) {
    h2 {
      font-size: 38px; } }

h3 {
  font-size: 56px;
  letter-spacing: 0.025em;
  font-weight: 500;
  font-family: "Platform", sans-serif;
  opacity: 1; }
  @media (max-width: 991px) {
    h3 {
      font-size: 38px; } }

h4 {
  font-size: 28px;
  font-weight: 400;
  font-family: "Graphik", sans-serif; }

h5 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.21em;
  font-family: "Platform", sans-serif; }

p,
ul,
ol,
dl,
table,
blockquote {
  margin: 0; }

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,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin: 0; }

/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  min-height: 100vh;
  overflow: hidden; }
  .wrapper--primary {
    padding-top: 96px; }
    @media (max-width: 991px) {
      .wrapper--primary {
        padding-top: 90px; } }
    @media (max-width: 767px) {
      .wrapper--primary {
        padding-top: 56px; } }

/* ==========================================================================
   Helper classes
   ========================================================================== */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */
.features-primary:after,
.list-info li:after,
.cols:after,
.widget-info:after {
  content: '';
  line-height: 0;
  width: 100%;
  display: table;
  clear: both; }

.clearfix-alt {
  content: '';
  line-height: 0;
  width: 100%;
  display: table;
  clear: both; }

.text-blue {
  color: #006095; }

.text-red {
  color: #d44f46; }

.text-green {
  color: #1e423e; }

.text-yellow {
  color: #e6b43e; }

.text-pink {
  color: #e38092; }

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

.hidden {
  display: none; }

.clearfix:after {
  content: '';
  line-height: 0;
  width: 100%;
  display: table;
  clear: both; }

.align-left {
  float: left; }

.align-right {
  float: right; }

.visible-xs-block {
  display: none; }
  @media (max-width: 767px) {
    .visible-xs-block {
      display: block; } }

.hidden-xs {
  display: block; }
  @media (max-width: 767px) {
    .hidden-xs {
      display: none; } }

.cols {
  margin: 0 -17px; }
  @media (max-width: 767px) {
    .cols {
      margin: 0; }
      .cols .col {
        float: none; } }
  .cols .col {
    float: left;
    padding: 0 17px; }
  .cols .col--1of2 {
    width: 50%; }

@media (max-width: 767px) {
  .cols {
    margin: 0 !important; }
    .cols .col {
      float: none;
      width: 100% !important;
      padding: 0 !important; }
      .cols .col + .col {
        margin: 18px 00; } }

/* ------------------------------------------------------------ *\
	Animated
\* ------------------------------------------------------------ */
.animated {
  opacity: 0;
  visibility: hidden;
  transform: translateY(200px);
  transition: opacity .4s, visibility .4s, transform .4s; }
  .animated.animated-js {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }

/*.marker-big {
	width: 70px;
	height: 70px;
	background: url(../images/icons/ico-house.png) no-repeat 0 0;
	background-size: 100% 100%;

	margin: -48px 0 0 -24px !important;
}

.marker {
	width: 17px;
	height: 33px;
	background-size: 100% 100%;
	background-position: 0 0;
	background-color: red;
	transition: opacity .4s;
	margin: -33px 0 0 -8px !important;

	&.pin-blue {
		background-image: url(../images/icons/pin-blue.png);
		width: 17px;
		height: 33px;
		background-size: 100% 100%;
		background-position: 0 0;
		background-color: red;
		transition: opacity .4s;
		margin: -33px 0 0 -8px !important;
		display: inline-block;
	}

	&.pin-pink {
		background-image: url(../images/icons/pin-pink.png);
	}

	&.pin-brown {
		background-image: url(../images/icons/pin-brown.png);
	}

	&.pin-green {
		background-image: url(../images/icons/pin-green.png);
	}

	&.pin-yellow {
		background-image: url(../images/icons/pin-yellow.png);
	}
}

.marker.fadeOut {
  opacity: 0 !important;
}*/
/* ------------------------------------------------------------ *\
	Keyframe
\* ------------------------------------------------------------ */

@keyframes move {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.15); }
  100% {
    transform: scale(1); } }

.visible-mobile {
  display: none; }
  @media (max-width: 767px) {
    .visible-mobile {
      display: block; } }

@media (max-width: 767px) {
  .hidden-mobile {
    display: none; } }

/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */
[class*="shell"] {
  margin: 0 auto; }

.shell {
  max-width: 1440px; }
  @media (max-width: 767px) {
    .shell {
      padding: 0 20px; } }
  .shell-medium {
    max-width: 1046px;
    padding: 0 30px; }
    @media (max-width: 767px) {
      .shell-medium {
        padding: 0 20px; } }
  .shell-small {
    max-width: 562px; }
  .shell--primary {
    padding: 0 15px;
    max-width: 1394px; }
    @media (max-width: 767px) {
      .shell--primary {
        padding: 0 22px; } }
  .shell--secondary {
    padding: 0 15px;
    max-width: 1430px; }
  .shell--teritary {
    padding: 0 15px;
    max-width: 1130px; }

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  background: #010101;
  position: relative;
  padding: 50px 0 39px;
  margin-top: 20px;
  z-index: 55;
  /*  Header Primary  */ }
  @media (max-width: 767px) {
    .header {
      padding: 32px 0; } }
  .header .shell {
    max-width: 1200px; }
  .header__logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 29px; }
    @media (max-width: 767px) {
      .header__logo {
        top: 19px; } }
  .header--primary {
    margin-top: 0;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: none;
    z-index: 9999; }
    .header--primary .shell {
      max-width: 1407px;
      padding: 0 15px; }
    .header--primary .header__body {
      position: relative;
      padding: 25px 0;
      background: #010101; }
      .header--primary .header__body .nav {
        float: left;
        padding-top: 16px;
        margin-left: -1px; }
      .header--primary .header__body .bookmark {
        top: 100%; }
    .header--primary .header__body-alt {
      display: none;
      background: #fff;
      width: 100%;
      position: absolute; }
      .header--primary .header__body-alt .shell {
        padding: 25px; }
        .header--primary .header__body-alt .shell h5 {
          text-transform: uppercase;
          margin-bottom: 25px; }
          @media (max-width: 767px) {
            .header--primary .header__body-alt .shell h5 {
              margin-bottom: 9px; } }
      @media (max-width: 767px) {
        .header--primary .header__body-alt ul {
          border-bottom: 1px solid #000;
          margin-bottom: 15px; } }
      .header--primary .header__body-alt ul li {
        list-style: none;
        margin-bottom: 10px; }
        .header--primary .header__body-alt ul li i {
          position: relative;
          top: -6px; }
        .header--primary .header__body-alt ul li > a {
          display: inline-block;
          font-size: 42px;
          line-height: 1;
          font-weight: bold;
          color: #000; }
          @media (max-width: 767px) {
            .header--primary .header__body-alt ul li > a {
              font-size: 34px; } }
          .header--primary .header__body-alt ul li > a span {
            font-size: 35%;
            font-weight: normal; }
    .header--primary .header__bar {
      background: rgba(43, 105, 110, 0.9);
      padding: 11px 0; }
      .header--primary .header__bar .nav {
        padding: 0 194px 0 196px; }
    .header--primary .header__aside {
      float: right;
      margin-right: -11px; }
      .header--primary .header__aside .btn {
        vertical-align: top;
        border-width: 2px;
        margin-top: -1px; }
        .header--primary .header__aside .btn:hover {
          color: #000;
          background: #fff; }
    .header--primary .header__logo {
      top: 50%;
      transform: translate(-50%, -50%); }

@media (max-width: 1430px) {
  .header--primary .header__aside {
    margin-right: 0; } }

@media (max-width: 1199px) {
  .header--primary .header__bar {
    padding: 10px 0 12px; }
    .header--primary .header__bar .nav {
      padding: 0 78px; }
  .header--primary .header__aside {
    margin-right: -9px; }
  .header--primary .shell {
    padding: 0 30px; } }

@media (max-width: 991px) {
  .header--primary .header__aside .header__btn {
    padding: 14px 15px 10px;
    min-width: 0; } }

@media (max-width: 767px) {
  .header--primary .logo {
    width: 130px;
    height: 38px; }
  .header--primary .nav-access {
    display: none; }
  .header--primary .header__body {
    padding: 20px 0; }
  .header--primary .header__bar {
    display: none; }
  .header--primary .header__aside {
    margin-right: -20px; }
    .header--primary .header__aside .header__btn {
      font-size: 8px;
      padding: 7px 8px;
      border-width: 1px; } }

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  background: #000;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  padding: 20px 0;
  line-height: 1.2;
  position: relative;
  /*  Footer Primary  */ }
  @media (max-width: 767px) {
    .footer {
      padding-top: 20px;
      word-wrap: break-word; } }
  .footer__logo {
    margin-right: 39px; }
    @media (max-width: 991px) {
      .footer__logo {
        float: none;
        margin: 0 auto 20px; } }
    @media (max-width: 767px) {
      .footer__logo {
        position: absolute;
        left: 20px;
        top: 27px; } }
  .footer a {
    color: #fff; }
  .footer address {
    margin-top: 13px; }
  .footer .copyright {
    margin-bottom: 26px; }
    @media (max-width: 767px) {
      .footer .copyright {
        margin-bottom: 0;
        padding-top: 26px; } }
  @media (max-width: 767px) {
    .footer .form-subscribe {
      display: none; } }
  .footer__cols {
    width: 100%; }
  .footer__col {
    width: 25%; }
    @media (max-width: 1199px) {
      .footer__col {
        width: 24.5%; } }
    @media (max-width: 991px) {
      .footer__col {
        width: 33.33%; } }
    @media (max-width: 767px) {
      .footer__col {
        width: 50%; } }
  .footer--primary h6 {
    font-family: "Platform", sans-serif;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 1px; }
  .footer--primary p + h6 {
    margin-top: 14px; }
  .footer--primary p a {
    transition: color .4s; }
    .footer--primary p a:hover {
      color: #27696e; }
  .footer--primary .socials a {
    transition: opacity .4s; }
    .footer--primary .socials a:hover {
      opacity: .7; }
  .footer--primary .subscribe {
    padding-top: 2px; }
    .footer--primary .subscribe label {
      display: none; }
    .footer--primary .subscribe h6 {
      position: relative;
      top: -2px; }
    .footer--primary .subscribe .form__field {
      height: 16px;
      background: #333;
      color: #000 !important;
      border: none;
      padding: 1px 2px 0;
      border-radius: 0; }
      .footer--primary .subscribe .form__field::-webkit-input-placeholder {
        color: #000; }
      .footer--primary .subscribe .form__field::-moz-placeholder {
        color: #000; }
      .footer--primary .subscribe .form__field:-ms-input-placeholder {
        color: #000; }
      .footer--primary .subscribe .form__field:-moz-placeholder {
        color: #000; }
    .footer--primary .subscribe .form__btn {
      width: 62px;
      height: 16px;
      line-height: 16px;
      padding: 0;
      background: #333;
      font-weight: 400;
      font-size: 10px;
      letter-spacing: 0.1em; }
  .footer--primary .socials-alt {
    margin-bottom: 13px; }
  .footer--primary .shell-medium {
    padding: 0 50px; }
  .footer--primary .copyright {
    margin: 4px 0 0; }
  .footer--primary .socials {
    margin-top: 5px; }
  .footer--primary .footer__nav a {
    transition: color .4s; }
    .footer--primary .footer__nav a:hover {
      color: #27696e; }
  .footer--primary .socials-alt a {
    transition: color .4s; }
    .footer--primary .socials-alt a:hover {
      color: #27696e; }
  .footer--primary .footer__body {
    display: none; }
    .footer--primary .footer__body h6 {
      font-size: 11px;
      text-transform: none;
      letter-spacing: 0;
      font-family: "Graphik", sans-serif;
      margin-bottom: 13px; }
    .footer--primary .footer__body p {
      letter-spacing: 0;
      font-size: 11px;
      font-weight: 300; }
      .footer--primary .footer__body p + p {
        margin-top: 14px; }
    .footer--primary .footer__body .footer__content {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
  .footer--primary .footer__logo {
    width: 191px;
    margin: 0; }
  .footer--primary .footer__col {
    float: left; }
    .footer--primary .footer__col--size1 {
      width: 12.5%; }
    .footer--primary .footer__col--size2 {
      width: 12.5%; }
  .footer--primary .footer__content p {
    /*line-height: 1.3;*/ }

@media (max-width: 1199px) {
  .footer--primary h6 {
    margin-bottom: 0px; }
  .footer--primary .shell-medium {
    padding: 0 29px 0 38px; }
  .footer--primary .footer__col--size1 {
    position: relative;
    left: 2px; }
  .footer--primary .footer__col--size2 {
    position: relative;
    left: 2px; }
  .footer--primary .footer__col--size3 {
    position: relative;
    left: 1px;
    top: -1px; }
  .footer--primary .subscribe h6 {
    margin-bottom: 3px; } }

@media (max-width: 991px) {
  .footer--primary .shell-medium {
    padding: 0 15px; }
  .footer--primary .footer__col {
    width: 28%; }
  .footer--primary .footer__col--size1 {
    width: 11%; }
  .footer--primary .footer__col--size2 {
    width: 12%; }
  .footer--primary .footer__col--size3 {
    width: 19%; }
  .footer--primary .subscribe .form__btn {
    margin: 5px 0 0; }
  .footer--primary .footer__container {
    display: inline-block; } }

@media (max-width: 767px) {
  .footer--primary {
    padding: 18px 0 21px; }
    .footer--primary .shell-medium {
      padding: 0 21px; }
    .footer--primary .footer__row {
      display: none; }
    .footer--primary .footer__body {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; } }

/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav {
  padding: 0 50px 0 52px;
  /*  Nav Primary  */
  /*  Nav Secondary  */ }
  @media (max-width: 991px) {
    .nav {
      padding: 0 15px; } }
  @media (max-width: 767px) {
    .nav {
      display: none; } }
  .nav:after {
    content: '';
    line-height: 0;
    width: 100%;
    display: table;
    clear: both; }
  .nav a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-family: "Platform", sans-serif;
    font-weight: 700;
    letter-spacing: 0.21em; }
  .nav ul {
    float: left; }
    .nav ul:nth-child(1) li + li {
      padding-left: 38px; }
      @media (max-width: 1199px) {
        .nav ul:nth-child(1) li + li {
          padding-left: 38px; } }
      @media (max-width: 991px) {
        .nav ul:nth-child(1) li + li {
          padding: 0 15px; } }
    .nav ul:nth-child(2) {
      float: right; }
  .nav li {
    display: inline-block;
    padding: 0 55px; }
    @media (max-width: 1199px) {
      .nav li {
        padding: 0 38px; } }
    @media (max-width: 991px) {
      .nav li {
        padding: 0 15px; } }
  .nav--primary {
    padding: 0; }
    .nav--primary a {
      font-size: 17px;
      text-transform: none;
      font-weight: 400;
      letter-spacing: -0.035em;
      font-family: "Graphik", sans-serif;
      transition: color .4s; }
      .nav--primary a:hover {
        color: #4d4d4d; }
    .nav--primary li {
      padding: 0; }
  .nav--secondary {
    padding: 0; }
    .nav--secondary a {
      display: inline-block;
      position: relative;
      transition: opacity .4s; }
      .nav--secondary a:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 1px;
        background: #fff;
        transition: width .4s; }
      .nav--secondary a:hover {
        opacity: 0.7; }
    .nav--secondary li {
      padding: 0; }
      .nav--secondary li + li {
        padding-left: 113px !important; }
    .nav--secondary ul:last-child li + li {
      padding-left: 87px !important; }

@media (max-width: 1199px) {
  .nav--secondary ul:nth-child(1) li + li {
    padding-left: 52px !important; }
  .nav--secondary ul:nth-child(2) li + li {
    padding-left: 92px !important; } }

@media (max-width: 991px) {
  .nav--secondary ul:nth-child(1) li + li {
    padding-left: 30px !important; }
  .nav--secondary ul:nth-child(2) li + li {
    padding-left: 30px !important; } }

/* ------------------------------------------------------------ *\
	Nav Access
\* ------------------------------------------------------------ */
.nav-access {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  padding-left: 9px; }
  .nav-access a {
    display: inline-block;
    position: relative;
    width: 47px;
    height: 47px;
    background: #fff;
    border-radius: 50%;
    transition: background .4s; }
    .nav-access a:hover i {
      opacity: 0;
      visibility: hidden; }
      .nav-access a:hover i + i {
        opacity: 1;
        visibility: visible; }
    .nav-access a i {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      margin-top: -2px;
      transition: opacity .4s;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      transition: opacity .4s, visibility .4s; }
      .nav-access a i + i {
        opacity: 0;
        visibility: hidden; }
    .nav-access a .ico-lang,
    .nav-access a .ico-lang-hover {
      transform: translate(0);
      margin: -7px 0 0 -14px; }
  .nav-access li {
    display: inline-block; }
    .nav-access li + li {
      margin-left: 10px; }

@media (max-width: 991px) {
  .nav-access a {
    width: 40px;
    height: 40px; } }

/* ------------------------------------------------------------ *\
	Bar
\* ------------------------------------------------------------ */
.bar {
  background: #e58091;
  color: #fff;
  font-weight: 700;
  font-family: "Platform", sans-serif;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  padding: 8px 0 5px;
  letter-spacing: 0.21em; }
  .body--translation .bar {
    font-family: "Noto Sans SC", sans-serif; }
  @media (max-width: 767px) {
    .bar {
      /*
		padding: 10px 0 4px;
		padding: 10px 0 10px;
*/
      font-size: 8px;
      height: 30px;
      line-height: 30px;
      padding: 0;
      line-height: 1em; }
      .bar p {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        padding: 0 3em; } }

/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
  background-image: url(../images/logo@2x.png);
  width: 195px;
  height: 57px;
  display: block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-size: 0;
  line-height: 0;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .logo {
      width: 118px;
      height: 35px; } }

.logo-alt {
  background-image: url(../images/logo@2x.png);
  width: 207px;
  height: 61px;
  display: block;
  font-size: 0;
  line-height: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat; }
  @media (max-width: 767px) {
    .logo-alt {
      background-image: none;
      font-size: 11px;
      font-weight: 500;
      width: auto;
      height: auto; } }

/* ------------------------------------------------------------ *\
	Intro
\* ------------------------------------------------------------ */
.intro {
  position: relative;
  height: calc(100vh - 127px);
  min-height: 783px;
  background-color: #191919; }
  @media (max-width: 767px) {
    .intro {
      height: calc(100vh - 84px);
      min-height: 547px; } }
  .intro__video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: calc(100vh - 127px);
    overflow: hidden;
    min-height: 783px; }
    @media (max-width: 767px) {
      .intro__video {
        height: calc(100vh - 84px);
        min-height: 547px; } }
    .intro__video video {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      overflow: hidden;
      max-width: none;
      width: auto;
      min-width: 100%;
      min-height: 100%; }
      @media (max-width: 767px) {
        .intro__video video {
          height: auto;
          min-height: auto;
          width: 100%; } }
  .intro__placeholder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: calc(100vh - 127px);
    overflow: hidden;
    min-height: 783px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer; }
    @media (max-width: 767px) {
      .intro__placeholder {
        height: calc(100vh - 84px);
        min-height: 547px; } }
  .intro__playBtn {
    text-align: center;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .intro__playBtn {
        margin-bottom: 35px; } }
    .intro__playBtn img {
      max-width: 160px; }
      @media (max-width: 767px) {
        .intro__playBtn img {
          max-width: 75px; } }
  .intro__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    width: 100%;
    max-width: 900px; }
    @media screen and (min-width: 1599px) and (min-height: 783px) {
      .intro__content {
        max-width: 1200px; } }
    @media (max-width: 1199px) {
      .intro__content {
        margin-top: 0; } }
    @media (max-width: 991px) {
      .intro__content {
        width: 100%;
        padding: 0 30px;
        margin-top: 0; } }
    @media (max-width: 767px) {
      .intro__content {
        /*
			padding: 0 50px;
			bottom: 75px;
			top: auto;
*/ } }
    .intro__content h2 {
      font-size: 56px;
      text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1); }
      @media screen and (min-width: 1599px) and (min-height: 783px) {
        .intro__content h2 {
          font-size: 90px; } }
      @media (max-width: 767px) {
        .intro__content h2 {
          font-size: 38px; } }
    .intro__content p {
      font-family: Platform,sans-serif;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 13px;
      letter-spacing: 0.16em;
      margin-top: 12px;
      text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1); }
      @media (max-width: 767px) {
        .intro__content p {
          margin-top: 18px; } }
  .intro .bookmark--bottom {
    bottom: 0; }

/* ------------------------------------------------------------ *\
	Intro Alt
\* ------------------------------------------------------------ */
.intro-alt {
  height: calc(100vh - 135px);
  min-height: 700px;
  background: #000;
  font-family: "Platform", sans-serif;
  text-align: center;
  position: relative;
  overflow: hidden;
  /*  Intro Alt Primary  */ }
  .intro-alt h1 {
    font-size: 142px;
    font-weight: 500;
    letter-spacing: 0.02em;
    margin: 0;
    line-height: 1;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
  .intro-alt h5 {
    font-size: 21px;
    font-weight: 700;
    font-family: "Platform", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin: 0;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
  .intro-alt .intro__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    animation: move 35s ease infinite; }
  .intro-alt .intro__content {
    position: static;
    transform: translate(0);
    max-width: 100%; }
  .intro-alt .intro__inner {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    width: 100%;
    margin: 4px 0 0;
    margin: 0 0 30px; }
  .intro-alt .intro__btn {
    color: #fff;
    position: absolute;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 13px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 700; }
    .intro-alt .intro__btn i {
      margin-top: 10px;
      display: block; }
      .intro-alt .intro__btn i i {
        margin: 0; }
  .intro-alt--primary h5 {
    letter-spacing: 0.218em;
    line-height: 1.25; }
  .intro-alt--primary h1 {
    letter-spacing: 0.018em; }
  .intro-alt--primary h5 + h1 {
    margin-top: 9px; }
  .intro-alt--primary h1 + h5 {
    margin-top: 2px; }
  .intro-alt--primary .intro__inner {
    margin-top: 30px; }

@media (max-width: 1199px) {
  .intro-alt h1 {
    line-height: .95; }
  .intro-alt h5 {
    letter-spacing: 0.21em; }
  .intro-alt .intro__inner {
    padding: 0 25px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -34px; }
  .intro-alt--primary h5 + h1 {
    margin-top: 13px; }
  .intro-alt--primary h1 + h5 {
    margin-top: 6px;
    line-height: 1.3; } }

@media (max-width: 767px) {
  .intro-alt {
    min-height: 0;
    height: calc(100vh - 58px);
    /*height: calc(100vh - 94px); 		*/ }
    .intro-alt h1 {
      font-size: 71px; }
    .intro-alt h5 {
      font-size: 13px; }
    .intro-alt .intro__content {
      padding: 0; }
    .intro-alt .intro__btn {
      display: none; }
    .intro-alt .intro__inner {
      margin-top: -9px; }
    .intro-alt--primary h1 {
      line-height: 1.2; }
    .intro-alt--primary h5 + h1 {
      margin-top: 15px; }
    .intro-alt--primary h1 + h5 {
      margin-top: 18px;
      line-height: 1.3;
      padding: 0; }
      .intro-alt--primary h1 + h5 br {
        display: none; }
    .intro-alt--primary .intro__inner {
      padding: 0;
      margin-top: 0; } }

@media (max-width: 374px) {
  .intro-alt h1 {
    font-size: 60px; } }

/* ------------------------------------------------------------ *\
	Bookmark
\* ------------------------------------------------------------ */
.bookmark {
  font-size: 13px;
  font-family: "Platform", sans-serif;
  font-weight: 700;
  width: 43px;
  height: 30px;
  text-transform: uppercase;
  line-height: 1.25;
  letter-spacing: 0.2em;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  background: #fff;
  color: #000;
  display: block;
  text-align: center;
  padding: 0;
  /*  Bookmark Large  */
  /*  Bookmark Medium  */
  /*  Bookmark Top  */
  /*  Bookmark bottom  */
  /*  Blue  */
  /*  Orange  */
  /*  Light Green  */
  /*  Green  */
  /*  Red  */
  /*  Yellow  */
  /*  Black  */ }
  @media (max-width: 767px) {
    .bookmark {
      font-size: 10px;
      width: 22px;
      height: 15px; } }
  .bookmark:before, .bookmark:after {
    content: '';
    position: absolute; }
  .bookmark:before {
    display: block;
    width: 0;
    height: 0;
    margin-left: -18px;
    border-bottom: 22px solid transparent;
    border-left: 22px solid #006095; }
    @media (max-width: 767px) {
      .bookmark:before {
        margin-left: -18px;
        border-bottom-width: 11px;
        border-left-width: 11px; } }
  .bookmark:after {
    display: block;
    width: 0;
    height: 0;
    margin-left: -18px;
    margin-top: -18px;
    border-left: 22px solid transparent;
    border-top: 22px solid #006095; }
    @media (max-width: 767px) {
      .bookmark:after {
        border-left-width: 11px;
        border-top-width: 11px; } }
  .bookmark--large {
    width: 96px;
    height: 70px;
    padding-top: 17px; }
    @media (max-width: 767px) {
      .bookmark--large {
        padding-top: 19px;
        width: 70px;
        height: 35px; } }
    .bookmark--large:before {
      display: block;
      width: 0;
      height: 0;
      margin-left: -48px;
      border-bottom: 48px solid transparent;
      border-left: 48px solid #fff; }
    .bookmark--large:after {
      display: block;
      width: 0;
      height: 0;
      margin-left: -48px;
      margin-top: -48px;
      border-left: 48px solid transparent;
      border-top: 48px solid #fff; }
    @media (max-width: 767px) {
      .bookmark--large.bookmark--bottom {
        height: 50px; } }
    @media (max-width: 767px) {
      .bookmark--large.bookmark--bottom:before {
        margin-left: -48px;
        border-bottom: 35px solid transparent;
        border-left: 35px solid #fff; } }
    @media (max-width: 767px) {
      .bookmark--large.bookmark--bottom:after {
        margin-left: -61px;
        margin-top: -61px;
        border-left: 35px solid transparent;
        border-top: 35px solid #fff; } }
  .bookmark--medium {
    width: 80px;
    height: 60px;
    padding-top: 14px; }
    @media (max-width: 767px) {
      .bookmark--medium {
        width: 62px;
        height: 40px;
        padding-top: 13px;
        padding-left: 5px;
        padding-right: 5px; } }
    .bookmark--medium:before {
      border-bottom-width: 40px;
      border-left-width: 40px; }
    .bookmark--medium:after {
      border-left-width: 40px;
      border-top-width: 40px; }
  .bookmark--top {
    -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
            filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1)); }
    .bookmark--top:before {
      left: 18px;
      top: 100%; }
    .bookmark--top:after {
      right: 0;
      bottom: -22px; }
      @media (max-width: 767px) {
        .bookmark--top:after {
          bottom: -11px; } }
    .bookmark--top.bookmark--large:before {
      left: 48px; }
    .bookmark--top.bookmark--large:after {
      bottom: -48px; }
    .bookmark--top.bookmark--medium:before {
      left: 18px; }
    .bookmark--top.bookmark--medium:after {
      bottom: -39px; }
  .bookmark--bottom:before {
    left: 18px;
    transform: rotate(180deg);
    bottom: 100%; }
  .bookmark--bottom:after {
    transform: rotate(180deg);
    right: 0;
    bottom: 100%; }
  .bookmark--bottom.bookmark--large:before {
    left: 48px;
    bottom: 100%; }
  .bookmark--blue {
    background: #006095; }
  .bookmark--orange {
    background: #d34f44; }
    .bookmark--orange:before {
      border-left-color: #d34f44; }
    .bookmark--orange:after {
      border-top-color: #d34f44; }
  .bookmark--light-green {
    background: #79afa2; }
    .bookmark--light-green:before {
      border-left-color: #79afa2; }
    .bookmark--light-green:after {
      border-top-color: #79afa2; }
  .bookmark--green {
    background: #0c4b44; }
    .bookmark--green:before {
      border-left-color: #0c4b44; }
    .bookmark--green:after {
      border-top-color: #0c4b44; }
  .bookmark--red {
    background: #db4941; }
    .bookmark--red:before {
      border-left-color: #db4941; }
    .bookmark--red:after {
      border-top-color: #db4941; }
  .bookmark--yellow {
    background: #e6b43f; }
    .bookmark--yellow:before {
      border-left-color: #e6b43f; }
    .bookmark--yellow:after {
      border-top-color: #e6b43f; }
  .bookmark--black {
    background: #000; }
    .bookmark--black:before {
      border-left-color: #000; }
    .bookmark--black:after {
      border-top-color: #000; }

/* ------------------------------------------------------------ *\
	Section One
\* ------------------------------------------------------------ */
.section-one {
  padding: 120px 0 134px;
  padding: 136px 0 146px;
  position: relative; }
  @media (max-width: 767px) {
    .section-one {
      padding: 79px 0 56px; } }
  .section-one__title {
    margin-bottom: 9px;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .section-one__title {
        margin-bottom: 13px; } }
  .section-one p {
    letter-spacing: -0.005em;
    margin-bottom: 17px; }
    @media (max-width: 767px) {
      .section-one p {
        line-height: 1.2; } }
  .section-one .bookmark--top {
    top: 60px; }
    @media (max-width: 767px) {
      .section-one .bookmark--top {
        top: 42px; } }
  .section-one .bookmark--bottom {
    bottom: 58px; }
    @media (max-width: 767px) {
      .section-one .bookmark--bottom {
        bottom: 23px; } }

/* ------------------------------------------------------------ *\
	Section Two
\* ------------------------------------------------------------ */
.section-two {
  padding: 73px 0 39px;
  padding: 73px 0 135px; }
  @media (max-width: 991px) {
    .section-two {
      padding-top: 55px;
      padding-bottom: 18px; } }
  @media (max-width: 767px) {
    .section-two {
      padding-top: 33px; } }
  .section-two__head {
    margin-bottom: 70px;
    margin-top: 55px;
    margin-bottom: 125px; }
    @media (max-width: 991px) {
      .section-two__head {
        margin-bottom: 50px; } }
    @media (max-width: 767px) {
      .section-two__head {
        margin-bottom: 29px; } }

/* ------------------------------------------------------------ *\
	Section Three
\* ------------------------------------------------------------ */
.section-three {
  padding: 73px 0 67px;
  padding: 73px 0 135px; }
  @media (max-width: 767px) {
    .section-three {
      padding: 32px 0 1px; } }
  .section-three__head {
    margin-bottom: 40px;
    margin-top: 55px;
    margin-bottom: 125px; }
    @media (max-width: 767px) {
      .section-three__head {
        margin-bottom: 27px; } }

/* ------------------------------------------------------------ *\
	Section slider
\* ------------------------------------------------------------ */
@media (max-width: 767px) {
  .section-slider .shell {
    padding: 0; } }

/* ------------------------------------------------------------ *\
	Section Four
\* ------------------------------------------------------------ */
.section-four {
  padding: 73px 0 132px; }
  @media (max-width: 991px) {
    .section-four {
      padding-bottom: 70px; } }
  @media (max-width: 767px) {
    .section-four {
      padding-top: 35px;
      padding-bottom: 13px; } }
  .section-four__head {
    margin-bottom: 66px;
    margin-top: 55px;
    margin-bottom: 125px; }
    @media (max-width: 767px) {
      .section-four__head {
        margin-bottom: 14px; } }

/* ------------------------------------------------------------ *\
	Section Five
\* ------------------------------------------------------------ */
.section-five {
  padding: 129px 30px 126px;
  padding: 136px 0 146px;
  position: relative; }
  @media (max-width: 767px) {
    .section-five {
      padding: 94px 10px 72px; } }
  .section-five p {
    margin-bottom: 19px;
    letter-spacing: -0.007em;
    max-width: 1200px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
    line-height: 1.3; }
    @media (max-width: 767px) {
      .section-five p {
        line-height: 1.2; } }
  .section-five__title {
    margin-bottom: 8px;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .section-five__title {
        padding: 0 20px;
        line-height: 1.25;
        margin-bottom: 10px;
        padding: 0 50px; } }
  .section-five .bookmark--top {
    top: 68px; }
    @media (max-width: 767px) {
      .section-five .bookmark--top {
        top: 59px; } }
  .section-five .bookmark--bottom {
    bottom: 63px; }
    @media (max-width: 991px) {
      .section-five .bookmark--bottom {
        bottom: 40px; } }
  @media (max-width: 767px) {
    .section-five .form {
      padding: 0 25px; } }

/* ------------------------------------------------------------ *\
	Section Six
\* ------------------------------------------------------------ */
.section-six {
  position: relative; }
  .section-six__head {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 59px;
    left: 0;
    padding: 0 20px; }
    @media (max-width: 767px) {
      .section-six__head {
        padding: 0;
        top: 21px; } }
  .section-six h3 {
    letter-spacing: 0; }

/* ------------------------------------------------------------ *\
	Section Seven
\* ------------------------------------------------------------ */
.section-seven {
  padding: 109px 0 124px;
  padding: 136px 0 146px;
  position: relative; }
  @media (max-width: 767px) {
    .section-seven {
      padding-top: 94px;
      padding-bottom: 74px; } }
  .section-seven__title {
    margin-bottom: 8px; }
    @media (max-width: 767px) {
      .section-seven__title {
        margin-bottom: 15px; } }
  .section-seven p {
    max-width: 1200px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
    line-height: 1.3; }
  .section-seven .bookmark--top {
    top: 50px; }
    @media (max-width: 767px) {
      .section-seven .bookmark--top {
        top: 55px; } }
  .section-seven .bookmark--bottom {
    bottom: 47px; }
    @media (max-width: 767px) {
      .section-seven .bookmark--bottom {
        bottom: 37px; } }

/* ------------------------------------------------------------ *\
	Section Eight
\* ------------------------------------------------------------ */
.section-eight {
  padding: 93px 0 21px; }
  @media (max-width: 991px) {
    .section-eight {
      padding-top: 50px; } }
  @media (max-width: 767px) {
    .section-eight {
      padding-top: 35px;
      padding-bottom: 27px; } }
  @media (max-width: 767px) {
    .section-eight h3 {
      line-height: 1.2; } }
  .section-eight__head {
    margin-bottom: 93px;
    margin-top: 45px;
    margin-bottom: 125px; }
    @media (max-width: 991px) {
      .section-eight__head {
        margin-bottom: 44px; } }
    @media (max-width: 767px) {
      .section-eight__head {
        margin-bottom: 33px; } }
  .section-eight__body {
    padding: 0 25px; }
  .section-eight--alt {
    padding: 31px 0 20px; }
    @media (max-width: 1199px) {
      .section-eight--alt {
        padding: 27px 0 18px; } }
    @media (max-width: 767px) {
      .section-eight--alt {
        padding: 0 0 25px; } }
    .section-eight--alt .section-eight__head {
      margin-bottom: 82px; }
      @media (max-width: 1199px) {
        .section-eight--alt .section-eight__head {
          margin-bottom: 84px; } }
      @media (max-width: 767px) {
        .section-eight--alt .section-eight__head {
          margin-bottom: 20px;
          margin-top: 0; } }
      .section-eight--alt .section-eight__head h3 span {
        font-size: 0;
        display: none; }
      @media (max-width: 767px) {
        .section-eight--alt .section-eight__head h3 {
          font-size: 0; }
          .section-eight--alt .section-eight__head h3 span {
            display: block;
            font-size: 38px;
            line-height: 1.2; } }
      .section-eight--alt .section-eight__head h6 {
        font-size: 16px;
        font-weight: 400;
        letter-spacing: -0.005em; }
        .section-eight--alt .section-eight__head h6 a {
          color: #000; }
        @media (max-width: 767px) {
          .section-eight--alt .section-eight__head h6 {
            display: none; } }
      .section-eight--alt .section-eight__head h3 + h6 {
        margin: 10px; }
    @media (max-width: 1199px) {
      .section-eight--alt .section-eight__body {
        padding: 0 27px 0 20px; } }
    @media (max-width: 767px) {
      .section-eight--alt .section-eight__body {
        padding: 0 16px 0 29px; } }
  .section-eight--alternative {
    padding: 33px 0 20px; }
    .section-eight--alternative .section-eight__head {
      margin-bottom: 80px; }
    @media (max-width: 767px) {
      .section-eight--alternative {
        padding-top: 25px; }
        .section-eight--alternative .section-eight__head {
          margin-bottom: 19px; } }

/* ------------------------------------------------------------ *\
	Section Nine
\* ------------------------------------------------------------ */
.section-nine {
  padding: 84px 30px; }
  @media (max-width: 991px) {
    .section-nine {
      padding: 40px 30px 30px; } }
  @media (max-width: 767px) {
    .section-nine {
      padding: 51px 0 17px; } }
  .section-nine__inner {
    max-width: 986px;
    margin: 0 auto; }
  .section-nine__content {
    padding-top: 2px;
    width: 49.3%; }
    @media (max-width: 991px) {
      .section-nine__content {
        width: 50%; } }
    @media (max-width: 767px) {
      .section-nine__content {
        width: 100%;
        padding: 0;
        padding-top: 39px; } }
  .section-nine__aside {
    width: 39%;
    padding-left: 44px;
    letter-spacing: -0.005em;
    text-align: left; }
    @media (max-width: 991px) {
      .section-nine__aside {
        padding-left: 0;
        padding-right: 30px;
        width: 50%; } }
    @media (max-width: 767px) {
      .section-nine__aside {
        width: 100%;
        padding: 0;
        text-align: center; } }
    .section-nine__aside p {
      line-height: 1.2; }
  .section-nine__title {
    margin-bottom: 8px;
    color: #27696e; }
    @media (max-width: 767px) {
      .section-nine__title {
        margin-bottom: 12px; } }

/* ------------------------------------------------------------ *\
	Section Ten
\* ------------------------------------------------------------ */
.section-ten {
  padding: 111px 0 121px;
  padding: 136px 0 146px;
  position: relative; }
  @media (max-width: 767px) {
    .section-ten {
      padding-top: 105px;
      padding-bottom: 85px; } }
  .section-ten p {
    letter-spacing: -0.005em;
    max-width: 1200px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
    line-height: 1.3; }
    @media (max-width: 767px) {
      .section-ten p {
        padding: 0 10px; } }
  .section-ten__title {
    margin-bottom: 8px;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .section-ten__title {
        margin-bottom: 15px; } }
  .section-ten .bookmark--top {
    top: 51px; }
    @media (max-width: 767px) {
      .section-ten .bookmark--top {
        top: 66px; } }
  .section-ten .bookmark--bottom {
    bottom: 49px; }
    @media (max-width: 767px) {
      .section-ten .bookmark--bottom {
        bottom: 50px; } }

/* ------------------------------------------------------------ *\
	Section Parallax
\* ------------------------------------------------------------ */
.section-parallax {
  background-size: cover;
  background-position-x: center;
  position: relative;
  overflow: hidden; }
  .section-parallax .section__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500%;
    min-height: 100vh;
    z-index: -1;
    background-size: 127px 81px !important; }
    .section-parallax .section__background--alt {
      background-size: auto !important; }
  .section-parallax h3 {
    margin-bottom: 10px; }
  .section-parallax p {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
    line-height: 1.3; }
  .section-parallax--blue h3 {
    color: #006095; }
  .section-parallax--yellow h3 {
    color: #e6b43e; }
  .section-parallax--red h3 {
    color: #d44f46; }
  .section-parallax--pink h3 {
    color: #e38092; }

/* ------------------------------------------------------------ *\
	Section Twenty Two
\* ------------------------------------------------------------ */
.section-twenty-two {
  padding: 109px 0 124px;
  padding: 136px 0 146px;
  position: relative; }
  @media (max-width: 767px) {
    .section-twenty-two {
      padding-top: 94px;
      padding-bottom: 74px; } }
  .section-twenty-two__title {
    margin-bottom: 8px; }
    @media (max-width: 767px) {
      .section-twenty-two__title {
        margin-bottom: 15px; } }
  .section-twenty-two p {
    max-width: 1200px;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
    line-height: 1.3; }
  .section-twenty-two .bookmark--top {
    top: 50px; }
    @media (max-width: 767px) {
      .section-twenty-two .bookmark--top {
        top: 55px; } }
  .section-twenty-two .bookmark--bottom {
    bottom: 47px; }
    @media (max-width: 767px) {
      .section-twenty-two .bookmark--bottom {
        bottom: 37px; } }

/* ------------------------------------------------------------ *\
	Section Twenty Two
\* ------------------------------------------------------------ */
.section-twenty-three {
  padding: 109px 0 109px;
  padding: 136px 0 136px;
  position: relative; }
  @media (max-width: 767px) {
    .section-twenty-three {
      padding-top: 94px;
      padding-bottom: 94px; } }
  .section-twenty-three .shell {
    padding: 0 20px; }
  .section-twenty-three__content {
    max-width: 925px;
    margin: 0 auto; }

/* ------------------------------------------------------------ *\
	Section Primary
\* ------------------------------------------------------------ */
.section-primary {
  position: relative;
  text-align: center;
  padding: 131px 0 143px;
  min-height: 404px; }
  .section-primary h3 {
    letter-spacing: 0.019em;
    letter-spacing: 0.023em;
    margin-bottom: 16px; }
  .section-primary .section__image {
    position: absolute;
    bottom: 0; }
    .section-primary .section__image--left {
      left: -23px; }
    .section-primary .section__image--right {
      right: -122px;
      margin-bottom: 32px; }

@media (max-width: 991px) {
  .section-primary .section__image--left {
    left: -103px; }
  .section-primary .section__image--right {
    right: -179px; } }

@media (max-width: 767px) {
  .section-primary {
    padding: 144px 0 143px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2); }
    .section-primary h3 {
      letter-spacing: 0.04em;
      margin-bottom: 20px; }
    .section-primary .section__image {
      display: none; } }

/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {
  padding: 86px 0 40px;
  /*  Section Primary  */
  /*  Section Primary Alt  */
  /*  Section Secondary  */
  /*  Section Teritary  */
  /*  Section Quaternary  */
  /*  Section Senary  */
  /*  Section Septenary  */ }
  .section .section__head {
    text-align: center;
    margin-bottom: 43px; }
    .section .section__head h6 {
      font-size: 16px;
      font-weight: 400;
      letter-spacing: -0.005em; }
    .section .section__head h3 + h6 {
      max-width: 850px;
      margin: 5px auto 0; }
  .section .section__select {
    margin-bottom: 14px; }
  .section--primary {
    padding: 154px 0 0;
    position: relative;
    z-index: 10;
    box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1); }
    .section--primary .section__head {
      margin-bottom: 161px; }
      .section--primary .section__head h3 + h6 {
        max-width: 850px;
        margin: 9px auto 0; }
  .section--primary-alt {
    padding: 152px 0 0; }
    .section--primary-alt .section__head {
      margin-bottom: 163px; }
  .section--secondary {
    padding: 73px 0 87px; }
    .section--secondary .section__head {
      margin-bottom: 79px; }
      .section--secondary .section__head h3 + h6 {
        margin-top: 8px; }
  .section--teritary {
    padding: 115px 0 0;
    position: relative;
    z-index: 10;
    box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.1); }
    .section--teritary .section__head {
      margin-bottom: 123px; }
      @media (max-width: 991px) {
        .section--teritary .section__head br {
          display: none; } }
      .section--teritary .section__head h3 {
        line-height: 1.1; }
      .section--teritary .section__head h6 {
        line-height: 1.2; }
      .section--teritary .section__head h3 + h6 {
        margin-top: 8px; }
  .section--quaternary {
    padding: 102px 0 113px; }
    .section--quaternary .section__head {
      margin-bottom: 32px; }
  .section--senary {
    padding: 132px 0 100px;
    width: 100%; }
    @media (max-width: 1199px) {
      .section--senary {
        padding: 134px 0 100px; } }
    .section--senary h3 {
      color: #e58091;
      margin-bottom: 9px; }
    .section--senary p {
      letter-spacing: -0.007em; }
  .section--septenary {
    padding: 136px 0 96px; }
    .section--septenary h3 {
      margin-bottom: 17px; }
    .section--septenary .btn {
      min-width: 240px; }
  .section--septenary-alt {
    padding: 134px 0 98px; }

@media (max-width: 1199px) {
  .section--primary {
    padding: 150px 0 0; }
    .section--primary .section__head h3 + h6 {
      margin-top: 11px; }
  .section--septenary {
    padding: 135px 0 100px; } }

@media (max-width: 767px) {
  .section {
    padding: 44px 0 22px;
    /*  Section Primary  */
    /*  Section Primary Alt  */
    /*  Section Secondary  */
    /*  Section Secondary  */
    /*  Section Quaternary  */
    /*  Section Senary  */ }
    .section .section__head h3 + h6 {
      margin-top: 15px; }
    .section .section__head--primary {
      padding: 0 44px;
      margin-bottom: 9px; }
      .section .section__head--primary h3 + h6 {
        margin-top: 11px; }
    .section--primary {
      padding: 55px 0 0; }
      .section--primary .section__head {
        margin-bottom: 57px; }
    .section--primary-alt .section__head {
      margin-bottom: 62px; }
    .section--secondary {
      padding: 51px 0 24px; }
      .section--secondary .section__head {
        margin-bottom: 54px; }
        .section--secondary .section__head h3 {
          font-size: 39px; }
        .section--secondary .section__head h6 {
          padding: 0 25px; }
    .section--teritary {
      padding: 35px 0 24px; }
      .section--teritary .section__head {
        margin-bottom: 37px; }
        .section--teritary .section__head h3 {
          line-height: 1.2; }
        .section--teritary .section__head h6 {
          margin-left: -10px;
          margin-right: -10px; }
        .section--teritary .section__head h3 + h6 {
          margin-top: 12px; }
    .section--quaternary {
      padding: 49px 0 127px; }
      .section--quaternary .section__head {
        margin-bottom: 38px; }
    .section--senary {
      padding: 124px 0 127px; }
      .section--senary .section__head {
        padding: 0 10px;
        margin-bottom: 0; }
        .section--senary .section__head h3 {
          margin-bottom: 14px; }
        .section--senary .section__head p {
          margin: 0 -6px;
          line-height: 1.2; }
    .section--septenary-alt {
      padding: 102px 0 69px; }
      .section--septenary-alt h3 {
        margin-bottom: 21px; } }

/* ------------------------------------------------------------ *\
	Section Main
\* ------------------------------------------------------------ */
.section-main {
  position: relative;
  top: -72px;
  margin-bottom: -72px;
  padding-bottom: 25px; }
  .section-main .section__title {
    background: #27696e;
    border-radius: 10px 10px 0 0;
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    padding: 18px 20px; }
  .section-main .section-main__body {
    float: left;
    width: calc(100% - 370px);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px 10px 0 0; }
  .section-main .section-main__body-inner {
    padding: 22px 20px; }
  .section-main .section-main__aside {
    float: right;
    width: 350px;
    position: relative; }
    .section-main .section-main__aside .section__title {
      padding: 19px 20px 17px; }
    .section-main .section-main__aside .section-main__aside-image {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      margin-left: -10px; }

@media (max-width: 1199px) {
  .section-main {
    padding-bottom: 0; }
    .section-main .shell--secondary {
      padding: 0 18px; }
    .section-main .section-main__aside,
    .section-main .section-main__body {
      float: none;
      width: 100%;
      box-shadow: none;
      height: initial !important; }
    .section-main .section__title {
      padding: 20px 20px 16px; }
    .section-main .section-main__body-inner {
      padding: 18px 0 24px; }
    .section-main .section-main__aside {
      background: #26696d;
      margin: 0 -15px;
      padding: 0 15px 19px;
      width: calc(100% + 30px); }
      .section-main .section-main__aside:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 72px;
        background: #fff; }
      .section-main .section-main__aside .section__title {
        position: relative;
        z-index: 10; }
      .section-main .section-main__aside .section-main__aside-image {
        display: none; }
    .section-main .section-main__aside-inner {
      background: #fff;
      width: calc(100% - 326px); } }

@media (max-width: 767px) {
  .section-main {
    top: -61px; }
    .section-main .shell {
      padding: 0 22px; }
    .section-main .section__title {
      font-size: 18px;
      padding: 22px 21px 19px; }
    .section-main .section-main__body-inner {
      padding: 22px 0; }
    .section-main .section-main__aside-inner {
      width: 100%; }
    .section-main .section-main__aside {
      padding: 0 22px 22px;
      margin: 296px -22px 0;
      width: calc(100% + 44px); }
      .section-main .section-main__aside:after {
        height: 76px; }
      .section-main .section-main__aside .section__title {
        font-size: 32px;
        padding: 21px 21px 19px; } }

@media (max-width: 374px) {
  .section-main .section__title {
    padding: 27px 10px 28px;
    font-size: 15px; }
  .section-main .section-main__aside {
    margin-top: 320px; } }

/* ------------------------------------------------------------ *\
	Section Features
\* ------------------------------------------------------------ */
.section-features {
  margin-bottom: 2px;
  padding: 137px 0; }

@media (max-width: 1199px) {
  .section-features {
    margin-bottom: 2px;
    padding: 27px 0 23px; } }

@media (max-width: 767px) {
  .section-features {
    margin-bottom: 2px;
    padding: 23px 0 23px; } }

/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */
.textarea,
.field {
  background: #fff;
  border: 0;
  border-radius: 0;
  color: #000;
  font-size: 16px;
  font-family: "Graphik", sans-serif;
  font-weight: 400;
  padding: 0 12px;
  width: 100%;
  box-shadow: 0;
  transition: box-shadow .3s; }
  .textarea:focus,
  .field:focus {
    box-shadow: 0 0 2px rgba(0, 96, 149, 0.8) inset; }
  .textarea::-webkit-input-placeholder,
  .field::-webkit-input-placeholder {
    color: #000;
    opacity: 1; }
  .textarea::-moz-placeholder,
  .field::-moz-placeholder {
    color: #000;
    opacity: 1; }
  .textarea:-ms-input-placeholder,
  .field:-ms-input-placeholder {
    color: #000;
    opacity: 1; }
  .textarea:-moz-placeholder,
  .field:-moz-placeholder {
    color: #000;
    opacity: 1; }
  @media (max-width: 767px) {
    .textarea,
    .field {
      text-align: center; } }

.field {
  height: 42px;
  padding-top: 3px; }
  @media (max-width: 767px) {
    .field {
      height: 40px; } }

.textarea {
  resize: none;
  padding-top: 10px;
  padding-bottom: 1px; }
/*
.checkbox {
  position: relative;
  text-align: left;
  font-size: 14px;
  padding-top: 4px;
  padding-bottom: 22px; }
  .checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    display: none; }
    .checkbox input:checked + label:after {
      opacity: 1;
      visibility: visible; }
  .checkbox label {
    padding-left: 39px;
    letter-spacing: -0.021em;
    display: inline-block; }
    .checkbox label:before, .checkbox label:after {
      content: '';
      position: absolute;
      border-radius: 50%; }
    .checkbox label:before {
      left: 0;
      top: 0;
      width: 23px;
      height: 23px;
      background-color: transparent;
      border: 1px solid #000; }
    .checkbox label:after {
      width: 9px;
      height: 9px;
      background: #000;
      left: 7px;
      top: 7px;
      opacity: 0;
      visibility: hidden;
      transition: opacity .3s, visibility .3s; }
*/
/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
.gform_wrapper {
  max-width: 561px;
  margin: 0 auto; }
  .gform_wrapper .gfield_label {
    display: none; }
  .gform_wrapper .gform_body {
    width: 75%;
    float: left;
    margin: 0 -5px; }
    @media (max-width: 767px) {
      .gform_wrapper .gform_body {
        float: none;
        width: 100% !important; } }
    .gform_wrapper .gform_body li {
      list-style: none;
      width: 50%;
      padding: 0 5px;
      float: left; }
      @media (max-width: 767px) {
        .gform_wrapper .gform_body li {
          float: none;
          width: 100% !important;
          margin-bottom: 7px; } }
      .gform_wrapper .gform_body li input {
        background: #fff;
        border: 0;
        border-radius: 0;
        color: #000;
        font-size: 16px;
        font-family: "Graphik", sans-serif;
        font-weight: 400;
        padding: 0 12px;
        width: 100%;
        box-shadow: 0;
        transition: box-shadow .3s;
        height: 42px;
        padding-top: 3px; }
    .form-contact .gform_wrapper .gform_body {
      width: 100%; }
      .form-contact .gform_wrapper .gform_body li {
        width: 100%;
        padding: 0;
        margin-bottom: 10px; }
        .form-contact .gform_wrapper .gform_body li input {
          height: 32px;
          padding-left: 10px; }
    .form-contact--alt .gform_wrapper .gform_body {
      margin: 0; }
      .form-contact--alt .gform_wrapper .gform_body li input {
        background: #f7f7f7;
        padding: 12px;
        font-size: 16px;
        font-family: "Platform", sans-serif;
        font-weight: 400;
        letter-spacing: 0.05em;
        -webkit-appearance: none;
        height: 41px; }
  .gform_wrapper .gform_footer {
    width: 25%;
    float: right; }
    @media (max-width: 767px) {
      .gform_wrapper .gform_footer {
        float: none;
        width: 100% !important;
        margin-bottom: 7px; } }
    .gform_wrapper .gform_footer br {
      display: none; }
    .gform_wrapper .gform_footer p {
      margin: 0px;
      padding: 0px; }
      .gform_wrapper .gform_footer p br {
        display: none; }
    .gform_wrapper .gform_footer .gform_button {
      color: #fff;
      text-transform: uppercase;
      font-family: "Platform", sans-serif;
      font-weight: 700;
      font-size: 13px;
      letter-spacing: 0.15em;
      width: 100%;
      border: 0;
      border-radius: 0;
      padding: 16px 5px 12px 9px;
      opacity: 1;
      transition: opacity .3s; }
      .section-parallax--blue .gform_wrapper .gform_footer .gform_button {
        background: #006095; }
      .section-parallax--yellow .gform_wrapper .gform_footer .gform_button {
        background: #e6b43e; }
      .section-parallax--red .gform_wrapper .gform_footer .gform_button {
        background: #d44f46; }
      .section-parallax--green .gform_wrapper .gform_footer .gform_button {
        background: #1e423e; }
      .section-parallax--pink .gform_wrapper .gform_footer .gform_button {
        background: #e38092; }
    .form-contact .gform_wrapper .gform_footer {
      float: left; }
      .form-contact .gform_wrapper .gform_footer .gform_button {
        width: auto;
        padding: 14px 42px;
        margin-top: -4px;
        background: #27696e; }
    .form-contact--alt .gform_wrapper .gform_footer .gform_button {
      background: #000; }
  .gform_wrapper .ginput_container_checkbox {
    position: relative;
    text-align: left;
    font-size: 14px;
    padding-top: 4px;
    padding-bottom: 22px; }
    .gform_wrapper .ginput_container_checkbox input {
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 0;
      opacity: 0;
      visibility: hidden;
      display: none; }
      .gform_wrapper .ginput_container_checkbox input:checked + label:after {
        opacity: 1;
        visibility: visible; }
    .gform_wrapper .ginput_container_checkbox label {
      padding-left: 39px;
      letter-spacing: -0.021em;
      display: inline-block; }
      .gform_wrapper .ginput_container_checkbox label:after, .gform_wrapper .ginput_container_checkbox label:before {
        content: '';
        position: absolute;
        border-radius: 50%; }
      .gform_wrapper .ginput_container_checkbox label:after {
        width: 9px;
        height: 9px;
        background: #000;
        left: 7px;
        top: 7px;
        opacity: 0;
        visibility: hidden;
        transition: opacity .3s, visibility .3s; }
      .gform_wrapper .ginput_container_checkbox label:before {
        left: 0;
        top: 0;
        width: 23px;
        height: 23px;
        background-color: transparent;
        border: 1px solid #000; }

.form {
  max-width: 561px;
  margin: 0 auto; }
  .form__cols {
    margin: 0 -5px; }
    @media (max-width: 767px) {
      .form__cols {
        max-width: 268px;
        margin: 0 auto; } }
  .form__col {
    padding: 0 5px;
    float: left; }
    @media (max-width: 767px) {
      .form__col {
        float: none;
        width: 100% !important;
        margin-bottom: 7px; } }
    .form__col:nth-child(1) {
      width: 37%; }
    .form__col:nth-child(2) {
      width: 37%; }
    .form__col:nth-child(3) {
      width: 26%; }
  .form__row {
    margin-bottom: 10px; }
  .form__btn {
    background: #006095;
    color: #fff;
    text-transform: uppercase;
    font-family: "Platform", sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.15em;
    width: 100%;
    border: 0;
    border-radius: 0;
    padding: 16px 5px 12px 9px;
    opacity: 1;
    transition: opacity .3s; }
    @media (max-width: 767px) {
      .form__btn {
        padding: 13px 0; } }
    .form__btn--green {
      background: #1e423e; }
    .form__btn:hover {
      opacity: .8; }

/* ------------------------------------------------------------ *\
	Form Contact
\* ------------------------------------------------------------ */
@media (max-width: 767px) {
  .form-contact {
    padding: 0 40px; } }

.form-contact .field {
  height: 32px;
  padding-left: 10px; }

.form-contact .textarea {
  padding-left: 10px; }

.form-contact .form__btn {
  width: auto;
  padding: 14px 42px;
  margin-top: -4px;
  background: #27696e;
  float: left; }
  @media (max-width: 767px) {
    .form-contact .form__btn {
      width: 100%;
      display: block;
      float: none; } }

@media (max-width: 767px) {
  .form-contact--alt {
    padding: 0; } }

.form-contact--alt .form__head {
  margin-bottom: 37px; }
  @media (max-width: 767px) {
    .form-contact--alt .form__head {
      margin-bottom: 18px; } }

.form-contact--alt .form__actions,
.form-contact--alt .form__body {
  max-width: 444px;
  margin: 0 auto;
  overflow: hidden; }

.form-contact--alt .form__row {
  margin-bottom: 16px; }

.form-contact--alt .field {
  height: 41px; }

.form-contact--alt .textarea {
  height: 102px; }

.form-contact--alt .textarea,
.form-contact--alt .field {
  background: #f7f7f7;
  padding: 12px;
  font-size: 16px;
  font-family: "Platform", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

.form-contact--alt .form__btn {
  float: left;
  background: #000;
  font-family: "Platform", sans-serif; }

/* ------------------------------------------------------------ *\
	Form Subscribe
\* ------------------------------------------------------------ */
.form-subscribe {
  padding-top: 2px;
  padding-left: 2px;
  max-width: 186px; }
  .form-subscribe .form__row {
    margin-bottom: 7px; }
  .form-subscribe .field {
    height: 15px;
    background: #333;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    padding: 0 1ch;
    padding: 2px 5px 1px; }
    .form-subscribe .field::-webkit-input-placeholder {
      color: #fff;
      opacity: 1; }
    .form-subscribe .field::-moz-placeholder {
      color: #fff;
      opacity: 1; }
    .form-subscribe .field:-ms-input-placeholder {
      color: #fff;
      opacity: 1; }
    .form-subscribe .field:-moz-placeholder {
      color: #fff;
      opacity: 1; }
  .form-subscribe__btn {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    margin-top: 7px;
    letter-spacing: -0.02em; }

.form__reg label.error {
  display: none !important; }

.form__reg input.error {
  border: 1px solid #f89f9f; }

.form__reg2 label.error {
  display: none !important; }

.form__reg2 input.error {
  border: 1px solid #f89f9f; }

.form__reg3 label.error {
  display: none !important; }

.form__reg3 input.error {
  border: 1px solid #f89f9f; }

.form__reg4 label.error {
  display: none !important; }

.form__reg4 input.error {
  border: 1px solid #f89f9f; }

.form__reg5 label.error {
  display: none !important; }

.form__reg5 input.error {
  border: 1px solid #f89f9f; }

/* ------------------------------------------------------------ *\
	Form Code
\* ------------------------------------------------------------ */
.form-code label {
  display: inline-block;
  font-family: "Platform", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.215em;
  margin-bottom: 12px; }

.form-code .form__field {
  width: 100%;
  height: 33px;
  background: #e7efee;
  border-radius: 4px;
  border: none;
  color: #27696e;
  padding: 0 10px; }
  .form-code .form__field::-webkit-input-placeholder {
    color: #27696e;
    opacity: 1; }
  .form-code .form__field::-moz-placeholder {
    color: #27696e;
    opacity: 1; }
  .form-code .form__field:-ms-input-placeholder {
    color: #27696e;
    opacity: 1; }
  .form-code .form__field:-moz-placeholder {
    color: #27696e;
    opacity: 1; }

.form-code .form__body {
  position: relative;
  padding-right: 90px; }

.form-code .form__btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 79px;
  border: 1px solid #27696e;
  font-size: 13px;
  line-height: 33px;
  height: 33px;
  font-family: "Platform", sans-serif;
  background: none;
  color: #27696e;
  letter-spacing: 0.2em;
  padding: 0;
  border-radius: 4px;
  transition: background .4s, color .4s; }
  .form-code .form__btn:hover {
    background: #27696e;
    color: #fff; }

.form-code .form__hint {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #23575b;
  margin-top: 7px;
  margin-bottom: -6px;
  display: none; }

.validation_error {
  display: none !important; }

.validation_message {
  display: none !important; }

.gfield_error input {
  border: 1px solid #f89f9f !important; }

/* ------------------------------------------------------------ *\
	Articles
\* ------------------------------------------------------------ */
.articles:after {
  content: '';
  line-height: 0;
  width: 100%;
  display: table;
  clear: both; }

.articles--two {
  padding: 0 20px; }
  @media (max-width: 991px) {
    .articles--two {
      padding: 0 15px; } }
  @media (max-width: 767px) {
    .articles--two {
      padding: 0; } }
  .articles--two .article {
    width: 50%;
    float: left;
    padding: 0 20px; }
    @media (max-width: 991px) {
      .articles--two .article {
        padding: 0 15px; } }
    @media (max-width: 767px) {
      .articles--two .article {
        padding: 0;
        width: 100%;
        float: none;
        margin-bottom: 20px; } }
    .articles--two .article a {
      cursor: default; }
      .articles--two .article a.scroll-section {
        cursor: pointer; }

/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */
.article {
  position: relative; }
  .article__bookmark.bookmark--bottom {
    bottom: 0; }
  .article__image {
    display: block;
    width: 100%;
    padding-bottom: 66.7%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    opacity: 1;
    transition: opacity .3s;
    /*
		&:hover {
			opacity: .85;
		}
		*/ }
  .article__bookmark {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    text-align: center; }
    @media (max-width: 767px) {
      .article__bookmark {
        font-size: 10px; } }
  .article__content {
    padding: 41px 20px 37px; }
    @media (max-width: 767px) {
      .article__content {
        padding: 31px 20px 26px; } }
  .article a {
    opacity: 1;
    transition: opacity .3s;
    /*
		&:hover {
			opacity: .8;
		}
		*/ }
  .article p {
    line-height: 1.2; }
    @media (max-width: 1199px) {
      .article p br {
        display: none; } }
    @media (max-width: 767px) {
      .article p {
        padding: 0 00px; } }
  .article h5 {
    margin-bottom: 10px; }
  .article h3 {
    margin-bottom: 12px; }
    @media (max-width: 767px) {
      .article h3 {
        padding: 0 10px; } }
  .article .tile_btn {
    padding: .85em 1.5em;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    font-family: Platform,sans-serif;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 1.5em;
    letter-spacing: .2em; }
  .article--green h3 a {
    color: #27696e; }
  @media (max-width: 767px) {
    .article--green h3 {
      line-height: 1.05;
      margin-bottom: 18px; } }
  .article--green .article__content {
    background: #eef2f0; }
  .article--green .tile_btn {
    background-color: #27696e; }
  .article--red h3 a {
    color: #d44f46; }
  .article--red .article__content {
    background: #fefaf9; }
  .article--red .tile_btn {
    background-color: #d44f46; }

/* ------------------------------------------------------------ *\
	Articles Room
\* ------------------------------------------------------------ */
.articles-room {
  margin: 0 -18px 0 -20px; }
  .articles-room .article-room {
    float: left;
    width: 50%;
    padding: 0 20px; }

@media (max-width: 991px) {
  .articles-room {
    margin: 0; }
    .articles-room .article-room {
      float: none;
      width: 100%;
      padding: 0; }
      .articles-room .article-room + .article-room {
        margin-top: 19px; } }

/* ------------------------------------------------------------ *\
	Article Room
\* ------------------------------------------------------------ */
.article-room p {
  line-height: 1.2;
  font-size: 20px;
  letter-spacing: -0.009em;
  margin-bottom: 45px; }

.article-room h6 {
  font-family: "Platform", sans-serif;
  font-size: 13px;
  color: #27696e;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 10px; }

.article-room ul {
  padding-right: 2px; }

.article-room .article__inner {
  background: #fff;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px 10px 0 0; }

.article-room .article__head {
  background: #28696f;
  color: #fff;
  border-radius: 10px 10px 0 0;
  padding: 8px 18px 7px; }
  .article-room .article__head h3 {
    letter-spacing: 0.02em;
    margin-top: 5px;
    margin-bottom: 5px; }

.article-room .article__image {
  padding-bottom: 60.7%; }

.article-room .article__body {
  padding: 26px 18px; }
  .article-room .article__body p {
    padding-left: 8px; }

@media (max-width: 767px) {
  .article-room p {
    font-size: 16px;
    letter-spacing: 0;
    margin-bottom: 20px; }
  .article-room .article__head {
    padding: 8px 11px 7px; }
  .article-room .article__body {
    padding: 12px 13px 14px; } }

@media (max-width: 374px) {
  .article-room .article__head h3 {
    font-size: 35px; } }

/* ------------------------------------------------------------ *\
	Articles Primary
\* ------------------------------------------------------------ */
.articles-primary {
  margin: 0 -7px -47px; }
  .articles-primary .article-primary {
    float: left;
    width: 33.33%;
    padding: 0 7px; }

@media (max-width: 1199px) {
  .articles-primary {
    margin: 0 -4px -47px; }
    .articles-primary .article-primary {
      padding: 0 4px; } }

/* ------------------------------------------------------------ *\
	Article Primary
\* ------------------------------------------------------------ */
.article-primary {
  margin-bottom: 47px; }
  .article-primary h2 {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.029em;
    margin-bottom: 11px; }
  .article-primary .article__image {
    position: relative;
    padding: 68.7% 0 0; }
    .article-primary .article__image h6 {
      font-size: 14px;
      color: #fff;
      background: #27696e;
      position: absolute;
      top: 0;
      left: 9px;
      min-width: 147px;
      font-weight: 400;
      letter-spacing: -0.06em;
      padding: 8px 12px 7px 15px;
      border-radius: 0 0 5px 5px; }
      .article-primary .article__image h6 span {
        font-weight: 500;
        font-family: "Platform", sans-serif;
        font-size: 33px;
        letter-spacing: -0.009em;
        padding-left: 6px; }
  .article-primary .article__body {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
    padding: 16px 19px 20px;
    border: 1px solid #fff;
    transition: background-color .4s; }
  .article-primary .article__body-inner {
    position: relative; }
  .article-primary .article__tooltip {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 3px);
    background: #fff;
    padding: 6px 0px 0 2px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s, visibility .4s; }
    .article-primary .article__tooltip:after {
      /*
			content: '';
			position: absolute;
			margin-top: -2px;
			top: 100%;
			left: -20px;
			right: -17px;
			height: 26px;
			background: #fff;
			border-left: 1px solid #5a898d;
			border-right: 1px solid #5a898d;
			border-bottom: 1px solid #5a898d;
			box-shadow: 3px 7px 10px 0 rgba(0, 0, 0, .15);
*/ }
    .article-primary .article__tooltip .btn {
      margin-top: 9px;
      margin-top: 18px;
      color: #27696e;
      background: #e7efee;
      width: 100%;
      min-width: 0; }
  .article-primary .article__content {
    padding: 0; }
    .article-primary .article__content p {
      line-height: 1.2;
      letter-spacing: -0.006em;
      margin-bottom: 16px; }
    .article-primary .article__content h5 {
      background: #e7efee;
      color: #27696e;
      font-size: 16px;
      font-weight: 400;
      font-family: "Graphik", sans-serif;
      letter-spacing: 0;
      border-radius: 4px;
      padding: 9px 10px 6px;
      margin-right: -3px;
      margin-bottom: 8px; }
    .article-primary .article__content .btn {
      min-width: 0;
      width: calc(100% + 5px); }
      .article-primary .article__content .btn .ico-circle {
        width: 15px;
        height: 15px;
        margin-top: -1px;
        margin-right: 1px; }
      .article-primary .article__content .btn .ico-angle-down {
        width: 9px;
        height: 5px; }
  .article-primary.visible-popup .article__tooltip {
    opacity: 1;
    visibility: visible; }
  .article-primary.visible-popup .article__body {
    border-color: #5a898d; }
  .article-primary.visible-popup .article__content {
    opacity: 0; }

@media (max-width: 1199px) {
  .article-primary .article__image {
    padding: 69% 0 0; }
  .article-primary .article__content h5 {
    margin-left: -5px;
    letter-spacing: -0.01em; }
  .article-primary .article__content .btn {
    margin-left: -5px;
    width: calc(100% + 11px); }
  .article-primary .article__tooltip {
    width: calc(100% + 15px);
    left: -7px; }
    .article-primary .article__tooltip:after {
      left: -13px;
      right: -12px; } }

@media (max-width: 991px) {
  .article-primary .article__tooltip {
    min-height: 100%; }
    .article-primary .article__tooltip:after {
      display: none; } }

@media (max-width: 767px) {
  .article-primary {
    margin-bottom: 0; }
    .article-primary .article__body {
      box-shadow: none; }
    .article-primary .article__image {
      padding: 66.8% 0 0; }
      .article-primary .article__image h6 {
        left: 14px; }
    .article-primary .article__content h5 {
      margin-left: 0;
      margin-right: 1px;
      padding: 6px 9px;
      margin-bottom: 9px; }
    .article-primary .article__content .btn {
      margin-left: 0;
      width: calc(100% + 2px); }
      .article-primary .article__content .btn .ico-circle {
        border: 1px solid #fff;
        transition: border-color .4s; }
      .article-primary .article__content .btn span {
        font-size: 0; }
    .article-primary .article__body {
      padding-bottom: 20px; } }

/* ------------------------------------------------------------ *\
	Features
\* ------------------------------------------------------------ */
.features--three {
  font-size: 0;
  margin: 0 20px;
  margin-bottom: -98px; }
  @media (max-width: 991px) {
    .features--three {
      margin-bottom: -60px; } }
  @media (max-width: 767px) {
    .features--three {
      margin: 0; } }
  .features--three .feature {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    padding: 0 60px; }
    @media (max-width: 991px) {
      .features--three .feature {
        width: 50%;
        padding: 0 30px; } }
    @media (max-width: 767px) {
      .features--three .feature {
        width: 100%;
        float: none;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 24px;
        border-bottom: 1px solid #bfbfbf;
        margin-bottom: 39px; } }
    .features--three .feature--alt {
      padding: 0 40px; }

@media (max-width: 767px) {
  .features--alt {
    overflow: hidden; } }

@media (max-width: 767px) {
  .features--alt .feature {
    float: left;
    width: 50%;
    border-bottom: 0;
    padding: 0;
    margin-bottom: 30px; } }

/* ------------------------------------------------------------ *\
	Feature
\* ------------------------------------------------------------ */
.feature {
  font-size: 16px;
  margin-bottom: 98px;
  text-align: center; }
  .feature--brown h4 {
    color: #7c5739; }
  .feature--light-green h4 {
    color: #27696e; }
  .feature--dark-green h4 {
    color: #084b44; }
  .feature--blue h4 {
    color: #006095; }
  .feature--yellow h4 {
    color: #e6b43e; }
  .feature--red h4 {
    color: #d44f46; }
  @media (max-width: 991px) {
    .feature {
      margin-bottom: 60px; } }
  .feature__title {
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .feature__title {
        margin-bottom: 12px; } }
  @media (max-width: 767px) {
    .feature p {
      line-height: 1.2; } }
  .feature img {
    position: relative; }
  @media (max-width: 767px) {
    .feature__content {
      padding: 0 20px; } }
  .feature__image {
    font-size: 0;
    height: 233px;
    margin-bottom: 9px; }
    @media (max-width: 767px) {
      .feature__image {
        height: auto;
        margin-bottom: 1px; } }
    .feature__image img {
      display: inline-block;
      vertical-align: bottom;
      position: relative;
      margin-bottom: 19px; }
    .feature__image:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      height: 100%; }
      @media (max-width: 767px) {
        .feature__image:before {
          display: none; } }
  @media (max-width: 767px) {
    .feature--alt {
      padding: 0; } }
  .feature--alt .feature__image {
    height: 165px;
    height: 185px;
    margin-bottom: 5px; }
    @media (max-width: 767px) {
      .feature--alt .feature__image {
        height: 65px; } }
    @media (max-width: 767px) {
      .feature--alt .feature__image:before {
        display: inline-block;
        vertical-align: bottom; } }
  .feature--alt img {
    vertical-align: bottom;
    margin-bottom: 36px; }
    @media (max-width: 767px) {
      .feature--alt img {
        max-height: 65px;
        width: auto;
        margin-bottom: 0;
        max-height: 65px !important;
        max-width: 65px !important; } }
  @media (max-width: 767px) {
    .feature--alt .feature__content {
      padding: 0 5px; } }
  @media (max-width: 767px) {
    .feature--alt p {
      line-height: 1.2; } }
  @media (max-width: 767px) {
    .feature--alt .feature__title {
      font-size: 16px;
      margin-bottom: 2px; } }
  .feature--1 img {
    left: -5px;
    top: 10px; }
    @media (max-width: 767px) {
      .feature--1 img {
        left: -9px;
        top: 0; } }
  @media (max-width: 767px) {
    .feature--2 img {
      left: 1px;
      margin-bottom: 28px; } }
  @media (max-width: 767px) {
    .feature--2 p {
      padding: 0 10px; } }
  @media (max-width: 767px) {
    .feature--3 {
      padding-bottom: 24px !important; } }
  .feature--3 img {
    top: -9px;
    left: -4px; }
    @media (max-width: 767px) {
      .feature--3 img {
        margin-bottom: 37px;
        top: 0; } }
  @media (max-width: 767px) {
    .feature--3 .feature__title {
      margin-bottom: 12px; } }
  @media (max-width: 767px) {
    .feature--3 p {
      padding: 0 10px;
      line-height: 1.2; } }
  @media (max-width: 767px) {
    .feature--4 {
      padding-bottom: 26px !important;
      margin-bottom: 36px !important; } }
  .feature--4 img {
    top: -20px;
    left: 24px; }
    @media (max-width: 767px) {
      .feature--4 img {
        top: 0;
        left: -2px; } }
  @media (max-width: 767px) {
    .feature--4 .feature__image {
      padding-top: 3px;
      padding-bottom: 0;
      margin-bottom: 10px; } }
  .feature--5 img {
    top: 3px;
    left: -4px; }
    @media (max-width: 767px) {
      .feature--5 img {
        left: 0;
        margin-bottom: 3px; } }
  @media (max-width: 767px) {
    .feature--5 {
      padding-bottom: 24px !important;
      margin-bottom: 18px !important; } }
  @media (max-width: 767px) {
    .feature--5 .feature__image {
      margin-bottom: 29px;
      padding-top: 5px;
      left: -5px;
      position: relative; } }
  @media (max-width: 767px) {
    .feature--5 .feature__title {
      margin-bottom: 13px; } }
  @media (max-width: 767px) {
    .feature--5 p {
      padding: 0 20px;
      line-height: 1.2; } }
  .feature--6 img {
    left: -6px;
    top: -17px; }
    @media (max-width: 767px) {
      .feature--6 img {
        top: 0;
        left: 0; } }
  @media (max-width: 767px) {
    .feature--6 .feature__image {
      left: 3px;
      position: relative; } }
  @media (max-width: 767px) {
    .feature--7 img {
      max-width: 47px; } }
  @media (max-width: 767px) {
    .feature--8 img {
      max-width: 61px; } }
  @media (max-width: 767px) {
    .feature--9 {
      margin-bottom: 0 !important; } }
  @media (max-width: 767px) {
    .feature--9 img {
      max-width: 37px; } }
  @media (max-width: 767px) {
    .feature--9 .feature__image {
      margin-bottom: 8px; } }
  @media (max-width: 767px) {
    .feature--10 img {
      max-width: 43px; } }
  @media (max-width: 767px) {
    .feature--11 img {
      max-width: 27px; } }
  @media (max-width: 767px) {
    .feature--12 {
      margin-bottom: 0 !important; } }
  @media (max-width: 767px) {
    .feature--12 img {
      max-width: 55px; } }
  @media (max-width: 767px) {
    .feature--12 .feature__image {
      margin-bottom: 8px; } }

/* ------------------------------------------------------------ *\
	Features Dot
\* ------------------------------------------------------------ */
.features-dot {
  text-align: center; }
  .features-dot .feature-dot {
    display: inline-block; }
    .features-dot .feature-dot + .feature-dot {
      margin-left: 70px; }

@media (max-width: 767px) {
  .features-dot {
    text-align: center; }
    .features-dot .feature-dot {
      display: block; }
      .features-dot .feature-dot + .feature-dot {
        margin: 42px 0 0; } }

/* ------------------------------------------------------------ *\
	Feature Dot
\* ------------------------------------------------------------ */
.feature-dot {
  text-align: center;
  color: #fff; }
  .feature-dot h5 {
    text-transform: uppercase;
    font-size: 17px;
    margin: 14px 0 0;
    letter-spacing: 0.2em; }
  .feature-dot h6 {
    font-weight: 400;
    font-size: 16px;
    margin: 11px 0 0; }
  .feature-dot h5 + h6 {
    margin-top: 1px; }
  .feature-dot .btn {
    margin: 18px 0 0; }
  .feature-dot .feature__ico-holder {
    background: #fff;
    width: 132px;
    height: 132px;
    border-radius: 50%;
    position: relative;
    display: inline-block; }
    .feature-dot .feature__ico-holder i {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .feature-dot--alt {
    color: #000; }

@media (max-width: 991px) {
  .feature-dot .feature__ico-holder {
    width: 120px;
    height: 120px; } }

@media (max-width: 767px) {
  .feature-dot h6 {
    margin-top: 23px; }
  .feature-dot .feature__ico-holder {
    width: 132px;
    height: 132px; }
  .feature-dot--alt h5 {
    margin-top: 14px; }
  .feature-dot--alt .ico-bed {
    margin-top: 0; } }

@media (max-width: 374px) {
  .feature-dot .feature__ico-holder {
    width: 107px;
    height: 107px; } }

/* ------------------------------------------------------------ *\
	Features Primary
\* ------------------------------------------------------------ */
.features-primary {
  margin: 0 -35px -70px; }
  .features-primary .feature-primary {
    width: 33.33%;
    float: left;
    padding: 0 35px 70px; }

@media (max-width: 1199px) {
  .features-primary {
    margin: 0 -5px -10px;
    padding-right: 6px; }
    .features-primary .feature-primary {
      padding: 0 5px 10px; } }

@media (max-width: 767px) {
  .features-primary {
    margin: 0;
    padding: 0 8px; }
    .features-primary .feature-primary {
      padding: 0;
      float: none;
      width: 100%; }
      .features-primary .feature-primary + .feature-primary {
        margin-top: 11px; } }

/* ------------------------------------------------------------ *\
	Feature Primary
\* ------------------------------------------------------------ */
.feature-primary h4 {
  font-family: "Platform", sans-serif;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 12px; }

.feature-primary p {
  line-height: 1.2;
  letter-spacing: -0.003em;
  margin-bottom: 5px; }

.feature-primary .btn {
  min-width: 0;
  width: 100%; }

.feature-primary .feature__inner {
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  background: #FFF;
  padding: 95px 20px 18px 18px; }

.feature-primary .feature__ico {
  width: 68px;
  height: 68px;
  background: #CDDCE7;
  border-radius: 50%;
  position: absolute;
  top: 17px;
  left: 19px; }
  .feature-primary .feature__ico i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.feature-primary .feature__label {
  position: absolute;
  top: 0;
  right: 25px;
  width: 64px;
  height: 76px;
  text-align: center;
  padding-top: 10px;
  font-family: "Platform", sans-serif;
  font-weight: 500;
  font-size: 23px;
  background: #006095;
  color: #fff;
  letter-spacing: 0.025em; }
  .feature-primary .feature__label:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 32.5px 32px 32.5px;
    border-color: transparent transparent #ffffff transparent; }

.feature-primary .btn--primary:hover {
  background: #fff;
  color: #006095;
  border-color: #006095; }
  .feature-primary .btn--primary:hover .ico-plus {
    background: #006095; }
    .feature-primary .btn--primary:hover .ico-plus:after, .feature-primary .btn--primary:hover .ico-plus:before {
      background: #fff; }

.feature-primary--green .feature__label {
  background: #27696e; }

.feature-primary--green .btn--primary-alt {
  background: #e7efee;
  color: #27696e !important; }
  .feature-primary--green .btn--primary-alt:hover {
    border-color: #e7efee; }
    .feature-primary--green .btn--primary-alt:hover .ico-plus {
      background: none !important; }

.feature-primary--green .ico-x {
  background: none;
  border-color: #3f7a7e !important; }
  .feature-primary--green .ico-x:after, .feature-primary--green .ico-x:before {
    background: #3f7a7e !important; }

.feature-primary--red .feature__ico {
  background: #eddedc; }

.feature-primary--red .feature__label {
  background: #9b1e3e; }

.feature-primary--red .btn--primary-alt {
  background: #eddedc;
  color: #9b1e3e !important; }
  .feature-primary--red .btn--primary-alt:hover {
    border-color: #eddedc; }
    .feature-primary--red .btn--primary-alt:hover .ico-plus {
      background: none !important; }

.feature-primary--red .ico-x {
  background: none;
  border-color: #a02947 !important; }
  .feature-primary--red .ico-x:after, .feature-primary--red .ico-x:before {
    background: #a02947 !important; }

.feature-primary--purple .feature__label {
  background: #9b1e3e; }

.feature-primary--purple .btn--primary-alt {
  background: #9b1e3e;
  color: #FFFFFF !important; }

  .feature-primary--purple .btn--primary-alt:hover {
    border-color: #9b1e3e; 
    color: #9b1e3e !important;
    background: #FFFFFF;
  }

.feature-primary--purple .btn--primary-alt:hover .ico-plus {
  background: none !important; }

.feature-primary--red .ico-x {
  background: none;
  border-color: #a02947 !important; }
  .feature-primary--red .ico-x:after, .feature-primary--red .ico-x:before {
    background: #a02947 !important; }

.feature-primary--yellow .feature__label {
  background: #e6b43e; }

.feature-primary--yellow .btn--primary-alt {
  background: #e6b43e;
  color: #FFFFFF;  
 }
  .feature-primary--yellow .btn--primary-alt:hover {
    border-color: #e6b43e; 
    background: #FFFFFF;
    color: #e6b43e;
  }
    .feature-primary--yellow .btn--primary-alt:hover .ico-plus {
      background: none !important; }

.feature-primary--yellow .ico-x {
  background: none;
  border-color: #e6b43f !important; }
  .feature-primary--yellow .ico-x:after, .feature-primary--yellow .ico-x:before {
    background: #e6b43f !important; }
    
    .feature-primary--pink .feature__label {
      background: #e38092; }
    
    .feature-primary--pink .btn--primary-alt {
      background: #e38092;
      color: #FFFFFF !important; }
      .feature-primary--pink .btn--primary-alt:hover {
        border-color: #e38092; }
        .feature-primary--pink .btn--primary-alt:hover .ico-plus {
          background: none !important; }
    
    .feature-primary--pink .ico-x {
      background: none;
      border-color: #e6b43f !important; }
      .feature-primary--pink .ico-x:after, .feature-primary--pink .ico-x:before {
        background: #e6b43f !important; }

.feature-primary--orange .feature__label {
  background: #d55046; }

.feature-primary--orange .btn--primary-alt {
  background: #d55046;
  color: #fff; }
  .feature-primary--orange .btn--primary-alt:hover {
    border-color: #d55046;
    color: #d55046; }
    .feature-primary--orange .btn--primary-alt:hover .ico-plus {
      background: #d55046 !important; }

.feature-primary--orange .ico-plus {
  background: #fff;
  border-color: #fff; }
  .feature-primary--orange .ico-plus:after, .feature-primary--orange .ico-plus:before {
    background: #d55046 !important; }

@media (max-width: 1199px) {
  .feature-primary .feature__inner {
    padding: 95px 18px 18px 21px; }
  .feature-primary .feature__ico {
    left: 22px; } }

@media (max-width: 767px) {
  .feature-primary p {
    margin-bottom: 11px; } }

/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */
.slider {
  position: relative;
  visibility: hidden; }
  .slider.slick-initialized {
    visibility: visible; }
  .slider__slide {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: none; }
    .slider__slide:first-child {
      display: block; }
  .slider__caption {
    position: absolute;
    bottom: 63px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
    text-shadow: 0 0 8px black;
    width: 100%;
    text-align: center;
    padding: 0 1em;
    font-size: 13px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Platform", sans-serif; }
    @media (max-width: 767px) {
      .slider__caption {
        text-shadow: 0 0 8px black;
        bottom: 37px; } }
  .slider img {
    width: 100%;
    height: auto; }

/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */
.section-slider__full .shell {
  max-width: 100%; }

.section-slider__full .slider-one .slider__slide {
  height: 100vh; }
  @media (max-width: 767px) {
    .section-slider__full .slider-one .slider__slide {
      height: 0px;
      padding-bottom: 12%;
      padding-bottom: 6%; } }

.section-slider__full .slider-one .slider__slide.section__background {
  background-size: cover !important; }

.section-slider__full .slider-five .slider__slide {
  height: 100vh; }
  @media (max-width: 767px) {
    .section-slider__full .slider-five .slider__slide {
      height: 0px;
      padding-bottom: 60%; } }

.section-slider__full .slider-five .slider__slide.section__background {
  background-size: cover !important; }

/* ------------------------------------------------------------ *\
	Slider One
\* ------------------------------------------------------------ */
.slider-one .slider__slide {
  height: 900px; }
  @media (max-width: 991px) {
    .slider-one .slider__slide {
      height: 547px; } }
  .slider-one .slider__slide.section__background {
    position: relative !important;
    background-size: 100% !important; }

@media (max-width: 767px) {
  .slider-one .slick-arrow {
    display: none !important; } }

.slider-one--alt .slider__slide {
  background-size: cover !important; }

.slider-one--size1 .slider__slide {
  height: 895px;
  background-size: cover !important; }
  @media (max-width: 991px) {
    .slider-one--size1 .slider__slide {
      height: 550px; } }
  @media (max-width: 767px) {
    .slider-one--size1 .slider__slide {
      height: 547px; }
      .slider-one--size1 .slider__slide .slider__caption {
        display: none; } }

@media (max-width: 767px) {
  .slider-one--size1 .slick-dots {
    bottom: 40px; } }

.slider-one--def .slider__slide {
  background-size: cover !important;
  height: 530px; }

.slider-one--def .slick-dots {
  bottom: 28px; }
  .slider-one--def .slick-dots li button {
    background: #fff; }
  .slider-one--def .slick-dots .slick-active button {
    background: #27696e; }

.slider-one--def .slider__caption {
  bottom: 50px; }

.slider-one--def .slick-prev {
  left: 6px; }

.slider-one--def .slick-next {
  right: 6px; }

@media (max-width: 1199px) {
  .slider-one--def .slider__caption {
    letter-spacing: -0.005em; }
  .slider-one--def .slick-prev {
    left: 16px; }
  .slider-one--def .slick-next {
    right: 16px; }
  .slider-one--def .slider__slide {
    height: 532px; }
  .slider-one--alt .slider__slide {
    height: 639px; } }

@media (max-width: 767px) {
  .slider-one--def .slider__caption {
    display: none; }
  .slider-one--def .slick-dots {
    bottom: 14px; }
  .slider-one--def .slider__slide {
    height: 203px; }
  .slider-one--alt .slick-dots {
    bottom: 37px; }
  .slider-one--alt .slider__slide {
    height: 546px; }
  .slider-one--alt .slider__caption {
    display: none; } }

/* ------------------------------------------------------------ *\
	Slider Two
\* ------------------------------------------------------------ */
.slider-two {
  /*max-width: 1393px;*/
  /*max-width: 1390px;*/
  width: 100%;
  margin: 0 auto;
  font-size: 0;
  line-height: 0; }
  @media (max-width: 767px) {
    .slider-two {
      overflow: hidden; } }
  .slider-two img {
    display: block;
    padding: 0 3px 6px; }
  .slider-two .slider__slide {
    max-width: 14.5%;
    float: left; }
    .slick-initialized .slider-two .slider__slide {
      max-width: none; }
    @media (max-width: 767px) {
      .slider-two .slider__slide {
        float: left;
        width: 33%; } }
  .slider-two:before, .slider-two:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5);
    width: 14.5%;
    z-index: 5;
    pointer-events: none; }
    @media (max-width: 767px) {
      .slider-two:before, .slider-two:after {
        display: none; } }
  .slider-two:after {
    width: 14.2%; }
  .slider-two:before {
    left: 0; }
  .slider-two:after {
    right: 0; }
  .slider-two .slick-arrow {
    margin-top: -24px; }
  .slider-two .slick-prev {
    left: 2px; }
  .slider-two .slick-next {
    right: 2px; }

/* ------------------------------------------------------------ *\
	Slider Two Alt
\* ------------------------------------------------------------ */
.slider-two-alt {
  /*max-width: 1393px;*/
  /*max-width: 1390px;*/
  width: 100%;
  margin: 0 auto;
  font-size: 0;
  line-height: 0; }
  @media (max-width: 767px) {
    .slider-two-alt {
      overflow: hidden;
      opacity: 1;
      visibility: visible; } }
  .slider-two-alt img {
    display: block;
    padding: 0 3px 6px; }
  .slider-two-alt .slider__slide {
    height: initial;
    max-width: 14.5%;
    float: left; }
    .slick-initialized .slider-two-alt .slider__slide {
      max-width: none; }
    @media (max-width: 767px) {
      .slider-two-alt .slider__slide {
        float: none;
        max-width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
            align-items: flex-start;
        margin: 0 -4px; }
        .slider-two-alt .slider__slide img {
          padding: 0 4px 8px;
          width: 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
          height: auto; } }
  .slider-two-alt:before, .slider-two-alt:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5);
    width: 20%;
    z-index: 5;
    pointer-events: none; }
    @media (max-width: 767px) {
      .slider-two-alt:before, .slider-two-alt:after {
        display: none; } }
  .slider-two-alt:after {
    width: 20%; }
  .slider-two-alt:before {
    left: 0; }
  .slider-two-alt:after {
    right: 0; }
  .slider-two-alt .slick-arrow {
    margin-top: -24px; }
  .slider-two-alt .slick-prev {
    left: 2px; }
  .slider-two-alt .slick-next {
    right: 2px; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .slider-two-alt .slider__slide {
    height: auto; } }

@media (max-width: 1199px) {
  .slider-two-alt .slick-next {
    right: 19px; }
  .slider-two-alt .slick-prev {
    left: 21px; } }

@media (max-width: 767px) {
  .slider-two-alt .slider__slide {
    display: none; }
    .slider-two-alt .slider__slide:nth-child(1), .slider-two-alt .slider__slide:nth-child(2), .slider-two-alt .slider__slide:nth-child(3), .slider-two-alt .slider__slide:nth-child(4), .slider-two-alt .slider__slide:nth-child(5) {
      display: -ms-flexbox;
      display: flex; } }

/* ------------------------------------------------------------ *\
	Slick Arrows
\* ------------------------------------------------------------ */
.slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -21px;
  width: 43px;
  height: 43px;
  background-image: url(../images/icons/slick-arrow@2x.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  font-size: 0;
  line-height: 0;
  border: 0;
  z-index: 20; }

.slick-prev {
  left: 14px; }

.slick-next {
  right: 15px;
  transform: rotate(180deg); }

/* ------------------------------------------------------------ *\
	Slick Dots
\* ------------------------------------------------------------ */
.slick-dots {
  list-style-type: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 35px;
  list-style-type: 0;
  font-size: 0;
  margin-left: 3px !important; }
  @media (max-width: 767px) {
    .slick-dots {
      bottom: 37px;
      bottom: 15px; } }
  .slick-dots .slick-active button {
    background: #fff; }
  .slick-dots li {
    display: inline-block;
    padding: 0 4px; }
    .slick-dots li button {
      border: 0;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.2);
      display: block;
      font-size: 0;
      line-height: 0;
      width: 12px;
      height: 12px; }

/* ------------------------------------------------------------ *\
	Slider Features
\* ------------------------------------------------------------ */
.slider-features {
  background: #27696e; }
  .slider-features .slick-dots {
    bottom: 50px;
    margin: 0 !important; }
  .slider-features .slider__clip {
    padding: 0 80px 0 85px; }
  .slider-features .slider__slide {
    height: auto !important; }
  .slider-features .slider__slides {
    padding: 46px 0 94px; }
  .slider-features .slider__clip {
    /*max-height: 306px;*/ }

@media (max-width: 1199px) {
  .slider-features .slider__clip {
    padding: 0; } }

@media (max-width: 767px) {
  .slider-features .slider__clip {
    padding: 0 77px;
    padding: 0 70px; }
  .slider-features .slider__slides {
    padding: 46px 0 83px; }
  .slider-features .slick-list {
    overflow: visible; }
  .slider-features .slick-dots {
    width: 100%;
    text-align: center; } }

@media (max-width: 374px) {
  .slider-features .slick-dots {
    min-width: 200px; } }

/* ------------------------------------------------------------ *\
	Slider Small
\* ------------------------------------------------------------ */
.slider-small {
  padding-bottom: 20px; }
  .slider-small .slick-dots {
    bottom: -26px;
    margin-left: 0px !important; }
    .slider-small .slick-dots button {
      background: #e7efee; }
    .slider-small .slick-dots .slick-active button {
      background: #27696e; }
  .slider-small .slider__slide {
    height: initial;
    max-height: 121px; }
  .slider-small .slider__slide-image {
    height: 121px;
    background-size: cover;
    background-position: center center; }

/* ------------------------------------------------------------ *\
	Map
\* ------------------------------------------------------------ */
.map {
  height: 904px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 767px) {
    .map {
      height: 463px;
      background-position-x: 55%; } }
  @media screen and (max-width: 450px) {
    .map {
      height: 315px; } }

/* ------------------------------------------------------------ *\
	Map Alt
\* ------------------------------------------------------------ */
.map-alt {
  background: #000;
  height: 902px; }

@media (max-width: 767px) {
  .map-alt {
    height: 495px; } }

/* ------------------------------------------------------------ *\
	Map Container
\* ------------------------------------------------------------ */
.map-container {
  position: relative;
  /*.gmnoprint {
		display: none !important;
	}*/ }
  .map-container button[title="Toggle fullscreen view"] {
    display: none; }
  .map-container .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom {
    display: none !important; }
  .map-container .list-filters {
    position: absolute;
    bottom: 42px;
    left: 50%;
    background: #fff;
    width: 215px;
    margin-left: -670px; }
  .map-container .select {
    display: none; }
  .map-container .map-container__head {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    padding: 52px 0;
    pointer-events: none; }
    .map-container .map-container__head h4 {
      font-family: "Platform", sans-serif;
      font-weight: 500;
      font-size: 45px;
      letter-spacing: -0.002em;
      margin: 0; }
    .map-container .map-container__head h6 {
      display: none;
      font-size: 16px;
      font-weight: 400;
      margin: 14px 0 0; }
    .map-container .map-container__head .shell {
      padding: 0 39px; }
  .map-container .map-container__actions {
    position: absolute;
    bottom: 34px;
    right: 50%;
    margin-right: -679px;
    z-index: 100;
    list-style: none; }
    .map-container .map-container__actions li {
      display: inline-block;
      vertical-align: top; }
      .map-container .map-container__actions li + li {
        margin-left: 3px; }
    .map-container .map-container__actions a {
      background: #fff;
      text-align: center;
      font-size: 21px;
      line-height: 36px;
      text-decoration: none;
      display: inline-block;
      width: 36px;
      height: 36px;
      border: 1px solid #000;
      color: #000; }
      .map-container .map-container__actions a.minus {
        position: relative;
        font-size: 0; }
        .map-container .map-container__actions a.minus:after {
          content: '';
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          background: #000;
          width: 11px;
          height: 2px; }

@media (max-width: 1439px) {
  .map-container .list-filters {
    margin-left: 0;
    left: 15px; }
  .map-container .map-container__actions {
    right: 15px;
    margin-right: 0; }
  .map-container .map-container__head .shell {
    padding: 0 15px; } }

@media (max-width: 767px) {
  .map-container .map-container__head {
    position: relative;
    text-align: center;
    padding: 52px 0 55px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15); }
    .map-container .map-container__head h4 {
      font-size: 40px; }
    .map-container .map-container__head h6 {
      display: block; }
  .map-container .map-container__actions {
    display: none; }
  .map-container .list-filters {
    display: none; }
  .map-container .select {
    display: block;
    width: 100%;
    margin: 20px auto 0; }
    .map-container .select select {
      background: #fff; } }

/* ------------------------------------------------------------ *\
	Popup
\* ------------------------------------------------------------ */
.popup {
  background: #fff;
  color: #000;
  width: 100%;
  max-width: 870px;
  height: 463px;
  margin: 0 auto;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
  display: table;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s; }
  @media (max-width: 991px) {
    .popup {
      max-width: 700px; } }
  @media (max-width: 767px) {
    .popup {
      max-width: 306px;
      height: 309px; } }
  .popup.visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
  .popup__inner {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding: 0 20px; }
  .popup h3 {
    margin-top: -9px;
    margin-bottom: 7px; }
    @media (max-width: 767px) {
      .popup h3 {
        margin-bottom: 4px; } }
  .popup__close {
    font-family: "Platform", sans-serif;
    font-size: 13px;
    font-weight: 700;
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    letter-spacing: 0.22em;
    color: #000; }
  .popup .bookmark--top {
    top: 122px; }
    @media (max-width: 767px) {
      .popup .bookmark--top {
        top: 74px; } }
  .popup .bookmark--bottom {
    bottom: 120px; }
    @media (max-width: 767px) {
      .popup .bookmark--bottom {
        bottom: 94px; } }

/* ------------------------------------------------------------ *\
	Popup Subscribe
\* ------------------------------------------------------------ */
@media (max-width: 767px) {
  .popup-subscribe {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); } }

@media (max-width: 767px) {
  .popup-subscribe .bookmark--top {
    top: 65px; } }

@media (max-width: 767px) {
  .popup-subscribe .bookmark--bottom {
    bottom: 86px; } }

@media (max-width: 767px) {
  .popup-subscribe .popup__inner {
    top: -4px; } }

/* ------------------------------------------------------------ *\
	Popup Form
\* ------------------------------------------------------------ */
.popup--form {
  opacity: 1;
  visibility: visible;
  width: 100%;
  max-width: 100%;
  z-index: 50;
  top: 0;
  left: 0;
  height: auto;
  transform: none;
  pointer-events: auto;
  background: #fff;
  position: static;
  display: none; }
  .popup--form h3 {
    font-size: 65px;
    letter-spacing: 0.04em; }
    @media (max-width: 767px) {
      .popup--form h3 {
        font-size: 35px;
        margin-bottom: 10px; } }
  .popup--form h5 {
    font-size: 16px;
    letter-spacing: 0.12em;
    margin-bottom: 28px; }
    @media (max-width: 767px) {
      .popup--form h5 {
        margin-bottom: 18px; } }
  .popup--form p {
    font-size: 18px;
    letter-spacing: -0.005em; }
    @media (max-width: 767px) {
      .popup--form p {
        font-size: 16px; } }
  .popup--form .popup__inner {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding-top: 103px;
    padding-bottom: 50px;
    overflow-y: auto; }
    @media (max-width: 767px) {
      .popup--form .popup__inner {
        padding-top: 30px; } }

.popup-holder .popup--form .popup__close {
  bottom: 170px; }
  @media (max-width: 767px) {
    .popup-holder .popup--form .popup__close {
      position: static;
      margin-top: 30px;
      display: block;
      text-align: center;
      transform: none; } }
  @media (max-height: 930px) {
    .popup-holder .popup--form .popup__close {
      bottom: auto;
      top: 20px; } }

.popup-holder.fixed .popup--form .popup__close {
  bottom: 70px; }
  @media (max-height: 850px) {
    .popup-holder.fixed .popup--form .popup__close {
      bottom: auto;
      top: 20px; } }

/* ------------------------------------------------------------ *\
	Popup Holder
\* ------------------------------------------------------------ */
.popup-holder {
  position: absolute;
  top: 127px;
  width: 100%;
  background: transparent;
  z-index: 50;
  left: 50%;
  transform: translateX(-50%); }
  .popup-holder .popup__inner {
    position: relative;
    height: 100vh;
    padding-bottom: 200px; }
  @media (max-width: 767px) {
    .popup-holder {
      top: 84px; } }
  .popup-holder.fixed {
    position: fixed;
    top: 27px; }
    @media (max-width: 767px) {
      .popup-holder.fixed {
        top: 28px; } }
    .popup-holder.fixed .popup--form {
      min-height: calc(100vh - 30px); }
      .popup-holder.fixed .popup--form.animating {
        min-height: 0; }
      @media (max-width: 767px) {
        .popup-holder.fixed .popup--form {
          height: auto;
          min-height: 100vh; }
          .popup-holder.fixed .popup--form.animating {
            min-height: 0; } }
  .popup-holder a.bookmark {
    position: absolute;
    top: 100%;
    margin-top: -2px;
    z-index: 30; }
    @media (max-width: 767px) {
      .popup-holder a.bookmark {
        margin-top: 0; } }

/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  font-family: "Platform", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.2em;
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 24px;
  padding: 17px 5px 13px;
  min-width: 142px;
  text-align: center;
  transition: background .4s, color .4s; }
  .btn--green {
    background: #27696e;
    border-color: #27696e; }
    .btn--green:hover {
      background: #e2ebea;
      color: #27696e; }
  .btn--red {
    background: #d44f46;
    border-color: #d44f46; }
    .btn--red:hover {
      background: #fefaf9;
      color: #d44f46; }
  .btn--size1 {
    padding: 16px 21px 16px 23px;
    min-width: 0; }
  .btn--size2 {
    padding: 16px 2px;
    letter-spacing: 0.21em;
    min-width: 250px; }
  .btn--primary {
    background: #27696e;
    position: relative;
    min-width: 295px;
    text-align: left;
    padding: 9px 10px;
    border-radius: 5px;

     }
     .btn-primary.btn-block{
        min-width: auto;
      }
    .btn--primary i {
      position: absolute;
      top: 50%;
      right: 8px;
      transform: translateY(-50%); }
      .btn--primary i i {
        width: 6px;
        height: 9px; }
  .btn--primary-alt {
    padding: 10px 10px 9px;
    background: #006095;
    letter-spacing: 0.211em;
    font-weight: 700;
    font-size: 12px; }
  .btn--secondary {
    color: #27696e;
    background: #e7efee;
    border-radius: 5px;
    width: 100%;
    min-width: 0;
    font-size: 17px;
    letter-spacing: 0.21em;
    padding: 16px 5px; }
    @media (max-width: 1199px) {
      .btn--secondary {
        padding: 18px 5px 16px; } }
    @media (max-width: 991px) {
      .btn--secondary {
        font-size: 14px; } }
  .btn--teritary {
    background: #e7efee;
    color: #fff;
    width: 100%;
    border-radius: 5px;
    letter-spacing: 0.2em;
    font-size: 17px;
    padding: 18px 10px;
    transition: background .4s; }
    .btn--teritary:hover {
      background: #27696e; }

@media (max-width: 374px) {
  .btn--primary {
    min-width: 0;
    width: 100%; } }

/* ------------------------------------------------------------ *\
	Button Burger
\* ------------------------------------------------------------ */
.btn-burger {
  display: none;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 50%; }
  .btn-burger span {
    height: 2px;
    background: #000;
    position: absolute;
    left: 5px;
    right: 5px;
    transition: top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s; }
    .btn-burger span:first-child {
      top: 7px; }
    .btn-burger span:nth-child(2) {
      top: 11px; }
    .btn-burger span:last-child {
      top: 15px; }
  .btn-burger.active span, .mobile-menu--open .btn-burger span {
    transition: background .2s, top .2s, left .2s, opacity .2s, transform .2s .25s; }
    .btn-burger.active span:first-child, .mobile-menu--open .btn-burger span:first-child {
      top: 11px;
      transform: rotate(45deg); }
    .btn-burger.active span:nth-child(2), .mobile-menu--open .btn-burger span:nth-child(2) {
      opacity: 0; }
    .btn-burger.active span:last-child, .mobile-menu--open .btn-burger span:last-child {
      top: 11px;
      transform: rotate(-45deg); }

@media (max-width: 767px) {
  .btn-burger {
    display: block; } }

/* ------------------------------------------------------------ *\
	Ico
\* ------------------------------------------------------------ */
.ico {
  display: inline-block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }

.ico-user {
  background-image: url(../images/icons/ico-user.svg);
  width: 21px;
  height: 24px; }

.ico-user-hover {
  background-image: url(../images/icons/ico-user-hover.svg);
  width: 21px;
  height: 24px; }

.ico-bath {
  background-image: url(../images/icons/ico-bath.png);
  width: 63px;
  height: 65px; }

.ico-bed {
  background-image: url(../images/icons/ico-bed.png);
  width: 63.5px;
  height: 40px;
  background-size: 100% 100%; }

.ico-bluetooth {
  background-image: url(../images/icons/ico-bluetooth.png);
  width: 30px;
  height: 43px; }

.ico-desk {
  background-image: url(../images/icons/ico-desk.png);
  width: 70px;
  height: 54px; }

.ico-fridge {
  background-image: url(../images/icons/ico-fridge.png);
  width: 47px;
  height: 78px; }

.ico-lang {
  background-image: url(../images/icons/ico-lang.svg);
  width: 29px;
  height: 15px; }

.ico-lang-hover {
  background-image: url(../images/icons/ico-lang-hover.svg);
  width: 29px;
  height: 15px; }

.ico-angle-down {
  background-image: url(../images/icons/ico-angle-down-black.png);
  background-position: center;
  width: 10px;
  height: 6px;
  background-size: 100% 100%; }

.ico-angle-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='-0.699 -0.059 10 16' overflow='visible'%3E%3Cpath fill='none' stroke='%23296A6F' stroke-width='2' d='M.723.707l7.016 7.017-7.032 7.031'/%3E%3C/svg%3E");
  width: 10px;
  height: 16px;
  background-size: 100% 100%; }

.ico-angle-right-white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='-0.699 -0.059 10 16' overflow='visible'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' d='M.723.707l7.016 7.017-7.032 7.031'/%3E%3C/svg%3E");
  width: 9px;
  height: 16px;
  background-size: 100% 100%; }

.ico-next {
  background-image: url(../images/icons/ico-next.png);
  width: 23px;
  height: 23px; }

.ico-prev {
  background-image: url(../images/icons/ico-prev.png);
  width: 23px;
  height: 23px; }

.ico-facebook-circle {
  background-image: url(../images/icons/ico-facebook-circle.png);
  width: 21px;
  height: 21px; }

.ico-instagram-circle {
  background-image: url(../images/icons/ico-instagram-circle.png);
  width: 21px;
  height: 21px; }

.ico-message-1 {
  background-image: url(../images/icons/ico-message-1.png);
  width: 15px;
  height: 15px; }

.ico-instagram-circle-1 {
  background-image: url(../images/icons/ico-instagram-circle-1.png);
  width: 15px;
  height: 15px; }

.ico-facebook-circle-1 {
  background-image: url(../images/icons/ico-facebook-circle-1.png);
  width: 15px;
  height: 15px; }

.ico-wireless {
  background-image: url(../images/icons/internet.svg);
  width: 33px;
  height: 33px; }

.ico-home-green {
  background-image: url(../images/icons/ico-home-green.svg);
  width: 17px;
  height: 15px; }

.ico-home-red {
  background-image: url(../images/icons/ico-home-red.svg);
  width: 17px;
  height: 15px; }

.ico-bed-small {
  background-image: url(../images/icons/bed.svg);
  width: 36px;
  height: 23px; }

.ico-air-conditioner {
  background-image: url(../images/icons/aircon.svg);
  width: 35px;
  height: 26px; }

.ico-wardrobe {
  background-image: url(../images/icons/wardrobe.svg);
  width: 23px;
  height: 30px; }

.ico-fridge-small {
  background-image: url(../images/icons/fridge.svg);
  width: 22px;
  height: 38px; }

.ico-coocker {
  background-image: url(../images/icons/stove.svg);
  width: 36px;
  height: 22px; }

.ico-bath-small {
  background-image: url(../images/icons/shower.svg);
  width: 26px;
  height: 30px; }

.ico-tv {
  background-image: url(../images/icons/tv.svg);
  width: 28px;
  height: 24px; }

.ico-desk-small {
  background-image: url(../images/icons/desk.svg);
  width: 46px;
  height: 36px; }

.ico-storage {
  background-image: url(../images/icons/storage.svg);
  width: 31px;
  height: 26px; }

.ico-microwave-small {
  background-image: url(../images/icons/microwave.svg);
  width: 35px;
  height: 22px; }

.ico-bed-blue {
  background-image: url(../images/icons/ico-bed-blue.png);
  width: 43px;
  height: 28px; }

.ico-bed-green {
  background-image: url(../images/icons/ico-bed-green.png);
  width: 43px;
  height: 28px; }

.ico-bed-orange {
  background-image: url(../images/icons/ico-bed-orange.png);
  width: 43px;
  height: 28px; }

.ico-bed-red {
  background-image: url(../images/icons/ico-bed-red.png);
  width: 43px;
  height: 28px; }

.ico-bed-yellow {
  background-image: url(../images/icons/ico-bed-yellow.png);
  width: 43px;
  height: 28px; }

.ico-plus {
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  position: relative;
  border: 1px solid #fff;
  transition: background .4s; }
  .ico-plus:after, .ico-plus:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 1px;
    background: #2979a6;
    transition: background .4s; }
  .ico-plus:before {
    transform: translate(-50%, -50%) rotate(90deg); }
  .ico-plus.ico-x {
    transform: translateY(-50%) rotate(45deg); }

/* ------------------------------------------------------------ *\
	Ico Circle
\* ------------------------------------------------------------ */
.ico-circle {
  margin: auto;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  position: relative; }
  .ico-circle i {
    position: absolute;
    top: 50%;
    left: 52%;
    transform: translate(-50%, -50%); }
  .ico-circle--medium {
    width: 33px;
    height: 33px; }
  .ico-circle--size1 {
    width: 16px;
    height: 16px; }
  .ico-circle--dot:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 17px;
    height: 17px;
    background: #fff;
    border-radius: 50%; }

/* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */
.select-def select {
  height: 35px;
  width: 200px;
  border: 1px solid #28696f; }

.select {
  position: relative;
  width: 294px; }
  .select:after, .select:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none; }
  .select:after {
    height: 100%;
    width: 34px;
    background: #28696f;
    border-radius: 0 5px 5px 0; }
  .select:before {
    background: url(../images/temp/ico-angle-down-white.png) no-repeat 0 0;
    width: 9px;
    height: 6px;
    margin: 14px 12px 0 0;
    background-size: 100% 100%;
    z-index: 10; }
  .select select {
    border-radius: 5px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    border: 1px solid #28696f;
    height: 34px;
    padding: 0 10px; }

/* ------------------------------------------------------------ *\
	Select Container
\* ------------------------------------------------------------ */
.select-container {
  padding-right: 3px; }
  .select-container h6 {
    font-size: 13px;
    text-transform: uppercase;
    font-family: "Platform", sans-serif;
    letter-spacing: 0.2em;
    margin-bottom: 7px; }
    .select-container h6 .hint {
      margin-left: -2px;
      position: relative;
      top: -2px; }
  .select-container .select {
    margin-left: 2px;
    width: 100%; }
  .select-container + .select-container {
    margin-top: 10px; }
    .select-container + .select-container .hint {
      margin-left: -2px; }

@media (max-width: 1199px) {
  .select-container h6 .hint {
    margin-left: -1px;
    top: 0px; }
  .select-container + .select-container .hint {
    margin-left: -6px; } }

/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */
.list-rooms {
  list-style: none; }
  .list-rooms a {
    display: block;
    background: #28696f;
    border-right: 1px solid #28696f;
    color: #fff;
    padding: 19px 10px 16px;
    font-size: 17px;
    position: relative;
    transition: background .4s, color .4s; }
    .list-rooms a:hover {
      background: #e8efee;
      color: #28696f; }
      .list-rooms a:hover .ico-circle {
        background: #32696f; }
        .list-rooms a:hover .ico-circle i {
          opacity: 0;
          visibility: hidden; }
          .list-rooms a:hover .ico-circle i + i {
            opacity: 1;
            visibility: visible; }
    .list-rooms a strong {
      text-transform: uppercase;
      font-family: "Platform", sans-serif;
      letter-spacing: 0.2em; }
    .list-rooms a span {
      position: absolute;
      top: 50%;
      right: 44px;
      transform: translateY(-50%);
      padding-right: 10px;
      margin-top: 1px;
      letter-spacing: -0.016em; }
      .list-rooms a span .ico-circle {
        position: absolute;
        top: 50%;
        left: 100%;
        transform: translateY(-50%);
        margin-top: -2px;
        transition: background .4s; }
        .list-rooms a span .ico-circle i {
          transition: opacity .4s, visibility .4s; }
          .list-rooms a span .ico-circle i + i {
            opacity: 0;
            visibility: hidden; }
  .list-rooms h5 {
    position: absolute;
    top: 11px;
    right: 10px;
    font-family: "Graphik", sans-serif;
    color: #27696e;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.007em; }
    .list-rooms h5 strong {
      font-family: "Platform", sans-serif;
      font-weight: 500;
      font-size: 35px;
      letter-spacing: 0.003em; }
  .list-rooms li {
    border: 1px solid #28696f;
    border-radius: 5px;
    position: relative;
    padding-right: 160px;
    overflow: hidden; }
    .list-rooms li + li {
      margin-top: 10px; }
  .list-rooms .disabled {
    border-color: #ecf3f2; }
    .list-rooms .disabled a {
      background: #fff;
      color: #d3e3e2;
      border-right: none; }
      .list-rooms .disabled a span {
        padding-left: 2px;
        position: static;
        transform: translateY(0); }
    .list-rooms .disabled h5 {
      color: #d3e3e2; }

@media (max-width: 1199px) {
  .list-rooms a span {
    position: static;
    transform: translateY(0);
    display: block; }
    .list-rooms a span .ico-circle {
      left: auto;
      right: 0;
      margin-top: -10px; }
  .list-rooms h5 {
    top: 50%;
    transform: translateY(-50%); } }

@media (max-width: 767px) {
  .list-rooms li {
    padding-right: 104px; }
    .list-rooms li + li {
      margin-top: 7px; }
  .list-rooms a {
    font-size: 13px;
    padding: 7px 8px 5px; }
    .list-rooms a span .ico-circle {
      width: 29px;
      height: 29px; }
  .list-rooms h5 {
    font-size: 12px;
    right: 7px; }
    .list-rooms h5 strong {
      font-size: 17px; }
    .list-rooms h5 span {
      font-size: 17px;
      font-weight: 700; } }

@media (max-width: 374px) {
  .list-rooms li {
    padding-right: 93px; }
  .list-rooms h5 strong {
    font-size: 14px; }
  .list-rooms h5 span {
    font-size: 14px; }
  .list-rooms a span .ico-circle {
    right: -5px;
    width: 16px;
    height: 16px; }
    .list-rooms a span .ico-circle i {
      transform: translate(-50%, -50%) scale(0.7); } }

/* ------------------------------------------------------------ *\
	List Features
\* ------------------------------------------------------------ */
.list-features {
  list-style: none; }
  .list-features li {
    position: relative;
    padding-left: 60px; }
    .list-features li + li {
      margin-top: 51px; }
  .list-features strong {
    width: 46px;
    position: absolute;
    top: 50%;
    left: -8px;
    transform: translateY(-50%); }
    .list-features strong i {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

@media (max-width: 1439px) {
  .list-features strong {
    position: static;
    top: 0;
    left: 0;
    transform: translateY(0%);
    display: block;
    margin-bottom: 10px; }
    .list-features strong i {
      position: static;
      transform: translateY(0); }
  .list-features li {
    padding: 0; }
    .list-features li + li {
      margin-top: 10px; } }

@media (max-width: 1199px) {
  .list-features strong {
    position: absolute;
    transform: translateY(-50%);
    margin: 7px 0 0; }
    .list-features strong i {
      position: absolute;
      transform: translate(-50%, -50%); }
  .list-features li {
    padding-left: 68px; }
    .list-features li + li {
      margin: 50px 0 0; } }

@media (max-width: 991px) {
  .list-features {
    font-size: 14px; }
    .list-features li + li {
      margin: 70px 0 0; } }

@media (max-width: 767px) {
  .list-features {
    font-size: 16px; }
    .list-features li {
      padding-left: 57px; }
      .list-features li + li {
        margin: 21px 0 0; } }

/* ------------------------------------------------------------ *\
	List Info
\* ------------------------------------------------------------ */
.list-info {
  list-style: none; }
  .list-info strong {
    float: left;
    font-family: "Platform", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.215em;
    padding-top: 3px; }
  .list-info span {
    float: right; }
    .list-info span em {
      position: absolute;
      width: 17px;
      height: 17px;
      background: #e7efee;
      border-radius: 50%;
      line-height: 17px;
      color: #4f8488;
      top: 50%;
      left: -20px;
      transform: translateY(-50%);
      font-size: 26px;
      padding: 0; }
      .list-info span em:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 7px;
        height: 1px;
        background: #4f8488; }
  .list-info li + li {
    margin-top: 12px; }
  .list-info--alt span {
    font-size: 20px;
    position: relative;
    min-width: 70px;
    text-align: right; }
  .list-info--alt strong {
    padding-top: 5px; }
  .list-info--alt li + li {
    margin-top: 6px; }

@media (max-width: 374px) {
  .list-info strong {
    font-size: 11px; }
  .list-info span {
    font-size: 12px;
    padding-top: 3px; }
  .list-info li {
    padding-right: 0 !important; } }

/* ------------------------------------------------------------ *\
	List Filters
\* ------------------------------------------------------------ */
.list-filters {
  font-size: 18px;
  padding: 24px 24px;
  list-style: none; }
  .list-filters a {
    color: #000;
    letter-spacing: -0.022em; }
  .list-filters li + li {
    margin: 10px 0 0; }
  .list-filters .ico-circle {
    width: 33px;
    height: 33px;
    vertical-align: middle;
    margin-right: 10px; }

.list-menu--mobile {
  display: none; }
  @media (max-width: 767px) {
    .list-menu--mobile {
      display: block; } }

.list-menu li a {
  font-size: 34px;
  font-weight: bold;
  color: #000; }

/* ------------------------------------------------------------ *\
	Calendar
\* ------------------------------------------------------------ */
.calendar {
  max-width: 843px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px 10px 0 0;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1); }
  .calendar .calendar__head {
    background: #27696e;
    color: #fff;
    border-radius: 10px 10px 0 0;
    text-align: center;
    padding: 22px 0;
    position: relative; }
    .calendar .calendar__head h4 {
      font-size: 43px;
      font-family: "Platform", sans-serif;
      font-weight: 500;
      letter-spacing: 0.025em;
      margin: 0; }
      .calendar .calendar__head h4 span + span {
        display: none; }
    .calendar .calendar__head a {
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
    .calendar .calendar__head .calendar-prev {
      left: 47px; }
    .calendar .calendar__head .calendar-next {
      right: 50px; }
  .calendar .calendar__body {
    padding: 32px 40px 33px; }
  .calendar .calendar__bar {
    margin-bottom: 13px; }
    .calendar .calendar__bar .select-custom {
      display: inline-block;
      width: 295px; }
      .calendar .calendar__bar .select-custom .label {
        padding: 0 9px; }
      .calendar .calendar__bar .select-custom li {
        font-size: 16px; }
      .calendar .calendar__bar .select-custom + .select-custom {
        margin-left: 8px; }
  .calendar .calendar__actions {
    padding-top: 16px; }

body table.booked-calendar th span {
  font-family: "Platform", sans-serif; }
  body table.booked-calendar th span.monthName {
    text-transform: none;
    font-size: 43px;
    font-family: "Platform", sans-serif;
    font-weight: 500;
    letter-spacing: 0.025em; }

@media (max-width: 991px) {
  .calendar {
    margin: auto;
    max-width: calc(100% - 30px); } }

@media (max-width: 767px) {
  .calendar {
    margin: auto;
    max-width: calc(100% - 4px); }
    .calendar .calendar__head {
      padding: 7px 20px; }
      .calendar .calendar__head h4 {
        font-size: 38px;
        letter-spacing: 0.02em; }
        .calendar .calendar__head h4 span {
          display: none; }
          .calendar .calendar__head h4 span + span {
            display: inline; }
      .calendar .calendar__head .calendar-prev {
        left: 19px; }
      .calendar .calendar__head .calendar-next {
        right: 19px; }
    .calendar .calendar__body {
      padding: 20px 18px; }
      .calendar .calendar__body .table-calendar {
        padding-right: 0; }
    .calendar .calendar__bar {
      margin-bottom: 21px; }
      .calendar .calendar__bar .select-custom {
        width: 100%; }
        .calendar .calendar__bar .select-custom + .select-custom {
          margin: 12px 0 0; }
    .calendar .calendar__actions {
      padding-top: 20px; } }

body table.booked-calendar td {
  height: 80px !important; }
  body table.booked-calendar td span.date {
    line-height: 80px !important; }
    body table.booked-calendar td span.date .number {
      line-height: 50px; }
      @media screen and (max-width: 1100px) {
        body table.booked-calendar td span.date .number {
          line-height: 30px; } }
      @media screen and (max-width: 720px) {
        body table.booked-calendar td span.date .number {
          line-height: 50px !important; } }
  @media screen and (max-width: 720px) {
    body table.booked-calendar td {
      height: 50px !important; }
      body table.booked-calendar td span.date {
        line-height: 50px !important; } }

.booked-form .field {
  height: auto;
  padding-top: 0;
  padding: 0px;
  background: transparent;
  width: auto; }

/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */
.table-calendar {
  padding-right: 7px; }
  .table-calendar table {
    table-layout: fixed; }
  .table-calendar th,
  .table-calendar td {
    font-size: 22px;
    font-weight: 400;
    border: none;
    height: 50px;
    text-align: center;
    padding-top: 3px; }
  .table-calendar th {
    background: #346e73;
    color: #fff; }
  .table-calendar td {
    background: #e7efee;
    border-bottom: 1px solid #fff; }
    .table-calendar td + td {
      border-left: 1px solid #fff; }

@media (max-width: 767px) {
  .table-calendar th,
  .table-calendar td {
    font-size: 16px;
    height: 41px; } }

/* ------------------------------------------------------------ *\
	Social
\* ------------------------------------------------------------ */
.socials {
  line-height: 1;
  font-size: 0; }
  .socials ul {
    list-style: none; }
  .socials li {
    display: inline-block; vertical-align: middle; }
    .socials li + li {
      margin-left: 2px; }

       .socials li.contact {
        margin-left: 5px;
    }   
    .socials li.contact a{
        color: #fff;    font-size: 21px; line-height: 21px; font-weight: 500;
    }

/* ------------------------------------------------------------ *\
	Socials Alt
\* ------------------------------------------------------------ */
.socials-alt {
  font-size: 11px;
  letter-spacing: -0.005em; }
  .socials-alt ul {
    list-style: none; }
  .socials-alt li {
    padding-top: 2px; }
  .socials-alt i {
    vertical-align: middle; }

/* ------------------------------------------------------------ *\
	Infobox
\* ------------------------------------------------------------ */
.infobox-inner {
  width: 220px;
  background: #006095;
  color: #fff;
  font-family: "Graphik", sans-serif;
  transform: translateY(0); }
  .infobox-inner:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 14.5px 0 14.5px;
    border-color: #006095 transparent transparent transparent;
    margin-left: -17px; }
  .infobox-inner h5 {
    font-family: "Graphik", sans-serif;
    font-weight: 400;
    font-size: 21px;
    letter-spacing: -0.016em;
    margin-bottom: 6px; }
  .infobox-inner p {
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 1.2; }
  .infobox-inner a {
    color: #fff;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase; }
  .infobox-inner .infobox__body {
    padding: 7px 10px 20px; }
  .infobox-inner .infobox__image img {
    width: 100%; }

@media (max-width: 767px) {
  .infobox-inner h5 {
    font-size: 16px; }
  .infobox-inner p {
    margin-bottom: 18px;
    font-size: 13px;
    letter-spacing: -0.009em; }
  .infobox-inner a {
    font-size: 13px;
    font-weight: 600; }
  .infobox-inner .infobox__body {
    padding: 7px 2px 8px 10px; } }

.infoBox {
  transform: translate(-50%, -100%);
  margin-top: -46px;
  margin-left: 15px; }
  .infoBox > img {
    position: absolute !important;
    top: 0;
    right: 0; }

/* ------------------------------------------------------------ *\
	Hint
\* ------------------------------------------------------------ */
.hint {
  display: inline-block;
  position: relative;
  font-family: "Graphik", sans-serif; }
  .hint .hint__ico {
    display: inline-block;
    width: 13px;
    height: 13px;
    text-align: center;
    padding-top: 3px;
    border-radius: 50%;
    background: #27696e;
    color: #fff;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    font-size: 9px;
    cursor: pointer; }
  .hint .hint__content {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s, visibility .4s;
    width: 116px;
    background: #d3e3e2;
    font-size: 10px;
    line-height: 1.2;
    padding: 9px 9px 7px;
    margin-bottom: 8px;
    letter-spacing: -0.009em; }
    .hint .hint__content:after {
      content: '';
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 8px 8.5px 0 8.5px;
      border-color: #d3e3e2 transparent transparent transparent; }
    .hint .hint__content p {
      text-transform: none;
      font-weight: 400;
      letter-spacing: 0.0em;
      padding: 0px; }
  .hint:hover .hint__content {
    opacity: 1;
    visibility: visible; }

@media (max-width: 374px) {
  .hint .hint__content {
    margin-left: -18px;
    z-index: 100; }
    .hint .hint__content:after {
      display: none; } }

/* ------------------------------------------------------------ *\
	Tabs
\* ------------------------------------------------------------ */
.tabs {
  position: relative;
  z-index: 10;
  top: -30px;
  margin-bottom: -30px; }
  @media (max-width: 1199px) {
    .tabs {
      top: -35px; } }
  .tabs .tabs__nav {
    font-size: 0; }
    .tabs .tabs__nav ul {
      margin: 0 -5px; }
    .tabs .tabs__nav li {
      display: inline-block;
      width: 33.33%;
      padding: 0 5px; }
    .tabs .tabs__nav a {
      font-size: 32px;
      font-weight: 500;
      background: #d3e3e2;
      display: block;
      font-family: "Platform", sans-serif;
      color: #fff;
      border-radius: 10px 10px 0 0;
      text-align: center;
      letter-spacing: 0.032em;
      padding: 18px 10px 16px;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
    .tabs .tabs__nav .active a {
      background: #27696e;
      box-shadow: none; }

@media (max-width: 991px) {
  .tabs .tabs__nav a {
    font-size: 30px; } }

@media (max-width: 767px) {
  .tabs {
    top: 0;
    margin-bottom: 0; }
    .tabs .tabs__head {
      display: none; } }

/* ------------------------------------------------------------ *\
	Tab
\* ------------------------------------------------------------ */
.tab {
  position: absolute;
  top: -9999px;
  opacity: 0;
  visibility: hidden; }
  .tab .tab__head {
    display: none; }
  .tab.active {
    position: static;
    opacity: 1;
    visibility: visible; }

@media (max-width: 767px) {
  .tab {
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.15);
    position: static;
    opacity: 1;
    visibility: visible; }
    .tab + .tab {
      margin-top: 22px; }
    .tab .tooltip {
      border-top: 1px solid #5c8e91;
      margin-top: 6px;
      padding-top: 18px;
      padding-bottom: 16px;
      margin-right: -5px; }
      .tab .tooltip h4 {
        font-family: "Platform", sans-serif;
        font-weight: 500;
        font-size: 32px;
        letter-spacing: 0.032em;
        margin-bottom: 10px; }
      .tab .tooltip .btn {
        margin-top: 10px;
        font-size: 13px;
        padding: 15px 10px; }
    .tab .tab__head {
      display: block; }
    .tab .tab__body {
      padding: 1px 19px;
      position: absolute;
      top: -9999px;
      opacity: 0;
      visibility: hidden; } }

.tab.active .article__content .js-tab-btn {
  background: #fff;
  color: #26686d;
  border-color: #26686d;
  font-size: 0; }
  .tab.active .article__content .js-tab-btn span {
    font-size: 13px; }
  .tab.active .article__content .js-tab-btn .ico-circle {
    border-color: #26686d; }
    .tab.active .article__content .js-tab-btn .ico-circle i {
      margin: -1px 0 0 0;
      transform: translate(-50%, -50%) rotate(-90deg); }

.tab.active .tab__body {
  position: static;
  opacity: 1;
  visibility: visible; }

/* ------------------------------------------------------------ *\
	Widgets
\* ------------------------------------------------------------ */
.widgets + .widgets {
  margin-top: 20px; }

.ajaxCheckoutInformation .widgets .widget {
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px; }

@media (max-width: 1199px) {
  .widgets {
    box-shadow: none; }
    .widgets--primary {
      position: absolute;
      right: 17px;
      top: 68px;
      width: 314px;
      background: #fff; } }

@media (max-width: 767px) {
  .widgets--primary {
    margin-bottom: 27px;
    padding-right: 17px;
    right: 21px;
    left: 21px;
    top: auto;
    bottom: 100%;
    width: auto;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15); }
    .widgets--primary .widget {
      box-shadow: none;
      padding-bottom: 33px; }
      .widgets--primary .widget .slick-dots {
        bottom: -38px;
        left: 52%; } }

/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */
.widget {
  padding: 20px 20px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  /*  Widget Primary  */ }
  .widget .form-code {
    margin-top: 13px; }
  .widget .widget__foot {
    border-top: 1px solid #000;
    margin-top: 13px;
    padding-top: 12px; }
    .widget .widget__foot h6 {
      margin-bottom: 11px; }
      .widget .widget__foot h6:after {
        content: '';
        line-height: 0;
        width: 100%;
        display: table;
        clear: both; }
      .widget .widget__foot h6 strong {
        float: left;
        font-family: "Platform", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: 0.215em;
        padding-top: 6px; }
      .widget .widget__foot h6 span {
        float: right;
        font-weight: 500;
        font-size: 20px; }
  .widget--primary {
    padding-bottom: 15px; }
    .widget--primary h4 {
      font-size: 32px;
      font-weight: 500;
      font-family: "Platform", sans-serif;
      letter-spacing: 0.03em; }
    .widget--primary .widget__foot {
      margin-top: 2px;
      padding-top: 7px; }
  .widget--secondary h6 {
    text-transform: uppercase;
    font-family: "Platform", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.215em;
    margin-bottom: 8px; }
  .widget--secondary p {
    line-height: 1.2;
    letter-spacing: -0.005em;
    margin-bottom: 11px; }

@media (max-width: 1199px) {
  .widget .list-info li {
    padding-right: 3px; }
    .widget .list-info li span {
      letter-spacing: -0.005em; }
      .widget .list-info li span em {
        left: -4px; }
  .widget .form-code {
    position: relative; }
    .widget .form-code .form__body {
      width: calc(100% - 346px); }
    .widget .form-code .form__hint {
      position: absolute;
      bottom: 7px;
      right: 2px;
      display: block;
      margin: 0;
      letter-spacing: 0.007em;
      color: #000; }
  .widget .widget__foot h6 {
    padding-right: 3px; } }

@media (max-width: 991px) {
  .widget .form-code .form__body {
    width: calc(100% - 130px); } }

@media (max-width: 767px) {
  .widget {
    padding-bottom: 23px; }
    .widget .form-code {
      position: relative;
      margin-top: 12px; }
      .widget .form-code .form__body {
        width: 100%; }
      .widget .form-code .form__hint {
        position: static;
        display: none; }
    .widget .list-info li {
      padding-right: 16px; }
      .widget .list-info li span {
        letter-spacing: -0.005em; }
        .widget .list-info li span em {
          left: -10px; }
    .widget .widget__body {
      margin-right: 3px; }
    .widget .widget__foot {
      margin-top: 13px;
      padding-top: 11px; }
      .widget .widget__foot h6 {
        padding-right: 18px;
        margin-bottom: 26px; }
      .widget .widget__foot .btn {
        padding: 20px 10px; }
    .widget--primary {
      padding-bottom: 20px; }
      .widget--primary .widget__foot {
        margin-top: 2px;
        padding-top: 10px;
        padding-right: 4px;
        padding-bottom: 6px; } }

/* ------------------------------------------------------------ *\
	Widget Info
\* ------------------------------------------------------------ */
.widget-info {
  padding: 20px 0 30px; }
  .widget-info h4 {
    font-size: 32px;
    font-weight: 500;
    font-family: "Platform", sans-serif;
    letter-spacing: 0.03em;
    margin-bottom: 15px; }
  .widget-info .widget__content {
    max-width: 300px;
    float: left; }
    .widget-info .widget__content p {
      letter-spacing: -0.006em;
      line-height: 1.2; }
      .widget-info .widget__content p span {
        font-size: 12px;
        color: #808080;
        display: inline-block;
        margin-top: -3px;
        padding-right: 25px;
        line-height: 1.22;
        letter-spacing: -0.005em; }
      .widget-info .widget__content p + p {
        margin-top: 20px; }
  .widget-info .widget__body {
    float: right;
    width: calc(100% - 373px);
    padding-top: 30px; }

@media (max-width: 1439px) {
  .widget-info .widget__body {
    width: calc(100% - 339px); } }

@media (max-width: 1199px) {
  .widget-info {
    padding-bottom: 0; }
    .widget-info .widget__body {
      width: calc(100% - 356px); } }

@media (max-width: 991px) {
  .widget-info br {
    display: none; }
  .widget-info .widget__content {
    max-width: 230px;
    padding-right: 20px; }
  .widget-info .widget__body {
    width: calc(100% - 230px); }
    .widget-info .widget__body .cols {
      margin: 0 -10px; }
      .widget-info .widget__body .cols .col {
        padding: 0 10px; } }

@media (max-width: 767px) {
  .widget-info {
    padding-bottom: 4px; }
    .widget-info .widget__content,
    .widget-info .widget__body {
      float: none;
      width: 100%;
      max-width: 100%; }
    .widget-info .widget__body {
      border-top: 1px solid #26696d;
      margin-top: 18px;
      padding-top: 20px; }
    .widget-info .widget__content p {
      letter-spacing: -0.023em; }
      .widget-info .widget__content p span {
        padding-right: 10px; } }

/* ------------------------------------------------------------ *\
	Selectric
\* ------------------------------------------------------------ */
.selectric {
  border: 1px solid #28696f !important;
  border-radius: 5px !important; }
  .selectric .label {
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    background: #fff;
    color: #000; }
    .selectric .label strong {
      float: left; }
    .selectric .label span {
      float: right;
      padding-right: 30px; }
  .selectric .button {
    right: -1px;
    height: 34px;
    line-height: 34px;
    width: 34px;
    background: #28696f;
    border-radius: 0 5px 5px 0; }
    .selectric .button:after {
      display: none; }
    .selectric .button:before {
      background: url(../images/temp/ico-angle-down-white.png) no-repeat 0 0;
      width: 9px;
      height: 6px;
      margin: 14px 12px 0 0;
      background-size: 100% 100%;
      z-index: 10;
      content: '';
      position: absolute;
      top: 0;
      right: 0; }

.selectric-open .selectric {
  border-bottom-color: #fff !important; }

.selectric-items {
  background: #fff;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  padding: 2px 3px 0;
  margin-top: -3px;
  z-index: 10;
  border-top: none;
  border-color: #39666a;
  padding-top: 0px; }
  .selectric-items li {
    border-top: 1px solid #d4e2e1;
    height: 31px;
    line-height: 31px;
    padding: 0 7px 0 9px;
    color: #000; }
    .selectric-items li strong {
      float: left;
      font-size: 12px;
      font-family: "Platform", sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.21em;
      color: #000; }
      .selectric-items li strong span {
        font-family: "Graphik", sans-serif;
        font-size: 16px;
        letter-spacing: 0;
        font-weight: 400;
        text-transform: none;
        padding-left: 3px; }
    .selectric-items li span {
      float: right;
      font-size: 12px;
      color: #000; }
    .selectric-items li:after {
      content: '';
      line-height: 0;
      width: 100%;
      display: table;
      clear: both; }

.select-custom .selectric .label {
  font-size: 13px;
  font-weight: 400; }
  .select-custom .selectric .label strong {
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Platform", sans-serif;
    letter-spacing: 1px; }
    .select-custom .selectric .label strong span {
      float: none;
      margin-left: 5px;
      margin-left: 0px;
      padding-right: 0px;
      font-weight: 400;
      text-transform: none;
      font-family: "Graphik", sans-serif;
      letter-spacing: 0px; }

.select-custom .selectric-items li {
  font-size: 13px;
  font-weight: 400; }
  .select-custom .selectric-items li strong {
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Platform", sans-serif;
    letter-spacing: 1px; }
    .select-custom .selectric-items li strong span {
      font-size: 13px;
      font-weight: 400;
      text-transform: none;
      font-family: "Graphik", sans-serif;
      letter-spacing: 0px; }

/*
.select-custom{
	.selectric{
		.label{
			font-size: 13px;
			strong{
				span{
					float: none;
					margin-left: 5px;
					margin-left: 0px;
					padding-right: 0px;
				}
			}
		}
	}
	.selectric-items {
		li{
			font-size: 14px;
			strong{
				font-weight: 400;
				span{
					font-size: 14px;
				}
			}
		}
	}
	.selectric .label{
		font-weight: 400;
		strong{
			font-weight: 400;
		}
	}
}
*/
@media (max-width: 1199px) {
  .selectric .label {
    padding: 0 9px; } }

/* ------------------------------------------------------------ *\
	Datepicker Custom
\* ------------------------------------------------------------ */
.datepicker-custom {
  position: relative;
  width: 294px;
  border-radius: 4px;
  margin-bottom: 14px; }
  .datepicker-custom:after, .datepicker-custom:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    z-index: 10; }
  .datepicker-custom:after {
    height: 100%;
    width: 34px;
    background: #28696f;
    border-radius: 0 5px 5px 0; }
  .datepicker-custom:before {
    background: url(../images/temp/ico-angle-down-white.png) no-repeat 0 0;
    width: 9px;
    height: 6px;
    margin: 14px 12px 0 0;
    background-size: 100% 100%;
    z-index: 11; }
  .datepicker-custom input {
    border: 1px solid #28696f;
    width: 100%;
    font-size: 13px;
    letter-spacing: 0.22em;
    font-weight: 700;
    height: 35px;
    padding: 0 10px;
    font-family: "Platform", sans-serif;
    color: #000 !important;
    border-radius: 4px;
    background: #fff; }
  .datepicker-custom > input {
    line-height: 35px; }
    .datepicker-custom > input::-webkit-input-placeholder {
      color: #000; }
    .datepicker-custom > input::-moz-placeholder {
      color: #000; }
    .datepicker-custom > input:-ms-input-placeholder {
      color: #000; }
    .datepicker-custom > input:-moz-placeholder {
      color: #000; }
  .datepicker-custom .datepicker__tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    margin-top: 0px;
    z-index: 10;
    border-radius: 0 0 4px 4px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s, visibility .4s; }
    .datepicker-custom .datepicker__tooltip:after {
      content: '';
      position: absolute;
      top: -1px;
      left: 10px;
      right: 10px;
      height: 1px;
      background: #dae6e6; }
  .datepicker-custom .hint {
    position: absolute;
    top: 11px;
    right: -21px; }
  .datepicker-custom.visible-popup > input {
    border-radius: 4px 4px 0 0;
    border-bottom: 0px; }
  .datepicker-custom.visible-popup .datepicker__tooltip {
    opacity: 1;
    visibility: visible; }
  .datepicker-custom .form-date {
    border: 1px solid #28696f;
    border-top: none;
    padding: 13px 6px 11px; }
    .datepicker-custom .form-date label {
      display: none; }
    .datepicker-custom .form-date .form__body:after {
      content: '';
      line-height: 0;
      width: 100%;
      display: table;
      clear: both; }
    .datepicker-custom .form-date .form__col {
      float: left;
      width: 33.33%; }
    .datepicker-custom .form-date .form__field {
      width: 100%;
      border: none;
      background: #e2ebea;
      font-size: 16px;
      font-weight: 400;
      color: #23575b;
      text-align: center;
      font-family: "Graphik", sans-serif;
      letter-spacing: 0; }
    .datepicker-custom .form-date .form__actions {
      padding: 13px 3px 0; }
    .datepicker-custom .form-date .btn {
      width: 100%;
      min-width: 0;
      border: none; }

@media (max-width: 991px) {
  .datepicker-custom {
    margin: 0 auto 14px; } }

@media (max-width: 767px) {
  .datepicker-custom {
    margin: 0 auto 42px; } }

@media (max-width: 374px) {
  .datepicker-custom {
    width: 70%; } }

.section-parallax .section__background--dynamic {
  background-size: cover;
  background-position-x: center;
  overflow: hidden;
  background-size: auto !important; }

.body--red .header--primary .header__bar {
  background: rgba(212, 79, 70, 0.9); }

.body--red .slider-features {
  background: #d44f46; }

.body--red .article-room .article__head {
  background: #d44f46; }

.body--red .article-room h6 {
  color: #d44f46; }

.body--red .hint .hint__ico {
  background: #d44f46; }

.body--red .hint .hint__content {
  background: #f6e7e6; }
  .body--red .hint .hint__content:after {
    border-color: #f6e7e6 transparent transparent transparent; }

.body--red .ico-angle-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='-0.699 -0.059 10 16' overflow='visible'%3E%3Cpath fill='none' stroke='%23d44f46' stroke-width='2' d='M.723.707l7.016 7.017-7.032 7.031'/%3E%3C/svg%3E"); }

.body--red .datepicker-custom input {
  border-color: #d44f46; }

.body--red .datepicker-custom:after {
  background: #d44f46; }

.body--red .list-rooms li {
  border-color: #d44f46; }

.body--red .list-rooms h5 {
  color: #d44f46; }

.body--red .list-rooms a {
  background: #d44f46;
  border-color: #d44f46; }
  .body--red .list-rooms a:hover {
    color: #d44f46;
    background: #f6e7e6; }
    .body--red .list-rooms a:hover .ico-circle {
      background: #d44f46; }

.body--red .section__background--dynamic {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 126.79 80.4' preserveAspectRatio='none slice'%3E%3Cpath fill='%23f6e7e6' d='M.5.5v51.36l21.15-21.15L42.8 51.86V.5H.5z'/%3E%3Cpath d='M43.3 53.07L21.65 31.42 0 53.07V0h43.3zM1 1v49.65L21.65 30 42.3 50.65V1z' fill='%23eff3f4'/%3E%3Cpath fill='%23f6e7e6' d='M42.8.5v51.36l21.15-21.15L85.1 51.86V.5H42.8z'/%3E%3Cpath d='M85.6 53.07L64 31.42 42.3 53.07V0h43.3zM43.3 1v49.65L64 30l20.6 20.65V1z' fill='%23eff3f4'/%3E%3Cpath fill='%23f6e7e6' d='M42.8 80.4V50.81L21.65 29.66.5 50.81V80.4h42.3z'/%3E%3Cpath fill='%23eff3f4' d='M1 80.4V51.02l20.65-20.65L42.3 51.02V80.4h1V50.61L21.65 28.96 0 50.61V80.4h1z'/%3E%3Cpath fill='%23f6e7e6' d='M85.1 80.4V50.81L63.95 29.66 42.8 50.81V80.4h42.3z'/%3E%3Cpath fill='%23eff3f4' d='M43.3 80.4V51.02l20.65-20.65L84.6 51.02V80.4h1V50.61L63.95 28.96 42.3 50.61V80.4h1z'/%3E%3Cpath fill='%23f6e7e6' d='M126.79.5H85.1v51.36l21.15-21.15 20.54 20.54V.5z'/%3E%3Cpath fill='%23eff3f4' d='M126.79 50.55L106.25 30 85.6 50.66V1h41.19V0H84.6v53.07l21.65-21.65 20.54 20.54v-1.41z'/%3E%3Cpath fill='%23f6e7e6' d='M126.79 50.21l-20.54-20.55L85.1 50.81V80.4h41.69V50.21z'/%3E%3Cpath fill='%23eff3f4' d='M126.79 49.5l-20.54-20.54L84.6 50.61V80.4h1V51.02l20.65-20.65 20.54 20.55V49.5z'/%3E%3C/svg%3E") !important;
  background-size: 127px 81px !important; }

.body--red .selectric {
  border-color: #d44f46 !important; }
  .body--red .selectric .button {
    background: #d44f46; }

.body--red .selectric-items {
  border-color: #d44f46; }
  .body--red .selectric-items li {
    border-color: #f6e7e6; }

.body--red .calendar .calendar__head {
  background: #d44f46; }

.body--red .calendar .table-calendar th {
  background: #d44f46; }

.body--red .calendar .table-calendar td {
  background: #f6e7e6; }

.body--red .calendar .calendar__actions .btn--primary {
  background: #d44f46; }

.body--red .section-main .section__title {
  background: #d44f46; }

.body--red .article-primary.visible-popup .article__body {
  border-color: #d44f46; }

.body--red .article-primary .article__image h6 {
  background: #d44f46; }

.body--red .article-primary .article__content h5 {
  background: #f6e7e6;
  color: #d44f46; }

.body--red .article-primary .article__tooltip .btn {
  background: #d44f46; }

.body--red .article-primary .btn--primary {
  background: #d44f46; }

.body--red .article-primary .ico-angle-down {
  background-image: url(../images/icons/ico-angle-down-red.png); }

.body--red .tabs .tabs__nav a {
  background: #f6e7e6; }

.body--red .tabs .tabs__nav .active a {
  background: #d44f46; }

.body--red .slider-one--def .slick-dots .slick-active button {
  background: #d44f46; }

.body--red .slider-small .slick-dots button {
  background: #f6e7e6; }

.body--red .slider-small .slick-dots .slick-active button {
  background: #d44f46; }

.body--red .ajaxCheckoutInformation .btn--teritary {
  background: #f6e7e6; }
  .body--red .ajaxCheckoutInformation .btn--teritary:hover {
    background: #d44f46; }

.body--red .btn {
  background: #d44f46;
  border-color: #d44f46; }
  .body--red .btn:hover {
    color: #d44f46;
    background: #f6e7e6; }

.body--red table.booked-calendar thead th {
  border-color: #d44f46 !important;
  background: #d44f46 !important; }

.body--red table.booked-calendar tr.days {
  background: #d44f46 !important; }
  .body--red table.booked-calendar tr.days th {
    background: #d44f46 !important;
    border-color: #d44f46 !important; }

.body--red table.booked-calendar td:hover {
  background: #d44f46 !important; }
  .body--red table.booked-calendar td:hover .date span.number {
    background: #d44f46 !important; }

.body--pink .header--primary .header__bar {
  background: rgba(227, 128, 146, 0.9); }

.body--pink .slider-features {
  background: #e38092; }

.body--pink .article-room .article__head {
  background: #e38092; }

.body--pink .article-room h6 {
  color: #e38092; }

.body--pink .hint .hint__ico {
  background: #e38092; }

.body--pink .hint .hint__content {
  background: #f6e7e6; }
  .body--pink .hint .hint__content:after {
    border-color: #f6e7e6 transparent transparent transparent; }

.body--pink .ico-angle-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='-0.699 -0.059 10 16' overflow='visible'%3E%3Cpath fill='none' stroke='%23e38092' stroke-width='2' d='M.723.707l7.016 7.017-7.032 7.031'/%3E%3C/svg%3E"); }

.body--pink .datepicker-custom input {
  border-color: #e38092; }

.body--pink .datepicker-custom:after {
  background: #e38092; }

.body--pink .list-rooms li {
  border-color: #e38092; }

.body--pink .list-rooms h5 {
  color: #e38092; }

.body--pink .list-rooms a {
  background: #e38092;
  border-color: #e38092; }
  .body--pink .list-rooms a:hover {
    color: #e38092;
    background: #f6e7e6; }
    .body--pink .list-rooms a:hover .ico-circle {
      background: #e38092; }

.body--pink .section__background--dynamic {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 126.79 80.4' preserveAspectRatio='none slice'%3E%3Cpath fill='%23f6e7e6' d='M.5.5v51.36l21.15-21.15L42.8 51.86V.5H.5z'/%3E%3Cpath d='M43.3 53.07L21.65 31.42 0 53.07V0h43.3zM1 1v49.65L21.65 30 42.3 50.65V1z' fill='%23eff3f4'/%3E%3Cpath fill='%23f6e7e6' d='M42.8.5v51.36l21.15-21.15L85.1 51.86V.5H42.8z'/%3E%3Cpath d='M85.6 53.07L64 31.42 42.3 53.07V0h43.3zM43.3 1v49.65L64 30l20.6 20.65V1z' fill='%23eff3f4'/%3E%3Cpath fill='%23f6e7e6' d='M42.8 80.4V50.81L21.65 29.66.5 50.81V80.4h42.3z'/%3E%3Cpath fill='%23eff3f4' d='M1 80.4V51.02l20.65-20.65L42.3 51.02V80.4h1V50.61L21.65 28.96 0 50.61V80.4h1z'/%3E%3Cpath fill='%23f6e7e6' d='M85.1 80.4V50.81L63.95 29.66 42.8 50.81V80.4h42.3z'/%3E%3Cpath fill='%23eff3f4' d='M43.3 80.4V51.02l20.65-20.65L84.6 51.02V80.4h1V50.61L63.95 28.96 42.3 50.61V80.4h1z'/%3E%3Cpath fill='%23f6e7e6' d='M126.79.5H85.1v51.36l21.15-21.15 20.54 20.54V.5z'/%3E%3Cpath fill='%23eff3f4' d='M126.79 50.55L106.25 30 85.6 50.66V1h41.19V0H84.6v53.07l21.65-21.65 20.54 20.54v-1.41z'/%3E%3Cpath fill='%23f6e7e6' d='M126.79 50.21l-20.54-20.55L85.1 50.81V80.4h41.69V50.21z'/%3E%3Cpath fill='%23eff3f4' d='M126.79 49.5l-20.54-20.54L84.6 50.61V80.4h1V51.02l20.65-20.65 20.54 20.55V49.5z'/%3E%3C/svg%3E") !important;
  background-size: 127px 81px !important; }

.body--pink .selectric {
  border-color: #e38092 !important; }
  .body--pink .selectric .button {
    background: #e38092; }

.body--pink .selectric-items {
  border-color: #e38092; }
  .body--pink .selectric-items li {
    border-color: #f6e7e6; }

.body--pink .calendar .calendar__head {
  background: #e38092; }

.body--pink .calendar .table-calendar th {
  background: #e38092; }

.body--pink .calendar .table-calendar td {
  background: #f6e7e6; }

.body--pink .calendar .calendar__actions .btn--primary {
  background: #e38092; }

.body--pink .section-main .section__title {
  background: #e38092; }

.body--pink .article-primary.visible-popup .article__body {
  border-color: #e38092; }

.body--pink .article-primary .article__image h6 {
  background: #e38092; }

.body--pink .article-primary .article__content h5 {
  background: #f6e7e6;
  color: #e38092; }

.body--pink .article-primary .article__tooltip .btn {
  background: #e38092; }

.body--pink .article-primary .btn--primary {
  background: #e38092; }

.body--pink .article-primary .ico-angle-down {
  background-image: url(../images/icons/ico-angle-down-red.png); }

.body--pink .tabs .tabs__nav a {
  background: #f6e7e6; }

.body--pink .tabs .tabs__nav .active a {
  background: #e38092; }

.body--pink .slider-one--def .slick-dots .slick-active button {
  background: #e38092; }

.body--pink .slider-small .slick-dots button {
  background: #f6e7e6; }

.body--pink .slider-small .slick-dots .slick-active button {
  background: #e38092; }

.body--pink .ajaxCheckoutInformation .btn--teritary {
  background: #f6e7e6; }
  .body--pink .ajaxCheckoutInformation .btn--teritary:hover {
    background: #e38092; }

.body--pink .btn {
  background: #e38092;
  border-color: #e38092; }
  .body--pink .btn:hover {
    color: #e38092;
    background: #f6e7e6; }

.body--pink table.booked-calendar thead th {
  border-color: #e38092 !important;
  background: #e38092 !important; }

.body--pink table.booked-calendar tr.days {
  background: #e38092 !important; }
  .body--pink table.booked-calendar tr.days th {
    background: #e38092 !important;
    border-color: #e38092 !important; }

.body--pink table.booked-calendar td:hover {
  background: #e38092 !important; }
  .body--pink table.booked-calendar td:hover .date span.number {
    background: #e38092 !important; }

.body--yellow .header--primary .header__bar {
  background: rgba(230, 180, 62, 0.9); }

.body--yellow .slider-features {
  background: #e6b43e; }

.body--yellow .article-room .article__head {
  background: #e6b43e; }

.body--yellow .article-room h6 {
  color: #e6b43e; }

.body--yellow .hint .hint__ico {
  background: #e6b43e; }

.body--yellow .hint .hint__content {
  background: #f9f5df; }
  .body--yellow .hint .hint__content:after {
    border-color: #f9f5df transparent transparent transparent; }

.body--yellow .ico-angle-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='-0.699 -0.059 10 16' overflow='visible'%3E%3Cpath fill='none' stroke='%23e6b43e' stroke-width='2' d='M.723.707l7.016 7.017-7.032 7.031'/%3E%3C/svg%3E"); }

.body--yellow .datepicker-custom input {
  border-color: #e6b43e; }

.body--yellow .datepicker-custom:after {
  background: #e6b43e; }

.body--yellow .list-rooms li {
  border-color: #e6b43e; }

.body--yellow .list-rooms h5 {
  color: #e6b43e; }

.body--yellow .list-rooms a {
  background: #e6b43e;
  border-color: #e6b43e; }
  .body--yellow .list-rooms a:hover {
    color: #e6b43e;
    background: #f9f5df; }
    .body--yellow .list-rooms a:hover .ico-circle {
      background: #e6b43e; }

.body--yellow .section__background--dynamic {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 126.79 80.4' preserveAspectRatio='none slice'%3E%3Cpath fill='%23f9f5df' d='M.5.5v51.36l21.15-21.15L42.8 51.86V.5H.5z'/%3E%3Cpath d='M43.3 53.07L21.65 31.42 0 53.07V0h43.3zM1 1v49.65L21.65 30 42.3 50.65V1z' fill='%23fff'/%3E%3Cpath fill='%23f9f5df' d='M42.8.5v51.36l21.15-21.15L85.1 51.86V.5H42.8z'/%3E%3Cpath d='M85.6 53.07L64 31.42 42.3 53.07V0h43.3zM43.3 1v49.65L64 30l20.6 20.65V1z' fill='%23fff'/%3E%3Cpath fill='%23f9f5df' d='M42.8 80.4V50.81L21.65 29.66.5 50.81V80.4h42.3z'/%3E%3Cpath fill='%23fff' d='M1 80.4V51.02l20.65-20.65L42.3 51.02V80.4h1V50.61L21.65 28.96 0 50.61V80.4h1z'/%3E%3Cpath fill='%23f9f5df' d='M85.1 80.4V50.81L63.95 29.66 42.8 50.81V80.4h42.3z'/%3E%3Cpath fill='%23fff' d='M43.3 80.4V51.02l20.65-20.65L84.6 51.02V80.4h1V50.61L63.95 28.96 42.3 50.61V80.4h1z'/%3E%3Cpath fill='%23f9f5df' d='M126.79.5H85.1v51.36l21.15-21.15 20.54 20.54V.5z'/%3E%3Cpath fill='%23fff' d='M126.79 50.55L106.25 30 85.6 50.66V1h41.19V0H84.6v53.07l21.65-21.65 20.54 20.54v-1.41z'/%3E%3Cpath fill='%23f9f5df' d='M126.79 50.21l-20.54-20.55L85.1 50.81V80.4h41.69V50.21z'/%3E%3Cpath fill='%23fff' d='M126.79 49.5l-20.54-20.54L84.6 50.61V80.4h1V51.02l20.65-20.65 20.54 20.55V49.5z'/%3E%3C/svg%3E") !important;
  background-size: 127px 81px !important; }

.body--yellow .selectric {
  border-color: #e6b43e !important; }
  .body--yellow .selectric .button {
    background: #e6b43e; }

.body--yellow .selectric-items {
  border-color: #e6b43e; }
  .body--yellow .selectric-items li {
    border-color: #f9f5df; }

.body--yellow .calendar .calendar__head {
  background: #e6b43e; }

.body--yellow .calendar .table-calendar th {
  background: #e6b43e; }

.body--yellow .calendar .table-calendar td {
  background: #f9f5df; }

.body--yellow .calendar .calendar__actions .btn--primary {
  background: #e6b43e; }

.body--yellow .section-main .section__title {
  background: #e6b43e; }

.body--yellow .article-primary.visible-popup .article__body {
  border-color: #e6b43e; }

.body--yellow .article-primary .article__image h6 {
  background: #e6b43e; }

.body--yellow .article-primary .article__content h5 {
  background: #f9f5df;
  color: #e6b43e; }

.body--yellow .article-primary .article__tooltip .btn {
  background: #e6b43e; }

.body--yellow .article-primary .btn--primary {
  background: #e6b43e; }

.body--yellow .article-primary .ico-angle-down {
  background-image: url(../images/icons/ico-angle-down-red.png); }

.body--yellow .tabs .tabs__nav a {
  background: #f9f5df; }

.body--yellow .tabs .tabs__nav .active a {
  background: #e6b43e; }

.body--yellow .slider-one--def .slick-dots .slick-active button {
  background: #e6b43e; }

.body--yellow .slider-small .slick-dots button {
  background: #f9f5df; }

.body--yellow .slider-small .slick-dots .slick-active button {
  background: #e6b43e; }

.body--yellow .ajaxCheckoutInformation .btn--teritary {
  background: #f9f5df; }
  .body--yellow .ajaxCheckoutInformation .btn--teritary:hover {
    background: #e6b43e; }

.body--yellow .btn {
  background: #e6b43e;
  border-color: #e6b43e; }
  .body--yellow .btn:hover {
    color: #e6b43e;
    background: #f9f5df; }

.body--yellow table.booked-calendar thead th {
  border-color: #e6b43e !important;
  background: #e6b43e !important; }

.body--yellow table.booked-calendar tr.days {
  background: #e6b43e !important; }
  .body--yellow table.booked-calendar tr.days th {
    background: #e6b43e !important;
    border-color: #e6b43e !important; }

.body--yellow table.booked-calendar td:hover {
  background: #e6b43e !important; }
  .body--yellow table.booked-calendar td:hover .date span.number {
    background: #e6b43e !important; }

.body--brown .header--primary .header__bar {
  background: rgba(124, 87, 57, 0.9); }

.body--brown .slider-features {
  background: #7c5739; }

.body--brown .article-room .article__head {
  background: #7c5739; }

.body--brown .article-room h6 {
  color: #7c5739; }

.body--brown .hint .hint__ico {
  background: #7c5739; }

.body--brown .hint .hint__content {
  background: #f9f5df; }
  .body--brown .hint .hint__content:after {
    border-color: #f9f5df transparent transparent transparent; }

.body--brown .ico-angle-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='-0.699 -0.059 10 16' overflow='visible'%3E%3Cpath fill='none' stroke='%237c5739' stroke-width='2' d='M.723.707l7.016 7.017-7.032 7.031'/%3E%3C/svg%3E"); }

.body--brown .datepicker-custom input {
  border-color: #7c5739; }

.body--brown .datepicker-custom:after {
  background: #7c5739; }

.body--brown .list-rooms li {
  border-color: #7c5739; }

.body--brown .list-rooms h5 {
  color: #7c5739; }

.body--brown .list-rooms a {
  background: #7c5739;
  border-color: #7c5739; }
  .body--brown .list-rooms a:hover {
    color: #7c5739;
    background: #f9f5df; }
    .body--brown .list-rooms a:hover .ico-circle {
      background: #7c5739; }

.body--brown .section__background--dynamic {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 126.79 80.4' preserveAspectRatio='none slice'%3E%3Cpath fill='%23f9f5df' d='M.5.5v51.36l21.15-21.15L42.8 51.86V.5H.5z'/%3E%3Cpath d='M43.3 53.07L21.65 31.42 0 53.07V0h43.3zM1 1v49.65L21.65 30 42.3 50.65V1z' fill='%23fff'/%3E%3Cpath fill='%23f9f5df' d='M42.8.5v51.36l21.15-21.15L85.1 51.86V.5H42.8z'/%3E%3Cpath d='M85.6 53.07L64 31.42 42.3 53.07V0h43.3zM43.3 1v49.65L64 30l20.6 20.65V1z' fill='%23fff'/%3E%3Cpath fill='%23f9f5df' d='M42.8 80.4V50.81L21.65 29.66.5 50.81V80.4h42.3z'/%3E%3Cpath fill='%23fff' d='M1 80.4V51.02l20.65-20.65L42.3 51.02V80.4h1V50.61L21.65 28.96 0 50.61V80.4h1z'/%3E%3Cpath fill='%23f9f5df' d='M85.1 80.4V50.81L63.95 29.66 42.8 50.81V80.4h42.3z'/%3E%3Cpath fill='%23fff' d='M43.3 80.4V51.02l20.65-20.65L84.6 51.02V80.4h1V50.61L63.95 28.96 42.3 50.61V80.4h1z'/%3E%3Cpath fill='%23f9f5df' d='M126.79.5H85.1v51.36l21.15-21.15 20.54 20.54V.5z'/%3E%3Cpath fill='%23fff' d='M126.79 50.55L106.25 30 85.6 50.66V1h41.19V0H84.6v53.07l21.65-21.65 20.54 20.54v-1.41z'/%3E%3Cpath fill='%23f9f5df' d='M126.79 50.21l-20.54-20.55L85.1 50.81V80.4h41.69V50.21z'/%3E%3Cpath fill='%23fff' d='M126.79 49.5l-20.54-20.54L84.6 50.61V80.4h1V51.02l20.65-20.65 20.54 20.55V49.5z'/%3E%3C/svg%3E") !important;
  background-size: 127px 81px !important; }

.body--brown .selectric {
  border-color: #7c5739 !important; }
  .body--brown .selectric .button {
    background: #7c5739; }

.body--brown .selectric-items {
  border-color: #7c5739; }
  .body--brown .selectric-items li {
    border-color: #f9f5df; }

.body--brown .calendar .calendar__head {
  background: #7c5739; }

.body--brown .calendar .table-calendar th {
  background: #7c5739; }

.body--brown .calendar .table-calendar td {
  background: #f9f5df; }

.body--brown .calendar .calendar__actions .btn--primary {
  background: #7c5739; }

.body--brown .section-main .section__title {
  background: #7c5739; }

.body--brown .article-primary.visible-popup .article__body {
  border-color: #7c5739; }

.body--brown .article-primary .article__image h6 {
  background: #7c5739; }

.body--brown .article-primary .article__content h5 {
  background: #f9f5df;
  color: #7c5739; }

.body--brown .article-primary .article__tooltip .btn {
  background: #7c5739; }

.body--brown .article-primary .btn--primary {
  background: #7c5739; }

.body--brown .article-primary .ico-angle-down {
  background-image: url(../images/icons/ico-angle-down-red.png); }

.body--brown .tabs .tabs__nav a {
  background: #f9f5df; }

.body--brown .tabs .tabs__nav .active a {
  background: #7c5739; }

.body--brown .slider-one--def .slick-dots .slick-active button {
  background: #7c5739; }

.body--brown .slider-small .slick-dots button {
  background: #f9f5df; }

.body--brown .slider-small .slick-dots .slick-active button {
  background: #7c5739; }

.body--brown .ajaxCheckoutInformation .btn--teritary {
  background: #f9f5df; }
  .body--brown .ajaxCheckoutInformation .btn--teritary:hover {
    background: #7c5739; }

.body--brown .btn {
  background: #7c5739;
  border-color: #7c5739; }
  .body--brown .btn:hover {
    color: #7c5739;
    background: #f9f5df; }

.body--brown table.booked-calendar thead th {
  border-color: #7c5739 !important;
  background: #7c5739 !important; }

.body--brown table.booked-calendar tr.days {
  background: #7c5739 !important; }
  .body--brown table.booked-calendar tr.days th {
    background: #7c5739 !important;
    border-color: #7c5739 !important; }

.body--brown table.booked-calendar td:hover {
  background: #7c5739 !important; }
  .body--brown table.booked-calendar td:hover .date span.number {
    background: #7c5739 !important; }

.body--blue .header--primary .header__bar {
  background: rgba(0, 96, 149, 0.9); }

.body--blue .slider-features {
  background: #006095; }

.body--blue .article-room .article__head {
  background: #006095; }

.body--blue .article-room h6 {
  color: #006095; }

.body--blue .hint .hint__ico {
  background: #006095; }

.body--blue .hint .hint__content {
  background: #f9f5df; }
  .body--blue .hint .hint__content:after {
    border-color: #f9f5df transparent transparent transparent; }

.body--blue .ico-angle-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='-0.699 -0.059 10 16' overflow='visible'%3E%3Cpath fill='none' stroke='%23006095' stroke-width='2' d='M.723.707l7.016 7.017-7.032 7.031'/%3E%3C/svg%3E"); }

.body--blue .datepicker-custom input {
  border-color: #006095; }

.body--blue .datepicker-custom:after {
  background: #006095; }

.body--blue .list-rooms li {
  border-color: #006095; }

.body--blue .list-rooms h5 {
  color: #006095; }

.body--blue .list-rooms a {
  background: #006095;
  border-color: #006095; }
  .body--blue .list-rooms a:hover {
    color: #006095;
    background: #f9f5df; }
    .body--blue .list-rooms a:hover .ico-circle {
      background: #006095; }

.body--blue .section__background--dynamic {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 126.79 80.4' preserveAspectRatio='none slice'%3E%3Cpath fill='%23f9f5df' d='M.5.5v51.36l21.15-21.15L42.8 51.86V.5H.5z'/%3E%3Cpath d='M43.3 53.07L21.65 31.42 0 53.07V0h43.3zM1 1v49.65L21.65 30 42.3 50.65V1z' fill='%23fff'/%3E%3Cpath fill='%23f9f5df' d='M42.8.5v51.36l21.15-21.15L85.1 51.86V.5H42.8z'/%3E%3Cpath d='M85.6 53.07L64 31.42 42.3 53.07V0h43.3zM43.3 1v49.65L64 30l20.6 20.65V1z' fill='%23fff'/%3E%3Cpath fill='%23f9f5df' d='M42.8 80.4V50.81L21.65 29.66.5 50.81V80.4h42.3z'/%3E%3Cpath fill='%23fff' d='M1 80.4V51.02l20.65-20.65L42.3 51.02V80.4h1V50.61L21.65 28.96 0 50.61V80.4h1z'/%3E%3Cpath fill='%23f9f5df' d='M85.1 80.4V50.81L63.95 29.66 42.8 50.81V80.4h42.3z'/%3E%3Cpath fill='%23fff' d='M43.3 80.4V51.02l20.65-20.65L84.6 51.02V80.4h1V50.61L63.95 28.96 42.3 50.61V80.4h1z'/%3E%3Cpath fill='%23f9f5df' d='M126.79.5H85.1v51.36l21.15-21.15 20.54 20.54V.5z'/%3E%3Cpath fill='%23fff' d='M126.79 50.55L106.25 30 85.6 50.66V1h41.19V0H84.6v53.07l21.65-21.65 20.54 20.54v-1.41z'/%3E%3Cpath fill='%23f9f5df' d='M126.79 50.21l-20.54-20.55L85.1 50.81V80.4h41.69V50.21z'/%3E%3Cpath fill='%23fff' d='M126.79 49.5l-20.54-20.54L84.6 50.61V80.4h1V51.02l20.65-20.65 20.54 20.55V49.5z'/%3E%3C/svg%3E") !important;
  background-size: 127px 81px !important; }

.body--blue .selectric {
  border-color: #006095 !important; }
  .body--blue .selectric .button {
    background: #006095; }

.body--blue .selectric-items {
  border-color: #006095; }
  .body--blue .selectric-items li {
    border-color: #f9f5df; }

.body--blue .calendar .calendar__head {
  background: #006095; }

.body--blue .calendar .table-calendar th {
  background: #006095; }

.body--blue .calendar .table-calendar td {
  background: #f9f5df; }

.body--blue .calendar .calendar__actions .btn--primary {
  background: #006095; }

.body--blue .section-main .section__title {
  background: #006095; }

.body--blue .article-primary.visible-popup .article__body {
  border-color: #006095; }

.body--blue .article-primary .article__image h6 {
  background: #006095; }

.body--blue .article-primary .article__content h5 {
  background: #f9f5df;
  color: #006095; }

.body--blue .article-primary .article__tooltip .btn {
  background: #006095; }

.body--blue .article-primary .btn--primary {
  background: #006095; }

.body--blue .article-primary .ico-angle-down {
  background-image: url(../images/icons/ico-angle-down-red.png); }

.body--blue .tabs .tabs__nav a {
  background: #f9f5df; }

.body--blue .tabs .tabs__nav .active a {
  background: #006095; }

.body--blue .slider-one--def .slick-dots .slick-active button {
  background: #006095; }

.body--blue .slider-small .slick-dots button {
  background: #f9f5df; }

.body--blue .slider-small .slick-dots .slick-active button {
  background: #006095; }

.body--blue .ajaxCheckoutInformation .btn--teritary {
  background: #f9f5df; }
  .body--blue .ajaxCheckoutInformation .btn--teritary:hover {
    background: #006095; }

.body--blue .btn {
  background: #006095;
  border-color: #006095; }
  .body--blue .btn:hover {
    color: #006095;
    background: #f9f5df; }

.body--blue table.booked-calendar thead th {
  border-color: #006095 !important;
  background: #006095 !important; }

.body--blue table.booked-calendar tr.days {
  background: #006095 !important; }
  .body--blue table.booked-calendar tr.days th {
    background: #006095 !important;
    border-color: #006095 !important; }

.body--blue table.booked-calendar td:hover {
  background: #006095 !important; }
  .body--blue table.booked-calendar td:hover .date span.number {
    background: #006095 !important; }

.efront_debugger {
  position: relative;
  z-index: 123;
  display: table;
  margin-bottom: -18px; }
  .efront_debugger svg {
    width: 50px;
    height: 50px;
    margin-bottom: -50px;
    position: relative;
    z-index: 12;
    left: 10px; }
  .efront_debugger .tooltiptext {
    visibility: hidden;
    opacity: 0;
    background: #ddd;
    overflow: scroll;
    color: #333;
    transition: opacity 0.3s;
    display: none;
    position: absolute; }
    .efront_debugger .tooltiptext h2 {
      font-size: 22px;
      margin: 0 0 20px; }
      .efront_debugger .tooltiptext h2 b {
        color: #ff4747; }
    .efront_debugger .tooltiptext h3 {
      font-size: 20px;
      margin: 0 0 20px; }
      .efront_debugger .tooltiptext h3 b {
        color: blue; }
  .efront_debugger:hover .tooltiptext {
    border: 3px solid #ff4747;
    visibility: visible;
    opacity: 1;
    display: block;
    max-height: 59vh;
    padding: 39px; }
  @media (max-width: 1024px) {
    .efront_debugger {
      display: none; } }

.wrapper--agency h3{
    font-size: 42px;
    margin-top: 20px;
}

.agency-page{
  margin: -22px -12px;
}

.agency-boxes .jsl-file-box{
  text-align: center;
}

.agency-page .pattern-bg{
  margin-top: 0;
  padding-bottom: 60px;
}

.pattern-green-agent {
  background-color: #e7efee;
}

.pattern-blue-agent{
  background-color: #e5eff4;
}

.pattern-orange-agent{
  background-color: #f9e5e3;
}

.pattern-purple-agent{
  background-color: #fbedec;
}

.pattern-yellow-agent{
  background-color: #fcf4e2;
}

.pattern-pink-agent{
  background-color: #fae6e9;
}

.pattern-bg {
  background-image: url('../images/temp/pattern_bg.png');
  margin-top: 60px;
  padding-top: 60px;
  min-height: 180px;
}

.pattern-grey-agent {
  background: url('../images/temp/pattern-grey-1.jpg');
  margin-top: 60px;
  padding-top: 30px;
  min-height: 160px;
}

.jsl-pad-top-30 {
  padding-top: 30px !important;
}

.jsl-mrg-top-30 {
  margin-top: 30px !important;
}

.jsl-pdf-box {
  width: 100%;
  border: 1px solid #f0f0f0;
  padding: 8px;
  margin-bottom: 20px;
  min-height: 300px;
}

.jsl-file-box {
  width: 100%;
  border: 2px solid #27696E;
  padding: 15px;
  margin-bottom: 20px;
  margin-top: 10px;
  min-height: 200px;
  border-radius: 8px;
}

.jsl-file-box_blue {
  width: 100%;
  border: 2px solid #006095;
  padding: 15px;
  margin-bottom: 20px;
  margin-top: 10px;
  min-height: 200px;
  border-radius: 8px;
  text-align: center;
}

.jsl-file-box_orange {
  width: 100%;
  border: 2px solid #D55046;
  padding: 15px;
  margin-bottom: 20px;
  margin-top: 10px;
  min-height: 200px;
  border-radius: 8px;
  text-align: center;
}

.jsl-file-box_pink {
  width: 100%;
  border: 2px solid #e38092 ;
  padding: 15px;
  margin-bottom: 20px;
  margin-top: 10px;
  min-height: 200px;
  border-radius: 8px;
  text-align: center;
}

.jsl-file-box_red {
  width: 100%;
  border: 2px solid #d44f46;
  padding: 15px;
  margin-bottom: 20px;
  margin-top: 10px;
  min-height: 200px;
  border-radius: 8px;
  text-align: center;
}

.jsl-file-box_purple {
  width: 100%;
  border: 2px solid #9b1e3e;
  padding: 15px;
  margin-bottom: 20px;
  margin-top: 10px;
  min-height: 200px;
  border-radius: 8px;
  text-align: center;
}

.jsl-file-box_yellow {
  width: 100%;
  border: 2px solid #e6b43e;
  padding: 15px;
  margin-bottom: 20px;
  margin-top: 10px;
  min-height: 200px;
  border-radius: 8px;
  text-align: center;
}

.jsl-pdf-box-icon {
  background-color: #ccc;
  width: 50px;
  height: 40px;
  position: absolute;
  top: 10px !important;
  left: 20px !important;
}

.jsl-pdf-box-ribbon {
  background-color: #ccc;
  width: 30px;
  height: 40px;
  position: absolute;
  top: -8px !important;
  right: 20px !important;
}

.jsl-pdf-box-content {
  margin-top: 60px;
}

/*# sourceMappingURL=styles.sass.css.map */

/* Localized */
/*Search*/
@media only screen and (max-width: 1310px) {
    .filelist-box .list-group-item {
        min-height:80px;
    }
    .document-upload-buttons {
        margin-top:10px;
        /*position: absolute;
        right: 10px;
        bottom: 7px;*/
    }

    .filelist-box .right {
        float:none;
    }

}

@media screen and (max-width: 1028px) {
    #search-nyah h4 {
        display:block;
        width:auto;
        text-align: ceter;
    }
    #search-nyah #explore_filter {
        width:100%;
    }
}

@media screen and (max-width: 800px) {
   #search-nyah .form-group {
        width:100%;
    }
    .fusion-page-title-bar {
        margin-top: 0;
    }
    #content {
        margin-bottom:50px;
    }
}

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

.pricing-box-alt .col-md-1, .pricing-box-alt .col-md-2, .pricing-box-alt .col-md-3, .pricing-box-alt .col-md-4, .pricing-box-alt .col-md-5, .pricing-box-alt .col-md-6, .pricing-box-alt .col-md-7, .pricing-box-alt .col-md-8, .pricing-box-alt .col-md-9, .pricing-box-alt .col-md-10, .pricing-box-alt .col-md-11, .pricing-box-alt .col-md-12, .pricing-box-alt .col-sm-1, .pricing-box-alt .col-sm-2, .pricing-box-alt .col-sm-3, .pricing-box-alt .col-sm-4, .pricing-box-alt .col-sm-5, .pricing-box-alt .col-sm-6, .pricing-box-alt .col-sm-7, .pricing-box-alt .col-sm-8, .pricing-box-alt .col-sm-9, .pricing-box-alt .col-sm-10, .pricing-box-alt .col-sm-11, .pricing-box-alt .col-sm-12 {
    border-width: 1px;
}

.pricing-row-label {
    display:inline-block;
}

    .filelist-box .list-group-item {
    }

    .document-upload-buttons {
        width:100%;
    }
    .document-upload-buttons a {
        display:inline-block;
        width:50%;
        max-width:500px;
    }

    .document-upload-buttons > span {
        width:45%;
        margin:10px 1px;
        float:none;
    }
    .document-upload-buttons span a {
        width:100%;
    }
    .document-upload-buttons > a {
        width:45%;
    }
    .document-upload-buttons .uploader {
        width:45%;
        max-width:500px;
        line-height: 24px;
        margin-top: -1px;
    }

}

@media screen and (max-width: 540px) {
    #application-form-wizard > ul > li {
        display: inline-block;
        width: 33%;
        text-align: center;
        height: 110px;
        vertical-align: top;
    }
    #application-form-wizard.form-wizard > ul > li a .wizard-description {
        font-size: 11px;
    }
    .application_controls div,
    .application_controls span,
    .application_controls input {
        width:100%;
        margin-bottom:10px;
    }
}

@media screen and (max-width: 480px) {
    #search-nyah .form-group {
        width:100%;
    }
    .col-12 {
        width:100%;
    }
    #main {
        padding:25px;
    }
    .login_buttons a,
    .login_buttons input[type="submit"] {
        position:relative!important;
        right:auto!important;;
        bottom:auto!important;;
        width:100%;
        margin-bottom:10px;
    }
    .login-padding-container {
        padding:0!important;
    }
    .login-padding-container-container {
        min-height:auto!important;
    }
    .chosen-container,
    .chosen-select,
    textarea  {
        width:95%;
        max-width:95%;
    }

    #selected_residence_info .butts {
        padding:0;
    }

    .filelist-box .list-group-item {
    }
    .document-upload-buttons {
        text-align:right;
    }

    .document-upload-buttons a {
        display:inline-block;
        width:100%;
        max-width:500px;
    }

    .document-upload-buttons > span {
        width:100%;
        margin:3px 0;
    }
    .document-upload-buttons span a {
        width:100%;
    }
    .document-upload-buttons > a {
        width:100%;
        margin:3px 0;
    }
    .document-upload-buttons .uploader {
        width:100%;
        margin:5px 0;
        max-width:500px;
        line-height: 24px;
        margin-top: 3px;
    }

}

@media screen and (max-width: 460px) {
}

@media screen and (max-width: 1199px) {
    #hi-res.section-main .section-main__aside,
    #hi-res.section-main .section-main__body {
        box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
        padding-bottom: 10px;
        margin-bottom:20px;
    }
    #hi-res.section-main .section-main__body-inner {
        margin:10px;
        padding: 22px 20px;
    }

    #application-form-wizard, .section-tab {
        padding:10px 10px 0;
    }
    #hi-res.section-main .section-main__aside:after {
        display:none;
    }
    #hi-res.section-main .section-main__aside {
        margin:0;
        padding:0;
        width:100%;
        background:none;
        box-shadow: none;
    }
    #hi-res.section-main .section-main__aside-inner {
        width:100%;
    }
    #hi-res.section-main .section-main__aside-inner  br {
        display: none;
    }
    #sidebar {
        float:left;
        width:48%;
    }
    #summary-sidebar {
      width:48%;
    }
}

@media (max-width: 991px) {
    .header--primary .header__aside .header__btn {
        width:auto;
    }
}
@media (max-width: 767px) {
     #summary-sidebar {
      width:100%;
    }
    .btn-burger {
        display:none!important;
    }
    .header--primary .header__body {
        height: 65px;
    }

    .header--primary .nav-access {
        display:inline-block!important;
        margin-top:-7px;
    }

    .header--primary .header__aside .header__btn {
        width:auto;
        height:40px;
        vertical-align: middle;
        line-height: 27px;
    }

    #application-form-wizard li, .section-tab li {
        width: 100%;
        padding:  25px 14px 32px;
        margin-top: -10px;
    }
    #application-form-wizard li.active, .section-tab li.active {
        margin-top: -10px;
    }

    #application-form-wizard li:nth-child(1), .section-tab li:nth-child(1) {
        margin-top:0;
    }

}

@media screen and (max-width: 650px) {
    .section-main__inner h3 {
        font-size: 27px;
    }
    #hi-res.section-main .shell {
        padding:10px;
    }
    body.intervention_bar .wrapper,
    body.intervention_bar .header{
        margin-top:100px;
    }

    #application-form-wizard, .section-tab {
        padding:10px 10px 0;
    }
    .section-main .section-main__body-inner {
        margin:10px;
        padding: 22px 20px;
    }
}

@media screen and (max-width:480px) {
    #sidebar,
    #summary-sidebar {
      width:100%;
      margin-bottom:20px;
    }
    .login_buttons .btn, .btn.hero-btn, .btn.btn-primary {
        width:100%;
        min-width:100%;
    }
}

@media screen and (max-width:380px) {
    .nav-access a {
        display:none!important;
    }
     .header--primary .header__aside .header__btn {
        display:inline-block!important;
     }
}

