﻿@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Float Elements 
---------------------------------*/
.fl-lt {float:left;}
.fl-rt {float:right;}

/* Clear Floated Elements
---------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

.figure{ margin:0px;}

img{ max-width:100%;}

a, a:hover, a:active{ 
	outline: 0px !important;
	color: #000; 
	
}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Primary Styles
---------------------------------*/

html {
    overflow: hidden;
}

body {
	/*background: url(/img/bkg_stripe.png) #fff;*/
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:normal;
	/*color:#fff;*/
	margin:0;  
	padding:0;  
    overflow: none;
}

#appContainer{
    position: relative;
    color:#fff;
    width: 100vw;
    height: 100vh;
    margin: 0 auto;
    background: #ffffff;
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 17%, #c9c9c9 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(17%,#ffffff), color-stop(100%,#c9c9c9));
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 17%,#c9c9c9 100%);
    background: -o-radial-gradient(center, ellipse cover, #ffffff 17%,#c9c9c9 100%);
    background: -ms-radial-gradient(center, ellipse cover, #ffffff 17%,#c9c9c9 100%);
    background: radial-gradient(ellipse at center, #ffffff 17%,#c9c9c9 100%);
}
#appContainer select, #appContainer input {
    color: #000;
}

@media only screen and (max-width: 991px) {
    #appContainer {
        width: 740px;
    }
}

@media only screen and (max-width: 768px) {
    #appContainer {
        width: 100%;
        max-width: 740px;
    }
}
	
p{
	line-height:24px;
	margin:0;
}


#grabme {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

@media only screen and (max-width: 991px) {
    #grabme {
        width: 100px;
    }
}

#loadSpinner{
    position: absolute;
    top: 47%;
    left: 47%;

}

#topLeft
{
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    width: 200px;
}

#mainNav {
    position: relative;
}

#mainNav ul, #mainNav li {
    list-style: none;
    display: block;
    padding-left: 0;
}

#topLeft div.building, #topLeft div.section, #topLeft li.room,
 #topLeft #searchCapacity, #topLeft #searchLayout, #topLeft #searchButton, #topLeft #tourBtn {
    padding: 5px 10px;
    margin: 0;
    float: left;
    clear: left;
    margin-bottom: 1px;
    min-width: 100%;    
}

#mainNav div.building{
    background-color: #0b1310;
}
   
#mainNav div.section, #mainNav li.room, #roomNav ul li{
    background-color: #1e444b;
} 
   
#topLeft #searchCapacity, #topLeft #searchLayout {
    background-color: #e59faf;
}  

#topLeft #searchButton {
    background-color: #f67e9f;
}  

#topLeft #searchButton:hover {
    background-color: #f67e9fcc;
}  

#mainNav div.building:hover, #mainNav div.section:hover, #mainNav li.room:hover, #roomNav ul li:hover {
    background-color: #1e444bcc;
}

#mainNav div.building.active, #mainNav div.section.active, #mainNav li.room.active{
    background-color: #f67e9f;
}

#roomNav ul li.active {
    background-color: #e59faf;
}

#mainNav .building
{
    font-weight: bold; 
    cursor: pointer;   
}

#mainNav .section
{
    cursor: pointer;
}

#mainNav .room
{
    cursor: pointer;
    font-size: 12px;
}

#mainNav .section
{
    cursor: pointer;
}


#mainNav ul#MS > li#ground > div.section{
	display: none;
}

#search{
    margin-top: 10px;
}

#searchCapacity input{
    padding-left: 5px;
}

#searchCapacity input, #searchLayout select{
    box-sizing: border-box;
    width: 100px;
    float: right;
}

#topLeft #searchButton{
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

#roomNav
{
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
}

#roomNav ul
{
    list-style-type: none;
    padding: 0;
    margin: 0 1px 1px 0;
}

#roomNav .configNav, #roomNav .layoutNav
{
    float: right;
    position: relative;
}

#roomNav ul.layoutNav li.layout
{
    background-image: url(../img/layouts.png);
    width: 32px;
    height: 32px;
    cursor: pointer;
    margin-bottom: 1px;
}

 .configNavTooltip{	
	display: none;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 5px 10px;
    text-align: center;
    border-radius: 5px;
    position: relative;
    z-index: 100;
    font-size: 14px;
    font-weight: normal;
    float: right;
    left: -37px;
    top: 4px;
	white-space: nowrap;
	
}

.configNavTooltip .arrow{
    right: -12px;
	top: 7px;
	border-left: 5px solid  rgba(0, 0, 0, 0.7);
	width: 0; 
	height: 0; 
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;	
    position: absolute;
}

#roomNav li:hover > .configNavTooltip{
	display: block;
}

	
li.layout.theatre{    background-position: 0 0;}
li.layout.classroom{    background-position: 0 -32px;}
li.layout.boardroom{    background-position: 0 -64px;}
li.layout.dinner{    background-position: 0 -96px;}
li.layout.dance {    background-position: 0 -128px;}
li.layout.cabaret{    background-position: 0 -162px;}
li.layout.reception{    background-position: 0 -192px;}

ul.configNav li.config{
    background-color: rgba(0, 33, 71, 0.8);    
    background-image: url(../img/configs.png);
    width: 32px;
    height: 32px;
    cursor: pointer;
    margin-bottom: 1px;
}

div#_conf1 ul.configNav li._ABC { background-position: 0 0; }
div#_conf1 ul.configNav li._BC { background-position: 0 -32px; }
div#_conf1 ul.configNav li._A { background-position: 0 -64px; }
div#_conf1 ul.configNav li._B { background-position: 0 -96px; }
div#_conf1 ul.configNav li._C { background-position: 0 -128px; }

div#_restaurant ul.configNav li._open { background-position: -32px 0; }
div#_restaurant ul.configNav li._14 { background-position: -32px -32px; }
div#_restaurant ul.configNav li._12 { background-position: -32px -64px; }
div#_restaurant ul.configNav li._11 { background-position: -32px -96px; }

div#_1357 ul.configNav li._open { background-position: -64px 0; }
div#_1357 ul.configNav li._135 { background-position: -64px -32px; }
div#_1357 ul.configNav li._137 { background-position: -64px -64px; }

div#_1445 ul.configNav li._open { background-position: -160px 0; }
div#_1445 ul.configNav li._144 { background-position: -160px -32px; }
div#_1445 ul.configNav li._145 { background-position: -160px -64px; }

#infoBar {
    position: absolute;
    right: 10px;
    bottom: 32px;
    background: url('/gallery/thumbs/conf1.jpg');   
    background-size: cover;
    padding: 10px;
    font-size: 11px;
    width: 220px;
    cursor: pointer;

}

/*#infoBar > div{
    display: inline-block;
    padding:0 10px;
}*/


#infoBar > div{
    display: block;
    float: right;
    clear: right;
    padding: 3px 0;
    background-color: #1e444b;
    width: 110px;
    padding: 3px 5px;
    margin-bottom: 1px;
}
#infoBar > div > span {
    width: 50px;
    display: inline-block;
}

#enquiryButton {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: #f67e9f;   
    padding: 5px;
    font-size: 11px;
    width: 220px;
    cursor: pointer;
	text-align:center;
}


#topLeft #tourBtn {
    width: 99px;
    min-width: 99px;
    margin-right: 1px;
}

#topLeft #rotateBtn {
    width: 100px;
    position: relative;
}

#topLeft #tourBtn, #topLeft #rotateBtn {
    float: left;
    padding: 5px 10px 5px 10px;
    font-size: 11px;
    cursor: pointer;
    background-color: #999;
}

#topLeft #tourBtn.active, #topLeft #rotateBtn.active {
    background-color: #1e444b;
}

#errorHolder {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    display: none;
}

#error {
    border: solid 1px red;
    background: #fff;
    color: #000;
    margin: 10px;
    padding: 10px;
}

#gallery {
    display:none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
}

#closeGallery{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

div#infoMessage, div#resultsMessage, div#infoBarTooltip{
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px 15px;
    text-align: center;
    border-radius: 10px;
    position: absolute;
    z-index: 100;
    font-size: 14px;
    font-weight: normal;
    margin-top: 5px;
}

#infoBar > #infoBarTooltip{
	width: auto;
	top: -46px;
	left: 0;
}

#infoBar > #infoBarTooltip > .arrow{
	top: 34px;
	left: 10px;
	border-top: 7px solid  rgba(0, 0, 0, 0.7);
	border-left: 7px solid  transparent;
	border-right: 7px solid  transparent;
}

.arrow {
	width: 0; 
	height: 0; 
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;	
    position: absolute;
}

#infoMessage.top .arrow{
    top: -7px;
	border-bottom: 7px solid  rgba(0, 0, 0, 0.7);
}

#infoMessage.bottom .arrow, #infoBarTooltip.bottom .arrow{
    bottom: -7px;
	border-top: 7px solid  rgba(0, 0, 0, 0.7);
}

#infoMessage.message.center, #resultsMessage.message.center{
    top:50px;
    left: 25%;
    width: 50%;
    text-align: center;
}

#infoMessage.message.center .arrow{
    display: none;
}

#infoMessage.message.top {
}

#infoMessage.message.bottom {
    top: -60px;
}

#infoMessage.message.left{
    left: 20px;
    text-align: left;
    width: 300px;
}

#infoMessage.message.left .arrow{
    left: 20px;
}

#infoMessage.message.right{
    right: -12px;
    text-align: left;
    width: 300px;
}

#infoMessage.message.right .arrow{
    right: 20px;
}

ul#HCC > li#first > ul > li.room {
    width: 19.6%;
    min-width: 0;
    display: block;
    float: left;
    clear: none;
    margin-right: 1px;
    text-align: center;
}

ul#HCC > li#first > ul > li.room#_134,
ul#HCC > li#first > ul > li.room#_145 {
    margin-right: -5px;
} 

ul#HCC > li#first > ul > li.room#_141 {
    width:  39px;
    margin-right: 0px;
} 

ul#HCC > li#first > ul > li.room#_1357,
ul#HCC > li#first > ul > li.room#_1445{
    width: 39.7%;
}
