@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,800|Lora:400italic|Playfair+Display:700);
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }

.clear{clear:both;}
.clear hr{display:none;}

.cen{text-align:center;}

body {
	background: #000;
	color: #eee;
	font-weight: 400;
	font-size: 22px;
	line-height: 1.5;
	font-family: 'Raleway', Arial, sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}


a {
	outline: none;
	color: #B5A87B;
	text-decoration: none;
}

a:hover, a:focus {
	color: #69606b;
}


html, body, .container, .header {
	height: 100%;
}






/* To Navigation Style */
.codrops-top {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 0.6em;
	padding: 0 32px;
	letter-spacing: 1px;
	z-index: 10000;
}

.codrops-top a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
}

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

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

.codrops-icon:before {
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'codropsicons';
	text-align: center;
	speak: none;
	margin: 0 0.55em 0 0;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-prev:before {
	content: "\e004";
}

.navmenu {
	padding: 1em 0;
	position: relative;
	text-align:center;
	font-size:1.4em;
}
.navmenu a {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.6em;
	letter-spacing: 1px;
	padding: 0.3em 0;
	display: inline-block;
	opacity: 0.7;
	margin: 0 0.5em;
	white-space: nowrap;
	color: #B5A87B;	
}
.navmenu a:hover,
.navmenu a.current-hov {
	opacity: 1;
	color: #69606b;
}
.navmenu a.current-hov {
	border-bottom: 3px solid #69606b;
}






/*=======================
Header
=======================*/
.header {
	position: relative;
	margin: 0 auto;
	height: 460px;
	width: 100%;
}
.bg-img,.bg-imgsp {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.bg-img img,.bg-imgsp img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	min-width: 100%;
	min-height: 100%;
}



/*=======================
Title
=======================*/
.title {
	z-index: 1000;
	margin: 0 auto;
	padding: 0 1.25em;
	width: 100%;
	text-align: center!important;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.title h1 {
	padding: 0 0 0.2em;
	color: #fff;
	font-weight: 800;
	font-size: 2.25em;
	margin: 0 auto;
}
.title p {
	color: #fff;
	padding: 0 0 0.6em;
	font-weight: 300;
	font-size: 0.85em;
	margin: 0 auto;
}
.title h1,
.title p.subline {
	line-height: 1;
}
.title p.subline {
	font-size: 1.75em;
	margin-top:20px;
}






/*=======================
Conent
=======================*/
.content {
	margin: 0 auto;
	padding: 0 0 2em;
	text-align:center;
}
.content > div:not(.title) {
	margin: -150px auto 0;
	max-width: 900px;
	padding: 0 1.25em;
}
.content > div:not(.title) p {
	margin: 0 auto 6em auto;
}
.content > div:not(.title) p:first-child {
	font-size: 1.35em;
}
.content h3 {
	margin: 0;
	font-style: italic;
	font-size: 1.65em;
	font-family: 'Lora', serif;
	line-height: 1.4;
	text-align:center;
	font-weight:normal;
}

.related h3 span,
.content h3 span{display:block;font-size:50%;}



/*=======================
blockquote
=======================*/
.content blockquote {
	padding: 0.25em;
	font-style: italic;
	font-size: 1.65em;
	font-family: 'Lora', serif;
	line-height: 1.4;
	text-align:center;
}
.content blockquote::before {
	content: '\201C';
}
.content blockquote::after {
	content: '\201D';
}




/*=======================
Faded gradient 
=======================*/




