/* 
    Created on : 2014-04-16, 18:24:56
    Author     : Swiph3l
*/
@font-face {
	font-family: helvetica;
	src: url("../helvetica/HelveticaNeueLTPro-LtCn.otf");
}
body{
    padding: 0;
    margin: 0;
    background: url('../images/bg.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
}
.logo{
    width: 205px;
    height: 93px;
    background: url('../images/logo1.png') no-repeat;
    background-size: contain;
}
.adwall{
    width: 1005px;
    margin: 0 auto;
    position: relative;
    min-height: 100vh;
}
.cbg{
    background: #101010;
    width: 700px;
    height: 500px;
    right: 0;
    position: absolute;
    top: 200px;
}
.logo2{
    background: url('../images/logo2.png') no-repeat;
    background-size: contain;
    width: 315px;
    height: 281px;
    position: absolute;
    margin-left: -280px;
}
.bgmenu{
    font-family: "helvetica";
    color: #d2d2d2;
    width: 400px;
    padding-left: 60px;
    padding-top: 100px;
}
.bgmenu .n1{
     font-size: 16px;
}
.bgmenu .n2{
    font-size: 22px;
    margin-bottom: 20px;
}
.info{
    padding: 35px 0px;
    border-top: #353535 1px solid;
    padding-left: 80px;
}
.info a{
    text-decoration: none;
    color: #d2d2d2;
}
.a{
   background: url('../images/info1.png') no-repeat center ;
   background-position: 10px 22px;
}
.zoneinfo {
    position: absolute;
    background-position: 10px 22px;
    margin-left: -70px;
    margin-top: -12px;
    width: 40px;
    height: 40px;
}
.b{
   background: url('../images/info2.png') no-repeat center ;
   background-position: 10px 22px;
}
.c{
   background: url('../images/info3.png') no-repeat center ;
   background-position: 10px 14px;
}
#MyGmaps{
    position: absolute;
    margin-left: -400px;
    z-index: 22;
    -moz-box-shadow: 0 0 5px 5px #101010;
    -webkit-box-shadow: 0 0 5px 5px #101010;
    box-shadow: 0 0 5px 5px #101010;
    opacity: 0;
}
