/*
===============================================
-----------------  Search --------------------
===============================================
*/
h2.title_contanier {
font-size: 28px;
font-weight: 300;
color: #999;
text-transform: inherit;
margin-top: 0px;
margin-bottom: 15px;
padding-bottom: 25px;
padding-top: 12px;
line-height: 3px;
border-bottom: 1px solid #eee;
}
h3.title_contanier {
font-size: 12px;
font-weight: 600;
color: #434a54;
text-transform: inherit;
margin-top: 0px;
margin-bottom: 15px;
padding-top: 12px;
line-height: 18px;
text-transform: uppercase;
font-family: "Raleway", "Open Sans", sans-serif;
}
.ms-container {
width: 100%;
}
.ms-container .ms-list {
border: 1px solid #eee;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
position: relative;
height: 200px;
padding: 0;
overflow-y: auto;
position: relative;
height: 100%;
overflow: hidden; 
max-width: 100%;
max-height: 111px;
box-shadow: none;
}
.ms-container .ms-selectable li.ms-elem-selectable {
border-bottom: 1px #eee solid;
padding: 6px 13px;
color: #555;
font-size: 14px;
font-size: 13px;
color: #999;
text-transform: uppercase;
font-weight: 500;
}
.section_advance_search .ms-container .ms-list {
max-height: 128px;
}
.section_advance_search .ms-container .ms-selectable li.ms-elem-selectable {
border-bottom: 1px #eee solid;
padding: 7px 10px;
padding: 9px 13px;
color: #555;
font-size: 14px;
font-size: 13px;
color: #999;
text-transform: uppercase;
font-weight: 500;
}
.section_travel_time_search .ms-container .ms-list {
max-height: 141px;
}
.section_travel_time_search .ms-container .ms-selectable li.ms-elem-selectable {
border-bottom: 1px #eee solid;
padding: 11px 13px;
color: #555;
font-size: 14px;
font-size: 13px;
color: #999;
text-transform: uppercase;
font-weight: 500;
}
.section_geographic_search .ms-container .ms-list {
max-height: 120px;
}
.section_geographic_search .ms-container .ms-selectable li.ms-elem-selectable {
border-bottom: 1px #eee solid;
padding: 8px 13px;
color: #555;
font-size: 14px;
font-size: 13px;
color: #999;
text-transform: uppercase;
font-weight: 500;
}
.ms-container .ms-selectable li.ms-hover {
cursor: pointer;
color: #fff !important;
text-decoration: none;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.quick_search_select_status_property {
margin: 0px 0px 15px 0px;
}
.flex-tabs-property input[type="text"] {
padding-left: 15px;
margin: 0 0 5px 0;
background-color: #ffffff !important;
border: 1px solid #eee;
display: inline-block;
font-size: 14px;
line-height: 45px;
color: #555555;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
vertical-align: middle;
width: 100%;
min-height: 45px;
font-weight: 400;
}
.clean-check input[type="checkbox"] {
display: none;
}
.clean-check input[type="checkbox"] + label {
font-size: 13px;
color: #999;
display: inline-block;
margin-right: 30px;
font-weight: 500;
}
.checkbox-custom, .radio-custom {
opacity: 0;
position: absolute;   
}
.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
display: inline-block;
vertical-align: middle;
margin: 5px;
cursor: pointer;
}
.checkbox-custom-label, .radio-custom-label {
position: relative;
}
.checkbox-custom + .checkbox-custom-label:before, 
.radio-custom + .radio-custom-label:before {
content: '';
background: #fff;
border: 2px solid #eee;
display: inline-block;
vertical-align: middle;
width: 20px;
height: 20px;
padding: 2px;
margin-right: 10px;
text-align: center;
position: relative;
top: -2px;
}
.checkbox-custom:checked + .checkbox-custom-label:before {
box-shadow: inset 0px 0px 0px 4px #fff;
}
.radio-custom + .radio-custom-label:before {
border-radius: 50%;
}
.radio-custom:checked + .radio-custom-label:before {
box-shadow: inset 0px 0px 0px 4px #fff;
}
.checkbox-custom:focus + .checkbox-custom-label, 
.radio-custom:focus + .radio-custom-label {
outline: 1px solid #eee; /* focus style */
}
.select-box select{
-moz-appearance: none;
color:#a8a8a8;
outline: none !important;
cursor:pointer;
}
.select-box {
position: relative;
z-index:1;
}
.select-box::before{
display:block;
position:absolute;
top:0;
right:0;
content: "\f107";
font-family: 'FontAwesome';
padding:12px 17px;
pointer-events: none;
border:0;
color:#fff;
cursor:pointer;
z-index:2;
}
.form-control {
border-radius: 0;
border: 1px solid #eee;
min-height: 48px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.select-box select option {
padding: 7px 10px !important;
}
.select-box select {
-moz-appearance: none;
color: #a8a8a8;
}
.btn_submit_search {
margin-top: 20px;
position: relative;
display: inline-block;
background-color: #FE824C;
color: #fff;
text-transform: uppercase;
font-weight: 600;
font-size: 14px;
height: 54px;
line-height: 50px;
border-radius: 0px;
box-shadow: none;
border: 0;
border: 2px solid #FE824C;
width: 100%;
}
.btn_submit_search:hover {
background-color: #fff;
border: 2px solid #FE824C;
color: #FE824C;
-moz-transition: all 0.2s ease 0s;
-o-transition: all 0.2s ease 0s;
-webkit-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
}
.widget_quick_search .btn_submit_search,
.section_advance_search  .btn_submit_search,
.section_quick_search  .btn_submit_search,
.section_geographic_search  .btn_submit_search,
.section_travel_time_search  .btn_submit_search,
.section_search_id_mls  .btn_submit_search{
margin-top: 20px;
position: relative;
display: inline-block;
background-color: #FE824C;
color: #fff;
text-transform: uppercase;
font-weight: 600;
font-size: 14px;
height: 54px;
line-height: 50px;
border-radius: 0px;
box-shadow: none;
border: 0;
border: 2px solid #FE824C;
width: 100%;
}
.widget_quick_search .btn_submit_search:hover,
.section_advance_search  .btn_submit_search:hover,
.section_quick_search  .btn_submit_search:hover,
.section_geographic_search  .btn_submit_search:hover,
.section_travel_time_search  .btn_submit_search:hover,
.section_search_id_mls  .btn_submit_search:hover {
background-color: #fff;
border: 2px solid #FE824C;
color: #FE824C;
-moz-transition: all 0.2s ease 0s;
-o-transition: all 0.2s ease 0s;
-webkit-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
}
input.datepicker_built_min,
input.datepicker_built_max,
input.added_in {
padding-left: 15px;
margin: 0 0 5px 0;
background-color: #ffffff !important;
border: 1px solid #eee;
display: inline-block;
font-size: 14px;
line-height: 45px;
color: #555555;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
vertical-align: middle;
width: 100%;
min-height: 45px;
font-weight: 400;
}
.form-section {
margin-bottom: 15px;
}
.form-group  {
margin-bottom: 0;
}
#form .error {
    color: red;
}
section.multi-property-search {
width: 100%;
min-height: 595px;
height: 100%;
/*background: linear-gradient( rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45) ), url(http://placehold.it/1539x644);*/
background: linear-gradient( rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45) ), url(../images/header_bg5.jpg);
background-size: cover;
background-position: 50% 50%;
background-repeat: no-repeat;
}
.flex-tabs-property {
margin-top: 45px !important;
margin-bottom: 85px !important;/*43*/
z-index: 99;
border: 1px solid #ddd;
min-height: 375px;
height: 100%;	
height: auto;	
width: 95% !important;
margin-left: auto !important;
margin-right: auto !important;
background: none;
border: 0;
box-shadow: none;
position: relative;
}
.resp-tabs-list li {  
display: inline-block;
margin: 0 4px 0 0;
list-style: none;
cursor: pointer;
float: left;
background-color: rgba(0,0,0,0.6);
color: #fff;
border: none;
padding: 18px;
font-size: 14px;
font-weight: 500;
margin-right: 6px;
line-height: 24px;
border-radius: 2px 2px 0 0;
margin-bottom: 3px !important;
}
.resp-tab-active {
border: 0 !important;
margin-bottom: 3px !important;
padding: 18px !important;
border: 0 !important;
}
.resp-tabs-list li:hover {
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.resp-tabs-list li i {
font-size: 16px;
margin-right: 8px;
}
.resp-tabs-container {
padding: 0px;
background: none;
clear: left;
}
.resp-tab-content {
border: 0 !important;
padding: 33px 30px;
-webkit-box-shadow: 9px 9px 0px rgba(50,, 50, 50, 0.31);
-moz-box-shadow: 9px 9px 0px rgba(50, 500, 50, 0.31);
box-shadow: 9px 9px 0px rgba(50, 50, 50, 0.31);
}
.resp-tab-content {
background: #fff;
}
.alert_draw_map h4.info_title {
font-weight: 700;
text-transform: uppercase;
font-size: 14px;
margin-top: 10px;
height: 15px;
color: #999;
margin-bottom: 10px;
}
.alert_draw_map  {
background: #efefef !important;
border-radius:0 !important;
border: 1px solid #eee !important;
margin-bottom: 0 !important;
padding: 10px 15px !important;
}
.alert_draw_map p {
font-size: 14px;
font-weight: 500;
margin: 0px;
line-height: 25px;
color: #999;
margin-bottom: 10px;
}
.alert_draw_map li {
font-size: 14px;
font-weight: 500;
margin: 0px;
line-height: 25px;
color: #999;
margin-bottom: 10px;
}
.poly_delete,
.poly_create {
margin-top: 15px;
position: relative;
display: inline-block;
background-color: #000000;
color: #fff !important;
text-transform: uppercase;
font-weight: 500;
font-size: 14px;
padding: 16px 16px;
border-radius: 0px;
box-shadow: none;
border: 0;
width: 100%;
color: #fff;
text-align: center;
text-decoration: none !important;
}
.poly_create {
margin-top: 0;
}
.poly_delete {
background: #ff1919;
}
.poly_delete:hover {
color: #fff;
text-decoration: none;
-webkit-filter: brightness(98%);
}
a.poly_delete:before,
a.poly_create:before {
content: '';
display: inline-block;
width: 28px;
height: 24px;
background: url("../images/draw_polygone.png") no-repeat 0 0;
margin-right: 5px;
margin-left: -5px;
vertical-align: middle;
}
#map {
height: 450px;
width:100%;
margin-top: 25px;
}
#panel_map {
width: 100%;
}
#color-palette {
clear: both;
}
.color-button {
width: 22px;
height: 22px;
font-size: 0;
margin: 2px;
float: left;
cursor: pointer;
margin-bottom: 20px;
}
.btn_means_transport {
color: #fff !important;
padding: 10px 16px !important;
margin-right: 5px !important;
margin-bottom: 0 !important;
border-radius: 0 !important;
}
.btn_means_transport:active, 
.btn_means_transport.active,
.btn_means_transport:hover {
color: #fff !important;
background-color: #1e88be !important;
border-color: #1e88be !important;
border-radius: 0 !important;
box-shadow: none !important;
}
div.style-one { 
border: 0; 
height: 1px; 
background: #eee; 
background-image: 
linear-gradient(to right, #eee, #eee, #eee); 
margin-bottom: 10px;
margin-top: 2px;
}
h2.title_section_search {
font-family: "Raleway", "Open Sans", sans-serif;
font-size: 35px;
line-height: 40px;
color: #fff;
text-align: center;
margin-top: 40px;
font-weight: 700;
text-transform: capitalize;
position: relative;
}
.general-title hr {
width: 22%;
border-width: 3px;
margin: 15px auto;
border-color: #fff;
}


.section_geographic_search .show_maps {
margin-top: 20px;
position: relative;
display: inline-block;
background-color: #00aeef;
color: #fff;
text-transform: uppercase;
font-weight: 500;
font-size: 15px;
padding: 12px 20px;
border-radius: 0px;
box-shadow: none;
border: 0;
width: auto;
height: inherit;
line-height: inherit;
}
.section_geographic_search .show_maps:hover {
background-color: #ef7351;
color: #fff;
-moz-transition: all 0.2s ease 0s;
-o-transition: all 0.2s ease 0s;
-webkit-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
}

/*
=====================================================
------------------- Tab Vertical ------------------------
=====================================================
*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 22%;
}
.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 78%;
    min-height: 250px;
    border-radius: 0;
    clear: none;
}
.fc_VerticalTab .resp-tabs-list li {
	border-radius: 0;
	margin-bottom: 0px !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.fc_VerticalTab .poly_delete, 
.fc_VerticalTab .poly_create {
    margin-top: 15px;
    position: relative;
    display: inline-block;
    background-color: #000000;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    padding: 16px 16px;
    border-radius: 0px;
    line-height: 26px;
    box-shadow: none;
    border: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    text-decoration: none !important;
}

.fc_VerticalTab .poly_delete {
    background: #ff1919;
}

.resp-vtabs li.resp-tab-active {
    border: 0 !important;
}
/*
=====================================================
------------------- 3. Footer ------------------------
=====================================================
*/

.site-footer {
  background-color: #222222;
  border-top: 1px solid #303030;
  padding: 42px 0;
  font-family: "Raleway", "Open Sans", sans-serif;
}
.site-footer .copyright {
  font-size: 16px;
  color: #757575;
}
.site-footer .copyright span a {
  color: #f3f3f3;
}

.site-footer .credit a {
  color: #f3f3f3;
}

/***** datepicker ****/
.ui-datepicker {
padding: 0 0px 24px 0px;
width: 370px;
-webkit-box-shadow:0px 1px 4px 0px rgba((0, 0, 0, 0.2);
box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}
.ui-datepicker-header {
border: none;
background: transparent;
font-weight: normal;
font-size: 15px;
background-color: #404D5F!important;
border-radius:0px;
border-radius: 0px;
}
.ui-datepicker-header .ui-state-hover {
background: transparent;
border-color: transparent;
cursor: pointer;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
}
.ui-datepicker .ui-datepicker-title {
margin-top: 0px;
margin-bottom: 0px;
color: #e9f0f4;
padding: 9px 0px;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
width: 40px!important;
height: 50px!important;
top: 0px!important;
}
.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
top: 16px!important;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
top: .9em;
border:none;
}
.ui-datepicker .ui-datepicker-prev-hover {
left: 2px;
background-color: transparent!important;
} 
.ui-datepicker .ui-datepicker-next-hover {
right: 2px;
background-color: transparent!important;
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
background-image: url(../images/ui-icons_ffffff_256x240.png);
background-position: -32px 0;
margin-top: 0;
top: 3px;
font-weight: normal;
}
.ui-datepicker .ui-datepicker-prev span {
background-position: -96px 0;
}
.ui-datepicker table {
margin: 0px auto;
border: none;
width: 320px;
}
.ui-datepicker table tr{
border:none!important;
}
.ui-datepicker th {
padding: 1em 0;
color: #666;
font-size: 13px;
font-weight: bold;
border: none;
text-transform: uppercase;
letter-spacing: 0.1em;
}
.ui-datepicker td {
background: #fff;
border: none;
padding: 0;
opacity: 1;
border: 1px solid #d0d5de;
}
td .ui-state-default {
background: transparent !important;
border: none !important;
text-align: center !important;
padding: 11px .5em .5em .5em !important;
font-weight: normal !important;
color: #404D5F !important;
font-size: 14px !important;
height: 44px !important;
}
td a{
transition: none;
-moz-transition: none;
-webkit-transition: none;
-o-transition: none;
}
.ui-datepicker .ui-state-disabled{
background-color: #eceff3;
border: 1px solid #d0d5de;
}
.ui-datepicker-prev.ui-state-disabled,
.ui-datepicker-next.ui-state-disabled{
background: transparent;
background-color: transparent!important;
border: none!important; 
}
.ui-state-disabled  {
opacity: 1;
}
.ui-state-disabled .ui-state-default {
color: #d0d5de;
}
td .ui-state-active,
td .ui-state-hover {
background: #FE824C !important;
color:#fff !important;
}
.ui-widget-content {
border: none!important;
background: transparent!important;
color: #434a54!important;
background: #e9edf3!important;
}
.irs-wrapper {
display: block;
margin: 0 auto;
}
.irs-bar {
height: 10px;
top: 33px;
}
.irs-slider {
top: 29px;
width: 20px;
height: 20px;
box-shadow: 0 1px 3px rgba(0,0,0,0.4);
background: #fff;
border: none;
border-radius: 27px;
-moz-border-radius: 27px;
cursor: pointer;
}
.irs-from, 
.irs-to,
.irs-single {
font-size: 11px;
color: #fff;
line-height: 1.333;
text-shadow: none;
padding: 5px 10px;
border-radius: 3px;
-moz-border-radius: 3px;
text-align: center;
}
.irs-from::after, 
.irs-to::after, 
.irs-single::after {
position: absolute;
display: block;
content: "";
bottom: -6px;
left: 50%;
width: 0px;
height: 0px;
margin-left: -3px;
overflow: hidden;
border-width: 3px;
border-style: solid;
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
}


.section_geographic_search #map {
    display: none;
}


/************** responsive ***************/


@media only screen and (max-width: 1200px) {
	#fc_horizontaltab .resp-tabs-list li:last-child span {
		display: none;
	}
	#fc_horizontaltab .resp-tabs-list li:last-child i {
		margin-right: 0 !important;
	}
}

@media only screen and (max-width:990px) {
	
	ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
		width: 100%;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }

    .resp-accordion-closed {
        display: none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
	.li_search_id_mls span {
		display: block;
	}
	.li_search_id_mls i {
		margin-right: 8px !important;
	}
	#fc_horizontaltab {
		width: 100% !important;
	}
	
	.resp-tabs-container {
		padding: 0px;
		background: none;
		clear: left;
		border-top: 0;
		border-radius: 0;
	}
	
	
	h2.resp-accordion {
		font-size: 13px;
		border: 1px solid #c1c1c1;
		border-top: 0px solid #c1c1c1;
		margin: 0px;
		padding: 10px 15px;
		display: inline-block;
		margin: 0 4px 0 0;
		list-style: none;
		cursor: pointer;
		background-color: rgba(0,0,0,0.75);
		color: #fff;
		border: none;
		padding: 20px 18px;
		font-size: 18px;
		font-weight: 500;
		margin-right: 6px;
		line-height: 25px;
		border-radius: 0;
		margin-bottom: 0 !important;
	}

	h2.resp-accordion {
		border-top: 1px solid #606060 !important;
	}
	h2.resp-accordion:first-child {
		border-top: 0 !important;
	}

	h2.resp-tab-active {
		 font-size: 13px;
		border: 1px solid #c1c1c1;
		border-top: 0px solid #c1c1c1;
		margin: 0px;
		display: inline-block;
		margin: 0 4px 0 0;
		list-style: none;
		cursor: pointer;
		color: #fff;
		border: none;
		padding: 25px 18px !important;
		font-size: 20px;
		font-weight: 500;
		margin-right: 0 !important;
		line-height: 25px;
		border-radius: 0 !important;
		margin-bottom: 0 !important;
	}

	h2.resp-accordion .icon-magnifier,
	h2.resp-accordion .icon-magnifier-add,
	h2.resp-accordion .icon-map,
	h2.resp-accordion .icon-plane,
	h2.resp-accordion .icon-note,
	h2.resp-accordion .icon-compass	{
		font-size: 15px !important;
		margin-right: 8px !important;
		position: relative;
		top: 1px;
	}
	
	h2.title_section_search {
		font-size: 35px;
		margin-top: 35px;
	}
	.resp-tab-content {
		-webkit-box-shadow: none; 
		-moz-box-shadow: none; 
		box-shadow: none; 
	}
	
	.map .col_style {
		position: relative;	
		display: none;
	}
	.map .col_style.active {
		left: 0;
		display: block;
		-webkit-transition: all 0.4s ease 0s;
		-moz-transition: all 0.4s ease 0s;
		-ms-transition: all 0.4s ease 0s;
		-o-transition: all 0.4s ease 0s;
		transition: all 0.4s ease 0s;
	}
	div.search_open_form_button {
		top: inherit;
		bottom: 60px;
	}
	
	.agents_listing .col_figure {
		margin-bottom: 20px;
		border-right: 0;
	}
	
	.agents_listing .col_figure .user_photo {
		margin-bottom: 20px;
	}
	
	.submit_property h1 {
		text-align: left;
	}
	.submit_property li.item_submit {
		margin-bottom: 20px;
	}
	.submit_property li.item_submit:last-child {
		margin-bottom: 0;
	}
	
	.accordion_prop_detail  h2.resp-accordion,
	.accordion_prop_detail h2.resp-tab-active	{
		padding: 20px 18px;
		font-size: 15px;
		font-weight: 500;
		margin-right: 6px;
		line-height: 15px;
		margin-bottom: 0px !important;
	}
	.accordion_prop_detail h2.resp-accordion .icon-magnifier, 
	.accordion_prop_detail h2.resp-accordion .icon-magnifier-add, 
	.accordion_prop_detail h2.resp-accordion .icon-map, 
	.accordion_prop_detail h2.resp-accordion .icon-plane, 
	.accordion_prop_detail h2.resp-accordion .icon-note, 
	.accordion_prop_detail h2.resp-accordion .icon-compass {
		font-size: 15px !important;
		margin-right: 8px !important;
		position: relative;
		top: 1px;
	}
	.accordion_prop_detail .resp-tab-content {
		border: 1px solid #eee !important;
	}

}
