﻿/*===================== 
	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: Arial, sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
    margin: 0;
	height: auto;
    top: 0;
    bottom: 0;
	}
	
body:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: url(/siteart/body_bkg2.jpg) center top no-repeat;
    background-size: cover;
    height: 1440px;
}

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-size: 14px;
	}

	
h1 {
	font-size: 48px;
}
		

h2 {
	font-size: 36px;
}

	
h3 {
	font-size: 24px;
}


h4 {
	font-size: 18px;
}


h5 {
}


h6 {
}

.teko {
	font-family: 'Teko', sans-serif;
}

.rajdhani {
	font-family: 'Rajdhani', sans-serif;
}

.caps {
	text-transform: uppercase;
}

.bold {
	font-weight: 700;
}

.semi {
	font-weight: 600;
}

.thin {
	font-weight: 300;
}

.tracking {
	letter-spacing: 1.5px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.white {
	color: #fff;
}

.yellow {
	color: #fdd800;
}

.yellow_link {
	color: #fff;
}

.yellow_link:hover {
	color: #fdd800;
}

.wht_link {
	color: #fdd800;
}

.wht_link:hover {
	color: #fff;
}

.effect-1 {
  padding-top: 10px;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #080808;
    transform:  scaleX(0);
}
.effect-1:hover:before {
    transform:  scaleX(1);
  }
  
a.effect-underline:after {
	content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  height: 1em;
  width: 100%;
  border-bottom: 1px solid;
  margin-top: 10px;
  opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

a.effect-underline:hover:after {
  opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}


/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/
	}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color: #aaa; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: #ccc;
		}  

/*===================== 
	header styles 
=======================*/
* {box-sizing: border-box;}

header {
	margin: 0 auto;
	width: 100%;
	}
	
.header_wrapper {
	padding: 0;
}

.header_wrapper:before {
	width: calc(336px + (100% - 1500px) / 2);
}

.header_contain {
	padding: 0;
	display: inline-block;
	box-sizing: border-box;
}

.logo_wrapper {
	box-sizing: border-box;
	background-color: #ff0;
	height: 122px;
	display: flex;
    align-items: center;
	justify-content: flex-end;
}

.logo {
	width: 330px;
	float: right;
	box-sizing: border-box;
}

.head_wrapper {
	background: #000;
	padding: 20px 0;
	box-sizing: border-box;
	display: flex;
    align-items: center;
}

.header_toll_free {
	margin: 0 63px;
	display: inline-block;
}

.header_toll_free>a .first_line {
	color: #fff;
	font-weight: 700;
	transition: .3s ease-in-out color;
}

.header_toll_free>a:hover .first_line, .header_toll_free>a:active .first_line, .header_toll_free>a:focus .first_line {
	color: #fdd800;
}

.header_toll_free>a .second_line {
	color: #fdd800;
	font-weight: 600;
	transition: .3s ease-in-out color;
	margin-top: -5px;
}

.header_toll_free>a:hover .second_line, .header_toll_free>a:active .second_line, .header_toll_free>a:focus .second_line {
	color: #fff;
}

.header_slogan {
	text-align: center;
	display: inline-block;
	margin-right: 67px;
}

.header_slogan .first_line {
	font-weight: 700;
	color: #fdd800; 
}

.header_slogan .second_line {
	font-weight: 600;
	color: #fdd800;
	margin-top: -5px;
}

.header_contact {
	display: inline-block;
	text-align: center;
	margin-right: 41px;
}

.head_location {}

.head_location>span {
    display: block;
}

.head_location .location_title {
    font-weight: 700;
    color: #fff;
    margin-top: 2px;
} 

i.fas.fa-map-marker-alt {
    color: #fdd800;
}

.head_phone {
	margin-top: 3px;
	text-align: center;
}

.head_phone_link {
	font-weight: 700;
	display: inline-block;
	transition: .3s ease-in-out color;
	color: #fdd800 !important;
}

.head_phone_link:hover {
	color: #fff !important;
}

.head_address {
	margin-top: 5px;
}

.head_address_link {
	font-weight: 600;
	transition: .3s ease-in-out color;
	color: #ccc !important;
}

.head_address_link:hover {
	color: #fff !important;
}

.head_social {
	width: 82px;
}

.social_block {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
	justify-content: space-between;
}

.social_block li a {
    display: block;
}

.social_block a.facebook .fab {
    background-color: #3b5998;
	color: #fff;
}

.social_block a:hover.facebook .fab, .social_block a:active.facebook .fab, .social_block a:focus.facebook .fab {
    color: #3b5998;
	background-color: #fff;
}

.social_block a.yelp .fab {
    background-color: #c41200;
	color: #fff;
}

.social_block a:hover.yelp .fab, .social_block a:active.yelp .fab, .social_block a:focus.yelp .fab {
    color: #c41200;
	background-color: #fff;
}

.social_block a.instagram .fab {
    background-color: #bc2a8d;
	color: #fff;
}

.social_block a:hover.instagram .fab, .social_block a:active.instagram .fab, .social_block a:focus.instagram .fab {
    color: #bc2a8d;
	background-color: #fff;
}

.social_block a.email .fas {
    background-color: #5e5e5e;
	color: #fff;
}

.social_block a:hover.email .fas, .social_block a:active.email .fas, .social_block a:focus.email .fas {
    color: #5e5e5e;
	background-color: #fff;
}

.social_block a .fab {
	transition: all .2s ease-in-out;
}

.social_block .fab {
    display: block;
    overflow: hidden;
    width: 41px;
    height: 41px;
    text-align: center;
}

.social_block .fab:before {
    line-height: 41px;
}

.social_block a .fas {
	transition: all .2s ease-in-out;
}

.social_block .fas {
    display: block;
    overflow: hidden;
    width: 41px;
    height: 41px;
    text-align: center;
}

.social_block .fas:before {
    line-height: 41px;
}

.mobile_contact {
	display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}

.mobile_phone {
	display: none;
}

.mobile_location {
	display: none;
}

.mobile_link {
    color: #fdd800 !important;
    background: #000;
    width: 121px;
    line-height: 66px;
    display: inline-block;
    text-align: center;
    border: 1px solid #fdd800;
}

.mobile_link:hover {
	color: #000 !important;
	background: #fdd800;
}

.sticky-top {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    width: 100%;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000000000;
}

/*===================== 
	nav styles 
=======================*/
.nav_contain {
	box-sizing: border-box;
}

i.fas.fa-home {
    font-size: 15px;
}

nav.primary {
	padding:0;
	margin:0 auto;
	position:relative;
	text-align: left;
	box-sizing: border-box;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.2);
	min-height: 50px;
	border: 0;
	border-radius: 0;
	background: #fdd800;
	margin-bottom: 0;
	display: flex;
    align-items: center;
	}

nav.primary ul {
	padding:0;
	box-sizing: border-box;
	width: 1500px;
    margin: 0 auto;
}

nav.primary ul li {

}

nav.primary > ul > li {
	display:inline-block;
	list-style-type:none; 
	text-align: left;
	text-transform: uppercase;
	box-sizing: border-box;
}

nav.primary ul li a {
	font-family: 'Teko', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #000 !important;
	padding: 20px;
	display: block;
	transition: .3s ease;
}	

nav.primary ul li a:hover {
	color: #fff !important;
	background: #000;
	transition: .3s ease;
}

.dropdown {
	position: relative;
}

/* Appearance of the sub-level links */

nav.primary ul li li a { 
	line-height: 30px;
	padding: 5px 20px;
	color: #fff !important;
	background-color: #1a1a1a;
	text-align: left;
	text-transform: initial;
	font-size: 18px;
	font-weight: normal;
	transition: .3s ease;
	box-sizing: border-box;
}
	
nav.primary ul li li a:hover { 
	background-color: #333;
	transition: .3s ease;
	}
	
nav.primary ul li li:hover { 
	transition: .3s ease;
	}
	
	
/* 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;
	/*margin-top: 21px;*/
	box-sizing: border-box;
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
	transition: .3s ease;
	box-sizing: border-box;
}
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 2000 !important;
	transition: .3s ease;
}
nav.primary ul ul li {
    float: none; 
    position: relative;
	display:block;
    margin:0;
	width:100%;
	box-sizing: border-box;
}

.dropdown_arrow {
	display: inline-block !important;
}


/******** End of primary Nav ***************/


/*===================== 
	mobile nav
=======================*/
#menu-button{ /* initially will need to be hidden */
	display: block;
	font-size: 18px;
	font-weight: 700;
	font-family: 'Teko', sans-serif;
	width:100%;
	padding-left: 85px;
	position: relative;
	z-index: 400;/* needs to be lower than nav.mobile, adjust as needed */
	margin-top: -1px;
	background: #fdd800;
	text-align: left;
	min-height: 0 !important;
	box-sizing: border-box;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.2);
	}
	#menu-button a{
		 color:#000;
		 text-decoration: none;
		 text-align: left !important;
		 box-sizing: border-box;
		 font-size: 18px;
		 height: 65px;
		 display: flex;
		 align-items: center;
		padding-left:20px;
	  }

nav.mobile {
	display:block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #fdd800;
	z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
	overflow:auto;
	box-sizing: border-box;
}
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;
	box-sizing: border-box;
}
nav.mobile .menu-toggle { /* Menu close button */
	position: relative;
    /* top: 12px; */
    /* right: 10px; */
    display: block;
    padding: 10px;
    font-family: 'Teko', sans-serif;
    font-weight: 700;
    line-height: 1;
    /* background: #222; */
    color: #999;
    text-decoration: none;
    vertical-align: top;
    box-sizing: border-box;
    /* width: 100%; */
    font-size: 21px;
}
.menu-toggle {
	text-align: right;
	font-size: 28px;
	color: #000;
	transition: .3s ease;
	box-sizing: border-box;
}

.menu-toggle a:hover {
	color: #000 !important;
	transition: .3s ease;
}

.close_mobile {
	font-size: 26px !important;
	font-weight: 900;
	text-align: right;
	transition: .3s ease;
	box-sizing: border-box;
}

nav.mobile .menu-toggle:hover { /* Menu close button on hover */
	color: #fff;
	transition: .3s ease;
}
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	margin:0;
	padding:0;
	display: contents;
	box-sizing: border-box;
}
nav.mobile ul li {
	padding: 8px 0 6px 0 !important;
}
nav.mobile ul li a {
	position: relative;
	display: block;
	padding: 0;
	padding-left: 14px;
	color: #000;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 1px;
	transition: .3s ease;
	box-sizing: border-box;
}
nav.mobile ul li a:hover {
	color: #2b2b2b;
	transition: .3s ease;
}


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;
	box-sizing: border-box;
}
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;
	box-sizing: border-box;
}
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%;
	transition: .3s ease;
}


/*===================== 
	Inventory styles 
=======================*/
.container {margin-top: 20px !important; background:#fff;}
.info {color: #000 !important;}
.faceted-search-content .selected-facets-container .selected-facet {background: #000 !important;}
.button {background-color: #000 !important;}
.button:hover {background-color:#a8a8a8 !important;}
.body-wrapper {font-family: 'Teko', sans-serif;}
.body-content {padding: 50px 0!important;}

/*-----FONTS-----*/
.list-content .list-title .list-title-text {font-family:'Teko', sans-serif!important; font-size: 25px; text-transform: uppercase;}
.list-content .listing-portion-title {font-family: 'Teko', sans-serif; font-size: 20px;}
.list-content .list-title .list-listings-count {color: #000 !important;}
.list-listing-title {font-family: 'Teko', sans-serif!important;}
.listing-portion-title {font-family: 'Teko', sans-serif!important;}
.list-content .list-main-section .list-container .list-listing .listing-top-right .listing-dealer-info .dealer-name {font-family: 'Teko', sans-serif;}
.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price {color: #000!important; font-family: 'Teko', sans-serif;}
.list-content .list-top-section .listing-option-bar .list-listings-count {color: #a8a8a8!important;}
.faceted-search-content .faceted-section-head h5 {font-family: 'Teko', sans-serif;border-radius: 0px!important;}
.listing-portion-title.description-title {font-family: 'Teko', sans-serif;}
.faceted-search-content .faceted-section-box .faceted-search {border-radius: 0px!important;}
.faceted-search-content .faceted-section-box .faceted-btn-container .faceted-show-all-btn {border-radius: 0px!important;}
.contact-information {font-family: 'Teko', sans-serif!important;}
.breadcrumbs {font-family: 'Teko', sans-serif!important;}
.listing-widgets {font-family: 'Teko', sans-serif!important;}
.detail-additional-data {font-family: 'Teko', sans-serif!important;}
.detail-additional-data h4 {font-family: 'Teko', sans-serif!important;}
.detail-content .search-results{color: #000!important;}
.legal-text-content {font-family: 'Teko', sans-serif!important; font-size: 12px; font-style: italic;}

/*-----BUTTONS-----*/
.view-listing-details-link {background: #000!important; color: #fff!important; font-family: 'Teko', sans-serif;}
.view-listing-details-link:hover {background: #a8a8a8!important;}
.faceted-search-content .selected-facets-container .selected-facet{background: #000!important; font-family: 'Teko', sans-serif; }
.noUi-connect {background: #000!important; color: #fff!important;}
.noUi-handle  {background: #000!important; color: #fff!important;}
.list-content .listing-bottom .listing-widgets a {font-family: 'Teko', sans-serif!important;}
.detail-content .print-this, .detail-content .email-this {font-family: 'Teko', sans-serif;}
.offer-btn {font-family: 'Teko', sans-serif; background-color: #000!important;color:#fff !important;}
.offer-btn:hover {background-color: #a8a8a8!important;}
.send-email-btn {font-family: 'Teko', sans-serif!important;}
.detail-content .detail-additional-data .data-row .data-label {background: #000!important;}
.print-this, .email-this {font-family: 'Teko', sans-serif!important;}
.detail-content .detail-main-body .main-detail-data .addthis_inline_share_toolbox .at-share-btn-elements {display: inline-block!important;}
.detail-content .detail-main-body .main-detail-data .addthis_inline_share_toolbox .at-share-btn-elements {width: auto!important;}
.paging-container .page-navs .list-page-nav {background: #000!important; font-family: 'Teko', sans-serif;color:#fff !important;}
.detail-content-mobile .accordion-container .form-bottom .captcha-and-submit .mobile-close {color: #000 !important; border-color: #000 !important;}

/*-----Mobile Styles-----*/
.price {color: #000!important; font-family: 'Teko', sans-serif;}
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call, .list-content .list-listing-mobile .dealer-phone-container .dealer-phone-text {color:#000!important; border-color: #000!important; border-radius: 0px!important;}
.specs-container {font-family: 'Teko', sans-serif!important;}
.spec-container {font-family: 'Teko', sans-serif!important;}
.mobile-breadcrumb {background-color: #a8a8a8!important;}
.detail-title {font-family: 'Teko', sans-serif!important;}
.detail-content-mobile .detail-main-body .main-detail-data .detail-price {color: #000!important;}
.detail-content-mobile .dealer-info h3 {font-family: 'Teko', sans-serif!important;}
.field-value {font-family: 'Teko', sans-serif;}
.contact {font-family: 'Teko', sans-serif;}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile {background-color: #000!important; color: #fff!important; font-family: 'Teko', sans-serif!important; border-radius: 0px!important;}
.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 {background-color: #000!important; color: #fff!important; font-family: 'Teko', sans-serif!important; border-radius: 0px!important; border: none!important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn {background-color: #000!important; color: #fff!important; font-family: 'Teko', sans-serif!important; border-radius: 0px!important;}
.data-label {background-color: #000!important;}
.faceted-search-content .mobile-done-button-container .mobile-done-button {background-color: #000!important; color: #fff!important; border-radius: 0px; font-family: 'Teko', sans-serif;}
.faceted-search-content .mobile-done-button-container .mobile-done-button:hover {background-color: #a8a8a8!important; border-radius: 0px; font-family: 'Teko', sans-serif;}
.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile {background-color: #000 !important;}
.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile:hover {background-color: #a8a8a8 !important;}
.detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile {background-color: #000 !important;}
.detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile:hover {background-color: #a8a8a8 !important;}

.list-content .faceted-search-content {background: #fff;}
.list-content .list-main-section .list-container {background: #fff;}
.detail-content {padding: 24px; background: #fff;}
.legal-text-container {background: #fff; padding-top: 20px;}
.legal-text-container1 {background: #fff; margin: 0 auto; max-width: 1124px; padding-left: 24px; padding-bottom: 20px;}

.detail-content .dealer-info .contact-information {color: #ea0d2c; font-size: 15px !important;}
.detail-content .dealer-info .dealer-company-header {color: #ea0d2c; font-size: 15px !important;}
.detail-content .dealer-info .field-value {color: #ea0d2c; font-size: 15px !important;}

.modal-content .form-main-content .modal-right-col .comment-element textarea {font-size: 14px !important;}
.modal-form-el label+input, .modal-form-el label+select, .modal-form-el label+textarea {font-size: 10px !important;}

.sticky-top-menu {
    position: fixed;
    background: #fff;
    border-bottom: 1px #ccc solid;
    top: 186px !important;
    left: 0;
    z-index: 9999999;
    width: 100%;
}
/*===================== 
	content styles 
=======================*/


	
/*===================== 
	slideshow styles 
=======================*/



/*===================== 
	banner styles 
=======================*/



/*===================== 
	layout styles 
=======================*/




/*===================== 
	footer styles 
=======================*/
footer {
	margin: 0;
	width: 100%;
	}
	
.footer_wrapper {
	padding: 0;
	background-color: rgba(17,17,17,0.9);
	overflow-x: hidden;
}

.footer_contain {
	padding: 81px 0;
	display: flex;
	justify-content: center;
    align-items: end;
	box-sizing: border-box;
}

.foot_column {
    right: auto;
    border-left: 1px solid rgba(255,255,255,0.3);
	padding-right: 50px;
}

.foot_column {
	display: inline-block;
	box-sizing: border-box;
}

.foot_colbrd {
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding-top: 21px;
    padding-left: 23px;
    padding-right: 24px;
    padding-bottom: 40px;
    margin: 0;
    border: 1px solid #fee131;
	box-sizing: border-box;
}

.foot_colbrd_wrapper {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

.foot_head {
	line-height: 1;
	color: #fee131;
	margin-bottom: 13px;
	padding-left: 20px;
}

.foot_list {
	margin: 0;
    padding: 0;
    list-style: none;
    line-height: 18px;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
	padding-left: 20px;
}

.foot_column .foot_list span {
	display: inline-block;
	width: 100px;
}

.foot_address {}

.foot_phone {
	margin-top: 23px;
}

.foot_phonelink {
	color: #fee131 !important;
	font-weight: 700;
    font-size: 18px;
	transition: .3s ease-in-out color;
}

.foot_phonelink:hover {
	color: #fff !important;
}

.foot_map {
	margin-top: 17px;
}

.foot_maplink {
	color: #fff !important;
	font-weight: 700;
    font-size: 18px;
	transition: .3s ease-in-out color;
}

.foot_maplink:hover {
	color: #fee131 !important;
}

.foot_column .foot_map a:hover .fas {
	color: #fff;
	transition: .3s ease-in-out color;
}

.foot_quicklink {
	color: #fff !important;
	transition: .3s ease-in-out color;
}

.foot_quicklink:hover {
	color: #fee131 !important;
}
.footer-column--links a:hover:before {}
.foot_column .foot_quicklink svg {
    fill: #fee131;
	transition: .3s ease-in-out color;
}

.foot_column .foot_quicklink svg:hover {
    fill: #fff;
}

.btmfooter_wrapper {
	background-color: #080808;
	display: flex;
	box-sizing: border-box;
	padding: 0;
}

.btmfooter_contain {
	width: 1500px;
	margin: 0 auto;
	padding: 95px 0;
	box-sizing: border-box;
}

.btmfooter {
	box-sizing: border-box;
}

.foot_para {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .04em;
}

.foot_link {
	color: #fff !important;
	transition: .3s ease;
}

.foot_link:hover {
	color: #fee131 !important;
	border-bottom: 1px solid #fee131;
	transition: .3s ease-in-out border-color,.3s ease-in-out width;
}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:13px;
	color: #222;
	transition: .3s ease;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:13px;
		color: #fff;
		transition: .3s ease;
		}

.footertext {
	font-size:13px; 
	color:#666;
	}

.smallfootertext {
	font-size:10px; 
	color:#666;
	}

.divfooter {
	max-width:1200px; 
	text-align:center; 
	margin:0 auto;
	box-sizing: border-box;
	}

/*========================= 
	 Responsive styles 
===========================*/

/*==========  Non-Mobile First Method  ==========*/

@media only screen and (max-width: 1500px) {
.foot_colbrd {margin-top: 0; width: 370px; padding-left: 15px; padding-right: 15px; margin: 80px auto 0;}
.footer_contain {width: 1170px; display: block; margin: 0 11%;}
}

@media only screen and (max-width : 1544px) {
	.header_slogan {display: none !important;}
	.head_wrapper {padding: 20px 5%;}
}
@media only screen and (max-width : 1440px) {
	nav.primary ul li a {
		font-size: 16px;
		padding: 10px;
	}
}
@media only screen and (max-width : 1320px) {
	.footer_contain {margin: 0 6%;}
}

@media only screen and (max-width : 1302px) {
	nav ul li a {padding: 20px 14px;}
}

@media only screen and (max-width: 1250px) {
	.footer_contain {margin: 0 3%;}
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.head_wrapper {padding: 20px 10%;}
	.header_toll_free {display: none !important;}
	.footer_wrapper {padding: 103px 0;}
	.footer_contain {width: 970px; display: contents;}
	.foot_column {padding-right: 20px;}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
	.logo {margin: auto;}
	.head_wrapper {padding: 20px 3%;}
	.footer_contain {display: block; width: 90%; margin: 0 5%;}
	.foot_column {padding-left: 21px; width: 49%; margin-bottom: 35px;}
	.foot_list {font-size: 13px;}
	.btmfooter {text-align: right;}
}


/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	.head_social {display: none;}
	.header_contact {display: none;}
	.mobile_phone {display: block;}
	.mobile_location {display: block;}
	.logo_wrapper {height: 136px;}
	.logo {width: 40%;float: left;}
	.foot_column {border-bottom: 1px solid rgba(255,255,255,0.3); border-left: none; padding-bottom: 20px; width: 50%; margin: 0 25% 35px;}
	.btmfooter {text-align: center;}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
 
 
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {


}

