﻿#featuredProfile .box-Profile {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}

#featuredProfile .box-Profile.hideVisible{
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
}
.box-ContactProfile, .box-errorCover{
    padding: 25px 15px;
    width: 100%;
    display: block;
    float: left;
    height: 100%;
    box-sizing: border-box;
    top: 0px;
    position: absolute;
    margin: auto;
    display: table;
    max-width: 100%;
    left: 0px;
    right: 0px;
}

#featuredProfile .box-ContactProfile, #featuredProfile .box-ContactProfile.hideVisible, .box-errorCover.hideVisible {
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
}

.hideVisible {
    opacity: 0;
    visibility: hidden;
}

.box-faceFollowers.emptyFollower{
    height:0px;
}
.profilePremium .profileRealtorImage{
    width: 150px;
    height: 150px;
    background-size: 100%;
    background-color: rgba(255, 255, 255, 0.81);
    border: 2px solid rgb(210, 210, 210);
    border-radius: 50%;
    box-shadow: 0px 0px 9px 1px rgba(195, 194, 194, 0.48);
    box-sizing: border-box;
    display: table;
    margin: auto;
    margin-bottom: 15px;
    background-position: 50%;
    cursor: pointer;
    float: none;    
    position: relative;
    background-repeat: no-repeat;
}

.profilePremium .profileRealtorImage .profileVerified, .profilePremium .headerBio .profileVerified {
    position: absolute;
    width: 31px;
    height: 31px;
    bottom: 0px;
    right: 0px;
    background-image: url(/content/img/spritelisting.png);
    background-size: 614px;
    background-position: -232px -78px;
    border-radius: 50%;
    box-shadow: 0px 1px 10px #949494;
}
 .profilePremium .headerBio .profileVerified {
    transform: scale(0.6);
    bottom: 2px;
    left: 43px;
    z-index: 9;
}
.profileRegular .profileRealtorImage .profileVerified {
    display:none;
}

.profilePremium .totalProperties{
    display:none;
}

.profileRegular .boxVerticalText {
    float: left;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    margin-left: 20px;
    left: 150px;
    width: calc(100% - 150px - 20px - 170px);
}

.profileRegular .profileRealtorTitle, 
.profileRegular .profileRealtorName{
    text-align: left;
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


.profileRegular .seephoneProfile .text-btn, 
.profileRegular .btncontactProfile .text-btn{
    width: auto;
    font-size: 13px;
    float: left;
}

.profileRegular .seephoneProfile:before,
.profileRegular .btncontactProfile:before{
    left: 0px;
    right: 0px;
    margin: auto !important;
    float: left;
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
}

.profileRegular .profileRealtorImage{
    width: 130px;
    height: 130px;
    background-size: 100%;
    border-radius: 50%;
    box-shadow: 0px 0px 9px 1px rgba(195, 194, 194, 0.48);
    box-sizing: border-box;
    display: table;
    margin: auto;
    margin-bottom: 30px;
    background-position: 50%;
    cursor: pointer;
    float: left;
    margin-top: 30px;
    background-color: rgba(255, 255, 255, 0.81);
    border: 2px solid rgb(210, 210, 210);
    margin-left: 20px !important;
        background-repeat: no-repeat;
    background-size: cover!important;
}

.box-errorCover {
    background: rgba(32,40,51,.57);
}

#contentProfile {
    display: table;
    margin: 20px auto;
    text-align: center;
}

.profileRegular #contentProfile {
    float: left;
    margin-top: 0px;
}

.profileRealtorName, .titleError{
    font-family: Roboto, 'DINBold', Sans-Serif !important;
    font-size: 29px !important;
    color: #FFF;
    position: relative;
    margin: 0px !important;
    font-weight: 800;
    text-align: center;
    cursor: pointer;
}

.profileRealtorTitle{
    font-family: Roboto, 'DINBold', Sans-Serif !important;
    font-size: 14px;
    color: #FFF;
    position: relative;
    margin: 0px !important;
    font-weight: 300;
    text-align: center;
    margin-bottom: 10px !important;
    float: left;
    width: 100%;
    cursor: pointer;
}

.titleError{
    margin-top: 50px !important;
    margin-bottom: 10px !important;
}

.descripcionError {
    float: left;
    width: 100%;
    text-align: center;
    color: #FFF;
    line-height: 140%;
    margin-bottom: 25px;
    font-size: 15px;
    padding: 0px 25px;
    box-sizing: border-box;
}

.btnAgainUpload:before {
    content: "";
    width: 25px;
    height: 25px;
    float: left;
    position: absolute;
    left: 10px;
    top: 8px;
    background-image: url(/content/img/spritelisting.png);
    background-size: 415px;
    background-position: -137px -616px;
}

.btnAgainUpload {
    display: table;
    background: #21a9e1;
    padding: 13px 14px;
    box-sizing: border-box;
    color: white;
    font-size: 14px;
    border-radius: 4px;
    padding-left: 40px;
    margin: auto;
    position: relative;
}

.btnAgainCancel {
    display: table;
    background: rgba(214, 0, 0, 0.47);
    padding: 13px 14px;
    box-sizing: border-box;
    color: white;
    font-size: 14px;
    border-radius: 4px;
    margin: auto;
    position: relative;
}

.box-errorCover  .box-actionbtns {
    width: auto;
    display: flex;
    clear: both;
    max-width: 280px;
    margin: auto;
    position: relative;
}

.btnAgainCancel{
    display: table;
    background: rgba(134, 134, 134, 0.2);
    padding: 13px 14px;
    box-sizing: border-box;
    color: white;
    font-size: 13px;
    border-radius: 4px;
    margin: auto;
    position: relative;
    cursor: pointer;
}

.btnAgainCancel:hover{    
    background: rgba(134, 134, 134, 0.7);
}

.descripcionError strong {
    margin-top: 2px !important;
    display: block;
    font-size: 15px;
}

.seephoneProfile:before, .btncontactProfile:before, .btneditProfile:before {
        content: "";
    width: 40px;
    height: 40px;
    background-color: rgba(33, 177, 56, 0.54);
    display: block;
    float: left;
    background-image: url(/content/img/spritelisting.png) !important;
    background-size: 467px !important;
    background-position: -115px -120px !important;
    background-repeat: no-repeat;
    border-radius: 50%;
    margin-right: 6px !important;
    transition: all ease .3s !important;
    -webkit-transition: all ease .3s !important;
    -moz-transition: all ease .3s !important;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    position: relative;
    z-index: 11;
    left: 0;
}

.btncontactProfile:before {
    background-color: rgba(231, 51, 41, 0.65);
    background-position: -156px -125px !important;
    background-size: 483px !important;
}

.btneditProfile:before{
    background-color: rgba(33, 169, 225, 0.65);
    background-position: -144px -341px !important;
    background-size: 450px !important;
}

.seephoneProfile .text-btn, .btncontactProfile .text-btn, .btneditProfile .text-btn {
    position: relative;
    z-index: 10;
    float: left;
    margin-left: 3px;
    color: #fff;
    font-weight: 300;
    line-height: 40px;
    font-size: 14px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}

.seephoneProfile , .btncontactProfile, .btneditProfile{
    cursor: pointer;
    margin: auto 8px;
}

.seephoneProfile{
    width: 140px;
}

.seephoneProfile .text-btn:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(244,247,250,0.57);
    background: -moz-linear-gradient(left,rgba(244,247,250,0.57) 0%,rgba(244,247,250,1) 100%);
    background: -webkit-gradient(left top,right top,color-stop(0%,rgba(244,247,250,0.57)),color-stop(100%,rgba(244,247,250,1)));
    background: -webkit-linear-gradient(left,rgba(244,247,250,0.57) 0%,rgba(244,247,250,1) 100%);
    background: -o-linear-gradient(left,rgba(244,247,250,0.57) 0%,rgba(244,247,250,1) 100%);
    background: -ms-linear-gradient(left,rgba(244,247,250,0.57) 0%,rgba(244,247,250,1) 100%);
    background: linear-gradient(to right,rgba(244,247,250,0.57) 0%,rgba(244,247,250,1) 100%);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all ease .3s !important;
    -webkit-transition: all ease .3s !important;
    -moz-transition: all ease .3s !important;
}

.box-actionbtns {
    width: auto;
    display: inline-flex;
}

#contentFollow {
    float: right;
    position: relative;
    bottom: 65px;
        padding-right: 10px;
    display: inline-flex;
}

.profileRegular #contentFollow{
    display: inherit;
    float: right;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    right: 0px;
        min-width: 147px;
}

#followAgent {
    width: 27px;
    height: 28px;
    float: left;
    background-image: url(/content/img/seguirvacio.png) !important;
    background-position: 50% !important;
    background-size: 100%;
    cursor: pointer;
    margin-right: 10px;
    right: 0px;
    top: 0px;
    position: relative;
    background-repeat: no-repeat;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
   -webkit-transition: all 0.4s ease;
}

#followAgent:hover, #savePropertyLi.saved #followAgent{
    background-image: url(/content/img/seguirlleno.png) !important; 
}

#savePropertyLi.saved:hover #followAgent{
   background-image: url(/content/img/dejarseguir.png) !important; 
}

#savePropertyLi{
    cursor:pointer;    
}

.itemFollower.imcurrent {
   /* background-image: url(https://static.intercomassets.com/avatars/474025/square_128/foto-1470753622.jpg?1470753622) !important;*/
}

.animationArco{
    width: 55px;
    height: 55px;
    position: absolute;
    left: -18px;
    top: -15px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.64);
    transition: all 0.4s ease;  
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    box-sizing: border-box;
}

.box-Followers {
color: #FFF;
    font-size: 12px;
    width: auto;
}

.profileRegular .box-Followers {
    display: table;
        max-width: 160px;
}

.profileRegular .itemFollower {
    float: left;
}

.profileRegular  .nroFollowers {
    clear: inherit;
    width: 100%;
    float: left;
}
/*
.nroFollowers {
    width: auto;
    float: left;
    text-align: center;
    margin-top: 3px;
    clear: both;
    margin-top: 6px;
}*/


.nroFollowers{
clear: both;
    margin-top: 6px;
    width: 100%;
    line-height: 28px;
    text-align: left;
    margin: auto;
    float: left;
}

.followersCounterHolder{
font-weight: bold;
    font-size: 18px;
    top: 2px;
    position: relative;    
    margin-right: 4px;
}

.itemFollower {
       width: 36px;
    height: 36px;
    display: block; 
    border-radius: 50%;
    background-color: #eee;
    box-shadow: 1px 1px 1px #888;
    background-size: cover;
    background-position: center center;
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    /* margin-left: -9px; */
    border: 1px solid #cecece;
    /* margin: auto; */
    margin-right: -5px !important;
}

.itemFollower:nth-child(2), 
.itemFollower:nth-child(3) {

}

.boxSearchProfile {
    padding: 3px 10px;
    width: 250PX;
    clear: both;
    margin: auto;
    display: table;
    box-sizing: border-box;
    max-width: 1100px;
    min-width: 400px;
}

.labelFiltrar {
    font-weight: bold;
    color: #27313B;
    margin-right: 10px;
    float: left;
    line-height: 41px;
}

#searchListingProfile {
    padding: 14px 9px;
    border-bottom: 1px solid #eaeaea !important;
    width: 100%;
    box-sizing: border-box;  
    border: 0px;
    color: #27313b;
    border-radius: 0px !important;
    /*box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);*/
        padding-right: 50px;
}

.boxInputSearch {
    width: 100%;
    float: left;
    max-width: 1100px;
    position: relative;
}


.boxStatistics {
    float: none;
    width: 100%;
    padding: 15px 0px;
    max-width: 1200px;
    display: table;
        padding-top: 0px;
    margin: auto;
}

.item-columnInfo{
    width: 49%;
    float: left;
    background: #F4F7FA;
    margin-left:1%;
    padding: 40px 20px;
    box-sizing: border-box;
    color: #27313B;
    height: 130px;
        overflow: hidden;
}

#typepProperties .columnStat:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #DDD;
    display: inline-flex;
    border-radius: 50%;
    line-height: 48px;
    top: -4px;
    position: relative;
    left: -5px;
}


#typepProperties .columnStat.buy:before {
    background:#FBAC3F;
}

#typepProperties .columnStat.rent:before {
    background: #21A9E1;
}

.titleInfoBroker strong, .titleInfoBroker span {
    float: left;
    display: flex;
}


.titleInfoBroker strong {
    float: left;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 55px);
}

.box-actionbtns > div .text-btn, .box-actionbtns > a .text-btn{
    transition: all ease .3s !important;
    -webkit-transition: all ease .3s !important;
    -moz-transition: all ease .3s !important;
}

.box-actionbtns > div:hover .text-btn, .box-actionbtns > a:hover .text-btn{
    opacity:0.8;
}

.box-actionbtns > div:hover:before , .box-actionbtns > a:hover:before{
    transform:rotate(10deg) scale(0.9);
    -moz-transform:rotate(10deg) scale(0.9);
    -webkit-transform:rotate(10deg) scale(0.9);
}

.box-actionbtns .seephoneProfile:hover .text-btn .hoverclichere{
 opacity: 1;
}

.box-actionbtns .seephoneProfile:hover .text-btn {
    color: rgba(255, 255, 255, 0);
}

.box-actionbtns .seephoneProfile.seen:hover  .text-btn {
    color: #FFF !important;
}

.box-actionbtns .seephoneProfile.seen:hover .text-btn .hoverclichere {
       opacity: 0 !important;
}

.seephoneProfile .text-btn .hoverclichere {
    position: absolute;
    opacity: 0;
    width: 100%;
    left: 0px;
    top: 0px;
    height: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.6s ease;
    color: #FFF !important;
}

.boxTypeProperties{
    margin-left:0%;
    margin-right:1%;
}

.boxStatistics .titleInfoBroker {
    float: left;
    width: auto;
    font-size: 19px;
    display: block;
    max-width: 50%;
    min-width: auto;
}

.boxStatistics .infoBroker {
    float: left;
    width: auto;
    margin-left: 0px;
    margin-top: 3px;
        max-width: 50%;
}

.columnStat {
    font-size: 29px;
    float: left;
    text-align: center;
    line-height: 25px;
    width: 50%;
    color: #28323D;
    cursor:pointer;
}

.columnStat span {
    font-size: 14px;
    float: left;
    line-height: 18px;
    width: 100%;
    text-align: center;
}

.titleInfoBroker .icon {
    width: 45px !important;
    height: 42px;
    content: "";
    background-image: url(/content/img/spritelisting.png);
    background-size: 787px;
    background-position: -319px -274px;
    margin-right: 10px;
    display: block;
    opacity: 1;
    float:left;
    position:relative;
}

.item-columnInfo:hover .titleInfoBroker .icon  {    
    transform: rotate(-10deg) !important;
    -moz-transform: rotate(-10deg) !important;   
    -webkit-transform: rotate(-10deg) !important;
 }
 
 
.titleInfoBroker .icon{    
    transform: rotate(0deg) !important;
    -moz-transform: rotate(0deg) !important;   
    -webkit-transform: rotate(0deg) !important;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    
 }
 
.boxTopZona .titleInfoBroker .icon {
    background-position: -259px -274px;
}

.box-center {
    display: table;
    margin: auto;
}

.boxStatistics .boxTopZona .infoBroker{
    margin-top:0px;
    padding-left: 30px;
}

.boxTopZona .rowStat{
    font-size: 13px;
    float: left;
    clear: both;
    line-height: 162%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    width: 100%;
}

.boxTopZona .rowStat .nrostat{
    position:absolute;
    float: right;
    padding-left: 5px;
}

.boxTopZona .rowStat a{      
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
        margin-left: 5px;
}

.boxTopZona .rowStat:before {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    margin: 3px 6px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    line-height: 16px;
    background-image: url(/content/img/spritelisting.png);
    background-position: -109px -713px;
    background-size: 400px;
    font-size: 0px;
    margin-top: 1px;
    margin-bottom: 4px;
}

.boxTopZona .rowStat.zona1:before {
    background-position: -59px -713px;
}

.boxTopZona .rowStat.zona2:before {
    background-position: -84px -713px;
}

.boxTopZona .rowStat.zona3:before {

}

.boxTopZona .rowStat a {
    cursor: pointer;
        color: #27313B;
}

.item-columnInfo.boxTopZona {
    padding: 32px 20px;
}

.boxStatistics .boxTopZona .titleInfoBroker{
    margin-top: 7px;
    position: relative;
}

.box-ContactProfile{
  background: rgba(32, 40, 51, 0.70);
}

#btnSavecover {
    width:125px;
    padding: 7px 13px;
    top: 20px;
    position: absolute;
    right: 20px;
    color: rgba(255, 255, 255, 1);
    font-size: 13px;
    cursor: pointer;
    line-height: 20px;
    font-weight: 500;
    background: rgba(76, 175, 80, 0.9);
    text-align: center;
    border-radius: 57px;
    height:34px;
    box-sizing: border-box;
        overflow: hidden;
}

#btnSavecover:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #fff;
    font-size: 20px;
    margin: auto;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    background-image: url(/content/img/spritelisting.png);
    background-size: 355px;
    background-position: -91px -528px;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

#btnSavecover.coverSaved:before {
    opacity:1;
    transform:scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
}

#btnSavecover .btnloading {
    font-size: 0px;
    border-top: 4px solid rgba(255, 255, 255, 0.3);
    border-right: 4px solid rgba(255, 255, 255, 0.3);
    border-bottom: 4px solid rgba(255, 255, 255, 0.3);
    border-left: 4px solid #FFF;
    -webkit-animation: load8 1s infinite linear;
    animation: load8 1s infinite linear;
    border-radius: 50%;
    width: 15px !important;
    height: 15px !important;
    border-width: 3px !important;
    display: block;
    position: absolute;
    top: 230%;
    margin: auto;
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0, 1.2);
    -moz-transition: all 0.3s cubic-bezier(0, 0, 0, 1.2);
    transition: all 0.3s cubic-bezier(0, 0, 0, 1.2);
    right: 0;
    left: 0;
    bottom: 0px;
    opacity: 0;
    margin: auto !important;
    visibility: hidden;
}

#btnSavecover.loading .btnloading {
    -webkit-transition-delay: 0.20s;
    transition-delay: 0.20s;
    top: 0%;
    opacity: 1;
    visibility: visible;
}

#btnSavecover.coverSaved, #btnSavecover.loading {
    border-radius: 50%;
    font-size: 0px;
    width: 34px;
    padding: 0px !important;
}


#featuredProfile{
    -webkit-transition: all .3s ease, background 0s ease;
    -moz-transition: all .3s ease, background 0s ease;
    transition: all .3s ease, background 0s ease;
}

.tool-changecover .hamburger-logout.hideDelete {
    height: 88px;
}

.tool-changecover .hamburger-logout.hideDelete .removeCover{
    display: none !important;
}


.tool-changecover .hamburger-logout {
    right: inherit;
    left: 20px;
    width: 220px !important;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 2px;
    overflow: hidden;
    z-index: -1;
    height: 120px;
    opacity: 0;
    transform: translateY(15%);
    -wekit-transform: translateY(15%);
    -moz-transform: translateY(15%);
    padding: 6px 0px;
    box-sizing: border-box;
}

.tool-changecover .hamburger-logout li{
    height:auto !important;
    cursor: pointer;
}

.tool-changecover .hamburger-logout li:hover{
    opacity:0.9;
}

.removeCover .btnRemovecover {
    color: #d60808 !important;
    font-size: 12px;
}

.removeCover{
    border-top: 1px solid #e4e4e4;
}

.tool-changecover .hamburger-logout .item-logout {
    margin-top: 5px;
    font-weight: bold;
    color: #000;
    margin-bottom: 5px;
}

 .tool-changecover:hover .hamburger-logout{
    z-index: 1;
    overflow: visible;
    opacity: 1;
    transform: translateY(0%);
    -wekit-transform: translateY(0%);
    -moz-transform: translateY(0%);
}

.tool-changecover .hamburger-logout:before{
    border-bottom: 15px solid rgba(255, 255, 255, 0.95);
    top: -30px;
}
.tool-changecover .sizeRecomendado {
    float: left;
    width: 100%;
    font-size: 13px;
    margin-top: 2px;
    font-weight: 300;
    line-height: 135%;
}

.tool-changecover .hamburger-logout:before{
    right: initial;
    left: 21px;
}


.tool-changecover .hamburger-logout li.container-logout{
        padding: 5px 20px;
}

#btnCancelcover, #btnCancelcover2 {
    top: 20px;
    position: absolute;
    right: 150px;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
    font-weight: 500;
    background: rgba(63, 65, 68, 0.42);
    font-size: 27px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    box-sizing: border-box;
    transform: rotate(47deg);
    -moz-transform: rotate(47deg);
    -webkit-transform: rotate(47deg);
    line-height: 16px;
    text-align: center !important;
    padding: 9px 10px;
}

#btnCancelcover:hover, #btnCancelcover2:hover {
    background: rgba(214, 8, 8, 0.58) !important;
    transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

#featuredProfile .desactivatedZoom {
      transform: translateX(0%) scale(0.8);
      -moz-transform: translateX(0%) scale(0.8);
      -webkit-transform: translateX(0%) scale(0.8);  
}

#featuredProfile .activatedZoom {
      transform: translateX(0%) scale(1);
      -moz-transform: translateX(0%) scale(1);
      -webkit-transform: translateX(0%) scale(1);  
}

.backSlideProfile {
    width: 20px;
    height: 30px;
    float: left;
    cursor: pointer;
    margin-right: 20px;
    background-image: url(/content/img/spritelisting.png);
    background-size: 600px;
    background-position: -423px -33px;
    margin-top: 11px;
    margin-bottom: 8px;
    margin-left: 10px;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    position: absolute;
    z-index: 8;
}

.columnSlideContact {
    width: 50%;
    float: left;
    box-sizing: border-box;
    position: relative;
    height: 300px;
    display: block;
}

.columnSlideContact.columnBio:after {
    content: "";
    width: 2px;
    height: 100%;
    background: #FFF;
    right: -1px;
    top: 0px;
    position: absolute;
    opacity: 0.1;
}

.columnSlideContact.columnBio {
    padding-left: 60px;
    padding-right: 30px;
}

.headerBio {
    float: left;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    padding-right: 20px;
    position: relative;
    margin-bottom: 10px;
}

.headerBio .profileRealtorImage {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 15px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px !important;
    overflow:hidden;
}

.headerBio .profileRealtorImage img {
    max-width: 60px;
    max-height: 60px;
    height: 100%;
    width: 100% !important;
}

.headerBio .profileRealtorName {
    width: 100%;
    float: left;
    text-align: left;
    font-size: 20px !important;
        text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.headerBio .profileRealtorTitle {
    width: 100%;
    float: left;
    text-align: left;
    font-size: 14px !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom:0px;
}

.descripcionBio {
    float: left;
    width: 100%;
}

#companyresume {
    display: block;
    line-height: 150%;
    float: left;
    font-size: 13.5px;
    color: #FFF;
    opacity: 0.9;
    overflow: hidden;
    max-height: 202px;
}

/*
.moreBio #companyresume{

}

.moreReadBio {
    font-size: 12px;
    opacity: 1;
    font-weight: 300;
    color: #FFF;
    cursor: pointer;
    float: left;
    margin-top: 10px;
}

.moreReadBio .pointMore {
    width: 5px;
    height: 5px;
    background: #FFF !important;
    display: block;
    border-radius: 50%;
    opacity: 1;
    margin-bottom: 2px;
    margin-left: 9px;
    position: relative;
}

.pointMore:before, .pointMore:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    float: left;
    background: #FFF;
    border-radius: 50%;
    left: -160%;
}


.pointMore:after {
    left: inherit;
    right: -160%;
}
*/
.columnSlideContact.columnForm {
    padding-left: 30px;
    padding-right: 30px;
}

.profileNameBio{
    width: calc(100% - 75px);
    float: left;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: absolute;
    left: 85px;
    margin: auto;
    height: 44px;
}

#SliderContactForm .iconform {
    width: 100% !important;
    float: left;
    padding: 4px 0px;
}

#SliderContactForm .iconform.person_Icon {
    width: 53% !important;
    margin-right: 2%;
}
  
#SliderContactForm .iconform.phone_Icon {
    width: 45% !important;
}


#SliderContactForm .iconform input, 
#SliderContactForm .iconform textarea{
    background-color: rgba(255, 255, 255, 0.20);
    border: 0px !important;
    color: #FFF !important;
    border-radius: 2px !important;
        position: relative !important;
    height: 100% !important;
}

.box-ContactProfile .btn-sendloading input{
    float: none;
    max-width: 100% !important;
    border-radius: 0px !important;
    width: 100% !important;
    margin: auto;
}

.box-ContactProfile .btn-sendloading.loading {
    width: 45px !important;
}

#SliderContactForm  .btn-sendloading {
    max-width: 207px;
    transition: all ease .4s !important;
    -webkit-transition: all ease .4s !important;
    -moz-transition: all ease .4s !important;
    float: none;
    display: table;
    margin: auto;
}


#SliderContactForm  ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FFF;
}
#SliderContactForm  ::-moz-placeholder { /* Firefox 19+ */
  color: #FFF;
}
#SliderContactForm  :-ms-input-placeholder { /* IE 10+ */
  color: #FFF;
}
#SliderContactForm  :-moz-placeholder { /* Firefox 18- */
  color: #FFF;
}

.box-ContactProfile .box-center {
    display: table;
    margin: auto;
    max-width: 1000px;
}

.profileRegular .isPremium{
    display:none !important;
}

.profileRegular #contentProfile {
    float: left;
    margin-top: 0px;
    width: 100%;
    margin-bottom: 0px;
        position: relative;
}

body .profileRegular #featuredProfile{
   height:220px;
   background-image: url(/content/img/skyback.jpg) !important;
       background-size: cover;
}
body .profileRegular #featuredProfile.contactHeight{
     height:350px;
}



body .profileRegular #featuredProfile:before{
    display:none;
}

.profileRegular .box-actionbtns {
    float: left;
}

.profileRegular .seephoneProfile {
    width: auto;
    margin-left: 0px;
}

.totalProperties {
    padding-left: 9px;
    position: relative;
    margin-left: 7px;
}

.totalProperties:before {
    height: 105%;
    width: 2px;
    content: "";
    background: #FFF;
    position: absolute;
    left: 0px;
}

#btnSearchProfile{
    content: "";
    width: 40px;
    height: 40px;
    border: 0px !important;
    border-radius: 50%;
    cursor: pointer;
    background-repeat: no-repeat;
    background: url(/content/img/spritetoolbar.png);
    background-size: 393px;
    background-position: 6px -180px;
    z-index: 9;
    position: absolute;
    display: block;
    top: 3px;
    right: 0px;
    background-color: #f4f7fa;
    padding: 7px;
    box-sizing: border-box;
    font-size: 0px;
   -webkit-transition: all .3s ease, border-radius .4s ease;
    -moz-transition: all .3s ease, border-radius .4s ease;
    transition: all .3s ease, border-radius .4s ease;
}

#SearchPropertiesProfile .btnloading {
    font-size: 0px;
    text-indent: -9999;
    border-top: 4px solid rgba(255, 255, 255, 0.3);
    border-right: 4px solid rgba(255, 255, 255, 0.3);
    border-bottom: 4px solid rgba(255, 255, 255, 0.3);
    border-left: 4px solid #FFF;
    -webkit-animation: load8 1s infinite linear;
    animation: load8 1s infinite linear;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    border-width: 3px !important;
    display: table;
    position: absolute;
    top: 230%;
    margin: auto;
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0, 1.2);
    -moz-transition: all 0.3s cubic-bezier(0, 0, 0, 1.2);
    transition: all 0.3s cubic-bezier(0, 0, 0, 1.2);
    right: 0;
    left: 0;
    bottom: 0px;
    opacity: 0;
    margin:auto;
    visibility: hidden;
    box-sizing: inherit;
}

#SearchPropertiesProfile .btn-sendloading.loading input{
    background-color: #fbac3f;
    background-size: 0px;
    background-image:none !important;
}

#SearchPropertiesProfile .btn-sendloading.loading .btnloading {
    -webkit-transition-delay: 0.20s;
    transition-delay: 0.20s;
    top: -2%;
    opacity: 1;
    visibility: visible;
    z-index:10;
}

#SearchPropertiesProfile .btn-sendloading{
    top: 0px;
    position: absolute;
    right: 0px;
    width: 47px;
    height: 54px;
}

#SearchPropertiesProfile .loaderWriting{
    right: 59px; 
}
#SearchPropertiesProfile #searchListingProfile{
    padding-right: 43px;
}


form#SearchPropertiesProfile {
    position: relative;
    padding-right: 44px;
}

.box-faceFollowers {
    float: left;
    width: 100%;
    height: 38px;
    overflow: visible;
    max-width: 105px !important;
    display: flex;
}

/*TRANSITION WRAP HEADER TOP*/
.wrap-topheaderProfile{
    width: calc(100% + 20px);
    float: left;
    height: 80px;
    transform: translateY(-230%);
    -webkit-transform: translateY(-230%);
    -moz-transform: translateY(-230%);
    opacity: 0;
    background-image: url(/content/img/back1-slide-premium.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0% 47%;
    -webkit-box-shadow: 0 2px 4px -1px rgba(0,0,0,0.06),0 0px 4px 0 rgba(0,0,0,0.06),0 1px 10px 0 rgba(0,0,0,0.08);
    box-shadow: 0 2px 4px -1px rgba(0,0,0,0.06),0 0px 4px 0 rgba(0,0,0,0.06),0 1px 10px 0 rgba(0,0,0,0.08);
    -webkit-transition: all .2s cubic-bezier(0.34, 0.74, 0.24, 1.02);
    -moz-transition: all .2s cubic-bezier(0.34, 0.74, 0.24, 1.02);
    transition: all .2s cubic-bezier(0.34, 0.74, 0.24, 1.02);
    display:none;
 } 
 .profilePremium .wrap-topheaderProfile{
    display:block;
 }
 
 .mapaisOpen .wrap-topheaderProfile{
     width: 100%
 }
 
 .wrap-topheaderProfile.translateIn{
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    opacity:1;
 }
 
.profilePremium .wrap-toolbar{
    z-index: 10;
}

.fix-topheader.profilePremium .wrap-toolbar{
    padding-right: 0px !important;
    position: relative;
    left: inherit;
    right: inherit;
    transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -webkti-transform: translateY(-100%);
}

 .wrap-topheaderProfile .icontop-building {
    height: 60px;
    width: 60px;
    position: relative;
    border-radius: 50%;
    float: left;
    display: block;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
    box-shadow: 2px 4px 5px #0f141a;
    box-sizing: border-box;
    cursor:pointer;
    
}
 .wrap-topheaderProfile   .icontop-building img{
    width: 100%;
    height: auto;
    min-height:100%;
}

.wrap-topheaderProfile  .titletop-building {
    float: left;
    line-height: 80px;
    font-size: 22px;
    color: #FFF;
    width: calc(100% - 100px - 180px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor:pointer;
}

.wrap-topheaderProfile  .btn-getalert {
    float: right;
    font-size: 14px;
    color: #ffffff;
    width: auto;
    background: #FBAC3F;
    max-width: 145px;
    height: 40px;
    line-height: 120%;
    border-radius: 4px;
    margin-right: 30px;
    margin-left: 0px;
    font-size: 15px;
    padding-right: 12px !important;
    padding: 9px 10px !important;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 2px 4px 5px #0f141a;
    line-height: 18px;
    left: inherit;
    bottom: inherit;
    position: relative;
}

.wrap-topheaderProfile:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.65);
    z-index: -1;
}

.layoutListing.profilePremium .list-topheader.translateIn{
    height:80px;
}


 .wrap-topheaderProfile .icontop-profile {
    height: 60px;
    width: 60px;
    position: relative;
    border-radius: 50%;
    float: left;
    display: block;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
    box-shadow: 2px 4px 5px #0f141a;
    box-sizing: border-box;
    cursor:pointer;
    
}
 .wrap-topheaderProfile .icontop-profile img{
    width: 100%;
    height: auto;
    min-height:100%;
}

.wrap-topheaderProfile  .titletop-profile {
    float: left;
    line-height: 80px;
    font-size: 22px;
    color: #FFF;
    width: calc(100% - 100px - 180px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor:pointer;
    font-weight: bold;
}

.btn-contactProfile{
   float: right;
    font-size: 14px;
    color: #ffffff;
    width: auto;
    background-color: rgba(231, 51, 41, 0.9);
    max-width: 145px;
    height: 40px;
    line-height: 120%;
    border-radius: 4px;
    margin-right: 30px;
    margin-left: 0px;
    font-size: 15px;
    padding-right: 12px !important;
    padding: 9px 10px !important;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 2px 4px 5px #242b33;
    line-height: 18px;
    left: inherit;
    bottom: inherit;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    padding: 10px 20px!important;
}


.mobileRegular{
    display:none;
}

.uploadCover {
    /*background: rgba(255, 255, 255, 0.25);
     box-shadow: 0px 2px 7px #4e4d4d;    
    */
    padding: 7px 4px;
    top: 20px;
    position: absolute;
    left: 20px;
    border-radius: 3px;
    color: rgba(255, 255, 255, 0.67);
    font-size: 13px;
    cursor: pointer;
    line-height: 20px;
    padding-right: 10px;   
    font-weight: 500;
}

.uploadCover:hover {
    color: #FFF;
}

.uploadCover:before {
    width: 21px;
    height: 19px;
    content: "";
    float: left;
    background-image: url(/content/img/spritelisting.png);
    background-size: 340px;
    background-position: -137px -143px;
    margin-right: 6px;
    opacity: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.tool-changecover {
    width: 180px;
    float: left;
    position: absolute;
    height: 70px;
        top: 0px;
    left: 0px;
}


.tool-savecover {
    width: 250px;
    float: left;
    position: absolute;
    height: 70px;
    top: 0px;
    right: 0px;
}

.uploadCover:hover:before {    
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.getFileCover {
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0px;
    cursor: pointer;
    top: 0px;
    height: 100%;
}

#boxToolCover{
    display:none;
    opacity:0;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
}

.profilePremium #boxToolCover{
    display:block !important;
    opacity:1;
}

#contentFollow, .boxTopZona .box-center, .boxTypeProperties .box-center{
    opacity:0;
}

.mapaisOpen .item-columnInfo {
        width: 100%;
        margin-left:0px !important; 
         margin-right:0px !important; 
            margin-bottom: 20px;
            padding: 15px 20px !important; 
            height: auto;
}

.mapaisOpen .boxTopZona .box-center {
    width: auto !important;
    min-width: auto !important;
}

.mapaisOpen .boxStatistics .titleInfoBroker {
    min-width: auto;
}
    
@media only screen and (max-width: 1360px){
    .boxTopZona .box-center{
        min-width: 95%;
    }
    
    .boxStatistics .boxTopZona .infoBroker {
        padding-left: 10px;
    }
    
   
    .mapaisOpen  .boxStatistics .boxTopZona .infoBroker {
    padding-left: 10px;
    padding-right: 15px;
    }
    
    
    
   .mapaisOpen #SliderContactForm .iconform.message_Icon{
        width: 66% !important;
     }
     .mapaisOpen .columnSlideContact {
        width: 100%;
        float: left;
        box-sizing: border-box;
        position: relative;
        height: auto;
        display: block;
    }
    
    .mapaisOpen #SliderContactForm .iconform.person_Icon {
        width: 32% !important;
        margin-right: 2%;
    }
    
    .mapaisOpen #SliderContactForm .iconform.phone_Icon {
        width: 32% !important;
        margin-right: 2%;
    }
    
    .mapaisOpen #SliderContactForm  .btn-sendloading{   
        max-width: 100%;
        margin: auto;
        float: left;
        width: auto;
        padding: 66px 20px 0px 20px;
    }
    .mapaisOpen #SliderContactForm .iconformmessage_Icon {
        width: 66% !important;
    }
    
   .mapaisOpen  #SliderContactForm span.iconform.email_Icon {
        width: 32% !important;
    }
    .mapaisOpen .columnSlideContact.columnBio:after{
        display:none;
    }
    
    .mapaisOpen .columnSlideContact {
        width: 100%;
    }
    
    .mapaisOpen .descripcionBio {
        float: left;
        width: 100%;
        display: none;
    }
    .mapaisOpen #SliderContactForm input, #SliderContactForm textarea, #SliderContactForm select{
        font-size: 13px !important;
    }
    
}

@media only screen and (min-width: 1200px){
    .boxStatistics .titleInfoBroker {
        min-width: 184px;
    }
    
 
    
    savePropertyLi{
   
   }
}
@media only screen and (max-width: 1200px){
    .boxTopZona .box-center{
       width: 100%;
    }
    
    .boxStatistics .titleInfoBroker {
        font-size: 16px;
    }    
    
      .mapaisOpen #contentFollow {
        transform: scale(0.85);
        -moz-transform: scale(0.85);
        -webkit-transform: scale(0.85);
    }
    
    .profileRegular.mapaisOpen #contentFollow {
       display:none;
    }
    
     .mapaisOpen.profileRegular .boxVerticalText {
        width: calc(100% - 150px - 20px - 0px);
    }

}

@media only screen and (max-width: 1160px){
    
    body .mapaisOpen #SliderContactForm .iconform.message_Icon {
        width: 100% !important;
    }
    body .mapaisOpen #SliderContactForm .iconform textarea{
        height: 80px !important;
    }
    
    body .mapaisOpen #SliderContactForm .btn-sendloading {
        max-width: 100%;
        margin: auto;
        float: left;
        width: auto;
        padding: 0px 20px 0px 0px;
    }
     .mapaisOpen #contentFollow {
       display:none;
    }
     .boxTopZona .rowStat a{
             max-width: calc(100% - 33px);
     }
    .box-Followers {
        display: block;
    }
    .itemFollower{
     float:left;   
     display: block;
     }

    .nroFollowers {
        margin:auto;
        display: table;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1200px){
        
    .box-Followers {
        display: block;
    }
    .itemFollower{
     float:left;   
     display: block;
     }

    .nroFollowers {
        margin:auto;
        display: table;
    }
    
    #SliderContactForm input, #SliderContactForm textarea, #SliderContactForm select{
        font-size: 13px !important;
    }
    
    .titleInfoBroker .icon {
        width: 29px !important;
        height: 30px;
        content: "";
        background-size: 500px;
        background-position: -202px -173px;
        margin-right: 5px;
        margin-top: 3px;
    }
    
    .item-columnInfo {
        height: 120px;
    }
    
    .boxTopZona .titleInfoBroker .icon {
        background-position: -164px -173px;
    }
    
    .boxSearchProfile {
        padding: 5px 10px;
        width: 100%;
    }
    
    .boxInputSearch {
        float: left;
        max-width: 100%;
        position: relative;
    }
    
    .boxStatistics .boxTopZona .infoBroker {
        padding-left: 5px;
    }
    .boxTopZona .rowStat {
        font-size: 12px;
    }
    
    .boxStatistics .titleInfoBroker {
        font-size: 15px;
    }
    
    .columnStat {
        font-size: 21px;
    }
    
    .boxStatistics .titleInfoBroker{
        min-width: auto;
    }
}


@media only screen and (max-width: 1024px) {
    
    .mapaisOpen.profileRegular .box-actionbtns {
        width: auto;
        display: block;
    }
    
     .mapaisOpen.profileRegular .profileRealtorName{
        font-size: 19px !important;
    }
    
    .mapaisOpen.profileRegular .seephoneProfile, 
    .mapaisOpen.profileRegular .btncontactProfile {
        cursor: pointer;
        margin: auto 8px;
        width: 100% !IMPORTANT;
        float: left;
    }
    
    .profileRegular .boxVerticalText{        
            width: calc(100% - 150px - 20px - 0px);
        }
        
      .profileRegular #contentFollow{
        display:none;
      }
       #contentFollow {
        transform: scale(0.85);
        -moz-transform: scale(0.85);
        -webkit-transform: scale(0.85);
    }
     body #SliderContactForm .iconform.message_Icon{
        width: 66% !important;
     }
     .columnSlideContact {
        width: 100%;
        float: left;
        box-sizing: border-box;
        position: relative;
        height: auto;
        display: block;
    }
    
    #SliderContactForm .iconform.person_Icon {
        width: 32% !important;
        margin-right: 2%;
    }
    
    #SliderContactForm .iconform.phone_Icon {
        width: 32% !important;
        margin-right: 2%;
    }
    
    #SliderContactForm  .btn-sendloading{   
        max-width: 100%;
        margin: auto;
        float: left;
        width: auto;
        padding: 66px 20px 0px 20px;
    }
    #SliderContactForm .iconformmessage_Icon {
        width: 66% !important;
    }
    
    #SliderContactForm span.iconform.email_Icon {
        width: 32% !important;
    }
    .columnSlideContact.columnBio:after{
        display:none;
    }
    
    .columnSlideContact {
        width: 100%;
    }
    
    .descripcionBio {
        float: left;
        width: 100%;
        display: none;
    }
    #SliderContactForm input, #SliderContactForm textarea, #SliderContactForm select{
        font-size: 13px !important;
    }
    
    .item-columnInfo {
        width: 100%;
        margin-left:0px !important; 
         margin-right:0px !important; 
            margin-bottom: 20px;
            padding: 15px 20px !important; 
            height: auto;
    }
    .box-center {
        display: table;
        margin: 20px auto;
    }
   .boxTopZona .box-center
   {
       width:auto !important;
       min-width:auto !important;
    }
   /*.boxStatistics .titleInfoBroker {
        width: auto;
        max-width: 100%;
        display: table;
        margin: auto;
        float: none;
    }
    
    .item-columnInfo {
        padding: 25px 20px;
    }
    
    .boxStatistics .titleInfoBroker br {
        display: none;
    }
    
    .boxStatistics .infoBroker {
        float: left;
        max-width: 100%;
        width: auto;
        margin-left: 0px;
        margin-top: 3px;
    }
    
    .titleInfoBroker strong {
        float: none;
        margin-left: 4px;
    }
    
    
    .titleInfoBroker:before{
        transform: scale(0.8);
        -moz-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        top: -5px;
        position: relative;
    
    }*/
    
     .fullWidth  .titleInfoBroker .icon {
        width: 29px;
        height: 30px;
        content: "";
        float: left;
        background-image: url(/content/img/spritelisting.png);
        background-size: 500px;
        background-position: -202px -173px;
        margin-right: 5px;
    }
    
     .fullWidth  .boxTopZona .titleInfoBroker .icon {
        background-position: -164px -173px;
    }
    
     .fullWidth  .item-columnInfo {
        width: 48%;
        margin-left: 1% !important;
        margin-right: 1% !important;
        margin-bottom: 20px;
        padding: 15px 20px !important;
            height: 95px;
                overflow: hidden;
    }
     .fullWidth  .item-columnInfo.boxTypeProperties {
        padding-top: 24px !important;
    }


    .fullWidth .box-center {
        min-width: 100%;
        float: left;
        margin-left: 0px;
        width: auto;
    }
    
    
}


@media only screen and (min-width: 800px) and (max-width: 960px){
    .titleInfoBroker .icon {
        width: 29px !important;
        height: 30px;
        content: "";
        background-image: url(/content/img/spritelisting.png);
        background-size: 500px;
        background-position: -202px -173px;
        margin-right: 5px;
    }
    
    body .box-center {
        display: table;
        margin: auto !important;
    }
    
    .boxTopZona .titleInfoBroker .icon{
        background-position: -164px -173px;
    }
    
    .item-columnInfo {
        width: 48%;
        margin-left: 1% !important;
        margin-right: 1% !important;
        margin-bottom: 20px;
        padding: 15px 20px !important;
            height: 95px;
                overflow: hidden;
    }
    .item-columnInfo.boxTypeProperties {
        padding-top: 24px !important;
    }
    .columnStat {
        font-size: 19px;
    }

    .box-center {
        min-width: 100%;
        float: left;
        margin-left: 0px;
        width: auto;
    }
}


@media only screen  and (max-width: 799px){
    
    .profilePremium .box-actionbtns {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        transform: scale(0.9);
    }    
    
    body  #SliderContactForm .iconform.message_Icon {
        width: 100% !important;
    }
    body  #SliderContactForm .iconform textarea{
        height: 80px !important;
    }
    
    body  #SliderContactForm .btn-sendloading {
        padding: 0px 20px 0px 0px;
    }
    
}



@media only screen  and (max-width: 640px){
    
    .box-errorCover{
        display:none;
     }
    
    #contentProfile, #contentFollow, .boxTopZona .box-center, .boxTypeProperties .box-center{
    opacity:1 !important;
}
    
    .tool-changecover, .tool-savecover{
        display:none !important;
    }
    .profileRegular .seephoneProfile, .profileRegular .btneditProfile  {
        width: auto;
        float: right;
        top: 29px;
        position: relative;
        right: -5px;
    }
    
    .profileRegular .btneditProfile .text-btn{
        display:none;
    }
    
    .profileRegular .btneditProfile:before{
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
    }
    .profilePremium .mobileRegular{
        display:none !important;
    }
    .mobileRegular{
        display:block;
    }
    .profileRegular  #featuredProfile{
        height: 130px !important;
        background-size: 190% auto !important;
    }
    
    body .profileRegular .profileRealtorImage {
        margin-top: 10px;
        margin-bottom: 10px;
            margin-left: 10px !important;
    }
    
    .profileRegular .boxVerticalText{
         width: calc(100% - 88px - 70px) !important;
         left:90px;
     }
     
     body .profileRegular .profileRealtorName {
        font-size: 18px !important;
    }
    
    body .profileRegular .profileRealtorTitle {
        font-size: 0px !important;
    }
    
    .profileRegular #statisticsProfile{
        display:none;
    }
    
     body .profileRegular .totalProperties {
        padding-left: 9px;
        position: relative;
           margin-left: 0px;
        float: left;
        padding-left: 0px !important;
        font-size: 12px !important;
    }
    
      body .profileRegular .totalProperties:before{
      display:none;
        }
    
    .profileRegular #typepPropertiesMobile{
        display:none;
    }
    
    .profilePremium #featuredProfile{
        height: 250px;
    }
    
    #typepPropertiesMobile{
        background:rgba(32, 40, 51, 0.83);
        float: left;
        width: 100%;
        position: absolute;
        left: 0px;
        height: 50px;
        bottom: 0px;
    }
    body  .columnStat{
        color:#FFF;
        font-size: 14px;
            font-weight: bold;
                line-height: 50px;
                    padding-right: 5px;
     padding-left: 24px;
     width: auto;
    }
    .btneditProfile:before {
        transform: scale(0.80);
        -webkit-transform: scale(0.80);
        -moz-transform: scale(0.80);
            margin-right: 0px !important;
    }
    
    .seephoneProfile .text-btn, .btncontactProfile .text-btn, .btneditProfile .text-btn{
        font-size: 13px;
    }
    
    #typepPropertiesMobile .seephoneProfile, #typepPropertiesMobile .btneditProfile {
        float: right;
        width: auto;
            margin-top: 5px;
    }
    
    .seephoneProfile .text-btn, .btncontactProfile .text-btn{
        display:none;
     }
    
    body .profileRealtorImage {
        width: 80px !important;
        height: 80px !important;
    }
    
    .profilePremium .profileRealtorImage .profileVerified {
        border-radius: 50%;
        box-shadow: 0px 1px 7px #949494;
        transform: scale(0.6);
        -moz-transform: scale(0.6);
        -webkit-transform: scale(0.6);
        bottom: -8px;
        right: -8px;
    }
    body  .box-actionbtns{
        display:none !important;    
    }
    
    body  .profileRealtorName {
        font-size: 21px !important;
    }
    
    body .profileRealtorTitle {
    font-size: 13px;
}
    
    #typepPropertiesMobile .columnStat:before{
        top:0px;
    }
    .columnStat span {
        font-size: 14px;
        float: none;
        line-height: 18px;
        width: auto;
        text-align: center;
        margin-left: 3px;
        font-weight: 300;
    }
    
    #contentProfile {
        position: relative;
    }
    .boxStatistics{
        display:none !important;
    }
    #searchListingProfile,  #SearchPropertiesProfile input.tt-hint {
        font-size: 15px !important;
    }
   .labelFiltrar{
    display:none;
   }
   
   #SearchPropertiesProfile .btn-sendloading {
        height: 49px;
    }
    
    #btnSearchProfile{
        top:3px;
    }
   
   .boxSearchProfile {
        width: 100%;
        padding: 5px 0px;
            min-width: auto;
    }
    
    .boxInputSearch {
        width: 100%;
        max-width: 100%;
    }
    
    #contentFollow{
        display:none;
    }
    
    .boxStatistics{
        padding-bottom: 0px ;    
    }
    
    #statisticsProfile {
        margin-bottom: 0px !important;
    }
    
    .box-center{
        margin-left: 0px;    
    }
}

@media screen\0{
    .item-columnInfo .box-center , .mapaisOpen .boxTopZona .box-center{
        width:400px !important;
    }
    #SliderContactForm .iconform input, #SliderContactForm .iconform textarea{
        overflow:hidden;    
    }
    
    
}

@media \0screen\,screen\9 {
     .item-columnInfo .box-center, .mapaisOpen .boxTopZona .box-center{
       width:400px !important;
    }  
       #SliderContactForm .iconform input, #SliderContactForm .iconform textarea{
        overflow:hidden;    
    }
    
}

@media screen and (max-width: 1025px),screen\0{
    
      #SliderContactForm .iconform textarea{
        height:104px !important;
    }
}	


@media screen and (max-width: 1025px), \0screen\,screen\9  {
    
    #SliderContactForm .iconform textarea{
        height:104px !important;
    }
}	