﻿/*===================== 
	Color information
	
	-#f0f5fb - lt. grey
	-#5e5e5e - grey
	-#4d4d4f - dk. grey
	-#6292ff - lt. blue
	-#014eb4 - dk. blue
		 
=======================*/
/*===================== 
	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: 'Nunito Sans', sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
    margin: 0;
    font-family: 'Nunito Sans', sans-serif;
	}

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;} 


/*===================== 
	animation keyframes 
=======================*/
@-webkit-keyframes text-shadow-drop-center{0%{text-shadow:0 0 0 transparent}100%{text-shadow:0 0 18px rgba(0,0,0,.35)}}@keyframes text-shadow-drop-center{0%{text-shadow:0 0 0 transparent}100%{text-shadow:0 0 18px rgba(0,0,0,.35)}}	
@-webkit-keyframes kenburns-top{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0);-webkit-transform-origin:50% 16%;transform-origin:50% 16%}100%{-webkit-transform:scale(1.25) translateY(-15px);transform:scale(1.25) translateY(-15px);-webkit-transform-origin:top;transform-origin:top}}@keyframes kenburns-top{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0);-webkit-transform-origin:50% 16%;transform-origin:50% 16%}100%{-webkit-transform:scale(1.25) translateY(-15px);transform:scale(1.25) translateY(-15px);-webkit-transform-origin:top;transform-origin:top}}
@-webkit-keyframes tracking-in-contract{0%{letter-spacing:1em;opacity:0}40%{opacity:.6}100%{letter-spacing:normal;opacity:1}}@keyframes tracking-in-contract{0%{letter-spacing:1em;opacity:0}40%{opacity:.6}100%{letter-spacing:normal;opacity:1}}
@-webkit-keyframes fade-in-fwd{0%{-webkit-transform:translateZ(-80px);transform:translateZ(-80px);opacity:0}100%{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes fade-in-fwd{0%{-webkit-transform:translateZ(-80px);transform:translateZ(-80px);opacity:0}100%{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}


/*===================== 
	animation styles 
=======================*/
.text-shadow-drop-center{-webkit-animation:text-shadow-drop-center .6s both;animation:text-shadow-drop-center .6s both}
.kenburns-top{-webkit-animation:kenburns-top 5s ease-out both;animation:kenburns-top 5s ease-out both}
.tracking-in-contract{-webkit-animation:tracking-in-contract 1s cubic-bezier(.215,.61,.355,1.000) both;animation:tracking-in-contract 1s cubic-bezier(.215,.61,.355,1.000) both}
.fade-in-fwd{-webkit-animation:fade-in-fwd 1s cubic-bezier(.39,.575,.565,1.000) both;animation:fade-in-fwd 1s cubic-bezier(.39,.575,.565,1.000) both}
	
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	h1 {font-size: 2em;}

p {
	margin: 0;
	font-size: 16px;
	}

	
h1 {
	font-size: 32px;
}
		

h2 {
	font-size: 26px;
}

	
h3 {
	font-size: 24px;
}


h4 {
	font-size: 20px;
}


h5 {
	font-size: 18px;
}


h6 {
}

.xbold {
	font-weight: 800;
}

.bold {
	font-weight: 700;
}

.thin {
	font-weight: 300;
}

.allcaps {
	text-transform: uppercase;
}

.para {
	padding: 5px 0;
}

.italic {
	font-style: italic;
	text-transform: initial;
}

.ltblue {
	color: #6292ff;
}

.dkblue {
	color: #014eb4;
}

.ltgrey {
	color: #f0f5fb;
}

.grey {
	color: #5e5e5e;
}

.dkgrey {
	color: #4d4d4f;
}

.white {
	color: #fff;
}

.pad_top {
	padding-top: 10px;
}

.center {
	text-align: center;
}

/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/
	}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color: #014eb4; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: #6292ff;
		}  

/*===================== 
	header styles 
=======================*/
header {
	margin: 0 auto;
	width: 100%;
	}
	
.header_wrapper {
	background: #000;
	box-sizing: border-box;
	padding: 0;
}

.header_contain {
	width: 90%;
	margin: 0 5%;
	padding: 50px 0;
	box-sizing: border-box;
}

.lt_nav {
	text-align: right;
	box-sizing: border-box;
}

.rt_nav {
	box-sizing: border-box;
}

.logo_contain {
	box-sizing: border-box;
	padding: 0;
}

.logo {
	margin: auto;
}

.header_link {
	color: #fff !important;
}

.header_link:hover {
	color: #6292ff !important;
	transition: .3s ease;
}

.header_info {
	box-sizing: border-box;
    text-align: right;
    width: fit-content;
    float: left;
    padding: 5px 50px;
	font-size: 12px;
}

.mobile_headerinfo {
	text-align: center;
	padding: 10px 0;
	font-size: 12px;
	box-sizing: border-box;
}
	

/*===================== 
	nav styles 
=======================*/
.nav_contain {
	box-sizing: border-box;
	padding: 0;
}

nav.primary {
	padding:0;
	display:block;
	margin:0 auto;
	position:relative;
	text-align: right;
	box-sizing: border-box;
	}
	
nav.primary_rt {
	padding: 0;
    margin: 0 auto;
    position: relative;
    text-align: left;
    box-sizing: border-box;
    width: fit-content;
    float: left;
    display: flex;
	}

nav ul {
	padding:0;
	margin:0;
}

nav ul li {

}

nav > ul > li {
	display: inline-block;
    list-style-type: none;
    text-align: left;
    padding: 15px;
}

nav ul li a {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
    font-weight: 700;
    color: #f0f5fb !important;
    text-transform: uppercase;
}	

nav ul li a:hover {
	color: #6292ff !important;
	transition: .3s ease;
}


/* Appearance of the sub-level links */

nav.primary ul li li a { 
	color: #f0f5fb !important;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
	}
	
nav.primary ul li li a:hover { 
	color: #6292ff !important;
	transition: .3s ease;
	}
	
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: #000;
	/*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;
	width: fit-content;
}
nav.primary ul ul li {
    float: none; 
    position: relative;
	display:block;
    margin:0;
	width:100%;
	padding: 2px 5px;
}

.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: #4d4d4f;
	border-bottom: ;
	text-align: right;
	min-height: 0 !important;
	box-sizing: border-box;
	}
	#menu-button a{
		 color:#fff;
		 text-decoration: none;
		 text-align: right !important;
	  }

nav.mobile {
	display:block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #000;
	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;
}
nav.mobile .menu-toggle { /* Menu close button */
	position: absolute;
	top: 12px;
	right: 10px;
	display: inline-block;
	padding: 6px 9px 5px;
	font-family: 'Nunito Sans', 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 20px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase !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 styles 
=======================*/
.banner_wrapper {
	padding: 0;
}

.banner {
	width: 100%;
}

.hero_wrapper {
	padding: 0;
}

.hero {
	width: 100%;
}

.quicklink_wrapper {}

.quicklink_contain {
	width: 90%;
	margin: 0 5%;
	padding: 50px 0;
	display: inline-block;
}

.quicklink {}

.quicklink_img_lft {
	margin-left: auto;
	padding-right: 20px;
}

.quicklink_img {
	padding-left: 20px;
}

.quicklink_head_lft {
	color: #fff !important;
	text-shadow: 5px 5px 8px #222;
	position: absolute;
    top: 85px;
    right: 235px;
}

.quicklink_head_lft:hover {
	color: #6292ff !important;
	transition: .3s ease;
}

.quicklink_head {
	color: #fff !important;
	text-shadow: 5px 5px 8px #222;
	position: absolute;
    top: 85px;
    left: 195px;
}

.quicklink_head:hover {
	color: #6292ff !important;
	transition: .3s ease;
}

.welcome_wrapper {
	background: url(/siteart/road_bkg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
}

.welcome_contain {
	width: 70%;
	margin: 0 15%;
	padding: 50px 0;
	display: inline-block;
}

.welcome_link {
	color: #6292ff !important;
}

.welcome_link:hover {
	color: #014eb4 !important;
	transition: .3s ease;
}

.welcome_head {
	text-shadow: 5px 5px 8px #222;
}

.subhead_wrapper {
	display: flex;
	justify-content: center;
}

.line_lft {
	float: left;
	border-top: 2px solid #fff;
	width: 20%;
	top: 12px;
	position: relative;
	margin: 0 2%;
}

.line {
	float: right;
	border-top: 2px solid #fff;
	width: 20%;
	top: 12px;
	position: relative;
	margin: 0 2%;
}

.welcome_subhead {
	float: left;
	display: contents;
}

.map {
	padding: 0;
	display: flex;
}

.finance_link {
	background-color: #014eb4;
	color: #fff !important;
	font-size: 16px;
	padding: 5px 15px;
	border: 2px solid #014eb4;
	margin-top: 10px;
	transition: .3s ease;
}

.finance_link:hover {
	color: #014eb4 !important;
	background-color: transparent;
	transition: .3s ease;
}

.lft_finance {
	text-align: right;
}

.rt_finance {
	text-align: left;
}
	
/*===================== 
	location styles 
=======================*/
.location_wrapper {}

.location_contain {
	width: 90%;
	margin: 0 5%;
	padding: 50px 0;
	display: inline-block;
}

.location_link {
	color: #6292ff !important;
}

.location_link:hover {
	color: #014eb4 !important;
	transition: .3s ease;
}


/*===================== 
	contact styles 
=======================*/
.contact_wrapper {}

.contact_contain {
	width: 90%;
	margin: 0 5%;
	padding: 50px 0;
	display: inline-block;
}

.contact_link {
	color: #6292ff !important;
}

.contact_link:hover {
	color: #014eb4 !important;
	transition: .3s ease;
}

/*===================== 
	form styles 
=======================*/
.inline_form {
	display: inline-block;
}

.finance_label {
	margin-top: 15px;
}

.finance_form {
	margin-bottom: 15px;
    padding: 15px;
    border: 1px solid #000;
    width: 100%;
}

.form- {
    padding: 0px;
}

.contact-text {
    margin-top: 30px;
    margin-bottom: 0px;
}

.contact_form {
    margin: 15px auto;
    padding: 15px;
    border: 1px solid #000;
    width: 100%;
}

.contact-p {
    font-size: 16px;
}

.submit-button {
    background-color: #014eb4;
    color: white;
    font-size: 16px;
    padding: 5px 15px; 
    border: 2px solid #014eb4;
    margin-top: 10px;
    margin-bottom: 30px;
}

.submit-button:hover{
    border: 2px solid #014eb4;
    color: #014eb4;
    background-color: white;
	transition: .3s ease;
}

input[type="radio"] {
	width: auto;
}

/*===================== 
	thank you styles 
=======================*/

.thanksrow {
    text-align: center;
}

.thankyou {
    padding: 25px 0px;
    text-align: center;
    color: #6292ff;
}

.thanks-text {
    font-size: 16px;
    text-align: center;
}

.thanks-button {
    color: white;
    background-color: #014eb4;
    padding: 10px 25px;
    border: 2px solid #014eb4;
    margin: 30px auto;
    font-size: 16px;
	display: block;
}

.thanks-button:hover{
    border: 2px solid #014eb4;
    color: #014eb4;
    background-color: white;
	transition: .3s ease;
}

/*===================== 
	captcha styles 
=======================*/

/*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 styles 
=======================*/
.body-wrapper {padding-top: 20px;}
.container {margin-top: 20px !important;}
.info {color: #000 !important;}
.faceted-search-content .selected-facets-container .selected-facet {background: #000 !important;}
.button {background-color: #000 !important;}
.button:hover {background-color:#6292ff !important;}
.body-wrapper {font-family: 'Nunito Sans', sans-serif;}
.body-content {padding: 50px 0!important;}

/*-----FONTS-----*/
.list-content .list-title .list-title-text {font-family: 'Nunito Sans', sans-serif!important; font-size: 25px; text-transform: uppercase;}
.list-content .listing-portion-title {font-family: 'Nunito Sans', sans-serif; font-size: 20px;}
.list-content .list-title .list-listings-count {color: #6292ff!important;}
.list-listing-title {font-family: 'Nunito Sans', sans-serif!important;}
.listing-portion-title {font-family: 'Nunito Sans', sans-serif!important;}
.list-content .list-main-section .list-container .list-listing .listing-top-right .listing-dealer-info .dealer-name {font-family: 'Nunito Sans', 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: 'Nunito Sans', sans-serif;}
.list-content .list-top-section .listing-option-bar .list-listings-count {color: #6292ff!important;}
.faceted-search-content .faceted-section-head h5 {font-family: 'Nunito Sans', sans-serif;border-radius: 0px!important;}
.listing-portion-title.description-title {font-family: 'Nunito Sans', 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;}
.detail-content .detail-main-body .main-detail-data .detail-price {color: #000!important; font-family: 'Nunito Sans', sans-serif;}
.detail-content .detail-main-body .main-detail-data .detail-title {font-family: 'Nunito Sans', sans-serif!important; font-size: 25px; text-transform: uppercase; color: #000; font-weight: 800;}
.detail-content .dealer-info h3 {font-family: 'Nunito Sans', sans-serif; font-size: 20px;}
.contact-information {font-family: 'Nunito Sans', sans-serif!important;}
.breadcrumbs {font-family: 'Nunito Sans', sans-serif!important;}
.listing-widgets {font-family: 'Nunito Sans', sans-serif!important;}
.detail-additional-data {font-family: 'Nunito Sans', sans-serif!important;}
.detail-additional-data h4 {font-family: 'Nunito Sans', sans-serif!important;}
.detail-content .search-results{color: #000!important;}
.legal-text-content {font-family: 'Nunito Sans', sans-serif!important; font-size: 12px; font-style: italic;}

/*-----BUTTONS-----*/
.view-listing-details-link {background: #000!important; color: #fff!important; font-family: 'Nunito Sans', sans-serif; border-radius: 0px!important;}
.view-listing-details-link:hover {background: #6292ff!important;}
.email-seller-link {border-radius: 0px!important;}
.faceted-search-content .selected-facets-container .selected-facet{background: #000!important; font-family: 'Nunito Sans', sans-serif; border-radius: 0px!important;}
.noUi-connect {background: #000!important; color: #fff!important;}
.noUi-handle  {background: #000!important; color: #fff!important;}
.list-content .listing-bottom .listing-widgets a {border-radius: 0px!important; font-family: 'Nunito Sans', sans-serif!important;}
.detail-content .print-this, .detail-content .email-this {border-radius: 0px!important; font-family: 'Nunito Sans', sans-serif;}
.offer-btn {border-radius: 0px!important; font-family: 'Nunito Sans', sans-serif; background-color: #000!important;color:#fff !important;}
.offer-btn:hover {background-color: #6292ff!important;}
.send-email-btn {font-family: 'Nunito Sans', sans-serif!important; border-radius: 0px!important; border-color: #000!important; color: #000!important;}
.detail-content .detail-additional-data .data-row .data-label {background: #000!important;}
.print-this, .email-this {font-family: 'Nunito Sans', sans-serif!important; border-radius: 0px!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: 'Nunito Sans', sans-serif;color:#fff !important;}
.list-container-flexrow .buy-now-link, .list-container-flexrow .check-availability-link, .list-container-flexrow .email-seller-link, .list-container-flexrow .dealer-phone-call {border-radius: 0px!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: 'Nunito Sans', 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: 'Nunito Sans', sans-serif!important;}
.spec-container {font-family: 'Nunito Sans', sans-serif!important;}
.mobile-breadcrumb {background-color: #6292ff!important;}
.detail-title {font-family: 'Nunito Sans', 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: 'Nunito Sans', sans-serif!important;}
.field-value {font-family: 'Nunito Sans', sans-serif;}
.contact {font-family: 'Nunito Sans', 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: 'Nunito Sans', 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: 'Nunito Sans', 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: 'Nunito Sans', 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: 'Nunito Sans', sans-serif;}
.faceted-search-content .mobile-done-button-container .mobile-done-button:hover {background-color: #6292ff!important; border-radius: 0px; font-family: 'Nunito Sans', 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: #6292ff !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: #6292ff !important;}

.fin-calc {display: none !important;}
a.financing {display: none !important;}


/*===================== 
	footer styles 
=======================*/
footer {
	margin: 0;
	width: 100%;
	}
	
.footer_wrapper {
	background: #000;
	box-sizing: border-box;
}

.footer_contain {
	width: 90%;
	margin: 0 5%;
	padding: 50px 0;
	display: inline-block;
	box-sizing: border-box;
}

.foot_rt {
	padding: 5px 0;
	box-sizing: border-box;
}

.foot_center {
	padding: 5px 0;
	box-sizing: border-box;
}

.foot_lft {
	padding: 5px 0;
	box-sizing: border-box;
}

.foot_link {
	color: #fff !important;
	font-size: 10px;
}

.foot_link:hover {
	color: #6292ff !important;
	transition: .3s ease;
}

.fb {
	font-size: 14px;
}

.foot_head {
	font-size: 12px;
	text-align: center;
}

.foot_para {
	font-size: 10px;
    margin: auto;
}

th {
	padding: 2px 5px;
}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:12px;
	color: #6292ff !important;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:12px;
		color: #fff !important;
		transition: .3s ease;
		}

.footertext {
	font-size:12px; 
	color:#f0f5fb;
	}

.smallfootertext {
	font-size:10px; 
	color:#f0f5fb;
	}

.divfooter {
	max-width:1200px; 
	text-align:right; 
	margin:0 auto;
	line-height: 1;
	color: #fff;
	box-sizing: border-box;
	}

/*========================= 
	 Responsive styles 
===========================*/

/*==========  Non-Mobile First Method  ==========*/
@media only screen and (max-width : 1655px) {
	.header_info {padding: 5px 40px;}
}


@media only screen and (max-width : 1588px) {
	.header_info {padding: 5px 30px;}
}


@media only screen and (max-width : 1522px) {
	.header_info {padding: 5px 20px;}
}

@media only screen and (max-width : 1455px) {
	.header_info {padding: 5px 10px;}
}


@media only screen and (max-width : 1388px) {
	.header_info {padding: 5px;}
}

@media only screen and (max-width : 1355px) {
	.header_contain {width: 96%; margin: 0 2%;}
	.header_info {padding: 5px;}
}


@media only screen and (max-width : 1272px) {
	.header_contain {width: 100%; margin: 0;}
}

@media only screen and (max-width : 1221px) {
	nav > ul > li {padding: 15px 7px;}
}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	nav > ul > li {padding: 15px 5px;}
}


@media only screen and (max-width : 1096px) {
	nav > ul > li {padding: 15px 2px;}
	.quicklink_head {top: 75px; left: 175px;}
	.quicklink_head_lft {top: 75px; right: 210px;}
}


@media only screen and (max-width : 1072px) {
	nav.primary_rt {float: none; display: block;}
	nav > ul > li {padding-bottom: 5px;}
	.header_info {padding: 5px 20px;}
}


/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
	.header_contain {padding: 50px 0 20px 0;}
	.foot_rt {text-align: center;}
	.divfooter {text-align: center;}
	.quicklink_img_lft {margin: auto; padding: 10px;}
	.quicklink_img {margin: auto; padding: 10px;}
	.welcome_contain {width: 80%; margin: 0 10%;}
	.quicklink_head {text-align: center; top: 90px; width: 100%; left: auto;}
	.quicklink_head_lft {text-align: center; top: 90px; width: 100%; right: auto;}
	.location_wrapper {text-align: center;}
	.contact_wrapper {text-align: center;}
}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.quicklink_head {top: 100px;}
	.quicklink_head_lft {top: 100px;}
	.lft_finance {text-align: center;}
	.rt_finance {text-align: center; margin-top: 20px;}
}


@media only screen and (max-width : 600px) {
	.quicklink_head {top: 95px;}
	.quicklink_head_lft {top: 95px;}
}


@media only screen and (max-width : 550px) {
	.quicklink_head {top: 90px;}
	.quicklink_head_lft {top: 90px;}
}


/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.welcome_contain {width: 90%; margin: 0 5%;} 
	.quicklink_head {top: 75px;}
	.quicklink_head_lft {top: 75px;}
}


@media only screen and (max-width : 420px) {
	.quicklink_head {top: 60px;}
	.quicklink_head_lft {top: 60px;}
}


@media only screen and (max-width : 385px) {
	.quicklink_head {top: 50px;}
	.quicklink_head_lft {top: 50px;}
}


/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
	.quicklink_head {top: 40px;}
	.quicklink_head_lft {top: 40px;}
}

