﻿/***** 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 {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/*--- HEADER STYLES ---------------------*/

.header-top {
	width: 100%;
	box-sizing: border-box;
	background-color: #6D2A47;
	padding: 10px 80px;
	display: flex;
	justify-content: flex-end;
}
.header-top a {
	margin-left: 80px;
	color: #fff;
	font-family: 'Figtree', sans-serif;
	font-weight: 400;
	font-size: 14px;
}
.header-top a:hover {
	color: #ddd;
}
.header-top a i {
	font-size: 17px;
}

header {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-content: center;
}
.logo-cont {
	width: 350px;
	margin: 10px 0px 10px 36px;
}
.logo-cont img {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	object-fit: contain;
}

/*---BODY--------------------------------*/

.flex-container {
	display: flex;
	align-items: center;
	justify-content: center;
}
.center {
	text-align: center;
}
.block-center {
	margin: auto;
}
.block-right {
	float: right;
}
.white {
	color: #fff;
}
.black {
	color: #000;
}
.btn-primary {
	display: block;
	box-sizing: border-box;
	font-family: 'Figtree', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #000;
	background-color: #fff;
	max-width: 262px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	padding: 18px;
	border-radius: 12px;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}
.btn-primary:hover {
	background-color: #ddd;
	color: #6D2A47;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
	
}
.btn-secondary {
	display: block;
	box-sizing: border-box;
	font-family: 'Figtree', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	background-color: #6D2A47;
	max-width: 262px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	padding: 18px;
	border-radius: 12px;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}
.btn-secondary:hover {
	background-color: #5A1734;
	color: #ddd;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}
.hero-title {
	font-family: 'Figtree', sans-serif;
	font-weight: 800;
	font-size: 56px;
	text-transform: uppercase;
	font-style: italic;
	margin-bottom: 40px;
}
.hero-text {
	font-family: 'Figtree', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 40px;
}
.sect-title-lg {
	font-family: 'Figtree', sans-serif;
	font-weight: 700;
	font-size: 52px;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-style: italic;
}
.sect-title {
	font-family: 'Figtree', sans-serif;
	font-weight: 700;
	font-size: 44px;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.sect-text {
	font-family: 'Figtree', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 40px;
}
a.sect-text:hover {
	font-weight: 600;
}
.sect-list {
	font-family: 'Figtree', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 40px;
	list-style: disc;
	list-style-position: outside;
}
.sect-list li {
	padding-left: 20px;
	margin: 6px 0px;
}

.hero-sect {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	height: 640px;
	margin-bottom: 30px;
	background-color: #6D2A47;
}
.page-header {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding: 100px 100px 20px;
	text-align: right;
	margin-bottom: 30px;
	background-image: url("/siteart/hero-image-edited.png");
	background-size: cover;
	background-position: center center;
	background-color: #6D2A47;
}
.swiper {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	height: 640px;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 640px;
}
.swiper-slide {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	height: 640px;
}
.swiper-slide img {
	position: relative;
	width: 100%;
	height: 700px;
	box-sizing: border-box;
	object-fit: cover;
}
.hero-overlay {
	width: 100%;
	box-sizing: border-box;
	max-width: 1124px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding: 100px;
	text-align: right;
	z-index: 99;
}
.hero-btn-cont {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	display: flex;
	justify-content: flex-end;
}
.white-sect {
	width: 100%;
	box-sizing: border-box;
	background-color: #fff;
	padding: 50px;
	margin-bottom: 30px;
}
.half-sect {
	position: relative;
	width: 50%;
	box-sizing: border-box;
	padding: 0px 50px;
	max-width: 865px;
} 
.half-sect img {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	max-height: 420px;
	min-height: 360px;
	object-fit: cover;
	border-radius: 20px;
	box-shadow: 0px 4px 25px rgba(0,0,0,0.3);
}
.lightgray-sect {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	display: block;
	background-color: #ddd;
	padding: 50px 0px 280px;
}
.inv-btn-cont {
	position: absolute;
	box-sizing: border-box;
	top: 230px;
	left: 0px;
	width: 100%;
	padding: 0px 56px;
	display: flex;
	justify-content: center;
}
.inv-btn {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 23%;
	max-width: 380px;
	margin: 0px 1%;
	background-color: #3b3b3b;
	border-radius: 20px;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}
.inv-btn:hover {
	background-color: #6D2A47;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.36);
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}
.inv-btn img {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 236px;
	border-radius: 20px 20px 0px 0px;
	object-fit: cover;
}
.inv-btn p {
	font-family: 'Figtree', sans-serif;
	font-size: 21px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	margin: 24px 10px 26px;
	text-transform: uppercase;
}
.spacer {
	width: 100%;
	height: 170px;
}
.darkgray-sect {
	width: 100%;
	box-sizing: border-box;
	background-color: #3b3b3b;
	padding: 50px;
}
.lightgray-map-sect {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	display: block;
	background-color: #ddd;
}
.lightgray-map-sect iframe {
	width: 100%;
	height: 640px;
	margin-top: 20px;
}
.map-overlay {
	position: absolute;
	left: 0px;
	top: 145px;
	width: 49%;
	max-width: 540px;
	box-sizing: border-box;
	border-radius: 0px 30px 30px 0px;
	background-color: rgba(109, 42, 71, 0.85);
	padding: 60px;
	text-align: right;
	z-index: 99;
}
.lightgray-banner {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	display: block;
	background-color: #ddd;
	padding: 50px;
	text-align: center;
}
.banner-title {
	font-family: 'Figtree', sans-serif;
	font-size: 32px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 20px;
}

/*--------FORM STYLES--------------------*/

.form-cont {
	position: relative;
	width: 100%;
}

.contact-form {
	position: relative;
	padding: 70px 100px;
}

.form-subhead {
	font-family: 'Figtree', sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 36px;
	margin-top: 40px;
}

.form-row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.form-flexrow {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.form-full {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.form-half {
	width: 49%;
	display: flex;
	flex-direction: column;
}
.form-third {
	width: 32%;
	display: flex;
	flex-direction: column;
}
.form-quarter {
	width: 24%;
	display: flex;
	flex-direction: column;
}

.contact-label {
	font-family: 'Figtree', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	margin-top: 15px;
}

.contact-label-bold {
	font-family: 'Figtree', sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 10px;
}

.contact-input {
	font-family: 'Figtree', sans-serif;
	font-size: 15px;
	line-height: 40px;
	font-weight: 400;
	background-color: #ddd;
	border: none;
	padding: 0px 10px;
}

.contact-textarea {
	font-family: 'Figtree', sans-serif;
	font-size: 15px;
	font-weight: 400;
	background-color: #ddd;
	border: none;
	padding: 10px;
	height: 100px;
}

.contact-form .contact-input:focus, .contact-form .contact-textarea:focus {
	outline: none!important;
}

.contact-form .contact-input:focus, .contact-form .contact-textarea:focus {
	outline: none!important;
}

.CaptchaPanel {
	font-family: 'Figtree', sans-serif;
}

#CaptchaAnswer {
	font-size: 15px;
	line-height: 40px;
	font-weight: 400;
	background-color: #ddd;
	border: none;
	padding: 0px 10px;
}

#CaptchaAnswer:focus {
	outline: none!important;
}



/*-------- FOOTER STYLES ----------------*/
.footer-topbar {
	height: 18px;
	width: 100%;
	background-color: #6d2a47;
}

footer{
	width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	background-color: #242424;
	padding-bottom: 30px;
}
.footer-col {
	position: relative;
	box-sizing: border-box;
	width: 33%;
	max-width: 500px;
	padding: 30px 50px;
}
.footer-col img {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: 280px;
	object-fit: contain;
}
.footer-col-title {
	color: #fff;
	font-family: 'Figtree', sans-serif;
	font-weight: 700!important;
	font-size: 24px!important;
	margin: 20px 0px 30px;
	text-transform: uppercase;
}
.footer-col a, .footer-col p {
	color: #fff;
	font-family: 'Figtree', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 30px;
	-webkit-transition: .4s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
}
.footer-col a:hover {
	opacity: 0.8;
	-webkit-transition: .4s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
}







/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.list-title-text {
	font-family: 'Figtree', sans-serif!important;
	font-weight: 800!important;
}

.list-listing-title-link, .listing-category, .detail__title, .detail__category, .detail__specs-heading, .ts-modal-title.des-modal-title.show-all-modal-title {
	font-family: 'Figtree', sans-serif!important;
}

.template-branded-button, .selected-facet.ts-button, .ts-button.faceted-search, .ts-button.faceted-show-all-btn, .show-all-apply-filter.ts-button {
	font-family: 'Figtree', sans-serif!important;
	background-color: #6D2A47!important;
}


/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1340px) {
	.lightgray-sect {
		padding-bottom: 584px;
		padding-left: 50px;
		padding-right: 50px;
	}
	.inv-btn-cont {
		flex-wrap: wrap;
	}
	.inv-btn {
		width: 48%;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 1120px) {
	.flex-container {
		flex-direction: column;
	}
	.reverse {
		flex-direction: column-reverse!important;
	}
	.half-sect {
		width: 100%;
		margin-bottom: 50px;
	}
	.header-top {
		display: none!important;
	}
	.logo-cont {
		margin: 10px 0px;
	}
	
	
}
@media only screen and (max-width: 1050px) {
	.hero-title {
		font-size: 50px;
	}
}

@media only screen and (max-width: 900px) {
	.hero-title {
		font-size: 44px;
		margin: 0px 0px 30px;
	}
	.hero-text {
		font-size: 16px;
		margin: 0px 0px 30px;
	}
	.hero-sect {
		height: auto;
	}
	.swiper {
		height: 480px;
	}
	.swiper-wrapper {
		height: 480px;
	}
	.swiper-slide {
		height: 480px;
	}
	.swiper-slide img {
		height: 480px;
	}
	.image-left {
		object-position: 10% 50%;
	}
	.hero-overlay {
		width: 100%;
		box-sizing: border-box;
		background-color: #6D2A47;
		max-width: 100%;
		position: relative;
		padding: 50px;
		text-align: left;
		z-index: 99;
	}
	.hero-btn-cont {
		justify-content: flex-start;
	}
	.lightgray-map-sect iframe {
		height: 520px;
	}
	.map-overlay {
		display: block;
		position: relative;
		top: 0px;
		width: 100%;
		max-width: 100%;
		border-radius:0px;
		background-color: rgba(109, 42, 71, 1);
		padding: 60px 60px 120px;
	}
	footer {
		flex-direction: column;
		padding-bottom: 60px;
	}
	.footer-col {
		width: 100%;
		padding-bottom: 0px;
	}
}

@media only screen and (max-width: 760px) {
	.remove {
		display: none!important;
	}
	.sect-title {
		font-size: 40px;
	}
	.sect-title-lg {
		font-size: 46px;
	}
	.sect-text {
		font-size: 16px;
		line-height: 25px;
	}
	.sect-list {
		font-size: 16px;
		line-height: 25px;
	}
	.swiper {
		height: 360px;
	}
	.swiper-wrapper {
		height: 360px;
	}
	.swiper-slide {
		height: 360px;
	}
	.swiper-slide img {
		height: 360px;
	}
	.lightgray-sect {
		padding-bottom: 1260px;
		padding-left: 50px;
		padding-right: 50px;
	}
	.inv-btn {
		width: 100%;
		margin-bottom: 20px;
	}
	.lightgray-map-sect iframe {
		height: 360px;
	}
	.form-row {
		flex-direction: column;
	}
	.form-half {
		width: 100%;
	}
	.form-third {
		width: 100%;
	}
}

@media only screen and (max-width: 640px) {
	.hero-title {
		font-size: 40px;
	}
	.sect-title {
		font-size: 36px;
	}
	.sect-title-lg {
		font-size: 40px;
	}
	.hero-btn-cont {
		flex-direction: column;
	}
	.page-header {
		padding: 75px 30px 10px;
	}
	.white-sect {
		padding: 50px 30px;
	}
	.darkgray-sect {
		padding: 50px 30px;
	}
	.half-sect {
		padding: 0px 20px;
	}
	.lightgray-banner {
		padding: 50px 30px;
	}
}

@media only screen and (max-width: 540px) {
	.lightgray-sect {
		padding-left: 30px;
		padding-right: 30px;
	}
	.inv-btn-cont {
		top: 280px;
		padding: 0px 36px;
	}
}

@media only screen and (max-width: 380px) {
	.hero-title {
		font-size: 30px;
	}
	.sect-title {
		font-size: 30px;
	}
	.sect-title-lg {
		font-size: 32px;
	}
	.banner-title {
		font-size: 24px;
	}
	.sect-text {
		font-size: 15px;
	}
	.sect-list {
		font-size: 15px;
	}
	.hero-overlay {
		padding: 50px 25px;
	}
	.white-sect {
		padding: 50px 10px;
	}
	.darkgray-sect {
		padding: 50px 10px;
	}
	.inv-btn-cont {
		top: 320px;
	}
	.lightgray-banner {
		padding: 50px 20px;
	}
	.map-overlay {
		padding: 50px 20px 100px;
	}
}
