@charset "utf-8";
/* CSS Document */

.cats_container{
	width:100%;
}

.cats_container .cats_content{
	width:1570px;
	margin:auto;
}

.cats_container .cats_content h1{
	width:1170px;
	margin:50px auto 25px auto;
	border-bottom:1px solid #f5bcc3;
	text-align:center;
	color:#707070;
	font-weight:400;
	text-transform:uppercase;
	padding-bottom:10px;
}

.cats_container .cats_content .cat_item{
	width:775px;
	display:block;
	float:left;
	height:360px;
	margin-bottom:20px;
	text-decoration:none;
	color:#fff;
	position:relative;
}

.cats_container .cats_content .cat_item .title{
	font-size:36px;
	border-left:8px solid #f5bcc3;
	color:#fff;
	font-family:"Catamaran", sans-serif;
	text-decoration:none;
	line-height:40px;
	position:absolute;
	left:25px;
	bottom:25px;
	padding-left:10px;
	width:290px;
	font-weight:700;
	transition:all ease-in-out 0.3s;
}

.cats_container .cats_content .cat_item:hover .title,
.cats_container .cats_content .cat_item:hover .button{
	opacity:0;
}

.cats_container .cats_content .cat_item .button{
	position:absolute;
	right:20px;
	bottom:20px;
	font-size:16px;
	background-color:#f5bcc3;
	display:block;
	padding:8px 20px;
	transition:all ease-in-out 0.3s;
}

.cats_container .cats_content .cat_item:nth-child(2n-1){
	margin-left:20px;
}

.cats_container .cats_content .cat_item .overlay_bg{
	position:absolute;
	opacity:0;
	background-color:rgba(0,0,0,0.5);
	transition:all ease-in-out 0.3s;
	z-index:1;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}

.cats_container .cats_content .cat_item:hover .overlay_bg{
	opacity:1;
}

.cats_container .cats_content .cat_item .overlay{
	background:url(/images/zoom_icon.png) center center no-repeat;
	position:absolute;
	width:96%;
	height:90%;
	top:5%;
	left:2%;
	opacity:0;
	border:4px solid transparent;
	transition:all ease-in-out 0.3s;
	border: 0;
	box-sizing: border-box;
	box-shadow: inset 0 0 0 4px transparent;
	font-weight: 700;
	position: relative;
	vertical-align: middle;
	z-index:2;
}

.cats_container .cats_content .cat_item .overlay .overlay_title,
.cats_container .cats_content .cat_item .overlay .overlay_button{
	position:absolute;
	width:100%;
}

.cats_container .cats_content .cat_item .overlay .overlay_title{
	font-family:"Catamaran", sans-serif;
	font-size:36px;
	text-align:center;
	top:50%;
	margin-top:-46px;
	color:#fff !important;
}

.cats_container .cats_content .cat_item .overlay .overlay_button{
	font-size:16px;
	display:inline-block;
	margin:auto;	
	width:145px;
	left:50%;
	margin-left:-72px;
	top:50%;
	margin-top:15px;
	padding:6px 0px;
	text-align:center;
	background-color:#f5bcc3;
	color:#fff !important;
	font-weight:500;
}

.cats_container .cats_content .cat_item:hover .overlay{
	opacity:1;
}

.cats_container .cats_content .cat_item .overlay::before, .cats_container .cats_content .cat_item .overlay::after {
  box-sizing: inherit;
  content: '';
  position: absolute;
  width:100%;
  height:100%;
}

.cats_container .cats_content .cat_item:hover .overlay{
  color: #6477b9;
}

.cats_container .cats_content .cat_item .overlay::before, .cats_container .cats_content .cat_item .overlay::after {
  -webkit-transform-origin: center;
          transform-origin: center;
}

.cats_container .cats_content .cat_item .overlay::before{
  border-top: 4px solid #f5bcc3;
  border-bottom: 4px solid #f5bcc3;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
}

.cats_container .cats_content .cat_item .overlay::after {
  border-left: 4px solid #f5bcc3;
  border-right: 4px solid #f5bcc3;
  -webkit-transform: scale3d(1, 0, 1);
          transform: scale3d(1, 0, 1);
}

.cats_container .cats_content .cat_item:hover .overlay::before, .cats_container .cats_content .cat_item:hover .overlay::after {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}

/****NEWS****/
.news_container{
	margin-top:50px;
}

.news_container h1{
	font-size:30px;
	font-weight:400;
	margin:0px;
	border-bottom:1px solid #f5bcc3;
	text-transform:uppercase;
	color:#707070;
	margin-bottom:25px;
	padding-bottom:10px;
}

.news_container h1 img{
	padding-right:15px;
}

.news_container .news_content{
	width:1170px;
	margin:auto;
}

.news_container .news_content .left_news{
	float:left;
	width:49.2%;
}

.news_container .news_content .right_news{
	float:right;
	width:49.2%;
}

.news_container .news_content .news_item{
	font-size:16px;
	color:#959595;
	margin-bottom:40px;
}

.news_container .news_content .news_item .image{
	height:300px;
	margin-bottom:20px;
}

.news_container .news_content .news_item .title{
	font-size:24px;
	color:#707070;
	margin-bottom:15px;
}

.news_container .news_content .news_item a{
	color:#f5bcc3;
}

.banners{
	width:1560px;
	margin:auto;
	margin-bottom:120px;
}

.banners a:nth-child(2){
	margin-left:20px;
}