/*
  *** TABLE OF CONTENTS ***
  Base          = !base
  Header        = !header
  Main Nav      = !nav
  Content       = !content
  Main          = !main
  Sections      = !sections
  Sidebar       = !sidebar
  Footer        = !footer
  WooCommerce   = !woo
  Home Page     = !homepage
*/

/********************
SEARCH PAGE FIX
********************/
.search-results #search-main > .container {
  max-width: 1100px;
  width: 100%;
}
.search-results #search-main .main div.row.search-results {
  margin-bottom: 100px;
}
.search-results #search-main .grid-unit {
  width: 100%;
}
.search-results #search-main .grid-unit .post-thumbnail {
  display: none;
}
.search-results #search-main li.product {
  list-style: none;
  margin-bottom: 50px;
}
.search-results #search-main li.product a > img.attachment-woocommerce_thumbnail {
  display: none;
}
.search-results #search-main li.product a.woocommerce-LoopProduct-link {
  text-decoration: none;
}
.search-results #search-main li.product a.woocommerce-LoopProduct-link .woocommerce-loop-product__title {
  font-size: 24px;
  font-weight: 500;
  min-height: unset;
}
.search-results #search-main li.product .button {
  display: block;
  width: max-content;
  margin-top: 25px;
}

/* ==========================================================================
   Base | !base
   ========================================================================== */
 
html,
body,
button,
input,
select,
textarea {
	color: #666;
}
body {
	font-family: 'inter',sans-serif;
	font-weight: 300;
	line-height: normal;
	word-wrap: break-word;
}
.wrap {
	/*overflow: hidden;*/
	transition: all 0.20s ease-in-out 0s;
	-moz-transition: all 0.20s ease-in-out 0s;
	-webkit-transition: all 0.20s ease-in-out 0s;
}

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 {
	font-weight:300;
}
h1,.h1 {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 300%;
	text-transform:uppercase;
}
h2,.h2 {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 240%;
}
h3,.h3 {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 160%;
	font-weight:500;
}
h4,.h4 {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 140%;
	font-weight:500;
}
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: 700;
}
.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;
}
.shadow{
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
    }
.shadow-glow{
        color: #fff;
        text-shadow: -1px 0 #b1e3fa, 0 1px #b1e3fa, 1px 0 #b1e3fa, 0 -1px #b1e3fa;
    }
.shadow-multiple{
        text-shadow: 1px 1px 2px #000000, 2px 2px 4px #000000;
    }
.shadow-outline{
        color: #fff;
        text-shadow: -2px 0 #b1e3fa, 0 2px #b1e3fa, 2px 0 #b1e3fa, 0 -2px #b1e3fa;
    }
.home #hero .hero-content .container,
.page-id-39305 #hero .hero-content .container {
    max-width: 100%;
	  position: relative;
}

.bluebox {
  text-align:center;
	font-size: 1.2em;
	color: white;
	line-height: 14px;
	letter-spacing: 1px;
	padding-left: 20px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
    background-color: #08a5de;
	position: absolute;
    top: -68px;
	z-index: 0;
	text-shadow: 0px 0px 0px #000000;
}

@media screen and (min-width: 720px){
	.bluebox{left: 0px;}
}
@media screen and (min-width: 540px) and (max-width: 719px){
	.page-id-39305 .hero-content {
    padding: 0 !important;
	}
	.bluebox{left: 0; top:-45px;}
}
@media screen and (max-width: 539px){
	.page-id-39305 .hero-content {
    padding: 0 !important;
	}
	.bluebox{left: 0; top:-45px; width: 100%;}
}
.noshadow { 
	text-shadow: 0px 0px 0px #FFFFFF;
}

.nowhitebox {
  text-align:left;
	font-size: 1.3em;
	color: white;
	line-height: 25px;
	letter-spacing: 1px;
	padding-left: 20px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
    left: -100px;
    top: -110px;
	z-index: 1000;
	text-shadow: 1px 1px 1px #000000;
}
.circle-case-study {
  text-align:center;
  height: 100px;
  width: 100px;
  background-color: #b1e3fa;
  border-radius: 50%;
  display: inline-block;
}
.featurebox {
	border: 2px solid #b1e3fa;
	background: #b1e3fa;
}
.featurebox2 {
	border: 2px solid #939598;
	padding: 20px;
}
.ergotip {
	background-color: #b1e3fa;
	width: 150px;
    height: 150px;
	border-style: solid;
    border-width: 2px 2px 2px 2px;
	border-color: #b1e3fa;
	padding: 90px 20px 20px 20px;
}
.ergotiptext {
	vertical-align: middle;
}
.graybox {
	background: #f8f8f8;
}
.graybox2 {
	background: #f8f8f8;
	width: 200px;
	height: 300px;
}
.graybox3 {
	background-image: url("http://66.232.124.90/~appliede/wp-content/uploads/2020/01/spacerpad-13.gif");
	background-repeat: no-repeat;
}
.worksafe {
	        color:#00a4d8;
			font-family:'Roboto Slab',serif;
}
.notextdecoration {
	text-decoration: none;
}
.cropped {
    width: 822px; /* width of container */
    overflow: hidden;
}
.cropped img {
    margin: 0px 0px 0px;
	vertical-align: right;
}
.depad {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: -10px -10px -10px;
}
.gallery-custom img {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
	background: #b1e3fa;
}
p,
menu,
figure,
fieldset,
ul,
ol,
dl,
blockquote,
table,
form,
pre,
hr {
	margin-top:10px;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: 2px;
	border: 0;
	border-top: 1px solid rgba(0,0,0,0.2);
	background: rgba(255,255,255,0.2);
}

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;
}

/* Buttons */

.button,
#submit,
.submitbutton,
a.shipping-calculator-button,
#searchsubmit,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	display: inline-block;
	margin:5px;padding:15px 30px;
	min-width:150px;
	background:#fff;
	border: 3px solid #0aa4d8;
	border-radius:1px;
	font-family: 'inter',sans-serif;
	font-size: 100%;font-weight:600;
	text-decoration:none;text-transform:uppercase;
	color: #777 !important;
	line-height: 1;
	-webkit-appearance: none;
	text-align:center;
}
.button:hover,
#submit:hover,
.submitbutton:hover,
a.shipping-calculator-button:hover,
#searchsubmit:hover,
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
	background:#0aa4d8;
	color: #fff !important;
}

.button.alt,
input#submit.alt,
button.alt,
input.alt,
.button.blue,
.newsletter-form .button,
.woocommerce .newsletter-form .button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	font-family: 'inter',sans-serif;
	background: #0aa4d8 !important;
	color:#fff !important;
}
.button.alt:hover,
input#submit.alt:hover,
button.alt:hover,
input.alt:hover,
.button.blue:hover,
.newsletter-form .button:hover,
.woocommerce .newsletter-form .button:hover,
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
	background:#fff !important;
	color:#0aa4d8 !important;
}

.blue-text {
	color:#0aa4d8;
}

/* 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 20px;
	width:100%;min-width:40px;
	display:block;
}

}

/* Forms */
.wrap .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	padding:10px 15px;
}
.wrap .gform_wrapper select,
.wrap .gform_wrapper.gf_browser_gecko select {
    padding:10px 23px 10px 13px;
}
.wrap .gform_wrapper label.gfield_label {
    font-weight: 600;
    font-size: inherit;
}

/* ==========================================================================
   Header !header  
   ========================================================================== */

.header {
	background: none;
	box-shadow:0 3px 15px rgba(0,0,0,0.1);
	position:relative;z-index:90;
	width:100%;
	top:auto;
}

.floating-header {
	width:100%;
	position:fixed;
	left:0;right:0;
}
.sticky.scrolling {
	background:#fff;
	box-shadow:0 3px 15px rgba(0,0,0,0.1);
	position:fixed;z-index:80;
	left:0;right:0;top:0;
}

/* Responsive 960px and above */
@media screen and (min-width: 960px) {

.content-wrap.scrolling {
	padding-top:2%;
}
.content-wrap.has-floating-header.scrolling {
	padding-top:0;
}

}

.header-top {
	background: #f9f9f9;
	padding-top: 8px;
	padding-bottom: 8px;
	color:#0aa4d8;
}

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

.logo {
	position:relative;
	z-index:100;
	float: left;
	margin: 0;
	line-height: 1;
}

.header-aux {
	position:relative;right:0;
	z-index:85;
	float:right;
    padding:10px 0 0;
}
.header-aux a {
    display:inline-block;
    float:left;
}
.header-aux .header-icon {
    padding:7px 5px 5px;
    color:#ccc;
    font-size:24px;
    text-decoration:none !important;
}
.header-aux .header-icon:hover {
    color:#0aa4d8;
}
.header-aux .header-icon.account-icon {
    vertical-align: top;
    padding:10px 5px 5px;
    font-size:18px;
}
.header-aux .header-icon.cart-icon strong {
    margin: -3px 0 0 -8px;padding:2px 8px 3px;
    font-size:13px;
    font-weight:600;
    border-radius:50%;
    background:#0aa4d8;
    color:#fff;
    display: inline-block;
    float: right;
}
.header-aux .button.request-quote {
    float:right;
    min-width:40px;
    margin:3px 5px;padding:10px 15px;
    font-size:80%;
}

.promo-top p {
	margin:0;padding:5px 0 5px 30px;
	text-transform:uppercase;
	font-size:90%;
}
.search-top {
	padding-right:0;
}
#header-search  {
	float:right;
	margin: -8px 0;padding: 0;
	overflow: hidden;
}
#header-search .header-search {
	position:relative;
	background:#d9d9d9;
	}
	#header-search .header-search form {
		margin:0;
		}
		#header-search .header-search .search-query {
			margin:0;padding:15px 20px 15px 50px;
			width:100%;min-width:400px;
			background:#aaa;
			border:none;
			color:#fff;
		}
		#header-search .header-search .search-button {
			position:absolute;left:10px;top:0;bottom:0;
			color:#fff;
		}

#header-search .header-search.search-click-to-expand {
	background:none;
	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.search-click-to-expand 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-click-to-expand .search-query {
			float:left;
			margin:0 10px 0 0;
			width:78%;
			background:rgba(0,0,0,0.5);
			border:1px solid rgba(255,255,255,0.3);
			color:#fff;
		}
		#header-search .header-search.search-click-to-expand .search-button {
			height:0;width:0;opacity:0;
			color: #B8B8B8;
		}
		#header-search .header-search.search-click-to-expand .search-open .search-button {
			opacity:1;
			color:#0aa4d8;
			font-size:130%;
			margin: 0;padding:10px 8px 12px;
			width:15%;height:auto;
		}
		#header-search .header-search.search-click-to-expand .search-toggle {
			position:relative;z-index:10;
			float: right;
			display: inline-block;
			text-align: center;
			color: #fff;font-size: 130%;
			margin: 0;padding: 8px 8px 10px 7px;
			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-click-to-expand .search-toggle:hover {
			color:#0aa4d8;
		}
		#header-search .header-search.search-click-to-expand .search-open .search-toggle {
			float:left;width:15%;
			background:none;
			color: #B8B8B8;
			}
			#header-search .header-search.search-click-to-expand .search-open .search-toggle span {
				display:none;
			}
	#header-search .header-search.search-click-to-expand .search-open {
		color:#444;
		position:relative;z-index:101;right:0;
		width:320px;
	}
	#header-search .header-search.search-click-to-expand .search-open form {
		position:relative;z-index:10;right:0;
		height:auto;
		opacity:1;
	}


/* Responsive 959px */
@media screen and (max-width: 959px) {
	
.header {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.header-inner {
	padding-top: 0;
	padding-bottom: 0;
}
.logo {
	margin: 5px 0 5px 55px;
	}
	.logo img {
		width: auto;
		max-height: 100px;
	}

}
/* Responsive 768px */
@media screen and (max-width: 768px) {
	
.logo {
	margin: 5px auto 5px auto;
	float:none;
	text-align:center;
	position: relative;
	z-index: 1;
	}
	.logo img {
		width: auto;
		max-height: 80px;
	}
	
.header-aux {
	/*position:absolute;*/
	z-index:10;
	right:0;
	/*top:18px;*/
	}
	.header-aux .button {
		min-width: 10px;
		margin:4px;
		padding:15px;
	}
	
#header-search {
    float: none;
	}
	#header-search .header-search .search-query {
		width: 100%;
		min-width: 100px;
	}

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

.logo img {
	width: auto;
	max-height: 60px;
}
	
.header-aux {
    /*top: 8px;*/
}
	
.header-top {
    padding-bottom: 0;
}
.promo-top {
    text-align: center !important;
}
.search-top {
    padding-right: 0;
    padding-left: 0;
}
#header-search {
	margin:0;
}

}
/* 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:auto;height: auto;
			color: #fff;
			font-size: 24px;line-height: normal;
			padding: 13px 3px;
		}
		.social-media li a:hover {
			color: #0aa4d8;
		}

.header .social-media {
	float:right;
}
/* 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 !nav  
   ========================================================================== */

#mega-menu-wrap-primary_navigation {
    background: none !important;
}
.main-nav-wrap {
	position: absolute;
	z-index: 88;
	width:100%;
	left:0;right:0;
	display:inline-block;
	margin:0 auto;
}
.nav {
	margin: 0;padding: 0;
}
.main-nav .nav {
	position: relative;
	left: 0;
	display: block;
	margin: 0;
	}
	.main-nav .nav > li {
		float:none !important;
		display: inline-block;
		margin:0 10px;
		}
		.main-nav .nav > li > a {
			display: block;
			padding: 22px 10px;
			color: #9b9b9b;
			font-size:90%;font-weight:600;
			text-transform:uppercase;
			letter-spacing:1px;word-spacing:1px;
		}
		.main-nav .nav .caret {
			display: inline-block;
			width: 0;
			height: 0;
			margin: 8px -6px 0 3px;
			text-indent: -99999px;
			vertical-align: top;
			border-left: 4px solid transparent;
			border-right: 4px solid transparent;
			border-top: 4px solid #999;
			opacity: 0.4;
			filter: alpha(opacity=40);
			content: "\2193";
		}
		.main-nav .nav > li > a:hover {
			color: #0aa4d8;
		}
		.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: #0aa4d8;
		}
		.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: rgba(255,255,255,0.95);
	border-color: rgba(0,0,0,0.1);
	border-style: solid;
	border-width: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	text-align:center;
}
.main-nav .nav .dropdown-content:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid rgba(0,0,0,0.1);
	position: absolute;
	top: -7px;
	left: 9px;
}
.main-nav .nav .dropdown-content:after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid rgba(255,255,255,0.95);
	position: absolute;
	top: -6px;
	left: 10px;
}
.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 {
	border-bottom:1px solid rgba(0,0,0,0.1);
	display: block;
	margin:0 15px;padding: 8px 0;
	clear: both;
	font-size:90%;font-weight: 400;
	color: #999;
	line-height:110%;
}
.main-nav .nav .dropdown-content li:last-child a {
	border-bottom:none;
}
.main-nav .nav .dropdown-content li > a:hover {
	color: #0aa4d8;
}
.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: #0aa4d8;
}
/* 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 1400px */
@media screen and (max-width: 1400px) {

.main-nav-wrap {
	position: relative;
    width: auto;
	float:right;
}
.header-aux {
    clear:both;
}
	
}
/* Responsive 1200px */
@media screen and (max-width: 1200px) {

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

.main-nav .nav > li > a {
	font-size:80%;
}
	
}
/* Responsive 959px */
@media screen and (max-width: 959px) {
	
.btn-navbar .icon-bar {
	background:#444;
}

.main-nav-wrap {
	clear:both;float:none;
	padding:10px 0 20px;
	/*background:#222;*/
}
.main-nav-wrap.drawer-menu {
	background:#222;
}
	
.main-nav-wrap .nav {
	float: none;
	margin: 0;
}
.main-nav .nav > li {
	clear:both;float:none;
	display:block;
}
.main-nav .nav > li > a {
}
.main-nav .nav > li > a,
.main-nav .dropdown-content a {
	text-align:left;
	padding: 10px 15px;
	font-size:100%;
}
.main-nav .dropdown-content li a {
}
.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;
	text-align:left;
}
.main-nav .nav .caret,
.main-nav .nav ul .caret {
	margin: 6px 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.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 {
}
.main-nav .nav .dropdown-content li > a:hover {
}
.main-nav .nav .dropdown-content .dropdown.open > a {
}
.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 {
}
.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 !content  
   ========================================================================== */

.content-wrap {
}
.content {
}

/* ==========================================================================
   Main !main  
   ========================================================================== */

.main {
	padding:30px 10px;
}
.page-title {	
}

/* ==========================================================================
   Sections !sections  
   ========================================================================== */

.section,
.section-row {
	position:relative;overflow:hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding:60px 20px;
}
.section-col {
	position:relative;overflow:hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.section-row {
	padding:0;
}

.section .section-heading {
	padding:0 10px 10px;
}

.section.main-content {
	padding:30px 20px;
}
.main .section {
	padding-left:0;padding-right:0;
}

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

.section .section-heading,
.page-title,
.banner-content {
	font-size:80% !important;
}
	
}
/* Responsive 599px */
@media screen and (max-width: 599px) {

.section .section-heading,
.page-title,
.banner-content {
	font-size:70% !important;
}
	
.section {
	padding-top:40px;
	padding-bottom:40px;
}
	
}

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

.section.content-layout.bgImageLeft,
.section.content-layout.bgImageRight {
	padding:0 20px;
	}
	.section.content-layout.bgImageLeft .bg-image,
	.section.content-layout.bgImageRight .bg-image {
		float:left;
		width:50%;
		overflow:hidden;
		position:absolute;top:0;bottom:0;z-index:80;
		}
		.section.content-layout .bg-image a {
			display:block;
		}
		.section.content-layout.bgImageLeft .bg-image > img,
		.section.content-layout.bgImageRight .bg-image > img {
			width:100%;height:auto;
		}
	.section.content-layout.bgImageLeft .bg-image {
		text-align:center;left:0;
	}
	.section.content-layout.bgImageRight .bg-image {
		float:right;
		text-align:center;right:0;
	}
	.section.content-layout.bgImageLeft .content-area,
	.section.content-layout.bgImageRight .content-area {
		position:relative;z-index:10;
		padding:0;
		}
		.section.content-layout.bgImageLeft .content-area .content-inner {
			width:50%;
			float:right;
			padding:60px 0 60px 30px;
		}
		.section.content-layout.bgImageRight .content-area .content-inner {
			width:50%;
			float:left;
			padding:60px 30px 60px 0;
		}

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

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

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

.section.content-layout.bgImageLeft,
.section.content-layout.bgImageRight {
	padding:0;
	}
	.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 .content-area,
	.section.content-layout.bgImageRight .content-area {
		padding:0;
		}
		.section.content-layout.bgImageLeft .content-area .content-inner,
		.section.content-layout.bgImageRight .content-area .content-inner {
			float:none;clear:both;
			width:100%;
			padding:40px 20px !important;
			}

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

.section.content-layout.bgImageLeft,
.section.content-layout.bgImageRight {
	}
	.section.content-layout.bgImageLeft .content-area,
	.section.content-layout.bgImageRight .content-area {
		padding:0;
		}
		.section.content-layout.bgImageLeft .content-area .content-inner,
		.section.content-layout.bgImageRight .content-area .content-inner {
			padding:30px 20px !important;
		}

}

/* CTAs */
.ctas {
	}
	.ctas .cta-item {
		position:relative;
		margin:10px auto;
		text-align:center;
		}
		.ctas .cta-item a {
			color: inherit;
			text-decoration:none;
		}
		.ctas .cta-item .cta-image {
			display:block;
			width:100%;
			}
			.ctas .cta-item .cta-image img {
				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 .cta-item:hover .cta-image img {
				margin-top:-5px;margin-bottom:5px;
			}
		.ctas .cta-item .cta-content {
			}
			.ctas .cta-item .cta-content h3 {
				text-transform:uppercase;
			}
			.ctas .cta-item .cta-content h3 a {
				color: inherit;
				text-decoration:none;
			}


/* Buttons */
.section.buttons-layout {
	}
	.section.buttons-layout .grid-row .grid-unit a.button {
		display:block;
	}

/* Tabs */
.section.tabs-layout {
	padding-bottom:0;
}
.section.tabs-layout ul.tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin: 0 auto;padding: 0;
	text-align:left;
	list-style-type: none;
	border-bottom:2px solid #b3e1f7;
	overflow: visible;
	}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin-bottom:40px;
}
.section.tabs-layout ul.tabs {
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs::before,
	.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
	.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
	.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
		border:none !important;
		box-shadow:none !important;
	}
	.section.tabs-layout li,
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		background:none;
		border:none;
		box-shadow:none !important;
		float:none;
		text-align:center;
		display:inline-block;
		margin:0 3px 0 0;padding:0;
	}
	.section.tabs-layout li a,
	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		min-width:80px;
		display:inline-block;
		margin:0;padding:15px 15px;
		background:#fff;
        border-bottom:2px solid #fff;
		box-shadow:none !important;
		text-transform:uppercase;
		color:#0aa4d8;
        font-size:100%;
		font-weight:500;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		padding:21px 15px 20px;
	}
	.section.tabs-layout li:hover a,
	.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
		background:#fff;
		border-bottom:2px solid #fff;
		color:#0aa4d8;
		cursor:pointer;cursor:hand;
	}
	.section.tabs-layout li.selected a,
	.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
		background:#fff;
		border:none;
		border-bottom:2px solid #0aa4d8;
		color:#0aa4d8;
	}
#tabs-content > .section { display: none; }
#tabs-content #tab-content-1 { display: block; }

/* Reset Woo Tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    position: relative !important;
    bottom: 0 !important;
    width: 0 !important;
    height: 0 !important;
    content:none !important;
    box-sizing: border-box !important;
	border:none !important;
    right: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-width: 0 !important;
    box-shadow: none !important;
}

/* 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 {
			position:relative;
			transition: 0.4s;
			display:block;
			padding:10px 40px 10px 15px;
			background:rgba(0,0,0,0.1);
			border:1px solid rgba(0,0,0,0.2);
			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;
			display: block;
			vertical-align: middle;
			width: 32px;
			position: absolute;
			right: 0;top: 13px;
			text-align: center;
		}
		.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-item {
		position:relative;
		margin:10px auto;padding:0;
		text-align:center;
		}
		.section.gallery-layout .gallery-item .gallery-img {
			margin:auto;padding:0;
		}
		.section.gallery-layout .gallery-grid .gallery-item .gallery-img,
		.section.gallery-layout .gallery-carousel .gallery-item .gallery-img {
			position:relative;
		}
		.section.gallery-layout .gallery-carousel .gallery-item .gallery-img {
			padding-left:10px;padding-right:10px;
		}

/* Posts */
.section.posts-layout {
	}
	.section.posts-layout .post-item {
		margin:10px 0;
		border:1px solid #efefef;
		background:#fff;
		}
		.section.posts-layout .post-item .post-thumbnail.imgleft {
			float:left;
			max-width:180px;
			margin:10px 10px 0 0;
		}
		.section.posts-layout .post-item .post-content {
			padding:10px 20px 20px;
		}
		.section.posts-layout .post-item .post-content.imgleft {
			float:right;
		}
		.section.posts-layout .post-item .post-thumbnail.imgtop {
			clear:both;float:none;
			margin:0 auto 0 auto;
			max-width:100%;
		}
		.section.posts-layout .post-item .post-content.imgtop {
			clear:both;float:none;
		}
		.section.posts-layout .post-item .post-thumbnail.imgright {
			float:right;
			max-width:180px;
			margin:10px 0 0 10px;
		}
		.section.posts-layout .post-item .post-content.imgright {
			float:left;
		}
		.section.posts-layout .post-item .post-content h3 a {
			text-decoration:none;
		}
		.section.posts-layout .post-item .post-content h3 {
			text-transform:uppercase;
		}
		.section.posts-layout .post-item .post-content h3,
		.section.posts-layout .post-item .post-content h4 {
			margin:0;
			font-size:100%;
		}

.section.posts-layout .post-item.testimonial {
	position:relative;
	margin:10px 5%;
	}
	.section.posts-layout .post-item.testimonial .quote {
		position: absolute;
		left: -30px;
		top: -20px;
	}

/* Responsive 959px */
@media screen and (max-width: 959px) {
	
.section.posts-layout .post-item.testimonial {
	margin:10px 0;
}

}

/* Banner */
.section.banner-layout {
	padding:0;
	}
	.section.banner-layout .banner-image {
	}
	.section.banner-layout .banner-content {
		position:relative;
		padding:20px 20px;
	}
	.section.banner-layout .banner-content.position-absolute {
		position:absolute;
		top:50%;transform:translateY(-50%);
		left:0;right:0;
		padding:60px 20px;
	}

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

.section.banner-layout {
	}
	.section.banner-layout .banner-image img {
		width: auto;height: auto;
		max-width: 140%;
		margin: 0 -20%;
	}
	
}
/* Responsive 479px */
@media screen and (max-width: 479px) {

.section.banner-layout {
	}
	.section.banner-layout .banner-image img {
		width: auto;height: auto;
		max-width: 110%;
		margin: 0 -5%;
	}
	.section.banner-layout .banner-content.position-absolute {
		position: relative;
		top: 0;
		transform: translateY(0%);
		left: 0;right: 0;
		padding: 40px 20px;
		background: rgba(0,0,0,0.4);
	}
	
}

/* Section with Sidebar */
body.page-template-page-sidebar .section {
}

/* Owl Carousel */
.owl-carousel {
	width:auto;
}
.owl-carousel.hasNavArrows .owl-stage-outer {
	margin: 0 auto;
	max-width: 1170px;
}
.owl-nav {
	position:absolute;z-index:90;
	top:50%;
	width:100%;
	font-size:250%;
	margin:auto;
}
.owl-nav .owl-prev {
	position:absolute;
	left:-15px;top:50%;
	transform:translateY(-50%);
	margin:auto;
}
.owl-nav .owl-next {
	position:absolute;
	right:-15px;top:50%;
	transform:translateY(-50%);
	margin:auto;
}
.owl-dots {
	position:absolute;
	width:100%;
	text-align:center;
	}
	.owl-dots .owl-dot {
		display:inline-block;
		margin:0 4px;
		}
		.owl-dots .owl-dot span {
			background:#000;
			display:inline-block;
			border-radius:50%;
			padding:6px;
			opacity:0.6;
		}
		.owl-dots .owl-dot.active span {
			background:#fff;
			opacity:1;
		}
.gallery-layout .owl-nav .owl-prev {
	left:0;
}
.gallery-layout .owl-nav .owl-next {
	right:0;
}
.gallery-layout .owl-dots {
	bottom:0;
}

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


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

.gallery-layout .owl-dots {
	position:relative;
}

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

.owl-nav {
	top:auto;bottom:30px;
}
.gallery-layout .owl-dots {
	width:80%;
	margin:auto;
}
	
}

/* ==========================================================================
   Sidebar !sidebar  
   ========================================================================== */

.main.sidebar-enabled {
	padding: 30px 10px 30px 30px;
    float: right;
}

.sidebar {
	margin: 20px 0;padding: 10px 20px 20px;
	border: 1px solid rgba(0,0,0,0.1);
	}
	.sidebar-container {
		padding:15px 20px;
	}
	.sidebar h3 {
		color:#0aa4d8;
	}
	.sidebar ul {
		margin: 0;
		padding: 0;
		}
		.sidebar li {
			list-style: none;
			margin: 0;
			padding: 0;
			}
			.sidebar li a {
				display: block;
				text-decoration: none;
				padding: 7px 0;
				font-weight:600;
				color:#777;
			}
			.sidebar li a:hover {
				color:#333;
			}
		.sidebar ul > li {
			border-bottom:1px solid rgba(0,0,0,0.1);
			}
			.sidebar ul li ul.children {
				font-size:85%;
				}
				.sidebar ul li ul.children li {
					border-bottom:none;
					}
					.sidebar ul li ul.children li a {
						color:#777;
						font-weight:400;
						padding: 0 0 7px;
					}
					.sidebar ul li ul.children li a:hover {
						color:#333;
					}

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

.main.sidebar-enabled {
	padding: 30px 10px 30px 10px;
    float: none;
}
	
}

/* ==========================================================================
   Footer !footer  
   ========================================================================== */

.footer {
	background:none;
}

.footer-top {
	background-image:url('../img/bg-footer-newsletter.jpg');
	background-position:top center;
	background-size:cover;
	background-repeat:no-repeat;
	padding:220px 20px 40px;
}

body.cart .footer-top,
body.checkout .footer-top {
	display:none;
}

.footer-top .newsletter {
	background:rgba(177,227,251,0.9);
	padding:30px 40px;
	color:#555;
}
.newsletter .newsletter-content {
	max-width:840px;
	margin:0 auto;
}
.newsletter .newsletter-form {
	max-width:700px;
	margin:0 auto;
}
.newsletter .gform_wrapper {
	margin-top:0 !important;
}
.newsletter .gform_footer {
	text-align:center;
	}
	.newsletter .gform_footer .button {
		text-align:center;
		margin:0 auto !important;
	}

.footer-inner {
	background:#282828;
	color:#ccc;
	padding:20px;
	font-size:85%;
}

.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;
}
.footer-nav > ul > li:first-child > a {
	padding-left: 0;
}
.footer-nav ul ul {
	display: none;
}
.footer-nav ul li a:hover {
}
.footer .footer-widget {
	margin-bottom: 0;
	text-align:left;
	}
	.footer .footer-widget h3 {
		color:#0aa4d8;
	}
	.footer .footer-widget ul {
		margin:0;padding:0;
		}
		.footer .footer-widget ul li {
			list-style:none;
			margin:3px 0;padding:0;
			}
			.footer .footer-widget ul li a {
				color:#fff;
				padding:2px 0;
				text-decoration:none;
			}
			.footer .footer-widget ul li a:hover {
				color:#0aa4d8;
			}

.footer a,
.footer-nav > ul > li > a,
.footer .footer-widget ul li a {
	color:#fff;
}
.footer a:hover,
.footer-nav > ul > li > a:hover,
.footer .footer-widget ul li a:hover {
	color:#0aa4d8;
}

.footer-bottom {
	background:#282828;
	color:#ccc;
	padding: 80px 20px 20px;
}

.copyright {
	clear: both;
	text-align: center;
	font-size:80%;
}

.contact-info {
	color:#fff;
	}
	.contact-info p {
		margin:0;padding:3px 0;
		font-weight:400;
	}
	.contact-info a {
		display:block;
		text-decoration:none;
		color:#fff;
	}
	.contact-info a:hover {
		text-decoration:none;
		color:#0aa4d8;
	}

/* ==========================================================================
   WooCommerce !woo  
   ========================================================================== */

.woocommerce-wrapper {
	background:#fff;
	padding-top:10px;padding-bottom:10px;
}
.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 .products ul, .woocommerce ul.products {
    margin: 0 -10px 1em;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    float: left;
    margin: 10px auto;padding: 0 10px;
}
.woocommerce ul.products.columns-4 li.product,
.woocommerce-page ul.products.columns-4 li.product {
    width: 25%;
}
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
    width: 33.333%;
}
.woocommerce ul.products.columns-2 li.product,
.woocommerce-page ul.products.columns-2 li.product {
    width: 50%;
}

.woocommerce ul.products li.product .onsale {
    display: none;
}

.woocommerce div.product div.images .flex-control-thumbs {
    margin: 35px 0 0 !important;padding:0 30px;
}
.woocommerce div.product div.images .flex-control-thumbs .owl-nav {
    left: -30px;
    right: -30px;
}
.single-product .woocommerce-product-gallery .flex-viewport,
.single-product .woocommerce-product-gallery .flex-control-thumbs li {
	border:1px solid #dadada;
}
.single-product .woocommerce-product-gallery .flex-control-thumbs li {
	width:80px !important;height:80px !important;
	float: none !important;
	display: inline-block;
	margin: auto !important;
	}
	.single-product .woocommerce-product-gallery .flex-control-thumbs li img {
		width:auto !important;height:100% !important;
		
	}

.woocommerce.single-product .sidebar,
.woocommerce.single-product .onsale,
.onsale {
    display:none !important;
}

.woocommerce .entry-summary .product_title {
    /*float:left;*/
    float:none;
    color:#0aa4d8;
    font-size:200%;
    text-transform:none;
}
.woocommerce .posted_in,
.woocommerce .sku_wrapper,
.woocommerce .tagged_as {
	display:none;
}
.woocommerce .entry-summary .price {
    float:right;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    border: none;
    text-decoration: none;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #888;
    font-size: 130%;
}

.woocommerce .woocommerce-product-details__short-description,
.woocommerce .product_meta {
    clear:both;
    font-weight:600;
}
.woocommerce .woocommerce-product-details__short-description p {
    margin:0 0 10px;
}

.woocommerce .quantity {
    border-top:1px solid #efefef;
    border-bottom:1px solid #efefef;
    width:100%;
    padding:10px 0;
    }
    .woocommerce .quantity label.qty-label {
        display:inline-block;
        float:left;
        font-weight:600;
        padding:3px 15px 0 0;
    }
    .woocommerce .quantity input.qty {
        display:inline-block;
    }


.woocommerce td.product-name .wc-item-meta, .woocommerce td.product-name dl.variation {
	font-size:90%;
}
.woocommerce td.product-name .wc-item-meta .wc-item-meta-label, .woocommerce td.product-name .wc-item-meta dt, .woocommerce td.product-name dl.variation .wc-item-meta-label, .woocommerce td.product-name dl.variation dt {
    font-weight: 600;
}
.woocommerce td.product-name .wc-item-meta dd, .woocommerce td.product-name dl.variation dd {
    margin: 0;
    clear: both;
}

.woocommerce div.product form.cart .variations td.label,
.woocommerce div.product form.cart .variations th.label {
	vertical-align: middle;
	line-height: 110%;
	text-align: right;
	}
	.woocommerce div.product form.cart .variations label {
		padding-right: 0;
		padding-bottom: 10px;
		padding-top: 10px;
		font-weight: 500;
		font-size: 85%;
		line-height: 1px;
	}
	.woocommerce div.product form.cart .variations select {
		margin: 10px 10px 10px 0;
	}

.woocommerce div.product form.cart .button.single_add_to_cart_button {
    float:right;
    min-width:250px;
    margin-top:30px;
}

/* Product Tab Area */

.woocommerce .main .product h2,
.woocommerce .main .product h3 {
    color:#0aa4d8;
}

.woocommerce-tabs {
    float:left;
    width:60%;
    }
    .woocommerce-tabs .woocommerce-Tabs-panel > h2,
    .woocommerce-tabs .woocommerce-Reviews-title {
        display:none;
    }

.woocommerce-product-extras {
    float:right;
    width:40%;
    border-top:2px solid #b3e1f7;
    margin-top: 81px;padding: 35px 15px 20px 30px;
    }
    #free-shipping {
        margin:0 0 20px;
        }
        #free-shipping .icon {
            display:inline-block;
            font-size:200%;
            padding:10px 0;
        }
    #product-extra {
        margin:0 0 20px;
        }
        #product-extra .icon {
            display:inline-block;
            font-size:200%;
            padding:10px 0;
        }

.woocommerce-product-promo {
    clear:both;
    padding:50px 0;
    }
    .woocommerce-product-promo .border-left {
        border-left:1px solid #dadada;
        padding-left:30px;
    }

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

.woocommerce-tabs {
    width:70%;
}
.woocommerce-product-extras {
    width:30%;
	font-size:85%;
}
     
}
/* Responsive 959px */
@media screen and (max-width: 959px) {

.woocommerce-tabs {
    clear:both;float:none;
    width:100%;
}
.woocommerce-product-extras {
    clear:both;float:none;
    width:100%;
    border-top:2px solid #b3e1f7;
    margin-top: 25px;padding: 25px 15px 20px 30px;
}
     
}

/* Custom Woo Plugin */
.pewc-radio-image-wrapper label input:checked + img,
.pewc-checkbox-image-wrapper label input:checked + img {
    border: 4px solid #00a4d8;
}

/* ==========================================================================
   Home Page !homepage
   ========================================================================== */

#hero {
	overflow: hidden;
	position: relative;
	}
	#hero .hero-container {
		background-position: center top;
		background-size: cover;
		background-repeat: no-repeat;
		background-color: transparent;
	}
	#hero .hero-content {
		/*padding: 100px 20px;*/
		padding: 100px 0px;
		color:inherit;
		text-align:center;
		}
		#hero .hero-content h1 {
			color:#ffffff;
			font-size:300%;
			letter-spacing:5px;word-spacing:5px;
		}
		#hero .hero-content h2 {
			color:inherit;
		}
		#hero .hero-content h3 {
			color:inherit;
		}
		#hero .hero-content h4 {
			color:#ffffff;
			font-family:'Roboto Slab',serif;
		}
		#hero .hero-content .hero-buttons {
			text-align:inherit;
		}
	#hero .hero-content .hero-content-box {
		display:inline-block;
		background:rgba(255,255,255,0.0);
		border:3px solid rgba(255,255,255,0.0);
		margin:auto;padding:40px 60px;
		text-shadow: 1px 1px 1px #000000; 
	}

#hero .video-wrapper {
	overflow: hidden;
	padding-top: 56.25%;
  	position: absolute;
	top:50%;left:0;right:0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width:none;
	margin:auto;
	}
	#hero .video-wrapper iframe,
	#hero .video-wrapper object,
	#hero .video-wrapper embed,
	#hero .video-wrapper video {
		border: 0;
		width: 100%;height: 100%;
		position: absolute;
		top: 0;left: 0;
	}
	#hero .video-content {
		position:relative;z-index:50;
	}
/*
body.home #hero .hero-content {
	padding-top:200px;
	padding-bottom:200px;
}*/
.has-floating-header #hero .hero-content {
	padding-top:200px;
}

/* Responsive 959px */
@media screen and (max-width: 959px) {
	
#hero .hero-content {
	padding: 70px 20px;
	font-size:90%;
}
body.home #hero .hero-content {
	padding-top:100px;
	padding-bottom:100px;
}
.has-floating-header #hero .hero-content {
	padding-top:100px;
}

}
/* Responsive 768px */
@media screen and (max-width: 768px) {
	
#hero .video-wrapper {
	display:none !important;
}

}
/* Responsive 599px */
@media screen and (max-width: 599px) {
	
#hero .hero-content {
	padding: 40px 20px;
	font-size:80%;
	}
	#hero .hero-content h1 {
	}
	#hero .hero-content h2 {
	}
	#hero .hero-content h3 {
	}
	
body.home #hero .hero-content {
	padding-top:80px;
	padding-bottom:80px;
}
.has-floating-header #hero .hero-content {
	padding-top:80px !important;
}

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

#hero .hero-content {
	padding: 40px 20px;
	font-size:75%;
}
#hero .hero-content h1 {
	letter-spacing:2px;word-spacing:2px;
}

#home-ctas1 .cta-item .cta-content .cta-content-wrap,
#hero .hero-content .hero-content-box {
	display:inherit !important;
	margin:auto !important;padding:20px 30px !important;
}

}

/* Home */

#home-main .main {
	float:left;clear:both;
	width:100%;
}
#home-main .page-title {
	float:left;
	width:45%;
	}
	#home-main .page-title h1 {
		font-size:200%;
		font-weight:500;
		text-transform:none;
	}
#home-main p {
	float:right;
	width:55%;
	border-left:1px solid #dadada;
	padding-left:50px;
}

#home-ctas1 .cta-item .cta-content .cta-content-wrap {
	display:inline-block;
	background:rgba(255,255,255,0.7);
	border:3px solid rgba(255,255,255,0.8);
	margin:auto;padding:40px 60px;
}
#home-ctas1 .cta-item .cta-content h3 {
	text-transform:none;
}

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

#home-main .page-title {
	float:none;
	width:100%;
}
#home-main p {
	float:none;
	width:100%;
	border-left:none;
	border-top:1px solid #dadada;
	padding-left:0;padding-top:20px;
}

}










.custom-cta-row.row{
	margin-bottom: 50px;

}
.custom-cta-row a{
	text-decoration: none;
}


@media screen and (min-width: 992px) and (max-width: 1199px){
	.custom-cta-row .lcol h2{
		font-size: 200%;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.custom-cta-row .lcol h2{
		font-size: 150%;
	}
}
@media screen and (max-width: 767px){
	.custom-cta-row .lcol h2{
		font-size: 175%;
	}
}


@media screen and (min-width: 768px){
	.custom-cta-row .lcol h2{
		margin-top:25%;
	}
}
@media screen and (max-width: 767px){
	.custom-cta-row{
		text-align: center;
	}
	
}



/* Magnific Popup CSS ============================================== */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.wpawg-image-popup, .wpawg-video-popup{
	z-index: 10 !important;
}

.tighter-rows .row .row{
	margin-left: 0;
	margin-right: 0;
}
.tighter-rows h2{
	font-size: 135%;
}

.products .woocommerce-loop-product__title{
	min-height: 85px;
}

.wpa-product-gallery button.wpawg-prev i{
	margin-left: -60px;
}
.wpa-product-gallery button.wpawg-next i{
	margin-right: -60px;
}

.woocommerce-breadcrumb{
	display: none;
}

@media screen and (min-width: 992px){
	.hidden-col-lg{
		display: none;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.hidden-col-md{
		display: none;
	}
}
@media screen and (min-width: 660px) and (max-width: 767px){
	.hidden-col-sm{
		display: none;
	}
}
@media screen and (max-width: 659px){
	.hidden-col-xs{
		display: none;
	}
}

.mobile-logo{
	padding-top: 10px;
}




#mega-menu-wrap-primary_navigation .mega-menu-toggle{
	background: #0aa4d8;
	color: #fff;
	border: 2px solid #0aa4d8;
}
#mega-menu-wrap-primary_navigation .mega-menu-toggle:hover{
	background: #fff;
}
#mega-menu-wrap-primary_navigation .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label{
	color: #fff;
}
#mega-menu-wrap-primary_navigation .mega-menu-toggle:hover .mega-toggle-block-1 .mega-toggle-label{
	color: #0aa4d8;
}

@media screen and (max-width: 767px){
	.header-aux .request-quote{
		display: none;
	}
}

.wcppec-checkout-buttons{
	position: relative;
	z-index: 0;
}