.hover, .hover .overlay {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.hover, .hover h2 {
	text-align: center
}
.hover button.info, .hover h2 {
	text-transform: uppercase;
	color: #fff
}
.col-lg-3, .col-md-4, .col-sm-6, .col-xs-12 {
	padding: 0
}
.hover {
	float: left;
	position: relative;
	cursor: default
}
.hover .overlay {
	position: absolute;
	top: 0;
	left: 0
}
.hover img {
	display: block;
	position: relative
}
.ehover10 button, .hover button.info {
	display: inline-block
}
.hover h2 {
	position: relative;
	font-size: 17px;
	padding: 10px;
	
}
.hover button.info {
	text-decoration: none;
	padding: 7px 14px;
	/*border: 1px solid #fff;*/
	margin: 50px 0 0;
	border-radius: 0;
	background: rgba(40, 162, 87, 0.5);
}
/*.hover button.info:hover {
	box-shadow: 0 0 5px #fff
}*/
.ehover5 button.info:hover, .hover button.nullbutton:hover {
	box-shadow: none
}
.ehover4 button.info, .ehover42 button.info {
	margin: auto;
	width: 80%;
	height: 80%;
	margin-top: 8%;
	position: relative;
	border: 1px solid #fff
}
.ehover4 h2 {
	-webkit-transform: translateY(55px);
	transform: translateY(55px);
	transition: all .4s ease-in-out
}
.ehover4:hover h2 {
	-webkit-transform: translateY(15px);
	transform: translateY(15px)
}
.ehover4:hover .overlay {
	background-color: rgba(48,152,157,.4)
}
.ehover4 button.info {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.ehover42 .overlay, .ehover42 h2 {
	-webkit-transition: all .4s cubic-bezier(.88, -.99, 0, 1.81)
}
.ehover4:hover button.info {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}
.ehover1v2:hover .overlay {
	opacity: 1
}
.ehover5 h2, .ehover5 img {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.ehover5 img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}
.ehover5:hover img {
	-webkit-transform: scale(1);
	transform: scale(1)
}
.ehover5 .overlay {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.ehover5:hover .overlay {
	background-color: rgba(170,170,170,.4)
}
.ehover5 button.info {
	opacity: 0;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	font-weight: 400;
	border: 1px solid #fff;
	height: 85%;
	width: 85%;
	position: absolute;
	top: -20%;
	left: 8%;
	padding: 70px
}
.ehover5:hover button.info {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	background-color: rgba(0,0,0,.4)
}
.col-lg-3 a {
	text-decoration: none;
}
.col-lg-3 h3 {
	text-align: center;
}
.topic {
	padding: 7px 0px 5px;
	margin-top: 12px;
	width: 100%;
	display: block;
	background: #FFD439;
	text-align: center;
}
.col-lg-3 h3 {
	color: #333;
	text-align: center;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
}
.arrow-link {
	width: 40px;
	display: block;
	margin: auto
}
.breaker {
	clear: both;
	height: 1px;
}
.col-lg-3 {
	width: 96%;
	padding: 2%;
	background: #fff;
	border: 1px solid #E5E5E5;
}
.ehover4 span img {
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}
.ehover4:hover span img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}