#infobar_div {
    position:relative;
}

.infobar-container {
    height:37px !important;
    position:relative;
    width: 969px;
}
.infobar-container a {
	transition:all .3s;
}

.infobar-title {
    padding: 0 0 0 35px;
    padding:0;
    margin: 3px 40px 0 0;
    margin:0;
    float:left;
    white-space:nowrap;  
	
	transition:all .3s;
}

.infobar-news {
    float:left;
}

.infobar-title
{
    float:left;
    padding-left:35px;
    padding-top:2px;
    height: 35px;
    line-height: 27px;
}


.infobar-clip {
    position: absolute;
}

.infobar-clip > .infobar-news {
    margin-right:30px;
}


#infobar_floating .infobar_closer {
    cursor: pointer;
    float: right;
    height: 30px;
    margin: 0 0 0;
    width: 30px;
}

#infobar_static {
    height: 37px;
    margin: 15px auto 0px auto;
    padding: 0px 0px 0px 0px;
    position: relative;
}

#infobar_div
{
    height: 30px;
    z-index: 1000;
}

#infobar_div{
    height: 100%;
    width: 100% !important;
    box-sizing: border-box;
    border-right: 30px solid transparent;
    float:left;
    position: relative;
    z-index: 2;
    overflow-x: hidden;        
    overflow-y: hidden;    
}

.infobar_close{
    background: url('../../images/common/sprites.png') no-repeat 6px -317px;
    display: block;
    float: right;
    height: 37px;
    width: 30px;
    position: absolute;
    right: 0px;
    top: 0px;    
    cursor: pointer;
    z-index: 20;
}

.infobar_close:hover
{
    background-color: #8dc63f;
}


.infobar_float {
    width: 1191px;
    max-width: 100%;
    padding: 9px 0px 9px 0px;
    z-index: 100;
    position: fixed;
    bottom: 0px;
}

#infobar_floating {
    height: 30px;
    margin: auto;
    position: relative;
    text-align: center;
    /*width: 992px;*/
}

#infobar_floating .infobar {
    float: left;
    width: 900px;
    height: 30px;
    margin: 0px auto;
}

#infobar_floating .infobar_closer {
    cursor: pointer;
    float: right;
    height: 30px;
    margin: 0 0 0;
    width: 30px;
}