.imageblockwrap {
	display: block;
	position: relative;
	z-index: 0;
}

.imageblockwrap ul {
	margin-left: -10px;
	margin-right: -10px;
	overflow: hidden;
}

.sectionwidth1024.imageblockwrap ul.images {
	max-width: 1024px;
}

.sectionwidth720.imageblockwrap ul.images {
	max-width: 720px;
}

.sectionwidth500.imageblockwrap ul.images {
	max-width: 500px;
}

.imageblockwrap ul.images li {
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	box-sizing: border-box;
	width: 33.3333%;
}

.imageblockwrap ul.images.p25 li {
	width: 25%;
}

.imageblockwrap ul.images.p33 li {
	width: 33.3333%;
}

.imageblockwrap ul.images.p50 li {
	width: 50%;
}

.imageblockwrap ul.images.p75 li {
	width: 75%;
}

.imageblockwrap ul.images.p100 li {
	width: 100%;
}

.imageblockwrap ul.images.p100 {
	margin-left: 0px;
	margin-right: 0px;
}

.imageblockwrap ul.images.p100 li {
	padding-left: 0px;
	padding-right: 0px;
}

@media only screen and (max-width: 1200px) {
	.imageblockwrap ul.images.p25 li {
		width: 33.3333%;
	}
}

@media only screen and (max-width: 970px) {
	.imageblockwrap ul.images.p25 li, .imageblockwrap ul.images.p33 li {
		width: 50%;
	}
}

.imageblockwrap ul.images li a {
	display: block;
	position: relative;
	padding-top: 80%;
	overflow: hidden;
	text-decoration: none;
	-webkit-transition: transform ease 1s;
	-moz-transition: transform ease 1s;
	transition: transform ease 1s;
}

.imageblockwrap ul.images.p50 li a {
	padding-top: 60%;
}

.imageblockwrap ul.images.p100 li a {
	padding-top: 60%;
}


.imageblockwrap ul.images li a .image {
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	z-index: 1;
	-webkit-transition: transform ease 1s;
	-moz-transition: transform ease 1s;
	transition: transform ease 1s;
}

.imageblockwrap ul.images li a .image img {
	display: none;
	width: 100%;
	height: auto;
}

/*@media only screen and (min-width: 800px) {*/
	.imageblockwrap ul.images.p100 li a {
		display: block;
		position: relative;
		padding-top: 0%;
		overflow: hidden;
		text-decoration: none;
	}
	.imageblockwrap ul.images.p100 li a .image {
		position: relative;
		display: block;
	}
	.imageblockwrap ul.images.p100 li a .image img {
		display: block;
		width: 100%;
		height: auto;
	}
/*}*/



@media only screen and (min-width: 500px) {
	.imageblockwrap ul.images li:hover a:not(.nolink) .image {
		transform: scale(1.02);
	}
	
	.imageblockwrap ul.images.p100 li:hover a .image {
		transform: scale(1.00);
	}
}

.imageblockwrap ul.images li a .caption {
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: #000;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #fff;
	font-style: italic;
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	text-decoration: none;
	text-align: left;
	z-index: 3;
}

.imageblockwrap ul.images li a.playicon .overlay {
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	top: 0px;
	right: 0px;
	background-color: rgba(0,0,0,0.2);
	z-index: 2;
}

.imageblockwrap ul.images li a .cta {
	display: table;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	top: 0px;
	right: 0px;
	background-color: rgba(0,0,0,0.4);
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	text-decoration: none;
	text-align: left;
	z-index: 3;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
	box-sizing: border-box;
	overflow: hidden;
}

@media only screen and (min-width: 600px) {
	.imageblockwrap ul.images li a .cta.ctaonhover {
		top: 100%;
	}
}

.imageblockwrap ul.images li a:hover .cta.ctaonhover {
	top: 0px;
}

.imageblockwrap ul.images li a .cta .td {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	text-align: center;
	height: 100%;
}

.imageblockwrap ul.images.p50 li a .cta .td .textwrap {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.imageblockwrap ul.images.p100 li a .cta .td .textwrap {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.imageblockwrap ul.images li a .cta .line1 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 0.5em;
}

.imageblockwrap ul.images li a .cta .line2 {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;	
	padding-bottom: 0.5em;
}

.imageblockwrap ul.images li a .cta .line3 {
	padding-top: 0.5em;
}

.imageblockwrap ul.images.p25 li a .cta .line1 {
	font-size: 18px;
	line-height: 26px;
}

.imageblockwrap ul.images.p50 li a .cta .line1 {
	font-size: 30px;
	line-height: 40px;
}

.imageblockwrap ul.images.p50 li a .cta .line2 {
	font-size: 18px;
	line-height: 26px;
}

.imageblockwrap ul.images.p100 li a .cta .line1 {
	font-size: 36px;
	line-height: 48px;
}

.imageblockwrap ul.images.p100 li a .cta .line2 {
	font-size: 24px;
	line-height: 30px;
}

@media only screen and (max-width: 1200px) {
	.imageblockwrap ul.images.p100 li a .cta .line1 {
		font-size: 30px;
		line-height: 40px;
	}
	
	.imageblockwrap ul.images.p100 li a .cta .line2 {
		font-size: 18px;
		line-height: 26px;
	}
}

@media only screen and (max-width: 750px) {

	.imageblockwrap ul.images.p50 li a .cta .line1 {
		font-size: 18px;
		line-height: 26px;
	}
	.imageblockwrap ul.images.p50 li a .cta .line2 {
		font-size: 16px;
		line-height: 22px;
	}
}


@media only screen and (min-width: 500px) and (max-width: 690px) {
	.imageblockwrap ul.images.p25 li a .cta .line3 {
		display: none;
	}
	
	.imageblockwrap ul.images.p33 li a .cta .line3, .imageblockwrap ul.images.p50 li a .cta .line3 {
		display: none;
	}
	.imageblockwrap ul.images.p33 li a .cta .line1, .imageblockwrap ul.images.p50 li a .cta .line1 {
		font-size: 18px;
		line-height: 26px;
	}
	.imageblockwrap ul.images.p50 li a .cta .line2 {
		font-size: 16px;
		line-height: 22px;
	}
}

@media only screen and (max-width: 500px) {
	.imageblockwrap ul.images li a .cta .line1 {
		font-size: 18px!important;
		line-height: 26px!important;
	}
	.imageblockwrap ul.images li a .cta .line2 {
		font-size: 16px!important;
		line-height: 22px!important;	
	}
}

.imageblockwrap ul.images.p100 li a .caption {
	display: block;
	position: relative;
}

@media only screen and (max-width: 499px) {
	
	.imageblockwrap ul.images {
		margin-left: 0px!important;
		margin-right: 0px!important;
	}
	
	.imageblockwrap ul.images li {
		padding-left: 0px!important;
		padding-right: 0px!important;
	}
	
	.imageblockwrap ul.images li {
		width: 100%!important;
	}
	.imageblockwrap ul.images li:not(.withcta) a {
		display: block;
		position: relative;
		padding-top: 0%;
	}
	.imageblockwrap ul.images li:not(.withcta) a .image, .imageblockwrap ul.images li:not(.withcta) a .caption {
		display: block;
		position: relative;
		padding-left: 0px;
		background-color: transparent;
	}
	.imageblockwrap ul.images li:not(.withcta) a .image img {
		display: block;
	}
}

.imageblockwrap ul.images li:not(.withcta) a.playicon .play {
	display: none;
	position: absolute;
	z-index: 5;
	left: 50%;
	top: 50%;
	margin-top: -45px;
	margin-left: -45px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image:url('/_images/icon-play.png');
	width: 90px;
	height: 90px;
	-webkit-transition: transform ease 1s;
	-moz-transition: transform ease 1s;
	transition: transform ease 1s;
}

@media only screen and (min-width: 860px) {
	.imageblockwrap:not(.sectionwidth500) ul.images.p50 li:not(.withcta) a.playicon .play, .imageblockwrap:not(.sectionwidth500) ul.images.p100 li:not(.withcta) a.playicon .play {
		margin-top: -45px;
		margin-left: -45px;
		width: 90px;
		height: 90px;
	}
}

@media only screen and (min-width: 1150px) {
	.imageblockwrap:not(.sectionwidth500) ul.images.p50 li:not(.withcta) a.playicon .play, .imageblockwrap:not(.sectionwidth500) ul.images.p100 li:not(.withcta) a.playicon .play {
		margin-top: -45px;
		margin-left: -45px;
		width: 90px;
		height: 90px;
	}
}

.imageblockwrap ul.images li:not(.withcta) a.playicon .play {
	display: block;
}

/*
.imageblockwrap ul.images li.withcta a.playicon .stdbutton {
	background-image: url('/_images/icon-play.png');
	background-repeat: no-repeat;
	background-position: 15px center;
	background-size: 25px;
	padding-left: 50px;
	padding-right: 30px;
}
*/

.imageblockwrap ul.images li.nocrop a {
    padding-top: 0px;
}

.imageblockwrap ul.images li.nocrop a .image {
    position: relative;
    display: block;
	background-image: none!important;
}

.imageblockwrap ul.images li.nocrop a .image img {
    display: block;
}

.imageblockwrap ul.images.withradius li a {
	border-radius: 5px;
}

.imageblockwrap ul.images.withborder li a {
	border: solid 5px #6ecac9;
}

.imageblockwrap .button {
	border-radius: 10px;
	color: #2e5241;
	font-size: 16px;
	line-height: 16px;
}