﻿/*===================== 
	Color information
	
	red #c73a3c
	Grey #777778
	Dk Grey #3a3a3c
	-
		 
=======================*/
/*===================== 
	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 {
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; 
	}

body {
	font-family: 'Roboto', sans-serif;
    margin: 0;
	padding:0;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
.clear { clear: both;}

img { border: 0;} 
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	
	}
	h1 {
		font-size: 65px;
		font-weight: 500;
		font-family: 'Teko', sans-serif;
}
	h2 {
		font-size: 40px;
		font-weight: 400;
		font-family: 'Teko', sans-serif;
}
	h3 {
		font-size: 30px;
		font-weight: 400;
		font-family: 'Teko', sans-serif;
}
	h4 {
		font-size: 18px;
		font-weight: 400;
		font-family: 'Teko', sans-serif;
}
	h5 {}
	h6 {}

p {
	margin: 0;
	}

.bold {
    font-weight: bold;
	}

.font-center {
	text-align: center;
}
.font-red {
	color:#c73a3c;
}
.font-white {
	color:#fff;
}
.dkgrey-bg {
	background-color:#3a3a3c;
}

/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color: #aaa; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: #ccc;
		}  

/*===================== 
	header styles 
=======================*/

.top-head-wrap-1 {
	background:#000;
}
.top-head-container-1 {
	max-width: 1100px;
	margin: 0 auto;
	padding:5px 10px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}

.top-head-wrap-1 ul {
	padding:0;
	margin:0;
	display:flex;
	align-items: center;
}
.top-head-wrap-1 ul li {
	padding:0 4px;
	margin:0;
	list-style: none;
	color:#fff;
}
.top-head-wrap-1 ul li a {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color:#fff;
}
.top-head-wrap-1 ul li a:hover {
	color:#c73a3c;
}
.head-social-icons ul {
	padding:0 0 0 20px;
}
.head-social-icons ul li {
	padding:0 3px;
	margin:0;
}
.head-social-icons ul li a {
	font-size: 24px;
}

.header-wrap {
	width: 100%;
	margin: 0;
	padding:20px 0;
	border-bottom: 5px solid #c73a3c;
	}

header {
	margin: 0 auto;
	max-width: 1100px;
	}
.head-logo-1 {
	padding:10px;
	width:40%;
	box-sizing: border-box;
}
.head-logo-1 img {
	max-width: 100%;
	height: auto;
	display: block;
}

/*===================== 
	nav styles 
=======================*/
.nav-cont {
	width:55%;
}

#menu-button{display: none;}
nav.mobile { display:none;}

nav.primary {
	padding:0;
	display:block;
	margin:0 auto;
	position:relative;
	}
	nav.primary ul {
		margin:0 auto; 
		padding:0;
		display:flex;
		justify-content: space-between;
		}
		nav.primary ul li {
			margin:0;
			paddinh:0 10px;
			box-sizing: border-box;
			list-style-type:none; 
			}
			nav.primary ul li a {
				font-family: 'Roboto', sans-serif;
				color: #000;
				font-size: 16px;
				text-decoration: none;
				padding: 15px 10px;
				display: block;
				margin: 0;
				text-align: center;
				-webkit-transition: .4s ease-in;
				-moz-transition: .2s ease-in;
				-o-transition: .2s ease-in;
				transition: .2s ease-in;
				font-weight: 400;
				}	
			nav.primary ul li a:hover {
				background: #f0f0f0;
				color:#c73a3c;
				}
			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
				font-size:16px;
				line-height:16px;
				padding:10px 0 10px 10px;
				box-sizing: border-box;
				color:#000;
				background: #f0f0f0;
				display: block;
				text-align: left;
			}
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover {
				background:#C8C8C8;
			}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
    position: absolute;
	width:auto;
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 100;
}
nav.primary ul ul li {
	display: block;
    float: none; 
	width: 230px;
    position: relative;
    margin:0;
}
.nav-right {
	right:0; 
}
.position-relative {
	position: relative!important;
}
.nav-long li {
	width: 280px!important;
}


/*===================== 
	content styles 
=======================*/

.hero-bg {
	background: url("/siteart/hero-imag-1.jpg") no-repeat center;
	background-size: cover;
	width:100%;
	height: 30vw;
	min-height: 450px;
}
.hero-overlay {
	margin:auto;
	padding:40px 10px 0 10px;
	box-sizing: border-box;
	text-align: center;
}
.hero-overlay h2 {
    line-height: 30px;
    text-shadow: 0px 0px 10px #FFFFFF;
}
.hero-overlay h1 {
	line-height: 70px;
	text-shadow: 0px 0px 10px #FFFFFF;
}
.btn-1 {
	display: inline-block;
	padding: 10px 50px;
	background:#c73a3c;
	color:#fff!important;
	font-family: 'Teko', sans-serif;
	font-size:30px;
	font-weight: 400;	
}
.btn-1:hover { 
	background:#9E2D2E;
}
.btn-2 {
	display: block;
	padding: 10px 2px;
	background:#c73a3c;
	color:#fff!important;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	font-size:14px;
	font-weight: 400;
	width:80%;
	margin:0 auto;
}
.btn-2:hover { 
	background:#9E2D2E;
}
.btn-3 {
	display:block;
	width:auto;
	height: auto;
	background:#3a3a3c;
	margin:10px auto;
}
.btn-3 img {
	max-width: 100%;
	height: auto;
	display: block;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}
.btn-3-info {
	display: block;
	width:100%;
	padding: 5px;
	box-sizing: border-box;
	color:#fff;
	background:#c73a3c;
	font-size: 30px;
	font-family: 'Teko', sans-serif;
	text-align: center;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
	border-top:4px solid #fff;
}
.btn-3:hover img {
	opacity: 0.5;
}
.btn-3:hover .btn-3-info {
	background:#3a3a3c;
}
.map-wrap {
	width:100%;
	position: relative;
	padding:40px 0;
}
.map-wrap-red {
	width:100%;
	background:#c73a3c;
}
.map-title {
	text-align: right;
	color:#fff;
}
.map-title h2 {
	font-size: 33px;
	line-height: 35px;
	font-weight: 400;
}
.map-title h1 {
	line-height: 65px;
}
.map-pad {
	padding:120px 0;
}
.map-cont-1 {
	width: 1100px;
	padding:0 10px;
	box-sizing: border-box;
	position: absolute;
	top:20px;
	left:0px;
	right:0px;
	margin:0 auto;	
}
.map-col-1 {
	width:60%;
}
.map-cont-1 img {
	max-width: 100%;
	height: auto;
	display: block;
}
.map-location {
	width:180px;
	height: 220px;
	padding:10px 0 20px 0;
	box-sizing: border-box; 
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center
}
.map-location h4 {
	text-align: center;
	line-height: 18px;
}
.map-location ul {
	padding:10px 0;
	margin:0;
	text-align: center;
}
.map-location ul li {
	padding:0 0 5px 0;
	margin:0;
	list-style: none;
	font-size:13px;
	color:#3a3a3c;
	
}
.map-location ul li a {
	color:#3a3a3c;
}
.map-location ul li a:hover {
	color:#c73a3c;
}
.site-logo-1 {
	padding:10px;
	box-sizing: border-box;
}
.site-logo-1 img {
	max-width: 100%;
	height: auto;
	display: block;
}


/*===================== 
	SCROLLING INVENTORY
=======================*/

.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
	padding:20px 0;
	background:#3a3a3c;
}
 
.scrolling{
    width:100%;
    height:92px;
}


/*===================== 
	Search styles 
=======================*/

.form-col label {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color:#fff;
	padding:0 0 5px 0;
	display: block;
}

.flex-cont-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	padding:0 0 20px 0;
}

.form-col {
	width:24%;
	box-sizing: border-box;
}

.search-input {
	width: 100%;
	padding:10px;
	box-sizing: border-box;
}
.search-input input[type="text"], .search-input select {
	font-size: 16px;
	color: #313131!important;
	padding:20px;
	border: none;
	outline: none;
	font-family: 'Roboto', sans-serif;
} 

.search-button {
	font-size: 16px;
	color:#fff;
	background: #c73a3c;
	padding: 10px;
	width:100%;
	border:none;
	outline: none;
	font-family: 'Roboto', sans-serif;
}
.search-button:hover {
	color:#313131;
	background:#fff;
}


/*===================== 
	layout styles 
=======================*/

.wrap {
	width: 100%;
	margin: 0;
	}
	

.container-1 {
	max-width: 1100px;
	margin: 0 auto;
	padding:20px 10px;
	box-sizing: border-box;
	}
.container-2 {
	max-width: 1100px;
	margin: 0 auto;
	padding:40px 10px;
	box-sizing: border-box;
	}
.flex-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.flex-cont-2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}
.flex-cont-3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

	
.col-1-6 { width: 16%; box-sizing:border-box;}
.col-1-5 { width: 20%; box-sizing:border-box;}
.col-1-4 { width: 24%; box-sizing:border-box;}
.col-1-3 { width: 33%; box-sizing:border-box;}
.col-1-2 { width: 49%; box-sizing:border-box;}
.col-2-3 { width: 65%; box-sizing:border-box;}
.col-3-4 { width: 75%; box-sizing:border-box;}

/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
	background:#000;
	}
.foot-col-1 {
	width:24%;
}
.foot-col-2 {
	width:24%;
}
footer ul {
	padding:0 0 20px 0;
	margin:0;
}
footer ul li {
	padding:0 0 5px 0;
	margin:0;
	list-style: none;
}
footer ul li a {
	color:#fff!important;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}
footer ul li a:hover {
	color:#c73a3c!important;
}
.bottom-foot-info {
	color:#fff;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	text-align: center;
	padding: 30px 0;
	box-sizing: border-box;
}
.bottom-foot-info a {
	color:#fff;
}
.bottom-foot-info a:hover {
	color:#c73a3c;
}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:13px;
	color: #222;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:13px;
		color: #fff;
		}

.footertext {
	font-size:13px; 
	color:#666;
	}

.smallfootertext {
	font-size:10px; 
	color:#666;
	}

.divfooter {
	max-width:490px; 
	text-align:center; 
	margin:0 auto;
	}

/*========================== 
	  Responsive styles 
============================*/

@media screen and (max-width: 1120px)  {
	.map-cont-1 {
		width: 100%;
	}
	
}

@media screen and (max-width: 1110px)  {

	.head-logo-1 {
		padding:10px;
		width:30%;
		box-sizing: border-box;
	}

	.nav-cont {
		width:65%;
	}
	.map-pad {
		padding:10vw 0;
	}
	.foot-col-1 {
		width:28%;
	}
	.foot-col-2 {
		width:16%;
	}

}

@media screen and (max-width: 950px)  {
		
	.head-logo-1 {
		padding:10px;
		width:100%;
		box-sizing: border-box;
	}
	.head-logo-1 img {
		margin:0 auto;
	}
	.nav-cont {
		padding:10px;
		width:100%;
		box-sizing: border-box;
	}	
	.map-col-1 {
	width:50%;
	}
	.map-pad {
		padding:5vw 0;
	}
	
}

@media screen and (max-width: 760px)  {

	.top-head-container-1 {
		display: block;
	}
	.top-head-wrap-1 ul {
		justify-content: center;
		flex-wrap: wrap;
		
	}
	.head-social-icons {
		display: none;
	}
	
	/*==============================
		Mobile Nav Styles			
	================================*/	
	nav.primary{display:none;}
	#menu-button{ 
		width: 100%;
		display: block;
		font-size: 24px;
		position: relative;
		line-height:60px; 
		z-index: 400; /* needs to be lower than nav.mobile, adjust as needed */
		background: #c73a3c;
		}
		#menu-button a{
			 color:#fff;
			 text-decoration: none;
			 padding:0 0 0 .8em; 
			 font-weight:normal;
		  }
	nav.mobile {
		display:block;
		position: fixed;
		top: 0;
		left: -250px;
		width: 250px;
		height: 100%;
		background: #333;
		z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
		overflow:auto;
	}
	/* MENU HEADER SOCIAL MEDIA */
		nav.mobile .social-media {
			position: relative;
			text-decoration: none;
			display: inline-block;
			font-size:16px;
			word-spacing:13px;
			padding:0 0 0 15px;
			color: #ccc !important;
		}

		nav.mobile .social-media a:link, nav.mobile .social-media a:visited {color:#ccc; text-decoration:none;}
		nav.mobile .social-media a:hover, nav.mobile .social-media a:active {color:#fff; text-decoration:underline;}

	/* MENU HEADER STYLES */
	nav.mobile .mobile_top {
		position: relative;
		display:block;
		padding: 0;
		margin:15px 0 10px 0;
		color: #999;
		font-size: 18px;
		font-weight: 400;
	}

	/* MENU CLOSE 'X' BUTTON */
	nav.mobile .menu-toggle {
		position: absolute;
		padding: 3px 8px 3px;
		font-family: Arial, sans-serif;
		font-size:24px;
		font-weight: bold;
		line-height: 1;
		background: #222;
		color: #999;
		text-decoration: none;
		top:-4px;
		right:13px;
	}
	nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
		color: #fff;
	}

	/* MENU LIST STYLE */
	nav.mobile ul {
		list-style: none;
		font-weight: 300;
		margin:0;
		padding:0;
	}
	nav.mobile ul li {
		border-top: 1px solid #454545;
		border-bottom: 1px solid #151515;
		position:relative;
	}

	/* FIRST LEVEL */
	nav.mobile ul li a {
		position: relative;
		display: block;
		font-size:15px;
		padding: 10px;
		color: #999;
		text-decoration: none;
		border-left:4px #333 solid;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	}
	nav.mobile ul li a:hover {
		background:rgba(45,45,45,0.5); 
		color: #fff; 
		border-left:4px #C8102E solid; /* border highlight - Change to fit match site colors */
	}

	/* SECOND LEVEL */
	nav.mobile ul li li:last-child {border:none;}
	nav.mobile ul li li a {
		background: #444;
		position: relative;
		display: block;
		padding: 10px 10px 10px 15px;
		border-left:4px #444 solid;
		color: #ccc;
		text-decoration: none;
	}
	nav.mobile ul li li a:hover {background:rgba(65,65,65,0.5);}

	/* THIRD LEVEL */
	nav.mobile ul li li li:last-child {border:none;}
	nav.mobile ul li li li a {
		background: #555;
		position: relative;
		display: block;
		padding: 10px 10px 10px 25px;
		color: #ccc;
		text-decoration: none;
		border-left:4px #555 solid;
	}
	nav.mobile ul li li li a:hover {background:rgba(85,85,85,0.5);}

	nav.mobile ul li .click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
		position:absolute;
		display:block;
		cursor:pointer;
		z-index: 12399994;
		top:0;
		right:0;
		width:auto;
		height:auto;
		padding: 17px 20px;
		color:#fff;

	}
	.nav-footer {color:#1B1B1B; position:relative; text-align:center; font-size:14px; line-height:16px; padding:15px 0;}

	/* FONT AWESOME ICONS */
	nav.mobile ul li a i{
		width:25px;
		padding:8px 3px;
		margin:0 6px 0 0;
		text-align:center;
		background:#292929;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	}


	nav.mobile ul li .fa-chevron-down {color:#999;}
    
    .grid figure{width: 49%;}
	.scrolling-wrap {
		display: none;
	}
	.form-col {
		width:100%;
		padding:10px 0;
	}
	.map-col-1 {
		width:100%;
		}
	.map-cont-1 {
		padding:30px;
		position: static;
	}
	.map-cont-1 img {
		margin:0 auto;
	}
	.map-title {
		text-align: center;
	}
	.col-1-2 {
		width:100%;
	}
	.site-logo-1 {
		padding:20px 10px;
		margin:0 auto;
	}
	.site-logo-1 img {
		margin:0 auto;
	}
	.foot-col-1 {
		width:100%;
		text-align: center;
	}
	.foot-col-2 {
		width:100%;
	}
}

@media screen and (max-width: 450px)  {

	.hero-overlay h2 {
		font-size: 8vw;
		line-height: normal;
	}
	.hero-overlay h1 {
		font-size: 10vw;
		line-height: normal;
	}
	.map-title h2 {
		font-size: 7vw;
		line-height: normal;
	}
	.map-title h1 {
		font-size: 14vw;
		line-height: normal;
	}
	.about-section h2 {
		font-size: 10vw;
	}


}
@media screen and (max-width: 326px)  {
	.btn-3 {
		display:block;
		width:100%;
		height: auto;
		background:#3a3a3c;
		margin:10px auto;
		} 

}
@media screen and (max-width: 200px)  {
	.map-location {
		width:90%;
		height: auto;
		padding:10px 5px;

	}
	
}
	
