/* General Demo Style */
@import url("http://fonts.googleapis.com/css?family=Lato:100,400,700,900");
@import url("http://fonts.googleapis.com/css?family=ABeeZee:400,400italic");

html { height: 100%; font-size: 100%;}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

body {
    font-family: 'ABeeZee', sans-serif;
    background: #161b1e;
    font-weight: 400;
    font-size: 1em;
    color: #FFF;
    overflow: scroll;
    overflow-x: hidden;
}

a {
	color: #555;
	text-decoration: none;
}

.container {
	width: 100%;
	position: relative;
	margin: 30px 0 10px 0;
}

.main,
.container > header, #footer {
	width: 90%;
	max-width: 76em;
	margin: 0 auto;
	padding: 0;
}

.container > header {
	padding: 1.875em;
}

.container > header h1 {
	font-size: 2.125em;
	line-height: 1.3;
	margin: 0;
	font-weight: 700;
	color: #333;
	float: left;
}

.container > header h1 span {
	display: block;
	font-size: 65%;
	font-weight: 300;
}

/* Header Style */
.codrops-top {
	line-height: 2.5;
	font-size: 0.688em;
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}

.codrops-top a {
	padding: 0 1em;
	letter-spacing: 0.1em;
	color: #333;
	display: inline-block;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.8);
	color: #000;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}

/* Demo Buttons Style */
.codrops-demos {
	float: right;
	padding-top: 0.625em;
}

.codrops-demos a {
    display: inline-block;
    margin: 0.625em;
    color: #666;
    font-weight: 700;
    font-size: 90%;
    line-height: 2;
    border-bottom: 4px solid transparent;
}

.codrops-demos a:hover {
	color: #000;
	border-color: #000;
}

.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
	color: #aaa;
	border-color: #aaa;
}

.support-note {
	clear: both;
}

.support-note span{
	color: #ac375d;
	display: none;
	font-weight: bold;
	text-align: center;
	padding: 0.313em 0;
}
.clear-all {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	text-align: center;
}
.content{overflow-y: scroll;}
.block{position: relative;}
.block img{width: 100%; height: 100%;}
.text{width: 100%; position: absolute; top: 0; left: 0; color: #FFF; padding: 0; opacity: 0;}
.block:hover .text{opacity: 1;}
.hide{display: none;}
.copyright{color: #FFF; text-transform: uppercase; font-size: 0.7em; margin: 25px 0 10px 0;}

.fadein {position:relative; width:166px; height:166px;}
.fadein img {position:absolute; left:0; top:0;}

#wrapper{max-width: 1000px; margin: 0 auto;}
.footer{margin: 50px 0;}
.pagelogo{width: 300px; height: 240px; margin: 0 auto 40px auto;}
.intro{margin: 0 0 30px 0;}
.home .floor img{border: 20px solid #FFF; margin: 0 0 20px 0;}
.home .pano{border: 20px solid #FFF; width: 1000px; height: 338px;}
.home .floor{margin: 50px 0 0 0;}
.rb-grid li .home li{background: none; list-style: none;}
.news .newsslide{width: 650px; margin: 0 auto 50px auto; border: 20px solid #FFF;}
.news .promoslide{width: 768px; border: 20px solid #FFF; background: #FFF; margin: 0 auto;}
.news .promo h2{width: 768px; margin: 0 auto;}
.rb-grid li .promoslide li{margin-right: 20px;}
.rb-grid li .flex-control-nav li{background: none; margin: 10px 5px 0 0;}

.event, .contact, .rb-grid li .contact li{color: #000;}
.event h2{margin: 0;}
#thumb{margin: 0 0 50px 0;}
#thumb ul li{float: left; margin: 8px; background: none; list-style: none; width: 150px; height: 100px;}