@media (max-width: 1400px) {}

@media (max-width: 1200px) {}

@media (max-width: 992px) {}

@media (max-width: 768px) {}

@media (max-width: 576px) {}

@media (max-width: 500px) {}

@media (min-width: 1400px) {}

@media (min-width: 1200px) {}

@media (min-width: 992px) {}

@media (min-width: 768px) {}

@media (min-width: 576px) {}

@media (min-width: 500px) {}

@media screen and (min-width: 850px) {
    .col:first-child .col-inner {
        margin-left: auto;
        margin-right: 0
    }

    .col+.col .col-inner {
        margin-right: auto;
        margin-left: 0
    }
}

@media screen and (max-width: 549px) {
    .small-col-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
}

@media screen and (min-width: 850px) {
    .large-col-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
}

@media screen and (max-width: 849px) {
    .medium-col-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .col {
        padding-bottom: 30px
    }
}

@media screen and (min-width: 850px) {
    .row-divided>.col+.col:not(.large-12) {
        border-left: 1px solid #ececec
    }

    .row-divided.row-reverse>.col+.col:not(.large-12) {
        border-left: 0;
        border-right: 1px solid #ececec
    }

    .col-divided {
        padding-right: 30px;
        border-right: 1px solid #ececec
    }

    .col.col-divided:not(.col-first):last-child {
        border-right: 0;
        padding-right: 0;
        padding-left: 30px;
        border-left: 1px solid #ececec
    }

    .col-border {
        padding-right: 0;
        border-right: 1px solid #ececec
    }

    .col-border+.col,
    .col-divided+.col {
        padding-left: 30px
    }
}

@media screen and (min-width: 550px) {
    .medium-1 {
        max-width: 8.3333333333%;
        -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%
    }

    .medium-2 {
        max-width: 16.6666666667%;
        -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%
    }

    .medium-3 {
        max-width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }

    .medium-4 {
        max-width: 33.3333333333%;
        -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%
    }

    .medium-5 {
        max-width: 41.6666666667%;
        -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%
    }

    .medium-6 {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .medium-7 {
        max-width: 58.3333333333%;
        -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%
    }

    .medium-8 {
        max-width: 66.6666666667%;
        -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%
    }

    .medium-9 {
        max-width: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%
    }

    .medium-10 {
        max-width: 83.3333333333%;
        -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%
    }

    .medium-11 {
        max-width: 91.6666666667%;
        -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%
    }

    .medium-12 {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .medium-columns-1>.col,
    .medium-columns-1 .flickity-slider>.col {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .medium-columns-2>.col,
    .medium-columns-2 .flickity-slider>.col {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .medium-columns-3>.col,
    .medium-columns-3 .flickity-slider>.col {
        max-width: 33.3333333333%;
        -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%
    }

    .medium-columns-4>.col,
    .medium-columns-4 .flickity-slider>.col {
        max-width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }

    .medium-columns-5>.col,
    .medium-columns-5 .flickity-slider>.col {
        max-width: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%
    }

    .medium-columns-6>.col,
    .medium-columns-6 .flickity-slider>.col {
        max-width: 16.6666666667%;
        -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%
    }

    .medium-columns-7>.col,
    .medium-columns-7 .flickity-slider>.col {
        max-width: 14.2857142857%;
        -ms-flex-preferred-size: 14.2857142857%;
        flex-basis: 14.2857142857%
    }

    .medium-columns-8>.col,
    .medium-columns-8 .flickity-slider>.col {
        max-width: 12.5%;
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%
    }
}

@media screen and (min-width: 850px) {
    .large-1 {
        max-width: 8.3333333333%;
        -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%
    }

    .large-2 {
        max-width: 16.6666666667%;
        -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%
    }

    .large-3 {
        max-width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }

    .large-4 {
        max-width: 33.3333333333%;
        -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%
    }

    .large-5 {
        max-width: 41.6666666667%;
        -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%
    }

    .large-6 {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .large-7 {
        max-width: 58.3333333333%;
        -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%
    }

    .large-8 {
        max-width: 66.6666666667%;
        -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%
    }

    .large-9 {
        max-width: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%
    }

    .large-10 {
        max-width: 83.3333333333%;
        -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%
    }

    .large-11 {
        max-width: 91.6666666667%;
        -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%
    }

    .large-12 {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .gallery-columns-1 .gallery-item,
    .large-columns-1>.col,
    .large-columns-1 .flickity-slider>.col {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .gallery-columns-2 .gallery-item,
    .large-columns-2>.col,
    .large-columns-2 .flickity-slider>.col {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .gallery-columns-3 .gallery-item,
    .large-columns-3>.col,
    .large-columns-3 .flickity-slider>.col {
        max-width: 33.3333333333%;
        -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%
    }

    .gallery-columns-4 .gallery-item,
    .large-columns-4>.col,
    .large-columns-4 .flickity-slider>.col {
        max-width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }

    .gallery-columns-5 .gallery-item,
    .large-columns-5>.col,
    .large-columns-5 .flickity-slider>.col {
        max-width: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%
    }

    .gallery-columns-6 .gallery-item,
    .large-columns-6>.col,
    .large-columns-6 .flickity-slider>.col {
        max-width: 16.6666666667%;
        -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%
    }

    .gallery-columns-7 .gallery-item,
    .large-columns-7>.col,
    .large-columns-7 .flickity-slider>.col {
        max-width: 14.2857142857%;
        -ms-flex-preferred-size: 14.2857142857%;
        flex-basis: 14.2857142857%
    }

    .gallery-columns-8 .gallery-item,
    .large-columns-8>.col,
    .large-columns-8 .flickity-slider>.col {
        max-width: 12.5%;
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%
    }
}

@media screen and (min-width: 850px) {
    body.framed {
        margin: 30px auto
    }
}

@media(max-width: 849px) {
    .medium-flex-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap
    }

    .medium-flex-wrap .flex-col {
        padding-top: 5px;
        padding-bottom: 5px;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 100%
    }
}

@media(max-width: 549px) {
    .small-flex-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap
    }

    .small-flex-wrap .flex-col {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 100%
    }
}

@media(min-width: 850px) {

    .col2-set,
    .u-columns {
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .col2-set>div+div,
    .u-columns>div+div {
        padding-left: 30px
    }
}

@media all and (-ms-high-contrast: none) {
    .payment-icon svg {
        max-width: 50px
    }

    .slider-nav-circle .flickity-prev-next-button svg {
        height: 36px !important
    }

    .nav>li>a>i {
        top: -1px
    }
}

@media screen and (max-width: 549px) {
    .small-row-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media screen and (max-width: 849px) {
    .medium-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

@media screen and (min-width: 850px) {
    .row-large {
        padding-left: 0;
        padding-right: 0
    }

    .row .row-large:not(.row-collapse),
    .container .row-large:not(.row-collapse) {
        margin-left: -30px;
        margin-right: -30px;
        margin-bottom: 0
    }

    .row-large>.flickity-viewport>.flickity-slider>.col,
    .row-large>.col {
        padding: 0 30px 30px;
        margin-bottom: 0
    }
}

@media(max-width: 849px) {
    .medium-nav-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media(max-width: 549px) {
    .small-nav-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media(min-width: 850px) {
    .nav-divided>li {
        margin: 0 .7em
    }

    .nav-divided>li+li>a:after {
        content: "";
        position: absolute;
        top: 50%;
        width: 1px;
        border-left: 1px solid rgba(0, 0, 0, .1);
        height: 15px;
        margin-top: -7px;
        left: -1em
    }

    .nav-divided>li+li.icon-top>a:after {
        height: 50px;
        margin-top: -25px
    }
}

@media(min-width: 850px) {
    .tabbed-content .nav-vertical {
        padding-top: 0;
        width: 25%
    }

    .nav-vertical+.tab-panels {
        margin-top: 0 !important;
        border-left: 1px solid #ddd;
        padding: 0 30px 30px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .tabbed-content .nav-vertical.nav-outline {
        padding-right: 15px
    }
}

@media(max-width: 549px) {
    .small-nav-collapse>li {
        width: 100%;
        margin: 0 !important
    }

    .small-nav-collapse>li a {
        width: 100%;
        display: block
    }
}

@media(max-width: 549px) {
    .small-nav-touch {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        -ms-flex-flow: nowrap;
        flex-flow: nowrap
    }

    .small-nav-touch>li {
        display: inline-block
    }
}

@media screen and (max-width: 549px) {
    .small-nav-vertical {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        margin-bottom: 20px
    }

    .small-nav-vertical>li {
        list-style: none;
        margin: 0 !important;
        width: 100%;
        border-bottom: 1px solid #ececec
    }
}

@media screen and (min-width: 849px) {
    .col-divided>.col-inner>.nav-wrapper>.nav-vertical {
        width: calc(100% + 31px)
    }
}

@media(max-width: 549px) {
    .banner-layers {
        overflow: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media(min-width: 549px) {
    .has-video .bg {
        display: none
    }
}

@media(max-width: 549px) {
    .box-text {
        font-size: 85%
    }
}

@media screen and (max-width: 549px) {
    .box-vertical .box-image {
        width: 100% !important
    }
}

@media screen and (min-width: 550px) {
    .box-list-view .col {
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
        max-width: 100% !important
    }

    .box-list-view .box,
    .box-vertical {
        display: table;
        width: 100%
    }

    .box-list-view .box .image-right,
    .box-vertical .image-right {
        direction: rtl
    }

    .box-list-view .box .box-image,
    .box-list-view .box .box-text,
    .box-vertical .box-image,
    .box-vertical .box-text {
        direction: ltr;
        display: table-cell;
        vertical-align: middle
    }

    .box-list-view .box .box-text,
    .box-vertical .box-text {
        padding-left: 1.5em;
        padding-right: 1.5em
    }

    .box-list-view .box .box-image,
    .box-vertical .box-image {
        width: 50%
    }

    .box-list-view .box.align-top .box-text,
    .box-vertical.align-top .box-text {
        vertical-align: top
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    select::-ms-expand {
        display: none
    }

    select:focus::-ms-value {
        background: transparent;
        color: currentColor
    }
}

@media only screen and (max-device-width: 1024px) {
    .image-tools {
        opacity: 1 !important;
        padding: 5px
    }
}

@media(min-width: 549px) {
    .pswp__top-bar {
        background-color: transparent !important
    }
}

@media screen and (max-width: 800px)and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
}

@media(max-width: 849px) {
    body.body-scroll-lock--active .mfp-wrap {
        position: fixed !important;
        overflow: auto
    }
}

@media(min-width: 850px) {
    .slider-nav-outside .flickity-prev-next-button.next {
        right: auto;
        left: 100%
    }

    .slider-nav-outside .flickity-prev-next-button.previous {
        left: auto;
        right: 100%
    }
}

@media screen and (max-width: 549px) {
    .slider-wrapper .flickity-prev-next-button {
        display: none
    }

    .row-slider .flickity-prev-next-button {
        width: 20px !important;
        opacity: .8;
        background-color: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        -webkit-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
        transform: translateX(0) !important
    }

    .row-slider .flickity-prev-next-button svg {
        padding: 3px !important;
        border: 0 !important
    }

    .flickity-page-dots {
        pointer-events: none
    }

    .flickity-slider .banner-layers {
        overflow: hidden
    }
}

@media(max-width: 849px) {
    .md\:stack-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .md\:stack-row>* {
        margin: 0 !important
    }

    .md\:stack-row>*~* {
        margin-left: var(--stack-gap) !important
    }

    .md\:stack-col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .md\:stack-col>* {
        margin: 0 !important
    }

    .md\:stack-col>*~* {
        margin-top: var(--stack-gap) !important
    }

    .md\:items-stretch {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .md\:items-start {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .md\:items-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .md\:items-end {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .md\:items-baseline {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }

    .md\:justify-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .md\:justify-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .md\:justify-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .md\:justify-between {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .md\:justify-around {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

@media(max-width: 549px) {
    .sm\:stack-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .sm\:stack-row>* {
        margin: 0 !important
    }

    .sm\:stack-row>*~* {
        margin-left: var(--stack-gap) !important
    }

    .sm\:stack-col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .sm\:stack-col>* {
        margin: 0 !important
    }

    .sm\:stack-col>*~* {
        margin-top: var(--stack-gap) !important
    }

    .sm\:items-stretch {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .sm\:items-start {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .sm\:items-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .sm\:items-end {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .sm\:items-baseline {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }

    .sm\:justify-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .sm\:justify-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .sm\:justify-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .sm\:justify-between {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .sm\:justify-around {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

@media(max-width: 849px) {
    .touch-scroll-table {
        width: calc(100% + 30px);
        padding: 15px;
        position: relative;
        overflow-y: hidden;
        margin-left: -15px;
        overflow-x: scroll;
        -webkit-box-shadow: inset -2px 0px 18px -5px rgba(0, 0, 0, .5);
        box-shadow: inset -2px 0px 18px -5px rgba(0, 0, 0, .5)
    }

    .touch-scroll-table table {
        width: 100%
    }
}

@media(max-width: 549px) {
    h1 {
        font-size: 1.4em
    }

    h2 {
        font-size: 1.2em
    }

    h3 {
        font-size: 1em
    }
}

@media(max-width: 549px) {
    .is-xxlarge {
        font-size: 2.5em
    }

    .is-xlarge {
        font-size: 1.8em
    }

    .is-larger {
        font-size: 1.2em
    }

    .is-large {
        font-size: 1em
    }
}

@media(max-width: 549px) {

    [data-show=hide-for-small],
    .hide-for-small {
        display: none !important
    }

    .small-text-center {
        text-align: center !important;
        width: 100% !important;
        float: none !important
    }
}

@media(min-width: 550px) {

    [data-show=show-for-small],
    .show-for-small {
        display: none !important
    }
}

@media(min-width: 850px) {

    [data-show=show-for-medium],
    .show-for-medium {
        display: none !important
    }
}

@media(max-width: 849px) {

    [data-show=hide-for-medium],
    .hide-for-medium {
        display: none !important
    }

    .medium-text-center .pull-left,
    .medium-text-center .pull-right {
        float: none
    }

    .medium-text-center .ml {
        margin-left: auto
    }

    .medium-text-center .mr {
        margin-right: auto
    }

    .medium-text-center {
        text-align: center !important;
        width: 100% !important;
        float: none !important
    }
}

@media(min-width: 850px) {

    [data-show=hide-for-large],
    .hide-for-large {
        display: none !important
    }
}

@media(max-width: 549px) {
    .small-block {
        display: block
    }
}

@media(max-width: 549px) {
    .sm-touch-scroll {
        overflow-y: none;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media screen and (max-width: 549px) {
    .x5 {
        left: 5%
    }

    .x15 {
        left: 15%
    }

    .x25 {
        left: 25%
    }

    .x35 {
        left: 35%
    }

    .x45 {
        left: 45%
    }

    .x55 {
        right: 45%
    }

    .x65 {
        right: 35%
    }

    .x75 {
        right: 25%
    }

    .x85 {
        right: 15%
    }

    .x95 {
        right: 5%
    }

    .x0 {
        left: 0%
    }

    .x10 {
        left: 10%
    }

    .x20 {
        left: 20%
    }

    .x30 {
        left: 30%
    }

    .x40 {
        left: 40%
    }

    .x60 {
        right: 40%
    }

    .x70 {
        right: 30%
    }

    .x80 {
        right: 20%
    }

    .x90 {
        right: 10%
    }

    .x100 {
        right: 0%
    }

    .y0 {
        top: 0%
    }

    .y10 {
        top: 10%
    }

    .y20 {
        top: 20%
    }

    .y30 {
        top: 30%
    }

    .y40 {
        top: 40%
    }

    .y60 {
        bottom: 40%
    }

    .y70 {
        bottom: 30%
    }

    .y80 {
        bottom: 20%
    }

    .y90 {
        bottom: 10%
    }

    .y100 {
        bottom: 0%
    }

    .y5 {
        top: 5%
    }

    .y15 {
        top: 15%
    }

    .y25 {
        top: 25%
    }

    .y35 {
        top: 35%
    }

    .y45 {
        top: 45%
    }

    .y55 {
        bottom: 45%
    }

    .y65 {
        bottom: 35%
    }

    .y75 {
        bottom: 25%
    }

    .y85 {
        bottom: 15%
    }

    .y95 {
        bottom: 5%
    }

    .x50 {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .y50 {
        top: 50.3%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .y50.x50 {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

@media screen and (min-width: 550px)and (max-width: 849px) {
    .md-x5 {
        left: 5%
    }

    .md-x15 {
        left: 15%
    }

    .md-x25 {
        left: 25%
    }

    .md-x35 {
        left: 35%
    }

    .md-x45 {
        left: 45%
    }

    .md-x55 {
        right: 45%
    }

    .md-x65 {
        right: 35%
    }

    .md-x75 {
        right: 25%
    }

    .md-x85 {
        right: 15%
    }

    .md-x95 {
        right: 5%
    }

    .md-y5 {
        top: 5%
    }

    .md-y15 {
        top: 15%
    }

    .md-y25 {
        top: 25%
    }

    .md-y35 {
        top: 35%
    }

    .md-y45 {
        top: 45%
    }

    .md-y55 {
        bottom: 45%
    }

    .md-y65 {
        bottom: 35%
    }

    .md-y75 {
        bottom: 25%
    }

    .md-y85 {
        bottom: 15%
    }

    .md-y95 {
        bottom: 5%
    }

    .md-x0 {
        left: 0%
    }

    .md-x10 {
        left: 10%
    }

    .md-x20 {
        left: 20%
    }

    .md-x30 {
        left: 30%
    }

    .md-x40 {
        left: 40%
    }

    .md-x60 {
        right: 40%
    }

    .md-x70 {
        right: 30%
    }

    .md-x80 {
        right: 20%
    }

    .md-x90 {
        right: 10%
    }

    .md-x100 {
        right: 0%
    }

    .md-y0 {
        top: 0%
    }

    .md-y10 {
        top: 10%
    }

    .md-y20 {
        top: 20%
    }

    .md-y30 {
        top: 30%
    }

    .md-y40 {
        top: 40%
    }

    .md-y60 {
        bottom: 40%
    }

    .md-y70 {
        bottom: 30%
    }

    .md-y80 {
        bottom: 20%
    }

    .md-y90 {
        bottom: 10%
    }

    .md-y100 {
        bottom: 0%
    }

    .md-x50 {
        left: 50%;
        -webkit-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
        transform: translateX(-50%) !important
    }

    .md-y50 {
        top: 50%;
        -webkit-transform: translateY(-50%) !important;
        -ms-transform: translateY(-50%) !important;
        transform: translateY(-50%) !important
    }

    .md-x50.md-y50 {
        -webkit-transform: translate(-50%, -50%) !important;
        -ms-transform: translate(-50%, -50%) !important;
        transform: translate(-50%, -50%) !important
    }
}

@media screen and (min-width: 850px) {
    .lg-x5 {
        left: 5%
    }

    .lg-x15 {
        left: 15%
    }

    .lg-x25 {
        left: 25%
    }

    .lg-x35 {
        left: 35%
    }

    .lg-x45 {
        left: 45%
    }

    .lg-x55 {
        right: 45%
    }

    .lg-x65 {
        right: 35%
    }

    .lg-x75 {
        right: 25%
    }

    .lg-x85 {
        right: 15%
    }

    .lg-x95 {
        right: 5%
    }

    .lg-y5 {
        top: 5%
    }

    .lg-y15 {
        top: 15%
    }

    .lg-y25 {
        top: 25%
    }

    .lg-y35 {
        top: 35%
    }

    .lg-y45 {
        top: 45%
    }

    .lg-y55 {
        bottom: 45%
    }

    .lg-y65 {
        bottom: 35%
    }

    .lg-y75 {
        bottom: 25%
    }

    .lg-y85 {
        bottom: 15%
    }

    .lg-y95 {
        bottom: 5%
    }

    .lg-x0 {
        left: 0%
    }

    .lg-x10 {
        left: 10%
    }

    .lg-x20 {
        left: 20%
    }

    .lg-x30 {
        left: 30%
    }

    .lg-x40 {
        left: 40%
    }

    .lg-x60 {
        right: 40%
    }

    .lg-x70 {
        right: 30%
    }

    .lg-x80 {
        right: 20%
    }

    .lg-x90 {
        right: 10%
    }

    .lg-x100 {
        right: 0%
    }

    .lg-y0 {
        top: 0%
    }

    .lg-y10 {
        top: 10%
    }

    .lg-y20 {
        top: 20%
    }

    .lg-y30 {
        top: 30%
    }

    .lg-y40 {
        top: 40%
    }

    .lg-y60 {
        bottom: 40%
    }

    .lg-y70 {
        bottom: 30%
    }

    .lg-y80 {
        bottom: 20%
    }

    .lg-y90 {
        bottom: 10%
    }

    .lg-y100 {
        bottom: 0%
    }

    .lg-x50 {
        left: 50%;
        -webkit-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
        transform: translateX(-50%) !important
    }

    .lg-y50 {
        top: 50%;
        -webkit-transform: translateY(-50%) !important;
        -ms-transform: translateY(-50%) !important;
        transform: translateY(-50%) !important
    }

    .lg-x50.lg-y50 {
        -webkit-transform: translate(-50%, -50%) !important;
        -ms-transform: translate(-50%, -50%) !important;
        transform: translate(-50%, -50%) !important
    }
}

@media screen and (min-width: 550px) {

    .medium-1 .res-text,
    .medium-2 .res-text,
    .medium-3 .res-text,
    .medium-4 .res-text,
    .medium-5 .res-text,
    .medium-6 .res-text,
    .medium-7 .res-text {
        font-size: .8vw
    }

    .medium-8 .res-text {
        font-size: .9vw
    }

    .medium-9 .res-text {
        font-size: 1.15vw
    }

    .medium-10 .res-text {
        font-size: 1.3vw
    }

    .medium-11 .res-text {
        font-size: 1.5vw
    }

    .res-text {
        font-size: 1.8vw
    }
}

@media screen and (min-width: 850px) {
    .res-text {
        font-size: 16px
    }

    .widget-area .res-text,
    .large-1 .res-text,
    .large-2 .res-text,
    .large-3 .res-text {
        font-size: 8px
    }

    .large-1 .res-text h6,
    .large-2 .res-text h6,
    .large-3 .res-text h6 {
        font-size: 10px
    }

    .large-1 .res-text p.lead,
    .large-2 .res-text p.lead,
    .large-3 .res-text p.lead {
        font-size: 16px
    }

    .large-4 .res-text {
        font-size: 8.5px
    }

    .large-5 .res-text {
        font-size: 9px
    }

    .large-6 .res-text {
        font-size: 10px
    }

    .large-7 .res-text {
        font-size: 11px
    }

    .large-8 .res-text {
        font-size: 12px
    }

    .large-9 .res-text {
        font-size: 13px
    }

    .large-10 .res-text {
        font-size: 14px
    }

    .large-11 .res-text {
        font-size: 15px
    }
}

@media(max-width: 849px) {
    body {
        overflow-x: hidden
    }
}

@media(max-width: 849px) {
    .header-main li.html.custom {
        display: none
    }
}

@media(max-width: 549px) {
    .nav-mobile>li>a:not(.button) {
        line-height: 5em
    }
}

@media(min-width: 850px) {
    .entry-image-float {
        max-width: 50%;
        float: left;
        margin-right: 2em
    }

    .entry-image-float+.entry-content {
        padding-top: 0
    }
}

@media(min-width: 850px) {
    .alignleft {
        display: inline;
        float: left;
        margin-right: 1.5em
    }

    .alignright {
        display: inline;
        float: right;
        margin-left: 1.5em
    }

    .aligncenter {
        clear: both;
        display: block;
        margin: 0 auto
    }
}

@media(min-width: 850px) {
    .comment-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-left: -15px;
        margin-right: -15px
    }

    .comment-form>div {
        padding: 0 15px;
        width: 100%
    }

    .comment-form>p {
        padding: 0 15px;
        width: 100%
    }

    .comment-form p.comment-form-author,
    .comment-form p.comment-form-email,
    .comment-form p.comment-form-url {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

@media screen and (max-width: 849px) {
    .header-inner .nav {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .medium-logo-left .flex-left {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0
    }

    .medium-logo-left .logo {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .medium-logo-center .flex-left {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .medium-logo-center .logo {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        text-align: center;
        margin: 0 15px
    }

    .medium-logo-center .logo img {
        margin: 0 auto
    }

    .medium-logo-center .flex-right {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

@media(max-width: 849px) {
    .flatsome-cookies__inner {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        font-size: .9em
    }

    .flatsome-cookies__buttons {
        margin-top: 15px
    }

    .flatsome-cookies__text {
        padding-right: 0
    }
}

@media(max-width: 849px) {
    .category-filter-row {
        padding: 10px 0
    }
}

@media(min-width: 550px) {

    p.form-row-first,
    p.form-row-last {
        width: 48%;
        float: left
    }

    p.form-row-first {
        margin-right: 4%
    }
}

@media(max-width: 549px) {

    #billing_address_2_field>label,
    #shipping_address_2_field>label {
        display: none
    }
}

@media(max-width: 849px) {
    .dashboard-links li {
        width: 50%
    }
}

@media(max-width: 549px) {
    .dashboard-links li {
        width: 100%
    }
}

@media screen and (min-width: 850px) {
    .product-gallery-stacked {
        white-space: normal !important;
        overflow: auto !important;
        width: auto !important
    }

    .product-gallery-stacked .flickity-slider,
    .product-gallery-stacked .flickity-viewport {
        height: auto !important
    }

    .product-gallery-stacked .slide,
    .product-gallery-stacked .flickity-slider {
        position: relative !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        left: 0 !important;
        right: 0 !important
    }

    .product-gallery-stacked .slide {
        overflow: hidden
    }

    .product-gallery-stacked .slide:not(:last-child) {
        margin-bottom: 1.5em
    }

    .product-stacked-info {
        padding: 5vh 5% 2vh
    }
}

@media screen and (min-width: 850px) {
    .vertical-thumbnails {
        overflow-x: hidden;
        overflow-y: auto
    }

    .vertical-thumbnails .col {
        position: relative !important;
        left: 0 !important;
        max-width: 100% !important;
        min-height: 0 !important;
        margin-left: 1px;
        width: 95% !important;
        right: 0 !important;
        padding: 0 0 15px !important
    }

    .vertical-thumbnails .flickity-slider,
    .vertical-thumbnails .flickity-viewport {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        overflow: visible !important;
        height: auto !important
    }
}

@media(max-width: 849px) {
    .easyzoom-flyout {
        display: none !important
    }
}

@media(max-width: 550px) {
    .sticky-add-to-cart--active {
        font-size: .8em
    }
}

@media(max-width: 549px) {
    .quantity input[type=number] {
        width: 2em
    }
}

@media(min-width: 850px) {
    .off-canvas .off-canvas-cart {
        width: 320px
    }
}

@media(max-width: 849px) {
    .shop_table {
        font-size: .9em
    }

    .shop_table tr.shipping th {
        width: 50%
    }

    .shop_table .product-name {
        min-width: 80px
    }

    .shop_table .product-remove {
        position: relative;
        width: 0
    }

    .shop_table .product-remove a {
        position: absolute;
        top: 10px;
        left: 0px;
        width: 24px;
        height: 24px;
        line-height: 18px !important;
        font-size: 18px !important
    }

    .shop_table .mobile-product-price {
        margin: .5em 0
    }
}

@media(max-width: 549px) {
    .shop_table .product-price {
        display: none
    }

    .shop_table .product-subtotal {
        display: none
    }

    .product-quantity {
        text-align: right
    }

    .cross-sells {
        overflow: hidden
    }
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    :root {
        --wp-admin-border-width-focus: 1.5px
    }
}

@media screen and (max-width:600px) {
    html :where(.is-position-sticky) {
        --wp-admin--admin-bar--position-offset: 0px
    }
}

@media (prefers-reduced-motion: reduce) {
    .wpcf7-spinner::before {
        animation-name: blink;
        animation-duration: 2000ms;
    }
}

@media (max-width: 549px) {
    .header-main {
        height: 70px
    }

    #logo img {
        max-height: 70px
    }
}

@media screen and (min-width: 550px) {
    .products .box-vertical .box-image {
        min-width: 300px !important;
        width: 300px !important;
    }
}

@media screen and (max-width: 549px) {
    .button-group {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .button-group a {
        margin: 10px 0;
        margin-left: 0 !important;
    }

    .button-group .button-separator {
        margin: 10px 0;
    }

    .sni-booking-text {
        font-size: 20px !important;
    }
}

@media (max-width: 849px) {
    .modal-content {
        margin-top: 100px !important;
        max-height: 80vh !important;
    }
}

@media (max-width: 849px) {
    .box_fixRight {
        display: none;
    }

    .bottom-contact {
        display: block !important;
        position: fixed;
        bottom: 0;
        background: #f25c05;
        width: 100%;
        z-index: 99;
        border-top: 1px solid #eaeaea;
    }

    .bottom-contact ul li {
        width: 25%;
        float: left;
        list-style: none;
        text-align: center;
        font-size: 13.5px;
        font-family: Roboto, sans-serif;
    }

    .bottom-contact ul li span {
        color: white
    }

    .bottom-contact ul li img {
        width: 30px;
        margin-top: 5px;
        margin-bottom: 0px;
    }
}