﻿
/*===================== 
	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%;}


/*===================== 
	base styles 
=======================*/

html {
    font-family: Arial, sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
    margin: 0;
	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: 'Open Sans', sans-serif;
	font-size: 16px;
}	
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;
}

.bold {font-weight: 800;}
.semi-bold {font-weight: 600;}
.tracking {letter-spacing: 1px;}
.semi-tracking {letter-spacing: .5px;}
.caps {text-transform: uppercase;}
.center {text-align: center;}
.italic {font-style: italic;}
.blue {color: #0E76BC;}
.white {color: #FFFFFF;}


/*===================== 
	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 
=======================*/
header {
	margin: 0 auto;
	width: 100%;
}
.header_contact-bkgd {
	background-color: #000000;
    color: #ffffff;
    padding: 10px 55px;
}
.header_contact-wrap {}
.header-phone {
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #ffffff!important;
    letter-spacing: 1px;
    font-weight: 800;
    font-style: italic;
}
.header-phone:hover {
	color: #0E76BC!important;
}
.header-email {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #ffffff!important;
    letter-spacing: .25px;
}
.header-email:hover {
	color: #0E76BC!important;
}
.header-address {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	text-align: right;
    letter-spacing: .25px;
}
.header-logo {
	margin: 20px 55px;
}



/*===================== 
	nav styles 
=======================*/

nav.primary {
	padding:0;
	display:block;
	margin:0 auto;
	position:relative;
	text-align: right;
	}

nav.primary ul,nav.mobile ul {
	padding:0;
	margin:0;
	margin-top: 60px;
    margin-right: 30px;

}

nav.primary ul li,nav.mobile ul li {

}

nav.primary > ul > li,nav.mobile > ul > li {
	display:inline-block;
	list-style-type:none; 
	margin-left: 20px;
}

nav.primary ul li a,nav.mobile ul li a {
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000000!important;
	padding: 5px 25px;
}	
			
nav.primary ul li a:hover,nav.mobile ul li a:hover {
	color: #FFFFFF!important;
	background-color: #0E76BC;
	border-radius: 25px;
}


/* 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: #0E76BC;
	border-bottom: ;
	text-align: right;
	min-height: 0 !important;
	}
	#menu-button a{
		 color: #FFFFFF;
		 text-decoration: none;
		 text-align: right !important;
	  }

nav.mobile {
	display:block;
	position: fixed;
	top: 0;
	left: -350px;
	width: 250px;
	height: 100%;
	background: #000;
	z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
	overflow:auto;
	padding: 15px!important;
}
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;
}

.mobile_top {width: 100%; text-align: right;}

.close_mobile {
	font-size: 26px !important;
	font-weight: 900;	
	color: #fff;
	cursor: pointer;
}

.close_mobile:hover { /* Menu close button on hover */
	color: #eee;
	transition: .2s ease-in-out all;
}
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: #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%;
}





/*===================== 
	homepage styles 
=======================*/
/*--- Slideshow container ---*/
.slideshow-container {
	max-width: 100%;
	width: 100%;
	position: relative;
	margin: auto;
}
.mySlides {
	display: none;
}
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}
.next {
	right: 20px;
	border-radius: 3px 0 0 3px;
}
.prev {
    left: 20px;
}
.prev:hover, .next:hover {
	background-color: rgba(0,0,0,0.8);
}
.hero-img {
	display: none;
}
.consignment-container {
	padding: 40px;
}
.consignment-btn {
	display: inline-block;
    background-color: #0e76bc;
    border: 2px solid #0e76bc;
    border-radius: 50px;
    color: #ffffff;
    padding: 8px 16px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    letter-spacing: .5px;
    margin: 15px;
    max-width: 400px;
	width: 100%;
}
.consignment-btn:hover {
	background-color: transparent;
	color: #0E76BC;
	font-weight: 600;
}
.appraisal-btn {
	display: inline-block;
    background-color: #0e76bc;
    border: 2px solid #0e76bc;
    border-radius: 50px;
    color: #ffffff;
    padding: 8px 16px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    letter-spacing: .5px;
    margin: 15px;
    max-width: 400px;
	width: 100%;
}
.appraisal-btn:hover {
	background-color: transparent;
	color: #0E76BC;
	font-weight: 600;
}
.appraisals-container {
	background-image: url(/siteart/dark_wood.png);
	background-repeat: repeat;
	background-position: center;
	padding: 40px;
}
.auctions-btn {
	display: block;
    background-color: #0e76bc;
    border: 2px solid #0e76bc;
    border-radius: 50px;
    color: #ffffff;
    padding: 8px 16px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    letter-spacing: .5px;
    margin: 40px auto 15px auto;
    max-width: 400px;
	width: 100%;
}
.auctions-btn:hover {
	background-color: transparent;
	color: #0E76BC;
	font-weight: 600;
}
.btn-container {
	text-align: center;
	margin-top: 25px;
}


	
/*===================== 
	contact page styles 
=======================*/
.contact-bar {
	display: none;
}
.contact_container {
    max-width: 1600px;
    display: block;
    margin: auto;
    padding: 40px;
}
.contact-info_container {
	background-image: url(/siteart/dark_wood.png);
	background-repeat: repeat;
	background-position: center;
	padding: 40px!important;
	color: #FFFFFF;
}
.phone-email_container {
	text-align: center;
    padding-top: 18%;
    padding-right: 20px;
}
.contact_phone-link {
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #ffffff!important;
    font-weight: 700;
    letter-spacing: .75px;
    display: block;
}
.contact_phone-link:hover {
	color: #0E76BC!important;
}
.contact_email-link {
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #0e76bc!important;
    font-weight: 700;
    letter-spacing: .25px;
    display: block;
    margin: 8px 0px;
}
.contact_email-link:hover {
	color: #FFFFFF!important;
}
.contact_address {}
.map_container {}

/*--- contact form--*/
.name {width: 100%;}
.email {width: 49%; float: left; margin-right: 2%;}
.phone {width: 49%; float: right;}
.address {width: 100%;}
.city {width: 32%; float: left; margin-right: 2%!important;}
.state {width: 32%; float: left; margin-right: 2%;}
.zip {width: 32%; float: right;}
.comments {width: 100%;}
.contact_form {
	border: 2px solid #D3D3D3;
	border-radius: 0px;
	margin: 5px auto;
	padding: 10px;
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    letter-spacing: .25px;
}
.submit-button {
	display: block;
    background-color: #0e76bc;
    border: 2px solid #0e76bc;
    border-radius: 50px;
    color: #ffffff;
    padding: 8px 40px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    letter-spacing: .5px;
    margin: auto;	
}
.submit-button:hover {
	background-color: transparent;
	color: #0E76BC;
	font-weight: 600;
}

/*--- thank you page ---*/
.thank-you_container {
	background-image: url(/siteart/dark_wood.png);
	background-repeat: repeat;
	background-position: center;
	padding: 40px;
}
.return-btn {
	display: block;
    background-color: #0e76bc;
    border: 2px solid #0e76bc;
    border-radius: 50px;
    color: #ffffff;
    padding: 8px 40px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    letter-spacing: .5px;
    margin: auto;
	margin-top: 30px;
}
.return-btn:hover {
	background-color: transparent;
	color: #0E76BC;
	font-weight: 600;
}


/*--- 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-family: 'Open Sans', sans-serif;
	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 20px 0;
	padding:8px 0 8px 0 !important;
	font-family: 'Open Sans', sans-serif;
}
.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 

/*--- Appraisal form styles ---*/
.appraisal_first-name {width: 49%; float: left; margin-right: 2%;}
.appraisal_last-name {width: 49%; float: right;}
.appraisal_address {width: 100%;}
.appraisal_city {width: 49%; float: left; margin-right: 2%;}
.appraisal_state {width: 49%; float: right;}
.appraisal_county {width: 49%; float: left; margin-right: 2%;}
.appraisal_zip {width: 49%; float: right;}
.appraisal_email {width: 49%; float: left; margin-right: 2%;}
.appraisal_phone {width: 49%; float: right;}
.appraisal_make {width: 49%; float: left; margin-right: 2%;}
.appraisal_model {width: 49%; float: right;}
.appraisal_year {width: 49%; float: left; margin-right: 2%;}
.appraisal_hours {width: 49%; float: right;}
.appraisal_options {width: 100%;}
.appraisal_condition {width: 100%;}
.appraisal_issues {width: 100%;}

/*--- Consignment form styles ---*/
.consignment_list-p {width: 49%; float: left; margin-right: 2%;}
.consignment_auction-listing {width: 49%; float: left; margin-right: 2%;}
.consignment_auction-date {width: 49%; float: right;}
.consignment_business-name {width: 100%;}
.consignment_address {width: 100%;}
.consignment_city {width: 32%; float: left; margin-right: 2%!important;}
.consignment_state {width: 32%; float: left; margin-right: 2%;}
.consignment_zip {width: 32%; float: right;}
.consignment_home-phone {width: 32%; float: left; margin-right: 2%!important;}
.consignment_work-phone {width: 32%; float: left; margin-right: 2%;}
.consignment_cell-phone {width: 32%; float: right;}
.consignment_email {width: 100%;}
.consignment_recieve-calls {width: 100%;}
.consignment_equip-address {width: 100%;}
.consignment_equip-city {width: 32%; float: left; margin-right: 2%!important;}
.consignment_equip-state {width: 32%; float: left; margin-right: 2%;}
.consignment_equip-zip {width: 32%; float: right;}
.consignment_load-assist {width: 100%;}
.consignment_load-dock {width: 100%;}
.consignment_duals {width: 100%;}
.consignment_make {width: 49%; float: left; margin-right: 2%;}
.consignment_model {width: 49%; float: right;}
.consignment_serial-number {width: 32%; float: left; margin-right: 2%!important;}
.consignment_hours {width: 32%; float: left; margin-right: 2%;}
.consignment_miles {width: 32%; float: right;}
.consignment_description {width: 100%;}
.consignment_info {width: 100%;}






/*===================== 
	financing page styles 
=======================*/
.financing_container {
	background-image: url(/siteart/dark_wood.png);
	background-repeat: repeat;
	background-position: center;
	padding: 40px;
}
.payment-btn {
	display: inline-block;
    background-color: #0e76bc;
    border: 2px solid #0e76bc;
    border-radius: 50px;
    color: #ffffff;
    padding: 8px 16px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    letter-spacing: .5px;
    margin: 40px 15px 15px 15px;
    max-width: 400px;
	width: 100%;
}
.payment-btn:hover {
	background-color: transparent;
	color: #0E76BC;
	font-weight: 600;
}
.financing-btn {
	display: inline-block;
    background-color: #0e76bc;
    border: 2px solid #0e76bc;
    border-radius: 50px;
    color: #ffffff;
    padding: 8px 16px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    letter-spacing: .5px;
    margin: 40px 15px 15px 15px;
    max-width: 400px;
	width: 100%;
}
.financing-btn:hover {
	background-color: transparent;
	color: #0E76BC;
	font-weight: 600;
}
.financing_btn-container {
	text-align: center;
	margin-top: 25px;
}



/*===================== 
	layout styles 
=======================*/




/*===================== 
	footer styles 
=======================*/
footer {
	margin: 0;
	width: 100%;
	}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size: 11px;
	color: #ffffff;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size: 11px;
		color: #0E76BC;
		}

.footertext {
	font-size: 11px; 
	color:#ffffff;
	}

.smallfootertext {
	font-size: 11px; 
	color:#ffffff;
	}

.divfooter {
	max-width:1200px; 
	text-align:center; 
	margin:0 auto;
	}

.footer-logo {
    margin: 10px;
    margin-left: 50px;
}
.footer_contact-wrap {
	display: inline-block;
    margin: 20px 10px;
}
.footer_phone-link {
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    letter-spacing: .75px;
    color: #0e76bc!important;
    font-weight: 800;
}
.footer_phone-link:hover {
	color: #000000!important;
}
.footer_email-btn {
	display: block;
    background-color: #0e76bc;
    border: 2px solid #0e76bc;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .75px;
    padding: 5px 30px;
    border-radius: 50px;
	margin-top: 5px;
}
.footer_email-btn:hover {
	background-color: transparent;
	color: #0e76bc;		
}
.auctiontime-logo {
	max-width: 300px;
    width: 100%;
    float: right;
    margin: 25px;
    margin-right: 50px;
}
.footer-bkgd {
	background-color: #000000;
    padding: 20px;
    color: #ffffff;
}
.footer_contact-text {
    font-size: 14px;
    letter-spacing: .25px;
	margin-bottom: 5px;
}



/*=== style fixes ===*/
.header-address {padding-right: 50px;}
.header_contact-wrap {padding-left: 50px;}
.container-fluid {padding-right: 0; padding-left: 0;}



/*========================= 
	 Responsive styles 
===========================*/

/*==========  Non-Mobile First Method  ==========*/
@media only screen and (max-width : 1494px) {
	nav.primary ul li a {padding: 5px 20px;}
}

@media only screen and (max-width : 1480px) {
	.auctiontime-logo {margin: 10px;}
	.footer-logo {margin: 10px;}
}

@media only screen and (max-width : 1400px) {
	nav.primary ul li a {padding: 5px 15px;}
}

@media only screen and (max-width : 1422px) {
	.header-logo {max-width: 200px; width: 100%;}
	nav.primary ul {margin-top: 40px;}
}

@media only screen and (max-width : 1338px) {
	nav.primary > ul > li {margin-left: 10px;}
}

@media only screen and (max-width : 1258px) {
	nav.primary > ul > li {margin-left: 00px;}
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
	.header-logo {max-width: 300px; display: block; margin: 20px auto;}
	nav.primary {text-align: center;}
	nav.primary ul {margin: 0px; margin-bottom: 20px;}
	.header_contact-wrap {text-align: center;}
	.header-address {text-align: center;}
	.phone-email_container {padding-top: 28%}
}


/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
	.header-address {margin-top: 10px;}
	.phone-email_container {padding: 0px 20px 40px 20px;}
	.slideshow-container {display: none;}
	.hero-img {display: block;}

}

@media only screen and (max-width : 845px) and (min-width : 768px) {
	.footer_contact-wrap {display: none;}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	.header-address {display: none;}
	.footer-logo {display: block; margin: 15px auto;}
	.footer_contact-wrap {display: block; margin: 15px auto; text-align: center;}
	.footer_email-btn {margin: 5px auto;}
	.auctiontime-logo {display: block; margin: 15px auto; float: none;}
	.body-wrapper {padding: 15px;}
	.financing-btn {margin: 15px;}
	
	.consignment_list-p {width: 100%; float: none; margin: 5px auto;}
	.consignment_auction-listing {width: 100%; float: none; margin: 5px auto;}
	.consignment_auction-date {width: 100%; float: none; margin: 5px auto;}
	.consignment_business-name {width: 100%; float: none; margin: 5px auto;}
	.consignment_address {width: 100%; float: none; margin: 5px auto;}
	.consignment_city {width: 100%; float: none; margin: 5px auto;}
	.consignment_state {width: 100%; float: none; margin: 5px auto;}
	.consignment_zip {width: 100%; float: none; margin: 5px auto;}
	.consignment_home-phone {width: 100%; float: none; margin: 5px auto;}
	.consignment_work-phone {width: 100%; float: none; margin: 5px auto;}
	.consignment_cell-phone {width: 100%; float: none; margin: 5px auto;}
	.consignment_email {width: 100%; float: none; margin: 5px auto;}
	.consignment_recieve-calls {width: 100%; float: none; margin: 5px auto;}
	.consignment_equip-address {width: 100%; float: none; margin: 5px auto;}
	.consignment_equip-city {width: 100%; float: none; margin: 5px auto;}
	.consignment_equip-state {width: 100%; float: none; margin: 5px auto;}
	.consignment_equip-zip {width: 100%; float: none; margin: 5px auto;}
	.consignment_load-assist {width: 100%; float: none; margin: 5px auto;}
	.consignment_load-dock {width: 100%; float: none; margin: 5px auto;}
	.consignment_duals {width: 100%; float: none; margin: 5px auto;}
	.consignment_make {width: 100%; float: none; margin: 5px auto;}
	.consignment_model {width: 100%; float: none; margin: 5px auto;}
	.consignment_serial-number {width: 100%; float: none; margin: 5px auto;}
	.consignment_hours {width: 100%; float: none; margin: 5px auto;}
	.consignment_miles {width: 100%; float: none; margin: 5px auto;}
	.consignment_description {width: 100%; float: none; margin: 5px auto;}
	.consignment_info {width: 100%; float: none; margin: 5px auto;}
	.consignment-container {padding: 40px 15px;}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
 	.name {width: 100%; float: none; margin: 5px auto;}
	.email {width: 100%; float: none; margin: 5px auto;}
	.phone {width: 100%; float: none; margin: 5px auto;}
	.address {width: 100%; float: none; margin: 5px auto;}
	.city {width: 100%; float: none; margin: 5px auto!important;}
	.state {width: 100%; float: none; margin: 5px auto;}
	.zip {width: 100%; float: none; margin: 5px auto;}
	.comments {width: 100%; float: none; margin: 5px auto;}
 
	.appraisal_first-name {width: 100%; float: none; margin: 5px auto;}
	.appraisal_last-name {width: 100%; float: none; margin: 5px auto;}
	.appraisal_address {width: 100%; float: none; margin: 5px auto;}
	.appraisal_city {width: 100%; float: none; margin: 5px auto;}
	.appraisal_state {width: 100%; float: none; margin: 5px auto;}
	.appraisal_county {width: 100%; float: none; margin: 5px auto;}
	.appraisal_zip {width: 100%; float: none; margin: 5px auto;}
	.appraisal_phone {width: 100%; float: none; margin: 5px auto;}
	.appraisal_email {width: 100%; float: none; margin: 5px auto;}
	.appraisal_make {width: 100%; float: none; margin: 5px auto;}
	.appraisal_model {width: 100%; float: none; margin: 5px auto;}
	.appraisal_year {width: 100%; float: none; margin: 5px auto;}
	.appraisal_hours {width: 100%; float: none; margin: 5px auto;}
	.appraisal_options {width: 100%; float: none; margin: 5px auto;}
	.appraisal_condition {width: 100%; float: none; margin: 5px auto;}
	.appraisal_issues {width: 100%; float: none; margin: 5px auto;}
	
	
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {


}

