header .header-right .search .search-box {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    border: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 30px;
    z-index: 999;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,0.1);
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.1);
    width: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
}

/* header .header-right .search .search-box {
    border: 1px solid #282020;
    width: 250px;
} */


header .header-right .search .search-box.active {
    border: 1px solid #282020;
    width: 250px;
}
header .header-right{
    display: flex;
}
.grid grid1200{
    background: transparent;
}
.layout-container{
    background: transparent;
}