/* 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*/
@font-face {
    font-family: 'globerbold_free';
    src: url('../fonts/Glober_Bold_Free-webfont.eot');
    src: url('../fonts/Glober_Bold_Free-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Glober_Bold_Free-webfont.woff2') format('woff2'),
         url('../fonts/Glober_Bold_Free-webfont.woff') format('woff'),
         url('../fonts/Glober_Bold_Free-webfont.ttf') format('truetype'),
         url('../fonts/Glober_Bold_Free-webfont.svg#globerbold_free') format('svg');
    font-weight: normal;
    font-style: normal;

}
body{
	 font-family: 'globerbold_free';
	 background:#00B3E7;
}
/*---start-wrap----*/
.wrap{
	width:60%;
	margin:0 auto;
}
/* ---------- TIMER ---------- */
#countdown{text-align:center;padding-top: 31px;}
#countdown span {
	color: #FFF;
	font-size: 5em;
	font-weight: bold;
	text-align: center;
	display: block;
	padding-top: 15px;
}
#countdown h3{
	color: #fff;
	background: #000;
	padding: 10px;
	margin-top: 1em;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	font-size: 1.2em;
}
#countdown .counter{
	display:inline-block;
	width: 19%;
	margin: 0 0.2em;
}
.first{
	background:#A7D802;
}
.second{
	background:#E9A300;
}
.three{
	background:#F4C400;
}
.four{
	background:#A12BB8;
}
/*---end-timer-----*/
/*---start-notified----*/

.notified{
	width: 60%;
	margin: 0 auto;
	margin-top: 2em;
	background:#FFF;
}
.notified input[type="text"]{
	width: 73.5%;
	padding:12px;
	color:#888;
	font-size:0.875em;
	 font-family: 'globerbold_free';
	 border:none;
	 outline:none;
}
.notified input.button{
	background:#000;
	padding: 12px 41px;
	border:none;
	color:#FFF;
	 font-family: 'globerbold_free';
	 cursor:pointer;
	 transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	margin: 0 auto;
	display:block;
}
.notified input.button:hover{
	background:#555;
}
.notified form{
	text-align:center;
}
.notified .g-recaptcha{
	display: block;
	width: 304px;
	margin: 4px auto 8px;
}
.notified-info, .notified-success, .notified-error, .notified-progress {
	text-align:center;
	padding: 15px 41px;
	font-family: 'globerbold_free';
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.notified-info {
	color: black;
}
.notified-success {
	color: green;
}
.notified-error {
	color: red;
}
.notified-progress {
	color: navy;
	padding-top: 180px;
	background: white url("../images/processing.gif") center 20px no-repeat;
}
/*---start-content-----*/
.content{
	text-align:center;
	margin-top: 11em;
}
.content h1{
	font-size: 3.91em;
	color:#FFF;
}
.content p{
	font-size: 1.5em;
	color:#FFF;
	margin-top: 0.3em;
}
/*---start-fun-----*/
.programming {
	display: block;
	padding: 40px 15px 15px;
	text-align: center;
}
/*----responsive-design-----*/
@media only screen and (max-width: 1366px) and (min-width: 1280px) {
	.wrap{
		width:90%;
	}
	.content {
		margin-top: 6em;
	}
	.notified {
		width: 50%;
	}
	.notified input[type="text"] {
		width: 74.5%;
	}
}
@media only screen and (max-width: 1279px) and (min-width: 1024px) {
	.wrap{
		width:90%;
	}
	.content {
		margin-top: 6em;
	}
	.notified {
		width: 50%;
	}
	.notified input[type="text"] {
		width: 73.5%;
	}
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
	.wrap{
		width:90%;
	}
	.content {
		margin-top: 3em;
	}
	.notified {
		width: 50%;
	}
	.notified input[type="text"] {
		width: 65.5%;
	}
	.content h1 {
		font-size: 3.6em;
	}
	#countdown span {
		padding-top: 7px;
	}
	#countdown h3{
		margin-top: 0.5em;
	}
}
@media only screen and (max-width: 767px) and (min-width: 640px) {
	.wrap{
		width:90%;
	}
	.content {
		margin-top: 6em;
	}
	.notified {
		width: 63%;
	}
	.notified input[type="text"] {
		width: 64.5%;
	}
	.content h1 {
		font-size: 2.6em;
	}
	#countdown span {
		padding-top: 7px;
	}
	#countdown h3{
		margin-top: 0.4em;
	}
	.content p {
		font-size: 1em;
		word-spacing:0.2em;
	}
	#countdown span {
		font-size: 3em;
	}
}
@media only screen and (max-width: 639px) {
	.wrap{
		width:95%;
		min-width: 400px;
	}
	.content {
		margin-top: 6em;
	}
	.notified {
		width: 340px;
	}
	.notified input[type="text"] {
		width: 64.5%;
	}
	.content h1 {
		font-size: 2.6em;
	}
	#countdown span {
		font-size: 2.8em;
		padding-top: 5px;
	}
	#countdown h3{
		margin-top: 0.3em;
		font-size: 0.9em;
	}
	.content p {
		font-size: 1em;
		word-spacing:0.2em;
	}
}