@charset "utf-8";
/* CSS Document */
.content_container{
	width:calc(100% - 245px);
	float:right;
}

.content_container .content_content{
	color:#6d6e71;
	font-size:20px;
	overflow:hidden;
	width:1140px;
	margin:auto;
	font-weight:300;
}

.content_container .content_content h1{
	font-size:32px;
	font-family:"Niramit", sans-serif;
	font-weight:300;
	color:#6d6e71;
	margin:0px;
	text-transform:uppercase;
	line-height:36px;
}

.content_container .content_content h2{
	font-size:24px;
	font-family:"Niramit", sans-serif;
	font-weight:300;
	color:#6d6e71;
	margin:0px;
	line-height:28px;
	margin-bottom:10px;
}

.art_sliders .art_item,
.art_sliders .news_item{
	width:360px;
	text-align:center;
	transition:all ease-in-out 0.3s;
	text-decoration:none;
	color:#6d6e71;
	display:inline-block;
	margin:0px 13px;
	height:392px;
	transform:scale(0.8);
}

.art_sliders .art_item a,
.art_sliders .news_item a{
	text-decoration:none;
	color:#6d6e71;
}

.art_sliders .art_item .images,
.art_sliders .news_item .images{
	width:100%;
	height:260px;
	transition:all ease-in-out 0.5s;
}

.art_sliders .art_item .title,
.art_sliders .art_item .subtitle,
.art_sliders .art_item .buttons,
.art_sliders .news_item .title,
.art_sliders .news_item .subtitle,
.art_sliders .news_item .buttons{
	transition:all ease-in-out 0.5s;
	opacity:0;
}

.art_sliders .art_item .subtitle,
.art_sliders .news_item .subtitle{
	height:20px;
}

.art_sliders .art_item .title,
.art_sliders .news_item .title{
	color:#6d6e71;
	font-size:24px;
	font-family:"Niramit", sans-serif;
	height:43px;
}

.art_sliders .art_item .subtitle,
.art_sliders .news_item .subtitle{
	color:#6d6e71;
	font-size:16px;
}

.art_sliders .art_item .buttons{
	height:63px;
}

.art_sliders .art_item .buttons a{
	display:inline-block;
	padding:10px 20px;
	border:1px solid #c6aa6d;
	border-radius:100px;
	color:#c6aa6d;
	margin-top:25px;
}

.art_sliders .news_item .buttons{
	display:inline-block;
}

.art_sliders .news_item .buttons a{
	color:#c6aa6d;
	font-size:16px;
	display:inline-block;
}

.art_sliders .cat_more{
	padding-right:30px;
	background:url(/images/more_icon.png) center right no-repeat;
	font-size:16px;
	color:#6d6e71;
	text-decoration:none;
}

.art_sliders .art_item,
.art_sliders .news_item{
	transition:all 500ms ease;
}

.center_slick .slick-center .art_item,
.center_news .slick-center .news_item{
	transform:scale(1);
}

.center_slick .slick-center .art_item .title,
.center_slick .slick-center .art_item .buttons,
.center_slick .slick-center .art_item .subtitle,
.center_news .slick-center .news_item .title,
.center_news .slick-center .news_item .buttons,
.center_news .slick-center .news_item .subtitle{
	opacity:1;
}