﻿.wall {
    float: left;
    max-width: 880px;
    background-color: #fff;
    margin-left: 10px;
}

    .wall div {
        background-color: #F6F6F6;
        max-width: 220px;
        overflow: hidden;
        max-height: 220px;
        height: auto;
        float: left;
        margin: 0px;
    }

        .wall div img {
            margin: 0px;
            padding: 0px;
        }

.wall-feature {
    background-color: #F6F6F6 !important;
    max-width: 660px !important;
    overflow: hidden !important;
    max-height: 220px !important;
    height: 220px !important;
    width: 660px !important;
    float: left !important;
    margin: 0px !important;
}

    .wall-feature img {
        margin: 0px !important;
        padding: 0px !important;
        max-height: 220px !important;
        max-width: none;
    }

.wall-fb-icon {
    margin-top: 50px !important;
    padding-bottom: 0px !important;
    margin-bottom: 5px !important;
}

.wall-fb-content {
    font-size: 10pt !important;
    padding: 0px 10px 0px 10px !important;
    word-wrap: break-word !important;
}

.wall-fb-content:hover {
    cursor: pointer;
    text-decoration: underline;
}


@media screen and (max-width: 959px) {
    .wall {
        background-color: transparent;
        margin-left: 0px;
    }

    .wall div {
        width:50%;
        max-width: none;
        margin-bottom: 20px;
        background-color: transparent;
    }

    .wall-feature {
        display: none !important;
    }
}

/*@media screen and (max-width: 920px) {

    .wall-fb-content {
        font-size: 5pt;
        margin: 0px 90px 0px 90px !important;
    }

    .wall {
        width: 100%;
        background-color: transparent;
        margin-left: 0px;
        text-align: center;
    }

    .wall-feature {
        max-width: 100% !important;
        height: auto !important;
    }

        .wall-feature img {
            height: auto !important;
        }
}*/

/****** backend css*/
.wall-table{
    width: 100%;
}

.tile-thumb{
    width: 110px;
}

.tile-thumb:hover{
    cursor: pointer;
}

.tile-feature-thumb{
    width: 330px;
}