/*
Theme Name: Swing
Theme URI: https://accesspressthemes.com/wordpress-themes/swing/
Author: AccessPress Themes
Author URI: https://accesspressthemes.com
Description: Swing – is a beautiful Hotel WordPress theme, specifically designed to showcase your hospitality industry like hotel, resort, accommodation, BnB, apartments and rooms for rent. However, The template is also versatile to be used with Corporate and Agency Websites too. Swing is perfectly designed with great home page to showcase your property in large images or video, your services, rooms, prices, activities, amenities, photo galleries, booking or check availability panel and more!
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: swing
Tags: custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

swing is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
	--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'Montserrat', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}
*{
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

article .entry-content {
	width: 100%;
}
article .entry-content .wp-block-image figcaption {
    display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

.blocks-gallery-grid:not(.has-nested-images), .wp-block-gallery:not(.has-nested-images) {
    max-width: 100%;    /* strendfurdo aloldal galeriak miatt */
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table.desktop th, table.mobile th {
	text-align: center; font-weight: bold;
}

table.mobile {
    display: none;
}

td, th {
	padding: 0;
	border: 1px solid #eee;
	padding: 10px;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #4c4c4c;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin: 0 0 20px;
	font-family: 'Merriweather', serif;
}
h1{
	font-size:36px;
}
h2{
	font-size:30px;
}
h3{
	font-size:25px;
}
h4{
	font-size:20px;
}
h5{
	font-size:18px;
}
h6{
	font-size:14px;
}
.entry-content p{
	text-align:	justify;
}

.entry-content h2,h3,
#main h2{
	background-color: #328282;
	color: white;
	padding: 1%;
}
h4.mphb-room-type-title,
h3.mphb-room-number,
h4.mphb-service-title {
	background-color: white;
	color: initial;
	padding: 0px;
}
p {
	margin:0;
	margin-bottom: 1.5em;
	font-weight: 400;
	line-height: 1.65;
}
dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 1.5em 1.5em 1.5em 3em;
    padding: 1.5em;
    border-left: 5px ridge #075F5F;
    font-style: italic;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	background: #fff;
  min-width: 300px;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* MCS 230608 */
.grecaptcha-badge {
    z-index: 99999;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border-radius: 0;
	border: 1px solid transparent;
	background: #d77b5d;
	text-transform: uppercase;
	color: #fff;
	margin-top: 20px;
	font-size: 14px;
	padding: 10px 15px;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 0px;
	padding: 3px;
	outline: 0;
	padding: 7px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}
select {
	border: 1px solid #ccc;
}
textarea {
	width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #075F5F;
	outline: 0;
	text-decoration:none;
}
a:focus {
	outline: 0;
}
a:hover, a:active {
	outline: 0;
}
a:hover{
	/*color:#67b8d5;*/
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}
.main-navigation li {
	float: left;
	position: relative;
	display: inline-block;
	padding: 10px 20px 10px 20px;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin-top: 55px;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline !important;
	float: left !important;
	margin-right: 1.5em !important;
}
.alignright {
	display: inline !important;
	float: right !important;
	margin-left: 1.5em !important;
}
.aligncenter {
	clear: both !important;
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
	width: 100% !important;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
	table-layout: fixed;
}
.clear:after,
.clearfix:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}
.site-header{
	position: relative;
	z-index: 9999;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget select {
	max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
body article{
	margin-bottom:15px;
}
.updated:not(.published) {
	display: none;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers.*/
embed,
iframe,
object{
	max-width: 100%;
	margin: auto;
	width: -webkit-fill-available;
}
/* Make sure logo link wraps around logo image.*/
.custom-logo-link {
	display: inline-block;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
    margin-left: 1%;
    maring-right: 1%;
}
.gallery-columns-2 .gallery-item {
	max-width: 48%;
}
.gallery-columns-3 .gallery-item {
	max-width: 31.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 23%;
}
.gallery-columns-5 .gallery-item {
	max-width: 18%;
}
.gallery-columns-6 .gallery-item {
	max-width: 14.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 12.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 10.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 9.11%;
}
.gallery-caption {
	display: block;
}
.entry-title,
.page-title{
	font-size: 34px;
	color: #222;
	margin: 0 0 0px;
}
.entry-title a,
.page-title a{
	color: #222;
	font-size:24px;
}
.search .entry-title a,
.search .page-title a{
	font-size:24px;
}
.entry-title a:hover,
.page-title a:hover{
	color:#d46e4e;
}

.final-tiles-gallery .ftg-items {
	min-width: 350px !important;
}

.final-tiles-gallery .tile img.item {
	transform: none!important;
}
/*---------------------------
Home Page CSS Start
-----------------------------*/
.overlay{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom: 0;
	z-index: 1;
	background: rgba(0,0,0,0.4);
}

/*header css start*/
.s-container{
	max-width: 1190px;
	width:100%;
	padding:0 10px;
	margin:0 auto;
}

body.tag #content > .s-container {
    display: flex;
}

body.tag #content > .s-container article .featured-image img {
    max-width: 100%;
}

body.tag #content > .s-container article .title-content-wrap h2 {
    background-color: white;
}

body.tag #content > .s-container article .title-content-wrap h2 a {
    color: #328282;
}

body.tag #content > .s-container article .title-content-wrap h2 a:hover {
    color: #177a7a;
}

.header-top-content .s-container{
	border-bottom: 1px solid #f1f1f1;
	padding:7px 10px;
}
.header-top-content .left-cotent,
.header-top-content .right-cotent{
	display: inline-block;
	vertical-align: middle;
	margin-right: -4px;
}
.header-top-content .left-cotent{
	width: 70%;
	text-align: left;
}
.header-top-content .right-cotent{
	width: 30%;
	text-align: right;
}
.header-top-content .contact-info{
	color:#727272;
	font-size:13px;
}
.header-top-content .right-cotent > div{
	display: inline-block;
	vertical-align: middle;
	padding:2px;
}
.header-top-content .right-cotent > div a{
	display:block;
	width: 32px;
	border:1px solid #727272;
	border-radius: 50%;
	text-align: center;
	font-size:12px;
	color: #727272;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-top-content .right-cotent > div a:hover{
	color: #fff;
	background: #075F5F;
	border-color:#075F5F; 
}
.header-top-content .right-cotent > div a .fa{
	line-height: 30px;
}
.logo {
	text-align: center;
	margin-left: 0;
	/*padding:20px 0;*/
}
.logo-textwrap {
	text-align: center;
}
.logo-textwrap h1.site-title {
	margin-bottom: 10px;
}
[id="toggle"]{
	display: none;
	cursor:pointer;
}
[id="toggle"] > div{
	width:25px;
	height:3px;
	background:#999;
	margin-top:3px;
	margin-left: 9px;
}
[id="toggle"] > div:nth-of-type(1){
	margin-top: 0;
}

ul.other-terms li {
    margin: 10px 0;
}
.swing-nav .nav ul{
	margin-left:0;
	list-style: none;
	padding-left:0;
	margin: 0;
}
.swing-nav .nav ul li{
	display:inline-block;
	position: relative;
	margin-right: -4px;
}
.swing-nav .nav ul li ul li{
	display: block;
	margin-right: 0;
}
.page-template-header3 .swing-nav .nav ul  li:before,
.swing-nav .nav ul li:nth-of-type(1):before{
	content:none;
}
.swing-nav .nav ul li.current-menu-item > a,
.swing-nav .nav ul li > a:hover{
	color: #075F5F;
}
/*submenu css*/
.swing-nav .nav ul li.menu-item-has-children > .sub-menu{
	position: absolute;
	left: 0;
	top: calc(100% + 1px);
	width:250px;
	background: rgba(0,0,0,.9);
	z-index: 9;
	border-bottom: 0;
	margin:20px 0 0;
	-webkit-transition:margin 0.25s ease-in-out;
	transition:margin 0.25s ease-in-out;
}
.swing-nav .nav ul li.menu-item-has-children > .sub-menu li{
	float: none;
}
.swing-nav .nav ul li.menu-item-has-children > .sub-menu li:before{
	content: none;
}
.swing-nav .nav ul li.menu-item-has-children > .sub-menu li a{
	line-height: 1.2;
	color: rgba(255,255,255,.7);
	text-transform: none;
	width: 100%;
	padding: 12px 15px;
	border-bottom: none;
	text-align: left;
}
.swing-nav .nav ul.menu li.menu-item-has-children > .sub-menu{

	margin-bottom:0;
	margin-bottom:0;
}
.swing-nav .nav ul.menu li.menu-item-has-children > .sub-menu li ul{
	left: 100%;
	top:0;
	padding-bottom: 0;
}
.swing-nav .nav ul.menu > li:last-child.menu-item-has-children > .sub-menu li ul{
	right: 100%;
	left: auto;
}
.swing-nav .nav ul.menu > li:last-child.menu-item-has-children > .sub-menu li ul ul{
	right: 100%;
	left: auto;
}
.swing-nav .nav ul.menu > li:last-child.menu-item-has-children > .sub-menu{
	left:auto;
	right: 0;
}
.swing-nav .nav ul.menu li:last-child.menu-item-has-children ul.sub-menu > li > .sub-menu{
	right: 100%;
	left: auto;
}
header .header-search{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: -1px;
	height: 100%;
	background: rgba(255,255,255,0.95);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .4s cubic-bezier(.77,0,.175,1);
	-moz-transition: all .4s cubic-bezier(.77,0,.175,1);
	transition: all .4s cubic-bezier(.77,0,.175,1);
}
header .header-search .swing-search-form{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
	height: 50px;
}
header .header-search form.search-form{
	position: relative;
	height: 50px;
}
header .header-search form.search-form label{
	position: relative;
	height: 50px;
	line-height: 50px;
	width: 100%;
	display: block;
}
header .header-search form.search-form label:before{
	position: absolute;
	height: 50px;
	content: '\55';
	font-family: "ElegantIcons";
	top: 0;
	right: 0;
	margin-top: -7px;
	margin-right: 5px;
	color: #000;
	font-size: 18px;
}
header .header-search form.search-form input[type="search"]{
	border: none;
	background: transparent;
	border-bottom: solid 1px #ddd;
	width: 100%;
	padding: 0 30px 0px 0;
	font-size: 28px;
	color: #212121;
	font-weight: 400;
}
header .header-search form.search-form input[type="submit"]{
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	text-indent: -999999999999999999999rem;
	border: none;
	background: transparent;
	opacity: 0;
}
header .header-search form.search-form input[type="search"]::-moz-placeholder{
	color: #212121;
	font-weight: 400;
}
header .header-search form.search-form input[type="search"]::placeholder{
	color: #212121;
	font-weight: 400;
}
header .header-search form.search-form input[type="search"]::-webkit-input-placeholder{
	color: #212121;
	font-weight: 400;
}
header .header-search form.search-form input[type="search"]::-ms-input-placeholder{
	color: #212121;
	font-weight: 400;
}
header .header-search.active{
	opacity: 1;
	visibility: visible;
	z-index: 999;
}
header .header-search .search-close{
	margin-top: 65px;
	width: 30px;
	height: 30px;
	margin-right: 5%;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 48px;
	color: #212121;
	cursor: pointer;
}
header .header-search .search-close i:after{
	content: "";
	width: 26px;
	height: 2px;
	position: absolute;
	top: 0;
	left: 0;
	background: #212121;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
header .header-search .search-close i:before{
	content: "";
	width: 26px;
	height: 2px;
	position: absolute;
	top: 0;
	left: 0;
	background: #212121;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
header .search-wrapper .search-icon{
	cursor: pointer;
	font-size: 20px;
	color: #212121;
}
.over-slider-header{
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}
.side-header .header-top-content{
	display: none;
}
.side-header  .s-navigation-wrapper .s-container,
.over-slider-header  .container-wrap {
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}
.side-header .logo-wrap,
.over-slider-header .logo-wrap{
	width: 300px;
	float: left;
}
header .sidewidget{
	height: 100vh;
	overflow: auto;
	position: fixed;
	top: 0;
	right: 0;
	background: #FFF;
	color: #222;
	padding: 95px 30px 50px;
	width: 400px;
	visibility: hidden;
	opacity: 0;
	-webkit-box-shadow: 2px 3px 10px 1px rgba(0,0,0,0.1);
	box-shadow: 2px 3px 10px 1px rgba(0,0,0,0.1);
	-webkit-transform: translateX(400px);
	-moz-transform: translateX(400px);
	-ms-transform: translateX(400px);
	-o-transform: translateX(400px);
	transform: translateX(400px);
	-webkit-transition: all .4s cubic-bezier(.77,0,.175,1);
	-moz-transition: all .4s cubic-bezier(.77,0,.175,1);
	transition: all .4s cubic-bezier(.77,0,.175,1);
}
header .sidewidget.active{
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}
header .sidewidget .sidewidget-close{
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 50px;
	margin-right: 15px;
	font-size: 45px;
	cursor: pointer;
	height: 40px;
	width: 40px;

}
.admin-bar header .sidewidget .sidewidget-close{
	margin-top: 70px;
}
header .sidewidget .sidewidget-close i{
	position: relative;
}
header .sidewidget .sidewidget-close i:after{
	content: "";
	width: 26px;
	height: 2px;
	position: absolute;
	top: 0;
	left: 0;
	background: #212121;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
header .sidewidget .sidewidget-close i:before{
	content: "";
	width: 26px;
	height: 2px;
	position: absolute;
	top: 0;
	left: 0;
	background: #212121;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
header .sidewidget .textwidget h4{
	margin-bottom: 10px;
}
header section.widget{
	margin-bottom: 30px;
}
header .sidewidget .textwidget p{
	line-height: 1.5;
	font-weight: 400;
	font-size: 14px;
	color: #727272;
}
/*Slider Nav*/
.side-header .swing-nav,
.over-slider-header .swing-nav{
	width: -moz-calc(100% - 300px);
	width: -webkit-calc(100% - 300px);
	width: calc(100% - 300px);
	float: left;
}
.side-header .swing-nav .nav,
.over-slider-header .swing-nav .nav{
	border:0;
}
.side-header .swing-nav .nav ul,
.over-slider-header .swing-nav .nav ul{
	text-align: right;
}
.over-slider-header .swing-nav .nav ul li a{
	color: #fff;
}
.over-slider-header .swing-nav .nav ul li .sub-menu a{
	color: #222;
}
.over-slider-header .swing-nav .nav ul li a:hover,
.over-slider-header .swing-nav .nav ul li .sub-menu a:hover{
	color:#075F5F; 
}
/*header css end*/
/*slider banner css start*/
.banner_class{
	position: relative;
	z-index: 99;
	height: min(600px, calc(100vw*(600 / 1200)));
}
.banner_class .item,
.breadcrumb{
	position: relative;
}
.banner_class .item:before{
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background:rgba(0,0,0,0.5);
}
.banner_class .content{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	text-align: center;
	color: #fff;
	max-width: 800px;
}
.banner_class .content .text{
	font-size: 16px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	text-transform:  uppercase;
	margin-bottom: 5px;
}
.banner_class .content .text p{
	margin:0;
}
.banner_class .content .title{
	margin-bottom:45px;
}
.banner_class .content .title h4{
	font-size: 53px;
	font-family: 'Merriweather', serif;
	font-weight: 600;
	margin: 0;
	line-height: 1.3;
}
.banner_class .content .link a{
	text-decoration:none;
	padding:20px 25px;
	line-height: 1;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
	color: #fff;
	border:1px solid #fff;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.banner_class .content .link a:hover{
	background: #2d2a27;
}
/*Slider New*/
.banner_class.slider1 .content{
	width: 100%;
	max-width: 1190px;
	padding: 0 10px;
	margin: 0 auto;
	text-align: left;
}
.banner_class.slider1 .content .title{
	max-width: 75%;
	margin-bottom: 36px;
	margin-left: 0;
	margin-right: auto;
	animation-duration: 2s;
	animation-delay: 1s;
}
.banner_class.slider1 .content .text {
	margin-bottom: 15px;
	animation-duration: 2s;
	animation-delay: 1s;
}
.frontpage-banner .link {
	animation-duration: 3s;
	animation-delay: 2s;
}
.banner_class.slider1 .content .link a{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0 50px;
	line-height: 55px;
	border: none;
	vertical-align: middle;
	letter-spacing: 1px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
.banner_class.slider1 .content .link a.primary-btn{
	color: #FFF;
	background: #D26E52;
	-webkit-transition: all .3s cubic-bezier(.77,0,.175,1);
	-moz-transition: all .3s cubic-bezier(.77,0,.175,1);
	transition: all .3s cubic-bezier(.77,0,.175,1);
	-webkit-font-smoothing: antialiased;
	-webkit-perspective: 1000;
	overflow: hidden;
	margin-right: 7px;
}
.banner_class.slider1 .content .link a.primary-btn:hover{
	color: #FFF;
	background: #ac624a;
}
.banner_class.slider1 .content .link a.primary-btn span{
	position: relative;
	z-index: 9;
}
.banner_class.slider1 .content .link a.secondary-btn{
	background: #222;
	color: rgba(255,255,255,0.85);
}
.banner_class.slider1 .content .link a.secondary-btn:hover{
	color: #000;
	background: #FFF;
}
.s-search-room{
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	text-align: center;
	background:rgba(12,12,12,0.8);
	z-index: 1;
	padding:19px 0;
}
.s-search-room .widget{
	margin:0;
}
.s-search-room .widget > div{
	margin:0;
	padding:0;
}
.s-search-room .widget h3 {
	text-align: center;
	color: #fff;
	font-weight: 600;
}
.s-search-room .widget > div form{
	margin-bottom:0;
    max-width: 1190px;
    margin: auto;
}
.banner_class .s-search-room{
	text-align: center;
}
.banner_class .s-search-room .widget > div form{
	display: inline-block;
}
.banner_class.center .content{
	text-align: center;
}
.banner_class.center .content .title{
	margin: 0 auto 36px;
}
.banner_class.right .content{
	text-align: right;
}
.banner_class.right .content .title{
	margin: 0 0 36px auto;
}
.frontpage-banner .owl-nav .owl-prev,
.frontpage-banner .owl-nav .owl-next{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width:40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #222;
	background:#eee;
}
.frontpage-banner .owl-nav .owl-prev i,
.frontpage-banner .owl-nav .owl-next i{
	line-height: 40px;
}
.frontpage-banner .owl-nav .owl-prev{
	left: 0;
}
.frontpage-banner .owl-nav .owl-next{
	right: 0;
}
/*slider banner css end*/
/*---------------------------
Section css start
----------------------------*/
/*title css start*/
.content-wrapper{
	text-align: center;
	max-width:700px;
	width: 100%;
	margin:0 auto 45px;
	position: relative;
	z-index: 2;
}

/* MCS 230608 event calendar */
.upcoming-events .article-container {
    display: flex;
    margin: 0;
    padding-top: 3.5%;
    padding-bottom: 3.5%;
    padding-right: 5%;
    padding-left: 10%;
    border-bottom: 1px dashed lightgray;
}

.upcoming-events .article-container:nth-of-type(2n) {
    padding-right: 10%;
    padding-left: 5%;
    flex-direction: row-reverse;
}

.upcoming-events .article-container:first-of-type {
    margin-top: 0;
    padding-top: 0;
}

.upcoming-events .article-container:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.upcoming-events .article-featured-image-container {
    max-width: 30%;
    margin-right: 3.5%;
}

.upcoming-events .article-text-container .article-title-container {
    padding-left: 1.5%;
    border-left: 1em solid #e9e9e9;
}

.upcoming-events .article-container:nth-of-type(2n) .article-text-container {
    text-align: right;
}

.upcoming-events .article-container:nth-of-type(2n) .article-text-container .article-title-container{
    padding-right: 1.5%;
    padding-left: 0;
    border-right: 1em solid #e9e9e9;
    border-left: none;
}

.upcoming-events .article-container:nth-of-type(2n) .article-featured-image-container {
    margin-right: 0;
    margin-left: 3.5%;
}

.upcoming-events .article-title-container h3 {
    background-color: white;
    color: #075F5F;
    padding: 0;
}

.upcoming-events .article-title-container .date {
    margin-bottom: 2.5%;
    text-transform: capitalize;
    color: #075F5F;
    display: block;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 400;
}

.upcoming-events .article-title-container .date:before {
    content: 'Időpont:';
    margin-right: 1.5%;
    font-weight: normal;
	font-size: smaller;
}

.upcoming-events .article-title-container .date:before, .upcoming-events .article-title-container .date .till {
    color: #4c4c4c
}

.upcoming-events .article-title-container .date .till.sameday {
	vertical-align: super;
    font-size: smaller;
}

.upcoming-events .article-title-container .date .start.time, 
.upcoming-events .article-title-container .date .end.time, 
.upcoming-events .article-title-container .date .till.time {
    font-weight: normal;
    margin-left: 1%;
    vertical-align: super;
    font-size: smaller;
}

.upcoming-events .title, .upcoming-events .subtitle { 
    text-align: center;
    max-width: 700px;
    width: 100%;
    margin: 0 auto 45px;
    position: relative;
    z-index: 2;
}

/*
.upcoming-events .title:before {
    margin-right: 1.5%;
    font: normal normal normal 12px/1 FontAwesome;
    font-size: 10px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: '\f073';
    color: #075F5F;
}
*/
.upcoming-events .subtitle { 
    margin-bottom: 60px;
}

.upcoming-events .button, .reservation.mainbtn {
    text-align: center;
    font-weight: bold;
    color: #075F5F;
    margin: 5%;
    display: block;
}

.tribe-common button {
    background: white;
    color: #075F5F;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__export-icon, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__export-icon {
    vertical-align: middle;
}

.tribe-events-event-meta.primary, .tribe-events-event-meta.secondary {
    width: 50%;
    display: block;
}

.tribe-events-meta-group {
    width: auto !important;
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous {
    list-style: none;
    width: 50%;
}
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next {
    text-align: end;
}

.tribe-events .tribe-events-c-nav__list-item--next::after, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next:not(:empty)::after {
    content: " » ";
    margin-left: 1.5%;
    position: relative;
    top: -1px;
}

.tribe-events .tribe-events-c-nav__list-item--prev::before, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous:not(:empty)::before {
    content: " « ";
    margin-right: 1.5%;
    position: relative;
    top: -1px;
}

h3.tribe-events-calendar-list__event-title.tribe-common-h6 {
    background-color: white;
}

h3.tribe-events-calendar-list__event-title.tribe-common-h6 .tribe-events-calendar-list__event-title-link, 
h3.tribe-events-calendar-list__event-title.tribe-common-h6 .tribe-events-calendar-list__event-title-link:visited {
    color: #075F5F;
}

.tribe-events .tribe-events-calendar-list__event-row {
    margin: 3.5% 0;
    padding: 3.5% 0;
}
.tribe-common-g-row:nth-of-type(2n),
.tribe-common-g-row:nth-of-type(2n) h3.tribe-events-calendar-list__event-title.tribe-common-h6 {
    background: #f7f7f7;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button {
    background: #075F5F !important;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input {
    max-height: 55px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input-group {
    margin-right: 10px;
}

.tribe-events-abbr, .tribe-events-event-cost, .tribe-event-tags, .tribe-events-event-url, .tribe-venue-location, .tribe-venue-tel, .tribe-organizer-tel, .tribe-organizer-email, .tribe-venue-url, .tribe-organizer-url {
    font-size: smaller;
}

.tribe-events-single-event-title {
    display: none;
}

.tribe-events-event-image img {
    margin: auto;
}

.breadcrumb.events {
    background: white;
    padding-bottom: 3.5%;
    margin-bottom: 0;
}

.breadcrumb.events .overlay {
    display: none;
}

.breadcrumb.events .breadcrumbs, .breadcrumb.events .breadcrumb-title .header-page-title {
    color: #2d2a27;
    text-shadow: none;
}

.breadcrumb.events .breadcrumbs a {
    color: #075F5F;
}

h3.tribe-events-calendar-month__header-column-title {
    background: white;
    color: #4c4c4c;
    text-align: center;
    font-size: medium;
}

.tribe-events .tribe-events-c-events-bar__views {
    display: none;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-datetime .tribe-events-calendar-list__event-date-tag-daynum.tribe-common-h5.tribe-common-h4--min-medium {
    font-weight: bold;
    font-size: large;
}
.tribe-events-meta-group-organizer .tribe-organizer-tel-label,
.tribe-events-meta-group-organizer .tribe-organizer-email-label {
    display: none;
}

.tribe-events-single .tribe-events-sub-nav {
    padding-left: 0;
}

/* MCS 230608 event calendar */

/* MCS 230625 szechenyi 2020 logo*/

.footer_szechenyi2020 {
    text-align: center;
}

.content-title, .upcoming-events .title {
	font-size: 40px;
	margin-bottom:10px;
}
.content-text, .upcoming-events .article-excerpt {
	font-size: 16px;
	font-weight: 400;
}
.content-text + .view-all-roms{
	margin-top:30px;
}
.content-title,
.about-class .caption-text, .upcoming-events .title{
	color: #2d2a27;
	font-family: 'Merriweather', serif;
}
.content-title, .upcoming-events .title{
	font-weight: 400;
}
.content-text,
.about-class .main-text{
	line-height: 1.7;
}
/*title css end*/
/*About CSS Start*/
.sclass{
	padding: 100px 0 100px;
	position: relative;
	border-bottom: 1px solid #f1f1f1;
}
.rooms-lists-wrapper.sclass,
.testimonial-wrapper.sclass,
.team-wrapper.sclass{
	padding-top: 90px;
}
.rooms-lists-wrapper.layout1{
	padding-bottom: 50px;
}
.rooms-lists-wrapper.layout1 .rooms .rooms-thumbnail{
	position: relative;
}
.rooms-lists-wrapper.layout1 .rooms .rooms-thumbnail .price{
	bottom: 20px;
	right: 15px;
}
.rooms-lists-wrapper.layout1 .rooms .rooms-thumbnail .price span{
	border-bottom: none;
	padding-bottom: 3px;
	line-height: 1;
}
.rooms-lists-wrapper.layout1 .rooms .rooms-thumbnail .price span.amount span{
	display: inline-block;
	padding-bottom: 0;
	font-size: 20px;
}
.rooms-lists-wrapper.layout1 .rooms .rooms-thumbnail .price span.amount{
	font-size: 20px;
}
.rooms-lists-wrapper.layout1 .rooms .btn-wrap{
	text-align: left;
}
.rooms-lists-wrapper.layout1 .rooms .btn-wrap a{
	padding: 14px 30px;
}
.rooms-lists-wrapper.layout1 .rooms .owl-nav span{
	position: relative;
	display: block;
	height: 58px;
	width: 40px;
	text-align: right;
	margin: 0 !important;
}
.rooms-lists-wrapper.layout1 .owl-nav .owl-prev,
.rooms-lists-wrapper.layout1 .owl-nav .owl-next{
	background: none;
	top: 25%;
}
.rooms-lists-wrapper.layout1 .owl-nav .owl-next{
	right: 20px;
}
.rooms-lists-wrapper.layout1 .owl-nav .owl-prev{
	left: 20px;
}
.rooms-lists-wrapper.layout1 .owl-nav .owl-prev span:before,
.rooms-lists-wrapper.layout1 .owl-nav .owl-prev span:after{
	position: absolute;
	left: 15px;
	height: 28px;
	width: 2px;
	background: #FFF;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
	content: "";
	-webkit-transform-origin: center left;
	-moz-transform-origin: center left;
	-ms-transform-origin: center left;
	-o-transform-origin: center left;
	transform-origin: center left;
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.rooms-lists-wrapper.layout1 .owl-nav .owl-next span:before,
.rooms-lists-wrapper.layout1 .owl-nav .owl-next span:after{
	right: 5px;
	position: absolute;
	height: 28px;
	width: 2px;
	background: #FFF;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
	content: "";
	-webkit-transform-origin: center right;
	-moz-transform-origin: center right;
	-ms-transform-origin: center right;
	-o-transform-origin: center right;
	transform-origin: center right;
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.rooms-lists-wrapper.layout1 .owl-nav .owl-prev span:before{
	top: 0px;
	height: 33px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.rooms-lists-wrapper.layout1 .owl-nav .owl-prev span:after{
	top: 24px;
	height: 33px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.rooms-lists-wrapper.layout1 .owl-nav .owl-next span:before{
	top: 0px;
	height: 33px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.rooms-lists-wrapper.layout1 .owl-nav .owl-next span:after{
	top: 24px;
	height: 33px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#mphb-reservation-cart{
	margin: 0px auto;
    display: flow-root;
    width: 60%;
}

#checkout, #searchresultssum {
	display: flex;	
	font-size: large;
	padding: 20px 8%;
	border: 1px solid #e3e3e3;
	background-color: #f9f9f9;
}

#searchresultssum {
	margin-bottom:20px;
}

.mphb-check-in-date,.mphb-check-out-date {
	margin-bottom:0px;
}

.mphb-check-in-date,
.mphb-check-out-date,
#searchresultssum .requested,
#searchresultssum .available {
	width: 49%;
    display: inline-block;
}
.mphb-check-in-date,
#searchresultssum .requested
{
	border-right: 1px solid #f5f5f5;
}
.mphb-check-out-date{
    text-align: right;
}

#searchresultssum .available{
	text-align: center;
    height: -webkit-fill-available;
	border: 1px solid #e2e2e2;
	padding: 2%;
}

#searchresultssum .available.okay{
	background-color:#daffca;
}

#searchresultssum .available.low{
	background-color:#fff7d0;
}

#searchresultssum .available.warning{
	background-color:#fdd5cc;
}

#searchresultssum ul{
	margin:0px;
	padding:0px;
	font-size:smaller;
}

#searchresultssum ul li{
	display:block;
}

.listinfo-layout .rooms-features-wrapper h2 a {
    color: #2a2a2a;
    white-space: nowrap;
    max-width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}	

.listinfo-layout .rooms-features-wrapper h2 a{
	white-space: normal;
	max-width: 100%;
	line-height: 38px;
	display: block;
	overflow: visible;
	-ms-text-overflow: unset;
	text-overflow: unset; 
}
.testimonial-wrapper .owl-nav i{
	font-size: 28px;
}
.testimonial-wrapper .owl-nav i:before{
	font-weight: 300;
}
.testimonial-wrapper .owl-nav button:focus{
	outline: none;
}
.about-class.about-wrapper.sclass{
	padding:100px 0 ;
}
.about-class.about-wrapper .s-about-wrapper{
	margin-left:-3%;
}
.about-class .home-about-features-images{
	width:30.33%;
	float: left;
	padding:0px;
	margin-left: 3%;
	position: relative;
	margin-bottom:30px;
	overflow: hidden;
}
.about-class.about-wrapper.layout2{
	padding: 95px 0 100px;
}
.about-class.layout2 .about-gal-wrapper{
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-flex-flow: row wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	align-items: stretch;
}
.about-class.layout2 .about-gal-wrapper .about-left-wrap,
.about-class.layout2 .about-gal-wrapper .about-right-wrape{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: column;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	width: 25%;
}
.about-class.layout2 .about-gal-wrapper .about-left-wrap{
	padding-right: 15px;
}
.about-class.layout2 .about-gal-wrapper .about-right-wrape{
	padding-left: 15px;
}
.about-class.layout2 .about-gal-wrapper .about-mid-wrap{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}
.about-class.layout2 .home-about-features-images{
	margin: 0;
	width: 100%;
}
.about-class.layout2 .about-gal-wrapper .about-left-wrap .home-about-features-images:first-of-type,
.about-class.layout2 .about-gal-wrapper .about-right-wrape .home-about-features-images:first-of-type{
	margin-bottom: 30px;
}
.about-class .home-about-features-images img,
.about-content-area .services .rooms-thumbnail img{
	display: block;
	width: 100%;
	margin:0 auto;
	-webkit-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}
.about-class .home-about-features-images:hover img,
.about-content-area .services:hover .rooms-thumbnail img{
	transform: scale(1.15);
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
}
.about-class.layout2 .about-gal-wrapper .home-about-features-images img{
	-webkit-transform: scale3d(1.2,1.2,1);
	-moz-transform: scale3d(1.2,1.2,1);
	-ms-transform: scale3d(1.2,1.2,1);
	-o-transform: scale3d(1.2,1.2,1);
	transform: scale3d(1.2,1.2,1);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-ms-transform-origin: center;
	-o-transform-origin: center;
	transform-origin: center;
}
.about-class.layout2 .about-gal-wrapper .home-about-features-images:hover img{
	-webkit-transform: scale3d(1.2,1.2,1) translateY(-10px);
	-moz-transform: scale3d(1.2,1.2,1) translateY(-10px);
	-ms-transform: scale3d(1.2,1.2,1) translateY(-10px);
	-o-transform: scale3d(1.2,1.2,1) translateY(-10px);
	transform: scale3d(1.2,1.2,1) translateY(-10px);
}
.about-class.layout2 .about-gal-wrapper .home-about-features-images .overlay{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: transparent;
}
.about-class.layout2 .about-gal-wrapper .home-about-features-images .overlay:before{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	background: rgba(0,0,0,0.4);
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.about-class.layout2 .about-gal-wrapper .home-about-features-images:hover .overlay:before{
	opacity: 1;
	visibility: visible;
}
.about-class .home-about-features-images:before, 
.about-class .home-about-features-images:after,
.about-content-area .services:before,
.about-content-area .services:after{
	bottom: 15px;
	content: "";
	left: 15px;
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 2;

}
.about-class .home-about-features-images:before,
.about-content-area .services:before{
	-webkit-transform: scale(0,1);
	-ms-transform: scale(0,1);
	-o-transform: scale(0,1);
	transform: scale(0,1);
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}
.about-class.layout2 .home-about-features-images:before,
.about-class.layout2 .home-about-features-images:after{
	display: none;
}
.about-class .home-about-features-images:after,
.about-content-area .services:after{
	-webkit-transform: scale(1,0);
	-ms-transform: scale(1,0);
	-o-transform: scale(1,0);
	transform: scale(1,0);
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
.about-class .home-about-features-images:hover:before, 
.about-class .home-about-features-images:hover:after,
.about-content-area .services:hover:before,
.about-content-area .services:hover:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}
.about-class .home-about-features-images .about-feature-service-title{
	position: absolute;
	bottom: 20px;
	left:15px;
	right:15px;
	z-index: 4;
	text-align: center;
	-webkit-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}
.about-class.layout2 .home-about-features-images .about-feature-service-title{
	width: 100%;
	height: 100%;
	padding: 30px;
	font-size: 1.2rem;
	font-style: normal;
	display: flex;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	bottom: auto;
	left: 0;
	right: 0;
}
.about-class.layout2 .about-mid-wrap .home-about-features-images .about-feature-service-title{
	padding: 50px;
}
.about-class .home-about-features-images:hover .about-feature-service-title{
	bottom: 30px;
}
.about-class.layout2 .home-about-features-images:hover .about-feature-service-title{
	bottom: auto;
}
.about-class .home-about-features-images .about-feature-service-title a{
	color: #fff;
	font-size: 18px;
	font-weight:400;
	text-decoration: none;
	display: inline-block;
}
.about-class.layout2 .home-about-features-images .about-feature-service-title a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.about-class.layout2 .home-about-features-images .about-feature-service-title span{
	position: absolute;
	left: 0;
}
.about-class.layout2 .home-about-features-images .about-feature-service-title span.about-inner-title{
	top: 0;
	-webkit-transform: translateX(-50px);
	-moz-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	-o-transform: translateX(-50px);
	transform: translateX(-50px);
	opacity: 0;
	-webkit-transition: all ease-in-out 0.4s;
	-moz-transition: all ease-in-out 0.4s;
	-ms-transition: all ease-in-out 0.4s;
	-o-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s;
}
.about-class.layout2 .home-about-features-images .about-feature-service-title span.about-inner-arrow{
	bottom: 20px;
	-webkit-transform: translateX(-50px);
	-moz-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	-o-transform: translateX(-50px);
	transform: translateX(-50px);
	opacity: 0;
	font-size: 36px;
	-webkit-transition: all ease-in-out 0.4s;
	-moz-transition: all ease-in-out 0.4s;
	-ms-transition: all ease-in-out 0.4s;
	-o-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s;
}
.about-class.layout2 .home-about-features-images:hover .about-feature-service-title span.about-inner-title,
.about-class.layout2 .home-about-features-images:hover .about-feature-service-title span.about-inner-arrow{
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all ease-in-out 0.25s;
	-moz-transition: all ease-in-out 0.25s;
	-ms-transition: all ease-in-out 0.25s;
	-o-transition: all ease-in-out 0.25s;
	transition: all ease-in-out 0.25s;
}
.about-class.layout2 .home-about-features-images .about-feature-service-title span.about-inner-arrow{
	color: rgba(255,255,255,0.6);
}
.about-class.layout2 .home-about-features-images .about-feature-service-title span.about-inner-arrow:hover{
	color: rgba(255,255,255,1);
}
.about-class.layout2 .home-about-features-images .about-feature-service-title:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 20px;
	width: 0;
	background: #F98866;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}
.about-class.layout2 .home-about-features-images:hover .about-feature-service-title:before{
	width: 50%;
}
.about-class.layout2 .home-about-features-images .about-feature-service-title span.about-inner-title{
	font-weight: 700;
	line-height: 32px;
	font-size: 26px;
	text-align: left;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	text-transform: capitalize;
}
.about-class.layout2 .about-mid-wrap .home-about-features-images .about-feature-service-title span.about-inner-title{
	font-weight: 700;
	text-align: left;
	line-height: 42px;
	font-size: 36px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	text-transform: capitalize;
}
.about-class .about-services-main-content{
	text-align: center;
	max-width: 100%;
	width: 100%;
	margin:0 auto;
}
.about-class  .button-links{
	text-align: center;
}

.about-class  .button-links a,
.rooms-lists-wrapper .view-all-roms a,
.service-wrapper .button-links a,
.reservation.mainbtn a,
.tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button {
	text-decoration: none;
	display: inline-block;
	background: #2d2a27;
	border: none;
	padding: 0px 50px;
	font-weight: 600;
	line-height: 55px;
	color:#fff;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition: all  0.3s ease-in-out;
	transition: all  0.3s ease-in-out;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.reservation.mainbtn a {
	font-size: large;
}

.about-class  .button-links a:hover,
.rooms-lists-wrapper .view-all-roms a:hover,
.service-wrapper .button-links a:hover,
.reservation.mainbtn a:hover{
	background:#d46e4e;
	border-color: #d46e4e;;
	color:#fff; 
}
.about-class .theme-text,
.about-class .caption-text{
	padding:0 50px;
}
.about-class .theme-text{
	color:#8f8f8f;
	text-transform:uppercase;
	font-size: 16px;
	font-weight:400;
	margin-bottom:15px;
}
.about-class .caption-text{
	font-size: 32px;
	margin-bottom: 10px;
}
.about-class .main-text{
	font-size: 17px;
	color:#4c4c4c;
	margin-bottom: 40px;
}
/*about section end*/
/*rooms-lists section start*/
.rooms{
	padding-left: 0;
}
.rooms-lists-wrapper.sclass .rating{
	display: none;
}
.rooms-lists-wrapper .rooms li{
	margin-bottom: 0;
	display: inline-block;
	width: 100%;
}
.rooms li .summary {
	border: 1px solid #eee;
	margin-top: 0;
	background: #fff;
}
.wrap-media-price{
	position: relative;
	display: block;
	width: 100%;
}
.rooms .summary .wrap-media-price .price{
	bottom: 0;
	right: 7px;
}
.rooms-lists-wrapper .sc-wrapper{
	padding:30px;
}
.rooms-lists-wrapper .summary .title{
	margin-bottom:14px;
	padding: 20px 0px 0;
}
.rooms-lists-wrapper .summary .title h4{
	margin:0;
	font-size:auto;
}
.rooms-lists-wrapper .summary .title h4 a{
	display: inline-block;
	text-decoration: none;
	font-family: 'Merriweather', serif;
	font-size:26px;
	color:#4a4a4a;
	line-height: 1.25;
}
.rooms-lists-wrapper .summary .title h4 a:hover{
	color: #e6ac4e;
}
.room-features ul{
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.rooms .room-features ul li{
	display: inline-block;
	color:#8a8a8a;
	font-size:14px;
	font-weight:400;
	padding-left:10px;
	margin-left:4px;
	position: relative;
	width:auto;
	float: none;
}
.room-features ul li:nth-of-type(1){
	padding-left: 0;
	margin-left: 0;
}
.room-features ul li:before{
	content:'';
	width: 4px;
	height: 4px;
	background:#ddd;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -2px;
}
.room-features ul li:nth-of-type(1):before{
	content:none;
}
.view-all-roms{
	text-align: center;
	margin-top:50px;
}
.room-features + .s-rooms-price{
	position: relative;
	margin-top: 28px;
	padding-top: 28px;;
}
.room-features + .s-rooms-price:before{
	content: '';
	left: 0;
	top: 0;
	height:2px;
	width: 50px;
	background:#eeeeee;
	position: absolute;
}
.rooms .owl-nav .owl-prev,
.rooms .owl-nav .owl-next{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background:#eee;
	color: #222;
	font-size: 18px;
	opacity:0;
	visibility: hidden;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.rooms .owl-nav .owl-prev i,
.rooms .owl-nav .owl-next i{
	line-height:30px; 
}
.rooms .owl-nav .owl-prev{
	left: 0;
}
.rooms .owl-nav .owl-next{
	right: 0;
}
.rooms:hover .owl-nav .owl-prev,
.rooms:hover .owl-nav .owl-next{
	opacity: 1;
	visibility: visible;
}
/*rooms-lists section end*/
/*service section css start*/
.section-service.has-overlay:before {
	z-index: 1;
}
.service-wrapper{
	padding:200px 0;
	border:0;
	overflow: hidden;
}
.service-wrapper .img-container img {
	height: 100%;
	position: absolute;
	top: calc(50%);
	transform: translateY(-50%) translateX(-50%);
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
}
.service-wrapper .overlay{
	background:rgba(255,255,255,0.2);
}
.service-wrapper .content-wrapper {
	max-width: 100%;
	padding: 0;
	position: relative;
	z-index: 2;
}
.service-wrapper.right .content-wrapper {
	margin: 0 0 0 auto;
}
.service-wrapper.center .content-wrapper {
	margin: auto;
}
.service-wrapper.left .content-wrapper {
	margin: auto 0 0 0;
}
.service-wrapper .content-text {
	font-size: 14px;
	color: #3f3933;
	font-weight: 400;
	font-family: Montserrat;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.service-wrapper .content-title{
	font-size: 26px;
	color:#202020;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom:40px;
}
/*service section css end*/
/*testimonial section css start*/
.testimonial-wrapper{
	padding:105px 0;
}
.testimonials-items{
  display:flex;
  flex-wrap: wrap;
  }
.testimonials{
	text-align: center;
  width:  50%;
  margin: 0px auto;
}
.testimonials .testimonials-image{
	width: 131px;
	border:5px solid #e3e3e3;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.testimonials .testimonials-image:before{
	content:'';
	display:block;
	padding-top:100%;
}
.testimonials .testimonials-image img{
	position: absolute;
	top: 0;
	left:50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.testimonials-content{
	font-size: 18px;
	font-weight:400;
	color: #282828;
	font-family: 'Montserrat', sans-serif;
	padding:30px 20px 20px;
	max-width: 992px;
	width: 100%;
	margin:0 auto;
}
.testimonials-content p{
	margin: 0;
}
.testimonials-title .testi-title {
	color: #3f3933;
	font-size: 16px;
	font-weight: 400;
	font-family: Montserrat;
	margin-bottom: 7px;
	text-transform: uppercase;
}
.testimonials-title  .testi-label{
	color: #bf9e80;
	font-size:14px;
	font-weight:600;
	text-transform: capitalize;
	letter-spacing: normal;
}
.testimonial-wrapper .owl-nav .owl-prev,
.testimonial-wrapper .owl-nav .owl-next{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #b3b3b3;
	font-size:50px;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0;
	visibility: hidden;
}
.testimonial-wrapper .owl-nav .owl-prev{
	left: 0;
}
.testimonial-wrapper .owl-nav .owl-next{
	right: 0;
}
.testimonials-items:hover .owl-nav .owl-prev,
.testimonials-items:hover .owl-nav .owl-next{
	opacity: 1;
	visibility: visible;
}
.testimonial-wrapper .owl-dots{
	text-align: center;
	margin-top: 30px;
}
.testimonial-wrapper .owl-dots .owl-dot{
	display: inline-block;
	margin: 5px;
	vertical-align: middle;
}
.testimonial-wrapper .owl-dots .owl-dot span{
	display: block;
	width: 10px;
	height: 10px;
	background:#d46e4e;
	border-radius: 50%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-ms-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
.testimonial-wrapper .owl-dots .owl-dot.active span{
	width: 10px;
	height: 10px;
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}
/*Testimonial section css end*/
/*Team section css start*/
.team-wrapper{
	padding:100px 0 75px;
}
.team-items-wrapper{
	width: 315px;
	float: left;
	padding-right: 55px;
}
.team-items-main-wrap{
	width: -moz-calc(100% - 315px);
	width: -webkit-calc(100% - 315px);
	width: calc(100% - 315px);
	float: left;
}
.dedicated-staff-wrapper .title,
.dedicated-staff-wrapper  .sub-title{
	color: #2d2a27;
	font-weight: 400;
}
.dedicated-staff-wrapper .title{
	font-size: 18px;
	margin-bottom: 3px;
}
.dedicated-staff-wrapper  .sub-title{
	font-size: 28px;
	font-family: 'Merriweather', serif;
	margin-bottom: 20px;
}
.dedicated-staff-wrapper  .content{
	color: #4c4c4c;
	font-size: 16px;
	font-weight: 400;
}
.team-image{
	position:relative;
	overflow: hidden;
}
.team-image .team-social-links{
	position: absolute;
	bottom:20%;
	left:0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	background: rgba(255,255,255,0.8);
	text-align: center;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.teams:hover .team-image .team-social-links{
	opacity: 1;
	visibility: visible;
	bottom: 0;
}
.team-image .team-social-links p{
	margin: 0;
	display: inline-block;
}
.team-image .team-social-links a{
	display: inline-block;
	padding:15px;
	color:#ab7135;
	font-size:20px;
}
.team-title{
	text-align: center;
	padding:30px 20px;
	border-bottom:2px solid #d77b5d;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.team-title .s-team-title{
	font-size: 18px;
	font-family: 'Montserrat', serif;
	color:#3f3933;
	text-transform: uppercase;
	margin-bottom:10px; 
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.team-title .s-team-label{
	color:#bf9e80;
	font-size:16px; 
	font-weight:400;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.teams:hover .team-title{
	background:#d77b5d;
}
.teams:hover .s-team-title,
.teams:hover .s-team-label{
	color:#fff;
}
.team-wrapper .owl-nav{
	position: absolute;
	left: -315px;
	bottom: 0;
	margin-bottom: 25px;
}
.team-wrapper .owl-nav .owl-prev,
.team-wrapper .owl-nav .owl-next{
	display: inline-block;
	border:1px solid #eee;
	padding:10px;
	font-size:20px;
	color: #000;
	line-height:1;
}
.team-wrapper .owl-nav .owl-next{
	margin-left: -1px;
}
.team-wrapper .owl-nav .owl-prev:hover,
.team-wrapper .owl-nav .owl-next:hover{
	background: #eee;
}
/*Team section css end*/
/*feature section css start*/
.feature-wrapper {
	padding:90px 0 60px;
	position: relative;
	border:0;
}
.feature-wrapper .overlay{
	background: rgba(0,0,0,0.6);
}
.feature-wrapper .content-title,
.feature-wrapper .content-text{
	color:#fff;
}
.feature-items {
	margin-left: -40px;
	position: relative;
	z-index: 2;
}
.features{
	width:-moz-calc(33.33% - 40px);
	width:-webkit-calc(33.33% - 40px);
	width:calc(33.33% - 40px);
	float:left;
	padding-left: 80px;
	position: relative;
	margin-left:40px;
	margin-bottom: 0px;
}
.feature-wrapper .features{
	margin-bottom: 70px;
}
.features:nth-of-type(3n+1){
	clear: left;
}
.features-icon{
	position: absolute;
	top: 0;
	left: 0;
	width:70px;
	font-size: 40px;
	color:#d77b5d;

}
.s-feature-title{
	color:#fff;
	font-size:18px; 
	font-weight:400;
	text-transform:capitalize;
	margin-bottom: 13px;
}
.page-template-template-facilities .s-feature-title{
	font-size: 18px;
}
.feature-wrapper .s-feature-content {
	font-size: 14px;
	color: #f2f2f2;
	font-weight: 400;
}
/*feature section css end*/
/*special-offer css start*/
.special-offer-wrapper.sclass{
	padding:90px 0 80px;
}
.entry-content .special-offer-wrapper.sclass {
  padding-top: 0;
}
.special-offer-items {
	margin-left:-20px;
}
.special-offer{
	width: -moz-calc(50% - 20px);
	width: -webkit-calc(50% - 20px);
	width: calc(50% - 20px);
	float: left;
	margin-left: 20px;
	margin-bottom: 30px;
}
.special-offer:nth-of-type(2n+1){
	clear: left;
}
.single-special-offer .special-offer{
	width: 100%;
}
.single-special-offer .special-offer .content-container{
	padding-top: 1rem;
}
.special-offer form{
	margin-bottom: 30px;
}
.special-offer-wrap{
	display: table;
	width: 100%;
}
.special-offer-wrap > div{
	display: table-cell;
	vertical-align:top;
	width:50%;
}
.special-offer-wrap .special-offer-image{
	position: relative;
	overflow: hidden;
}
.special-offer-image img{
	display: block;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.special-offer-wrap:hover .special-offer-image img{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}	
.special-offer-wrap .special-offer-image:before{
	content: '';
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	background:rgba(0,0,0,0.5);
	z-index: 1;
	opacity:0;
	visibility:hidden;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.special-offer-wrap:hover .special-offer-image:before{
	opacity: 1;
	visibility: visible;
}
.special-offer-content{
	background: #e9e9e9;
	position: relative;
	padding: 15% 10%;
	text-align: center;
}
.special-offer-content:before{
	content:'';
	position: absolute;
	top: 50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	right: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10.5px 11px 10.5px 0;
	border-color: transparent #e9e9e9 transparent transparent;
	z-index: 1;
}
.special-offer-content .read-more{
	position: absolute;
	bottom: 0;
	right: 0;
}
.special-offer-content .read-more a{
	display: inline-block;
	text-decoration: none;
	max-width: 135px;
	text-align: center;
	background:#d77b5d;
	padding:15px 20px;
	color:#fff;
	font-size:14px; 
	text-transform: uppercase;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.special-offer-content .read-more a:hover{
	background:#dc6b46;
}
.special-offer-title {
	color: #444444;
	font-size: 19px;
	font-weight: 400;
	text-transform: capitalize;
	display: block;
	line-height: 1;
	margin-bottom: 20px;
}
.special-offer-price{
	font-size:18px;
	color:#222;
	font-weight: 400;
}
/*special-offer css end*/
/*video wrapper css start*/
.video-wrapper .content-wrapper {
	position: relative;
	margin-bottom: 0;
	max-width: 100%;
}
.video-wrapper  .content-title,
.video-wrapper  .content-text{
	color:#fff;
}
.video-wrapper  .content-title{
	font-size: 50px;
	line-height: 60px;
}
.video-wrapper  .content-text {
	margin-bottom: 45px;
}
.video-wrap a{
	display: inline-block;
	width: 60px;
	height: 60px;
}
.video-wrap a .fa{
	line-height:55px;	
}
.video-wrapper{
	border:0;
}
.wp-video, video, iframe[src*="youtube"], iframe[src*="facebook"] {
  width: 100% !important;
  margin: auto;
  max-width: 1280px !important;
}

iframe[src*="youtube"], iframe[src*="facebook"] {
    border: 0;
    min-height: min(37vw,658px);
    height: auto;
}

.cf-turnstile:not(.left.full) {
    margin: 3.5% auto !important;
    text-align: center;
    max-width: 70%;
}

.wpcf7-response-output {
    display: flex;
}

.wpcf7 .wpcf7-spinner {
    display: block;
    margin: 20px auto;
}

.section-video .content-wrapper{
	display: block;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.section-video.is-playing .content-wrapper{
	display: none;
}
.section-video{
	min-height: 550px;
	padding-bottom: 0px !important;
	padding: 0;
}
.section-video .s-container{
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
/*video wrapper css end*/
/*news-offers-wrapper section start*/
.news-offers-wrapper.sclass{
	padding: 90px 0 50px;
}
.news-offers-wrapper  .content-wrapper,
.news-offers-wrapper .news-offers-main-wrap,
.news-offers-wrapper .image-section,
.news-offers-inner-wrap{
	position: relative;
	z-index: 2;
}
.news-offers-wrapper .image-section img{
	display: block;
}
.news-offers-main-wrap {
	margin-left: -50px;
}
.news-offers-wrapper .news-offers{
	width:-moz-calc(50% - 50px);
	width:-webkit-calc(50% - 50px);
	width:calc(50% - 50px);
	float: left;
	margin-left: 50px;
	padding:50px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	border:1px solid #eee;
	margin-bottom: 50px;
}
.news-offers-wrapper .news-offers:nth-of-type(2n+1){
	clear:left;
}
.news-offers-wrapper .news-offers  .overlay{
	background: rgba(255,255,255,1);
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.news-offers-wrapper .news-offers:hover  .overlay{
	background: rgba(235,112,126,0.6);
}
.news-offers-wrapper .events-title{
	margin-bottom:10px;
}
.news-offers-wrapper .events-title,
.news-offers-wrapper .events-title a{
	text-decoration: none;
	color:#555555;
	font-size: 18px;
	font-weight: 400;
}
.news-offers-wrapper .events-desc{
	margin-bottom: 150px;
}
.news-offers-wrapper .events-desc a{
	color:#080808;
	font-size: 32px;
	font-weight: 400;
	font-family: 'Merriweather', serif;
	line-height: 1.2;
}
.news-offers-wrapper  .events-desc p{
	margin: 0;
}
.news-offers-wrapper  .post-attributes span{
	display: inline-block;
}
.news-offers-wrapper  .post-attributes span.post-author a{
	text-decoration: none;
	color:#000;
	text-transform: uppercase;
	font-weight:600;
}
.news-offers-wrapper  .post-attributes span.post-date,
.news-offers-wrapper  .post-attributes span.post-author a{
	font-size: 14px;
}
.news-offers-wrapper  .post-attributes span.post-date{
	font-weight: 400;
}
.news-offers-wrapper .news-offers .events-title,
.news-offers-wrapper .news-offers .events-title a,
.news-offers-wrapper .news-offers .events-desc a,
.news-offers-wrapper .news-offers .post-attributes span.post-date,
.news-offers-wrapper .news-offers .post-attributes span.post-author a{
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.news-offers-wrapper .news-offers .events-title{
	display:inline-block;
	margin-right: 10px;
}
.news-offers-wrapper .news-offers:hover .events-title,
.news-offers-wrapper .news-offers:hover .events-title a,
.news-offers-wrapper .news-offers:hover .events-desc a,
.news-offers-wrapper .news-offers:hover .post-attributes span.post-date,
.news-offers-wrapper .news-offers:hover .post-attributes span.post-author a,
.scrollup:hover{
	color:#fff;
}
/*news-offers-wrapper section end*/
/* gallery section css start */
.gallery-wrapper.sclass{
	padding-top: 90px;
	padding-bottom: 90px;
}
.gallery-wrapper  .grid{
	margin:-11px -11px 0;
}
.gallery-wrapper .grid-sizer,
.gallery-wrapper .grid-item{
	width: 33.333%;
}
.gallery-wrapper .grid-item{
	float: left;
	padding:11px;
}
.gallery-wrapper .grid-item a{
	position: relative;
	overflow: hidden;
	display:block;
	transform: translate3d(0,0,0);
}
.gallery-wrapper .grid-item a:before{
	content: '';
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 15px;
	background: rgba(215,123,93,0.6);
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gallery-wrapper .grid-item a:hover:before{
	opacity: 1;
	visibility: visible;
}
.gallery-wrapper .grid-item img{
	display: block;
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gallery-wrapper .grid-item a .button-plus{
	content: "";
	font-weight: 300;
	color:#fff;
	width: 40px;
	height: 40px;
	background: transparent !important;
	line-height: 44px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	text-align: center;
	z-index: 9;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.gallery-wrapper .grid-item a:hover .button-plus{
	visibility: visible;
	opacity: 1;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.gallery-wrapper .grid-item a .button-plus:before{
	content: "";
	position: absolute;
	background: #FFF !important;
	width: 2px;
	height: 100%;
	opacity: 1;
	top: 0;
	left: 50%;
	z-index: 10;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.gallery-wrapper .grid-item a .button-plus:after{
	content: "";
	position: absolute;
	background: #FFF !important;
	width: 100%;
	opacity: 1;
	height: 2px;
	top: 50%;
	z-index: 10;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
/* gallery section css end */
/*partner section start*/
.partners-wrapper.sclass{
	padding: 85px 0;
}
.partners-slider .owl-nav{
	text-align:center;
	margin-top:60px;
}
.partners-wrapper  .owl-prev,
.partners-wrapper  .owl-next{
	width: 30px;
	height: 30px;
	display: inline-block;
	background: #eee;
	color: #000;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #c7c7c7;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.partners-wrapper .owl-prev .fa,
.partners-wrapper .owl-next .fa{
	line-height: 30px;
}

/*partner section end*/
/*contact us section start*/
.contact-wrapper.sclass{
	padding: 90px 0 100px;
}
.contact-wrapper {
	background:#1e2126;
	color: #aaaaaa;
	border:0;
}
.s-contact-details{
	margin-bottom: 60px;
}
.s-contact-details-wrap{
	text-align: center;
	margin:0 auto;
	max-width: 900px;
	width: 100%;
}
.contact-wrapper .content-title{
	color:#d46e4e;
}
.contact-wrapper .content-text{
	color: #aaaaaa;
}
.s-content-tag-wrap{
	float: left;
	vertical-align: top;
	padding:0 30px;
	width: 33.33%;
}
.contact-wrapper .s-content-tag-wrap i{
	font-size:30px;
	margin-bottom:7px;
	display: inline-block;
	width:50px;
	height: 50px;
	line-height: 50px;
}
.contact-wrapper .s-content{
	font-size:16px;
}
.s-contact-form{
	padding-top: 60px;
	border-top: 1px solid #626468;
}
.s-contact-form .form-section-1,
.s-contact-form .form-section-2{
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
	width: 50%;
}
.s-contact-form .form-section-1{
	padding-right:15px; 
}
.s-contact-form .form-section-2{
	padding-left:15px;
}
.s-contact-form form p,
.textwidget .s-contact-form form p{
	margin:0 0 20px;
	display:inline-block;
	width: 100%;
}
.s-contact-form .form-section-1 p:last-child,
.s-contact-form .form-section-2 p:last-child{
	margin-bottom: 0;
}
.s-contact-form .form-section-1 p:last-child{
	margin-top:0px;
	margin-bottom: 20px;
}
.s-contact-form .form-section-1 p:last-child span{
	font-size: 13px;
	text-transform: uppercase;
}
.s-contact-form form input[type=text],
.s-contact-form form input[type=email],
.s-contact-form form textarea{
	background:#35383c;
	border:2px solid #494c50;
	border-radius:0;
	padding-left: 20px;
	outline: 0;
	color:#333;
	width: 100%;
}
.s-contact-form form input[type=text],
.s-contact-form form input[type=email]{
	height: 50px;
}
.s-contact-form form textarea{
	height: 120px;
	padding-top: 20px;
	resize: none;
}
.s-contact-form form input[type=submit]{
	border: 2px solid #494c50;
	outline: 0;
	margin-top: 5px;
	padding:10px 15px;
	line-height: 1;
	text-transform: uppercase;
	font-size:14px;
	border-radius: 0;
	background:transparent;
	color: #a7a7a7;
	font-weight:600;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.s-contact-form form input[type=submit]:hover{
	background:#494c50;
	color:#fff;
	border: 2px solid #494c50;
}
/*contact us section end*/
/*search section*/
.search-section .s-search-room{
	position: static;
}
.search-section .s-search-room ul,
.search-section .s-search-room ul li{
	display: inline-block;
	vertical-align: baseline;
	margin-bottom: 0;
}

/*footer css start*/
footer{
	position: relative;
	text-align: center;
}
.footer-container{
	position: relative;
	padding:37px 0 30px;
	z-index: 2;
}
.footer-content{
	margin: 10px 0px;
	color:#bdbdbd;
	font-size:14px;
	font-weight: 400;
}
.footer-content .apss-theme-4 .apss-single-icon a{
	min-height: auto;
}
.footer-content .apss-theme-4 .apss-single-icon a .apss-icon-block,
.footer-content .apss-theme-4 .apss-single-icon a:hover .apss-icon-block:after{
	-webkit-border-radius: 0;
	border-radius: 0;
}
.footer-content .apss-theme-4  .apss-single-icon{
	display: inline-block;
}
.scrollup{
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align:center;
	background:#d46e4e;
	display: block;
	position: fixed;
	bottom: 90px;
	color: #fff;
	right: 17px;
	z-index: 99;
	font-size: 20px;
  transition: 600ms;
  opacity: 0.2;
}
.scrollup .fa{
	line-height: 40px;	
}
/*---------------------------
Home Page CSS end
-----------------------------*/
.grid:after {
	content: '';
	display: block;
	clear: both;
}
/*------------------------
Breadcrumb CSS start
------------------------*/
.breadcrumb {
	padding: 125px 0;
	text-align: center;
	margin-bottom: 30px;
	background-size: cover;
}
.breadcrumb .breadcrumbs,
.breadcrumb .breadcrumb-title{
	position:relative;
	z-index: 2;
}
.breadcrumb .breadcrumbs,
.breadcrumb .breadcrumbs a{
	color:#fff;
	font-size: 16px;
	text-transform: capitalize;
	font-family: 'Open Sans', sans-serif;
}
.breadcrumb .breadcrumbs a{
	display: inline-block;
	text-decoration:none;
}
.breadcrumb .breadcrumb-title .subtitle{
	color:#fff;
	font-size: 28px;
	padding-top: 10px;
	font-family: 'Merriweather', serif;
	margin:0;
	line-height:1.2;
	font-weight: 400;
	-ms-word-break: break-word;
	word-break: break-word;
}
.breadcrumb .breadcrumb-title .title,
.breadcrumb .breadcrumb-title .header-page-title{
	color:#fff;
	font-size:51px;
	padding-top: 15px;
	font-family: 'Merriweather', serif;
	margin:0;
	line-height:1.4;
	font-weight: 400;
	-ms-word-break: break-word;
	word-break: break-word;
}
.swing-breadcrumb ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.swing-breadcrumb ul li {
	display: inline-block;
	padding-right: 15px;
	position: relative;
	margin-right: 10px;
	-ms-word-break: break-word;
	word-break: break-word;
}
.swing-breadcrumb ul li:last-child {
	padding: 0;
	margin: 0;
}
.swing-breadcrumb ul li:before {
	content: "/";
	position: absolute;
	right: 0;
}
.swing-breadcrumb ul li:last-child:before {
	content: "";
}
/*------------------------
Breadcrumb CSS end
------------------------*/
/*------------------------
Listing Page CSS start
------------------------*/
/*list layout start*/
.room-listing-main-content-wrapper{
	text-align: center;
	margin-bottom: 50px;
}
.room-listing-main-content-wrapper .title
{
	font-size: 16px;
	color:#c0b7af; 
}
[id="primary"] .room-listing-main-content-wrapper .title{
	margin-bottom:0; 
	padding-bottom: 0; 
}
[id="primary"] .room-listing-main-content-wrapper .title:after{
	content: none;
}
.room-listing-main-content-wrapper  .subtitle{
	font-size:40px;
	color:#2d2a27;
	font-family: 'Merriweather', serif;
}

.listinfo-layout .room-loops,
.listinfo-layout .mphb-room-type,
.list-layout .room-loops{
	border: 1px solid #efefef;
	margin-top: 40px;
	margin-bottom: 0;
	padding: 0;
	float: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	-webkit-box-align: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.list-layout .room-loops:nth-of-type(1){
	margin-top: 0;
}
p.mphb-loop-room-thumbnail{
	margin:0px;
}

.listinfo-layout .rooms-thumbnail,
.listinfo-layout .mphb-loop-room-thumbnail,
.list-layout .rooms-thumbnail{
	overflow: hidden;
	display: inline-block;
	width: 25%;
}
.listinfo-layout .rooms-thumbnail .media,
.list-layout .rooms-thumbnail .media,
.listinfo-layout .mphb-loop-room-thumbnail a,
.listinfo-layout .rooms-thumbnail .media a,
.list-layout .rooms-thumbnail .media a{
	display: block;
	height: 100%;
}
.listinfo-layout .mphb-loop-room-thumbnail img{
	display: block;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.listinfo-layout .mphb-loop-room-thumbnail:hover img,
.listinfo-layout .room-loops:hover .rooms-thumbnail img,
.list-layout .room-loops:hover .rooms-thumbnail img{
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}

.mphb_sc_search_results-wrapper .resultstr{
	padding:0 4%;
	margin-bottom:0px;
	font-size:smaller;
}

.mphb-room-type{
	margin:0 2%;	
}

.mphb_sc_search_results-wrapper .mphb-reservation-cart .mphb-reservation-details,
.mphb_sc_search_results-wrapper .mphb-reservation-cart .mphb-confirm-reservation{
	float:none;
	display:block;
	width:100%;
	text-align: center;
	margin-top:5%;
}

.mphb_sc_search_results-wrapper .mphb-reservation-cart button.mphb-confirm-reservation{
	font-size: larger;
    font-weight: 600;
    width: 50%;
    margin: auto;
    margin-top: 5%;
}

.mphb_sc_search_results-wrapper .mphb-room-type:not(:first-of-type){
	margin-top:10px;
}

.mphb_sc_search_results-wrapper [id="primary"] .title:after,
.mphb_sc_search_results-wrapper [id="primary"] .mphb-room-type-title:after{
	background:white;
	height:0px;
	width:0px;
}

.mphb_sc_search_results-wrapper .listinfo-layout .rooms-features-wrapper .btn-wrap{
	
}

.mphb_sc_search_results-wrapper .listinfo-layout .rooms-features-wrapper .room-availabilities{
	padding-top:0px;
	line-height: 5px;
}

.mphb_sc_search_results-wrapper .listinfo-layout .rooms-features-wrapper .mphb-view-details-button-wrapper{
	margin-bottom:0px;
	font-size: smaller;
}

p.mphb-view-details-button-wrapper{	
	text-align:center;
	margin-bottom:5px;
}

.mphb_sc_search_results-wrapper .listinfo-layout .rooms-features-wrapper .room-availabilities .unique-features li {
	width:auto;
	display:inline-flex;
	margin-bottom:0px;
	border-bottom:0px;
}

.mphb_sc_search_results-wrapper .listinfo-layout .rooms-features-wrapper .room-availabilities ul li span:first-of-type{
	margin-left:7px;
	font-size: 15px;
}

.mphb_sc_search_results-wrapper .listinfo-layout .rooms-features-wrapper .room-availabilities .unique-features li:last-child{
	margin-left:20px;
}

.mphb_sc_search_results-wrapper .mphb-book-button{
	margin-top:0px;
}

.mphb_sc_search_results-wrapper .listinfo-layout .rooms-features-wrapper {
	width:80%;
}

.listinfo-layout .roomimage{
	width:20%;
	line-height:0;
	padding:1%;
}

.mphb_sc_search_results-wrapper .listinfo-layout .rooms-features-wrapper .price-btn-wrap{
	width:30%;
}

.mphb_sc_search_results-wrapper .listinfo-layout .rooms-features-wrapper .title-content-wrap{
	width:70%;
	border:none;
}

.listinfo-layout .rooms-features-wrapper,
.list-layout .rooms-features-wrapper{
	width:75%;
	text-align: left;
	display: flex;
}

.listinfo-layout .rooms-features-wrapper h2 {
	line-height: 30px;
    margin: 16px 0 0;
}

.listinfo-layout .room-loops.no-thumb .rooms-features-wrapper,
.list-layout .room-loops.no-thumb .rooms-features-wrapper{
	width: 100%;
}

.list-layout .room-loops.no-thumb .rooms-features-wrapper .title-content-wrap{
	padding: 40px;
}
.listinfo-layout .rooms-features-wrapper{
	padding: 30px 0;
}
.listinfo-layout .rooms-features-wrapper .title-content-wrap{
	width: 60%;
	padding: 0 2%;
}

.llist-layout .rooms-features-wrapper.no-price .title-content-wrap,
.listinfo-layout .rooms-features-wrapper.no-price .title-content-wrap{
	width: 100%;
}
.listinfo-layout .rooms-features-wrapper .title-content-wrap .rooms-title h3{
	margin: 0;
}
.listinfo-layout .rooms-features-wrapper .title-content-wrap .rooms-title h3 a{
	color: #333;
	-webkit-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
	-ms-transition: all ease 0.35s;
	-o-transition: all ease 0.35s;
	transition: all ease 0.35s;
}
.listinfo-layout .rooms-features-wrapper .title-content-wrap .rooms-title h3 a:hover{
	color: #d46e4e;
}
.list-layout .rooms-features-wrapper .title-content-wrap{
	width: 72%;
	padding: 40px 40px 40px 55px;
}
.list-layout .rooms-features-wrapper .title-content-wrap a{
	-webkit-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
	-ms-transition: all ease 0.35s;
	-o-transition: all ease 0.35s;
	transition: all ease 0.35s;
}
.list-layout .rooms-features-wrapper .title-content-wrap a:hover{
	color: #D46E4E;
}
.list-layout .rooms-features-wrapper .title-content-wrap .feature-label{
	display: none;
}
.listinfo-layout .rooms-features-wrapper .room-availabilities{
	border: none;
	padding-bottom: 0;
}
.listinfo-layout .rooms-features-wrapper .room-availabilities .unique-features li{
	display: block;
	width: 100%;
	margin: 0;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e1e1e1;
}
.listinfo-layout .rooms-features-wrapper .room-availabilities .unique-features li:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.listinfo-layout .rooms-features-wrapper .room-availabilities ul li.num-rooms svg{
	vertical-align: middle;
}
.listinfo-layout .rooms-features-wrapper .room-availabilities ul li span{
	vertical-align: middle;
	font-size: 16px;
}
.listinfo-layout .rooms-features-wrapper .room-availabilities ul li span:last-of-type {
	float: right;
	margin-top: 8px;
	font-weight: 300;
	color: #000;
}
.listinfo-layout .rooms-features-wrapper .room-availabilities ul li span:first-of-type{
	margin-left: 15px;
}
.list-layout .rooms-features-wrapper .price-btn-wrap,
.listinfo-layout .rooms-features-wrapper .price-btn-wrap,
.mphb_sc_search_results-wrapper .listinfo-layout .rooms-features-wrapper .title-content-wrap {
	display: flex;
	flex-flow: column;
	justify-content: center;
	border-left: solid 1px #F8F8F8;
	text-align: center;
}
.listinfo-layout .rooms-features-wrapper .price-btn-wrap{
	width: 40%;
	background: none;
}
.list-layout .rooms-features-wrapper .price-btn-wrap .s-rooms-price,
.listinfo-layout .rooms-features-wrapper .price-btn-wrap .s-rooms-price{
	display: block;
	width: 100%;
	text-align: center;
}
.list-layout .rooms-features-wrapper .price-btn-wrap .price,
.listinfo-layout .rooms-features-wrapper .price-btn-wrap .price,
.listinfo-layout .rooms-features-wrapper .price-btn-wrap .comment {
	position: relative;
	left: auto;
	right: auto;
	bottom: auto;
	margin: 0;
	line-height: 1;
	text-align: center;
}
.list-layout .rooms-features-wrapper .price-btn-wrap .price span,
.listinfo-layout .rooms-features-wrapper .price-btn-wrap .price span{
	display: inline-block;
	border: none;
	padding: 0;
}

.list-layout .rooms-features-wrapper .price-btn-wrap .price span.unit,
.listinfo-layout .rooms-features-wrapper .price-btn-wrap .price span.unit{
	padding-left:5px;	
	font-size:small;
	line-height: normal;
	display:block;
	padding-top:5px;
}

.listinfo-layout .rooms-features-wrapper .price-btn-wrap .comment{
	font-size:small;
	padding-top: 5px;
}

.list-layout .rooms-features-wrapper .s-rooms-price a.price-tag,
.listinfo-layout .rooms-features-wrapper .s-rooms-price a.price-tag{
	display: inline-block;
	clear: both;
	border: none;
	padding: 18px 13% 16px;
	background: #d46e4e;
	border: solid 1px #D46E4E;
	color: #FFF;
	margin-top: 20px;
	font-size: 16px;
	font-weight: 400;
	-webkit-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
	-ms-transition: all ease 0.35s;
	-o-transition: all ease 0.35s;
	transition: all ease 0.35s;
}
.list-layout .rooms-features-wrapper .s-rooms-price a.price-tag:hover,
.listinfo-layout .rooms-features-wrapper .s-rooms-price a.price-tag:hover{
	border-color: #D46E4E;
	background: transparent;
	color: #d46e4e;
}
.list-layout .rooms-features-wrapper .s-rooms-price .price,
.listinfo-layout .rooms-features-wrapper .s-rooms-price .price{
	color: #000;
	margin: 0 auto;
	font-size: 26px;
}
.listinfo-layout .rooms-features-wrapper .s-rooms-price .price span.mphb-price{
	font-weight:600;
	padding-left: 5px;
}

.list-layout .rooms-features-wrapper .s-rooms-price .title-price,
.listinfo-layout .rooms-features-wrapper .s-rooms-price .title-price{
	font-weight: 300;
	font-size:large;
}
.list-layout .rooms-features-wrapper .s-rooms-price .price_min,
.listinfo-layout .rooms-features-wrapper .s-rooms-price .price_min{
	font-weight: 600;
	font-size: 22px;
}
.list-layout .rooms-features-wrapper .room-availabilities{
	border-bottom: none;
	padding-bottom: 0;
	padding-top: 26px;
}
.list-layout .room-features,
.grid-layout .room-features,
.feature-post-attributes{
	position: relative;
	padding-bottom:10px;
	margin-bottom:25px;
}
.list-layout .room-features:before,
.grid-layout .room-features:before,
.feature-post-attributes:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background:#eeeeee;
	width:47px;
	height: 2px; 
}
.list-layout  .rooms-features-wrapper .rooms-title,
.grid-layout .rooms-title{
	margin-bottom:20px;
	position: relative;
}
.grid-layout .rooms-title{
	margin-bottom: 42px;
}
.list-layout  .rooms-features-wrapper .rooms-title{
	padding-bottom: 20px;
}
.list-layout  .rooms-features-wrapper .rooms-title:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background: #eeeeee;
	width: 47px;
	height: 2px;
}
.list-layout  .rooms-features-wrapper .rooms-title h3,
.grid-layout .rooms-title h3{
	margin:0;
}
.grid-layout .rooms-title h3:before{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	width: 47px;
	height: 2px;
	top: 100%;
	margin: 20px auto 0;
	background: #eee;
}
.list-layout  .rooms-features-wrapper .rooms-title h3 a,
.grid-layout .rooms-title h3 a{
	font-size:26px;
	color:#000;
	font-family: 'Merriweather', serif;
	text-decoration: none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.list-layout  .rooms-features-wrapper .rooms-title h3 a:hover,
.grid-layout .rooms-title h3 a:hover{
	color: #d77b5d;
}
.room-features ul li,
.feature-post-attributes span{
	display: inline-block;
	font-size:16px;
	font-weight:400;
	color:#8a8a8a;
	position: relative;
	padding-left: 13px;
	margin-right: 7px;
}
.feature-post-attributes span{
	padding-left: 20px;
}
.feature-post-attributes span a{
	color:#8a8a8a;
}
.feature-post-attributes span i{
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.rooms-features-wrapper .rooms-content{
	color:#333;
	font-size: 14px;
	font-weight: 400;
	margin-bottom:20px;
	line-height: 26px;
}
.rooms-content p{
	margin:0;
}
.s-rooms-price a{
	text-decoration: none;
	padding:10px 15px;
	border:2px solid #d77b5d;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.s-rooms-price a{
	color:#d77b5d;
	font-size: 14px;
	font-weight: 400;
	text-transform:uppercase;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	line-height: 1;
}
.s-rooms-price a:hover{
	background: #d77b5d;
	color: #FFF;
}
/*list layout end*/
/*grid layout start*/
.grid-layout.rooms{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.grid-layout  .rooms-content{
	margin-left: -3%;
}
.grid-layout .room-loops{
	padding: 0 15px;
	margin-bottom: 30px;
}
.grid-layout .room-loops:nth-of-type(3n+1){
	clear: left;
}
.grid-layout .rooms-features-wrapper,
.grid-layout.rooms .rooms-thumbnail{
	position: relative;
	display: block;
}
.grid-layout.rooms .rooms-thumbnail .media img{
	vertical-align: top;
}
.grid-layout.rooms .rooms-thumbnail .s-rooms-price{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 1;
}
.grid-layout.rooms .rooms-thumbnail .price span{
	border: none;
	padding: 0;
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
}
.grid-layout.rooms .rooms-features-wrapper .title:after{
	left: 0;
	right: 0;
	margin: 0 auto;
}
/*grid layout end*/
/*---------------------
Listing Page CSS end
---------------------*/
/*pagination css start*/
.rooms-pagination{
	text-align: center;
	margin:50px 0;
}
.rooms-pagination .page-numbers li span,
.rooms-pagination .page-numbers li a{
	display: inline-block;
	min-width:35px;
	height: 35px;
	line-height: 35px;
	text-decoration:none;
	color: #fff;
	background: #d77b5d;
	text-align: center;
	padding:0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 400;
}
.rooms-pagination .page-numbers li .page-numbers.current{
	background: #a2573e;
	color: #FFF;
}
.rooms-pagination .page-numbers li a.prev:hover,
.rooms-pagination .page-numbers li a.prev,
.rooms-pagination .page-numbers li a.next:hover,
.rooms-pagination .page-numbers li a.next{
	background: #D77B5D;
	color: #FFF;
}

.wpcf7 {display:flex; justify-content:center;}
.wpcf7-form .block{
	display:flex;
}
.wpcf7-form .left.full {
	width:-webkit-fill-available;
}

.wpcf7-form .left.full, .wpcf7-form .left.full p {
  margin-bottom: 0;
}

.wpcf7-form .left.full.requiredfields {
  margin-top: 0;
}

.wpcf7-form .left.full.center {
  text-align: center;   
}

.wpcf7-form .left.full.center p {
  text-align: center;
}

.wpcf7-form .left,
.wpcf7-form .right{
	width:45%;
	margin: 15px;
}

.wpcf7-form span.ellatas, 
.wpcf7-form span.tipus{
	display: block;
	padding: 10px;
}

.wpcf7-form .left input[type=checkbox], 
.wpcf7-form .right input[type=checkbox]{
	width: initial;
}

.wpcf7-form span.wpcf7-list-item{
	display:block;
	margin:0px;
}

.wpcf7-form .left .submit-button{
	width:initial;
	margin-bottom: 30px;
}

.wpcf7-form .left .submit-button-landing{
  width: 80%;
  max-width: 400px;
  height: min(8vh, 70px);
  font-size: x-large;
  margin: 0;
}

.wpcf7-form .left input,
.wpcf7-form .right input,
.wpcf7-form .left select,
.wpcf7-form .right select {
	width:100%;
}

/*.wpcf7-form .left,
.wpcf7-validation-errors,
.wpcf7-mail-sent-ok,
.wpcf7-mail-sent-ng{
	float: left;
}
*/

.wpcf7-form .right{
	float: right;
}

.package-container {
    display: flex;
    flex-direction: column;
    margin: 5%;
    padding: 3.5%;
    border: 3px solid #328282;
    font-size: large;
}

.package-container .package-title {
    text-align: center;
    font-size: xx-large;
    font-weight: bolder;
    color: #328282;
    margin-bottom: 3.5%;
}

.package-container .package-line {
    display: flex;
    gap: 1.5%;
    justify-content: center;
    margin-bottom: 1%;
}

.package-container .package-line.margin {
    margin: 3.5% 0;
    text-align: center;
}

.package-container #room-amenities {
    font-size: medium;
}

.package-container #room-amenities ul {
    margin-left: 0;
    margin-bottom: 0;
}

.package-container .package-line .package-line-label {
    font-weight: bolder;
}


/*pagination css end*/
/*-------------------
single page css start
---------------------*/
[id="primary"],
[id="secondary"]{
	float: left;
	margin-bottom: 65px;
}
.no-sidebar #primary {
	width: 100%;
}

.right-sidebar #primary{
	width:70%;
	padding-right: 20px;
}
.right-sidebar #secondary{
	width: 30%;
	padding-left:20px;
}
.error404 [id="primary"]{
	width:100%;
	padding-right:0px;	
}
.mphb-room-details .mphb-guest-name-wrapper {
	transition: opacity .35s ease-in-out;
   -moz-transition: opacity .35s ease-in-out;
   -webkit-transition: opacity .35s ease-in-out;
}

.mphb-room-details .mphb-adults-chooser,
.mphb-room-details .mphb-children-chooser,
.mphb-room-details .mphb-guest-name-wrapper {
	padding-right: 2%;
}

.mphb-room-details .mphb-adults-chooser label, 
.mphb-room-details .mphb-children-chooser label,
.mphb-room-details .mphb-guest-name-wrapper label {	
	display: block;
}

.mphb-room-details .mphb-adults-chooser select, 
.mphb-room-details .mphb-children-chooser select,
.mphb-room-details .mphb-guest-name-wrapper input {	
	width: 90%
}

.mphb-room-details .checkin-container{
	padding: 0 4%
}

.mphb-room-details .mphb-adults-chooser select:required, 
.mphb-room-details .mphb-children-chooser select:required {
	color: #ff0000a3;
}

.mphb-room-details .mphb-adults-chooser select:focus:valid, 
.mphb-room-details .mphb-children-chooser select:focus:valid,
.mphb-room-details .mphb-adults-chooser select:valid, 
.mphb-room-details .mphb-children-chooser select:valid,
.mphb-room-details .mphb-adults-chooser select option, 
.mphb-room-details .mphb-children-chooser select option {
	color: initial;
}

.mphb-room-details .checkin-inputfields-left,
.mphb-room-details .checkin-inputfields-right{
  margin: 0px auto;
}
.mphb-room-details .checkin-inputfields-left {
	/*display: inline-grid;*/
	width: 60%;
}

.mphb-room-details .checkin-inputfields-right{
    width: 100%
}

.mphb-room-details .checkin-inputfields-right ul.mphb_sc_checkout-services-list{
	margin:0px;
	padding:0px;
}
.mphb-room-details .checkin-inputfields-right ul.mphb_sc_checkout-services-list li{
	padding:1% 1% 5% 1%;
	transition: opacity .35s ease-in-out;
   -moz-transition: opacity .35s ease-in-out;
   -webkit-transition: opacity .35s ease-in-out;
}

.mphb-room-details .checkin-inputfields-right ul.mphb_sc_checkout-services-list li select.mphb_sc_checkout-service-adults, .mphb-room-details .checkin-inputfields-right ul.mphb_sc_checkout-services-list li select.mphb_sc_checkout-service-child {
	padding: 2px;
}

.mphb-room-details .checkin-inputfields-right h4.mphb-services-details-title{
  margin-top: 45px;
  text-align:center;
}

.mphb-room-details .checkin-inputfields-left h4.mphb-services-details-title{
  margin-top: 0px;
	text-align: center;
}

#mphb-customer-details{
	margin-top:0px;
	padding: 0 2%;
}
#mphb-customer-details p input,
#mphb-customer-details p select{
	width:90%;
}

#mphb-customer-details .right{
	width:49%;
	float:right;
}

#mphb-customer-details .left{
	width:49%;
	float:left;
}

#mphb-customer-details .left.mphb-customer-note{
	width:100%;
}

#mphb-price-details h3.mphb-price-breakdown-title,
#mphb-customer-details h3.mphb-customer-details-title,
.mphb-room-details h3.mphb-room-number{
	font-weight: 400;
	text-align: center;
	padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.mphb-reserve-room-section .mphb-rooms-reservation-message-wrapper a.mphb-remove-from-reservation{
	font-size:medium;
	font-weight:bolder;
	padding: 10px 20px;
}

.mphb-rooms-added .mphb-book-button.selected{
	background-color:#97e376;
	border:1px solid green;
}

.mphb-reserve-room-section .mphb-rooms-reservation-message-wrapper a.mphb-remove-from-reservation{
    background-color: #fb6363;
    color: white;
	border: 1px solid #b90101;
}

.mphb-reserve-room-section .mphb-rooms-reservation-message-wrapper,
.mphb-reserve-room-section .reservebtn{
	display:inline-flex;
}

.mphb-book-button, .entry-content a.classweb-button {
	display: inline-block;
	padding: 10px 22px;
	font-size: medium;
	letter-spacing: 1px;
	font-weight: 400;
	text-transform: uppercase;
	color: #FFF;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.entry-content a.classweb-button {
	background: #075f5f;
}

.entry-content a.classweb-button.type4 {
	background: rgb(0, 90, 180);
}

.mphb-checkout-section  .mphb-terms-and-conditions {
  margin-bottom: 0;
  padding-left: 2em;
  padding-right: 2em;
  max-height: 0px;
  overflow: hidden;
  transition: margin-bottom 0.2s linear, padding 0.2s linear, max-height 0.4s linear;
  background: rgba(0, 0, 0, 0.05);
}
.mphb-checkout-section .mphb-terms-and-conditions.mphb-active {
  margin-bottom: 1em;
  padding-top: 2em;
  padding-bottom: 2em;
  max-height: 200px;
  overflow: auto;
}

.mphb-checkout-terms-wrapper p.mphb-terms-and-conditions-accept{
	float: left;
    width: 100%;
	border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px;	
}

.mphb-checkout-terms-wrapper p.mphb_sc_checkout-submit-wrapper{
	float:left;
	width:100%;
}

.mphb_sc_checkout-submit-wrapper input.button{
	font-size:medium;
	font-weight:bold;
}

.mphb-checkout-terms-wrapper {
	margin-top: 0px !important;
}

.mphb-checkout-text-wrapper {
	padding: 0 2%;
}

#mphb-price-details .mphb-price-breakdown tr{
	font-weight:100;
}

#mphb-price-details .mphb-price-breakdown .mphb-price-breakdown-deposit th{
	font-weight:500;
  border:0;
  text-align:right;
}

#mphb-price-details .mphb-price-breakdown .mphb-price-breakdown-deposit th.mphb-table-price-column{
  text-align:left;
}

#mphb-price-details .mphb-price-breakdown tr.mphb-price-breakdown-total th,
#mphb-price-details .mphb-price-breakdown tr.mphb-price-breakdown-total th.mphb-table-price-column {
	border: none;
}

#mphb-price-details .mphb-price-breakdown tr.mphb-price-breakdown-total th{
	font-weight:900;
	font-size: x-large;
	text-align: right;
	color: teal;
}

#mphb-price-details .mphb-price-breakdown tr.mphb-price-breakdown-total th.mphb-table-price-column{
	text-align: left;
}

#mphb-price-details div.pharagraph{
	padding: 0 4%;
}


#mphb-booking-details .mphb-room-details{
	margin-top:4em;
}

[id="primary"].room-page-lists{
	width: 100%;
	padding-right: 0;
	float: none;
}
[id="primary"] .title{
	position: relative;
	margin-bottom: 24px;
	padding-bottom:24px;
	margin-top: 15px;
}

.mphb_sc_search_results-wrapper [id="primary"] .title{
	margin:0px;
	padding:0px;
}

.mphb_sc_search_results-wrapper .rooms-features-wrapper{
	padding: 0px;
}

[id="primary"] .title:after,
[id="primary"] .mphb-room-type-title:after{
	content:'';
	position: absolute;
	bottom: 0;
	left: 20px;
	height: 2px;
	width:46px;
	background:#d77b5d;
}

.mphb_sc_search_results-wrapper [id="primary"] .title h4{
	padding:5px 0px 0px 0px;
	font-size:large
}

[id="primary"] .title h4,
[id="primary"] .rooms-features-wrapper h2{
	margin-bottom: 0;
}

[id="primary"] .mphb_sc_search_results-wrapper .title h4 a{
	font-size:x-large;
}
[id="primary"] .title h4 a,
[id="primary"] .rooms-features-wrapper h2 a
{
	color:#000;
	font-weight:400; 
	font-size:32px; 
	font-family: 'Merriweather', serif;
	text-decoration: none;
	-webkit-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
	-ms-transition: all ease 0.35s;
	-o-transition: all ease 0.35s;
	transition: all ease 0.35s;
}
[id="primary"] .title h4 a:hover{
	color: #D46E4E;
}
.tp-hotel-booking .star-rating{
	margin-bottom: 5px;
	width: 100px;
}
[id="primary"] .price  .unit,
[id="primary"] .price .title-price,
[id="primary"] .price .price_value{
	display: inline-block;
	vertical-align: bottom;
	line-height: 1;
}
.sigle-room-details-wrapper [id="primary"] .price{
	color:#d77b5d;
	margin-bottom: 30px;
}
[id="primary"] .additional-content,
[id="primary"] .rooms-content{
	margin-bottom: 25px;
	font-size: 16px;
	line-height: 1.65;
	font-weight: 400;
	color: #4c4c4c;
}
.sigle-room-details-wrapper  .camera_wrap{
	float: none;
}
.widget .widget-title,
.widget .widget-title a,
.widget h3{
	margin:0;
	text-align:left;
	font-size: 22px;
	font-family: 'Merriweather', serif;
	color:#000; 
	margin-bottom: 18px;
	font-weight: 400;
}
.widget .widget-title a{
	text-decoration:none;
}
.widget h3{
	text-align: left;
	margin-bottom:16px;
}
[id="secondary"] .widget input[type="text"],
[id="secondary"] .widget input[type="email"],
[id="secondary"] .widget input[type="url"],
[id="secondary"] .widget input[type="password"],
[id="secondary"] .widget input[type="search"],
[id="secondary"] .widget input[type="number"],
[id="secondary"] .widget input[type="tel"],
[id="secondary"] .widget input[type="date"],
[id="secondary"] .widget input[type="month"],
[id="secondary"] .widget input[type="week"],
[id="secondary"] .widget input[type="time"],
[id="secondary"] .widget input[type="datetime"],
[id="secondary"] .widget input[type="datetime-local"],
[id="secondary"] .widget input[type="color"],
[id="secondary"] .widget input[type="range"],
[id="secondary"] .widget textarea,
[id="secondary"] .widget select{
	width: 100%;
	background:#fff;
	border:1px solid #e9e9e9;
	outline:0;
	border-radius: 0;
	padding-left: 10px;
	height:40px;
	min-width: auto;
}
.widget textarea{
	height: 100px;
}
.widget_search.widget input[type="search"]{
	background:#f9f9f9;
	border-width:1px;
}
.widget_search.widget input[type="submit"],
.price_slider_wrapper button[type="submit"],
.error404 input[type="submit"],
.special-offer-template-default.single .wpcf7-form p input[type="submit"],
.contact-page .panel-layout form input[type=submit],
.comments-area form input[type=submit],
.navigation .nav-links a,
article footer .comments-link a,
.no-results.not-found input[type="submit"]{
	border-radius: 0;
	border: 1px solid transparent;
	background: #d77b5d;
	text-transform: uppercase;
	color:#fff;
	margin-top:20px;
	font-size:14px;
	padding:10px 15px;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.rooms-pagination .navigation .nav-links a{
	padding:0 10px;
}
.navigation .nav-links a{
	display: inline-block;
	-ms-word-break: break-word;
	word-break: break-word;
}
.special-offer-template-default.single .wpcf7-form p input[type="submit"],
.contact-page .panel-layout form input[type=submit],
.comments-area input[type=submit],
.navigation .nav-links a,
article footer .comments-link a,
.no-results.not-found input[type="submit"]{
	margin-top:0;
}
article footer{
	text-align: left;
}
article footer .comments-link,
article footer .comments-link a{
	display: inline-block;
}
.widget_search.widget input[type="submit"]:hover,
.price_slider_wrapper button[type="submit"]:hover,
.error404 input[type="submit"]:hover,
.special-offer-template-default.single .wpcf7-form p input[type="submit"]:hover,
.contact-page .panel-layout form input[type=submit]:hover,
.comments-area form input[type=submit]:hover,
.navigation .nav-links a:hover,
article footer .comments-link a:hover,
.no-results.not-found input[type="submit"]:hover{
	border: 1px solid #177a7a;
	background: #177a7a;
	color:#FFF; 
}
.error404  input[type=search],
.no-results.not-found input[type=search]{
	max-width:320px;
	width: 100%;
	height:37px;
}
.error404  input[type=search],
.error404 input[type="submit"],
.no-results.not-found input[type=search],
.no-results.not-found input[type="submit"]{
	display: inline-block;
	vertical-align: top;
	margin-top: 0;
}
.widget-area .widget{
	margin-top:50px;
	margin-bottom: 0;
}
.widget-area .widget:nth-of-type(1){
	margin-top:0;
}
.widget_calendar{
	text-align: center;
}
.widget_calendar tfoot{
	text-align: left;
}
.widget.widget_categories ul,
.widget.widget_archive ul,
.widget.widget_pages ul,
.widget.widget_meta ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_nav_menu ul,
.widget_rss ul,
.widget_product_categories ul{
	padding-left: 0;
	margin-left: 0;
	list-style:none;
	margin-bottom: 0;
}
.widget.widget_categories ul li,
.widget.widget_archive ul li,
.widget.widget_pages ul li,
.widget.widget_meta ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_nav_menu ul li,
.widget_rss ul li,
.widget_product_categories ul li{
	padding: 15px 0;
	border-top:1px solid #dddddd;
}
.widget.widget_categories ul li:nth-of-type(1),
.widget.widget_archive ul li:nth-of-type(1),
.widget.widget_pages ul li:nth-of-type(1),
.widget.widget_meta ul li:nth-of-type(1),
.widget_recent_comments ul li:nth-of-type(1),
.widget_recent_entries ul  li:nth-of-type(1),
.widget_recent_entries ul li:nth-of-type(1),
.widget_nav_menu ul li:nth-of-type(1),
.widget_rss ul li:nth-of-type(1),
.widget_product_categories ul li:nth-of-type(1){
	border-top: 0;
}
.widget.widget_categories ul li .children li,
.widget.widget_archive ul li .children li,
.widget.widget_pages ul li .children li,
.widget_recent_entries ul li .children li,
.widget_nav_menu ul li .sub-menu li,
.widget_product_categories ul li .children li{
	padding: 12px 0;
}
.widget.widget_categories ul li .children,
.widget.widget_archive ul li .children,
.widget.widget_pages ul li .children,
.widget_recent_entries ul li .children,
.widget_product_categories ul li .children{
	margin: 0 15px;
}
.widget_nav_menu ul li .sub-menu {
	margin: 0 10px;
}
.widget.widget_categories ul li .children li:last-child,
.widget.widget_archive ul li .children li:last-child,
.widget.widget_pages ul li .children li:last-child,
.widget_nav_menu ul li .sub-menu li:last-child,
.widget_recent_entries ul li .children li:last-child,
.widget_product_categories ul li .children li:last-child{
	padding-bottom: 0;
}
.widget.widget_categories ul li .children li:first-child,
.widget.widget_archive ul li .children li:first-child,
.widget.widget_pages ul li .children li:first-child,
.widget_nav_menu ul li .sub-menu li:first-child,
.widget_recent_entries ul li .children li:first-child,
.widget_product_categories ul li .children li:first-child{
	padding-top: 10px;
	margin-top: 12px;
	border-top: 1px solid #dddddd;
}
.widget.widget_categories ul li .children li a,
.widget.widget_archive ul li .children li a,
.widget.widget_pages ul li .children li a,
.widget_nav_menu ul li .sub-menu li a,
.widget_recent_entries ul li .children li a,
.widget_product_categories ul li .children li a{
	position: relative;
	padding-left: 15px;
	font-size: 14px;
}
.widget.widget_categories ul li .children li a:after,
.widget.widget_archive ul li .children li a:after,
.widget.widget_pages ul li .children li a:after,
.widget_nav_menu ul li .sub-menu li a:after,
.widget_recent_entries ul li .children li a:after,
.widget_product_categories ul li .children li a:after{
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 7px;
	height: 2px;
	background: #aaa;
}
.widget_rss ul li,
.widget_recent_comments ul li,
.widget.widget_categories ul li,
.widget.widget_archive ul li,
.widget.widget_categories ul li a,
.widget.widget_archive ul li a,
.widget.widget_pages ul li a,
.widget.widget_meta ul li a,
.widget_recent_entries ul li a,
.widget_nav_menu ul li a,
.widget_calendar tfoot a,
.widget_product_categories ul li a{
	text-decoration: none;
	color: #878787;
	font-size:16px;
	font-weight: 400;
	word-break: break-word;
}
.widget.widget_categories ul li,
.widget.widget_archive ul li{
	text-align: right;
	display: table;
	width: 100%;
}
.widget.widget_categories ul li a,
.widget.widget_archive ul li a{
	float: left;
}
.widget_recent_comments ul li a,
.widget_rss ul li a{
	color:#222;
	text-decoration: none;
}
.widget.widget_categories ul li a:hover,
.widget.widget_archive ul li a:hover,
.widget.widget_pages ul li a:hover,
.widget.widget_meta ul li a:hover,
.widget_recent_entries ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_calendar tfoot a:hover,
.widget_recent_comments ul li a:hover, 
.widget_rss ul li a:hover,
.widget_swing_ourrooms_simple .post-title a:hover{
	color:#d46e4e;
}
.widget_swing_ourrooms_simple .items{
	display: table;
	width: 100%;
	margin-top: 21px;
}
.widget_swing_ourrooms_simple .items:nth-of-type(1){
	margin-top:0;
}
.widget_swing_ourrooms_simple .col-1,
.widget_swing_ourrooms_simple .col-2{
	float: left;
}
.widget_swing_ourrooms_simple .col-1{
	width: 100px;
}
.widget_swing_ourrooms_simple .col-2{
	width: -moz-calc(100% - 100px);
	width: -webkit-calc(100% - 100px);
	width: calc(100% - 100px);
	padding-left:22px;
	padding-top: 6px; 
}
.widget_swing_ourrooms_simple .col-1 img{
	display: block;
}
.widget_swing_ourrooms_simple .post-title{
	margin-bottom:10px;
}
.widget_swing_ourrooms_simple .post-title a{
	font-family: 'Merriweather', serif;
	text-decoration: none;
	color: #000;
	font-size: 18px;
	font-weight: 400;
}
.widget_swing_ourrooms_simple .post-content{
	color: #878787;
	font-size:16px;
}

.widget_shopping_cart_content p{
	margin-bottom: 0;
}
/*comment respond css*/
.comments-title{
	margin-bottom: 0px;
	color: #212121;
}
.comment-respond label{
	font-size:17px;
	color: #212121;
	display: block;
	margin-bottom:15px;
}
.comment-respond p,
.comment-respond  .comment-form-author,
.comment-respond  .comment-form-email{
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
	width: 50%;
}
.comment-respond  .comment-form-author{
	padding-right: 10px;
}
.comment-respond  .comment-form-email{
	padding-left: 10px;
}
.comment-respond .comment-form-url{
	display: block;
}
.comment-respond  .comment-form-author input[type=text],
.comment-respond  .comment-form-email input[type=email],
.comment-respond .comment-form-url input[type=url]{
	width: 100%;
	padding-left:10px;
	min-height: 35px;
}
.rooms-pagination .page-numbers li{
	padding:0;
}
.rooms-pagination .page-numbers li span,
.rooms-pagination .page-numbers,
.rooms-pagination .page-numbers li a{
	margin: 0;
	border-radius: 0;
	border: 0;
}
.rooms-pagination .page-numbers li span.current,
.rooms-pagination .page-numbers li a:hover{
	background: #d77b5d;
	color:#fff;
}
/*-------------------
single page css end
---------------------*/
/**/
.single .sc-wrapper > div label,
.single .sc-wrapper > div p{
	display: inline-block;
	vertical-align: middle;
	padding:0;
	margin:0;
}
.single .sc-wrapper > div p {
	color:#222;
}
.wrapper-image img,
.single-galleries img{
	display: block;
}
.rooms-single-gallery{
	float: left;
	width: 20%;
}
.special-offer-template-default.single .sc-wrapper,
.special-offer-template-default.single .form-apply{
	margin-bottom:30px;
}
.special-offer-template-default.single .wpcf7-form p{
	display: inline-block;
	width: 50%;
	margin:7px 0;
	margin-right:-4px;
}
.special-offer-template-default.single .wpcf7-form p label span{
	margin-top:3px;
	display: block;
}
.special-offer-template-default.single .wpcf7-form p:nth-of-type(2n){
	padding-left: 10px;
}
.special-offer-template-default.single .wpcf7-form p:nth-of-type(2n+1){
	padding-right:10px;
}
.special-offer-template-default.single .wpcf7-form p:nth-of-type(7),
.special-offer-template-default.single .wpcf7-form p:nth-of-type(8){
	width: 100%;
	margin-right: 0;
	padding-left: 0;
}
.special-offer-template-default.single .wpcf7-form textarea{
	height:100px; 
}
.special-offer-template-default.single .wpcf7-form input[type=text],
.special-offer-template-default.single .wpcf7-form input[type=email],
.special-offer-template-default.single .wpcf7-form input[type=date],
.special-offer-template-default.single .wpcf7-form input[type=number]{
	height:35px;
}
.special-offer-template-default.single .wpcf7-form input[type=text],
.special-offer-template-default.single .wpcf7-form input[type=email],
.special-offer-template-default.single .wpcf7-form input[type=date],
.special-offer-template-default.single .wpcf7-form textarea{
	width: 100%;
}
.special-offer-template-default.single .wpcf7-form input[type=date]{
	background-image: url(assets/images/calender.png);
	position: relative;
	-webkit-appearance: none;
	background-position: right center;
	background-repeat: no-repeat;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.special-offer-template-default.single .wpcf7-form input[type=date]::-webkit-inner-spin-button{
	-webkit-appearance: none;
	opacity: 0;
}
.special-offer-template-default.single .wpcf7-form input[type=date]::-webkit-calendar-picker-indicator {
	-webkit-appearance: none;
	opacity: 0;
}
.special-offer-template-default.single .wpcf7-form input[type=date]::-webkit-clear-button{
	display: none;
	-webkit-appearance: none;
	background: none;
}
/*Contact us page css start*/
.contact-page .form-section-1,
.contact-page .form-section-2{
	display: inline-block;
	width: 50%;
	margin-right: -4px;
	vertical-align: top;
}
.contact-page .form-section-1{
	padding-right: 10px;
}
.contact-page .form-section-2{
	padding-left:10px;
}
.contact-page .panel-layout form input[type=text],
.contact-page .panel-layout form input[type=email],
.contact-page .panel-layout form textarea{
	background: #eee;
	border:1px solid #ccc;
	border-radius: 0;
	padding-left: 20px;
	outline: 0;
	color: #222;
	width: 100%;
	margin-bottom:20px;
}
.contact-page .panel-layout form textarea{
	height: 120px;
	padding-top: 20px;
	resize: none;
}
.contact-page .panel-layout form input[type=text],
.contact-page .panel-layout form input[type=email]{
	height: 50px;
}
.contact-page h5{
	color: #222;
	font-weight: 400;
	font-size: 20px;
}
/*Contact us page css end*/
/*single post page*/
.entry-meta  .author,
.entry-meta  .posted-on{
	position: relative;
	padding-left: 20px;
	margin-right: 10px;
}
.entry-meta a{
	color:#212121;
	font-size:15px;
	display: inline-block;
}
.entry-meta span a i{
	position: absolute;
	top:50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}
.entry-title a,
.page-title a{
	color: #222;
	font-size:24px;
}
.search article footer{
	text-align: left;
}
/*HOTEL CHECKOUT*/
/*about page css */
.page-template-template-about .content-wrapper {
	margin-bottom: 10px;
	margin-top: 40px;
}
.page-template-template-about .theme-text{
	margin-bottom:14px;
	font-size: 16px;
}
.page-template-template-about  .room-loops{
	border: 1px solid #eee;
}
.page-template-template-about .rooms-features-wrapper{
	padding: 30px;
}
.page-template-template-about .rooms-thumbnail{
	overflow: hidden;
}
.page-template-template-about .rooms-thumbnail img{
	display: block;
	margin:0 auto;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.page-template-template-about  .room-loops:hover .rooms-thumbnail img{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.sow-image-container{
	max-width: 400px;
	width: 100%;
	margin:0 auto;
}
.page-template-template-about .rooms-title{
	margin-bottom: 7px;
}
.page-template-template-about .rooms-title h3{
	margin-bottom: 0;
}
.page-template-template-about .rooms-title a{
	display: inline-block;
	text-decoration: none;
	font-family: 'Merriweather', serif;
	font-size: 26px;
	color: #4a4a4a;	
}
.page-template-template-about .rooms-title a:hover{
	color:#d77b5d; 
}
.page-template-template-about .room-features{
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.page-template-template-about .room-features:after{
	bottom:0;
	content: '';
	left: 0;
	height: 2px;
	width: 50px;
	background: #eeeeee;
	position: absolute;
}
.services{
	position: relative;
	overflow: hidden;
}
.services .rooms-thumbnail img{
	display: block;
	margin:0 auto;
}
.services .features-content{
	position: absolute;
	bottom: 20px;
	left: 15px;
	right: 15px;
	text-align: center;
	z-index: 9;
}
.widget .features{
	width:100%;
	margin-left:0;
}
.widget  .s-feature-title{
	color: #222;
}
.widget  .services .s-feature-title{
	color:#fff;
}
.widget .s-feature-content{
	margin-bottom: 0px;
}
.page-template-template-facilities .has-post-thumbnail > img{
	display: block;
	margin-bottom: 30px;
}
.page-template-template-activities .room-loops{
	border: 1px solid #eee;
}
.page-template-template-activities .room-loops .rooms-thumbnail{
	overflow: hidden;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.page-template-template-activities .room-loops img{
	display: block;
	margin:0 auto;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.page-template-template-activities .room-loops:hover img{
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}
.page-template-template-activities .rooms-features-wrapper{
	padding:30px;
}
.page-template-template-gallery .gallery-wrapper{
	padding-bottom: 100px;
}
.single-post article img{
	display: block;
	margin: auto;
	/*margin-bottom:30px;*/
}
.single-post .entry-header{
	margin-bottom: 15px;
}
.page-template-template-facilities .textwidget{
	margin-bottom:50px;
}
.textwidget{
	margin-bottom:20px;
}
.textwidget form p{
	margin:0;
}
.textwidget p{
	margin-top: 0;
}
.textwidget h2{
	margin: 0 0 20px;
	color: #2d2a27;
	font-family: 'Merriweather', serif;
	font-weight: 400;
}
.page-template-template-services .about-content-area{
	padding-bottom:50px;
}
.page-template-template-activities .room-loops .rooms-title h3 {
	margin-bottom:3px; 
}
.page-template-template-activities .room-loops .rooms-title h3 a{
	font-size: 26px;
	color: #000;
	font-family: 'Merriweather', serif;
}
.page-template-template-activities .room-loops .rooms-title h3 a:hover{
	color: #d77b5d;
}
.page-template-template-activities .room-loops .room-features .unique-features{
	padding-bottom: 24px;
	margin-bottom: 24px;
	position: relative;
}
.page-template-template-activities .room-loops .room-features .unique-features:before{
	content:'';
	position: absolute;
	bottom: 0;
	width: 50px;
	height: 2px;
	background: #eeeeee;
}
.single-s_special_offer  .single-galleries{
	margin-bottom:15px;
	margin-left: -2%;
	margin-top:15px;
}
.single-galleries .rooms-single-gallery{
	width: 18%;
	margin-left:2%;
	margin-bottom:15px;
}
.comments-area{
	text-align: left;
}
.comments-area ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
.single-s_special_offer .wpcf7{
	margin-bottom: 20px;
}
/*Comment Section*/
.comments-area .comment-body{
	margin-bottom: 30px;
}
.comments-area .pingback .comment-body {
	margin-bottom: 0px;
}
.comments-area .comment-list .comment,
.comments-area .comment-list .pingback {
	padding-top: 30px;
}
.comments-area .comment-list .comment article{
	border-bottom: 1px solid #ddd;
	margin-bottom: 0;
	padding-bottom: 0px;
}
.comments-area .comment-body .comment-author {
	display: inline-block;
	width: calc(100% - 260px);
	margin: 0;
}
.comments-area .comment-body .reply a{
	font-size: 14px;
}
.comments-area .comment-body .comment-author img{
	width: 55px;
	height: 55px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
	padding: 5px;
	background: #FFF;
	border: solid 1px #ddd;
	border-radius: 3px;
}
.comments-area .comment-body .comment-author b.fn{
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
	font-size: 16px;
	color: #212121;
}
.comments-area .comment-body .comment-author span.says{
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
}
.comments-area .comment-body .comment-metadata {
	display: inline-block;
	width: 250px;
	margin: 0;
	text-align: right;
	font-size: 14px;
}
.comments-area .comment-body .comment-content{
	padding-left: 68px;
}
.comments-area .comment-content p{
	margin-bottom: 10px;
}
.comments-area .comment-content p:last-of-type{
	margin-bottom: 0;
}
.comments-area .comment-list .comment.depth-1.parent .children{
	padding-left: 30px;
}
.comments-area .comment-respond{
	padding-top: 30px;
}
.comments-area .comment-respond .comment-reply-title{
	font-size: 30px;
	margin-bottom: 30px;
	color: #212121;
}
.comments-area .comment-respond .comment-reply-title small{
	float: right;
	font-size: 17px;
	font-weight: 400;
}
.comments-area .comment-respond .logged-in-as{
	font-size: 17px;
}
.comment-respond .form-submit input[type=submit]#submit{
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #d77b5d;
	display: block;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
	background: transparent;
	border: solid 2px #d77b5d;
	padding: 13px 15px 12px !important;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
	
}
.comment-respond .form-submit input[type=submit]#submit:hover{
	background: #d77b5d;
	color: #FFF;
}
.wpmm_megamenu .widget_pages ul li a, .wpmm_megamenu .widget_meta ul li a, .wpmm_megamenu .widget_nav_menu ul li a{
	font-size: 16px !important;
}
.post-password-form label input[type=password],
.post-password-form input[type=submit]{
	height: 40px;
	vertical-align: middle;
	margin-top: 0;
}
.widget_tag_cloud .tagcloud a{
	font-size: 14px !important;
	padding: 8px 10px;
	border: 1px solid #d46e4e;
	display: inline-block;
	margin: 4px 2px;
	text-transform: lowercase;
}
.widget_tag_cloud .tagcloud a:hover{
	color: #FFF;
	background: #d46e4e;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	border: none;
	-webkit-box-shadow: 1px 0px 6px 1px rgba(0,0,0,0.1);
	box-shadow: 1px 0px 6px 1px rgba(0,0,0,0.1);
}

.error-404 form input.search-field,
.not-found form input.search-field{
	height: 40px;
	line-height: 40px;
}
.error-404 form input.search-submit,
.not-found form input.search-submit{
	height: 40px;
	line-height: 38px;
	padding: 0 15px;
	display: inline-block;
	-webkit-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
	-ms-transition: all ease 0.35s;
	-o-transition: all ease 0.35s;
	transition: all ease 0.35s;
}
.error-404 form input.search-submit:hover,
.not-found form input.search-submit:hover{
	background: #222;
	color: #FFF;
	border-color: #222;
	cursor: pointer;
}
.error-404 form input.search-submit:focus,
.not-found form input.search-submit:focus,
.error-404 form input.search-submit:active,
.not-found form input.search-submit:active{
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* ss */
.select-skin {
	width: 200px;
	position: relative;
}
.select-skin select {
	width: 100%;
	height: 100%;
	float: none;
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-appearance: menulist-button;
}
.select-skin-mask {
	width: 100%;
	background: #333;
}
.select-skin-text {
	width: 9999px;
	padding: 5px 10px;
	line-height: 1em;
	font-size: 1em;
}
.select-skin-text-clip {
	margin-right: 35px;
	overflow: hidden;
	background: #999;
}
body .ui-datepicker.ui-widget{
	z-index: 9999 ! important;
}
/** Preloader **/
.swing-preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background: #FFF;
	z-index: 999999;
}
.swing-preloader .in-preload {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.menu-create-notif {
	margin: 15px 0;
}

.sidemenu .over-slider-header .menu-create-notif {
	color: #585858;
}
.over-slider-header .menu-create-notif {
	color: #fff;
}
/** 404 Error Page **/
.error404 .breadcrumb {
	margin-bottom: 90px;
}
.no-results,
.error404 .error-404 {
	text-align: center;
}
.no-results .page-title,
.error404 .error-404 .page-title {
	margin-bottom: 20px;
}
.no-results .page-content,
.error404 .error-404 .page-content,
.no-results .page-content p,
.error404 .error-404 .page-content p{
	text-align: center;
	display: block;
	width: 100%;
}
.no-results .page-content form input[type="submit"],
.error404 .error-404 .page-content form input[type="submit"]{
	display: inline-block;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
}
.no-results .page-content form input[type="submit"]:hover,
.error404 .error-404 .page-content form input[type="submit"]:hover{
	color: #FFF;
	background: #222;
	border-color: #222;
}
.no-results .page-content form input[type="search"],
.error404 .error-404 .page-content form input[type="search"]{
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
}
.no-results form,
.error404 .error-404 form{
	display: block;
	width: 100%;
	text-align: center;
}
.list-layout .rooms-content .room-loops.sticky {
	-webkit-box-shadow: 0px 2px 10px -2px rgba(0,0,0,0.075);
	box-shadow: 0px 2px 10px -2px rgba(0,0,0,0.075);
	background: #f6f6f6;
}

/** Room Features Widget **/
.rooms-title h3 {
	margin-top: 20px;
	margin-bottom: 0px;
}

.unique.unique-features {
	color: #c0b7af;
	margin-bottom: 15px;
}

.services .rooms-thumbnail{
	position: relative;
	overflow: hidden;
}
.services .rooms-thumbnail:before,
.services .rooms-thumbnail:after{
	bottom: 15px;
	content: "";
	left: 15px;
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 2;
}
.services .rooms-thumbnail:before{
	-webkit-transform: scale(0,1);
	-ms-transform: scale(0,1);
	-o-transform: scale(0,1);
	transform: scale(0,1);
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}
.services .rooms-thumbnail:after{
	-webkit-transform: scale(1,0);
	-ms-transform: scale(1,0);
	-o-transform: scale(1,0);
	transform: scale(1,0);
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
.services .rooms-thumbnail:hover:before,
.services .rooms-thumbnail:hover:after{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}
.services .rooms-thumbnail img{
	display: block;
	margin:0 auto;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}
.services .rooms-thumbnail:hover img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.services .features-content{
	position: absolute;
	bottom: 20px;
	left: 15px;
	right: 15px;
	text-align: center;
	z-index: 9;
	-webkit-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;    
}
.services .rooms-thumbnail:hover + .features-content{
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}
[id="primary"] .title:after,
[id="primary"] .mphb-room-type-title:after{
	left: 0;
}
.contact-wrapper.siteorigin-panels-stretch{
	background: transparent;
	margin-bottom: -155px;
}
.contact-wrapper.siteorigin-panels-stretch .s-contact-form form input[type=text],
.contact-wrapper.siteorigin-panels-stretch .s-contact-form form input[type=email],
.contact-wrapper.siteorigin-panels-stretch .s-contact-form form textarea{
	background: transparent;
	border-width: 1px;
	border-color: #9f9f9f;
}
.contact-wrapper.siteorigin-panels-stretch .s-contact-form form input[type=submit]{
	border-width: 1px;
	background: #494c50;
	color: #FFF;
}
.contact-wrapper.siteorigin-panels-stretch .s-contact-form form input[type=submit]:hover{
	color: #FFF;
	background: #333;
	border-color: #333;
}
.logged-in-as a:first-of-type{
	color: #4c4c4c;
}
.logged-in-as a:last-of-type:hover{
	text-decoration: underline;
}
.contact-wrapper.siteorigin-panels-stretch h1{
	margin: 0 0 20px;
	color: #2d2a27;
	font-family: 'Merriweather', serif;
	font-weight: 400;
	font-size: 42px;
}
.contact-wrapper.siteorigin-panels-stretch .textwidget p{
	color: #4c4c4c;
}
.siteorigin-widget-tinymce .s-content-tag-wrap i{
	font-size: 42px;
	color: #2d2a27;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	margin-top: 0px;
}
.comment-body .reply{
	text-align: right;
	margin-bottom: 10px;
}
.comment-body .reply a{
	position: relative;
	padding-left: 15px;
}
.comment-body .reply a:before{
	position: absolute;
	content: "\f4c7";
	font-family: "Ionicons";
	top: 55%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.contact-wrapper.siteorigin-panels-stretch .s-contact-form form input[type=text]::-moz-placeholder{
	color: #333;
}
.contact-wrapper.siteorigin-panels-stretch .s-contact-form form input[type=text]::placeholder{
	color: #333;
}
.contact-wrapper.siteorigin-panels-stretch .s-contact-form form input[type=text]::-webkit-input-placeholder{
	color: #333;
}
.contact-wrapper.siteorigin-panels-stretch .s-contact-form form input[type=text]::-ms-input-placeholder{
	color: #333;
}
.contact-wrapper.siteorigin-panels-stretch .s-contact-form form input[type=email]::-moz-placeholder{
	color: #333;
}
.contact-wrapper.siteorigin-panels-stretch .s-contact-form form input[type=email]::placeholder{
	color: #333;
}
.contact-wrapper.siteorigin-panels-stretch .s-contact-form form input[type=email]::-webkit-input-placeholder{
	color: #333;
}
.contact-wrapper.siteorigin-panels-stretch .s-contact-form form input[type=email]::-ms-input-placeholder{
	color: #333;
}
.contact-wrapper.siteorigin-panels-stretch .s-contact-form form textarea::-moz-placeholder{
	color: #333;
}
.contact-wrapper.siteorigin-panels-stretch .s-contact-form form textarea::placeholder{
	color: #333;
}
.contact-wrapper.siteorigin-panels-stretch .s-contact-form form textarea::-webkit-input-placeholder{
	color: #333;
}
.contact-wrapper.siteorigin-panels-stretch .s-contact-form form textarea::-ms-input-placeholder{
	color: #333;
}
.entry-footer span.edit-link{
	font-size: 14px;
}
.contact-wrapper.siteorigin-panels-stretch .s-contact-form .form-section-1 p:last-child{
	margin-top: 5px;
}
[id="secondary"] .widget select{
	border: solid 1px #ddd;
	height: 40px;
	line-height: 38px;
	padding: 0 45px 0 15px;
}
[id="secondary"] .widget input[type="search"]{
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	-ms-appearance: none;
	-o-appearance: none;
}
[id="secondary"] .widget.widget_search form,
[id="secondary"] .widget.widget_product_search form{
	position: relative;
}
[id="secondary"] .widget.widget_search form label,
[id="secondary"] .widget.widget_product_search form label{
	position: relative;
	display: block;
}
[id="secondary"] .widget.widget_search form label input.search-field,
[id="secondary"] .widget.widget_product_search label input.search-field{
	height: 40px;
	line-height: 40px;
	padding: 0 60px 0 10px;
}
[id="secondary"] .widget.widget_search form label:before,
[id="secondary"] .widget.widget_product_search form:before{
	color: #777;
	position: absolute;
	content: "\f21f";
	font-family: "Ionicons";
	font-weight: 300;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	margin-right: 15px;
}
[id="secondary"] .widget.widget_search form input.search-submit,
[id="secondary"] .widget.widget_product_search form button[type="submit"]{
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 40px;
	border: none;
	margin-top: 0;
	padding: 0;
	opacity: 0;
}
.home.no-breadcrumb header.site-header {
	margin-bottom: 60px;
}
.comment-respond h3#reply-title{
	font-size: 20px;
	color: #222;
}
.tags-links{
	margin: 10px 0 40px;
	display:  block;
}
.tags-links a:hover{
	color: #333;
}
.select2-container--default .select2-selection--single{
	height: 35px;
	border: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	-ms-appearance: none;
	-o-appearance: none;
	background-repeat: no-repeat !important;
	background-image: url(assets/images/icon-select.png) !important;
	position: relative;
	background-position: right center !important;
	width: 100%;
	border: solid 1px #ccc;
	height: 35px;
	line-height: 33px;
	padding: 0 30px 0 8px;
	border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	display: none;
}
.blog .feature-post-attributes{
	padding-bottom: 25px;
}
[id="primary"].room-page-lists{
	margin-bottom: 100px;
}
.home [id="primary"].room-page-lists {
	margin-bottom: 60px;
}
.post-type-archive-product #primary{
	margin-bottom: 10px;
}
.contact-wrapper.section-contact .s-contact-form form input[type=text],
.contact-wrapper.section-contact .s-contact-form form input[type=email],
.contact-wrapper.section-contact .s-contact-form form textarea{
	color: #aaa;
}
.hotel-service-wrapper.section-hotel_service .s-container{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: flex-start;
	-webkit-align-items: flex-start;
	-webkit-box-align: flex-start;
	align-items: flex-start;
	-webkit-flex-flow: row wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.hotel-service-wrapper.section-hotel_service .hotel-services-titlewrap{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	width: 32%;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	text-align: right;
	padding-right: 30px;
}
.hotel-service-wrapper.section-hotel_service .hotel-services-list{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	width: 68%;
	margin: 0;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	padding-left: 30px;
}
.hotel-service-wrapper.section-hotel_service .hotel-services-list li{
	list-style: none;
}
.hotel-service-wrapper.section-hotel_service .hotel-services-titlewrap h2.hotel-services-title{
	color: #2d2a27;
	font-family: 'Merriweather', serif;
	font-size: 35px;
	line-height: 44px;
	font-weight: 400;
}
.hotel-service-wrapper.section-hotel_service .hotel-services-titlewrap .hotel-services-title{
	font-weight: 400;
	line-height: 1.65;
	font-size: 16px;
}
.hotel-service-wrapper.section-hotel_service .hotel-services-list li h3{
	font-size: 22px;
	color: #000;
	margin-bottom: 5px;
	position: relative;
	background: #f7f7f7;
	font-weight: 400;
	padding-left: 0;
}
.hotel-service-wrapper.section-hotel_service .hotel-services-list li h3 span:first-of-type{
	padding-right: 10px;
	background: #f7f7f7;
	position: relative;
}
.hotel-service-wrapper.section-hotel_service .hotel-services-list li h3 span:last-of-type{
	padding-left: 10px;
	background: #f7f7f7;
	float: right;
	padding-right: 30px;
	position: relative;
	font-size: 20px;
	font-weight: 400;
}
.hotel-service-wrapper.section-hotel_service .hotel-services-list li h3:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background: #ddd;
	top: 50%;
}
.hotel-service-wrapper.section-hotel_service .hotel-services-list li p{
	font-weight: 400;
	color: #4c4c4c;
}
.hotel-service-wrapper.section-hotel_service .hotel-services-list li:last-child .hotel-service-title-text p{
	margin-bottom: 0;
}
/*Room List layout2*/
.rooms-lists-wrapper.layout2{
	padding: 93px 0 0px;
}
.rooms-lists-wrapper.layout2 .rooms-wrapper{
	padding-bottom: 70px;
}
.rooms-lists-wrapper.layout2 .rooms{
	margin: 0;
}

.rooms-lists-wrapper.layout2 .summary .title h4 a{
	color: #FFF;
	line-height: 38px;
	position: relative;
}
.rooms-lists-wrapper.layout2 .summary .title h4 a:hover{
	color: #FFF;
}
.rooms-lists-wrapper.layout2 .summary .title h4 a:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: #FFF;
	-webkit-transition: all 400ms  cubic-bezier(0.77, 0, 0.175, 1);
	-moz-transition: all 400ms  cubic-bezier(0.77, 0, 0.175, 1);
	-ms-transition: all 400ms  cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: all 400ms  cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 400ms  cubic-bezier(0.77, 0, 0.175, 1);
}
.rooms-lists-wrapper.layout2 .summary .title h4 a:hover:before{
	width: 100%;
}
/*Section Feature 2*/
.section-feature.layout2{
	padding: 90px 0 40px;
}
.section-feature.layout2 .features-icon{
	left: 0;
	right: 0;
	margin: 0 auto;
}
.section-feature.layout2 .features{
	padding-left: 0;
	padding-top: 100px;
}
.section-feature.layout2 .features .features-content{
	padding: 0 15px;
}
.section-feature.layout2 .s-feature-title{
	text-align: center;
	color: #000;
	font-size: 20px;
	font-weight: 500;
}
.section-feature.layout2 .s-feature-content{
	text-align: center;
	line-height: 28px;
	color: #4c4c4c;
	font-size: 16px;
	font-weight: 400;
}
.section-feature.layout2 .feature-btn{
	display: block;
	max-width: 120px;
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	margin: 18px auto 0;
	color: #000;
	position: relative;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	-ms-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
	transition: all ease 0.4s;
}
.section-feature.layout2 .feature-btn:hover{
	color: #D26E52;
}
.section-feature.layout2 .feature-btn:after{
	position: absolute;
	content: "";
	width: 30px;
	height: 1px;
	background: #000;
	top: 100%;
	left: 0;
	right: 0;
	margin: 3px auto 0;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-ms-transform-origin: center;
	-o-transform-origin: center;
	transform-origin: center;
	-webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	-moz-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	-ms-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.section-feature.layout2 .feature-btn:hover:after{
	width: 80px;
	background: #D26E52;
}
/*Search Room Section*/
.search-room-wrapper{
	padding: 105px 0;
	position: relative;
}
.search-room-wrapper .s-container{
	z-index: 1;
	position: relative;
}
.search-room-wrapper .textwidget{
	text-align: right;
	padding-right: 125px;
}
.search-room-wrapper .textwidget h2{
	font-size: 40px;
	font-weight: 400;
	color: #FFF;
	line-height: 1.15;
}
.search-room-wrapper .textwidget p{
	color: #FFF;
}
/*SPecial Offer Layout 2*/
.special-offer-wrapper.layout2 .special-offer{
	width: calc(33.33% - 30px);
	clear: none;
	margin-left: 30px;
}
.special-offer-wrapper.layout2 .special-offer-image img{
	width: 100%;
}
.special-offer-wrapper.layout2 .special-offer-image{
	display: block;
	position: relative;
}
.special-offer-wrapper.layout2 .special-offer-image a{
	display: block;
	position: relative;
	overflow: hidden;
}
.special-offer-wrapper.layout2 .special-offer-image .sp-offer-more-text{
	position: absolute;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	height: 100%;
	width: 100%;
	padding: 30px;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
}
.special-offer-wrapper.layout2 .special-offer-image img{
	-webkit-transform: scale3d(1,1,1);
	-moz-transform: scale3d(1,1,1);
	-ms-transform: scale3d(1,1,1);
	-o-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
}
.special-offer-wrapper.layout2 .special-offer-image:hover img{
	-webkit-transform: scale3d(1.2,1.2,1);
	-moz-transform: scale3d(1.2,1.2,1);
	-ms-transform: scale3d(1.2,1.2,1);
	-o-transform: scale3d(1.2,1.2,1);
	transform: scale3d(1.2,1.2,1);
}
.special-offer-wrapper.layout2 .special-offer-image .sp-offer-more-text span{
	color: #FFF;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 15px;
}
.special-offer-wrapper.layout2 .special-offer-image:hover .sp-offer-more-text{
	-webkit-transform: translate3d(0,0,0) rotate3d(1,1,1,0deg) scale3d(1,1,1);
	-moz-transform: translate3d(0,0,0) rotate3d(1,1,1,0deg) scale3d(1,1,1);
	-ms-transform: translate3d(0,0,0) rotate3d(1,1,1,0deg) scale3d(1,1,1);
	-o-transform: translate3d(0,0,0) rotate3d(1,1,1,0deg) scale3d(1,1,1);
	transform: translate3d(0,0,0) rotate3d(1,1,1,0deg) scale3d(1,1,1);
	visibility: visible;
	opacity: 1;
}
.special-offer-wrapper.layout2 .special-offer-items{
	margin-left: -30px;
}
.special-offer-wrapper.layout2 .special-offer-content{
	padding: 20px 0 0;
	text-align: center;
	background: none;
	border-bottom:1px solid black;
}
.special-offer-wrapper.layout2 .special-offer-content:before{
	display: none;
}
.special-offer-wrapper.layout2 .special-offer-content .special-offer-title{
	font-weight: 500;
	font-size: 18px;
}
.special-offer-wrapper.layout2 .special-offer-content .special-offer-price{
	font-weight: 600;
	font-size: 17px;
	margin-top: 12px;
	color: #d46e4e;
}
.special-offer-wrapper.layout2 .special-offer .special-offer-content .special-offer-title:hover{
	color: #d46e4e;
}
.special-offer-wrapper.layout2 .special-offer .special-offer-content .special-offer-title{
	position: relative;
	-webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	-moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	-ms-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
/*News Section 2*/
.news-offers-wrapper.layout2{
	padding: 90px 0 85px;
    background: #f7f7f7;
}
.news-offers-wrapper.layout2 .content-wrapper{
	margin-bottom: 60px;
}
.news-offers-wrapper.layout2 .news-offers-main-wrap.clear:before,
.news-offers-wrapper.layout2 .news-offers-main-wrap.clear:after{display: none;}
.news-offers-wrapper.layout2 .news-offers-main-wrap{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: flex-start;
	-webkit-align-items: flex-start;
	-webkit-box-align: flex-start;
	align-items: flex-start;
	-webkit-flex-flow: row wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	width: 100%;
	margin: 0;
}
.news-offers-wrapper.layout2 .news-offers-main-wrap .news-offers-wrap{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	width: 32%;
	margin-right: 2%;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
}
.news-offers-wrapper.layout2 .news-offers-main-wrap .news-offers-wrap:nth-of-type(3n){
	margin-right: 0;
}
.news-offers-wrapper.layout2 .news-offers-main-wrap .news-offers-wrap{
	height: auto;
  margin-bottom: 3.5%;
}
.news-offers-wrapper.layout2 .news-offers-main-wrap .news-offers-wrap figure{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	width: 100%;
	height: 250px;
	position: relative;
	margin: 0;
	margin-bottom: 15px;
}
.news-offers-wrapper.layout2 .news-offers-main-wrap .news-offers-wrap img:not(.emoji){
	vertical-align: top;
	transform-origin: 0 0;
	backface-visibility: hidden;
	object-fit: cover;
	height: 100%;
	min-width: 100%;
	max-width: inherit;
	position: absolute;
	width: 100%;
	margin: 0 auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.news-offers-wrapper.layout2 .news-offers-main-wrap .news-offers-wrap:nth-of-type(2n) figure{
	-webkit-order: 2;
	-ms-order: 2;
	order: 2;
	margin-bottom: 0;
}
.news-offers-wrapper.layout2 .news-offers-main-wrap .news-offers-wrap:nth-of-type(2n) .news-offer-content{
	-webkit-order: 1;
	-ms-order: 1;
	order: 1;
}
.news-offers-wrapper.layout2 .news-offers-main-wrap .news-offers-wrap .news-offer-content{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	width: 100%;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	min-height: 290px;
	padding: 35px 15px;
	text-align: center;
}
.news-offers-wrapper.layout2 .news-offers-main-wrap .news-offers-wrap .news-offer-content .category a{
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
}
.news-offers-wrapper.layout2 .news-offers-main-wrap .news-offers-wrap .news-offer-content .news-title, .upcoming-events .article-title-container h3 {
	line-height: 28px;
	margin-top: 12px;
	margin-bottom: 12px;
	font-family: 'Montserrat', sans-serif;
}
.news-offers-wrapper.layout2 .news-offers-main-wrap .news-offers-wrap .news-offer-content .news-title {
    background: #f7f7f7;
}

.news-offers-wrapper.layout2 .news-offers-main-wrap .news-offers-wrap .news-offer-content .news-title a,
.upcoming-events .article-title-container h3 {
	font-size: 20px;
	/*text-transform: capitalize;*/
	color: #000;
	line-height: 20px;
	font-weight: 500;
}
.upcoming-events .article-title-container h3:hover {
    color: #075F5F;
}
.news-offers-wrapper.layout2 .news-offers-main-wrap .news-offers-wrap .news-offer-content .news-title a:hover{
	color: #d46e4e;
}
.news-offers-wrapper.layout2 .news-offers-main-wrap .news-offers-wrap .news-offer-content .author-date{
	text-transform: capitalize;
	color: #d46e4e;
	display: block;
	margin-bottom: 12px;
	font-size: 14px;
	font-weight: 400;
}
.hotel-service-wrapper{
	padding: 95px 0;
	background: #f7f7f7;
}
/*CTA with overlay*/
.service-wrapper.has-overlay .content-text{
	color: #FFF;
}
.service-wrapper.has-overlay .content-title{
	color: #FFF;
	font-family: Merriweather;
	font-weight: 400;
	text-decoration: none;
	text-transform: none;
	font-size: 40px;
	line-height: 1.3;
}
.service-wrapper.has-overlay .button-links a,
.reservation.mainbtn a {
	background: #D46E4E;
	border-color: #D46E4E;
	color: #FFF;
}
.service-wrapper.has-overlay .button-links a:hover{
	background: #aa583e;
	border-color: #aa583e;
}
/*Footer layout with 3 columns*/
.footer-wrapper .top-footer .s-container{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: flex-start;
	-webkit-align-items: flex-start;
	-webkit-box-align: flex-start;
	align-items: flex-start;
	-webkit-flex-flow: row wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	padding: 95px 10px 0px;
}
.footer-wrapper .top-footer.column-3 .widget-wrap{
	width: 33.33%;
	padding-right: 60px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	text-align: left;
}
.footer-wrapper .top-footer.column-3 .widget-wrap:last-of-type{
	padding-right: 0;
}
.footer-wrapper .top-footer.column-3 .widget-wrap:nth-of-type(2n){
	padding-left: 30px;
}
.footer-wrapper .top-footer .widget_swing_social_icons{
	margin-bottom: 20px;
}
.footer-wrapper .top-footer .social-links-wrap{
	display: block;
	margin-top: 20px;
}
.footer-wrapper .top-footer .social-links-wrap a{
	color: #FFF;
	font-size: 16px;
	margin-right: 10px;
	height: 36px;
	width: 36px;
	text-align: center;
	line-height: 36px;
	border: solid 1px #ccc;
	display: inline-block;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.footer-wrapper .top-footer .social-links-wrap a:last-child{
	margin-right: 0;
}
.footer-wrapper .top-footer .social-links-wrap a:hover{
	background: #d46e4e;
	border-color: #d46e4e;
}
.footer-wrapper .widget-wrap .widget-title{
	color: #FFF;
	font-family: 'Merriweather', serif;
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 20px;
	position: relative;
}
.footer-wrapper .widget-wrap .widget-title:before{
	position: absolute;
	content: "";
	top: 100%;
	left: 0;
	width: 30px;
	height: 1px;
	background: #d46e4e;
	margin-top: 8px;
}
.footer-wrapper .widget-wrap p{
	color: #a8a8a8;
	margin-bottom: 12px;
}
.footer-wrapper .widget-wrap p:last-of-type{
	margin-bottom: 0;
}
.footer-wrapper .widget p a{
	color: #a8a8a8;
}
.footer-wrapper .top-footer{
	background: #242424;
}
/*Bottom Footer Layout 2*/
.footer-container.layout1{
	background: #242424;
	padding: 0;
}
.footer-container.layout2{
	background: #242424;
	padding: 0;
}
.footer-container.layout1 .s-container,
.footer-container.layout2 .s-container{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 20px 0;
	border-top: 1px solid #444;
}
.footer-container.layout2 .s-container{
	border-top: none;
}
.footer-container.layout2 .footer-content{
	width: 100%;
	text-align: center;
	display: block;
}
.footer-container.layout2 .apss-social-share{
	text-align: center;
}
.footer-container.layout1 .s-container{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-flex-flow: row wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
}
.footer-container.layout1 .footer-content{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.footer-container.layout1 .footer-content{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.footer-container.layout1 .footer-content{
	color: #FFF;
}
.footer-container.layout1 .footer-content a{
	padding-left: 6px;
	color: #FFF;
}
/*Layout 4*/
body.sidemenu header.layout4{
	position: fixed;
	width: 350px;
	left: 0;
	top: 0;
	height: 100vh;
	background: #FFF;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.05);
}
body.sidemenu .site-content{
	margin-left: 350px;
    overflow: hidden;
    width: calc(100vw - 350px);
}
header.layout4 .logo-wrap, .mCSB_inside>.mCSB_container, header.layout4 .swing-nav {
	width: 275px;
}

.logo-wrap .logo .custom-logo {
	width: 180px;
}

header.layout4 .logo-wrap{
	display: block;
    border-bottom: 1px solid #075F5F;
}
.mCSB_inside>.mCSB_container {
	margin-right: 0px!important;
}
header.layout4 .container-wrap{
	display: block;
	width: 100%;
	padding: 15px 0px 45px 30px;
	max-height: 100vh;
}
header.layout4 .container-wrap.mCS_no_scrollbar{
	padding-right: 45px;
}
header.layout4 .swing-nav{
	display: block;
	width: 100%;
	margin-top: 10px;
	/*margin-right: 30px;*/
}
header.layout4 .swing-nav ul.menu{
	text-align: center;
	width: 260px;
}
header.layout4 .swing-nav ul.menu li:not(.disabled){
	display: block;
	line-height: 20px;
	margin: 10px 0;
	overflow: hidden;
	position: relative;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

header.layout4 .swing-nav ul.menu li:not(.flag) {
	text-align: left;
}

/* kiemelt csomagajanlatok */
header.layout4 .swing-nav ul.menu li.highlighted a, 
header.layout4 .swing-nav ul.menu li.highlighted.current-menu-item a > a, 
.swing-nav .nav ul li.highlighted.current-menu-item > a,
header.layout4 .swing-nav ul.menu li.bold a, 
header.layout4 .swing-nav ul.menu li.bold a span, 
header.layout4 .swing-nav ul.menu li.bold.current-menu-item a > a, 
.swing-nav .nav ul li.bold.current-menu-item > a {
	font-weight: bold;
}

header.layout4 .swing-nav ul.menu li.highlighted a, header.layout4 .swing-nav ul.menu li.highlighted.current-menu-item a > a, .swing-nav .nav ul li.highlighted.current-menu-item > a {
  color: forestgreen!important;
}

header.layout4 .swing-nav ul.menu li.highlighted.type2 a, header.layout4 .swing-nav ul.menu li.highlighted.type2.current-menu-item a > a, .swing-nav .nav ul li.highlighted.type2.current-menu-item > a {
  color: mediumblue!important;
}

header.layout4 .swing-nav ul.menu li.highlighted.type3 a, header.layout4 .swing-nav ul.menu li.highlighted.type3.current-menu-item a > a, .swing-nav .nav ul li.highlighted.type3.current-menu-item > a {
  color: deeppink!important;
}

header.layout4 .swing-nav ul.menu li.highlighted.type4 a, header.layout4 .swing-nav ul.menu li.highlighted.type4.current-menu-item a > a, .swing-nav .nav ul li.highlighted.type4.current-menu-item > a {
  color: dodgerblue!important;
}

header.layout4 .swing-nav ul.menu li.highlighted.type5 a, header.layout4 .swing-nav ul.menu li.highlighted.type4.current-menu-item a > a, .swing-nav .nav ul li.highlighted.type4.current-menu-item > a {
  color: darkviolet!important;
}

header.layout4 .swing-nav ul.menu li.highlighted span {
	font-weight: 700
}

#content .banner-wrapper .metaslider img {
  /*height: 40vw;*/
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
  max-height: 600px;
  object-fit: cover;
  -moz-user-select: none;
}

header.layout4 .swing-nav ul.menu li.disabled a, header.layout4 .swing-nav ul.menu li.disabled.current-menu-item a > a, .swing-nav .nav ul li.disabled.current-menu-item > a {
  display: none;
}
/* kiemelt csomagajanlatok */

header.layout4 .swing-nav ul.menu li.menu-item-has-children > a{
	position: relative;
	display: block;
}
header.layout4 .swing-nav ul.menu li.menu-item-has-children > a:before{
	display: block;
	content: "»";
	font-size: 30px;
  font-weight:100;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 0px;
	height: 0px;
	text-align: center;
	line-height: 0px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
header.layout4 .swing-nav ul.menu li.menu-item-has-children.active > a:before{
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
header.layout4 .swing-nav .nav ul li.menu-item-has-children > .sub-menu li a{
	border-bottom: none;
}
header.layout4 .swing-nav ul.menu li.menu-item-has-children > .sub-menu li a:hover{
	color: #075F5F;
}
header.layout4 .swing-nav ul.menu li.menu-item-has-children.active  > .sub-menu li.current-menu-item a{
	color: #075F5F;
}
header.layout4 .swing-nav ul.menu li.current-menu-item  > .sub-menu li.current-menu-item a{
	color: #075F5F;
}
header.layout4 .swing-nav ul.menu li.current-menu-ancestor > a,
header.layout4 .swing-nav .nav ul li.menu-item-has-children > .sub-menu li.current-menu-ancestor > a{
	color: #075F5F;
}
header.layout4 .swing-nav .nav ul li.menu-item-has-children > .sub-menu{
	top: 0;
	left: 0;
	width: 100%;
	background: transparent;
	padding: 0 10px;
	border: none;
	margin: 0;
	text-align: left;
	position: relative;
	max-height: 0;
	display: block;
	-webkit-transition: max-height .5s ease-in-out;
	-moz-transition: max-height .5s ease-in-out;
	-ms-transition: max-height .5s ease-in-out;
	-o-transition: max-height .5s ease-in-out;
	transition: max-height .5s ease-in-out;
}
header.layout4 .swing-nav .nav ul li.menu-item-has-children > .sub-menu.show{
	max-height:400px;
}
header.layout4 .swing-nav .nav ul li.menu-item-has-children > .sub-menu li a{
	display: block;
	color: #212121;
	padding: 7px 0;
	font-size: 15px;
	letter-spacing: 0.5px;
}
header.layout4 .swing-nav ul.menu li a{
	font-size: 14px;
	letter-spacing: 0.5px;
	color: #212121;
	display: block;
	text-transform: uppercase;
}
header.layout4 .swing-nav ul.menu li.current-menu-item a{
	color: #075F5F;
}
header.layout4 .swing-nav ul.menu li.menu-item-has-children li.menu-item-has-children a:before{
	margin-right: 0px;
}
header.layout4 .swing-nav ul.menu li.menu-item-has-children li.menu-item-has-children > .sub-menu{
	left: 0;
	padding: 0 10px;
}
header.layout4 .swing-nav ul.menu li.menu-item-has-children li.menu-item-has-children:hover > .sub-menu{
	left: 0;
}
header.layout4 .search-cart-sidewidget-wrap{
	position: relative;
	display: block;
	float: left;
	-ms-word-break: break-all;
	word-break: break-all;
}
header.layout4 .search-cart-sidewidget-wrap .sidewidget{
	height: auto;
	display: block;
	position: relative;
	padding: 0;
	width: 100%;
	visibility: visible;
	opacity: 1;
	overflow: visible;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-top: 30px;
}
header.layout4 .search-cart-sidewidget-wrap .sidewidget p{
	line-height: 26px;
	font-size: 15px;
	margin-bottom: 40px;
	color: #212121;
}
header.layout4 .search-cart-sidewidget-wrap .sidewidget .widget_swing_social_icons a:first-of-type{
	margin-left: 0;
}
header.layout4 .swing-nav .nav ul li span{
	position: relative;
	font-weight: 400;
}
header.layout4 .swing-nav .nav ul li span:after,
header.layout4 .swing-nav .nav ul li span:before{
	top: 100%;
}
header.layout4 .swing-nav .nav ul li a:hover span::after,
header.layout4 .swing-nav .nav ul li a:hover span::before {
	width: 100%;
	left: 0;
}

header.layout4 .swing-nav .nav ul li span::after,
header.layout4 .swing-nav .nav ul li span::before {
	content: ''; 
	position: absolute;
	top: calc(100% + 2px);
	width: 0;
	right: 0;
	height: 1px;
}
header.layout4 .swing-nav .nav ul li span::before {
	transition: width .4s cubic-bezier(0.51, 0.18, 0, 0.88) .1s;
	background: #F8BCA1;
}
header.layout4 .swing-nav .nav ul li span::after {
	transition: width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
	background: #D46E4E;
}
header.layout4 .swing-nav .nav ul li.current-menu-item span::after{
	transition: width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
	background: #D46E4E;
	z-index: 1;
	width: 100%;
	left: 0;
}
header.layout4 .search-cart-sidewidget-wrap .sidewidget .widget_swing_social_icons{
	display: block;
	float: left;
	margin-top: 10px;
}
header.layout4 .search-cart-sidewidget-wrap .sidewidget .widget_swing_social_icons a{
	margin: 0 5px;
	color: #999999;
}
header.layout4 .search-cart-sidewidget-wrap .sidewidget .widget_swing_social_icons a:hover{
	color: #d77b5d;
}
.sidemenu .banner_class.slider1 .content{
  position:initial;
  transform: none;
  -webkit-transform:none;
}

.sidemenu .banner_class.slider1 .owl-dots{
	display: none;
}
.sidemenu .search-section .s-search-room{
	padding: 0;
}
	
.mphb_sc_search-wrapper .mphb_sc_search-form .datablock{
	display: flex;
}

.mphb_sc_search-wrapper .mphb_sc_search-form p{
	width:25%;
	padding: 0.3%;
}

.mphb_sc_search-wrapper .mphb_sc_search-form input{
	width:100%;
}

.mphb_sc_search-wrapper .mphb_sc_search-form input.button{
	text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 50%;
    font-weight: 500;
    font-size: initial;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

input.button:hover{
	background-color:#177a7a;
}

.mphb_sc_search-wrapper .submitbtn {
	text-align:center;
}

.mphb_sc_search-wrapper .mphb_sc_search-form label,
.wpcf7-form label
{
	text-transform: uppercase;
    color: #242424;
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 15px;
}

.mphb_sc_search-wrapper .mphb_sc_search-form label {
	float:left;
}

.mphb_sc_search-wrapper .mphb_sc_search-form select{
	width:100%;
	height:40px;
}

.mphb_sc_search-wrapper, .wpcf7{	
	background: #f3f3f3;
}

.mphb_sc_search-wrapper{
	padding: 25px 25px 30px;
}
.sidemenu .search-section .s-search-room ul,
.sidemenu .search-section .s-search-room ul li{
	vertical-align: bottom;
}
.sidemenu .search-section .s-search-room ul li{
	margin-right: 20px;
}
/*Room List Layout 3*/
.sidemenu .rooms-lists-wrapper.layout3{
	padding: 98px 0 0;
	border-bottom: none;
}
.sidemenu .rooms-lists-wrapper.layout3 .sc-big-room-wrap{
	display: block;
	width: 100%;
	max-width: 1315px;
	margin: 0 auto;
	position: relative;
}
.sidemenu .rooms{
	margin: 0;
}
.sidemenu .listinfo-layout .room-loops,
.sidemenu .list-layout .room-loops{
	padding: 0;
}
.sidemenu .grid-layout .room-loops{
	margin-bottom: 30px;
}
.sidemenu .rooms-features-wrapper .rooms-lists-wrapper .rooms li{
	padding: 0;
}
.sidemenu .rooms-features-wrapper .room-features ul li:before{
	left: -9px;
}
.sidemenu .rooms .rooms-features-wrapper .room-features ul li{
	margin-left: 10px;
}
.sidemenu .rooms .rooms-features-wrapper .room-features ul li:first-child{
	margin-left: 0;
}
.sidemenu .rooms .rooms-features-wrapper .room-features .unique{
	position: relative;
	display: block;
	margin-bottom: 55px;
}
.sidemenu .rooms .rooms-features-wrapper .room-features .unique:after{
	content: "";
	position: absolute;
	top: calc(100% + 28px);
	left: 0;
	width: 50px;
	height: 2px;
	background: #eee;
}
.sidemenu .rooms .rooms-features-wrapper .room-excerpt-text{
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 1.65;
}
.sidemenu .rooms .price{
	margin-bottom: 30px;
}
.sidemenu .rooms .rooms-features-wrapper .room-readmore-btn{
	display: inline-block;
	padding: 0px 50px;
	line-height: 55px;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
	background: #d46e4e;
	color: #FFF;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
.sidemenu .rooms .rooms-features-wrapper .room-readmore-btn:hover{
	background: #aa583e;
}
.sidemenu .rooms .sc-wrapper .title{
	padding-top: 0;
}
.sidemenu .feature-wrapper.layout2 .content-wrapper .content-title{
	color: #2d2a27;
}
.sidemenu .feature-wrapper.layout2 .content-wrapper .content-text{
	color: #2D2A27;
}
.sidemenu footer{
	padding: 10px;
  font-size: small;
  text-align: center;
}
#swing-footer {
  padding-left: 22%;
}
.sidemenu .top-footer.column-1{
	text-align: center;
}
.sidemenu .footer-wrapper .top-footer .s-container{
	padding: 40px 10px 40px;
}
.sidemenu .footer-wrapper .top-footer .widget-wrap{
	display: block;
	width: 100%;
	text-align: center;
}
.sidemenu .footer-wrapper .top-footer .textwidget{
	margin-bottom: 0;
}
.sidemenu .footer-wrapper .top-footer .textwidget p{
	color: #FFF;
}
.sidemenu .footer-container.layout1 .s-container{
	text-align: center;
	-webkit-justify-content: center;
	justify-content: center;
}
/*Header Layout 3*/
header.layout3{
	position: absolute;
}
header.layout3 .swing-nav .nav ul li a{
	margin: 0 15px;
	text-transform: uppercase;
}
.banner-wrapper.slider1.inbetween .owl-dots{
	display: none;
}
.banner-wrapper.slider1.inbetween .s-search-room{
	max-width: 1190px;
	margin: 0 auto;
	margin-bottom: -75px;
	padding-bottom: 35px;
	background: #FFF;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.05);
}
.banner_class.banner-wrapper.slider1.inbetween{
	margin-bottom: 80px;
}
.banner-wrapper.slider1.inbetween .widget h3{
	color: #2a180c;
	font-weight: 600;
}
.banner-wrapper.slider1.inbetween .widget label{
	color: #2a180c;
	font-size: 15px;
	font-weight: 600;
}
.banner-wrapper.slider1.inbetween .s-search-room .widget > div form{
	display: block;
	width: 100%;
}
.search-room-wrapper .widget_text{
	background: rgba(0,0,0,0.6);
	padding: 50px 25px 25px;
}
.search-room-wrapper .widget_text .textwidget{
	text-align: left;
	width: 100%;
	padding-right: 0;
}
.search-room-wrapper .widget h3.widget-title{
	color: rgba(255,255,255, 0.8);
	font-size: 30px;
	font-weight: 400;
	line-height: 0.85;
}
.search-room-wrapper .widget_text input{
	width: 100%;
	border-color: #E4E4E4;
	padding: 10px 15px;
	font-size: 16px;
}
.search-room-wrapper .widget_text input:focus{
	outline: none;
}
.search-room-wrapper .widget_text input[type="submit"]{
	border-color: #d77b5d;
}
.search-room-wrapper .widget_text textarea{
	border-color: #E4E4E4;
	padding: 10px 15px;
	font-size: 16px;
}
.search-room-wrapper .widget_text form p{
	margin-bottom: 18px;
}
.search-room-wrapper .widget_text form p input[type="submit"]{
	margin-top: 0;
}
.search-room-wrapper .widget_text form  div.wpcf7-response-output{
	margin: 0;
	margin-top: 10px;
}
.search-room-wrapper .widget_text form span.wpcf7-not-valid-tip{
	font-size: 14px;
	margin-top: 5px;
}
.about-product-wrapper{
	padding: 95px 0;
}
.team-items-main-wrap .owl-nav button:focus{
	outline: none;
}
.search-room-wrapper .widget_text input[type="submit"]:hover{
	background: #aa583e;
	border-color: #aa583e;
}
.ui-datepicker{
	width: 18.25em;
}
a:focus,
button:focus{
	outline: none;
}
.ow-button-base a{
	border: none !important;
	padding: 0px 50px !important;
	font-size: 12px !important;
	letter-spacing: 1px !important;
	line-height: 55px !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}
.ow-button-base a.ow-button-hover:hover{
	background: #AC624A;
	border-color: #AC624A;
}
.inline-YTPlayer .inlinePlayButton{
	display: none !important;
}
.inline-YTPlayer .video-wrap a{
	background: rgba(255, 255, 255, 0.2);
	display: inline-block;
	border-radius: 50%;
	padding: 15px;
	position: relative;
	height: 90px;
	width: 90px;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.inline-YTPlayer .video-wrap a:before{
	content: '';
	position: absolute;
	left: -5px;
	right: -5px;
	top: -5px;
	bottom: -5px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.inline-YTPlayer .video-wrap a:hover:before{
	opacity: 1;
	left: -15px;
	right: -15px;
	top: -15px;
	bottom: -15px;
}
.inline-YTPlayer .video-wrap a img{
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.inline-YTPlayer .video-wrap a:hover img{
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
}
body.sidemenu.right-sidebar #primary,
body.sidemenu.left-sidebar #primary,
body.sidemenu.both-sidebar #primary,
body.sidemenu #primary{
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}
.sidewidget .widget_search{
	display: block;
}
.sidewidget .widget_search input[type="search"]{
	display: block;
	width: 100%;
	height: 52px;
	line-height: 52px;
	color: #222;
	background: transparent;
	padding: 0 40px 0 15px;
	border: 1px solid #aaa;
}
.sidewidget .widget_search input[type="search"]::-moz-placeholder{
	color: #222;
}
.sidewidget .widget_search input[type="search"]::placeholder{
	color: #222;
}
.sidewidget .widget_search input[type="search"]::-webkit-input-placeholder{
	color: #222;
}
.sidewidget .widget_search input[type="search"]::-ms-input-placeholder{
	color: #222;
}
.sidewidget .widget_search .search-form{
	position: relative;
	height: 52px;
}
.sidewidget .widget_search .search-form label{
	position: relative;
	display: block;
	height: 52px;
	line-height: 52px;
	color: #B1B2B2;
}
.sidewidget .widget_search .search-form label:before{
	content: "\55";
	font-family: "ElegantIcons";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	margin-right: 15px;
	color: #222;
}
.sidewidget .widget_search .search-form input[type="submit"]{
	position: absolute;
	text-indent: 99999999999999rem;
	height: 52px;
	width: 52px;
	position: absolute;
	top: 0;
	right: 0;
	background: transparent;
	margin-top: 0;
}
.sidewidget .widget_search .search-form input[type="submit"]:hover{
	border: none;
}
.sidewidget .widget_swing_social_icons{
	margin: 20px 0 25px;
}
.sidewidget .widget_swing_social_icons .social-links-wrap a{
	font-size: 16px;
	color: #222;
	margin: 0 5px;
}
.sidewidget .widget_swing_social_icons .social-links-wrap a:first-of-type{
	margin-left: 0;
}

.sidewidget .widget_swing_social_icons .social-links-wrap a:hover{
	color: #075F5F;
}
div.wpcf7-response-output{
	padding: 0.2em 1em 0.35em;

}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  display: flex;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	border-width: 1px;
}
.banner_class.header-layout2.full-height,
.banner_class.header-layout2.full-height .s-banner-wrapper,
.banner_class.header-layout2.full-height .item{
	overflow: hidden;
}
.banner_class.header-layout1.full-height,
.banner_class.header-layout1.full-height .s-banner-wrapper,
.banner_class.header-layout1.full-height .item{
	height: calc(100vh - 255px);
	overflow: hidden;
}
.banner_class.header-layout1.full-height .frontpage-banner .owl-nav .owl-prev,
.banner_class.header-layout1.full-height .frontpage-banner .owl-nav .owl-next{
	top: 46%;
}
.video-wrapper.sclass.section-video{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-flex-flow: row wrap;
}
.video-wrapper.sclass.section-video.is-playing .sec-overlay:after{
	content: '\_';
	font-family: "ElegantIcons";
	font-size: 64px;
	font-weight: 300;
	color: rgba(255,255,255,0.6);
	position: absolute;
	bottom: 30px;
	right: 40px;
	-webkit-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
	-ms-transition: all ease 0.35s;
	-o-transition: all ease 0.35s;
	transition: all ease 0.35s;
}
.video-wrapper.sclass.section-video.is-playing .sec-overlay:hover:after{
	cursor: pointer;
	color: rgba(255,255,255,1);
}
.inline-YTPlayer .video-wrap{
	margin-bottom: 10px;
}
/** Book Now Button **/
/** Fourth Header Layout **/
header.layout4 .swing-nav ul.menu li.book-now-btn a {
	color: #d46e4e;
	font-weight: 600;
}
/** Single Room Book button **/
/*Award Section Footer*/
footer.site-footer .column-random .widget-wrap .widget_swing_awards{
	text-align: center;
	width: 100%;
	padding: 0;
	margin-bottom: 0;
}
footer.site-footer .widget-wrap .widget_swing_awards .widget-title{
	text-align: center;
}
footer.site-footer .widget-wrap .widget_swing_awards .widget-title:before{
	margin: 8px auto 0;
	right: 0;
}
.widget_swing_awards .items{
	display: inline-block;
	text-align: center;
	margin: 0 15px;
}
.widget_swing_awards .items > div{
	display: block;
	text-align: center;
}
.widget_swing_awards .items .post-title{
	display: block;
	margin-top: 10px;
}
.widget_swing_awards .items .post-title a{
	color: #bdbdbd;
	font-size: 14px;
}
.rooms-features-wrapper .room-availabilities {
	display: block;
	padding: 22px 0 5px;
	border-top: solid 1px #e1e1e1;
	border-bottom: solid 1px #e1e1e1;
}
.rooms-features-wrapper .room-availabilities ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.rooms-features-wrapper .room-availabilities ul li{
	display: inline-block;
	margin-right: 12px;
	margin-left: 12px;
	margin-bottom: 25px;
}
.grid-layout.rooms .rooms-features-wrapper .room-availabilities .feature-label{
	display: none;
}
.rooms-features-wrapper .room-availabilities ul li:before,
.rooms-features-wrapper .room-availabilities ul li:after{
	display: table;
	clear: both;
	content: "";
}
.rooms-features-wrapper .room-availabilities ul li svg{
	height: 28px;
	fill: #d46e4e;
	display: inline-block;
	vertical-align: bottom;
}
.rooms-features-wrapper .room-availabilities ul li span{
	display: inline-block;
	color: #333;
	vertical-align: bottom;
	margin-left: 5px;
	font-size: 14px;
	line-height: 1;
	font-weight: 400;
}
.rooms-features-wrapper .room-availabilities ul li svg path,
.rooms-features-wrapper .room-availabilities ul li svg g{
	stroke: #d46e4e;
}
.rooms-features-wrapper .room-availabilities ul li.num-size svg g,
.rooms-features-wrapper .room-availabilities ul li.num-size svg path,
.rooms-features-wrapper .room-availabilities ul li.num-beds svg g,
.rooms-features-wrapper .room-availabilities ul li.num-beds svg path{
	stroke-width: 0.5px;
}
.rooms-features-wrapper .room-availabilities ul li.num-adults svg g,
.rooms-features-wrapper .room-availabilities ul li.num-adults svg path{
	stroke-width: 0;
}
.rooms-features-wrapper .room-availabilities ul li.num-rooms svg{
	width: 32px;
	height: 30px;
}
.rooms-features-wrapper .room-availabilities ul li.num-rooms svg g,
.rooms-features-wrapper .room-availabilities ul li.num-rooms svg path{
	stroke-width: 0;
}
.rooms-features-wrapper .room-availabilities ul li.num-size svg{
	width: 24px;
}
.rooms-features-wrapper .room-availabilities ul li.num-adults svg{
	width: 32px;
}
.rooms-features-wrapper .room-availabilities ul li.num-childs svg{
	width: 31px;
}
.rooms-features-wrapper .room-availabilities ul li.num-beds svg{
	width: 36px;
}
.rooms-features-wrapper .room-availabilities ul li.attached-bath svg{
	width: 32px;
}
.rooms-features-wrapper .room-availabilities ul li.attached-bath svg g,
.rooms-features-wrapper .room-availabilities ul li.attached-bath svg path{
	stroke-width: 4px;
}
.rooms-features-wrapper .room-availabilities ul li.num-childs svg g,
.rooms-features-wrapper .room-availabilities ul li.num-childs svg path{
	stroke-width: 1px;
}
.rooms-features-wrapper .room-availabilities ul li.outside-view svg{
	width: 28px;
	height: 25px;
}
.grid-layout .room-loops a{
	display: block;
	position: relative;
}
.grid-layout .room-loops .s-rooms-price{
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	margin-bottom: -20px;
}
.grid-layout .room-loops .s-rooms-price .price{
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
	display: inline-block;
	margin: 0 auto;
	padding: 15px 25px;
	background: #d46e4e;
	color: #FFF;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	position: relative;
	bottom: 0;
	left: auto;
	right: auto;
}
.room-loops .btn-wrap{
	display: block;
	margin: 30px 0 15px;
	text-align: center;
}
.room-loops .btn-wrap a{
	display: inline-block;
	padding: 18px 40px;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
	background: #D46E4E;
	color: #FFF;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
	-ms-transition: all ease 0.35s;
	-o-transition: all ease 0.35s;
	transition: all ease 0.35s;
}
.room-loops .btn-wrap a:hover{
	background: #000;
}
.grid-layout.rooms .room-loops.no-thumb .rooms-thumbnail .media{
	display: none;
}
.grid-layout.rooms .room-loops.no-thumb .rooms-thumbnail .s-rooms-price{
	position: relative;
}
/*Single Page Design Update*/
.mphb_room_type article .entry-content {
	max-width:100%
}
.mphb_room_type{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 30px;
}
.mphb_room_type .entry-content .room-availabilities{
	width: 47%;
	float: right;
	border: 1px solid #e1e1e1;
	padding-bottom: 35px;
	margin: 0 0 40px 40px;
}
.mphb_room_type .entry-content .room-availabilities ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.mphb_room_type .entry-content .room-availabilities li{
	display: block;
	width: 100%;
	margin: 0;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
.mphb_room_type .entry-content .room-availabilities li:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.mphb_room_type .entry-content .room-availabilities li.num-rooms svg{
	vertical-align: middle;
}
.mphb_room_type .entry-content .room-availabilities li span{
	vertical-align: middle;
	font-size: 16px;
}
.mphb_room_type .entry-content .room-availabilities li span:last-of-type{
	float: right;
	margin-top: 8px;
	font-weight: 300;
	color: #000;
}
.mphb_room_type .entry-content .room-availabilities li span:first-of-type{
	margin-left: 10px;
}
.mphb_room_type .entry-content .room-availabilities ul li svg{
	height: 28px;
	fill: #d46e4e;
	display: inline-block;
	vertical-align: bottom;
}
.mphb_room_type .entry-content .room-availabilities ul li span{
	display: inline-block;
	color: #333;
	vertical-align: middle;
	margin-left: 5px;
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
}
.mphb_room_type .entry-content .room-availabilities ul li svg path,
.mphb_room_type .entry-content .room-availabilities ul li svg g{
	stroke: #276277;
}
.mphb_room_type .entry-content .room-availabilities ul li.num-size svg g,
.mphb_room_type .entry-content .room-availabilities ul li.num-size svg path,
.mphb_room_type .entry-content .room-availabilities ul li.num-beds svg g,
.mphb_room_type .entry-content .room-availabilities ul li.num-beds svg path{
	stroke-width: 0.5px;
}
.mphb_room_type .entry-content .room-availabilities ul li.num-adults svg g,
.mphb_room_type .entry-content .room-availabilities ul li.num-adults svg path{
	stroke-width: 0;
}
.mphb_room_type .entry-content .room-availabilities li svg path,
.mphb_room_type .entry-content .room-availabilities li svg g{
	stroke: #276277;
}
.mphb_room_type .entry-content .room-availabilities li.num-size svg g,
.mphb_room_type .entry-content .room-availabilities li.num-size svg path,
.mphb_room_type .entry-content .room-availabilities li.num-beds svg g,
.mphb_room_type .entry-content .room-availabilities li.num-beds svg path{
	stroke-width: 0.5px;
}
.mphb_room_type .entry-content .room-availabilities li.num-adults svg g,
.mphb_room_type .entry-content .room-availabilities li.num-adults svg path{
	stroke-width: 0;
}
.mphb_room_type .entry-content .room-availabilities li.num-rooms svg{
	width: 32px;
	height: 30px;
}
.mphb_room_type .entry-content .room-availabilities li.num-rooms svg g,
.mphb_room_type .entry-content .room-availabilities li.num-rooms svg path{
	stroke-width: 0;
}
.mphb_room_type .entry-content .room-availabilities li.num-size svg{
	width: 24px;
}
.mphb_room_type .entry-content .room-availabilities li.num-adults svg{
	width: 32px;
}
.mphb_room_type .entry-content .room-availabilities li.num-childs svg{
	width: 31px;
}
.mphb_room_type .entry-content .room-availabilities li.num-beds svg{
	width: 36px;
}
.mphb_room_type .entry-content .room-availabilities li.attached-bath svg{
	width: 32px;
}
.mphb_room_type .entry-content .room-availabilities li.attached-bath svg g,
.mphb_room_type .entry-content .room-availabilities li.attached-bath svg path{
	stroke-width: 4px;
}
.mphb_room_type .entry-content .room-availabilities li.num-childs svg g,
.mphb_room_type .entry-content .room-availabilities li.num-childs svg path{
	stroke-width: 1px;
}
.mphb_room_type .entry-content .room-availabilities li.outside-view svg{
	width: 28px;
}
.mphb_room_type .entry-content .room-availabilities .price{
	display: none;
}
.mphb_room_type .entry-content .room-availabilities .price{
	display: block;
	width: 100%;
	padding: 30px 0;
	margin-bottom: 30px;
	line-height: 1;
	font-weight: 300;
	color: #000;
	font-size: 16px;
	text-align: center;
	background: #F1F1F1;
	border-bottom: solid 1px #E1E1E1;
}
.mphb_room_type .entry-content .room-availabilities .price .title-price {
	font-weight: 300;
	font-size: 16px;
}
.mphb_room_type .entry-content .room-availabilities .price .price_value {
	font-size: 24px;
	font-weight: 600;
	color: #276277;
	margin: 0 5px 0 5px;
}
.mphb_room_type .entry-content .room-availabilities .price .unit{
	font-weight: 300;
	font-size: 16px;
}
.mphb_room_type .entry-content .room-availabilities h2{
	display: block;
	margin-bottom: 25px;
	padding-left: 20px;
	font-size: 22px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	--color: #333;
}
.mphb_room_type .entry-content .room-availabilities ul.unique-features,
.mphb_room_type .entry-content .room-availabilities ul.free-features{
	padding: 0 20px;
}
.mphb_room_type .entry-content .room-availabilities ul li svg {
    fill: #276277;
}

.mphb_room_type .entry-content .room-features{
	margin-top: 50px;
	display: block;
	width: 100%;
}
.mphb_room_type .entry-content .room-features.inline-left,
.mphb_room_type .entry-content .room-features.inline-right
{
	margin-top: 70px;
	margin-bottom: 70px;
	display:inline-block;
	width:45%
}

.mphb_room_type .entry-content .room-features.inline-left h2,
.mphb_room_type .entry-content .room-features.inline-right h2 {
	font-size: x-large;
	font-weight: bolder;
}

.mphb_room_type .entry-content .room-features.inline-left{
	float:left;
}

.mphb_room_type .entry-content .room-features.inline-left .mphb-datepick{
	width:100%
}

.mphb_room_type .entry-content .room-features.inline-left select{
	width:20%
}

.mphb_room_type .entry-content .room-features.inline-right{
	float:right;
}

.mphb_room_type .entry-content .room-features .mphb_sc_services-wrapper {
	display: flex;
	flex-wrap:wrap;
}

.mphb_room_type h2.mphb-reservation-form-title {
	margin-top: 50px;
}

.mphb_room_type .entry-content .room-features h2,
.mphb_room_type h2.mphb-reservation-form-title
{
	text-align: left;
	font-size: 22px;
	font-family: 'Merriweather', serif;
	---color: #000;
	margin-bottom: 25px;
	font-weight: 400;
}

.mphb_room_type .entry-content .room-features .unique-features,
.mphb_room_type .entry-content .room-features .free-features{
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
}
.mphb_room_type .entry-content .room-features .unique-features:before,
.mphb_room_type .entry-content .room-features .unique-features:after,
.mphb_room_type .entry-content .room-features .free-features:before,
.mphb_room_type .entry-content .room-features .free-features:after{
	display: table;
	content: "";
	clear: both;
}
.mphb_room_type .entry-content .room-features .free-features li:nth-of-type(1),
.mphb_room_type .entry-content .room-features .free-features li{
	width: 50%;
	padding-left: 25px;
	margin: 0 0 10px;
	color: #696969;
}

.mphb_room_type .entry-content .room-features .unique-features li:nth-of-type(1),
.mphb_room_type .entry-content .room-features .unique-features li{
	width: 47%;
	display: inline-block;
	float: left;
	padding-left: 20px;
	margin: 0 0 25px 10px;
	padding-bottom: 25px;
	font-weight: 400;
	color: #696969;
	border-bottom: solid 1px #ddd;
}


.mphb_room_type .entry-content .room-features .unique-features li:first-child:before,
.mphb_room_type .entry-content .room-features .unique-features li:before,
.mphb_room_type .entry-content .room-features .free-features li:first-child:before,
.mphb_room_type .entry-content .room-features .free-features li:before{
	content: '';
	width: 6px;
	height: 6px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #d46e4e;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 8px;
}
.mphb_room_type .entry-content .room-features .unique-features li:first-child:before,
.mphb_room_type .entry-content .room-features .unique-features li:before,
.mphb_room_type .entry-content .room-features .free-features li:first-child:before,
.mphb_room_type .entry-content .room-features .free-features li:before{
		background: #276277;
}

.mphb_room_type .entry-content .room-features .mphb_sc_services-wrapper .mphb_room_service {
    border: 1px solid #e1e1e1;
    padding: 0px 15px 0px 15px;
    margin: 0 15px 15px 0;
    flex-basis: 100%;
	display:flex;
}

.mphb_room_type .entry-content .room-features .mphb_sc_services-wrapper .mphb_room_service .mphb-loop-service-thumbnail{
	float: left;
    display: inline-block;
    width: 20%;
    margin: 5px;
	line-height:0;
}

.mphb_room_type .entry-content .room-features .mphb_sc_services-wrapper .mphb_room_service .mphb-service-title-price {
    display: inline-block;
    width: 75%;
    text-align: center;
	float:right;
	margin:auto;
}

.mphb_room_type .entry-content .room-features .mphb_sc_services-wrapper .mphb_room_service .mphb-service-title-price .mphb-price-wrapper{
	text-align:center;
}

.mphb_room_type .entry-content .room-features .mphb_sc_services-wrapper .mphb-service:not(:first-of-type){
	margin-top: 0px;
}

.mphb-calendar .datepick-multi {
	width:100% !important
}


/*Footer New Designed*/
footer.site-footer .widget-wrap{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-weight: 400;
}
footer.site-footer .column-random .widget-wrap section{
	width: 40%;
	text-align: left;
	padding-right: 60px;
	margin-bottom: 50px;
	font-size: 14px;
	line-height: 26px;
	position: relative;
	display: inline-block;
}
footer.site-footer .column-random .widget-wrap section:nth-of-type(2){
	width: 30%;
}
footer.site-footer .column-random .widget-wrap section:nth-of-type(3){
	width: 30%;
}
footer.site-footer .widget-wrap .widget input[type="email"]{
	width: 100%;
	margin-top: 20px;
	background: transparent;
	border: 1px solid #444;
	padding: 13px;
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
}
footer.site-footer .widget-wrap .widget input[type="submit"]{
	margin-top: 20px;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 1px;
	padding: 10px 27px;

	-webkit-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
	-ms-transition: all ease 0.35s;
	-o-transition: all ease 0.35s;
	transition: all ease 0.35s;
}
footer.site-footer .widget-wrap .widget input[type="submit"]:hover{
	background: transparent;
	color: #d77b5d;
	border-color: #D77B5D;
}
footer.site-footer .widget-wrap section p{
	margin-bottom: 5px;
}
.widget_swing_awards{
	background: #f7f7f7;
	padding: 70px 0;
}
.widget_swing_awards .widget_recent_entries{
	display: block;
	text-align: center;
	width: 100%;
}
.widget_recent_entries{
	text-align: center;
	display: block;
	margin: 30px 0 0;
}
aside .widget_recent_entries,
footer .widget_recent_entries{
	text-align: left;
}
.widget_recent_entries .items{
	display: inline-block;
	margin: 10px;
}
.widget_swing_awards .widget_recent_entries .items{
	margin: 10px 30px;
}
footer .widget_recent_entries .items a{
	color: #a8a8a8;
}
/*Style Css from old*/
article{
	border:1px solid #efefef;
	margin-top: 32px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	-webkit-box-align: stretch;
	align-items: stretch;
}
article:nth-of-type(1){
	margin-top: 0;
}
.single article{
	border: none;
}
article .arhive-post-thumbnail{
	width: 30%;
	position: relative;
	overflow: hidden;
}
article .arhive-post-thumbnail a{
	display: block;
	height: 100%;
}
article .arhive-post-thumbnail img{
	display: block;
	height: 100%;
	object-fit: cover;
	-webkit-transform: scale(1) translateZ(0);
	-moz-transform: scale(1) translateZ(0);
	-ms-transform: scale(1) translateZ(0);
	-o-transform: scale(1) translateZ(0);
	transform: scale(1) translateZ(0);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
article:hover .arhive-post-thumbnail img{
	-webkit-transform: scale(1.02) translateZ(0);
	-moz-transform: scale(1.02) translateZ(0);
	-ms-transform: scale(1.02) translateZ(0);
	-o-transform: scale(1.02) translateZ(0);
	transform: scale(1.02) translateZ(0);
}
article .title-content-wrap{
	width: 70%;
	padding: 3.5%;
	text-align: left;
}

article .entry-meta{
	display: block;
	position: relative;
	padding-bottom:10px;
	margin-bottom:25px;
}
article .entry-meta:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background:#eeeeee;
	width:47px;
	height: 2px; 
}
article .title-content-wrap .entry-title{
	margin: 0 0 13px;
}
.single article .entry-title{
	margin-bottom: 15px;
}
.single article .entry-meta{
	margin-bottom: 15px;
}
article .title-content-wrap .entry-title a{
	font-size:26px;
	color:white;
	font-family: 'Merriweather', serif;
	text-decoration: none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
article .title-content-wrap .entry-title a:hover{
	color: #d77b5d;
}
.blog .list-layout  .rooms-features-wrapper .price a.price-tag:hover,
.archive .list-layout  .rooms-features-wrapper .price a.price-tag:hover{
	background: #333;
	color: #FFF;
	border-color: #333;
}
article .entry-meta span{
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	color: #8a8a8a;
	position: relative;
	padding-left: 20px;
	margin-right: 7px;
}
article .entry-meta span a{
	color: #8A8A8A;
	-webkit-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
	-ms-transition: all ease 0.35s;
	-o-transition: all ease 0.35s;
	transition: all ease 0.35s;
}
article .entry-meta span a:hover{
	color: #d77b5d;
}
article .btn-wrap{
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
article .btn-wrap a.read-more{
	color: #d77b5d;
	border: 2px solid #d77b5d;
	background: transparent;
	font-size: 14px;
	font-weight: 400;
	padding: 10px 15px;
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none;
	-webkit-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
	-ms-transition: all ease 0.35s;
	-o-transition: all ease 0.35s;
	transition: all ease 0.35s;
	line-height: 1;
}
article .btn-wrap a.read-more:hover{
	color: #FFF;
	background: #d77b5d;
}
article .btn-wrap a.read-more:focus,
article .btn-wrap a.read-more:active{
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
article.no-thumb .title-content-wrap{
	width: 100%;
	padding: 30px 50px;
}
article .featured-image {
  width: 30%;
  overflow: hidden;
  padding: 3.5% 0 3.5% 3.5%;
}

article .featured-image img {
  height: 100%;
  width: auto;
  max-width: initial;
  position: relative;
}

.banner-wrapper.header-layout5.slider1.inbetween .s-search-room{
	padding-bottom: 0;
	max-width: unset;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.banner-wrapper.header-layout5.slider1.inbetween{
	margin-bottom: 0;
}
.about-class .page-content{
	text-align: center;
	margin-top: 30px;
	-webkit-justify-content: center;
	justify-content: center;
}
.about-class .page-content .widget_recent_entries .items{
	margin: 20px 40px;
}
.rooms-lists-wrapper.layout4{
	margin: 20px 20px 0;
	padding: 80px 0 35px;
}
.rooms-lists-wrapper.layout4 .item.room-loops{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	-webkit-box-align: stretch;
	align-items: stretch;
	padding: 0 60px;
}
.rooms-lists-wrapper.layout4 .item.room-loops .rooms-thumbnail{
	width: 50%;
}
.rooms-lists-wrapper.layout4 .item.room-loops .room-cont-wrap{
	width: 50%;
	background: #FFF;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	padding: 30px 50px;
}
.rooms-lists-wrapper.layout4 .item.room-loops .rooms-features-wrapper .title h4{
	font-size: 22px;
	display: block;
	margin: 0 0 20px;
}
.rooms-lists-wrapper.layout4 .item.room-loops .rooms-features-wrapper .title h4 a:hover{
	color: #d46e4e;
}
.rooms-lists-wrapper.layout4 .item.room-loops .rooms-features-wrapper .rooms-content{
	display: block;
	margin-bottom: 20px;
}
.rooms-lists-wrapper.layout4 .item.room-loops .rooms-features-wrapper .unique-features li{
	display: inline-block;
	margin-left: 0;
	margin-right: 20px;
	width: auto !important;
}
.rooms-lists-wrapper.layout4 .item.room-loops .rooms-features-wrapper .unique-features .feature-label{
	display: none;
}
.rooms-lists-wrapper.layout4 .item.room-loops .rooms-features-wrapper .room-availabilities{
	border-bottom: none;
	padding: 25px 15px 25px;
}
.rooms-lists-wrapper.layout4 .item.room-loops .rooms-features-wrapper .s-rooms-price{
	display: block;
	width: 100%;
	color: #4c4c4c;
	padding-left: 15px;
}
.rooms-lists-wrapper.layout4 .item.room-loops .rooms-features-wrapper .s-rooms-price .price{
	position: relative;
	display: block;
	width: 100%;
	color: #222;
	text-align: left;
	left: 0;
	right: 0;
	top: 0;
}
.rooms-lists-wrapper.layout4 .item.room-loops .rooms-features-wrapper .s-rooms-price .price .title-price{
	display: inline-block;
	width: auto;
	font-size: 16px;
	font-weight: 400;
}
.rooms-lists-wrapper.layout4 .item.room-loops .rooms-features-wrapper .s-rooms-price .price .price_value{
	display: inline-block;
	width: auto;
}
.rooms-lists-wrapper.layout4 .item.room-loops .rooms-features-wrapper .s-rooms-price .price .unit{
	width: auto;
	display: inline-block;
	padding-left: 2px;
	position: relative;
	vertical-align: middle;
	line-height: 1;
}
.rooms-lists-wrapper.layout4 .item.room-loops .rooms-features-wrapper .s-rooms-price .price .unit:before{
	content: "/";
	left: 0;
	display: inline-block;
	margin-right: 5px;
}
.rooms-lists-wrapper.layout4 .item.room-loops .rooms-features-wrapper .btn-wrap{
	text-align: left;
	padding-left: 15px;
	margin-top: 25px;
	margin-bottom: 0;
}
.rooms-lists-wrapper.layout4 .item.room-loops .rooms-features-wrapper .btn-wrap a{
	padding: 15px 40px;
	background: #D46E4E;
}
.rooms-lists-wrapper.layout4 .item.room-loops .rooms-features-wrapper .btn-wrap a:hover{
	background: #000;
}
.section-feature.layout3{
	margin: 20px 20px 0;
	padding: 0;
}
.section-feature.layout3 .s-container{
	margin-right: 0;
	width: 60%;
	padding: 100px 150px;
	background: #F8F6F9;
}
.section-feature.layout3 .content-wrapper .content-title{
	color: #222;
}
.section-feature.layout3 .content-wrapper .sec-description{
	color: #4c4c4c;
}
.section-feature.layout3 .feature-items{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 100px;
}
.section-feature.layout3 .features{
	text-align: center;
	padding: 0;
}
.section-feature.layout3 .features .features-icon{
	display: block;
	width: 100%;
	text-align: center;
	position: relative;
}
.section-feature.layout3 .features .features-content{
	display: block;
	margin-top: 0;
	position: relative;
	width: 100%;
	text-align: center;
	text-transform: none;
}
.section-feature.layout3 .features .s-feature-title{
	color: #222;
}
.section-feature.layout3 .features .s-feature-content{
	color: #4c4c4c;
}
.section-feature.layout3 .feature-btn{
	display: block;
	max-width: 120px;
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	margin: 18px auto 0;
	color: #D26E52;
	text-transform: uppercase;
	position: relative;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	-ms-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
	transition: all ease 0.4s;
}
.section-feature.layout3 .feature-btn:after{
	position: absolute;
	content: "";
	width: 30px;
	height: 1px;
	background: #D26E52;
	top: 100%;
	left: 0;
	right: 0;
	margin: 3px auto 0;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-ms-transform-origin: center;
	-o-transform-origin: center;
	transform-origin: center;
	-webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	-moz-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	-ms-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.section-feature.layout3 .feature-btn:hover:after{
	width: 80px;
}
.section-offer.layout3{
	margin: 20px 20px 0;
	padding: 0;
}
.section-offer.layout3 .s-container{
	margin-left: 0;
	width: 60%;
	padding: 100px;
	background: #F8F6F9;
}
.section-offer.layout3 .special-offer-image a{
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
}
.section-offer.layout3 .special-offer-image a:before{
	content: "";
	position: absolute;
	z-index: 1;
	top: 7%;
	left: 7%;
	bottom: 7%;
	right: 7%;
	background: rgba( 212, 110, 78, 0.6 );
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
	-ms-transition: all ease 0.35s;
	-o-transition: all ease 0.35s;
	transition: all ease 0.35s;
}
.section-offer.layout3 .special-offer-image a span{
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	position: absolute;
	z-index: 2;
	visibility: hidden;
	opacity: 0;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, 10px);
	-moz-transform: translate(-50%, 10px);
	-ms-transform: translate(-50%, 10px);
	-o-transform: translate(-50%, 10px);
	transform: translate(-50%, 10px);
	-webkit-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
	-ms-transition: all ease 0.35s;
	-o-transition: all ease 0.35s;
	transition: all ease 0.35s;
}
.section-offer.layout3 .special-offer-image a:hover:before,
.section-offer.layout3 .special-offer-image a:hover span{
	visibility: visible;
	opacity: 1;
}
.section-offer.layout3 .special-offer-image a:hover span{
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.section-offer.layout3 .special-offer-image img{
	width: 100%;
}
.section-offer.layout3 .special-offer-content:before{
	top: auto;
	bottom: 100%;
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	border-width: 0 15px 15px 15px;
	border-color: transparent transparent #e9e9e9 transparent;
}
.section-offer.layout3 .special-offer-content a span{
	color: #222;
	font-size: 22px;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	-ms-transition: all ease 0.8s;
	-o-transition: all ease 0.8s;
	transition: all ease 0.8s;
}
.section-offer.layout3 .special-offer-content a:hover span{
	color: #D26E52;
}
.section-offer.layout3 .special-offer{
	width: 100%;
	margin: 0;
	clear: unset;
	float: none;
}
.section-offer.layout3 .owl-dots{
	text-align: center;
}
.section-offer.layout3 button.owl-dot{
	height: 10px;
	width: 10px;
	display: inline-block;
	margin: 0 2px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #ccc;
}
.section-offer.layout3 button.owl-dot.active{
	background: #d46e4e;
}
.section-offer.layout3 .special-offer-content{
	padding: 50px;
}
.section-offer.layout3 .special-offer-content .special-offer-title{
	font-family: 'Merriweather', serif;
	font-size: 20px;
	font-weight: 500;
	display: block;
	margin-bottom: 10px;
}
.section-offer.layout3 .sp-offer-more-text span{
	display: block;
	position: relative;
	height: 40px;
	width: 40px;
}
.section-offer.layout3 .sp-offer-more-text span:before{
	content: "";
	position: absolute;
	background: #FFF !important;
	width: 2px;
	height: 100%;
	opacity: 1;
	top: 0;
	left: 50%;
	z-index: 10;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.section-offer.layout3 .sp-offer-more-text span:after{
	content: "";
	position: absolute;
	background: #FFF !important;
	width: 100%;
	opacity: 1;
	height: 2px;
	top: 50%;
	z-index: 10;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.section-search_room.search-room-wrapper.layout2{
	margin: 20px 20px 0;
}
.section-search_room.search-room-wrapper.layout2  .widget_text{
	background: #F3F3F3;
	padding: 70px 55px 20px;
}
.section-search_room.search-room-wrapper.layout2 .widget h3.widget-title{
	color: #666;
	font-weight: 600;
	margin-bottom: 30px;
}
.section-search_room.search-room-wrapper.layout2 label{
	color: #666;
	font-weight: 400;
}
.section-search_room.search-room-wrapper.layout2 .widget_text textarea,
.section-search_room.search-room-wrapper.layout2 .widget_text input{
	background: rgba(255,255,255,0.1);
	border: 1px solid #ccc;
}
.section-search_room.search-room-wrapper.layout2 .widget_text input[type="submit"]{
	background: #D77B5D;
	border-color: #D77B5D;
}
.section-search_room.search-room-wrapper.layout2 .widget_text input[type="submit"]:hover{
	background: #000;
	border-color: #000;
}
.section-testimonial.layout2{
	margin: 20px 20px 0;
}
.section-testimonial.layout2 .s-container{
	background: #FFF;
	padding: 60px 50px;
	max-width: 900px;
}
.section-testimonial.layout2 .content-wrapper{
	padding-top: 0;
	margin-bottom: 0;
}
.section-testimonial.layout2 .s-container .testimonials-content{
	font-size: 18px;
	font-family: 'Merriweather', serif;
	font-style: italic;
	padding: 30px 20px 25px;
}
.section-news_offers.layout3 .news-offers-main-wrap{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.section-news_offers.layout3 .news-offers-main-wrap .news-offers-wrap{
	width: 33.33%;
	padding: 0 15px;
	text-align: center;
	display: inline-block;
}
.section-news_offers.layout3 .news-offers-wrap .news-title{
	font-size: 20px;
	font-weight: 500;
	display: block;
	margin: 10px 0 0;
}
.section-news_offers.layout3 .news-offers-wrap .news-title a{
	color: #121212;
	-webkit-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
	-ms-transition: all ease 0.35s;
	-o-transition: all ease 0.35s;
	transition: all ease 0.35s;
}
.section-news_offers.layout3 .news-offers-wrap .news-title a:hover{
	color: #D26E52;
}
.section-news_offers.layout3 .news-offers-wrap .category a{
	font-size: 14px;
	font-weight: 400;
	color: #666;
	-webkit-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
	-ms-transition: all ease 0.35s;
	-o-transition: all ease 0.35s;
	transition: all ease 0.35s;
}
.section-news_offers.layout3 .news-offers-wrap .category a:hover{
	color: #D26E52;
}
.section-news_offers.layout3 .news-offers-wrap .author-date{
	display: block;
	margin-top: 12px;
	font-size: 14px;
	color: #666;
}
.section-news_offers.layout3 .news-offers-wrap .news-excerpt{
	display: block;
	margin-top: 15px;
	color: #545454;
	font-size: 15px;
	line-height: 28px;
}
.section-news_offers.layout3{
	padding: 90px 0 100px;
	background: #F8F6F9;
	margin: 20px 20px 0;
}
.section-news_offers.layout3 .read-blog-btn{
	display: block;
	max-width: 120px;
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	margin: 18px auto 0;
	color: #000;
	text-transform: uppercase;
	position: relative;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	-ms-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
	transition: all ease 0.4s;
}
.section-news_offers.layout3 .read-blog-btn:after{
	position: absolute;
	content: "";
	width: 30px;
	height: 1px;
	background: #000;
	top: 100%;
	left: 0;
	right: 0;
	margin: 3px auto 0;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-ms-transform-origin: center;
	-o-transform-origin: center;
	transform-origin: center;
	-webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	-moz-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	-ms-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.section-news_offers.layout3 .read-blog-btn:hover{
	color: #D26E52;
}
.section-news_offers.layout3 .read-blog-btn:hover:after{
	background: #D26E52;
	width: 80px;
}
.about-class.about-wrapper.layout3{
	padding-top: 100px;
	background: #F8F6F9;
}
.about-class.about-wrapper.layout3 .button-links a{
	background: #D26E52;
	line-height: 50px;
	padding: 0 40px;
}
.about-class.about-wrapper.layout3 .button-links a:hover{
	background: #000;
}
.swing-parallax  .gallery-wrapper{
	background: #F8F6F9;
	margin: 20px 20px 0;
}
.about-product-wrapper.layout2{
	background: #F8F6F9;
	margin: 20px;
	padding: 0;
}
.about-product-wrapper.layout2 iframe{
	height: 70vh;
	vertical-align: top;
}
.about-product-wrapper.layout2 .textwidget,
.about-product-wrapper.layout2 p{
	margin: 0;
}
.swing-parallax .service-wrapper{
	margin: 20px 20px 0;
}
.rooms-lists-wrapper.layout4 .owl-nav .owl-prev,
.rooms-lists-wrapper.layout4 .owl-nav .owl-next{
	top: 42%;
	visibility: visible;
	opacity: 1;
}
.rooms-lists-wrapper.layout4 .owl-nav .owl-prev span,
.rooms-lists-wrapper.layout4 .owl-nav .owl-next span{
	position: relative;
	display: block;
	height: 58px;
	width: 40px;
	text-align: right;
	margin: 0 !important;
}
.rooms-lists-wrapper.layout4 .owl-nav .owl-prev span:before,
.rooms-lists-wrapper.layout4 .owl-nav .owl-prev span:after{
	position: absolute;
	left: 15px;
	height: 28px;
	width: 2px;
	background: #FFF;
	content: "";
	-webkit-transform-origin: center left;
	-moz-transform-origin: center left;
	-ms-transform-origin: center left;
	-o-transform-origin: center left;
	transform-origin: center left;
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.rooms-lists-wrapper.layout4 .owl-nav .owl-next span:before,
.rooms-lists-wrapper.layout4 .owl-nav .owl-next span:after{
	right: 5px;
	position: absolute;
	height: 28px;
	width: 2px;
	background: #FFF;
	content: "";
	-webkit-transform-origin: center right;
	-moz-transform-origin: center right;
	-ms-transform-origin: center right;
	-o-transform-origin: center right;
	transform-origin: center right;
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.rooms-lists-wrapper.layout4 .owl-nav .owl-prev span:before{
	top: 0px;
	height: 33px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.rooms-lists-wrapper.layout4 .owl-nav .owl-prev span:after{
	top: 24px;
	height: 33px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.rooms-lists-wrapper.layout4 .owl-nav .owl-next span:before{
	top: 0px;
	height: 33px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.rooms-lists-wrapper.layout4 .owl-nav .owl-next span:after{
	top: 24px;
	height: 33px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
footer .textwidget {
	font-size: 15px;
}
.s-search-room{
	background: transparent !important;
}
.about-class .home-about-features-images:before, .about-class .home-about-features-images:after{
	display: none !important;
}
/** sadip fixes */
.comments-area article {
    display: block;
    border: none;
}
footer {
    color: #878787;
}
footer .widget {
	padding: 20px 0;
}
footer .widget a, footer .widget_recent_comments ul li a, footer .widget_rss ul li a, footer a {
	color:#00fdff;
}

#room_content {
	float: left;
	width: 41%;
	margin-left: 40px;
	margin-bottom:30px;
}

.owl-carousel .owl-item img{
  width:70%;
}

.partners-wrapper .content-title{
  width:100%;
  font-size:large;
  color:gray;
  text-align:center;
  padding-bottom:20px;
}

wpcf7-response-output {display:none !important;}

#masthead li.flag {
	display: inline-flex;
	line-height: 20px;
	padding-right: 5px;
	margin-bottom: 20px;
}

#masthead li.flag a {
	color: transparent;
	padding: 0;
}

#masthead li.flag a span {
	display: block;
	width: 30px;
	height: auto;
}

#masthead li.flag a span:before, #masthead li.flag a span:after {
	display: none;
}

#masthead li.flag.first-item>a:after, #masthead li.flag a, #masthead li.menu-item-has-children>a:after {
	background-repeat: no-repeat;
}

#masthead li.flag.first-item>a, #masthead li.menu-item-has-children>a {
	display: flex;
}

#masthead li.flag.hu>a, #site-header.h-fixed #masthead li.flag.hu>a {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-hu" viewBox="0 0 640 480"><g fill-rule="evenodd"><path fill="%23fff" d="M640 480H0V0h640z"/><path fill="%23388d00" d="M640 480H0V320h640z"/><path fill="%23d43516" d="M640 160.1H0V.1h640z"/></g></svg>'); 
}

#masthead li.flag.en>a {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-gb" viewBox="0 0 640 480"><path fill="%23012169" d="M0 0h640v480H0z"/><path fill="%23FFF" d="m75 0 244 181L562 0h78v62L400 241l240 178v61h-80L320 301 81 480H0v-60l239-178L0 64V0z"/><path fill="%23C8102E" d="m424 281 216 159v40L369 281zm-184 20 6 35L54 480H0zM640 0v3L391 191l2-44L590 0zM0 0l239 176h-60L0 42z"/><path fill="%23FFF" d="M241 0v480h160V0zM0 160v160h640V160z"/><path fill="%23C8102E" d="M0 193v96h640v-96zM273 0v480h96V0z"/></svg>');
}

.wp-block-image .aligncenter>figcaption, .wp-block-image.aligncenter>figcaption {
	display: block;
}

#content .bg-landscape .metaslider .theme-default .nivo-caption {
	font-family: Montserrat;
    left: auto;
    bottom: 50%;
    transform: translateY(50%);
    background: transparent;
    opacity: 1;
}

.bg-landscape, .bg-tablet, .bg-mobile {
	position: relative;
}
  
.bg-landscape, .bg-landscape .nivo-caption {
	max-height: 850px;
}

.bg-landscape .nivo-slice, .metaslider .nivo-main-image {
    top: 0;
}

.bg-landscape .nivo-slice, .metaslider .nivo-caption a {
	display: inline-block !important;
}

.section-service {
    position: relative;
}

body.minimal-design-page .scrollup,
body.minimal-design-page #swing-allpagebottom {
	display: none;
}

body.minimal-design-page .drink-card-flag {
	box-shadow: 0 0 15px #00000059;
}

/* dot pulse*/

.dot-pulse-container {
  opacity: 100%;
  transition: 300ms;
}

.previo_conainer:has(#previo-booking-engine>iframe) .dot-pulse-container {
  opacity: 0;
  transition-delay: 2500ms;
}

.dot-pulse {
  position: relative;
  left: -9999px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #075f5f;
  color: #075f5f;
  box-shadow: 9999px 0 0 -5px;
  animation: dot-pulse 1.5s infinite linear;
  animation-delay: 0.25s;
  margin: auto;
}
.dot-pulse::before, .dot-pulse::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #075f5f;
  color: #075f5f;
}
.dot-pulse::before {
  box-shadow: 9969px 0 0 -10px;
  animation: dot-pulse-before 1.5s infinite linear;
  animation-delay: 0s;
}
.dot-pulse::after {
  box-shadow: 10029px 0 0 -10px;
  animation: dot-pulse-after 1.5s infinite linear;
  animation-delay: 0.5s;
}



@keyframes dot-pulse-before {
  0% {
    box-shadow: 9969px 0 0 -5px;
  }
  30% {
    box-shadow: 9969px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 9969px 0 0 -5px;
  }
}
@keyframes dot-pulse {
  0% {
    box-shadow: 9999px 0 0 -5px;
  }
  30% {
    box-shadow: 9999px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 9999px 0 0 -5px;
  }
}
@keyframes dot-pulse-after {
  0% {
    box-shadow: 10029px 0 0 -5px;
  }
  30% {
    box-shadow: 10029px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 10029px 0 0 -5px;
  }
}

@keyframes dot-pulse-before-big {
  0% {
    box-shadow: 9940px 0 0 -5px;
  }
  15% {
    box-shadow: 9940px 0 0 2px;
  }
  30% {
    box-shadow: 9940px 0 0 -5px;
  }
  40% {
    box-shadow: 9940px 0 0 -7px;
  }
  50% {
    box-shadow: 9940px 0 0 -7px;
  }
  60% {
    box-shadow: 9940px 0 0 -3px;
  }
  70%,100% {
    box-shadow: 9940px 0 0 -5px;
  }
}
@keyframes dot-pulse-big {
  0% {
    box-shadow: 9999px 0 0 -5px;
  }
  15% {
    box-shadow: 9999px 0 0 2px;
  }
  30% {
    box-shadow: 9999px 0 0 -5px;
  }
  40% {
    box-shadow: 9999px 0 0 -7px;
  }
  50% {
    box-shadow: 9999px 0 0 -7px;
  }
  60% {
    box-shadow: 9999px 0 0 -3px;
  }
  70%,100% {
    box-shadow: 9999px 0 0 -5px;
  }
}
@keyframes dot-pulse-after-big {
  0% {
    box-shadow: 10029px 0 0 -5px;
  }
  15% {
    box-shadow: 10029px 0 0 2px;
  }
  30% {
    box-shadow: 10029px 0 0 -5px;
  }
  40% {
    box-shadow: 10029px 0 0 -7px;
  }
  50% {
    box-shadow: 10029px 0 0 -7px;
  }
  60% {
    box-shadow: 10029px 0 0 -3px;
  }
  70%,100% {
    box-shadow: 10029px 0 0 -5px;
  }
}

/** MCS 250902 itallap */

table.drinks th {
	font-size: 1.2em;
	padding: 20px 5px;
	background-color: #328282;
	color: white;
  }
  
  table.drinks td {
	font-size: 16px;
  }
  
  table.drinks tr td:first-child {
	border-right: none;
  }
  
  table.drinks tr td:nth-of-type(2) {
	border-left: none;
	text-align: end;
	padding-right: 5%;
  }
  
  table.drinks tr:not(.description) td:first-of-type {
	text-align: left;
	padding-left: 5%;
	max-width: 210px;
  }
  
  table.drinks tr.description td b {
	font-weight: 700;
  }
  
  table.drinks tr:not(.description) td:first-of-type, 
  table.drinks tr:not(.description) td:first-of-type div:first-of-type {
	font-weight: 500;
  }
  
  .drinks-union-jack, .drinks-smaller, .drinks-hungary {
	font-size: small;
	font-weight: 300;
  }
  
  table.drinks tr td div.drinks-union-jack:nth-of-type(2),
  table.drinks tr td div.drinks-hungary:nth-of-type(2) {
	margin-top: 5px;
  }
  
  table.drinks sup {
	margin-left: 5px;
	font-size: small;
	font-weight: 400;
  }

/* keresooptimalizalas miatt */
@keyframes cookie-consent-delay {
	0%   {opacity: 0; visibility: visible;}
	90% {opacity: 0; visibility: visible;}
	100% {opacity: 1; visibility: visible;}
  }
  
.cky-consent-container {
	opacity: 0;
	visibility: hidden;
	animation: cookie-consent-delay 1000ms ease-in-out 5s forwards;
}

@media screen and (max-width: 800px) {
	table.desktop:not(.drinks) {
		display: none;
	  }

	table.mobile {
		display: inherit;
	}
}

@media screen and (max-width: 600px) {
  ul, ol {
    margin: 0 0 1.5em 0;
  }
}

@media screen and (max-width: 1550px) {
	.banner_class{
		height: calc((100vw - 350px ) * (600 / 1200))
	}
}

@media screen and (max-width: 1366px) {
	.banner_class{
		height: calc((100vw - 280px ) * (600 / 1200))
	}
}

@media screen and (max-width: 992px) {
	.banner_class{
		height: calc((100vw) * (600 / 1200))
	}
}

@media screen and (max-width: 680px) {
	.banner_class, #content .banner-wrapper .metaslider img{
		height: 60vh!important;
	}
}

@media screen and (max-width: 360px) {
	table.drinks tr td:nth-of-type(2) {
	  padding-right: 3%;
	}
  
	table.drinks tr:not(.description) td:first-of-type {
	  padding-left: 3%;
	  max-width: 190px;
	}
  }