﻿/***** 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, img {  
    display: block;  
} 
/***** END RESET *****/

/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/********** Control the Captcha **********/

/***** Overall *****/
html {
	width: 100%;
	height: auto;
}

body {
	width: 100%;
	height: auto;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	font-family: "Roboto", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 400;
	text-align: center;
}
hr.border {
    border: none;
    height: 1px;
    background: #000;
    opacity: .05;
    margin: 4% 0;
}
/********** Header **********/
.heading {
	width: 100%;
	height: auto;
	position: relative;
	display: inline-block;
	box-shadow: 0px 0px 30px 2px #000;
	background-color: #ff0000;
	z-index: 4;
}

.heading .left {
	width: 320px;
	height: auto;
	margin: 36px auto 20px 36px;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	*background-color: pink;
	float: left;
	z-index: 10;
}

.heading .left img {
	width: 100%;
	height: auto;
	margin: 0px auto;
}


.heading .right {
	width: auto;
	height: auto;
	margin: 24px 36px auto auto;
	text-align: right;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	*background-color: pink;
	float: right;
}

.heading .right .contacting {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
	position: relative;
	display: inline-block;
	*background-color: orange;
}

.heading .right .contacting .icon {
	width: auto;
	height: 28px;
	margin: 0px 15px;
	position: relative;
	display: inline-block;
	*background-color: pink;
}

.heading .right .contacting .icon img {
	width: auto;
	height: 100%;
	margin: 0px auto;
}

.heading .line1 {
	width: 100%;
	height: 15px;
	top: -13px;
	position: relative;
	display: inline-block;
	background-color: #D1D3D5;
}

/********** Content **********/
.summary1 {
	width: 100%;
	height: auto;
	position: relative;
	display: inline-block;
	background-color: pink;
	background: url(../siteart/images/background1.jpg);
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
	box-sizing: border-box;
}

.summary2 {
	width: calc(100% - 72px);
	height: auto;
	margin-top: 20px;
	text-align: left;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
}

.summary3 {
	width: calc(100% - 72px);
	height: auto;
	margin-top: 20px;
	text-align: center;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
}

.summary1 .welcome1 {
	width: 60%;
	height: auto;
	margin: 101px auto;
	position: relative;
	display: block;
	*background-color: orange;
	box-sizing: border-box;
}

.summary1 .welcome1 h1 {
	font-family: "Playfair Display", Times, Times New Roman, Georgia, serif;
	font-size: 48px;
	font-weight: 900;
	word-spacing: 10px;
	line-height: 55px;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #fff;
	text-shadow: 0px 0px 20px #000;
	text-shadow: 0px 0px 15px 3px #000;
}

.summary1 .welcome1 p {
	font-family: "Roboto", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 20px;
	color: #fff;
	text-shadow: 0px 0px 10px #000;
	text-shadow: 0px 0px 15px 3px #000;
}

.summary1 .welcome1 p a {
	text-decoration: none;
	color: #fff;
}

.summary1 .welcome1 p strong {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}


.summary1 .small-btn{
	max-width: 420px;
	width:100%;
	height: auto;
	margin: 20px auto;
	padding: 30px 0;
	position: relative;
	display: inline-block;
	border: 5px solid #fff;
	box-shadow: 0px 0px 30px 1px #000;
	-webkit-box-shadow: 0px 0px 30px 1px #000;
	background-color: #FF0000;
	box-sizing: border-box;
	vertical-align: middle;
	transition: ease-out 0.15s;
}
.summary1 .small-btn:hover {background: #000;}
.summary1 .small-btn h1 {
	font-family: "Playfair Display", Times, Times New Roman, Georgia, serif;
	font-size: 26px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
}

.summary1 .small-btn h2 {
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
}

.summary1.small-btn h2 {text-decoration: none; color: #fff;}
.summary1 .small-btn h1 {margin-bottom: 10px;}



.summary1 .button1, .summary1 .button2, .summary1 .button3, .summary1 .button4 {
	width: 400px;
	height: 220px;
	margin: 50px 20px;
	position: relative;
	display: inline-block;
	border: 10px solid #fff;
	box-shadow: 0px 0px 30px 1px #000;
	-webkit-box-shadow: 0px 0px 30px 1px #000;
	*background-color: orange;
	box-sizing: border-box;
	vertical-align: middle;
	transition: ease-out 0.15s;
}

.summary1 .button1:hover, .summary1 .button2:hover, .summary1 .button3:hover, .summary1 .button4:hover {

	box-shadow: 0px 0px 70px 10px #000;
	-webkit-box-shadow: 0px 0px 70px 10px #000;
	transition: ease-in 0.15s;
}

.button1 {
	background: url(../siteart/images/button_1.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.button2 {
	background: url(../siteart/images/button_2.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.button3 {
	background: url(../siteart/images/button_3.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.button4 {
	background: url(../siteart/images/button_4.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.summary1 .button1 h1, .summary1 .button2 h1, .summary1 .button3 h1, .summary1 .button4 h1 {
	font-family: "Playfair Display", Times, Times New Roman, Georgia, serif;
	font-size: 26px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 35px;
	text-shadow: 0px 0px 20px #000;
	text-shadow: 0px 0px 20px 2px #000;
	color: #fff;
}

.summary1 .button1 h3, .summary1 .button2 h3, .summary1 .button3 h3, .summary1 .button3 h3 {
	font-family: "Playfair Display", Times, Times New Roman, Georgia, serif;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 5px;
	text-shadow: 0px 0px 20px #000;
	text-shadow: 0px 0px 20px 2px #000;
	color: #fff;
}

.summary1 .button1 h3 a, .summary1 .button2 h3 a, .summary1 .button3 h3 a, .summary1 .button4 h3 a {
	text-decoration: none;
	color: #fff;
}

.summary1 .button1 h3 a:hover, .summary1 .button2 h3 a:hover, .summary1 .button3 h3 a:hover, .summary1 .button4 h3 a:hover {
	text-decoration: underline;
}

.summary1 .button1 h1, .summary1 .button2 h1, .summary1 .button3 h1 {
	margin: 62px auto;
}

.summary1 .button4 h1 {
	margin-top: 60px;
}

.summary3 .welcome1 {
	width: 60%;
	height: auto;
	margin: 48px auto;
	position: relative;
	display: block;
	*background-color: orange;
	box-sizing: border-box;
}

.summary3 .welcome1 h1 {
	font-family: "Playfair Display", Times, Times New Roman, Georgia, serif;
	font-size: 48px;
	font-weight: 900;
	word-spacing: 10px;
	line-height: 55px;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #EE1E25;
	*text-shadow: 0px 0px 15px 1px #000;
}

.summary3 .welcome1 h2 {
	font-family: "Playfair Display", Times, Times New Roman, Georgia, serif;
	font-size: 36px;
	font-weight: 900;
	word-spacing: 5px;
	line-height: 40px;
	margin-bottom: 5px;
	*text-transform: uppercase;
	color: #EE1E25;
}

.summary3 .welcome1 p {
	font-family: "Roboto", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 21px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 30px;
	color: #333;
	*text-shadow: 0px 0px 15px 1px #000;
}

.summary3 .welcome1 p a {
	text-decoration: none;
	text-transform: uppercase;
	color: #7A7B7E;
	transition: ease-out 0.15s;
}

.summary3 .welcome1 p a:hover {
	color: #CACAC7;
	transition: ease-in 0.15s;
}

.summary3 .welcome1 p strong {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.map {
	width: 100%;
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.map iframe {
	width: 100%;
	height: 250px;
}

.scrolling-wrap {
	width: 100%;
	height: 90px;
	overflow: hidden;
	border-top: 15px solid #FF0000;
	border-bottom: 15px solid #FF0000;
}

.scrolling {
	width: 100%;
}

/********** Form **********/
.contact-wrap {
    display: flex;
    justify-content: space-evenly;
    /* gap: 10%; */
    flex-wrap: wrap;
}

/********** Inventory **********/
.hosted-content .listings-wrapper .currency-box {
	text-align: left !important;
}

.listings-wrapper .listing-largecard.column3, .listings-wrapper .listing-thumb.column3, .listings-wrapper .listing-smallcard.column3 {
	margin: 10px 0.5% !!important;
}

.hosted-content .red, .hosted-content .redtext, .hosted-content .field-validation-error {
	font-size: 14px !important;
}

/********** Footer **********/
.footing {
	width: 100%;
	height: auto;
	position: relative;
	display: inline-block;
	background-color: #ABABAA;
}

.divfooter {
	width: 50%;
	font-family: "Roboto", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	*line-height: 16px;
	margin: 22px auto;
	color: #fff;
}

.footerlink {
	color: #fff;
}

/************************************************ Responsive Styles **/
@media screen and (max-width: 1800px) and (min-width: 1281) {
	
	.summary1 .button1, .summary1 .button2, .summary1 .button3, .summary1 .button4 {
		width: 200px;
		height: 200px;
		margin: 50px 10px;
	}
	
	/*
	.summary1 .button1 h1, .summary1 .button2 h1, .summary1 .button3 h1 {
		margin: 50px auto;
	}
	*/
	
	.summary1 .welcome1, .summary3 .welcome1 {
		width: 65%;
	}

	.summary1 .button1 h3, .summary1 .button2 h3, .summary1 .button3 h3, .summary1 .button3 h3 {
		letter-spacing: 0.5px;
	}

	.summary1 .button1 h1, .summary1 .button2 h1, .summary1 .button3 h1 {
		margin: 50px auto;
	}

	.summary1 .button4 h1 {
		margin-top: 50px;
	}
}


@media screen and (max-width: 1280px) and (min-width: 1025px) {
	.summary1 .welcome1, .summary3 .welcome1 {
		width: 80%;
	}
	
	.summary1 .button1, .summary1 .button2, .summary1 .button3, .summary1 .button4 {
		width: 310px;
		margin: 50px 10px;
	}
	
	/*** Look At This ***/
	.summary1 .button1 h1, .summary1 .button2 h1, .summary1 .button3 h1, .summary1 .button4 h1 {
		font-size: 28px;
		letter-spacing: 0px;
		line-height: 30px;
		*margin: 72px auto;
	}
	
	.summary1 .button1 h3, .summary1 .button2 h3, .summary1 .button3 h3, .summary1 .button4 h3 {
		letter-spacing: 0.5px;
		font-size: 14px;
	}
	
	.summary1 .button1 h1, .summary1 .button2 h1, .summary1 .button3 h1, .summary1 .button4 h1 {
		margin: 72px auto;
	}
	
	.summary1 .button4 h1 {
		margin-top: 72px;
	}
	
	.divfooter {
		width: 85%;
	}
}


@media screen and (max-width: 1024px) and (min-width: 771px) {
	.heading .left {
		width: 300px;
		margin: 24px auto 24px auto;
		float: none;
	}
	
	.heading .right {
		width: 100%;
		margin: 24px auto 0px auto;
		text-align: center;
	}
	
	.summary1 .welcome1, .summary3 .welcome1 {
		width: 90%;
	}
	
	.summary1 .welcome1 {
		margin: 48px auto 120px auto;
	}
	
	.summary1 .button1, .summary1 .button2, .summary1 .button3, .summary1 .button4 {
		width: 60%;
		height: 250px;
		margin: 20px auto;
	}
	
	/*** Look At This ***/
	.summary1 .button1 h1, .summary1 .button2 h1, .summary1 .button3 h1 {
		font-size: 40px;
		line-height: 45px;
		margin: 70px auto;
	}
	
	.summary1 .button4 h1 {
		font-size: 40px;
		line-height: 45px;
		margin-top: 70px;
	}
	
	.summary1 .button1 h3, .summary1 .button2 h3, .summary1 .button3 h3, .summary1 .button4 h3 {
		letter-spacing: 1px;
		font-size: 18px;
	}
	
	.divfooter {
		width: 85%;
	}
}
	

@media screen and (max-width: 770px) {
	.heading .left {
		width: 320px;
		margin: 20px auto;
		float: none;
	}
	
	.heading .right {
		width: 100%;
		margin: 20px auto 0px auto;
		text-align: center;
	}
	
	.heading .right .contacting {
		margin-bottom: 0px;
	}
	
	.heading .right .contacting .icon {
		height: 24px;
	}
	
	.heading .line1 {
		height: 12px;
		top: -11px;
	}
	
	.summary1 .welcome1, .summary3 .welcome1 {
		width: 90%;
		margin: 36px auto 72px auto;
	}
	
	.summary1 .welcome1 h1, .summary3 .welcome1 h1 {
		font-size: 36px;
		line-height: 40px;
		color: #333;
		text-shadow: none;
	}
	
	.summary1 .welcome1 p, .summary3 .welcome1 p {
		font-size: 18px;
		line-height: 26px;
		color: #333;
		text-shadow: none;
	}
	
	.summary1 .welcome1 p strong, .summary3 .welcome1 p strong {
		color: #333;
	}
	
	.summary1 .button1, .summary1 .button2, .summary1 .button3, .summary1 .button4 {
		width: 280px;
		height: 250px;
		margin: 20px;
	}
	
	.summary1 .button1 h1, .summary1 .button2 h1, .summary1 .button3 h1, .summary1 .button4 h1 {
		font-size: 26px;
		letter-spacing: 0px;
		line-height: 30px;
	}
	
	.summary1 .button1 h1, .summary1 .button2 h1, .summary1 .button3 h1 {
		margin: 85px auto;
	}
	
	.summary1 .button1 h3, .summary1 .button2 h3, .summary1 .button3 h3, .summary1 .button4 h3 {
		letter-spacing: 0.5px;
		font-size: 12px;
	}
	
	.summary1 .button4 h1 {
		margin-top: 75px;
	}
	
	.divfooter {
		width: 85%;
	}
}