body.page .demo1 {margin-top:20px;}

.demo1 {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
float:left;
width:955px;
height:500px;
margin-left:0px;
margin-top:0px;
margin-bottom:0px !important;
border: 1px solid #eee;
}

.demo1 p { 
line-height: 18px; 
color: #999;
}

.menu {
margin-bottom:40px;
text-align:center;
}

.menu a {
color:#D7363A;
font-size:11px;
font-weight:bold;
margin:0 10px;
}

.preloader {
background:url(../images/loader.gif) no-repeat center #fff;
}

.marker {
display:block;
text-indent:-9999px;
width:15px;
height:23px;
outline:none;
background:url(../images/marker.png) no-repeat;
cursor:pointer;
}

.popup {
width:300px;
position:absolute;
padding:8px;
background:#2a2a2a;
color:#fff;
font-weight:bold;
font-size:11px;
line-height:20px;
opacity: .9;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.popup h3 {
margin:0;
margin-bottom:10px;
font-family: 'Oswald', sans-serif;
font-weight:normal;
font-size:18px;
color: #fff;


}

.popup .close {
display:block;
text-indent:-9999px;
position:absolute;
top:8px;
right:10px;
width:16px;
height:16px;
outline:none;
background:url(../images/close.gif) no-repeat;
cursor:pointer;
}

.relative {
position:relative;
}

#map .controls {
position:absolute;
top:50px;
left:20px;
z-index:20;
}

.controls a {
font-family: 'Oswald', sans-serif;
background:#474747;
background:rgba(0, 0, 0, .5);
display:block;
float:left;
clear:both;
font-size:12px;
color: #fff;
line-height:18px;
margin-bottom:8px;
outline:none;
padding:4px 10px;
text-decoration:none;
-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.controls a:hover {
background:#eee;
color:#2a2a2a;
}

.controls .active {
background:#D7363A;
color:#fff;
}