/**********************************
	MAIN IMAGE
 **********************************/
 .mainImage{
	overflow: hidden;
	position: relative;
	height: 300px;
	background-image: url('/assets/images/photo/mainImage.jpg');
	background-size: cover;
	background-position: center;
}
.mainImage__title{
	color:#ffffff;
	font-size: 40px;
	font-weight: bold;
	width: 1100px;
	margin: 115px auto 0 auto;
	padding-left: 10px;
	letter-spacing: 5px;
}
@media (max-width: 979px) {
	.mainImage__title{
		font-size: 35px;
		margin-left: 45px;
	}
}
@media (max-width: 479px) {

}

/**********************************
	CATEGORY SECTION
 **********************************/
.category{
	padding: 75px 0 45px 0;
}
.category--video{
}
.category--photography{

}
.category--lecture{
	background-color: #f0f0f0;
}
.category__header{
	width: 1120px;
	letter-spacing: 5px;
	margin: 0 auto 45px auto;

}
.category__result{
	font-size: 16px;
}
.category__itemList{
	max-width: 1120px;
	width: 100%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}

@media (max-width: 979px) {

}
@media (max-width: 479px) {

}



.item{
	width: 33.3%;
	list-style: none;
	padding: 15px;
	box-sizing: border-box;
	overflow: hidden;
}
.item__figure{
	position: relative;
	cursor: pointer;
}
.item__image{
	width: 100%;
}
.item__caption{
	position: absolute;
	top: 0;
	left: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	color:#ffffff;
	width: 100%;
	height: 100%;
	opacity: 0;
	padding: 25px;
	font-size: 14px;
	font-weight: bold;
}
.item__caption:hover{
	opacity: 0.8;
}
.category__buttonWrapper{
	text-align: center;
	margin: 35px 0;
}
.category__button{
	width: 250px;
	border: 1px #ffffff solid;
	background-color: #ffffff;
	padding: 15px 0;
	cursor: pointer;
}
.item__buttons{
	position: absolute;
	top: 10px;
	right: 10px;
}
.item__btn{
	cursor: pointer;
	border: none;
	background-color: #000000;
	color: #ffffff;
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 5px;
}
.item__btn:hover{
	background-color: #00a7e0;
	color: #ffffff;
}
.item__btn--play{

}
.item__btn--detail{

}
.item__category{
	margin: 0;
	padding-left: 5px;
	font-size: 14px;
	font-weight: 700;
}

.item__category a:link,.item__category a:visited{
	color:#00a7e0;
}


.item__title{
	padding: 0 5px 5px 5px;
	font-size: 14px;
	font-weight: 700;
}
.item__title a:link,.item__title a:visited{
	color: #000000;
	text-decoration: underline;
}


@media (max-width: 979px) {
	.category__itemList{
		display: block;
	}
	.item{
		width: 100%;
	}
}
@media (max-width: 479px) {

}

