﻿@charset "UTF-8";

/* RESET 
------------------------------------------------*/
* { 
    margin: 0;  
    padding: 0;  
    border: 0;  
    outline: 0;  
    background: transparent;  
}

ol, ul {}
blockquote, q {quotes: none;}  
blockquote:before, blockquote:after, q:before, q:after {content: '';}  
	

/* GLOBAL SITE FRAMEWORK
------------------------------------------------*/
body {font-size:100%; font-family: 'Roboto', sans-serif !important; background:#fff;}

/* SELECTION */	
::selection {color:#fff; background: #7c8e79;}
::-moz-selection {color:#fff; background: #7c8e79;}


/* CLEAR */
.clear {clear: both;}

/* HEADERS */
/*Remove or simplify font-weight and font-height */
h1, h2, h3, h4 ,h5 ,h6 {line-height: normal;}
h1 {font-size:30px; font-weight:normal; text-transform:uppercase;}
h1 span {font-size:.7em; line-height:.7em; text-transform:none;}
h2 {font-size:24px; font-weight:normal;}
h3 {font-size:20px; font-weight:normal;}
h4 {font-size:18px; font-weight:normal;}
h5 {font-size:16px; font-weight:normal;}
h6 {font-size:14px; font-weight:normal;}


/* PARAGRAPH/LIST/GENERAL TEXT */

/* LINKS */
a{-webkit-transition:.5s ease-in; -moz-transition:.5s ease-in; -o-transition:.5s ease-in; transition:.5s ease-in;}
a:link, a:visited {color:#202020; text-decoration:underline;}
a:hover, a:active {color:#f30601; text-decoration:none;}

a[href^="tel:"] {color:inherit;  text-decoration: none;}

/* IMAGES */
img {display:block;}

/* TEXT EMPHASIS */
em {font-style:italic;}
strong {font-weight:700;}

/* TEXT STYLINGS */
.dark {color:#131313;}
.gray {color:#4F4F4F;}
.heavy {font-weight:800;}

/* ALIGNMENT */
.left {float:left;}
.right {float:right;}
.center {text-align:center;}








/* SITE FORM
------------------------------------------------*/
.site-form {margin:45px 0 0 0; padding:0;}

.site-form .three-cells {width:32.3%; *width: 32%; box-sizing: border-box;}
.site-form .full-cell {width:99% !important;}
.site-form .last {margin-right:0 !important;}

.short-textbox {height:100px !important;}

.site-form .instructions {font-size:14px; color:#777; margin:6px 0 6px 0; text-transform: capitalize;}
.site-form .note {font-size:12px; font-style:italic; color:#777; text-align:center; margin:8px 0 0 0;}

.site-form input[type="text"], .site-form input[type="email"], .site-form input[type="number"], .site-form input[type="time"], .site-form input[type="date"], .site-form select {
	margin:6px .8% 9px 0;
    padding:14px 0;
    font-size: 14px;
    background-color:#F4F4F4;
	text-indent:12px;
	box-sizing: border-box; 
	border:none;
}

.site-form input[type="text"]:focus, .site-form input[type="email"]:focus, .site-form input[type="number"]:focus, .site-form input[type="time"]:focus, .site-form input[type="date"]:focus, .site-form select:focus {background-color:#fcfcfc;}

.site-form textarea {
	width:100%; height:150px; margin:2px 0; padding: 4px 8px; font-size: 14px;
    background-color: #f9f9f9;
	box-sizing: border-box; -webkit-border-radius:0; border-radius:0;
}

.site-form textarea:focus {background-color:#FCFCFC; border: 1px #5A5A5A solid;}

.site-form .check-field {display:flex; flex-flow:row wrap; justify-content:space-around;}
.site-form .check-field .checkbox {margin:0 8px 8px 8px; padding:0; color:#4D4D4D;}

.site-form input[type="submit"] {height: 46px; padding:0 20px; margin:10px 0 0 0; font-size:14px; font-weight:700; border: none; color:#111; background: #b9c5b8;
	transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out;
	text-transform: uppercase; -webkit-appearance: none;}

.site-form input[type="submit"]:hover {color:#fff; background:#e5ab38; -webkit-animation: shadow-pop-bl 0.3s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
	        animation: shadow-pop-bl 0.3s cubic-bezier(0.470, 0.000, 0.745, 0.715) both; -webkit-appearance: none;}

img.CaptchaImage {margin: 0 auto;}
.CaptchaAnswerPanel input {padding:8px 8px; border:1px #e6e6e6 solid;}










/* HEADER
------------------------------------------------*/	
/*.site-header {display:flex; flex-flow:row wrap; justify-content:space-between; padding:1.5em 10%; border-top:5px #e5ab38 solid; background:#dce3db;}	*/
.site-header {display:flex; flex-flow:row wrap; justify-content:space-between; padding: 1.5em 6%; border-top:5px #e5ab38 solid; background:#dce3db;}	
	

/* LOGO
------------------------------------------------*/	
.logo {display:flex;gap: 40px;}	
.logo img {width:100%; max-width: 219px;}

.site-navigation {align-self:flex-end;}


/*  NAVIGATION
------------------------------------------------*/
#menu-button{display: none;}
nav.mobile {display:none;}

nav.primary {z-index:500; position:relative; margin:0 0 0 auto; padding:0; }

nav.primary ul {display:flex; flex-flow:row wrap; justify-content:flex-end; margin:0; padding:0; }
nav.primary ul li {margin:0; padding:0; list-style-type:none; border-bottom:1px #a9a9a9 solid;}
				
nav.primary ul li a {
	display:block; margin:0 10px; padding:12px 0;
    font-size:1.25em; line-height:1.25em; text-align:center; text-decoration:none; text-transform:uppercase; color:#434343;
	-webkit-transition:.5s ease-in; -moz-transition:.5s ease-in; -o-transition:.5s ease-in; transition:.5s ease-in;	
}	
nav.primary ul li a .fas {font-size:.8em;}
nav.primary ul li:first-child a {margin:0 10px 0 0;}
nav.primary ul li:last-child a {margin:0 0 0 10px;}
nav.primary ul li a:hover {color:#b77a00;}

/*  SUB NAV
------------------------------------------------*/
nav.primary ul li li {width: 250px;}
nav.primary ul li li a:link, nav.primary ul li li a:visited{
	width: 250px; margin:0; padding:15px 0; font-size:.94em; line-height:18px; text-indent:20px; text-align:left; color:#fff; border:0; background: #181818;
}

nav.primary ul li li a:hover,nav.primary ul li li a:active {line-height:18px; color:#fff; background:#058fce;}

/*  NAV DROPDOWNS
------------------------------------------------*/
nav.primary ul ul {display: none; position: absolute;} 
nav.primary ul ul ul {position: absolute; left: 100%; top:0;}
nav.primary ul li:hover > ul {display: block; line-height:18px; z-index: 500;}
nav.primary ul ul li {float: none; position: relative; margin:0;}


/*  LOWER NAV DROPDOWNS
------------------------------------------------*/
.lower-nav ul {display:flex; flex-flow:row wrap; margin:0 0 0 auto; padding:0;}
.lower-nav ul li {margin:0; padding:0; list-style-type:none;}	
.lower-nav ul li a {
	display:block; margin:0 10px; padding:12px 0;
    font-size:1.0625em; line-height:1.0625em; text-align:center; font-style:italic; text-decoration:none; text-transform:uppercase; color:#8d6b29;
	-webkit-transition:.5s ease-in; -moz-transition:.5s ease-in; -o-transition:.5s ease-in; transition:.5s ease-in;	
}	
.lower-nav ul li a:hover {color:#cc8d0f;}



/*  HERO
------------------------------------------------*/
.hero {
	display:flex; flex-flow:row wrap; justify-content: center; width: 100%; position:relative; background:#000; 
	
}
.hero img {width:100%; margin:auto; opacity:0.7;}

.home-hero {padding:0 0 1.5% 0; background:url("/siteart/hero-nasser-lot.jpg") no-repeat; background-position:center center; background-size: cover;background-color:#000;}

.hero-map {position:relative; overflow:hidden; max-width:100%; height:0; padding-bottom:19.45%;}
.hero-map iframe, .hero-map object, .hero-map embed {position:absolute; top:0; left:0; width: 100%; height: 100%; }





.hero-subtitle {
	position:absolute; top:35%; z-index:15; width:100%; margin:0 auto;  text-transform:uppercase; text-align:center; color:#fff; font-family: 'Patua One', cursive;
}
.hero-subtitle h1{font-size:3em;}



.hero-title {width:100%; padding:6% 0 1.5% 0; font-size:3.75em; font-style:italic; text-transform:uppercase; font-weight:400; text-align:center; color:#fff;}
.hero-title span {font-size:1.1em; font-weight:700;}

.cta-link {width:100%; max-width:350px; margin:1.2% 1.5%; background:#e5ab38;}
.cta-link a {
	display:block; padding:25px 0 25px 18px; font-size:1.375em; line-height:1.375em; letter-spacing:.05em; text-decoration:none; text-transform:uppercase; font-style:italic; color:#ededed; border:2px #e5ab38 solid; background:#656565; font-family: 'Patua One', cursive;
	
	-webkit-clip-path: polygon(88% 0%, 93% 50%, 88% 100%, 0% 100%, 0% 0%);
    		clip-path: polygon(88% 0%, 93% 50%, 88% 100%, 0% 100%, 0% 0%);
	
	-webkit-transition:.7s ease-in; -moz-transition:.7s ease-in; -o-transition:.7s ease-in; transition:.7s ease-in;
}

.cta-link a:hover {
	-webkit-clip-path: polygon(93% 0%, 96% 50%, 93% 100%, 0% 100%, 0% 0%);
    		clip-path: polygon(93% 0%, 96% 50%, 93% 100%, 0% 100%, 0% 0%);
}


/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {overflow:hidden; width:100%; height:90px; margin:5px 0 0 0;}
.scrolling{width:100%; height:90px;}



/*  MAIN
------------------------------------------------*/	
.main {width:90%; max-width:1000px; margin:5% auto 6.5% auto; padding:0 5%;}

.inv-main {margin:5% auto 6.5% auto; padding:0 5%;}


/*  ARTICLE
------------------------------------------------*/
article {margin:0;}
article h1 {margin:0 0 8px 0; font-family: 'Patua One', cursive;}
article h2 {margin:0 0 15px 0; font-size:26px; font-family: 'Patua One', cursive;}
article p {font-size:1em; line-height:1.3em;}




/*  LOCATION DETAILS
------------------------------------------------*/
.location-details {padding:3.5%; text-align:center; background:#f8f8f8;} 
.location-details a {text-decoration:none;}
.location-details strong {text-transform:uppercase;}
.location-details hr {max-width:300px; margin:1em auto; border-top:1px #e5ab38 solid; border-bottom:1px #e5ab38 solid;}
.location-details iframe {width:100%; max-width:1000px; height:400px; margin:3.5% auto 0 auto; border:2px #8d8d8d solid;}


/*  FOOTER
------------------------------------------------*/
.site-footer {margin:0 auto; padding:2em 5%; color:#e4e4e4; background:#2c2c2c;}
.site-footer a {text-decoration:none; color:#e4e4e4 !important;}
.site-footer a:hover {color:#fff;}
.site-footer hr {width:80%; max-width:850px; margin:1.5% auto; border-top:1px #f7f7f7 solid; border-bottom:0;}

.site-footer .footer-title {font-size:1.875em; text-transform:uppercase; color:#e5ab38;  font-family: 'Patua One', cursive;}
.site-footer .contact-location {display:flex; flex-flow:row wrap; align-items:flex-start; justify-content:center; max-width:1100px; margin:0 auto;}
.site-footer .contact-info {width:230px; margin:1.5% 1.5%; text-align:center;}


/*  FOOTER COPYRIGHT
------------------------------------------------*/
.footer-copyright {padding:1em 0; font-size:.9375em; text-align:center; color:#bebebe; border-top:1px #e5ab38 solid; background:#222;}
.footer-copyright .far {font-size:.8em;}



/************************************************ Responsive Styles **/


@media screen and (max-width: 1611px) {
	.logo img  {width: 100%;max-width: 169px;}
}

@media screen and (max-width: 1600px) {
	.site-header {padding:1.5em 5%;}
}

@media screen and (max-width: 1400px) {
	.lower-nav ul li a {margin:0 5px; font-size:.95em; line-height:.95em;}
}

@media screen and (max-width: 1464px) {
    
	.logo img {width: 100%;
		max-width: 140px;}
}


@media screen and (max-width: 1250px) {
	nav.primary ul li a {margin:0 6px; font-size:1em; line-height:1em;}
	.lower-nav ul li a {font-size:.8em; line-height:.8em;}
	.home-hero {padding:0 0 2.5% 0;}
	.hero-title {padding:5% 0 1.5% 0; font-size:2.25em;}
	.cta-link {max-width:250px; margin:1.2% 1.5%;}
	.cta-link a {padding:15px 0 15px 12px; font-size:1em; line-height:1em; letter-spacing:0;}
}

@media screen and (max-width: 1150px) {
	.site-navigation {margin:0 0 1.5% 0;}
	nav.primary ul li {border:0;}
	.lower-nav{display:none;}
}

@media screen and (max-width: 1024px) {
	.site-form .three-cells {width:100%; *width:100%;}
	.site-form .full-cell {width:100% !important;}
	
	nav.primary{display:none;}
	#menu-button{width:100%; display: block; font-size: 1.25em; line-height:60px; text-align:right; position: relative; z-index: 400;}
	#menu-button a{color:#434343; text-decoration: none; font-weight:100;}
	
	nav.mobile ul li a .fa{
		width:25px;
		font-weight:100;
		padding:8px 3px;
		margin:0 0 0 5px;
		text-align:center;
		background:#292929;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	}
	
	nav.mobile ul li .fa-chevron-down {position:absolute; right:10px; margin:18px 0 0 0;}

	nav.mobile {
		display:block;
		position: fixed;
		top: 0;
		left: -285px;
		width: 285px;
		height: 100%;
		z-index: 500;
		overflow:auto;
		background:#333;
	}
	
	/* MENU HEADER SOCIAL MEDIA */
	nav.mobile .social-media {
		position: absolute;
		text-decoration: none;
		vertical-align: top;
		z-index:9999;
		display: inline-block;
		
		top: 15px;
		left: 15px;
		font-size:16px;
		word-spacing:13px;
		color: #ccc !important;
	}
	
	nav.mobile .social-media a:link, nav.mobile .social-media a:visited {color:#ccc; text-decoration:none;}
	nav.mobile .social-media a:hover, nav.mobile .social-media a:active {color:#fff; text-decoration:underline;}
	
	/* MENU HEADER STYLES */
	nav.mobile .menu-heading {	
		color: #ccc;
		padding: 23px 0;
		position: relative;
		font-size: 18px;
		background:#313131;
	}			
	nav.mobile .menu-title {position: absolute; vertical-align: top; top: 16px; right: 47px; text-transform:uppercase; font-size:12px; color: #ccc;}
		
	/* MENU CLOSE 'X' BUTTON */
	nav.mobile .menu-toggle {position: absolute; top: 8px; right: 10px; padding: 6px 9px 5px; display: inline-block; font-weight: 700; font-size: 18px; line-height: 1; color: #ccc; text-decoration: none; vertical-align: top; font-family: Arial, sans-serif;}
	nav.mobile .menu-toggle:hover {color: #fff;}
	
	/* MENU LIST STYLE */
	nav.mobile ul {list-style: none; font-weight: 300; margin:0; padding:0;}
	nav.mobile ul li {color: #999; font-size:15px; border-bottom: 1px solid #303030;}
	
	/* FIRST LEVEL */
	nav.mobile ul li a {
		color: #999;
		position: relative;
		display: block;
		font-size:15px;
		text-align:right;
		text-decoration: none;
		border-left:4px #333 solid;
		padding: 15px 35px 15px 20px;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	}
	nav.mobile ul li a:hover {background:rgba(45,45,45,0.5); color: #fff; border-left:4px #e5ab38 solid;}
	
	/* SECOND LEVEL */
	nav.mobile ul li li:last-child {border:none;}
	nav.mobile ul li li a {color: #ccc; background: #444; border-left:4px #444 solid; padding: 15px 10px 15px 15px;}
	nav.mobile ul li li a:hover {background:rgba(65,65,65,0.5);}
	
	/* THIRD LEVEL */
	nav.mobile ul li li li:last-child {border:none;}
	nav.mobile ul li li li a {color: #ccc; background: #555; border-left:4px #555 solid;}
	nav.mobile ul li li li a:hover {background:rgba(85,85,85,0.5);}
	
	.nav-footer {color:#777; position:relative; text-align:center; font-size:14px; line-height:14px; padding:15px 0;}
}

@media screen and (max-width: 768px) {
	.logo img {width: 100%; max-width: 189px;}
	.logo {display: flex;gap: 40px;justify-content: center;}
	.site-header {flex-flow:column; padding: 1.5em 5% 0 5%;}	
	.logo {width:100%; text-align:center;}
	.site-navigation {align-self:center; margin:1.5% 0 0 0;}
	
	#menu-button { text-align:center;}
	#menu-button a{ text-align:center;}
	.location-details {padding:6.5% 5%;}
	.location-details iframe {height:320px; margin:5% auto 0 auto;}
	
	.home-hero {padding:2.5% 0;}
	.hero-title {display:none;}
	.cta-link {max-width:205px;}
	.cta-link a {padding:12px 0 12px 10px; font-size:.9em; line-height:.9em;}
	
	.site-footer hr {margin:3.5% auto;}
	.site-footer .contact-info {margin:3% 1.5%;}
}

@media screen and (max-width: 460px){
	.logo {width: 100%;text-align: center;flex-direction: column;align-items: center;gap: 0px;}
	.cta-link {max-width:185px;}
	.cta-link a {font-size:.8em; line-height:.8em;}
}

@media screen and (max-width: 400px){
	.cta-link {max-width:165px;}
	.cta-link a {font-size:.8em; line-height:.8em;}
}