.hasProjects .flyout {
	transform: translate(100%,0);
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background-color: #fff;
	padding: 50px 60px 0 27px;
	z-index: 85;
	overflow: hidden;
	transition: transform ease-out .3s;
}

.hasProjects .hideOverlayer .flyout {
	padding-top: 15px;
}


.hasProjects .flyout.active {
	transform: translate(0,0);
}


.hasProjects .flyout i {
	font-style: normal;
}

.hasProjects .flyout .content {
	width: 100%;
}

.hasProjects .flyout .close {
	display: block;
	position: absolute;
	right: 30px;
	top: 22px;
	cursor: pointer;
	height: 54px;
	width: 54px;
	background-image: url(../../../../images/icon_close_black.svg);
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: center center;
}

.hasProjects .hideOverlayer .flyout .close {
	top: 0 !important;
}



.hasProjects .flyout a.readmore {
	display: block;
	margin-top: 10px;
	font-size: 9px;
	text-transform: uppercase;
	line-height: 10px;
	color: inherit;
	text-decoration: none;
}

.hasProjects .flyout a.readmore:after {
	font-family: 'ElegantIcons';
	content: '\00A0\00A0\E03C';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 10px;
	-webkit-font-smoothing: antialiased;
}

.hasProjects .flyout .content {
	max-width: 500px;
}

.hasProjects .flyout.filters {
}

.hasProjects .flyout.info .scroller {
}

.hasProjects .flyout.info .scroller.on {
	overflow-y: scroll;
	padding-right: 4%;
}

.hasProjects .flyout.info .scroller.on::-webkit-scrollbar {
	width: 8px;
}

.hasProjects .flyout.info .scroller.on::-webkit-scrollbar-track {
	background: #e0e0e0;
	border-radius: 5px;
}

.hasProjects .flyout.info .scroller.on::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 5px;
}

.hasProjects .flyout.info .scroller.on::-webkit-scrollbar-thumb:hover {
	background: #555;
}

@media screen and (min-width: 850px) {

	.hasProjects .flyout a.readmore {
		margin-top: 20px;
		font-size: 16px;
		line-height: 20px;
	}

	.hasProjects .flyout a.readmore:after {
		line-height: 20px;
	}

	.hasProjects .flyout {
		width: 50%;
		max-width: 650px;
		padding: 50px 100px 0 45px;
	}

	.hasProjects .hideOverlayer .flyout {
		padding-top: 15px;
	}


	.hasProjects .flyout .close {
		top: 0;
		right: 50px;
		height: 82px;
		width: 60px;
		background-size: 23px 23px;
	}
}


/* FONT STYLING ** FONT STYLING ** FONT STYLING ** FONT STYLING ** FONT STYLING */


.hasProjects .flyout p {
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 1.6;
}



.hasProjects .flyout .title {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 8px;
	/*max-height: 76.8px;*/
	overflow: hidden;
}


.hasProjects .flyout .title2 {
	margin-top: 12px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	width: 100%;
	font-size: 12px;
}

.hasProjects .flyout .scopeOfWork i {
	overflow: hidden;
	display: block;
	/*
	
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;  
  overflow: hidden;*/
}


@media screen and (max-width: 320px) {




	.hasProjects .flyout .title2 {
		margin-top: 6px;
	}

	.hasProjects .flyout .title {
		/*max-height: 44.8px;*/
		margin-bottom: 3px;
	}

	.hasProjects .flyout p {
		font-size: 10px;
		line-height: 1.4;
	}

	.hasProjects .flyout .scopeOfWork i {
		/*max-height: 42px;*/
	}
}

@media screen and (min-width: 321px) and (max-width: 520px) {
	.hasProjects .flyout .scopeOfWork i {
		/*max-height: 48px;*/
		line-height: 1.6;
	}
}

@media screen and (max-width: 375px) {
	.hasProjects .flyout .scopeOfWork {
		display: none;
	}
}



.hasProjects .flyout .typefilters .item .checkcirle {
	display: block;
	width: 23px;
	height: 23px;
	background-color: #DADADA;
	border-radius: 50px;
	background-repeat: no-repeat;
	background-position: center center;
}

.hasProjects .flyout .typefilters .item.active .checkcirle {
	background-color: #626262;
	background-image: url(../../../../images/icon_check.svg);
}


.hasProjects .flyout.filters h3 {
	margin-bottom: 10px;
}

.hasProjects .flyout.filters h3 + p {
}

.hasProjects .flyout.filters .typefilters {
	margin-top: 20px;
	overflow: hidden;
	margin-bottom: 30px;
}

.hasProjects .flyout.filters .typefilters .item {
	cursor: pointer;
	float: left;
	clear: both;
	margin-bottom: 16px;
}

.hasProjects .flyout.filters .typefilters .item i {
	float: left;
	position: absolute;
}

.hasProjects .flyout.filters .typefilters .item p {
	padding-left: 35px;
}

@media screen and (max-width: 1100px) {
	.hasProjects .flyout.filters .typefilters .item p {
		padding-top: 3px;
	}
}

.hasProjects .flyout.filters .reset {
	margin-top: 30px;
	font-weight: bold;
	line-height: 18px;
	float: left;
	cursor: pointer;
}

.hasProjects .flyout.filters .reset i {
	display: block;
	float: right;
	margin-left: 15px;
	width: 18px;
	height: 18px;
	background-color: #000;
	border-radius: 50px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 8px 8px;
	background-image: url(../../../../images/x.svg);
}




@media screen and (min-width: 850px) {



	.hasProjects .flyout .title {
		font-size: 20px;
		max-height: none;
	}

	.hasProjects .flyout .title2 {
		font-size: 25px;
	}

	.hasProjects .flyout p {
		font-size: 12px;
	}
}

@media screen and (min-width: 1100px) {



	.hasProjects .flyout .title {
		font-size: 30px;
	}

	.hasProjects .flyout .title2 {
		font-size: 22px;
	}

	.hasProjects .flyout p {
		font-size: 16px;
	}
}