.home-box h2 {
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
    font-family: 'Arial Black', Arial, Helvetica, sans-serif;
    line-height: 24px;
}

.home-box em {
    font-style: italic;
    font-size: 14px;
    font-family: Georgia, Arial, Helvetica, sans-serif;
    line-height: 16px;
}

.home-box {
    color: #fafafa;
    text-shadow: 1px 1px 0px rgba(255,255,255, .2);
}

.head {
    padding: 15px 0;
}

.home-box a {
    position: absolute;
    top: 41px;
    right: -5px;
    display: block;
    padding: 0 10px;
    height: 32px;
    text-decoration: none;
    font-size: 12px;
    line-height: 32px;
}

.home-box a {
    background: #ff8042;
    /*background: -moz-linear-gradient(top, #ff8042 0%, #f55a0e 100%);*/
    background: -ms-linear-gradient(top, #ff8042 0%,#f55a0e 100%);
    background: -o-linear-gradient(top, #ff8042 0%,#f55a0e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8042), color-stop(100%,#f55a0e));
    background: -webkit-linear-gradient(top, #ff8042 0%,#f55a0e 100%);
    background: linear-gradient(to bottom, #ff8042 0%,#f55a0e 100%);
    color: #fafafa;
    text-shadow: 1px 1px 2px rgba(0,0,0, .3);
    position: absolute;
    top: 9px;
    right: -5px;
    display: block;
    padding: 0 10px;
    height: 32px;
    text-decoration: none;
    font-size: 12px;
    line-height: 32px;
}

    .home-box a:before {
        position: absolute;
        display: block;
        content: '';
    }

    .home-box a:before {
        top: 0;
        left: -8px;
        width: 8px;
        height: 32px;
        background: url(/cdn/img-home/badge.png) no-repeat;
        background-position: 0 -32px;
    }

    .home-box a:after {
        right: 0;
        bottom: -5px;
        width: 0;
        height: 0;
        border-bottom: 5px solid transparent;
    }

.home-box {
    position: relative;
    display: block;
    margin: 0 -5px;
    vertical-align: text-top;
    background: -webkit-linear-gradient(#29456C, #0A1121); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#29456C, #0A1121); /* For Opera 11.1 to 12.0  */
    background: -moz-linear-gradient(#29456C, #0A1121); /* For Firefox 3.6 to 15 */
    background: #2D3941;  /* linear-gradient(#29456C, #0A1121);*/ /* Standard syntax  */
    text-align: center;
    border-radius: 4px;
}
