html {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;

}

body.modal-open {
    padding-right: 0!important;
}

.lh-0 {
    line-height: 0px;
}

.header {
    background-color: black;
    margin: 0 auto;
    top: 0;
    width: 100%;
    z-index: 200;
}

.header-bar {
    width: 100%;
    height: 50px;
    display: none;
}

.header-bar-top {
    width: 100%;
    height: 50px;
}

.header1 {
    display: block;
    width: 100%;
    float: left;
}

.header1-right {
    display: block;
    right: 0;
    position: fixed;
}

.header-container {
    position: relative;
}

.header-container-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
}

.header2 {
    display: block;
    width: 100%;
    float: left;
}
