/*
Theme Name: Paul Ekman
Theme URI: http://wordpress.org/extend/themes/toolbox
Author: Automattic
Author URI: http://automattic.com/
Description: A semantic, HTML5, canvas for CSS artists and an ultra-minimal set of super-clean templates for your own WordPress theme development.
Version: 1.4
License: GNU General Public License
License URI: license.txt
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Structure
-------------------------------------------------------------- */
* {
	outline: 0px solid black;
	border: 0px solid black;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: black;
}
input[type="text"], textarea, select, option, input[type="submit"] {
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0px;
}
input.plus,
input.minus,
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
	border-radius: 0;
}
*:focus,
*:active {
	outline: none;
}
body {
	background: #1B1D1E;
	font-family: 'freightsans_probook';
	font-size: 17px;
	line-height: 17px;
	position: relative;
}
ol, ul, li {
	list-style-position: inside;
	list-style: none;
}
br {
	margin: 0px!important;
}
textarea, input {
	overflow: hidden;
}
#page {
	display: block;
	margin:0 auto;
}
.inner-page {
	width: 960px;
	display: block;
	margin: 0 auto;
}

sup, sub {
	font-size:0.8em;
}
sup {
	vertical-align:super;
}
sub {
	vertical-align:sub;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.inner-page:before,
.inner-page:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.inner-page:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.inner-page {
    *zoom: 1;
}
.h-block {
	width: 100%;
	clear: both;
	display: inline-block;
	float: left;
}
.block-strip,
#header-0,
#header-01,
#header-1,
#header-2,
#body-0,
#body-0-shadow,
#body-1,
#footer-0,
#footer-1,
#footer-01,
#main,
#contact-lower,
#contact-upper {
	clear: both;
	line-height: 0px;
	display: block;
	float: left;
	width: 100%;
}
#staff-block {
	background: #ffffff;
}
#primary {
	margin: 0 -300px 0 0;
	width: 100%;
	float:left;
}
#content {
	margin: 0 320px 0 0;
}
#content.full-width {
	margin:0;
}
#primary > #content {

}
#main .widget-area {
	float: right;
	overflow: hidden;
	width: 280px;
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Header
-------------------------------------------------------------- */

#header-0 {
	background: #121314;
	padding: 8px 0;
	position: relative;
	z-index: 10000000;
}
#header-search {
	float: left;
}
#header-search input[type="text"] {
	font-family: 'freightsans_prosemibold';
	line-height: 17px;
	font-size: 13px;
	color: #999999;
	padding: 2px 4px 3px;
	text-transform: uppercase;
	float: left;
	margin: 0px!important;
}
#header-search #searchsubmit {
	text-indent: 500px;
	font-size: 0px;
	line-height: 0px;
	color: transparent;
	display: inline-block;
	float: left;
	cursor: pointer;
	height: 22px;
	width: 24px;
	background: url(images/search-glass.png) center center no-repeat #ffffff;
}
#header-socials {
	float: right;
}
.header-social-wrapper {
	text-decoration: none;
}
.header-social-wrapper img {
	float: right;
	margin-left: 10px;
	height: 25px;
	width: 25px;
}
#header-links {
	margin-right: 20px;
	float: right;
}
#header-links a {
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'freightsans_prosemibold';
	line-height: 25px;
	font-size: 13px;
	letter-spacing: 1px;
	text-decoration: none;
	margin-left: 30px;
}
	#header-links a span {
		color:#fff;
	}
#header-1 {
	background: #ffffff;
	padding: 10px 0;
	border-bottom: 1px solid #EEEEEE;
	position: relative;
}
#site-name {
	text-decoration: none;
}
#site-name img {
	float: left;
	width: 266px;
}
img {
    -ms-interpolation-mode: bicubic;
}
#header-menu a:hover {
	color: #F57B20;
}
#header-menu li {
	display:inline-block;
	zoom:1;
	*display:inline;
	margin-right:3px;
	padding-right:6px;
	border-right:1px solid #000;
}
#header-menu li:last-child {
	border-right:none;
	padding-right:0;
	margin-right:0;
}
#header-2 {

}


/* =Menu
-------------------------------------------------------------- */

#menu-button,
#mobile-menu,
#mobile-screen,
#mobile-title {
	display: none;
}
#access {
	display: inline-block;
	float: right;
	margin-top: 37px;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #86888a;
	font-family: 'freightsans_prosemibold';
	text-transform: uppercase;
	font-size: 17px;
	line-height: 17px;
	letter-spacing: 1px;
	display: block;
	padding: 0px;
	margin: 0 0 0 20px;
	text-decoration: none;
}
#menu-main-menu > li > a {
	line-height: 36px;
}
#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 34px;
	left: 4px;
	z-index: 99999;
	width: 190px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul li {
	float:none;
}
#access ul ul a {
	background: #ffffff;
	padding: .5em .5em .5em 1em;
	height: auto;
	line-height: 16px;
	margin: 0px;
	text-transform: none;
	font-family: 'freightsans_probook';
	letter-spacing: 0px;
}
#access ul ul a:hover {
	color: #F44238 !important;
	background: #f7f7f7;
}
#access li:hover > a,
#access ul ul :hover > a {
	
}
#access a:hover, #access .current_page_item > a {

}
#access ul ul a:hover {

}
#access ul li:hover > ul {
	display: block;
}

.account_nav {
	background:#eee;
	padding:10px 15px;
	margin:0 auto 10px auto;
	text-align:center;
}
.account_nav ul {
	margin:0!important;
}
.account_nav li {
	list-style:none;
	margin:0 15px 0 0!important;
	display:inline-block;
	*display:inline;
	zoom:1;
}
.account_nav li a {
    font-family: 'freightsans_prosemibold';
}

/* =Front Page
-------------------------------------------------------------- */
#body-0 {
	padding: 30px 0 20px;
	background: url(images/bg-pattern.png);
}
#testimonial-container {
	width: 100%;
	float: left;
	overflow: hidden;
	height: 400px;
}
#testimonial-container .inner-page {
	display: table;
	height: 100%;
}
#testimonial-container .inner-page > div {
	display: table-cell;
	vertical-align: middle;
}
#testimonial-container .inner-page > div > p {
	color: #000000;
	line-height: 43px;
	font-size: 30px;
	margin-bottom: 10px;
}
#testimonial-container li.white-text .inner-page > div > p {
	color: #ffffff!important;
}
#testimonials .quote {
	text-align: justify;
}
#testimonials .source {
	text-align: right;
}
#testimonial-container .slides-pagination {
	margin-top: -50px!important;
}
#testimonials li {
	background: #ffffff;
}
#slider-container {
	height: 340px;
	width: 100%;
	float: left;
	clear: both;
	overflow: hidden;
}
.home #slider-container {
	height: 500px;
}
#slides {
	display: none;
}
.slides-pagination {
	display: table;
	margin: -85px auto 0;
	position: relative;
	z-index: 1000;
}
.slides-pagination a {
	color: transparent;
	text-indent: 400px;
	font-size: 0px;
	line-height: 0px;
	display: inline-block;
	height: 16px;
	width: 16px;
	margin: 0 2px;
	background: url(images/nav-inactive.png) center center no-repeat;
	cursor: pointer;
}
.slides-pagination a.current {
	background: url(images/nav-active.png) center center no-repeat;
}
#slider-container li .inner-page > div {
	background: url(images/background-black-60.png);
	width: 34%;
	padding: 2.5%;
	position: relative;
	top: 20px;
	left: 0;
}
.home #slider-container li .inner-page > div {
	background: url(images/background-black-60.png);
	width: 34%;
	padding: 2.5%;
	position: relative;
	top: 100px;
	left: 0;
}
.home #slider-container li .inner-page > div.no-bg {
	background:none;
}
#slider-container li > div p {
	color: #ffffff;
    font-family: 'freightmicro_prolight';
    font-size: 20px;
    line-height: 30px;
	text-align: justify;
}
.home #slider-container li > div p {
	color: #ffffff;
    font-family: 'freightmicro_prolight';
    font-size: 26px;
    line-height: 40px !important;
	text-align: justify;
}
#slider-container li > div a {
	color: #ffffff;
	text-transform: uppercase;
	padding: 0 35px;
	letter-spacing: 2px;
	display: inline-block;
	height: 57px;
	line-height: 57px;
	background: #f44238;
	clear: both;
	text-decoration: none;
	font-size: 18px;
	border-radius: 5px;
	margin-top: 10px;
}
#slider-container li > div a:hover {
	background: #d1332b;
}
#body-1 {
	background: #ffffff;
	padding: 55px 0 0;
}
#cycle-super-container {
	position: relative;
	height: 323px;
	width: 1180px;
}
#nav {
	position: absolute;
	z-index: 100;
	bottom: 8px;
	left: 512px;
}
#nav a {
	color: transparent;
	display: inline-block;
	background: url(images/slide-nav.png) 0 0 no-repeat;
	height: 13px;
	width: 13px;
	text-indent: 100px;
	font-size: 0px;
	line-height: 0px;
	margin-right: 11px;
}
#nav a.activeSlide {
	background: url(images/slide-nav-active.png) 0 0 no-repeat;
}
#cycle-container {
	height: 323px;
	width: 1180px;
	overflow: hidden;
	display: inline-block;
	float: right;
	position: relative;
}
.slide {
	height: 323px;
	width: 1180px;
	overflow: hidden;
	display: inline-block;
	float: right;
}
.slide h1 {
	font-weight: normal!important;
	font-size: 30px!important;
	line-height: 42px!important;
	margin-top: 20px;
	color: #333333;
	font-family: 'PTSansBold';
}
.slide-left {
	float: left;
	width: 40%;
}
.slide-right {
	width: 60%;
	float: right;
	position: relative;
	height: 100%;
}
.slide-photo {
	height: 320px;
	width: 680px;
	position: absolute;
	bottom: 0px;
	left: 28px;
	z-index: 10;
}
.slide-triangle {
	position: absolute;
	bottom: 0px;
	left: 28px;
	z-index: 20;
}
.slide p {
	font-size: 17px;
	line-height: 27px;
}
.slide .demo-button {
	float: left;
	margin-top: 30px;
}
.slide .buy-button {
	float: right;
	margin-top: 30px;
	margin-right: 5px;
}
.products-section h1 {
	text-transform: uppercase;
	font-size: 25px;
	line-height: 28px;
	margin-bottom: 22px;
	font-family: 'freightsans_probook';
	letter-spacing: 4px;
	z-index: 1000;
	display: table;
	clear: both;
	padding-right: 10px;
	background: #ffffff;
	position: relative;
}
.title-divider {
	height: 15px;
	margin-top: 20px;
	margin-bottom: -15px;
	border-bottom: 1px solid #eeeeee;
	width: 100%;
	float: left;
}


/* =Content
-------------------------------------------------------------- */

h1, h1 *, h2, h2 *, h3, h3 *, h4, h4 *, h5, h5 *, h6, h6 * {
	text-decoration: none;
	font-family: 'LeagueGothicRegular';
	text-transform: uppercase;
	color: #333333;
	margin-bottom: 15px;
}
h1, h1 * {
	font-size: 30px;
	line-height: 30px;
}
h2, h2 * {
	font-size: 26px;
	line-height: 28px;
}
h3, h3 * {
	font-size: 26px;
	line-height: 28px;
}
h4, h4 *, h5, h5 *, h6, h6 * {
	font-size: 24px;
	line-height: 24px;
}
.entry-content em, .entry-content em a, .entry-content em strong {
	font-family: 'freightsans_probook_italic'!important;
}
.entry-title {
	font-size: 48px;
	line-height: 50px;
	text-align: center;
	margin-bottom: 42px;
}
.woocommerce-cart .entry-content * {
	text-align: center;
}
#empty-cart-notice {
	font-size: 40px;
	line-height: 44px;
	margin: 21px 0 44px;
}
.entry-title * {
	font-size: 48px;
}
.search h1 a,
.archive h1 a {
    background: none repeat scroll 0 0 #FFFFFF;
    clear: both;
    display: table;
    font-family: 'freightsans_probook';
    font-size: 25px;
    letter-spacing: 4px;
    line-height: 28px;
    margin-bottom: 22px;
    padding-right: 10px;
    position: relative;
    text-transform: uppercase;
    z-index: 1000;
}
.search article,
.archive article {
	margin-bottom: 30px;
}
strong, strong * {
	font-weight: normal!important;
}
em, em *, i, i * {
	font-style: normal;
}
p {
	text-align: justify;
	line-height: 24px;
	margin-bottom: 21px;
	color: #444444;
}
.block-strip p {
	text-align: left;
}
.gform_confirmation_wrapper, dl, dt, dd {
	line-height:24px;
}
.entry-content strong, .entry-content em {
	color: #444444;
}
.entry-content p *,
.entry-content li,
.entry-content li *,
.block-strip p * {
	color: #444444;
}
.entry-content a,
.block-strip a {
	color: #F44238;
}
.large-content {
	margin-bottom: 30px;
	padding-bottom: 22px;
	margin-top: 14px!important;
}
.large-content,
.large-content * {
	font-size: 26px;
	line-height: 40px!important;
	font-family: 'freightmicro_prolight';
	color: #86888a;
	text-align: justify;
}

.large-content strong,
.large-content a {
	color: #f44238!important;
	font-weight: bold!important;
}
.entry-content > p strong {
	font-family: 'freightsans_prosemibold';
}
.entry-content ul li, .entry-content ol li {
	list-style-position: inside;
	margin: 0 0 20px 20px;
	line-height: 20px;
}
.customer_details dd {
	margin-bottom:20px;
}
.entry-content ul ul li {
	margin-left: 50px;
	margin-top: 15px;
}
.entry-content ul ul {
	margin-bottom: 0px!important;
	margin-top: 5px;
}
.entry-content ul li {
	list-style-type: disc;
}
.entry-content ul ul li {
	list-style-type: circle;
}
.entry-content ul li,
.entry-content ul ul li {
	list-style-image: url('images/ekman-bullet.png');
}
.entry-content ol li {
	list-style-type: decimal;
}
.entry-content ul, .entry-content ol {
	margin-bottom: 20px;
}
.entry-content a,
.entry-content a *,
.breadcrumbs a,
.entry-meta a,
.entry-meta a * {
	color: #F34D44;
	text-decoration: underline;
	line-height: 20px;
}

.breadcrumbs {
	margin-bottom: 20px;
}
#featured-image {
	float: left;
	margin: 2px 20px 0 0;
	max-width: 238px;
}
.last {
	margin-right: 0px!important;
}
#staff {
	clear: both;
	display: inline-block;
	width: 100%;
	margin: 25px 0;
}
.staff-member {
	width: 100%;
	clear: both;
	display: inline-block;
	border-top: 1px dashed #808080;
	margin: 40px 0 0 0;
	padding: 40px 0 0 0;
}
.staff-member img {
	float: left;
	margin: 2px 19px 0 0;
}
#questions {
	display: inline-block;
	width: 100%;
	clear: both;
	margin: 20px 0;
}
.expandable-faq {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.faq-question {
	margin-bottom: 26px;
	display: block;
	text-decoration: none!important;
    font-family: 'LeagueGothicRegular';
    font-size: 32px !important;
    letter-spacing: 0;
    line-height: 40px!important;
	width: 95%;
	float: left;
	cursor: pointer;
	padding-left: 5%;
	background: url('images/faq-icon-red.png') left 5px no-repeat;
}
.expandable {
	float: left;
	width: 94%;
	display: none;
	padding-left: 6%;
}
#answers h4 {
	font-size: 29px;
	line-height: 33px;
}
.sticky {
}
.entry-meta {
	clear: both;
	display: block;
	margin-bottom: 10px;
}
.single-author .entry-meta .byline {
	display: none;
}
.entry-header.h-block {
	margin-bottom: 12px;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: inline-block;
	float: left;
	line-height: 30px;
}
footer.entry-meta {
	margin-bottom: 30px;
}
.blog-read-more {
	float: right;
	clear: right;
	font-family: 'freightsans_prosemibold';
	margin-bottom: 10px;
	text-decoration: none!important;
}
.blog-read-more:hover {
	text-decoration: underline!important;
}
.single-post article p, .single-post article p * {
	font-size: 22px;
	line-height: 30px;
}
.left-sidebar {
	width:275px;
	float:left;
}
.main-content {
	width:850px;
	float:right;
}
.workshop {
	overflow:hidden;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px dashed #808080;
	line-height: 24px;
}
.workshop h3,
.workshop h3 * {
	text-decoration: none;
}
.workshop .read_more {
	float:right;
}
.video-container {
	margin-bottom:35px;
}

.blog .post {
	padding-bottom:40px;
	margin-bottom:40px;
	border-bottom: 4px double #dddddd;
}
.term-description {
    clear: both;
    float: left;
    margin: 20px 0;
    width: 100%;
}

/* 404 page */
X.error404 .widget {
	float: left;
	width: 33%;
}
X.error404 .widget .widgettitle,
X.error404 .widget ul {
	margin-right: 1em;
}
X.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}

.image_group {
	position:relative;
}
.image_group .zoom {
	position:absolute;
	top:0;
	right:0;
	width:38px;
	height:37px;
	display:block;
	background:url('images/zoom.png');
	font: 0/0 a;
	text-shadow: none;
	color: transparent;	
}

/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
	width: 148px;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}


/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: inline-block;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}
aside {
	background: #f7f7f7;
	border: 1px solid #bfbfbf;
	border-radius: 4px;
	padding: 20px;
	width: 238px;
	margin-bottom: 30px;
}
aside h1, aside h2, aside h3 {
	text-transform: uppercase;
}
aside a {
	text-decoration: none;
	color: #F57B20;
	line-height: 18px;
}
aside .product_list_widget li img {
	float: left;
	margin: 0 10px 0 0;
	clear: left;
}
aside .product_list_widget li .amount {
	display: block;
	margin: 8px 0;
}
aside .product_list_widget li {
    clear: both;
    display: inline-block;
    margin-bottom: 17px;
}
.widget_execphp div[itemprop="description"], .widget_execphp .demo-button, .widget_execphp .no-stars,
#secondary .widget_execphp .star-rating, .widget_execphp .shown, .widget_execphp #review-header {
	display: none!important;
}
.widget_execphp .attachment-shop_catalog {
	height: 80px;
	width: 80px;
	float: left;
}
.widget_execphp .price {
	text-align: right;
	display: block;
}
.widget_execphp li.product {
	clear: both;
	width: 100%;
	float: left;
	display: inline-block;
	border-top: 1px dashed #808080;
	margin-top: 20px;
	padding-top: 20px;
}
.widget_execphp .image-link-wrapper {
	float: left;
}
.widget_execphp .add_to_cart_button {
	float: right;
}

.widget_shopping_cart_content .quantity {
	display:block;
}
.widget_shopping_cart_content .amount {
	display:inline!important;
}
.widget_shopping_cart_content .buttons {
	text-align:right;
	margin-top:20px;
}
.widget-last {
	margin-right:0!important;
}

/* =Footer
-------------------------------------------------------------- */

#footer-0 {
	background: url(images/bg-page.png);
	padding: 0 0 25px 0;
	overflow:hidden;
}
#footer-0 .inner-page {
	background: url(images/bg-postcript.png) center top no-repeat;
	padding: 47px 0 0 0;
}
.footer-box {
	float: left;
	width: 270px;
	margin-right: 32px;
	min-height: 200px;
}
#footer-01 {
	background: url('images/footer-bg.png') center top repeat-y #c0c0c0;	
}
#footer-01 p {
	line-height: 24px;
	color: #86888a;
}
#footer-01-left,
#footer-01-right {
	padding: 72px 0;
	width: 50%;
	display: inline-block;
}
#footer-01-left {
	float: left;
	background: #DDDDDD;
}
#footer-01-left > div {
	width: 450px;
	float: right;
	margin-right: 30px;
	text-align: right;
}
#footer-socials {
	float: right;
	margin-top: 12px;
}
.footer-social-wrapper {
	text-decoration: none;
}
.footer-social-wrapper img {
	float: right;
	margin-left: 10px;
}
#footer-01-right {
	float: right;
	background: #EEEEEE;
}
#footer-01-right > div {
	width: 450px;
	float: left;
	margin-left: 30px;
}
#footer-01-right label {
	display: none!important;
}
#footer-01-right .gform_wrapper {
	margin-top: 30px!important;
	overflow:hidden;
}
#footer-01-right .gform_wrapper li.gfield_error,
#footer-01-right .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
#footer-01-right .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
	padding: 0px!important;
	margin: 0px!important;
	margin-top: 0px!important;
}
.gform_wrapper .gform_footer.top_label img {
	display: none!important;
}
#footer-01-right li.gfield_error input[type="text"] {
	margin-bottom: -10px!important;
}
#footer-01-right .ginput_container {
	margin-top:0;
}
#footer-01-right input[type="text"] {
	font-family: 'freightsans_probook';
	text-transform: uppercase;
	font-size: 16px;
	line-height: 16px;
	padding: 10px;
	margin: 0px;
	float: left;
	width: 294px;
	letter-spacing: 2px;
}
#footer-01-right input[type="submit"] {
	color: #ffffff;
	background: #14252f;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 16px;
	font-family: 'freightsans_probook';
	float: left;
	margin: 0 0 0 11px;
	letter-spacing: 2px;
	clear: none;
	cursor: pointer;
	padding: 0 24px;
	line-height: 40px;
	height: 40px;
	display: inline-block;
}
#footer-01-right .gform_body,
#footer-01-right .gform_footer {
	width: auto;
	clear: none!important;
	float: left;
	padding: 0px!important;
}
#footer-1 {
	padding: 65px 0;
}
#footer-1 p {
	font-family: 'freightsans_probook';
	color: #575b5e;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
}
#footer-1 p a {
	font-family: 'freightsans_probook';
	font-size: 14px;
	color: #575b5e;
	text-decoration: none;
}
#footer-1 p a:hover {
	text-decoration: underline;
}
#footer-1 ul {
	display: table;
	clear: both;
	margin: 0 auto 20px;
}
#footer-1 ul li {
	float: left;
}
#footer-1 li a {
	color: #86888a;
	text-transform: uppercase;
	text-decoration: none;
	float: left;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 1px;
	margin: 0 16px;
	font-family: 'freightsans_prosemibold';
}
#footer-0 h1 {
	font-size: 26px!important;
	line-height: 30px!important;
	text-transform: uppercase;
}
h1#newsletter, #gform_widget-2 h1 {
	padding-left: 38px;
	background: url(images/icon-mail.png) 0 center no-repeat;
}
#rss-button {
	height: 16px;
	width: 16px;
	display: inline-block;
	background: url(images/feed.png) 0 0 no-repeat;
	float: left;
	margin-top: -13px;
	text-decoration: none;
}
.event-box p {
	line-height: 19px;
	margin-bottom: 10px;
}
#footer-box-double-wrapper {
	float: left;
}
#footer-box-double-wrapper > h1, .eventsListWidget h1 {
	padding-left: 38px;
	background: url(images/icon-create.png) 0 center no-repeat;
}


/* =Forms
-------------------------------------------------------------- */

body.page-id-129 .tml-action-links {
	display: table;
	margin: -25px 0 0 46px;
	float: left;
	clear: both;
}
body.page-id-129 .tml-action-links li {
	float: left;
	margin: 0 10px;
}
body.page-id-129 .tml-action-links li a {
	font-family: 'freightsans_prosemibold';
	font-size: 14px;
}
body.page-id-129 label[for="rememberme"] {
	clear: none!important;
}
body.page-id-129 #rememberme {
	float: left;
	clear: left;
	margin-right: 5px;
}
.entry-content > div.login {
	width: 272px;
	display: table;
	border: 1px solid #c0c0c0;
	border-top: 5px solid #F34D44;
	padding: 20px 20px 10px;
	background: #f8f8f8;
	margin: 10px auto 40px;
}
.entry-content > div.login p {
	margin-bottom: 4px;
}
.entry-content > div.login input[type="text"],
.entry-content > div.login input[type="password"] {
	width: 265px!important;
	border: 1px solid #c0c0c0!important;
}
.entry-content > div.login input:focus {
	border: 1px solid #707070!important;
}
.entry-content > div.login input[type="submit"] {
    background: none repeat scroll 0 0 #14252F!important;
    color: #FFFFFF !important;
	font-family: 'LeagueGothicRegular';
    display: block;
    font-size: 30px;
    height: 42px!important;
    line-height: 42px;
    text-transform: uppercase;
	width: 100%;
}
#loginform label,
.woocommerce-account form.login label,
.woocommerce-account form.login .lost_password,
.lost_reset_password label {
	float: left;
	clear: both;
}
.woocommerce-account form.login .lost_password {
	margin: -20px 0 30px;
}
.woocommerce-account form.login input[type="text"],
.woocommerce-account form.login input[type="password"],
#loginform input[type="text"],
#loginform input[type="password"],
.lost_reset_password input[type="text"] {
	border: 1px solid #c0c0c0!important;
	float: left;
	clear: left;
	width: 250px!important;
	padding: 10px!important;
}
.woocommerce-account form.login input[type="submit"],
#loginform input[type="submit"],
.lost_reset_password input[type="submit"] {
	float: left;
	clear: both;
	margin: 20px 0 40px;
    background: none repeat scroll 0 0 #F44238;
    clear: both;
    color: #FFFFFF;
    display: inline-block;
    padding: 0 35px;
    text-decoration: none;
	font-size: 17px;
	line-height: 36px;
	height: 36px;
	font-family: 'freightsans_probook'
}
.woocommerce-account form.login input[type="submit"]:hover,
#loginform input[type="submit"]:hover,
.lost_reset_password input[type="submit"]:hover {
	background: #D1332B;
}
#ss_wc_mailchimp_opt_in_field label {
	width:auto!important;
}

.gform_wrapper {
	max-width: 100%!important;
}

#gform_confirmation_message_7, #gform_confirmation_message_3 {
	text-align:center;
	margin:20px 0;
}
#gform_confirmation_message_9 {
	clear:both;
	font-weight:bold;
	font-family:'freightsans_prosemibold';
}

.gform_wrapper .hide {
	display:none;
}

.order_table_item  .variation p {
	text-align:center;
	margin:0;
}

textarea#comment {
	width: 98.5%;
	line-height: 19px!important;
	padding: 5px;
	font-size: 16px!important;
}
.entry-content input[type="text"], .entry-content input[type="password"], textarea, select, .comment-form-comment #comment,
.shop_table input.input-text, .col-1 input[type="text"], .col-1 select, #coupon_code, .create-account input, #login-wrapper input {
	font-size: 14px!important;
	line-height: 14px;
	padding:5px 2px 5px 2px;
}
.col-1 label[for="createaccount"] {
	width: auto!important;
}
.col-1 label, #coupon-code-label,
#login-wrapper label,
fieldset label,
.woocommerce-account .woocommerce form p label {
	width: 159px!important;
	display: inline-block;
	font-family: 'freightsans_prosemibold';
}
.woocommerce-account .woocommerce form h3 {
	font-size: 
}
.col-1 input, #coupon_code, #login-wrapper input {
	padding: 2px;
}
#billing_country {
	margin-left: -4px;
}
#billing_address_2,
#shipping_address_2 {
	margin-left: 159px;
}
.product-quantity input.input-text  {
	width: 58px;
	text-align: center;
	padding: 8px 0;
	margin: 0px;
	float: left;
	border: 0px solid black!important;
}
.quantity.buttons_added {
	display: table;
	margin: 0 auto;
}
.shop_table .plus {
    margin-left: 3px;
}
#gform_wrapper_2 .gform_footer.top_label {
	margin: 0px!important;
}
.validation_error {
	font-weight: normal!important;
	font-size: 14px!important;
	line-height: 17px!important;
}
.gform_wrapper .gfield_error.gfield_contains_required {
	border: 0px solid black!important;
	background: none!important;
}
.gform_wrapper .gfield_error.gfield_contains_required input, .gform_wrapper .gfield_error.gfield_contains_required textarea {
	box-shadow: 0 0 5px #e30000!important;
}
#contact-sections {
	float: left;
	width: 100%;
	margin: 60px 0 0 0;
}
.contact-section {
	width: 30%;
	margin-right: 5%;
	float: left;
	line-height: 21px;
}
.contact-wrapper {
	border: 1px solid #ffffff;
	width: 266px;
	padding: 10px 10px 0;
	float: left;
}
#contact-upper {
	background: url('images/footer-bg.png') center top repeat-y;
}
#contact-u-left {
	float: left;
	background: #DDDDDD;
}
#contact-u-left h1 {
	float: right;
}
#contact-u-left > div > div {
	float: left;
	width: 100%;
}
#contact-u-left li {
	margin-bottom: 17px;
	margin-left: 24px;
}
#contact-u-right {
	float: right;
	background: #EEEEEE;
}
#contact-u-right .gform_wrapper {
	margin: -8px 0 0!important;
}
#contact-u-right .gform_wrapper input[type="submit"] {
    background: none repeat scroll 0 0 #14252F;
    clear: none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-family: 'freightsans_probook';
    font-size: 16px;
    height: 40px;
    letter-spacing: 2px;
    line-height: 40px;
    margin: 0px;
    padding: 0px;
	width: 100%;
    text-transform: uppercase;
}
#contact-u-right .gform_wrapper input[type="text"],
#contact-u-right .gform_wrapper textarea {
    float: none;
    font-family: 'freightsans_probook';
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 22px;
    margin: 0;
    padding: 10px 2%;
    width: 96%!important;
	border: 0px solid black!important;
}
#contact-u-right .gform_wrapper select {
    font-family: 'freightsans_probook';
    font-size: 16px;
    line-height: 16px;
	padding: 5px 2% 3px;
	font-size: 16px;
	width: 100%;
}
#contact-u-right .gform_wrapper select,
#contact-u-right .gform_wrapper option {
	backround: #ffffff;
	font-family: Arial!important;
}
#contact-u-right .gform_wrapper label {
	font-size: 12px!important;
	text-transform: uppercase;
	font-weight: normal!important;
	font-family: 'freightsans_prosemibold';
	float:none;
	line-height:1;
}
#contact-u-left,
#contact-u-right {
	width: 50%;
	padding: 70px 0 50px;
}
#contact-u-left > div {
	float: right;
	margin-right: 30px;
	max-width: 450px;
}
#contact-u-right > div {
	float: left;
	margin-left: 30px;
	max-width: 450px;
}
#contact-lower {
	background: url('images/contact-bg-2.png') center top repeat-y;
}
#contact-lower * {
	color: #dfdfdf;
}
#contact-l-left,
#contact-l-right {
	width: 50%;
	padding: 70px 0 50px;
}
#contact-l-left {
	float: left;
	background: #27292a;
}
#contact-l-left > div {
	float: right;
	width: 450px;
	margin-right: 30px;
}
#contact-l-left h1 {
	text-align: right;
	background: url('images/feed-icon-facebook.png') left 3px no-repeat;
	padding: 4px 0 13px 50px;
	float: right;
	clear: both;
}
#contact-l-right h1 {
	background: url('images/feed-icon-twitter.png') right 3px no-repeat;
	padding: 4px 52px 13px 0;
	float: left;
	clear: both;
}
#contact-l-right {
	float: right;
	background: #303030;
}
#contact-l-right > div {
	float: left;
	width: 450px;
	margin-left: 30px;
}
#simple-twitter-feed {
	line-height: 20px;
	float: left;
	width: 100%;
	margin-top: 5px;
}
#simple-twitter-feed li {
	margin-bottom: 43px;
	padding-bottom: 43px;
	border-bottom: 1px dashed #939393;
}
#custom-facebook-feed {
	float: left;
	width: 100%;
}
#custom-facebook-feed * {
	line-height: 20px!important;
}
#custom-facebook-feed .cff-author,
#custom-facebook-feed .cff-viewpost-facebook,
#custom-facebook-feed .cff-date {
	display: none!important;
}
body #custom-facebook-feed div.cff-item {
	border-bottom: 1px dashed #bababa!important;
}
.page-template-contact-php .entry-content .gform_wrapper {
	float: left;
	margin: 0px!important;
}
.page-template-contact-php .entry-content .gform_wrapper input[type="submit"] {
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
}
#contact-u-right .gform_wrapper .gfield_description.validation_message {
	margin-top: 0px!important;
}
#contact-u-right .gform_wrapper .gfield.gfield_error.gfield_contains_required,
#contact-u-right .gform_wrapper .gfield.gfield_error.gfield_contains_required .ginput_container {
	margin: 0px!important;
}
#gform_fields_1 > li {
	margin-bottom: 9px!important;
}
#gform_confirmation_message_1 {
	line-height: 20px;
}
.entry-content .gform_wrapper li > label {
	margin-top: 0!important;
	font-family: 'freightsans_prosemibold';
	color: #444444;
}
.entry-content .gform_wrapper li > label * {
	color: #444444;
}
.entry-content .gform_wrapper input[type="text"],
.entry-content .gform_wrapper input[type="password"],
.entry-content .gform_wrapper textarea,
.entry-content .gform_wrapper select {
	border: 1px solid #eeeeee;
	padding: 8px 2%!important;
	width: 96%!important;
}
.entry-content .gform_wrapper select {
	width: 100%!important;
}
.entry-content .gform_wrapper textarea {
	line-height: 22px;
}
.entry-content .gform_wrapper input[type="submit"] {
    cursor: pointer;
    display: inline-block;
    height: 36px;
    line-height: 34px;
    padding: 0 11px;
    text-decoration: none;
	font-size: 16px;
	font-family: 'freightsans_probook';
	background: #14252F;
	color: #ffffff;
}
.gform_wrapper {
	max-width: 100%!important;
}




/* =Buttons
-------------------------------------------------------------- */

.entry-content input[type=submit], .button, #commentform #submit, .shop_table .plus, .shop_table .minus {

}



/* =WooCommerce Overrides
-------------------------------------------------------------- */

#container {
	width: 100%;
	float: left;
}
#container #content {
	margin: 0px!important;
}
.archive .product a, .archive .product a * {
	text-decoration: none;
}
.archive .product .attachment-shop_catalog {
	float: left;
	margin: 0 20px 0 0;
}
.archive .star-rating {
	display: none;
}
.star-rating {
	overflow: hidden;
}
.shown .star-rating, .single-product .star-rating {
	display: inline-block!important;
	clear: left;
	float: left;
	width: 81px;
	height: 16px;
	background: url(images/star.png) 0 top repeat-x;
}
.special-rating {
	width: 161px!important;
	height: 32px!important;
	background: url(images/star_2x.png) 0 top repeat-x!important;
}
.shown .star-rating span, .single-product .star-rating span {
	display: inline-block;
	height: 16px;
	background: url(images/star.png) 0 bottom repeat-x;
	text-indent: 200px;
	font-size: 0px;
	line-height: 24px;
	color: transparent;
}
.special-rating span {
	height: 32px!important;
	background: url(images/star_2x.png) 0 bottom repeat-x!important;
}
.shown .star-rating span strong, #comments .add_review {
	display: none!important;
}
.single-product #reviews .meta {
	clear: left;
}
.single-product #container {
	margin-bottom: 30px;
}
#review-header {
	clear: left;
	float: left;
	margin: 7px 0 0 0!important;
}
#comments > div > h2 {
    clear: left;
    padding-top: 10px !important;
}
.comment-text .description * {
    font-size: 20px !important;
    line-height: 24px !important;
}
.no-stars {
	float: left;
	clear: left;
	margin-top: 5px;
}
.no-stars .star-rating {
	display: inline-block;
}
.no-stars, .no-stars * {
	background: none!important;
}
.single-product #ratings-header {
	margin-bottom: 2px!important;
}
.single-product .quantity, .single-product .quantity.buttons_added, .single-product .woocommerce-tabs ul.tabs, .single-product .related.products {
	display: none!important;
}
.single-product #tab-reviews {
	display: inline-block!important;
	width: 100%;
}
#reviews .commentlist li {
    border-top: 1px dashed #808080;
    margin-top: 33px;
    padding-top: 31px;
}
.single-product .product .images {
	float: left;
	margin: 0 35px 6px 0;
}
.single-product .product #tab-description strong {
	font-size: 18px;
}
.single-product .entry-summary a {
	color: #F57B20;
	text-decoration: none;
}
.single-product .product_meta, .single-product .price, .single-product button.button, .single-product .demo-button {
	margin-bottom: 12px;
}
.bundled_product_summary {
	float: left;
	width: 100%;
}
.bundled_product_summary .details, .bundled_product_summary .details * {
	font-size: 16px;
	line-height: 22px;
}
.bundled-product-single .type-product > .images {
	display: none;
}
.product-type-bundle > span.onsale {
	display: none;
}
.single-product .upsells {
	float: left;
	width: 100%;
}
.single-product .product_meta {
	display: none;
}
.single-product .avatar {
	display: none;
}
ol.commentlist li {
	list-style-type: none!important;
	list-style-image: none!important;
}
#review_form_wrapper {
	border-top: 1px dashed #808080;
	padding-top: 30px;
	margin-top: 30px;
}
.comment-form-rating .stars a {
	height: 32px;
	width: 32px;
	display: inline-block;
	background: url(images/star_2x.png) 0 top no-repeat;
	color: transparent;
	line-height: 0px;
	font-size: 0px;
	text-indent: 200px;
	overflow: hidden;
}
.comment-form-rating .stars a.active {
	background: url(images/star_2x.png) 0 bottom no-repeat;
}
.single-product .woocommerce-message {
	border: 1px solid #BFBFBF;
	color:inherit;
	background-color: #f7f7f7;
	border-radius: 4px;
	padding: 13px;
	margin: 0 0 20px 0;
	line-height: 33px!important;
	display: inline-block;
	width: 98%;
}
.single-product .woocommerce-message a {
	float: right;
}
.shop_table {
	border-collapse: collapse;
	width: 99%;
	margin-bottom:30px;
}
.woocommerce-cart .cross-sells {
	display: none!important;
}
.address {
	margin-bottom:30px;
}
.cross-sells del {
	text-decoration: line-through!important;
}
.cross-sells * {
	text-decoration: none!important;
}
.shop_table td, .shop_table th {
	border: 1px solid #cccccc;
	padding: 7px;
}
.shop_table th, .shop_table td {
	background: #dddddd;
}
.product-price, .product-quantity, .product-subtotal, .product-remove, .product-thumbnail, .woocommerce-checkout .product-name, .product-total, .cart-subtotal td, .total td {
	text-align: center;
}
.shop_table tr.odd td, .shop_table tr:nth-child(2n+1) td {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.05);
}
.shop_table tr.even td, .shop_table tr:nth-child(2n) td {
	background: #ffffff;
}
.checkout .select2-container {
	width:60%!important;
}

.product-quantity {
	width: 166px;
}
.woocommerce-cart .shop_table {
	margin-bottom: 25px;
}
.cart-collaterals table {
	border-collapse: collapse;
}
.woocommerce-cart .cart-collaterals {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
.cart-collaterals table th, .cart-collaterals table td {
	border: 1px solid #cccccc;
	padding: 7px 33px;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.05);
}
#payment {
	margin: 20px 0;
}
#payment li {
	list-style-type: none;
	list-style-image: none!important;
}
#customer_details, #order_review, #coupon-wrapper, #login-wrapper {
	border: 1px solid #cccccc;
	padding: 10px;
	margin: 0 0 20px 0;
	width: 940px;
}
.col-1 > h3, #coupon-wrapper > h3, #login-wrapper > h3 {
	margin-top: -24px;
	background: #ffffff;
	padding: 0 10px 0 6px;
	display: table;
	width: auto!important;
	letter-spacing: 4px;
	font-size: 25px;
	text-transform: uppercase;
	z-index: 1000;
	position: relative;
	line-height: 28px;
	font-family: 'freightsans_probook';
}
.col-1 > h3 {
	width: 139px;
}
#coupon-wrapper > h3 {
	width: 73px;
}
#login-wrapper > h3 {
	width: 52px;
}
#order_review_heading {
	background: #ffffff;
	margin: 0 0 -15px 10px;
	padding: 0 10px 0 6px;
	position: relative;
	z-index: 1000;
	line-height: 28px;
	display: table;
	width: auto!important;
	letter-spacing: 4px;
	font-size: 25px;
	text-transform: uppercase;
	font-family: 'freightsans_probook';
}
#order_review {
	padding-top: 30px!important;
}
.shop_table .coupon {
	float: left;
}
#coupon_code {
	width:150px;
	margin-right:0;
}
.cart_totals table {
	margin:0 auto 1em auto;
}
.shop_table .actions > .button {
	float: right;
}
.shop_table #coupon_code {
	text-align: left;
	padding: 8px!important;
	border: 1px solid #eeeeee;
}

.training {
	overflow:hidden;
	margin-bottom:40px;
	padding: 22px;
	background: #eeeeee;
}
	.training-image {
		float:left;
		width:150px;
		margin-right:20px;
	}
	.training-description {
		float:left;
		width:685px;
	}
	.training-description h2 {
		margin-bottom: 5px;
	}
	.training-description strong {
		font-family: 'freightsans_prosemibold';
		line-height: 20px;
		color: #444444;
	}
	.training-course-description {
		margin:10px 0;
		float: left;
		width: 100%;
	}
	.training-meta {
		margin:10px 0;
		float: left;
		width: 100%;
	}
	.training_link.button {
		color: #ffffff;
		padding: 0 15px;
		height: 36px;
		line-height: 36px;
		float: left;
		clear: both;
		background: #F34D44;
		text-decoration: none;
		margin: 10px 0 0 0;
	}
	.training-image img {
		border-top: 5px solid #F34D44;
	}
	.training_link.button:hover {
		background: #D1332B;
	}
	.training_extra {
		clear:both;
		padding-top:2em;
	}
	
.product .thumbnails {
	display:none;
}

.message {
	line-height:1.1em;
	background:#eee;
	margin-bottom:2em;
	padding:1em;
	border:1px solid #ccc;
}

.client_logo {
	max-width:100%;
	margin:0 auto;
}
.start_button {
	display: none;
	width: 80px;
	line-height: 80px!important;
	border-radius: 50%;
	position: absolute;
	left:50%;
	top:50%;
	margin:-40px 0 0 -40px;
	background: #F34D44;
	color: #fff!important;
	vertical-align: middle;
	text-align: center;
	z-index: 999;
	text-decoration: none!important;
}
.catalog-thumbnail-container a:hover .start_button {
	display:block;
}

/*=====Woocommerce, added Dec. 6 2013 by Hart======*/


.single-product .bundle_button .button {
	background: #F34D44;
	color: #ffffff!important;
}
.single-product .bundle_button .button:hover {
	background: #D1332B!important;
}

ul.products {
	clear:both;
}
ul.products:before,
ul.products:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
ul.products:after {
    clear: both;
}

ul.products li.product {
	float: left;
	width: 31%;
	margin: 0 3.5% 45px 0;
	list-style:none;
}
ul.products li:nth-child(3n) {
	clear:right;
	margin-right:0;
}
ul.products li:nth-child(3n+1) {
	clear:left;
}
ul.products li:last-child {
	margin-right:0;
}

ul.products li.post-5375 {
	float:none;
	margin:0 auto 45px auto!important;
}
.term-facs ul.products {
	text-align:center;
}
.term-facs ul.products li {
	float:none;
	display:inline-block;
}
ul.products li.product_cat-re-3:nth-child(3n) {
	clear:right;
	margin-right:3.5%;
}
ul.products li.product_cat-re-3:nth-child(3n+1) {
	clear:right;
	margin-right:0;
}
ul.products li.product_cat-re-3:nth-child(3n+2) {
	clear:left;
}

.demo-button,
.add_to_cart_button,
.demo-gallery-button,
.added_to_cart,
.woocommerce .button,
#wp-submit,
.cross-sells .added_to_cart,
.woocommerce-cart .woocommerce .button,
.item-added-disabled,
.button.pre-order,
 #affwp-affiliate-dashboard input[type=submit], #affwp-affiliate-dashboard input[type=button], #affwp-affiliate-dashboard .button {
	height: 36px;
	line-height: 34px;
	display: inline-block;
	padding: 0 9px;
	text-decoration: none;
	cursor: pointer;
}
.item-added-disabled {
	background: #eeeeee;
}
.item-added-disabled:hover {
	background: #e0e0e0;
}
.post-type-archive ul.products {
	display: inline-block;
	width: 100%;
	padding-top: 30px;
}
.added_to_cart, .catalog-buttons a.more-info-button {
	background: #14252F!important;
	cursor: pointer;
	color: #ffffff!important;
}
.more-info-button {
    cursor: pointer;
    display: inline-block;
    height: 36px;
    line-height: 34px;
    padding: 0 9px;
    text-decoration: none;
}
.single-product strong {
	font-family: 'freightsans_prosemibold'!important;
}
ul.products a.button.demo-button,
ul.products a.button.demo-gallery-button,
.single-product .demo-button,
.single-product .demo-gallery-button {
	background: #EEEEEE!important;
	color: #000000!important;
	cursor: pointer;
}
.single-product .demo-button, .single-product .demo-gallery-button, .single-product .bundle_button .button {
	float: left;
}
.single-product .summary.entry-content {
	float: right;
	width: 64%;
}
.single-product .bundled-product-single .summary.entry-content  {
	width: 100%;
}
.single-product .out-of-stock {
	float: left;
	clear: left;
	width: 100%;
}
.single-product .demo-button:hover, .single-product .demo-gallery-button:hover {
	background: #E0E0E0!important;
}
.outofstock .more-info-button {
	display: none!important;
}
.single-product .out-of-stock {
	display: none;
}
ul.products a.button.demo-gallery-button:hover,
#wp-submit:hover,
ul.products a.button.demo-button:hover {
	background: #e0e0e0!important;
}
.add_to_cart_button,
#place_order,
.checkout-button,
.woocommerce-cart .woocommerce .button,
.tax-product_cat ul.products .button,
.button.pre-order,
.single-product .single_add_to_cart_button {
	background: #F34D44;
	color: #ffffff!important;
}
.single-product .single_add_to_cart_button {
	font-family: 'freightsans_probook';
	font-size: 17px;
}
.single-product .single_add_to_cart_button:hover {
	background: #D1332B!important;
}
.add_to_cart_button:hover,
.remove:hover,
.plus:hover,
.minus:hover,
#place_order:hover,
.checkout-button:hover,
.woocommerce-cart .woocommerce .button:hover,
.tax-product_cat ul.products .button:hover,
.button.pre-order:hover {
	background: #d1332b!important;
}
.catalog-thumbnail-container {
	position: relative;
	height: 152px;
	border:1px solid #000;
	margin-bottom: 20px;
}
.catalog-thumbnail-container * {
	text-decoration: none;
}
.catalog-thumbnail-container img {
	border-top: 5px solid #F34D44;
	position: absolute;
	left: 0px;
	top: 0px;
	width:100%;
	z-index: 100;
}
.catalog-thumbnail-container div {
	background: url('images/transparent-blue-50.png');
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 110;
}
.catalog-thumbnail-container h1 {
	position: absolute;
	display: block;
	height: 42px;
	line-height: 42px;
	padding: 0 10px;
	z-index: 120;
	font-size: 20px;
	margin: 0px!important;
	color: #ffffff!important;
	background: #000;
	background: rgba(0,0,0, 0.6);
	text-transform: uppercase;
	letter-spacing: 0px!important;
	font-family: 'proxima-nova-condensed', sans-serif;
	text-align: left;
	font-weight:600;
	text-decoration:none;
}
.catalog-thumbnail-container h1 * {
	color:inherit;
	font-family:inherit;
	font-weight:inherit;
	font-size:1em;
}
.catalog-thumbnail-container h1.product_title {
	left: 0px;
	bottom: 0px;
}
.catalog-thumbnail-container h1.catalog-price {
	right: 0px;
	top: 5px;
}
.catalog-thumbnail-container del .amount {
	text-decoration: line-through;
}
.title-link-wrapper {
	text-decoration: none;
}
.title-link-wrapper h1.photo-title {
	margin: 15px 0 7px 0!important;
	text-align: left;
	height: 28px;
	line-height: 28px;
	font-size: 28px;
	color: #216287!important;
	text-decoration: none!important;
	font-family: 'LeagueGothicRegular'!important;
	letter-spacing: 0px!important;
}
.catalog-buttons {
	display: table;
	margin: 25px auto 0;
}
.catalog-buttons a {
	float: left;
}
.row-wrapper {
	float: left;
	width: 100%;
	clear: both;
	display: inline-block;
}

/* Checkout */

.woocommerce {
	font-family: 'freightsans_probook';
}
.woocommerce > *,
.cart-collaterals > * {
	float: left;
	width: 100%;
	clear: both;
}
#content .woocommerce li {
	list-style-type: none;
	list-style-image: none!important;
}
.woocommerce-message {
	padding: 10px 0;
	line-height: 14px;
	text-align: center;
	color: #ffffff;
	background: #14252F;
}
.bundled_table_item * {
	line-height: 16px;
}
td.actions {
	background: #ffffff!important;
}
.remove {
    padding: 0px 8px 5px!important;
	float: none!important;
	text-decoration: none!important;
}
.remove,
.plus,
.minus {
    background: none repeat scroll 0 0 #F34D44;
    color: #FFFFFF!important;
    display: inline-block;
    font-size: 23px!important;
    line-height: 23px!important;
    padding: 0px 8px;
    text-transform: uppercase !important;
	cursor: pointer;
	font-family: 'freightsans_prosemibold';
	overflow: visible!important;
	float: left;
	margin: 0px!important;
	text-align: center;
}
.plus,
.minus {
	height: 32px!important;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
.shop_table {
	line-height: 12px;
}
.actions .checkout-button {
	margin-left: 6px;
}
.cart-collaterals h2 {
	font-size: 28px;
	line-height: 30px;
}
.cart-collaterals table {
	line-height: 21px;
	font-size: 19px;
}
.woocommerce .checkout {
	font-family: 'freightsans_probook';
}
.woocommerce .checkout input[type="text"],
.woocommerce .checkout input[type="password"],
#coupon_code,
#login-wrapper input[type="text"],
#login-wrapper input[type="password"],
#password_1,
#password_2,
.woocommerce-account .woocommerce input[type="text"],
.woocommerce-account .woocommerce select {
	border: 1px solid #eeeeee!important;
	padding: 8px;
}
.woocommerce-checkout #terms {
	float:left;
	margin:5px 5px 0 0;
}
.woocommerce-checkout .terms {
	margin-top:1em;
}

label[for="password_1"],
label[for="password_2"] {
	width: 174px;
	display: inline-block;
}
.woocommerce .checkout select {
	border: 1px solid #eeeeee!important;
}
#theme-my-login input[type="text"],
#theme-my-login input[type="password"],
#login-wrapper input[type="text"],
#login-wrapper input[type="password"] {
	width: 400px;
}
#theme-my-login .message {
	border: 0px solid black!important;
	background: #ffffff;
	padding: 0px;
}
#theme-my-login li {
	list-style-type: none!important;
	list-style-image: none!important;
}
#theme-my-login .message {
	background: none!important;
}
#order_review .total * {
	font-family: 'freightsans_prosemibold';
}
#login-wrapper .button {
	padding: 0 15px;
}
address {
	font-style: normal!important;
	line-height: 19px;
}
.woocommerce a.edit {
	line-height: 25px;
}
#order_review td {
    line-height: 16px;
}
.page-id-131 .gform_confirmation_wrapper  {
	text-align: center;
	line-height: 11px;
	margin-bottom: 80px;
}
.page-id-131 .entry-content .gform_wrapper {
    background: #f8f8f8;
    border: 1px solid #c0c0c0;
    margin: 0 auto;
    padding: 2%;
    width: 62%;
}
.page-id-131 .entry-content .gform_wrapper input[type="text"],
.page-id-131 .entry-content .gform_wrapper input[type="password"],
.page-id-131 .entry-content .gform_wrapper textarea,
.page-id-131 .entry-content .gform_wrapper select {
	border: 1px solid #c0c0c0;
}
.page-id-131 .entry-content .gform_wrapper input[type="submit"] {
	text-transform: uppercase;
	padding: 0 83px;
	display: table;
	margin: 0 auto;
}
.page-id-131 .entry-content .gform_wrapper input[type="submit"]:hover {
	background: #14252F;
}
.page-id-131 #input_4_2 {
	width: 283px!important;
	margin: 0px!important;
}
.page-id-131 #input_4_3 {
	width: 277px!important;
	margin: 0px!important;
}
.page-id-131 #field_4_2,
.page-id-131 #field_4_3 {
    clear: none !important;
    float: left;
    margin: 0;
}
.page-id-131 #field_4_1 {
	margin-bottom: 0px!important;
}
.page-id-131 #field_4_2 {
	margin-right: 5px!important;
    width: 298px!important;
}
.page-id-131 #field_4_3 {
	width: 290px!important;
}
.page-id-131 #input_4_5 {
	width: 106px!important;
}
#field_4_5 {
	float: left;
	clear: none;
	width: 200px!important;
}
#field_4_6 {
	float: left;
	clear: none;
	width: 200px!important;
}
#field_4_6 ul.gfield_radio li {
	width: 70px!important;
	float: left;
	margin-top: 8px!important;
}

.explanation .inner-page {
	max-width:300px;
}
.post-password-form input[type="password"] {
	border: 1px solid #d0d0d0;
}
.post-password-form input[type="submit"] {
	color: #ffffff;
	background: #F34D44;
	padding: 3px 12px 4px;
	font-size: 16px;
	cursor: pointer;
	font-family: 'freightsans_probook';
}


/* =Affiliates
-------------------------------------------------------------- */
#affwp-affiliate-dashboard {
	padding-bottom:1em;
}
#affwp-affiliate-dashboard input[type=text], #affwp-affiliate-dashboard input[type=email], #affwp-affiliate-dashboard select {
	border: 1px solid #eeeeee;
	padding: 8px !important;
	text-align: left;
}
.affwp-table td, .affwp-table th {
	padding:0.5em;
	line-height:1.2;
}
#affwp-affiliate-dashboard h4 {
	margin-top:2em;
}
.affwp-send-notifications-wrap {
	margin:1em 0;
}
#affwp-affiliate-dashboard-profile {
	margin-bottom:2em;
}
.affwp-form label {
	line-height:1.4;
}

#affwp-affiliate-dashboard .button {
	width:auto;
	background:#F4463D;
	color:#fff;
}

/* =Media Queries
-------------------------------------------------------------- */

@media (max-width: 600px) {

/* General Structure */
.inner-page {
	width: 90%;
}
.entry-content {
	width: 100%;
}

/* Header */
#header-socials,
#header-links,
#branding,
#header-search,
#header-1 .inner-page {
	display: none!important;
}
#header-1 {
	padding: 0px!important;
	border: 0px solid black!important;
}
#mobile-title {
	text-decoration: none;
	display: inline-block;
}
#mobile-title h1,
#mobile-title h1 span {
	color: #ffffff;
	font-family: 'LeagueGothicRegular';
	text-transform: uppercase;
	font-size: 26px;
	line-height: 33px;
	padding: 0px!important;
	margin: 0px!important;
}
#mobile-title h1 span {
	color: #F74134!important;
}
#menu-button {
	display: inline-block;
	height: 29px;
	width: 29px;
	margin: -7px;
	padding: 9px;
	float: right;
	cursor: pointer;
}
#mobile-screen {
	position: fixed;
	z-index: 5000;
	background: url(images/black-transparent-50.png);
	display: none;
	top: 49px;
	left: 77%;
	width: 23%;
	height: 100%;
}
#menu-button img {
	height: 100%;
	width: auto;
	cursor: pointer;
}
#mobile-menu {
	position: fixed;
	z-index: 5000;
	background: #ffffff;
	display: block;
	top: 49px;
	left: -77%;
	width: 77%;
	overflow: auto;
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}
#mobile-menu ul,
#mobile-menu li {
	margin: 0px;
	float: left;
	width: 100%;
}
#mobile-menu .sub-menu {
	display: none;
}
#mobile-menu .disabled-link {
	background: url(images/arrow-right.png) 7% center no-repeat;
	background-size: 16px 16px;
}
#mobile-menu .disabled-link.open {
	background: url(images/arrow-down.png) 7% center no-repeat;
	background-size: 16px 16px;
}
#mobile-menu a {
	color: #333333;
	line-height: 18px!important;
	text-align: left;
	text-decoration: none;
	display: inline-block;
	float: left;
	width: 78%;
	padding: 12px 5% 12px 17%;
	line-height: 16px;
	font-size: 16px;
}
#mobile-menu #menu-main-menu > li > a {
	border-bottom: 1px dotted #eeeeee;
}
#mobile-menu .sub-menu {
	background-color: #f9f9f9!important;
}
#mobile-menu .sub-menu .sub-menu {
	background-color: #f3f3f3!important;
}
#mobile-menu .sub-menu {
	box-shadow: 0 0 6px 2px #dbdbdb inset;
	-moz-box-shadow: 0 0 6px 2px #dbdbdb inset;
	-webkit-box-shadow: 0 0 6px 2px #dbdbdb inset;
}
.sub-menu a {
	border-bottom: 1px dotted #e0e0e0;
}
.home #slider-container li .inner-page > div {
	width: 40%;
}
#header-search {
	float: none;
	margin: 4px auto;
	clear: both;
	display: inline-block;
	width: 80%;
	cursor: pointer;
}
#mobile-search {
	float: left;
	width: 100%;
	display: inline-block;
	clear: both;
	margin-bottom: 10px;
	margin-top: 15px;
}
#mobile-search input[type="text"] {
	font-family: 'freightsans_prosemibold';
	line-height: 17px;
	font-size: 13px;
	color: #999999;
	padding: 2px 4px 3px;
	text-transform: uppercase;
	float: left;
	margin: 0 0 0 7%!important;
	width: 77%!important;
	border: 1px solid #e3e3e3;
}
#mobile-search #searchsubmit {
	text-indent: 500px;
	font-size: 0px;
	line-height: 0px;
	color: transparent;
	display: inline-block;
	float: left;
	cursor: pointer;
	height: 22px;
	width: 24px;
	background: url(images/search.png) center center no-repeat #ffffff;
	background-size: 16px 16px;
}
#header-links {
	margin: 3px auto 0;
	width: auto;
	float: none;
	display: table;
}
#header-links a {
	font-size: 11px;
	margin: 0 8px;
}
#site-name img {
	width: 100%;
	max-width: 281px;
	float: none;
	margin: 0 auto;
	display: block;
}

/* Slider */
#slider-container {
	height:300px!important;
}
.home #slider-container li > div p {
	font-size:15px;
	line-height:1.2!important;
	margin-bottom:0.5em;
}
#slider-container li > div a {
	font-size:13px;
	padding: 0.75em;
	height: auto;
	line-height: 1;
	text-align: center;
}
.slides-pagination {
	display: none!important;
}

/* Content */
#testimonial-container .inner-page > div > p {
	line-height: 27px;
	font-size: 18px;
}
.caroufredsel_wrapper {
	width: 100%!important;
}
.single-product .images, .single-product .woocommerce-tabs, .single-product .summary.entry-content {
	width: 100%;
	float: left;
}
.single-product .entry-title {
	font-size: 27px;
	line-height: 27px;
}
.single-product .images {
	margin: 20px 0 0!important;
}
.single-product .images img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.bundled_product_summary .details {
	overflow: visible!important;
}

h1, h1 * {
	font-size: 25px;
	line-height: 25px;
}
.entry-title,
.entry-title * {
	font-size: 40px;
	line-height: 40px;
}
.entry-title {
	margin-bottom: 0px!important;
}
.entry-content {
	overflow: hidden;
	padding-top: 10px;
}
#body-1 {
	padding: 35px 0 25px;
}
.large-content,
.large-content * {
	font-size: 22px;
	line-height: 30px!important;
}
#contact-right {
	float: none;
	width: 100%;
	clear: both;
	line-height: 21px;
}
#gform_wrapper_1 {
	float: none;
	width: 100%;
	clear: both;
	margin: 0px!important;
}
.faq-question {
	font-size: 24px!important;
	line-height: 26px!important;
}

/* Woocommerce - Cart & Catalog */
.products-section h1,
.search h1 a,
.archive h1 a,
.col-1 > h3, #coupon-wrapper > h3, #login-wrapper > h3,
#order_review_heading {
	font-size: 21px;
}
ul.products li.product {
	float: none;
	clear: both;
	width: 100%;
	margin-right: 0px!important;
}
.catalog-thumbnail-container img {
	width: 100%;
}
.shop_table.cart .coupon {
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}
.shop_table.cart .coupon .button {
	float: left;
	margin-right: 10px;
}
.shop_table #coupon_code {
	float: right;
	width: 117px!important;
}
.shop_table .coupon > label {
	line-height: 30px;
}
.shop_table.cart .button[name="update_cart"] {
	float: left;
	padding: 0 16px;
}
.product-thumbnail {
	display: none!important;
}
.shop_table.cart img {
	height: 36px;
	width: 36px;
}
.product-quantity input.input-text {
	width: 30px;
}
.plus,
.minus {
	width: 17px!important;
}
.remove {
	padding: 0 6px 5px !important;
}
.quantity.buttons_added {
	min-width: 76px;
}
.shop_table * {
    font-size: 12px !important;
}
.product-name {
	min-width: 93px;
}
.bundled_table_item * {
    line-height: 14px;
}
.shop_table td, .shop_table th {
	padding: 4px;
}
/* Woocommerce - Checkout */
#customer_details, #order_review, #coupon-wrapper, #login-wrapper {
	padding: 3%;
	width: 93%;
}
#billing_address_2, #shipping_address_2 {
	margin-left: 0px;
}
.woocommerce-checkout #coupon_code {
	padding: 3%;
	width: 94%;
}
.woocommerce-checkout .button[name="apply_coupon"],
#place_order,
.woocommerce-checkout form.login input[type="submit"] {
	padding: 0px;
	width: 100%;
}
form.checkout input[type="text"],
.woocommerce-checkout form.login input[type="text"],
.woocommerce-checkout form.login input[type="password"],
.woocommerce-account .entry-content input[type="text"] {
	padding: 2% 3%!important;
	width: 94%!important;
}
form.checkout select,
.woocommerce-account .entry-content select {
	width: 101%;
}
.col-1 label, #coupon-code-label, #login-wrapper label, fieldset label, .woocommerce-account .woocommerce form p label {
	font-size: 14px!important;
}
#cc-expire-month {
	margin-bottom: 10px;
}
.woocommerce-checkout #order_review * {
    font-size: 13px !important;
}

/* Footer */
#footer-1 {
	padding: 35px 0;
}
#footer-01-left,
#footer-01-right,
#contact-u-left,
#contact-u-right,
#contact-l-left,
#contact-l-right {
	float: left;
	width: 100%;
	clear: both;
	padding: 30px 0;
}
#footer-01-left > div,
#footer-01-right > div {
	width: 90%;
	float: none;
	margin: 0 auto;
	text-align: left;
}
#contact-u-left > div,
#contact-u-right > div,
#contact-l-left > div,
#contact-l-right > div {
	margin: 0px;
	width: 90%;
	padding: 0 5%;
}
#contact-u-left h1,
#contact-u-right h1 {
	background: none;
	float: left;
	text-align: left;
}
#contact-lower {
	display: none!important;
}
#contact-u-right .gform_wrapper input[type="text"], #contact-u-right .gform_wrapper textarea {
	padding: 10px 2%!important;
}
#footer-socials {
	float: none;
	margin: 30px auto 0;
	display: table;
}
#footer-1 > .inner-page > p {
	
}
.menu-footer-menu-container {
	display: none!important;
}
.footer-social-wrapper img {
	margin: 0 5px;
}

/* Forms */
div.gform_wrapper {
	width: 100%;
	margin: 0 auto!important;
	display: inline-block;
}
div.gform_body,
div.gform_footer {
	width: 100%!important;
}
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea {
	width: 90%!important;
	padding-left: 5%!important;
	padding-right: 5%!important;
}
div.gform_wrapper input[type="submit"] {
	width: 100%;
	padding-left: 0px!important;
	padding-right: 0px!important;
	margin: 10px 0 0 0!important;
}
.woocommerce-account form.login input[type="text"],
.woocommerce-account form.login input[type="password"],
#loginform input[type="text"],
#loginform input[type="password"],
.woocommerce-account .lost_reset_password input[type="text"] {
	width: 94%!important;
	padding: 10px 2%!important;
}

.expandable-faq {

}
.faq-question {
	padding-left: 11%;
	width: 89%;
	font-size: 21px!important;
	line-height: 23px!important;
	background:	url('images/faq-icon-red.png') 0px 3px no-repeat;
	background-size: 18px;
}
.expandable {
	width: 89%;
	padding-left: 11%;
}
.expandable * {
	line-height: 20px!important;
	font-size: 14px!important;
}
.training {
	padding: 6%;
	width: 88%;
}
.training-description {
	width: 100%;
}
.training-image {
	display: block;
	margin: 0 auto 15px;
	float: none;
}
.training-description h2 {
	text-align: center;
}
.training_link.button {
	float: none;
	margin: 22px auto 0;
	display: table;
}


}
