section#TopTitle h1{
	margin-bottom: 52px;
}
#Filter .container{
	width: 100%;
	padding-top: 36px;
	padding-bottom: 40px;
	border-top: 1px solid #fbdfdd;
	position: relative;
}

#Filter .filter-area{
	width: calc(100% - 100px);
	float: left;
	text-align: left;
}

#Filter .filter-area > a {
	line-height: 30px;
	font-family: 'Futura Medium 2';
	font-weight: normal;
	color: #e63d30;
	font-size: 18px;
	padding-left: 30px;
	background: url('../images/filter/Filter-Icon@2x.png') 0px 7px no-repeat;
	background-size: 16px;
	display: inline-block;
	/* margin-right: 20px; */
	padding-bottom: 5px;
	text-decoration: none!important;
	border-bottom:3px solid #ffffff;
}
#Filter .filter-area > a.open,
#Filter .filter-area > a:hover {
	border-bottom:3px solid #e63d30;
}
#Filter .filter-area .choosen{
	display: inline-block;
	line-height: 30px;
	font-family: 'Futura Medium 2';
	font-weight: normal;
	color: #898989;
	font-size: 18px;
	cursor: pointer;
	padding-left: 10px;
}

#Filter .filter-area .choosen .choosen-one{
	line-height: 30px;
	font-family: 'Futura Medium 2';
	font-weight: normal;
	color: #555555;
	font-size: 18px;
	cursor: default;
}
#Filter .filter-area .choosen .choosen-one span.capital {
	text-transform: capitalize;
}

#Filter .filter-area .choosen .choosen-one .delete-filter{
	font-size: 0px;
	width: 12px;
	height: 12px;
	/* display: inline-block; */
	display: none !important;
  vertical-align: -4px;
  background: url('../images/filter/delete-icon.png') center center no-repeat;
  margin-left: 24px;
}


#Filter a.reset{
	float: right;
	font-family: 'Futura Medium 2';
	font-weight: normal;
	color: #898989;
	font-size: 18px;
	padding-left: 30px;
	position: relative;
	display: block;
}
#Filter a.reset:hover {
	background-position: left 0px;
	color: #e63d30;
	text-decoration: none;
}
#Filter a.reset:after {
	content:"";
	position: absolute;
	top: 5px;
	left: 5px;
	width: 16px;
	height: 16px;
	background: url(../images/filter/Reset-@2x.png) no-repeat;
	background-position: left 0px;
  background-size: 16px;
  height: 16px;
	display: block;
}
#Filter a.reset:hover:after {
	background-position: left -16px;
}
#Filter a.disabled {
	cursor:not-allowed !important;
	display: none!important;
}
#Filter a.disabled:hover {
	color: #898989;
}
#Filter a.disabled:hover:after {
	background-position: left 0px;
}

#Filter .filter-list:after,
#Filter .filter-list:before,
#Filter .container:after,
#Filter .container:before{
	content: '';
	clear: both;
	display: table;
}

#Filter .filter-list{
	position: relative;
	top: 66%;
	left: 0px;
	width: 100%;
	/* border: 1px solid #fbdfdd; */
	/* height: 200px; */
	background: #fff;
	z-index: 11;
	/* margin-top: -20px; */
	display: none;
}

#Filter .filter-list .group-of-filter{
	/* border-right: 1px solid #fbdfdd; */
	float: left;
	width: 31.15234375%;
	position: relative;
	min-height:350px;
}
#Filter .filter-list .line {
	position: absolute;
	bottom:0px;
	left: 0;
  right: 0;
	height: 3px;
	width: 100%;
	background:#e63d30;
}
#Filter .filter-list .group-of-filter[data-group="Clients"]{
	width: 37.6953125%;
}

#Filter .filter-list .group-of-filter:last-child{
	/* border: none; */
}

#Filter .filter-list .group-of-filter .title{
	font-family: 'futura-bold';
	font-weight: bold;
	font-size: 13px;
	line-height: 30px;
	padding-left: 30px;
	color: #404040;
    padding-top: 15px;
    padding-bottom: 11px;
}

#Filter .filter-list .group-of-filter .link-area{
	/* height: 164px; */
	overflow: visible;
	padding-left: 30px;
	position: relative;
	padding-bottom: 27px;
    display: flex;
    flex-direction: column;
}

#Filter .filter-list .group-of-filter:after{
	content: '';
	position: absolute;
	width: calc(100% - 8px);
	left: 0px;
	bottom: 0px;
	height: 28px;
	background: #fff;

}


@media only screen and (min-width : 1025px) {
	#Filter .filter-list .group-of-filter .link-area.two-columns{
		-webkit-column-count: 2; /* Chrome, Safari, Opera */
		-moz-column-count: 2; /* Firefox */
		column-count: 2;
		/* padding-right: 30px; */
	}
}


#Filter .filter-list .group-of-filter .link-area a{
	display: inline-block;
	font-size: 14px;
	line-height: 26px;
	font-family: 'Futura Medium 2';
	font-weight: normal;
	color: #404040;
	margin-right: auto;
	position: relative;
}

#Filter .filter-list .group-of-filter .link-area a:hover:after{
	content: '';
	display: table;
	clear: both;
	border-bottom: 1px solid #e63d30;
	width: 100%;
	transition: all ease-in-out .25s;
	position: absolute;
	bottom: 0px;
}


#Filter .filter-list .group-of-filter .link-area a.active,
#Filter .filter-list .group-of-filter .link-area a:hover{
	color: #e63d30;
	text-decoration: none;
}


@media only screen and (min-width : 768px) {
	.landscape .case-study-grid .imagearea:after{
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.38);
		background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.38) 0%, rgba(0,0,0,0) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.38)), color-stop(0%, rgba(0, 0, 0, 0.38)), color-stop(100%, rgba(0,0,0,0)));
		background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.38) 0%, rgba(0,0,0,0) 100%);
		background: -o-linear-gradient(top, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.38) 0%, rgba(0,0,0,0) 100%);
		background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.38) 0%, rgba(0,0,0,0) 100%);
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.38) 0%, rgba(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
	}
}

@media only screen and (max-width : 900px) {
	#Filter .container{
		padding-right: 4%;
		padding-left: 4%;
	}
	.grid-content .case-study-grid .imagearea, .grid-content .case-study-grid .parallax-container {
		 opacity:1 !important;
	}
	.landscape .case-study-grid {
		width: 100%;
		padding-bottom: 40.98%;
	}
	.portrait .case-study-grid {
		width: 100%;
		padding-bottom: 100%;
	}
	.landscape .case-study-grid .imagearea:after{
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.38);
		background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.38) 0%, rgba(0,0,0,0) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.38)), color-stop(0%, rgba(0, 0, 0, 0.38)), color-stop(100%, rgba(0,0,0,0)));
		background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.38) 0%, rgba(0,0,0,0) 100%);
		background: -o-linear-gradient(top, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.38) 0%, rgba(0,0,0,0) 100%);
		background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.38) 0%, rgba(0,0,0,0) 100%);
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.38) 0%, rgba(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
	}
}

.filter-mobile{
	width: 100%;
	height: 100vh;
	background: #fff;
	z-index: 1111;
	display: block;
    position: fixed;
    top: 0px;
    padding-top: 58px;
    padding-bottom: 60px;
	display: none;
    border: 1px solid #fbdfdd;
}

.filter-mobile .content{
	height: 100%;
	position: relative;
	overflow: auto;
	padding: 0px 20px;
}

@media only screen and (min-width : 481px) {
	.filter-mobile{ display: none!important; }
}

.filter-mobile .content-header{
	position: absolute;
	height: 58px;
	border-bottom: 1px solid #f1cbc8;
	width: 100%;
	top: 0px;
}

.filter-mobile .content-header .title{
	float: left;
	line-height: 58px;
	font-family: 'Futura Medium 2';
	font-weight: normal;
	color: #e63d30;
	font-size: 16px;
	padding-left: 25px;
	background: url('../images/filter/Filter-Icon@2x.png') 0px 21px no-repeat;
	background-size: 14px auto;
	margin-left: 20px;
	display: inline-block;
	margin-right: 20px;
	text-decoration: none!important;
}

.filter-mobile .content-header .reset-mobile{
	background: url('../images/filter/Reset-@2x.png') no-repeat;
	background-position: center 0px ;
	background-size: 16px auto;
	height: 16px;
	font-size: 0px;
	width: 16px;
	margin: 20px 0;
	float: right;
	transition:none;
}
.filter-mobile .content-header .close-mobile{
	background: url('../images/filter/delete-icon.png') no-repeat;
	background-position: center;
	background-size: 12px auto;
	height: 16px;
	font-size: 0px;
	width: 16px;
	margin: 20px;
	float: right;
	transition:none;
}
.filter-mobile .content-header .reset-mobile:hover,
.filter-mobile .content-header .reset-mobile:focus {
background-position: center -16px ;
}

.filter-mobile .content-footer{
	position: absolute;
	height: 60px;
  	box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.2);
	width: 100%;
	bottom: 0px;
	left: 0;
	padding: 15px 0px;
}

.filter-mobile .content-footer a{
	float: left;
	display: block;
	font-size: 16px;
	color: #959595;
	line-height: 30px;
	text-align: center;
	border-right: 1px solid #f1cbc8;
	width: 50%;
}

.filter-mobile .content-footer a.done{
	border-right: none;
	color: #e63d30;
}

.filter-mobile .panel-group .panel{
	box-shadow: unset;
	border: unset;
	margin: 0px;
}

.filter-mobile .panel-group .panel a[data-toggle="collapse"]{
	display: block;
	border-bottom: 1px solid #f1cbc8;
	line-height: 50px;
	font-family: 'futura-bold';
	font-weight: bold;
	text-transform: uppercase;
	color: #404040;
	position: relative;
	text-decoration: none!important;
}

.filter-mobile .panel-group .panel a[data-toggle="collapse"]:after{
	content: '';
	transition: all ease-in-out .25s;
	width: 16px;
	height: 10px;
	background: url('../images/filter/accordion.png') center left no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 0px;
}

.filter-mobile .panel-group .panel a[aria-expanded="true"]:after{
	transform: rotate(180deg);
}


.filter-mobile .panel-group .panel .panel-collapse{
	border-bottom: 1px solid #f1cbc8;
	padding: 10px 13px;
}

.filter-mobile .panel-group .panel .panel-collapse .group-of-filter a{
	display: block;
	font-family: 'Futura Medium 2';
	font-weight: normal;
	color: #404040;
	font-size: 14px;
	line-height: 32px;
	text-decoration: none!important;
}

.filter-mobile .panel-group .panel .panel-collapse .group-of-filter a.active{
	color: #e63d30;
}

@media only screen and (max-width : 480px) {
	#Filter a.reset{ display: none !important; }
	#Filter .container{
		padding: 10px 20px;
	}
	#Filter .filter-area{
		width: 100%;
	}

	#Filter .filter-area > a{
		color: #e63d30!important;
		background: url('../images/filter/Filter-Icon@2x.png') 0px 8px no-repeat;
		font-size: 14px;
		margin-right: 5px;
    background-size: 14px auto!important;
    padding-left: 20px;
		border: 0;
    padding-bottom: 0;
	}

	#Filter .filter-area > a:hover,
	#Filter .filter-area > a:focus {
		border:0px;
	}

	#Filter .filter-area .choosen{
		font-size: 14px;
	}

	#Filter .filter-area .choosen .choosen-one{ font-size: 14px; }

	#Filter .filter-area .choosen .choosen-one .delete-filter{
		margin-left: 10px;
	}
	.portrait .case-study-grid,
	.landscape .case-study-grid {
		padding-bottom: 100%;
	}
}
