/**Filter CSS*/
.filter_wrapper {
    display: block;
    overflow: hidden;
}
.select_wrapper{
	float: left;
    width: calc(20% - 40px);
    margin: 10px;
}
.filter_wrapper select {

    padding: 10px;
    background-image: url(ajax-loader.gif);
    background-size: 0;
    background-repeat: no-repeat;
    background-position: 50%;
}
button#buton_filtrare {
    margin: 27px 0!important;
	background: #009900 !important;
}


@media screen and (min-device-width: 670px) and (max-device-width: 809px) { 
    button#buton_filtrare {
    margin: 35px 0!important;
}
}
@media screen and (min-device-width: 810px){ 
	.filter_wrapper {
		display: block;
		overflow: hidden;
		margin-left: 10%;
		padding-top: 10px;
		width: 80%;
		border-left: 1px solid #e8e8e8;
		border-right: 1px solid #e8e8e8;
	}
	.select_wrapper {
		float: left;
		width: calc(25% - 70px);
		margin: 10px;
	}
}
.select_wrapper label {
    font-weight: bold;
    margin: 0 0 5px 10px;
}
div#filter_error {
    display: none;
    width: 100%;
    text-align: center;
    font-size: 15px;
    margin: -10px 0 10px 0;
    border: 1px solid #dd3333;
    padding: 10px;
    color: #dd3333;
}

@media only screen and (max-width: 670px){
	.select_wrapper {
		width: 100%;
		margin: 0;
	}
}