/*------GALERY-----------*/

.galery{
	border: 4px solid #fdfdfd;
	border-top: none;
	width: 709px;
	height: 536px;
	background-color: #e7e3d9;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	position: relative;
	margin-left: -220px;
	padding-top: 80px;
	font-size: 14px;
	font-family: 'Arial', sans-serif;
	margin-bottom: 67px;
	box-shadow: 3px 7px 15px rgba(0,0,0,0.4);
}

.galery-info-line{
	content:'';
	position: absolute;
	width:740px;
	height:35px;
	top:0px;
	left: -17px;
	background:url('../img/line-shadow.png') no-repeat 0 0;
	}
.galery-info-line h2{
	line-height: 1px;
}
.foto{
	width: 638px;
	height: 425px;
	background: no-repeat 0 0;
	margin: 0 auto;
	background-size:	cover;

}
.btn-prev{
	width: 62px;
	height: 63px;
	background: url(../img/galery/btn-galery-left.png) no-repeat 0 0;
	position: absolute;
	top: 270px;
	left: 20px;
	cursor:	pointer;
}
.btn-next{
	width: 62px;
	height: 63px;
	background: url(../img/galery/btn-galery-right.png) no-repeat 0 0;
	position: absolute;
	top: 270px;
	right: 20px;
	cursor:	pointer;
}
.info-photo{
	font-size: 18px;
	font-family: 'Arial', sans-serif;
	text-align: center;
	margin-top: 36px;
	
}
.line-info-photo{
	width: 444px;
	height: 1px;
	background: url(../img/galery/line-info-photo.png) no-repeat 0 0;
	margin: 0 auto;
}

.galery-floor{
	width:740px;
	height:35px;
	margin-left:	-237px;
	background:url('../img/line-shadow.png') no-repeat 0 0;
	margin-top: 30px;
	margin-bottom: 58px;
	position: relative;
}

.galery-floor h2{
	line-height: 30px;
}


.floor-paginator{
        list-style-top: none;
        padding: 0;
        margin: 0;
        margin-left: 50px;
}
.floor-item{
        display: block;
        width: 16%;
        float: left;
        margin: 0;
        margin-top: 2px;

}
.floor-item a{
	text-decoration: none;
}
.floor-item .floor-item-number{
	font-size: 18px;
	font-family: 'Arial', sans-serif;
	font-weight: bold;
	height: 21px;
	width: 21px;
	background: white;
	border: 6px solid #cfd0cf;
	color:#cfd0cf;
	border-radius: 20px;
	display: block;
	text-align: center;
}

.floor-item .floor-item-text{
        display: none;
}

.floor-item:hover .floor-item-number{
    height: 32px;
	width: 32px;
	background: white;
	border: 6px solid #40b301;
	color: #40b301;
	font-size: 22px;
	font-family: 'Arial', sans-serif;
	font-weight: bold;
	border-radius: 30px;
	line-height:33px;
	text-align: center;
	margin-top: -5px;
}
.floor-item:hover .floor-item-text{
    display: inline-block;
	color:#412706;
	position: absolute;
	margin-top: -30px;
	margin-left: 45px;
	font-size: 14px;
	font-family: 'Arial', sans-serif;
	font-weight: bold;
}
.floor-item:hover .flit{visibility:hidden;}

.flit{
	position: absolute;
	color:#412706;
	margin-top: -25px;
	margin-left: 40px;
	font-family: 'Arial', sans-serif;
	font-weight: bold;
}
.galery p {	font-size: 18px;
	font-family: 'Arial', sans-serif;
	text-align: center;
	margin-top: 36px;}