.UIBannerControl {
        margin: 0 auto !important;
       /* max-width: 1068px;*/
        width: 100%;
        z-index: 2;
        /*height: 129px;*/
        /* padding: 25px 0; */
        width: var(--body-width) !important;
       /* background: url("images/bgbanner.jpg") no-repeat center top transparent;*/
}
.UIBannerControl br{
display:none;
}
.UIBannerControl >img {
    width: 100%;
}
.UIBannerControl .block-text {
        margin: 0 auto;
        padding: 14px 0 10px;
        display: block;
        /* min-height: 105px; */
        /* left: 360px; */
        position: absolute;
        margin: 0 auto;
        padding: 14px 0 10px;
        display: block;
        /* min-height: 105px; */
        /* left: 460px; */
        position: absolute;
        width: 100%;
        text-align: center;
}
.UIBannerControl .first a {
        text-align: center;
        width: 100%;
        display: block;
        font-size: 29px;
        text-transform: uppercase;
        color: #fffcbe;
        font-weight: 700;
        letter-spacing: 1px;
}
.UIBannerControl .second a {
        text-align: center;
        width: 100%;
        display: block;
        font-size: 33px;
        text-transform: uppercase;
        color: #fffc0e;
        font-weight: 700;
        letter-spacing: 1px;
}
.UIBannerControl .co {
        left: 5px;
        position: absolute;
        top: 0;
}
.UIBannerControl .header-skin {
        position: relative;
}
.UIBannerControl a.logo {
        display: block;
        position: absolute;
        top: 25px;
        left: 118px;
}
.UIBannerControl .loginlink {
        position: absolute;
        top: 20px;
        right: 5px;
}
.UIBannerControl a.SkinObject {
        color: yellow;
        text-decoration: underline;
}
.UIBannerControl .second a.small {
    font-size: 25px;
}
@media only screen and (max-width: 768px) {
        /* For mobile phones: */
        .UIBannerControl {
                /*height: initial;*/
                height:100%;
                /*height: 60px;*/
                background-size: 100%;
                width: 100vw !important;
        }
        .UIBannerControl .block-text {
                left: 96px;
                top: -7px;
                padding: 0;
                height: unset;
                display: block;
                min-height: unset;
        }
        .UIBannerControl .first a {
                font-size: 12px;
        }
        .UIBannerControl .second a {
                font-size: 12px;
        }
        .UIBannerControl a.logo {
                left: 20px;
                width: 50px;
                top: -3px;
        }
        .UIBannerControl .loginlink {
                display: none;
        }
}

.SingleSearch {
        z-index: 4;
        position: absolute;
        right: calc((100% - var(--body-width))/ 2 + 6px);

 
        
        bottom: 35px;
}
.SingleSearch .SearchBox {
        border-radius: 3px;
        height: 28px;
        width: 160px;
        background: #fff none repeat scroll 0 0;
        border: 1px solid #ccc;
}
.SingleSearch .SearchBox .Text {
        border-radius:3px;
        border:none;
        color: #5b5b5b;
        display: inline-block;
        height: 26px;
        margin: 0;
        text-align: left;
        width: 127px;
        font-size: 13px;
        padding: 0 5px;
}
.SingleSearch .SearchBox .Button {
        background: rgba(0, 0, 0, 0) url("images/s.png") no-repeat top -1px right -5px;
        border: medium none;
        display: inline-block;
        height: 20px;
        vertical-align: top;
        width: 25px;
        border-radius: 0 3px 3px 0;
        display: none;
}
.SingleSearch *, ::after, ::before{
        box-sizing: content-box;
}
@media only screen and (max-width: 768px) {
        .SingleSearch {
                z-index: 1;
        }
        .SingleSearch .SearchBox{
                height: 22px;
        }
        .SingleSearch .SearchBox .Text{
                border: none !important;
        }
        .SingleSearch .SearchBox .Button{
                height: 22px !important;
        }
        .SingleSearch {
                /* display: none !important; */
                position: absolute !important;

                bottom: 35px;
                left: 0;
                width: calc(100vw - 50px) !important;

        }
}

