.masonry {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
    margin: 1.5em 0;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}

.masonry .item {
    display: inline-block;
    background: #fff;
    padding: 2px;
    margin: 0 0 1.5em;
    width: 100%;
    border: 2px solid #FAFAFA;
    box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
    /*overflow: hidden;*/
}

.masonry .item img {
    width: 100%;
}



@media (max-width: 768px) {
    #header {
        margin-bottom: 0;
        position: relative;
        height: 50px;
    }

    #top-menu, #contact-mobile, #frm-search, #frm-search .input-group-addon {
        display: none;
    }

    #top-menu-left, #top-menu-logo {
        display: block;
    }

    #top-menu-logo {
        position: absolute;
        left: 50%;
        margin-left: -55px;
        line-height: 50px;
    }

    #frm-search input {
        border: none;
        padding: 0 15px;
    }

    #frm-search {
        position: absolute;
        left: 0;
        top: 50px;
        background: #f8ede9;
        border-top: solid 1px #fff;
        height: 35px;
        width: 100%;
    }

    #top-menu-left .item,
    #top-menu-right .item {
        height: 50px;
        width: 35px;
        border-right: solid 1px #fff;
        line-height: 50px;
        float: left;
    }

    #top-menu-right .item.right {
        border: none;
        border-left: solid 1px #fff;
        text-align: right;
    }

    #top-menu-left .fa,
    #top-menu-right .fa,
    #top-menu-left .glyphicon,
    #top-menu-right .glyphicon {
        color: #E0B2AA;
        cursor: pointer;
        font-size: 18px;
    }

    #top-menu-logo img {
        width: 110px;
        line-height: 35px;
    }

    #top-menu-right {
        display: block;
    }

    #slide .container {
        padding: 0;
    }

    #slide .mask {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        width: 100px;
        height: 100px;
        background: #fff;
        border-radius: 50%;
        text-align: center;
        margin-top: -50px;
        margin-left: -50px;
        opacity: 0.75;
    }

    #slide .mask h2 {
        color: #dd6d8c;
        font-size: 14px;
        margin: 23px 0 5px 0;
    }

    #slide .mask .desc {
        text-transform: uppercase;
        font-size: 10px;
    }

    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }

    #news .news-desc {
        display: none;
    }

    #right-sidebar ul {
        padding: 0;
    }

    .news-feature-info {
        padding-left: 15px;
    }

    .news-feature-info .title {
        margin-top: 15px !important;
    }

    .right-sidebar-container {
        padding: 0;
    }
}

@media only screen and (min-width: 400px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 700px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 900px) {
    .masonry {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}

@media only screen and (min-width: 1100px) {
    .masonry {
        -moz-column-count: 5;
        -webkit-column-count: 5;
        column-count: 5;
    }
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}