@charset "utf-8";
.module_container .item_block {
	position: relative;
}
.module_container .item_block .content {
	background-color: #fff;
	transition: all .2s linear;
	position: relative;
	overflow: hidden;
}
.module_container .item_block .item_img {
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-image: none;
	display: block;
	position: relative;
	overflow: hidden;
	background-size: 100% auto;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.module_container .item_block .title {
	font-size: 16px;
	text-transform: capitalize;
}
.module_container .item_block .item_img img {
	display: none;
}
.module_container .item_block:hover .item_img {
	background-size: 110% auto;
}
.departments .item_block {
	width: 50%;
	float: left;
}
.departments .item_block .item_img {
	padding-bottom: 55.333%;
}
.news .item_block .item_img {
	padding-bottom: 68.666%;
}
.video .item_block .item_img {
	padding-bottom: 66.666%;
}
.departments .item_block .item_img img {
	float: none;
	max-width: 100%;
	height: auto;
}
.departments .item_block .item_img_mask {
	position: absolute;
	left: 0;
	top: 0;
	/*background-color: #b18247;*/
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all .2s ease 0s;
}
.departments .item_block .item_icon {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -23px;
	margin-top: 40px;
	opacity: 0;
	transition: all .3s ease 0s;
	font-size: 0;
	transform: translateY(-50%);
}
.departments .item_block .item_icon .PostImage {
	height: 46px;
	width: 46px;
	display: inline-block;
	text-align: center;
	position: relative;
}
.departments .item_block .item_icon .PostImage i {
	font-size: 28px;
	top: 4px;
	transition: all .2s ease 0s;
	position: relative;
	z-index: 2;
	font-weight: bold;
	color: #dc5f12;
}
.departments .item_block .item_icon .PostImage .item_icon_bg {
	border-radius: 50%;
	border: 2px solid transparent;
	background: #fff;
	height: 100%;
	width: 100%;
	transition: all .2s ease 0s;
	position: absolute;
	left: -2px;
	top: -2px;
}
.departments .item_block .item_wrapper {
	position: absolute;
	transform: translateY(80%);
	left: 0;
	right: 0;
	top: 50%;
	transition: all .36s ease 0s;
	opacity: 0;
	width: auto;
	text-align: center;
	padding: 2%;
}
.departments .item_block .title {
	color: #FFF
}
.departments .item_block .subtitle {
	min-height: 18px;
	font-size: 13px;
	color: #eacdc4;
	margin-top: 3px;
}
.departments .item_block:hover .item_img_mask, .departments .item_block:hover .item_wrapper {
	opacity: 1
}
.departments .item_block:hover .item_icon {
	margin-top: -25px;
	opacity: 1
}
.departments .item_block:hover .item_wrapper {
	transform: translateY(10%)
}
.news, .team {
	background-color: #F8F8F8;
}
.news .item_block {
	float: left;
	width: 33.33333333%;
}
.news .item_block .item_img .item_img_mask {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(239, 239, 239, 0.95);
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.news .item_block .item_wrapper {
	position: absolute;
	transform: translateY(-100%);
	transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;
	width: calc(100% - 76px);
	padding: 38px;
}
.news .item_block .item_wrapper .line {
	width: 100%;
	height: 1px;
	background: #a7624d;
	margin: 20px 0;
}
.news .item_block .item_wrapper .line div {
	transition: all .3s ease 0s;
	width: 0;
	height: 1px;
	background: #fff;
}
.news .item_block .item_wrapper .description {
	font-size: 13px;
	color: #939393;
	height: 48px;
	line-height: 24px;
	position: relative;
	overflow: hidden;
}
.news .item_block .item_date {
	position: absolute;
	background-color: #694728;
	z-index: 99;
	top: 0;
	right: 0;
	left: auto;
	bottom: auto;
	font-size: 36px;
	width: 144px;
	padding: 0;
	text-align: center;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	padding: 2%;
	color: #939393;
	font-family: HELVETICANEUELTPRO-THEX, Arial;
}
.news .item_block .item_date p {
	color: #fff;
}
.news .item_block .item_date .year {
	display: none;
}
.news .item_block .item_date .day {
	padding: 25% 0;
	display: block;
	font-size: 1em;
	font-family: BureauEagleBook;
}
.news .item_block:hover .item_wrapper .line div {
	width: 100%
}
.news .item_block:hover .item_img .item_img_mask {
	opacity: .3;
	background-color: rgba(0, 0, 0, 0.95);
}
.news .item_block:hover .item_img {
	opacity: 1
}
.news .item_block:hover .item_date {
	padding: 0
}
.news .item_block:hover .title {
	color: #fff;
}
.news .item_block:hover .item_wrapper .description p {
	color: #fff;
}
.team .item_block .content {
	background: 0 0;
}
.team .item_block .item_img {
	padding-bottom: 14%;
	width: 14%;
	border-radius: 100%;
	background-color: #f8f8f8;
	background-position: center;
	background-repeat: no-repeat;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 20px;
	overflow: visible;
	border: 7px solid #fff;
	background-size: 100% auto;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	display: block;
	position: relative;
}
.team .item_block .item_img_mask {
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,.5);
	background-color: transparent;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all .2s ease 0s;
	border-radius: 100%;
}
.team .item_block .item_wrapper {
	transition: all .3s ease 0s;
	padding: 0 10px 20px 10px;
	position: relative;
	border-bottom: none;
	opacity: 1;
	width: 100%;
}
.team .item_block .item_img_summary {
	width: 100%;
	height: 44px;
	margin-top: 15px;
	transition: all .4s ease 0s;
}
.team .item_block .item_img_summary p {
	text-align: center;
	transition: all .4s ease 0s;
}
.team .item_block .item_img_summary p {
	text-align: center;
	transition: all .4s ease 0s;
}
.team .item_block .item_wrapper .description {
	font-size: 13px;
	height: 48px;
	overflow: hidden;
	line-height: 24px;
	text-align: center;
	margin: 28px auto auto;
	max-width: 88%;
	margin-left: 6%;
	color: #666;
}
.team .item_block::before {
	content: '';
	position: absolute;
	width: 94%;
	height: 94%;
	background-color: #fff;
	left: 52%;
	transform: translate(-50%, -50%);
	top: 68%;
}
.team-container {
	position: relative;
}
.team-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.team-wrapper .item_block {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	width: 100%;
	height: 100%;
}
.team-pagination {
	width: 100%;
	height: 24px;
	text-align: center;
	position: relative;
	z-index: 9999;
}
.team-pagination span {
	width: 6px;
	height: 6px;
	display: inline-block;
	background-color: #6a3d2f;
	border-radius: 50%;
	margin-right:12px;
}

.team-pagination span:last-child{
	margin-right:auto;
}
.team-pagination .active {
	background-color: #af5a3f;
}
.video .item_block .item_img .item_img_mask {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #6a3d2f;
	opacity: .3;
}
.video .item_block .item_wrapper {
	text-align: center;
	padding: 24px 10px;
}
.video .item_block .title {
	color: #666;
	font-size: 18px;
}
.video .item_block .subtitle {
	color: #999;
	margin-top: 5px;
	font-size: 13px;
}
.video .item_block .item_img .item_icon {
	position: absolute;
	width: 72px;
	height: 72px;
	left: 50%;
	top: 50%;
	margin-left: -36px;
	margin-top: -36px;
}
.video .item_block .item_img .item_icon i {
	font-size: 72px;
	line-height: 72px;
	color: #ecdcd7;
}
.video .item_block:hover .item_img .item_icon i {
	color: #fff;
}
.video-container {
	position: relative;
}
.video-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.video-wrapper .item_block {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	width: 100%;
	height: 100%;
}
@media (max-width: 1440px) {
	.news .item_block .item_date {
		width: 104px;
	}
	.news .item_block .item_date .day {
		font-size: 28px;
		padding: 18% 0;
	}
}
 @media (max-width: 1360px) {
	.news .item_block .item_date {
		width: 94px;
	}
	.news .item_block .item_date .day {
		font-size: 18px;
		padding: 10% 0;
	}
}
 @media (max-width: 1024px) {
	.news .item_block {
		width: 50%;
	}
}
 @media (max-width: 768px) {
	.departments .item_block {
		width: 100%;
	}
	.news .item_block {
		width: 100%;
	}
	.news .item_block .item_date {
		width: 144px;
	}
	.news .item_block .item_date .day {
		font-size: 34px;
		padding: 20% 0;
	}
	.team .item_block .item_wrapper {
		padding-bottom: 15px;
	}


	
}
 @media (max-width: 560px) {
    .news .item_block .item_date {
    	width: 104px;
    }
    .news .item_block .item_date .day {
    	font-size: 24px;
    	padding: 18% 0;
    }
}
@media (max-width: 414px) {
    .news .item_block .item_date {
	display: none;
}
}
@media only screen and (max-width: 860px){ 
	.p-img{display: none!important;}
	.m-img, .m-oc-item,.head-nav {display: block!important;}
}