﻿/*===================== 
	Color information
	
	-Dark gray #2b2b2b
	-Primary red #960002
	-Dark red #720002
	-
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,aside,details,figcaption,figure,footer,header,hgroup,
main,nav,section,summary {display: block;}
pre {white-space: pre-wrap;}
small { font-size: 80%;}


/*===================== 
	@Font-Face 
=======================*/


/*===================== 
	base styles 
=======================*/

html {
    font-family: Arial, sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
	font-family: 'Source Sans Pro', sans-serif;
    margin: 0;
	padding:0;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
/* clear floats */ 
.group:before,
.group:after {content: ""; display: table;} 
.group:after {clear: both;}
.group {zoom: 1;}	
.clear { clear: both;}
	
/*image replacement*/
.hide-text {
	text-indent:  100%;
	white-space:  nowrap;
	overflow:  hidden;
	}	

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	border-style: solid;
    height: 0;
	} 

img { border: 0;} 
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}

p {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	font-size: 16px;
	color: #000;
	margin-top: 10px;
	line-height: 20px;
}

	
h1 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:700;
	font-size: 56px;
	text-transform: uppercase;
	color: #720002;
	line-height:60px;
	letter-spacing: 1px;
	margin-top: 10px;
}

.slideshow_text h2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:900;
	font-size: 78px;
	text-transform: uppercase;
	color: #fff;
	line-height:60px;
	letter-spacing: 3px;
}

h3 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:700;
	font-size: 28px;
	color: #960002;
}
	

h4 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	font-size: 40px;
	color: #fff;
	letter-spacing: 1px;
}

h5 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	font-size: 18px;
	color: #2b2b2b;
}

h6 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:700;
	font-size: 16px;
	color: #960002;
}

/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/
	}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		}  

/*===================== 
	header styles 
=======================*/

.header-wrap {
	width: 100%;
	min-width: 1024px;
	margin: 0;
	z-index: 1000;
	}

header {
	margin-top: 30px;
	z-index: 500;
	position: relative;
	}
	
.header_background {
	background-color: #2b2b2b;
}

.header_text {
	margin-top: 60px;
}

.header_info {
	color: #ffffff !important;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;	
}

.header_info a {
	color: #ffffff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;	
}

.header_info a:hover {
	color: #ededed;
}

.header_icon_left {
	padding-right: 10px !important;
	display:inline-block !important;
}

.header_icon_right {
	padding-right: 10px !important;
	display:inline-block !important;
}

.header_logo {
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0 auto;
}

.top_right {
	text-align: right !important;
}




/*===================== 
	nav styles 
=======================*/

header nav.primary {
	padding:0;
	display:block;
	margin:0 auto;
	position:relative;
	text-align: center;
	background-color: #ffffff;
	border-bottom: 7px solid #960002;
	}

header nav ul {
	padding:0;
}

header nav.primary ul {
	margin-top: 14px;
	margin-bottom: 14px;
}

header nav ul li {
	text-align:left!important;
	padding:10px 0 10px 0;
}
header nav ul li:last-child {
	text-align:left!important;
	padding: 10px 0 10px 0;
}
header nav > ul > li {
	display:inline-block;
	margin:0 auto;
	list-style-type:none; 
	text-align: center;
	padding: 0px 25px 0px 25px !important;
}

header nav ul li a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
	color: #626262;
	letter-spacing: 1px;
	}	

header nav ul li a:hover {
	color: #2b2b2b;
	}

/* Appearance of the sub-level links */

header nav.primary ul li li a { 
	line-height:16px;
	color:#000;
	text-align:left;
	font-size: 15px;
	text-transform: none;
	}
	
	header nav.primary ul li li a:hover { 
	line-height:16px;
	color:#000 !important;
	text-align:left;
	font-size: 15px;
	text-transform: none;
	}
	
	header nav.primary ul li li:hover { 
	background: #d9d9d9;
	}
	
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too much */
header nav.primary ul ul {
    display: none;
    position: absolute; 
	width: 235px;
	background: #ececec;
	margin-top: 0px;
	/*margin-top: 21px;*/
}
header nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
header nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 100 !important;
}
header nav.primary ul ul li {
    float: none; 
    position: relative;
	display:block;
    margin:0;
	width:100%;
	padding-left: 10px;
}

.dropdown_arrow {
	display: inline-block !important;
}
/******** End of primary Nav ***************/


/*===================== 
	mobile nav
=======================*/

#menu-button{ /* initially will need to be hidden */
	display: block;
	font-size: 32px;
	width:100%;
	position: relative;
	z-index: 400;/* needs to be lower than nav.mobile, adjust as needed */
	padding: ;
	background: #fff;
	border-bottom: ;
	text-align: right;
	min-height: 0 !important;
	}
	#menu-button a{
		 color:#000;
		 text-decoration: none;
		 text-align: right !important;
	  }

nav.mobile {
	display:block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #ececec;
	z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
	overflow:auto;
}
nav.mobile h3 { /* Menu header styles */
	position: relative;
	padding: 12px 10px;
	color: #fff;
	font-size: 1.2em;
	font-weight: 400;
	border-bottom: 4px solid #222;
}
nav.mobile .menu-toggle { /* Menu close button */
	position: absolute;
	top: 12px;
	right: 10px;
	display: inline-block;
	padding: 6px 9px 5px;
	font-family: Arial, sans-serif;
	font-weight: 700;
	line-height: 1;
	background: #222;
	color: #999;
	text-decoration: none;
	vertical-align: top;
}
.menu-toggle {
	text-align: right;
	font-size: 28px;
	color: #000;
}

.menu-toggle a:hover {
	color: #000 !important;
}

.close_mobile {
	font-size: 26px !important;
	font-weight: 900;
	text-align: right;
}

nav.mobile .menu-toggle:hover { /* Menu close button on hover */
	color: #fff;
}
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	margin:0;
	padding:0;
}
nav.mobile ul li {
	padding: 8px 0 8px 0 !important;
}
nav.mobile ul li a {
	position: relative;
	display: block;
	padding-left: 15px;
	color: #999;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 1px;
}
nav.mobile ul li a:hover {
	background:;
	color: #2b2b2b;
}

nav.mobile ul li li:hover {
	background:#d9d9d9;
}
nav.mobile ul li li a { /* appearance of the sub-level links */
	position: relative;
	display: block;
	padding: 5px 10px 5px 15px;
	color: #000;
	text-decoration: none;
	text-transform: none;
}
nav.mobile ul li li li a { /* appearance of third level sub-level links if needed */
	background: #666;
	position: relative;
	display: block;
	padding: 10px 10px 10px 25px;
	color: #000;
	text-decoration: none;
}
nav.mobile ul li span.click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
	background:url(../siteart/menu-dropdown-arrow.png) 10px 12px no-repeat;
	background-size:55%;
	position:relative;
	display:block;
	float:right;
	margin:-44px 0 0 0;
	cursor:pointer;
	z-index: 12399994;
	width:44px;
	height:44px;
	-webkit-transition:background-size .3s ease-in-out;
	-moz-transition:background-size .3s ease-in-out;
	transition:background-size .3s ease-in-out;
}
nav.mobile ul li span.click:hover{
	background-size:60%;
}




/*===================== 
	content styles 
=======================*/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.rental-btn {
	background-color:#960002;
	font-family:'Source Sans Pro', sans-serif;
	font-size:15px;
	font-weight:400;
	padding:15px 30px;
	text-align:center;
	max-width:250px;
	color:#fff!important;
	margin-bottom:25px;
}
.rental-btn:hover {
	background-color:#720002;
	transition:0.2s;
}

	
/*===================== 
	slideshow styles 
=======================*/

.cycle-slideshow img{
	width:100%;
	z-index: -1000;
	padding: 0;
}

.cycle-slideshow {
	padding: 0;
	margin-top:-450px;
}

.slideshow_text {
	z-index: 300;
	padding:0;
	margin-top: 60px;
	position: relative;
	text-align:center;
}



/*===================== 
	banner styles 
=======================*/



/*===================== 
	layout styles 
=======================*/


.wrap {
	width: 100%;
	margin: 0;
	min-width: 1024px;
	}
	
.col-1-6 { width: 16%;}
.col-1-5 { width: 20%;}
.col-1-4 { width: 24%;}
.col-1-3 { width: 33%;}
.col-1-2 { width: 49%;}
.col-2-3 { width: 65%;}
.col-3-4 { width: 75%;}

/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
	}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:13px;
	color: #222;
	}
	
.footer_background {
	background-color: #1b1b1b;
}

.footer_section {
	text-align: right;
	padding: 10px 0 15px 0;
}

.footertext {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #e2e2e2!important;
}

a.footerlink {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px!important;
	font-weight: 900;
	color: #960002!important;
}

a.footerlink:hover {
	color: #ac0f11!important;
}

.smallfootertext {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #e2e2e2 !important;
	padding: 5px 0 8px 0;
}

.footer_links {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #e2e2e2;
}

.footer_links a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #e2e2e2;
}

.footer_links a:hover {
	color: #337ab7;
}


	

/*========================= 
	 Responsive styles 
===========================*/

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	
.slideshow_text {
	margin-top: 36px;
	position: relative;
}

.cycle-slideshow {
	margin-top: -384px;
}

h2 {
	font-size: 52px;
	line-height: 44px;
}

h4 {
	font-size: 20px;
}

.buttons a{
	font-size: 14px !important;
	padding: 20px 15px 25px 15px !important;
}

.subpage_header {
	margin-top:-280px !important;
}

nav > ul > li {
	padding:0px 18px 0px 18px !important;
}

nav ul li a {
	font-size:15px;
}

	
}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

header {
	margin-top: 15px;
}
	
.slideshow_text {
	margin-top: 40px;
	position: relative;
}

.cycle-slideshow {
	margin-top: -320px !important;
}

	 
h2 {
	font-size: 54px;
	line-height: 42px;
}

h4 {
	font-size: 22px;
}

.buttons a.border-rt{
		border-bottom: solid 1px #5e0002 !important;
		border-right: none!important;
}

nav > ul > li{
	padding: 0px 45px 0px 45px !important;
}

.header_text {
	margin-top: 22px !important;
}


}




/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	
nav > ul > li{
	padding: 0px 45px 0px 45px !important;
}

.header_logo {
	margin: 0 auto !important;
	padding-top: 10px;
	padding-bottom: 10px;
	max-width: 200px;
}

.top_right {
	text-align: center!important;
}

.header_text {
	margin-top: 0px !important;
	padding-bottom: 10px;
}

header {
	margin-top: 9px;
}

h1 {
	font-size: 42px;
}

h4 {
	font-size: 18px !important;
}

h2 {
	font-size: 42px !important;
	line-height: 34px !important;
}

.cycle-slideshow {
	margin-top: -290px !important;
}

.slideshow_text {
	margin-top: 20px;
}

.subpage_header {
	margin-top: -212px !important;
}
	


}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.col-dynamic img, .col-dynamic img.img-responsive {
		margin:15px 0!important;
		padding:0!important;
		width:100%!important;
		max-width:100%!important;
		height:auto!important;
	}
	
.header_logo {
	margin: 0 auto !important;
}

.top_right {
	text-align: center!important;
}

.header_text {
	margin-top: 0px !important;
	padding-bottom: 10px;
}

h3 {
	font-size: 24px;
}

h5 {
	font-size: 16px;
}

.cycle-slideshow {
	margin-top: -211px!important;
}
	
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
.col-dynamic img, .col-dynamic img.img-responsive {
	margin:15px 0!important;
	padding:0!important;
	width:100%!important;
	max-width:100%!important;
	height:auto!important;
}
h2 {
	font-size: 32px;
}
	
.cycle_slideshow {
	margin-top: -186px!important;
}
}



/*========================= 
	 Home Page
===========================*/

.buttons{
	background:#960002;
	border-top: solid 1px #5e0002;
	border-bottom: solid 1px #5e0002;
	}
	.buttons a{
		font-size:16px;
		color:#fff !important;
		display:inline-block !important;
		padding: 20px 50px 25px 50px !important;
		text-align: center !important;
		-webkit-transition:.4s ease-in;  
		-moz-transition:.2s ease-in;  
		-o-transition:.2s ease-in;  
		transition:.2s ease-in;	
	}
	.buttons a:hover{
		background-color:#720002;
	}
	.buttons a.border-rt{
		border-right: solid 1px #5e0002;
	}
	
	.button_arrow {
		display:inline-block !Important;
	}
	

.home_maps {
	padding-top: 30px;
	padding-bottom: 30px;
}
	

.locations_section {
	float: left;
}

    .google-maps {
        position: relative;
        padding-bottom: 37%;
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 96% !important;
        height: 100% !important;
    }
	
	
.inventory_slider {
	background-color: #ececec;
	padding-top: 30px;
	padding-bottom: 30px;	
}

.page_content {
	padding-top: 20px;
	padding-bottom: 50px;
}

/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}

/*========================= 
	 Inventory Pages
===========================*/

#listings-title {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:700;
	font-size: 36px !important;
	text-transform: uppercase;
	color: #720002;
	line-height:42px;
	letter-spacing: 1px;
	margin-top: 10px;
}


/*========================= 
	 Subpages
===========================*/

.subpage_header img{
	width:100%;
	z-index: -1000;
	padding: 0;
}

.subpage_header {
	padding: 0;
	margin-top:-300px;
}

.service_text {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	font-size: 16px;
	color: #000;
	margin-top: 10px;
	line-height: 20px;
}

.hours {
	font-size: 20px;
	color: #720002;
}

.content_column {
	padding-right: 30px;
	padding-bottom: 35px;
}

.bucket_images {
	padding-top: 15px;
	padding-bottom: 20px;
}


/*========================= 
	 Services Form
===========================*/

.CaptchaPanel {
	margin: 10px 0px 10px 0px;
	text-align: center;
	padding: 10px;
}

.CaptchaImagePanel {
	padding: 5px 5px 10px 5px;
}

.CaptchaImage {
	border: 1px solid #333;
}

.CaptchaMessagePanel {
	padding: 5px 5px 10px 5px;
	font-weight: bold;
}

.CaptchaAnswerPanel {
	padding: 5px 5px 10px 5px;
}

.CaptchaWhatsThisPanel {
	padding: 5px 5px 10px 5px;
}	


form#services label {
    width: 98%;
    display: block;
    color: #000;
    font-size: 16px;
    padding: 2% 0 0 0;
}

form#services input {
    width: 98%;
    padding: 3px;
}

form#services textarea {
    width: 98%;
    height: 100px;
}










