#search_block_top {
    padding-top: 50px;
    display: none;
}

.search_show {
    width: 100%;
    display: block!important;
    /*background: rgba(255, 255, 255, 0.80);*/
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    padding-right: 100px;
    padding-left: 100px;
    z-index: 10000;
    padding-top: 2%!important;
    padding-bottom: 2%;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .search_show {
        padding-top: 28%!important;
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    .search_show {
        padding-top: 38%!important;
    }
}

@media (max-width: 480px) {
    .search_show {
        padding-top: 38%!important;
        height: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }
}


/*SEARCH*/

.ppush {
    cursor: pointer;
    display: inline-block;
    color: #fff;
    margin-top: 5px;
    padding: 10px;
    width: 40px;
    height: 40px;
    padding-left: 12px;
    float: right;
    background: #11a8ab;
    border-radius: 35px;
}

@media (min-width: 320px) and (max-width: 480px) {
    .ppush {
        width: 90%;
        float: left;
        margin-left: 5%;
        margin-top: 8px;
        text-align;
        center;
    }
    .ppush i {
        text-align: center;
    }
}

.cclose {
    width: 40px;
    height: 40px;
    border: 2px solid #000;
    border-radius: 55px;
    padding: 9px 0px 0px 11px;
    margin-bottom: 30px;
}

#search_block_top h2 {
    width: 100%;
    text-align: center;
    margin-bottom: -30px;
    font: 600 16px/20px "Open Sans", sans-serif;
    text-transform: uppercase;
    /*color: #111;*/
    font-size: 40px;
}

@media (min-width: 320px) and (max-width: 480px) {
    #search_block_top h2 {
        font-size: 25px;
        margin-bottom: -40px;
        position: absolute;
        width: 100%;
        top: 70px;
        margin-left: -100px;
    }
    .cclose {
        margin-left: -20px;
        position: absolute;
        right: 15px;
        top: 20px;
    }
    .ppush i:after {
        content: "Búsqueda";
        font: 400 18px/18px "Open Sans", sans-serif;
        text-transform: uppercase;
        padding-left: 30px;
    }
    .ppush {
        margin-bottom: 20px;
    }
}

#search_block_top #searchbox {
    float: left;
    width: 100%;
}

#search_block_top .btn.button-search {
    background: none;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    color: #000;
    width: 60px;
    text-align: center;
    padding: 19px 0 11px 0;
}

@media (min-width: 320px) and (max-width: 480px) {
    #search_block_top .btn.button-search {
        right: -55px;
    }
}

#search_block_top .btn.button-search span {
    display: none;
}

#search_block_top .btn.button-search:before {
    content: "\f002";
    display: block;
    font-family: "FontAwesome";
    font-size: 17px;
    width: 100%;
    text-align: center;
}

#search_block_top .btn.button-search:hover {
    color: #6f6f6f;
}

#search_block_top #search_query_top {
    display: inline;
    padding: 0 13px;
    height: 60px;
    line-height: 45px;
    /*border:3px solid #ccc;*/
    background: #fbfbfb;
    margin-right: 1px;
}

@media (max-width: 480px) {
    #search_block_top #search_query_top {
        width: 100%;
        margin-left: 0px;
    }
}

.ac_input {
    font-size: 16px;
}

.ac_results {
    background: white;
    border: 1px solid #d6d4d4;
    width: 85%;
    margin-top: 10px;

}

.ac_results li {
    padding: 0 10px;
    font-weight: normal;
    color: #686666;
    font-size: 16px;
    line-height: 22px;
}

.ac_results li.ac_odd {
    background: white;
}

.ac_results li:hover, .ac_results li.ac_over {
    background: #ccc;
}

form#searchbox {
    position: relative;
}

form#searchbox label {
    color: #333333;
}

form#searchbox input#search_query_block {
    margin-right: 10px;
    max-width: 222px;
    margin-bottom: 10px;
    display: inline-block;
    float: left;
}

form#searchbox .button.button-small {
    float: left;
}

form#searchbox .button.button-small i {
    margin-right: 0;
}