@charset "utf-8";
/* CSS Document */

.header_container{
	height:680px;
	width:100%;
	overflow:hidden;
}

.header_container img{
	width:100%;
	height:auto;
}

.header_container .header_main_image{
	width:100%;
	position:relative;
	height:485px;
	overflow:hidden;
}

.header_container .header_main_image .overlay{
	position:absolute;
	top:0px;
	left:-385px;
	width:315px;
	padding:35px;
	font-size:14px;
	color:#fff;
	background-color:rgba(0,0,0,0.58);
	height:415px;
	text-align:justify;
}

.header_container .header_main_image .overlay img{
	width:auto;
	height:auto;
}

.header_container .header_main_image .overlay h1{
	font-family:"Cambria Math", sans-serif;
	line-height:24px;
	font-size:24px;
	color:#fff;
	font-weight:bold;
	margin:10px 0px 40px 0px;
	letter-spacing:normal;
}

.header_container .header_main_image .overlay a{
	background-color:#f26522;
	color:#fff;
	font-size:14px;
	padding:12px 75px;
	text-decoration:none;
}

.header_container .header_side_image{
	width:33%;
	display:inline-block;
	margin-top:3px;
	height:160px;
	overflow:hidden;
}

.header_container .header_side_image .overlay{
	display:none;
}

.content_container{
	width:calc(100% - 245px);
	float:right;
}

.content_container .content_content{
	font-family:"Source Sans Pro", sans-serif;
	font-size:16px;
	color:#6d6e71;
	overflow:hidden;
}

.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:block;
	margin:0px 13px;
	height:450px;
	transform:scale(0.8);
	float:left;
}

.art_sliders .news_item{
	height:550px !important;
}

.art_sliders .news_item{
	height:500px;
}

.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;
	line-height:30px;
	margin-bottom:20px;
	margin-top:10px;
}

.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;
}

.catalog_content{
	width:1120px;
	margin:auto;
	margin-bottom:50px;
	position:relative;
}

.catalog_content a{
	text-decoration:none;
}

.catalog_content a .title{
	font-size:18px;
	color:#000000;
	text-align:center;
	font-family:'Oswald', sans-serif;
	margin-top:15px;
	height:65px;
}

.catalog_content a .image{
	height:270px;
	overflow:hidden;
	border:1px solid #fff;
	transition:all ease-in-out 0.3s;
}

.catalog_content a:hover .image{
	border:1px solid #2b9ed7;
}