:root {
	--main-color: #a4d0c8;
	--second-color: #ffffff;
	--texttext-color: #000000; 
	--linktexttext-color: #000000; 
	--linktexthover-color: #000000;
	--header-color: #fab90a;
	--titletext-color: #ffffff;
	--buttonhover-color: #fab90a;
}
.main-header {
	color: var(--main-color);
	color: var(--second-color);
	color: var(--hover-color);
    color: var(--texttext-color);
    color: var(--linktexttext-color);
	color: var(--linktexthover-color);
	color: var(--titletext-color);
	color: var(--header-color);
	color: var(--buttonhover-color);
}



	
*-+/*  Spacing start */
.spaceTop10 {
	margin-top: 10px;
}
.spaceTop20 {
	margin-top: 20px;
}
.spaceTop30 {
	margin-top: 30px;
}
.spaceTop40 {
	margin-top: 40px;
}
.spaceTop50 {
	margin-top: 50px;
}

/* Override existing hover and selected states */

.cd-side-nav > ul > li > a::before {
	display:none !important;
}

.has-children > a::after {
	display:none !important;
}

.cd-search::before {
	display:none !important;
}

/* Override existing hover and selected states */

  .cd-side-nav .has-children.selected > a
   {
    background-color: var(--second-color);
  }
  
  .no-touch .has-children ul a:hover {
    background-color: var(--second-color);
  }
  
  .has-children > a::after {
    display: none;
  }
  
  .cd-side-nav > ul > li:not(.action-btn):hover > a {
    background-color: var(--second-color);
  }


/* fontawesome alignment */

.fas::before,
.fab::before,
.far::before {
	position: absolute;
	left: 5%;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 16px;
	width: 16px;
	}

.centeredPopup {
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	min-width: 888px;
	min-height: 520px;
	left: 200px;
	position: absolute;
	display: none;
	z-index: 50000;
	border: 10px solid var(--second-color);
	height: 540px;
	width: 810px;
}
.centeredPopup a.close {
	left: 50em;
	top: .5em;
	position: relative;
	background-color: #fff;
	padding: 5px;
	color: var(--linktexttext-color);
	z-index: 50001;
}

.logo a:link{
	color: var(--linktexttext-color);
	padding: 0;
}
.logo a:hover {
  text-decoration: underline;
}

/* Info start */

.infoPopup {
	background: url("../images/info.png") no-repeat scroll center center #FFF0;
	background-color: #fff;
}

/* allRooms start */

.allRooms {
	background-color: var(--main-color) ;
}

.allRooms .group {
	border-left: 1px solid #dcddde;
	float: left;
	height: 100%;
	margin: 0 0 0 1.05%;
	padding: 0 0 0 1%;
	width: 31%;
}

.allRooms .group.first {
    border-left: 0 none;
}

.allRooms.centeredPopup .group .scene .text {
	color:var(--linktext-color);
	font-size: 0.8em;
	line-height: 1.5em;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.allRooms .group h2 {
    font-size: 1.2em;
    margin-top: 1em;
    color: var(--texttext-color);
	margin-bottom: 0.2em;
}
  
#rooms.centeredPopup .group .scene .text:hover {
    background-color: var(--second-color) !important;
  }


/* map start */

 .hlight {
    background-color: #153b54 !important;;
  }

.mainMap {
	background: url("../images/mainMap.jpg") no-repeat scroll center center #FFF0;
}

.map-is-visible {
	display:block;
	opacity: 1;
	visibility: visible;
	overflow: visible;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: opacity 0.2s 0s, visibility 0s 0s;
	-moz-transition: opacity 0.2s 0s, visibility 0s 0s;
	transition: opacity 0.2s 0s, visibility 0s 0s;
	max-height: none;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}


.mainMap a.hotspot {
	position:absolute;
	width:27px;
	height:27px;
	background-color:var(--main-color);
	-webkit-border-radius: 500px;
	border-radius: 500px;
	cursor:pointer;
}

.mainMap a.hotspot:hover,
.mainMap a.hotspot.hover {
	background-color:var(--second-color);
}

/*----- POPUP BOX -----*/

.popup {
    position: absolute;
    right: 0;
	top:0;
    width: 290px;
	display:none;
}

.popup .inside {
	padding: 1.5em 0.5em 1.5em 0.5em;
	font-size: .85em;
    line-height: 1.3em;
	background-color: var(--main-color);
}

.popup .group {
    display: inline-block;
	margin-top:1em;
}

.popup a {
	display: inline-block;
    width: 100%;
    color: var(--linktexttext-color);
    text-decoration: none;
    margin: 0;
    padding: 0.3em;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    background-color: var(--main-color);
}

.popup a:hover {
	background-color:var(--second-color);
}


/* Floor Plan start */

.floorPlan {
	background: url("../images/floorPlan.jpg") no-repeat scroll center center #FFF0;
}


.floorPlan a.scene {
	position:absolute;
	width:15px;
	height:15px;
	background-color:var(--main-color);
	-webkit-border-radius: 500px;
	border-radius: 500px;
	cursor:pointer;
	list-style: none;
}

.floorPlan a.scene:hover {
	background-color: var(--second-color);
}

.floorPlan a.hotspot {
	position:absolute;
	width:27px;
	height:27px;
	background-color:var(--main-color);
	-webkit-border-radius: 500px;
	border-radius: 500px;
	cursor:pointer;
}

.floorPlan a.hotspot:hover,
.floorPlan a.hotspot.hover {
	background-color:#4d80af;
}

/* floorplan hotpost positions */


.floorPlan a.scene.lounge {
    left: 50px;
    top:100px;
}

.floorPlan a.scene.bedroom {
    left: 20em;
    top: 40em;
}





/*  150 x 480  */
@media only screen and (min-width: 150px) and (max-width: 480px) and (orientation: portrait) {
	.mainMap{ top: 550px !important; }
	.hotspot { display:none; }  
}

@media only screen and (min-width: 320px) and (max-width: 480px) and (orientation: landscape) {
.mainMap {top: 337px !important;}
.hotspot { display:none; }
}

@media only screen and (min-width: 360px) and (max-width: 640px) and (orientation: portrait) {
	.mainMap{ top: 550px !important; }
	.hotspot { display:none; }  
}

@media only screen and (min-width: 360px) and (max-width: 640px) and (orientation: landscape) {
	.mainMap{ top: 337px !important; }
	.hotspot { display:none; }  
}

@media only screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait)  {
	.mainMap{ top: 550px !important; }
	.hotspot { display:none; }
}


@media only screen and (min-width: 414px) and (max-width: 736px) and (orientation: landscape) {
	.mainMap{ top: 337px !important; }
	.hotspot { display:none; }  

}


@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.allRoom a.close {left: 2.75em;}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
}


@media only screen and (max-width: 768px) {
	.map { display: none 	}
	.all { display: none 	}
	.info { display: none 	}
	.rooms { display: none 	}
	.plan { display: none 	}
	.logo { display: none 	}
}




