/*
  *** 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: 'Open Sans', sans-serif;
	font-weight:400;
	color: #3d3d3d;
}
body {
	line-height: normal;
	word-wrap: break-word;
	font-size:14px;
}
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%;
	line-height: 1;
	font-weight: 900;
	text-transform:uppercase;
}
h2,.h2 {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 200%;
	font-weight: 600;
}
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%;
}
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;
}
p,
menu,
figure,
fieldset,
ul,
ol,
dl,
blockquote,
table,
form,
pre,
hr {
	margin-top:15px;margin-bottom:15px;
	line-height: 1.5;
	font-size: 16px;
}
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 #dadada;
	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: #1ca1a0;
}
a:hover {
	color: #1ca1a0;
}
.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:#1ca1a0;
	border: none;
	font-size: 100%;font-weight:700;
	text-decoration:none;text-transform:uppercase;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	color: #fff;
	color: rgba(255,255,255,0.9);
	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:#3d3d3d;
	color: #fff;
}
#hero.default-hero .hero-content,
#hero.default-hero .hero-buttons {
	text-align: left;
}
#hero:not(.default-hero) .hero-content .button {
	max-width:48%;
	float: left;
	min-height:120px;
	display: table;
}
#hero:not(.default-hero) .hero-content .button-push {
	margin-left:25%;
}
#hero:not(.default-hero) .hero-content .button span {
	display: table-cell;
	vertical-align: middle;
	font-weight: 400;
	font-size: 80%;
}
#hero:not(.default-hero) .hero-content .button span b {
	margin-top:10px;
	display: block;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background:#FF6714 !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,
#searchsubmit,
.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: #1ca1a0;
	box-shadow:0 5px 10px rgba(0,0,0,0.15);
}
.header-top {
	background: #1ca1a0;
	color:#fff;
	text-transform: uppercase;
}

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

#header-search {
	float:right;
}
#header-phone {
	float:right;
}

.logo {
	float: left;
	margin: 15px 0;
	line-height: 1;
}
.home .header,
.page-template-page-contact .header {
	/*background:rgba(0,0,0,0.21);*/
	background:#1ca1a0;
	position:absolute;
	left:0;
	right:0;
	z-index:100;
}
.home .header-top,
.page-template-page-contact .header-top {
	background:rgba(255,255,255,0.78);
}
.home .content-wrap #hero .hero-content,
.page-template-page-contact #hero .hero-content {
	padding-top:250px;
}
.page-template-page-contact #page-main {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index: -1;
	background-attachment:fixed;
	background-size:cover;
}
.page-template-page-contact .content-wrap {
	padding-top: 195px;
}
.page-template-page-contact .content {
	padding-top: 80px;
	background:rgba(255,255,255,0.8);
}
.bg-fixed {
	background-attachment:fixed;
}
.bg-top-right {
	background-position: 75% 50% !important;
}
.dark-overlay::before {
	content:"";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background:rgba(0,0,0,0.65);
	display: block;
	height: 100%;
	z-index: -1;
}
.white-overlay::before {
	content:"";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background:rgba(255,255,255,0.65);
	display: block;
	height: 100%;
	z-index: -1;
}
.text-white,
.text-white a {
	color:white;
}
.video-wrapper {
    height: 0;
    padding-bottom: 56.25%;
    padding-top: 25px;
    position: relative;
}
.video-wrapper iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/* Responsive 959px */
@media screen and (max-width: 959px) {
	.page-template-page-contact .content-wrap {
		padding-top: 0;
	}

#hero.default-hero .hero-content,
#hero.default-hero .hero-buttons {
	text-align: center;
}
	.header-inner {
		margin-top: 0;
	}
	.middle-align-wrap {
		text-align: center;
		min-height: auto !important;
	}
.section {
	padding: 30px 20px !important;
}

	h1:not(.logo), .h1 {
		font-size: 200%;
	}
	h2, .h2 {
		font-size: 130%;
	}

.home .content-wrap #hero .hero-content,
.page-template-page-contact #hero .hero-content {
	padding-top:50px;
}
	.home .header,
	.page-template-page-contact .header {
		background:#1ca1a0;
	}
	.hero-content .button {
		width:100%;
		max-width:100%;
	}
	.hero-content .button-push {
		margin-left: 0;
	}
	
.header {
	background: #1ca1a0;
	border-bottom: 1px solid #efefef;
	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;
	}
	.header-badges {
		display:none;
	}
}
/* 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: center;
	}
	.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: #676767;
			font-size: 20px;line-height: normal;
			padding: 2px 1px;
		}
		.social-media li a:hover {
			color: #3d3d3d;
		}
/* Responsive 959px */
@media screen and (max-width: 959px) {
	.main-nav-wrap {
		position:relative !important;
	}
}
/* 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: absolute;
	left:0;
	right:0;
	top:0;
	z-index: 1000;
	text-align: center;
	background:inherit;
}
.home .main-nav-wrap,
.page-template-page-contact .main-nav-wrap {
	background: rgba(255, 255, 255, 0.78);
}
.nav {
	margin: 0;padding: 0;
}
.main-nav .nav {
	position: relative;
	left: 0;
	display: inline-block;
	margin: 0;
	}
	.main-nav .nav > li {
		display: block;
		float: left;
		}
		.main-nav .nav > li > a {
			display: block;
			padding: 10px 12px;
			color: white;
			font-size:14px;font-weight:500;
			text-transform:uppercase;
		}
		.home .main-nav .nav > li > a,
		.page-template-page-contact .main-nav .nav > li > a {
			color:#3d3d3d;
		}
		.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 #444;
			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: white;
			background:rgba(255,255,255,0.1);
		}
		.home .main-nav .nav > li > a:hover,
		.home .main-nav .nav > li.dropdown.open > a,
		.home .main-nav .nav > li.current-menu-item > a,
		.home .main-nav .nav > li.current-menu-parent > a,
		.home .main-nav .nav > li.current-menu-ancestor > a,
		.home .main-nav .nav > li.current_page_ancestor > a,
		.page-template-page-contact .main-nav .nav > li > a:hover,
		.page-template-page-contact .main-nav .nav > li.dropdown.open > a,
		.page-template-page-contact .main-nav .nav > li.current-menu-item > a,
		.page-template-page-contact .main-nav .nav > li.current-menu-parent > a,
		.page-template-page-contact .main-nav .nav > li.current-menu-ancestor > a,
		.page-template-page-contact .main-nav .nav > li.current_page_ancestor > a {
			color: #1ca1a0;
			background:none;

		}
		.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;
	padding: 15px 3px;
	margin: 0;
	list-style: none;
	background-color: #ffffff;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
	border-radius: 4px;
	-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 #ccc;
	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 #ffffff;
	position: absolute;
	top: -6px;
	left: 10px;
}
.main-nav .nav .dropdown.open {
 *z-index: 1000;
}
.main-nav .nav .dropdown.open > .dropdown-content {
	display: block;
	text-align:left;
}
/*uncomment for hover dropdowns*/
/*.main-nav .nav > .dropdown:hover > .dropdown-content { display: block; }*/
.main-nav .nav .dropdown-content li a {
	border-bottom:1px solid #dadada;
	display: block;
	margin:0 0px;
	padding: 7px 7px;
	clear: both;
	font-size:80%;font-weight: 700;
	color: #999;text-transform:uppercase;
	line-height:110%;
}
.main-nav .nav .dropdown-content li > a:hover {
	color: white;
	background:#797979;
}
.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: #ff6714;
}
/* 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 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: #fff;
	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 {
	float: none;
	margin: 0;
}
.main-nav .nav > li {
	float: none;
}
.main-nav .nav > li > a {
}
.main-nav .nav > li > a,
.main-nav .dropdown-content a {
	padding: 10px 15px;
}
.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;
}
.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 {
	color: white;
}
.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) {
	.header-badges {
		text-align: center;
	}
}
/* Responsive 599px */
@media screen and (max-width: 599px) {
}
/* Responsive 479px */
@media screen and (max-width: 479px) {
}
/* End Main Navigation */

/* Utility Nav */

.utility-nav ul {
	text-align: center;
}
.utility-nav li {
	display: inline-block;
}
.utility-nav li a {
	display:block;
	padding: 10px 15px;
	color:white;
	font-weight: 500;
}
.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 {
	background:rgba(255,255,255,0.1);
}

.header-badges {
	text-align: right;
}

/* 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 {
}

/* ==|== Main !main -n- ======================================================= */

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

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

.section-container {
	position: relative;
}
.bg-full-box {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.section,
.section-row {
	position:relative;overflow:hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding:100px 20px;
	z-index: 0;
}
.section-row {
	padding:0;
}
.section .section-header {
	padding:0 10px 10px;
}

.section.main-content {
	padding:0;
}

/* 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:55%;
		overflow:hidden;
		position:absolute;top:0;bottom:0;
		}
		.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:left;left:0;
	}
	.section.content-layout.bgImageRight .bg-image {
		float:right;
		text-align:right;right:0;
	}
	.section.content-layout.bgImageLeft .container,
	.section.content-layout.bgImageRight .container {
		float:right;
		width:45%;
		padding:100px 0;
	}
	.section.content-layout.bgImageRight .container {
		float:left;
		}
		.section.content-layout.bgImageLeft .section-header,
		.section.content-layout.bgImageRight .section-header {
			margin:0 0 -30px;padding:20px 40px 0px;
		}
		.section.content-layout.bgImageLeft .container .content-block,
		.section.content-layout.bgImageRight .container .content-block {
			padding:30px;
		}

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

.pad10 {
	padding: 10px;
}

.padtop0 {
	padding-top: 0;
}
.padbottom0 {
	padding-bottom: 0;
}
.padbottom20 {
	padding-bottom: 20px;
}
.bottom100 {
	margin-bottom: 100px;
}
.middle-align-wrap {
	display: table;
	min-height:160px;
}
.middle-align-wrap .middle-align {
	display:table-cell;
	vertical-align: middle;
	float:none;
}

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

.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%;
		padding:50px 0;
	}

}
/* 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 {
		text-align:center;
		}
		.ctas .cta-item h3 a {
			text-decoration:none;
			font-weight: 500;
		}

/* 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:100%;
		}
		.section.posts-layout .imgtop .post-item .post-content {
			clear:both;float:none;
		}
		.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 with Sidebar */
body.page-template-page-sidebar .section {
	padding:40px 0;
}

/* 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) {
	.home .main-nav-wrap,
	.page-template-page-contact .main-nav-wrap {
		background:#1ca1a0;
	}
	.home .main-nav .nav > li > a,
	.page-template-page-contact .main-nav .nav > li > a {
		color:white;
	}
	.home .main-nav .nav > li > a:hover,
	.home .main-nav .nav > li.dropdown.open > a,
	.home .main-nav .nav > li.current-menu-item > a,
	.home .main-nav .nav > li.current-menu-parent > a,
	.home .main-nav .nav > li.current-menu-ancestor > a,
	.home .main-nav .nav > li.current_page_ancestor > a,
	.page-template-page-contact .main-nav .nav > li > a:hover,
	.page-template-page-contact .main-nav .nav > li.dropdown.open > a,
	.page-template-page-contact .main-nav .nav > li.current-menu-item > a,
	.page-template-page-contact .main-nav .nav > li.current-menu-parent > a,
	.page-template-page-contact .main-nav .nav > li.current-menu-ancestor > a,
	.page-template-page-contact .main-nav .nav > li.current_page_ancestor > a {
		color:white;
		background:rgba(255,255,255,0.1);
	}

.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: #efefef;
	padding-top: 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 {
	margin-bottom: 1em;
}
.footer-bottom {
	background: #1ca1a0;
	color:white;
	padding:10px 0;
}
.copyright {
    clear: both;
    text-align: center;
    font-size: 13px;
    color: #ffffff99;
}

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

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

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

   Home Page -n- !hpg

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

#hero {
	overflow: hidden;
	position: relative;
	background-position: right bottom;
	/* background-size: cover; */
	background-repeat: no-repeat;
	background-color: transparent;
	color: #fff;
	max-height: 1006px;
	background-attachment: unset;
	}
	#hero .hero-content {
		padding: 100px 20px;
		color: #fff;
		text-align:center;
		background:rgba(0,0,0,0.3);
		}
		#hero .hero-content h1 {
			color: #fff;
			font-weight: 900;
		}
		#hero .hero-content h2 {
			color: #fff;
		}
		#hero .hero-content h3 {
			color: #fff;
		}
		#hero:not(.default-hero) .hero-content .hero-buttons {
			text-align:center;
		}
/* Responsive 959px */
@media screen and (max-width: 959px) {

	.main-nav-wrap {
		text-align: left;
	}
	.footer-nav > ul > li {
		text-align: center;
	}
	
#hero .hero-content {
	padding: 70px 20px;
	font-size:90%;
	text-shadow: 1px 1px 10px #000;
}
#hero {
	background-position:top left !important;
}
	div#hero {
    background-image: none !important;
}

}
/* Responsive 768px */
@media screen and (max-width: 768px) {
	
div#hero {
    background-image: none !important;
}
}
/* Responsive 599px */
@media screen and (max-width: 599px) {
	
#hero:not(.default-hero) .hero-content .button-push {
    margin-left: inherit;
}
#hero:not(.default-hero) .hero-content .button {
    max-width: 100% !important;
    float: none;
    min-height: 10px;
    display: table;
}
	div#hero {
    background-image: none !important;
}
	
#hero .hero-content {
	padding: 40px 20px;
	font-size:80%;
	}
	#hero .hero-content h1 {
	}
	#hero .hero-content h2 {
	}
	#hero .hero-content h3 {
	}

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

#hero .hero-content {
	padding: 20px 20px;
	font-size:75%;
}

}

.section .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 5px;
}

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

   Other Media Queries -n- !mdq   

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

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

.hide {
	display:none;
}

.product-box {
	border-radius:10px;
	border:2px solid #1ca1a0;
	border-bottom-width:4px;
	padding:10px 10px 30px 10px;
	text-align: center;
	overflow: hidden;
}
.product-box .product-title {
	color:white;
	background:#1ca1a0;
	margin:-10px;
	padding:10px;
	font-weight: 600;
	line-height: 1.2;
}
.product-box .product-price {
	color: #1ca1a0;
	border-bottom:1px solid #1ca1a0;
	margin: 0 -10px;
	padding-top: 15px;
	padding-bottom:10px;
	font-weight: 700;
}
.full-button {
	width:100%;
}

img.innerimage {
	border: 3px solid #1ca1a0;
	padding:5px;
}


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

   Site Migration from UXI   

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

.page-id-1044 .su-post-meta {
    display: none;
}

.su-posts-default-loop h2.su-post-title {
    text-transform: uppercase;
    font-size: 32px !important;
    text-decoration: none !important;
}

.su-posts-default-loop h2.su-post-title a {
    text-decoration: none !important;
}

a.su-post-comments-link {
    display: none !important;
}

a.button.contact-button {
    width: 100%;
    font-size: 19px;
}
a.button.contact-button small {
    font-size: 13px;
    font-weight: 400;
}
input#gform_submit_button_1 {
    width: 100%;
    font-size: 19px;
}

.page-id-282 .info-box.text-center {
    background-color: rgba(255, 255, 255, 0.5);
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    border-top: 1px solid rgb(211, 220, 237);
    border-right: 1px solid rgb(211, 220, 237);
    border-bottom: 1px solid rgb(255, 255, 255);
    border-left: 1px solid rgb(195, 206, 226);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

li#menu-item-2368 a {
    font-size: 15px;
    font-weight: 600;
}

.copyright {
    clear: both;
    text-align: center;
    font-size: 13px;
    color: #ffffff99;
}