.project-of-the-month-row {
    background-color: #E7E7E7;
    margin-bottom: 15px;
}

.project-of-the-month-row > a > div {
    padding-right: 5px;
    padding-left: 5px;
}

.project-of-the-month-column {
    margin: 5px;
    background-color: white;
    box-shadow: 0 0 5px #888888;
}

.project-of-the-month-image-column {
    border-bottom: 1px solid lightsteelblue;
}
.project-of-the-month-image-column > .center-cropped {
    width: 100%;
    height: 150px;
    background-position: center center;
    background-repeat: no-repeat;
}

.project-of-the-month-image-description {
    max-height: 80px;
    overflow: scroll;
    line-height: 1.5;
    padding: 0 5px 0 5px;
}

.project-of-the-month-image-description > .title {
    font-size: 11px;
    font-weight: 600;
}

.project-of-the-month-image-description > .short-desc {
    font-size: 10px;
    color: slategray;
    font-weight: 500;
}

.project-of-the-month-footer {
    float: right;
    margin: 10px 0 10px 0px;
}

/**
 * Mobile version
 **/
@media (max-width: 767px) {
    .project-of-the-month-column {
        white-space: nowrap;
    }

    .project-of-the-month-image-column {
        width: 50%;
        display: inline-block;
    }

    .project-of-the-month-image-description {
        width: 50%;
        white-space: normal;
        vertical-align: top;
        display: inline-block;
        max-height: inherit;
    }
}

.project-of-the-month-image-description::-webkit-scrollbar {
    width: 0;
    background: transparent; /* make scrollbar transparent */
}


/**
 * Carousel slider (multiple items)
 **/
@media (min-width: 1024px) {
    .carousel-image {
        padding: 10px;
    }
}

.multi-item-carousel .carousel-inner > .item {
    -webkit-transition: 500ms ease-in-out left;
    transition: 500ms ease-in-out left;
}
.multi-item-carousel .carousel-inner .active.left {
    left: -33%;
}
.multi-item-carousel .carousel-inner .active.right {
    left: 33%;
}
.multi-item-carousel .carousel-inner .next {
    left: 33%;
}
.multi-item-carousel .carousel-inner .prev {
    left: -33%;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .multi-item-carousel .carousel-inner > .item {
        -webkit-transition: 500ms ease-in-out left;
        transition: 500ms ease-in-out left;
        -webkit-transition: 500ms ease-in-out all;
        transition: 500ms ease-in-out all;
        -webkit-backface-visibility: visible;
        backface-visibility: visible;
        -webkit-transform: none!important;
        transform: none!important;
    }
}
.multi-item-carousel .carouse-control.left,
.multi-item-carousel .carouse-control.right {
    background-image: none;
}

#agents > .carousel-indicators {
    bottom: 15px;
}

#agents > .carousel-inner > .item > .carousel-caption {
    opacity: 0.5;
    background-color: black;
    bottom: 10px;
    padding-top: 0;
    padding-bottom: 35px;
}
/**
 * News section
 **/
.news-column-box {
    padding-bottom: 15px;
    height: 170px;
    border-bottom: 1px solid gainsboro;
    margin-bottom: 10px;
}

.news-column {
    max-height: 150px;
    overflow: hidden;
    white-space: nowrap;
}

.news-image-column {
    width: 45%;
    display: inline-block;
}

.news-image-column > img {
    width: 100%;
}

.news-image-description {
    padding: 5px;
    width: 55%;
    white-space: normal;
    vertical-align: top;
    display: inline-block;
}

.news-image-description > .title {
    color: cadetblue;
    font-size: 11px;
    font-weight: 600;
}

.news-image-description > .title > .date-time {
    color: dimgrey;
}

.news-image-description > .short-desc {
    font-size: 10px;
    color: slategray;
    font-weight: 500;
}

.news-footer {
    float: right;
    margin: 10px 0 10px 0px;
}

.see-more-news-button {
    color: cadetblue;
    font-size: 11px;
    font-weight: 600;
}

.agent-box {
    width: 90%;
    height: 100%;
    padding: 10px 0 10px 0;
    margin: 5px;
    background-color: white;
    box-shadow: 0 0 5px #888888;
}

.agent-image-column {
    border-bottom: 1px solid lightsteelblue;
}
.agent-image-column > .center-cropped {
    width: 100%;
    height: 150px;
    background-position: center center;
    background-repeat: no-repeat;
}

.agent-image-description {
    height: 40px;
    overflow: scroll;
    line-height: 1.5;
    padding: 0 5px 0 5px;
}

.agent-image-description::-webkit-scrollbar {
    width: 0;
    background: transparent; /* make scrollbar transparent */
}

.agent-image-description > .title {
    font-size: 11px;
    font-weight: 600;
}

.agent-image-description > .short-desc {
    font-size: 10px;
    color: slategray;
    font-weight: 500;
}

