/* 0098ff */

 /**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;}

/** Background image is set on html element **/
html{
	margin: 0;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
/**** We put pattern mask in body ***/
body{
	background-color:#000;
	margin:0;
	font-family: sans-serif;
}



.lcdstyle{ /*Example CSS to create LCD countdown look*/
	//background-color:black;
	color:#fff;
	font-size: 6vw;
	padding: 3px;
}

.lcdstyle sup{ /*Example CSS to create LCD countdown look*/
	font-size: 1vw;
	color:#0098ff;
}

p {color:#fff;text-align: center;}

h1 {
	font-weight: 500;
	font-size: 2vw;
	margin: 0 auto;
	color: #fff;
	position: absolute;
	top: 15%;
	width: 100%;
	text-align: center;
}

h2{
	color: #0098ff;
	font-size: 3vw;
	position: absolute;
	top: 25%;
	width: 100%;
	text-align: center;
}

h3 {
	font-weight: 500;
	font-size: 2vw;
	margin: 0 auto;
	color: #fff;
	position: absolute;
	top: 40%;
	width: 100%;
	text-align: center;
}

.map {
	margin: 0 auto;
	position: absolute;
	top: 125%;
	width: 100%;
}


ul{
	list-style: none;
	display: block;
}

a{
	color: #0098ff;
}

canvas {
	left:0;
	top:0;
	background: #000;
 // z-index:-1;
	position:absolute;
}

.wrapper{
	min-height: 500px;
	position: relative;
	z-index:2;
	width:100%;
}

.logo{position:fixed;top:0;z-index:998;width:100%;}


.logo img {
    width: 12vw;
    height: auto;
	z-index:998;
}


ul.countdown {
	position: absolute;
	top: 53%;
	text-align: center;
	padding: 0;
	margin-bottom: 0;
	width: 100%;
}

.iletisim {
	position: absolute;
	top: 80%;
	text-align: center;
	padding: 0;
	margin-bottom: 0;
	width: 100%;
	font-size: 1.2vw
}


.copyright{
	position: fixed;
	text-align: right;
	bottom: 10px;
	right: 10px;
	color: #fff;
}

* {
/*-webkit-user-select: none; yandex form input kiltliyor*/
-html-user-select: none;
-moz-user-select: -moz-none;
-o-user-select: none;
user-select: none;
}

@media screen and (max-width: 500px){
	h1{font-size: 3.5vw}
	h2{font-size: 5vw}
	h3{font-size: 5vw}
	.iletisim{font-size: 3vw}
	.lcdstyle{font-size: 10vw;}
	.lcdstyle sup{font-size: 3vw;}
	.logo img {width: 30vw;}
}