body {
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5em;
    color: #E6E7DB;
    background-color: #313537;
    min-height: 100vh;
}
h1, h2, h3, h4 {
    color: inherit;
    font-weight: 600;
    line-height: 1.2em;
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 10px;
}
h1 {
    font-size: 34px;
}
h2 {
    font-size: 28px;
}
h3 {
    font-size: 24px;
    font-weight: 400;
}

.subtitle {
    display: block;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    padding-left: 34px;
    margin-bottom: 25px;
    color: #c4c4c3;
}
.subtitle::before {
    content: ' ';
    display: inline-block;
    width: 21px;
    height: 21px;
    background: #c4c4c3;
    position: absolute;
    top: 0;
    left: 0;
}


.wrapper {
    padding: 30px 0 25px;
}
.wrapper.no-top {
    padding-top: 0 !important;
}
.wrapper.no-bottom {
    padding-bottom: 0 !important;
}
.wrapper.brandmark {
    display: block;
    position: relative;
    min-height: 470px;
    overflow: hidden;
}


.container {
    padding: 0 20px;
}
.container-fluid {
    padding: 0 20px;
}

hr.border-bottom {
    border-bottom: 1px solid #E6E7DB !important;
    margin: 0;
}

.row.minimal {
    margin: 0 -8px;
}
.row.minimal > div {
    padding: 0 8px;
}


a {
    color: inherit;
}
a:hover {
    color: inherit;
}
article a:not(.button) {
    text-decoration: none;
}
.nowrap {
    white-space: nowrap;
}
.iframe-wrap {
    display: block;
    position: relative;
    margin-bottom: 10px;
}
.iframe-wrap > iframe {
    border: 0;
    outline: 0;
    width: 100%;
    height: auto;
}
.is-mobile,
.article.mobile {
    display: none !important;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.price,
.price > i,
.price > em {
    font-style: normal;
}


/* Buttons */
.button {
    vertical-align: top;
    cursor: pointer !important;
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25em;
    padding: 10px 22px;
    text-decoration: none;
    text-align: center;
    outline: none;
    color: #353d3d;
    background: #F8F6F7;
    border: 2px solid #F8F6F7;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.button:hover,
.button:focus {
    color: #222;
    background: #d9d9d9;
    border-color: #d9d9d9;
    text-decoration: none;
    outline: none;
}

.button.main {
    color: #313537;
    border-color: #E6E7DB;
    background: #E6E7DB;
}
.button.main:hover,
.button.main:focus {
    color: #313537;
    border-color: #cccdbc;
    background: #cccdbc;
}

.button.green {
    color: #ffffff;
    border-color: #5b6363;
    background: #5b6363;
}
.button.green:hover,
.button.green:focus {
    color: #fff;
    border-color: #495252;
    background: #495252;
}

.button.light {
    color: #fff;
    border-color: #c4c4c3;
    background: #c4c4c3;
}
.button.light:hover,
.button.light:focus {
    color: #fff;
    border-color: #9fa3a6;
    background: #9fa3a6;
}

.button.dark {
    color: #F8F6F7;
    border-color: #313537;
    background: #313537;
}
.button.dark:hover,
.button.dark:focus {
    color: #fff;
    border-color: #484d50;
    background: #484d50;
}

.button.subtle {
    color: #8b8e90;
    border-color: transparent;
    background-color: transparent;
}
.button.subtle:hover,
.button.subtle:focus {
    color: #c4c4c3;
    color: #F8F6F7;
    border-color: transparent;
    background-color: transparent;
}

.button.rounded,
.button-prev.rounded,
.button-next.rounded {
    border-radius: 10px;
    overflow: hidden;
}

.button.thin,
.button-prev.thin,
.button-next.thin {
    font-weight: 500;
}

.button.bold,
.button-prev.bold,
.button-next.bold {
    font-weight: 700;
}

.button.min-width,
.button-prev.min-width,
.button-next.min-width {
    min-width: 150px;
}

.button-prev,
.button-next {
    display: block;
    position: relative;
    cursor: pointer;
    color: #fff;
    background: #8b8e90;
    font-size: 17px;
    font-weight: 600;
    padding: 15px 20px;
    margin-bottom: 15px;
    min-height: 50px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none !important;
    text-decoration: none !important;
}
.button-prev:hover,
.button-next:hover {
    color: #fff;
    background-color: #727679;
    text-decoration: none;
    outline: none;
}

.button-prev.inline,
.button-next.inline {
    display: inline-block;
    width: auto;
}
.button-prev.inline {
    padding-left: 52px;
}
.button-next.inline {
    padding-right: 52px;
}

.button-prev.full {
    width: 100%;
    text-align: left;
}
.button-next.full {
    width: 100%;
    text-align: right;
}

.button-prev.light,
.button-next.light {
    background: #c4c4c3;
}
.button-prev.light:hover,
.button-next.light:hover {
    background: #9fa3a6;
}

.button-prev.color,
.button-next.color {
    color: #313537;
}
.button-prev.color:hover,
.button-next.color:hover {
    color: #313537;
}

.button-prev.action,
.button-next.action {
    color: #313537;
    background: #E6E7DB;
}
.button-prev.action:hover,
.button-next.action:hover {
    color: #313537;
    background: #cccdbc;
}

.button-prev.disabled,
.button-next.disabled {
    cursor: not-allowed !important;
}
.button-prev {
    text-align: right;
}


.button-prev::before,
.button-next::before {
    content: ' ';
    display: inline-block;
    width: 52px;
    height: 52px;
    background-image: url('/images/icon-right.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
}
.button-prev::before {
    background-image: url('/images/icon-left.png');
    right: auto;
    left: 0;
}

.button-next.action:not(.contrast)::before,
.button-next.contrast:not(.action)::before {
    background-image: url('/images/icon-dark-right.png');
}
.button-prev.action:not(.contrast)::before,
.button-prev.contrast:not(.action)::before {
    background-image: url('/images/icon-dark-left.png');
}

.button-segment {
    display: block;
    position: relative;
    margin-bottom: 15px;
}
.button-segment > .button-prev,
.button-segment > .button-next {
    margin: 0;
}
.active-segment,
.button-segment > .segment {
    display: block;
    position: relative;
    padding: 18px 20px;
    border: 1px solid #E6E7DB;
    margin-bottom: 15px;
}

.product-segment {
    display: block;
    position: relative;
    padding: 28px 30px;
    margin-bottom: 15px;
    background-color: #F8F6F7;
    color: #313537;
}


.button-segment > .segment {
    border-top: 0;
    margin-bottom: 0;
}
.button-segment:not(.active) > .segment {
    display: none;
}
.button-segment.arrow .button-next::before,
.button-segment.active:not(.no-arrow) .button-next::before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
body.ready .button,
body.ready .button-prev,
body.ready .button-next,
body.ready .button-prev::before,
body.ready .button-next::before {
    -webkit-transition: 0.25s;
    transition: 0.25s;
}





.contact-wrapper {
    color: #fff;
    background: #F00F0F;
    padding: 35px 0;
    margin-bottom: 50px;
}
.contact-wrapper p,
.contact-wrapper h1,
.contact-wrapper h2,
.contact-wrapper h3,
.contact-wrapper strong,
.contact-wrapper .article,
.contact-wrapper .article.main {
    color: #fff;
}

.contact-wrapper .article.sub {
    margin-top: 105px;
}





/* Forms */
.alert-wrap {
    margin-bottom: 15px;
}
.alert {
    display: block;
    padding: 14px 18px 14px;
    border-width: 1px;
    border-radius: 0;
    font-weight: 600;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.alert.alert-inline {
    display: inline-block;
}
.alert.alert-danger {
    color: #9f1512;
    border-color: #e0b4b4;
    background-color: #e5d2d2;
}
.alert.alert-success {
    color: #29672a;
    border-color: #a3c293;
    background-color: #E6E7DB;
}
.alert.alert-warning {
    color: #a36b18;
    border-color: #bca07c;
    background-color: #f0e3c4;
}

.alert > strong {
    margin-bottom: 8px;
}
.alert ul {
    padding-left: 20px;
}
form.form {
    position: relative;
    margin-bottom: 15px;
}
form.form.height {
    height: 100%;
}
form.form .field {
    margin-bottom: 12px;
}
form.form .field.zero {
    margin-bottom: 0 !important;
}
form.form .actions {
    margin-top: 22px;
}
form.form .actions.top {
    margin-top: 35px;
}
form.form .field.merge {
    display: block;
    position: relative;
    max-width: 100%;
    width: 400px;
}
form.form .field.merge.compact {
    width: 240px;
}
form.form .field.merge:not(.out) {
    /*width: 310px;*/
    padding-right: 96px;
}
form.form .field.merge.triple {
    padding-right: 144px;
}
form.form .field.merge.has-left {
    padding-left: 48px;
}
form.form .field.merge > .buttons {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    z-index: 5;
    font-size: 16px;
}
form.form .field.merge > .buttons.left {
    left: 0;
    right: auto;
}
form.form .field.merge.out > .buttons {
    top: 0;
}
form.form .field.merge.out > select,
form.form .field.merge.out > input[type="text"],
form.form .field.merge.out > input[type="number"] {
    min-height: 48px;
}
form.form .field.merge .control {
    width: 43px;
    height: 43px;
    padding: 10px 0;
    border: 1px solid #d8d8d8;
}
form.form .field.merge .control.subtle {
    border: 1px solid transparent;
}
form.form .field.merge .control.subtle:hover,
form.form .field.merge .control.subtle:focus {
    background-color: transparent;
    opacity: 0.45;
}
form.form .field.merge .control::before,
form.form .field.merge .control::after {
    content: ' ';
    display: block;
    position: absolute;
    top: 19px;
    left: 13px;
    width: 15px;
    height: 3px;
    background: #606060;
}
form.form .field.merge .control.plus::after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
form.form .field.merge .control.remove::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
form.form .field.merge .control.remove::after {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
form.form .field label.label {
    display: none;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 6px;
    line-height: 1em;
}
form.form .field input[type="text"],
form.form .field input[type="email"],
form.form .field input[type="number"],
form.form .field input[type="password"],
form.form .field select,
form.form .field textarea {
    display: block;
    width: 100%;
    font-weight: 400;
    padding: 9px 14px 10px;
    border: 1px solid #d8d8d8;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
body.ready form.form .field input[type="text"],
body.ready form.form .field input[type="email"],
body.ready form.form .field input[type="number"],
body.ready form.form .field input[type="password"],
body.ready form.form .field select,
body.ready form.form .field textarea {
    transition: 0.3s;
}
form.form .field select {
    background-color: transparent;
    background-image: url(/images/icon-down.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 9px;
}
form.form.dark .field input[type="text"],
form.form.dark .field input[type="email"],
form.form.dark .field input[type="number"],
form.form.dark .field input[type="password"],
form.form.dark .field select,
form.form.dark .field textarea {
    border: 1px solid #F8F6F7;
    background: #F8F6F7;
}

form.form.dark .field input[disabled][type="text"],
form.form.dark .field input[disabled][type="email"],
form.form.dark .field input[disabled][type="number"],
form.form.dark .field input[disabled][type="password"],
form.form.dark .field select[disabled],
form.form.dark .field textarea[disabled] {
    border: transparent;
    background: transparent;
    color: #c4c4c3;
}

form.form .field.sub input[type="text"],
form.form .field.sub input[type="email"],
form.form .field.sub input[type="number"],
form.form .field.sub input[type="password"],
form.form .field.sub select,
form.form .field.sub textarea {
    padding: 7px 12px 8px;
}
form.form .field input[type="text"]:focus,
form.form .field input[type="email"]:focus,
form.form .field input[type="number"]:focus,
form.form .field input[type="password"]:focus,
form.form .field select:focus,
form.form .field textarea:focus {
    outline: none;
    border-color: #353d3d;
}
form.form .field.has-error input[type="text"],
form.form .field.has-error input[type="email"],
form.form .field.has-error input[type="number"],
form.form .field.has-error input[type="password"],
form.form .field.has-error select,
form.form .field.has-error textarea {
    border-color: #e2bcbe;
    background-color: #fff7f8;
}

form.form.dark .field.has-error input[type="text"],
form.form.dark .field.has-error input[type="email"],
form.form.dark .field.has-error input[type="number"],
form.form.dark .field.has-error input[type="password"],
form.form.dark .field.has-error select,
form.form.dark .field.has-error textarea {
    border-color: #feeeee !important;
    background-color: #feeeee !important;
}
form.form .field.has-error > label.label {
    color: #900;
}
form.form.dark .field.has-error > label.label {
    color: #e8a9ac;
    font-weight: 600;
}
form.form .field textarea {
    height: 150px;
}
form.form .field .set label.radio input,
form.form .field .set label.checkbox input {
    margin-right: 12px;
}
form.form .input-button {
    display: block;
    position: relative;
}
form.form .input-button input[type="text"],
form.form .input-button input[type="email"],
form.form .input-button input[type="number"],
form.form .input-button input[type="password"],
form.form .input-button select,
form.form .input-button textarea {
    font-size: 14px;
    border-width: 1px;
}
form.form .input-button .button {
    display: inline-block;
    font-size: 14px;
    padding: 9px 16px 10px;
    position: absolute;
    right: 0;
    bottom: 0;
}
form.form .anchor {
    display: block;
    -ms-transform: translateY(-130px);
    transform: translateY(-130px);
    -webkit-transform: translateY(-130px);
}
form.form .field textarea::-webkit-input-placeholder {
    opacity: 1;
    color: rgba(0,0,0,0.3);
}
form.form .field textarea:-ms-input-placeholder {
    opacity: 1;
    color: rgba(0,0,0,0.3);
}
form.form .field textarea::-ms-input-placeholder {
    opacity: 1;
    color: rgba(0,0,0,0.3);
}
form.form .field textarea::placeholder {
    opacity: 1;
    color: rgba(0,0,0,0.3);
}
form.form .field textarea:-ms-input-placeholder {
    color: rgba(0,0,0,0.3);
}
form.form .field textarea::-ms-input-placeholder {
    color: rgba(0,0,0,0.3);
}
form.form .field input::-webkit-input-placeholder {
    opacity: 1;
    color: rgba(0,0,0,0.3);
}
form.form .field input:-ms-input-placeholder {
    opacity: 1;
    color: rgba(0,0,0,0.3);
}
form.form .field input::-ms-input-placeholder {
    opacity: 1;
    color: rgba(0,0,0,0.3);
}
form.form .field input::placeholder {
    opacity: 1;
    color: rgba(0,0,0,0.3);
}
form.form .field input:-ms-input-placeholder {
    color: rgba(0,0,0,0.3);
}
form.form .field input::-ms-input-placeholder {
    color: rgba(0,0,0,0.3);
}
form.form .field-recaptcha {
    display: none;
    position: relative;
    margin: 0;
    width: 300px;
    height: 70px;
    overflow: hidden;
    margin-top: 22px;
}
form.form-posted .field-recaptcha {
    display: block;
}
form.form .field-recaptcha .g-recaptcha {
    display: inline-block;
    width: 300px;
    height: 70px;
    -ms-transform: scale(0.78);
    transform: scale(0.78);
    -webkit-transform: scale(0.88);
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
form.form .fields > h2 {
    margin-bottom: 20px;
}
form.form .field .row {
    margin: 0 -4px;
}
form.form .field .row > div {
    padding: 0 4px;
}
form.form .field.sub {
    display: block;
    position: relative;
    padding-left: 170px;
    margin-bottom: 8px;
    min-height: 40px;
}
form.form .field.sub.bottom {
    margin-bottom: 15px;
}
form.form .field.sub > label.label {
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 0;
}
form.form .field.copy {
    margin: 20px 0 0;
    text-align: right;
}
form.form .field-recaptcha {
    display: block;
    position: relative;
    margin: 0;
}
form.form-posted .field-recaptcha {
    display: block;
}
form.form .field-recaptcha .g-recaptcha {
    display: inline-block;
    width: 302px;
    height: 78px;
    -ms-transform: scale(0.78);
    transform: scale(0.78);
    -webkit-transform: scale(0.88);
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
.field label.checkbox {
    display: block;
    position: relative;
    padding: 4px 10px;
    padding-left: 34px;
    margin-bottom: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.field label.checkbox > input[type="radio"],
.field label.checkbox > input[type="checkbox"] {
    opacity: 0;
    display: none;
}

.field label.checkbox.style:not(.regular) {
    font-weight: 500;
}
.field label.checkbox.style::before,
.field label.checkbox.style::after {
    content: ' ';
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    bottom: 4px;
    width: 22px;
    height: 22px;
}
.field label.checkbox.style::before {
    border: 2px solid #E6E7DB;
    background-color: #E6E7DB;
}
body.ready .field label.checkbox.style::before {
    transition: 0.2s;
}


.field label.checkbox.style::after {
    background-image: url('/images/icon-check-dark.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    opacity: 0;
}
body.ready .field label.checkbox.style::after {
    transition: 0.2s;
}
.field label.checkbox.style.checked.round::after {
    border-width: 4px !important;
}
.field label.checkbox.style.checked::after {
    opacity: 1;
}
.field label.checkbox.toggle {
    padding-left: 50px;
}
.field label.checkbox.toggle.icons {
    padding-left: 120px;
    min-height: 40px;
}
.field label.checkbox.toggle.icons .icon {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 52px;
    width: 54px;
}
.field label.checkbox.toggle::before,
.field label.checkbox.toggle::after {
    content: ' ';
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    bottom: 4px;
    width: 38px;
    height: 22px;
    border: 2px solid #ccc;
    border-radius: 15px;
}
.field label.checkbox.toggle::after {
    content: ' ';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #dedede;
    border-radius: 999px;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    border: 0;
    top: 10px;
    left: 5px;
}
body.ready .field label.checkbox.toggle::after {
    transition: 0.2s;
}
.field label.checkbox.toggle.checked::before,
.field label.checkbox.toggle.checked::after {
    border: 2px solid #6d8f8e;
}
.field label.checkbox.toggle.checked::after {
    background: #6d8f8e;
    left: 20px;
    opacity: 1;
}
.field label.checkbox > span {
    display: inline-block;
    vertical-align: middle;
}


form.form .field.top {
    margin-top: 20px;
}

form.form .field .field-inner {
    display: block;
    position: relative;

}
form.form .field .field-label {
    display: block;
    line-height: 1.25em;
    margin-bottom: 10px;
}




/* Sliders */
.slider-wrapper {
    display: block;
    position: relative;
    max-height: 100%;
    padding: 45px 0;
}
.slider-wrap {
    display: block;
    position: relative;
}
.slider {
    list-style: none !important;
    line-height: 1em;
    padding: 0;
    margin: 0;
}
.slider .slick-slide,
.slider .slick-slide > div {
    line-height: 0em;
}
.slider.clean:not(.navigation) .slick-arrow,
.slider.clean .slick-dots {
    display: none !important;
}
.slider-wrap .slick-arrow {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    font-size: 0;
    color: transparent;
    background: #e6e6e6;
    outline: none;
    border: none;
    z-index: 10;
    border-radius: 999px;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
}
body.ready .slider-wrap .slick-arrow {
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}
.slider-wrap .slick-arrow:hover,
.slider-wrap .slick-arrow:focus {
    background: #d8d8d8;
}
.slider-wrap .slick-arrow.slick-next {
    left: auto;
    right: 10px;
}
.slider-wrap .slick-arrow::after {
    content: ' ';
    display: inline-block;
    background-image: url('/images/icon-right.png');
    background-repeat: no-repeat;
    background-position: 17px center;
    background-size: 16px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.slider-wrap .slick-arrow.slick-prev::after {
    background-image: url('/images/icon-left.png');
    background-repeat: no-repeat;
    background-position: 12px center;
}
.slider-wrap ul.slick-dots {
    display: block;
    list-style: none;
    position: absolute;
    left: 50%;
    bottom: 15px;
    padding: 7px 9px 0px;
    margin: 0;
    width: auto;
    background: none;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.slider-wrap.dots-bottom ul.slick-dots {
    bottom: 0;
}
.slider-wrap ul.slick-dots > li {
    display: inline-block;
    vertical-align: top;
}
.slider-wrap ul.slick-dots > li > button {
    display: block;
    position: relative;
    font-size: 0;
    padding: 0;
    border: none;
    outline: none;
    background: none;
    color: transparent;
    cursor: pointer;
    width: 18px;
    height: 18px;
}
.slider-wrap ul.slick-dots > li > button::before {
    content: ' ';
    display: block;
    background: #e6e6e6;
    width: 8px;
    height: 8px;
    margin: 0 2px;
    border-radius: 999px;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.slider-wrap ul.slick-dots > li.slick-active > button::before {
    background: #353d3d;
}





/* Pagination */
ul.pagination > li.item {
    margin-right: 4px;
    margin-bottom: 5px;
}
ul.pagination > li.item > * {
    font-size: 14px;
    font-weight: 300;
    padding: 7px 15px;
    background: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 7px;
}
ul.pagination > li.item > *:hover {
    border: 1px solid #dcd7da;
    background: #fff;
}
ul.pagination > li.item.active > * {
    color: #fff;
    background: #42353c;
    border: 1px solid #42353c;
    font-weight: 500;
}



/* Content */
.article {
    line-height: 1.5em;
}
.article p {
    margin: 0 0 15px;
}
.article a:not(.button):not(.button-next):not(.button-prev) {
    text-decoration: underline;
}
.article p:last-child {
    margin-bottom: 0px;
}
.article h1,
.article h2 {
    color: inherit;
    margin-bottom: 15px;
}
.article h1:first-child {
    margin-bottom: 25px;
}
.article em {
    font-weight: 400;
}
.article strong,
.article strong em {
    font-weight: 700;
}
.article ul,
.article ol {
    padding-left: 20px;
    margin-bottom: 15px;
}
.article table {
    width: 100%;
    margin-bottom: 0px;
}
.article table tr td {
    line-height: 1.4em;
    padding: 4px 0;
}
.article table tr:not(:last-child) td {
    padding-right: 18px;
}
.article iframe {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}



/* Hamburger */
.hamburger {
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    position: relative;
    width: 40px;
    height: 40px;
    background: #E6E7DB;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    overflow: hidden;
}
body.ready .hamburger {
    transition: 0.3s;
}
.hamburger.cross {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.hamburger > div {
    display: inline-block;
    width: 20px;
    height: 4px;
    background: #313537;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    z-index: 5;
}
body.ready .hamburger > div {
    transition: 0.3s;
}
.hamburger:not(.minus) > div:nth-child(2) {
    transform: translateX(-50%) translateY(-50%) rotate(90deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
}
.hamburger.minus:hover {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.hamburger.minus:hover > div:nth-child(2) {
    transform: translateX(-50%) translateY(-50%) rotate(90deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
}



/* Header */
.header-wrapper {
    padding: 15px 0 15px;
}
.header-wrapper .header {
    display: block;
    position: relative;
}
.header-wrapper .header-hamburger {
    display: inline-block;
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 50;
}




/* Menu */
.menu-wrapper {
    display: block;
    position: relative;
}
.menu-wrapper .menu-logo {
    display: block;
    position: relative;
    width: 100%;
    height: 150px;
    z-index: 10;
}
.menu-wrapper .menu-logo > .logo {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
body.ready .menu-wrapper .menu-logo > .logo {
    transition: 0.5s;
}
.menu-wrapper .menu-logo > .logo > img {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 12;
}
.menu-wrapper .menu-logo > .logo > .labeled {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 30px;
    font-weight: 400;
    font-family: 'Quicksand', sans-serif;
    transform: translateY(-50%) translateX(30px);
    width: 480px;
    letter-spacing: 7px;
    line-height: 1.25em;
    text-transform: uppercase;
    text-decoration: none;
    z-index: 15;
}
body.ready .menu-wrapper .menu-logo > .logo > .labeled {
    transition: 0.3s;
}
body.menu-pre .menu-wrapper .menu-logo > .logo > .labeled,
body.menu-open .menu-wrapper .menu-logo > .logo > .labeled {
    opacity: 0;
}
.menu-wrapper .menu-logo > .logo > .labeled > p {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 2px;
    margin: 10px 0 0;
}
.menu-wrapper .menu-logo > .logo > .labeled.mobile {
    display: none !important;
}
.menu-wrapper .menu-logo > .logo.icon {
    width: 220px;
    height: 150px;
}
.menu-wrapper .menu-logo > .logo.icon > img {
    width: 220px;
    max-width: none;
}
.menu-wrapper .menu-logo > .logo.icon::after {
    content:' ';
    display: inline-block;
    position: absolute;
    right: -35px;
    top: 50%;
    width: 2px;
    height: 100px;
    background-color: #E6E7DB;
    transform: translateY(-50%);
    box-sizing: content-box;
}
body.ready .menu-wrapper .menu-logo > .logo.icon::after {
    transition: 0.25s;
}
.menu-wrapper .menu-logo > .logo.label {
    width: 480px;
    height: 150px;
    top: auto;
    bottom: 0;
    left: 260px;
}
body.menu-pre .menu-wrapper .menu-logo > .logo.label {
    width: 0;
}
.menu-wrapper .menu-logo > .logo.label > img {
    width: 300px;
    max-width: none;
    bottom: 10px;
}
.menu-wrapper .menu-wrap {
    display: inline-block;
    width: 0;
    height: 150px;
    position: absolute;
    bottom: 0;
    left: 260px;
    z-index: 12;
    overflow: hidden;
}
body.ready .menu-wrapper .menu-wrap {
    transition: 0.7s;
}
body.menu-pre .menu-wrapper .menu-wrap {
    width: 480px;
}
.menu-wrapper .menu {
    width: 480px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    position: absolute;
    /*bottom: 0;*/
    top: 50%;
    right: 0;
    z-index: 12;
    transform: translateY(-50%);
}
.menu-wrapper .menu > li {
    display: block;
    position: relative;
}
.menu-wrapper .menu > li > a {
    display: block;
    position: relative;
    font-size: 30px;
    font-weight: 400;
    font-family: 'Quicksand', sans-serif;
    letter-spacing: 7px;
    line-height: 1.25em;
    white-space: nowrap;
    text-transform: uppercase;
    text-decoration: none;
    transform: translateX(32px);
    z-index: 15;
}
body.ready .menu-wrapper .menu > li > a {
    transition: 0.3s;
}
.menu-wrapper .menu > li:hover > a,
.menu-wrapper .menu > li:focus > a {
    transform: translateX(64px);
}






/* Footer */
.footer-wrapper .footer {
    display: block;
    position: relative;
    padding: 20px 0 20px ;
}
.footer-wrapper ul.footer-menu {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-wrapper ul.footer-menu > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.footer-wrapper ul.footer-menu > li:not(:last-child)::after {
    content: ':';
    display: inline-block;
    vertical-align: top;
    padding: 0 8px 0 10px;
}
.footer-wrapper ul.footer-menu > li > a {
    color: #E6E7DB;
    display: inline-block;
    text-decoration: none;
    vertical-align: top;
}
.footer-wrapper ul.footer-menu > li > a:hover {
    text-decoration: underline;
}
.footer-wrapper ul.footer-menu > li strong {
    color: #E6E7DB;
    font-weight: 900;
}
.footer-wrapper .footer-logo {
    display: inline-block;
    width: 140px;
    height: 24px;
    transform: translateY(-1px);
}






/* Banner */
.banner-wrapper {
    display: block;
    position: relative;
    height: 500px;
    overflow: hidden;
}
.banner-wrapper > .openmaps,
.banner-wrapper > .image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 15;
}
.banner-wrapper > .openmaps iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}




/* Work items */
.work-items {
    display: block;
    position: relative;
    margin: 0;
}
.work-items.top {
    margin: 0 0 40px;
}
.work-items.bottom {
    margin: 65px 0 0;
}
.work-items .row {
    margin: 0 -8px;
}
.work-items .row > div {
    padding: 0 8px;
    margin-bottom: 16px;
}
.work-items .item {
    display: block;
    position: relative;
    overflow: hidden;
}
.work-items .item > .image {
    display: block;
    position: relative;
    max-height: 700px;
    height: 45vw;
    z-index: 5;
}
body.ready .work-items .item > .image > img {
    transition: 0.5s;
}
.work-items .item.active > .image > img,
.work-items .item:hover > .image > img,
.work-items .item:focus > .image > img {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.08);
    transform: translateX(-50%) translateY(-50%) scale(1.08);
}
.work-items .item.static.active > .image > img,
.work-items .item.static:hover > .image > img,
.work-items .item.static:focus > .image > img {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.08);
    transform: translateX(-50%) translateY(-50%) scale(1.08);
}
.work-items .item > .content {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
}
body.ready .work-items .item > .content {
    transition: 0.4s;
}
.work-items .item .video-wrap,
.work-items .item .vimeo-wrap {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
body.ready .work-items .item .video-wrap,
body.ready .work-items .item .vimeo-wrap {
    transition: 0.4s;
}
.work-items .item .video-item {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: -8px;
    left: 50%;
    height: 110%;
    width: 112%;
}
.work-items .item .video-item > iframe {
    height: 100%;
    width: auto;
    min-width: 100%;
}
.work-items .item .video-wrap > video {
    display: block;
    width: 101%;
    min-width: 100%;
    height: 101%;
    min-height: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    width: 102%;
    height: auto;
}
body.ready .work-items .item .video-wrap > video {
    transition: 0.3s;
}
.work-items .item .video-wrap.visible > video {
    opacity: 1;
}

.work-items .item .video-wrap > video.child-horizontal {
    width: auto;
    height: 102%;
}
.work-items .item .video-wrap > video.child-vertical {
    width: 102%;
    height: auto;
}
.work-items .item:not(.static).active > .content,
.work-items .item:not(.static):hover > .content,
.work-items .item:not(.static):focus > .content {
    background-color: rgba(53, 61, 61, 0.75);
    background-color: rgba(45, 50, 50, 0.8);
    background-color: rgba(49, 53, 55, 0.55);
}
.work-items .item > .content .article {
    display: inline-block;
    overflow: hidden;
    position: absolute;
    padding: 50px 50px;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
    transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    background-color: rgba(255,255,255,0.8);
    color: #313537;
}
body.ready .work-items .item > .content .article {
    transition: 0.4s;
}
.work-items .item:not(.static).active > .content .article,
.work-items .item:not(.static):hover > .content .article,
.work-items .item:not(.static):focus > .content .article {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
}
.work-items .item > .content .article h2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.45em;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.work-items .item > .content .article h2:last-child {
    margin-bottom: 0 !important;
}
.work-items .item > .content .article p {
    font-size: 19px;
    line-height: 1.6em;
    margin: 0;
}


.cart-barwrap {
    display: block;
    margin-bottom: 30px;
}
.cart-bar {
    display: block;
    position: relative;
    background: #E6E7DB;
    min-height: 52px;
}
.cart-bar.bottom {
    margin-bottom: 15px;
}
.cart-bar .cart-icon {
    display: inline-block;
    vertical-align: top;
    width: 52px;
    height: 52px;
    background-image: url('/images/icon-cart.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px;
    position: absolute;
    right: 0;
    top: 0;
}
.cart-bar .cart-icon > span {
    display: inline-block;
    position: absolute;
    top: 8px;
    left: -7px;
    color: #313537;
    background: #9ecac7;
    width: 23px;
    height: 23px;
    text-align: center;
    border-radius: 999px;
    font-weight: 500;
}
body.ready .cart-bar .cart-icon > span {
    transition: 0.3s;
}
.cart-bar .cart-icon:hover > span {
    color: #fff;
}

.cart-bar .cart-label {
    display: inline-block;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    padding: 14px 65px 15px 20px;
    opacity: 0;
}

.cart-bar.success .cart-label {
    color: #29672a;
}

.cart-bar.active .cart-label,
.cart-bar:hover .cart-label,
.cart-bar:focus .cart-label {
    opacity: 1;
}
body.ready .cart-bar .cart-label {
    transition: 0.25s;
}


/* Products */
.product-detail .product-images {
    display: block;
    position: relative;
    padding-bottom: 15px;
}
.product-detail .product-images .slider-wrap {
    background-color: #F8F6F7;
}

@media all and (min-width: 992px) {


    body.ready .cart-item .product-images,
    body.ready .product-detail .product-images,
    body.ready .product-detail .product-images .slick-list,
    body.ready .product-detail .product-images .slick-track,
    body.ready .product-detail .product-images .slick-slide,
    body.ready .product-detail .product-images .slider,
    body.ready .product-detail .product-images .slider-wrap {
        height: 100%;
    }

    .product-detail .product-images .image {
        top: 50%;
        transform: translateY(-50%);
    }

}

.product-detail .product-images .image {
    display: block;
    position: relative;
    margin: 0px auto 20px;
    height: 500px;
}
.product-detail h1 {
    margin-bottom: 20px;
}
.product-detail .article {
    font-size: 16px;
    line-height: 1.5em;
}
.product-detail .product-meta {
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 1.5em;
}
.product-detail .product-meta b,
.product-detail .product-meta strong {
    font-weight: 700;
}
.product-detail .product-order .field:last-child {
    margin-bottom: 0;
}



/* Account */
.recover-form,
.login-form {
    display: block;
    margin: 0 auto;
    width: 605px;
    max-width: 100%;
}
.cart-detail .recover-form,
.cart-detail .login-form {
    margin: 0;
}
.caller.information.account {
    display: block;
    text-align: right;
    position: absolute;
    right: 40px;
    bottom: 120px;
}
.caller.information.account.top-0 {
    bottom: auto;
    top: 0;
}
.caller.information.account.max-width {
    max-width: calc(100% - 50px);
}
.caller.information.account.height-100 {
    height: 100%;
}
.caller.information > .image {
    display: inline-block;
    width: 320px;
    max-width: 100%;
}
.cart-detail.boxed {
    position: relative;
    padding: 18px 20px;
    border: 1px solid #e6e6e6;
}
.cart-detail-image {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40%;
}
.cart-detail-image > .image {
    display: block;
    position: absolute;
    top: 25px;
    left: 25px;
    right: 25px;
    bottom: 25px;
    z-index: 5;
}




    /* Tabs */
.tabs-wrap {
    display: block;
    position: relative;
}
.tabs-wrap ul.head {
    display: block;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}
.tabs-wrap ul.head.bottom {
    margin-bottom: 35px;
}
.tabs-wrap ul.head > li {
    display: inline-block;
    vertical-align: top;
}
.tabs-wrap ul.head > li > .button {
    margin-bottom: 6px;
}
.tabs-wrap ul.head > li > .button.active {
    border-color: #a6bfc2;
    background-color: #fbfbfb;
}
.tabs-wrap ul.head > li .checkbox {
    margin-right: 20px;
}
.tabs-wrap .tab:not(.active) {
    display: none;
}

.tabs-wrap .block-fieldset:not(.zero),
.form-wrap .block-fieldset:not(.zero) {
    margin-bottom: 35px;
}

.block-segment:not(.ignore) {
    display: block;
    position: relative;
    border: 1px solid #d8d8d8;
    padding: 18px 20px;
}
.block-segment.bottom {
    margin-bottom: 30px;
}
.block-segment .article.order h3 {
    font-size: 20px;
}
.tabs-wrap .alert,
.form-wrap .alert {
    margin-bottom: 35px;
}


/* Cart */
.cart-items .row-eq-height > div {
    padding-bottom: 30px;
    padding-bottom: 15px;
}
.cart-items .cart-item {
    display: block;
    position: relative;
}
.cart-items .cart-item .image {
    display: block;
    position: relative;
    background-color: #F8F6F7;
    height: 100%;
}
.cart-items .cart-item .image.min-height {
    min-height: 260px;
}

.cart-items.single .cart-item .row.extra-height {
    min-height: 468px;
}
.cart-items.single .cart-item .image:not(.auto-height) {
    height: calc(100% + 250px);
}
.cart-items .cart-item .content {
    display: block;
    position: relative;
    height: 100%;
    padding: 28px 30px;
    background-color: #F8F6F7;
    color: #313537;
}

.cart-items .cart-item .content .name {
    display: block;
    text-decoration: none !important;
}
.cart-items .cart-item .content .name h2 {
    color: inherit;
}
body.ready .cart-items .cart-item .content .name h2 {
    transition: 0.2s;
}

.cart-items .cart-item .content .meta {
    display: block;
    margin-top: 15px;
    font-size: 19px;
    line-height: 1.5em;
}
.cart-items .cart-item .content .meta .field.merge.compact {
    position: absolute;
    bottom: 8px;
    right: 0;
    margin: 0;
}
.cart-items .cart-item .content .meta .field.merge.compact input:not([type=hidden]) {
    padding: 7px 14px 6px;
}

.cart-prices {
    display: block;
    position: relative;
    min-height: 250px;
}
.cart-prices.top {
    margin-top: 20px;
}
.cart-prices.auto {
    min-height: 0;
}
.cart-prices table {
    width: 100%;
    margin-bottom: 15px;
}
.cart-prices table td {
    position: relative;
    color: #fff;
    background: #777a7c;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 15px;
    min-height: 50px;
}
body.ready .cart-prices table td {
    transition: 0.3s;
}
.cart-prices table tr.sub td {
    background: #c4c4c3;
    color: #313537;
}

.cart-prices table tr.sub label.checkbox {
    position: relative;
    padding: 0 0 0 26px;
    margin: 0;
}
.cart-prices table tr.sub label.checkbox input {
    display: none;
}
.cart-prices table tr.sub label.checkbox::before,
.cart-prices table tr.sub label.checkbox::after {
    content: ' ';
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 50%;
    z-index: 5;
    border: 1px solid #313537;
    transform: translateY(-50%);
}
.cart-prices table tr.sub label.checkbox::after {
    z-index: 15;
    background-image: url('/images/icon-check.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    opacity: 0;
}
.cart-prices table tr.sub label.checkbox.checked::after {
    opacity: 1;
}



.cart-prices table tr:first-child td {
    padding-top: 15px;
}
.cart-prices table tr:last-child td {
    padding-bottom: 15px;
}
.cart-prices table td:first-child {
    padding-left: 20px;
}
.cart-prices table:not(.info-table) td:last-child {
    width: 35%;
    min-width: 100px;
    padding-right: 20px;
}
.cart-prices table td strong {
    font-weight: 500;
}
.cart-prices .button-next.bottom {
    margin-bottom: 20px;
}
.cart-article {
    display: block;
    position: relative;
}
.cart-article .article {
    display: block;
    position: relative;
    border: 1px solid #c4c4c3;
    padding: 27px 30px;
}
.cart-article ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
.cart-article ul li {
    display: block;
    position: relative;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.7em;
    padding-left: 25px;
}
.cart-article ul li::before {
    content: ' ';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #a5bfc2;
    border-radius: 999px;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    overflow: hidden;
    position: absolute;
    top: 9px;
    left: 0;
}
.cart-method .methods .segment {
    padding-top: 35px;
    min-height: 115px;
}
.cart-method .methods .segment .checkbox img.icon {
    opacity: 0.4;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}
.cart-method .methods .segment .checkbox:hover img.icon {
    opacity: 1;
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}
.cart-method .methods .segment .checkbox.checked img.icon {
    opacity: 1;
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}
body.ready .cart-method .methods .segment .checkbox img.icon {
    transition: 0.3s;
}


.cart-status .status-block {
    display: block;
    position: relative;
    padding: 25px 30px;
    height: 445px;
    color: #E6E7DB;
    margin-bottom: 30px;
    background-color: #727679;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.cart-status .status-block.is-red {
    background-color: #e30000;
}
.cart-status .status-block.has-image {
    overflow: hidden;
}
.cart-status .status-block .image {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-55%);
    -webkit-transform: translateY(-55%);
    width: 380px;
    max-width: 100%;
    margin: 0 auto;
}
.cart-status .status-block .article {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #E6E7DB;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Quicksand', sans-serif;
    letter-spacing: 4px;
    line-height: 1.5em;
    text-transform: uppercase;
    text-decoration: none;
}
.cart-status .status-block .article p:not(:last-child) {
    margin-bottom: 30px;
}
.cart-status .status-block .article strong {
    color: #fff;
    font-weight: 700;
}
.cart-status .status-block .article a,
.cart-status .status-block .article a:hover {
    text-decoration: none !important;
}
.cart-table {
    width: 100%;
}


.info-table td {
    width: auto;
}
.info-table td:first-child {
    width: 220px;
}
.info-table td {
    vertical-align: top;
}










/* Responsive medium desktop */
@media all and (max-width: 1200px) {


    .cart-detail .recover-form,
    .cart-detail .login-form {
        width: 500px;
    }

    .cart-items.single .cart-item .row.extra-height {
        min-height: 468px;
    }
    .cart-items.single .cart-item .image:not(.auto-height) {
        height: calc(100% + 274px);
    }

    .banner-wrapper {
        height: 450px;
    }

    .work-items .item > .image {
        max-height: 540px;
        height: 45vw;
    }

    .work-items .item > .content .article {
        padding: 40px;
    }

    .work-items .item > .content .article p {
        font-size: 18px;
    }

    .product-detail .product-images .image {
        height: 420px;
    }

}


/* Responsive small tablet */
@media all and (max-width: 992px) {


    .cart-detail .recover-form,
    .cart-detail .login-form {
        width: auto;
    }
    .cart-detail-image {
        display: none;
    }


    .banner-wrapper {
        height: 350px;
    }


    .menu-wrapper .menu-logo > .logo.icon {
        /*width: 254px; -64 */
        /*height: 172px; -44 */
        width: 190px;
        height: 128px;
        top: 50%;
        transform: translateY(-50%);
    }

    .menu-wrapper .menu-wrap {
        left: 224px;
    }
    .menu-wrapper .menu-logo > .logo.label {
        left: 226px;
    }

    .menu-wrapper .menu-logo > .logo > .labeled {
        font-size: 28px;
        letter-spacing: 5px;
    }

    .menu-wrapper .menu > li > a {
        font-size: 28px;
        letter-spacing: 5px;
    }

    .header-wrapper .header-hamburger {
        top: 22px;
    }

    .menu-wrapper .menu-logo > .logo.icon {
        width: 152px;
        height: 102px;
    }
    .menu-wrapper .menu-logo > .logo.icon > svg {
        width: 152px;
        min-width: 152px;
    }
    .menu-wrapper .menu-logo > .logo.icon::after {
        right: -50px;
        border-left: 25px solid #313537;
        border-right: 25px solid #313537;
    }
    body.menu-pre .menu-wrapper .menu-logo > .logo.icon::after,
    body.menu-open .menu-wrapper .menu-logo > .logo.icon::after {
        right: 0px;
    }

    .menu-wrapper .menu-wrap {
        left: 120px;
    }
    .menu-wrapper .menu-logo > .logo.label {
        left: 168px;
    }

    .menu-wrapper .menu > li > a {
        font-size: 24px;
    }

    .menu-wrapper .menu-logo > .logo > .labeled {
        font-size: 24px;
    }

    .menu-wrapper .menu-logo > .logo > .labeled > p {
        max-height: 4.5em;
        overflow: hidden;
    }


    .work-items .item > .image {
        max-height: 420px;
        height: 45vw;
    }
    .work-items .item > .content .article {
        padding: 30px;
    }
    .work-items .item > .content .article h2 {
        font-size: 22px;
    }
    .work-items .item > .content .article p {
        font-size: 15px;
    }


    .product-detail .product-order .product-options {
        margin-bottom: 15px;
    }
    .cart-status .status-block {
        height: 325px;
        padding: 25px;
    }
    .cart-status .status-block .article {
        font-size: 21px;
    }
    .cart-status .status-block .article a {
        font-size: 18px;
    }
    .caller.information.account {

        position: static;
    }



}


/* Responsive extra small mobile */
@media all and (max-width: 768px) {

    .wrapper {
        padding: 30px 0 35px;
    }
    .container {
        max-width: 100%;
    }

    .banner-wrapper {
        height: 300px;
    }

    .work-items.top {
        margin: 0 0 35px;
    }
    .work-items.bottom {
        margin: 35px 0 0;
    }
    .work-items .item {
        width: 360px;
        margin: 0 auto;
        max-width: 100%;
    }

    .cart-items.single .cart-item .row.extra-height {
        min-height: 0;
    }
    .cart-items.single .cart-item .image:not(.auto-height) {
        height: 100%;
    }


}


/* Repsonsive - Mobile (0px- 575px) */
@media all and (max-width: 575px) {

    .contact-wrapper .article.sub {
        margin-top: 25px;
    }

    .header-wrapper {
        padding: 15px 0 15px;
    }
    .header-wrapper .header-hamburger {
        top: 5px;
    }




    /*.menu-wrapper .menu-logo > .logo.label {*/
    /*    left: 60px;*/
    /*}*/
    /*.menu-wrapper .menu-logo > .logo.label > img {*/
    /*    width: 240px;*/
    /*    bottom: 7px;*/
    /*}*/


    /*.menu-wrapper .menu-logo > .logo > .labeled {*/
    /*    font-size: 30px;*/
    /*    letter-spacing: 7px;*/
    /*}*/

    /*.menu-wrapper .menu-logo {*/
    /*    height: 150px;*/
    /*}*/
    /*.menu-wrapper .menu-logo > .logo.icon {*/
    /*    width: 45px;*/
    /*    height: 150px;*/
    /*}*/
    /*.menu-wrapper .menu-logo > .logo.icon > img {*/
    /*    width: 45px;*/
    /*    max-width: none;*/
    /*}*/
    /*.menu-wrapper .menu-wrap {*/
    /*    left: 60px;*/
    /*    height: 150px;*/
    /*}*/

    /*.menu-wrapper .menu > li > a {*/
    /*    font-size: 30px;*/
    /*    letter-spacing: 7px;*/
    /*}*/





    .is-desktop {
        display: none !important;
    }

    .is-mobile,
    .article.mobile {
        display: block !important;
    }

    .article.mobile {
        margin: 0 0 35px;
    }

    .footer-wrapper ul.footer-menu > li {
        width: 100%;
        text-align: center;
        line-height: 1.7em;
    }
    .footer-wrapper ul.footer-menu > li:not(:last-child)::after {
        display: none;
    }

    .work-items .item > .image {
        max-height: 340px;
        height: 80vw;
    }

    .block-segment .article.ord-contact {
        margin-bottom: 20px;
    }
    .product-detail .product-images .image {
        height: 360px;
    }

    .footer-wrapper .footer-logo {
        transform: translateY(-5px);
    }



    /* Form Responsive */

    form.form .field.sub > label.label {
        display: block;
        position: relative;
        top: 0;
    }
    form.form .field.sub {
        padding-left: 0;
    }

    form.form.dark .field.zero input[disabled][type="text"],
    form.form.dark .field.zero input[disabled][type="email"],
    form.form.dark .field.zero input[disabled][type="number"],
    form.form.dark .field.zero input[disabled][type="password"],
    form.form.dark .field.zero select[disabled],
    form.form.dark .field.zero textarea[disabled] {
        padding: 0 0 15px 0;
    }




}



/* Repsonsive - Mobile (0px- 450) */
@media all and (max-width: 450px) {



    .header-wrapper {
        padding-bottom: 0;
    }
    .header-wrapper .header-hamburger {
        top: -2px;
        right: -5px;
    }

    .menu-wrapper .menu-logo,
    .menu-wrapper .menu-wrap {
        height: 150px;
    }
    .menu-wrapper .menu-wrap {
        left: 0;
    }
    .menu-wrapper .menu-logo > .logo.icon::after {
        display: none;
    }
    .menu-wrapper .menu-logo > .logo > .labeled {
        visibility: hidden;
    }

    body.menu-pre .menu-wrapper .menu-logo > .logo.icon,
    body.menu-open .menu-wrapper .menu-logo > .logo.icon {
        opacity: 0;
    }

    .menu-wrapper .menu > li > a {
        transform: translateX(25px);
    }
    .menu-wrapper .menu > li:hover > a,
    .menu-wrapper .menu > li:focus > a {
        transform: translateX(50px);
    }

    .menu-wrapper .menu-logo::before {
        content:' ';
        display: inline-block;
        position: absolute;
        left: -20px;
        top: 50%;
        width: 2px;
        height: 120px;
        background-color: #E6E7DB;
        transform: translateY(-50%);
        opacity: 0;
    }
    body.ready .menu-wrapper .menu-logo::before {
        transition: 0.5s;
    }
    body.menu-pre .menu-wrapper .menu-logo::before,
    body.menu-open .menu-wrapper .menu-logo::before {
        opacity: 1;
        left: 0;
    }





}



/* Repsonsive - Mobile (0px- 420) */
@media all and (max-width: 420px) {


    .banner-wrapper {
        height: 280px;
    }


}



/* Repsonsive - Mobile (0px- 370) */
@media all and (max-width: 370px) {





}




