
h1 {
text-align:center;
font-size:88px;
font-weight:normal;
color:#606060;
}

#content {
margin:0px auto 0;
width:100%;
}


.demo1 {
	
    border-radius: 15px;
width:100%;
height:700px;
BORDER: #fff  7px solid;
text-decoration:none;
}

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

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

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


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

.popup {
	font-weight: 400; 
	font-size:13px;
	line-height:18px;
	text-align:left;
text-shadow:#ffffff 1px 1px; 
color:#333333;
max-width:90%;
position:absolute;
padding:8px;
padding-right:50px;
background:#2a2a2a;
background:rgba(255, 255, 255, .9);
}

.popup h3 {
margin:0;
margin-bottom:0px;
	font-weight: 700; 
	font-size:22px;
	line-height:24px;
text-align:left;
text-shadow:#ffffff 1px 1px; 
color:#c73938;
}

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

.relative {
position:relative;
}

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

.controls a {
text-shadow:#6f6a5c 1px 1px; 
color:#fff;
font-weight: 400; 
font-size:18px;
line-height:24px;
background:#6f6a5c;
background:rgba(111, 106, 92, .6);
display:block;
float:left;
clear:both;
margin-bottom:4px;
outline:none;
padding:0 15px;
text-decoration:none;

}

.controls a:hover {
text-shadow:#ffffff 1px 1px; 
color:#6f6a5c;
font-weight: 400; 
font-size:18px;
line-height:24px;
background:#ffffff;
background:rgba(255, 255, 255, .6);
}

.controls .active {
background:#c73938;
color:#fff;
text-shadow:#5A2529 1px 1px; 
color:#c73938;
font-weight: 400; 
font-size:18px;
line-height:24px;
background:#2a2a2a;
background:rgba(0, 0, 0, .6);
}