﻿@charset "UTF-8";

@import url('https://rsms.me/interface/interface.css');

@font-face {
    font-family: 'abhaya_librebold';
    src: url('../webfonts/abhayalibre-bold-webfont.eot');
    src: url('../webfonts/abhayalibre-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/abhayalibre-bold-webfont.woff2') format('woff2'),
         url('../webfonts/abhayalibre-bold-webfont.woff') format('woff'),
         url('../webfonts/abhayalibre-bold-webfont.ttf') format('truetype'),
         url('../webfonts/abhayalibre-bold-webfont.svg#abhaya_librebold') format('svg');
    font-weight: normal; font-style: normal;}

@font-face {
    font-family: 'abhaya_libreextrabold';
    src: url('../webfonts/abhayalibre-extrabold-webfont.eot');
    src: url('../webfonts/abhayalibre-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/abhayalibre-extrabold-webfont.woff2') format('woff2'),
         url('../webfonts/abhayalibre-extrabold-webfont.woff') format('woff'),
         url('../webfonts/abhayalibre-extrabold-webfont.ttf') format('truetype'),
         url('../webfonts/abhayalibre-extrabold-webfont.svg#abhaya_libreextrabold') format('svg');
    font-weight: normal; font-style: normal;}

@font-face {
    font-family: 'abhaya_libremedium';
    src: url('../webfonts/abhayalibre-medium-webfont.eot');
    src: url('../webfonts/abhayalibre-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/abhayalibre-medium-webfont.woff2') format('woff2'),
         url('../webfonts/abhayalibre-medium-webfont.woff') format('woff'),
         url('../webfonts/abhayalibre-medium-webfont.ttf') format('truetype'),
         url('../webfonts/abhayalibre-medium-webfont.svg#abhaya_libremedium') format('svg');
    font-weight: normal; font-style: normal;}

@font-face {
    font-family: 'abhaya_libreregular';
    src: url('../webfonts/abhayalibre-regular-webfont.eot');
    src: url('../webfonts/abhayalibre-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/abhayalibre-regular-webfont.woff2') format('woff2'),
         url('../webfonts/abhayalibre-regular-webfont.woff') format('woff'),
         url('../webfonts/abhayalibre-regular-webfont.ttf') format('truetype'),
         url('../webfonts/abhayalibre-regular-webfont.svg#abhaya_libreregular') format('svg');
    font-weight: normal; font-style: normal;}

@font-face {
    font-family: 'abhaya_libresemibold';
    src: url('../webfonts/abhayalibre-semibold-webfont.eot');
    src: url('../webfonts/abhayalibre-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/abhayalibre-semibold-webfont.woff2') format('woff2'),
         url('../webfonts/abhayalibre-semibold-webfont.woff') format('woff'),
         url('../webfonts/abhayalibre-semibold-webfont.ttf') format('truetype'),
         url('../webfonts/abhayalibre-semibold-webfont.svg#abhaya_libresemibold') format('svg');
    font-weight: normal; font-style: normal;}

/* RESET 
------------------------------------------------*/
* { 
    margin:0;  
    padding:0;  
    border:0;  
    outline:0;  
    background: transparent;  
}

/* GLOBAL SITE FRAMEWORK
------------------------------------------------*/
body {font-size:100%; font-family: 'Inter UI', sans-serif !important; color:#231f20; background:#fff;}

/* SELECTION */	
::selection {color:#231f20; background: #f7c220;}
::-moz-selection {color:#231f20; background: #f7c220;}


/* CLEAR */
.clear {clear: both;}

/* HEADERS */
h1, h2, h3, h4 ,h5 ,h6 {line-height: normal;}
h1 {font-size:30px; font-weight:800; text-transform:uppercase; letter-spacing:1px;}
h2 {font-size:24px; font-weight:normal;}

h3 {font-size:33px; line-height:40px; font-weight:800; text-transform:uppercase; letter-spacing:3px;}
h3 span {font-size:24px; line-height:24px;}

h4 {font-size:30px; font-weight:normal;}
h5 {font-size:24px; font-weight:800; text-transform:uppercase; letter-spacing:1px;}
h6 {font-size:24px; font-family: 'abhaya_libresemibold', serif;}


/* PARAGRAPH/LIST/GENERAL TEXT */
p {font-family: 'abhaya_libresemibold', serif;}

/* 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:#231f20; text-decoration:underline;}
a:hover, a:active {color:#f7c220; text-decoration:none;}

a[href^="tel:"]:link, a[href^="tel:"]:visited {color:#231f20;  text-decoration: none;}
a[href^="tel:"]:hover, a[href^="tel:"]:active {color:#f7c220;  text-decoration: none;}




/* IMAGES */
img {display:block;}

/* TEXT EMPHASIS */
em {font-family: 'InterItalic UI';}
strong {font-weight:800;}

/* TEXT COLORS */
.dark {color:#131313;}
.gray {color:#4F4F4F;}
.yellow {color:#f7c220;}
.white {color:#fff;}

/* ALIGNMENT */
.left {float:left;}
.right {float:right;}
.center {text-align:center;}



.one-three {width:31%;}
.two-three {width:64%;}
.three-three {width:100%;}



/* SITE FORM
------------------------------------------------*/
.label-title {font-size:14px; font-weight:700; color:#fff;}

.contact-form {margin:35px auto 0 auto; padding:0;}

.site-form {/*width:100%;*/}
.site-form h3 {margin:0 0 12px 0; text-align:center; color:#fff;}
.site-form h6 {font-size:18px;}

.site-form .two-cells-wrap {display:flex; flex-flow:row wrap; justify-content:space-between;}
.site-form .two-cells {width:49%; *width:49%; margin:0 2% 0 0;}
.site-form .two-cells:nth-of-type(even) {margin-right:0 !important;}
.site-form .three-cells {width:32.3%; *width: 32%; box-sizing: border-box;}
.site-form .full-cell {width:100% !important;}

.site-form .last {margin-right:0 !important;}

.site-form .instructions {font-size:14px; color:#777; margin:6px 0 6px 0;}
.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:12px 0;
    font-size: 15px;
    background-color: #fafafa;
	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:100px; margin:2px 0; padding: 4px 8px; font-size: 15px;
    background-color: #fafafa;
	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 .CaptchaImage {margin:0 auto;}

.site-form input[type="submit"] {
	height: 46px; padding:0 20px; margin:10px auto 0 auto; font-size: 16px; text-transform: uppercase; color: #fff; border:2px #fff solid; background: #393939;
	transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out;
	-webkit-appearance: none;
	-webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;}

.site-form input[type="submit"]:hover {color:#fff; background:#4a4a4a; letter-spacing:.5px; transform:scale(1.01,1.01); cursor:pointer; -webkit-appearance: none;}


/*  LINK BUTTON
------------------------------------------------*/
.link-button {margin:30px 0; text-align:center;}
.link-button a:link, .link-button a:visited {padding:10px 20px; font-weight:800; text-transform:uppercase; letter-spacing:1px; border:2px #221f20 solid;}
.link-button a:hover, .link-button a:active {color:#221f20; background:#f7c220;}


/* HEADER
------------------------------------------------*/
.site-header {display:flex !important; flex-flow:row wrap; align-items:center; justify-content:space-between; width:96%; position: absolute; top:0; z-index: 12; margin:0; padding:0 2%;}


/* LOGO
------------------------------------------------*/	
.logo {width:305px; margin:35px 0 30px 1%; padding:0;}
.logo img {width:100%;}

	
/*  NAVIGATION
------------------------------------------------*/
#menu-button{display: none;}
nav.mobile {display:none;}

nav.primary {position:relative; z-index: 500; margin:0 1% 0 0; padding:0;}

nav.primary ul {margin:0 auto; padding:0;}
nav.primary ul li {margin:0; padding:0; float:left; list-style-type:none;}
nav.primary ul li:hover, nav.primary ul li:focus, nav.primary ul li:active {color: #202020;}
				
nav.primary ul li a {
	display:block;
	color:#fff;
	font-weight:900;
	font-size:1.25em;
	line-height:50px;
	text-decoration:none;
	margin:0 4px;
	padding:0 8px;
	text-align:center;
	text-transform:uppercase;
	-webkit-transition:.5s ease-in;  
	-moz-transition:.5s ease-in;  
	-o-transition:.5s ease-in;  
	transition:.5s ease-in;	
}	

nav.primary ul li a:hover {color:#231f20; background: #f7c220;}

/*  SUB NAV
------------------------------------------------*/
nav.primary ul li li {width: 230px;}
nav.primary ul li li a:link, nav.primary ul li li a:visited{
	font-size:.94em;
    line-height:16px;
	padding:10px 0;
	text-indent:20px;
	color:#fff;
	background: #181818;
	width: 230px;	
	text-align:left;
	border-right:none;
	border-left:none;
	border-bottom: #fff solid 1px;
}

nav.primary ul li li a:hover,nav.primary ul li li a:active {color:#060606; background:#eee;}


/*  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;}


/*  HERO IMAGE
------------------------------------------------*/
.hero-image {overflow:hidden; position:relative; z-index:5 !important; width:100%; height:22%; min-height:215px; margin:0 auto; border-bottom:6px #f7c220 solid;}
.hero-image img{width:100%;}

.shadow-effect {
	top:0; position: absolute; z-index:8 !important; width:100%; height:100%;	
	background: rgb(32,32,32);
	background: linear-gradient(0deg, rgba(32,32,32,1) 0%, rgba(32,32,32,0) 40%, rgba(32,32,32,0) 60%, rgba(32,32,32,1) 100%);
}


/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {width:100%; height:90px; overflow:hidden; border-bottom:6px #f7c220 solid;}
.scrolling{width:100%; height:90px;}


/*  MAIN
------------------------------------------------*/	
.main {background:#f6f6f6 url(../siteart/texture-background.jpg) repeat;}







/*  INVENTORY - RENTAL
------------------------------------------------*/	
.body-wrapper {padding:5% 0;}

.list-top-section .list-title .list-title-text {font-size: 1.25em !important;}
.list-top-section .list-title .list-listings-count {color:#757575 !important;}




/*.hosted-content h1#listings-title {font-size:28px; font-weight:800; text-transform:none; letter-spacing:0;}
.hosted-content h5 {font-size:20px; font-weight:600; text-transform:none; letter-spacing:0;}
.hosted-content .listings-wrapper .listings-list .category-banner h3 {
	font-size:26px; line-height:30px !important; font-weight:600; text-transform:none; letter-spacing:0;
}
*/






/*  SECTION
------------------------------------------------*/
.site-section {display:flex;flex-flow:row wrap; align-items:center; justify-content:space-around; margin:0 5%; padding:15px 0;}

.alt-section {margin:0 5%; padding:15px 0;}

.field-wrap {display:flex;flex-flow:row wrap; align-items:flex-start; justify-content:space-around;}

.text-field {align-self:flex-start; margin:0; padding:35px 0;}
.text-field p {font-size:18px; line-height:28px;}
.text-field hr {margin:22px 0; border-top:0; border-bottom:4px #231f20 solid;}
.text-field h5:nth-of-type(n+1) {margin:22px 0 0 0;}

.detail-field {width:45%; margin:0 5px; padding:0; text-align:center;}
.detail-field a {text-decoration:none;}

.media-field {margin:0; padding:0; overflow:hidden; position:relative; height:475px;}
.media-field iframe {width:100%; height:475px;}
.media-field img {
	position: absolute; top: 50%; left: 50%; width: 100%; height: auto;
	-webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%);
}


/*  FOOTER
------------------------------------------------*/
.site-footer {display:flex !important; flex-flow:row wrap; align-items:flex-start; justify-content:space-between; box-sizing:content-box;  width:85%; padding:25px 7.5%; background:#231f20;}

.social-media {font-size:35px;}
.social-media a{color:#fff;}

.copyright {width:calc(95% - 35px); margin:0 0 0 5%;}


/*  Stylized Footer
------------------------------------------------*/
.divfooter {width:100%; color:#fff; margin:0 auto; font-size:0.625em; line-height:11px; text-align:right;}
a.footerlink:link, a.footerlink:visited, a.footerlink:active{color:#fff; text-decoration:underline;}
a.footerlink:hover {color:#fff; text-decoration:none;}




/************************************************ Responsive Styles **/

@media screen and (max-width: 1350px) {
	.detail-field {width:85%;}
}

@media screen and (max-width: 1024px) {
	.one-three, .two-three {width:100%;}
	.extra-field {display:none;}
	
	.media-field {position:relative; height:auto;}
	.media-field img {
		position:relative; top:0; left:0; width: 100%;
		-webkit-transform: translate(0,0); -ms-transform: translate(0,0); transform: translate(0,0);
	}
	
	.detail-field {width:45%;}
	
	.site-header {flex-flow:column-reverse wrap; width:100%; padding:0;}
			
	nav.primary{display:none;}
	#menu-button{width:100%; display: block; font-size: 1.25em; line-height:70px; position: relative; z-index:400; margin:0; background:#f7c220;}
	#menu-button a{color:#231f20; text-decoration: none; padding:0 0 0 35px; font-weight:900; text-transform:uppercase;}
	
	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 h3 {	
		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 #f7c220 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:#292929; position:relative; text-align:center; font-size:16px; line-height:16px; padding:15px 0;}
}

@media screen and (max-width: 768px) {
	.site-form .three-cells {width:100%; *width: 100%;}
	.site-form .full-cell {width:100% !important;}
	
	
	.site-header {position: relative; border-bottom:6px #f7c220 solid; background:#231f20;}
	.hero-image {display: none;}
	.hosted-content #listings-title {font-size: 1rem !important;}
	
	.social-media {margin:0 auto 15px auto; text-align: center;}
	.copyright {width:100%; margin:0;}
	.divfooter {text-align:center;}
}

@media screen and (max-width:520px){
	h3 {font-size:28px;}
	h3 span {font-size:20px; line-height:22px;}
	.detail-field {width:100%;}
}

@media screen and (max-width:450px){
	.logo {margin:35px 8% 30px 8%; padding:0;}
}