@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700|Pacifico");
@import url('https://fonts.googleapis.com/css?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css?family=Staatliches&display=swap');
@import url('https://fonts.googleapis.com/css?family=Archivo+Black&display=swap');


/*
	Introspect by TEMPLATED
	templated.co @templatedco
	Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

/* Reset */

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;

	}

*{
    margin:0;
    padding: 0;
    list-style:none;

}

.imageicon{
    width:130px;
    height: 130px;
    background-size: cover;
    transition: transform 1s;
    transition: opacity .5s;
}
.buttongroup a{
    margin: 1% 2% 1% 2%;
    height: 100%;
}

.buttongroup {
    padding: 0 2% 0px 2%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
    margin: 0 auto;
    line-height: 100%;
    color: #444;
    font-weight: bold;
    text-align: center;
    height: auto;
    margin:30px 0 30px 0;
}


.imageicon:hover{
    opacity: .4;
    transform: scale(1.1);
}


.doublespace{
    width: 100%;
	display: inline-flex;


}
.lambo{
    width: 30%;
    background-image: url(../../images/lambo.jpg);
    background-repeat: no-repeat;
    background-size:contain;
    background-position: center;
	margin-left: 35px;

}
.textlambo{
    width:68%;

}
.towtruckslide{
    width: 30%;
    background-image: url(../../images/redTowTruck.jpg);
    background-repeat: no-repeat;
    background-size:contain;
    background-position: center;
	margin-left: 35px;

}

.limoslide{
    width: 30%;
    background-image: url(../../images/limo.png);
    background-repeat: no-repeat;
    background-size:contain;
    background-position: center;
	margin-left: 35px;

}

.truckslide{
    width: 30%;
    background-image: url(../../images/truckslide.jpg);
    background-repeat: no-repeat;
    background-size:contain;
    background-position: center;
	margin-left: 35px;

}

.garbageslide{
    width: 30%;
    background-image: url(../../images/garbagetruck.png);
    background-repeat: no-repeat;
    background-size:contain;
    background-position: center;
	margin-left: 35px;

}
.painterslide{
    width: 30%;
    background-image: url(../../images/painter.png);
    background-repeat: no-repeat;
    background-size:contain;
    background-position: center;
	margin-left: 35px;

}

.dropdown {

    position: relative ;
    display: inline-block;

}

.dropdown-content {
    display: none;
    position: absolute;
    top: 98%;
    background-color: #ffffff;
    color: aliceblue;
    text-align: left;
    z-index: 1;
	line-height: 120%;
	padding-right: 25px;
	border-style: solid;
  border-color: #333;
	 border-width: 2px;

}


.dropdown-content a {
    color: #ddd;
    text-decoration: none;
    display: block;
    margin-bottom: 15px;
}

.dropbtn:hover .invisibleWall {
	display: block;
}


.dropdown-content a:hover {background-color: none;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropdown-content a {color: aliceblue;}
.dropdown:hover .dropbtn {background-color: none;}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}

	body {
		line-height: 1;
	}

	ol, ul {
		list-style: none;
	}

	blockquote, q {
		quotes: none;
	}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	body {
		-webkit-text-size-adjust: none;
	}



/* Grid */

	.row {
		border-bottom: solid 1px transparent;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.row > * {
		float: left;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.row:after, .row:before {
		content: '';
		display: block;
		clear: both;
		height: 0;
	}

/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	body {
		-ms-overflow-style: scrollbar;
	}

	@media screen and (max-width: 480px) {

		html, body {
			min-width: 320px;
		}

	}

	body {
		background: #fff;
	}

		body.is-loading *, body.is-loading *:before, body.is-loading *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

/* Type */

	body {
		background-color: #fff;
		color: #111111;
		overflow-x: hidden;
	}

	body, input, select, textarea {
		font-family: "Lato", sans-serif;
		font-size: 15pt;
		font-weight: 300;
		line-height: 2;
	}

		@media screen and (max-width: 1680px) {

			body, input, select, textarea {
				font-size: 13pt;
			}

		}

		@media screen and (max-width: 1050px) {

			body, input, select, textarea {
				font-size: 12pt;
			}

		}

		@media screen and (max-width: 980px) {

			body, input, select, textarea {
				font-size: 12pt;
			}

		}

		@media screen and (max-width: 736px) {

			body, input, select, textarea {
				font-size: 12pt;
			}

		}

		@media screen and (max-width: 480px) {

			body, input, select, textarea {
				font-size: 12pt;
			}

		}

	a {
		-moz-transition: color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out;
		text-decoration: none;
	}

		a:hover {
			text-decoration: underline;
		}

	strong, b {
		font-weight: 700;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2em 0;
	}

	h1, h2, h3, h4, h5, h6 {
		font-weight: 700;
		line-height: 1.5;
		margin: 0 0 1em 0;
		text-transform: uppercase;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

	h1 {
		font-size: 2em;
		margin: 0 0 0.25em 0;
	}

	h2 {
		font-size: 1.75em;
	}

	h3 {
		font-size: 1.35em;
	}

	h4 {
		font-size: 1.1em;
        text-align: center;
        font-weight: bold;
        margin-bottom: 10px;
	}

	h5 {
		font-size: 0.9em;
	}

	h6 {
		font-size: 0.7em;
	}

	@media screen and (max-width: 736px) {

		h1 {
			font-size: 1.5em;
		}

		h2 {
			font-size: 1.25em;
		}

		h3 {
			font-size: 1.1em;
		}

	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	blockquote {
		border-left: solid 4px;
		font-style: italic;
		margin: 0 0 2em 0;
		padding: 0.5em 0 0.5em 2em;
	}

	code {
		border-radius: 0;
		border: solid 1px;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0 2em 0;
	}

		pre code {
			display: block;
			line-height: 1.75;
			padding: 1em 1.5em;
			overflow-x: auto;
		}

	hr {
		border: 0;
		border-bottom: solid 1px;
		margin: 2em 0;
	}

		hr.major {
			margin: 3em 0;
            text-align: center;
		}

	.align-left {
		text-align: left;
	}

	.align-center {
		text-align: center;
	}

	.align-right {
		text-align: right;
	}

	input, select, textarea {
		color: #e5474b;
	}

	a {
		color: #e5474b;
	}

	strong, b {
		color: #000;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #000;
	}

	blockquote {
		border-left-color: #e5474b;
	}

	code {
		background: none;
		border-color: #e5474b;
	}

	hr {
		border-bottom-color: #e5474b;
	}

/* Box */

	.box {
		border-radius: 0;
		border: solid 1px;
		margin-bottom: 2em;
		padding: 1.5em;
	}

		.box > :last-child,
		.box > :last-child > :last-child,
		.box > :last-child > :last-child > :last-child {
			margin-bottom: 0;
		}

		.box.alt {
			border: 0;
			border-radius: 0;
			padding: 0;
		}

	.box {
		border-color: #444;
	}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		border-radius: 0;
		border: 0;
		cursor: pointer;
		display: inline-block;
		font-size: .8em;
		font-weight: 700;
		height: 3.5em;
		line-height: 3.65em;
		padding: 0 2.25em;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		button:hover,
		.button:hover {
			text-decoration: none;
		}

		input[type="submit"].icon,
		input[type="reset"].icon,
		input[type="button"].icon,
		button.icon,
		.button.icon {
			padding-left: 1.35em;
		}

			input[type="submit"].icon:before,
			input[type="reset"].icon:before,
			input[type="button"].icon:before,
			button.icon:before,
			.button.icon:before {
				margin-right: 0.5em;
			}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		button.fit,
		.button.fit {
			display: block;
			margin: 0 0 1em 0;
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		button.small,
		.button.small {
			font-size: 0.8em;
		}

		input[type="submit"].big,
		input[type="reset"].big,
		input[type="button"].big,
		button.big,
		.button.big {
			font-size: 1.35em;
		}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		button.disabled,
		button:disabled,
		.button.disabled,
		.button:disabled {
			-moz-pointer-events: none;
			-webkit-pointer-events: none;
			-ms-pointer-events: none;
			pointer-events: none;
			opacity: 0.25;
		}

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		background-color: #5a5a5a;
		color: #ffffff !important;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		button:hover,
		.button:hover {
			background-color: #676767;
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		button:active,
		.button:active {
			background-color: #4d4d4d;
		}

		input[type="submit"].alt,
		input[type="reset"].alt,
		input[type="button"].alt,
		button.alt,
		.button.alt {
			background-color: transparent;
			box-shadow: inset 0 0 0 2px #000;
			color: #000 !important;
		}

			input[type="submit"].alt:hover,
			input[type="reset"].alt:hover,
			input[type="button"].alt:hover,
			button.alt:hover,
			.button.alt:hover {
				background: #B7DEF5;
			}

			input[type="submit"].alt:active,
			input[type="reset"].alt:active,
			input[type="button"].alt:active,
			button.alt:active,
			.button.alt:active {
				background-color: #f9dadb;
			}

			input[type="submit"].alt.icon:before,
			input[type="reset"].alt.icon:before,
			input[type="button"].alt.icon:before,
			button.alt.icon:before,
			.button.alt.icon:before {
				color: #717171;
			}

		input[type="submit"].special,
		input[type="reset"].special,
		input[type="button"].special,
		button.special,
		.button.special {
			background-color: #e5474b;
			color: #ffffff !important;
		}

			input[type="submit"].special:hover,
			input[type="reset"].special:hover,
			input[type="button"].special:hover,
			button.special:hover,
			.button.special:hover {
				background-color: #e85d61;
			}

			input[type="submit"].special:active,
			input[type="reset"].special:active,
			input[type="button"].special:active,
			button.special:active,
			.button.special:active {
				background-color: #e23135;
			}

input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #adadad;}
input:-moz-placeholder { color: #adadad;}
input::-moz-placeholder { color: #adadad;}
input:-ms-input-placeholder { color: #adadad;}

textarea::-webkit-input-placeholder { color: #adadad;}
textarea:-moz-placeholder { color: #adadad;}
textarea::-moz-placeholder { color: #adadad;}
textarea:-ms-input-placeholder { color: #adadad;}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
    background-color: rgba(91,118,117,.7);
}

iframe {
	border: none !important;
}



/*//////////////////////////////////////////////////////////////////
[ Contact ]*/
.containerform_contact {
	width: 100%;
	min-height: 100vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center ;
	background-image: url(../../images/bg_contact.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}



.containerform {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center ;
  background-image: url(../../images/bg_contact.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.wrapform {
  max-width: 900px;
  background: #fff;
  border-radius: 2px;
  margin: 15px;
  padding: 30px 115px 59px 115px;
  position: relative;
}


/*==================================================================
[ Form ]*/

.formstyle {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.formtitle {
  display: block;
  width: 100%;
  font-family: Raleway-Black;
  font-size: 30px;
  color: #333333;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 32px;
}



/*------------------------------------------------------------------
[ Input ]*/

.label {
  font-family: Raleway-SemiBold;
  font-size: 14px;
  color: #555555;
  line-height: 1.5;
  width: calc(100% - 30px);
  position: relative;
  background-color: transparent;
  margin-bottom: 5px;

}

.wrapinput {
  width: 100%;
  position: relative;
  background-color: transparent;
  margin-bottom: 0;
}

.wrapinput2 {
  width: calc((100% - 50px)/2);
}

.inputfull{
  display: block;
  width: 93.45%;
  background: #f2f2f2;
  border-radius: 10px;
  position: relative;
  background-color: rgba(50, 152, 235, 0.2);
  margin-bottom: 35px;
  font-family: Raleway-SemiBold;
  font-size: 20px;
  color: #686868;
  line-height: 1.2;
  padding: 0 28px;
}

.input {
  display: block;
  width: 86%;
  background: #f2f2f2;
  border-radius: 10px;
  position: relative;
  background-color: rgba(50, 152, 235, 0.2);
  margin-bottom: 35px;
  font-family: Raleway-SemiBold;
  font-size: 20px;
  color: #686868;
  line-height: 1.2;
  padding: 0 28px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  margin-top: 10px;
}

.contactinput {
	display: block;
	width: 86%;
	background: #f2f2f2;
	border-radius: 10px;
	position: relative;
	background-color: rgba(50, 152, 235, 0.2);
	margin-bottom: 35px;
	font-family: Raleway-SemiBold;
	font-size: 20px;
	color: #686868;
	line-height: 1.2;
	padding: 0 28px;

	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;

	margin-top: 10px;
}
.contactinputfull {
	display: block;
	width: 93.45%;
	background: #f2f2f2;
	border-radius: 10px;
	position: relative;
	background-color: rgba(50, 152, 235, 0.2);
	margin-bottom: 35px;
	font-family: Raleway-SemiBold;
	font-size: 20px;
	color: #686868;
	line-height: 1.2;
	padding: 0 28px;
}
.contactinputtext {
	display: block;
	width: 93.45%;
	background: #f2f2f2;
	border-radius: 10px;
	position: relative;
	background-color: rgba(50, 152, 235, 0.2);
	margin-bottom: 35px;
	font-family: Raleway-SemiBold;
	font-size: 20px;
	color: #686868;
	line-height: 1.2;
	padding: 0 28px;
}




/*---------------------------------------------*/
input.input {
  height: 62px;
}
input.inputfull {
  height: 62px;
}
input.contactinput {
	height: 62px;
  }
  input.contactinputfull {
	height: 62px;
  }
  textarea.contactinputtext {
	padding-top: 10px;
	height: 200px;
	resize: none;
  }


textarea .input {
  min-height: 162px;
  padding-top: 19px;
  padding-bottom: 13px;
}

.input:focus {
  background: #e6e6e6;
}
.inputfull:focus {
  background: #e6e6e6;
}

/*------------------------------------------------------------------
[ Button ]*/
.containerformbtn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 5px;
}

.wrapformbtn {
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 2px;

}

.formbtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 200px;
  height: 62px;
  background-color: #444;
  font-family: Raleway-Bold;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .wrapform {
    padding: 66px 80px 59px 80px;
  }
}

@media (max-width: 768px) {
  .wrapinput2 {
    width: 100%;
  }
    .inputfull{
        width: 86%;
    }
}

@media (max-width: 576px) {
  .wrapform {
    padding: 66px 15px 59px 15px;
  }
}


/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}

/* Image */

	.image {
		border-radius: 0;
		border: 0;
		display: inline-block;
		position: relative;
	}

		.image img {
			border-radius: 0;
			display: block;
		}

		.image.left, .image.right {
			max-width: 40%;
		}

		.image.left img, .image.right img {
			width: 100%;
		}

		.image.left {
			float: left;
			margin: 0 1.5em 1em 0;
			top: 0.25em;
		}

		.image.right {
			float: right;
			margin: 0 0 1em 1.5em;
			top: 0.25em;
		}

		.image.fit {
			display: block;
			margin: 0 0 2em 0;
			width: 100%;
		}

        .image.fit img {
				width: 100%;
			}

      .center {
            display: block;
            margin-left: auto;
            margin-right: auto;
            width: 10%;
      }


		.image.main {
			display: block;
			margin: 0 0 3em 0;
			width: 100%;
		}

			.image.main img {
				width: 100%;
			}

/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2em 0;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

	ul {
		list-style: disc;
		margin: 0 0 2em 0;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
		}

		ul.alt {
			list-style: none;
			padding-left: 0;
		}

			ul.alt li {
				border-top: solid 1px;
				padding: 0.5em 0;
			}

				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}

		ul.icons {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			ul.icons li {
				display: inline-block;
				padding: 0 1em 0 0;
			}

				ul.icons li:last-child {
					padding-right: 0;
				}

				ul.icons li .icon:before {
					font-size: 2em;
				}

		ul.actions {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			ul.actions li {
				display: inline-block;
				padding: 0 1em 0 0;
				vertical-align: middle;
			}

				ul.actions li:last-child {
					padding-right: 0;
				}

			ul.actions.small li {
				padding: 0 0.5em 0 0;
			}

			ul.actions.vertical li {
				display: block;
				padding: 1em 0 0 0;
			}

				ul.actions.vertical li:first-child {
					padding-top: 0;
				}

				ul.actions.vertical li > * {
					margin-bottom: 0;
				}

			ul.actions.vertical.small li {
				padding: 0.5em 0 0 0;
			}

				ul.actions.vertical.small li:first-child {
					padding-top: 0;
				}

			ul.actions.fit {
				display: table;
				margin-left: -1em;
				padding: 0;
				table-layout: fixed;
				width: calc(100% + 1em);
			}

				ul.actions.fit li {
					display: table-cell;
					padding: 0 0 0 1em;
				}

					ul.actions.fit li > * {
						margin-bottom: 0;
					}

				ul.actions.fit.small {
					margin-left: -0.5em;
					width: calc(100% + 0.5em);
				}

					ul.actions.fit.small li {
						padding: 0 0 0 0.5em;
					}

	dl {
		margin: 0 0 2em 0;
	}

		dl dt {
			display: block;
			font-weight: 700;
			margin: 0 0 1em 0;
		}

		dl dd {
			margin-left: 2em;
		}

	ul.alt li {
		border-top-color: #e5474b;
	}

/* Section/Article */

	section.special, article.special {
		text-align: center;
	}

	section .inner {
		max-width: 65em;
		width: calc(100% - 6em);
		margin: 0 auto;
	}

		@media screen and (max-width: 480px) {

			section .inner {
				max-width: 90%;
				width: 90%;
			}

		}

	header p {
		position: relative;
		margin: 0 0 1.5em 0;
	}

	header h2 + p {
		font-size: 1.25em;
		margin-top: -1em;
	}

	header h3 + p {
		font-size: 1.1em;
		margin-top: -0.8em;
	}

	header h4 + p,
	header h5 + p,
	header h6 + p {
		font-size: 0.9em;
		margin-top: -0.6em;
	}

	header p {
		color: #717171;
	}


/* Header */

	body {
		position: relative;
		padding-top: 5em;
	}

	#header {
		background: #fff;
		color: #000000;
		cursor: default;
		height: 5em;
		left: 0;
		line-height: 5em;
		position: fixed;
		text-align: right;
		top: 0;
		width: 100%;
		z-index: 10001;
    border-bottom: 5px solid #1c2e4a;

	}

		#header .inner {
			max-width: 65em;
			width: calc(100% - 6em);
			margin: 0 auto;
			position: relative;
		}

			@media screen and (max-width: 480px) {

				#header .inner {
					max-width: 90%;
					width: 90%;
				}

			}

		#header .logo {

			display: inline-block;
			height: inherit;
			left: 0;
			line-height: inherit;
			margin: 0;
			padding: 0;
			position: absolute;
			top: 0;
			padding: 0;
			bottom: 0;
			width:500px; /*width of your image*/
			height:80px; /*height of your image*/
			margin:0; /* If you want no margin */
			padding:0; /*if your want to padding */
			background-image: url(../../images/logofullquality.png);
			background-repeat: no-repeat;
			background-size: cover;
		}

		@media screen and (max-width: 1050px) {
			#header .logo {
				width:400px; /*width of your image*/
				height:65px; /*height of your image*/
				margin:0; /* If you want no margin */
				padding:0; /*if your want to padding */
				background-image: url(../../images/logofullquality.png);
				background-repeat: no-repeat;
				background-size: cover;
			}
		}
		@media screen and (max-width: 900px) {
			#header .logo {
				width:120px; /*width of your image*/
				height:80px; /*height of your image*/

				margin-left:90px; /*if your want to padding */
				background-image: url(../../images/logo_small.png);
				background-repeat: no-repeat;
				background-size: cover;
			}
		}
		@media screen and (max-width: 780px) {
			#header .logo {
				margin-left:0px; /*if your want to padding */

			}
		}




		.brand {

			display: block;
			height: 60px;
			left: 150px;
			line-height: inherit;
			margin: 0;
			padding: 0;
			position: relative;
			margin: 0px auto;
			top: 15px;
			padding: 0;
			bottom: 0;
		}

#header .drowdown-content a{
    color: aliceblue;
}



		#header a {
			-moz-transition: color 0.2s ease-in-out;
			-webkit-transition: color 0.2s ease-in-out;
			-ms-transition: color 0.2s ease-in-out;
			transition: color 0.2s ease-in-out;
			display: inline-block;
			padding: 0 0 0 3em ;
			color: #000000;
			text-decoration: none;
			text-transform: uppercase;
			font-weight: 700;
			font-size: .85em;
		}

			#header a:hover {
				color: rgba(26, 163, 242, 1.00);
			}

			#header a:last-child {
				padding-right: 0em;
			}

			@media screen and (max-width: 736px) {

				#header a {
					padding: 0 0.5em;
				}

			}

	@media screen and (max-width: 480px) {

		#header {
			min-width: 320px;
		}

	}

/* Menu */

	nav {
		display: flex;
		justify-content:space-around;
		align-items:center;
		padding:0px;
		float: right;
	}
	.nav-links{
		display:flex;
		padding:4px;
		margin-right: 50px;
	}
	.nav-links li{
		list-style:none;
		padding:0px;
	}
	.nav-links a{
		padding:0px;
	}
	.invisibleWall {
		display: none;
	}


.menuicon {
	background-image: url(../../images/menuicon.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 80px;
	height: 80px;
	margin-right: 30px;
	display: none;
}

		@media screen and (max-width: 780px) {
			body{
				overflow-x:hidden;
			}
			#header a{
				padding:0px;
			}

			.nav-links {
				display: flex;
				position:absolute;
				right:0px;
				height:92vh;
				top:100%;
				background-color:#222;
				border-left: 5px solid #444;
				flex-direction:column;
				width:125px;
				align-items:center;
				margin:0px;
				transform:translateX(100%);
				transition: all 0.5s ease-in;
			}
			.nav-links li{
				opacity:1;
				transition: opacity ease-in-out;
			}

			.dropdown-content {
				display: none;
				position: absolute;
				top: 0px;
				Left: -210px;
				width: 120px;
				background-color: #444;
				color: aliceblue;
				text-align: right;
				z-index: -4;
				line-height: 120%;
				padding: 15px 25px 0px 30px;
				transition: all 0.5s ease-in;
			}

			.invisibleWall{
				position: absolute;
				Left: -50px;
				width: 0px;
				height: 60px;
				top:10px;
				z-index: -1;
				display: block;
				background-color:none;

			}

            .menuicon {
                display:inline-block;
				cursor:pointer;
			}

		}

	.nav-active{
		transform: translateX(0%);
	}

	.nav-links li:hover .invisibleWall {

		width: 200px;
	}





/* Banner */
#bannerdealers {
    height: 150px;
        background-color: #fff;
		color: #333;
		padding: 3em 0 11em 0;
        border-bottom: 1px;
		background-color: #fff;
		background-image: url("../../images/autodealerbanner.jpg");
		background-size:cover;
		background-repeat: no-repeat;
        background-position: center right;
		text-align: left;
		position: relative;
		z-index: 9999;
}


#bannerdealers .inner{
    text-align: inherit;
    margin-top: 0;

}

#bannertransporters {
    height: 150px;
        background-color: #fff;
		color: #333;
		padding: 3em 0 11em 0;
        border-bottom: 1px;
		background-color: #fff;
		background-image: url("../../images/autotransporterbanner.jpg");
		background-size:cover;
		background-repeat: no-repeat;
        background-position: 60% center;
		text-align: left;
		position: relative;
		z-index: 9999;
}


#bannertransporters .inner{
    text-align: inherit;
    margin-top: 0;

}

#bannertrucks {
    height: 150px;
        background-color: #fff;
		color: #333;
		padding: 3em 0 11em 0;
        border-bottom: 1px;
		background-color: #fff;
		background-image: url("../../images/truckrbanner.jpg");
		background-size:cover;
		background-repeat: no-repeat;
        background-position: 62% center;
		text-align: left;
		position: relative;
		z-index: 9999;
}


#bannertrucks .inner{
    text-align: inherit;
    margin-top: 0;

}

#bannerautoservices {
    height: 150px;
        background-color: #fff;
		color: #333;
		padding: 3em 0 11em 0;
        border-bottom: 1px;
		background-color: #fff;
		background-image: url("../../images/autoservicebanner.jpg");
		background-size:cover;
		background-repeat: no-repeat;
        background-position: 75% 50% ;
		text-align: left;
		position: relative;
		z-index: 9999;
}


#bannerautoservices .inner{
    text-align: inherit;
    margin-top: 0;

}

#bannerpublictrans {
    height: 150px;
        background-color: #fff;
		color: #333;
		padding: 3em 0 11em 0;
        border-bottom: 1px;
		background-color: #fff;
		background-image: url("../../images/publictransportationbanner.jpg");
		background-size:cover;
		background-repeat: no-repeat;
        background-position: 70% center;
		text-align: left;
		position: relative;
		z-index: 9999;
}


#bannerpublictrans .inner{
    text-align: inherit;
    margin-top: 0;

}

#bannersolidwaste {
    height: 150px;
        background-color: #fff;
		color: #333;
		padding: 3em 0 11em 0;
        border-bottom: 1px;
		background-color: #fff;
		background-image: url("../../images/solidwastebanner.jpg");
		background-size:cover;
		background-repeat: no-repeat;
        background-position: 75% center;
		text-align: left;
		position: relative;
		z-index: 9999;
}


#bannersolidwaste .inner{
    text-align: inherit;
    margin-top: 0;

}



.title{
	font-family: 'Archivo Black', sans-serif;
    text-align: center;
	font-size: 50px;
	line-height: 110%;
    color: #333;
    font-weight: 600;
    width: calc(100% - 6em);
	height: 250px;
	font-weight: 500;
    text-transform: uppercase;
	text-shadow: -2px -2px 4px rgba(255, 255, 255, 0.575),
					2px 2px 4px rgba(0, 0, 0, 0.5);
}
.coverageitems{
 width: 70%;
min-height: 50px;
margin: 20px auto 0;
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
justify-content: center;
font-weight: 600;
text-align: center;
padding-bottom: 25px;
}
.coverageitemsTrans{
	width: 70%;
   min-height: 50px;
   margin: 20px auto 0;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   align-items: center;
   justify-content: center;
   font-weight: 600;
   text-align: center;
   padding-bottom: 25px;
   }

.coverageanimation{
	position: relative;
	width: 130px;
	height: 130px;
	margin: 10px;
	box-sizing: border-box;
	display: inline-block;
	border-radius: 50px;
	text-align: center;
   transition: all .2s ease-in-out;

}
.coverageanimation:hover{
	transform: scale(1.25);
}

.coverageitems p{
  color: #222;
  margin: 0;
  line-height: 110%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 17px;
}

.coverageitemsTrans p{
	color: #222;
	margin: 0;
	line-height: 110%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 17px;
  }

.tow{
	background: rgb(134, 127, 167);
}
.dealer{
	background: rgb(143, 187, 216);
}
.trucking{
	background: rgb(216, 143, 143);
}
.service{
	background: rgb(133, 167, 240);
}
.public{
    background: rgb(250, 220, 122);
}
.solid{
    background: rgb(176, 236, 126);
}

#one h3{
		border-bottom: 0px;
}

#one .inner {
    padding-top: 20px;
}

	#banner {
		background-color: #e5474b;
		color: #f2a3a5;
		padding: 13em 0 11em 0;
		background-color: #0c0c0c;
		background-image: url("../../images/banner.jpg");
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		text-align: left;
		position: relative;
		z-index: 9999;
	}

		#banner input, #banner select, #banner textarea {
			color: #ffffff;
		}

		#banner a {
			color: #ffffff;
		}

		#banner strong, #banner b {
			color: #ffffff;
		}

		#banner h1, #banner h2, #banner h3, #banner h4, #banner h5, #banner h6 {
			color: #fff;
		}

		#banner blockquote {
			border-left-color: #fff;
		}

		#banner code {
			background: none;
			border-color: #fff;
		}

		#banner hr {
			border-bottom-color: #fff;
		}

		#banner button,
		#banner .button {
			background-color: #5a5a5a;
			color: #ffffff !important;
		}

			#banner button:hover,
			#banner .button:hover {
				background-color: #676767;
			}

			#banner button:active,
			#banner .button:active {
				background-color: #4d4d4d;
			}

			#banner button.alt,
			#banner .button.alt {
				background-color: transparent;
				box-shadow: inset 0 0 0 2px #fff;
				color: #ffffff !important;
			}

				#banner button.alt:hover,
				#banner .button.alt:hover {
					background: rgba(255, 255, 255, 0.25);
				}

				#banner button.alt:active,
				#banner .button.alt:active {
					background-color: rgba(255, 255, 255, 0.2);
				}

				#banner button.alt.icon:before,
				#banner .button.alt.icon:before {
					color: #f8d1d2;
				}

			#banner button.special,
			#banner .button.special {
				background-color: #ffffff;
				color: #e5474b !important;
			}

		#banner:after {
			-moz-transition: opacity 4s ease;
			-webkit-transition: opacity 4s ease;
			-ms-transition: opacity 4s ease;
			transition: opacity 4s ease;
			content: '';
			position: absolute;
			width: 100%;
			height: 100%;
			display: block;
			top: 0;
			left: 0;
			background-color: #0c0c0c;
			opacity: 0.25;
		}

		#banner .inner {
			max-width: 65em;
			width: calc(100% - 6em);
			margin: 0 auto;
			position: relative;
			z-index: 10000;
			line-height: 1.5;
		}

			@media screen and (max-width: 480px) {

				#banner .inner {
					max-width: 90%;
					width: 90%;
				}
				#bannerdealers .title {
					font-size: 25px;
										width: calc(100% - 6.2em);

				}
				#bannerdealers {
						background-position: 85% center;
				}

			}

		#banner h1 {
			font-size: 2em;
			margin: 0 0 1em 0;
			padding: 0;
			letter-spacing: 3px;
			font-weight: 700;
		}

			#banner h1 span {
				font-weight: 400;
			}

		body.is-loading #banner:after {
			opacity: 1;
		}





/* Main */

	#main {
		padding: 4em 0 2em 0;
	}
    #main2 {
		padding: 2em 0 2em 0;
        background-color: #E6E6E6;
        margin-top: 30px;
        margin-bottom: 0px;
	}

	#one {
		padding: 6em 0 4em 0;
		overflow-x: hidden;
	}

		@media screen and (max-width: 980px) {

			#one {
				padding: 4em 0 2em 0;
			}

		}

		@media screen and (max-width: 736px) {

			#one {
				padding: 2em 0 0.1em 0;
			}

		}

	   #two {
		padding: 6em 0 4em 0;
		background: #f3f3f3;

		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#f7f7f7',GradientType=1 );
           margin: 0 auto;
	}

		#two .inner {
			display: -ms-flexbox;
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-direction: row;
			-webkit-flex-direction: row;
			-ms-flex-direction: row;
			flex-direction: row;
            margin: 0 auto;
		}

			#two .inner article {
				width: 100%;
			}


#two .content{
    margin: 0 auto;
}




		@media screen and (max-width: 736px) {

			#two {
				padding: 2em 0 0.1em 0;
			}

		}

	#three {
		padding: 6em 0 4em 0;
	}

		#three .inner {
			display: -ms-flexbox;
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-direction: row;
			-webkit-flex-direction: row;
			-ms-flex-direction: row;
			flex-direction: row;
			-moz-justify-content: space-between;
			-webkit-justify-content: space-between;
			-ms-justify-content: space-between;
			justify-content: space-between;
			-ms-flex-pack: justify;
		}

			#three .inner article {
				width: 26%;
				display: block;
			}

				#three .inner article p {
					color: #717171;
				}

				#three .inner article .icon {
					color: #b3b3b3;
					font-size: 3em;
				}

			@media screen and (max-width: 980px) {

				#three .inner {
					-moz-flex-direction: column;
					-webkit-flex-direction: column;
					-ms-flex-direction: column;
					flex-direction: column;
				}

					#three .inner article {
						width: 100%;
						margin: 0 auto;
					}

			}

		@media screen and (max-width: 980px) {

			#three {
				padding: 4em 0 2em 0;
			}

		}

		@media screen and (max-width: 736px) {

			#three {
				padding: 2em 0 0.1em 0;
            }

		}

    .clr{
        clear: both;
    }

    .imageshowcase {
        width: 100%;
        display: flex;
		flex-direction: row;
        flex-wrap:wrap-reverse;
        align-items: center;
        justify-content: center;
        height: 500px;
        padding-top: 40px;
        padding-bottom: 20px;
        position: relative;
        margin: 0 auto;
        border-radius: 100px;
        align-items: center;
        justify-content: center;

	}
	.flatbed {
		width: 43%;
        height: 250px;
        background-image: url(../../images/towtrucklong.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 50px;
        border-color: #333;
        border: 4px solid #333;
        box-shadow: 1px 2px 10px rgba(0, 0, 0, .5);
        margin: 0px 3px 3px 3px;
	}

    .dealership {
        width: 21%;
        height: 250px;
        background-image: url(../../images/dealerbuilding%20copy.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
		border-radius: 50px;
		border: 4px solid #333;
		box-shadow: 1px 2px 10px rgba(0, 0, 0, .5);
		margin: 0px 5px 0px 5px;

    }
    .fancydealership {
		width: 21%;
        height: 250px;
        background-image: url(../../images/towtruck.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
		border-radius: 50px;
		margin: 0px 5px 0px 5px;
		border: #333;
		border: 4px solid #333;
		box-shadow: 1px 2px 10px rgba(0, 0, 0, .5);
    }
   .truck {
	width: 21%;
	height: 250px;
        background-image: url(../../images/truck.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 50px;
        border-color: #333;
        border: 4px solid #333;
        box-shadow: 1px 2px 10px rgba(0, 0, 0, .5);
        margin: 0px 5px 0px 5px;
    }
    .bus {
		width: 43%;
        height: 250px;
        background-image: url(../../images/busbanner.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 50px;
        border-color: #333;
        border: 4px solid #333;
        box-shadow: 1px 2px 10px rgba(0, 0, 0, .5);
        margin: 0px 3px 3px 3px;
     }
     .towtruck {
		width: 21%;
        height: 250px;
        background-image: url(../../images/fancydealership.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
  		border-radius: 50px;
  		border-color: #333;
  		border: 4px solid #333;
  		box-shadow: 1px 2px 10px rgba(0, 0, 0, .5);
        margin: 0px 5px 0px 5px;
      }


/* Footer */

	#footer {
	    width: 100vw;
		background-color: #222;
		color: #fff;
		display:block;
		background: #fff;
		overflow:hidden;
		padding: 70px 0;
		box-sizing: border-box;
		border-top: 5px solid #1c2e4a
	}

	.inner_footer{
	    display:block;
	    margin: 0 auto;
	    width: 1100px;
	    height: 100%;

	}

	.inner_footer .logo_container{
	    width: 35%;
	    float: left;
	    height: 100%;
	    display: block;
	}
		.inner_footer .logo_container img{
		    width: 200px;
		    height: auto;
		}

	.inner_footer .footer_third{
	    width: calc(21.66666666666% - 20px);
	    margin-right: 10px;
	    float:left;
	    height:100%;

	}
    	.inner_footer .footer_third:last-child{
    	    margin-right:0;
    	}

    		.inner_footer .footer_third h1{

    		    font-size: 22px;
    		    color: #000000;
    		    display: block;
    		    width:100%;
    		    padding-bottom: 20px;
    		}

    		.inner_footer .footer_third a{

    		    font-size: 18px;
    		    font-weight:200;
    		    color: #000000;
    		    display: block;
    		    width:100%;
    		    padding-bottom: 5px;
    		}


    	.inner_footer .footer_third li{
    	    display:inline-block;
    	    padding:0 5px;
    	    font-size:20px;
    	}
    	.inner_footer .footer_third span{

    		    font-size: 16px;
    		    color:#000;
    		    display: block;
    		    width:100%;
    		    padding-bottom: 20px;
    		}

		@media screen and (max-width: 980px) {

			#footer {
				padding: 0;

			}

		}

		@media screen and (max-width: 736px) {

			#footer {
                margin: 0em 0 2em 0;
				padding: 2em 0 0.1em 0;
			}

		}

		@media screen and (max-width: 1680px) {

			#banner {
				padding: 10em 0 8em 0;
			}

			.coverageitemsTrans {
				width: 50%;
			}
		}

		@media screen and (max-width: 1190px) {
		.buttongroup {
			padding: 0 2% 0px 2%;
			display: flex;
			flex-flow: row wrap;
			justify-content: space-around;
			margin: 0 auto;
			line-height: 100%;
			color: #444;
			font-weight: bold;
			text-align: center;
			height: auto;
			margin:30px auto;
			width: 55%;
		}
	}


	@media screen and (max-width: 1080px) {

		#banner {
			padding: 8em 0 6em 0;
		}

	}

		@media screen and (max-width: 1280px) {

			#banner {
				padding: 8em 0 6em 0;
			}

		}
			@media screen and (max-width: 1250px) {
				.coverageitems {
					width: 75%;
			}
			}
			@media screen and (max-width: 1150px) {
				.coverageitems {
					width: 80%;
			}
			}
			@media screen and (max-width: 1050px) {
				.coverageitems {
					width: 90%;
				}
			}
			@media screen and (max-width: 890px) {
				.coverageitems {
					width: 100%;
				}
				.coverageanimation{
					width: 120px;
					height: 120px;
				}
			}


		@media screen and (max-width: 1020px) {

			.coverageitemsTrans {
				width: 65%;
			}

		}
		@media screen and (max-width: 980px) {

			.buttongroup {
				padding: 0 2% 0px 2%;
				display: flex;
				flex-flow: row wrap;
				justify-content: space-around;
				margin: 0 auto;
				line-height: 100%;
				color: #444;
				font-weight: bold;
				text-align: center;
				height: auto;
				margin:30px auto;
				width: 70%;
			}


			#banner {
				padding: 12em 0 10em 0;
			}

				#banner br {
					display: none;
				}
				.title {
					font-size: 35px;
										width: calc(100% - 8em);
				}
				#bannerdealers {
						background-position: 90% center;
				}
				#bannertransporters {
					background-position: 62% center;
				}
				.coverageitems {
						width: 95%;
				}
                .textlambo{
                    width: 100%;
                }
                .lambo{
                    width: 100%;
                    height: 150px;
                    margin-left:0px;
                    align-self: center;

				}
				.towtruckslide{
					width: 100%;
                    height: 150px;
                    margin-left:0px;
                    align-self: center;
				}
				.limoslide{
					width: 100%;
                    height: 150px;
                    margin-left:0px;
                    align-self: center;
				}

				.truckslide{
					width: 100%;
                    height: 150px;
                    margin-left:0px;
                    align-self: center;
				}
				.garbageslide{
					width: 100%;
                    height: 150px;
                    margin-left:0px;
                    align-self: center;
				}

                .doublespace{
                    display:inline-block;
                }

		}

		@media screen and (max-width: 750px) {
		.buttongroup {
			padding: 0 2% 0px 2%;
			display: flex;
			flex-flow: row wrap;
			justify-content: space-around;
			margin: 0 auto;
			line-height: 100%;
			color: #444;
			font-weight: bold;
			text-align: center;
			height: auto;
			margin:30px auto;
			width: 80%;
		}
	}

		@media screen and (max-width: 736px) {


			#banner {
				padding: 4em 0 2em 0;
			}

				#banner h1 {
					font-size: 1.75em;
				}
				.title {
					font-size: 30px;
					width: calc(100% - 6em);
				}
				#bannerdealers {
						background-position: 85% center;
				}

				.dealership {
					margin: 0px 2px 0px 2px;
				}
				.truck {
					margin: 0px 2px 0px 2px;
				}
				.fancydealership {
					margin: 0px 2px 0px 2px;
				}
				.towtruck{
					margin: 0px 2px 0px 2px;
				}

		}

		@media screen and (max-width: 480px) {



			#banner {
				padding: 5em 0 3em 0;
			}

				#banner ul {
					margin-top: 1em;
				}

				#bannerdealers .title {
					font-size: 25px;
										width: calc(100% - 6.2em);

				}
				#bannerdealers {
						background-position: 85% center;
				}

		}

		@media screen and (max-width: 670px) {

			.buttongroup {
				padding: 0 2% 0px 2%;
				display: flex;
				flex-flow: row wrap;
				justify-content: space-around;
				margin: 0 auto;
				line-height: 100%;
				color: #444;
				font-weight: bold;
				text-align: center;
				height: auto;
				margin:30px auto;
				width: 90%;
			}
		}


		@media screen and (max-width: 550px) {

			.buttongroup {
				padding: 0 2% 0px 2%;
				display: flex;
				flex-flow: row wrap;
				justify-content: space-around;
				margin: 0 auto;
				line-height: 100%;
				color: #444;
				font-weight: bold;
				text-align: center;
				height: auto;
				margin:30px auto;
				width: 90%;
			}

			#banner {
				padding: 5em 0 3em 0;
			}

				#banner ul {
					margin-top: 1em;
				}

				.title {
					font-size: 25px;
					width: calc(100% - 7em);

				}
				#bannerdealers .title {
					font-size: 25px;
					width: calc(100% - 7em);
					line-height: 110%;
				}
				#bannerdealers {
						background-position: 85% center;
				}
				.coverageitemsTrans {
					width: 75%;
				}

			}


			@media(max-width:600px){
			    .footer .inner_footer{
			        width:90%;
			    }
			    .inner_footer .logo_container,
			    .inner_footer .footer_third{
			        width:100%;
			        margin-bottom:30px;
			    }


			}
