.homeblocks-item > div {

    /*border: 1px solid #e2e2e2;*/

    /*padding: 15px;*/
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}
.homeblocks-item img {
    width: 100%;
    height: auto;
}
.homeblocks-item .designer-item-desc, .homeblocks-item .gallerydesc {
    background: rgba(0, 0, 0, 0.6);    /* margin-top: -29px; */

    /* position: relative; */

    /* max-height: 29px; */
    padding: 5px;
    display: block;
    width: 100%;
    color: #FFF;
    font-family: "Gotham-Medium", Arial, Helvetica, sans-serif;
    font-size: 13px;
    position: absolute;
    bottom: 0;
}
.homeblocks-item .designer-item-desc i, .homeblocks-item .gallerydesc i {
    margin-right: 5px;
}
.homeblocks-item .designer-item-desc a {
    color: #fff;
}
.homeblocks-item .homeblocks-item-twitter {
    border: 1px solid #000;
    padding: 15px;
    word-wrap: break-word;
    text-align: center;
}
.homeblocks-item .homeblocks-item-twitter a {
    color: #42B5A9;
}
.homeblocks-item .event-item-title, .homeblocks-item .news-item-title {
    font-size: 13px;
    font-family: "Gotham-Medium", Arial, Helvetica, sans-serif;
}
.homeblocks-item .homeblock-item-event, .homeblocks-item .news-item-news {
    padding-bottom: 15px;
    border-bottom: 1px solid #cdcdcd;
}
.homeblocks-item .homeblocks-item-twitter-header i {
    font-size: 24px;
    margin-bottom: 10px;
}
.homeblocks-item .news-item-date {
    font-size: 11px;
    margin-bottom: 5px;
    color: #333;
}
.homeblocks-item .news-item-summary, .homeblocks-item .event-item-summary {
    font-size: 12px;
    color: #111;
}

/*.homeblocks-item .news-item-news {
    background: #ececec;
    padding: 10px;
    border-bottom: none;
}*/
.news-item-fixed {
    background: #afe8db;    /* padding: 15px; */

    /* border: 1px solid #000000; */
}
.news-item-fixed h3 {
    color: #808080;
}
.home-video-fixed-title {
    background: #000;
    color: #fff;
    padding: 5px 10px;
}
.home-video-fixed-wrapper iframe {
    height: 125px;
    display: block;
}
.overlay-home-video .overlay-home-video-title {
    display: none !important;
}
.overlay-home-video {
    background: #000;
}
.videos-play {
    position: absolute;
    width: 100%;
    text-align: center;
    height: 100%;
    top: 0;
    font-size: 48px !important;
    color: rgba(255, 255, 255, 0.3);
    padding-top: 11%;
}
.videos-play:hover {
    color: rgba(255, 255, 255, 0.6);
}
.news-item-image {
    margin-bottom: 5px;
}
.apply-now-block {
    padding: 15px;
}
@media screen and (max-width:767px) and (min-width:480px) {
    .homeblocks-item.col-xs-12 {
        width: 50%;
    }
}
@media screen and (min-width:768px) {
    .pull-right-sm {
        float: right;
    }
    .lcm-carousel-item .col-sm-8 {
        padding-left: 0;
    }
    .lcm-carousel-item .col-sm-4 {
        padding-right: 0;
    }
}
@media screen and (max-width:767px) {
    .lcm-carousel .carousel-prev, .lcm-carousel .carousel-next {
        display: none;
    }
    .lcm-carousel-caption {
        height: auto;
    }
}
.lcm-carousel-item-wrapper:after {
    content: ".";
    display: block;
    height: 130px;
    width: 111px;
    background: url('/images/lcm-icon.png');
    font-size: 0;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    bottom: 27px;
    left: 30px;
}