@import url(http://fonts.googleapis.com/css?family=Engagement);

h1 {
text-align:center;
font-family:vodafone_rgregular;
font-size:88px;
font-weight:normal;
color:#606060;
}



.demo1 {
	width: 1296px;
	height: 581px;
	-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:15px;
height:23px;
outline:none;
background:url(../images/marker.png) no-repeat;
cursor:pointer;
}

.popup {
width:300px;
position:absolute;
padding:8px;
background:#005C99;
color:#fff;
font-size:13px;
line-height:20px;
}

.popup h3 {
margin:0;
margin-bottom:10px;
font-family:vodafone_rgregular;
font-weight: bold;
font-size:25px;
}

.popup .close {
display:block;
text-indent:-9999px;
position:absolute;
top:4px;
right:4px;
width:16px;
height:16px;
outline:none;
background:url(../images/close.gif) no-repeat;
cursor:pointer;
}

.relative {
position:relative;
}

.controls {
position:absolute;
top:18px;
left:35px;
z-index:20;
}

.controls a {
background:#005C99;
background:rgba(0, 92, 153, .5);
display:block;
float:left;
clear:both;
font-size:13px;
line-height:28px;
margin-bottom:4px;
outline:none;
padding:0 15px;
text-decoration:none;
}

.controls a:hover {
background:#eee;
color:#005C99;
}

.controls .active {
background:#005C99;
color:#fff;
}
