﻿/*===================== 
	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 
=======================*/
	
	body {
		font-family: 'Kanit', sans-serif;
		-webkit-text-size-adjust: none;
		padding:0;
		margin: 0;
		background:#fff;
		font-size:13px;
		font-weight:normal;
		line-height:2em;
		}
	
	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;
		color:#a7a7a7;
		margin:2em auto;
		} 
	
	img { border: 0;} 
	.center{text-align:center}
	
	.sitewidth{max-width:1200px; margin:0 auto}
	
	.column1 {width:100%;}
	.column2 {width:47%; *width: 47%; float:left; margin-right:6%; box-sizing: border-box;}
	.column3 {width:33.33333%; *width: 30%; float:left; padding-right: 20px; box-sizing: border-box;}
	.column4 {width:25%; *width: 25%; float:left;  box-sizing: border-box;}
	.column5 {width:20%; float:left; padding-right:1%; box-sizing: border-box;}
	.column6 {width:16.66666%; *width: 14%; float:left; padding-right: 20px; box-sizing: border-box; margin: 0 0 20px 0;}
	.twothird{width:64%; *width: 64%; float:left; padding-right: 30px; box-sizing: border-box;}
	.onethird{width:36%; *width: 36%; float:left; box-sizing: border-box; text-align:right}
	.last{padding-right:0}
/*===================== 
	typography 
=======================*/

	::-moz-selection {
		background: #942521;
		color: #fff;
		text-shadow: none;
	}
	
	::selection {
		background: #942521;
		color: #fff;
		text-shadow: none;
	}
	
	strong,b { font-weight:600;}
	
	h1 {
		font-size:34px;
		color:#4a4949;
		font-weight:500;
	}
	h2 {
		font-size:24px;
		color:#4a4949;
		font-weight:300;
	}
	
	p {
		font-size:14px;
		font-weight:normal;
		line-height:1.7em;
		margin: 0;
		color:#777777;
	}
	
/*===================== 
	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!important;
			}

/*===================== 
	header styles 
=======================*/

	header {
		text-align:right;
		margin: 0;
		background:url("../siteart/rhl.jpg")
	}
		
	.logo{float:left; margin:0; }
	.logo img{
		width:100%;
		max-width:1200px;
		margin-bottom: -0.7em;
		
	}
	
	.contact-head{float:left; display:inline-block ; margin:-5.4em 0 0 9.5em}
		.contact-head img, .contact-head h1{ display:inline-block}
	.contact-head a:hover { 
			opacity:0.5;
			transition:background-color 300ms ease, background-color 300ms ease, all 300ms ease;
	}
	
/*===================== 
	nav styles 
=======================*/	
	
	.navigation {
		margin: -1em 0 0 0;
		text-transform: uppercase;
		font-size: 22px;
		font-weight: 300;
		color: #fff;
		background:#4a4949;
		width: 100%;
		
	}
	.navigation ul{padding:0; 
    margin-bottom: 0;}
	.navigation ul li { float:left; display:inline-block; }
	.navigation ul li a{ 
		list-style:none; 
		padding:10px 20px; 
		display:block; 
		background:#4a4949; 
		border-left: #373737 solid; 
		font-size:21px;
		color:#fff;
		text-decoration:none
	}
	.navigation ul li a:hover{background:#FFFFFF; color:#4a4949}
	.last a  {
		border-right: #373737 solid
	}

/*===================== 
	layout styles 
=======================*/
	article{background:#fff}
	
	#pad{padding:5em 0}
	.left{float:left;}
	.right{float:right;}


/* HOME */

.padding-vertical{
	padding: 100px 0;
}
.nopad-top{
	padding-top: 0;
}
.content-wrapper{
	max-width: 1640px;
	margin:  0 auto;
}
.align-center{align-items: center;}
.flex{display: flex;}
.flex-wrap{flex-wrap: wrap;}
.col50{width: 44%; box-sizing: border-box;
	margin: 3%;}

.margin3{
	margin: 0 3%;
}
.hero-photo{
	width: 44%;
	margin: -50px 3% 10px -3%;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	-webkit-background-size: cover !important;
	background-size: cover !important;
	position: relative;
	overflow: hidden;
}

.hero-photo.middle-hero {
	margin-top: 10px !important;
	margin-bottom: -25px; 
}

.hero-photo.bottom-hero {
	margin-top: 45px !important;
	margin-bottom: -15px !important;  
}
	
.hero-photo video{
	position: absolute;
	top:0;
	left:50%;
	right:0;
	bottom:0;
	transform: translateX(-50%);
	height: 100%;
	width: auto;
}

.btn-row{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    padding-top: 20px;
}
.btn-row a{
	background: #fff;
	padding: 25px;
	width: 48.5%;
	text-align: center;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	
}
.btn-row a:hover img{
	transform: scale(1.03);
}
.btn-row a img{
	max-width: 100%;
	transition: ease-in-out all 0.2s;
}
.btn-row a:last-of-type{
	background: #fff;
	margin-right: 0px;
}

.bg-black-pattern {
	color: #fff;
	background: url('/siteart/bg-tile.jpg') center center repeat;
	background-color: black;
}
.bg-black-pattern .heading, .bg-black-pattern .special-heading{
	color: #fff;
}
.bg-black-pattern p{
	font-size: 18px;
	line-height: 30px;
	font-family: kanit, sans-serif;
	margin-bottom: 30px;
	font-weight: 300;
	color: #fff;
}
.center{text-align: center;}



.heading{
	font-family: agenda, sans-serif;
	font-size: 47px;
    line-height: 48px;
	font-weight: 700;
	margin: 0 0 50px 0 !important;
}
.special-heading{
	font-family: cherry-blossoms-regular, sans-serif !important;
	font-size: 36px !important;
    line-height: 36px !important;
	margin: 0 0 0 -4% !important;
	font-weight: 400 !important;
	color: #000;
}
.center.special-heading{
	margin: 0 !important;
}

.flourish-flex{display: flex;
justify-content: space-between;}

.flourish-lines{
	width: calc(50% - 206px);
    border-style: solid;
    border-image: linear-gradient(90deg, rgba(3,104,168,0) 0%, rgba(163,12,1,1) 20%, rgba(163,12,1,1) 80%, rgba(233,45,70,0) 100%) 1;
    border-left: 0;
    border-right: 0;
    display: block;
    height: 3px;
    border-width: 1px;
}

  /* the slides */
  .slick-slide {
    margin-left:27px !important;
  }

  /* the parent */
  .slick-list {
    margin-left:-27px !important;
  }

.slick-prev, .slick-next{
	height: 30px !important;
	width: 30px !important;
	z-index: 200;
}
.slick-prev:before, .slick-next:before{
	color: #000 !important;
	font-size: 30px!important;
}
.slick-prev:before{
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900 !important;
	content: '\f053' !important;
}
.slick-next:before{
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900 !important;
	content: '\f054' !important;
}
.slick-arrow{
	z-index: 200;
}
.slick-prev {
    left: -6% !important;
}
.slick-next {
    right: -6% !important;
}
.featuredslider{
    box-shadow: 0 0 18px 0 rgb(0 0 0 / 33%);
}
.featuredslider .slick-prev {
    left: 3% !important;
}
.featuredslider .slick-next {
    right: 3% !important;
}



/* ONSITE AUCTIONS */
ul.icon-list li{
	font-size: 18px;
	line-height: 30px;
	font-family: kanit, sans-serif;

	font-weight: 300;
	
	list-style: none; 
	position: relative; 
	padding-left: 24px;
}
ul.icon-list li:first-of-type{padding-left: 0; margin-bottom: 24px;}
ul.icon-list{padding: 0;}

ul.icon-list i{
	position: absolute;
	left: 0;
	top: 7px;
}

.cta-row{
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
}
.cta{
    background: #b82325;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    display: block;
    padding: 8px 14px 6px 14px;
	max-width: 300px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	margin-top: 10px;
}
.cta-row .cta{
	margin-right: 10px;
}

.upcoming-spacer { padding: 50px 0 0 0;}
.vert-pad-upcoming { padding: 50px 0;}
/*===================== 
	footer styles 
=======================*/
	footer {
		width: 100%;
		text-align:center;
		color:#a7a7a7;
		line-height:2em;
		padding: 0;
	
		}

	.lines2 {	
		padding:1.5em 0;
		background:#b82325;
	}	
		
	.lines1 {	
		padding:0.5em 0;
		background:#4a4949;
	}
		
	a.footerlink:link,
	a.footerlink:visited, 
	a.footerlink:active {
		text-decoration: none; 
		font-size:13px;
		color:#a7a7a7;
		}
		a.footerlink:hover {
			text-decoration:underline; 
			font-size:13px;
			color:#4a4949
			}
	
	.footertext {
		font-size:13px; 
		color:#a7a7a7;
		}
	
	.smallfootertext {
		font-size:13px; 
		color:#a7a7a7;
		}
	
	.divfooter {
		width:100%; 
		text-align:center; 
		margin:0 auto;
		padding: 0 0 30px;
		}
	

/*  RESPONSIVE STYLES
------------------------------------------------*/


/* iPads (portrait and landscape) ----------- */
@media screen and (max-width: 1760px) {

	.slick-prev {
		left: -3% !important;
	}
	.slick-next {
		right: -3% !important;
	}
	
}
@media screen and (min-width: 1201px) {
	.hero-photo.next-row{
		margin-bottom: -25px;
		margin-top: -25px;
	}
}
@media screen and (max-width: 1200px) {
	header {background: none;}
	.col50{width: 100%; padding: 3% 6%;}
	.hero-photo{
		width: 94%;
		margin-bottom: -0%;
		height: 0;
		padding-top: 70%;
    	position: relative;
	}
	.hero-photo .featuredslider {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
}

@media screen and (max-width: 1150px) {
	.contact-head { margin:-5.2em 0 0 9em
}
}
 
 @media screen and (max-width: 1050px) {
	.contact-head { margin:-5em 0 0 8em
}
	.logo img {
		margin-bottom: -0.8em;
}
 }
@media screen and (max-width: 1020px) {
	#pad{padding:4em 0 }
	.contact-head { margin:-3.5em 0 -.3em 6em
}
	.logo img {
		margin-bottom: -2em;
}
}

@media screen and (max-width: 915px) {
		.contact-head { margin:-3.5em 0 -.3em 4em
}
}
 
 @media screen and (max-width: 870px) {
	 h1{font-size:25px; margin:0}
	 h2 {font-size: 20px;}
	 
	header{margin:0 auto; padding:0 0 0 0}
	.logo{float:none; margin:0 auto; text-align:center; }
	.contact-head { margin:0; padding: 0 12px;}
	
	.logo img {margin-bottom: 0em;}
	
	.contact-head{float:none; text-align:center; margin:0 auto; display:block}
	.contact-head img {max-width:190px} 
	a.fb img{max-width:30px}
	
	.navigation{margin:0 auto}
	.navigation ul{margin:0; padding:0 }
	.navigation ul li {float:none; display:block; text-align:center}
	.navigation ul li a{
		font-size:17px; 
		padding:5px 0;
		border-right: none; 
		border-left: none;
		border-top: #6a6a6a solid; 
		border-bottom: #373737 solid;
		}
}

@media screen and (max-width: 768px) {
	
	.heading {
		font-size: 40px;
		line-height: 44px;
		margin-bottom: 40px !important;
	}
	.bg-black-pattern p:not(.special-heading) {
		margin-bottom: 40px !important;
	}
	.margin3 {
		margin: 0 12%;
	}	
	.slick-prev {
		left: -12% !important;
	}
	.slick-next {
		right: -12% !important;
	}
	
	.btn-row a{width: 100%;
	margin-bottom: 10px;}
}





/***** END GLOBAL SITE FRAMEWORK *****/
