/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/opensans/v10/DXI1ORHCpsQm3Vp6mXoaTegdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
  src: url(https://fonts.gstatic.com/s/opensans/v10/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  src: url(https://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/opensans/v10/MTP_ySUJH_bn48VBG8sNSugdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
  src: url(https://fonts.gstatic.com/s/opensans/v10/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/opensans/v10/k3k702ZOKiLJc3WVjuplzOgdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
  src: url(https://fonts.gstatic.com/s/opensans/v10/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/opensans/v10/EInbV5DfGHOiMmvb1Xr-hugdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
  src: url(https://fonts.gstatic.com/s/opensans/v10/EInbV5DfGHOiMmvb1Xr-hnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
* {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	max-height:99999999px;
	line-height:130%;
}
body {
	-webkit-text-size-adjust:100%;
	color: #FFF;
	/*font-family: 'Open Sans', Arial, Helvetica, sans-serif;*/
	font-family: 'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
	font-size: 15px;
	/*font-weight: 600;*/
	background-color: #d3dcdb;
	background-image: url(/images/bg6_dark.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-size: auto;
}
a {
	text-decoration:none;
	color:#ffcc00;
	/*font-weight:600;*/
	outline:none;
}
a:hover {
	color: #FFFFFF;
}
h1, h3 {
	font-size: 28px;
	margin-bottom:10px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}
h2 {
	font-size: 29px;
	/*font-weight:normal;*/
	margin-bottom:10px;
	color:#ffcc00;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}
#slides h3, .tile h3 {
	/*font-family: 'Satisfy', serif;*/
	color:#fff;
	margin-bottom:0;
	font-weight: bold;
	line-height: 115%;
	text-shadow: 0 0 35px black, 0 0 40px black;
}
h4 {
	font-size: 20px;
	font-weight:normal;
	margin-bottom:10px;
	/*color:#ffcc00;*/
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}
h4 a {
	font-weight:normal!important;
}
h5 {
	font-size: 18px;
	color:#ffcc00;
	font-weight:normal;
	margin-bottom:5px;
}
p {
	margin-bottom:15px;	
	/*font-size: 15px;*/
	line-height: 160%;
}
img {
	max-width:100%;
	height:auto;
	border:none;	
}
#wrapper {
	width: 100%;
	background-color: #000;
	background-color: rgba(0,0,0,0.6);
}
#header {	

}
.row {
	width: 100%;
	clear: both;
}
.row-inner {
	width: 100%;
	max-width: 1310px;
	overflow: hidden;
	clear: both;
	margin:auto;
	position: relative;
}
#footer {
	/*background-color: #f0f0f0;*/
	margin-top: 20px;
	padding-top: 20px;
	/*padding-bottom: 20px;*/
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #ffcc00;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#290000+0,290000+50,070000+100 */
	background: #290000; /* Old browsers */
	background: -moz-linear-gradient(top,  #290000 0%, #290000 50%, #070000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#290000), color-stop(50%,#290000), color-stop(100%,#070000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #290000 0%,#290000 50%,#070000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #290000 0%,#290000 50%,#070000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #290000 0%,#290000 50%,#070000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #290000 0%,#290000 50%,#070000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#290000', endColorstr='#070000',GradientType=0 ); /* IE6-9 */
}
#topnav ul {
	margin-top:5px;
	display:inline-block;
	list-style-type: none;
}
#topnav ul li {
	float: left;
}
#topnav ul li a {
	font-size: 14px;
}
#sliderow {

}
h4.line {
	font-size: 18px;
	display: block;
	width: 100%;
	text-align: center;
	background-image: url(../images/bluepx.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
h4.line span  {
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
	width:auto;
	background-color: #FFF;
}
.center {
	text-align: center;
}
#bottom p {
	font-size: 12px;
}
#bottom {
	/*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a5a5a5;*/
	background: #000;
	text-align: center;
}
#footer ul {
	list-style-type: none;
}
#footer ul li {
	margin-bottom:2px;
}
#products a.ptile {
	display:block;
	padding:3% 1%;
}
#product-range a div, #product-range1 a div {
	display:block;
	width:100%;
	padding-bottom:75%;
	background-repeat:no-repeat;
	background-position: center center;	
	background-size:contain;
	border: 1px solid #E8E8E8;	
}
#product-range h4 a {
	display:inline;
	color: #EC3C00;
}
#product-range h4 em {
	font-style: normal;	
}
#product-range a {
	display:block;
	background-size:cover;
	padding:0!important;
	background-position: center center;	
}
#product-range, #product-range1 {
	margin-left:-10px;
	margin-right:-10px;
}
#product-range a .detail {
	border:none!important;
}
#product-range a h3 {
	color:#fff!important;
	font-weight:normal!important;
	/*font-family: 'Satisfy', serif;*/
	font-size: 20px;
}
#product-range a div {
	width:100%;
	padding-bottom:37%;
	max-height:235px;
	background-repeat:repeat;
	background-image: url(../images/opa30.png);
	position:relative;	
}
#product-range a div p {
	display:none;	
}
#product-range a div.detail {
	width:100%;
	position:absolute;
	bottom:20px;
	text-align:center;
	padding-left:10%;
	padding-right:10%;
	padding-bottom:0;
	background-image:none;
}
.clear {
	clear:both;
}
#content .cimg, .product-list-item .main-image {
	float:right;
	clear:right;
	margin-left:20px;
	margin-bottom:10px;
	max-width:39%;
	position:relative;
	margin-top:5px;	
}
#content .cimg p {
  position: absolute;
  bottom: 0;
  padding: 5px;
  margin-bottom: 0;
  display: block;
  background-color: #000;
  color: #bbb;
  width: 100%;
  text-align:center;
}
#products .cimg {
	float:right;
	clear:right;
	margin-left:20px;
	margin-bottom:15px;
	max-width:49%;
	overflow:hidden;	
}
.product p, .scroll p {
	margin-top: 5px;
	margin-bottom: 0px;
	font-size:13px;
	color:#414141;
}
.product p strong, .scroll p strong {
	font-size:15px;
}
.product p.price, .scroll p.price {
	color:#9F0000;
}
#products p.price {
	color:#9F0000;
	font-size:22px;
	font-weight:bold;
}
#products p.price.was {
	font-size:14px;
	margin-bottom:0;
}
#buyform .was {
	margin-bottom:5px!important;
}
.product p.price.large, .scroll p.price.large {
	font-size:18px;
}
#map-container {
	width:100%;
	padding-top:65%;
	position:relative;
}
#map {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
}
form label {
	width: 35%;
	display: block;
	float: left;
	min-height:5px;
}
form input, form textarea {
	width: 100%;
	margin-bottom:10px;
	padding:10px;
	border: solid 1px #999999;
    font-family: 'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
}
select {
    font-family: 'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
}

#buyform input, #buyform select {
	width:20%!important;
	margin-top:2px;
}
#buyform label {
	font-weight:bold;
}
form input[type=submit], #buyform input[type=submit], a.button, input.button {
	color: #FFF;
	background-color: #600;
	border:none;
	width:auto;
	padding:10px 30px 10px 30px;
	cursor:pointer;
}
#footer img {	
}
#title {
	background-repeat: repeat-x;
	margin-bottom:10px;	
}
#title .col100 {
	padding:0;
}
.tbl {
	display:table;
	width:100%;
	height:57px;
	overflow:hidden;	
	padding-top:14px;
	padding-bottom:16px;
	padding-left:10px;
	padding-right:10px;	
	background-repeat: no-repeat;
	background-position: right top;
}
#title h1 {
	background-size:contain;
	background-position: right center;
	background-repeat:no-repeat;
	height:40px;
	overflow:hidden;	
	padding-right:110px;
	display:table-cell;
	vertical-align:middle;
	width:100%;	
	font-weight:normal;
}
#headerimg {
	width:100%;
	padding-top:50%;
	overflow:hidden;
	background-size:cover;
	background-position: center center;	
	background-repeat:no-repeat;
	margin-bottom:10px;
}
ul.sub {
	list-style-type: none;	
}
ul.sub li ul {
	list-style-type: none;
	display:block;
	width:100%;
}
ul.sub li {
	/*display:table;*/
	width:100%;
	/*height:54px;*/
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E2E2E2;
	border-bottom-color: #E2E2E2;
	/*background-image: url(../images/subnavbg.png);*/
	background-repeat: repeat-y;
	background-position: right top;
}
li.subm {
	width:100%;
	display:inline;	
	border:none!important;
}
ul.sub li.subm ul {
	display:none;	
}
ul.sub li.subm p {
	display:block;
	width:100%;
	height:54px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E2E2E2;
	border-bottom-color: #E2E2E2;
	/*background-image: url(../images/subnavbg.png);*/
	background-repeat: repeat-y;
	background-position: right top;
	padding-top:16px!important;
	margin-bottom:0;
	padding-left:5px;
	padding-right:5px;
	cursor:pointer;
	font-weight:bold;
	color:#666!important;
}
ul.sub li.subm p span {
	float:right;
}
ul.sub li a {
	/*display:table-cell!important;*/
	display: block;
	width:100%;
	height:100%;
	vertical-align:middle!important;
	padding-left:5px!important;
	padding-right:15px!important;
	padding-top: 15px;
	padding-bottom: 15px;
	color:#a5a5a5;
}
ul.sub li ul {
	/*clear:both;
	width:100%;*/
}
ul.sub li ul li {
	border-top: 1px solid #E2E2E2;
	border-bottom: none;
	padding-left: 1em;
	border-right: none;
}
#products .submenu a {
	padding:0!important;
}
ul.sub li.selected {
	background-image: none;
}
ul.sub li.selected > a {
	background-image: none;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #a5a5a5;
	color:#FFCC00;
}
ul.sub li a:hover {
	color:#FFCC00;
}
#content-inner ul {
	list-style-type: none;	
	margin-top:0;
	margin-bottom:15px;
}
#content-inner ol {
	margin-top:0;
	margin-bottom:15px;
	list-style-position: inside;
}
#content-inner .content ul li,
#content-inner .product-list-item ul li,
#content-inner.blog ul li {
	/*background-image: url(../images/bullet.png);*/
	background-repeat: no-repeat;
	background-position: left 7px;
	/*display: block;*/
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 7px;
	padding-left: 28px;
	min-height:25px;
	padding-top:3px;
	line-height: 160%;
}
#content-inner .meta ul li {
	background-image:none;
	margin-bottom:2px;
	padding:0;
	min-height:0;
}
#content-inner .meta h3 {
	color:#414141;
	margin-bottom:0px;
}
#content-inner .meta ul {
	margin-top:3px;
}
#content-inner ol li {
	margin-bottom: 10px;
	min-height:20px;
}
#chargemap {
	height:600px;
	margin-bottom:10px;
}
form input[type=radio] {
	width:auto;
	float:left;
	margin-top:4px;
margin-right:5px;
}
form input[type=checkbox] {
	width:8%;
	margin-top:4px;
	clear:both;
	float:left;
}
.checkbox label {
	width:90%!important;
	margin-left:8%!important;
	font-size:13px;
	margin-top:-19px;
	float:none;
}
.radio label {
	font-size:13px;
	margin-top:4px;
	margin-bottom:5px;
}
.formspacer {
	clear:both;
	height:10px;
}
form #rightapp div p {
	margin-bottom:3px;	
}
form #leftapp div p {
	margin-bottom:3px;	
}
#appfrmcom,#appfrmdom {
	display:none;
}
p.date {
	margin-bottom:3px;
	margin-top:-5px;
}
.commenter p {
	margin-bottom:7px;	
}
ul.tabmenu {
	border-bottom: solid 1px #dcdcdc;
	height:41px;
	list-style-type:none;
}
ul.tabmenu li {
	width: auto;
	float: left;
	background-image: none!important;
	margin-left: -1px;
	padding:0!important;
	border-top: solid 2px #dcdcdc;
	border-left: solid 1px #dcdcdc;
	border-right: solid 1px #dcdcdc;
	border-bottom: none;
}
ul.tabmenu li.active {
	width: auto;
	float: left;
	background-image: none;
	/*background-color:#fff;*/
	/*height:42px;*/
	border-top: solid 1px #dcdcdc;
}
ul.tabmenu li a {
  color: #A5A5A5;
  display: block;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  /*background-image: url(../images/subnavbg.png);*/
  background-repeat: repeat;
  height: 39px;
  font-size: 14px;
  background-position: right;
}
ul.tabmenu li.active a {
	background-image: none;
	border-top: solid 3px #a5a5a5;
	color: #FFCC00;
	padding-top: 8px;
}
.content {
	clear:both;
}
#cart-links {
	background-color:#525252;
	padding:3px 15px 4px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	display:none!important;
}
#cart-links ul {
	float:right;
	list-style-type: none;		
}
#cart-links ul li {
	float:left;	
	margin-left:15px;
}
#cart-links ul li a {
	color:#A4A4A4;
	padding-left:20px;
	background-repeat:no-repeat;
	background-position:top left;
	font-size:14px;
}
.file-error {
	display:none;
	color:#f00;
}
.file-error a {
	color:inherit;
}
.freeparking {
  float: right;
}
.opening {
  max-width: 250px;
  float: right;
  display: block;
  text-align: center;
  margin-right: 50px;
  margin-top:8px;
}
.opening p {
  font-size:13px;
}
.opening p strong {
	color:#a5a5a5;
}
.inf-img {
	padding-top:50%;
	background-size:100% auto;
	border: 1px solid #b5b5b5;	
}
.inf-img p {
	display:block;
	background-color:#f0f0f0;
	padding:10px;
	font-size:90%;
	margin-bottom:0;	
}
.gall a {
  display: block;
  width: 100%;
  margin-bottom: 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
  padding-top: 70%;
  background-position: center;
}
.gallery, .offer {
	background-color: rgba(0, 0, 0, 0.3);
}
.offer {
	border:1px solid #fff;
}
.offer .gallery {
	margin-right:-10px;
	margin-left:-10px;	
}
#footer .cimg.thumb {
	max-width:29%;
	float:right;
	margin-left:5px;
	margin-bottom:3px;
	margin-top:10px;
	border: 4px solid #fff;	
}
#icons {
	/*background-color:#fff;*/
	/*border-bottom:1px solid #a5a5a5;
	margin-bottom:15px;*/
}
@media screen and (min-width:801px) {
	#wrapper {
		min-width: 980px;
		max-width: 1310px;
		margin: auto;
	}
	#header {
		min-width: 980px;
	}
	.mobile-only {
		display: none;
	}
	.menu {
		display:none;
	}
	.submenu {
		display:none;
	}
	.dskhide {
		display:none;
	}
	.col100 {
		float: none;
		clear:both;
		padding: 10px 15px;
		overflow:hidden;
	}
	.col75 {
		float: right;
		width: 75%;
		margin-bottom: -5990px;
		padding-top: 20px;
		padding-right: 15px;
		padding-bottom: 6000px;
		padding-left: 30px;
	}
	.col66 {
		float: left;
		width: 66.6666%;
		margin-bottom: -5990px;
		padding-top: 10px;
		padding-right: 15px;
		padding-bottom: 6000px;
		padding-left: 15px;
	}
	.col60 {
		float: left;
		width: 60%;
		margin-bottom: -5990px;
		padding-top: 10px;
		padding-right: 15px;
		padding-bottom: 6000px;
		padding-left: 15px;
	}
	.col50 {
		float: left;
		width: 50%;
		margin-bottom: -5990px;
		padding-top: 10px;
		padding-right: 15px;
		padding-bottom: 6000px;
		padding-left: 15px;
	}
	.col40 {
		float: left;
		width: 40%;
		margin-bottom: -5990px;
		padding-top: 10px;
		padding-right: 15px;
		padding-bottom: 6000px;
		padding-left: 15px;
	}
	.col33 {
		float: left;
		width: 33.3333%;
		margin-bottom: -5990px;
		padding-top: 10px;
		padding-right: 15px;
		padding-bottom: 6000px;
		padding-left: 15px;
	}
	.col30 {
		float: left;
		width: 30%;
		margin-bottom: -5990px;
		padding-top: 10px;
		padding-right: 15px;
		padding-bottom: 6000px;
		padding-left: 15px;
	}
	.col25 {
		display:block;
		float: left;
		width: 25%;
		margin-bottom: -5990px;
		padding-top: 10px;
		padding-right: 15px;
		padding-bottom: 6000px;
		padding-left: 15px;
		color:#414141;
		font-weight:normal;
	}
	.col25.gall {
		padding-right: 10px;
		padding-left: 10px;
	}
	.col16 {
		float: left;
		width: 16.65%;
		margin-bottom: -5990px;
		padding-top: 10px;
		padding-right: 15px;
		padding-bottom: 6000px;
		padding-left: 15px;
	}
	.product:nth-child(4n+5) {
		clear:both;	
	}
	#nav ul {
		display:inline-block;
		margin:auto;
		text-transform: uppercase;
		font-size: 1px;
	}
	#nav ul li {
		display: inline-block;
		text-align: left;
		font-size: 18px;
	}
    
    #nav ul li a.cta {
        font-weight: bold;
    background-color: #600;
        color: #fff;
    border: none;
    width: auto;
    padding: 10px 10px 10px 10px;
    cursor: pointer;
    }
    
    #nav ul li a.active {
        border-bottom: 3px solid #ffcc00;
    }
    
	#nav > ul > li:after {
		content: ' | ';
		color: #ffcc00;
		display: inline-block;
		padding: 0 15px;
	}
	#nav > ul > li:last-child:after {
		content: none;
	}
	#nav ul li ul {
		position:absolute;
		display:none;
		width:auto;
		padding-top:15px;
		z-index:99999;
	}
	#nav ul li ul li {
		display:block;
		text-align:left;
		background-color: #ffcc00;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left:15px;
		padding-right:30px;
		margin-left:-15px;	
	}
	#nav ul li:hover ul {
		display:block;
	}
	#nav ul li a {
		/*font-size:14px;
		font-weight:600;*/
		font-size: 18px;
		font-weight: 100;
		color:#ffcc00;
		display:inline-block;
		border-bottom:3px solid transparent;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	#nav ul li.selected a {
		color:#ffcc00;
		border-bottom:3px solid #ffcc00;
	}
	#nav ul li ul li a {
		color:#fff;
	}
	#nav-outer {
		margin-bottom:10px;
	}
	#nav {
		text-align:center;
	}
	#topnav {
		text-align:right;
	}
	#map-container {
		max-height:	400px;
		min-height:400px;
	}
	#subtiles form {
		padding-right:15px;
	}
	#headerimg {
		padding-top:0;
		height:350px;
	}
	#subnav, #subtiles, #membernav {
		float: left;
		clear:left;
		width: 25%;
		margin-bottom: 0;
		padding-top: 15px;
		padding-right: 15px;
		padding-bottom: 15px;
		padding-left: 15px;
	}
	.application {
		width:101.5%;
	}
	form #leftapp label {
		width:30%;	
	}
	form #rightapp label {
		width:35%;	
	}
	label.fullwidth {
		width:100%!important;	
	}
	form #rightapp {
		padding-left:5%;	
	}
	form #leftapp {
		padding-right:5%;	
	}
	.radio label {
		width:25%!important;
		margin-left:0!important;
	}
	.showhide {
		width:45%!important;
	}
	#header {
		padding-bottom:20px;
		padding-top: 10px;
	}
	#title h1 {
		height:60px;
	}
	ul.sub li.subm ul.expanded {
		display:block;	
	}
	#content .cimg.thumb {
		max-width:29%;	
	}
	ul.sub {	
	}
	.max-width {
		margin:auto;
		width:75%;
	}
	#infoboxes {
		margin-top:10px;
		margin-bottom:20px;		
	}
	.header-text {
	  float: right;
	  padding: 0 10px;
	  text-align: right;
	}
	.header-text-right {
		padding-top: 30px;
	}
	
	.social {
		display:none;	
	}
}
@media screen and (max-width:800px) {
	.mobhide {
		display:none;
	}
	.mobile-only {
		display:block;
	}
	.home {
		float:left;
		width:100%;
		margin-bottom:8px;
	}
	.home img {
		max-height:66px;
	}
	#header a.menu {
	  display: block;
	  float: right;
	  width: 100%;
	  height: 30px;
	  margin-top: 0;
	  /*padding-top: 8px;*/
	  text-align: center;
	  font-size: 13px;
	  cursor: pointer;
	  color: #ffcc00;
	  font-weight: 600;
	}
	.col100 {
		float: none;
		clear:both;
		padding-top:10px;
		padding-bottom:10px;
		padding-left:10px;
		padding-right:10px;
		overflow:hidden;
	}
	.col75 {
		float: none;
		clear:both;
		width: 100%;
		margin-bottom: -6000px;
		padding-top: 10px;
		padding-right: 5px;
		padding-bottom: 6000px;
		padding-left: 5px;
	}
	.col66 {
		float: none;
		clear:both;
		width: 100%;
		margin-bottom: -6000px;
		padding-top: 10px;
		padding-right: 5px;
		padding-bottom: 6000px;
		padding-left: 5px;
	}
	.col60 {
		float: none;
		clear:both;
		width: 100%;
		margin-bottom: -6000px;
		padding-top: 10px;
		padding-right: 5px;
		padding-bottom: 6000px;
		padding-left: 5px;
	}
	.col50 {
		float: none;
		clear:both;
		width: 100%;
		margin-bottom: -6000px;
		padding-top: 10px;
		padding-right: 5px;
		padding-bottom: 6000px;
		padding-left: 5px;
	}
	.col40 {
		float: none;
		clear:both;
		width: 100%;
		margin-bottom: -6000px;
		padding-top: 10px;
		padding-right: 5px;
		padding-bottom: 6000px;
		padding-left: 5px;
	}
	.col33 {
		float: left;
		width: 100%;
		margin-bottom: -6000px;
		padding-top: 10px;
		padding-right: 5px;
		padding-bottom: 6000px;
		padding-left: 5px;
	}
	#header .col33 {
		text-align: center;
	}
	.col33:nth-child(odd) {
		
	}
	.col30 {
		float: left;
		width: 50%;
		margin-bottom: -6000px;
		padding-top: 10px;
		padding-right: 5px;
		padding-bottom: 6000px;
		padding-left: 5px;
	}
	.col25 {
		float: left;
		width: 50%;
		margin-bottom: -6000px;
		padding-top: 10px;
		padding-right: 5px;
		padding-bottom: 6000px;
		padding-left: 5px;
		color:#414141;
		display:block;
		font-weight:normal;
	}
	.col16 {
		float: left;
		width: 25%;
		margin-bottom: -6000px;
		padding-top: 10px;
		padding-right: 5px;
		padding-bottom: 6000px;
		padding-left: 5px;
	}
	.product:nth-child(2n+3) {
		clear:both;	
	}
	#nav {
		margin-bottom:10px;
		position: absolute;
		z-index: 1000;
		background: rgba(0, 0, 0, 0.90);
	}
	#nav ul {	
		clear:both;
		display:none;
		z-index:999999;
		margin-top:1px;
	}
	#nav ul li {
	  display: block;
	  width: 100%;
	  text-align: center;
	  padding: 7px 0 7px 0;
	}
	#nav ul li ul {
		position:relative;
		display:block;
		overflow:hidden;
		top:10px;
		left:0px;
		right:0px;	
		bottom:0px;
		margin-bottom:-1px;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #41505A;	
	}
	#nav ul li ul li {
		background-color: #495A65;
	}
	#nav ul li a {
	  font-size: 14px;
	  display: block;
	  font-weight: 600;
	}
	#nav ul li.selected a {
		color:#ffcc00;
	}
	#topnav {
		text-align:center;
	}
	#footer {
		margin-top: 20px;
		padding-bottom: 5px;
	}
	form {
		margin-bottom:10px;
	}
	#map-container {
		margin-bottom:10px;
		border-top:20px solid #fff;
	}
	#subnav, #subtiles {
		float: none;
		clear:both;
		width: 100%;
		padding-top: 10px;
		padding-right: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
	}
	.submenu {
		/*background-image: url(../images/subnavbg.png);*/
		background-repeat: repeat-y;
		background-position: right top;
		padding-top:15px;
		padding-bottom:15px;
		padding-left:5px;
		padding-right:10px;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: none;
		border-top-color: #E2E2E2;
		border-right-color: #E2E2E2;
		border-bottom-color: #E2E2E2;
		font-weight: bold;	
		margin-top: 0;
	}
	.submenu a {
		display:block;
		width:100%;
	}
	.submenu a span {
		float:right;
	}
	ul.sub {
		display:none;	
	}
	.tbl {
	padding-top:8px;
	padding-bottom:8px;
	}
	#title h1 {
	font-size:15px;
	font-weight:bold;
	}
	#content .cimg, #products .cimg {
		max-width:40%;	
	}
	#chargemap {
		height:500px;
	}
	form input[type=radio] {
		width:6.5%;
	}
	.radio label {
		width:15%!important;
	margin-bottom:5px;
	}
	#buyform input, #buyform select {
		width:33%!important;
	}
	#product-range, #product-range1 {
		margin-left:-5px;
		margin-right:-5px;
	}
	ul.tabmenu {
		margin-top:0;
		padding-left:0;
		padding-right:0;
		height:auto!important;
		border:none!important;
	}
	ul.tabmenu li {
		width: 33.33333%!important;
		float: left;
		border:none!important;
		margin-bottom:2px!important;
	}
	ul.tabmenu li a {
		padding-top:5px!important;
		padding-left: 5px!important;
		padding-right:2px!important;
	}
	ul.tabmenu li.active {
		height:auto!important;
	}
	ul.tabmenu li.active a {
		padding-top:2px!important;
	}
	.freeparking {
	  max-height: 70px;
	}
	.opening {
	  position:absolute;
	  right: 50px;
	  margin-top:2px;
	}
	.opening h5 {
	  font-size:13px;
	  margin-bottom:3px;
	  font-weight:bold;
	}
	.opening p {
	  font-size:11px;
	  line-height:145%;
	}
	.row {
		padding	:0 5px;
	}
	#header, #nav-outer, #sliderow {
		padding:0;	
	}
	.gallery {
		margin-left:-5px;
		margin-right:-5px;
		padding-left:5px;
		padding-right:5px;
		padding-bottom: 10px;
	}
	.offer {
		margin-left:0;
		margin-right:0;
		padding-left:10px;
		padding-right:10px;
		padding-bottom:0;
		margin-bottom:10px;
	}
	.offer .gallery .col25 {
		width:25%;
	}
	.header-text-left, .top-navigation {
		display: none;
	}
	.header-text {
		font-size: 12px;
	}
	
	.social {
	display:inline !important;
	text-align: center;	
	float: none !important;
	}
	
	.social .social-icons {
	float: none !important;	
	}
	
	.social .social-icons fa {
		font-size: 20px;	
	}
}


@media screen and (max-width:550px) {
	p, li {
		font-size: 14px;
	}
	h1, h3 {
		font-size: 24px;
	}
	h2 {
		font-size: 20px;
	}

	#slides h3, #tiles h3 {
	}
	h4 {
		font-size: 18px;
	}
	h5 {
	}
	.col33 {
		float: none;
		clear:both;
		width: 100%;
		margin-bottom: -6000px;
		padding-top: 10px;
		padding-right: 5px;
		padding-bottom: 6000px;
		padding-left: 5px;
	}
	.col30 {
		float: none;
		clear:both;
		width: 100%;
		margin-bottom: -6000px;
		padding-top: 10px;
		padding-right: 5px;
		padding-bottom: 6000px;
		padding-left: 5px;
	}
	.col16 {
		float: left;
		width: 50%;
		margin-bottom: -6000px;
		padding-top: 10px;
		padding-right: 5px;
		padding-bottom: 6000px;
		padding-left: 5px;
	}
	#footer ul {
		padding-left:0;
		text-align:center;
	}
	#content .cimg, #products .cimg {
		margin-bottom:10px;
	}
	#product-range .detail p {
		display:none;
	}
	form input, form textarea, form label {
		width: 100%;
	}
	form input[type=radio] {
		width:10%;
	}
	.radio label {
		width:40%!important;
	}
	#buyform input, #buyform select {
		width:50%!important;
	}
	#cart-links ul li a span {
		display:none;
	}
	.opening {
	  display:none;
	}
	ul.tabmenu li a {
	  font-size: 80%;
	}
	#icons {
		margin-bottom:5px;
		margin-left:-5px;
		margin-right:-5px;
	}
}


.no-bottom-padding {
	padding-bottom:0;
	margin-bottom:0;
}
.no-top-padding {
	padding-top:0;
}
.no-left-padding {
	padding-left:0;
}
.no-right-padding {
	padding-right:0;
}
.no-padding {
	padding:0;
	margin-bottom:0;
}
span.small {
	display:inline!important;
	font-size:12px!important;
	color:#333!important;
	border:none!important;
	width:auto!important;
	height:auto!important;
	font-weight:normal!important;
}

/* TABLE */
#table
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width:100%;
	border-collapse:collapse;
}
#table td, #table th 
{
	font-size:1em;
	border:1px solid #98bf21;
	padding:3px 7px 2px 7px;
	width:375px;
}
#table th 
{
	font-size:1.1em;
	text-align:left;
	padding-top:5px;
	padding-bottom:4px;
	background-color:#A7C942;
	color:#ffffff;
}
#table tr.alt td 
{
	color:#000000;
	background-color:#EAF2D3;
}

#table td.savings {
	width:569px;	
	color: #003;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
}

#table td.red {
	width:569px;	
	color: #F00;
	font-weight: bold;
}

#table td.green {
	width:569px;	
	color: #090;
	font-weight: bold;
}

table, th, td
{
border-collapse:collapse;
}


/* PRINT ICONS */
#content-inner {
    position: relative;
}
a.print-top {
    position: absolute;
    right: 15px;
}
a.print-bottom {
    float: right;
}
a.print-link {
	display: none;
	margin: 5px 0;
	background-image: url('/images/print48.png');
	height: 24px;
	width: 24px;
	background-size: 24px 24px;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
@media (min-width: 800px) {
	a.print-link {
		display: inline-block;
	}
}


.social-icons {
    display: inline-block;
}
.social-icons li {
    display: inline-block;
}

#header .social-icons {
    float: right;
	font-size: 25px;
}
#footer .social-icons {
	padding-top: 20px;
	padding-bottom: 1px;
	display: block;
	font-size: 34px;
}

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

.main-content {
  /*background-color: #660000;
  background-color: rgba(102, 0, 0, 0.8);
  border: #660000 solid 2px;*/
  background-color: #230202;
  background-color: rgba(35, 2, 2, 0.8);
  border: #4C0000 solid 2px;
  border-top: 0;
  padding-top: 10px;
}

.main-content:after,
.slides-tiles:after {
  content: '';
  display: table;
  clear: both;
}

.slides-tiles {
    border-bottom: 4px solid #ffcc00;
}

#sliderow .col100 {
	padding-bottom: 0;
}

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

#header:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    background-image: url('/images/header.png');
    background-position: center;
    z-index: 0;
    background-size: 100% 185px;
    min-width: 1600px;
    left: 50%;
    margin-left: -800px;
    height: 185px;
}

@media (min-width: 1600px) {
	#header:before {
		left: 0;
		margin-left: 0;
	}
}

#footer:after {
	content: '';
	display: table;
	clear: both;
}

#header .col33 {
    position: relative;
    z-index: 1;
}

#header {
    padding-top: 0;
    height: 185px;
    position: relative;
    overflow: hidden;
    margin-bottom: -30px;
}
#wrapper {
    padding-top: 50px;
}

#content table {
	margin-bottom: 20px;
}
#content th {
	padding-right: 10px;
	text-align: left;
	border-bottom: 1px solid #fff;
}
#content td {
	padding-right: 10px;
	vertical-align: top;
}

.cimg-with-ctitle {
	margin-bottom: 22px;
}
.ctitle {
	font-size: 75%;
}
.product-detail {
	margin-bottom: 4em;
}
#footer .sitemap a {
    color: #fff;
}
#footer .sitemap a:hover {
    color: #ffcc00;
}

.breadcrumbs li {
	display: inline;
}

.top-navigation {
    text-align: center;
	font-size: 75%;
	text-transform: uppercase;
}
.top-navigation ul {
    list-style: none;
}
.top-navigation li {
    display:  inline-block;
}
.top-navigation li:after {
    content: ' | ';
    color: #ffcc00;
    display: inline-block;
    padding: 0 10px;
}
.top-navigation li:last-child:after {
    content: none;
}

.header-text-left {
	/*text-align: center;*/
	padding-top: 33px;
	color: #ffcc00;
	font-size: 25px;
	font-weight: normal;
}

.links-grid li {
    list-style: none !important;
    text-align: center;
    display: inline-block;
    width: 30%;
    padding: 10px;
}

.links-grid img {
    display: block;
    margin: 0 auto;
    max-height: 200px;
}

.align-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.align-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.header-text {
	color: #ffcc00;
}
.header-text a.telephone {
	font-size: 31px;
}
#nav {
	padding: 0 15px;
}
.main-content h1 {
	text-decoration: underline;
}
ul.social-icons a {
	color: white;
}

#headersearch input[type="text"], #mobilesearch input[type="text"] {
    width: 42%;
    float: left;
    height: 24px;
    padding: 2px 6px;
    font-family: 'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
}
#headersearch input[type="submit"], #mobilesearch input[type="submit"] {
    width: 20%;
    float: left;
    padding: 5px 0;
    height: 24px;
    font-family: 'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
}
#headersearch {
	margin-top: -12px;
}
#mobilesearch input[type="text"] {
	width: 75%;
}
#mobilesearch input[type="submit"] {
	width: 25%;
}

#mobilesearch {
	display: none;
}

.header-text-top .telephone {
	float: left;
	font-size: 12px;
}
.header-text-top .email-link {
	float: right;
	font-size: 12px;
}
.header-text-top {
    padding: 0 10px;
}

.content:after {
    content: '';
    display: block;
    clear: both;
}

.print-only {
	display: none;
}

.field-group {
    clear: both;
    margin-bottom: 1em;
}

.field-group label {
    width: auto;
    margin-right: 1em;
}

iframe {
    max-width: 100%;
}
