#header #search-desktop {
    margin-bottom:10px;
}
#header .mod_search input[type="search"]:focus {
    width:250px;
}
#header .mod_search input[type="search"]::placeholder {
    color:#000;
}
#header .mod_search input[type="search"] {
    width:150px;
    background-image:url("/files/felderonline/layout/search.png");
    background-position:right center;
    background-repeat:no-repeat;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: initial;
    -webkit-box-shadow: initial;
    box-shadow: initial;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
#header .mod_search .widget {
    margin-bottom:0;
}
#header .mod_search .text {
    height:30px;
    padding:10px;
    background-color:rgba(0,119,0,.2);
    font-size:12px;
    border: none;
}
#header .mod_search {
    height:30px;
    right:0;
    top:150px;
    position:absolute;
}
#header .mod_search .widget-submit {
    display:inline-block;
    vertical-align:middle;
}
#header .mod_search .widget-text {
    display:inline-block;
}
