﻿/***** BEGIN RESET *****/

 @import url("https://use.typekit.net/egw4lya.css");

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;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

footer ::selection, .header-contact ::selection, #home .hero ::selection {
    background: #fff;
    color: #000;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body,p {
font-family: 'neulis-sans', sans-serif!important;
/*	line-height: 28px;*/
}

#about p, .contact p, #home p, #faq p, #sell-with-us p, #thankyou-mail p, #thankyou p {
	line-height: 28px;
}

h1,h2,h3,h4,h5,h6 {
font-family: "Redonda", sans-serif!important;
}

#home span {
font-family: "FinalSix", sans-serif!important;
}

#about span {
font-family: "FinalSix", sans-serif!important;
}

body {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}

a.ql {color: #9E9D81;}


hr{border:#000 1px solid;}

/*--- HEADER STYLES ---------------------*/
header {}



/*---BODY--------------------------------*/

/*---Home--------------------------------*/

#home .hero {
	background: url("../siteart/home-headv2.jpg");
	background-size: cover;
	background-position: 50% 70%;
	height: 800px;
	background-color: #000;
}

#home .hero > div {position: relative;}

#home .hero .bg-dark {
	background: #000;
	opacity: 90%;
	max-width: 1025px;
	width: 100%;
	height: 800px;
	position: absolute;
	z-index: 1;
}

#home .hero .wrapper {position: absolute;z-index: 2;left: 9%;}
#home .hero .heading-xlg, #home .hero p {color: #fff;}
#home .hero p span {font-size: 50px;}
#home .hero p {font-size: 20px;line-height: 32px;}
#home .hero .wrapper div:last-child {margin-top: 130px;}
#home .hero > div > div.wrapper {margin-top: 140px;}
#home .hero > div > div.wrapper div:nth-child(3) {max-width: 490px;}
#home .hero > div > div.wrapper div:first-child {margin-bottom: 15px;}

/*---About--------------------------------*/
.hero-internal > div:first-child {
	width: 100%;
	background:linear-gradient(to bottom, #000 80%, #fff 80%);
}

.hero-internal .wrapper {
	height: auto;
}

.hero-internal img {
	object-fit: cover;
	object-position: 50%;
	width: 100%;
	height: 350px;
	margin-top: 45px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}

.hero-internal.about img {
	object-position: 50% 80%;
}

#about .heading-xlg {
	text-align: center;
}

#about .img-left .img-height {
	height: 676px;
}

#about .img-left > .flex > div:last-child {
	max-width: 625px;
	margin-right: 15px;
}

#about .img-right .img-height {
	width: 799px;
}

#about .heading-md {
	font-weight: 400;
	margin-bottom: 18px;
}

/*---FAQS--------------------------------*/

.faq-info {
	padding: 0 15px;
}

#faq .bg-sm {
	text-align: center;
	max-width: 790px;
}
#faq .bg-sm > div:first-child > p {
	max-width: 630px;
    margin: 20px auto;
	padding: 0 15px;
}

#faq .heading-sm {
	font-weight: 400;
	text-align: left;
	padding-top: 30px;
	padding-bottom: 10px;
}

.questions {
	background: #F5F5F5;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
	margin: 20px 0 20px 0;
	position: relative;
}

.questions .flex {
	justify-content: space-between;
}

.questions a {
	text-align: left;
	color: #000;
	font-size: 20px;
	padding: 20px;
}

.questions p {
	text-align: left;
	margin-top: 35px;
	padding: 20px;
}

#faq .btn-green {
	text-align: center;
	margin: 0 auto;
}

.plus {
	position: absolute;
    top: 20px;
    right: 20px;
}

.plus:before {
	content:"";
	position: absolute;
	right: 0;
	top: 9px;
	width: 21px;
	height: 3px;
	background: #000;
	transform: translateY(0) rotate(-45deg);
	transition: .6s ease;
}

.active .plus:before {
	transform: rotate(0); 
}

.plus:after {
	content:"";
	position: absolute;
	right: 0;
	top: 9px;
	width: 21px;
	height: 3px;
	background: #000;
	transform: translateY(0) rotate(45deg);
	transition: .6s ease;
}

.active .plus:after {
	transform: rotate(0); 
}

/*---Thank You--------------------------------*/

#thankyou .bg-sm {
	text-align: center;
}

#thankyou .bg-sm a {
	margin: 0 auto;
}

#thankyou .bg-sm div {
	margin-top: 100px;
}

#thankyou-mail {
	background: #EFEFEF;
}

#thankyou-mail .bg-sm {
	text-align: center;
	padding: 102px 15px!important;
}

/*---Sell With Us--------------------------------*/

.sell {
	text-align: center;
}

.sell #submit-btn, .sell .captcha-button {
	float: none;
}

.sell .CaptchaPanel {
	text-align: center!important;
}

.sell .heading-sm {
	font-weight: 400;
	text-align: left;
	padding-top: 30px;
	padding-bottom: 10px;
}

.sell-form {
	max-width: 700px;
}

.sell-form p {
    max-width: 630px;
    margin: 20px auto;
}

/*--------txt-col-2--------------------*/

.bg-grey-bx {
	background: #F5F5F5;
	max-width: 500px;
	width: 100%;
	height: 504px;
	box-sizing: border-box;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}

.bg-grey-bx i {
	font-size: 80px;
	color: #9E9D81;
}

.bg-grey-bx > div {
	flex-direction: column;
	justify-content: space-between;
	height: calc(100% - 50px);
	width: 500px;
}

.bg-grey-bx > .flex > div:first-child {
	padding: 50px 0 0 70px;
}

/*
.bg-grey-bx > .flex > div:last-child {
	padding: 0 70px 50px 70px;
}
*/

.bg-grey-bx .flex.btn-row {
	display: flex;
    gap: 10px;
	padding: 0 70px 50px 70px;
}

.bg-grey-bx .heading-md {
	margin-bottom: 8px;
	margin-top: 40px;
}

.bg-grey-bx p {
	max-width: 299px;
}

.txt-col-2 {
	justify-content: space-between;
}

.txt-col-2 > .flex {
	gap: 40px;
}

.txt-col-2 > div:first-child > div:first-child {
	margin-top: 80px;
}

.txt-col-2 span {
	font-size: 25px;
}

.txt-col-2 > div:first-child > div:last-child {
	max-width: 426px;
}

/*--------img-left--------------------*/

.img-left .flex {
	width: 100%;
	background:linear-gradient(to right, #fff 30%, #F5F5F5 30%);
	padding: 46px 0;
}

.img-left {
	flex-direction: row;
}

.img-left .flex {
	align-items: center;
	flex-wrap: wrap;
}

.img-left.about .flex {
	flex-wrap: nowrap;
}

.img-left span {
	font-size: 25px;
}

.img-left .btn-green {
	margin-top: 40px; 
}

.img-left > .flex > div:last-child {
	max-width: 426px;
	margin-left: 116px;
}

.img-left .img-height {
	height: 560px;
	max-width: 799px;
}

.img-left img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}

/*--------img-right--------------------*/


.img-right .flex {
	width: 100%;
	background:linear-gradient(to right, #F5F5F5 70%, #fff 70%);
	padding: 46px 0;
}

.img-right {
	flex-direction: row;
	justify-content: flex-end;
}

.img-right .flex {
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.img-right span {
	font-size: 25px;
}

.img-right .btn-green {
	margin-top: 40px; 
}

.img-right > .flex > div:first-child {
	max-width: 426px;
	margin-right: 284px;
}

.img-right .img-height {
	height: 560px;
	max-width: 799px;
}

.img-right img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}

/*--------col-4--------------------*/

.sm-grey-bx {
	background: #F5F5F5;
	max-width: 350px;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
	text-align: center;
	margin: 20px;
}

.sm-grey-bx > div {
	flex-direction: column;
	justify-content: space-between;
	height: auto;
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
}

.sm-grey-bx .heading-md {
	margin-bottom: 0!important;
	margin-top: 20px!important;
}

.sm-grey-bx span {
	font-size: 25px;
}

.sm-grey-bx img {
	width: 280px;
	height: 280px;
}

.sm-grey-bx > div > div:nth-child(2) > div:nth-child(2) {
	margin-bottom: 10px;
}

.sm-grey-bx > div > div > div:nth-child(2) {
	margin-bottom: 18px;
}

.col-4 {
	justify-content: center;
	flex-wrap: wrap;
}


/*--------FORM STYLES--------------------*/

.contact .img-height img {
	object-fit: cover;
	width: 100%;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}

.contact > .flex {
	flex-direction: row;
	justify-content: space-around;
}

.contact > .flex {
	width: 100%;
	background:linear-gradient(to right, #959d81 40%, #fff 40%);
}

.contact > .flex > .flex {
	align-items: center;
}

.contact-form {
	margin-left: 118px;
}

.contact-form p {
	max-width: 630px;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 28px;
	color: #000;
}

.contact-form {
	box-sizing: border-box;
}

.form-half {
	display: inline-block;
	width: 100%;
	margin: 10px 10px 10px 0;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}

.form-half input {
	padding: 17px;
	width: 100%;
	border: none;
	background: #F5F5F5;
	font-family: "neulis-sans", sans-serif;
	box-sizing: border-box;
	color: #000;
}

.form-full textarea {
	width: 100%;
	padding: 17px;
	border: none;
	background: #F5F5F5;
	box-sizing: border-box;
	font-family: "neulis-sans", sans-serif;
	color: #000;
}

.form-full textarea { 
	margin-bottom: -4px;
}

.form-full {
	margin: 10px 0 20px 0;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}

.include-captcha{display:none;}

.btn-red-form {
	display: flex;
	justify-content: flex-end;
	margin-right: 15px;
}

.btn-green-form {
	color: #000;
	background: #9E9D81;
	padding: 26px 0;
	width: 230px;
	font-family: 'Redonda', sans-serif;  
	font-weight: 700;
	font-size: 20px;
	display: inline-block;
	text-align: center;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
	transition: .2s ease-in;
	border: none;
}

#submit-btn {
	float: left;
}

#submit-btn2 {
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}

.btn-green-form:hover {
	background: #000;
	color: #fff;
}

.CaptchaWhatsThisPanel > a, .CaptchaMessagePanel {
	color: #000;
}

.CaptchaWhatsThisPanel > a:hover {
	text-decoration: underline;
}

/*--------Captcha--------------------*/

.CaptchaPanel {
	text-align: left!important;
	padding: 10px 0!important;
}

.captcha-button {
	float: left;
}

/*--------mail-list--------------------*/

.mail-list-frame {
	width: 100%;
	height: 200px;
}

.mail-list {
	display: flex;
	flex-wrap: wrap;
	max-width: 328px;
	width: 100%;
	margin: 10px auto;
}
.mail-list #email-mail{
	flex: 1;
	padding: 17px;
	max-width: 328px;
	width: 100%;
	border: none;
	background: #fff;
	font-family: "neulis-sans", sans-serif;
	box-sizing: border-box;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
	color: #000;
}
.mail-list #submit-btn .btn-green-form{
	width: auto;
	padding: 17px;
}
.mail-list .include-captcha{
	width: 100%;
}

.flex-center .heading-lg {
	text-align: center;
}

.suscribe {
	background: #EFEFEF;
}

.suscribe .wrapper {
	padding: 80px 15px;
	text-align: center;
}
.suscribe .flex {
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}

.btn-green-arrow {
	background: #9E9D81;
	padding: 17px;
	color: #000;
	transition: .2s ease-in;
	border: none;
}

.btn-green-arrow:hover {
	background: #000!important;
	color: #fff!important;
}

/*-------- FOOTER STYLES ----------------*/
footer{
	background: #000;
}

footer .wrapper {
	justify-content: space-between;
}

footer p, footer a {
	color: #fff;
}

footer a:hover {
	text-decoration: underline;
}

footer p {
	margin-bottom: 43px;
}

footer li {
	margin-top: 17px;
}

.footer-nav > div:first-child {
	margin-right: 130px;
}

footer .bg-sm {
	padding-left: 15px;
	padding-right:15px;
	flex-wrap: wrap;
}

footer .bg-sm > div:first-child {
	margin-bottom: 80px;
}

footer i {
	margin-right: 15px;
}


/*-------- CLASS STYLES ----------------*/

.flex {
	display: flex;
}

.wrapper {
	margin: 0 auto;
    max-width: 1600px;
	padding: 0 15px;
}

.btn-green {
	color: #000;
	background: #9E9D81;
	padding: 26px 0;
	width: 230px;
	font-family: 'Redonda', sans-serif;  
	font-weight: 700;
	font-size: 20px;
	display: block;
	text-align: center;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
	transition: .2s ease-in;
}

.btn-green:hover {
	background: #000;
	color: #fff;
}

.hero .btn-green:hover {
	background: #fff!important;
	color: #000!important;
}

/*-------- Heading Styles ----------------*/

.heading-xlg {
	font-size: 90px;
	line-height: 95px;
	margin-bottom: 28px;
}

.heading-lg {
	font-size: 60px;
	line-height: 65px;
	margin-bottom: 20px;
	margin-top: 6px;
	font-weight: 400;
}

.heading-md {
	font-size: 40px;
	line-height: 45px;
	font-weight: 500;
}

.heading-sm {
	font-size: 25px;
	line-height: 30px;
}

.heading-xsm {
	font-size: 16px;
	line-height: 21px;
	font-weight: 700;
}

/*-------- Background Styles ----------------*/

.bg-lg {
	padding: 130px 0;
}

.bg-sm {
	padding: 80px 0;
}

.bg-bottom {
	padding-bottom: 130px;
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.view-listing-details-link {
	background-color:#9E9D81!important; 
	color: #000!important;
}

.view-listing-details-link:hover {
	background-color: #000!important;
	color: #fff!important;
}

.nagauctionscomhstg-88jlbf, .nagauctionscomhdev-88jlbf {
	background-color: #9E9D81!important; 
	color: #000!important;
}

.nagauctionscomhstg-88jlbf:hover, .nagauctionscomhdev-88jlbf:hover {
	background-color: #000!important; 
	color: #fff!important;
}

.faceted-search-content .selected-facets-container .selected-facet {
	background:#9E9D81!important; 
	color: #000!important; 
}

.list-content .at-view-details {
	color: #fff!important;
}

.list-content .at-view-details:hover {
	background-color: #9E9D81!important;
	color: #000!important;
}


/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1601px) {
	#about .img-left > .flex > div:last-child {
		margin-left: 25px;
	}
}

@media only screen and (max-width: 1510px) {
	#about .img-left > .flex > div:last-child {
		margin-top: 125px;
		margin-left: 25px;
	}
	
	#about .img-left .flex {
		background: linear-gradient(to top, #fff 45%, #F5F5F5 45%);
	}
}

@media only screen and (max-width: 1575px) {
	.img-right > .flex > div:first-child {
		margin-bottom: 125px;
	}
	
	.img-right > .flex > div:first-child {
		margin-right: 24px;
		margin-left: 15px;
	}
}

@media only screen and (max-width: 1540px) {
	.txt-col-2, .txt-col-2 > .flex {
		flex-wrap: wrap;
	}
	
	.txt-col-2 > div:first-child {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 1512px) {
	.txt-col-2 > div:first-child > div:first-child {
		margin-top: 0;
	}
}

@media only screen and (max-width: 1373px) {
	
	.img-left > .flex > div:last-child {
		margin-left: 24px;
	}
	
	.contact > .flex > .flex {
		flex-wrap: wrap;
		text-align: center;
		flex-direction: column;
	}
	
	.contact-form {
		margin-left: 0;
		margin-top: 90px;
	}
	
	.contact > .flex {
		width: 100%;
		background:linear-gradient(to bottom, #959d81 31%, #fff 31%);
		padding: 45px 0;
	}
	
}

@media only screen and (max-width: 1310px) {
	.img-right .flex {
		justify-content: flex-start;
		background: linear-gradient(to bottom, #F5F5F5 40%, #fff 40%);
	}
}

@media only screen and (max-width: 1296px) {
	
	.img-left > .flex > div:last-child {
		margin-left: 24px;
		margin-top: 125px;
	}
	
	.img-left .flex {
		background: linear-gradient(to top, #fff 45%, #F5F5F5 45%);
	}
}

@media only screen and (max-width: 1000px) {
	.img-left.about .flex {flex-wrap: wrap;}
}

@media only screen and (max-width: 860px) {
	#about .img-right .img-height {
		width: 500px;
	}
	
	
}

@media only screen and (max-width: 820px) {
	.hero .wrapper {
		left: 3%;
	}
}

@media only screen and (max-width: 722px) {
	.mail-list-frame {
		height: 314px;
	}
	
	#thankyou-mail .bg-sm {
		padding: 97px 15px !important;
	}
}

@media only screen and (max-width: 705px) {
	.heading-xlg {
		font-size: 60px;
		line-height: 65px;
	}
	
	.heading-lg {
		font-size: 50px;
		line-height: 55px;
	}
	
	#home .hero p span {
		font-size: 35px;
	}
	
	.hero > div > div.wrapper div:first-child {
		margin-bottom: 5px;
	}
	
	#thankyou-mail .bg-sm {
		padding: 102px 15px !important;
	}
}

@media only screen and (max-width: 550px) {
	.bg-grey-bx > div {
		width: 100%;
	}
	
	.bg-grey-bx > .flex > div:first-child {
		padding: 50px 0 0 20px;
	}

	.bg-grey-bx .flex.btn-row {
		flex-wrap: wrap;
		padding: 0 20px 50px 20px;
	}
	
	#about .img-left .flex {
		background: linear-gradient(to top, #fff 50%, #F5F5F5 50%);
	}
	
	#about .img-right .img-height {
		width: auto;
		
	}
}

@media only screen and (max-width: 530px) {
	
	.img-left > .flex > div:last-child {
		margin-left: 0px;
	}

}

@media only screen and (max-width: 526px) {
	
	#thankyou-mail .bg-sm {
		padding: 88px 15px!important;
	}

}

@media only screen and (max-width: 477px) {
	.footer-nav {
		flex-wrap: wrap;
	}
	
	.footer-nav > div:last-child {
		margin-top: 55px;
	}
}


@media only screen and (max-width: 450px) {
	
	#about .img-left .flex {
		background: linear-gradient(to top, #fff 55%, #F5F5F5 55%);
	}
	
	.mail-list-frame {
		height: 320px;
	}
	
	#thankyou-mail .bg-sm {
		padding: 91px 15px!important;
	}
}

@media only screen and (max-width: 423px) {
	.mail-list-frame {
		height: 550px!important;
	}
	
	#thankyou-mail .bg-sm {
		padding: 116px 15px;
	}
}


@media only screen and (max-width: 400px) {
	.img-right .flex {
		background: linear-gradient(to bottom, #F5F5F5 46%, #fff 46%);
	}
	
	.img-left .flex {
		background: linear-gradient(to top, #fff 49%, #F5F5F5 49%);
	}
	
	.sm-grey-bx {
		margin: 20px 0;
	}
}

@media only screen and (max-width: 385px) {
	
	#about .img-left .flex {
		background: linear-gradient(to top, #fff 60%, #F5F5F5 60%);
	}
}

@media only screen and (max-width: 340px) {
	
	.footer-nav {
		justify-content: center;
        text-align: center;
        align-items: center;
	}
	
	.footer-nav > div:first-child {
		margin-right: 0;
	}
}

@media only screen and (max-width: 334px) {
	
	#home .hero .wrapper {
		left: 0;
	}
}








