/* PVII AGM In-Motion Showcase */

.p7AGM {
	padding: 0px;
}
.hmy-section.footer .hmy-content {
	font-size: 70%;
	text-transform: uppercase;
	letter-spacing: .5em;
}
.agm-caption {
	background-color: rgba(0, 0, 0, 0.6);
	font-family: Roboto, Arial, Helvetica, sans-serif;
}
.p7AGM-fs.current-slide .in-motion {
	opacity: 1;
	transform: translate(0px,0px);
}
.agm-caption .in-motion {
	transition: 1s ease-in-out;
	transition-property: transform opacity;
	opacity: 0;
	transform: translate(0px,400px);
	font-size: 3rem;
}
.agm-caption .in-motion a.buttons {
	display: inline-block;
	padding: 1.25em 1em;
	text-decoration: none;
	background-color: rgba(51,153,204,0.5);
	color: #FFF;
	border: none !important;
	border-radius: 5px;
	font-size: 50% !important;
	transition: all .2s linear;
}
.p7AGM-fs.current-slide .in-motion a.buttons:hover {
	background-color: rgba(0,0,0,0.5);
	border: none !important;
}
.in-motion p {
	margin: 0px 0px 6px 0px;
}
.p7AGM.agm-burns .agm-fs-image img.agm-burns-1.agm-run,
.p7AGM.agm-burns .agm-fs-image img.agm-burns-2.agm-run,
.p7AGM.agm-burns .agm-fs-image img.agm-burns-3.agm-run,
.p7AGM.agm-burns .agm-fs-image img.agm-burns-4.agm-run,
.p7AGM.agm-burns .agm-fs-image img.agm-burns-5.agm-run {
	-webkit-transition: -webkit-transform 12s linear;
	transition: transform 15s linear;
}

@media only screen and (min-width: 0px) and (max-width: 1200px) {
	.p7AGM-fs.current-slide .in-motion, .agm-caption .in-motion {font-size: 1.75rem !important;}
}
@media only screen and (min-width: 0px) and (max-width: 800px) {
	.p7AGM-fs.current-slide .in-motion, .agm-caption .in-motion {font-size: 1.5rem !important;}
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
	.p7AGM-fs.current-slide .in-motion, .agm-caption .in-motion {font-size: 1.25rem !important;}
}