﻿@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');

/*===================== 
	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 
=======================*/
h1, h2, h3, h4, h5, a {font-family: 'Roboto Condensed', sans-serif; margin-top:0; margin-bottom: 0; letter-spacing: 2px;}


body {
	overflow-x: hidden;
    margin: 0;
	font-family: Arial, sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

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;}

body, p {
	margin: 0;
	font-size: 16px; 
	line-height: 24px;
	font-family: 'Roboto', sans-serif;
	}

b, strong {
    font-weight: bold;
	}

/*===================== 
	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 {background:#222222; width: 100%; display: inline-block; }
.logo {width: 30%; display: inline-block; text-align: center; margin: 0 auto; vertical-align: middle;}
.logo img {width: 90%; margin: 0 auto; max-width: 300px; text-align: center;}
.header-right {width: 68%; display: inline-block; vertical-align: middle;}
.header-contact {width: 100%; text-align: right;}
.header-contact h4 {color:#fff; text-align: right; display: inline-block; margin-right: 10px;}
.header-contact a {display: inline-block; vertical-align: middle;}
.header-contact a[href^="tel:"] {color:#fff}
.header-contact .fab {color:#0177C0; display: inline-block; font-size: 20px;}
hr {width: 100%; background: #ccc; height: .5px; margin: 2% 0;border:0;}

/*===================== 
	layout styles 
=======================*/
#padding25 {padding: 25px 0;}
.strong {font-size: 25px; text-transform: uppercase; font-weight: 600;}
h1.green {font-size: 25px; font-weight: 300;}
.white-text {color:#fff;}
.gray-text {color:#E0E0E0}
.bl-text {color:#0177C0; font-size: 40px;}
.width-90 {width: 90%; margin: 0 auto;}
.flex-container {display: flex; flex-direction: row; align-items: center;}
.blue-left {background: url(/siteart/slideshow/auction-bg.jpg) center; background-size: cover; display: block; width: 70%; padding: 3% 0; }
.blue-left:hover {opacity: 0.95; transition: all .2s ease-in-out;}
.blue-left h2 {color:#fff; text-transform: uppercase; font-size: 35px; line-height: 42px;}
.blue-left h3 {color:#000; font-weight: 400; text-transform: uppercase; font-size: 35px; line-height: 40px;}
.blue-left h4 {font-weight: 400;}
.text-left {width: 70%; background: #f1f1f1; padding: 5% 0;}
.text-right {width: 30%;}
.blue-btn {background:#0177C0; padding: 15px 15px; display: inline-block; width: 95%; margin: 10px 0; color:#fff;  font-weight: 600; transition: .3s ease; }
.blue-btn .btn-arrow {display: inline-block; text-align: right; float: right;}
.blue-btn:hover{background: #222222;}
.blk-btn {background:#222; padding: 15px 15px; display: inline-block; width: 95%; margin: 10px 0; color:#fff;  font-weight: 600; transition: .3s ease; }
.blk-btn .btn-arrow {display: inline-block; text-align: right; float: right;}
.blk-btn:hover{background: #0177C0;}

.left {float: left;}
.right {float: right;}

.wrap {
	width:100%;
	margin: 0;
	}

.container {
	max-width: 60%;
	margin: 0 auto;
	padding-top: 50px;
	}
	
.col-1-6 { width: 16%;}
.col-1-5 { width: 20%;}

.col-2-3 { width: 65%;}
.col-3-4 { width: 75%;}

.category-title {background: url(/../siteart/category-bg.jpg) no-repeat; background-attachment: fixed; background-position: center center; background-size: cover; padding: 3% 0; text-align: right;}
.category-title h2 {text-align: right; color:#fff; letter-spacing: 2px;}
.category-container {padding: 3% 0; background: #fff;}
.category-container a {width: 23%; margin: 10px 10px; background: #f1f1f1; text-align: center; padding: 10px 0; font-size: 16px; color:#222222;text-transform: uppercase; display: inline-block; vertical-align: middle; letter-spacing: 1px; transition: .3s ease;}
.category-container a:hover {background: #222222;   color:#fff;}
.ft-40 {font-size: 40px;}
/*===================== 
	footer styles 
=======================*/
/*  scrolling inventory
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}
footer {
	display: flex; 
	flex-direction: row;
	align-items: top;
	background:#222;
}
.col-4 {width: 25%; margin: 2% 2%; color:#fff;text-transform: uppercase;font-family: 'Roboto Condensed', sans-serif;}
footer h3 {
	color:#0177C0;
	font-weight:bold;	
}
footer ul li {
	color:#f7f7f7 !important;
	text-decoration:none;
	list-style:none;
	font-size:14px;
	line-height:20px;
	margin:0;
	padding:0;
}
.col-1-2 { 
	width: 45%;
	margin-right:5%;
	float:left;
}
footer .footer-links {
	width:30%;	
	margin-left:3%;
	margin-top:1.5%;
}
footer .links {
	float:left;
	width:45%;	
}
footer .footer-links h4 {
	padding-left:6%;	
}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:13px;
	color: #f7f7f7 !important;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:13px;
		color: #f7f7f7 !important;
		}

.footertext {
	font-size:13px; 
	color:#f7f7f7;
	}

.smallfootertext {
	font-size:10px; 
	color:#f7f7f7;
	}
.copyright {
	float:right;	
}
.divfooter {
	width:90%; 
	text-align:right; 
	margin:0 auto;
	color:#f7f7f7;
	padding-top:7%;
	}

	
/* ======================
	Home Page
====================== */
/*hotlist css*/
.hotlist-container {
  position: relative;
  width: 38%;
  margin:0 auto;
  padding:1.5% 0;
}
.image {
  display: block;
  width: 100%;
  margin:0 auto;
  height: auto;
}
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #222;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}
.hotlist-container:hover .overlay {
  height: 100%;
}
.text-1 {
  color: white;
  font-size: 17px;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.text-2 {
  color: white;
  font-size: 17px;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-align: center;
}

.blue-button {
	background: #3265b9;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin: 2% auto 0 auto;
	padding: 1% 0;
	display: block;
	width: 38%;
}
.blue-button:hover {
	background: #0077c0;;
}

.call-out-bg {
	background:url(../siteart/call-out-bg.jpg) no-repeat;
	background-position:center;
}
.call-out-span {
	width:60%;
	margin:0 auto;	
}
.col-1-3 {
	width:25%;	
	float:left;
}
.call-out-span figure {
	background:#f7f7f7;
	margin:4% 4%;	
}
.call-out-span figure:hover {
	cursor:pointer;	
}
.call-out-span figure img {
	padding:7% 30% 0 30%;
}
.call-out-span figcaption {
	text-align:	center;
	padding:2% 0 5% 0;
	font-weight:bold;
	text-transform:uppercase;
	color:#222;
}
.home-about {
	width:100%;	
}
.home-about .col-1-2 { 
	width: 45%;
	padding:5% 0 0 0;
}
.home-about-para p {
	line-height:24px;	
}
.home-about-para h1 {
	color:#3265b9;
	text-transform:uppercase;
	font-size:25px;
}
.social-media {
	width:100%;	
}
.pic-collage {
	width:100%;	
}

.col-1-4 { 
	width:10%;
	padding:3% 2%;
	float:left;
}
.col-1-4:hover {
	cursor:pointer;	
}
.video-bg-img {
	background:url(../siteart/video-bg-img.jpg) no-repeat;
	background-position:center;
	background-size:cover;
	padding:3% 0;	
	width:100%;
}
.video-section h2 {
	padding-bottom:3%;
	text-align:center;
}
.vodeo-section {
	width:100%;	
}
.video-section img {
	margin:0 auto;
	width:100%;
}

/*===================== 
	Consignment Page 
=======================*/
.consignment-pg {
	padding: 3% 0;
}
.light-gray-bg {
    background: #f9f9f9;
    padding: 1%;
}
.light-gray-bg form {
    width: 100%;
    text-align: center;
    margin: 1.5% auto 0 auto;
}
.light-gray-bg form h5 {
    padding-bottom: 1%;
    font-size: 18px;
}
.consignment-pg .col-1-3 {
	display: inline-block;
	vertical-align: middle;
    width: 31.5%;
    margin: 0 1% 1% 0;
    float: none;
}
.consignment-pg .col-1-3 input, .consignment-pg .col-1-3 select {
	width:97%;
    padding: 1% .25%;
}
.consignment-pg .col-full textarea {
	width: 97%;
}
.consignment-pg .consign-btn input {
	width: 50%;
	display: block;
	margin: 0 auto;
	text-align:center;
	background: #3265b9;
	color: #fff;
	border: none;
	padding: 1% 0;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}


/* ====================
	Inventory page
==================== */
.hosted-content .p-tb-10 {
	margin-top:5%;
}
.hosted-content .listing-name {
	color:#222 !important;	
}
.hosted-content .listings-wrapper .listings-list {
	font-size:13px !important;	
}
#listings-title {
	color:#3265b9 !important;
	font-size:25px;	
}
.listing-name a {
	color:#3265b9;	
}
#btnSearch:hover {
	background-color:#3265b9 !important;
}
.hosted-content #main-search .form-row {
	color:#222;	
}
.btn:hover, .btn-on-auction:hover {
	background-color:#3265b9 !important;	
}

/* =====================
	Meet Us page
===================== */
.meet-us-intro {
	text-align:center;
	margin:0 auto;
	line-height:25px;
	width:50%;
	padding:3% 0;	
}
.meet-bg-color {
	background-color:#3265b9;
}
.meet-us-span {	
	width:60%;
	margin:0 auto;
}
.meet-us-span figure {
	background:#f7f7f7;
	margin:4% 4%;	
}
.meet-us-span a {
	color:#222;	
}
.meet-us-span a:hover {
	color:#3265b9;	
}
.meet-us-span figure img {
	padding:7% 13% 0 13%;
	width:75%;	
}
.meet-us-span figcaption {
	text-align:	center;
	padding:2% 0 5% 0;
	color:#222;
}
.meet-social-media {
	margin:0 auto;
	width:30%;
	text-align:center;
	font-size: 20px;
}
.meet-social-media a .col-1-4 {
	width:15%;	
	margin:1% 3%;
	padding-bottom:10%;
}
.contact-info {
	text-align:center;
	padding-bottom:5%;	
}
.contact-info a {
	color:#222;	
}
.contact-info a:hover {
	color:#3265b9;	
}

/* =====================
	Finance page
===================== */
.finace-hero-img {
	width:100%;
	margin:0 auto;	
}
.finance-intro {
	text-align:center;
	margin:0 auto;
	line-height:25px;
	width:50%;
	padding:3em 0;	
}
.finance-para a {
	color:#222;
	text-decoration:underline;	
}
.finance-intro ul li {
	list-style:square;	
}


/* =====================
	Shipping page
===================== */
.shipping-bg-img {
	width:100%;
	margin:0 auto;	
}
.shipping-intro {
	text-align:center;
	margin:0 auto;
	line-height:25px;
	width:60%;
	padding:3em 0;	
}
.shipping-para a {
	color:#222;
	text-decoration:underline;	
}
.shipping-para a:hover {
	color:#3265b9;
	text-decoration:underline;	
}

.privacy-policy-section {
  background-color: #fff;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
  color: #333;
  line-height: 1.6;
}

.privacy-policy-section h1 {
  font-size: 2rem;
  margin-bottom: 20px;
  text-align: center;
  color: #000;
}

.privacy-policy-section h2 {
  font-size: 1.4rem;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #000000;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

.privacy-policy-section p {
  font-size: 1rem;
  margin-bottom: 15px;
}

.privacy-policy-section ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.privacy-policy-section ul li {
  margin-bottom: 10px;
}

.privacy-policy-section a {
  color: #0073e6;
  text-decoration: none;
}

.privacy-policy-section a:hover {
  text-decoration: underline;
}

/* ------------- MEDIA SCREENS ------------------------- */

@media screen and (max-width: 1450px) { 
	.category-container a {width: 22.5%}
.container {
	max-width:80%;
}
.call-out-span {
	width:80%;	
}

/* Contact */
.meet-us-intro {
	text-align:center;
	margin:0 auto;
	line-height:25px;
	width:65%;
	padding:3% 0;	
}
.meet-us-span {	
	width:65%;
	margin:0 auto;
}
.meet-us-span figure {
	background:#f7f7f7;
	margin:4% 4%;	
}
.meet-us-span figure img {
	padding:7% 13% 0 13%;
	width:75%;	
}
.meet-us-span figcaption {
	text-align:	center;
	padding:2% 1% 5% 1%;
	color:#222;
}
.meet-social-media {
	margin:0 auto;
	width:30%;
	text-align:center;
}
.meet-social-media a .col-1-4 {
	width:15%;	
	margin:1% 3%;
	padding-bottom:10%;
}
.contact-info {
	text-align:center;
	padding-bottom:5%;	
}
hr {
	width:60%;
	margin:5% auto;
	color:#3265b9;	
}
.map {
	width:95%;
	margin:0 auto 2% auto;	
}
}

@media screen and (max-width: 1150px) { 
	.flex-container {display: block; }
	.blue-left {width: 100%; text-align: center;}
	.text-left, .text-right {width: 100%;}
	.text-left h1 {text-align: center;}
	.text-right {padding: 3% 0;}
	.category-container a {width: 30.5%;}
	.bl-text {line-height: 44px;}
.container {
	max-width:75%;
}
.call-out-span {
	width:80%;	
}

/* Contact */
.meet-us-intro {
	text-align:center;
	margin:0 auto;
	line-height:25px;
	width:80%;
	padding:3% 0;	
}
.contact-info p {
	width:90%;
	margin:0 auto;
}
.meet-us-span figure {
	background:#f7f7f7;
	margin:4% 4%;
	padding:1% 0;	
}
}

@media screen and (max-width: 1060px) {
.category-title h2 {font-size: 20px;}
	.ft-40 {font-size: 20px;}

.container {
	max-width:85%;
}
nav.primary ul {
	max-width:920px;
	padding: 0;
	margin: 0 auto;
}
nav.primary ul li a {
	font-weight: bold;
	display: block;
	padding: 15px 25px;
	text-decoration:underline;
	color: #222;
	margin: 0;
}
.home-about .col-1-2 { 
	width: 45%;
	padding:5% 0 0 5%;
}
.col-1-2 {
	padding:0;
	margin:0;	
}
.video-section img {
	width:90%;
	padding-left:5%;
	margin:0 auto;
}


/*hotlist css*/
.hotlist-container {
  position: relative;
  width: 60%;
  margin:0 auto;
  padding:1% 0;
}
.text-1 {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.text-2 {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.blue-button {
	width: 60%;
	padding: 3% 0;
}


/* Contact */
.meet-us-span {	
	width:75%;
	margin:0 auto;
}
.meet-us-span .col-1-3 {
	width:27%;	
}
.meet-us-span figure {
	background:#f7f7f7;
	margin:4% 2%;
	padding:0 1%;	
}
.meet-us-span figure img {
	padding:7% 13% 0 13%;
	width:75%;	
}
.meet-us-span figcaption {
	text-align:	center;
	padding:2% 0 5% 0;
	color:#222;
}
	
	footer {display: block; padding: 25px 0;}
	footer .col-4 {width: 90%; margin: 0 auto;}
	

}

@media screen and (max-width: 920px) {
	.category-container {text-align: center; margin: 0 auto;}
		.category-container a {width: 43.5%;} 
.container {
	max-width:90%;
}
.home-about .col-1-2 {
	width:90%;
	float:none;
	margin:0 auto;	
}
.social-media {
	width:50%;	
}
.social-media .col-1-4 {
	width:15%;
	padding:3% 4%;	
}
.pic-collage {
	margin-bottom:7%;	
}
.video-section img {
	width:90%;
	padding-left:5%;
	margin:0 auto;
}

/* Contact */
.meet-us-span {	
	width:80%;
	margin:0 auto;
}
.meet-us-span .col-1-3 {
	width:23%;	
}
.meet-us-span figure {
	background:#f7f7f7;
	margin:4% 1%;
	padding:0 4%;	
}
.meet-us-span figure img {
	padding:7% 6% 0 6%;
	width:85%;	
}
.meet-us-span figcaption {
	text-align:	center;
	padding:2% 0 5% 0;
	color:#222;
	font-size:13px;
}
    
.consignment-pg .col-1-3 {
    width: 48%;
}


}

@media screen and (max-width: 760px) {
	.category-title h2 {text-align: center;}
	.category-container a {font-size: 14px; width: 100%; margin: 5px auto;}

/*hotlist css*/
.hotlist-container {
  position: relative;
  width: 75%;
  margin:0 auto;
}
.text-1 {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.text-2 {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.blue-button {
	width: 80%;
	padding: 3% 0;
}

.call-out-bg {
	background:none;
	background-color:#3265b9;	
	padding:4% 0;
}
.call-out-span {
	width:90%;	
}
.col-1-3 {
	width:90%;
	float:none;
}
.video-section iframe {
	margin:0 auto;
	width:100%;
}
.home-about .col-1-2 { 
	width:95%;
	float:none;
	margin:0 auto;
	padding:5% 0 0 0;
}
.social-media {
	width:90%;	
}


/* shipping */
.shipping-intro {
	text-align:left;
	margin:0 auto;
	line-height:25px;
	width:85%;
}

/* financing */
.finance-intro {
	text-align:left;
	margin:0 auto;
	line-height:25px;
	width:85%;
}

/* meet us */
.meet-bg-color {
	padding:5% 0;	
}
.meet-us-intro {
	text-align:left;
	width:90%;
	margin:2% auto;	
}
.meet-us-span .col-1-3 {
	width:95%;
	margin:2% auto;
}
.meet-us-span figcaption {
	font-size:16px;	
}
.meet-us-span figure img {
	padding:7% 13% 0 13%;
	width:75%;	
}
hr {
	width:70%;	
	margin:6% auto;
}
.meet-social-media {
	width:60%;	
}
.map {
	width:90%;
	margin:0 auto 2% auto;	
}
    
.consignment-pg .col-1-3 {
    width: 95%;
    margin: 2% auto;
}
    

/* footer */
footer {
	margin: 0;
	width: 100%;
	background:#222;
}
footer h3 {
	color:#0177C0;
	font-weight:bold;	
}
footer ul li {
	color:#f7f7f7 !important;
	text-decoration:none;
	list-style:none;
	font-size:14px;
	line-height:20px;
	margin:0;
	padding:0;
}
.col-1-2 { 
	width: 90%;
	margin-right:5%;
	float:none;
}
footer .footer-links {
	width:90%;	
	padding:4% 0;
	margin-left:3%;
	margin-top:1.5%;
}
footer .links {
	float:left;
	width:45%;
	padding:2% 0 0 0;	
}
.divfooter {
	width:95%; 
	text-align:center; 
	margin:0 auto;
	color:#f7f7f7;
	padding:4% 0;
	}
.copyright {
	float:none;	
}


/* ----------- Mobile Nav Styles ------------ */	
#menu-button { /* initially will need to be hidden */
	display: block;
	font-size: 30px;
	width: 97%;
	position: relative;
	z-index: 900;/* needs to be lower than nav.mobile, adjust as needed */
	padding-left: 3%;
	padding-bottom: .5%;
	margin-top:2%;
	background-color:#3265b9;
}
#menu-button a {
	color: #fff;
	text-decoration: none;
}
nav.primary {
	display:none;	
}
nav.mobile {
	display: block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #333;
	z-index: 1200; /* 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: 20px;
	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: bold;
	line-height: 1;
	background: #222;
	color: #999;
	text-decoration: none;
	vertical-align: top;
}
nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
	color: #fff;
}
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	border-top: 1px solid #151515;
	border-bottom: 1px solid #454545;
	margin: 0;
	padding: 0;
}
nav.mobile ul li {
	border-top: 1px solid #454545;
	border-bottom: 1px solid #151515;
}
nav.mobile ul li a {
	position: relative;
	display: block;
	padding: 10px;
	color: #999;
	text-decoration: none;
}
nav.mobile ul li a:hover {
	background: #000;
	color: #fff;
}
nav.mobile ul li li a { /* appearance of the sub-level links */
	background: #444;
	position: relative;
	display: block;
	padding: 10px 10px 10px 15px;
	color: #ccc;
	text-decoration: none;
}
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/arrow.png) 10px 12px no-repeat;
	background-size: 45%;
	position: relative;
	display: block;
	float: right;
	margin: -44px 0 0 0;
	cursor: pointer;
	z-index: 12399994;
	width: 40px;
	height: 40px;
	-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%;
}
}


@media screen and (max-width: 550px) {
	.header-contact h4 {font-size: 14px;}
	footer .col-4 {padding: 5px 0; }
	footer .col-4 a {font-size: 14px; line-height: 20px;}
/*hotlist css*/
.hotlist-container {
  position: relative;
  width: 85%;
  margin:0 auto;
  padding:2% 0;
}
.text-1 {
  color: white;
  font-size: 15px;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.text-2 {
  color: white;
  font-size: 15px;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
}

