.loader {
	transition: visibility 2s, opacity .5s;
	position: absolute;
	width: 100%;
	/* text-align: center; */
	visibility: visible;
	opacity: 1;
}

.loader.hide {
	visibility: hidden;
	opacity: 0;
}

.loader > img {
	width: auto;
	margin: 0 auto;
	display: block;
}

@-moz-keyframes animation-pulse {
	0%, 50%, 100% {
		-moz-transform: scale(1, 1);
	}
	30% {
		-moz-transform: scale(1.5, 1.5);
	}

	60% {
		-moz-transform: scale(1.2, 1.2);
	}

	80% {
		-moz-transform: scale(0.8, 0.8);
	}
}

@-webkit-keyframes animation-pulse {
	0%, 50%, 100% {
		-webkit-transform: scale(1, 1);
	}
	30% {
		-webkit-transform: scale(1.5, 1.5);
	}

	60% {
		-webkit-transform: scale(1.2, 1.2);
	}

	80% {
		-webkit-transform: scale(0.8, 0.8);
	}
}

@-ms-keyframes animation-pulse {
	0%, 50%, 100% {
		-ms-transform: scale(1, 1);
	}
	30% {
		-ms-transform: scale(1.5, 1.5);
	}

	60% {
		-ms-transform: scale(1.2, 1.2);
	}

	80% {
		-ms-transform: scale(0.8, 0.8);
	}
}

@keyframes animation-pulse {
	0%, 50%, 100% {
		transform: scale(1, 1);
	}
	30% {
		transform: scale(1.5, 1.5);
	}

	60% {
		transform: scale(1.2, 1.2);
	}

	80% {
		transform: scale(0.8, 0.8);
	}
}

.pulse {
	display: inline-block;
	-moz-animation: animation-pulse 1s ease;
	-webkit-animation: animation-pulse 1s ease;
	-ms-animation: animation-pulse 1s ease;
	animation: animation-pulse 1s ease;
}

#error {
	display: none;
}

.property-region h1.results-message {
	display: none;
}

.infoBox > img {
	width: auto;
	height: auto;
}

.infoBox p {
	margin-bottom: 15px;
}

.infoBox .infoBoxOuter {
	background-color: #FFFFFF;
	display: inline-block;
	overflow: auto;
	max-height: 687px;
	max-width: 365px;
}

.infoBox .infoBoxInner {
	margin: 10px;
	overflow: auto;
}

.infoBox .infoBoxWrapper {

}

.infoBox .infoBoxImage {

}

.infoBox .infoBoxAddress {
	padding-top: 10px;
}

.infoBox .infoBoxAmenities {

}

.infoBox .infoBoxImage img {
	width: 250px;
	height: auto;
}

.richMarker {
	width: 35px;
	height: 29px;
	padding: 5px 0;
	background-color: transparent;
	background-image: url('/wp-content/themes/crc/images/map-pin.png');
	background-repeat: repeat;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	cursor: pointer;
	cursor: hand;
}

.map-wrapper {
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox; /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex;
}

.map-wrapper .map {
	/*
	you need specific heights and widths
	otherwise google maps hates you in Safari and IE
	*/
	height: 500px;
	width: 588px;
}

#colorbox {
	min-height: 410px;
}

#colorbox .pin-gold {
	margin-right: 10px;
}

#colorbox .popup-container {
	margin-right: 10px;
	box-shadow: none;
}

#cboxLoadedContent {
	-webkit-box-shadow: 6px 8px 16px -5px rgba(0,0,0,0.3);
	-moz-box-shadow: 6px 8px 16px -5px rgba(0,0,0,0.3);
	box-shadow: 6px 8px 16px -5px rgba(0,0,0,0.3);
}

#colorbox ul.dropdowns li.city-state-zip input{
	height: 39px;
}

@media (max-width: 1100px) {

}

@media (max-width: 1023px) {

}

@media (max-width: 750px) {

}

@media (max-width: 760px) {

}

@media (max-width: 500px) {

}

@media (max-width: 480px) {

}

