/*
Theme Name: Pisgah Productions, v1
Theme URI: 
Description: For Pisgah Productions
Version: v1.0
Author: Todd Heckeler
Author URI: http://consumedesign.com
*/

/* **************** UNIVERSAL *********************** */


body {
	padding: 0px;
	margin: 0px;
	font-family: Trebuchet MS,Arial,Helvetica,Sans-Serif;
	color: #333;
}

body.custom-background {
	background-image: url(images/background.jpg) !important;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
}


a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #000;
}

:focus {
	outline: none;
}

* {
	margin: 0;
	padding: 0;
}

.clear-all, .clear {
	clear: both;
}

.float-left, .alignleft {
	float: left;
}

.float-right, .alignright {
	float: right;
}

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

.align-left {
	text-align: left !important;
}

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

.clickable:hover {
	cursor: pointer;
}

hr {
	background-color: #000;
	border-top: solid 1px #948E80;
	border-left: none;  
	height:0px;
	/* ALPHA */
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.body-hr {
	width: 90%;
	min-width: 1200px;
	border-top: solid 1px #333;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

table {
	font-size: 13px;
}

.table-header {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}

.table-header:first-child {
	padding-top: 0px;
}

h1 {
	text-transform: uppercase;
	font-size: 26px;
}

ul, ol {
	margin-left: 60px;
	margin-right: 20px;
}

ul > li, ol > li {
	margin-bottom: 10px;
}

.hidden {
	display: none;
}



/* **************** header *********************** */

.nav {
	background-color: #798462;
	padding: 20px 100px 20px 20px;
	display: block;
	text-align: right;
	width: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */

}

.nav span {
	font-size: 42px;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	text-shadow: -1px -1px 1px #333;
	float: left;
	margin-left: 180px;
	margin-top: -10px;
	/* ALPHA */
	filter: alpha(opacity=15);
	opacity: 0.15;
	font-family: Helvetica,Sans-Serif;
}

.nav li {
	list-style-type: none;
	display: inline;
	border-left: 1px white solid;
}

.nav li:first-child {
	border-left: 0px !important;
}

.nav a {
	font-size: 18px;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	padding: 6px 10px 6px 10px;
	text-shadow: -1px -1px 1px #333;
}

.nav a:first-child {
	border-left: 0px !important;
}

.nav a:hover {
	text-shadow: 0px 1px 1px #ccc;
	color: #333;
}

.menu-item-735 {
}

.logo {
	width: 250px !important;
	height: 250px !important;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	z-index: 1001;
	background-image: url(images/logo.png);
	margin-top: -120px;
	margin-left: -150px;
}


.header {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

.current-menu-item a {
	background-color: #AF2720;
	color: #fff;
	text-shadow: -1px -1px 1px #333;
	margin-left: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.current-menu-item a:hover {
	color: #fff;
	text-shadow: -1px -1px 1px #333;
	margin-left: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}


/* **************** event *********************** */

.events {
	margin: 20px auto 6px auto;
	width: 1200px;
}

.event {
	width: 146px;
	height: 120px;
	display: block;
	/*
	background-color: #857C6B;
	filter: alpha(opacity=70);
	opacity: 0.7;
	*/
	vertical-align: middle;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80% Auto;
	/* RADIUS */
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-left: 2px;
	border: 1px #BCBB9E solid;
}

.events > span {
	float: left;
	margin: 0px 0px 0px 2px;
	background-position: center center;
	background-repeat: no-repeat;
}

.events > span:first-child {
	margin: 0px !important;
}

.event-logo {
	filter: alpha(opacity=100) !important;
	opacity: 1 !important;
	/*background-color: #8E8870 !important;*/
	border: 0px;
}

.event-blank {
	border: 0px !important;
}

.event-hover {
	background-color: #333;
	cursor: pointer;
	z-index: 0;
	position: relative;
	margin-top: -1px !important;
	/* RADIUS */
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	/* ALPHA */
	filter: alpha(opacity=80);
	opacity: 0.8;
	margin-bottom: 0px important;
}

.event-click {
	background-color: #000;
	padding: 10px;
	position: absolute;
	z-index: 4001;
	margin-top: -5px !important;
	margin-left: -5px !important;
	/* RADIUS */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	/* DROPSHADOW */
	-moz-box-shadow: 0px 0px 14px #000;
	-webkit-box-shadow: 0px 0px 14px #000;
	box-shadow: 0px 0px 14px #000;
	/* ALPHA */
	filter: alpha(opacity=100);
	opacity: 1;
	border: 0px;
}

.event-loading {
	background-image: url(images/loading-black-3.gif) !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: 32px 32px;
}

.event-arrow {
	position: absolute;
	z-index: 3001;
	width: 55px;
	height: 56px;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: none;
}

.event-popup {
	background-image: url(images/50-white.png);
	-moz-box-shadow: inset 0px 0px 10px #333;
	-webkit-box-shadow: inset 0px 0px 10px #333;
	box-shadow: inset 0px 0px 10px #333;
	height: 0px;
}

.event-content {
	min-height: 0px;
	margin: auto;
	/*background-color: white;*/
	padding: 10px;
	width: 1200px;
	display: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.popup-info {
	float: left;
	width: 300px;
	padding: 10px;
}

.popup-info hr {
	margin-top: 6px;
	margin-bottom: 6px;
}

.popup-photos {
	width: 400px;
}

.popup-photos a {
	width: 400px;
	height: 300px;
	background-position: center center;
	/* RADIUS */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: block;
	background-repeat: no-repeat;
}

.popup-photos big {
	font-size: 16px;
	color: #57594C;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	display: block;
}

.popup-nav {
	background-image: url(images/popup-nav.png);
	background-repeat: repeat-y;
	background-position: center center;
	padding: 10px;
}


.popup-nav hr {
	width: 90%;
	margin: 2px auto 2px auto;
}

.popup-nav a, .popup-nav span {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding: 6px;
	display: block;
	color: #5F6052;
	font-weight: bold;
	/* RADIUS */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.popup-nav a:hover {
	color: #fff;
	background-color: #AF2720;
	cursor: pointer;
}


.popup-raceIMG {
	text-align: center;
	width: 320px;
	background-color: white;
	padding: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.popup-raceIMG img {
	width: 300px;
	max-width: 300px;
	height: auto;
	max-height: 400px;
}

.registration {
	background-color: #E0DFD2 !important;
	color: #565653 !important;
	margin-top: 4px;
	text-transform: uppercase;
}


.registration:hover {
	background-color: #AF2720 !important;
	color: white !important;
}

.popup-closeDIV {
	text-align: center;
	width: 80px;
	padding: 0px 10px 10px 10px;
}

.popup-closeDIV a {
	margin-right: auto;
	margin-left: auto;
	padding: 6px;
	display: block;
	color: #565653;
	font-weight: bold;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #E0DFD2;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 12px;
}

.popup-closeDIV a:hover {
	color: #fff;
	background-color: #AF2720;
	cursor: pointer;
}

/* **************** home-slides *********************** */

.home-slides {
	position: relative;
	width: 1199px;
	height: 400px;
	display: block;
	background-color: white;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

.home-slides-container {
	position: absolute;
	width: 100000px;
	z-index: 0;
}

.home-slide {
	width: 1200px;
	height: 400px;
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
}

.home-slide div {
	width: 600px;
	margin-left: 100px;
	margin-right: 100px;
	margin-top: 20px;
}

.home-slide big {
	display: inline;
	background-color: #5A7646;
	text-transform: uppercase;
	color: white;
	font-size: 42px;
	font-weight: bold;
	/* ALPHA */
	filter: alpha(opacity=70);
	opacity: .7;
	line-height: 55px;
}

.home-slide small {
	display: inline;
	background-color: #333;
	text-transform: uppercase;
	color: white;
	font-size: 18px;
	font-weight: bold;
	/* ALPHA */
	filter: alpha(opacity=60);
	opacity: .6;
	line-height: 18px;
}


.home-slide-arrow {
	width: 50px;
	height: 400px;
	position: absolute;
	z-index: 1001;
	background-image: url(images/slideshow-arrows.png);
	background-position: left center;
	/* ALPHA */
	filter: alpha(opacity=60);
	opacity: .6;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: none;
}

.home-slide-arrow:hover {
	/* ALPHA */
	filter: alpha(opacity=100);
	opacity: 1;
	cursor: pointer;
	-moz-user-select: none; 
	-khtml-user-select: none; 
	-webkit-user-select: none; 
	-o-user-select: none;
}

.slide-right {
	float: right;
	left: 1150px;
	background-position: right center;
}


/* **************** page *********************** */

.page {
	min-width: 1200px;
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	/* RADIUS */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	line-height: 32px;
	color: #000;
	text-align: left;
	/*background-image: url(images/50-white.png);*/
	text-shadow: 0px 1px 4px #fff;
	font-size: 16px;
	width: 90%;
}

.page-left {
	padding: 20px;
	display: block;
	width: 26%;
	float: left;
}


.page-logo {
	/* RADIUS */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 20px;
	background-color: #fff;
	display: block;
	width: 300px;
	float: left;
	text-align: center;
}

.page-logo img {
	max-width: 280px;
	height: auto;
}

.page-img {
	/* RADIUS */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #FFFFFF;
	display: block;
	width: 340px;
	float: left;
	text-align: center;
	margin-top: 10px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
}

.page-right, .page-title {
	padding: 20px;
	display: block;
	width: 66%;
	float: right;
}

.page-title {
	display: block;
	color: #EAEADD;
	font-size: 46px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: -1px -1px 1px #fff, 0px 1px 1px #333;
	line-height: 50px;
}


.page-title hr {
	margin-top: 14px;
	margin-bottom: 4px;
}

.page-title a, .page-title span {
	color: #333333;
	text-shadow: -.5px -.5px .5px #000, 0px 1px 1px #fff;
	font-size: 14.25px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 6px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	/* RADIUS */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-left: 4px;
}

.page-title a:hover {
	color: #fff;
	text-shadow: -1px -1px 1px #333;
	cursor: pointer;
	background-color: #798462;
}

.page-title span {
	background-color: #AF2720;
	color: white;
	text-shadow: -1px -1px 1px #333;
}

.page p {
	margin-top: 20px;
}

.page p:first-child {
	margin-top: 0px;
}

.page p {
	margin-top: 20px;
	margin-bottom: 20px;
}

.sponsors-row {
	padding: 20px;
	background-color: white;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 10px;
}

.sponsors-row a {
	max-width: 700px;
	display: inline-block;
	margin-right: 12px;
	margin-left: 12px;
	vertical-align: middle;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
}


.sponsors-row img {
	width: 100%;
	max-width: 400px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}


.sponsors {
	padding: 20px;
	background-color: white;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width: 700px;
}

.sponsors a {
	width: 150px;
	height: auto;
	margin: 10px;
}

.sponsors img {
	max-width: 150px;
	height: auto;
	vertical-align: middle;
}

.media .page-right a {
	width: 180px;
	height: 180px;
	background-repeat: no-repeat;
	background-position: center center;
	filter: alpha(opacity=80);
	opacity: .8;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: block;
	overflow: hidden;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	padding: 10px;
	margin: 10px;
	background-color: white;
	float: left;
}

.media .page-right a:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.media .page-right a big {
	text-shadow: -1px -1px 1px #333;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 18px;
	width: 160px;
}

.media .page-right a span {
	text-shadow: 0px 1px 1px #fff;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	text-align: right;
	margin-bottom: 10px;
}

.event-date {
	background-color: #798462 !important;
	color: white;
	text-shadow: -1px -1px 1px #333;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 6px;
	line-height: 15px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: inline;
	}

.season-loading {
	/* RADIUS */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	/* ALPHA */
	filter: alpha(opacity=70);
	opacity: 0.7;
	min-height: 200px;
	background-image: url(images/loading-black-3.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: black !important;
}

.seasons {
	margin-bottom: 10px;
	text-align: right;
	padding-bottom: 6px;
}

.seasons hr {
	margin-top: 2px !important;
}

.seasons span {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 4px 10px 4px 10px;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin-right: 0px;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
}

.season-roll:hover {
	text-shadow: -1px -1px 1px #333;
	background-color: #798462;
	cursor: pointer;
	color: #fff;
}

.seasons-active {
	background-color: #AF2720;
	color: white;
	text-shadow: -1px -1px 1px #333;
}

/* **************** results *********************** */

.results h2, .results h3 {
	margin-top: 20px;
}

.results table {
	font-size: 10px;
	line-height: 16px;
	margin-top: 10px;
}

.results table td {
	padding: 6px;
}


/* **************** single *********************** */

.post-thumbnails {
	text-align: center;
}

.post-thumbnails a {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.post-thumbnails img {
	margin: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

/* **************** Footer *********************** */
.footer {
	min-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 40px;
	width: 90%;
}

.footer-content {
	float: left;
	margin-right: 20px;
	width: 460px;
}

.footer-points-series big {
	float: right;
	margin-left: 30px;
	width: 460px;
	text-shadow: -1px -1px 1px #969688;
	color: #D8D7C6 !important;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
}

.footer-points-series a {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 20px;
}

.footer-points-series img {
	width: 150px;
	height: auto;
}


.footer-extra {
	width: 320px;
	height: 220px;
	overflow: hidden;
	/* RADIUS */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	/* ALPHA */
	filter: alpha(opacity=70);
	opacity: 0.7;
	background-repeat: no-repeat;
	background-position: center center;
}

.footer-extra:hover {
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}


.footer-extra big {
	background-color: #607854;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 4px 10px 4px 10px;
	width: 300px;
	display: block;
	color: white;
	position: relative;
	top: 180px;
}

.footer-copy {
	font-size: 14px;
	color: #333;
	line-height: 18px;
	font-weight: bold;
}

.footer-copy big {
	font-size: 24px;
	color: #667251;
	font-weight: bold;
	line-height: 36px;
}


.footer-copy p {
	margin-left: 30px;
	margin-bottom: 20px;
}

.footer-social {
	width: 200px;
	display: block;
	margin-top: 20px;
}

.footer-icons {
	background-image: url(images/social.png);
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	display: block;
	float: left;
}

.footer-icons:hover {
	cursor: pointer;
}

.footer-icons-twitter { background-position: right top; }
.footer-icons-twitter:hover { background-position: right bottom;}
.footer-icons-facebook { background-position: left top; }
.footer-icons-facebook:hover { background-position: left bottom;}



.footer-consume {
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	color: #948E76;
	margin-top: 40px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}

.footer-consumedesign {
	width: 114px;
	height: 60px;
	display: block;
	background-image: url(images/footer-consume.png);
	background-repeat: no-repeat;
	background-position: left center;
	float: right;
	margin-top: 10px;
}

.footer-consumedesign:hover {
	background-position: right center;
}

.footer-forest {
	color: white;
	font-size: 12px;
	width: 100%;
	float: right;
	text-align: right;
}

.footer-forest a {
	color: white;
	text-decoration: underline;
}

.footer-forest a:hover {
	color: #000;
}

/* **************** blog *********************** */

.full-page {
	width: 1100px !important;
	margin-right: auto;
	margin-left: auto;
}


.full-page .page-title {
	width: 1100px !important;
	float: none;
	padding: 0px !important;
}

.full-page hr {
	margin-top: 2px !important;
}

.post {
	width: 1000px;
	display: block;
	padding: 20px;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	margin-right: auto;
	margin-left: auto;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 14px;
	line-height: 32px;
}

.blog .clickable:hover {
	background-color: #DBDBC7;
}

.post-title {
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
}

.post-content {
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
}

.post-right {
	margin-bottom: 20px;
	margin-left: 20px;
	float: right;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	max-width: 400px;
	height: auto;
}

.post-right img {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
/* **************** shop *********************** */

h1.page-title {
	display: none;
}

.shop-title-container {
	border-bottom: 1px #D9D9D9 solid;
	padding: 30px 0px 6px 0px;
	margin-right: 20px;
	margin-left: 20px;
}

.shop-title, .product-title {
	color: #333;
	font-size: 26px;
	text-transform: uppercase;
	float: left;
	font-weight: bold;
}

.shop-title {
	color: #333;
}

.product-title {
	color: #EAEADD;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-transform: uppercase;
	text-shadow: -1px -1px 1px #fff, 0px 1px 1px #333;
}

.product-row {
	margin: 0px 20px 20px 20px;
}

.product-row .product-title {
	width: 136px;
}

.products {
	list-style-type: none;
}


.products .product {
	padding: 10px;
	margin: 10px;
	float: left;
	width: 150px;
	/* RADIUS */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	background-color: #fff;
}

.products .product:hover {
}

.products .product:hover h3 {
	background-color: #333;
	color: #fff;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.products .product h3 {
	text-transform: uppercase;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-align: center;
	/* RADIUS */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #ededed;
	margin: 10px 2px 2px 2px;
	padding: 6px;
}

.product .count {
	color: #BBBBBB;
	font-size: 12px;
	font-weight: normal;
	background-color: Transparent;
}

.product-row {
	display: block;
	clear: both;
}

.woocommerce-breadcrumb {
	padding: 10px;
	color: #333333;
	font-size: 12px;
	text-transform: uppercase;
	margin-left: 40px;
	font-weight: bold;
	float: right;
}

.woocommerce-breadcrumb a {
	color: #333;
	font-weight: normal;
}

.woocommerce-breadcrumb a:hover {
	color: #F69A06;
}

.orderby {
	display: none;
}

.navigation {
	padding: 10px 0px 0px 0px;
	margin: 0px 20px 0px 20px;
	border-top: 1px #D9D9D9 solid;
}

.shop-title-container .navigation {
	float: right;
	width: 260px !important;
	padding: 6px 0px 0px 0px !important;
	margin: 0px !important;
	border-top: 0px #D9D9D9 solid !important;
}

.navigation div {
	float: right;
}

.navigation a {
	padding: 4px 20px 4px 20px;
	color: #333;
	font-size: 16px;
	text-transform: uppercase;
}

.navigation a:hover {
	background-color: #F69A06;
	color: white;
}

.nav-previous {
	border-right: 1px #D9D9D9 solid;
}

.product-cat-change {
	background: transparent;
	padding: 5px;
	font-size: 12px;
	border: 1px solid #ccc;
	text-transform: uppercase;
	font-weight: bold;
}

.single-product {
	margin-right: 20px;
	margin-left: 20px;
}

.single-product-images {
	float: left;
	width: 400px;
	margin-right: 10px;
	margin-bottom: 20px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.single-product-images img {
	/* RADIUS */
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	width: 380px;
	height: auto;
}

.product {
	margin-top: 20px;
}

.product .summary, .panel, .related {
	margin-top: 20px;
	float: right;
	width: 620px;
	padding-bottom: 10px;
}

.product .summary {
	margin-top: 0px !important;
}

.variations {
	padding: 6px;
	border-collapse: collapse;
}

.variations td, .variations th {
	padding: 6px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}

.variations th {
	text-align: right;
}

.reset_variations {
	padding: 2px;
	/* RADIUS */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #efefef;
	color: #ccc;
	font-size: 10px;
}

.reset_variations:hover {
	background-color: #333;
	color: #fff;
}

.single_variation_wrap {
/*
	visibility: hidden;
	display: block !important;
*/
	margin: 10px;
}

.single_variation_wrap div {
	float: left;
	margin-right: 10px;
}

.single_variation_wrap .price, .price .amount {
	padding: 6px;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: bold;
color: #EAEADD;
text-shadow: -1px -1px 1px #fff, 0px 1px 1px #333;
}

.summary select {
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color: #ededed;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #dcdcdc;
	display: block;
	color: #777777;
	font-family: Trebuchet MS,Arial,Helvetica,Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	padding: 20px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #ffffff;
}

.variations_button input {
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color: #ededed;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #dcdcdc;
	display: inline-block;
	color: #777777;
	font-family: Trebuchet MS,Arial,Helvetica,Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 0px #ffffff;
	height: 20px;
}

.variations_button input[name=quantity] {
	text-align: center;
}


.variations_button button, .actions .button, .checkout-button {
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color: #ededed;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #dcdcdc;
	display: inline-block;
	color: #777777;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #ffffff;
	text-transform: uppercase;
}

.variations_button button:hover, .actions .button:hover, .checkout-button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
	cursor: pointer;
}

.variations_button button:active, .actions .button:active, .checkout-button:active {
	position:relative;
	top:1px;
}

.panel h2, .related h2 {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px #D9D9D9 solid;
	display: block;
	padding-bottom: 6px;
}

.panel p, .related p {
	color: #333333;
	font-size: 14px;
	line-height: 26px;
	margin-left: 40px;
	margin-top: 10px;
}

.full-screen
{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: white;
	/* ALPHA */
	filter: alpha(opacity=90);
	opacity: 0.9;
	z-index: 8001;
}

.popup-message, .woocommerce-error {
	/* RADIUS */
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	/* DROPSHADOW */
	-moz-box-shadow: 0px 0px 20px #000;
	-webkit-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	padding: 20px;
	background-color: #333;
	font-size: 16px;
	font-weight: bold;
	width: 500px;
	position: relative;
	z-index: 1001;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	text-transform: uppercase;
	color: white;
	list-style-type: none;
	line-height: 18px;
}

.popup-message a {
	color: white;
}

.popup-message p {
	width: 460px;
	margin-right: auto;
	margin-left: auto;
}

.related .product {
	width: 100px;
}

.related .product img {
	width: 100px;
	height: auto;
}


.related .product-title {
	font-size: 10px !important;
	width: 86px;
}

.product-category h3 {
	position: relative;
	top: 0px;
}

.product_type_simple, .woocommerce-result-count {
	display: none;
}

/* **************** cart *********************** */

.cart .post-content {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
}

.main-cart {
}

.shop-table {
	display: block;
	margin-left: 20px;
	border-collapse: collapse;
	font-size: 14px;
	table-layout: fixed;
	margin-top: 4px;
	clear: both;
	float: right;
	padding: 10px;
}

.shop-table td, .shop-table th {
	padding: 4px;
	border: 1px #ededed solid;
}

.shop-table th {
	font-weight: bold;
	text-transform: uppercase;
}

.product-remove {
	width: 10px;
	text-align: center;
}

.product-thumbnail {
	width: 100px;
	text-align: center;
}

.product-name {
	width: 700px;
	text-align: left;
	font-size: 14px;
	line-height: 18px;
}

.product-price, .product-subtotal {
	min-width: 60px;
	text-align: center;
	font-weight: bold;
}

.product-quantity {
	width: 200px;
	text-align: center;
}

.product-quantity .buttons_added {
	margin-right: auto;
	margin-left: auto;
	width: 80px;
}

.product-quantity input {
	margin-right: 6px;
	float: left;
}

.qty {
	padding: 4px;
	font-size: 12px;
	border: 1px solid #ccc;
	text-transform: uppercase;
	margin-top: -4px;
	/* RADIUS */
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: Transparent;
	color: #333;
	text-align: center;
	width: 20px !important;
}

.quantity {
	margin-top:10px;
}

.product-remove a {
	height: 16px;
}

.product-remove a, .minus, .plus {
	width: 16px;
	color: #ccc;
	font-size: 12px;
	font-weight: bold;
	/* RADIUS */
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: block;
	text-align: center;
	line-height: 16px;
	background-color: #AF2720;
	margin-bottom: 10px;
	border: 0px none;
}

.product-remove a:hover, .minus:hover, .plus:hover {
	background-color: #333;
	cursor: pointer;
	color: #fff;
}

.actions {
	text-align: right;
}

.cart-totals {
}

.cart-subtotal th {
	text-align: right;
}

.cart-buttons {
	margin-bottom: 20px;
}

.cart-buttons td {
	border: 0px !important;
	padding: 0px !important;
	margin-bottom: 20px;
}

.shipping-calculator {
	float: right;
	margin-bottom: 10px;
}

.shipping-calculator h2 {
	color: #333;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 10px;
	padding-top: 4px;
	text-align: right;
}

.shipping-calculator .form-row {
	float: left;
	margin-right: 6px;
}

.shipping-calculator .input-text {
	padding: 4px;
	font-size: 12px;
	border: 1px solid #CCC;
	text-transform: uppercase;
	margin-top: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: transparent;
	color: #333;
}

.shipping-calculator select {
	background: transparent;
	padding: 5px;
	font-size: 12px;
	border: 1px solid #CCC;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 6px;
}

.shipping-calculator button {
	padding: 4px;
	font-size: 12px;
	border: 1px solid #CCC;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #333 !important;
	color: white !important;
}

.shipping-calculator button:hover {
	background-color: #ED9732 !important;
	color: white !important;
	cursor: pointer;
	border: 1px solid #ED9732 !important;
}



/* **************** checkout *********************** */

.checkout .post-content {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
}

.checkout-form {
}
.checkout-form h3 {
	color: #333;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px #D9D9D9 solid;
	display: block;
	padding-bottom: 6px;
	padding-top: 20px;
	margin-bottom: 20px;
}

.col-1, .col-2 {
	width: 440px;
	padding: 10px;
}

.col-1 {
	float: left;
}

.col-2 {
	float: right;
}

.checkout-form .input-text {
	padding: 4px;
	font-size: 12px;
	border: 1px solid #CCC;
	margin-top: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: transparent;
	color: #333;
	width: 200px !important;
}

.form-row {
	margin-top: 6px;
	margin-bottom: 6px;
	clear: both;
}


#billing_address_2_field {
	margin-left: 210px;
}

textarea.input-text  {
	width: 200px;
	height: 200px;
}

.checkout-form label {
	width: 200px !important;
	color: #333;
	font-size: 14px;
	margin-right: 10px;
	display: block;
	float: left;
	text-align: right;
}

.shop_table, #payment {
	width: 900px;
	border-collapse: collapse;
	display: table;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
}

.shop_table td, .shop_table th {
	padding: 10px;
	border: 1px #ededed solid;
	display: table-cell;
}

.shop_table th {
	font-weight: bold;
	text-transform: uppercase;
}

.shipping, .total, .product-total, .cart-subtotal td {
	text-align: right;
}

.shipping p {
	color: red;
	font-size: 12px;
	font-weight: bold;
	padding: 6px;
}

.variation {
	margin-left: 20px;
}

.variation dt {
	float: left;
	font-weight: bold;
	clear: both;
	margin-right: 6px;
}

.place-order input {
	float: right;
}

#payment {
	padding: 0px;
	margin-top: 20px;
	display: block;
}

#payment ul {
	margin: 0px;
}

.payment_methods {
	padding: 6px;
	float: left;
	clear: both;
	display: none;
}

.payment_methods li {
	list-style-type: none;
}

.payment_methods li input[type=radio] {
	width: 20px !important;
	float: left;
}

.payment_methods li label {
	width: auto !important;
}


.payment_box {
	float: left;
	font-size: 12px;
	font-weight: bold;
}



/* **************** extras *********************** */

.loading-full-page {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	/* ALPHA */
	filter: alpha(opacity=80);
	opacity: 0.8;
	z-index: 6001;
	display: none;
	background-color: white;
}

.loading {
	background-image: url(images/loading-white.gif) !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}

/* **************** popup *********************** */

.popup-arrow-up
{
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #000;
	position: relative;
	left: 30px;
}

.popup-arrow-down
{
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #000;
	position: relative;
	left: 10px;
}

.popup
{
	margin: 4px 20px 0px 20px;
	display: none;
	position: absolute;
	z-index: 10001;
	max-width: 400px;
}

.popup-content
{
	padding: 12px;
	background-color: #000;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
	/* DROPSHADOW */
	-moz-box-shadow: 0px 0px 6px #000;
	-webkit-box-shadow: 0px 0px 6px #000;
	box-shadow: 0px 0px 6px #000;
	font-size: 14px;
	/* RADIUS */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

.popup-content-copy
{
	font-size: 10px;
	text-transform: none;
	line-height: 18px;
	font-weight: normal;
	padding-top: 6px;
	margin-top: 6px;
}


/* **************** SERIES *********************** */

.series {
	text-align: center;
	margin-bottom: 20px;
}

.series-header {
	margin: 20px;
}

.series-header img {
	margin-left: 60px;
}


.series a {
	width: 250px;
	float: left;
	padding: 10px;
	text-align: center;
	display: block;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.series a:hover {
	background-color: white;
	 -webkit-transform: scale(1.1);
	-moz-box-shadow: 0px 0px 20px #000;
	-webkit-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
}
.series a img {
	width: 250px;
	height: auto;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.series big {
	/* RADIUS */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 14px;
	text-align: center;
	padding: 10px;
	display: block;
	clear: both;
	margin-top: 10px;
	background-color: #333;
	color: #CCCCCC;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	line-height: 22px;
}

.series b {
	text-transform: uppercase;
	font-size: 20px !important;
	font-weight: bold;
}

.series a:hover big {
	background-color: #000;
	color: #fff;
}
.series-nav {
	padding: 10px;
	text-align: center;
	margin-bottom: 20px;
}

.series-nav span {
	padding: 6px;
	color: #EAEADD;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: -1px -1px 1px #fff, 0px 1px 1px #333;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-right: 10px;
	margin-left: 10px;
}

.series-nav span:hover {
	color: #333;
	text-shadow: -1px -1px 1px #000, 0px 1px 1px #fff;
	background-color: #fff;
	cursor: pointer;
}

.series-nav span:active, .series-nav-loading {
	background-color: #333 !important;
	color: white !important;
	text-shadow: -1px -1px 1px #333 !important;
	filter: alpha(opacity=20);
	opacity: 0.2;
}

.series-nav-active {
	background-color: #AF2720 !important;
	color: white !important;
	text-shadow: -1px -1px 1px #333 !important;
	filter: alpha(opacity=100);
	opacity: 1;
}

.series-load {
	visibility: hidden;
	height: 0px;
	overflow: hidden;
	filter: alpha(opacity=0);
	opacity: 0;
	width: 1100px !important;
	margin-right: auto;
	margin-left: auto;
	line-height: 32px;
	color: #000;
	text-align: left;
	text-shadow: 0px 1px 4px #fff;
	font-size: 16px;
	padding-bottom: 20px;
}


/* **************** downloads *********************** */

#event-downloads a {
	width: 140px;
	padding: 4px;
	border: 2px rgba(255,255,255,.2) solid;
	display: block;
	float: left;
	text-align: center;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 12px;
	text-transform: uppercase;
	margin-right: 4px;
}

#event-downloads img {
	max-width: 120px;
}

#event-downloads a:hover {
	border: 2px rgba(255,255,255,.6) solid;
	display: block;
}

/* **************** Extras *********************** */

#event-content img {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 10px;
	background-color: white;
}