/*

Theme Name:		Stir Works
Template:		cc_parent
Author:			Computer Courage
Theme URI:		http://computercourage.com
Author URI:		http://www.computercourage.com/services/web-design/
Description:	A custom theme built by Computer Courage.
Version:		1.1

--------------------------------------------------------------- */


/* =General
---------------------------------------------------------------------- */

html {
	background: #252422;
	color: #444444;
	font-family: 'myriad-pro';
}
body, #page, #header, #main, #footer, .block {
	position: relative;
	width: 100%;
	display: inline-block;
	float: left;
}
.inner-page {
	width: 1140px;
	margin: 0 auto;
	display: table;
}
#page {
	top: auto;
}
#content {
	float: left;
	width: 100%;
}
#content.flexible-content {
	width: 65%;
}
#sidebar {
	float: right;
	width: 30%;
}
#content {
	padding: 2% 0 0 0;
}
#sidebar {
	margin: 99px 0 0 0;
}



/* =Header
---------------------------------------------------------------------- */
body > iframe {
	display: none!important;
}
#header-1 {
	background: #ffffff;
	font-size: 14px;
	padding: 0 0 20px 0;
	z-index: 1000;
}
#header-1 .left {
	float: left;
}
#header-1 .right {
	float: right;
}
#header-1 .right .upper {
	background: #f5f2eb;
	float: right;
	clear: right;
	position: relative;
}
#get-updates-dropdown {
	position: fixed;
	bottom: -225px;
	left: 20px;
	z-index: 500;
	background: #ffffff;
	border: 1px solid #c0c0c0;
	width: 470px;
	padding: 27px;
	transition: bottom 500ms;
}
#get-updates-dropdown.visible {
	bottom: 5px;
}
#get-updates-dropdown .close {
	right: 4px;
	top: 5px;
	position: absolute;
	color: #777777;
	cursor: pointer;
	font-size: 25px;
	line-height: 100%;
}
#get-updates-dropdown p {
	font-weight: 600;
	font-size: 16px;
	color: #777777;
	margin: 0 0 10px 0;
}
#get-updates-dropdown .gform_wrapper {
	margin: 0;
}
#get-updates-dropdown .gform_footer {
	clear: both;
	width: 100%;
}
#get-updates-dropdown .gform_footer input {
	width: 100%;
}
#header-1 .right .upper span {
	color: #535353;
	float: left;
	font-weight: 700;
	margin: 9px 18px 10px;
	font-size: 14px;
	line-height: 14px;
}
#header-1 .right .upper span .icon {
	color: #a5a5a5;
	float: left;
	font-size: 13px;
	line-height: 10px;
	margin: 2px 7px 0 0;
}
#header-1 .right .upper .mail {
	cursor: pointer;
	font-weight: 500;
}
#header-1 .right .lower {
	float: right;
	clear: right;
	margin: 26px 0 -5px;
}
#header-1 .right .lower a {
	float: left;
	line-height: 17px;
	margin-left: 40px;
}
#header-1 .right .lower .store {
	color: #00689f;
	font-weight: 800;
}
#header-1 .right .lower .cart-tracker {
	transition: color 1200ms ease 0ms, margin 950ms linear 0ms;
}
#header-1 .right .lower .cart-tracker.blue {
	color: #00689f;
}
#header-1 .right .lower .cart-tracker.lifted {
	margin-top: -13px;
}
#header-1 .right .lower a.red {
	text-transform: uppercase;
	color: #00689F;
	font-weight: 700;
}
#header-1 .right .lower a .icon {
	font-size: 18px;
	float: right;
}
#site-logo {
	float: left;
	width: 72px;
	margin: 20px 0 0;
}
#header-1 .left nav {
	float: left;
}
#main-menu {
	float: left;
	margin: 59px 0 0 0;
}
#main-menu > ul > li > a {
	margin-left: 45px;
}
#main-menu li {
	float: left;
	position: relative;
}
#main-menu a {
	display: block;
	padding: 0;
	text-decoration: none;
}
#main-menu ul ul {
	display: none;
	float: left;
	position: absolute;
	top: 1em;
	left: 0;
	z-index: 99999;
}
#main-menu ul ul ul {
	left: 100%;
	top: 0;
}
#main-menu ul ul a {
	background: #dedede;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
}
#main-menu li:hover > a,
#main-menu ul ul :hover > a {

}
#main-menu ul ul a:hover {

}
#main-menu ul li:hover > ul {
	display: block;
}
#dropdown .icon {
	float: right;
	margin: 1px 0 -1px 3px;
}
#header-2 {
	background: #efefef;
	margin-top: -343px;
	padding: 30px 0;
	transition: margin 800ms;
	z-index: 900;
}
#header-2 .half img {
	width: 70%;
	float: left;
	margin: 0 15% 10px;
}
#header-2 .half.left {
	float: left;
	width: 28%;
	margin-left: 14%;
}
#header-2 .half.right {
	float: right;
	width: 28%;
	margin-right: 14%;
}
#header-2 .half > span {
	width: 100%;
	display: block;
}
#header-2 .title {
    border-bottom: 1px dotted #333333;
    margin: 0 0 7px;
    padding: 0 0 8px;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
}
#header-2 .title span {
	color: #00689F;
}
#header-2 .meta {
	font-size: 14px;
	margin: 11px 0;
}


/* =Front Page
---------------------------------------------------------------------- */

.fade-x {
	position: relative;
	opacity: 0;
	transition: left 1100ms, right 1100ms, opacity 1400ms;
}
X.fade-x.left-x {
	left: 120%;
}
X.fade-x.right-x {
	right: 120%;
}
.fade-x.visible {
	opacity: 1;
}
X.fade-x.left-x.visible {
	left: 0%;
}
X.fade-x.right-x.visible {
	right: 0%;
}



/* =Body
---------------------------------------------------------------------- */

#shares {
	position: fixed;
	left: 5px;
	top: 200px;
	z-index: 1000;
	width: 50px;
}
#shares .icon {
	float: left;
	color: #eedfb6;
	font-size: 28px;
	border-radius: 50%;
	background: #afafaf;
	text-align: center;
	line-height: 50px;
	width: 45px;
	height: 45px;
	display: block;
	margin: 0 0 7px 0;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	transition: margin 150ms;
}
#shares .icon.facebook, #checkout-share .icon.facebook {
	background: #374e6c;
}
#shares .icon.twitter, #checkout-share .icon.twitter {
	background: #0095ac;
}
#shares .icon.email, #checkout-share .icon.email {
	background: #605949;
}
#shares .icon:hover {
	margin: 0 0 7px 8px;
}
body.woocommerce-checkout #shares {
	display: none;
}
#body-0 .inner-page {
	height: 500px;
}
#body-0 .inner-page.table {
	display: table;
}
#body-0 .row {
	display: table-row;
}
#body-0 .cell {
	display: table-cell;
	vertical-align: middle;
}
#body-0 .quote {
	font-size: 42px;
	line-height: 150%;
	font-style: italic;
}
.page-template-work-here-php #body-0 .quote {
	font-style: normal;
}
#body-0 .quote .text {
	padding-right: 5px;
}
#body-0 .source {
	font-size: 22px;
	font-weight: 600;
	float: left;
}
#body-0 .lower img {
	display: inline;
	height: 25px;
	margin: 0 0 0 10px;
	float: left;
}
#body-0.dark .quote, #body-0.dark .source {
	color: #ffffff;
}
#body-0.dark .quote .text, #body-0.dark .source {
	background: url('images/black-56.png');
}
#body-0.light .quote, #body-0.light .source {
	color: #333333;
}
#body-0.light .quote .text, #body-0.light .source {
	background: url('images/white-78.png');
}
#body-0 .lower {
	margin: 10px 0 0 0;
}
#body-0 .support {
	color: #ffffff;
	display: block;
	font-size: 42px;
	text-align: center;
}
#body-0 .search-form {
	margin: 20px 0 0 0;
	width: 100%;
}
#body-0 label {
	float: left;
	width: 100%;
	margin-right: -61px;
}
#body-0 .search-field {
	width: 100%;
	box-sizing: border-box;
	padding: 16px;
	height: 61px;
	line-height: 61px;
	width: 100%;
	float: left;
	display: block;
	font-size: 20px;
}
#body-0 .search-submit {
	display: block;
	float: right;
	width: 61px;
	height: 61px;
	background: #00689f;
	color: #ffffff;
	cursor: pointer;
	font-family: "stir-works";
	font-size: 42px;
	line-height: 61px;
	text-align: center;
}
#body-0 .search-submit:hover {
	background: #057bb9;
}
#body-0 .screen-reader-text {
	display: none;
}
#body-1 {
	background: #ffffff;
	padding: 40px 0;
}
#body-2 {
	background: #efefef;
	padding: 90px 0;
}
.job-opening.middle {
	padding-bottom: 30px;
	margin-bottom: 54px;
	border-bottom: 1px solid #cccccc;
}
.job-opening h2 {
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 24px;
}
a {
	color: #444444;
	text-decoration: none;
}
h1, h2, h3, h4 {
	margin-bottom: 6px;
	line-height: 115%;
}
h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;
}
.entry-title {
	font-size: 46px;
	margin-bottom: 36px;
}
article h2 {
	font-size: 24px;
	font-weight: 600;
}
article h3 {
	font-size: 20px;
	font-weight: 600;
}
article h4 {
	font-size: 18px;
	font-weight: 600;
}
strong, strong * {
	font-weight: 600;
}
em, em *, i, i * {
	font-style: italic;
}
blockquote {
	width: 100%;
	margin-right: 5%;
	background: #e9e9e9;
	box-sizing: border-box;
	padding: 22px 25px 2px;
	margin-bottom: 20px;
	font-weight: 600;
	font-size 18px;
}
article {
	width: 100%;
}
article p {
	margin-bottom: 24px;
	line-height: 139%;
}
article p iframe {
	width: 100%;
}
article p a, article li a {
	text-decoration: underline;
}
article p a:hover, article li a:hover {
	text-decoration: none;
}
article ul, article ol {
	margin-bottom: 24px;
}
article li {
	list-style-position: inside;
	line-height: 160%;
}
article ul li, .building-block ul li {
	list-style-type: none;
	padding-left: 12px;
	background: url('images/bullet-low.png') left 10px no-repeat;
}
article ul ul, .building-block ul ul {
	margin-left: 30px;
}
.single-post .tags a {
	color: #999999;
	line-height: 150%;
	margin: 0 10px;
	transition: color 600ms ease 0ms;
}
.single-post .tags a:hover {
	color: #00689f;
}
.building-block ul li {

}
article ol li {
	list-style-type: decimal;
}
.page-template-press .entry-title {
	display: none;
}
#action-title {
	margin-bottom: 70px;
}
#action-title {
	display: table;
	width: 100%;
}
#action-title .cell {
	display: table-cell;
	vertical-align: middle;
}
#action-title .cell.full {
	padding: 0!important;
	width: 100%;
}
#action-title .left-action {
	padding: 0 20px 0 0;
	width: 80%;
}
#action-title .left-action h1 {
	font-size: 40px;
}
#action-title .left-action h2 {
	font-weight: 500;
}
#action-title .right-action {
	width: 20%;
}
#action-title .right-action .button {
	padding: 0;
	width: 100%;
}
#press {
	display: table;
	width: 100%;
	border-collapse: collapse;
	background: #f0f0f0;
	margin: 0 0 30px 0;
}
#press .row {
	display: table-row;
}
#press .press-item {
	display: table-cell;
	vertical-align: top;
	background: #eeeeee;
	border: 1px solid #ffffff;
	padding: 20px;
	width: 25%;
	transition: background 200ms;
}
#press .press-item:hover {
	background: #e0e0e0;
}
#press .press-item .img-wrapper {
	background: #ffffff;
	padding: 20px;
	float: right;
	margin: -20px -20px 25px 0;
	border-radius: 0 0 0 20px;
	overflow: hidden;
}
#press .press-item .img-wrapper .table {
	display: table;
	height: 104px;
}
#press .press-item .img-wrapper .row {
	display: table-row;
}
#press .press-item .img-wrapper .cell {
	display: table-cell;
	vertical-align: middle;
}
#press .press-item img {
	max-width: 104px;
}
#press .press-item span {
	width: 100%;
	display: block;
	float: left;
	margin: 0 0 15px 0;
	line-height: 124%;
}
#press .press-item span.name {
	font-weight: 600;
	font-size: 18px;
}
#press .press-item span.quote {
	font-style: italic;
}
#press .press-item span.quote, #press .press-item span.source {
	font-size: 15px;
}
#press .press-item span.source {
	text-align: right;
}
.page-template-default article {
	min-height: 400px;
}
.single article .meta {
	color: #888888;
	display: block;
	width: 100%;
	margin: 0 0 20px 0;
}
.single article .meta a {
	color: #888888;
	text-decoration: underline;
}
.single article .meta a:hover {
	text-decoration: none;
}
.single #body-0 {
	display: none!important;
}
#attribution {
	padding: 36px 20px 40px;
	box-sizing: border-box;
	background: #f0f0f0;
	margin: 60px 0 0 0;
}
#attribution .upper {
	padding: 0 0 10px 0;
	border-bottom: 1px solid #c0c0c0;
}
#attribution .addthis_sharing_toolbox {
	float: right;
}
#_atssh, body > iframe {
	display: none!important;
}
#attribution .icon {
	float: right;
	background: #505050;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	margin: 0 0 0 4px;
	line-height: 32px;
	width: 28px;
	height: 28px;
	display: block;
	border: 1px solid #505050;
	transition: all 250ms;
}
#attribution .icon:hover {
	background: #ffffff;
	color: #505050;
}
#attribution .logo {
	float: left;
	height: 30px;
	margin: 0 4px 0 0;
}
#attribution .author {
	line-height: 30px;
	font-size: 17px;
	float: left;
}
#attribution  .copy {
	margin: 30px 0 0 0;
}
#attribution .copy img {
	float: left;
	width: 80px;
	margin: 3px 20px 2px 0;
}
#attribution  .copy .text {
	display: block;
	font-size: 15px;
	line-height: 140%;
}
#action {
	background: #4b4b4b;
	padding: 28px 0 32px;
	color: #ffffff;
	text-align: center;
}
#action .action {
	margin: 0 0 18px 0;
	font-size: 18px;
	display: block;
	font-weight: 600;
	line-height: 140%;
}
#related-posts {
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
}
#related-posts .related {
	margin: 11px 0;
}
#related-posts h3 {
	padding: 0 0 4px 0;
	border-bottom: 1px solid #d5d5d5;
}
#related-posts .related img {
	float: left;
	width: 63px;
	border: 1px solid #999999;
	margin: 0 17px 0 0;
}
#related-posts span {
	display: block;
}
#related-posts .title {
	font-weight: 600;
	margin: 13px 0 2px;
}
#related-posts .meta {
	font-size: 12px;
	color: #9a9a9a;
	margin: 0;
}
#related-posts .meta a {
	color: #9a9a9a;
}
#related-posts .meta a:hover {
	text-decoration: underline;
}
.preview-entry {
	width: 100%;
	margin-bottom: 35px;
	padding-bottom: 25px;
	border-bottom: 1px solid #cccccc;
}
.preview-entry h2 {
	font-weight: 600;
	margin-bottom: 12px;
}
.preview-entry p {
	font-size: 17px;
}
.preview-entry img {
	float: left;
	width: 100%;
	margin: 0 0 25px 0;
}
.preview-entry .meta {
	display: block;
	color: #888888;
	font-size: 14px;
	width: 100%;
	float: left;
	margin: 0 0 15px 0;
}
.preview-entry .meta a {
	color: #888888;
	text-decoration: underline;
}
.preview-entry .meta a:hover {
	text-decoration: none;
}
.alignleft {
	float: left;
	clear: left;
	margin: 0.3em 1em 0.5em 0;
}
.alignright {
	float: right;
	clear: right;
	margin: 0.3em 0 0.5em 1em;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
    font-size: 0.7em;
    line-height: 135%;
}
#content .wp-pagenavi {
	float: left;
	width: 100%;
	margin: 12px 0;
}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi .page {
	display: none;
}
#comments {
	background: #f0f0f0;
	width: 100%;
	float: left;
	margin-top: 35px;
	box-sizing: border-box;
	padding: 16px 20px;
}
#respond {
	float: left;
	width: 100%;
}
#respond p {
	margin-bottom: 9px;
}
#respond .wp-social-login-widget {
	display: none;
}
#comment-list > li {
	margin: 0 0 23px 0;
	list-style-type: none;
	background: none;
	padding: 0;
}
.comment-author {
	font-weight: 600;
}
.comment-metadata {
	font-size: 13px;
}
#comments #submit {
	background: #505050;
	color: #f0f0f0;
	font-size: 15px;
	height: 39px;
	line-height: 37px;
	display: block;
	float: left;
	padding: 0 30px;
	text-transform: uppercase;
}
#comments #submit:hover {
	background: #606060;
	color: #ffffff;
}
#comment-list > li {
	width: 100%;
	float: left;
	margin: 0 0 2.5% 0;
}
#comments form label {
	display: block;
}
#comments ul.children {
	margin-left: 0;
}
#comments ul.children li {
	background: #e4e4e4;
	border-left: 5px solid #00689f;
	box-sizing: border-box;
	margin-left: 7%;
	padding: 20px 20px 20px 30px;
	width: 93%;
}
#comments ul.children li .comment-reply-link {
	padding-bottom: 10px;
}
#comments ul.children li .comment-author {
	color: #00689f;
}
.widget {
	float: left;
	margin-bottom: 55px;
	width: 100%;
}
.widget.widget_reallysimpletwitterwidget {
	margin-bottom: 20px;
}
.widget .twitter-timestamp {
	clear: both;
	display: block;
	margin-top: 5px;
	text-align: right;
}
.widget .rstw_comma {
	display: none;
}
.widget p {
	margin-bottom: 1.45em;
	line-height: 160%;
}
.widget > ul {
	border-top: 1px dotted #cccccc;
}
.widget > ul li {
	display: block;
	width: 100%;
	border-bottom: 1px dotted #cccccc;
	padding: 6px 0;
}
.widget > ul li a {
	line-height: 120%;
	text-decoration: none;
}
.widget > ul li a:hover {
	text-decoration: underline;
}
.widget .search-form {
	float: left;
	width: 100%;
	border: 1px solid #cccccc;
}
.widget .search-field {
	float: left;
	width: 100%;
	margin-right: -30px;
	box-sizing: border-box;
	height: 30px;
	line-height: 30px;
	padding: 7px 9px;
	font-size: 13px;
}
.widget .search-submit {
	background: #ffffff;
	float: right;
	height: 30px;
	width: 30px;
	text-align: center;
	cursor: pointer;
	border: 0 solid #000000;
	font-family: 'stir-works';
	font-size: 14px;
	color: #444444;
}
.widget .screen-reader-text {
	display: none;
}
.widget-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 7px;
}
#sidebar > span {
	margin-bottom: 23px;
	overflow: hidden;
	height: 29px!important;
}
.page-template-contact-php .widget p {
	color: #808080;
	font-size: 17px;
}
.page-template-contact-php .widget p a {
	color: #808080;
	text-decoration: underline;
}
.widget p a:hover {
	text-decoration: none;
}
.widget .socials .icon {
	color: #ffffff;
	background: #808080;
	font-size: 28px;
	text-align: center;
	height: 43px;
	width: 43px;
	line-height: 51px;
	border-radius: 50%;
	float: left;
	margin: 0 6px 6px 0;
}
.widget .socials .icon:hover {
	background: #999999;
}
.page-template-support-php .widget p {
	font-size: 14px;
}
.widget.contact-widget {
	padding-bottom: 15px;
	padding-top: 33px;
	margin-bottom: 35px;
	margin-top: 2px;
	border-bottom: 1px solid #70665a;
	border-top: 1px solid #70665a;
}
.widget.contact-widget .large {
	display: block;
	width: 100%;
	font-size: 20px;
	margin: 0 0 7px 0;
	font-weight: 600;
}
.really_simple_twitter_widget li {
	font-size: 14px;
	line-height: 135%;
}
.widget .really_simple_twitter_widget li a {
	text-decoration: underline;
	color: #888888;
}
.widget .really_simple_twitter_widget li a:hover {
	text-decoration: none;
}
.twitter_title_link img {
	margin-right: 2px;
}
#instagram-wrapper {
	border: 1px solid #404040;
	box-sizing: border-box;
	box-shadow: 4px 4px 1px rgba(0,0,0,0.25);
	display: none;
	left: 50%;
	height: 300px;
	margin-left: -150px;
	position: fixed;
	top: 250px;
	width: 300px;
	z-index: 50;
}
#instagram-wrapper img {
	width: 100%;
}
.general-text-widget h2 {
	border-top: 1px solid #70665a;
	display: block;
	float: left;
	font-size: 20px;
	font-weight: 600;
	padding-top: 26px;
	margin: 10px 0;
	width: 100%;
}
.general-text-widget ul {
	margin-top: -15px;
	margin-bottom: 25px;
}
.widget.general-text-widget ul, .widget.general-text-widget ul li {
	border-width: 0;
}
.widget.general-text-widget ul li {
	padding: 4px 0;
}
.widget.general-text-widget li a {
	color: #00689f;
	font-size: 14px;
	text-decoration: underline;
}
.widget.general-text-widget li a:hover {
	text-decoration: none;
}
#cta-widget {
	margin-bottom: 0;
}
#cta-widget .desk {
	border-top: 1px dotted #cccccc;
	padding: 17px 0 12px;
	text-align: center;
}
#cta-widget .half {
	box-sizing: border-box;
	float: left;
	width: 50%;
}
#cta-widget .left {
	padding-right: 10px;
}
#cta-widget .right {
	padding-left: 10px;
}
#cta-widget .left span {
	float: left;
	line-height: 66px;
	text-transform: uppercase;
}
#cta-widget .left img {
	width: 80px;
}
#cta-widget .right p {
	font-size: 15px;
	margin: 0;
}
#cta-widget .right .button {
	font-size: 18px;
	height: 36px;
	line-height: 34px;
	padding: 0;
	width: 100%;
}
#categories-2 .widget-title {
	display: none;
}


table.returns {
	margin: 20px 0;
}
table.returns th, table.returns td {
	padding: 16px;
	border: 1px solid #c0c0c0;
	text-align: left;
	font-size: 14px;
}
table.returns th {
	font-weight: 700;
	vertical-align: middle;
}
table.returns td {
	line-height: 140%;
}
table.returns .cell-2 {
	width: 50%;
}
table.returns .cell-3 {
	width: 20%;
}
#gallery-wrapper {
	position: relative;
	height: 0;
	padding-bottom: 85%;
}
#gallery-wrapper img, #gallery-wrapper .config-slider-video, #gallery-wrapper iframe {
	width: 100%;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	transition: opacity 1000ms;
}
#gallery-wrapper img {
	z-index: 2;
}
#gallery-wrapper iframe {
	z-index: 1;
}
#gallery-wrapper .selected {
	opacity: 1;
	z-index: 3;
}
#gallery-wrapper .icon {
	position: absolute;
	z-index: 10000;
	top: 42%;
	cursor: pointer;
	font-size: 37px;
	color: #c9c9c9;
	opacity: 0;
	transition: opacity 450ms;
}
#gallery-wrapper:hover .icon {
	opacity: 1;
}
#gallery-wrapper .icon.prev {
	left: 1%;
}
#gallery-wrapper .icon.next {
	right: 1%;
}
#gallery-pager .table {
	display: table;
	margin: 0 auto;
}
#gallery-pager .table .dot {
	float: left;
	cursor: pointer;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: #c4c4c4;
	margin: 0 4px;
	transition: background 1000ms;
}
#gallery-pager .table .dot.selected {
	background: #666666;
}
.single article .gallery {
	margin: 0 0 19px 0;
	float: left;
	width: 100%;
}
.single article .gallery figure img {
	width: 100%;
	height: auto;
}
.single article .gallery figure {
	float: left;
	margin: 0 0.5% 1% 0.5%;
}
.single article .gallery-columns-2 figure, .single article .gallery-columns-4 figure {
	width: 24%;
}
.single article .gallery-columns-3 figure {
	width: 32.3333%;
}


/* Store Locator */
#sl_div {
	padding: 0;
	width: 100%;
}
div#sl_div div#map {
	box-sizing: border-box;
	clear: both!important;
}
#addy_in_address label, #addy_in_radius label, #tagalong_category_selector label {
	text-align: left!important;
	padding: 0!important;
	margin: 0!important;
	min-width: 0!important;
	font-weight: 600!important;
	font-size: 18px!important;
	line-height: 40px!important;
	float: left!important;
}
#tagalong_category_selector {
	height: auto!important;
}
#addy_in_address label, #tagalong_category_selector label {
	width: 20%!important;
}
#addy_in_radius label {
	width: 25%!important;
}
#addy_in_radius select {
	width: 75%!important;
	margin: 0!important;
	box-sizing: border-box;
}
#addy_in_address input, #tagalong_category_selector select {
	width: 80%!important;
	box-sizing: border-box;
	float: right!important;
	padding: 10px!important;
	height: 40px!important;
}
#tagalong_category_selector select {
	margin: 0!important;
	height: auto!important;
}
#addy_in_radius {
	width: 80%!important;
	float: left!important;
}
#radius_in_submit {
	width: 19%!important;
	float: right!important;
}
#addressSubmit.slp_ui_button {
	height: 40px!important;
	line-height: 38px!important;
	color: #ffffff!important;
	background: #999999!important;
	width: 100%!important;
	padding: 0!important;
	margin: 0!important;
	text-align: center!important;
	border: 0 solid black!important;
	cursor: pointer!important;
	border-radius: 0!important;
	text-transform: uppercase;
	font-weight: 300!important;
}
#addressSubmit.slp_ui_button:hover {
	background: #bbbbbb!important;
}
#address_search select {
	color: #444444;
}
#addy_in_address, #address_search .search_item, #tagalong_category_selector {
	margin: 0 0 10px 0!important;
	float: left!important;
	width: 100%;
}
#map_sidebar {
	margin: 20px 0 0 0!important;
	font-size: 15px!important;
	line-height: 120%!important;
}
#map_sidebar a:hover {
	color: #444444!important;
	text-decoration: underline;
}
div.results_entry span.location_name {
	color: #444444!important;
}
div.results_entry {
	padding: 10px 0!important;
}
#sl_info_bubble {
	font-size: 11px!important;
	line-height: 140%;
}
#sl_info_bubble span {

}
#sl_info_bubble span strong {
	font-size: 15px;
	font-weight: 700;
}
#sl_info_bubble a {
	color: #444444!important;
	text-decoration: underline;
}
#sl_info_bubble a:hover {
	text-decoration: none;
}

/* Custom 404 */
#custom-404 .opening {
	display: block;
	font-size: 36px;
	color: #606060;
	margin-bottom: 10px;
}
#custom-404 .opening strong {
	color: #000000;
	font-weight: 700;
}
#custom-404 .orange {
    color: #ff6920;
    display: block;
    font-size: 54px;
    font-weight: 700;
    line-height: 111%;
    width: 50%;
	float: left;
}
#custom-404 .closing {
	display: block;
	text-align: right;
	float: right;
}
#custom-404 .closing a {
	color: #000000;
	text-decoration: underline;
}
#custom-404 .closing a:hover {
	text-decoration: none;
}
#custom-404 .med {
	font-size: 23px;
	font-weight: 600;
	text-align: right;
	float: right;
	display: block;
	width: 39%;
	clear: right;
	line-height: 120%;
}
#custom-404 .right-1 {
	margin-top: 13px;
}
#custom-404 .title, #not-found .middle, #not-found .search-form {
	position: relative;
	z-index: 2;
}
#custom-404 .search-form {
	float: right;
	clear: right;
	margin: 18px 0 14px;
	width: 48%;
}
#custom-404 .search-form label {
	float: left;
	width: 357px;
}
#custom-404 .search-form .search-field {
	padding: 0 12px;
	line-height: 42px;
	width: 417px;
	border: 1px solid #a0a0a0;
	border-right: 0px solid black;
}
#custom-404 .search-form .search-submit {
	font-family: 'stir-works';
	font-size: 30px;
	width: 44px;
	display: block;
	float: right;
	height: 44px;
	background: #c84e0d;
	color: #ffffff;
}
#custom-404 .search-form .search-submit:hover {
	background: #e95b10;
}
#custom-404 .screen-reader-text {
	display: none;
}
#custom-404 .actions {
	margin: 20px 0 60px 0;
}
#custom-404 .actions .half {
	float: left;
	margin: 0 8%;
	position: relative;
	width: 34%;
}
#custom-404 .actions .half img {
	width: 100%;
}
#custom-404 .actions .half .button {
	left: 10%;
	opacity: 0;
	padding: 0;
	position: absolute;
	top: 20%;
	transition: top 1000ms linear 0ms, opacity 1000ms ease 0ms;
	width: 80%;
	z-index: 5;
}
#custom-404 .actions .half:hover .button {
	opacity: 1;
	top: 30%;
}
.author-archive-meta {
	border-bottom: 1px solid #c0c0c0;
	margin: 0 0 50px 0;
	padding: 0 0 11px 0;
}
.author-archive-meta .left {
	float: left;
	width: 16%;
}
.author-archive-meta .left img {
	margin-top: 20px;
	width: 100%;
}
.author-archive-meta .right {
	border-left: 1px solid #c0c0c0;
	float: right;
	padding-left: 4%;
	width: 75.8%;
}
.author-archive-meta h1 {
	font-size: 26px;
	font-weight: 600;
	margin-top: 14px;
}
.author-archive-meta p {
	color: #888888;
}
.file-attachment {
	display: block;
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 20px 0;
}
.file-attachment:hover {
	text-decoration: underline;
}




/* =Footer
---------------------------------------------------------------------- */

#footer-1 {
	color: #ada68e;
	font-size: 14px;
	padding: 0 0 7% 0;
}
#footer-1 p {
	font-size: 14px;
	margin-bottom: 11px;
	line-height: 140%;
}
#footer-1 p a {
	color: #ada68e;
	text-decoration: underline;
}
#footer-1 .col-3.first p a {
	color: #ffcc00;
	background: #00689f;
	text-transform: uppercase;
	padding: 0 6px;
	display: inline-block;
	height: 23px;
	line-height: 21px;
	font-weight: 600;
	margin: 6px 0 0;
	text-decoration: none;
}
#footer-1 .col-3 input[type="text"] {
	border: 0 solid black;
	padding: 0 2.2%;
	height: 26px;
}
#footer-1 .col-3 input[type="submit"], #footer-1 .col-3 button {
	color: #e3e0d4;
	background: #8b846d;
	text-transform: uppercase;
	width: 100%;
	padding: 0;
	cursor: pointer;
	display: inline-block;
	height: 26px;
	line-height: 21px;
	font-weight: 600;
	box-sizing: content-box;
	border: 0 solid black;
}
#footer-1 .col-3 .gform_wrapper {
	float: left;
	margin: 21px 0;
	width: 100%;
}
#footer-1 .col-3 .gform_body {
	float: left;
	width: 60%;
}
#footer-1 .col-3 .gform_footer {
	width: 38%;
	float: right;
}
#footer-1 .col-3 .gform_wrapper .gfield > .gfield_label {
	display: none;
}
#footer-1 .light {
	color: #e3e0d4;
}
#footer-1 .col-3 {
	float: left;
	width: 30%;
	padding: 6% 0 0;
}
#footer-1 .col-3.first {
	background: #383630;
	font-size: 16px;
	padding: 3% 3% 1.5%;
	width: 24%;
}
#footer-1 .col-3.first .logo {
	width: 75px;
	margin: 0 0 24px 0;
}
#footer-1 .col-3.middle {
	margin: 0 5%;
}
#footer-1 .col-3.middle ul {
	margin: 0 0 24px 0;
	width: 50%;
	float: left;
}
#footer-1 .col-3.middle ul.full {
	width: 100%;
}
#footer-1 .col-3.middle ul.right {
	float: right;
}
#footer-1 .col-3.middle li {
	padding: 4px 0;
	display: block;
	font-weight: 600;
}
#footer-1 .col-3.middle li a {
	color: #ada68e;
	font-weight: 500;
	font-size: 13px;
}
#footer-1 .col-3.middle li a:hover {
	text-decoration: underline;
}
#footer-1 .col-3.middle li a.orange {
	color: #00689F;
	font-weight: 600;
	text-transform: uppercase;
}
#footer-social-icons {
	margin: 11px 0;
}
#footer-1 .col-3 .socials {
	display: table;
	margin: 0 auto;
	padding: 3px 0;
	clear: both;
}
#footer-1 .col-3 .icon {
	color: #e0ddd9;
	background: #49433b;
	font-size: 21px;
	text-align: center;
	height: 34px;
	width: 34px;
	line-height: 40px;
	border-radius: 50%;
	float: left;
	margin: 0 3px;
}
#footer-1 .col-3 .icon:hover {
	background: #635b50;
}
#footer-1 .col-3 .centered {
	text-align: center;
	display: block;
	color: #e3d7bc;
	margin: 0 0 6px;
}
#footer-1 .col-3 .centered.bold {
	font-weight: 500;
	font-size: 15px;
}
#copy-addon {
	float: left;
	line-height: 140%;
	margin-right: 3px;
}
#footer-1 .col-3.last p, #copy-addon {
	font-size: 12px;
}

/* standingest page Footer adjustments */
.page-standingest #footer {
	background: #faf4e8;
}
.page-standingest #footer-1 p {
	font-size: 16px;
}
.page-standingest #footer-1 .col-3.first {
	background: #ccb998;
	color: #ffffff;
}
.page-standingest #footer-1 .col-3.first p a {
	background: #1d9ced;
	color: #ffffff;
	font-size: 14px;
}
.page-standingest #footer-1 .light {
	color: #6c5b44;
	font-size: 16px;
}
.page-standingest #footer-1 .col-3.first .light {
	color: #ffffff;
	font-weight: 600;
}
.page-standingest #footer-1 .col-3.middle li a {
	color: #af9878;
	font-size: 15px;
	font-weight: 600;
}
.page-standingest #footer-1 .col-3 .centered {
	color: #af9878;
	font-size: 16px;
	font-weight: 600;
}
.page-standingest #footer-1 .col-3 .centered.bold {
	color: #6c5b44;
}
.page-standingest #footer-1 .col-3 .icon, .page-standingest #footer-1 .col-3 input[type="submit"], .page-standingest #footer-1 .col-3 button {
	background: #ccb998;
	color: #ffffff;
}
.page-standingest #footer-1 .col-3.middle li a.orange {
	color: #1d9ced;
}
.page-standingest #footer-1 .col-3.last p, .page-standingest #footer-1 .col-3.last p a, .page-standingest #copy-addon {
	color: #af9878;
}
.page-standingest #footer-1 .col-3.last a.centered {
	color: #af9878;
}
.page-standingest #footer-signup + span.centered {
	color: #6c5b44!important;
}
.page-standingest #header-1 .inner-page {
	padding-bottom: 20px!important;
}
.page-standingest #header-2 {
	padding: 0;
}
.page-standingest #header-2 .inner-page {
	padding-top: 30px!important;
	padding-bottom: 30px!important;
}


#store-previews {
	margin: 34px 0;
}
#store-previews .half {
	position: relative;
	height: 0;
	padding-bottom: 45%;
}
#store-previews .half.left {
	float: left;
	width: 58%;
}
#store-previews .half.right {
	float: right;
	width: 37%;
}
#store-previews .half span {
	display: block;
	width: 100%;
	color: #ffffff;
}
#store-previews .half .button {
	margin-top: 88px;
}
#store-previews .half .title {
	font-size: 45px;
	font-weight: 600;
}
#store-previews .half .subtitle {
	font-size: 20px;
	font-weight: 700;
	margin: 16px 0 14px;
}
#store-previews .half .price {
	font-size: 24px;
	line-height: 130%;
}
#store-previews .half .description {
	font-size: 20px;
	line-height: 130%;
}
#store-previews .half img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
}
#store-previews .half .wrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	margin: 20px 0 0 20px;
}
#video-lightbox {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: url('images/black-90.png');
	z-index: 100000;
	display: none;
}
#video-lightbox .icon {
	position: absolute;
	right: 35px;
	top: 35px;
	font-size: 70px;
	cursor: pointer;
	color: #ffffff;
}
#video-lightbox .row {
	display: table-row;
}
#video-lightbox .cell {
	display: table-cell;
	vertical-align: middle;
}
#vertical-video {
	display: block;
	margin: 0 auto;
}
.extra-bg-wrapper > .backstretch {
	display: none;
}
.management .member {
	margin: 0 0 2% 0;
	position: relative;
}
.management .half {
	width: 48%;
}
.management .half.left {
	float: left;
}
.management .half.right {
	float: right;
}
.management .member img {
	float: left;
	width: 100%;
}
.management .member .text {
	position: absolute;
	right: 0;
	bottom: 0;
}
.management .member span {
	width: 100%;
	display: block;
	float: left;
	line-height: 117%;
}
.management .member .name {
	font-weight: 700;
	font-size: 18px;
	margin: 0 0 4px 0;
}
.management .member .title {
	font-size: 15px;
}

/* Health */
.health-row {
	background: #999999;
	color: #ffffff;
	padding: 50px 0;
	text-align: center;
}
.health-row h2 {
	font-size: 30px;
}
.health-row .button {
	margin: 35px auto 0;
}

/* For Business */
#for-business-downloads {
	background: #999999;
	color: #ffffff;
	padding: 50px 0;
}
#for-business-downloads .half {
	box-sizing: border-box;
	float: left;
	padding-right: 3%;
	width: 50%;
}
#for-business-downloads .half .title {
	display: block;
	font-size: 28px;
	font-weight: 600;
	margin: 0 0 9px 0;
	width: 100%;
}
#for-business-downloads .half p {
	font-size: 21px;
	font-weight: 200;
	line-height: 150%;
}
#for-business-downloads .half p a {
	color: #ffffff;
	text-decoration: underline;
}



/* Woocommerce */
.button.woo {
	color: #ffffff;
	background: #00689F;
	font-size: 14px;
	padding: 0 19px;
	height: 50px;
	line-height: 48px;
	border-radius: 3px;
}
.button.woo:hover{
	background: #057bb9;
}
.button.woo.thin {
	height: 42px;
	line-height: 40px;
}
#product-meta .left {
	float: left;
	width: 30%;
}
.paypal-block .paypal-price {
	display: block;
	font-size: 17px;
	line-height: 130%;
	margin: 10px 0 15px 0;
	width: 60%;
}
.page-template-product-configuration .paypal-price {
	width: 100%;
}
.paypal-price strong {
	font-size: 20px;
	font-weight: 700;
}
.paypal-price .und {
	float: none;
	position: relative;
	text-decoration: underline;
	width: auto;
}
.paypal-price .popup {
	background: #ffffff;
	border: 1px solid #888888;
	box-sizing: border-box;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.45);
	color: #888888;
	display: none;
	font-size: 12px;
	left: -6px;
	padding: 15px;
	position: absolute;
	bottom: 70px;
	width: 300px;
	z-index: 10000;
}
.paypal-price .popup a {
	text-decoration: underline;
}
.paypal-price .popup a:hover {
	text-decoration: none;
}
.paypal-price:hover .popup {
	display: block;
}
#product-meta .right {
	float: right;
	width: 65%;
}
#product-meta .left .variations.block {
	float: none;
	margin: 30px 0 0;
}
#product-meta .variation {
	float: left;
	width: 40px;
	border: 3px solid #ffffff;
	margin: 0 14px 14px 0;
	cursor: pointer;
	padding: 1px;
}
#product-meta .variation.first {
	clear: left;
	margin-left: -3px;
}
#product-meta .variation.selected {
	border-color: #bbbbbb;
}
#product-meta .variation img {
	float: left;
	width: 100%;
	border: 1px solid #bbbbbb;
	box-sizing: border-box;
}
#product-meta .price {
	font-weight: 700;
	font-size: 28px;
	float: left;
	margin: 0 5px 0 0;
}
#product-meta .descriptions {
	height: 120px;
	position: relative;
}
#product-meta .description {
	position: absolute;
	top: 0;
	left: 0;
	transition: opacity 1000ms;
}
#product-meta .stock-ship {
	color: #666666;
	display: block;
	float: left;
	font-size: 16px;
	font-weight: 600;
	margin: 10px 0 20px 0;
	text-transform: uppercase;
	width: 100%;
}
#product-meta .description {
	opacity: 0;
}
#product-meta .description.selected {
	opacity: 1;
}
#product-meta .upper .left p {
	font-size: 14px;
	margin-bottom: 0;
}
#product-meta .upper .left p.grey {
	color: #555555;
}
#product-meta .upper .left p.clear {
	clear: both;
	font-size: 11px;
}
#product-meta .upper .left p strong {
	font-weight: 600;
}
#product-meta .upper .left .description p strong {
	font-size: 20px;
	font-weight: 700;
}
#product-meta select {
	clear: both;
	width: 100%;
}
#product-meta select, #product-meta option {
	font-size: 14px;
	color: #777777;
	padding: 3px 6px;
}
#product-meta .asterisk {
    font-size: 22px;
    margin: 0 0 0 4px;
}
#product-meta .asterisk-delivery {
	font-size: 11px;
	line-height: 160%;
	color: #666666;
	width: 100%;
	font-weight: 300;
	float: left;
	display: block;
	margin: 11px 0 20px;
}
#product-meta .buttons {
	margin: 21px 0 0 0;
	padding: 21px 0 0 0;
	border-top: 1px solid #e7e2dc;
}
#product-meta .right {
	
}
#product-meta .cycle-slideshow {
	
}
#product-meta .cycle-slideshow img {
	width: 100%;
}
#product-meta .avg-review {
	margin: 0 0 18px 0;
}
#product-meta .avg-review .star-wrapper {
	float: left;
	margin: 0 4px 0 0;
	position: relative;
	width: 28px;
}
#product-meta .avg-review .star-wrapper .slice {
	float: left;
	height: 28px;
	overflow: hidden;
	position: relative;
	width: 25%;
}
#product-meta .avg-review .star-wrapper .slice.pos-1 .icon {
	left: 0;
}
#product-meta .avg-review .star-wrapper .slice.pos-2 .icon {
	left: -7px;
}
#product-meta .avg-review .star-wrapper .slice.pos-3 .icon {
	left: -14px;
}
#product-meta .avg-review .star-wrapper .slice.pos-4 .icon {
	left: -21px;
}
#product-meta .avg-review .slice .icon {
	color: #f7c600;
	font-size: 28px;
	position: absolute;
	top: 0;
}
#product-meta .avg-review .slice .icon.outline {
	color: #e3e3e3;
}
#product-meta .avg-review span {
	float: left;
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 0 11px;
}
.cycle-pager {
	display: table;
	margin: 9px auto 0;
}
.cycle-pager span {
	font-size: 76px;
	line-height: 9px;
	height: 22px;
	display: block;
	float: left;
	margin: 0 5px;
	cursor: pointer;
	color: #999999;
}
.cycle-pager span.cycle-pager-active {
	color: #d0d0d0;
}
#product-meta .lower {
	margin: 40px 0 0 0;
}
#product-meta .lower .label.small {
	margin: 0 0 15px 0;
}
#product-meta .lower .col {
	float: left;
	width: 30%;
}
#product-meta .quotes {
	float: right;
	width: 65%;
	color: #8d7a45;
	background: #f5f2eb;
	box-sizing: border-box;
	padding: 23px;
}
#product-meta .lower .col.middle {
	margin: 0;
	float: left;
	width: 46%;
}
#product-meta .lower .col.last {
	margin: 0;
	float: right;
	width: 46%;
}
#product-meta .lower .col.first p {
	font-size: 14px;
	clear: both;
}
#product-meta .lower .col.last .label.small {
	visibility: hidden;
}
#product-meta .lower .col .quote, #product-meta .lower .col .source {
	width: 100%;
	float: left;
	display: block;
}
#product-meta .lower .col .quote {
	font-style: italic;
	line-height: 130%;
}
#product-meta .lower .col .source {
	font-weight: 600;
	margin: 3px 0 28px 0;
}
#badges {
	margin-bottom: 19px;
}
#badges img {
	float: left;
	margin-right: 13px;
	width: 87px;
}
.secure {
	box-sizing: border-box;
	margin: 0 0 15px 0;
	padding: 9px 10px;
	display: block;
	float: left;
}
#payment .secure {
	margin: 11px 0 9px;
	padding: 0;
	width: 100%;
}
#payment .secure img {
	width: 20px;
}
#payment .secure span {
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 0 7px;
}
.secure span {
	font-weight: 700;
	float: left;
	color: #065581;
	font-size: 16px;
	margin: -1px 0 0 12px;
	line-height: 109%;
	text-transform: uppercase;
}
.secure img {
	float: left;
	width: 34px;
}
#product-alert {
	background: #f5f2eb;
	box-shadow: 4px 4px 6px rgba(0,0,0,0.6);
	box-sizing: border-box;
	display: none;
	left: 50%;
	margin-left: -150px;
	padding: 20px 30px;
	position: fixed;
	top: 300px;
	width: 320px;
	z-index: 60000;
}
#product-alert .title {
	display: block;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 14px 0;
	text-align: center;
	width: 100%;
}
#product-alert .action, #product-alert .mid {
	display: block;
	float: left;
	font-size: 13px;
	font-weight: 600;
	height: 37px;
	line-height: 36px;
	text-align: center;
}
#product-alert .action {
	border-radius: 3px;
	width: 43%;
}
#product-alert .action.cart {
	background: #00689f;
	color: #ffffff;
}
#product-alert .action.cart span {
	font-size: 16px;
	font-weight: 700;
	line-height: 36px;
}
#product-alert .action.cart:hover {
	background: #057bb9;
}
#product-alert .action.store {
	background: #c3c3c3;
}
#product-alert .action.store:hover {
	background: #d0d0d0;
}
#product-alert .mid {
	width: 14%;
}
#alert-box {
	display: none;
	position: fixed;
	top: 300px;
	left: 50%;
	margin-left: -150px;
	width: 300px;
	background: pink;
	z-index: 60000;
	box-shadow: 4px 4px 6px rgba(0,0,0,0.6);
	-moz-box-shadow: 4px 4px 6px rgba(0,0,0,0.6);
	-webkit-box-shadow: 4px 4px 6px rgba(0,0,0,0.6);
}
#alert-box.success {
	background: #f5f2eb;
}
#alert-box.failure {
	background: #f8e4e4;
}
#alert-box span {
	width: 100%;
	padding: 30px 0;
	text-align: center;
	font-weight: 700;
	display: block;
}
.shop_table {
	width: 100%;
	font-size: 13px;
}
.shop_table .last, X.shop_table .tax-rate td:last-child {
	text-align: right;
}
.shop_table .checkout-financing {
	border-top: 1px solid #cecac4;
}
.page-checkout .shop_table td, .page-checkout .shop_table th {
	max-width: 33.33%;
}
.shop_table th {
	text-align: left;
	color: #6e6f72;
}
.shop_table th, .shop_table td {
	vertical-align: middle;
}
.shop_table.cart tr {
	border-bottom: 1px solid #ded7cf;
}
.shop_table.cart tr.bundle_child .product-thumbnail {
	padding-top: 11px;
	padding-bottom: 11px;
}
.shop_table.cart tr.bundle_child .product-thumbnail img {
	float: right;
	width: 50%;
}
.shop_table.cart tr.bundle_child .bundle-qty {
	color: inherit;
	display: block;
	font-size: inherit;
	margin: 0;
	text-align: center;
	width: 44px;
}
.shop_table.cart tr.no-border {
	border-bottom: 0 solid #000000;
}
.shop_table.cart tbody .product-name, .shop_table.cart tbody .product-subtotal {
	font-weight: 700;
	line-height: 130%;
}
.shop_table.cart .product-thumbnail img {
	width: 175px;
}
.shop_table.cart .product-remove {
	display: none;
}
.shop_table.cart .minus, .shop_table.cart .plus {
	display: none;
}
.shop_table.cart .quantity.buttons_added {
	float: left;
}
.shop_table.cart .product-quantity span {
	font-size: 18px;
	margin: 0 0 0 3px;
	color: #6e6f72;
}
.shop_table.cart .qty {
	border: 1px solid #cccccc;
	text-align: center;
	padding: 6px 0;
	width: 44px;
}
.shop_table.cart .product-thumbnail {
	padding: 26px;
	width: 23%;
}
.shop_table.cart .cart-buttons {
	float: right;
	width: 50%;
	margin: 23px 0 0 0;
}
.shop_table.cart .button {
	float: right;
	margin: 0 0 0 7px;
}
.shop_table.cart .coupon {
	float: left;
	width: 50%;
	margin: 23px 0 0 0;
}
.shop_table.cart .coupon label {
	float: left;
	font-weight: 700;
	line-height: 28px;
	margin: 0 10px 0 0;
}
.shop_table.cart .coupon input[type="text"] {
	float: left;
	width: 50%;
	padding: 0 8px;
	height: 28px;
	line-height: 28px;
}
.shop_table.cart .coupon input[type="submit"] {
	float: left;
	margin: 0 0 0 10px;
}
.cart-collaterals {
	float: right;
	margin: 40px 0 0 0;
	width: 45%;
}
.woocommerce-cart .cart_totals {
	background: #f5f2eb;
	padding: 10px 16px;
	margin: 0 0 25px 0;
}
#cart-proceed {
	float: right;
	width: 100%;
	margin-bottom: 15px;
}
.cart-collaterals h2 {
	display: none;
}
.cart-collaterals table {
	font-size: 14px;
	width: 100%;
}
.cart-collaterals th {
	text-align: left;
	padding: 10px 15px 10px 0;
	line-height: 140%;
}
.cart-collaterals td {
	text-align: right;
	padding: 10px 0 10px 15px;
}
.cart-collaterals .order-total, .cart-collaterals .order-total span {
	font-weight: 700;
}
.cart-collaterals .fine-print {
	font-size: 12px;
	color: #6e6f72;
	display: block;
	clear: both;
	margin-bottom: 6px;
	line-height: 128%;
}
.cart-collaterals .fine-print.delivery-time, .ship-details .delivery-time, #product-meta .asterisk-delivery {
	font-weight: 600;
}
.cart-collaterals .fine-print.delivery-time strong, .ship-details .delivery-time strong, #product-meta .asterisk-delivery strong {
	font-weight: 700;
	color: #202020;
}
.cart-collaterals .fine-print a {
	color: #6e6f72;
	text-decoration: underline;
}
.cart-collaterals .fine-print a:hover {
	text-decoration: none;
}
.woocommerce-message, .woocommerce-info, .woocommerce-cart .woocommerce-error li {
    background: #f0f0f0;
    clear: both;
	color: #858585;
    padding: 10px 0;
    text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}
.woocommerce-cart .woocommerce-error li {
	padding-left: 0;
}
#shipping_country_field strong {
	margin: 2px 0 0 0;
	display: block;
}
#cart-guarantee {
	float: left;
	width: 45%;
	margin: 42px 0 0 0;
}
#thirty-day-guarantee {
	width: 200px;
	margin: 0 0 10px 0;
}
#three-year-warranty {
	height: auto;
	width: 201px;
	margin-bottom: 15px;
}
#hassle-free-return {
	margin-bottom: 10px;
	width: 200px;
}
.page-template-support-php #three-year-warranty {
	margin-bottom: 0;
}
.page-template-support-php #content article h3 {
	cursor: pointer;
	margin: 32px 0 13px;
}
.page-template-support-php #content article h3:before {
	color: #00689f;
	content: 'v';
	display: block;
	float: left;
	font-family: 'stir-works';
	font-size: 19px;
	font-weight: 500;
	margin: 1px 8px 0 0;
}
.page-template-support-php #content article h3:hover {
	color: #808080;
}
.page-template-support-php #content article h3:hover:before {
	color: #1f95d3;
}
.page-template-support-php #content article h3.visible:before {
	content: 'u';
}
.page-template-support-php #content article p {
	display: none;
}
.page-template-support-php #content article p.visible {
	display: block;
}
.checkout-left #cart-guarantee {
	width: 100%;
}
.confirm-left #cart-guarantee {
	margin: 9px 0 0 0;
	width: 100%;
}
#cart-guarantee p {
	clear: both;
	font-size: 14px;
}
#cart-guarantee .label.small {
	margin: 0 0 15px 0;
}
.cart-collaterals .cart-paypal, #order_review .cart-paypal {
	font-weight: 700;
}

/* Checkout */
.form-row-first {
	float: left;
	width: 48.5%;
	clear: left;
}
.form-row-last {
	float: right;
	width: 48.5%;
	clear: right;
}
.form-row-first input, .form-row-last input {
	padding: 2% 3.4%;
}
.woocommerce-checkout .woocommerce li, .chosen-results li {
	background: none;
	padding-left: 0;
}
.woocommerce-checkout .woocommerce .chosen-container .chosen-results li {
	padding-left: 6px;
}
.payment_method_paypal img, .payment_method_paypal .about_paypal {
	display: none!important;
}
.payment_box.payment_method_paypal {
	color: #707070;
	margin: 14px 0 0 0;
}
.payment_box.payment_method_paypal strong {
	color: #444444;
	font-weight: 700;
	text-decoration: underline;
}
#order_review.processing fieldset p {
	float: none;
}
#order_review.processing #wc-authorize-net-aim-csc, #order_review.processing label[for="wc-authorize-net-aim-csc"] {
	float: left;
}
#order_review.processing #wc-authorize-net-aim-csc {
	height: 35px;
	margin-left: 10px;
}
#billing_state_field {
	margin-bottom: 36px;
}
.woocommerce-checkout .woocommerce {
	float: left;
	width: 100%;
}
.woocommerce-checkout .woocommerce-info {
	clear: both;
	margin-bottom: 10px;
}
.woocommerce-checkout .woocommerce p > label {
	font-size: 14px;
}
.woocommerce-checkout .woocommerce fieldset p > label {
	display: block;
}
.woocommerce-checkout .woocommerce fieldset .form-row.form-row-wide {
	float: left;
}
.checkout_coupon {
	width: 100%;
	float: left;
}
.checkout-left {
	float: left;
	clear: left;
	width: 48%;
	margin: 26px 0 0 0;
}
.checkout-left p {
	margin-bottom: 17px;
}
.checkout-right {
	float: right;
	width: 48%;
}
.checkout-right .finalize {
	border: 1px solid #cecac4;
	background: #f7f5f2;
	padding: 25px;
	box-sizing: border-box;
	margin: 0 0 25px 0;
}
.checkout-right .shop_table {
	margin: 0 0 10px 0;
}
.checkout-right .shop_table thead, .checkout-right .shop_table tbody, .checkout-right .shop_table tfoot {
	border-bottom: 1px solid #cecac4;
}
.checkout-right .shop_table tfoot, .checkout-right .shop_table tfoot .amount {
	font-weight: 700;
}
.checkout-right #payment {
	font-size: 14px;
}
#wc-authorize-net-aim-csc, label[for="wc-authorize-net-aim-csc"] {
	float: right;
}
.checkout-right .small {
	font-size: 12px;
	font-weight: 700;
	line-height: 130%;
}
.checkout-right .shop_table th {
	padding: 10px 0;
}
.checkout-right .shop_table td {
	padding: 10px 0;
}
.checkout-right .break {
	margin: 10px 0 26px;
	height: 1px;
	background: #c1b8ae;
}
.ship-label, .confirm-right h2, .confirm-right h3 {
	float: left;
	width: 100%;
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	margin: 0 0 20px 0;
}
.ship-details p {
	font-size: 13px;
	line-height: 150%;
	margin-bottom: 15px;
}
.ship-details .limitations, .cart-collaterals .bubble {
    border: 1px solid #ababab;
    border-radius: 50%;
    color: #9e9e9e;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    height: 17px;
    line-height: 16px;
    margin-left: 8px;
    text-align: center;
    width: 17px;
	position: relative;
}
.ship-details .limitations span, .cart-collaterals .bubble span  {
	background: #ffffff;
	border: 1px solid #888888;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.45);
	-moz-box-shadow: 3px 3px 6px rgba(0,0,0,0.45);
	-webkit-box-shadow: 3px 3px 6px rgba(0,0,0,0.45);
	padding: 15px;
	display: none;
	position: absolute;
	width: 300px;
	left: -150px;
	top: 17px;
	z-index: 100;
	font-weight: 500;
	font-size: 12px;
	line-height: 142%;
	text-align: justify;
	color: #888888;
}
.ship-details .limitations:hover span, .cart-collaterals .bubble:hover span {
	display: block;
}
.ship-details li {
	font-size: 13px;
	line-height: 130%;
	margin: 0 0 3px 0;
}
#content .chosen-container-single .chosen-single {
	border-radius: 0px;
}
.checkout-left .create-account {
	width: 100%;
}
.create-account {
	clear: left;
}
#order_comments_field label {
	float: left;
	clear: left;
}
.checkout .woocommerce-error {
	background: #ffe6ea;
	border: 1px solid red;
	padding: 13px 18px;
	clear: both;
}
.woocommerce-shipping-fields h3 {
	clear: left;
}
.confirm-left {
	float: left;
	width: 48%;
}
.confirm-right {
	float: right;
	width: 48%;
}
#checkout-share {
	margin-bottom: 46px;
}
#checkout-share .label {
	margin: 0 0 20px 0;
}
#checkout-share .icon {
	background: #4c4c4c;
	color: #eedfb6;
	font-size: 40px;
	float: left;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	text-align: center;
	line-height: 72px;
	margin: 0 35px 0 0;
}
#checkout-share .icon:hover {

}
#checkout-thankyou {
	font-weight: 600;
	margin-bottom: 36px;
}
.form-row.place-order .input-checkbox {
	margin: 5px 4px 0 0;
	float: left;
}
#special_shipping_field {
	margin: 11px 0;
	font-size: 14px;
	clear:both;
}
#special_shipping_field input {
	margin: 4px 0px 0 3px;
}
.woocommerce-billing-fields .create-account {
	display: none!important;
}
#place_order {
	padding: 0;
	width: 100%;
}
#order_review .fixed {
	width: 155px!important;
}
table .align-right {
	text-align: right;
}
#order_review table th:first-child {
	padding-right: 15px;
}
#checkout-need-help {
	clear: both;
	width: 100%;
}
#checkout-need-help .action {
	float: left;
}
#checkout-need-help .action .help-button {
	background: #f7f5f2;
	border: 1px solid #cecac4;
	box-sizing: border-box;
	color: #707070;
	cursor: pointer;
	display: block;
	font-size: 20px;
	font-weight: 200;
	height: 36px;
	line-height: 34px;
	padding: 0 25px;
	text-align: center;
	text-transform: uppercase;
	transition: width 800ms ease-in-out 0ms;
}
#checkout-need-help .action .help-button.revealed {
	font-weight: 600;
}
#checkout-need-help .action button.help-button::-moz-focus-inner {
	margin: -1px;
}
#checkout-need-help .mid {
	color: #707070;
	float: left;
	font-size: 20px;
	font-weight: 200;
	height: 36px;
	line-height: 34px;
	margin: 0 8px;
	text-transform: uppercase;
}
#checkout-need-help .action .sub {
	color: #909090;
	display: block;
	font-size: 13px;
	line-height: 125%;
	margin: 4px 0 0 0;
	text-align: center;
	width: 100%;
}

/* Account Stuff */
.woocommerce-account form p > label {
	font-size: 14px;
}
.woocommerce-account form .button, .post-edit-link {
	clear: both;
	float: left;
}
.woocommerce .address, .woocommerce .col-1, .woocommerce .col-2 {
	margin: 0 0 20px 0;
}
.woocommerce address, .customer_details {
	font-size: 14px;
	margin: 15px 0 0 0;
	line-height: 135%;
}
.woocommerce .addresses .button {
	margin-top: 5px;
	font-size: 14px;
	line-height: 25px;
}
.shop_table.order_details, .customer_details, #order_review.processing .shop_table {
	margin: 0 0 20px 0;
}
.shop_table.order_details, #order_review.processing .shop_table {
	border: 1px solid #cecac4;
	background: #f7f5f2;
	box-sizing: border-box;
}
.shop_table.order_details tfoot {
	font-weight: 700;
}
.shop_table.order_details th, .shop_table.order_details td, #order_review.processing .shop_table th, #order_review.processing .shop_table td {
	padding: 7px 25px;
}
.single-product #single-product del, .single-product #single-product .quantity {
	display: none;
}

.progress-bar {
	margin: 0 0 25px 0;
}
.progress-bar span {
	font-size: 14px;
	line-height: 100%;
	display: block;
	float: left;
	margin: 9px 7% 9px 0;
}
.progress-bar .active {
	color: #00689f;
}
mark {
	background: none;
	font-weight: 600;
	color: #404040;
}
.my_account_orders {
	margin: 0 0 20px 0;
}
.my_account_orders th, .my_account_orders td {
	padding: 22px 10px;
}
.my_account_orders tr {
	border-bottom: 1px solid #ded7cf;
}
.my_account_orders td a {
	text-decoration: underline;
}
.my_account_orders td a:hover {
	text-decoration: none;
}
.my_account_orders td.order-number {
	font-weight: 700;
}
.my_account_orders .tracking-cell {
	width: 40%;
}
.my_account_orders .order-actions .button  {
	text-align: left;
	display: block;
	margin: 6px 0;
	width: 64px;
}

/* Single Product */
#single-product .left {
	float: left;
	width: 48%;
}
#single-product .left img {
	width: 100%;
}
#single-product .right {
	float: right;
	width: 48%;
}
#single-product .right .buttons_added {
	display: none;
}
#single-product .right .amount {
	font-size: 20px;
	display: block;
	font-weight: 600;
	margin-bottom: 11px;
}


/* Product Reviews */
#product-reviews {
	font-size: 15px;
	margin-top: 35px;
}
#product-reviews h2 {
	margin-bottom: 30px;
	padding-top: 40px;
	float: left;
}
#scroll-to-reviews {
	float: right;
	margin-top: 40px;
}
#product-reviews .comment {
	padding: 16px 20px 20px;
	box-sizing: border-box;
	background: #f0f0f0;
	margin-bottom: 3px;
}
#product-reviews .comment.reply-comment {
	margin-top: -3px;
	padding-left: 50px;
}
#product-reviews .comment.reply-comment .reply-wrapper {
	background: #e4e4e4;
	border-left: 5px solid #00689f;
	box-sizing: border-box;
	padding: 26px 30px;
}
#product-reviews .comment.reply-comment .name {
	color: #00689f;
}
#product-reviews .comment .meta {
	float: left;
	width: 24%;
}
#product-reviews .comment .meta span {
	display: block;
}
#product-reviews .comment .meta .name {
	font-weight: 700;
}
#product-reviews .comment .meta .location {
	font-size: 13px;
	margin: 4px 0 0;
}
#product-reviews .comment .meta .name.verified {
	color: #00689f;
	margin-top: 5px;
}
#product-reviews .comment .meta .date {
	color: #606060;
	font-size: 13px;
	margin-top: 12px;
}
#product-reviews .comment .meta .share {
	margin-top: 7px;
}
#product-reviews .comment .meta .share .icon {
	float: left;
	background: #999999;
	color: #ffffff;
	width: 22px;
	height: 22px;
	line-height: 25px;
	text-align: center;
	margin: 0 7px 0 0;
	font-size: 12px;
	border-radius: 50%;
}
#product-reviews .comment .meta .share .icon:hover {
	background: #777777;
}
#product-reviews .comment .content {
	float: right;
	width: 73%;
}
#product-reviews .comment .rating {
	margin: 9px 0 15px;
}
#product-reviews .comment .star {
	color: #f7c600;
	float: left;
	font-size: 11px;
	margin: 0 1px 0 0;
	text-shadow: 1px 1px 0px #7c5f06;
}
#product-comment-form {
	float: right;
	width: 65%;
}
#product-comment-form h2 {
	margin: 15px 0 30px;
}
#product-comment-form textarea {
	margin-bottom: 10px;
}
#product-comment-form select {
	width: 50%;
	clear: both;
	display: block;
	margin: 12px 0 12px;
}
#product-comment-form input[type="checkbox"] {
	margin: 0 4px 0 0;
}
#product-comment-form label a {
	text-decoration: underline;
}
#product-comment-form input[type="checkbox"]:checked + span {
	font-weight: 600;
}
#product-comment-form #review.error {
	display: block;
}
#product-comment-form #review {
	display: none;
	clear: both;
	width: 100%;
	margin-top: 10px;
	color: red;
}
#product-comment-form .button {
	clear: left;
	margin-top: 15px;
	display: block;
}
#product-comment-form #approved {
	display: none;
}
#review-sign-up {
	float: left;
}
#select-rating {
	margin: 4px 0 12px;
}
#select-rating label {
	float: left;
	margin-right: 8px;
}
#select-rating .stars {
	display: inline-block;
}
#select-rating .star {
	color: #ffcc00;
	cursor: pointer;
	float: left;
	font-size: 17px;
	margin: 0 1px;
}
#select-rating .stars:hover .star {
	color: #ffd93f;
}

/* Full Screen template */
#full-screen {
	color: #ffffff;
	opacity: 0;
	text-align: center;
	transition: opacity 1000ms;
	width: 100%;
}
#full-screen .logo {
	margin: 10% 0 0 0;
	width: 210px;
}
#full-screen h1 {
	bottom: 24%;
	font-size: 28px;
	font-weight: 600;
	left: 0;
	line-height: 130%;
	margin: 0;
	position: absolute;
	width: 100%;
}

/* =NeoCon page template
---------------------------------------------------------------------- */
.neocon-row .table {
	display: table;
}
.neocon-row .table-row {
	display: table-row;
}
.neocon-row .table-cell {
	display: table-cell;
}
.neocon-row .inner-page {
	position: relative;
}
.neocon-row h2 {
	font-size: 64px;
	font-weight: 700;
	line-height: 100%;
	margin: 0 0 30px 0;
}
.neocon-row .centered {
	text-align: center;
}
.neocon-row p {
	font-size: 22px;
	font-weight: 300;
	line-height: 150%;
}
.neocon-row .column {
	float: left;
}
.neocon-row .column.third {
	width: 30%;
}
.neocon-row .column.third.pos-0 {
	clear: left;
}
.neocon-row .column.third.pos-1 {
	margin: 0 5%;
}
.neocon-row .column.third.pos-2 {
	clear: right;
}
.neocon-row .gform_wrapper input[type="submit"] {
	border-radius: 3px;
	font-weight: 200;
	height: 38px;
	width: 100%;
}
.neocon-row .gform_wrapper .gform_body input {
	border-radius: 2px;
	border-width: 1px 1px 1px 3px;
}
.neocon-row .gform_wrapper li.checkbox {
	margin-bottom: 2px;
}
.neocon-row .gform_wrapper li.checkbox label {
	font-size: 14px;
}
.neocon-row .gform_confirmation_message {
	color: #00689f;
	font-size: 29px;
	font-weight: 700;
	line-height: 120%;
	text-align: center;
}
#neocon-1 {
	background: #ffffff;
	color: #000000;
	padding: 50px 0;
}
#neocon-1 .half span {
	display: block;
	float: left;
	font-weight: 700;
	line-height: 132%;
	width: 100%;
}
#neocon-1 .half .thick.large {
	font-weight: 700;
}
#neocon-1 .half .thick.small {
	font-weight: 600;
}
#neocon-1 .half .thin {
	font-weight: 200;
}
#neocon-1 .half .large {
	font-size: 32px;
}
#neocon-1 .half .small {
	font-size: 18px;
}
#neocon-1 .half .one {
	margin: 0 0 135px 0;
}
#neocon-1 .half .three {
	margin: 25px 0;
}
#neocon-1 .half .four {
	width: 85%;
}
#neocon-1 .half {
	float: left;
	position: relative;
}
#neocon-1 .half.left {
	z-index: 2;
	width: 53%;
}
#neocon-1 .half.right {
	margin: 0 0 0 -8%;
	width: 55%;
	z-index: 1;
}
#neocon-1 .half.right img {
	width: 100%;
}
#neocon-1 .inner-page {
	
}
#neocon-1 .anchor-buttons {
	clear: both;
	display: block;
	float: left;
	margin: 50px 0 0;
	width: 100%;
}
#neocon-1 .anchor-buttons .table {
	margin: 0 auto;
}
#neocon-1 .anchor-buttons button {
	background: #606060;
	border-radius: 3px;
	border-width: 0;
	box-sizing: border-box;
	color: #ffffff;
	cursor: pointer;
	float: left;
	font-size: 15px;
	height: 33px;
	line-height: 22px;
	margin: 0 4px;
	width: 166px;
}
#neocon-1 .anchor-buttons button:hover {
	background: #7f7f7f;
}
#neocon-2 {
	background: #999999;
	color: #ffffff;
	padding: 50px 0 60px;
}
#neocon-2 .half {
	width: 48%;
}
#neocon-2 .half.left {
	float: left;
}
#neocon-2 .half.right {
	float: right;
}
#neocon-2 .half.left .gform_wrapper {
	margin-bottom: 18px;
}
#neocon-2 .half.left .gform_wrapper .gform_body li button {
	border-width: 0;
	background: none;
	color: #ffffff;
	cursor: pointer;
	font-size: 14px;
	padding: 0;
	text-decoration: underline;
}
#neocon-2 .half.left .gform_wrapper .gform_body li input:checked + label button {
	font-weight: 600;
}
#neocon-2 .half.left .gform_wrapper .gform_footer {
	float: right;
	margin-top: -44px;
	position: relative;
	width: 44%;
	z-index: 5;
}
#neocon-2 #contest-reminder {
	box-sizing: border-box;
	clear: both;
	display: block;
	float: left;
	font-size: 13px;
	margin-top: 4px;
	padding-left: 28px;
	width: 100%;
}
#neocon-2 .half.left p {
	font-size: 18px;
	line-height: 135%;
	margin: 32px 0;
}
#neocon-2 .half.left a {
	color: #00689f;
	text-decoration: underline;
}
#neocon-2 .half.right img {
	margin: 65px 0 0;
	width: 100%;
}
#neocon-3 {
	background: #ffffff;
	padding: 50px 0;
}
#neocon-3 .inner-page {
	height: 550px;
}
#neocon-3 .logo {
	bottom: -17px;
	left: 0;
	position: absolute;
	width: 65px;
}
#neocon-4, #neocon-5 {
	background: #ffffff;
	color: #000000;
	padding: 50px 0;
}
#neocon-4 #rise {
	float: left;
	margin: 70px 0;
	width: 100%;
}
#neocon-4 h3 {
	font-size: 44px;
	font-weight: 700;
}
#neocon-4 .gform_wrapper {
	display: block;
	margin: 0 auto;
	width: 68%;
}
#neocon-4 #business-desk {
	display: block;
	margin: 50px auto 0;
}
#neocon-5 .column p {
	font-size: 19px;
	font-style: italic;
	font-weight: 500;
	line-height: 125%;
	margin: 20px 0 0;
}
#neocon-5 .column img {
	display: block;
	margin: 0 auto;
	width: 50%;
}
#neocon-5 .column.row-0, #neocon-5 .column.row-1, #neocon-5 .column.row-2 {
	margin-bottom: 40px;
}
#neocon-6 {
	background: #eeeeee;
	color: #000000;
	padding: 50px 0 60px;
}
#neocon-6 .follow {
	margin: 15px auto 0;
}
#neocon-6 .follow a {
	display: block;
	float: left;
	font-size: 28px;
	font-weight: 600;
	margin: 0 25px;
}
#neocon-6 .socials {
	margin: 65px auto;
}
#neocon-6 .socials .icon {
	background: #666666;
	border-radius: 50%;
	color: #eeeeee;
	float: left;
	font-size: 46px;
	height: 70px;
	line-height: 81px;
	margin: 0 12px;
	text-align: center;
	transition: all 400ms;
	width: 70px;
}
#neocon-6 .socials .icon:hover {
	background: #202020;
	color: #ffffff;
}
#neocon-6 #stir-tweet-combo {
	display: table;
	margin: 0 auto;
	width: 588px;
}
#neocon-6 #stir-tweet-combo p {
	background: #ffffff;
	box-sizing: border-box;
	display: block;
	float: left;
	font-size: 26px;
	font-weight: 200;
	line-height: 136%;
	padding: 14px 46px 11px;
	width: 100%;
}
#neocon-6 #stir-tweet-combo p a {
	color: #00689f;
	text-decoration: underline;
}
#neocon-6 #stir-tweet-combo span a:hover {
	text-decoration: none;
}
#neocon-6 #stir-tweet-combo img {
	float: left;
	width: 100%;
}
#neocon-6 .twitter-share {
	display: table;
	margin: 27px auto 0;
}
#neocon-7 {
	background: #999999;
	color: #ffffff;
	padding: 40px 0;
}
#neocon-7 a {
	color: #ffffff;
	text-decoration: underline;
}
#neocon-7 h2 {
	font-size: 44px;
	font-weight: 500;
}
#neocon-7 .column {
	font-size: 17px;
	line-height: 140%;
}
#neocon-7 .column .header {
	float: left;
	font-size: 28px;
	font-weight: 600;
	margin: 9px 0;
	width: 100%;
}
#neocon-7 .column p {
	font-size: 21px;
}

/* NeoCon15 overrides */
.page-template-neocon15 #neocon-2 {
	background-color: #ffffff;
	color: #000000;
	padding-top: 0;
}
.page-template-neocon15 #neocon-1 .half .three {
	margin: 0;
}
.page-template-neocon15 #neocon-1 .half .two {
	margin: 25px 0;
}
.page-template-neocon15 #neocon-2 .half.left .gform_wrapper .gform_body li button {
	color: #000000;
}
.page-template-neocon15 #neocon-2.neocon-row .gform_wrapper .gform_body input {
	border-color: #000000;
}
.page-template-neocon15 #neocon-2.neocon-row h2 {
	margin: 0;
}
.page-template-neocon15 #neocon-2 .half.left p {
	margin: 12px 0 32px;
}
.page-template-neocon15 #neocon-5 {
	background-color: #999999;
}

/* NeoCon Thank You */
#neocon-thankyou .inner-page {
	height: 780px;
	text-align: center;
}
#neocon-thankyou h1 {
	color: #ffffff;
	font-size: 44px;
	font-weight: 700;
	margin-top: 105px;
}
#neocon-thankyou .sub {
	color: #ffcc00;
	display: block;
	font-size: 23px;
	font-weight: 200;
	margin: 24px 0 28px;
	width: 100%;
}
#neocon-thankyou .button {
	height: 57px;
	line-height: 54px;
}


/* =Love page template
---------------------------------------------------------------------- */

.love-row {
	color: #505050;
	padding: 60px 0;
}
.love-row .inner-page {
	position: relative;
}
.love-row h2 {
	font-size: 36px;
	line-height: 134%;
	margin: 0;
}
.love-row h2 strong {
	font-weight: 700;
}
.love-row .centered {
	text-align: center;
}
.love-row .button.small {
	font-size: 26px;
}
.love-row .action-row {
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
}
.love-row .action-row .text {
	float: right;
	font-size: 22px;
	font-weight: 200;
	line-height: 52px;
	margin: 0 30px 0 0;
}
.love-row .action-row .button {
	float: right;
	width: 220px;
}
.love-row .action-row button.button {
	width: 284px;
}
.love-row .action-row .button .wrapper {
	display: table;
	margin: 0 auto;
}
.love-row .action-row .button .icon {
	float: right;
	margin: 5px 0 0 5px;
}
.love-slider .pager {
	display: table;
	margin: 0 auto 125px;
}
.love-slider .pager .dot {
	background: none;
	border-color: #a3a3a3;
	border-radius: 50%;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	float: left;
	height: 13px;
	margin: 0 9px;
	transition: background 1000ms ease 0ms;
	width: 13px;
}
.love-slider .pager .dot.active {
	background: #a3a3a3;
}
.love-slider .slide {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity 1000ms ease 0ms;
	z-index: 1;
}
.love-slider .slide.active {
	opacity: 1;
	z-index: 3;
}
.love-slider .column {
	float: left;
	position: relative;
	width: 35%;
}
.love-slider .column .content {
	float: left;
	width: 85.72%;
}
.love-slider .spacers {
	float: left;
	width: 14.28%;
}
.love-slider .column.pos-2 {
	width: 30%;
}
.love-slider .column.pos-2 .content {
	width: 100%;
}
.love-slider .column.pos-2 .spacers {
	overflow: hidden;
	visibility: hidden;
	width: 0;
}
.love-slider .spacer {
	border-color: #515151;
	border-style: solid;
	border-width: 0;
	box-sizing: border-box;
	float: left;
	width: 50%;
}
.love-slider .spacer.right {
	border-width: 0 0 0 1px;
}
#love-intro {
	background: #c0c0c0;
	background-color: #d5d6db!important;
	color: #ffffff;
}
#love-intro .inner-page {
	height: 550px;
}
#love-intro .action {
	margin: 35px 0 0 0;
}
#love-intro .button.blue {
	float: left;
	margin: 0 16px 0 0;
	padding: 0 22px 0 37px;
}
#love-intro .watch {
	background: none;
	border-width: 0;
	color: #ffffff;
	cursor: pointer;
	float: left;
	font-size: 24px;
	font-weight: 200;
	height: 52px;
	line-height: 51px;
}
#love-intro .watch .icon {
	float: left;
	font-size: 28px;
	line-height: 60px;
}
#love-intro .button.blue .icon {
	float: right;
	margin: 5px 0 0 5px;
}
#love-videos {
background: rgb(213,214,219); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(213,214,219,1) 0%, rgba(239,239,239,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(213,214,219,1)), color-stop(100%,rgba(239,239,239,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(213,214,219,1) 0%,rgba(239,239,239,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(213,214,219,1) 0%,rgba(239,239,239,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(213,214,219,1) 0%,rgba(239,239,239,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(213,214,219,1) 0%,rgba(239,239,239,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d6db', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */

}
#love-videos.love-row {
	margin: -30px 0 0 0;
	padding: 0;
}
X#love-videos > .upper {
	background: url('images/grey-gradient-test-4.png') 0 top repeat-x transparent;
	height: 110px;
	margin-top: -110px;
}
#love-videos > .lower {
	padding: 0 0 60px;
}
#love-videos .carousel, #love-videos .slide {
	height: 307px;
}
#love-videos .carousel {
	margin: 0;
}
#love-videos .pager {
	float: left;
	margin: -57px 0 0 0;
	position: relative;
	z-index: 100;
}
#love-videos .slide .left {
	float: left;
	width: 40%;
}
#love-videos .slide .left span {
	display: block;
	width: 100%;
}
#love-videos .slide .left .title {
	font-size: 26px;
	font-weight: 700;
	margin: 40px 0 16px 0;
}
#love-videos .slide .left .subtitle {
	font-size: 20px;
	line-height: 150%;
}
#love-videos .slide .right {
	float: right;
	width: 48%;
}
#love-videos .slide .right video {
	width: 100%;
}
#love-videos .buttons .half {
	box-sizing: border-box;
	float: left;
	padding: 0 7%;
	width: 50%;
}
#love-videos .buttons .half .button {
	padding: 0 15%;
	width: 70%;
}
#love-videos .buttons .half .button strong {
	color: #ffffff;
}
#love-videos .buttons .half .button .icon {
	float: right;
	margin: 4px 0 0 0;
}
#love-social {
	background: #323232;
	color: #d1d1d1;
}
#love-social h2 strong {
	color: #ffffff;
}
#love-social #social-split {
	background: url('images/social-split.png') center center repeat-y transparent;
	height: 400px;
	margin: 40px 0 100px;
}
#love-social #social-split .half {
	color: #ffffff;
	width: 45.5%;
}
#love-social #social-split .half.pos-0 {
	float: left;
}
#love-social #social-split .half.pos-1 {
	float: right;
}
#love-social #social-split .half.pos-0 .text-box {
	color: #0095ad;
}
#love-social #social-split .half.pos-1 .text-box {
	color: #35528c;
}
#love-social #social-split .half .icon {
	dislay: block;
	font-size: 50px;
	left: 0;
	position: absolute;
	text-align: center;
	top: 30px;
	width: 100%;
}
#love-social #social-split .half .text-box {
	border-radius: 6px;
	box-sizing: border-box;
	font-size: 17px;
	font-weight: 200;
	height: 165px;
	line-height: 140%;
	padding: 20px 30px 0;
}
#love-social #social-split .half .text-box.image p {
	float: left;
	width: 69.5%;
}
#love-social #social-split .half .text-box img {
	border: 1px solid #c7c7c7;
	border-radius: 50%;
	float: right;
	margin: 20px 0 0 0;
	width: 27%;
}
#love-social #social-split .half .love-slider > .text-box {
	background: #ffffff;
	left: 0;
	position: absolute;
	top: 100px;
}
#love-social #social-split .half .triangle {
	left: 11%;
	position: absolute;
	top: 265px;
	width: 50px;
}
#love-social #social-split .half .sources {
	line-height: 150%;
	margin: 45px 0 0 0;
}
#love-social #social-split .pager {
	float: right;
	margin: -222px 0 0 0;
	position: relative;
	z-index: 100;
}
#love-social #social-split .pager .dot {
	border-color: #ffffff;
}
#love-social #social-split .pager .dot.active {
	background: #ffffff;
}
#love-social .carousel, #love-social .spacer {
	height: 400px;
}
#love-social .carousel {
	margin: 100px 0 0;
}
#love-ferrari {
	background: #000000;
}
#love-ferrari .inner-page {
	height: 405px;
}
#love-ferrari .cell {
	display: table-cell;
	vertical-align: middle;
}
#love-ferrari .cell span {
	clear: both;
	color: #ffffff;
	display: block;
	font-size: 38px;
	font-style: italic;
	font-weight: 200;
	text-align: right;
	width: 100%;
}
#love-ferrari .cell img {
	float: right;
	margin: 10px 0 0 0;
	width: 200px;
}
#love-press {
	background: #ffffff;
}
#love-press .carousel {
	margin: 60px 0;
}
X#love-press .carousel, #love-press .spacer {
	height: 220px;
}
#love-press .carousel {
	height: 352px;
}
#love-press .box {
	box-sizing: border-box;
	border: 1px solid #e0e0e0;
	float: left;
	width: 30%;
}
#love-press .box.pos-1 {
	margin: 0 5%;
}
#love-press .box .upper {
	float: left;
	display: table;
	height: 160px;
	width: 100%;
}
#love-press .box .upper .cell {
	display: table-cell;
	vertical-align: middle;
}
#love-press .box .upper img {
	display: block;
	margin: 0 auto;
	width: 50%;
}
#love-press .box .lower {
	background: #eeeeee;
	border-top: 1px solid #e0e0e0;
	box-sizing: border-box;
	height: 224px;
	padding: 18px 20px 0;
}
#love-press .box .lower span {
	display: block;
	float: left;
	width: 100%;
}
#love-press .box .lower .title {
	font-size: 21px;
	height: 46px;
}
#love-press .box .lower .quote {
	font-style: italic;
	font-weight: 200;
	height: 114px;
	line-height: 136%;
}
#love-press .box .lower .person {
	
}
X#love-press .column .quote {
	display: block;
	font-size: 18px;
	font-style: italic;
	line-height: 130%;
	width: 100%;
}
X#love-press .column img {
	bottom: 0;
	left: 0;
	max-height: 104px;
	max-width: 120px;
	position: absolute;
}
X#love-press .spacer {
	border-color: #e4e4e4;
}
#love-customers {
	background: #ffffff;
}
#love-customers .inner-page {
	height: 450px;
}
#love-customers h2 {
	width: 57%;
}
#love-customers h2 .pink {
	color: #ff74a0;
}
#love-customers h2 .pink:hover {
	color: #ff4681;
}
#love-businesses {
	background: #fdfdfd;
}
#love-businesses .primary {
	display: block;
	margin: 30px auto 60px;
}
#love-businesses .logos {
	margin: 87px 0 134px;
	width: 100%;
}
#love-businesses .logo {
	margin: 87px 0 134px;
	width: 48%;
}
#love-businesses .logo.left {
	float: left;
}
#love-businesses .logo.right {
	float: right;
}
#love-design {
	background: #404040;
	color: #ffffff;
	overflow: hidden;
	padding: 0;
}
#love-design .vid-wrapper {
	left: 0;
	position: absolute!important;
	width: 100%;
	z-index: 0;
}
#love-design video {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
#love-design .color-wrapper {
	background: rgba(0,0,0,0.6);
	padding: 60px 0;
	position: relative;
	z-index: 2;
}
#love-design .backstretch {
	display: none;
}
#love-design .white-panel {
	background: rgba(255,255,255,0.85);
	box-sizing: border-box;
	color: #262626;
	display: block;
	margin: 40px auto 110px;
	padding: 35px 42px 40px;
	width: 80%;
}
#love-design .white-panel p {
	font-size: 24px;
	font-weight: 200;
	line-height: 115%;
	margin: 0 0 22px 0;
}
#love-design .white-panel p a {
	color: #52b842;
	font-weight: 500;
}
#love-design .white-panel p.last {
	margin: 0;
}
#love-guarantee {
	background: #ffffff;
}
#love-guarantee .half {
	box-sizing: border-box;
	float: left;
	padding: 90px 40px 60px;
	width: 50%;
}
#love-guarantee .half img {
	width: 100%;
}
#love-buy {
	background: #e2e2e2;
}
#love-buy .half {
	float: left;
	margin: 0 10%;
	width: 30%;
}
#love-buy img {
	clear: both;
	display: block;
	margin: 0 auto;
	width: 80%;
}
#love-buy .label {
	display: block;
	font-size: 24px;
	margin: 0 0 40px 0;
	text-align: center;
	width: 100%;
}
#love-buy strong {
	font-weight: 700;
	text-transform: uppercase;
}
#love-buy .button {
	box-sizing: border-box;
	display: table;
	padding: 0 22%;
	margin: 40px auto 0;
	width: 88%;
}
#love-buy .button .icon {
	display: inline-block;
	float: right;
	margin: 4px 0 0 0;
}


/* ====== Reviews ====== */
.page-template-reviews .intro {
	background: #202020;
}
.page-template-reviews .intro .cell {
	display: table-cell;
	height: 470px;
	text-align: center;
	vertical-align: middle;
}
.page-template-reviews .intro .cell h1 {
	color: #ffffff;
	font-size: 51px;
}
.page-template-reviews .intro .cell h1 strong {
	font-weight: 700;
	text-transform: uppercase;
}
.page-template-reviews .intro .cell .button {
	margin-top: 35px;
	width: 280px;
}
.page-template-reviews .reviews {
	background: #ffffff;
	padding: 100px 0;
}
.page-template-reviews .reviews .half {
	width: 47%;
}
.page-template-reviews .reviews .half.pos-0 {
	clear: left;
	float: left;
}
.page-template-reviews .reviews .half.pos-0 .upper {
	background: #b8c0c5;
}
.page-template-reviews .reviews .half.pos-1 {
	clear: right;
	float: right;
}
.page-template-reviews .reviews .half.pos-1 .upper {
	background: #7a878b;
}
.page-template-reviews .reviews .comment {
	background: none;
	float: left;
	margin: 0 0 40px 0;
	position: relative;
	width: 100%;
}
.page-template-reviews .reviews .comment:last-child {
	margin-bottom: 0;
}
.page-template-reviews .reviews .comment .upper {
	border-bottom: 3px solid #ffffff;
	box-sizing: border-box;
	color: #ffffff;
	padding: 15px 20px;
}
.page-template-reviews .reviews .comment .upper .name {
	font-size: 34px;
	font-style: italic;
	text-transform: uppercase;
}
.page-template-reviews .reviews .comment .upper .location {
	font-size: 15px;
	font-weight: 600;
	height: 15px;
	margin-top: 4px;
}
.page-template-reviews .reviews .comment .middle {
	background: rgba(77,85,88,1);
	box-sizing: border-box;
	color: #f3c300;
	font-size: 25px;
	padding: 14px 20px;
}
.page-template-reviews .reviews .comment .middle .icon {
	float: left;
	margin-right: 12px;
}
.page-template-reviews .reviews .comment .lower {
	background: #eeeeee;
	box-sizing: border-box;
	padding: 25px 20px;
}
.page-template-reviews .reviews .comment .lower .left {
	color: #284855;
	float: left;
	font-size: 46px;
	width: 15%;
}
.page-template-reviews .reviews .comment .lower .left .icon {
	margin-left: -6px;
}
.page-template-reviews .reviews .comment .lower .right {
	float: right;
	width: 85%;
}
.page-template-reviews .reviews .comment .lower .right p {
	font-size: 15px;
	line-height: 132%;
}
.page-template-reviews .reviews .comment .circle {
	background: #ffffff;
	border-radius: 50%;
	height: 122px;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 122px;
}
.page-template-reviews .reviews .comment .circle img {
	display: block;
	margin: 31px auto 0;
	width: 70%;
}
.page-template-reviews .reviews .read-more {
	display: block;
	font-size: 26px;
	margin: 55px 0 0;
	text-align: center;
	text-decoration: underline;
}
.page-template-reviews .reviews .read-more:hover {
	text-decoration: none;
}
.page-template-reviews .new-review {
	background: #4c484b;
	padding: 60px 0;
}
.page-template-reviews .new-review h2 {
	color: #ffffff;
	display:; block;
	font-size: 35px;
	margin: 0 auto 36px;
	text-align: center;
}
.page-template-reviews .new-review .button {
	background: #ffffff;
	box-sizing: border-box;
	color: #4c484b;
	float: left;
	margin: 0 5%;
	width: 40%;
}
.page-template-reviews .new-review .button:hover {
	background: #f0f0f0;
}
#modular-purchase-row {
	background: #e2e2e2;
	padding: 60px 0;
}
#modular-purchase-row .half {
	float: left;
	margin: 0 10%;
	width: 30%;
}
#modular-purchase-row .half img {
	clear: both;
	display: block;
	margin: 0 auto;
	width: 80%;
}
#modular-purchase-row .half .button {
	box-sizing: border-box;
	display: table;
	margin: 40px auto 0;
	padding: 0 22%;
	width: 87%;
}
#modular-purchase-row .half .label {
    display: block;
    font-size: 24px;
    margin: 0 0 40px;
    text-align: center;
    width: 100%;
}
#modular-purchase-row .half .label strong {
	text-transform: uppercase;
}
#modular-purchase-row .half .button .icon {
	display: inline-block;
	float: right;
	margin: 4px 0 0;
}
#modular-purchase-row .half .button strong {
	text-transform: uppercase;
}


/* =Ergo page template
---------------------------------------------------------------------- */
.ergo-row .table {
	display: table;
}
.ergo-row .table-row {
	display: table-row;
}
.ergo-row .table-cell {
	display: table-cell;
}
.ergo-row .inner-page {
	position: relative;
}
.ergo-row h2 {
	font-size: 48px;
	font-weight: 700;
	line-height: 118%;
	margin: 0 0 38px 0;
}
.ergo-row h2 strong {
	color: #ffcc00;
	font-weight: 700;
}
.ergo-row .centered {
	text-align: center;
}
.ergo-row p {
	font-size: 22px;
	font-weight: 300;
	line-height: 150%;
}
.ergo-row .column {
	float: left;
}
.ergo-row .column.third {
	width: 30%;
}
.ergo-row .column.third.pos-0 {
	clear: left;
}
.ergo-row .column.third.pos-1 {
	margin: 0 5%;
}
.ergo-row .column.third.pos-2 {
	clear: right;
}
.ergo-row .column.quarter {
	box-sizing: border-box;
	min-height: 1px;
	padding: 0 25px;
	text-align: center;
	width: 25%;
}
.ergo-row .gform_wrapper input[type="submit"] {
	background: #00689f;
	border-radius: 3px;
	color: #ffcc00;
	font-weight: 200;
	height: 38px;
	width: 100%;
}
.ergo-row .gform_wrapper input[type="submit"]:hover {
	background: #057bb9;
}
.ergo-row .gform_wrapper .gform_body input {
	border-radius: 2px;
	border-width: 1px 1px 1px 3px;
}
.ergo-row .gform_wrapper li.checkbox {
	margin-bottom: 2px;
}
.ergo-row .gform_wrapper li.checkbox label {
	font-size: 14px;
}
.ergo-row .gform_confirmation_message {
	color: #00689f;
	font-size: 29px;
	font-weight: 700;
	line-height: 120%;
	text-align: center;
}
#ergo-1 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#245791+0,6cb3e2+100 */
	background: #245791; /* Old browsers */
	background: -moz-linear-gradient(top,  #245791 0%, #6cb3e2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#245791), color-stop(100%,#6cb3e2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #245791 0%,#6cb3e2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #245791 0%,#6cb3e2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #245791 0%,#6cb3e2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #245791 0%,#6cb3e2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#245791', endColorstr='#6cb3e2',GradientType=0 ); /* IE6-9 */
	color: #ffffff;
	padding: 50px 0 0;
}
#ergo-1 .inner-page {
	background-size: 57% auto!important;
}
#ergo-1 .half span {
	display: block;
	float: left;
	font-weight: 700;
	line-height: 132%;
	width: 100%;
}
#ergo-1 .half .thick.large {
	font-weight: 700;
}
#ergo-1 .half .thick.small {
	font-weight: 600;
}
#ergo-1 .half .thin {
	font-weight: 200;
}
#ergo-1 .half .large {
	font-size: 32px;
}
#ergo-1 .half .small {
	font-size: 18px;
}
#ergo-1 .half .two, #ergo-1 .half .three {
	margin: 0 0 22px;
}
#ergo-1 .half .four {
	margin: 0 0 45px 0;
	width: 85%;
}
#ergo-1 .half {
	float: left;
	position: relative;
}
#ergo-1 .half.left {
	z-index: 2;
	width: 50%;
}
#ergo-1 .half.right {
	margin: 0 0 0 -8%;
	width: 58%;
	z-index: 1;
}
#ergo-1 .half.right img {
	float: right;
	width: 100%;
}
#ergo-1 .inner-page {
	
}
#ergo-1 .actions {
	clear: left;
	float: left;
	margin: 0 0 110px 50px;
}
#ergo-1 .anchor-buttons {
	clear: both;
	display: block;
	float: left;
	margin: 50px 0 0;
	width: 100%;
}
#ergo-1 .anchor-buttons .table {
	margin: 0 auto;
}
#ergo-1 .anchor-buttons button {
	background: #606060;
	border-radius: 3px;
	border-width: 0;
	box-sizing: border-box;
	color: #ffffff;
	cursor: pointer;
	float: left;
	font-size: 15px;
	height: 33px;
	line-height: 22px;
	margin: 0 4px;
	width: 166px;
}
#ergo-1 .anchor-buttons button:hover {
	background: #7f7f7f;
}
#ergo-2 {
	background: #999999;
	color: #ffffff;
	padding: 50px 0 60px;
}
#ergo-2 .half {
	width: 48%;
}
#ergo-2 .half.left {
	float: left;
}
#ergo-2 .half.right {
	float: right;
}
#ergo-2 .half.left .gform_wrapper {
	margin-bottom: 18px;
}
#ergo-2 .half.left .gform_wrapper .gform_body li button {
	border-width: 0;
	background: none;
	color: #ffffff;
	cursor: pointer;
	font-size: 14px;
	padding: 0;
	text-decoration: underline;
}
#ergo-2 .half.left .gform_wrapper .gform_body li input:checked + label button {
	font-weight: 600;
}
#ergo-2 .half.left .gform_wrapper .gform_footer {
	float: right;
	margin-top: -44px;
	position: relative;
	width: 44%;
	z-index: 5;
}
#ergo-2 #contest-reminder {
	box-sizing: border-box;
	clear: both;
	display: block;
	float: left;
	font-size: 13px;
	margin-top: 4px;
	padding-left: 28px;
	width: 100%;
}
#ergo-2 .half.left p {
	font-size: 19px;
	line-height: 135%;
	margin: 32px 0;
}
#ergo-2 .half.left a {
	color: #00689f;
	text-decoration: underline;
}
#ergo-2 .half.right img {
	margin: 65px 0 0;
	width: 100%;
}
#ergo-3 {
	background: #ffffff;
	padding: 50px 0;
}
#ergo-3 .inner-page {
	height: 550px;
}
#ergo-3 .logo {
	bottom: -17px;
	left: 0;
	position: absolute;
	width: 65px;
}
#ergo-4, #ergo-5 {
	background: #ffffff;
	color: #000000;
	padding: 50px 0;
}
#ergo-4 #rise {
	float: left;
	margin: 70px 0;
	width: 100%;
}
#ergo-4 h3 {
	font-size: 44px;
	font-weight: 700;
}
#ergo-4 .gform_wrapper {
	display: block;
	margin: 0 auto;
	width: 68%;
}
#ergo-4 #business-desk {
	display: block;
	margin: 50px auto 0;
}
#ergo-5 .column p {
	font-size: 19px;
	font-style: italic;
	font-weight: 500;
	line-height: 125%;
	margin: 20px 0 0;
}
#ergo-5 .column img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
#ergo-5 .column.row-0, #ergo-5 .column.row-1, #ergo-5 .column.row-2 {
	margin-bottom: 40px;
}
#ergo-7 {
	background: #999999;
	color: #ffffff;
	padding: 40px 0;
}
#ergo-7 a {
	color: #ffffff;
	text-decoration: underline;
}
#ergo-7 h2 {
	font-size: 44px;
	font-weight: 500;
}
#ergo-7 .column {
	font-size: 17px;
	line-height: 140%;
}
#ergo-7 .column .header {
	float: left;
	font-size: 28px;
	font-weight: 600;
	margin: 9px 0;
	width: 100%;
}
#ergo-7 .column p {
	font-size: 21px;
}
.page-template-ergo #ergo-2 {
	background-color: #ffffff;
	color: #000000;
}
.page-template-ergo #ergo-2 .half.left .gform_wrapper .gform_body li button {
	color: #000000;
}
.page-template-ergo #ergo-2.ergo-row h2 {
	margin: 0;
}
.page-template-ergo #ergo-2 .half.left p {
	margin: 12px 0 32px;
}
.page-template-ergo #ergo-5 {
	background-color: #e0e0e0;
}




/* =Store page template v2
---------------------------------------------------------------------- */

#store-primary {
	background: #ffffff;
	padding: 40px 0;
}
#store-timer {
	margin: 41px 0 0;
	text-align: center;
}
#store-timer img {
	background: #00689f;
	box-sizing: border-box;
	padding: 20px;
}
#timer-sub {
	color: #808080;
	font-weight: 200;
}
#store-primary img {
	margin: 0 0 19px;
}
#store-primary p {
	font-size: 20px;
	font-weight: 200;
}
#store-primary h1 {
	font-size: 32px;
	font-weight: 200;
	margin: 0;
	text-align: center;
}
#store-primary h2 {
	font-size: 44px;
	line-height: 100%;
	margin: 0 0 7px 0;
	text-transform: uppercase;
}
#store-primary h3 {
	font-size: 14px;
	font-weight: 200;
	line-height: 143%;
	margin: 0 0 18px 0;
}
#store-primary .desk-type {
	border-color: #dfdfdf;
	border-style: solid;
	border-width: 1px 0 0 0;
	display: table;
	padding: 50px 0;
	width: 100%;
}
#store-primary .desk-type.pos-0 {
	border-width: 0;
}
#store-primary .left-cell {
	display: table-cell;
	vertical-align: top;
	width: 30%;
}
#store-primary .left-cell .rating {
	clear: both;
	margin: 0 -5px 12px -5px;
	position: relative;
	width: auto;
}
#store-primary .left-cell .rating .icon {
	color: #f7c600;
	float: left;
	font-size: 28px;
	margin: 0 3px;
}
#store-primary .left-cell .rating .mask {
	background: #ffffff;
	height: 30px;
	position: absolute;
	opacity: 0.8;
	right: 0;
	top: 0;
}
#store-primary .left-cell .reviews-num {
	float: right;
	font-size: 14px;
	line-height: 28px;
	margin-right: 68px;
}
#store-primary .left-cell .reviews-num a:hover {
	text-decoration: underline;
}
#store-primary .left-cell .price {
	clear: left;
	display: block;
	font-size: 18px;
	font-weight: 700;
}
#store-primary .paypal-block .paypal-price {
	font-size: 13px;
	margin: 5px 0 15px;
	width: 100%;
}
#store-primary .paypal-block .paypal-price strong {
	font-size: 16px;
}
#store-primary .left-cell .stock-ship {
	color: #626262;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: 700;
	margin: 10px 0 4px 0;
	text-transform: uppercase;
	width: 100%;
}
#store-primary .left-cell p {
	color: #a0a0a0;
	font-size: 13px;
	font-weight: 200;
	line-height: 133%;
	margin: 0 0 15px 0;
}
#store-primary .left-cell sup {
	color: #a0a0a0;
	font-size: 14px;
	line-height: 23px;
	margin: 0 0 0 4px;
	vertical-align: top;
}
#store-primary .left-cell .overview {
	margin: 6px 0 0 0;
}
#store-primary .left-cell .overview span {
	float: left;
	font-size: 14px;
	font-weight: 200;
	line-height: 16px;
	text-decoration: underline;
}
#store-primary .left-cell .overview .icon {
	color: #939393;
	float: left;
	font-size: 21px;
	line-height: 21px;
	margin: 0 0 0 7px;
}
#store-primary .right-cell {
	display: table-cell;
	vertical-align: top;
	width: 70%;
}
#store-primary .right-cell .half {
	width: 50%;
}
#store-primary .right-cell .half.light {
	clear: left;
	float: left;
}
#store-primary .right-cell .half.dark {
	clear: right;
	float: right;
}
#store-primary .desk {
	float: left;
	margin: 0 0 0 14.28%;
	position: relative;
	width: 85.72%;
}
#store-primary .desk .primary {
	box-sizing: border-box;
	float: left;
	padding: 30px;
	-webkit-transform: translate3d(0, 0, 0);
	transition: opacity 700ms, padding 300ms;
	width: 100%;
}
#store-primary .desk .secondary {
	box-sizing: border-box;
	left: 0;
	opacity: 0;
	padding: 30px;
	position: absolute;
	top: 0;
	transition: opacity 700ms linear 0ms, padding 500ms linear 0ms;
	width: 100%;
	z-index: 3;
}
#store-primary .desk .buy {
	/*
	left: 0;
	opacity: 0;
	position: absolute;
	*/
	padding: 0;
	width: 100%;
	z-index: 10;
}
#store-primary .desk.m1 .buy {
	/* top: 100%; */
	bottom: 0;
	left: 0;
	position: absolute;
	transition: opacity 750ms ease 250ms, top 350ms ease 250ms;
}
#store-primary .desk.m1:hover .buy {
	opacity: 1;
	/* top: 42%; */
}
#store-primary .desk.m1:hover .primary {
	-webkit-transform: translate3d(0, 0, 0);
	padding: 0;
}
#store-primary .desk.f1 .buy {
	top: 47%;
	transition: opacity 750ms linear 400ms, top 750ms linear 400ms;
}
#store-primary .desk.f1:hover .primary {
	opacity: 0;
}
#store-primary .desk.f1:hover .secondary {
	opacity: 1;
	padding: 0;
}
#store-primary .desk.f1:hover .buy {
	opacity: 1;
	top: 42%;
}
#store-primary .column {
	float: left;
	width: 30%;
}
#store-primary .column.pos-1 {
	margin: 0 5%;
}
.store-guarantee {
	background: #e9eaee;
	padding: 72px 0;
}
.store-guarantee .col-3 {
	float: left;
	width: 47.5%;
}
.store-guarantee .col-3.first {
	margin-right: 5%;
}
.store-guarantee .col-3 img {
	float: left;
	margin: 0 20% 14px 0;
	width: 80%;
}
.store-guarantee .col-3 p {
	font-size: 15px;
	line-height: 125%;
}
.store-guarantee .col-3 p a {
	text-decoration: underline;
}
.store-guarantee .col-3 p a:hover {
	text-decoration: none;
}
.store-guarantee .col-3.middle {
	margin: 0 5%;
}



/* =Building Blocks
---------------------------------------------------------------------- */

.building-block {
	width: 100%;
	float: left;
	overflow: hidden;
}

.building-block.collapsible {
	padding: 80px 0;
}
.building-block .table {
	display: table;
	margin: 0 auto;
}
.building-block .row {
	display: table-row;
}
.building-block .cell {
	display: table-cell;
	vertical-align: middle;
}
span.label {
	display: block;
	width: 100%;
	float: left;
}
span.label.small {
	font-size: 20px;
	line-height: 120%;
	font-weight: 600;
}
.building-block h2.title {
	font-size: 42px;
	font-weight: 500;
	text-align: center;
}
.building-block.parallax {
	background-size: auto 240%!important;
}
.building-block h2.title strong {
	font-weight: 700;
}
.building-block h3.sub-title {
	font-size: 20px;
	font-weight: 700;
}
.building-block .inner-page.controls {
	color: #b8c7cf;
	margin: 0 auto 100px;
}
.building-block .inner-page.controls h2 {
	color: #d0d0d0;
}
.building-block .inner-page.controls.closed {
	color: #00689f;
	margin: 0 auto;
}
.building-block .inner-page.controls.closed h2 {
	color: #949494;
}
.building-block.bb-technical-specs .inner-page.controls.closed {
	margin: 0 auto;
}
.building-block .inner-page.controls .icon {
	cursor: pointer;
	float: left;
	font-size: 62px;
	transition: color 1000ms;
}
.building-block .inner-page.controls .title, .building-block .inner-page.controls .spec-title {
	float: left;
	font-size: 52px;
	font-weight: 600;
	line-height: 55px;
	margin: 0 0 0 29px;
	transition: all 1000ms;
}
.building-block.collapsible .inner-page.primary .title, .building-block.collapsible .inner-page.primary .spec-title {
	display: none;
}
.building-block .inner-page.primary.closed {
	display: block;
	height: 0;
	overflow: hidden;
}
.bb-basic-text {
	margin: 0 0 25px 0;
}
.bb-image-text .mobile-cell {
	float: left;
	width: 100%;
	display: none;
}
.bb-image-text .table {
	display: table;
	float: left;
	width: 100%;
}
.bb-image-text .table-row {
	display: table-row;
}
.bb-image-text .table-cell {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}
.bb-image-text .table-cell.left {
	padding: 0 3.5% 5% 0;
}
.bb-image-text .table-cell.right {
	padding: 0 0 5% 3.5%;
}
.bb-image-text img.primary {
	width: 100%;
	float: left;
}
.bb-multicolumns {
	margin: 0 0 25px 0;
}
.bb-multicolumns .multicolumn {
	float: left;
}
.bb-multicolumns .multicolumn.last {
	margin-right: 0;
}
.bb-multicolumns .col-2 {
	width: 47%;
	margin: 0 6% 0 0;
}
.bb-multicolumns .col-3 {
	width: 30%;
	margin: 0 5% 0 0;
}
.bb-multicolumns .col-4 {
	width: 20.5%;
	margin: 0 6% 0 0;
}
.bb-multicolumns .col-5 {
	width: 18%;
	margin: 0 2.5% 0 0;
}
.bb-item-list .item {
	margin: 0 0 50px 0;
}
.bb-item-list .left {
	float: left;
	width: 30%;
}
.bb-item-list .left img {
	float: left;
	width: 100%;
}
.bb-item-list .right {
	float: right;
	width: 65%;
}
.bb-gallery img {
	float: left;
}
.bb-gallery .col-2 {
	width: 47%;
	margin: 0 6% 6% 0;
}
.bb-gallery .col-3 {
	width: 30%;
	margin: 0 5% 5% 0;
}
.bb-gallery .col-4 {
	width: 20.5%;
	margin: 0 6% 6% 0;
}
.bb-gallery .col-5 {
	width: 18%;
	margin: 0 2.5% 2.5% 0;
}
.bb-gallery img.last {
	margin-right: 0;
}
.bb-quote .inner-page {
	height: 400px;
}
.bb-quote.ferarri .inner-page {
	height: 600px;
}
.bb-quote .align-right {
	text-align: right;
}
.bb-quote .align-right img {
	float: right;
}
.bb-quote .lower {
	margin: 35px 0 0 0;
}
.bb-quote .quote {
    font-size: 35px;
    font-style: italic;
    line-height: 150%;
    width: 100%;
	font-weight: 300;
}
.bb-quote .source {
    clear: left;
    float: left;
    font-size: 26px;
    font-weight: 300;
}
.bb-quote .q-mark {
	background: none!important;
}
.bb-quote .logo {
    float: left;
    margin: 0 0 0 10px;
	width: 193px;
}
.bb-quote .quote .text {
	padding-right: 5px;
}
.bb-quote .dark .quote, .bb-quote .dark .source {
	color: #333333;
}
.bb-quote .dark.solid .quote .text, .bb-quote .dark.solid .source {
	background: url('images/white-78.png');
}
.bb-quote .light .quote, .bb-quote .light .source {
	color: #ffffff;
}
.bb-quote .light.solid .quote .text, .bb-quote .light.solid .source {
	background: url('images/black-56.png');
}
.bb-endorsements {
	background: #ffffff;
	padding: 55px 0;
}
.bb-endorsements.dark {
	background: #333333;
	color: #ffffff;
}
.bb-endorsements .endorsement {
	float: left;
	width: 30%;
	margin: 50px 3.3333% 50px 0;
}
.bb-endorsements .endorsement .table {
	float: left;
}
.bb-endorsements .endorsement .label {
	font-weight: 500;
	font-style: italic;
}
.bb-endorsements .endorsement.first {
	clear: left;
}
.bb-endorsements img {
	clear: both;
	display: block;
	margin: 0 auto 15px;
	float: left;
	width: 70%;
}
.bb-blog {
	background: #ffffff;
	padding: 55px 0;
}
.bb-blog h3 {
	font-size: 42px;
	font-weight: 500;
	margin-bottom: 35px;
}
.bb-blog .upper {
	margin-bottom: 55px;
}
.bb-blog .lower .button {
	color: #ffcc00;
	float: right;
}
.bb-blog .lower .button span {
	float: left;
}
.bb-blog .lower .button .icon {
	float: right;
	margin: 6px 0 0 5px;
}
.bb-blog .lower p {
	float: right;
	line-height: 50px;
	margin: 0 50px 0 0;
}
.bb-blog .post {
	border: 1px solid #eeeeee;
	box-sizing: border-box;
	float: left;
	margin: 0 5% 0 0;
	width: 30%;
}
.bb-blog .post.index-2 {
	margin-right: 0;
}
.bb-blog .post img {
	float: left;
	width: 100%;
}
.bb-blog .post .content {
	background: #eeeeee;
	box-sizing: border-box;
	font-style: italic;
	height: 87px;
	padding: 20px;
}
.bb-blog .post .content a {
	color: #235882;
	font-size: 19px;
	font-weight: 600;
	line-height: 135%;
}
.bb-blog .post .content a:hover {
	text-decoration: underline;
}
.bb-buttons {
	background: #ffffff;
}
.bg-white {
	background: #ffffff;
}
.bg-grey {
	background: #bfbfbf;
}
.bb-buttons .inner-page {
	height: 410px;
}
.bb-buttons .light h2.title {
	color: #ffffff;
}
.bb-buttons .half {
	float: left;
	width: 300px;
	margin: 0 30px;
}
.bb-buttons .half .button {
	width: 100%;
	padding: 0;
}
.bb-buttons h2.title {
	color: #00689F;
	margin: 0 0 40px 0;
}
.bb-buttons .label.small {
	color: #00689F;
	margin: 15px 0 0 0;
	text-align: center;
	font-weight: 500;
}
.bb-buttons .button.medium {
	font-size: 26px;
}
.bb-buttons.bg-white .button.medium {
	font-size: 38px;
}
.bb-buttons .button .icon {
	float: right;
	line-height: 72px;
	margin: 0 12px 0 0;
	font-size: 24px;
}
.bb-buttons .button span {
	font-weight: 500;
}
.bb-buttons .white {
	color: #ffffff;
}
.bb-buttons .black {
	color: #000000;
}
.bb-two-column {
	background: #ffffff;
	padding: 65px 0 45px;
	color: #706559;
	transition: background 1000ms;
}
.bb-two-column .wrapper {
	margin-bottom: 35px;
}
.bb-two-column.collapsible.closed {
	background: #191919;
}
.bb-two-column .diagram {
	box-sizing: border-box;
	float: left;
	margin: 30px 2% 0 0;
	padding: 0 2%;
	width: 23.3333%;
}
.bb-two-column .diagram:last-child {
	margin-right: 0;
}
.bb-two-column .diagram img {
	clear: both;
	display: block;
	padding: 0;
	width: 100%;
}
.bb-two-column .diagram .left {
	float: left;
	width: 10%;
}
.bb-two-column .diagram .right {
	float: right;
	width: 86%;
}
.bb-two-column .diagram .number {
	font-size: 43px;
	font-weight: 600;
}
.bb-two-column .diagram .label.small {
	margin-bottom: 7px;
	font-size: 22px;
}
.page-home-2 .bb-two-column .title {
	margin-bottom: 40px;
}
.bb-two-column .diagram .text {
	font-size: 19px;
	display: block;
	width: 100%;
	line-height: 136%;
	float: left;
}

.bb-text-and-background:nth-of-type(1) {
	cursor: pointer;
	overflow: visible;
	z-index: 22;
}
.bb-text-and-background .upper {
	margin-bottom: 15px;
}
.bb-text-and-background .light .upper {
	
}
.bb-text-and-background .light .lower {
	
}
.bb-text-and-background:nth-of-type(1) .extra-bg-wrapper >  .backstretch {
	display: block!important;
	opacity: 0;
	transition: opacity 800ms ease 0ms;
}
.bb-text-and-background:nth-of-type(1):hover .extra-bg-wrapper >  .backstretch {
	opacity: 1;
}
.bb-text-and-background .extra-bg-wrapper > .backstretch {
	display: none!important;
}
.bb-text-and-background .inner-page {
	height: 885px;
	position: relative;
}
.bb-text-and-background .guarantee-wrapper {
	position: absolute;
	right: 0%;
	top: 35%;
	width: 110px;
	z-index: 1000;
}
.bb-text-and-background h3.subtitle {
	font-size: 31px;
	line-height: 120%;
	margin-bottom: 0;
	margin-top: 6px;
}
.bb-text-and-background .guarantee-wrapper:hover .guarantee-popup {
	display: block;
}
.bb-text-and-background .guarantee {
	width: 100%;
}
.bb-text-and-background .guarantee-popup {
	background: #ffffff;
	border: 1px solid #888888;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.45);
	box-sizing: border-box;
	color: #888888;
	display: none;
	font-size: 12px;
	line-height: 142%;
	right: 84%;
	padding: 15px;
	position: absolute;
	top: 30%;
	width: 300px;
	z-index: 100;
}
.bb-text-and-background .inner-page.short {
	height: 530px;
}
.bb-text-and-background .inner-page.medium {
	height: 700px;
}
.bb-text-and-background .inner-page.super {
	height: 1100px;
}
.bb-text-and-background h2.title {
	text-align: left;
	display: inline;
}
.bb-text-and-background .button.small {
	float: left;
}
.bb-text-and-background .extra {
	text-align: left;
}
.bb-text-and-background .button.small.red {
	width: 178px;
	padding: 0;
}
.bb-text-and-background .button .icon {
	float: right;
	line-height: 58px;
	margin: 0 16px 0 -28px;
	display: inline-block;
}
.bb-text-and-background .video-link {
	border-radius: 3px;
	color: #867e76;
	cursor: pointer;
	display: table;
	float: left;
	font-size: 29px;
	font-weight: 400;
	height: 48px;
	line-height: 48px;
}
.bb-text-and-background .video-link.inside {
	margin: 0;
	color: #ffcc00;
	background: #00689f;
	padding: 14px;
	border-radius: 4px;
}
.bb-text-and-background .video-link.inside:hover {
	background: #057bb9;
}
.bb-text-and-background .video-link .icon {
	float: left;
	margin: 8px 9px 0 0;
	width: 36px;
}
.bb-text-and-background .lower {
	margin: 0;
}
.bb-text-and-background .inner-page > .row > .cell {
	height: 100%;
}
.bb-text-and-background .align-left {
	float: left;
	text-align: left;
	width: 55%;
}
.bb-text-and-background .align-right {
	float: right;
	text-align: left;
	width: 55%;
}
.bb-text-and-background .align-center {
	text-align: left;
}
.bb-text-and-background .align-top {
	vertical-align: top;
	padding-top: 6%;
}
.bb-text-and-background .align-middle {
	vertical-align: middle;
}
.bb-text-and-background .align-bottom {
	vertical-align: bottom;
	padding-bottom: 5%;
}
.bb-text-and-background .text {
	display: inline;
	font-size: 18px;
	line-height: 152%;
}
.bb-text-and-background .text a {
	text-decoration: underline;
}
.bb-text-and-background .dark, .bb-text-and-background .dark .text a {
	color: #333333;
}
.bb-text-and-background .dark.solid .title, .bb-text-and-background .dark.solid .text {
	background: url('images/white-78.png');
}
.bb-text-and-background .light, .bb-text-and-background .light .text a {
	color: #ffffff;
}
.bb-text-and-background .light.solid .title, .bb-text-and-background .light.solid .text {
	background: url('images/black-56.png');
	line-height: 170%;
}
.bb-text-and-background .medium, .bb-text-and-background .medium .text a {
	color: #cccccc;
}
.bb-text-and-background .brown, .bb-text-and-background .brown .text a {
	color: #57504a;
}
.bb-text-and-background[data-bg-align="left"] .backstretch > img {
	left: 0!important;
	right: auto!important;
}
.bb-text-and-background[data-bg-align="right"] .backstretch > img {
	right: 0!important;
	left: auto!important;
}
.bb-three-column {
	padding: 75px 0 80px;
	background: #ffffff;
	color: #706559;
}
.bb-three-column .column {
	float: left;
	width: 30%;
}
.bb-three-column .column.middle {
	margin: 0 5%;
}
.bb-three-column .column .wrapper {
	margin: 0 0 34px 0;
	display: table;
}
.bb-three-column .column img {
	margin: 0 auto;
	display: block;
	width: 100%;
}
.bb-three-column .text {
	font-size: 18px;
	line-height: 129%;
}
.bb-three-column h2.title {
	text-align: center;
	margin: 0 0 70px 0;
}
.bb-three-column .label.small {
	margin: 0 0 15px 0;
	text-align: center;
}
.bb-technical-specs {
	padding: 90px 0;
	background: #eeeeee;
}
.bb-technical-specs .left, .bb-technical-specs .right {
	width: 48%;
}
.bb-technical-specs article p strong {
	margin-bottom: -20px;
	display: block;
}
.bb-technical-specs .left img, .bb-technical-specs .right img {
	width: 100%;
}
.bb-technical-specs .left {
	float: left;
}
.bb-technical-specs .right {
	float: right;
}
.bb-technical-specs .images.block {
	margin: 0 0 65px 0;
}
.bb-technical-specs h2.spec-title {
	font-size: 53px;
	font-weight: 500;
	margin: 0 0 40px 0;
}
.bb-technical-specs .note {
	font-size: 12px;
	font-weight: 300;
	float: left;
	width: 100%;
	display: block;
}
.bb-products {
	background: #ede3d7;
	padding: 70px 0;
}
.bb-products .half {
	width: 47%;
	margin: 0 3% 0 0;
	float: left;
}
.bb-products .left {
	float: left;
	width: 46%;
}
.bb-products .right {
	float: right;
	width: 49%;
}
.bb-products .left img {
	width: 100%;
}
.bb-products .title {
	margin: 0 0 7px 0;
	padding: 0 0 8px 0;
	border-bottom: 1px dotted #333333;
}
.bb-products .title span {
	color: #d64203;
}
.bb-products .meta {
	margin: 5px 0;
	font-size: 20px;
	line-height: 110%;
}
.bb-products .button {
	margin: 15px 0 0 0;
}
.bb-product-intro {
	background: #ffffff;
	padding: 90px 0;
}
.bb-product-intro .left {
	float: left;
	width: 48%;
}
.bb-product-intro h2.title {
	text-align: left;
	font-size: 54px;
	font-weight: 500;
	margin-top: 15%;
}
.bb-product-intro span {
	width: 100%;
	float: left;
}
.bb-product-intro .price {
	font-size: 34px;
	font-weight: 700;
}
.bb-product-intro .shipping {
	color: #666666;
	margin: 10px 0 0 0;
	font-weight: 600;
	text-transform: uppercase;
}
.bb-product-intro .ship-time {
	color: #909090;
	display: block;
	font-size: 14px;
	font-weight: 200;
	line-height: 130%;
	margin-top: 5px;
}
.bb-product-intro .ship-time strong {
	color: #404040;
	font-weight: 500;
}
.bb-product-intro .button.small {
	font-size: 30px;
	margin: 40px 0 0;
}
.bb-product-intro .description {
	color: #808080;
	font-size: 25px;
	line-height: 142%;
	margin: 0 0 44px 0;
}
.bb-product-intro .right {
	float: right;
	width: 48%;
}
.bb-product-intro .right img {
	width: 100%;
}
.bb-product-intro .button.small {
	font-size: 26px;
}
.bb-newsletter {
	background: #cccccc;
	padding: 90px 0;
}
.bb-newsletter h2.title {
	margin-bottom: 30px;
}
.bb-newsletter p {
	text-align: center;
	font-size: 20px;
}
.bb-newsletter p a {
	font-weight: 600;
}
.building-block.bb-newsletter li {
	list-style-type: none;
	padding: 0;
}
.bb-newsletter .gform_wrapper {
	margin: 22px auto;
	width: 370px;
	display: table;
}
.bb-newsletter .gform_body {
	float: left;
	width: 68%;
}
.bb-newsletter .gform_body input, .bb-newsletter .gform_body input:focus {
	border-width: 0;
	padding: 0 7px;
	height: 27px;
}
.bb-newsletter .gform_footer {
	float: right;
	width: 30%;
}
.bb-newsletter .gform_footer input {
	color: #ffffff;
	width: 100%;
	padding: 0;
	margin: 0;
	float: left;
	text-align: center;
	text-transform: uppercase;
	height: 32px;
	line-height: 28px;
	background: #666666;
}
.bb-newsletter .gform_footer input:hover {
	background: #888888;
}
.bb-thin-stripe {
	padding: 50px 0;
}
.bb-thin-stripe.dark {
	background: #303030;
}
.bb-thin-stripe.dark .title {
	color: #ffffff;
}
.bb-thin-stripe.thick {
	padding: 100px 0;
}
.bb-thin-stripe.light {
	background: #ffffff;
}
.bb-thin-stripe .table {
	display: table;
	margin: 0 auto;
}
.bb-thin-stripe span.title {
	font-size: 44px;
	display: block;
	text-align: center;
}
.bb-thin-stripe span.title strong {
	color: #00689f;
}
.bb-thin-stripe span.title.small {
	font-size: 28px;
	text-align: left;
	line-height: 48px;
	float: left;
}
.bb-thin-stripe .button {
	margin-left: 30px;
}
.bb-thin-stripe .img-table {
	display: table;
	margin: 50px 0 0;
	vertical-align: middle;
	width: 100%;
}
.bb-thin-stripe .img-cell {
	display: table-cell;
	padding: 0 85px;
}
.bb-thin-stripe .img-table img {
	width: 100%;
}
.bb-purchase {
	padding: 0 0 80px;
	background: #ffffff;
}
.bb-purchase .inner-page {
	border-top: 1px solid #d0d0d0;
	padding-top: 30px;
}
.bb-purchase .entry-title {
	font-size: 34px;
	margin-bottom: 50px;
}
.bb-purchase .entry-title strong {
	font-weight: 700;
}
.bb-purchase #product-meta .upper .left {
	width: 45%;
	float: right;
}
.bb-purchase #product-meta .upper .right {
	width: 50%;
	float: left;
}
.bb-purchase #product-meta .descriptions {
	height: 88px;
}
.bb-video-intro {
	background: #efefe7;
}
.bb-video-intro .table {
	display: table;
}
.bb-video-intro .cell {
	display: table-cell;
	vertical-align: middle;
}
.bb-video-intro .half {
	float: left;
	width: 50%;
}
.bb-video-intro .half.left {
	float: left;
}
.bb-video-intro .half.right {
	float: right;
}
.bb-video-intro img.main {
	float: right;
}
.bb-video-intro .table, .bb-video-intro img.main {
	height: 600px;
}
.bb-video-intro h1 {
	color: #1d9ced;
	font-size: 43px;
	margin-bottom: 25px;
}
.bb-video-intro p {
	font-size: 18px;
	line-height: 151%;
}
.bb-video-intro .play {
	cursor: pointer;
	margin: 25px 0 0 0;
	width: 74px;
}
/* standingest page */
.page-standingest .building-block .inner-page .backstretch {

}
.page-standingest #header-1, .page-standingest #footer {
	background: #efefe7;
}
.page-standingest #header-1 .inner-page {
	background: #ffffff;
}
.page-standingest #header-1, .page-standingest #footer-1 {
	padding-bottom: 0;
}
.page-standingest #header .inner-page {
	padding-bottom: 20px;
}
.page-standingest #footer .inner-page {
	background: #faf4e8;
	padding-bottom: 7%!important;
}
.page-standingest #header .inner-page, .page-standingest #footer .inner-page, .page-standingest .building-block .inner-page {
	border-color: #cccccc;
	border-style: solid;
	border-width: 0 1px;
	box-sizing: border-box;
	padding: 0 100px;
	width: 1140px;
}
.page-standingest .building-block .inner-page {
	background: #ffffff;
	padding-top: 43px;
	padding-bottom: 43px;
}
.bb-columns-with-background {
	background: #efefe7;
}


@media (min-width: 651px) {
	.bb-columns-with-background {
		
	}
}

.bb-columns-with-background .blue {
	color: #1d9ced;
}
.bb-columns-with-background .grey {
	color: #333333;
}
.bb-columns-with-background .white {
	color: #ffffff;
}
.bb-columns-with-background .table {
	display: table;
	float: left;
	width: 100%;
}
.bb-columns-with-background .cell {
	display: table-cell;
	vertical-align: middle;
}
.bb-columns-with-background .padding {
	padding-bottom: 35%;
}
.bb-columns-with-background .content .w-column {
	float: left;
	min-height: 1px;
}
.bb-columns-with-background .content .w-column img {
	display: block;
	margin: 0 auto;
	width: 78%;
}
.bb-columns-with-background .content .w-column img.spaced {
	margin: 0 auto 25px;
}
.bb-columns-with-background .content.cols-2 .w-column {
	width: 45%;
}
.bb-columns-with-background .content.cols-2 .w-column.spacer {
	width: 10%;
}
.bb-columns-with-background .content.cols-3 .w-column {
	width: 28%;
}
.bb-columns-with-background .content.cols-3 .w-column.spacer {
	width: 8%;
}
.bb-columns-with-background .content.cols-4 .w-column {
	width: 20.5%;
}
.bb-columns-with-background .content.cols-4 .w-column.spacer {
	width: 6%;
}
.bb-columns-with-background .content.cols-5 .w-column {
	width: 16.8%;
}
.bb-columns-with-background .content.cols-5 .w-column.spacer {
	width: 4%;
}
.bb-columns-with-background .content.cols-5 .w-column .table {
	height: 200px;
}
.bb-columns-with-background h2.title {
	font-size: 33px;
	margin-bottom: 30px;
	text-align: left;
}
.bb-columns-with-background h2.title.right-aligned {
	margin-left: 55%;
}
.bb-columns-with-background ul, .bb-columns-with-background p {
	font-size: 18px;
	line-height: 151%;
	margin-bottom: 28px;
}
.bb-columns-with-background .white li {
	background-image: url('images/bullet-low-white.png');
}
.bb-columns-with-background p:last-of-type {
	margin-bottom: 0;
}
.bb-columns-with-background .action {
	clear: both;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	margin: 35px 0 0;
	text-transform: uppercase;
}
.bb-columns-with-background .extra-actions {
	display: none;
}
.bb-columns-with-background .action.type-arrow:after {
	content: '»';
	display: inline-block;
	float: right;
	font-size: 39px;
	line-height: 12px;
	margin: 0 0 0 10px;
}
.bb-columns-with-background .action.type-block {
	border-style: solid;
	border-width: 2px;
	display: table;
	height: 48px;
	line-height: 47px;
	margin: 35px auto 0;
	padding: 0 58px;
	transition: all 300ms ease 0ms;
}
.bb-columns-with-background .action.type-block.blue {
	border-color: #1d9ced;
}
.bb-columns-with-background .action.type-block.blue:hover {
	background: #1d9ced;
	color: #ffffff;
}
.bb-columns-with-background .action.type-block.grey {
	border-color: #333333;
}
.bb-columns-with-background .action.type-block.white {
	border-color: #ffffff;
}
.bb-columns-with-background .action.type-block.white:hover {
	background: #ffffff;
	color: #1d9ced;
}
.bb-columns-with-background .mobile-img {
	display: none;
	float: left;
	width: calc(100% + 40px);
}
.bb-columns-with-background .mobile-img.top {
	margin: -25px -20px 0;
}
.bb-columns-with-background .mobile-img.bottom {
	margin: 0 -20px -25px;
}
.bb-press-reviews .inner-page {
	padding: 100px 0;
}
.bb-press-reviews h2 {
	margin-bottom: 65px;
}
.bb-press-reviews .press-row {
	margin: 0 0 65px 0;
}
.bb-press-reviews .press-spacer {
	float: left;
	min-height: 1px;
	width: 5%;
}
.bb-press-reviews .press-col {
	float: left;
	font-size: 20px;
	line-height: 128%;
	width: 28.3333%;
}
.bb-press-reviews .press-col img {
	display: block;
	margin: 0 auto;
	width: 58%;
}
.bb-press-reviews .press-col p {
	font-style: italic;
	margin: 22px 0 4px 0;
}
.bb-press-reviews .press-col strong {
	display: block;
	text-align: right;
}
.block.action {
	font-size: 23px;
	font-weight: 600;
	text-align: center;
}
.bb-customer-reviews {
	background: #ffffff;
}
.bb-customer-reviews .intro {
	background: #999999;
	height: 0;
	padding-bottom: 25.84%;
	position: relative;
	width: calc(100% + 200px);
}
.bb-customer-reviews .intro .content {
	color: #ffffff;
	font-size: 40px;
	position: relative;
}
.bb-customer-reviews .intro img {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.bb-customer-reviews .body {
	padding: 100px 0;
}
.bb-customer-reviews .read-all {
	font-size: 23px;
	font-weight: 600;
	margin: 0 0 100px 0;
	text-align: center;
}
.bb-customer-reviews .actions {
	display: table;
	margin: 0 auto;
}
.bb-customer-reviews .actions a {
	font-size:26px;
	color: #ffcc00;
	background: #00689F;
	border-radius:3px;
	font-weight:300;
	height:52px;
	line-height:48px;
	padding:0 32px;
	display: block;
	float: left;
	margin: 0 75px;
	text-align: center;
	width: 207px;
}
.bb-customer-reviews .actions a:hover {
	background: #057bb9;
}
.bb-customer-reviews .title {
	margin: 0 0 50px 0;
}
.bb-customer-reviews .comment {
	font-size: 19px;
	line-height: 140%;
	margin: 0 0 50px 0;
}
.bb-customer-reviews .comment .left {
	float: left;
	width: 20%;
}
.bb-customer-reviews .comment .left strong {
	font-weight: 800;
}
.bb-customer-reviews .comment .left .rating {
	margin: 7px 0 0 0;
}
.bb-customer-reviews .comment .left .rating .icon {
	color: #f7c600;
	float: left;
	font-size: 22px;
	margin: 0 5px 0 0;
}
.bb-customer-reviews .comment .right {
	float: right;
	width: 80%;
}
.bb-social-media-posts .inner-page {
	padding:100px 0;
}
.bb-social-media-posts .social_media_icon {
	width:64px;
	display:block;
	margin:2em auto;
}
.bb-social-media-posts .sm_image img {
	width:100%;
}
.bb-social-media-posts .social_media_icon:first-child {
	margin-top:0;
}
.bb-social-media-posts .sm_columns {
	overflow:hidden;
}
.bb-social-media-posts .sm_column {
    float: left;
    font-size: 20px;
    line-height: 128%;
    width: 28.3333%;
    margin-right:5%;
}
.bb-social-media-posts .sm_column:last-child {
	margin-right:0;
}
.bb-social-media-posts .sm_source {
	font-weight:bold;
	text-align:right;
}
.bb-social-media-posts .action {
	margin-top:65px;
}

/* New Reviews page */
/*
.page-reviews {
	background: #ffffff;
}
.page-reviews #header .inner-page, .page-reviews #footer .inner-page, .page-reviews .building-block .inner-page {
	border-color: #979797;
	border-style: solid;
	border-width: 0 1px;
	box-sizing: border-box;
	padding-left: 100px;
	padding-right: 100px;
}
.page-reviews #header-1 {
	padding: 0;
}
.page-reviews #header-1 .inner-page {
	padding-bottom: 20px!important;
}
.page-reviews #header-2 {
	padding: 0;
}
.page-reviews #header-2 .inner-page {
	padding-top: 30px!important;
	padding-bottom: 30px!important;
}
.page-reviews #footer .inner-page {
	background: #252422;
}
.page-reviews #footer-1 {
	padding-bottom: 0;
}
.page-reviews #footer-1 .inner-page {
	padding-bottom: 100px;
}
*/


#tomorrow-ship {
	margin-top: 15px;
	float: left;
}

img[alt="ergo_badge_white"], img[alt="thin-img-1"] {
	cursor: pointer;
}



/* =Forms
---------------------------------------------------------------------- */

#thankyou-signup > p {
	font-size: 16px;
	line-height: 142%;
}
#thankyou-signup input[type="submit"] {
	font-size: 14px;
}
.new-register-button {
	height: 27px;
	line-height: 27px;
	font-size: 14px;
	background: #00689F;
	color: #FFCC00;
	text-transform: uppercase;
	padding: 0 30px;
	display: block;
	float: left;
	margin: 0 0 20px 0;
}
.new-register-button:hover {
	background: #057bb9;
}

/* Subscribe page */
.page-subscribe #content .gform_footer input {
	background: #00689f;
	border-radius: 3px;
	color: #ffcc00;
	font-size: 20px;
	font-weight: 200;
	height: 50px;
	letter-spacing: 2px;
	line-height: 48px;
	width: 100%;
}
.page-subscribe #content .gform_footer input:hover {
	background: #057bb9;
}

/* Generic Popup */
.generic-popup {
	color: #101010;
	position: fixed;
	width: 100%;
	height: 570px;
	left: 0px;
	padding-top: 100px;
	top: 0;
	z-index: 200000;
	display: none;
}
.generic-popup .sub {
	background: #ffffff;
	border: 1px solid #c0c0c0;
	box-sizing: border-box;
	padding: 20px;
}
.generic-popup .title {
	float: left;
	font-size: 20px;
	font-weight: 700;
}
.generic-popup .close {
	cursor: pointer;
	float: right;
	font-size: 24px;
	margin-bottom: 10px;
}
.generic-popup .content {
	height: 493px;
	overflow-y: scroll;
}
.generic-popup .content p {
	font-size: 16px;
	margin-bottom: 20px;
}
.generic-popup .content p a {
	color: #057bb9;
	text-decoration: underline;
}

#ergo-consult-popup {
	background: rgba(0,0,0,0.75);
	height: 950px;
}
#ergo-consult-popup .inner-page {
	max-width: 640px;
}
#ergo-consult-popup .sub {
	padding: 20px 40px;
}
#ergo-consult-popup article p img {
	height: auto;
	width: 100%;
}


/* Review signup form */
#review-signup input {
	margin-top: 13px;
}
#review-signup input.hidden {
	display: none;
}
#review-signup input[type="submit"] {
	float: left;
}
#review-signup .half {
	width: 49.5%;
}
#review-signup .half.left {
	clear: left;
	float: left;
}
#review-signup .half.right {
	clear: right;
	float: right;
}
#review-signup .validation {
	color: red;
	float: left;
	width: 100%;
}


/* Form Popup */
#see-the-f1 {
	position: fixed;
	width: 100%;
	height: 400px;
	left: 0px;
	top: 150px;
	z-index: 200;
	display: none;
}
#see-the-f1 .sub {
	background: #ffffff;
	border: 1px solid #c0c0c0;
	box-sizing: border-box;
	padding: 20px;
}
#see-the-f1 .close {
	cursor: pointer;
	float: right;
	font-size: 24px;
	margin-bottom: 10px;
}
#see-the-f1 textarea {
	height: 150px;
}
#see-the-f1 .ui-datepicker-trigger {
	display: none;
}

#gform_wrapper_4 .gfield_description {
	font-size: 14px;
	line-height: 130%;
}
.gform_wrapper .grey {
	color: #999999;
}
textarea {
	overflow: hidden;
	height: 180px;
}
select, option, button {
	font-family: 'myriad-pro';
	font-size: 16px;
}
select {
	width: 100%;
	padding: 1% 1.7%;
	border: 1px solid #cccccc;
	color: #999999;
}
option {
	color: #444444;
}
input, textarea {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="tel"], textarea {
	border: 1px solid #cccccc;
	width: 100%;
	padding: 1% 1.7%;
	line-height: 1.5em;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus {
	border: 1px solid #a0a0a0;
	background: #f3f3f3;
}
input[type="submit"] {
	cursor: pointer;
}
.gform_wrapper {
	width: 100%;
	margin: 0 0 40px 0;
}
.gform_wrapper .gfield {
	margin-bottom: 3%;
	clear: both;
	display: inline-block;
	width: 100%;
}
.gform_wrapper .gfield.hidden {
	display: none!important;
}
.gform_wrapper ul {
	margin: 0;
}
.gform_wrapper li {
	list-style-type: none;
	padding-left: 0;
	background: none;
	text-indent: 0;
}
.gform_wrapper .gfield > .gfield_label {
	display: none;
	margin: 0 0 0.4em 0;
}
.ginput_complex label, .gfield_description {
	display: block;
	line-height: 100%;
	margin: 4px 0 11px 0;
	font-size: 13px;
}
.gform_wrapper .half-left {
	float: left;
	width: 48%;
	clear: left;
}
.gform_wrapper .half-right {
	float: right;
	width: 48%;
	clear: right;
}
.gform_wrapper .half-left input, .gform_wrapper .half-right input {
	padding: 2% 3.4%;
}
.gfield_radio {
	margin: 0;
}
.gfield_radio label {
	margin: 0 0 0 7px;
}
.gfield_checkbox label {
	margin: 0 0 0 9px;
}
.gfield_checkbox input:checked + label {
	font-weight: 600;
}
.gfield_checkbox > li {
	margin-bottom: 4px;
}
.gform_confirmation_message {
	margin-top: 10px;
	margin-bottom: 40px;
}
#get-updates-dropdown .gform_confirmation_message {
	color: #707070;
	font-weight: 700;
}
.gform_wrapper .validation_error {
	display: block;
	margin: 0 0 0.7em 0;
	font-weight: 500;
	font-size: 13px;
	color: #f81e4c;
	width: 100%;
	float: left;
	margin: 2px 0 13px;
}
.gform_wrapper .validation_message {
	color: #f81e4c;
	display: block;
	margin: 0.4em 0 0 0;
	font-size: 0.8em;
	clear: both;
	font-weight: 600;
}
.gform_wrapper .gfield.gfield_error input, .gform_wrapper .gfield.gfield_error textarea {
	background: #fff7f8;
}
.gform_wrapper input[type="submit"], #comments #submit {

}
.gform_ajax_spinner, .gform_validation_container {
	display: none!important;
}
.ginput_left {
	float: left;
	width: 48.5%;
	clear: left;
}
.ginput_right {
	float: right;
	width: 48.5%;
	clear: right;
}
.ginput_left input, .ginput_right input {
	padding: 3.7% 4.2%;
	width: 100%;
}

/* credit card icons ------------------------------------------------------*/
.gform_wrapper .gform_card_icon_container {
	margin: 8px 0 6px 0;
	height: 32px;
}

.gform_wrapper div.gform_card_icon {
	margin-right: 4px;
	text-indent: -9000px;
	background-image: url(../../plugins/gravityforms/images/gf-creditcard-icons.png);
	background-repeat: no-repeat;
	width: 36px;
	height: 32px;
	float: left;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
	background-position: 0 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
	background-position: 0 -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
	background-position: 0 -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
	background-position: -36px 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
	background-position: -36px -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
	background-position: -36px -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex {
	background-position: -72px 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
	background-position: -72px -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
	background-position: -72px -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover {
	background-position: -108px 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
	background-position: -108px -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
	background-position: -108px -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro {
	background-position: -144px 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
	background-position: -144px -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
	background-position: -144px -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_jcb {
	background-position: -180px 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
	background-position: -180px -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
	background-position: -180px -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_visa {
	background-position: 0 -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
	background-position: 0 -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
	background-position: 0 -256px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_mastercard {
	background-position: -36px -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
	background-position: -36px -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
	background-position: -36px -256px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_amex {
	background-position: -72px -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
	background-position: -72px -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
	background-position: -72px -256px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_discover {
	background-position: -108px -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
	background-position: -108px -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
	background-position: -108px -256px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_maestro {
	background-position: -144px -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
	background-position: -144px -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
	background-position: -144px -256px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_jcb {
	background-position: -180px -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
	background-position: -180px -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
	background-position: -180px -256px;
}

/* credit card fields ------------------------------------------------------*/

.gform_card_icon_container input[type=radio]#gform_payment_method_creditcard {
	float: left;
	position: relative;
	top: 4px!important
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left,
.gform_wrapper .ginput_complex .ginput_cardinfo_right {
	min-height: 43px;
	position: relative;
	float: left;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left {
	width: 50%;
	margin-right: 1%;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_right {
	min-width: 85px !important;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left label,
.gform_wrapper .ginput_complex .ginput_cardinfo_right label {
	white-space: nowrap !important;
}

.gform_wrapper .ginput_complex span.ginput_cardextras {
	display: block;
	overflow: hidden;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container {
	position: relative;
	display: block;
	min-width: 160px !important;
}

.gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_month,
.gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_year {
	width: 48% !important;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month {
	margin-right: 4px;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_right input.ginput_card_security_code {
	max-width: 50% !important;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
	width: 32px;
	height: 23px;
	background-image: url(../../plugins/gravityforms/images/gf-creditcard-icons.png);
	background-repeat: no-repeat;
	background-position: 0 -128px;
	position: relative;
	top: -1px;
	left: 6px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
}

.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
	padding: 25px;
	border: 2px dashed #ddd;
	text-align: center;
	color: #aaa;
	margin-bottom: 10px;
}

.right_label .gform_fileupload_multifile,
.left_label .gform_fileupload_multifile{
    margin-left: 31%;
}

.gform_delete{
    vertical-align:middle;
    cursor:pointer;
}
.gfield_creditcard_warning_message {
	color: #f81e4c;
}

/* fix recaptcha line height issue ------------------------------------------------------*/

body #content .entry-content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area,
body .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area {
	line-height: 1em !important;
}


/* =Buttons
---------------------------------------------------------------------- */


article .gform_wrapper input[type="submit"], .gform_wrapper input[type="submit"], .gform_footer button {
	background: #666666;
	color: #ffffff;
	display: inline-block;
	border: 0 solid #000000;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	height: 27px;
	line-height: 25px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 0 10px;
	font-size: 16px;
}
article .gform_wrapper input[type="submit"]:hover, .gform_wrapper input[type="submit"]:hover, .gform_footer button:hover {
	background: #888888;
}
.button {
	display: inline-block;
	border: 0 solid #000000;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
.button.tiny {
	height: 27px;
	line-height: 25px;
	text-transform: uppercase;
	font-weight: 300;
	padding: 0 10px;
	font-size: 16px;
}
.button.very-small, .woocommerce-checkout .login input[type="submit"] {
	height: 34px;
	line-height: 33px;
	text-transform: uppercase;
	font-weight: 300;
	padding: 0 16px;
	font-size: 16px;
}
.button.small {
	border-radius: 3px;
	font-size: 24px;
	font-weight: 300;
	height: 52px;
	line-height: 48px;
	padding: 0 32px;
}
.button.medium {
	border-radius: 3px;
	font-size: 26px;
	font-weight: 300;
	height: 65px;
	line-height: 62px;
	padding: 0 30px;
}
.button.red, .button.blue, .neocon-row input[type="submit"] {
	color: #FFCC00;
	background: #00689F;
}
.button.red:hover, .button.blue:hover, .neocon-row input[type="submit"]:hover {
	background: #057bb9;
}
.button.grey, #theme-my-login input[type="submit"], .woocommerce .login input[type="submit"] {
	background: #999999;
	color: #ffffff;
}
.button.med-grey {
	background: #7f7f7f;
	color: #ffcc00;
}
.button.med-grey:hover {
	background: #606060;
}
.button.grey:hover, #theme-my-login input[type="submit"]:hover, .woocommerce .login input[type="submit"]:hover {
	background: #bbbbbb;
}
.button.dark-grey {
	background: #666666;
	color: #ffffff;
}
.button.dark-grey:hover {
	background: #888888;
}
.button.ajax-product-button.waiting {
	cursor: wait;
}
.button.grey-ghost {
	background: #ffffff;
	border: 2px solid #606060;
	color: #606060;
	font-size: 16px;
	transition: all 700ms ease 0ms!important;
}
.button.grey-ghost:hover {
	background: #606060;
	color: #ffffff;
}
.button.grey-ghost .icon {
	background: #606060;
	color: #ffffff;
	display: none;
	float: right;
	margin: -1px -3px 0 0;
	padding: 0 5px;
}
.button.out-of-stock {
	background: #a4a4a4!important;
	border-color: #a4a4a4!important;
	color: white!important;
}
#theme-my-login input[type="submit"], .woocommerce form.login input[type="submit"] {
	width: 100%;
	padding: 0;
	height: 34px;
	line-height: 33px;
	text-transform: uppercase;
	font-weight: 300;
	padding: 0 16px;
	font-size: 16px;
}
#theme-my-login, .woocommerce form.login {
	width: 400px;
	display: block;
	margin: 0 auto;
	float: left;
	max-width: 50%;
}
.woocommerce-checkout .woocommerce form.login {
	width: 100%;
	float: none;
}
#theme-my-login .message {
	background: none;
	border: 0 solid #000000;
}
#registerform .acf-field {
	display: none!important;
}
a.wp-social-login-provider img {
	display: none;
}
a.wp-social-login-provider {
	display: inline-block;
	width: 32%;
	height: 40px;
	color: #ffffff;
	background: url() center center no-repeat #202020;
	background-size: auto 100%;
	float: left;
}
.wp-social-login-provider-list {
	padding: 0;
	margin: 10px 0;
	float: left;
	width: 100%;
}
a.wp-social-login-provider-twitter {
	background-image: url('images/black-twitter.png');
}
a.wp-social-login-provider-facebook {
	background-image: url('images/black-facebook.png');
}
a.wp-social-login-provider-google {
	background-image: url('images/black-google.png');
	margin: 0 2%;
}
.tml-action-links li {
	background: none;
}
.login {
	padding: 0;
}