#recommendations,
#recommendations *
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#recommendations
{
    margin-top: 1.5em;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

#recommendations > .title
{
    color: #2d2d2d; /*#808080*/
    font-size: 16px; /*1.3em*/
    font-weight: bold;
    line-height: 1;
    margin: 0 0 15px 0;
    padding: 0;
}

#recommendations > ul,
#recommendations > ul > li,
#recommendations > ul > li > div
{
    display: block;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

#recommendations > ul
{
    width: 100%;
}

#recommendations > ul > li
{
    text-align: left;
    width: 100%;
}

#recommendations > ul > li > div
{
    padding-bottom: 1.25em;
    width: 100%;
}

#recommendations > ul > li > div > *
{
    clear: both;
    display: block;
    float: left;
    line-height: 1;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

#recommendations > ul > li > div > .cover
{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .25em;
    height: 0;
    margin: 0 0 7px;
    padding: 0 0 100%;
}

#recommendations > ul > li > div > h5
{
    font-size: 12px; /*12px*/
    margin: 0 0 3px;
}

#recommendations > ul > li > div > h5 > a
{
    color: #a00; /*#189bfe*/
}

#recommendations > ul > li > div > p
{
    color: #666;
    font-size: .8em;
    padding-bottom: .25em;
}

#recommendations > ul > li > div > p > a
{
    color: #666;
}

#recommendations > ul > li > div > h5 > a,
#recommendations > ul > li > div > p > a
{
    text-decoration: none;
}

@media screen and (min-width: 481px)
{
    #recommendations > ul > li
    {
        padding: 0 .5em;
        width: 50%;
    }
}

@media screen and (min-width: 768px)
{
    #recommendations > ul > li
    {
        width: 33.333%;
    }

    #recommendations > ul > li:nth-of-type(3n+1)
    {
        clear:left;
    }
}

/* RPS additional items */
#recommendations-wrapper {
    position: relative;
}

#recommendations-wrapper > a {
    font-size: 11px;
    position: absolute;
    right: 0;
    top: 3px;
    z-index: 1;
}

#recommendations-wrapper > a:hover {
    text-decoration: underline;
}

#recommendations-wrapper > a,
body .thumbnails-a .logoDiv a span {
    color: #666;
}

/*tablet*/
@media screen and (max-width: 976px) {
    #recommendations > ul > li {
        width: 16.665%;
    }

    #recommendations > ul > li:nth-of-type(3n+1)
    {
        clear: none;
    }
}

/*small tablet*/
@media screen and (max-width: 768px) {
    #recommendations > ul > li {
        width: 25%;
    }

    #recommendations > ul > li:nth-of-type(n+5) {
        display: none;
    }
}

/*mobile*/
@media screen and (max-width: 480px) {
    #recommendations > ul > li {
        padding: 0 .5em;
        width: 25%;
    }


}

