﻿/*===================== 
	Color information
	
	- Light Blue: #6dc6e7;
	- Darker Blue: #2885b3;
	- Light Blue-Gray Tint: #e6ecf5;
	-
		 
=======================*/
/*===================== 
	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%;}


/*===================== 
		Fonts
=======================*/

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 10, 2015 */

@font-face {
    font-family: 'quanticobold';
    src: url('../webfonts/Quantico-Bold-webfont.eot');
    src: url('../webfonts/Quantico-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/Quantico-Bold-webfont.woff') format('woff'),
         url('../webfonts/Quantico-Bold-webfont.ttf') format('truetype'),
         url('../webfonts/Quantico-Bold-webfont.svg#quanticobold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'quanticobold_italic';
    src: url('../webfonts/Quantico-BoldItalic-webfont.eot');
    src: url('../webfonts/Quantico-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/Quantico-BoldItalic-webfont.woff') format('woff'),
         url('../webfonts/Quantico-BoldItalic-webfont.ttf') format('truetype'),
         url('../webfonts/Quantico-BoldItalic-webfont.svg#quanticobold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'quanticoitalic';
    src: url('../webfonts/Quantico-Italic-webfont.eot');
    src: url('../webfonts/Quantico-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/Quantico-Italic-webfont.woff') format('woff'),
         url('../webfonts/Quantico-Italic-webfont.ttf') format('truetype'),
         url('../webfonts/Quantico-Italic-webfont.svg#quanticoitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'quanticoregular';
    src: url('../webfonts/Quantico-Regular-webfont.eot');
    src: url('../webfonts/Quantico-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/Quantico-Regular-webfont.woff') format('woff'),
         url('../webfonts/Quantico-Regular-webfont.ttf') format('truetype'),
         url('../webfonts/Quantico-Regular-webfont.svg#quanticoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'oswaldbold';
    src: url('../webfonts/oswald-bold-webfont.eot');
    src: url('../webfonts/oswald-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/oswald-bold-webfont.woff2') format('woff2'),
         url('../webfonts/oswald-bold-webfont.woff') format('woff'),
         url('../webfonts/oswald-bold-webfont.ttf') format('truetype'),
         url('../webfonts/oswald-bold-webfont.svg#oswaldbold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'oswaldlight';
    src: url('../webfonts/oswald-light-webfont.eot');
    src: url('../webfonts/oswald-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/oswald-light-webfont.woff2') format('woff2'),
         url('../webfonts/oswald-light-webfont.woff') format('woff'),
         url('../webfonts/oswald-light-webfont.ttf') format('truetype'),
         url('../webfonts/oswald-light-webfont.svg#oswaldlight') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'oswaldmedium';
    src: url('../webfonts/oswald-medium-webfont.eot');
    src: url('../webfonts/oswald-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/oswald-medium-webfont.woff2') format('woff2'),
         url('../webfonts/oswald-medium-webfont.woff') format('woff'),
         url('../webfonts/oswald-medium-webfont.ttf') format('truetype'),
         url('../webfonts/oswald-medium-webfont.svg#oswaldmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'oswald_regularregular';
    src: url('../webfonts/oswald-regular-webfont.eot');
    src: url('../webfonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/oswald-regular-webfont.woff2') format('woff2'),
         url('../webfonts/oswald-regular-webfont.woff') format('woff'),
         url('../webfonts/oswald-regular-webfont.ttf') format('truetype'),
         url('../webfonts/oswald-regular-webfont.svg#oswald_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
    font-family: 'Montserrat', sans-serif;
	font-weight:400;
    margin: 0;
	padding:0;
	background:#000
	}

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; max-width:100%;} 
	
/*===================== 
	typography 
=======================*/
.no-exact-matches {color:#000;}
.list-top-section .list-listings-count {color: #3C4FDA!important;}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
	font-weight:700;
	margin: 0 0 0 0;
	padding:0 0 2% 0;
	line-height:1em;
	color:#fff;
	text-transform:uppercase;
	}
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size:24px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 16px;
	}
	h5 {
		font-size: 14px;
	}

p {
    font-family: 'Montserrat', sans-serif;
	font-weight:400;
	padding: 0 0 2% 0;
	font-size:16px;
	line-height:1.4em;
	margin: 0;
	color:#fff;
	}
strong{font-family: 'Montserrat', sans-serif;font-weight:700;}

.page-header{border-bottom:#23a4ba 4px solid;margin-bottom:4%;}

/*===================== 
	link styles 
=======================*/

a.link:focus {outline: thin dotted;/*reset*/
	}
	
a {
    text-decoration:underline;
	color:inherit;
}

a:hover  {
	text-decoration: none;
	color: #23a4ba;
	} 
	
	
.appbutton{}
.appbutton a{background:#38b749; padding:5px 10px;color:#fff; border-radius:3px;}
.appbutton a:hover{background:#262626; padding:5px 10px;color:#fff; border-radius:3px;}

a.hero-button {
	display: inline-block;
	font-size: 14px;
	text-align: center;
    background: #01ac5f;
	color:#000;
    padding: 15px 25px;
	text-shadow: none;
	margin: 0 20px;
	text-decoration: none;
}
a.hero-button:hover{
	color: #fff;
	background: #23a4ba;
}

.btn-1 {
	background:#23a4ba;
	color:#fff;
	text-align: center;
	padding:10px;
	box-sizing: border-box;
	max-width: 200px;
	width:100%;
	margin:20px auto;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	display: block;
	position: relative;
}
.btn-1:hover {
	background:#01ac5f;
	color:#fff;
}
 

#red-border-button{
	color: white;
	font-weight: bolder;
	text-decoration:none;
	display: flex;
	justify-content: center;
	padding: 20px 0;
}

#red-border-button:hover{
	color:#DDDDDD;
}
/*===================== 
	list styles 
=======================*/
ul.list{
	margin:0;
	padding: 0 0 5% 7%;
}
ul.list li{
	font-size:16px;
}

/*===================== 
	header styles 
=======================*/
.topbar{background:#231f20; padding:2px 0;font-size:14px;color:#fff;}
.topbar p{padding:0 0 0 0;}
.topbar i{margin-right:5px;}
.topbar ul{list-style:none;}
.topbar ul li{float:left;padding:7px 40px 7px 0;}
.topbar ul li:last-child{float:right;padding:7px 0 7px 0;}

header{width:100%;margin:0;padding:20px 0;background:#e1e1e1 url(../siteart/headerbg.jpg) top center repeat-x;}

.headerwrap{width:96%;max-width:1170px;margin:0 auto;}
.logo{}
.logo img{height:80px; width:auto;}
.address{padding:0 20px;}
.address p{margin-bottom:4px;}

.parallax-v1 {
	background:url("../siteart/hero1.jpg") no-repeat;
	background-size: cover;
	position: fixed;
	padding: 40px 10%;
	text-align: center;
	box-sizing: border-box;
	width:100%;
}
.parallax-v1 img {
	max-width: 270px;
	height: auto;
	display: block;
	margin:0 auto;
}


/*===================== 
	nav styles 
=======================*/
/* see menumaker.css for additional nav styles */

/*Needed for Parallax*/
.parallax-window1 {
	padding:70px 10%;
	text-align:center;
    background: transparent;
}

.parallax-window2 {
	padding:40px 10%;
	text-align:center;
    background: transparent;
}

.parallax-window2 img {
	max-height:200px;

}

/*Needed for Parallax*/


/*===================== 
	content styles 
=======================*/
.wrapper{width:96%;max-width:1170px;margin:0 auto;padding:0;}
.container{width:100%;max-width:1230px;margin:0 auto;}

.banner {
margin:0px auto;
width:100%;
background-repeat:no-repeat;
background-position:center center;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
color:#fff;
background-color:#111111;
border-bottom:#262626 1px solid;
text-align:center;
padding:2% 0;
}
.banner img{max-height:200px;width:auto;height:auto;max-width:50%;}
.banner .padit{padding:2% 0;}

.banner-1 {
	padding:20px;
	background:#fff;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	max-width: 650px;
	border:#01ac5f solid 4px;
	margin:0 auto 20px auto;
	border-radius: 20px;
	box-shadow: 0 0 10px 10px rgba(255,255,255,0.7);
}
.banner-1 h2, .banner-1 p {
	text-align: center;
	color:#000;
}

	
/*===================== 
	slideshow styles 
=======================*/
.slides{background:url(../siteart/concrete_wall.png) repeat;padding:0;color:#fff;position:relative;}

.cycle-slideshow{box-shadow: 0px 2px 5px 1px rgba(0,0,0,.75);}
.cycle-slideshow img{
	width:100%;
}

/* pager */
.cycle-pager { 
    text-align: center; width: 100%; z-index: 500; position: absolute; bottom: 10px; overflow: hidden;display:none;
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
    display: inline-block; color: #ddd; cursor: pointer; transition: all .5s ease-in-out; 
}
.cycle-pager span.cycle-pager-active { color:#2885b3;}
.cycle-pager > * { cursor: pointer;}


/*===================== 
	Form styles 
=======================*/

/*control the Captcha */
.CaptchaPanel {
margin:0 0 0 0 !important;
padding:0 0 0 0 !important;
text-align: center;
line-height:normal !important;
}

.CaptchaImagePanel {
margin:0 0 0 0;
padding:0 0 0 0;
}

.CaptchaMessagePanel {
padding:0 0 0 0 !important;
margin:0 0 0 0 !important;
font-weight:normal !important;
font-size:12px;
line-height:14px;
}

.CaptchaAnswerPanel {
margin:0 0 0 0;
padding:2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 0 0;
	padding:8px 0 8px 0 !important;
}
.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 
        



.field {margin:6px;}
.field-half {float:left; width:calc(50% - 12px); margin:6px;}
.field-third {float:left; width:calc(33.33% - 12px); margin:6px;}

#formpage { vertical-align:top; margin: 0 auto;  text-align:center;
display: flex;
    flex-wrap: wrap;    justify-content: center;
}

#formpage div {
	vertical-align:top;
	padding: 5px 0;
	color: #000;	
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px; text-align: left;
	flex-basis: 100%;
    flex-grow: 1;box-sizing: border-box;width: 100%:

}

#formpage input {
	padding:10px !important;
	border:1px solid #8e8d8d;
	font-size:13px;
	background:#fff;
	box-sizing: border-box;
	
}

#formpage textarea {
	padding:10px !important;
	border:1px solid #8e8d8d;
	font-weight: 700;
	color:#000;
	font-size:12px;
	background:#fff;
	margin-top: 5px;
	
	
}

/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#formpage select {
    border: 1px solid #8e8d8d;
    color: #202e3b;
    vertical-align: middle;
    font-size: 16px;
    line-height: normal;
    padding: 8px;
	line-height: 2 !important;
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
}

.formfield {
	flex-basis: 30% !important;
    flex-grow: 1;
	display:inline-block; 
	margin-right: 12px; 
	margin-top: 10px;
	color: #000;
	text-align:left;
	font-family: 'Roboto Condensed', sans-serif;
	
}
#formpage input  {
    width:100%;
}
 
#formpage input.larger  {
    width:100%;
}

#formpage textarea {
    width:100%;
    height:85px;
	font-family: 'Roboto Condensed', sans-serif;
	box-sizing: border-box;
	padding: 10px !important;
}

#formpage input.radio {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:15px;
    height:15px;
    display:inline;
	
 }

/* focus states of various types of fields */
#formpage a {color:#FFFFFF; font-style: italic; font-weight: bold; letter-spacing: 1px;margin-top: 15px;}
#formpage a:hover {color:#C1C1C1; font-style: italic; font-weight: bold; letter-spacing: 1px; text-decoration: underline}
#formpage input:focus,
#formpage textarea:focus,
#formpage select:focus {
	background:#F4F4F4; 
	color:#000;
	border:1px solid #abacac;
	outline-style:none;
}
#formpage input.radio:focus,
#formpage input.checkbox:focus {
	background:none; 
	border:0;
	outline-style:none;
}

#formpage input.blue-buttons,
#formpage input.blue-buttons:focus,form input.blue-buttons,
form input.blue-buttons:focus {
    width:115px;
    margin:0;
    background: #af1616; /* For browsers that do not support gradients */
    line-height:18px;
	font-size: 16px;
    color:#fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
	letter-spacing:1px;
	border: none !important;
	padding: 10px 10px;
	cursor: pointer;
}
#formpage input.blue-buttons:hover {
	width:115px;
    margin:0;
    background: #000;
    color:#fff;
}

/* for plain text next to an input field, if not using a table structure */
#formpage label{
	color:#FFFFFF;
    font-size:16px;
    text-align:left;font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
	
}
#formpage label.basic {
    color:#FFFFFF;
    font-size:13px;
    text-align:left;
	padding:10px 10px;
} 
#formpage .check-container {display: inline-block; text-align: left; margin: 0;}
#formpage .check-container input[type="checkbox"]{display: inline-block; width:20px !important;}
	
.CaptchaMessagePanel,.CaptchaWhatsThisPanel {
	text-align: center !important;
}










/* Containers */



.form-info-cont {
	width: 100%;
	box-sizing: border-box;
}
.form-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.form-inline-1 {
	display: flex;
	flex-wrap: wrap;
}
.thankyou-container {
	width:100%;
	box-sizing: border-box;
	padding:30px 10% 10% 10%;
	margin-top:0;
}

/* Inputs */

.radio-pad {
	padding: 0 0 0 10px;
}

.form-info-cont input, .form-info-cont date, .form-info-cont select {
	width: 100%;
	display: block;
	padding: 5px 0 5px 5px;
	font-size: 17px;
	margin:  0 0 15px 0;
	box-sizing: border-box;
}
.form-info-checkbox input[type="checkbox"] {
	padding: 5px 0 5px 5px;
	margin:  0 0 15px 0;
	box-sizing: border-box;
}
.form-info-cont textarea {
	width: 100%;
	display: block;
	padding: 5px;
	font-size: 17px;
	min-height: 120px;
	box-sizing: border-box;
	margin:  0 0 15px 0;
	font-family: 'Montserrat', sans-serif;
}

select {
	margin:0;
	padding:0;
}
.form-inline .button {
    font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size:16px;
	font-weight: 700; 
    display: block;
    padding: 10px;
	width: 40%;
    margin: 10px auto;
	-webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
	border: none;
    background: #23a4ba;
	-webkit-appearance: none;
    cursor: pointer;
}


.form-inline .button:hover {
    background:#01ac5f;
	color:#fff;
}

.CaptchaWhatsThisPanel a, .CaptchaMessagePanel {color:#fff;}
.CaptchaWhatsThisPanel a:hover {text-decoration:underline;} 

	
/*===================== 
	Form styles 
=======================*/
#formpage{padding:0 10px;}

form{
	margin:0 0 0;
}
label{
	display:block;
	font-size:16px;
	padding-top: 4%;
	width:100%;
}
#formpage input{
	font-family: 'Open Sans', Arial, sans-serif;
	border: #999999 solid 1px;
	border-radius: 2px;
	padding: 1%;
	font-size:14px;
	width:100%;
	margin-bottom:10px;
}
input:focus{
	border: #2885b3 solid 1px;
}
input.button2{
	display:block;
	width:50%;
	margin:0 auto 5% auto;
	border:#277e32 solid 1px;
	background-color:#38b749;
	color:#fff;
	border-radius: 2px;
}

input.button2:hover{
	background-color:#277e32;
	cursor:pointer;
}

select{
	font-family: 'Open Sans', Arial, sans-serif;
	border: #999999 solid 1px;
	padding: 1%;
	font-size:14px;
	width:102%;
}
textarea{
	font-family: 'Open Sans', Arial, sans-serif;
	border: #999999 solid 1px;
	border-radius: 2px;
	padding: 1%;
	font-size:14px;
	width:100%;
}





/*===================== 
	layout styles 
=======================*/
.padit{padding:2% 0;}
.contacthalf{float:left;width:50%;}
.welcome h1{}
.welcome{
	background:url(../siteart/background.jpg) center center no-repeat fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}

.about-cont-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about-col-1 {
    width:32%;
}


.about{background:#262626;padding-top:20px;}
.towing{background:#23a4ba;padding-top:20px;}
.towing a{text-decoration:none;}
.towing a:hover {color:#000;}
.towing .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap:20px 30px;
}
img.towingpic {display:inline-block;max-width:250px;width:100%;height:auto;vertical-align:middle;padding:10px;box-sizing:border-box;}
.towing h2 {display:inline-block;border: 10px #fff solid;padding: 10px;text-decoration: none;text-align: center;}
.towing:hover {opacity: 0.7;}
.ribbon{text-align:center;color:#fff;background:#38b749;border-bottom:#216c2b 5px solid;position:relative;}
.ribbon h2{color:#fff;}
.linkbox{display:inline-block;zoom: 1;*display: inline;width:142px; height:70px;padding-top:100px;font-family: 'quanticobold';position:relative;}
a .linkbox{color:#fff;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;}
a:hover .linkbox{color:#000;}

.sitemap{background:url(../siteart/escheresque_ste.png) repeat;color:#fff;}
.sitemap p{line-height:2em;}
.sitemap i{font-size:42px;margin-right:20px;}

/*--------Scrolling Inventory--------*/

.scrolling-wrap-cont-1 {
    padding:2% 0;
    width:100%;
    background:#000;;
}

.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}


/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 2.0%;
}
.col:first-child { margin-left: 0; }
.hosted-content .col{margin:0 0 0 0 !important;}
.hosted-content h1,.hosted-content h2,.hosted-content h3,.hosted-content h4,.hosted-content h5{color:#000;}
/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }


/*  GRID OF TWELVE  */
.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
  	width: 91.5%;
}
.span_10_of_12 {
  	width: 83%;
}

.span_9_of_12 {
  	width: 74.5%;
}

.span_8_of_12 {
  	width: 66%;
}

.span_7_of_12 {
  	width: 57.5%;
}

.span_6_of_12 {
  	width: 49%;
}

.span_5_of_12 {
  	width: 40.5%;
}

.span_4_of_12 {
  	width: 32%;
}

.span_3_of_12 {
  	width: 23.5%;
}

.span_2_of_12 {
  	width: 15%;
}

.span_1_of_12 {
  	width: 6.5%;
}


/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.5%;
}
.span_2_of_4 {
	width: 49%;
}
.span_1_of_4 {
	width: 23.5%;
}

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }


/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 4% 0 4% 0%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
    .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
	width: 100%; 
	}			
}

/*===================== 
	inventory styles 
=======================*/

.inv-cont .list-content, .inv-cont .detail-wrapper, .inv-cont .bread-crumbs-heading, .inv-cont .compare-listings-container {
	background: #fff;
}

/*===================== 
	footer styles 
=======================*/

.pagebottom{background:#111111;padding:50px 0;border-top:#474747 4px solid;}
.pagebottom p{color:#fff;font-size:14px;}
.pagebottom a{color:#fff;}
.pagebottom a:hover{color:#ffcd07;}

footer {
	margin: 0 auto;
	width: 100%;
	line-height:1em;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:12px;
	color: #ccc;
	border-bottom:none;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:12px;
		color: #fff;
		}

.footertext {
	font-size:12px; 
	color:#666;
	}

.smallfootertext {
	font-size:10px; 
	color:#666;
	}

.divfooter {
	text-align:left; 
	margin:0 auto;
	}
	
.footerlogo{text-align:right;}

/*===================== 
	Responsive styles 
=======================*/
@media screen and (max-width: 1024px) {
.parallax-window1 img {
	max-height:250px;

}
    .towing h2 {display:block;}

}
@media screen and (max-width: 900px) {
        img.towingpic {display:inline-block;max-width:80%;}

}
@media screen and (max-width: 800px) {
.logo{float:none;text-align:center;}
.address{text-align:center;padding-top:20px;}
	a.hero-button{display:block;margin:20px 0;}
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size:30px;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 18px;
	}
	h5 {
		font-size: 16px;
	}

p {

	font-size:14px;

	}
.parallax-window1 {
	padding:20px 10%;
	text-align:center;
    background: transparent;
}

.parallax-window1 img {
	max-height:200px;

}	
	
.parallax-window2 {
	padding:20px 10%;
	text-align:center;
    background: transparent;
}

.parallax-window2 img {
	max-height:100px;

}	
}
@media screen and (max-width: 600px) {
.topbar ul li{float:none;padding:7px 0 7px 0;}
.topbar ul li:last-child{float:none;padding:7px 0 7px 0;}
.arrowdown{display:none;}
.contacthalf{float:none;width:100%;padding-bottom:20px;}
	.about-col-1 {
    width:100%;
}

}

@media screen and (max-width: 480px){
.topbar{font-size:12px;text-align:center;}
.address h2{font-size:24px;}
.pagebottom{padding:20px 0;text-align: center;}
.divfooter {
	text-align:center; 
	}	
.parallax-window2 {
	padding:20px 10%;
	text-align:center;
    background: transparent;
}

.parallax-window2 img {
	max-height:80px;

}	

.scrolling{display:none;}
	.scrolling-wrap {
		display:none;
	}
.footerlogo{text-align:center;}
	.about h1{font-size:28px;}
	
}
@media screen and (max-width: 414px){
	
}
	
