﻿/***** 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;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/********** 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 **********/
.top-header {
	background: url(../siteart/images/Digital-Camo.jpg) repeat-x;
	height: 230px;
	overflow: hidden;
	/* background-color: pink; */
}

.gradient {
	width: 100%;
	height: 250px;
	z-index: 0;
	position: relative;
	top: -250px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.logo {
	width: 140px;
	height: auto;
	display: inline-block;
	margin: 20px;
	position: relative;
	z-index: 1;
}

.contact-info {
	background-color: #C6AA76;
	color: #333;
	font-size: 14px;
	width: auto;
	height: auto;
	margin: 40px 20px;
	float: right;
	position: relative;
	line-height: 21px;
	z-index: 1;
	box-sizing: border-box;
}

.address {
	display: inline-block;
	width: auto;
	text-align: right;
	margin: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Playfair Display', Times, Times New Roman, serif;
	letter-spacing: 1px;
}

.contacts {
	display: inline-block;
	width: auto;
	text-align: left;
	margin: 14px;
	float: right;
}

.contacts strong {
	text-transform: uppercase;
}

.contacts a {
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
}

/********** Slideshow **********/
.home-header{
	*width: calc(100% - 72px);
	width: 100%;
	margin: 0px auto;
	*width: 100%;
	*height: 700px;
	height: 600px;
	overflow: hidden;
	display: block;
	/* height: 700px; */
	box-sizing: border-box;
}

.fadein {
	position:relative;
	height: auto;
	*height: 600px;
	box-sizing: border-box;
		/* top: -50px; */
	z-index: 0;
	box-sizing: border-box;
}

.fadein img {
	position:absolute;
	opacity:0;
	animation-name: fade;
	animation-duration: 55s;
	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: 15s;}
.fadein img:nth-child(5) { animation-delay: 20s;}
.fadein img:nth-child(6) { animation-delay: 25s;}
.fadein img:nth-child(7) { animation-delay: 30s;}
.fadein img:nth-child(8) { animation-delay: 35s;}
.fadein img:nth-child(9) { animation-delay: 40s;}
.fadein img:nth-child(10) { animation-delay: 45s;}
.fadein img:nth-child(11) { animation-delay: 50s;}
/* .fadein img:nth-child(12) { animation-delay: 55s;} */

@keyframes fade {
	0%   { opacity: 0; }
	11.11%   { opacity: 1; }
	33.33%  { opacity: 1; }
	44.44%  { opacity: 0; }
	100% { opacity: 0; }
}

/********** Content **********/
.content {
	width: 100%;
	text-align: center;
}

.content a {
	text-decoration: none;
}

.image-scroll {
	width: 100%;
	height: 500px;
	background-color: pink;
	display: inline-block;
	overflow: hidden;
}

.image-scroll img {
	width: 100%;
	position: relative;
	top: -35%;
}

.button1 {
	display: inline-block;
	width: 32%;
	max-width: 100%;
	margin: 20px auto;
	height: 250px;
	background-color: #333;
	vertical-align: middle;
	overflow: hidden;
	background: url(../siteart/images/truck_O3.png) no-repeat;
	background-size: 100%;
	background-position: center;
	text-align: center;
}

.button2 {
	display: inline-block;
	width: 32%;
	max-width: 100%;
	margin: 20px auto;
	height: 250px;
	background-color: #333;
	vertical-align: middle;
	overflow: hidden;
	background: url(../siteart/images/trailer_O3.png) no-repeat;
	background-size: 100%;
	background-position: center;
	text-align: center;
}

.button3 {
	display: inline-block;
	width: 32%;
	max-width: 100%;
	margin: 20px auto;
	height: 250px;
	background-color: #333;
	vertical-align: middle;
	overflow: hidden;
	background: url(../siteart/images/lifts_other_equipment_O3.png) no-repeat;
	background-size: 100%;
	background-position: center;
	text-align: center;
}

.button1:hover {
	background: url(../siteart/images/truck_O7.png) no-repeat;
	background-size: 100%;
	background-position: center;
}

.button2:hover {
	background: url(../siteart/images/trailer_O7.png) no-repeat;
	background-size: 100%;
	background-position: center;
}

.button3:hover {
	background: url(../siteart/images/lifts_other_equipment_O7.png) no-repeat;
	background-size: 100%;
	background-position: center;
}

/*
.button1 img {
	width: 120%;
	opacity: 0.3;
	position: relative;
	top: -24%;
	transition: ease 0.3s;
}

.button2 img {
	width: 120%;
	opacity: 0.3;
	position: relative;
	top: -24%;
	transition: ease 0.3s;
}

.button3 img {
	width: 120%;
	opacity: 0.3;
	position: relative;
	top: -35%;
	transition: ease 0.3s;
}

.button1:hover img {
	opacity: 0.8;
}

.button2:hover img {
	opacity: 0.8;
}

.button3:hover img {
	opacity: 0.8;
}
*/

.button1 h1 {
	font-family: 'Playfair Display', Times, Times New Roman, serif;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 30px;
	vertical-align: middle;
	line-height: 30px;
	color: #fff;
	position: relative;
	top: 40%;
	letter-spacing: 2px;
	z-index: 3;
	text-align: center;
	margin: 0px auto;
	width: calc(100% - 72px);
	border: 2px solid #fff;
	padding: 10px;
}



.button2 h1 {
	font-family: 'Playfair Display', Times, Times New Roman, serif;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 30px;
	vertical-align: middle;
	line-height: 30px;
	color: #fff;
	position: relative;
	top: 40%;
	letter-spacing: 2px;
	z-index: 3;
	text-align: center;
	margin: 0px auto;
	width: calc(100% - 72px);
	border: 2px solid #fff;
	padding: 10px;
}

.button3 h1 {
	font-family: 'Playfair Display', Times, Times New Roman, serif;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 30px;
	vertical-align: middle;
	line-height: 30px;
	color: #fff;
	position: relative;
	top: 40%;
	letter-spacing: 2px;
	z-index: 3;
	text-align: center;
	margin: 0px auto;
	width: calc(100% - 72px);
	border: 2px solid #fff;
	padding: 10px;
}

.sell {
	width: calc(100% - 72px);
	margin: 20px auto;
	background-color: darkred;
	text-align: center;
	border-radius: 10px;
}

.sell:hover {
	background-color: rgba(139, 0, 0, 0.7);
}

.sell h1 {
	font-family: 'Playfair Display', Times, Times New Roman, serif;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 32px;
	letter-spacing: 2px;
	color: #fff;
	padding: 5px;
	text-decoration: none;
}

.hours {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 20px 30px;
	width: 35%;
	max-width: 100%;
	text-align: center;
}

.hours h1 {
	font-family: 'Playfair Display', Times, Times New Roman, serif;
	color: midnightblue;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 28px;
}

.hours p {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	color: #333;
}

.hours strong {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: midnightblue;
}

.hours hr {
	border-top: 2px solid darkred;
	border-bottom: 2px solid darkred;
}

.hours a {
	color: #333;
	text-decoration: none;
}

.hours a:hover {
	font-weight: 700;
}

.hours span {
	color: darkred;
}

.contact {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 20px 30px;
	width: 35%;
	max-width: 100%;
	text-align: center;
}

.contact h1 {
	font-family: 'Playfair Display', Times, Times New Roman, serif;
	color: midnightblue;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 28px;
}

.contact p {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	color: #333;
}

.contact strong {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: midnightblue;
}

.contact hr {
	border-top: 2px solid #BF0D3E;
	border-bottom: 2px solid #BF0D3E;
}

.contact a {
	color: #333;
	text-decoration: none;
}

.contact a:hover {
	font-weight: 700;
}

.contact span {
	color: darkred;
}

.map {
	width: 100%;
	height: 150px;
	border-top: 10px solid darkred;
	border-bottom: 10px solid darkred;
	position: relative;
	bottom: 0px;
}

.contained {
	width: calc(100% - 72px);
	margin: 20px auto;
	position: relative;
	display: inline-block;
	text-align: center;
}

.contained h1 {
	font-family: 'Playfair Display', Times, Times New Roman, serif;
	color: midnightblue;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 36px;
}

.contained p {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	color: #333;
}

.contained strong {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: midnightblue;
}

.contained hr {
	border-top: 2px solid darkred;
	border-bottom: 2px solid darkred;
	width: 30%;
}

.contained a {
	color: #333;
	text-decoration: none;
}

.contained a:hover {
	font-weight: 700;
}

.contained span {
	color: darkred;
}

/********** Form **********/
form {
	width: 60%;
	margin: 20px auto;
	text-align: center;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

input {
	padding: 5px;
	margin: 5px;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

form div {
	margin: 15px 0px;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

textarea {
	width: 300px;
	height: 150px;
}

/*control the Captcha */
.CaptchaPanel {
margin:0 0 0 0 !important;
padding:0 0 0 0 !important;
text-align: center;
line-height:normal !important;
}

.CaptchaImagePanel {
margin:0 0 0 0;
padding:0 0 0 0;
}

.CaptchaMessagePanel {
padding:0 0 0 0 !important;
margin:0 0 0 0 !important;
font-weight:normal !important;
font-size:12px;
line-height:14px;
}

.CaptchaAnswerPanel {
margin:0 0 0 0;
padding:2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 0 0;
	padding:8px 0 8px 0 !important;
}
.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 

/********** Inventory **********/

/********** Footer **********/
.divfooter {
	font-size: 12px;
	text-align: center;
	width: 40%;
	margin: 0px auto;
	padding: 20px 0px;
}

.footer {
	width: 100%;
	height: 100px;
}

.footer-wrap {
	margin: 20px;
}

.footer_wrapper {
	text-align: center;
	background-color: midnightblue;
	color: #fff;
}

.footerlink {
	color: #fff;
}

.footer2 {
	position: absolute;
	bottom: 0px;
	display: inline-block;
	width: 100%;
	height: auto;
}




#inv{padding: 5% 0;}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons){font-family: bahnschrift, urw-din, sans-serif!important;} /* Reset font, ignore icons */

.listing-top-right a, .lower-detail-data-left button, .send-email-btn, .media-buttons a, .media-buttons button, .faceted-search, .listing-dealer-info a, .view-listing-details-link, .main-detail-data .contact-options a, .fin-calc-btn-mobile, .selected-facet, .page-nav, .apply-button, .back-button, .calculator-btn, .mobile-done-button {
    -moz-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !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;}


.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i {color:#8b0000 !important;}


.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.view-listing-details-link, .selected-facet, .view-listing-details-link, .buy-now-link, .check-availability-link, .email-seller-link, .offer-btn, .buy-btn, .dealer-phone-mobile, .offer-btn-mobile, .send-email-btn-mobile, .send-wholesale-email-btn-mobile, .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button, .dealer-btns-bottom a {background:#8b0000 !important;}

.selected-facet, .dealer-phone-mobile, .offer-btn, .offer-btn-mobile, .fin-calc-btn-mobile, .send-wholesale-email-btn-mobile, .send-email-btn-mobile, .buy-now-link, .view-listing-details-link, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button{border: solid 1px #8b0000 !important; transition: ease all 0.2s !important;}

.selected-facet:hover, .dealer-phone-mobile:hover, .offer-btn:hover, .offer-btn-mobile:hover, .fin-calc-btn-mobile:hover, .send-wholesale-email-btn-mobile:hover, .send-email-btn-mobile:hover, .buy-now-link:hover, .view-listing-details-link:hover, .main-detail-data .contact-options a:hover, button.g-recaptcha.button:hover, .page-nav:hover, .apply-button:hover, .mobile-done-button:hover, .dealer-btns-bottom a:hover {background: #fff !important; color: #8b0000 !important;}

.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .cs-btns a, .calculator-btn {background: #000 !important; border: solid 1px #000 !important; transition: ease all 0.2s !important;}
.check-availability-link:hover, .email-seller-link:hover, .video-chat-link:hover, .faceted-search:hover, .faceted-show-all-btn:hover, .cs-btns a:hover, .calculator-btn:hover {background: #fff !important; color: #000 !important;}

.list-content .list-title .list-listings-count, .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, .detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .search-results, .list-content .list-top-section .listing-option-bar .list-listings-count, .detail-price, .compare-price, .compare-title {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 {
	padding-left: 4px; 
}

.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: #000 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-page-nav, .contact-options a {background: #000 !important;}
.list-main-section .contact-options a {border: #000 solid 1px !important; transition: ease all 0.2s !important;}
.list-main-section .contact-options a:hover {background: transparent !important; color: #000!important;}

.detail-content .dealer-info .phone-and-email .send-email-btn, .list-content .list-listing-mobile .dealer-phone-container a, .back-button {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 {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 !important; box-sizing: border-box;}

input[type=checkbox] {
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 3px 3px 3px 4px;
    padding: initial;
    border: initial;
}

.body-wrapper {
    text-align: initial;
}

.view-listing-details-link {color: #fff !important;}

.dealer-info .contact-information .address, .dealer-info .contact-information .phone, .dealer-info .contact-information .contact {
    line-height: 20px;
    position: initial;
    display: inherit;
    vertical-align: initial;
    margin: inherit;
    width: initial;
    max-width: initial;
    text-align: inherit;
}
.dealer-info .contact-information .address{
    line-height: 20px;
    position: initial;
    display: inherit;
    vertical-align: initial;
    margin: inherit;
    width: initial;
    max-width: initial;
    text-align: inherit;
    font-family: inherit;
    text-transform: inherit;
}

.send-a-message-form{
    width: inherit;
    margin: initial;
    text-align: inherit;
    font-family: inherit;
}

.address-and-contact .contact{
	position: inherit;
    display: inherit;
    vertical-align: inherit;
    margin: inherit;
    width: inherit;
    max-width: inherit;
    text-align: inherit;
}

.google-maps-link .address{
	display: initial;
    width: inherit;
    text-align: inherit;
    margin: inherit;
    font-weight: inherit;
    text-transform: uppercase;
    font-family: inherit;
    letter-spacing: inherit;
}


/********** Responsive Styles **********/
@media screen and (max-width: 1280px) and (min-width:1026px) {
	.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;
	}
}


@media screen and (max-width: 1025px) and (min-width:771px) {
	.top-header {
		height: 330px;
	}
	
	.gradient {
		top: -250px;
	}
	
	.home-header{
		width: 100%;
		height: 400px;
		overflow: hidden;	
		display: block;
		box-sizing: border-box;
	}
	
	.fadein {
		position:relative;
		top: 0px;
		z-index: 0;
		box-sizing: border-box;
	}
	
	.fadein img {
		top: -10%;
	}
	
	.image-scroll {
		height: 250px;
	}
	
	.logo {
		margin: 20px auto;
		display: block;
	}
	
	.contact-info {
		float: none;
		width: 65%;
		height: 110px;
		margin: 30px auto;
	}
	
	.button1 {
		height: 175px;
	}
	
	.button2 {
		height: 175px;
	}
	
	.button3 {
		height: 175px;
	}
	
	.button1 h1 {
		font-size: 22px;
	}
	
	.button2 h1 {
		font-size: 22px;
	}
	
	.button3 h1 {
		font-size: 22px;
		line-height: 22px;
		top: 35%;
	}
	
	.sell {
		margin: 10px auto;
	}
	
	.hours {
		margin: 20px auto;
		width: 50%;
	}
	
	.contact {
		margin: 20px auto;
		width: 50%;
	}
	
	form {
		70%;
	}
}
	
@media screen and (max-width: 770px) and (min-width:320px) {
	 .top-header {
		height: 400px;
	}
	
	.address {
		text-align: center;
		margin: 16px auto;
		font-size: 14px;
		display: inline-block;
		width: 90%;
	}
	
	.gradient {
		top: -225px;
	}
	
	.home-header{
		width: 100%;
		height: 250px;
		overflow: hidden;	
		display: block;
		box-sizing: border-box;
	}
	
	.fadein {
		position:relative;
		top: 0px;
		z-index: 0;
		box-sizing: border-box;
	}
	
	.fadein img {
		height: auto;
		width: 100%;
		top: -5%;
	}
	
	.image-scroll {
		height: 250px;
	}
	
	.logo {
		margin: 20px auto;
		display: block;
	}
	
	.contact-info {
		float: none;
		width: 90%;
		height: auto;
		margin: 30px auto;
		text-align: center;
		display: block;
	}
	
	.contacts {
		text-align: center;
		margin: 16px auto;
		float: none;
		font-size: 14px;
		display: inline-block;
		width: 90%;
	}
	
	.contacts a {
		width: auto;
		display: inline-block;
		margin: 0px auto;
		position: relative;
		box-sizing: border -box;
	}
	
	.button1 {
		height: 175px;
		width: 100%;
		margin: 0px;
	}
	
	.button2 {
		height: 175px;
		width: 100%;
		margin: 0px;
	}
	
	.button3 {
		height: 175px;
		width: 100%;
		margin: 0px;
	}
	
	.button1 h1 {
		font-size: 21px;
	}
	
	.button2 h1 {
		font-size: 21px;
	}
	
	.button3 h1 {
		font-size: 21px;
		line-height: 21px;
		top: 35%;
	}
	
	.sell {
		margin: 20px auto 10px auto;
	}
	
	.sell h1 {
		font-size: 24px;
		line-height: 24px;
		padding: 12px;
	}
	
	.hours {
		margin: 20px auto;
		width: 75%;
	}
	
	.hours h1 {
		letter-spacing: 1px;
		font-size: 20px;
	}
	
	.contact {
		margin: 20px auto;
		width: 75%;
	}
	
	.contact h1 {
		letter-spacing: 1px;
		font-size: 20px;
	}
	
	.contained h1 {
		font-size: 21px;
		letter-spacing: 1px;
	}
	
	.contained p {
		font-size: 16px;
		letter-spacing: 1px;
	}
	
	form {
		75%;
	}
	
	form h1 {
		font-size: 21px;
	}
	
	label {
		font-size: 16px;
	}
	
	textarea {
		width: 80%;
	}
	
	.divfooter {
		width: 80%;
	}
	
	.footer2 {
		position: relative;
	}
}

@media screen and (max-width: 319px){
	.home-header {
		width: 100%;
		height: auto;
		overflow: hidden;
		display: block;
		box-sizing: border-box;
	}
	
	.fadein {
		position: relative;
		top: 0px;
		z-index: 0;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 420px) and (min-width:320px) {
	.home-header {
		width: 100% !important;
		height: 150px !important;
		overflow:hidden !important;
		display: block !important;
		box-sizing: border-box !important;
	}
}