html, body {
    direction: ltr;
    overflow-x: hidden;
}

.srhhomebtn {
    float: left;
}

input#key {
    float: left;
    width: 87.8%!important;
}

.navbar-header {
    float: right;
}

.navbar-nav, .navbar-nav > li {
    float: left;
}

.dropdown-menu > li > a {
    text-align: left;
}

.what-is-ilikevents {
    float: left;
}

.footer_top:nth-child(0) {
    float: left;
}

.btn-search-enter {

    height: 34px;
    border-radius: 0px;
    border-right: 0px;
    background-color: #f8f8f8;

}

.btn-search-input {
    border-left: 0px;
    border-radius: 0px;
    background-color: #f8f8f8;
}

a {
    text-decoration: none;
}

.gallery_product {
    padding-right: 25px;
}

.hint:after {
    opacity: 0;
    display: inline-block;
    position: absolute;
    left: 100%;
    z-index: -1;
    top: 0;
    pointer-events: none;
    content: attr(data-hint);
    background: #636363;
    color: #fff;
    padding: .5rem 1rem;
    height: 50px;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    white-space: nowrap;
    line-height: 34px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -webkit-transform: translateX(-100%);
}

.hint:hover:after {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.stickymenu ul {
    padding: 0px !important;
}

@media (max-width: 767px) {
    .navbar-header {
        float: left !important;
    }

    .navbar-toggle {
        float: left !important;
        margin-left: 15px !important;
    }

    .toggle-search {
        float: right;
        margin-left: 76%;
        position: fixed;
        display: block !important;
        margin-top: -7px;
    }

    #header-logo {
        margin-left: 0px;
        margin-right: 270px;
        position: fixed;
    }

    #navbar-collapse-1 {
        margin-top: 50px
    }

    .navbar-nav, .navbar-nav > li {
        float: none;
    }

    input#key {
        width: 73% !important;
    }

    .result_search {
    }

    .btn-search-enter {
        height: 34px
    }
}

div#btl-panel-login {
    margin: 20px 20px 0 20px;
}

@media only screen and (max-width: 780px) {
    .topmenusearch .btnstyle {
        left: none !important
    }
}

.wsmenu-list li a .arrow:after {
    left: auto !important;
    right: 0px !important
}

.wsmenu-list {
    text-align: center;
}

.link-list li {
    text-align: left;
}

@media only screen and (max-width: 768px) {
    .topmenusearch input {
        border-radius: 0 !important;
        height: 44px;
        background-color: #f1f1f1;
        margin-right: -30px !important;
    }
    .base-search {
        padding: 0 0 0 34px !important;
    }
}

.result_search {
    left: 165px !important;

}

.fixed-left {
    position: fixed;
    left: 0;
    right: inherit;
}

.fixed-right {
    position: fixed;
    right: 0;
    left: inherit;
}

.badge-notify {
    left: -16px;
}

.ListResult h2 {
    text-align: left;
}

.EventsResult h2 {
    text-align: left;
}

.wsmenu-list > li.rightmenu a .fa {
    padding: 0 10px 0 0px !important;
}

.topmenusearch input {
    right: 45px !important;
}

#searchingoogle-header {
    text-align: left !important;
}
.icons-cell {
    left: 26px;
}
.divider-start{
    background: #7a7977 !important;
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0;
}
.divider-end{
    background: #7a7977 !important;
    width: 2px;
    height: 100%;
    position: absolute;
    right: 0;
}