@media only screen and (max-width : 768px) {
	.animate_visible,
	.animate_block,
	.animate_block_when_see {
		opacity: 1;
	}

	.covid_div::before {
		left: unset;
	}
}
@media only screen and (min-width : 768px) {
	.animate_visible,
	.animate_block,
	.animate_block_when_see {
		opacity: 1;
	}

	.covid_div::before {
		left: unset;
	}
}
@media only screen and (min-width : 1024px) {
	.animate_visible,
	.animate_block,
	.animate_block_when_see {
		opacity: 1;
	}

	.covid_div::before {
		left: unset;
	}
}
@media only screen and (min-width : 1250px) {
	.animate_visible,
	.animate_block,
	.animate_block_when_see {
		opacity: 0;
	}

	.covid_div::before {
		left: -6px;
	}
}
@media only screen and (min-width : 1400px) {
	.animate_visible,
	.animate_block,
	.animate_block_when_see {
		opacity: 0;
	}

	.covid_div::before {
		left: -6px;
	}
}

.book_now a {
	display: flex;
	justify-content: flex-end;
}

#book_down a:last-child {
	margin-left: 30px;
	display: inline-block;
}

.covid_div {
	position: relative;
}

.covid_div a {
	color: #fff;
}

.covid_div::before{ 
	content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    background-color: #fff;
}

.svg_icon {
	display: flex;
	justify-content: center;
	height: 27px;
}

.svg_icon img {
	height: 100%;
	width: auto;
}

.logo_xs,
.book_now {
	z-index: 50;
}

.one_string {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.animate_scale_visible,
.animate_scale_block,
.animate_scale_block_when_see {
	/*opacity: 0;
	transform: scale(0);*/
}

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

.f_icon_div {
	display: flex;
	width: 35px !important;
	height: 35px;
	justify-content: center;
	align-items: center;
	transition: all .3s;
	cursor: pointer;
}

.social_icons {
	display: flex !important;
	justify-content: center;
	align-items: center;
}

.fo1 {
	text-decoration: underline !important;
}

.social_icons a {
	color: #fff;
}

.tx_color_0,
.tx_color_0 a {
	transition: all 0.25s ease-in-out;
	color: #fff!important;
}

.tx_on_hover_color_0:hover,
.tx_on_hover_color_0 a:hover {
	color: #fff;
}

.tx_color_1 {
	transition: all 0.25s ease-in-out;
	color: #dab671;
}

.tx_color_2 {
	transition: all 0.25s ease-in-out;
	color: purple;
}

.tx_on_hover_color_2:hover {
	color: purple;
}

.tx_color_3 {
	transition: all 0.25s ease-in-out;
	color: red;
}

.tx_on_hover_color_3:hover {
	color: red;
}

.tx_color_4 {
	transition: all 0.25s ease-in-out;
	color: orangered;
}

.tx_on_hover_color_4:hover {
	color: orangered;
}



.border_color_0 {
	transition: all 0.25s ease-in-out;
	border: 1px solid #aaa;
}

.border_color_1 {
	transition: all 0.25s ease-in-out;
	border: 1px solid blue;
}

.border_on_hover_color_1:hover {
	border: 1px solid blue;
}

.border_color_2 {
	transition: all 0.25s ease-in-out;
	border: 1px solid purple;
}

.border_on_hover_color_2:hover {
	border: 1px solid purple;
}

.border_color_3 {
	transition: all 0.25s ease-in-out;
	border: 1px solid red;
}

.border_on_hover_color_3:hover {
	border: 1px solid red;
}

.border_color_4 {
	transition: all 0.25s ease-in-out;
	border: 1px solid black;
}

.border_on_hover_color_4:hover {
	border: 1px solid black;
}


.bg_color_0 {
	transition: all 0.25s ease-in-out;
	background-color: #dab671;
}

.bg_on_hover_color_0:hover {
	background-color: #dab671;
}

.bg_color_1 {
	transition: all 0.25s ease-in-out;
	background-color: #e6e6de;
}

.bg_on_hover_color_1:hover {
	background-color: #e6e6de;
}

.bg_color_2 {
	transition: all 0.25s ease-in-out;
	background-color: purple;
}

.bg_on_hover_color_2:hover {
	background-color: purple;
}

.bg_color_3 {
	transition: all 0.25s ease-in-out;
	background-color: red;
}

.bg_on_hover_color_3:hover {
	background-color: red;
}

.bg_color_4 {
	transition: all 0.25s ease-in-out;
	background-color: black;
}

.bg_on_hover_color_4:hover {
	background-color: black;
}



.clear {
	clear: both;	
}

.disable_text {
	color: #777;
}

.form_tag_div {
	margin-bottom: 20px;
}

.form_text_div {
	margin-bottom: 5px;
}

.like_h3 {
	color: #1e8cf3;
}

.like_link {
	color: #1e8cf3;
}

.normal_text {
	color: #333 !important;
}

.page_tags_div {
	margin-bottom: 15px !important;
}

.page_title_h1 {
	text-align: center;
}

.page_tags_arrow {
	display: inline-block;
	font-size: 11px;
	margin: 0 5px;
}

.content_div {
	margin: auto;
	position: relative;
}

.link_div {
	cursor: pointer;
}

.tags_link_div {
	display: inline-block;
}

.none {
	display: none;
}

.col_0_5,
.col_1,
.col_1_5,
.col_2,
.col_2_4,
.col_2_5,
.col_3,
.col_3_5,
.col_4,
.col_4_5,
.col_5,
.col_5_5,
.col_6,
.col_6_5,
.col_7,
.col_7_5,
.col_8,
.col_8_5,
.col_9,
.col_9_5,
.col_10,
.col_10_5,
.col_11,
.col_11_5 {
	float: left;
}

.col_0_5 {
	width: 4.16666666%;
}

.col_1 {
	width: 8.33333333%;
}

.col_1_5 {
	width: 12.49999999%;
}

.col_2 {
	width: 16.66666667%;
}

.col_2_4 {
	width: 20.83333333%;
}

.col_2_5 {
	width: 20.83333333%;
}

.col_3 {
	width: 25%;
}

.col_3_5 {
	width: 29.1666666%;
}

.col_4 {
	width: 33.33333333%;
}

.col_4_5 {
	width: 37.4999999%;
}

.col_5 {
	width: 41.66666667%;
}

.col_5_5 {
	width: 45.8333333%;
}

.col_6 {
	width: 50%;
}

.col_6_5 {
	width: 54.166666666%;
}

.col_7 {
	width: 58.33333333%;
}

.col_7_5 {
	width: 62.49999999%;
}

.col_8 {
	width: 66.66666667%;
}

.col_8_5 {
	width: 70.8333333%;
}

.col_9 {
	width: 75%;
}

.col_9_5 {
	width: 79.166666666%;
}

.col_10 {
	width: 83.33333333%;
}

.col_10_5 {
	width: 87.49999999%;
}

.col_11 {
	width: 91.66666667%;
}

.col_11_5 {
	width: 95.8333333%;
}

.no_padding {
	padding: 0 !important;
}

.footer_top {
	padding-top: 35px;
	padding-bottom: 35px;
}

.footer_socials_temp_div {
	display: flex;
    flex-direction: column;
    align-items: center;
}

.temperature {
	color: #fff;
	font-size: 20px;
	line-height: 18px;
}

.footer_temp_clock_div {
	display: flex;
	justify-content: center;
	align-items: center;
}

.covid_lang_div {
	display: flex;
    align-items: center;
    justify-content: space-between;
}

/*.footer_bottom {
	display: flex;
	align-items: center;
}*/