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

         B R O K E R A G E

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

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

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

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

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

.brokerage .field-wrapper input {
    width: 100%;
}

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

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

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

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

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

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













.brokerage #grid {
    display: none;
}



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

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

.brokerage #grid .listing-grid .top h5 {
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
}

.brokerage #grid .listing-grid .top h6 {
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
}

.brokerage #grid .listing-grid .top .top-box {
    height: 110px;
    background-color: #0066B2;
    padding: 15px;
}

.brokerage #grid .listing-grid .top .bottom-box {
    height: 55px;
    background-color: #313131;
    padding: 15px;
}

.brokerage #grid .listing-grid .middle {
    width: 100%;
    height: 70px;
    padding-top: 15px;
}

.brokerage #grid .listing-grid .middle h5 {
    color: #383838;
    font-size: 24px;
    line-height: 30px;
}

.brokerage #grid .listing-grid .middle h6 {
    color: #383838;
    opacity: 80%;
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
}

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

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

.brokerage #grid .listing-grid .bottom .right button {
    margin: 0 auto;
}

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

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

.brokerage #grid .listing-grid .bottom h5 {
    color: #383838;
    font-size: 24px;
    line-height: 30px;
}

.brokerage #grid .listing-grid .bottom h6 {
    color: #383838;
    opacity: 80%;
    font-size: 16px;
    line-height: 26px;
}

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

.brokerage #grid .listing-grid .bottom .right {
    float: right;
    width: 36%;
    height: 100%;
    padding: 0;
}

.brokerage #grid .listing-grid .bottom .left .btn-wrapper {
    width: 80px;
/*    margin: 0 auto;*/
}

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

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

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




.brokerage #list {
    display: block;
}

.brokerage #list .listing-grid {
    width: 100%;
    height: 260px;
    margin-bottom: 25px;
}

.brokerage #list .top {
    width: 100%;
    height: 115px;
}

.brokerage #list .top .left {
    background-color: #0066B2;
    height: 100%;
    width: 65%;
    float: left;
    padding: 30px;
}

.brokerage #list .top .right {
    background-color: #383838;
    height: 100%;
    width: 35%;
    float: left;
    padding: 30px;
}

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

.brokerage #list .top h6 {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
}

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

.brokerage #list .bottom .left-box {
    width: 65%;
    height: 100%;
    float: left;
    padding: 30px;
    background-color: #EEEEEE;
}

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

.brokerage #list .bottom .left-box .left .btn-wrapper {
    margin-top: 15px;
}

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

.brokerage #list .bottom .left-box .right {
    float: left;
    margin-left: 75px;
}

.brokerage #list .bottom .left-box .right button:nth-child(1) {
    margin-right: 25px;
}

.brokerage #list .bottom .right-box {
    width: 35%;
    height: 100%;
    float: right;
    padding: 30px;
    background-color: #EEEEEE;
}

.brokerage #list .bottom .right-box button:nth-of-type(1) {
    margin-right: 35px;
}