.b-head-banner {
    position: relative;
    overflow: hidden;
}

.b-head-banner_background {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: #e4e4e4;
}

.b-head-banner_background_img {
    display: block;
    min-width: 100%;
    min-height: 100%;
    height: 130px;
    width: auto;
    zoom: 1;
    opacity: .1;
    filter: alpha(opacity=10);
}

.b-head-banner_content {
    position: relative;
    z-index: 2;
    margin: 20px auto 0;
    padding-right: 150px;
}

.b-head-banner_title {
    display: block;
    font: 24px/24px 'DINProRegular';
    color:#333333; text-transform:uppercase;
    text-transform: uppercase;
}

.b-head-banner_title strong {
    font-family:'DINProBold';
    font-weight:normal;
    color:#c60019;
}

.b-head-banner_toggle {
    position: absolute;
    right: 0;
    bottom: 15px;
    width: 110px;
    padding: 4px 0;
    text-align: center;
    background: #e1001a;
    color: #fff;
    cursor: pointer;
}

.b-head-banner_toggle_arrow {
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -4px;
    border: 4px solid transparent;
    border-top-color: #e1001a;
    width: 0;
    height: 0;
}

.b-head-banner.open .b-head-banner_toggle_arrow {
    top: auto;
    bottom: 100%;
    border-top-color: transparent;
    border-bottom-color: #e1001a;
}

.b-head-banner_text {
    color: rgb(102,102,102);
    margin-top: 15px;
    height: 0;

    -webkit-transition: height .3s linear;
    -moz-transition: height .3s linear;
    -o-transition: height .3s linear;
    transition: height .3s linear;
}

.b-head-banner_toggle_text.in_open,
.b-head-banner.open .b-head-banner_toggle_text.in_default {
    display: none;
}

.b-head-banner.open .b-head-banner_toggle_text.in_open {
    display: block;
}

.b-head-banner.open .b-head-banner_text {
    height: 70px;
}
