<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/********************************************
 Theme Name: Theme 36
 Version: 1.0
 Author: Jaspreet Kaur
Last Modified: Jaspreet Kaur - March 02, 2017
 ********************************************/

/********************************************
* Detail Page Styles
********************************************/
.map_property .property_gallery {
	width: 43%;
}

/********************************************
call for info section
********************************************/
.bidx_main_image {
	display: block;
	padding: 8px 9px;
	width: 100%;
	height: 395px;
	box-sizing: border-box;
	border-bottom: 1px solid #d7d7d7;
	text-align: center;
}
.bidx_main_image img {
	max-width: 100%;
	max-height: 375px;
}

.property_img_gallery {
	padding: 10px;
	border: none;
}

/********************************************
Maps
********************************************/
.map_property {
	padding-bottom: 20px;
}
.blocks_map {
	overflow: hidden;
	margin-bottom: 20px;
}
.maps_block {
	width: 55%;
	height: 385px;
}

.map_search,
.streetview {
	height: 365px;
}

#map-canvas {
	height: 100%;
}

/********************************************
property_img_gallery
********************************************/
.caroufredsel_wrapper {
	margin: 0 20px !important;
	width: 93% !important;
}

.bidx_image_list li {
	width: 75px;
}

/********************************************
 detail Features
 ********************************************/
.detailfeatures .detailfeatures {
	margin: 5px 2% 15px;
	width: 12%;
}

/********************************************
contact_detail
********************************************/
.detail-popups {
	float: none;
	margin: 0 -20px;
}
.request-info-form {
	float: left;
}
.schedule_showing,
.contact_popup,
.bidx_printbutton,
.request_info {
	margin: 11px 0 0 10px;
	color: #fff;
	padding: 10px 10px 10px 30px;
	border: 1px solid #000;
	text-decoration: none;
	font-size: 1.4rem;
}
.bidx_printbutton a {
	color: #fff;
}
.schedule_showing:hover,
.contact_popup:hover,
.request_info:hover,
.bidx_printbutton:hover {
	color: #fff;
	background-color: #3d8adc;
	border: 1px solid #3d8adc;
}
.schedule_showing {
	background: #000 url("/templates/template_36/bttns/white_calendar_add.png")
		no-repeat scroll 7px center;
}
.contact_popup {
	background: #000 url("/templates/template_36/bttns/phone.png") no-repeat
		scroll 7px center;
}
.request_info {
	background: #000 url("/templates/template_36/bttns/white-email.png") no-repeat
		scroll 7px center;
}
.bidx_printbutton {
	background: #000 url("/templates/template_36/bttns/white-print-icon.png")
		no-repeat scroll 7px center;
}

/********************************************
detail popup
********************************************/
.property_img_gallery .prev {
	top: calc(100% - 50px);
	left: 8px;
}
.property_img_gallery .next {
	top: calc(100% - 50px);
	right: 8px;
}

#detailprop {
	margin: 0px auto 30px;
	float: none;
	width: 95%;
}
</pre></body></html>