﻿/*===================== 
	Color information
	
	red - #e80000
	grey - #afafaf
	-
	-
		 
=======================*/
/*===================== 
	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 {
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; 
	}

body {
	font-family: 'Roboto', sans-serif;
    margin: 0;
	padding:0;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
.clear { clear: both;}

img { border: 0;} 
	
/*===================== 
	typography 
=======================*/

	h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	h1 {
	font-size: 24px;
	font-weight: bold;
	}
	h2 {
	font-size: 18px;
	font-weight: bold;
	}
	h3 {}
	h4 {}
	h5 {}
	h6 {}

	p {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	}

	.bold {
    font-weight: bold;
	}
	.font-white {
	color: #ffffff;
	}
	.font-red {
	color: #e80000;
	}

.btn-1 {
  color: #ffffff!important;
  background-color: #e80000;
  display: block;
  padding: 5px;
  width: 25%;
  margin: 10px 0;
    text-align: center;
  -webkit-transition: .4s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
  border: none;
}
.btn-1:hover {
	background-color:#afafaf;
}

.border-top {
    border-top: 37px solid #000;
}

/*===================== 
	link styles 
=======================*/

	a:focus {outline: thin dotted;/*reset*/}

	a,
	a:link, 
	a:visited, 
	a:active {
	outline: 0;/*reset*/
    color: inherit; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: #ccc;
		}  

/*===================== 
	header styles 
=======================*/

	.header-wrap {
	width: 100%;
	margin: 0;
	background:#afafaf;
    position: relative;
	}

	header {
	margin: 0 auto;
	max-width: 1040px;
	padding: 0 10px;
	box-sizing: border-box
	}
	.head-flex {
		display:flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.head-logo {
		padding:20px 0;
		box-sizing: border-box;
	}
	.head-logo img {
		max-width: 100%;
		height: auto;
		display: block;
		margin: auto;
	}
	.head-info {
		padding:10px 0;

	}
	.head-at-logo {
		padding:0 0 10px 0;
		display: flex;
		justify-content: flex-end;
	}
	.head-at-logo img {
		max-width: 100%;
		height: auto;
		display: block;
	}
	.head-pe-info {
		padding:0 0 10px 0;
	}
	.head-pe-info ul {
		margin: 0;
		padding:0;
	}
	.head-pe-info ul li {
		margin: 0;
		padding:0;
		list-style: none;
	}
	.head-pe-info ul li a {
		color: #000;
		display: block;
		text-align: right;
		word-break: break-all;
	}
	.head-pe-info ul li a {
    color: #000;
    font-size: 15px;
    letter-spacing: 2px;
	}
	.head-pe-info ul li a:hover {
		text-decoration: underline;
	}
	.head-social {

		text-align: right;
	}
	.head-social a i {
		-webkit-transition: .4s ease-in;
		-moz-transition: .2s ease-in;
		-o-transition: .2s ease-in;
		transition: .2s ease-in;
		padding: 0 0 0 10px;
	}
	.head-social a i:hover {
		color:#e80000;
	}
	.head-social i { 
		color: #000;
		font-size: 42px;
	}

/*===================== 
	nav styles 
=======================*/

#menu-button{display: none;}
nav.mobile { display:none;}

nav.primary {
	padding:0;
	display:block;
	margin:0 auto;

	position:relative;
	background: #000;
	}
	nav.primary ul {
		max-width:1040px;
		margin:0 auto; 
		padding:0;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		}
		nav.primary ul li {
			display:block;
			margin:0;
			list-style-type:none; 
			}
			nav.primary ul li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    padding: 10px 5px;
    display: block;
    margin: 0 0;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    font-weight: 700;
				}	
			nav.primary ul li a:hover {
				background: #e80000;
				}
			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
				font-size:16px;
				line-height:16px;
				padding:10px 0;
				color:#fff;
				background: #181818;
				display: block;
				text-align:center;
				border-right:none;
				border-left:none;
				border-bottom: #fff solid 1px;
			}
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover { 
			}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
    position: absolute; 
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 100;
}
nav.primary ul ul li {
	
    float: none; 
	width: 230px;
    position: relative;
    margin:0;
}

/*===================== 
	content styles 
=======================*/

.home-bg-2 {
    background: #afafaf;
    border-top: 40px solid #000000;	
}


.white-bg {
	background: #fff!important;
	padding: 20px;
    box-sizing: border-box;
}
.main-bg {
	background: url("../siteart/d-bg.jpg") repeat;
	width: 100%;
	height: auto;
	position: relative;

}
.main-bg:before {
	content: "";
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
    background-image: -webkit-linear-gradient(0deg,rgba(0,0,0,0.60) 0%,rgba(0,0,0,0.00) 49.22%,rgba(0,0,0,0.60) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(0,0,0,0.60) 0%,rgba(0,0,0,0.00) 49.22%,rgba(0,0,0,0.60) 100%);
    background-image: -o-linear-gradient(0deg,rgba(0,0,0,0.60) 0%,rgba(0,0,0,0.00) 49.22%,rgba(0,0,0,0.60) 100%);
    background-image: linear-gradient(90deg,rgba(0,0,0,0.60) 0%,rgba(0,0,0,0.00) 49.22%,rgba(0,0,0,0.60) 100%);
}
.button-row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.home-cat-button {
	margin: 10px;
    background: #afafaf;
    position: relative;
    -webkit-box-shadow: 0 0px 10px rgba(0,0,0,0.70);
    box-shadow: 0 0px 10px rgba(0,0,0,0.70);
	z-index: 300;
}
.home-cat-button img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: auto;
}
.button-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
	height: 15%;
    padding: 0;
    box-sizing: border-box;
    background: rgba(0,0,0,0.54);
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-shadow: 0px 0px 2px rgba(0,0,0,1.00);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	-webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}
.button-links a{
	display: block;
	padding: 0 0;
	font-size: 0px;
	line-height: 0px;
	text-decoration: underline;
	color: #fff;
	-webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}
.button-links a:hover {
	color: red;
}
.home-cat-button:hover .button-links a {
	padding: 5px 0;
	font-size: 16px;
	line-height: normal;
}
.home-cat-button:hover .button-overlay {
	height: 100%;
	background: rgba(0,0,0,0.75);
	font-size: 24px;
}
.home-about-col {
	width:45%;
	box-sizing: border-box;
}
.home-about-col img {
	max-width: 100%;
	height: auto;
	display: block;
}
.home-about-col h2 {
	padding: 20px 0;
	text-align: center;
}
.home-about-col p {
	padding: 10px 0 0 0;	
}
.image-center {
	margin:auto;
	text-align: center;
}
.about-info {
	order: 2;
}
.map-info {
	order: 1;
	padding: 20px 0 0 0;
}
.inv-padding {
	padding: 20px 10px!important;
}
.about-col {
	width:45%;
	box-sizing: border-box;
	padding: 20px 0;
}
.about-col img {
	max-width: 100%;
	height: auto;
	display: block;
	padding: 0 0 20px 0;
}

.center {
	text-align: center!important;
}


.bg-consign {
    background:url("../siteart/consignment-img-1.jpg") no-repeat center;
    background-size: cover;
    width:100%;
    padding:40px 20px;
    box-sizing: border-box;
}
.bg-consign h1 {
     color:#fff;   
}
.bg-consign p {
     color:#fff;   
}

/*===================== 
	Form styles 
=======================*/
.seller-info {
	padding: 20px 0px;
}
.seller-info h2 {
	padding:0 0 10px 0;
}

.form-info {
	box-sizing: border-box;
}
.flex-cont-check {
    display: flex;
    align-items: center;
}

.form-info label {
	font-size: 16px;
	display: block;
	font-weight: bold;
	margin:  5px 0;
}
.form-info .text-field {
	width: 100%;
	display: block;
	padding: 5px 0 5px 5px;
	font-size: 16px;
	margin:  0 0 15px 0;
	box-sizing: border-box;
}

.flex-cont-check label {
    padding:0 0 0 10px;
}
.form-inline {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.checkbox{
	margin: 0 5px 0 0;
}
.form-info-contact {
	width: 100%;
	box-sizing: border-box;
}

.form-info-contact label {
	font-size: 16px;
	display: block;
	font-weight: bold;
	margin:  5px 0;
	
}
.form-info-contact input {
	width: 100%;
	display: block;
	padding: 5px 0 5px 5px;
	font-size: 16px;
	margin:  0 0 15px 0;
	box-sizing: border-box;
}

.form-info-contact textarea {
	font-family: 'Source Sans Pro', sans-serif;
	width: 100%;
	display: block;
	padding: 5px;
	font-size: 18px;
	min-height: 250px;
	box-sizing: border-box;
}
.select-form {
	display: block;
	font-size: 16px;
	margin: 5px 5px 5px 0;
	padding:5px;
}
select {
	margin:0;
	padding:0;
}
.form-inline .button {
	color: #ffffff;
    background-color: #e80000;
    display: block;
    padding: 5px;
	width: 25%;
    margin: 10px auto;
	-webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
	border: none;
    cursor: pointer;
}


.form-inline .button:hover {
	color:#ffffff;
	background-color:#afafaf;
}
.CaptchaWhatsThisPanel a {color:#000000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:underline;} 

.thankyou-container{
	max-width: 1040px;
	margin: 0 auto;
	padding: 20px 10px!important;
	box-sizing: border-box;
	position: relative;
	z-index: 300;
}
.thankyou-container p{
	padding: 10px 0 80px 0;	
}





/*===================== 
	banner styles 
=======================*/


/*===================== 
	layout styles 
=======================*/

.wrap {
	width: 100%;
	margin: 0;
	}
	

.container {
	max-width: 1040px;
	margin: 0 auto;
	padding: 20px 10px!important;
	box-sizing: border-box;
	position: relative;
	z-index: 300;
	}
.flex-row {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}
.home-about-container {
	max-width: 1040px;
	margin: 0 auto;
	padding: 20px 10px;
	box-sizing: border-box;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;

}
.grey-bg {
	background: #afafaf;
}


.sep-top {
	border-top: 40px solid #000000;	
}

.col-1 { width: 100%; box-sizing:border-box;}	
.col-1-6 { width: 16%; box-sizing:border-box;}
.col-1-5 { width: 20%; box-sizing:border-box;}
.col-1-4 { width: 24%; box-sizing:border-box;}
.col-1-3 { width: 33%; box-sizing:border-box;}
.col-1-2 { width: 49%; box-sizing:border-box;}
.col-2-3 { width: 65%; box-sizing:border-box;}
.col-3-4 { width: 75%; box-sizing:border-box;}

/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
	background: #000;
	color: #fff;
    position: relative;
	}
.foot-padding {
	padding: 20px;
}
.foot-padding p {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:13px;
	color: #222;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:13px;
		color: #fff;
		}

.footertext {
	font-size:13px; 
	color:#666;
	}

.smallfootertext {
	font-size:10px; 
	color:#666;
	}

.divfooter {
	max-width:490px; 
	text-align:center; 
	margin:0 auto;
	}

/*========================== 
	  Responsive styles 
============================*/

@media screen and (max-width: 1040px)  {
    nav.primary ul li a {
        font-size: 1.3vw;
    }	
}

@media screen and (max-width: 800px)  {
	
    .hide-mobile {
        display: none;
    }

    .home-bg-2 {
        border-top: 0px solid #000000;	
        background: url("../siteart/d-bg.jpg") repeat;
        width: 100%;
        height: auto;
        position: relative;
        z-index: 100;
        padding:20px;
        box-sizing: border-box;
    }
    .home-bg-2:before {
        content: "";
        position: absolute;
        top:0;
        right:0;
        bottom:0;
        left:0;
        background-image: -webkit-linear-gradient(0deg,rgba(0,0,0,0.60) 0%,rgba(0,0,0,0.00) 49.22%,rgba(0,0,0,0.60) 100%);
        background-image: -moz-linear-gradient(0deg,rgba(0,0,0,0.60) 0%,rgba(0,0,0,0.00) 49.22%,rgba(0,0,0,0.60) 100%);
        background-image: -o-linear-gradient(0deg,rgba(0,0,0,0.60) 0%,rgba(0,0,0,0.00) 49.22%,rgba(0,0,0,0.60) 100%);
        background-image: linear-gradient(90deg,rgba(0,0,0,0.60) 0%,rgba(0,0,0,0.00) 49.22%,rgba(0,0,0,0.60) 100%);
        z-index: 200;
    }
    
	/*==============================
		Mobile Header Styles			
	================================*/	
	
	.head-flex {
		display:block;
	}
	.head-at-logo {
		display: none;
	}
	.head-social {
		display:none;
	}
	.head-pe-info ul li a {
		text-align: center;
	}
	
	
	

	/*==============================
		Mobile Nav Styles			
	================================*/	
	nav.primary{display:none;}
	#menu-button{ 
		width: 100%;
		display: block;
		font-size: 24px;
		position: relative;
		line-height:60px; 
		z-index: 400; /* needs to be lower than nav.mobile, adjust as needed */
		background: #000;
		}
		#menu-button a{
			 color:#fff;
			 text-decoration: none;
			 padding:0 0 0 .8em; 
			 font-weight:normal;
		  }
	nav.mobile {
		display:block;
		position: fixed;
		top: 0;
		left: -250px;
		width: 250px;
		height: 100%;
		background: #333;
		z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
		overflow:auto;
	}
	/* MENU HEADER SOCIAL MEDIA */
		nav.mobile .social-media {
			position: relative;
			text-decoration: none;
			display: inline-block;
			font-size:16px;
			word-spacing:13px;
			padding:0 0 0 15px;
			color: #ccc !important;
		}

		nav.mobile .social-media a:link, nav.mobile .social-media a:visited {color:#ccc; text-decoration:none;}
		nav.mobile .social-media a:hover, nav.mobile .social-media a:active {color:#fff; text-decoration:underline;}

	/* MENU HEADER STYLES */
	nav.mobile .mobile_top {
		position: relative;
		display:block;
		padding: 0;
		margin:15px 0 10px 0;
		color: #999;
		font-size: 18px;
		font-weight: 400;
	}

	/* MENU CLOSE 'X' BUTTON */
	nav.mobile .menu-toggle {
		position: absolute;
		padding: 3px 8px 3px;
		font-family: Arial, sans-serif;
		font-size:24px;
		font-weight: bold;
		line-height: 1;
		background: #222;
		color: #999;
		text-decoration: none;
		top:-4px;
		right:13px;
	}
	nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
		color: #fff;
	}

	/* MENU LIST STYLE */
	nav.mobile ul {
		list-style: none;
		font-weight: 300;
		margin:0;
		padding:0;
	}
	nav.mobile ul li {
		border-top: 1px solid #454545;
		border-bottom: 1px solid #151515;
		position:relative;
	}

	/* FIRST LEVEL */
	nav.mobile ul li a {
		position: relative;
		display: block;
		font-size:15px;
		padding: 10px;
		color: #999;
		text-decoration: none;
		border-left:4px #333 solid;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	}
	nav.mobile ul li a:hover {
		background:rgba(45,45,45,0.5); 
		color: #fff; 
		border-left:4px #C8102E solid; /* border highlight - Change to fit match site colors */
	}

	/* SECOND LEVEL */
	nav.mobile ul li li:last-child {border:none;}
	nav.mobile ul li li a {
		background: #444;
		position: relative;
		display: block;
		padding: 10px 10px 10px 15px;
		border-left:4px #444 solid;
		color: #ccc;
		text-decoration: none;
	}
	nav.mobile ul li li a:hover {background:rgba(65,65,65,0.5);}

	/* THIRD LEVEL */
	nav.mobile ul li li li:last-child {border:none;}
	nav.mobile ul li li li a {
		background: #555;
		position: relative;
		display: block;
		padding: 10px 10px 10px 25px;
		color: #ccc;
		text-decoration: none;
		border-left:4px #555 solid;
	}
	nav.mobile ul li li li a:hover {background:rgba(85,85,85,0.5);}

	nav.mobile ul li .click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
		position:absolute;
		display:block;
		cursor:pointer;
		z-index: 12399994;
		top:0;
		right:0;
		width:auto;
		height:auto;
		padding: 17px 20px;
		color:#fff;

	}
	.nav-footer {color:#e80000; position:relative; text-align:center; font-size:14px; line-height:16px; padding:15px 0;}

	/* FONT AWESOME ICONS */
	nav.mobile ul li a i{
		width:25px;
		padding:8px 3px;
		margin:0 6px 0 0;
		text-align:center;
		background:#292929;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	}


	nav.mobile ul li .fa-chevron-down {color:#999;}
    
    .grid figure{width: 49%;}
		
	/*==============================
		Mobile content Styles			
	================================*/	
	.button-row {
	display: block;
	}	
	.home-cat-button {
	margin: 20px 0px;
	margin: 10px;
    background: #afafaf;
    position: relative;
	}
	.main-bg:before {
    background-image: -webkit-linear-gradient(0deg,rgba(0,0,0,0.30) 0%,rgba(0,0,0,0.00) 49.22%,rgba(0,0,0,0.30) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(0,0,0,0.30) 0%,rgba(0,0,0,0.00) 49.22%,rgba(0,0,0,0.30) 100%);
    background-image: -o-linear-gradient(0deg,rgba(0,0,0,0.30) 0%,rgba(0,0,0,0.00) 49.22%,rgba(0,0,0,0.30) 100%);
    background-image: linear-gradient(90deg,rgba(0,0,0,0.30) 0%,rgba(0,0,0,0.00) 49.22%,rgba(0,0,0,0.30) 100%);
	}
	.home-about-container {
	padding: 20px 10px;
	display: block;
	}
	.home-about-col img {
	margin:auto;	
	}
	.home-about-col {
	width:100%;
	}
	.form-info {
	width: 100%;
	}
	.form-inline .button {
	width: 80%
	}
	.about-col {
	width:100%;
	}
	.about-col img {
	margin: auto;
	}
}

@media screen and (max-width: 500px)  {

	/*==============================
		Mobile content Styles			
	================================*/	

	.home-cat-button img {
	display: none;
	}
	.button-overlay {
    width: 100%;
	height: auto;
    background: rgba(0,0,0,1);
    font-size: 8vw;
	position: relative;
	padding: 20px 0;
	}
	.red-overlay {
	background:#e80000;
	padding: 40px 0;
	}
	.button-links a{
	display: block;
	padding: 5px 0;
	line-height: normal;
	font-size: 6vw;
	}
	.home-cat-button:hover .button-overlay {
	background: rgba(46,46,46,1.00);
	font-size: 8vw;
	}
	.home-cat-button:hover .button-links a {
	font-size: 6vw;
	}
	.home-cat-button {
    -webkit-box-shadow: 0 0px 0 rgba(0,0,0,0);
    box-shadow: 0 0px 0 rgba(0,0,0,0);
	}
}
	
