
*{
	margin: 0;
	padding: 0;
}

html{
	width: 100%;
	height:100%;
}

body{
	position: relative;
	width: 100%;
	height:100%;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: black;
	padding: 0;
	margin: 0;
}

div.container{
	width: 100%;
	height: 100%;
}

header{
	position: fixed;
	top: 0;
	height: 40px;
	width: 100%;
	z-index: 20;
}

header h1{
	font-size: 16px;
	color: #7f7f7f;
}
div.tex{
	position: absolute;
	left: -2.5em;
	top: 2.9em;
	-ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
}

div.help{
	position: absolute;
	right: 0.2em;
}
div.main-loader{
	position: absolute;
	margin: 0;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	display: none;
}
div.loader-gif{
	position: absolute;
	margin: 0;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-image: url('../img/285.GIF');
	background-repeat: no-repeat;
	background-position: center;
}
div.searching{
	position: absolute;
	width:500px;
	height:50px;
	left: 50%;
	top: 50%;
	margin-top: 45px;
	margin-left: -250px;
	text-align: center;
}
div.main{
	position: relative;
	width: 75%;
	max-width: 700px;
	margin: auto;
	font-size: 20px;
	line-height: 28px;
	margin-top: 0;
	margin-bottom: 60px;
}
div.main h1{
	font-size: 20px;
}
div.map{
	margin-top:5%;
}
div.main img{
	width:100%; 
    height: auto;
    margin-bottom: 15px;
    box-shadow: 5px 5px 15px #cccccc;
}
div.info {
	margin-bottom: 50px;
}
div.the-image li{
	padding: 0;
	font-size: 12px;
	line-height: 16px;
}
div.main li{
	list-style-type: none;
}
div.description{
	margin-top: 25px;
}