/**********************************
	MAIN IMAGE
 **********************************/
.mainImage{
	overflow: hidden;
	position: relative;
	height: 400px;
}
.mainImage__video{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	background: url('/assets/video/BlackInkFREEFOOTAGEHDmp4.jpg') no-repeat;
	background-size: cover;
}
@media (max-width: 979px) {

}
@media (max-width: 479px) {

}

/**********************************
	CATEGORY SECTION
 **********************************/
.category{
	padding: 75px 0 45px 0;
}
.category--video{
}
.category--photography{
	
}
.category--lecture{
	background-color: #eff6f9;
}
.category__title{
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 5px;
	margin: 0px 0 45px 0;
}
.category__subtitle{
	font-size: 16px;
	display: block;
	margin-top: 15px;
	color: #555555;
}
.category__itemList{
	max-width: 1120px;
	width: 100%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}
.item{
	width: 33.3%;
	list-style: none;
	padding: 15px;
	box-sizing: border-box;
	position: relative;
}
.item__title{
	font-weight: bold;
}
.item__figure{
	position: relative;
}
.item__4Kicon{
	position: absolute;
	right:0;
	top: 0;
	z-index: 5;
	background-color: #000000;
	color:#ffffff;
	padding: 1px 15px;
	font-weight: bold;
	border-radius: 0 0 0 5px;
}
.item__image{
	width: 100%;
}
.item__video{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.item__caption{
	font-weight: bold;
	margin-top: 15px;
}
.item__category{
	padding: 0;
	margin-right: 10px;
	font-size: 14px;
}
.item__category a:link,.item__category a:visited{
	color:#00a7e0;
}
.item__filename{
	display: block;
}
.item__filename a:link,.item__filename a:visited{
	color: #000000;
	text-decoration:underline;
}

.category__buttonWrapper{
	text-align: center;
	margin: 35px 0;
}
.category__button{
	width: 250px;
	border: 1px #e7e7e7 solid;
	background-color: #ebebeb;
	padding: 15px;
	cursor: pointer;
}
.category__button i{
	float: right;
}

.category__button:hover{
	border: 1px #e7e7e7 solid;
	background-color: #ffffff;
}

@media (max-width: 979px) {
	.category__title{
		font-size: 21px;
	}
	.item__caption{
		font-size: 14px;
	}
}
@media (max-width: 479px) {
	.category{
		padding: 55px 0 15px 0;
	}
	.category__title{
		font-size: 18px;
	}
	.category__itemList{
		display: block;
	}
	.item{
		width: 100%;
	}
	.item__caption{
		font-size: 14px;
		margin-top: 10px;
		text-align: left;
	}
}
