/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */


body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -10;
  background-color: #FD7739;
  background: url(../img/bg_desktop.jpg) no-repeat right top 80px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}



html {
	background-color: #FD7739;
    color: #222;
	width: 100%;
	height: 100vh;
	padding: 0;
	margin: 0;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:unset;
	font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	backface-visibility:hidden
	text-rendering:optimizeLegibility;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/* BASIC STYLES */

p, h1, h2, h3, h4{
	padding: 0;
	margin: 0;
}

a{
	color: #000;
}

img{
	max-width: 100%;
}


/* FONTS */


@font-face {
	font-family: "SeatBlack";
	src: url("fonts/SEATBCN-Black.eot");
	src: url("fonts/SEATBCN-Black.woff") format("woff");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: "SeatBold";
	src: url("fonts/SEATBCN-Bold.eot");
	src: url("fonts/SEATBCN-Bold.woff") format("woff");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: "SeatBook";
	src: url("fonts/SEATBCN-Book.eot");
	src: url("fonts/SEATBCN-Book.woff") format("woff");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: "SeatLight";
	src: url("fonts/SEATBCN-Light.eot");
	src: url("fonts/SEATBCN-Light.woff") format("woff");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: "SeatMedium";
	src: url("fonts/SEATBCN-Medium.eot");
	src: url("fonts/SEATBCN-Medium.woff") format("woff");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: "SeatRegular";
	src: url("fonts/SEATBCN-Regular.eot");
	src: url("fonts/SEATBCN-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: "SeatOutlineBlack";
	src: url("fonts/SEATBCNOutline-Black.eot");
	src: url("fonts/SEATBCNOutline-Black.woff") format("woff");
	font-weight: normal;
	font-style: normal
}

.headline1{
	font-family: 'SeatBlack', sans-serif;
	font-size: 80px; 
	line-height: 80px;
	font-style: normal;
	font-weight: normal;
}

.headline1_outline{
	font-family: 'SeatOutlineBlack', sans-serif;
	font-size: 68px; 
	line-height: 68px;
	font-style: normal;
	font-weight: normal;
}


.text1{
	font-family: 'SeatRegular', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 24px;
}



/* COLORS & BACKGROUNDS */

.white{
	color: #fff;
}

.black{
	color: #000;
}

.bg_white{
	background: #fff;
}

.bg_black{
	background: #000;
}

/* HELPERS */

.clear{
	clear: both;
}

.display_none{
	display: none;
}

.display_inline{
	display: inline;
}

.position_realtive{
	position: relative;
}

.text_align_center{
	text-align: center !important;
}

.text_align_left{
	text-align: left !important;
}

.text_align_right{
	text-align: right !important;
}

.padding_top10{
	padding-top: 10px;
}

.padding_top20{
	padding-top: 20px;
}

.padding_top30{
	padding-top: 30px;
}

.padding_top40{
	padding-top: 40px;
}

.padding_top50{
	padding-top: 50px;
}

.padding_top60{
	padding-top: 60px;
}

.padding_top70{
	padding-top: 70px;
}

.padding_top80{
	padding-top: 80px;
}

.padding_top90{
	padding-top: 90px;
}

.padding_top100{
	padding-top: 100px;
}

.padding_top150{
	padding-top: 150px;
}
.padding_bottom10{
	padding-bottom: 10px;
}

.padding_bottom20{
	padding-bottom: 20px;
}

.padding_bottom30{
	padding-bottom: 30px;
}

.padding_bottom40{
	padding-bottom: 40px;
}

.padding_bottom50{
	padding-bottom: 50px;
}

.padding_bottom60{
	padding-bottom: 60px;
}

.padding_bottom70{
	padding-bottom: 70px;
}

.padding_bottom80{
	padding-bottom: 80px;
}

.padding_bottom90{
	padding-bottom: 90px;
}

.padding_bottom100{
	padding-bottom: 100px;
}

.padding_bottom150{
	padding-bottom: 150px;
}

.margin_top10{
	margin-top: 10px;
}

.margin_top30{
	margin-top: 30px;
}

.margin_top50{
	margin-top: 50px;		
}

.margin_bottom10{
	margin-bottom: 10px;
}

.margin_bottom30{
	margin-bottom: 30px;
}

.margin_bottom50{
	margin-bottom: 50px;		
}

/* CONTENT BREITEN */

.content_wrapper{
	width: 100%;
}

.content{
	width: 1024px;
	margin: 0 auto;
}

.content_inner{
	width: 80%;
	margin: 0 auto;
}

.content_50{
	width: 50%;
	padding: 0;
	float: left;
}

.content_50_l{
	width: 47%;
	float: left;
	padding-right: 3%;
}

.content_50_r{
	width: 47%;
	float: left;
	padding-left: 3%;
}

.content_33_l{
	width: 28%;
	float: left;
	padding-right: 4%;
}

.content_33_m{
	width: 28%;
	float: left;
	padding-left: 4%;
	padding-right: 4%;
}

.content_33_r{
	width: 28%;
	float: left;
	padding-left: 4%;
}

.content_25_l{
	width: 22%;
	float: left;
	padding-right: 2%;
}

.content_25_m1{
	width: 22%;
	float: left;
	padding-left: 2%;
	padding-right: 2%;
}

.content_25_m2{
	width: 22%;
	float: left;
	padding-left: 2%;
	padding-right: 2%;
}

.content_25_r{
	width: 22%;
	float: left;
	padding-left: 2%;
}

.fullwidth_wrap{
	width: 100%;
	text-align: center;
}


/* CONTENT */

.nav_bar{
	padding: 25px 0;
	background: #EA5D1A;
	position: fixed;
	z-index: 10;
}

.nav_logo img{
	height: 30px;
	width: auto;
}


.intro{
	padding-top: 80px;
	padding-bottom: 90px;
}

.overview_intro_text{
	text-align: center;
	padding-top: 90px;
}

.overview_intro_text h1{	
	margin-top: 10px;
}	

.overview_intro_text p{	
	margin-top: 20px;
}	

.dealer{
	padding-bottom: 90px;
}

.dealer_wrapper{
	width: 100%;
	text-align: center;
	padding-bottom: 50px;
}


/* DEALER BOX SMALL */

.dealer_box_small{
	background: #E44C13;
	border-radius: 8px;
	width: 45%;
	width: -webkit-calc(50% - 60px);
	width: -moz-calc(50% - 60px);
	width: calc(50% - 60px);
	padding: 20px 0 30px 0;
	display: inline-block;
	text-align: left;
	margin: 30px 30px;
	box-shadow: 0 0 10px rgba(228,76,19,0.4);
}

.dealer_box_small_inner{
	display: flex;
	flex-direction: column;
}

.dealer_box_small_hl{
	padding: 0 5% 20px 5%;
	width: 90%;
	text-align: center;
	order: 1;
}

.dealer_box_small_hl h3{
	font-family: 'SeatBlack', sans-serif;
	font-size: 26px; 
	line-height: 32px;
	font-style: normal;
	font-weight: normal;	
}

.dealer_box_small_hl h3 span{
	font-family: 'SeatLight', sans-serif;
	font-size: 20px; 
	font-style: normal;
	font-weight: normal;
	display: block;
}

.dealer_box_small_img{
	order: 2;
	position: relative;
}

.icon_seat_service_small{
 	position: absolute;
	right: 0;
	top: 0;
	width: auto !important;
	height: 100%  !important;
}

.dealer_box_small_img img{
	width: 100%;
	height: auto;
}

.dealer_box_small_infos{
	padding: 30px 10% 0px 10%;
	width: 80%;
	order: 3;
}

.dealer_box_small_infos_l{
	width: 16px;
	float: left;
	text-align: center;
}

.dealer_box_small_infos_r{
	width: 90%;
	width: -webkit-calc(100% - 32px);
	width: -moz-calc(100% - 32px);
	width: calc(100% - 32px);
	float: left;
	padding-left: 16px;
}

.dealer_box_small_infos_r, .dealer_box_small_infos_r a{
	font-family: 'SeatRegular', sans-serif;
	font-size: 14px; 
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
	display: block;
	vertical-align: middle;
	text-decoration: none;
}

.street, .city{
	display: block;
}

.opening_hours_parent{
	position: relative;
}

.opening_hours_popup{
	display: none;
	position: absolute;
	bottom: 25px;
	left: -16px;
	width: 90%;
	width: -webkit-calc(90% + 16px);
	width: -moz-calc(90% + 16px);
	width: calc(90% + 16px);
	padding: 20px 5%;
	border-radius: 8px;
	background: #fff;
	font-family: 'SeatRegular', sans-serif;
	font-size: 14px; 
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
	vertical-align: middle;
	text-decoration: none;
	color: #242424;
	box-shadow: 0 0 10px rgba(228,76,19,0.4);
}

.opening_hours_popup a{
	text-align: right;
	font-size: 24px;
}

.opening_hours_popup h3{
	margin-bottom: 10px;
	font-family: 'SeatMedium', sans-serif;
}

.opening_hours_popup ul{
	margin-top: 5px;
	padding-left: 25px;
}

.dealer_box_small_button{
	font-family: 'SeatBlack', sans-serif;
	font-size: 17px; 
	line-height: 17px;
	font-style: normal;
	font-weight: normal;
	width: 100%;
	padding: 20px 0 15px 0;
	background: transparent;
	color: #fff;
	border: 2px solid #fff;
	display: block;
	border-radius: 6px;
	text-align: center;
	text-decoration: none;
	margin-top: 30px;
}

.dealer_box_small_button:hover{
	color: #E44C13;
	background: #fff;
}


/* DEALER BOX LARGE */

.dealer_box_large{
	background: #E44C13;
	border-radius: 8px;
	width: 90%;
	display: inline-block;
	position: relative;
}

.dealer_box_large_img{
	width: 68%;
	padding-right: 32%;
	position: relative;
}

.icon_seat_service_large{
 	position: absolute;
	right: 32%;
	top: 0;
	width: auto !important;
	height: 100% !important;
	border-radius: 0 !important;
}

.dealer_box_large_img img{
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.dealer_box_large_details{
	width: 30%;
	width: -webkit-calc(32% - 80px);
	width: -moz-calc(32% - 80px);
	width: calc(32% - 80px);
	padding: 0 40px;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: left;
}


.dealer_box_large_hl{
	width: 90%;
	text-align: left;
	padding-bottom: 30px;
}

.dealer_box_large_hl h3{
	font-family: 'SeatBlack', sans-serif;
	font-size: 28px; 
	line-height: 34px;
	font-style: normal;
	font-weight: normal;	
}

.dealer_box_large_hl h3 span{
	font-family: 'SeatLight', sans-serif;
	font-size: 22px; 
	font-style: normal;
	font-weight: normal;
	display: block;
}

.dealer_box_large_infos{
	padding: 30px 10% 0px 10%;
	width: 80%;
}

.dealer_box_large_infos_l{
	width: 16px;
	float: left;
	text-align: center;
}

.dealer_box_large_infos_r{
	width: 90%;
	width: -webkit-calc(100% - 32px);
	width: -moz-calc(100% - 32px);
	width: calc(100% - 32px);
	float: left;
	padding-left: 16px;
}

.dealer_box_large_infos_r, .dealer_box_large_infos_r a{
	font-family: 'SeatRegular', sans-serif;
	font-size: 14px; 
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
	display: block;
	vertical-align: middle;
	text-decoration: none;
}

.dealer_box_large_button{
	font-family: 'SeatBlack', sans-serif;
	font-size: 17px; 
	line-height: 17px;
	font-style: normal;
	font-weight: normal;
	width: 100%;
	padding: 20px 0 15px 0;
	background: transparent;
	color: #fff;
	border: 2px solid #fff;
	display: block;
	border-radius: 6px;
	text-align: center;
	text-decoration: none;
	margin-top: 30px;
}

.dealer_box_large_button:hover{
	color: #E44C13;
	background: #fff;
}

.load_more_plus{
	font-family: 'SeatMedium', sans-serif;
	font-size: 48px; 
	font-style: normal;
	font-weight: normal;
	color: #fff;
}

.load_more_button{
	font-family: 'SeatBlack', sans-serif;
	font-size: 17px; 
	line-height: 17px;
	font-style: normal;
	font-weight: normal;
	width: 240px;
	padding: 20px 0 15px 0;
	background: #fff;
	color: #E44C13;
	border: 2px solid #fff;
	display: inline-block;
	border-radius: 6px;
	text-align: center;
	text-decoration: none;
}

.load_more_button:hover{
	color: #fff;
	background: #E44C13;
}

.footer{
	background: #242424;
	padding: 50px 0;
}

.footer_inner{
	display: flex;
	flex-direction: row;
}

.footer_logo{
	order: 1;
	width: 50%;
}

.footer_logo img{
	width: 180px;
	height: auto;
}

.footer_logo p{
	font-family: 'SeatRegular', sans-serif;
	font-size: 15px; 
	line-height: 15px;
	font-style: normal;
	font-weight: normal;
	margin-top: 20px;
}

.footer_links{
	width: 50%;
	order: 2;
	text-align: right;
	padding-top: 24px;
}

.footer_links a{
	font-family: 'SeatBold', sans-serif;
	font-size: 15px; 
	line-height: 15px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	margin-left: 20px;
}


/* SCROLL DOWN */

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.scroll-down {
	position: absolute;
	left: 50%;
	right: auto;
	-webkit-animation: blink 1.5s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation: blink 1.5s;
	-moz-animation-iteration-count: infinite;
	-o-animation: blink 1.5s;
	-o-animation-iteration-count: infinite;
	bottom: 90px;
	width: 25px;
	margin-left: -13px;
	height: auto;
	z-index: 10;
	cursor: pointer !important;
	display: none;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media screen and (max-width: 1540px) {
	
	
	
	
	
	
	.dealer_box_small_hl h3{
		font-size: 22px; 
		line-height: 26px;
	}

	.dealer_box_small_hl h3 span{
		font-size: 16px; 
	}
	
	.dealer_box_large_hl h3{
		font-size: 22px; 
		line-height: 26px;
	}

	.dealer_box_large_hl h3 span{
		font-size: 16px; 
	}
	
}

@media screen and (max-width: 1280px) {
	
	.dealer_box_large_hl{
		padding-bottom: 15px;
	}
	
	.dealer_box_large_hl h3{
		font-size: 18px; 
		line-height: 22px;
	}

	.dealer_box_large_hl h3 span{
		font-size: 12px; 
	}
	
	.dealer_box_large_button{
		font-size: 13px; 
		line-height: 13px;
		padding: 10px 0 12px 0;
		margin-top: 10px;
	}
	
	
	.dealer_box_large_infos_l{
		width: 13px;
	}
	
	.dealer_box_large_infos_r{
		width: 90%;
		width: -webkit-calc(100% - 23px);
		width: -moz-calc(100% - 23px);
		width: calc(100% - 23px);
		float: left;
		padding-left: 10px;
	}
	
	.dealer_box_large_infos_r, .dealer_box_large_infos_r a{
		font-size: 12px; 
		line-height: 15px;
	}
}	


@media screen and (max-width: 1140px) {
	
	.content{
		width: 90%;
		margin: 0 auto;
	}
	
	.headline1{
		font-size: 70px;
		line-height: 70px;
	}

	.headline1_outline{
		font-size: 60px;
		line-height: 60px; 
	}

	.text1{
		font-size: 20px;
		line-height: 20px;
	}
	
	
	
	

}


@media screen and (max-width: 960px) {
	
	body:before {
	  content: "";
	  display: block;
	  position: fixed;
	  left: 0;
	  top: 0;
	  width: 100%;
	  height: 100vh;
	  z-index: -10;
	  background-color: #FD7739;
	  background: url(../img/bg_mobile.jpg) no-repeat top 80px center;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	}
	
	
	
	.dealer_box_large{
		width: 560px;
	}
	
	.dealer_box_large_img{
		width: 100%;
		padding-right: 0;
	
	}
	
	.dealer_box_large_img img{
		width: 100%;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		border-bottom-left-radius: 0px;
	}
	
	.dealer_box_large_details{
		width: 80%;
		padding: 30px 10%;
		position: static;
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
		text-align: left;
	}
	
	.dealer_box_large_hl h3{
		font-size: 28px; 
		line-height: 34px;
	}

	.dealer_box_large_hl h3 span{
		font-size: 22px; 
	}
	
	.dealer_box_large_infos_l{
		width: 16px;
	}
	
	.dealer_box_large_infos_r{
		width: 90%;
		width: -webkit-calc(100% - 32px);
		width: -moz-calc(100% - 32px);
		width: calc(100% - 32px);
		padding-left: 16px;
	}
	
	.dealer_box_large_infos_r, .dealer_box_large_infos_r a{
		font-size: 14px; 
		line-height: 20px;
	}
	
	.dealer_box_large_button{
		font-size: 17px; 
		line-height: 17px;
		width: 100%;
		padding: 20px 0 15px 0;
		margin-top: 30px;
	}
	
	.icon_seat_service_large{
		right: 0%;
	}
	
		
}



@media screen and (max-width: 800px) {
	
	.dealer_box_small{
		width: 80%;
		max-width: 440px;
		padding: 20px 0 30px 0;
		margin: 30px 30px;
	}
	
}	


@media screen and (max-width: 640px) {
	
	body:before {
	  background-color: #FD7739;
	  background: url(../img/bg_mobile.jpg) no-repeat top 65px center;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	}
	
	.content{
		width: 80%;
	}
	
	.headline1{
		font-size: 48px;
		line-height: 56px;
	}

	.headline1_outline{
		font-size: 40px; 
		line-height: 44px;
	}

	.text1{
		font-size: 18px;
		line-height: 24px;
	}
	
	.nav_bar{
		padding: 20px 0;
	}

	.nav_logo img{
		height: 25px;
	}
	
	
	.intro{
		padding-top: 0px;
		padding-bottom: 0px;
		height: 100vh;
		position: relative;
	}
	
	.overview_intro_text{
		position: absolute;
		bottom: 140px;
		left: 10%;
		width: 80%;
		z-index: 5;
	}
	
	.scroll-down {
		display: block;
	}
	
	
	.dealer_inner{
		width: 100%;
		padding: 0;
	}
	
	
	.dealer_box_small{
		width: 100%;
		max-width: 100%;
		padding: 0px 0 50px 0;
		margin: 0px 0px;
		border-radius: 0;
		box-shadow: 0;
	}
	
	
	.dealer_box_small_img{
		order: 1;
	}

	.dealer_box_small_hl{
		order: 2;
		text-align: left;
		width: 80%;
		padding: 30px 10% 0px 10%;
	}

	.dealer_box_small_infos{
		order: 3;
		padding: 30px 10% 0px 10%;
	}
	
	.dealer_box_small_hl h3{
		font-size: 26px; 
		line-height: 32px;
	}

	.dealer_box_small_hl h3 span{
		font-size: 20px; 
	}
	
	
	.footer{
		padding: 30px 0 50px 0;
	}
	
	.footer_inner{
		display: flex;
		flex-direction: column;
	}
	
	.footer_logo{
		order: 2;
		width: 100%;
		text-align: center;
		padding-top: 50px;
	}
	
	
	.footer_logo img{
		width: 60%;
		height: auto;
		max-width: 240px;
	}
	
	
	.footer_logo p{
		margin-top: 30px;
		font-size: 11px;
	}
	
	.footer_links{
		width: 100%;
		order: 1;
		text-align: left;
		padding-top: 0px;
	}
	
	.footer_links a{
		font-family: 'SeatRegular', sans-serif;
		font-size: 18px; 
		line-height: 18px;
		font-style: normal;
		font-weight: normal;
		text-decoration: none;
		margin-left: 0px;
		display: block;
		border-bottom: 1px solid #fff;
		width: 90%;
		padding: 15px 5%;
	}
	
	.dealer, .load_more_wrapper{
		background: #E44C13;
	}
	
	.load_more_button{
		width: 80%;
	}
	
	
	.dealer_box_large{
		width: 100%;
	}
	
	.dealer_box_large_img img{
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 0px;
	}

}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
