#front-search-container {
    position: absolute;
    top: 304px;
    width: 100%;

    z-index: 10;

    display: none;
}

#front-search-input-container {
    position: relative;
    width: 880px;
    margin: 0 auto;

    /*background: url("../../images/kereses_legutobb.png") -20px -10px;*/
}

#front-search-input-container input::-webkit-input-placeholder {
    color: #767676;
}

#front-search-input-container input::-moz-placeholder {
    color: #767676;
}

#front-search-input-container input:-ms-input-placeholder {
    color: #767676;
}

#front-search-input-container input:-moz-placeholder {
    color: #767676;
}

#front-search-clear-text {
    position: absolute;

    top: 22px;
    right: 27px;

    width: 18px;
    height: 18px;

    background: url("../../images/front/search/front-search-clear-text.png") 0 0 / 18px 18px;

    display: none;

    opacity: 0.3;

    transition: all 0.5s ease;

    z-index: 111;
}

#front-search-clear-text:hover,
#front-search-clear-text:focus {
    cursor: pointer;

    opacity: 0.5;
}

#front-search-magnifier-glass {
    position: absolute;

    background: url("../../images/front/search/magnifier_glass.png");

    width: 26px;
    height: 26px;

    top: 17px;
    left: 14px;

    /*pointer-events: none;*/

    z-index: 111;
}

#front-search-magnifier-glass:hover {
    cursor: pointer;
}

#front-search-labels-container {
    position: relative;

    width: 785px;
    height: 200px;

    padding-right: 200px;

    margin: 0 auto;
    margin-top: 23px;
}

.miskolc-label {
    position: relative;

    float: left;

    font-family: Rogan-Medium;
    font-size: 14px;

    color: #ffffff;
    background-color: #2c77d1;

    border-radius: 4px;
    padding: 5px 11px 3px 11px;

    margin-right: 7px;
    margin-bottom: 11px;

    /*letter-spacing: 1px;*/
    letter-spacing: 0.3px;

    transition: all 0.5s ease;
}

.miskolc-label:hover,
.miskolc-label:focus {
    cursor: pointer;

    background-color: #1152a3;
}

/*#search-api-page-search-form-search-api-search-page button#edit-submit-1 {*/
#main-menu-search form button.form-submit,
#front-search-input-container form button.form-submit {
    display: none;
}

/*#search-api-page-search-form-search-api-search-page .live-results-search-textfield {*/
#front-search-input-container .live-results-search-textfield {
    position: relative;

    display: block;

    width: 100%;
    height: 60px;

    left: -7px;

    border-radius: 6px;

    outline: none;
    border: none;

    /*padding: 0px 30px 0px 75px;*/
    padding: 0px 50px 0px 75px;

    font-family: Rogan-Regular;
    font-size: 18px;

    color: #000000;

    transition: all 0.5s ease;

    /*opacity: 0.5;*/
    /*background-color: red;*/

    box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.15);

    z-index: 110;

    /*background: none;       !* for now *!*/
}

#front-search-last-search-container {
    position: absolute;

    top: 16px;
    right: 24px;
    /*opacity: 0.5;*/

    display: none;

    /*opacity: 0;*/

    z-index: 111;
}

#front-search-last-search-text {
    position: relative;

    float: left;

    font-family: merriweatherregular;
    font-size: 12px;
    line-height: 12px;

    color: #767676;

    margin-top: 9px;
    margin-right: 19px;
}

#front-search-last-search-word {
    position: relative;

    float: left;

    border-radius: 6px;

    /*background: #4072d1;*/
    color: #ffffff;

    font-family: Rogan-Regular;
    font-size: 14px;
    line-height: 20px;

    padding: 4px 13px 4px 43px;

    background: url("../../images/front/search/front-search-last-search-word-bg.png") 11px 6px / 17px 15px no-repeat #4072d1;

    transition: all 0.5s ease;
}

#front-search-last-search-word:hover,
#front-search-last-search-word:focus {
    cursor: pointer;
    background-color: #1152a3;
}

#autocomplete li.live-result-search-item-wrapper {
    white-space: normal;
}

#autocomplete li.live-result-search-item-wrapper h2 {
    margin: 0;
    padding: 0;
}

/* responsive */
@media (max-width: 767px) {
    #front-search-container input[type="search"] {
        left: 0;
    }

    #front-search-last-search-container {
        display: none !important;
    }
}

