/* @override http://gregplitt.com/wpress/premium/wp-content/themes/gregplitt/style.css?ver=1.0
	http://gregplitt.com/wpress/wp-content/themes/gregplitt/style.css?ver=1.0
	http://gregplitt.com/premium/wp-content/themes/gregplitt/style.css?ver=1.0 */





/*
Theme Name: GregPlitt - Members
Theme URI: http://clickdigitalinteractive.com
Version: 1.0
Author: Click Digital Interactive, Inc.
Author URI: http://clickdigitalinteractive.com
*/

/* micro clearfix: http://nicolasgallagher.com/micro-clearfix-hack/ */
/* For modern browsers */

/* GENERAL */


body.admin-bar .navbar-fixed-top{ 
	top: 28px; 
}
body{
	padding-top: 0;
	background-color: #f7f6f6;
}
body{
	padding-top: 0;
	background-color: #f7f6f6;
}
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}

.clearfix:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}
.hidden-link{
	display: none;
}
/* layout */


h2 .muted, h1 .muted, h3 .muted{
	font-family: proxima-nova;
	font-weight: 100;
	color: #333;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #000;
  text-decoration: underline;
}

img.alignleft{
	margin-right: 10px;
	float: left;
}

img.alignright{
	margin-left: 10px;
	float: right;
}

img.aligncenter{
	display: block;
	margin: 0 auto;
}
blockquote{
	margin-top: 30px;
	margin-bottom: 30px;
}
blockquote p{
	font-weight: bold;
	font-family: proxima-nova;
	font-style: italic;
}
.btn-yellow{
	background-color: #ffba00;
	padding: 10px 15px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: proxima-nova;
	font-style: italic;
	color: #000;
	transition: all .2s;
	-webkit-transition:  all .2s;
	font-weight: 900;
	background-image: none;
	
}
.btn-yellow:hover{
	text-decoration: none;
	background-color: #fcd334;
	color: #000;
}


/* Admin Top Navigation fixes */



.nav-container{
	padding-left: 0;
	padding-right: 0;
}

#inner-header{
	width: 100%;
}

input, textarea, select, .uneditable-input {
	margin-bottom: 0;
}

.navbar-form, .navbar-search {
	margin: 0 0 9px;
}

.navbar-search{
	padding-left: 0;
}

#s{
	width: 100px;
}

#content{
	padding: 10px 0 0;
}
.single #content{
	padding-top: 40px;
}
.more-link{
	white-space: nowrap;
	color: #ffba00;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	display: block;
}

div[id*='attachment_']{
	max-width: 100%;
	height: 100%;
}


#main article img{
	height: auto;
	max-width: 100%;
}
#main article .post_content img{
	margin-bottom: 20px;
}
/* VIDEO */

object#video-wrapper{
	width: 100% !important;
}

video {
	max-width: 100%;
	height: auto;
}
.video-category-wrapper{
	vertical-align: bottom;
	display: table;
	height: 30px;
}
.video-category{
	line-height: 14px;
	margin-bottom: 2px;
	width: 100%;
	display: table-cell;
	vertical-align: bottom;
}
.video-category a{
	color: #ffba00;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}
.has-preview{
	padding: 0 5px;
	position: absolute;
	right: 0;
	background-color: rgba(0, 0, 0, 0.7);
	color: #ffba00;
	font-size: 11px;
	z-index: 100;
	top: 0;
}
.video-duration{
	padding: 2px 7px;
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #000;
	color: #ffba00;
	font-size: 11px;
	z-index: 100;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-wrapper {
	width: 630px;
	max-width: 100%;
	margin-bottom: 18px;
}
.video-main-wrapper{
	position: relative;
	height: 100%;
	width: 100%;
}
.video-main-wrapper>div{
	max-width: 100%;
}
.video-main-wrapper img{
	width: 100%;
	height: 100%;
}
.video-teaser-wrapper{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
}
.video-teaser-inner{
	text-align: center;
	padding: 40px;
}
.video-teaser-inner p{
	font-size: 16px;
	color: #fff;
	width: 350px;
	line-height: 18px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.video-teaser-inner h2{
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 30px;
	margin-top: 40px;
	font: bold 24px/24px proxima-nova;
}
.video-teaser-inner .btn-yellow{
	font-size: 20px;
	font-weight: bold;
	padding: 12px 25px;
}
.video-teaser-inner hr{
	border-top-color: #ffba00;
	border-bottom-style: none;
	margin-top: 40px;
	margin-bottom: 40px;
}
.watch-preview a{
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}
/* HEADER */

#logo{
	width: 187px;
	height: 35px;
	background: url(images/sprite.png) -1px -6px;
	padding: 0;
	margin-top: 20px;
}

#main-header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}
/*#inner-header{
	width: ;
}*/
header #menu-main, header #menu-main-menu-new {
	margin-left: 10px;
}
header #menu-main li, header #menu-main-menu-new li {
	transform: skew(-15deg,0deg);
	-ms-transform: skew(-15deg,0deg); 
	-webkit-transform: skew(-15deg,0deg);
}
header #menu-main li a, header #menu-main-menu-new li a {
	text-align: center;
	position: relative;
	border-right: 1px solid #333;
	padding-bottom: 20px;
	padding-top: 20px;
	transition: all .4s;
	-webkit-transition:  all .4s;
	
}
/*#menu-main li a:before {
    content: '';
    width: 16px;
	position: absolute;
	left: -10px;
	top: 0;
	background-image: url(images/nav_div.png);
	height: 52px;
	opacity: .4;
}*/
/* Current Menu Item */

header #menu-main li.current-menu-item a, header #menu-main-menu-new li.current-menu-item a {
	background-color: #ffba00;
	
}
header #menu-main li a:hover, header #menu-main-menu-new li a:hover {
	background-color: #000;
}

header #menu-main li a:hover small, header #menu-main-menu-new li a:hover small {
	color: #555;
}
header #menu-main li.current-menu-item a span, header #menu-main-menu-new li.current-menu-item a span {
	background-color: #ffba00;
	color: #000;
	font-weight: bold;
	text-shadow: 0 1px 0 #ffcb3d;
}
header #menu-main li.current-menu-item a small, header #menu-main-menu-new li.current-menu-item a small {
	color: #8a6a00;
	text-shadow: none;
}
header #menu-main li.current-menu-item a:hover, header #menu-main-menu-new li.current-menu-item a:hover{
	background-color: #ffba00;
}
header #menu-main li a span, header #menu-main-menu-new li a span{
	clear: both;
	display: block;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	font: normal normal 12px/12px proxima-nova;
}
header #menu-main li a small, header #menu-main-menu-new li a small {
	color: #555;
	font-size: 11px;
}

header .navbar-inner{
	background: none rgba(0, 0, 0, 0.87) !important;
	border-bottom-style: none;
}
header .navbar-fixed-top{
	top: 36px;
	position: inherit !important;
}
#top-bar{
	width: 100%;
	height: 36px;
	background-color: #000;
}
/* Top Bar Social */

#top-bar-social{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
	color: #fff;
}
.social-icons{
	list-style: none;
	padding: 0;
	margin: 5px 0 0;
}
.social-icons li{
	display: inline-block;
	margin-right: 10px;
}
#top-bar-social ul.social-icons li a{
	color: #444;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
}

a.icon-imdb{
	background: url(images/imdb_icon.png) no-repeat 0 10px;
	background-size: contain;
	opacity: 0.5;
	display: inline-block;
}
#top-bar-social a.icon-imdb:hover{
	opacity: 1;
}
#top-bar-social ul.social-icons li a:hover{
	color: #fff;
	text-decoration: none;
}

/* Top Bar Nav */

#top-bar-nav-wrapper{
	float: right;
	margin-top: 10px;
}
#top-bar-nav-wrapper ul{
	padding: 0;
	margin: 0 20px 0 0;
	float: left;
}
#top-bar-nav-wrapper ul li{
	float: left;
	margin-right: 10px;
	padding-right: 10px;
}
#top-bar-nav-wrapper ul li a:after{
	color: #fff;
	content: "|";
	margin-left: 10px;
}
#top-bar-nav-wrapper ul li:last-child a:after{
	content: "";
	margin-left: 0px;
}
#top-bar-nav-wrapper ul li a{
	color: #ffffff;
	text-transform: uppercase;
	font-size: 10px;
}
#top-bar-nav-wrapper ul li a:hover, #top-bar-nav-wrapper ul li.current-menu-item a{
	color: #ffba00;
	background-color: transparent;
}
.login-panel-links{
	float: right;
}
.login-panel-links a{
	text-transform: uppercase;
	color: #fff;
	font-size: 11px;
}
a.login-link{
	color: #ffba00;
	border-right: 1px solid #fff;
	margin-right: 10px;
	padding-right: 10px;
}
a.account-link{
	color: #ffba00;
}
/* SLIDER */


#home-slider-wrapper{
	background-color: #111;
	height: 500px;
/*	overflow: hidden;*/
	position: relative;
	margin-bottom: 60px;
	padding-bottom: 10px;
}
.home-slider-inner{
	text-align: center;
/*	width: 100% !important;*/
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
#home-slider .item{
	height: 500px !important;
	width: 100% !important;
	background-size: cover;
	margin-right: auto !important;
	margin-left: auto !important;
}
/*#home-slider .item.firstslide{
	display: inherit !important;
	opacity: 0.5;
}*/
.full-slide-link{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.slide-caption{
	top: 20%;
	position: absolute;
	width: 40%;
	left: 50%;
	margin-left: -40%;
	color: #fff;
	text-align: left;
	max-width: 400px;
}
.slide-video{
/*	float: right;
	margin-top: 30px;
	margin-right: 20px;*/
	width: 100%;
	height: 100%;
	padding-bottom: 10px;
}
.slide-video.no-text{
/*	width: 640px;*/
}
.slide-video .video-main-wrapper > div, .slide-video > div{
	width: 100% !important;
	height: 100% !important;
}
.slide-video iframe{
	height: 100% !important;
	width: 100% !important;
}
.slide-caption h4 {
	margin: 0;
}
.slide-caption h4 , .slide-caption h4 a{
	color: #ffffff;
	font-size: 40px;
	line-height: 40px;
	font-weight: bold;
	font-style: italic;
}
.slide-caption p{
	font: 300 20px/24px proxima-nova;
}
.slide-caption a.btn-yellow{
	margin-top: 10px;
	float: left;
	-webkit-transform: skew(-10deg,0deg);
	-moz-transform: skew(-10deg,0deg);
	-o-transform: skew(-10deg,0deg);
	transform: skew(-10deg,0deg);
}
#slider-thumbnails-wrapper{
	position: absolute;
	left: 0;
	z-index: 1000;
	bottom: -80px;
	width: 100%;
	
	
/*	background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));*/
	padding: 10px 0;
	background-color: #111;
}
#slider-thumbnails-wrapper ul{
	list-style: none;
	padding: 0;
	margin: 0 auto;
	/*width: 480px;*/
        width: auto;
	text-align: center;
	position: relative;
}
#slider-thumbnails-wrapper ul li{
	/*float: left;*/
	width: 90px !important;
	margin: 0 2px 0 0;
	height: 60px;
	overflow: hidden;
	-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;
	display: inline-block;
	z-index: 1;
	-webkit-transform: skew(-7deg);
	-moz-transform: skew(-7deg);
	-o-transform: skew(-7deg);
	transform: skew(-7deg);
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-filter: grayscale(100%);
	position: relative;
	border: 2px solid rgba(255, 255, 255, 0);
	-moz-box-sizing:    border-box;
	-webkit-box-sizing: border-box;
	box-sizing:        border-box;
	-webkit-backface-visibility: hidden;			
				
	
	
}
#slider-thumbnails-wrapper ul li:hover, #slider-thumbnails-wrapper ul li.activeSlide{
	-webkit-filter: grayscale(0%); 
	border: 2px solid rgb(254, 186, 0);
}

#slider-thumbnails-wrapper ul li a{
	display: inline-block;
}
#slider-thumbnails-wrapper ul li img{
	width: 100%;
	
}
/* PAGE */

.page-header{
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom-color: #aaa;
	margin-bottom: 30px;
}
.page-introduction{
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 22px;
	font-weight: 200;
}
.page-introduction p{
	font-size: 16px !important;
	line-height: 22px !important;
	font-weight: 200 !important;
}
.page-header h1{
	margin-bottom: 0;
	font: italic bold 26px proxima-nova;
}
.page-header h2{
	margin-bottom: 0;
	font: italic bold 26px proxima-nova;
}
.page-header h2 .view-all-link{
	text-align: right;
	float: right;
	text-transform: none;
}
.page-header h2 .view-all-link a{
	color: #ffba00;
	font-style: italic;
	font-size: 14px;
	line-height: 50px;
}
.page-header h2 .view-all-link i{
	margin-left: 5px;
}
.page-header h2 .view-all-link a:hover{
	text-decoration: none;
	color: #333;
}
.page-header h3{
	margin-bottom: 0;
	font: italic bold 20px proxima-nova;
}
.page article{
	margin-bottom: 18px;
	border-bottom: 1px solid #eeeeee;
	padding: 0 0 9px;
}

/* NEWS PAGE */


/* POSTS */



/* List */
.content-list{
	
}
.content-list .post-header{
	margin-bottom: 5px;
}
.edit-post{
	margin-top: 10px;
	float: right;
}
article.post, article.type-gp_videos , article.type-gp_testimonials{
	margin-bottom: 18px;
	padding: 0 0 9px;
}
.pagination{
	clear: both;
}
#breadcrumbs{
	text-transform: uppercase;
	font-size: 10px;
	color: #aaa;
	margin-bottom: 10px;
}
article header img{
	margin-bottom: 18px;
	min-width: 100%;
}

article h1{
	margin-bottom: 10px;
	font: bold 24px/30px proxima-nova;
}

.content-list h2{
	margin: 0;
	font: bold 20px/26px proxima-nova;
	text-transform: none;
}


footer{
	border-top: none;
	margin-top: 0;
	padding-top: 0;
	position: relative;
	min-height: 20px;
}
footer .meta{
	background-color: #f3f3f3;
	padding: 10px;
	font-size: 12px;
	display: block;
}
.attribution{
	color: #999;
}
.footer-emails a{
	color: #ffba00;
}
footer .meta strong{
	margin-right: 10px;
}
footer .meta a{
	color: #ffba00;
}
footer a.edit-post{
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}
ul.social-share{
	list-style: none;
	margin: 20px 0;
	padding: 0;
	width: 100%;
}
ul.social-share li{
	display: inline;
	width: 100px !important;
}



/* 2Rows */

.post .post-header h2{
	margin: 0 0 5px;
	font: bold 20px/24px proxima-nova;
}
.post-date{
	text-transform: uppercase;
	font-size: 11px;
}
.post .post-header h3{
	margin: 10px 0 5px;
	font: bold 20px/24px proxima-nova;
}

.post .page-header{
	border-bottom-style: none;
	margin: 15px 0 0;
}
.post-thumbnail{
	display: block;
	width: 100%;
	position: relative;
	margin-top: 5px;
}
.post-thumbnail a{
	display: inline-block;
}
.post-thumbnail a img{
	width: 100%;
}
.search-results .post-thumbnail{
	background-color: #eee;
}
.search-results .post-thumbnail a.regular-img{
	max-height: 130px;
	overflow: hidden;
	background-color: #eee;
}
/* 3Rows */
.columns3 .post-header{
	margin-top: 5px;
	padding-bottom: 5px;
}
.columns3 .post-header h2{
	font-size: 16px;
	line-height: 18px;
	margin: 10px 0 0;
	padding: 0;
}
.columns3 .post-excerpt{
	font-size: 13px;
	line-height: 18px;
}
.content-wrapper{
/*	max-height: 170px;
	overflow: hidden;*/
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	position: relative;
	width: 100%;
	text-align: left;
}
.page-template-page-testimonial-php .content-wrapper .post-excerpt, .blog .content-wrapper .post-excerpt{
	min-height: 70px;
}

.columns3 .content-wrapper{
	max-height: 120px;
}
.archive #main .post h3{
	line-height: 24px;
	margin-bottom: 10px;
}
.home .read-more{
	display: none;
}
.home .post-header h2{
	margin-top: 5px;
}
.home-readmore{
	display: block;
	color: #ffba00;
	padding-top: 5px;
}
/*.read-more{
	position: absolute; 
	bottom: 0; left: 0;
	width: 100%; 
	text-align: center; 
	margin: 0; padding: 0 0 20px; 
	
	/* "transparent" only works here because == rgba(0,0,0,0) *!/ 
	z-index: 1;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#f7f6f6), to(rgba(255, 255, 255, 0)));
	background-image: -moz-linear-gradient(90deg, #f7f6f6 0%, rgba(255, 255, 255, 0) 100%);
}*/
.read-more{
}


/* CATEGORIES */

.category-wrapper{
	margin-bottom: 20px;
}
.category-wrapper a{
	display: inline-block;
	width: 100%;
}
.category-info{
	background-color: #111;
	height: 55px;
	line-height: 24px;
}
.category-info-inner{
	padding: 15px 10px;
	color: #fff;
}
.category-info-inner a{
	color: #ffba00;
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
}
.category-info-inner a span{
	color: #fff;
}
.category-info-inner a:hover{
	color: #fff;
	text-decoration: none;
}
/* SINGLE POST */

.single-post #content{
	padding-top: 30px;
}


/* PAGE */


.page-template-page-homepage-php #main article{
	border-bottom: none;
}

.page-template-page-homepage-php .hero-unit,
.blog .hero-unit{
	padding: 1em;
}

.hero-unit h1 {
	font-size: 3em;
}



/* image attachment */

.attachment #main .post_content img{
	max-width: 100%;
}

.ie8 #main .media-grid img{
	max-height: none !important;
	max-width: none !important;
}

.attachment-img{
	margin-bottom: 18px;
}

.metadata p.alert-message{
	margin-right: 0;
	margin-bottom: 18px;
}

#gallery-nav{
	list-style-type: none;
	margin-left: 0;
}

li.next a, li.previous a{
	position: relative;
}

li.next a:hover:before{
	content: "\2190";
	position: absolute;
	display: block;
	top: 42%;
	left: 0;
	background-color: #BFBFBF;
	color: #444;
	width: 20px;
	height: 20px;
	padding-left: 5px;
	text-decoration: none;
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

li.previous a:hover:before{
	content: "\2192";
	position: absolute;
	display: block;
	top: 42%;
	right: 0;
	background-color: #BFBFBF;
	color: #444;
	width: 20px;
	height: 20px;
	padding-left: 5px;
	text-decoration: none;
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}




/* HOMEPAGE */
#homepage-news{
}
#homepage-news .post-content{
	margin-top: 10px;
	clear: both;
}
.home #content{
	padding: 10px 0 0;
	margin-top: 20px;
}


/* HOMEPAGE TESTIMONIALS */
#homepage-testimonials{
	clear: both;
}
#homepage-testimonials ul{
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100% !important;
	float: left;
}
#homepage-testimonials ul li{
	float: left;
	width: 100%;
	height: 100%;
}
#before-after-wrapper {
	height: 320px;
	overflow: hidden;
}
/*#before-after-wrapper span{
	margin: 0;
	float: left;
	width: 100%;
}*/
#before-after-wrapper span img{
	width: 100%;
}

#caption-wrapper{
	margin-bottom: 20px;
	display: block;
	background-color: #000;
	width: 100%;
	height: 100px;
}
.caption-inner{
	padding: 25px;
	float: left;
	background-color: #000;
	color: #fff;
	position: relative;
	font: italic 16px/22px proxima-nova;
	min-height: 102px;
}
.caption-inner a{
	color: #ffba00;
	margin-left: 5px;
}
.caption-inner .name {
	text-align: right;
	padding-right: 10px;
}
.caption-inner .name a{
	font-weight: bold;
	font-style: italic;
	color: #ffba00;
	text-decoration: none;
}
.caption-inner .name a:hover{
	color: #fff;
}
.caption:before{
	content:"";
	border-top: 12px solid transparent;
	border-right: 15px solid #000000;
	border-bottom: 12px solid transparent;
	left: -15px;
	top: 50%;
	position: absolute;
}

#before-after-pagination ul{
	margin-top: 10px;
	float: left;
	clear: both;
}
#before-after-pagination ul li{
	display: inline;
	float: left;
	border: 2px solid #f7f5f5;
	width: 74px;
	height: 74px;
}
#before-after-pagination ul li.activeSlide{
	border-color: #ffba00;
}
/* HOMEPAGE VIDEOS */

#homepage-featured-videos{
	background-color: #000;
	margin-top: 60px;
	margin-bottom: 20px;
	position: relative;
	height: 550px;
}
#featured-videos-pagination{
	position: relative;
	z-index: 1000;
	float: right;
}
#featured-videos-pagination ul{
	margin: 10px 0 0;
	list-style: none;
	float: right;
	width: 120px;
	padding: 20px 0;
}
#featured-videos-pagination ul li{
	margin-bottom: 15px;
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
	border: 1px solid rgba(0, 0, 0, 0);
	-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;
	display: inline-block;
	width: 120px;
}
#featured-videos-pagination ul li:hover,#featured-videos-pagination ul li.activeSlide{
	-webkit-filter: grayscale(0%); 
	border: 1px solid rgb(254, 186, 0);
	
}
a.play-video{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1000;
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.4s ease-in-out;
	opacity: 0.8;
	margin-top: -60px;
	margin-left: -80px;
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	line-height: 20px;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
a.play-video:hover{
	text-decoration: none;
	opacity: 1;
	color: #ffba00;
}
a.play-video i{
	font-size: 80px;
}
a.play-video span{
	text-align: center;
	font-size: 65px;
	font-weight: bold;
	position: relative;
	left: 10px;
/*	color: #ffba00;*/
	text-transform: uppercase;
	top: -5px;
}
#featured-videos{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 550px;
	overflow: hidden;
}
#featured-videos ul{
	padding: 0;
	margin: 0;
	list-style: none;
	height: 550px;
	position: relative;
}
#featured-videos ul li.item{
	height: 550px;
	width: 100% !important;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	-moz-box-shadow: inset 0 0 500px black;
	-webkit-box-shadow: inset 0 0 500px black;
	box-shadow: inset 0 0 500px black;
	background-color: #000 !important;
}

.featured-caption{
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	z-index: 2;
}
.featured-caption h4{
	color: #ffba00;
	text-transform: uppercase;
	font: normal normal 12px proxima-nova;
	margin: 0 0 5px;
}
.featured-caption .video-title a{
	color: #ffffff;
	text-transform: uppercase;
	font: italic bold 22px/26px proxima-nova;
}
.featured-caption p{
	color: #999;
	font-size: 14px;
	line-height: 14px;
	margin: 5px 0 0;
}
#featured-videos img{
	opacity: 0.5;
	
}
#featured-videos .video-wrapper{
	z-index: 3 !important;
	position: absolute !important;
	top: 50px;
	left: 100px;
	display: none;
}
.grid-pattern{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: url(images/grid_pattern.png);
	transition: all .4s;
	-webkit-transition:  all .4s;
	-moz-transition:  all .4s;
	-o-transition:  all .4s;
	-ms-transition:  all .4s;
	
}
.grid-pattern.playing{
	background: url(images/grid_pattern.png) rgba(0, 0, 0, 0.8);
}
/* PAGE */


/* Page About */

#bio-image{
	width: 100%;
	text-align: center;
	margin: -10px auto;
}

.page-id-473 section, .page-id-394 section, .page-id-4894 section{
	background-color: #fff;
	-moz-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
	padding: 70px 30px 30px;
}
.page-id-473 .btn-booking, .page-id-394 .btn-booking, .page-id-4894 .btn-booking{
	transform: skew(-10deg,0deg);
	-ms-transform: skew(-10deg,0deg); /* IE 9 */
	-webkit-transform: skew(-10deg,0deg); /* Safari and Chrome */
	display: inline-block;
	font-style: italic;
	margin-right: auto;
	margin-left: auto;
	float: right;
	width: 90%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 18px;
}

.page-id-473 p.lead a, .page-id-394 p.lead a, .page-id-4894 p.lead a{
	background-color: #333;
	padding: 10px 15px;
	text-transform: uppercase;
	font: 16px proxima-nova;
	font-style: italic;
	color: #fff;
	transition: all .2s;
	-webkit-transition:  all .2s;
	font-weight: 900;
	
	transform: skew(-10deg,0deg);
	-ms-transform: skew(-10deg,0deg); /* IE 9 */
	-webkit-transform: skew(-10deg,0deg); /* Safari and Chrome */
	display: inline-block;
}
.page-id-473 p.lead a:hover, .page-id-394 p.lead a:hover, .page-id-4894 p.lead a:hover{
	text-decoration: none;
	background-color: #fcd334;
	color: #000;
}
/* QUESTIONS */
#about-greg{
	margin-bottom: 50px;
	position: relative;
}
#intro-wrapper{
	width: 350px;
	color: #fff;
	background-color: #000;
	padding: 40px;
	float: left;
	position: relative;
	z-index: 2;
	transform: skew(-15deg,0deg);
	-ms-transform: skew(-15deg,0deg); /* IE 9 */
	-webkit-transform: skew(-15deg,0deg); /* Safari and Chrome */
	transition: all .4s;
	-webkit-transition:  all .4s;
	
	
}
/*.arrow-before{
	border-left: 100px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 662px solid #000;
	position: absolute;
	left: -100px;
	bottom: 0;
	z-index: 1;
}
.arrow-after{
	border-left: 0px solid transparent;
	border-right: 100px solid transparent;
	border-top: 662px solid #000;
	position: absolute;
	top: 0;
	z-index: 1;
	right: -100px;
}*/
#intro{
}
#intro p{
	font-size: 13px;
	line-height: 20px;
	margin-top: 20px;
	border-top: 1px solid #fff;
	padding-top: 20px;
	
}
#intro ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
#intro ul li{
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 2px;
	color: #555;
}
#intro ul li strong{
	color: #fff;
	font-weight: normal;
	font-style: normal;
}


/* Questions */
#questions-wrapper{
	
}
#questions-wrapper h3{
	font-weight: 200;
	font-size: 24px;
}
#questions-wrapper ol, .question a{
	color: #ffba00;
	font-size: 12px;
}

#answers-wrapper{
	background-color: #ffba00;
	width: 0px;
	position: absolute;
	left: 0px;
	bottom: 0;
	transform: skew(-15deg,0deg);
	-ms-transform: skew(-15deg,0deg); /* IE 9 */
	-webkit-transform: skew(-15deg,0deg); /* Safari and Chrome */
	transition: all .4s;
	-webkit-transition:  all .4s;
	overflow: scroll;
	padding: 20px;
	z-index: 1;
}
#answers-wrapper.active{
	width: 500px;
	left: 400px;
	max-height: 400px;
}
#answers-wrapper ul{
	list-style: none;
}
.answer{
	display: none;
}




/* RESUME */


#resume-wrapper h3{
	text-transform: uppercase;
	font: italic bold 20px/20px proxima-nova;
	margin-bottom: 20px;
}
#resume-wrapper .row-fluid.resume-row1{
	border-bottom: 1px solid #aaa;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.highlight{
	color: #ffba00;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
}
.resume-column{
}
.resume-column ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.resume-column ul li{
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 14px;
}
.resume-column .title{
	font-weight: bold;
}
.resume-column .from{
	font-weight: 200;
	color: #999;
}
.resume-column .role{
	font-weight: bold;
	color: #ffba00;
	display: block;
}
#training-wrapper ul{
	-moz-column-count:2; /* Firefox */
	-webkit-column-count:2; /* Safari and Chrome */
	column-count:2;
	
}
#training-wrapper .from{
	display: block;
	
}
/* MAGAZINES */


#magazines-wrapper{
	position: relative;
}
.magazine{
	margin-right: 10px;
	margin-left: 10px;
}
.magazine-info{
	text-transform: uppercase;
}
.magazine-title{
	margin-top: 10px;
	font: bold 14px/14px proxima-nova;
}
.magazine-date{
	color: #f8b300;
	font-weight: bold;
}

.jcarousel {
    position: relative;
    overflow: hidden;
    /* You need at least a height, adjust this to your needs */
    height: 300px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}

.jcarousel ul {
    width: 20000em;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
	top: 0;
	left: 0;
}

.jcarousel li {
	width: 175px;
	margin-right: 5px;
	margin-left: 5px;
	display: inline-block;
}
.magazine-carousel-controls{
	position: absolute;
	z-index: 1000;
	margin-top: 0px;
}

a.magazine-carousel-controls{
	text-decoration: none;
	opacity: 0.3;
	transition: opacity .4s;
	-webkit-transition:  opacity .4s;
}
a.magazine-carousel-controls:hover{
	opacity: 1;
}
.magazine-prev{
	left: 5px;
	top: 46%;
}
.magazine-next{
	right: 5px;
	top: 46%;
}


/* GALLERY */
.gallery-teaser-wrapper{
/*	height: 402px;*/
	width: 720px !important;
	background-color: #000;
/*	display: none;*/
	position: absolute;
	left: 0;
	top: 0;
	line-height: 40px;
}
.gallery-teaser-wrapper .video-teaser-inner{
	height: 320px;
	margin-top: 50px;
}
#gallery-slider-wrapper{
	position: relative;
	
}
#gallery-loading{
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 40%;
	margin-left: -25px;
	margin-top: -25px;
	background-image: url(images/bodymap/loading.gif);
	z-index: 100000000000;
}
.gallery-slider-inner{
	visibility: hidden;
}
#gallery-slider-wrapper #loading{
	position: absolute;
	top: 50%;
	left: 40%;
	margin-top: -40px;
}
.gallery-slider-inner{
	opacity: 1;
	transition: all .5s;
	-moz-transition: all .5s; /* Firefox 4 */
	-webkit-transition: all .5s; /* Safari and Chrome */
	-o-transition: all .5s; /* Opera */
	
position: relative;
}
.gallery-slider-inner.loading{
	opacity: .3;
}
body.post-type-archive-gp_galleries{
	background-color: #101110;
}
#galleries-wrapper{
	background-color: #111;
	padding-top: 60px;
	padding-bottom: 50px;
/*	min-height: 500px;*/
}
#galleries-wrapper .page-header{
	border-bottom-style: none;
}
.gallery-slider{
	width: 92% !important;
	min-height: 400px;
/*	height: 400px !important;*/
	text-align: center;
/*	background-color: #000;*/
	overflow-y: hidden;
	position: relative;
	margin-right: auto;
	margin-left: 27px !important;
}
a#slider-photos-prev{
	position: absolute;
	margin-top: -30px;
	z-index: 10000000;
	font-size: 26px;
	left: 0;
	text-decoration: none;
	top: 350px;
}
a#slider-photos-next{
	position: absolute;
	top: 350px;
	right: 5px;
	margin-top: -30px;
	z-index: 10000000;
	font-size: 26px;
	text-decoration: none;
}


.gallery-slider li{
	width: 100%;
	display: none;
	color: #fff;
}
.gallery-slider .flex-caption{
	margin-top: 10px;
}
.gallery-slider li img{
	pointer-events: none;
	max-height: 800px;
}
.gallery-slider, .gallery-slider-thumbnails{
	padding: 0;
	margin: 0;
	list-style: none;
}
#gallery-slider-thumbnails-wrapper{
	position: relative;
	width: 92%;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
a#slider-thumbnails-prev{
	position: absolute;
	top: 50%;
	left: -20px;
	margin-top: -15px;
}
a#slider-thumbnails-next{
	position: absolute;
	top: 50%;
	right: -20px;
	margin-top: -15px;
}
.gallery-slider-thumbnails{
	width: 100% !important;
	width: 20000em;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0 0 5px;
}
.gallery-slider-thumbnails li{
/*	margin-right: 10px;*/
	transition: all .3s;
	-moz-transition: all .3s; /* Firefox 4 */
	-webkit-transition: all .3s; /* Safari and Chrome */
	-o-transition: all .3s; /* Opera */
	border: 1px solid #000;
	position: relative !important;
	-moz-box-sizing:    border-box;
	-webkit-box-sizing: border-box;
	box-sizing:        border-box;
	max-width: 80px;
	z-index: 1 !important;
}
.gallery-slider-thumbnails li.cycle-slide-active{
	border: 1px solid #ffba00;
}
.thumbnail-teaser{
	background-color: rgba(0, 0, 0, 0.87);
	width: 100%;
	height: 100%;
	z-index: 100000000;
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	color: #f8b300;
	text-align: center;
	line-height: 70px;
	font-size: 40px;
}
.gallery-slider-thumbnails li img{
	width: 100%;
}

.gallery-pagination-prev{
	left: -10px;
	top: 0;
	color: #fff;
	z-index: 10000000;
}
.gallery-pagination-next{
	right: -10px;
	top: 0;
	color: #fff;
	z-index: 10000000;
}

.gallery-pagination-next:hover, .gallery-pagination-prev:hover{
	color: #efefef;
}





/* Galleries List */
#galleries-list h3{
	font-size: 16px;
	color: #fff;
	margin: 0 0 20px;
	padding: 0;
	text-transform: uppercase;
	font-style: italic;
	line-height: 16px;
}
#galleries{
	padding: 0;
	margin: 0;
	list-style: none;
	
}
#galleries li{
	display: block;
	width: 100%;
	float: left;
	clear: both;
}
#galleries li .gallery-thumbnail{
	width: 50px;
	height: 50px;
	margin-right: 10px;
	background-color: #222;
}
#galleries li a{
	float: left;
	width: 100%;
	clear: both;
	border-bottom: 1px solid #222;
	padding: 5px;
	transition: all .3s;
	-moz-transition: all .3s; /* Firefox 4 */
	-webkit-transition: all .3s; /* Safari and Chrome */
	-o-transition: all .3s; /* Opera */
}
#galleries li:last-child a{
	border-bottom-style: none;
}
#galleries li a:hover{
	background-color: #222;
}
.gallery-info{
	float: left;
	width: 160px;
}
.gallery-info{
	color: #fff;
	text-decoration: none;
}
.gallery-info a:hover{
	color: #555;
	text-decoration: none;
}
/* SIDEBAR */

.sidebar{
	margin-top: 0px;
}
.home.page .sidebar{
	margin-top: 25px;
}
.single .sidebar{
	margin-top: 30px;
}
.archive .sidebar, .blog .sidebar, .page .sidebar{
	margin-top: 60px;
}
.widget_search input{
	width: 230px;
}
.span3 .input-append input{
	width: 70%;
}
.span4 .input-append input{
	float: left;
	width: 75%;
}

/* Sidebar */

.input-append{
	width: 100%;
}

/* WIDGETS */

/* Widget Tweets */

#widget-tweets .widget-inner{
	background-color: #ffffff;
	padding: 25px;
	margin: 0;
	color: #333;
	display: block;
}
#widget-tweets a{
	color: #ffba00;
}
#widget-tweets i{
	float: left;
	margin-right: 20px;
}
#widget-tweets .tweet-wrapper{
	font: italic 100 16px proxima-nova;
	float: left;
	width: 80%;
}
#widget-tweets .tweet-wrapper ul{
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 100%;
}
#widget-tweets .tweet-wrapper ul li{
	display: none;
}
#tweet-pagination{
	display: block;
	float: left;
	width: 100%;
	text-align: center;
}
#tweet-pagination a{
	font-size: 26px;
	color: #eee;
	margin-right: 3px;
}
#tweet-pagination a.activeSlide{
	color: #ffba00;
}
/* Widget Social Icons */
.widget h4{
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 16px;
}
.widget h4 small, h4.widgettitle{
	text-transform: uppercase;
	color: #333;
	font-size: 10px;
	margin: 0;
	font-weight: normal;
	font-style: normal;
}
.widget .social-icons{
	background-color: #ffffff;
	padding: 20px;
	margin: 0;
}
.widget .social-icons li{
	margin-right: 8px;
	margin-left: 8px;
}
.span3 .widget .social-icons li{
	margin-right: 5px;
	margin-left: 5px;
}
.widget .social-icons a{
	text-decoration: none;
	display: inline-block;
	color: #b2b1b1;
	transition: color .3s;
	-moz-transition: color .3s; /* Firefox 4 */
	-webkit-transition: color .3s; /* Safari and Chrome */
	-o-transition: color .3s; /* Opera */
	font-size: 14px;
}
.widget a.icon-imdb{
	width: 40px;
	height: 40px;
	opacity: 1;
	background-position: center center;
}
.tagcloud a:hover{
	color: #ffba00;
	text-decoration: none;
}
a#icon-facebook:hover{
	color: #3b5997;
}
a#icon-twitter:hover{
	color: #3fb9db;
}
a#icon-youtube:hover{
	color: #c51b0d;
}
a#icon-instagram:hover{
	color: #ebe3d8;
}
a#icon-google-plus:hover{
	color: #da583a;
}

.widget{
	margin-bottom: 18px;
}

.widgettitle{
	margin-bottom: 9px;
}

.widget img.attachment-full{
	width: 100%;
}
#tag-cloud{
	margin-bottom: 18px;
	line-height: 160%;
}

/* Widget Taxonomies List */
.widget.GPlistTaxonomy{
	margin-bottom: 20px;
}
.widget.GPlistTaxonomy ul{
	padding: 0;
	margin: 10px 0 0 10px;
	list-style: none;
}
.widget.GPlistTaxonomy ul li{
	margin-bottom: 5px;
}
.widget.GPlistTaxonomy ul li i{
	margin-right: 5px;
}


/* for some reason the bs version currently available for download doesn't have this style */
.label{
	text-transform: uppercase;
}

/* override standard link hover for the tag cloud widget */
#tag-cloud a:hover,
.tags a:hover{
	color: #ffffff;
	text-decoration: none;
}

#tag-cloud a{
	white-space: pre;
	text-transform: uppercase;
}

/* change default form padding for search */

.widget_search form{
	padding-left: 0;
}

.widget_search input{
	width: 121px;
}


/* Comments */

#comment-wrapper textarea{
}



/* FOOTER */

#footer{
	background-color: #111;
	margin-top: 100px;
	padding-top: 40px;
	padding-bottom: 100px;
}
#footer-logo{
	width: 108px;
	height: 96px;
	background: url(images/sprite.png) no-repeat -1px -56px;
	float: left;
	margin-top: 50px;
	margin-right: 50px;
}

#footer-nav{
	float: left;
	margin-left: 20px;
}

#menu-footer{
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}
#menu-footer li{
	width: 210px;
	float: left;
	margin-right: 20px;
	text-align: left;
}
#menu-footer li a{
	color: #ccc;
	text-transform: uppercase;
	border-bottom: 1px solid #333;
	width: 100% !important;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 5px;
	text-decoration: none;
	font: 100 14px proxima-nova;
	pointer-events: none;
}
#menu-footer li .sub-menu{
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu-footer li .sub-menu li{
	width: inherit;
	margin-bottom: 10px;
	float: none;
}
#menu-footer li .sub-menu li a{
	color: #555;
	text-transform: none;
	border: none;
	margin-bottom: 0;
	display: inherit;
	padding-bottom: 0;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	pointer-events: inherit;
}
#menu-footer li .sub-menu li a:hover{
	color: #ffba00;
	text-decoration: none;
}
#menu-footer li .sub-menu li a:before{
	content: "- ";
}
#footer .attribution{
	padding-top: 10px;
	border-top: 1px solid #222;
	margin-top: 30px;
}
#footer .copyright{
	display: block;
	width: 100%;
	float: left;
	clear: both;
	font-size: 11px;
	line-height: 14px;
}

.single-gp_galleries #footer{
	margin-top: 0;
}

/* Newsletter */

#footer-newsletter{
	float: right;
}
#footer-newsletter h4{
	color: #ccc;
	text-transform: uppercase;
	border-bottom: 1px solid #333;
	width: 100% !important;
	display: block;
	margin-bottom: 20px;
	padding-bottom: 5px;
	text-decoration: none;
	font: 100 14px proxima-nova;
	margin-top: 0;
	text-align: left;
}
#footer-newsletter .input-inverse{
	background-color: #333;
	color: #ccc;
	font-size: 11px;
	border-color: #222;
}
/* Footer Social */

.footer-social{
	margin-top: 50px;
}
.footer-social h4{
	font-size: 10px;
}
.footer-social span{
	color: #ccc;
	font-size: 11px;
}
.footer-social li{
	margin-right: 30px;
}
.footer-social a{
	text-decoration: none;
	display: inline-block;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}
.footer-social a.icon-imdb{
	width: 40px;
	height: 40px;
	opacity: 0.3;
	background-position: center center;
}
.footer-social a:hover{
	opacity: 1;
}

/* MOBILE */

#mobile-nav{
	position: fixed;
	top: 0;
	left: 0;
	background-color: #222;
	text-align: center;
	padding: 10px 0;
	z-index: 1000000;
	transition: all .3s;
	-moz-transition: all .3s; /* Firefox 4 */
	-webkit-transition: all .3s; /* Safari and Chrome */
	-o-transition: all .3s; /* Opera */
		
	width: 100%;
	display: inline-block;
	height: 40px;
-webkit-transform: translate3d(0,0,0);
/*	-webkit-backface-visibility: hidden;
		-webkit-perspective: 1000;*/
}
#mobile-nav.opened{
	transform: translate3d(260px,0,0);
	-webkit-transform: translate3d(260px,0,0);
}
#mobile-title{
	color: #fff;
	font: 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-right: auto;
	padding-top: 0;
	display: inline-block;
    color: #e6e8f2;
	text-shadow: 0 0 1px #333333;
	margin-left: auto;
	margin-top: 5px;
	width: 187px;
	height: 35px;
	background: url(images/sprite.png) -1px -6px;
	padding: 0;
	
}
.menu-btn{
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #0e0e0e;
	*background-color: #040404;
	background-image: -moz-linear-gradient(top, #151515, #040404);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
	background-image: -webkit-linear-gradient(top, #151515, #040404);
	background-image: -o-linear-gradient(top, #151515, #040404);
	background-image: linear-gradient(to bottom, #151515, #040404);
	background-repeat: repeat-x;
	border-color: #040404 #040404 #000000;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	padding: 6px 12px;
	margin: 0;
	font-size: 18px;
	
}

.menu-btn:hover{
	color: #ffba00 !important;
	background-image: -moz-linear-gradient(top, #040404, #151515);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#040404), to(#151515));
	background-image: -webkit-linear-gradient(top, #040404, #151515);
	background-image: -o-linear-gradient(top, #040404, #151515);
	background-image: linear-gradient(to bottom, #040404, #151515);
	text-decoration: none;
}
.menu-btn:hover i{
	color: #ffba00 !important;
}
#menu-btn{
	float: left;
	position: absolute;
	top: 10px;
	left: 10px;
}
#btn-mobile-signin{
	float: right;
	position: absolute;
	top: 10px;
	right: 10px;
}
#mobile-nav-menu {  
    background: #333;  
    height: 100%;  
    display: block;  
    position: fixed;  
    width: 260px;  
    left: 0px;  
    top: 0px;  
    z-index: 999;
	color: #fff;
	transition: all .3s;
	-moz-transition: all .3s; /* Firefox 4 */
	-webkit-transition: all .3s; /* Safari and Chrome */
	-o-transition: all .3s; /* Opera */
	
} 
#mobile-nav-menu small{
	display: none;
}
#mobile-nav-menu header {
	display: block;
	background: #000;
	height: 73px;
}

#mobile-nav-menu header h1 {
	text-align: center;
	color: #e6e8f2;
	text-shadow: 1px 1px 0px #313131;
	margin: 0;
	font: bold 20px/20px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	padding-top: 20px;
}
#mobile-nav-menu header h1 a{
	color: #fff;
	width: 187px;
	height: 35px;
	background: url(images/sprite.png) -1px -6px;
	padding: 0;
	display: inline-block;
	margin: 0;
}
#mobile-nav-menu ul {
	list-style: none;
	background: #333333;
/*	height: 100%;*/
	margin: 0;
	padding: 0;
}
.mobile-menu-wrapper{
	height: 100%;
	overflow: scroll;
/*	-webkit-overflow-scrolling: touch;*/
	padding-bottom: 60px;
}
.mobile-menu-wrapper > *{
	-webkit-transform: translateZ(0px);
}
.mobile-menu-wrapper #menu-top-bar-1 a{
	font-weight: 100;
}
#mobile-nav-menu ul li {
	display: block;
}
#mobile-nav-menu ul li a {
	position: relative;
	display: block;
	border-bottom: 1px solid #222;
	padding: 14px 11px;
	color: #f0f0f0;
	text-shadow: -1px -1px 1px #000;
	text-decoration: none;
	font: 1.2em proxima-nova, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: 600;
	-moz-box-shadow: 0 1px 0 #3a3a3a;
	-webkit-box-shadow: 0 1px 0 #3a3a3a;
	box-shadow: 0 1px 0 #3a3a3a;
}

#mobile-nav-menu ul li a:hover, #mobile-nav-menu ul li a:active {
	color: #000;
	text-decoration: none;
	background-color: #ffba00;
	text-shadow: none;
}
#mobile-nav-menu ul li a:hover::after, #mobile-nav-menu ul li a:active::after{
	color: #000 !important;
	border-right: 2px solid #000 !important;
	border-top: 2px solid #000 !important;
	
}

#mobile-nav-menu ul li a::after {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	position: absolute;
	right: 30px;
	top: 45%;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#mobile-nav-menu ul li a:active{
	background-color: #111;
}
#mobile-nav-menu ul li a:hover::after { border-color: #cad0e6; }

#mobile-social ul{
	float: left;
	width: 100%;
	border-bottom: 1px solid #222;
	-moz-box-shadow: 0 1px 0 #3a3a3a;
	-webkit-box-shadow: 0 1px 0 #3a3a3a;
	box-shadow: 0 1px 0 #3a3a3a;
}
#mobile-social ul.social-icons li a{
	color: #444;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
}
#mobile-nav-menu #mobile-social ul li{
	border: none;
	float: left;
}
#mobile-nav-menu #mobile-social ul li a{
	color: #fff;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	
}
#mobile-nav-menu #mobile-social ul li a::after {
	display: none;
}

/* INTERACTIVE BODY MAP */

body.page-id-159, body.page-id-485{
	background-color: #000;
	text-align: center;
}
/*body.page-id-159 .navbar-inner{
	background-color: rgba(255, 186, 0, 0.9) !important;
}
body.page-id-159 .navbar-inner small{
	color: #000 !important;
}
body.page-id-159 .nav li a{
	border-right-color: #bb8b0b !important;
}*/
body.page-id-159 #footer, body.page-id-485 #footer{
	position: relative;
	z-index: 100000;
}
body.page-id-159.opened, body.page-id-485.opened{
	overflow: hidden;
}
.bgr_map_wrapper{
	margin-right: auto !important;
	margin-left: auto !important;
}
.zoomTarget{
	
}

/* calendar page */


body.page-id-5195{
	background-color: #rgba(255, 186, 0, 0.9);
	text-align: center;
}
/*body.page-id-159 .navbar-inner{
	background-color: rgba(255, 186, 0, 0.9) !important;
}
body.page-id-159 .navbar-inner small{
	color: #000 !important;
}
body.page-id-159 .nav li a{
	border-right-color: #bb8b0b !important;
}*/
body.page-id-5195 #footer, #footer{
	position: relative;
	z-index: 9999;
}




/* CALENDAR */
#calendar-carousel{
	
}
.month-navigation{
	color: #000;
}
.month-navigation:hover{
	text-decoration: none;
}
.month-navigation:hover i{
	color: #fff;
}
.month-next{
	float: right;
}
.month-next2{
	float: right;
	display: none;
}
.month-prev{
	float: left;
	display: none;
}
.month-prev2{
	float: left;
	display: none;
}
#calendar-2, #calendar-3{
	display: none;
}
#calendars-wrapper{
	top: 0;
	z-index: 10000;
	width: 100%;
	height: 100%;
	
}
#calendars-wrapper.active{
	left: 0px;
}
#calendars{
	width: 960px;
	z-index: 10000;
	background-color: rgba(255, 186, 0, 0.9);
	top: 110px;
	-moz-box-shadow: 0 0 20px #000000;
	-webkit-box-shadow: 0 0 20px #000000;
	box-shadow: 0 0 20px #000000;
	margin-left: auto;
	margin-right: auto;
	
}
#calendar-handle{
	position: absolute;
	top: 45%;
	transition: all .2s;
	-webkit-transition:  all .2s;
	-moz-transition:  all .4s;
	-o-transition:  all .4s;
	-ms-transition:  all .4s;
	
	padding: 0;
	z-index: 1;
}
#calendar-handle i{
	margin-right: 5px;
}
#calendar-handle a{
	transform: rotate(90deg);
	-o-transform: rotate(90deg); /* IE 9 */
	-moz-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Safari and Chrome */
	color: #000;
	display: inline-block;
	background-color: rgba(255, 186, 0, 0.9);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font: italic bold 20px/20px proxima-nova;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 20px 10px;
}
#calendar-teaser-wrapper{
	position: absolute;
	z-index: 1000;

	background-color: rgba(0, 0, 0, 0.8);
	margin-top: auto;
	margin-left: auto;
	
}

#calendar-teaser-wrapper .video-teaser-inner{
	transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	margin-top: 100px;
}
#calendar-handle i{
	transition: all .2s;
	-webkit-transition:  all .2s;
	-moz-transition:  all .2s;
	-o-transition:  all .2s;
	-ms-transition:  all .2s;
	
}
#calendar-handle.hover i{
	color: #fff;
/*	right: -156px;*/
}


#calendar-inner{
	padding: 20px 20px 110px;
	text-align: left;
}
#calendar-title{
	border-bottom: 1px dashed #000;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
#calendar-title h2{
	color: #000;
	text-transform: uppercase;
	font: italic bold 26px/26px proxima-nova;
}
#calendar-title p, .calendar-text-bottom{
	color: #fff;
	font-size: 14px;
	line-height: 18px;
}

.calendar-wrapper{
	margin-bottom: 20px;
}
table.calendar {width: 100%; border: 1px none #000; border-collapse: collapse; margin: 0px; padding: 0px;
}
table.calendar th {background-color: #000000; text-transform: none; color: #e6a702; padding: 4px; text-align: center; border: 1px solid #000;}
 
table.calendar th.cell-prev {text-align: left;}
table.calendar th.cell-next {text-align: right;}
table.calendar th.cell-header {
	width: 70px;
	border: 1px solid #000;
	background-color: #000;
	color: #e6a702;
	font-weight: normal;
	font-style: normal;
}
table.calendar td.cell-today {background-color: #fff;} /* today in the current month */
table.calendar td.cell-weekend {
	
}
table.calendar tbody td {
	border: 1px dotted #000;
	vertical-align: center;
	padding: 0;
	position: relative;
	width: 16%;
	height: 80px;
	vertical-align: middle;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	
	
}
table.calendar tbody td:hover {
	background-color: #fff;
}
 
table.calendar td div.cell-number {text-align: right; font-size: 12px; color: #111; display: block;
}
table.calendar td{
	position: relative;
}
.cell-number{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 10px !important;
	padding: 5px;
	background-color: #000000;
	color: #e5a702 !important;
	margin: 0;
	line-height: 10px;
}
table.calendar td div {
	display: block;
	font-size: 10px;
	color: #000;
	line-height: 14px;
	text-align: center;
}
div.cell-data{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-align: center !important;
}
div.cell-data:hover{
	text-decoration: none;
	color: #000;
}
div.cell-data a, div.cell-data{
	color: #000000;
	padding: 3px;
	font-size: 12px !important;
	text-transform: capitalize;
}
div.cell-data a:before{
}
div.cell-data a:hover{
	text-decoration: none;
	background-color: #000;
	color: #fff;
}
table.calendar thead th {
	border: 1px none #000;
	background-color: #e6a702;
	color: #000;
	text-transform: uppercase;
}






/* SHADOWBOX */

#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index: 100000;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:1px solid #303030;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%;}
/*#sb-player.html{height:100%;overflow:auto;}*/
#sb-player.html{height:100%;overflow: hidden;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(library/img/shadowbox/loading.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#060606;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;}
#sb-title,#sb-title-inner{height:26px;}
#sb-title-inner{font-size:16px;
	display: block;
}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background-image: url(library/img/shadowbox/close.png);}
#sb-nav-next{background-image:url(library/img/shadowbox/next.png);}
#sb-nav-previous{background-image:url(library/img/shadowbox/previous.png);}
#sb-nav-play{background-image:url(library/img/shadowbox/play.png);}
#sb-nav-pause{background-image:url(library/img/shadowbox/pause.png);}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}



/* BODYMAP */
#video-playlist p{
	padding: 20px 20px 0;
	color: #fff;
	font-size: 16px;
	font-style: italic;
}
#video-playlist ul{
	padding: 20px;
	width: inherit !important;
/*	columns:100px 2;
	-webkit-columns:100px 2; /* Safari and Chrome *!/
	-moz-columns:100px 2; /* Firefox *!/*/
}
#video-playlist ul li{
	width: 190px;
	float: left;
	margin-right: 20px;
	position: relative;
	min-height: 170px;
}
#video-playlist ul a{
	color: #ffba00;
	font-size: 12px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	
}
#video-playlist ul a.bm-video-wrapper{
	position: relative;
	margin: 0 0 5px;
}
#video-playlist ul .video-duration{
	bottom: 1px;
	right: 1px;
}
#video-playlist ul li .icon-play-circle{
	position: absolute;
	top: 40px;
	left: 75px;
	font-size: 40px;
	color: #fff;
	opacity: 0.5;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	
}
#video-playlist ul a:hover{
	color: #fff !important;
}
#video-playlist ul a:hover .icon-play-circle{
	opacity: 1;
}
#video-playlist ul img{
	width: 186px;
	margin-right: 0;
	margin-bottom: 0;
	border: 1px solid #333;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	
}
#video-playlist ul img:hover{
	width: 186px;
/*	margin-right: 10px;
	margin-bottom: 10px;*/
	border: 1px solid #ffba00;
}

@-webkit-keyframes scaleUp {
   from { opacity: 0; }
   to  {opacity: 1; }
}
  #interactive_body_map{
  	width: 980px;
	  height: 687px;
	  margin:auto;
	  background: url(images/bodymap/loading.gif) no-repeat center;
	  position: relative;
  }
  #body-map-loading{
  	width: 50px;
	  height: 50px;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  z-index: 10000;
	  margin-top: -25px;
	  margin-left: -25px;
  }
#map_wrapper{
	position:absolute;
	width: 980px;
	height: 687px;
	-webkit-animation: scaleUp 2s 1 ease-in;
	-moz-animation:scaleUp 2s 1 ease-in;
	-o-animation:scaleUp 2s 1 ease-in;
	animation:scaleUp 2s 1 ease-in;
	cursor: pointer;
	background: url(images/bodymap/base.jpg) no-repeat;
}
p.url{
	color: #ffba00;
	position:absolute;
	float:left;
	width:300px;
	margin-left: 550px;
	margin-top: 10px;
	opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
	text-shadow: 0 0 0.2em #330000, 0 0 0.2em #330000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 32px;
	font-variant: normal;
	font-style: italic;
	line-height: 32px;
}

.body_map_image {
	opacity: 0;
	position: absolute;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
	z-index: 1;
}
.body_map_image img {
/*	position: absolute;*/
}

.active {
	opacity: 1!important;
	z-index: 100;
}	
#interactive_body_map{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	
}
#interactive_body_map.active{
/*	 -webkit-filter: blur(3px); */
	 opacity: .4 !important;
}

.bodypart-name{
	font: italic bold 33px/33px proxima-nova;
	color: #ffba00;
	position: absolute;
	z-index: 900;
	text-transform: uppercase;
	pointer-events: none;
/*	transition: all .2s;
	-webkit-transition:  all .2s;
	-moz-transition:  all .2s;
	-o-transition:  all .2s;
	-ms-transition:  all .2s;*/
			
		
		
	border-bottom: 1px solid #fff;
/*	display: none;*/
	padding-bottom: 5px;
	display: none;
}
.bodypart-name small{
	font-size: 14px;
	color: #fff;
	display: block;
	text-align: right;
	line-height: 12px;
}
.bodypart-name .diagonale{
	position: absolute;
	bottom: -36px;
	left: -85px;
	font-size: 1px;
	line-height: 1px;
	width: 100px;
	border-bottom: 1px solid #fff;
	transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
}
#bodypart-name-traps{
	top: 0;
	left: 620px;
}
#bodypart-name-shoulders{
	top: 30px;
	left: 320px;
}
#bodypart-name-chest{
	top: 50px;
	left: 250px;
}
#bodypart-name-cardio{
	top: 0;
	right: 220px;
}
#bodypart-name-cardio.bodypart-name .diagonale{
	position: absolute;
	width: 100px;
	border-bottom: 1px solid #fff;
	transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
	right: -85px;
	left: inherit;
	bottom: -36px;
	text-align: right;
}
#bodypart-name-outside-the-gym{
	top: 150px;
	right: 220px;
}
#bodypart-name-outside-the-gym.bodypart-name .diagonale{
	position: absolute;
	width: 100px;
	border-bottom: 1px solid #fff;
	transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
	right: -85px;
	left: inherit;
	bottom: -36px;
	text-align: right;
}
#bodypart-name-full-body-and-compound{
	top: 420px;
	right: 210px;
}
#bodypart-name-full-body-and-compound.bodypart-name .diagonale{
	position: absolute;
	width: 100px;
	border-bottom: 1px solid #fff;
	transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
	right: -85px;
	left: inherit;
	bottom: -36px;
	text-align: right;
}

#bodypart-name-abdominals{
	top: 150px;
	left: 250px;
}
#bodypart-name-calves{
	top: 450px;
	left: 350px;
}
#bodypart-name-biceps{
	top: 100px;
	left: 350px;
}
#bodypart-name-forearms{
	top: 170px;
	left: 370px;
}
#bodypart-name-quads{
	top: 300px;
	left: 310px;
}
#bodypart-name-back{
	left: 650px;
	top: 70px;
}
#bodypart-name-triceps{
	top: 110px;
	left: 690px;
}
#bodypart-name-hamstrings{
	left: 650px;
	top: 300px;
}
.body-content{
	display: none;
}
.body-overlay-inner{
	padding: 20px;
	color: #fff;
}
.body-overlay-inner h2{
	text-transform: uppercase;
	font: italic bold 30px/30px proxima-nova;
	color: #ffba00;
}

.overlay-video-inner{
	width: 100%;
	height: 330px;
	background-color: #feba00;
	margin-top: 40px;
}
.overlay-info{
	color: #fff;
	float: left;
	padding: 17px 20px 20px;
}
#video-playlist_wrapper{
	float: right;
}
.overlay-info h2{
	color: #ffba00;
	font: italic bold 24px/24px proxima-nova;
	margin-top: 0;
	text-transform: uppercase;
	margin-bottom: 5px;
}
body.page-id-159 #sb-title-inner{
	
}
body.page-id-159 #sb-title-inner h2,body.page-id-485 #sb-title-inner h2{
	color: #ffba00;
	font: italic bold 28px/33px proxima-nova;
	margin-top: 0;
	text-transform: uppercase;
	margin-bottom: 5px;
	float: left;
	margin-right: 20px;
}
body.page-id-159 #sb-title, body.page-id-485 #sb-title{
	padding-bottom: 15px;
	display: block;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0)));
	background-image: -moz-linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
body.page-id-159 #sb-title-inner p, body.page-id-485 #sb-title-inner p{
	color: #fff;
	font-size: 12px;
	margin-left: 10px;
	line-height: 16px;
}
.overlay-info p{
	font-size: 12px;
	line-height: 16px;
}
/*.overlay-videos-pagination{
	height: 200px !important;
	overflow: scroll;
	border-radius: 15px;
	background-color: #111;
	padding: 15px 0;
	-moz-box-shadow: inset 0 0 15px black;
	-webkit-box-shadow: inset 0 0 15px black;
	box-shadow: inset 0 0 15px black;
	border: 1px solid #000;
	margin-top: 10px;
}*/
.overlay-videos-pagination{
	overflow: scroll;
	border-radius: 15px;
	background-color: #111;
	padding: 0;
	-moz-box-shadow: inset 0 0 15px black;
	-webkit-box-shadow: inset 0 0 15px black;
	box-shadow: inset 0 0 15px black;
	border: 1px solid #000;
	margin: 0;
	height: 100%;
}

.overlay-info h4{
	font-size: 11px;
	text-transform: uppercase;
	font-style: italic;
/*	border-bottom: 1px solid #333;*/
	margin: 15px 0 0;
	padding-bottom: 0;
	line-height: 11px;
}
.overlay-videos-pagination ul{
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
	display: inline-block;
}
.overlay-videos-pagination ul li{
	display: block;
	padding: 5px 0;
	float: left;
	width: 100%;
	border-bottom: 1px solid #000;
	margin-bottom: 5px;
	padding-bottom: 5px;
	
}
.overlay-videos-pagination ul li:nth-child(even){
/*	background-color: #000;*/
		
		
}
.overlay-videos-pagination a{
	display: inline-block;
	color: #fff;
}
.overlay-videos-pagination a:hover{
	color: #ccc !important;
	text-decoration: none;
}
.overlay-videos-pagination .video-thumbnail{
	width: 80px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
.overlay-videos-pagination .video-info{
	
}
.overlay-videos-pagination .video-info{
	font-size: 12px;
	line-height: 12px;
}

/* SIGNIN */
.signin-form-wrapper .am-form form {
  border: none !important;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  box-shadow: none;
  background: transparent !important;
  margin: 0;
  padding: 0;
  text-align: left;
}

.signin-form-wrapper label{
/*	font-weight: bold;*/
}
.signin-form-wrapper input{
/*	width: 100%;*/
}
.am-signup-link a{
	color: #111;
	text-decoration: underline;
}
.am-signup-link a:hover{
	color: #ffba00;
	text-decoration: none;
}
.am-signup-form .row{
	margin: 0;
}
@media (min-width:320px) and (max-width:480px) { 
.amember .teaser { 
	display: none;
}

}

@media (max-width: 767px) {
	
	.amember .teaser { 
		display: none;
	}
	#top-bar-nav-wrapper ul li{
		float: left;
		margin-right: 0;
		margin-left: 0;
/*		padding-right: 2px;
		padding-left: 2px;*/
	}
	#top-bar{
		width: 100%;
		height: inherit;
		background-color: #000;
	}
	#top-bar #top-bar-social{
		display: none;
	}
	#top-bar-nav-wrapper{
		float: right;
		margin-top: 10px;
		width: 100%;
	}
	#top-bar-nav-wrapper ul{
		margin: 0 5px 10px 0;
		width: 80%;
	}
	#top-bar-nav-wrapper ul li a:after{
		color: #fff;
		content: "|";
		margin-left: 2px;
	}
	a.login-link{
		color: #ffba00;
		border-right: 1px solid #fff;
		margin-right: 2px;
		padding-right: 5px;
	}
}

@media only screen and (min-width: 768px) {
	.carousel-caption p{
		display: block;
	}
}

@media only screen and (min-width: 980px) {
	body{
		padding-top: 109px;
	}
	
	.container-fluid{
		max-width: 970px;
		margin: 0 auto;
		padding-left: 20px;
		padding-right: 20px;
		position: relative;
	}
	
	#inner-footer{
		padding: 0;
	}
	
	#content{
		padding-left: 0;
		padding-right: 0;
	}
	
	.topbar-inner{
		padding: 0;
	}
	
	.topbar form.pull-right {
		float: right;
	}
	
	.navbar-form, .navbar-search {
		margin-top: 6px;
		margin-bottom: 0;
	}
	
	.navbar-search{
		padding-left: 0;
	}
	
	
	.blog .hero-unit{
		margin-top: 10px;
	}
	
	.page-template-page-homepage-php .hero-unit,
	.blog .hero-unit{
		padding: 60px;
	}
	
	.hero-unit h1 {
		font-size: 60px;
	}
	
	/* hide edit comment button and show on hover on desktop version */
	.edit-comment{
		display: none;
	}
	
	.vcard:hover .edit-comment{
		display: inline-block;
	}
	
	#s{
		width: 210px;
		margin-bottom: 6px;
	}
	
	.widget_search input{
		width: 209px;
	}
	
	.comment .vcard .comment-text{
		padding-left: 0;
		padding-right: 0;
	}
}


object, .shortcodeVideoPlayer, .shortcodeVideoPlayer>div, .shortcodeVideoPlayer>object, iframe, video{
	max-width: 100% !important;
/*	width: inherit !important;*/
}



/*style for modifactions*/
header #menu-main li li a, header #menu-main-menu-new li li a {
	border: none;
}
header #menu-main li li a span, header #menu-main-menu-new li li a span {
	color: #000000; 
}
header #menu-main li li, header #menu-main-menu-new li li {
	-webkit-transform: skew(0deg, 0deg);
	-moz-transform: skew(0deg, 0deg);
	-ms-transform: skew(0deg, 0deg);
	-o-transform: skew(0deg, 0deg);
	transform: skew(0deg, 0deg);
}
.dropdown-menu {
	margin-top: 0px;
	background-color: #FFBA00;
}
.navbar .nav > li > .dropdown-menu:after {
	border-bottom-color: #FFBA00 !important;
}
html body header #menu-main-menu-new li li:hover, html body header #menu-main-menu-new li li:hover a {
	background: #ffffff !important;
}
html body header #menu-main-menu-new li li:hover a span {
	background-color: transparent !important;
}
#menu-main-menu-new .caret {
	float: right;
	/*position: relative;
	right: -10px;
	top: -15px;*/
}
#menu-main-menu-new li:after, #menu-main-menu-new li a:after {
	content: " ";
	display: block;
	height: 0;
	width: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
header #menu-main, header #menu-main-menu-new {
	/*float: right;*/
	margin: 0;
}
header #menu-main li a, header #menu-main-menu-new li a {
	padding-left: 4px;
	padding-right: 4px;
}
/*style for modifactions*/
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
	min-height: 220px;
	height: 220px;
}
.quantity .minus {
	top: 15px;
}
h1.page-title + p.woocommerce-result-count {
	display: none;
}
.woocommerce .related ul li.product img, .woocommerce .related ul.products li.product img ,.woocommerce-page .related ul li.product img {
	min-height: 760px;
}
body .sabai-btn-primary {
	background-color: #FFBA00 !important;
	border-color: #FFBA00 !important;
	color: #000 !important;
	
}
body .sabai-btn-primary:hover {
	background-color: #FFBA00 !important;
	border-color: #FFBA00 !important;
	color: #000 !important;
}
.page-template-template-ask-greg-php .sabai-questions-answer-count {
	display: none;
}
.page-template-template-ask-greg-php .sabai-questions-activity.sabai-questions-activity-inline {
	display: none;
}
.page-template-ask-greg-php p {
	font-size: 16px;
}

.page-template-template-ask-greg-php .sabai-questions-add-answer-form {
	display: none;
}
.page-template-template-ask-greg-php .sabai-entity-activity {
	display: none;
}
.single-product .product_title {
	font-size: 18px;
}
.single-product div.images {
	width: 32% !important;
}

.category-sidebar h2 {
	font-size: 18px;
	margin-top: 90px;
	margin-bottom: 0;
}
.single .category-sidebar h2, .page-template-template-category-page-php .category-sidebar h2 {
	margin-top: 0;
}

.category-sidebar ul {
	list-style: none;
	margin-left: 0;
}
.category-sidebar ul a {
	font-size: 18px;
	display: block;
	padding: 4px 0 4px 10px; 
}
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
	min-height: 160px;
	height: 168px;
}
html .archive ul.products li.product h3 {
	font-size: 12px;
}
.woocommerce .related ul li.product img, .woocommerce .related ul.products li.product img, .woocommerce-page .related ul li.product img {
	min-height: 160px;
	max-height: 160px;
	min-width: 160px;
	max-width: 160px;
}
.category-sidebar h4.widgettitle {
	font-size: 20px;
	margin: 30px 0 12px 0;
	line-height: 1.25;
}
#footer-newsletter {
	width: 34%;
}
#footer-newsletter input[type="text"] {
	font-size: 12px;
	height: 17px;
}
.video-section {
	margin-bottom: 28px;
}
.video-section .shortcodeVideoPlayer > div {
	margin: 0 auto;
}
.sabai-entity-bundle-name-questions {
	text-decoration: underline;
	-webkit-transition: color 0.4s;
	-moz-transition: color 0.4s;
	-ms-transition: color 0.4s;
	-o-transition: color 0.4s;
	transition: color 0.4s;
}
.sabai-entity-permalink.sabai-entity-bundle-name-questions:hover {
	color: #ffba00;
}


/* Accordion Base Styles */
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  position: relative;
}
#cssmenu a {
  line-height: 1.3;
}
#cssmenu {
  width: 96%;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 3px;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
#cssmenu > ul > li {
  margin: 0 0 2px 0;
}
#cssmenu > ul > li:last-child {
  margin: 0;
}
#cssmenu > ul > li > a {
  font-size: 15px;
  display: block;
  color: #ffffff;
  text-shadow: 0 1px 1px #000;
  background: #565656;
  background: -moz-linear-gradient(#565656 0%, #323232 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #565656), color-stop(100%, #323232));
  background: -webkit-linear-gradient(#565656 0%, #323232 100%);
  background: linear-gradient(#565656 0%, #323232 100%);
  border: 1px solid #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  outline: 0;
}
#cssmenu ul li a:active, #cssmenu ul li a:focus {
  outline: 0;
}
#cssmenu > ul > li > a > span {
  display: block;
  border: 1px solid #666666;
  padding: 6px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: bold;
}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
}
#cssmenu > ul > li.active, #cssmenu > ul > li.current-active{
  border-bottom: none;
}
#cssmenu > ul > li.active > a, #cssmenu > ul > li.current-active > a {
	background: #ffca4f; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffca4f 0%, #ffbf1e 50%, #ffba00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffca4f), color-stop(50%,#ffbf1e), color-stop(100%,#ffba00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffca4f 0%,#ffbf1e 50%,#ffba00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffca4f 0%,#ffbf1e 50%,#ffba00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffca4f 0%,#ffbf1e 50%,#ffba00 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffca4f 0%,#ffbf1e 50%,#ffba00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffca4f', endColorstr='#ffba00',GradientType=0 ); /* IE6-9 */
	color: #fff;
	text-shadow: 0 1px 1px #000;
	border: 1px solid #ffba00;
}
#cssmenu > ul > li.active > a span, #cssmenu > ul > li.current-active > a span {
  border: 1px solid #ffca4f;
}
#cssmenu > ul > li.has-sub > a span {
  background: url(images/icon_plus.png) 98% center no-repeat;
}
#cssmenu > ul > li.has-sub.active > a span {
  background: url(images/icon_minus.png) 98% center no-repeat;
}
#cssmenu > ul > li.has-sub.current-active > a span {
  background: url(images/icon_minus.png) 98% center no-repeat;
}
/* Sub menu */
#cssmenu ul ul {
  padding: 5px 12px;
  display: none;
}
#cssmenu ul ul li {
  padding: 3px 0;
}
#cssmenu ul ul a {
  display: block;
  color: #595959;
  font-size: 13px;
  font-weight: bold;
}
#cssmenu ul ul a span{line-height: 1.1; display: block;}
#cssmenu ul ul a:hover {
  color: #ffba00;
}
#cssmenu {
	display: none;
}
/* Accordion Base Styles ends here */
.loder-warp {
	position: static;
	min-height: 250px !important;
}
#loadingimage {
	display: none;
	position: fixed;
	z-index: 10;
	left: 18%;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.loder-warp h2.title {
	text-align: center;
	font-style: italic;
	font-family: proxima-nova;
	text-transform: uppercase;
}
.loder-warp .figrue {
	width: 50%;
	float: left;
	margin-bottom: 30px;
}
.loder-warp .figrue img {
	width: 351px;
	height: 198px;
}
.loder-warp .videos-wrapper {
	margin-bottom: 30px;
}
.loder-warp #video-dayp_wrapper {
	margin: 0 auto;
}
.description-wrapper {
	clear: both;
	margin-bottom: 30px;
}
.category-sidebar {
	position: relative;
}
#sidebar-inner {
	margin-top: 0;
}
.position-static, .position-static .category-sidebar {
	position: static !important;
}
#sidebar-inner + div {
	display: none !important;
}
#date-menu-hendler {
	display: none;
}
@media all and (max-width: 767px) {
	#sidebar-inner {
		position: static !important;
	}
	#date-menu-hendler {
	display: block;
	font-size: 15px;
	  display: block;
	  text-shadow: 0 1px 1px #000;
	  background: #565656;
	  background: -moz-linear-gradient(#565656 0%, #323232 100%);
	  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #565656), color-stop(100%, #323232));
	  background: -webkit-linear-gradient(#565656 0%, #323232 100%);
	  background: linear-gradient(#565656 0%, #323232 100%);
	  border: 1px solid #000;
	  -webkit-border-radius: 4px;
	  -moz-border-radius: 4px;
	  border-radius: 4px;
	  outline: 0;
	  padding: 0;
    font-weight: bold;
    margin-bottom: 12px;
    padding: 9px 0;
    text-align: center;
    width: 97%;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
    color: #ffba00;
    text-decoration: underline;
	}
	.date-menu-hendler {
		display: none;
	}
	#date-menu-hendler:hover {
		color: #ffffff;
	}
	#loadingimage {
	    bottom: 0;
	    display: none;
	    left: 0;
	    margin: auto;
	    position: fixed;
	    right: 0;
	    top: 0;
	    z-index: 10;
	}
}
/* date-menu Base Styles */
.date-menu,
.date-menu ul,
.date-menu li,
.date-menu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  position: relative;
}
.date-menu a {
  line-height: 1.3;
}
.date-menu {
  width: 96%;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 3px;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
.date-menu > ul > li {
  margin: 0 0 2px 0;
}
.date-menu > ul > li:last-child {
  margin: 0;
}
.date-menu > ul > li > a {
  font-size: 15px;
  display: block;
  color: #ffffff;
  text-shadow: 0 1px 1px #000;
  background: #565656;
  background: -moz-linear-gradient(#565656 0%, #323232 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #565656), color-stop(100%, #323232));
  background: -webkit-linear-gradient(#565656 0%, #323232 100%);
  background: linear-gradient(#565656 0%, #323232 100%);
  border: 1px solid #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  outline: 0;
  padding: 0;
}
.date-menu ul li a:active, .date-menu ul li a:focus {
  outline: 0;
}
.date-menu > ul > li > a > span {
  display: block;
  border: 1px solid #666666;
  padding: 6px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: bold;
}
.date-menu > ul > li > a:hover {
  text-decoration: none;
}
.date-menu > ul > li.active, .date-menu > ul > li.current-parent  {
  border-bottom: none;
}
.date-menu > ul > li.active > a, .date-menu > ul > li.current-parent > a {
	background: #ffca4f; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffca4f 0%, #ffbf1e 50%, #ffba00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffca4f), color-stop(50%,#ffbf1e), color-stop(100%,#ffba00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffca4f 0%,#ffbf1e 50%,#ffba00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffca4f 0%,#ffbf1e 50%,#ffba00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffca4f 0%,#ffbf1e 50%,#ffba00 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffca4f 0%,#ffbf1e 50%,#ffba00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffca4f', endColorstr='#ffba00',GradientType=0 ); /* IE6-9 */
	color: #fff;
	text-shadow: 0 1px 1px #000;
	border: 1px solid #ffba00;
}
.date-menu > ul > li.active > a span, .date-menu > ul > li.current-parent > a span {
  border: 1px solid #ffca4f;
}
.date-menu > ul > li.has-sub > a span {
  background: url(images/icon_plus.png) 98% center no-repeat;
}
.date-menu > ul > li.current-parent > a span {
	background: url("images/icon_minus.png") no-repeat scroll 98%;
}
.date-menu > ul > li.has-sub.active > a span {
  background: url(images/icon_minus.png) 98% center no-repeat;
}
.date-menu > ul > li.current-parent ul {
	display: block;
}
.date-menu  ul  li.current a {
	color: #ffba00;
}
/* Sub menu */
.date-menu ul ul {
  padding: 5px 12px;
  display: none;
}
/* .date-menu ul ul li {
  padding: 3px 0;
} */
.date-menu ul ul a {
  display: block;
  color: #595959;
  font-size: 13px;
  font-weight: bold;
}
.date-menu ul ul a:hover {
  color: #ffba00;
}
/* date-menu Base Styles ends here */
.wod-post p {
	font-size: 12px !important;
}
/*
 * 
 * Popup style
 * 
 */
.wod-popup {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 80px;
    width: 47.2%;
    z-index: 9999999;
}
.wod-popup .wod-video-wrapper .video-4637_wrapper {
	height: 300px !important;
}
.wod-popup .wod-video-wrapper {
	margin-bottom: 20px !important;
}
.wod-popup h3 {
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	font-style: italic;
	font-family: proxima-nova;
	text-transform: uppercase;
}
.wod-post ul li h3 a {
	-webkit-transition: color 0.4s;
	-moz-transition: color 0.4s;
	-ms-transition: color 0.4s;
	-o-transition: color 0.4s;
	transition: color 0.4s;
	text-decoration: underline; 
	font-style: italic;
	font-family: proxima-nova;
	text-transform: uppercase;
}
.wod-post ul li h3 a:hover {
	color: #ffca4f;
}
.popup-background {
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.8);
	/*position: fixed;*/
	position: absolute;
	z-index: 99;
	left: 0;
	top: 0;
	display: none;
}
.close-it {
    display: block;
    float: right;
    width: 40px;
}
.close-it:hover, .close-it:active, .close-it:focus {
	outline: none;
}
.wod-post ul {
	list-style: none;
}
.wod-post h2 {
	text-align: center;
	font-style: italic;
	font-family: proxima-nova;
	text-transform: uppercase;
}
.wod-post .shortcodeVideoPlayer > div {
	margin: 0 auto;
}
.wod-content p {
	font-size: 14px !important;
	line-height: 1.25 !important;	
}
html body div .position-static {
	position: static !important;
}
#menu-main-menu-new li a {
	cursor: pointer;
}
#mobile-nav-menu ul li a:after {
	display: none !important;
}
.nav .dropdown-toggle .caret, .nav .active .dropdown-toggle .caret {
    border-bottom-color: #ffba00;
    border-top-color: #ffba00;
    margin-top: 11px;
    margin-left: 6px;
}
.nav .dropdown-toggle:hover .caret {
	border-bottom-color: #ffffff;
    border-top-color: #ffffff;
}
.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > a:hover, .nav > li.dropdown.open.active > a:focus, .nav > li > a:hover, .nav > li > a:focus {
	background: #ffd263; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffd263 0%, #ffba00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd263), color-stop(100%,#ffba00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffd263 0%,#ffba00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffd263 0%,#ffba00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffd263 0%,#ffba00 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffd263 0%,#ffba00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd263', endColorstr='#ffba00',GradientType=0 ); /* IE6-9 */
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
	background: #ffd263; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffd263 0%, #ffba00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd263), color-stop(100%,#ffba00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffd263 0%,#ffba00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffd263 0%,#ffba00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffd263 0%,#ffba00 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffd263 0%,#ffba00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd263', endColorstr='#ffba00',GradientType=0 ); /* IE6-9 */
}
#mobile-nav-menu ul .dropdown-menu li a {
	color: #ffd263;
}
#mobile-nav-menu ul .dropdown-menu li a:hover {
	color: #ffffff;
}
.mobile-menu-wrapper .dropdown-menu {
	position: static;
  	float: none;
}
#accordion-load ul li {
	font-size: 16px;
}
#accordion-load p {
	font-size: 16px;
}
#cssmenu ul ul a[data-flag="1"] {
	color: #ffd263;
}
.jquery-sticky-column-content ul li {
	font-size: 18px;
}

.page-template-template-ped-page-php #cssmenu ul.children {
    height: 95px;
    overflow-y: scroll;
     -webkit-overflow-scrolling: touch;
}
.page-template-template-ped-page-php #main {
	/*height: 1800px;*/
}
ul.dropdown-menu li a span + small {
	color: #ffffff !important;
}
ul.dropdown-menu li:hover a span + small {
	color: rgb(75,75,75) !important;
}

/*
 * 
 * Date menu style
 * 
 */
.page-template-template-workout-videos-new-php .date-menu ul li.has-sub > ul {
	max-height: 200px;
	overflow-y: scroll;
}
.page-template-template-workout-videos-new-php .date-menu ul li.has-sub:first-child > ul {
	overflow: hidden;
}
.ask-question-link {
	text-align: center;
	padding: 0 0 16px 0;
}
.ask-question-link a {
	font-size: 18px;
}
.page-template-template-ask-greg-php .sabai-form-field input[type="text"], .page-template-template-ask-greg-php .sabai-form-field input[type="email"] {
	height: 34px;
	line-height: 34px;
	padding: 0 4px !important;
}
.wod-content li  {
	margin-bottom: 20px;
}
#top-bar-nav-wrapper ul li a:hover {
	background: transparent;
	text-decoration: underline;
}
.date-menu > ul > li:first-child > a > span {
	background: none !important;
}
.date-menu > ul > li:first-child ul {
	overflow: visible !important;
	height: auto !important;
	display: block !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
.date-menu ul li a span {
	text-transform: uppercase;
}
.page-template-template-workout-videos-new-php .description-wrapper p {
	color: #ffffff;
}
@media (min-width:980px) and (max-width:1199px) { 
	.loder-warp .figrue {
		width: 47%;
	}

}
.page-template-template-workout-videos-new-php #footer, .page-template-template-ped-page-php #footer {
	margin-top: 0;
} 
.page-template-template-ped-page-php #content {
	min-height: 500px;
}
div #video-playlist ul {
	width: 76% !important;
	float: left;
	padding: 2% 0 2% 2% !important;
}
div #video-playlist ul.wod {
	float: right;
    height: 300px !important;
    margin-right: 1%;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-right: 1% !important;
    width: 16% !important;
    background-color: rgb(50,50,50)
}
#video-playlist ul.wod li {
    height: auto !important;
    line-height: 1;
    min-height: 0;
    padding: 0;
    width: auto;
    border-bottom: none !important;
}
#video-playlist ul.wod li a {
	font-size: 15px !important;
	font-weight: bold;
}
.page-template-template-workout-videos-new-php .wod-content a {
	color: blue;
	text-decoration: underline;
}
.date-menu > ul > li.has-sub > a span {
	text-indent: -6px;
}
.page-template-template-workout-videos-new-php .main-content {
        background: url(images/go_logo_wod.png) center center no-repeat rgba(220,220,220, 0.6);
	/*background-color: rgba(220,220,220, 0.6);*/
	-webkit-box-shadow: 0px 1px 15px 4px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 15px 4px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 15px 4px rgba(0,0,0,0.75);
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
	height: 600px;
	overflow-y: hidden; 
}
.single-wod .post_content {
    background: url(images/go_logo_wod.png) center center no-repeat;
}
@media all and (max-width: 767px){
    .page-template-template-workout-videos-new-php .main-content, .single-wod .post_content {
        background-size: 100% auto;
    }
}
.tax-answer_category .widgettitle, .page-template-template-answers-php .widgettitle, .single-answers .widgettitle, .page-template-template-ask-greg-php .widgettitle {
	font-size: 18px;
	margin-bottom: 10px; 
}
.page-template-template-ask-greg-php .widgettitle {
	font-size: 18px !important;
	margin-bottom: 10px !important; 
}
.category-sidebar ul a {
	display: inline-block;
}
.category-sidebar ul li a {
	font-size: 14px !important;
	line-height: 20px !important;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.page-template-template-ask-greg-php .category-sidebar ul {
	list-style: disc inside;
	padding-left: 8px;
}
.page-template-template-workout-videos-new-php .category-sidebar ul {
	padding-left: 0px;
}
.page-template-template-workout-videos-new-php .date-menu {
	width: 100%;
}
.page-template-template-ped-page-php .loder-warp {
	background-color: rgba(220,220,220, 0.6);
	-webkit-box-shadow: 0px 1px 15px 4px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 15px 4px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 15px 4px rgba(0,0,0,0.75);
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
}
.tax-answer_category .content-list article {
	border-bottom: 1px solid #eeeeee;
    margin-bottom: 18px;
    padding: 0 0 9px;
}
.page-template-template-answers-php a.more-link, .tax-answer_category a.more-link, .tax-answers_tag a.more-link {
	display: inline;
}
.page-template-template-answers-php .greg-answer, .tax-answer_category .greg-answer, .tax-answers_tag .greg-answer {
	display: block;
	
}

/*.page-template-template-answers-php a.more-link:before, .tax-answer_category a.more-link:before,  .tax-answers_tag a.more-link:before {
	content: "Greg's Answer »";
	font-size: 11px;
}*/
.single-wod .wod-popup {
	width: 70%;
}
.single-wod .wod-popup .shortcodeVideoPlayer > div {
	margin-left: auto;
	margin-right: auto;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.8); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,1); 
}
ul::-webkit-scrollbar-thumb{
background-color:#B03C3F;
border-radius:10px;
}
ul::-webkit-scrollbar-thumb:hover{
background-color:#BF4649;
border:1px solid #333333;
}
ul::-webkit-scrollbar-thumb:active{
background-color:#A6393D;
border:1px solid #333333;
} 
ul::-webkit-scrollbar-track{
border:1px gray solid;
border-radius:10px;
-webkit-box-shadow:0 0 6px gray inset;
} 
#cssmenu {
	overflow-x: hidden;
}
.loder-warp .nano > .nano-content {
	padding: 16px;
}
/****************************************************
 *   map responsive desing
 ****************************************************/
#map_wrapper, #interactive_body_map {
	width: 100%;
	max-width: 980px;
}
.body_map_image {
	max-width: 100%;
	width: 100%;
	height: auto;
}
#map_wrapper {background-size: 100%;}
/*#bodypart-name-shoulders {
    left: 33%;
    top: 4%;
    display: block !important;
}
#map_wrapper:after{
	content: url("images/bodymap/base.jpg");
	position: static;
	max-width: 100%;
	height: auto;
	display: block;
	width: auto;
}
#map_wrapper {
	height: auto;
	background: none;
}*/
/*.page-template-template-workout-videos-new-php .wod-popup {
	width: auto;	
}*/
.single-wod a.wod-popup-link {
	color: blue;
	text-decoration: underline;
}
@media all and (min-width:1070px) {
	.page-template-template-ped-page-php .category-sidebar {
		margin-left: -45px !important;
	    width: 350px !important;
	}
	.page-template-template-ped-page-php #cssmenu ul ul {
	    display: none;
	    padding: 5px 19px;
	}
}
.page-template-template-ped-page-php ul.nano > .nano-pane {
    left: 326px;
    right: 0;
}
.page-template-template-workout-videos-new-php .date-menu ul ul {
    padding: 5px 19px !important;
}
@media all and (max-width:767px) {
	#date-menu-hendler {
		width: 100%;
	}
	.page-template-template-workout-videos-new-php .date-menu, .page-template-template-workout-videos-new-php .main-content {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.page-template-template-workout-videos-new-php .main-content {
		margin-top: 25px;
	}
}
#calendar-teaser-wrapper {
	position: absolute;
}
#calendar-teaser-wrapper .video-teaser-inner {
	margin-top: 210px;
}
.page-template-template-plittionary-page-php #wrapper {
	position: relative;
}
.page-template-template-plittionary-page-php #footer {
	margin-top: 0px;
}
.page-template-template-plittionary-page-php #calendars-wrapper {
	margin-bottom: 100px;
}
@media all and (max-width:965px) and (min-width:768px) {
	table.calendar {
		width: 78%;
	}
}
@media all and (max-width:767px) {
	#calendars {
		width: 100%;
	}
	table.calendar tbody td {
		display: block;
		width: 100%;
	}
	#calendar-inner {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	table.calendar thead th {
		display: block !important;
		width: auto;
	}
}
.page-template-template-ped-page-php .video-teaser-wrapper, .page-template-template-workout-videos-new-php  .video-teaser-wrapper {
	background-color: rgba(0,0,0,0.7);
}
.page-template-template-workout-videos-new-php .video-teaser-wrapper + img {
	display: block;
	margin: 0 auto;
}
.wod-popup:after {
	content: " ";
	display: block;
	height: 0;
	width: 0;
	clear: both;
	overflow: hidden;
}
.single-wod .video-teaser-wrapper + img {
	display: block;
	margin: 0 auto;
}
.wod-popup {
	bottom: auto;
}
.close-it {
    display: block;
    float: right;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 40px;
    z-index: 9999;
}
.single-wod .wod-popup {
	width: auto;
}

html .page-template-template-workout-videos-new-php .date-menu ul ul {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.list-body-map {
	display: none;
}
@media all and (max-width: 767px) {
	.list-body-map {
		display: block;
		background-color: #ffffff;
		margin-top: 36px;
		padding: 15px;
		text-align: left;
	}
	#interactive_body_map {
		display: none;
	}
	#video-playlist ul li {
		float: none;
	}
	div #video-playlist ul {
		float: left;
		width: 48% !important;
	}
	div #video-playlist ul.wod {
		float: right !important;
		width: 34% !important;
	}
}
.page-template-template-ped-page-php .span5.jquery-sticky-column-content.loder-warp {
    width: 342px;
}
@media all and (max-width: 420px) {
	div #video-playlist ul {
		float: none;
		width: auto !important;
		margin: 0 auto;
	}
	div #video-playlist ul.wod {
		float: none !important;
		width: auto !important;
		margin: 0 auto;
	}
	div #video-playlist ul+p {
		clear: both !important;
		display: block;
		float: none !important;
	}
        .page-template-template-ped-page-php .span5.jquery-sticky-column-content.loder-warp {
            width: 100%;
        }
}
.page-template-template-workout-videos-new-php .wod-popup {
    position: fixed;
}
.page-template-template-plittionary-page-php  #sb-wrapper-inner {
    margin-top: 20px;
}
.page-template-template-plittionary-page-php #sb-title-inner {
    color: #FFBA00;
}
.single .has-scrollbar {
    height: 550px;
}
.nano-content {
    padding-right: 22px;
}
.single-wod .wod-popup {
    position: fixed;
    width: 56%;
}
.btn-yellow-half.btn-booking {
    width: 42%;
    float: left;
}
.btn-yellow-half.btn-booking + .btn-yellow-half.btn-booking {
    float: right;
}
.page-template-template-ask-greg-php .category-sidebar .widgettitle {
    color: #ffba00;
    font-weight: bold;
}
.page-template-template-workout-videos-new-php .date-menu > ul > li.has-sub > a span {
  background: none;
}
.page-template-template-workout-videos-new-php .date-menu > ul > li.has-sub > a {
  background: #565656;
  background: -moz-linear-gradient(#565656 0%, #323232 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #565656), color-stop(100%, #323232));
  background: -webkit-linear-gradient(#565656 0%, #323232 100%);
  background: linear-gradient(#565656 0%, #323232 100%); 
}
.page-template-template-workout-videos-new-php .date-menu > ul > li > a > span {
    border: 1px solid #666666;
}
.page-template-template-workout-videos-new-php .date-menu > ul > li > a {
    border: 1px solid #000000;
}
.page-template-template-workout-videos-new-php .date-menu ul li.has-sub + li.has-sub > ul {
    display: block !important;
    overflow: visible !important;
    height: 78px !important;
}
#calendar-title p, .calendar-text-bottom p, .calendar-text-bottom {
    color: #000000;
}
#calendar-title h2 {
    text-align: center;
}
.page-template-template-plittionary-page-php .cell-data a {
    font-weight: bold;
}
.background-image-none {
    background-image: none !important;
}
.page-template-template-workout-videos-new-php .main-content.background-image-none {
    height: 475px;
}
.page-template-template-workout-videos-new-php .main-content.background-image-none .nano-content > p.lead:first-child {
   display: none !important;
}
/************************************************
 *  footer style
 ************************************************/
#footer-nav ul#menu-footer li:first-child {
    width: 100%;
    clear: both;
    float: none;
}
#footer-nav ul#menu-footer li:last-child {
    width: 100%;
    clear: both;
    float: none;
}
#footer-nav {
    width: 45%;
}
#footer-nav ul#menu-footer {
    width: 100%;
}
#footer-nav ul#menu-footer > li ul > li {
    width: 33% !important;
    float: left !important;
    margin-left: 0;
    margin-right: 0;
    clear: none !important;
}
.icon-3x {
    font-size: 2.8em; 
}
.footer-social {
    margin-top: 25px;
}
body {
    position: relative;
}
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
.wod-content {
    padding-right: 18px;
}
.ie .nano > .nano-content {
  overflow      : hidden;
}
.ie .nano {
    overflow: visible;
}
.ie .page-template-template-workout-videos-new-php .main-content {
    overflow-y: visible;
}
.page-template-template-ped-page-php ul.nano > .nano-pane {
        left: 325px;
        
    }
@media all and (max-width: 1069px) {
    #cssmenu {
        width: 242px;
    }
    .page-template-template-ped-page-php ul.nano > .nano-pane {
       left: 233px;
    }
}
@media all and (max-width: 767px) {
    #cssmenu {
        margin: 0 auto 20px;
    }
}
.page-template-template-workout-videos-new-php .wod-popup {
    position: fixed;
    z-index: 2147483647;
}
@media all and (max-width: 767px) {
   .wod-popup h3 {
        font-size: 16.5px;
        line-height: 1.2;
        margin-bottom: 8px;
    }
    .wod-popup, .single-wod .wod-popup {
        width: 95%;
    }
    .wod-popup-image-container {
        text-align: center;
    }
/*    .wod-popup-image-container img {
        max-width: 100%;
    }
    .page-template-template-workout-videos-new-php .wod-video-wrapper {
        width: 100%;
    }
    .page-template-template-workout-videos-new-php .wod-video-wrapper .shortcodeVideoPlayer {
        width: 100%;
    }
    .wod-popup {
        position: absolute;
    }*/
}


/*
 * css issues fixing 15-01-2014
 */

@media all and (min-width: 481px) and (max-width: 979px) {
    header #menu-main li li a span, header #menu-main-menu-new li li a span {
            color: #ffffff; 
    }
    header #menu-main li li a:hover span, header #menu-main-menu-new li li a:hover span {
            color: #000000; 
    }
    .nav-collapse.in.collapse {
        height: auto !important;
    }
}

/*footer style for max width 480px*/
@media all and (max-width: 767px) {
    #footer-nav {
        width: 100%;
    }
    #footer-nav #menu-footer ul.sub-menu {
        clear: both;
        display: block;
        overflow: hidden;
        text-align: center;
    }
    #footer-nav #menu-footer ul.sub-menu li {
        display: inline-block;
        float: none !important;
        width: auto !important;
        margin: 0 4px;
    }
    #footer-nav #menu-footer ul.sub-menu li a {
        display: block;
        padding: 10px 0 10px;
        text-align: center;
        width: auto;
    }
    #footer-newsletter {
        width: 100%;
    }
}

/*footer style between 768px to 892px */

@media all and (min-width: 768px) and (max-width: 892px) {
    #footer-newsletter {
        width: 32%;
    }
    #footer-nav {
        width: 42%;
    }
    .footer-social li {
        margin-right: 18px;
    }
    .footer-social .icon-3x {
        font-size: 2em;
    }
}


/*css to fix popups*/
@media all and (max-width: 767px) {
    .shortcodeVideoPlayer > div {
        width: 100% !important;
        max-width: 100%;
    }
    .page-template-template-workout-videos-new-php .wod-popup, .single-wod .wod-popup {
        top: 63px;
        bottom:0;
        position:fixed;
        overflow-y:scroll;
        overflow-x:hidden;
        padding-top: 18px;
    }
    .close-it {
        right: 0;
        top: 0;
    }
}


/*issues fixing 16-01-2015*/
@media all and (min-width: 481px) and (max-width: 767px) {
    #main-header {
        position: absolute;
    }
}

.page-template-template-workout-videos-new-php ul.nano > .nano-pane {
    left: 90% !important;
}
@media all  and (max-width: 1023px) {
    .page-template-template-workout-videos-new-php ul.nano > .nano-pane {
        left: 80% !important;
    }
}
.scroll-to-top {
  background: #363636;
  background: rgba(100, 100, 100, 0.4);
  color: #FFF;
  bottom: 4%;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 999;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  width: 40px;
  border-radius: 4px;
  -webkit-transition: background-color 0.3s linear;
     -moz-transition: background-color 0.3s linear;
       -o-transition: background-color 0.3s linear;
          transition: background-color 0.3s linear;
}
.scroll-to-top:hover {
  background: #ffba00;
  opacity: .8;
}
.page-template-template-workout-videos-new-php .nano-content .wod-post .page-header {
    margin-top: 0px;
    margin-bottom: 8px;
}
.page-template-template-workout-videos-new-php .nano-content .wod-post .page-header h1 {
    margin: 0;
}
.page-template-template-workout-videos-new-php .nano-content .wod-content p {
    margin-bottom: 8px;
}
.page-template-template-workout-videos-new-php .nano-content .social-share-wrapper ul {
    margin: 0;
}
.social-share-wrapper ul li {
    float: left;
}
.fa-angle-up:before{
 content:"\f106";
 font-family:'FontAwesome';
 font-style: normal;
 }
 #mobile-nav-menu .mobile-menu-wrapper {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;   
 }
 .single ul.social-share {
     height: 20px; 
 }
 .page-template-template-workout-videos-new-php .main-content.background-image-none {
     height: 600px;
 }

.woocommerce ul.products li.product .onsale {
	display: none!important;

	}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h2 {
	color: #ffba00!important;

	}
 .woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
    height: auto;
    min-height: 0;
    width: auto;
}
.woocommerce-page.single-product #content div.product div.images img {
    width: auto;
}
.woocommerce.single-product .related ul.products li.product img {
    max-height: none;
    min-height: 0;
    height: auto;
    max-width: none;
    min-width: 0;
    width: auto;
}
.cart-side-image {
    float: left;
}
.woocommerce-cart .shipping-calculator-button {
    font-size: 12px;
    line-height: 10px;
}
.woocommerce-cart  .cart_totals.calculated_shipping > h2, .woocommerce-cart  .cart_totals > h2 {
    font-size: 16px;
    text-align: left;
}
.woocommerce table.shop_table, .woocommerce-page table.shop_table {
    background-color: #EEEEEE;
}
.woocommerce-page.post-type-archive-product #wrapper .background-container, .woocommerce-page.single-product #wrapper .background-container { 
    background: url(images/concrete3.jpg) center top no-repeat #999a9b;
    background-size: cover;
    background-position: right top; 
    padding-bottom: 50px;
}
.woocommerce-page.post-type-archive-product #footer, .woocommerce-page.single-product #footer {
    margin-top: 0;
} 
.woocommerce ul.products li.product .price, .woocommerce.single-product p.price span.amount {
    color: #333333;
}
.woocommerce-page.post-type-archive-product h1.page-title {
    font-size: 25px;
}
.woocommerce-page.single-product #tab-description h2, .woocommerce-page.single-product .related products > h2 {
    font-size: 20px;
}
.woocommerce-page.single-product #tab-description > p span {
    background: none !important;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    height: 40px !important;
}


.woocommerce-page.post-type-archive-product ul.products, .woocommerce div.product {
    padding: 10px;
    background: rgb(236, 236, 236);
    border-radius: 5px;
    -webkit-box-shadow: 7px 6px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 6px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 7px 6px 5px 0px rgba(0,0,0,0.75);
}
.woocommerce-page.post-type-archive-product ul.products li h3, .woocommerce-page.post-type-archive-product ul.products li span.price {
    color: #000;
}
.woocommerce-page.post-type-archive-product ul.products li h3 {
    line-height: 1.25;
    padding-bottom: 20px;
}
.woocommerce-page.single-product .category-sidebar, .woocommerce-page.single-product .category-sidebar ul a {
    color: #000;
}
.woocommerce-page.single-product #main * {
    color: #000 !important;
}
.woocommerce-page.single-product #main select, .woocommerce-page.single-product #main select option, .woocommerce-page.single-product #main .additional_information_tab.active a, .woocommerce-page.single-product #main .description_tab.active a {
    color: #000000 !important;
}

.woocommerce-page.post-type-archive-product h1.page-title, .woocommerce-page.post-type-archive-product .category-sidebar, .woocommerce-page.post-type-archive-product .category-sidebar ul a {
    color: #000;
}
@media all and (max-width: 768px){
    .woocommerce-page.post-type-archive-product #wrapper .background-container, .woocommerce-page.single-product #wrapper .background-container { 
        background: url(images/concrete3.jpg) center top no-repeat #999a9b;
        background-size: cover;
        background-position: right top; 
        padding-bottom: 50px;
    }
}

/****************************************
 *  Product Category Page Style
 ****************************************/
.woocommerce-page.tax-product_cat #wrapper .background-container { 
    background: url(images/concrete3.jpg) center top no-repeat #999a9b;
    background-size: cover;
    background-position: right top; 
    padding-bottom: 50px;
}
@media all and (max-width: 768px){
    .woocommerce-page.tax-product_cat #wrapper .background-container { 
        background: url(images/concrete3.jpg) center top no-repeat #999a9b;
        background-size: cover;
        background-position: right top; 
        padding-bottom: 50px;
    }
}
.woocommerce-page.tax-product_cat #footer {
    margin-top: 0;
} 
.woocommerce ul.products li.product .price {
    color: #333333;
}
.woocommerce-page.tax-product_cat h1.page-title {
    font-size: 25px;
}
.woocommerce-page.tax-product_cat ul.products {
    padding: 10px;
    background: rgba(50, 50, 50, 0.5);
    border-radius: 5px;
    -webkit-box-shadow: 7px 6px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 6px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 7px 6px 5px 0px rgba(0,0,0,0.75);
}
.woocommerce-page.tax-product_cat ul.products li h3, .woocommerce-page.tax-product_cat ul.products li span.price {
    color: #ffffff;
}

.woocommerce-page.tax-product_cat h1.page-title, .woocommerce-page.tax-product_cat .category-sidebar, .woocommerce-page.tax-product_cat .category-sidebar ul a {
    color: #000;
}
.woocommerce-page.archive .category-sidebar h2 {
    margin-top: 15px;
}
.woocommerce-page.archive ul.products li .jckqvBtn {
    opacity: 1 !important;
    visibility: visible !important;
    color: #000;
}
#bottom-checkout-button {
    text-align: center;
    width: 80px;
    float: right;
}
.woocommerce-page.woocommerce-checkout input[type="text"], .woocommerce-page.woocommerce-checkout input[type="password"] {
    height: 26px;
    line-height: 26px;
}
.woocommerce-page.archive .product-category-container + .woocommerce-result-count {
    display: none;
}
.woocommerce-page.archive .product-category-container {
    float: left;
    margin-left: 0;
}
.woocommerce-page.archive .product-category-container ul li {
    float: left;
    padding: 0 6px;
    list-style: none;
}
.woocommerce-page.archive .product-category-container ul li +li {
    border-left: 2px solid #ffffff;
}
.woocommerce-page.archive .product-category-container ul li a {
    font-size: 16px;
    color: #ffffff;
    /*font-weight: bold;*/
}
.woocommerce-page.archive .product-category-container ul {
    margin: 4px 0;
}
@media all and (max-width: 595px){
    .woocommerce-page.archive .product-category-container {
        margin-left: 0;
    }
}
@media all and (max-width: 450px){
    .woocommerce-page.archive .product-category-container {
        float: none;
        clear: both;
        margin-bottom: 15px;
        overflow: hidden;
    }
}

.mobile-show-cart {
    display: none !important;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    height: 40px !important;
}

@media all and (max-width: 480px){
    .mobile-show-cart {
        display: block !important;
        bottom: -10px;
        float: right;
        position: relative;
        text-align: center;
        width: 41px;
    }
    .woocommerce table.shop_table td, .woocommerce-page table.shop_table td {
        padding: 2px 2px;
    }
    .woocommerce-page.woocommerce-cart table.shop_table td.actions .button {
        width: 100% !important;
        float: none !important;
        margin: 5px 0 !important;
    }
    .post_content > .woocommerce > form {
        margin-left: -15px;
        margin-right: -15px;
        font-size: 12px;
    }
    .woocommerce-page.woocommerce-cart table.shop_table .product-name > a {
        -ms-word-break: break-all;
        word-break: break-all;
        word-break: break-word;
       -webkit-hyphens: auto;
       -moz-hyphens: auto;
        hyphens: auto;
    }
}
@media all and (max-width: 768px){
    .cart-side-image {
        float: none;
        text-align: center;
    }
}