.demo1 {
	height:400px;
	position:relative;
	border: 1px solid #949494;
}

.preloader {
background:url(../images/theme/loader.gif) no-repeat center #fff;
}

.marker {
	display:block;
	text-indent:-9999px;
	width:11px;
	height:11px;
	outline:none;
	cursor:pointer;
	background-image: url(../images/theme/marker.png);
	background-repeat: no-repeat;
}

.controls h4 {
	font-family: "ArvoBold";
	margin-top: 0px;
	margin-bottom: 0px;
}
.controls a {
	background:#fff;
	display:inline;
	float:none;
	clear:none;
	font-size:10px !important;
	font-weight:normal;
	line-height:10px;
	margin-bottom:0px;
	outline:none;
	padding:0;
	text-decoration:none;
}
.controls {
	margin-bottom: 0px;
	background-color: #FFF;
	padding: 5px;
	display:block;
	max-width:100%;
	opacity: .8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #949494;
	border-right-color: #949494;
	border-left-color: #949494;
	z-index: 3;
}

.controls a:hover {
	color:#A21F17;
	text-decoration:underline;

}

.controls .active {
	color:#A21F17;
	text-decoration:underline;
}
.popup {
	margin-top:150px;
	z-index: 100;
	width: 90%;
	max-width:325px;
	position:absolute;
	padding:8px;
	background:#A21F17;
	color:#fff;
	font-size:12px;
	line-height:20px;
	border: 1px solid #FFF;
-moz-box-shadow:0 0 5px #666;
-webkit-box-shadow:0 0 5px #666;
box-shadow:0 0 5px #666;
}
.popup img {opacity: 1; max-width:150px; float: left; margin-right: 10px; margin-bottom: 20px;}
.popup h3 {
margin:0;
margin-bottom:10px;
font-weight:normal;
font-size:20px;
color: #fff;
border-bottom: 3px solid #fff;
font-family: "ArvoBold";
}

.popup .close {
display:block;
text-indent:-9999px;
position:absolute;
top:4px;
right:4px;
width:16px;
height:16px;
outline:none;
background:url(../images/theme/close.gif) no-repeat;
cursor:pointer;
}
#maincontent .popup a {color: #fff;}
.popup a.button {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	font-size: 12px;
	text-decoration: none;
	text-shadow: 0 1px rgba(0, 0, 0, .3);
	cursor: pointer;
	margin-bottom: 10px;
	background-color: #88A04C;
	color: #FFF;
	font-family: "ArvoRegular";
	border: 1px solid #FFF;
	margin-top: 10px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}

.relative {
position:relative;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {

.popup {
width: 220px !important; margin-top:150px;}
.popup img {display:none;}
}/* END Mobile Landscape Size to Tablet Portrait (devices and browsers) */

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
.popup {
width: 200px !important;}
.popup img {display:none;}

}/* END Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
