/* Global */
#RelTab.on { display: none; }
header > #NavWrap.top-anchor {
	position: relative;
	background: none;
}
#NavWrap nav.off { display: none; }
html { -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */ }
@media only screen and (max-width : 550px) {
	#BackToTop {
		left: 10px;
		bottom: 10px;
	}
}
#Body div#slide {
	-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.9);
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.9); 
}
#Body.reveal div#slide {
	left: 80%;
	position: fixed;
	background: #fff;
}
#Body.reveal div#slide #Help,
#Body.reveal div#slide footer,
#Body.reveal div#slide #content { opacity: 0.3; }
#Body.off div#slide {
	left: 0;
	position: relative;
}
div[class^=widget] iframe { height: auto !important; }
#Custom { width: 100%; }
.gallery .galleria-stage { bottom: 0; }
.gallery .galleria-thumbnails-container { display: none; }

/* Text */
body {
	font-size: 14px; font-size: 1.4rem;
	line-height: 22px; line-height: 2.2rem;
}
/* 12px */
h6,
ul.targets-cols p, 
p.copy, 
div.headline p.long { 
	font-size: 12px; font-size: 1.2rem; 
	line-height: 20px; line-height: 2rem;
}
/* 14px */
a.button p,
#RelTab a p,
h5,
ul.targets-cols p[class^=title], 
.details ul,
.details ol,
div.headline p { 
	font-size: 14px; font-size: 1.4rem;
	line-height: 22px; line-height: 2.2rem;
}
h5, h6 { padding: 0 0 12px; }
/* 16px */
nav, 
p[class^=title] {
	font-size: 16px; font-size: 1.6rem;
	line-height: 24px; line-height: 2.4rem;
}
div.headline p { line-height: 18px; line-height: 1.8rem; }
div[class^=gutters] { 
	padding-left: 1%; 
	padding-right: 1%; 
}
/* 18px */
*[class^=bar] p[class^=title] label,
*[class^=bar] p[class^=title],
#HomeMedia .galleria-layer div.wrap p,
h4 {
	font-size: 18px; font-size: 1.8rem;
	line-height: 26px; line-height: 2.6rem;
}
h4 { padding: 0 0 14px; }
/* 22px */
h2, h3 {
	font-size: 22px; font-size: 2.2rem;
	line-height: 30px; line-height: 3rem;
}
h2, h3 { padding: 0 0 16px; }
/* 26px */
h1 {
	font-size: 26px; font-size: 2.6rem;
	line-height: 34px; line-height: 3.4rem;
}
/* 36px */
#HomeMedia .galleria-layer div.wrap h2 {
	font-size: 36px; font-size: 3.6rem;
	line-height: 40px; line-height: 4rem;
}

div.page-title { min-height: 70px; }
h1[class^=title] { padding: 20px 15px 15px; }
h1.drop { padding-right: 70px; }
div.page-title p#tMenu {
	top: 15px;
	right: 15px;
	width: 40px;
	height: 40px;
	background-size: 100%;
}
div.page-title #TitleDrop {
	top: 50px;
	right: 15px;
}

/* Framework Header */
#Body > nav { display: block; }
header { 
	height: 80px;
	max-height: 80px;
}
header > div#NavWrap { 
	height: 75px;
	position: relative;
}
header #NavWrap .links { display: none; }
#logo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 126px;
	height: 75px;
	margin: 0 auto;
	background-position: bottom center;
}
#logo img {
	width: 100%;
	height: 75px;
	padding: 10px 0;
}
div#search { margin: 12px 20px 0 0; }
div#search input[type=search] {	width: 100px; }
div#mSearch { 
	width: 100%;
	height: 75px;
	margin: 0 auto;
	float: none;
}
div#mSearch input[type=search] { 
	width: 80%;
	height: 40px;
	margin: 15px 0 0;
	padding: 0 10px;
	border: 0;
}
div#mSearch input[type=image] { 
	margin: 14px 0 0 0;
	float: left;
	width: 45px;
	height: 45px;
	padding: 8px;
}
#mobileNav { 
	width: 100%;
	padding: 19px 0 0 0;
	float: left;
	display: block; 
}
#mobileNav p {
	width: 37px;
	height: 37px;
	padding: 0;
	cursor: pointer;
	background-image: url(/_themes/_images/nav/mobile-icons-3x.png);
	background-size: 74px 74px;
}
#mobileNav p span { display: none; }
#mobileNav p#mAccount {
	margin: 0 10px 0 0;
	float: right; 
	background-position: top right; 
}
#mobileNav p#mMenu { 
	margin: 0 0 0 10px;
	float: left;
	background-position: top left; 
}
#mobileNav p#mMenu.on { background-position: bottom left; }
#mobileNav p#mAccount.on { background-position: bottom right; }
#AccountDrop {
	position: absolute;
	top: 75px;
	left: 0;
	width: 100%;
	padding: 10px 0 0;
	float: left;
	display: block;
	z-index: 300;
	background: #fff;
	-webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.7);
	box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.7);
}
div#AccountDrop.off { left: -9999px; }
div#AccountDrop.on { left: 0; }
#AccountDrop > p { padding: 5px 25px 10px; }
#AccountDrop ul li a:hover, 
#AccountDrop ul li a:active, 
#AccountDrop ul li a:focus {
	background-color: #e9f7fc;
	text-decoration: none;
}
#AccountDrop .form-wrapper {
	width: 100%;
	padding: 0 10px 10px;
}
#AccountDrop .stacked { margin-top: 10px; }
#mForm .form-row,
#AccountDrop .form-row { 
	width: 50%;
	padding: 10px 15px; 
}
@media only screen and (max-width : 450px) {
	#mForm .form-row,
	#AccountDrop .form-row { 
		width: 100%; 
		padding: 5px 15px;
	}
	#AccountDrop .stacked .form-row { width: 50%; }
}
#mForm div[class^=form-row] > label,
#AccountDrop div[class^=form-row] > label {
	width: 100%;
	padding: 5px 0 0;
	text-align: left;
}
#mForm input[type=password], 
#mForm input[type=email],
#AccountDrop input[type=password], 
#AccountDrop input[type=email] { width: 100%; }
#mForm input[type=submit], 
#AccountDrop input[type=submit] {
	padding: 3px 10px;
	margin: 10px 0 0 15px; 
	float: left;
}
#mForm p.right,
#mForm p.help,
#AccountDrop p.right,
#AccountDrop p.help { float: right; }
#mForm p.label,
#AccountDrop p.label { float: left; }
#mForm p.create,
#AccountDrop p.create {
	padding: 20px 15px 0 0; 
	float: right; 
}
#AccountDrop ul {
	width: 100%;
	padding: 0 10px 10px;
	float: left;
}
#AccountDrop ul > li {
	width: 50%;
	padding: 0;
	float: left;
}
#mCart {
	width: 100%;
	float: left;
	display: block;
}
#mCart a {
	width: 50%;
	float: left;
	background: #e9f7fc;
	text-transform: uppercase;
}
#mCart a.reverse {
	color: #fff;
	background: #00aeef;
}
#mCart p {
	width: 100%;
	padding: 17px 10px 13px;
	float: left;
	text-align: center;
}
#mLogo {
	width: 100%;
	height: 101px;
	float: left;
	display: block;
	border-top: 1px solid #ccc;
	text-align: center;
}
#mLogo a {
	width: 170px;
	height: 100px;
	margin: 0 auto;
	display: block;
}
#mLogo img {
	box-sizing: border-box;
	width: 170px;
	height: 100px;
	padding: 15px 0;
}
nav > ul > li {
	width: 100%;
	padding: 15px;
	margin: 0;
	float: left;
	border-top: 1px solid #ccc;
}
nav > ul li a.global {
	width: 100%; 
	padding: 0;
	float: left;
	color: #999;
	text-transform: uppercase;
}
nav > ul > li a.global:hover, 
nav > ul > li a.global:active, 
nav > ul > li a.global:focus,
nav > ul > li.on a.global { 
	text-decoration: none;
	color: #fff;
	background: #00aeef;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
	transition: all .5s ease;
}
#AccountDrop ul li a p,
nav > ul li ul li p,
nav > ul > li a.global > p { padding: 13px 15px 10px; }
nav > ul li ul li {
	width: 50%;
	padding: 0;
}
#AccountDrop ul li a { float: left; }
#AccountDrop ul li a,
nav > ul li ul li a { width: 100%; }
@media only screen and (max-width : 450px) {
	nav > ul li ul li { width: 100%; }
}
header nav > ul > li.mobile,
div#mSearch { display: block; }

/* Framework Footer */
footer ul.cols li.half { 
	width: 100%;
	padding: 0 10px 20px;
}
footer ul.cols li.half > a {
	width: 300px;
	margin: 0 auto;
	float: none;
	display: block;
}
footer ul.cols li.half div#Newsletter {
	width: 300px;
	max-width: 100%;
	margin: 20px auto 0;
	float: none;
	display: block;
}
footer ul.cols li.column { 
	width: 50%; 
	padding: 0 10px 10px;
}
@media only screen and (max-width : 550px) {
	div.copy div.icons {
		width: 100%;
		float: none;
		text-align: center;
	}
	div.copy .circle-icons a {
		float: none;
		margin: 5px 10px;
	}
	p.copy { 
		width: 100%; 
		padding: 10px 20px 0;
	}
}

/* Common page / index */
*[class^=bar] {	min-height: 40px; }
div[class^=bar] p { padding: 7px 15px 4px; }
*[class^=bar] a.right,
*[class^=bar] p.right { padding: 9px 15px 0 0; }
*[class^=bar] select {
	max-width: 130px; 
	margin: 5px 10px 0; 
}
div.bar-head select { margin-left: 0; }
*[class^=bar] input[type=submit].small { margin-top: 5px; }
#Related *[class^=bar] { 
	width: 100%;
	float: left; 
}
*[class^=targets] ul[class~="two"] li div.data { padding: 12px 0 0 0; }
#RelTab.on { display: none; }
#RelTab a {
	min-height: 35px;
	padding: 0 15px;
}
#RelTab a p { padding: 8px 0 0; }
div#FullWrap div.page-title { min-height: 50px; }
div#FullWrap h1[class^=title] { 
	padding-top: 18px;
	font-size: 24px; font-size: 2.4rem;
	line-height: 28px; line-height: 2.8rem;
}
#content .noimage { min-height: 40px; }
a.button {
	height: 30px;
	padding: 0 15px;
}
a.button p { padding: 6px 0 4px; }
.contact-for-pricing a.button {
	padding-top: 8px;
}
div[class*=button-bar] a.paypal img {
	max-width: 175px;
	height: auto !important;
}

/* Modules */
#galleryHome {
	height: 400px;
}
#HomeMedia .galleria-layer div.wrap {
	top: 70px;
	left: 10px;
	width: 260px;
	height: 260px;
}
#HomeMedia .galleria-layer .right div.wrap {
	right: 10px;
}
#HomeMedia .galleria-layer .center div.wrap {
	left: calc(50% - 130px);
}

#StoreSearch input[type=search] { width: 130px; }
#SectionCustom .col { width: 100%; }
@media only screen and (max-width : 500px) {
	#MediaGallery div.thumbs > div { height: 70px; }
	div.thumbs div.block img[class$=thumb] { max-width: 60px; }
	div.thumbs div.block p.source { display: none; }
}
@media only screen and (max-width : 450px) {
	div#Calculator div[class^=form-row] > label { 
		width: 100%;
		padding-right: 0;
		text-align: left;
	}
	div#Calculator div[class^=form-row] div.field { width: 100%; }
	div#Calculator div.result div.field { width: 140px; }
	div#Calculator div[class^=form-row] > label span {
		left: 0;
		right: auto;
	}
	div#Calculator div.result > p { padding: 0 20px 5px; }
	div#Calculator div.result div.radio-row { padding-left: 10px; }
	div#Calculator div.radio-row input[type=text] { margin: 0 2px 0 0; }
}

/* Forms */
input[type=checkbox],
input[type=radio] { margin-top: 3px; }

.locations .details {
	width: 100%;
}
