@import url(http://fonts.googleapis.com/css?family=Engagement);

h1 {
text-align:center;
font-family:'Engagement', sans-serif;
font-size:88px;
font-weight:normal;
color:#606060;
}

#content {
margin:0px auto 0;
width:980px;
}

.demo1 {
float:left;
width:980px;
height:600px;

-moz-box-shadow:0 0 5px #ddd;
-webkit-box-shadow:0 0 5px #ddd;
box-shadow:0 0 5px #ddd;
}

.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:32px;
height:32px;
outline:none;
background:url(../images/marker.png) no-repeat;
cursor:pointer;
}

.popup {
width:300px;
margin-top:25px;
border-radius:10px;
position:absolute;
padding:8px;
background:#4B4B4B;
color:#fff;
font-weight:bold;
font-size:11px;
line-height:20px;

display:block;
	background: rgb(65, 64, 60) transparent;
	background: rgba(65, 64, 60, 0.6);
}

.popup h3 {
margin:0;
margin-bottom:10px;
font-family: 'Cabin Condensed', sans-serif;
font-weight:normal;
font-size:20px;
}

.popup .close {
display:block;

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

.relative {
position:relative;
}

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

.controls a {
background:#2a2a2a;
background:rgba(0, 0, 0, .6);
display:block;
float:left;
clear:both;
font-size:10px;
font-weight:bold;
line-height:25px;
margin-bottom:3px;
outline:none;
padding:0 10px;
text-decoration:none;
}

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

.controls .active {
background:#76ae22;
color:#fff;
}