@font-face {
    font-family: 'IcoMoon';
    /*src: url('/css/fonts/IcoMoon-Free.ttf') format('truetype');*/
    src: url('/css/fonts/IcoMoon-Free.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


.header-search-form::after {
    position: absolute;
    content: '\e986';
    font-family: "IcoMoon";
    color: #abb7c4;
    font-size: 32px;
    top: 0px;
    right: 15px;
}

.header-search-form .header-search-form-input {
    width: 100%;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    color: #abb7c4;
    font-weight: 300;
    text-transform: none;
}

.header-search-form {
    border-color: #020d18;
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    border: 4px solid #020d18;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	margin-top: 20px;
}

.header-search-form:focus {
	border-color: #020d18;
}

.kereso {
	border-radius: 0px;
}

.header-search-form select, .header-search-form-input {
    padding: 0 15px;
    border: none;
    background-color: #233a50;
    height: 46px;
}

.header-search-form-input:focus {
	border-color: #020d18;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #abb7c4 !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #abb7c4 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #abb7c4 !important;
}

.eac-item >a {
	text-decoration: none;
	color: #020d18;
}