



./*Input Your Custom CSS Here*/

.container-2:hover input#search {
    width: 254px !important;
}
.container-2 input#search {
    width: 43px;
    height: 43px;
    background: #2b303b;
    border: none;
    font-size: 16px;
    float: left;
    background: #ffffff;
    padding-left: 42px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #2f2f2b;
    -webkit-transition: width .55s ease;
    -moz-transition: width .55s ease;
    -ms-transition: width .55s ease;
    -o-transition: width .55s ease;
    transition: width .55s ease;
}

