.hoverDiv {background: #fff;}
.hoverDiv:hover {background: #f5f5f5;}

.wrap_result {
    position:fixed;
    top: 50%;
    left: 50%;
    width:20em;
    height:8em;
    margin-top: -4em; /*set to a negative number 1/2 of your height*/
    margin-left: -10em; /*set to a negative number 1/2 of your width*/
    border: 2px solid #ccc;
    background-color: #f0f2f0;
    border-radius: 8px;
    display:none;
    padding: 20px;
    z-index: 5005;
    text-align: center;
}


@media  screen and (max-width: 1362px){
}

@media  screen and (max-width: 1150px){
    .navbar-nav > li > a {
        padding: 15px 0px !important;
    }
}

@media  screen and (max-width: 935px){
}

@media  screen and (max-width: 767px){
    .navbar-left {
        margin-left: 0px !important;
        background-color: #ddd !important;
        position: absolute !important;
        right: 0px;
        width: 50%;
        
    }
    .navbar-left br {
        display: none;
    }
    .navbar-left li {
        text-align: left !important;
    }
    
    .navbar-right {
        position: absolute;
        top: 0;
        right: 0;
        margin-right: 76px;
    }
    
    .navbar-nav > li > a {
        padding: 15px 15px !important;
    }

}

@media  screen and (max-width: 444px){
}