
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap');

/* ==========================================================================
   IDX Search
/* ========================================================================== */

#idx_search {
        width:100%; /* controls the width of the container */
        margin:0 auto;
}

#idx_search_mls {
	padding:0 0 10px;
	border-bottom:1px solid #f3f3f3;
}

#idx_search_mls,
#idx_search_type {
	margin-bottom:10px;
}

#idx_search_mls input[type=text] {
	width:220px;
	margin:0;
}

#idx_search_type select,
#idx_searchmls select {
	width:224px;
	margin-bottom:0;
}

#idx_search_mls_label,
#idx_search_type_label {
	margin-bottom:5px;
	font-weight:bold;
}

.idx_search_col {
        position:relative;
        float:left;
        width:19%;
        margin:0 1% 10px 0;
}

.idx_search_container:nth-of-type(1) .idx_search_col {
	width:16.66%;
}

.idx_search_label {
        font-weight:bold;
}

.idx_search_select {
        width:90%;
}

.idx_search_input {
        width:85%;
}


.idx_search_toggle_col {
        float:left;
        width:50%;
}

.idx_search_toggle {
        margin:0 0 10px;
}

.idx_search_toggle_btn {
        font-size:11px;
        font-weight:normal;
}

.idx_search_mulselect {
        display:none;
        margin-top:10px;
}

.idx_search_mulselect select {
        width:90%;
        height:80px;
}

.idx_instruction_detail {
        font-size:10px;
}

.idx_instructions {
        font-size:11px;
}

#idx_search_search {
        margin:10px 0;
}


/* ==========================================================================
   Quick Search
/* ========================================================================== */

#idx_quick_search_mls_input {
	margin:0;
	font-size:11px;
}


/* ==========================================================================
   Search Results
/* ========================================================================== */

#idx_results {
        width:100%; /* controls the width of the container */
}

.idx_results_data {
	width: 100%; /* fluid container for each result */
	margin:20px 0;
	padding-top:20px;
	border-top:1px solid #efefef;
}

.idx_results_picturecell {
        width:20%;
        float: left;
        text-align:center;
        font-weight:bold;
}

.idx_results_datacell {
        position:relative;
    width:75%;
        float: left;
        margin-left:5%;
}

.idx_results_datacell h2,
.idx_results_datacell h3 {
        margin:0;
}

.idx_results_city {
        font-weight:bold;
}

.idx_results_link {
        margin-top:10px;
}

.idx_results_logo {
        position:absolute;
        right:0;
        top:0;
}

.idx_results_vtour {
        position:absolute;
        right:20px;
        top:30px;
		max-width:60px;
}


/* ==========================================================================
   IDX Details
/* ========================================================================== */

#idx_detail {
        width:100%; /* controls the width of the container */
        margin:0 auto;
}

#idx_detail_mainpic {
        float:left;
        width:70%;
}

#idx_slides .cycle-prev,
#idx_slides .cycle-next {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 60px;
	margin-top: -30px;
	background-color: rgba(0,0,0,0.6);
	z-index: 800;
	text-indent: 150%;
	overflow: hidden;
    white-space: nowrap;
}

#idx_slides .cycle-prev {
	left: 0;
	background-image: url(../img/prev.png);
}

#idx_slides .cycle-next {
	right: 0;
	background-image: url(../img/next.png);
}

#idx_slides.cycle-paused:after {
    content: 'Paused'; color: white; background: black; padding: 10px;
    z-index: 500; position: absolute; top: 10px; right: 10px;
    border-radius: 10px;
    opacity: .5; filter: alpha(opacity=50);
}

#idx_mainpic {
        width:100%;
        height:auto;
        max-width:640px;
}

#idx_detail_agentinfo {
        float:right;
        width:30%;
        text-align:center;
}

#idx_detail_agentinfo div {
        margin-bottom:10px;
}

#idx_detail_companyinfo img {
	height: 15px;
}

.idx_detail_icons {
	float:left;
	width:33.33%;
}

.idx_detail_icons br { display:none; }

.idx_detail_icons img,
#idx_detail_agentinfo img {
	max-height:60px;
}



.idx_detail_icons_phone {
	position:relative;
}

.idx_detail_icons_phone_pop {
	display:none;
	position:absolute;
	top:50%;
	left:50%;
	width:150px;
	margin:-20px 0 0 -75px;
	line-height:40px;
	background-color:#f3f3f3;
	border:1px solid #ccc;
}

#idx_detail_extrapics {
        margin:20px 0;
}

#idx_detail_extrapics img {
        height:50px;
        width:auto;
        cursor:pointer;
}

#idx_detail_address h2 {
        margin:0 0 10px;
        text-align:center;
}

.idx_detail_data {
        display:table;
        width:100%;
        margin-bottom:15px;
}

.idx_detail_data div {
        display:table-cell;
        padding-right:2px;
}

.idx_detail_data span,
.idx_detail_roomdim_hdr,
.idx_detail_feature_hdr {
        display:block;
        padding:4px;
        background:#f3f3f3;
        font-weight:bold;
}

.idx_detail_label {
        margin-bottom:5px;
}



.idx_detail_roomdim_data {
	float:left;
	width:50%;
	margin-bottom:5px;
}

.idx_detail_roomdim,
.idx_detail_roomdim_hdr,
.idx_detail_feature_hdr {
        margin-bottom:10px;
}


.idx_detail_feature_label {
        font-weight:bold;
}

.idx_detail_feature_data {
        margin-bottom:5px;
}

#idx_detail_back {
        margin:20px 0;
        padding-bottom:20px;
        border-bottom:1px solid #f3f3f3;
}

#idx_disclaimer {
        font-size:11px;
}

#idx-sold-history {
  display: none;
  position: absolute;
  width: 380px;
  padding: 10px;
  background: #eeeeee;
  color: #000000;
  border: 1px solid #1a1a1a;
  font-size: 90%;
}

/* IDX Details Contact Forms */

#idx_detail_contact {
	position: relative;
	max-width: 300px;
	margin: 0 auto 10px;
}
		
#idx_detail_contact .form-group {
	margin-bottom: 5px;
}

#idx_detail_contact h4 {
	margin: 0 0 15px;
	font-size: 18px;
}


#idx_contact_forms {
	position: relative;
}

#idx_contact_forms form {
	display: none;
	position: absolute;
	left: 0;
	top: 10px;
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	background: #f3f3f3;
	text-align: left;
	z-index: 800;
}

div.idx_contact_close {
	position: absolute;
	top: -5px;
	right: -5px;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #999;
	font-size: 16px;
	font-weight: bold;
	background: #f3f3f3;
	line-height: 30px;
	border-radius: 30px;
	cursor: pointer;
}

.idx_form_msg {
	margin-top: 10px;
}

.idx_form_msg.error {
	color:#c00;
}

.idx_form_msg.success {
	color:#090;
}

/* IDX Details New Icons */

#idx_detail_icons_new {
	text-align: center;
	max-width: 300px;
	margin: 20px auto 0;
}

#idx_detail_icons_new img {
	max-height: 60px;
	margin: 0 5px 5px;
}

#idx_detail_icons_favform {
	display: none;
}

/* IDX Details Print */

#idx_print {
	width:980px;
	margin:0 auto;
}

/* ==========================================================================
   BS4 Details
/* ========================================================================== */

#idx-detail-address {
	font-size: 20px;
}

#idx-detail-price {
	font-size: 22px;
}

#idx-detail-address-2 {
	margin-bottom: 20px;
}

#idx-detail-main {
	height: 100%;
}

#idx-detail-tabs {
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

#idx-detail-tabs a {
	display: inline-block;
	line-height: 30px;
	padding: 0 10px;
	font-size: 14px;
	text-transform: uppercase;
	background: #fafafa;
}

#idx-detail-tabs a.active {
	background: #e9ecef;
}

.idx-detail-tab {
	min-height: 400px;
}

#idx-detail-icons {
	height: 30px;
}

#idx-detail-icons a {
	position: relative;
	display: inline-block;
	margin-right: 5px;
}

#idx-detail-icons a span {
	display: none;
	position: absolute;
	left: 50%;
	top: -40px;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	background: #e9ecef;
	color: #666;
	font-size: 12px;
	white-space: nowrap;
	z-index: 500;
}

#idx-detail-icons a span::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 100%;
	height: 0;
	margin-left: -15px;
	border-top: 10px solid #e9ecef;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
}

/* Gallery */

#idx-detail-gallery li {
	height: 500px;
	background-size: cover;
	background-position: center;
}

.lSSlideOuter .lSPager.lSGallery li {
	border: 1px solid #eee;
	border-radius: 0 !important;
}

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
	border-radius: 0 !important;
	border: 1px solid #999;
}

/* Video */

#idx-detail-video, #idx-detail-map {
	display: none;
	position: relative;
	height: 90%;
}

#idx-detail-video iframe, #idx-detail-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#idx-detail-disclaimer {
	font-size: 10px;
}


#jw-contact {
	background: #e9ecef;
	padding: 20px;
}

#jw-contact h3 {
	margin: 0 0 10px;
	font-size: 24px;
}

/* ==========================================================================
   IDX Clearfix
/* ========================================================================== */

.idx_cf:before,
.idx_cf:after {
    content: " ";
    display: table;
}

.idx_cf:after {
    clear: both;
}

.idx_cf {
    *zoom: 1;
}

/* ==========================================================================
   Widgets
/* ========================================================================== */

/* Featured Properties */


.carolina-idx-featured-container {
    text-align: center;
    width: 100%;
    max-width: none !important;
    font-family: 'Open Sans', sans-serif;
}

.carolina-idx-featured-photo {
    background-position: center;
    background-size: cover;
}

.carolina-idx-featured-photo a {
    display: block;
    padding-top: 80%;
    text-indent: 150%;
    white-space: nowrap;
    overflow: hidden;
}

.carolina-idx-featured-detail {
    padding: 10px 5px;
    font-size: 20px;
    line-height: 24px;
}

.carolina-idx-featured-price {
    font-size: 1em;
    font-weight: bold;
}

.carolina-idx-featured-address {
    font-size: 0.7em;
    font-weight: bold;
    line-height: 18px;
}

.carolina-idx-featured-cs {
    font-size: 0.8em;
    text-transform: uppercase;
    line-height: 20px;
}

.carolina-idx-featured-sub-detail {
    font-size: 12px;
    line-height: 30px;
}

@media (max-width: 1200px) {
    .carolina-idx-featured-detail { font-size: 18px; }
}

@media (max-width: 992px) {
    .carolina-idx-featured-detail { font-size: 16px; }
}


/* Old Featured scroller (Left intact for sites not yet upgraded) */

.idx-featured-scroller-container {
	position:relative;
}

.idx-featured-scroller {
  position:relative;
  overflow:hidden;
  width:100%;
}

.idx-featured-scroller-items {
  width:20000em;
  position:absolute;
}

.idx-featured-scroller-items-row {
	position:relative;
	float:left;
}

.idx-featured-scroller-items img {
	padding:2px;
	margin:0 4px;
}

.idx-featured-scroller-prev,
.idx-featured-scroller-next {
	position:absolute;
	top:50%;
	margin-top:-15px;
	width:0;
	height:0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	cursor:pointer;
}

.idx-featured-scroller-prev {
	left:-35px;
}

.idx-featured-scroller-next {
	right:-35px;
}


/* ==========================================================================
   Map Search
/* ========================================================================== */

#idx_map {
	height: 700px;
	width: 100%;
}

#idx_map .idx_search_label {
	line-height:25px;
}

#idx-map-search-update,
#idx-map-search-reset {
	margin-top:25px;
}

.idx-map-filter-btn {
	display:block;
	padding-top:25px;
	line-height:34px;
	text-decoration:none;
}

#idx-map-filter {
	display:none;
	position:absolute;
	left:0;
	top:60px;
	min-width:100%;
	background:#f3f3f3;
	padding:20px;
	font-size:12px;
	border:1px solid #ccc;
	z-index:900;
}

#idx-map-filter .idx_search_label {
	padding-left:10px;
	white-space:nowrap;
}

#idx_map .map-address {
	font-weight:bold;
}

#idx_map .map-photo {
	margin-top:5px;
}

#idx_map .map-photo img {
	max-width:180px;
}

#mapsearchform .idx_search_col {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding-right:10px;
}


/* ==========================================================================
   Responsive
/* ========================================================================== */

@media (max-width: 900px) {
	.idx_results_city { display:block; }
}

@media (max-width: 568px) {
	
	/* Search Results */
	
	.idx_results_picturecell {
		width:100%;
		float: none;
		margin-bottom:10px;
		text-align:center;
		font-weight:bold;
	}
	
	.idx_results_thumb {
		margin:5px 0;
	}
	
	.idx_results_datacell {
		width:100%;
		float: none;
		margin-left:0;
	}
	
	.idx_results_datacell h2 {
		font-size:100%;
	}
	
	.idx_results_datacell h3 {
		font-size:100%;
	}
	
	
	.idx_results_datacell div {
		font-size:80%;
	}
	
	.idx_results_city {
			font-weight:bold;
	}
	
	.idx_results_link {
			margin-top:10px;
	}
	
	.idx_results_logo,
	.idx_results_vtour {
		display:none;
	}
	
	
	/* Property Details */
	
	#idx_detail_mainpic {
		float:none;
		width:100%;
	}
	
	#idx_mainpic {
		width:100%;
		height:auto;
		max-width:100%;
	}
	
	#idx_detail_agentinfo {
		float:none;
		width:100%;
		font-size:80%;
	}
	
	#idx_detail_agentinfo div {
		width:50%;
		margin-bottom:15px;
	}
	
	#idx_detail_companyinfo {
		float:left;
	}
	
	#idx_detail_links_info,
	#idx_detail_links_showing,
	#idx_detail_links_map,
	#idx_detail_links_friend {
		float:right;
	}
	
	#idx_detail_links_calc {
		clear:both;
		float:left;
	}
	
	.idx_detail_data {
		display:block;
	}
	
	.idx_detail_data div {
		display:block;
		padding:0;
		margin:0 0 5px;
	}
	
	.idx_detail_data span {
		display:inline;
		padding:0;
		background:none;
		font-weight:bold;
	}
	
	.idx_detail_label {
		margin-bottom:0;
	}
	
	.idx_detail_data span:after {
		content:': ';
	}
	
	
	
	.idx_detail_roomdim_data {
		float:left;
		width:50%;
		margin-bottom:5px;
	}
	
	.idx_detail_roomdim,
	.idx_detail_roomdim_hdr,
	.idx_detail_feature_hdr {
		margin-bottom:10px;
	}
	
	
	.idx_detail_feature_label {
		font-weight:bold;
	}
	
	.idx_detail_feature_data {
		margin-bottom:5px;
	}
	
	#idx_detail_back {
		margin:20px 0;
		padding-bottom:20px;
		border-bottom:1px solid #f3f3f3;
	}
	
	#idx_disclaimer {
		font-size:11px;
	}
	
}

@media (max-width: 480px) {
	
	#idx_search_mls input[type=text] {
		width:180px;
	}
	
	#idx_search_type select {
		width:193px;
		margin-bottom:0;
	}
	
	#idx_search_mls_label,
	#idx_search_type_label {
		font-size:95%;
	}
	
	.idx_search_col {
			float:none;
			width:100%;
	}
	
	.idx_search_label {
			font-weight:bold;
	}
	
	.idx_search_select {
			width:100%;
	}
	
	.idx_search_input {
			width:95%;
	}
	
	
	.idx_search_toggle_col {
			float:none;
			width:100%;
	}
	
	.idx_search_mulselect select {
			width:100%;
			height:auto;
	}
	
}