.bg_line{
	background:url(/website/static/images/bgimg_line.png) 0 0 repeat;
	width:100%;
	height:460px;
	position:absolute;
	left:0;
	top:0;
	z-index: -1;
}

#content {
	background:#fff;
}
#content .sub_menu{
	width:100%;
	background:#B1A377 ;
	display:inline-block;
	vertical-align:top;
}
#content .sub_menu ul{
	margin-left:15px;
}
#content .sub_menu ul li{
	float:left;
} 
#content .sub_menu ul li a{
	display:inline-block;
	color:#fff;
	font-size:14px;
	padding:10px 30px;
	transition: background 0.5s;
	-moz-transition: background 0.5s;	/* Firefox 4 */
	-webkit-transition: background 0.5s;	/* Safari 和 Chrome */
	-o-transition: background 0.5s;	/* Opera */
}
#content .sub_menu ul li a:hover{
	background:#8E7C4A;
}
#content .sub_menu ul li.select a{
	background:#8E7C4A url(/website/static/images/list_arrow_down.png) 89% center no-repeat;
}

#content .content_block{
	background:#fff;
	display:flex;
	min-height:570px;
}
#content .content_right{
	box-sizing: border-box;
	padding:20px;
}
#content .content_right h3{
	color:#8e7c4a;
	font-size:24px;
	font-weight:normal;
	font-family:Times New Roman;
}
#content .content_right p.depiction{
	color:#9d9d9d;
	font-size:12px;
	font-family:Times New Roman;
}
#content .content_right a{
	margin-right:28px;
	display: block;
}

#content .content_right a img{
	margin:10px 0 0;
}
#content .content_right .reservation-cover {
	width: 120px;
	height: 120px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#content .content_right a p.title{
	color:#B1A377;
	font-size:14px;
	margin-top: 5px;
}
#content .content_right .Events{
	padding-top:5px;
}

.content_right .Reservations {
	display: inline-block;
}

.content_right .Reservations .flex {
	padding-bottom: 10px;
	border-bottom: 1px solid #CACACA;
}

#content .content_left, #content .left_part{
	flex: 1 1 620px;
	box-sizing: border-box;
	padding:10px;
}

#content .content_left p, #content .left_part p {
	font-size: 14px;
}

#content .content_left .flex, #content .left_part .flex{
	margin-bottom: 10px;
}

#content .content_left img, #content .left_part img{
	max-width: 100%;
	width: 100%;
	display: block;
}

#content .content_left .phone {
	color: #8e7c4a;
	font-size: 16px;
	padding-top: 14px;
	background: url(/website/static/images/iconimg_servicephone.png) left center no-repeat;
}

#content .content_left .flex {
	position: relative;
	align-items: center;
	justify-content: space-between;
}

#content .content_left h2 {
	color: #8e7c4a;
}

.btn-actions {
	display: flex;
}

.btn-actions a {
	display: block;
	flex: 1 1 50%;
	color: #8e7c4a;
	border: 1px solid #8e7c4a;
	padding: 10px 0;
	font-size: 2rem;
	text-align: center;
}

@media screen and (min-width: 992px) {
	#content .content_right a:last-child {
		margin-right: 0;
	}
}

@media screen and (max-width: 991px) {
	#content .content_block {
		flex-direction: column;
	}

	#content .content_right {
		display: flex;
		flex-wrap: wrap;
		flex: none;
	}

	.content_right .Reservations .flex {
		padding-bottom: 0;
		border-bottom: none;
	}

	#content .content_right .Events {
		padding-top: 0;
	}

	#content .content_left, #content .left_part {
		flex: none;
	}
}

@media screen and (max-width: 767px) {
	#content .sub_menu select {
		width: 100%;
		height: 40px;
		padding: 0 15px;
		border: 1px solid #DCDCDC;
		border-radius: 0;
		-webkit-border-bottom-left-radius: 0;
		-webkit-border-bottom-right-radius: 0;
		-webkit-border-top-left-radius: 0;
		-webkit-border-top-right-radius: 0;
		cursor: pointer;
		background-color: white;
		-webkit-appearance: none;
		appearance: none;
		margin: 0;

	}
	#content .sub_menu select::-ms-expand {
		display: none;
	}

	#content .sub_menu > .visible-xs {
		position: relative;
	}

	#content .sub_menu > .visible-xs:after {
		content: '';
		position: absolute;
		right: 10px;
		top: 50%;
		width: 10px;
		height: 10px;
		border-top: 6px solid #757575;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		transform: translate(0, -50%);
		pointer-events: none;
	}

	#content .content_left {
		padding: 0;
	}

	#content .content_left .flex {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media screen and (max-width: 375px) {
	#content .content_right a:last-child {
		margin-right: 0;
	}
	#content .content_right .Reservations{
		margin-right: 28px;
	}
	#content .content_right .reservation-cover {
		width: 100px;
		height: 100px;
	}
}

