#header .logo {
    height: inherit;
    left: 3em;
    line-height: inherit;
    margin: 0;
    padding: 0;
    position: absolute;
}
#header .logo a{
	color: #ffffff;
	font-size: 1.25em;
	font-weight: bold;
}
header.major h1 {
    font-size: 2.5em;
    margin-bottom: 0.5em;
}
.banner{
	width: 500px;
	margin: .5em auto;
}
.img-responsive{
	width: 100%;
	height: auto;
}
#banner p {
    font-size: 1.5em;
    margin-bottom: 0.25em;
    font-weight: bold;
}
#banner ul.actions{
	margin-top: 2em;
}
a[href*='tel']{
	font-family: sans-serif;
}
.wrapper {
    padding: 2em 0em 1em;
}
ul.ulstyle{
	list-style: none;
	margin-left: 4em;
	position: relative;
	display: inline-block;
}
ul.ulstyle li:before {
   	content: "• ";
    margin-right: 10px;
    color: rgb(25, 181, 254);
    font-size: 3em;
    position: absolute;
    left: 0;
}
.flex{
 display: -ms-flexbox;    
 display: -webkit-box;    
 display: -webkit-flexbox; 
 display: -webkit-flex;
 display: flex;            
} 
.flex > *{ margin: 0 10px; }    
.flex > :first-child{ margin-left: 0; }
.flex > :last-child{ margin-right: 0; }
.flex .half{
	flex: 1;
}
.flex .half:first-child{
	text-align: left;
	padding-right: 20px;
}
#three strong{
	color: #fff;
}
#three a[href*='tel'] {
	color: #fff;
	font-weight: bold;
}
form .row.uniform>* {
    padding: 1em 0 0 1em;
}
form .row.uniform input[type="text"],
form .row.uniform input[type="tel"],
form .row.uniform input[type="password"],
form .row.uniform input[type="email"],
form .row.uniform select {
    height: 2em;
}
form .row.uniform input[type="submit"].big{
	font-size: 1em;
	width: 190px;
}
form .row.uniform ul.actions{
	text-align: center;
}
hr {
    border: 0;
    border-bottom: solid 1px rgb(255, 255, 255);
    margin: 2em 0;
}
#footer .copyright, #footer .copyright strong, #footer .copyright a{
	color: #fff;
}
.tomobile {
    display: none;
    background: rgba(0, 0, 0, 0.5)!important;
}
body.towing #banner,
body.auto #banner,
body.transmissions #banner,
body.used #banner,
body.thankyou #banner{
    padding: 1em 1em 1em;
    background: #d61e3a;
}
body.thankyou section#one{
	/*padding: 10em 0em 10em;*/
}
#banner {
	background-image: url('images/dark_tint.png'), url('images/banner/Mike & Tim.jpg');
	background-position: center center;
	background-size: cover;
	color: #ffffff;
	padding: 10em 0em 10em;
	text-align: center;
}
body.towing #header,
body.auto #header,
body.used #header,
body.transmissions #header,
body.thankyou #header{
	height: 8em;
    line-height: 3em;
}
body.landing .todesktop{
	display: none;
}
body.towing #header .todesktop,
body.auto #header .todesktop, 
body.used #header .todesktop, 
body.transmissions #header .todesktop,
body.thankyou #header .todesktop{
	text-align: right;
	line-height: 1.2;
	margin-top: 1em;
}
.towingheight {
    margin-top: 3em;
}
.custom-ul{
	display: block;
    width: 50%;
}

.email {
   color:white!important;
}

.email a {
   color:white!important;
}
@media screen and (max-width: 1600px) and (min-width: 1200px){
	#header nav > ul > li{
		margin-left: 1em;
	}
	#header nav > ul > li a {
	    font-size: 1em;
	    word-break: break-all; 
	}
	/*#header .logo a {
	    color: #ffffff;
	    font-size: 2em;
	    font-weight: bold;
	}*/
}
@media screen and (max-width: 1200px){
	.wrapper {
	    padding: 2em 2em 1em;
	}
	#header nav > ul > li{
		margin-left: 5px;
	}
	#header nav > ul > li a {
	    font-size: 15px;
	}
	#header nav > ul > li .button{
		top: 2px;
		line-height: 2.35em;
	}
	.towingheight {
	    margin-top: 0em;
	}
}
@media screen and (max-width: 1024px) and (min-width: 1200px){
	#header nav > ul > li{
		background: red;
	}
}
@media screen and (max-width: 1024px){
	#banner p{
		
	}
	.wrapper {
	    padding: 2em 0em 1em;
	}
	.tomobile {
	    display: block!important;
	    text-align: center;
	    color: white;
	    background: #111756;
	    line-height: 1.5;
	}
	header.major h1 {
	    font-size: 2em;
	    margin: 0 0 1em 0;
	}
	.tomobile ul.actions a.button{
		/*background-color: #000;*/
	}
	#header nav > ul > li a{
		font-size: 1em;
	}
	#navPanel nav, #navPanel nav .button {
	    width: auto;
	    font-size: small;
	}
	body.thankyou section#one {
	    padding: 2em 0em 1em;
	}
	.image.left, .image.right {
	    width: 100%;
	    max-width: 70%;
	    float: none;
	    margin: 0 auto 1.5em auto;
	    display: block;
	    padding:0;
	}
	.todesktop{
		display: none;
	}
	.custom-ul{
		width: 85%;
	}
	#banner {
		padding: 8em 0em 4em;
	}
}
@media screen and (max-width: 768px){
	.banner{
		width: 480px;
		margin: 0 auto;
	}
	.flex{
		display: block;
	}
	.flex > * {
	    margin: 0;
	}
	.flex .half{
		flex: 1;
		text-align: left;
	}
	.flex .half:first-child{
		padding-right: 0px;
		margin-bottom: 2em;
	}
}
@media screen and (max-width: 600px){
	.banner{
		width: 100%;
		margin: 0 auto;
	}
	.payment{
		width: 100%;
	}
	#banner p {
	    font-size: 1em;
	    margin-bottom: 1.25em;
	}
	.button.big {
	    font-size: 1em;
	    width: 180px;
	}
	ul.ulstyle {
	    margin-left: 3em;
	}
	a.button.special {
	    padding: 0 1em;
	}
	header.major {
	    text-align: left;
	}
	.image.left, .image.right {
		width: 100%;
		max-width: 100%;
	}
}
.error {
    border: 1px solid red!important;
}

#footer {
    background: #166560;
}
#header {
	background-color: #c34440;/*#166560;*/
}
#footer a.icon{
	box-shadow: 0px 0px 7px #fff;
}
.wrapper.style1 {
    background-color: beige;
}
/*
green #196966
red #AA3D39
purple #4D2761
orange #C07B44
blue #1983AD
*/
body.landing #three{
	background-color: #C07B44;
}/*
body.towing #three{
	background-color: #AA3D39;
}
body.auto #three{
	background-color: #4D2761;
}
body.used #three{
	background-color: #14403d;
}*/
.image img{
	box-shadow: 0 0 7px #000;
}