﻿/***** 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;
}

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;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {
    background-color: #F2F2F2;
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}


.coral {
	color: #EF5050;
}
.coral-bg {
	background-color: #EF5050;
}
.blue {
	color: #14245B;
}
.blue-bg {
	background-color: #14245B;
}
.grey-bg {
	background-color: #F2F2F2;
}
.gray {
	color: #707070;
}
.white {
	color: #fff;
}
.white-bg {
	background-color: #fff;
}
.black {
	color: #000;
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;;
}
.italic {
	font-style: italic;
}
.marg {
	margin: 0 auto;
}
.wid95 {
	width: 95%;
}
.wid90 {
	width: 90%;
}
.wid80 {
	width: 80%;
}
.wid85 {
	width: 85%;
}
.center {
	text-align: center;
}
.breadcrumbs {
    display: flex;
    font-size: 15px !important;
    color: #403f3b !important;
    padding: 4% 0 5%;
    flex-wrap: wrap;
    align-items: center;
    background: #fff;
    letter-spacing: 0.05em;
    gap: 10px;
    font-family: "oswald", sans-serif;
}
.breadcrumbs a {
    display: inline-block;
    padding: 12px;
    border-radius: 5px;
    border: solid 1px #eee;
    background: #fff;
    color: #403f3b;
    font-size: 15px !important;
    font-family: "oswald", sans-serif;
}


.art-light {
	font-family: "articulat-cf", sans-serif;
	font-weight: 300;
	font-style: normal;
}
.art-reg {
	font-family: "articulat-cf", sans-serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.5px;
}
.art-med {
	font-family: "articulat-cf", sans-serif;
	font-weight: 600;
	font-style: normal;
}
.art-demibold {
	font-family: "articulat-cf", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.art-bold {
	font-family: "articulat-cf", sans-serif;
	font-weight: 800;
	font-style: normal;
}

a.coral-btn {
    background-color: #EF5050;
    padding: 12px 30px 10px;
	transition: all .2s ease-in-out;
}
a.coral-btn:hover {
    background-color: #d64f4f;
	transition: all .2s ease-in-out;
}
button.coral-btn {
    background-color: #EF5050;
    padding: 12px 30px 10px;
    transition: all .2s ease-in-out;
    border: none;
    color: #fff;
    font-family: 'articulat-cf';
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
}
button.coral-btn:hover {
    background-color: #d64f4f;
	transition: all .2s ease-in-out;
}


/*--- HEADER STYLES ---------------------*/
header {}
.head {
    top: 0;
    position: fixed !important;
    z-index: 10;
    width: 100%;
}
.social {
    text-align: right;
}
.social a {
    padding: 5px 0;
}
.social i:hover {
    color: #b0b0b0;
	transition: all .2s ease-in-out;
}
.social i {
    margin: 9px 25px;
    font-size: 15px;
	transition: all .2s ease-in-out;
}
.header-wrap .wid90.marg {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.primary ul span {
    color: #EF5050 !important;
}
.header-wrap {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	z-index: 10;
    position: relative;
	padding: 10px 0;
}
.head-logo img {
    width: 100%;
}

/*---BODY--------------------------------*/

.flex-container {
	display: flex;
	align-items: center;
}

.center {
	text-align: center;
}
.hero-wrap {
	background-image: url("../siteart/hero.png");
    height: 672px;
    background-size: cover;
    display: flex;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    align-items: center;
    background-position: center;
    margin-top: 120px;
}
.coral-bar {
    background-color: #EF5050;
    padding: 30px;
    margin-top: -120px;
    z-index: 1;
}

.hero-txt h1 {
    font-size: 55px;
    margin-bottom: 50px;
	letter-spacing: 1px;
}
.hero-txt {
    width: 90%;
    margin: 0 auto;
}

.home-about-wrap {
    display: flex;
}
.aside-left {
    flex: 1;
}
.aside-right {
    flex: 1;
}
.home-about-wrap {
    display: flex;
    margin: 175px auto;
    gap: 75px;
    align-items: center;
}
.aside-left {
    flex: 1;
    display: grid;
    grid-template-columns: 2fr 2fr;
}
.cta {
    border-bottom: 10px solid #EF5050;
    width: 98%;
	transition: all .2s ease-in-out;
}
.cta:hover {
    border-bottom: 10px solid #d64f4f;
	transition: all .2s ease-in-out;
}
.cta a {
    text-align: center;
	transition: all .2s ease-in-out;
}
.cta a:hover.cta-column i {
	transition: all .2s ease-in-out;
	right: 35px;
    background-color: #d64f4f;
    width: 20px;
    padding: 18px 21px;
}
.cta-inventory {
	background-image: url("../siteart/sale-bg.png");
	height: 600px;
    background-size: cover;
    display: flex;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    align-items: center;
    background-position: center;
	max-width: 420px;
	width: 100%;
	justify-content: center;
	transition: all .2s ease-in-out;
}
.cta-auction {
	background-image: url("../siteart/auction-bg.png");
	height: 600px;
    background-size: cover;
    display: flex;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    align-items: center;
    background-position: center;
	max-width: 420px;
	width: 100%;
	justify-content: center;
	transition: all .2s ease-in-out;
}
.cta-column h3 {
    color: #fff;
	font-size: 24px;
    letter-spacing: 1px;
    line-height: 35px;
}
.cta-column h3 span {
    font-size: 40px;
}
.cta-column i {
    position: absolute;
    bottom: -30px;
    right: 45px;
    color: #fff;
    background-color: #ef5050;
    padding: 18px;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 22px;
    align-content: center;
	transition: all .2s ease-in-out;
}
.aside-right h2 {
    font-size: 40px;
	letter-spacing: 1px;
    margin: 10px 0 15px;
}
.aside-right h3 {
    font-size: 20px;
	letter-spacing: 1px;
}
.aside-right p {
    font-size: 18px;
	letter-spacing: 1px;
    line-height: 35px;
}
.aside-right ul {
    margin: 20px 0 40px 25px;
}
.aside-right li {
    font-size: 18px;
    line-height: 40px;
	font-style: italic;
}
.aside-right li i {
    margin-right: 20px;
}
.contact-aside {
    display: flex;
    align-items: center;
}
.contact-txt {
    flex: 1;
    margin-left: 6%;
}
.contact-map {
    flex: 2;
}
.bar-aside.blue-bg {
    padding: 30px;
}
.bar-aside .wid90.marg {
    display: flex;
    justify-content: space-between;
	gap: 50px;
}
.category {
    background-color: #29386A;
	flex: 1;
	transition: all .2s ease-in-out;
}
.category:hover {
    background-color: #364575;
	transition: all .2s ease-in-out;
}
.category:hover a {
    gap: 30px;
	transition: all .2s ease-in-out;
}
.category a {
    display: flex;
    align-items: center;
	justify-content: center;
    gap: 25px;
	color: #fff;
    font-size: 25px;
    padding: 25px;
	transition: all .2s ease-in-out;
}
.category img {
    max-width: 100%;
}

.contact-txt h2 {
    font-size: 40px;
	letter-spacing: 1px;
    margin: 10px 0 15px;
}
.contact-txt h3 {
    font-size: 20px;
    letter-spacing: 1px;
}
.contactlinks p {
    font-size: 18px;
    color: #000;
	line-height: 35px;
    letter-spacing: 1px;
}
.contactlinks i {
    color: #fff;
    background-color: #ef5050;
    padding: 15px;
    width: 15px;
    height: 15px;
    text-align: center;
    margin-right: 20px;
}
.contactlinks a:hover i {
    background-color: #d64f4f;
    transition: all .2s ease-in-out;
}
.contactlinks a {
    display: flex;
    margin: 20px;
	align-items: center;
}


.top-wrap {
	border-bottom: 10px solid #14245b;
}
.top-wrap .wid80.marg {
    justify-items: center;
    text-shadow: 1px 2px black;
}
.top-wrap h1 {
    font-size: 50px;
	text-align: center;
}
.wrap-contact p {
	margin: 20px 0 40px;
}
.wrap-about p {
	margin: 20px 0 0;
}
.top-wrap p {
    font-size: 20px;
	text-align: center;
}
.wrap-contact {
	background-image: url("../siteart/contact.jpg");
    height: 350px;
    background-size: cover;
    display: flex;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    align-items: center;
    background-position: center;
	margin-top: 135px;
}
.top-wrap.wrap-contact a.coral-btn {
    text-shadow: none;
}
.wrap-about {
	background-image: url("../siteart/about.jpg");
    height: 350px;
    background-size: cover;
    display: flex;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    align-items: center;
    background-position: center;
	margin-top: 135px;
}
.wid80.marg.about-section {
    margin: 100px auto;
}
.about-section h2 {
    font-size: 40px;
    letter-spacing: 1px;
    margin: 10px 0 15px;
}
.about-section h3 {
    font-size: 25px;
    letter-spacing: 1px;
}
.about-section p {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 35px;
    margin-bottom: 40px;
}













/*--------FORM STYLES--------------------*/

.form-wrap {
    margin: 100px 0;
}
form.custom-form input, textarea {
    width: 100%;
    margin: 5px 0;
    padding: 12px;
    border: 1px solid #ddd;
    background: #fff;
    font-weight: 500;
    color: #000;
	font-family: 'articulat-cf';
    box-sizing: border-box;
}
.flex {
    display: flex;
    gap: 10px;
}
.flex, textarea {
    display: flex;
    gap: 10px;
    width: 100%;
}
.CaptchaMessagePanel {
    padding: 5px 5px 10px 5px;
    font-weight: bold;
    font-family: 'articulat-cf';
}
.CaptchaWhatsThisPanel a {
    font-family: 'articulat-cf';
    color: #EF5050 ;
}
input#CaptchaAnswer {
    width: 200px;
}
form.custom-form {
    justify-items: center;
}

/*-------- FOOTER STYLES ----------------*/
footer{}

.footer-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-wrap li a {
    color: #000000;
}
.footer-wrap ul {
    display: flex;
    gap: 20px;
    align-items: center;
}
.foot-logo img {
    max-width: 210px;
    width: 100%;
    padding: 40px 0;
}


/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.inv-wrap {
	padding: 150px 5% 100px;
    background-color: #fff;
	z-index: 2;
}



/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (min-width: 768px) {
	
}

@media only screen and (min-width:768px) and (max-width: 1130px) {
	
}


@media only screen and (max-width: 1400px) {
	.hero-wrap {
		align-items: flex-start;
		height: 570px;
	}
	.hero-txt {
		margin: 11vw auto 0;
	}
	.coral-bar {
		margin-top: -100px;
	}
}
@media only screen and (max-width: 1200px) {
	.bar-aside .wid90.marg {
	    flex-direction: column;
		gap: 20px;
	}
	.bar-aside.blue-bg {
    	padding: 75px 30px;
	}
	.contact-map {
    	flex: 1;
	}
	.aside-right p, .contactlinks p {
		font-size: 16px;
	}
}
@media only screen and (max-width: 1100px) {
	.home-about-wrap {
		flex-direction: column-reverse;
	}
	.aside-left {
		display: flex;
		gap: 15px;
		width: 100%;
	}
	.cta {
		flex: 1;
	}
	.cta-inventory, .cta-auction {
		max-width: 100%;
	}
	.footer-wrap ul {
		font-size: 14px;
	}
}
@media only screen and (max-width: 1000px) {
	.social {
		display: flex;
        justify-content: space-between;
	}
	.social a {
    	padding: 0;
	}
	.hero-txt h1 {
		font-size: 40px;
  		margin-bottom: 40px;
	}
	.hero-wrap {
		height: 475px;
	}
	.hero-txt {
		margin: 120px auto 0;
	}
	.coral-bar {
        margin-top: -90px;
    }
}
@media only screen and (max-width: 980px) {
	.footer-wrap {
		flex-direction: column-reverse;
		margin-bottom: 50px;
        padding-bottom: 50px !important;
	}
	.footer-wrap ul {
		flex-direction: column;
	}
}
@media only screen and (max-width: 830px) {
	.contact-aside {
		flex-direction: column-reverse !important ;
        padding: 20px;
	}
	.contact-map {
        flex: 1;
        width: 100%;
    }
	.contact-txt {
		width: 90%;
		margin: 50px auto;
	}
}
@media only screen and (max-width: 600px) {
	.hero-txt h1 {
		font-size: 27px;
	}
	.aside-right h2, .contact-txt h2, .cta-column h3 span {
		font-size: 25px;
	}
	.cta-column h3 {
		font-size: 18px;
	    line-height: 28px;
	}
	.category img {
		width: 50px;
	}
	.category p.art-bold {
		font-size: 18px !important;
	}
	.aside-right li {
		font-size: 16px;
	}
	.contactlinks a {
		margin: 20px 0;
	}
	.contactlinks p {
		letter-spacing: 0;
	}
	.flex, textarea {
		flex-direction: column;
	}
	.top-wrap h1 {
		font-size: 40px;
	}
	    .head-logo img {
        width: 70%;
    }
} 
@media only screen and (max-width: 550px) {
	.aside-left {
		flex-direction: column;
		gap: 40px;
	}
	.cta-inventory, .cta-auction {
		height: 300px;
	}
	.aside-right ul {
		margin: 20px 0 30px;
	}
}




