.b{
    padding: 20px 50px;
    text-decoration: none;
    font-family: "odudaregular",sans-serif;
    font-size: 1em;
    text-transform: uppercase;
    display: inline-block;
}

.b:hover{
    padding: 20px 50px;
    text-decoration: none;
}

.b.bg-blue {
    background-color: #000000;
}

.b.bg-blue:hover {
    color: #fff;
    background-color: #b4b4b4;
}

























.b-icon {
    min-width: 80px;
    min-height: 80px;
    display: inline-block;
    border: 0;
}

.b-icon.grey.arrow-right {
    background: url(/images/b-arrow-grey-right.png) no-repeat bottom center;
}

.b-icon.yellow.arrow-right {
    background: url(/images/b-arrow-yellow-right.png) no-repeat bottom center;
}

.b-icon.grey.arrow-down {
    background: url(/images/b-arrow-grey-down.png) no-repeat bottom center;
}

.b-icon.grey.arrow-up {
    background: url(/images/b-arrow-grey-up.png) no-repeat bottom center;
}

.b-icon.brown.arrow-down {
    background: url(/images/b-arrow-brown-down.png) no-repeat bottom center;
}

.b-icon.brown.arrow-left {
    background: url(/images/b-arrow-brown-left.png) no-repeat bottom center;
}

.b-icon span {
    padding-bottom: 115px;
    font-size: 1.25em;
    text-transform: uppercase;
    color: #a8a8a8;
    font-weight: 700;
    display: block;
}


.b-icon span.brown {
    color: #2f290e;
}

.b-icon:hover {
    color: #fff;
    text-decoration: none;
    border: 0;
    focus: none;
}

.b-icon.margin-without-line {
    margin: 50px 0 0 0;
}



/*
a.b-next-with-label {
    padding-bottom: 115px;
    font-size: 1.25em;
    text-transform: uppercase;
    color: #a8a8a8;
    font-weight: 700;
    background: url(/images/icon-b-circle-arrow-dark.png) no-repeat bottom center;
    display: inline-block;
}

a.b-next-with-label:hover {
    color: #fff;
    text-decoration: none;
}
*/


a.b-down-without-label {
    padding-bottom: 115px;
    font-size: 1.25em;
    text-transform: uppercase;
    color: #a8a8a8;
    font-weight: 700;
    background: url(/images/icon-b-circle-arrow-dark.png) no-repeat bottom center;
    display: inline-block;
}

a.b-down-without-label:hover {
    color: #fff;
    text-decoration: none;
}



/* SPRITE BACKGROUND 2X */
/* ---------------------------------------------------- */

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
    .b-block.light-grey.icon-overview {
        background: #f9f9f9 url(/images/sprites-2x.png) -450px -861px no-repeat;
        background-size: 500px 1000px;
    }
    
    .b-block.orange.icon-overview {
        background: #fd4f00 url(/images/sprites-2x.png) -450px -744px no-repeat;
        background-size: 500px 1000px;
    }
}

.b-block.light-grey:hover {
    background-color: #f3f3f3;
    text-deocration: none;
}



