/*
Theme Name: Athlete
Theme URI: http://inwavethemes.com/wordpress/athlete
Author: inwavethemes
Author URI: http://inwavethemes.com
Description: Description
Version: 3.8.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: inwavethemes
Tags: black, dark, light, fluid-layout, responsive-layout, post-formats, theme-options, flexible-header, custom-header, custom-background, custom-colors, left-sidebar, right-sidebar

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Athlete is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
*/
/*-------------------------------------------------------
[Table of contents]

1. Header
        + Logo
        + Navigation
                - mobile menu
                - mega menu
        + Search & cart
        + Header Option
        
2. Content
        + Slider
        + Page title
        + Man & Girl block
        + Fit & Strong block
        + About block
        + Up Coming Event
        + Pricing Table
        + Training
        + Time Table
        + Our Price
        + Athlete Class
        + Our Success
        + Facts
        + Our Team
        + Contact Form
        + New Products
        + Introduction
        + Services
        + News
        + Shop-v2
        + Collection
        + Page Our Class
        + Our Class Details
        + Our Blog
        + Blog Details
        + Page Our Trainers
        + Page Our Trainers Profile
        + Page Our Pricing Table
        + About Us
        + Product List
        + Product List Row
        + Product detail
        + Product cart
        + Product checkout
        + Store Page
                + Woocommerce style
                + Eventon style
        
3. Panel
        + Panel setting
        
4. Footer
        + Copyrights 
        + Social icons
        + Back to top
        
5. Extra
        + Coming soon page
        + Welcome page	
        
--------------------------------------------------------*/

/*---------------------------------------------------
        COMMON STYLE
------------------------------------------------------*/

html body{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size:16px;
    line-height:24px;
    font-weight:normal;
    background: none repeat scroll 0 0 #242424;
    color: #000;
}
img{
    max-width:100%;
    height:auto;
}

div a:focus{
    color: #272727;
    text-decoration: none;
    outline:none!important;
}
div a:hover {
    color: #414dd8;
    text-decoration: none;
}
div a {
    color:#000;
    text-decoration:none;
}
div a:hover{text-decoration:none;}
p, span{
    margin:0;
}
p + p{
    margin-top:10px;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-bottom: 10px;
    margin-top: 20px;
}
div h1{
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
}

div h2{
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
}
div h3{
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
}
div h4{
    font-size: 18px;
    text-transform: uppercase;
}
div h5, h6{
    font-size: 14px;
    text-transform: uppercase;
}
body pre{
    background-color: #232323;
    background-image: linear-gradient(#2b2b2b 50%, #232323 50%);
    background-size: 38px 38px;
    border: 1px solid #333333;
    display: block;
    line-height: 19px;
    overflow-x: visible;
    overflow-y: hidden;
    padding: 0 10px 0 10px;
    color: #f1f1f1;
    white-space: pre-wrap;
    word-wrap: break-word;
    border-radius:0;
    margin: 5px 0;
}
dt{
    font-weight: bold;
}
dd{
    margin-bottom:13px;
}
::-webkit-input-placeholder {
    color: #fff;
}

:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #fff;
}

:-ms-input-placeholder {
    color: #fff;
}

.wrapper {
    position: relative;
    overflow-x:hidden;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
.gallery-caption {
    font-weight: normal;
}
.bypostauthor {
    font-weight: normal;
}
.sticky{
    font-weight: normal;
}
.theme-color {
    color: #ea3566;
    transition:all ease 0.6s;
    -o-transition:-o-transform ease 0.6s;
    -ms-transition:-ms-transform ease 0.6s;
    -moz-transition:-moz-transform ease 0.6s;
    -webkit-transition:-webkit-transform ease 0.6s;
}

/*---------------------------------------------------
        HEADER
------------------------------------------------------*/
.header{
    margin-bottom: 0;
}
#header {
    xposition: fixed;
    top: 0;
}
#header.reveal:not(.alt) {
    box-shadow: 0 5px 8px 5px rgba(0, 0, 0, 0.2);
    position:fixed!important;
    width:100%;
    top:0;
}
#header.reveal:not(.alt) {
    -webkit-animation: reveal-header 1s cubic-bezier(0.005, 0.975, 0.73, 1);
    animation: reveal-header 1s cubic-bezier(0.005, 0.975, 0.73, 1);
    border:1px solid transparent;
    background:#0f0f0f;
}
.header{
    position:relative;
    width:100%;
    z-index:9999;
    background:#0f0f0f;

}
.header.header-container  {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    margin: 0 auto;
}
.page-category .header-container {
    background: none repeat scroll 0 0 #0f0f0f;
}
.page-category  #header.reveal:not(.alt) {
    -webkit-animation: reveal-header2 1s cubic-bezier(0.005, 0.975, 0.73, 1);
    animation: reveal-header2 1s cubic-bezier(0.005, 0.975, 0.73, 1);
}

/*-- Logo --*/
.logo {
    padding: 0 !important;
    text-align:center;
}
.header-container .logo img{
    margin: 30px 10px 25px 10px;
}

/*-- Navigation --*/

/* mobile menu */
.menu-wrap{
    border:1px solid transparent;
    background:#009FA2;
    position:fixed;
    width:270px;
    height:100%;
    transition:transform ease 1s;
    -o-transition:-o-transform ease 1s;
    -ms-transition:-ms-transform ease 1s;
    -moz-transition:-moz-transform ease 1s;
    -webkit-transition:-webkit-transform ease 1s;
    transform:translateX(270px);
    -o-transform:translateX(270px);
    -ms-transform:translateX(270px);
    -moz-transform:translateX(270px);
    -webkit-transform:translateX(270px);
    right:0;
    top:0;
    margin-right:-18px;
    z-index:999999;
    overflow-y:scroll;
    padding:0 15px;
}
.show-menu .menu-wrap {
    transition:all ease 0.6s;
    -o-transition:-o-transform ease 0.6s;
    -ms-transition:-ms-transform ease 0.6s;
    -moz-transition:-moz-transform ease 0.6s;
    -webkit-transition:-webkit-transform ease 0.6s;
    transform:translateX(0);
    -o-transform:translateX(0);
    -ms-transform:translateX(0);
    -moz-transform:translateX(0);
    -webkit-transform:translateX(0);
}
.content-wrapper:before {
    background:rgba(0, 0, 0, 0.5);
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity:0;
    transition: opacity 0.5s ease 0s;
    -o-transition: opacity 0.5s ease 0s;
    -ms-transition: opacity 0.5s ease 0s;
    -moz-transition: opacity 0.5s ease 0s;
    -webkit-transition: opacity 0.5s ease 0s;
    width: 0;
    z-index: 10000;
}
.show-menu .content-wrapper:before {
    height: 100%;
    opacity:1;
    transition: opacity 0.5s ease 0s;
    -o-transition: opacity 0.5s ease 0s;
    -ms-transition: opacity 0.5s ease 0s;
    -moz-transition: opacity 0.5s ease 0s;
    -webkit-transition: opacity 0.5s ease 0s;
    width: 100%;
}
.main-menu{position: relative;}
.main-menu h4{
    margin:0;
    text-transform:uppercase;
    font-size:18px;
    padding:14px 0;
    border-bottom:1px solid rgba(255,255,255,0.35);
}
.menu-wrap ul {
    list-style: outside none none;
    padding: 0;
}
.menu-wrap ul.nav-menu > li {
    padding-left: 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.menu-wrap li a {
    color: #fff;
    display: block;
}
.menu-wrap ul.nav-menu > li > a {
    font-size: 14px;
    padding: 11px 35px 11px 0;
}
#close-button{
    background:none;
    border:none;
    color:#fff;
    position:absolute;
    right:-5px;
    top:11px;
    font-size:28px;
}
#open-button{
    border:none;
    background:#009FA2;
    font-size:18px;
    position:absolute;
    right:15px;
    top:28px;
    height:36px;
    width:36px;
    line-height:36px;
    text-align:center;
    display:none;
}
#open-button:before{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    content:'\f0c9';
    font-family: FontAwesome;
    text-align:center;
    color:#fff;
    font-size: 30px;
}

.dropdown a {
    text-decoration: none;
}
.dropdown [data-toggle="dropdown"] {
    position: relative;
    display: block;
    color: #fff;
}
.dropdown .icon-arrow {
    position: absolute;
    display: block;
    font-size: 1.4em;
    color: #fff !important;
    top: 7px;
    right: 0px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}
.dropdown .dropdown .icon-arrow{
    top:8px;
}
.dropdown .icon-arrow.open {
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -moz-transition: -moz-transform 0.6s;
    -o-transition: -o-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
}
.dropdown .icon-arrow.close {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: -moz-transform 0.6s;
    -o-transition: -o-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    opacity:1 !important;
}
.dropdown .icon-arrow:before {
    content: '\25BC';
}
.dropdown .dropdown-nav {
    max-height: 0;
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
}
.dropdown .dropdown-nav li {
    padding: 0;
}
.dropdown .dropdown-nav li a {
    color: #fff;
    display: block;
    padding: 10px;
}

.dropdown .show, .dropdown .hide {
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}
.dropdown .show {
    display: block;
    max-height: 9999px;
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    animation: showAnimation 0.5s ease-in-out;
    -moz-animation: showAnimation 0.5s ease-in-out;
    -webkit-animation: showAnimation 0.5s ease-in-out;
    -moz-transition: max-height 1s ease-in-out;
    -o-transition: max-height 1s ease-in-out;
    -webkit-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out;
}
.dropdown .hide {
    max-height: 0;
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    animation: hideAnimation 0.4s ease-out;
    -moz-animation: hideAnimation 0.4s ease-out;
    -webkit-animation: hideAnimation 0.4s ease-out;
    -moz-transition: max-height 0.6s ease-out;
    -o-transition: max-height 0.6s ease-out;
    -webkit-transition: max-height 0.6s ease-out;
    transition: max-height 0.6s ease-out;
}

/* megamenu */
.megamenu {text-align:right}
.megamenu ul.nav-menu{
    padding-left:0;
}
.megamenu ul.nav-menu > li {
    display: inline-block;
    float: left;
    margin: 7px 15px;
    position: relative;
}
.boxing-page .megamenu ul.nav-menu > li {
    padding: 7px 15px;
    margin:0;
}
.megamenu ul > li > a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin: 30px 0;
    padding:0;
    position: relative;
    text-transform: none;

}

.megamenu ul.nav-menu > li :before, .megamenu ul.nav-menu > li:after {
    border-bottom-color: #009FA2;
}
.megamenu ul.nav-menu > li:before {
    right: 50%;
}
.megamenu ul.nav-menu > li:after {
    left: 50%;
}
.megamenu ul.nav-menu > li:hover a, .megamenu ul.nav-menu > li.active {
    color: #009FA2;
}
.megamenu ul.nav-menu > li:before, .megamenu ul.nav-menu > li:after {
    border-bottom: 2px solid #009FA2;
    bottom: 28px;
    content: "";
    position: absolute;
    width: 0;
    transition: width 250ms ease-out 0s;
    -o-transition: width 250ms ease-out 0s;
    -ms-transition: width 250ms ease-out 0s;
    -moz-transition: width 250ms ease-out 0s;
    -webkit-transition: width 250ms ease-out 0s;
}
.boxing-page .megamenu ul.nav-menu > li:before, .boxing-page .megamenu ul.nav-menu > li:after {
    bottom: -1px;
}

.megamenu ul.nav-menu > li:hover:before, .megamenu ul.nav-menu > li:hover:after, .megamenu ul.nav-menu > li.active:before, .megamenu ul.nav-menu > li.active:after, .megamenu ul.nav-menu > li:hover:before, .megamenu ul.nav-menu > li:hover:after {
    width: 50%;
}
.mainnav .nav-menu  li .child-nav {
    background-color: #fff;
    border: 1px solid #efefef;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    left: 0;
    top:76px;
    list-style: outside none none;
    min-width: 240px;
    padding: 10px 18px;
    position: absolute;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
}
.boxing-page .mainnav .nav-menu li .child-nav {
    left: 0px;
    top: 115px;
}
.megamenu > .nav-menu > li > .child-nav:before{
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 11px;
    top: -11px;
    content: "";
    left: -1px;
    position: absolute;
}
.megamenu .nav-menu > li:hover > .child-nav {
    opacity: 1;
    visibility: visible;
}
.megamenu .nav-menu > li ul.child-nav li{
    line-height:24px;
    padding: 6px 0;
}
.megamenu .nav-menu > li ul.child-nav li + li{
    border-top:1px solid #f2f2f2;
}
.megamenu .nav-menu > li ul.child-nav li a {
    color: #828282;
    display: block;
    margin: 0;
    text-align: left;
    font-size: 12px;
}

.menu-wrap ul.nav-menu li ul.show{
    border-top: 1px solid rgba(255, 255, 255, 0.35);
}
.menu-wrap ul.nav-menu li li {
    padding-left: 18px;
}
.menu-wrap ul.nav-menu li li > a {
    padding: 6px 0;
}
.link-menu:hover{background:none !important;}
.link-menu.active:hover{background:none !important;}
.link-menu:focus{background:none !important;}

/* secondary menu*/
.mainnav .child-nav .menu-item{
    position:relative;
}
.mainnav .child-nav .menu-item .child-nav{
    position:absolute;
    top:0!important;
    left:100%!important;
    margin-left:18px;

}
.mainnav .child-nav .menu-item .icon-arrow:before{
    content: "\f0da";
    display: inline-block;
    font: normal normal normal 14px FontAwesome;
    font-size: inherit;
    line-height:inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    float:right;


}

.mainnav .child-nav > .menu-item:hover > .child-nav{
    display: block;
    opacity:1;
    visibility: visible;
}

/* Search & cart */
.shopping-cart {
    display: inline-block;
    padding-right: 5px;
}
.mini-cart {
    z-index: 10;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 54px;
    visibility: hidden;
    width: 250px;
    background:#2a2a2a !important;
    transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
}
.mini-cart .title{border-bottom: 1px solid #3b3b3b;}
.mini-cart ul{padding-left:0;}
.mini-cart ul li {
    background: none repeat scroll 0 0 #2a2a2a !important;
    border-bottom: 1px solid #3b3b3b !important;
}
.mini-cart .check {
    background: none repeat scroll 0 0 #009FA2;
    border: medium none;
    font-size: 14px;
    height: 37px;
    line-height: 24px;
    margin-left: 15px;
    text-transform: none;
}
.mini-cart:before {
    border-color: transparent transparent #2a2a2a;
    border-style: solid;
    border-width: 7px;
    content: "";
    height: 50px;
    position: absolute;
    top: -50px;
    right: 25px;
}
.shopping-cart:hover .mini-cart{
    opacity:1;
    visibility: visible;
}
.quick-access {
    line-height: 100px;
    text-align: right;
}
.quick-access .total{
    border:none!important;
    line-height: 100%;
    margin:5px 25px 10px 0 ;
}
.search-form {
    display: inline-block;

}

.search-box {
    background-color: #2a2a2a;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    height: 50px;
    list-style: outside none none;
    min-width: 240px;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    float:left;
    position: relative;
}
.quick-access .search-box{
    z-index: 999;
}
.search-box .top-search {
    background: none repeat scroll 0 0 #2a2a2a;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #828282;
    font-size: 12px;
    height: 35px;
    padding: 10px;
    text-transform: uppercase;
    width: 223px;
    position: absolute;
    right: 8px;
    line-height:100%!important;
    top: 8px;
}
.search-box:before {
    border-color: transparent transparent #2a2a2a;
    border-style: solid;
    border-width: 7px;
    content: "";
    height: 50px;

}
.quick-access .search-form .search-box{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 15px;
    top: 76px;
}
.widget.widget_search{
    overflow: hidden;
}

.search-form .search-box:before{
    position: absolute;
    right: 34px;
    top: -50px;
}

.search-form:hover .search-box {
    opacity: 1;
    visibility: visible;
}

.shopping-cart i, .search-form i{
    background: none repeat scroll 0 0 #606060;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #fff;
    height: 21px;
    padding-top: 5px;
    text-align: center;
    width: 21px;
}
.shopping-cart:hover  i, .search-form:hover  i {
    background: none repeat scroll 0 0 #009FA2;
    cursor: pointer;
}
.search-box .sub-search {
    float: right;
    font-size: 14px;
    margin-right: 12px;
    margin-top: -25px;
    position: absolute;
    right: 0;
    top: 44px;
    z-index: 99;
}

/* Header Option */
.header-container-1 .quick-access {
    line-height: 10;
    text-align: right;
}
.header-option  .shopping-cart i, .header-option  .search-form i {
    background: none repeat scroll 0 0 #009FA2;
}
.header-container-2, .header-container-3 {
    background: none repeat scroll 0 0 #141414 !important;
    border-bottom: 2px solid #009FA2;
}

.header-container-2.reveal:not(.alt), .header-container-3.reveal:not(.alt) {
    border-bottom: 2px solid #009FA2 !important;
}
.header-container-2 .megamenu {
    float: right;
    margin: 0 auto;
}
.header-container-2 .nav-menu{
    text-align: center;
}


.header-option .top-links {
    background: none repeat scroll 0 0 #242424;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.top-link {
    line-height: 4;
}
.address-top {
    margin-right: 15px;
}
.top-link span .fa {
    margin-right: 7px;
}
.top-links .quick-access {
    line-height: 4 !important;
}
.header-option .quick-access {
    line-height: 9;
}
.header-option .header-container-3 .shopping-cart i, .header-option .search-form i {
    background: none repeat scroll 0 0 #009FA2;
}

.header-container-4 .quick-access {
    line-height: 7.9;
}
/*
.header-container-4 .mainnav{
        float:left!important;
        padding:0;
        margin-left:-15px;
}
.header-container-4 .mainnav ul.nav-menu > li:first-child{
        border-left:none!important;
}
*/
/*---------------------------------------------------
        CONTENT
------------------------------------------------------*/
.page-content{
    padding-bottom:30px;
    padding-top:30px;
}
.page-content.inner-page-full{
    padding:0;
}
.page .vc_row{
    margin-top:0;
    margin-bottom:0;
}
.page .vc_row.vc_inner{
    margin-bottom:35px;
}

/* Slider */
.page .ms-skin-default .ms-bullets{
    bottom:75px!important;
}
.page .ms-skin-default .ms-bullet {
    background: none repeat scroll 0 0 #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;;
    height: 13px;
    width: 13px;
}
.page .ms-skin-default .ms-bullet-selected {
    background: none repeat scroll 0 0 #009FA2;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    height: 13px;
    width: 13px;
}
.contents-main {
    background: #242424;
    margin-top: 608px;
}
.to-top {
    background-size: cover;
    display: block;
    overflow: hidden;
    position: fixed;
    top: 0;
    z-index: 0;
    width:100%;
}
.slider-banner {
    position: relative;
    background: url("images/boxing/bg_boxing.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.shop .slider-banner, .one-page .slider-banner{
    position: relative;
    background: url("images/bg_1.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.home-v2 .slider-banner {
    position: relative;
    background: url("images/bg-home-v2.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.title-slider {
    margin: 50px 0;
    padding: 100px 0;
    text-align: center;
}
.title-top {
    font-size: 26px;
    font-weight: bold;
}
.title-bottom {
    font-size: 6em;
    font-weight: bold;
    padding-bottom: 20px;
}
.links {
    border: 2px solid;
    font-size: 18px;
    font-weight: bold;
    padding: 7px 15px;
    text-transform: uppercase;
}

.title-banner span {
    border: 2px solid;
    font-size: 26px;
    font-weight: bold;
    padding: 7px 15px;
    text-transform: uppercase;
}
.title-banner-1 {
    margin: 15px 0;
}
.title-banner-1 h2 {
    font-size: 80px;
    font-weight: bold;
    margin: 0;
}
.try-class  a:before {
    border-left-color: #009FA2;
}
.try-class  a:before {
    border-color: transparent transparent transparent #009FA2;
    border-style: solid;
    border-width: 14px;
    bottom: -11px;
    content: "";
    left: 0;
    position: absolute;
}
.try-class  a {
    background: none repeat scroll 0 0 #009FA2;
}
.try-class  a{
    background: none repeat scroll 0 0 #009FA2;
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    padding: 10px 15px;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
}

.info-banner p {
    font-size: 18px;
    text-transform: uppercase;
}
.info-banner .info-banner-1{
    color:#009FA2;
}

/* Page Title */

.boxing-page .alt {padding-top:30px;}
.boxing-page .nav-container {
    background: none repeat scroll 0 0 #171717;
}
.boxing-page .quick-access {
    background: none repeat scroll 0 0 #171717;
    height: 98px;
}
.boxing-page  #header.reveal:not(.alt) {
    background: none repeat scroll 0 0 #171717;
}

.boxing-page .header-container .logo {
    background: none repeat scroll 0 0 #009FA2;
}
.boxing-page .header-container .logo img{
    padding: 27px 27px 27px 21px;
    margin: 0;
}
.boxing-page .mainnav ul.nav-menu > li{
    border-right: 1px solid #252524;
}
.boxing-page .mainnav ul.nav-menu > li:first-child{
    border-left: 1px solid #252524;
}
.boxing-page .action-top {
    padding-right: 10px;
}
.boxing-page .mainnav ul.nav-menu {
    float: right;
    margin-bottom: 0;
}
.boxing-page .mainnav ul.nav-menu > li a:before, .boxing-page .mainnav ul.nav-menu > li a:after {
    border-bottom: 2px solid #009FA2;
    content: "";
    position: absolute;
    transition: width 250ms ease-out 0s;
    -moz-transition: width 250ms ease-out 0s;
    -webkit-transition: width 250ms ease-out 0s;
    -ms-transition: width 250ms ease-out 0s;
    -o-transition: width 250ms ease-out 0s;
}

/* Man & Girl block */
.man-girl{ position: relative; background: #009FA2; }
.to-bottom {
    cursor: pointer;
    font-size: 24px;
    left: 50%;
    position: absolute;
}
.to-bottom:before {
    border-color: transparent transparent #009FA2;
    border-style: solid;
    border-width: 40px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
    height: 0;
    width: 0;
}
.to-bottom .fa {
    bottom: 0;
    left: -7px;
    position: absolute;
    text-align: center;
    top: -25px;
}
.man-girl .col-md-12, .man-girl .col-md-4, .man-girl .col-md-6{padding:0;}
.content-main {
    min-height: 550px !important;
    position: relative !important;
}

.content-main-right{
    background: url("images/image_split.png") no-repeat scroll left bottom transparent;
}
.img-class {
    bottom: 0;
    position: absolute;
    z-index: 0;
}

.content-main .img-class img{
    filter: url(css/filters.svg#grayscale);
    filter:gray;
    -webkit-filter: grayscale(1);
}
.content-main:hover  .img-class img{
    filter:none;
    -webkit-filter: grayscale(0);
}

.content-main-left .img-class {
    right: 0;
}
.content-main-right .img-class {
    left: 0;
}
.class-content {
    padding: 160px 185px 10px 0;
    text-align: right;
    color: #fff;
    position: relative;
}

.content-main-right .class-content {
    padding-left: 185px;
    padding-right: 0;
    text-align: left;
}
.class-content h3 {
    color: #fff;
    font-size: 46px;
    font-weight: bold;
    margin-bottom: 15px;
}
.class-content-text p {
    margin-bottom: 25px;
}

.join a,.watch-video a{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    width: auto;
    display:inline-block;
    font-size:16px;
    height:42px;
    padding:0 20px;
    border:2px solid #fff;
    color:#fff;
    text-transform:uppercase;
    line-height:38px;
    position:relative;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.join a:hover,.watch-video a:hover{
    color:#009FA2;
}
.join a:after,.watch-video a:after {
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    width: 100%;
    z-index: -1;
    background:#fff;
}
.join a:hover:after,.watch-video a:hover:after {
    height:100%;
}

/* Fit & Strong block*/
.fit-strong {
    background-size: 100%;
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
}
.fit-strong-left, .fit-strong-right{margin-top:100px; margin-bottom:30px;}
.fit-strong-top {
    padding-bottom: 43px;
}
.fit-background {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    height: 444px;
    position: absolute;
    right: 0;
    top: -33px;
    width: 300px;
}

.fit-strong-left .carousel {
    height: 400px;
    overflow: hidden;
}
.fit-strong-left .carousel-inner {
    overflow: visible;
}

.fit-strong-left .carousel-indicators {
    bottom: 10px;
    left: auto;
    margin-left: 0;
    right: 22px;
    top: 83px;
    width: auto;
}
.fit-strong-left .carousel-indicators li {
    background: none repeat scroll 0 0 #555;
    border: medium none;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    display: inherit;
    height: 9px;
    width: 9px;
    margin: 5px;
}
.fit-strong-left .carousel-indicators .active {
    background: none repeat scroll 0 0 #fff;
    margin: 5px;
}
.carousel-text .owl-carousel {
    display: block;
    left: 50%;
    margin-left: -94px;
    opacity: 1;
    position: relative;
    width: 250px;
}
.slide-caption {
    width: 250px;
}
.owl-buttons div {
    background: none repeat scroll 0 0 rgba(20, 20, 20, 0.5);
    padding: 5px 13px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 100;
    cursor: pointer;
    background: #111;
    opacity:0.5;
    color:#fff;
}
.gallery:hover .owl-buttons div{
    opacity:1;
}
.owl-buttons div.owl-next {
    right: 15px;
}

.owl-buttons div.owl-prev {
    left: 15px;
}
.fit-strong-bottom .owl-controls.clickable {
    position: absolute;
    right: 23px;
    top: 85px;
    z-index: 99;
}
.more-views .clickable {
    display: none !important;
}
.owl-page {
    background: none repeat scroll 0 0 #555;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    height: 9px;
    margin-bottom: 5px;
    width: 9px;
}
.owl-page.active {
    background: none repeat scroll 0 0 #fff;
}
.fit-strong-bottom h4 {
    font-size: 14px !important;
    line-height: 24px;
    padding-top: 20px;
}
.fit-strong-bottom p{font-size:12px}
.fit-strong-right {
    background: none repeat scroll 0 0 rgba(36, 36, 36, 0.5);
    margin-left: -5px;
    margin-right: -5px;
}
.fit-strong-right .text-box {
    padding: 30px 60px;z-index: 2;position: relative;
}
.text-box h5 {
    color: #009FA2;
    margin: 30px 0;
    text-transform: uppercase;
}
.text-box span {
    font-size:24px;
}
.img-box-right {
    background: none repeat scroll 0 0 #009FA2;
    position: relative;
    width: 100%;
    height:185px;margin-bottom:125px;
}
.img-box-right-border{
    border-bottom: 125px solid transparent;
    border-left-style:solid;
    border-left-color:#009FA2;
    border-right: 0 solid #009FA2;
    bottom: -125px;
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
}
.img-box-right img {
    display: inline-block;
    margin-left: -15px;
    margin-top: -40px;
    position: relative;
    z-index: 2;
}
.img-box-right .open-hour {
    position: absolute;
    right: 5%;
    top: 50px;
    z-index: 9;
}
.img-box-right .open-hour .fa{
    float: left;
    font-size: 48px;
    padding-right: 10px;
    line-height: 70px;
}
.open-hours-title{float: left;}
.open-hours-title h4 {
    font-size: 24px;
    margin-bottom: 0;
}
.open-hours-title p{font-size:14px;text-transform: uppercase;}

/* About */
.about {
    position: relative;
    background-size: 100%;
    background-postion:top left;
    background-repeat:no-repeat;
}
.about-top {
    margin-bottom: 0px!important;
    padding-bottom: 30px;
    position: relative;
}
.about-top:before{
    position:absolute;
    z-index:0;
    content:'';
    width:100%;
    height:400px;
    bottom:0;
    left:0;
    background:-webkit-linear-gradient(to bottom, transparent,#242424 80%);
    background:linear-gradient(to bottom, transparent,#242424 80%);
}
.title-page {
    padding-bottom: 20px;
    padding-top: 50px;
    text-align: center;
}
.title-page h3 {
    margin-bottom: 15px;
    font-size:36px;
}
.box-left{
    padding: 22px 16px;
    text-align: right;
}
.box-left .icon{
    float: right;
    text-align: right;
}
.box-left .icon .fa, .box-right .icon .fa {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-size: 28px !important;
    height: 70px !important;
    line-height: 70px !important;
    margin: 10px 0 0 !important;
    position: relative;
    text-align: center;
    width: 70px !important;
}
.box-left .icon .fa, .box-right .icon .fa{
    background: none repeat scroll 0 0 #009FA2;
}
.box-left .icon .fa:after, .box-right .icon .fa:after  {
    border-color: #009FA2 transparent transparent;
    border-style: solid;
    border-width: 14px;
    content: "" !important;
    position: absolute;
    right: -14px;
    top: 0;
}
.box-left .icon .fa:after, .box-right .icon .fa:after{
    border-top-color: #009FA2;
}
.box-left .icon .fa, .box-right .icon .fa{
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    margin-top: 12px;
    width: 40px;
}
.box-left .infor-item-content, .box-right .infor-item-content  {
    margin: 0 85px 0 0 !important;
}
.box-right {
    text-align: left;
    padding: 22px 16px;
}
.box-right .icon {
    float: left;
    text-align: center;
}
.box-right .icon .fa:after {
    left: -14px;
    right: auto;
}
.box-right .infor-item-content  {margin: 0 0 0 85px !important;}

.about-con{

}
.about-btm-left, .about-btm-center{
    background: none repeat scroll 0 0 #fff7f8;
    color: #5d5d5d;
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    -o-transition: -o-transform 0.5s ease;
    transition: transform 0.5s ease;
}
.about-bottom {background:#242424;}
.about-bottom:before {
    background: url("images/bg-position-2-before.png") repeat-x scroll center bottom transparent;
    bottom: 0;
    content: "";
    height: 182px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}
.about-bottom {
    position: relative;
}
.block-item-special .about-box{
    transform:translateY(-80px);
    -o-transform:translateY(-80px);
    -ms-transform:translateY(-80px);
    -moz-transform:translateY(-80px);
    -webkit-transform:translateY(-80px);
}
.about-con .about-box{
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    -o-transition: -o-transform 0.5s ease;
    transition: transform 0.5s ease;
    background:#fff7f8;
    color:#5d5d5d;
}
.hour, .news, .contact-us {
    padding-bottom: 20px;
    padding-top: 90px;
}
.about-bottom-title h4 {
    background: none repeat scroll 0 0 #009FA2;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    margin: 0;
    padding: 15px 5px 15px 25px;
}
.working-hours {
    color: #6a6a6a;
    padding: 8px 25px;
}
.working-hours p {
    padding: 9px 0 8px;
}
.time-hours-item{
    border-bottom: 1px solid #ece6e7;
    font-size: 14px;
    padding: 8px 0;
    text-transform: uppercase;
}
.time-hours-item span {
    float: right;
}
.news-content ul {
    background: none repeat scroll 0 0 #fff7f8;
    color: #5d5d5d;
    list-style: outside none none;
    margin: 0;
    padding: 11px 13px;
}
.news-item-inner{
    padding: 13px 10px;
}
.news-date{
    background: none repeat scroll 0 0 #009FA2;
    color: #fff;
    float: left;
    margin-top: 6px;
    padding: 0 5px;
    text-align: center;
    text-transform: uppercase;
    width: 53px;
}
.news-day {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    padding: 9px 0 1px;
}
.news-month {
    font-size: 14px;
    line-height: 1;
    padding: 3px 0 15px;
}
.news-info {
    margin-left: 80px;
    min-height: 100px;
}
.news-title a {
    font-size: 14px;
    text-transform: uppercase;
    color:#009FA2;
}
.news-time p {
    color: #5d5d5d;
}
.latest-news-item {
    border-bottom: 1px solid #ece6e7;
    padding-top: 8px;
}
.latest-news-item:hover{background:#ededed;}


/*--------------------------------------------Page Boxing-------------------------------------*/
/*-------------------------------------Up Coming Event----------------------------*/
.event-box .col-main{float:right;}
.event-box .col-md-9,
.event-box .col-md-12,
.event-box .col-md-4,
.event-box .col-md-8,
.event-box .col-md-6{
    padding:0;
}
.col-main {
    float: right !important;
}
.col-left.sidebar {
    overflow: hidden;
}
.boxing-content,.event-box {
    padding: 100px 0;
    overflow: hidden;
}
.event-box .right .match-reviews{
    float:right;
}
.col2-layout .col-main{padding-left: 20px;}
.reviews-content {
    background: none repeat scroll 0 0 #141414;
    margin-bottom: 25px;
}

.gallery .gallery-background{position:relative;}
.gallery .gallery-content {
    margin-left: 30px;
    position: absolute;
    top: 100px;
    width: 50%;
}
.gallery .title-gallery{
    background: none repeat scroll 0 0 #009FA2;
    padding: 7px 10px;
    width: 84px;
}

.reviews-content .match-reviews h2, .reviews-content .match-reviews h3 {
    padding-left: 30px;
}
.coming-event {
    background: url("images/boxing/bg_services.jpg") no-repeat scroll center center rgba(0, 0, 0, 0);
    overflow: hidden;
    position: relative;
    z-index: 0; min-height: 1000px;
}
.coming-event h2 {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 30px;
    text-transform: uppercase;
    width: 275px;
}
.coming-event h3 {
    font-size: 14px;
    text-transform: uppercase;
}

.sidebar-top{background:#009FA2;}
.sidebar-top .timetable {
    margin-bottom: 25px;
    margin-top: 50px;
    text-align: center;
}
.sidebar-top .timetable .title span{font-size:72px; font-weight:700;}
.sidebar-top .timetable .title p{font-size:14px; font-weight:700; text-transform:uppercase;}
.sidebar-top .timetable .next i {
    font-size: 36px;
    font-weight: 700;
    margin-right: 10px;
    color:#bb121d;
}
.sidebar-bottom {
    background: none repeat scroll 0 0 rgba(17, 17, 17, 0.77);
    overflow: hidden;
}

.event-month {
    background: none repeat scroll 0 0 #009FA2;
    padding: 63px 0 45px;
    text-align: center;
}
.event-month .table-cell span {
    font-size: 72px;
    font-weight: bold;
}
.event-month .table-cell p {
    font-size: 14px;
    text-transform:uppercase;
}
.event-month .next .fa {
    color: rgba(0, 0, 0, 0.5);
    font-size: 36px;
    margin-right: 10px;
}

.sidebar-bottom .up-coming{padding-bottom:20px;}
.sidebar-bottom .up-coming h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.sidebar-bottom .up-coming {
    padding: 30px 0;
}
.up-coming .product-bottom {
    color: #7d7d7d;
    margin: 0 auto;
    width: 70px;
}
.sidebar-bottom .title-match {
    padding: 25px 0;
    text-align: center;
}
.index-boxing .parallax-content{text-align: right !important;}

/*--------------------------------- Pricing Table -----------------------------------*/
.price-table, .our-team-page {
    padding-top: 10px;
    position: relative;
    z-index: 1;
}
.our-team-page {
    padding-top: 30px;
}
.price-contents {
    overflow: hidden;
    padding: 50px 0;
}

.price-table-title h2{font-size:24px; text-transform: uppercase; text-align: center;}
.price-table-title h3{font-size:14px; text-transform: uppercase; text-align: center;}
.price-list {
    background: none repeat scroll 0 0 #1b1b1b;
}
.shop .border-bottom {
    border: 1px solid #fff;
}
.price-table-content{background:#009FA2;}

.shop .price-table-content {
    background: none repeat scroll 0 0 #161616;
    margin: 50px 0;
}
.price-table-content {
    padding-left: 0 !important;
}
.shop .price-table-content:hover{background:#009FA2;}
.shop .price-table-content a {
    background: none repeat scroll 0 0 #009FA2;
    border: 2px solid #009FA2;
    padding: 13px 10px;
}
.shop .price-table-content a span{
    padding-left:0;
}
.shop .price-table-content:hover .price-table-text a{
    background:none;
    color:#009FA2;
    border: 2px solid #fff;
}
.price-table-content .price-table-img img{
    filter: url(css/filters.svg#grayscale);
    filter:gray;
    -webkit-filter: grayscale(1);
}

.price-tb:hover .price-table-img img{
    filter:none;
    -webkit-filter: grayscale(0);
}

.price-table-img {
    float: left;
    position: absolute;
}
.price-table-text {
    height: 254px;
    left: 30%;
    overflow: hidden;
    position: relative;
    width: 73%;
}
.price-table-text h3{font-size: 14px;}
.price-table-text h2 {
    font-size: 23px;
    margin-top: 10px;
    text-align: left;
}
.price-table-text p{padding-bottom:10px;}
.price-table-text .price {
    border: 2px solid;
    float: left;
    font-size: 24px;
    padding: 7px 10px;
    text-align: center;
}
.price-table-text a span {
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    padding-left: 10px;
    text-transform: uppercase;
}
.price-bottom{
    background: none repeat scroll 0 0 #141414;
    padding-right: 0 !important;
}
.price-table-1 {padding-top: 20px;}
.price-table-1 ul {
    border-bottom: 1px solid #2d2d2d;
    list-style: outside none none;
    padding: 0 0 10px;
}

.price-table-1 ul li {
    color: #a5a5a5;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
}
.price-table-1 ul li {
    padding-left: 10px;
}
.price-table-1 ul .icon {
    border-right: 1px solid #2d2d2d;
    text-align: center;
    width: 25%;
    padding:0;
}
.plan {
    border: 2px solid #009FA2;
    font-size: 14px;
    margin: 0 0 20px;
    padding: 9px;
    text-align: center;
    text-transform: uppercase;
}

.price-tb:hover .plan {
    background:#009FA2;
    color:#fff;
}

/*---------------------------------------Training---------------------------------------*/
.training {
    background: none repeat scroll 0 0 #242424;
    position: relative;
}
.background-overlay {
    background: none repeat scroll 0 0 #009FA2;
    opacity:0.8;
}
.background-overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 50;
}
.parallax-text h1{font-size:50px}
.parallax-text .open-btn {
    border: 3px solid #ffffff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #ffffff;
    padding: 10px 15px;
    text-align: center;
}
.parallax-text .open-btn {
    border: 2px solid #fff;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    display: inline-block;
    font-size: 14px;
    height: 52px;
    line-height: 48px;
    margin: 40px 0 0;
    padding: 0 20px;
    text-transform: uppercase;
}
.parallax-text .open-btn {
    border: 2px solid #fff;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    display: inline-block;
    font-size: 14px;
    height: 47px;
    line-height: 43px;
    margin-top: 20px;
    padding: 0 15px;
    position: relative;
    text-decoration: none !important;
    text-transform: uppercase;
}
.parallax-text .open-btn{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    overflow: hidden;
    padding: 0;
    position: relative;
    width:auto;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease 0s;
}
.parallax-text .open-btn:before {
    font-family: FontAwesome;
    font-size: 20px;
    height: 100%;
    left: 0;
    position: absolute;
    text-indent: 0 !important;
    top: 0;
    -webkit-transform: translateX(-100%);
    transform:translateX(-100%);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    width: 100%;
}
.parallax-text .open-btn:before{
    content:'\f144';
}
.parallax-gallery .open-btn:before{
    content:'\f03e';
}
.parallax-text .open-btn span{
    backface-visibility: hidden;
    display: inline-block;
    height: 100%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    padding:0 20px;
    line-height: 44px;
}
.parallax-text .open-btn:hover:before{
    -webkit-transform:translateX(0);
    transform:translateX(0);
}
.parallax-text .open-btn:hover span{
    -webkit-transform:translateX(200%);
    transform:translateX(200%);
}
.parallax-text h1{
    margin-top: 0;
    padding-top: 0;
}
.parallax-text .open-btn span {
    color: #ffffff;
    text-align: center;
    border: medium none;
}
.start-your {
    font-size: 24px;
    text-transform: uppercase;
}

/*---------------------------------------Time Table---------------------------------------*/
.timetable {
    position: relative;
    z-index: 2;
}
.month {
    background: none repeat scroll 0 0 #009FA2;
}
.evcal_cblock .evo_start .date{
    font-size: 25px;
}
.evcal_cblock .evo_start .month{
    font-size: 15px;
    padding: 5px;
    color: #fff;
}
.timetable-content .octember .table-cell {
    display: block;
    margin: 35px 23px 0;
    text-align: left;
}
.timetable-content .octember p {
    font-size: 36px;
    font-weight: normal;
    margin: 15px 0;
    text-transform: uppercase;
}
.timetable-content .octember .next i {
    font-size: 36px;
    font-weight: normal;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 36px;
    padding: 2px 13px;
}
.timetable-content .octember .icon-wrap:hover {
    background:#fff;
    color:#009FA2;
}
.timetable-top  .box-content {
    bottom: 0;
    height: auto;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
.cms-home .timetable-top  .box-content{text-align: left;}
.timetable-top  .box-content:hover {
    opacity: 1;
}
.timetable-top .day  {
    padding-bottom: 30px;
}
.timetable-cont{position: relative;overflow: hidden;}
.timetable-cont img {
    height: auto;
    width: 100%;
    opacity:0.4;
}
.timetable-top .table:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    -ms-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    z-index: 0;
}
.timetable-top .table:before {
    background: none repeat scroll 0 0 #009FA2;
    border: 1px solid #414141;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    -ms-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    z-index: 0;
}
.timetable-top .table {
    display: table;
    height: 100%;
    width: 100%;
}
.timetable-top .table{
    cursor:pointer;
}

.timetable-top .box-cell {
    cursor: pointer;
    display: block;
    margin: 20px 20px 0;
    position: relative;
    text-align: left;
    vertical-align: middle;
    z-index: 99;
}
.month {
    padding: 20px;
}
.timetable-top .timetable-cont:hover .table:before{
    left:0;
    top:0;
    right:0;
    bottom:0;
    opacity:1;
}
.timetable-top .timetable-disable:hover .table:before{
    display:none;
}
.timetable-top .timetable-disable .table{
    cursor:auto;
}
.timetable-info{
    color:#fff;
    margin-top:14px;
    opacity: 0;
    transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, -o-transform 0.35s ease 0s;
    -ms-transition: opacity 0.35s ease 0s, -ms-transform 0.35s ease 0s;
    -moz-transition: opacity 0.35s ease 0s, -moz-transform 0.35s ease 0s;
    -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}
.timetable-cont:hover .timetable-info{
    opacity: 1;
    transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}
.timetable-top .time-table-title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.timetable-top .time-table-title {
    color: #fff;
    display: block;
    font-weight: normal;
    left: 20px;
    position: absolute;
    top: 20px;
}
.timetable-top .time-table-title span {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.timetable-top .time-table-title span {
    display: inline-block;
    font-size: 14px;
    margin: 0;
    padding: 0;
    position: relative;
}
.timetable-content .octember  span {
    font-size: 24px;
    font-weight: normal;
}
.owl-carousel{
    display: block;
    float: left;
    opacity: 1;
}
.icon-wrap {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    margin-right: 7px;
    padding: 0;
}
.t-nav-next{
    margin-right:0;
    margin-left:0;
}
.timetable-info .title-content span {
    font-size: 16px;
    padding-bottom: 3px;
    text-transform: uppercase;
}
.box-content-days .timetable-info .title-content span {
    font-size: 13px;
}
.box-content-days .timetable-info .border-bottom{
    border-top:none;
}
.timetable_details a {
    border: 2px solid #fff;
    color: #fff;
    padding: 7px;
    text-transform: none;
}
.timetable_details a:hover {
    background:#fff;
    color:#009FA2;
}
.timetable-content .border-bottom {
    border: 1px solid #fff;
    margin-bottom: 5px;
    margin-top: 5px;
}

/*---------------------------------------Our Price---------------------------------------*/
.our-pricing {
    background: none repeat scroll 0 0 #009FA2;
    overflow: hidden;
    position: relative;
}
.our-pricing-title {
    z-index: 99;
}
.ch-item {
    position:relative !important;
    padding:0;
    display:block;
    overflow:visible;
}
.ch-info-wrap {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    perspective: 800px;
    position: absolute;
    left: 50%;
    margin-bottom: 0;
    margin-left: -85px;
    margin-right: auto;
    padding-top: 24px;
    top: 81px;
    width: 170px;
    height: 170px;
    z-index: 99;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    -ms-perspective: 800px;
}
.ch-info-back  {
    text-align:center;
}
.ch-info-front {
    text-align:center;
}
.ch-info-back h2{
    font-size:20px;
    margin-bottom:0;
    padding-bottom:0;
    color:#009FA2;
    font-weight:bold;
}
.ch-info-back p {
    color:#ffffff;
}
.ch-info-front h3 {
    font-size:20px;
    color:#222222;
    font-weight:bold;
}
.ch-info{
    position: absolute;
    width: 100%;
    height: 200px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

    transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}
.ch-item .ch-info > div {
    display: block;
    position: absolute;
    height: 170px;
    top: -24px;
    width: 170px;
    padding:15px;
    background-position: center center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.ch-info .ch-info-back {
    background-color: #009FA2;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.ch-info .ch-info-back {
    -webkit-transform: rotate3d(0,1,0,180deg);
    -moz-transform: rotate3d(0,1,0,180deg);
    -o-transform: rotate3d(0,1,0,180deg);
    -ms-transform: rotate3d(0,1,0,180deg);
    transform: rotate3d(0,1,0,180deg);
}
.ch-item:hover .ch-info {
    -webkit-transform: rotate3d(0,1,0,-180deg);
    -moz-transform: rotate3d(0,1,0,-180deg);
    -o-transform: rotate3d(0,1,0,-180deg);
    -ms-transform: rotate3d(0,1,0,-180deg);
    transform: rotate3d(0,1,0,-180deg);
}
.our-pricing-title h2 {
    color: #009FA2;
    font-size: 40px;
    font-weight: bold;
}
.our-pricing-title h3{font-size:20px;color: #009FA2;}
.ch-item:hover .ch-info-back h2 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}
.ch-item:hover .ch-info-back h3{font-size:20px;color: #fff;}
.our-price {
    padding: 0!important;
}
.our-price h3 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 35px;
}

.boxing-card .boxing-card-content {
    margin-right: 10px;
    text-align: right;
}
.boxing-card .image-price-right {
    text-align: right;
}
.image-price-right img {
    width:100%;
}
.our-price .boxing-card-content p{
    float: right;
    width: 62%;
}
.boxing-card-content .price, .yoga-card-content .price {
    float: right;
    margin-top: 5px;
    padding-bottom: 20px;
    width: 100%;
}
.boxing-card-content .price span, .yoga-card-content .price span {
    font-size: 24px;
    font-weight: 700;
    padding: 0 20px;
}

.boxing-card-content .price .shopping-buy:before, .yoga-card-content .price .shopping-buy:before {
    margin-left: 0;
}

.shopping-buy {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #ffffff;
    padding: 10px 15px;
    text-align: center;
}
.shopping-buy {
    border: 2px solid #fff;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 36px;
    padding: 0 15px;
    position: relative;
    text-decoration: none !important;
    text-transform: uppercase;
}
.shopping-buy{
    overflow: hidden;
    padding: 0;
    position: relative;
    transition: transform 0.3s ease 0s;
    -o-transition: -o-transform 0.3s ease;
    -ms-transition: -ms-transform 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease;
    -webkit-transition: -webkit-transform 0.3s ease;
}
.shopping-buy:before {
    font-family: FontAwesome;
    font-size: 20px;
    height: 100%;
    left: 0;
    position: absolute;
    text-indent: 0 !important;
    top: 0;
    transform:translateX(-100%);
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transition: transform 0.5s ease;
    -o-transition: -o-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    width: 100%;
}
.shopping-buy:before{
    content:'\f07a ';
}
.shopping-buy span{
    backface-visibility: hidden;
    display: inline-block;
    height: 100%;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    width: 100%;
    padding:0 20px;
}
.shopping-buy:hover:before{
    transform:translateX(0);
    -moz-transform:translateX(0);
    -webkit-transform:translateX(0);
    -ms-transform:translateX(0);
    -o-transform:translateX(0);
}
.shopping-buy:hover span{
    transform:translateX(200%);
    -moz-transform:translateX(200%);
    -webkit-transform:translateX(200%);
    -ms-transform:translateX(200%);
    -o-transform:translateX(200%);
}


.yoga-content .yoga-card-content {
    margin-left: 10px;
}
.our-price .yoga-card-content p{
    float: left;
    width: 62%;
}
.yoga-content {
    background: url("images/image_split.png") no-repeat scroll left bottom transparent;
    overflow: hidden;
}
.yoga-content .cart {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}
.yoga-content i {
    border: 2px solid #fff;
    font-size: 18px;
    padding: 6px 20px;
}

/*--------------------------------------- Athlete Class ---------------------------------------*/

.classes {
    position: relative;
    z-index: 1;
}
.isotope {
    z-index: 0;
}
.box-inner {
    position: relative;
}
.box-inner {
    overflow: hidden;
    text-align: center;
    z-index: 999;
}
.one-page .box-inner {
    margin: 0;
}
#grid .mix {
    display:inline-block !important;
}
.categories .filters {
    margin-left:-5px;
}
.categories .filter {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid rgba(255, 255, 255, 0.4);
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    margin: 0 5px 0px;
    padding: 0 20px;
    text-transform: none;
    width: auto;
}
.categories .filter.is-checked,.filter:hover {
    background: none repeat scroll 0 0 #009FA2;
    border: 1px solid #009FA2;
}

.box-details{
    color:#009FA2;
    text-transform:uppercase;
    margin-top:10px;
    opacity: 0;
    transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, -o-transform 0.35s ease 0s;
    -ms-transition: opacity 0.35s ease 0s, -ms-transform 0.35s ease 0s;
    -moz-transition: opacity 0.35s ease 0s, -moz-transform 0.35s ease 0s;
    -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}
.box-details a{color:#009FA2;}
.box-text{
    color:#fff;
    margin-top:14px;
    opacity: 0;
    transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, -o-transform 0.35s ease 0s;
    -ms-transition: opacity 0.35s ease 0s, -ms-transform 0.35s ease 0s;
    -moz-transition: opacity 0.35s ease 0s, -moz-transform 0.35s ease 0s;
    -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}
.box-inner{
    text-align:center;
    z-index:10;
    overflow:hidden;
}
.box-inner img{
    width:100%;
}
.classes-content .title span{
    margin:0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform 0.35s ease 0s;
    transition: transform 0.35s ease 0s;
}
.box-inner:hover .title span{
    transform: scale(1);
    -webkit-transform: scale(1);
}
.classes-content .mix {
    font-size: 12px;
    margin: 15px 0;
}
.class-our  .mix {
    font-size: 12px;
    margin: 0;
}
.one-page .classes-content .mix {
    padding: 0;
}

.classes-content .box-content {
    bottom: 0;
    height: auto;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}

.classes-content .times-table span {
    font-size: 24px;
    font-weight: normal;
}
.classes-content .times-table p {
    font-size: 36px;
    font-weight: normal;
    text-transform: uppercase;
}
.classes-content .times-table .next i {
    border: 1px solid #fff;
    font-size: 36px;
    font-weight: normal;
    margin-right: 10px;
    padding: 2px 13px;
}
.classes-content .title a span{
    background:none;
    border:2px solid #fff;
}
.classes-content .title a span {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    padding: 5px 11px;
    position: relative;
    color:#fff;
    text-transform: uppercase;
}
.classes-content .box-cell{
    position:relative;
    z-index:99;
    margin: 60px 35px 0;
    display: block !important;
}
.box-inner:hover .box-text,
.box-inner:hover .box-details{
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}
.classes-content .table{
    cursor:pointer;
}
.classes-content .table:after{
    position:absolute;
    content:'';
    left:0;
    top:0;
    right:0;
    bottom:0;
    z-index:0;
    transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    -ms-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
}
.classes-content .table:before{
    position:absolute;
    content:'';
    left:0;
    top:0;
    right:0;
    bottom:0;
    background:rgba(0,0,0, 0.6);
    z-index:0;
    border:1px solid #414141;
    transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    -ms-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    opacity:0;
}
.classes-content .box-inner:hover .table:before{
    left:20px;
    top:20px;
    right:20px;
    bottom:20px;
    opacity:1;
}
.classes-content .box-inner img{
    filter: url(css/filters.svg#grayscale);
    filter:gray;
    -webkit-filter: grayscale(1);
}
.classes-content .box-inner:hover img{
    filter:none;
    -webkit-filter: grayscale(0);
}


/*---------------------------------------Our Success ---------------------------------------*/
.table-success {
    z-index: 1;
    position: relative;
}

.our-success {
    max-width: 100%;
    background: url("images/onepage/free-text.png") no-repeat scroll center center  rgba(0, 0, 0, 0);
    background-size : 100%;
    text-align: center;

}
.success {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 60px 0;
}
.our-succes-top{padding-top:75px;}
.succes-link {
    padding: 10px 0;
}
.our-succes-bottom {margin-bottom:35px;}
.success h5 {
    text-transform: uppercase;
}
.success p{
    text-transform: uppercase;
    font-size:12px;
}
.success p span{
    color: #009FA2;
}
.success a {
    color: #fff;
    font-size: 36px;
}
.success a:hover {
    color: #009FA2;
}

/*---------------------------------------Facts ---------------------------------------*/
.facts{
    position:relative;
    background-size:100%;
}
.facts-page {
    overflow: hidden;
    padding: 70px 0;
    position: relative;
    z-index: 99;
}
.facts-page .title-page {
    padding-top:0;
}
.facts-content {
    background: rgba(255, 255, 255, 0.1);
    margin-bottom: 30px;
    padding: 20px 11px;
}
.facts-icon {
    float: left;
    font-size: 60px;
    padding-right: 20px;
}
.count{
    font-weight: bold;
}
.count .facts-border{
    border-bottom: 1px solid;
    overflow: hidden;
    padding-top: 13px;
    width: 24%;
}
.facts-text {
    font-size: 20px;
    padding-top: 10px;
    white-space: nowrap;
}
/*---------------------------------------End Facts ---------------------------------------*/

/*---------------------------------------Our Team ---------------------------------------*/
.content-our-team.our-team-tabs {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    color: #fff;
    margin: 0;
    padding: 0;
}
.our-team .content-our-team.our-team-tabs {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.content-our-team.our-team-tabs .our-team-pane {
    background: none repeat scroll 0 0 #009FA2;
    color: #fff;
    padding: 0;
}
.content-our-team.our-team-tabs.our-team-img {
    padding: 0;
}
.content-our-team.our-team-tabs .detail-our-team {
    padding: 0;
}
.detail-our-team-inner {
    padding: 38px 30px 10px;
}
.detail-our-team-desc {
    font-size: 24px;
    line-height: 48px;
}
.detail-our-team-user {
    font-size: 20px;
    padding-top: 25px;
}
.detail-our-team-pos {
    font-size: 14px;
    padding-top: 8px;
}
.our-team-panes p{margin:0;}
.content-our-team.our-team-tabs .our-team-nav span {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    color: #fff;
    line-height: 1;
    min-height: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}
.content-our-team.our-team-tabs .our-team-nav > span:hover, .content-our-team.our-team-tabs .our-team-nav > span.our-team-current {
    background: none repeat scroll 0 0 #009FA2;
    padding: 35px 0 32px;
}
.content-our-team.our-team-tabs .our-team-nav span {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius:0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    color: #000;
    line-height: 1;
    min-height: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}
.content-our-team.our-team-tabs .our-team-nav span.our-team-name {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    display: block;
    font-size: 12px;
    line-height: 1;
}
.content-our-team.our-team-tabs .our-team-nav span.our-team-position {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    display: block;
    font-size: 30px;
    line-height: 1;
}
.content-our-team.our-team-tabs .our-team-nav span.our-team-name + span.our-team-position {
    padding-top: 8px;
}
.yoga-trainer, .boxing-trainer {
    margin-left: -4px;
}
.our-team-tabs .our-team-img{padding:0;}
.our-team-head {
    padding: 15px 15px 30px;
    position: relative;
}
.headding-title{margin-bottom:20px;}
.headding-bottom {
    border-bottom: 3px solid rgba(255, 255, 255, 0.2);
    width: 70px;
}
.headding-content {
    padding-left: 0;
    overflow: hidden;
}
.headding-content li {
    width:100%;
    overflow: hidden;
    list-style:none;
}
.headding-content .icon-headding {
    background: none repeat scroll 0 0 #009FA2;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    float: left;
    height: 35px;
    margin-right: 20px;
    margin-top: 15px;
    overflow: hidden;
    text-align: center;
    width: 35px;
}
.headding-content .icon-headding .fa {
    font-size: 20px;
    line-height: 35px;
}
.headding-content .cont-headding {
    float: left;
    overflow: hidden;
}
.headding-content span{color:#009FA2;}
.cont-headding > h5 {
    font-size: 12px;
    text-transform: uppercase;
}
.cont-headding a{color:#fff;}
.headding-bottom p{padding-bottom: 25px;}
/*tab style*/
.our-team-clear:before,
.our-team-clear:after {
    display: table;
    content: " ";
}
.our-team-clear:after { clear: both; }

.our-team-tabs {
    margin: 0 0 1.5em 0;
    padding: 3px;
}
.our-team-nav span {
    display: inline-block;
    margin-right: 3px;
    padding: 10px 15px;
    font-size: 13px;
    min-height: 40px;
    line-height: 20px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    color: #333;
    cursor: pointer;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.our-team-nav span:hover { background: #f5f5f5; }
.our-team-nav span.our-team-current { background: #fff; cursor: default; }
.our-team-nav span.bt-tabs-disabled {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default;
}
.our-team-nav span i.fa{
    margin-right: 5px;
}


.bt-tabs-vertical:before,
.bt-tabs-vertical:after,
.bt-tabs-vertical-right:before,
.bt-tabs-vertical-right:after{
    content: " ";
    display: table;
}
.bt-tabs-vertical:after ,
.bt-tabs-vertical-right:after
{ clear: both; }
.bt-tabs-vertical .our-team-nav,
.bt-tabs-vertical-right .our-team-nav {
    float: left;
    width: 30%;
}
.bt-tabs-vertical .our-team-nav span,
.bt-tabs-vertical-right .our-team-nav span {
    display: block;
    margin-right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
}
.bt-tabs-vertical .our-team-panes,
.bt-tabs-vertical-right .our-team-panes {
    float: left;
    width: 70%;
}
.bt-tabs-vertical .our-team-pane,
.bt-tabs-vertical-right .our-team-pane {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.our-team-nav,
.our-team-nav span,
.our-team-panes,
.our-team-pane {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}
.our-team-bottom .our-team-nav span{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.bt-tabs-vertical-right .our-team-nav span{
    border-top-left-radius: 0px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 3px;
}
.our-team-fit .our-team-nav span{
    margin-right: 0px;
}
.our-team-img img {
    width: 100%;
}
/*------Accordion --------------------------------*/
.bt-accordion{
    margin-bottom: 20px;
}
.bt-spoiler{
    margin-top: 10px;
}
.bt-spoiler:first-child{
    margin-top: 0;
}
.bt-spoiler-title{
    height: 30px;
    border: 1px solid #e8e8e8;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    padding-left: 10px;
    cursor: pointer;
}

.bt-spoiler-title i{
    margin-right: 10px;
}
.bt-spoiler-content{
    padding: 10px;
    background: #fdfdfd;
    border: 1px solid #e8e8e8;
    border-top: none;
    font-size: 13px;
    color: #333333;
    line-height: 24px;
}

.bt-spoiler-collapse{
    font-size: 15px;
    font-family: FontAwesome;
    float: right;
    margin-right: 10px;
}

.bt-accordion-plus .bt-spoiler-collapse:before { content: "\f067"; }
.bt-accordion-plus .bt-spoiler-opened .bt-spoiler-collapse:before { content: "\f068"; }
.bt-accordion-plus-circle .bt-spoiler-collapse:before { content: "\f055"; }
.bt-accordion-plus-circle .bt-spoiler-opened .bt-spoiler-collapse:before { content: "\f056"; }
.bt-accordion-plus-square-1 .bt-spoiler-collapse:before { content: "\f0fe"; }
.bt-accordion-plus-square-1 .bt-spoiler-opened .bt-spoiler-collapse:before { content: "\f146"; }
.bt-accordion-plus-square-2 .bt-spoiler-collapse:before { content: "\f196"; }
.bt-accordion-plus-square-2 .bt-spoiler-opened .bt-spoiler-collapse:before { content: "\f117"; }
.bt-accordion-arrow .bt-spoiler-collapse:before { content: "\f061"; }
.bt-accordion-arrow .bt-spoiler-opened .bt-spoiler-collapse:before { content: "\f063"; }
.bt-accordion-arrow-circle-1 .bt-spoiler-collapse:before { content: "\f0a9"; }
.bt-accordion-arrow-circle-1 .bt-spoiler-opened .bt-spoiler-collapse:before { content: "\f0ab"; }
.bt-accordion-arrow-circle-2 .bt-spoiler-collapse:before { content: "\f18e"; }
.bt-accordion-arrow-circle-2 .bt-spoiler-opened .bt-spoiler-collapse:before { content: "\f01a"; }
.bt-accordion-chevron .bt-spoiler-collapse:before { content: "\f054"; }
.bt-accordion-chevron .bt-spoiler-opened .bt-spoiler-collapse:before { content: "\f078"; }
.bt-accordion-chevron-circle .bt-spoiler-collapse:before { content: "\f138"; }
.bt-accordion-chevron-circle .bt-spoiler-opened .bt-spoiler-collapse:before { content: "\f13a"; }
.bt-accordion-caret .bt-spoiler-collapse:before { content: "\f0da"; }
.bt-accordion-caret .bt-spoiler-opened .bt-spoiler-collapse:before { content: "\f0d7"; }
.bt-accordion-caret-square .bt-spoiler-collapse:before { content: "\f152"; }
.bt-accordion-caret-square .bt-spoiler-opened .bt-spoiler-collapse:before { content: "\f150"; }
.bt-accordion-folder-1 .bt-spoiler-collapse:before { content: "\f07b"; }
.bt-accordion-folder-1 .bt-spoiler-opened .bt-spoiler-collapse:before { content: "\f07c"; }
.bt-accordion-folder-2 .bt-spoiler-collapse:before { content: "\f114"; }
.bt-accordion-folder-2 .bt-spoiler-opened .bt-spoiler-collapse:before { content: "\f115"; }

/*** QUOTE **/
.bt-quote{
    margin-bottom: 20px;
}
.bt-quote p{
    margin: 0;
}
.bt-quote-default .bt-quote-inner p:before {
    background-position: 0 0;
    left: 0;
    top: 0;
}
.bt-quote-default .bt-quote-inner p:before,
.bt-quote-default  .bt-quote-inner p:after {
    background-image: url("images/quote.png");
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    width: 20px;
}
.bt-quote-default  .bt-quote-inner p:after {
    background-position: -20px 0;
    bottom: 0;
    right: 0;
}

.bt-quote-default  .bt-quote-inner p{
    font-style: italic;
    margin-bottom: 1.5em;
    padding: 0.5em 3em;
    position: relative;
}


.bt-quote-default .bt-quote-author {
    font-style: normal;
    display: block;
    text-align: right;
    margin-right: 50px;
}
.bt-quote-big-quote{
    background: #f7f7f7;
    padding: 50px;
    position: relative;
}
.bt-quote-big-quote .bt-quote-inner{
    position: relative;
    z-index: 1;
}
.bt-quote-big-quote:before{
    background-image: url("images/big_quote.png");
    content: "";
    display: block;
    height: 150px;
    position: absolute;
    width: 150px;
    top: -20px;
    right: -20px;
}
.bt-quote-big-quote .bt-quote-author{
    text-align: right;
    display: block;
    margin-top: 20px;
}
.bt-quote .bt-quote-author i{
    margin-right: 5px;
}
.bt-quote-box{
    border-left: 5px solid #e2e2e2;
}
.bt-quote-box .bt-quote-inner{
    border: 1px solid #e2e2e2;
    bordef-left: none;
    background: #fcfcfc;
    color: #888888;
    padding: 20px;
}

.bt-quote-box .bt-quote-box-icon{
    font-size: 2em;
    float: left;
}
.bt-quote-box p{
    margin: 0;
    margin-left: 2.5em;
}
.bt-quote-border-left{
    padding: 20px;
    border-left: 3px solid #e2e2e2;
    color: #888888;
}
/*---------------------------------------Contact Form---------------------------------------*/
.contact-form .wpb_wrapper{position: relative;} 
.contact .our-team-head {
    padding: 60px 0 30px;
}
.contact-form {
    background: none repeat scroll 0 0 #1b1b1b;
    /*padding-bottom: 30px;*/
    position: relative;
}
.main-contact-form{margin-top: 20px;}
.contact-submit.with-map {
    background: none repeat scroll 0 0 #1b1b1b;
    padding: 10px 16px 0;
    position: absolute;
    right: 15px;
    bottom: 0;
    z-index: 3;
    width: 100%;
    max-width: 400px;
}
.contact-submit.no-map {
    position: inherit;
}
.contact-submit .col-md-3{float:right;}
.control {
    background: none repeat scroll 0 0 #e5e5e5;
    color:#000;
    border: 1px solid #ccc;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 6px;
    width: 100%;
}
.form-submit {
    margin: 0 !important;
    padding: 0!important;
}
.btn-submit{
    background: none repeat scroll 0 0 #009FA2;
    border: medium none;
    color: #fff;
    font-size: 14px;
    padding: 7px 25px;
    text-align: left;
    text-transform: uppercase;

}
.main-contact-form textarea  {
    height: 120px;
}
.our-partners {
    margin-bottom: 30px;
}
.brand  .col-md-2{padding-left: 0;}

.contact-map {
    max-width: 100%;
    width: 100%;
}
.map-view{
    height: 500px;
    width:100%;
}

.map-view .content-info{
    color: #1b1b1b;
}

.contact-map,.map-frame{min-height:230px}
.map-frame-event{min-height:383px;}
.event-content .map-view{
    height: 385px;
}
.about-box .map-view{
    height: 260px;
}
.contacts-us .contact-form{padding-bottom:0;}

.btn-submit{
    position:relative;
}
.btn-submit:after{
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-submit:before{
    content: "";
    font-family: "FontAwesome";
    font-size: 16px;
    position: absolute;
    left: 0px;
    top:5px;
    width:30%;
    color: #fff!important;
}
.btn-success:before{
    content: "\f118";
}
.btn-error:before {
    content: "\f119";
}
.btn-success:after {
    content: "Success!";
    -webkit-animation: moveUp 0.5s;
    -moz-animation: moveUp 0.5s;
    animation: moveUp 0.5s;
}
.btn-success,
.btn-error {
    color: transparent!important;
}

.btn-success:after,
.btn-error:after {
    z-index: 1;
    color: #fff!important;
    left: 30%;
}

.btn-success:after {
    content: "Success!";
    -webkit-animation: moveUp 0.5s;
    -moz-animation: moveUp 0.5s;
    animation: moveUp 0.5s;
}
.btn-error {
    -webkit-animation: shake 0.5s;
    -moz-animation: shake 0.5s;
    animation: shake 0.5s;
}
.btn-error:after {
    content: "Error!";
    -webkit-animation: scaleFromUp 0.5s;
    -moz-animation: scaleFromUp 0.5s;
    animation: scaleFromUp 0.5s;
}

/*---------------------------------------New Products---------------------------------------*/
.new-product {
    position: relative;
}
.title-name {
    background: url("images/newproducts/bg_title.png") repeat-x scroll center center rgba(0, 0, 0, 0);
    padding: 20px 0;
    text-align: center;
}
.title-name h4 {
    border: 2px solid;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto;
    padding: 12px 19px;
    width: 185px;
}
.info-products {
    background: none repeat scroll 0 0 #161616;
    padding: 20px 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
}
.product-name{margin-bottom: 10px;}
.product-name a {
    color: #fff;
    font-size: 16px;
}
.product-bottom {
    border-bottom: 2px solid rgba(255, 255, 255,1);
    margin-top: 5px;
    width: 50px;
}
.special-price,.price-box ins{
    float:left;
}
.special-price,.price-box ins,.price-box {
    color: #009FA2;
    font-size: 18px;
    padding-right: 20px;
    text-decoration: none;
}
.old-price,.price-box del,.price-box del span{
    color: #9a9a9a;
    font-size: 14px;
    text-decoration: line-through;
}

div.product-image-wrapper {
    margin-bottom: 30px!important;
    position: relative;
    overflow: hidden;
    border:none;


}
.product-image,.product-img-box,.yith_magnifier_zoom_magnifier{
    position: relative;
    background: #d8d8d8;
    text-align:center;
}
.quickview-body .product-img-box{
    background: transparent;
}
.yith_magnifier_zoom_magnifier{
    border-width:2px!important;
}
.product-detail .yith_magnifier_zoom_wrap{
    z-index: 99;
}
.yith_magnifier_thumbnail .attachment-shop_thumbnail{
    width:100px;
}
.single-product.woocommerce .thumbnails{
    background:#3b3b3b;
}

.product-list .actions, .product-cart .actions {
    border-top: 1px solid rgba(23, 23, 23, 0.1);
    padding-top: 10px;
}
.product-image-wrapper:hover .info-products .price-box .special-price,
.product-image-wrapper:hover .info-products .price-box .old-price,
.product-image-wrapper:hover .info-products .price-box span{
    color:#fff!important;
}
.details-products {
    padding: 20px 10px 10px;
}
.actions  ul {
    margin: 0;
    padding: 0;
}
.actions ul li {
    display: inline-block;
    margin-right: 7px;
    text-align: center;
}
.actions ul li a{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.14) ;
    color: #ffffff;
    display: block;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}
.arrows {
    display: block;
    left: 50%;
    margin-left: -20px;
    margin-top: -45px;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: transform 0.5s ease 0s;
    -moz-transition: -moz-transform 0.5s ease 0s;
    -webkit-transition: -webkit-transform 0.5s ease 0s;
    -ms-transition: -ms-transitiontransform 0.5s ease 0s;
    -o-transition: -o-transitiontransform 0.5s ease 0s;
    opacity: 0;
}
.arrows .fa {
    background: none repeat scroll 0 0 #009FA2;
    color: #fff;
    font-size: 16px;
    padding: 12px 13px;
}
.product-overlay {
    opacity: 0;
    position: absolute;
    transition: transform 0.5s ease 0s;
    -moz-transition: -moz-transform 0.5s ease 0s;
    -webkit-transition: -webkit-transform 0.5s ease 0s;
    -ms-transition: -ms-transform 0.5s ease 0s;
    -o-transition: -o-transform 0.5s ease 0s;
    -width: 100%;
}
.product-image-wrapper:hover .product-overlay{
    opacity: 1;
    transform: translateY(-148px);
    -o-transform: translateY(-148px);
    -ms-transform: translateY(-148px);
    -moz-transform: translateY(-148px);
    -webkit-transform: translateY(-148px);
}
.product-image-wrapper:hover .arrows{
    opacity: 1;
    transform: translateY(-50px);
    -o-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
}

.discover {
    background: url("images/bg-discover.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    position: relative;
}
.discover-content {
    margin: 70px 0;
}
.discover-link {
    color: #fff;
    float: left;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-top: 10px;
    width: 100%;
}
.discover .training-content h2 {
    font-size: 48px;
    font-weight: bold;

}
.discover .open-btn {
    border: 2px solid;
    line-height: 6;
    padding: 12px 13px;
    text-transform: uppercase;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

/*---------------------------------------Introduction---------------------------------------*/
.introduction {
    background: url("images/bg_3.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-size: 100%;
    max-width: 100%;
    padding: 50px 0;
    position: relative;
    text-align: center;
    z-index: 1;
}

.introduction .title-page h3 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height:44px;
}
.intro-content .icon-img{
    display: inline-block;
}
.icon-img{
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    height: 70px;
    margin: 15px 30px;
    position: relative;
    text-align: center;
    width: 70px;
    z-index: 1;
}
.icon-img {
    box-shadow: 0 0 0 3px #fff;
    -moz-box-shadow: 0 0 0 3px #fff;
    -webkit-box-shadow: 0 0 0 3px #fff;
    -o-box-shadow: 0 0 0 3px #fff;
    -ms-box-shadow: 0 0 0 3px #fff;
    transition: color 0.3s ease 0s;
    -moz-transition: color 0.3s ease 0s;
    -webkit-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    -ms-transition: color 0.3s ease 0s;
}
.icon-img:after {
    box-sizing: content-box;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
}
.icon-img:after {
    background: none repeat scroll 0 0 #fff;
    left: -2px;
    padding: 2px;
    top: -2px;
    transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
    -moz-transition: -moz-transform 0.2s ease 0s, opacity 0.2s ease 0s;
    -webkit-transition: -webkit-transform 0.2s ease 0s, opacity 0.2s ease 0s;
    -o-transition: -o-transform 0.2s ease 0s, opacity 0.2s ease 0s;
    -ms-transition: -ms-transform 0.2s ease 0s, opacity 0.2s ease 0s;
    z-index: -1;
}

.icon-img:hover:after {
    transform: scale(0.85);
    -moz-transform: scale(0.85);
    -webkit-transform: scale(0.85);
    -o-transform: scale(0.85);
    -ms-transform: scale(0.85);
}
.icon-img img {
    margin-top: 22px;
}
.introduction .intro-content {
    padding-bottom: 40px;
    padding-top: 20px;
    text-align: center;
}
.introduction .intro-content h4 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    margin: 15px 0;
}
.introduction .intro-content p {
    font-size: 12px;
}

/*---------------------------------------Services---------------------------------------*/
.services {
    xbackground: url("images/bg_services.jpg") no-repeat scroll center center rgba(255, 255, 255, 0.2); 
    background-size: 100%;
    position: relative;
}
.services-main {
    background: none repeat scroll 0 0 rgba(6, 6, 6, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 70px;
    overflow: hidden;
}
.services .title-page h4 {
    font-size: 24px;
    font-weight: bold;
}
.services .title-page h4 span {
    border: 2px solid;
    padding: 5px 10px;
}
.services .col-md-3 {
    padding: 0;
}
.services .services-wrapper {
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    padding: 70px 0;
}
.services-content{
    position: relative;
    text-align: center;
    transition: transform 0.4s ease 0s;
    -moz-transition: -moz-transform 0.4s ease 0s;
    -webkit-transition: -webkit-transform 0.4s ease 0s;
    -o-transition: -o-transform 0.4s ease 0s;
    -ms-transition: -ms-transform 0.4s ease 0s;
}
.services-content h4 {
    font-size: 16px;
}
.services-title {
    margin: 10px 0;
}
.services-content .actions p {
    margin-bottom: 1px;
    margin-top: 10px;
}
.border-title {
    width: 45px;
    margin: 10px auto 0;
    display:none;
}
.border-title-1 {
    border: 1px solid #fff;
    width: 45px;
    margin: 0 auto;
}
.sevices-wapper:hover{
    background:#009FA2;
}
.sevices-wapper .services-content:hover{
    transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
}
.sevices-wapper .services-content:hover .actions{
    opacity: 1;
}

/*---------------------------------------News---------------------------------------*/
.home-v2 .news-page {
    padding-top: 0;
    position: relative;
    padding-bottom: 50px;
}
.news-page .col-md-4, .news-page .col-md-8 {padding-left:0;}
.news-cont .title-page{text-align:left;}
.news-cont .title-page h3 {
    font-weight: bold;
    margin: 7px 0;
}

.news-page-cont .news-text span{
    font-weight:bold;
}
.news-wapper {
    overflow: hidden;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.news-wapper:last-child {
    border-bottom: none;
}
.news-wapper .details-news h6 {
    font-size:14px;
    text-transform:uppercase;
    margin-top:0;
}
.news-wapper .details-news a {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.news-page .news-content{padding-top:15px;}
.news-page  .news-content ul {
    background: none;
    padding: 0;
}
.news-page  .news-content ul .latest-news-item:hover{
    background: none;
}
.news-page .latest-news-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-top:none;
}
.news-page .news-item-inner {
    padding: 0 0 10px;
}
.news-page .news-date {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-top: 0;
}
.news-page .news-day {
    border:none;
}
.news-page .news-title a {
    color:#fff;
}
.news-title a:hover{color:#009FA2;}
.news-time p:hover{color:#5d5d5d !important;}


/*--------------------------------------- Shop-v2 ---------------------------------------*/
/*.slide-container {
    overflow: hidden;
    position:relative;
}*/

.slider-content {
    left: 0;
    padding-left: 20px;
    position: absolute;
    top: 200px;
    z-index: 50;
    width: 82%;
}
.slider-content-left {
    margin: 0 0 0 auto;
    padding-right: 20px;
    right: 0;
    text-align: right;
}
.background-overlay {
    z-index:0;
}
.slider-banner-right .background-overlay {
    background: none repeat scroll 0 0 rgba(32, 32, 32, 0.67);
}
.shop-v2 .col-md-6{padding:0;}
.slider-content-left  .border-text {
    border: 2px solid;
    margin: 20px 5px 20px auto;
    text-align: right;
    width: 50px;
}
.slider-content-right .border-text {
    border: 2px solid;
    margin: 20px 20px 20px 5px;
    text-align: right;
    width: 50px;
}
.slider-content .title-slide {
    font-size: 50px;
    font-weight: bold;
    margin: 5px;
}
.slider-content .text-slide {
    font-size: 18px;
    margin: 5px;
    text-transform: uppercase;
}
.open-now{
    padding-top: 30px;
}
.open-btn{
    border: 2px solid;
    font-size: 16px;
    padding: 6px 10px;
    text-transform: uppercase;
}

/*--------------------------------Collection------------------------------*/

.collection .col-md-3{padding:0;}
.collection-title {
    background: url("images/bg-collection.png") no-repeat scroll center center rgba(255, 255, 255, 0.2);
    padding: 50px 0;
    text-align: center;
}

.product {
    border: 0.5px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 30px;
    overflow: hidden;
}
.product .product-wrapper{
    border: 0.5px solid rgba(255, 255, 255, 0.2);
    height: 300px;
}
.bottom {
    height: 500px;
}


/*---------------------------------------Page Our Class---------------------------------------*/

.page-heading {
    background: url("/images/bg-softball-02.jpg") no-repeat center rgba(0, 0, 0, 0);
    margin-top: 0px;
    background-size: 100%;
    height: 104px;
    margin-bottom: 10px;
}
.page-heading .page-title h3{
    font-size: 36px;
    padding-top:50px;
    color:white;
}

.breadcrumbs .container ul li{display:inline-block;padding-right: 10px;}
.breadcrumbs  .home a, .breadcrumbs .category-1 a{
    color: #009FA2;
    text-transform: none;
}
.breadcrumbs .category-2 {text-transform: none; color:#fff;}
.page-content {
    position: relative;
}
.breadcrumbs {
    margin: 0 auto;
    position: absolute;
    top: -34px;
    width: 100%;
    z-index: 3;
}

.breadcrumbs ul{
    background: none repeat scroll 0 0 #1b1b1b;
    display: inline-block;
    line-height: 1;
    position: relative;
    /*text-transform: uppercase;*/
    margin: 0;
    padding: 11px 10px;
}
.breadcrumbs ul{
    background: none repeat scroll 0 0 #1b1b1b;
}
.breadcrumbs ul:before {
    border-color: transparent transparent transparent #1b1b1b;
    border-style: solid;
    border-width: 14px;
    bottom: -14px;
    content: "";
    left: 0;
    position: absolute;
}
.breadcrumbs ul:before {
    border-left-color: #1b1b1b;
}
.breadcrumbs ul {
    color: #009FA2;
    width: 100%;
}

/* category filter in onepage*/
.classes-content .categories .filters {
    text-align: center;
    margin-left:0px;
}
.classes-content .our-class-main .isotope{
    margin:0 14px;
    border-right: 1px solid transparent;
}
.classes-content .our-class-main .isotope .mix{
    margin:0;
}

/*---------------------------------------End Our Class---------------------------------------*/


/*---------------------------------------Our Class Details---------------------------------------*/

.banner-details .carousel-control span {
    background: none repeat scroll 0 0 #141414;
    font-size: 18px;
    height: 40px;
    padding-top: 10px;
    width: 40px;
}
.banner-details .carousel-control span:hover {
    background: none repeat scroll 0 0 #009FA2;
}
.our-details {
    padding: 30px 0;
}
.content-page, .comments-content {
    background: none repeat scroll 0 0 #1b1b1b;
    padding: 15px;
    margin-top: 20px;
    overflow: hidden;
}
.content-page p {
    margin: 20px 0;
}
.class-details, .comments, .form-comment, .details-desc, .caveats, .share {
    overflow: hidden;
    width: 100%;
}
.details-desc-title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 15px;
}
.class-details h5 {
    display: inline-block;
    width: 50%;
}
.star-rating span{
    font-family: inherit;
}

.caveats-full {
    float: left;
    width: 50%;
}
.caveats-content {
    background: url("images/canvat.png") no-repeat scroll right top #242424;
    float: right;
    margin-top: 30px;
    padding: 35px 0;
    width: 48%;
}
.caveats-full-1 {
    float: left;
    overflow: hidden;
}
.caveats-content p {
    font-size: 18px;
    margin: 0 auto;
    width: 71%;
}

.share {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin: 23px 0 33px;
    padding: 5px 0;
}
.share-title {
    color: #666666;
    float: left;
    width: 40%;
}
.share .social-icon {
    float: right;
    margin: 0;
    text-align: right;
    width: 60%;
}
.share .social-icon a {
    font-size: 14px;
    line-height: 34px;
    padding: 0 10px;
}
.share .social-icon a:hover {
    color:#009FA2;
}
.share .social-icon .linkedin {
    padding-right:0;
}

.comments-title {
    background: none repeat scroll 0 0 #009FA2;
    padding: 10px 15px;
    margin-top: 30px;
}
.comments-content {
    margin-top: 0;
    padding: 0;
}
/*
.comments-content .answer, .comments-content .reply {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    padding: 25px	 0;
    width: 100%;
}
.comments-content .reply img {
    float: right;
}
*/
.content-cmt .name-cmt {
    color: #009FA2;
    margin-right: 20px;
}
.content-cmt .date-cmt {
    border-right: 1px solid;
    color: #9e9e9e;
    margin-right: 5px;
    padding-right: 7px;
}
.content-cmt span a {
    color: #009FA2;
}

.form-comment {
    padding: 20px;
}
.form-comment-title{
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
}
.form-validate-right, .form-validate-left {
    float: left;
    width: 50%;
}
.form-validate-left input  {
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
    padding: 5px 10px;
    width: 93%;
    background: none repeat scroll 0 0 #232323;
}
.form-validate-right .message .control {
    height: 143px;
    margin-bottom: 20px;
}
.form-submit .btn-submit{
    font-size: 16px;
    text-align: center;
}
.contact-form .form-submit{
    overflow:hidden;
    position:relative;
}

.class-trainer, .class-info{background: none repeat scroll 0 0 #1b1b1b;}
.class-trainer-title {
    background: none repeat scroll 0 0 #009FA2;
    padding-top: 20px;
    text-align: center;
}
.img-trainer img{
    margin-bottom: -24px;
}
.class-trainer-content {
    padding: 35px 20px 20px;
    text-align: center;
}
.class-trainer-content .profile {
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 7px 20px;
    text-transform: uppercase;
}
.class-trainer-content .profile:hover {
    background:#009FA2;
}
.class-info {
    margin-top: 20px;
    padding-bottom: 1px;
}
.class-info-title {
    background: none repeat scroll 0 0 #009FA2;
    padding: 4px 20px;
    position: relative;
}
.class-info-title:before {
    border-left-color: #009FA2;
}
.class-info-title:before {
    border-color: transparent transparent transparent #009FA2;
    border-style: solid;
    border-width: 14px;
    bottom: -14px;
    content: "";
    left: 0;
    position: absolute;
}
.class-info-content{
    padding: 0 20px;
}
.info-content {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #9e9e9e;
    padding: 12px 0;
    text-transform: uppercase;
}
.info-content span i{
    margin-right: 7px;
}
.course, .booking-course {
    border: 2px solid #009FA2;
    margin: 20px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
}
.course:hover, .booking-course:hover {
    border: 2px solid #009FA2;
    background:#009FA2;
}
.course:hover a, .booking-course:hover a {
    color: #fff;
}
.course a, .booking-course a {
    color: #009FA2;
}

.class-related {
    padding: 20px 0;
}
.class-related-title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
}
.related-product {
    padding-bottom: 20px;
    position: relative;
}
.related-product .name-product {
    left: 23px;
    position: absolute;
    top: 23px;
}
.related-product .name-product-details {
    background: none repeat scroll 0 0 #009FA2;
    padding: 4px 10px;
    position: relative;
    text-transform: uppercase;
}
.related-product .name-product-details:before {
    border-color: transparent transparent transparent #009FA2;
    border-style: solid;
    border-width: 9px;
    bottom: -9px;
    content: "";
    left: 0;
    position: absolute;
}
.related-product .name-product-details:before {
    border-left-color: #009FA2;
}
.related-product .box-cell {
    display: block !important;
    margin: 25px 20px 0;
    position: relative;
    z-index: 99;
}
.related-product .box-inner a span {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    margin: 0;
    padding: 5px 7px;
    position: relative;
    text-transform: uppercase;
}
/*---------------------------------------End Our Class Details---------------------------------------*/

/*--------------------------------------- Our Blog---------------------------------------*/

.menu-sidebar, .popular-event, .archives, .tags{margin-bottom:30px;}
.blog-page {
    margin-bottom: 30px;
}
.blog-item {
    #background: none repeat scroll 0 0 #1b1b1b;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 10px;
}
.blog-item > .img-blog,.owl-item .gallery-item{
    text-align:center;
}
.entry-content .gallery{
    margin: 15px 0;
}
.blog-page .blog-listing .img-blog .wp-post-image{
    height: auto;
    margin-0:auto;
}
.img-blog {
    margin-bottom: 20px;
    position: relative;
    overflow:hidden;
}
.img-blog img{
    height: auto;
}
.blog-main .img-blog {
    float: left;
    overflow: hidden;
    padding-left: 23px;
    padding-right: 0;
    padding-top: 6px;
    width: 145px;
}
.blog-content {
    margin-left: 142px;
    padding-left: 0 !important;
}
.blog-main .img-blog img {
    border: 4px solid #009FA2;
}
.details-desc-full p, .caveats-full p, .caption-desc, .caveats-full-1 p {
    color: #9e9e9e;
}
.blog-title {
    padding: 5px 0;
}
.blog-title a {
    font-size: 24px;
    text-transform: uppercase;
}
.blog-title a:hover {
    color:#009FA2;
}
.blog-title-top {
    font-size: 12px;
    text-transform: uppercase;
}
.blog-text {
    font-size: 16px;
}

.blog-intro {
    padding-bottom: 10px;
}

.created-by, .published, .category-name{
    display: inline-block;
    margin-right: 5px;
}
.created-by span, .category-name a{
    color:#009FA2;
}
.pages {
    height: 36px;
    line-height: 36px;
}
.pages ul {
    padding-left: 0;
}
.pages ul li {
    display: inline-block;
    margin: 0 2px;
}
.pages li  a {
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 9px 14px;
}
.pages .current  a {
    background:#009FA2;
}

.menu-sidebar {
    background: none repeat scroll 0 0 #009FA2;
}
.title-menu {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    padding: 5px 15px;
}
.menu-sidebar .nav-menu {
    padding: 0 15px 5px;
}
.menu-sidebar .nav-menu li  {
    padding: 10px 0;
    font-size: 13px;
    position:relative;
    border-bottom:1px solid rgba(255, 255, 255, 0.2);
}
.menu-sidebar .nav-menu li a:before {
    background: none repeat scroll 0 0 #fff;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 44px;
    width: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.menu-sidebar .nav-menu li a:hover:before {
    width:60px;
    transition:all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -moz-transition:all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -ms-transition:all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -o-transition:all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -webkit-transition:all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.popular-event{  background: none repeat scroll 0 0 #1b1b1b;}
.popular-event-title {
    border-bottom: 2px solid #232323;
    color: #666666;
    padding: 10px 15px;
}
.popular-event-title a {
    margin: 0;
}
.popular-event .news-content ul {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 0;
}
.popular-event .latest-news-item {
    border-bottom: 1px solid #232323;
    border-left: 2px solid #454545;
}
.popular-event .latest-news-item:hover{
    background:#242424;
    border-left:2px solid #009FA2;
}
.popular-event .latest-news-item:hover .news-title a{
    color:#009FA2;
}
.popular-event .news-date {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #009FA2;
}
.popular-event .news-day {
    border:none;
    padding:0;
}
.popular-event .news-month {
    font-size: 15px;
}
.popular-event .news-info {
    margin-left: 60px;
}
.popular-event .news-title a {
    color: #666666;
    text-transform: none;
}
.popular-event .news-time p {
    background: url("images/clock.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #bbbbbb;
    padding-left: 20px;
}
.archives-title {
    border-bottom: 1px solid #2b2b2b;
    padding: 10px;
}
.archives-title span {
    border-bottom: 1px solid #009FA2;
    color: #666666;
    font-size: 18px;
    padding-bottom: 13px;
    text-transform: uppercase;
}
.info-content {
    border-bottom: 1px solid #2b2b2b;
    font-size: 12px;
    padding: 12px;
    text-transform: none;
}
.info-content  a{
    color: #666666;
}
.info-content  a:hover{
    color: #009FA2;
}

.tags-content {
    padding: 20px 0;
}
.tags-blog {
    display: inline-block;
}
.tags-blog a {
    background: none repeat scroll 0 0 #1b1b1b;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #9c9c9c;
    display: inline-block;
    height: 29px;
    line-height: 27px;
    margin-bottom: 8px;
    margin-right: 8px;
    padding: 0 15px !important;
}
.tags-blog a:hover{
    background: none repeat scroll 0 0 #009FA2;
    color: #fff;
}

/*---------------------------------------End Our Blog---------------------------------------*/

/*--------------------------------------- Blog Details---------------------------------------*/

.icon-blog {
    overflow: hidden;
    padding-top: 30px;
}
.icon-blog .icon {
    display: inline-block;
    float: left;
    height: 46px;
    margin-bottom: 1px;
    margin-right: 1px;
}
.icon-blog .icon a {
    background: none repeat scroll 0 0 #242424;
    color: #a3a3a3;
    display: inline-block;
    font-size: 18px;
    height: 46px;
    line-height: 46px;
    overflow: hidden;
    text-align: center;
    width: 46px;
}
.icon-blog .icon a:hover{
    background: none repeat scroll 0 0 #009FA2;
    color: #fff;
}

.blog-author, .related-post {
    background: none repeat scroll 0 0 #1b1b1b;
    overflow: hidden;
    width: 100%;
}
.blog-author {
    padding: 20px 0;
}
.related-post {
    padding: 30px 23px;
}
.related-post-title {
    border-bottom: 2px solid #232323;
    margin-bottom: 10px;
}
.related-post-title h5 {
    margin-top: 0;
}
.related-post-list {
    border-bottom: 1px solid #232323;
    padding: 8px 0;
    position: relative;
}
.related-post-list:last-child{
    border-bottom: none;
}
.related-post-list a {
    color: #9e9e9e;
}
.related-post-list a:before {
    background: none repeat scroll 0 0 #009FA2;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 40px;
    width: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.post-last a:before {
    background: none;
}
.related-post-list a:hover{
    color:#009FA2;
}
.related-post-list a:hover:before {
    width:60px;
    transition:all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -moz-transition:all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -ms-transition:all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -o-transition:all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -webkit-transition:all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.page-links {
    word-spacing: 15px;
}

.popular-event-details {
    background: none repeat scroll 0 0 #fff;
}
.popular-event-details .popular-event-title {
    border-bottom: 2px solid #ededed;
}
.popular-event-details .latest-news-item {
    border-bottom: 1px solid #ededed;
    border-left: 2px solid #ededed;
}
.popular-event-details .latest-news-item:hover{
    background:#f8f8f8;
}
.popular-event-details .news-day, .popular-event-details .news-month{color:#009FA2;}
.popular-event-details .latest-news-item:hover .news-title a{
    color:#c50b0b;
}

/*---------------------------------------End Blog Details---------------------------------------*/

/*---------------------------------------Page Our Trainers---------------------------------------*/
.product-content .info-products, .our-trainers .info-products{
    position: relative;
    text-align: center;
    border:none;
    transition: transform 0.4s ease 0s;
    -moz-transition: transform 0.4s ease 0s;
    -webkit-transition: transform 0.4s ease 0s;
    -o-transition: transform 0.4s ease 0s;
    -ms-transition: transform 0.4s ease 0s;
}
.product-trainer a img, .meet-trainer .product-image a img, .event-listing-grid .product-image a img {
    transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
}
.product-trainer a img:hover, .meet-trainer .product-image a img:hover, .event-listing-grid .product-image a img:hover{
    transform: scale(1.2) rotateZ(-5deg);
    -moz-transform: scale(1.2) rotateZ(-5deg);
    -webkit-transform: scale(1.2) rotateZ(-5deg);
    -o-transform: scale(1.2) rotateZ(-5deg);
    -ms-transform: scale(1.2) rotateZ(-5deg);
}
.product-list .info-products{text-align:left;}
.product-image-wrapper:hover .info-products{
    transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
}
.img-trainers {
    background: none repeat scroll 0 0 #009FA2;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    height: 66px;
    left: 50%;
    margin-left: -33px;
    position: absolute;
    top: -35px;
    width: 66px;
}
.img-trainers img {
    padding-top: 20px;
}
.our-trainers .product-name {
    padding-top: 20px;
    text-transform: uppercase;
    font-size: 18px;
}
.our-trainers .product-bottom {
    margin: 0 auto;
    padding: 5px 0;
}
.actions{
    padding: 10px 15px;
    bottom: 5px;
    height: auto;
    opacity: 0;
    top: auto;
    overflow:hidden;
    background: none repeat scroll 0 0 #009FA2;
    transform: translateY(99%);
    -moz-transform: translateY(99%);
    -webkit-transform: translateY(99%);
    -o-transform: translateY(99%);
    -ms-transform: translateY(99%);
    transition: transform 0.4s ease 0s;
    -moz-transition: -moz-transform 0.4s ease 0s;
    -webkit-transition: -webkit-transform 0.4s ease 0s;
    -o-transition: -o-transform 0.4s ease 0s;
    -ms-transition: -ms-transform 0.4s ease 0s;
    width: 100%;
    position:absolute;
    left: 0;
}
.product-image-wrapper:hover .info-products .actions{
    opacity: 1;
    transform: translateY(100%);
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
}
.our-trainers .actions ul li a .fa {
    height: 30px;
    line-height: 30px;
    padding: 0;
    width: 30px;
}
.load-product {
    padding-bottom: 40px;
}
.load-more {
    background: none repeat scroll 0 0 #1e1e1e;
    border: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    float: left;
    overflow: hidden;
    padding: 12px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.load-more:focus {
    background: none repeat scroll 0 0 #009FA2;
}
.new-product .info-products{
    text-align: left;
}
.new-product .actions {
    border-top: 1px solid rgba(88, 88, 88, 0.18);
}
/*---------------------------------------End Page Our Trainers---------------------------------------*/

/*---------------------------------------Page Our Trainers Profile---------------------------------------*/

.experience {
    padding-top: 40px;
    margin-bottom: 25px;
}
.experience-title {
    padding-bottom: 10px;
}
.experience-main {
    margin-bottom: 3px;
}
.experience-spoiler {
    margin-top: 10px;
}
.experience-spoiler:first-child {
    margin-top: 0;
}
.experience-details-title {
    border: 1px solid #e8e8e8;
    color: #333333;
    cursor: pointer;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
}
.experience-details-title {
    background: none repeat scroll 0 0 #1b1b1b;
    border: medium none;
    color: #fff;
    font-size: 18px;
    height: 45px;
    line-height: 21px;
    padding: 12px 0 12px 62px;
    position: relative;
}
.experience-spoiler-opened .experience-details-title {
    background: none repeat scroll 0 0 #009FA2;
}
.experience-details-title  i.fa {
    border-right: 3px solid #212121;
    height: 100%;
    left: 0;
    line-height: 45px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 45px;
    margin-right: 10px;
}
.experience-details-collapse {
    float: right;
    font-family: FontAwesome;
    font-size: 15px;
    margin-right: 10px;
}
.experience-details-collapse {
    border-right: 3px solid #212121;
    float: left;
    height: 100%;
    left: 0;
    line-height: 45px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 45px;
}
.experience-details-collapse {
    display: none;
}
.experience-details-content {
    background: none repeat scroll 0 0 #1b1b1b;
    border: medium none;
    color: #fff;
    font-size: 12px;
    padding: 12px 13px;
    line-height: 24px;
}

.profile {
    background: none repeat scroll 0 0 #1e1e1e;
    overflow: hidden;
}
.profile-content {
    margin-top: 30px;
    overflow: hidden;
}
.profile-content p {
    line-height: 28px;
}
.profile-title {
    background: none repeat scroll 0 0 #009FA2;
}
.img-profile1, .profile-icon {
    float: left;
    padding-left: 20px;
    width: 25%;
}
.profile-info, .profile-text  {
    float: left;
    padding-top: 5px;
    width: 75%;
}
.profile-info-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.profile-info span {
    display: inline-block;
    margin: 5px 0;
    text-transform: uppercase;
    width: 48%;
}
.profile-title .img-profile1 img {
    margin-bottom: -22px;
    margin-left: 10px;
    margin-top: 10px;
}
.profile-icon {
    padding-left: 0;
}
.profile-text {
    padding-right: 15px;
}
.profile-content .rating {
    text-align: center;
    width: 100%;
}
.profile-content .social-icon {
    text-align: right;
}
.profile-content .social-icon .middle {
    margin: 0 15px;
}
.progress-indicator {
    background: none repeat scroll 0 0 #2d2d2d;
    height: 9px;
    position: relative;
}
.progress-indicator > div {
    bottom: 2px;
    left: 2px;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 0;
}
.experience-content ul {
    padding-left: 0;
    list-style: none;
}
.experience-content .skill {
    margin: 21px 0;
}
.experience-content .skill-top {
    margin-top:13px;
}
.progress-indicator .bg-red {
    background: none repeat scroll 0 0 #009FA2;
}
.skill-title {
    text-transform: uppercase;
}
.skill-percent {
    background: none repeat scroll 0 0 #009FA2;
    display: inline-block;
    line-height: 1;
    margin: 0;
    padding: 2px 4px;
    position: relative;
    text-transform: uppercase;
    float: right;
}
.skill-percent:before {
    border-color: transparent transparent transparent #009FA2;
    border-style: solid;
    border-width: 5px;
    bottom: -5px;
    content: "";
    left: 0;
    position: absolute;
}
.skill-percent:before {
    border-left-color: #009FA2;
}

.meet-trainer .our-trainers {
    padding-top: 0;
}
/*---------------------------------------End Page Our Trainers Profile---------------------------------------*/

/*---------------------------------------Page Our Pricing Table---------------------------------------*/

.ask-question-main {
    margin-top: 40px!important;
    padding: 0;
}
.ask-question {
    background: none repeat scroll 0 0 #161616;
    padding-top: 25px;
}
.question-content {
    background: none repeat scroll 0 0 #1b1b1b;
    font-size: 18px;
    padding: 7px 20px;
}
.question-content p, .answer p, .content-reply {
    margin-bottom:0;
    color:#666666;
}
.answer {
    padding: 15px 20px;
}
/*---------------------------------------End Our Pricing Table---------------------------------------*/


/*---------------------------------------About Us---------------------------------------*/

.menu-about{
    background: none repeat scroll 0 0 #121212;
    border-bottom: 1px solid #2b2b2b !important;
}
.menu-about ul li {
    border-left: 1px solid #2b2b2b;
}

.menu-about ul li a:hover, .menu-about ul li a:focus{
    background: none repeat scroll 0 0 #009FA2;
}

.choose {
    padding: 40px 0 70px;
}
#history{padding-bottom:30px;}

.classes-content .col-md-6{padding-left:0;}
.classes .our-class-main {
    padding: 20px 0;
}
.classes-content .classes .our-class-main {
    padding: 40px 0;
}
.block-right {
    margin-left: 15px;
    margin-top: -10px;
}
.about-info {
    margin-bottom: 30px;
}
.about-info:last-child{
    margin-bottom: 0;
}
.icon-block{
    float: left;
    text-align: center;
}
.icon-block .fa {
    background: none repeat scroll 0 0 #009FA2;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 30px;
    height: 70px;
    line-height: 70px;
    width: 70px;
}
.about-details {
    margin-left: 100px;
}
.about-details-title{
    color: #009FA2;
    font-size: 14px;
}

.join-us {
    font-size: 24px;
    font-weight: bold;
}

.history-skill {
    overflow: hidden;
    padding-top: 20px;
}
.history-skill ul {
    margin: 0;
    padding: 0;
}
.history-skill li {
    cursor: pointer;
    float: left;
    line-height: 30px;
    list-style: outside none none;
    width: 50%;
}
.history-skill li:before {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    content:'\f05d';
    font-family: "FontAwesome";
    font-size: 15px;
    height: 14px;
    line-height: 14px;
    margin-right: 12px;
    text-align: center;
    width: 14px;
}
.history-skill li:hover{color:#009FA2;}

.tab-history{
    padding-top: 60px;
}
.tab-history .our-team-panes {
    position: relative;
    clear: left;
}
.tab-history .our-team-nav:before {
    border-bottom: 1px solid #4f4f4f;
    content: "";
    left: 0;
    position: absolute;
    top: 6px;
    width: 100%;
}
.tab-history .our-team-nav {
    padding: 0 80px;
    position: relative;
    box-sizing: border-box !important;
    overflow:hidden;
}
.tab-history .our-team-nav span {
    color: inherit;
    font-size: 18px;
    padding: 20px 0 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: none 0s ease 0s ;
    -moz-transition: none 0s ease 0s ;
    -webkit-transition: none 0s ease 0s ;
    -ms-transition: none 0s ease 0s ;
    -o-transition: none 0s ease 0s ;
    width: 15.667%;
    color: #666666;
}
.tab-history .our-team-nav .our-team-current {color:#fff;}
.tab-history .our-team-nav span:hover, .tab-history .our-team-nav span.our-team-current {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    text-indent: 0;
}
.tab-history .our-team-nav span:before {
    background: none repeat scroll 0 0 #606060;
    border: 2px solid #4f4f4f;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    content: "";
    display: inline-block;
    height: 12px;
    left: calc(50% - 6px);
    position: absolute;
    top: 0;
    width: 12px;
}
.tab-history .our-team-nav span:hover:before, .tab-history .our-team-nav span.our-team-current:before {
    background: none repeat scroll 0 0 #009FA2;
}
.tab-history .our-team-nav span:hover:before, .tab-history .our-team-nav span.our-team-current:before {
    background: none repeat scroll 0 0 #009FA2;
}
.tab-history .our-team-pane {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: inherit;
}
@media (max-width: 769px) {
    .tab-history .our-team-nav span{
        text-indent:-9999px;
    }
}
.tab-history .our-team-panes {
    margin: 60px 0;
    position: relative;
}

.tab-history .our-team-panes .our-team-pane.active {
    opacity:1;
}
.tab-history .our-team-panes .our-team-pane{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

.tab-history .our-team-panes .our-team-pane{
    opacity: 0;
    transform: translateX(100%);
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
}
.tab-history .our-team-panes .our-team-pane.active {
    transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    -ms-transition: all 0.7s ease 0s;
}
.tab-history .our-team-panes .our-team-pane.out {
    transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    opacity: 0;
    transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    -ms-transition: all 0.7s ease 0s;
}

.video-history iframe  {
    border: medium none;
    width: 100%;
}
.our-history {
    position: relative;
    z-index: 99;
}

/* Product List */
.page-product .header-container {
    background: none repeat scroll 0 0 #0f0f0f;
}

.page-product .breadcrumbs ul{
    width: 100%;
}
.page-product .toolbar{
    border-bottom: 1px solid #525252;
    margin: 0 0 12px 0;
    overflow: hidden;
    padding-bottom: 10px;
}
.page-product .toolbar .amount{
    display: inline-block;
    float: left;
    color: #A3A3A3;
    margin: 0;
}
.page-product .toolbar .sorter{
    display: inline-block;
    float: right;
}
.page-product .toolbar .sort-by{
    display: inline-block;
    float: left;
    overflow: hidden;
    position: relative;
    width: 140px;
    margin: 0;
}
.page-product .product-list .row.flex-row-eq-height{
    display: flex;
    flex-wrap: wrap;
}
#page-top select{
    border: medium none;
    color: rgb(163, 163, 163);
    padding: 0px 10px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #484848;
    background: #242424;
    max-width:100%;
}
#page-top select option{
    border: none;
    padding: 10px 10px;
    background: #232323;
    color: #a3a3a3;
}
.page-product .toolbar .sort-by i{
    position: absolute;
    right: 0;
}
.page-product .toolbar .view-mode{
    display: inline-block;
    float: left;
    height: 33px;
    margin: 0;
}
.page-product .toolbar .view-mode .grid,
.page-product .toolbar .view-mode .list{
    border: 1px solid #484848;
    color: #858585;
    display: inline-block;
    font-size: 14px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    width: 33px;
    float: left;
    margin-left: 6px;
}
.page-product .toolbar .view-mode .grid:hover,
.page-product .toolbar .view-mode .grid-active,
.page-product .toolbar .view-mode .list:hover,
.page-product .toolbar .view-mode .list-active{
    background: none repeat scroll 0 0 #343434;
    border: 1px solid #484848;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    width: 33px;
    float: left;
    margin-left: 6px;
}
.new-label:before,.onsale-label:before {
    border-color: transparent transparent transparent #009FA2;
    border-style: solid;
    border-width: 14px;
    bottom: -11px;
    content: "";
    left: 0;
    position: absolute;
    z-index: 1;
}
.new-label,.onsale-label{
    background: none repeat scroll 0 0 #009FA2;
    font-size: 14px;
    height: 31px;
    left: 25px;
    line-height: 31px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 25px;
    width: 65px;
    z-index: 1;
}
.page-product .product-image-wrapper.last-row {
    margin-bottom: 20px;
}

.price_slider_wrapper{
    margin-bottom: 35px;
    padding: 15px 10px 44px 10px;;
}
.price_slider_wrapper .price_label{
    color:#fff;
}
.page-product .product-filter .title{
    font-size: 16px;
    margin: 0;
}
.page-product .product-filter hr{
    color: #d1333d;
    margin: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.widget_price_filter .min-filter{
    position: absolute;
    top: 0;
    left: 9%;
}
.widget_price_filter .max-filter{
    position: absolute;
    top: 0;
    left: 63%;
}
.widget_price_filter .ui-slider {
    position: relative;
    height: 4px!important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    background: rgba(0,0,0,0.5);
    margin: 5px 0 20px;
}
.widget_price_filter .ui-slider-range {
    background: #fff!important;
}
.widget_price_filter .ui-slider-handle {
    background: #fff!important;
}

#page-top .widget_price_filter button.button{
    border: 2px solid #fff;
    display: block;
    line-height: 12px;
    padding: 10px 15px;
    text-transform: uppercase;
    width: 70px;
    background: none;
    color:#fff;
    border-radius:0;
    margin-top:8px;
}
#page-top .widget_price_filter button.button:hover{
    background: none repeat scroll 0 0 #fff;
}
.page-product .product-categories{
    background: #009FA2;
}
.page-product .product-categories .title {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    font-size: 18px;
    margin: 0;
    padding: 15px 10px;
}
.page-product .product-categories ul {
    padding: 0 15px 5px;
}
.page-product .product-categories ul li  {
    padding: 10px 0;
    font-size: 13px;
    position:relative;
    border-bottom:1px solid rgba(255, 255, 255, 0.2);
}
.page-product .product-categories ul li a:before {
    background: none repeat scroll 0 0 #fff;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 44px;
    width: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.page-product .product-categories ul li a:hover:before {
    width:60px;
    transition:all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -moz-transition:all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -ms-transition:all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -o-transition:all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -webkit-transition:all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.page-product .pages{}
.page-product .pages ol{
    list-style: outside none none;
    margin: 0;
    padding: 0
}
.page-product .pages ol li{
    display: inline-block;
    float: left;
    margin-right: 8px;
    text-align: center;
    vertical-align: middle;
}
.page-product .pages ol li a{
    border: 1px solid #4e4e4e;
    display: block;
    font-size: 15px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    padding: 0;
}
.page-product .pages ol li.current a,
.page-product .pages ol li a:hover{
    background: #009FA2;
    border-color: #009FA2;
}

.widget_products ul{
    margin: 0;
    padding: 0 0 0 1px;
}
.widget_products ul li{
    background: #232323;
    border-left: 2px solid #454545;
    border-top: 1px solid #2a2a2a;
    display: block;
    overflow: hidden;
    padding: 10px!important;
}
.widget_products ul li:last-child{
    border-bottom: 1px solid #2a2a2a;
}
.widget_products ul li:hover{
    background: #1b1b1b;
    border-left: 2px solid #009FA2;
}
.widget_products ul li .product-image{
    display: inline-block;
    float: left;
}
.widget_products ul li .info-products {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    line-height: 24px;
    padding: 0 10px 0 85px;
}
.widget_products ul li .info-products .product-name{
    margin: 0;
    color:#fff;
}
.widget_products ul li .info-products .price-box{
    color: #009FA2;
    font-size: 18px;
}
.widget_products .widget-title,.widget_products .widget-title span{
    border:none!important;
    padding-bottom:0;
}
.widget_products li img{
    width: 75px!important;
}

.product-popular{
    margin-top: 20px;
    background: none repeat scroll 0 0 #232323;
}
.product-popular .title{
    font-size: 18px;
    margin: 0;
    padding: 15px;
}
.product-popular ul{
    margin: 0;
    padding: 0 0 0 1px;
}
.product-popular ul li{
    background: #232323;
    border-left: 2px solid #454545;
    border-top: 1px solid #2a2a2a;
    display: block;
    overflow: hidden;
    padding: 10px 10px 10px 12px;
}
.product-popular ul li:last-child{
    border-bottom: 1px solid #2a2a2a;
}
.product-popular ul li:hover{
    background: #1b1b1b;
    border-left: 2px solid #009FA2;
}
.product-popular ul li .product-image{
    display: inline-block;
    float: left;
}
.product-popular ul li .info-products {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    line-height: 24px;
    padding: 0 10px 0 85px;
}
.product-popular ul li .info-products .product-name{
    margin: 0;
}
.product-popular ul li .info-products .price-box{
    color: #009FA2;
    font-size: 18px;
}
.product-popular .buttons{
    text-align: center;
    line-height: 100%;
}
.product-popular .buttons .button{
    background-image: none!important;
    padding: 0 10px!important;
    margin: 10px;
}

.page-footer-product{
    background: #1b1b1b;
}
.footer-right .line1 a{
    color: #009FA2;
}
.page-footer-product .email input.inputbox {
    background: none;
}

.quickview-box .quickview-body{
    float: none;
    margin: 0 auto;
    text-align: left;
}
.quickview-box .product-essential{
    position: relative;
}
.quickview-box .quickview-close{
    background: none repeat scroll 0 0 #009FA2;
    border: medium none;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 25px;
    text-align: center;
    top: 10px;
    width: 30px;
    z-index: 9;
}

/* Product List Row */
.product-list-row .product-image-wrapper{
    margin-bottom: 35px;
}
.product-list-row .product-content{
    background: #161616;
    overflow: hidden;
}
.product-list-row .product-image{
    padding: 0;
}
.product-list-row .info-products-list {
    border: none;
    padding-right: 30px;
    padding-top: 15px;
}
.product-list-row .info-products-list hr{
    color: #262626;
    border-top: 1px solid;
    margin: 0;
}
.product-list-row .info-products-list .desc{
    margin: 10px 0 45px;
    color: #9a9a9a;
}
.product-list-row .price-box{
    float: left;
    margin-top: 10px;
}
.product-list-row .price-box .special-price,
.product-list-row .price-box .old-price{
    color: #fff;
}
.product-list-row .actions-box{
    float: right;
    margin-top: 10px;
}
.product-list-row .actions-box ul{
    margin: 0;
    padding: 0;
}
.product-list-row .actions-box ul li{
    margin-right: 5px;
    display: inline-block;
}
.product-list-row .actions-box ul li:last-child{
    margin-right: 0;
}
.product-list-row .actions-box ul li a{
    background: #232323;
    display: block;
    height: 35px;
    width: 35px;
    font-size: 14px;
    margin: 0;
    line-height: 35px;
    text-align: center;
}
.product-list-row .actions-box ul li a:hover{
    background: none repeat scroll 0 0 #009FA2;
}
.product-list-row .product-image-wrapper:hover .arrows{
    opacity: 1;
    transform: none;
    -o-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
}
.quickviewloading{
    top: 50%!important;
    left: 50%!important;
    margin: -16px 0 0 -16px;
    font-size:40px;
    position:absolute;
    z-index:999;
}
.product-list-row .arrows {
    display: block;
    left: 50%;
    margin: -16px 0 0 -16px;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: transform 0.5s ease 0s;
    -moz-transition: -moz-transform 0.5s ease 0s;
    -webkit-transition: -webkit-transform 0.5s ease 0s;
    -o-transition: -o-transform 0.5s ease 0s;
    -ms-transition: -ms-transform 0.5s ease 0s;
    opacity: 0;

}
.product-list-row .product-image-wrapper.last-row{
    margin-bottom: 45px;
}
.product-row-bottom{
    padding-bottom:10px;
    overflow: hidden;
}

/* Product detail */
.product-essential{
    margin-bottom: 35px;
    overflow: hidden;
    padding: 0 !important;
    background: none repeat scroll 0 0 #1b1b1b;
}
.product-essential .product-img-box{
    padding: 0;
}
.product-essential .more-views{
    background: none repeat scroll 0 0 #3b3b3b;
    padding: 8px 32px;
    position: relative;
    overflow: hidden;
}
.product-essential #owl-demo{
    padding: 0 9px;
    border-left: 1px solid #545454;
    border-right: 1px solid #545454;
}
.product-essential .more-views .owl-wrapper-outer{
    overflow: hidden;
}
.product-essential .customNavigation{
    text-align: center;
}
.product-essential .customNavigation a{
    color: #9e9e9e;
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    position: absolute;
    top: 35px;
    padding: 0;
}
.product-essential .customNavigation a.prev{
    left: 15px;
}
.product-essential .customNavigation a.next{
    right: 15px;
}
.product-essential .product-shop{
    overflow: hidden;
    padding: 15px 25px;
    xbackground-color:black;
    xcolor:white;
}
.product-essential .product-name{
    border-bottom: 1px solid #262626;
    margin-bottom: 10px;
}
.product-essential .product-name h2{
    font-size: 20px;
    margin: 0 0 15px;
    xcolor:white;
}
.product-essential .meta-box{
    border-bottom: 1px solid #262626;
    margin-bottom: 10px;
    overflow: hidden;
}
.product-essential .meta-box .price-box{
    float: left;
    margin-bottom: 10px;
}
.product-essential .meta-box .price-box .old-price,.price-box del{
    color: #fff;
}
.product-essential .meta-box .rating-box{
    float: right;
    margin-bottom: 10px;
}

.product-essential .short-description{
    color: #9a9a9a;
    margin-bottom: 30px;
}
.product-essential .add-to-box{
    border-bottom: 1px solid #262626;
    margin-bottom: 10px;
    overflow: hidden;
}
.add-to-cart{
    position: relative;
    width: 78px;
}
.add-to-cart input{
    background: #232323;
    border: 1px solid #484848;
    color: #9a9a9a;
    height: 35px;
    padding: 0 12px;
    width: 78px;
}
.add-to-cart span{
    color: #9a9a9a;
    font-size: 14px;
    position: absolute;
    right: 10px;
    height: 10px;
    line-height: 10px;
}
.add-to-cart span:hover{
    cursor: pointer;
    color: #fff;
}
.add-to-cart .increase-qty{
    top: 10px;
}
.add-to-cart .decrease-qty{
    top: 16px;
}
.add-to-cart span > i.fa{
    height: 13px;
    line-height: 8px;
}

.woocommerce-product-search input[type="submit"]{
    color:#fff;
    border:none;
    padding:3px 10px;
}
.yith-wcwl-wishlistexistsbrowse span{
    color:#a3a3a3;
    display: inline-block;
    margin-bottom: 13px;
}
.variations{
    margin-bottom:10px;
}
.variations select
{
    background: #242424 none repeat scroll 0 0;
    border: 1px solid #a3a3a3;
    color: #a3a3a3;
    height: 33px;
    padding: 5px 10px;
    width: 100%;
    margin-bottom:5px;
}
.variations select option{
    background: #232323 none repeat scroll 0 0;
    border: medium none;
    color: #a3a3a3;
    height: 33px;
    line-height: 33px;
    padding: 5px 10px;
}
.sku_wrapper{
    border-bottom: 1px solid #262626;
    color: #9a9a9a;
    margin-bottom: 10px;
    overflow: hidden;
    padding-bottom: 10px;
    display:block;
}
.variations label{
    margin-right:10px;
    color: #a3a3a3;
}
.variations table td{
    padding:0;
}
.reset_variations{
    color: #a3a3a3;
    font-size:12px;
}


.woocommerce button.button.disabled, .page button.button,.page a.button,.page .woocommerce .button,.page .woocommerce .button:hover{
    color:#fff;
    border: medium none;
    height: 35px;
    line-height: 35px;
    padding: 0 25px 0 25px;
    position: relative;
    text-transform: uppercase;
    border-radius: 0;
    background-image: url(images/btn-gradient.png);
    background-position:top left;
    background-repeat: no-repeat;

}

/**btn effect*/
.button,.btn-submit{
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
}
.button:hover,.button:focus, .button:active,.btn-submit:hover,.btn-submit:focus, .btn-submit:active {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    color:#fff;
}
.btn-checkout{
    width: 125px;
}
.button .fa-icon{
    height: 35px;
    left: 0;
    line-height: 35px;
    padding-left: 5px;
    position: absolute;
    top: 0;
    width: 25px;
}
.button span{
    display: inline-block;
    height: 35px;
    line-height: 35px;
    white-space: nowrap;
}
.btn-checkout span{
    width: 100px;
}
.product-essential .add-to-cart{
    float: left;
    margin-right: 7px;
}
.product-essential .add-to-box .btn-cart{
    margin-right: 7px;
}
.product-essential .link-wishlist{
    background: none repeat scroll 0 0 #232323;
    display: inline-block;
    height: 35px;
    line-height: 33px;
    text-align: center;
    width: 35px;
}
.product-essential .add-to-box .btn-cart:hover{
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.product-essential .link-wishlist:hover{
    background: #009FA2;
    cursor: pointer;
}
.product-essential .cat-list{
    border-bottom: 1px solid #262626;
    color: #9a9a9a;
    margin-bottom: 10px;
    overflow: hidden;
    padding-bottom: 10px;
}
.product-essential .tags-list{
    border-bottom: 1px solid #262626;
    color: #9a9a9a;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 10px;
}
.product-essential .tags-list label,
.product-essential .cat-list label{
    float: left;
    padding-left: 3px;
    width: 80px;
}
.product-essential .tags-list a,
.product-essential .cat-list a{
    margin-left: 10px;
}
.product-essential .tags-list ul,
.product-essential .cat-list ul{
    float: left;
    margin: 0;
    padding: 0;
}
.product-essential .tags-list ul li,
.product-essential .cat-list ul li{
    display: inline-block;
    float: left;
    margin-right: 5px;
}
.product-essential .cat-list a{
    color: #009FA2;
}
.product-essential .tags-list a{
    background: none repeat scroll 0 0 #232323;
    border: 1px solid #484848;
    color: #9a9a9a;
    display: inline-block;
    height: 27px;
    padding: 0 15px;
}
.product-essential .tags-list a:hover{
    background: #009FA2;
    color: #fff;
}
.product-essential .social-icon{}
.product-essential .social-icon ul{
    float: right;
    margin: 0;
    padding: 0;
}
.product-essential .social-icon ul li{
    display: inline-block;
    float: left;
    margin-right: 7px;
}
.product-essential .social-icon ul li:last-child{
    margin-right: 0;
}
.product-essential .social-icon ul a{
    background: none repeat scroll 0 0 #232323;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}
.product-essential .social-icon ul a:hover{
    background: #009FA2;
}
.product-detail .product-collateral{
    margin-bottom: 45px;
    clear: both;
    margin-top: 20px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.product-detail .product-collateral > ul{
    margin: 0;
    padding: 0;
}
.product-detail .product-collateral > ul li{
    display: inline-block;
    margin-right: 4px;
}
.product-detail .product-collateral > ul li a{
    background: none repeat scroll 0 0 #1b1b1b;
    display: inline-block;
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    text-transform: uppercase;
}
.product-detail .product-collateral > ul li a:hover,
.product-detail .product-collateral > ul li.ui-state-active a{
    background: #009FA2;
}
.product-detail .product-collateral .box-collateral{
    background: none repeat scroll 0 0 #1b1b1b;
    padding: 20px;
}
.product-detail .product-collateral .box-collateral p{
    margin: 0;
}
.product-detail .product-collateral .box-collateral ul{
    margin: 10px 0 10px 10px;
    padding: 0;
    list-style:none;
}
.product-detail .product-collateral .box-collateral ul li:before{
    color: #009FA2;
    content: "\2022";
    font-size: 2em;
    padding-right: 10px;
    position: relative;
    top: 0.1em;
}
.product-related .info-products{
    text-align:left;
}
.product-related .info-products .actions{
    border-top: 1px solid rgba(88, 88, 88, 0.18);
}
.product-related .title{
    border-bottom: 1px solid #525252;
    font-size: 14px;
    margin: 0 0 20px 0;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Product cart */
.woocommerce .woocommerce-info::before{
    color:#fff;
}
.product-cart .cart{}
.product-cart .cart .cart-table{
    margin-bottom: 30px;
}
.product-cart .cart .cart-table .row-title{
    background: none repeat scroll 0 0 #343434;
    font-size: 13px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    text-transform: uppercase;
}
.product-cart .cart .cart-table .row-title > div{
    border-right: 1px solid #525252;
}
.product-cart .cart .cart-table .delete-item{
    border-right: none !important;
    text-align: center;
    font-size: 14px;
}
.product-cart .cart .cart-table .row-item{
    background: none repeat scroll 0 0 #1b1b1b;
    overflow: hidden;
    border-bottom: 1px solid #343434;
}
.product-cart .cart .cart-table .row-item .item{
    padding: 20px;
    border-right: 1px solid #343434;
    min-height: 115px;
}
.product-cart .cart .cart-table .row-item .name-item .attachment-woocommerce_thumbnail{
    float: left;
    margin-right: 20px;
    width: 75px;
}
.product-cart .cart .cart-table .row-item .name-item .product-info{
    display: inline-block;
    float: left;
}
.product-cart .cart .cart-table .row-item .name-item .product-info a{
    font-size: 14px;
}
.product-cart .cart .cart-table .row-item .price-item .cart-price{
    font-size: 16px;
    color: #009FA2;
}
.product-cart .cart .cart-table .row-item .qty-item{}
.product-cart .cart .cart-table .row-item .delete-item{
    line-height: 75px;
}
.product-cart .cart .cart-collaterals{
    margin-bottom: 30px;
    margin-top: 30px;
    width: auto;
}
.product-cart .cart .cart-collaterals .calculate-shipping{

}
.product-cart .cart .cart-collaterals .title{
    background: none repeat scroll 0 0 #009FA2;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    text-transform: uppercase;
}
.product-cart .cart .cart-collaterals .box{
    border: 1px solid #393939;
    border-top: none;
    background: #1b1b1b;
    padding: 20px;
}
.product-cart .cart .cart-collaterals .calculate-shipping select,.woocommerce .select2-choice{
    background: none repeat scroll 0 0 #232323;
    border: 1px solid #393939;
    color: #9a9a9a;
    height: 33px;
    line-height: 33px;
    margin-bottom: 20px;
    padding-left: 12px;
    width: 100%;
    box-shadow: none;
}
.product-cart .cart .cart-collaterals .calculate-shipping select option,#page-top .select2-result-label{
    height: 33px;
    padding: 6px 12px;
}
#page-top .select2-drop,#page-top .select2-results{
    background: #232323;
    color:#fff;
}
#page-top .select2-results .select2-highlighted{
    background: #1b1b1b;
}
.product-cart .cart .cart-collaterals .cart-total-item{
    border-bottom: 1px solid #262626;
    clear: both;
    height: 35px;
    line-height: 35px;
}
.product-cart .cart .cart-collaterals .order-total{
    height: 40px;
    line-height: 40px;
}
.product-cart .cart .cart-collaterals .cart-total-item label{
    color: #939393;
    float: left;
    margin: 0;
}
.product-cart .cart .cart-collaterals .cart-total-item .price{
    color: #009FA2;
    float: right;
    font-size: 14px;
}
#coupon_code{
    width: auto;
    margin:0;
}

#page-top .product-cart .cart .cart-collaterals .cart-total .button{
    clear: both;
    float: right;
    margin-top: 15px;
    background: url("images/btn-gradient.png") no-repeat scroll left center #009FA2;
}
.cart-collaterals .button, .checkout-row .button, .coupon .button, .btn-checkout{
    background: url("images/btn-gradient.png") no-repeat scroll left center #009FA2;
}
.product-cart .cart .cart_totals{
    float:none;
    width: auto;
    overflow: hidden;
}
#shipping_method label{
    display: inline;
}

/* Product checkout */
.product-check-out .checkout{
    padding-bottom: 50px;
}
.product-check-out .checkout .checkout-row{
    margin-bottom: 25px;
}
.product-check-out .checkout .checkout-row .title{
    background: none repeat scroll 0 0 #009FA2;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    text-transform: uppercase;
    position:relative;
}
.product-check-out .checkout .checkout-row .title i{
    float:right;
    margin-top:14px;
    cursor:pointer;
}
.product-check-out .checkout .checkout-row .box{
    border: 1px solid #393939;
    border-top: none;
    background: #1b1b1b;
    padding: 20px;
}
.product-check-out .checkout .checkout-row .billing-address .box,
.product-check-out .checkout .checkout-row .shipping-address .box{
    height: 368px;
    padding-bottom: 35px;
}
.product-check-out .checkout .checkout-row .box p{
    color: #9a9a9a;
    margin-bottom: 20px;
}
.product-check-out .checkout .checkout-row .box .input-text,
.product-check-out .checkout .checkout-row .box select{
    background: none repeat scroll 0 0 #232323;
    border: 1px solid #393939;
    color: #9a9a9a;
    height: 33px;
    line-height: 33px;
    margin-bottom: 25px;
    padding-left: 12px;
    width: 100%;
}
.product-check-out .checkout .checkout-row .box select option{
    height: 33px;
    padding: 6px 12px;
}
.product-check-out .checkout .checkout-row .box .checkbox{
    display: inline-block;
    float: left;
    height: 15px;
    margin: 0 8px 0 0;
}
.product-check-out .checkout .checkout-row .box .label-checkbox{
    color: #9a9a9a;
    float: left;
    line-height: 15px;
    margin: 0;
}
.product-check-out .checkout .checkout-row .box .address{
    color: #9a9a9a;
    margin: 25px 0 10px;
}
.product-check-out .checkout .checkout-row .box .textarea{
    background: none repeat scroll 0 0 #232323;
    border: 1px solid #393939;
    clear: both;
    color: #9a9a9a;
    height: 230px;
    padding: 10px;
    resize: none;
    width: 100%;
}
.product-check-out .checkout .checkout-row .cart-total-item{
    border-bottom: 1px solid #262626;
    clear: both;
    height: 35px;
    line-height: 35px;
}
.product-check-out .checkout .checkout-row .order-total{
    border-bottom: none;
    height: 40px;
    line-height: 40px;
}
.product-check-out .checkout .checkout-row .cart-total-item label{
    color: #939393;
    float: left;
    margin: 0;
}
.product-check-out .checkout .checkout-row .cart-total-item .price{
    color: #009FA2;
    float: right;
    font-size: 14px;
}
.product-check-out .checkout .checkout-row .payment-method{
    border: 1px solid #484848;
    color: #9a9a9a;
}
.product-check-out .checkout .checkout-row .payment-method .payment-item{
    background: none repeat scroll 0 0 #1b1b1b;
    border-bottom: 1px solid #2d2d2d;
    padding: 20px;
    clear: both;
    overflow: hidden;
}
.product-check-out .checkout .checkout-row .payment-method .payment-item .radio{
    float: left;
    margin-top: 3px;
}
.product-check-out .checkout .checkout-row .payment-method .payment-item .method{
    padding-left: 35px;
}
.product-check-out .checkout .checkout-row .payment-method .payment-item .method p{
    line-height: 20px;
    margin: 0 0 5px;
}

/*---------------------------------------------------
        PANEL
------------------------------------------------------*/
/* Panel Setting */
.panel-tools{
    position:fixed;
    left:0;top:100px;
    z-index:999;
    background:#fff;
    box-shadow:2px 2px 5px #333;
    color:#848484;
    font-size:11px;
}
.panel-tools .panel-content{
    padding:16px;
    width:240px;
    display:none;
    margin-left:-240px;
}
.panel-tools button{
    border:none;
    color:#fff;
    margin: 5px 0;
}
.panel-tools h3{
    font-size:14px;
    padding-bottom:12px;
    margin-top:12px;
    text-transform:uppercase;
}
.panel-tools .title{
    border-bottom:1px solid #d8d8d8;
}

.panel-tools .panel-button{
    right:-45px;
    position:absolute;
    top:-5px;
    width:45px;
    height:45px;
    line-height:45px;
    font-size:24px;
    box-shadow:2px 2px 2px #333;
}
.panel-tools  .layout-setting h3{
    margin-top:5px;
}
.panel-tools  .layout-setting button,.reset-button button{
    background:#f6f6f6;
    width:65px;
    margin-right:8px;
    line-height:35px;
    border:1px solid #dedede;
    font-size:14px;
    color:inherit;
    text-transform:uppercase;
}
.panel-tools  .layout-setting button.active,.reset-button button{
    color:#fff;
}
.panel-tools  .color-setting button{
    width:27px;
    height:27px;
    margin-right:5px;
    border:2px solid #fff;
}
.panel-tools  .color-setting button.active{
    border:2px solid #d7d7d7;
}
.panel-tools  .color-setting button:last-child{
    margin-right:0;
}
.panel-tools  .reset-button{
    border-top:1px solid #d8d8d8;
    margin-top:20px;
    padding-top:10px;
}
.panel-tools .overlay-setting{
    position:relative;
}
.panel-tools .overlay-setting.disabled:after{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    content:'';
    background:#fff;
    z-index:1;
    opacity:0.7;
}

/*---------------------------------------------------
        FOOTER
------------------------------------------------------*/
.athlete-message{
    display: none;
}
.page-footer {
    background: none repeat scroll 0 0 #1b1b1b;
    padding-bottom: 25px;
    padding-top: 40px;
    position: relative;
    z-index: 2;
}

.infomation, .location, .send-mail{padding-bottom:30px;}
.footer-title h4 {
    color: #009FA2;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    margin: 0 0 10px;
    text-transform: none;
}
.info {
    display: block;
    padding-bottom: 10px;
}
.email  input.inputbox {
    background: none repeat scroll 0 0 #242424;
    border: 1px solid #6f6f6f;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    color: #676767;
    height: 33px;
    line-height: 33px;
    padding: 0 30px 0 15px;
}
.email input.inputbox {
    background: none repeat scroll 0 0 #242424;
    border: 1px solid #6f6f6f;
}
.email .btn-success:after,
.email .btn-success:before{
    display:none;
}
.email .btn-success{
    color:#717171!important;
}


#page-top .email .button {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #717171;
    display: inline-block;
    font-size: 14px;
    margin:0 0 0 -36px;
    padding: 0 0 3px;
    width: 30px;
    line-height:30px;
}

#page-top .email .button:hover {
    color: #fff;
}

/* Copyright*/
#copyright {
    background: none repeat scroll 0 0 #1c1c1c;
    border-top: 1px solid #353535;
    position: relative;
}

#copyright:hover {
    background: none repeat scroll 0 0 #009FA2;
}


/* Social icons */
.social_icon {
    margin-top: 20px;
}
.social_icon a {
    background: none repeat scroll 0 0 #303030;
    border: 1px solid #595959;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 14px;
    height: 37px;
    line-height: 37px;
    margin: 0 9px 0 0;
    overflow: hidden;
    text-align: center;
    width: 37px;
}
.social_icon a:hover {
    background: none repeat scroll 0 0 #009FA2;
}
.social_icon a i.fa {
    cursor: pointer;
    height: 37px;
    line-height: 37px;
    width: 37px;
}
.social_icon a:hover .fa {
    animation:0.35s ease 0s normal none 1 icon-social-hover;
    -o-animation:0.35s ease 0s normal none 1 icon-social-hover;
    -moz-animation:0.35s ease 0s normal none 1 icon-social-hover;
    -webkit-animation:0.35s ease 0s normal none 1 icon-social-hover;
    -ms-animation:0.35s ease 0s normal none 1 icon-social-hover;
}

/* Back to top */
.back-to-top {
    color: #fff;
    font-size: 24px;
    padding: 12px 0;
    text-align: center;
}
.back-to-top a {
    color: #fff;
}
.back-to-top a:hover {
    color: #fff;
}

[class*="image-bg-"] {
    background-attachment: fixed !important;
    background-size: cover !important;
}


/*----------------Welcome---------------------*/
.banner-text {
    width:100%;
    position: absolute;
    top: 110px;
}
.welcome .banner-text {
    top:20%;
}
.banner-text .title-page h4 span{
    border: 2px solid;
    padding: 5px 10px;
}
.banner-text .title-page h1{
    font-size: 60px;
}
.banner-text .title-page h5{
    font-size: 16px;
}
.link-to {
    text-align: center;
}
.select-demo, .purchare-it {
    background: none repeat scroll 0 0 #343434;
    font-size: 16px;
    padding: 7px 12px;
    width:160px;
    display:inline-block;
    text-transform: uppercase;
}
.purchare-it {
    background: none repeat scroll 0 0 #009FA2;
    margin-left: 10px;
}

.banner-img img{
    width: 100%;
    border:1px solid transparent;
}
.banner-olayer {
    background: url("images/bg-glass.png") no-repeat scroll center center / 100% auto transparent;
    height: 100%;
    position: absolute;
    width: 100%;
}
.hover-right {
    cursor: pointer;
    float: left;
    height: 100%;
    width: 50%;
}
.hover-left {
    cursor: pointer;
    float: right;
    height: 100%;
    width: 50%;
}

#scene{
    margin:0;
    padding:0;
    position:absolute;
    top:0;
    width:100%;
}
.layer-bg{
    background: url("images/bg-glass.png") no-repeat scroll center center/100% 100%;
    margin: -200px 0 0 -200px;
}
.layer img{
    width:100%;
    opacity:0.3;
}

.demos .title-page {
    background: none repeat scroll 0 0 #009FA2;
    padding-bottom: 45px;
    padding-top: 60px;
    position: relative;
    z-index: 2;
}
.demos-category {
    list-style: inside none disc;
    padding-left: 0;
}
.demos-category li {
    display: inline-block;
    margin-right: 25px;
}
.demos-category li:before {
    background: none repeat scroll 0 0 #93040d;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    content: "";
    height: 6px;
    margin-left: -10px;
    margin-top: 9px;
    position: absolute;
    width: 6px;
}
.demos-category li:hover:before {
    background: none repeat scroll 0 0 #fff;
}
.demos-category li a {
    color: #93040d;
    font-size: 14px;
}
.demos-category li a:hover {
    color: #fff;
}
.demos-home {
    background: none repeat scroll 0 0 #1e1e1e;
    padding: 80px 0 55px;
    position: relative;
}
.demos-title {
    padding: 32px 0 32px;
    text-align: center;
}
.demos-image {
    position: relative;
}
.magnifier {
    background: none repeat scroll 0 0 rgba(30, 30, 30, 0.76);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.magnifier .buttons {
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 100%;
}
.magnifier .buttons a:hover  {
    background:#009FA2;
    border: none;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.magnifier:hover{
    opacity:1;
    visibility:visible;
}
.magnifier:hover .buttons {
    opacity:1;
    transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    visibility:visible;
}
.demo {
    border: 2px solid #ffffff;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    height: 100px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 100px;
}

.demos-title .link-home{
    font-size: 14px;
    text-transform: uppercase;
}
.demos-title .link-home span {
    border: 2px solid;
    margin-right: 10px;
    padding: 5px;
}

.bottom-page {
    background: #242424;
    position: relative;
}
.features {
    background: #242424;
    position: relative;
}

.features .sevices-main {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    z-index: 20;
    position: relative;
    margin-bottom: -58px;
}
.features .title-page {
    padding-bottom: 95px;
    padding-top: 60px;
}
.bg-bottom {
    position: relative;
    z-index: 10;
}
.intro-icon {
    font-size: 72px;
    padding-bottom: 30px;
}
.features .services-content h3{
    font-size: 20px;
}
.features .services-content .actions {
    padding: 0 15px;
}

.footer-welcome {
    background: none repeat scroll 0 0 #009FA2;
    margin-top: -250px;
    position: relative;
}
.footer-welcome .title-page {
    padding-top: 175px;
    position: relative;
    z-index: 20;
}
.footer-welcome .title-page h4 {
    font-size: 20px;
    padding-bottom: 15px;
}
.footer-welcome .title-page h4 span{
    border: 1px solid;
    padding: 5px 10px;
}
.footer-welcome .title-page h6 i {
    color: #7d0109;
}


/*---------------------------------------------------
        EXTRA
------------------------------------------------------*/
/* Welcome page */
@media (max-width: 1174px) {
    .timetable-content .octember p {
        font-size: 26px;
    }
    .our-pricing-title {top: 55px;}
    .price-table-text h2 {
        font-size: 20px;
    }

}
@media (max-width: 1024px) {
    .quick-access {
        position: absolute !important;
        right: 65px;
        padding:0 !important;
    }
    #header .mainnav{
        display:none!important;
    }
    #open-button{
        display:block;
    }
    .boxing-page .nav-container, .boxing-page .quick-access  {
        background: none;
        padding: 0;
        height: auto;
        margin:0;
    }
    .boxing-page #open-button {
        top: 25px;
    }
    .boxing-page .alt  #open-button {
        top: 54px;
    }
    .search-box {right:0;}
    .title-bottom {
        font-size: 4em;
    }

    .sidebar-bottom-1{
        margin-bottom: 20px;
    }
    .ch-info-wrap {
        top: 50px;
    }
    .timetable-info > p {
        height: 62px;
        line-height: 21px;
        overflow: hidden;
        position: relative;
    }
    .timetable-info .title-content > p {
        margin: 0;
    }
    .parallax-block .button {
        text-indent: -99999px;
        width: 100px;
    }
    .shopping-buy {
        padding: 0 0 0 25px;
        -webkit-transition: none 0s ease 0s ;
        transition: none 0s ease 0s ;
        width: 115px;
    }
    .shopping-buy:before {
        margin-left: -35px;
        -webkit-transform: none 0s ease 0s;
        transform: none 0s ease 0s;
    }
    .shopping-buy:hover:before{
        -webkit-transform: none 0s ease 0s;
        transform: none 0s ease 0s;
    }
    .detail-our-team-desc {
        font-size: 20px;
        line-height: 34px;
    }
    .detail-our-team-inner {
        padding: 25px 30px 10px;
    }
    .contact {
        top: 105px;
    }
    .sidebar-bottom .title-match {
        padding: 9px 0;
    }

    .header-container-3 #open-button {
        top: 83px;
    }
    .classes-content .box-cell {
        margin: 35px 30px 0;
    }
    .profile-icon, .profile-text {
        float: left;
        padding: 0 20px;
        width: 100%;
    }
    .profile-content .rating {
        text-align: left;
    }
    .share .social-icon a {
        padding: 0 4px;
    }
    .share-title h5 {
        font-size: 11px;
    }
    .page-product .product-categories .title, .product-popular .title {
        font-size: 16px;
    }
    .product-list-row .info-products-list {
        padding-bottom: 10px;
    }
    .listing-grid-row .actions p{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .listing-grid-row .icon-time span{
        font-size: 10px;
    }
    .listing-grid-row .info-products{
        padding: 10px 0;
    }
    .caveats-content {
        padding-top: 30px;
    }
    .caveats-content p {
        font-size: 16px;
        width: 80%;
    }
    .pages {
        margin-bottom: 30px;
        overflow: hidden;
    }
    .mini-cart:before {
        right: 8px;
    }
    .search-form .search-box:before{
        right: 18px;
    }
    .actions {
        padding: 10px 15px;
    }
    .img-box-right .open-hour {
        right: 7%;
        top: 55px;
    }
}

@media (max-width: 990px) {

    .listing-grid-row .icon-time span{
        font-size: 12px;
    }
    .about-top {
        background: none;
    }
    .content-main-left .class-content{
        padding: 200px 85px 10px 0;
    }
    .content-main-right .class-content {
        padding-left: 78px;
        padding-top: 200px;
    }
    .class-content h3 {
        font-size: 36px;
    }
    iframe {
        width: 100%;
    }
    .octember  {padding-bottom:20px;}
    .octember  img{width:99%;}

    .timetable-content .octember p {
        font-size: 36px;
    }
    .our-pricing-title {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        color: #fff;
        height: auto;
        margin-left: 0;
        overflow: hidden;
        padding: 30px 0;
        position: static;
        text-align: center;
        width: 100%;
    }
    .col2-layout .col-main {
        padding-left: 0;
    }
    .price-table .col-md-4, .price-table .col-md-8, .price-table .col-md-12{padding:0;}

    .hour, .news, .contact-us {
        padding-top: 0;
    }
    .about-con .about-box, .block-item-special > .about-box {
        -webkit-transform: translateY(0px) !important;
        transform: translateY(0px) !important;
        -webkit-transition: none 0s ease 0s ;
        transition: none 0s ease 0s ;
    }

    .product-image a img {
        width: 100%;
    }

    .discover-link {
        font-size: 20px;
    }
    .discover .discover-content h2 {
        font-size: 36px;
    }
    .slider-content {
        top: 150px;
        width:100%;
    }
    .slider-content .title-slide {
        font-size: 32px;
    }
    .slider-content .text-slide {
        width: 100%;
    }
    .month {
        height: 330px;
    }
    .price-table-text h2 {
        font-size: 24px;
    }

    .shop .price-table-content {
        margin: 15px 0;
    }
    /* Product cart */
    .product-cart .cart .cart-table .delete-item{
        border-right: 1px solid #343434 !important;
    }
    .product-cart .cart .cart-collaterals .box{
        height: auto;
    }
    .related-product {
        float: left;
        padding-bottom: 20px;
        width: 50%;
    }
    .related-product-1 {
        padding-right:10px;
    }
    .related-product-2{
        padding-left:10px;
    }
    .price-table-text {
        left: 20%;
    }
    .slide-welcome {
        position: relative;
    }
    .welcome .contents-main{margin-top:0 !important;}
    .banner-text .title-page h1 {
        font-size: 36px;
    }
    .banner-text {
        left: 0;
        top: 50px;
        width: 100%;
        margin-left: 0;
    }
    .ch-info-wrap {
        margin: 0 auto;
        position: static;
        text-align: center;
    }
    .timetable-info > p {
        height: auto;
        line-height: 24px;
    }
    .timetable-info .title-content > p {
        margin: 0 0 10px;
    }
    .share-title h5 {
        font-size: 16px;
    }
    .profile-info {
        padding-left: 20px;
        width: 70%;
    }
    .profile-text {
        padding-left: 20px;
        width: 100%;
    }
    .page-product .product-categories .title, .product-popular .title {
        font-size: 18px;
    }
    .listing-grid-row .actions p{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
    }
    .caveats-content {
        padding-top: 40px;
    }
    .caveats-content p {
        font-size: 18px;
        width: 71%;
    }
    .ch-info-wrap {
        margin: 0 auto;
        position: relative;
        text-align: center;
        top: 0;
        left:0;
    }
    .introduction {
        background: none repeat scroll 0 0 #242424;
    }
    .introduction .intro-content {
        padding-bottom: 0px;
    }
    .services {
        background:#242424;
    }
    .sevices-main {
        background: none repeat scroll 0 0 transparent;
    }

}

@media (max-width: 768px) {
    .boxing-card-content .price, .yoga-card-content .price {
        float: none;
    }
    .our-price .boxing-card-content p.desc-content{
        float: none;
    }

    .img-sportard-content,.yoga-card-content{
        text-align: left!important;
        padding:0 20px;
        overflow: hidden;
    }
    .boxing-card-content{
        margin-left:15px;
        padding:0 20px;
        overflow: hidden;
    }
    .our-price .boxing-card-content p,.our-price .yoga-card-content p{
        width:100%;
    }
    .boxing-card .boxing-card-content{
        text-align: left;
    }
    .content-main-left .class-content,.content-main-right .class-content{
        padding-top:50px;
    }

    .about-con .about-box, .block-item-special > .about-box {
        -webkit-transform:translateY(0)!important;
        transform:translateY(0)!important;
    }
    .octember  img{width:100%;}
    .reviews-content, .match-img {text-align:center; }
    .coming-event h2 {
        width: auto;
    }

    .gallery .gallery-content {
        top: 35px;
        width: 85%;
    }
    .coming-event h2 {
        font-size: 18px;
    }
    .price-table-text {
        left: 20%;
        width: 72%;
    }
    .content-our-team.our-team-tabs .our-team-nav span.our-team-position {
        font-size: 21px;
    }
    .boxing-page .alt {
        padding-top: 0;
    }
    .boxing-page .alt #open-button {
        top: 25px;
    }
    .discover-link {
        font-size: 16px;
    }
    .discover .discover-content h2 {
        font-size: 24px;
    }
    .img-box-right .open-hour{
        right: 20%;
        top: 150px;
    }
    .slider-content {
        top: 100px;
        width:80%;
    }
    .slider-content .title-slide {
        font-size: 50px;
    }
    .slider-content .text-slide {
        font-size: 18px;
    }
    .title-top {
        font-size: 24px;
    }
    .title-bottom {
        font-size: 3em;
    }
    .links {
        font-size: 18px;
    }

    .title-banner span {
        font-size: 18px;
    }
    .title-banner-1 h2 {
        font-size: 50px;
    }
    .try-class a {font-size: 14px;}

    .fit-background {
        left: 50%;
        margin-left: -115px;
        right: auto;
    }
    .caveats-full {
        float: left;
        width: 100%;
    }
    .caveats-content {
        width: 100%;
        float: none;
        overflow: hidden;
    }
    .caveats-content p {
        font-weight: bold;
        margin: 30px;
        width: 55%;
    }
    .time-event {
        width: 100%;
        border-right:none;
    }
    /* Product cart */
    .product-cart .cart .cart-table .row-item .item{
        min-height: auto;
        line-height: normal;
        text-align: center;
    }

    .demos-content{
        margin: 0 auto;
        text-align: center;
    }
    .features .sevices-main {
        margin-bottom: -20px;
    }
    .footer-welcome .title-page {
        padding-top: 100px;
    }
    .footer-welcome {
        margin-top: -130px;
    }
    .banner-text .title-page {
        padding-top: 20px;
    }
    .detail-our-team-inner {
        padding: 10px 20px;
    }
    .detail-our-team-desc {
        font-size: 16px;
        line-height: 30px;
    }
    .detail-our-team-user {
        font-size: 18px;
        padding-top: 5px;
    }
    .actions {
        padding: 10px 15px;
    }
    .coming-event {
        background: none repeat scroll 0 0 #242424;
    }
    .sidebar-bottom .title-match {
        padding: 45px 0;
    }
    .match-reviews {
        padding: 25px 20px !important;
    }
    .about-img > img {
        width: 100%;
    }
    .block-left {
        padding-bottom: 30px;
    }
    .price-tb {
        padding-bottom: 20px;
    }
    .caveats-content p {
        width: 100%;
    }
    .more-views .owl-item {
        width: 80px !important;
    }

    .product-img-box{
        display: block;
        text-align: center;
    }
    .quickview-box .quickview-close {
        top: 40px;
    }
    .product-cart .cart .cart-collaterals .box {
        height: 230px;
    }
    .product-cart .cart .cart-collaterals .calculate-shipping, .log-in, .billing-address {
        margin-bottom: 20px;
    }
    .product-check-out .checkout .checkout-row .billing-address .box, .product-check-out .checkout .checkout-row .shipping-address .box {
        height: auto;
    }
    .blog-main .img-blog {
        width: 20%;
    }
    .boxing-page .reveal:not(.alt) .quick-access {
        background: none ;
    }
    .sevices-main {
        border: medium none;
    }
    .services .col-md-3 {
        padding: 0 15px;
    }
    .sevices-wapper {
        margin-bottom: 15px;
    }
    .fit-strong {
        background: #242424;
    }
    .sevices-wapper {
        margin-bottom: 30px;
    }

}
@media (max-width: 767px){
    .related-product {
        float: left;
        width: 100%;
        padding: 0 0 20px;
    }
    .related-product .box-cell {
        margin: 95px 50px 0;
    }
}
@media (min-width: 480px) and (max-width: 767px){

    .our-team-img img {
        width: 100%;
    }
    .carousel-image {
        text-align: center;
    }
    .owl-controls.clickable {
        right: 132px;
    }

    .timetable-top .box-cell {
        margin: 80px 60px 0;
    }
    .price-table .col-md-12 {
        padding: 0 15px;
    }
    .price-list {
        padding-bottom: 1px !important;
    }
    .arrows {
        top: 50%;
    }
    .boxing-content {
        padding: 50px 0;
    }
    .address-top {
        float: left;
        line-height: 5px;
        margin-top: 9px;
        width: 100%;
    }
    .header-container-3 #open-button {
        top: 105px;
    }
    .header-container-3 .quick-access {
        top: 100px;
    }
    .categories .filter{padding: 0 10px;}
    .classes-content .box-cell {
        margin: 90px 65px 0;
    }

    .gallery .gallery-content {
        top: 40px;
    }
    .slider-content {
        top: 100px;
        width:100%;
    }
    .slider-content .title-slide {
        font-size: 36px;
    }
    .slider-content .text-slide {
        font-size: 16px;
    }

    .banner-content {
        right: 36px;
        color:white;
    }
    .title-banner-1 h2 {
        font-size: 34px;
    }
    .title-banner span {
        font-size: 12px;
    }
    .try-class a {font-size: 14px;}
    .info-banner p {
        font-size: 16px;
        margin: 0;
        width:100%;
    }
    .form-validate-right, .form-validate-left {
        width: 100%;
    }
    .form-validate-left input {
        width: 100%;
    }
    .banner-text {
        top: 40px;
    }
    .banner-text .title-page {
        padding-top: 0;
    }
    .athlete-html {
        font-size: 14px;
    }
    .banner-text .title-page .athlete-welcome {
        font-size: 22px;
    }
    .banner-text .title-page .athlete-desc {
        font-size: 11px;
    }
    .select-demo, .purchare-it {
        font-size: 12px;
    }
    .product-cart .cart .cart-table .row-item .item {
        padding: 10px 20px;
    }
    .product-cart .cart .cart-table .row-item .item {
        padding: 10px;
    }
    .product-cart .cart .cart-table .row-item .name-item .product-image {
        float: none;
    }
    .product-cart .cart .cart-table .row-item .name-item .product-info {
        float: none;
    }
    .add-to-cart {
        margin: 0 auto;
    }
    .parallax-text h1 {
        font-size: 30px;
    }
    .parallax-shop h1 {
        font-size: 26px;
    }
    .join-us {
        font-size: 16px;
    }
    .month {
        height: auto;
    }
    .parallax-boxing p, .parallax-shop p {
        font-size: 16px;
    }
}

@media (max-width: 479px) {

    .class-content h3 {
        font-size: 28px;
    }

    .gallery .gallery-content {
        top: 0;
    }

    .price-table-1 ul .icon {
        width: 19%;
    }
    .content-our-team.our-team-tabs .our-team-nav span.our-team-position {
        font-size: 16px;
    }
    .img-box-right .open-hour {
        right: 5%;
        top: 80px;
    }

    .title-top {
        font-size: 16px;
    }
    .title-bottom {
        font-size: 24px;
    }
    .links {
        font-size: 12px;
    }
    .calendar-month {
        font-size: 24px;
    }
    .calendar-day > div {
        font-size: 12px;
    }

    .calendar-date ul li .calendar-day {
        font-size: 18px;
        line-height: 40px;
        margin: 0 auto;
    }

    .calendar-month {
        font-size: 17px;
    }
    .calendar-note .calendar-slide {
        bottom: 0;
    }
    .calendar-note .calendar-slide li {
        margin-right:0;
    }
    .calendar-note .calendar-slide li .fa {
        font-size: 7px;
    }
    .sevices-main {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        border: medium none;
        margin-bottom: 0;
    }
    .quick-access {
        line-height: 85px;
    }
    .news-wapper {
        padding: 25px 0;
    }
    .fit-strong {
        background: none repeat scroll 0 0 #242424;
    }
    .owl-controls.clickable {
        right: 88px;
    }
    .success a {
        font-size: 24px;
    }
    .title-page p {
        padding: 0 15px;
    }
    .classes-content .filters {
        text-align: left;
    }
    .timetable-top .box-cell {
        margin: 75px 55px 0;
    }
    .yoga-content {
        background: none;
    }
    .price-table .col-md-12 {
        padding: 0 15px;
    }

    .sidebar-bottom .title-match {
        padding: 10px 0;
    }
    .boxing-content {
        padding: 0;
    }

    .header-container-3 #open-button {
        top: 130px;
    }
    .address-top {
        float: left;
        margin-right: 0;
        width: 100%;
    }
    .header-container-3 .quick-access {
        top: 45px;
    }
    .price-table .col-md-12 {
        padding: 0 15px 1px;
    }
    .plan {
        margin: 0 0 15px;
    }
    .classes-content .box-cell {
        margin: 70px 30px 0;
    }
    .categories .filter{
        padding: 0 8px;
        font-size: 12px;
    }
    .categories .filter:last-child{
        border:none;
    }
    .add-to-cart {
        margin: 0 auto;
    }
    .product-cart .cart .cart-table .row-item .item {
        padding: 15px;
    }
    .blog-content {
        margin-left: 110px;
    }
    .img-brand {
        text-align: center;
    }
    .price-contents {
        padding: 30px 0;
    }
    .parallax-text h1 {
        font-size: 30px;
    }
    .parallax-shop h1 {
        font-size: 26px;
    }
    .join-us {
        font-size: 16px;
    }
    .month {
        height: auto;
        min-height:200px;
    }
    .parallax-boxing p, .parallax-shop p {
        font-size: 16px;
    }
}

@media (max-width: 320px) {
    .content-our-team.our-team-tabs .our-team-nav span.our-team-position {
        font-size: 12px;
        white-space: nowrap;
    }
    .banner-text .title-page {
        padding-bottom: 0;
        padding-top: 0;
    }
    .banner-text {
        top: 0;
        width:100%;
    }
    .owl-controls.clickable {
        right: 20px;
    }
    .classes-content .filter {
        margin: 0 0 10px;
        padding: 0 10px;
    }
    .classes-content .box-cell {
        margin: 33px 30px 0;
    }
    .timetable-top .box-cell {
        margin: 25px 25px 0;
    }
    .col-left.sidebar {
        padding-top: 50px;
    }
    .top-link {
        line-height: 2;
    }
    .header-container-3 .quick-access {
        top: 103px;
    }
    .header-container-3 #open-button {
        top: 110px;
    }
    .block-left .infor-item-title h3{
        line-height: 30px;
    }
    .icon-block {
        float: none;
        text-align: center;
    }
    .about-details {
        margin-left: 0;
        padding: 20px 0;
        width: 100%;
    }
    .about-details-title {
        text-align: center;
    }
    .history-skill li {
        line-height: 30px;
        width: 100%;
    }
    .tab-history .our-team-nav {
        padding: 0;
    }
    .price-table-title h2 {
        line-height: 32px;
    }
    .caveats-content p {
        font-size: 14px;
        margin: 15px;
    }
    .share-title h5 {
        font-size: 13px;
        width: 100%;
    }
    .content-cmt {
        float: left;
    }
    .question-content p, .answer p, .content-reply {
        padding: 15px 0;
    }
    .experience-spoiler-opened .experience-details-title {
        font-size: 16px;
    }
    .product-essential .tags-list ul li a {
        padding: 0 10px;
    }
    .event-listing .news-title {
        font-size: 14px;
    }
    .event-listing .news-time .open-time, .event-text {
        font-size: 12px;
    }
    .blog-main .img-blog {
        width: 100%;
    }
    .blog-content {
        margin-left: 22px;
    }
    .blog-title a {
        font-size: 18px;
    }
    .answer .col-md-2, .reply .col-md-3{width:100%;}
    .headding-content .icon-headding {
        margin-right: 10px;
    }
    .headding-content .cont-headding {
        float: none;
    }
    .form-validate-right, .form-validate-left {
        width: 100%;
    }
    .form-validate-left input {
        width: 100%;
    }
    .related-product {
        width: 100%;
    }
    .experience-details-title {
        font-size: 16px;
    }
    .add-to-cart {
        width: 77px;
    }
    .product-cart .cart .cart-table .row-item .item {
        padding: 10px;
    }
    .product-cart .cart .cart-table .row-item .name-item .product-image {
        float: none;
    }
    .product-cart .cart .cart-table .row-item .name-item .product-info {
        float: none;
        padding-top: 20px;
    }
    .calendar-date ul li {
        width: 100%;
    }
    .calendar-date ul li .calendar-day {
        line-height: 150px;
    }
    .calendar-day > div {
        display:none;
    }
    .related-post-list a:before {
        top: 64px;
    }
    .next-month {
        max-width: 100%;
    }
    .calendar-title .owl-carousel {
        width: 156px;
    }
    .calendar-month {
        margin: 0;
    }
    .calendar-date ul li .calendar-day {
        font-size: 30px;
    }
    .calendar-note .calendar-slide {
        bottom: 40px;
    }
    .calendar-note .calendar-slide li .fa {
        font-size: 12px;
    }
    .next.next-nav-next {
        margin-right: 7px;
    }
    .prev.button-nav-prev {
        margin-left: 7px;
    }
    .boxing-page .logo {
        width: 50% !important;
    }
    .gallery {
        height: auto;
    }
    .gallery .gallery-content {
        margin-left: 0;
        padding: 10px !important;
        top: 0;
        width: 100%;
    }
    .gallery-content .title-gallery{
        margin:0;
    }
    .coming-event h2 {
        font-size: 18px;
    }
    .parallax-block-wrap-module {
        height: 250px;
    }
    .parallax-block-content {
        padding-top: 40px;
    }
    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        top: 33% !important;
    }
    .banner-text .title-page h1 {
        font-size: 20px;
    }
    .select-demo, .purchare-it {
        font-size: 12px;
    }
    .banner-text .title-page h5 {
        font-size: 12px;
    }
    .demos .title-page {
        padding-top: 10px;
        padding-bottom: 20px;
    }
}

.body-boxed{
    background: url("images/patterns.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.body-boxed .wrapper {
    margin: auto;
    max-width: 1200px;
    overflow: hidden;
    -o-box-shadow:0px 6px 10px 0px rgba(0, 0, 0, 1);
    -ms-box-shadow:0px 6px 10px 0px rgba(0, 0, 0, 1);
    -webkit-box-shadow:0px 6px 10px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow:0px 6px 10px 0px rgba(0, 0, 0, 1);
    box-shadow:0px 6px 10px 0px rgba(0, 0, 0, 1);
}
.body-boxed .wrapper {
    overflow: hidden;
}
.body-boxed .to-top {
    max-width: 1200px;
}
.body-boxed .header  {
    max-width: 1200px;
}

/* COMING SOON PAGE*/
#scene.layers-effect .layer{
    width:100%;
    height:100%;
    display:block;
}
.coming-soon{
    position:absolute;
    width:100%;
    height:auto;
    text-align:center;
    padding-top:155px;

}
.coming-soon .welcome-text{
    font-size:60px;
    font-weight:normal;
}
.coming-soon .welcome-description{
    font-size:16px;
    padding-top:5px;
    font-weight:normal;
}
.coming-soon .title{
    border: 2px solid;
    padding: 8px 15px;
    display:inline-block;
    margin-bottom:7px;
    font-size:30px;
    text-transform:uppercase;
    font-weight:normal;
}
#scene.layers-effect{
    width:100%;
    height:100%;
    position:fixed;
    width:100%;
    height:100%;
    z-index:-1;
}
#scene.layers-effect .layer-img{
    width:100%;
    height:100%;
    background:url("images/bg-welcome.jpg") repeat scroll top center / cover  rgba(0, 0, 0, 0);
}
#scene.layers-effect .layer .layer-img{
}
.coming-soon h6{
    margin-top:130px;
}
.coming-soon .fa-heart{
    color:#ef333d;
}
.countdown-section{
    width:113px;
    height:113px;
    border:1px solid rgba(30,30,30,0.2);
    background:rgba(0,0,0,0.2);
    color:#fff;
    margin:30px 12px 0 12px;
    display:inline-block;
    font-size:18px;
    text-transform:uppercase;
}
.countdown-section .countdown-amount{
    font-size:48px;
    display:block;
    text-align:center;
    line-height:48px;
    margin:15px 0 3px 0;
}
@media (max-width: 767px) {
    .coming-soon .welcome-text{
        font-size:40px;
    }
}
@media (max-width: 479px) {
    .coming-soon .welcome-text{
        font-size:30px;
    }
}
/* added*/
.content-wrapper .contents-main{
    position:relative;
}
.breadcrumbs li{
    color:#fff;
}
.classes .about-desc p{
    margin-top:10px;
}

.parallax-boxing {
    text-align: right;
}
.parallax-v2 {
    text-align: center;
}
.parallax-boxing h1 {
    font-size:60px;
}
.parallax-boxing p, .parallax-shop p{
    font-size:24px;
}
.parallax-shop h1 {
    font-size:48px;
}

.parallax-block .button {
    border: solid 2px #FFF;
    background: transparent;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
}

.parallax-block .button:hover {
    border-width: 2px;
}
.content-wrapper blockquote {
    background: url("images/canvat.png") no-repeat scroll right top #242424;
    margin-top: 20px;
    padding: 35px 0;
    border:none;
    /*
    need to check
    float: right;
    width: 48%;
    */
}

.content-wrapper blockquote p {
    font-size: 18px;
    margin: 0 auto;
    width: 71%;
    color:#fff;
    font-family:inherit;
}
.our-blog article{
    color:#bbbbbb;
}
.our-blog .page-numbers{
    color:#fff;
}
.our-blog p,.our-blog .more-link,.blog-item  li,.blog-item  td,.blog-item  dd,.blog-item  address{
    color:#9e9e9e;
}
.our-blog .more-link{
    margin-left:10px;
}
.our-blog td,.our-blog th{
    padding:10px;
    border:1px solid;
}
.blog-content .entry-content{
    padding-right:10px;
}
.comments-content img{
    border-radius: 50%;
}
.comments-content ul, .comments-content li{
    list-style: none;
}
.comments-content .answer{
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    padding: 25px 0;
    width: 100%;
}
.comments-content .children img {
    float: right;
}
.comment-navigation{
    padding:10px 25px;
}
.entry-footer span.edit-link a {
    display: inline-block;
    padding: 5px 10px;
    background:#2b2b2b;
    margin:5px 0;
}
.entry-footer span.cat-links,.entry-footer span.tags-links {
    display: block;
    margin:5px 0;
    /** need to check margin:10px; */
    padding: 5px 10px;
}
.single-post span.cat-links,.single-post span.tags-links,.single-post span.edit-link a{
    margin:5px 23px;
}

.input-text,.search-field,#page-top .select2-input {
    background: none repeat scroll 0 0 #232323;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
    padding: 5px 10px;
    width: 100%;
}
#page-top .select2-input{
    margin-bottom: 0;
}
.comment-reply-title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
    font-size: 14px;
    padding-bottom:10px;
}
.form-allowed-tags{
    color:#9e9e9e;
}

.widget {
    background: #282828;
}
.widget ul{
    list-style:none;
}
.widget-title{
    border-bottom: 1px solid #2b2b2b;
    padding: 10px 15px;
    line-height: 29px;
    margin-top:0;
}
.widget-title span {
    border-bottom: 1px solid #009FA2;
    font-size: 18px;
    padding-bottom: 13px;
    text-transform: uppercase;
}
.widget-area ul{
    padding-left:0;
}
.widget-area{
    color:#bbbbbb;
}
.widget-area a{
    color:#666666;
}
.widget_archive li,.widget_recent_comments li,.widget_recent_entries li,.widget_meta li{
    border-bottom: 1px solid #2b2b2b;
    font-size: 14px;
    padding: 12px;
    text-transform: none;
    color: #9e9e9e;
}
.widget_archive li{
    border-bottom: 1px solid #2b2b2b;
    font-size: 14px;
    padding: 12px 0;
    text-transform: none;
    color: #9e9e9e;
}
.widget_archive li a::before {
    content: "\f133";
    font-family: 'fontawesome';
    margin:0 10px;
}
.widget_categories,.widget_categories a,.widget_product_categories a, .widget_product_categories{
    color:#fff;
}
.widget_categories .widget-title,.widget_product_categories .widget-title,.widget_price_filter .widget-title{
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    padding: 5px 15px;
}
.widget_categories .widget-title span, .widget_product_categories .widget-title span,.widget_price_filter .widget-title span{
    color:#fff;
    border:none;
}

.widget_categories li,.widget_product_categories li  {
    padding: 10px 0;
    font-size: 13px;
    position:relative;
    border-bottom:1px solid rgba(255, 255, 255, 0.2);
}
.widget_categories li:last-child,.widget_product_categories li:last-child {
    border: none;
}
.widget_categories li a:before,.widget_product_categories li a:before{
    background: none repeat scroll 0 0 #fff;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 44px;
    width: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.widget_categories li a:hover:before,.widget_product_categories li a:hover:before{
    width:60px;
    transition:all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -moz-transition:all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -ms-transition:all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -o-transition:all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -webkit-transition:all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.widget_categories ul,.widget_product_categories ul{
    padding: 0 15px 5px;
}
.widget_products span{
    color:#fff;
}


.tagcloud {
    display: inline-block;
}
.tagcloud a {
    background: none repeat scroll 0 0 #1b1b1b;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #9c9c9c;
    display: inline-block;
    height: 29px;
    line-height: 27px;
    margin-bottom: 8px;
    margin-right: 8px;
    padding: 0 15px !important;
    font-size:inherit!important;
}
.tagcloud a:hover{
    color: #fff;
}
.pages li span {
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 9px 14px;
}
.entry-title,.screen-reader-text ,.no-results .page-title{
    font-size: 18px;
    font-weight: bold;
}

/** woocommerce style */
.woocommerce input{
    line-height:inherit !important;
}
.woocommerce h2{
    font-size:18px;
}
.woocommerce h3{
    font-size:15px;
}
.woocommerce .quantity .qty{
    width:78px;
    text-align: left;
}
#page-top .add-to-box .btn-cart{
    border-radius: 0;
    line-height: 35px;
    padding-top:0;
    padding-bottom:0;
}
#page-top .button:hover{
    color:#fff;
}
.woocommerce .product-essential .attachment-shop_single{
    width: 100%;
}
.woocommerce .product-essential .onsale{
    top:0;
    left:0;
    border-radius: 0;
}
.more-views .item .attachment-shop_thumbnail{
    width: 63px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar{
    width: 63px;
    position: static;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text{
    margin-left:70px;
    border:none;
    padding-top:0;
}
.woocommerce #reviews #comments ol.commentlist{
    padding-left:0;
}
.woocommerce #reviews #comments ol.commentlist li.comment{
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin:10px 0;
}
.woocommerce #reviews #respond{
    margin-top:20px;
}
.woocommerce .product-content .wp-post-image{
    height: auto;
}
.woocommerce form.woocommerce-ordering{
    margin:0;
}
.woocommerce .woocommerce-billing-fields p,.woocommerce-shipping-fields p{
    margin-bottom: 5px!important;
    padding: 0!important;
}
.woocommerce .woocommerce-billing-fields input,.woocommerce-shipping-fields input{
    margin-bottom: 5px!important;
}
.woocommerce #order_comments{
    height:80px;
}
.woocommerce-checkout #payment,.woocommerce-checkout #payment div.payment_box{
    background: none;
    border-radius: 0;
}
.woocommerce-checkout #payment ul.payment_methods{
    padding:0;
    border:none;
}
.woocommerce-checkout #payment div.payment_box::after{
    display: none;
}
.woocommerce table.shop_table,.woocommerce .cart_totals .box{
    color:#939393;
}
.woocommerce .checkout .woocommerce-error{
    margin:0 15px 15px 15px!important;
}
.woocommerce table.order_details th,.woocommerce table.order_details td,
.woocommerce table.customer_details th,.woocommerce table.customer_details td{
    padding-left:0;
}
.woocommerce .addresses address,.woocommerce .order_details{
    color:#939393;
    padding-left:0;
}
.woocommerce .order_details .product-name a{
    font-size: inherit;
    color:inherit;
}
.woocommerce table.wishlist_table{
    background:#1b1b1b;
    border-radius: 0;
}
.woocommerce table.wishlist_table .add_to_cart_button{
    height: 35px;
    line-height: 35px;
    padding: 0 25px;
    border-radius: 0;
}
.woocommerce table.wishlist_table thead th,.woocommerce table.wishlist_table td{
    border-color: #242424!important;
}
.woocommerce table.wishlist_table thead th{
    padding: 0px 10px;
}
.woocommerce table.wishlist_table .attachment-shop_thumbnail{
    width:100px;
}
.woocommerce .wishlist-title h2{
    margin-top:0;
    padding-left:0;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message{
    background:#1b1b1b;
    color:#fff;
}
.page.woocommerce-cart .cart-collaterals .cart_totals table td,.page.woocommerce-cart .cart-collaterals .cart_totals table th {
    line-height: 2em;
    padding: 6px;
}
.page.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
    font-size: 100%;
    line-height: 35px;
    padding: 0 25px;
}

.gm-style img{
    max-width: none;
}

/** YT Wishlist*/
#page-top .yith-wcwl-add-to-wishlist {
    clear:both;
}
#yith-wcwl-popup-message{
    color:#1b1b1b;
}

/* IW Courses Style */
.profile-title .img-profile1 img{
    border-radius:50%;
    width:93px;
}

.content-page .rating {
    display: inline-block;
    float: right;
    text-align: right;
    width: 50%
}

.content-page p {
    margin: 20px 0;
    color: #9e9e9e;
}

/* WooCommerce Additional Variation Images */
.single-product .woocommerce-product-gallery--with-images .flex-control-thumbs {
    list-style: none;
    padding: 0;
    margin: 0;
}
.single-product .woocommerce-product-gallery--with-images .flex-control-thumbs li {
    display: inline-block;
    width: 25%;
}
/*
.single-product .woocommerce-product-gallery--with-images .flex-control-thumbs:before {
    content: ">>"
}*/
/*.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:eq(0) .wp-post-image {
    display: none;
}*/
/*.single-product .woocommerce-product-gallery__wrapper > figure.woocommerce-product-gallery__image:first-child {
    display: block;
}*/

/*woocommerce-product-gallery__image flex-active-slide
woocommerce-product-gallery__image flex-active-slide*/


/*COntact shortcode Style*/
.contact-submit .btn-submit{
    width: 100%;
}
.contact-ajax-overlay {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    display: none;
}
.contact-ajax-overlay .ajax-contact-loading{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.contact-ajax-message{
    padding:5px 0;
}
/**
    Event On plugin
*/
/* EVENTON STYLE*/
.calendar-banner{
    height:255px;
}
.iw-calendar .container{
    margin-top:-110px;
}
.iw-calendar .calendar_header{
    height:80px;
    padding:0 20px!important;
    margin:0!important;
    background:#009FA2;
    /*line-height:100px;*/
}
.evo_cal_above span{
    border-radius: 0!important;
}
.iw-calendar .calendar_header #evcal_cur{
    margin: 0 15px;
}
.iw-calendar .calendar_header #evcal_cur,.iw-calendar .calendar_header #evcal_cur span{
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    color:#fff!important;
    /*line-height:100px;*/
}
div#evcal_list{border-radius: 0;}
div.evose_repeat_header p{border-radius: 0;}
div.eventon_events_list .evose_repeat_header p {
    background-color: rgba(27, 27, 27,.2);
    border: solid 1px rgba(255,255,255,.2);
}
div.eventon_events_list .evose_repeat_header span.title{background: #1b1b1b;}
.list_cal .eventon_sorting_section{background: #1b1b1b; border:solid 1px rgba(255,255,255,0.3);border-radius: 0;}
div.evocard_box{border-radius: 0;margin: 0;}
.ajde_evcal_calendar .calendar_header .evcal_arrows:before, .evo_footer_nav .evcal_arrows:before {
    border-color: #e2e2e2;
}
.evcal_cblock .evo_end{display: none;}
.eventon_events_list .eventon_list_event .evcal_desc{
    padding: 15px 20px!important;
    background: #1b1b1b;
}
.ajde_evcal_calendar.color #evcal_list .eventon_list_event a:hover{
    border-left-width: 0;
}
.ajde_evcal_calendar.color #evcal_list .eventon_list_event a:hover > span{background: transparent;}
.ajde_evcal_calendar #evcal_head .evcal_arrows:hover:before{border-color: #009FA2;}
.eventon_events_list .eventon_list_event .event_description, .iw-calendar .evcal_evdata_row{background: #1b1b1b;border-radius: 0;}
.eventon_events_list .eventon_list_event .event_description{padding-top: 0;}
div.evcal_evdata_row .evcal_evdata_icons i, .evcal_evdata_row .evcal_evdata_custometa_icons i{font-family: 'FontAwesome'!important;}
.evcal_event_details .evcal_evdata_cell.shorter_desc .eventon_desc_in:after {background: linear-gradient(to bottom, rgba(27, 27, 27, 0) 0%, rgba(27, 27, 27, 0.01) 1%, rgba(27, 27, 27, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0)!important;}
.evcal_evdata_cell p.eventon_shad_p{position: absolute;left: 50%;transform: translateX(-50%);}
.evcal_evdata_cell p.eventon_shad_p .evobtn_details_show_more{
    background: transparent!important;
    color: #009FA2!important;
    text-transform: none!important;
    font-weight: normal;
}
div.evcal_event_details .evcal_evdata_cell{position: initial;}
.evcal_evdata_cell p.eventon_shad_p .evobtn_details_show_more .ev_more_text{padding-right: 0}
.evcal_evdata_cell p.eventon_shad_p .evobtn_details_show_more .ev_more_arrow{display: none;}
.evocard_box.time,.iw-calendar .evocard_box.location{
    background: #1b1b1b;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0;
}
div.evocard_row{padding: 0;}
.evocard_row.bx2 .evocard_box.time{
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.event_description .evo_metarow_fimg.evcal_evdata_img{
    min-height: 400px;
    background-size: cover;
}
.event_description .evo_card_row_end.evcal_close{
    background: transparent;
}
.event_description .evo_card_row_end.evcal_close:before{
        font-family: 'FontAwesome';
}
.single-ajde_events .iw-calendar .eventon_main_section .calendar_header{display: none;}
.single-ajde_events .iw-calendar .container{margin-top: 0;}
.iw-calendar .eventon_fullcal .eventon_fc_days .evo_fc_day.on_focus:hover {color: rgba(236, 54, 66, 0.5)!important;}
.iw-calendar .eventon_fullcal .eventon_fc_days .evo_fc_day.on_focus:hover i{background: rgba(236, 54, 66, 0.5)!important;}
.iw-calendar .ajde_evcal_calendar #evcal_head .evcal_arrows{
    /*margin-top:33px;*/
    border-radius: 2px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    background:none;
    width:37px;
    height:37px;
}
.iw-calendar .ajde_evcal_calendar #evcal_head .evcal_arrows:hover{
    background:#fff;
}
.iw-calendar #eventon_loadbar_section{
    border-bottom: 3px solid #242424;
}
.iw-calendar .eventon_fc_days,.iw-calendar .eventon_fc_days .eventon_fc_daynames{
    border-left: 0px solid #242424;
}
.page .iw-calendar .eventon_fullcal .evo_fc_day{
    background: #1b1b1b;
    border-right: 3px solid #242424;
    border-top: 3px solid #242424;
    border-bottom:none;
    color: #666666;
    font-size: 24px;
    font-weight: bold;
}
.page .eventon_fullcal .eventon_fc_daynames .evo_fc_day{
    font-size:16px;
    font-weight: normal;
}

.page .iw-calendar .eventon_fullcal .eventon_fc_daynames .evo_fc_day,
.page .iw-calendar .eventon_fullcal .evo_fc_day:hover,
.page .iw-calendar .eventon_fullcal .evo_fc_day.evo_fc_empty:hover,
.page .iw-calendar .eventon_fc_days .evo_fc_day.on_focus,
.page .iw-calendar .eventon_fc_days .evo_fc_day.highl{
    border-top: 3px solid #242424;
    color:#fff!important;
}
.iw-calendar .eventon_fullcal .eventon_fc_daynames .evo_fc_day{
    padding:8px 0;
}
.iw-calendar .eventon_fc_days,.iw-calendar .eventon_fc_daynames{
    border-left: 0px solid #242424;
}

.iw-calendar .eventon_fc_days .evo_fc_day.has_events span i{
    width:6px;
    height:6px;
}
.iw-calendar .eventon_fc_days .evo_fc_day.has_events span b{
    height:6px;
}
.iw-calendar .eventon_fc_days .evo_fc_day.has_events span{
    bottom:15px;
}
.iw-calendar .eventon_fullcal .evo_fc_day:hover  span i,
.iw-calendar .eventon_fullcal .evo_fc_day.evo_fc_empty:hover  span i,
.iw-calendar .eventon_fc_days .evo_fc_day.on_focus  span i,
.iw-calendar .eventon_fc_days .evo_fc_day.highl  span i{
    background:#fff!important;
}

.iw-calendar .eventon_fullcal .evo_fc_day.bb{
    border-bottom: 0px solid #242424;
    border-top: 3px solid #242424;
}
.iw-calendar .eventon_fullcal .evo_fc_day.br{
    border-right: 3px solid #242424;
    border-top: 3px solid #242424;
}
.iw-calendar .evofc_month{
    margin-left:0px;
}
.iw-calendar #evcal_list.eventon_events_list{
    margin-bottom:30px!important;
}
.iw-calendar .evo_sort_btn{
    display: none;
}
/*.iw-calendar .eventon_sorting_section,.iw-calendar .eventon_sorting_section > div > div > p{
    line-height:45px!important;
    height:45px!important;
}*/

.eventon_filter_line .eventon_sf_field p,.eventon_sort_line .eventon_sortval_for_dropdown, .eventon_filter_line .filtering_set_val, .eventon_sort_line .eventon_sf_cur_val p{
    padding-top:0!important;
    padding-bottom:0!important;
}
.eventon_sort_line .eventon_sortval_for_dropdown, .eventon_filter_line .filtering_set_val, .eventon_sort_line .eventon_sf_cur_val p{
    background:none!important;
    border-radius:0!important;

}
.page .evo_srt_options, .eventon_filter_dropdown{
    box-shadow:none!important;
    border-radius:0!important;
    margin-top:0!important;
}

.filtering_set_val{
    font-style:normal!important;
    padding-right:10px!important;
}

.page .evo_srt_options p,.eventon_filter_dropdown p{
    height:30px!important;
    line-height:30px!important;
    padding:0 10px 0 30px!important;
    white-space: nowrap;
}
.evo_cal_above .evo-filter-btn:before, .evo_cal_above .evo-sort-btn:before,.eventon_filter_line .eventon_filter_dropdown p.select:before, .eventon_filter_line.selecttype .eventon_filter_dropdown p:before, .ajde_evcal_calendar .evo-sort-btn .eventon_sort_line p.select:before{
    font-family: 'FontAwesome'!important;
}
.eventon_filter_line{
    border:none!important;
}
.iw-calendar .evo_srt_sel p.fa::after{
    top:0;
}
.iw-calendar .eventon_sorting_section{
    border:none;
    margin:0 0 30px 0;
    background:#1b1b1b;
    padding:0px 20px;
    border-radius: 0;
}
.eventon_filter_dropdown, .ajde_evcal_calendar .evo-sort-btn .eventon_sort_line{
    border-radius: 0!important;
}
.eventon_fullcal{
    border:none!important;
}
.eventon_events_list span,.eventon_events_list p,.eventon_events_list h3,.ajde_evcal_calendar .evcal_month_line p{
    font-family: inherit!important;
}
#page-top .eventon_list_event .evcal_desc span.evcal_event_title{
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    color: #ffffff !important;
}
.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, .evo_pop_body .evcal_desc span.evcal_event_subtitle{
    color: #ffffff !important;
    font-size: inherit!important;
}
#page-top .eventon_list_event .desc_trig{
    background: #1b1b1b;
    font-size: 12px;
    height: auto;
    padding: 0px;
    color:#fff!important;
}
.eventon_events_list .eventon_list_event .evcal_cblock .evo_date{
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    padding: 7px;
    color:#fff!important;
    overflow: hidden;

}
.eventon_events_list .eventon_list_event .evcal_cblock .evo_date span em{
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0;
    font-size: 13px;
    line-height: 1;
    width: 100%;
}
.evcal_event_details .evcal_evdata_cell.shorter_desc{
    margin-bottom:20px;
}
.event_description .bordb, #evcal_list .bordb, .eventon_events_list .eventon_list_event .event_description, .bordr, #evcal_list{
    border:0!important;
}
.eventon_events_list .eventon_list_event .evcal_list_a::after{
    display: none!important;
}
.eventon_events_list .eventon_list_event .evcal_eventcard, .evcal_evdata_row, .evorow .tbrow, .dark1{
    background: #1b1b1b;
    color:#fff!important;
}
#evcal_list .eventon_list_event .evcal_eventcard p{
    color:#fff!important;
    font-size: 12px!important;
    line-height: 24px;
}
.evcal_event_details .evcal_evdata_cell .eventon_details_shading_bot{
    background: linear-gradient(to bottom, rgba(27, 27, 27, 0) 0%, rgba(27, 27, 27, 0.01) 1%, rgba(27, 27, 27, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0)!important;
}
#evcal_list .eventon_list_event .eventon_details_shading_bot span{
    color: #009FA2;
}
.evcal_evdata_row .evcal_evdata_icons i, .evcal_evdata_row .evcal_evdata_custometa_icons i,.evcal_evdata_row .evcal_evdata_cell h2, .evcal_evdata_row .evcal_evdata_cell h3{
    color:#fff!important;
    margin-bottom:10px!important;
}
#evcal_list .eventon_list_event p.no_events{
    background: #1b1b1b;
}
.eventon_events_list .eventon_list_event span.ev_ftImg{
    margin:0!important;
}
.eventon_events_list .eventon_list_event span.evcal_cblock .start{
    font-size:24px;
}
.eventon_events_list .eventon_list_event span.evcal_cblock, .evo_pop_body span.evcal_cblock{
    padding: 25px;
    margin-left: 5px;
    margin-right: 0;
    margin-bottom: 0;
    background: #1b1b1b;
}
.eventon_single_event .eventon_list_event span.evcal_cblock{
    margin-top:2px;
}
.eventon_single_event .eventon_list_event .evcal_desc{
    min-height: auto!important;
}
.eventon_events_list .eventon_list_event .evcal_desc, .evo_pop_body .evcal_desc, #page-content p.evcal_desc{
    margin-top:13px;
    min-height:60px;
}
.evo_widget .eventon_sorting_section{border-radius: 0;background: #1b1b1b;border: solid 1px #606060;}
.evo_widget .eventon_events_list .eventon_list_event .evcal_desc{
    min-height:50px;
}
.evo_widget .ajde_evcal_calendar.sev #evcal_list .eventon_list_event{
    margin-bottom: 0;
    border-bottom: solid 1px rgba(255,255,255,0.3)!important;
}
.evo_widget .ajde_evcal_calendar.sev #evcal_list .eventon_list_event:last-child{border-bottom: hidden!important;}
.evo_widget .ajde_evcal_calendar.sev #evcal_list .eventon_list_event .evcal_desc3{display: none;}
.evo_widget .ajde_evcal_calendar.cev #evcal_list,.evo_widget #evcal_list .sep_month_events{border-radius: 0;}
.evo_widget .ajde_evcal_calendar.color #evcal_list .eventon_list_event a:hover{border-left-width: 0;}
.evo_widget .ajde_evcal_calendar.color #evcal_list .eventon_list_event a:hover span.evcal_cblock{background: transparent!important;}
.evo_widget .eventon_events_list .eventon_list_event span.evcal_cblock{padding: 5px;background: #1b1b1b!important;margin-left: 3px;}
.evo_widget .eventon_events_list .eventon_list_event .evcal_desc.evo_info{padding: 15px!important;position: relative;flex-basis: auto!important;}
#evcal_widget #evcal_list .eventon_list_event a.evcal_list_a, .widget-area .ajde_evcal_calendar .eventon_events_list a.evcal_list_a{padding: 0;flex-wrap: nowrap;}
.eventon_events_list .eventon_list_event .hasFtIMG .evcal_desc, .evo_pop_body .hasFtIMG .evcal_desc{
    padding-left:160px!important;
}
#evcal_list .eventon_list_event .event_description p, #evcal_list .evcal_list_a .event_description li, .evo_pop_body .evcal_evdata_row .evcal_evdata_cell p{
    color:#acacac!important;
    font-style: normal;
}
.evorow.tb .evcal_col50, .evorow .tb .evcal_col50{
    border-top: 1px solid rgba(255, 255, 255, 0.1)!important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)!important;
}
.evcal_col50.bordr{
    border-right:1px solid rgba(255, 255, 255, 0.1)!important;
}
.page  .evo_widget .ajde_evcal_calendar .evcal_month_line{
    display: none;
}
.page .ajde_evcal_calendar .evcal_month_line p{
    border:none!important;
    margin:10px 0 !important;
    color:#fff;
}
.page .ajde_evcal_calendar .eventon_events_list .eventon_list_event{
    margin-bottom:13px;
    border: none !important;
    border-radius: 0 !important;
}
.widget-area .widget{
    margin-bottom:20px;
}
.widget-area #evcal_widget .calendar_header{
    padding: 10px 0 10px 0!important;
}
.widget-area #evcal_widget .calendar_header p{
    font-family:inherit;
}
.widget-area #evcal_widget #evcal_head .evcal_arrows{
    position:absolute;
    right: 15px;
}
.widget-area #evcal_widget #evcal_head #evcal_prev{
    right:40px;
}

.widget-area #evcal_widget #evcal_head .evcal_arrows .fa{
    color:#000;
}
.widget-area .eventon_events_list .eventon_list_event .evcal_list_a{

}
.widget-area .eventon_events_list .eventon_list_event .evcal_desc,.widget-area .evo_pop_body .evcal_desc,.widget-area #page-content p.evcal_desc{
    padding-left: 50px!important;
}
.widget-area .eventon_events_list .eventon_list_event .evcal_list_a{
    border-left-width: 2px;
}
.page .widget-area .ajde_evcal_calendar .eventon_events_list .eventon_list_event{
    margin:0;
}
.page .evoFC_popin,.page .evo_popin{
    box-shadow:1px 1px 10px 1px #000;
}
.page .evoFC_popbg{
    opacity:0.7;
    background: #272727;
}
.page .evoFC_pop_body,.page .evo_pop_body{
    border-radius: 0;
}
.page .evopop_top{
    background: #1b1b1b;
}
.page .evopop_top span.evcal_event_title{
    color:#fff!important;
}
.page .evo_srt_sel p.fa::after{
    font-family: FontAwesome;
}
.iw-calendar .ajde_evcal_calendar .calendar_header .evcal_arrows:hover .fa{
    color:#838383;
}

.evo_fc_widget .eventon_fc_days .evo_fc_day{
    background:none;
}
.evo_fc_widget .eventon_fullcal .evo_fc_day{
    border-bottom:none;
}
.evo_fc_widget .eventon_fc_days .evo_fc_day.on_focus{
    background:#666;
}
.evo_fc_widget .eventon_fc_days .evo_fc_day.has_events{
    background:#888;
}
.evo_fc_widget .eventon_fc_days .evo_fc_day:hover{
    color:#fff!important;
}
.evo_fc_widget .eventon_fc_days .evo_fc_day.on_focus:hover{
    color:#9e9e9e!important;
}

/* ---------------------- Store Page --------------------------------------*/
.page-footer.footer-store a,.page-footer.footer-store .line1 a{
    color:#fff;
}
.index-store .header {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    position: absolute !important;
}
.index-store .menu-button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    display: block !important;
    left: 38%;
}
.index-store .to-bottom{
    display: none;
}
/* --- Menu --- */

.menu-store {
    background: none repeat scroll 0 0 rgba(14,14,14,0.9) !important;
    border: 1px solid transparent;
    margin-right: 0;
    overflow: hidden;
    padding: 0 15px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transition: -moz-transform 1s ease 0s;
    -moz-transition: -moz-transform 1s ease 0s;
    -webkit-transition: -webkit-transform 1s ease 0s;
    -ms-transition: -ms-transform 1s ease 0s;
    -o-transition: -o-transform 1s ease 0s;
    width: 100%;
    height:100%;
    z-index: 99999;
}
.show-menu .menu-wrap {
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transition: -moz-transform 0.6s ease 0s;
    -moz-transition: -moz-transform 0.6s ease 0s;
    -webkit-transition: -webkit-transform 0.6s ease 0s;
    -ms-transition: -ms-transform 0.6s ease 0s;
    -o-transition: -o-transform 0.6s ease 0s;
}
.menu-store .main-menu.container {
    padding: 30px 24px;
}
.menu-store ul.nav-store> li{
    border: medium none;
    text-align: center;
}
.menu-store ul.nav-store > li a{
    font-size:30px;
    font-weight:bold;
    padding: 17px 0;
}
.menu-store ul.nav-store > li a:hover{
    color:#009FA2;
}
.menu-store  ul.nav-menu li ul.show {
    border:none;
}
.menu-store ul.nav-store li .child-nav li a {
    font-size: 14px;
}
.nav-store .dropdown a i{
    opacity:0;
}
.nav-store .dropdown .icon-arrow::before {
    opacity:0;
}
/* --- End Menu --- */
.icon-cart .carts-store,
.icon-wishlist .wishlists-store {
    display: inline-block;
    float: left;
    margin-right: -280px;
    width: 280px;
    background: none repeat scroll 0 0 #2a2a2a;
}
.cart-store, .wishlist-store {
    margin-top: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 100px;
    z-index: 1000;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.wishlist-store{
    top: 150px;
    z-index:90;
}
.icon-cart, .icon-wishlist {
    position: relative;
}
.my-cart, .my-wishlist {
    background: none repeat scroll 0 0 #009FA2;
    height: 40px;
    line-height: 38px;
    margin-bottom: 5px;
    text-align: center;
    width: 40px;
    font-size: 14px;
    display: inline-block;
    float: left;
    overflow: hidden;
    box-shadow: 2px 2px 2px #333;
    -moz-box-shadow: 2px 2px 2px #333;
    -webkit-box-shadow: 2px 2px 2px #333;
    -ms-box-shadow: 2px 2px 2px #333;
    -o-box-shadow: 2px 2px 2px #333;
}
.my-cart button, .my-wishlist button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
}
.carts-store .title, .icon-wishlist .title {
    border-bottom: 1px solid rgba(255,255,255,0.08);
    color: #cccccc;
    font-size: 14px;
    margin: 0 0 15px;
    padding: 13px 15px;
}
.bag-cart > ul {
    padding-left: 0;
    overflow: hidden;
}
.bag-cart.product-popular{
    margin-top: 0!important;
    background: none;
}
.product-popular .widget_shopping_cart_content ul li{
    border-top:none;
    border-left:none;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    background: none;
}
.product-popular .widget_shopping_cart_content ul li:hover{
    border-left:none;
    background: #232323;
}
.bag-cart.product-popular ul li .info-products{
    padding:0 0 0 10px;
}
.product-popular .widget_shopping_cart_content ul li .info-products .amount{
    font-size:12px;
    color: #fff;
}
.bag-cart .total{
    margin-right:10px;
    border-top:none!important;
}
.bag-cart ul li {
    margin-bottom: 8px;
    padding-left: 15px;
}
.bag-cart .product-image {
    display: inline-block;
    vertical-align: middle;
    width: 28%;
    vertical-align: top;
}

.bag-cart .info-products {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    display: inline-block;
    width: 70%;
    padding: 0 15px;
}
.bag-cart .info-products .price-box {
    color: #009FA2;
}
.bag-cart .check {
    background: none repeat scroll 0 0 #009FA2;
    border: medium none;
    padding: 7px;
    text-transform: uppercase;
    margin-left: 15px;
    margin-bottom: 15px;
}

/* --- Collection ---*/

.bg-store .athlete-html {
    font-size: 24px;
    margin-bottom: 38px;
}
.bg-store .banner-text .title-page h5 {
    font-size: 18px;
    margin-top: 18px;
    margin-bottom:40px;
    font-weight: bold;
}
.btn-store {
    display: inline-block;
    margin-left: 15px;
}
.btn-store.shop-now a {
    background: none repeat scroll 0 0 #009FA2;
    font-size: 14px;
    text-transform: uppercase;
    padding: 14px 28px;
}
.btn-store.watch-video a {
    background: none;
    border:2px solid #fff;
}
/* --- Master Slide --- */

.bg-store .ms-thumb-list.ms-dir-h {
    bottom: 0;
    position: absolute !important;
    width: 100%;
}
.bg-store .ms-tabs .ms-thumb {
    padding: 0;
}
.bg-store .ms-tabs.ms-dir-h .ms-thumb-frame {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #fff;
    margin: 15px !important;
    text-shadow:none;
}
.bg-store .ms-tabs .ms-thumb-frame-selected {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
}
.bg-store .ms-tabs.ms-dir-h .ms-thumb-frame .ms-thumb-ol {
    border:none;
}
.bg-store .ms-skin-default .ms-nav-next,
.bg-store .ms-skin-default .ms-nav-prev{
    display:none;
}
.ms-thumb-frame-selected .sub-title{
    background:#009FA2;
}

/* --- End Master Slide --- */
.sub-title {
    background: none repeat scroll 0 0 rgba(28, 28, 28, 0.3);
    padding: 24px 22px 14px;
    margin-top: -4px;
}
.title-collection, .icon-next {
    display: inline-block;
}
.icon-next {
    border: 2px solid #009FA2;
    border-radius: 50%;
    float: right;
    height: 34px;
    text-align: center;
    width: 34px;
    line-height: 34px;
    margin-top: 12px;
}
.ms-thumb-frame-selected .icon-next{
    border: 2px solid #fff;
}
.icon-next a{
    color:#009FA2;
}
.ms-thumb-frame-selected .icon-next a{
    color:#fff;
}
.sub-title:hover{
    background:#009FA2;
}
.sub-title:hover .icon-next{
    border: 2px solid #fff;
}
.sub-title:hover .icon-next a{
    color:#fff;
}

.title-collection .title-masory h2 {
    margin: 0;
    font-weight: bold;
}
.title-collection .title-masory h4 {
    font-size: 14px;
}
.title-collection > h2 {
    margin-top: 10px;
}
.title-masory h2{
    font-size:36px;
}
.title-masory h3{
    font-size:18px;
}
.masonry-small {
    background: none repeat scroll 0 0 #ce3642;
    margin-bottom: 30px!important;
    min-height: 254px;
}
.man-content .masonry-small{
    margin-bottom:0;
    margin-top:30px;
}
.masonry-lagar {
    min-height: 548px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px!important;
}

.collection-content .box{
    margin: 0 0 120px;
}
.box .price-table-text{
    width:70%;
}
.box .price-table-text  span {
    font-size: 14px;
    text-transform: uppercase;
}
.box .price-table-text span span{
    font-size: 24px;
    border: 2px solid #fff;
    padding: 2px 15px;
    margin-left: 15px;
}

.masonry-lagar .price-table-text {
    height: 100%;
    left: 0;
    padding: 35px;
    position: absolute;
    width: 100%;
}

.masonry-lagar .price-table-img  img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    -moz-transition: opacity 0.35s, -webkit-transform 0.35s;
    -ms-transition: opacity 0.35s, -webkit-transform 0.35s;
    -o-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.12);
    -moz-transform: scale(1.12);
    -mz-transform: scale(1.12);
    -o-transform: scale(1.12);
    transform: scale(1.12);
}

.masonry-lagar:hover .price-table-img img {
    opacity: 0.6;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.masonry-lagar .price-table-text::before {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border: 1px solid #4c4c4b;
    content: '';
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.masonry-lagar .price-table-text::before,
.masonry-lagar .text-masony {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    -moz-transition: opacity 0.35s, -webkit-transform 0.35s;
    -ms-transition: opacity 0.35s, -webkit-transform 0.35s;
    -o-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.masonry-lagar .text-masony {
    margin: 0 auto;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

.masonry-lagar .title-masory {
    -webkit-transition: -webkit-transform 0.35s;
    -moz-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,-20px,0);
    -moz-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
}

.masonry-lagar:hover .price-table-text::before,
.masonry-lagar:hover .price-table-text::after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.masonry-lagar:hover .title-masory,
.masonry-lagar:hover .text-masony {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.masonry-lagar-content {
    bottom: 45px;
    position: absolute;
}
/* --- Popular Product ---*/

.popular-title {
    background: none repeat scroll 0 0 #1c1c1c;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    padding: 17px;
}
.text-title {
    font-size: 20px;
    margin: 0;
}
.text-title, .popular-title .next {
    display:inline-block;
}
.popular-title .next {
    float:right;
}
.popular-title .next .icon-wrap {
    border: 2px solid #fff;
    border-radius: 50%;
    height: 28px;
    line-height: 25px;
    margin-right: 5px;
    text-align: center;
    width: 28px;
}
.popular-title .next .icon-wrap:hover {
    border: 2px solid #ce3642;
    color:#ce3642;
}
.collection {
    background: none repeat scroll 0 0 #1c1c1c;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}
.collection .price-table-text{
    padding-right:10px;
}

.popular-store{
    background-color:#1c1c1c;
    background-position:top left;
    background-size:100%;
    background-repeat: no-repeat;
    position: relative;
    padding: 120px 0;
}
.popular-store .product-content {
    background: none repeat scroll 0 0 rgba(28, 28, 28, 0.9);
}
.popular-store .product-content:hover {
    background: none repeat scroll 0 0 #21201f;
}
.popular-store .product-bottom {
    margin: 7px auto 0;
}
.popular-store  .info-products {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.popular-store .product-image-wrapper .product-image img {
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}
.popular-store .product-image-wrapper:hover .product-image img{
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}
.popular-store .info-products {
    padding: 10px 15px;
}
.popular-product {
    border-right: 1px solid rgba(0, 0, 0, 0.5);
}


/* --- New Product ---*/

.product-store .title-page > h4 {
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    padding: 0 30px;
    position: relative;
}
.product-store .title-page > h4::before {
    color: #fff;
    content: "...";
    left: 0;
    position: absolute;
    top: -9px;
}
.product-store .title-page > h4::after {
    color: #fff;
    content: "...";
    position: absolute;
    top: -9px;
    right: 0;
}


/* --- Sport New ---*/

.sport-new {
    min-height: 733px;
    backgroud-size:100%;
    background-position:top left;
    background-size:100%;
    background-repeat: no-repeat;
    position: relative;
}
.title-sport{
    margin: 20px 0;
}
.sport-new .title-page h4{
    margin-top: 45px;
}
.title-sport > a {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
.title-sport > a:hover {
    color:#009FA2;
}
.sport-content .read-more a {
    color: #ce3642;
    text-transform: uppercase;
}
.sport-content .read-more:hover a {
    color: #fff;
}
.sport-content .read-more:hover a .fa{
    border: 2px solid #fff;
}
.sport-content .read-more a .fa {
    border: 2px solid #009FA2;
    border-radius: 50%;
    height: 28px;
    line-height: 25px;
    margin-right: 5px;
    text-align: center;
    width: 28px;
}
.img-sport {
    position: relative;
    overflow: hidden;
}
.img-sport .owl-carousel.gallery{
    margin:0;
}

.icon-sport {
    background: none repeat scroll 0 0 #009FA2;
    border-radius: 50%;
    height: 46px;
    left: 15px;
    line-height: 46px;
    position: absolute;
    text-align: center;
    top: 15px;
    width: 46px;
    z-index: 99;
}
.icon-sport .fa{
    font-size:16px;
}

/* --- Footer Store ---*/
.footer-store{
    background:#009FA2;
}
.page-footer.footer-store a {
    color: #fff;
}
.footer-store .logo {
    margin-bottom: 20px;
}
.footer-store .social_icon a {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4)!important;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.footer-store .footer-title h4 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 7px;
}
.footer-store .footer-title h4::after {
    border-bottom: 2px solid #fff;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 30%;
}
.footer-store ul{
    padding-left:10px;
    display:block;
}
.links-right {
    float: right;
    margin-right: 20px;
}
.footer-store ul li{
    margin-bottom:7px;
    list-style-type: none;
}

#copyright.copyright-store{
    background: none repeat scroll 0 0 #009FA2 ;
    border-top: 2px solid rgba(255, 255, 255, 0.11) !important;
}

.athlete-store-desc{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 40px;
    margin-top: 18px;
}
.link-to.athlete-store{
    opacity: 1;
    transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
}
.widget_nav_menu ul li a:before,
.widget_nav_menu ul li:after {
    border-bottom-color: #009FA2;
}
.widget_nav_menu ul li a:before {
    right: 50%;
}
.widget_nav_menu ul li a:after {
    left: 50%;
}
.widget_nav_menu ul li a:before, .widget_nav_menu ul li a:after {
    border-bottom: 2px solid #fff;
    bottom: -5px;
    content: "";
    position: absolute;
    width: 0;
    transition: width 250ms ease-out 0s;
    -o-transition: width 250ms ease-out 0s;
    -ms-transition: width 250ms ease-out 0s;
    -moz-transition: width 250ms ease-out 0s;
    -webkit-transition: width 250ms ease-out 0s;
}

.widget_nav_menu ul li a:hover:before, .widget_nav_menu ul li a:hover:after,
.widget_nav_menu ul li.active:before, .widget_nav_menu ul li.active:after,
.widget_nav_menu ul li a:hover:before, .widget_nav_menu ul li a:hover:after {
    width: 50%;
}
.widget_nav_menu ul li a{
    position:relative;
}


/*------------------End Page Store-------------------------*/

/*Events Shortcode style*/
.iw-events .timetable-cont.disable .table, .iw-events .timetable-cont.disable .table::before {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2) !important;
}
.iw-events .timetable-cont {
    height: 255px;
    overflow: hidden;
    background: #1b1b1b;
}
.iw-events .timetable-cont img {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.iw-events .timetable-cont img.full-height{
    height: 100%;
    max-width: none;
    width: auto !important;
}
.iw-events .timetable-cont img.full-width{
    width: 100%;
    max-height: none;
    height: auto !important;
}

/* Style for Blog List */
.quote-article .blog-item {
    padding: 0;
    position: relative;
}

.quote-article .blog-main {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 15px;
    text-align: center;
}
.quote-article .img-blog {
    margin-bottom:0;
}

.quote-article .quote-blog-content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 80%;
}
.quote-article .quote-blog-content div{
    margin-top: 10px;
}

.quote-article .img-blog-author img{
    border: 4px solid;
    border-radius: 50%;
}
.quote-article .name-blog-author{
    text-transform: uppercase;
    font-weight: bold;
}

.quote-article .parallax-background-overlay {
    height: 100%;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
}

.format-video .img-blog iframe, .format-video .img-blog video, .format-video .img-blog embed{
    width: 100%;
    min-height: 300px;
}

.bt-advance-parallax .button-wrap .close-btn{
    width: 35px;
    height: 35px;
}
.switch-ltr,.switch-ltr:hover{
    color:#848484;
}
.switch-ltr:hover{
    text-decoration: underline;
}

.body-boxed .ms-layer{
    margin-left:100px;
}

.evo-gototoday-btn{
    display:none!important;
}
div.content-main:hover .img-class img{
    filter:grayscale(1);
    -webkit-filter: grayscale(1);
}
div.content-main .img-class img{
    filter:none;
    -webkit-filter: grayscale(0);
}
.woocommerce-checkout #payment div.payment_box:before{
    display:none!important;
}
.eventon_fullcal .evoFC_tip{
    background: #9e9e9e;
}
.eventon_fullcal .evoFC_tip:before{
    border-color: #9e9e9e transparent transparent transparent;
}
.eventon_fullcal .evoFC_tip.leftyy:before{
    border-color: transparent #9e9e9e transparent transparent;
}
.vc_column-inner{
    padding-top:0!important;
}
@media (max-width: 1025px) {
    .about{
        background-size:cover;
    }
}
@media (max-width: 769px) {
    .vc_row-fluid  > .container > .row{
        margin-left:0;
        margin-right:0;
    }

    .vc_row-fluid .vc_row-fluid  > .container > .row,
    .vc_row-fluid.man-girl  > .container > .row{
        margin-left:-15px;
        margin-right:-15px;
    }

}
.shopping-cart > a{
    display: inline-block;
    position: relative;
}
.shopping-cart > a > span{
    background-color: red;
    border-radius: 50%;
    font-size: 11px;
    height: 17px;
    line-height: 17px;
    position: absolute;
    right: -13px;
    text-align: center;
    top: 30px;
    width: 17px;
}
.header.header-container-3 .shopping-cart > a > span{
    top: 8px;
}

/* Fix infor-item with small content */
.infor-list .infor-item {
    min-height: 100px;
}
/*fix css on safari on mobile*/
select{
    -webkit-appearance: none;
}

/*mobile css */
@media (max-width: 769px) {
    .page-heading{
        background-size:cover;
    }
    body #header, .slide-container.to-top {
        position: relative !important;
        margin-top: 0 !important;
    }

    .contents-main, .page-heading {
        margin-top: 0 !important;
    }
    body .to-bottom {
        display: none;
    }
    .monday, .product-store .product-image-wrapper{
        opacity: 1;
        transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}

#evcal_widget .eventon_events_list .evcal_desc2 {
    font-size: 14px !important;
}
.eventon_fc_days .evo_fc_day{
    padding:26px 0 34px 0!important;
}

/** contact form 7 */
body:not(.index-white) .wpcf7-form .wpcf7-submit {
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 3px 20px;
}
body:not(.index-white) .wpcf7-form input,body:not(.index-white) .wpcf7-form textarea {
    color: #828282;
}
body:not(.index-white) .wpcf7-form input,body:not(.index-white) .wpcf7-form textarea,.wrapper .woocommerce input[type="text"]{
    background: #232323!important;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
    border: 1px solid rgba(255,255,255,0.1)!important;
}
.woocommerce a.remove{
    display:inline-block!important;
}
@media (max-width: 993px) {
    .col-md-6.pull-right,.col-md-6.pull-left,
    .col-lg-6.pull-right,.col-lg-6.pull-left{
        width:100%;
    }
}
@media (max-width: 769px) {
    .product-cart .cart .cart-table .row-item .name-item .attachment-woocommerce_thumbnail,
    .product-cart .cart .cart-table .row-item .name-item .product-info{
        width:90%!important;
        float:none;
    }
    #page-top .cart-table .button{
        float:none!important;
        display:block;
        margin:10px auto;
    }
    #coupon_code{
        padding:10px;
        width:100%;
        margin:10px auto;
    }
    .contact-submit .col-md-3 {
        float: none;
        width: 100%;
    }
    .contact-submit.with-map{
        position:static;
        margin-bottom:20px;
        max-width: initial;
    }
    .about-img img{
        width:100%;
    }
}
@media (max-width: 991px) {
    .panel-tools{
        display:none;
    }
}

/** fix resposive issue */
.price-table-1 ul{
    overflow:hidden;
}
.price-table-1 ul .icon{
    width:20%;
}
.price-table-1 ul li{
    float:left;
    width:80%;
    padding-right:5px;
}
.price-table-img{
    bottom:0;
}
.price-table-text{
    height:auto;
    padding-bottom:26px;
}

.evose_repeat_header .ri_nav{
    padding:0 5px;
}
.evose_repeat_header .ri_nav .fa{

}
.evose_repeat_header .ri_nav em{
    font-style:normal;
    margin:0 3px;
    color:#9e9e9e;
}
.ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur, .ajde_evcal_calendar .evcal_month_line p{
    color:#fff!important;
}
.checkout-row  .woocommerce-error{
    border-top:none;
}
.checkout-row form.checkout_coupon{
    display:block!important;
    padding:0!important;
    margin:5px 0!important;
    border:none!important;
    height:auto!important;
}

@media (max-width: 480px){
    .blog-main .img-blog{
        width: 100% !important;
    }
    .blog-main .img-blog img{
        float: left;
        margin-right: 15px;
    }
    .blog-main .img-blog .icon-blog {
        padding-top: 45px;
    }
    .blog-main .blog-content{
        margin-left: 15px;
    }
}
div.vc_gitem-zone {
    background: none !important;
}