/* CSS Document */

html, body {
	font-size: 13px;
	font-family: "opensans", Arial, sans-serif;
	color: #fff;
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
}
a {
	text-decoration: none;
	color: #6d533a;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out; 
}
p {
	font-family: "opensans";
	font-size: 15px;
	color: #fff;
	clear: both;
}

.wrap {
	width: 900px;
	margin: 0 auto;
	position: relative;
	padding: 0 30px;
}

h1, h2, h3, h4, h5 {
	margin: 0;
}
h1 {
	font-family: "Pathway";
	font-size: 70px;
	text-transform: uppercase;
	color: #fff;
	background-size: contain;
	height: 100px;
	line-height: 95px;
	margin: 20px 0 40px 0;
	text-align: center;
	
	background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(50%,rgba(0,0,0,0.6)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 50%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 50%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 50%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 50%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
	float: left;
	clear: both;
	width: 100%;
	position: relative;
}
h1:before, h1:after {
	content:"";
	background: url(../images/layout/dots.png) repeat-x bottom center;
	width: 100%;
	height: 3px;
	position: absolute;
	top: 0;
	left: 0;
}
h1:after { 
	background-position: top center; 
	top: auto;
	bottom: 0;
}

h2 {
	font-family: "Pathway";
	font-size: 35px;
	color: #fff;
	padding: 20px 0;
	text-transform: uppercase;
}
h3 {
	font-family: "Pathway";
	font-size: 28px;
	color: #fff;
	text-transform: uppercase;
}



.col1,.col2, .col3, .col4, .col6, .col8, .col9 {
	float: left;
}

.col1 {
	width: 5%;
	margin: 0 1%;
}
.col2 {
	width: 14%;
	margin: 0 1%;
}
.col3 {
	width: 23%;
	margin: 0 1%;
}
.col4 {
	width: 31%;
	margin: 0 1%;
}
.col6 {
	width: 48%;
	margin: 0 1%;
}
.col8 {
	width: 64%;
	margin: 0 1%;
}
.col9 {
	width: 73%;
	margin: 0 1%;
}

.cl { clear: both; }

hr {
	border: none;
	width: 100%;
	height: 3px;
	background: url(../images/layout/dots.png) repeat-x center left;
	float: left;
	margin: 0;
	width: 930px;
	margin-left: -15px;
	clear: both;
}

.table {
	height: 100%;
	width: 100%;
	display: table;
}
.tablecell {
	display:table-cell;
	vertical-align:middle;
}


/****************************************
	INDEX
****************************************/
.index-top {
	width: 100%;
	height: 100%;
	background:url(../images/layout/indexheader.jpg) no-repeat center;
	background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
	z-index:-1;
}
.index-holder {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
}

.page-bottom {
	width: 100%;
}
.grasstop {
	background: url(../images/layout/grasstop.png) no-repeat center;
	background-size: 100% auto;
	margin-top: -20px;
}
.grasstop img { visibility: hidden; width: 100%; display: block; }
.dirtgradient {
	background: -moz-linear-gradient(top, rgba(29,19,12,0) 0%, rgba(15,11,7,0.90) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(29,19,12,0)), color-stop(100%,rgba(15,11,7,0.90))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(29,19,12,0) 0%,rgba(15,11,7,0.90) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(29,19,12,0) 0%,rgba(15,11,7,0.90) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(29,19,12,0) 0%,rgba(15,11,7,0.90) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(29,19,12,0) 0%,rgba(15,11,7,0.90) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f0b07', endColorstr='#821d130c',GradientType=0 ); /* IE6-9 */
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index:0;
}
.dirt {
	background: url(../images/layout/bgtile.jpg) repeat-y top center;
	background-size: 100% auto;
	position: relative;
}
.dirt .wrap.dirtwrap {
	background: rgba(79,55,39,0.55);
	-webkit-box-shadow: 0 20px 50px 0 rgba(0,0,0,0.8);
	box-shadow: 0 20px 50px 0 rgba(0,0,0,0.8);
}
.dirt .wrap .wraptop {
	background: -moz-linear-gradient(top, rgba(79,55,39,0) 0%, rgba(79,55,39,0) 30%, rgba(79,55,39,0.55) 71%, rgba(79,55,39,0.55) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(79,55,39,0)), color-stop(30%,rgba(79,55,39,0)), color-stop(71%,rgba(79,55,39,0.55)), color-stop(100%,rgba(79,55,39,0.55))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(79,55,39,0) 0%,rgba(79,55,39,0) 30%,rgba(79,55,39,0.55) 71%,rgba(79,55,39,0.55) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(79,55,39,0) 0%,rgba(79,55,39,0) 30%,rgba(79,55,39,0.55) 71%,rgba(79,55,39,0.55) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(79,55,39,0) 0%,rgba(79,55,39,0) 30%,rgba(79,55,39,0.55) 71%,rgba(79,55,39,0.55) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(79,55,39,0) 0%,rgba(79,55,39,0) 30%,rgba(79,55,39,0.55) 71%,rgba(79,55,39,0.55) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004f3727', endColorstr='#8c4f3727',GradientType=0 ); /* IE6-9 */
	height: 70px;
	position: absolute;
	top: -70px;
	width: 100%;
	left: 0;
}
.white-block {
	background: rgba(255,255,255,0.1);
	width: 900px;
	padding: 40px 30px;
	clear: both;
	margin-left: -30px;
}

.gallerymore {
	text-align: center;
	width: 100%;
	clear: both;
	margin: 20px 0;
	float: left;
}
.gallerymore a {
	text-transform: uppercase;
	color: #fff;
	font-family: "Pathway";
	font-size: 30px;
}

.teamimage {
	background-size: cover;
	width: 130px;
	height: 140px;
	float: left;
	margin-right: 10px;
	position: relative;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}
.teaminfo {
	float: left;
}
.teamjob {
	font-family: "Pathway";
	font-size: 20px;
}
.teamemail {
	font-family: "Pathway";
	font-size: 24px;
	margin-top: 20px;
}

.pagedown {
	width: 100px;
	height: 100px;
	background: url(../images/btns/downarrow.png) no-repeat center;
	background-size: contain;
	display: inline-block;
	clear: both;
	position: absolute;
	bottom: 10%;
	left: 50%;
	margin-left: -50px;
}


/****************************************
	NAV
****************************************/
.menu-links {
	float: right;
}
.nav {
	list-style: none;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}
.nav li {
	display: inline-block;
}

.nav li ul {
	position: absolute;
	background: rgba(255,255,255,0.78);
	top: 150px;
	margin: 0;
	padding: 10px 0;
	width: 100%;
	display: none;
}
.nav li ul li {
	width: 100%;
	text-indent: 0;
	float: left;
	height: auto;
}
.nav li ul li a {
	float: left;
	line-height: 20px;
	color: #000;
	height: auto;
	text-align: left;
	padding: 5px 5%;
	width: 90%;
}


.nav li ul li a:hover {
	color: #2680b4;
}

.nav li a {
	background-position: center;
	background-size: contain;
	color: #000;
	text-transform: lowercase;
	font-family: "Pathway";
	font-size: 18px;
}
.nav span {
	display: inline-block;
	color: #000;
}
.mobile-menu { display: none; }


.fb-link {
	width: 25px;
	height: 25px;
	background: url(../images/icons/facebook.png) no-repeat center;
	background-size: contain;
	display: inline-block;
	float: right;
	margin: 5px;
}


/****************************************
	FOOTER
****************************************/

.footer {
	height: 50px;
	background: rgba(255,255,255,0.8);
	
	width: 100%;
	
	position: relative;
	line-height: 50px;
	color: #000;
	z-index: 12;
	
	font-family: "Pathway";
	font-size: 15px;
}
.footer a {
	color: #000;
	text-decoration: underline;
}
.footer a:hover {
	color: #6d533a;
}

.footby {
	float: left;
	margin: 0 10px;
}

.footlinks { float: right; text-align: center; }
.footlinks a, .footlinks span {
	display: inline-block;
}
.footlinks a {
	padding: 0 10px;
	color: #000;
	text-transform: lowercase;
	text-decoration: none;
}
ul.footnav {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.footnav li {
	float: left;
	line-height: 50px;
	margin: 0 5px;
}
ul.footnav li a {
	display: block;
	text-transform: lowercase;
	text-decoration: none;
}
ul.footnav span { float: left; }


.phone, .email {
	font-size: 30px;
	font-family: "Pathway";
	padding-left: 60px;
	line-height: 50px;
	position: relative;
	display: inline-block;
}
.phone:before, .email:before {
	content: "";
	width: 58px;
	height: 50px;
	background: url(../images/icons/phone.png) no-repeat center;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
}
.email {
	padding-left: 70px;
	margin-left: 50px;
}
.email:before {
	width: 63px;
	height: 36px;
	background: url(../images/icons/email.png) no-repeat center;
}
.email a { color: #fff; }
.general-info {
	width: 100%;
	text-align: center;
}
.general-info h2 { text-align: center; }

.totop {
	background: url(../images/btns/totop.png) no-repeat center;
	width: 94px;
	height: 94px;
	display: inline-block;
	clear: both;
}

.foot-logo {
	height: 30px;
	background: url(../images/layout/logo.png) no-repeat center;
	background-size: contain;
	float: left;
	width: 150px;
	margin: 10px 0;
}


/****************************************
	PAGE
****************************************/

.header {
	width: 100%;
	background: rgba(255,255,255,0.85);
	height: 75px;
	position: absolute;
	top: 0;
	z-index:11;
	position: fixed;
	
	/*background: -moz-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.9) 30%, rgba(255,255,255,0.5) 70%, rgba(255,255,255,0.5) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.9)), color-stop(30%,rgba(255,255,255,0.9)), color-stop(70%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0.5)));
background: -webkit-linear-gradient(top, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 30%,rgba(255,255,255,0.5) 70%,rgba(255,255,255,0.5) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 30%,rgba(255,255,255,0.5) 70%,rgba(255,255,255,0.5) 100%);/
background: -ms-linear-gradient(top, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 30%,rgba(255,255,255,0.5) 70%,rgba(255,255,255,0.5) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 30%,rgba(255,255,255,0.5) 70%,rgba(255,255,255,0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#80ffffff',GradientType=0 );*/

}
.logo {
	width: 200px;
	height: 70px;
	background: url(../images/layout/logo.png) no-repeat center;
	background-size: contain;
	display: block;
	margin: 5px auto;
	float: left;
	
}
.pageicon {
	background-size: contain !important;
	width: 100%;
	height: 350px;
	position: absolute;
	margin-top: -300px;
	margin-left: -30px;
}
.headcart {
	/*position: absolute;
	right: 10px;*/
	background: url(../images/icons/cart.png) no-repeat center;
	background-size: contain;
	width: 33px;
	height: 32px;
	/*top: 10px;*/
	display: block;
}
ul.accountnav {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 10px;
	right: 10px;
}
ul.accountnav li {
	float: left;
	border-right: 1px solid #2680b4;
}
ul.accountnav li.last {
	border-right: none;
	margin: 0 10px;
}
ul.accountnav li a.accountlink {
	line-height: 33px;
	font-family: "Pathway";
	font-size: 18px;
	padding: 10px;
}

.pagetop {
	width: 100%;
	background: url(../images/layout/pagebg.jpg) no-repeat bottom center;
	background-size: 100% auto;

	display: block;
	height: 420px;
	position: absolute;
	top: 0;
	z-index: -1;
}
.pageholder {
	width: 100%;
	height: 400px;
	display: block;
}
#main.pagemain {
	padding-top: 350px;
}

.pagetext img {
	max-width: 100% !important;
}
.pagetext li {
	color: #fff !important;
	font-size: 14px;
	margin: 5px 0;
	clear: both;
	float: left;
}
.dots {
	background: url(../images/layout/dots.png) repeat-x center;
	width: 100%;
	height: 6px;
	margin: 20px 0;
	float: left;
	clear: both;
}
.dots.bottomdots {
	margin-bottom: 40px;
}

.pagefoot {
	font-family: "Pathway";
	font-size: 28px;
	color: #fff;
}
.lside {
	float: left;
	max-width: 50%;
	
}
.rside {
	float: right; 
	text-align: right;
}

.rside .phone {
	font-size: 40px;
	display: inline-block;
}
.rside .address {
	font-size: 22px;
}

.fb-icon {
	background: url(../images/icons/facebook.png) no-repeat center;
	background-size: contain;
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-left: 10px;
}


.lside .name {
	float: left;
}
.lside .email {
	float: left;
	clear: both;
}
.lside .email a {
	color: #fff;
}



/****************************************
	MODEL BLOCK
****************************************/
.model-list {
	text-align: center;
}
.modelblock {
	display: inline-block;
	width: 300px;	
	margin: 0 9px;
	text-align: left;
}
h2.model {
	background: url(../images/icons/softubtypeicon.png) no-repeat left center;
	background-size: contain;
	font-size: 40px;
	padding-left: 110px;
	margin-bottom: 5px;
}
.modelblock .dots {
	margin: 5px 0 10px;
}
.model-quickinfo {
	width: 100%;
}
.model-row {
	width: 100%;
	float: left;
	clear: both;
	margin: 5px 0;
	color: #fff;
	font-family: "Pathway";
	font-size: 22px;
}
.model-label {
	width: 150px;
	float: left;
}
.model-value {
	float: left;
}
.model-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	clear: both;
	width: 100%;
	height: 195px;
	display: block;
	margin: 10px 0;
}
.model-detail-btn.whitebtn { margin: 20px 0; float: left; }


.model-detail {
	color: #fff;
	font-size: 14px;
}
.model-detail .dots {
	margin-top: 5px;
}
h2.toph2 {
	margin: 0;
}

.model-detail .model-label {
	width: 50%;
}
.model-detail .model-row {
	padding: 5px 2%;
	width: 96%;
	font-size: 20px;
}
.model-detail .model-row:nth-child(even) {
	background: rgba(255,255,255,0.2);
	margin: 0;
	
}

.model-images {
	text-align: center;
	width: 100%;
	float: left;
	clear: both;
	margin-top: 30px;
}
.mod-img {
	width: 300px;
	margin: 0 5px;
	display: inline-block;
	height: 220px;
	max-width: 90%;
	background-position: center;
	background-size: cover;
}


.customize-btn {
	background: #fff;
	color: #2680b4;
	text-transform: uppercase;
	text-align: center;
	font-size: 28px;
	display: inline-block;
	clear: both;
	padding: 10px 20px;
	font-family: "Pathway";
	-webkit-border-radius: 15px;
	border-radius: 15px;
	margin: 18px 8px;
	border: 3px solid #2680b4;
	-webkit-box-shadow: 0 0 0 8px rgba(255,255,255,0.5);
	box-shadow: 0 0 0 8px rgba(255,255,255,0.5);
}
.customize-btn span {
	font-size: 55px;
}

.customize-btn:hover {
	background: rgba(0,0,0,0.5);
	color: #fff;
	-webkit-box-shadow: 0 0 0 8px rgba(0,0,0,0.5);
	box-shadow: 0 0 0 8px rgba(0,0,0,0.5);
	border: 3px solid #fff;
}

.model-colors {
	float: left;
	clear: both;
	margin: 10px 0;
}
.color-label {
	float: left;
	width: 200px;
	font-size: 40px;
	font-family: "Pathway";
	color: #fff;
	padding-top: 20px;
}
.color-block {
	float: left;
	width: 740px;
	margin-left: 10px;
}
.color {
	display: inline-block;
	width: 80px;
	margin: 5px;
	background-size: cover;
	background-position: center;
	vertical-align: top;
}
.swatch {
	width: 80px;
	height: 80px;
	display: block;
}
.swatchname {
	width: 100%;
	text-align: center;
	margin-top: 10px;
	color: #fff;
}

.customizer .color { cursor: pointer; margin: 0; padding: 5px; }
.customizer .color:hover { background: rgba(255,255,255,0.2); }
.customizer .color.select {
	background: rgba(255,255,255,0.5);
}

.customizer .canvas {
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
.customizer .base img  {
	max-width: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
}
.customizer .model-colors { display: none; }


.customizer .color.deck-color {
	/*background: #fff;*/
	width: 100px;
	height: 40px;
	line-height: 40px;
	width: 150px;
	text-align: center;
	padding: 0;
	margin: 20px 10px 20px 0;
}

.customizer .color.deck-color .swatchname {
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	font-family: "Pathway";
	font-size: 24px;
}

.customizer .color.deck-color:hover {
	background: rgba(255,255,255,0.3);
}
.customizer .color.deck-color:hover .swatchname {
	color: #fff;
}
.customizer .color.deck-color.select {
	background: rgba(255,255,255,0.5);
}
.customizer .color.deck-color.select .swatchname {
	color: #fff;
}


.customizer .softub, .customizer .deck, .customizer .liner {
	width: 100%;
	height: 100%;
	position: absolute;
	background-position: bottom center;
	background-size: contain;
}
.customizer .softub {
	
}
.customizer .deck {
	background-image: url(../images/custom/deck.png);
	z-index: 5;
	display: none;
}
.customizer .liner {
	z-index: 3;
}

.canvas .loader {
	font-size: 60px;
	text-align: center;
	color: #fff;
	font-family: "Pathway";
	position: absolute;
	background: url(../images/layout/ajax-loader.gif) no-repeat center 50%;
	width: 100%;
	height: 100%;
	float: left;
}
.canvas .loader span {
	position: absolute;
	top: 50%;
	margin-top: -100px;
	left: 0;
	width: 100%;
}

/****************************************
	FAQ
****************************************/

.faq-row {
	width: 96%;
	float: left;
	clear: both;
	padding: 10px 2%;
	color: #fff !important;
	font-size: 14px !important;	
	cursor: pointer;
}
.faq-row:nth-child(odd) {
	background: rgba(255,255,255,0.2);
}
.faq-question {
	font-size: 16px !important;
	
}
.faq-answer { 
	display: none; 
	color: #000 !important;
	background: #fff;
	margin: 10px 0 0;
}
.faq-answer p {
	color: #000 !important;
	padding: 10px 2%;
	margin: 0;
	width: 96%;
}


/****************************************
	FORMS
****************************************/

.contact-form {
	margin-bottom: 30px;
}
.mt10 { margin-top: 10px; }

.form-row {
	width: 100%;
	float: left;
	clear: both;
	margin: 5px 0;
}
.form-row.half {
	width: 49%;
	clear: none;
}
.form-row.fr { float: right; }
.form-row.half:nth-child(odd) {
	margin-right: 2%;
}

.form-label {
	float: left;
	color: #fff;
	font-family: "Pathway";
	font-size: 24px;
	line-height: 30px;
	margin-right: 5%;
	width: 30%;
	text-align: right;
}
.form-header {
	font-family: "Pathway";
	font-size: 24px;
	padding: 20px 0;
	float: left;
	clear: both;
}
.form-input {
	float: left;
	width: 60%;
}
.form-input img { max-width: 100%; }
.form-input input, .form-input select, .form-input textarea {
	border: none;
	background: #fff;
	padding: 5px 2%;
	width: 96%;
	font-family: "opensans";
}
.form-input input.half {
	width: 45%;
	margin-right: 2%;
	float: left;
}
.form-input input.half.last {
	margin-right: 0;
}
.form-input select.half {
	width: 40%;
}
.form-input span {
	color: #fff;
	padding: 0 3%;
}
.form-input textarea {
	height: 100px;
}
.form-input input.invalid, .form-input select.invalid, .form-input textarea.invalid {
	background: #FFD4D5;
}
.form-input input[type="submit"] {
	color: #fff;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	font-family: "Pathway";
	font-size: 20px;
	background: #850D0D;
	cursor: pointer;
	text-transform: uppercase;
}
.form-input input[type="submit"]:hover {
	background: rgba(0,0,0,0.75);
}

.error, .success, .alert {
	padding: 5px 10px;
	background: #c44f44;
	color: #fff;
	font-size: 13px;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(203, 200, 194, .45);
	box-shadow: 0px 1px 3px 0px rgba(203, 200, 194, .45); 
	margin-bottom: 20px;
}
.alert {
	background: #f8ebbc; /* Old browsers */
	color: #4c4c4c;
}
.success {
	background: #7ebd65; /* Old browsers */
}


/****************************************
	GALLERY
****************************************/
.gallery {
	width: 100%;
	text-align: center;
}
.galthumb {
	display: inline-block;
	margin: 5px;
	width: 100px;
	height: 100px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.gallery-categories {
	text-align: center;
	font-size: 24px;
}
.gallery-categories a {
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	font-family: "Pathway";
}
.gallery-list a {
	width: 100%;
	height: 100%;
	background-size: cover !important;
	float: left;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.8);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.8); 
}
.gallery-list article {
	margin: 10px 1%;
	height: 250px;
}
.gallery-categories a:hover {
	color: #CDA986;
}
.gallery-categories a.select {
	color: #CDA986;
}
.noimages {
	width: 100%;
	font-size: 24px;
	text-transform: uppercase;
	font-family: "Pathway";
	text-align: center;
	padding: 50px 0;
	float: left;
	clear: both;
}


/****************************************
	PAGINATION
****************************************/

.pg-bar {
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 20px;
	font-family: "Pathway";
	margin: 20px 0;
}

.photocount {
	float: left;
}
.pagination {
	float: right;
}
.pagination a {
	color: #fff;
	font-size: 20px;
	width: 20px;
	height: 25px;
	display: inline-block;
	text-align: center;
}
.pagination a:hover {
	color: #6d533a;
}
.pagination a.select {
	background: #fff;
	color: #6d533a;
}
.pagination a.pg-next {
	width: auto;
	margin-left: 10px;
}
.pagination a.pg-prev {
	width: auto;
	margin-right: 10px;
}
.pagination a.hide {
	visibility: hidden;
}

/****************************************
	CART
****************************************/

.cart-col {
	border-right: 3px dotted #fff;
	float: left;
	line-height: 80px;
}
.cart-col.img-col {
	width: 80px;
	height: 80px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.cart-col.name-col {
	width: 580px;
	padding: 0 10px;
}
.cart-col.qty-col, .cart-col.price-col {
	width: 134px;
	text-align: center;
	height: 80px;
}
.cart-col.price-col { border-right: none; }
.cartrow {
	border-bottom: 3px dotted #fff;
	color: #fff;
	font-family: "Pathway";
	font-size: 24px;
	float: left;
	clear: both;
	width: 100%;
}
.cartrow.cart-header, .cartrow.cart-total {
	background: rgba(0,0,0,0.5);
	text-transform: uppercase;
	font-size: 26px;
}


.cartrow.cart-header .cart-col, .cartrow.cart-total .cart-col { height: 50px; line-height: 50px; }
.cartrow.cart-header .cart-col.checkout-col, .cartrow.cart-total .cart-col.checkout-col { height: 30px; line-height: 30px; }

.cartrow.cart-total.grand-total .cart-col { height: 50px; line-height: 50px; }
.cartrow.cart-total.grand-total {
	border-top: 3px dotted #fff;
}

.cartrow.even {
	background: rgba(255,255,255,0.3);
}


.cart-col.total-col {
	width: 663px;	
	text-align: right;
	padding-right: 20px;
}
.cartrow.cart-total .cart-col.price-col {
	width: 274px;
}
.cartrow.cart-total {
	border-bottom: none;
}

.update-form, .promo-form {
	line-height: normal;
	margin-top: 10px;
}
.update-form input, .promo-form input {
	border: none;
	padding: 10px;
	width: 95px;
	margin: 0 auto;
	text-align: center;
}
.update-form input[type="submit"], .promo-form input[type="submit"] {
	padding: 5px 10px;
	margin-top: 2px;
	cursor: pointer;
	float: left;
	margin-left: 10px;
	width: auto;
	clear: both;
}
.update-form a.remove {
	font-family: "Pathway";
	font-size: 20px;
	float: right;
	margin-right: 10px;
	width: 50px;
	background: #9E0002;
	color: #fff;
	text-align: center;
	height: 26px;
	line-height: 26px;
	margin-top: 2px;
}
.promo-form input[type="submit"] {
	float: none;
}

.continue_shopping {
	font-family: "Pathway";
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	float: right;
	margin-bottom: 10px;
	margin-top: -50px;
	padding: 5px 10px;
}
	.continue_shopping:hover {
		background: rgba(255,255,255,0.3);
		
	}
.checkout {
	width: 300px;
	text-align: center;
	background: rgba(0,0,0,0.5);
	color: #fff;
	font-size: 30px;
	font-family: "Pathway";
	padding: 10px 0;
	margin: 20px auto;
	display: block;
}
	.checkout:hover {
		background: rgba(0,0,0,0.8);
	}
input.checkout {
	border: none;
	cursor: pointer;
}

.remove-promo {
	font-size: 20px;
	background: #9E0002;
	color: #fff;
	padding: 0 5px;
	margin-left: 5px;
	float: right;
}

.invoice-dl {
	color: #fff;
	font-family: "Pathway";
	font-size: 26px;
	background: rgba(255,255,255,0.3);
	padding: 10px 20px;
	margin: 20px auto;
	display: inline-block;
}
	.invoice-dl:hover {
		background: rgba(255,255,255,0.8);
		color: #2680b4;
	}

.error {
	background: #8F0002;
	color: #fff;
	padding: 10px 0;
	text-align: center;
	font-size: 18px;
	margin-bottom: 0;
}




/****************************************
	SERVICES
****************************************/

.service-row {
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 30px;
}
.service-icon {
	float: left;
	height: 100px;
	width: 100%;
}
.service-name {
	height: 100px;
	font-family: "Pathway";
	font-size:25px;
	text-transform: uppercase;
	width:  100%;
	float: left;
	margin: 0 10px;
}
.service-description {
	float: left;
	width: 100%;
	font-size: 12px;
}
.service-equipmentbtn {
	color: #6d533a;
	background: #fff;
	height: 26px;
	line-height: 26px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	text-transform: uppercase;
	font-family: "Pathway";
	font-size: 16px;
	display: inline-block;
	padding: 0 20px;
	float: right;
}
.eq-icon {
	height: 60px;
	width: 100%;
	background-size: contain !important;
}
.eq-name {
	line-height: 60px;
	font-size: 26px;
	text-transform: uppercase;
	font-family: "Pathway";
}
.eq-row {
	padding-bottom: 20px;
}
.equipment-used { display: none; }
.equipmentlist .equipment-used { display: block; }
.equipment-holder {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	display: none;
	padding-top: 20px;
	background: rgba(26,26,26,0.8);
}
.equipmentlist {
	position: relative;
	width: 400px;
}
.equipment-arrow {
	position: absolute;
	left: 100%;
	/*background: rgba(26,26,26,0.8);*/
	border-left: 100px solid rgba(26,26,26,0.8);
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	border-right: none;
	top: -20px;
}

.show-eq-close {
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	color: #000;
	text-transform: lowercase;
	width: 15px;
	height:15px;
	line-height: 15px;
	text-align: center;
}



/****************************************
	EQUIPMENT
****************************************/
.equipment-image {
	height: 200px;
	background-size: contain !important;
}
.equipment-block h2 {
	padding: 20px 0 0;
}



/****************************************
	CALENDAR
****************************************/

.dayheaderblock-mobile {
	display: none;
}