@charset "utf-8";
/* CSS Document */

.superimposed_logo {
	z-index: 20000;
	position: absolute;
	width: 150px;
	left: 50%;
	top: 20%;
	transform: translateX(-50%) translateY(-20%);
}
.superimposed_logo img {
	max-height: 100%;
	max-width: 100%;
}


/* ******************* */ 
/* Main Home Page Slideshow */ 
/* ******************* */ 
.slideshow_property_primary {
	position: relative;
	padding-bottom: 0px;
	z-index: 4000;
	overflow: hidden;
	width: 100%;
}
.slideshow_property_primary .bx-wrapper {
	width: 100%;
	overflow: hidden;
}
.slideshow_property_primary .bx-viewport {
	/*background-color: #FFF;*/
}
.slideshow_property_primary .bx-has-pager {
	/*background-color: #CCC;*/
}
.slideshow_property_primary .bx-wrapper .bx-pager.bx-default-pager a {
	width: 12px;
	height: 12px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
.slideshow_property_primary .bx-wrapper .bx-pager.bx-default-pager a.active {
	/*background-color: #FFF;*/
}
.slideshow_property_primary .bx-wrapper .bx-controls-direction a {
	/*
	position: absolute;
	top: 225px;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
	*/
}
.slideshow_property_primary .bx-viewport {
	/*border-bottom: 1px solid #AAA;*/
}
.slideshow_property_primary .item {
	/*width: 800px;*/
	border: none;
}
.slideshow_property_primary .slideshow_image_wrapper {
	position: relative;
	display: block;
	width: 100%;
	/*height: 450px;
	overflow: hidden;*/
}
.slideshow_property_primary .bx-wrapper img, .slideshow_property_primary .item .slideshow_image_wrapper img {
	position: relative;
	width: auto;
	max-width: 100%;
	/*max-height: 450px;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);*/
}
.slideshow_property_primary .slide-caption-container {
	position: relative;
	left: auto;
	top: auto;
	width: 100%;
	display: block;
    overflow: hidden;
	/*font-family: 'Vollkorn', serif;*/
}
.slideshow_property_primary .slide-caption-content-wrapper {
    position: relative;
	/*min-height: 300px;*/
	padding: 20px 40px 20px 40px;
	background-color: rgba(0,0,0,0.95);
}
.slideshow_property_primary .bx-wrapper .more_button_wrapper {
	position: relative;
	right: auto;
	bottom: auto;
	text-align: center;
}
.slideshow_property_primary .slide-caption1-wrapper {
	font-weight: normal;
}
.slideshow_property_primary .slide-caption1-wrapper .slide-caption-text, .slideshow_property_primary .slide-caption2-wrapper .slide-caption-text {
	color: #FFF;
	/*font-family: 'Vollkorn', sans-serif;*/
}
.slideshow_property_primary .slide-caption1-wrapper .slide-caption-text {
	background: transparent;
	text-align: center;
	padding-left: 0px;
	font-weight: bold;
}

.slideshow_property_primary .slide-caption2-wrapper .slide-caption-text {
	font-weight: normal;
	text-align: center;
}
/*
.slideshow_property_primary .slide-caption-text a {
	display: inline-block;
	padding: 5px 10px 5px 10px;
	background-color: rgba(0,0,0,0.9);
	margin-top: 10px;
	border-radius: 20px;
}
*/
.slideshow_property_primary .slide-caption-text a, .slideshow_property_primary .slide-caption-text a:link, .slideshow_property_primary .slide-caption-text a:visited, .slideshow_property_primary .slide-caption-text a:active {
	color: #CC0000; 
}
.slideshow_property_primary .slide-caption-text a:hover {
	color: #CC0000; 
	text_decoration: none;
}
.slideshow_property_primary .bx-wrapper .more_button_wrapper {
	position: absolute;
	bottom: 30px;
	left: 40px;
}
.slideshow_property_primary .bx-has-pager {
    background-color: transparent;
}
/*.slideshow_property_primary .bx-wrapper .bx-pager.bx-default-pager a {
    background: rgba(255,255,255,0.6);
}
.slideshow_property_primary .bx-wrapper .bx-pager.bx-default-pager a:hover, .slideshow_property_primary .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: rgba(255,255,255,0.9);
}*/
	
@media (max-width: 768px) {
	.slideshow_property_primary .bx-wrapper .bx-pager.bx-default-pager {
		/*display: none;*/
	}
	.slideshow_property_primary .slide-caption1-wrapper .slide-caption-text {
		font-size: 24px !important;
		line-height: 32px !important;
	}
	.slideshow_property_primary .slide-caption2-wrapper .slide-caption-text {
		font-size: 19px !important;
		line-height: 24px !important;
	}
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.slideshow_property_primary .bx-wrapper {
	}
	.slideshow_property_primary .bx-wrapper .bx-controls-direction {
		/*display: none;*/
	}
	.slideshow_property_primary .bx-wrapper .bx-prev {
    	left: 40px;
	}
	.slideshow_property_primary .bx-wrapper .bx-next {
    	right: 40px;
	}
	.slideshow_property_primary {
		display: block;
		background-color: transparent;
	}
	.slideshow_property_primary .item {
		/*width: 2000px;*/
	}
	.slideshow_property_primary .slideshow_image_wrapper {
		/*height: 600px;*/
	}
	.slideshow_property_primary .bx-wrapper img, .slideshow_property_primary .item .slideshow_image_wrapper img {
		/*width: 2000px;
		max-width: 2000px;
		height: auto;*/
	}
	.slideshow_property_primary .slide-caption-container {
		position: absolute;
		left: 0px;
		bottom: 0px;
		width: 100%;
	}
	.slideshow_property_primary .slide-caption-content-wrapper {
		/*padding: 40px 60px 40px 60px;*/
		background-color: rgba(0,0,0,0.5);
	}
	.slideshow_property_primary .slide-caption1-wrapper .slide-caption-text, .slideshow_property_primary .slide-caption2-wrapper .slide-caption-text {
		color: #FFF;
	}
	.slideshow_property_primary .bx-wrapper .more_button_wrapper {
		/*position: absolute;
		left: auto;
		right: 30px;
		bottom: 30px;*/
	}
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.slideshow_property_primary .slide-caption-container {
	}
}




.slideshow_property_thumb_item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 50px;
	height: 40px;	
	overflow: hidden;
	background-color: #333333;
	border: 1px solid #333333;
	margin-right: 1px;
	margin-bottom: 3px;
	opacity: 0.6;
}
.slideshow_property_thumb_item:hover {
	opacity: 1;
}
.slideshow_property_thumb_item a {
	
}
.slideshow_property_thumb_item img {
	position: absolute;
	max-width: 120%;
	max-height: 120%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.slider_prev_next_links {
	text-align: center;
	font-size: 90%;
	padding: 5px;
	color: #000; 
}
#slider-prev, #slider-next, #slider-pause, #slider-start {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 5px;
	margin-right: 5px;
}
#slider-prev a, #slider-next a, #slider-pause, #slider-start {
	color: #B97531; 
}
#slider-prev a:hover, #slider-next a:hover, #slider-pause:hover, #slider-start:hover {
	color: #CC4714; 
}
#slider-pause, #slider-start {
	min-width: 100px;
}
#slider-pause:hover, #slider-start:hover {
	cursor: pointer;
	text-decoration: underline;
}