.site-box.box__slideshow-split .slideshow-item,
.krown-tabs .titles {
    *zoom: 1
}

.site-box.box__slideshow-split .slideshow-item:after,
.krown-tabs .titles:after {
    content: '';
    display: table;
    clear: both
}

.mount-slideshow section {
    display: block
}

/*! Flickity v2.0.5
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: 0
}

.flickity-viewport {
    overflow: visible;
    position: relative;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: #fff;
    background: rgba(255, 255, 255, 0.75);
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.flickity-prev-next-button:hover {
    background: #fff
}

.flickity-prev-next-button:focus {
    outline: 0;
    box-shadow: 0 0 0 5px #09F
}

.flickity-prev-next-button:active {
    opacity: .6
}

.flickity-prev-next-button.previous {
    left: 10px
}

.flickity-prev-next-button.next {
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px
}

.flickity-prev-next-button:disabled {
    opacity: .3;
    cursor: auto
}

.flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}

.flickity-prev-next-button .arrow {
    fill: #333
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: .25;
    cursor: pointer
}

.flickity-page-dots .dot.is-selected {
    opacity: 1
}

.flickity-viewport {
    height: 100% !important
}

.mount-slideshow .site-box-container {
    width: 100%;
    position: relative
}

.mount-slideshow .site-box-container.add-border {
    border-bottom: 1px solid #ededed
}

.box--big {
    width: 50%;
    min-height: 100vh
}

.box--bigger {
    width: 100%;
    min-height: 100vh
}

html:not(.ie9) .shopify-section.mount-slideshow .slideshow-item:first-child .site-box .site-box-content {
    transform: translateY(50px);
    opacity: 0
}

html:not(.ie9) .shopify-section.mount-slideshow .slideshow-item:first-child .site-box .site-box-content {
    transition: opacity 400ms linear 100ms, transform 400ms linear 100ms
}

html:not(.ie9) .shopify-section.mount-slideshow .slideshow-item:first-child .site-box.active .site-box-content {
    transform: translateY(0);
    opacity: 1
}

.site-box {
    display: flex;
    position: relative;
    float: left;
    overflow: hidden;
    background-color: #fff
}

@media screen and (min-width: 769px) and (orientation: landscape) {
    .box--can-stick .site-box:not(.box__product-gallery)[data-order="0"] {
        position: -webkit-sticky;
        position: sticky;
        top: 0
    }
}

.site-box:not(.box__testimonial):not(.box__twitter):not(.box__instagram) {
    align-items: flex-end
}

.site-box.box--no-padding .site-box-content {
    width: 100%
}

@media screen and (min-width: 769px) and (orientation: landscape) {
    .site-box.box--fix-at-fifthy {
        position: absolute;
        top: 50%
    }
}

.site-box.box--center-align {
    justify-content: center
}

.site-box.box--column-flow {
    flex-direction: column
}

.site-box .site-box-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: background 200ms linear;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.site-box .site-box-background img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    font-family: "object-fit: cover";
    transition: opacity 150ms linear;
    opacity: 0;
    transform: translate3d(0, 0, 0)
}

.site-box .site-box-background img.lazyloaded {
    opacity: 1
}

@media screen and (max-width: 1024px) {
    .fixing-scroll-now .site-box .site-box-background:not(.with-map) {
        transition: left 250ms linear
    }
}

.fixing-scroll-now .site-box .site-box-background:not(.with-map).sidebar-move {
    left: -480px
}

@media screen and (max-width: 640px) {
    .fixing-scroll-now .site-box .site-box-background:not(.with-map).sidebar-move {
        left: -320px
    }
}

.site-box .site-box-background.with-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: .4;
    transition: opacity 200ms linear, background 200ms linear
}

.site-box.box__slideshow-split {
    border-bottom: 1px solid #ededed;
    background: #fff !important
}

@media screen and (min-width: 1025px) {
    .site-box.box__slideshow-split:not(.back-to-normal) .site-box-background-container {
        transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94)
    }
    body.sidebar-move .site-box.box__slideshow-split:not(.back-to-normal) .site-box-background-container {
        transform: translateX(-480px)
    }
}

@media screen and (min-width: 1025px) and (max-width: 1024px) {
    .site-box.box__slideshow-split:not(.back-to-normal) .site-box-background-container {
        transition: transform 250ms linear
    }
}

@media screen and (min-width: 1025px) and (max-width: 640px) {
    body.sidebar-move .site-box.box__slideshow-split:not(.back-to-normal) .site-box-background-container {
        transform: translateX(-320px)
    }
}

.site-box.box__slideshow-split .slideshow-item .site-box.box--big.box--big,
.site-box.box__slideshow-split .slideshow-item .site-box.box--big.box--bigger {
    height: 100vh
}

.index-margin-fix .site-box.box__slideshow-split .slideshow-item:not(:first-child) .site-box-content.fix-me-with-margin {
    margin-top: 0 !important
}

.site-box.box__slideshow-split .slideshow-item .site-box-content {
    width: 75%;
    display: flex;
    flex-direction: column
}

.site-box.box__slideshow-split .slideshow-item .site-box {
    border: none !important
}

.site-box.box__slideshow-split .slideshow-item .caption {
    opacity: .92;
    font-size: 0.9375rem;
    margin-bottom: 70px;
    text-align: left
}

.site-box.box__slideshow-split .slideshow-item .title {
    font-size: 5rem;
    font-size: 4vw;
    line-height: 1.125;
    margin-bottom: 0;
    text-align: left
}

.site-box.box__slideshow-split .slideshow-item .subtitle {
    font-style: italic;
    font-size: 1.125rem;
    line-height: 1;
    opacity: .66;
    margin-top: 50px;
    text-align: left
}

.site-box.box__slideshow-split .slideshow-item .button {
    margin-top: 30px;
    align-self: flex-start;
    transition: opacity 150ms linear, color 150ms linear, padding 200ms linear
}

.site-box.box__slideshow-split .slideshow-item .site-box-background-container {
    position: fixed;
    width: 33%;
    height: 100vh;
    right: 0;
    top: 0
}

.site-box.box__slideshow-split .slideshow-item .site-box-background-container>div {
    position: absolute;
    width: 100%;
    height: 100%
}

.site-box.box__slideshow-split .slideshow-item .site-box-background-container>div.clip-transition {
    transition: clip 600ms cubic-bezier(0.39, 0.575, 0.565, 1), opacity 600ms linear
}

.site-box.box__slideshow-split .slideshow-item .site-box-background-container .site-box-black-overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    opacity: 0
}

.site-box.box__slideshow-split .slideshow-item .site-box-background:after {
    display: none
}

.site-box.box__slideshow-split .slideshow-item:not(:first-child) .site-box-background-container div:not(.active) {
    display: none
}

.shopify-section .site-box.box__slideshow-split .slideshow-item .site-box {
    background-color: #fff;
    overflow: visible
}

.site-box.box__slideshow-split.back-to-normal .site-box-background-container {
    position: absolute;
    width: 66%;
    right: -100%
}

@media screen and (max-width: 1024px) {
    .site-box.box__slideshow-split .title {
        transform: none !important
    }
    .site-box.box__slideshow-split .caption {
        transform: none !important
    }
    .site-box.box__slideshow-split .subtitle {
        transform: none !important
    }
    .site-box.box__slideshow-split .button {
        transform: none !important
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {
    .site-box.box__slideshow-split .site-box-background-container {
        position: absolute !important;
        width: 100% !important;
        right: -100% !important
    }
    .site-box.box__slideshow-split .site-box-background-container>div {
        clip: auto !important
    }
    .site-box.box__slideshow-split .site-box-background-container .site-box-black-overlay {
        display: none
    }
    .site-box.box__slideshow-split .flickity-enabled .slideshow-item {
        opacity: 1 !important
    }
    .site-box.box__slideshow-split .slideshow-item {
        width: 100%;
        height: 100%
    }
    .site-box.box__slideshow-split .slideshow-item:not(:first-child) {
        opacity: 0
    }
    .site-box.box__slideshow-split .slideshow-item:first-child .site-box-background {
        opacity: 0;
        transition: opacity 400ms linear
    }
    .site-box.box__slideshow-split .slideshow-item:first-child .site-box-content {
        transform: translateY(50px);
        opacity: 0
    }
    .site-box.box__slideshow-split .slideshow-item:first-child .site-box-content {
        transition: opacity 400ms linear 100ms, transform 400ms linear 100ms
    }
    .site-box.box__slideshow-split .slideshow-item:first-child .box__slideshow-item.active .site-box-background {
        opacity: 1
    }
    .site-box.box__slideshow-split .slideshow-item:first-child .box__slideshow-item.active .site-box-content {
        transform: translateY(0);
        opacity: 1
    }
    .site-box.box__slideshow-split>.site-box-content {
        width: 100%;
        height: 100%
    }
    .site-box.box__slideshow-split>.site-box-content:after {
        content: 'flickity';
        display: none
    }
    .site-box.box__slideshow-split .box__slideshow-item {
        height: 100% !important;
        min-height: 0 !important
    }
}

@media screen and (max-width: 768px),
screen and (max-width: 1024px) and (orientation: portrait) {
    .site-box.box__slideshow-split {
        height: calc(100vh + 191px);
        justify-content: flex-start
    }
    .site-box.box__slideshow-split .slideshow-item {
        width: 100%;
        height: 100%
    }
    .site-box.box__slideshow-split .slideshow-item .site-box-black-overlay {
        opacity: .7 !important
    }
    .site-box.box__slideshow-split .slideshow-item .box__slideshow-item {
        width: 100%;
        height: 100% !important;
        min-height: 0;
        align-items: flex-start;
        padding: 0 10%;
        z-index: 9
    }
    .site-box.box__slideshow-split .slideshow-item .site-box-content {
        width: 100%;
        margin: auto !important;
        text-align: center;
        color: #fff
    }
    .index-margin-fix .site-box.box__slideshow-split .slideshow-item:not(:first-child) .site-box-content.fix-me-with-margin {
        margin: auto !important
    }
    .site-box.box__slideshow-split .slideshow-item .site-box-background-container {
        width: 100% !important;
        height: 112% !important;
        border-left: 0 !important;
        right: 0 !important;
        position: absolute !important
    }
    .site-box.box__slideshow-split .slideshow-item .site-box-background-container>div {
        clip: auto !important
    }
    .site-box.box__slideshow-split .slideshow-item .title {
        text-align: center;
        font-size: 8vw;
        transform: none !important
    }
    .site-box.box__slideshow-split .slideshow-item .caption {
        text-align: center;
        margin-bottom: 50px;
        opacity: 1;
        transform: none !important
    }
    .site-box.box__slideshow-split .slideshow-item .subtitle {
        text-align: center;
        font-size: 0.9375rem;
        opacity: 1;
        transform: none !important
    }
    .site-box.box__slideshow-split .slideshow-item .button {
        align-self: center;
        transform: none !important
    }
    .site-box.box__slideshow-split .slideshow-item .button:not(:hover),
    .site-box.box__slideshow-split .slideshow-item .button:not(.hover) {
        background: #fff !important;
        color: #000 !important
    }
    .site-box.box__slideshow-split>.site-box-content {
        width: 100%;
        height: calc(100% - 60px)
    }
    .site-box.box__slideshow-split>.site-box-content:after {
        content: 'flickity';
        display: none
    }
    .site-box.box__slideshow-split .slideshow-item .site-box-background-container {
        max-width: none !important;
    }
}

@media screen and (max-width: 480px) {
    .site-box.box__slideshow-split .title {
        font-size: 10vw !important
    }
    .site-box.box__slideshow-split .caption {
        margin-bottom: 40px !important
    }
    .site-box.box__slideshow-split .subtitle {
        margin-top: 30px !important
    }
}

.site-box.box__slideshow-split .slider-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    padding: 18px 30px 0
}

.site-box.box__slideshow-split .slider-index {
    font-size: 0.875rem;
    text-align: center;
    font-weight: 600;
    cursor: default
}

.site-box.box__slideshow-split .slider-nav {
    position: absolute;
    right: 30px
}

.site-box.box__slideshow-split .slider-nav span {
    cursor: pointer
}

.no-touchevents .site-box.box__slideshow-split .slider-nav span:hover svg *,
.no-touchevents .site-box.box__slideshow-split .slider-nav span.hover svg * {
    fill: #78a300
}

.site-box.box__slideshow-split .go-prev {
    margin-right: 30px
}

.site-box.box__slideshow-split .go-prev svg {
    transform: rotate(180deg)
}

.site-box-content {
    z-index: 2
}

.site-box-content.fix-me-with-margin p img {
    width: 100%;
	margin-bottom:20px;
}

/* Scroll Slider fixes */

.site-box-content p {
	font-weight: 400 !important
}

.slideshow-item strong {
    font-weight: 700;
}

.button-container {
    display: flex;
	margin-top: 10px;
}

.button-container a.button-right,
.button-container a.button-left {
    width: 220px;
    max-width: 100%;
    padding: 10px;
    font-size: 17px;
    font-weight: 500;
    color: #FFFFFF;
    border-radius: 50px;
    transition: background-color .15s ease-out;
    border: none;
    text-transform: capitalize;
    display: block;
    text-align: center;
}

.button-container .button-left-container {
    margin-right: 20px;
}

.button-container a.button-left {background-color: #003e7e;}
.button-container a.button-left:hover {background: #009ddc;}

.button-container a.button-right {background-color: #0c9cd8;}
.button-container a.button-right:hover {background: #003e7e;}