﻿/*===================== 
	Color information
	
	-
	-
	-
	-
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,aside,details,figcaption,figure,footer,header,hgroup,
main,nav,section,summary {display: block;}
pre {white-space: pre-wrap;}
small { font-size: 80%;}


/*===================== 
	@Font-Face 
=======================*/


/*===================== 
	base styles 
=======================*/

html {
    font-family: Montserrat, sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
    margin: 0;
	background: url("/siteart/hero_img.jpg");
	background-repeat: no-repeat;
	font-size: 14px!important;
	font-family: Montserrat, sans-serif;
	overflow-x: hidden;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
/* clear floats */ 
.group:before,
.group:after {content: ""; display: table;} 
.group:after {clear: both;}
.group {zoom: 1;}	
.clear { clear: both;}
	
/*image replacement*/
.hide-text {
	text-indent:  100%;
	white-space:  nowrap;
	overflow:  hidden;
	}	

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	border-style: solid;
    height: 0;
	} 

img { border: 0;} 
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	h1 {font-size: 2em;}

p {
	margin: 0;
	font-family: Montserrat, sans-serif;
	}

	
h1 {
	font-size: 32px;
	font-family: Montserrat, sans-serif;
}
		

h2 {
	font-size: 28px;
	font-family: Montserrat, sans-serif;
}

	
h3 {
	font-family: Montserrat, sans-serif;
}


h4 {
	font-family: Montserrat, sans-serif;
}


h5 {
	font-family: Montserrat, sans-serif;
}


h6 {
	font-family: Montserrat, sans-serif;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
    list-style-type: none;
	padding: 0;
}

/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/
	}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color: #aaa; 
    text-decoration:none;
	font-family: Montserrat, sans-serif;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: #ccc;
		}  

/*===================== 
	header styles 
=======================*/


header {
	margin: 0 auto;
	width: 100%;
	font-family: Montserrat, sans-serif;
	}

.header-wrap {
	background: rgba(116,0,0,0.75);
}

.header {
	width: 98%;
	margin: auto;
	padding-top: 30px;
	padding-left: 30px;
	padding-bottom: 61px;
}

.logo-head {
	width: 30%;
}

.logo {
	
}

.text-wrapper {
	width: 75%;
	float: right;
	position: relative;
}

.contact-info-head {
	text-align: right;
	padding-top: 20px;
	position: absolute;
	right: 10px;
    width: 69%;
}

.header-contact-info {
	padding: 10px;
	padding-bottom: 2px;
	color: #FFFFFF !important;
	text-transform: uppercase;
	font-weight: 500;
    display: inline-block;
}

.header-contact-info:hover {
	color: #DDDDDD!important;
	border-bottom: 1px solid #DDDDDD;
}

.header-contact-info i{
	font-size: 16px;
	vertical-align: middle;
}

/*===================== 
	nav styles 
=======================*/

nav.primary {
	text-align: right;
	float: right;
	margin-bottom: 20px;
}

nav ul {
	padding:0;
	margin:0;
}

nav ul li {

}

nav > ul > li {
	display:inline-block;
	list-style-type:none; 
	text-align: right;
	padding: 10px;
}

nav ul li a {
	font-family:Montserrat, sans-serif ;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	color:#FFFFFF !important;
}	
			
nav ul li a:hover {
	color: #DDDDDD !important;
	border-bottom: 1px solid #DDDDDD;
}


/* Appearance of the sub-level links */

nav.primary ul li li a { 
	line-height: ;
	color: #FFFFFF;
	text-align:;
	font-size: ;
	font-weight:;
	}
	
nav.primary ul li li a:hover { 
	color: #DDDDDD;
	text-align: ;
	font-size:  ;
	font-weight: ;
	}
	
nav.primary ul li li:hover { 
	}
	
	
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too much */
nav.primary ul ul {
	display: none;
    position: absolute; 
	max-width: 235px;
	background: ;
	/*margin-top: 21px;*/
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 2000 !important;
}
nav.primary ul ul li {
    float: none; 
    position: relative;
	display:block;
    margin:0;
	width:100%;
	padding-left: ;
	padding-right: ;
}

.dropdown_arrow {
	display: inline-block !important;
}

.dropdown_style {
	font-size: ;
	font-weight: ;
}


/******** End of primary Nav ***************/


/*===================== 
	mobile nav
=======================*/

#menu-button{ /* initially will need to be hidden */
	display: block;
	font-size: 32px;
	width:100%;
	position: relative;
	z-index: 400;/* needs to be lower than nav.mobile, adjust as needed */
	padding: ;
	background: #000;
	border-bottom: ;
	text-align: center;
	min-height: 0 !important;
	}
	#menu-button a{
		 color:#ddd;
		 text-decoration: none;
		 text-align: center!important;
	  }

nav.mobile {
	display:block;
	position: fixed;
	top: 0;
	left: -280px;
	width: 250px;
	height: 100%;
	background: #000;
	z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
	overflow:auto;
}
nav.mobile h3 { /* Menu header styles */
	position: relative;
	padding: 12px 10px;
	color: #fff;
	font-size: 1.2em;
	font-weight: 400;
	border-bottom: 4px solid #222;
}
nav.mobile .menu-toggle { /* Menu close button */
	position: absolute;
	top: 12px;
	right: 10px;
	display: inline-block;
	padding: 6px 9px 5px;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	line-height: 1;
	background: #222;
	color: #999;
	text-decoration: none;
	vertical-align: top;
}
.menu-toggle {
	text-align: right;
	font-size: 28px;
	color: #000;
}

.menu-toggle a:hover {
	color: #000 !important;
}

.close_mobile {
	font-size: 26px !important;
	font-weight: 900;
	text-align: right;
}

nav.mobile .menu-toggle:hover { /* Menu close button on hover */
	color: #fff;
}
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	margin:0;
	padding:0;
}
nav.mobile ul li {
	padding: 8px 0 6px 0 !important;
}
nav.mobile ul li a {
	position: relative;
	display: block;
	padding-left: 14px;
	color: #999;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 1px;
}
nav.mobile ul li a:hover {
	background:;
	color: #2b2b2b;
}


nav.mobile ul li li a { /* appearance of the sub-level links */
	position: relative;
	display: block;
	padding: 0px 10px 0px 15px;
	color: #000;
	text-decoration: none;
	text-transform: none !important;
}
nav.mobile ul li li li a { /* appearance of third level sub-level links if needed */
	background: #666;
	position: relative;
	display: block;
	padding: 10px 10px 10px 25px;
	color: #000;
	text-decoration: none;
}
nav.mobile ul li span.click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
	background:url(../siteart/menu-dropdown-arrow.png) 10px 12px no-repeat;
	background-size:55%;
	position:relative;
	display:block;
	float:right;
	margin:-44px 0 0 0;
	cursor:pointer;
	z-index: 12399994;
	width:44px;
	height:44px;
	-webkit-transition:background-size .3s ease-in-out;
	-moz-transition:background-size .3s ease-in-out;
	transition:background-size .3s ease-in-out;
}
nav.mobile ul li span.click:hover{
	background-size:60%;
}

/*=====================
	home page
======================*/
.tree-bkg {
	width: 90%;
	margin: auto;
	padding-top: 200px;
	padding-bottom: 200px;
	text-shadow: 2px 2px 5px #000;
}

.small-hero-text {
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 22px;
}

.larger-hero-text {
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
}

/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}

.equip-search {
	background: url("/siteart/search_bkg.jpg");
	background-repeat: no-repeat;
	padding: 50px 100px;
}

.search-head {
	color: #DDDDDD;
	text-transform: uppercase;
	font-weight: 800;
	padding-bottom: 20px;
}

.search {
	width: 100%;
	border-top: 3px solid #740000;
	padding-top: 20px;
	padding-bottom: 20px;
}

.searchsubhead {
	color: #DDDDDD;
	text-transform: uppercase;
	background-color: transparent;
	border: none;
	font-family: Montserrat, sans-serif;
	cursor: pointer;
	padding: 10px 20px;
	font-size: 14px;
	width: auto;
	font-weight: 600;
}

.searchsubhead:hover {
	background: #740000;
}

.searchsubhead:active {
	background: #740000;
	border: none;
}

.search-selection {
	max-width: 25%;
    width: 100%;
    font-family: Montserrat, sans-serif;
    color: #000000;
    padding: 5px;
}

.search-option {
	color: #000000; 
}

.find-equip {
	max-width: 20%;
    width: 100%;
    padding: 5px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    background: #740000;
    border: none;
    color: #fff;
    border-radius: 6px;
    margin-left: 10px;
}

.find-equip:hover {
	color: #000000;
	background: #DDDDDD;
	
}

.welcome-contain {
	background: #DDDDDD;
	padding-top: 100px;
	padding-bottom: 100px;
}

.welcome-wrap {
	width: 99%;
	margin: auto;
	display: inline-block;
	vertical-align: middle;
}

.texas-img {
	float: left;
	padding-right: 50px;
	padding-left: 50px;
}

.welcometitle {
	float: left;
	width: 30%;
}

.welcometo {
	text-transform: uppercase;
	font-weight: 800;
	color: #C31C38;
	text-shadow: 2px 2px 10px #999;
	padding-top: 50px;
}

.welcome-mcgee {
	text-transform: uppercase;
	font-weight: 800;
	color: #FFFFFF;
	text-shadow: 2px 2px 10px #999;
}

.welcome-para {
	line-height: 1.5;
	width: 50%;
	float: left;
	padding: 45px 0 45px 50px;
}

.welcome-map {
	height: 400px;
}


/*====================
	Inventory styles
====================*/

.inventory-contain {
	background: #fff;
	width: 100%;
	font-family: Montserrat, sans-serif;
}

.inventory-wrap {
	max-width: 1400px;
	width: 100%;
	margin: auto;
}

.faceted-search-content .selected-facets-container .selected-facet {
	background: #740000!important;
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link, .page-nav, .main-detail-data .contact-options a {
	background: #740000!important;
	color: #fff !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link:hover, .page-nav:hover, .main-detail-data .contact-options a:hover {
	background: #ddd!important;
}

.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price {
	color: #740000!important;
}

.detail-content .detail-main-body .main-detail-data .offer-btn {
	background: #740000!important;
}

.detail-content .detail-main-body .main-detail-data .offer-btn:hover {
	background: #DDDDDD!important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn {
	color: #740000!important;
	border: 1px solid #740000!important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn:hover {
	color: #DDDDDD!important;
	border-color: #DDDDDD!important;
}

.detail-content .detail-main-body .main-detail-data .detail-price {
	color: #740000!important;
}

.detail-content .search-results {
	color: #740000!important;
}

.detail-content .detail-additional-data .data-row .data-label {
	background: #740000!important;
}

.button {
	background: #740000!important;
	border-color: #740000!important;
}

.button:hover {
	background: #DDDDDD!important;
	border-color: #DDDDDD!important;
}

.list-content .list-title .list-listings-count {
	color: #740000!important;
}

.list-content .list-top-section .listing-option-bar .list-listings-count {
	color: #740000!important;
}

.lower-detail-data-right{font-size: 16px !important;}
.compare-label{margin-left: 8px;}

.compare-chkbox-container .compare-listings .fa-check {
    top: 5px !important;
    left: 2px !important;
}

/*===================
	mobile inventory
====================*/

.list-content .list-listing-mobile .price-container .price {
	color: #740000!important;
}

.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call {
	color: #740000!important;
	border-color: #740000!important;
}

.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call:hover {
	color: #DDDDDD!important;
	border-color: #DDDDDD!important;
}

.list-content .list-listing-mobile .view-listing-details-link {
	background: #740000!important;
	color: #fff !important;
}

.list-content .list-listing-mobile .view-listing-details-link:hover {
	background: #DDDDDD!important;
}

.mobile-breadcrumb {
	background: #000000!important;
}

.detail-content-mobile .detail-main-body .main-detail-data .detail-price {
	color: #740000!important;
}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile {
	background: #740000!important;
}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile:hover {
	background: #DDDDDD!important;
}

.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile {
	background: #740000!important;
	border-color: #740000!important;
}

.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile:hover {
	background: #DDDDDD!important;
	border-color: #DDDDDD!important;
}

.detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile {
	background: #740000!important;
	border-color: #740000!important;
}

.detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile:hover {
	background: #DDDDDD!important;
	border-color: #DDDDDD!important;
}

.detail-content-mobile .detail-additional-data .data-row .data-label {
	background: #740000!important;
}

.detail-content-mobile .detail-contact-bar .contact-bar-btn {
	background: #740000!important;
}

.detail-content-mobile .detail-contact-bar .contact-bar-btn:hover {
	background: #DDDDDD!important;
}

.detail-content-mobile .detail-main-body .main-detail-data .opened {
	color: #740000!important;
	border-color: #740000!important;
}

.detail-content-mobile .accordion-container .form-bottom .captcha-and-submit .mobile-close {
	color: #740000!important;
	border-color: #740000!important;
}

.detail-content-mobile .accordion-container .form-bottom .captcha-and-submit .mobile-close:hover {
	background: #DDDDDD!important;
}

.faceted-search-content .mobile-done-button-container .mobile-done-button {
	background: #740000!important;
}

.faceted-search-content .mobile-done-button-container .mobile-done-button:hover {
	background: #DDDDDD!important;
}

/*====================
	contact page
====================*/

.contact-map {
	
}

.contact-contain {
	background: #ddd;
}

.contact-wrap {
	max-width: 80%;
	width: 100%;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.contact-head {
	color: #C31C38;
	text-transform: uppercase;
	font-weight: 800;
	text-shadow: 2px 2px 10px #999;
}

.contact-p {
	padding-top: 10px;
	padding-bottom: 10px;
}

.contact-page-left {
	max-width: 33%;
	width: 100%;
	margin: auto;
	display: inline-block;
	vertical-align: middle;
}

.contact-page-center {
	max-width: 33%;
	width: 100%;
	margin: auto;
	display: inline-block;
	vertical-align: middle;
}

.contact-page-right {
	max-width: 33%;
	width: 100%;
	margin: auto;
	display: inline-block;
	vertical-align: middle;
}

.contact-link {
	color: #FFFFFF!important;
	font-weight: 700;
	font-size: 15px;
	text-shadow: 2px 2px 10px #999;
}

.contact-link:hover {
	color: #C31C38!important;
}

.contact-img {
	padding: 10px;
	margin: auto;
}

/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
	font-family: Montserrat, sans-serif;
	background-color: #740000;
	color: #FFFFFF;
	}

a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:13px;
	color: #fff;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:13px;
		color: #363636;
		}

.footertext {
	font-size:13px; 
	color:#fff;
	}

.smallfootertext {
	font-size:10px; 
	color:#fff;
	}

.divfooter {
	max-width:1200px; 
	width: 80%;
	text-align:center; 
	margin:0 auto;
	}

.include {
	padding-top: 20px;
	padding-bottom: 20px;
}

.main-footer-contain {
	background: url("/siteart/footer_bkg.jpg");
	margin-bottom: 15px;
}

.main-footer-wrap {
	max-width: 1200px;
	margin: auto;
}

.quick-links {
	text-transform: uppercase;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-right: 100px;
}

.contact-info {
	padding-top: 50px;
	padding-bottom: 50px;
	margin-right: 100px;
}

.hours {
	padding-top: 50px;
	padding-bottom: 50px;
}

.footer-sub-head {
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 20px;
}

.main-footer-link {
	color: #FFFFFF !important;
	font-weight: 500;
}

.main-footer-link:hover {
	color: #AAAAAA !important;
}

.main-footer-sublink {
	color: #FFFFFF !important;
	font-size: 12px;
	line-height: 2;
	font-weight: 400;
}

.main-footer-sublink:hover {
	color: #AAAAAA !important;
}

.main-footer-info {
	
}

/*========================= 
	 Responsive styles 
===========================*/

/*==========  Non-Mobile First Method  ==========*/

@media only screen and (max-width : 1560px) {
	.welcome-para {width: 40%;}
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	nav.primary {width: 100%;}
    .header-contact-info {padding-top: 0;}
	.quick-links {margin-right: 75px;}
	.contact-info {margin-right: 75px;}
}


/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
    head {width: 100%;}
	.header {width: 100%; margin: auto; padding-bottom: 30px; padding-right: 0; padding-left: 0;}
	.logo-head {width: 80%; margin: auto; float: none;}
	.logo {margin: auto;}
	.contact-info-head {text-align: center; padding-bottom: 20px; position: relative; right: 0; width: 100%; margin: auto;}
	.equip-search {padding: 50px;}
	.searchsubhead {padding: 10px;}
	.welcome-contain {padding-top: 50px; padding-bottom: 50px;}
	.welcome-wrap {width: 90%; display: block;}
	.texas-img {padding-right: 0;}
	.welcometitle {width: 60%; text-align: center;}
	.welcome-para {width: 100%; clear: left; margin: auto; text-align: center;float: none; padding-left: 0;}
	.quick-links {margin: auto; text-align: center; padding-bottom: 0;width: 95%;}
	.contact-info {margin: auto; text-align: center; padding-bottom: 0;width: 95%;}
	.hours {margin: auto; text-align: center;width: 95%;}
	.inventory-wrap {width: 90%;}
	.contact-head {text-align: center;}
	.contact-p {text-align: center;}
	.contact-page-left {text-align: center; max-width: 90%; display: block;}
	.contact-page-center {text-align: center; max-width: 90%; display: block; padding-top: 5px;}
	.contact-page-right {max-width: 90%; display: block;}
}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.header-contact-info {display: block;}
	.tree-bkg{padding-bottom: 190px;}
	.equip-search {text-align: center; padding: 50px 25px;}
	.searchsubhead {padding: 10px 5px; font-size: 12px;}
	.search-selection {max-width: 45%; margin:auto; margin-top: 5px;}
	.find-equip {max-width: 45%; margin-left: 0;}
	.texas-img {padding-left: 20px;}
}

@media only screen and (max-width : 555px) {
	.texas-img {float: none; margin: auto; padding-left: 0;}
	.welcometitle {width: 100%; text-align: center; float: none;}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.logo-head {width: 90%;}
	.equip-search {padding-top: 20px; padding-bottom: 20px;}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
	.tree-bkg {padding-bottom: 180px;}
	.equip-search {padding-top: 10px; padding-bottom: 0px;}
	.search-selection {max-width: 90%;}
	.find-equip {max-width: 90%; margin-top: 5px;}
	.texas-img {width: 50%;}
}

