.filters{
	width: 100vw;
	max-width: 1120px;
}
.filters .dropdown-menu{
	margin: 0;
	padding: 0;
	list-style: none;
}
.filters .dropdown-menu {
    background-color: #3c5767;
    padding: 20px;
    min-width: 200px;
    border-radius: 0;
    width: 100%;
	list-style: disc;
}
.filters .dropdown-menu li{
	background-color: transparent !important;
	padding: 5px 0 !important;
	cursor: pointer;
	line-height: 1.3;
}
.filters .dropdown-menu li:first-child{
	list-style: none;
}
.case-studies-filters-wrapper .filters .filter-item .ui-group .dropdown-toggle{
	background-color: #62b5e2 !important;
	border: 0 !important;
	padding: 0 7px 0 15px !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: #5e5e60 !important;
	line-height: 36px;
	min-width: 205px;
	text-align: left;
}
.filters .dropdown-toggle i{
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	color: #fff;
	margin-left: 12px;
	width: 25px;
	height: 25px;
	background: #3c5767;
	text-align: center;
	padding: 0;
	line-height: 26px;
	float: right;
	position: relative;
	top: 6px;
}

.filters .dropdown-toggle::after{
	display: none;
}
.dp-grid-wrapper{
	margin-top: 50px;
	margin-left: -2px;
	margin-right: -2px;
}
.dp-grid-wrapper{
	width: 100% !important;
}
.filters .filter-item{
	display: inline-block;
	margin-right: 20px;
	position: relative;
}
.filters .filter-item .default-text{
	font-size: 16px;
	color: rgba(255, 255, 255, 0.65);
}
.filters .filter-item i.eicon-search{
	position: absolute;
	left: 0;
	bottom: 12px;
	left: 14px;
	font-size: 16px;
	font-weight: 700;
}
.filters .filter-item input{
	width: 288px;
	border: 0;
	border-radius: 0;
	border: 1px solid #d2d2d3;
	height: 44px;
	padding-left: 20px;
	margin-left: 10px;
}

.filters .filter-item label,
.filters .filter-item .label{
	display: inline;
	position: relative;
	font-size: 18px;
	color: #5e5e60;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 1;
}

.dp-grid-wrapper .grid-item {
	padding: 0 2px;
	margin-bottom: 4px;
}
.dp-grid-wrapper .item-wrapper{
	position: relative;
}

.dp-grid-wrapper .item-wrapper img{
	width: 100%;
}
.dp-grid-wrapper .item-wrapper .thumbnail::before{
	content:"";
	background-color: rgba(51, 63, 72, 0.4);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.project-content{
	padding: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-family: 'Lato', sans-serif;
	z-index: 10;
}

.project-content span{
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	color: #fff;
}
.project-content h2{
	font-size: 19px;
	font-weight: 800;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0 0 10px;
}
.project-content h2 a{
	color: rgba(255, 255, 255, 0.8);
}
.project-content h2::before{
	display: none;
}