div.overlay {
    text-align: center;
    position: relative;
    /*background-color: rgba(86, 86, 86, 0.8) !*gray2*!;*/
}
div.overlay div.innerlay{
    background-color: rgba(86, 86, 86, 0.8) /*gray2*/;
}
div.overlay div.plus {
    position: absolute;
    bottom: 0;
    left: 0;
}

div.overlay span.title,
div.overlay span.text {
    font-size: 1.3em;
    font-family: "VAG Rounded W02 Thin" !important;
    color: white;
}

div.overlay span.textbox{
    padding: 0 12px;
}

div.overlay span.text {
    font-family: "VAG Rounded W02 Light" !important;
    color: #f4f4f4 /*grey6*/;
    font-weight: bold;
}

div.overlay a,
div.overlay a:hover,
div.overlay a:visited,
div.overlay a:active {
    display: block;
    text-decoration: none;
    height: 100%;
    width: 100%;
}

div.overlay .icon {
    color: white;
}