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

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

#content {
	width: 98%;
	margin-top: 10px;
	/* [disabled]margin-right: auto; */
	margin-left: auto;
}

.demo1 {
	float: left;
	width: 98%;
	height: 400px;
	-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;
	width: 100%;
}

.menu a {
	color: #73B4C2;
	font-size: 11px;
	font-weight: bold;
	margin: 0 10px;
	white-space: nowrap;
}

.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;
}
/* We decided to remove the pins last year due to issues with exact placement
.one{background:url(../images/marker-01.png) no-repeat;}
.two{background:url(../images/marker-02.png) no-repeat;}
.three{background:url(../images/marker-03.png) no-repeat;}
.four{background:url(../images/marker-04.png) no-repeat;}
.five{background:url(../images/marker-05.png) no-repeat;}
.six{background:url(../images/marker-06.png) no-repeat;}
.seven{background:url(../images/marker-07.png) no-repeat;}
*/ 

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

.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:4px;
right:4px;
width:16px;
height:16px;
outline:none;
background:url(../images/close.gif) no-repeat;
cursor:pointer;
}

.relative {
position:relative;
}

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

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

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

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

.controls .active {
	background: #FF552E;
	color: #fff;
}.touring01 {
}
