﻿/***** 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;
}

img{max-width: 100%; height: auto;}


/*===================== 
	@Font-Face 
=======================*/
@font-face {
    font-family: 'montserratlight';
    src: url('/fonts/montserrat-light-webfont.eot');
    src: url('/fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-light-webfont.woff') format('woff'),
         url('/fonts/montserrat-light-webfont.ttf') format('truetype'),
         url('/fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratregular';
    src: url('/fonts/montserrat-regular-webfont.eot');
    src: url('/fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-regular-webfont.woff') format('woff'),
         url('/fonts/montserrat-regular-webfont.ttf') format('truetype'),
         url('/fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratbold';
    src: url('/fonts/montserrat-bold-webfont.eot');
    src: url('/fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-bold-webfont.woff') format('woff'),
         url('/fonts/montserrat-bold-webfont.ttf') format('truetype'),
         url('/fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

/*===================== 
	base styles 
=======================*/
bt
html, body{
	font-family: 'montserratlight';
	font-size: 14px;
	-web-text-size-adjust:none;
	margin:0;
}

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;} 

.clear{clear:both;}
	
/*===================== 
	typography 
=======================*/

h1 { font-family: 'montserratbold'; color: #000a55; font-size: 19px; text-transform: uppercase;}
h2 { font-family: 'montserratbold'; color: #000a55; font-size: 19px; text-transform: uppercase;}
h3 { font-family: 'montserratbold'; color: #000a55; font-size: 37px;}

h4 { font-family: 'montserratlight'; color: #000; font-size: 30px;}
h4 a {color: #000; font-family: 'montserratlight';}
h4 a:hover{color: #000a55; font-family: 'montserratlight';}

h5 { font-family: 'montserratlight'; color: #fff; font-size: 16px; text-transform: uppercase;}
h6 { font-family: 'montserratregular'; color: #000a55; font-size: 25px;}
p { font-family: 'montserratlight'; font-size: 16px; line-height: 28px; color:#000;}

.quote{
	font-style: italic;
	font-family: 'montserratlight'; 
	font-size: 20px; 
	line-height: 28px;
	font-weight:600; 
	color:#000;
}


/*===================== 
	link styles 
=======================*/

a{
	font-family: 'montserratbold';
	color: #000;
	text-decoration:none;
	transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out; 
	-webkit-transition: all .2s ease-in-out;
}
a:hover{color: #000a55; text-decoration:none;}

/*===================== 
	header styles 
=======================*/

.custom-top-header{
	padding:1% 2%;
	background: #000a55;	
}
.top-right{float:right; text-align:right;}
.top-right a{
	color:#fff; 
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}
.top-right a:hover{color:#ccc;}
.top-left{float:left; text-align:left;}
.fa{
	color:#fff; 
	font-size:20px!important;	
	transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out; 
	-webkit-transition: all .2s ease-in-out;
}
.fa:hover{color:#ccc; }

header {
	margin: 0 auto;
	width: 100%;
}
	
.header-logo {
    margin: 0 auto;
	position:relative;
	bottom:25px;
	text-align:center;
	width: 50%;
}
.header-logo img{max-width:320px; margin: 0 auto;}

.right {
    float: right;
    text-align: right;
    padding: 2% 0;
}
.left {
    float: left;
    text-align: left;
    padding: 2% 0;
}



/*===================== 
	auction styles 
=======================*/

.at-wrapper {
	width: 100%;
	margin: 3% auto;
	max-width: 1100px;
}

.at{
    float: none;
    position: relative;
    text-align: center;
    margin: 0 auto;
}
.at img{
    max-width: 250px;
	width:100%;
}



/*===================== 
	content styles 
=======================*/

.custom-wrapper {
	width: 100%;
	margin: 0 auto;
	max-width: 1100px;
}

.map {
    background: url(../siteart/map.jpg);
    background-repeat: no-repeat;
	background-size: cover;
    height: 320px;
	border-top: solid 15px #000;
}
.text {
    text-align: center;
    padding: 8% 0 0;
}

.about{
	margin:3% auto 15%;	
	width:100%;
}
.giant img{width:100%;}
.giant{width:100%;}


.welcome {
    background: url(../siteart/split.jpg) center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-repeat: no-repeat;
	width:100%;
	height:949px;
}

.contain{
	width:100%;
	max-width:1100px;
	margin:0 auto;	
}

.custom-btn{
	top:200px;
	position:relative;
	max-width:400px;
	width:50%;
	margin:0 auto;
	display:inline;
	padding:20px;
	background: none;
	border-radius:42px;
	border: solid #fff 2px;
	color: #fff;
	font-family: 'montserratregular';
	font-size:20px;	
	text-align:center;
	
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;

}
.custom-btn:hover{
	background-color:#fff;
	border:solid #fff 2px;
	color:#000;	
	
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;

}

.btn-left{
	float:left;	
}
.btn-right{
	float:right;	
}





/*===================== 
	slideshow styles 
=======================*/


.cycle-slideshow {
    width: 100%;
    position: relative;
    margin: 0 auto;
}
.cycle-slideshow img{
	width:100%;
}




/*===================== 
 scrolling inventory
=======================*/

.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}

/*===================== 
	layout styles 
=======================*/

.clear {clear:both;}
	
.column1 {width:75%; float:left; padding-right: 50px; box-sizing: border-box;}
.column2 {width:50%; float:left; padding-right: 25px; box-sizing: border-box;}
.column3 {width:33.33333%; float:left; padding-right: 25px; box-sizing: border-box;}
.column4 {width:25%; float:left; padding-right: 25px; box-sizing: border-box; color: #d3d3d3;}
.column5 {width:20%; float:left; box-sizing: border-box;}
.column6 {width:16.66666%; float:left; padding-right: 25px; box-sizing: border-box;}




/*===================== 
	footer styles 
=======================*/

footer{margin:4% 0;}

a.footerlink:link, a.footerlink:visited, a.footerlink:active{font-family: 'montserratregular'; color:#757575; font-size:10px; line-height: 14px;}
a.footerlink:hover {font-family: 'montserratbold'; font-weight:bold; text-decoration:none; font-size:10px;}
.footertext{font-family: 'montserratregular'; font-size:10px; color:#757575; line-height: 14px;}
.smallfootertext{font-family: 'montserratlight'; font-size:10px; color:#757575; line-height: 14px;}

.clear{clear:both;}	



/*===================== 
  non-iframe inv styles 
=======================*/

.hosted-content .p-tb-10 {
    padding: 5% 0!important;
}

.hosted-content h3 {
    text-align: left;
    color: #000;
    font-size: 22px;
}
	
.hosted-content .listings-wrapper .listings-list .listing-banner h2 {
    line-height: 2em;
    color: #757575;
}

.hosted-content input[type='submit'], .hosted-content button[type='submit'], .hosted-content .custom-btn, .hosted-content .button {
    color: #fff!important;
    background: #000a55!important;
	border-radius:6px!important;
}
.listings-wrapper .hosted-theme .custom-btn:hover {
    background: #ccc!important;
    color: #777!important;
}



/*===================== 
  responsive styles 
=======================*/


@media screen and (max-width: 1675px){

.btn-left {
    float: left;
    position: relative;
    left: 55px;
}

}
@media screen and (max-width: 1400px){

.btn-left { left: 120px;}

}
@media screen and (max-width: 1366px){

.welcome {height: 677px;}


}
@media screen and (max-width: 1280px){

.text {padding: 10% 0 0;}

.contain{
	width:94%;
	margin: 0 3%;	
}

.btn-right {
    float: right;
    position: relative;
    right: 35px;
}
.btn-left {
    left: 170px;
}

}
@media screen and (max-width: 1160px) {
 
.custom-wrapper {padding: 0 2%; width:96%;} 
 
.btn-right {
    float: right;
    position: relative;
    right: 50px;
}
.btn-left {
    left: 135px;
}
 
 
}
@media screen and (max-width: 1023px) {
 
h2 {font-size: 15px;} 
h1 {font-size: 15px;} 
h5 {font-size: 12px;}

.header-logo img {max-width: 240px;  margin: 0 auto;}

.text {padding: 15% 0 0;}

}
@media screen and (max-width: 936px) {

.btn-left {
    left: 95px;
}
.btn-right {
    float: right;
    position: relative;
    right: 25px;
}



}
@media screen and (max-width: 850px) {

.btn-left {
    left: 85px;
}
.btn-right {
    float: right;
    position: relative;
    right: 0;
}


}
@media screen and (max-width: 775px) {

.btn-left {left: 0; float:none;}
.btn-right {right: 0; float:none;}


}
@media screen and (max-width: 765px) {

.left {max-width: 180px;}
.header-logo {width: 70%;}

.custom-btn {
	max-width: 300px;
    top: 200px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    padding: 20px;
    margin: 2% auto;
}

.contain {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}


}
@media screen and (max-width: 645px) {

.header-logo {
    margin: 1% auto;
    bottom: 0;
}


.custom-btn {
    top: 200px;
    max-width: 400px;
    font-size: 15px;
}

}
@media screen and (max-width: 560px) {
	
.header-logo {width: 61%;margin: 2% auto;}

.right{display:none;}
.left{display:none;}

.text {padding: 20% 0 0;}
h3 {font-size: 30px;}
h4 {font-size: 23px;}

.btn-left{float:none;}
.btn-right{float:none;}


}
@media screen and (max-width: 480px) {

.custom-btn {
    max-width: 220px;
    top: 160px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    padding: 20px;
    margin: 2% auto;
}


}
@media screen and (max-width: 410px) {

.top-right {float: none;text-align: left;}
.header-logo {width: 100%; margin: 2% auto;}
.text {padding: 30% 0 0;}


}
@media screen and (max-width: 220px) {

.custom-btn {
    max-width: 100px;
    top: 100px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    padding: 20px;
    margin: 2% auto;
}

}


