﻿.flgAllBeach {
	margin-right: auto;
	margin-left: auto;
	display: inline-block;
	transform: translateX(50%);
	position: relative;
	left: -50%
}

.openCloseStatus {
	height: 8px;
	width: 8px;
	border-radius: 50%;
	float: right;
	margin-top: 2px;
	margin-left: 6px;
}

.redStatus {
	background-color: #ef4130;
}

.greenStatus {
	background-color: #8ac65b;
}

.img-beach {
	background-size: 100%;
	height: 240px;
	width: 256px;
	border-radius: 6px;
}

.beach {
	float: right;
	margin: 5px;
	margin-bottom:15px;
	display: inline-block;
}

	.beach a {
		display: inline-block;
	}

	.beach.newline {
		clear: both;
	}

	.beach h3 {
		font: normal 26px "BlenderBold",Arial !important;
		color: #2e2e2e !important;
		line-height: 1;
	}

.left-data span {
	font: normal 14px "BlenderBold",Arial;
	color: #2e2e2e;
	line-height: 1.29;
}

	.left-data span.no-info {
		color: #6f6f6f !important;
		font-size: 15px !important;
	}

.left-data div {
	font: normal 14px "BlenderRegular",Arial;
	color: #2e2e2e;
}

.bottom-data {
	margin: 10px;
}

.flag-icon {
	height: 28px;
	width: 28px;
	float: right;
	margin-left: 14px;
	margin-top: 2px;
}


.flagBeach {
	float: right;
	background-image: linear-gradient(to left, #f9fdff -37%, #f0f9ff -83%);
	box-shadow: 0 5px 8px 0 rgba(1, 114, 187, 0.05);
	border: solid 1px rgba(0, 114, 193, 0.25);
	width: 255px;
	/*height: 89px;*/
	border-radius: 15px;
	padding: 10px 20px;
}

.left-data {
	line-height: 3.5;
}
	.flagBeach .left-data div {
		font-size: 17px;
		margin-top: 5px;
	}

	.flagBeach .left-data span {
		font: normal 17px "BlenderBold",Arial;
		color: #2e2e2e;
	}

.flgnlyOne {
	display: inline-block;
}
/*.flgnlyOne .flag-icon{width:28px;height:28px;float:}*/

@media (max-width: 768px) {

	.flgAllBeach {
		width: 288px;
		margin-left: auto;
		margin-right: auto;
	}

	.img-beach {
		width: 288px;
		height: 266px;
	}

	.beach h3 {
		font-size: 26px !important;
	}

	

	.left-data span {
		font-size: 17px;
		line-height: 1.06;
	}

	.left-data div {
		font-size: 17px;
		line-height: 1.06;
		margin-top: 4px;
	}

	.flag-icon {
		width: 26px;
		height: 31px;
		background-size: 100%;
	}
}
