﻿/*===================== 
	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 
=======================*/
.view-listing-details-link {color: white !important; background-color: #2D6FC2 !important;}
.breadcrumbs__link {font-size: 9px !important;}
.option-name {padding-left: 5px !important;}


.navdropdown {margin-top: 0px !important; border: 2px solid #2D6FC2; background-color: #2D6FC2; width: 180px;
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}
.navdropdown > li { text-align: left; padding: 10px 10px !important;}
.navdropdown > li > a {font-size: 14px; color: white !important; }
.navdropdown > li > a:hover { color: gainsboro !important; }


@media only screen and (max-width: 798px) {
  .navdropdown {
    position: static; width: 100%; background-color: black;
  }
}



/*===================== 
	base styles 
=======================*/

html {
    font-family: Arial, sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
    margin: 0;
	}

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 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	margin: 0;
	}

	
h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
}
		

h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 26px;
}

	
h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
}


h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
}


h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
}


h6 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
}


.blue {color: #2D6FC2;}
.gray {color: #474747;}
.white {color: #FFFFFF;}

.bold {font-weight: 700;}
.semi-bold {font-weight: 600;}
.tracking {letter-spacing: 1px;}
.semi-tracking {letter-spacing: .25px;}
.caps {text-transform: uppercase;}
.center {text-align: center;}
.italic {font-style: italic;}



/*===================== 
	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;
		}  


/*===================== 
	nav styles 
=======================*/

nav.primary {
	padding:0;
	display:block;
	margin:0 auto;
	position:relative;
	text-align: right;
	}

nav ul {
	padding:0;
	margin:0;
	margin-top: 26px;
}

nav ul li {

}

nav > ul > li {
	display:inline-block;
	list-style-type:none; 
	margin-left: 15px;
}

nav ul li a {
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .25px;
    color: #2d6fc2!important;
}	
			
nav ul li a:hover {
	color: #474747!important;
}


/* Appearance of the sub-level links */

nav.primary ul li li a { 
	line-height: ;
	color: ;
	text-align:;
	font-size: ;
	font-weight:;
	}
	
nav.primary ul li li a:hover { 
	color: ;
	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: #2d6fc2;
	border-bottom: ;
	text-align: right;
	min-height: 0 !important;
	}
	#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: #2d6fc2;
	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: Arial, 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: #FFFFFF!important;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 1px;
}
nav.mobile ul li a:hover {
	background:;
	color: #474747!important;
}


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%;
}



/*===================== 
	header styles 
=======================*/
header {
	margin: 0 auto;
	width: 100%;
}
.header-blue {
	background-color: #2D6FC2;
	color: #FFFFFF;
	padding: 10px;
}
.header-wrap {
	max-width: 1400px;
	display: block;
	margin: auto;
}
.phone-wrap {
	text-align: left;
	padding: 0px;
}
.header-phone {
	color: #FFFFFF!important;
	font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.5px;
}
.header-phone:hover {
	color: #474747!important;
}
.email-wrap {
	text-align: right;
	padding: 3px 0px 0px 0px;
}
.header-email {
	color: #FFFFFF!important;
	font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: .75px;
}
.header-email:hover {
	color: #474747!important;
}
.header-social {
	color: #FFFFFF!important;
	font-size: 18px;
    margin-right: 5px;
}
.header-social:hover {
	color: #474747!important;
}
.header-white {
	padding: 20px 10px;
}
.header-logo {
	max-width: 225px;
    width: 100%;
}

/* animation */
.header-logo {
	-webkit-animation: puff-in-center 1s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
	animation: puff-in-center 1s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
}
@-webkit-keyframes puff-in-center {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes puff-in-center {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

/* sticky header */
.sticky {
	position: fixed;
	top: 0;
	width: 100%
}
.sticky + .container-fluid {
  padding-top: 102px;
}
#stick-header {
	z-index: 400;
    background-color: #fff;
}

/*===================== 
	homepage styles 
=======================*/
/* hero */
.hero-img {
	width: 100%;
}
.hero-text {
	position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
}
.hero-btn {
	background-color: #2D6FC2;
    color: #FFFFFF;
    border: none;
    padding: 10px 30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .75px;
    font-weight: 600;
    margin-top: 20px;
}
.hero-btn:hover {
	background-color: #FFFFFF;
	color: #2D6FC2;
}
.mobile-hero {
	width: 100%;
}

/* animation */
.hero-text {
	animation: text-slide 2s;
	animation-timing-function: ease;
}
@keyframes text-slide {
	from {left: -1500px;}
	to {left: 0%;}
}

/* search */
.search-bkgd {
	background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(71,71,71,1) 0%, rgba(0,0,0,1) 100%);
	color: #FFFFFF;
	padding: 50px 20px 30px 20px;
}
.max-width {
	max-width: 1400px;
	display: block;
	margin: auto;
}
input#search {
    background: transparent;
    border: none;
	outline: none!important;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff!important;
    text-transform: uppercase;
    letter-spacing: .25px;
    font-weight: 600;
    border-bottom: 2px solid #fff;
	width: 97%;
}
input#submit {
	visibility: hidden;
}
i.fas.fa-search {
    font-size: 25px;
	float: right;
}


/* inventory buttons */
.button-bkgd {
	padding: 50px 20px;
}
.truck-btn {
	background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url(/siteart/truck-button.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border: none;
    width: 100%;
    height: 250px;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
	margin-bottom: 15px;
}
.truck-btn:hover {
	background: linear-gradient(rgba(0,0,0,.8), rgba(0,0,0,.8)), url(/siteart/truck-button.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.trailer-btn {
	background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url(/siteart/trailer-button.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border: none;
    width: 100%;
    height: 250px;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
	margin-bottom: 15px;
}
.trailer-btn:hover {
	background: linear-gradient(rgba(0,0,0,.8), rgba(0,0,0,.8)), url(/siteart/trailer-button.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.inventory-btn {
	background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url(/siteart/inv-button.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border: none;
    width: 100%;
    height: 250px;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
}
.inventory-btn:hover {
	background: linear-gradient(rgba(0,0,0,.8), rgba(0,0,0,.8)), url(/siteart/inv-button.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

/* call section */
.call-bkgd {
	background-color: #2D6FC2;
	padding: 50px 20px;
}
.call-container {
	text-align: center;
}
.call-btn {
	background-color: #FFFFFF;
    color: #2D6FC2;
    border: 2px solid #FFFFFF;
    padding: 10px 30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .75px;
    font-weight: 700;
    margin-top: 20px;
}
.call-btn:hover {
	background-color: transparent;
	color: #FFFFFF;
}

/* welcome background */
.welcome-bkgd {
	background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url("/siteart/welcome-bkgd.jpg");
	padding: 50px 20px;
}


	
/*===================== 
	inventory styles 
=======================*/
.inventory-wrap {
	border-top: 2px solid #474747;
	padding: 30px 0px;
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link {background-color: #2D6FC2!important;}
.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link:hover {background-color: #3e93ff!important;}
.detail-content .detail-main-body .main-detail-data .offer-btn {background-color: #2D6FC2!important;}
.detail-content .detail-main-body .main-detail-data .offer-btn:hover {background-color: #3e93ff!important;}
.detail-content .detail-main-body .main-detail-data .detail-price {color: #2D6FC2!important;}
.detail-content .detail-additional-data .data-row .data-label {background-color: #2D6FC2!important;}
.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price {color: #2D6FC2!important;}
.list-content .list-listing-mobile .view-listing-details-link {background-color: #2D6FC2!important;}
.list-content .list-listing-mobile .view-listing-details-link:hover {background-color: #3e93ff!important;}
.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile {background-color: #2D6FC2!important;}
.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile:hover {background-color: #3e93ff!important;}
.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile {background-color: #2D6FC2!important;}
.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile:hover {background-color: #3e93ff!important;}
.detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile {background-color: #2D6FC2!important;}
.detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile:hover {background-color: #3e93ff!important;}
.detail-content-mobile .detail-additional-data .data-row .data-label {background-color: #2D6FC2!important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn {background-color: #2D6FC2!important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn:hover {background-color: #3e93ff!important;}
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call {color: #2D6FC2!important; border-color: #2D6FC2!important;}
.detail-content .dealer-info .phone-and-email .send-email-btn {color: #2D6FC2!important; border-color: #2D6FC2!important;}

.header-blue.hidden-xs.col-sm-12 {box-sizing: border-box;}
.col-xs-5.phone-wrap {box-sizing: border-box;}
.col-xs-7.email-wrap {box-sizing: border-box;}
.header-white.col-xs-12 {box-sizing: border-box;}
.col-xs-12.col-sm-12.col-md-4 {box-sizing: border-box;}
.col-xs-12.hidden-sm.hidden-md.hidden-lg {box-sizing: border-box;}
.col-xs-12.col-sm-12.col-md-8 {box-sizing: border-box;}
.col-xs-12 {box-sizing: border-box;}
.hidden-xs.col-sm-12.primary {box-sizing: border-box;}
.col-xs-12 #menu-button {box-sizing: border-box;}
.col-xs-12.hidden-sm.hidden-md.hidden-lg.hidden-xl.mobile {box-sizing: border-box;}

.footer-grey.col-xs-12 {box-sizing: border-box;}
.hidden-xs.col-sm-6.col-md-3.col-lg-3 {box-sizing: border-box;}
.hidden-xs.hidden-sm.col-md-3.col-lg-2 {box-sizing: border-box;}
.hidden-xs.hidden-sm.col-md-3.col-lg-2 {box-sizing: border-box;}
.col-xs-12.col-sm-6.col-md-3.col-lg-5 {box-sizing: border-box;}

/*===================== 
	about us styles 
=======================*/
.about-img {}
.about-hero {
	background-image: url("/siteart/about-hero.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 20px;
}
.about-bkgd {
	margin: 50px 0px;
	padding: 0px 20px;
}
.about-wrap {
	padding-right: 50px;
}


/*===================== 
	contact us styles 
=======================*/
.contact-hero {
	background-image: url("/siteart/contact-hero.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 20px;
}
.p-form {
	font-weight: 600;
    letter-spacing: .25px;
}
.contact-form {
	width: 100%;
    border: 1px solid #4d4d4d;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    padding: 5px;
    margin-bottom: 15px;
}
.submit-button {
	background-color: #2D6FC2;
    color: #FFFFFF;
    border: 1px solid #2D6FC2;
    padding: 10px 30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .75px;
    font-weight: 600;
	display: block;
    margin: auto;
    margin-top: 20px;
}
.submit-button:hover {
	background-color: #FFFFFF;
	color: #2D6FC2;
}

/*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;} 
        


/*===================== 
	consignment styles 
=======================*/
.consignment-hero {
	background-image: url("/siteart/consignment-hero.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 20px;
}


/*===================== 
	thank you styles 
=======================*/
.thanks-hero {
	background-image: url("/siteart/thanks-hero.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 20px;
}


/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
}
.footer-grey {
	background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(71,71,71,1) 100%);
	color: #FFFFFF;
	padding: 20px 10px;
}
.footer-wrap {
	max-width: 1400px;
	display: block;
	margin: auto;
}
.footer-wrap p {
    margin-bottom: 10px;
}
.footer-address {
	font-family: 'Open Sans', sans-serif;
    display: block;
    color: #fff!important;
    line-height: 1.25;
    letter-spacing: .25px;
    margin-bottom: 10px;
}
.footer-address:hover {
	color: #2D6FC2!important;
}
.footer-phone {
	font-family: 'Open Sans', sans-serif;
    display: block;
    color: #fff!important;
    line-height: 1.25;
    letter-spacing: 1.25px;
    margin-bottom: 10px;
    font-weight: 700;
}
.footer-phone:hover {
	color: #2D6FC2!important;
}
.footer-email {
	font-family: 'Open Sans', sans-serif;
    display: block;
    color: #fff!important;
    line-height: 1.25;
    letter-spacing: .25px;
    margin-bottom: 10px;
}
.footer-email:hover {
	color: #2D6FC2!important;
}
.footer-social {
	color: #fff!important;
    font-size: 18px;
    margin-right: 5px;
}
.footer-social:hover {
	color: #2D6FC2!important;
}
.footer-list {
	padding: 0px;
    list-style-type: none;
}
ul.footer-list li a {
	font-family: 'Open Sans', sans-serif;
    display: block;
    color: #fff!important;
    line-height: 1.25;
    letter-spacing: .25px;
    margin-bottom: 5px;
}
ul.footer-list li a:hover {
	color: #2D6FC2!important;
}
.footer-logo {
	max-width: 150px;
	width: 100%;
	float: right;
	margin-top: 30px;
}
.copyright-text {
	float: right;
    clear: both;
    font-size: 11px;
    margin-top: 10px;
    text-align: right;
}
.copyright-text a {
	color: #FFFFFF!important;
}
.copyright-text a:hover {
	color: #2D6FC2!important;
}


	.hideme1 {display: block !important;}
	.revealme1 {display: none !important;}



/*========================= 
	 Responsive styles 
===========================*/

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {


}


/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
	.header-phone {font-size: 14px;}
	.email-wrap {padding: 0px;}
	nav.primary {text-align: center;}
	.header-logo {display: block; margin: auto;}
	.about-wrap {padding-right: 0px; padding-bottom: 50px;}
	
	.hideme1 {display: none !important;}
	.revealme1 {display: block !important;}

}


/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	.header-white {padding: 0px;}
	.header-phone {color: #474747!important; display: block; margin: 20px auto; text-align: center; font-size: 18px;}
	.header-phone {color: #2d6fc2!important;}
	.header-logo {margin-top: 40px;}
	.footer-logo {display: block; margin: 0px auto; float: none;}
	.copyright-text {float: none; text-align: center; margin-top: 20px; margin-bottom: 0px!important;}

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
 
 
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {


}

