.image {
	position: relative;
}
.imgname-r {
	position: absolute;
	top: 160px;
	right: 0px;
	padding: 7px 15px 7px 40px;
	color: white;
	background: rgba(0, 0, 0, 0.7);
	width: 77%;
	font-size: 24px;
	line-height: 48px;
	text-align: left;
}
.transition-width {
	transition: 0.7s linear;
}
figure:hover > .transition-width {
  background: transparent;
  color: transparent;
  transition: 0.5s linear;
}
li {
	list-style-type: none;
}
ul {
	margin-left: 0;
	padding-left: 0;
}





.grid {
	padding: 0px;
	max-width: 1300px;
	margin: 0;
	list-style: none;
	text-align: center;
	margin-bottom: -4px;
}

.grid li {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0px;
	text-align: left;
	position: relative;
}
.grid figure {
	margin: 0;
	position: relative;
}
.grid figure img {
	display: block;
	position: relative;
}
.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px 20px 20px 20px;
	background: rgba(29,22,22,0.9);
	color: #ed4e6e;
}
.grid figcaption h3 {
	margin: 0;
	padding: 0;
	color: #fff;
}
.grid figcaption a, .grid figcaption p {
	color: #1BAFA7;
	text-decoration: none;
	transition:all 0.3s ease;
}
.grid figcaption a:hover{
	color: whitesmoke;
	transition:all 0.3s ease;
}
@media screen and (max-width: 31.5em) {
	.grid {
		padding: 10px 10px 100px 10px;
	}
	.grid li {
		width: 100%;
		min-width: 300px;
	}
}
.cs-style-3 figure {
	overflow: hidden;
}
.cs-style-3 figure img {
	transition: transform 0.4s;
}

.no-touch .cs-style-3 figure:hover img,
.cs-style-3 figure.cs-hover img {
	transform: translateY(-50px);
}
.cs-style-3 figcaption {
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	transform: translateY(100%);
	transition: transform 0.4s, opacity 0.1s 0.3s;
}
.no-touch .cs-style-3 figure:hover figcaption,
.cs-style-3 figure.cs-hover figcaption {
	opacity: 1;
	transform: translateY(0px);
	transition: transform 0.4s, opacity 0.1s;
}

.mobmenu-link {
  text-decoration: none;
}

.mobmenu-text {
  padding: 1rem 1rem;
  margin: .5rem 0;
  color: #333;
}

.mobmenu-link:hover {
  text-decoration: none !important;
}

.mobmenu-text:hover {
  background: rgba(27,175,167, .5);
  color: #000;
  text-decoration: none !important;
}

.lxa-btn-menu {
  background: #1BAFA7 !important;
}

.lxa-btn-menu:hover {
  background: #1B9FA7 !important;
}