@charset "utf-8";

.content-part {
	width: 100%;
	height: 1100px;
	position: relative;
	overflow: hidden;
}

.content-part.part-tese {
	display: none;
}

.content-part.part-tese.show {
	display: block;
}

.gallery_container {
	width: 100%;
	height: 100%;
	position: relative;
}

.gallery_wrap {
	/*width: 1200px;*/
	height: 700px;
	margin: 0 auto;
	position: relative;
}

.gallery_item {
	position: absolute;
	width: 1052px;
	height: 700px;
	transition: all 0.5s ease;
}

.gallery_item img {
	width: 100%;
	height: 100%;
	display: block;
}

.front_side {
	z-index: 4;
	transform: scale(1);
	left: 450px;
	top: 200px;
}

.gallery_left_middle {
	z-index: 3;
	transform: scale(0.8);
	left: 150px;
	top: 250px;
}

.gallery_right_middle {
	z-index: 3;
	transform: scale(0.8);
	left: 750px;
	top: 250px;
}

.gallery_out {
	z-index: 2;
	transform: scale(0.6);
	opacity: 0.5;
	left: 450px;
	top: 300px;
}

.gallery_container .prev,
.gallery_container .next {
	position: absolute;
	width: 360px;
	height: 80px;
	top: 50%;
	margin-top: -40px;
	z-index: 10;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
}

.gallery_container .prev {
	left: 20px;
	background-image: url(../images/prev.png);
}

.gallery_container .next {
	right: 20px;
	background-image: url(../images/next.png);
}

.gallery_container .prev:hover,
.gallery_container .next:hover {
	opacity: 0.8;
}
