﻿/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

/*
ol, ul {
	list-style: none;
}
*/

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address, img {  
    display: block;  
} 
/***** END RESET *****/

/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/***** Overall *****/
html {
	width: 100%;
}

body {
	width: 100%;
	margin: 0px auto;
	-webkit-text-size-adjust: none;
	font-family: "Helvetica Neue LT STD", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}

/********** Control the Captcha **********/
.CaptchaPanel {
margin: 10px auto !important;
padding:0 0 0 0 !important;
text-align: center;
line-height:normal !important;
}

.CaptchaImage {
	border: 1px solid #333 !important;
	margin: 0px auto !important;
}

.CaptchaImagePanel {
margin:0 0 0 0;
padding:0 0 0 0 !important;
}

.CaptchaMessagePanel {
padding:0 0 0 0 !important;
margin: 5px auto !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: 10px auto;
	padding:8px 0 8px 0 !important;
}
.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 
        

/********** Header **********/
.sticky-header {
	position: sticky;
	width: 100%;
	top:0;
	z-index: 100;
	border-bottom: thin solid #262d26;
}

.top {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: auto;
	background-color: #262d26;
}
.head-right {
	display: flex;
	width:70%;
	justify-content: flex-end;
}
.top-logo {
	width:30%;
	max-width: 300px;
	padding:20px 50px;
	box-sizing: border-box;
}
#logo {
	width: 100%;
	max-width: 100%;
	margin:0 auto;
	display: block;
	height: auto;
}

.location {
	display: inline-block;
	font-size: 14px;
	color: #f0b336;
	text-align: left;
	margin: 20px 20px;
	float: right;
}

.location img {
	display: inline-block;
	height: 25px;
	margin-right: 10px;
}

.location p {
	display: inline-block;
}

.contact {
	display: inline-block;
	font-size: 14px;
	color: #f0b336;
	text-align: left;
	margin: 20px 20px;
	float: right;
}

.contact img {
	display: inline-block;
	height: 25px;
	margin-right: 10px;
}

.contact p {
	display: inline-block;
}

.slicknav_menu {
	background: #262d26 !important;
	border-bottom: medium solid #262d26 !important;
}

.slicknav_btn {
	background-color: #262d26 !important;
}

.js .slicknav_menu a {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.slicknav_nav a:hover {
	background: #f0b336 !important;
	font-weight: 700 !important;
}


/********** Content **********/
.hs-container{width:90%;margin:0 auto;}

.background-home {
	display: inline-block;
	width: 100%;
	*height: 600px;
	*height: 820px;
	min-height: auto;
	max-height: 820px;
	background-color: #333333;
	overflow: hidden;
	/* margin-top: 7.5%; */
	*background: url(../siteart/images/video_1.mp4);
	*background-repeat: no-repeat;
	*background-attachment: fixed;
	*background-position: center;
}

.background-home img {
	width: 100%;
	height: auto;
	overflow: hidden;
	opacity: 0.8;
}

.background-home video {
	width: 100%;
	height: auto;
	overflow: hidden;
	*opacity: 0.8;
	position: relative;
	top: -15%;
}

.background-pages {
	display: inline-block;
	width: 100%;
	height: 150px;
	background-color: #333333;
	overflow: hidden;
	/* margin-top: 7.5%; */
	background: #333 url(../siteart/images/subtle_dots_@2X_dark.png);
}

.background-pages h1 {
	font-size: 48px;
	color: white;
	text-transform: uppercase;
	font-weight: 700;
	text-align: left;
	margin: 48px auto;
	width: 90%;
}

.logo-banner {
	display: inline-block;
	width: 100%;
	height: auto;
	text-align: center;
	background-color: #fff;
}

.logo_wide {
	width: 150px;
	margin: 75px 30px;
	display: inline-block;
}

.logo_tall {
	height: 75px;
	margin: 60px 30px;
	display: inline-block;
}

.welcome {
	display: inline-block;
	width: 100%;
	height: auto;
	background-color: #444642;
	background: #333 url(../siteart/images/subtle_dots_@2X_dark.png);
}

.section1 {
	width: 90%;
	color: #fff;
	margin: 55px auto;
}

.section1 h1 {
	text-transform: uppercase;
	font-weight: 700;
}

.section1 strong {
	text-transform: uppercase;
	font-weight: 700;
	color: #f0b336;
}

.section1 p {
	font-size: 18px;
	line-height: 28px;
}

.inventory-test {
	display: inline-block;
	width: 100%;
	height: 600px;
	background-color: orange;
}

.inventory-test h1 {
	margin: 20px 50px;
	text-transform: uppercase;
	font-weight: 700;
	color: #444642;
}

.inventory-button {
	text-align: center;
	display: block;
	position: relative;
	width: 1100px;
	margin: 50px auto 0px auto;
	height: 60px;
	background-color: rgba(51, 51, 51, 0.8);
	border-radius: 10px;
}

.inventory-button:hover {
	background-color: rgba(51, 51, 51, 1);
}

.inventory-button h2 {
	color: #f0b336;
	text-decoration: none;
	vertical-align: middle;
}

.choices {
	text-align: center;
	display: inline-block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.choices a {
	text-decoration: none;
}

.option1 {
	margin: 50px;
	display: inline-block;
	width: 500px;
	height: 200px;
	text-align: left;
	background-color: rgba(213, 60, 43, 0.8);
	border-radius: 10px;
	color: #fff;
}

.option1:hover {
	background-color: rgba(213, 60, 43, 1);
}

.option1 img {
	display: inline-block;
	width: 50px;
	margin: 20px;
	vertical-align: top;
}

.option2 {
	margin: 50px;
	display: inline-block;
	width: 500px;
	height: 200px;
	text-align: left;
	background-color: rgba(232, 141, 33, 0.8);
	border-radius: 10px;
	color: #fff;
}

.option2:hover {
	background-color: rgba(232, 141, 33, 1);
}

.option2 img {
	display: inline-block;
	width: 50px;
	margin: 20px;
	vertical-align: top;
}

.summary {
	display: inline-block;
	width: 400px;
	margin-top: 15px;
}

.summary h2 {
	text-transform: uppercase;
	font-weight: 700;
}

.summary p {
	line-height: 28px;
	margin-right: 20px;
}

.reasons {
	text-align: center;
	display: inline-block;
	width: 100%;
	height: auto;
	background-color: rgba(221, 221, 218, 0.2);
}

.reasons h1 {
	text-align: center;
	display: inline-block;
	width: 90%;
	margin: 20px auto;
	color: rgba(38, 45, 38, 0.6);
}

.reason {
	margin: 20px;
	display: inline-block;
	width: 300px;
	height: 200px;
	text-align: left;
	vertical-align: top;
	color: rgba(38, 45, 38, 0.6);
}

.reason img {
	display: inline-block;
	width: 50px;
	margin: 15px;
	vertical-align: top;
}

.info {
	display: inline-block;
	width: 200px;
	margin-top: 15px;
}

.info h3 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
}

.info p {
	font-size: 13px;
	line-height: 20px;
}

.about-us {
	display: inline-block;
	width: 100%;
	height: auto;
	/* background-color: pink; */
	/* background: url(../siteart/images/subtle_dots_@2X_dark.png); */
}

.section2 {
	width: 90%;
	color: #8f9092;
	margin: 0 auto;
	padding: 45px 0;
	text-align: center;
}

.section2 p {
	text-align: left;
}

.section2 h1 {
	font-weight: 700;
	font-size: 28px;
	margin-bottom: 15px;
	text-transform: uppercase;
	color: #333333;
	text-align: left;
}

.section2 li {
	margin: 10px auto;
}

.section2 ul {
	font-size: 16px;
	text-align: left;
	list-style-position: inside;
	margin-left:20px;
}

.section2 form {
	width: 60%;
}

hr {
	display: inline-block;
	position: relative;
	width: 90%;
	margin: 0px auto;
}

.team {
	display: inline-block;
	text-align: center;
	width: 100%;
	height: auto;
	/* background-color: orange; */
	background: rgba(221, 221, 218, 0.2);
}

.team h1 {
	margin: 45px auto;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 36px;
}

.team hr {
	display: none;
	width: 100%;
	margin: 0px auto 20px auto;
	border-top: thin solid #333;
	border-bottom: thin solid #333;
}

.person {
	display: inline-block;
	width: 250px;
	height: auto;
	margin: 10px 100px;
}

.portrait {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.portrait img {
	width: 100%;
	height: auto;
}

.name {
	width: 100%;
	height: 60px;
	/* background-color: #E0E0E0; */
	margin: 15px auto;
}
.name h4 {
	text-transform: uppercase;
	color: #333333;
	margin: 5px auto;
	letter-spacing: 1px;
	font-size: 18px;
}

.name h5 {
	font-size: 13px;
	letter-spacing: 0.5px;
	color: darkgrey;
	margin: 5px auto;
	text-transform: uppercase;
}

.name a {
	margin: 5px auto;
	font-size: 13px;
	letter-spacing: 0.5px;
	color: darkgrey;
	text-decoration: none;
	font-weight: 700;
}

.name a:hover {
	text-decoration: underline;
}

.contact-container {
	width: 90%;
	margin: 45px auto;
	text-align: center;
	height: auto;
}

.col1 {
	display: inline-block;
	width: 40%;
	vertical-align: top;
	margin: 0px 10px;
	text-align: center;
}

.col1 p {
	font-size: 14px;
	line-height: 20px;
	text-align: left;
}

.col1 ul {
	margin: 10px 20px;
	font-size: 18px;
	text-align: left;
}

.col1 li {
	margin: 30px auto;
	font-weight: 700;
}

.col2 {
	display: inline-block;
	width: 40%;
	/* background-color: orange; */
	vertical-align: top;
	text-align: center;
	margin: 0px 10px;
	text-align: center;
}

.col2 ul {
	margin: 10px 20px;
	font-size: 18px;
	text-align: left;
}

.col2 li {
	margin: 30px auto;
	font-weight: 700;
}

.contact-person {
	display: inline-block;
	width: auto;
	height: auto;
	margin: 10px 20px;
}

.contact-portrait {
	width: 100%;
	/* height: 100%; */
	overflow: hidden;
}

.contact-portrait img {
	width: 100%;
	height: auto;
}

.contact-name {
	width: 100%;
	height: 60px;
	/* background-color: #E0E0E0; */
	margin: 15px auto;
}

.contact-name h4 {
	text-transform: uppercase;
	color: #333333;
	margin: 5px auto;
	letter-spacing: 1px;
	font-size: 14px;
}

.contact-name p {
	font-size: 11px;
	letter-spacing: 1px;
	color: darkgrey;
	text-transform: uppercase;
}

.contact-name a {
	font-size: 11px;
	letter-spacing: 0.5px;
	color: darkgrey;
	text-decoration: none;
	font-weight: 700;
}

.contact-name a:hover {
	text-decoration: underline;
}


.consign-container {
	width: 90%;
	margin: 45px auto;
	text-align: center;
}

.consign-container h1 {
	text-align: left;
}

.consign-image {
	width: 100%;
}

hr {
	width: 100%;
}

.more-info {
	width: 100%;
	line-height: 50px;
	text-align: center;
	background-color: rgba(221, 221, 218, 0.2);
}
.more-info a {
	color: #3fa294;
	text-decoration: none;
}
.more-info a:hover {
	text-decoration:underline;
}
.sell-container {
	width: 90%;
	margin: 45px auto;
	text-align: left;
}

.sell-container h4 {
	text-align: left;
	margin-bottom: 10px;
}

.sell-container p {
	text-align: left;
	font-size: 14px;
	line-height: 20px;
}

.sell-image {
	width: 100%;
}

.sample-image {
	width: 100%;
	height: 175px;
	display: inline-block;
	margin: 20px;
	overflow: hidden;
}

.sample-image img {
	width: 100%;
}

.button {
	display: inline-block;
	width: 200px;
	height: 50px;
	margin: 20px;
	background-color: #3FA294;
	border-radius: 10px;
	color: white;
}

.button a {
	display: inline-block;
	height: 100%;
	width: 100%;
	color: white;
	text-decoration: none;
}

.button:hover {
	background-color: rgba(63, 162, 148, 0.5);
}

.button p {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin: 12px auto;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.5px;
}

.bottom2 {
	display: inline-block;
	width: 90%;
	margin: 20px auto;
}

.bottom2 h1 {
	text-align: center;
}

h3 a {
	text-decoration: none;
	text-transform: uppercase;
	color: #f0b336;
}

h3 a:hover {
	text-decoration: underline;
}

.service-container {
	width: 90%;
	margin: 45px auto;
	text-align: center;
}

.service-container .col1 h3 {
	text-align: left;
}

.service-container h1 {
	text-transform: uppercase;
}

.form-image {
	width: 100%;
	height: 350px;
	overflow: hidden;
}

.form-image {
	width: 100%;
}

/********** Form **********/
form {
	display: inline-block;
	width: 100%;
	margin: 0px auto;
	color: #8F9092;
}

form p {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 5px;
}

#message {
	height: 150px;
	width: 100%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	/* padding: 10px; */
	color: #8f9092;
	border: none;
	background-color: #EAEAEA;
	overflow: auto;
	font-size: 18px;
}

input {
	height: 30px;
	width: 100%;
	font-size: 18px;
	border: none;
	background-color: #eaeaea;
	color: #8f9092;
	margin-bottom: 20px;
}

#submit {
	background-color: #3fa294;
	text-transform: uppercase;
	color: white;
	font-weight: 700;
	letter-spacing: 2px;
	border-radius: 5px;
}

#submit:hover {
	background-color: rgba(63, 162, 148, 0.5);
	color: white;
}

.form {
	text-align: left;
}

/*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 **********/
.hosted-content .fluid {
	margin-top: 150px;
}

.hosted-content .listings-wrapper .listings-list .listing-name a {
	color: #3FA294 !important;
}

.hosted-content .widget-details {
	background-color: #3fa294 !important;
}

.hosted-content .widget-details:hover {
	background-color: rgba(63, 162, 148, 0.7) !important;
}

.cf h1 {
	color: #3FA294;
}

.hosted-content .listings-detail-wrapper .make-an-offer a.btn, .hosted-content .listings-detail-wrapper .make-an-offer input[type=submit].btn {
	background-color: #3FA294 !important;
}

.hosted-content .listings-detail-wrapper .make-an-offer a.btn:hover, .hosted-content .listings-detail-wrapper .make-an-offer input[type=submit].btn:hover {
	background-color: rgba(63, 162, 148, 0.7) !important;
}

.hosted-content .listings-detail-wrapper .information-box :nth-child(2n).row {
	color: white !important;
	background-color: rgba(63, 162, 148, 0.7) !important;
}

.listings-wrapper .listing-largecard .listing-largecard-title a {
	color: #3FA294;
}

.listings-wrapper .hosted-theme .btn:hover {
	color: #fff !important;
}

.attachment-search{margin-top:150px;text-align:left;}
.attachment-search form{width:100% !important;}
.checkbox{width:15px;height:15px;text-align:left;}

.thanks {
	font-size: 16px;
}

.section3 {
	width: 90%;
	color: #8f9092;
	margin: 45px auto 435px auto;
}

.section3 h1 {
	font-weight: 700;
	font-size: 28px;
	margin-bottom: 15px;
	text-transform: uppercase;
	color: #333333;
}

/********** Footer **********/
.bottom1 {
	display: inline-block;
	text-align: center;
	width: 100%;
	height: auto;
	background-color: #262d26;
}

.column {
	margin: 20px 50px;
	display: inline-block;
	width: 215px;
	height: auto;
	/* height: 135px; */
	text-align: left;
	vertical-align: top;
	/* background-color: lightblue; */
	color: #fff;
	box-sizing: border-box;
}

.newsletter {
	text-decoration: none;
	display: inline-block;
	width: 100%;
	background-color: #3FA294;
	height: 35px;
	color: white;
	text-align: center;
	border-radius: 5px;
	box-sizing: border-box;
}

.newsletter:hover {
	background-color: rgba(63, 162, 148, 0.7);
}

.newsletter p {
	font-size: 16px !important;
	color: white;
	margin-top: 9px;
	margin-bottom: 9px;
	font-weight: 700;
}

.newsletter input {
	width: 225px;
}

.details {
	display: inline-block;
	width: 100%;
}

.details h3 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
	color: #f0b336;
}

.details p {
	font-size: 11px;
	line-height: 18px;
	letter-spacing: 0.5px;
}

.footer {
	/* position: absolute; */
	display: inline-block;
	bottom: 0px;
	height: 100px;
	width: 100%;
	color: white;
	background-color: #262d26;
	font-size: 12px;
	border-top: thin solid #fff;
}

.footer a {
	color: white;
}

.footer_wrapper {
	width: 80%;
	margin: 15px auto;
	text-align: center;
}

.social1 {
	width: 50px;
	height: 50px;
	margin: 10px 5px;
	display: inline-block;
	background-color: #55565b;
}

.social1:hover {
	background-color: #3b5a9a;
}

.social1 img {
	width: 30px;
	margin: 10px auto;
}

.social2 {
	width: 50px;
	height: 50px;
	margin: 10px 5px;
	display: inline-block;
	background-color: #55565b;
}

.social2:hover {
	background-color: #cd2227;
}

.social2 img {
	width: 30px;
	margin: 14px auto;
}

.legallinks a p{display:inline;margin:0 10px;}

/************************************************ Responsive Styles **/

@media screen and (max-width: 1280px) and (min-width:1025px) {
	.js .slicknav_menu {
		display: none !important;
		z-index: 200 !important;
		width: 100% !important;
		position: absolute !important;
		padding: 5px 0px !important;
		font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	}
	
	.background-home {
		height: auto;
	}
	
	.background-home video {
		top: 0%;
	}
	
	.inventory-button {
		width: 500px;
		margin: 50px auto;
	}
	
	.sticky-header {
		/* margin-top: 55px; */
		position: fixed;
		border-bottom: thin solid #262D26 !important;
	}
	
	.footer {
		height: auto;
	}
}


@media screen and (max-width: 1024px) and (min-width:771px) {
	.js .slicknav_menu {
        z-index: 200 !important;
		display: block !important;
		position: sticky !important;
		top:0;
		box-sizing: border-box;
		width: 100% !important;
		padding: 5px 0px !important;
		font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
		border-bottom: thin solid #fff !important;
	}
	
	.background-home {
		height: auto;
	}
	
	.background-home video {
		top: 0%;
	}
	
	.sticky-header {
		position: static;
		border-bottom: none !important;
	}
	
	.top {
		height: auto;
	}
	
	#logo {
		margin: 10px 20px;
	}
	
	.logo_wide {
		margin: 50px 30px;
	}
	
	.logo_tall {
		margin: 30px 30px;
	}
	
	.section1 {
		width: 600px;
		margin: 50px auto;
	}
	
	.welcome {
		height: auto;
	}
	
	.choices {
		height: auto;
	}
	
	.reasons {
		height: auto;
	}
	
	.bottom1 {
		height: auto;
	}

	.background-pages h1 {
		width: 90%;
	}
	
	.about-us {
		height: auto;
	}
	
	.section2 {
		width: 90%;
	}
	
	.service-container {
		width: 90%;
	}
	
	.sell-container {
		width: 90%;
	}
	
	.sample-image {
		display: none;
	}
	
	.consign-container {
		width: 600px;
		text-align: left;
	}
	
	.col1 {
		margin: 25px auto;
		width: 100%;
		box-sizing: border-box;
	}
	
	.col2 {
		margin: 25px;
	}
	
	.form-image {
		display: none;
	}
	
	.contact-container {
		width: 600px;
	}
	
	.inventory-button {
		width: 500px;
		margin: 50px auto;
	}
	
	.footer {
		height: auto
	}
}

@media screen and (max-width: 770px)  {
	.head-right {
		flex-wrap: wrap;
		width:100%;
		justify-content: center;
	}
	.top-logo {
		width:100%;
		padding:0;
		margin:0 auto;
	}
}

@media screen and (max-width: 770px) and (min-width:321px) {
	.js .slicknav_menu {
        z-index: 200 !important;
		display: inline-block !important;
		width: 100% !important;
		position: sticky!important;
		top:0;
		padding: 5px 0px !important;
		border-bottom: thin solid #fff !important;
	}
	
	
	.sticky-header {
		position: absolute;
		margin-top: 55px;
		height: auto !important;
		border-bottom: none !important;
	}
	
	.background-home {
		height: auto;
		
	}
	
	.top {
		flex-wrap: wrap;
	}
	
	#logo {
		width: 250px;
		display: block;
		margin: 10px auto;
	}
	
	.location {
		/* width: 175px; */
		/* margin: 15px 20px; */
		display: none;
	}
	
	.inventory-button {
		width: 90%;
		height: auto;
		margin: 50px auto;
	}
	
	h1 {
		font-size: 24px;
	}
	
	h2 {
		font-size: 20px;
	}
	
	.logo-banner {
		display: none;
	}
	
	.contact {
		margin: 10px auto;
		text-align: center;
	}
	
	.logo_tall {
		margin: 20px;
	}
	
	.logo_wide {
		margin: 35px;
	}
	
	.column {
		margin: 20px auto;
		width: 320px;
	}
	
	.welcome {
		width: 100%;
		height: auto;
	}
	
	.section1 {
		width: 90%;
		margin: 50px auto;
	}
	
	.choices {
		width: 100%;
		height: auto;
	}
	
	.option1 {
		width: 90%;
		height: auto;
		margin: 25px auto;
	}
	
	.option2 {
		width: 90%;
		height: auto;
		margin: 25px auto;
	}
	
	.summary {
		display: inline-block;
		width: 90%;
		margin: 15px;
	}
	
	.reasons {
		height: auto;
	}
	
	.bottom1 {
		height: auto;
	}
	
	.footer {
		height: auto;
	}
	
	.background-pages {
		height: auto;
	}
	
	.background-pages h1 {
		width: 90%;
		font-size: 36px;
	}
	
	.about-us {
		height: auto;
	}
	
	.section2 {
		width: 90%;
	}
	
	.section2 h1 {
		font-size: 24px;
	}
	
	.person {
		height: auto;
		width: 90%;
		margin: 10px auto;
	}
	
	.team {
		height: auto;
	}
	
	.service-container {
		width: 90%;
		height: auto;
	}
	
	.more-info {
		height: auto;
	}
	
	.bottom2 {
		width: 90%;
		line-height: 35px;
	}
	
	.bottom2 h3 {
		line-height: 24px;
	}
	
	.bottom2 h1 {
		margin: 15px auto;
	}
	
	.sell-container {
		width: 90%;
		height: auto;
	}
	
	.sell-container .col1 {
		width: 90%;
	}
	
	.col1 {
		width: 450px;
		height: auto;
	}
	
	.col2 {
		width: 450px;
		height: auto;
	}
	
	.sell-container .col2 {
		display: none;
	}
	
	.col2 img {
		display: none;
	}
	
	.consign-container {
		width: 90%;
		height: auto;
	}
	
	.consign-container .col1 {
		margin: 0px;
		width: 100%;
	}
	
	.consign-container .col2 {
		margin: 0px;
		width: 100%;
	}
	
	.service-container .col1 {
		margin: 0px;
		width: 100%;
	}
	
	.service-container .col2 {
		display: none;
	}
	
	form {
		width: 100%;
	}
	
	.col1 input {
		width: 100%;
	}
	
	.contact-container {
		width: 90%;
		height: auto;
	}
	
	.contact-container .col1 {
		margin: 0px;
		height: auto;
		width: 100%;
	}
	
	.contact-container .col2 {
		margin: 0px;
		height: auto;
	}
	
	.contact-portrait img {
		display: inline-block;
		width: 100%;
	}
	
	.contact-container .col2 {
		margin: 40px 0px;
		width: 100%;
	}
	
	.contact-person {
		height: auto;
	}
	
	.col2 iframe {
		margin: 0px;
	}
	 
}

@media screen and (max-width: 320px){
	.js .slicknav_menu {
        z-index: 200 !important;
		display: inline-block !important;
		position: fixed !important;
		width: 100% !important;
		padding: 5px 0px !important;
		border-bottom: thin solid #fff !important;
	}
	
	.hosted-content .fluid {
	}
	
	.sticky-header {
		position: absolute;
		height: auto !important;
		border-bottom: none !important;
	}
	
	#logo {
		text-align: center;
		display: block;
		width: 70%;
		margin: 10px auto;
	}
	
	.column {
		width: 215px;
		margin: 20px auto;
	}
	
	.background-home {
		
		height: auto;
	}
	
	.top {
		height: auto;
	}
	
	.location {
		display: none;
		margin: 10px auto;
		width: 100%;
		text-align: center;
	}
	
	.contact {
		margin: 5px auto 10px auto;
		width: 100%;
		text-align: center;
	}
	
	.logo-banner {
		display: none;
		/* height: auto; */
	}
	
	.logo_tall {
		height: 75px;
		margin: 15px auto;
	}
	
	.logo_wide {
		height: 25px;
		margin: 15px auto;
	}
	
	.welcome {
		height: auto;
	}
	
	.section1 {
		width: 90%;
		height: auto;
		margin: 25px auto;
	}
	
	.section1 h1 {
		font-size: 24px;
	}
	
	.section1 p {
		font-size: 14px;
		line-height: 20px;
	}
	
	.choices {
		width: 100%;
		height: auto;
		text-align: center;
	}
	
	.inventory-button {
		width: 250px;
		height: auto;
		box-sizing: border-box;
		margin-top: 50px;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.option1 {
		width: 250px;
		height: auto;
		box-sizing: border-box;
		margin-top: 50px;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.option1 img {
		display: none;
	}
	
	.option2 {
		width: 250px;
		height: auto;
		box-sizing: border-box;
		margin-top: 50px;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.option2 img {
		display: none;
	}
	
	.summary {
		width: 90%;
		box-sizing: border-box;
		margin: 13px;
		text-align: center;
	}
	
	.summary p {
		font-size: 14px;
		line-height: 20px;
	}
	
	.reasons {
		height: auto;
		width: 100%;
	}
	
	.reasons h1 {
		font-size: 18px;
	}
	
	.reason {
		height: auto;
		width: 210px;
	}
	
	.bottom1 {
		height: auto;
	}
	
	.footer {
		height: auto;
	}
	
	.background-pages {
		height: auto;
	}
	
	.background-pages h1 {
		font-size: 36px;
		width: 100%;
		text-align: center;
	}
	
	.about-us {
		height: auto;
	}
	
	.section2 {
		width: 90%;
		margin: 25px auto;
	}
	
	.team {
		height: auto;
	}
	
	.team h1 {
		margin: 25px auto;
	}
	
	.person {
		width: 100%;
		height: auto;
		margin: 10px auto;
	}
	
	.hosted-content .fluid {
	}
	
	#main-search-form {
		width: 100%;
	}
	
	.service-container {
		width: 90%;
		margin: 25px auto;
		height: auto;
	}
	
	.more-info {
		width: 100%;
		margin: 0px auto;
		height: auto;
	}
	
	.bottom2 {
		width: 90%;
		margin: 25px auto;
	}
	
	.bottom2 h3 {
		font-size: 18px;
		line-height: 24px;
		margin: 10px auto;
	}
	
	.bottom2 h1 {
		font-size: 24px;
	}
	
	.sell-container {
		width: 90%;
		margin: 25px auto;
		height: auto;
	}
	
	.col1 {
		margin: auto;
		width: 100%;
	}
	
	.col1 ul {
		margin: auto;
	}
	
	.sell-container .col2 {
		display: none;
	}
	
	hr {
		width: 100%;
	}
	
	.consign-container {
		width: 90%;
		margin: 25px auto;
	}
	
	.consign-container .col2 {
		display: none;
	}
	
	.service-container h1 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	
	.service-container form {
		width: 100%;
	}
	
	.service-container input {
		width: 100%;
	}
	
	.service-container .col2 {
		display: none;
	}
	
	.service-container h3 {
		margin-bottom: 10px;
	}
	
	.contact-container {
		width: 90%;
		margin: 25px auto;
	}
	
	.contact-container form {
		width: 100%;
	}
	
	.contact-container input {
		width: 100%;
	}
	
	.contact-container .col2 {
		width: 100%;
		margin: 35px auto;
	}
	
	.contact-person {
		width: 100%;
		height: auto;
		margin: auto;
	}
	
	.contact-container iframe {
		margin: auto;
		width: 100%;
	}
}