/***************************************

            R E A L T O R

***************************************/

.realtor .title-section {
    width: 629px;
    margin-right: 25px;
    float: left;
}

.realtor .title-section h1 {
    margin-bottom: 0;
}

.realtor .title-section h5 {
    font-weight: 400;
    margin-left: 180px;
    margin-top: -10px;
    margin-bottom: 50px;
    font-size: 14px;
}

.realtor .field-wrapper {
    width: 100%;
}

.realtor .field-wrapper input {
    float: left;
    width: 467.5px;
}

.realtor .field-wrapper input:nth-child(1) {
    margin-right: 25px;
}

.realtor .field-wrapper button {
    float: right;
    margin-top: 20px;
}

.realtor .field-wrapper button p {
    text-align: center;
    float: left;
    margin-left: 15px;
}

.realtor .field-wrapper button i {
    font-size: 1.25rem;
    margin-top: 0;
}

.realtor .field-wrapper button div {
    width: 90px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
}

.realtor .field-wrapper button:hover > div p,
.realtor .field-wrapper button:hover > div i {
    color: #ffffff;
}

.realtor .listing-section {
    width: 100%;
    display: block;
}





.realtor #grid {
    display: block;
}



.realtor #grid .listing-grid {
    width: 303.33px;
    height: 495px;
    background-color: #F2F2F2;
    margin-bottom: 25px;
    float: left;
}

.realtor #grid .listing-grid .top {
    width: 100%;
    height: 150px;
    float: none;
}

.realtor #grid .listing-grid .top h5 {
    color: #ffffff;
    font-size: 18px;
    line-height: 22px !important;
}

.realtor #grid .listing-grid .top h6 {
    color: #ffffff;
    font-size: 14px;
    line-height: 18px !important;
}

.realtor #grid .listing-grid .top .left {
    float: left;
    width: 58%;
    height: 100%;
}

.realtor #grid .listing-grid .top .left .top-box {
    height: 105px;
    background-color: #0066B2;
    padding: 15px;
}

.realtor #grid .listing-grid .top .left .bottom-box {
    height: 45px;
    background-color: #313131;
    padding: 15px;
}

.realtor #grid .listing-grid .top .left .bottom-box h5 {
    font-weight: 400;
}

.realtor #grid .listing-grid .top .right {
    float: right;
    width: 42%;
    height: 100%;
    background-color: #cccccc;
    overflow: hidden;
}

.realtor #grid .listing-grid .top .right img {
    margin-top: -15px;

    transform-origin: center;
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
}

.realtor #grid .listing-grid .middle {
    width: 100%;
    height: 175px;
}

.realtor #grid .listing-grid .middle h5 {
    color: #383838;
    font-size: 14px;
    line-height: 18px !important;
    margin-bottom: 5px;
}

.realtor #grid .listing-grid .middle h6 {
    color: #383838;
    opacity: 80%;
    font-size: 14px;
    line-height: 18px !important;
    text-transform: capitalize;
}

.realtor #grid .listing-grid .middle .left {
    float: left;
    width: 58%;
    height: 100%;
    padding: 0 15px;
}

.realtor #grid .listing-grid .middle .right {
    float: right;
    width: 42%;
    height: 100%;
    padding: 0 15px;
}

.realtor #grid .listing-grid .middle .right button {
    margin: 0 auto;
    display: block;
}

.realtor #grid .listing-grid .middle .right button:nth-child(1) {
    margin-bottom: 10px;
}

.realtor #grid .listing-grid .bottom {
    width: 100%;
    height: 110px;
}

.realtor #grid .listing-grid .bottom h5 {
    color: #383838;
    font-size: 18px;
    line-height: 22px !important;
}

.realtor #grid .listing-grid .bottom h6 {
    color: #383838;
    opacity: 80%;
    font-size: 14px;
    line-height: 24px !important;
}

.realtor #grid .listing-grid .bottom .left {
    float: left;
    width: 58%;
    height: 100%;
    padding: 15px;
}

.realtor #grid .listing-grid .bottom .left .btn-wrapper {
    width: 80px;
}

.realtor #grid .listing-grid .bottom .left .btn-wrapper i {
    margin-right: 10px;
}

.realtor #grid .listing-grid .bottom .right {
    float: right;
    width: 42%;
    height: 100%;
    padding: 15px;
}

.realtor #grid #left-list {
    margin-right: 25px;
}

.realtor #grid #center-list {
    margin-right: 25px;
}

.realtor #grid .listing-grid .bottom .right .image-wrapper {
    width: 100%;
}

.realtor #grid .listing-grid .bottom .right img {
    width: 65px;
    margin: 0 auto;
    display: block;
}




.realtor #list {
    display: none;
}

.realtor #list .listing-grid {
    width: 100%;
    height: 280px;
    background-color: #f4f4f4;
    margin-bottom: 25px;
}

.realtor #list .left-side {
    width: 80%;
    height: 100%;
    float: left;
}

.realtor #list .right-side {
    width: 20%;
    height: 100%;
    float: right;
    background-color: #cccccc;
    overflow: hidden;
}

.realtor #list .left-side .top .left-box .realtor-info {
    width: 85%;
    float: left;
}

.realtor #list .left-side .top .left-box .image-wrapper {
    width: 15%;
    float: right;
}

.realtor #list .left-side .top .left-box img {
    float: left;
    height: 85px;
    
}

.realtor #list .right-side img {
    margin-top: -15px;

    transform-origin: center;
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
}

.realtor #list .top {
    width: 100%;
    height: 135px;
}

.realtor #list .top .left-box {
    width: 55%;
    height: 100%;
    float: left;
    background-color: #1173B9;
    padding: 20px;
}

.realtor #list .top .left-box h5 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
}

.realtor #list .top .left-box h6 {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
}

.realtor #list .top .right-box {
    width: 45%;
    height: 100%;
    float: right;
    background-color: #383838;
    padding: 20px;
}

.realtor #list .top .right-box h5 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
}

.realtor #list .top .right-box h6 {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
}

.realtor #list .bottom {
    width: 100%;
    height: 145px;
}

.realtor #list .bottom .left-box {
    width: 55%;
    height: 100%;
    float: left;
    padding: 20px;
    background-color: #f4f4f4;
}

.realtor #list .bottom .left-box .left {
    float: left;
}

.realtor #list .bottom .left-box .left .btn-wrapper i {
    margin-top: 15px;
    margin-right: 25px;
}

.realtor #list .bottom .left-box .right {
    
}

.realtor #list .bottom .left-box .right button {
    float: right;
}

.realtor #realtor-btn1 {
    margin-left: 15px;
}

.realtor #list .bottom .right-box {
    width: 45%;
    height: 100%;
    float: right;
    padding: 20px;
    background-color: #f4f4f4;
}







.realtor-option {
    margin-bottom: 50px;
}

.realtor-option #active {
    pointer-events: none;
}

.realtor-option #inactive {
    background-color: transparent;
}

.realtor-option #inactive:hover {
    background-color: #383838;
}

.realtor-option #active:hover {
    background-color: #F7D03D;
}


.realtor-option #active:hover > a p,
.realtor-option #active:hover > p {
    color: #383838;
}

.realtor #grid #specialties {
    width: 100%;
    height: auto;
    padding: 15px;
}

.realtor #realtorType { 
    text-transform: lowercase; 
}

.realtor #realtorType:first-letter { 
    text-transform: uppercase; 
}

/*
.realtor #realtorOfficeAddress {
    text-transform: lowercase;
}

.realtor #realtorOfficeAddress:nth-word(n) {
    text-transform: uppercase;
}

.realtor #realtorOfficeCity {
    text-transform: lowercase;
}

.realtor #realtorOfficeCity:nth-word(n) {
    text-transform: uppercase;
}*/
