
.bcs-container-searchbox {
        border-color: transparent;
    border-width: 0;
    border-style: solid;
    font-family: 'EONBrixSans';
    display: inline-block;
    position: relative;
    width: 100%;
    background: #e8e8e8;
    height: 73px;
    margin-top: 8px;
    font-size: 18px;
}

.bsc-searchbox {
    font: inherit;
    font-size: 27px;
    color: #39393a;
    background-color: transparent;
    width: calc(100% - 71px);
    margin: 4px 4px 0 16px;
    border: 0;
    padding: 14px 10px 0 17px;
    max-height: 30px;
    outline: 0;
    box-sizing: content-box;
    vertical-align: top;
    height: 35px;
}

.bsc-searchbox::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #9f9f9f;
}
.bsc-searchbox::-moz-placeholder { /* Firefox 19+ */
  color: #9f9f9f;
}
.bsc-searchbox:-ms-input-placeholder { /* IE 10+ */
  color: #9f9f9f;
}
.bsc-searchbox:-moz-placeholder { /* Firefox 18- */
  color: #9f9f9f;
}

.bcs-searchbox-submit {
    background-image: url(BingIcons.png);
    background-position: -675px -34px;
    width: 41px;
    height: 42px;
    border-width: 10px;
    border-style: solid;
    cursor: pointer;
    background-color: #387aa9;
    border-color: #387aa9;
    color: transparent;
}


.bcs-container-searchbox  button{
    height: 53px;
    width: 94px;
    border: 0;
    padding: 0 26px;
    box-shadow: none;
    font-weight: bold;
    font-size: 18px;
    background-color: transparent;
    position: absolute;
    bottom: 25px;
    display: block;
    color: #ffffff;
    background-image: url(/content/dam/eon/eon-hungary/kereses/images/search-button.svg);
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
    /* float: right; */
    position: absolute;
    right: 0;
    top: 8px;
    outline: none;
          }

.bcs-container-searchbox  button:hover{
               
    background-image: url(/content/dam/eon/eon-hungary/kereses/images/search-button-hover.svg);
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
    
          }

.bcs-query-rewrite a:visited, .bcs-result a:visited {
    color: #bcbcbc;
    font-family: 'EONBrixSans';
}

.bcs-query-rewrite a, .bcs-result a {
    color: #bcbcbc;
    font-family: 'EONBrixSans';
}

.bcs-result cite {
    color: #39393a;
    font-style: normal;
    word-wrap: break-word;
    font-size: 26px;
    font-weight: bold;
    font-family: 'EONBrixSans';
    
}

.bcs-results {
    margin: 10px 0 0 0;
    padding: 0;
    color: #39393a;
    width: 100%;
    display: inline-block;
    font-family: 'EONBrixSans';
}

.bcs-results h2{
    text-align: left;
}

.bcs-caption p {
    margin: 0;
    padding: 0;
    padding-top: 12px;
    padding-bottom: 55px;
    font-family: 'EONBrixSans';
}

.bcs-pagination .bcs-current-page {
    text-decoration: none;
    border-color: #f6f6f7;
}


.bcs-pagination a {
    color: #39393a;
    border: 1px solid transparent;
    display: block;
    min-width: 34px;
    margin-right: 10px;
    text-align: center;
    height: 34px;
    line-height: 34px;
    font-size: 23px;
}

.bcs-pagination>ul>li>a:hover {
    text-decoration: none;
    background-color: #ff232a;
    cursor: pointer;
    color: white;
}
          
         