@charset "utf-8";
/* CSS Document */


.row {margin:0px;}

body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 1rem;
    line-height: 1.3;
}

h1 {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 700;
	font-size: 46px;
    letter-spacing: .5px;
}

h2 {
	font-family: 'Fira Sans', sans-serif;
	font-weight:700;
	font-size: 38px;
    letter-spacing: .5px;
}

h3 {
	font-family: 'Fira Sans', sans-serif;
	font-weight:700;
	font-size: 24px;
}

h4 {
	font-family: 'Fira Sans', sans-serif;
	font-weight:700;
}


#pad-xl {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
/* HEADER & NAVIGATION */
.container1 {
	margin: 0 auto !important;
	width: 95% !important;
	max-width: 100% !important;
	min-width: 95% !important;
	padding: 0 5px !important;
}
.flex-container {
	display: inline-flex;
	width: 100%;
}

.col-1 {
	flex: 0 0 25%;
    max-width: 25%;
	padding: 24px 0 24px 40px;
}

.col-21 {
       max-width: 75%;
    padding-right: 24px;
	    padding: 64px 24px 24px 0;
    font-family: 'Montserrat', sans-serif !important;
}

.mainhead {
}
.top-header {
    background-color: #747474;
    font-size: 16px;
}

.top-header a {
    color:#fff !important;
}

.top-header a:hover {
    color:#fff;
}

.bottom-header {
    text-transform: uppercase;
    font-size: 20px;
	align-items: center;
	/*    border-bottom: 1px solid #000;*/
	padding: 15px 10px !important
}

.bottom-header h1 {
    color: #00999e;
    text-transform: none;
}

.bottom-header a {
    color: #000;
}

.logo a:hover {
    text-decoration: none;
}

.logoicon {
	max-width: 200%;
    width: 250px !important;
}
header {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.nav-links {
    padding: 0 !important;
}

.nav-links ul {
	margin: 0 !important;
}
/* HERO */

.hero {
    background-image: url(/../siteart/hero-3.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    min-height: 600px;
    color: #fff;
    padding-top: 100px;
	background-color: black; 
}

.btn-whiteline {
    border: 3px solid #fff;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 700;
}

/* CONSIGNMENT TAB */

.consignment-btn {
  position: fixed;
  right: 0;
  top: 40%;
  cursor: pointer;
  transition: all .3s;
  z-index: 11;
 
}
.consignment-btn:hover {
  opacity: 0.8;
}
.consignment-btnHide {
  right: -70px;
}
.consignment-form {
  position: fixed;
  right: -300px;
  bottom: 0;
  background-color: #00999e;
  transition: all .3s;
  padding: 25px;
  max-width: 280px;
  width: 100%;
  transition: all .3s;
 z-index: 11;


}

.form-control{color: #000 !important;}

.consignment-formShow {
  
  right: 0;
 

}

.consignment-form .form-closeBtn{
 position: absolute;
  right: 13px;
  top: 0px;
  cursor: pointer;
}

.consignment-form a{
color: #01787c;
font-size: 20px;
}

.wid-100 {
	width: 100%;
}

.consignment-form .heading img {
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
}
.consignment-form .heading h2 {
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #000000;
}
.consignment-form .heading h2 span {
  display: block;
  font-weight: 400;
  font-size: 13px;
  text-transform: none;
}
.consignment-form label {
  color: #000;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 0;
}
.consignment-form .form-control {
  background-color: #005E61;
  border-radius: 0;
  border: 0;
}
.consignment-form .form-group {
  margin-bottom: .4rem;
}
.consignment-form .btn-primary {
  background-color: #000;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  transition: all .3s;
}

.consignment-form .btn-primary:hover {
 opacity: 0.7;
}

.CaptchaPanel {
  padding: 0 !important;
}

.consignment-form .heading img {
  height: 50px !important;
}

.CaptchaMessagePanel, .CaptchaWhatsThisPanel a {
  font-size: 12px !important;
}

/* AUCTIONS */

.auctions {
    background-image: url(/../siteart/auctionsbg-2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 400px;
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
	background-color: black; 
}

.auctionsmobile {
    background-color: #00999e;
    color: #fff;
}


/* CONSIGNMENTS AND CONTACT */

.consign {
    background-image: url(/../siteart/consignbg-3.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 400px;
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
    padding-top: 100px;
}

.quickcontact {
    background-image: url(/../siteart/contactbg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 400px;
    color: #fff;
	padding: 0 10px;
    font-size: 18px;
    line-height: 1.6;
    padding-top: 100px;
	background-color: black; 
}


/* FOOTER */


.pre-footer{
    background-color: #747474;
	color: #fff;
    font-size: 12px;
}

.pre-footer a{
    color:#fff;
}

.pre-footer a:hover{
    color:#fff;
}


/* FORM */
.formbutton {
    border: 3px solid #006366;
    color: #006366;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 700;
}

.formbutton:hover {
    background: #006366;
    color: #fff;
    border: 3px solid #006366;
}


/*control the Captcha */
.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:0px !important;}
.CaptchaWhatsThisPanel {line-height:0; margin:0 0 0 0; padding:8px 0 8px 0 !important;}
.CaptchaWhatsThisPanel a {color:#000; font-size:12px;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;}

/* TIMED AUCTIONS */

.auctionTimeLogo{
    width:250px; 
    float:right; 
    position:relative;
    margin-bottom: 30px;
    margin-top: -5px;
}


/* MEDIA QUERIES */

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) { 
    h1{font-size: 30px;}
    
    .consignment-btn {top: 60%;width: 50px;}

}

/*Small devices (landscape phones, less than 768px)*/
@media (min-width: 576px) and (max-width: 767px) {
    
 
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991px) {
	.flex-container {
		display: block;
	}
	
	.col-1 {
   max-width: 100% !important;
    padding: 24px 0 0 0px;
	}
	
	.col-21 {
		max-width: 100% !important;
		padding: 40px 15px 24px
	}
}

@media (max-width: 829px) {
	.container1 {
		width: 100% !important;
		
	}
}


/*Large devices (desktops, less than 1200px)*/
@media (min-width: 992px) and (max-width: 1199px) {
    
    h1{font-size: 30px;}
    .bottom-header {font-size: 16px;}
    .auctiontext {padding: 30px 0px 0px 50px !important;}

}







/*Extra large devices (large desktops)*/
@media (min-width: 1200px) {

    h1{font-size: 30px;}
    .bottom-header {font-size: 16px;}
    .auctiontext {padding: 50px 0px 0px 100px !important;}
    
}

/*Extra EXTRA large devices (Extra large desktops)*/
@media (min-width: 1400px) {   

    h1{font-size: 48px;}
    .bottom-header {font-size: 20px;}
   
}

/*Extra EXTRA large devices (Extra large desktops)*/
@media (min-width: 1600px) {   

}