/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
	height:100%;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* General Demo Style */
body{
	font-family: 'Open Sans', sans-serif;
	background: #000;
	font-weight: 400;
	font-size: 15px;
	color: #fff;
	height:100%;
}
.ie7 body{
	overflow:hidden;
}
a{
	color: #333;
	text-decoration: none;
	outline:none;
}
.pattern{
	background:url(../images/pattern.png) repeat scroll 0 0;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
}
.bg-black {
	background:#333;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;	
	z-index:999999;
	opacity: 0.9;
	display:none;
}
.container{
	position: relative;
	text-align: center;
	margin:0 auto;
	width:100%;
	padding:0;
	top:50%;
	height:auto;
	overflow:hidden;	
	padding-bottom: 20px;
}
.clr{
	clear: both;
}
h1{
	font-size:50px;
	color:#FFFFFF;
	text-transform:uppercase;
	text-shadow:1px 0px 5px #000;
	font-weight:bold;
}
/* 3.1 Countdown */
#countdown {
	padding:100px 0 0 0;
	position:relative;
}
.item {
	text-shadow:1px 0px 5px #000;
	font-weight:bold;
	display: inline-block;
	position: relative;
	text-align:center;
	margin:0 12px;
	padding:0;
	text-transform:uppercase;
	font-size:13px;
	width:142px;
	height:142px;
	-moz-border-radius:90px;
	-webkit-border-radius:90px;
	border-radius:90px;	
	/* Fallback for web browsers that don't support RGBa 
    background-color: rgb(255, 70, 41);*/
   /*  RGBa with 0.6 opacity */
    background-color: rgba(255, 255, 255, 0.3);
    /* For IE 8*/
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; 
	filter: alpha(opacity=80);	
	transition: background 1s;
	-webkit-transition: background 1s;
	-moz-transition: background 1s;
	-o-transition: background 1s;
}
.item span {
	clear:both;
	color:#fff;
	display:inline-block;
	text-transform:lowercase;
	padding:0;
}
.item p {
	text-align:center;
	margin:30px 0 0;
	font-size:48px;
	padding:0;
	text-shadow:1px 0px 5px #000;
}
/*contact */
#subscribe{
	padding:100px 0 0 0;	
}
#form_subscribe input {
  display: block;
  width: 80%;
  margin: 0 auto;
  background-color: transparent;
  border: none;
  color: #fff;
  outline: none;
  height: 30px;
  border-bottom: 1px solid #fff;
  text-align:center;
}
#form_subscribe ::-webkit-input-placeholder {
   color: #fff;
   text-align: center;
   font-weight: 300;
   text-transform: lowercase;
}
#form_subscribe :-moz-placeholder { /* Firefox 18- */
   color: #fff;
   text-align: center;  
   font-weight: 300;
   text-transform: lowercase;
}
#form_subscribe ::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;
   text-align: center; 
   font-weight: 300;
   text-transform: lowercase;
}
#form_subscribe :-ms-input-placeholder {  
   color: #fff;
   text-align: center;
   font-weight: 300;
   text-transform: lowercase;
}
#form_subscribe button:hover {
	border:0px !important;
	padding-top:6px;
}
#form_subscribe button {
	background-color: rgba(0, 0, 0, 0);
    background-position: center top;
    background-repeat: no-repeat;
    border: 1px solid #FFFFFF !important;
    border-radius: 25px 25px 25px 25px;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 800;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding:5px 15px;
    text-align: center;
    text-shadow: 1px 0 5px #000000;
    text-transform: uppercase;
}
.subscribe_text{
	text-shadow:1px 0px 5px #000;
	font-size:20px;
}
#copyright {
	color:#111;	
	text-shadow:1px 0px 5px #000;
	font-size:9px;
	position:fixed;
	bottom:0;
	width:100%;
}
/*contact */
#contact_small {
	background-color: rgba(255, 255, 255, 0.5);
    border-bottom-left-radius: 100%;
    color: #FFFFFF;
    display: inline;
    height: 70px;
    position: fixed;
    right: 0;
	top:0;
    text-align: right;
    width: 70px;
    word-break: break-all;
    word-wrap: break-word;
    z-index: 1000;
	cursor:pointer;
}
#contact_large {
    background-color: rgba(255, 255, 255, 0.5);
    border-bottom-left-radius: 100%;
    color: #FFFFFF;
    display: inline;
    height: 350px;
    position: fixed;
    right: 0;
	top:0;
    text-align: right;
    width: 350px;
    word-break: break-all;
    word-wrap: break-word;
    z-index: 9999999999;
}
#contact_form{
    margin-top:50px;
    position: absolute;
	right:10px;
    width: 250px;	
}
#contact_form input, #contact_form textarea{
	display: block;
	width: 100%;
	margin: 0 auto;
	background-color: transparent;
	border: none;
	color: #fff;
	outline: none;
	height: 30px;
	border-bottom: 1px solid #fff;
	text-align:center;
	margin-top:10px;
	padding:0 ;
	border:1px solid #fff;
}
#contact_form textarea {
	height: 60px;	
}
#submit_email{
	background-color: rgba(0, 0, 0, 0);
    background-position: center top;
    background-repeat: no-repeat;
    border: 1px solid #FFFFFF !important;
    border-radius: 25px 25px 25px 25px;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 800;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding:5px 15px!important;
    text-align: center;
    text-shadow: 1px 0 5px #000000;
    text-transform: uppercase;
	width:auto !important;
	height:auto !important;
}
#message {
	height:auto !important;	
}
#submit_email:hover{
	padding-top:6px;	
	border:0 !important;
	margin-top: 11px;
}
/* social incons */
#social_icons {
	position:fixed;
	left:0;
	top:50%;
	width:30px;
}
#social_icons li{
	padding:3px 0;	
	opacity:0.5;
	/* For IE 8*/
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 
	filter: alpha(opacity=50);
}
#social_icons li:hover{
	opacity:1;	
}
#social_icons li .facebook {
	background:url(../images/social_icons.png) repeat scroll;
	background-position:-310px 0 ;
	height:30px;
	width:30px;
	display:block;
}
#social_icons li .twitter {
	background:url(../images/social_icons.png) repeat scroll;
	background-position:-75px 0 ;
	height:30px;
	width:30px;
	display:block;
}
#social_icons li .vimeo {
	background:url(../images/social_icons.png) repeat scroll;
	background-position:-230px 0 ;
	height:30px;
	width:30px;
	display:block;
}
#social_icons li .rss {
	background:url(../images/social_icons.png) repeat scroll;
	background-position:0px 0 ;
	height:30px;
	width:30px;
	display:block;
}
#social_icons li .yahoo {
	background:url(../images/social_icons.png) repeat scroll;
	background-position:-470px 210px ;
	height:30px;
	width:30px;
	display:block;
}
.hide {
	display:none;	
}
.hidden{
	display:none!important;	
}
#messages_empty,#messages_invalid,#messages_success{ 
	color: #FF0000;
    font-size: 12px;
    margin-top: -50px;
    position: absolute;
    text-align: center;
    width: 100%;
	display:none;
}
#input_subject{
	display:none!important;	
}
#input_name_message,#input_email_message,#input_message_message,#input_messages_success{  
	color: #FF0000;
    font-size: 12px;
    position: relative;
    text-align: center;
    width: 100%;
	display:none;
	margin-bottom:-10px;
}
/* Large desktop */
@media (max-width: 1200px) { 
	.container {
		top: 0 !important;
		margin-top: 30px !important;	
	}
}
/* Portrait tablet to landscape and desktop */
@media (max-width: 979px) { 
	#countdown {
		padding-left: 30px;
		padding-right: 30px;	
	}
	#contact_small {
		z-index: 99999999;	
	}
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 
	#countdown .item {
		margin-top:20px	
	}
}
/* Landscape phones and down */
@media (max-width: 480px) { 

}


