/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:400,700|Alegreya+SC:700|Cutive+Mono);

html { height: 100%; }
.article-feature .island { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
#room-container,
#room-container *,
#room-container *:after,
#room-container *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #333;
    overflow: auto;
    height: 100%;
}

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

.gr-container {
	width: 100%;
	height: 100%;
	position: relative;
	/*background: #334932;*/
}

.gr-container > h1 {
	z-index: 9999;
	font-weight: 400;
	padding: 50px 20px;
}

.gr-container > h1 {
	position: fixed;
	-webkit-backface-visibility: hidden;
	bottom: 0;
	left: 0;
	color: #f0f0f0;
	padding: 20px;
	font-size: 20px;
}

.gr-container > h1 a {
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 0 0 10px;
	color: #fff;
	font-weight: 700;
}

.gr-container > h1 a:hover,
.gr-container > h1 a.demo-current {
	color: #222;
}

/* Header Style */
.codrops-top {
	line-height: 24px;
	font-size: 11px;
	text-transform: uppercase;
	z-index: 9999;
	background: rgba(255,255,255,0.4);
}

.codrops-top {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	background: transparent;
}

.codrops-top a {
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	color: rgba(0,0,0,0.7);
	display: inline-block;
}

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

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

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

/* .gr-container {height:700px;} */

	@media screen and (max-width: 1024px) {
	#room-container .gr-gallery figure {}
	.gr-container {height:600px;}
	#room-container {height:600px !important;}
	#room-container .gr-gallery nav{ bottom:3% !important;}
	}
	@media screen and (max-width: 980px) {
	#room-container .gr-gallery figure {/*margin-left:-20px;*/}
	.gr-container {height:680px;}
	#room-container {height:680px !important;}
	}
	@media screen and (max-width: 600px) {
 	.gr-container {height:600px;}
 	#room-container {height:600px !important;}
    }
    @media screen and (max-width: 500px) {
	.gr-container {height:480px;}
	.gr-gallery figure div { border:none;}
	.gr-gallery figure img {border:10px solid #000;}
	#room-container {height:480px !important;}
	#room-container .gr-gallery figure {margin-left:-30px;}
    }
    @media screen and (max-width: 300px) {
	#room-container {height:250px !important;}
	.gr-container {height:250px;}
    }
}
