/*
Theme Name: rental
*/

@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/OpenSansRegular.eot');
    src: url('../fonts/OpenSansRegular.eot') format('embedded-opentype'),        
        url('../fonts/OpenSansRegular.woff') format('woff'),
        url('../fonts/OpenSansRegular.ttf') format('truetype'),
        url('../fonts/OpenSansRegular.svg#OpenSansRegular') format('svg');
}
@font-face {
    font-family: 'OpenSansLight';
    src: url('../fonts/OpenSansLight.eot');
    src: url('../fonts/OpenSansLight.eot') format('embedded-opentype'),        
        url('../fonts/OpenSansLight.woff') format('woff'),
        url('../fonts/OpenSansLight.ttf') format('truetype'),
        url('../fonts/OpenSansLight.svg#OpenSansLight') format('svg');
}

@import url('https://fonts.googleapis.com/css?family=Lato:400,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:500,600,700');

body{
    font-family: 'Lato';
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;                    
}

img{
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 100%;
}
/*Preloader Css*/

#wptime-plugin-preloader {
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: url(../images/loading.gif) no-repeat #FFFFFF 50%;
   -moz-background-size: 64px 64px;
   -o-background-size: 64px 64px;
   -webkit-background-size: 64px 64px;
   background-size: 64px 64px;
   z-index: 99998;
   width: 100%;
   height: 100%;
}

/** Header **/
.header {
    padding: 10px 0 7px; 
}
.header_left{
    display: inline-block;
}
.header_logo{
    display: inline-block;    
    width: 256px;
}
.header_logo img{
    margin: auto;
}
.header_tagline {
color: #25b7ec;
    font-size: 16px;
    display: inline-block;
    margin: 20px 0;
    padding: 15px 25px;
    vertical-align: top;
    border-left: 1px solid #ededed;
    width: 400px;
    line-height: 1.6em;
	 font-weight:500;
	 text-transform:uppercase;
}
.sticky-wrapper{
height:auto !important;	
}
.header_contact {
    color: #6b6054;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    margin: 34px 32px 0;
}
.header_icon{
    display: inline-block;
    margin-right: 15px;
}
.header_contact_contant{
    display: inline-block;
}
.header_contact a {   
    font-size: 18px;
    color: #6b6054;
    text-decoration: none;
    display: block;
}
.header_right {
    display: inline-block;
    float: right;
    padding-top: 28px;
}
.admin_link{
    display: inline-block;
    vertical-align: top;
    padding-top: 17px
}
.admin_link a{
    text-decoration: none;
    background: #6b6054;
    color: #fff;
    font-size: 14px;
    padding:7px 36px;
    border-radius: 25px;
}
.header_social_icon{
    display: inline-block;
    padding-top: 8px;
    padding-right: 3px;
}
.header_social_icon ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.header_social_icon ul li{
    padding: 0;
    list-style: none;
    display: inline-block;
    margin-left: 12px;
}
.header_social_icon ul li a{
    text-decoration: none;
    background: url(../images/social_icon.png);
    width: 35px;
    height: 35px;
    display: inline-block;
}
.header_social_icon ul li.fb a{
    background-position: -16px -7px;
}
.header_social_icon ul li.instagram a{
    background-position: -64px -7px;
}
.header_social_icon ul li.fb:hover a{
    background-position: -16px -50px;
}
.header_social_icon ul li.instagram:hover a{
    background-position: -64px -50px;
}

.header_bottom{
    background: #2aade1;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.7);
}
.header_bottom_left{
    float: left;
}
.header_bottom_right{
    float: right;
}
nav.navbar{
    margin: 0;
    background: transparent;
    border: 0;
    min-height: 1px;
}
.navbar-nav > li > a {
    line-height: 18px;
    font-size: 18px;
    color: #fff;
    border-bottom: 1px solid transparent;
    padding: 0;
    margin: 12px 0 0;
    border-right: 2px solid #fff;
    padding: 0 59px;
}
.navbar-nav  li:last-child  a{
    border-right: 0;
}
.nav > li > a:hover, .nav > li > a:focus{
    background: transparent;   
}
.nav > li {
    background: transparent;
    border-bottom: 1px solid transparent;
    padding-bottom: 11px;
}
.nav > li.current-menu-item, .nav > li:hover{
    background: transparent;
    border-bottom: 1px solid #fff;
}
.search_box {
    display: inline-block;
    position: relative;
    vertical-align: top;    
}
.search_box .input_box1 {
    background: #28b8ec;
    border: 0;
    border-radius: 0px;
    padding: 12px 10px 5px 21px;
    color: #fff;
    outline: none; 
}
.s_box {
    display: none;
    position: absolute;
    right: 0;
    width: 192px;
    padding-top: 12px;
    z-index: 1;
}
.serch_img1 {
    border: 0;
    background: url(../images/search.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    margin-top: 12px;
    margin-right: 4px;
    outline: none;
    text-indent: 9999px;
    display: inline-block;
    cursor: pointer;
}
input.serch_img {
    border: 0;
    background: url(../images/search.png);
    background-repeat: no-repeat;
    width: 14px;    
    outline: none;
    text-indent: 9999px;
    vertical-align: sub;
    position: absolute;
    top: 18px;
    right: -10px;
}
input.search-field.input_box {
    border: 1px solid #fff;
    padding: 2px 10px;
    border-radius: 15px;
    outline: none;
}
.navbar-collapse{
    padding: 0;
}

/** Footer **/
.footer{
    background: #000;
    color: #84868d;
    font-size: 14px;
    font-family: 'Lato';
    text-align: center;
    padding: 12px 0;
}
.homepage_title h2 {
    color: #6b6054;
    font-size: 60px;
    margin: 51px 0;
}





.all_properties{    
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 83px 0 210px;
}
.all_product_contant{
    background: #fff;
    padding: 5px 15px 22px;
}
.all_properties .nav-tabs{
    border: 0;
    padding: 0;
    text-align: center;
}
.all_properties .nav-tabs  li{
    float: none;
    display: inline-block;
    margin: 0 10px;
}
.all_properties .nav-tabs li a img{
    display: inline-block;
}
.all_properties .nav-tabs li.active a{
    border: 0;
    background: #25b7ec;
    color: #fff;
}
.all_properties .nav-tabs li a:hover{
    border: 0;
    background: #25b7ec;
    color: #fff;
}
.all_properties .nav-tabs li a{
    border: 0;
    text-decoration: none;
    font-size: 18px;
    color: #363636;
    background: #fff;
    padding: 25px 20px;
    border-radius: 50px;
}
.all_properties i.ion-ios-arrow-thin-right {
    margin-left: 10px;
}
.all_properties .nav-tabs li a span{
    display: inline-block;
    padding: 0 20px;
}
.all_properties .nav-tabs li a img.hover_image {
    display: none;
}
.all_properties .nav-tabs li a:hover img.first_image, .all_properties .nav-tabs li.active a img.first_image{
    display: none;
}
.all_properties .nav-tabs li a:hover img.hover_image, .all_properties .nav-tabs li.active a img.hover_image {
    display: inline-block;
}
.all_properties .nav > li:hover{
    border-bottom: 0;
}
.cat_contant{
    display: block;
    padding: 80px 0 64px;
    border-bottom: 1px solid #aaa;
}
.cat_title h2 {
    font-size: 36px;
    color: #363636;
    margin: 0;
    text-transform: capitalize;
}
.cat_title {
    float: left;
}
.cat_link {
    float: right;
    margin-top: 14px;
}
.cat_link a{
    font-size: 14px;
    color: #fff;
    background: #25b7ec;
    padding: 13px 38px;
    text-decoration: none;
    border-radius: 3px;
}
.all_product_box {
    border: 1px solid #fff;
    border-radius: 5px;
    overflow: auto;  
    margin-top: 23px;
}
.all_product_box:hover{
    box-shadow: 0px 1px 12px rgba(0,0,0,0.7);
}
.all_product_img img {
    height: 164px;
}
.all_product_box h4{
    color: #303030;
    font-size: 18px;
}
.all_product_box p {
    margin: 0;
    font-size: 14px;
    color: #5d5d5d ;
    font-family: 'Lato';
    line-height: 18px;
    max-height: 108px;
    overflow: hidden;
    min-height: 120px;
}
.all_product_img img {
    height: 164px;
    width: 100%;
}
.all_product_link a {
    width: 100%;
    background: #6b6054;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    display: block;
    text-align: center;
    padding: 10px 0;
}
.all_product_link a:hover{
    background: #25b7ec;
}

/** About Page **/
.common_page{  
    background-repeat: no-repeat;
    overflow: auto;
    background-position: center bottom;
}
.common_section {
    background: rgba(255,255,255,0.9);
    font-size: 18px;
    color:#303030;
    margin: 66px 0;
    padding: 34px 27px 47px !important;
}

.page_title{
    display: block;
    border-bottom: 1px solid #aaaaaa;
    width: 100%;
    margin: 0;
    font-size: 32px;
    color: #6b6054;
    padding-bottom: 25px;
    margin-bottom: 18px;
}
.common_section p {
    line-height: 29px;
    letter-spacing: 0.18px;
}

.listing_page {
    padding-top: 61px;
}


.page_header .page_title{
    color: #363636;

}
.listing_contant h4{
    color: #303030;
    font-size: 18px;
    margin: 0;
    min-height: 38px;

}
.listing_contant p{
    margin: 0;
    font-size: 14px;
    color: #5d5d5d;
    font-family: 'Lato';
    line-height: 18px;
    max-height: 126px;
    min-height: 126px;
    overflow: hidden;
}
.listing_section {
    border: 1px solid #fff;
    border-radius: 3px;
    margin-top: 8px;
    margin-bottom: 20px;
}
.listing_contant{
    background: #fff;
    padding: 14px 11px;
}
.listing_txt {
    padding-top: 12px;
}
.listing_slider{
    position: relative;
}
.listing_slider img{
    width: 100%;
}
.listing_section .listing_slider img{
    height: 164px;
    width: 100%;
}
.flex-direction-nav .flex-prev {
    left: 0;
}
.flex-direction-nav .flex-next {
    right: 0;
}
.flex-direction-nav a{
    opacity: 1;
}
.flex-direction-nav a {
    opacity: 1;    
    height: 40px;
    width: 40px;
}
.flex-direction-nav a:before{
    content: '';
    background: url(../images/arrows.png);
    width: 40px;
    height: 40px;
    text-indent: 9999px;
}
.flex-direction-nav a.flex-prev:before{
    background-position: -21px -22px;
}
.flex-direction-nav a.flex-next:before{
    background-position: 63px -22px;
}
.flex-direction-nav a.flex-prev:hover:before{
    background-position: -95px -22px;
}
.flex-direction-nav a.flex-next:hover:before{
    background-position: 121px -22px;
}
.common_page.listing_page {
    background-position: top center;
    background-repeat: no-repeat;
}

.main_property {
    border: 1px solid #fff;
    border-radius: 3px;
}
.product_detail_all{
    background-repeat: no-repeat;
    background-size: 100% 100%;

}
.property_detail_main h4{
    margin: 0;
    color: #303030;
    font-size: 18px;
    font-family: 'Lato';
} 
.product_detail_top_section{
    padding-top: 61px;
    padding-bottom: 58px;
}
.property_detail_main{
    background: #fff;
    color: #5d5d5d;
    font-family: 'Lato';
    font-size: 14px;
    padding:14px;
    line-height: 18px;
}
.property_detail_top{
    display: inline-block;
    width: 100%;
    padding-bottom: 12px;
    border-bottom: 1px solid #e1e1e1;
}
.property_detail_top h4 {
    margin-bottom: 12px;
}
.property_detail_left{
    float: left;
    width: 50%;
}
.property_detail_top_address{
    float: left;
    width: 50%;
    padding-right: 15px;
}
.property_detail_top_number{
    float: left;
    width: 50%;
}
.property_detail_top_number p {
    padding: 20px 15px 0 3px;
}
.property_detail_right{
    float: right;
    width: 50%;
}
.property_detail_top_space{
    float: left;
    width: 38%;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    padding: 0 15px 5px 15px;    
}
.property_detail_top_social{
    float: left;
    width: 35%;
    padding-left: 18px;
}
.property_price {
    display: inline-block;
    border-left: 1px solid #e1e1e1;
    padding-left: 3%;
}
.property_price p {
    font-size: 20px;
}
.property_detail_top_social ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.property_detail_top_social ul li{
    padding: 0;
    list-style: none;
    display: inline-block;
    margin-right: 7px;
}
.property_detail_top_social ul li a{
    text-decoration: none;
    background: url(../images/social_icon2.png);
    width: 30px;
    height: 30px;
    display: inline-block;
}
.property_detail_top_social ul li.fb a{
    background-position: -16px -3px;
}
.property_detail_top_social ul li.instagram a{
    background-position: -58px -3px;
}
.property_detail_top_social ul li.fb:hover a{
    background-position: -16px -37px;
}
.property_detail_top_social ul li.instagram:hover a{
    background-position: -58px -38px;
}
.property_detail {
    padding-top: 13px;
}
.property_detail h4 {
    margin-bottom: 12px;
}
.property_detail p {
    letter-spacing: 0.25px;
    line-height: 17px;
}
.property_detail p:last-child {
    margin: 0;
}

/** Visual Composer **/
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0 !important;
}
.banner_img.vc_row{
    margin:0 !important;
}
.banner_img  .vc_column_container>.vc_column-inner{
    padding:  0 !important;
}
#respond {
    display: none;
}
.container {
    margin: auto !important;
}
.contact_top {
    text-align: center;
}
.contact_top img {
    margin: auto;
}
.contact_top span{
    font-size: 14px;
    color: #25b7ec;
    text-transform: uppercase;
}
.contact_top a, .contact_top p{
    font-size: 14px;
    color: #303030;
    text-decoration: none;
    line-height: normal;
    margin-top: -2px;
    display: block;
}
.contact_txt_top p {
    line-height: 22px;
    padding-top: 9px;
}
.contact_section {
    padding: 19px 0 0px;
}
.contact_top.email_box {
    margin-right: 42px;
}
.contact_top.fax_box {
    margin-left: 39px;
}
.text_boxs{
    font-size: 14px;
    color: #6b6054;
    border: 1px solid #c7c7c7;
    border-radius: 2px;
    background: transparent;
    width: 100%;
    outline: none;
    padding: 11px 10px;
    margin-bottom: 11px !important;
}
textarea.text_boxs{
    resize: none;
    height: 125px;
}
.main_contact_form label{
    font-weight: normal;
    display: block;
}
.main_contact_form {
    padding: 26px 55px 0;
}
.main_contact_form .col-sm-3{
    width: 30%;
}
.main_contact_form .col-sm-4{
    width: 40%;
}
.main_contact_form .col-sm-10{
    width: 100%;
}

.contact_robot {
    display: inline-block;
    vertical-align: top;
}
.contact_submit {
    display: inline-block;
    margin-left: 15px;
}
.contact_reset {
    display: inline-block;
    margin-left: 5px;
}
.contact_bottom_btn {
    float: right;
    margin-top: 5px;
}

.contact_submit input{
    border: 0;
    color: #fff;
    border-radius: 2px;
    font-size: 14px;
    outline: none;
    background: #25b7ec;
    padding: 11px 35px;
}
.contact_reset input{
    border: 0;
    color: #fff;
    border-radius: 2px;
    font-size: 14px;
    outline: none;
    background: #6b6054;
    padding: 11px 35px;
}
div.wpcf7 .ajax-loader{
    display: block;
}
span.wpcf7-not-valid-tip {
    margin-bottom: 10px !important;
    font-size: 14px;
}

button#load_more_blog_btn, #cat_load_more_blog_btn, #search_load_more_blog_btn{
    display: block;
    margin: auto;
    border: 0;
    outline: none;
    background: #25b7ec;
    font-size: 14px;
    color: #fff;
    padding: 11px 35px;
    border-radius: 2px;
	 font-weight:500;
	 font-family:'raleway';
}
.responsive-tabs-container {
	margin-bottom: 15px !important;
}

.load_more_btn {
    padding: 15px 0 57px;
}
.screen-reader-text{
	display: none;
}

nav.navigation.pagination a {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    background: #25b7ec;
    padding: 5px 12px 7px;
}

nav.navigation.pagination span.current {
    text-decoration: none;
    font-size: 14px;
    color: #25b7ec;
    background: #fff;
    padding: 5px 12px 7px;
}

.near_by_place{
	background: #c2c8cf;
	padding: 55px 0;
}
.near_by_place .all_product_box{
	margin-top: 5px;
}
/*edit on 10 May 2017 Start*/
.property_title h3 {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 15px 0 15px;
    background-color: #fff;
    margin: 15px 0;
}
.cat_section {
    width: 100%;
    display: inline-block;
    position: relative;
    background-color: #fff;
}
h4.feat_head {
    margin: 0 0 10px 0;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Lato';
}
.features_sec {
    width: 46%;
    display: inline-block;
    margin: 30px 3% 0 0;
    border-right: 1px solid #ddd;
    vertical-align: top;
}
.details_sec.features_sec{
    border: 0;
}
.features_sec ul {
    padding: 0;
    list-style: none;
}
.features_sec ul li{
    font-size: 14px;
    font-family: 'Lato';
}
.prop_desc {
    font-size: 14px;
    font-family: 'Lato';
    line-height: 28px;
    color: #5d5d5d;
    padding-top: 15px;
	 margin-bottom:10px;
}
.all_properties {background-attachment: fixed;}
.pagination{
    width: 100%;
    text-align: center;
}
.load_more_btn img {
    height: 50px;
    margin: 0 auto;
    display: none;
}
/*edit on 10 May 2017 End*/
.header_contact h4{margin:10px 0 0 0; text-align : center;}
.main_contact_form .file_upload input{display: none;}
.main_contact_form .file_upload label{cursor: pointer;    background: #6b6054;color: #fff;font-size: 14px;padding: 7px 36px;border-radius: 25px;    display: inline-block;}



/********** Custom CSS June 2017 **************/

.header_logo {
    margin: 10px 0;
}

.header_tagline {
    border-right: none;
}

.header_contact {
    float: right;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 25px;
}

.header_left {
    width: 100%;
}

.header_right {
    width: 100%;
    text-align: right;
    padding-top: 0px;
}

.header_contact h4 {
    text-align: left;
    font-size: 17px;
    margin-left: 53px;
    font-weight: 600;
}

.admin_link {
    display: none;
}

.header_social_icon ul li {
    margin-left: 5px;
}

.header_social_icon {
    padding-top: 0;
}

.navbar-nav > li > a {
    padding: 0 30px;
    border-right-width: 1px;
}

/*.header_menu {
    margin-left: 20px;
}*/

.header_contact {
    position: relative;
}

.header_social_icon {
    position: absolute;
    right: 0;
    bottom: -15px;
}

.header_contact_contant span {
   font-size: 16px;
    font-weight: 400;
}

.header_bottom {
    box-shadow: none;
	 display: inline-block;
    width: 100%;
	 margin-bottom:-5px;
}

.vc_row.banner_img {
    background: url(http://rentalbrickell.com/wp-content/uploads/2017/06/common.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

#home-floater {
    text-align: center;
    color: #555;
    font-weight: 500;
    font-size: 50px !important;
    font-family: oswald;
}
header {
    background: #fff;
	 display:inline-block;
	 width:100%;
}
.all_properties {
    padding-top: 40px;
}
.is-sticky{
	position: relative;
    z-index: 9999;
}
.tab-content.property-grids {
    margin-top: 40px;
    font-family: 'Lato';
}

.all_product_box:hover,.listing_section:hover {
    box-shadow: 0px 0px 15px #ddd;
}

.all_product_box,.listing_section {
    border: 1px solid #eee;
    border-radius: 0;
}

.all_product_contant,.listing_contant {
    background: #fbfbfb;
}

.all_product_contant h4,.listing_contant h4 {
    font-family: 'Lato' !important;
	 color:#444;
	 min-height:0;
	 padding:5px 5px 0;
	 text-transform:capitalize;
}

.all_product_contant p,.listing_txt p {
    font-family: 'Lato';
    line-height: 1.5em;
    font-size: 15px;
	 color:#888;
	 padding:10px 5px;
	 font-weight:400;
}

.all_product_link a {
    background: #2aade1;
    font-weight: 600;
    text-shadow: none;
}

.all_product_img img,.listing_section .listing_slider img {
    height: 240px;
}

.cat_link.customlink {
    margin-top: 80px;
    float: none;
    text-align: center;
}

.cat_link.customlink a {
    font-size: 20px;
    background: #2aade1;
}

.cat_link.customlink a:hover {
    background: #25b7ec;
}

.all_properties {
    padding-bottom: 60px;
}

.footer {
    background: #222;
}
.nav > li{
padding-bottom:11px;	
}
.cat_section {
    margin-bottom: 60px;
    display: inline-block;
    width: 100%;
}
.cat_section {
    margin-bottom: 60px;
    display: inline-block;
    width: 100%;
}

.property_title,.property_title h3 {
    background: #fcfcfc;
    margin-bottom: 20px;
    color: #666;
    padding: 3px 0 !important;
    font-weight: 600;
	 font-family:'raleway';
}

.listing_page {
    padding-top: 50px;
}
.features_sec {
    width: 100%;
    border: none;
}

.details_sec.features_sec {
    width: 10;
}

.page_title {
    border-bottom: 1px solid #ddd;
    color: #555 !important;
    font-family: 'raleway';
    font-weight: 400;
}

h2#home-banner {
    text-align: center;
    color: #fff;
    font-size: 120px;
    font-weight: 600;
    font-family: raleway;
    opacity: 0.9;
    padding: 280px 0 320px;
    margin-top: 0;
}
.homepage_title {
    text-align: center;
    margin-top: 40px !important;
	 margin-left:0 !important;
	 margin-right:0 !important;
}
.footer a {
    color: #888;
}
.header_tagline, .header_contact_contant span, .second_tagline, .navbar-nav > li > a, .all_properties .nav-tabs li a span, .all_product_link a,.cat_link.customlink a {
    font-family: 'raleway';
}

.header_contact_contant {
    font-family: 'Lato';
    font-weight: 300;
}

.second_tagline {
    font-weight: 500 !important;
}
h4 {
    font-family: 'raleway' !important;
}

.prop_desc,.features_sec p {
    color: #666;
    line-height: 1.5em;
    font-size: 15px;
}

h4.feat_head {
    margin-bottom: 20px;
}

.features_sec ul li {
    color: #666;
    padding: 2px 0;
}
.product_detail_all {
    background-size: cover;
    background-position: bottom center;
    background: #cddae8 url(http://rentalbrickell.com/wp-content/uploads/2017/06/common.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.property_detail_top h4 {font-size: 16px;color: #000;line-height: 1.4em;}

.property_detail h4 {
    margin: 5px 0 25px 0;
}

.property_detail img {
    margin-bottom: 25px;
}

.property_detail p {
    font-family: 'lato';
    color: #666;
    line-height: 1.5em;
    font-size: 15px;
}

.single-post h1.page_title {
    font-family: 'Lato';
	 text-transform:capitalize;
}

.near_by_place {
    background: #fafafa;
}
.all_product_contant p strong, .listing_txt p strong {
    font-weight: 500;
}
.property_detail .feat_head {
    margin-top: 30px;
}

.property_detail ul li {
    padding: 3px;
    color: #666;
}
span.rentdate-info {
    position: absolute;
    text-align: center;
    background: #05b705;
    color: #fff;
    padding: 5px 50px;
    transform: rotate(-45deg);
    left: -50px;
    top: 30px;
    font-weight: 500;
}

.listing_slider {
    overflow: hidden;
}
.vacant-share {
    margin: 20px 0;
}

.vacant-share strong {
    margin-bottom: 10px;
    display: block;
}