@charset "utf-8";
/************************** Import Fonts and Icons *************************/

/* Lato - From Google Fonts */
@import url("http://fonts.googleapis.com/css?family=Lato:400,900italic,900,700italic,700,400italic,300italic,300,100italic,100");

/* Lightbox */
@import url("lightbox.css");

/* Entypo */
@import url("fonts/entypo.css");

[class*="entypo-"]:before {
	font-family: "entypo", sans-serif;
	font-style: normal;
 }

/********************** Transitional elements **********************/				
.container .row a, .button-gym, .accordion-heading, .logos li img,
.gallery .example-image-link:hover img { 
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}
/************************* General Styles *************************/
body {
	color: #4c4f55;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #252f38;
	font-family: 'Lato', sans-serif;
}

h1,
h2,
h3,
h4 {
	font-weight: bold;
}

h2.headers { font-size: 2.3em; }
h2.article-title { font-size: 2.7em; }
h2 { font-size: 2.3em; }
h3 { font-size: 1.8em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.07em; }
h6 { font-size: 0.9em; }

p { line-height: 1.8em; }

ul { padding: 0; }

canvas{
    width: 100% !important;
    max-width: 800px;
    height: auto !important;
}

a {
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: none;
	outline: none;
	color: #252F38;
 }

img {
	width: 100%;
 }

/************************* WP Default Style *************************/
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignleft {
    margin: 12px 24px 12px 0;
    margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright {
    margin: 12px 0 12px 24px;
    margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter {
    margin-top: 12px;
    margin-top: 0.857142857rem;
    margin-bottom: 12px;
    margin-bottom: 0.857142857rem;
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
    max-width: 100%;
    height: auto;
}

.wp-caption {}
.wp-caption-text{}
.sticky {}
.gallery-caption {}
.bypostauthor { font-family: 'Lato',sans-serif;}

/************************* Woocommerce form *************************/
.form-inline p.form-submit input {
  width: auto;
}

.woocommerce #review_form #respond .form-submit input, 
.woocommerce-page #review_form #respond .form-submit input {
	border: none;
	padding: 0.7em 1.2em;
	text-transform: uppercase;
	-webkit-transition: ease-in .4s;
	-moz-transition: ease-in .4s;
	-o-transition: ease-in .4s;
	-ms-transition: ease-in .4s;
	transition: ease-in .4s;
	font-weight:  normal;
	text-shadow: none;
}

.woocommerce #reviews #comment, 
.woocommerce-page #reviews #comment {
	height: 10em;
}

#store .store-item .star {
	float: right !important;
	font-size: 1.1em !important;
	padding: 0px !important;
	margin: 1em 0 0 0 !important;
}

/************************* Visual Composer Plugin Styles *************************/
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header a {
	color: white !important; text-transform: uppercase;
}

.page .new-classes > div, 
.single .new-classes > div {
	margin-bottom: 40px;
}

.page .new-classes .new-class, 
.single .new-classes .new-class {
	background: #252f38;
	min-height: 270px;
	position: relative;
	text-align: center;
}

.page .new-classes .new-class .class-title, 
.single .new-classes .new-class .class-title  {
	background: #202a32;
	bottom: 0;
	cursor: default;
	display: block;
	margin: 0;
	padding: 0.8em 0;
	position: absolute;
	width: 100%;
}

.page .new-classes .new-class .class-title a, 
.single .new-classes .new-class .class-title a {
	display: block;
	height: 81px;
	margin: -50px auto 0;
	width: 81px;
}

.page .new-classes .new-class .class-title h3, 
.single .new-classes .new-class .class-title h3 {
	color: #849bae;
	margin: 0;
	text-transform: uppercase;
}

.page .new-classes .new-class .class-title p, 
.single .new-classes .new-class .class-title p  {
	color: white;
}

.page .new-classes .new-class .class-title .occult, 
.single .new-classes .new-class .class-title .occult {
	display: none;
	padding: 0 .4em;
}

.page .carousel-inner .new-class img, 
.single .carousel-inner .new-class img {
  width: 100% !important;
}

#sidebar ul.flickr_feeds a:before, 
#sidebar ul#recentcomments a:before {
  content: close-quote !important;
  padding-right:0px !important;
}

.single_page ul.nav-tabs li {
	background:none !important;
	padding-left: 0px !important;
	margin: 0px !important;
}

/************************* Megamenu *************************/
.overlay a {
  padding-top: 30% !important;
}

/***************************************************************************/
/********************** General Styles for Components **********************/

/********************************* scrollbar *******************************/
::-webkit-scrollbar {
    width: 12px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(182,182,182,0.8); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(182,182,182,0.4); 
}

/********************************* Accordion *******************************/
.accordion-group {
	border: 0;
	border-radius: 0;  
}

.accordion-group .accordion-heading {
	border: 1px solid #E5E5E5;
	color: white;
	overflow: hidden;
	padding: 0 1.5em;
}

.accordion-group .accordion-heading:hover {
	background: #252f38;
}

.accordion-group .accordion-heading h5 {
	color: white;
	float: left;
	text-transform: uppercase;
}

.accordion-group .accordion-toggle {
	border: 1px solid #CAD4D3;
	color: #CAD4D3;
	display: block;
	float: right;
	font-size: 1.2em;
	height: 13px;
	line-height: 0.8em;
	margin: 13px 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	width: 13px;
}

.accordion-group .accordion-body {
	margin-top: 2px;
}

.accordion-group .accordion-body .accordion-inner {
	border: 1px solid #E5E5E5;
	padding: 1.5em;
}

.accordion-group .accordion-body .accordion-inner h5{
	text-transform: uppercase;
}

.accordion-group .accordion-body .accordion-inner .accordion-toggle {
	font-size: 2em;
	font-weight: normal;
	line-height: 0.4em;
}
a#cn-more-info {
    background: #ffffff;
    color: #000000;
}
a#cn-accept-cookie {
    background: #1c9845;
}
/*********************************** Tabs **********************************/
.nav-tabs {
	border-bottom: 0;
	margin: 0; 
}

.nav-tabs > li > a {
	border-left: 0;
	border-radius: 0;
	border: 1px solid #DDD;
	color: white;
	font-weight: bold;
	margin-right: 0;
	padding: 0.6em 2em;
	text-transform: uppercase;
}

.nav-tabs > li > a:first-child {
	border-left: 1px solid #DDD;
}

.nav-tabs > li > a:hover {
	background: #252f38;
}

.tab-content {
	border: 1px solid #DDDDDD;  
	padding: 2em;
}

.nav-tabs.nav-tabs-sec li > a {
	background: white;
}

.nav-tabs.nav-tabs-sec > li > a:hover {
	background: #252f38;
	color: white;
}

.nav-tabs.nav-tabs-sec > li.active > a,
.nav-tabs.nav-tabs-sec > li.active > a:hover {
	color: white;
}

.tab-content.nav-tabs-sec {
	color: white;
}


/******************************** Tabs Left ********************************/
.tabs-left .nav-tabs {
	padding: 0;
}
.tabs-left .nav-tabs > li {
	float: none;
	border-bottom: 1px solid #ddd;
}
.tabs-left .nav-tabs > li a {
	background:none;
	border: none;
	color: #4c4f55;
	display: table-cell;
	font-weight: normal;
	height: 60px;
	line-height: 60px;
	padding: 0 2em;
	text-transform: capitalize;
	vertical-align: middle;
	width: 217px;
	margin: 0 0 0 50px;
}

.tabs-left .nav-tabs > li.active {
	background-color: #fff;
	border-bottom-left-radius: 3px;
	border-left: 1px solid #ddd;
	border-top-left-radius: 3px;
	border-top: 1px solid #ddd;
	margin-right: -1px;
	z-index: 1;
}
.tabs-left .nav-tabs > li.active a {
	border: 0;
	color: #252f38;

}

.tabs-left .tab-content {
	border: none;
	border-left: 1px solid #ddd;
}

/********************************* Buttons *********************************/
.button-gym {
	border-radius: 2px; 
	border-style: solid;
	border-width: 2px;
	color: white;
	font-size: 1.07em;
	font-weight: bold;
	line-height: 1;
	padding: 0.8em 1.8em;
	text-transform: uppercase;
}

.button-gym:hover {
	border-radius: 60px;
	text-decoration: none;
}

.button-gym.big-button {
	font-size: 1.07em;
	padding: 1em 1.8em;
}

.button-gym.medium-button {
	font-size: 1.07em;
}

.button-gym.normal-button {
	font-size: 0.9em;
	padding: 0.5em 1.8em;
}

.button-gym.big-button:hover,
.button-gym.medium-button:hover,
.button-gym.normal-button:hover,
.button-gym.big-button.active,
.button-gym.medium-button.active,
.button-gym.normal-button.active {
	background: white;
}

.button-list {
	list-style: none;
	text-align: center;
}

.button-list li {
	margin-bottom: 10px;
}

.button-gym.view-all { 
	background-color: #fff;
	border-color: #CDD1D0;
	color: #849bae;
	margin: -70px 50px 0 0;
}

.button-gym.view-all.no-margin { 
	margin-right: 0;
}
.btn-primary{
	background-color: #1A2127;
	border-color: #1A2127;
	color: #FFF;
}

/****************************** Message boxes ******************************/
.alert {
	background-color: #d2b930;
	border-radius: 0 0 0 0;
	border: 0 none;
	color: white;
	padding: 1em 1.5em;
}

.alert.alert-success {
	background-color: #72B43C;  
}

.alert.alert-info {
	background-color: #3c83b4;  
}

.alert.alert-error {
	background-color: #e72a2a;  
}

.alert .close {
	color: #fff;
	font-size: 1em;
	font-weight: normal;
	line-height: 1;
	opacity: 1;
	right: 0;
}



/******************************* Progress Bar ******************************/
.progress {
	background-color: #dddddd;
	border-radius: 0;
	height: auto;
}

.progress .bar {  
	background-image: none;
	border-radius: 0;
	color: white;
	font-size: 1.3em;
	font-weight: bold;
	padding: 0.5em 1em;
	text-align: left;
	text-transform: uppercase;
}



/************************************ Cap **********************************/
.cap {
	display: inline-block;
	float: left;
	font-size: 3em;
	line-height: 1;
	margin: 0 4px 0 0;
}



/******************************** Highlights *******************************/
.highlight {
	color: white;
	display: inline-block;
	line-height: 1.2em;
	padding: 0 1px;
}

.highlight-green-under {
	text-decoration: underline;
}

.highlight-dark {
	background: #252f38;
}

.highlight-gray {
	background: #849bae;
}



/*********************************** Tags **********************************/
.tags {
	list-style: none;
	margin: 0;
}

.tags li {
	display: inline-block;
	margin-bottom: 0.5em;
}

.tags li a {
	background: #849bae;
	border-radius: 2px;
	color: white;
	display: block;
	padding: 0.5em 1em;
	text-decoration: none;
}




/******************************** Icon list ********************************/
.custom-icon-list {
	list-style: none;
	margin: 0;
}

.custom-icon-list li {
	overflow: hidden;
}

.custom-icon-list li i {  
	display: block;
	float: left;
	font-size: 1.3em;
	margin-right: 0.5em;  
	text-align: center;
	width: 1.2em;
}

.custom-icon-list li i.entypo-cd,
.custom-icon-list li i.entypo-record {
	font-size: 10px;
}



/********************************** Social *********************************/
.social {
	margin: 0;
}

.social li {
	display: inline-block;
	margin-bottom: 0.5em;
    margin-right: 4px;
}

.social li a {
	border-radius: 2px;
	color: white;
	display: block;
	font-size: 1.2em;
	height: 30px;
	text-align: center;
	text-decoration: none;
	width: 30px;
}

.social li a:hover,
.social li.active a {
	background: none;
}

.social li a i {
	line-height: 30px;
}



/********************************* Dropdowns *******************************/
.dropdown {  
	z-index: 2000; 
}

.dropdown ul {
	display: none;
	left: 0;
	overflow: visible;
	position: absolute;
	text-align: left;
	top: 100%;
}

.dropdown:hover ul {
	display: block;
}

.dropdown ul li {
	display: inline-block;
	list-style: none;
}

.dropdown ul li a {
	display: inline-block;
	margin: 0;
	padding: 0 15px;
}

.dropdown ul li a:hover {
	text-decoration: none;
}



/******************************* Testimonial *******************************/
.testimonial-container p {
	border-radius: 3px 3px 3px 3px;
	border: 2px solid #252F38;
	margin: 0;
	padding: 1.5em 2em;
}

.testimonial-container span.border {  
	border-right: 32px solid transparent;
	border-top: 22px solid #252F38;
	display: block;
	margin-left: 4em;
	margin-top: -2px;
	width: 0;
}

.testimonial-container span.back {  
	border-right: 25px solid transparent;
	border-top: 18px solid white;
	display: block;
	margin-left: 2px;
	margin-top: -22px;
	width: 0;
}

.testimonial-container.thi p {
	background: #252F38;
	color: white;
}

.testimonial-container .img-container {
	display: block;
	float: left;
	margin: 5px 10px 0 0;
}

.testimonials-name {  
	margin: 0;
}

.testimonials-position {
	margin: 0;
	text-transform: uppercase;
}



/******************************* Pagination ********************************/
.pagination {
	margin: 0 0 0 10px;
}

.pagination li a {
	border-radius: 4px;
	color: #4C4F55;
	font-size: 1.2em;
	height: 43px;
	line-height: 43px;
	margin: 0 5px;
	padding: 0;
	text-align: center;
	width: 43px;
}

.pagination li:hover a {
	color: #fff;
}



/********************************** Panel **********************************/
.panel.panel-gym .panel-heading,
.panel.panel-gym .panel-footer {
	border-radius: 0;
	text-align: center;
}

.panel.panel-gym .panel-heading h3 {
	color: #fff;
	font-size: 1.8em;
	font-weight: bold;
	padding: 0.4em;
}

.panel.panel-gym .panel-footer {
	background-color: #252f38;
	color: #fff;
	font-size: 1.8em;
	font-weight: bold;
	padding: 0.4em;
	text-transform: uppercase;
}

.panel.panel-gym .panel-footer a {
	color: #fff;
}

.panel.panel-gym .panel-body {
	background-color: #f1f1f1;
	font-size: 1.1em;
	line-height: 2em;
}



/********************************** Badge **********************************/
.badge.badge-gym {
background-color: #CDD1D0;
border-radius: 0;
color: #4c4f55;
font-weight: normal;
height: 1.6em;
padding: 3px 15px;
width:72px;
}
/********************************** Line **********************************/
.line {
	border-bottom: 1px solid #CDD1D0;
	display: block;
	margin: 0 0 30px 0;
}

.line .sub-line {
	display: block;
	margin-bottom: -1px;
	width: 51px;  
}



/****************************** Flickr Feed ********************************/
.flickr-feed {
	list-style: none;
	height: 154px;
}

.flickr-feed li {
    display: inline-block !important;
	margin: 3.5px;
	border: 1px solid #b3b3b3;
	box-sizing: border-box;
    background: none !important;
    padding-left:0px !important;
}

.flickr-feed li:hover {
	margin: 1.5px;
}





/***************************************************************************/
/**************************** Plugins / Modules ****************************/


/**************************** Revolution Slider ****************************/
.bannercontainer {
	max-height:500px !important;
	overflow:hidden;
	padding:0;
	position:relative;
	width:100% !important;
	height: 100%;
}

.tp-leftarrow.default,
.tp-rightarrow.default {
	background-repeat:no-repeat;
	height: 64px;
	opacity: 1;
	width: 64px;
}

.tp-rightarrow.default:hover {
	background-position: 0 -66px;
}

.tp-leftarrow.default {
	background-position: -64px 0;
}

.tp-leftarrow.default:hover {
	background-position: -64px -66px;
}





/**************************** Isotope filtering ****************************/
.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	-webkit-pointer-events: none;
	   -moz-pointer-events: none;
		-ms-pointer-events: none;
		 -o-pointer-events: none;
	z-index: 1;
}
.isotope,
.isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	   -moz-transition-duration: 0.8s;
		-ms-transition-duration: 0.8s;
		 -o-transition-duration: 0.8s;
			transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	   -moz-transition-property: height, width;
		-ms-transition-property: height, width;
		 -o-transition-property: height, width;
			transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	   -moz-transition-property:    -moz-transform, opacity;
		-ms-transition-property:     -ms-transform, opacity;
		 -o-transition-property:      -o-transform, opacity;
			transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	   -moz-transition-duration: 0s;
		-ms-transition-duration: 0s;
		 -o-transition-duration: 0s;
			transition-duration: 0s;
}





/***************************************************************************/
/******************* General Styles for Commons Sections *******************/


/********************************* General *******************************/
section .row { 
	margin-bottom: 10px; 
}

.article-container {
	padding: 3em 0;
}



/***************************** Featured Classes ****************************/
.fc-container {
	margin-bottom: 40px;
}
.fc-container h3{
	line-height: 1;
	margin: 0 0 0.5em;
}

.fc-container a:hover {
	color: #252F38;
}



/************************* Bodybuilding Supplements ************************/
.slider-control {
	font-size: 2.5em;
	padding: 5px;
	margin-top: -66px;
	color: #FFF;
	display: block;
	width: 14px;
	height: 21px;
	background-position: -16px 0;
}

.slider-control.prev {
	margin: -66px 20px 0 0;
	background-position: 0 0;
}

.slider-control:hover {
	text-decoration: none;
	background-position: -16px -23px;
	outline: none;
}
.slider-control.prev:hover {
	background-position: 0 -23px;
	outline: none;
}

.logos {
	list-style: none;
	margin: 0;
	width: 100%;
}

.logos li {
	float: left;
	margin-right: -2px;
	width: 20%;
}

.logos li img {
	border: 2px solid #849bae;
}

.logos li img:hover {
	outline: none;
}



/******************************* Pricing Table *****************************/
.pricing-table {
	border-radius: 2px;
	border: 1px solid #DDD;
	list-style: none;
	margin: 0 0 50px 0;
	text-align: center;
}

.pricing-table li {
	padding: 1em;
}

.pricing-table .title {
	border-radius: 2px 2px 0 0;
	color: white;
	padding: 2em 1em 0.5em;
}

.pricing-table .title .item-title {
	font-size: 1.6em;
	margin-bottom: 0.7em;
}

.pricing-table .title .item-price {
	font-size: 1.8em;   
	line-height: 1;
}

.pricing-table .title .item-price strong {
	font-size: 2.1em; 
	font-weight: normal;
}

.pricing-table .features {
	border-bottom: 1px solid #DDDDDD;
	font-size: 1.4em;
}

.pricing-table .button {  
	padding: 0;  
}

.pricing-table .button a {
	color: white;
	display: block;
	font-size: 1.4em;   
	font-weight:  bold;
	padding: 1.2em 1em 1em; 
	text-decoration: none;
	text-transform: uppercase;
}

.pricing-table .button a:hover {
	background: #252f38;
}



/********************************* Magic Grid ******************************/
.grid .content .element { 
	margin: 0 10px 40px;
}


.grid .content .element .link {
	background: #f6f6f6;
	height: auto;
	text-align: center;
	width: 370px; 
}

.grid .content .element .link a {
	display: block;
	height: 83%;
	margin: 0;
	opacity: 0; 
	position: absolute; 
	transition: opacity .5s ease-out;
	-webkit-transition: opacity .5s ease-out;
	width: 100%;
}

.grid .content .element .link:hover a { 
	opacity: 0.8; 
}

.grid.magic-grid .filters { 
	margin-bottom: 2em; 
}

.grid.magic-grid .filters button { 
	background-color: #fff;
	border-color: #CDD1D0;
	color: #849bae;
}

.grid.magic-grid .filters button:hover { 
	color: #fff;
}

.grid.magic-grid .content .element .title {
	border-bottom: 2px solid #ccc;
	border-top: 2px solid #ccc;
	text-align: center;
}

.grid.magic-grid .content .element .title h4{
	font-weight: bold;
	margin-bottom: 5px;
}

.grid.slider-grid .content .element {
	display: inline-block;
	margin: 0 22px 40px;
}

.grid.slider-grid .content .element:first-child { 
	margin-left: 15px;
}

.grid.slider-grid .content .element:last-child { 
	margin-right: 0px; 
}

.grid.slider-grid .content .element .link {
	height: auto; 
	width: 250px; 
}

.grid.slider-grid .content .element .title {
	border: 2px solid #ccc; 
	padding: 15px 20px;
	width: 250px; 
}

.grid.slider-grid .content .element .title h4,
.grid.slider-grid .content .element .title h6 {
	font-weight: bold;
}

.grid.slider-grid .content .element .title h4 a {
	color: #252F38;
}

.grid.slider-grid .content .element .title .social {
	padding: 0;
}

.grid.slider-grid .content .element .title p {
	line-height: 1.6em;
	margin-top: 5px;
}



/********************************* Comments ******************************/

.container-comments .single-comment {
	margin-bottom: 40px;
}

.container-comments .single-comment .arrow-before {
	border-bottom: 6px solid #dde4e4;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	font-size:0px;
	height:0px;
	left: 50px;
	line-height:0px;
	position: relative;
	top: 6px;
	width:0px;
}
.container-comments .single-comment .arrow-after {
	border-bottom: 6px solid white;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	font-size:0px;
	height:0px;
	left: 50px;
	line-height:0px;
	position: relative;
	top: 1px;
	width:0px;
}
.container-comments .single-comment .comment-bubble {
	border: 1px solid #dde4e4;
	line-height: 2em;
	margin: 0 15px;
	padding: 35px;
}

.container-comments .single-comment header {
	height: 80px;
}
.container-comments .single-comment header small {
	color:  #5d5d5d;
	font-size: 0.7em;
}

.container-comments .single-comment header img {
	background: #2e333e;
	border: 1px solid #dde4e4;
	float: left;
	height: 78px;
	margin: 0 15px;
	width: 78px;
}
.container-comments .single-comment header .badge.badge-gym {
	background: #ececec;
	color: #a7a7a7;
	cursor: pointer;
	font-size: 1.3em;
	height: 28px;
	margin-right: 15px;
	padding: 5px;
	width: 28px;
}
.container-comments .single-comment header .badge.badge-gym.up:hover {
	background: #7cb883;
	color: #fff;
}
.container-comments .single-comment header .badge.badge-gym.down:hover {
	background: #EDA4A0;
	color: #fff;
}
.container-comments .single-comment header button {
	font-weight: normal;
	height: 30px;
	margin: 15px 0 0 0;
	padding: 0;
	text-transform: capitalize;
	width: 75px;
}

.container-comments .single-comment header button:hover {
	background: #fff;
}



/********************************* Sub-Header ******************************/
.sub-header {
	background-color: #d6ebf0;
	padding: 2.5em 0;
	background-size: cover;
}

/********* Each page header image ***********/
#errorpage .sub-header  {
	background-image: url("../img/header/error.jpg");
}

#classes .sub-header  {
	background-image: url("../img/header/classes.jpg");
}

#club .sub-header  {
	background-image: url("../img/header/club.jpg");
}

#contact .sub-header  {
	background-image: url("../img/header/contact.jpg");
}

#faq .sub-header  {
	background-image: url("../img/header/faq.jpg");
}

#features .sub-header  {
	background-image: url("../img/header/features.jpg");
}

#gal4 .sub-header  {
	background-image: url("../img/header/gal4.jpg");
}

#gal3 .sub-header  {
	background-image: url("../img/header/general.jpg");
}

#gal2 .sub-header  {
	background-image: url("../img/header/general.jpg");
}

#news .sub-header  {
	background-image: url("../img/header/general.jpg");
}
#news-fullscreen .sub-header  {
	background-image: url("../img/header/general.jpg");
}

#price .sub-header  {
	background-image: url("../img/header/general.jpg");
}

#single-class .sub-header  {
	background-image: url("../img/header/general.jpg");
}

#single-news .sub-header  {
	background-image: url("../img/header/general.jpg");
}

#single-trainer .sub-header  {
	background-image: url("../img/header/general.jpg");
}

#tabs .sub-header  {
	background-image: url("../img/header/general.jpg");
}

#trainers .sub-header  {
	background-image: url("../img/header/general.jpg");
}

.sub-header .sub-header-container {
	list-style: none;
	margin: 0;
}

.sub-header .title {
	background: #40494f;
	display: inline-block;
	padding: 0.5em;
	text-transform: uppercase;
}

.sub-header .custom-breadcrumb {
	background: #48555d;
	display: inline-block;
	list-style: none;  
	margin: 0;
	padding: 0 0.5em;
}

.sub-header .custom-breadcrumb li {
	display: inline-block;
}

.sub-header .custom-breadcrumb h6{
	margin: 0;
	line-height: 1;
}

.sub-header .custom-breadcrumb a {
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
}
.sub-header .custom-breadcrumb li h6  {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}

/*********************************** Sidebar *******************************/
.sidebar h3 {
	margin-top: 50px;
}

.sidebar .categories {
	line-height: 2em;
}

.sidebar .categories li a {
	color: #252f38;
}

.categories li a:hover { 
	text-decoration: none; 
}



/******************** Common for News and Single News **********************/
.post {
	background-color: #f8f8f8;
	float: left;
	margin: 0 0 40px;
	width: 415px;
}

.post:nth-child(2n+3){
	margin-left: 15px;
}

.post .post_tittle {
	height: auto;
	margin: 0 0 20px 0;
	overflow: hidden;
}

.post .post_tittle h3 {
	background-color: #202a32;
	color: #849bae;
	font-size: 16px;
	font-weight: bold;
	height: 3em;
	line-height: 3em;
	margin: 0px;
	padding: 0 15px;
	text-transform: uppercase;
	width: 100%;
}

.post > h4 {
	color: #474747;
}





/***************************************************************************/
/************************ General Styles for Header ************************/

/********************************* Top Bar *********************************/
header .top-bar {
	background: #1a2127;
	border-bottom: 1px solid #232a30;  
}
header .top-bar ul {
	list-style: none;
	margin: 0;  
}
header .top-bar ul li {
	border-right: 1px solid #111619;
	float: left;
}
header .top-bar ul li > a {
	border-right: 1px solid #232a30;
	color: white;
	display: block;
	font-size: 0.9em;  
	padding: 1.1em 1.9em;
	text-decoration: none;
}
header .top-bar ul li a i {
	color: #849bae;
	font-size: 1.3em;
}
header .top-bar ul li.active a i, 
header .top-bar ul li:hover a i {
	text-shadow: 0 0.06em rgba(0, 0, 0, 0.6);
}
header .top-bar ul.misc {
	padding: 0;
}
header .top-bar ul.misc li a i {
	margin-right: 0.7em;
}
header .top-bar .dropdown ul { 
	margin-top: 1px;
	padding: 10px 0 0 0;
}
header .top-bar .dropdown ul li { 
	border: none;
	color: #fff;
	font-size: 1.15em;
	margin: 0;
	padding: 3px 20px;
	width: 300px;
}
header .top-bar .dropdown ul li i {
	float: left;
	font-size: 1.2em;
	margin-right: 1em;
	text-align: center;
	width: 14px;
}
header .top-bar .dropdown ul li:last-child { 
	cursor: pointer;
	font-size: 1.8em;
	font-weight: bold;
	margin-top: 10px;
	padding: 10px 20px;
	text-align: center;
	text-transform: uppercase;
}

header .top-bar .dropdown ul li:last-child a { 
	background: none; 
	border: none;
	display: inline;
	font-size: 0.7em;
	margin: 0;
	padding: 0;
}
header .top-bar .dropdown ul li:last-child a:hover { 
	background: none; 
}

/******************************** Main Menu ********************************/
.main-menu {
	background: #252f38;
	border-bottom: none;
	border-top: 1px solid #111619;  
}

.main-menu .main-menu-line {
	border-bottom: 1px solid #abbcc0;
}

.main-menu .navbar {
	margin: 0;
}

.main-menu .navbar .logo {
	margin: 0;
}

.main-menu .navbar .navbar-brand {
	height: 98px;
	line-height: 98px;
	padding: 0 15px;
}

.main-menu .navbar .navbar-toggle {
	border-radius: 0;
	border: 0;
}

.main-menu .navbar .navbar-toggle .icon-bar {
	border-radius: 0;
	box-shadow: 0 0.06em rgba(255, 255, 255, 0.3);
	display: block;
	height: 2px;
	margin-top: 4px;
	width: 1em;
}

.main-menu .nav {
	border-right: 1px solid #1e262e;
}

.main-menu .nav > li {
	border-left: 1px solid #1e262e;
}

.main-menu .nav li > a {  
	color: white; 
	font-size: 1em;
	font-weight: bold; 
	height: 98px;
	line-height: 98px;
	padding: 0 1.4em;
	text-transform: uppercase;
} 
.main-menu .nav .nav_price li > a {  
	border-bottom: none;
	color: white; 
	font-size: 14px;
} 
.main-menu .nav li > a:hover,
.main-menu .nav li.active > a,
.main-menu .nav li.active > a:hover {  
	box-shadow: none;
	color: white;
}

.main-menu .navbar .btn-navbar {
	border-radius: 0;
	border: 0;
}

.main-menu .navbar .btn-navbar .icon-bar {
	background-color: #066322;
	border-radius: 0;
	box-shadow: 0 0.06em #8CE8A8;
	display: block;
	height: 2px;
	margin-top: 4px;
	width: 1em;
}

.main-menu .dropdown ul { 
	padding: 0;
}

.main-menu .dropdown ul li { 
	background-color: #252f38;
	padding: 0; 
}

.main-menu .dropdown ul li a { 
	height: 34px;
	line-height: 34px;
	margin: 1px 0 0;
	width: 185px;
	font-size: 1em;
}

/********************************* Dropdowns *******************************/
.menu-item-has-children {
	z-index: 2000;
}

.menu-item-has-children ul {
	display: none;
	left: 0;
	overflow: visible;
	position: absolute;
	text-align: left;
	top: 100%;
}

.menu-item-has-children:hover ul {
	display: block;
}

.menu-item-has-children ul li {
	display: inline-block;
	list-style: none;
    background-color: #252f38;
	padding: 0;
}
.main-menu .menu-item-has-children ul li a {
	display: inline-block;
   	margin: 0;
	padding: 0 15px;
    height: 34px;
	line-height: 34px;
	margin: 1px 0 0;
	width: 185px;
}
.menu-item-has-children ul li a {
	display: inline-block;
   	margin: 0;
	padding: 0 15px;
    height: 34px;
	line-height: 34px;
	margin: 1px 0 0;
	width: 185px;
	font-size: 1em;
}
.menu-item-has-children ul li a:hover {
	text-decoration: none;
}
li.current  > a:after {
	content: "\25b6";
	padding-left: 10px;
}

/***************************************************************************/
/************************ General Styles for Footer ************************/

/********************************* General *********************************/
footer {
	background: #212b35 url("../img/footer-back.png") repeat center center;
	color: white;    
}
footer form {
	margin: 0;
}
footer h3{
	color: #849bae;
}
footer input[type=text],
footer input[type=email] {
	background: #1d232a;
	border-radius: 2px;
	border: 0;
	color: #fff;
	font-size: 1em;
	font-style: italic;
	width: 90%;
}
footer input[type=text]:focus,
footer input[type=email]:focus {
	background-color: #14191e;
}
footer button:hover {
	background:transparent;
}
footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*********************************** Misc **********************************/
footer .misc {
	min-height: 514px;
	padding: 40px 0;
}
footer .misc p {
	line-height: 2em;
	margin-bottom: 2em;
}
footer .misc .about li {
	margin-bottom: 0.5em;
	overflow: hidden;
}
footer .misc .about li i {
	display: block;
	float: left;
	font-size: 1.2em;
	margin-right: 1em;
	text-align: center;
	width: 14px;
}

footer .misc .links li {
	border-bottom: 1px solid #2c3640;
}

footer .misc .links li a {
	color: white;
	display: block;
	margin: 15px 0 20px;
	text-decoration: none;
}

footer .misc .links li:first-child a {
	margin-top: 0;
}

footer .misc .links li a i {
	font-size: 1.2em;
	margin-right: 0.5em;
}



/*********************************** Copy **********************************/

footer .copyright {
	background: #2c3640;
	border-top: 2px solid #1e2730;
	padding: 1em 0;
}

footer .copyright p {
	margin: 0;
}

footer .copyright p a {
	text-decoration: none;  
}

footer .copyright .main-links li {
	border-right: 1px solid #546475;
	display: inline-block;
	line-height: 1;
	padding: 0 1em;
}

footer .copyright .main-links li:last-child {
	border-right: 0;
}

footer .copyright .main-links li a {
	color: white;
	text-decoration: none;
}







/***************************************************************************/
/************************ Specific Styles for Pages  **********************/

/********************************** Home ***********************************/
#home .sub-header {
	padding: 0;
	background: #fff;
}

#home .banner {
	font-family: "Lato";
	font-size: 13px;
	text-transform: uppercase;
}

#home .banner h2,
#home .banner p,
#home .banner a {
	display: block;  
	font-family: "Lato";
	font-size: 13px;
	text-align: center;
	height: 2em;
	line-height: 2em;
}

#home .banner .slide1 h2 {
	color: white;
	font-size: 3.6em; /*46.8px*/ 
	width: 8.97em; /* 420 / 46.8 = 8.97*/
}

#home .banner .slide1 p {
	background: #3a4349;
	font-size: 1.8em; /* 23.4px */
	width: 17.94em; /* 420 / 23.4 = 17.94*/
	margin-top: 5em;
}

#home .banner .slide1 a {
	color: white;
	font-size: 2.3em;  /* 29.9px */
	height: 2.3em;
	line-height: 2.3em;
	text-decoration: none;
	width: 14.05em; /* 420 / 29.9 = 14.05 */
	margin-top: 5.5em;
}

#home .banner .slide2 .divA,
#home .banner .slide2 .divB,
#home .banner .slide2 .divC {
	background: #252f38;
	color: #fff;
	font-size: 2em;  
	overflow: hidden;
	padding: 0;
	/*width: 310px;*/
	width: 11.9em;
}

#home .banner .slide2 > div > p {
	color: #fff;
	font-size: .5em;
	font-style: normal;
	height: 7em;
	padding: 1em;
	text-transform: none;
	white-space: normal;
}

#home .banner .slide2 > div > h2 {
	background-color: #192026;
	font-size: 1em;
	height: 2em;
	line-height: 2em;
	margin: 0;
	width: 11.9em;
}

#home .banner .slide2 > div > h2.invert {
	background-color: #1f8846;
	color: #fff;
}

#home .banner .slide2 button {
	margin: 0.7em 25%;
	width: 50%; 
	height: 3em;
	font-size: 0.7em;
	padding: 0;
}

#home .banner .slide3 h2 {
	background: #171e24;
	font-size: 2.7em;
	margin: 0;
	width: 12em;
}

#home .banner .slide3 > div > p {
	background-color: #171e24;
	color: #fff;
	font-size: 1.3em;
	font-style: normal;
	font-weight: normal;
	height: 10em;
	margin-top: 5.8em;
	padding: 1em;
	text-transform: none;
	white-space: normal;
	width: 24.95em;
}

#home .banner .slide3 a {
	color: white;
	font-size: 2.3em;  
	height: 2.3em;
	line-height: 2.3em;
	margin-top: 8.8em;
	text-decoration: none;
	width: 14.1em;
}

#home #intro {
	background: url("../img/back-triangle.png");
	text-align: center;
}

#home .nav-tabs li .gym-icon {
	display: block;
	width: 34px;
	height: 34px;
	background: url("../img/icons-tabs.png") no-repeat;
	float: left;
	margin: 13px 10px 13px -20px;
}

#home .nav-tabs li .gym-icon.outside { background-position: 1px 0; }
#home .nav-tabs li.active .gym-icon.outside { background-position: -70px 0; }
#home .nav-tabs li:hover .gym-icon.outside { background-position: -34px 0; }

#home .nav-tabs li .gym-icon.video { background-position: 1px -60px; }
#home .nav-tabs li.active .gym-icon.video { background-position: -70px -60px; }
#home .nav-tabs li:hover .gym-icon.video { background-position: -34px -60px; }

#home .nav-tabs li .gym-icon.sports { background-position: 1px -115px; }
#home .nav-tabs li.active .gym-icon.sports { background-position: -70px -115px; }
#home .nav-tabs li:hover .gym-icon.sports { background-position: -34px -115px; }

#home .nav-tabs li .gym-icon.comunity { background-position: 1px -175px; }
#home .nav-tabs li.active .gym-icon.comunity { background-position: -70px -175px; }
#home .nav-tabs li:hover .gym-icon.comunity { background-position: -34px -175px; }

#home .nav-tabs li .gym-icon.footbal { background-position: 1px -230px; }
#home .nav-tabs li.active .gym-icon.footbal { background-position: -70px -230px; }
#home .nav-tabs li:hover .gym-icon.footbal { background-position: -34px -230px; }
.sub-current li a{
	text-align: left;
}

#home .nav-tabs li i {
display: block;
float: left;
height: 34px;
margin: 13px 13px 13px -15px;
width: 34px;
-webkit-margin-before: 13px;
}
/******************************** Trainers *********************************/

#trainers #suscribe {
	color: #fff;
	padding: 3em 0;
}

#trainers #suscribe h2 {
	color: #fff;
}

#trainers #suscribe .big-button {
	border-color: #fff;
	font-size: 1.3em;
	margin: 2.5em 25% 0; 
	padding: 2em 1.8em;
}

#trainers .magic-grid .content .element .link {

}


/***************************** Single Trainer ******************************/

#single-trainer h2 {
	margin-top: 0;
}

#single-trainer .trainer-photo h3 {
	background-color: #202a32;
	color: #849bae;
	line-height: 62px;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

#single-trainer .class-experience p,
#single-trainer .class-experience h3 {
	text-align: center;
}

#single-trainer .chart {
	margin: 0 auto;
	font-size: 1.8em;
	font-style: italic;
	font-weight: bold;
}

/*********************************** Grid **********************************/
#grid ul{
	padding: 0 50px;
}
#grid ul li{
	line-height: 25px;
}
.floating-media {
	margin-bottom: 15px;
	margin-right: 15px;
}
.five-columns-list li {
	float: left;
	padding: 0 15px;
	width: 20%;
}
.padded-top {
	padding-top: 80px;
}
.padding-top-mini{
	padding-top: 30px;
}
.padded-bottom {
	padding-bottom: 80px;
}

.separated-top {
	margin-top: 80px;
}
.separated-bottom {
	margin-bottom: 80px;
}
.section-title,.widget-title {
	border-bottom: 1px solid #ebebeb;
	font-size: 18px;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	position: relative;
}
.section-title {
	font-size: 24px;
	margin-top: 0;
}
.section-title:before,.widget-title:before {
	background-color: #fff;
	bottom: -1px;
	content: " ";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	width: 50px;
}
.show-grid [class^=col-] {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #EEE;
	background-color: rgba(86, 61, 124, 0.15);
	border: 1px solid #DDD;
	border: 1px solid rgba(86, 61, 124, 0.2);
	margin-bottom: 20px;
}
.padding-top-mini p {
	margin: 0 0 20px 0;
	color: #808080;
	font-size: 22px;
	font-weight: 300;
	line-height: 28px;
}

/********************************** News ***********************************/
#news .post p,
#news .post a,
#news .post h4 {
	margin: 0 20px;
}
#news .post a.readmore {
	line-height: 3em;
	vertical-align: middle;
}
#news .post a.readmore:hover {
	color: #849bae;
	text-decoration: none;
}
#news .post a.readmore i {
	font-size: 1.2em;
	padding: 0 0 0 3px;
}
#news .post footer {
	background-color: #f0f0f0;
	background: none;
	color: #5d5d5d;
	font-size: 10px;
	height: 45px;
	line-height: 45px;
	margin: 20px 0 0 0;
	vertical-align: middle;
}
#news .post footer span {
	display: inline-block;
	margin: 0 9px;
}
#news .post footer span i {
	color: #a7a7a7;
	font-size: 1.8em;
	padding-right: 5px;
}
#news .post:first-child {
	width: 100%;
}
#news .post:first-child header h3 {
	width: 100%;
	margin: 0px;
}
#news .post:first-child header img {
	height: 90%;
}
#news-fullscreen .post{
	width: 555px;
}
#news-fullscreen .post footer {
	background-color: #F0F0F0;
	background: none;
	color: #5D5D5D;
	font-size: 10px;
	height: 45px;
	line-height: 45px;
	margin: 20px 0 0 0;
	vertical-align: middle;
}
#news-fullscreen .post p,
#news-fullscreen .post a,
#news-fullscreen .post h4 {
	margin: 0 20px;
}
#news-fullscreen .post a.readmore {
	line-height: 3em;
	vertical-align: middle;
}
#news-fullscreen .post a.readmore:hover {
	color: #849bae;
	text-decoration: none;
}
#news-fullscreen .post a.readmore i {
	font-size: 1.2em;
	padding: 0 0 0 3px;
}
#news-fullscreen .post footer span {
	display: inline-block;
	margin: 0 15px;
}
#news-fullscreen .post footer span i {
	color: #a7a7a7;
	font-size: 1.8em;
	padding-right: 5px;
}
#news-fullscreen .post:first-child {
	width: 100%;
}
#news .post:first-child header h3 {
	width: 100%;
	margin: 0px;
}
#news-fullscreen .post:first-child header img {
	height: 90%;
}

/****************************** Single News ********************************/
#single-news .post:first-child{
	width: 100%;
}
#single-news .post {
	margin: 0 ;
}
#single-news .post header { 
	height: auto; 
}

#single-news .post { 
	background: none;
}

#single-news .post h4 { 
	margin: 20px 0;
}

#single-news .post p { 
	margin: 0 0 30px 0;
}

#single-news .post .content-new  { 
	margin: 0 0 0 20px;
	width: 550px;
}


#single-news .post footer { 
	background: none;
	border-top: 4px solid #dde4e4;
	color: #5d5d5d;
	font-size: 13px;
	padding-top: 20px;
}

#single-news .post footer img {
	border: 1px solid #dde4e4;
	float: left;
	height: 100px;
	text-align: center;
	width: 100px;
}

#single-news .post footer h4 { 
	margin: 5px 0;
}

#single-news .post footer p,
#single-news .post footer h4 {
	margin-left: 120px; 
}



/***************************** Pricing Table *******************************/
#price .membership {
	background-color: #e7e8ec;
	padding: 30px;
	text-transform: uppercase;
}

#price .membership h2 {
	font-size: 2.5em;
	font-weight: 900;
}

#price .membership p {
	font-size: 1.5em;
	font-weight: 600;
	line-height: 1em;
}

#price .membership span {
	background-color: #252F38;
	color: #fff;
	display: block;
	font-size: 1.5em;
	font-weight: 900;
	margin: 20px 0 0 -45px;
	padding: 0.35em 45px;
	position:relative;
	width: 255px;
}

#price .membership span:before, #price .membership span:after {
	border-bottom: 25px solid transparent;
	border-top: 25px solid transparent;
	content: " ";
	display: block;
	height: 0;
	position: absolute;
	top:-1px;
	width: 0;
}

#price .membership span:after {
	border-left: 16px solid #252F38;
	right: -15px;
	z-index: 2;
}
 
#price .membership span:before {
	border-left: 16px solid #252F38;
	right: -16px;
	z-index: 1;
}

#price .membership-price .pricing-table {
	border: none;
}

#price .membership-price ul li.title {
	font-weight: bold;
	text-transform: uppercase;
}
#price .membership-price ul.off  li.title {
	background-color: #c4c4c4;
}
#price .membership-price ul li.title .item-price {
	font-size: 2.1em;
	font-weight: 400;
}
#price .membership-price ul li.title .item-price small {
	font-size: 0.6em;
	vertical-align: top;
}

#price .membership-price ul li.title { }

#price .membership-price ul li.features {
	font-size: 1.05em;
}

#price .membership-price ul li.features:nth-child(even) { 
	background-color: #f1f1f1; 
}

#price .membership-price ul li.features:nth-child(odd) { 
	background-color: #fcfcfc; 
}

#price .membership-price ul li.button a {
	background-color: #474747;
	padding: 0.51em 1em 0.5em;
}



/******************************** Contact **********************************/
#contact #map {
	height: 525px;
	margin: 0 -15px 0 0;
}

#contact .contact {
	padding: 0;
}

#contact .contact form {
	color: #FFF;
	font-size: 1.1em;
	height: 525px;
	padding: 25px 0;
}

#contact .contact form em {
	font-weight: normal;
}

#contact .contact form .form-group {
	margin-left: 25px;
	margin-right: 25px;
}

#contact .contact form .form-control {
	border-radius: 0;
	border: none;
	color: #fff;
}

#contact .contact form .btn-default {
	background: #252f38;
	border-radius: 0;
	border: none;
	bottom: 0;
	color: #fff;
	font-size: 2em;
	font-weight: 900;
	height: 70px;
	text-transform: uppercase;
	width: 100%;
}
#contact .contact form .btn-default:hover {
	color: #1C9845;
}
#contact h4 { 
	color: #474747;
	margin: 20px 0;
 }



/********************************** Club ***********************************/
#club .gym-club {
	width: 100%;
}


/************************************ Store  *******************************/
#store{
	margin: 60px 0;
}
#store article {
	padding: 0;
}

#store article h2 {
	margin-left: 15px;
}

#store .store-item {
	border: 1px solid #eee; 
   display: inline-block;
	margin: 10px;
	padding: 10px; 
	width: 265px;
    vertical-align: top;
}

#store .store-item .item-img {
	position: relative;
}

#store .store-item .item-img img {
	width: 100%;
}


#store .store-item .item-img .more { 
	background: rgba(30,30,30,0.3);
	display: none;
	height: 100%;
	position: absolute;
	width: 100%;
}
#store .store-item .item-img .more a {	
	display: block;
	font-size: 3em;
	height: 66px;
	left: 50%;
	line-height: 66px;
	margin: -33px 0 0 -33px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 66px;
}
#store .store-item:hover .item-img .more { 
	display: block;
}
#store .store-item h3 {
	font-size: 1em;
}
#store .store-item .price {
	color: #888;
	display: block;
	font-size: 2em;
}
#store .store-item:hover .price {
	color: #222322;
}
#store .store-item .whishlist, 
#store .store-item .compare {
	color: #999;
	display: none;
	float: left;
	font-size: 1em;
}
#store .store-item:hover .whishlist, 
#store .store-item:hover .compare {
	display: block;
}
#store .store-item .whishlist:hover, 
#store .store-item .compare:hover {
	color: #999;
}
#store .store-item .whishlist {
	clear: left;
}
#store .store-item .compare {
	margin: 0 0 0 1em;
}
#store .store-item .star {
	display: none;
	float: left;
}
#store .store-item:hover .star {
	display: block;
}
.store-item .addcart {
	background: #999;
	display: inline-block;
	border-radius: 2px;
	font-size: 1em;
	color: #FFF;
	margin: 0;
	padding: 0 1.3em 0 1.2em;
	text-transform: uppercase;
	line-height: 2.2;
}
.store-item .addcart span {
	border-right: 1px dotted #fff;
	display: inline-block;
	margin: 0 .9em 0 0;
	padding: 0 .9em 0 0;
}
.store-item .addcart span i {
	font-size: 1.2em;
}
.store-item .addcart:hover {
	background: #222322;
	color: #ffd302;
}

/***************************** woocomerce *****************************/

.woocommerce span.onsale, .woocommerce-page span.onsale {
position: relative;
float: right;
margin-top: -35px !important;
z-index: 100;
}

.woocommerce-page #comments  h2 {
  font-size: 0.8em;
}
.woocommerce-page #comments cite,  
.woocommerce-page #comments small,  
.woocommerce-page #comments p, 
.woocommerce-page #comments .comment-edit-link {
  font-size: 0.4em;
  margin-bottom: 0px;
}

.woocommerce-page #comments .star-rating {
  font-size: 0.4em;
  margin-bottom: 0px;
}
.woocommerce-page #comments  header p {
   font-size: 0.3em;
 }

.woocommerce-page #commentform input[type="text"], 
.woocommerce-page #commentform  input[type="email"] {
	width: 99.17%;
}
.woocommerce-page #commentform #email {
	margin-left: 0px;
}

.woocommerce-pagination .page-numbers {
	border-width: 2px;
	border-style: solid;
}

.woocommerce nav.woocommerce-pagination ul, 
.woocommerce #content nav.woocommerce-pagination ul, 
.woocommerce-page nav.woocommerce-pagination ul, 
.woocommerce-page #content nav.woocommerce-pagination ul {
	border: none!important;
}

.woocommerce nav.woocommerce-pagination ul li, 
.woocommerce #content nav.woocommerce-pagination ul li, 
.woocommerce-page nav.woocommerce-pagination ul li, 
.woocommerce-page #content nav.woocommerce-pagination ul li {
	border: none;
	margin: 0 .2em;
}

.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span, 
.woocommerce #content nav.woocommerce-pagination ul li a, 
.woocommerce #content nav.woocommerce-pagination ul li span, 
.woocommerce-page nav.woocommerce-pagination ul li a, 
.woocommerce-page nav.woocommerce-pagination ul li span, 
.woocommerce-page #content nav.woocommerce-pagination ul li a, 
.woocommerce-page #content nav.woocommerce-pagination ul li span {
	font-size: 1.2em;
	border-radius: 4px;
	border-right-width: 2px;
	border-right-style: solid;
}

.woocommerce nav.woocommerce-pagination ul li span.current, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce #content nav.woocommerce-pagination ul li span.current, 
.woocommerce #content nav.woocommerce-pagination ul li a:hover, 
.woocommerce #content nav.woocommerce-pagination ul li a:focus, 
.woocommerce-page nav.woocommerce-pagination ul li span.current, 
.woocommerce-page nav.woocommerce-pagination ul li a:hover, 
.woocommerce-page nav.woocommerce-pagination ul li a:focus, 
.woocommerce-page #content nav.woocommerce-pagination ul li span.current, 
.woocommerce-page #content nav.woocommerce-pagination ul li a:hover, 
.woocommerce-page #content nav.woocommerce-pagination ul li a:focus {
	color: #999;
	background: rgba(0, 0, 0, 0);
}

/***************************** Add Cart Button *****************************/
#storeitem .addcart {
	background: #999;
	border-radius: 2px;
	color: #fff;
	display: block;
	float: left;
	font-size: 0.8em;
	line-height: 4.7em;
	margin: 0 2em 0 0;
	padding: 0 1em;
	text-transform: uppercase;
	width: 13em;
}

#storeitem .addcart span {
	border-right: 1px dotted #fff;
	display: inline-block;
	margin: 0 .9em 0 0;
	padding: 0 .9em 0 0;
}
#storeitem .addcart span i {
	font-size: 1.2em;
}
.star {
	display: block;
	font-size: 1.2em;
	height: 1.89em;
	line-height: 1.89em;
	margin: .7em 0 .7em .7em;
	padding: 0 1em;
	text-transform: uppercase;
}
.star i:before {
margin: -0.2em;
}
/******************************* Aside *****************************/
aside h2 {
	border-left: none;
	clear: both;
	font-size: 1.5em;
	font-weight: 400;
	margin: 60px 0 0 0;
	padding: 0 0 .75em 0;
}

aside .arrow {	
	border-style: solid;
	border-width: 6px 6px 0 6px;
	display: block;
	height: 0px;
	margin: 0 0 20px 20px;
	width: 0px;
}

aside ul li {
	list-style: none;
}

aside ul li i {
	color: #999;
}
	
aside ul li a {
	color: #999;
	display: inline-block;
	font-size: 1.1em;
	height: 2em;
}

#faq aside ul li a {
  display: block;
  font-size: 12px;
  height: 1.3em;
  }

#faq .custom-icon-list li i {
display: block;
float: left;
font-size: 1em;
margin-right: 0.2em;
text-align: center;
width: 1.2em;
}

#faq .social li a {
border-radius: 2px;
color: white;
display: block;
font-size: 1.2em;
height: 30px;
text-align: center;
text-decoration: none;
width: 30px;
}
#faq aside ul.social li i {
  color:white;
}


aside ul li a:hover {
	color: #222322;
}
aside p {
	font-size: 1.1em;
	line-height: 1.8em;
	color: #666;
}


/******************************** Single Item  *****************************/
#storeitem {
	margin: 60px 0;
}
#storeitem #img-store {
	float: left;
	margin: 0 20px 20px 0;
}

#storeitem #img-store ol {
	float: left;
	font-size: 1em;
	height: 340px;
	left: 0;
	margin: 0;
	padding: 0;
	position: static;
	text-align: left;
	width: 70px;
}

#storeitem #img-store ol li {
	background: none;
	border-radius: 0;
	border:none;
	float: left;
	height: 65px;
	margin: 0;
	padding: 0;
	position: relative;
	text-indent: 0;
	width: 70px;
}

#storeitem #img-store ol li img {
	height: 100%;
}

#storeitem #img-store .carousel-inner {
	float: left;
	width: 470px;
}

#storeitem .row .row {
	margin: 0 0 60px 0;
}
#storeitem .star {
	margin-top: 0;
}

#storeitem form .star {
	display: inline;
}

#storeitem .item-form .form-group {
	margin-bottom: 10px;
	width: 100%;
}

#storeitem .item-form .form-group.qty {
	float: left;
	margin-right: 10px;
	max-width: 80px;
}
.cart {
	margin: 1em 0 0 0;
}

.cart input {
	display: inline-block;
}

#storeitem .addcart span {
	padding: 0 1.5em 0 0;
}

#storeitem .addcart:hover {
	background: #222322;
	color: #ffd302;
}

#storeitem .data-item {
	color: #888;
	float:right;
	font-weight: 700;
	width: 265px;
}

#storeitem .data-item p {
	color: #222322;
	font-size: 1.5em;
	font-weight: 400;
	margin: 0;
}

#storeitem .data-item p span {
	font-size: .6em;
	vertical-align: top;
	display: inline-block;
	margin-top: -5px;
}

#storeitem .data-item .subprice {
	display: block;
	font-size: .8em;
	text-transform: uppercase;
}

#storeitem .data-item .star {
	float: left;
	margin: 15px 0 0 0 ;
	padding-left: 0;
}

#storeitem .data-item .review,
#storeitem .data-item .avaiable {
	display: block;
}

#storeitem .data-item .review {
	float: left;
	font-size: .9em;
	line-height: 2;
	margin: 0 ;
}

#storeitem .data-item .review a {
	color: #888;
	margin-left: 10px;
}

#storeitem .data-item .review a:hover {
	color: #222322;
}

#storeitem .data-item .avaiable {
	font-size: .9em;
	margin-bottom: 15px;
	clear: both;
}

#storeitem .panel-group img {
	width: 270px;
}	

#img-store .zoom {
	position: absolute;
	z-index: 1;
	top: 7px;
	left: 100%;
	width: 52px;
	margin: 0 0 0 -65px;
	height: 52px;
	border-radius: 4px;
	background: #2b2b2b url(../img/store/zoom-in.png) 50% 50% no-repeat;
	font-style: normal;
	font-size: 12px;
	line-height: 52px;
	text-align: center;
	color: #e0e0e0;
	cursor: pointer;
	transition: left 0.3s, background-color 0.3s;
	-o-transition: left 0.3s, background-color 0.3s;
	-ms-transition: left 0.3s, background-color 0.3s;
	-moz-transition: left 0.3s, background-color 0.3s;
	-webkit-transition: left 0.3s, background-color 0.3s;
}

#img-store .zoom:hover {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.8);
	background-color: #1C9845;
}

#storeitem #img-store.zoomed .carousel-inner {
	width: 735px;
}

#storeitem .data-item.zoomed {
	width: 100%;
}
#storeitem .data-item.zoomed form {
	float: left;
	width: 100%;
}

#storeitem .data-item.zoomed form .form-group {
	width: 32%;
}
#storeitem .data-item.zoomed form .form-group.qty {
	float: none;
	max-width: 100%; 
}

#storeitem .data-item,
#storeitem #img-store .carousel-inner {
	transition: width 0.3s, height 0.3s;
	-o-transition: width 0.3s, height 0.3s;
	-ms-transition: width 0.3s, height 0.3s;
	-moz-transition: width 0.3s, height 0.3s;
	-webkit-transition: width 0.3s, height 0.3s;
}

.container-comments .single-comment header img {
	background: #F8FFA2;
	border-radius: 2px;
	border: 1px solid #EFEFEF;
	float: left;
	height: 78px;
	margin: 0 15px 0 0;
	width: 78px;
}
.panel-accordion .accordion-toggle span, .panel-accordion .accordion-toggle:hover span.invert {	
	border-radius: 3px;	
	display: inline-block;
	font-size: 1em;
	font-weight: 700;
	height: 30px;
	line-height: 30px;
	margin: 0 15px 0 0;
	text-align: center;
	width: 30px;
}
/****************************** Comment Forms ******************************/
.form-comment  {
	margin-top: 60px;
}

.form-comment .form-group {
	margin: 20px 0 0;
	width: 48%;
}
.form-comment .form-group.txt {
	width: 100%;
}
.form-comment button {
	margin-top: 20px;
}

.form-comment input {
	width: 100%;
}
/****************************** General Forms ******************************/
.form-control {
	border-radius: 0;
	min-height: 50px;
}
form button {
	border: none;	
	padding: 0.7em 1.2em;
	text-transform: uppercase;
	-webkit-transition: ease-in .4s;
	-moz-transition: ease-in .4s;
	-o-transition: ease-in .4s;
	-ms-transition: ease-in .4s;
	transition: ease-in .4s;
}


/********************************* Gallery ******************************/
.gallery .col-md-3 {
	margin-bottom: 20px;
}

.gallery .example-image-link{
	display: block;
	background: #252F38;
}

.gallery img {
	background: #252F38;
}

.gallery .example-image-link:hover img{
	opacity: 0.5;

}
/******************************** Headers & footers *********************************/
.headerbox{
	background: #252F38;	
	padding: 20px 0;
}
.headerbox figure img{
	width: auto;
}

/* Header 3 --------------------------------------------------*/
header .header-3 .nav{
	border-right: none;	
}
.header-3 .sf-menu{
	text-align: center;
	margin: 0;
	float: none!important;
}
.header-3 .sf-menu > li {  
  float: none;
  display: inline-block;
}
.brand-center{
	padding: 60px 0;
}
/* Footer 2 --------------------------------------------------*/
footer .footer-2 {
	padding: 5% 0;
}
footer .footer-2 .social {
	text-align: center;
}
footer .footer-2 .social li a {
	border-radius: 22px;
	font-size: 2.2em;
	height: 45px;
	width: 44px;
}
footer .footer-2 .social li {
	margin: 0 .5em;
}


ul.social_footer_3{
	text-align: center;
}
.social_footer_3 li{
	margin: 2.5em 0.2em 0 0;
}
/* Events Carousel And Not Carousel -----------------------------------------------------------------*/
.box-info{
	margin-bottom: 10px;
}
.carousel-control.left,
.carousel-control.right{
	background-image: none;
}
.carousel-control.right{
	right: 11px;	
}
.carousel-control {
	position: absolute;
	top: 0px;
	left: 0;
	bottom: 210px;
	width: 0%;
	opacity: 0.5;
	font-size: 11px;
	color: #FFF;
	text-align: center;
}
.date-box{
	font-size: 13px;
}
.events-carousel,
.events-carousel ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.events-carousel li {
	margin-right: 20px;
	float: left;
   	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.events-no-carousel li{
	margin: 0 0 30px 0;
}
.events-no-carousel .header-post li{
	margin: 0;
}
.events-carousel li:hover .header-post img{
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
	opacity: 0.9;
	cursor: pointer;
	z-index: 1;
}
.events-carousel li .header-post{
	position: relative;
	overflow: hidden;
}
.events-carousel li .header-post img{
	width: 100%;
}
.events-carousel li .header-post .date{
	position: absolute;
	top: 0;
	left: 5%;
	width: 75px;
	padding: 5px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	z-index: 2;
}
.events-carousel li .header-post .date span{
	display: block;
	font-size: 12px;
	font-weight: 300;
}
.events-carousel li .header-post .meta-tag{
	background: #252525;
	background: rgba(0,0,0,0.7);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 6px 15px;
	color: #fff;
}
.events-carousel li .header-post .meta-tag ul{
	width: 100%;
}
.events-carousel li .header-post .meta-tag ul li{
	display: inline-block;
	font-size: 12px;
	margin-right: 5px;
}
.events-carousel li .header-post .meta-tag ul li a{
	color: #fff;
}
.events-carousel li .header-post .meta-tag ul li.text-right{
	float: right;
}
.events-carousel li .header-post .meta-tag ul li i{
	padding-right: 8px;
}
.events-carousel li .info-post{
	padding: 15px 20px;
	background: #fff;
	border: solid 1px #dedede;
	border-top: none;
}
.events-carousel li .info-post p{
	font-size: 14px;
	line-height: 23px;
}
.events-carousel .info-post h4 a{
	color: #1D232A;
}
.panel-box .box-info h5 a{
	color: #1D232A;
}
.padding-top{
	padding-top: 50px;
}
.panel-box .row {
margin: 0;
}
.single-carousel .info-single-carousel {
padding: 10px 5% 0 5%;
}
.section-wide{
	margin-top: 20px;
	background-color: #fff;
	padding: 50px 0;
}
.section-wide li{
	list-style: none;
}
.titles {
	border-bottom: #DDD 1px solid;
	border-radius: 5px 5px 0 0;
	margin-bottom: 15px;
}
.titles h4 {
	color: #222;
	margin: 0;
	padding: 10px 10px;
}
/* List Diary --------------------------------------------------------*/
.club-logo li{
	width: 48%;
	float: left;
	margin-right: 2%;
	text-align: center;
	border:0;
	padding: 0;
	margin: 0;
}
.club-logo li:last-child{
	margin-right: 0;
}
.club-logo li img{
	width: 90%;
}
.content-counter .club-logo{
	display: table;
	margin: 0 auto;
	width: 250px;
}
.content-counter .club-logo li{
	width: 25%;
	display: inline-block;
	float: none;
	padding: 0;
	margin: 0;
	min-height: 80px;
	width: 80px;
}
.content-counter .club-logo li span{
	font-size: 25px;
	color: #232323;
}
.list-diary li h5{
	padding: 0 0 5px 0;
	text-align: center;
}
.list-diary li h5 span{
	display: block;
	font-size: 12px;
	content: #232323;
	line-height: 25px;
}
.list-diary li{
	border-bottom: 1px solid #dedede;
	padding: 10px 0;
	width: 100%;
	display: block;
	overflow: auto;
	margin: 0 0 10px 0;
}
.list-diary li:last-child{
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.panel-box {
background-color: #FFF;
border: solid 1px #DEDEDE;
margin: 0 0 30px 0;
padding: auto 10px;
}
.panel-box .single-carousel{
	padding: 0;
}
/* ------ Counter ------------------------------------------------------------*/

.counter{
	text-align: center;
	margin: 0 auto;
	padding: 17px 0;
	border-bottom: 1px solid #dedede;
	border-top: 1px solid #dedede;
}
.counter span{
	display: inline-block;
	margin: auto 5px;
	font-size: 30px;
	font-weight: bold;
	color: #232323;
}
.counter span small{
	font-size: 16px;
	font-weight: normal;
	color: #666;
}
.content-counter{
	background: #fff;
	width: 100%;
	position: relative;
}
.content-counter-home{
	height: 441px;
	border-bottom: 1px solid #dedede;
}
.content-counter p{
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.content-counter .post-options{
	text-align: center;
	border-bottom: 1px solid #dedede;
	margin-bottom: 30px;
	font-size: 13px;
}
.content-counter .post-options li{
	display: inline-block;
	margin: 0 5px;
}
.content-counter .post-options li i{
	padding-right: 5px;
}
.content-counter .btn{
	border-radius: 0;
	border: 0;
	width: 100%;
	margin-top: 30px;
	padding: 25px auto;
	height: auto;
	position: relative;
}
.content-counter-home .btn{
	bottom: 0;
	position: absolute;
}
.content-counter .btn i{
	font-size: 25px;
	margin-left: 15px;
	padding-bottom: 5px;
}
/* Testimonials ----------------------------------------------------------*/
.carousel-indicators li{
	background: #1A2127;
}

.carousel-indicators{
	bottom: -30px;
}
.testimonials blockquote > p {
	border: 1px solid #1D232A;
	font-size: 14px;
	margin: 0 0 14px 0;
	min-height: 70px;
	padding: 30px;
	position: relative;
	text-align: left!important;
	font-style: italic;
}
.testimonials blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	border-left: 0;
}
.testimonials blockquote > p:before {
	border: 14px solid #1D232A;
	border-color: #1D232A transparent transparent transparent;
	bottom: -28px;
	left: 25px;
}
.testimonials blockquote > p:before {
	border: 11px solid #1D232A;
	border-color:#1D232A transparent transparent transparent;
	bottom: -22px;
	content: "";
	height: 0px;
	left: 28px;
	position: absolute;
	width: 0px;
}
.testimonials blockquote > img {
	border-radius: 50%;
	float: left;
	height: 50px;
	margin: 20px;
	width: 50px;
   }
.testimonials blockquote > strong {
	display: block;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	line-height: 20px;
	padding: 0;
	margin: 34px 0 0 0;
}
.testimonials blockquote > a{
	margin-top: -15px;
	font-size: 14px;
	font-style: italic;
}
/*  Layout Styles -----------------------------------------*/

#layout{
  overflow: hidden;
  position: relative;
  background: transparent;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.content-info{  
  max-width: 1230px;
  margin: 0px auto;
  background: #F4F4F4;
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,0.3);
  box-shadow: 0 1px 10px rgba(0,0,0,0.3);
  z-index: 99;
  position: relative;
  margin-bottom: 58px;
}
.layout-wide .content-info,
.layout-wide .dark-home{  
  max-width: 100%;  
}
.layout-wide .content-info{ 
  /*margin-top: -100px;*/
}
.layout-wide .dark-home .row{
  max-width: 1170px;
  margin: 0px auto;
}
.layout-wide .semiboxshadow{
  display: none;
}
.layout-wide .tab-content{
  margin-left: 0;
}
.layout-wide .crumbs:before{
    left: 23%;
}
.layout-boxed{
  max-width: 1230px;
  margin: 0 auto;
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,0.3);
  box-shadow: 0 1px 10px rgba(0,0,0,0.3);
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.layout-boxed-margin{
  max-width: 1230px;
  margin: 50px auto;
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,0.3);
  box-shadow: 0 1px 10px rgba(0,0,0,0.3);
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.layout-boxed header, 
.layout-boxed-margin header{
  position: relative;
}
/******************************** Go to top *********************************/
.scrollup {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 80px;
	right: 30px;
	display: none;
	background: transparent url("../img/to-top.png") center center no-repeat;
}

.scrollup i {
	color: #fff;
	text-align: center;
	display: block;
	line-height: 48px;
	font-size: 20px;
}

.scrollup:hover { 
	opacity: 0.7;
	text-decoration: none;
}
/* Hover efect -------------------------------------------------*/

.img-hover{
  position: relative;
  overflow: hidden;
  width: 166px;
}
.img-hover img{
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.img-hover .overlay{
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.img-hover:hover .overlay{
  opacity: 1;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.img-hover:hover img{
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
  cursor: pointer;
}
.img-hover .overlay a{
  padding-top: 10%;
  height: 100%;
  display: block;
  font-size: 40px!important;
}
.img-hover .overlay a:hover{
  text-decoration: none;
}


/********************************* Comments ******************************/

.commentlist .comment  {
	float: left;
    margin-bottom: 40px;
}

#comments {
    margin-left: 15px;
	color:	#252F38;
	font-size: 35.1px;
	line-height: 38.616px;
	border-bottom: 1px solid #CDD1D0;
    display: block;
	width: 96.5%;
	padding: 0 0 13px;
	margin-bottom: 40px;
}

.commentlist {
    color: transparent;
    float: left;
    margin-left: -41px;
}

.commentlist .comment .arrow-before {
	border-bottom: 6px solid #dde4e4;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	font-size:0px;
	height:0px;
	left: 50px;
	line-height:0px;
	position: relative;
	top: 6px;
	width:0px;
}
.commentlist .comment  .arrow-after {
	border-bottom: 6px solid white;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	font-size:0px;
	height:0px;
	left: 50px;
	line-height:0px;
	position: relative;
	top: 1px;
	width:0px;
}

.commentlist .comment .comment-author {
    float: left;
}

.commentlist .comment .comment-author .fn {
font-weight: bold;
font-size: 16.9px;
line-height: 18.5833px;
font-weight: 700;
color: #252F38;

}

.commentlist .comment .comment-author .says {
	display: none;
}

.commentlist .comment .comment-body p {
	border: 1px solid #dde4e4;
	line-height: 2em;
	margin: 0 15px;
	padding: 35px;
	float: left;
	font-size: 13px;
	color: #4C4F55;
	width: 96.5%;
}

.commentlist .comment .comment-meta {
    float: left;
    margin-left: 10px;
	margin-top: -1px;
}

.commentlist .comment .comment-meta a {
	color:  #5d5d5d;
	font-size: 13px;
	font-weight: normal;
	line-height: 11.833px;
}

.commentlist .comment img {
	background: #2e333e;
	border: 1px solid #dde4e4;
	float: left;
	height: 78px;
	margin: 0 15px 15px;
	width: 78px;
}
.commentlist .comment header .badge.badge-gym {
	background: #ececec;
	color: #a7a7a7;
	cursor: pointer;
	font-size: 1.3em;
	height: 28px;
	margin-right: 15px;
	padding: 5px;
	width: 28px;
}
.commentlist .comment header .badge.badge-gym.up:hover {
	background: #7cb883;
	color: #fff;
}
.commentlist .comment header .badge.badge-gym.down:hover {
	background: #EDA4A0;
	color: #fff;
}
.commentlist .reply {
    margin-left: 108px;
    margin-top: 47px;
    position: absolute;
}

.commentlist .comment header button:hover {
	background: #fff;
}

#respond h2 {
    margin-left: 15px;
}


/********************************* Sub-Header ******************************/
.sub-header {
	background-color: #d6ebf0 !important;
	padding: 2.5em 0;
	background-size: cover !important;
}

.sub-header .sub-header-container {
	list-style: none;
	margin: 0;
}

.sub-header .title {
	background: #40494f;
	display: inline-block;
	padding: 0.5em;
	text-transform: uppercase;
}

.sub-header .custom-breadcrumb {
	background: #48555d;
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0 0.5em;
}

.sub-header .custom-breadcrumb li {
	display: inline-block;
}

.sub-header .custom-breadcrumb h6{
	margin: 0;
	line-height: 1;
}

.sub-header .custom-breadcrumb a {
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
}
.sub-header .custom-breadcrumb li h6  {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}




/*********************************** Sidebar *******************************/

.single_page h2, .single_page h3 {
    margin-bottom: 20px;
}

.single_page ul  {
	margin: 10px 0 30px;
}

.single_page ol {
}

.single_page ul li {
    background: url("../img/tick_green.png") no-repeat scroll 0 3px transparent;
    margin: 10px 0;
    padding-left: 20px;
	list-style: none outside none;
	display: block ;  /*!important*/
	line-height: 1.5;
}
.single_page ol li {
    margin: 10px 0;
}

.single_page li > ul, li{
padding: 0;
line-height: 1.5;
margin: 0 0 0 0px;

}

.single_page ul li span{
}
.single_page table td {
    border-bottom: 1px solid #E5E2E2;
    padding: 6px 10px 6px 0;
}
.single_page dd {
    line-height: 1.71429;
    margin-bottom: 1.7rem;
}
.single_page dt {
    font-weight: bold;
    line-height: 1.71429;
}

.single_page .size-large {
    width: 100%;
}

.single_page iframe {
  /*  width: 100% !important;   */
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.comment-body p {
   color: #4C4F55;
}

.content dt {
    font-weight: bold;
    line-height: 1.71429;
}

.sidebar h3 {
	margin-top: 50px;
}

.sidebar .categories {
	line-height: 2em;
}

.sidebar .categories li a {
	color: #252f38;
}

.categories li a:hover {
	text-decoration: none;
}

#mc_signup_form {
	padding: 25px 15px;
}

#mc_signup_form .mc_var_label{
	font-size: .6em;
}

#mc-indicates-required {
	color: #94949E;
	font-size: .6em;
}

#mc_signup_submit {
	background-color: #5C5959;
	border-radius: 2px;
	border-style: solid;
	border-width: 2px;
	border-color: #5C5959;
	color: #FFF;
	font-size: .6em;
	font-weight: bold;
	padding: 0.4em 1.5em;
	text-transform: uppercase;
	margin: 2em auto 0 auto;
}
#mc_signup_submit:hover {
	background: transparent;
	border-color: #5C5959;
	color: #5C5959;
}
#mc_display_rewards {
	font-size: .5em;
}




/******************** Common for News and Single News **********************/
.post {
	background-color: #f8f8f8;
	float: left;
	margin: 0 0 40px;
	width: 100%;
}

.col-sm-12 .post {
	width: 562px;
}

/* .post:nth-child(2n+3){
	margin-left: 15px;
} */

.post header {
	height: auto;
	margin: 0 0 20px 0;
	overflow: hidden;
}

.post header h3 {
	background-color: #202a32;
	color: #849bae;
	font-size: 16px;
	font-weight: bold;
	height: 3em;
	line-height: 3em;
	margin: 0px;
	padding: 0 15px;
	text-transform: uppercase;
	width: 100%;
}

.post > h4 {
	color: #474747;
}

.post img {
	height: 100%;
	width: 100%;
}

.single_page img
{
  width: auto;
  height: auto;
}

.post p {
        box-sizing: border-box;
        color: rgb(76, 79, 85);
        display: block;
        font-family: Lato, sans-serif;
        font-size: 13px;
}

/********************************** News ***********************************/
#news .post p,
#news .post a,
#news .post h4 {
	margin: 0 20px;
}

#news .post a.readmore {
	line-height: 3em;
	vertical-align: middle;
}

#news .post a.readmore:hover {
	color: #849bae;
	text-decoration: none;
}

#news .post a.readmore i {
	font-size: 1.2em;
	padding: 0 0 0 3px;
}

#news .post footer {
	background-color: #f0f0f0;
	background: none;
	color: #5d5d5d;
	font-size: 10px;
	height: 45px;
	line-height: 45px;
	margin: 20px 0 0 0;
	vertical-align: middle;
}
#news .post:first-child {
	width: 100%;
}
#news .post:first-child header h3 {
	width: 100%;
	margin: 0px;
}
#news .post:first-child header img {
	height: 90%;
}

/****************************** Single News ********************************/

#single-news .post {
	margin: 0;
}

#single-news .post header {
	height: auto;
}

#single-news .post {
	background: none;
}

#single-news .post h4 {
	margin: 20px 0;
}

#single-news .post p {
	margin: 0 0 30px 0;
}

#single-news .post .content-new  {
	margin: 0 0 0 20px;
	width: 550px;
}


#single-news .post footer {
	background: none;
	border-top: 4px solid #dde4e4;
	color: #5d5d5d;
	font-size: 13px;
	padding-top: 20px;
}

#single-news .post footer img {
	border: 1px solid #dde4e4;
	float: left;
	height: 100px;
	text-align: center;
	width: 100px;
}

#single-news .post footer h4 {
	margin: 5px 0;
}

#single-news .post footer p,
#single-news .post footer h4 {
	margin-left: 120px;
}


/* Sidebar ------------------------------------------------*/
content dt {
    font-weight: bold;
    line-height: 1.71429;
}

.widget {
    margin-top: 30px;
}

.widget h2 {
	border-bottom: 1px solid #CDD1D0;
    display: block;
    margin: 0 0 .6em 0;
	padding: 0px;
	font-size: 23.4px;
	font-weight: bold;
	padding-bottom: 13px;
}

.widget h2:first-child {
	background: url("../../img/title-green.png") no-repeat scroll 0 35px transparent;
}
.widget ul {
	list-style: none outside none;
	margin: 0 0 -5px;
}

.widget ul li {
	font-size: .6em;
	margin: .6em 0;
}

.widget ul li a {
    color: #252F38;
    font-size: 15px;
	line-height: 20px;
	text-decoration: none;
	font-weight: normal;
}

.widget ul li a:before {
	content: "\25b6";
	font-size: .7em;
	padding-right: 5px;
	color: #999;
	font-weight: bold;
}

.widget ul li a:hover {
    opacity: .5;
}

.widget ul#recentcomments li:before  {
	content: "\25b6";
	font-size: .5em;
	padding-right: 5px;
	color: #999;
	font-weight: bold;
	vertical-align: middle;
}

.widget .textwidget {
    color: #555555;
    font-size: 14px;
    font-weight: normal;
    line-height: 23px;
	margin-bottom: 20px;
	margin-top: 10px;
}
.widget .tagcloud {
	list-style: none;
	margin: 0;
	display: inline-block;
	margin-bottom: 0.5em;
}
.widget .widget_tag_cloud h2 {
	border-bottom: none;
}
.widget .tagcloud a {
    background: #849bae;
	border-radius: 2px;
	color: white;
	display: inline-block;
	padding: 0.5em 1em;
	text-decoration: none;
	font-size: 13px !important;
	font-weight: normal;
}
.widget .widget_rss li {
    color: #646A69;
    font-size: 14px;
    font-weight: normal;
    line-height: 23px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.widget .wp-smiley {
    width: auto !important;
}
.widget .widget {
	margin: 2em 0 2.5em 0;
}
.rsswidget {
    color: #252F38;
}
.widget_text img {
    height: 100%;
    width: 100% !important;
}
.widget img {
    width: auto;
}
.widget p {
   font-size: 13px;
   line-height: 23px;
   font-weight: normal;
}
.widget strong {
   font-size: 15px;
}
.widget select  {
    font-size: 14px;
	width: 80%;
}
.widget select option  {
    font-size: 13px;
}

.screen-reader-text {
    color: #232323;
    font-weight: 700;
    line-height: 30px;
	margin-bottom: 10px;
	font-size: 23px;
}
.widget_search {
	margin: 0
}
#searchform {
    margin-left: 0;
    margin-top: 0;
}
#searchform #searchsubmit {
    border-radius: 2px;
    border-style: solid;
    border-width: 2px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding: 0.24em 1em;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;	
}
#searchform #searchsubmit:hover { 
	border-radius: 60px;
	text-decoration: none;
}
.widget_search form input[type="text"]{
    border: 1px solid #E2DED4;
    height: 30px;
    margin-bottom: 0;
}

#calendar_wrap {
    margin-bottom: -20px;
    margin-left: -1px;
}
#calendar_wrap caption {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
}
#calendar_wrap thead th {
    font-size: 10pt;
    font-weight: normal;
	text-align: center;
}
#calendar_wrap td {
    color: #555555;
    font-size: 14px;
    font-weight: normal;
    padding: 5px 8px 7px;
    text-align: center;
}
#calendar_wrap #today a {
    color: #fff;
    font-size: 10pt;
    font-weight: normal;
}
#calendar_wrap a {
    color: #555555;
}
#prev {
    display: none;
}
.search-results .span3 {
    float: left;
}
.search_res {
    margin-bottom: 20px;
    border-bottom: 1px solid #E5E2E2;
}

#commentform input[type="text"], #commentform  input[type="email"], #commentform  textarea, #commentform  select {
	background-color: transparent;
	border: 1px solid #DDE4E4;
	border-radius: 3px;
	font-size: 13px;
	line-height: 1.1em;
	margin-bottom: 20px;
	padding: 5px 10px;
	height: 30px;
}
#commentform textarea{
	height: 150px;
}
#commentform input[type="text"], #commentform  input[type="email"] {
	width: 49.17%;
}
#commentform #email {
   margin-left: 10px;
}
#commentform  textarea {
	width: 100%;
}
#commentform.botton{
	height: auto;
	padding: 8px 30px;
	margin-top: -10px;
}

/***************************** Pricing Table *******************************/
#price .membership {
	background-color: #e7e8ec;
	padding: 30px;
	text-transform: uppercase;
}

#price .membership h2 {
	font-size: 2.5em;
	font-weight: 900;
}

#price .membership p {
	font-size: 1.5em;
	font-weight: 600;
	line-height: 1em;
}

#price .membership span {
    background-color: #252F38;
    color: #FFFFFF;
    display: block;
    font-size: 1.5em;
    font-weight: 900;
    margin: 20px 0 0 -45px;
    padding: 0.5em 45px;
    position: relative;
    width: 280px;
}

#price .membership span a {
	color: #fff;
}

#price .membership span a:hover {
	color: #1C9845;
}

#price .membership span:before, #price .membership span:after {
	border-bottom: 25px solid transparent;
	border-top: 25px solid transparent;
	content: " ";
	display: block;
	height: 0;
	position: absolute;
	top:-1px;
	width: 0;
}

#price .membership span:after {
	border-left: 16px solid #252F38;
	right: -15px;
	z-index: 2;
}

#price .membership span:before {
	border-left: 16px solid #252F38;
	right: -16px;
	z-index: 1;
}

#price .membership-price .pricing-table {
	border: none;
}

#price .membership-price ul li.title {
	font-weight: bold;
	text-transform: uppercase;
}
#price .membership-price ul.off  li.title {
	background-color: #c4c4c4;
}
#price .membership-price ul li.title .item-price {
	font-size: 2.1em;
	font-weight: 400;
}
#price .membership-price ul li.title .item-price small {
	font-size: 0.6em;
	vertical-align: top;
}

#price .membership-price ul li.title { }

#price .membership-price ul li.features {
	font-size: 1.05em;
}

#price .membership-price ul li.features:nth-child(even) {
	background-color: #f1f1f1;
}

#price .membership-price ul li.features:nth-child(odd) {
	background-color: #fcfcfc;
}

#price .membership-price ul li.button a {
	background-color: #474747;
	padding: 0.51em 1em 0.5em;
}



/******************************** Contact **********************************/
#contact #map {
	height: 525px;
	margin: 0 -15px 0 0;
}

#contact .contact {
	padding: 0;
}

#contact .contact form {
	color: #FFF;
	font-size: 14px;
	font-family: 'Lato',?sans-serif;
	height: 525px;
	padding: 25px 0;
}

#contact .contact form em {
	font-weight: normal;
}

#contact .contact form .form-group {
	margin-left: 25px;
	margin-right: 25px;
}

#contact .contact form .form-control {
	border-radius: 0;
	border: none;
	color: #fff;
}

#contact .contact form button[type="submit"]:hover {
	color: #1c9845;
}

#contact h4 {
	color: #474747;
	margin: 20px 0;
 }

#result {
    margin-left: 27px;
    float: left;
}

 /********************************** Club ***********************************/
#club .gym-club {
	width: 100%;
}



/******************************** 404 error *********************************/
.errorpage{
	text-align: center;
	padding-bottom: 50px;
}

.errorpage strong {
	display: block;
	font-size: 145px;
	line-height: 100px;
	color: #e3e3e3;
}

.errorpage b {
	display: block;
	font-size: 40px;
	line-height: 40px;
	color: #eee;
	margin: 0;
}

.errorpage i {
	display: block;
	font-size: 18px;
	line-height: 50px;
	margin: 0;
	font-style: normal;
}

.errorpage p {
	margin: 0 0 40px 0;
}


/********************************* Gallery ******************************/
.gallery .col-md-3 {
	margin-bottom: 20px;
}
.gallery .example-image-link{
	display: block;
	background: #252F38;
}
.gallery img {
	background: #252F38;
}
.gallery .example-image-link:hover img{
	opacity: 0.5;
}
#news .post:first-child {
	width: 100%;
}
.post {
	background-color: #f8f8f8;
	float: left;
	width: 48.9%;
}

/****************************** Flickr Feed ********************************/
.widget .flickr-feed {
	list-style: none !important;
}
.widget .flickr-feed li {
   display: inline-block !important;
	margin: 3.5px;
	border: 1px solid #b3b3b3;
	box-sizing: border-box;
    background: none !important;
    padding-left:0px !important;
}
.widget .flickr-feed li a {
  height: auto !important;
  width: auto !important;
}
.widget .flickr-feed li a img {
  width: auto !important;
  height: auto !important;
}
.widget .flickr-feed li:hover {
  margin: 1.5px;
}


/* ---------------------------------------------------------------------- */
/*	Version 1200px
/* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 1200px) {
	#classes .classes-club .class-club{
	    height: 252px;
	    width: 300px;
	}
	.logos {
		padding: 0 10px;
	}
	.logos li {
		margin: 0 3px;
		width: auto;
	}
	.logos li img {
		width: 183px;
	}
	.flickr-feed li a img {
		height: 60px;
		width: 60px;
	}
	.grid .content .element .link {
		width: 300px;
	}
	.addcart { 
		padding: 0 .5em; 
	}
	#storeitem #img-store .carousel-inner { 
		width: 410px; 
	}
	#storeitem .data-item { 
		width: 170px; 
	}
	#storeitem #img-store.zoomed .carousel-inner { 	
		width: 585px;
	}
	#searchform #searchsubmit {
          margin-top: .5em;
     }


}



/* ---------------------------------------------------------------------- */
/*	Version 1024px
/* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 1024px) {
	header .top-bar ul.social-header {
		padding: 0;
	}


}


/* ---------------------------------------------------------------------- */
/*	Version 990px
/* ---------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 990px) {
	#classes .classes-club .class-club{
	    height: 193px;
	    width: 230px;
	}
	#home .new-classes .new-class {
		margin: 0 0 30px 0;
	}
	#news .post:first-child header h3 {
		font-size: 14px;
		line-height: 2em;
	}
	#wpgmza_map  {
		float: none!important;
	}
	#storeitem #img-store ol {
		height: 65px;
		width: 100%;
	}
	#storeitem #img-store .carousel-inner,
	#storeitem #img-store.zoomed .carousel-inner {
		width: 100%;
	}
	#img-store .zoom {  
		display: none; 
	}
	#storeitem .data-item { 
		width: 100%; 
	}
	#storeitem .data-item form {
		float: left;
		width: 100%;
	}
	#storeitem .data-item form .form-group,
	#storeitem .data-item.zoomed form .form-group {
		width: 100%;
	}
	#storeitem .data-item form .form-group.qty {
		float: none;
		max-width: 100%; 
	}
	.logos {
		text-align: center;
	}
	.logos li { 
		float: none; 
		display: inline-block; 
		width: 210px; 
		margin: 10px;
	}
	.logo a img { 
		height: 60px; 
	}





	.post:nth-child(2n+3){
		margin-left: 0;
	}
	.post {
		float: none;
		width: auto;
	}
	.sf-menu .sub-current {
		display: block;
		position: relative;
	}
	.tp-leftarrow.default,
	.tp-rightarrow.default {
		width: 48px;
		height: 48px;
		background-size: 96px 96px;
	}
	.tp-rightarrow.default:hover {
		background-position: 0 -49.5px;
	}
	.tp-leftarrow.default {
		background-position: -48px 0;
	}
	.tp-leftarrow.default:hover {
		background-position: -48px -49.5px;
	}
	
}


/* ---------------------------------------------------------------------- */
/*	Mobile Version 767px
/* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 767px) {
	header .top-bar ul.social-header,
	header .top-bar ul.misc {
 		width: 100%;
 		text-align: center;
	}
	header .top-bar ul.misc li,
	header .top-bar ul.social-header li {
		display: inline-block;
		float: none;
	}
	header .main-menu {
	  position: static;
	}
	.navbar-toggle {
		margin-top: 28px;
	}
	.copyright ul, .copyright p {
		float: none!important;
		text-align: center;
	}
	.copyright ul li {
		display: inline-block;
	}
	#classes .classes-club {
		margin: 0 0 0 30px;
	}

	.menu-item-has-children ul li {
		display: block;
	}
	.menu-item-has-children:hover ul {
		position: relative;
		box-shadow: none;
		background: rgba(0, 0, 0, 0.2);
	}
	header .main-menu .nav li > a {
		height: auto;
		line-height: 1;
		padding: 1em;
	}
	header .main-menu .menu-item-has-children ul li a {
		width: 100%;
	}
	.sf-menu ul.sub-current {
		left: 0;
		width: 100%;
	}


}



/* ---------------------------------------------------------------------- */
/*	Mobile Version 568px
/* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 568px) {
	header .top-bar ul.misc li {
		width: 100%;
	}
	header .top-bar ul.social-header li a {
		padding: 1.1em 1.6em;
	}
	.filters {
		text-align: center;
	}
	.filters button {
		float: none!important;
		display: inline-block;
		margin-bottom: 10px;
	}
	

}

/* ---------------------------------------------------------------------- */
/*	Mobile Version 480px
/* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 480px) {
	.nav-tabs li {
		width: 100%;
	}


}


/* ---------------------------------------------------------------------- */
/*	Mobile Version 320px
/* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 320px) {
	h2.article-title {
      font-size: 1.6em;
    }


}
