body {
	margin: 0 20px;
	padding: 0;
	font-family: verdana, sans-serif, arial;
	color: #eee;
	background-color: #222;
   background-image: url("images/topbg3.png");
	background-repeat: repeat-x;
   background-position: 20px 0;
}
.fixedbodybg {
   background-attachment: fixed;
}
#topcontainer {
   position: relative;
   width: 100%;
	letter-spacing: -6px;
   z-index: 1;
   top: 0;
   background-image: url("images/topbg3.png");
	background-repeat: repeat-x;
	/*120*/
   min-height: 150px;
}
#topsubcontainer {
   max-width: 1080px;
   margin:  0 auto;
   box-sizing: border-box;
}
#topfixedbanner {
	background-color: #fc0;
	color: #000;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0;
	padding: 4px 0;
    text-decoration: none;
	display: inline-block;
	width: 100%;
}
#topfixedbanner:hover {
	color: #555;
	text-decoration: underline;
}
#logo {
	position: relative;
	display: inline-block;
	width: 24%;
   height: auto;
	vertical-align: middle;
   padding-top: 1%;
}
#logo:hover {
	opacity: .9;
}
#logo img {
	width: 100%;
   height: auto;
   filter: drop-shadow(0px 0px 10px rgba(0,0,0,.8));
   -webkit-filter: drop-shadow(0px 3px 10px rgba(0,0,0,.8));
}
#menu {
	position: relative;
	display: inline-block;
	width: 76%;
	letter-spacing: -6px;
	vertical-align: middle;
	text-align: right;
   padding-top: .5%;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	display: inline-block;
	width: 60%;
}
#menu ul li {
	text-align: center;
	display: inline-block;
	letter-spacing: 0;
	margin: 0 1.5%;
}
#menu ul li:nth-of-type(1) a img {
   
}
#menu ul li a {
	color: #eee;
	text-decoration: none;
	text-shadow: 0px 0px 20px #222;
   line-height: 1.5em;
}
#menu ul li a img {
	width: 3.3em;
   height: auto;
}
#menu ul li a span {
	font-size: 0.75em;
	font-weight: bold;
}
#menu ul li a:hover {
	color: #fc0;
   opacity: .95;
}

#topsearch {
	position: relative;
	display: inline-block;
	width: 38%;
	margin: 3% 0 0 2%;
	box-sizing: border-box;
	vertical-align: middle;
}
#topsearch #keywordbox input {
	width: 100%;
	border: 0;
	border-radius: 9px;
	padding: 3.8% 4%;
	font-size: 1em;
   color: #aaa;
   font-style: italic;
}
#topsearch .fa-search {
	position: absolute;
	top: 6px;
	right: 11px;
	color: #222;
	font-size: 1.75em;
	text-decoration: none;
}
#topsearch .fa-search:hover {
	color: #777;
}

#phonenum {
	color: #fc0;
	font-weight: bold;
	letter-spacing: 0;
	font-size: 1.7em;
	font-family: "Times New Roman", Times, serif;
}

#slidecontainer {
   position: relative;
   margin: 0 auto;
   max-width: 1160px;
   height: 420px;
   overflow: hidden;
}
#slideframe {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   border-top: 4px solid #eee;
   border-bottom: 4px solid #eee;
   opacity: .7;
   box-sizing: border-box;
}
#subslide {
   position: absolute;
   top: 0;
   left: 0;
   overflow: hidden;
   width: 100%;
   height: 420px;
   letter-spacing: -6px;
}
.slide {
   position: relative;
   width: 1160px;
   height: 420px;
   background-position: center center;
   background-size: cover;
   display: inline-block;
}
#slideleftbg, #sliderightbg {
   position: absolute;
   top: 0;
   width: 180px;
   height: 420px;
   background-repeat: repeat-y;
}
#slideleftbg {
   background-image: url('images/slideleftbar.png');
   left: 0;
}
#sliderightbg {
   background-image: url('images/sliderightbar.png');
   right: 0;
}
.slidebtn {
   color: #eee;
   opacity: .3;
   display: inline-block;
   width: 180px;
   height: 100%;
   text-align: center;
   padding-top: 170px;
   text-decoration: none;
}
.slidebtn:hover {
   opacity: 1;
}
#blurb {
   position: absolute;
   top: 40px;
   left: 0;
   width: 340px;
   background-image: url('images/blackbg75.png');
   font-weight: bold;
   font-style: italic;
   padding: 16px 0 16px 160px;
   text-shadow: 0px 5px 10px #000;
   font-size: .95em;
}
#blurb span {
   color: #fc0;
   font-size: .95em;
}
#slidebtn2 {
   position: absolute;
   right: 160px;
   bottom: 40px;
}
#playpause {
   position: absolute;
   top: 40px;
   right: 160px;
   text-shadow: 0px 0px 10px #222;
   display: none;
}

#tilecontainer {
   position: relative;
   max-width: 1080px;
   margin: .5em auto 0 auto;
   letter-spacing: -6px;
}
.tile {
   position: relative;
   width: 15%;
   display: inline-block;
   letter-spacing: 0;
   border-radius: 9px;
   margin: 1%;
}
.tile img {
   width: 100%;
   height: auto;
   border-radius: 9px;
   display: block;
}
.tile span {
   position: absolute;
   width: 100%;
   padding: 4%;
   bottom: 0;
   left: 0;
   background-image: url('images/blackbg75.png');
   text-align: center;
   color: #eee;
   font-weight: bold;
   box-sizing: border-box;
}
.tile:hover {
   background-color: #eee;
}
.tile:hover img {
   opacity: .7;
}
.tile:nth-of-type(1), .tile:nth-of-type(7) {
   margin-left: 0;
}
.tile:nth-of-type(6), .tile:nth-of-type(12) {
   margin-right: 0;
}

#contactbtn {
   display: none;
   margin: 16px 0;
}

#bottomcontainer {
   position: relative;
   max-width: 1080px;
   margin: .5% auto 0 auto;
   letter-spacing: -6px;
}
#bottomcontainer * {
   box-sizing: border-box;
}
#roadmap {
   display: inline-block;
   letter-spacing: 0;
   margin-right: 2%;
   width: 32%;
   padding: .4%;
   vertical-align: top;
}
#roadmap h3 {
   padding: 2%;
}
#roadmap .whitesubbox {
   padding: 4%;
}
#roadmap .whitesubbox h4 {
   color: #fc0;
   margin: .7em 0 0 0;
}
#roadmap .whitesubbox p {
   font-style: italic;
   margin-top: .5em;
}
#roadmap .whitesubbox .btn {
   display: inline-block;
}

#bottomright {
   display: inline-block;
   letter-spacing: 0;
   width: 66%;
   vertical-align: top;
}
#bottombtns {
   letter-spacing: -6px;
}
#bottombtns a {
   border-radius: 9px;
   display: inline-block;
   margin-bottom: 2%;
   width: 49%;
}
#bottombtns a:nth-of-type(odd) {
   margin-right: 2%;
}
#bottombtns a img {
   width: 100%;
   height: auto;
}
#bottombtns a img:hover {
   opacity: .7;
}
#bottombtns a:hover {
   background-color: #eee;
}

#testimonialbox {
   letter-spacing: 0;
   padding: .6%;
   vertical-align: top;
}
#testimonialbox h3 {
   padding: 1%;
}
#testimonialbox .whitesubbox {
   padding: 4%;
}
#testimonialbox .whitesubbox h4 {
   color: #fc0;
   margin-bottom: 0;
}
#testimonialbox .whitesubbox p {
   font-style: italic;
   margin-top: .5em;
}

footer {
   position: relative;
   max-width: 1080px;
   margin: 2% auto 1% auto;
   letter-spacing: -6px;
   border-top: 2px dotted #eee;
   padding: 20px 0 0 0;
}
#footerleft {
   position: relative;
   width: 27%;
   display: inline-block;
   letter-spacing: 0;
   margin-left: 20%;
   vertical-align: top;
}
#footerright {
   position: relative;
   width: 33%;
   margin-right: 20%;
   display: inline-block;
   vertical-align: top;
}
#qrcode {
   width: 40%;
   height: auto;
   float: right;
   padding-right: 10%;
}
#footerlinks {
   letter-spacing: -6px;
}
#footerlinks a {
   color: #eee;
   font-size: .9em;
   line-height: 1.4em;
   text-decoration: none;
   border-bottom: 1px dotted #eee;
}
#footerlinks a:hover {
   border-bottom: 1px solid #eee;
}
#footerlinks ul {
   width: 30%;
   display: inline-block;
   letter-spacing: 0;
   list-style: none;
   margin: 0;
   padding: 0;
   vertical-align: top;
}
#footerlinks ul:nth-of-type(2) {
   width: 40%;
}
#creditcards {
   margin: 1.5% 0 0 0;
   width: 100%;
   text-align: center;
}
#creditcards img {
   width: auto;
   height: 30px;
}
#copy {
   width: 100%;
   text-align: center;
   letter-spacing: 0;
   font-size: .8em;
   margin: 1.5% 0 0 0;
}
#sociallinks {
	margin: 20px 0;
	width: auto;
	text-align: center;
}
#sociallinks a {
	display: inline-display;
	margin: 0 1%;
}
#sociallinks a img {
	border-radius: 9px;
}


#contentcontainer {
   position: relative;
   max-width: 1080px;
   margin: 0 auto 0 auto;
}
#contentcontainer .productsubheader {
   width: 70%;
   display: inline-block;
}
#contentcontainer .producticons {
   width: 30%;
   display: inline-block;
   text-align: right;
}



#productcontainer {
   position: relative;
   max-width: 1080px;
   margin: 0 auto 0 auto;
   letter-spacing: -6px;
}
#productmenu {
   position: relative;
   width: 24%;
   margin-right: 2%;
   display: inline-block;
   vertical-align: top;
   letter-spacing: 0;
}




.menu-li-packaged-deals > a {
  animation: neon 3s infinite; 
}

@keyframes neon {
  0% {
    text-shadow: 
    0 0 3px #fc0, 0 0 10px #fc0, 0 0 20px #fc0
  }
  50% {
    text-shadow: 
	0 0 0px #fc0, 0 0 3px #fc0
  }
  100% {
    text-shadow: 
    0 0 3px #fc0, 0 0 10px #fc0, 0 0 20px #fc0
  }
}

.menu-li-packaged-deals ul li a {
   letter-spacing: -1px;
}

#productright {
   width: 74%;
   display: inline-block;
   vertical-align: top;
   letter-spacing: 0;
}
#quotebtn2, #bookmarkedbtn, #fullproductlistbtn, #brochurebtn, #closecmenubtn, #copylistbtn {
   //font-size: .9em;
   margin-bottom: 5%;
   font-family: arial, helvetica, sans-serif;
}
#closecmenubtn {
   margin-top: 5%;
   display: none;
}
.productheader {
   border-bottom: 1px solid #fc0;
   letter-spacing: -7px;
   box-sizing: border-box;
}
.productfooter {
   border-top: 1px solid #fc0;
   letter-spacing: -7px;
   box-sizing: border-box;
}
#productright h3.productheader {
   margin: 0;
 	padding: 0 0 .6% 0;
}
#productright h3.productfooter {
   margin: 2% 0;
 	padding: .6% 0 .6% 0;
}
#productright h3.productfooter .productsubheader {
	display: none;
}
#productright h3.productfooter .producticons {
	width: 100%;
}
#productright h3.productfooter .producticons a,
#productright h3.productfooter .producticons span,
#productright h3.productfooter .producticons strong {
	display: inline-block;
	border: 1px solid white;
	border-radius: 5px;
	padding: 9px;
	font-size: 1.2em;
}
#productright h3.productfooter .producticons strong {
	color: #fc0;
}
.productsubheader {
   color: #fc0;
   vertical-align: middle;
   letter-spacing: 0;
}
.producticons {
   vertical-align: middle;
   letter-spacing: 0;
}
.producticons a {
   color: #eee;
   text-decoration: none;
}
.producticons a:hover {
   color: #fc0;
}
.producticons a.sorthighlighted {
   color: #fc0;
}
.producticons a.sorthighlighted:hover {
   color: #eee;
}
#productright .productsubheader {
   width: 70%;
   display: inline-block;
   font-size: 1.4em;
}
#productright .producticons {
   width: 30%;
   display: inline-block;
   text-align: right;
}
#productpagemenu {
   letter-spacing: 0;
   padding: 1.2%;
   vertical-align: top;
   margin: 0 0 5% 0;
}
#productpagemenu h3 {
   padding: 3%;
}
#productpagemenu .whitesubbox {
   padding: 4%;
}
#productpagesubmenu ul {
   list-style: none;
   padding: 0;
   margin: 0 0 0 10%;
   line-height: 1.4em;
   font-weight: bold;
}
#productpagesubmenu > ul {
   margin: 0;
}
#productpagesubmenu ul a {
   color: #fc0;
   text-decoration: none;
   font-size: 1.1em;
}
#productpagesubmenu ul a:hover {
   color: #eee;
}
#productpagesubmenu ul ul {
   //font-size: .96em;
}
#productpagesubmenu ul li ul li {
   margin-top: 6%;
}
#productpagesubmenu ul li ul li ul li a {
   color: #eee;
}
#productpagesubmenu ul li ul li ul li a:hover {
   color: #fc0;
}
#productpagesubmenu ul li ul li ul li {
   margin-top: 0;
}
#productpagesubmenu ul ul ul {
   font-weight: normal;
}
#productpagesubmenu ul .menuhighlighted {
   border-left: 9px solid white;
   padding-left: 6px;
}
#productpagesubmenu ul .menuhighlighted:hover {
   text-decoration: none;
}

.product {
   position: relative;
}
.productthumb {
   width: 100%;
   height: 560px;
   display: block;
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   background-color: white;
   margin: 2% 0 0 0;
   border-radius: 9px;
   border: 2px solid #eee;
   box-sizing: border-box;
}
.productthumb:hover {
   filter:brightness(115%);
}
.productdesc1 {
   position: absolute;
   width: 100%;
   padding: 2%;
   background-image: url('images/producttitlebg2.png');
   background-repeat: repeat-x;
   border-left: 2px solid white;
   border-right: 2px solid white;
   top: 2px;
   left: 0;
   border-radius: 9px 9px 0 0;
   box-sizing: border-box;
}
.productdesc1 h4 {
   font-size: 1.2em;
   margin: 0;
}
.productdesc1 ul {
   list-style: none;
   padding: 0;
   margin: 0;
}
.productdesc1 ul li {
   color: #fc0;
   text-shadow: 0px 0px 6px #222222;
}
.product .productdetailsbtn {
   position: absolute;
   font-size: 1em;
   top: 18px;
   right: 60px;
}
.product .productdetailsbtn div {
   padding: 5px 10px;
}
.product .copyproductid {
   font-size: 1em;
   border-radius: 7px;
   padding: 3px;
}
.product .copyproductid div {
   padding: 5px 10px;
}
#dialog-copyitem, #dialog-clearlist {
	display: none;
}
#copylink, #clearcopylink {
	color: #eee;
}
#copylink:hover, #clearcopylink:hover {
	text-decoration: none;
}
.bookmarkproduct {
   color: #eee;
   text-decoration: none;
}
.bookmarkproduct:hover {
   color: #fc0;
}
.product .bookmarkproduct {
   position: absolute;
   top: 20px;
   right: 20px;
   text-shadow: 0px 0px 10px #222;
}
.product a.productcatlink {
   font-weight: bold;
   color: #eee;	
   text-decoration: none;
}
.product a.productcatlink:hover {
   text-decoration: underline;
}

#productgrid {
	position: relative;
	letter-spacing: -7px;
	line-height: normal;
	margin-top: 7px;
}
#productgrid .product {
	display: inline-block;
	width: 31.3%;
	letter-spacing: normal;
	margin: 1%;
}
#productgrid .product a {
	height: 180px;
	margin: 0;
}
#productgrid .product .productdesc1 h4 {
	font-size: 1em;
}

#featuredproducts {
   position: relative;
   letter-spacing: -7px;
   margin: 3% 0;
   padding-bottom: 1%;
   background-color: #eee;
   border-radius: 9px;
}
#featuredproducts h4 {
   border-bottom: 2px dotted #222;
   padding: 2% 1% 2% 2%;
   margin: 0 0 1% 0;
   letter-spacing: 0;
   color: #222;
}
#featuredproducts .productthumb {
   position: relative;
   width: 30.5%;
   height: 160px;
   display: inline-block;
   margin: 1% 0 1% 2%;
   border-color: #222;
}
#featuredproducts .productthumb:hover {
   border-color: #fc0;
}
#featuredproducts .productthumb .productdesc1 {
   bottom: 10px;
   top: auto;
   padding: 3%;
   font-size: .9em;
   color: #eee;
   font-weight: bold;
   border: 0;
   border-radius: 0;
   letter-spacing: 0;
}


#productcmenu {
	position: fixed;
	display: none;
	width: 46px;
	top: 165px;
	left: 0px;
}
#productcmenubtn, #productcgoupbtn {
	display: block;
	border-radius: 0 9px 9px 0;
}
#productcmenubtn img, #productcgoupbtn img {
	border-radius: 0 9px 9px 0;
}


.galleriedproduct {
   position: relative;
   letter-spacing: -7px;
   margin: 3% 0;
   padding-bottom: 1%;
   border: 2px solid white;
   border-radius: 9px;
}
.galleriedproduct * {
   letter-spacing: 0;
}
.galleriedproduct .productdesc1 {
   position: relative;
}
.galleriedproduct h4 {
   border-bottom: 2px dotted #eee;
   padding: 2% 1% 2% 2%;
   margin: 0 0 1% 0;
   letter-spacing: 0;
   font-size: 1.2em;
}
.galleriedproduct .productthumb {
   position: relative;
   width: 30.5%;
   height: 160px;
   display: inline-block;
   margin: 1% 0 1% 2%;
   border-color: #222;
}
.galleriedproduct .productthumb:hover {
   border-color: #fc0;
}
.galleriedproduct .productthumb .productdesc1 {
   bottom: 10px;
   top: auto;
   padding: 3%;
   font-size: .8em;
   color: #eee;
   font-weight: bold;
   border-left: 0;
   border-right: 0;
   border-radius: 0;
   letter-spacing: 0;
}


#productsinglecontainer {
   position: relative;
   width: 100%;
   letter-spacing: -6px;
}
#productsinglecontainer .product {
   margin: 0 0 1% 0;
}
.productsingle {
   position: relative;
   max-width: 1080px;
   margin: 0 auto;
   letter-spacing: -7px;
}
.productsingle .productsubheader {
   width: 40%;
   display: inline-block;
   color: #eee;
   letter-spacing: 0;
}
.productsingle .producticons {
   width: 60%;
   display: inline-block;
   text-align: right;
   font-size: .8em;
   font-weight: normal;
   letter-spacing: 0;
}
.productsingle h3.productheader {
   margin: 0;
 	padding: 0 10px .6% 10px;
   border: 0;
}
.productsingle h3.productfooter {
   margin: 2% 0;
 	padding: .6% 0 .6% 0;
}
.productsingle a.productcatlink {
	display: inline-block;
	color: #eee;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 9px;
}
.productsingle a.productcatlink:hover {
	color: #ccc;
}
.product #productsinglevideo {
	position: relative;
	display: none;
	width: 100%;
}
.product #productsinglevideo #ytiframe {
	margin: 0 auto;
	display: block;
}
.product #productsinglethumb {
   position: relative;
   display: block;
   border-radius: 9px;
   border: 2px solid #eee;
   box-sizing: border-box;
   margin: .5% auto 0 auto;
   max-width: 1080px;
   line-height: 0;
   background-color: #eee;
}
.product #productsinglethumb img {
   border-radius: 8px;
   width: 100%;
   height: auto;
}
.product #productsinglethumb span:nth-of-type(1) {
   position: absolute;
   top: 40px;
   right: 40px;
   letter-spacing: 0;
   padding: 1%;
   background-color: #fc0;
   color: #222;
   border: 2px solid #222;
   border-radius: 9px;
   display: none;
   opacity: .9;
   font-size: .9em;
}
.product #productsinglethumb:hover {
   border: 2px solid #ccc;
}
.product #productsinglethumb:hover span:nth-of-type(1) {
   display: block;
}
#productsingleleft, #productsingleright {
   display: inline-block;
   letter-spacing: 0;
   box-sizing: border-box;
}
.productsingle #productsingleleft {
   width: 40%;
   margin-right: 2%;
   padding: 1%;
   line-height: 1.4em;
   vertical-align: top;
}
.productsingle #productsingleright {
   width: 58%;
   padding: 1%;
   line-height: 1.3em;
   vertical-align: top;
}
#productsingleleft #productprice, #productsingleleft #productlines {
   list-style: none;
   margin: 0 0 3% 0;
   padding: 0;
}
#productsingleleft #productprice {
   color: #fc0;
   font-size: 1.1em;
}
#productsingleleft h3 {
   margin: 0 0 2% 0;
   font-size: 1.4em;
}
.productdescription {
   margin: 0;
}
.productsingle .productdescription {
   margin-bottom: 4%;
   padding: 5%;
   border: 1px solid #555;
   border-radius: 9px;
}
.electricwarning, .waterwarning, .travelwarning, .priceminwarning {
   font-style: italic;
}
.electricwarning span.fa-plug, .waterwarning span.fa-tint, .travelwarning span.fa-truck, .priceminwarning span.fa-clock {
   float:left;
   padding-right: 10px;
}
.productdescimg {
	width: 100%;
}
#productsinglethumbs {
   letter-spacing: 0;
   padding: .6%;
   vertical-align: top;
   margin-bottom: 4%;
}
#productsinglethumbs h3 {
   padding: 1%;
}
#productsinglethumbs .whitesubbox {
   padding: 4%;
   letter-spacing: -7px;
}
#productsinglethumbs .whitesubbox h4 {
   color: #fc0;
   margin-bottom: 0;
}
#productsinglethumbs .whitesubbox p {
   font-style: italic;
   margin-top: .5em;
}
#productsinglethumbs .whitesubbox a {
   display: inline-block;
   width: 32%;
   margin: .65%;
   border: 2px solid #eee;
   box-sizing: border-box;
   border-radius: 7px;
   background-color: #eee;
}
#productsinglethumbs .whitesubbox a:hover {
   border: 2px solid #aaa;
}
#productsinglethumbs .whitesubbox a img {
   display: block;
   width: 100%;
   border-radius: 6px;
}
.product #spinner {
   position: absolute;
   width: 100%;
   text-align: center;
   top: 40%;
   display: none;
}
.product #spinner div {
   display: block;
   text-shadow: 0px 0px 10px #222;
}
#productsingleleft .btn {
   width: 75%;
   font-size: .9em;
   margin: 3% 0;
   font-family: inherit;
}
#productsingleleft .btn div {
   padding: 5px 10px;
}
.slidebtn2 {
	position: absolute;
	display: block;
	top: 100px;
	color: #eee;
	text-decoration: none;
	text-shadow: 0px 0px 10px #222;
}
.slidebtn2:hover {
	color: #ccc;
}
#productimagebtnleft {
	left: 20px;
}
#productimagebtnright {
	right: 20px;
}


#fullproductlist *, #productlist * {
   letter-spacing: normal;
}
#fullproductlist ul {
    line-height: 1.4em;  
}
#fullproductlist ul li a {
   color: #eee;
   font-size: 1.4em;
}
#fullproductlist ul li a:hover {
   text-decoration: none;
}
#fullproductlist ul li ul li a {
   color: #ccc;
   font-size: 1.2em;
}
#fullproductlist ul li ul li ul li a {
   color: #aaa;
   font-size: 1em;
   text-decoration: none;
}
#fullproductlist ul li ul li ul li a:hover {
	color: #eee;
}
#productlist ul li {
	padding: 3px 0;
}
#productlist ul li a {
	color: #eee;
	font-size: 1.2em;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px dotted #eee;
}
#productlist ul li a:hover {
	border-bottom: 0;
}

#productsectionheader {
   position: relative;
	margin-top: 2%;
	padding: 2%;
	border: 1px solid #aaa;
	border-radius: 9px;
	color: #ddd;
}
#productsectionheader p.centertxt {
   text-align: center;
}
#productsectionheader .centerimg {
   margin: 0 auto;
   max-width: 595px;
}
#productsectionheader .centerimg img {
   width: 100%;
}
#productsectionheader a {
	color: #eee;
}
#productsectionheader a.fas {
	text-decoration: none;
}	
#productsectionheader a.fa-info-circle {
	float: left;
	padding: 0 10px 0 0;
}
#productsectionheader a:hover {
	text-decoration: none;
	color: #aaa;
}
#productsectionheader .productthumbs {
	letter-spacing: -7px;
   text-align: center;
}
#productsectionheader .productthumb {
   position: relative;
   width: 30.5%;
   height: 160px;
   display: inline-block;
   margin: 1% 0 1% 2%;
   border-color: #222;
}
#productsectionheader .productthumb:hover {
   border-color: #fc0;
}
#productsectionheader .productthumb .productdesc1 {
   bottom: 10px;
   top: auto;
   padding: 3%;
   font-size: .8em;
   color: #eee;
   font-weight: bold;
   border: 0;
   border-radius: 0;
   letter-spacing: 0;
}


#contactcontainer {
   max-width: 1080px;
   margin: 0 auto;
   letter-spacing: -7px;
}
#contactleft, #contactleft2 {
   display: inline-block;
   width: 38%;
   letter-spacing: 0;
   margin-right: 2%;
   box-sizing: border-box;
   vertical-align: top;
}
#contactinfo {
   letter-spacing: 0;
   padding: 1.2%;
   vertical-align: top;
   margin: 0 0 5% 0;
}
#contactinfo h3 {
   padding: 2% 3%;
}
#contactinfo .whitesubbox {
   padding: 4%;
}
#contactsubinfo {
   line-height: 1.3em;
}
#contactsubinfo span {
   font-weight: bold;
   color: #fc0;
}
#contactright {
   display: inline-block;
   width: 60%;
   letter-spacing: 0;
   vertical-align: top;
}
#contactright ul {
   margin-bottom: 4%;
}
#contactright ul li {
   line-height: 1.3em;
   margin-bottom: 2%;
}
#contactright a {
   color: #eee;
}
#contactright a:hover {
   text-decoration: none;
}
#contactright .bigbtn a:nth-of-type(1) {
   display: inline-block;
   width: 18%;
   color: #222;
   letter-spacing: 0;
   text-decoration: none;
   vertical-align: middle;
   text-align: center;
}
#contactright h3 {
   margin: 0 0 2% 0;
   color: #fc0;
}

#formmessagebox, #formquestionbox {
   position: relative;
   display: inline-block;
   height: auto;
}
#formmessagebox p, #formquestionbox p {
   margin: 0;
   padding: 1%;
   font-size: .9em;
}
#formmessagebox textarea, #formquestionbox textarea {
   height: 350px;
}
#formquestionbtn {
   display: block;
   width: 50%;
   margin: 4% auto;
}
#quoteform .formtext25 {
   margin-left: 2%;
   width: 23%;
}
#quoteform #rentalstarttimebox, 
#quoteform #eventtypebox, 
#quoteform #bookmarkedbtnbox, 
#quoteform #phone2box,
#phone4box {
   margin-left: 2%;
   width: 48%;
}
#quoteform #eventdatebox {
   margin-left: 0;
}
#quoteform #timelength1 {
   width: 23%;
}
#quoteform #timelength1p-button {
   border-radius: 5px;
   width: 75%;
   padding: 11px;
   margin: 0;
   vertical-align: top;
}
#quoteform a.fas {
   text-decoration: none;
}
#sendbookmarkedbox {
   margin-top: 4%;
}
#sendbookmarkedbox .ui-checkboxradio-icon {
   border: 1px solid #222;
}
#sendbookmarkedbox .ui-state-active {
   background-color: #fc0;
   color: #222;
   border: 1px solid #222;
}
#sendbookmarkedbox .ui-button {
   padding: .7em 1em;
   border-radius: 5px;
}
#sendbookmarkedbox label {
   width: 100%;
}
#quoteform #bookmarkedbtn, #quoteform #bookmarkedbtn div {
   color: #222;
   margin-bottom: 0;
}
#hearaboutusbox label {
	margin: 3px 0;
}
 

.formtext50 {
   width: 50%;
}
.formtext25 {
   width: 25%;
}


.bigbtn {
   position: relative;
   display: inline-block;
   width: 100%;
   background-color: #eee;
   border-radius: 9px;
   letter-spacing: -7px;
}
.bigbtn a:nth-of-type(2) {
   display: inline-block;
   width: 80%;
   margin: 1%;
   padding: 3% 4%;
   color: #eee;
   text-decoration: none;
   background-color: #222;
   background-image: url("images/colorstripedbg10.png");
   border-radius: 9px;
   box-sizing: border-box;
   letter-spacing: 0;
   vertical-align: middle;
}
.bigbtn a span {
   font-weight: bold;
   color: #fc0;
   display: inline-block;
   margin-bottom: .4em;
}
.bigbtn a:hover {
   opacity: .8;
}
.bigbtn a:nth-of-type(1) {
   display: inline-block;
   width: 18%;
   color: #222;
   letter-spacing: 0;
   text-decoration: none;
   vertical-align: middle;
   text-align: center;
}


form {
   margin: 0 0 2% 0;
   letter-spacing: -7px;
}
form * {
   box-sizing: border-box;
}
form div {
   margin-bottom: 1%;
   display: inline-block;
   width: 100%;
   letter-spacing: 0;
}
form input[type=text] {
   padding: 10px;
   border-radius: 5px;
   border: 0;
   width: 100%;
   font-size: 1.2em;
}
form textarea {
   padding: 10px;
   border-radius: 5px;
   border: 0;
   width: 100%;
   height: 90%;
   font-size: 1.2em;
}
form label {
   padding: 1%;
   display: inline-block;
}
form input[type=submit] {
   padding: 10px;
   border-radius: 5px;
   border: 0;
   background-color: #fc0;
   font-weight: bold;
   font-size: 1.2em;
   width: 100%;
   cursor: pointer;
}
form input[type=submit]:hover {
   background-color: #ff9;
}
#formerror {
   color: red;
}
#contactsent {
   border: 1px solid #aaa;
   padding: 3%;
   border-radius: 9px;
   font-size: 1.2em;
}




#topbtn {
   position: fixed;
   color: #fc0;
   text-decoration: none;
   top: 0;
   left: 0;
   display: none;
}

.whitebox {
   position: relative;
   background-color: #eee;
   border-radius: 9px;
   box-sizing: border-box;
}
.whitebox h3 {
   color: #222;
   margin: 0;
   font-size: 1em;
   letter-spacing: -7px;
}
.whitebox h3 span:nth-of-type(1) {
   font-weight: bold;
   display: inline-block;
   width: 90%;
   letter-spacing: 0;
   vertical-align: middle;
}
.whitebox h3 span:nth-of-type(2) {
   display: inline-block;
   width: 10%;
   letter-spacing: 0;
   text-align: right;
   font-size: 1.6em;
   vertical-align: middle;
}
.whitesubbox {
   background-color: #222;
   background-image: url('images/colorstripedbg10.png');
   border-radius: 7px;
   box-sizing: border-box;
}
.whitesubbox a {
   color: #fc0;
}
.whitesubbox a.btn {
   color: #222;
}
.whitesubbox a:hover {
   text-decoration: none;
}

.btn {
   display: block;
   border-radius: 9px;
   background-color: #eee;
   padding: 2px;
   text-decoration: none;
   color: #222;
   box-sizing: border-box;
   box-shadow: 0px 0px 10px #222;
}
.btn:hover {
   background-color: #fc0;
}
.btn div {
   padding: 10px 20px;
   border: 2px solid #222;
   border-radius: 7px;
   font-weight: bold;
   box-sizing: border-box;
}
.yellowbtn {
   background: rgb(255,153,0);
   background: linear-gradient(0deg, rgba(255,153,0,1) 0%, rgba(255,204,51,1) 100%);
}
.yellowbtn:hover {
   background: linear-gradient(0deg, rgba(238,153,0,1) 0%, rgba(255,255,153,1) 100%);
}
.redbtn {
   background: rgb(150,57, 57, 1);
   background: linear-gradient(0deg, rgba(150,57,57,1) 0%, rgba(214,96,96,1) 100%);
   color: #eee;
}
.redbtn:hover {
   background: linear-gradient(0deg, rgba(181,82,82,1) 0%, rgba(235,144,144,1) 100%);
}
.fixedtop {
   position: fixed !important;
   left: 0;
   background-image: url("images/topbg3.png") !important;
}
.fixedcontainer {
	/*140*/
   padding-top: 170px;
}
.fixedtop #topsubcontainer {
   padding: 0 20px;
   max-width: 1120px;
}

#searchcontainer {
   position: relative;
   max-width: 1080px;
   margin: 0 auto;
}
#searchcontainer #searchform #searchformbtn {
   max-width: 460px;
}
#searchcontainer #searchform div:nth-of-type(3) {
   text-align: center;
}
#searchresultrows {
   letter-spacing: -7px;
}
#searchresultrows * {
   letter-spacing: normal;
   box-sizing: border-box;
}
#searchresults a {
   color: #eee;
}
#searchresults a:hover {
   text-decoration: none;
}
.searchresultrow {
   position: relative;
   display: inline-block;
   width: 31.3%;
   margin: 1%;
}
.searchresultrow a.searchresultthumb {
   display: block;
   width: 100%;
   border: 2px solid #eee;
   text-decoration: none;
   border-radius: 9px;
}
.searchresultrow a.searchresultthumb:hover {
   filter:brightness(115%);
}
.searchresultrow a.searchresultthumb img {
   width: 100%;
   display: block;
   border-radius: 6px;
}
.searchresultrow a.searchresultthumb span {
   position: absolute;
   width: 100%;
   display: block;
   left: 0;
   bottom: 20px;
   padding: 5px 10px;
   background-image: url('images/blackbg75.png');
}

#faqquestions a {
   color: #eee;
}
#faqquestions a:hover {
   text-decoration: none;
}
.faqans {
   line-height: 1.4em;
}
.faqans em {
   display: block;
   padding-left: 20px;
}
.faqans strong:nth-of-type(1) {
   display: block;
   padding: .5em 0;
}



#bookmarkedbtn, #bookmarkedbtn2 {
   display: none;
}
#quoteform #sendbookmarkedbox {
	display: none;
}
.product .bookmarkproduct {
   display: none;
}
#productright .producticons a.fa-sort, #contentcontainer .producticons a.fa-sort {
   display: none;
}
.product .productdetailsbtn {
   right: 20px !important;
}