


/*body > header {*/
    /**zoom: 1;*/
    /*position: relative;*/
    /*color: #fff;*/
    /*background-color: #25323d;*/
/*}*/
/*body > header:after {*/
    /*content: "";*/
    /*display: table;*/
    /*clear: both;*/
/*}*/

.header-button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    display: block;
    width: 30px;
    height:30px;
    margin: 0;
    padding: 0;
    outline: none;
    background: url("../images/fd2.png");
    border: none;
    cursor: pointer;
    margin-top: 25px;
}

/*#toggle-menu {*/
    /*float: left;*/
    /*background-position: 0 0;*/
    /*background-color: #bc0023;*/
/*}*/

#toggle-search {
    float: right;
    background-position: -60px 0;
}
#toggle-search.open:after {
    top: 40px;
}
#toggle-search:after {
    -moz-transition: top, 0.5s;
    -o-transition: top, 0.5s;
    -webkit-transition: top, 0.5s;
    transition: top, 0.5s;
    position: absolute;
    top: 52px;
    left: 50%;
    margin-left: -8px;
    content: "";
    border-color: transparent transparent #e1e4e7;
    border-style: solid;
    border-width: 8px 8px 12px;
}

#search-form {
    -moz-transition: max-height, 0.5s;
    -o-transition: max-height, 0.5s;
    -webkit-transition: max-height, 0.5s;
    transition: max-height, 0.5s;
    position: absolute;
    top: 60px;
    left: 0;
    width: 1100px;
    max-height: 0;
    overflow: hidden;
    background-color: #ffffff;
}
#search-form.open {
    max-height: 60px;
    width: 580px;
    margin: 0px 955px;
}
#search-form fieldset {
    position: relative;
    /*margin: 0 60px 0 0;*/
    padding: 0;
    border: none;
    width: 1150px;
    margin: 0 auto;
}
#search-form input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 60px;
}
#search-form input[type="search"] {
    width: 1150px;
    /*padding: 0 5px 0 22px;*/
    background: transparent;
    border: none;
}
#search-form input[type="submit"] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    margin: 0;
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    background: #649cf0;
    border: none;
    cursor: pointer;
}
input::placeholder{
    font-size: 14px;
}