﻿
/*===================== 
	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 {
    margin: 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;
	}
	h1 {font-size: 2em;}

p {
	margin: 0;
	/* padding: 0px 11px 0px 53px; */
	}

b, strong {
    font-weight: bold;
	}

/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/
	}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
	color: #000;
	text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: #ccc;
		}  

/*===================== 
	header styles 
=======================*/

header {
	margin: 0 auto;
	width: 100%;
	padding-bottom:1%;
	}
.header-bg {
	background:url(../siteart/nav-bg-img-yellow.png) no-repeat;
	background-position:center;
	background-size:cover;
	border-bottom:20px #000 solid;
}
.logo {
	width: 15%;
	display: inline-block;
	vertical-align: middle;
	margin: 1% 0 0 3%;
}
.logo img {
	width: 85%;
	text-align: center;
	margin: 0 auto;
	display: block;
}

.mobile-inventory-btn {
	display: none;
}
.nav-placement {
	width:80%;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
}


	


/*===================== 
	nav styles 
=======================*/
nav.mobile {
	display:none;	
} 
#menu-button {
	display:none;	
}
/* --------------- */
nav.primary {
	width:100%;
	display: inline-block;
	vertical-align: middle;
	}
	nav.primary ul {
		margin: 0;
		padding:0;
		}
		nav.primary ul li {
			display:inline-block;
			width: 160px;
			}
			nav.primary ul li a {
				color:#000;
				display:block;
				padding:90px 8px 9px 8px;
				font-weight:bold;
				font-size:12px;
				border:3px #000 solid;
				margin:0 2px;
				text-align:center;
				}	
			nav.primary ul li a:hover {
				color:#fff;
				display:block;
				margin:0 2px;
				text-align:center;
				}

nav.primary ul li a#home {
	background:url(../siteart/home-cion.png) no-repeat;
	background-position: 53px 18px;
	background-size:30%;
}
nav.primary ul li a#inventory {
	background:url(../siteart/truck-icon.png) no-repeat;
	background-position: 53px 22px;
	background-size:28%;
}
nav.primary ul li a#construction {
	background:url("../siteart/construction-icon.png") no-repeat;
	background-position: 50px 19px;
	background-size:35%;
}
nav.primary ul li a#auction {
	background:url(../siteart/auction-icon.png) no-repeat;
	background-position: 53px 18px;
	background-size:30%;
}
nav.primary ul li a#about {
	background:url(../siteart/info-icon.png) no-repeat;
	background-position: 53px 17px;
	background-size:30%;
}
nav.primary ul li a#bishop {
	background:url(../siteart/trailer-icon.png) no-repeat;
	background-position:30px -10px;
	background-size:55%;
	padding: 77px 10px 10px 10px;
}
nav.primary ul li a#financing {
	background:url(../siteart/financing-icon.png) no-repeat;
	background-position: 53px 17px;
	background-size:30%;
}
nav.primary ul li a#contact {
	background:url(../siteart/email-icon.png) no-repeat;
	background-position:53px 17px;
	background-size:29%;
}
nav.primary ul li a#special {
	background:url(../siteart/truck-icon.png) no-repeat;
	background-position: 53px 22px;
	background-size:28%;
	padding: 78px 8px 12px 8px;
}

/* hover */
nav.primary ul li a#home:hover {
	background:url(../siteart/home-cion-hover-white.png) no-repeat;
	background-position: 53px 18px;
	background-size:30%;
}
nav.primary ul li a#inventory:hover {
	background:url(../siteart/truck-icon-hover-white.png) no-repeat;
	background-position: 53px 22px;
	background-size:28%;
}
nav.primary ul li a#construction:hover {
	background:url("../siteart/construction-icon-hover.png") no-repeat;
	background-position: 50px 19px;
	background-size:35%;
}
nav.primary ul li a#auction:hover {
	background:url(../siteart/auction-hover-white.png) no-repeat;
	background-position: 53px 18px;
	background-size:30%;
}
nav.primary ul li a#about:hover {
	background:url(../siteart/info-hover-white.png) no-repeat;
	background-position: 53px 17px;
	background-size:30%;
}
nav.primary ul li a#bishop:hover {
	background:url(../siteart/trailer-icon-hover-white.png) no-repeat;
	background-position:30px -10px;
	background-size:55%;
	padding: 77px 10px 10px 10px;
}
nav.primary ul li a#financing:hover {
	background:url(../siteart/financing-icon-hover-white.png) no-repeat;
	background-position: 53px 17px;
	background-size:30%;
}
nav.primary ul li a#contact:hover {
	background:url(../siteart/email-icon-hover-white.png) no-repeat;
	background-position:53px 17px;
	background-size:29%;
}
nav.primary ul li a#special:hover {
	background:url(../siteart/truck-icon-hover-white.png) no-repeat;
	background-position: 53px 22px;
	background-size:28%;
	padding: 78px 8px 12px 8px;
}

/*===================== 
	mobile btns styles 
=======================*/
.mobile-btns {
	display:none;	
}


/*===================== 
	slideshow styles 
=======================*/
.cycle-slideshow {
	width: 100%;
	/*margin-top:-70px; */
	position:relative;
}
.cycle-slideshow img {
	width: 100%;
	height: 100%;
}

/* prev / next links */
.cycle-prev, .cycle-next { position: absolute; top: 0; width: 30%; opacity: 0; filter: alpha(opacity=0); z-index: 800; height: 100%; cursor: pointer; }
.cycle-prev { left: 0;  background: url(http://malsup.github.com/images/left.png) 50% 50% no-repeat;}
.cycle-next { right: 0; background: url(http://malsup.github.com/images/right.png) 50% 50% no-repeat;}
.cycle-prev:hover, .cycle-next:hover { opacity: .7; filter: alpha(opacity=70) }

.disabled { opacity: .5; filter:alpha(opacity=50); }


/*===================== 
	banner styles 
=======================*/

.banner {
	background-color:#efb63e;
}

/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
	padding:2% 0;
    overflow:hidden;
}
.scrolling{
    width:100%;
    height:92px;
}
/*===================== 
	layout styles 
=======================*/

.left {float: left;}
.right {float: right;}

.wrap {
	width:60%;
	margin: 0 auto;
}

.wrap.footer {
	width:80%;
}
.wrap.footer .col-1-3 {
	width:23%;
}

.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%;}

.col-1-3.streamline img{
	float:left;
	max-width:100%;
}

/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
	background-color:#000;
	}
.footer-links-span {
	background-color:#222;
	text-align:center;
	color:#fff;
	padding:1% 0;	
}
.footer-links-span h3 {
	color:#efb63e;	
}
.footer-links-span ul li {
	display:inline;	
}
.footer-links-span ul li a {
	color:#fff;
	padding:0px 15px 0px 0px;
}
.footer-links-span ul li a:hover {
	color:#efb63e;
}

a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:13px;
	color: #fff;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:13px;
		color: #efb63e;
		}

.footertext {
	font-size:13px; 
	color:#fff;
	}

.smallfootertext {
	font-size:10px; 
	color:#fff;
	}

.divfooter {
	width:55%;
	padding:2% 0; 
	text-align:center; 
	margin:0 auto;
	color:#FFFFFF;
	}


/* =========================
	Home Page
========================= */

.hero-img {
	background-position:center;	
	background-size:cover;
	width:100%;
}
.home-para {
	padding:5% 0;
	text-align:center;
	line-height:30px;
	/* background-color:#f6f5f0; */
}
.home-para h1 {
	font-size:30px;
	color:#dfa528;
	padding-bottom:2%;
}
.contact {
	background-color:#dfa528;
	padding:4% 0;	
	text-align: center;
}
.contact .col-1-3 { 
	width:23%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-weight: bold;
	padding: 0 2% 1% 0;
}
.contact .col-1-3 img {
	text-align: center;
	margin: 0 auto;
	display: block;
}
.contact .col-1-3 p {
	text-align: center;
	padding: 5% 0 0 0;
}
.contact .col-2-3 { 
	width:70%;
	float:left;
}

.google-search {
	margin-top:5%;
}
.google-search input {
	width: 43%;
	padding:14px 5px;
	vertical-align:middle;
}
.google-search input.google-btn {
	background: transparent;
	box-shadow: none;
	border: #dfa528 2px solid;
	color: #222;
	padding: 12px 5px;
	font-size:16px;
	width:20%;
}
.google-search input.google-btn:hover {
	background:#dfa528;
	color:#f7f7f7;
}

.black-text{
	color: black;
}


/* =========================
	About Page
========================= */
.about-para {
	padding:10% 0;
	text-align:center;
	line-height:30px;
	/* background-color:#f6f5f0; */
}
.about-para h2 {
	font-size:30px;
	color:#dfa528;
	padding-bottom:2%;
}

/* =========================
	financing Page
========================= */
.financing-para {
	padding:5% 0;
	text-align:center;
	line-height:30px;
	/* background-color:#f6f5f0; */
}
.financing-para h2 {
	font-size:30px;
	color:#dfa528;
	padding-bottom:2%;
}

.financing-options{display: inline-block; width: 49%;}
.financing-options img{width: 100%;}
/* =========================
	Contact Page
========================= */
.contact-pg-info {
	/* background-color:#f6f5f0;*/
	padding:3% 0;
}
.contact-span .col-1-3 {
	float:left;	
	text-align:center;
}
.contact-span .col-1-3 p {
	text-align: center;
	padding: 5% 0 0 0;
}
.contact-span .col-1-3 a {
	color:#000;
}
.contact-span .col-1-3 a:hover {
	color:#dfa528;
}

.currency-logo{
	border: 1px #424242 solid;
	padding: 12px;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
}

.currency-logo a {
  display: inline-block;
}

.currency-logo img {
  max-width: 100%;
  height: auto;
  display: block;
	margin-inline: auto;
}


/*===================== 
	Inventory styles 
=======================*/

.body-content .body-wrapper {padding:2% 0;}

/*----View Details Button----*/
.view-listing-details-link {background:#efb63e !important; color: #333 !important;}
.view-listing-details-link:hover {background:#000 !important; color: #fff !important;}

/*----Price----*/
.listing-main-stats .price {color:#000 !important;}

/*------- Faceted Search------*/
.faceted-search-content .selected-facets-container .selected-facet{background: #efb63e !important; color:#333 !important;}

/*------------------------------Compare Page---------------------------------*/
.cs-btns a{
	background:#000 !important; color:#333 !important;
}
.cs-btns a:hover{
	background:#efb63e !important; color:#fff !important;
}





/* =================================================
				Media Screens
================================================= */
@media screen and (max-width: 1680px) {
header {
    padding: .75% 0;
}
.logo {
	width: 11%;
	margin: 0;
} 
.logo img {
	width: 95%;
}
.nav-placement {
	width: 87%;
}
}

@media screen and (max-width: 1600px) {
.logo {
	width: 12%;
	margin: 0%;
} 
.logo img {
	width: 95%;
}
.nav-placement {
	width: 87%;
}
header {
    padding: .75% 0;
	 margin: 0 auto;
	width: 100%;
}
	
.wrap.footer {
	text-align: center;
}
.wrap.footer .col-1-3 {
	width:31%;
}
	

}

@media screen and (max-width: 1515px) {
.logo {
	width: 15%;
}
.nav-placement {
    width: 99%;
	text-align: left;
}
/*
nav.primary ul li {
    display: inline-block;
    width: 157px;
}
nav.primary ul li a#bishop {
    background: url(../siteart/trailer-icon.png) no-repeat;
    background-position: 26px -28px;
    background-size: 65%;
    padding: 66px 10px 15px 10px;
}
nav.primary ul li a#bishop:hover {
    background:url(../siteart/trailer-icon-hover-white.png) no-repeat;
    background-position: 26px -28px;
    background-size: 65%;
    padding: 66px 10px 15px 10px;
} */ 
	
	
}

@media screen and (max-width: 1425px) {
/* nav.primary ul li a#bishop {
    background: url(../siteart/trailer-icon.png) no-repeat;
    background-position: 24px -28px;
    background-size: 65%;
    padding: 80px -1px 15px 10px;
}
nav.primary ul li a#bishop:hover {
    background:url(../siteart/trailer-icon-hover-white.png) no-repeat;
    background-position: 30px -28px;
    background-size: 65%;
     padding: 80px 10px 15px 10px; 
}*/
}

@media screen and (max-width:1340px) {
.logo {
	text-align: center;	
	margin: 0 auto;
	display: block;
}
.nav-placement {
	width: 100%;
	text-align: center;
	margin-top: 1%;
}
nav.primary {
    width: 100%;
    margin-top: 2%;	
	text-align: center;
}
nav.primary ul li {
    display: inline-block;
    width: 155px;
}
nav.primary ul li a#bishop {
	padding:63px 10px 10px 10px;
}
nav.primary ul li a#bishop:hover {
	padding:63px 10px 10px 10px;
}
nav.primary ul li a#special {
    background: url(../siteart/truck-icon.png) no-repeat;
    background-position: 49px 10px;
    background-size: 35%;
    padding:77px 10px 10px 10px;
}
nav.primary ul li a#special:hover {
    background:url(../siteart/truck-icon-hover-white.png) no-repeat;
    background-position: 52px 10px;
    background-size: 35%;
    padding:77px 10px 10px 10px;
}
nav.primary ul li a#inventory {
	background:url(../siteart/truck-icon.png) no-repeat;
	background-position: 46px 13px;
	background-size:35%;
}
nav.primary ul li a#inventory:hover {
    background:url(../siteart/truck-icon-hover-white.png) no-repeat;
    background-position: 46px 13px;
    background-size: 35%;
    
}
}

@media screen and (max-width: 1315px) {
.logo  {
    width: 15%;
}
.nav-placement {
	width: 100%;
	text-align: center;
	margin-top: 2%;
}
nav.primary ul li {
    display: inline-block;
    width: 141px;
}
nav.primary ul li a {
    color: #000;
    display: block;
    padding: 80px 10px 15px 10px;
    font-weight: bold;
    font-size: 12px;
    border: 4px #000 solid;
    margin: 0 2px;
    text-align: center;
}
nav.primary ul li a:hover {
    color:#fff;
    display: block;
    padding: 80px 10px 15px 10px;
    font-weight: bold;
    font-size: 12px;
    border: 4px #000 solid;
    margin: 0 2px;
    text-align: center;
}
nav.primary ul li a#home {
    background: url(../siteart/home-cion.png) no-repeat;
    background-position: 35px 4px;
    background-size: 45%;
}
nav.primary ul li a#home:hover {
    background:url(../siteart/home-cion-hover-white.png) no-repeat;
    background-position: 35px 4px;
    background-size: 45%;
}
nav.primary ul li a#about {
    background: url(../siteart/info-icon.png) no-repeat;
    background-position: 38px 13px;
    background-size: 40%;
}
nav.primary ul li a#about:hover {
    background:url(../siteart/info-hover-white.png) no-repeat;
    background-position: 38px 13px;
    background-size: 40%;
}
nav.primary ul li a#bishop {
    background: url(../siteart/trailer-icon.png) no-repeat;
    background-position: 20px -14px;
    background-size: 65%;
    padding: 66px 0px 15px 1px;
}
nav.primary ul li a#bishop:hover {
    background:url(../siteart/trailer-icon-hover-white.png) no-repeat;
    background-position: 20px -14px;
    background-size: 65%;
    padding: 66px 0px 15px 1px;
}
nav.primary ul li a#financing {
    background: url(../siteart/financing-icon.png) no-repeat;
    background-position: 39px 13px;
    background-size: 40%;
}
nav.primary ul li a#financing:hover {
    background:url(../siteart/financing-icon-hover-white.png) no-repeat;
    background-position: 39px 13px;
    background-size: 40%;
}
nav.primary ul li a#contact {
    background: url(../siteart/email-icon.png) no-repeat;
    background-position: 38px 14px;
    background-size: 40%;
}
nav.primary ul li a#contact:hover {
    background:url(../siteart/email-icon-hover-white.png) no-repeat;
    background-position: 38px 14px;
    background-size: 40%;
}
nav.primary ul li a#special {
    background: url(../siteart/truck-icon.png) no-repeat;
    background-position: 42px 10px;
    background-size: 35%;
    padding: 66px 15px 15px 15px;
}
nav.primary ul li a#special:hover {
    background:url(../siteart/truck-icon-hover-white.png) no-repeat;
    background-position: 42px 10px;
    background-size: 35%;
    padding: 66px 15px 15px 15px;
}
}


@media screen and (max-width: 1215px) {
.logo {
    width: 45%;
	margin: 0 auto;
	display: inline-block;
	text-align: center;
}
.logo img {
    width: 75%;
	margin: 0 auto;
	display: inline-block;
	text-align: center;
}
.mobile-inventory-btn {
	display:none;
	vertical-align: middle;
	width: 45%;
	font-weight:bold;
	font-size: 14px;
	text-align:center;
	border: 3px solid #111;
	padding: 1% .5%;
}
.mobile-inventory-btn a:hover {
	color: #fff;
}	
	
.wrap {
    width: 80%;
    margin: 0 auto;
}
.google-search input {
	width: 66%;
}
.google-search input.google-btn {
	width: 30%;
}

    
/*============================= 
	mobile btn styles 
==============================*/	
.mobilebtn-div {
    text-align: center;
    width: 100%;
}
.mobile-btns {
	display:inline-block;
	width:49.7%;
	background:#2b2b2b;	
    color: #fff;
    font-weight: bold;
    padding: 1.5% 0;
    border: 1px solid #333;
    text-align: center;
}
.mobile-btns:hover {
    background:#333;
}
	
/*==============================
	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: 2% 0 2% 3%;
	background-color:#222;
}
#menu-button a {
	color: #fff;
	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 hover */
	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;
}
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: 1060px) {

.header-bg {
	background-position:center;
	background-size:cover;
	border:none;
}
header {
	padding:0;	
}
.logo img {
    width: 50%;
	display: inline-block;
	vertical-align: middle;
    margin: 2% auto;
	text-align: left;
    padding: 0 2%;
}	
	
.contact .col-1-3 {
    width: 40%;
	float:none;
	margin:0 auto 2% auto;
}
.contact .col-2-3 {
    width: 100%;
    float: none;
}
	
.contact .col-1-3 img {
	width: 45%;
	margin: 0 auto;
}
.contact .streamline img {
	width: 98%;
	margin: 0 auto;
}

.wrap.footer .col-1-3 {
	width:47%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

} 


@media screen and (max-width: 760px) {

.financing-options{display: block; width: 100%;}	
	
.wrap {
	width:95%;	
}
.header-bg {
	background-position:center;
	background-size:cover;
	border:none;
}
.logo {
    width: 100%;
	text-align: center;
	display: block;
}	
.logo img {
	width: 50%;
}
/* .mobile-inventory-btn {
	width: 85%;
	text-align: center;
	margin: 0 auto;
	display: none;
	padding: 2% 0;
} */
    
/*============================= 
	mobile btn styles 
==============================*/	
.mobilebtn-div {
    text-align: center;
    width: 100%;
}
.mobile-btns {
	display:inline-block;
	width:49%;
	background:#2b2b2b;	
    color: #fff;
    font-weight: bold;
    padding: 1.5% 0;
    border: 1px solid #333;
    text-align: center;
}
.mobile-btns:hover {
    background:#333;
}

.home-para h1 {
	font-size:25px;	
}
.google-search {
	text-align: center;
	width: 100%;
}
.google-search input {
	width: 95%;
	display:block;
	text-align: center;
	margin: 2% auto;
}
.google-search input.google-btn {
	width: 75%;
}
	
.contact .col-1-3 {
	float:none;
	width:95%;	
	text-align: center;
	display: block;
	margin:0 auto;
	font-size: 16px;
}
.contact .col-2-3 {
	float:none;
	width:90%;	
	margin:2% auto;
}
.wrap.footer .col-1-3 {
	width: 100%;
	display: block;
	margin: 2% auto;
	text-align: center;
}
.footer-links-span {
	font-size:14px;	
	line-height:20px;
}
.footer-links-span ul {
	padding: 0;
	margin: 0;
}
.footer-links-span ul li a {
	color:#fff;
	padding:10px 10px ;
}
.divfooter {
	width:90%;
	padding:2% 0; 
	text-align:center; 
	margin:0 auto;
	color:#FFFFFF;
}
.about-para h2 {
	font-size:25px;
	color:#dfa528;
	padding-bottom:2%;
	text-align: center;
}


.scrolling-wrap {
    width:100%;
    height:90px;
	padding:5% 0;
    overflow:hidden;
}


.contact-span .col-1-3 {
    float: none;
    text-align: center;
}
.col-1-3 {
    width: 90%;
    margin: 0 auto;
}
.contact-span .col-1-3 p {
    padding-top: 5%;
    margin-bottom: 15%;
}
}

@media screen and (max-width: 550px) {	

	
div.absolute a {
	background-image:none;
	position:absolute;
	/* top: 6px;
	right: 6px;
	width: 20%; */
	border: 2px solid #111;
	/* padding: 12px 3px 9px 9px; */
	font-weight:bold;
	/* font-size: 14px; */
	text-align:center;
}

.absolute a:hover {
	background-image:none;
	color: #fff;
}	

}

@media screen and (max-width: 400px) {	
.wrap {
	max-width: 100%;
	}
div.absolute a {
	background-image:none;
	position:absolute;
	/* top: 6px;
	right: 6px;
	width: 20%; */
	border: 2px solid #111;
	/* padding: 12px 3px 9px 9px; */
	font-weight:bold;
	/* font-size: 14px; */
	text-align:center;
}

.absolute a:hover {
	background-image:none;
	color: #fff;

}	
	
.contact .col-1-3 img {
	width: 35%;
}
.contact .streamline img {
	width:100%;
}
.contact .col-1-3 {
	margin: 2% auto;
	display: block;
}
/* p {
	margin:0 auto;
	text-align:center;
	padding:0 0 0 0;
} */

    
/*============================= 
	mobile btn styles 
==============================*/	
.mobilebtn-div {
    text-align: center;
    width: 100%;
}
.mobile-btns {
	display:inline-block;
	width:99%;
	background:#2b2b2b;	
    color: #fff;
    font-weight: bold;
    padding: 2.5% 0;
    border: 1px solid #333;
    text-align: center;
}
.mobile-btns:hover {
    background:#333;
}
    
/*==============================
	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: 2% 0 2% 3%;
	background-color:#222;
}
#menu-button a {
	color: #fff;
	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;
}
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%;
}
}
