﻿/*===================== 
	Color information
	
	- Light Blue: #6dc6e7;
	- Darker Blue: #2885b3;
	- Light Blue-Gray Tint: #e6ecf5;
	-
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,aside,details,figcaption,figure,footer,header,hgroup,
main,nav,section,summary {display: block;}
pre {white-space: pre-wrap;}
small { font-size: 80%;}


/*===================== 
		Fonts
=======================*/

/* Generated by Font Squirrel (https://www.fontsquirrel.com) on November 10, 2015 */

@font-face {
    font-family: 'oswaldheavy';
    src: url('../webfonts/oswald-heavy-webfont.eot');
    src: url('../webfonts/oswald-heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/oswald-heavy-webfont.woff2') format('woff2'),
         url('../webfonts/oswald-heavy-webfont.woff') format('woff'),
         url('../webfonts/oswald-heavy-webfont.ttf') format('truetype'),
         url('../webfonts/oswald-heavy-webfont.svg#oswaldheavy') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'oswaldbold';
    src: url('../webfonts/oswald-bold-webfont.eot');
    src: url('../webfonts/oswald-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/oswald-bold-webfont.woff2') format('woff2'),
         url('../webfonts/oswald-bold-webfont.woff') format('woff'),
         url('../webfonts/oswald-bold-webfont.ttf') format('truetype'),
         url('../webfonts/oswald-bold-webfont.svg#oswaldbold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'oswaldlight';
    src: url('../webfonts/oswald-light-webfont.eot');
    src: url('../webfonts/oswald-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/oswald-light-webfont.woff2') format('woff2'),
         url('../webfonts/oswald-light-webfont.woff') format('woff'),
         url('../webfonts/oswald-light-webfont.ttf') format('truetype'),
         url('../webfonts/oswald-light-webfont.svg#oswaldlight') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'oswaldmedium';
    src: url('../webfonts/oswald-medium-webfont.eot');
    src: url('../webfonts/oswald-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/oswald-medium-webfont.woff2') format('woff2'),
         url('../webfonts/oswald-medium-webfont.woff') format('woff'),
         url('../webfonts/oswald-medium-webfont.ttf') format('truetype'),
         url('../webfonts/oswald-medium-webfont.svg#oswaldmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'oswald_regularregular';
    src: url('../webfonts/oswald-regular-webfont.eot');
    src: url('../webfonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/oswald-regular-webfont.woff2') format('woff2'),
         url('../webfonts/oswald-regular-webfont.woff') format('woff'),
         url('../webfonts/oswald-regular-webfont.ttf') format('truetype'),
         url('../webfonts/oswald-regular-webfont.svg#oswald_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



/*===================== 
	base styles 
=======================*/
.mc-btn.mc-toggle-photos.mc-inline-flex-center.mc-icon-image.mc-selected * {
    color: #fff !important;
}
.detail-content-mobile {
    background: #fff;
}
a.contact-btn span {
    color: #fff;
}
span.listing-image-icon-text, .legal-text-container * {
    color: #fff !important;
}
a.des-retail-phone.js-phone-clicktotrack *, a.email-seller.des-email-seller *, a.contact-btn * {
    color: #fff;
}
a.contact-bar-btn.js-phone-clicktotrack.des-retail-phone *, a.contact-bar-btn.des-email-seller * {
    color: #fff;
}


html {
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
    font-family:"Arial", sans-serif;
    margin: 0;
	padding:0;
	background:#56656a;
	color:#fff;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
/* clear floats */ 
.group:before,
.group:after {content: ""; display: table;} 
.group:after {clear: both;}
.group {zoom: 1;}	
.clear { clear: both;}
	
/*image replacement*/
.hide-text {
	text-indent:  100%;
	white-space:  nowrap;
	overflow:  hidden;
	}	

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	border-style: solid;
    height: 0;
	} 

img { border: 0; max-width:100%;} 
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'oswaldheavy';
	margin: 0;
	padding:0 0 2% 0;
	font-weight:normal;
	line-height:1.3em;
	color:#fafc01;
	}
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size:30px;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		font-size: 18px;
	}

p {
    font-family:"Arial", sans-serif;
	padding: 0 0 2% 0;
	font-size:18px;
	line-height:1.5em;
	margin: 0;
	}
strong{font-weight:bold;}

/*===================== 
	link styles 
=======================*/

a.link:focus {outline: thin dotted;/*reset*/
	}
	
a {
    text-decoration:none;
	color:inherit;
}

a:hover  {
	text-decoration: none;
	color: #fafc01;
	} 
	
	
.appbutton{}
.appbutton a{background:#38b749; padding:5px 10px;color:#fff; border-radius:3px;}
.appbutton a:hover{background:#262626; padding:5px 10px;color:#fff; border-radius:3px;}
 
/*===================== 
	list styles 
=======================*/
ul.list{
	margin:0;
	padding: 0 0 5% 7%;
}
ul.list li{
	font-size:16px;
}

/*===================== 
	header styles 
=======================*/
.topbar{background:#231f20; padding:2px 0;font-size:14px;color:#fff;}
.topbar p{padding:0 0 0 0;}
.topbar i{margin-right:5px;}
.topbar ul{list-style:none;}
.topbar ul li{float:left;padding:7px 40px 7px 0;}
.topbar ul li:last-child{float:right;padding:7px 0 7px 0;}

header{width:100%;margin:0;padding:10px 0;background:#56656a;border-bottom:#262626 1px solid;}

.headerwrap{width:96%;max-width:1270px;margin:0 auto;}
.logo{float:left;padding:10px 0;}
.bbb{float:right;padding-bottom:15px;text-align:center;}
.bbb p{display:inline-block;padding:0 20px;}
.address{text-align:right;padding-top:10px;}
.address h2{padding:0;color:#000;}
.address h5{padding:0;color:#000;}

.listings-bg{background:url(..//../siteart/inventory-bg.jpg) top center no-repeat fixed;-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}
.rentals-bg{background:url(..//../siteart/rental-bg.jpg) top center no-repeat fixed;-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}
.location-bg{background:url(..//../siteart/locationbg.jpg) top center no-repeat fixed;-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}

table.info{width:100%;margin:0px 0px 18px;border: 1px solid #fff;background: #000;}
table.info th, table.info td{padding:3px 20px; text-align:center;}
table.info tr.yellow td{background:#ccc;color:#000;}


.language-switch {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 100;
}

.switch-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 70px;
    height: 32px;
    background-color: #e0e0e0;
    border-radius: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    text-decoration: none;
    padding: 0 4px;
}

.switch-button:hover {
    background-color: #d0d0d0;
}

.lang-option {
    position: relative;
    width: 50%;
    text-align: center;
    font-size: 11px;
    font-weight: 800;
    color: #000000;
    z-index: 2;
    transition: color 0.3s;
}

.lang-option.active {
    color: #fff;
}

.switch-slider {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 32px;
    height: 26px;
    background-color: #fafc01;
    border-radius: 13px;
    transition: transform 0.3s;
    z-index: 1;
}

.switch-slider.switched {
    transform: translateX(35px);
}
/*Needed for Parallax*/
.parallax-window1 {
    min-height: 440px;
    background: transparent;
}

.parallax-window2 {
    min-height: 400px;
    background: transparent;
}
/*Needed for Parallax*/


/*---POP-UP -----------------------------------*/

*, *:after, *:before {
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
}
.box {
                width: 50%;
                margin: 0 auto;
                background: rgba(0,0,0,0.2);
                padding: 35px;
                border-radius: 20px/50px;
                background-clip: padding-box;
                text-align: center;
}
.popup .close {
    position: absolute;
    top: 10px;
    right: 15px;
	transition: all 0.2s;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #fff !important;
	padding: 0px 5px 0px 5px;
}

.popup .content {
  max-height: 60%;
  overflow: auto;
}

.close {color:#fff !important;opacity:100% !important;}

.link-image {border-bottom:12px solid #fff;border-right:12px solid #fff;}

.fifty-years {border-top:13px solid #fff;border-left:13px solid #fff;}

/*Let's make it appear when the page loads*/
.overlay:target:before {
    display: none;
}
.overlay:before {
                content:"";
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                display: block;
                background: rgba(0, 0, 0, 0.7);
                position: fixed;
                z-index: 99999;
}
.overlay .popup {
                background: #262626;
                border:3px solid #ffffff;
                border-radius: 5px;
                width: 100%;
                max-width: 1300px;
                position: absolute;
                top: 6vw;
                left: 0;
                right: 0;
                float:none;
                padding: 20px 0 0 0;
                margin: 0 auto;
                text-align:left;
                z-index: 99999999;
                -webkit-transition: all 0.6s ease-in-out;
                -moz-transition: all 0.6s ease-in-out;
                transition: all 0.6s ease-in-out;
                color:#000;
                font-size: 16px;font-weight: 400;
}
.overlay:target .popup {
    top: -1800%;
    left: -1000%;
    display: none;
}
.overlay h4{
	color:#000;
	font-size: 28px;
	width:80%;
	margin:auto;
}

.banner p, .banner li {color:#fff;}
.banner li {margin-bottom:20px;}
.banner ul {padding-left: 20px !important;}

.link-image {
    position: relative;
}
.link-img-overlay-button {
    position: absolute;
    z-index: 1;
    left: 10%;
    bottom: 10%;
    width: 40%;
}
.link-img-overlay-button:hover img {
    filter:grayscale(1);
}

.information-flex {
	width: 48%;
}


.banner.flex {display: flex;justify-content: space-around;}
.banner {padding: 30px 40px;}

/*===================== 
	nav styles 
=======================*/
.tab-content{background:#000 url(..//../siteart/faq-text-bg.png) repeat;padding:30px 20px;border-bottom:#fff 1px solid;border-left:#fff 1px solid;border-right:#fff 1px solid;}
.tab-content h5{text-decoration:underline;}


/*===================== 
	content styles 
=======================*/
.wrapper{width:96%;max-width:1170px;margin:0 auto;padding:0;}
.container{width:100%;max-width:1230px;margin:0 auto;}
.blackbg{background:url(..//../siteart/faq-text-bg.png) repeat;border: #656565 1px solid;}

.border-0 {border:none !important;}

	
/*===================== 
	slideshow styles 
=======================*/
.slides{background:url(..//../siteart/concrete_wall.png) repeat;padding:0;color:#fff;position:relative;}

.cycle-slideshow{border:#9b9b9b 1px solid;}
.cycle-slideshow img{
	width:100%;
}

/* pager */
.cycle-pager { 
    text-align: center; width: 100%; z-index: 500; position: absolute; bottom: 10px; overflow: hidden;display:none;
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
    display: inline-block; color: #ddd; cursor: pointer; transition: all .5s ease-in-out; 
}
.cycle-pager span.cycle-pager-active { color:#2885b3;}
.cycle-pager > * { cursor: pointer;}



/*===================== 
	banner styles 
=======================*/	
/*===================== 
	layout styles 
=======================*/
.padit{padding:2% 0;}
.herotext{padding:40px 20px 40px 55%;}
.herotext h1{font-size:80px;line-height: 1em;padding: 0 0 0 0;}
.herotext span{color:#fff;}
.herotext ul{list-style:none;padding:0;}
.herotext ul li{font-family: 'oswald_regularregular';list-style:none;padding:0;margin-bottom: 10px;font-size: 18px;padding-left: 1.3em;}
.herotext ul li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color:#fafc01;
}

.welcome{}
.welcome span{color:#fff;}
.scrolling{display:block;background:url(..//../siteart/scrollingbg.jpg) repeat; padding:30px 0; border-top:#ffcd07 4px solid;}


.ribbon{text-align:center;color:#fff;background:#38b749;border-bottom:#216c2b 5px solid;position:relative;}
.ribbon h2{color:#fff;}
.linkbox{display:inline-block;zoom: 1;display: inline;width:142px; height:70px;padding-top:100px;font-family: 'quanticobold';position:relative;}
a .linkbox{color:#fff;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;}
a:hover .linkbox{color:#000;}

.sitemap{background:url(..//../siteart/escheresque_ste.png) repeat;color:#fff;}
.sitemap p{line-height:2em;}
.sitemap i{font-size:42px;margin-right:20px;}

.rentalrates ul{list-style:none;padding:0;margin: 0 0 1em 0;}
.rentalrates ul li{font-family: 'oswald_regularregular';list-style:none;padding:0;margin-bottom: 10px;font-size: 18px;padding-left: 1.3em;}
.rentalrates ul li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color:#fafc01;
}

.border-it{border:#656565 1px solid;}
.leftpic{float:left;margin:0 10px 10px 0;}



/*===================== 
	Form styles 
=======================*/
#formpage{padding:0 10px;}

form{
	margin:0 0 0;
}

form p{padding:0 0 0 0;}
label{
	display:block;
	font-size:14px;
	padding-top: 4%;
	width:100%;
}
input{
	font-family: 'Open Sans', Arial, sans-serif;
	border: #999999 solid 1px;
	border-radius: 2px;
	padding: 1%;
	font-size:14px;
	width:98%;
	margin-bottom:10px;
}
input:focus{
	border: #2885b3 solid 1px;
}
input.button2{
	display:block;
	width:50%;
	margin:0 auto 5% auto;
	border:#277e32 solid 1px;
	background-color:#38b749;
	color:#000!important;
	border-radius: 2px;
}

input.button2:hover{
	background-color:#277e32;
	cursor:pointer;
}

select{
	font-family: 'Open Sans', Arial, sans-serif;
	border: #999999 solid 1px;
	padding: 1%;
	font-size:14px;
	width:98%;
}
textarea{
	font-family: 'Open Sans', Arial, sans-serif;
	border: #999999 solid 1px;
	border-radius: 2px;
	padding: 1%;
	font-size:14px;
	width:98%;
}







/*--------Inventory Updates--------*/
.compare-listings__checkbox {width:auto!important;}
.legal-text-container p {
    color: #fff;
    font-size: 14px;
    margin-top: 45px;
}

.rentals-bg #myTabContent td, .rentals-bg ul#myTab {
    font-size: 12px !important;
}

/*--------Scrolling Inventory--------*/

.mobilecontainer { 
	overflow:hidden; /* must have this property for mobile phones and tablet display! */
	width:100%; 
	margin:0 auto;
	height:92px; 
	padding:0;
	background:#000;
}
iframe.banner {
	width:100%;
	height:92px;
	background:#000
}


/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 2.0%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }


/*  GRID OF TWELVE  */
.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
  	width: 91.5%;
}
.span_10_of_12 {
  	width: 83%;
}

.span_9_of_12 {
  	width: 74.5%;
}

.span_8_of_12 {
  	width: 66%;
}

.span_7_of_12 {
  	width: 57.5%;
}

.span_6_of_12 {
  	width: 49%;
}

.span_5_of_12 {
  	width: 40.5%;
}

.span_4_of_12 {
  	width: 32%;
}

.span_3_of_12 {
  	width: 23.5%;
}

.span_2_of_12 {
  	width: 15%;
}

.span_1_of_12 {
  	width: 6.5%;
}


/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.5%;
}
.span_2_of_4 {
	width: 49%;
}
.span_1_of_4 {
	width: 23.5%;
}

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }


/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 4% 0 4% 0%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
    .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
	width: 100%; 
	}			
}


/*===================== 
	footer styles 
=======================*/

.pagebottom{background:#56656a;padding:30px 0;}
.pagebottom p{color:#fff;font-size:14px;}
.pagebottom a{color:#fff;}
.pagebottom a:hover{color:#ffcd07;}

footer {
	margin: 0 auto;
	width: 100%;
	}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:11px;
	color: #ccc;
	border-bottom:none;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:11px;
		color: #fff;
		}

.footertext {
	font-size:11px; 
	color:#ababab;
	}

.smallfootertext {
	font-size:11px; 
	color:#ababab;
	}

.divfooter {
	text-align:left; 
	margin:0 auto;
	}

/*===================== 
	Responsive styles 
=======================*/
@media screen and (max-width: 1024px) {
.herotext h1{font-size:80px;line-height: 1em;padding: 0 0 0 0;}
.herotext ul li{margin-bottom: 10px;font-size: 16px;}	
}

@media screen and (max-width: 1000px){
.detail-content-mobile {
    background: black !important;
}
}

@media screen and (max-width: 992px) {
	.legal-text-container * {color:#000 !important;}
	.listing-image-price {
    color: #fafc01 !important;
}
}
@media screen and (max-width: 900px) {
	.banner.flex {display: flex;flex-direction: column;align-items: center;gap: 40px;}
	.information-flex {width:100%;}
	.banner{padding:30px 20px;}
}

@media screen and (max-width: 800px) {
.logo{float:none;text-align:center;}
.address{text-align:center;padding-top:20px;}

p {	font-size:14px;	}

.herotext{padding:40px 20px 40px 20px;}
.bbb{float:none;padding-bottom:15px;text-align:center;clear:both;}



}

@media screen and (max-width: 785px){
	.show-all-modal {background: black !important;}
.show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row.mobile {background: #000 !important;}
	}

@media screen and (max-width: 600px) {
.topbar ul li{float:none;padding:7px 0 7px 0;}
.topbar ul li:last-child{float:none;padding:7px 0 7px 0;}
.arrowdown{display:none;}
	h1 {
		font-size: 28px;
	}
	h2 {
		font-size:24px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 18px;
	}
	h5 {
		font-size: 16px;
	}
	
}

@media screen and (max-width: 480px){
.tab-content{border-top:#fff 1px solid;}
.address h2{font-size:24px;}
.pagebottom{padding:20px 0;text-align: center;}
.divfooter {
	text-align:center; 
	}	
}
@media screen and (max-width: 414px){
	
}
	
