/*========== Reset ==========*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
    margin: 0;
    position: relative;
    min-height: 100vh;
    overflow-x: hidden;
    background-color: #fff;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: normal;
}

p {
    margin: 0;
}

ul,
ol {
    list-style: none;
}

ul,
ol,
li {
    margin: 0;
    padding: 0;
}

address {
    font-style: normal;
    font-size: 75%;
}

a,
a:hover,
a:focus {
    outline: 0;
    color: inherit;
    text-decoration: none;
}

a[href^=tel] {
    white-space: nowrap;
}

img {
    border: 0;
    outline: 0;
    max-width: 100%;
    vertical-align: middle;
}

table {
    width: 100%;
}

iframe {
    border: 0;
}

video::-webkit-media-controls {
    display: none !important;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

/*========== Text Style ==========*/
body,
.sc-label,
.plyr {
    font-family: aktiv-grotesk-extended, sans-serif;
    font-weight: 300;
    font-style: normal;
}

.sub-heading {
    font-family: aktiv-grotesk-extended, sans-serif;
    font-weight: 400;
    font-style: normal;
    
}

strong, b {
    font-weight: 500;
}

.freight-big-pro-book,
h1, h2, h3, h4, h5, h6,
.tab a,
.panel-heading {
    font-family: freight-big-pro, serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.1;
}

body,
.size-body,
.sc-label,
.fields .field,
.meta .sub-heading {
    font-size: 16px;
    line-height: 1.5625;
}

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

h2,
.size-h2,
.tab a,
.panel-heading {
    font-size: 28px;
}

h3,
.size-h3 {
    font-size: 28px;
}

/*========== Transition ==========*/
img,
a,
button,
input,
textarea,
select,
[role="button"],
[role="button"]:before,
.select2-dropdown,
.select2-selection__placeholder,
.select2-results__option,
.input .label.anim,
.btn:before,
.btn:after,
.container,
.container-fluid,
.mfp-bg,
.mfp-content,
.bg-img,
.tab-content,
.image,
.image:before,
.image:after {
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
    transition: 400ms ease-in-out;
}

.input .label.anim:not(.fixed) {
    -webkit-transition-property: opacity, visibility;
    -o-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
}
.input .label.anim.fixed {
    -webkit-transition-property: opacity, top, font-size;
    -o-transition-property: opacity, top, font-size;
    transition-property: opacity, top, font-size;
}

/*========== General ==========*/
body {
    opacity: 0;
    -webkit-transition: 800ms ease-in-out;
    -o-transition: 800ms ease-in-out;
    transition: 800ms ease-in-out;
}
#page {
    background-color: #fff;
    overflow: hidden;
}

.container,
.container-fluid {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
}

.ic,
.ic-name {
    display: inline-block;
    vertical-align: middle;
}

.ic + .ic-name,
.ic-name + .ic {
    margin-left: 5px;
}

img.full {
    display: block;
    width: 100%;
    max-width: none;
}

img.push,
img.bound {
    display: block;
    width: 100%;
    max-width: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.object-fit {
    position: relative;
    overflow: hidden;
}

.object-fit:before {
    content: "";
    display: block;
}

.object-fit > img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0; left: 0;
}

.bg-img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.no-touchevents .bg-fixed {
    background-attachment: fixed;
}

.overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

#overlay-fixed {
    font-size: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
}


/*========== Actions ==========*/
.btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 100%;
    height: 45px;
    line-height: 43px;
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
    cursor: pointer;
}
.btn:focus,
.btn:hover {
    border-color: #595b3c;
    background-color: #595b3c;
    color: #fff;
}

.btn.white {
    border-color: #fff;
    background-color: #fff;
    color: #595b3c;
}

.btn.outline {
    background-color: transparent;
}
.btn.outline,
.btn.outline:focus,
.btn.outline:hover {
    color: #595b3c;
}
.no-touchevents .btn.outline:hover {
    background-color: #595b3c;
    color: #fff;
}

.btn.white.outline {
    background-color: transparent;
    border-color: #fff;
}
.btn.white.outline,
.btn.white.outline:focus,
.btn.white.outline:hover {
    color: #fff;
}
.no-touchevents .btn.white.outline:hover {
    border-color: #fff;
    background-color: #fff;
    color: #595b3c;
}

.btn .ic {
    font-size: 16px;
}

.btn .ic,
.btn .ic-name {
    vertical-align: top;
    line-height: inherit;
}

.btn.fix-width {
    width: 185px;
}

.btn.full-width {
    width: 100%;
}

.link,
.page-ctrl a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
}

.link.prev,
.link.next {
    display: inline-block;
    vertical-align: top;
}
.link.prev:before,
.link.next:after {
    font-family: 'iconfont';
    font-weight: inherit;
    font-size: 84.62%;
}
.link.prev:before {
    content: "\e901";
    margin-right: 6px;
}
.link.next:after {
    content: "\e902";
    margin-left: 6px;
}

.action {
    clear: both;
}

.action .act-row {
    font-size: 0;
    margin: -7px -15px -8px;
}

.action .act-row:not(:last-child) {
    margin-bottom: 8px;
}

.action .act-col {
    display: inline-block;
    vertical-align: middle;
    padding: 7px 15px 8px;
}

/*========== Form - START ==========*/
.form fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

button,
.form input,
.form select,
.form textarea,
.ui-datepicker select {
    outline: 0;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    background: none;
    padding: 0;
    margin: 0;
    min-width: inherit;
    font: inherit;
    text-transform: none;
    text-align: left;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.form input,
.form textarea,
.form select {
    width: 100%;
    height: 45px;
    color: #b5b5b5;
    line-height: normal;
    padding: 10px 0 10px 0;
    background-color: transparent;
    border-bottom: 1px solid #ebebeb;
}
.form textarea {
    display: block;
    overflow: auto;
    width: 100% !important;
    min-width: 100%;
    max-width: 100%;
    min-height: 90px;
    resize: none;
}
.form input:focus,
.form textarea:focus,
.form select:focus {
    border-color: #000;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 0;
}

input::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    -webkit-transition: 5000s ease-in-out 0s;
    -o-transition: 5000s ease-in-out 0s;
    transition: 5000s ease-in-out 0s;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;

    margin: 0;
}

/* Select - START */
.select {
    position: relative;
    color: #b5b5b5;
}
.select:after {
    font-family: 'iconfont';
    content: "\e904";
    font-size: 12px;
    font-weight: normal;
    color: #ebebeb;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: right;
    position: absolute;
    top: 0; bottom: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}
.select select {
    line-height: normal;
    padding: 0 45px 0 0;
    -o-text-overflow: "";
    text-overflow: "";
    cursor: pointer;
}
.select2-parent:after {
    display: none;
}

.select .select2-container {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
}
.select .select2-container .select2-selection--single {
    outline: 0;
    display: block;
    height: 45px;
    background: transparent;
    border-bottom: 1px solid #ebebeb;
    -webkit-transition: border-color 400ms ease-in-out;
    -o-transition: border-color 400ms ease-in-out;
    transition: border-color 400ms ease-in-out;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.select .select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    line-height: 43px;
    color: #000;
    padding-left: 0;
    padding-right: 45px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select .select2-container .select2-selection--single .select2-selection__rendered[title] {
    background-color: transparent;
}
.select .select2-container .select2-selection--single .select2-selection__placeholder {
    color: #000;
    font-weight: 300;
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
}
.select .select2-container .select2-selection--single .select2-selection__arrow,
.select .select2-container .select2-selection--single .select2-selection__clear {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 43px;
    font-size: 0;
    text-align: center;
    cursor: pointer;
}
.select .select2-container .select2-selection--single .select2-selection__arrow b {
    display: block;
    width: 100%;
    height: 100%;
}
.select .select2-container .select2-selection--single .select2-selection__arrow b:before,
.select .select2-container .select2-selection--single .select2-selection__clear:before {
    font-family: 'iconfont';
    font-size: 12px;
    font-weight: normal;
    color: #ebebeb;
    line-height: 45px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: right;
}
.select .select2-container .select2-selection--single .select2-selection__arrow b:before {
    content: "\e904";
}
.select .select2-container .select2-selection--single .select2-selection__clear:before {
    content: "\e900";
}

.select .select2-container .select2-search--inline {
    float: left;
}
.select .select2-container .select2-search--inline .select2-search__field {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    padding: 0;
    margin-top: 5px;
    font-size: 100%;
}
.select .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select .select2-dropdown {
    display: block;
    width: 100% !important;
    background: #595b3c;
    border: 1px solid #ebebeb;
    position: absolute;
    left: -100000px;
    z-index: 1051;
    -webkit-transition: border-color 400ms ease-in-out;
    -o-transition: border-color 400ms ease-in-out;
    transition: border-color 400ms ease-in-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.select .select2-container .select2-results {
    display: block;
    font-size: 12px;
}
.select .select2-container .select2-results__group {
    display: block;
    position: relative;
    padding: 10px 15px 0;
    font-weight: 400;
    text-transform: uppercase;
    cursor: default;
}
.select .select2-container .select2-results__options {
    list-style: none;
    margin: 0;
}
.select .select2-container .select2-results__option {
    margin: 0 !important;
    padding: 7px 15px;
    color: #fff;
    word-wrap: break-word;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.select .select2-container .select2-results__option[aria-selected] {
    cursor: pointer;
}
.select .select2-container .select2-results__option[aria-selected=true] {
    font-weight: 400;
    text-decoration: underline;
}
.select .select2-container .select2-results__options--nested {
    padding-left: 15px;
}
.select .select2-container .select2-results__message {
    color: #ccc;
}

.select .select2-container--open .select2-dropdown {
    left: 0;
    overflow: hidden;
}
.select .select2-container--open .select2-dropdown--above .select2-results__option {
/*
    border-top: 0;
    border-bottom: 1px solid #eee;
*/
}
.select .select2-container--open .select2-dropdown--above {

}
.select .select2-container--open .select2-dropdown--below {
    margin-top: -1px;
}

.select .select2-search--dropdown {
    display: block;
    position: relative;
    z-index: 1010;
/*    padding: 5px 9px;*/
    white-space: nowrap;
/*
    background: #ccc;
    border-top: 1px solid #eee;
*/
}
.select .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.select .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select .select2-search--dropdown.select2-search--hide {
    display: none;
}

.select .select2-container.select2-container--disabled .select2-selection--single .select2-selection__clear,
.select .select2-container.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select .select2-container .select2-search--dropdown .select2-search__field {
    margin: 1px 0;
    padding: 5px 10px;
    width: 100%;
    height: auto;
    outline: 0;
}
.select .select2-container .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: textfield;
}
.select .select2-container .select2-results > .select2-results__options {
    padding: 10px 0;
    max-height: 25vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.select .select2-container .select2-results__option[role=group] {
    padding: 0;
}

.select .select2-container .select2-results__option[aria-disabled=true] {}

.select .select2-container .select2-results__option--highlighted[aria-selected=true] {}
.select .select2-container .select2-results__option--highlighted[aria-selected] {
    text-decoration: underline;
}

.select .select2-container.select2-container--open:not(.select2-container--disabled) .select2-selection--single,
.select .select2-container.select2-container--open:not(.select2-container--disabled) .select2-dropdown,
.select .select2-container.select2-container--focus:not(.select2-container--disabled) .select2-selection--single {}

.select .select2-container.select2-container--open .select2-selection--single .select2-selection__placeholder {
    /*color: #000;*/
}

.select .select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}
.select .select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}
.select .select2-rendered__match {
    text-decoration: underline;
}
/* Select - END */

/* Checkbox & Radio - START */
.choice {
    position: relative;
    font-size: 14px;
}

.choice.inline {
    display: inline-block;
    vertical-align: top;
}
.choice.inline:not(:last-child) {
    margin-right: 20px;
}

.choice > label {
    position: relative;
    display: inline-block;
}
.choice input[type="checkbox"],
.choice input[type="radio"] {
    height: auto;
    padding: 0;
    border: 0;
    background: none;
}

.choice .choice-name {
    display: inline-block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.choice input.choice-input {
    position: absolute;
    z-index: -1000;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.choice input.choice-input + .choice-name {
    display: inline-block;
    padding-left: 25px;
    min-width: 15px;
    min-height: 15px;
    height: auto;
    vertical-align: top;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: left 2px;
}
.choice input[type=radio].choice-input + .choice-name {
    background-image: url(../img/icon/radio.png);
}
.choice input[type=radio].choice-input:checked + .choice-name {
    background-image: url(../img/icon/radio-checked.png);
}
.choice input[type=checkbox].choice-input + .choice-name {
    background-image: url(../img/icon/checkbox.png);
}
.choice input[type=checkbox].choice-input:checked + .choice-name {
    background-image: url(../img/icon/checkbox-checked.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5),
screen and (-moz-min-device-pixel-ratio: 1.5),
screen and (min-device-pixel-ratio: 1.5),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-resolution: 192dpi) {

    .choice input.choice-input + .choice-name {
        background-size: 15px 15px;
    }
    .choice input[type=radio].choice-input + .choice-name {
        background-image: url(../img/icon/radio@2x.png);
    }
    .choice input[type=radio].choice-input:checked + .choice-name {
        background-image: url(../img/icon/radio-checked@2x.png);
    }
    .choice input[type=checkbox].choice-input + .choice-name {
        background-image: url(../img/icon/checkbox@2x.png);
    }
    .choice input[type=checkbox].choice-input:checked + .choice-name {
        background-image: url(../img/icon/checkbox-checked@2x.png);
    }

}

.choice.input-only {
    line-height: 15px;
}
.choice.input-only input.choice-input + .choice-name {
    padding-left: 0;
    background-position: left top;
}

.choice input.choice-input[disabled],
.choice input.choice-input[disabled] + .choice-name {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.choice-other {
    display: table;
    width: 100%;
}

.choice-other > .choice-label,
.choice-other > .input {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.choice-other > .choice-label:not(:last-child) {
    padding-right: 10px;
}
.choice-other > .choice-label {
    width: 1%;
    white-space: nowrap;
}

.choice > label:not(:last-child),
.choice-group:not(:last-child),
.choice:not(.inline):not(:last-child) {
    margin-bottom: 10px;
}

.label + .choice-group {
    margin-top: 20px;
}
/* Checkbox & Radio - END */

/* Datepicker - START */
.datepicker {
    position: relative;
}
.datepicker:before {
    font-family: 'iconfont';
    content: "\e90b";
    font-size: 16px;
    font-weight: normal;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: right;
    position: absolute;
    top: 0; right: 0;
    pointer-events: none;
}
.ui-datepicker {
    width: 19.9em;
    max-width: calc(100vw - 60px);
    margin: -1px 0;
    padding: 0;
    color: #fff;
    background: #595b3c;
    overflow: hidden;
    z-index: 9999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 1px solid rgba(235,235,235,0.4);
    border-bottom: 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    display: inline-block;
    vertical-align: top;
    width: 45px;
    height: 45px;
    line-height: inherit;
    text-align: center;
    position: absolute;
    top: 0;
    z-index: 1;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-prev-hover {
    left: 0;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-next-hover {
    right: 0;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    position: static;
    margin: 0;
    width: 100%;
    height: 100%;
    text-indent: inherit;
    font-size: 0;
}
.ui-datepicker .ui-datepicker-prev span:before,
.ui-datepicker .ui-datepicker-next span:before {
    font-family: 'iconfont';
    font-size: 12px;
    font-weight: normal;
    color: #fff;
}
.ui-datepicker .ui-datepicker-prev span:before {
    content: "\e901";
}
.ui-datepicker .ui-datepicker-next span:before {
    content: "\e902";
}
.ui-datepicker .ui-datepicker-title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}
.ui-datepicker .ui-datepicker-title:before,
.ui-datepicker .ui-datepicker-title:after {
    font-family: 'iconfont';
    content: "\e904";
    font-size: 8px;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ui-datepicker .ui-datepicker-title:before {
    left: 47px;
}
.ui-datepicker .ui-datepicker-title:after {
    right: 0;
}
.ui-datepicker .ui-datepicker-title select {
    width: 55px;
    padding: 0 13px 0 0;
    border: 0;
    color: #fff;
    line-height: normal;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-title select:not(:last-child) {
    margin-right: 25px;
}
.ui-datepicker .ui-datepicker-calendar {
    border: 1px solid rgba(235,235,235,0.4);
    border-top: 0;
}
.ui-datepicker table {
    margin: 0;
    padding: 5px 0;
    font-size: 12px;
}
.ui-datepicker th,
.ui-datepicker td {
    padding: 3px 5px;
    text-align: center;
}
.ui-datepicker td span,
.ui-datepicker td a {
    width: 22px;
    height: 22px;
    line-height: 22px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
.ui-datepicker thead tr:first-child th {
    padding-top: 8px;
}
.ui-datepicker tbody tr:last-child td {
    padding-bottom: 8px;
}

.ui-datepicker th,
.ui-datepicker td .ui-state-highlight,
.ui-datepicker td .ui-state-active,
.ui-datepicker .ui-datepicker-title {
    font-weight: 500;
    font-style: normal;
}
.ui-datepicker td .ui-state-active {
    text-decoration: underline;
}
/* Datepicker - END */
.form legend {
    display: block;
    width: 100%;
    position: relative;
}
.form legend:not(:last-child) {
    margin-bottom: 25px;
}
.form legend .fix {
    position: absolute;
    right: 0; top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
    color: #a1a28d;
}
.no-touchevents .form legend .fix a:hover {
    color: #fff;
}

.form fieldset:not(:last-child) {
    margin-bottom: 50px;
}
.form .action:not(:first-child) {
    margin-top: 50px;
}
.form .action .remark:not(:last-child) {
    margin-bottom: 25px;
}

.form .remark {
    font-size: 12px;
}

.form .alert {
    color: #ee2e24;
    clear: both;
}
.form .input .alert {
    font-weight: normal;
    font-size: 12px;
}
.form .input .alert:not(:first-child) {
    margin-top: 5px;
}

.form .message:not(:first-child) {
    margin-top: 35px;
}
.form .message .alert {
    font-weight: bold;
}

.fields {
    font-size: 0;
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: -25px;
}
.fields:after {
    content: "";
    display: table;
    clear: both;
}
.fields + .fields {
    margin-top: 25px;
}

.field {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    clear: both;
}
.field.fix-half {
    width: 50%;
}

.input {
    position: relative;
    text-align: left;
}

.input .label {
    padding: 0;
    border-radius: 0;
    position: relative;
    display: block;
    margin-bottom: 2px;
}
.input .label.anim {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    line-height: 45px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}
.input .label.anim.fixed {
    line-height: 1;
    top: 14px;
}
.input.filled .label.anim:not(.fixed) {
    opacity: 0;
    visibility: hidden;
}
.input.filled .label.anim.fixed {
    font-size: 10px;
    top: -5px;
    color: #d1d1d1;
}

.input.filled input,
.input.filled textarea,
.input.filled select,
.select .select2-container .select2-selection--single .select2-selection__rendered {
    color: #000;
    font-weight: 500;
}
.input.filled input[type="password"] {
    letter-spacing: 2px;
}

.input.required input,
.input.required textarea,
.input.required select,
.input.required .select .select2-container .select2-selection--single,
.input.required .select .select2-container .select2-dropdown {
    border-color: #ee2e24 !important;
}

.form input:disabled,
.form textarea:disabled,
.form select:disabled,
.select .select2-container.select2-container--disabled .select2-selection--single {
    cursor: default;
    opacity: 0.4;
}

.form input[type="checkbox"]:disabled,
.form input[type="radio"]:disabled {
    background-color: transparent;
}

.input-action input {
    padding-right: 70px;
}
.input-action .ctrl {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    text-align: right;
    font-weight: normal;
    position: absolute;
    right: 0; top: 0;
    z-index: 1;
}

.input.pass .label.anim {
    color: #595b3c;
}
.input.fail .label.anim {
    color: #ee2e24;
}

.input ::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}
.input ::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}
.input :-ms-input-placeholder {
    color: #b5b5b5;
    font-weight: 500;
}
.input ::-webkit-input-placeholder {
    color: #b5b5b5;
    line-height: normal;
    font-weight: 500;
}
.input ::-moz-placeholder {
    color: #b5b5b5;
    opacity: 1;
    font-weight: 500;
}

.input.filled :-ms-input-placeholder {
    color: #b5b5b5;
    font-weight: 500;
}
.input.filled ::-webkit-input-placeholder {
    color: #b5b5b5;
    font-weight: 500;
}
.input.filled ::-moz-placeholder {
    color: #b5b5b5;
    opacity: 1;
    font-weight: 500;
}

/* White */
.form.white .input.filled .label.anim.fixed,
.no-touchevents .form.white .clone-fields .ctrl:not(:hover) {
    opacity: 0.2;
}
.form.white input,
.form.white textarea,
.form.white select,
.form.white .select .select2-container .select2-selection--single {
    color: rgba(235,235,235,0.2);
    border-color: rgba(235,235,235,0.2);
}
.form.white input:focus,
.form.white textarea:focus,
.form.white select:focus,
.form.white .select .select2-dropdown,
.form.white .select .select2-container.select2-container--open:not(.select2-container--disabled) .select2-selection--single {
    border-color: rgba(235,235,235,0.4);
}
.form.white,
.form.white select,
.form.white input:focus,
.form.white textarea:focus,
.form.white .input.filled input,
.form.white .input.filled textarea,
.form.white .select:after,
.form.white .select .select2-container .select2-selection--single .select2-selection__placeholder,
.form.white .select .select2-container .select2-selection--single .select2-selection__rendered,
.form.white .select .select2-container .select2-selection--single .select2-selection__arrow b:before,
.form.white .select .select2-container .select2-selection--single .select2-selection__clear:before {
    color: #fff;
}
.form.white .remark {
    color: #a1a28d;
}
.no-touchevents .form.white .remark a:hover {
    color: #fff;
}

.form-col:not(:last-child) {
    margin-bottom: 50px;
}

.clone-fields {
    position: relative;
}
.clone-fields:not(:last-child) {
    margin-bottom: 25px;
}
.clone-fields:not(:first-child) {
    padding-top: 140px;
}

.clone-fields:not(:first-child):before,
.clone-fields:not(:first-child):after {
    position: absolute;
    top: 70px; 
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.clone-fields:not(:first-child):before {
    content: "";
    height: 1px;
    width: 100%;
    border-top: 1px solid rgba(235,235,235,0.2);
    left: 0;
}
.clone-fields:not(:first-child):after {
    content: "or";
    display: inline-block;
    width: auto;
    padding: 0 10px;
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    color: #a1a28d;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: -6px;
    background: #595b3c;
}

.clone-fields .ctrls {
    display: inline-block;
    white-space: nowrap;
    position: absolute;
    z-index: 2;
    left: 100%; 
    bottom: 25px;
    padding-left: 25px;
}
.clone-fields .ctrl {
    display: block;
    font-size: 9px;
    font-weight: 400;
    line-height: 1;
}
.clone-fields .ctrl .ic {
    font-size: 84.62%;
}
.clone-fields .ctrl:not(:last-child) {
    margin-bottom: 8px;
}
/*========== Form - END ==========*/

/*========== Tab ==========*/
.tab-content {
    position: relative;
    height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}
.tab-content.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow: visible;
}

/*========== Popup ==========*/
[class*="open-popup-"] {
    cursor: pointer;
}

.mfp-bg, 
.mfp-wrap .mfp-content {
    opacity: 0;
}
.mfp-bg.mfp-ready {
    opacity: 0.85;
}
.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
.mfp-bg {
    background: #fff;
    z-index: 9998;
}
.mfp-wrap {
    z-index: 9999;
}
.mfp-container {
    padding-left: 0;
    padding-right: 0;
    position: fixed;
    max-height: 100%;
    overflow-y: scroll;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
}

button.mfp-close,
.modal-dismiss {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0;
    font-family: sans-serif;
    font-size: 0;
    line-height: 1;
    opacity: 1;
    position: absolute;
    z-index: 1;
}
button.mfp-close,
button.mfp-close:active,
.modal-dismiss {
    top: 25px;
    right: 50px;
}
button.mfp-close:before,
.modal-dismiss:before {
    display: inline-block;
    vertical-align: top;
    font-family: 'iconfont';
    content: "\e900";
    font-size: 30px;
    font-weight: normal;
    line-height: inherit;
}

.popup-style .popup-inner {
    padding: 80px 35px;
}

.popup-style-content.mfp-bg.mfp-ready {
    opacity: 1;
}
.popup-style-content .mfp-close {
    position: fixed;
}
.popup-style-content.mfp-close-btn-in .mfp-close {
    color: #fff;
}
.no-touchevents .popup-style-content.mfp-close-btn-in .mfp-close:hover {
    color: #000;
}
.popup-style-content .mfp-container {
    padding: 0;
    position: fixed;
    height: 100%;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}
.popup-style-content .mfp-content {
    max-width: 100%;
    max-height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.popup-style-gallery.mfp-bg {
    background-color: #595b3c;
}
.popup-style-gallery.mfp-bg.mfp-ready {
    opacity: 1;
}
.popup-style-gallery .mfp-close {
    color: #a1a28d;
}
.popup-style-gallery .mfp-close:hover {
    color: #ebebeb;
}
.popup-style-gallery img.mfp-img {
    padding: 80px;
}
.popup-style-gallery .mfp-title,
.popup-style-gallery .mfp-figure:after,
.popup-style-gallery .mfp-figure .mfp-close {
    display: none;
}
.popup-style-gallery .mfp-bottom-bar {
    margin-top: 0;
    top: auto;
    bottom: 0;
    min-height: 80px;
}
.popup-style-gallery .mfp-counter {
    position: static;
    font-weight: 400;
    font-size: 12px;
    color: #a1a28d;
    text-align: center;
    padding: 10px 0;
}
.popup-style-gallery .mfp-arrow {
    margin: 0;
    opacity: 1;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: rgba(235,235,235,0.2);
    color: #a1a28d;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1;
}
.popup-style-gallery .mfp-arrow:hover {
    background: rgba(235,235,235,1);
    color: #595b3c;
}
.popup-style-gallery .mfp-arrow-left {
    left: 50px;
}
.popup-style-gallery .mfp-arrow-right {
    right: 50px;
}
.popup-style-gallery .mfp-arrow:after {
    display: none;
} 
.popup-style-gallery .mfp-arrow:before {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    border: 0;
    opacity: 1;
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
    font-family: 'iconfont';
    font-size: 30px;
    color: inherit;
}
.popup-style-gallery .mfp-arrow-left:before {
    content: "\e901";
}
.popup-style-gallery .mfp-arrow-right:before {
    content: "\e902";
}

/*========== Slider ==========*/
.swiper-wrapper {
    will-change: transform;
}

.swiper-container.auto .swiper-slide {
    width: auto;
}

/*========== Plyr ==========*/
.plyr--video .plyr__control--overlaid {
    width: 44px;
    height: 44px;
    line-height: 44px;
    min-width: 0;
    padding: 0;
    text-align: center;
    border-radius: 50%;
    color: #000;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: auto; 
    bottom: 30px;
    left: 30px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 4;
}
.plyr--video .plyr__control--overlaid:before {
    font-family: 'iconfont';
    content: "\e90d";
    font-size: 12px;
    color: inherit;
    line-height: inherit;
    padding: 1px 0 0 2px;
    display: inline-block;
    vertical-align: top;
}
.plyr--video .plyr__controls {
    padding: 30px 5px 5px;
}
.plyr--video .plyr__control.plyr__tab-focus, 
.plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
    color: #fff;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 50%;
}
.plyr--video .plyr__control--overlaid:hover {
    background-color: #595b3c;
}
.plyr--video .plyr__progress__buffer {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.plyr--video:not(.plyr--playing) .plyr__controls {
    opacity: 0;
    pointer-events: none;
}
.plyr__control svg {
    margin: 0 auto;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}
.plyr__control--overlaid svg {
    left: 0;
    display: none;
}
.plyr__control svg:hover,
.plyr--full-ui input[type=range] {
    color: #595b3c;
}
.plyr__time {
    font-size: 12px;
}
.plyr--paused .plyr__poster {
    opacity: 1;
}


/*========== Entry Content ==========*/
.entry-content h1:not(:last-child),
.entry-content h2:not(:last-child),
.entry-content h3:not(:last-child),
.entry-content h4:not(:last-child),
.entry-content h5:not(:last-child),
.entry-content h6:not(:last-child) {
    margin-bottom: 15px;
}
.entry-content ul:not(:last-child),
.entry-content ol:not(:last-child),
.entry-content li:not(:last-child),
.entry-content p:not(:last-child),
.entry-content address:not(:last-child),
.entry-content table:not(:last-child) {
    margin-bottom: 20px;
}

.entry-content ul {
    list-style-type: square;
}
.entry-content ol {
    list-style-type: decimal;
}
.entry-content ul,
.entry-content ol {
    padding-left: 1.15em;
}

.entry-content .media img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.entry-content .media.vertical img {
    max-height: 652px;
    max-width: calc(100vw - 120px);
}


/*========== Global ==========*/
.image {
    display: block;
    position: relative;
    overflow: hidden;
}
.image img {
    display: block;
    width: 100%;
    max-width: none;
}

.image.vertical {
    width: 100%;
    max-width: 400px;
}

.meta .heading:not(:last-child) {
    margin-bottom: 15px;
}
.meta .sub-heading:not(:last-child) {
    margin-bottom: 10px;
}
.meta .action:not(:first-child) {
    margin-top: 25px;
}

.hamburger {
    position: relative;
    display: block;
    width: 26px;
    height: 13px;
    padding: 20px 0;
}
.hamburger .bars,
.hamburger .bars:after,
.hamburger .bars:before {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #595b3c;
    -webkit-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    -o-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
}
.hamburger .bars:after,
.hamburger .bars:before {
    display: block;
    content: ""
}
.hamburger .bars {
    font-size: 0;
    line-height: 0;
    top: 50%;
    display: block;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    -o-transition-property: background-color, transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
}
.hamburger .bars:before {
    top: -6px;
    right: 0;
    -webkit-transition-property: background-color, top;
    -o-transition-property: background-color, top;
    transition-property: background-color, top;
    -webkit-transition-delay: 0s, .10s;
    -o-transition-delay: 0s, .10s;
    transition-delay: 0s, .10s;
}
.hamburger .bars:after {
    bottom: -6px;
    -webkit-transition-property: background-color, bottom, -webkit-transform;
    transition-property: background-color, bottom, -webkit-transform;
    -o-transition-property: background-color, bottom, transform;
    transition-property: background-color, bottom, transform;
    transition-property: background-color, bottom, transform, -webkit-transform;
    -webkit-transition-delay: 0s, .10s, 0s;
    -o-transition-delay: 0s, .10s, 0s;
    transition-delay: 0s, .10s, 0s;
}
.hamburger.active .bars {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    -o-transition-property: background-color, transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-delay: 0s, .10s;
    -o-transition-delay: 0s, .10s;
    transition-delay: 0s, .10s;
}
.hamburger.active .bars:before {
    top: 0;
    opacity: 0;
}
.hamburger.active .bars:after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition-property: background-color, bottom, -webkit-transform;
    transition-property: background-color, bottom, -webkit-transform;
    -o-transition-property: background-color, bottom, transform;
    transition-property: background-color, bottom, transform;
    transition-property: background-color, bottom, transform, -webkit-transform;
    -webkit-transition-delay: 0s, 0s, .10s;
    -o-transition-delay: 0s, 0s, .10s;
    transition-delay: 0s, 0s, .10s;
}
.no-touchevents .hamburger:hover .bars,
.no-touchevents .hamburger:hover .bars:after,
.no-touchevents .hamburger:hover .bars:before {
    background-color: #595b3c;
}

/*========== Header ==========*/
#header {
    position: relative;
    z-index: 100;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
}
#header.header-fixed {
    position: fixed;
    top: 0; left: 0;
}

.header-brand {
    position: relative;
    height: 80px;
    line-height: 80px;
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.brand {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
}

.logo {
    display: block;
    height: 37px;
    width: auto;
    max-width: none;
}

.header-nav-ctrl {
    position: absolute;
    right: 0; top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-nav {
    position: relative;
    height: 40px;
    line-height: 40px;
}

.menu {
    font-size: 0;
    text-align: center;
}
.menu li {
    display: inline-block;
    vertical-align: top;
}
.menu li:not(:last-child) {
    margin-right: 50px;
}
.menu a {
    font-weight: 400;
    font-size: 12px;
    color: #797256;
    text-transform: uppercase;
}

.system {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.system li {
    line-height: 40px;
    text-align: center;
}
.system li:not(:last-child) {
    margin-right: 0;
}
.system a {
    color: #595b3c;
    vertical-align: middle;
}

/*========== Footer ==========*/
#footer {
    background-color: #f5efec;
    padding: 50px 0 100px;
}
.directory-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -15px;
}
.directory {
    width: 16.4%;
    width: 220px;
    max-width: 33.3333333%;
    padding: 15px;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    color: #797256;
}
.directory .links li:not(:last-child),
.directory .heading:not(:last-child) {
    margin-bottom: 10px;
}
.directory .meta {
    color: #bdb7ab;
}

/*========== Panel ==========*/
.panel-enabled {
    overflow: hidden !important;
}
.panel-ctrl.active {
    pointer-events: none;
}
.panel {
    width: 100%;
    height: calc(100vh - 121px);
    height: calc((var(--vh, 1vh) * 100) - 121px);
    background-color: #595b3c;
    color: #fff;
    position: fixed;
    left: 0; top: 121px;
    z-index: 100;
    display: none;
}
.panel-close {
    display: inline-block;
    height: 41px;
    line-height: 41px;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    background-color: #595b3c;
    color: #fff;
    position: absolute;
    top: -41px; right: 0;
    min-width: 20vw;
    padding: 0 50px;
    text-align: right;
}
.panel-close .ic, 
.panel-close .ic-name {
    line-height: inherit;
    vertical-align: top;
}
.panel-close .ic {
    font-size: 84.62%;
}
.panel-block {
    height: 100%;
    overflow: hidden;
}
.panel-wrap {
    position: relative;
    height: 100%;
    max-height: 100%;
    padding-right: 25px;
    margin-right: -25px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.panel-inner {
    min-height: 100%;
    padding: 80px 0;
}

.panel-headline:not(:last-child) {
    margin-bottom: 25px;
}

.panel .tab {
    position: relative;
    font-size: 0;
    text-align: center;
}
.panel .tab a {
    display: inline-block;
    vertical-align: top;
    opacity: 0.2;
}
.panel .tab a.active {
    opacity: 1;
    pointer-events: none;
}
.panel .tab a:not(:last-child) {
    margin-right: 50px;
}

.panel .form,
.panel .step-form .step {
    position: relative;
    min-height: calc(100vh - 350px);
    min-height: calc((var(--vh, 1vh) * 100) - 350px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


.booking-form .summary:not(:first-child) {
    margin-top: 25px;
    padding-top: 50px;
    border-top: 1px solid rgba(235,235,235,0.2);
}
.booking-form .summary:not(:last-child) {
    margin-bottom: 50px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(235,235,235,0.2);
}
.booking-form .member-infos {
    margin-top: 50px;
}
.booking-form .member-infos .heading {
    margin-bottom: 25px;
}
.booking-form .member-infos .infos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -12px -25px -13px;
}
.booking-form .member-infos .info {
    font-size: 13px;
    width: 25%;
    padding: 12px 25px 13px;
}
.booking-form .member-infos .info .title {
    color: #a1a28d;
}

.message-box .inner {
    background: #fff;
    color: #595b3c;
    padding: 50px 30px;
    text-align: center;
}

.booking-confirm {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
}
.booking-confirm .box {
    background: #595b3c;
    color: #fff;
    text-align: center;
    padding: 20px;
}
.booking-confirm .box strong {
    font-size: 112.5%;
}
.booking-confirm .remark {
    margin-top: 20px;
    color: inherit !important;
}

/*========== Flex ==========*/
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 100%;
    margin: -20px;
}
.row .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 20px;
}
.row .full {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}


.row-group:after {
    content: "";
    display: table;
    clear: both;
}
.row-group > .row {
    float: left;
}
.row-group > .row:not(:last-child) {
    margin-bottom: 80px;
}
.row-group > .row:nth-child(even) {
    direction: rtl;
    unicode-bidi: bidi-override;
}
.row-group > .row:nth-child(even) .col-text {
    direction: ltr;
    unicode-bidi: bidi-override;
    text-align: left;
}

.a-items-center { 
    -webkit-box-align: center; 
    -ms-flex-align: center; 
    align-items: center;
}
.a-items-end { 
    -webkit-box-align: end; 
    -ms-flex-align: end; 
    align-items: flex-end;
}

/*========== Main ==========*/
#main {
    min-height: calc(100vh - 401px);
    min-height: calc((var(--vh, 1vh) * 100) - 401px);
}

/* Hero */
.hero {
    display: block;
    position: relative;
    background-color: #595b3c;
}
.hero .meta {
    text-align: center;
    position: absolute;
    top: 50%; left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.hero .heading {
    font-size: 108px;
    line-height: 0.565;
    color: #fff;
}

.hero-group.slider .item {
    width: 56.7407407%;
    background-color: #000;
}

.hero-card .meta {
    padding: 30px 30px 0;
}

/* Program */
.program {
    display: block;
    position: relative;
}
.program .meta {
    width: 100%;
    padding: 30px;
    position: absolute;
    left: 0; bottom: 0;
    z-index: 1;
    font-weight: 400;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.program-group {
    margin: -2px -2px -3px -3px;
}
.program-group .item {
    padding: 2px 2px 3px 3px;
}
.program-group.slider .item {
    width: 41.4814814%;
    min-width: 340px;
}

/* Tile */
.tile-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.tile-group .item {
    position: relative;
    background-color: #989b82;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tile {
    display: block;
    width: 100%;
}
.tile .image.sm {
    width: 45.3333333%;
    margin: auto;
}

/* Card */
.card {
    display: block;
    position: relative;
}
.card .meta {
    width: 100%;
    padding: 30px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 25%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}

.card.inline {
    display: inline-block;
    vertical-align: top;
}

/* Courses */
.courses .meta {
    padding: 30px 30px 40px;
    text-align: center;
}

/* gallery */
.gallery {
    display: block;
    outline: 0;
    border: 0;
}
.gallery-group {
    margin: 0 -15px;
}

.gallery-group .item {
    width: 25%;
    padding: 0 15px;
}
.gallery-group .swiper-wrapper {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

/* journal */
.journal {
    display: block;
    position: relative;
}
.journal .object-fit:before {
    padding-top: 108.8888888%;
}
.journal .meta {
    width: 100%;
    padding: 30px;
    position: absolute;
    bottom: 0; left: 0;
    font-weight: 400;
    /*text-shadow: 0 1px 2px rgba(0,0,0,0.2);*/
}
.journal .meta .desc {
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.journal-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.journal-group .item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.journal-group.related .journal .object-fit:before {
    padding-top: 66.6666666%;
}
.journal-group.related .journal .meta {
    max-width: 450px;
}

/* Section */
.section {
    position: relative;
}

.section.border-white {
    border: 20px solid #fff;
}

.sc-inner {
    padding-top: 80px;
    padding-bottom: 80px;
}

.sc-label {
    display: inline-block;
    vertical-align: top;
    padding: 7px 35px;
    font-weight: 400;
    text-transform: uppercase;
    background: #fff;
}

.sc-headline:not(:last-child) {
    margin-bottom: 25px;
}

.sc-headline.fixed {
    width: auto;
    position: absolute;
    z-index: 2;
    top: 40px; left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.sc-headline.fixed:not(:last-child) {
    margin-bottom: 0;
}

.sc-loadmore {
    padding: 30px 0;
}

.fullscreen-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: calc(100vh - 121px);
    overflow: hidden;
}
.fullscreen-section .sc-inner {
    position: relative;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

/* Article */
.art-row:not(:last-child) {
    margin-bottom: 80px;
}

.art-media .media {
    width: 100%;
    max-width: 870px;
    margin: 0 auto;
    line-height: 1;
}

.page-ctrl-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.art-hero.fix-height .image {
    width: 100%;
    height: 345px;
}

/*========== Hover ==========*/
.link.more,
.menu a,
.directory a,
.page-ctrl a,
.entry-content a {
    background-image: -webkit-linear-gradient(330deg, #595b3c 0%, #595b3c 100%);
    background-image: -o-linear-gradient(330deg, #595b3c 0%, #595b3c 100%);
    background-image: linear-gradient(120deg, #595b3c 0%, #595b3c 100%);
    background-repeat: no-repeat;
    background-size: 100% 0%;
    background-position: 0 100%;
    background-origin: border-box;
}
.no-touchevents .link.more:hover,
.no-touchevents .menu a.active,
.no-touchevents .menu a:hover,
.no-touchevents .page-ctrl a:hover,
.no-touchevents .directory a:hover,
.entry-content a:hover {
    color: #595b3c;
    background-size: 100% 1px;
}

.program .image:after,
.courses .image:after,
.gallery .image:after,
.journal .image:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; left: 0;
    background-color: rgba(89,91,60,0.1);
    opacity: 0;
}
.image.zoom:hover:after,
.program .image:hover:after,
.courses .image:hover:after,
.gallery .image:hover:after,
.journal:hover .image:after {
    opacity: 1;
}
.image.zoom:hover > img,
.program .image:hover > img,
.courses .image:hover > img,
.gallery .image:hover > img,
.journal:hover .image > img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

/*========== Fix Style ==========*/
.bg-theme { background-color: #595b3c !important;}
.bg-black { background-color: #000000 !important;}
.bg-white { background-color: #ffffff !important;}
.bg-gray { background-color: #f0f0f0 !important;}
.bg-grayish-orange { background-color: #bdb7ab !important;}
.bg-grayish-orange-light { background-color: #f5efec !important;}
.bg-dark-yellow { background-color: #797256 !important;}
.bg-lemon-grass { background-color: #989b82 !important;}

.c-theme { color: #595b3c !important;}
.c-black { color: #000000 !important;}
.c-white { color: #ffffff !important;}
.c-gray { color: #a9a9a9 !important;}
.c-grayish-orange { color: #bdb7ab !important;}
.c-grayish-orange-light { color: #f5efec !important;}
.c-dark-yellow { color: #797256 !important;}

.uppercase { text-transform: uppercase !important;}

.nowrap { white-space: nowrap !important;}

.a-left { text-align: left !important;}
.a-right { text-align: right !important;}
.a-center { text-align: center !important;}

.f-left { float: left !important;}
.f-right { float: right !important;}

.margin-0 { margin: 0 !important;}
.margin-top-0 { margin-top: 0 !important;}
.margin-bottom-0 { margin-bottom: 0 !important;}

.padding-0 { padding: 0 !important;}
.padding-top-0 { padding-top: 0 !important;}
.padding-bottom-0 { padding-bottom: 0 !important;}

.center { margin-left: auto !important; margin-right: auto !important;}

.overflow-hidden { overflow: hidden !important;}
.hidden { display: none !important;}

.not-react {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.clr:after {
    content: "";
    display: table;
    clear: both;
}

.structure-hidden #page {
    padding-top: 0 !important;
}
.structure-hidden #header,
.structure-hidden #footer {
    display: none !important;
}

[data-scrolling] {
    will-change: transform;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
.bg-scrolling {
    width: 100%;
    height: 100vh; 
    position: absolute; 
    top: 0; bottom: 0; 
    left: 0; right: 0;
    z-index: 0;
    pointer-events: none;
    -webkit-perspective: 100vh; 
    perspective: 100vh;
}

/*========== Animate ==========*/
.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

@-webkit-keyframes fadeInUpSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 25%, 0);
        transform: translate3d(0, 25%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInUpSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 25%, 0);
        transform: translate3d(0, 25%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInUpSmall {
    -webkit-animation-name: fadeInUpSmall;
    animation-name: fadeInUpSmall;
}

@-webkit-keyframes zoomInSmall {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.8, 0.8, 0.8);
        transform: scale3d(0.8, 0.8, 0.8);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomInSmall {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.8, 0.8, 0.8);
        transform: scale3d(0.8, 0.8, 0.8);
    }

    50% {
        opacity: 1;
    }
}
.zoomInSmall {
    -webkit-animation-name: zoomInSmall;
    animation-name: zoomInSmall;
}