/*
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;
	margin: 0px;
	padding: 0px;
}
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: #e2e2e2;
	font-family: 'freightsans_probook';
	font-size: 17px;
	line-height: 17px;
	position: relative;
	margin: 0;
	overflow-x: hidden;
}
ol, ul, li {
	list-style-position: outside;
	list-style: none;
	line-height: 18px;
}
br {
	margin: 0px!important;
}
textarea, input {
	overflow: hidden;
}
#page {
	display: block;
	margin:0 auto;
}
.inner-page {
	display: block;
	margin: 0 auto;
	max-width: 1100px;
}

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 Operafbut 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,
#header-3,
#body-0,
#body-0-shadow,
#body-1,
#body-2,
#footer-0,
#footer-1,
#footer-01,
#main,
#contact-lower,
#contact-upper {
	clear: both;
	line-height: 0px;
	display: block;
	/* float: left; */
	width: 100%;
	background-color: #ffffff;
}
#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: #7f7f7f;
	padding: 8px 0;
	position: relative;
	z-index: 10000000;
	max-width: 1250px;
	margin: 0 auto;
}
#header-3 {
	background: #ffffff;
	padding: 8px 0;
	position: relative;
	z-index: 10000000;
	max-width: 1250px;
	margin: 0 auto;
	display: none;
}
#header-search {
	float: left;
}
#header-search input[type="text"] {
	font-family: 'freightsans_probook';
	line-height: 16px;
	font-size: 14px;
	color: #999999;
	padding: 2px 2px 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: 26px;
	width: 26px;
	margin-left:2px;
	background: url(images/search-glass.png) center center no-repeat #ffffff;
}
#header-socials {
	float: right;
	display: none;
}
.header-social-wrapper {
	text-decoration: none;
}
.header-social-wrapper img {
	float: right;
	margin-left: 10px;
	height: 25px;
	width: 25px;
}
#header-links {
	float: right;
}
#header-links a {
	color: #ffffff;
	font-family: 'freightsans_probook';
	line-height: 25px;
	font-size: 15px;
	letter-spacing: 1.5px;
	text-decoration: none;
	margin-left: 30px;
}
	#header-links a span {
		color:#fff;
	}
#header-1 {
	background: #ffffff;
	padding: 10px 0;
	position: relative;
	max-width: 1250px;
	margin: 0 auto;
}
#site-name {
	text-decoration: none;
}
#site-name img {
	float: left;
	width: 150px;
}
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: 20px;
	width: 75%;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
	margin-top: -10px;
}
#access a {
	color: #5d5d5d;
	font-family: 'freightsans_probook';
	font-weight: lighter;
	/* text-transform: uppercase; */
	font-size: 19px;
	/* line-height: 19px; */
	letter-spacing: 1.5px;
	display: block;
	padding-bottom: 0px;
	margin: 0 0 0 27px;
	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;
	margin-top: 7px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul li {
	float:none;
}
#access ul ul a {
	background: #ffffff;
	padding: .5em .5em 1em 1em;
	height: auto;
	line-height: 24px;
	font-size: 17px;
	margin: 0px;
	text-transform: none;
	font-family: 'freightsans_probook';
	letter-spacing: 0px;
}
#access ul ul a:hover {
	color: #01cdcd !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: 'freightsans_probook';
    font-size: 28px;
    line-height: 40px !important;
	text-align: justify;
}
#slider-container li > div a {
	color: #000;
	text-transform: uppercase;
	padding: 0 35px;
	letter-spacing: 2px;
	display: inline-block;
	height: 57px;
	line-height: 57px;
	background: #fff;
	clear: both;
	text-decoration: none;
	font-size: 18px;
	border-radius: 5px;
	margin-top: 10px;
}
#slider-container li > div a:hover {
	background: #eee;
}
#body-1 {
	background: #ffffff;
	padding: 20px 0 0;
	margin-bottom: 10px;
}

#body-2 {
	background: #e2e2e2;
	padding: 0px;
	margin: 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: 'freightsans_probook';
	/* text-transform: uppercase; */
	color: #5d5d5d;
	margin-bottom: 15px;
	letter-spacing: 1px;
	font-weight: lighter;
}
h1, h1 * {
	font-size: 30px;
	line-height: 30px;
}
h2, h2 * {
	font-size: 26px;
	line-height: 28px;
	font-weight: lighter;
	margin-top: 13px;
	margin-bottom: 13px;
}
h3, h3 * {
	font-size: 24px!important;
	line-height: 26px!important;
	margin-top: 12px;
	margin-bottom: 12px;
}
h4, h4 *, h6, h6 * {
	font-size: 24px;
	line-height: 24px;
}
h5, h5 * {
	font-size: 20px;
	line-height: 20px;
}
.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: left;
	margin-bottom: 36px;
	margin-top: 10px;
	color: #5d5d5d;
	font-family: freightsemibold;
}
.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 * {
	font-style: normal;
}
p {
	text-align: left;
	line-height: 24px;
	margin-bottom: 12px;
	color: #5d5d5d;
	letter-spacing: .8px;
	font-size: 18px;
}
.wp-pagenavi {
	margin: 1em 0;
	text-align: center;
}
	.wp-pagenavi a,
	.wp-pagenavi span {
		display: inline-block;
		line-height: 1;
		padding: 0.5em;
		padding: 0.3em 0.5em;
	}
.block-strip p {
	text-align: left;
	margin-bottom: 20px;
}
.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: #5d5d5d;
}
.entry-content a,
.block-strip a {
	color: #01cdcd;
	font-weight: bold;
}
.large-content {
	margin-top: 14px!important;
	margin-bottom: 20px;
}
.large-content,
.large-content * {
	font-size: 24px;
	line-height: 40px!important;
	font-family: 'freightsans_probook';
	font-weight: lighter;
	color: #5d5d5d;
	text-align: left;
}

.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,
.breadcrumbs a,
.entry-meta a {
	color: #01cdcd;
	text-decoration: none;
	line-height: 20px;
	font-family: freightsans_probook;
	letter-spacing: 1px;
	-webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
 	transition: all .2s ease-in-out;
}
.entry-content a:hover,
.breadcrumbs a:hover,
.entry-meta a:hover,
.entry-content a:active,
.breadcrumbs a:active,
.entry-meta a:active  {
	text-decoration: underline;
}
.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: 'freightsans_probook';
    font-size: 26px !important;
    letter-spacing: .8;
    line-height: 40px!important;
	width: 95%;
	float: left;
	cursor: pointer;
	padding-left: 5%;
	background: url('images/faq-icon-aqua.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: 19px;
	line-height: 26px;
	margin-bottom: 24px;
}
.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[type=email],
input[type=tel],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #01cdcd!important;
	text-decoration: none;
}


/* =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-color: #86888a;
	display: block;
	margin: 0 auto;
	max-width: 1250px;	
}
#footer-01 p {
	line-height: 24px;
	color: #ffffff;
	text-align: left;
}
#footer-01 h1 {
	color: #ffffff;
	font-size: 25px;
}
#footer-01-left,
#footer-01-right {
	padding: 15px 0 0 0;
	width: 49.9%;
	display: inline-block;
	height: 100px;
	background-color: #86888a;
}
#footer-01-left {
	float: left;
}
#footer-01-left > div {
	width: 450px;
	float: right;
	margin-right: 30px;
	text-align: right;
}
#footer-socials {
	float: right;
	margin-top: 15px;
}
.footer-social-wrapper {
	text-decoration: none;
}
.footer-social-wrapper img {
	float: right;
	margin-left: 10px;
}
#footer-01-right {
	float: right;
}
#footer-01-right p {
	text-align: left;
}
#footer-01-right > div {
	width: 450px;
	float: left;
	margin-left: 30px;
}
#footer-01-right label {
	display: none!important;
}
#footer-01-right .gform_wrapper {
	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';
	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: #01cdcd;
	font-size: 16px;
	line-height: 16px;
	font-family: 'freightsans_probook';
	float: left;
	margin: 16px 0 0 0;
	letter-spacing: 2px;
	clear: none;
	cursor: pointer;
	padding: 0 24px;
	line-height: 30px;
	height: 30px;
	display: inline-block;
	border-radius: 5px;
	transition: all .3s ease-in-out;
}
#footer-01-right input[type="submit"]:hover {
	background: #bababa;
}
#footer-01-right .gform_body,
#footer-01-right .gform_footer {
	width: auto;
	clear: none!important;
	float: left;
	padding: 0px!important;
}
#footer-1 {
	padding: 20px 0 0 0;
	background-color: #86888a;
	max-width: 1250px;
	margin: 0 auto;
	display: block;
}
#footer-1 p {
	font-family: 'freightsans_probook';
	color: #ffffff;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 10px;
}
#footer-1 p a {
	font-family: 'freightsans_probook';
	font-size: 14px;
	color: #ffffff;
	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_probook';
	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.tml-login {
	width: 272px;
	display: table;
	border: 1px solid #c0c0c0;
	border-top: 5px solid #01cdcd;
	padding: 20px 20px 10px;
	background: #f8f8f8;
	margin: 10px 0 30px 0;
}
.entry-content > div.tml-login p {
	margin-bottom: 4px;
}
.entry-content > div.tml-login input[type="text"],
.entry-content > div.tml-login input[type="password"] {
	width: 265px!important;
	border: 1px solid #c0c0c0!important;
}
.entry-content > div.tml-login input:focus {
	border: 1px solid #707070!important;
}
.entry-content > div.tml-login input[type="submit"] {
    background: none repeat scroll 0 0 #999999!important;
    color: #FFFFFF !important;
    font-family: 'freightsans_probook';
    display: block;
    font-size: 26px;
    border-radius: 5px;
    /* height: 42px!important;
    line-height: 42px;
    text-transform: uppercase;
    width: 100%; */
}
.tml-loginform label,
.woocommerce-account form.tml-login label,
.woocommerce-account form.tml-login .lost_password,
.lost_reset_password label {
	float: left;
	clear: both;
}
.woocommerce-account form.tml-login .lost_password {
	margin: -20px 0 30px;
}
input[type="text"], input[type="password"] {
	border: 1px solid #c0c0c0!important;
	clear: left;
	width: 250px!important;
	padding: 4px!important;
}
.woocommerce-account form.tml-login input[type="submit"],
.tml-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.tml-login input[type="submit"]:hover,
.tml-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"], 
.entry-content input[type="tel"], 
.entry-content input[type="email"], 
textarea, select, 
.comment-form-comment #comment,
.shop_table input.input-text, 
.col-1 input[type="text"], 
.col-1 select, #coupon_code, 
.create-account input, 
.tml-login-wrapper input {
	font-size: 15px!important;
	line-height: 14px;
	padding:5px 2px 5px 2px;
	font-family: freightsans_probook;
}
.col-1 label[for="createaccount"] {
	width: auto!important;
}
.col-1 label, #coupon-code-label,
.tml-login-wrapper label,
fieldset label,
.woocommerce-account .woocommerce form p label {
	width: 159px!important;
	display: inline-block;
	font-family: 'freightsans_prosemibold';
	font-size: 17px;
}
.woocommerce-account .woocommerce form h3 {
	font-size: 
}
.col-1 input, #coupon_code, .tml-login-wrapper input {
	padding: 2px;
}
#billing_country {
	margin-left: -4px;
}
#billing_address_1 {
	font-size: 15px!important;
}
#billing_address_2,
#shipping_address_2 {
	margin-left: 159px;
	font-size: 16px;
}
.product-quantity input.input-text  {
	width: 58px;
	text-align: center;
	padding: 8px 0;
	margin: 0px;
	border: 1px solid #5d5d5d!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-color: #EEEEEE;
}
#contact-lower * {
	color: #86888a;
}
#contact-l-left,
#contact-l-right {
	width: 50%;
	padding: 70px 0 50px;
}
#contact-l-left {
	float: left;
	background: #EEEEEE;
}
#contact-l-left > div {
	float: right;
	width: 450px;
	margin-right: 30px;
}
#contact-l-left h1 {
	text-align: right;
	background: url('http://www.paulekman.com/wp-content/uploads/2016/08/FB-f-Logo__blue_29.png') left 3px no-repeat;
	padding: 4px 0 13px 50px;
	float: right;
	clear: both;
}
#contact-l-right h1 {
	background: url('http://www.paulekman.com/wp-content/uploads/2016/08/TwitterLogo_55acee-45.png') right 0px bottom 0px no-repeat;
	padding: 4px 52px 13px 0;
	float: left;
	clear: both;
}
#contact-l-right {
	float: right;
	background: #DDDDDD;
}
#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_probook';
	letter-spacing: 1px;
	color: #5d5d5d;
}
.entry-content .gform_wrapper li > label * {
	color: #5d5d5d;
}
.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;
	width: 75%!important;
}
.entry-content .gform_wrapper select {
	width: 100%!important;
}
.entry-content .gform_wrapper textarea {
	line-height: 22px;
}
.entry-content .gform_wrapper input[type="submit"] {
	-webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
 	transition: all .2s ease-in-out;    
cursor: pointer;
    display: inline-block;
    line-height: 34px;
    padding: 0 11px;
    text-decoration: none;
	font-size: 16px;
	letter-spacing: 1px;
	font-family: 'freightsans_probook';
	background: #86888a;
	color: #ffffff;
}
.entry-content .gform_wrapper input[type="submit"]:hover {
	background: #999999;
}
.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 #ffffff;
}
.shop_table tr.even td, .shop_table tr:nth-child(2n) td {
	background: #ffffff;
}
.checkout .select2-container {
	width:62%!important;
	display: inline-block!important;
	font-size: 15px;
	letter-spacing: 0px;
}

.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, .tml-login-wrapper {
	border: 1px solid #cccccc;
	padding: 10px;
	margin: 0 0 20px 0;
	width: 940px;
}
.col-1 > h3, #coupon-wrapper > h3, .tml-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;
}
.tml-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 #86888a!important;
}

.training {
	overflow:hidden;
	margin-bottom:40px;
	padding: 22px;
	border: 1px solid #999999;
}
	.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;
		border-radius: 5px;
		padding: 0 15px;
		height: 36px;
		line-height: 36px;
		float: left;
		clear: both;
		background: #5d5d5d;
		text-decoration: none;
		margin: 10px 0 0 0;
		border: 1px solid #5d5d5d;
	}
	.training-image img {
		/* border-top: 5px solid #F34D44; */
	}
	.training_link.button:hover {
		background: #01cdcd;
		text-decoration: none;
		border: 1px solid #01cdcd;
	}
	.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: #01cdcd;
	color: #ffffff!important;
}
.single-product .bundle_button .button:hover {
	background: #86888a!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:not(.product-cat-paul-ekman-micro-expressions-applied-training):not(.product-cat-paul-ekman-micro-expressions-training-kit):nth-child(3n) {
	clear:right;
	margin-right:0;
}
ul.products li:not(.product-cat-paul-ekman-micro-expressions-applied-training):not(.product-cat-paul-ekman-micro-expressions-training-kit):nth-child(3n+1) {
	clear:left;
}
ul.products li:last-child {
	margin-right:0;
}
ul.products p:last-child {
	margin-bottom:10px;
}

.term-paul-ekman-micro-expressions-applied-training 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), .term-paul-ekman-micro-expressions-applied-training ul.products li:nth-child(3n) {
	clear:right;
	margin-right:3.5%;
}
ul.products li.product_cat-re-3:nth-child(3n+1), .term-paul-ekman-micro-expressions-applied-training ul.products li:nth-child(3n+1) {
	clear:right;
	margin-right:0;
}
ul.products li.product_cat-re-3:nth-child(3n+2), .term-paul-ekman-micro-expressions-applied-training ul.products li:nth-child(3n+2) {
	clear:left;
}
*/

/* TRAINING TOOLS PAGE */
.page-id-18209 ul.products li.product {
	width:29%;
	margin-right:6.5%;
}
.page-id-18209 .format-category-products .title-divider {
	border-bottom:none;
}
.page-id-18209 .format-category-products p {
	font-size:0.9em;
	line-height:1.4;
}
.page-id-18209 .format-category-products *, .page-id-18209 .entry-title {
	font-family: freightsemilbold;
}
.format-category-products .inner-page {
	border-bottom:1px solid #eee;
}
.block-strip:last-child .format-category-products .inner-page,
.block-strip:last-child .format-category-products .products {
	border-bottom:none;
}

/* bundles need a different clearance */
ul.products li.product-cat-paul-ekman-micro-expressions-applied-training:first-child,
ul.products li.product-cat-paul-ekman-micro-expressions-training-kit:first-child {
	clear:both!important;
	overflow:hidden;
	width:100%!important;
	margin-right:0!important;
	float:none;
}
	ul.products li.product-cat-paul-ekman-micro-expressions-applied-training:first-child > div,
	ul.products li.product-cat-paul-ekman-micro-expressions-training-kit:first-child > div{
		width:29%;
		margin-right:6.5%;
		float:left;
	}
	ul.products li.product-cat-paul-ekman-micro-expressions-applied-training:first-child > div:last-child,
	ul.products li.product-cat-paul-ekman-micro-expressions-training-kit:first-child  > div:last-child {
		width:28%;
		margin-right:0;
	}
	ul.products li.product-cat-paul-ekman-micro-expressions-applied-training:first-child .catalog-buttons a,
	ul.products li.product-cat-paul-ekman-micro-expressions-training-kit:first-child .catalog-buttons a {
		clear:both;
		margin-bottom:2px;
		width:28%;
		text-align:center;
	}
ul.products li.product-cat-paul-ekman-micro-expressions-applied-training:nth-child(3n+1),
ul.products li.product-cat-paul-ekman-micro-expressions-training-kit:nth-child(3n+1) {
	clear:right;
	margin-right:0;
}


.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;
	font-size: 16px!important;
	background-color: #01cdcd!important;
}
.add_to_cart_button {	
	width: 100px!important;
}
.item-added-disabled {
	background: #ffffff;
	border: 1px solid #01cdcd;
	height: 34px;
	line-height: 34px;
	border-radius: 5px;
	width: 100px!important;
}
.item-added-disabled:hover {
	text-decoration: none!important;
	cursor: default;
}
.post-type-archive ul.products {
	display: inline-block;
	width: 100%;
	padding-top: 30px;
}
.added_to_cart {
	background: #86888a!important;
	cursor: pointer;
	color: #ffffff!important;
	line-height: 34px!important;
	height: 34px;
	border-radius: 5px;
	border: 1px solid #86888a;
	width: 100px;
}
.added_to_cart:hover {
	text-decoration: none!important;
	border: 1px solid #01cdcd!important;
	background-color: #ffffff!important;
	color: #01cdcd!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-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: #86888a!important;
}
.add_to_cart_button,
#place_order,
.woocommerce .button,
.tax-product_cat ul.products .button,
.button.pre-order,
.single-product .single_add_to_cart_button {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background: #01cdcd;
	color: #ffffff!important;
	border-radius: 5px;
	font-size: 16px!important;
	text-align: center;
	margin-left: 13px;
}
#place_order {
	margin-top: 15px;
	margin-left: 18px;
}
.checkout-button {
	background: #01cdcd;
	color: #ffffff!important;
	border-radius: 5px;
	font-size: 22px!important;
}
.single-product .single_add_to_cart_button .add_to_cart_button {
	font-family: 'freightsans_probook';
	font-size: 15px!important;
}
.single-product .single_add_to_cart_button:hover {
	background: #5d5d5d!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: #86888a!important;
	text-decoration: none!important;
}

.catalog-thumbnail-container {
	position: relative;
	height: 152px;
	border:1px solid #000;
	margin-bottom: 10px;
	overflow:hidden;
}
.catalog-thumbnail-container * {
	text-decoration: none;
}
.catalog-thumbnail-container img {
	border-top: 5px solid #01cdcd;
	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;
	line-height: 1;
	padding:5px;
	z-index: 120;
	font-size: 14.5px;
	margin: 0px!important;
	color: #ffffff!important;
	background: rgba(123,123,123, 0.8);
	text-transform: uppercase;
	letter-spacing: .8px!important;
	font-family: freightsans_probook;
	text-align: left;
	font-weight:300;
	text-decoration:none;
}
.catalog-thumbnail-container h1.catalog-price {
	padding:5px 10px;
}
	.catalog-thumbnail-container .catalog-price del {
		color:#D4D4D4;
	}
.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;
	right: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: 10px auto 0;
}
	.catalog-buttons a {
		float: left;
		font-size:0.9em;
		padding:10.5px 0.6em;
		line-height:1;
		height:auto;
		background:#eee;
		color:#3a3a3a;
	}
	.catalog-buttons a:hover {
		background:#E0E0E0;
	}	
	.catalog-buttons a.add_to_cart_button, .catalog-buttons a.demo-button {
		background:#86888a!important;
		color:#fff!important;
	}
	.catalog-buttons a.add_to_cart_button:hover, ul.products .catalog-buttons a.demo-button:hover {
		background:#313131!important;
	}

.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;
}
#content .woocommerce li.last {
	clear: right;
}
#content .woocommerce li.last + li {
	clear: left;
}
.woocommerce-message {
	padding: 10px 0;
	line-height: 14px;
	text-align: center;
	color: #ffffff;
	background: #3d3d3d;
	width: 99%;
}
.bundled_table_item * {
	line-height: 16px;
	display: none;
}
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 #01cdcd;
    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="tel"],
.woocommerce .checkout input[type="email"],
.woocommerce .checkout input[type="password"],
#coupon_code,
.tml-login-wrapper input[type="text"],
.tml-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;
	margin-left: 20px;
}

label[for="password_1"],
label[for="password_2"] {
	width: 174px;
	display: inline-block;
}
.woocommerce .checkout select {
	border: 1px solid #eeeeee!important;
}
#theme-my.tml-login input[type="text"],
#theme-my.tml-login input[type="password"],
.tml-login-wrapper input[type="text"],
.tml-login-wrapper input[type="password"] {
	width: 400px;
}
#theme-my.tml-login .message {
	border: 0px solid black!important;
	background: #ffffff;
	padding: 0px;
}
#theme-my.tml-login li {
	list-style-type: none!important;
	list-style-image: none!important;
}
#theme-my.tml-login .message {
	background: none!important;
}
#order_review .total * {
	font-family: 'freightsans_prosemibold';
}
.tml-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;
	text-align: center;
}
.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: #86888a;
}
.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;
}
#field_11_1 {
	margin-top: -50px;
}
#gform_submit_button_11 {
    background-color: #ffffff;
    border-radius: 8px;
    color: #86888a;
    float: left;
    height: 50px;
    border: 3px solid #01cdcd;
    text-align: center;
    margin-top: -40px;
}
#gform_submit_button_11:hover {
    background-color: #01cdcd;
    color: #ffffff;
}
.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;
}

/* Added Criteria */

img.compare2 {
	display: none;
}
h2.compare {
	font-size: 34px;
	font-family: freightsemibold;
}
p.frontpagep {
	line-height: 16px!important;
	font-size: 22px;
}
h1.frontpageh12 {
	font-family: freightsemibold;
	font-size: 30px;
	text-align: center;
	margin-top: 5px;
	line-height: 40px!important;
}
img.frontpageimg8 {
	width: 73%;
	display: block;
	margin: 0 auto;
	margin-top: -10px;
}
img.ttcoupon {
	max-width: 340px;
	margin-left: 100px;
	margin-bottom: 40px;
}
img.ttimg {
	max-height: 350px;
}
h5.tth51 {
	max-width: 450px;
	line-height: 27px;
}
hr.trainingtoolshr {
	border-top: 1px solid #999999;
	width: 100%;
	margin: 0 auto;
}
div.toolsdiv {
	height: 100%;
}
.addtocart2 {
	border: 0;
}
.addtocart {
	border: 0;
	margin: 0;
	text-align: center;
	margin-bottom: 2px;
}
div.tool1 {
	display: inline-block;
	width: 43%;
	height: 220px;
	border: 2px solid #5d5d5d;
	padding: 15px;
	margin-right: 37px;
	margin-top: 35px;
}
.trainingtoolsdiv1 {
	height: 250px;
	max-width: 1221px;
	background-color: #ffffff;
	display: block;
	margin: 10px auto 10px auto;
	position: relative;
	padding: 15px;
	margin-top: 40px;
	padding-left: 0;
}
.trainingtoolsdiv2 {
	height: 100%;
	max-width: 1221px;
	background-color: #ffffff;
	display: block;
	margin: 10px auto 10px auto;
	position: relative;
	padding: 15px;
	margin-top: 0px;
	padding-left: 0;
}
img.frontpageimg7 {
	max-height: 500px;
	max-width: 670px;
}
a.frontpage11 {
	line-height: 26px!important;
	font-weight: 400;
}
hr.frontpagehr4 {
	width: 200%;
	border-top: 10px solid #e2e2e2;
	margin-left: -20%;
	display: none;
}
img.frontpageline {
	width: 2px;
	height: 50px;
	display: inline-block;
}
img.frontpageimg6 {
	display: inline-block;
	max-width: 100%;
	max-height: 100px;
}
div.sciencediv1 {
	width: 22%;
	display: inline-block;
	text-align: center;
	border-right: 1px solid #eeeeee;
	padding: 5px;
}
div.sciencediv2 {
	width: 22%;
	display: inline-block;
	text-align: center;
	padding: 5px;
}

.frontpagehr3 {
	border-top: 1px solid #5d5d5d;
	width: 30%;
	display: inline-block;
	margin-bottom: 5px;
}
h6.frontpageh6 {
	font-size: 25px;
	color: #c1272d;
	font-family: freightsemibold;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0;
}
h5.frontpageh5 {
	font-size: 30px;
	font-family: freightsans_probook;
	text-align: center;
}
h4.frontpageh4 {
	font-size: 22px;
	font-family: freightsemibold;
	text-align: center;
}
h4.frontpageh4red2 {
	font-size: 22px;
	font-family: freightsemibold;
	text-align: left;
	color: #cc0001;
	margin-bottom: 40px;
}
h4.frontpageh4red {
	font-size: 26px;
	font-family: freightsemibold;
	text-align: center;
	color: #c1272d;
}
img.frontpageimg4 {
	width: 500px;
	display: inline;
	margin-top: -50px;
}
img.frontpageimg5 {
	width: 250px;
	display: inline;
}
div.fronttopdiv {
	text-align: center;
}
div.fronttopdiv p {
	text-align: inherit;
}
div.fronttopdiv2 {
	text-align: center;
	margin-left: -10px;
}
div.fronttopdiv3 {
	height: 50px;
	border-right: 2px solid #eeeeee;
}
img.frontpageimg3 {
	display: inline;
	width: 9px;
	margin: 0;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 2px;
}
h3.frontpageh3 {
	display: inline;
	font-family: freightsans_probook;
	font-size: 30px;
}
h1.frontpageh1 {
	font-family: freightsemibold;
	font-size: 40px;
	text-align: center;
	margin-top: 5px;
	line-height: 40px!important;
}
h1.frontpageh12 {
	font-family: freightsemibold;
	font-size: 30px;
	text-align: center;
	margin-top: 5px;
	line-height: 40px!important;
}
h1.frontpageh11 {
	font-family: freightsemibold;
	font-size: 40px;
	text-align: left;
	margin-top: 10px;
}
img.startbutton2 {
	display: inline-block;
	float: right;
	width: 26%;
}
h4.startbutton2 {
	color: #5d5d5d;
	font-size: 25px;
	display: inline;
	float: left;
	margin: 0;
	margin-top: 17px;
}
div.startbutton2 {
	width: 362px;
	height: 64px;
	margin-top: 15px;
	padding-left: 12px;
	margin-left: -11px;
	-webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
 	transition: all .2s ease-in-out;
}
div.startbutton2:hover {
	box-shadow: 0 0 5px 2px #bababa;
}
div.startbutton2:active {
	box-shadow: 0 0 5px 2px #bababa;
}
div.startbutton {
	width: 300px;
	height: 100px;
	margin-top: 25px;
	border-radius: 5px;
	border: 3px solid #01cdcd;
	box-shadow: 5px 5px 0px #eeeeee;
}
.microdiv1 {
	max-width: 600px;
	display: inline-block;
}
.ttiframe2 {
	margin-top: 60px;
}

.ttiframe {
	margin-top: 10px;
	margin-left: -50px;
}
.ltmpic {
	display: block;
	width: 44%;
	float: right;
	margin: 0 auto;
	padding: 10px;
}
p.contentp {
	margin-bottom: 20px;
}
.ltmp {
	margin-bottom: 20px;
}
p.lietome {
	margin-bottom: 20px!important;
}
h3.lietomeslider {
	color: #ffffff;
	text-align: center;
	margin: 0;
	padding-top: 5px;
	font-size: 21px!important;
}
.lietomeslider {
	margin-bottom: 10px;
	width: 300px;
	border-radius: 7px;
}
img.ltm {
	max-height: 320px;
	border-radius: 5px;
}
a.critique:hover h2.critique {
	text-decoration: none!important;
	color: #01cdcd!important;
}
a.critique:hover {
	text-decoration: none;
}
h2.critique {
	margin-top: 10px;
	font-size: 26px;
	text-align: center;
}
p.table {
	margin-top: 8px;
	margin-left: 5px;
}
h2.tablehead {
	color: #ffffff;
	font-family: freightsemibold;
	text-align: left;
	margin: 0;
	margin-left: 3px;
	margin-top: 9px;
}
.table1 {
	width: 100%;
	border: 2px solid #86888a;
	border-radius: 7px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.table1head {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	background-color: #01cdcd;
}
.leftsidehead {
	padding: 5px;
	height: 50px;
	width: 48.9%;
	display: inline-block;
	background-color: #01cdcd;
	color: #ffffff;
	border-top-left-radius: 5px;
}
.rightsidehead {
	padding: 5px;
	height: 50px;
	width: 49%;
	display: inline-block;
	background-color: #01cdcd;
	color: #ffffff;
	border-top-right-radius: 5px;
	float: right;
}
.leftside {
	padding: 5px;
	height: 160px;
	width: 48.9%;
	display: inline-block;
	border-right: 1px solid #5d5d5d;
	border-bottom: 1px solid #5d5d5d;
}
.rightside {
	padding: 5px;
	height: 160px;	
	width: 48.8%;
	display: inline-block;
	border-bottom: 1px solid #5d5d5d;
	float: right;
}
.tableheader {
	font-family: freightsemibold;
	font-size: 30px;
}
.blogcoupon {
	width: 25%;
	float: right;
	display: block;
	margin: 0 auto;
}
.blogpic {
	display: block;
	width: 40%;
	float: right;
	margin: 0;
	margin-top: 50px;
	margin-left: 20px;
}
.testimonialslider {
	bottom: 0px!important;
}
p.mep3 {

}
p.mep1 {

}
p.mep2 {
	margin-top: 15px;
}
.mehr {
	width: 200%;
	margin-left: -20%;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 10px solid #e2e2e2;
}
.mediv1 {
	height: 100%;
	max-width: 1221px;
	background-color: #ffffff;
	display: block;
	margin: 10px auto 10px auto;
	position: relative;
	padding: 15px;
}
h3.meh3 {
	font-style: italic;
	font-size: 20px!important;
	line-height: 20px!important;

}
h3.meh2 {
	font-size: 22px!important;
	line-height: 24px!important;
	font-family: freightsemibold;	
	margin-bottom: 4px;
	margin-top: 25px;
	border-bottom: 2px solid #01cdcd;
	display: inline-block;
}
h2.meh2 {
	font-size: 30px!important;
	line-height: 30px!important;
	font-family: freightsemibold;
	margin-top: 20px;	
	margin-bottom: 2px;
}
h2.meh22 {
	font-size: 30px!important;
	line-height: 30px!important;
	font-family: freightsemibold;
	margin-top: 35px;	
	margin-bottom: 2px;
	display: inline-block;
	margin-left: 20px;
}
h2.blog {
	font-size: 30px!important;
	line-height: 30px!important;
	font-family: freightsemibold;
	margin: 0;
}
h1.blog {
	font-size: 40px;
	font-family: freightsemibold;
	text-align: left;
	margin: 0;
	line-height: 40px!important;
}
p.top {
	margin-bottom: 25px;
}
p.frontcaption {
	color: #ffffff;
	margin-top: -52px;
	text-align: right;
	font-size: 22px;
}
.frontpagehr {
	height: 0;
	border: 0;
	border-top: 1px solid #86888a;
	opacity: .5;
	display: none;
}
.frontdiv4 {
	display: block;
	height: 500px;
	max-width: 1221px;
	background-color: #ffffff;
	display: block;
	margin: 10px auto 10px auto;
	position: relative;
	padding: 15px;

}
.frontdiv3 {
	display: none;
}
a.frontlink {
	text-decoration: none;
}
a.frontlink:hover {
	text-decoration: none;
}
a.frontlink:active {
	text-decoration: none;
}

#main {
	max-width: 1250px;
	margin: 0 auto;
	margin-top: 10px;
}
.frontpageimg2 {
	max-height: 506px;
	margin-left: -12px;
	width: 114%;
}
.frontdiv2 {
	padding-right: 20px;
}
.frontdiv2:hover .arrowimg {
	background-image: url('http://pegdev14.wpengine.com/wp-content/uploads/2017/01/arrowaqua.png');
}
.frontdiv2:hover .arrowimg2 {
	background-image: url('http://pegdev14.wpengine.com/wp-content/uploads/2017/01/arrowaqua.png');
}
.frontdiv3:hover .arrowimg {
	background-image: url('http://pegdev14.wpengine.com/wp-content/uploads/2017/01/arrowaqua.png');
}
.arrowimg {
	margin-left: 200px;
	margin-top: 50px;
	height: 100px;
	width: 130px;
	border: 0px;
	transition: all .3s ease-in-out;
	background-image: url('https://pegdev14.wpengine.com/wp-content/uploads/2017/01/Arrow1.png');
}
.arrowimg:hover {
	background-image: url('http://pegdev14.wpengine.com/wp-content/uploads/2017/01/arrowaqua.png');
}
.arrowimg:active {
	background-image: url('http://pegdev14.wpengine.com/wp-content/uploads/2017/01/arrowaqua.png');
}
.arrowimg2 {
	margin-left: 100px;
	margin-top: 50px;
	height: 100px;
	width: 130px;
	border: 0px;
	transition: all .3s ease-in-out;
	background-image: url('https://pegdev14.wpengine.com/wp-content/uploads/2017/01/Arrow1.png');
}
.arrowimg2:hover {
	background-image: url('http://pegdev14.wpengine.com/wp-content/uploads/2017/01/arrowaqua.png');
}
.arrowimg3 {
	margin: 0;
	float: right;
	height: 100px;
	width: 130px;
	border: 0px;
	margin-right: 10px;
	transition: all .3s ease-in-out;
	background-image: url('https://pegdev14.wpengine.com/wp-content/uploads/2017/01/Arrow1.png');
}
.arrowimg3:hover {
	background-image: url('http://pegdev14.wpengine.com/wp-content/uploads/2017/01/arrowaqua.png');
}
div.startbutton:hover .arrowimg3 {
	background-image: url('http://pegdev14.wpengine.com/wp-content/uploads/2017/01/arrowaqua.png');
}
p.frontpage1 {
	font-size: 20px;
	font-family: freightsans_probook;
	text-align: left;
	margin-left: 150px;
	line-height: 1!important;
}
p.frontpage11 {
	font-size: 24px;
	font-family: freightsans_probook;
	text-align: left;
	line-height: 26px!important;
	margin-top: 12px;
}
p.coupon {
	color: #b2001a;
	font-size: 24px;
	line-height: 24px!important;
	font-family: freightsemibold;
	margin-top: 15px;
	margin-left: 150px;
}
h1.frontpage {
	font-size: 40px;
	font-family: freightsemibold;
	text-align: left;
	margin-left: 150px;
	margin-top: 10%;
	line-height: 40px!important;
}
h2.frontpage {
	font-size: 28px;
	font-family: freightsans_probook;
	text-align: left;
	margin-left: 150px;
	line-height: 30px!important;
}
p.frontpage2 {
	margin-top: 15px;
	font-size: 20px;
	font-family: freightsans_probook;
	text-align: left;
	margin-left: 150px;
	line-height: 1;
	line-height: 20px!important;
}
h1.frontpage2 {
	font-size: 40px;
	font-family: freightsemibold;
	text-align: left;
	margin-left: 50px;
	margin-top: 10%;
	line-height: 20px;
}
h2.frontpage2 {
	font-size: 30px;
	font-family: freightsans_probook;
	text-align: left;
	margin-left: 50px;
	line-height: 20px;
}
.frontdiv1 {
	height: 445px;
	max-width: 1221px;
	background-color: #ffffff;
	display: block;
	margin: 10px auto 10px auto;
	position: relative;
	padding: 15px;
}
.frontdiv7 {
	margin-top: 100px;
	margin-left: 90px;
}
.frontdiv6 {
	max-width: 1221px;
	background-color: #ffffff;
	display: block;
	margin: 10px auto 10px auto;
	position: relative;
	padding: 15px;
}
.frontdiv8 {
	height: 390px;
	max-width: 1221px;
	background-color: #ffffff;
	display: block;
	margin: 10px auto 0px auto;
	position: relative;
	padding: 15px;
}
.frontdiv5 {
	height: 545px;
	max-width: 1221px;
	background-color: #ffffff;
	display: block;
	margin: 10px auto 10px auto;
	position: relative;
	padding: 15px;
}
.productheight {
	height: 240px;
}
.tabletimg {
	margin-top: 20px;
	width: 75%;
}
.laptopimg {
	margin-top: 20px;
	width: 115%;
}
.rettimg {
	width: 70%;
	display: block;
	margin: 0 auto;
	margin-top: -10px;
	margin-bottom: 20px;
}
.facecomboimg {
	width: 40%;
	display: block;
	margin: 0 auto;
	margin-top: -10px;
	margin-bottom: 20px;
}
.facesuiteimg {
	width: 70%;
	display: block;
	margin: 0 auto;
	margin-top: -10px;
	margin-bottom: 20px;
}
.ekmanimg {
	width: 95%;
	border-radius: 7px;
	margin-left: 2.5%;
	margin-top: 28%;
}
.couponimg2 {
	width: 110%;
	margin-top: 60px;
}
.tth1 {
	text-align: left;
	font-size: 60px;
	line-height: 60px;
	margin: 0;
	margin-bottom: 10px;
	margin-top: -30px;
	font-family: freightsemibold;
}
.tth2 {
	font-size: 34px;
	font-family: freightsemibold;
}
.successdiv {
	width: 103.5%;
	border: solid 4px #5d5d5d;
	border-radius: 7px;
	float: left;
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: left;
	height: 200px;
}
.successdiv2 {
	width: 100%;
	background-color: #86888a;
}

.add_to_cart_shortcode2 {
	display:block;
	border: 0px!important;
	padding: 10px!important;
	background-color: #ffffff;
	width: 90px;
	text-align: center;
	margin-top: 30%;
	margin-left: auto;
	margin-right: 30%;
	font-size: 15px!important;
}
.add_to_cart_shortcode3 {
	display: block;
	border: 0px!important;
	padding: 10px!important;
	background-color: #ffffff;
	width: 90px;
	text-align: center;
	font-size: 12px!important;
	margin-top: -40px;
	margin-left: auto;
	margin-right: 35%;
	margin-bottom: 60px;
}

.productdiv1 {
	width: 97%;
	display: block;
	margin: 10px auto 9px auto;
	border-radius: 7px;
	background-color: white;
	clear: both;
	float: left;
	margin-left: 1%;
	padding-bottom: 15px;
}
.productdiv11 {
	width: 25%;
	float: left;
}
.productdiv12 {
	width: 55%;
	float: left;
	text-align: center;
}
.productdiv13 {
	width: 20%;
	float: left;
}
.productdiv21 {
	width: 29.4%;
	float:left;
	background-color: white;
	display: block;
	margin-left: 1%;
	border-radius: 7px;
	padding: 10px 10px 10px 15px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	height: 400px;
}
.productdiv22 {
	width: 29.4%;
	float:left;
	background-color: white;
	display: block;
	margin-left: 1%;
	border-radius: 7px;
	padding: 10px 10px 10px 15px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	height: 400px;
}
.productdiv23 {
	width: 29.4%;
	float:left;
	background-color: white;
	display: block;
	margin-left: 1%;
	border-radius: 7px;
	padding: 10px 10px 10px 15px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	height: 400px;
}
.ttdiv1 {
	width: 72%;
	text-align: left;
	float: left;
}
.ttdiv2 {
	width: 28%;
	text-align: right;
	float: left;
}
.ttdiv4 {
	width: 50%;
	text-align: left;
	float: left;
}
.ttdiv5 {
	width: 50%;
	float: left;
}
.ttdiv3 {
	width: 100%;
	background-image: url("http://www.paulekman.com/wp-content/uploads/2016/12/trainingtoolstile.png");
	background-repeat: repeat;
	clear: both;
	border-radius: 7px;
	padding: 20px;
	float: left;
}
.tth3 {
	font-size: 33px!important;
	text-align: left;
	margin: 30px 0 0 0;
	line-height: 34px!important;
	font-family: freightsans_probook;
}
.tth32 {
	font-size: 28px!important;
	text-align: left;
	margin: 0;
	margin-top: 15px;
}
.tth4 {
	font-size: 26px!important;
	text-align: center;
	font-family: freightsemibold;
}
.tth5 {
	font-size: 22px!important;
	text-align: center;
	font-family: freightsemibold;
}
.tti {
	font-family: freightitalic;
	text-align: center;
	font-size: 19px!important;
	margin-top: -8px;
	margin-bottom: 8px;
}
.tti2 {
	font-size: 15px!important;
	font-family: freightitalic;
	text-align: center;
	margin-bottom: 15px;
}
.ttp1 {
	font-size: 19px!important;
	text-align: left;
	margin: 30px 0 0 0;
}
.ttp2 {
	font-size: 16px!important;
}
.ttp3 {
	font-size: 18px!important;
	display: inline;
	max-width: 300px;
}
.ttp4 {
	margin-top: 10px;	
	font-size: 18px!important;
	max-width: 300px;
}
h3.toolh3 {
	font-family: freightsemibold;
}
.tttestimonial1 {
	font-family: freightitalic;
	font-size: 20px!important;
	color: #5d5d5d;
	margin: 0;
	margin-top: 20px;
	text-align: left;
	vertical-align: middle;
}
.tttestimonial2 {
	font-family: 'freightsans_probook';
	font-size: 20px!important;
	color: #5d5d5d;
	margin: 0;
	margin-top: 10px;
}
#microvideo1 {
	display: block;
	left: 0px;
}
#microvideo3 {
	display: inline;
	float: right;
	width: 40%;
	margin-left: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
}
#coupon-wrapper {
	display: none;
}
#microvideo2 {
	display: none;
}
.lietomeimg {
	z-index: 9999;
	display: block;
	width: 55%;
	margin: -40px auto 0 auto;
}
.lietomeiframe {
	width: 75%;
	height: 400px;
	border-radius: 5px;
	display: block;
	margin: 0 auto;
}
.micropagetrainingtext {
	display: block;
	width: 70%;
	margin: 10px auto 0px auto;
}
.micropagetraining {
	display: block;
	margin-bottom: 10px;
	border-radius: 7px;
	box-shadow: 3px 3px 3px 3px #efefef;
	border: 2px solid #5d5d5d;
	padding: 15px;
	background-color: #5d5d5d;
}
.micropagetrainingbutton {
	-webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
 	transition: all .2s ease-in-out;
	border: 3px solid #01cdcd;
	background-color: #ffffff;
	color: #5d5d5d;
	font-family: 'freightsans_probook';
	font-size: 24px;
	text-align: center;
	border-radius: 7px;
	padding: 4px 10px 4px 10px;
	margin-left: 5%;
	cursor: pointer;
}
.micropagetrainingbutton:hover {
	background-color: #01cdcd;
	color: #ffffff;
}
a.microlink:hover {
	text-decoration: none;
}
h3.microh3:hover {
	text-decoration: none;
}
h3:hover {
	text-decoration: none;
}
i:hover {
	text-decoration: none;
}
.microproductdiv {
	-webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
 	transition: all .2s ease-in-out;
	display: block;
	margin-bottom: 10px;
	border-radius: 7px;
	box-shadow: 2px 2px 2px 2px #efefef;
	border: 2px solid #86888a;
	padding: 15px;
	width: 92.5%;
	margin-left: auto;
	margin-right: auto;
}

.micropagediv {
	width: 100%;
	margin-top: 40px;
}
p.microp {
	margin: 0;
	display: inline-block;
	text-align: left;
	font-size: 18px;
}
.micropicleft {
	width: 29%;
	float: left;
	padding-right: 15px;
}
.micropicright {
	width: 29%;
	float: right;
	padding-left: 5px;
}
.microexpressionsdiv {
	box-shadow: 3px 3px 3px 3px #efefef;
	border-radius: 7px;
	border: 2px solid #86888a;
	background-color: #ffffff;
	padding: 15px;
}
.productmain {
	display: block;
	margin-top: -30px;
}
.productmobile {
	display:none;
}
.testimonialdiv1 {
	width: 80%;
	display: block;
	margin: 0 auto 20px auto;
	text-align: center;
	border: 2px solid #86888a;
	background-color: #ffffff;
	border-radius: 7px;
	box-shadow: 0px 3px 3px 0px #efefef;
	padding-bottom: 15px;
}
.testimonialdiv {
	width: 80%;
	display: block;
	margin: 0 auto 20px auto;
	text-align: center;
	border: 2px solid #86888a;
	background-color: #ffffff;
	border-radius: 7px;
	box-shadow: 0px 3px 3px 0px #efefef;
}
.testimonialquote {
	color: #000000;
	margin-left: 7px;
	margin-right: 7px;
	font-style: italic;
	text-align: left;
}
.testimonialname {
	margin-left: 7px;
	margin-top: -25px;
	color: #5e5e5e;
	text-align: left;
}
.lefttestimonial {
	margin-left: 10%;
	width: 80%;
}
.righttestimonial {
	margin-left: 40%;
	width: 80%;
}
p.productboxp {
	font-style: italic;
	font-size: 16px;
	text-align: center;
	margin-top: -10px;
}
p.productboxp1 {
	font-style: italic;
	font-size: 16px;
	text-align: center;
	margin-top: -23px;
}
.productbox {
	background-color: #ffffff;
	border: 2px solid #86888a;
	border-radius: 7px;
	text-align: center;
	margin-right: 20px;
	height: 290px;
}

.productboximg {
	width: 90%;
	display: block;
	margin: 0 auto;
	margin-top: -10px;
}
.productboximg1 {
	width: 90%;
	display: block;
	margin: 0 auto;
	margin-top: 0px;
}
h4.h4productbox {
	margin-top: 30px;
	font-size: 26px;
}
.frontpagebox {
	background-color: #ffffff;
	border: 2px solid #5d5d5d;
	text-align: center;
	border-radius: 7px;
	margin: 0 auto;
	width: 30%;
	padding-bottom: 1px;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
}
.frontpageh2 {
	color: #5d5d5d;
	text-align: center;
	font-size: 30px;
	margin-top: 10px;
}
.frontpageh22 {
	color: #5d5d5d;
	text-align: center;
	font-size: 26px;
	margin-top: 10px;
	max-width: 925px;
	margin: 0 auto;
}
button.frontpagebutton {
	-webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
 	transition: all .2s ease-in-out;
	display: block;
	margin: 0px auto 0px auto;
	border: 3px solid #01cdcd;
	background-color: #ffffff;
	color: #5d5d5d;
	font-family: 'freightsans_probook';
	font-size: 24px;
	text-align: center;
	border-radius: 7px;
	padding: 2px 10px 2px 10px;
}
button.frontpagebutton:hover {
	border: 3px solid #01cdcd;
	background-color: #01cdcd;
	color: #ffffff;
	cursor: pointer;
	text-decoration: none!important;
}
.frontpagebubble1 {
	width: 50%;
	min-width: 300px;
}
.frontpagebubble2 {
	width: 50%;
	min-width: 300px;
	margin-top: -11%;
}
.frontpagebubbles {
	width: 60%;
	margin: 0 auto;
}
.frontimg2 {
	width: 95%;
	line-height: 10px!important;

}
.frontimg3 {
	width: 95%;
	line-height: 10px!important;
	margin-top: -20px;

}
.frontimg4 {
	width: 95%;
	line-height: 10px!important;
	margin-top: -20px;

}
.frontimg5 {
	width: 95%;
	line-height: 10px!important;
	margin-top: -20px;

}
.fronth22 {
	font-size: 20px;
	text-align: left;
	line-height: 10px!important;
	margin-top: -22px;
}
.fronth23 {
	font-size: 20px;
	text-align: left;
	line-height: 10px!important;
	margin-top: -40px;
}
a.frontpagelink1 {
	text-decoration: none;
}
a.frontpagelink1:hover {
	text-decoration: none;
}
.newproducthr1 {
	height: 0;
	border: 0;
	border-top: 1px solid #5d5d5d;	
	padding-bottom: 50px;
	margin-top: 360px;
	clear: both!important;
}
.newproducthr2 {
	height: 0;
	border: 0;
	border-top: 1px solid #5d5d5d;	
	padding-bottom: 50px;
	margin-top: 450px;
	clear: both!important;
}
.newproducthr3 {
	height: 0;
	border: 0;
	border-top: 1px solid #5d5d5d;	
	padding-bottom: 50px;
	margin-top: 380px;
	clear: both!important;
}
.comboblock {
	clear: both;
	width: 100%;
	margin: 0 auto;
	display: block;
	max-width: 1300px;
}
.add_to_cart_shortcode {
	border: 0px!important;
	padding: 10px!important;
	background-color: #ffffff;
	width: 90px;
	margin-left: 88%;
	margin-top: -105px;
	margin-bottom: 120px;
	text-align: center;
}
.add_to_cart_shortcode1 {
	display:block;
	border: 0px!important;
	padding: 10px!important;
	background-color: #ffffff;
	width: 90px;
	text-align: center;
	margin-top: 20px;
	margin-left: auto;
	margin-right: 30%;
	font-size: 15px!important;
}
span.woocommerce-Price-amount {
	font-size: 20px;
	margin: 1px 0 3px 0;
	/* margin-left: 49px; */
	display: block;
	text-align: center;
}
.frontbuttontop {
	-webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
 	transition: all .2s ease-in-out;
	background-color: #ffffff;
	border: solid 3px #01cdcd;
	color: #86888a!important;
	font-family: 'freightsans_probook';
	font-size: 25px!important;
	border-radius: 5px;
	padding: 1px 2px 1px 2px;
	width: 150px;
	height: 50px;
	margin: 10px 0px 0px 0px;
	text-align: center;
	display: block;
	cursor: pointer;
}
.frontbuttontop:hover {
	border: solid 3px #01cdcd;
	background-color: #01cdcd;
	color: #ffffff!important;
	font-family: 'freightsans_probook';
	font-size: 25px!important;
	text-decoration: none!important;
	display: block;
	margin: 0 auto;
	border-radius: 5px;
	padding: 1px 2px 1px 2px;
	text-align: center;
	margin: 10px 0px 0px 0px;
	float: left;
}
.buybutton {
	-webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
 	transition: all .2s ease-in-out;
	background-color: #01cdcd;
	border: solid 2px #01cdcd;
	color: #ffffff!important;
	font-family: 'freightsans_probook';
	font-size: 20px!important;
	border-radius: 5px;
	padding: 1px 2px 1px 2px;
	width: 140px;
	margin: -10px 0px 0px 50px;
	text-align: center;
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
.buybutton:hover {
	border: solid 2px #01cdcd;
	background-color: #ffffff;
	color: #01cdcd!important;
}
.frontbutton1 {
	-webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
 	transition: all .2s ease-in-out;
	background-color: #ffffff;
	border: solid 2px #01cdcd;
	color: #86888a!important;
	font-family: 'freightsans_probook';
	font-size: 20px!important;
	border-radius: 5px;
	padding: 1px 2px 1px 2px;
	max-width: 110px;
	width: 15%;
	margin: -10px 0px 0px 50px;
	text-align: center;
	display: block;
	float: left;
}
.frontbutton1:hover {
	border: solid 2px #01cdcd;
	background-color: #01cdcd;
	color: #ffffff!important;
	font-family: 'freightsans_probook';
	font-size: 20px!important;
	text-decoration: none!important;
	display: block;
	margin: 0 auto;
	border-radius: 5px;
	padding: 1px 2px 1px 2px;
	width: 15%;
	text-align: center;
	margin: -10px 0px 0px 50px;
	display: inline-block;
	float: left;
	cursor: pointer;
}
.frontbutton {
	-webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
 	transition: all .2s ease-in-out;
	background-color: #ffffff;
	border: solid 2px #01cdcd;
	color: #86888a!important;
	font-family: 'freightsans_probook';
	font-size: 20px!important;
	border-radius: 5px;
	padding: 1px 2px 1px 2px;
	max-width: 110px;
	height: 36px;
	width: 15%;
	margin: -10px 0px 0px 50px;
	text-align: center;
	display: block;
	float: left;
}
.frontbutton:hover {
	border: solid 2px #01cdcd;
	background-color: #01cdcd;
	color: #ffffff!important;
	font-family: 'freightsans_probook';
	font-size: 20px!important;
	text-decoration: none!important;
	display: block;
	margin: 0 auto;
	border-radius: 5px;
	padding: 1px 2px 1px 2px;
	width: 120px;
	text-align: center;
	margin: -10px 0px 0px 50px;
	display: inline-block;
	float: left;
	cursor: pointer;
}
p.demobutton {
	float: left;
	display: inline-block;
	margin-top: 15px;
	margin-left: 40px;
}
img.toolimage {
	float: left;
	width: 5%;
	min-width: 70px;
	max-width: 110px;
	margin-top: 8px;
}
img.toolimg {
	float: right;
	height: 150px;
}
.toolblock {
	display: block;
	float: left;
	max-width: 800px;
	clear: both;
}
.toolblock2 {
	display: block;
	float: left;
	max-width: 800px;
	clear: both;
	margin-left: 120px;
}
/* .toolblock:hover .frontbutton {
	border: solid 2px #01cdcd;
	background-color: #01cdcd;
	color: #ffffff!important;
	font-family: 'freightsans_probook';
	font-size: 20px!important;
	text-decoration: none!important;
	display: block;
	margin: 0 auto;
	border-radius: 5px;
	padding: 1px 2px 1px 2px;
	width: 120px;
	text-align: center;
	margin: -10px 0px 0px 50px;
	display: inline-block;
	float: left;
}*/

b.frontb {
	font-size: 17px;
	line-height: 22px!important;
	font-family: freightbold;
	font-weight: 400!important;
}
p.frontpage {
	display: inline-block;
	font-size: 18px;
	line-height: 22px!important;
	width: 75%;
	font-weight: 400;
	margin-bottom: 20px!important;
	text-align: left;
}
p.frontpage22 {
	display: inline-block;
	font-size: 18px;
	line-height: 22px!important;
	font-weight: 400;
	text-align: left;
	width: 95%;
}
.frontsectionimg {
	width: 65%;
	margin: 0 auto;
	display: block;
}
.frontsection {
	background-color: white; 
	width: 80%; 
	height: 400px;
	border-radius: 25px; 
	padding-bottom: 10px;
	margin: 0 auto;
}
.frontsection:hover .frontbutton {
	border: solid 2px #5d5d5d;
	background-color: #ffffff;
	color: #5d5d5d!important;
	font-family: 'freightsans_probook';
	font-size: 20px!important;
	text-decoration: none!important;
	display: block;
	margin: 0 auto;
	border-radius: 5px;
	padding: 3px 4px 3px 4px;
	width: 140px;
}
.frontsection2 {
	background-color: #01cdcd;
	margin-bottom: -50px;
	padding: 50px;
}
.frontborder {
	border-left: 1px solid #5d5d5d; 
}
#fronth2 {
	width: 100%;
	color: #ffffff;
	text-align: left;
}
a.onethird {
	margin: 0px;
	text-decoration: none;
	color: #5d5d5d;
	font-weight: lighter;
	font-size: 23px;
}
a.onethird:hover {
	text-decoration: none;
}
.frontthird {
	height: 250px;
	width: 100%;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.frontthird3 {
	height: 250px;
	width: 90%;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.frontthird2 {
	height: 300px;
	width: 100%;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #e5e5e5;
}
#gform_submit_button_12 {
	right: 0;
	background-color: #ffffff;
	border-radius: 8px;
	color: #86888a;
	float: left;
	margin-top: -30px;
	border: 3px solid #01cdcd;
	font-size: 20px;
}
#gform_submit_button_12:hover {
	background-color: #01cdcd;
	color: #ffffff;
}
#field_12_1 {
	margin-top: -50px;
}
#gform_confirmation_message_12 {
	border: 2px solid #01cdcd;
	color: white;
	padding: 5px 10px;
	margin-left: -5px;
	margin-right: -5px;
}
.frontimage {
	position: relative;
	top: 24px;
	width: 100%;
	height: 550px;
	background-image: url('http://www.paulekman.com/wp-content/uploads/2016/11/PaulCover1.jpg');
	background-size: cover;
	margin: 0 auto;
	z-index: 110;
	background-position: center;
}
.frontimage2 {
	position: relative;
	width: 100%;
	height: 600px;
	background-image: url('http://pegdev7.wpengine.com/wp-content/uploads/2016/06/PaulEkman4.png');
	background-size: cover;
	margin: 0 auto;
	z-index: 110;
	background-position: center;
}
.frontimage3 {
	position: relative;
	width: 100%;
	height: 600px;
	background-image: url('http://pegdev7.wpengine.com/wp-content/uploads/2016/06/PaulEkman4.png');
	background-size: cover;
	margin: 0 auto;
	z-index: 110;
	background-position: center;
}

#micromsg {
	display: inline;
}
.atlasform {
	width: 350px;
}
.productbutton {
	-webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
 	transition: all .2s ease-in-out;
	border: solid 2px #01cdcd;
	background-color: #ffffff;
	color: #01cdcd!important;
	font-family: 'freightsans_probook';
	font-size: 20px;
	display: inline-block;
	border-radius: 5px;
	padding: 3px 4px 3px 4px;
	width: 140px;
}
.productbutton:hover {
	border: solid 2px #01cdcd;
	background-color: #01cdcd;
	color: #ffffff!important;
	font-family: 'freightsans_probook';
	font-size: 20px!important;
	text-decoration: none!important;
	display: inline-block;
	border-radius: 5px;
	padding: 3px 4px 3px 4px;
	width: 140px;
}
.micropage {
	color: #86888a;
	text-align: center;
	font-size: 32px;
	margin-top: -48px;
}
a.micropage {
	-webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
 	transition: all .2s ease-in-out;
	color: #86888a!important;
	text-align: center;
	font-size: 32px;
	font-weight: lighter;
	text-decoration: none!important;
}
a.productheader {
	font-size: 26px;
	text-decoration: none;
	color: #86888a;
}
a.productheader:hover {
	text-decoration: none;
}
#productheader1 {
	text-align: center; 
	margin-top: -100px;
	margin-bottom: -20px;
	font-size: 26px;
}
#productheader2 {
	text-align: center; 
	margin-bottom: -50px;
	font-size: 26px;
}
#productheader3 {
	text-align: center;
	margin-bottom: -40px;
	font-size: 26px;
}
#header-message {
	display: inline-block;
	font-size: 15px;
	letter-spacing: 1.5px;
	font-family: 'freightsans_probook';
	color: #ffffff;
	margin-top: 15px;
}
#header-message a {
	color: #ffffff;
	text-decoration: none;
}
.microhr {
	height: 0;
	border: 0;
	border-top: 1px solid #86888a;
	opacity: .5;
	margin-bottom: 30px;
	margin-top: 30px;
}
.frontpagehr {
	height: 0;
	border: 0;
	border-top: 1px solid #86888a;
	opacity: .5;
}
.frontpagehr2 {
	height: 0;
	border: 0;
	border-top: 1px solid #86888a;
	opacity: .5;
}
.producthr {
	height: 0;
	border: 0;
	border-top: 5px solid #5d5d5d;
	display:block;
}
.producthr2 {
	height: 0;
	border: 0;
	border-top: 1px solid #5d5d5d;
	margin-top: 50px;
}
.producthr3 {
	height: 0;
	border: 0;
	border-top: 1px solid #999999;
	margin-top: 0px;
}
.producthr4 {
	height: 0;
	border: 0;
	border-top: 1px solid #999999;
	margin-top: 50px;
	margin-bottom: 30px;
}
.productpage {
	color: #86888a;
	text-align: center;
	font-size: 22px;
}
a.productpage {
	color: #86888a;
	text-align: center;
	font-size: 22px;
	font-weight: lighter;
	text-decoration: none;
}
a.productpage:hover {
	text-decoration: none;
}
.sliderdiv {
	/* margin-top: -15px; */
}
.button1 {
	background-color: #ffffff;
	color: #5d5d5d !important;
	border-radius: 5px;
	padding: 7px 10px 7px 10px;
	margin-left: 15px;
	text-decoration: none;
	font-weight: 200!important;
}
a.button1:hover {
	background-color: #e5e5e5;
	text-decoration: none;
}
.button2 {
	float: right;
	margin-right: 50px;
	background-color: #86888a;
	color: #ffffff !important;
	border-radius: 5px;
	padding: 5px 10px 5px 10px;
	font-weight: 200!important;
}
a.button2:hover {
	background-color: #999999;
	text-decoration: none;
}
.slidebox11 {
	background-image: url("http://pegdev5.wpengine.com/wp-content/uploads/2016/04/whitebox.png");
	float: left;
	width: 250px;
	margin-left: 100px;
	margin-top: 80px;
	padding-bottom: -20px;
}
.slidebox1 {
	background-image: url("http://pegdev5.wpengine.com/wp-content/uploads/2016/04/whitebox.png");
	float: left;
	width: 240px;
	margin-left: 100px;
	margin-top: 150px;
	padding-bottom: 20px;
}
.slidebox2 {
	background-image: url("http://pegdev5.wpengine.com/wp-content/uploads/2016/04/whitebox.png");
	width: 245px;
	margin-left: -130px;
	margin-top: 160px;
	padding-bottom: 20px;

}
.slidebox4 {
	background-image: url("http://pegdev5.wpengine.com/wp-content/uploads/2016/04/whitebox.png");
    float: left;
    width: 230px;
	height:235px;
    margin-left: 70%;
    margin-top: 170px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.slide1 {
	/* margin-left: 10px;
	margin-top: 150px; */
	margin: 5px;
	color: #ffffff;
	text-align: left;
	font-weight: lighter!important;
	padding: 5px 15px 0px 5px;
}
.slide2 {
	margin-right: 50px;
	margin-top: 30px;
	color: #86888a;
	text-align: right;
	font-weight: lighter!important;
}
.slide4 {
	/* margin-left: 10px;
	margin-top: 150px; */
	margin: 5px;
	color: #ffffff;
	text-align: left;
	font-weight: lighter!important;
	padding: 5px 15px;
}
.frontimg {
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 300px;
}
.fronttxt {
	display: block;
	margin: 0px auto; width: 50%;
}
.slide3 {
	margin-top: 100px;
	text-align: center;
	text-decoration: none;
	color: #86888a;
}
.microimg {
	height: 150px;
}
.microtext {
	display: block;
	margin-top: -200px;
	/* margin-bottom: 100px; */
}
a.microtext {
	font-weight: lighter; 
	text-align: center;
	text-decoration: none;
	color: #86888a!important;
}
a.microtext:hover {
	text-decoration: none!important;
}

/* =Media Queries
-------------------------------------------------------------- */  

@media screen and (max-width: 1150px) {
#place_order {
	margin-left: 0px;
}
}

@media screen and (max-width: 800px) {

/* Added Criteria */

.ttp4 {
	font-size: 16px!important;
	max-width: 235px;
}
h2.compare {
	display: none;
}
img.compare2 {
	display: block;
	width: 100%;
}
img.compare {
	display: none;
}

div.tool1 {
	width: 94%;
	height: 100%;
	margin-top: 10px;
}
img.ttcoupon {
	margin: 0;
}
h2.frontpageh22 {
	font-size: 20px;
}
i.frontpagei {
	font-size: 21px;
}
div.frontdiv7 {
	margin: 0;
}
div.sciencediv1 {
	max-width: 19%;
	padding-left: 8px;
	padding-right: 8px;
}
div.sciencediv2 {
	max-width: 19%;
	padding-left: 8px;
	padding-right: 8px;
}
div.frontdiv6 {
	margin: 0;
}
div.frontdiv5 {
	height: 920px;
	margin: 0;
}
h1.frontpageh1 {
	margin-bottom: 0px;
	margin-top: 20px;
	font-size: 35px;
}
img.frontpageimg4 {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	display: block;
}
img.frontpageimg3 {
	display: none;
}
h3.frontpageh3 {
	display: block;
	text-align: center;
}
h6.frontpageh6 {
	font-size: 16px;
}
p.frontpagep {
	font-size: 15px;
	line-height: 16px;
}
p.frontpage11 {
	font-size: 21px;
	padding: 10px;
	text-align: center;
}
a.frontpage11 {
	font-size: 21px;
	font-weight: 400;
}
h1.frontpageh11 {
	padding-left: 10px;
	font-size: 35px;
}	
hr.frontpagehr4 {
	width: 200%;
	border-top: 6px solid #e2e2e2;
	margin-left: -20%;
	display: block;
}
hr.frontpagehr5 {
	width: 200%;
	border-top: 6px solid #e2e2e2;
	margin-left: -20%;
	display: block;
}
hr.frontpagehr3 {
	width: 22%;
}
#header-3 {
	display: block;
}
div.startbutton2:hover {
	box-shadow: 0 5px 4px -3px #bababa;
}

div.startbutton2:active {
	box-shadow: 0 5px 4px -3px #bababa;
}
#microvideo3 {
	clear: both;
	width: 80%;
	float: none;
	padding: 0;
	margin: 0;
}
.toolblock2 {
	margin: 0;
}
.ttiframe {
	margin-top: 0;
	width: 100%;
	max-height: 300px;
	margin-left: 0;
}
.ttiframe2 {
	margin-top: 20px;
	width: 100%;
	max-height: 300px;
}
img.ltm {
	max-height: 360px;
	display: block;
	margin: 0 auto;
	margin-top: 10px;
}
h2.critique {
	text-align: center;
}
.table1 {
	width: 99%;
}
.rightsidehead {
	width: 48.6%;
}
.leftsidehead {
	width: 48.7%;
}
.leftside {
	width: 48.6%;
}
.rightside {
	width: 48.6%;
}
.blogcoupon {
	width: 40%;
}
.blogpic {
	width: 100%;
}
.tttestimonial1 {
	margin-top: 20px;
}
.mehr {
	width: 200%;
	margin-left: -20%;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 4px solid #5d5d5d;
}
.frontdiv4 {
	display: none;
}
.frontdiv3 {
	display: block;
	max-width: 1221px;
	background-color: #ffffff;
	display: block;
	margin: 10px auto 10px auto;
	padding: 15px;
}
body, html {
	width: 100%;
	overflow-x: hidden;
}

#footer-01-left p {
	text-align: left;
}
#footer-socials {
	margin: 0;
}
.frontpagehr {
	height: 0;
	border: 0;
	border-top: 3px solid #222222;
	display: block;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 96%;
}
h1.frontpage {
	margin: 0;
	margin-bottom: 15px;
	font-size: 36px;
	line-height: 34px;
}
h2.frontpage {
	margin: 0;
	font-size: 28px;
	line-height: 24px;
}
p.frontpage1 {
	margin: 0;
	font-size: 18px;
}	
p.frontpage2 {
	margin: 0;
	margin-top: 20px;
	font-size: 18px;
}
p.coupon {
	margin: 0;
	margin-top: 20px;
	margin-bottom: 15px;
}
.arrowimg {
	margin: 0;
}
.frontdiv1 {
	margin: 0;
	padding: 0;
	position: inherit;
}
.frontdiv2 {
	margin: 0;
	padding: 0;
	margin-left: 5px;
}
img.frontpageimg1 {
	width: 100%;
}
img.frontpageimg8 {
	width: 105%;
	display: block;
	margin: 0 auto;
}
img.frontpageimg7 {
	width: 100%;
}
img.frontpageimg2 {
	width: 100%;	
	margin: 0;
}
/* html {
	overflow-x: hidden;
}
*/
.item-added-disabled {
	width: 110px!important;
	display: block;
	margin: 0 auto;
}
.add_to_cart_button {
	width: 110px!important;
	display: block!important;
	margin: 0 auto;
}
.successdiv,
.productdiv1,
.productdiv11,
.productdiv12,
.productdiv13,
.productdiv21,
.productdiv22,
.productdiv23,
.ttdiv1,
.ttdiv2,
.ttdiv4,
.ttdiv5,
.ttdiv3 {
	clear: both;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 10px;
}
.successdiv {
	width: 88%;
	height: 250px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 10px;
}
.testimonialslider {
	margin-top: 10px;
	padding-left: 10px;
}
.ttdiv4 {
	width: 100%!important;
}
.ttdiv3 {
	width: 95%;
	background-image: url("http://www.paulekman.com/wp-content/uploads/2016/12/trainingtoolstile.png");
	background-repeat: repeat;
	clear: both;
	border-radius: 7px;
	padding: 10px;
	display: block;
	margin: 0 auto;
}
.productdiv1 {
	margin: 0;
}
.productdiv12 {
	margin: 0;
}
.productheight {
	height: 100px;
}
.productdiv21 {
	margin: 0;
	margin-top: 10px;
	width: 93.5%;
}
.productdiv22 {
	margin: 0;
	margin-top: 10px;
	width: 93.5%;
}
.productdiv23 {
	margin: 0;
	margin-top: 10px;
	width: 93.5%;
}
.add_to_cart_shortcode2 {
	margin: 0;
	margin-top: -10px;
	margin-right: 40%;
	margin-left: auto;
}
.add_to_cart_shortcode3 {
	margin: 0;
	margin-top: -20px;
	display: block;
	margin-left: auto;
	margin-right: 40%;
}
.tabletimg {
	display: block;
	margin: 0 auto;
	width: 70%;
	margin-bottom: -30px;
}
.laptopimg {
	width: 100%;
	margin: 0;
	margin-top: -20px;
}
.couponimg2 {
	width: 80%;
	margin: 0;
	display: block;
	margin: 0 auto;
}
.rettimg {
	width: 50%;
	margin-top: 120px;
}
.facecomboimg {
	width: 28%;
	margin-top: 90px;
}
.ekmanimg {
	width: 60%;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}
.facesuiteimg {
	width: 50%;
	margin-top: 100px;
}
.tth1 {
	text-align: left;
	font-size: 45px;
	line-height: 45px;
	margin: 0;
}
.tth5 {
	font-size: 26px!important;
}
.ttp2 {
	padding: 5px;
}
.ttp3 {
	font-size: 16px!important;
}
.tti2 {
	font-size: 19px!important;
}
.microproductdiv {
	width: 90%;
}	
#microvideo1 {
	display: none;
}
#microvideo2 {
	display: block;
}
.lietomeimg {
	margin: 0 auto;
}
.lietomeiframe {
	width: 100%;
	height: 350px;
}	
.micropagetrainingbutton {
	margin-top: 5px;
	margin-left: 0px;
}
.testimonialdiv {
	width: 92%;
	margin-left: 4%;
}
p.microp {
	width: 100%;
}
.micropicleft {
	width: 70%;
}
.micropicright {
	width: 70%;
}
.frontthird3 {
	height: 250px;
	width: 100%;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	text-align: center;
}
.couponimg {
	margin-top: 0px!important;
	width: 60%!important;
}
.ltmimg {
	margin-top: -40px;
}
.fronth3 {
	display: none;
}
.fronth32 {
	margin-top: 40px;
}
.fronth33 {
	margin-top: 10px;
}
.frontthird {
	height: 250px;
	width: 100%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.one_fourth {
	margin-bottom: 0px!important;
}
.aoeimg {
	margin-top: -10px;
}
.frontbuttontop {
	margin-left: 24%;
}
.frontbuttontop:hover {
	border: solid 3px #01cdcd;
	background-color: #01cdcd;
	color: #ffffff!important;
	font-family: 'freightsans_probook';
	font-size: 25px!important;
	text-decoration: none!important;
	display: block;
	border-radius: 5px;
	padding: 1px 2px 1px 2px;
	text-align: center;
	margin-left: 24%;
}
#fronth2 {
	width: 100%;
	color: #ffffff;
	text-align: right;
	margin-left: 6%;
}
h4.h4productbox {
	margin-top: 20px;
	font-size: 24px;
}
.add_to_cart_shortcode1 {
	display: block;
	border: 0px!important;
	padding: 10px!important;
	background-color: #ffffff;
	width: 90px;
	margin: 0 auto;
	margin-top: 0px!important;
}
.productboximg1 {
	width: 65%;
	display: block;
	margin: 0 auto;
	margin-top: 0px;
}
.productmain {
	display: none;
}
.productmobile {
	display: block;
}
.lefttestimonial {
	margin-left: 0px;
	width: 100%;
}
.righttestimonial {
	margin-left: 0px;
	width: 100%;
}
p.productboxp {
	font-style: italic;
	font-size: 20px;
	text-align: center;
	margin-top: -25px;
}
p.productboxp1 {
	font-style: italic;
	font-size: 26px;
	text-align: center;
	margin-top: -33px;
}
.productbox {
	background-color: #ffffff;
	border: 2px solid #86888a;
	border-radius: 7px;
	text-align: center;
	height: 280px;
}
.add_to_cart_shortcode1 {
	display: block;
	border: 0px!important;
	padding: 10px!important;
	background-color: #ffffff;
	width: 90px;
	text-align: center;

}
.frontpagebox {
	width: 90%;
	margin-top: 20px;
	padding-top: 2px;
	padding-bottom: 1px;
}
.frontpageh2 {
	font-size: 24px!important;
}
.one_third {
	margin-top: -30px!important;
}
button.frontpagebutton {
	width: 50%;
	font-size: 22px;
	color: #86888a;
}
.frontpagebubble2 {
	margin-top: -5%;
}
.frontpagebubbles {
	width: 100%;
}
.frontimg2 {
	display: block;
	margin: 0 auto!important;
}
.frontimg3 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: -30px;
}
.frontimg4 {
	display: block;
	margin-left: auto!important;
	margin-right: auto;
	margin-top: -30px;
}
.frontimg5 {
	display: block;
	margin-left: auto!important;
	margin-right: auto;
	margin-top: -30px;
}
.fronth22 {
	margin-top: -25px;
	font-size: 20px!important;
	text-align: center;
}
.fronth23 {
	font-size: 20px!important;
	text-align: center;
	line-height: 10px!important;
	margin-top: -40px;
}
.frontbutton1 {
	margin: -10px 0px 0px 15px;
}
.frontbutton1:hover {
	margin: -10px 0px 0px 15px;
}
.newproducthr1 {
	height: 0;
	border: 0;
	border-top: 1px solid #5d5d5d;	
	padding-bottom: 50px;
	margin-top: 520px;
	clear: both!important;
}
.newproducthr2 {
	height: 0;
	border: 0;
	border-top: 1px solid #5d5d5d;	
	padding-bottom: 50px;
	margin-top: 580px;
	clear: both!important;
}
.newproducthr3 {
	height: 0;
	border: 0;
	border-top: 1px solid #5d5d5d;	
	padding-bottom: 50px;
	margin-top: 540px;
	clear: both!important;
}
span.woocommerce-Price-amount {
	font-size: 20px;
	margin: 3px 0px 4px 0px;
	margin-left: 0px;
	text-align: center;
}
.add_to_cart_shortcode {
	margin: 0 auto;
	clear: both;
	padding-bottom: 120px!important;
}
p.frontpage {
	text-align: left;
	width: 100%;	
}
.toolblock:hover .frontbutton {
	margin: 0px;
	float: right;
	display: block;
	width: 15%;
}
.frontbutton {
	margin: 0px;
	float: right;
	display: block;
	width: 15%;
	min-height: 75px;
}
.frontbutton:hover {
	margin: 0px;
	float: right;
	display: block;
	width: 15%;
	
}
.frontbutton:active {
	margin: 0px;
	float: right;
	display: block;
	width: 15%;
}
p.demobutton {
	margin: 0 auto;
	margin-top: -10px;
	width: 30%;
	display: block;
}

.frontborder {
	border-top: 1px solid #5d5d5d;
	border-left: 0px;
	margin-left: 5px;
	margin-right: 5px; 
}
#gform_submit_button_12 {
	width: 40%;
	margin-top: -30px!important;
}
.slidebox4 {
    	width: 200px;
	height: 200px;
	right: 0px;
	padding-left: 12px;
	padding-right: 10px;
	padding-bottom: 0px;
	background-image: none;
	position: relative;
	margin-top: 55%;
	margin-left: 45%;
}
.frontimage {
	background-image: url('http://www.paulekman.com/wp-content/uploads/2016/09/Ekman_Paul_Q1A0830_5x7-1-e1474477916175.jpg');
	height: 450px;
}
#gform_submit_button_11 {
	margin-top: -35px!important;
	width: 35%;
}
#field_11_1 {
	margin-top: -30px;
}
.frontpagehr2 {
	height: 0;
	border: 0;
	border-top: 1px solid #86888a;
	opacity: .5;
	margin-top: -60px;
	margin-bottom: 40px;
}
.productpage {
	color: #86888a;
	text-align: center;
	font-size: 26px;
	margin-top: -30px;
}

#productheader1 {
	text-align: center; 
	margin-top: -40px;
	margin-bottom: -50px;
}
#productheader2 {
	text-align: center; 
	margin-bottom: -60px;
}
#header-message {
	display: none;
}
#mobileheader {

}
#body-2 {
	margin: -50px 0 0 0;
}
#body-1 {
	margin: 0 10px 0px 10px;
	background-color: #ffffff;
	width: 95%;
	max-width: 1250px;
	min-height: 500px;
}
.frontimg {
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 300px;
	margin-top: -100px;
}
.fronttxt {
	display: block;
	margin-top: 200px;
	margin-bottom: 200px;
}
.fronttxt2 {
	display: block;
	margin-top: -100px;
	/* margin-bottom: 100px; */
}
a.fronttexth2 {
	font-weight: lighter; 
	text-align: center;
	text-decoration: none;
	color: #86888a!important;
}
a.fronttexth2:hover {
	text-decoration: none!important;
}
.microimg {
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 100px;
}
.microtext {
	display: block;
	margin-top: 0px;
	/* margin-bottom: 100px; */
}
a.microtext {
	font-weight: lighter; 
	text-align: center;
	text-decoration: none;
	color: #86888a!important;
}
a.microtext:hover {
	text-decoration: none!important;
}
.slide3 {
	margin-top: -200px;
	text-align: center;
	text-decoration: none!important;
	color: #86888a!important;
}
.slide3 a:hover {
	text-decoration: none;
}
.button1 {
	/* background-color: #ffffff;
	color: #5e5e5e;
	border-radius: 5px;
	padding: 5px 10px 5px 10px;
	margin-left: 30px;
	width: 100%; */
}
.button2 {
	display: none;
	background-color: #909090;
	color: #fff;
	border-radius: 5px;
	padding: 5px 10px 5px 10px;
	float: right;
	margin-right: 0px;
}
.slidebox11 {
	float: left;
	width: 90%;
	margin-left: 5px;
	margin-top: 220px;
	padding-bottom: 10px;
}
.slidebox1 {
	float: left;
	width: 210px;
	height: 150px;
	margin-left: 5px;
	margin-top: 320px;
	padding-bottom: 10px;
}
.slidebox2 {
	float: left;
	width: 370px;
	height: 100px;
	margin-left: -20px;
	margin-top: 220px;
	padding-bottom: 25px;
}
.slide4 {
	text-align: justify;
	width: 100%;
	margin-left: 10px;
	margin-top: 150px;
	margin: 5px;
	color: #ffffff;
	text-align: left;
	font-weight: lighter!important;
	padding: 5px 15px;
}
.slide1 {
	margin: 5px;
	color: #ffffff;
	/* margin-left: 30px;
	margin-top: 200px;
	color: #fff;
	text-align: left;
	width: 250px; */
}
.slide2 {
	margin-right: 50px;
	margin-top: 0px;
	color: #909090;
	text-align: right;	
	float: right;
	width: 350px;
}

.sliderdiv {
	margin-top: -60px;
}

/* General Structure */
.inner-page {
	width: 100%;
}
.entry-content {
	width: 100%;
	background-color: #ffffff;
}

/* 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;
	height: 35px;
	margin-left: -10px;
	margin-top: 2px;
}
#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: 71%!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: 40px;
	width: 25px;
	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;
}
#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 */
.page-id-18209 ul.products li.product,
ul.products li.product-cat-paul-ekman-micro-expressions-applied-training:first-child > div, ul.products li.product-cat-paul-ekman-micro-expressions-training-kit:first-child > div,
ul.products li.product-cat-paul-ekman-micro-expressions-applied-training:first-child > div:last-child, ul.products li.product-cat-paul-ekman-micro-expressions-training-kit:first-child > div:last-child {
	width:100%;
}
.page-id-18209 .catalog-buttons {
	text-align:center;
}
ul.products li.product-cat-paul-ekman-micro-expressions-applied-training:first-child > div:last-child a, 
ul.products li.product-cat-paul-ekman-micro-expressions-training-kit:first-child > div:last-child a {
	float:none;
}
.page-id-18209 .products .catalog-thumbnail-container {
	height:0!important;
	padding-bottom:60%;
}

.products-section h1,
.search h1 a,
.archive h1 a,
.col-1 > h3, #coupon-wrapper > h3, .tml-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, .tml-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.tml-login input[type="submit"] {
	padding: 0px;
	width: 100%;
}
form.checkout input[type="text"],
.woocommerce-checkout form.tml-login input[type="text"],
.woocommerce-checkout form.tml-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, .tml-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: 15px !important;
}

/* Footer */
#footer-1 {
	padding: 10px 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 0 0 0;
	display: table;
}
#footer-1 > .inner-page > p {
	margin-bottom: 10px;
}
.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: 100%!important;
	padding-left: 5%!important;
	padding-right: 5%!important;
	margin-top: 20px;
}
div.gform_wrapper input[type="submit"] {
	width: 100%;
	padding: 1px 2px 2px 7px!important;
	margin: 10px 0 0 0!important;
}
.woocommerce-account form.tml-login input[type="text"],
.woocommerce-account form.tml-login input[type="password"],
.tml-loginform input[type="text"],
.tml-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-aqua.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;
}


}

@media screen and (max-width: 736px) {

.table1 {
	width: 694px;
}
.leftsidehead {
	width: 48.52%;
}
.rightsidehead {
	width: 48.6%;
}
.leftside {
	width: 48.5%;
	height: 290px;
}	
.rightside {
	width: 48.4%;
	height: 290px;
}
}

@media screen and (max-width: 600px) {

/* Added Criteria */

h2.tablehead {
	margin-top: 4px;
}
p.table {
	font-size: 15.5px;
	line-height: 21px;
}
.table1 {
	width: 98%;
}
.leftsidehead {
	width: 183px;
	padding-bottom: 16px;
}
.rightsidehead {
	width: 182.3px;
	padding-bottom: 16px;
}
.leftside {
	width: 47.2%;
	height: 290px;
}	
.rightside {
	width: 47.3%;
	height: 290px;
}
.blogcoupon {
	width: 100%;
}

.tttestimonial1 {
	margin-top: 20px;
}
.mehr {
	width: 200%;
	margin-left: -20%;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 2px solid #5d5d5d;
}
.frontdiv4 {
	display: none;
}
.frontdiv3 {
	display: block;
}

body, html {
	width: 100%;
	overflow-x: hidden;
	position: relative;
}

#footer-01-left p {
	text-align: left;
}
#footer-socials {
	margin: 0;
}
.frontpagehr {
	height: 0;
	border: 0;
	border-top: 3px solid #222222;
	display: block;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 96%;
}
h1.frontpage {
	margin: 0;
	margin-bottom: 15px;
	font-size: 36px;
	line-height: 34px;
}
h2.frontpage {
	margin: 0;
	font-size: 28px;
	line-height: 24px;
}
p.frontpage1 {
	margin: 0;
	font-size: 18px;
	line-height: 20px!important;
}	
p.frontpage2 {
	margin: 0;
	margin-top: 20px;
	font-size: 18px;
}
p.coupon {
	margin: 0;
	margin-top: 20px;
	margin-bottom: 15px;
}
.arrowimg {
	margin: 0;
	margin-top: 20px;
}
.frontdiv1 {
	margin: 0;
	padding: 0;
	position: inherit;
}
.frontdiv2 {
	margin: 0;
	margin-left: 5px;
}
img.frontpageimg1 {
	width: 100%;
}
img.frontpageimg2 {
	width: 100%;
	margin: 0;
}

/* html {
	overflow-x: hidden;
}
*/
.item-added-disabled {
	width: 110px!important;
	display: block;
	margin: 0 auto;
}
.add_to_cart_button {
	width: 110px!important;
	display: block!important;
	margin: 0 auto;
}
.successdiv,
.productdiv1,
.productdiv11,
.productdiv12,
.productdiv13,
.productdiv21,
.productdiv22,
.productdiv23,
.ttdiv1,
.ttdiv2,
.ttdiv4,
.ttdiv5,
.ttdiv3 {
	clear: both;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 10px;
}
.successdiv {
	width: 88%;
	height: 250px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 20px;
}
.testimonialslider {
	margin-top: 10px;
	padding-left: 10px;
}
.ttdiv4 {
	width: 100%!important;
}
.ttdiv3 {
	width: 95%;
	background-image: url("http://www.paulekman.com/wp-content/uploads/2016/12/trainingtoolstile.png");
	background-repeat: repeat;
	clear: both;
	border-radius: 7px;
	padding: 10px;
	display: block;
	margin: 0 auto;
}
.productdiv1 {
	margin: 0;
}
.productdiv12 {
	margin: 0;
}
.productheight {
	height: 100px;
}
.productdiv21 {
	margin: 0;
	margin-top: 10px;
	width: 93.5%;
}
.productdiv22 {
	margin: 0;
	margin-top: 10px;
	width: 93.5%;
}
.productdiv23 {
	margin: 0;
	margin-top: 10px;
	width: 93.5%;
}
.add_to_cart_shortcode2 {
	margin: 0;
	margin-top: -10px;
	margin-right: 40%;
	margin-left: auto;
}
.add_to_cart_shortcode3 {
	margin: 0;
	margin-top: -20px;
	display: block;
	margin-left: auto;
	margin-right: 40%;
}
.tabletimg {
	display: block;
	margin: 0 auto;
	width: 70%;
	margin-bottom: -30px;
}
.laptopimg {
	width: 100%;
	margin: 0;
	margin-top: -20px;
}
.couponimg2 {
	width: 80%;
	margin: 0;
	display: block;
	margin: 0 auto;
}
.rettimg {
	width: 50%;
	margin-top: 120px;
}
.facecomboimg {
	width: 28%;
	margin-top: 110px;
}
.ekmanimg {
	width: 60%;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}
.facesuiteimg {
	width: 50%;
	margin-top: 100px;
}
.tth1 {
	text-align: left;
	font-size: 45px;
	line-height: 45px;
	margin: 0;
}
.tth5 {
	font-size: 26px!important;
}
.ttp2 {
	padding: 5px;
}
.ttp3 {
	font-size: 16px!important;
}
.tti2 {
	font-size: 19px!important;
}
.microproductdiv {
	width: 90%;
}	
#microvideo1 {
	display: none;
}
#microvideo2 {
	display: block;
}
.lietomeimg {
	margin: 0 auto;
}
.lietomeiframe {
	width: 100%;
	height: 350px;
}	
.micropagetrainingbutton {
	margin-top: 5px;
	margin-left: 0px;
}
.testimonialdiv {
	width: 92%;
	margin-left: 4%;
}
p.microp {
	width: 100%;
}
.micropicleft {
	width: 70%;
}
.micropicright {
	width: 70%;
}
.frontthird3 {
	height: 250px;
	width: 100%;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	text-align: center;
}
.couponimg {
	margin-top: 0px!important;
	width: 60%!important;
}
.ltmimg {
	margin-top: -40px;
}
.fronth3 {
	display: none;
}
.fronth32 {
	margin-top: 40px;
}
.fronth33 {
	margin-top: 10px;
}
.frontthird {
	height: 250px;
	width: 100%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.one_fourth {
	margin-bottom: 0px!important;
}
.aoeimg {
	margin-top: -10px;
}
.frontbuttontop {
	margin-left: 24%;
}
.frontbuttontop:hover {
	border: solid 3px #01cdcd;
	background-color: #01cdcd;
	color: #ffffff!important;
	font-family: 'freightsans_probook';
	font-size: 25px!important;
	text-decoration: none!important;
	display: block;
	border-radius: 5px;
	padding: 1px 2px 1px 2px;
	text-align: center;
	margin-left: 24%;
}
#fronth2 {
	width: 100%;
	color: #ffffff;
	text-align: right;
	margin-left: 6%;
}
h4.h4productbox {
	margin-top: 20px;
	font-size: 24px;
}
.add_to_cart_shortcode1 {
	display: block;
	border: 0px!important;
	padding: 10px!important;
	background-color: #ffffff;
	width: 90px;
	margin: 0 auto;
	margin-top: 0px!important;
}
.productboximg1 {
	width: 65%;
	display: block;
	margin: 0 auto;
	margin-top: 0px;
}
.productmain {
	display: none;
}
.productmobile {
	display: block;
}
.lefttestimonial {
	margin-left: 0px;
	width: 100%;
}
.righttestimonial {
	margin-left: 0px;
	width: 100%;
}
p.productboxp {
	font-style: italic;
	font-size: 20px;
	text-align: center;
	margin-top: -25px;
}
p.productboxp1 {
	font-style: italic;
	font-size: 26px;
	text-align: center;
	margin-top: -33px;
}
.productbox {
	background-color: #ffffff;
	border: 2px solid #86888a;
	border-radius: 7px;
	text-align: center;
	height: 280px;
}
.add_to_cart_shortcode1 {
	display: block;
	border: 0px!important;
	padding: 10px!important;
	background-color: #ffffff;
	width: 90px;
	text-align: center;

}
.frontpagebox {
	width: 90%;
	margin-top: 20px;
	padding-top: 2px;
	padding-bottom: 1px;
}
.frontpageh2 {
	font-size: 24px!important;
}
.one_third {
	margin-top: -30px!important;
}
button.frontpagebutton {
	width: 50%;
	font-size: 22px;
	color: #86888a;
}
.frontpagebubble2 {
	margin-top: -5%;
}
.frontpagebubbles {
	width: 100%;
}
.frontimg2 {
	display: block;
	margin: 0 auto!important;
}
.frontimg3 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: -30px;
}
.frontimg4 {
	display: block;
	margin-left: auto!important;
	margin-right: auto;
	margin-top: -30px;
}
.frontimg5 {
	display: block;
	margin-left: auto!important;
	margin-right: auto;
	margin-top: -30px;
}
.fronth22 {
	margin-top: -25px;
	font-size: 20px!important;
	text-align: center;
}
.fronth23 {
	font-size: 20px!important;
	text-align: center;
	line-height: 10px!important;
	margin-top: -40px;
}
.frontbutton1 {
	margin: -10px 0px 0px 15px;
}
.frontbutton1:hover {
	margin: -10px 0px 0px 15px;
}
.newproducthr1 {
	height: 0;
	border: 0;
	border-top: 1px solid #5d5d5d;	
	padding-bottom: 50px;
	margin-top: 520px;
	clear: both!important;
}
.newproducthr2 {
	height: 0;
	border: 0;
	border-top: 1px solid #5d5d5d;	
	padding-bottom: 50px;
	margin-top: 580px;
	clear: both!important;
}
.newproducthr3 {
	height: 0;
	border: 0;
	border-top: 1px solid #5d5d5d;	
	padding-bottom: 50px;
	margin-top: 540px;
	clear: both!important;
}
span.woocommerce-Price-amount {
	font-size: 20px;
	margin: 3px 0px 4px 0px;
}
.add_to_cart_shortcode {
	margin: 0 auto;
	clear: both;
	padding-bottom: 120px!important;
}
p.frontpage {
	text-align: left;
	width: 100%;	
}
.toolblock:hover .frontbutton {
	margin: 0px;
	float: right;
	display: block;
	width: 15%;
}
.frontbutton {
	margin: 0px;
	float: right;
	display: block;
	width: 15%;
	min-height: 75px;
}
.frontbutton:hover {
	margin: 0px;
	float: right;
	display: block;
	width: 15%;
	
}
.frontbutton:active {
	margin: 0px;
	float: right;
	display: block;
	width: 15%;
}
p.demobutton {
	margin: 0 auto;
	margin-top: -10px;
	width: 30%;
	display: block;
}

.frontborder {
	border-top: 1px solid #5d5d5d;
	border-left: 0px;
	margin-left: 5px;
	margin-right: 5px; 
}
#gform_submit_button_12 {
	width: 40%;
	margin-top: -30px!important;
}
.slidebox4 {
    	width: 200px;
	height: 200px;
	right: 0px;
	padding-left: 12px;
	padding-right: 10px;
	padding-bottom: 0px;
	background-image: none;
	position: relative;
	margin-top: 55%;
	margin-left: 45%;
}
.frontimage {
	background-image: url('http://www.paulekman.com/wp-content/uploads/2016/09/Ekman_Paul_Q1A0830_5x7-1-e1474477916175.jpg');
	height: 450px;
}
#gform_submit_button_11 {
	margin-top: -35px!important;
	width: 35%;
}
#field_11_1 {
	margin-top: -30px;
}
.frontpagehr2 {
	height: 0;
	border: 0;
	border-top: 1px solid #86888a;
	opacity: .5;
	margin-top: -60px;
	margin-bottom: 40px;
}
.productpage {
	color: #86888a;
	text-align: center;
	font-size: 26px;
	margin-top: -30px;
}

#productheader1 {
	text-align: center; 
	margin-top: -40px;
	margin-bottom: -50px;
}
#productheader2 {
	text-align: center; 
	margin-bottom: -60px;
}
#header-message {
	display: none;
}
#mobileheader {

}
#body-2 {
	margin: -50px 0 0 0;
}
#body-1 {
	margin: 0 10px 0px 10px;
	background-color: #ffffff;
	width: 95%;
}
.frontimg {
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 300px;
	margin-top: -100px;
}
.fronttxt {
	display: block;
	margin-top: 200px;
	margin-bottom: 200px;
}
.fronttxt2 {
	display: block;
	margin-top: -100px;
	/* margin-bottom: 100px; */
}
a.fronttexth2 {
	font-weight: lighter; 
	text-align: center;
	text-decoration: none;
	color: #86888a!important;
}
a.fronttexth2:hover {
	text-decoration: none!important;
}
.microimg {
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 100px;
}
.microtext {
	display: block;
	margin-top: 0px;
	/* margin-bottom: 100px; */
}
a.microtext {
	font-weight: lighter; 
	text-align: center;
	text-decoration: none;
	color: #86888a!important;
}
a.microtext:hover {
	text-decoration: none!important;
}
.slide3 {
	margin-top: -200px;
	text-align: center;
	text-decoration: none!important;
	color: #86888a!important;
}
.slide3 a:hover {
	text-decoration: none;
}
.button1 {
	/* background-color: #ffffff;
	color: #5e5e5e;
	border-radius: 5px;
	padding: 5px 10px 5px 10px;
	margin-left: 30px;
	width: 100%; */
}
.button2 {
	display: none;
	background-color: #909090;
	color: #fff;
	border-radius: 5px;
	padding: 5px 10px 5px 10px;
	float: right;
	margin-right: 0px;
}
.slidebox11 {
	float: left;
	width: 90%;
	margin-left: 5px;
	margin-top: 220px;
	padding-bottom: 10px;
}
.slidebox1 {
	float: left;
	width: 210px;
	height: 150px;
	margin-left: 5px;
	margin-top: 320px;
	padding-bottom: 10px;
}
.slidebox2 {
	float: left;
	width: 370px;
	height: 100px;
	margin-left: -20px;
	margin-top: 220px;
	padding-bottom: 25px;
}
.slide4 {
	text-align: justify;
	width: 100%;
	margin-left: 10px;
	margin-top: 150px;
	margin: 5px;
	color: #ffffff;
	text-align: left;
	font-weight: lighter!important;
	padding: 5px 15px;
}
.slide1 {
	margin: 5px;
	color: #ffffff;
	/* margin-left: 30px;
	margin-top: 200px;
	color: #fff;
	text-align: left;
	width: 250px; */
}
.slide2 {
	margin-right: 50px;
	margin-top: 0px;
	color: #909090;
	text-align: right;	
	float: right;
	width: 350px;
}

.sliderdiv {
	margin-top: -60px;
}

/* General Structure */
.inner-page {
	width: 100%;
}
.entry-content {
	width: 100%;
	background-color: #ffffff;
}

/* 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;
	height: 35px;
	margin-left: -10px;
	margin-top: 2px;
}
#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: 71%!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: 40px;
	width: 25px;
	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 */
.page-id-18209 ul.products li.product,
ul.products li.product-cat-paul-ekman-micro-expressions-applied-training:first-child > div, ul.products li.product-cat-paul-ekman-micro-expressions-training-kit:first-child > div,
ul.products li.product-cat-paul-ekman-micro-expressions-applied-training:first-child > div:last-child, ul.products li.product-cat-paul-ekman-micro-expressions-training-kit:first-child > div:last-child {
	width:100%;
}
.page-id-18209 .catalog-buttons {
	text-align:center;
}
ul.products li.product-cat-paul-ekman-micro-expressions-applied-training:first-child > div:last-child a, 
ul.products li.product-cat-paul-ekman-micro-expressions-training-kit:first-child > div:last-child a {
	float:none;
}
.page-id-18209 .products .catalog-thumbnail-container {
	height:0!important;
	padding-bottom:60%;
}

.products-section h1,
.search h1 a,
.archive h1 a,
.col-1 > h3, #coupon-wrapper > h3, .tml-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, .tml-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.tml-login input[type="submit"] {
	padding: 0px;
	width: 100%;
}
form.checkout input[type="text"],
.woocommerce-checkout form.tml-login input[type="text"],
.woocommerce-checkout form.tml-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, .tml-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: 15px !important;
}

/* Footer */
#footer-1 {
	padding: 10px 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: 0;
	margin-top: 30px;
	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: 100%!important;
	padding-left: 5%!important;
	padding-right: 5%!important;
	margin-top: 20px;
}
div.gform_wrapper input[type="submit"] {
	width: 100%;
	padding: 1px 2px 2px 7px!important;
	margin: 10px 0 0 0!important;
}
.woocommerce-account form.tml-login input[type="text"],
.woocommerce-account form.tml-login input[type="password"],
.tml-loginform input[type="text"],
.tml-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-aqua.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;
}


}

@media screen and (max-width: 400px) {

p.table {
	font-size: 14px;
}
h2.tablehead {
	margin-top: 2px;
}
.successdiv {
	width: 87%;
	height: 290px;
}
.table1 {
	width: 98%;
}
.leftsidehead {
	width: 165px;
	padding-bottom: 16px;
}
.rightsidehead {
	width: 164px;
	padding-bottom: 16px;
}
.leftside {
	width: 164px;
	height: 290px;
}	
.rightside {
	width: 164px;
}
}
@media screen and (max-width: 350px) {

.add_to_cart_shortcode2 {
	margin: 0;
	margin-left: 65px;
}
.productdiv1 {
	height: 520px;
}
.productdiv2 {
	width: 94%;
}
.successdiv {
	width: 84%;
	height: 290px;
}
.ttdiv3 {
	width: 93%;
}
.productdiv23 {
	width: 91%;
}
.productdiv22 {
	width: 91%;
}
.productdiv21 {
	width: 91%;
}
.rettimg {
	margin-top: 165px;
}
.facecomboimg {
	margin-top: 150px;
}
.facesuiteimg {
	margin-top: 140px;
}
img.toolimage {
	width: 18%;
	min-width: 0;
}
#footer-1 > .inner-page > p {
	margin-top: 20px;
}
}