/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:400,700|Alegreya+SC:700|Cutive+Mono);

html { height: 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: 'Lato', Calibri, Arial, sans-serif;
    background: #810606;
    font-weight: 400;
    font-size: 15px;
    color: #333;
    overflow: hidden;
    height: 100%;
}

a {
	color: #000;
	text-decoration: none;
}

.container {
	width: 100%;
	height: 100%;
	position: relative;
}

.container > h1 {
	z-index: 9999;
	padding: 50px 20px;
	font-size:40px;
       font-weight:600;
       text-transform:uppercase;
       margin-top:0px; 
       color:#fff;
}

.js .container > h1 {
	position: fixed;
	-webkit-backface-visibility: hidden;
	bottom: 0;
	left: 0;
	color: #f0f0f0;
	padding: 20px;
	
}

.container > h1 a {
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 0 0 10px;
	color: #fff;
	font-weight: 700;
}

.container > h1 a:hover,
.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);
}

.js .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;
}

@media only screen 
and (max-width: 980px)
and (min-width: 769px)

{
	.container > h1 {
	z-index: 9999;
	padding: 50px 20px;
	font-size:25px;
       font-weight:600;
       text-transform:uppercase;
       margin-top:0px; 
       color:#fff;
}
}

@media only screen 
and (max-width: 768px)
and (min-width: 481px)

{
	.container > h1 {
	z-index: 9999;
	padding: 50px 20px;
	font-size:25px;
       font-weight:600;
       text-transform:uppercase;
       margin-top:0px; 
       color:#fff;
}

.gr-gallery figure img {
	display: block;
	margin: 0 auto;
	width:97% !important;
	border: 10px solid #fff !important;
}

.gr-gallery figure div {
	position: relative;
	border: 10px solid #000;
	margin:0 auto;
	width:90% !important;
	box-shadow: 0 10px 7px -5px rgba(0,0,0,0.3);
}
}

@media only screen 
and (max-width: 480px)
{
	.container > h1 {
	z-index: 9999;
	padding: 50px 20px;
	font-size:25px;
       font-weight:600;
       text-transform:uppercase;
      color:#000 !important;
	  bottom:20% !important;
}

.gr-room {
    height: 80% !important;
    perspective: 1200px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

.gr-gallery nav {
    bottom:10% !important;
    cursor: pointer;
    height: 38px;
    left: 50%;
    margin-left: -150px;
    position: absolute;
    width: 300px;
    z-index: 0;
}

.gr-gallery figure img {
	display: block;
	margin: 0 auto;
	width:97% !important;
	border: 10px solid #fff !important;
}

.gr-gallery figure div {
	position: relative;
	border: 10px solid #000;
	margin:0 auto;
	width:90% !important;
	box-shadow: 0 10px 7px -5px rgba(0,0,0,0.3);
}
}
