/* ----------------------------------------
 Imports
------------------------------------------- */

@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:700);
@import url(reset.css);
@import url(font-awesome.min.css);

/* ----------------------------------------
 Page Styles 
------------------------------------------- */

body {
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 21px;
	font-weight:400;
	-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
	color: #919191;
	background: #000;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Roboto Slab', serif;
	color: #aaaaaa;
	font-weight:700;
	
}
h1{font-size: 77px; line-height: 70px; padding: 0; margin: 0; color: #fff;}
h2{font-size: 28px; line-height: 35px; padding: 0; margin: 0;}
h3{font-size: 16px; line-height: 24px; margin-bottom: 7px; color: #e4f023;}

a {
	color: #e4f023;
	text-decoration:none;
	font-weight: normal;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s
}
a:hover {text-decoration:none;}


#maximage {
	display:none;
	position:fixed !important;
}

.gradient {
	left:0;
	height:100%;
	position:absolute;
	top:0;
	width:100%;
	z-index:9;
}

/* ----------------------------------------
 Content Elements
------------------------------------------- */

#loading {
	background:#000 url(../images/ajax-loader.gif) no-repeat center center;
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
}
.content-container{
	position:absolute;
	top:15%;
}
.content { 
	float:left;
	margin:20px 40px;
	position:absolute;
	width:600px;
	z-index:12;
}
.content p {margin: 20px 0;}
.column {
	width: 30%;
	float: left;
	margin: 42px 20px 42px 0;
}

.show{display: block;}
.hide{opacity: 0; display: none;}

/* Round Icon Containers */
.round-icon{
	border-radius: 50%;
	width: 130px;
	height: 95px;
	background: #e4f023;
	margin-bottom: 21px;
	text-align: center;
	color: #161616;
	padding-top: 35px;
}

/* Accordion Styles */
#accordion{margin-top: 42px;}
.ui-accordion-header {
	background: rgb(24, 24, 24);
	background: rgba(24, 24, 24, 0.9); 
	color: #e4f023;
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: 5px 10px;
	min-height: 0; /* support: IE7 */
}
.ui-accordion-header-active {
	background: #e4f023;
	color: #161616;
}
.ui-state-focus {outline: none;}
.ui-accordion-content{
	padding: 20px;
}


/* ----------------------------------------
 Count Down Styles
------------------------------------------- */
.countdown {
	position:absolute;
	top: 35px;
	left: 40px;
	width: 80%;
	font-family: 'Roboto Slab', serif;
	font-weight:700;
	color: #454545;
}
.countdown_rtl {
	direction: rtl;
}
.countdown_row {
	clear: both;
	width: 80%;
	padding: 0px 2px;
	text-align: center;
	display: none;
}
.countdown_section {
	display: block;
	float: left;
	font-size: 100%;
	text-align: center;
	background: rgb(24, 24, 24);
	background: rgba(24, 24, 24, 0.1);
	margin-right: 5px;
	padding: 10px 10px 10px 10px;
	min-width: 95px;
}
.countdown_amount {
	font-size: 500%;
	line-height: 85%;
}
.countdown_descr {
	display: block;
	width: 100%;
}

/* ----------------------------------------
 Logo and Main Navigation
------------------------------------------- */
#logo {
	position:absolute;
	font-family: 'Roboto Slab', serif;
	font-size: 36px;
	font-weight:700;
	line-height: 74px;
	bottom:32px;
	left:40px;
	z-index:1000;
	color: #999;
	padding: 0;
	margin: 0;
	border: 0;
}

.main-nav{
	position:absolute;
	left:250px;
	bottom:40px;
	z-index:1001;
	font-family: 'Roboto Slab', serif;
	font-weight:700;
	font-size: 16px;
	line-height: 21px;
}
.main-nav ul li { 
	list-style: none;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	border-left: 1px dotted #919191;
}
.main-nav ul li a {color: #b7b7b7}
.main-nav ul li a:hover,
.main-nav ul li a.active {color: #e4f023;}


/* ----------------------------------------
 Social Media Links
------------------------------------------- */

.social-nav {
	position:absolute;
	bottom: 25px;
	right: 40px;
}
.social-nav ul {margin: 0; padding:0;}
.social-nav ul li{
	list-style: none;
	display:block;
	float: left;
}
.social-nav ul li a {
	background: #161616;
	color: #b7b7b7;
	display:block;
	padding:7px 10px;
	margin: 1px;
}
.social-nav ul li a:hover {
	background: #e4f023;
	color: #161616;
	text-decoration: none;
}

/* ----------------------------------------
 Contact Form
------------------------------------------- */

.contact-form{margin: 35px 0;}

#contact-us label {display: none;}
#contact-us ul {margin: 0;}
#contact-us ul li {float:left; display: block; width: 100%; margin-bottom: 10px;}
#contact-us input {float: left; margin-right: 10px;}

form {
	margin-bottom: 0px; }
fieldset {
	margin-bottom: 20px; }

input[type="text"],
input[type="password"],
input[type="email"],
textarea{
	padding: 5px 8px;
	outline: none;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #919191;
	width: 210px;
	max-width: 100%;
	display: block;
	background: #161616;
	border: none;
	-webkit-border-radius: 3px;
  	border-radius: 3px;
}
select {
	width: 210px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
		color: #919191;
		background-color: #2e2e2e;
	}
textarea {min-height: 150px; width: 75%; }
input[type="submit"]{ 
	background: #e4f023;
	color: #161616;
	border: none;
	padding:5px 10px;
	-webkit-border-radius: 3px;
  	border-radius: 3px;
	font-family: 'Roboto Slab', serif;
	font-size: 14px;
	margin-bottom: 35px !important;
}

/* Placeholder text */
::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {color: #767676;}

.form-error{display: inline-block; float: left; color: #da6874; padding-top: 3px;}


/* ----------------------------------------
 MISC
------------------------------------------- */

a.full-screen-btn{ 
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 7px 12px 6px 12px;
	border: 0;
	cursor: pointer;
	opacity: .7;
	background: #fff;
	color:#000;
}
a.full-screen-btn:hover {
	opacity: 1;
	text-decoration: none;
	background: #e4f023;
}

#arrow_left, #arrow_right {
	bottom:80px;
	height:42px;
	position:absolute;
	right:40px;
	width:42px;
	z-index:1000;
}
#arrow_left {right:90px;}
#arrow_left:hover, #arrow_right:hover{color:#b7b7b7;}

/* Alert Boxes */
.alert {
	display: block;
	padding:14px;
	margin: 21px 0;
}
.alert i {padding-right: 10px;}
.alert.error{background: #e45e5e; color: #161616;}
.alert.success{background: #e4f023; color: #161616;}

/* ----------------------------------------
 Animations
------------------------------------------- */

/* Animation Delays */
.slide-in-left{
	opacity:0;
	animation-name:slideinleft;
	-webkit-animation-name:slideinleft;
	animation-delay:1.5s;
	-webkit-animation-delay:1.5s;
}
.slide-in-top{
	opacity:0;
	animation-name:slideintop;
	-webkit-animation-name:slideintop;
	animation-delay:1s;
	-webkit-animation-delay:1s;
}
.slide-in-bottom{
	opacity:0;
	animation-name:slideinbottom;
	-webkit-animation-name:slideinbottom;
	animation-delay:2s;
	-webkit-animation-delay:2s;
}
.slide-in-bottom-nav{
	opacity:0;
	animation-name:slideinbottomnav;
	-webkit-animation-name:slideinbottomnav;
	animation-delay:2.5s;
	-webkit-animation-delay:2.5s;
}

.slide-out-left{
	opacity:1;
	animation-name:slideoutleft;
	-webkit-animation-name:slideoutleft;
}

/* Animation Common Settings */
.slide-in-left, 
.slide-in-top, 
.slide-in-bottom,
.slide-in-bottom-nav,
.slide-out-left{
	animation-fill-mode:forwards;
	animation-duration:1.3s;
	animation-timing-function:ease;
	animation-iteration-count:1;
	animation-direction:alternate;
	animation-play-state:running;
	-webkit-animation-fill-mode:forwards;
	-webkit-animation-duration:1.3s;
	-webkit-animation-timing-function:ease;
	-webkit-animation-iteration-count:1;
	-webkit-animation-direction:alternate;
	-webkit-animation-play-state:running;
}

/* Animation Keyframes */
@keyframes slideinleft {
	0%   {left:-100px; opacity:0;}
	100% {left:0px; opacity:1;}
}
@-webkit-keyframes slideinleft /* Safari and Chrome */ {
	0%   {left:-100px; opacity:0;}
	100% {left:0px; opacity:1;}
}

@keyframes slideintop {
	0%   {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes slideintop /* Safari and Chrome */ {
	0%   {opacity:0;}
	100% {opacity:1;}
}

@keyframes slideinbottom {
	0%   {bottom:100px; opacity:0;}
	100% {bottom:32px; opacity:1;}
}
@-webkit-keyframes slideinbottom /* Safari and Chrome */ {
	0%   {bottom:100px; opacity:0;}
	100% {bottom:32px; opacity:1;}
}

@keyframes slideinbottomnav {
	0%   {bottom:100px; opacity:0;}
	100% {bottom:40px; opacity:1;}
}
@-webkit-keyframes slideinbottomnav /* Safari and Chrome */ {
	0%   {bottom:100px; opacity:0;}
	100% {bottom:40px; opacity:1;}
}

@keyframes slideoutleft {
	0%   {left:0; opacity:1;}
	100% {left:-100px; opacity:0;}
}
@-webkit-keyframes slideoutleft /* Safari and Chrome */ {
	0%   {left:0; opacity:1;}
	100% {left:-100px; opacity:0;}
}

