/*
  *** 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: 'Raleway', sans-serif;
	font-weight:400;
	color: #444;
}
body {
	line-height: normal;
	word-wrap: break-word;
	font-size:16px;
}
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 {
	font-weight: 300;
	text-transform:uppercase;
}
h1,.h1 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 340%;font-weight: 400;
	text-transform:uppercase;
}
h2,.h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 250%;
}
h3,.h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 160%;
}
.main h3 {
	color:#777;
}
h4,.h4 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 150%;
}
h5,.h5 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 130%;
	font-weight: 600;
}
h6,.h6 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 120%;
	font-weight: 600;
}
b,
strong {
	font-weight: 600;
}
.floatleft,
.content-left {
	float: left;
}
.floatright,
.content-right {
	float: right;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
p,
menu,
figure,
fieldset,
ul,
ol,
dl,
blockquote,
table,
form,
pre,
hr {
	margin-top:15px;margin-bottom:15px;
	line-height: 1.5;
}
p {
	display:block;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin: 0;
}
mark {
	background: #ff0;
	color: #000;
}
code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}
hr {
	display: block;
	height: 2px;
	border: 0;
	border-top: 2px dotted #eaeaea;
	background: #fff;
	margin-top: 20px;margin-bottom: 20px;
}

/* 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: #7DB1B5;
}
a:hover {
	color: #7DB1B5;
}
.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 35px;
	min-width:250px;
	background-color: rgb(125, 177, 181);
	box-shadow: inset 1px 1px 2px rgb(188, 217, 220), inset -1px -1px 2px rgb(64, 129, 134);
	border: none;
	border-radius:5px;
	font-size: 100%;font-weight:400;
	text-decoration:none;text-transform:uppercase;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	color: #fff;
	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:#4E7A7D;
	color: #fff;
}

.button.btnBlack,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background:rgb(41, 42, 44) !important;
	box-shadow: inset 1px 1px 2px rgb(0, 0, 0), inset -1px -1px 2px rgb(0, 0, 0);
}
.button.btnBlack:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background:#E6644B !important;
	box-shadow: inset 1px 1px 2px #E6644B, inset -1px -1px 2px #E6644B;
}

.button.orangebtn {
    background-color: rgb(230, 100, 75);
    border-radius: 5px;
    box-shadow: inset 1px 1px 2px rgb(205, 164, 156), inset -1px -1px 2px rgb(159, 59, 40);
    color: #fff !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;
}

}

/* dateGrabber */
/*#dateGrabber {
    position: relative;
    bottom: 44px;
    left: 200px;
}*/

.card-js {
    margin-bottom: 15px;
}

#hideMe {
	display: none;
}

.buttonHide {
	display: none;
}


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

   Primary Styles -n- !prm  

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

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

.header {
	background: #fff;
	position: fixed;
    width: 100%;
    z-index: 100;
	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.smaller {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
body.home .header.smaller .header-inner {
	padding-bottom: 10px;
}

.header-top {
	background: #252525;
	padding-top: 8px;
	padding-bottom: 8px;
	color:#fff;
}

.header-inner {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	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-inner .header-logo-col,
.header-inner .header-menu-col {
	padding-left: 0;
	padding-right: 0;
}
body.home .header-inner {
	padding-bottom: 0;
}

#header-search {
	float:right;
}
#header-phone {
	float:right;
	position:absolute;z-index:2;
	right:0;top:0;
	}
	#header-phone a {
		display:block;
		color:#B6B6B7;
		font-size:240%;
		padding: 18px;
	}

.logo {
	float: left;
	margin: 0;
	line-height: 1;
    padding-top: 10px;
}

/* Responsive 959px */
@media screen and (max-width: 959px) {
	
	.header {
		background: #fff;
		border-bottom: 1px solid #efefef;
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	}
	.header-inner {
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
	}
	body.home .header.smaller .header-inner {
		padding-bottom: 0;
	}
	.logo {
		position:relative;
		z-index:1;
		text-align:center;
		float:none;
		margin: 5px auto;
	}
	.logo img {
	    width: auto;
	    height: auto;
	    margin: 0 auto;
	    max-width: 250px;
	}
	#phone-pop-up {
	    display: block;
	    max-width: 70%;
	    margin: 0 auto;
	}
	#phone-pop-up  {

	}
	#phone-pop-up .pop-up-heading {
		font-size: 17px;
		text-transform: uppercase;
	    margin-top: 5px;
    	margin-bottom: 0px;
        line-height: 1;
	}
	#phone-pop-up .pop-up-subheading {
		font-size: 14px;
		margin-top: 5px;
	    line-height: 1;
	}

}
/* Responsive 768px */
@media screen and (max-width: 768px) {
}
/* Responsive 599px */
@media screen and (max-width: 599px) {
.logo {
	padding-top:5px;
	}
	.logo img {
		max-width: 170px;
	}
}
/* 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 0.1%;
		padding: 0;
		text-align:center;
		}
		.social-media li a {
			display: block;
			width:auto;height: auto;
			color: #C3C6C7;
			font-size: 30px;
			line-height: normal;
			padding: 5px;
		}
		.social-media li a:hover {
			color: #EB560E;
		}

/* HEADER social media */
.header-social {
    padding-top: 10px;
}
.header-social .social-media li a {
    font-size: 30px;
    padding: 4px 7px;
    color: #eb560d;
}
.header-social .social-media li a:hover {
    color: #FF7C33;
}

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

	.header-social {
	    padding-bottom: 15px;
	}

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

/* Main Navigation */
.main-nav-wrap {
	position: relative;
	z-index: 1000;
}
.nav {
	margin: 0;padding: 0;
}
.main-nav .nav {
	position: relative;
	left: 0;
	display: block;
	float: right;
	margin: 0;
	}
	.main-nav .nav > li {
		display: block;
		float: left;
		}
		.main-nav .nav > li > a {
			display: block;
			padding: 23px 15px;
			color: #555;
			font-size: 15px;
			font-weight: 500;
			text-transform: uppercase;
		}
		.main-nav .nav > li > a.dropdown-toggle {
			padding: 23px 15px 23px 18px;
		}
		.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: #7DB1B5;
		}
		.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 #menu-item-1370 > .dropdown-content {
    min-width: 425px;
}
.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: 10px 3px 8px;
	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;
}
/*uncomment for hover dropdowns*/
/*.main-nav .nav > .dropdown:hover > .dropdown-content { display: block; }*/
.main-nav .nav .dropdown-content li a {
	border-bottom:1px solid #eaeaea;
	display: block;
	margin:0 15px;padding:9px 0;
	clear: both;
	font-size:90%;font-weight:500;
	color: #999;text-transform:uppercase;
	line-height:110%;
}
.main-nav .nav .dropdown-content li:last-child a {
	border-bottom:none;
}
.main-nav .nav .dropdown-content li > a:hover {
	color: #EB560C;
}
.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: #7DB1B5;
}
/* 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 1170px */
@media screen and (max-width: 1170px) {
	
	.main-nav .nav > li > a {
		padding: 23px 14px 23px 14px;
	    font-size: 14px;
	}
	.main-nav .nav > li > a.dropdown-toggle {
		padding: 23px 11px 23px 14px;
	}

}

/* Responsive 1060px */
@media screen and (max-width: 1060px) {
	
	.main-nav .nav > li > a {
		padding: 23px 10px 23px 10px;
	    font-size: 13px;
	}
	.main-nav .nav > li > a.dropdown-toggle {
		padding: 23px 7px 23px 10px;
	}

}

/* Responsive 959px */
@media screen and (max-width: 959px) {
		
	/* Button For Mobile Nav */
	.btn-navbar {
		position:absolute;z-index:2;
		left:0;
		float: left;
		padding: 27px 20px;
		cursor: pointer;
	}
	.btn-navbar .icon-bar {
		display: block;
		width: 32px;
		height: 5px;
		margin-top: 4px;
		background: #B6B6B7;
		border-radius: 2px;
	}
	.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 {
		font-size:120%;
		background:#efefef;
	}
	.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.dropdown-toggle {
		font-size:100%;
	}
	.main-nav .nav > li > a,
	.main-nav .dropdown-content a,
	.main-nav .nav > li > a.dropdown-toggle,
	.main-nav .nav .dropdown-content li a {
		padding: 10px 30px;
		font-weight: 500;
	}
	.main-nav .nav .dropdown-content li a {
		font-size:90%;
	}
	.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 {
		color: #EB560C;
	}
	/* Dropdown */
	.main-nav .nav .dropdown-content {
		position: static;
		top: auto;
		left: auto;
		float: none;
		max-width: none;
		text-align:left;
		margin: 0;
		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: #999;
	}
	.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) {
	.mobile-app-wrap {
		display: inline;
	}
	.mobile-app-btn {
		display:inline;
	}
}
/* Responsive 479px */
@media screen and (max-width: 479px) {
	.mobile-app-btn .button {
    display: none;
}
	.app-page {
			margin-top: 30px;
		}
	.mobile-app-wrap {
		display: none;
	}

	.content-wrap.mobile-friendly{
		padding-top: 100px;
	}
}
/* 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) {
	.app-wrapper {
    width: 100%;
    min-height: 400px;
}
	
#livechat-compact-view {
	display: none;
}
}

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

.content-wrap {
    padding-top: 144px;
}
.content {
}

/* Responsive 959px */
@media screen and (max-width: 959px) {
	.content-wrap {
	    padding-top: 0px;
	}
}
/* 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 !main -n- ======================================================= */

.main {
	padding: 25px 20px !important;
}
.page-title {	
}
#page-main .page-title > h1 {
    display: inline-block;
    padding: 0 20px 0 0;
}
#page-main .page-title > hr {
    border-color: #333;
    margin: -38px 0 38px;
}

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

.section {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding:50px 20px;
}
.section .section-header {
	padding:0 10px 10px;
}

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

.section .section-header,
.page-title {
	font-size:90%;
}

}

/* Responsive 599px */
@media screen and (max-width: 599px) {
	
.section {
	padding:30px 20px;
}

.section .container h1,
.main h1,
.page-title h1 {
	font-size:260%;
}	
.section .container h2,
.main h2 {
	font-size:210%;
}
.section .container h3,
.main h3 {
	font-size:140%;
}
.section .container h4,
.main h4 {
	font-size:130%;
}
.section .container h5,
.main h5 {
	font-size:120%;
}
.section .container h6,
.main h6 {
	font-size:120%;
}

}

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

.section-row {
	width:100%;
	max-width:none;
	}
	.section-row .section {
		padding:30px;
	}

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

.section.content-layout.bgImageLeft,
.section.content-layout.bgImageRight {
	position:relative;
	overflow: hidden;
	padding:0;
	}
	.section.content-layout.bgImageLeft .bg-image,
	.section.content-layout.bgImageRight .bg-image {
		float:left;
		overflow:hidden;
		position:absolute;top:0;bottom:0;
		width:50%;
		}
		.section.content-layout.bgImageLeft .bg-image > img,
		.section.content-layout.bgImageRight .bg-image > img {
			height: 100%;
			max-width: none;
			width: auto;
		}
	.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:50%;
		padding:60px 120px 60px 60px;
	}
	.section.content-layout.bgImageRight .container {
		float:left;
		padding:60px 60px 60px 120px;
		}
		.section.content-layout.bgImageLeft .container .content-block,
		.section.content-layout.bgImageRight .container .content-block {
			padding:10px 0;
		}

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

.section.content-layout.bgImageLeft .bg-image,
.section.content-layout.bgImageRight .bg-image {
	width:45%;
}
.section.content-layout.bgImageLeft .container,
.section.content-layout.bgImageRight .container {
	width:55%;
}
.section.content-layout.bgImageLeft .container, .section.content-layout.bgImageRight .container {
    padding: 30px;
}

}

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

.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;
		max-width:100%;height:auto;width:100%;
	}
.section.content-layout.bgImageLeft .container,
.section.content-layout.bgImageRight .container {
	float:none;clear:both;
	width:100%;
}
.section.content-layout.bgImageLeft .container, .section.content-layout.bgImageRight .container {
    padding: 30px 20px;
}

}

#request-more-info h2 a {
	color:#fff;
	text-decoration:none;
	text-shadow:1px 2px 4px rgba(0,0,0,0.4);
}

/* CTAs */
.ctas {
	}
	.ctas .cta-item {
		position:relative;
		margin:10px auto;
		text-align:center;
		}
		.ctas .cta-item .cta-image {
			}
			.ctas .cta-item .cta-image img {
				width:100%;height:auto;
			}
		.ctas .cta-item .cta-content {
			position:relative;
			}
			.ctas .cta-item .cta-content h3 a {
				text-decoration:none;
			}

.ctas .ctaNoDesc .cta-item {
	position:relative;
	margin:10px auto;
	text-align:center;
	border:1px solid #dadada;
	}
	.ctas .ctaNoDesc .cta-item .cta-content {
		position:absolute;
		left:0;right:0;bottom:0;
		padding:6px 10px;
		background:rgba(0,0,0,0.6);
		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 .ctaNoDesc .cta-item .cta-content h3 a {
			text-decoration:none;
			color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,0.5);
		}
	.ctas .ctaNoDesc .cta-item:hover .cta-content {
		padding:7px 10px 8px;
		background:rgba(125, 177, 181, 0.51);
	}

.ctas .ctaDesc .cta-item {
	border:none;
	}
	.ctas .ctaDesc .cta-item .cta-content {
		background:none;
		position:relative;left:auto;right:auto;bottom:auto;
		padding:0;
	}

#videos.ctas .cta-image {
	max-height:200px;
	overflow:hidden;
	}
	#videos.ctas .cta-content {
		font-size:90%;
	}
.cta-content h3 {
    margin: 0;
}

#page-ctas .grid-unit:nth-child(even) .cta-item:hover .cta-content {
	    background-color: rgba(230, 100, 75, 0.31) !important;
}
/* Franchise Page */

#we-do-things-differently.ctas {
	padding-top:0;
	}
	#we-do-things-differently.ctas .cta-item .cta-image {
		background:#E6644B;
		overflow:hidden;
		max-height:290px;
		}
		#we-do-things-differently.ctas .cta-item .cta-image img {
			display:block;
			width:100%;
		}
	#we-do-things-differently.ctas .cta-item .cta-content {
		background:#E6644B;
		padding: 15px 20px;
		color:#fff;
		}
		#we-do-things-differently.ctas .cta-item .cta-content h3 {
			color:#fff;
		}
		#we-do-things-differently.ctas .cta-item .cta-content h3 {
			color:#fff;
		}

#waxing-specialty.section .bg-image {
	top:auto;
}
#waxing-specialty.section .bg-image,
#franchise-got-your-back.section .bg-image {
	width:40%;
}
#waxing-specialty.section .container, 
#franchise-got-your-back.section .container {
	width:60%;
}
/* Responsive 768px */
@media screen and (max-width: 768px) {
#waxing-specialty.section .bg-image,
#franchise-got-your-back.section .bg-image,
#waxing-specialty.section .container,
#franchise-got-your-back.section .container {
	width:100%;
}
}

#waxing-specialty.section .section-header hr {
	margin-bottom:0;
}

#waxing-women-bg.section {
	background-position: center top;
	padding:120px 20px;
}

/* Responsive 959px */
@media screen and (max-width: 959px) {
#waxing-specialty.section .bg-image {
	top:0;
}
#waxing-women-bg.section {
    padding: 60px 20px;
}
}

/* Responsive 768px */
@media screen and (max-width: 768px) {
#waxing-women-bg.section {
    padding: 0 20px;
}
}

#franchise-image.section {
	padding:0;
	}
	#franchise-image.section p,
	#franchise-image.section p img {
		margin:0 auto;
	}

.content.page #gform_wrapper_2 .gform_heading span.gform_description {
	font-size:140%;font-weight:600;
	text-transform:uppercase;
}
.content.page .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    padding: 10px;
	color: #555;
}
.content.page .gform_wrapper .top_label div.ginput_container {
    margin-top: 6px;
}
.content.page .gform_wrapper label.gfield_label {
    font-size: inherit;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
.content.page .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .content.page .gform_wrapper .field_sublabel_below div.ginput_container[class*="gfield_time_"] label {
    margin: 5px 5px 0;
}
.content.page .gform_wrapper .gform_footer {
    padding: 0;
}

#just-know-header.section {
	padding:30px 20px;
}
#brazils-history.section {
	padding:0 20px;
	}
	#brazils-history.section p,
	#brazils-history.section p img {
		margin:0 auto;
	}

#franchise-leadership.section .grid-row .grid-unit {
	float:right;
}

@media screen and (max-width: 768px ) and (min-width:600px) {
#franchise-leadership.section .content-block {
	padding-left:120px;
}
}
@media screen and (max-width: 599px ) and (min-width:480px) {
#franchise-leadership.section .content-block {
	padding-left:35px;
}
}

#why-own.section {
	}
	#why-own.section .content-block {
		padding:60px 20px 160px 60px;
	}

/* Responsive 1400px */
@media screen and (max-width: 1400px) {
#franchise-qualifications.section.content-layout.bgImageLeft .bg-image > img {
    left: -8%;
    position: relative;
}
}
/* Responsive 1400px */
@media screen and (max-width: 1200px) {
#franchise-qualifications.section.content-layout.bgImageLeft .bg-image > img {
    left: -26%;
    position: relative;
}
}
/* Responsive 959px */
@media screen and (max-width: 959px) {
#franchise-qualifications.section.content-layout.bgImageLeft .bg-image > img {
    left: -45%;
    position: relative;
}
}
/* Responsive 768px */
@media screen and (max-width: 768px) {
#franchise-qualifications.section.content-layout.bgImageLeft .bg-image > img {
    left: 0;
}
}
#franchise-backbg.section {
	padding:280px 20px;
}

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

#franchise-backbg.section {
	padding:150px 20px;
}
	
}

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

#franchise-backbg.section {
	padding:100px 20px;
}
	
}

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

#franchise-backbg.section {
	padding:30px 20px;
}
	
}

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

/* Gallery */
.section.gallery-layout {
	}
	.section.gallery-layout .gallery-img {
		margin:10px 0;
		}
		.section.gallery-layout .gallery-img a {
			background:#333;
			display: block;
			width:100%;height:205px;
			overflow: hidden;
			}
			.section.gallery-layout .gallery-img a img {
				width:auto;height:100%;
				max-width:400px;max-height:300px;
				transition: all 0.85s ease-in-out 0.1s;
				-moz-transition: all 0.85s ease-in-out 0.1s;
				-webkit-transition: all 0.85s ease-in-out 0.1s;
			}
			.section.gallery-layout .gallery-img a:hover img {
				transform: scale(1.1, 1.1);
			}

/* Posts */
.section.posts-layout {
	}
	.section.posts-layout .post-item {
		margin:10px 0;
	}

#contact-form.section .gform_wrapper {
	max-width:800px;
	margin:0 auto;
	}
	#contact-form.section .gform_wrapper .gform_footer {
		padding: 16px 0 0;
		}
		#contact-form.section .gform_wrapper .gform_footer input.button, #contact-form.section .gform_wrapper .gform_footer input[type="submit"], #contact-form.section .gform_wrapper .gform_page_footer input.button, #contact-form.section .gform_wrapper .gform_page_footer input[type="submit"] {
			text-align:center;
			font-size:110%;
			margin:0 auto;
			float:none;
			display: block;
		}

/* Owl Carousel */
.owl-carousel {
	margin:0 80px;
	width:auto;
}
.owl-nav {
	position:absolute;
	top:50%;
	width:100%;
	font-size:250%;
}
.owl-nav .owl-prev {
	position:absolute;
	left:-80px;top:50%;
	transform:translateY(-50%);
	margin:auto;
}
.owl-nav .owl-next {
	position:absolute;
	right:-80px;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;
		}

/* Location Pages */


.single-mad_locations .section.main-content {
    padding: 20px 0 0;
}

.section.pad-0 {
	padding:0 20px;
}

.location-info ul {
	margin:0;padding:0;
	}
	.location-info ul li {
		clear:both;display:block;
		border:none !important;
		margin:0 0 25px;padding:0;
		list-style:none;
		font-size:110%;
		}
		.location-info ul li img {
			float:left;
			display:inline-block;
			margin:0 10px 0 0;
		}
		.location-info ul li h3 {
			color:#94B7BC;
			font-size:140%;
			text-transform:none;
			margin:15px 0 0;padding:15px 0 0;
		}
		.location-info ul li a {
			color:#666;
			text-decoration:none;
		}
	.location-info ul li#location-hours table {
		font-size:80% !important;
		margin:5px 0;
	}

.location-info #location-promo img {
	float:none;
	margin:0;
}

.location-info #location-prices {
	margin:10px auto;
	}
	.location-info #location-prices a.button {
		color: #fff;
		display: inline-block;
		font-size: 90%;
		min-width: 10px;
		margin: 30px auto;padding: 15px 20px;
	}

#location-reviews {
	margin: 0 -10px;
	}
	#location-reviews iframe {
		height: 300px;
	}

article.location_categories-landing-page .post-body {
	font-size:110%;
}

.section#location-gallery {
	padding:0 20px 50px;
}

/* Find A Location */
#wpsl-search-wrap .wpsl-input,
#wpsl-search-wrap .wpsl-select-wrap,
#wpsl-search-wrap #wpsl-category {
	float:left;
	width:29% !important;
}
#wpsl-search-wrap .wpsl-search-btn-wrap {
    float:left;
    margin:38px 0 0 !important;
    width:10% !important;
	}
	#wpsl-search-wrap .wpsl-search-btn-wrap #wpsl-search-btn {
		float:none;
		margin-right:0 !important;
		width:100% !important;
	}
#wpsl-search-wrap #wpsl-category {
    clear: none;
}
#wpsl-search-input, #wpsl-category .wpsl-dropdown {
    width: 100% !important;
}
#wpsl-search-btn, #wpsl-search-wrap #wpsl-radius, #wpsl-search-wrap #wpsl-results, #wpsl-search-wrap .wpsl-input input, #wpsl-search-wrap .wpsl-input label {
    display: block;
    float: none;
}
#wpsl-search-wrap .wpsl-input label, #wpsl-radius label, #wpsl-category label {
    width:auto !important;margin:0 0 5px !important;
	float:none !important;
}
#wpsl-search-wrap .wpsl-dropdown {
    width:100% !important;
	clear:both;float:none;
}

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

#wpsl-search-wrap .wpsl-input,
#wpsl-search-wrap .wpsl-select-wrap,
#wpsl-search-wrap #wpsl-category {
	width:26%!important;
}
#wpsl-search-wrap .wpsl-search-btn-wrap {
    width:18% !important;
}
	
}
/* Responsive 559px */
@media screen and (max-width: 599px) {
	
#wpsl-search-wrap .wpsl-input,
#wpsl-search-wrap .wpsl-select-wrap,
#wpsl-search-wrap #wpsl-category {
	width:100% !important;
}
#wpsl-search-wrap .wpsl-search-btn-wrap {
    width:100% !important;
}
	
}

.button {
    text-decoration: none;
}

/* ==|== 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: #292A2C;
	padding:0;
	color:#ccc;
}

.logo-footer {
	margin:10px auto 20px;
}

.footer-top {
	padding:40px 20px 10px;
}
.footer-top #footer-social-media {
	padding:0 0 20px;
}
.footer-top #footer-buttons {
	text-align:center;
	font-size:120%;
}
.footer-top #footer-social-media .social-media li a {
	color: #fff;
}
.footer-top #footer-social-media .social-media li a:hover {
	color: #EB560E;
}

.footer-inner {
	padding:20px;
}
.footer-nav {
}
.footer-nav > ul {
	text-align: center;
	margin: 1em 0;
}
.footer-nav > ul > li {
	display: inline-block;
}
.footer-nav > ul > li > a {
	padding: 0 10px;
	color: #fff;
}
.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: #EB560E;
}
.footer-widget {
	margin-bottom: 1em;
}
.footer-bottom {
	background:#292A2C;
	color:#ccc;
	padding:15px 20px;
}
.copyright {
	clear: both;
	text-align: center;
	font-size:90%;
	color:#999;
}

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

   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 {
	color: inherit;
}
.woocommerce ul.products .star-rating {
	color: inherit;
}
.woocommerce ul.products .price {
	color: inherit;
}
.woocommerce ul.products .button {
	color: #fff;
}
.woocommerce p.stars span a {
	color: #FE9D00;
}

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

   Home Page -n- !hpg

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

#hero {
	overflow: hidden;
	position: relative;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: transparent;
	color: #fff;
}
#hero .hero-content {
	background:rgba(57,68,71,0.3);
	padding: 100px 20px;
	color: #fff;
	text-shadow:1px 2px 3px rgba(0,0,0,0.8);
	font-size:130%;
}
#hero .hero-content h1 {
	color: #fff;
	font-size: 450%;
}
#hero .hero-content h2 {
	color: #fff;
	font-size: 300%;
}
#hero .hero-content h3 {
	color: #fff;
}
#hero .hero-button {
	margin-bottom:15px;
}
#hero .hero-button .button {
	width:30%;
}

.home #hero .hero-content {
	margin: 180px 0 300px;
	padding: 20px 20px;
}

div#request-more-info {
    padding: 250px 20px;
}

.locations .greenborder {
	border:2px solid #7db1b5;
}
.locations {
    padding: 0px 20px;
}

/* Responsive 959px */
@media screen and (max-width: 959px) {
	
	#hero .hero-content {
		padding: 80px 20px;
		font-size:90%;
	}
	#hero .hero-content h1 {
		font-size: 400%;
	}
	#hero .hero-button .button {
		font-size:120%;
		width:40%;
	}
	.home #hero .hero-content {
		margin: 65px 0 180px;
	}

}

/* Responsive 768px */
@media screen and (max-width: 768px) {
}
/* Responsive 599px */
@media screen and (max-width: 599px) {
	
	#hero .hero-content {
		padding: 50px 20px;
		font-size:80%;
	}
	#hero .hero-content h1 {
		font-size: 300%;
	}
	#hero .hero-content h1 {
	}
	#hero .hero-content h2 {
	}
	#hero .hero-content h3 {
	}
	#hero .hero-button .button {
		font-size:130%;
		width:100%;
	}
		
	.home #hero .hero-content {
		margin: 50px 0 160px;
	}

}

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

	.home #hero {
	    background-size: 695px;
	    background-position-x: -170px;
	}

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

	.home #hero .hero-content {
		margin: 0px 0;
	}

	#hero .hero-content h1 {
	    font-size: 400%;
	}

}

body.franchise #hero,
body.franchise #hero .hero-content {
	text-shadow:none;
	font-size:100%;
}
body.franchise #hero .gform_wrapper {
	background:#fff;
	padding:30px;
	color:#444;
}
body.franchise #hero .gform_wrapper .gform_heading {
	color:#444;
}
body.franchise #hero .gform_wrapper .gform_heading h3 {
	color:#444;
}
body.franchise #hero .gform_wrapper .gform_body {
	color:#444;
}

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

	body.franchise #hero .hero-content {
		padding:0 20px;
	}

}

#home-ctas.ctas .cta-item .cta-image {
	border:3px solid #B6B6B7;
	background:#fff;
	border-radius:50%;
	overflow:hidden;
	margin: 45px 45px 20px;
	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;
}
#home-ctas.ctas .grid-unit:nth-child(even) h3 a {
	color:#D45C45;
}
#home-ctas.ctas .cta-item:hover .cta-image {
	margin: 42px 45px 23px;
}
#home-ctas.ctas .cta-item .cta-content {
	background:none;
}


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

   Other Media Queries -n- !mdq

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

@media (max-width: 767px) {
	.hidden-mobile {
		display: none;
	}
}

@media (min-width: 768px) {
	.visible-mobile {
		display: none;
	}
}


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

.oldie .main-nav-wrap {
	display: block !important;
	overflow: visible !important;
}


@media print{
  body{ 

  }
  
  img {
	  max-width: 100%;
  }
  .header {
	  position: relative;
	  text-align: center;
  }
  
  h1.logo {
	  margin: 10px 0;
	  font-size: 20px;
  }
  
  .header-social .social-media li a,
	.social-media li a  {
	  font-size: 16px !important;
  }
  
  .content-wrap {
	  padding-top: 30px;
  }
  /* Home Page */
  .home #hero .hero-content {
	  margin: 50px 0;
  }
  #hero .hero-content h1 {
	  font-size: 60px;
  }
  .grid-row.masonry {
	  height: auto !important;
  }
  
  .grid-row.masonry .grid-unit {
	  width: 100%;
	  position: relative !important;
	  left: 0 !important; 
  }
  
  #home-ctas.ctas .cta-item .cta-image {
	  max-width: 222px;
	  border: 0;
	  margin: 0 auto;
  }
  
  .ctas .ctaNoDesc .cta-item .cta-content {
	  position: relative;
  }
  
  /* Inner Pages */
  #hero .hero-content {
	  padding: 0;
  }
  
  /* Location Page */
  #wpsl-result-list #wpsl-stores, 
  #wpsl-result-list #wpsl-direction-details, 
  #wpsl-result-list #wpsl-gmap {
	  height: auto !important;
  }
}
