#address-alert {
	display:none;
	position: absolute;
	top: 140px;
	left: 23%;
	right: 20%;
	width:50%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	z-index: 9;
	padding-bottom: 15px;
}
#address-alert p {
  margin:0;
}
#address-alert .close {
  top:20px;
}
#geolocate-address {
	display: inline-block;
	box-shadow: 1px 1px 7px #333;
	-webkit-box-shadow: 1px 1px 7px #333;
	-moz-box-shadow: 1px 1px 7px #333;
	padding: 10px;
	position: absolute;
	top:20px;
	left:50%;
	margin-left: -400px;
  	width:800px;
	z-index: 11;
	background-color: white;
    height: 75px;
}

#geolocate-address .uw-select-mask {
    top: -60px;
    width: 270px;
    left: 510px;
}

#geolocate-address .chosen-container {
    display:none;
}

/* --- IE 7 Centering bug ---*/

#ie7 .search-query {
	margin-left: 400px;
}
#search-address {
	width:85%;
    width: 395px;
    height: 54px;
    padding: 10px 0 10px 15px;
    border: none;
    /*font-size: 20px;*/
    line-height: 20px;
    outline: 0;
    background-color: #F1F1F1;
}
#geolocate-address.form-search button {
    /* padding: 10px 12px; */
    border: none;
    font-size: 0;
    /* float: left; */
    /* display: block; */
    height: 54px;
    /*outline: 2px solid gray;*/
    background: url(../../uw-2014/assets/svg/search.svg) no-repeat center center gray;
    position: relative;
    top: -6px;
    left: -4px;
    -webkit-background-size: 22px;
    -moz-background-size: 22px;
    -o-background-size: 22px;
    background-size: 22px;
    padding: 0 60px 0 0;
}
#google-info-window .region-info p,
#google-info-window .region-info ul,
#google-info-window .region-info a {
	padding: 0 0 5px 40px;
}
#google-info-window .region-info.has-thumbnail {
  float:left;
  width:275px;
}
#google-info-window .attachment-thumbnail {
  float:left;
  padding:20px;
}
#google-info-window-region h2 {
    color: #4b2e83;
    margin-top: 0px;
    margin-bottom: 15px;
    margin-right: 50px;
}
#google-info-window .regioninfoWindow h2, #google-info-window .regioninfoWindow h3 {
	width: 86%;
	display: block;
	margin: 15px 240px 0 40px;
	border-bottom: 1px dotted #DDD;
	padding: 20px 0 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
}
#google-info-window .regioninfoWindow .region-info h2, #google-info-window .regioninfoWindow .region-info h3 {
	margin: 0 0 0 40px;
	border: 0;
	text-transform: none;
	font-weight: normal;
}
#map-facts a:after, .region-info a:after {
	border-left-color: #D7A900;
	border-right-color: #D7A900;
	margin-left: 4px;
	border-left: 6px solid #D7A900;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	content: " ";
	position: absolute;
	margin-top: 5px;
}
#region-tooltip {
  position:absolute;
  opacity:1;
}
#overlay-background {
  width:100%;
  height:100%;
  opacity:.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  background-color:#fff;
  top:0;
  position:absolute;
  z-index:21;
}

/* To Hide */

.author-info,
.date {
	display: none;
}

/* Custom popup */

.custom-popup {
	background: url('../images/modal-bg.jpg') no-repeat center 8px #fff;
    /*
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
    */
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
}
.custom-popup p {
	padding: 200px 80px 0;
}

.post-type-archive-district .custom-popup {
	width: 610px;
	height: 403px;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1050;
	width: 610px;
	margin: -201px 0 0 -310px;
}
.close-popup {
    background-color: #FFF;
	text-align: center;
	padding-top: 5px;
}
.post-type-archive-community .custom-popup {
	width: 610px;
	height: 603px;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1050;
	margin: -301px 0 0 -310px;
}
.custom-popup img {
	position: absolute;
	top: -10px;
	left: 340px;
}


/********************************************************************************************************************************************************************************
	Mobile
*********************************************************************************************************************************************************************************/


@media (max-width: 767px) {

  #geolocate-address{
	  display:none;
  }
  #mobile-building-title {
	  border-bottom: 1px dotted #DDD;
	  margin: 0 25px 20px 0;
	  padding: 0 0 10px 0;
  }
  .region {
	  padding: 0 15px;
  }
  body #content h1 {
	margin: 16px 0 16px -15px;
  }
}

/********************************************************************************************************************************************************************************
	Desktop
*********************************************************************************************************************************************************************************/

@media (min-width: 768px) {

	.single #content #arrow-mark {
		top: 25px;
	}
	#map-facts {
		width: 40%;
		float: left;
		margin: 0 6% 0 0;
	}
	#map {
		width: 50%;
		height: 428px;
		float: left;
	}
	#google-map-region {
		margin: 10px 0 35px 0;
		overflow: hidden;
		padding: 30px 0;
		border-radius: 5px;
		position: relative;
	}
	#scrollable-sections-bottom-shadow {
		left: 610px;
		opacity: 2;
		border-top: 1px solid #EBEBEB;
		background: -webkit-gradient(linear,left top,right top,from(rgba(0, 0, 0, .2)),to(transparent));
		-webkit-mask-box-image: -webkit-gradient(linear,left top,left bottom,
			color-stop(0.0,rgba(0,0,0,0)),
			color-stop(0.2,rgba(0,0,0,.8)),
			color-stop(0.8,rgba(0,0,0,.8)),
			color-stop(1.0,rgba(0,0,0,0)));
		background-image: -moz-radial-gradient(top,ellipse farthest-side,rgba(0, 0, 0, .2),transparent);
		width: 6px;
		height: 320px;
		position: absolute;
	}
	#scrollable-sections-top-shadow {
		left: 274px;
		opacity: 2;
		border-bottom: 1px solid #EBEBEB;
		background: -webkit-gradient(linear,right top,left top,from(rgba(0, 0, 0, .2)),to(transparent));
		-webkit-mask-box-image: -webkit-gradient(linear,left top,left bottom,
			color-stop(0.0,rgba(0,0,0,0)),
			color-stop(0.2,rgba(0,0,0,.8)),
			color-stop(0.8,rgba(0,0,0,.8)),
			color-stop(1.0,rgba(0,0,0,0)));
		background-image: -moz-radial-gradient(top,ellipse farthest-side,rgba(0, 0, 0, .2),transparent);
		width: 6px;
		height: 320px;
		position: absolute;
	}
	body #content h1 {
		font-size: 35px
	}
}

/*
@media (min-width: 1221px) {

	#geolocate-address input.search-query {
		width: 395px;
	}
  #geolocate-address .muted {
    padding: 0 1%;
  }
	#geolocate-address button {
		width: 10%;
	}

}
@media (max-width: 1220px) {

	#geolocate-address input.search-query {
		width: 395px;
	}

  #geolocate-address .muted {
    padding: 0 1%;
  }
	#geolocate-address button {
		width: 12%;
	}

}
#geolocate-address input.search-query {
	width: 380px;
}
*/

#geolocate-address .muted {
    padding: 0 5px;
}
/*
#geolocate-address button {
	width: 10%;
    padding-left: 12px;
}
*/
