@charset "UTF-8";
/* CSS Document */


body, html  { 
	height: 100%; 
	width: 100%; 
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	line-height:1.5; 
	-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
	
}

h1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:28px;
	font-weight:bold;
	line-height:1.2;
}

#equipment-listing h1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
	font-weight:bold;
	margin-bottom:5px;
}

#equipment-listing h2{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
}

h2{
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
	font-weight:bold;
	margin-bottom:5px;
}
	
h3{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
}	

h4{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:1.3;
}

#maincontent h4{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:1.3;
	margin-bottom:11px;
}

.equip h4{
	margin-bottom:0 !important;
}

h4 span{
	color:#888888;
}

h5{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:1.3;
	margin-top:5px;
}

h6{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:2.6;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	margin-bottom:10px;
}
	
p{
	margin:10px 0 10px 0;
	padding:0;
}

a{
	font-style:italic;
	text-decoration:none;
	color:#333333;
}

input {
	border:1px solid #CCC;
	padding:5px;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5;
	color:#333;
	font-size:13px;
	font-style:italic;
	font-weight:normal;
	display:block;
	margin:0;
    -webkit-appearance: none;
    border-radius: 0;
	width:100%;
}

input[type="submit"]{
	border:0;
	background:none;
	background-image:url(/images/assets/arrow@2x.png);
	background-size:6px 12px;
	background-position:right;
	background-repeat:no-repeat;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
	margin:0;
}

.clearer{
	clear:both;
}

/*VERTICAL SPACING OF 20px*/
.vspacer{
	margin-bottom:20px;
}

.vspacer2{
	margin-top:20px;
}

.h4-spacer{
	margin-bottom:10px;
}

#directionsbtn{
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#333333;
	background-image:url(/images/assets/arrow@2x.png);
	background-repeat:no-repeat;
	background-size:6px 10px;
	background-position:right center;
	padding-right:15px;
	text-align:right;
	margin-left:20px;
	white-space: nowrap;
	cursor:pointer;
}

input[type="submit"]:hover{
	text-decoration:underline;
}

#nav-container{
	/* critical sizing and position styles */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  overflow-y: scroll; /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  
  /* non-critical appearance styles */
  list-style: none;
  background: #333;

  visibility:hidden;
}

/* Navigation Menu - Background */
.navigation {
  height:calc(100% + 1px);
}

.subnavigation{
	display:none;
	background-color:#3F3F3F !important;
	margin-left:-20px;
}

/* Navigation Menu - List items */
.nav-item {
  /* non-critical appearance styles */
	padding:0;
	float:right;
	clear:both;
	width:265px;
}

.sub{
	background-color:#3F3F3F;
}

.nav-label{
	background-image:url(/images/assets/div@2x.png);
	background-size:20px 2px;
	background-repeat:repeat-x;
	background-position:bottom;
	margin-left:20px;
}

.sub a, .nav-item a {
  /* non-critical appearance styles */
  display:block;
  text-align:left;
  padding:18px 0 20px 18px;
  background-image:url(/images/assets/arrow@2x.png);
	background-size:6px 10px;
	background-repeat:no-repeat;
	background-position:center left;
	font-family:Verdana, Geneva, sans-serif;
	color:#888888;
	font-size:16px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}

.sub a{
	margin-left:15px;
}

.expanded a{
	background-image:url(/images/assets/arrow-down@2x.png);
	background-size:10px 6px;
	background-repeat:no-repeat;
	background-position:center left;
}

/* Site Wrapper - Everything that isn't navigation */
.site-wrap {
  /* Critical position and size styles */
  min-height: 100%;
  min-width: 100%;
  height:100%;
  background-color: #FFF; /* Needs a background or else the nav will show through */
  position: relative;
  top: 0;
  bottom: 100%;
  left: 0;
  z-index: 1;
  
  /* non-critical apperance styles */
  padding: 0;
}

/* Nav Trigger */
.nav-trigger {
  /* critical styles - hide the checkbox input */
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

#header{
	background-color: #333;
	margin-bottom:10px;
	border-bottom:5px solid #D1B887;
	position:fixed;
	left:0;
	top:0;
	z-index:2;
	width:100%;
	-webkit-backface-visibility: hidden;
}

#header-content{
	padding:10px 10px 10px 10px;
}

#logo{
	height:40px;
}

#call{
  position: absolute;
  right: 154px; 
  top: 16px;
}

#emailbtn{
  position: absolute;
  right: 112px; 
  top: 16px;
}

#search{
  position: absolute;
  right: 65px; 
  top: 16px;
}

#top-pad{
	background-color:#333;
	height:65px;
	visibility:hidden;
}

#main{
	height:calc(100% - 65px);
	width:100%;
	overflow-y: scroll; /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}

#maincontent{
	padding:10px;
	background-color:#FFFFFF;
}

/*GOLD STRIP CLASS*/
.goldstrip{
	height:5px;
	background-color:#D1B888;
	font-size: 0;  
}

label[for="nav-trigger"] {
  /* critical positioning styles */
  position: fixed;
  right: 10px; 
  top: 16px;
  z-index: 2;
  
  /* non-critical apperance styles */
  height: 27px;
  width: 35px;
  cursor: pointer;
  background-image: url(/images/assets/menu@2x.png);
  background-size: 35px 27px;
  background-repeat:no-repeat;
}

/* Make the Magic Happen */

.nav-trigger + label {
  -webkit-transition: right 0.2s ease;
    -moz-transition: right 0.2s ease;
    -o-transition: right 0.2s ease;
    transition: right 0.2s ease;
}
.site-wrap {
  -webkit-transition: left 0.2s ease;
    -moz-transition: left 0.2s ease;
    -o-transition: left 0.2s ease;
    transition: left 0.2s ease;
}


#header {
   -webkit-transition: left 0.2s ease;
    -moz-transition: left 0.2s ease;
    -o-transition: left 0.2s ease;
    transition: left 0.2s ease;
}

#top-pad{
	transition:visibility 0.2s;
	-webkit-transition-property: visibility 0.2s;
}

.nav-trigger:checked + label {
  right: 275px;
  background-image: url(/images/assets/menu-on@2x.png);
}

.nav-trigger ~ #nav-container {
	visibility:hidden;
	transition:visibility 0s linear 0.2s,opacity 0.2s linear;
	-webkit-transition-property: visibility 0s linear 0.2s,opacity 0.2s linear;
}

.nav-trigger:checked ~ #nav-container {
	visibility:visible;
	transition:visibility 0.2s;
	-webkit-transition-property: visibility 0.2s;
}

.nav-trigger ~ .site-wrap #top-pad {
	visibility:hidden;
	
}

.nav-trigger:checked ~ .site-wrap #top-pad {
	visibility:visible;
}

.nav-trigger:checked ~ .site-wrap #header {
  left: -265px;
}
.nav-trigger:checked ~ .site-wrap {
  left: -265px;
}

body {
	/* Without this, the body has excess horizontal scroll when the menu is open */
  overflow-x: hidden;
}

code {
	padding: 2px;
	background: #ddd;
}

/* Micro reset */
*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;}


#searchbar{
	margin:0 0 10px 0;
	display:none;
	padding:0 10px;
}


#searchbar input{
	border:0;
	padding:5px;
	background-color:#555555;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5;
	color:#FFFFFF;
	font-size:13px;
	font-style:italic;
	font-weight:normal;
	min-width:200px;
	display:block;
	margin:0;
    -webkit-appearance: none;
    border-radius: 0;
	width:100%;
}
	
#searchbar input:focus{
	outline:none;
}

#searchbtn{
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#FFFFFF;
	background-image:url(/images/assets/arrow@2x.png);
	background-repeat:no-repeat;
	background-size:6px 10px;
	background-position:right center;
	padding-right:15px;
	text-align:right;
	margin-left:20px;
	cursor:pointer;
}

#searchon{
	display:none;
	cursor:pointer;
}

#searchoff{
	display:block;
	cursor:pointer;
}

/*MAP ELEMENT*/
#map-canvas{
	height:50%;
	width:100%;
}

#directions-panel{
	margin-top:10px;
}

.equip{
	border:1px solid #CCC;
	background-color:#f9f9f9;
	padding:4px;
	margin-bottom:5px;
	float:left;
	display:block;
	width:100%;
	font-style:normal;
}

.verdg{
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
	color:#333333;
	font-weight:bold;
	font-size:12px;
}

.arrow2{
	padding-right:15px;
	background:none;
	background-image:url(/images/assets/arrow@2x.png);
	background-size:6px 10px;
	background-position:right;
	background-repeat:no-repeat;
}

.equip-info{
	margin-top:5px;
	padding-left:10px;
	overflow:hidden;
	height:100%;
}

.equip-contents{
	float:left;
	width:100%;
	padding-right:10px;
	height:100%;
	position:relative;
}

.equip-price{
	padding-left:10px;
	font-size:12px;
	overflow:hidden;
	margin-top:5px;
}

.equip-img{
	width:30%;
	max-width:155px;
	float:left;
	border:1px solid #CCCCCC;
}

.equip-img img{
	width:100%;
	height:auto;
}

.invisible{
	display:none;
}

.prodPrice{
	margin-top:8px;
	padding:8px 0;
	border-top:1px solid #CCC;
}

.endarrow{
	margin-left:10px;
	padding:0;
	height:10px;
	width:6px;
}

/*ACCORDION TABLES*/

.accordion{
	border-bottom:1px solid #CCC;
	margin-bottom:10px;
}

.accordion-button, .accordion-button-off{	
	display:block;
	cursor: pointer;
}
 
.accordion-content {
	padding-bottom:10px;
	display:none;
	width:100%;
}

.accordion-content ul{
	margin:0;
	padding-left:20px;
}

.accordion-content li{
	margin:0;
	padding:0;
}

/*MAIN CONTENT TABLES*/
#maincontent table{
	width:100%;
}

#maincontent .accordion table{
	padding:0;
	margin:0;
	border:0;
	border-collapse:collapse;
	width:100%;
}

#maincontent .accordion table td{
	border:1px solid #CCCCCC;
	padding:10px;
	vertical-align:top;
}

#maincontent .accordion tr:nth-child(odd) {
    background-color: #F9F9F9;
}

.downloads{
	background-image:url(/images/assets/download@2x.png);
	background-size:15px 18px;
	background-repeat:no-repeat;
	background-position:left;
	padding-left:23px;
	padding-top:1px;
	margin-bottom:10px;
	display:block;
}

.equip-image{
	width:100%;
	border:1px solid #CCCCCC;
	margin-bottom:5px;
}

.equip-image img{
	width:100%;
}

.equip-row{
	background-color:#FFF !important;
}

.equip-thumbs{
	margin-bottom:20px;
	border-collapse: collapse;
}

.equip-thumb{
	border:0 !important;
	padding:0 !important;
	padding-bottom:5px !important;
	width:23.5% !important;
} 



.equip-thumb img{
	width:100%;
	border:1px solid #CCCCCC;
}

.end-thumb{
	padding-right:0 !important;
}

#banner{
	width:100%;
	height:50%;
	background-position:center center;
	background-size:100%;
	background-repeat:no-repeat;
	background-color:#000;
	max-height:500px;
}

.newsitem{
	margin-bottom:15px;
}

.newsimage{
	border:1px solid #CCCCCC;
	float:left;
    zoom: 1;
	width:49%;
	margin:0;
	cursor:pointer;
	padding:5px;
	margin-bottom:2%;
}

.newsmargin{
	float:right !important;
}

.newsimage img{
	width:100%;
}

.video-container{
	padding:5px;
	border:1px solid #CCC;
	margin-bottom:5px;
}

.video-thumb{
	background-repeat:no-repeat;
	width:100%;
	padding-top:56.25%;
	background-size:100%;
	box-sizing: border-box;
    position: relative;
	height: 0; overflow: hidden;
}

.video-thumb iframe,
.video-thumb object,
.video-thumb embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-title{
	position:absolute;
	left:10px;
	top:5px;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	font-weight:bold;
	margin-bottom:5px;
	width:75%;
	line-height:1.3;
}

.video-time{
	position:absolute;
	left:10px;
	bottom:5px;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
}

/*NEWS ARCHIVE LINKS*/
.archives{
	padding-left:15px;
	margin-bottom:10px;
	background-image:url(/images/assets/arrow@2x.png);
	background-position:left 3px;
	background-size:6px 10px;
	background-repeat:no-repeat;
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
	color:#333333;
	font-weight:bold;
	font-size:12px;
}

.archives a{
	font-style:normal;
}

/*GALLERY*/
.gallery{
	margin-top:15px;
}

.gallery-item{
	border:1px solid #CCCCCC;
	float:left;
    zoom: 1;
	width:49%;
	margin:0;
	cursor:pointer;
	padding:5px;
	margin-bottom:2%;
}

.gallery-margin{
	float:right !important;
}

.gallery-item img{
	width:100%;
}


.highlight{
	color: #BF1E2D;
	font-weight:bold;
}

#contact_form{
	margin-top:10px;
}

#contact_form td{
	border:0 !important;
	padding:0 0 10px 0 !important;
	background-color:#FFF;
	font-weight:bold;
}

#contact_form label{
	display:block;
	margin-bottom:5px;
}

#contact_form img{
	vertical-align:top;
	margin:0 10px 0 0;
}

#contact_form textarea{
	padding:4px;
	border:1px solid #CCC;
	width:100%;
	height:150px;
	resize:none;
	-webkit-appearance: none;
    border-radius: 0;
}

#contact_form input[type="submit"]{
	width:130px;
	float:right;
	border:0 !important;
	font-style:normal;
}

.jqInvalid { 
	background: #ffdddd;
	font-size:10px;
	color:#BE1E2D !important;
}

#captchaErr{
	font-size:10px;
	color:#BE1E2D !important;
	background-color:#FFF !important;
	display:block;
}

label.jqInvalid { background: none; }

#contact_form label { display:block; font-weight:bold; color:#333333; }
#contact_form span.required { color:#BE1E2D; }

/*HOME CONTROLS*/
#home-controls{
	position:absolute;
	width:160px;
	height:40px;
	bottom:20px;
	left: 50%;
	margin: 0 0 0 -80px;
	
}

.home-control{
	float:left;
}

.hspacer{
	margin-right:20px;
}

#home-gallery{
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
}

#home-slides{
	position:relative;
	width:100%;
	height:100%;
}

.home-slide{
	position:absolute;
	overflow:hidden;
	background-color:#000;
	background-repeat:no-repeat;
	background-position: top;
	width:100%;
	height:100%;
	background-size:100%;
	top:0;
}

/* Landscape */
@media screen and (orientation:landscape) {
/* Landscape styles */
	.home-slide{
		background-position: 0 -300px;
	}
}

.home-overlay{
	display:none;
	background-color:rgba(0, 0, 0, 0.65);
	width:100%;
	height:100%;
}

.home-info{
	position:relative;
	top:20px;
	left:20px;
	color:#FFFFFF;
	width:calc(100% - 40px);
}

.home-info h1{
	font-size:22px;
	line-height:1.5;
}

.home-link a{
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#FFFFFF;
	background-image:url(/images/assets/arrow@2x.png);
	background-repeat:no-repeat;
	background-size:6px 10px;
	background-position:right center;
	padding-right:15px;
	text-align:right;
	margin-top:20px;
	cursor:pointer;
	font-style:normal;
}

.info{
	background-image:url(/images/assets/info@2x.png);
	background-repeat:no-repeat;
	background-size:40px;
	height:40px;
	width:40px;
}

.close{
	background-image:url(/images/assets/close@2x.png) !important;
}

.my-gallery {
  width: 100%;
  float: left;
}
.my-gallery img {
  width: 100%;
  height: auto;
}
.my-gallery figure {
  border:1px solid #CCCCCC;
	float:left;
    zoom: 1;
	width:49%;
	margin:0;
	cursor:pointer;
	padding:5px;
	margin-bottom:2%;
}
.my-gallery figcaption {
  display: none;
}