 


/* ---- isotope ---- */

.isotope {
 
 
}

/* clear fix */
.isotope:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .item ---- */
.vc-newsslider{
	margin-left: -6px;
	margin-top: -10px;
}
.page_full .vc-newsslider {
	padding-bottom: 0px;
	margin-top: 5px;
}
.item {	
  float: left;
  width: 25%;
  height: 200px;
  position: relative;
  overflow: hidden; 
}
.item.width2 { width: 50%; }
.item.height2 { height: 400px; }
.item-content{
	display:block;
	height: 100%;
	width: 100%;
	border: 6px solid #fff;
	overflow: hidden;
	position: relative;
}
.isotope .item .item-content > a{
	background-size: cover;
	height: 100%;
	width: 100%;
	display: block;
}
.item .hv-bg h2{
	padding-left: 25px;
	padding-right: 21px;
	font-size: 13px;
	font-weight: 600;
}
 
.item.width2 .hv-bg h2{
	padding-left: 25px;
	padding-right: 25px;
	font-size: 20px;
	font-weight: bold;
}
.isotope .nav{	
	z-index: 99;
}
.isotope .nav .nav_prev{
	float: left;
	margin-left: 15px;
}
.isotope .nav .nav_next{
	float: right;
	margin-right: 10px;
}
.page_full .isotope .nav .nav_next {
	float: right;
	margin-right: 15px;
}
.isotope .nav div{	
	background-color: rgba(37, 37, 37, 0.75);
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 13px;
	height: 32px;
	line-height: 35px;
	margin-top: 15px;
	text-align: center;
	width: 30px;
	border-radius: 2px;
	margin-right: 5px;	

}
.isotope .nav div:hover{
	background-color:rgba(255,255,255,1);
	color: #555; 
}