.galery{
	width: 100%;
}

.galery .offer{
	padding-bottom: 0;
}

.galery .offer_box{
	background: none;
}

.galery .offer_box .places .content_width2{
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.white_box{
	position: absolute;
	top:0;
	left: 0;
	height: 600px;
	width: 100%;
	background-color: #fff;
}

.galery .places{
	position: relative;
	z-index: 20;
}

.galery .places_box > ul > li{
	width: 25%;
	padding-bottom: 25%;
	cursor: pointer;
}


.galery .place_image .default_font h3{
	font-size: 30px;
}

.galery .place_image .dark_cover{
	background-color: rgba(38,38,42,0.5);
}

.zoom_cover{
	width: 15%;
	height: 0; 
	padding-bottom: 15%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50% auto;
	background-image: url('./../img/zoom_icon.png');
	margin: 0 auto;
	transition: 0.3s all ease;
	border: 5px solid #906f48;
	opacity: 0;
}

.galery .places_box > ul > li:hover .zoom_cover{
	opacity: 1;
}
/*
.galery .places_box > ul > li:hover .place_image{
	transform: scale(1);
	width: 96%;
	height: 96%;
	top: 2%;
	left: 2%;
}
*/
.galery .places_box > ul > li:hover .place_image .dark_cover{
	opacity: 1;
}

.galery .places_box .default_font{
	transition: 0.3s all ease;
	margin-bottom: 5%;
}

.galery .places_box > ul > li:hover .default_font{
	opacity: 1;
}

.our_offer{
	width:100%;
	height: 400px;
}

.our_offer > div {
	height: 100%;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.our_offer_left{
	width: 45%;
}

.our_offer_left .default_font{
	padding-left: 23%;
}

.our_offer_left .default_font h3{
	font-weight: 900;
	padding-bottom: 40px;
}

.our_offer_right{
	width: 55%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url('./../img/our_offer_img.jpg');
}

.our_offer_right .vertical_height > div > div > div{
	padding: 0 10%;
}

.our_offer_right .vertical_height > div > div > div > div{
	display: inline-block;
	vertical-align: middle;
	width: 50%;
}

.links > ul > li {
	margin-bottom: 30px;
}

.links > ul > li:last-child{
	margin-bottom: 0;
}

.links > ul > li > a{
	text-decoration: none;
	color: #fff;
	font-weight: 800;
	font-size: 24px;
	text-transform:uppercase;
}

.our_offer_right .button3 > a{
	color: #fff;
}

.gal_menu{
	position: relative;
	z-index: 100;
	width: 100%;
	display: block;
	padding-bottom: 5%;
}

.gal_menu > div{
	display: inline-block;
	vertical-align: middle;
}

.gal_menu > div:nth-child(1){
	padding-right: 3%;
	color: #2f2f2f;
	font-weight: 800;
}

.gal_menu > div:nth-child(2){
	width: auto;
}

.gal_menu > div > ul{
	text-align: left;
}

.gal_menu > div > ul > li{
	display: inline-block;
    vertical-align: top;
    margin-right: 39px;
}

.gal_menu > div > ul > li > a{
	cursor: pointer;
    text-decoration: none;
    font-size: 15px;
    color: #898888;
    font-weight: 700;
    position: relative;
	padding-bottom: 10px;
}

.gal_menu > div > ul > li:hover a{
	color: #2f2f2f;
	border-bottom: 2px solid #906f48;
}

.gal_menu > div > ul > .on > a{
	color: #2f2f2f;
	border-bottom: 2px solid #906f48;
}

.galery .places ul > li:after{
	display: none;
}
.places > .content_width2 >ul >li{
	display:none;
}
.places > .content_width2 >ul >li:first-child{
	 display:block;
 }