<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* &lt;&gt; */
	section {
		padding: 30px 0 40px;
	}
/* &lt;&gt; */

/* # */
	.content_div,
	.footer {
		width: 960px;
	}
		
	footer #created_by_div {
		text-align: right;
		padding-top: 15px;
	}
	
	footer #copyright_div {
		text-align: left;
		padding-bottom: 15px;
	}

	#w_fmh_arrow_left {
		margin: 20px auto;
		right: 4px;
	}

	#w_fmh_arrow_right {
		right: 4px;
	}
/* # */

/* . */
	.animate_visible,
	.animate_block,
	.animate_block_when_see {
		/*opacity: 0;*/
	}

	.only_for_desktop {
		display: none;
	}
	
	.not_for_desktop {
		display: block;
	}

	.only_for_landscape {
		display: block;
	}
	
	.not_for_landscape {
		display: none;
	}
	
	.only_for_portrate {
		display: none;
	}
	
	.not_for_portrate {
		display: block;
	}
	
	.only_for_mobile {
		display: none;
	}
	
	.not_for_mobile {
		display: block;
	}
	
	.only_for_desktop_landscape {
		display: block;
	}
	
	.not_for_desktop_landscape {
		display: none;
	}

	.facilities_inside_div {
		width: 860px;
	}

	a.all_button {
		display: block;
		width: 220px;
		height: 60px;
		margin: 60px auto 0;
		background: #bf944c;
		color: #fff;
		text-align: center;
		padding: 19px;
		font-size: 18px;
		text-decoration: none;
		text-transform: capitalize;
		transition: all 0.3s ease-in-out;
	}
	
	a.all_button:hover {
		background: #bf944c;
		color: #fff;
	}

	.content_div {
		padding: 0 30px;
		margin-top: 30px;
		box-shadow: 0 0 95px 5px #000;
	}

	.right_block_padding {
		padding: 0 0 0 15px;
	}

	.page_title_h1 {
		font-size: 24px;
		height: 90px;
		padding: 30px 15px  0;
		width: 660px;
		background-position: -25px -1154px;
		margin-left: 0;
	}

	.location_table td {
		width: 68%;
	}

	.ornament {
		width: 960px;
		background-position: -33px -736px;
		margin-left: -30px;
	}

	.ornament_left {
		margin-right: 20px;
	}

	.ornament_text {
		width: 568px;
		background-position: -408px -65px;
		margin-right: 20px;
	}

	.ornament_right {
		margin-right: 0;
	}
	
	.right_block {
		padding: 0 0 15px 15px;
	}

	.gramaphon {
		bottom: 10px;
		right: -15px;
	}
	
	.resp_menu {
		margin: 5px 0;
	}

	.cup {
		bottom: 10px;
		right: -15px;
	}

	.telephone {
		bottom: 10px;
		right: -15px;
	}

	.compass {
		bottom: 10px;
		right: -15px;
	}

	#logo_div {
		width: 230px;
		top: 180px;
		left: 120px;
	}
	
	.form_padding {
		padding: 0 3px;
	}

	.left_booking {
		background-position: -30px -473px;
		width: 215px;
		height: 243px;
		margin: 0 0 10px;
	}

	.reservation_line {
		width: 215px;
	}
	
	.reservation_line2 {
		width: 215px;
	}

	.location_table table td {
		display: table-cell;
	}
	
	.location_table table td:nth-child(2) {
		margin-bottom: 0;
	}
	
	.location_table img {
		width: 100%;
	}

/* . */</pre></body></html>