/* diamond slider */
.diamond-slider {
	background-image: url(images/background.png);
	border-bottom: 1px solid #e6dbc6;
	box-sizing: border-box;
	height: 522px;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 100;
}
.diamond-slider * {
	box-sizing: border-box;
}
.diamond-slider-area {
	height: 522px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.diamond-slider-area {
	position: relative;
}
.diamond-slider-item.small {
	height: 418px;
	position: absolute;
	top: 30px;
	width: 210px;
	z-index: 1;
}
.diamond-slider-item.small p.top,
.diamond-slider-item.small p.bottom {
	color: #fff;
	font-family: 'brandon_grotesque_mediumRg';
	font-size: 18px;
	height: 85px;
	left: 45px;
	position: absolute;
	text-align: center;
	vertical-align: middle;
	width: 125px;
}
.diamond-slider-item.small p.top {
	top: 65px;
}
.diamond-slider-item.small p.bottom {
	top: 275px;
}
.diamond-slider-item {
	height: 418px;
	position: absolute;
	top: 30px;
	width: 418px
}
.diamond-slider-img-top {
	height: 210px;
	left: 0;
	position: absolute;
	top: 0;
	width: 210px;
}
.diamond-slider-img-bottom {
	height: 210px;
	left: 0;
	position: absolute;
	top: 210px;
	width: 210px;
}
.diamond-slider-img-main {
	height: 418px;
	left: 0px;
	position: absolute;
	top: 1px;
	width: 417px;
	z-index: 2;
}
.diamond-slider-item .item-mask {
	/*background-image: url(images/mask.png);*/
	height: 376px;
	left: 229px;
	/*padding: 85px 0 0 10px;*/
	position: absolute;
	top: 22px;
	width: 188px;
	z-index: 3;
}
.diamond-slider-item .item-mask .mask {
	height: 375px;
	left: 0;
	position: absolute;
	top: 0;
	width: 188px;
}
.diamond-slider-item .item-content {
	left: 10px;
	position: absolute;
	top: 115px;
	width: 75px;
}
.diamond-slider-item .item-mask p {
	color: #fff;
	font-family: 'brandon_grotesque_mediumRg';
	font-size: 16px;
	width: 75px;
}
.diamond-slider-item .item-mask p.title {
	font-family: 'brandon_grotesque_boldregular';
	font-size: 18px;
}
.diamond-slider-item i.icon {
	height: 79px;
	left: 229px;
	position: absolute;
	top: 21px;
	width: 39px;
	z-index: 4;
}
.diamond-slider-item i.photo {
	background-image: url(images/icon-photo.png);
}
.diamond-slider-item i.video {
	background-image: url(images/icon-video.png);
}
.diamond-slider-icon {
	background-image: url(images/icon.png);
	bottom: 24px;
	height: 33px;
	left: 50%;
	margin-left: -32px;
	position: absolute;
	width: 65px;
}
.diamond-slider .button-left,
.diamond-slider .button-right {
	background-image: url(images/slider-buttons.png);
	bottom: 20px;
	display: block;
	height: 45px;
	left: 50%;
	position: absolute;
	width: 24px;
}
.diamond-slider .button-left{
	margin-left: -60px;
}
.diamond-slider .button-right{
	background-position: 24px;
	margin-left: 35px;
}