.work-container.work-classic .work-image {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.work-container.work-classic .work-image:hover {
	-webkit-box-shadow: 0 0 3px rgba(22, 28, 45, 0.15);
	box-shadow: 0 0 3px rgba(22, 28, 45, 0.15);
}
.work-container.work-classic .content .title, .work-container.work-grid .content .title, .work-container.work-modern .content .title {
	font-size: 18px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.work-container.work-classic .content .title:hover, .work-container.work-grid .content .title:hover, .work-container.work-modern .content .title:hover {
	color: #00c9a7 !important;
}
.work-container.work-classic .content .tag, .work-container.work-grid .content .tag, .work-container.work-modern .content .tag {
	font-size: 15px !important;
}
.work-container.work-modern .overlay-work {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: 1;
}
.work-container.work-modern .content,
.work-container.work-modern .icons {
	position: absolute;
	right: 0;
	left: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: 2;
}
.work-container.work-modern .content {
	-webkit-transform: translateY(200px);
	transform: translateY(200px);
	bottom: 0;
}
.work-container.work-modern .icons {
	-webkit-transform: translateY(-200px);
	transform: translateY(-200px);
	top: 0;
}

.work-container.work-modern .icons .work-icon {
	height: 45px;
	width: 45px;
	line-height: 45px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.work-container.work-modern .icons .work-icon:hover {
	background: #00c9a7 !important;
	color: #ffffff !important;
}
.work-container.work-modern:hover .overlay-work {
	opacity: 0.6;
}
.work-container.work-modern:hover .content {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.work-container.work-modern:hover .icons {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.work-container.work-grid {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.work-container.work-grid img, .work-container.work-grid .content, .work-container.work-grid .content .title {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.work-container.work-grid .content {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	-webkit-transform: translateY(150px);
	transform: translateY(150px);
	overflow: hidden;
}
.work-container.work-grid .content .title:hover {
	color: #00c9a7 !important;
}
.work-container.work-grid:hover {
/*	-webkit-box-shadow: 0 0 3px rgba(22, 28, 45, 0.15);
	box-shadow: 0 0 3px rgba(22, 28, 45, 0.15);*/
}
.work-container.work-grid:hover img {
	/*-webkit-transform: translateY(-40px);
	transform: translateY(-40px);*/
}
.work-container.work-grid:hover .content {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}