/* ----------------------------------- Reset ----------------------------------- */

* {
	margin: 0;
	padding: 0;
}

/* ----------------------------------- Body ----------------------------------- */

body {
	background: url('../images/body_background.png');
	
	font: 1em 'Cabin', Helvetica;
	color: #fff;
}


/* -----------

Structure:
---------

1.) Box Model
2.) Countdown
3.) Slider
4.) Form
5.) Gallery
6.) Remaining

----------- */

/* -------------------- Box Model -------------------- */

.wrapper {
	position: relative;
	width: 700px;
	margin: 0 auto;
	border: 0px solid black;
}

.lightspot {
	position: absolute;
	left: -230px;
	top: -20px;
	width: 600px;
	height: 500px;
	background: url('../images/lightspot.png');
	z-index: -5;
}

.logo {
	margin: 20px 0 20px 0;
}

.separator {
	width: 700px;
	height: 2px;
	background: url('../images/separator.png');
	background-repeat: no-repeat;
}

.container {
	position: relative;
	width: 700px;
	margin: 30px 0 0 0;
	background: url('../images/box_background.png');
	border-top: 1px solid #3b3b3b;
	border-left: 1px solid #3b3b3b;
	border-right: 1px solid #353535;
	border-bottom: 1px solid #2b2b2b;
	border-radius: 4px;
	box-shadow: 1px 1px 4px #3d3d3d inset, -1px -1px 4px #3d3d3d inset;
	overflow: visible;
	
	color: #fff;
}

.container p,
.container ul {
	font-size: 0.95em;
	line-height: 1.45em;
	word-spacing: 0.01em;
	letter-spacing:normal;	
}

.container_shadow {
	position: absolute;
	bottom: -8px;
	left: -3px;
	width: 706px;
	height: 100px;
	z-index: -10;
}

.container h2 {
	background: url('../images/heading_background.png');
	background-repeat: repeat-x;
	background-position: left 55%;
	
	font-size: 1.4em;
	font-family: 'Open Sans';
	text-shadow: 1px 1px 1px black;
}

.heading_blank {
	display: inline-block;
	padding: 0 5px 0 0;
	background: url('../images/box_background.png');
}

.container .left {
	float: left;
	width: 403px;
	padding: 12px 10px 15px 20px;
}

.container .right {
	float: right;
	width: 237px;
	padding: 12px 20px 15px 10px;	
}

.clear {
	clear: both;
}

.basic_list {
	margin: 10px 0 10px 30px;
	list-style: square;
}

.social_media {
	margin: 15px 0 10px 0;
}

.social_media li {
	position: relative;
	display: inline;
	margin: 2px;
}

.social_media li:first-child {
	margin: 2px 2px 2px 0;
}

/* -------------------- Box Model End -------------------- */


/* -------------------- Countdown -------------------- */

.wrapper_countdown {
	margin: 0px auto;
	margin-top: 30px;
	margin-bottom: 30px;
	position: relative;
	width: 542px;
	height: 152px;
}

.counter_days,
.counter_hours,
.counter_minutes,
.counter_seconds {
	position: absolute;
	width: 150px;
	height: 150px;
	border: 1px;
	-webkit-border-radius: 75px;
	-moz-border-radius: 75px;
	border-radius: 75px;
	background: #df1f1f;
	background: rgba(223,31,31,1);
	background: -webkit-radial-gradient(rgba(223, 102, 102, 1) 0%, rgba(223, 31, 31, 1) 95%);
	background: -moz-radial-gradient(rgba(223, 102, 102, 1) 0%, rgba(223, 31, 31, 1) 95%);
	background: -ms-radial-gradient(rgba(223, 102, 102, 1) 0%, rgba(223, 31, 31, 1) 95%);
	background: -o-radial-gradient(rgba(223, 102, 102, 1) 0%, rgba(223, 31, 31, 1) 95%);
	-webkit-box-shadow: 0px 2px 4px #101010;
	-moz-box-shadow: 0px 2px 4px #101010;
	box-shadow: 0px 2px 4px #101010;
}

.counter_days {top: 0px; left: 0px;z-index: 5;}
.counter_hours {top: 0px; left: 131px;z-index: 4;}
.counter_minutes {top: 0px; left: 262px;z-index: 3;}
.counter_seconds {top: 0px; left: 393px;z-index: 2;}

.numbers {
	display: table-cell;
	width: 150px;
	height: 145px;
	text-align: center;
	vertical-align: middle;
	
	font:700 3.5em 'Open Sans', Helvetica, Arial;	
	color: #fff;
	text-shadow: 1px 1px 4px #616161;
}

.numbers_desc_days,
.numbers_desc_hours,
.numbers_desc_minutes,
.numbers_desc_seconds {
	position: absolute;
	
	font-size: 0.25em;
}

.numbers_desc_days {top: 100px; left:56px;}
.numbers_desc_hours {top: 100px; left:56px;}
.numbers_desc_minutes {top: 100px; left:45px;}
.numbers_desc_seconds {top: 100px; left:47px;}

/* -------------------- Countdown End -------------------- */


/* -------------------- Slider  -------------------- */

.container_wrapper {
	position: relative;
	overflow: visible;
	width: 700px;
	height: 150px;	
	margin: 30px 0 0 0;
	background: url('../images/box_background.png');
	border-top: 1px solid #3b3b3b;
	border-left: 1px solid #3b3b3b;
	border-right: 1px solid #353535;
	border-bottom: 1px solid #2b2b2b;
	-webkit-border-radius: 4px;	
	-moz-border-radius: 4px;	
	border-radius: 4px;	
	-webkit-box-shadow: 1px 1px 4px #3d3d3d inset, -1px -1px 4px #3d3d3d inset;
	-moz-box-shadow: 1px 1px 4px #3d3d3d inset, -1px -1px 4px #3d3d3d inset;
	box-shadow: 1px 1px 4px #3d3d3d inset, -1px -1px 4px #3d3d3d inset;
}

.slider_nav_left,
.slider_nav_right {
	position: absolute;
	height: 150px;
	z-index: 50;
}

.slider_nav_left {
	left: -20px;
	top: 0;
}

.slider_nav_right {
	right: -20px;
	top: 0;
}

.slider_nav_left > img,
.slider_nav_right > img {
	margin: 55px 0 0 0;
}

.slider_nav_left > img:hover,
.slider_nav_right > img:hover {
	cursor: pointer;
}

.container_slider {
	width: 700px;
	height: 150px;
	overflow: hidden;
}

.sitelist {
	width: 10000px;
}

.sitelist li.slide {
	width: 580px;
	height: 150px;
	padding: 0 60px;
	float: left;
	list-style: none;
}

/* -------------------- Slider End -------------------- */


/* -------------------- Form -------------------- */

.form {
	width: 460px;
	margin: 0 auto;
	padding: 28px 0 0 0;
}

.heading_subscribtion {
	padding: 0 0 5px 0;
	
	font-weight: 700;
	font-family: 'Open Sans', Helvetica;
	text-shadow: 1px 1px 1px black;
}

#email {
	width: 330px;
	height: 40px;
	border: 1px solid #3d3d3d;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	box-shadow: 1px 1px 3px #2d2d2d inset, 0 0 3px #2d2d2d inset; 
	padding: 0 5px;
	vertical-align: middle;	
	
	font: 1em 'Cabin', Helvetica;
}

.sendmail {
	display: inline-block;
	height: 18px;
	padding: 9px 15px 13px 15px;	
	border: 1px outset #dd3636;
	background: #dd3636;
	background: -webkit-gradient(linaer, 0% 0% 0% 100%, from(rgba(220,77,77,1)), to(rgba(220,54,54,1)));
	background: -webkit-linear-gradient(top, rgba(220,77,77,1), rgba(220,54,54,1));
	background: -moz-linear-gradient(top, rgba(220,77,77,1), rgba(220,54,54,1));
	background: -ms-linear-gradient(top, rgba(220,77,77,1), rgba(220,54,54,1));
	background: -o-linear-gradient(top, rgba(220,77,77,1), rgba(220,54,54,1)); 
	border-left: none;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;		
	-webkit-box-shadow: 1px .5px 2px #616161, -.5px -.5px 2px #616161;
	-moz-box-shadow: 1px .5px 2px #616161, -.5px -.5px 2px #616161;
	box-shadow: 1px .5px 2px #616161, -.5px -.5px 2px #616161;
	vertical-align: middle;	
	
	font: 700 1em 'Cabin', Helvertica;
	color: #fff;
	letter-spacing: 0.35px;
	text-shadow: 1px 1px 2px #313131;
}

.sendmail:hover {	
	background: #dc3636;
	background: -webkit-gradient(linear, 0% 0% 0% 100%, from(rgba(220,54,54,1)), to(rgba(220,77,77,1)));
	background: -webkit-linear-gradient(top, rgba(220,54,54,1), rgba(220,77,77,1));
	background: -moz-linear-gradient(top, rgba(220,54,54,1), rgba(220,77,77,1));
	background: -ms-linear-gradient(top, rgba(220,54,54,1), rgba(220,77,77,1));
	background: -o-linear-gradient(top, rgba(220,54,54,1), rgba(220,77,77,1));	
	
	cursor: pointer;
}

.sendmail:active {	
	border: 1px solid #732121;
	-webkit-box-shadow: 1px 1px 6px #222222 inset;
	-moz-box-shadow: 1px 1px 6px #222222 inset;
	box-shadow: 1px 1px 6px #222222 inset;
	padding: 11px 15px 11px 15px;
}

.verification {
	display: none;
	padding: 8px 6px;
	border: 1px solid #72ff3a;
	border-radius: 4px;
	background: #acffb2;
	vertical-align: center;	
	
	font-size: 0.9em;
	font-weight: 700;
	letter-spacing: 0.00em;
	color: #08b300;
}

.falsification {
	display: none;
	
	font-size: 0.9em;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #ec0000;
}

/* -------------------- Form End -------------------- */


/* -------------------- Gallery -------------------- */

.gallery_wrapper {
	width: 390px;
	margin: 0 auto;
	padding: 35px 0 0 0;
}

.gallery li {
	margin: 0 10px 0 0;
	display: inline;
	list-style: none;
}

.gallery li:last-child {
	margin: 0px;
}

.preview {
	border: none;
}

.image-wrap {
	position: relative;
	display: inline-block;
	max-width: 100%;
	vertical-align: bottom;
}

.image-wrap:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: -1px;
	left: -1px;
	border: solid 1px #3a3a3a;	
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,1), inset 0 1px 1px rgba(255,255,255,.5), inset 0 -6px 2px rgba(0,0,0,.6), inset 0 -8px 2px rgba(255,255,255,.3);
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,1), inset 0 1px 1px rgba(255,255,255,.5), inset 0 -3px 2px rgba(0,0,0,.6), inset 0 -6px 2px rgba(255,255,255,.3);
	box-shadow: inset 0 0 3px rgba(0,0,0,1), inset 0 1px 1px rgba(255,255,255,.5), inset 0 -4px 2px rgba(0,0,0,.6), inset 0 -6px 2px rgba(255,255,255,.3);	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.image-wrap img {
	vertical-align: bottom;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.4);
	box-shadow: 0 1px 2px rgba(0,0,0,.4);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.image-wrap:hover {
	-webkit-transform:scale(1.03);	
	-ms-transform:scale(1.03);
	-moz-transform:scale(1.03);
	-o-transform:scale(1.03);
	transform:scale(1.03);
}

/* -------------------- Gallery End -------------------- */


/* -------------------- Remaining -------------------- */

.center {
	text-align: center;
}

.bold {
	font-weight: bold;	
}

.italic {
	font-style: italic;
}

.content {
	padding: 30px 0 0 0;	
}

.sm_icon {
	border: none;
}

.preview {
	border: none;
}

/* -------------------- Remaining End -------------------- */