﻿
/*===================== 
	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%;}


/*===================== 
	base styles 
=======================*/
* {box-sizing: border-box;}
html {
    font-family: 'Roboto', sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
    margin: 0;
	line-height: 1.6;
	}

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;
	line-height: 1.2;
	}
	h1 {font-size:35px; text-transform: uppercase;}

p {
	margin: 0;
	line-height: 1.6;
	}

b, strong {
    font-weight: bold;
	}

/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/
	}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color:inherit; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color:inherit;
		}  

/*===================== 
	header styles 
=======================*/


header {
	margin: 0 auto;
	width: 100%;
}

header .wrap {display: flex; justify-content: center; align-items: center; flex-wrap: wrap;}

.black-bar {
	background: #222;
	padding: 10px;
	color: #fff;
	font-weight: 500;
}
.tagline, .social-media {
	display: inline-block;
	vertical-align: middle;
	width: 49%;
}
.social-media {
	text-align: right;
}
.social-media p, .social-media img {
	display: inline-block;
	vertical-align: middle;
}
.middle-header {
	background: #fff url(../siteart/header-bg-img.jpg) no-repeat ;
	background-size: cover;
	background-position: center;
}
.logo {
	display: inline-block;
	vertical-align: middle;
	width: 40%;
	padding:.5% 0;
}
.contact-info{
	display: inline-block;
	vertical-align: middle;
	width: 60%;
	padding:.5% 0;
}
.contact-info {
	text-align: right;
}


/*===================== 
	nav styles 
=======================*/
nav.mobile {
	display:none;	
}
#menu-button {
	display:none;	
}
/* ----- */

.hot-deals {
	background:#95302e;
}

nav.primary {
	max-width:100%;
	background: #e8e8e9;
	text-align: center;
	border-top: 1px solid #dedede;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	}
	nav.primary ul {
		margin: 0;
		padding:0;
		transition: .3s ease-in-out all;
		}
		nav.primary ul li {
			display:inline-block;
			}
			nav.primary ul li a {
				color: #222;
				display: block;
				padding: 10px 18px;
				text-transform:uppercase;
				font-size:14px;
				font-weight: 500;
				transition: .3s ease-in-out all;
				}	
			nav.primary ul li a:hover {
				background: #95302e;
				color: #fff;
				}
				
/* DROP DOWNS */				
nav.primary ul li li a {  /* appearance of the sub-level links */
	background:#95302e;
	width:150px;
	display:block;
	color: #fff;
	text-align: left;
	text-decoration:none !important;
	transition: .3s ease-in-out all;
}
nav.primary ul li li  a:hover {  /* appearance of the sub-level links on hover */
	background:#7e2220 !important;
	color:#fff !important;
	text-decoration:none !important;
}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
	display: none;
	position: absolute;
}
nav.primary ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}
nav.primary ul li:hover > ul {
	display: block;
	z-index: 100;
}
nav.primary ul ul li {
	float: none;
	position: relative;
	margin: 0;
	display:block;
}


/*===================== 
	mobile btns styles 
=======================*/
.mobile-btns {
	display:none;	
}


/*===================== 
	slideshow styles 
=======================*/
.hero-img {width: 100%; display: flex; justify-content: center;}


/*===================== 
	banner styles 
=======================*/

.banner {
	}

/*===================== 
	layout styles 
=======================*/


.wrap {
	max-width:60%;
	margin: 0 auto;
	}
	
.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%;
	background: #000 url(../siteart/footer-bg-img.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	padding: 3em 0;
	color: #fff;
}

.footer-lists h3 {display: block; margin-bottom: .5em;}

.footer-lists {
	display: inline-block;
	vertical-align:top;
	width: 33%;
}	
.footer-lists ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.footer-lists ul li {display: block; margin: 5px 0;}

.dealer-login {
	display: inline-block;
	vertical-align: top;
	text-align: right;
	width: 36%;
}
.dealer-login-btn {
	background: #95302e;
	width: 50%;
	float: right;
	padding: 2% 0;
	text-transform: uppercase;
	text-align: center;
}

	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:10px;
	color: #fff;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:10px;
		color: #fff;
		}

.footertext {
	font-size:10px; 
	color:#fff;
	}

.smallfootertext {
	font-size:10px; 
	color:#fff;
	}

.divfooter {
	width:55%; 
	text-align:center; 
	margin:0 auto;
	color: #fff;
}

.copyright-bg {
	background: #222;
	margin-top: 30px;
	padding: 10px 0;
}
	
/*===================== 
	Home Page 
=======================*/
.callout-span {
	background:#000 url(../siteart/callout-bg-img.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
	padding: 2em 0;
}
.callouts {
	background: #95302e;
	color: #fff;
	width: 24%;
	display: inline-block;
	vertical-align: middle;
	padding: 1em 0;
	text-transform: uppercase;
	transition: .3s ease-in-out all;
}
.callouts:hover {
	background: #7e2220;
	box-shadow: 3px 3px 5px #111;
}
.callouts p {
	font-size: 15px;
}
.callouts h3 {
	font-size: 20px;
}
.intro-section {
	padding:2.5em 0;
}
.header-block {
	background: #95302e;
	color: #fff;
	padding: 1em;
	margin-bottom: 2em;
	width: 50%;
	box-shadow: 3px 3px 5px #111;
}
.header-block h3 {
	font-weight: 400;
	font-size: 15px;
	text-transform: uppercase;
}
.header-block h1 {
	font-weight: 700;
	font-size: 35px;
	text-transform: uppercase;
}
.red-styles {
	color: #95302e;
	font-weight: 700;
}
.mfg-logos {
	background: #f4f4f4;
	padding: 2.5em 0;
	text-align: center;
}
.mfg-logos img {
	padding:0 1em;
	max-width: 222px;
}
.mfg-logos img:hover {
	transition: .3s ease-in-out all;
	opacity: .85;
}
.contact-section {
	background: #000 url(../siteart/red-bg-img.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	padding: 2.5em 0;
	color: #fff;
}
.contact-section h2 {
	background: #95302e;
	padding: .5em 1em;
	color: #fff;
	width: 50%;
	text-transform: uppercase;
	font-size: 35px;
	box-shadow: 3px 3px 5px #111;
}
.contact-divs {
	display: inline-block;
	vertical-align: middle;
	width: 24%;
	padding: 2em 0;
}
.small-titles {
	text-transform: uppercase;
	font-weight: 700;
}

/*===================== 
	Company Page 
=======================*/
.company-info-pg {
	padding: 3% 0;
	text-align: center;
}
.company-info-pg h1 {
	color: #95302e;
	font-size: 30px;
}
	
/*===================== 
	Directions Page 
=======================*/	
.directions-pg {
	padding: 3% 0;
	text-align: center;
}
.directions-title {
	text-align: left;
	padding-left: 1%;
}
.directions-pg h1 {
	color: #95302e;
	font-size: 30px;
}
.contact-box {	
	background: #f4f4f4;
	padding:2%;
	border: #eee 1px solid;
	text-align: left;
	width: 61%;
}
.company-info-div {
	width:97%;
	padding:1em;
	margin:.5% 0;
	text-align: left;
	vertical-align: top;
	display: inline-block;
}

.company-info-div hr {color: #ddd;}

.directions-pg .col-1-3, .directions-pg .col-2-3 {
	vertical-align: top;
	display: inline-block;
}


/* =======================
	MEET STAFF
======================= */
.staff-info-div {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	background:#f4f4f4;
	color: #222;
	margin: .5% 0;
	padding: 1em;
	text-align: left;
	font-size: 14px;
}


/* MAIN CONTENT */
.container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

/* All boxs position width and height  */
.box {
	/*width: 345px;
	height: 500px; */
	width: calc(33.33% - 1em);
	height: auto;
	padding: 2em;
	margin: .5em;
	/* border-radius: 5px; */
	-webkit-transition: 200ms ease-in-out;
	-o-transition: 200ms ease-in-out;
	transition: 200ms ease-in-out;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
	        box-shadow: 0 0 10px rgba(0,0,0,0.6);
}
/* BOXES END */

/* EMPLOYEES */
.member {
	width: 100%;
	text-align: center;
}
.member img {
	width: 50%;
	border-radius: 100px;
	-webkit-transition: 300ms ease-in-out;
	-o-transition: 300ms ease-in-out;
	transition: 300ms ease-in-out;
	-webkit-box-shadow: 0 0 50px rgba(0,0,0,0.4);
	box-shadow: 0 0 50px rgba(0,0,0,0.4);
}
.member img:hover {
	-webkit-box-shadow: 0 0 50px rgba(255,255,255,0.2);
	box-shadow: 0 0 50px rgba(255,255,255,0.2);
}
.member h1 {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 3px;
}
.member h2 {
	color: #fff;
	margin-top:1em;
	font-weight: 100;
	font-size: 20px;
}
.member p {
	color: #fff;
	margin-top: 1em;
	font-size: 14px;
}
.member button {
	color: #fff;
	width: 100%;
	max-width: 200px;
	margin: 10px auto 0;
	border: none;
	padding: 13px;
	outline: none;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	cursor: pointer;
	/* border-radius: 4px; */
	-webkit-transition: 300ms ease-in-out;
	-o-transition: 300ms ease-in-out;
	transition: 300ms ease-in-out;
	background: rgba(249,249,249,.3);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.member button:hover {
	background: rgba(249,249,249,0.6);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.3);
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

/* ACTORS | SINGERS | END  */

/* FAVS START */
.favs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 40px;
	-ms-flex-item-align: center;
	    align-self: center;
	-ms-flex-line-pack: center;
	    align-content: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.favs button {
	margin: 10px;
	width: 20%;
	background: transparent;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.favs button:hover {
	-webkit-box-shadow: 0 0 50px rgba(255,255,255,0.2);
	        box-shadow: 0 0 50px rgba(255,255,255,0.2);
}
.favs .fas {
	font-size: 17px;
}
/* FAVS end */

/* background gradient */
.p3 {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7e2220+0,95302e+65 */
	background: #95302e; /* Old browsers */
	background: -moz-linear-gradient(left,  #7e2220 0%, #95302e 65%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #7e2220 0%,#95302e 65%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #7e2220 0%,#95302e 65%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e2220', endColorstr='#95302e',GradientType=1 ); /* IE6-9 */
	box-shadow: 3px 3px 5px #111;
}

/* FOLLOW
.Follow {	
	background:url("https://pbs.twimg.com/profile_images/959092900708544512/v4Db9QRv_bigger.jpg")no-repeat center / contain;
	width: 50px;
	height: 50px;
	bottom: 9px;
	right: 20px;
	display:block;
	position:fixed;
	border-radius:50%;
	z-index:999;
	animation:  rotation 10s infinite linear;
}
*/

@-webkit-keyframes rotation {
		from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(359deg);
		}
}


/*===================== 
	Service Page 
=======================*/	
.service-pg {
	padding:3% 0;
}
.light-bg {	
	background: #f4f4f4;
	padding:3em 2em;
	border: #eee 1px solid;
}

/*===================== 
	Parts Page 
=======================*/	
.parts-pg {
	padding:3% 0;
}
.light-bg {	
	background: #f4f4f4;
	padding:3em 2em;
	border: #eee 1px solid;
}
.parts-list {
	display: inline-block;
	vertical-align: top;
	width: 31%;
	margin-right: 2%;
}
.parts-pics {
	text-align: center;
	margin-top: 2%;
}
.parts-pics img {
	width: 48.5%;
	display: inline-block;
	vertical-align: top;
}


/*===================== 
	FINANCING Page 
=======================*/	
.finance-pg {
	padding:3% 0;
}
.finance-btn {
	background: #95302e;
	padding: 1em 0;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	width: 35%;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	margin-top: 6%;
}

	
/*===================== 
	Inventory Page 
=======================*/	
#btnSearch {
		
}
.hosted-content #listings-title {
	
}
.btn, .btn-on-auction {
		
}
.inv-pg {
	padding:3% 0;
}
.inv-pg .container {
	background:#f4f4f4;
	border: #eee 1px solid;
	padding:2%;
}





/* ====================
	MOBILE SCREENS
=================================== */

@media screen and (max-width: 1650px) {
.wrap {
	max-width:70%;	
}
	
}

@media screen and (max-width: 1550px) {
.wrap {
	max-width:75%;	
}
	
}

@media screen and (max-width: 1400px) {
.wrap {
	max-width:80%;	
}
	
}

@media screen and (max-width: 1300px) {
.tagline, .social-media {
	font-size: 13px;
}
	
.wrap {
	max-width:85%;	
}
.staff-info-div {
	width:30%;	
}
	
.contact-box {	
	width: 58%;
	margin-right: 1%;
}
	
nav.primary ul li a {padding: 10px;}
	
}

@media screen and (max-width: 1100px) {
.dealer-login-btn {
	width: 65%;
	}
.parts-list {
	width:46%;
	}
	
	
.divfooter {
	width: 75%;
	}

}

@media screen and (max-width: 965px) {
.logo img {
	width:100%;
	max-width: 180px;
}
.wrap {
	max-width:90%;	
}
.staff-info-div {
	width:46%;	
}
.header-block {
	width:80%;
}
.contact-section h2 {
	width:80%;
}
.contact-divs {
	width:48%;
}

	
/* directions page */
.directions-pg .col-1-3 {
	width: 100%;
}
.company-info-div {
	padding:1em;
	width: 99%;
	margin: 1% 0;
}
.contact-box {	
	width: 95%;
	margin: 1% 0;
}
	
/* meet staff page */
.box {
	width:46%; 
}
	

/* Parts Page */
.parts-list {
	width: 100%;
}	
.parts-pics img {
	width: 100%;
	margin: 2% auto;
}

	
/* FINANCING Page */	
.finance-btn {
	width: 100%;
	margin: 1% 0;
	padding: 2% 0;
}	
	

/*==============================
	Mobile Nav Styles			
================================*/	
nav.primary {
	display:none;	
}
#menu-button { /* initially will need to be hidden */
	display: block;
	font-size: 25px;
	max-width: 100%;
	position: relative;
	z-index: 900;/* needs to be lower than nav.mobile, adjust as needed */
	padding:1% 0 1% 3%;
	background-color:#e8e8e9;
}
#menu-button a {
	color: #222;
	text-decoration: none;
	display:block;
	font-size: 24px;
}
nav.mobile {
	display: block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #333;
	z-index: 1200; /* 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: 20px;
	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: bold;
	line-height: 1;
	background: #222;
	color: #999;
	text-decoration: none;
	vertical-align: top;
}
nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
	color: #fff;
}
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	border-top: 1px solid #151515;
	border-bottom: 1px solid #454545;
	margin: 0;
	padding: 0;
}
nav.mobile ul li {
	border-top: 1px solid #454545;
	border-bottom: 1px solid #151515;
}
nav.mobile ul li a {
	position: relative;
	display: block;
	padding: 15px;
	font-size: 16px;
	color: #aaa;
	text-decoration: none;
	transition: .3s ease-in-out all;
}
nav.mobile ul li a:hover {
	background: #000;
	color: #fff;
}
nav.mobile ul li li a { /* appearance of the sub-level links */
	background: #444;
	position: relative;
	display: block;
	padding: 10px 10px 10px 15px;
	color: #ccc;
	text-decoration: 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: #fff;
	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/arrow.png) 10px 12px no-repeat;
	background-size: 45%;
	position: relative;
	display: block;
	float: right;
	margin: -44px 10px 0 0;
	cursor: pointer;
	z-index: 12399994;
	width: 40px;
	height: 40px;
	-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%;
}
}

@media screen and (max-width: 760px) {
.logo {
	width:35%;
	}
.contact-info {
	width: 60%;
	}
.tagline, .social-media {
	text-align: center;
	font-size: 11px;
	display: block;
	width: 100%;
	}
	
.wrap {
	max-width:95%;	
}	
	
.callouts {
	width: 49%;
	margin: 2.5px auto;
}	
.header-block {
	width:98%;
}
.header-block h1 {
	font-size: 25px;
	}
.mfg-logos img {
	width: 30%;
}
.contact-section h2 {
	width: 98%;
	font-size: 25px;
}
.contact-divs {
	width: 100%;
	padding: 1em 0;
}
	
/* Directions Page */
.directions-pg .col-1-3 {
	width:100%;
}
.staff-info-div {
	width:100%;
	text-align: center;
	font-size: 16px;
	padding: 2% 0;
}


/* Parts Page */
.parts-list {
	width: 100%;
	}

	
/* meet staff page */
.box {
	width:90%; 
}	
	

.dealer-login {
	width: 100%;
	text-align: left;
	margin: 2% auto;
	}
.dealer-login-btn {
	width: 100%;
	}
.divfooter {
	width: 95%;
	}
.footer-lists {
	width: 48%;
	margin: 2% auto;
	text-align: left;
	}

/*============================= 
	mobile btn styles 

.mobile-btns {
	display:inline-block;
	width:30%;
	background:#222;	
}
==============================*/	
	
/*==============================
	Mobile Nav Styles			
================================*/	
nav.primary {
	display:none;	
}
#menu-button { /* initially will need to be hidden */
	display: block;
	font-size: 25px;
	max-width: 100%;
	position: relative;
	z-index: 900;/* needs to be lower than nav.mobile, adjust as needed */
	padding:1% 0 1% 3%;
	background-color:#e8e8e9;
}
#menu-button a {
	color: #222;
	text-decoration: none;
	display:block;
}
nav.mobile {
	display: block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #333;
	z-index: 1200; /* 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: 20px;
	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: bold;
	line-height: 1;
	background: #222;
	color: #999;
	text-decoration: none;
	vertical-align: top;
}
nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
	color: #fff;
}
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	border-top: 1px solid #151515;
	border-bottom: 1px solid #454545;
	margin: 0;
	padding: 0;
}
nav.mobile ul li {
	border-top: 1px solid #454545;
	border-bottom: 1px solid #151515;
}
nav.mobile ul li a {
	position: relative;
	display: block;
	padding: 10px;
	color: #999;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all.3s ease-in-out;
}
nav.mobile ul li a:hover {
	background: #000;
	color: #fff;
}
nav.mobile ul li li a { /* appearance of the sub-level links */
	background: #444;
	position: relative;
	display: block;
	padding: 10px 10px 10px 15px;
	color: #ccc;
	text-decoration: 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: #fff;
	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/arrow.png) 10px 12px no-repeat;
	background-size: 45%;
	position: relative;
	display: block;
	float: right;
	margin: -44px 10px 0 0;
	cursor: pointer;
	z-index: 12399994;
	width: 40px;
	height: 40px;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all.3s ease-in-out;
}
nav.mobile ul li span.click:hover {
	background-size: 60%;
}
}

@media screen and (max-width: 480px) {
	header .wrap {flex-direction: column;}
	.logo {width: 70%; text-align: center;}
	.contact-info {width: 100%; font-size: 16px; text-align: center;}
}
	
