@import url("https://use.typekit.net/obq2rsn.css");
:root{
	font-family: "neue-haas-grotesk-display", sans-serif;
	font-weight: 400;
	font-style: normal;
	color:#333;
	font-size: calc(1em + 0.4vw);
	line-height:1.5;
}

body{
	margin:0px;
	padding:0px;
	background-color:#000;
	color:#fff;
}



/* ---------- NAVIGATION AND LOGO AREA----------------------------------------------------------- */

#upper{
	display:flex;
	align-items: stretch;
	border-bottom:none;
}
/* ---------- Create standard transformations----------------- */
.rotate{
     transform: rotate(90deg);
}
.movein{
	left:0!important;
}



/* ---------- LOGO AREA----------------- */
#top{
	height:15%;
	background-color:#000;
	position:fixed;
	bottom:0;
	width:100vw;
	flex:1 1 0;
	display:flex;
	border-top:1px solid #666;
}
#hamburger{
	flex:1 1 0;
	background-image:url("../images/hamburger.svg");
	bakground-size:100% auto;
	background-repeat:no-repeat;
	background-position:center center;
	text-indent:-9999em;
	transition: transform 0.5s ease;
	height:100%;
}
#logo{
	flex:3 1 0;
	color:#fff;
	background-image:url("../images/logo.svg");
	background-repeat:no-repeat;
	background-position:center center;
	background-size:50% auto;
	text-indent:-9999em;
}
/* ---------- NAVIGATION----------------- */
#navigation{
	height:85%;
	background-color:#000;
	position:fixed;
	z-index:200;
	top:0;
	left:-100vw;
	width:100vw;
	flex:4 1 0;
	transition: left 0.5s ease;
}
#navigation div, #navigation nav, #navigation ul{
	height:100%;
}

#navigation ul{
	list-style-type: none;
	list-style-image: none;
	margin:0;
	padding:0;
	display:flex;
	flex-direction:column;
	position:relative;
}
#navigation li{
	list-style-type: none;
	list-style-image: none;
	margin:0;
	padding:0;
	flex:1 1 0;
	display:flex;
}
#navigation li a{
	text-decoration:none;
	border-bottom:1px solid #666;
	border-right:none;
	color:#fff;
	text-align:center;
	width:100%;
	display:flex;
	justify-content: center;
	align-items: center;
	font-weight:700;
	font-size:2em;
}
#navigation li a:hover{
	color:#DEB887;
	background-color:#1C1C1C;
}








#banner{
	
}
/* ---------- FEATURED AREA------------------------ */
#featured{
	position:relative;
}
#block-luxman-001-views-block-luxman-big-images-block-1{
	background-color:#000;
	height:40vh;
	overflow:hidden;
	top:0;
	width:100vw;
}
#block-luxman-001-views-block-luxman-big-images-block-1 img{
	width:100vw;
	height:40vh;
	object-fit: cover;
}
/* ---------- Reusable slides for carousel------------------------------------------------ */
.slide{
    position:absolute;
    left:0;
    top:0;
    z-index:8;
    opacity:1.0;
    width:100%;
}
.slide.active {
    z-index:10;
    opacity:1.0;
}
.slide.last-active {
    z-index:9;
}
#title{
}
#block-luxman-001-views-block-luxman-title-and-tag-block-1{
	z-index:100;
	width:100vw;
	height:40vh;
	display:flex;
	justify-content:center;
	align-items:center;
	position:absolute;
	top:0;
	text-align:center;
}
#block-luxman-001-views-block-luxman-title-and-tag-block-1 .views-row{
	padding:1em;
	background-image:url("../images/black_85.png");
}
h1{
	font-size:1.6em;
	line-height:1em;
	padding-left:1em;
	padding-right:1em;
	text-shadow:1px 1px 6px #000;
	margin:0;

}
.tagline{

}

#content{
	max-width:90vw;
	margin:auto;
	display:block;
}

#contentleft{
	padding:1em;
}
#block-luxman-001-content{
	max-width:30rem;
}
#contentright{
	padding:1em;
	background-color:#2C2C2C;
}
#contentright:empty{
	display:none;
}
#content a{
	color:#DEB887;
	text-decoration:none;
}
#content a:hover{
	color:#fff;
}



/* ----------LISTINGS----------------------------------------------------------------------------------------------------------------------------- */


.listing-frame{
	display: flex;
	flex-wrap: wrap;
	width:100%;
	gap:2vw;
	justify-content: center;
	margin-bottom:2vw;
}

.listing{
	display:flex;
	width:100%;
	max-width:47%;
	font-size:0.7rem;
	border:1px solid #666;
	overflow:hidden;
}



.listing-frame form{
	width:100%;
	display:flex;
	justify-content: center;
	align-items: center;
	margin-bottom:2em;
		font-size:0.7rem;
}
.listing-frame form fieldset{

}
.listing-frame form .fieldset-legend{
	display:none;
}

.listing-frame form #edit-actions{

}
.listing-frame form ul{
	margin:0px;
	padding:0px;
}
.listing-frame form li{
	display:inline-block;
	margin-right:1em;
}

.listing .views-field{
	width:100%;
}

.listing_image{
	overflow:hidden;

}
.listing img{
    width:100%;
    height:auto;
    transition: all 0.5s ease;
	display:block;
}
.listing a:hover img{
   transform: scale(1.2);
   transition: all 0.5s ease;
}
.listing a{
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	color:#fff;
	transition: all 0.5s ease;
	text-decoration:none;
	background-color:#000;
}
.listing a:hover{
	background-color:#fff;
	color:#333;
}
.listing_text{
	padding:0.5em;
}
.listing_title{
	font-weight:700;
	font-size:1.4em;
	line-height:1em;
	margin-bottom:0.3em;
}
.listing a:hover .loop_title{
	color:#fff;
}
.listing_price{
	font-weight:900;
}
.listing_date{
	color:#407E8D;
	font-weight:700;
	background-image:url("../images/calendar.svg");
	background-repeat:no-repeat;
	background-size:auto 1.4em;
	padding-left:1.8em;
	padding-right:0.5em;
	display:inline-block;
}
.listing a:hover .listing_date{
	color:#fff;
	background-image:url("../images/calendar_white.svg");
}
#block-luxman-001-views-block-luxman-listing-block-1 footer{
	width:100%;
	text-align:center;
}
#block-luxman-001-views-block-luxman-listing-block-1 footer a{
	display:inline-block;
	color:#fff;
	border:1px solid #fff;
	text-decoration:none;
	font-weight:700;
	padding:0.5em;
	padding-left:1em;
	padding-right:1em;
	font-size:1.2em;
}
#block-luxman-001-views-block-luxman-listing-block-1 footer a:hover{
	background-color:#fff;
	color:#000;
}



#related{
	
}
.details_label{
	display:inline-block;
	font-weight:700;
}

#sub1 .listing{
	max-width:96%;
	font-size:1rem;
}
#sub1{

}
#sub1 h2{
	text-align:center;
	font-size:1.8em;
}
#sub2{

}
#sub2 h2{
	text-align:center;
		font-size:1.8em;
}
#sub3{

}
#sub3 h2{
	text-align:center;
		font-size:1.8em;
}
#footer{
	padding-bottom:10em;
	display:flex;
	justify-content:center;
	align-items:flex-end;
	margin-bottom:2em;
}
#footer a{
	font-size:0.6em;
	color:#595959;
	text-decoration:none;
}