/* CSS Document */
.catsub {
	width: 25%;
	display: block;
	float: left;
	height: 83vh;
	text-align: center;
	background-size: 100%;
	background-color: #000000;
	background-repeat: no-repeat;
	transition: 1s all;
}
.gall img {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    border: 1px solid #666;
}
div.itemHeader h2.itemTitle {
    margin: 50px 0px;
    font-size: 50px;
	color: #838383!important;
	text-align: center;
}
.catsub h3 {
    font-weight: 800!important;
    width: 100%;
    background-color: #00000050;
    color: #fff;
    margin-top: 78.5vh!important;
    padding-bottom: 12px!important;
}
#k2Container {
	max-width: 2560px!important;
	padding: 0%!important;
}
#region3wrap {
    margin-top: 20px!important;
}
div.itemIntroText, div.itemFullText {
	padding-left: 0px!important;
}
div.itemBody {
	padding: 0px!important;
	margin: 0px!important;
}

.itemImageGallery {
    max-width: 2560px!important;
    margin: 0 auto!important;
}
.itemFullText {
    width: 100%;
    text-align: center;
	margin: 50px 0px;
	color: #838383!important;
}
#region3 {
    background: #e9e9e9;
}