/* Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}


@font-face {
    font-family: 'socicon';
    src: url('socicon/font/socicon-webfont.eot');
    src: url('socicon/font/socicon-webfont.eot?#iefix') format('embedded-opentype'),
         url('socicon/font/socicon-webfont.woff') format('woff'),
         url('socicon/font/socicon-webfont.ttf') format('truetype'),
         url('socicon/font/socicon-webfont.svg#sociconregular') format('svg');
    font-weight: normal;
    font-style: normal;
    text-transform: initial;
}


.socicon {
    font-family: 'socicon' !important;
}


html,
body {
  background-color: #000000;
  height: 100%;
  font-size: 100%;
  width: 100%;
}


body{
margin:0;
padding:0;
color: #ffffff;
background: url(../images/background.jpg) center top no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
position: relative;
font-family: 'Roboto', sans-serif;
display: block;
text-align: center;
}


.header{
	width: 100%;
	float: left;
}

.xouter{
position:relative;
left:50%;
float:left;
clear:both;
margin:0;
}

.xinner{
position:relative;
left:-50%;
}

h1{
		margin: 70px 0 40px;
	text-align: center;
	font-size: 2.313em;
	font-weight: 700;
	text-transform: uppercase;
	border: 5px solid #fff;
	padding: 5px 10px;

}

.header p.d-cs{
	font-size: 2.188em;
	font-weight: 300;
	letter-spacing: -1px;
	text-align: center;
	width: 100%;
	float: left;
}

.header p.m-cs{
	display: none;
}

.timermobile{
	display: none;
}

.timer{
width: 50%;
float: left;
padding: 0 25%;	
}

.timer ul{
width: 100%;
float: left;
margin: 40px 0;
}

.timer ul li{
	width: 24%;
	padding: 10px 0;
	float: left
}

.timer ul li{
	font-size: 2.500em;
	border-right: 1px solid #746d6e;
}

.timer ul li.last{
	border-right: none;
}

.timer ul li span{
	display: block;
	font-size: 0.400em;
	font-weight: 100;
}

.contentcopy{
	width: 60%;
	float: left;
	padding: 0 20%;
	margin-bottom: 40px;
}

.contentcopy p{
	font-size: 1.125em;
	line-height: 26px;
	font-weight: 300;
}

.subscribe{
	width: 100%;
	float: left;
	font-size: 0.875em;
}

h2.m-text{
	display: none;
}


.form{
	width: 350px;
	margin: 20px auto;
}

.field{
	width: 330px;
	background: #0a0404;
	border: 2px solid #fff;
	font-size: 1.19em;
	font-weight: 700;
	letter-spacing: -1px;
	color: #595751;
	float: left;
	padding: 10px;
	font-family: 'Roboto', sans-serif;
}

.submit{
	font-size: 0.95em;
	color: #000;
	background: #fff;
	border: none;
	width: 84px;
	text-transform: uppercase;
	padding: 10px 0;
	margin: 5px 0 0px -89px;
	float: left;
	cursor:pointer;
}

.submit:hover{
	background: #cccccc;
}


.social{
	width: 100%;
	float: left;
	margin: 40px 0 0 0;
}

.social a{
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	margin: 0 5px;
	text-align: center;
	line-height: 50px;
	width: 50px;
	height: 50px;
	background: #595751;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}

.social a:hover{
	font-size: 18px;
	color: #595751;
	text-decoration: none;
	display: inline-block;
	margin: 0 5px;
	text-align: center;
	line-height: 50px;
	width: 50px;
	height: 50px;
	background: #ffffff;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}


@media only screen and (max-width: 1024px){

body{
	font-size: 90%;
}

.contentcopy{
	display: none;
}

}


@media only screen and (max-width: 768px){

body{
	font-size: 80%;
}

.contentcopy{
	display: none;
}



}


@media only screen and (max-width: 568px){

body{
	font-size: 70%;
}


h1{
		margin: 40px 0 20px;
}

.header p.d-cs{
	display: none;
}

.header p.m-cs{
display: inherit;
	font-size: 1.8em;
	font-weight: 300;
	letter-spacing: -1px;
	text-align: center;
	width: 100%;
	float: left;
}


.timer{
	display: none;
}

.timermobile{
width: 80%;
float: left;
padding: 0 10%;	
display: inherit;
}

.timermobile ul{
width: 100%;
float: left;
margin: 40px 0;
}

.timermobile ul li{
	width: 49%;
	padding: 10px 0;
	float: left
}

.timermobile ul li{
	font-size: 2.800em;
	border-right: 1px solid #746d6e;
}

.timermobile ul li.last{
	border-right: none;
}

.timermobile ul li span{
	display: block;
	font-size: 0.450em;
	font-weight: 100;
}

.subscribe{
	width: 80%;
	padding: 0 10%;
	float: left;
	font-size: 1.2em;
}

h2.d-text{
	display: none;
}

h2.m-text{
	display: inherit;
		font-weight: 100;
}

.form{
	width: 100%;
	margin: 20px 0;
	background: #ffffff;
}

.field{
	width: 90%;
	margin:  0 0 10px 0;
	background: #0a0404;
	border: 2px solid #fff;
	font-size: 1.19em;
	font-weight: 700;
	letter-spacing: -1px;
	color: #595751;
	text-align: center;
	float: left;
	font-family: 'Roboto', sans-serif;
	padding: 10px 5%;
}

.submit{
	font-size: 0.95em;
	color: #000;
	background: #fff;
	border: 2px solid #fff;
	width: 100%;
	text-transform: uppercase;
	padding: 10px 0;
	margin: 0;
	float: left;
	cursor:pointer;
}

.submit:hover{
	background: #cccccc;
}





.contentcopy{
	display: none;
}






}




