﻿
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
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 {  
    display: block;  
} 

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {font-family: 'roboto', sans-serif;

}
a.red-btn {display:block; margin:40px auto 0 auto; background-color:#d50909; border:solid 1px #fff; color:#fff; width:200px; text-align:center; padding:10px 0; text-decoration:none; font-size:15px; font-weight:400; transition:.3s ease;}

a.red-btn-left {display:block; margin-top:40px; background-color:#d50909; border:solid 1px #fff; color:#fff; width:200px; text-align:center; padding:10px 0; text-decoration:none; font-size:15px; font-weight:400; transition:.3s ease;}

a.red-btn:hover, a.red-btn-left:hover{color:#d50909; background-color:#fff; border:solid 1px #d50909;}
a.red:hover{font-weight:600;}

/*--- HEADER STYLES ---------------------*/
.top-container-home{background:url("/siteart/hero.jpg"); background-repeat:no-repeat; width:100%; height:750px; background-size:cover; background-position:bottom;}
.home-header{width:80%; margin: 0 auto; }
.top-info{display:flex; flex-direction:row; border-bottom: solid 1px #000; padding: 20px 0; width:100%; justify-content: space-between;}
.logo{width:220px; }
.logo img{width:100%; }
.top p{padding-top:15px; font-weight:800; color:#000; font-size:16px;}
.top a{ color:#000; font-weight:400; font-size:15px; padding-top:5px;display:block; text-decoration:none; }
.top a:hover{font-weight:600;}

.hero {text-align:center; margin: 0 auto; max-width:800px; padding-top: 180px;}
.hero p.welcome{color:#fff; font-size:18px; font-weight:300; text-transform:uppercase; text-shadow: 1px 1px 5px rgba(0, 0, 0, .75);}
.hero hr{max-width:180px; border:solid 3px #d50909;}
.hero h1{color:#fff; font-weight:600; font-size:54px; letter-spacing:2px;text-shadow: 1px 1px 5px rgba(0, 0, 0, .75); padding-bottom:10px;}
.hero p{text-shadow: 1px 1px 5px rgba(0, 0, 0, .75); color:#fff; font-size:16px; font-weight:300; width:85%; margin: 0 auto; line-height:24px;} 

.top-container{background:url("/siteart/tractor-page2.jpg"); background-repeat:no-repeat; width:100%; height:500px; background-size:cover; background-position:center;}

.page-top{position:absolute; top:300px; padding: 0 10px; text-align:center;left:0px; right:0px;}
.page-top h1{color:#000; font-weight:600; font-size:60px; letter-spacing:2px; text-align:center; text-transform:uppercase; }

.app-intro p {padding-left: 200px; padding-right: 200px; padding-top: 40px; padding-bottom: 0px; font-size: 18px; }

/*---BODY--------------------------------*/
.products h2{text-align:center; padding:40px 0 5px 0; color:#000; font-weight:600; font-size:28px;}
.products hr{border:solid 3px #000; max-width:220px; margin:0 auto; margin-bottom:80px;}
.home-middle-wrapper{background-image:url("/siteart/case2.jpg"); background-repeat: no-repeat; background-attachment:fixed; background-position:center; background-size:cover; width:100%; height:750px; position:relative;}

.home-middle{position:absolute; top: -60px; margin: 0 auto; left:0px; right:0px; width:80%; }
.top-qls{width:100%; display:flex; flex-direction:row; justify-content: space-between; }
.ql{width:33%; box-sizing:border-box; padding:5px; overflow:hidden!important; transition:.4s ease;}
.ql img{width:100%; margin-bottom:-5px; transition:.4s ease;}
.ql-link{width:100%; background-color:#fff; padding:30px; box-sizing:border-box; text-align:center; transition:.4s ease;}
.ql-link p{ display:block; width:100%; background-color:#fff; color:#d50909;font-size:26px; text-transform:uppercase; text-decoration:none; font-weight:600; box-sizing:border-box; transition:.4s ease; }
a {text-decoration:none!important;}
.ql:hover img{filter:brightness(50%);}
.ql:hover p{ color:#fff; background-color:#d50909;}
.ql:hover .ql-link{background-color:#d50909;}

.service h3{text-align:center; padding:50px 0 5px 0; color:#fff; font-weight:600; font-size:28px;}
.service hr{border:solid 3px #fff; max-width:220px; margin:0 auto; margin-bottom:40px;}

.bottom-qls{display:flex; flex-direction:row; justify-content: center;}
.bottom-qls a{width:400px; box-sizing:border-box; margin:5px; display:flex; flex-direction:row; padding:20px; text-decoration:none;}
.link-left{width:30%; background-color:#d50909; padding:15px; box-sizing:border-box; }
.link-left img{width:80px; margin: 0 auto; display:block;}
.link-right{position:relative; width:70%; box-sizing:border-box; background-color:#fff; padding: 38px 0; text-align:center; color:#d50909;font-size:26px; text-transform:uppercase; font-weight:600; text-decoration:none; display:block; height:110px; overflow:hidden;z-index:1;}
.link-right{background: linear-gradient(to right, #d50909 50%, #fff 50%); background-size:200% 100%; background-position:right bottom; transition: all .5s ease-out;}
 .link-right:hover{background-position:left bottom; color:#fff;}


.about-wrapper{background-color:#e9e8e8; width:100%; text-align:center; padding:60px; margin-top:50px; display:block; box-sizing:border-box;}
p.about{font-size:18px; font-weight:500; padding-bottom:20px;}
.about-wrapper h4{font-size:30px; font-weight:600; max-width:500px; margin: 0 auto; letter-spacing:1px; padding:10px 5px 20px 5px;}
.about-wrapper p{font-size:16px; font-weight:400; line-height:30px; max-width:1000px; margin: 0 auto; padding:0 5px;}

.clear2{clear:both; padding-top:400px;}

.scrolling-wrap {width:100%;height:90px;overflow:hidden; padding:15px 0; background-color:#d50909;}
.scrolling{width:100%;height:92px;}
.scrolling iframe{width:100%; height:100%;}

.locations{width:80%; margin: 0 auto;}
.locations h5{text-align:center; padding:50px 0 5px 0; color:#000; font-weight:600; font-size:28px;}
.locations hr{border:solid 3px #000; max-width:220px; margin:0 auto; margin-bottom:40px;}
.loc-wrapper{width:100%; display:flex; flex-direction:row;}
.location{border: solid 1px #000; box-sizing:border-box; padding:20px 30px; width:50%; display:flex; flex-direction:row; justify-content: flex-start; line-height:24px; font-size:16px;}
.loc-left h6{font-size:20px; font-weight:600; padding-bottom:10px;}
.loc-left{padding-right:80px;}
.loc-left a{text-decoration:none; color:#000; transition:.2s ease; }
.loc-left a:hover{color:#d50909; }
a.red{color:#d50909;}
.loc-right table{width:300px!important;}

tr.dark{background-color:#e9e8e8;}
table{width:90%; margin-top:40px;}
tr{display:flex; justify-content: space-between;}
td, th{padding:3px 0;}

/*---------brands-----------------*/
.brands{display:flex; flex-direction:row; width:80%; margin: 50px auto; padding: 30px 20px; justify-content: space-between;}
.title{text-align:center;}
.title h7{color:#d50909; font-weight:600; font-size:32px; text-align:center; }
.brands-slide{display:flex; flex-direction:row; width:80%; margin-left:20px}

.brandbar{
	background:transparent;
	margin: 0 auto;
	text-align: center;
	padding:10px 0px;
	width: 90%;
	top:0;
	left: 0;
	right:0;
}

.manu-slider img{width:90%;  padding: 5px 25px; box-sizing:border-box; background-color:#fff; margin: 0 auto; border: solid 1px #bbb;}
.manu-slider img:hover {;-webkit-transition-duration: 0.4s; /* Safari */ transition-duration: 0.4s;transform:scale(1.1); border:solid 1px #fff;}

/*---------Page Styles---------*/
#page-container{width:80%; margin: 0 auto; padding:10px 0;}
.page-about{padding: 0 5px 40px 5px; max-width:1250px; margin: 0 auto; line-height:24px; font-size:16px;}

.about-container{max-width:1400px; margin: 0 auto; padding:100px 10px; display:flex; flex-direction:row;}
.page-left, .page-right{width:50%; box-sizing:border-box;}
.page-left{padding:0 20px 0 0;}
.page-left h2{padding-bottom:40px; font-size:34px; color:#d50909; }
.page-left p{font-size:16px; line-height:24px;}
.page-right{width:50%;}

/*-----Equipment Pages------------*/
.inv-wrapper{display:flex; flex-direction:row; flex-wrap:wrap; width:100%; margin: 0 auto; justify-content:center;}
.equip-padding{padding:10px; box-sizing:border-box;}
.equipment{overflow:hidden;width:400px; height:300px; position:relative;}
.equip-container img{width:100%; object-fit:cover; transition: .2s ease-in-out; filter:brightness(.6); vertical-align:middle;}
.equipment a:hover .equip-container img{transform:scale(1.1); filter:brightness(.9);}
.equip-container p{position:absolute; z-index:10; bottom:0%; color:#d50909; font-weight:600; font-size:17px; background-color:#fff;width: 100%; text-align:center; padding:10px 0; text-transform:uppercase; border:solid 1px #d50909; box-sizing:border-box; transition:.3s ease;}
.equip-container p:hover{background-color:#d50909; color:#fff;}



/*------Service Page---------*/

.lable{display:flex; flex-direction:row; justify-content: flex-start;}
#firstLable{margin-right:20px; color:#fff; background-color:#d50909; padding: 12px 24px; border:none; box-shadow:none; font-weight:600; font-size:22px;}
#secondLable {color:#d50909; background-color:#fff; padding: 12px 24px; border:none; box-shadow:none; font-weight:600; font-size:22px;}
#thirdLable {color:#d50909; background-color:#fff; padding: 12px 24px; border:none; box-shadow:none; font-weight:600; font-size:22px;}

#firstLable:hover{cursor: pointer;}
#secondLable:hover, #thirdLable:hover{cursor:pointer;}

#page-container hr{border:solid 2px #d50909; margin-top:0px;}
#second, #third{display:none;}

.schedule h2{padding-bottom:10px; font-size:34px; color:#d50909; }


/*-------Location Page----------------*/

.location-page{width:100%; display:flex; flex-direction:row; padding-bottom:100px;}
.location-left{width:25%; padding-top:40px;}
.location-left a{text-decoration:none; color:#000; transition:.3s ease;}
.location-left a:hover{color:#d50909;}
.location-right{width:75%;}
















/*-------AFS page------------*/
.afs h3{font-size:22px; padding-bottom:25px;}
.afs{line-height:24px;}
.afs ul{padding:10px 0 10px 25px;}
.afs ul li{list-style:disc;}
.afs h5{padding:5px 0!important;}

/*--------FORM STYLES--------------------*/
#formpage h2{padding-top:30px;}

.form-width{width:70%; margin: 0 auto; padding:40px 0;}
.flex-form{width:100%;text-align: left;margin: 0 auto;flex-direction: row;justify-content: flex-start;align-items: flex-start;font-size: 15px;}
.form-background{width:100%;margin: 0 auto;}
#formpage input, select {padding:14px 7px;border: 1px solid #ccc;color: #888!important;font-size: 14px;margin-top: 5px;}
.flex-row{display:flex;flex-direction:row;width:100%;}
#formpage {width:100%;vertical-align: top;display:inline-block;text-align:left;padding: 30px 0px 20px 0;}
.form-half{width:50%;display: inline-block;vertical-align: middle;margin:0 5px;boz-sizing:border-box;}
.form-whole{width:98.5%;display:block;vertical-align:middle;margin: 0 5px;box-sizing:border-box;}
.form-third{width:33%;display: inline-block;vertical-align: middle;margin:0 5px; boz-sizing:border-box; }
.row-input{display:flex; flex-direction:row;}
input[type="text"], input[type="email"], input[type="date"], select, input[type="phone"]{width:100%;box-sizing:border-box;}

input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
}
#formpage textarea {box-sizing:border-box;padding: 6px 5px;border: 1px solid #ccc!important;color: #000;font-size: 16px;background: #fff;width: 100%;height: 100px;border-radius:2px;margin-top:10px;}
#formpage textarea:focus{border: 1px solid #ccc; border-radius:2px} 

#formpage input.submit-button, #formpage input.submit-button:focus, #submit-btn button{background:#d50909; color:#fff;padding:12px 20px;text-decoration:none;transition:ease-in .3s;width: 140px;border:solid 1px #d50909;height:auto; text-transform:uppercase; font-size:16px; font-weight:400; margin: 0 auto;}
#formpage input.submit-button:hover, #submit-btn button:hover{ background-color:#fff; color:#d50909!important;transition:ease-out .3s;}
.submit-button, #submit-btn{padding:10px 0px 10px 0px;position:relative;width:100%;text-align:center;}
.captcha-button{width:140px; margin:0 auto;}
.include-captcha{display:none;}
#formpage input.submit-button{color:#fff!important;}



/*-------- FOOTER STYLES ----------------*/
footer{width:100%; padding:100px 0; background: url("../siteart/Case-IH-harvester.jpg"); background-color:#000; background-repeat:no-repeat; background-size:cover; background-position:bottom;}
.footer{width:80%; margin: 0 auto; display:flex; flex-direction:row; justify-content: space-between;}
.footer-col p{font-size:18px; font-weight:600; color:#fff; padding-bottom:20px;}
.footer-col ul li a{color:#fff; font-size:15px; font-weight:400; line-height:24px; text-decoration:none; transition:.3s ease;}
.footer-col ul li a:hover{color:#d50909;}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .buy-now-link,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .check-availability-link,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .email-seller-link,
.body-wrapper>div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper>div:not(.detail-wrapper) button.page-nav {
    background: #d50909 !important;
    color: #000 !important;
}

.body-wrapper>div:not(.detail-wrapper) .view-listing-details-link,
.body-wrapper>div:not(.detail-wrapper) .contact-options a,
.body-wrapper>div:not(.detail-wrapper) .fin-calc-mobile>a,
.body-wrapper>div:not(.detail-wrapper) button.g-recaptcha.button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .apply-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .nuf-button,
.body-wrapper>div:not(.detail-wrapper) .list-error-container .info button,
.body-wrapper>div:not(.detail-wrapper) .mobile-done-button-container .mobile-done-button,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.des-buy-now,
.body-wrapper>div:not(.detail-wrapper) button.selected-facet.ts-button,
.body-wrapper>div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn {
    background: #d50909!important;
    color: #fff !important;
}

.body-wrapper>div:not(.detail-wrapper) .view-listing-details-link:hover,
.body-wrapper>div:not(.detail-wrapper) .contact-options a:hover,
.body-wrapper>div:not(.detail-wrapper) .fin-calc-mobile>a:hover,
.body-wrapper>div:not(.detail-wrapper) button.g-recaptcha.button:hover,
.body-wrapper>div:not(.detail-wrapper) .email-seller-link:hover,
.body-wrapper>div:not(.detail-wrapper) .mc-nav-controls .mc-icon-navarrow span,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now:hover,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.des-buy-now:hover,
.body-wrapper>div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn:hover {
    background: #000 !important;
    color: #fff !important;
    /*----Border----*/
}

.body-wrapper>div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .back-button,
.body-wrapper>div:not(.detail-wrapper) .parts-listing-container .mobile-parts-detail-container .dealer-phone-container a {
    color: #000 !important;
    border: 1px solid #000 !important;
    /*-----------------------OTHER TEXT STYLES-----------------------*/
    /*----Page Title----*/
}

.body-wrapper>div:not(.detail-wrapper) .list-title .list-title-text,
.body-wrapper>div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-title-text span,
.body-wrapper>div:not(.detail-wrapper) .title-media-buttons-heading h1 {
    color: #000 !important;
    line-height: 28px !important;
}

.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .listing-dealer-info .dealer-name,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .fin-calc,
.body-wrapper>div:not(.detail-wrapper) .list-listing-mobile .listing-dealer-info .spec-value,
.body-wrapper>div:not(.detail-wrapper) .fin-calc,
.body-wrapper>div:not(.detail-wrapper) .fin-calc p,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-error .info,
.body-wrapper>div:not(.detail-wrapper) .parts-bottom-section .parts-list-view .parts-list-content .error-message,
.body-wrapper>div:not(.detail-wrapper) .info,
.body-wrapper>div:not(.detail-wrapper) .list-title .list-listings-count,
.body-wrapper>div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count,
.body-wrapper>div:not(.detail-wrapper) .list-top-section .listing-option-bar .list-listings-count,
.body-wrapper>div:not(.detail-wrapper) span.part-list-price.bold,
.body-wrapper>div:not(.detail-wrapper) .dealer-company-header,
.body-wrapper>div:not(.detail-wrapper) .dealer-info h3,
.body-wrapper>div:not(.detail-wrapper) .listing-description-text,
.body-wrapper>div:not(.detail-wrapper) .paging-container .list-page-number,
.body-wrapper>div:not(.detail-wrapper) .paging-container .page-number,
.body-wrapper>div:not(.detail-wrapper) .listing-main-stats .price,
.body-wrapper>div:not(.detail-wrapper) .list-container-flexrow .price-container .price,
.body-wrapper>div:not(.detail-wrapper) h2.listing-portion-title,
.body-wrapper>div:not(.detail-wrapper) .list-listing-mobile .price-container .price,
.body-wrapper>div:not(.detail-wrapper) .compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title,
.body-wrapper>div:not(.detail-wrapper) .compare-listings-container .compare-container .compare-price,
.body-wrapper>div:not(.detail-wrapper) .rent-title,
.body-wrapper>div:not(.detail-wrapper) .rent-title-details,
.body-wrapper>div:not(.detail-wrapper) span.list-title-text,
.body-wrapper>div:not(.detail-wrapper) a.search-results-link,
.body-wrapper>div:not(.detail-wrapper) h3.listing-portion-title {
    color: #000 !important;
}

.body-wrapper>div:not(.detail-wrapper) .mobile-option-bar .mobile-option-bar-filter,
.body-wrapper>div:not(.detail-wrapper) span.listing-prices__retail-price,
.body-wrapper>div:not(.detail-wrapper) span.parts-listings-count {
    color: #000 !important;
    /*-----------------------MEDIA QUERIES-----------------------*/
}






/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1550px) {
	.loc-left{width:40%; padding-right:5px;}
	.loc-right{width:60%;} 
	.loc-right table{width:100%!important;}
}
@media only screen and (max-width: 1300px) {
	.home-middle{width:95%;}
	.loc-left, .loc-right{width:50%;}
	.locations, .brands{width:95%;}
}

@media only screen and (max-width: 1180px) {
	.home-header{width:95%;}
	.ql-link a{font-size:22px;}
	.ql-link{padding:20px;}
	.link-right{padding:30px; font-size:22px; height:90px}
	.link-left img{width:70%;}
	.about-container{flex-direction:column;}
	.page-left{width:95%; margin: 0 auto; padding-bottom:30px;}
	.page-right{margin: 0 auto; width:60%;}
	.page-right img{width:100%;}
	
	
}
@media only screen and (max-width: 1000px) {	
	.loc-wrapper{flex-direction:column;}
	.location{width:100%;}
	.title h7{font-size:26px;}
	.title{padding:30px 0;}
	#page-container{width:95%;}
}

@media only screen and (max-width: 800px) {
.app-intro p {padding-left: 50px; padding-right: 50px; padding-top: 40px; padding-bottom: 0px; font-size: 18px; }	
	
}
	
	
@media only screen and (max-width: 900px) {	
	.location-page{flex-direction:column;}
	.location-left{padding-bottom:40px;}
	.location-left, .location-right{width:100%;}
	.location-left{display:flex; flex-direction:row;}
	.location-left span{width:50%;}
	.location-left table{margin-top:0;}
}
@media only screen and (max-width: 800px) {	
	.top-info span{display:none;}
	.top-info{border:none; padding: 20px 0 0;}
	.top-container-home{height:600px;}
	.hero{padding-top:120px;}
	.home-middle-wrapper{background-image:none; height:auto;}
	.home-middle{position:relative;}
	.link-right, .ql-link{border:solid 1px #000;}
	.ql{width:360px;}
	.top-qls{flex-wrap:wrap; justify-content: center;}
	.service h3{color:#000;}
	.service hr{border:solid 3px #000;}
	.bottom-qls {flex-wrap:wrap;}
	.clear2{padding-top:0;}
	.about-wrapper{padding:50px 20px;}
	.brands{flex-direction:column; box-sizing:border-box; margin: 0 auto;}
	.brands-slide{width:95%; margin: 0 auto;}
	.footer{width:95%;}
	.page-top h1{font-size:45px;}
	.page-top{top:220px;}
	.top-container{height:400px;}
	.page-right {width:80%;}
}

@media only screen and (max-width: 650px) {	
	.hero h1{font-size:40px;}
	.home-middle{width:100%;}
	.about-wrapper h4{font-size:24px;}
	.about-wrapper p{font-size:14px; line-height:24px;}
	.footer-col{width:50%; padding-top:20px; line-height:28px;}
	.footer{flex-wrap:wrap;}
	.flex-row{flex-direction:column;}
	.form-half, .form-third{width:98.5%;}
	.logo{max-width:200px; width:100%;}
	
}

@media only screen and (max-width: 500px) {
	.hero p{width:95%;}
	.location{padding:10px 15px; font-size:14px; line-height:20px;}
	#menu-button a{width:100px!important; font-size:18px; padding:0; margin-top:20px!important; height:40px!important; line-height:40px!important;}
	.hero{padding-top:80px;}
	.hero h1{font-size:34px;}
	.hero p{line-height:22px; font-size:15px;}
	.equipment{width:350px; height:280px;}
	.page-right{width:95%;}
	.location-left{font-size:14px;}
	.location-left table{width:100%;}
	
	
}
@media only screen and (max-width: 380px) {
	.footer-col{width:100%; text-align:center; }
	.logo{max-width:140px;}
	.equipment{width:280px; height:220px;}
	.page-top h1{font-size:32px;}
	.top-container{height:350px;}
	
	
	
}





