.imagetextboxlinks .boxes {
	margin-left: -10px;
	margin-right: -10px;
	text-align: center;
}

.imagetextboxlinks .boxes .box {
	display: inline-block;
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
}

.imagetextboxlinks .boxes.p16 .box {
	width: 16.66666%;
}

.imagetextboxlinks .boxes.p20 .box {
	width: 20%;
}

.imagetextboxlinks .boxes.p25 .box {
	width: 25%;
}

.imagetextboxlinks .boxes.p33 .box {
	width: 33.3333%;
}

.imagetextboxlinks .boxes.p50 .box {
	width: 50%;
}

.imagetextboxlinks .boxes.p66 .box {
	width: 66.6666%;
}

.imagetextboxlinks .boxes.p75 .box {
	width: 75%;
}

.imagetextboxlinks .boxes.p100 .box {
	width: 100%;
}

.imagetextboxlinks .boxes .box {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	box-sizing: border-box;
}

.imagetextboxlinks .boxes .box .rel {
	position: relative;
	padding-top: 100%;
	overflow: hidden;
	border-top: solid 10px;
	display: block;
}

.imagetextboxlinks .boxes.p33 .box .rel {
	padding-top: 66.6666%;
}

.imagetextboxlinks .boxes.p25 .box .rel {
	padding-top: 75%;
}

.imagetextboxlinks .boxes .box .rel .inner {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 1;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
	overflow: hidden;
}

.imagetextboxlinks .boxes .box .rel .inner .image {
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 2;
	box-sizing: border-box;
	-webkit-transition: transform ease-in-out 0.5s;
	-moz-transition: transform ease-in-out 0.5s;
	transition: transform ease-in-out 0.5s;
}

.imagetextboxlinks .boxes .box .rel.contain {
	position: relative;
}

.imagetextboxlinks .boxes .box:not(.nolink) .rel:hover .inner .image {
    transform: scale(1.04);
}

.imagetextboxlinks .boxes .box .rel img {
	display: block;
	width: 100%;
	height: auto;
}

.imagetextboxlinks .boxes .box .rel .text {
	position: absolute;
	box-sizing: border-box;
	display: inline-block;
	z-index: 3;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	top: 50%;
	left: 50%;
  	transform: translateY(-50%) translateX(-50%);
	moz-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	line-height: 28px;
	font-size: 26px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	text-transform: uppercase;
	font-weight: 700;
}

.imagetextboxlinks .boxes .box .rel .arrow {
	position: absolute;
	box-sizing: border-box;
	display: inline-block;
	z-index: 4;
	bottom: 0px;
	right: 0px;
	width: 50px;
	height: 40px;
	text-align: center;
	background-image:url('/_images/icon-checkout.png');
	background-size: 28px 28px;
	background-position: center center;
	background-repeat: no-repeat;
}

.imagetextboxlinks .titlewrap {
	display: table;
	width: 100%;
}

.imagetextboxlinks .titlewrap .col {
	display: table-cell;
	vertical-align: top;
	text-align: left;
	padding-bottom: 28px;
}

.imagetextboxlinks .titlewrap .col .wrapper h2 {
	display: inline-block;
	/*padding-right: 80px;
	background-image:url('/_images/title-icon.png');*/
	background-position: right top;
	background-size: 54px 40px;
	background-repeat: no-repeat;
	color: #2e5241;
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	text-transform: uppercase;
	padding-top: 8px;
	padding-bottom: 10px;
	border-bottom: solid 2px #2e5241;
}

.imagetextboxlinks .titlewrap .col .wrapper h2 em {
	font-weight: 700;
	font-style: italic;
}

.imagetextboxlinks .titlewrap .col.col2 {
	text-align: right;
	padding-left: 40px;
}

.imagetextboxlinks .button {
	font-size: 16px;
	line-height: 24px;
	padding-top: 6px;
	padding-bottom: 6px;
	min-width: 140px;
	padding-left: 15px;
	padding-right: 15px;
}

.imagetextboxlinks .bottombutton {
	display: none;
	padding-bottom: 20px;
	padding-top: 10px;
}

@media only screen and (max-width: 768px) {
	.imagetextboxlinks .bottombutton {
		display: block;
	}
	.imagetextboxlinks .titlewrap {
		display: block;
	}
	
	.imagetextboxlinks .titlewrap .col {
		display: block;
	}
	.imagetextboxlinks .titlewrap .col.col2 {
		display: none;
	}
}

@media only screen and (max-width: 1365px) {
	.imagetextboxlinks .boxes.p16 .box, .imagetextboxlinks .boxes.p20 .box {
		width: 25%;
	}
}

@media only screen and (max-width: 1020px) {
	.imagetextboxlinks .boxes.p16 .box, .imagetextboxlinks .boxes.p20 .box, .imagetextboxlinks .boxes.p25 .box {
		width: 33.3333%;
	}
	
}

@media only screen and (max-width: 750px) {
	.imagetextboxlinks .boxes.p16 .box, .imagetextboxlinks .boxes.p20 .box, .imagetextboxlinks .boxes.p25 .box, .imagetextboxlinks .boxes.p33 .box {
		width: 50%;
	}
}

@media only screen and (max-width: 520px) {
	.imagetextboxlinks .boxes .box {
		width: 100%!important;
	}
	.imagetextboxlinks .boxes .box .rel {
		padding-top: 66%;
	}
	.imagetextboxlinks .titlewrap .col .wrapper h2 {
		padding-right: 60px;
		background-position: right top;
		background-size: 41px 30px;
		font-size: 18px;
		line-height: 24px;
		padding-top: 4px;
		padding-bottom: 6px;
		border-bottom: solid 2px #2e5241;
		display: block;
	}
	.imagetextboxlinks .button {
		width: 100%;
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
	.imagetextboxlinks .bottombutton {
		text-align: center;
	}
}

.imagetextboxlinks .boxes .box .rel.contain {
	padding-top: 0px!important;
}

.imagetextboxlinks .boxes .box .rel.noborder {
	border-top: none!important;
}

.imagetextboxlinks .boxes .box .rel.nobox .arrow {
	display: none!important;
}

.imagetextboxlinks .imagemask {
	position: absolute;
	background-color: rgba(0,0,0,0.3);
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 3;
	box-sizing: border-box;
}

.imagetextboxlinks .exbutton {
	display: none;
}

.imagetextboxlinks .explorebutton .exbutton {
  font-size: 16px;
  background-color: #abc44A;
  text-align: center;
  line-height: 18px;
  width: 100%;
  max-width: 120px;
  min-width: 120px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  padding-top: 6px;
  padding-bottom: 10px;
  border-radius: 10px;
}