/*
Theme Name:  KettleFit  Theme
Description: Semantic, SEO Optimised, Custom Wordpress Theme
Author: #
Author URI: #
Version: 11.0
*/

/**
 * Swiper 4.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 13, 2017
 */
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-invisible-blank-slide {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

/* General */
a, abbr, acronym, address, area, b, bdo, big, blockquote, body, button, caption, cite, code, col, colgroup, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, hr, html, i, images, ins, kbd, label, legend, li, map, object, ol, p, param, pre, q, samp, small, span, strong, sub, sup, table, tbody, td, textarea, tfoot, th, thead, tr, tt, ul, var {
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

:focus {
    outline: 0
}

a, a:visited {
    color: #069
}

abbr, acronym, dfn {
    border-bottom: 1px dotted;
    cursor: help
}

blockquote {
    background: #EEE;
    border-left: 2px solid #CCC;
    margin: 0 0 1em
}

blockquote p {
    margin: .5em
}

body {
    background: #FFF;
    color: #2f4054;
    font: 14px Montserrat, Sans-Serif
}

code, pre {
    font-size: 1em
}

del {
    text-decoration: line-through
}

dfn {
    font-style: italic;
    font-weight: 700
}

dt {
    font-weight: 700
}

dd {
    margin: 0 0 1em 10px
}

fieldset {
    border: 0
}

fieldset p {
    margin: 0 0 5px
}

img {
    border: 0;
    vertical-align: bottom;
    max-width: 100%;
    height: auto
}

ins {
    text-decoration: none
}

hr {
    margin: 0 0 .5em
}

p {
    margin: 0 0 25px;
    line-height: 20px
}

ul, ol {
    list-style: none;
    margin: 0 0 1em
}

textarea {
    font: 1em Arial;
    overflow: auto
}

tt {
    display: block;
    margin: .5em 0;
    padding: .5em 1em
}

th {
    background: #EEE;
    border: solid #CCC;
    border-width: 1px 0 0 1px;
    padding: 3px
}

td {
    border: solid #CCC;
    border-width: 1px 0 0 1px;
    padding: 3px
}

table {
    border: solid #CCC;
    border-width: 0 1px 1px 0
}

@font-face {
    font-family: 'Montserrat';
    src: url(assets/fonts/Montserrat-Bold.eot);
    src: url(assets/fonts/Montserrat-Bold.eot?#iefix) format("embedded-opentype"), url(assets/fonts/Montserrat-Bold.woff2) format("woff2"), url(assets/fonts/Montserrat-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Montserrat';
    src: url(assets/fonts/Montserrat-Regular.eot);
    src: url(assets/fonts/Montserrat-Regular.eot?#iefix) format("embedded-opentype"), url(assets/fonts/Montserrat-Regular.woff2) format("woff2"), url(assets/fonts/Montserrat-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}


/* Containers*/
#page {
    width: 100%;
    overflow: hidden
}

.content-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%
}

#main-wrapper {
    width: 100%;
    overflow: hidden
}

/* Header */
#masterhead {
    width: 100%;
    overflow: hidden
}

#masterhead .header-top {
    width: 100%;
    overflow: hidden;
    padding: 15px 0;
    background: #2f4054;
    text-align: center
}

#masterhead .header-top #logo {
    height: 41px;
    width: auto
}

#masterhead nav {
    width: 100%;
    padding: 15px 0;
    background: #b9bfc6
}

#masterhead nav ul {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: Montserrat, Sans-Serif;
    text-transform: uppercase;
    text-align: center
}

#masterhead nav ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px
}

#masterhead nav ul li a {
    text-decoration: none;
    color: #2e4055;
    position: relative
}

#masterhead nav ul li a:after {
    content: '';
    height: 2px;
    background: #2e4055;
    width: 0;
    bottom: -4px;
    left: 0;
    transition: ease 350ms width;
    -webkit-transition: ease 350ms width;
    position: absolute
}

#masterhead nav ul li a:hover:after {
    width: 100%
}

#masterhead nav ul li.current-menu-item > a:after {
    width: 100%
}

/* Main Content */
.home .entry-content {
    width: 100%;
    background: #2f4054;
    padding: 34px 0 14px
}

.home .entry-content h1 {
    font-size: 24px;
    line-height: 25px;
    margin: 0 0 22px;
    color: #fff;
    text-transform: uppercase
}

.home .entry-content p {
    color: #fff
}

#main-wrapper a.btn {
    font-size: 14px;
    border: 1px solid #fff;
    padding: 14px 28px;
    text-transform: uppercase;
    background: none;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    transition: ease 350ms all;
    -webkit-transition: ease 350ms all;
    color: #fff
}

#main-wrapper a.btn:hover {
    background: #fff;
    color: #2f4054
}

#main-wrapper a.btn.alt {
    border-color: #2f4054;
    color: #2f4054
}

#main-wrapper a.btn.alt:hover {
    background: #2f4054;
    color: #fff
}

#main-wrapper a.btn.alt.blue {
    border-color: #16bed4;
    color: #16bed4
}

#main-wrapper a.btn.alt.blue:hover {
    background: #16bed4;
    color: #fff
}

#main-wrapper.images {
    width: 100%;
    overflow: hidden
}

.images .item {
    display: flex;
    display: -webkit-flex;
    align-items: center
}

.images .item img {
    max-width: 100%;
    height: auto
}

.images .item .img-wrapper, .images .item .text-wrapper {
    width: 50%
}

.images .item .text-wrapper {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 26px
}

.images .item .text-wrapper a.btn {
    margin-top: 40px
}

.images .item .text-wrapper h2 {
    font-size: 24px;
    color: #2f4054;
    text-transform: uppercase;
    margin: 0 0 20px
}

.images .item:nth-child(2n)
.img-wrapper {
    order: 2
}

.stories {
    width: 100%;
    overflow: hidden;
    background: #b9bfc6;
    padding: 35px 0;
    text-align: center
}

.stories h3 {
    font-size: 24px;
    line-height: 25px;
    font-weight: 700;
    color: #2f4054;
    margin: 0 0 25px;
    text-transform: uppercase
}

.stories .wrapper {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap
}

.stories .wrapper .item {
    width: 31.5%;
    background: #fff;
    margin: 0 2.5% 30px 0
}

.stories .wrapper .item img {
    width: 100%;
    height: auto
}

.stories .wrapper .item h4 {
    font-size: 24px;
    line-height: 25px;
    color: #2f4054;
    margin: 0 0 14px
}

.stories .wrapper .item .text-wrapper {
    overflow: hidden;
    padding: 24px 24px 0;
    text-align: left
}

.stories .wrapper .item span.job-title {
    display: block;
    text-transform: uppercase
}

.stories .wrapper .item:nth-child(3n) {
    margin-right: 0
}

.stories.team .wrapper .item h4 {
    margin-bottom: 12px
}

.banner {
    width: 100%;
    overflow: hidden
}

.banner img {
    width: 100%;
    height: auto
}

.workouts-cats {
    width: 100%;
    overflow: hidden;
    background: #b9bfc6
}

.workouts-cats .el {
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}

.workouts-cats .item {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 27px;
    background: #2f4054;
    color: #fff;
    width: 70%;
}

.workouts-cats .img-wrapper {
    flex-basis: 30%;
    overflow: hidden;
    max-height: 250px;
}

.workouts-cats .img-wrapper img {
    width: auto;
    height: 100%;
    object-fit: cover;
}

.workouts-cats .content-wrapper .el {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.workouts-cats .item h3 {
    font-size: 24px;
    line-height: 25px;
    color: #fff;
    margin: 0 0 20px;
    text-transform: uppercase
}

.inner-content {
    background: #2f4054;
    padding: 35px 0 10px;
    color: #fff;
    overflow: hidden
}

.inner-content h1, .inner-content h2, .inner-content h3, .inner-content h4, .inner-content h5, .inner-content h6 {
    color: #fff
}

.inner-content .entry-content {
    text-align: center;
    margin-bottom: 30px
}

.inner-content h1 {
    font-size: 24px;
    line-height: 25px;
    color: #fff;
    margin: 0 0 20px;
    text-transform: uppercase
}

.inner-content h2 {
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    margin: 0 0 20px
}

.inner-content h3 {
    margin: 0;
    font-size: 14px;
    color: #fff
}

.workouts {
    background: #b9bfc6;
    width: 100%;
    overflow: hidden;
}

/*.workouts .items{display:flex;display:-webkit-flex;justify-content:space-between;flex-wrap:wrap;overflow:hidden}*/


.w-wrapper {
    width: 100%;
    overflow: hidden;
    padding-top: 34px;
    background: #b9bfc6;
}

.workouts .items .wrappers {
    width: 105%;
}

.workouts .items .item {
    width: 480px;
    background: #fff;
    margin: 0 40px 40px 0; /*position:static!important*/
}

.workouts .items .item .wrapper {
    box-sizing: border-box;
    height: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    padding: 27px 27px 110px
}

.workouts .items .item h2 {
    font-size: 24px;
    line-height: 25px;
    color: #2f4054;
    margin: 0;
    text-transform: uppercase
}

.workouts .items .item h3 {
    font-size: 14px;
    line-height: 20px;
    color: #2f4054;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 22px
}

.workouts .items .item .options {
    position: absolute;
    left: 27px;
    bottom: 0
}

.workouts .items .item .options .level {
    width: 112px;
    height: 2px;
    background: #dcdfe2;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 23px 0;
    position: relative
}

.workouts .items .item .options .level span.l {
    width: 25%;
    left: 25%;
    top: 0;
    position: absolute
}

.workouts .items .item .options .level span.l:before {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #dcdfe2;
    content: '';
    top: -3px;
    left: 0
}

.workouts .items .item .options .level span.l:after {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #dcdfe2;
    content: '';
    top: -3px;
    right: -6px
}

.workouts .items .item .options .level span.r {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #dcdfe2;
    top: -3px;
    left: 70%;
    position: absolute
}

.workouts .items .item .options .level .progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    background: #b9bfc6
}

.workouts .items .item .options .level:before {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #dcdfe2;
    content: '';
    top: -3px;
    left: 0
}

.workouts .items .item .options .level:after {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #dcdfe2;
    content: '';
    top: -3px;
    right: 0
}

.workouts .filter {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px
}

.workouts .filter .ui-group {
    width: 22%
}

.workouts .filter .ui-group h3 {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 5px;
    text-transform: uppercase
}

.workouts .filter .ui-group .button-group {
    width: 100%;
    height: 40px;
    background: #fff;
    position: relative
}

.workouts .filter .ui-group .button-group span.minus {
    float: left;
    margin-left: 15px;
    width: 15px;
    text-align: center
}

.workouts .filter .ui-group .button-group span.plus {
    float: right;
    margin-right: 15px;
    width: 15px;
    text-align: center
}

.workouts .filter .ui-group .button-group span.plus, .workouts .filter .ui-group .button-group span.minus {
    line-height: 40px;
    color: #2b2c2b;
    cursor: pointer;
    font-weight: 700
}

.workouts .filter .ui-group .button-group .button {
    text-transform: uppercase;
    font-size: 14px;
    color: #2f4054;
    background: none;
    border: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    display: none
}

.workouts .filter .ui-group .button-group .button.is-checked {
    display: block
}

.workouts .items .item .options .level.l-1:before, .workouts .items .item .options .level.l-2:before, .workouts .items .item .options .level.l-3:before, .workouts .items .item .options .level.l-4:before, .workouts .items .item .options .level.l-5:before, .workouts .items .item .options .level.l-5:after {
    background: #b9bfc6
}

.workouts .items .item .options .level.l-2 span.l:before, .workouts .items .item .options .level.l-3 span.l:before, .workouts .items .item .options .level.l-4 span.l:before, .workouts .items .item .options .level.l-5 span.l:before {
    background: #b9bfc6
}

.workouts .items .item .options .level.l-3 span.l:after, .workouts .items .item .options .level.l-4 span.l:after, .workouts .items .item .options .level.l-5 span.l:after {
    background: #b9bfc6
}

.workouts .items .item .options .level.l-4 span.r, .workouts .items .item .options .level.l-5 span.r {
    background: #b9bfc6
}

.workouts .items .item .options .level.l-2 .progress-bar {
    width: 25%
}

.workouts .items .item .options .level.l-3 .progress-bar {
    width: 50%
}

.workouts .items .item .options .level.l-4 .progress-bar {
    width: 75%
}

.workouts .items .item .options .level.l-5 .progress-bar {
    width: 100%
}

.workouts .items .item .options strong {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #b9bfc6;
    font-weight: 700;
    text-transform: uppercase;
    margin: -7px 0 0
}

.content-hold {
    width: 100%;
    float: none;
}

.content-hold.side {
    width: 65%;
    float: left
}

.locations {
    width: 100%;
    padding: 40px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.locations .item {
    width: 22%;
    margin-bottom: 40px
}

.locations .item a {
    color: #2f4054;
    text-decoration: none;
    font-weight: 700
}

.locations .item a.tel {
    display: block;
    margin-bottom: 14px
}

.locations .item a:hover {
    color: #16bed4
}

.locations .item h2 {
    font-size: 20px;
    color: #2f4054;
    margin: 0 0 10px;
    text-transform: uppercase;
    text-align: left
}

.locations .item address {
    font-style: normal;
    display: block;
    margin: 0 0 15px;
    font-weight: 700
}

.locations .item a.btn {
    margin-bottom: 30px
}

.locations .item .buttons {
    border-top: 1px solid #b9bfc6;
    padding: 10px 0 0
}

.locations .item .buttons a {
    color: #16bed4;
    font-weight: 700;
    text-decoration: none
}

.locations .item .buttons span.coming-soon {
    float: right;
    font-size: 14px
}

.locations .item .buttons a.more {
    float: right
}

.locations .item .buttons a:hover {
    color: #2f4054
}

#pricing {
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding: 20px 0 30px
}

#pricing .row {
    width: 100%;
    overflow: hidden;
    margin: 0 0 45px
}

#pricing .row h3 {
    text-align: center;
    font-size: 24px;
    color: #2f4054;
    margin: 0 0 20px;
    text-transform: uppercase
}

#pricing .price-items {
    display: flex;
    display: -webkit-flex;
    justify-content: space-around
}

#pricing .price-items table {
    margin-bottom: 22px
}

#pricing .price-items .item {
    background: #b9bfc6;
    flex-grow: 1;
    flex-basis: 0;
    margin: 0 20px;
    padding: 20px 20px 65px;
    text-align: center;
    position: relative
}

#pricing .price-items .item p.s-title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #2f4054
}

#pricing .price-items .item strong.price {
    display: block;
    text-align: center
}

#pricing .price-items .item strong.price span {
    display: inline-block;
    vertical-align: top
}

#pricing .price-items .item strong.price span.currency {
    font-weight: 400;
    font-size: 23px;
    margin: 9px 5px 0 0
}

#pricing .price-items .item strong.price span.price {
    font-size: 54px
}

#pricing .price-items .item strong.price span.per {
    vertical-align: bottom;
    font-size: 23px;
    vertical-align: bottom;
    margin: 0 0 10px 5px;
    font-weight: 400
}

#pricing .price-items .item .single-price {
    margin-bottom: 15px
}

#pricing .price-items .item .month {
    display: flex;
    margin-bottom: 15px;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between
}

#pricing .price-items .item .month span.price {
    font-size: 40px !important
}

#pricing .price-items .item .month span.term {
    font-weight: 700
}

#pricing .price-items .item .month span.term strong {
    display: block;
    font-size: 22px
}

#pricing .price-items .item .month span.per {
    margin-bottom: 5px !important
}

#pricing .price-items .item a.btn {
    padding: 15px 10px;
    display: block;
    text-align: center;
    font-weight: 700;
    color: #fff;
    background: #2f4054;
    border: none;
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

#pricing .price-items .item a.btn:hover {
    background: #00bed4
}

#pricing .price-items .item.light-blue a.btn:hover {
    background: #b9bfc6
}

#pricing .price-items .item p {
    font-size: 13px;
    line-height: normal
}

#pricing .price-items .item img {
    width: calc(100% + 40px);
    height: auto;
    margin: -20px 0 20px -20px
}

#pricing .price-items .item.blue {
    background: #2f4054
}

#pricing .price-items .item.blue p.s-title {
    color: #fff
}

#pricing .price-items .item.blue a.btn {
    background: #00bed4
}

#pricing .price-items .item.blue a.btn:hover {
    background: #b9bfc6
}

#pricing .price-items .item.light-blue {
    background: #00bed4
}

#blocks {
    width: 100%;
    overflow: hidden;
    padding: 40px 0
}

#blocks .item {
    width: 100%;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    margin-bottom: 40px
}

#blocks .item h3 {
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 10px
}

#blocks .item .img-wrappper {
    height: 200px;
    width: 205px;
    margin-right: 40px;
    overflow: hidden;
    float: left;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 4px solid #16bed4;
    flex-basis: 200px
}

#blocks .item .img-wrappper img {
    height: 260px;
    width: auto
}

#blocks .item .text-wrapper {
    overflow: hidden;
    flex-basis: 200px;
    flex-grow: 2
}

.promo-box {
    width: 100%;
    overflow: hidden;
    margin: 40px 0 0
}

.promo-box .box {
    width: 100%;
    overflow: hidden;
    background: #38404a;
    position: relative
}

.promo-box .box img {
    width: 100%;
    height: auto
}

.promo-box .btn-hold {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 37%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center
}

.promo-box .btn-hold a.btn {
    position: relative;
    z-index: 20;
    background: #fff !important;
    color: #38404a !important
}

.promo-box .btn-hold a.btn:hover {
    background: #bbbfc4 !important;
    color: #fff !important
}

.promo-box .btn-hold:after {
    height: 185%;
    width: 200%;
    background: #38404a;
    content: '';
    position: absolute;
    right: -190px;
    top: 0;
    transform: rotate(-46deg)
}

.prices-table {
    width: 100%;
    overflow: hidden;
    padding: 40px 0 0
}

.prices-table h2 {
    font-size: 24px;
    color: #2f4054;
    margin: 0 0 28px;
    text-transform: uppercase;
    text-align: center
}

.prices-table .wrapper {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.prices-table .wrapper .table-box {
    width: 47%;
    background: #bbbfc4;
    margin-bottom: 40px;
    padding: 26px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.prices-table .wrapper .table-box h3 {
    font-size: 24px;
    color: #2f4054;
    text-transform: uppercase;
    margin: 0 0 24px
}

table {
    border-collapse: collapse;
    border: none;
    width: 100%;
    border-bottom: 1px solid #38404a;
    color: #2f4054
}

table td {
    border: solid #38404a;
    border-width: 1px 0 0 1px;
    padding: 9px 0;
    vertical-align: middle
}

table td:first-child {
    border-left: none;
    text-align: left;
    padding-left: 15px
}

table td:last-child, table td:nth-child(2) {
    width: 100px
}

#content {
    float: left;
    overflow: hidden;
    padding: 0 0 20px;
    width: 550px
}

#content ul {
    list-style: disc;
    margin: 0 0 1em 18px
}

#content ol {
    list-style: decimal;
    margin: 0 0 1em 22px
}

#content .post {
    border-bottom: 1px solid #CCC;
    margin: 0 0 25px
}

#content .post .meta {
    font-style: italic
}

#content .post h1 {
    border: 0;
    margin: 0
}

#content .sticky {
    background: #f5efca
}

#content #prev-next {
    list-style: none
}

#content #prev-next #prev {
    float: left
}

#content #prev-next #next {
    float: right
}

#sidebar {
    width: 30%;
    float: right
}

#sidebar .prices {
    width: 100%;
    overflow: hidden
}

#sidebar .prices .item {
    background: #00bed4;
    padding: 20px;
    text-align: center
}

#sidebar .prices .item p.s-title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #2f4054
}

#sidebar .prices .item span.currency {
    font-weight: 400;
    font-size: 23px;
    margin: 9px 5px 0 0;
    display: inline-block;
    vertical-align: top
}

#sidebar .prices .item span.price {
    font-size: 54px;
    font-weight: 700
}

#sidebar .prices .item a.btn {
    padding: 15px 10px;
    display: block;
    text-align: center;
    font-weight: 700;
    color: #fff;
    background: #2f4054;
    border: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

#sidebar .prices .item a.btn:hover {
    background: #b9bfc6
}

.page-template-default .inner-content, .single-post .inner-content, .error404 .inner-content {
    background: #fff
}

.inner-content ul {
    list-style: disc;
    padding: 0 0 0 20px;
    margin: 0 0 30px
}

.inner-content ol {
    list-style: decimal;
    padding: 0 0 0 20px;
    margin: 0 0 30px
}

.inner-content ul li, .inner-content ol li {
    margin-bottom: 10px
}

.page-template-default .inner-content *, .single-post .inner-content *, .error404 .inner-content * {
    text-align: left;
    color: #2f4054
}

ul#prev-next {
    width: 100%;
    overflow: hidden
}

ul#prev-next li#prev a {
    float: left
}

ul#prev-next li#next a {
    float: right
}

ul#prev-next a {
    text-decoration: none
}

ul#prev-next a:hover {
    text-decoration: underline
}

.page-template-page-challenge .promo-box {
    margin: 0;
    background-color: #b9bfc6;
}

.page-template-page-challenge .promo-box .box {
    margin-bottom: 40px;
}

.page-template-page-challenge .promo-box .btn-hold {
    display: block;
    width: 52%;
}

.page-template-page-challenge .promo-box .text-wrapper {
    position: relative;
    z-index: 200;
    height: 100%;
    width: 100%;
    display: table;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 60px;
    color: #fff;
}

.page-template-page-challenge .promo-box .text-wrapper h3 {
    margin-bottom: 20px;
}

.page-template-page-challenge .promo-box .text-frame {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.page-template-page-challenge .promo-box .text-frame p {
    margin-bottom: 0;
}

.page-template-page-challenge .promo-box .box:nth-child(2n) .btn-hold {
    left: 0;
    right: auto
}

.page-template-page-challenge .promo-box .box:nth-child(2n) img {
    margin-left: 305px;
}

.page-template-page-challenge .promo-box .box:nth-child(2n) .btn-hold:after {
    right: auto;
    left: -190px;
    transform: rotate(46deg);
    -webkit-transform: rotate(46deg);
}


.single-locations .promo-box:nth-child(2n) .btn-hold {
    left: 0;
    right: auto
}

.single-locations .promo-box:nth-child(2n) img {
    margin-left: 305px;
}

.single-locations .promo-box:nth-child(2n) .btn-hold:after {
    right: auto;
    left: -174px;
    transform: rotate(46deg);
    -webkit-transform: rotate(46deg);
}

/* Footer */
#footer {
    width: 100%;
    overflow: hidden
}

#footer .contact-section {
    width: 100%;
    overflow: hidden;
    background: #2f4054;
    padding: 35px 0
}

#footer .contact-section ul {
    list-style: none;
    margin: 0 0 5px;
    padding: 0
}

#footer .contact-section ul li {
    width: 100%;
    overflow: hidden;
    padding: 0 0 20px;
    margin: 0
}

#footer .contact-section ul li.gfield_error input, #footer .contact-section ul li.gfield_error textarea, #footer .contact-section ul .gfield_error .ginput_container_select {
    background-color: #eb7e5d;
    color: #fff
}

#footer .contact-section ul .gfield_error .ginput_container_checkbox li > label {
    color: #eb7e5d
}

#footer .contact-section ul li.left {
    width: 47%;
    float: left
}

#footer .contact-section ul li.right {
    width: 47%;
    float: right
}

#footer .contact-section ul li.nolabel > label {
    display: none
}

#footer .contact-section ul .ginput_container_checkbox .gfield_checkbox > li {
    position: relative;
    padding: 2px 0
}

#footer .contact-section ul .ginput_container_checkbox .gfield_checkbox > li > label {
    margin: 0;
    padding-left: 30px;
    text-transform: none;
    position: relative
}

#footer .contact-section ul .ginput_container_checkbox .gfield_checkbox > li > input {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    margin: 0;
    opacity: 0
}

#footer .contact-section ul .ginput_container_checkbox .gfield_checkbox > li > label:before {
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    content: ''
}

#footer .contact-section ul .ginput_container_checkbox .gfield_checkbox > li > label:after {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #2f4054;
    content: '';
    top: 5px;
    left: 5px;
    position: absolute;
    opacity: 0
}

#footer .contact-section ul .ginput_container_checkbox .gfield_checkbox > li > input:checked + label:after {
    opacity: 1
}

#footer .contact-section input[type="submit"] {
    width: 168px;
    height: 42px;
    border: 1px solid #fff;
    font-size: 14px;
    color: #fff;
    background: none;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    transition: ease 350ms all;
    -webkit-transition: ease 350ms all
}

#footer .contact-section input[type="submit"]:hover {
    background: #fff;
    color: #2f4054
}

#footer .contact-section h4 {
    text-align: center;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 22px
}

#footer .contact-section label {
    display: block;
    font-size: 14px;
    color: #fff;
    margin: 0 0 5px;
    text-transform: uppercase
}

#footer .contact-section label span.gfield_required {
    display: none
}

#footer .contact-section input[type="text"], #footer .contact-section input[type="tel"], #footer .contact-section input[type="email"] {
    width: 100%;
    background: #fff;
    height: 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 14px;
    border: none;
    color: #2f4054;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif
}

#footer .contact-section textarea {
    width: 100%;
    height: 200px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 14px;
    resize: none;
    background: #fff;
    border: none;
    color: #2f4054;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px
}

#footer .contact-section select {
    width: 100%;
    padding: 0 14px;
    border: none;
    background: none;
    height: 40px;
    font-size: 14px;
    color: #2f4054;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px
}

#footer .contact-section .ginput_container.ginput_container_select {
    background: #fff url(assets/img/b-arrow.png) no-repeat 98% 50%
}

#footer .contact-section .gfield_description.validation_message {
    display: none
}

#footer .contact-section .gform_confirmation_message {
    color: #fff;
    font-size: 24px;
    text-align: center
}

#footer .contact-section .gform_confirmation_message .buttons {
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 30px 0 0
}

#footer .contact-section .gform_confirmation_message .buttons img {
    border-radius: 50%;
    -webkit-border-radius: 50%
}

#footer .contact-section .gform_confirmation_message .buttons a {
    display: inline-block;
    vertical-align: top
}

#footer .middle-section {
    width: 100%;
    overflow: hidden;
    padding: 30px 0 20px;
    background: #fff
}

#footer .middle-section .socials {
    width: 100%;
    text-align: center;
    margin-bottom: 25px
}

#footer .middle-section .socials a {
    display: inline-block;
    vertical-align: top;
    width: 43px;
    height: 43px;
    text-indent: -9999px;
    margin: 0 14px
}

#footer .middle-section .socials a:hover {
    opacity: .8
}

#footer .middle-section .socials a.i {
    background: url(assets/img/inst.png) no-repeat 50% 0;
    background-size: 43px auto
}

#footer .middle-section .socials a.f {
    background: url(assets/img/facebook.png) no-repeat 50% 0;
    background-size: 43px auto
}

#footer .middle-section ul.footer-menu {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase
}

#footer .middle-section ul.footer-menu li {
    display: inline-block;
    vertical-align: top;
    padding: 0 8px
}

#footer .middle-section ul.footer-menu li a {
    color: #2e4055;
    text-decoration: none
}

#footer .middle-section ul.footer-menu li a:hover {
    text-decoration: underline
}

#footer .copy {
    width: 100%;
    overflow: hidden;
    padding: 12px 0;
    background: #b9bfc6;
    text-transform: uppercase;
    text-align: center;
    color: #2e4055;
    line-height: 14px
}

#footer .copy a {
    color: #2e4055;
    text-decoration: none
}

#footer .copy a:hover {
    text-decoration: underline
}

#footer .copy p {
    margin: 0
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

img.alignright {
    display: inline;
    margin: 0 0 2px 7px;
    padding: 4px
}

img.alignleft {
    display: inline;
    margin: 0 7px 2px 0;
    padding: 4px
}

.alignright {
    float: right
}

.alignleft {
    float: left
}

.blog #main-wrapper .content-wrapper {
    padding-top: 40px
}

.blog article {
    width: 100%;
    overflow: hidden;
    margin: 0 0 40px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-around
}

.blog article img {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 250px
}

.blog article h2 {
    text-transform: uppercase;
    margin: 0 0 20px
}

.blog article h2 a {
    color: #2f4054;
    text-decoration: none
}

.blog article h2 a:hover {
    color: #16bed4;
    text-decoration: none
}

span.mobile-btn {
    display: none
}

.gform_description {
    text-align: center;
    color: #fff;
    display: block;
    margin: 0 0 40px
}

.blog img.attachment-blog {
    max-width: 250px;
    height: auto;
    float: left;
    margin: 0 25px 0 0
}


/* Faq's*/

.faq {
    width: 100%;
    overflow: hidden;
    background: #fff;
    color: #2f4054;
    padding: 40px 0;
}

.faq .item {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #b9bfc6;
    margin-bottom: -1px;
}

.faq h3 {
    padding: 20px 0;
    font-size: 20px;
    border-top: 1px solid #b9bfc6;
    color: #2f4054;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    float: left;
    width: 100%;
    cursor: pointer;
    transition: ease color 350ms;
    -webkit-transition: ease color 350ms;
}

.faq h3:hover {
    color: #00bed4;
}

.faq h3:after {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    content: '+';
}

.faq h3.active:after {
    content: '-';
}

.faq .text-wrapper {
    display: none;
    margin: 10px 0;
    width: 100%;
    float: left;
}

#footer .contact-section h4 {
    margin-bottom: 0;
}

#footer .contact-section ul li#field_1_6 {
    padding-bottom: 12px;
}

/* Responsive */

@media screen and (max-width: 1020px) {
    .content-wrapper {
        width: auto;
        padding-left: 20px;
        padding-right: 20px
    }

    .images .item {
        align-items: flex-start
    }

    .images .item .img-wrapper {
        overflow: hidden
    }

    .images .item .text-wrapper {
        padding-top: 0
    }

    .images .item:first-child .text-wrapper {
        padding-top: 26px
    }

    .images .item .text-wrapper a.btn {
        margin-top: 10px
    }

    .promo-box .btn-hold::after {
        right: -150px
    }

    .locations .item {
        width: 44%;
        margin-bottom: 40px
    }

    .workouts .items .item {
        width: 45%;
        margin-right: 5%;
    }

    .page-template-page-challenge .promo-box .box img, .page-template-page-challenge .promo-box .box:nth-child(2n) img {
        margin: 0;
    }

    .page-template-page-challenge .promo-box .btn-hold:after {
        display: none;
    }

    .page-template-page-challenge .promo-box .btn-hold {
        padding: 40px 20px;
        position: static;
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .page-template-page-challenge .promo-box .btn-hold, .page-template-page-challenge .promo-box .btn-hold:nth-child {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 825px) {
    .promo-box .btn-hold::after {
        display: none
    }

    .promo-box .btn-hold {
        width: 60%;
        background: #2f4054
    }

    .blog article {
        display: block
    }

    .blog article .text-wrapper {
        overflow: hidden
    }
}

@media screen and (max-width: 810px) {
    #masterhead nav ul li {
        margin-left: 10px;
        margin-right: 10px
    }
}

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

    #main-wrapper .images .item {
        display: block
    }

    .images .item .text-wrapper {
        padding-top: 26px
    }

    .images .item .img-wrapper, .images .item .text-wrapper {
        width: 100%
    }

    .stories .wrapper {
        display: block
    }

    .stories .wrapper .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0
    }


    #footer .middle-section ul.footer-menu li {
        display: block;
        margin-bottom: 12px
    }

    #footer .contact-section ul li.left, #footer .contact-section ul li.right {
        float: none;
        width: 100%
    }

    span.mobile-btn {
        display: block;
        float: right;
        width: 25px;
        height: 21px;
        background: url(assets/img/nav-btn.png) no-repeat 0 0;
        background-size: 25px auto;
        text-indent: -9999px;
        margin: 11px 0 0;
        cursor: pointer;
        z-index: 200;
        position: relative
    }

    #masterhead {
        position: relative;
        overflow: visible;
        z-index: 200
    }

    #masterhead .header-top #logo {
        float: left
    }

    #masterhead nav {
        background: #2f4054;
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        height: 100vh
    }

    #masterhead nav .mobile-wrapper {
        height: 100%;
        position: absolute;
        top: 60px;
        left: 0;
        height: 100%
    }

    #masterhead nav ul {
        text-align: left;
        overflow: auto;
        height: 100%
    }

    #masterhead nav ul li {
        display: block
    }

    #masterhead nav ul li a {
        color: #fff;
        font-size: 35px;
        font-weight: 700;
        line-height: 32px;
        display: inline-block
    }

    #masterhead nav ul li a:after {
        background: #fff
    }

    #masterhead nav ul li {
        margin-bottom: 30px
    }

    span.mobile-btn.active {
        background: url(assets/img/close-btn.png) no-repeat 50% 50%;
        background-size: 21px auto;
        position: fixed;
        top: 15px;
        right: 20px
    }

    .logged-in span.mobile-btn.active {
        top: 60px
    }

    .workouts .items .item {
        width: 100%
    }

    .workouts .items {
        display: block
    }

    .locations {
        display: block
    }

    .locations .item {
        width: 100%;
        margin-bottom: 40px
    }

    #pricing .price-items {
        display: block
    }

    #pricing .price-items .item {
        margin-bottom: 30px
    }

    #pricing .row {
        margin-bottom: 0
    }

    #pricing .price-items .item {
        margin-left: 0;
        margin-right: 0
    }

    .content-hold.side {
        float: none;
        width: 100%
    }

    #sidebar {
        width: 100%;
        float: none
    }

    #masterhead nav {
        top: 0
    }

    .logged-in #masterhead nav {
        top: 0
    }

    body.activated {
        overflow: hidden
    }

    .prices-table .wrapper .table-box {
        width: 100%
    }

    #masterhead nav ul li a:hover:after {
        display: none
    }

    .workouts .filter {
        display: block
    }

    .workouts .filter .ui-group {
        width: 100%;
        margin-bottom: 30px
    }

    .workouts .items .wrappers {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    #blocks .item {
        display: block
    }

    .blog img.attachment-blog {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin-bottom: 30px;
        float: none
    }

    .promo-box a.btn {
        margin-left: 20px;
        margin-right: 20px;
        display: block;
        width: 100%;
        text-align: center;
    }

    .promo-box:nth-child(2n) img {
        margin-left: 0 !important;
    }

    .workouts-cats .content-wrapper .el {
        flex-wrap: wrap;
    }

    .workouts-cats .content-wrapper .el .item {
        width: 100%;
        order: 2;
    }

    .workouts-cats .img-wrapper {
        width: 100%;
        order: 1;
        flex-basis: 100%;
    }
}

@media screen and (max-width: 480px) {
    #blocks .item .img-wrappper {
        height: 100px;
        width: 100px
    }

    #blocks .item .img-wrappper img {
        height: 125px
    }

    #blocks {
        padding: 0
    }

    #blocks .item {
        margin-bottom: 25px
    }

    table td:last-child, table td:nth-child(2) {
        width: 70px
    }

    table td:first-child {
        padding-left: 0;
        text-align: center
    }

    .page-template-page-challenge .promo-box .text-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

    .page-template-page-challenge .inner-content {
        margin-bottom: 20px;
    }
}

#gform_1 #field_1_10,
#gform_1 #field_1_10 input {
    display: none;
}

.swiper {
    position: relative;
}

.swiper .overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: url(assets/img/img-noise.png) 50% 50%;
    opacity: 0.3;
}

.swiper-slide video {
    display: block;
}

.swiper-slide.has-video picture {
    display: none;
}

@media screen and (max-width: 768px) {
    .swiper-slide video {
        display: none;
    }
    .swiper-slide.has-video picture {
        display: block;
    }
}

.swiper-slide .flex-wrapper {
    position: absolute;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-slide .text-wrapper {
    display: flex;
    flex-direction: column;
    z-index: 2;
}

.swiper-slide .text-wrapper p {
    font: bold 50px/45px Montserrat, Sans-Serif;
    color: #fff;
    margin: 0 0 35px;
    padding: 0 15px;
    text-transform: uppercase;
}

.swiper-slide .text-wrapper .buttons {
    text-align: center;
}

.swiper-slide .text-wrapper .buttons a {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    min-width: 305px;
    padding: 14px;
    border: 2px solid #fff;
    margin: 0 12px;
    text-decoration: none;
    text-transform: uppercase;
    transition: ease 350ms all;
    -webkit-transition: ease 350ms all;
}

.swiper-slide .text-wrapper .buttons a:hover {
    background: #fff;
    color: #2f4054
}

.swiper-slide picture {
    position: relative;
}

.swiper-pagination {
    z-index: 3;
    width: 100%;
    bottom: 10px;
}

.swiper-pagination-bullet {
    opacity: 1;
    margin: 3px;
    background: #b9bfc6;
}

.swiper-pagination-bullet-active {
    background: #2f4054;
}

@media screen and (max-width: 768px) {
    .swiper-slide .text-wrapper {
        margin: 15px;
    }

    .swiper-slide .text-wrapper .buttons a:first-child {
        margin-bottom: 25px;
    }

    .swiper-slide .text-wrapper .buttons a {
        width: unset;
    }
}

@media screen and (max-width: 400px) {
    .swiper-slide .text-wrapper p {
        font: bold 30px/25px Montserrat, Sans-Serif;
        margin: 0 0 15px;
        line-height: 30px;
    }

    .swiper-slide .text-wrapper .buttons a {
        padding: 12px;
        font-size: 16px;
        min-width: 280px;
    }
}
