/*
  *** TABLE OF CONTENTS ***
  ------------------------------------------------------------------------------  
  Following the name of each section is -n- and a 3 or 4 digit code, for example
  abc, which you can use find next to skip to the next section.  ------------------------------------------------------------------------------

  Base          = !bas
  Modules       = !mdl
  Primary       = !prm
  Home Page     = !hpg
  WooCommerce   = !wcm
  Media Queries = !mdq
  Header        = !hdr
  Content       = !cnt
  Main          = !main
  Sections      = !sections
  Sidebar       = !sdb
  Footer        = !ftr
*/

/* ==========================================================================

   Base -n- !bse

   ========================================================================== */

html,
body,
button,
input,
select,
textarea {
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
	color: #888;
}
body {
	line-height: normal;
	word-wrap: break-word;
	font-size:16px;
}
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 {
	font-weight: 400;
}
h1,.h1 {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 250%;
}
h2,.h2 {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 200%;
}
h3,.h3 {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 160%;
}
h4,.h4 {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 140%;
}
h5,.h5 {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 130%;
	font-weight: 600;
}
h6,.h6 {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 120%;
	font-weight: 600;
}

b,
strong {
	font-weight: 600;
}
.floatleft,
.content-left {
	float: left;
}
.floatright,
.content-right {
	float: right;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
p,
menu,
figure,
fieldset,
ul,
ol,
dl,
blockquote,
table,
form,
pre,
hr {
	margin-top:15px;margin-bottom:15px;
	line-height: 1.5;
}
p {
	display:block;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin: 0;
}
mark {
	background: #ff0;
	color: #000;
}
code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}
hr {
	display: block;
	height: 4px;
	border: 0;
	border-top: 1px solid rgba(235,235,235,0.1);
	background: rgba(0,0,0,0.2);
	margin:30px 1px;
	width:130px;
}
.text-center hr,
hr.centered {
	margin:30px auto;
}
.dark-bg hr {
	border-top: 1px solid rgba(0,0,0,0.1);
	background: #fff;
}

/* http://css-tricks.com/snippets/css/style-placeholder-text/ */
::-webkit-input-placeholder {
	color: #666;
	text-shadow: none;
}
:-moz-placeholder {
	color: #666;
	text-shadow: none; /* Firefox 18- */
}
::-moz-placeholder {
	color: #666;
	text-shadow: none; /* Firefox 19+ */
}
:-ms-input-placeholder {
	color: #666;
	text-shadow: none;
}

a,
a:hover,
a:active,
a img,
a img:hover,
a img:active {
	outline: none !important;
	transition: all 0.15s ease-in-out 0s;
	-moz-transition: all 0.15s ease-in-out 0s;
	-webkit-transition: all 0.15s ease-in-out 0s;
}
a {
	color: #DE0000;
}
a:hover {
	color: #DE0000;
}
.button,
#submit,
.submitbutton,
a.shipping-calculator-button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	display: inline-block;
	margin:5px;padding:15px 30px;
	min-width:180px;
	 background: transparent;
    border: 1px solid #000;
    color: #000;
    border-radius: 0;
	font-size: 100%;font-weight:600;
	text-decoration:none;text-transform:none;
	text-shadow: none;
	color: #000;
	line-height: 1;
	-webkit-appearance: none;
	text-align:center;
}
.button:hover,
#submit:hover,
.submitbutton:hover,
a.shipping-calculator-button:hover,
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
	background:#686868;
	color: #fff;
}

.button.gray {
	    background: transparent;
    border: 1px solid #000;
    color: #000;
    border-radius: 0;
}
.button.gray:hover {
	background:#999;
}

.button.white {
	background: transparent;
    color: #fff;
    border: 1px solid #fff;
}
.button.white:hover {
	background:#fff;
	color:#DE0000;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background:#DE0000 !important;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background:#999 !important;
}

/* Responsive 479px */
@media screen and (max-width: 479px) {

.button,
#submit,
.submitbutton,
a.shipping-calculator-button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	clear:both;
	margin:10px auto;padding:15px;
	width:100%;min-width:40px;
	display:block;
}

}

.content .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	padding:10px 15px;
}

/* ==========================================================================

   Primary Styles -n- !prm  

   ========================================================================== */

/* ==|== Header !hdr -n- ====================================================== */

.header {
	background:#363636;
	position:fixed;z-index:90;
	left:0;right:0;
	top:0;
	width:100%;
}
body.admin-bar .header {
	top:32px;
}
.header-top {
	background: #252525;
	padding-top: 8px;
	padding-bottom: 8px;
	color:#fff;
}

.header .container {
    max-width: 1400px;
}

.header-inner {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	color:#ccc;
}

.header-utility {
	float:right;
	position: relative;z-index: 90;
	}
	.header-utility .nav-item {
		float:left;
		display:inline-block;
		vertical-align:middle;
		margin:0 10px;padding:10px 0;
		position:relative;
		height:60px;
		}
		.header-utility .nav-item a {
			display:inline-block;
			vertical-align:middle;
			padding:10px;
			color:#999;
			text-decoration:none;
		}
		.header-utility .nav-item a:hover {
			color:#fff;
			text-decoration:none;
		}

/* Responsive 479px */
@media screen and (max-width: 479px) {

.header-utility .nav-item {
    margin: 0 4px;
	}
	.header-utility .nav-item a {
		padding: 10px 8px;
	}
	
}

#header-search {
	margin:auto;padding:0;
	overflow: hidden;
	}
	#header-search .header-search {
		background:#363636;
		position:relative;
		float: right;
		transition: all 0.15s ease-in-out 0s;
		-moz-transition: all 0.15s ease-in-out 0s;
		-webkit-transition: all 0.15s ease-in-out 0s;
		}
		#header-search .header-search form {
			transition: all 0.15s ease-in-out 0s;
			-moz-transition: all 0.15s ease-in-out 0s;
			-webkit-transition: all 0.15s ease-in-out 0s;
			position: absolute;z-index:0;right: 0;
			float: right;
			margin:0;
			width:85%;height:0px;
			opacity:0;
			}
			#header-search .header-search .search-query {
				float: left;
				margin: 0 10px 0 0;padding: 8px 20px;
				width: 78%;
				background: #ccc;
				border: 2px solid #ccc;
				border-radius: 30px;
				color:#333;
			}
			#header-search .header-search .search-button {
				height:0;width:0;opacity:0;
			}
			#header-search .header-search.search-open .search-button {
				opacity:1;
				color:#999;
				font-size:150%;
				margin: 0;padding:8px 4px 8px 0px;
				width:15%;height:auto;
			}
			#header-search .header-search.search-open .search-button:hover {
				color:#fff;
			}
			#header-search .header-search .search-toggle {
				position:relative;z-index:10;
				float: right;
				display: inline-block;
				text-align: center;
				color: #999;font-size:150%;font-weight:500;
				margin: 0;padding: 4px;
				cursor: pointer;cursor:hand;
				transition: all 0.15s ease-in-out 0s;
				-moz-transition: all 0.15s ease-in-out 0s;
				-webkit-transition: all 0.15s ease-in-out 0s;
			}
			#header-search .header-search .search-toggle:hover {
				color:#fff;
			}
			#header-search .header-search.search-open .search-toggle {
				float:left;width:15%;
				background:none;
				color: #999;
				}
				#header-search .header-search.search-open .search-toggle span {
					display:none;
				}
			#header-search .header-search.search-open .search-toggle:hover {
				color: #fff;
			}
		#header-search .header-search.search-open {
			color:#ccc;
			position:absolute;z-index:90;right: 0;
			width: 280px;
		}
		#header-search .header-search.search-open form {
			position:relative;z-index:10;right:0;
			height:auto;
			opacity:1;
		}
#header-phone {
	float:right;
}

.logo {
	float: left;
	margin: 2px 0 0;opacity:0.8;
	line-height: 1;
	transition: all 0.15s ease-in-out 0s;
	-moz-transition: all 0.15s ease-in-out 0s;
	-webkit-transition: all 0.15s ease-in-out 0s;
}
.logo:hover {
	opacity:1;
}

/* Responsive 959px */
@media screen and (max-width: 959px) {
	
.content-wrap {
    padding-top: 40px;
}
	
.header {
}
.header-inner {
	padding-top: 0;
	padding-bottom: 0;
}
.logo {
	margin: 5px 0 16px 55px;
	}
	.logo img {
		width: auto;
		height: 100%;
	}
}
/* Responsive 768px */
@media screen and (max-width: 768px) {
}
/* Responsive 599px */
@media screen and (max-width: 599px) {
}
/* Responsive 479px */
@media screen and (max-width: 479px) {
}

/* Social Media */
.social-media {
	margin: 0 auto;padding: 0;
	text-align: left;
	}
	.social-media li {
		list-style: none;
		display: inline-block;
		margin: 0;padding: 0;
		text-align:center;
		}
		.social-media li a {
			display: block;
			width:28px;height: auto;
			color: #aaa;
			font-size: 20px;line-height: normal;
			padding: 2px 1px;
		}
		.social-media li a:hover {
			color: #DF0100;
		}
/* Responsive 959px */
@media screen and (max-width: 959px) {
}
/* Responsive 768px */
@media screen and (max-width: 768px) {
}
/* Responsive 599px */
@media screen and (max-width: 599px) {
}
/* Responsive 479px */
@media screen and (max-width: 479px) {
}

/* Main Navigation */
.main-nav-wrap {
	position: relative;
	z-index: 1000;
	text-align:center;
	float:left;
}
.nav {
	margin: 0 auto;padding: 0;
}
.main-nav .nav {
	position: relative;
	display: block;
	float: none;
	margin: 0 auto;
	text-align:center;
	}
	.main-nav .nav > li {
		display: inline-block;
		float: none;
		margin:0 20px;
		}
		.main-nav .nav > li > a {
			display: block;
			padding: 18px 13px;
			color: #999;
			font-size:95%;font-weight:700;
			text-transform:capitalize;
		}
		.main-nav .nav .caret {
			display: inline-block;
			width: 0;
			height: 0;
			margin: 8px 0 0 3px;
			text-indent: -99999px;
			vertical-align: top;
			border-left: 4px solid transparent;
			border-right: 4px solid transparent;
			border-top: 4px solid #ccc;
			opacity: 0.4;
			filter: alpha(opacity=40);
			content: "\2193";
		}
		.main-nav .nav > li > a:hover,
		.main-nav .nav > li.dropdown.open > a,
		.main-nav .nav > li.current-menu-item > a,
		.main-nav .nav > li.current-menu-parent > a,
		.main-nav .nav > li.current-menu-ancestor > a,
		.main-nav .nav > li.current_page_ancestor > a {
			color: #fff;
		}
		.main-nav .nav li > a:hover > .caret,
		.main-nav .nav li.dropdown.open > a > .caret .main-nav .nav li.current-menu-item > a > .caret,
		.main-nav .nav li.current-menu-parent > a > .caret,
		.main-nav .nav li.current-menu-ancestor > a > .caret,
		.main-nav .nav li.current_page_ancestor > a > .caret {
			opacity: 1;
			filter: alpha(opacity=100);
		}

/* Drop Down */
.main-nav .nav .dropdown {
	position: relative;
}
.main-nav .nav .dropdown-toggle {
 *margin-bottom: -3px;
}
.main-nav .nav .dropdown-toggle:active,
.dropdown.open .dropdown-toggle {
	outline: 0;
}
.main-nav .nav .dropdown-content {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	display: none;
	min-width: 180px;
	max-width: 240px;
	padding: 15px 3px;
	margin: 0;
	list-style: none;
	background-color: #dadada;
	border-color: #dadada;
	border-style: solid;
	border-width: 1px;
	border-radius: 1px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	text-align:left;
}
.main-nav .nav .dropdown-content:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #dadada;
	position: absolute;
	top: -7px;
	left: 11px;
}
.main-nav .nav .dropdown-content:after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #dadada;
	position: absolute;
	top: -6px;
	left: 12px;
}
.main-nav .nav .dropdown.open {
 *z-index: 1000;
}
.main-nav .nav .dropdown.open > .dropdown-content {
	display: block;
}
/*uncomment for hover dropdowns*/
/*.main-nav .nav > .dropdown:hover > .dropdown-content { display: block; }*/
.main-nav .nav .dropdown-content li a {
	display: block;
	margin:0 15px;padding: 7px 0;
	clear: both;
	font-size:80%;font-weight: 700;
	color: #777;
	line-height:110%;
}
.main-nav .nav .dropdown-content li > a:hover {
	color: #DC0100;
}
.main-nav .nav .dropdown-content .dropdown.open > a {
	color: #888;
}
.main-nav .nav .dropdown-content .current-menu-item > a,
.main-nav .nav .dropdown-content .current-menu-parent > a,
.main-nav .nav .dropdown-content .current-menu-ancestor > a,
.main-nav .nav .dropdown-content .current_page_ancestor > a {
	color: #DC0100;
}
/* 2nd level and below drop down styles */
.main-nav .nav ul .caret {
	position: absolute;
	right: 8px;
	top: 2px;
	border-top: 4px solid transparent;
	border-left: 4px solid #777;
	border-bottom: 4px solid transparent;
	opacity: 0.3;
	filter: alpha(opacity=30);
	content: "\2193";
}
.main-nav .nav ul .dropdown.open > .dropdown-toggle > .caret,
.main-nav .nav ul .dropdown-toggle:hover > .caret {
	border-left: 4px solid #fff;
}
.main-nav .nav ul > .dropdown.open > .dropdown-toggle > .caret {
	opacity: 1;
	filter: alpha(opacity=100);
}
.main-nav .nav ul .dropdown-content {
	top: -3px;
	left: 157px;
	padding-left: 2px;
	padding-right: 2px;
}
.main-nav .nav ul .dropdown-content:before {
	border-top: 7px solid transparent;
	border-left: none;
	border-right: 7px solid #ccc;
	border-bottom: 7px solid transparent;
	top: 7px;
	left: -7px;
}
.main-nav .nav ul .dropdown-content:after {
	border-top: 6px solid transparent;
	border-left: none;
	border-right: 6px solid #fff;
	border-bottom: 6px solid transparent;
	top: 8px;
	left: -6px;
}

/* Responsive 1300px */
@media screen and (max-width: 1300px) {

.main-nav .nav > li {
    margin: 0 12px;
}
.main-nav .nav > li > a {
	padding: 18px 10px;
}
	
}
/* Responsive 1140px */
@media screen and (max-width: 1140px) {

.main-nav .nav > li {
    margin: 0 8px;
}
.main-nav .nav > li > a {
	padding: 18px 10px;
}
	
}
/* Responsive 1080px */
@media screen and (max-width: 1080px) {

.main-nav .nav > li {
    margin: 0 4px;
}
.main-nav .nav > li > a {
	padding: 18px 8px;
}
	
}

/* Responsive 959px */
@media screen and (max-width: 959px) {
	
/* Button For Mobile Nav */
.btn-navbar {
	position:absolute;
	float: left;
	padding: 20px 15px 20px 0;
	cursor: pointer;
}
.btn-navbar .icon-bar {
	display: block;
	width: 32px;
	height: 4px;
	margin-top: 5px;
	background: #ccc;
	border-radius: 1px;
}
.btn-navbar .icon-bar:first-child {
	margin-top: 0;
}
.btn-navbar:hover,
.btn-navbar:active,
.btn-navbar.active,
.btn-navbar.disabled,
.btn-navbar[disabled] {
}
.btn-navbar:active,
.btn-navbar.active {
}
/* End Button */

.main-nav-wrap {
	clear:both;float:none;
}
.js .main-nav-wrap {
	display: none;
}
.main-nav-wrap .nav {
	clear:both;float: none;
	margin: 0;padding:10px 5px 20px;
	text-align:left;
}
.main-nav .nav li {
	float: none;
	display:block;
	margin:0;
}
.main-nav .nav li a,
.main-nav .nav .dropdown-content li a {
	margin:0;padding: 10px 15px;
	font-size: 110%;
}
.main-nav .nav .dropdown-content li a {
	padding: 8px 15px;
	font-size: 100%;
}
.main-nav .nav li > a:hover,
.main-nav .nav > li.dropdown.open > a,
.main-nav .nav > li.current-menu-item > a,
.main-nav .nav > li.current-menu-parent > a,
.main-nav .nav > li.current-menu-ancestor > a {
}
/* Dropdown */
.main-nav .nav .dropdown-content {
	position: static;
	top: auto;
	left: auto;
	float: none;
	max-width: none;
	margin: 0 15px;
	padding: 0;
	background-color: transparent;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.main-nav .nav .caret,
.main-nav .nav ul .caret {
	margin: 10px 0 0 2px;
	border-left: 4px solid #fff;
	border-right: none;
	border-bottom: 4px solid transparent;
	border-top: 4px solid transparent;
}
.main-nav .nav .dropdown-content {
	margin:0;
}
.main-nav .nav .dropdown.open > .dropdown-toggle .caret,
.main-nav .nav ul .dropdown.open > .dropdown-toggle .caret {
	margin-top: 8px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #fff;
}
.main-nav .nav .dropdown-content li a {
	color: #999;
}
.main-nav .nav .dropdown-content li > a:hover {
	color: #fff;
}
.main-nav .nav .dropdown-content .dropdown.open > a {
	color: #fff;
}
.main-nav .nav .dropdown-content .current-menu-item > a,
.main-nav .nav .dropdown-content .current-menu-parent > a,
.main-nav .nav .dropdown-content .current-menu-ancestor > a,
.main-nav .nav .dropdown-content .current_page_ancestor > a {
	color: #fff;
}
.main-nav .nav .dropdown-content:before,
.main-nav .nav .dropdown-content:after {
	display: none;
}
/* 2nd level and below drop down styles */

.main-nav .nav ul .caret {
	display: inline-block;
	position: static;
}
	
}
/* Responsive 768px */
@media screen and (max-width: 768px) {
}
/* Responsive 599px */
@media screen and (max-width: 599px) {
}
/* Responsive 479px */
@media screen and (max-width: 479px) {
}
/* End Main Navigation */

/* Utility Nav */
.utility-nav {
	float: right;
}
.utility-nav ul {
	text-align: right;
}
.utility-nav li {
	display: inline-block;
}
.utility-nav li a {
	padding: 0 8px;
}
.utility-nav ul li a:hover,
.utility-nav ul li.current-menu-item a,
.utility-nav ul li.current-menu-parent a,
.utility-nav ul li.current-menu-ancestor a,
.utility-nav ul li.current_page_ancestor a {
}

/* Responsive 959px */
@media screen and (max-width: 959px) {
.utility-nav.mobile {
	clear: both;
	float: none;
}
.utility-nav.mobile ul {
	text-align: left;
}
.utility-nav.mobile li a {
	color: #999;
}
.utility-nav.mobile ul li a:hover,
.utility-nav.mobile ul li.current-menu-item a,
.utility-nav.mobile ul li.current-menu-parent a,
.utility-nav.mobile ul li.current-menu-ancestor a,
.utility-nav.mobile ul li.current_page_ancestor a {
	color: #fff;
}
}
/* Responsive 768px */
@media screen and (max-width: 768px) {
}
/* Responsive 599px */
@media screen and (max-width: 599px) {
}
/* Responsive 479px */
@media screen and (max-width: 479px) {
}

/* ==|== Content !cnt -n- ===================================================== */

.content-wrap {
}
.content {
}
.includes ul li {
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 5px;
}
/* ==|== Main !main -n- ======================================================= */

.main {
	padding: 25px 20px !important;
}
.page-title {	
}

/* ==|== Sections -n- ========================================================= */

.section {
	position:relative;overflow:hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding:80px 20px;
}
.section .section-heading {
	padding:0 10px 10px;
}

.section.main-content {
	padding:20px 10px 30px;
}

/* Content Layout */
.section.content-layout.bgImage {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position:relative;
	overflow:hidden;
}

.section.content-layout.bgImageLeft,
.section.content-layout.bgImageRight {
	padding:0;
	}
	.section.content-layout.bgImageLeft .bg-image,
	.section.content-layout.bgImageRight .bg-image {
		float:left;
		width:50%;
		position:absolute;top:0;bottom:0;
		overflow:hidden;
		}
		.section.content-layout.bgImageLeft .bg-image > img,
		.section.content-layout.bgImageRight .bg-image > img {
			width:auto;height:100%;
			max-width:none;
		}
	.section.content-layout.bgImageLeft .bg-image {
		text-align:right;left:0;
	}
	.section.content-layout.bgImageRight .bg-image {
		float:right;
		text-align:left;right:0;
	}
	.section.content-layout.bgImageLeft .container,
	.section.content-layout.bgImageRight .container {
		position: relative;
		float:right;
		width:50%;
		padding:150px 0;
	}
	.section.content-layout.bgImageLeft .container {
		max-width: 530px;
		margin-right:12%;
	}
	.section.content-layout.bgImageRight .container {
		max-width: 530px;
		margin-left:12%;
	}
	.section.content-layout.bgImageRight .container {
		float:left;
		}
		.section.content-layout.bgImageLeft .section-heading,
		.section.content-layout.bgImageRight .section-heading {
			margin:0 0 -20px;padding:20px 40px 0px;
		}
		.section.content-layout.bgImageLeft .container .content-block,
		.section.content-layout.bgImageRight .container .content-block {
			padding:20px 30px;
		}

		.section.content-layout .container.content-has-bg .content-block {
			padding:20px 30px;
		}

/* Responsive 1400px */
@media screen and (max-width: 1400px) {

.section.content-layout.bgImageLeft .container {
	margin-right:5%;
}
.section.content-layout.bgImageRight .container {
	margin-left:5%;
}
	
}

/* Responsive 1200px */
@media screen and (max-width: 1200px) {

.section.content-layout.bgImageLeft .bg-image,
.section.content-layout.bgImageRight .bg-image {
}
.section.content-layout.bgImageLeft .container,
.section.content-layout.bgImageRight .container {
	padding:100px 0;
}
.section.content-layout.bgImageLeft .container {
	margin-right:0;
}
.section.content-layout.bgImageRight .container {
	margin-left:0;
}
	
}
/* Responsive 959px */
@media screen and (max-width: 959px) {

.section.content-layout.bgImageLeft,
.section.content-layout.bgImageRight {
	}
	.section.content-layout.bgImageLeft .bg-image,
	.section.content-layout.bgImageRight .bg-image {
		float:none;clear:both;
		width:100%;max-height:500px;
		position:relative;left:auto;right:auto;
		}
		.section.content-layout.bgImageLeft .bg-image > img,
		.section.content-layout.bgImageRight .bg-image > img {
			position:relative;
			left:0;right:0;
			height:auto;
			max-width:100%;width:100%;
		}
	.section.content-layout.bgImageLeft .container,
	.section.content-layout.bgImageRight .container {
		float:none;clear:both;
		width:100%;
		margin:0 !important;padding:50px 0;
		max-width:none;
	}
	.section.content-layout.bgImageLeft .container {
		margin-right:0;
	}
	.section.content-layout.bgImageRight .container {
		margin-left:0;
	}

}
/* Responsive 768px */
@media screen and (max-width: 768px) {

}
/* Responsive 599px */
@media screen and (max-width: 599px) {

.section.content-layout.bgImageLeft,
.section.content-layout.bgImageRight {
	}
	.section.content-layout.bgImageLeft .container,
	.section.content-layout.bgImageRight .container {
		padding:30px 0;
	}

}

/* CTAs */
.ctas {
	}
	.ctas .cta-item {
		position:relative;
		margin:10px auto;
		text-align:center;
		}
		.ctas .cta-item h3 a {
			color:#999;
			text-decoration:none;
		}
		.ctas .cta-item:hover h3 a {
			color:#DE0000;
			text-decoration:none;
		}
		.ctas .cta-item .cta-content p.cta-desc {
			margin-bottom:0;
		}

.ctas .ctaInfo .cta-item h3 {
	border:2px solid #ccc;
	padding:15px 15px;
	font-size:100%;
	font-weight:600;
	transition: all 0.15s ease-in-out 0s;
	-moz-transition: all 0.15s ease-in-out 0s;
	-webkit-transition: all 0.15s ease-in-out 0s;
}
.ctas .ctaInfo .cta-item.active h3 {
	border:2px solid #DE0000;
}

.ctas .ctaInfo .info-box {
    max-width: 900px;
    margin: 0 auto;
}
.ctas .ctaInfo .cta-item.active .info-box {
	padding:20px 40px;
}

.ctas.features {
	padding:50px 20px;
	}
	.ctas.features .cta-item .cta-image {
		display:inline-block;
		float:left;
	}
	.ctas.features .cta-item .cta-content {
		display: inline-block;
		float:left;
		padding: 15px 0 0 10px;
		}
		.ctas.features .cta-item .cta-content h3 {
			margin: 0;padding: 0;
		}
.ctas.icons {
	padding:50px 20px;
	}
	.ctas.icons .cta-item .cta-content {
		padding:0 20px;
	}

/* Responsive 1300px */
@media screen and (max-width: 1300px) {

.ctas.features .cta-item {
	}
	.ctas.features .cta-item .cta-content h3 {
		font-size:140%;
	}

}
/* Responsive 1200px */
@media screen and (max-width: 1200px) {

.ctas.features .cta-item {
	}
	.ctas.features .cta-item .cta-image {
		float:none;clear:both;
		margin:10px auto;
	}
	.ctas.features .cta-item .cta-content {
		display:block;
		float:none;clear:both;
		margin:10px auto;padding:0;
		}

}
/* Responsive 959px */
@media screen and (max-width: 959px) {

.ctas.features .grid-unit.size1of5 {
	width:20%;
}

}
/* Responsive 768px */
@media screen and (max-width: 768px) {

.ctas.features .grid-unit.size1of5 {
	width:33.33%;
}

}
/* Responsive 500px */
@media screen and (max-width: 500px) {

.ctas.features .grid-unit.size1of5 {
	width:50%;
}

}

/* Buttons */
.section.buttons-layout {
}

/* Accordion */
.section.accordion-layout .accordion-list {
	padding:15px 0;
	}
	.section.accordion-layout .accordion-list .accordion-item {
		margin:5px 0;
		}
		.section.accordion-layout .accordion-item a.accordion-link {
			transition: 0.4s;
			display:block;
			padding:10px 15px;
			background:#efefef;
			border:1px solid #dadada;
			color:#999;
			font-weight:700;
		}
		.section.accordion-layout .accordion-item a.accordion-link:hover {
			color:#666;
			cursor:pointer;cursor:hand;
		}
		.section.accordion-layout .accordion-item a.accordion-link.active {
			color:#666;
		}
		.section.accordion-layout .accordion-item a.accordion-link:after {
			content: '\02795'; /* Unicode character for "plus" sign (+) */
			font-size: 13px;
			color: #777;
			float: right;
			margin-left: 5px;
		}
		.section.accordion-layout .accordion-item a.accordion-link.active:after {
			content: "\2796"; /* Unicode character for "minus" sign (-) */
		}
		.section.accordion-layout .accordion-item .accordion-content {
			display:none;
			overflow: hidden;font-size:90%;
			padding:5px 15px;
		}

/* Gallery */
.section.gallery-layout {
	}
	.section.gallery-layout .gallery-img {
		margin:10px 0;padding:0 10px;
	}

/* Posts */
.section.posts-layout {
	}
	.section.posts-layout .post-item {
		margin:10px 0;
		}
		.section.posts-layout .imgleft .post-item .post-thumbnail {
			float:left;
			max-width:180px;
			margin:10px 10px 0 0;
		}
		.section.posts-layout .imgleft .post-item .post-content {
			float:right;
		}
		.section.posts-layout .imgtop .post-item .post-thumbnail {
			clear:both;float:none;
			margin:10px auto 10px auto;
			max-width:225px;
		}
		.section.posts-layout .imgtop .post-item .post-content {
			clear:both;float:none;
			text-align:center;
		}
		.section.posts-layout .imgright .post-item .post-thumbnail {
			float:right;
			max-width:180px;
			margin:10px 0 0 10px;
		}
		.section.posts-layout .imgright .post-item .post-content {
			float:left;
		}

		.section.posts-layout .post-item .post-content h3 a {
			text-decoration:none;
		}

.section .post-item.testimonial {
	text-align:center;
	margin: 10px auto;padding: 10px 0;
	max-width: 700px;
	}
	.section .post-item.testimonial h3 {
		font-size:90%;font-weight:600;
	}

/* Responsive 1500px */
@media screen and (max-width: 1500px) {
	
.section .post-item.testimonial {
	max-width: 600px;
	font-size:90%;
}
	
}
/* Responsive 959px */
@media screen and (max-width: 959px) {
	
.section .post-item.testimonial {
	max-width: 530px;
}
	
}

/* Section with Sidebar */
body.page-template-page-sidebar .section {
	padding:40px 0;
}

/* Map */

#map-mobile .button {
	display:block;
}

/* Dealers */

.section.distributor {
	border-top:5px solid #dadada;
	}
	.section.distributor .content-block hr {
		margin: 13px 1px 30px;
	}

/* Owl Carousel */
.owl-carousel {
	margin:0 5%;
	width:auto;
}
.owl-nav {
	position:absolute;
	top:50%;
	width:100%;
	font-size:250%;
}
.owl-nav .owl-prev {
	position:absolute;
	left:-4%;top:50%;
	transform:translateY(-50%);
	margin:auto;
}
.owl-nav .owl-next {
	position:absolute;
	right:-4%;top:50%;
	transform:translateY(-50%);
	margin:auto;
}
.owl-dots {
	position:relative;
	width:100%;
	text-align:center;
	}
	.owl-dots .owl-dot {
		display:inline-block;
		margin:0 4px;
		}
		.owl-dots .owl-dot span {
			background:#ccc;
			display:inline-block;
			border-radius:50%;
			padding:6px;
		}
		.owl-dots .owl-dot.active span {
			background:#999;
		}
/* Responsive 959px */
@media screen and (max-width: 959px) {

.owl-nav .owl-prev {
    left:-7%;
}
.owl-nav .owl-next {
	right:-7%;
}
	
}
/* Responsive 599px */
@media screen and (max-width: 599px) {

.owl-nav .owl-prev {
    left:-8%;
}
.owl-nav .owl-next {
	right:-8%;
}
	
}
/* Responsive 479px */
@media screen and (max-width: 479px) {

.owl-nav .owl-prev {
    left:-10%;
	font-size:80%;
}
.owl-nav .owl-next {
	right:-10%;
	font-size:80%;
}
	
}

/* ==|== Sidebar !sdb -n- ===================================================== */

.sidebar {
	padding: 25px 20px;
	}
	.sidebar h3 {
	}
	.sidebar ul {
		margin: 0;
		padding: 0;
		}
		.sidebar li {
			border-bottom: 1px solid #dadada;
			list-style: none;
			margin: 0;
			padding: 0;
			}
			.sidebar li a {
				display: block;
				text-decoration: none;
				padding: 5px 0;
			}

/* ==|== Footer !ftr -n- ====================================================== */

.footer {
	background: #fff;
}
.footer-inner {
	padding:40px 20px;
}
.footer-bottom {
	padding:40px 20px;
}
.footer-nav {
}
.footer-nav > ul {
	text-align: left;
	margin: 1em 0;
}
.footer-nav > ul > li {
	display: inline;
}
.footer-nav > ul > li > a {
	padding: 0 10px;
	color: inherit;
}
.footer-nav > ul > li:first-child > a {
	padding-left: 0;
}
.footer-nav ul ul {
	display: none;
}
.footer-nav ul li a:hover,
.footer-nav ul li.current-menu-item a,
.footer-nav ul li.current-menu-parent a,
.footer-nav ul li.current-menu-ancestor a,
.footer-nav ul li.current_page_ancestor {
	color: inherit;
}
#footer-widget-area {
	padding:30px 20px;
}
.footer-widget {
	margin: 20px auto;
	}
	.footer-widget h3 {
		color:#444;
	}
	.footer-widget ul {
		margin:0;padding:0;
		}
		.footer-widget li {
			list-style:none;
			margin:3px 0;padding:0;
			}
			.footer-widget li a {
				margin:0;padding:5px 0;
				color:#999;
				text-decoration:none;
			}
			.footer-widget li a:hover {
				color:#DD0101;
			}

.copyright {
	padding-top:15px;
	clear: both;
	text-align: right;
}

/* ==========================================================================

   WooCommerce -n- !wcm  

   ========================================================================== */

.woocommerce-breadcrumb a,
.woocommerce-breadcrumb a:visited {
	color: inherit;
}
.woocommerce-breadcrumb a:hover {
	color: inherit;
}
.woocommerce ul.products h2,
.woocommerce ul.products h3,
.posts-layout .product-item h2,
.posts-layout .product-item h3 {
	color: inherit;
}
.woocommerce ul.products .star-rating {
	color: inherit;
}
.woocommerce ul.products .price,
.posts-layout .product-item .price {
	color: inherit;
}
.woocommerce ul.products li.product .button,
.posts-layout .product-item .button {
	/* color: #fff; */
}
.woocommerce p.stars span a {
	color: #FE9D00;
}
.woocommerce  .content-wrap {
    padding-top: 90px;
}
input#coupon_code {
    width: 200px;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    position: initial;
}
/* ==========================================================================

   Home Page -n- !hpg

   ========================================================================== */

#hero {
	overflow: hidden;
	position: relative;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: transparent;
	color: #686868;
	border-bottom:1px solid #fff;
	}
	#hero .hero-content {
		padding: 150px 20px 100px;
		color: #686868;
		}
		#hero .hero-content h1 {
			color: #686868;
			margin:0 0 10px;
			font-size: 430%;
			line-height:100%;
		}
		#hero .hero-content h2 {
			color: #686868;
			margin:0;
			font-size: 230%;
			line-height:100%;
		}
		#hero .hero-content h3 {
			color: #686868;
			margin:0;
			font-size: 180%;
			line-height:100%;
		}
		#hero .hero-content .hero-buttons {
			margin:30px 0 0;
			font-size:120%;
		}

#hero.text-left {
	}
	#hero.text-left .hero-content {
		margin:0;padding:250px 20px 200px;
		max-width:600px;
	}
#hero.text-center {
	background-position: center bottom;
	}
	#hero.text-center .hero-content {
		padding:125px 20px 720px;
	}
#hero.text-right {
	}
	#hero.text-right .hero-content {
		margin:0;padding:250px 20px 200px;
		max-width:600px;
	}

#hero.home-hero .hero-image {
	position:relative;
}
#hero.home-hero .hero-content {
	position:absolute;
	top:50%;transform:translateY(-50%);
}
#hero.home-hero #obutto-video {
	position: absolute;
	bottom: 70px;
	left: 0;
	right: 0;
	text-align:center;
	margin:10px auto;
	color:#999;
	}
	#hero.home-hero #obutto-video a {
		text-align:center;
		color:#999;
		display:inline-block;
		text-decoration:none;
		}
		#hero.home-hero #obutto-video a i.icon {
			display:inline-block;
			color:#999;font-size: 26px;
			border:1px solid #999;
			border-radius:50%;
			padding:10px;
		}
		#hero.home-hero #obutto-video a span {
			display:block;
			color:#999;
			padding:10px;
		}
	#hero.home-hero #obutto-video a:hover {
		color:#999;
		}
		#hero.home-hero #obutto-video a:hover i.icon {
			background:#666;
			color:#fff;
			border:1px solid #666;
		}
		#hero.home-hero #obutto-video a:hover span {
			color:#666;
		}

#hero.home-hero .flex-control-nav {
    position: absolute;
    text-align: left;
    top: 80px;bottom: auto;
	left: 20px;right: auto;
    width: auto;
	}
	#hero.home-hero .flex-control-nav.flex-control-paging li a {
		width: 10px;
		height: 10px;
		background: none;
		border:1px solid #777;
		opacity: 1;
	}
	#hero.home-hero .flex-control-nav.flex-control-paging li a.flex-active {
		background: #777;
		border:1px solid #777;
	}

/* Responsive 959px */
@media screen and (max-width: 959px) {
	
#hero .hero-content {
	padding:110px 20px 50px;
	font-size:80%;
}
#hero.text-left .hero-content {
	padding:110px 20px 50px;
}
#hero.text-center .hero-content {
	padding:55px 20px 500px;
}
#hero.text-right .hero-content {
	padding:110px 20px 50px;
}
#hero.home-hero .flex-control-nav {
    top: 60px;
}

}
/* Responsive 768px */
@media screen and (max-width: 768px) {
	
#hero.home-hero #obutto-video {
    position: relative;
    bottom: 0;
    text-align: center;
    background: #fff;
    margin: 0;padding: 20px 20px 12px;
}

}
/* Responsive 630px */
@media screen and (max-width: 630px) {
	
#hero .hero-content,
#hero.home-hero .hero-content {
	left: 0;right: 0;top:0;bottom:0;
	transform: none;
	width: 100%;
	background:rgba(0,0,0,0.3);
	padding: 90px 20px 30px;
	font-size:70%;
	color:#fff;
}
#hero.text-left .hero-content,
#hero.text-center .hero-content,
#hero.text-right .hero-content {
	padding:90px 20px 30px;
	max-width:none;
}
	#hero .hero-content h1 {
		color:#fff;
		font-size: 380%;
	}
	#hero .hero-content h2 {
		color:#fff;
		font-size: 200%;
	}
	#hero .hero-content h3 {
		color:#fff;
	}
	#hero .hero-content .hero-buttons {
		margin: 15px 0 0;
	}

}
/* Responsive 500px */
@media screen and (max-width: 500px) {

#hero .hero-content,
#hero.home-hero .hero-content {
	left: 0;right: 0;
	width: 100%;
	position:relative;
	top: auto;bottom:0;
	transform: none;
	background:rgba(0,0,0,0.6);
	padding: 30px 20px 30px;
	font-size:70%;
	color:#fff;
}
#hero.text-left .hero-content,
#hero.text-center .hero-content,
#hero.text-right .hero-content {
	padding:30px 20px 30px;
}
	
#hero.home-hero .flex-control-nav {
    position: relative;
    text-align: left;
    top: auto;
    bottom: -5px;
    left: 0;
    right: auto;
    width: auto;
}

}


/* Home Sections */

#home-features {
	padding:50px 20px;
}

#home-support-forums {
	}
	#home-support-forums .section,
	.section.forum-block {
		padding: 20px 20px 400px;
		}
		#home-support-forums .section .content-block,
		.section.forum-block .content-block {
			margin:0 auto;
			max-width:700px;
			font-weight:500;
		}

/* ==========================================================================

   Other Media Queries -n- !mdq   

   ========================================================================== */

@media screen and (min-width: 960px) {
.mobile .main-nav-wrap {
	display: block !important;
	overflow: visible !important;
}
}
.oldie .main-nav-wrap {
	display: block !important;
	overflow: visible !important;
}