/* CSS Document */
body {
	background-color: #161616;
	display: none;
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	font-family: oswald;
}
a,a:hover,a:focus{
	color:inherit;
	text-decoration:none !important;
	outline:none !important;
}
.demo_banner {
	padding-top: 90px;
	padding-bottom: 60px;
}
.demo_banner img { margin-bottom: 30px; }
span { color: #cc1313 }
img {
	max-width: 100%;
	height: auto;
}
.demos_links {
	position: relative;
	text-align: center;
	padding: 0;
	margin: 0;
}
.demos_links li {
	width: 32.5%;
	display: inline-block;
	list-style: none;
	padding:30px;
	margin-bottom: 15px;
}
.demos_links li a, .demos_links li img {
	display: block;
	width: 100%;
}
.demos_links li img { margin-bottom: 20px; }


/*==================================
Preloader
===================================*/
#jpreOverlay {
	background-color: #161616;
	text-align: center;
}
#jpreSlide {
	font-size: 20px;
	font-weight: bold;
	color: #ccc;
	text-align: center;
	width: 50%;
	height: 30%;
}
.preload_logo{
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-15px;
}
#jpreLoader{
	background:rgba(255,255,255,0.35);
	max-width:300px;
	width: 100%;
	height: 35px;
	margin-left:50px;
}

#jpreBar { background: #cc1313; }
#jprePercentage {
	color: #fff;
	font-size: 35px;
	font-family:oswald;
	font-weight: 300;
	text-align: right;
	line-height:35px;
	top: -100%;
	right:-95px;
	padding-right: 20px;
}
#jpreButton {
	background: #cc1313;
	color: #fff;
	height: auto !important;
	display: inline-block;
	padding: 5px 10px;
	font-size:14px;
	cursor: pointer;
	line-height: normal;
}