
html, body, :root {
	height: 100%;
}
body {
	padding: 0;
	top: 0;
	position: relative;
	margin: 0;
	font-family: 'Oswald', sans-serif;
	background: #000;
	color: #fff;
	font-size: 15px;
	line-height: 19px;
}
#main {
	min-height: 393px;
	z-index: 2;
	overflow: hidden;
	height: 100%;
	position: relative;
}
#main.thumbs_view {
	margin: 0 auto;
	width: 1250px;
}
a {
	outline: none;
	color: #fff;
	text-decoration: none;
}
a:active,
a:focus:; {
	outline: none;
}
ul,
ol {
	padding: 0;
	margin: 0;
}
h1 {
	margin: 0;
}
h2 {
	color: #fff;
	margin: 0 0 38px;
	font-size: 36px;
	line-height: 44px;
	text-transform: uppercase;
	font-weight: 700;
}
h3 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 22px;
	color: #fff;
	margin: 0 0 15px;
}
body.demo_view h4 {
	color: #222;
	font-size: 18px;
	font-weight: 400;
}
.aligncenter {
	text-align: center;
}
.columns {
	overflow: hidden;
}
.columns .column1_3 {
	float: left;
	width: 33.3%;
}
.preloader-overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
}
.preloader {
	position: absolute;
	top: 50%;
	margin-top: -250px;
	margin-left: -250px;
	left: 50%;
	overflow: hidden;
	height: 500px;
	width: 500px;
}
#header {
	position: absolute;
	left: 0;
	top: 0;
	padding: 41px 0 0 50px;
	z-index: 2;
}
#sitename {
	margin-bottom: 0;
	color: #fff;
	font-size: 66px;
	line-height: 80px;
	text-transform: uppercase;
	font-weight: 300;
}
#sitename span {
	color: #fff568;
}
#sitename img {
	margin-top: 8px;
	vertical-align: top;
}
#tagline {
	padding-left: 4px;
	word-spacing: -1px;
	letter-spacing: 5px;
	color: #fff;
	font-size: 11px;
	line-height: 13px;
	text-transform: uppercase;
	margin: 0;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 400;
}

#countdown_block {
	position: absolute;
	left: 60px;
	top: 50%;
	color: #fff;
}
.countdown-row {
	overflow: hidden;
	display: block;
}
.countdown-section {
	float: left;
	display: block;
}
.countdown-section > span {
	display: block;	
}
.countdown-section + .countdown-section {
	margin-left: 37px;
}
.countdown-section .countdown-amount {
	font-size: 48px;
	line-height: 56px;
	font-weight: 700;
	margin-bottom: 19px;
}
.countdown-section .countdown-period {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 4px;
}
#singleimg_bg {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../images/bg/bg_img1.jpg) center center no-repeat;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
}
.nicescroll-rails {
	width: 5px;
	background: #cacaca;
}

#footer {
	position: absolute;
	bottom: 0;
	left: 60px;
	padding: 20px 0;
}
#soc_links {
	overflow: hidden;
}
#soc_links li {
	float: left;
	list-style: none;
	font-size: 18px;
}
#soc_links li + li {
	margin-left: 7px;
}
#soc_links li a {
	color: #fff;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}
#soc_links li a:hover {
	color: #fff568;
}