﻿ /***** BEGIN 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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

/*
ol, ul {
	list-style: none;
}
*/

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address, img {  
    display: block;  
} 
/***** END RESET *****/

/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/***** Overall *****/
html {
	width: 100%;
}

body {
	width: 100%;
	margin: 0px auto;
	-webkit-text-size-adjust: none !important;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #333 !important;
}

/********** Control the Captcha **********/
.CaptchaPanel {
margin: 10px auto !important;
padding:0 0 0 0 !important;
text-align: center;
line-height:normal !important;
}

.CaptchaImage {
	border: 1px solid #333 !important;
	margin: 0px auto !important;
}

.CaptchaImagePanel {
margin:0 0 0 0;
padding:0 0 0 0 !important;
}

.CaptchaMessagePanel {
padding:0 0 0 0 !important;
margin: 5px auto !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: 10px auto;
	padding:8px 0 8px 0 !important;
}
.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 
        

/********** Header **********/
.header-overall {
	width: 100%;
	border-bottom: thin solid #fff;
	padding-bottom: 20px;
	background-color: #333;
}

/*
.logo {
	height: 40px;
	width: auto;
	display: inline-block;
	overflow: hidden;
	margin: 15px 30px;
}

.logo img {
	height: 100%;
	width: auto;
}
*/

.header-nav {
	font-family: 'Teko', Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 21px;
	text-transform: uppercase;
	letter-spacing: 2px;
	width: auto;
	text-align: right;
	display: inline-block;
	float: right;
	margin: 10px 30px;
}

.header-nav li {
	display: inline-block;
	padding: 20px;
}

.header-nav ul li ul {
	display: none;
}

.header-nav ul li ul li {
	display: inline-block;
	width: 150px;
}

.header-nav ul li:hover ul {
	display: inline-block;
}

.header-nav a {
	color: white;
	text-decoration: none;
}

.header-nav a:hover {
	color: #ed1c24;
	transition: 0.5s ease;
}

/********** Slideshow **********/
.home-header{
	width: 100%;
	height: 700px;
	overflow: hidden;
	display: block;
	/* height: 700px; */
	box-sizing: border-box;
}

.fadein {
	position:relative;
	height: 700px;
	box-sizing: border-box;
		/* top: -50px; */
	z-index: 0;
	box-sizing: border-box;
}

.fadein img {
	position:absolute;
	opacity:0;
	animation-name: fade;
	animation-duration: 35s;
	animation-iteration-count: infinite;
	*display:none;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	top: -20%;
}
	
.fadein img:nth-child(1) { animation-delay: 0s;}
.fadein img:nth-child(2) { animation-delay: 5s;}
.fadein img:nth-child(3) { animation-delay: 10s;}
.fadein img:nth-child(4) { animation-delay: 20s;}
.fadein img:nth-child(5) { animation-delay: 25s;}
.fadein img:nth-child(6) { animation-delay: 30s;}
/*
.fadein img:nth-child(7) { animation-delay: 35s;}
.fadein img:nth-child(8) { animation-delay: 35s;}
.fadein img:nth-child(9) { animation-delay: 40s;}
.fadein img:nth-child(10) { animation-delay: 45s;}
*/

@keyframes fade {
	0%   { opacity: 0; }
	11.11%   { opacity: 1; }
	33.33%  { opacity: 1; }
	44.44%  { opacity: 0; }
	100% { opacity: 0; }
}

/********** Content **********/
.content {
	width: 80%;
	height: auto;
	text-align: center;
	box-sizing: border-box;
	background: url(../siteart/icons/SVG_Files/background_logo-01.svg) no-repeat;
	background-position: left bottom;
	background-size: 50%;
	margin: 0px auto;
}

.content2 {
	width: 100%;
	height: auto;
	text-align: center;
	box-sizing: border-box;
	*background: url(../siteart/icons/SVG_Files/background_logo-01.svg) no-repeat;
	*background-position: left bottom;
	*background-size: 50%;
}

/*
.top-image {
	background-color: #333;
	display: inline-block;
	position: relative;
	color: white;
	width: 100%;
	height: 600px;
	overflow: hidden;
}

.top-image img {
	position: relative;
	top: -30%;
	width: 100%;
}
*/

.menu-image1 {
	width: 49.5%;
	height: 300px;
	display: inline-block;
	background-color: #333;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	background: url(../siteart/images/C10084525_O3.png) #333 no-repeat;
	background-size: 100%;
	background-position: center;
	position: relative;
}

.menu-image2 {
	width: 49.5%;
	height: 300px;
	display: inline-block;
	background-color: #333;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	background: url(../siteart/images/gwp100009_O3.png) #333 no-repeat;
	background-size: 100%;
	background-position: center;
	position: relative;
}

.menu-image3 {
	width: 49.5%;
	height: 300px;
	display: inline-block;
	background-color: #333;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	background: url(../siteart/images/BG-2-colors_O3.png) #333 no-repeat;
	background-size: 175%;
	background-position: center;
	position: relative;
}

.menu-image4 {
	width: 49.5%;
	height: 300px;
	display: inline-block;
	background-color: #333;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	background: url(../siteart/images/C10081433_O3.png) #333 no-repeat;
	background-size: 100%;
	background-position: center;
	position: relative;
}

.menu-image1 a {
	text-decoration: none;

}

.menu-image2 a {
	text-decoration: none;

}

.menu-image3 a {
	text-decoration: none;

}

.menu-image4 a {
	text-decoration: none;

}

.menu-image1 p {
	vertical-align: middle;
	position: relative;
	width: 55%;
	margin: 0px auto;
	font-family: 'Teko', Helvetica, Arial, sans-serif;
	font-size: 21px;
	text-transform: uppercase;
	letter-spacing: 2px;
	border: 3px solid #fff;
	padding: 10px 30px;
	top: 120px;
	color: #fff;
	z-index: 1;
}

.menu-image2 p {
	vertical-align: middle;
	position: relative;
	width: 55%;
	margin: 0px auto;
	font-family: 'Teko', Helvetica, Arial, sans-serif;
	font-size: 21px;
	text-transform: uppercase;
	letter-spacing: 2px;
	border: 3px solid #fff;
	padding: 10px 30px;
	top: 120px;
	color: #fff;
	z-index: 1;
}

.menu-image3 p {
	vertical-align: middle;
	position: relative;
	width: 55%;
	margin: 0px auto;
	font-family: 'Teko', Helvetica, Arial, sans-serif;
	font-size: 21px;
	text-transform: uppercase;
	letter-spacing: 2px;
	border: 3px solid #fff;
	padding: 10px 30px;
	top: 120px;
	color: #fff;
	z-index: 1;
}

.menu-image4 p {
	vertical-align: middle;
	position: relative;
	width: 55%;
	margin: 0px auto;
	font-family: 'Teko', Helvetica, Arial, sans-serif;
	font-size: 21px;
	text-transform: uppercase;
	letter-spacing: 2px;
	border: 3px solid #fff;
	padding: 10px 30px;
	top: 120px;
	color: #fff;
	z-index: 1;
}

.menu-image1:hover {
	background: url(../siteart/images/C10084525_O7.png) #333 no-repeat;
	background-size: 100%;
	background-position: center;
}

.menu-image2:hover {
	background: url(../siteart/images/gwp100009_O7.png) #333 no-repeat;
	background-size: 100%;
	background-position: center;
}

.menu-image3:hover {
	background: url(../siteart/images/BG-2-colors_O7.png) #333 no-repeat;
	background-size: 175%;
	background-position: center;
}

.menu-image4:hover {
	background: url(../siteart/images/C10081433_O7.png) #333 no-repeat;
	background-size: 100%;
	background-position: center;
}

/*
.menu-images {
	width: 24.5%;
	height: 200px;
	display: inline-block;
	background-color: #333;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
}

.menu-images a {
	text-decoration: none;
}

.menu-images p {
	vertical-align: middle;
	position: relative;
	width: 55%;
	margin: 0px auto;
	font-family: 'Teko', Helvetica, Arial, sans-serif;
	font-size: 21px;
	text-transform: uppercase;
	letter-spacing: 2px;
	border: 3px solid #fff;
	padding: 10px 30px;
	top: 70px;
	color: #fff;
	z-index: 1;
}
 
.menu-images img {
	width: 120%;
	position: relative;
	z-index: 0;
	top: -58%;
	opacity: 0.3;
}

.menu-images:hover img {
	opacity: 0.8;
}

.menu-images2 {
	width: 24.5%;
	height: 200px;
	display: inline-block;
	background-color: #333;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
}

.menu-images2 a {
	text-decoration: none;
}

.menu-images2 p {
	vertical-align: middle;
	position: relative;
	width: 55%;
	margin: 0px auto;
	font-family: 'Teko', Helvetica, Arial, sans-serif;
	font-size: 21px;
	text-transform: uppercase;
	letter-spacing: 2px;
	border: 3px solid #fff;
	padding: 10px 30px;
	top: 70px;
	color: #fff;
	z-index: 1;
}
 
.menu-images2 img {
	height: 120%;
	position: relative;
	z-index: 0;
	top: -33%;
	opacity: 0.3;
	left: -10%;
}

.menu-images2:hover img {
	opacity: 0.8;
}
*/
.welcome {
	display: inline-block;
	margin: 20px 0px 20px 0px;
	width: 50%;
}

.welcome h1 {
	color: #ee2b31;
	font-family: 'Teko', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 36px;
}

.welcome h2 {
	color: #dbb216;
	font-size: 24px;
	font-family: 'Teko', Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

.welcome p {
	text-align: left;
	color: white;
	font-size: 16px;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	line-height: 25px;
}

.button1 {
	display: inline-block;
	width: 200px;
	padding: 10px;
	margin: 15px 30px 30px 30px;
	font-family: 'Teko', Helvetica, Arial, sans-serif;
	font-size: 24px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	border: thin solid #fff;
}

.button2 {
	display: inline-block;
	width: 200px;
	padding: 10px;
	margin: 15px 30px 30px 30px;
	font-family: 'Teko', Helvetica, Arial, sans-serif;
	font-size: 24px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	border: thin solid #fff;
}

.button1:hover {
	background-color: #fff;
	color: #333;
	border: thin solid #fff;
}

.button2:hover {
	background-color: #fff;
	color: #333;
	border: thin solid #fff;
}

.social-media {
	width: 50%;
	display: inline-block;
	text-align: center;
	margin-bottom: 25px;
}

.social1 {
	display: inline-block;
	height: 48px;
	width: 48px;
	background-color: #55565b;
	margin: 0px 30px;
}

.social1 img {
	width: 28px;
	height: auto;
	margin: 10px auto;
	display: inline-block;
	position: relative;
}

.social1:hover {
	background-color: #3B5998;
}

.social2 {
	display: inline-block;
	height: 48px;
	width: 48px;
	background-color: #55565b;
	margin: 0px 30px;
}

.social2 img {
	width: 48px;
	height: auto;
	margin: 0px auto;
	display: inline-block;
	position: relative;
}

.social2:hover {
	background-color: #1DA1F2;
}

.social3 {
	display: inline-block;
	height: 48px;
	width: 48px;
	background-color: #55565b;
	margin: 0px 30px;
}

.social3 img {
	width: 28px;
	height: auto;
	margin: 10px auto;
	display: inline-block;
	position: relative;
}

.social3:hover {
	background-color: #da3176;
}

.social4 {
	display: inline-block;
	height: 48px;
	width: 48px;
	background-color: #55565b;
	margin: 0px 30px;
}

.social4 img {
	width: 36px;
	height: auto;
	margin: 6px auto;
	display: inline-block;
	position: relative;
}

.social4:hover {
	background-color: #0077B5;
}

.about {
	width: 50%;
	color: white;
	margin: 20px auto;
	text-align: center;
}

.spacer {
	heigth: 20px;
	width: 100%;
	display: inline-block;
}

.about h1 {
	color: #ed1c24;
	font-family: 'Teko', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 36px;
	line-height: 36px;
	text-align: center;
}

.about h2 {
	color: #dbb216;
	font-size: 24px;
	font-family: 'Teko', Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
}

.about strong {
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	line-height: 25px;
	font-weight: 600;
}

.about p {
	text-align: left;
	color: #fff;
	font-size: 16px;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	line-height: 25px;
}

.about a {
	display: inline-block;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: 600;
	color: #fff;
}

.hosted-content .listings-wrapper .sort-box {
	background: none !important;
}

.brand-logos {
	width: 100%;
	margin: 40px auto;
}

.wide {
	display: inline-block;
	width: 150px;
	height: auto;
	margin: 40px;
	vertical-align: middle;
}

.square {
	display: inline-block;
	height: 75px;
	width: auto;
	margin: 40px;
	vertical-align: middle;
}

.inspection {
	display: inline-block;
	position: relative;
	width: 300px;
	height: 400px;
	overflow: hidden;
}

.inspection img {
	height: 100%;
}

.location-image {
	*margin: 20px auto;
	*width: 100%;
	width: 44.25%;
	margin: 16px;
	display: inline-block;
	height: auto;
	text-align: center;
	overflow: hidden;
}

.location-image img {
	width: 100%;
	height: auto;
}

/*
.background-logo {
	width: 750px;
	z-index: -100;
	display: block;
	position: relative;
	bottom: 230px;
	opacity: 0.5;
}
*/

/********** Scrolling Inventory **********/
.scrolling-wrap {
	width:100%;
	height:90px;
	overflow:hidden;
}

.scrolling-wrap iframe {
	width: 100%;
	height: 90px;
}
 
.scrolling{
	width:100%;
	height:90px;
}

/********** Footer **********/
.footer {
	background-color: #333;
	color: white;
	padding: 20px;
	border-top: thin solid #fff;
}

.footer2 {
	background-color: #333;
	color: #fff;
	padding: 20px 0px;
	border-top: thin solid #fff;
	bottom: 0px;
	position: absolute;
	margin: 0px auto;
	width: 100%;
}

.footer-text {
	width: 50%;
	text-align: center;
	margin: auto;
	font-size: 12px;
}

.footerlink {
	color: white;
}

/********** Inventory **********/
.hosted-content .widget-express-container, .hosted-content .widget-nah-container, .hosted-content .widget-ps-container {
	background-color: #DFDFDF;
	color: #fff !important;
}

.hosted-content .listings-wrapper .listings-list .listing-name a:hover {
	text-decoration: none !important;
	color: #ed1c24;
}

.hosted-content .underline:hover {
	text-decoration: none !important;
	color: #ED1C24;
}

a:hover {
	color: #ed1c24 !important;
}

.hosted-content h3 {
	color: #fff !important;
}

.hosted-content input[type='submit'], .hosted-content button[type='submit'], .hosted-content .btn, .hosted-content .button {
	background: #c0c0c0 !important;
}

.hosted-content input[type='submit']:hover, .hosted-content button[type='submit']:hover, .hosted-content .btn:hover, .hosted-content .button:hover {
	background: #848484 !important;
}

.hosted-content .listings-detail-wrapper .information-box :nth-child(2n).row {
	background-color: darkgray !important;
}

/* FACETED INVENTORY */
#inv .list-content {
    max-width: 98% !important;
}
#inv body{
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
#inv{padding: 2% 0;}
#inv *:not(.loading-spinner):not(.loader){border-radius: 0!important;}
#inv p{font-family: 'Roboto', Helvetica, Arial, sans-serif !important;} /* Reset font, ignore icons */
#inv a[href^="tel:"], .dealer-info, .detail-price{
	color: #fff !important;
}
.faceted-search-content-container, .list-main-section, .compare-container{
    background: #fff !important;
}
.detail-content .detail-main-body .main-detail-data{
	background: #444 !important;
	color: #fff !important;
}
#inv #contact-info{
	background: #444 !important;
	color: #fff !important;
	padding-bottom: 30px;
	padding-right: 10px;
}
.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc, .detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc p, .detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc i{
	color: #fff !important;
	border-color: #fff !important;
	line-height: 48px;
}
.list-listings-count, .sort-by-dropdown-container span, .bread-crumbs-heading > div:not(.title-media-buttons-heading) *, .breadcrumbs *, .search-results *, #contact-info, .fin-calc p {color: #fff !important;}
.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 2px 3px 3px 4px;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 0px 3px 0px 6px;}
span.compare-label{padding-left: 4px !important;}
.compare-chkbox-container .compare-listings .fa-check {
    top: -4px !important;
    left: 6px !important;
}

.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link, .faceted-search-content .selected-facets-container .selected-facet, .list-content .list-listing-mobile .view-listing-details-link, .list-content .list-listing-mobile .buy-now-link, .list-content .list-listing-mobile .check-availability-link, .list-content .list-listing-mobile .email-seller-link, .detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn, .detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile, .detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav {background:#ed1c24 !important; color: #fff !important;}

.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .video-chat-link, .faceted-search, .faceted-show-all-btn {background: #000 !important;}

.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, #parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count, #inv .error-message, #inv .info {color: #000 !important;}
 
/* heading */
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title, .main-detail-data .detail-title, .parts-title-text, .compare-title, h1 > span, .list-listing-title *, .dealer-name, .modal-title * { color: #ed1c24 !important;}
#inv h1, #inv h2, #inv h3, #inv h4, #inv h5, #inv h6, .list-content .list-title .list-title-text, h1 > span, .detail-price{
	font-family: 'Teko', Helvetica, Arial, sans-serif !important;
	text-transform: uppercase;    
}
.faceted-search__main-section {
    background: #fff !important;
}
.detail-content .detail-additional-data .data-row .data-value{
	background-color: #000 !important;
    color: #fff !important;
    font-weight: normal !important;
}
.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label, .part-detail-additional-data .data-label, .part-detail-content .detail-contact-bar {background: #444 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .faceted-search-content .mobile-done-button-container .mobile-done-button, .list-page-nav, .contact-options a, .dealer-phone-container {background: #444 !important;}

.detail-content .dealer-info .phone-and-email .send-email-btn {border-color: #000!important; color: #000!important;}

.material-icons, .collapsible-content a {color:#fff!important;}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details, .cs-btns a {background-color: #000!important;}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile{margin-right:0!important;}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc{height: 48px;box-sizing: border-box;}


/********** Responsive Styles **********/

@media screen and (max-width: 1280px) and (min-width:1025px) {
	.logo {
		margin: 15px auto !important;
		display: block !important;
	}
	
	#nav {
		float: none !important;
	}
	
	.navigation_container {
		margin: 18px auto !important;
		position: relative !important;
		width: 100% !important;
	}
	
	/*
	.menu-images {
		height: 150px;
		background-color: #333;
		top: -50%;
	}
	
	.menu-images img {
		top: -50%;
	}
	
	.menu-images p {
		top: 30%;
		font-size: 18px;
		letter-spacing: 2px;
		padding: 10px 15px;
	}
	
	.menu-images2 {
		height: 150px;
		background-color: #333;
	}
	
	.menu-images2 img {
		top: -43%;
	}
	
	.menu-images2 p {
		top: 27%;
		font-size: 18px;
		letter-spacing: 2px;
		padding: 10px 15px;
		line-height: 18px;
	}
	*/
	
	.home-header{
		width: 100%;
		height: 500px;
		overflow: hidden;	
		display: block;
		box-sizing: border-box;
	}
	
	.fadein {
		position:relative;
		top: 0px;
		z-index: 0;
		box-sizing: border-box;
	}
	
	.fadein img {
		top: -8%;
	}
	
	.welcome h1 {
		font-size: 30px;
	}
	
	.menu-image1 {
		height: 150px;
		background-color: #333;
	}
	
	.menu-image2 {
		height: 150px;
		background-color: #333;
	}
	
	.menu-image3 {
		height: 150px;
		background-color: #333;
		background-size: 175%;
	}
	
	.menu-image4 {
		height: 150px;
		background-color: #333;
	}
	
	.menu-image1 p {
		top: 30%;
		font-size: 18px;
		letter-spacing: 1px;
		padding: 10px 15px;
	}
	
	.menu-image2 p {
		top: 30%;
		font-size: 18px;
		letter-spacing: 1px;
		padding: 10px 15px;
	}
	
	.menu-image3 p {
		top: 30%;
		font-size: 18px;
		letter-spacing: 1px;
		padding: 10px 15px;
	}
	
	.menu-image4 p {
		top: 30%;
		font-size: 18px;
		letter-spacing: 1px;
		padding: 10px 15px;
	}
	
	.welcome {
		width: 75%;
	}
	
	.about {
		width: 75%;
	}
	
	.footer2 {
		position: relative;
		bottom: 0px;
	}
	
	.location-image {
		*margin: 20px auto;
		*width: 100%;
		width: 44.25%;
		margin: 16px;
		display: inline-block;
		height: auto;
		text-align: center;
		overflow: hidden;
	}

	.location-image img {
		width: 100%;
		height: auto;
	}
}


@media screen and (max-width: 1024px) and (min-width:651px) {	
	.content {
		background-size: 100%;
	}
	
	.headerwrap {
		height: 100px !important;
	}
	
	.logo {
		height: 70px !important;
	}
	
	.top-image {
		height: 450px;
	}
	
	.top-image img {
		top: -12%;
	}
	
	.home-header{
		width: 100%;
		height: 350px;
		overflow: hidden;	
		display: block;
		box-sizing: border-box;
	}
	
	.fadein {
		position:relative;
		top: 0px;
		z-index: 0;
		box-sizing: border-box;
		height: 350px;
	}
	
	.fadein img {
		top: 0%;
	}
	
	/*
	.menu-images {
		width: 49.5%;
		background-color: #333;
	}
	
	.menu-images img {
		top: -120px;
	}
	
	.menu-images p {
		font-size: 21px;
		letter-spacing: 2px;
		top: 70px;
	}
	
	.menu-images2 {
		width: 49.5%;
		background-color: #333;
	}
	
	.menu-images2 img {
		top: -75px;
		left: -120px;
	}
	
	.menu-images2 p {
		font-size: 21px;
		letter-spacing: 2px;
		top: 70px
	}
	*/
	
	.menu-image1 {
		width: 49.5%;
		background-color: #333;
		height: 150px;
	}
	
	.menu-image2 {
		width: 49.5%;
		background-color: #333;
		height: 150px;
	}
	
	.menu-image3 {
		width: 49.5%;
		background-color: #333;
		height: 150px;
	}
	
	.menu-image4 {
		width: 49.5%;
		background-color: #333;
		height: 150px;
	}
	
	.menu-image1 p {
		top: 50px;
		font-size: 18px;
		letter-spacing: 0px;
	}
	
	.menu-image2 p {
		top: 50px;
		font-size: 18px;
		letter-spacing: 0px;
	}
	
	.menu-image3 p {
		top: 50px;
		font-size: 18px;
		letter-spacing: 0px;
	}
	
	.menu-image4 p {
		top: 50px;
		font-size: 18px;
		letter-spacing: 0px;
	}
	
	.menu-image1 {
		letter-spacing: 0px;
	}
	
	.menu-image2 {
		letter-spacing: 0px;
	}
	
	.menu-image3 {
		letter-spacing: 0px;
	}
	
	.menu-image4 {
		letter-spacing: 0px;
	}
	
	.welcome {
		margin: 20px auto;
		width: 100%;
	}
	
	.welcome h1 {
		font-size: 28px;
		line-height: 28px;
	}
	
	.welcome h2 {
		font-size: 21px;
	}
	
	.about {
		margin: 20px auto;
		width: 650px;
	}
	
	.about h1 {
		font-size: 28px;
		line-height: 28px;
	}
	
	.about h2 {
		font-size: 21px;
		line-height: 21px;
	}
	
	.button1 {
		margin: 15px 80px 30px 80px;
	}
	
	.button2 {
		margin: 15px 80px 30px 80px;
	}
	
	.social-media {
		width: 100%;
	}
	
	.social1 {
		height: 60px;
		width: 60px;
		margin: 0px 15px;
	}
	
	.social1 img {
		width: 36px;
		margin: 12px auto;
	}
	
	.social2 {
		height: 60px;
		width: 60px;
		margin: 0px 15px;
	}
	
	.social2 img {
		width: 36px;
		margin: 12px auto;
	}
	
	.social3 {
		height: 60px;
		width: 60px;
		margin: 20px 15px;
	}
	
	.social3 img {
		width: 36px;
		margin: 12px auto;
	}
	
	.social4 {
		height: 60px;
		width: 60px;
		margin: 20px 15px;
	}
	
	.social4 img {
		width: 36px;
		margin: 12px auto;
	}
	
	.footer-text {
		width: 75%;
	}
	
	.footer2 {
		position: relative;
		bottom: 0px;
	}
	
	.about {
		width: 85%;
	}
	
	.location-image {
		margin: 16px auto;
		width: 100%;
		*width: 44.25%;
		*margin: 16px;
		display: inline-block;
		height: auto;
		text-align: center;
		overflow: hidden;
	}

	.location-image img {
		width: 100%;
		height: auto;
	}

}
	
@media screen and (max-width: 650px) and (min-width:319px) {
	.headerwrap {
		height: 80px !important;
	}
	
	.logo {
		height: 55px !important;
	}
	
	.content {
		background-size: 100%;
	}
	
	.top-image {
		height: 200px;
		background-color: #333;
	}
	
	.top-image img {
		top: -10%;
	}
	
	.home-header{
		width: 100%;
		height: 185px;
		overflow: hidden;	
		display: block;
		box-sizing: border-box;
	}
	
	.fadein {
		position:relative;
		top: 0px;
		z-index: 0;
		box-sizing: border-box;
		height: 185px;
	}
	
	.fadein img {
		height: auto;
		width: 100%;
		top: 0%;
	}
	
	/*
	.menu-images {
		width: 100%;
		background-color: #333;
		height: 100px;
	}
	
	.menu-images p {
		top: 20px;
		letter-spacing: 2px;
	}
	
	.menu-images img {
		top: -120px;
	}
	
	.menu-images2 {
		width: 100%;
		background-color: #333;
		height: 100px;
	}
	
	.menu-images2 p {
		top: 20px;
		letter-spacing: 2px;
		line-height: 21px;
	}
	
	.menu-images2 img {
		height: auto;
		width: 100%;
		left: 0%;
		top: -75px;
	}
	*/
	
	.menu-image1 {
		width: 100%;
		background-color: #333;
		height: 150px;
	}
	
	.menu-image2 {
		width: 100%;
		background-color: #333;
		height: 150px;
	}
	
	.menu-image3 {
		width: 100%;
		background-color: #333;
		height: 150px;
	}
	
	.menu-image4 {
		width: 100%;
		background-color: #333;
		height: 150px;
	}
	
	.menu-image1 p {
		top: 50px;
		letter-spacing: 0px;
	}
	
	.menu-image2 p {
		top: 50px;
		letter-spacing: 0px;
	}
	
	.menu-image3 p {
		top: 32px;
		letter-spacing: 0px;
	}
	
	.menu-image4 p {
		top: 50px;
		letter-spacing: 0px;
	}
	
	.welcome {
		width: 100%;
	}
	
	.welcome h1 {
		font-size: 28px;
		line-height: 28px;
		margin-bottom: 20px;
	}
	
	.welcome h2 {
		font-size: 18px;
	}
	
	.welcome p {
		font-size: 14px;
		line-height: 21px;
	}
	
	.about {
		width: 90%;
	}
	
	.about h1 {
		font-size: 28px;
		line-height: 28px;
		margin-bottom: 20px;
	}
	
	.about h2 {
		font-size: 18px;
		line-height: 18px;
	}
	
	.about p {
		font-size: 14px;
		line-height: 21px;
	}
	
	.button1 {
		margin: 0px auto 10px auto;
	}
	
	.button2 {
		margin: 0px auto 10px auto;
	}
	
	.social-media {
		width: 90%;
	}
	
	.social1 {
		height: 60px;
		width: 60px;
		margin: 0px 5px;
	}
	
	.social1 img {
		width: 36px;
		margin: 12px auto;
	}
	
	.social2 {
		height: 60px;
		width: 60px;
		margin: 0px 5px;
	}
	
	.social2 img {
		width: 36px;
		margin: 12px auto;
	}
	
	.social3 {
		height: 60px;
		width: 60px;
		margin: 20px 5px;
	}
	
	.social3 img {
		width: 36px;
		margin: 12px auto;
	}
	
	.social4 {
		height: 60px;
		width: 60px;
		margin: 20px 5px;
	}
	
	.social4 img {
		width: 36px;
		margin: 12px auto;
	}
	
	.footer-text {
		width: 75%;
	}
	
	.footer2 {
		position: relative;
		bottom: 0px;
	}
	
	.about {
		width: 85%;
	}
	
	.location-image {
		margin: 16px auto;
		width: 100%;
		*width: 44.25%;
		*margin: 16px;
		display: inline-block;
		height: auto;
		text-align: center;
		overflow: hidden;
	}

	.location-image img {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 318px){	
	.content {
		background-size: 100%;
	}
	
	.top-image {
		height: 150px;
	}
	
	.top-image img {
		top: -25px;
		background-color: #333;
	}
	
	.menu-images {
		background-color: #333;
	}
	
	.menu-images2 {
		background-color: #333;
	}
	
	.footer2 {
		position: relative;
		bottom: 0px;
	}
	
	/*
	.home-header{
		width: 100%;
		height: 150px;
		overflow: hidden;	
		display: block;
		box-sizing: border-box;
	}
	
	.fadein {
		position:relative;
		top: 0px;
		z-index: 0;
		box-sizing: border-box;
	}
	*/
}