

/*-------------- Filters Style ----------*/


.filters-container {
    background: #272c42 none repeat scroll 0 0;
    height: 346px;
    padding-top: 70px;
}
.filter-row img {
    height: 56px;
    width: 56px;
}
a.like.start-dream {
	margin-bottom: 10px;
	background: #43485c;
	border: 1px solid #8e8e93;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 20px;
    color: #0073ea;
    font-weight: bold;
    height: 30px;
    width: 30px;
	top: -0.8em;
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.ui-widget-content {
    background: #d6d6d6 none repeat scroll 0 0;
    border: none;
    color: #444444;
}
.ui-widget-header {
    background: #8eccda none repeat scroll 0 0;
    border: 1px solid #8eccda;
    color: #444444;
    font-weight: bold;
}


@media (max-width: 480px) and (min-width: 360px) {
	.filters-container {
		background: #272c42 none repeat scroll 0 0;
		height: 258px;
		padding-top: 45px;
	}
	.filter-row img {
		height: 36px;
		width: 36px;
	}
}


@media (max-width: 359px) and (min-width: 320px) {
	.filters-container {
		background: #272c42 none repeat scroll 0 0;
		height: 224px;
		padding-top: 45px;
	}
	.filter-row img {
		height: 36px;
		width: 36px;
	}
}


























