@charset "UTF-8";
/* CSS Document */
@font-face {
       font-family: HeliosCond Bold Italic; /* Имя шрифта */
    src: url(fonts/HeliosCondBoldItalic.ttf); /* Путь к файлу со шрифтом */
   }
   html{    height: 100%;}
   a{text-decoration: none; }
   h1 {
    font-family: HeliosCond Bold Italic; 
    color:#e3f4fd;
    font-size:82px; 
    text-transform: uppercase; 
  
   }
     h2 {
	   font-family: HeliosCond Bold Italic; 
	 text-transform: uppercase; 
	 font-size:22px;
	text-shadow: 0 0 15px rgba(29, 29, 29, 0.89);   }
h3{ font-family: HeliosCond Bold Italic; 
	 text-transform: uppercase; 
	 font-size:42px;color:whitesmoke}
h31{ font-family: HeliosCond Bold Italic; 
	 text-transform: uppercase; 
	 font-size:42px;color:whitesmoke; text-shadow: 0 0 15px rgba(29, 29, 29, 0.89);}

h32{ font-family: HeliosCond Bold Italic; 
	 text-transform: uppercase; 
	 font-size:42px;color:whitesmoke; text-shadow: 0 0 15px rgba(29, 29, 29, 0.89);}
h3l{font-family: HeliosCond Bold Italic;
text-transform: uppercase;
font-size: 18px;
color: whitesmoke;
    text-shadow: 0 0 15px rgba(29, 29, 29, 0.89);
}
h6{ font-family: HeliosCond Bold Italic; 
	 text-transform: uppercase; 
	 font-size:32px;color:whitesmoke}
h4{font-size: 16px;
position: absolute;
right:0;
left:0;
margin: auto;
bottom: 40px;
/*! text-shadow: 0 0 5px gray; */}
   div#pl {
	position: relative;
    left: 0;
    right: 0;
    font-family: HeliosCond Bold Italic;
    color: #333232;
    font-size: 20px;
}

   div#body{position: absolute;
left: 0px;
right: 0px;
top: 0px;
bottom: 0px;}

body{
    background:url(img/bg.png);
    background-size:cover;
    background-position: center center;
    text-align:center;
    padding-top: 10%;
}
li{list-style-type: none;}
#tx{
    position: relative;
    top: -135px;
    right: 0%;
    text-shadow: 0 0 20px rgba(0,0,0,.6);
    left: 0%;
    color: whitesmoke;
}

#tx1{
    text-shadow: 0 0 15px rgba(128, 128, 128, 0.46);
    position: absolute;
    top: 85px;
    right: 0%;
    left: 0;
    color: whitesmoke;
}

#tx0{
    text-shadow: 0 0 15px rgba(128, 128, 128, 0.46);
    position: absolute;
    top: 35%;
    right: 0%;
    left: 0%;
    color: whitesmoke;}




div#loading {background:#e3f4fd url(img/loading.gif) no-repeat center;
height:40px;}
div#social{
position: absolute;
right: 90px;
bottom: 50px;
width:50px;
}


div#st{
background: url(img/join.png) no-repeat;
background-size: 160px;
position: absolute;
left: 40px;
width: 150px;
height:20px;
bottom: 60px;}

#sn{
    height: 57px;
    width: 57px;
    float: left;
    color: rgba(101, 155, 199,.8);
    font-size: 45px;
    -webkit-transition: 0.5s ease-in-out;
    transition-delay: 0.5s ease-in-out;
    cursor: pointer;
    text-shadow: 0 0 10px white;
}

#sn:hover{
    height: 57px;
    width: 57px;
    float:left;
   color: rgba(101, 155, 199,1);
    font-size: 45px;
    -webkit-transition: 0.5s ease-in-out; 
    transition-delay: 0.5s ease-in-out;
}

#mus{
    position: absolute;
    bottom: 0;
    left: 20px;
    font-family: HeliosCond Bold Italic;
    color: #e3f4fd;
    font-size: 15px;
    text-transform: uppercase;
    text-shadow: 0 0 5px rgba(29, 29, 29, 0.6);
}

#tx2 {
        background: url(img/logo.png)no-repeat;
    background-size: 70%;
    width: 400px;
    left: 0px;
    color: whitesmoke;
    margin: auto;
    right: 0px;
    margin-top: -50px;
    height: 400px;
    background-position: center;
}
