﻿
@charset "UTF-8";

@font-face {
    font-family: "gymbreaker-font";
    src: url("../fonts/gymbreaker-font.eot");
    src: url("../fonts/gymbreaker-font.eot?#iefix") format("embedded-opentype"), url("../fonts/gymbreaker-font.woff") format("woff"), url("../fonts/gymbreaker-font.ttf") format("truetype"), url("../fonts/gymbreaker-font.svg#gymbreaker-font") format("svg");
    font-weight: normal;
    font-style: normal;
}

@import url(https://fonts.googleapis.com/css?family=lato);

[data-icon]:before {
    font-family: "gymbreaker-font" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"] {
    display: inline-block;
}

    [class^="icon-"]:before,
    [class*=" icon-"]:before {
        font-family: "gymbreaker-font" !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        vertical-align: middle;
    }

.icon-clock:before {
    content: "a";
}

.icon-check:before {
    content: "c";
}

.icon-bloom:before {
    content: "d";
}

.icon-calendar:before {
    content: "e";
}

.icon-cancel:before {
    content: "f";
}

.icon-coins:before {
    content: "g";
}

.icon-comment:before {
    content: "h";
}

.icon-fat:before {
    content: "i";
}

.icon-gym-2:before {
    content: "j";
}

.icon-gym-1-1:before {
    content: "k";
}

.icon-info:before {
    content: "l";
}

.icon-jump:before {
    content: "m";
}

.icon-like:before {
    content: "n";
}

.icon-muscle:before {
    content: "o";
}

.icon-palm:before {
    content: "p";
}

.icon-plus:before {
    content: "q";
}

.icon-prohibition:before {
    content: "r";
}

.icon-user:before {
    content: "s";
}

.icon-weight-lifting:before {
    content: "t";
}

.icon-woman:before {
    content: "u";
}

.icon-yoga:before {
    content: "v";
}

@font-face {
    font-family: satisfaction;
    src: url('../fonts/satisfaction.ttf');
}

body {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-family: lato;
    overflow-x: hidden;
}

a {
    cursor: pointer;
}

img {
    max-width: 100%;
}

.main-heading {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

    .main-heading h1 {
        color: #000;
        font-size: 24px;
        text-transform: capitalize;
        margin-bottom: 3px;
        font-family: 'Raleway', sans-serif;
    }

    .main-heading hr:nth-child(2) {
        margin: 1px auto;
        width: 100px;
    }

    .main-heading hr:nth-child(3) {
        margin: 0px auto;
        width: 80px;
    }

    .main-heading.left {
        text-align: left;
    }

        .main-heading.left hr:nth-child(2) {
            position: absolute;
            left: 0px;
        }

        .main-heading.left hr:nth-child(3) {
            position: absolute;
            left: 0px;
            margin-top: 4px;
        }

    .main-heading.right {
        text-align: right;
    }

        .main-heading.right hr:nth-child(2) {
            position: absolute;
            right: 0px;
        }

        .main-heading.right hr:nth-child(3) {
            position: absolute;
            right: 0px;
            margin-top: 4px;
        }

.col-md-12 {
    float: left;
    width: 100%;
}

.location {
    padding: 26px 0px;
    text-align: right;
    background: url(../images/location-back.png);
}

    .location p:before {
        font-weight: normal;
    }

.line:before {
    content: '';
    position: absolute;
    transform: skewx(-35deg);
    -webkit-transform: skewx(-35deg);
    -ms-transform: skewx(-35deg);
    -o-transform: skewx(-35deg);
    -mox-transform: skewx(-35deg);
    top: 0px;
    bottom: 0px;
    left: -20px;
    width: 3px;
}

.line:after {
    content: '';
    position: absolute;
    transform: skewx(-35deg);
    -webkit-transform: skewx(-35deg);
    -moz-transform: skewx(-35deg);
    -ms-transform: skewx(-35deg);
    -o-transform: skewx(-35deg);
    top: 0px;
    bottom: 0px;
    left: -15px;
    right: -100%;
    z-index: -1;
}

.short-line {
    color: #fff;
    position: relative;
    padding: 13px 25px;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    z-index: 999;
    border: 0px solid transparent;
    /*font-weight: bold;*/
}

    .short-line:before {
        content: '';
        position: absolute;
        transform: skewx(-30deg);
        -webkit-transform: skewx(-30deg);
        -moz-transform: skewx(-30deg);
        -ms-transform: skewx(-30deg);
        -o-transform: skewx(-30deg);
        top: 0px;
        bottom: 0px;
        right: -19%;
        width: 3px;
    }

    .short-line:after {
        content: '';
        position: absolute;
        transform: skewx(-30deg);
        -webkit-transform: skewx(-30deg);
        -moz-transform: skewx(-30deg);
        -ms-transform: skewx(-30deg);
        -o-transform: skewx(-30deg);
        top: 0px;
        bottom: 0px;
        right: -15%;
        width: 70%;
        z-index: -1;
    }

    .short-line:hover, .short-line:hover:before, .short-line:hover:after {
        background: #181818;
        color: #fff;
        text-decoration: none;
    }

    .short-line:focus {
        color: #fff;
        text-decoration: none;
    }

.header-top {
    float: left;
    width: 100%;
    overflow: hidden;
}

.header {
    float: left;
    width: 100%;
}

.v2 .header {
    border-top: 0px solid transparent;
}

@media (max-width: 400px) {
    .header {
        zoom: .84;
    }
}

@media (max-width: 340px) {
    .header {
        zoom: .7;
    }
}

.right-side {
    float: left;
    width: 100%;
    color: #fff;
    padding: 12px 0px 17px 0px;
    position: relative;
    z-index: 9999;
    font-size: 12px;
}

    .right-side p {
        float: left;
        margin: 0px;
    }

        .right-side p i {
            padding: 0px 5px;
        }

.v2 .header .header-bottom {
    background: #181818;
}

.navbar-default {
    float: left;
    width: 100%;
    background-color: transparent;
    border-color: transparent;
}

    .navbar-default .navbar-nav > li > a {
        color: #181818;
        text-transform: uppercase;
        padding: 12px 22px;
        font-size: 14px;
    }

.v2 .header-top {
    background: #111;
    padding: 10px 0px;
}

    .v2 .header-top .header-links {
        float: left;
        width: 100%;
        margin: 0px;
        padding: 7px 0px;
    }

        .v2 .header-top .header-links li {
            float: left;
            list-style: none;
        }

            .v2 .header-top .header-links li a {
                float: left;
                padding: 0px 5px;
                color: #565656;
                text-transform: capitalize;
                line-height: 12px;
            }

    .v2 .header-top ul li:not(:last-child) a {
        border-right: 1px solid;
    }

.v2 .navbar-default .navbar-nav > li:not(.active) > a:not(:hover) {
    color: #fff;
}

.search {
    float: left;
}

@media (min-width: 1200px) {
    .search {
        margin-left: 20px;
    }
}

.search input {
    float: left;
    background: #1b1b1b;
    border: 0px;
    border-radius: 5px;
    color: #737373;
    padding: 5px 15px;
    font-size: 12px;
    min-width: 270px;
}

    .search input::-webkit-input-placeholder {
        color: #3c3c3c;
    }

.v2 .cart {
    float: left;
    color: #878787;
    padding: 3px 10px;
}

.social-btns {
    float: right;
    padding: 0px;
    margin: 0px;
}

    .social-btns li {
        float: left;
        list-style: none;
    }

        .social-btns li a {
            float: left;
            width: 25px;
            height: 25px;
            line-height: 26px;
            text-align: center;
            color: #5e5e5e;
            background: #313131;
            border-right: 0px !important;
            margin-left: 5px !important;
            margin: 1px 0px;
        }

            .social-btns li a:hover {
                color: #fff;
            }

.search i {
    margin-left: -25px;
    padding-top: 6px;
    color: #3a3838;
}

header {
    float: left;
    width: 100%;
    position: relative;
    z-index: 9999;
}

.header-info {
    margin-top: 30px;
    border-bottom: 1px solid #262626;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 12px;
}

.header p {
    color: #fff;
    float: left;
    margin-bottom: 0px;
}

.v2 .header p {
    color: #777777;
}

.header-info p.time {
    float: right;
}

@media (min-width: 992px) {
    .v2 .navbar-brand {
        padding-top: 8px;
        margin-top: -3px;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .navbar-default .navbar-nav > li > a {
        padding: 12px 15px;
    }
}

@media (max-width: 992px) {
    .navbar-default .navbar-nav > li > a {
        padding: 12px 8px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .header nav {
        zoom: .86;
    }
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: rgba(231, 231, 231, 0);
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: rgba(245, 245, 245, 0);
}

.navbar-default .navbar-toggle {
    margin-top: 18px;
    margin-bottom: 0px;
}

@media (min-width: 768px) {
    .navbar-collapse {
        padding-right: 0px;
    }
}

.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #181818;
}

.v2 .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
}

@media (min-width: 768px) {
    .navbar-right {
        margin-top: 13px;
    }

    .v2 .navbar-right {
        margin-top: 0px;
    }
}

@media (min-width: 768px) {
    .v2 .navbar-right .dropdown-menu {
        background: #181818;
    }

    .navbar-right .dropdown-menu {
        left: -20%;
        border: 0px solid transparent;
        padding: 10px 25px;
        min-width: 240px;
        border-radius: 0px;
        box-shadow: 1px 3px 2px rgba(0,0,0,0.1);
    }

        .navbar-right .dropdown-menu:before {
            content: "";
            position: absolute;
            top: 1px;
            left: 0px;
            right: 20%;
        }

    .v2 .navbar-right .dropdown-menu:before {
        top: 2px;
    }

    .v2 .navbar-right .dropdown-menu a {
        border-bottom-color: #777;
    }
}

@media (max-width: 768px) {
    .navbar-right .dropdown-menu {
        right: -35%;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        text-align: center;
    }
}

.navbar {
    margin-bottom: 12px;
}

.navbar-header {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .v2 .navbar {
        margin-bottom: 5px;
    }
}

@media (min-width: 992px) {
    .navbar-brand > img {
        margin-top: -60px;
    }
}

.navbar-brand {
    padding-left: 0px;
}

@media (min-width: 68px) and (max-width: 992px) {
    .navbar-brand > img {
        margin-top: -45px;
    }
}

.navbar-right li:first-child a {
    padding-left: 0px;
}

.navbar-right li:last-child a {
    padding-right: 0px;
}

.dropdown-menu li a {
    padding: 8px 2px !important;
    border-bottom: 1px solid #f5f5f5;
    font-size: 13px;
    color: #171c22;
}

.dropdown-menu li:last-child a {
    border-bottom: 0px solid transparent;
}

.content {
    float: left;
    width: 100%;
    overflow: hidden;
}

.owl-wrapper-outer {
    overflow: hidden;
}

.slider {
    float: left;
    width: 100%;
    background: url(../images/slider-back.png);
    padding: 10px 0px;
    position: relative;
}

    .slider a.next, .slider a.prev {
        position: absolute;
        top: 50%;
        height: 7em;
        margin-top: -3.5em;
        width: 5em;
        z-index: 60;
    }

    .slider a.next {
        right: 1%;
    }

    .slider a.prev {
        left: 1%;
    }

        .slider a.next span i:after,
        .slider a.next span i:before,
        .slider a.prev span i:after,
        .slider a.prev span i:before {
            content: '';
            position: absolute;
            width: 85%;
            height: .2em;
            background: #d9d9d9;
            top: 3.2em;
            -webkit-transition: .3s all ease-in-out;
            transition: .3s all ease-in-out;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            outline: 1px solid transparent;
        }

        .slider a.next span i:after,
        .slider a.prev span i:after {
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .slider a.next span i:before,
        .slider a.prev span i:before {
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .slider a.prev span i:after,
        .slider a.prev span i:before {
            -webkit-transform-origin: 0 0;
            -ms-transform-origin: 0 0;
            transform-origin: 0 0;
            left: 1em;
        }

    .slider a.next span i:after,
    .slider a.next span i:before {
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
        right: 1em;
    }

    .slider a.prev:hover span i:after,
    .slider a.prev:hover span i:before,
    .slider a.next:hover span i:after,
    .slider a.next:hover span i:before {
        width: 85%;
    }

    .slider .details {
        margin-top: 120px;
        text-align: center;
    }

    .slider .name {
        font-size: 40px;
        font-family: Satisfaction;
        line-height: 85px !important;
    }

    .slider .heading {
        font-size: 145px;
        text-transform: uppercase;
        line-height: 120px;
        margin-bottom: 0;
        min-width: 550px;
    }

        .slider .heading .live {
            float: left;
            font-size: 145px;
        }

        .slider .heading .fit {
            color: #181818;
            float: left;
            font-size: 145px;
        }

    .slider .short-line {
        text-indent: 15px;
        padding: 13px 20px;
    }

    .slider .training {
        float: left;
        width: 100%;
        font-size: 30px;
        color: #181818 !important;
        text-transform: uppercase;
        letter-spacing: 13px;
        padding-left: 14px;
        text-align: left;
    }

.v3 .slider .training {
    color: #fff !important;
}

.slider .details .short-line {
    margin-left: -30px;
    margin-top: 10px;
    font-size: 14px !important;
    line-height: 20px !important;
}

@media (max-width: 992px) {
    .slider {
        padding-bottom: 50px;
    }

        .slider .details {
            margin-top: 40px;
        }

            .slider .details h1 {
                font-size: 66px;
            }
}

@media (max-width: 768px) {
    .slider .details {
        margin-top: 20px;
    }

        .slider .details h1 {
            font-size: 48px;
        }

        .slider .details .training {
            font-size: 18px;
        }
}

.for-fix img {
    max-width: 130%;
    width: 120% !important;
    margin-top: 30px;
    margin-left: -15px;
}

.trainers {
    float: left;
    width: 100%;
    background: url(../images/trainers-back.png);
    background-size: cover;
    position: relative;
    z-index: 9999;
}

.trainer {
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .trainers {
        margin-top: -6%;
    }
}

@media (max-width: 520px) {
    .trainer .col-xs-6 {
        width: 60%;
    }
}

@media (max-width: 420px) {

    .trainer .col-xs-6 {
        width: 80%;
    }
}

.trainers .container {
    position: relative;
}

.trainer-prev {
    position: absolute !important;
    left: -7px;
    top: 42%;
    z-index: 10000;
    margin: 0px;
}

.trainer-next {
    position: absolute !important;
    right: -7px;
    top: 42%;
    z-index: 10000;
    margin: 0px;
}

.trainers .item {
    padding: 30px;
}

@media (max-width: 992px) and (min-width: 500px) {
    .trainers .item {
        padding: 50px;
    }
}

@media (max-width: 500px) {
    .trainers .item {
        padding: 10px;
    }
}

.trainer {
    float: left;
    width: 100%;
    padding: 80px 0px;
    background-color: #181818 !important;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    position: relative;
}

    .trainer:before {
        content: "";
        position: absolute;
        left: 10px;
        right: 10px;
        top: 10px;
        bottom: 10px;
        border: 5px solid rgba(255, 255, 255, .1);
    }

.trainer1 {
    background: url(../images/trainer1.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.trainer2 {
    background: url(../images/trainer2.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.trainer .main-heading {
    margin-bottom: 20px;
    font-style: italic;
    font-size: 22px;
}

.trainer1:hover {
    background-image: url(../images/trainer1-hover.png);
}

.trainer2:hover {
    background-image: url(../images/trainer2-hover.png);
}

.trainer h1 {
    color: #fff;
}

.trainer p {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 30px;
    padding-bottom: 10px;
}

.trainers .short-line {
    padding: 10px 10px 10px 25px;
    font-size: 12px;
    font-weight: normal;
}

.trainer2 .short-line {
    float: left;
    margin-left: 12%;
}

.trainer .short-line:hover, .trainer .short-line:hover:before, .trainer .short-line:hover:after {
    background: #fff;
    color: #181818;
    text-decoration: none;
}

@media (min-width: 1200px) {
    .slider {
        padding: 10px 0px 120px 0px;
    }

    .slide-links {
        margin-top: 0%;
    }
}


.class-box h3 {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    color: #181818;
}

.class-box p:not(.classes p) {
    text-transform: uppercase;
    font-size: 15px;
    color: #181818;
    min-height: 80px;
}

.classes div p:nth-child(3) {
    font-size: 15px;
    text-transform: none;
}

.class-box a {
    display: inline-block;
    position: relative;
    border-radius: 100%;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

    .class-box a:hover {
        background-image: url(../images/cp.png);
        color: #fff;
    }

    .class-box a i {
        line-height: 90px;
        width: 90px;
        display: inline-block;
        font-size: 48px;
        vertical-align: middle;
    }

.why-choose-us {
    background: #f8f8f8 url(../images/tab.png) no-repeat;
    background-position: left 25%;
    background-size: 51%;
    margin-top: 80px !important;
}

@media (max-width: 992px) {
    .why-choose-us {
        background-position: center 25%;
        background-size: 80%;
    }
}

.line-why {
    float: left;
    width: 100%;
    position: relative;
    margin-left: 5%;
    padding: 3px 0px;
    padding-top: 4px !important;
    margin-top: 10px;
}

    .line-why p {
        font-family: 'Raleway', sans-serif;
        margin: 0px;
        font-size: 15px;
        padding: 0px 6%;
        color: #fff;
        text-transform: uppercase;
        position: relative;
        z-index: 10;
        line-height: 45px;
    }

    .line-why:before, .line-why:after {
        background: #2b2b2b;
        z-index: 1;
    }

.why-details {
    float: left;
    width: 100%;
    padding-left: 5px;
    padding-bottom: 20px;
    padding-top: 10px;
}

    .why-details h2 {
        font-size: 15px;
        margin-top: 30px;
        text-transform: uppercase;
        font-weight: bold;
    }

    .why-details p {
        float: left;
        width: 100%;
        color: #181818;
        font-size: 15px;
        margin-top: 6px;
        margin-bottom: 35px;
    }

    .why-details .short-line {
        font-weight: normal;
    }

.info {
    float: left;
    width: 100%;
    background: url(../images/paralax-info.jpg);
    padding: 23px 0px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

    .info i {
        float: left;
        margin: 0px 5px 0px 0px;
        font-size: 45px;
    }

    .info h1 {
        float: left;
        font-size: 62px;
        margin: 0px;
        font-weight: 300;
    }

    .info p {
        float: left;
        color: #fff;
        font-size: 15px;
        text-transform: uppercase;
        margin: 6px 0px;
        padding: 2px 5px;
        font-weight: bold;
        line-height: 28px;
    }

.info-box {
    padding: 50px 0px 48px 0px;
    display: inline-block;
}

.programs {
    float: left;
    width: 100%;
    margin-top: 40px;
}

.program {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 70px;
}

.program-controls {
    float: left;
    width: 100%;
    text-align: center;
}

.program-prev, .program-next {
    display: inline-block;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 16px;
    line-height: 42px;
    margin: 0px 4px;
    position: relative;
    z-index: 9999;
    font-weight: normal;
    min-width: 15px;
    width: 48px;
    text-align: center;
}

    .program-prev:hover, .program-next:hover {
        background: transparent;
    }

.program-detail {
    float: left;
    background-image: url(../images/pp.png);
    background-size: cover;
    padding: 34px 20px;
    position: relative;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

    .program-detail .main-heading {
        margin-bottom: 25px;
    }

        .program-detail .main-heading hr {
            background: #fff;
            border-color: #fff;
        }

@media (min-width: 1200px) {
    .program-detail, .program-img {
        width: 50% !important;
    }
}

@media (max-width: 1200px) {
    .program-detail, .program-img {
        width: 100% !important;
    }
}

.program-detail i {
    background: #fff;
    border-radius: 100%;
    display: inline-block !important;
    font-size: 24px;
    line-height: 50px;
    width: 50px;
    text-align: center;
}

.program-img img:first-child {
    width: 100%;
}

.program .col-sm-6 {
    margin: 0px auto;
    max-width: 600px;
}

.program-detail h1 {
    color: #fff;
    font-size: 15px;
}

.program-img {
    float: left;
    position: relative;
    margin-bottom: 15px;
    cursor: pointer;
}

.program-detail p {
    color: #fff;
    font-size: 15px;
    line-height: 22px;
}

.plus {
    position: absolute;
    left: calc(50% - 35px);
    top: calc(50% - 35px);
    opacity: 0;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    width: 70px;
    line-height: 70px;
    color: #fff !important;
    font-size: 60px;
}

.program .col-sm-6:hover .program-detail {
    background: #181818 url(../images/pp.png);
}

.program .col-sm-6:hover .program-img .plus {
    opacity: 1;
}

.program .col-sm-6:hover .program-img img:first-child {
    filter: brightness(0.6);
    -webkit-filter: brightness(0.6);
    -moz-filter: brightness(0.6);
    -ms-filter: brightness(0.6);
    -o-filter: brightness(0.6);
}

.program .col-sm-6:hover i {
    color: #181818;
}

.program-dialoge {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    float: left;
    width: 100%;
    text-align: center;
    align-items: center;
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    bottom: 0px;
    background: rgba(94,217,176,0.7);
    z-index: 999999;
    padding: 10% 0px;
}

.close {
    position: fixed;
    top: 20px;
    right: 20px;
    font-size: 30px;
    color: #fff;
    opacity: 1;
    z-index: 9999;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

    .close:hover {
        color: #fff;
        opacity: 1;
        transform: rotatez(90deg) scale(1.5);
        -webkit-transform: rotatez(90deg) scale(1.5);
        -moz-transform: rotatez(90deg) scale(1.5);
        -ms-transform: rotatez(90deg) scale(1.5);
        -o-transform: rotatez(90deg) scale(1.5);
    }

.gym-images {
    float: left;
    width: 100%;
    background: #f7f7f7;
    position: relative;
    margin-top: 200px;
}

    .gym-images .col-md-12,
    .gym-images .main-heading,
    .gym-images #gym-slider {
        transform: translateY(-183px);
        -webkit-transform: translateY(-183px);
        -moz-transform: translateY(-183px);
        -ms-transform: translateY(-183px);
        -o-transform: translateY(-183px);
    }

.slider-gym {
    display: inline-block !important;
    margin: 0px 10px;
}

    .slider-gym img {
        border-radius: 100%;
        border: 5px solid #fff;
    }

@media (min-width: 430px) {
    .slider-gym img {
        margin: 0px 10px;
    }
}

@media (max-width: 500px) {
    .slider-gym {
        zoom: .7;
    }
}

@media (max-width: 400px) {
    .slider-gym {
        zoom: .6;
    }
}

.gym-slider .item {
    padding: 10px;
}

#gym-slider {
    margin-top: 20px;
    margin-bottom: -300px;
    float: left;
}

    #gym-slider .owl-wrapper-outer {
        float: left;
    }

    #gym-slider .item {
        padding: 4px;
    }

        #gym-slider .item:hover .hover, #gym-slider .item:hover .plus {
            opacity: 1;
        }

    #gym-slider .hover {
        position: absolute;
        top: 5px;
        left: 5px;
        bottom: 5px;
        right: 5px;
        background: rgba(0,0,0,0.5);
        opacity: 0;
    }

.our-pricing {
    float: left;
    width: 100%;
    background: #fff;
    margin-top: 100px !important;
}

@media(min-width: 1600px) {
    .our-pricing {
        margin-top: 200px !important;
    }
}

.box {
    margin: 0px auto;
    width: 100%;
    text-align: center;
    max-width: 330px;
    background: #f7f7f7;
    overflow: hidden;
    padding-bottom: 40px;
    margin-bottom: 30px;
}

    .box h3 {
        float: left;
        width: 100%;
        padding: 20px 27% 50px 0%;
        background-image: url(../images/pp2.png);
        position: relative;
        color: #fff;
        text-align: right;
        margin-top: 0px !important;
    }

@media (max-width: 992px) {
    .box h3 {
        padding: 20px 2% 50px 0%;
        text-align: center;
    }
}

.box h3 span {
    display: block;
    font-size: 15px;
}

.box h3:before {
    content: "";
    position: absolute;
    width: 60%;
    right: 50%;
    bottom: -17px;
    background: #f7f7f7;
    height: 43px;
    transform: rotatez(15deg);
    -webkit-transform: rotatez(15deg);
    -moz-transform: rotatez(15deg);
    -ms-transform: rotatez(15deg);
    -o-transform: rotatez(15deg);
}

.box h3:after {
    content: "";
    position: absolute;
    width: 60%;
    left: 50%;
    bottom: -17px;
    background: #f7f7f7;
    height: 43px;
    transform: rotatez(-15deg);
    -webkit-transform: rotatez(-15deg);
    -moz-transform: rotatez(-15deg);
    -ms-transform: rotatez(-15deg);
    -o-transform: rotatez(-15deg);
}

.box .price {
    position: relative;
    z-index: 9999;
    font-size: 24px;
    text-align: center;
    display: inline-block;
    margin: 0px;
    padding: 0px 19px;
    border-radius: 100%;
    background-color: #fff;
    line-height: 90px;
    font-size: 36px;
    border: 5px solid rgba(255, 255, 255, 0.5);
    margin-top: -50px;
    box-shadow: 0 0px 0px 5px rgba(255, 255, 255, 0.5);
}

    .box .price sup {
        font-size: 18px;
    }

.box .price-list {
    padding: 25px 10%;
    margin: 0px;
    float: left;
    width: 100%;
}

    .box .price-list li {
        float: left;
        width: 100%;
        padding: 8px 0px;
        border-bottom: 1px solid #efefef;
        list-style: none;
        text-align: center;
        color: #181818;
        font-size: 16px;
    }

        .box .price-list li:last-child {
            border-bottom: 0px solid transparent;
        }

.box .short-line {
    padding: 8px 10px 8px 20px;
    margin-left: -20px;
    font-weight: normal;
    font-size: 12px;
}

.box:hover h3 {
    background: #181818 url(../images/pp2.png);
}

.box:hover h4 {
    color: #181818;
}

.box:hover .short-line, .box:hover .short-line:before, .box:hover .short-line:after {
    background: #181818 !important;
    color: #fff;
    text-decoration: none;
}

    .box:hover .short-line:hover, .box:hover .short-line:hover:before, .box:hover .short-line:hover:after {
        color: #fff;
        text-decoration: none;
    }

.team {
    float: left;
    width: 100%;
    background: url(../images/home-team.jpg);
    margin-top: 50px;
    padding: 70px 0px;
    position: relative;
    overflow: hidden;
}

    .team .main-heading h1 {
    }

.links {
    padding-top: 20px;
    text-align: right;
}

@media (max-width: 992px) {
    .links {
        padding-top: 20px;
        text-align: left;
    }
}

.links .short-line {
    margin-right: 50px;
    padding: 9px 4% !important;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 12px;
}

.team .filter-button-group button {
    border: 0px solid transparent;
}

    .team .filter-button-group button:focus {
        outline: none;
    }

.team .short-line:hover, .team .short-line:hover:before, .team .short-line:hover:after {
    background: #fff;
    color: #181818;
    text-decoration: none;
}

.team .short-line.active, .team .short-line.active:before, .team .short-line.active:after {
    background: #fff;
    color: #181818;
    text-decoration: none;
}

.team .images {
    padding: 20px 0px;
}

    .team .images ul {
        float: left;
        width: 100%;
        padding: 0px;
        margin: 0px;
        text-align: center;
    }

        .team .images ul li {
            display: inline-block;
            width: 100% !important;
            text-align: center;
            overflow: hidden;
        }

            .team .images ul li img {
                width: 100%;
            }

@media (min-width: 1800px) {
    .team .images ul li .hover {
        padding: 12% 0px 0px 0px !important;
    }
}

@media (min-width: 1600px) and (max-width: 1800px) {
    .team .images ul li .hover {
        padding: 8% 0px 0px 0px !important;
    }
}

@media (min-width: 1200px) {
    .team .images ul li {
        width: 20% !important;
    }

        .team .images ul li .hover {
            padding: 0px 0px 0px 0px;
            font-family: 'Nunito Sans', sans-serif;
        }
}

@media (min-width: 1000px) and (max-width: 1200px) {
    .team .images ul li {
        width: 33.33% !important;
    }

        .team .images ul li .hover {
            padding: 12% 0px 0px 0px;
        }
}

@media (min-width: 800px) and (max-width: 1000px) {
    .team .images ul li {
        width: 33.33% !important;
    }

        .team .images ul li .hover {
            padding: 2% 0px 0px 0px;
        }
}

@media (min-width: 500px) and (max-width: 800px) {
    .team .images ul li {
        width: 50% !important;
    }

        .team .images ul li .hover {
            padding: 10% 0px 0px 0px;
        }
}

@media (min-width: 580px) and (max-width: 650px) {
    .team .images ul li .hover {
        padding: 5% 0px 0px 0px;
    }
}

@media (min-width: 500px) and (max-width: 580px) {
    .team .images ul li .hover {
        padding: 0% 0px 0px 0px;
    }
}

@media (max-width: 500px) and (min-width: 450px) {
    .team .images ul li .hover {
        padding: 17% 0px 0px 0px !important;
    }
}

@media (max-width: 450px) and (min-width: 400px) {
    .team .images ul li .hover {
        padding: 15% 0px 0px 0px !important;
    }
}

@media (max-width: 400px) and (min-width: 350px) {
    .team .images ul li .hover {
        padding: 10% 0px 0px 0px !important;
    }
}

@media (max-width: 350px) {
    .team .images ul li .hover {
        padding: 6% 0px 0px 0px !important;
    }
}

.team li:hover .hover {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -0-transform: translateY(0px);
}

.team .hover,
#team-slider .hover {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 100%;
    text-transform: capitalize;
    padding: 20px 0px 0px 0px;
    background-image: url(../images/pp.png);
    z-index: 9999;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -0-transform: translateY(100%);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

    .team .hover .main-heading,
    #team-slider .hover .main-heading {
        margin-bottom: 12px;
    }

        .team .hover .main-heading h1,
        .team .hover p,
        .team .hover i,
        #team-slider .hover .main-heading h1,
        #team-slider .hover p,
        #team-slider .hover .fa {
            font-size: 15px;
            color: #fff;
            padding: 0px 3%;
        }

        .team .hover .main-heading hr,
        #team-slider .hover .main-heading hr {
            border-color: #fff;
        }

    .team .hover a {
        color: #fff;
        text-decoration: none;
        padding: 0px 3px;
    }

.class-time {
    float: left;
    width: 100%;
    padding-top: 60px;
}

.classes {
    float: left;
    width: 100%;
    overflow: hidden;
}

    .classes ul {
        float: left;
        width: 100%;
        padding: 0px;
        margin: 0px;
        text-align: center;
    }

    .classes li {
        display: inline-block;
        text-align: center;
        min-height: 100px;
        width: 13%;
        float: left;
        padding: 0px 4px;
    }

.class-time-box {
    float: left;
    width: 100%;
    min-height: 90px;
    padding-top: 12px;
    background: #f7f7f7;
    margin: 4px 0px;
}

.classes li:first-child {
    width: 74px;
}

    .classes li:first-child p {
        min-height: 40px;
        width: 90px;
        transform: rotatez(-90deg);
        -webkit-transform: rotatez(-90deg);
        -moz-transform: rotatez(-90deg);
        -ms-transform: rotatez(-90deg);
        -o-transform: rotatez(-90deg);
        padding: 13px 0px 0px 0px;
        margin: 29px 0px;
    }

.class-time-box p:nth-child(2) {
    font-weight: 600;
}

.classes li:first-child p:first-child {
    min-height: 40px;
    width: 40px;
    margin: 4px 25px;
}

.classes li p {
    display: block;
}

    .classes li p:first-child {
        color: #fff;
        min-height: 40px;
        padding-top: 11px;
        margin-top: 4px;
        margin-bottom: 4px;
    }

.classes li img {
    display: block;
    margin: 0px auto;
}

li i.empty {
    /*transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);*/
    color: #DFDFDF;
    font-size: 42px;
    line-height: 65px;
}

.main-table ul li:not(:first-child) p.time-in-table {
    display: none;
}

@media (max-width: 1200px) and (min-width: 768px) {
    li.time-detail {
        display: none;
    }

    .classes li p {
        margin-bottom: 0px;
    }

    .main-table ul li p.time-in-table {
        display: block !important;
        margin-top: 0px;
        font-weight: normal;
    }

    .main-table li {
        width: 14.28%;
    }

    .weekly-time .class-time-box {
        display: block !important;
        padding: 10px 30px !important;
    }

    .our-classes-time .class-time-box {
        padding: 10% 15px !important;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    li.time-detail {
        display: none;
    }

    .main-table .class-time-box {
        min-height: 120px !important;
    }

    .weekly-time .class-time-box {
        display: block !important;
        padding: 20% 11px !important;
    }

    .our-classes-time .class-time-box {
        padding: 25% 0px !important;
    }
}

@media (max-width: 768px) {
    li.time-detail {
        display: none;
    }

    .main-table ul li {
        width: 100%;
    }

        .main-table ul li p.time-in-table {
            display: block !important;
            margin-top: 0px;
            font-weight: normal;
        }

    .weekly-time .class-time-box {
        display: block !important;
        padding: 0px 32px !important;
        min-height: 78px !important;
    }
}

.classes p {
    float: left;
    width: 100%;
    margin-top: 8px;
    font-size: 12px;
    text-transform: uppercase;
}

@media (max-width: 1200px) {
    .class-time-box {
        min-height: 105px;
    }
}

.class-images {
    float: left;
    width: 100%;
    padding: 30px 0px;
    position: relative;
}

.class-controls {
    position: absolute;
    top: 0px;
    padding-top: 10%;
    right: 0px;
    width: 100%;
}

    .class-controls a {
        margin: 0px 15px;
    }

.class-slider {
    position: relative;
    width: 80%;
    float: right;
}

@media (max-width: 1020px) and (min-width:768px) {
    .events {
        width: 100% !important;
    }

    .class-slider {
        width: 100%;
    }

    .class-controls {
        padding-top: 15%;
    }

    .events .main-heading {
        left: 0px !important;
        text-align: center !important;
    }

        .events .main-heading hr {
            position: relative !important;
            margin-top: 1px !important;
        }
}

@media (max-width: 768px) and (min-width: 600px) {
    .events {
        width: 100% !important;
    }

    .class-slider {
        width: 100% !important;
    }

    .class-controls {
        padding-top: 20%;
    }

    .events .main-heading {
        left: 0px !important;
        text-align: center !important;
    }

        .events .main-heading hr {
            position: relative !important;
            margin-top: 1px !important;
        }
}

@media (max-width: 600px) {
    .events {
        width: 100% !important;
    }

    .class-slider {
        width: 100% !important;
    }

    .class-controls {
        padding-top: 40%;
    }

    .events .main-heading {
        left: 0px !important;
        text-align: center !important;
    }

        .events .main-heading hr {
            position: relative !important;
            margin-top: 1px !important;
        }
}

.events .main-heading {
    position: absolute;
    left: 32%;
    top: 32%;
}

.events h1 {
    color: #fff;
}

.events hr {
    border-color: #fff !important;
}

.time-detail p {
    color: #fff;
}

.text {
    position: absolute;
    padding: 10px 0px;
    width: 100%;
    left: 0px;
    text-align: center;
    color: #fff;
    bottom: -40px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

@media (max-width: 1100px) and (min-width: 640px) {
    .text {
        bottom: -50px;
    }
}

@media (max-width: 640px) {
    .text {
        bottom: -45px;
    }
}

.events {
    float: left;
    width: 20%;
    top: auto;
    bottom: auto;
    align-items: center;
    background-image: url(../images/class/p.png);
    position: relative;
    padding: 20% 0px;
}

@media (min-width: 1020px) {
    .events {
        width: 20%;
        top: 30px;
        bottom: 30px;
        position: absolute;
        padding: 0px;
    }
}

.text h4 {
    font-weight: bold;
    font-size: 19px;
}

.text p {
    font-size: 15px;
}

.text .date {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0px 0px;
    font-size: 11px;
    margin-top: 10px;
}

@media (min-width: 1200px) {
    .text .date {
        font-size: 12px;
    }
}

.text .date i {
    padding: 0px 2px 0px 3px;
}

.class-images .item:hover .text {
    background: #181818;
    bottom: 0px;
}

.latest-post {
    float: left;
    width: 100%;
    padding: 20px 0px;
    text-align: center;
}

@media (max-width: 400px) {
    .latest-post {
        zoom: .8;
    }
}

.latest-post a {
    color: #fff;
}

latest-post .post {
    float: left;
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 10px 0px 0px 0px;
    margin-bottom: 40px;
}

.latest-post .text {
    bottom: 0px;
}

    .latest-post .text .date {
        font-size: 13px;
    }

@media (min-width: 1200px) {
    .v2 .text .date {
        font-size: 11px;
    }
}

.latest-post .text .date i {
    padding: 0px 5px 0px 15px;
}

.latest-post .text{
    background: green;
}
.latest-post .text:hover {
    background-image: url(../images/class/p.png);
    text-decoration: none;
}

.products {
    float: left;
    width: 100%;
    background: url(../images/fpp.png);
    padding: 60px 0px;
    font-weight: bold;
    background-size: cover;
    margin-top: 60px;
}

@media (min-width: 500px) {
    .products .main-heading {
        margin-bottom: -40px;
    }
}

.product-prev, .product-next {
    margin: 0px 15px;
}

#product-slider {
    float: left;
    width: 100%;
}

    #product-slider img {
        width: auto !important;
        display: inline-block;
        margin-top: 0px;
    }

.product-box {
    background: #fff;
    padding: 25px 15px;
    margin-top: 20px;
    overflow: hidden;
}

#product-slider .product-box {
    overflow: inherit;
    box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.02);
    margin-bottom: 10px;
}

.products {
    font-size: 15px;
    text-transform: uppercase;
}

    .products .rating {
        margin-bottom: 20px;
    }

.product-box a:not(.short-line):not(.btn-skew) {
    width: 100%;
    float: left;
    text-align: center;
}

.products .fa-search {
    position: relative;
    top: -130px;
    text-align: center;
    font-size: 21px;
    opacity: 0;
    color: #fff;
    display: inline-block;
    padding: 16px;
    border-radius: 100%;
    background-color: #000;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.products .item:hover .fa-search {
    opacity: 1;
}

.products .item:hover a img {
    opacity: .6;
}

.products i:not(*[class*=angle]) {
    padding: 0px 1px;
    color: #e1e1e1;
}

.products h1.green {
    margin-top: -12px;
    font-size: 40px;
}

.products .short-line {
    margin-left: -10%;
    margin-bottom: 30px;
}

    .products .short-line i {
        margin-top: -4px;
        font-size: 22px;
        color: #fff;
        margin-right: 2px;
    }

.body {
    float: left;
    width: 100%;
    padding: 46px 0px;
   
    background-position: 95% bottom;
}

@media (min-width: 1600px) {
    .body {
        background-position: 80% bottom !important;
    }
}

@media (max-width: 400px) {
    .body {
        zoom: .7;
    }
}

@media (max-width: 350px) {
    .body {
        zoom: .65;
    }
}

@media (max-width: 315px) {
    .body {
        zoom: .6;
    }
}

.body .main-heading {
    text-align: left;
}

    .body .main-heading hr:nth-child(2) {
        display: block;
        margin: 1px 0px;
    }

    .body .main-heading hr:nth-child(3) {
        float: left;
    }

.body .form {
    border: 1px solid #ebebeb;
    padding: 25px;
    background: #fff;
}

.post {
    position: relative;
}

.latest-post .post {
    overflow: hidden;
}

.body .form ul {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

    .body .form ul li {
        list-style: none;
    }

.body .form, .body form {
    float: left;
    width: 100%;
    position: relative;
    z-index: 999;
    margin-bottom: 20px;
}

.body .tabs {
    float: left;
    padding: 12px 9%;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    margin-bottom: 30px;
}

.body li.active .tabs {
    color: #181818;
    background: #f7f7f7;
}

.body .tabs:hover {
    color: #181818;
    background: #f7f7f7;
}

.body .form-group {
    font-size: 15px;
    font-weight: bold;
    text-align: right;
    float: left;
    margin-bottom: 20px;
}

.body .i {
    margin-top: 12px;
    cursor: pointer;
    position: relative;
    z-index: 9999;
    padding-left: 12px;
    float: left;
}

@media (min-width: 768px) {
    .body .form-group {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .body .form-group {
        width: 100%;
    }
}

.body .form-control {
    box-shadow: 0px 0px 0px transparent;
    font-size: 14px;
    width: 86%;
    float: left;
    border-radius: 0px;
    height: 40px;
    font-weight: normal;
}

    .body .form-control:focus {
        border-color: #ddd;
    }

@media (min-width: 520px) {
    .form-control.half {
        width: 40% !important;
    }
}

@media (max-width: 520px) {
    .form-control.half {
        margin-bottom: 15px;
    }
}

.body b {
    line-height: 40px;
    float: left;
    padding: 0px 10px;
}

.body .form-control::-webkit-input-placeholder {
    color: #c5c5c5;
    font-weight: normal !important;
}

.body .black::-webkit-input-placeholder {
    color: #181818;
}

.activity-info {
    position: absolute;
    padding: 10px;
    left: 100%;
    width: 68%;
    bottom: -2%;
    font-weight: bold;
    font-size: 12px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, .12);
}

    .activity-info:before {
        content: "";
        border: 14px solid transparent;
        border-right-color: #fff;
        position: absolute;
        left: -28px;
        top: 42%;
        transform: scaleY(1.2);
        -webkit-transform: scaleY(1.2);
        -moz-transform: scaleY(1.2);
        -ms-transform: scaleY(1.2);
        -o-transform: scaleY(1.2);
    }

    .activity-info:after {
        content: "";
        border: 16px solid transparent;
        border-right-color: rgba(0,0,0,0.05);
        position: absolute;
        left: -33px;
        top: 41%;
        z-index: -1;
        filter: blur(2px);
        -webkit-filter: blur(2px);
        -moz-filter: blur(2px);
        -ms-filter: blur(2px);
        -o-filter: blur(2px);
        transform: scaleY(1.2);
        -webkit-transform: scaleY(1.2);
        -moz-transform: scaleY(1.2);
        -ms-transform: scaleY(1.2);
        -o-transform: scaleY(1.2);
    }

@media (max-width: 992px) {
    .activity-info {
        width: 68%;
        max-width: 210px;
    }
}

@media (max-width: 768px) {
    .activity-info {
        left: 68%;
        bottom: 29%;
        background: #fff;
    }

        .activity-info:before {
            border-right-color: transparent;
            border-top-color: #fff;
            position: absolute;
            left: auto;
            top: auto;
            bottom: -20px;
            right: 32%;
        }
}

@media (max-width: 600px) {
    .activity-info {
        left: 60%;
    }
}

@media (max-width: 500px) {
    .activity-info {
        left: 50%;
    }
}

.body button {
    border: 0px solid transparent;
    padding: 14px 20px 14px 30px;
    font-size: 14px;
    font-weight: bold;
}

*:focus {
    outline: none !important;
}

.bird {
    float: left;
    width: 100%;
}

    .bird img {
        float: left;
        width: auto !important;
        margin-top: 8px;
        opacity: .4;
        -webkit-filter: brightness(2);
        -moz-filter: brightness(2);
        -ms-filter: brightness(2);
        -o-filter: brightness(2);
        filter: brightness(2);
    }

    .bird q, .bird p {
        float: left;
        font-size: 17px;
        padding: 10px 12px;
        color: #fff;
        margin: 0px;
        line-height: 24px;
    }

@media (min-width: 768px) {
    .bird q, .bird p {
        max-width: 60%;
    }
}

.bird q {
    font-style: italic;
}
/*.bird p {
	font-weight: bold;
}*/
footer {
    float: left;
    width: 100%;
    font-size: 15px;
    background: #181818;
    padding-top: 20px;
    font-family: 'Raleway', sans-serif;
}

    footer .footer-heading {
        float: left;
        width: 100%;
        font-size: 15px;
        margin-top: 50px;
        font-family: 'Raleway', sans-serif;
        color: #fff;
    }

.footer-menu {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

    .footer-menu li {
        float: left;
        width: 100%;
        list-style: none;
    }

        .footer-menu li a:not(.short-line) {
            float: left;
            padding: 2px 0px;
            color: #7c7c7c;
            text-decoration: none;
            text-transform: lowercase;
            font-size: 13px;
        }

.sari {
    color: #f2bc43;
}

footer .short-line {
    padding: 9px 10px 9px 20px;
    font-size: 12px;
}

    footer .short-line:hover, footer .short-line:hover:before, footer .short-line:hover:after {
        background: #fff;
        color: #181818;
        text-decoration: none;
    }

.footer-menu li a:not(.fa):not(.short-line):before {
    content: '›';
    font-size: 23px;
    margin-right: 8px;
}

.footer-menu li a.fa {
    padding: 9px 5px;
}

    .footer-menu li a.fa:first-child {
        padding-left: 0px;
    }

footer .posts {
    float: left;
    width: 100%;
    padding: 10px 0%;
    margin: 0px;
    text-transform: capitalize;
}

.post-col {
    padding: 0px 4%;
}

footer .post {
    float: left;
    margin: 0px;
    width: 100%;
    padding: 14px 0px 0px 0px;
}

    footer .post img {
        float: left;
    }

footer .post-img {
    position: relative;
    float: left;
}

    footer .post-img:hover i {
        opacity: 1;
        font-size: 20px;
    }

footer .post .detail {
    width: calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: -ms-calc(100% - 100px);
    width: -o-calc(100% - 100px);
    float: left;
    padding: 0px 0px 0px 15px;
}

    footer .post .detail h4 {
        margin-top: 0px;
    }

        footer .post .detail h4 a {
            color: #959595;
        }

    footer .post .detail p {
        margin: 5px 0px;
        color: #676767;
    }

footer .post .hover:hover {
    opacity: 1;
}

footer .post .hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(94, 217, 176, 0.5);
    padding: 20px;
    text-align: center;
    opacity: 0;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

    footer .post .hover img {
        width: 28px;
        float: none;
    }

footer p.date {
    color: #959595 !important;
    margin: 0px !important;
}

footer hr {
    border-color: rgba(127, 127, 127, 0.2);
    float: left;
    width: 100%;
}

footer p {
    float: left;
    width: 100%;
}

footer .col-md-3 p:nth-child(2) {
    color: #676767;
}

footer form {
    float: left;
    width: 100%;
}

footer .form-group {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

footer .form-control {
    float: left;
    width: 100%;
    border: 0px solid transparent;
    box-shadow: 0px 0px 0px transparent !important;
    border-radius: 0px;
    background: #262626;
    font-size: 12px;
}

    footer .form-control:focus {
        border: 0px solid transparent;
        box-shadow: 0px 0px 0px transparent !important;
    }

footer .submit {
    border: 0px;
    background: transparent;
    color: #181818;
    font-weight: bold;
    padding-left: 10%;
}

.footer-text {
    text-align: center;
    background: #111;
    margin: 80px 0px 0px 0px;
    padding: 20px 0px;
    font-size: 12px;
    color: #696969;
}

    .footer-text i.green {
        margin: 0px 2px;
    }

.warning h1 {
    color: #f0f0f0;
    line-height: 200px;
}

.warning h2 {
    color: #181818;
    text-transform: uppercase;
}

.warning form {
    padding: 0px 10%;
}

.warning .form-control {
    float: left;
    border-radius: 0px;
    border: 0px solid transparent;
    background: #f8f8f8;
    width: 80%;
    font-size: 14px;
    color: #ababab;
    box-shadow: 0px 0px 0px transparent;
    height: 40px;
}

.btn-404 {
    float: left;
    width: 20%;
    border-radius: 0px;
    background: #181818;
    color: #fff;
    height: 40px;
}

@media (min-width: 1200px) {
    .warning h1 {
        font-size: 250px;
    }

    .warning h2 {
        font-size: 30px;
    }

    .warning p {
        text-align: left;
        padding-left: 60px;
    }
}

@media (max-width: 1200px) {
    .warning h1 {
        font-size: 180px;
    }

    .warning h2 {
        font-size: 30px;
    }
}

@media (max-width: 470px) {
    .warning h1 {
        font-size: 120px;
    }

    .warning h2 {
        font-size: 20px;
    }

    .warning .form-control {
        width: 70%;
    }

    .btn-404 {
        width: 30%;
    }
}

.why-details h2 i {
    margin-top: -8px;
    margin-left: -8px;
}

.about-us-classes {
    padding: 80px 0px;
    background: url(../images/class-back.png) fixed;
    background-position: center;
    background-size: cover;
    position: relative;
}

    .about-us-classes *:not(a):not(i) {
        color: #fff !important;
    }

.about-weekly {
    background: url(../images/weekly-back.png) no-repeat;
    background-position: top center;
}

.class-time-box p {
    background: transparent !important;
    color: #181818 !important;
}

.class-time-box.empty {
    background: #ececec;
}

.class-time-box:not(.empty):hover {
    background: #2b2b2b !important;
}

.class-time-box:hover p {
    color: #fff !important;
}

.weekly-time .class-time-box {
    display: flex;
    align-items: center;
    padding: 0px 40px;
}

.about-team {
    padding-top: 60px;
    background: url(../images/about/about-team.png) left top no-repeat;
    text-align: center;
    position: relative;
    overflow: hidden;
    background-size: contain;
}

@media (min-width: 500px) {
    .about-team .main-heading {
        margin-bottom: -40px;
    }
}

.about-team .main-heading h1 {
    color: #fff;
}

#team-slider .hover {
    padding-top: 15% !important;
}

#team-slider .item:hover .hover {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}

.comparison .table thead tr th, .table tbody tr td {
    border: 0px solid transparent !important;
}

.comparison .table tr th:nth-child(2),
.comparison .table tr th:nth-child(3),
.comparison .table tr td:nth-child(2),
.comparison .table tr td:nth-child(3) {
    text-align: center;
}

.comparison .table th,
.comparison .table td {
    padding: 10px 35px !important;
    vertical-align: middle !important;
}

@media (max-width: 700px) {
    .comparison .table th,
    .comparison .table td {
        padding: 10px 10px !important;
    }
}

@media (max-width: 530px) {
    .comparison table {
        zoom: .8;
    }
}

@media (max-width: 440px) {
    .comparison .col-md-7 {
        padding: 0px;
    }

    .comparison table {
        zoom: .7 !important;
    }
}

.comparison .table thead tr {
    background: transparent !important;
}

.comparison .table tr:nth-child(odd) {
    background: #f7f7f7;
}

.comparison .table tr:nth-child(even) {
    background: #f3f3f3;
}

.comparison .table .icon-check {
    font-size: 16px;
}

.comparison .table .icon-cancel {
    color: #c2c2c2;
    font-size: 14px;
}

@media (min-width: 1200px) {
    .comparison .col-md-5 {
        text-align: left !important;
        transform: translateX(-50px);
        -webkit-transform: translateX(-50px);
        -moz-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        -o-transform: translateX(-50px);
    }
}

.about-body {
    background: url(../images/about/about-body.png);
    background-position: center top;
}

    .about-body .form {
        background: #fff;
        border: 0px solid transparent;
    }

@media (min-width: 992px) and (max-width: 1200px) {
    .why-choose-us .col-md-6 img.pull-right {
        margin-top: 115px;
    }

    .comparison .col-md-5 img {
        margin-top: 80px;
        transform: translateX(-30px);
        -webkit-transform: translateX(-30px);
        -moz-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        -o-transform: translateX(-30px);
    }
}

.about-team .text {
    background: rgba(0,0,0,0.5);
    box-shadow: 0 -5px 40px 20px rgba(0,0,0,0.5);
    bottom: 0px;
}

    .about-team .text h4 {
        margin-bottom: 6px;
    }

.body.blog-single-post {
    background: #e1dbde url(../images/blog-single-post/body.png) no-repeat;
    background-position: right top;
}

.blog-single-post .form {
    background: #fff;
    border: 0px solid transparent;
}

.sidebar-left {
    float: left;
    width: 100%;
}

    .sidebar-left .main-heading {
        margin-bottom: 20px;
    }

        .sidebar-left .main-heading h1 {
            font-size: 15px;
            font-weight: bold;
        }

    .sidebar-left ul {
        float: left;
        width: 100%;
        padding: 0px;
        margin: 0px;
    }

        .sidebar-left ul li {
            float: left;
            width: 100%;
            list-style: none;
            padding: 5px 0px;
        }

            .sidebar-left ul li i {
                float: left;
                padding-right: 20px;
                line-height: 18px;
                font-size: 15px;
            }

            .sidebar-left ul li a {
                float: left;
                font-size: 15px;
                color: #181818;
                text-decoration: none;
                line-height: 22px;
            }

@media (max-width: 1200px) {
    .sidebar-left ul li i {
        padding-right: 10px;
    }

    .sidebar-left ul li a {
        font-size: 13px;
    }
}

.sidebar-left ul li a:hover {
    font-weight: bold;
}

.banner {
    float: left;
    width: 100%;
}

.post-info i:before {
    vertical-align: top;
}

.blog-single-post-area p:not(.post-info) {
    font-size: 15px;
    line-height: 27px;
}

.blog-single-post-area hr {
    float: left;
    width: 100%;
    margin: 0px 0px 15px 0px;
    border-width: 2px;
    border-color: #f7f7f7;
}

.blog-single-post-area h3 {
    font-size: 15px;
    text-transform: uppercase;
}

.blog-single-post-area .article {
    padding-left: 15px;
}

    .blog-single-post-area .article i {
        padding-right: 9px;
        margin-left: -15px;
    }

.blog-single-post-area h2 {
    font-size: 18px;
    text-transform: uppercase;
}

.articles article {
    float: left;
    width: 100%;
    padding: 30px 0px;
    border-bottom: 1px solid #f7f7f7;
}

    .articles article .article-img {
        float: left;
        padding-right: 5px;
        margin-bottom: 10px;
    }

@media (max-width: 992px) {
    .articles article .col-md-6 {
        padding-left: 0px;
    }
}

.articles article:first-child {
    padding-top: 0px;
}

.articles article:last-child {
    border-bottom: 0px solid transparent;
}

.articles h3 {
    margin: 0px 0px 2px 0px;
}

    .articles h3 a {
        color: #181818;
    }

.articles .short-line {
    margin-top: 10px;
    font-size: 12px;
    padding: 10px 20px;
}

.social-btn {
    display: inline-block;
    margin: 1px;
    padding: 8px 16px;
    color: #fff;
    font-size: 12px;
}

    .social-btn:hover {
        color: #fff;
        text-decoration: none;
    }

    .social-btn i {
        float: left;
        font-size: 17px;
        padding: 0px 12px 0px 0px;
    }

.btn-fa {
    background: #305891;
}

.btn-tw {
    background: #2ca8d2;
}

.btn-go {
    background: #ce4d39;
}

.btn-pi {
    background: #c82828;
}

.btn-mo {
    background: #fc6d4c;
}

.i-plus {
    font-size: 28px !important;
    line-height: 17px;
    margin-top: -2px;
    margin-left: -5px;
}

.rate p {
    line-height: 30px;
}

.rate-btn {
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    text-align: center;
    color: #fff !important;
    margin: 1px 0px;
}

    .rate-btn:hover {
        text-decoration: none;
        color: #fff;
    }

.btn-black {
    background: #181818;
}

.points {
    float: left;
    font-size: 25px !important;
    line-height: 77px !important;
    background: url(../images/blog-single-post/points.png);
    width: 76px;
    text-align: center;
    color: #fff;
}

.vote-counter {
    max-width: 80px;
    float: right;
}

@media (max-width: 768px) {
    .votes {
        width: 100%;
        text-align: center;
    }

    .points, .vote-counter {
        display: inline-block;
        float: none;
    }

    .vote-counter {
        transform: translateY(45%);
        -webkit-transform: translateY(45%);
        -moz-transform: translateY(45%);
        -ms-transform: translateY(45%);
        -o-transform: translateY(45%);
    }

    .rate p {
        float: left;
        width: 100%;
        text-align: center;
        padding: 10px 0px !important;
        margin: 0px;
    }

    .rate-btns {
        width: 100%;
        text-align: center;
    }

    .rate {
        width: 100%;
    }

    .comment .user {
        padding: 10px 10px 0px 0px;
    }

    .author .col-xs-12 {
        padding-left: 0px;
    }

    .comment h3 {
        padding-top: 15px;
    }
}

@media (max-width: 460px) {
    .post-info span {
        float: left;
        width: 100%;
        padding: 2px 0px;
    }

        .post-info span img {
            margin-left: 0px;
        }

    .login {
        padding: 20px 15px !important;
        zoom: .9;
    }
}

.author h3 a {
    color: #181818;
}

.navigation a {
    display: inline-block;
    color: #181818;
    width: 26px;
    line-height: 20px;
    text-align: center;
    background: #ececec;
    font-size: 12px;
}

    .navigation a:hover, .navigation a:focus, .navigation a.active {
        text-decoration: none;
        color: #fff;
    }

    .navigation a:first-child {
        margin-right: 6px;
    }

    .navigation a:last-child {
        margin-left: 6px;
    }

.login {
    float: left;
    width: 100%;
    background: #f7f7f7;
    padding: 25px;
    position: relative;
    margin: 30px 0px;
}

    .login:before {
        content: "";
        position: absolute;
        top: -20px;
        left: 3%;
        border: 10px solid transparent;
        border-bottom-color: #f7f7f7;
        transform: scaleX(1.2);
        -webkit-transform: scaleX(1.2);
        -moz-transform: scaleX(1.2);
        -ms-transform: scaleX(1.2);
        -o-transform: scaleX(1.2);
    }

.commnet-on-article {
    color: #fff;
    font-size: 12px !important;
    padding: 2px 15px;
    float: left;
    text-transform: uppercase;
}

.login-box {
    height: 42px;
    padding: 12px 20px;
    border: 0px solid;
    background: #fff;
    box-shadow: 2px 2px 0px #f2f2f2;
    outline: 0;
}

.login .short-line {
    margin: 10px 0px;
    padding: 8px 30px;
    float: left;
    font-size: 12px;
    font-weight: normal;
}

.comment {
    padding: 30px 0px 20px 0px;
    border-bottom: 1px solid #f7f7f7;
}

    .comment h3 a {
        color: #181818;
    }

.border-0 {
    border-top: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
}

.comment-info {
    font-size: 12px !important;
}

    .comment-info a {
        color: #181818;
    }

.report {
    padding: 1px 10px;
    margin: 0px 10px;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
}

.sidebar-right .main-heading h1 {
    font-size: 15px;
    font-weight: bold;
}

.sidebar-right p {
    font-size: 15px;
}

.activity img {
    float: left;
    padding-right: 6%;
}

.activity p {
    float: left;
    width: 58%;
    margin-bottom: 3px;
}

.activity a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}

.sidebar-right .short-line {
    padding: 9px 25px;
    font-size: 12px;
}

@media (max-width: 1200px) {
    .activity img {
        padding-right: 5px;
        width: 60px;
    }

    .activity p {
        font-size: 13px;
        width: 56%;
    }
}

.body.blog {
    background: #e2e7eb url(../images/blog/body.png) no-repeat;
    background-position: 90% top;
}

.post .short-line {
    padding: 9px 20px;
    font-size: 12px;
    margin-top: 10px;
}

.blog .post {
    padding: 50px 0px;
    border-bottom: 2px solid #f7f7f7;
}

    .blog .post:first-child {
        padding-top: 23px;
    }

.blog h2 {
    font-size: 18px;
    text-transform: uppercase;
}

    .blog h2 a {
        color: #181818;
    }

.blog-single-post-area .post h2 a {
    color: #181818;
}

.coming {
    background: #000 url(../images/coming-soon.png);
    background-position: center top;
    padding: 50px 0px 200px 0px;
}

.soon {
    float: left;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    margin-top: 70px;
}

    .soon p {
        font-size: 24px;
        letter-spacing: 8px;
        color: #fff;
        margin: 0px;
    }

    .soon h1 {
        font-size: 90px;
        color: #fff;
        margin: 0px;
    }

.counters {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 70px;
}

.counter {
    width: 160px;
    display: inline-block;
    margin: 10px 2.5%;
}

    .counter h1 {
        margin: 0px;
        line-height: 150px;
        color: #fff;
        font-size: 70px;
        position: relative;
        z-index: 9999;
    }

        .counter h1:before {
            content: "";
            position: absolute;
            left: 0px;
            top: 0px;
            right: 0px;
            bottom: 0px;
            transform: skewx(-12deg);
            -webkit-transform: skewx(-12deg);
            -moz-transform: skewx(-12deg);
            -ms-transform: skewx(-12deg);
            -o-transform: skewx(-12deg);
            z-index: -1;
        }

    .counter p {
        margin: 0px;
        padding: 10px 0px;
        font-size: 15px;
        color: #fff;
    }

.release {
    text-align: center;
    padding: 50px 0px;
    background: #0d0d0d;
}

    .release p {
        font-size: 18px;
        color: #767676;
    }

.coming-box {
    border: 0px solid transparent;
    padding: 12px 20px;
    height: 40px;
    background: #1f1f1f;
    width: 75%;
    float: left;
    outline: 0;
    color: #4b4b4b;
}

    .coming-box::-webkit-input-placeholder {
        color: #4b4b4b;
    }

.release button {
    float: right;
    padding: 12px 20px;
    height: 40px;
    border: 2px solid #1f1f1f;
    width: 24%;
    background: transparent;
    color: #767676;
    border-radius: 0px;
    font-size: 12px;
}

@media (max-width: 992px) and (min-width: 768px) {
    .counter {
        width: 120px;
        margin: 10px 2%;
    }

        .counter h1 {
            line-height: 120px;
            font-size: 50px;
        }
}

@media (max-width: 768px) and (min-width: 450px) {
    .soon p {
        font-size: 18px;
        letter-spacing: 4px;
    }

    .soon h1 {
        font-size: 70px;
    }

    .counter {
        width: 80px;
        margin: 10px 1%;
    }

        .counter h1 {
            line-height: 80px;
            font-size: 30px;
        }
}

@media (max-width: 450px) {
    .soon p {
        font-size: 15px;
        letter-spacing: 2px;
    }

    .soon h1 {
        font-size: 40px;
    }

    .counter {
        width: 80px;
        margin: 10px 5%;
    }

        .counter h1 {
            line-height: 80px;
            font-size: 30px;
        }

    .release {
        zoom: .7;
    }
}

.body.calorie-calculator {
    background: url(../images/calorie-calculator.png) no-repeat;
    background-position: right center;
}

.calorie-calculator .form-group {
    text-align: left;
}

.iradio_flat-green {
    margin-left: 20px !important;
    margin-right: 4px !important;
    zoom: .5;
}

    .iradio_flat-green:not(:first-child) {
        margin-left: 50px !important;
    }

    .iradio_flat-green:nth-child(2) {
        margin-left: 20px !important;
    }

.body.calorie-calculator label.icheck {
    width: auto;
    font-size: 13px;
}

.radio-label {
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
}
/*.body.calorie-calculator label:not(.radio-label) {
	width: 100%;
}*/
.form-group .full {
    padding: 5px 0px;
}

input[type=text]::-webkit-input-placeholder {
    font-weight: normal;
}

.calorie-calculator .form {
    border-color: #CCC;
}

@media (min-width: 520px) {
    .calorie-calculator .form-control.half {
        width: 44% !important;
    }

    .calorie-calculator .form-control {
        width: 93%;
    }
}

@media (max-width: 520px) {
    .form-control {
        margin-left: 0px !important;
    }
}

.get-discount {
    background: url(../images/get-discounts-and-deals.png) no-repeat;
}

    .get-discount .main-heading {
        margin-bottom: 30px;
    }

        .get-discount .main-heading h1 {
            font-size: 15px;
            font-weight: bold;
        }

.panel-default > .panel-heading {
    color: #181818;
    background-color: transparent;
    border-color: transparent;
    padding: 0px;
}

    .panel-default > .panel-heading i {
        padding-right: 10px;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
    }

.panel-default {
    border: 0px solid transparent;
    box-shadow: 0px 0px 0px transparent;
    background: transparent;
}

.panel-title a:not(.collapsed) i {
    transform: rotateZ(90deg) translateX(7px);
    -webkit-transform: rotateZ(90deg) translateX(7px);
    -moz-transform: rotateZ(90deg) translateX(7px);
    -ms-transform: rotateZ(90deg) translateX(7px);
    -o-transform: rotateZ(90deg) translateX(7px);
}

.discount-form {
    float: left;
    width: 100%;
    margin-bottom: 80px;
    margin-top: 20px;
}

    .discount-form .form-group {
        float: left;
        width: 100%;
        margin-bottom: 11px;
    }

        .discount-form .form-group.half {
            width: 49%;
        }

    .discount-form .discount-box {
        padding: 12px 20px;
        width: 100%;
        height: 50px;
        border: 1px solid #e7e7e7;
        outline: 0;
    }

        .discount-form .discount-box::-webkit-input-placeholder {
            color: #e7e7e7;
        }

.icheckbox_minimal-aero {
    float: left;
}

.checkbox-label {
    float: left;
    padding-left: 15px;
    width: auto !important;
    font-size: 15px;
    font-weight: normal;
}

    .checkbox-label:hover {
        font-weight: bold;
        cursor: pointer;
    }

.discount-form .full {
    margin-bottom: 5px;
}

.filed-error {
    font-size: 15px;
}

@media (max-width: 992px) {
    .discount-wrapper {
        float: left;
        width: 100%;
        background: rgba(255, 255, 255, .8);
    }
}

.our-pricing.plan {
    margin-top: 40px !important;
}

.type2 .box h3:before, .type2 .box h3:after {
    display: none;
}

.type2 .box h3 {
    padding-right: 0px;
    text-align: center;
}

.type2 .box h4 {
    border-radius: 2px;
    line-height: 55px;
    padding: 0px 10px;
    top: -10px;
    border: 0px;
    box-shadow: 0px 0px 0px;
    background: transparent;
    font-size: 30px;
    font-weight: bold;
}

    .type2 .box h4:before {
        content: '';
        position: absolute;
        width: 100%;
        top: 0px;
        bottom: 0px;
        background: #fff;
        box-shadow: 0 0px 0px 5px rgba(255, 255, 255, 0.5);
        transform: skewX(-15deg);
        -webkit-transform: skewX(-15deg);
        -moz-transform: skewX(-15deg);
        -ms-transform: skewX(-15deg);
        -o-transform: skewX(-15deg);
        border-radius: 2px;
        left: 0;
        z-index: -1;
    }

.type2 .box .price-list li {
    border: 0px solid transparent;
}

.body.membership {
    background: url(../images/membership.png);
    background-position: 40% top;
}

    .body.membership .form {
        border: 0px;
        background: #fff;
    }

.body.trainer-detail {
    background: url(../images/trainer-detail.png);
    background-position: 50% top;
}

    .body.trainer-detail .form {
        border: 0px;
        background: #fff;
    }

@media (max-width: 768px) {
    .body.membership {
        background-position: 60% top;
    }

    .body.trainer-detail {
        background-position: 60% top;
    }
}

.information {
    float: left;
    width: 100%;
    background: #f8f8f8;
    padding: 60px 30px;
    font-size: 15px;
}

.info-list {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

    .info-list li {
        float: left;
        width: 100%;
        list-style: none;
        padding: 13px 0px;
        border-bottom: 1px solid #ebebeb;
    }

        .info-list li:last-child {
            border-bottom: 0px solid;
        }

        .info-list li span {
            text-align: right;
            color: #a4a4a4;
        }

        .info-list li .fa {
            padding-right: 15px;
            padding-top: 6px;
            color: #181818;
            text-decoration: none;
        }

li.no-border {
    border-bottom: 0px solid transparent;
}

.trainer-detail .form .short-line {
    background: #fff;
    border: 2px solid;
    outline: 0;
}

    .trainer-detail .form .short-line:hover {
        color: #181818;
    }

    .trainer-detail .form .short-line:before {
        width: auto;
        z-index: -1;
        top: -2px;
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        -ms-transform: skew(0deg);
        -o-transform: skew(0deg);
        right: -40%;
        bottom: -2px;
        left: 80%;
    }

    .trainer-detail .form .short-line:after {
        background: #fff;
    }

textarea {
    height: auto !important;
}

.contact-form .form-group {
    float: left;
    width: 100%;
    margin-bottom: 11px;
}

    .contact-form .form-group.half {
        width: 49%;
    }

.contact-form .contact-box {
    padding: 12px 20px;
    width: 100%;
    height: 50px;
    border: 1px solid #c5c5c5;
    outline: 0;
}

    .contact-form .contact-box::-webkit-input-placeholder {
        color: #c5c5c5;
    }

@media (min-width: 768px) {
    .form-group.tiple {
        width: 32.3%;
    }

        .form-group.tiple:nth-child(2) {
            margin: 0px 1.5%;
        }
}

.adress-info p {
    font-size: 15px;
}

.map {
    margin-top: 40px;
    margin-bottom: -6px;
}

.grid-sizer {
    width: 20%;
}

.calorie-calculator .form {
    margin-bottom: 0px;
    border-bottom: 0px solid transparent;
}

.form-bottom {
    color: #fff;
}

    .form-bottom p {
        margin: 0px;
        padding: 30px 0px;
        font-weight: bold;
        font-size: 15px;
    }

.shop-select {
    width: 100%;
    height: 40px;
    border: 1px solid #ededed;
    padding: 0px 8px;
    margin-bottom: 10px;
    outline: none;
    font-weight: bold;
    min-width: 60px;
}

.widget-shop h2 {
    font-size: 24px;
}

.widget-shop {
    float: left;
    width: 100%;
}

    .widget-shop:not(:first-child) {
        margin-top: 30px;
    }

    .widget-shop:last-child {
        margin-bottom: 40px;
    }

    .widget-shop ul li {
        padding: 10px 0px;
        border-bottom: 1px solid #ededed;
        padding-bottom: 8px;
    }

        .widget-shop ul li:last-child {
            border-bottom: 0px solid transparent;
        }

        .widget-shop ul li i {
            font-size: 18px;
            padding-right: 15px;
        }

.product-grids {
    background: none;
    padding: 0px;
    margin-top: 15px;
}

    .product-grids .col-md-4 {
        padding: 0px 8px;
    }

    .product-grids .product-box {
        text-align: center;
        border: 1px solid #ededed;
    }

        .product-grids .product-box:hover .fa-search {
            opacity: 1;
        }

        .product-grids .product-box:hover a img {
            opacity: .6;
        }

        .product-grids .product-box .fa-search {
            top: -120px;
        }

        .product-grids .product-box h1.green {
            font-size: 30px;
            margin-bottom: 0px;
        }

        .product-grids .product-box p {
            float: left;
            width: 100%;
            min-height: 40px;
        }

.product-grids {
    margin-bottom: 50px;
}

.pagination-divider {
    float: left;
    width: 100%;
    margin: 20px 0px;
    border-bottom: 1px solid #ededed;
}

.p-divider {
    padding: 0px 8px;
}

.product-pagination {
    float: right;
}

    .product-pagination ul {
        float: left;
        margin: 0px;
        padding: 0px;
    }

        .product-pagination ul li {
            display: inline-block;
        }

            .product-pagination ul li a {
                color: #181818;
                float: left;
                padding: 0px 7px;
                margin: 0px 5px;
                font-size: 12px;
                line-height: 19px;
                text-decoration: none;
            }

@media (max-width: 400px) {
    .product-grids .product-box .fa-search {
        top: -100px;
    }

    .product-grids .product-box .short-line {
        padding: 8px 15px;
        margin-left: -20px;
    }

    .product-pagination ul li a {
        margin: 0px 0px;
    }
}

.product-pagination ul li.active a {
    border: 1px solid transparent;
}

.product-pagination ul li.pagination-dots a:hover {
    color: #181818;
    cursor: default;
}

.product-pagination ul li:first-child a:hover,
.product-pagination ul li:last-child a:hover,
.product-pagination ul li:first-child a:hover i,
.product-pagination ul li:last-child a:hover i {
    color: #fff;
}

.pagination-dots {
    letter-spacing: 5px;
}

.product-controls {
    line-height: 40px;
}

    .product-controls .shop-select {
        margin-left: 5px;
        width: auto;
    }

        .product-controls .shop-select.sort-select {
            margin-left: 5px;
            width: auto;
            min-width: 160px;
            margin-right: 30px;
        }

.view-options {
    padding-right: 10px;
}

    .view-options a {
        color: #e7e7e7;
        font-size: 20px;
        padding-left: 10px;
        margin-bottom: -2px;
    }

@media (max-width: 768px) {
    .items, .view-options {
        width: 100%;
    }
}

@media (max-width: 460px) {
    .product-controls {
        zoom: .8;
    }

    .sort, .show {
        width: 100%;
    }

        .show select {
            min-width: 160px;
            margin-left: 17px !important;
        }
}

.product-lists {
    background: none;
    padding-top: 0px;
    margin-top: 20px;
}

    .product-lists .product-box {
        border: 1px solid #ededed;
    }

        .product-lists .product-box .short-line {
            margin-left: 0px;
        }

.list-right {
    padding: 0px 0px 0px 4%;
}

.product-lists .list-right h1.green {
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: -5px;
}

.product-lists .list-right .product-info {
    font-weight: normal;
    text-transform: capitalize;
}

.product-lists .product-box a:not(.short-line) {
    margin-bottom: -60px;
}

.product-lists .product-box .short-line {
    margin-bottom: 0px;
}

@media (max-width: 768px) {
    .list-right {
        text-align: center;
    }

    .product-lists .list-right p:first-child {
        margin-top: 30px !important;
    }
}

@media (max-width: 400px) {
    .list-right {
        padding: 0px 0px 0px 0px;
    }

        .list-right .short-line {
            padding: 8px 15px;
            margin-left: -20px !important;
        }
}

.product-img {
    background: #f9f9f9;
}

.single-product .product-details p {
    font-size: 15px;
    float: left;
}

@media (min-width: 992px) {
    .product-details h4:first-child {
        margin-top: 0px;
    }
}

.product-details ul {
    margin-top: 10px;
}

    .product-details ul li {
        list-style: none;
        width: 100%;
        padding: 5px 0px;
        font-size: 15px;
    }

.single-product .nav-pills {
    border-bottom: 1px solid #ededed;
}

    .single-product .nav-pills > li > a {
        padding: 5px 0px;
        margin-bottom: -1px;
        font-size: 18px;
        font-weight: bold;
        border-radius: 0px;
        color: #181818;
    }

    .single-product .nav-pills > li:not(:first-child) {
        margin-left: 30px;
    }

    .single-product .nav-pills > li > a:hover,
    .single-product .nav-pills > li > a:focus {
        text-decoration: none;
        background-color: transparent !important;
    }

.single-product .tab-content {
    font-size: 15px;
    padding: 20px 0px;
}

    .single-product .tab-content ul {
        margin-top: 20px;
        padding-left: 12px;
    }

        .single-product .tab-content ul li {
            list-style: none;
            padding: 10px 0px;
            position: relative;
        }

            .single-product .tab-content ul li:before {
                content: '';
                width: 4px;
                height: 4px;
                border-radius: 100px;
                position: absolute;
                left: -15px;
                top: 28%;
            }

.recommended h4 {
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 0px;
}

    .recommended h4:after {
        content: "";
        position: absolute;
        left: 0px;
        bottom: -1px;
        width: 100px;
    }

.recommended .col-lg-4 {
    padding: 0px 3px;
}

.widget {
    position: relative;
}

.widget-top {
    float: left;
    width: 100%;
}

    .widget-top p {
        margin: 0px;
    }

    .widget-top h4 {
        margin: 0px;
    }

    .widget-top del {
        color: #c5c5c5;
    }

.product-sidebar-single .widget {
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
}

    .product-sidebar-single .widget:last-child {
        border-bottom: 0px solid transparent;
    }

    .product-sidebar-single .widget:not(:first-child) {
        margin-top: 30px;
    }

@media (max-width: 992px) {
    .product-sidebar-single .widget {
        margin-top: 30px;
    }
}

.product-sidebar-single table {
    margin-top: 20px;
}

.product-sidebar-single .table-bordered > thead > tr > th {
    border: 0px solid transparent;
    font-weight: normal;
    padding: 4px;
}

.product-sidebar-single .table-bordered > tbody > tr > td {
    padding: 8px 0px;
}

.product-sidebar-single .table-bordered {
    border: 0px solid transparent;
}

.product-sidebar-single thead {
    border-bottom: 1px solid #ededed;
}

.product-sidebar-single table td:first-child,
.product-sidebar-single table th:first-child {
    padding-left: 0px !important;
}

.product-sidebar-single table td:last-child,
.product-sidebar-single table th:last-child {
    padding-right: 0px !important;
}

.product-sidebar-single table td:first-child {
    font-weight: bold;
}

.product-sidebar-single table td:nth-child(2) {
    padding: 8px 10px !important;
}

.product-sidebar-single table th:nth-child(2) {
    padding: 4px 10px !important;
}

.product-sidebar-single table td:last-child {
    text-align: right;
}

.product-sidebar-single table a {
    padding: 6px 10px;
    font-size: 12px;
}

    .product-sidebar-single table a:hover {
        text-decoration: none;
        color: #fff;
    }

.no-available td:not(:last-child) {
    color: #ccc;
    text-decoration: line-through;
}

.no-available a {
    color: #ccc;
    border-color: #ccc;
    text-decoration: none;
}

.no-available a {
    cursor: default;
    color: #ccc !important;
    border-color: #ccc !important;
    text-decoration: none;
}

    .no-available a:hover {
        color: #ccc !important;
        border-color: #ccc !important;
        text-decoration: none;
        background: none !important;
    }

.product-details .shop-select {
    float: left;
    width: auto !important;
    max-width: 90px;
    padding: 10px 13px;
}

.add-favorite p {
    line-height: 40px;
}

.add-favorite i {
    float: left;
    line-height: 40px;
    padding: 0px 10px 0px 15px;
    font-size: 15px;
}

.product-details .short-line {
    background: #fff;
    border: 2px solid;
    outline: 0;
    padding: 12px;
}

    .product-details .short-line:hover {
        color: #181818;
    }

    .product-details .short-line:before {
        width: auto;
        z-index: -1;
        top: -2px;
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        -ms-transform: skew(0deg);
        -o-transform: skew(0deg);
        right: -45%;
        bottom: -2px;
        left: 80%;
    }

    .product-details .short-line:after {
        background: #fff;
    }

.v2 .product-img {
    background: transparent;
}

.v2 .product-details .short-line i {
    position: absolute;
    right: -45%;
    top: 6%;
    color: #fff;
    font-size: 22px;
}

.p-info {
    margin-top: 10px;
}

    .p-info p {
        margin: 0px;
    }

.widget-search {
    height: 35px;
    width: 100%;
    border: 1px solid #c5c5c5;
    padding: 12px 15px;
    outline: none;
}

.widget form button {
    position: absolute;
    top: 5px;
    right: 7px;
    background: transparent;
    border: 0px;
    font-size: 16px;
    color: #c5c5c5;
    outline: none;
}

.widget-product {
    padding: 18px 0px;
}

    .widget-product:not(:last-child) {
        border-bottom: 1px solid #ededed;
    }

    .widget-product p {
        font-size: 15px;
        margin: 0px;
    }

    .widget-product img {
        border: 1px solid #ededed;
        margin-right: 15px;
        margin-bottom: 10px;
    }

    .widget-product .rating {
        margin: 3px 0px 7px 0px;
    }

    .widget-product h4 {
        margin: 0px;
    }

.rating i:not(.green) {
    color: #e1e1e1;
}

.widget-product small {
    color: #d6d6d6;
    padding-right: 5px;
    font-size: 16px;
}

.gallery-v1 {
    background: url(../images/gallery-v1.png) no-repeat;
    background-position: right bottom;
}

    .gallery-v1 .form {
        border-color: #ebebeb;
    }

.gallery {
    float: left;
    width: 100%;
    margin-top: 20px;
}

    .gallery .filter-button-group button {
        border: 2px solid #f1f1f1;
        color: #bebebe;
        background: transparent;
        border-radius: 0px;
        padding: 5px 25px;
        text-transform: capitalize;
        outline: none;
        margin: 2px 5px;
    }

        .gallery .filter-button-group button:hover {
            color: #fff;
        }

        .gallery .filter-button-group button:focus {
            outline: none;
        }

.gallery-v2 {
    background: #e9ecf1 url(../images/gallery-v2.png) no-repeat;
    background-position: right bottom;
}

    .gallery-v2 .form {
        border-color: transparent;
    }

.gallery ul {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.gallery li {
    float: left;
    width: 33.33%;
    list-style: none;
    padding: 15px;
}

@media (min-width: 992px) {
    .gallery li {
        width: 33%;
    }
}

@media (max-width: 992px) {
    .gallery li {
        width: 50%;
    }
}

@media (max-width: 520px) {
    .gallery li {
        width: 100%;
        text-align: center;
    }
}

.gallery .grid {
    float: left;
    width: 100%;
    margin-top: 40px;
}

.gallery-img {
    position: relative;
    display: inline-block;
}

    .gallery-img .hover {
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        background: rgba(0,0,0,0.5);
        opacity: 0;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }

        .gallery-img .hover .plus {
            opacity: 1;
        }

    .gallery-img:hover .hover {
        opacity: 1;
    }

.gallery .grid h4 {
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.gallery .grid p {
    text-transform: capitalize;
    font-size: 15px;
}

.gallery .grid i {
    padding-right: 5px;
}

.bill-form {
    margin-top: 20px;
}

    .bill-form .form-group {
        float: left;
        width: 100%;
    }

@media (min-width: 600px) {
    .bill-form .form-group.half {
        width: 49%;
    }

        .bill-form .form-group.half.right {
            float: right;
        }
}

.bill-form label {
    font-size: 15px;
    font-weight: normal;
}

.bill-form .form-control {
    margin-bottom: 12px;
    border-radius: 0px;
    box-shadow: 0px 0px 0px transparent;
    height: 50px;
    margin-top: 10px;
    border-color: #e7e7e7;
    color: #ababab;
    font-size: 15px;
}

.billing .table tbody tr td {
    vertical-align: middle;
}

.billing .table tbody tr td {
    vertical-align: middle;
}

.billing .table {
    border: 0px solid transparent;
    font-size: 15px;
    min-width: 678px;
}

.billing .table-responsive {
    float: left;
    width: 100%;
    border: 0px solid transparent;
}

.billing .table thead {
    background: #181818;
    color: #fff;
}

    .billing .table thead tr th,
    .billing .table tbody tr td {
        border: 0px solid transparent;
    }

        .billing .table thead tr th:first-child {
            text-align: center;
        }

        .billing .table tbody tr td:first-child img {
            border: 1px solid #eaeaea;
            margin: 15px 30px 15px -8px;
        }

.billing .table tbody tr {
    border-bottom: 1px solid #eaeaea;
}

.billing .table input[type=number] {
    max-width: 80px;
    height: 50px;
    padding: 10px 15px;
    border: 1px solid #eaeaea;
    outline: none;
}

.billing .table tbody tr td:last-child {
    font-weight: bold;
    text-align: right;
}

    .billing .table tbody tr td:last-child button {
        float: right;
        margin-right: -8px;
        width: 45px;
        height: 45px;
        padding: 10px;
        cursor: pointer;
        border: 0px;
        color: #fff;
    }

    .billing .table tbody tr td:last-child p {
        padding-top: 13px;
    }

.purchase-info p {
    font-size: 15px;
    margin: 0px;
    line-height: 35px;
}

.purchase-info hr {
    float: left;
    width: 100%;
    margin: 15px 0px;
}

.payment .iradio_minimal-aero {
    float: left;
}

.payment label {
    font-weight: bold;
    margin-bottom: 15px;
}

.payment {
    font-size: 15px;
    padding-top: 35px;
}

    .payment img {
        margin-top: -6px;
        margin-left: 20px;
    }

    .payment:not(:last-child) {
        border-bottom: 1px solid #f0f0f0;
    }

.payment-methods .short-line {
    background: #fff;
    border: 2px solid;
    outline: 0;
    padding: 12px 25px;
}

    .payment-methods .short-line:hover {
        color: #181818;
    }

    .payment-methods .short-line:before {
        width: auto;
        z-index: -1;
        top: -2px;
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        -ms-transform: skew(0deg);
        -o-transform: skew(0deg);
        right: -45%;
        bottom: -2px;
        left: 80%;
    }

    .payment-methods .short-line:after {
        background: #fff;
    }

    .payment-methods .short-line i {
        position: absolute;
        right: -32%;
        top: 0%;
        line-height: 43px;
        color: #fff;
        font-size: 18px;
    }


.short-line.type2 {
    background: #fff;
    border: 2px solid;
    outline: 0;
    padding: 12px 25px;
    text-transform: capitalize;
}

    .short-line.type2:hover {
        color: #181818;
    }

    .short-line.type2:before {
        width: auto;
        z-index: -1;
        top: -2px;
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        -ms-transform: skew(0deg);
        -o-transform: skew(0deg);
        right: -50%;
        bottom: -2px;
        left: 80%;
    }

    .short-line.type2:after {
        background: #fff;
    }

    .short-line.type2 i {
        position: absolute;
        right: -40%;
        top: 0%;
        line-height: 46px;
        color: #fff;
        font-size: 18px;
        margin: 0px;
        width: 20px;
        height: 48px;
    }

.my-account .short-line.type2 {
    padding: 12px 20px;
}

.account-details p {
    font-size: 15px;
}

.my-account .short-line.type2 {
    padding: 7px 16px;
    border-width: 1px;
    font-size: 12px;
}

    .my-account .short-line.type2 i {
        line-height: 33px;
        right: -37%;
    }

    .my-account .short-line.type2:before {
        top: -1px;
        bottom: -1px;
        right: -50%;
    }

.coupen .form-control {
    float: left;
    margin-bottom: 12px;
    border-radius: 0px;
    box-shadow: 0px 0px 0px transparent;
    height: 48px;
    margin-top: 10px;
    border-color: #e7e7e7;
    color: #ababab;
    font-size: 15px;
    margin: 0px;
    padding-left: 20px;
    margin-bottom: 10px;
}

.my-cart .col-md-5 .short-line {
    margin-bottom: 10px;
}

@media (min-width: 1200px) {
    .my-cart .col-md-5 .short-line:nth-child(2) {
        float: right;
        margin-right: 66px;
    }
}

@media (max-width: 1200px) {
    .my-cart .col-md-5 .short-line:nth-child(1) {
        margin-right: 66px;
    }
}

@media (min-width: 500px) {
    .coupen .form-control {
        max-width: 220px;
        border-right: 0px;
        margin: 0px;
    }
}

@media (max-width: 500px) {
    .coupen {
        text-align: center;
    }

        .coupen .short-line {
            width: 70%;
            float: left;
        }

    .my-cart .col-md-5 .short-line {
        width: 70%;
    }
}

.wishlist table tbody tr:last-child {
    border-bottom: 0px solid transparent;
}

.body.our-classes {
    background: url(../images/our-classes.png) no-repeat;
    background-position: center bottom;
}

    .body.our-classes .main-heading h1 {
        color: #fff;
    }

.our-classes-time li:first-child {
    width: 14.28%;
}

    .our-classes-time li:first-child p {
        width: 100% !important;
        margin: 4px 0px !important;
        transform: rotatez(0deg);
        -webkit-transform: rotatez(0deg);
        -moz-transform: rotatez(0deg);
        -ms-transform: rotatez(0deg);
        -o-transform: rotatez(0deg);
    }

.our-classes-time li {
    width: 14.28%;
}

.our-classes-time .class-time-box:not(.empty):hover {
    background: #f7f7f7 !important;
}

.our-classes-time .class-time-box:hover p {
    color: #181818 !important;
}

.select-class {
    float: left;
    margin-bottom: 12px;
    border-radius: 0px;
    box-shadow: 0px 0px 0px transparent;
    height: 44px;
    margin-top: 25px;
    border: 1px solid #cecece;
    color: #181818;
    font-size: 15px;
    padding-left: 20px;
    margin-bottom: 20px;
    max-width: 190px;
    width: 100%;
    margin-left: 5px;
    font-weight: bold;
}

.our-classes-time .class-time-box {
    padding: 0px 20px;
}

    .our-classes-time .class-time-box span {
        text-transform: none;
    }

    .our-classes-time .class-time-box p:first-line {
        font-weight: bold;
    }

    .our-classes-time .class-time-box p {
        font-weight: normal;
    }

.single-product.v2 #flexslider2 .slides > li {
    margin-right: 14px;
}

.single-product.v2 .flex-direction-nav a {
    top: 44%;
}

    .single-product.v2 .flex-direction-nav a:focus {
        outline: none;
    }

.single-product.v2 #flexslider1 .flex-direction-nav {
    /*display: none;*/
}

.single-product.v2 #flexslider1 {
    margin-bottom: 0px;
}

.single-product.v2 .flexslider {
    border: 0px solid transparent;
    margin-top: 15px;
}

.single-product.v2 #flexslider1 {
    border: 1px solid #ededed;
    border-radius: 0px;
}

.single-product.v2 #flexslider2 img {
    border: 1px solid #ededed;
}

.single-product.v2 .slider {
    background: none;
}

.our-trainers {
    float: left;
    width: 100%;
}

    .our-trainers ul {
        float: left;
        width: 100%;
        padding: 0px;
        margin: 0px;
    }

        .our-trainers ul li {
            float: left;
            width: 33.33%;
            padding: 15px;
            list-style: none;
            position: relative;
            overflow: hidden;
        }

            .our-trainers ul li:hover .hover {
                transform: translateY(0px);
                -webkit-transform: translateY(0px);
                -moz-transform: translateY(0px);
                -ms-transform: translateY(0px);
                -0-transform: translateY(0px);
            }

            .our-trainers ul li .hover {
                position: absolute;
                left: 15px;
                bottom: 14px;
                right: 15px;
                text-transform: capitalize;
                padding: 20px 20px 40px 20px;
                background-image: url(../images/pp.png);
                z-index: 9999;
                transform: translateY(110%);
                -webkit-transform: translateY(110%);
                -moz-transform: translateY(110%);
                -ms-transform: translateY(110%);
                -0-transform: translateY(110%);
                transition: .3s;
                -webkit-transition: .3s;
                -moz-transition: .3s;
                -ms-transition: .3s;
                -o-transition: .3s;
                text-align: center;
            }

                .our-trainers ul li .hover * {
                    font-size: 15px;
                    color: #fff;
                }

                .our-trainers ul li .hover .main-heading {
                    margin-bottom: 15px;
                }

                    .our-trainers ul li .hover .main-heading hr {
                        border-color: #fff;
                    }

                .our-trainers ul li .hover p {
                    text-transform: none;
                }

@media (min-width: 992px) {
    .our-trainers ul li .hover p {
        line-height: 30px;
    }
}

.our-trainers ul li .hover .fa {
    padding: 0px 3%;
}

@media (max-width: 768px) {
    .our-trainers ul li {
        width: 50%;
    }

        .our-trainers ul li .hover {
            padding: 10px 15px 20px 15px;
        }
}

@media (max-width: 600px) {
    .our-trainers ul li {
        padding: 10px;
    }

        .our-trainers ul li .hover {
            bottom: 9px;
            left: 10px;
            right: 10px;
            padding: 0px 10px 10px 10px;
        }

            .our-trainers ul li .hover * {
                font-size: 14px;
            }
}

@media (max-width: 410px) {
    .our-trainers ul li {
        width: 100%;
        padding: 10px;
    }

        .our-trainers ul li .hover {
            bottom: 9px;
            left: 10px;
            right: 10px;
            padding: 20px 15px 20px 15px;
        }
}

.body.our-trainer {
    background: #e9ecf1 url(../images/gallery-v2.png) no-repeat;
    background-position: right bottom;
}

    .body.our-trainer .form {
        border: 0px;
    }

.testimonials-body {
    background: url(../images/testimonial.png) no-repeat;
    background-position: right bottom;
}

.body.real {
    background: url(../images/trainer-detail.png);
    background-position: 50% top;
}

    .body.real .form {
        border: 0px;
    }

.real-story-why {
    background: none;
    margin-top: 0px !important;
}

    .real-story-why q em {
        font-size: 25px;
    }

.woman-on-card {
    padding-right: 4px;
    margin-top: 50px;
    margin-left: -20px;
}

@media (min-width: 500px) and (max-width: 992px) {
    .woman-on-card {
        margin-left: -50px;
    }
}

@media (min-width: 992px) {
    .woman-on-card {
        margin-top: 100px;
        margin-left: -50px;
        padding: 0px;
    }
}

.real-product-slider {
    padding: 60px 0px;
    background: url(../images/real-story.png);
}

    .real-product-slider .product-img {
        background: none;
    }

    .real-product-slider p {
        font-size: 15px;
    }

    .real-product-slider .real-supplement-prev,
    .real-product-slider .real-supplement-next {
        position: absolute;
        top: 180px;
    }

    .real-product-slider .real-supplement-prev {
        left: -30px;
    }

    .real-product-slider .real-supplement-next {
        right: -30px;
    }

@media (min-width: 768px) {
    .real-product-slider .real-supplement-prev {
        left: -80px;
    }

    .real-product-slider .real-supplement-next {
        right: -80px;
    }
}

.real-product-slider .product-details {
    margin-bottom: 40px;
}

.real-product-slider .points {
    float: left;
}

.steps {
    padding: 25px;
    margin: -3px;
}

    .steps * {
        color: #fff !important;
        font-size: 15px !important;
    }

    .steps .main-heading h1 {
        color: #fff;
        font-weight: bold;
    }

    .steps .main-heading hr {
        border-color: #fff;
    }

    .steps p:first-line {
        font-weight: bold;
    }

    .steps p {
        border-bottom: 1px solid #74dfbb;
        padding: 10px 0px;
        margin: 0px;
    }

        .steps p:last-child {
            border-bottom: 0px;
        }

.reps {
    border: 3px solid #f2f3f3;
}

.class-time-box {
    position: relative;
}

    .class-time-box .on-hover {
        position: absolute;
        left: -40%;
        right: -40%;
        background: #181818;
        height: 130px;
        min-width: 280px;
        padding: 20px;
        z-index: 10;
        bottom: 110%;
        display: none;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
    }

        .class-time-box .on-hover:after {
            content: "";
            position: absolute;
            border: 10px solid transparent;
            border-top-color: #181818;
            left: 50%;
            bottom: -20px;
        }

        .class-time-box .on-hover p {
            color: #fff !important;
            font-size: 14px;
            text-transform: capitalize;
            margin-bottom: 0px;
        }

            .class-time-box .on-hover p:first-line {
                font-weight: normal !important;
            }

    .class-time-box:hover .on-hover p {
        color: #fff !important;
    }

    .class-time-box:hover .on-hover {
        display: block;
    }

@media (min-width: 768px) {
    .our-classes-time ul li:first-child .on-hover {
        left: 110%;
        top: -20%;
        right: auto;
    }

        .our-classes-time ul li:first-child .on-hover:after {
            border-top-color: transparent;
            border-right-color: #181818;
            left: -20px;
            top: 38%;
            right: auto;
            bottom: auto;
        }

    .our-classes-time ul li:last-child .on-hover {
        left: auto;
        top: -20%;
        right: 110%;
    }

        .our-classes-time ul li:last-child .on-hover:after {
            border-top-color: transparent;
            border-left-color: #181818;
            right: -20px;
            top: 38%;
            left: auto;
            bottom: auto;
        }

    .our-classes-time ul li:not(:first-child):not(:last-child) .class-time-box:nth-child(2) .on-hover {
        top: 110%;
    }

        .our-classes-time ul li:not(:first-child):not(:last-child) .class-time-box:nth-child(2) .on-hover:after {
            border-top-color: transparent;
            border-bottom-color: #181818;
            top: -20px;
            bottom: auto;
        }
}

@media (max-width: 768px) {
    .class-time-box .on-hover {
        left: 0px;
        right: 0px;
        min-width: auto !important;
        padding-bottom: 10px;
    }
}

.classes.weekly-time {
    overflow-x: inherit;
    overflow-y: inherit;
}

.testimonial-text {
    position: absolute;
    bottom: 0%;
    left: 0%;
    right: 0%;
    font-size: 30px;
    color: #fff;
    background: rgba(0, 0, 0, .34);
    padding: 30px;
    box-shadow: 0 -5px 37px 0px rgba(0, 0, 0, 0.5);
    font-style: italic;
    transform: skew(-5deg) translateX(-9px);
    -webkit-transform: skew(-5deg) translateX(-9px);
    -moz-transform: skew(-5deg) translateX(-9px);
    -ms-transform: skew(-5deg) translateX(-9px);
    -o-transform: skew(-5deg) translateX(-9px);
}

    .testimonial-text img {
        width: auto !important;
        transform: skewx(0deg);
        -webkit-transform: skewx(0deg);
        -moz-transform: skewx(0deg);
        -ms-transform: skewx(0deg);
        -o-transform: skewx(0deg);
    }

    .testimonial-text .quote {
        float: left;
        position: relative;
        margin-left: 20px;
    }

        .testimonial-text .quote:before {
            content: "";
            position: absolute;
            left: -5px;
            right: -5px;
            top: 0px;
            bottom: 0px;
            transform: skewx(-10deg);
            -webkit-transform: skewx(-10deg);
            -moz-transform: skewx(-10deg);
            -ms-transform: skewx(-10deg);
            -o-transform: skewx(-10deg);
        }

    .testimonial-text p.full {
        line-height: 32px;
        margin-top: 30px;
    }

.testimonials .item {
    position: relative;
}

    .testimonials .item img {
        transform: skewx(-5deg);
        -webkit-transform: skewx(-5deg);
        -moz-transform: skewx(-5deg);
        -ms-transform: skewx(-5deg);
        -o-transform: skewx(-5deg);
    }

    .testimonials .item:before {
        content: "";
        position: absolute;
        top: -2px;
        bottom: -2px;
        right: -5px;
        width: 10px;
        background: #fff;
        z-index: 99999;
        transform: rotatez(5deg);
        -webkit-transform: rotatez(5deg);
        -moz-transform: rotatez(5deg);
        -ms-transform: rotatez(5deg);
        -o-transform: rotatez(5deg);
    }

    .testimonials .item em {
        font-size: 18px;
    }

.slides {
    float: left;
    width: 100%;
    overflow: hidden;
}

    .slides .owl-wrapper-outer {
        overflow: inherit;
    }

.paralax-img {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

@media (max-width: 1200px) {
    .paralax-img {
        width: 1500px;
        left: 0%;
        max-width: 1920px;
    }
}

@media (max-width: 768px) {
    .paralax-img {
        display: none;
    }
}

select {
    -webkit-appearance: none;
    background-image: url(../images/select-arrow.png) !important;
    background-position: calc(100% - 8px) center;
    background-repeat: no-repeat;
}

.polygon {
    -webkit-clip-path: polygon(50% 0, 100% 38%, 80% 100%, 20% 100%, 0 38%);
}

.forcefullwidth_wrapper_tp_banner {
    float: left;
    width: 100%;
}

.with_pattren ul {
    background: url(../images/revolution/slider-pattren.png);
}

.rev-title {
    font-size: 140px;
    text-transform: uppercase;
    line-height: 120px;
    margin-bottom: 0;
    min-width: 500px;
}

    .rev-title .live {
        float: left;
    }

    .rev-title .fit {
        color: #181818;
        float: left;
    }

.forcefullwidth_wrapper_tp_banner .training {
    float: left;
    width: 100%;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 13px;
    padding-left: 14px;
    text-align: left;
    margin-left: -10px;
}

@media (max-width: 768px) {
    .rev-title {
        font-size: 80px;
    }

    .forcefullwidth_wrapper_tp_banner .training {
        font-size: 18px;
    }
}

.by {
    font-size: 20px;
    font-style: italic;
}

.start-training {
    display: inline-block;
    padding: 12px 40px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

    .start-training:hover {
        color: #fff;
        background: #181818;
        text-decoration: none;
    }

.forcefullwidth_wrapper_tp_banner:after {
    /*content: "";*/
    position: absolute;
    top: 5px;
    bottom: 5px;
    background: #fff;
    border: 5px solid #fff;
    left: 50%;
    z-index: 1;
}

.main-heading.type2 h1 {
    text-transform: capitalize;
    font-size: 30px;
}

.main-heading.type2 hr {
    width: 60px;
    margin-top: 5px !important;
}

.v2 .class-box h3 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    color: #181818;
    float: left;
    margin: 0px;
    line-height: 45px;
    padding-left: 20px;
}

.v2 .class-box p {
    float: left;
    width: 100%;
    font-size: 15px;
    color: #181818;
    text-align: left;
    margin-top: 15px;
}

.v2 .class-box a {
    float: left;
    display: inline-block;
    position: relative;
    color: #fff;
    border-radius: 0px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

    .v2 .class-box a:hover {
        background: #fff;
    }

    .v2 .class-box a i {
        line-height: 45px;
        width: 45px;
        display: inline-block;
        font-size: 25px;
        vertical-align: middle;
    }

.v2 .why-choose-us {
    background: #f7f7f7;
}

.sub-heading {
    float: left;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
}

.main-heading.type2.left {
    width: auto;
}

    .main-heading.type2.left hr {
        /*position: static;*/
    }

.why-details section {
    float: left;
    width: 100%;
}

    .why-details section div:nth-child(1) {
        float: left;
        width: 16%;
        clip-path: polygon(50% 0, 100% 38%, 80% 100%, 20% 100%, 0 38%);
        -webkit-clip-path: polygon(50% 0, 100% 38%, 80% 100%, 20% 100%, 0 38%);
        -moz-clip-path: polygon(50% 0, 100% 38%, 80% 100%, 20% 100%, 0 38%);
        -ms-clip-path: polygon(50% 0, 100% 38%, 80% 100%, 20% 100%, 0 38%);
        -o-clip-path: polygon(50% 0, 100% 38%, 80% 100%, 20% 100%, 0 38%);
        padding: 20px;
        color: #fff;
        text-align: center;
        line-height: 40px;
        transform: rotateZ(-8deg);
        -webkit-transform: rotateZ(-8deg);
        -moz-transform: rotateZ(-8deg);
        -ms-transform: rotateZ(-8deg);
        -o-transform: rotateZ(-8deg);
        font-size: 25px;
    }

        .why-details section div:nth-child(1) i {
            transform: rotateZ(8deg);
            -webkit-transform: rotateZ(8deg);
            -moz-transform: rotateZ(8deg);
            -ms-transform: rotateZ(8deg);
            -o-transform: rotateZ(8deg);
        }

    .why-details section div:nth-child(2) {
        float: left;
        width: 84%;
        padding-left: 20px;
    }

.v2 .why-details section h2 {
    margin-top: 10px;
}

.simple-btn {
    display: inline-block;
    padding: 10px 40px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

    .simple-btn:hover {
        color: #fff;
        background: #181818;
        text-decoration: none;
    }

.v2 .info .info-box * {
    width: 100% !important;
    margin: 0px;
    padding: 0px;
}

.classes-slider .item {
    padding: 3px;
}

    .classes-slider .item .hover {
        position: absolute;
        top: 3px;
        bottom: 3px;
        left: 3px;
        right: 3px;
        background: rgba(0, 0, 0, .4);
        padding: 0px 20px;
        text-align: center;
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -0-transform: scale(0);
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        align-items: center;
        flex-direction: column;
        display: flex;
        justify-content: center;
    }

        .classes-slider .item .hover * {
            color: #fff;
        }

        .classes-slider .item .hover .main-heading {
            margin-bottom: 20px;
        }

        .classes-slider .item .hover h1 {
            margin-top: 0px;
        }

        .classes-slider .item .hover h1,
        .classes-slider .item .hover p {
            font-size: 15px;
        }

        .classes-slider .item .hover .simple-btn {
            font-size: 12px;
            padding: 8px 25px;
            margin-top: 10px;
        }

    .classes-slider .item:hover .hover {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

.poly-btn {
    margin: 3px;
    line-height: 40px;
    width: 42px;
    height: 40px;
    display: inline-block;
    clip-path: polygon(50% 0, 100% 38%, 80% 100%, 20% 100%, 0 38%);
    -webkit-clip-path: polygon(50% 0, 100% 38%, 80% 100%, 20% 100%, 0 38%);
    -moz-clip-path: polygon(50% 0, 100% 38%, 80% 100%, 20% 100%, 0 38%);
    -ms-clip-path: polygon(50% 0, 100% 38%, 80% 100%, 20% 100%, 0 38%);
    -o-clip-path: polygon(50% 0, 100% 38%, 80% 100%, 20% 100%, 0 38%);
    position: relative;
    color: #fff;
}

    .poly-btn:before {
        content: "";
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        background: transparent;
        -webkit-clip-path: polygon(50% 0, 100% 38%, 80% 100%, 20% 100%, 0 38%);
    }

    .poly-btn:hover:before {
        background: #fff;
    }

    .poly-btn * {
        position: relative;
    }

    .poly-btn i {
        font-size: 18px;
    }

.class-prev,
.class-next {
    font-size: 22px;
    color: #fff !important;
}

.poly-btn.left {
    transform: rotatez(-20deg);
    -webkit-transform: rotatez(-20deg);
    -moz-transform: rotatez(-20deg);
    -ms-transform: rotatez(-20deg);
    -o-transform: rotatez(-20deg);
}

    .poly-btn.left * {
        transform: rotatez(20deg);
        -webkit-transform: rotatez(20deg);
        -moz-transform: rotatez(20deg);
        -ms-transform: rotatez(20deg);
        -o-transform: rotatez(20deg);
    }

.poly-btn.right {
    transform: rotatez(20deg);
    -webkit-transform: rotatez(20deg);
    -moz-transform: rotatez(20deg);
    -ms-transform: rotatez(20deg);
    -o-transform: rotatez(20deg);
}

    .poly-btn.right * {
        transform: rotatez(-20deg);
        -webkit-transform: rotatez(-20deg);
        -moz-transform: rotatez(-20deg);
        -ms-transform: rotatez(-20deg);
        -o-transform: rotatez(-20deg);
    }

.poly-btn:hover {
    text-decoration: none;
}

.gallery-images ul li {
    width: 33%;
    padding: 3px;
    list-style: none;
}

@media (max-width: 768px) and (min-width: 500px) {
    .gallery-images ul li {
        width: 50% !important;
    }
}

@media (max-width: 500px) {
    .gallery-images ul li {
        width: 100% !important;
    }
}

.gallery-images ul li .hover {
    padding: 42% 0%;
    text-align: center;
}

.gallery-images ul li .hover {
    opacity: 1;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}

.gallery-images ul li:hover .hover {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.simple-btn.outline {
    background: transparent;
    padding: 7px 30px;
    font-size: 12px;
    margin: 0px 4px;
}

    .simple-btn.outline:hover {
        color: #fff;
    }

.gallery-images .gallery-img {
    width: 100%;
}

    .gallery-images .gallery-img img {
        width: 100%;
    }

.v2 .info {
    background: url(../images/info-back-22.jpg);
}

.v2 .team {
    background: url(../images/team-back-v22.jpg);
}

    .v2 .team .main-heading h1 {
        color: #fff;
        background-size: cover;
    }

.the-team .polygon {
    transform: rotatez(-6deg);
    -webkit-transform: rotatez(-6deg);
    -moz-transform: rotatez(-6deg);
    -ms-transform: rotatez(-6deg);
    -o-transform: rotatez(-6deg);
}

.the-team-info {
    padding: 10px 25px;
    color: #fff;
    font-size: 15px;
    text-align: center;
}

    .the-team-info h1 {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 15px;
    }

    .the-team-info a {
        color: #fff;
        padding: 0px 5px;
    }

        .the-team-info a:hover {
            text-decoration: none;
        }

    .the-team-info p.full {
        margin-top: 8px;
    }

.the-team {
    overflow: hidden;
}

    .the-team .owl-wrapper-outer {
        float: left;
    }

    .the-team .item {
        padding: 10px;
    }

.blog-slider {
    background: #f7f7f7;
}

.blog-post-info img {
    float: left;
    margin-right: 20px;
    width: auto !important;
}

.blog-post-info a:not(.simple-btn) {
    color: #181818;
}

.blog-post-info h1 {
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 2px;
    margin-right: 3px;
}

.blog-post-info .date {
    text-transform: capitalize;
    float: left;
}

.post-info {
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
}

.blog-post-info .simple-btn {
    font-size: 12px;
    float: left;
    padding: 8px 30px;
}

.item.blog-post-info {
    padding: 25px 0px;
    float: left;
    width: 100%;
}

    .item.blog-post-info p {
        font-size: 15px;
    }

.blog-slider {
    padding: 70px 0px;
}

.v2 .class-time {
    background: none;
}

.class-time-box p:first-child {
    font-weight: bold;
}

.v2 .events .main-heading {
    position: absolute;
    left: 22%;
}

.v2 .text {
    bottom: 0px;
}

.v2 .class-images .item:hover .text {
    background: rgba(24,24,24,0.9);
    bottom: 0px;
}

v2 .class-images .item:hover .text {
    background: rgba(24,24,24,0.9) !important;
}

.body.v2 {
    background-image: url(../images/body-v2.png);
}

.product-box:hover .fa-search {
    opacity: 1;
}

.v2 footer .short-line.type2 {
    background: #181818;
    border-width: 1px !important;
    padding: 9px 10px 9px 20px;
    font-weight: bold;
    min-width: 110px;
}

    .v2 footer .short-line.type2:before {
        top: -1px !important;
        bottom: -1px !important;
        border-color: #fff;
        color: #fff;
    }

    .v2 footer .short-line.type2:after {
        background: #181818;
    }

    .v2 footer .short-line.type2:hover {
        border-color: #fff;
        color: #fff;
    }

    .v2 footer .short-line.type2 i {
        line-height: 37px;
        right: -43%;
        text-align: center;
    }

    .v2 footer .short-line.type2:hover i {
        color: #181818;
    }

.v2 footer .before,
.v2 footer .after {
    float: left;
    position: relative;
}

    .v2 footer .before p,
    .v2 footer .after p {
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        font-size: 20px;
        font-family: satisfaction;
        padding: 10px;
        text-align: center;
        background: rgba(0, 0, 0, 0.4);
        box-shadow: 0px -20px 20px 12px rgba(0, 0, 0, 0.4);
        margin: 0px;
        color: #fff;
    }

.v2 footer .post-col {
    padding: 0px 6%;
}

.v2 footer p.full {
    color: #777777;
    font-style: italic;
    margin-right: 5px;
    margin-top: 2px;
}

.v2 .product-box {
    box-shadow: 0px 3px 0px rgba(0,0,0,0.02);
}

    .v2 .product-box .short-line {
        margin-left: -22%;
    }

@media (max-width: 1200px) and (max-width: 992px) {
    .class-box-type2 a {
        float: none;
    }

    .class-box-type2 h3 {
        width: 100%;
        padding: 0px !important;
        line-height: 40px;
    }

    .class-box-type2 p {
        margin-top: 0px;
        text-align: center;
    }

    .classes-slider .item .hover {
        padding: 0px 10px !important;
    }

    .gallery-images ul li .hover {
        padding: 38% 0% !important;
    }

    .item.blog-post-info {
        text-align: center;
    }

    .blog-post-info img {
        float: none;
        margin: 0px auto !important;
    }

    .blog-post-info h1,
    .blog-post-info .date {
        width: 100%;
    }

    .blog-post-info p {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

    .blog-post-info .simple-btn {
        float: none;
    }

    .products .short-line {
        margin-left: -21%;
        padding: 10px 0px 10px 10px;
    }
}

@media (max-width: 992px) {
    .v2 .class-box a {
        float: none;
    }

    .v2 .class-box h3 {
        width: 100%;
        padding: 0px !important;
        line-height: 40px;
    }

    .v2 .class-box p {
        margin-top: 0px;
        text-align: center;
    }

    .classes-slider .item .hover {
        padding: 0px 10px !important;
    }

    .gallery-images ul li .hover {
        padding: 37% 0% !important;
    }

    .item.blog-post-info {
        text-align: center;
    }

    .blog-post-info img {
        float: none;
        margin: 0px auto !important;
    }

    .blog-post-info h1,
    .blog-post-info .date {
        width: 100%;
    }

    .blog-post-info p {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

    .blog-post-info .simple-btn {
        float: none;
    }

    .v2 .products .short-line {
        margin-left: -5%;
        padding: 10px 0px 10px 10px;
    }

    .blog-slider div[class^=col-md] {
        float: left;
        width: 100%;
    }

    .gallery-img .hover .simple-btn {
        padding: 5px 30px !important;
    }
}

@media (max-width: 768px) {
    .filter-button-group .simple-btn {
        padding: 6px 20px;
    }
}

@media (max-width: 500px) {
    .v2 .why-choose-us {
        text-align: center;
    }

    .why-details section div:nth-child(1) {
        float: none;
        margin: 0px auto;
        width: 100px;
    }

    .why-details section div:nth-child(2) {
        width: 100%;
    }
}

@media (max-width: 400px) {
    .gallery-images ul li .hover {
        padding: 40% 0% !important;
    }

    .products .short-line {
        margin-left: -22%;
        padding: 10px 0px 10px 10px;
    }
}

.line1 {
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 49%;
    background: #fff;
    width: 10px;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.v2 .main-heading h1 {
    font-size: 30px;
}

.v2 .table-responsive {
    border: 0px solid transparent;
}

.fitness-table th {
    background: #181818;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
}

table * {
    border-color: #fff;
}

.fitness-table .table thead tr th,
.fitness-table .table tbody tr td {
    border: 1px solid white !important;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    text-transform: capitalize;
}

@media (min-width: 992px) {
    .fitness-table .table thead tr th,
    .fitness-table .table tbody tr td {
        padding: 17px !important;
        font-size: 15px;
    }
}

@media (max-width: 992px) {
    .fitness-table .table thead tr th,
    .fitness-table .table tbody tr td {
        padding: 8px !important;
    }
}

.fitness-table .table tbody tr:nth-child(even) {
    background: #f7f7f7;
}

.fitness-table .table tbody tr:nth-child(odd) {
    background: #f2f2f2;
    color: #181818;
}

.tue-main {
    color: #fff;
}

.btn-skew {
    position: relative;
    padding: 13px 45px;
    color: #fff;
    text-transform: capitalize;
    display: inline-block;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
}

@media (min-width: 768px) {
    .btn-skew {
        transform: translateX(10px);
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
        -o-transform: translateX(10px);
    }
}

.btn-skew:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    transform: skewx(-20deg);
    -webkit-transform: skewx(-20deg);
    -moz-transform: skewx(-20deg);
    -ms-transform: skewx(-20deg);
    -o-transform: skewx(-20deg);
    z-index: -1;
}

.btn-skew.left:before {
    transform: skewx(20deg);
    -webkit-transform: skewx(20deg);
    -moz-transform: skewx(20deg);
    -ms-transform: skewx(20deg);
    -o-transform: skewx(20deg);
}

.slider .btn-skew {
    padding: 12px 45px !important;
    margin: 10px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
}

    .slider .btn-skew:hover:before {
        border-color: #fff;
        background: #fff;
    }

    .slider .btn-skew:before {
        z-index: -1;
    }

.btn-skew:hover {
    text-decoration: none;
}

    .btn-skew:hover:before {
        background: transparent;
    }

.v3 .class-box a {
    background: transparent;
    border: 0px solid;
    padding: 0px 5px;
    margin-right: 10px;
}

    .v3 .class-box a i {
        position: relative;
    }

.v3 .class-box p {
    min-height: 65px;
}

.lines {
    max-height: 520px !important;
    width: auto !important;
}

v2 .team {
    position: relative;
}

.v2 .team a.next {
    right: 1%;
    position: absolute;
    top: 40%;
    height: 100px;
    width: 100px;
    z-index: 99999;
}

.v2 .team a.prev {
    left: 1%;
    position: absolute;
    top: 40%;
    height: 100px;
    width: 100px;
    z-index: 99999;
}

    .v2 .team a.next span i:after,
    .v2 .team a.next span i:before,
    .v2 .team a.prev span i:after,
    .v2 .team a.prev span i:before {
        content: '';
        position: absolute;
        width: 30%;
        height: 2px;
        background: #d9d9d9;
        top: 3.2em;
        -webkit-transition: .3s all ease-in-out;
        transition: .3s all ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        outline: 1px solid transparent;
    }

    .v2 .team a.next span i:after,
    .v2 .team a.prev span i:after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .v2 .team a.next span i:before,
    .v2 .team a.prev span i:before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .v2 .team a.prev span i:after,
    .v2 .team a.prev span i:before {
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        left: 1em;
    }

.v2 .team a.next span i:after,
.v2 .team a.next span i:before {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    right: 1em;
}




.v3 .header {
    border-top: 0px solid transparent;
    background: #181818;
}

.v3 .header-top {
    padding: 10px 0px;
    margin-bottom: 25px;
}

    .v3 .header-top .header-links {
        float: left;
        width: 100%;
        margin: 0px;
        padding: 7px 0px;
    }

        .v3 .header-top .header-links li {
            float: left;
            list-style: none;
        }

            .v3 .header-top .header-links li a {
                float: left;
                padding: 0px 5px;
                color: #565656;
                text-transform: capitalize;
                line-height: 12px;
            }

    .v3 .header-top ul li:not(:last-child) a {
        border-right: 1px solid;
    }

.v3 .navbar-default .navbar-nav > li:not(.active) > a:not(:hover) {
    color: #fff;
}

.v3 .header p {
    color: #777777;
}

.v3 .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
}

@media (min-width: 768px) {
    .v3 .navbar-right {
        margin-top: 0px;
    }
}

@media (min-width: 768px) {
    .v3 .navbar-right .dropdown-menu {
        background: #181818;
    }
}

.v3 .search {
    margin-left: 25px;
}

.v3 input.search {
    border: 1px solid #323232;
    border-radius: 0px;
    background: transparent;
    min-height: 35px;
}

.v3 .search i {
    padding-top: 10px;
}

.v3 .social-btns {
    margin-top: 3px;
}

@media (min-width: 768px) {
    .v3 .header {
        padding: 25px 0px;
        position: absolute;
        top: 0px;
        background: transparent;
    }

        .v3 .header .container {
            background: #181818;
        }

    .v3 .header-top .container {
        padding: 30px 15px 30px 15px;
    }

    .v3 .header-top {
        margin: 0px;
        padding: 0px;
    }

    .v3 .navbar-collapse {
        padding-right: 30px;
    }

    .v3 .navbar-header {
        margin-bottom: 25px;
    }

    .v3 .navbar-right .dropdown-menu a {
        border-bottom-color: #777;
    }
}

.v3 .class-box h3 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    color: #181818;
    float: left;
    margin: 0px;
    line-height: 45px;
    padding-left: 20px;
}

.v3 .class-box p {
    float: left;
    width: 100%;
    font-size: 15px;
    color: #181818;
    text-align: left;
    margin-top: 15px;
    min-height: 70px;
}

.v3 .class-box a {
    float: left;
    display: inline-block;
    position: relative;
    color: #fff;
    border-radius: 0px;
    width: 60px;
    height: 48px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    text-align: center;
}

    .v3 .class-box a:hover {
        background: #fff;
    }

    .v3 .class-box a i {
        width: auto;
        line-height: 40px;
        display: inline-block;
        font-size: 25px;
        vertical-align: middle;
    }

.v3 .why-choose-us {
    background-image: none !important;
}

    .v3 .why-choose-us h2 {
        margin-top: 5px;
        color: #181818;
    }

    .v3 .why-choose-us i {
        font-size: 18px;
    }

.v3 .info {
    background: url(../images/info-v3.jpg);
}

    .v3 .info i {
        font-size: 40px;
    }

    .v3 .info h1 {
        font-size: 15px;
        text-transform: uppercase;
        font-weight: bold;
        margin-top: 15px;
    }

    .v3 .info p {
        font-size: 15px;
        text-transform: none;
        font-weight: normal;
        line-height: inherit;
    }

    .v3 .info a.info-open {
        margin-top: 10px;
        display: inherit;
        width: 45px;
        height: 45px;
        text-align: center;
    }

        .v3 .info a.info-open:hover {
            background: transparent;
        }

        .v3 .info a.info-open i {
            color: #fff;
            font-size: 15px;
            line-height: 45px;
            width: 100%;
        }

.btn-skew.small {
    padding: 10px 25px !important;
    font-size: 23px;
}

.events-v3-slider .item {
    position: relative;
    padding: 3px;
}

    .events-v3-slider .item:hover .hover {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

.events-v3-slider .hover {
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 3px;
    right: 3px;
    padding: 40px 10px;
    z-index: 99999;
    text-align: center;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

    .events-v3-slider .hover * {
        color: #fff;
    }

    .events-v3-slider .hover i:nth-child(2) {
        padding-left: 10px;
    }

    .events-v3-slider .hover i:nth-child(3) {
        padding-left: 10px;
    }

.v3 .events-v3 a.open {
    margin-top: 10px;
    display: inline-block;
    width: 45px;
    height: 45px;
    border: 2px solid #fff;
    text-align: center;
}

    .v3 .events-v3 a.open:hover {
        background: #fff;
    }

    .v3 .events-v3 a.open i {
        color: #fff;
        font-size: 15px;
        line-height: 45px;
        width: 100%;
    }

.v3 .events-v3 .controls {
    margin-top: -80px;
}

@media (min-width: 768px) {
    .btn-skew.small:nth-child(2) {
        transform: translateX(-10px);
        -webkit-transform: translateX(-10px);
        -moz-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        -o-transform: translateX(-10px);
    }
}

.v3 .price-boxes.type2 h3 {
    text-transform: uppercase;
}

    .v3 .price-boxes.type2 h3 * {
        text-transform: none;
    }

.v3 .price-boxes.type2 .btn-skew {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
}

.v3 .product-box {
    padding: 8px;
}

    .v3 .product-box img {
        background: #f7f7f7;
    }

    .v3 .product-box h1 {
        font-size: 26px;
        margin-top: 15px;
    }

.normal {
    font-weight: normal;
    text-transform: none;
}

.w300 {
    font-weight: 300;
}

.v3 .product-box {
    padding-bottom: 20px !important;
    box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.02) !important;
}

    .v3 .product-box .btn-skew i {
        font-size: 20px;
        padding-right: 10px;
        color: #fff;
    }

.v3 .body {
    background: url(../images/body-v3.png) no-repeat;
    background-position: 85% bottom;
}

    .v3 .body .result {
        padding: 35px;
        margin: -26px;
        display: inline-block;
    }

        .v3 .body .result * {
            color: #fff;
            font-size: 15px;
        }

        .v3 .body .result h3 {
            margin-top: 0px;
            font-weight: bold;
        }

@media (min-width: 768px) {
    .v3 .body .form-group.half {
        float: left;
        width: 48%;
    }

        .v3 .body .form-group.half.right {
            float: right !important;
        }

    .v3 .body .form-group .form-control {
        float: left;
        width: 100%;
    }
}

.v3 .body button {
    background: transparent;
    padding: 12px 50px;
}

.v3 .footer-text {
    background: transparent;
    color: #696969;
    border-top: 1px solid #2a2a2a;
    margin-top: 50px;
}

.v3 footer hr.green {
    float: left;
    max-width: 70px;
    border-width: 3px;
    margin-top: 2px;
    margin-bottom: 10px;
}

.v3 footer .form-control {
    border: 1px solid #242424;
    background: transparent;
    margin-bottom: 5px;
    float: left;
    width: 100%;
    min-height: 40px;
    resize: none;
    color: #676767;
}

    .v3 footer .form-control::-webkit-input-placeholder {
        color: #676767;
    }

.v3 footer button.btn-skew {
    margin-top: 10px;
    background: none;
    border: 0px solid transparent;
}

@media (min-width: 992px) {
    .v3 footer .col-md-4:nth-child(3) {
        padding-left: 30px;
    }
}

.v3 .col-md-4 img[src*=logo] {
    margin-left: -15px;
    margin-bottom: 55px;
}

.v3 footer .description {
    margin-bottom: 35px;
    color: #676767;
}

.skew-area {
    margin: 25px;
    padding: 20px;
    transform: skewx(-20deg);
    text-align: center;
}

    .skew-area *:not(i) {
        color: #fff;
        transform: skewx(20deg);
    }

    .skew-area h3 {
        font-size: 15px;
        text-transform: uppercase;
        font-weight: bold;
        margin-top: 0px !important;
    }

    .skew-area p {
        font-size: 15px;
        text-transform: none;
        font-weight: normal;
    }

    .skew-area a {
        width: 50px;
        height: 50px;
        line-height: 46px;
        border: 2px solid #fff;
        background: transparent;
        text-align: center;
        display: inline-block;
        font-size: 20px;
    }

        .skew-area a:hover {
            background: #fff;
        }

@media (max-width: 768px) {
    .about-team {
        background-size: 150%;
    }
}

@media (max-width: 500px) {
    .about-team {
        background-size: cover;
    }
}

.v3 small del {
    color: #ccc;
}

.style {
    position: fixed;
    left: 0px;
    top: 30%;
    padding: 10px;
    z-index: 99999;
    border-radius: 0px;
    background: #fff;
    border-left: 0px;
}

    .style .full {
        width: 180px;
        float: none;
        margin-top: 10px;
        display: table-caption;
    }

    .style select {
        float: left;
        width: 100%;
        height: 30px;
        border-color: #ddd;
        margin-bottom: 10px;
    }

    .style i {
        float: left;
        width: 100%;
        font-size: 30px;
        text-align: center;
        cursor: pointer;
    }

.map iframe {
    border: 0px;
    width: 100%;
}

.colors {
    text-align: center;
    padding: 5px;
    float: left;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
}

    .colors h5 {
        text-align: left;
        margin-top: 0px;
    }

    .colors div {
        text-align: center;
        width: 20px;
        height: 20px;
        border-radius: 100%;
        display: inline-block;
        transition: .2s;
        cursor: pointer;
    }

        .colors div:hover {
            transform: scale(1.2);
        }

        .colors div.blue {
            background: #4385f3;
        }

        .colors div.brown {
            background: #b8a279;
        }

        .colors div.green-dark {
            background: #008000;
        }

        .colors div.green-mid {
            background: #82b440;
        }

        .colors div.green-light {
            background: #8bb96a;
        }

        .colors div.indigo {
            background: #542e62;
        }

        .colors div.yellow {
            background: #f3d417;
        }

        .colors div.orange {
            background: #ff820e;
        }

        .colors div.red {
            background: #e62117;
        }

        .colors div.pink {
            background: #ff0099;
        }


        .colors div.indigo-light {
            background: #810081;
        }

        .colors div.yellow-light {
            background: #f6e600;
        }

        .colors div.orange-dark {
            background: #ff6600;
        }

.tp-mask-wrap .short-line {
    line-height: 40px;
    min-width: 128px;
    text-align: center;
}

.tp-mask-wrap .short-line {
    line-height: 40px;
    min-width: 128px;
    text-align: center;
}

.tp-caption.medium_light_white, .medium_light_white {
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    font-family: "Open Sans";
    color: rgb(255,255,255);
    text-decoration: none;
    background-color: transparent;
    padding: 0px;
    border-width: 0px;
    border-color: rgb(255,214,88);
    border-style: none;
}

.tp-caption.Photography-Display, .Photography-Display {
    color: rgba(255,255,255,1.00);
    font-size: 80px;
    line-height: 70px;
    font-weight: 100;
    font-style: normal;
    /*font-family:Raleway;*/
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    letter-spacing: 5px;
}

.tp-caption.Photography-Subline, .Photography-Subline {
    color: rgba(119,119,119,1.00);
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    font-style: normal;
    /*font-family:Raleway;*/
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    letter-spacing: 3px;
}

.uranus.tparrows {
    width: 50px;
    height: 50px;
    background: transparent;
}

    .uranus.tparrows:before {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 40px;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }

    .uranus.tparrows:hover:before {
        opacity: 0.75;
    }

.tp-mask-wrap .short-line {
    padding: 5px 10px;
}

#rev_slider_2_1 .name {
    font-family: Satisfaction;
    line-height: 85px !important;
}

@media (max-width: 992px) {
    .tp-mask-wrap .short-line {
        top: 30px;
        zoom: .8;
    }

    .v3 .header {
        padding-top: 0px;
    }

    .start-training {
        padding: 8px 21px !important;
    }

    .v3 .header-top .container {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .tp-mask-wrap .short-line {
        top: 40px;
        zoom: .7;
    }

    .v3 .header-top, .tp-thumbs-inner-wrapper {
        display: none !important;
    }

    .start-training {
        padding: 6px 12px !important;
    }

    .navbar-default .navbar-nav > li > a {
        text-align: center;
    }

    .tp-mask-wrap .btn-skew {
        padding: 8px 30px !important;
        top: 10px !important;
    }
}
