.sort_select {
    width: auto;
    overflow: hidden;
    height: 42px;
    line-height: 22px;
    border: none;
    position: relative;
    padding: 0 27px 15px 15px;
    margin-bottom: 15px;
    border: 1px solid #ededed;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius:3px
}

@media (max-width: 991px) {
    .sort_select {
        padding: 0 27px 0 10px;
        max-width: 220px;
        float: left;
        width: inherit;
        font-size: 13px;
        font-size:0.8125rem
    }
}

.sort_select:after {
    content: "\2a";
    font-family: 'ElegantIcons';
    position: absolute;
    color: #444;
    right: 10px;
    top: 10px;
    font-size: 18px;
    font-size:1.125rem
}

.sort_select select {
    background: transparent;
    width: 110%;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 42px;
    margin: 0;
    -moz-appearance: window;
    -webkit-appearance: none;
    cursor: pointer;
    outline: none;
    color:#444
}

.sort_select select:focus {
    color: #444;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow:none
}

.sort_select select::-ms-expand {
    display:none
}

a.btn_map {
    display: block;
    background: #ccc url(../img/map_bt_bg.png) center no-repeat;
    height: 100px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    overflow:hidden
}

@media (max-width: 991px) {
    a.btn_map {
        display:none !important
    }
}

a.btn_map span {
    background-color: #8e929b;
    color: #fff;
    padding: 5px 10px;
    font-weight: 500;
    font-size: 13px;
    font-size: 0.8125rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius:3px
}

a.btn_filters {
    border: 1px solid #ededed;
    display: none;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    height:60px;
    width:32%
}
a.btn_filters:not(:last-child){
	margin-left:5px;
}
a.btn_filters i {
    font-size: 24px;
    color:#999
}
.botoes_mobi{
	display:flex;
	height:45px;
	background-color:#ffffff;
	position:fixed;
	top:54px;
	left:0px;
	width:100%;
	z-index:80;
	font-size:16px;
	flex-flow:row;
	visibility:hidden;
	padding:11px 0;
	border-bottom:1px solid #ddd;
}
.botoes_mobi i{
	color: #0095d7;
	margin-right:7px;
}
.botoes_mobi a{
	color:#333;
	width:33.3%;
	border-right:1px solid #ddd;
}
.botoes_mobi a:last-child{
	border-right:0;
}

.fechacaixa{
	position: absolute;
	top:5px;
	right:20px;
	display:none;
}
.fechacaixa i{
	color:#348fe2;
	font-size: 24px;
}
.fechacaixa i:hover {
    color:#247fd2;
}

@media (max-width: 991px) {
    a.btn_filters {
        float: right;
        display: block !important;
         background:none
    }
    .botoes_mobi{
    	visibility:visible !important;
    }
}

.filter_col {
    border: 1px solid #ededed;
    margin-bottom: 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius:0;
    background-color:#fff;
}

@media (max-width: 991px) {
    .filter_col {
        overflow: auto;
        transform: translateX(-200%);
        top: 0;
        left: -100%;
        bottom: 0;
        width: 45%;
        height: 100%;
        position: fixed !important;
        background-color: #fff;
        z-index: 99999999 !important;
        margin: 0;
        -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
        -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
        -ms-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
        -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
        transition:all 0.5s cubic-bezier(0.77, 0, 0.175, 1)
    }

    .filter_col.show {
        transform: translateX(0);
        left: 0;
        border:0
    }
}

@media (max-width: 767px) {
    .filter_col {
        width:100%
    }
}

.filter_col .inner_bt {
    text-align: right;
    margin: -10px -15px 15px -15px;
    padding: 0 8px;
    display:none
}

.filter_col .inner_bt a.open_filters {
    float: none;
    border: 0;
    padding:0
}

@media (max-width: 991px) {
    .filter_col .inner_bt {
        display:block;
        position:absolute;
        top:25px;
        right:20px;
    }
}

.filter_col .inner_bt i {
   	color:#348fe2;
	font-size: 24px;

}

.filter_col .inner_bt i:hover {
    color:#333
}

.filter_type{
	margin: 0 -15px 15px -15px;
}
.filter_type:not(:last-child) {
    border-bottom: 1px solid #ededed;
    padding:0 15px
}

.filter_type label {
    font-weight:400
}

.filter_type label small {
    float: right;
    color: #999;
    padding-top:3px
}

.filter_type ul {
    list-style: none;
    padding:5px 5px 0 5px
}

.filter_type h4 a {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    color: #404653;
    padding: 8px 10px;
    margin: -5px -5px 0 -5px;
    line-height: 1;
    position:relative;
    
}

.filter_type h4 a:after {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: 'ElegantIcons';
    font-size: 26px;
    font-size: 1.625rem;
    position: absolute;
    right: 3px;
    top:2px
}

.filter_type h4 a.opened {
    background-color:#8e929b;
    color:#fff;
}

.filter_type h4 a.opened:after {
    content: "\33";
    transform:rotate(180deg)
}

.filter_type h4 a.closed:after {
    content: "\33";
    transform:rotate(0)
}

.filters_full {
    padding-top: 15px;
    border-bottom:1px solid #ededed
}

.filters_full .sort_select {
    max-width: 220px;
    float:left
}

.filters_full a.btn_filters {
    display: block;
    float: right;
    margin: 0 0 0 5px;
    background:none
}

.filters_2 {
    border-bottom:1px solid #ededed
}

.filters_2 .filter_type {
    border-bottom:none
}

.switch-field {
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    float: left;
    width: auto;
    margin-top:5px
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow:hidden
}

.switch-field input:checked + label {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color:rgba(0, 0, 0, 0.9)
}

.switch-field label {
    float: left;
    display: inline-block;
    min-width: 70px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 600;
    font-size: 12px;
    font-size: 0.75rem;
    text-align: center;
    text-shadow: none;
    padding: 10px 12px 8px 12px;
    line-height: 1;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin:0
}

@media (max-width: 575px) {
    .switch-field label {
        min-width:inherit
    }
}

.switch-field label:first-of-type {
    border-left:0
}

.switch-field label:last-of-type {
    border-right:0
}

.switch-field label:hover {
    cursor: pointer;
    color:#348fe2
}

.map_view .page_header {
    margin: 0 -15px 0 -15px;
    padding:20px 15px
}

@media (max-width: 767px) {
    .map_view .page_header.sticky {
        margin:0
    }
}

.map_view .page_header h1 {
    margin-bottom: 10px;
    font-size: 16px;
    font-size:1rem
}

.map_view .filters_full {
    margin: 3px -15px 0 -15px;
    border-bottom:none
}

.map_view .margin_detail {
    padding-top: 10px;
    margin:0px -15px 0 -15px
}

.full-height {
    height:100%
}

@media (max-width: 991px) {
    .full-height {
        height:auto
    }
}

.row-height {
    height: 100%;
    min-height: 100%;
    padding-top:58px
}

@media (max-width: 991px) {
    .row-height {
        height: auto;
        padding-top:48px
    }
}

.map-right {
    height: 100%;
    min-height: 100%;
    padding: 0px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 0;
    z-index:9999
}

@media (max-width: 991px) {
    .map-right {
        height: 400px;
        position: static;
        min-height:inherit
    }
}

.map_right_listing {
    height: 100%;
    width:100%
}

.content-left {
    height: 100%;
    min-height: 100%;
    overflow-y: scroll;
    background-color:#fff
}

@media (max-width: 991px) {
    .content-left {
        padding-top:0
    }
}

a.address {
    display: inline-block;
    font-weight: 500;
    color: #999;
    line-height:1
}

a.address:before {
    font-family: 'ElegantIcons';
    content: "\e081";
    margin-right: 5px;
    display:inline-block
}

a.address:hover {
    color:#348fe2
}

@media (max-width: 991px) {
    a.address {
        display:none
    }
}

.distance {
    margin-bottom:15px
}

.rangeslider, .rangeslider__fill {
    display: block;
    -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius:10px
}

.rangeslider {
    background: #e6e6e6;
    position:relative
}

.rangeslider--horizontal {
    height: 5px;
    width:100%
}

.rangeslider--vertical {
    width: 20px;
    min-height: 150px;
    max-height:100%
}

.rangeslider--disabled {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity:0.4
}

.rangeslider__fill {
    background: #348fe2;
    position:absolute
}

.rangeslider--horizontal .rangeslider__fill {
    top: 0;
    height:100%
}

.rangeslider--vertical .rangeslider__fill {
    bottom: 0;
    width:100%
}

.rangeslider__handle {
    background: white;
    border: 2px solid #348fe2;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
    background-size: 100%;
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius:50%
}

.rangeslider__handle:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
    background-size: 100%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius:50%
}

.rangeslider__handle:active, .rangeslider--active .rangeslider__handle {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
    background-size:100%
}

.rangeslider--horizontal .rangeslider__handle {
    top: -8px;
    touch-action: pan-y;
    -ms-touch-action:pan-y
}

.rangeslider--vertical .rangeslider__handle {
    left: -10px;
    touch-action: pan-x;
    -ms-touch-action: pan-x
}

input[type="range"]:focus + .rangeslider .rangeslider__handle {
    -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
    -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
    box-shadow:0 0 8px rgba(255, 0, 255, 0.9)
}

.cluster img {
    display:none !important
}

.cluster-visible {
    text-align: center;
    font-size: 15px !important;
    color: #fff !important;
    font-weight: 500;
    border-radius: 50%;
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important;
    background-color: #348fe2 !important;
    background-image:none !important
}

.cluster-visible:before {
    border: 7px solid #348fe2;
    opacity: 0.2;
    box-shadow: inset 0 0 0 4px #348fe2;
    content: '';
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation:cluster-animation 2.5s infinite
}

@keyframes cluster-animation {
    0%, 100% {
        transform:scale(1.3) rotate(0deg)
    }

    50% {
        transform:scale(1.5) rotate(90deg)
    }
}

.map {
    width: 100%;
    min-height:500px;
    height:100%;
}

.map.map_single {
    height:400px
}

.infoBox {
    -webkit-animation: fadeIn 0.9s;
    animation: fadeIn 0.9s;
    padding-right:50px
}

.infoBox > img {
    position: absolute !important;
    right: 60px !important;
    top: 10px !important;
    z-index: 9999;
    width: 20px;
    height: 20px;
    display: block;
    cursor:pointer
}

@-webkit-keyframes fadeIn {
    0% {
        opacity:0
    }

    100% {
        opacity:1
    }
}

.marker_info {
    width: 240px;
    height: 270px;
    border-radius: 5px;
    text-align: left;
    background: #000;
    background: #fff;
    position: relative;
    z-index: 999;
    font-family: "Poppins", Helvetica, sans-serif;
    box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.12)
}

.marker_info img {
    display: block;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    border-radius:5px 5px 0 0
}

.marker_info h3 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.1;
    font-weight: 500;
    margin-top: 3px;
    color:#444
}

.marker_info em {
    display: inline-block;
    font-size: 12px;
    font-size: 0.75rem;
    color: #999;
    font-style:normal
}

.marker_info span {
    display: block;
    padding: 15px 20px 0 20px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.2;
    color: #fff;
    position:relative
}

.marker_info span strong {
    display: block;
    font-weight:500
}

.marker_info:after {
    right: 100%;
    top: 56%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-right-color: #fff;
    border-width: 12px;
    margin-top:-12px
}

a.btn_infobox_detail {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 20px;
    height:20px
}

a.btn_infobox_detail:before, .btn_infobox_get_directions:before, a.btn_infobox_phone:before {
    font-style: normal;
    font-weight: normal;
    font-family: "ElegantIcons";
    font-size: 20px;
    font-size: 1.25rem;
    cursor:pointer
}

a.btn_infobox_detail:before {
    content: "\70";
    color:#ccc
}

a.btn_infobox_detail:before:hover {
    color:#348fe2
}

.btn_infobox_get_directions, a.btn_infobox_phone {
    border: none;
    display: inline-block;
    font-weight: 500;
    color: #348fe2;
    background: none;
    cursor: pointer;
    font-size: 13px;
    font-size: 0.8125rem;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    outline:none
}

.btn_infobox_get_directions:focus, a.btn_infobox_phone:focus {
    outline:none
}

.btn_infobox_get_directions:hover, a.btn_infobox_phone:hover {
    color:#333
}

.btn_infobox_get_directions:before {
    font-size: 14px;
    font-size: 0.875rem;
    content: "\e080";
    position: absolute;
    left: 0;
    top:0
}

a.btn_infobox_phone:before {
    font-size: 14px;
    content: "\e090";
    position: absolute;
    left: 0;
    top:-2px
}

span.infobox_rate {
    display: inline-block;
    margin: -44px 0 0 -20px;
    float: left;
    background-color: #1f2f6a;
    padding: 5px 8px;
    font-weight: 500;
    text-align: left;
    font-size: 12px;
    font-size: 0.75rem
}

.pdx-50{
	padding:50px;
}
@media (max-width: 991px) {
	.pdx-50{
		padding:20px;
	}
}
