div,body,input{padding: 0; margin:0;}

#acco-location-list,
#acco-selection-list {
    list-style-type: none;
    background: white;
    width: 230px;
    overflow: hidden;
    position: absolute;
    border-radius: 5px;
  /*  border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;*/
    text-align: left;
    padding: 0;
    z-index: 10;
}

#acco-location-list {
    margin-left: 10px;
    top: 25px;
}

#acco-selection-list {
    margin-left: 0px;
    position: absolute;
    left: 110px !important;
    top: 26px;
}

#acco-location-list li,
#acco-selection-list li {
    padding: 5px;
    width: 100%;
    cursor: pointer;
      overflow: hidden;
}

#acco-location-list li:hover {
    background-color: #68bce7;
}

#acco-selection-list li:hover {
    background-color: #68bce7;
}

.global-search {
    height: 100px;
    /*        text-align: center;*/
    border-bottom: 1px solid #c5c5c5;
}

.g-search-content {
    list-style: none;
    /*height:100%;*/
    width: 850px;
    margin: auto;
    position: relative;
    top: 25px;
    /*text-align: center; */
}

.g-search-content div {
    margin-left: 10px;
    /*display: inline-block;*/
    list-style: none;
    height: auto;
    width: auto;
    float: left;
}

.global-search input[type=text] {
/*    height: 40px;*/
    width: 230px;
    border-radius: 5px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 7px 0 7px 0;
}

.global-search button {
/*    height: 40px;*/
    width: 150px;
    border-radius: 5px;
    position: relative;
    top: 0px;
    cursor: pointer;
}

#acco_global_cross {
    position: relative;
    top: 20px;
    left: 10px;
}

.global-search button:hover {
    color: yellow;
}

#searchglass {
    width: 90px;
    height: 90px;
    position: absolute;
    z-index: -5;
    top: -15px;
    left: 0;
    filter: blur(1px);
}

@media (max-width: 500px) {
    #filter-text {
        display: block;
    }
    /*    #global-search-btn{margin-top: 20px !important;}*/
    #global-search-btn-dummy,
    .btn-dummy {
        display: block;
    }
    /*    #small-search { display:none;   }*/
    .acco-filter {
        display: none;
    }
    #acco-global-post-btn {
        display: none;
    }
    #acco-global-small-post-btn {
        display: block;
    }
    .global-search button {
        width: 300px;
        height: 40px;
        margin-top: 15px !important;
        float: none;
        margin-right: 50px;
        /*          margin-bottom: 20px ;*/
    }
    .global-search input[type=text] {
        height: 40px;
        width: 300px;
        margin-left: 0px;
    }
    .g-search-content {
        list-style: none;
        /*    height:100%;*/
        width: 310px;
        margin: auto;
        position: relative;
        top: 0px;
    }
    .global-search {
        height: auto;
        width: 492px;
        /*  padding-bottom: 50px;*/
        border: none;
        background-color: #fafafa;
        text-align: center;
        margin: 0 auto;
    }
    .g-search-content div {
        margin-top: 0px;
        margin-left: 0px;
        padding-top: 10px;
        float: none;
        text-align: left;
    }
    #searchglass {
        display: none;
    }
    /*
    
     .acco-selection-list {
        margin-left:0px;
        width:300px;
        position: absolute;
        left:0px !important;
        top:90px;         
        
    }
    
*/
    .container-list label {
        text-align: center;
        font-size: 35px;
    }
    #acco-location-list {
        margin-left: 0px;
        width: 300px;
        padding-bottom: 10px;
        position: absolute;
        left: 0px;
        top: 115px;
    }
    .imgfilter img {
        height: 50px;
        width: 50px;
    }
    .imgfilter {
        margin-top: 10px;
        float: right;
        position: absolute;
        bottom: 7px;
        right: -65px;
    }
    #acco_global_cross {
        position: absolute;
        left: 420px;
        top: 155px;
        display: none;
        float: right;
    }
    #acco_global_cross {
        height: 50px;
        width: 50px;
    }
    #small-search {
        display: none;
    }
}