@charset "utf-8";
/* CSS Document */

/*.demo-inner-content img{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-image: url(../images/logo.png);
	background-position: left top;
	background-repeat: no-repeat;
}*/

ul.caption-style-4 li.news_photo{
	width: 30%;
}
a.more{
	display: block;
	float: right;
	font-size: 1.3rem;
	font-weight: 500;
	margin-bottom: 20px;
	margin-right:10px;
}
a.more i{
	margin-left: 5px;
}
a.rooms_type{
	display: block;
	font-size: 1.3rem;
	color: #333;
	padding: 10px;
	text-align: center;
}

#map_canvas {
    width: 100%;
    height: 450px;
}
.product_info{
	border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 5px 10px 10px 10px;
}

.parallax-container{
	display: flex;
	flex-direction: column;
flex-wrap: wrap;
	margin: auto;
	justify-content: center;
	align-items: center; 
}
.parallax-container::before{
	height: auto;
}
.social{
	background-color: rgba(23, 38, 60, 0.7);
    padding: 3px 15px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
}

.social ul{}

.social ul li{
	display:inline-block;
}

.social ul li a{
	display: block;
	width: 36px;
	height: 36px;
	margin: 5px;
}
.social ul li img{
	width: 36px;
	height: 36px;
}

footer{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0px;
}


@media screen and (max-width:500px) {

ul.caption-style-4 li.news_photo{
	width: 100%;
}

}