/*** Custom styles ***/
.animation-caption1 {
	background-color: rgba(88, 173, 70, 0);
	position: relative;
	display: -ms-grid;
	display: grid; 
	
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;}
.animation-caption1 img {
	margin: 0px;
	padding: 0px;
	width: 100%; }
.animation-caption1 section {
	width: 100%;
	height: 100%;
	background-color: rgba(88, 173, 70, 0); 
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	color: #fff;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s; }
	
.animation-caption1 section h6 {
	width: 100%;
	color: #fff;
	text-align: center;
	margin-bottom: 0px; }
.animation-caption1 section .vid-ico {
	position: relative;
	margin: 5px auto;
	width: 50px;
	height: 50px; }
.animation-caption1 section .vid-ico:before, .animation-caption1 section .vid-ico::after {
	content:"";
	position: absolute;
	display: block;
	top: 0;
	left: 0;	
	width: 51px;
	height: 50px;
	background-repeat: no-repeat;

    transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;	}
.animation-caption1 section .vid-ico:before {
	opacity: 1;
	background-image: url(images/images_play-ico-white.png);
	background-position: top left; }
.animation-caption1 section .vid-ico::after {
	opacity: 0;
	background-image: url(images/images_play-ico-white-full.png);
	background-position: top right; }
.animation-caption1 section p {
	opacity: 0;
	font-style: italic;
	vertical-align: middle; 
	margin: 5px 10px 0px 10px; }
.animation-caption1 section p::before {
	display: block;
	opacity: 0;
	content: "";
	background-image: url(images/images_quote-ico.png);
	width: 26px;
	height: 21px;
	margin: 0px auto 10px auto;

    transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;	}


.animation-caption1:hover section {
	background-color: rgba(88, 173, 70, 0.8); 
	padding-bottom: 25px; }
.animation-caption1:hover section p::before, .animation-caption1:hover section p, .animation-caption1:hover section .vid-ico::after {
	opacity: 1; }
.animation-caption1:hover section .vid-ico::before {
	opacity: 0; }