.ngboxesc {
	width:100%;
	overflow:hidden;
	background:#000;
}
.ngboxes {
	width:101%;
	overflow:hidden;
}
.ngboxes .ngbox {
	width:33%;
	float:left;
}
.ngboxbuttonc {
	display:block;
	height:1px;
	overflow:hidden;
}
.ngboxbutton {
	display:block;
	padding:8px 8px 0;
}
.ngboxbuttoni {
	display:block;
	padding:8px;
	background:#FEF000;
	color:#000;
	font-size:15px;
	font-weight:bold;
}
.ngboxbuttoni:hover {
	background:#FFF;
}
.ngbox {
	margin:0;
}
.ngboxhover {
	background-position:center center;
	background-repeat:no-repeat;
	-khtml-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-color:#000;
	position:relative;
}
.ngboxhoverbg, .ngboxhoverbgalt, a.ngboxoverlay {
	min-height:450px;
	height:auto !important;
	height:450px;
}
.ngboxhoverbg, .ngboxhoverbgalt, a.ngboxoverlay, .ngboxim, .ngboxbuttonc {
	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out
}
a.ngboxoverlay {
	position:relative;
}
.ngboxhoverbg, .ngboxhoverbgalt {
	background-color:#000;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
.ngboxhoverbgalt {
	background-color:#222;
}
.ngboxhover:hover .ngboxhoverbg,
.ngboxhover:hover .ngboxhoverbgalt {
	-webkit-opacity:0.5;
	-moz-opacity:0.5;
	opacity:0.5;
}
.ngboxhover:hover .ngboxbuttonc {
	height:60px;
}
a.ngboxoverlay,
a.ngboxoverlay:hover,
a.ngboxoverlay:visited,
html a.ngboxoverlay,
html a.ngboxoverlay:hover,
html a.ngboxoverlay:visited {
	display:block;
	color:#FFF;
	text-decoration:none;
}
.ngboxoverlayi {
	display:block;
	padding:20px;
	text-align:center;
}
.ngboxoverlay img {
	max-width:100%;
	width:auto;
	height:auto;
}
.ngboxim img {
	display:none;
}
.ngboxim {
	background-position:center center;
	background-repeat:no-repeat;
	-khtml-background-size:contain;
	-moz-background-size:contain;
	-ms-background-size:contain;
	background-size:contain;
	width:100%;
	display:block;
	height:188px;
}
.ngboxhover:hover .ngboxim {
	height:100px;
}
.ngboxcontent {
	display:block;
	padding:20px 0 0;
	font-size:15px;
	line-height:19px;
	text-shadow:0 0 6px #000, 0 0 4px #000, 0 0 3px #000, 0 0 2px #000;
}
@media only screen and (min-width:1350px) {
	.ngboxes {
		width:105%;
	}
	.ngboxes .ngbox {
		width:19%;
	}
}
@media only screen and (max-width:830px) {
	.ngboxes {
		width:100%;
	}
	.ngboxes .ngbox {
		width:100%;
		float:none;
	}
}