.indexed_search_wrap {
    max-width: 800px;
    margin: 0 auto;
}

ul.tx-indexedsearch-browsebox {
    margin-left: 0 !important;
}
ul.tx-indexedsearch-browsebox li {
    display: inline-block;
    margin-right: 10px;
}

.tx-indexedsearch-info-noresult {
    display:none;
}

.overlay .tx-indexedsearch-searchbox h1, 
.overlay .tx-indexedsearch-searchbox h2, 
.overlay .tx-indexedsearch-searchbox h3, 
.overlay .tx-indexedsearch-searchbox h4, 
.overlay .tx-indexedsearch-searchbox h5, 
.overlay .tx-indexedsearch-searchbox h6, 
.overlay .tx-indexedsearch-searchbox div, 
.overlay .tx-indexedsearch-searchbox legend, 
.overlay .tx-indexedsearch-searchbox label, 
.overlay .tx-indexedsearch-searchbox p, 
.overlay .tx-indexedsearch-searchbox a {
    color: #fff;
}

.overlay.searchboxOverlay .close {
    top: 4px;
}

.overlay .tx-indexedsearch-searchbox form {
    margin-right: 50px;
}
.tx-indexedsearch-searchbox-news {
    position:relative;
    background-color: #F2F2F2;
    float: left;
    margin-bottom:10px;
    padding: 23px;
    
    width: 100%
}

#searchboxNews {
    position: relative;
}

.tx-indexedsearch-searchbox-news input[type="text"] {
    height: 45px;
    padding: 0 10px;
    
}
.tx-indexedsearch-searchbox-news button {
    background-color: #E30012;
    color: #fff;
    height: 45px;
    width: 45px;
    position: absolute;
    right: 23px;
    font-size: 1.5em;
    bottom:0px;
}

/* ---------- Searchbox Header ---------- */

.clickThing {
    cursor: pointer;
    line-height: 40px;
}
.searchboxOverlay,
.loginOverlay {
    background: #E30012;
    border-bottom: 3px solid #FFE000;
    position: fixed;
    left: 0;
    right: 0;
    top: -3px;
    /*height: 130px;*/
    z-index: 11;
    height: 0;
    padding: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.loginOverlay input[type="submit"], 
.loginOverlay button {
    background-color: #ffffff;
    color: #5B686F;
}

.loginOverlay input[type="submit"]:hover, 
.loginOverlay button:hover {
    color: #ffffff;
}

.searchboxOverlay.active,
.loginOverlay.active {
    height: auto;
    float: left;
    padding: 33px 20px;
    top: 0;
    width: 100%;
}

.searchboxOverlay .tx-indexedsearch-searchbox {
    /*position: absolute;*/
}

.searchboxOverlay legend {
    font-family: 'themixextraboldplain', sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 1.4em;
}

.searchboxOverlay fieldset {
    position: relative;
}

.searchboxOverlay span.tx-indexedsearch-form {
    display: inline-block;
    width: 100%;
}

.searchboxOverlay input#tx-indexedsearch-searchbox-sword {
    width: 100%;
    height: 35px;
    font-size: 1.8em;
    padding: 15px;
    /*margin-top:20px;*/
}

.searchboxOverlay span.tx-indexedsearch-search-submit {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.searchboxOverlay input[type="submit"] {
    background-color: transparent;
    border: transparent;
    color: transparent;
    cursor: pointer;
    height: 45px;
    width: 45px;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
}

.searchboxOverlay button[type="submit"] {
    background-color: transparent;
    border: transparent;
    color: #E30012;
    cursor: pointer;
    height: 35px;
    width: 35px;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    font-size: 19px;
    margin: 0;
    text-align: center;
    padding: 0;
}

.searchboxOverlay span.tx-indexedsearch-search-submit i {
    position: absolute;
    top: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 1.6em;
}

.overlay .close {
    position: absolute;
    color: #fff;
    right: 0;
    top: -5px;
    font-size: 1.3em;
    width: 45px;
    text-align: center;
    z-index: 1;
    cursor: pointer;
}
/* ---------- // Searchbox Header ---------- */


.tx-indexedsearch-info-sword {
    font-family: 'themixextraboldplain', sans-serif;
    font-size: 2em;
    margin: 10px 0 20px;
}

.tx-indexedsearch-info-sword-word {
    color: #E30012;
}