.bg-color{
    background-color:rgb(8,93,64);
}
.search{
    margin-top: 20%;
}
.random,.help-block,#search-text{
    color: #fff;
    font-size: 16px;
}
.random:hover{
    color: rgb(217,111,50);
    text-decoration: none;
}
.search-btn,.search-btn:hover{
    font-size: 34px;
    color: rgb(217,111,50);
}
#search-text{
    width: 34px;
    border-radius: 25px;
    border: 4px solid rgb(217,111,50);
    display: inline-block;
}
/*#search-text:-webkit-autofill{
    -webkit-box-shadow: 0 0 0 500px rgb(8,93,64) inset;
    color: #fff;
}*/
.search-area{
    height: 62px;
    width: 300px;
    line-height: 62px;
    margin: 0 auto;
    position: relative;
}
.close,.close:hover,.close:focus{
    position:absolute;
    top: 20px;
    right: 40px;
    opacity: 1;
    color: rgb(217,111,50);
    text-shadow: none;
    outline: none;
}
.item{
    padding: 10px 20px 20px 30px;
    margin-bottom: 15px;
    background-color: #fff;
    cursor: pointer;
}
.item:hover{
    margin-left: -5px;
    border-left: 5px solid rgb(217,111,50);
}
.item a,.item:hover{
    color: #000;
    text-decoration: none;
}