.eve-sea {
    border: 1px solid #b7b7b7;
    padding: 50px 100px;
}
.eve-sea form, .eve-sea input, .eve-sea select, .eve-sea button {
    font-family: "Poppins";
    font-size: 18px;
    border: 1px solid #b4b4b4;
    box-sizing: border-box;
    color: #a0a0a0;
    float: left;
}
.eve-sea input.search {
    padding: 15px;
    width: 99%;
    margin-bottom:10px;
    margin-top:30px;
    margin-right:1%;
    /*background-image: url(../images/search.png);*/

    background-repeat: no-repeat;
    background-position: right center;
} 
.eve-sea input.date, .eve-sea select, .eve-sea button {
    width: 32.3%;
    margin-right:1%;
    margin-bottom:10px;
}
.eve-sea input.date, .eve-sea select {
    padding: 15px;
}
.eve-sea button {
    border: none;
    background-color: #50c5dc;
    text-align: center;
    padding: 12px;
    font-size: 24px;
    color: #fff;
}
.eve-sea button:hover {
    background-color: #ff4143;
}




@media screen and (max-width: 1362px) {
}
@media screen and (max-width: 992px) {
	.eve-sea {
	    padding: 35px;
	}
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 479px) {
	.eve-sea input.date, .eve-sea select, .eve-sea button {
	    width: 100%;
	}
	.eve-sea select, .eve-sea input.search {
	    margin: 20px 0;
	}
	.eve-sea {
	    padding: 20px;
	}
}