#book_down {
	display: block;
    position: absolute;
	margin-top: 30px;
    width: auto;
	overflow: hidden;
	height: 0;
	left: -30px;
	transition: all .4s ease-in-out;
}

#book_down > div {
	background: rgba(0,0,0,0.8);
	padding: 30px;
	padding-top: 0;
	display: flex;
	align-items: center;
}

#book_down > div > div {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	transition: all .4s ease-in-out;
	cursor: pointer;
}

#book_down > div:hover {
	color: #e3b56a;
}

#admin_panel_button_a {
	height: 20px;
	left: 0;
	position: absolute;
	bottom: 0;
	width: 20px;
	z-index: 400;
}

#empty_data_div {
	font-size: 20px;
	padding: 120px 0 160px;
	text-align: center;
}

#contact_info_div a {
	color: #fff;
	font-size: 18px;
}


footer #middle_div {
	border-top: 1px solid #989ea2;
}

footer #copyright_div {
	font-size: 13px;
}

footer #created_by_div {
	font-size: 13px;
}
/*

footer #facebook_icon_a {
	color: #fff;
	font-size: 18px;
	margin-right: 5px;
	transition: color 0.2s ease-in-out;
}

footer #facebook_icon_a:hover {
	color: #4493E1;
	text-decoration: none;
}
*/

footer #twitter_icon_a {
	color: #2069B8;
	font-size: 30px;
	transition: color 0.2s ease-in-out;
}

footer #twitter_icon_a:hover {
	color: #4493E1;
	text-decoration: none;
}

footer #copyright:lang(ge),
footer #copyright:lang(ru),
footer #copyright:lang(en),
footer #created_by:lang(ge),
footer #created_by:lang(ru),
footer #created_by:lang(en){
	font-size: 13px;
}

#foot_intro {
	width: 75%;
	margin: auto;
	/*display: flex;
	justify-content: center;
	align-items: center;*/
}

/*#foot_intro a {
	color: #fff !important;
}*/

header #top_line {
	background-color: rgba(0,0,0,0.6);
	width: 100%;
	top: 0;
	left: 0;
	z-index: 15;
}

header #top_line_in {
	display: flex;
	align-items: center;
}

header #top_logo {
	fill: #e3b56a;
	height: 70px;
	width: auto;
}

#old_browsers_stop_bg_div {
	background-color: #eee;
	color: #333;
	font-size: 20px;
	height: 100%;
	left: 0;
	line-height: 30px;
	padding-top: 150px;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 305;
}

#preloader_bg_div {
	background: rgba(0, 0, 0, 1) url(/images/preloader.gif) center no-repeat;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 300;
}

#see_on_desktop {
	background-color: #eee;
	color: #333;
	font-size: 20px;
	height: 100%;
	left: 0;
	line-height: 30px;
	padding-top: 150px;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 80;
}

#show_hide_bg_for_content_div {
	background-color: #fff;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 25;
}

#book_now {
	display: flex;
    justify-content: center;
	cursor: pointer;
}

#temperature {
	text-align: center;
	margin-bottom: 10px;
}

#clock,
#clock1 {
	text-align: center;
	line-height: .9;
	margin-top: 2px;
	/* border: 1px solid red; */
}

/* Transition bug solution */
	#transition_disabled * {
		-webkit-transition: none !important;
		-moz-transition: none !important;
		-ms-transition: none !important;
		-o-transition: none !important;
		transition: none !important;
	}
/* Transition bug solution */