/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/

body{
	 font-family: 'Roboto Slab', serif;
}
/*---start-wrap----*/
.wrap{
	width:60%;
	margin:0 auto;
}
/*---start-header----*/

/*---start-content-----*/
.content{
	text-align: center;
	margin-top: 1em;
}
.content a {
	color: #abdaff;
	text-decoration: underline;
}
.content a:hover {
	text-decoration: none;
}
.content h1{
	font-size: 3.91em;
	color:#ff2e27;
	margin-bottom: 20px;
}
.content h2{
	font-size: 1.91em;
	margin-bottom: 30px;
}
.content h2 a {
	color:#ff2e27;	
}
.content p{
	font-size: 1.5em;
	color:#FFF;
	margin-top: 0.3em;
}
/*---start-copy-right-----*/
.copy-right{
	text-align:center;
	letter-spacing:0.1em;
	margin-top:1em;
}
.copy-right p{
	color:#FFF;
	font-size:0.875em;
	word-spacing: 0.2em;
}
.copy-right p a{
	color:#FFF;
	 transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.copy-right p a:hover{
	color:#000;	
}
/*----responsive-design-----*/
@media only screen and (max-width: 1366px) and (min-width: 1280px) {
	.wrap{
		width:90%;
	}
	.content {
		margin-top: 1em;
	}
	.notified {
		width: 50%;
	}
	.notified input[type="text"] {
		width: 74.5%;
	}
}
@media only screen and (max-width: 1280px) and (min-width: 1024px) {
	.wrap{
		width:90%;
	}
	.content {
		margin-top: 1em;
	}
	.notified {
		width: 50%;
	}
	.notified input[type="text"] {
		width: 73.5%;
	}
}
@media only screen and (max-width: 1024px)  {
	.wrap{
		width:90%;
	}
	.content {
		margin-top: 1em;
	}
	.notified {
		width: 50%;
	}
	.notified input[type="text"] {
		width: 65.5%;
	}
	.content h1 {
		font-size: 3.6em;
	}
	ul#countdown span {
		padding: 7px 30px;
	}
}
@media only screen and (max-width: 991px)  {
	.content h1 {
		font-size: 3.1em;
	}
	.content p {
		font-size: 1.3em;
	}
}
@media only screen and (max-width:900px) {
	.wrap {
		width: 93%;
	}
	.content {
		margin-top: 1em;
	}
	.notified {
		width: 63%;
	}
	.notified input[type="text"] {
		width: 64.5%;
	}
	.content h1 {
		font-size: 2.6em;
	}
	ul#countdown span {
		padding: 7px 30px 0px 30px;
	}
	.content p {
		font-size: 1em;
		word-spacing:0.2em;
	}
	ul#countdown span {
		font-size: 3em;
	}
}
@media only screen and (max-width:800px) {
	.content h1 {
		font-size: 2.5em;
	}
}
@media only screen and (max-width:736px) {
	.content h1 {
		font-size: 2.3em;
	}
}
@media only screen and (max-width:667px) {
	.notified input[type="text"] {
		width: 60.5%;
	}
	.content h1 {
		font-size: 2.1em;
	}
}
@media only screen and (max-width:640px) {
	.content h1 {
		font-size: 2.2em;
	}
	.notified input[type="text"] {
		width: 59.5%;
	}
	.copy-right p {
		line-height: 1.8;
	}
}

@media only screen and (max-width:568px) {
	.content h1 {
		font-size: 2em;
	}
	.notified {
		width: 70%;
	}
}
@media only screen and (max-width:480px) {
	.content h1 {
		font-size: 1.8em;
	}
	.content p {
		line-height: 1.5;
	}

}
@media only screen and (max-width:414px) {
	.content {
		margin-top: 1em;
	}
	.content h1 {
		font-size: 1.5em;
	}
	.content p {
		font-size: 0.9em;
	}

	.copy-right p {
		font-size: 0.7em;
		word-spacing: 0em;
	}
}
@media only screen and (max-width:384px) {
	.content h1 {
		font-size: 1.45em;
		line-height: 1.5;
	}

	.content p {
		font-size: 0.85em;
	}
}
@media only screen and (max-width:375px) {
	.content p {
		font-size: 0.8em;
	}

	.wrap {
		width: 95%;
	}
}
@media only screen and (max-width:320px) {
	.content p {
		margin: 2em 0;
	}
}