body{
	background-color: #fdf4eb;
}
.info li{
	margin-bottom:10px;
}
ul.album{
	list-style:none;
	width:100%;
	margin:0 -15px;
}
ul.album li{
	list-style:none;
	width:33.333%;
	padding:0 15px;
	box-sizing:border-box;
	float:left;
	margin-bottom:15px;
	max-height: 160px;
	overflow: hidden;
}
ul.album.single li{
	max-height:135px;
	overflow:hidden;
	margin-bottom:30px;
}
ul.album li span{
	display: block;
	clear: both;
	padding:5px 0;
	text-align:center;
}
ul.album li a{
	color:#ab9989;
	display:block;
}
ul.album li img{
	max-width:100%;
}
.footer a{
	color:#ab9989;
}
.share{
	text-align:center;
}
.share span{
	display: block;
	clear:both;
	font-weight:bold;
	font-size:18px;
	padding-bottom:15px;
}
.share a {
	display: inline-block;
	line-height: 40px;
	padding: 0 15px;
}
.share a.border{
	border-right:1px solid rgba(0,0,0,0.4);
}
.share img{
	max-height:26px;
}

.accomodation-wrapper ul{
	float:left;
	width:100%;
	margin-bottom:15px;
}
.accomodation-wrapper li{
	width:100%;
	float:left;
	margin-bottom:15px;
	padding-left:15px;
	padding-right:15px;
	list-style:none;
}
.accomodation-wrapper li img{
	max-width: 100%;
	height:auto;
}
.accomodation-wrapper h2{
	font-size:24px;
	display: block;
	clear: both;
	margin-top:30px;
}
.accomodation-wrapper h2 span{
	line-height: 24px;
}
.accomodation-wrapper a{
	text-decoration:none;
}



@media(max-width:767px){
	body{
		font-size:16px;
		line-height:24px;
	}
	.page{
		width:100%;
	}
	.hide-small{
		display: none;
	}
	.show-small{
		display: block;
	}

	/**global**/
	img{
		max-width: 100%;
		height:auto;
	}
	p{
		font-size:16px;
		line-height:24px;
	}
	/**header**/
	.img-header{
		width:100%;
		background-size:contain;
		background-repeat: no-repeat;
	}
	.location{
		position: relative;
		text-align: center;
		clear: both;
		display: block;
		width: 100%;
		top: 0;
		right: 0;
		padding-bottom: 20px;
	}
	.share{
		position: relative;
		display: block;
		top: auto;
		left: auto;
		text-align: center;
		clear: both;
		width: 100%;
	}
	.share a.border{
		border-right:none;
		margin-bottom:30px;
	}

	/**navigation**/
	.menu-wrapper{
		width:100%;
		background:none;
		margin:0;
	}
	.menu-wrapper ul.menu{
		display: none;
	}
	.responsive-btn{
		display: block;
	}
	.menu li{
		padding-left:15px;
	}
	.menu li.has-submenu ul{
		display: block!important;
	}
	.menu li.has-submenu span.sub-toggle{
		display: none;
	}
	.menu li.has-submenu ul li a i{
		display: none;
	}
	.mob-nav{
		margin-left:0;
	}
	.mob-nav li{
		list-style:none;
		line-height:30px;
		position:relative;
	}
	.mob-nav li.has-submenu ul{
		margin-top:0;
		margin-bottom:0;
	}
	.mob-nav li a{
		line-height:30px;
		/*padding-top:5px;
		padding-bottom:5px;*/
		display: block;
		color:#cc9966!important;
	}
	span.sub-toggle.expanded,span.sub-toggle{
		position: absolute;
		top: 0;
		right: 0;
	}

	ul.navbar-nav.mr-auto{
		margin-left:0;
	}
	.dropdown-menu{
		border:none;
		background:transparent;
	}
	.navbar-nav .dropdown-menu{
		padding-left:20px;
	}

	/**album**/
	ul.album {
		margin-left:0;
	}
	ul.album li{
		width:100%;
		padding:0;
		margin-bottom:15px;
		max-height:100%;
	}
	ul.album.single li{
		max-height:100%;
		overflow:hidden;
	}
	/**content container**/
	.content{
		padding-left:10px;
		padding-right:10px;
	}
	.info{
		width:100%;
		font-size:16px;
		line-height:24px;
		clear: both;
		padding-top:20px;
		padding-bottom: 20px;
	}
	.page-header{
		font-size:24px;
		line-height: 1;
		margin-bottom: 10px;
		height:auto;
	}
	.page-header span{
		line-height:30px;
	}

	/**footer**/
	.footer{
		text-align: center;
		line-height:24px;
	}
}


@media(min-width: 768px){
	.mob-nav{
		display: none!important;
	}
	.responsive-btn{
		display: none;
	}
	.slicknav_menu{
		display: none;
	}
	.menu li.has-submenu ul{
		display: block!important;
	}
	.menu li.has-submenu span.sub-toggle{
		display: none;
	}
	.show-small{
		display: none;
	}

}
@media(min-width: 768px) and (max-width:960px){
	*{
		box-sizing:border-box;
	}
	img{
		max-width:100%;
	}
	.page{
		width:100%;
	}
	.menu-wrapper{
		width:27.5%;
		margin-right:0;
	}
	.info{
		width:70%;
	}
	.content{
		margin:0 15px;
	}
}
