.fs-banner-bar {
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    background: #000;
    text-align: center;
    -webkit-transition: height .3s cubic-bezier(.23,1,.32,1);
    -moz-transition: height .3s cubic-bezier(.23,1,.32,1);
    -o-transition: height .3s cubic-bezier(.23,1,.32,1);
    transition: height .3s cubic-bezier(.23,1,.32,1);
}
@media only screen and (max-width:756px){
	.fs-banner-bar {
		z-index: 1000;
	}
}
.fs-banner-bar-url {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.fs-banner-bar-text {
    padding: .8em 3em;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.2em;
}
.fs-banner-bar-close {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 2.8em;
    height: 2.78em;
    background: rgba(0,0,0,.15);
    color: #fff;
}
.fs-banner-bar-close::after {
    content: '×';
    display: block;
    font-family: helvetica,arial,sans-serif;
    font-size: 1em;
    font-weight: 100;
    line-height: 2.7em;
    letter-spacing: normal;
    padding: 0;
}