@import url(http://fonts.googleapis.com/css?family=Raleway:300,400,500,800|Playfair+Display:400,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;
}
body {
	background: #000;
	font-size: 1.3em;
	letter-spacing: 1px;
	line-height: 1.5em;
	font-weight: 300;
	color: #a9b8c1;
	text-rendering: optimizeLegibility;
	font-family: 'Raleway', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
.copyholder {
	z-index: 1000;
}
.target {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.50; /* set transparancie of bg images on scroll */
	filter: alpha(opacity=50); /* For IE8 and earlier */
}
.demo-5 {
	background: #000;
	color: #5c554c;
}
.seework {
	padding-top: 55px;
	padding-bottom: 50px;
}
.seework a {
	outline: none;
	font-weight: 500;
	;
	font-size: 1em;
	letter-spacing: 1px;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 2px;
	height: 80px;
	border: 1px solid;
	color: rgba(169,184,193,1);
	background-color: rgba(169,184,193,0.2);
	border-color: rgba(169,184,193, 0.15);
	transition: .2s ease;
	-webkit-font-smoothing: antialiased;
}
.seework a:hover, a:focus {
	border-color: rgba(255,152,0 ,0.2);
	border-bottom: 2px solid rgba(255,152,0,0.80);
	background-color: rgba(169,184,193,0.0);
	color: rgba(255,152,0,0.80);
	text-decoration: none;
}
.contactdetails a {
	font-size: 0.88em;
	letter-spacing: 1px;
	line-height: 1.5em;
	color: #758086;
	text-decoration: none;
}
.contactdetails a:hover, a:focus {
	font-size: 0.88em;
	letter-spacing: 1px;
	margin-bottom: -1px;
	line-height: 1.5em;
	border-bottom: 1px solid rgba(255,152,0,0.80);
	color: rgba(255,152,0,0.80);
	text-decoration: none;
}
/* To Navigation Style */
.codrops-top {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 0.5em;
	padding: 0 32px;
	letter-spacing: 2px;
	color: #999999;
}
.codrops-top a {
	display: inline-block;
	color: #999999;
	text-decoration: none;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
}
.codrops-top span.right {
	float: right;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
}
.codrops-top span.left {
	float: left;
	position: fixed;
	bottom: 0;
	padding-bottom: 15px;
}
.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-drop:before {
	content: "\e001";
}
.codrops-icon-prev:before {
	content: "\e004";
}

.related {
	padding: 3em 0;
	text-align: center;
	font-size: 1.5em;
	position: relative;
}
.demo-5 .related {
	width: 60%;
	margin-left: 40%;
}
 @media screen and (max-width: 40em) {
.codrops-icon span {
	display: none;
}
.related {
	font-size: 80%;
}
}
