
/*------------------------------------------------------------------------
# Gymnastics Template
--------------------------------------------------------------------------

    1.  Font Face
    2.  Reset
    3.  Header
    4.  Slide
    5.  Featured Top
    6.  Our Class
    7.  Featured
    8.  Out Trainer
    9.  Responsiver Design
    10. Featured Product
    11. Best Support
    12. Blog
    13. Product Bottom
    14. Breadcrumbs
    15. SideBar
    16. Slide Image
    17. Navigation
    18. Product List
    19. Blog List
    20. Comment
    21. Reply Comment
    22. Shop Cart
    23. Check Out
    24. Pricing
    25. Classes
    26. Contact
    27. Trainer Detail
    28. TimeTable
    29. PreLoader
    30. Footer
    31. Setting
    32. Version
    33. Responsive
    


--------------------------------------------------------------------------------*/

/* 1.   Font Fare
--------------------------------------------------------------------------------*/
@font-face {
    font-family: 'NexaLight';
    src: url('../fonts/nexaLight/nexalight.eot');
    src: url('../fonts/nexaLight/nexalight.eot') format('embedded-opentype'), url('../fonts/nexaLight/nexalight.woff2') format('woff2'), url('../fonts/nexaLight/nexalight.woff') format('woff'), url('../fonts/nexaLight/nexalight.ttf') format('truetype'), url('../fonts/nexaLight/nexalight.svg#NexaLightRegular') format('svg');
}

@font-face {
    font-family: 'NexaBold';
    src: url('../fonts/nexaBold/nexabold.eot');
    src: url('../fonts/nexaBold/nexabold.eot') format('embedded-opentype'), url('../fonts/nexaBold/nexabold.woff2') format('woff2'), url('../fonts/nexaBold/nexabold.woff') format('woff'), url('../fonts/nexaBold/nexabold.ttf') format('truetype'), url('../fonts/nexaBold/nexabold.svg#NexaLightRegular') format('svg');
}



/* 2.   Reset
--------------------------------------------------------------------------------*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

    nav ul {
        list-style: none;
    }

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: none;
    }

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

body {
    font-family: 'Lato',"Helvetica Neue", Helvetica, Arial, sans-serif;
    border-top: 10px solid #000;
    background-color: #f5f5f5;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}
.float-left {
    float: left;
}

.float-right {
    float: right;
}
.float-none{
    float: none;
}

#content {
    overflow: hidden;
}

/* 3.   Header
--------------------------------------------------------------------------------*/

#header {
    background-color: #151515;
    position: relative;
}

    #header:after {
        position: absolute;
        display: block;
        content: '';
        height: 10px;
        width: 100%;
        bottom: -10px;
        background-color: rgba(21,21,21,0.4);
    }

.header-top:after,
.header-top:before {
    display: block;
    content: '';
    clear: both;
}

.header-top {
    text-align: right;
}

.phone-email {
    padding: 10px 0;
}

    .phone-email span {
        font-size: 13px;
        margin-right: 10px;
        color: #888888;
        line-height: 30px;
        position: relative;
        padding-left: 35px;
    }

        .phone-email span i {
            left: 0;
            position: absolute;
            display: inline-block;
            height: 30px;
            width: 30px;
            border: 1px solid #888888;
            border-radius: 50%;
        }

            .phone-email span i.icon-phone {
                background: url('../images/icon-phone.png') no-repeat 50% 50%;
            }

            .phone-email span i.icon-mail {
                background: url('../images/icon-envelope.png') no-repeat 50% 50%;
            }

.social-network,
.search,
.mini-cart {
    text-align: left;
    display: inline-block;
    padding: 10px 0;
}

.social-network {
    font-size: 0;
}

    .social-network a {
        display: inline-block;
        font-size: 14px;
        color: #888888;
        border-radius: 50%;
        height: 30px;
        width: 30px;
        line-height: 30px;
        text-align: center;
        border: 1px solid #888888;
        margin: 0 5px;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

        .social-network a:hover {
            color: #a0a0a0;
            border: 1px solid #a0a0a0;
        }

.search {
    padding: 10px 5px;
}

    .search .search-form {
        width: 185px;
        border-radius: 16px;
        border: 1px solid #888888;
        position: relative;
        padding: 5px 20px 4px 10px;
    }

        .search .search-form input {
            background-color: transparent;
            outline: none;
            width: 100%;
            border: 0;
            font-size: 13px;
            color: #888888;
        }

            .search .search-form input[placeholder] {
                color: #888888;
            }

        .search .search-form i {
            position: absolute;
            top: 50%;
            right: 10px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }

.mini-cart {
    padding-left: 5px;
    position: relative;
}

    .mini-cart .cart-content {
        line-height: 30px;
        color: #888888;
        font-size: 13px;
    }

        .mini-cart .cart-content span {
            color: #fff;
        }

        .mini-cart .cart-content i {
            border-radius: 50%;
            color: #fff;
            display: inline-block;
            height: 30px;
            width: 30px;
            font-size: 14px;
            line-height: 30px;
            margin-right: 5px;
            text-align: center;
            position: relative;
        }

            .mini-cart .cart-content i:after {
                display: block;
                content: '';
                border: 8px solid transparent;
                border-bottom: 8px solid #eaeaea;
                position: absolute;
                bottom: -10px;
                left: 6px;
                visibility: hidden;
                opacity: 0;
                -webkit-transition: all 0.3s linear;
                -o-transition: all 0.3s linear;
                transition: all 0.3s linear;
            }

    .mini-cart .sub-cart {
        width: 300px;
        top: 50px;
        right: 0;
        position: absolute;
        background-color: #fff;
        z-index: 99999;
        height: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

        .mini-cart .sub-cart h5 {
            background-color: #eaeaea;
            color: #1d1d1d;
            font-size: 16px;
            font-weight: 300;
            line-height: 60px;
            padding: 0px 15px;
        }

        .mini-cart .sub-cart ul li {
            padding: 15px 0;
            clear: both;
            position: relative;
            overflow: hidden;
        }

            .mini-cart .sub-cart ul li .img {
                width: 33%;
                float: left;
                padding: 0px 15px;
            }

                .mini-cart .sub-cart ul li .img img {
                    width: 100%;
                }

            .mini-cart .sub-cart ul li h4 {
                margin-bottom: 10px;
            }

                .mini-cart .sub-cart ul li h4 a {
                    color: #1a1b1d;
                    font-size: 16px;
                    font-weight: 300;
                }

            .mini-cart .sub-cart ul li span {
                color: #a6a6a6;
                font-size: 14px;
                font-weight: 300;
            }

            .mini-cart .sub-cart ul li a.remove-cart-mini {
                font-family: 'NexaLight';
                position: absolute;
                top: 50%;
                right: 15px;
                color: #151515;
                line-height: 20px;
                width: 20px;
                height: 20px;
                display: none;
                text-align: center;
                background-color: #d1d1d1;
                font-size: 16px;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
            }

    .mini-cart:hover .sub-cart {
        visibility: visible;
        top: 50px;
        opacity: 1;
        height: auto;
    }

    .mini-cart:hover .cart-content i {
        background-color: #616161;
    }

        .mini-cart:hover .cart-content i:after {
            
            visibility: visible;
            opacity: 1;
        }

    .mini-cart .sub-cart ul li:hover {
        background-color: #eaeaea;
    }

        .mini-cart .sub-cart ul li:hover a.remove-cart-mini {
            display: block;
        }

    .mini-cart .sub-cart a.check-out-sub {
        display: block;
        line-height: 58px;
        padding: 0px 15px;
        color: #fff;
        font-size: 14px;
        text-align: center;
        background-color: #f33f3d;
        text-transform: uppercase;
        font-weight: 300;
    }

.logo-menu {
    height: 70px;
}

.btn-mobile {
    border: 0;
    background-color: transparent;
    color: #fff;
    font-size: 25px;
    outline: none;
    display: none;
    padding: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    float: right;
    margin: 10px 10px 0 0;
}

.logo-menu-wrap {
    background-color: #ff4647;
}

    .logo-menu-wrap:after,
    .logo-menu-wrap:before {
        display: block;
        content: '';
        clear: both;
    }

.logo {
    width: 235px;
    text-align: center;
    position: relative;
    background-color: #ec3a38;
    height: 70px;
    margin-left: 20px;
    z-index: 999;
}
.logo img{
    position: absolute;
    top: 0;
    left: 0;
}
.logo-mobile{
    display: none;
    float: left;
}
#menu-nav > li {
    float: left;
    width: 90px;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

    #menu-nav > li:after {
        bottom: 0;
        display: block;
        content: '';
        background: url('../images/background-menu.png') no-repeat top left;
        width: 100%;
        height: 14px;
        left: 0;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        z-index: 9999;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    #menu-nav > li > a {
        font-family: 'NexaLight';
        font-weight: 300;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 70px;
    }

    #menu-nav > li:hover, 
    #menu-nav > li.current-page {
        background-color: #f33f3d;
    }

        #menu-nav > li:hover::after,
        #menu-nav > li.current-page:after {
            opacity: 1;
            visibility: visible;
            bottom: -12px;
        }
        #menu-nav li ul{
            position: absolute;
            background-color: #f33f3d;
            z-index: 999;
            visibility: hidden;
            opacity: 0;
            top: auto;
            min-width: 195px;
            width: auto;
            left: 50%;
            margin: auto;
            padding: 20px 0;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
        }
        #menu-nav li:hover ul{
            visibility: visible;
            opacity: 1;
        }
        #menu-nav li ul li{
            padding: 0;
            text-align: left;
            padding: 10px 0px;
            -webkit-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
        }
        #menu-nav li ul li a{
            color: #fff;
            display: block;
            font-weight: 400;
            padding:0px 20px;
            text-transform: capitalize;
            font-size: 14px;
             -webkit-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
        }
        #menu-nav li ul li:hover{
            background-color: #ff4647;
        }
        #menu-nav li ul li:hover a{
            color: #fff;

        }


/* 4.   Slide
--------------------------------------------------------------------------------*/


#slide {
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-transition: background-image 0.3s linear;
    -o-transition: background-image 0.3s linear;
    transition: background-image 0.3s linear;
}

    #slide .overlay {
        background-color: rgba(0,0,0,0.8);
        padding-bottom: 120px;
    }

.slide {
    position: relative;
    z-index: 10;
}

.slide-wrap {
    background-color: #ff4647;
    padding-left: 10px;
    padding-right: 10px;
}

    .slide-wrap:before {
        position: absolute;
        display: block;
        content: '';
        background: url('../images/bg-slide.png') no-repeat center top;
        bottom: -55px;
        height: 132px;
        width: 100%;
        left: 0;
        z-index: 10;
    }

    .slide-wrap .item img {
        width: 100%;
    }
    .slide-wrap .item h4{
        display: none;
    }

.slide h2 {
    position: absolute;
    text-align: center;
    color: #fff;
    z-index: 10;
    font-size: 30px;
    bottom: -20px;
    width: 100%;
    font-weight: 300;
    text-transform: uppercase;
}

#slide-prev,
#slide-next {
    z-index: 999;
    text-indent: -9999px;
    width: 25px;
    height: 27px;
    border: 0;
    right: inherit;
    top: inherit;
    bottom: 15px;
    color: #db2d2e;
    font-size: 30px;
    text-shadow: rgba(175,36,37,0.5) 0px 3px 3px;
}

#slide-prev {
    background: url('../images/icon-prev.png') no-repeat 50% 50%;
    left: 10px;
}

#slide-next {
    right: 10px;
    background: url('../images/icon-next.png') no-repeat 50% 50%;
}

#slide .owl-dots {
    position: absolute;
    bottom: -90px;
    width: 339px;
    height: 43px;
    background: url('../images/bg-but.png') no-repeat center bottom;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    padding-top: 18px;
}

    #slide .owl-dots .owl-dot {
        display: inline-block;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border: 2px solid #f84142;
        margin: 0px 2px;
        background-color: transparent;
    }

        #slide .owl-dots .owl-dot.active {
            background-color: #fff;
            border: 2px solid #fff;
        }



/* 5.   Featured Top
--------------------------------------------------------------------------------*/
#feature-top {
    padding-bottom: 50px;
    background-size: cover;
    background-attachment: fixed !important;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-image:url('../images/bg-feature-top-white.jpg');
    min-height: 570px;
}

.feature-top-inner {
    background-color: #ff4647;
    border-top: 7px solid #d92a2b;
    position: relative;
    margin-top: 150px;
    min-height: 240px;
    padding-top: 65px;
    text-align: center;
    padding-bottom: 30px;
}

    .feature-top-inner span.icon {
        display: table-cell;
        position: absolute;
        top: -45px;
        background-color: #fff;
        border-radius: 50%;
        border: 5px solid #da2c2d;
        width: 90px;
        height: 90px;
        left: 0;
        right: 0;
        margin: 0px auto;
        text-align: center;
        line-height: 75px;
        color: #58595b;
    }

        .feature-top-inner span.icon img {
            vertical-align: middle;
        }

        .feature-top-inner span.icon:before {
            content: '';
            display: block;
            width: 105px;
            height: 105px;
            position: absolute;
            top: -12px;
            left: -12px;
            border-radius: 50%;
            border: 10px solid rgba(218,44,45,0.5);
        }

    .feature-top-inner h3 {
        font-size: 24px;
        font-weight: bold;
        color: #fff;
    }

    .feature-top-inner p {
        color: #fff;
        font-size: 16px;
        font-weight: 300;
        line-height: 24px;
        margin-top: 20px;
        padding: 0 20px;
        word-wrap: break-word;
    }

    .feature-top-inner a.more-plus {
        font-weight: 300;
        font-size: 14px;
        color: #fff;
        position: absolute;
        bottom: -5px;
        z-index: 999;
        display: block;
        text-align: center;
        width: 70px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .feature-top-inner:after {
        position: absolute;
        display: block;
        content: '';
        width: 100%;
        height: 58px;
        bottom: -20px;
        background: url('../images/background-feature-top.png') no-repeat bottom left;
        background-size: 100%;
    }


/* 6.   Our Class
--------------------------------------------------------------------------------*/
#our-classes {
    padding-top: 80px;
    padding-bottom: 100px;
}

.header-title:after,
.header-title:before {
    display: block;
    content: '';
    clear: both;
}

.header-title {
    position: relative;
}

    .header-title h3 {
        display: inline-block;
        font-size: 48px;
        color: #151515;
        position: relative;
        line-height: 46px;
        font-weight: 300;
        margin-right: 25px;
        margin-top: 10px;
    }

    .header-title p {
        display: inline-block;
        font-weight: 300;
        font-size: 14px;
        color: #888888;
        line-height: 20px;
        margin-top: 10px;
    }

#our-classes .our-inner {
    margin-top: 50px;
}

.our-inner {
    position: relative;
    background-color: #eaeaea;
    padding-top: 30px;
}

    .our-inner h2 {
        padding: 0 30px;
        position: relative;
        z-index: 10;
    }

        .our-inner h2 a {
            color: #1a1b1d;
            font-weight: bold;
            font-size: 20px;
            display: block;
            -webkit-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
        }

    .our-inner p {
        padding: 0px 30px;
        font-weight: 300;
        font-size: 14px;
        color: #888888;
        position: relative;
        margin-top: 5px;
        z-index: 10;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

        .our-inner p:after {
            position: absolute;
            height: 1px;
            background-color: #1a1b1d;
            width: 28px;
            bottom: -10px;
            display: block;
            content: '';
            -webkit-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
        }

    .our-inner figure {
        margin-top: 30px;
        overflow: hidden;
    }

        .our-inner figure img {
            width: 100%;
            display: block;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            -webkit-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
        }

    .our-inner:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255,70,71,0.8);
        display: block;
        content: '';
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    .our-inner .our-link-group {
        position: absolute;
        width: 100%;
        text-align: center;
        font-size: 0;
        top: 50%;
        z-index: 10;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

        .our-inner .our-link-group a {
            display: inline-block;
            width: 40px;
            height: 40px;
            text-align: center;
            line-height: 40px;
            font-size: 18px;
            color: #fff;
            margin: 3px 5px;
            border: 1px solid #fff;
            -webkit-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
        }

            .our-inner .our-link-group a:hover {
                border: 1px solid #ff4647;
            }

    .our-inner:hover h2 a {
        color: #fff;
    }
    
    .our-inner:hover p {
        color: #fff;
    }
    .our-inner h2 a:hover{
        -webkit-transform: scale(1.05);
         -ms-transform: scale(1.05);
         -o-transform: scale(1.05);
         transform: scale(1.05); 
    }
    .our-inner:hover::after {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .our-inner:hover p:after {
        background-color: #fff;
    }

    .our-inner:hover .our-link-group {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .our-inner:hover figure img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }


/* 7.   Featured
--------------------------------------------------------------------------------*/
#feature {
    background-attachment: fixed !important;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    background-image:url('../../../../placehold.it/1920x500');
}

    #feature .overlay {
        background-color: rgba(0,0,0,0.9);
        padding-top: 90px;
        min-height: 530px;
        padding-bottom: 100px;
    }

    #feature .header-title h3,
    #feature .header-title p {
        color: #fff;
    }

.feature-item {
    text-align: center;
    margin-top: 90px;
}

    .feature-item span {
        display: block;
        margin: auto;
        width: 84px;
        height: 84px;
        line-height: 70px;
        border: 8px solid #868686;
        border-radius: 50%;
        background-color: #fff;
        color: #58595b;
        font-size: 36px;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

        .feature-item span:hover {
            border: 8px solid rgba(255,70,71,1);
        }

    .feature-item h5 {
        color: #fff;
        font-weight: 300;
        font-size: 18px;
        margin-top: 17px;
    }


/* 8.   Out Trainer
--------------------------------------------------------------------------------*/

#our-trainer {
    padding-top: 90px;
}

    #our-trainer .our-inner {
        margin-top: 50px;
    }

.calenda, .training {
    margin-top: 75px;
}

    .training .header-training {
        background-color: #eaeaea;
        padding: 35px 30px 30px 30px;
        position: relative;
    }

        .training .header-training .next {
            right: 20px;
            top: 30px;
        }

        .training .header-training .prev {
            right: 55px;
            top: 30px;
        }

        .training .header-training h4 {
            color: #1a1b1d;
            font-size: 20px;
            font-weight: bold;
        }

        .training .header-training p {
            position: relative;
            font-size: 14px;
            font-weight: 300;
            margin-top: 7px;
            color: #888888;
        }

            .training .header-training p:after {
                position: absolute;
                width: 20px;
                background-color: #000;
                content: '';
                display: block;
                bottom: -9px;
                height: 1px;
            }

.training-item:after,
.training-item:before {
    display: block;
    content: '';
    clear: both;
}

.training-item {
    border: 1px solid #eaeaea;
    border-top: 0;
    background-color: #f6f6f6;
    clear: both;
    position: relative;
}

    .training-item .icon-training {
        float: left;
        width: 70px;
        height: 70px;
        display: table-cell;
        text-align: center;
        line-height: 70px;
        background-color: #f6f6f6;
    }

        .training-item .icon-training img {
            display: inline-block;
            vertical-align: middle;
        }

    .training-item figure {
        width: 70px;
        height: 70px;
        float: left;
    }

        .training-item figure img {
            height: 70px;
            width: 70px;
        }

    .training-item .descript {
        position: relative;
        background-color: #ff4647;
        float: left;
        height: 70px;
        min-width: 185px;
        padding: 15px 10px 5px 10px;
    }

        .training-item .descript h6,
        .training-item .training-info h4 {
            color: #fff;
            font-weight: bold;
            font-size: 16px;
        }

        .training-item .descript span,
        .training-item .training-info span {
            color: #fff;
            font-weight: 300;
            display: block;
            font-size: 14px;
            margin-top: 7px;
        }

        .training-item .descript:after {
            display: block;
            position: absolute;
            top: 50%;
            content: '';
            border: 7px solid transparent;
            border-left: 7px solid #ff4647;
            right: -14px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }

    .training-item .training-info {
        float: left;
        padding: 15px 10px 5px 30px;
    }

        .training-item .training-info h4 {
            color: #464545;
        }

        .training-item .training-info span {
            color: #a6a6a6;
        }

    .training-item .training-link {
        position: absolute;
        display: block;
        width: 70px;
        height: 70px;
        background-color: #ff4647;
        color: #fff;
        line-height: 70px;
        right: 0;
        top: 0;
        font-size: 14px;
        text-align: center;
    }
/* 9.   Responsiver Design
--------------------------------------------------------------------------------*/
#design {
    background-attachment: fixed !important;
    background-repeat: no-repeat;
    background-position: 0% 0;
    background-size: cover;
    position: relative;
    margin-top: 100px;
    background-image:url('images/bg-design.jpg');
}

#design .overlay {
    background-color: rgba(0,0,0,0.9);
    padding-top: 90px;
    min-height: 530px;
    padding-bottom: 100px;
}

.responsive-design h2 {
    color: #fff;
    font-weight: 300;
    font-size: #fefefe;
    font-size: 48px;
    text-align: center;
    position: relative;
}

    .responsive-design h2:after {
        position: absolute;
        width: 30px;
        bottom: -10px;
        height: 1px;
        background-color: #fefefe;
        content: '';
        left: 0;
        right: 0;
        margin: auto;
    }

.responsive-design a {
    display: block;
    margin: 0px auto;
    width: 230px;
    height: 47px;
    background-color: #303030;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    line-height: 47px;
    text-align: center;
    margin-top: 50px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.responsive-design a:hover{
    background-color: #ff4647;
    color: #fff;
}
.responsive-design figure {
    text-align: center;
    position: absolute;
    bottom: -100px;
    width: 100%;
    left: 0;
}

#client {
    padding-top: 80px;
}

.prev-next {
    position: absolute;
    height: 30px;
    width: 30px;
    line-height: 28px;
    color: #989898;
    font-size: 14px;
    border: 1px solid #989898;
    top: 20px;
    right: 0;
    text-align: center;
    cursor: pointer;
    display: block;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.prev-next:hover{
    border:1px solid #ff4647;
    background-color: #ff4647;
    color: #fff;
}
#client .prev,
#feature-product .prev {
    right: 35px;
}

.client {
    margin-top: 70px;
}

    .client img {
        width: 100%;
    }

    .client .item {
        padding: 0px 15px;
    }


/* 10.   Featured Product
--------------------------------------------------------------------------------*/

#owl-feature-product .item {
    padding: 0px 15px;
}

#feature-product-top {
    padding-top: 85px;
}

    #feature-product-top .filter-category {
        padding-right: 70px;
    }

.filter-category {
    font-size: 0;
    position: relative;
    padding-bottom: 40px;
}

    .filter-category li {
        font-size: 14px;
        margin: 10px 10px 0px 0px;
        display: inline-block;
        border: 1px solid #989898;
    }

        .filter-category li a {
            display: block;
            color: #989898;
            font-weight: 300;
            text-transform: uppercase;
            padding: 8px 15px;
            -webkit-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
        }

        .filter-category li.filter-select a, .filter-category li:hover a {
            background-color: #989898;
            color: #fff;
        }

    .filter-category .prev-next {
        top: 11px;
    }

    .filter-category .prev {
        right: 35px;
    }

.product-item {
    background-color: #eaeaea;
}

    .product-item:before,
    .product-item:after {
        display: block;
        clear: both;
        content: '';
    }

    .product-item .product-info {
        position: relative;
        padding: 30px;
    }

        .product-item .product-info h3 a {
            color: #1a1b1d;
            font-size: 20px;
            font-weight: bold;
            -webkit-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
        }

    .product-item .price {
        position: relative;
        color: #ff0000;
        font-size: 14px;
        font-weight: 300;
        display: inline-block;
        margin-top: 5px;
    }

.br-widget {
    font-size: 0;
}

    .br-widget a {
        display: inline-block;
        font-size: 10px;
        margin: 0px 1px;
    }

        .br-widget a:before {
            content: '';
            font-family: FontAwesome;
            color: #a6a6a6;
        }

        .br-widget a.br-active:before,
        .br-widget a.br-selected:before {
            color: #ff4647;
        }

.product-item .br-widget {
    float: right;
    margin-top: 5px;
}

.product-item figure {
    position: relative;
    overflow: hidden;
}

    .product-item figure:after {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
        display: block;
        content: '';
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    .product-item figure img {
        width: 100%;
        display: block;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

.group-cart-view-wishlis {
    font-size: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

    .group-cart-view-wishlis a {
        display: inline-block;
        padding: 10px;
        font-size: 14px;
        border: 1px solid #fff;
        color: #fff;
        margin: 0px 2px;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

        .group-cart-view-wishlis a:hover,
        .group-cart-view-wishlis a.add-cart-item {
            background-color: #1a1b1d;
            border: 1px solid #1a1b1d;
            color: #a6a6a6;
        }

.product-item .product-info h3 a:hover {
    color: #ff4647;
}

.product-item:hover figure img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.product-item:hover figure:after {
    opacity: 1;
    visibility: visible;
}

.product-item .group-cart-view-wishlis {
    position: absolute;
    text-align: center;
    left: 0;
    bottom: -36px;
    width: 100%;
    z-index: 10;
    opacity: 0;
}

.product-item:hover .group-cart-view-wishlis {
    opacity: 1;
}

#feature-product-top .product-item {
    margin-top: 30px;
}


/* 11.  Best Support
--------------------------------------------------------------------------------*/

#best-support {
    background-attachment: fixed !important;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    margin-top: 100px;
}

    #best-support .overlay {
        background-color: rgba(0,0,0,0.9);
        padding-top: 90px;
        padding-bottom: 100px;
        min-height: 530px;
        padding: 90px 0;
    }

.best-support-info span {
    color: #ff4647;
    font-size: 30px;
    font-weight: 300;
    display: block;
    margin-top: 50px;
}

.best-support-info h4 {
    color: #ffffff;
    font-size: 60px;
    font-weight: bold;
    margin-top: 5px;
}

.best-support-info p {
    color: #ffffff;
    font-size: 36px;
    font-weight: 300;
    text-align: right;
    margin-top: 25px;
}

/*Featrued Product*/
#feature-product {
    margin-top: 90px;
}

.owl-feature-product {
    margin-top: 70px;
}


/* 12.   Blog
--------------------------------------------------------------------------------*/
#blog {
    margin-top: 60px;
}

    #blog .prev {
        right: 35px;
    }

.owl-blog {
    margin-top: 70px;
}

    .owl-blog .item {
        padding: 0px 15px;
    }

.post-item {
    background-color: #eaeaea;
    padding-bottom: 25px;
}

    .post-item .post-header {
        position: relative;
        padding: 30px;
    }

        .post-item .post-header h4 {
            color: #1a1b1d;
            font-weight: bold;
            font-size: 20px;
        }
        .post-item .post-header h4 a{
            color: #1a1b1d;
            font-weight: bold;
            font-size: 20px;
            -webkit-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
        }
        .post-item .post-header h4 a:hover{
            color: #ff4647;
        }

.blog-info {
    font-size: 0;
}

    .blog-info li {
        font-size: 14px;
        color: #888888;
        font-weight: 300;
        margin-top: 13px;
        margin-right: 17px;
        display: inline-block;
    }

        .blog-info li i {
            font-size: 11px;
            margin-right: 4px;
        }

        .blog-info li.blog-info-user {
            position: relative;
        }

            .blog-info li.blog-info-user:after {
                position: absolute;
                content: '';
                height: 1px;
                width: 25px;
                background-color: #1a1b1d;
                display: block;
                bottom: -10px;
            }

        .blog-info li.blog-info-date {
            position: absolute;
            right: 0;
            height: 100%;
            width: 105px;
            background-color: #ff4647;
            top: 0;
            margin: 0;
            color: #fff;
            text-align: center;
            font-size: 24px;
        }

            .blog-info li.blog-info-date .blog-info-date-box {
                -webkit-transform: translateY(50%);
                -ms-transform: translateY(50%);
                -o-transform: translateY(50%);
                transform: translateY(50%);
            }

            .blog-info li.blog-info-date i {
                display: none;
            }

            .blog-info li.blog-info-date span {
                display: block;
                font-size: 30px;
                font-weight: bold;
            }

.post-item figure {
    overflow: hidden;
}

    .post-item figure img {
        display: block;
        width: 100%;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    .post-item figure:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

.post-item .blog-description {
    padding: 20px 50px;
    font-size: 14px;
    color: #484848;
    line-height: 24px;
}

.post-item .blog-more-plus {
    display: block;
    border: 1px solid #888888;
    color: #888888;
    font-size: 14px;
    font-weight: 300;
    height: 30px;
    width: 86px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    margin-left: 50px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

    .post-item .blog-more-plus:hover {
        color: #fff;
        background-color: #ff4647;
        border: 1px solid #ff4647;
    }


/* 13.   Product Bottom
--------------------------------------------------------------------------------*/


.product-bot {
    margin-top: 80px;
}

    .product-bot .product-bot-header {
        padding-bottom: 25px;
    }

        .product-bot .product-bot-header h4 {
            font-size: 20px;
            font-weight: bold;
            color: #1a1b1d;
        }

        .product-bot .product-bot-header span {
            color: #888888;
            display: block;
            position: relative;
            font-size: 14px;
            font-weight: 300;
            margin-top: 5px;
        }

.product-bot-item {
    clear: both;
    margin-top: 20px;
}

    .product-bot-item:after,
    .product-bot-item:before {
        display: block;
        clear: both;
        content: '';
    }

    .product-bot-item .product-bot-info {
        display: inline-block;
        margin-left: 20px;
    }

        .product-bot-item .product-bot-info h3 a {
            color: #1a1b1d;
            font-size: 18px;
        }

        .product-bot-item .product-bot-info .br-widget {
            margin-top: 5px;
        }

        .product-bot-item .product-bot-info span.price {
            font-size: 14px;
            font-weight: 300;
            color: #ff0000;
            margin-top: 5px;
            display: block;
        }

    .product-bot-item figure {
        float: left;
        width: 70px;
    }

        .product-bot-item figure img {
            width: 100%;
            display: block;
        }


/* 14.   Breadcrumbs
--------------------------------------------------------------------------------*/
#breadcrumbs {
    background-attachment: fixed !important;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    background-image:url('../images/bg-breadcrumbs.jpg');
}

    #breadcrumbs .overlay {
        min-height: 175px;
        background-color: rgba(0,0,0,0.2);
        padding-top: 75px;
    }

    #breadcrumbs h2 {
        color: #fff;
        font-weight: 300;
        font-size: 36px;
        position: relative;
    }

        #breadcrumbs h2:after {
            display: block;
            content: '';
            height: 1px;
            width: 25px;
            background-color: #fff;
            position: absolute;
            bottom: -20px;
        }

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    padding-left: 0;
    margin-top: 30px;
    margin-bottom: 0;
}

    .breadcrumb li {
        font-size: 12px;
    }

    .breadcrumb > li + li:before {
        content: '';
        font-family: FontAwesome;
    }

    .breadcrumb li a {
        color: #b7b7b7;
    }

    .breadcrumb li.active {
        color: #fff;
    }

.product-grid {
    margin-top: 40px;
}



/* 15.   SideBar
--------------------------------------------------------------------------------*/

.sidebar {
    margin-top: 30px;
}

    .sidebar .header-sidebar h4 {
        color: #1a1b1d;
        position: relative;
        font-weight: bold;
        font-size: 20px;
    }

.sidebar-content {
    margin-top: 30px;
}

.category li {
    padding: 5px 0;
}

    .category li a {
        color: #484848;
        font-size: 14px;
        font-weight: 400;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

        .category li a i {
            margin-right: 5px;
        }

        .category li a:hover {
            color: #ff4647;
            text-indent: 10px;
        }

.sidebar-option {
    font-size: 0;
}

.input-price-rage {
    margin-top: 20px;
    line-height: 30px;
    font-size: 12px;
    font-weight: 300;
    color: #989898;
}

.sidebar-price-range .filter-price {
    display: inline-block;
    margin-left: 30px;
    height: 30px;
    border: 1px solid #989898;
    line-height: 28px;
    width: 77px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: transparent;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

    .sidebar-price-range .filter-price:hover,
    .sidebar-option a:hover {
        color: #fff;
        border: 1px solid #ff4647;
        background-color: #ff4647;
    }

.sidebar-option a {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    color: #989898;
    border: 1px solid #989898;
    font-family: 'NexaLight';
    margin-top: 5px;
    margin-right: 5px;
    height: 30px;
    line-height: 30px;
    padding: 0px 9px;
}

/* 16.   Slide Image
--------------------------------------------------------------------------------*/


.slide-image {
    margin-top: 30px;
    position: relative;
}

    .slide-image .prev-next {
        z-index: 10;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .slide-image .item img {
        width: 100%;
    }

    .slide-image .prev {
        left: 20px;
    }

    .slide-image .next {
        right: 20px;
    }


/* 17.  Navigation
--------------------------------------------------------------------------------*/


.control {
    margin-top: 30px;
}

    .control:after,
    .control:before {
        display: block;
        content: '';
        clear: both;
    }

.option-grid-list {
    font-size: 0;
    float: left;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
}

    .option-grid-list a {
        display: inline-block;
        margin-right: 10px;
        font-size: 14px;
        color: #989898;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

        .option-grid-list a.selected,
        .option-grid-list a:hover {
            color: #ff4647;
        }

.dropdown {
    float: left;
    margin-left: 50px;
    font-family: NexaLight;
}

    .dropdown .btn {
        padding: 4px 10px;
        color: #989898;
        outline: none;
        background-color: transparent;
        border-radius: 3px;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

        .dropdown .btn:hover,
        .dropdown.open .btn {
            background-color: #ff4647;
            color: #fff;
        }

        .dropdown .btn .caret {
            border: 0;
            display: inline;
            margin-left: 5px;
        }

.page-navigato {
    float: right;
    font-size: 0;
}

    .page-navigato li {
        font-size: 14px;
        display: inline-block;
    }

        .page-navigato li a {
            display: block;
            font-family: NexaLight;
            height: 30px;
            line-height: 28px;
            border: 1px solid #989898;
            color: #989898;
            padding: 0 11px;
            margin-left: 2px;
        }

        .page-navigato li.current-page a {
            color: #fff;
            background-color: #ff4647;
            border: 1px solid #ff4647;
        }

        .page-navigato li a:hover {
            border: 1px solid #ff4647;
        }

.control-bot {
    margin-top: 55px;
}

.control-page-title {
    float: left;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
}

    .control-page-title span {
        color: #989898;
        font-size: 14px;
        font-family: NexaLight;
    }

.content-grid .product-item {
    margin-top: 30px;
}


/* 18.   Product List
--------------------------------------------------------------------------------*/

.content-list {
    overflow: hidden;
}

    .content-list .product-item.product-list-item {
        margin-top: 30px;
    }

.product-item.product-list-item figure:after {
    display: none;
}

.product-item.product-list-item:hover figure img {
    -webkit-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
}

.product-item.product-list-item .product-info {
    padding: 30px 30px 10px 15px;
}

.product-descript {
    font-size: 14px;
    line-height: 23px;
    color: #a6a6a6;
    margin-top: 25px;
}

.product-item.product-list-item .product-info .group-cart-view-wishlis {
    position: static;
    text-align: left;
    opacity: 1;
    margin-top: 25px;
}
/*Product Detail*/
#product-detail {
    margin-top: 70px;
}

.product-detail {
    background-color: #eaeaea;
    padding: 0px 30px;
    padding-bottom: 20px;
}

.slide-product {
    margin-top: 30px;
}

.flexslider {
    margin-bottom: 15px;
    border: 0;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
}

.flex-direction-nav a {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center !important;
    border: 1px solid #989898;
    line-height: 28px;
}

    .flex-direction-nav a:before {
        content: '';
        font-size: 14px;
        font-family: FontAwesome;
        text-shadow: none;
    }

    .flex-direction-nav a.flex-next:before {
        content: '';
    }

.flexslider-carousel {
    overflow: hidden;
}

    .flexslider-carousel .flexslider {
        margin-left: -5px;
        margin-right: -5px;
    }

    .flexslider-carousel li {
        padding: 0px 5px;
    }

.product-content {
    margin-top: 30px;
}

    .product-content h1 {
        font-weight: bold;
        color: #1a1b1d;
        font-size: 20px;
    }

    .product-content .price {
        font-weight: 300;
        float: left;
        margin-top: 10px;
        color: #a6a6a6;
        position: relative;
    }

    .product-content .br-widget {
        float: right;
        margin-top: 10px;
    }

.option-item {
    overflow: hidden;
    line-height: 30px;
}

    .option-item label {
        font-weight: 400;
        color: #484848;
        font-size: 12px;
        width: 40px;
    }

    .option-item select {
        height: 30px;
        background-color: transparent;
        border: 1px solid #989898;
        color: #989898;
        font-size: 14px;
        font-family: NexaLight;
        padding-left: 10px;
        padding-right: 10px;
        outline: none;
        margin-top: 7px;
    }

.product-content .product-descript {
    margin-bottom: 30px;
}

.product-content .group-cart-view-wishlis {
    margin-top: 15px;
}

    .product-content .group-cart-view-wishlis a {
        border: 1px solid #989898;
    }

        .product-content .group-cart-view-wishlis a.add-cart-item {
            border: 1px solid #1a1b1d;
        }
.product-content .hr{
    padding-top:15px;
}
.product-content .no-padding{
    padding: 0;
}
.group-share {
    font-size: 0;
    margin-top: 15px;
}

    .group-share label {
        font-size: 12px;
        color: #484848;
    }

    .group-share a {
        font-size: 14px;
        color: #424242;
        margin: 0px 20px;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

        .group-share a:hover {
            color: #ff4647;
        }

.product-tab {
    margin-top: 70px;
}

    .product-tab .nav-tabs > li {
        margin-bottom: 0;
    }

    .product-tab .nav-tabs {
        border: 0;
    }

        .product-tab .nav-tabs > li.active > a,
        .product-tab .nav-tabs > li.active > a:hover,
        .product-tab .nav-tabs > li.active > a:focus {
            border: 0;
        }

        .product-tab .nav-tabs > li > a {
            border: 0;
            border-radius: 0;
            color: #1a1b1d;
            font-weight: 300;
            font-size: 18px;
            background-color: #fff;
            margin-right: 1px;
        }

        .product-tab .nav-tabs > li.active a {
            margin: 0 5px;
            background-color: #eaeaea;
            color: #1a1b1d;
            font-weight: bold;
        }

        .product-tab .nav-tabs > li.active:first-child a {
            margin-left: 0;
        }

    .product-tab .tab-content {
        background-color: #eaeaea;
    }

    .product-tab #description {
        padding: 30px;
        color: #58595b;
        font-size: 14px;
        line-height: 24px;
    }

#product-related {
    margin-top: 40px;
}

    #product-related .header-title h3 {
        font-family: NexaLight;
    }
    #product-related .header-title h3 strong{
        font-family: 'NexaBold';
    }
    #product-related .product-item {
        margin-top: 30px;
    }

.hr {
    height: 1px;
    width: 30px;
    border-bottom: 1px solid #a6a6a6;
    clear: both;
    padding-top: 10px;
}

    .hr.hr-black {
        border-bottom: 1px solid #000;
    }

    .hr.hr-white {
        border-bottom: 1px solid #fff;
    }


/* 19.   Blog List
--------------------------------------------------------------------------------*/


.blog-list {
    margin-top: 30px;
}

    .blog-list .post-item {
        margin-top: 30px;
    }

        .blog-list .post-item .blog-more-plus {
            margin-left: 30px;
        }

    .blog-list .blog-description {
        font-size: 16px;
        padding-left: 30px;
        padding-right: 30px;
    }

.popular-post-item {
    overflow: hidden;
    margin-top: 30px;
}

    .popular-post-item figure {
        float: left;
        width: 63px;
        margin-right: 10px;
    }

        .popular-post-item figure img {
            display: block;
        }

    .popular-post-item h4 {
        margin-top: -5px;
    }

        .popular-post-item h4 a {
            color: #5c5c5c;
            font-size: 14px;
            line-height: 24px;
        }

            .popular-post-item h4 a:hover {
                color: #ff4647;
            }

    .popular-post-item span {
        color: #a6a6a6;
        margin-top: 5px;
        font-size: 14px;
        margin-right: 10px;
        display: inline-block;
    }

        .popular-post-item span i {
            font-size: 11px;
            margin-right: 5px;
        }

.tags a {
    text-transform: uppercase;
}

.text-widget p {
    color: #5c5c5c;
    font-size: 16px;
    line-height: 24px;
}

.blog-list .blog-description .italic {
    font-style: italic;
    text-align: center;
    font-weight: 300;
    color: #a6a6a6;
}


/* 20.   Comment
--------------------------------------------------------------------------------*/


#comment {
    overflow: hidden;
    background-color: #eaeaea;
    padding: 20px;
    margin-top: 40px;
}

    #comment .comment-header h6 {
        font-size: 24px;
        color: #1a1b1d;
        font-weight: bold;
    }

    #comment .media {
        border-top: 1px solid #d9d9d9;
        padding-top: 20px;
        margin-top: 20px;
    }

        #comment .media .media-heading {
            color: #1a1b1d;
            margin-bottom: 3px;
            font-size: 18px;
        }

        #comment .media .media-date {
            color: #a6a6a6;
            font-size: 12px;
            font-weight: 300;
        }

        #comment .media p {
            line-height: 24px;
            color: #717171;
            font-size: 14px;
            margin-top: 10px;
        }

        #comment .media .media-reply {
            font-size: 12px;
            color: #ff4647;
        }

            #comment .media .media-reply i {
                font-size: 7px;
                margin-left: 10px;
            }



/* 21.  Reply Comment
--------------------------------------------------------------------------------*/


#comment-form {
    background-color: #eaeaea;
    margin-top: 30px;
    overflow: hidden;
}

    #comment-form input {
        width: 33.33333%;
        float: left;
        border: 1px solid #d9d9d9;
        border-right: 0;
        border-top: 0;
        background-color: transparent;
        padding: 15px 18px;
        color: #b7b7b7;
        font-size: 14px;
        outline: none;
    }

        #comment-form input:first-child {
            border-left: 0;
        }

    #comment-form textarea {
        resize: none;
        background-color: transparent;
        border: 0;
        width: 100%;
        padding: 20px;
        outline: none;
        border-bottom: 0;
        min-height: 200px;
    }

    #comment-form button {
        width: 100%;
        text-align: center;
        background-color: #333333;
        color: #fff;
        border: 0;
        font-size: 14px;
        line-height: 46px;
        text-transform: uppercase;
        outline: none;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    #comment-form button:hover{
        background-color: #ff4647;
        color: #fff;
    }


/* 22.  Shop Cart
--------------------------------------------------------------------------------*/


.shopping-cart {
    margin-top: 65px;
}

.table-cart table {
    background-color: #fff;
    padding: 0px 15px;
    width: 100%;
}

.table-cart th {
    line-height: 73px;
    font-size: 16px;
    color: #484848;
    text-transform: uppercase;
    background-color: #eaeaea;
}

.table-cart td {
    border-bottom: 1px solid #eaeaea;
}

    .table-cart td img {
        display: block;
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
    }

.table-cart h6 a {
    color: #1a1b1d;
    font-size: 16px;
}

    .table-cart h6 a:hover {
        text-decoration: underline;
    }

.table-cart td .br-widget {
    margin-top: 7px;
}

.table-cart td .price {
    font-size: 14px;
    font-weight: 300;
    color: #a6a6a6;
}

.table-cart td .quantity {
    display: inline-block;
    width: 60px;
    position: relative;
}

    .table-cart td .quantity input {
        width: 100%;
        border: 1px solid #989898;
        color: #989898;
        background-color: transparent;
        padding: 4px 26px 4px 5px;
        outline: none;
        text-align: center;
        font-weight: 300;
        font-size: 14px;
    }

    .table-cart td .quantity .quanti-btn {
        position: absolute;
        right: 0;
        border: 0;
        background-color: transparent;
        width: 26px;
        height: 15px;
        line-height: 8px;
        outline: none;
        text-align: center;
        font-size: 14px;
        color: #989898;
        bottom: 0;
    }

        .table-cart td .quantity .quanti-btn.plus {
            top: 0;
            bottom: inherit;
        }

        .table-cart td .quantity .quanti-btn:hover {
            background-color: #ff4647;
            color: #fff;
        }

.table-cart td .remove-from-cart {
    color: #a6a6a6;
    font-size: 14px;
    padding: 1px 5px;
    font-family: NexaLight;
}

    .table-cart td .remove-from-cart:hover {
        background-color: #ff4647;
        color: #fff;
    }

.group-btn-cart {
    overflow: hidden;
    text-align: right;
}

    .group-btn-cart a {
        display: inline-block;
        padding: 0px 20px;
        border: 1px solid #989898;
        color: #989898;
        text-transform: uppercase;
        height: 30px;
        line-height: 28px;
        font-family: NexaLight;
        margin-top: 17px;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

        .group-btn-cart a:hover {
            background-color: #ff4647;
            color: #fff;
            border: 1px solid #ff4647;
        }


.cart-shop-item {
    margin-top: 35px;
    background-color: #eaeaea;
    overflow: hidden;
}

.heading-cart-shop h5 {
    color: #525252;
    font-size: 20px;
}

.heading-cart-shop span {
    color: #a6a6a6;
    font-size: 14px;
    display: block;
    margin-top: 5px;
    font-weight: 300;
}

.heading-cart-shop {
    background-color: #eaeaea;
    padding: 15px 25px;
}

.cart-shop-item-content.discount {
    padding: 35px 25px;
}

.cart-shop-item-content input[type="text"] {
    border: 0;
    padding: 6px;
    background-color: #f7f7f7;
    color: #a8a8a8;
    width: 100%;
    font-size: 12px;
    height: 30px;
}

.estimate-shipping,
.shop-total-cart {
    padding-bottom: 30px !important;
    overflow: hidden;
}

.heading-total {
    background-color: #d92a2b !important;
}

    .heading-total h5,
    .heading-total span {
        color: #fff;
    }

.shop-lable {
    color: #484848;
    font-size: 14px;
    margin-top: 20px;
    font-weight: normal;
}

.box-select label {
    display: block;
    font-size: 14px;
    color: #989898;
    position: absolute;
    right: 0;
    height: 30px;
    background-color: #f7f7f7;
    top: 0px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    pointer-events: none;
}

.box-select {
    position: relative;
    background-color: #f7f7f7;
    margin-top: 10px;
    outline: none;
}

    .box-select select {
        width: 100%;
        background-color: #f7f7f7;
        height: 30px;
        border: 0;
        font-size: 14px;
        padding: 0 5px;
    }


.cart-shop-item-content {
    padding: 0px 25px;
    background-color: #fff;
}

.btn-cart-shop {
    height: 50px;
    display: block;
    color: #484848;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 50px;
    background-color: #eaeaea;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

    .btn-cart-shop:hover,
    .btn-cart-shop-hover {
        color: #fff;
        background-color: #d92a2b;
    }

.box-shop-total-cart {
    overflow: hidden;
    text-align: right;
    color: #989898;
    font-size: 14px;
    margin-top: 20px;
}

    .box-shop-total-cart label {
        float: left;
        font-weight: normal;
    }

    .box-shop-total-cart strong {
        color: #1a1b1d;
        text-transform: uppercase;
    }

/* 23.   Check Out
--------------------------------------------------------------------------------*/
.check-out {
    margin-top: 60px;
}

.check-wrap {
    background-color: #eaeaea;
    margin-left: 55px;
    padding-top: 15px;
    padding-bottom: 30px;
    position: relative;
}

    .check-wrap:after,
    .check-wrap:before {
        display: block;
        clear: both;
        content: '';
    }

.check-out-content {
    float: left;
    overflow: hidden;
    width: 50%;
    border-right: 1px solid #dddddd;
    padding: 0px 50px;
    min-height: 310px;
}

.check-out-right {
    padding-left: 125px;
}

.check-wrap .check-out-title {
    margin-left: 50px;
}

.check-out-title h5 {
    color: #1a1b1d;
    font-weight: bold;
    font-size: 20px;
}

.check-out-content {
    margin-top: 40px;
    padding-bottom: 40px;
}

    .check-out-content .span-label {
        margin-top: 30px;
    }

    .check-out-content p {
        color: #8f8e8e;
        font-size: 14px;
        margin-top: 30px;
    }

.span-label {
    color: #494949;
    font-size: 14px;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
}

.btn-check-out {
    width: 155px;
    background-color: #1a1b1d;
    color: #fff;
    border: 0;
    height: 37px;
    line-height: 37px;
    margin-top: 20px;
}

.check-out-content .form-input {
    margin-top: 20px;
}

.check-out-right {
    border: 0;
}

.check-out-content .forget-pwd {
    color: #8f8e8e;
    font-size: 14px;
    display: block;
    margin-left: 135px;
    margin-top: 15px;
}

.check-out-right .checkbox-check-out,
.check-out-right .btn-check-out {
    margin-left: 135px;
}

.form-input {
    overflow: hidden;
}

    .form-input label {
        float: left;
        width: 135px;
        color: #8f8e8e;
        font-weight: 400;
        font-size: 14px;
        line-height: 30px;
    }

        .form-input label samp {
            color: #cd2122;
            font-size: 12px;
        }

    .form-input input {
        float: left;
        padding: 5px 10px;
        width: 240px;
        border: 1px solid #989898;
        background-color: transparent;
    }

.check-out-content .radio-check-out {
    margin-top: 15px;
}

.radio-check-out {
    overflow: hidden;
    line-height: 18px;
}

    .radio-check-out input[type="radio"],
    .radio-check-out input[type="checkbox"] {
        display: none;
    }

        .radio-check-out input[type="radio"]:checked + label:after,
        .radio-check-out input[type="checkbox"]:checked + label:after {
            display: block;
        }

    .radio-check-out label {
        color: #8f8e8e;
        font-size: 14px;
        position: relative;
        font-weight: normal;
        padding-left: 30px;
    }

        .radio-check-out label:after {
            display: none;
            height: 5px;
            width: 5px;
            background-color: #f23e3d;
            content: '';
            border-radius: 100%;
            position: absolute;
            top: 6px;
            left: 5px;
            margin: auto;
        }

        .radio-check-out label:before {
            display: block;
            height: 15px;
            width: 15px;
            border: 1px solid #e3e3e3;
            background-color: #f6f6f6;
            content: '';
            border-radius: 100%;
            cursor: pointer;
            position: absolute;
            top: 1px;
            left: 0;
            margin: auto;
        }

.checkbox-check-out label:before {
    border-radius: 0;
}

.checkbox-check-out label:after {
    content: '';
    border: 0;
    background-color: transparent;
    font-family: FontAwesome;
    line-height: 15px;
    width: 15px;
    top: 1px;
    height: 15px;
    left: 0;
    font-size: 12px;
    text-align: center;
}

.check-out-step {
    position: absolute;
    left: -55px;
    top: 0;
}

    .check-out-step li a {
        display: block;
        width: 55px;
        height: 55px;
        line-height: 55px;
        text-align: center;
        color: #494949;
        font-size: 18px;
        font-weight: 300;
        background-color: #fff;
        border-bottom: 1px solid #f5f5f5;
    }

        .check-out-step li a:hover {
            background-color: #eaeaea;
            color: #1d1d1d;
        }

    .check-out-step li.active a {
        border-bottom: 4px solid #f5f5f5;
        border-top: 4px solid #f5f5f5;
        background-color: #eaeaea;
    }

    .check-out-step li:first-child a {
        border-top: 0 !important;
    }

/* 24.  Pricing
--------------------------------------------------------------------------------*/
#price-center .price-item {
    margin-top: 65px;
}

.price-item {
    background-color: #eaeaea;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

    .price-item h2 {
        color: #1a1b1d;
        font-size: 16px;
        font-family: NexaBold;
        line-height: 60px;
        text-align: center;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

.price-descrit {
    background-color: #fff;
    color: #a4aeb9;
    font-size: 13px;
}

    .price-descrit p {
        line-height: 36px;
        text-align: center;
        padding: 15px 0;
    }

    .price-descrit .price {
        line-height: 45px;
        display: block;
        color: #a4aeb9;
        font-size: 22px;
        font-family: NexaLight;
        background-color: #e3e4e8;
        text-align: center;
        text-transform: uppercase;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    .price-descrit a {
        text-align: center;
        height: 50px;
        display: block;
        line-height: 50px;
        background-color: #e3e4e8;
        font-size: 16px;
        color: #a4aeb9;
        text-transform: uppercase;
        font-family: NexaLight;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

.price-item:hover {
    background-color: #ff4647;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}

    .price-item:hover h2 {
        color: #fff;
    }

    .price-item:hover .price-descrit .price,
    .price-item:hover .price-descrit a {
        color: #fff;
        background-color: #d92a2b;
    }

.price-item-full h2 {
    height: 95px;
    font-size: 18px;
}

.price-item-full:hover .price-descrit {
    background-color: #eaeaea;
}

.price-item-full .price-descrit {
    position: relative;
    padding-top: 50px;
    padding-bottom: 30px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

    .price-item-full .price-descrit .price {
        position: absolute;
        left: 0;
        right: 0;
        top: -35px;
        height: 70px;
        width: 70px;
        line-height: 70px;
        border-radius: 50%;
        margin: auto;
    }

    .price-item-full .price-descrit a {
        margin: auto;
        width: 125px;
        font-size: 12px;
        border-radius: 5px;
        line-height: 40px;
        height: 40px;
        font-family: Lato;
    }

.price-full-width .price-item-full {
    float: left;
    width: 25%;
    border-left: 1px solid #e3e4e8;
}

    .price-full-width .price-item-full:first-child {
        border-left: 0;
    }

/* 25.  Classes
--------------------------------------------------------------------------------*/

#classes {
    margin-top: 55px;
}

.classes-content {
    overflow: hidden;
}

    .classes-content .our-inner {
        margin-top: 30px;
    }

.filter-classes {
    text-align: center;
}

    .filter-classes li.filter-select,
    .filter-classes li:hover {
        border: 1px solid #ff4647;
    }

        .filter-classes li.filter-select a,
        .filter-classes li:hover a {
            background-color: #ff4647;
        }

.control-classer {
    text-align: center;
}
/*Classes Detail*/
.classes-detail-wrap {
    margin-left: 55px;
    position: relative;
    background-color: #eaeaea;
    padding: 30px;
    margin-top: 65px;
}

.classes-detail-content {
    color: #58595b;
    font-size: 14px;
    line-height: 24px;
}

.classes-detail-wrap .check-out-title {
    margin-bottom: 25px;
}

.wrap-ul-classes {
    padding: 30px 0;
    overflow: hidden;
}

.ul-classes {
    line-height: 1;
}

.classes-sidebar {
    padding-top: 35px;
}

.classes-sidebar-wrap {
    margin-top: 30px;
    overflow: hidden;
    background-color: #eaeaea;
}

.classes-sidebar-title {
    padding: 15px 30px;
}

    .classes-sidebar-title h5 {
        color: #1a1b1d;
        font-size: 20px;
        font-weight: bold;
    }

    .classes-sidebar-title p {
        color: #a6a6a6;
        font-size: 14px;
        font-weight: 300;
        margin-top: 5px;
    }

.classes-sidebar-content {
    background-color: #fff;
    padding: 20px 30px;
}

    .classes-sidebar-content ul li {
        text-align: right;
        padding: 8px 0;
        color: #484848;
        overflow: hidden;
        font-size: 13px;
    }

        .classes-sidebar-content ul li span {
            float: left;
        }

            .classes-sidebar-content ul li span i {
                font-size: 14px;
                margin-right: 5px;
            }

.contact-classes-sidebar {
    display: block;
    text-align: center;
    color: #484848;
    line-height: 50px;
    text-transform: uppercase;
}


    .classes-sidebar-color .contact-classes-sidebar,
    .contact-classes-sidebar:hover {
        background-color: #d92a2b;
        color: #fff;
    }

.classes-sidebar-color {
    background-color: #ff4647;
}

    .classes-sidebar-color .classes-sidebar-title h5,
    .classes-sidebar-color .classes-sidebar-title p {
        color: #fff;
    }

.our-ul-tab li.active a {
    color: #1a1b1d;
}

/* 26.  Contact
--------------------------------------------------------------------------------*/

#map {
    position: relative;
    min-height: 450px;
    margin-top: 50px;
}

#mapcontent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    #mapcontent iframe {
        width: 100%;
        height: 100%;
    }

.contact-info {
    width: 300px;
    margin-top: 60px;
    float: right;
}

    .contact-info span.icon {
        font-size: 60px;
    }

    .contact-info h3 {
        text-align: left;
        padding-left: 30px;
        padding-right: 30px;
    }

    .contact-info .hr {
        margin-left: 30px;
    }

    .contact-info p {
        text-align: left;
        padding-left: 30px;
        padding-right: 30px;
    }

#contact-form {
    margin-top: 70px;
}


/* 27.  Trainer Detail
--------------------------------------------------------------------------------*/

.trainer-detail-content {
}

.trainer-detail-img img {
    width: 100%;
    display: block;
}
.trainer-detail-info .hr{
    margin-bottom: 20px;
}
.trainer-detail-info h2 {
    color: #1a1b1d;
    font-size: 20px;
    font-weight: bold;
}

.trainer-detail-info p {
    color: #a6a6a6;
    font-weight: 300;
    margin-top: 5px;
    font-size: 14px;
}

.skill {
    margin-top: 15px;
}

    .skill .skill-name {
        font-size: 14px;
        color: #a6a6a6;
    }

    .skill .percent {
        height: 15px;
        background-color: #fff;
        width: 100%;
        position: relative;
        margin-top: 15px;
    }

        .skill .percent:after {
            position: absolute;
            content: attr(data-percent) "%";
            font-size: 11px;
            color: #a4aeb9;
            font-family: 'Open Sans';
            right: 10px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .skill .percent i {
            background-color: #ff4647;
            display: block;
            height: 15px;
            content: '';
            width: 0;
            -webkit-transition: all 1.5s linear;
            -o-transition: all 1.5s linear;
            transition: all 1.5s linear;
        }

.training-share {
    margin-top: 20px;
}

    .training-share a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        border: 1px solid #757575;
        color: #757575;
        display: inline-block;
        text-align: center;
        font-size: 14px;
        margin-right: 5px;
        margin-left: 5px;
    }

        .training-share a:first-child {
            margin-left: 0;
        }

        .training-share a:hover {
            background-color: #ff4647;
            border: 1px solid #ff4647;
            color: #fff;
        }

#fqa {
    margin-top: 15px;
}

    #fqa .fqa-title {
        margin-bottom: 25px;
    }

.fqa-title h6 {
    text-transform: uppercase;
    color: #1a1b1d;
    font-size: 20px;
    font-weight: bold;
    ;
}

.fqa-title span {
    color: #a6a6a6;
    font-size: 14px;
    font-weight: 300;
    margin-top: 5px;
    display: block;
}

.panel-trainer {
}

.panel-trainer-header {
    overflow: hidden;
    border-bottom: 1px solid #d1d1d1;
    height: 55px;
    line-height: 55px;
    position: relative;
    background-color: #dedede;
    padding: 0px 24px;
}

    .panel-trainer-header h5 {
        color: #1a1b1d;
        font-size: 16px;
        line-height: inherit;
        font-weight: bold;
    }

    .panel-trainer-header span {
        position: absolute;
        height: 8px;
        width: 25px;
        background-color: #000;
        border-radius: 5px;
        display: block;
        top: 50%;
        right: 10px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .panel-trainer-header span i {
            display: block;
            content: '';
            cursor: pointer;
            position: absolute;
            top: 0;
            right: 0;
            background-color: #fff;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            -webkit-transition: right left 0.3s linear;
            -o-transition: right left 0.3s linear;
            transition: right left 0.3s linear;
        }

.panel-trainer-content {
    padding: 15px 25px;
    background-color: #f5f5f5;
    font-size: 14px;
    color: #464545;
    font-weight: 300;
    display: none;
}

.panel-trainer.panel-trainer-active .panel-trainer-header {
    background-color: #ff4647;
    border-bottom: 3px solid #d92a2b;
}

    .panel-trainer.panel-trainer-active .panel-trainer-header h5 {
        color: #fff;
    }

    .panel-trainer.panel-trainer-active .panel-trainer-header span {
        background-color: #fff;
    }

        .panel-trainer.panel-trainer-active .panel-trainer-header span i {
            background-color: #000;
            left: 0;
            right: inherit;
        }

.panel-trainer.panel-trainer-active .panel-trainer-content {
    display: block;
}

.question li {
    padding: 10px 0;
}

    .question li a {
        color: #464545;
        font-size: 14px;
    }

        .question li a:hover {
            color: #999999;
        }


/* 28.  TimeTable
--------------------------------------------------------------------------------*/

#time-table {
    margin-top: 65px;
}

.time-table {
    width: 100%;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

    .time-table tr th {
        width: 12.5%;
        font-weight: bold;
        text-transform: uppercase;
        color: #1a1b1d;
        font-family: NexaBold;
        font-size: 20px;
        padding: 30px 5px;
        text-align: center;
        background-color: #eaeaea;
        border-left: 1px solid #e2e2e2;
    }

    .time-table tr td {
        position: relative;
        text-transform: uppercase;
        font-size: 20px;
        font-family: NexaBold;
        overflow: hidden;
        font-weight: bold;
        padding: 21px 5px;
        border-left: 1px solid #e2e2e2;
        border-top: 1px solid #e2e2e2;
        text-align: center;
    }

        .time-table tr td:after {
            position: absolute;
            top: -20px;
            right: -6px;
            display: none;
            content: '';
            font-family: FontAwesome;
            font-size: 45px;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .time-table tr td.time-yoga {
            color: #d92acb;
        }

        .time-table tr td.time-gym {
            color: #d92a2b;
        }

        .time-table tr td.time-fitness {
            color: #00cb86;
        }

        .time-table tr td.time-swimming {
            color: #2a80d9;
        }

        .time-table tr td.time-spinning {
            color: #dfa904;
        }

        .time-table tr td.time-pilates {
            color: #32d92a;
        }

            .time-table tr td.time-yoga:after,
            .time-table tr td.time-gym:after,
            .time-table tr td.time-fitness:after,
            .time-table tr td.time-swimming:after,
            .time-table tr td.time-spinning:after,
            .time-table tr td.time-pilates:after {
                display: block;
            }

        .time-table tr td.time-hour {
            font-family: NexaLight;
            color: #8f8f8f;
        }

/* 29.  PreLoader
--------------------------------------------------------------------------------*/

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color:#eaeaea;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    top: 0;
    left: 0;
    z-index: 99999;
    overflow: hidden;
}

    #preloader:before {
        display: block;
        content: '';
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        width: 50px;
        height: 50px;
        border:2px solid #ff4647;
        border-right: 2px solid #eaeaea;
        border-radius: 50%;
        position: absolute;
        margin: auto;
        -webkit-animation: loading-effect-before 1s infinite;
        animation: loading-effect-before 1s infinite;
        -webkit-animation-timing-function: linear;
        -o-animation-timing-function: linear;
        animation-timing-function: linear;
        }   

@-webkit-keyframes loading-effect-before {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}


@keyframes loading-effect-before {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}




/* 30.  Footer
--------------------------------------------------------------------------------*/


footer {
    margin-top: 100px;
}

.feater-bot {
    position: relative;
    background-color: #000;
}

    .feater-bot:before {
        display: block;
        content: '';
        position: absolute;
        top: -5px;
        height: 5px;
        background-color: rgba(0,0,0,0.8);
        width: 100%;
    }

.feater-bot-item {
    position: relative;
    padding: 25px 15px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

    .feater-bot-item h4 {
        color: #fff;
        font-size: 20px;
        font-weight: bold;
    }

    .feater-bot-item p {
        color: #5c5c5c;
        font-size: 14px;
        margin-top: 5px;
        text-transform: uppercase;
    }

    .feater-bot-item span {
        position: absolute;
        top: 50%;
        right: 15px;
        font-size: 30px;
        color: #5c5c5c;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .feater-bot-item:after {
        position: absolute;
        width: 1px;
        height: 100%;
        right: 0;
        background-color: #2b2b2b;
        content: '';
        display: block;
        top: 0;
    }

    .feater-bot-item:last-child::after {
        display: none;
    }
.feater-bot-item:hover{
    background-color: #2b2b2b;
}
.footer-group {
    padding-bottom: 30px;
    background-color: #151515;
}

.footer-item {
    margin-top: 25px;
}

    .footer-item h5 {
        color: #fff;
        font-size: 18px;
        font-weight: 300;
        position: relative;
    }

        .footer-item h5:after {
            position: absolute;
            height: 1px;
            width: 28px;
            background-color: #fff;
            display: block;
            content: '';
            bottom: -15px;
        }

    .footer-item ul {
        margin-top: 30px;
    }

        .footer-item ul li {
            padding: 7px 0;
        }

            .footer-item ul li a {
                color: #5c5c5c;
                font-size: 14px;
                -webkit-transition: all 0.3s linear;
                -o-transition: all 0.3s linear;
                transition: all 0.3s linear;
            }

                .footer-item ul li a i {
                    padding-right: 5px;
                }

                .footer-item ul li a:hover {
                    color: #ff4647;
                    text-indent: 10px;
                }

    .footer-item p {
        color: #5c5c5c;
        font-size: 14px;
        line-height: 24px;
        margin-top: 32px;
    }

.letter-form {
    margin-top: 15px;
    border-radius: 15px;
    padding-right: 40px;
    background-color: #ff4647;
    position: relative;
}

    .letter-form span {
        top: 50%;
        color: #fff;
        right: 15px;
        font-size: 18px;
        position: absolute;
        overflow: hidden;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .letter-form input {
        width: 100%;
        background-color: #151515;
        border-radius: 15px;
        border: 1px solid #424242;
        outline: none;
        padding: 7px 10px;
        color: #fff;
        font-size: 14px;
        font-weight: 300;
    }

.footer-bot {
    border-top: 5px solid #000;
    background-color: #151515;
    padding-bottom: 45px;
}

.footer-left {
    margin-top: 40px;
    overflow: hidden;
}

    .footer-left h6 {
        float: left;
        width: 200px;
        text-align: center;
    }

        .footer-left h6 a {
            color: #ff4647;
            font-weight: 300;
            font-size: 24px;
            text-transform: uppercase;
        }

        .footer-left h6 img {
            clear: both;
            margin: 0px auto;
            margin-bottom: 10px;
            display: block;
        }

.footer-info {
    float: left;
    color: #919191;
    font-size: 14px;
    line-height: 27px;
}

.footer-right {
    margin-top: 40px;
    text-align: right;
}

.social-footer {
    font-size: 0;
}

    .social-footer a {
        border: 1px solid #424242;
        border-radius: 50%;
        height: 30px;
        line-height: 30px;
        text-align: center;
        width: 30px;
        color: #424242;
        font-size: 14px;
        display: inline-block;
        margin: 0 5px;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

        .social-footer a:last-child {
            margin-right: 0;
        }

        .social-footer a:hover {
            color: #a0a0a0;
            border: 1px solid #a0a0a0;
        }

.menu-footer {
    font-size: 0;
}

    .menu-footer li {
        position: relative;
        font-size: 14px;
        display: inline-block;
        margin-top: 15px;
        padding: 0 15px;
    }

        .menu-footer li:before {
            position: absolute;
            top: 50%;
            left: -2px;
            height: 1px;
            width: 5px;
            background-color: #666666;
            display: block;
            content: '';
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .menu-footer li:first-child::before {
            display: none;
        }

        .menu-footer li:last-child {
            padding-right: 0;
        }

        .menu-footer li a {
            color: #666666;
            font-size: 14px;
            -webkit-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
        }

            .menu-footer li a:hover {
                color: #ff4647;
            }

.footer-right p {
    color: #666666;
    font-size: 14px;
    margin-top: 10px;
}

/* 31.  Setting
--------------------------------------------------------------------------------*/

.home-black {
    background-color: #282828;
}

    .home-black .header-title h3 {
        color: #fff;
    }

        .home-black .header-title h3:after {
            background-color: #fff;
        }

    .home-black .feater-bot:before {
        background-color: rgba(0,0,0,0.1);
    }

    .home-black .hr.hr-black {
        border-bottom: 1px solid #fff;
    }


.home-white {
    background-color: #fff;
    border-top: 10px solid #d9d9d9;
}

    .home-white #header {
        background-color: #eaeaea;
    }

    .home-white .phone-email span,
    .home-white .mini-cart .cart-content i,
    .home-white .mini-cart .cart-content span,
    .home-white .feater-bot-item span,
    .home-white .feater-bot-item p {
        color: #989898;
    }

        .home-white .phone-email span i,
        .home-white .search .search-form {
            border: 1px solid #989898;
        }

    .home-white .social-network a,
    .home-white .letter-form input,
    .home-white .social-footer a {
        color: #989898;
        border: 1px solid #989898;
    }

    .home-white .feater-bot {
        background-color: #d9d9d9;
    }

    .home-white .feater-bot-item h4,
    .home-white .footer-item h5,
    .home-white .footer-info {
        color: #151515;
    }
    .home-white .feater-bot-item:hover
    {
        background-color: #e5e5e5;
    }

    .home-white .footer-bot {
        border-top: 5px solid #d9d9d9;
    }

    .home-white .feater-bot-item:after,
    .home-white .footer-group,
    .home-white .letter-form input,
    .home-white .footer-bot {
        background-color: #eaeaea;
    }

    .home-white .footer-item h5:after {
        background-color: #151515;
    }

    .home-white .feater-bot:before {
        background-color: rgba(0,0,0,0.1);
    }

/* 32.  Version
--------------------------------------------------------------------------------*/

.chooseversion-body{
    background:url('../images/bg-choose.jpg');
    background-repeat:repeat;
    border:0;
    }
.choose-wrap{
    margin:0px auto;
}

.logo-choose img{
    margin: 0px auto;
    display: block; 
}
.choose-wrap h2{
    text-align: center;
    font-size:24px;
    color: #151515;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 75px;
}
.content-choose{
    overflow:hidden;
}
.choose-item{
    width: 30%;
    float: left;
    padding: 0px 30px;
    margin-top: 150px;
    text-align: center
}
.choose-item-center{
    width: 40%;
    margin-top: 130px;
}
.choose-item img{
    max-width: 100%;
    margin: 0px auto;
    display: block;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.choose-item:hover img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.choose-item h3{
    margin-top: 70px;
}
.choose-item-center h3{
    margin-top: -20px;
}

.choose-item h3 a{
    color: #1c1b1b;
    font-size: 36px;
    text-decoration: none;
    font-weight: 300;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.choose-item:hover h3 a{
    color: #f23f3d;
}
.choose-item h3 a:hover{

}
.choose-wrap p{
    text-align: center;
    color: #919191;
    font-size: 14px;
    margin-top: 70px;
    margin-bottom: 60px;
}

/* 33.  Responsive
--------------------------------------------------------------------------------*/

@media (max-width: 1200px) {
    .logo-menu {
        height: inherit;
        position: relative;
    }

    .logo,.mini-cart {
        display: none;
    }

    .logo-mobile{
        display: block;
        padding: 10px;
    }

    .btn-mobile {
        display: block;
    }

        .btn-mobile.btn-mobile-active {
            background-color: #000;
            font-size: 30px;
        }

    .nav-menu {
        display: none;
        background-color: #151515;
        position: absolute;
        width: 100%;
        z-index: 999;
        top: 63px;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
    }

        .nav-menu.nav-menu-show {
            display: block;
        }

    #menu-nav {
        overflow: hidden;
        padding:20px 0;
        width: 720px;
        margin: auto;
    }

        #menu-nav > li {
            clear: both;
            float: none;
            text-align: left;
            width: 100%;
            height: inherit;
            border-bottom:1px solid #000;
            height: inherit;
        }

            #menu-nav > li a {
                line-height: 36px;
                padding: 10px 15px;
                font-size: 14px;
                color: #fff;
                display: block;
            }
            
            
                #menu-nav li ul{
                    display: block;
                    width: 100%;
                    min-height: inherit;
                    position: static;
                    visibility: visible;
                    opacity: 1;
                    padding:0px 0 0 25px;
                    background-color: transparent;
                    -webkit-transform: translateX(0);
                    -ms-transform: translateX(0);
                    -o-transform: translateX(0);
                    transform: translateX(0);
                }
                #menu-nav li ul li{
                    background-color: transparent;
                    padding: 0;
                }

                #menu-nav li ul li a{
                    display: block;
                    border-top: 1px solid #000;
                    text-transform: uppercase;
                    padding: 5px 10px;
                    color: #fff;
                    font-size: 13px;
                    letter-spacing: 1px;
                    font-weight: 300;
                }

                #menu-nav li ul li:first-child a{
                    border: 0;
                }
                #menu-nav li ul li{
                    background-color: transparent;
                }

                #menu-nav > li:hover,
                #menu-nav > li.current-page{
                    background-color: transparent;
                }

                #menu-nav > li:hover > a, 
                #menu-nav > li.current-page > a{
                    background-color: #000000;
                }

                #menu-nav li:hover:after {
                    display: none;
                }
                #menu-nav li ul li:hover{
                    background-color: #000;
                }
                #menu-nav li.current-page:after {
                    display: none;
                }
    .footer-left h6 {
        width: auto;
        margin-right: 10px;
    }
    .feature-top-inner a.more-plus {
        bottom: -10px;
    }
}

@media (max-width: 991px) {

    
    #slide-next, #slide-prev {
        bottom: -5px;
    }
    #feature-top {
        min-height: inherit;
    }

    .feature-top-inner {
        margin-top: 80px;
    }

        .feature-top-inner a.more-plus {
            bottom: -14px;
        }
    .header-title h3 {
        font-size: 38px;
    }

    .header-title p {
        font-size: 13px;
    }
    #our-classes {
        padding-top: 50px;
        padding-bottom: 50px;
    }

        #our-classes .our-inner {
            margin-top: 40px;
        }
    #our-trainer {
        padding-top: 50px;
    }

        #our-trainer .our-inner,
        .calenda, .training,
        #product-detail,
        .product-tab {
            margin-top: 30px;
        }

    #feature .overlay {
        padding-top: 30px;
        padding-bottom: 50px;
        min-height: inherit;
    }

    .feature-item {
        padding-top: 50px;
    }
    #design {
        margin-top: 50px;
        padding-top: 50px;
    }
    #client, #feature-product-top {
        padding-top: 50px;
    }

    .client, #best-support, #feature-product, .owl-feature-product, #blog, .owl-blog, .product-bot {
        margin-top: 50px;
    }
    #feature-product-top .filter-category {
        padding-bottom: 20px;
    }
    .best-support-info span {
        margin-top: 0;
        font-size: 26px;
    }

    .best-support-info h4 {
        font-size: 46px;
    }

    .best-support-info p {
        font-size: 30px;
    }

    #best-support .overlay {
        min-height: inherit;
        padding: 50px 0;
    }
    .product-bot {
        overflow: hidden;
        margin-left: -15px;
        margin-right: -15px;
    }

        .product-bot .product-bot-info {
            padding-left: 15px;
            padding-right: 15px;
        }

    .product-bot-item {
        float: left;
        clear: inherit;
        padding-left: 15px;
        padding-right: 15px;
        width: 33.33333%;
    }

        .product-bot-item .product-bot-info {
            width: 100%;
            float: none;
            margin-left: 0;
            background-color: #eaeaea;
            padding: 10px;
        }

        .product-bot-item figure {
            float: none;
            clear: both;
            width: inherit;
            width: 100%;
        }
    #blog .post-item .blog-description {
        padding: 20px;
    }

    #blog .post-item .blog-more-plus {
        margin-left: 20px;
    }
    .table-cart td {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .time-table tr th,
    .time-table tr td {
        font-size: 16px;
    }
    .price-full-width {
        overflow: hidden;
    }

        .price-full-width .price-item {
            width: 50%;
        }
    .check-wrap {
        padding-bottom: 0;
    }

    .check-out-content {
        width: 100%;
        padding-bottom: 30px;
        border: 0;
    }

    .check-out-right {
        padding-left: 50px;
        margin-top: 10px;
    }

    .check-out-content .span-label {
        margin-top: 0;
    }

    .check-out-content {
        min-height: inherit;
    }
    .footer-right {
        text-align: left;
    }

    .social-footer a:first-child {
        margin-left: 0;
    }

    .menu-footer li:first-child {
        padding-left: 0;
    }
    .choose-item-center h3{
        margin-top: 0;
    }
    .choose-item h3 a{
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .choose-item{
        width: 100%;
        clear: both;
        margin-top: 100px !important;
    }
    .choose-item h3 a{
        font-size: 36px;
    }
    .social-network {
        float: left;
    }

    .logo-menu {
        background-color: #ff4647;
        width: 100%;
    }
    #menu-nav{
        width: 100%;
    }
    #menu-nav li ul{
        padding:0px 0 0 15px;
    }
    .logo {
        margin-left: 0;
    }

    .btn-mobile {
        right: 15px;
    }

    .logo-menu {
        position: relative;
    }

    .logo-menu-wrap {
        position: static;
    }
    .phone-email, .slide-wrap:before,
    #slide .prev-next, .owl-controls,
    .header-title p,
    .training-item .training-link,
    .training-item .training-info {
        display: none;
    }

    #slide {
        background: none !important;
    }

        #slide .overlay {
            padding: 0;
        }

        #slide .container {
            width: 100%;
            padding: 0;
        }

    .slide-wrap {
        padding: 0;
    }

    .slide h2 {
        text-align: left;
        bottom: 50px;
        padding: 0px 15px;
    }
    #feature-top {
        padding-bottom: 80px;
    }

    .feature-top-inner {
        margin-top: 100px;
    }

        .feature-top-inner:after {
            height: 115px;
            bottom: -35px;
        }
    #design {
        margin-top: 50px;
        padding-top: 50px;
        height: 450px;
    }

    .responsive-design figure img {
        width: 80%;
    }

    .responsive-design h2 {
        font-size: 30px;
    }
    .training-item {
        background-color: #ff4647;
    }

        .training-item .descript {
            min-width: inherit;
        }
    .header-title h3 {
        font-size: 30px;
        margin: 0;
    }

    .feature-item {
        margin-top: 30px;
        padding-top: 0;
    }
    #best-support .embed-responsive,
    #classes {
        margin-top: 30px;
    }
    .product-bot {
        margin-top: 30px;
    }

        .product-bot .product-bot-info {
            padding-bottom: 10px;
        }
    .product-item.product-list-item .product-info {
        padding-left: 30px;
        padding-bottom: 20px;
    }
    .table-cart th {
        font-size: 14px;
    }

    .group-btn-cart {
        text-align: center;
    }

        .group-btn-cart a {
            float: none;
            text-align: center;
        }
    #time-table {
        margin-top: 30px;
    }

    .time-table tr th,
    .time-table tr td {
        font-size: 12px;
    }
    .filter-classes {
        padding-bottom: 10px;
    }

    .trainer-detail-info h2 {
        margin-top: 15px;
    }
    .contact-info:after {
        display: none;
    }

    #contact-form {
        margin-top: 30px;
    }
    .blog-list .post-item .post-header {
        padding-top: 15px;
    }

    .check-out-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .check-wrap .check-out-title {
        margin-left: 20px;
    }

    .feater-bot:before,
    .feater-bot-item:after {
        display: none;
    }

    .feater-bot-item:before {
        background-color: #2b2b2b;
        height: 5px;
        top: -5px;
        left: 0;
        width: 100%;
        position: absolute;
        content: '';
        display: block;
        margin-top: 5px;
    }

    .home-white .feater-bot-item:before {
        background-color: #eaeaea;
    }
}

@media (max-width: 540px) {
    /*Check Out*/
    .form-input input {
        clear: both;
        width: 100%;
    }

    .check-out-content .forget-pwd,
    .check-out-right .checkbox-check-out,
    .check-out-right .btn-check-out {
        margin-left: 0;
    }

    .check-out-content .form-input {
        margin-top: 15px;
    }
}

@media (max-width: 480px) {
    .choose-item{
        width: 100%;
        clear: both;
        margin-top: 70px !important;
    }
    .search, .footer-right,
    .responsive-design a {
        display: none;
    }
    .header-top {
        text-align: center;
    }

    .social-network {
        float: none;
        text-align: center;
    }
    .slide h2 {
        bottom: 20px;
    }
    .feature-top-inner:after {
        bottom: -25px;
    }
    #design {
        padding-top: 30px;
        height: 300px;
        margin-bottom: 50px;
    }

    .responsive-design figure {
        bottom: -50px;
    }
    #our-classes, #our-trainer {
        padding-top: 30px;
        padding-bottom: 30px;
    }

        #our-classes .our-inner, #design {
            margin-top: 30px;
        }
    .product-bot-item {
        width: 100%;
        clear: both;
        margin-top: 30px;
    }
    .blog-info li.blog-info-user:after {
        display: none;
    }

    .blog-info li.blog-info-date {
        position: static;
        background-color: transparent;
        width: inherit;
        color: #a6a6a6;
        font-size: 13px;
        display: inline-block;
    }

        .blog-info li.blog-info-date .blog-info-date-box {
            display: inline;
        }

        .blog-info li.blog-info-date i {
            display: inline;
        }

        .blog-info li.blog-info-date span {
            display: inline;
            font-size: 13px;
            font-weight: 300;
        }

    .blog-list .blog-description {
        padding-left: 15px;
        padding-right: 15px;
    }

    .blog-list .post-item .blog-more-plus {
        margin-left: 15px;
    }

    #comment {
        padding: 15px;
    }
    #breadcrumbs .overlay {
        padding-top: 30px;
        min-height: inherit;
        padding-bottom: 5px;
    }

    #breadcrumbs h2 {
        font-size: 30px;
    }
    .product-detail {
        padding: 0px 15px 20px 15px;
    }

    .product-tab .nav-tabs > li > a {
        font-size: 16px;
    }

    .product-tab #description {
        padding: 15px;
    }

    .control-bot {
        margin-top: 30px;
    }

    .page-navigato {
        clear: both;
        float: none;
    }

    .control-page-title {
        clear: both;
        float: none;
        margin-bottom: 10px;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .classes-detail-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .classes-detail-wrap {
        padding: 0;
        margin-left: 0;
    }

        .classes-detail-wrap .check-out-step {
            position: static;
            background-color: #fff;
            overflow: hidden;
        }

            .classes-detail-wrap .check-out-step li {
                float: left;
                border-right: 1px solid #eaeaea;
            }

                .classes-detail-wrap .check-out-step li.active a {
                    border: 0;
                }

        .classes-detail-wrap .check-out-title {
            margin-top: 10px;
            padding-left: 15px;
            padding-right: 15px;
        }

    .trainer-detail-content {
        margin-left: 0;
        margin-right: 0;
    }

    #fqa .fqa-title {
        padding-left: 15px;
        padding-right: 15px;
    }
    .price-full-width {
        overflow: hidden;
    }

        .price-full-width .price-item {
            width: 100%;
            margin-top: 30px;
        }
    #mapcontent {
        position: static;
    }

    .contact-info {
        width: 100%;
    }

    #mapcontent iframe {
        height: 300px;
    }
    .form-input input {
        max-width: 100%;
    }
    footer {
        margin-top: 50px;
    }

    .footer-left h6 {
        float: none;
        margin-right: 0;
    }

    .footer-info {
        text-align: center;
        float: none;
    }
}

@media (max-width: 320px) {
    .logo h1 a {
        font-size: 20px;
    }

    .logo img {
        height: 30px;
        margin-top: 15px;
    }

    #design {
        height: 220px;
    }

    .responsive-design figure {
        bottom: -50px;
    }

    .responsive-design h2 {
        font-size: 24px;
    }
}



@media (max-width: 480px) {
    .col-mm-1, .col-mm-2, .col-mm-3, .col-mm-4, .col-mm-5, .col-mm-6, .col-mm-7, .col-mm-8, .col-mm-9, .col-mm-10, .col-mm-11, .col-mm-12 {
        float: left;
    }

    .col-mm-12 {
        width: 100%;
    }

    .col-mm-11 {
        width: 91.66666667%;
    }

    .col-mm-10 {
        width: 83.33333333%;
    }

    .col-mm-9 {
        width: 75%;
    }

    .col-mm-8 {
        width: 66.66666667%;
    }

    .col-mm-7 {
        width: 58.33333333%;
    }

    .col-mm-6 {
        width: 50%;
    }

    .col-mm-5 {
        width: 41.66666667%;
    }

    .col-mm-4 {
        width: 33.33333333%;
    }

    .col-mm-3 {
        width: 25%;
    }

    .col-mm-2 {
        width: 16.66666667%;
    }

    .col-mm-1 {
        width: 8.33333333%;
    }

    .col-mm-pull-12 {
        right: 100%;
    }

    .col-mm-pull-11 {
        right: 91.66666667%;
    }

    .col-mm-pull-10 {
        right: 83.33333333%;
    }

    .col-mm-pull-9 {
        right: 75%;
    }

    .col-mm-pull-8 {
        right: 66.66666667%;
    }

    .col-mm-pull-7 {
        right: 58.33333333%;
    }

    .col-mm-pull-6 {
        right: 50%;
    }

    .col-mm-pull-5 {
        right: 41.66666667%;
    }

    .col-mm-pull-4 {
        right: 33.33333333%;
    }

    .col-mm-pull-3 {
        right: 25%;
    }

    .col-mm-pull-2 {
        right: 16.66666667%;
    }

    .col-mm-pull-1 {
        right: 8.33333333%;
    }

    .col-mm-pull-0 {
        right: auto;
    }

    .col-mm-push-12 {
        left: 100%;
    }

    .col-mm-push-11 {
        left: 91.66666667%;
    }

    .col-mm-push-10 {
        left: 83.33333333%;
    }

    .col-mm-push-9 {
        left: 75%;
    }

    .col-mm-push-8 {
        left: 66.66666667%;
    }

    .col-mm-push-7 {
        left: 58.33333333%;
    }

    .col-mm-push-6 {
        left: 50%;
    }

    .col-mm-push-5 {
        left: 41.66666667%;
    }

    .col-mm-push-4 {
        left: 33.33333333%;
    }

    .col-mm-push-3 {
        left: 25%;
    }

    .col-mm-push-2 {
        left: 16.66666667%;
    }

    .col-mm-push-1 {
        left: 8.33333333%;
    }

    .col-mm-push-0 {
        left: auto;
    }

    .col-mm-offset-12 {
        margin-left: 100%;
    }

    .col-mm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-mm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-mm-offset-9 {
        margin-left: 75%;
    }

    .col-mm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-mm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-mm-offset-6 {
        margin-left: 50%;
    }

    .col-mm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-mm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-mm-offset-3 {
        margin-left: 25%;
    }

    .col-mm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-mm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-mm-offset-0 {
        margin-left: 0;
    }
}
