.module_resort_map {

}
.module_resort_map .title {
	background: #f19c16;
	height: 78px;
	line-height: 78px;
}
.module_resort_map .title .main_title {
	font-size: 31px;
	font-weight: bold;
	color: white;
	padding-left: 50px;
	background: url('../../../images/resorts/white-location-icon.png') no-repeat left center;
}

.module_resort_map .title .main_title strong {
	font-weight: bold;
}

.module_resort_map .title .selector {
	margin: 22px 0;
}

.module_resort_map iframe {
	display: block
}
.module_resort_map .map_frame {
	width: 100%;
	height: 580px;
}
.module_resort_map .map_frame .bubble {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.module_resort_map .map_frame .bubble .image {
	width: 38%;
}
.module_resort_map .map_frame .bubble .image img {
	width: 100%;
}
.module_resort_map .map_frame .bubble .info {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding-left: 10px;
}
.module_resort_map .map_frame .bubble .bubble_title {
	font-size: 20px;
	color: #009fc2;
	font-weight: normal;
	padding-top: 20px;
}
.module_resort_map .map_frame .bubble .bubble_address {
	font-size: 14px;
	color: #747474;
}
.module_resort_map .map_frame .bubble .buttons {
	margin: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.module_resort_map .map_frame .bubble .buttons a {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0 10px 10px;
	font-size: 14px;
	color: #035573;
	border-right: 1px solid #d6d6d6;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.module_resort_map .map_frame .bubble .buttons a:last-child {
	border-right: none;
}

.module_resort_map .map_frame .bubble .buttons a img {
	float: left;
	margin-right: 5px;
}

.module_resort_map .map_frame .bubble .buttons a strong {
	color: #009fc2;
	display: block;
	font-weight: bold;
	padding-right: 10px;
	background: url('../../../images/resorts/bubble-arrow-right.png') right center no-repeat;
}

img[src="https://maps.gstatic.com/mapfiles/api-3/images/mapcnt6.png"] { display: block; }

@media (max-width: 768px) {
	.module_resort_map .title .main_title {
		font-size: 18px;
	}
	.module_resort_map .map_frame .bubble .bubble_title {
		padding-top: 0;
		font-size: 16px;
	}
	.module_resort_map .map_frame .bubble .buttons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin: 10px 0 0;
	}
	.module_resort_map .map_frame .bubble .buttons a {
		padding: 0 0 10px 0;
		border-right: 0;
	}
}
@media(max-width: 570px){
	
	.module_resort_map .title .main_title{
	    height: 78px;
    	line-height: 78px;
	}
}