@charset "utf-8";
a {outline: none; text-decoration: none; }
a:hover { text-decoration:none; }
p, h1, h2, h3, h4, h5, h6, ul, ol, li, hr, form, fieldset, legend, table, thead, tbody, blockquote { margin: 0; padding: 0; }
ul { list-style-type: none; }
a img { border: none; }
.clear { clear: both; }
.fl { float:left; }
.fr { float:right; }
a *{cursor:pointer; }
:focus {outline:none;}
::-moz-focus-inner {border: 0;}
body,html{margin:0;padding:0;}
html{background:black;}
body{
	font-family:Times New Roman;
	font-style:italic;
	opacity:0;
	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: all 600ms ease-in-out;
	-o-transition: all 600ms ease-in-out;
	transition: all 600ms ease-in-out;
}
body.loaded{
	opacity:1;
}

.item{
	width:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	background-attachment:fixed;
	font-size:0;
	text-align:center;
	position:relative;
	color:#ebc596;
	overflow:hidden;
}
.item .box{
	position:absolute;
	padding:2.6% 4%;
	top:0;
	width:22%;
	min-width:220px;
}
.item.odd .box{left:0;}
.item.even .box{right:0;}
.item .box .inner{
	padding:8% 4%;
	background:rgba(17,4,1,0.7);
}
h2{font-weight:normal;}
.item .box :last-child,.item.main :last-child{margin-bottom:0!important;}
.item .ornaments{
	display:block;
	margin:0 auto;
	width:42%;
	height:auto;
	max-width:172px;
}
.item.main p{
	max-width:47%;
	margin-left:auto;
	margin-right:auto;
}
.item.main .menu{
	position:fixed;
	width:100%;
	left:0;
	right:0;
	padding-bottom:3.38%;
	background:rgba(22,13,3,.8);
	z-index:1;
	font-weight:bold;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.item.main .menu nav{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
}
.item.main .menu nav div{
	display:table;
	width:100%;
	height:100%;
}
.item.main .menu ul{
	display:table-cell;
	vertical-align:middle;
}
.item.main .menu ul li{
	display:inline-block;
}
.item.main .menu ul li a{
	color:#c59d75;
	cursor:pointer;
}
.item.main .menu ul li a:hover{text-decoration:underline;}
#logo{
	padding-bottom:5%;
	margin:0 auto 10px;
	display:block;
	/* width:31%; */
	height:auto;
	/* min-width:250px; */
}
.item.main{
	position:relative;
}
.item.main .content{
	padding:3.38% 0;
	display:table;
	position:absolute;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.item.main .content .inner{
	display:table-cell;
	vertical-align:middle;
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:20px 0;

}
.item .arrow{
	position:absolute;
	left:0;
	width:100%;
	bottom:0;
	padding-bottom:3.38%;
}
.item .arrow div{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	text-align:center;
}
.item .arrow img{
	display:inline-block;
	height:70%;
	/* margin-top:0.1%; */
	width:auto;
}
.rotate{
	-webkit-transform: rotate( 180deg );
	-moz-transform: rotate( 180deg );
	-o-transform: rotate( 180deg );
	transform: rotate( 180deg );
}
.item p .arrow2{
	margin-top:6px;
	cursor:pointer;
	display:inline-block;
}