/*!
Theme Name: Satoronja
Theme URI: http://underscores.me/
Author: Kesu
Author URI: https://www.kesu.sk
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: satoronja
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Satoronja is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	margin-top: 0!important;
	background-color: #EEE3C9!important;
	background: #EEE3C9!important;
}
html,body,h1,h2,h3,h4,h5,h6,span,p{
	font-size: 16px;
	font-family: "Quincy CF";
}



/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

@font-face {
  font-family: "Quincy CF";
  font-weight: 400;
  src: url('./assets/quincy-cf-light.ttf');
}
@font-face {
  font-family: "Quincy CF";
  font-weight: 700;
  src: url('./assets/quincy-cf-text.ttf');
}
@font-face {
   font-family: "Quincy CF";
  font-weight: 900;
  src: url('./assets/quincy-cf-bold.ttf');
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */


/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}



code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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 {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	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 {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.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: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* 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 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;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* 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: 0.875rem;
	font-weight: 700;
	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. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


.headline{
	height: 100vh;
	padding-top: 120px;
	padding-bottom: 120px;
	background: rgb(255,153,71);
	background: linear-gradient(90deg, rgba(255,153,71,1) 50%, rgba(47,87,54,1) 50%);
}
.site-header{
	position: fixed;
	top: 0;
}
.post, .page{
	margin-bottom: 0;
}
.image{
	width: 95%;
	height: 100%;
	float: right;
	background-size: cover;
}
.linerko{
	display: inline-block;
}
.headline .container, .headline .row, .headline .col-md-8,.carousel .container-fluid, .carousel .row, .carousel .col-md-8, .carousel .owl-carousel{
	height: 100%;
	position: relative;
}

.reopen{

	font-size: 3.5em;
	color: #EEE3C9;
	font-weight: 700;
	margin-left: 60px;
}
.reologo{
	margin-left: 60px;
	position: absolute;
	bottom: 0;
	width: 225px;
}
.carousel{
	height: 100vh;
}
.bg{
	width: 100%;
	z-index: -1;
	height: 100vh;
	background-size: cover;
	background-position: center center;
}
.owl-nav{
	display: none!important;
}
.onepage-pagination li:nth-last-child(1){
	display: none!important;
}
.carousel{
	position: relative!important;
	height: 100vh!important;
}
.footersect{
	height: 198px!important;
}
.owl-dots{
	background-color: #2F5736;
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 20px;
}
.owl-dots {
	counter-reset: dots;
	position: absolute;
	right: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
	z-index: 99999999999999!important;
	padding-left: 20px;
	bottom: 50px;
}
.owl-dot::after,.owl-dot::before{
	font-family: "Quincy CF";
}
.owl-dot::after{
	content: "-";
	padding-left: 5px;
}
.owl-dot{
	margin-left: 2px;
	margin-right: 2px;
	color: #EEE3C9!important;

}
.owl-dot::after{
	color: #EEE3C9!important;
}
.owl-dot:focus{
	border: 0!important;
	outline: none!important;
}

.owl-dot:nth-last-child(1)::after{
	display: none;
}
.owl-dot.active{
	color: #FF9947!important;
}
.owl-dot:before {
	counter-increment:dots;
	content: counter(dots);
}
.textsection{
	background-color: #EEE3C9;
	height: 100vh;
}
.textsection .fullh{
	padding-top: 90px;
}
.four .datos, .four .container{
	height: 100%;
}
.green{
	color: #2F5736;
	font-size: 40px;
	font-weight: 700;
}
.subtext{
	color: #2F5736;
}
.green{
	margin-bottom: 50px;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme{
	background-color: #87DCF3!important;
	border-top: 0!important;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h1, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h2, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h3, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h4, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h5, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h6, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme p{
	color: #2f5834!important;
}
.mgbutton.moove-gdpr-infobar-allow-all{
	border-radius: 0!important;
	background-color: #ff9947!important;
	color: #2f5834!important;
}
.mgbutton.moove-gdpr-infobar-allow-all:hover{

	background-color: white!important;

}
.padsub{
	padding-top: 30px;
}
.im{
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 180px;
	margin-bottom: 30px;
}
.white{
	padding-top: 120px;
	height: 100vh;
}
.greenh{
	color: #2F5736;
	margin-top: 40px;
	font-weight: 700;
	font-size: 20px;
}
.box{
	height: 80%;
	border-right: 2px solid #2F5736;
	border-top: 2px solid #2F5736;
	border-top-right-radius: 50px;
}
.fullh{
	height: 100vh;
}
.up{
	cursor: pointer;
}
.linko{
	cursor: pointer;
}
.site-header{
	padding-top: 0!important;
	padding-bottom: 0!important;
}
.linerko{
	width: 2px;
	height: 100%;
	left: 85px;
	position: absolute;
	background-color: #2F5736;
}
.linko{
	padding-left: 65px!important;

}
.headline .container-fluid, .headline .row, .headline .col-md-12{
	height: 100%;
}	
.treti{
	height: 158px;
}
.noaft:hover{
	color: #FF9947;
}
.navbar{
	padding-bottom: 0!important;
	padding-top: 0!important;
}
.linko2{
	cursor: pointer;
}
.maphead{
	color: #EEE3C9;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
}
.maptext{
	color: #EEE3C9;
	text-align: center;
	margin-top: 60px;
}
.abtext,.abmort{
	margin-top: 15px;
	color: #2F5736;
	font-size: 15px;
	margin-bottom: 0;
}
.noaft{
	margin-bottom: 0;
}
.abmort{
	margin-top: 0;
}
.readmore{
	color: #F34F29;
	font-size: 15px;
	font-weight: 700;
}
.sortable-handler {
	touch-action: none;
}
.more{
	display: none;
}
.filtercolor{
	filter: sepia(0) hue-rotate(170deg) saturate(500%)
}
.animated:hover{
	filter: sepia(0) hue-rotate(260deg) saturate(500%)
}
.closeit{
	color: #87DBF3;
}
.onepage-wrapper{
	height: 100vh!important;
}
.mapa{
	height: 100vh;
	background-size: cover;
	background-position: center center;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
}
#map{
	height: 100vh;
}
.map-overlay,.noclickall,.map-overlay2{
	pointer-events:all;
}
.malorca{
	height: 100vh;

	width: 100%;
	position: relative;
	padding-top: 120px;
	padding-bottom: 120px;
}
.malorca .container{
	position: relative;
}
.mallorcatext{
	color: #2F5736;
	font-size: 20px;
}
.readmore a{
	color: #F34F29;
	font-weight: 300;
	text-decoration: underline;
	font-size: 20px;
}
.readmore{
	width: 100%;
	display: block;
	position: relative;
}
.readmore a{
	background-color: white;
	padding-right: 10px;
}
.readmore::after{
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	z-index: -1;
	bottom: 12px;
	left: 0;
	background-color: #2F5736;
}
.videooverlay{
	width: 100%;
	cursor: pointer;
	height: 400px;
	background-size: contain;
	z-index: 9999999999;
	background-repeat: no-repeat;
	background-position: center right;
}
.onepage-pagination{
	padding-top: 40vh!important;
	top: 0!important;
	height: 100%!important;
	width: 3px;
}
.onepage-pagination::before{
	top: 0;
	display: block;
	position: absolute;
	left: 14px;
}
.videclas{
	width: 100%;
	object-fit: cover;
	display: none;
	height: 400px;
}
.onepage-pagination{
	right: initial;
	left: 70px;
}
.onepage-pagination::before{
	width: 2px;
	height: 38%;
	background-color: #FF9947;
	content: "";
}
.onepage-pagination::after{
	bottom: 80px;
	z-index: -1;
	display: block;
	position: absolute;
	left: 14px;
	height: 30%;

	width: 2px;

	height: 22vh;
	background-color: #FF9947;
	content: "";
}
.textsection.three{
	padding-top: 120px;
}
.onepage-pagination li a::before{

	z-index: 999999999999999999999999999;
}
.onepage-pagination li a{
	position: relative;

}
.onepage-pagination li a:before{
	top: 5px;
	bottom: 5px;
}

.four .col-md-11,.five{
	z-index: 99999999999;
}
.linko2{
	position: absolute;
	bottom: 60px;
	z-index: 9999999;
	left: 65px;
}
.onepage-pagination li a:before{
	border: 1px solid #FF9947!important;
	background: initial!important;
	width: 15px!important;
	left: 7px;
	height: 15px!important;
}
.onepage-pagination li a{
	width: 30px!important;
	height: 30px!important;
	padding-left: 0;
}
.onepage-pagination li a.active:before{

	border: 1px solid #FF9947!important;
	background: #FF9947!important;
	width: 15px!important;
	height: 15px!important;
	left: 7px!important;
	margin-top: 0!important;
}
section{
	overflow: hidden;
}
.boxik{
	padding-top: 35px;
	padding-bottom: 35px;
	width: 100%;

	background-color: #2F5736;
	border-top-right-radius: 50px;

}
.up{
	left: 0;
	right: 0;
	position: absolute;
	top: 80px;
	margin-right: auto;
	margin-left: auto;

}

.contactform input[type="text"],.contactform input[type="email"], .contactform label{
	width: 100%;
	font-family: "Quincy CF"!important;
}
.contactform .submit{
	font-family: "Quincy CF"!important;
}
*:focus{
	outline: initial;
}
.contactform input[type="text"],.contactform input[type="email"],.contactform textarea, .is-datepick{
	background-color: initial;
	border: 0;
	border-radius: initial;
	border-bottom: 3px dotted #2F5736;
	stroke-dasharray: 0.1, 12.5;
	stroke-linecap: round;
	color: #2F5736;

	resize: initial;
	border-right: 2px solid #2f5736;
	border-top: 2px solid #2f5736;
	border-top-right-radius: 25px;
	border-bottom: 0;
	padding-top: 20px;
}
.is-datepick{
	background-color: initial!important;
	border: 0!important;
	border-radius: initial!important;
	border-bottom: 3px dotted #EEE3C9!important;
	stroke-dasharray: 0.1, 12.5!important;
	stroke-linecap: round!important;
	color: #EEE3C9!important;

	resize: initial!important;
	color: #EEE3C9!important;
	border-right: 2px solid #EEE3C9!important;
	border-top: 2px solid #EEE3C9!important;
	border-top-right-radius: 25px!important;
	border-bottom: 0!important;
	padding-top: 15px!important;
	padding-bottom: 10px!important;
}
.is-datepick::placeholder{
	color: #EEE3C9!important;
	display: none;
	font-size: 0;
}
.forminp::after{
	border-bottom: 3px dotted #2f5736;
	content: "";
	display: block;
	width: 97%;
}
.mphb_sc_search-check-in-date::after, .mphb-check-in-date-wrapper::after{
	border-bottom: 3px dotted #EEE3C9;
	content: "";
	display: block;
	width: 97%;
}
.mphb_sc_search-check-out-date::after,.mphb-check-out-date-wrapper::after{
	border-bottom: 3px dotted #EEE3C9;
	content: "";
	display: block;
	width: 97%;
}
.page-template-page-studios .mphb-reserve-room-section,.mphb-confirm-reservation{
	display: block!important;
}
.page-template-page-studios .mphb-confirm-reservation{
	display: block;
background-color: #F34F29;
color: #EEE3C9!important;
padding-top: 10px;
border: 0!important;
width: 100%;
padding-bottom: 10px;
padding-left: 50px;
font-size: 20px;
opacity: 1;
text-decoration: initial;
font-family: "Quincy CF";
border-radius: 25px;
padding-right: 50px;
}
.forminp{
	margin-bottom: 30px;
}
.contactform textarea{
	height: 120px;
}
.contactform label{
	color: #2F5736;
	background-color: #EEE3C9;
	position: relative;
	top: 12px;
	z-index: 99999;
	display: inline-block;
	width: initial;
	padding-right: 10px;
	font-weight: 700;
	font-size: 17px;
}
.mphb_sc_search-check-in-date label,.mphb-check-in-date-wrapper label{
	color: #EEE3C9;
	background-color: #2F5736;
	position: relative;
	top: 12px;
	z-index: 99999;
	display: inline-block;
	width: initial;
	padding-right: 10px;
	font-weight: 700;
	font-size: 17px;
}
.mphb_sc_search-check-out-date label,.mphb-check-out-date-wrapper label{
	color: #EEE3C9;
	background-color: #2F5736;
	position: relative;
	top: 12px;
	z-index: 99999;
	display: inline-block;
	width: initial;
	padding-right: 10px;
	font-weight: 700;
	font-size: 17px;
}
.wpcf7-not-valid-tip{
	font-size: 12px!important;
	color: #F34F29!important;
}
.liner{
	height: calc(100% - 220px);
	position: absolute;
	left: 30px;
	width: 2px;
	top: 120px;

	background-color: #2F5736;

}
.headline{
	z-index: 99999999999;
}
#wpadminbar{
	display: none!important;
}
html{
	margin-top: 0!important;
}
.site-header{
	background-color: #2F5736;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 99999;
}
.site-header{
	z-index: 999999;
}
#primary-menu ul{
	margin-left: 0;
	padding-left: 0;
}
.site-header .bg-light{
	background-color: initial!important;
}
#primary-menu{
	padding-left: 0;
	margin-left: 0;
}
.menu-item a{
	color: #EEE3C9;
	text-decoration: initial;
	font-weight: 700;
}
.menu-item{
	display: inline-block!important;
	margin-right: 15px!important;
}
.active a{
	color: #FF9947;
}
.pll-parent-menu-item a {
    padding-left: 5px;
    padding-right: 5px;
}

.page-template-page-studios .sevenpag{
	padding-top: 50px!important;
}
.page-template-page-studios .sevenpag.active{
	padding-top: 0px!important;
}
.animated {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

.linko2 .animated:hover{
	filter: sepia(0) hue-rotate(
			340deg
	) saturate(500%);
}
.linko span{
	font-weight: 700;
}



@-webkit-keyframes bounce {
	0%, 20%, 40%, 60%, 80%, 100% {-webkit-transform: translateY(0);}
	50% {-webkit-transform: translateY(-15px);}
}

@keyframes bounce {
	0%, 20%, 40%, 60%, 80%, 100% {transform: translateY(0);}
	50% {transform: translateY(-15px);}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
}

.hnede::after{
	background-image: url("./trianglee.png")!important;
}
.greener::after{
	background-image: url("./trianglee.png")!important;
}
.linko span{
	font-weight: 700;
	color: #2F5736;
	font-size: 15px;
	padding-left: 15px;

}
.onepage-pagination li:nth-child(1){
	display: none;
}
.linko{
	padding-left: 11px;
	padding-top: 35px;
}

.headline{
	position: relative;

}
.contactform .submit{
	background-color: #F34F29;
	color: #EEE3C9;
	border-radius: 50px;
	border-bottom: 0!important;
	padding-top: 12px;
	padding-bottom: 12px;
	border: 0!important;
}
.submit{
	width: 100%;
	text-align: center;
	text-decoration: initial;
}
.imsoc{
	margin-right: 15px;
	vertical-align: middle;
	margin-top: 5px;
}
.flright{
	float: right;
	color: #EEE3C9;
	font-size: 15px;
	padding-bottom: 0!important;
	margin-bottom: 0;
	text-align: right;
}
.flright a{
	color: #EEE3C9;
}
.sub-menu{
	display: none;
	position: fixed;
}

.menu-item li{
	display: block!important;
}
.pll-parent-menu-item:hover .sub-menu{
	display: block;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;

}

.pll-parent-menu-item a{
	padding-left: 5px;
	padding-right: 5px;
}
.pll-parent-menu-item:hover a{
	color: #FF9947;
}
.pll-parent-menu-item .sub-menu a{
	padding: 0!important;
}
.pll-parent-menu-item:hover{
	background-color: white;
	border-top-left-radius: 25px!important;
	border-top-right-radius: 25px!important;
}
.malorca{
	background-color: white;
}
.white{
	background-color: white;
	background: white;
}
.sub-menu .menu-item{
	margin-top: 7px!important;
	margin-bottom: 7px!important;
}
.menu-item img{
	width: 17px!important;
	height: 17px!important;
	object-fit: cover;
	border-radius: 50%;
}
.sub-menu{
	background-color: white;
}
.sub-menu .current_page_item{
	display: none!important;
}
.sub-menu .lang-item{
	margin-right: 5px!important;
	margin-left: 5px!important;
}
.lang-item{
	padding-right: 0!important;
	margin-right: 0!important;
}
.lang-item::after{
	content: "|";
	display: inline-block;
	color: #EEE3C9;
	padding-left: 5px;
}
.lang-item:nth-last-child(1)::after{
	display: none;
}
.current-lang a{
	color: #FF9947!important;
}
.pll-parent-menu-item{
	margin-right: 5px!important;
	margin-left: 5px!important;
}
.site-info{
	background-color: #152618;
	padding-top: 60px;
	position: relative;
	padding-bottom: 60px;
}
.textsection{
	position: relative;
}

.over{

	background: linear-gradient(90deg, rgba(47,87,54,1) 50%, rgba(238,227,201,1) 50%);
	bottom: 0;
	position: absolute;
	width: 100%;
}
.boxt{
	color: #EEE3C9;
	margin-bottom: 0;
}
.justmob{
	display: none;
}
.mapa{
	position: relative;
}
.hvr-shutter-out-horizontal:before{
	background: #FF9947!important;
	border-radius: 50px;
}
.submit{
	font-size: 20px;
	color: #2F5736;
	font-weight: 700;
}
.readmore span{
	display: inline-block;
	transition-duration: 0.4s;
	transition-property: transform;
	cursor: pointer;
}
.readmore{
	cursor: pointer;
}
.readmore:hover span{
	transform: rotate(180deg);
	position: relative;
	top: 3px;

}
.submit:hover{
	color: #2F5736!important;
	cursor: pointer;
}
input[type='submit']{
	display: none;
}
.adresa{
	color: #EEE3C9;
	text-align: center;
	position: absolute;
	bottom: 60px;
	left: 0;
	right: 0;
	font-weight: 700;
}
.mapa .container, .mapa .row{
	height: 100%;
}
.noaft::after{
	display: none;
}
.linko2{
	position: fixed;
	bottom: 20px;
	left: 6s5px;
}
.vidcl{
	cursor: initial!important;
}
.wpcf7 form .wpcf7-response-output{
	margin: 0!important;
	padding: 0!important;
}
.wpcf7 form.sent .wpcf7-response-output{
	border: 0!important;
	margin-top: -10px!important;
	position: relative;
}
.menu-item.active::after{
	content: "";
	width: 30px;
	height: 11px;
	display: block;
	background-image: url(./trianglee.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	bottom: -15px;
	right: 0;
	margin: 0 auto;

}
.navbar-nav{
	margin-bottom: 0!important;
}
.onephigher
.four .rowh{
	height: 70%;
}
.menu-item{
	position: relative;
}
.menu-item{
	display: block;
	padding-right: 0;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
.greenh{
	font-weight: 700;
}
a, a:active, a:focus {
   outline: none!important;
}
.mobile{
	display: none;
}
.menu-item a{
	font-family: "Quincy CF";
}
.contactform input[type="text"],.contactform input[type="email"], .contactform textarea{
	font-family: "Quincy CF";
}
input[type='text'], input[type='email']{
	 -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.wpcf7-acceptance{
	    top: -27px;
	    position: relative;
    left: -20px;
}
textarea{
	 -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
 .owl-carousel .owl-nav.disabled{
 	display: block!important;
 }
 .owl-carousel .owl-dots{
 	position: relative!important;
	float: right;
	
	bottom: 100px!important;
 }
 .box{
 	padding-right: 15px;
 }
.malorca a{
	color: #FF9947!important;
}
@media screen and (max-width: 1399px){
	.onepage-pagination::after{
		height: 13vh;
	}
	.white.four{
		padding-top: 60px;
	}
	.abtext p{
		margin-bottom: 5px;
		font-size: 14px;
	}
	.abtext p{
		font-size: 12px;
	}
	.abtext{
		font-size: 12px;
	}
	.onepage-pagination::before{
		height: 30vh;
	}
}
@media screen and (max-width: 1300px){
	html,body,h1,h2,h3,h4,h5,h6,span,p{
		font-size: 16px;
		font-family: "Quincy CF";
	}
	.mallorcatext{
		font-size: 18px;
	}
	.boxt br{
		display: block;
	}
	.flright br{
		display: block;
	}
	.contactform textarea{
		height: 80px;
	}
	.contactform input[type="text"],.contactform input[type="email"], .contactform textarea{
		padding-top: 15px;
	}

}
.page-template-page-studios .mphb_sc_search-check-in-date input,.page-template-page-studios .mphb_sc_search-check-out-date input,.header-2 .menu li a{
	font-family: "Quincy CF"!important;
}
@media screen and (max-width: 1000px){
	.reopen{
		font-size: 3em;
	}
}
.hamburger-inner:before,.hamburger-inner:after,.hamburger-inner,.hamburger--collapse.is-active .hamburger-inner:before,.hamburger--collapse.is-active .hamburger-inner:after,.hamburger--collapse.is-active .hamburger-inner{
	background-color: #EEE3C9;
}
.header-2 .navbar-collapse{
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	height: 100vh;
	background-color: #FF9947;
}
.header-2 .navbar-toggler{
	z-index: 99999999999;
	outline: initial!important;
}
.header-2 .menu{
	position: relative;
	padding-top: 70px;
	padding-bottom: 70px;
	padding-left: 40px!important;
	padding-right: 40px!important;
}
.header-2 .menu-item{
	text-align: left!important;
	
	display: block!important;
}
.header-2 .menu li{
	margin-top: 5px!important;
	margin-bottom: 5px!important;
}
.header-2 .menu li a{
	color: #EEE3C9;
}
.lang-sw li{
	display: inline-block!important;
	color: #2F5736;
}
.lang-sw{
	border-bottom: 2px solid #2F5736!important;
    padding-bottom: 50px;
    margin-bottom: 20px;
    padding-top: 50px;
}
.lang-sw li a{
color: #2F5736!important;
}
.lang-sw .lang-item::after{
color: #2F5736!important;
}
.lang-sw{
	padding-top: 20px;
	padding-bottom: 20px;
}
.ateliers li a{
	margin-top: 3px!important;
	margin-bottom: 3px!important;
}
.wrappervideo{
height: 75vh;
}
@media screen and (max-width: 767px){
	body,html{
		overflow: visible!important;
	}

	.wrappervideo{
		height: 200px!important;
		background-size: cover;
		background-position: center center;
		width: 100%;
	}
	.site-header{
		display: none;
	}
	.mainstart{
		display: none;
	}
	.menu-item.active::after{
		display: none;
	}
	.contactform input[type="text"],.contactform input[type="email"], .contactform textarea{
		padding-top: 20px;
	}
	section{
		overflow: hidden!important;
	}
	.headline .col-md-8{
		height: initial;
		margin-bottom: 0;
	}
	.contactform textarea{
		height: 120px;
	}
	.linko2{
		display: none!important;
	}
	.menu-item{
		margin-right: 0!important;
	}
	html{
		background-color: white!important;
		background: white!important;
	}
	
	body{
		background-color: white!important;
		background: white!important;
	}
	.pll-parent-menu-item{
		margin-left: 0!important;
		margin-right: 0!important;
	}
	.sub-menu{
		position: relative;
		display: block;
		background-color: transparent!important;
	}
	.sub-menu .lang-item{
		margin: 0!important;
		margin-top: 10px!important;
	}
	.pll-parent-menu-item a{
		padding: 0!important;
	}

	.seven{
		padding-top: 120px;
	}
	.mobile{
		display: block;
	}
	.menu-item{
		display: block!important;
	}
	.linko2{
		display: none;
	}
	.textsection{
		overflow: initial;
	}
	.over{
		position: relative;
	}
	.im{
		height: 250px;
	}
	.videooverlay{
		height: 250px;
	}
	.videclas{
		height: 250px;
	}
	.boxik{
		padding-right: 30px;
	}
	.headline .container{
		height: initial;
		margin-bottom: 65px;
	}
	.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
		margin-top: 0;
	}
	.reopen{
		font-size: 2.5em;
		text-align: center;
		margin-left: 0;
	}
	.image{
		margin-top: 30px;
	}
	.headline{
		padding-top: 40px;
	}
	.linko span{
		right: 30px;
		position: absolute;
		color: #EEE3C9;
	}
	.textsection{
		height: initial;
	}
	.secondtext{
		padding-top: 0;
		padding-bottom: 30px;
	}
	.fottext{
		float: initial;
		color: #EEE3C9;
		font-size: 15px;
		padding-bottom: 0!important;
		margin-bottom: 0;
		text-align: left;

	}
	.maphead{
		font-size: 32px;
	}
	.map-overlay{
		padding-top: 50px!important;
		padding: 15px;
	}

	.fottext a{
		color: #EEE3C9;
	}
	.uppertop{
		margin-top: 30px;
	}
	section br{
		display: none;
	}
	.up{
		right: 30px;
		left: initial;
	}
	.flright{
		float: initial;
	}
	.white{
		padding-top: 60px;
	}
	.malorca{
		height: initial;
	}
	.readmore{
		display: block;
		margin-top: 30px;
	}

	.centko{
		text-align: center;
		margin-bottom: 60px;
	}
	.white{
		height: initial;
	}
	.reologo{
		left: 0;
		right: 0;
		margin: auto;
	}
	.image{
		height: 300px;
	}
	.navbar-toggler:focus{
		border: 0!important;
		box-shadow: initial;
	}
	.navbar-toggler{
		border: 0!important;
	}


	.navbar-collapse{
		height: 100vh;
	}
	.menu-menu-1-container{
		margin-top: 20vh;
	}
	.justmob{
		position: absolute;
		bottom: 200px;
	}
	.boxt{
		margin-bottom: 30px;
	}
	.justmob{
		display: block;
		text-align: center;
	}
	.reologo{
		position: relative;
		margin-top: 60px;
	}
	.centte{
		text-align: center;
	}
	.linko{
		padding-top: 0;
		margin-top: -50px;
	}
	.headline{
		z-index: 9;
		padding-top: 100px;
	}
	.vidamge{
		height: 250px!important;
		margin-top: 15px;
	}
	.linko{
		margin-top: 0;
		top: 0;
	}
	.headline .row{
		height: initial;
	}
	.hamburger{
		position: relative;
		top: 2px;
	}
	.mapa{
		z-index: 0;
	}
}
.onephigher .onepage-pagination::after{
	height: 35vh!important;
	bottom: 0!important;
}
.site-info::after{
	content: "";
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
	border: 0;
	padding-left: 0;
	margin-left: 0;
	font-family: "Quincy CF";
}
.green{
	font-size: 2.3em;
}
video.hidivideo{
	display: none;
}
.map-overlay{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 9999;
	
}
.page-template-page-bar .linerko{
	display: none;
}
.thegr{
	color: #2F5736!important;
}
.imdd{
	width: 100%;
	margin-top: 15px;
	height: 150px;
	background-size: cover;
	background-position: center center;
}
.alccd{
	align-self: center;
}
@media screen and (min-width: 1440px){
	.mapa.ths{
		background-size: 1510px;
	}
	.page-template-page-bar .mapa.ths{
		background-size: cover;
	}
}
.map-overlay2{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	padding-top: 100px;
	z-index: -1;
	
	background-color: rgba(47, 87, 54, 0.7);
}
.noclickall .thegr{
	color: rgba(238,227,201,1)!important;
}

.vidamge{
	height: 100%;
	display: block;
}
.stvorka{
	color: #2F5736;
	font-size: 120px;
	text-align: center;
	font-weight: 700;
	margin-top: 40vh;
}
.fullsize{
	height: 100vh;
	margin-top: 0!important;
	margin-bottom: 0!important;
}
.bbox{
	text-align: center;
}
.bbox p{
	color: #2F5736;
}
.bbox a{
	color: #F34F29;
}
.fulls{
	background-color: #EEE3C9;
	    background-size: 110%;
	    background-repeat: no-repeat;
    background-position: center center;
}
.bbox{
	text-align: center;
}

iframe{
	border: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -100px;

        width: 100%;
    height: 130%;
    position: absolute;
}
.page-id-141 .reopen{
	font-size: 3em;
	margin-left: 0;
}
.page-id-141 .reologo{
	margin-left: 0;
}
#buidlings-first-page{

	background: #EEE3C9;
}
#buidlings-first-page .container,#buidlings-first-page .row, #buidlings-first-page .col-md-12{
	height: 100%;
}
#buidlings-first-page-2 .container,#buidlings-first-page-2 .row, #buidlings-first-page-2 .col-md-12{
	height: 100%;
}
.sevenpag .container,.sevenpag .row, .sevenpag .col-md-12{
	height: 100%;
}
.sevenpag .fullh{
	padding-top: 0;
}
pre{
	background-color: transparent;
	padding: 0;
}

@media screen and (min-width: 767px){
	.six .vidcl{
		margin-top: 25px;
	}
	.six .readmore{
		margin-top: 45px;
	}
}
@media screen and (max-width: 1400px){
	section br{
		display: none;
	}
	.three br{
		display: block;
	}
	.three .green{
		max-width: 330px;
	}
	.page-id-139 .three .green{
		max-width: 250px;
	}
	section.malorca br{
		display: block;
	}
}

@media screen and (min-width: 1500px){
	.readmore{
		margin-top: 60px;
	}
	.page-template-page-bar .align-items-center{
		align-items: initial!important;
		display: block!important;
	}
	.mapa.ths{
		background-size: cover;
	}
}
@media screen and (max-width: 1280px){
	.readmore{
		margin-top: 40px;
	}
}

@media screen and (max-width: 1200px){
	html,body,h1,h2,h3,h4,h5,h6,span,p{
		font-size: 16px;
		font-family: "Quincy CF";
	}
	.page-id-139 .three .green{
		max-width: 100%;
	}
	section br{
		display: none;
	}
	.three br{
		display: none;
	}
	.green{
		font-size: 2em;
	}
	.im{
		height: 165px;
	}
}

@media screen and (min-width: 1440px){
	.onepage-pagination::after{
		height: 25vh;
	}
	.onephigher .onepage-pagination::after{
		height: 35vh!important;
		bottom: 0!important;
	}
}
@media screen and (min-width: 1920px){
	.onepage-pagination::after{
		height: 34vh;
	}
	.onephigher .onepage-pagination::after{
		height: 41vh!important;
		bottom: 0!important;
	}
	.textsection.three,.white,.five,.malorca,.textsection .fullh{
		padding-top: 280px;
	}
	.four .rowh{
		height: 90%;
	}
	.page-template-page-bar .textsection.three,.page-template-page-bar .white, .five,.page-template-page-bar .malorca,.page-template-page-bar .textsection .fullh{
		padding-top: 0!important;
	}
	.page-template-page-bar .container{
		max-width: 1700px;
	}
}
@media screen and (min-width: 2400px){
	.onepage-pagination::after{
		height: 39vh;
	}

	.textsection.three,.white,.five,.malorca,.textsection .fullh{
		padding-top: 450px;
	}
	.four .rowh{
		height: 90%;
	}
}
@media screen and (max-width: 480px){
	.carousel{
		height: 40vh!important;
	}
	.owl-carousel .owl-dots{
		bottom: 60px!important;
	}
	.seven .boxik br{
		display: none;
	}
	.page-id-141 .reopen{
		font-size: 2em;
	}
	.textsection.three{
		padding-top: 40px;
	}
	.bg{
		height: 40vh!important;
	}
	.onepage-wrapper, body, html{
		position: relative;
		min-height: 100%;
		margin: 0!important;
	}
	.linko{
		position: absolute!important;
    bottom: 15vh!important;
    width: 100%!important;
    top: initial!important;
	}
	.page-template-page-bar .mapa{
		height: 100%;
	}
	.page-template-page-bar .imdd{
		height: 250px!important;
	}
	.page-template-page-bar .mapa{
		padding-top: 60px;
	}

	.ovgrefloworangerevert h1, .ovgrefloworange h1, .page-template-page-bar .green{
		font-size: 36px!important;
	}
	.page-template-page-bar .morepadss{
		padding-top: 140px;
	}
	.page-template-page-bar .thvimage{
		height: 225px!important;
	}
}

@media screen and (max-width: 420px){
	.linko{
		margin-top: 15px;
	}
	.justmob .boxt br{
		display: none!important;
	}
	.vidamge,.wrappervideo{
		height: 200px!important;
	}
	.site-header{
		top: -3px!important;
		
	}
	.navbar-collapse{
		height: calc(100vh + 100px);
	}
	.site-footer{
		    bottom: -5px;
    position: relative;
    margin-top: -5px;
	}
	.lang-item{
		display: inline-block!important;
	}
	#primary-menu{
		text-align: center;
	}
	.linko span{
		max-width: 100px;
		text-align: right;
	}
	.menu-item a{
		font-size: 2.5em;
	}
	.lang-item::after{
		font-size: 2.5em;
	}
	#primary-menu{
		margin-top: 10vh;
	}
	.headline{
		padding-top: 60px;
	}
	.vidamge{
		margin-top: 0;
	}
	.reologo{
		margin-top: 8vh;
	}
	.linko{
		margin-top: 0;
		top: 0;
	}

	.justmob{
		position: relative;
		margin-top: 50px;
		bottom: 0!important;
	}
	.menu-menu-1-container{
		margin-top: 8vh;
	}

}
@media screen and (max-width: 380px){
	.vidamge,.wrappervideo{
		height: 175px!important;
	}
	.menu-item a{
		font-size: 1.9em;
	}
	.linko{
		position: relative!important;
    bottom: 0!important;
    margin-top: 30px!important;
	}
	#primary-menu{
		margin-top: 5vh;
	}
	.linko{
		bottom: 0!important;
	}
	#firstPage{
		padding-top: 30px;
	}
	.lang-item::after{
		font-size: 1.9em;
	}
	.headline .container{
		margin-bottom: 20px;
	}
}
@media screen and (min-width: 1500px){
	.white{
		padding-top: 0;
	}
.align-items-center{
	height: 100%;
	display: flex;
}
.malorca .row{
	width: 100%;
}
.four .row{
	width: 100%;
}
}
.alselfik{
	align-self: center;
}

#controls {
	position: absolute;
	bottom: 0;
	z-index: 2;
	background: #2F5736;
	display: inline-block;
	text-align: center;
	left: 30px;
	bottom: 30px;
	padding-bottom: 9px;
	border-radius: 25px;
}
#panorama{
	position: absolute;
	top: 0;
	right: 0;
	width: 60%;

}
.otocka{
	display: inline-block;
	color: #FF9947;
	font-family: "Quincy CF";
}
.twos{
	position: relative;
}
.second-image-over{
	width: 50%;
	position: absolute;
	right: 0;
	top: 0;
	background-size: cover;
	background-position: center center;

	height: 100vh;
}
.gree{
	background-color: #2F5736!important;
}
.browize{
	color: #EEE3C9;
}
#pan-left, #pan-right{
	padding-top: 10px;
	border-radius: 50px;
	padding-left: 15px;
	padding-right: 15px;
	display: inline-block;
}
.b-im-ko{
	width: 100%;
	height: 100px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-size: cover;
	background-position: center center;
}

.owl-the-owl,.owl-the-owl .bg{
	height: 100%;
}
.butor{
	background-color: #F34F29;
	color: #EEE3C9!important;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	font-size: 20px;
	opacity: 1;
	text-decoration: initial;
	font-family: "Quincy CF";
	border-radius: 25px;
	padding-right: 50px;
}
.atbox{
	margin-bottom: 40px;
}
.owl-the-owl .owl-dots{
	height: initial;
}
.prko{
	font-size: 15px;
	margin-bottom: 0;
	margin-top: 10px;
	color: #EEE3C9;
}
.prko2{
	margin-bottom: 10px;
	color: #EEE3C9;
}
.butor:hover{
	cursor: pointer;
}
.owl-the-owl-2{
	width: calc( 60% - 30px);
	height: calc( 80% );
	position: absolute;
	top: 0;
	left: 0;
}
.atbox{
	border-top: 1px solid #EEE3C9;
	border-bottom: 1px solid #EEE3C9;

}
.owl-the-owl-2 .bg{
	height: calc( 100% );
}
.owl-the-owl-2 div{
	height: 100%;
}
.m2{
	color: #EEE3C9;
	font-size: 20px;
	font-weight: 700;
	margin-top: -20px;
	margin-bottom: 40px;
}
#buidlings-first-page-2{
	position: relative;
}
.greyzko{
	background-color: #EEE3C9!important;
}
.gcmkooo{
	color: #2F5736;
}
.owl-right{
	width: calc( 60% - 30px);
	height: calc( 80% );
	position: absolute;
	top: 8.5%;
	right: 0;
}
.right-faq div{
	display: none;
}
.right-faq li{
	cursor: pointer;
}
.owl-left{
	width: calc( 60% - 30px);
	height: calc( 80% );
	position: absolute;
	top: 8.5%;
	left: 0;
}
.right-faq{
	width: calc( 60% - 30px);
	height: calc( 80% );
	position: absolute;
	top: 8.5%;
	padding-left: 5%;
	padding-right: 10%;
	padding-top: 15%;
	padding-bottom: 25%;
	right: 0;
	background-color: #EEE3C9!important;

}
.right-faq li{
	list-style-type: none;
	width: 75%;
}
.right-faq li{
	color: #2F5736;
	font-family: "Quincy CF";
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 2px solid #2F5736;
}
.right-faq img{
	float: right;
	position: relative;
	top: 7px;
	right: 10px;
}
.ovgreflow{
	background: rgb(47,87,54);
	background: linear-gradient(90deg, rgba(47,87,54,1) 45%, rgba(238,227,201,1) 45%);
}
.odtopcv{
	margin-top: 50px;
}
.owl-the-owl-2 .owl-dots{
	height: initial;
}
.odtopcv a{
	color: #FF9947!important;
}
.odbctt{
	margin-bottom: 30px;
}
.page-template-page-studios .nice-select{
	border: 0;
	border-right: 2px solid #2f5736!important;
	border-top: 2px solid #2f5736!important;
	border-top-right-radius: 25px!important;
	border-bottom-right-radius: 0!important;
}
.page-template-page-studios  .nice-select .list{
	background-color: #EEE3C9!important;
	border: 0!important;
	padding-left: 0!important;
	width: calc(100% + 2px)!important;
	border-right: 2px solid #2f5736!important;
	border-top-right-radius: 0!important;
	border-bottom-right-radius: 0!important;
}
.page-template-page-studios  .nice-select .option:hover,.page-template-page-studios  .nice-select .option.focus,.page-template-page-studios  .nice-select .option.selected.focus,.page-template-page-studios  .nice-select .list:hover .option:not(:hover),.page-template-page-studios  .nice-select .option{
	padding-left: 0!important;
}
.page-template-page-studios .nice-select.open .list{
	margin-bottom: 0;
}
.page-template-page-studios .nice-select .option:hover,.page-template-page-studios  .nice-select .option.focus,.page-template-page-studios  .nice-select .option.selected.focus{
	background-color: transparent!important;
}
.page-template-page-studios .nice-select .list{
	box-shadow: initial;
}
.fdmc::after{
	display: none;
}
.fdmc{
	position: relative;
	margin-bottom: 70px;
}
.fdmc .wpcf7-form-control-wrap::after{
	border-bottom: 3px dotted #2f5736;
	content: "";
	display: block;
	width: 98%;
	top: 47px;
	position: relative;
}
.page-template-page-studios .nice-select.open .list{
	margin-left: 0;
	width: 100%;
	z-index: 999999;
}
.page-template-page-studios .nice-select{
	width: 100%;
	background: initial;
	padding-left: 0;

}
.owl-left div{
	height: 100%;
}
.arrow-down{
	position: fixed;
	width: 100%;
	bottom: 30px;
	cursor: pointer;
	z-index: 999;
}
.arrow-down{
	display: inline-block;
	width: initial;
}
.page-template-page-studios .onepage-pagination{
	display: none;
}
.page-template-page-studios .site-header{
	display: none;
}
.header-2{
	display: none;
}
.page-template-page-studios .header-2{
	display: block;
}
.owl-right div{
	height: 100%;
}
.yellowarrow{
	display: none;
}

.page-template-page-studios .mphb_sc_search-adults, .page-template-page-studios .mphb_sc_search-children{
	display: none;
}
.page-template-page-studios .mphb_sc_search-submit-button-wrapper input{
	display: block;
	background-color: #F34F29;
	color: #EEE3C9!important;
	padding-top: 10px;
	border: 0!important;
	width: 100%;
	padding-bottom: 10px;
	padding-left: 50px;
	font-size: 20px;
	opacity: 1;
	text-decoration: initial;
	font-family: "Quincy CF";
	border-radius: 25px;
	padding-right: 50px;
}
.datepick-popup .mphb-datepicker-minimal .datepick-month-header select{
	background-color: #FF9947!important;
	border-radius: 5px;
	color: #2f5736!important;
	font-weight: 700!important;
}
.datepick-month-header{
	color: #2f5736!important;
	font-weight: 700!important;
}
.datepick-popup .mphb-datepicker-minimal .datepick-month table{
	border-top: 1px solid #2f5736!important;
	border-right: 1px solid #2f5736!important;
}
.datepick-popup .mphb-datepicker-minimal .datepick-month + .datepick-month{
	border-color: #2f5736!important;
}
.datepick .datepick-month-header{
	border-top: 1px solid #2f5736!important;
}
.datepick-month{
	padding: 0!important;
}
.datepick-popup .mphb-datepicker-minimal .datepick-month:first-child .datepick-month-header{
	margin-right: 0;
}
.datepick-popup .mphb-datepicker-minimal .datepick-month + .datepick-month .datepick-month-header{
	margin-left: 0!important;
}
.datepick-popup .mphb-datepicker-minimal .datepick-month table{
	margin-right: -1px!important;
}
.datepick-popup .mphb-datepicker-minimal .datepick-ctrl:before{
	border-color: #2f5736!important;
}
.datepick-popup .mphb-datepicker-minimal .datepick-ctrl .datepick-cmd{
	font-weight: 700;
}
.datepick-popup .mphb-datepicker-minimal .datepick-month th span{
	color: #2f5736!important;
}
.datepick-popup .mphb-datepicker-minimal .datepick-month table,.mphb-calendar .mphb-datepicker-minimal .datepick-month, .datepick-popup .mphb-datepicker-minimal .datepick-month{
	margin-right: -1px!important;
}
.mphb-calendar .mphb-datepicker-minimal .datepick-month td span, .datepick-popup .mphb-datepicker-minimal .datepick-month td span,.datepick-popup .mphb-datepicker-minimal.mphb-datepick-popup .datepick-month td .datepick-today,.datepick-popup .mphb-datepicker-minimal.mphb-datepick-popup .datepick-month td a.datepick-highlight,.datepick-popup .mphb-datepicker-minimal .datepick-month td a,.mphb-calendar .mphb-datepicker-minimal .datepick-ctrl .datepick-cmd, .datepick-popup .mphb-datepicker-minimal .datepick-ctrl .datepick-cmd, .datepick-popup .mphb-datepicker-minimal a.datepick-cmd,.datepick-popup .mphb-datepicker-minimal .datepick-nav a.datepick-disabled ,.mphb-calendar .mphb-datepicker-minimal a.datepick-cmd, .datepick-popup .mphb-datepicker-minimal a.datepick-cmd{
	color: #2f5736!important;
}
.datepick-popup .mphb-datepicker-minimal .datepick-month + .datepick-month .datepick-month-header{
	border: 0;
}
.datepick-month-header{
	border: 0!important;
}
.datepick-popup .mphb-datepicker-minimal .datepick-nav{
	border: 0!important;
}
.datepick-popup .mphb-datepicker-minimal .datepick-month + .datepick-month{
	border: 0!important;
}
.datepick-popup .mphb-datepicker-minimal .datepick-month + .datepick-month{
	border-bottom: 0!important;
}
.mphb-calendar .mphb-datepicker-minimal .datepick-nav a:hover, .datepick-popup .mphb-datepicker-minimal .datepick-nav a:hover{
	background-color: transparent;
}
.datepick,.mphb-calendar .mphb-datepicker-minimal .datepick-ctrl, .datepick-popup .mphb-datepicker-minimal .datepick-ctrl{
	background-color: #EEE3C9!important;
}
.mphb-calendar .mphb-datepicker-minimal .datepick-month th, .datepick-popup .mphb-datepicker-minimal .datepick-month th{
	border: 0!important;
}
.datepick-popup .mphb-datepicker-minimal .datepick-nav a.datepick-disabled:hover{
	background: #EEE3C9!important;
}
.mphb-calendar .mphb-datepicker-minimal .datepick-month td, .datepick-popup .mphb-datepicker-minimal .datepick-month td{
	border: 0!important;
}
.page-template-page-studios .mphb_sc_search-check-out-date{
	display: inline-block;
}
.mphb-required-fields-tip{
	display: none;
}

.page-template-page-studios .mphb_sc_search-check-in-date{
	display: inline-block;
}
.page-template-page-studios .mphb_sc_search-check-in-date{
	width: calc( 50% - 20px);
}
.page-template-page-studios .mphb_sc_search-check-in-date{
	margin-right: 15px;
}
.page-template-page-studios .mphb_sc_search-check-out-date{
	margin-left: 15px;
}
.page-template-page-studios .mphb_sc_search-check-in-date input{
	width: 100%;
}
.page-template-page-studios .mphb_sc_search-check-out-date{
	width: calc( 50% - 20px);
}
.page-template-page-studios .mphb_sc_search-check-out-date input{
	width: 100%;
}
.mphb-calendar .mphb-datepicker-minimal .datepick-nav, .datepick-popup .mphb-datepicker-minimal .datepick-nav,.mphb-calendar .mphb-datepicker-minimal .datepick-month:first-child .datepick-month-header, .datepick-popup .mphb-datepicker-minimal .datepick-month:first-child .datepick-month-header,.mphb-calendar .mphb-datepicker-minimal .datepick-month + .datepick-month .datepick-month-header, .datepick-popup .mphb-datepicker-minimal .datepick-month + .datepick-month .datepick-month-header,.mphb-calendar .mphb-datepicker-minimal .datepick-month th, .mphb-calendar .mphb-datepicker-minimal .datepick-month th a, .datepick-popup .mphb-datepicker-minimal .datepick-month th, .datepick-popup .mphb-datepicker-minimal .datepick-month th a,.mphb-calendar .mphb-datepicker-minimal .datepick-month th, .mphb-calendar .mphb-datepicker-minimal .datepick-month th a, .datepick-popup .mphb-datepicker-minimal .datepick-month th, .datepick-popup .mphb-datepicker-minimal .datepick-month th a,.mphb-calendar .mphb-datepicker-minimal .datepick-month td, .datepick-popup .mphb-datepicker-minimal .datepick-month td{
	background-color: #EEE3C9!important;
}
.mphb-calendar .mphb-datepicker-minimal .datepick-month td .datepick-weekend, .datepick-popup .mphb-datepicker-minimal .datepick-month td .datepick-weekend,.datepick-popup .mphb-datepicker-minimal .datepick-month td a,.mphb-calendar .mphb-datepicker-minimal .datepick-month td a, .mphb-calendar .mphb-datepicker-minimal .datepick-month td span, .datepick-popup .mphb-datepicker-minimal .datepick-month td a, .datepick-popup .mphb-datepicker-minimal .datepick-month td span{
	background: transparent!important;
}
.mphb-calendar .mphb-datepicker-minimal .datepick-ctrl .datepick-cmd, .datepick-popup .mphb-datepicker-minimal .datepick-ctrl .datepick-cmd{

}
.page-template-page-studios .nice-select{
	padding-top: 3px;
}
.page-template-page-studios .nice-select:after{

	top: 25px;
	right: 15px;
	border-color: #FF9947;
}
.page-template-page-studios .nice-select{
	color: #2F5736;
}
.nice-select{
	width: 100%;
}
.page-template-page-studios .site-header.header-2{
	display: none;
}

.nice-select.open .list{
	width: 100%;
	margin-left: 0;
}

#mphb-booking-details{
	overflow: visible;
}




.page-id-812 #primary-menu,.page-id-812 .lang-item{
	visibility: hidden;
}

@media screen and (min-width: 1440px){
.page-id-798 .mallorcatext{
	font-size: 13px!important;
}
.page-id-798 .atbox{
	margin-bottom: 20px;
}
}











/*
 * RESERVATION PLUGIN
 */


.page-template-page-search-results .theresult {
	max-width: 662px;
}

.page-template-page-search-results .theresults {
	display: block;
	width: 100%;
	font-family: Quincy CF;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 30px;
	color: #211f1f;
	text-align: left;


}

.page-template-page-search-results .theresults H1 {
	font-family: "Quincy CF";
	font-size: 35px;
	line-height: 45px;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 25px;
}

.page-template-page-search-results .theresults H2 {
	font-family: "Quincy CF";
	font-size: 30px;
	line-height: 30px;
	font-weight: 900;
	color: #2F5736;
	text-align: center;
	padding-bottom: 25px;
	text-align: left!important;
}

.page-template-page-search-results .theresults H2 A {
	font-family: "Quincy CF";
	font-size: 30px;
	line-height: 30px;
	font-weight: 900;
	text-align: center;
	color: #2F5736;
	text-align: left!important;
}

.page-template-page-search-results .theresults H3 {
	font-family: "Quincy CF";
	font-size: 22px;
	line-height: 30px;
	font-weight: 900;
	text-align: left;
	color: #2F5736;
	padding-bottom: 25px;
}

.page-template-page-search-results .theresults H4 {
	font-family: "Quincy CF";
	font-size: 22px;
	line-height: 30px;
	font-weight: 900;
	text-align: center;
	padding-bottom: 25px;
}

.mphb-total-price .mphb-price {
	font-family: "Quincy CF";
	font-size: 22px;
	line-height: 30px;
	font-weight: 900;
	text-align: center;
	float: right;
}

.page-template-page-search-results .theresults P {
	font-family: Quincy CF;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	text-align: left!important;
	letter-spacing: normal;
	line-height: 30px;
	color: #211f1f;
	text-align: left;
	padding-bottom: 20px;
	padding-bottom: 0;
	margin-bottom: 0;
}
.mphb-recommendation-details-list li{
	list-style-type: none;
}
.mphb-recommendation-details-list{
	margin-left: 0;
	padding-left: 0;
}
.page-template-page-search-results .theresults A {
	font-family: Quincy CF;
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: normal;
	cursor: initial;
	line-height: 30px;
	color: #c77d23;
	text-align: left;
	text-decoration: none;
}

.mphb-required-fields-tip {
	margin-bottom: 35px;
}

.page-template-page-search-results .theresults TABLE.mphb-price-breakdown {
	width: 100%;
}

.page-template-page-search-results .theresults TABLE.mphb-price-breakdown TH {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}

.page-template-page-search-results .theresults TABLE.mphb-price-breakdown TH:last-child {
	text-align: right;
}

.page-template-page-search-results .theresults TABLE.mphb-price-breakdown TD {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}

.page-template-page-search-results .theresults TABLE.mphb-price-breakdown TD:last-child {
	text-align: right;
}

.page-template-page-search-results .theresults FORM BR {
	display: none;
}

.page-template-page-search-results .theresults LABEL {
	font-family: Quincy CF;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 30px;
	color: #4b4b4b;
	text-align: left;
	padding-bottom: 5px;
}

.page-template-page-search-results .theresults INPUT[type="text"],
.page-template-page-search-results .theresults INPUT[type="number"],
.page-template-page-search-results .theresults INPUT[type="email"],
.page-template-page-search-results .theresults INPUT[type="tel"],
.page-template-page-search-results .theresults TEXTAREA {
	display: block;
	width: 100%;
	height: 50px;
	font-family: Quincy CF;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 30px;
	color: #000;
	text-align: left;
	padding: 0px 15px;
	margin-bottom: 15px;
	outline: none !important;
	background: white;
	border: 0;
	border-radius: 0px !important;
	box-shadow: none !important;
}

.page-template-page-search-results .theresults INPUT[type="submit"]{
	display: inline-block;
}

.woocommerce .col2-set, .woocommerce-page .col2-set {
	padding-bottom: 50px;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
	padding: 0px;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	padding: 0px;
}

.woocommerce-checkout INPUT[type="text"],
.woocommerce-checkout INPUT[type="number"],
.woocommerce-checkout INPUT[type="email"],
.woocommerce-checkout INPUT[type="tel"],
.woocommerce-checkout TEXTAREA,
.select2-container--default .select2-selection--single {
	display: block;
	width: 100%;
	height: 50px;
	font-family: Quincy CF;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 30px;
	color: #000;
	text-align: left;
	padding: 15px 50px;
	margin-bottom: 15px;
	outline: none !important;
	background: #f6f5f5;
	border: 1px solid #000;
	border-radius: 0px !important;
	box-shadow: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 48px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 48px;
}

.page-template-page-bar .header-2,.page-template-page-bar .header-1{
	display: none!important;
} 

.page-template-page-bar .header-3{
	display: block!important;
	background-color: #2F5736!important;
}
.page-template-page-bar .navbar-collapse{
	background-color: #87DBF3;
}
.header-3 li a{
	color: #2F5736!important;
}
.header-3 ul{
	height: 90%;
}
.godown{
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	cursor: pointer;
}

.page-template-page-bar .ajax-loader{
	position: absolute;
}
.ths{
	padding-top: 30px;
}
.page-template-page-bar .owl-dots{
	position: absolute!important;
	width: 189px!important;
	bottom: 50px!important;
}

.godown2{
	position: absolute;
	bottom: 30px;
	cursor: pointer;
}

.header-3 .color-revert .cerveny.hamburger--collapse.is-active .hamburger-inner:before, .header-3 .cerveny .hamburger-inner:after,.header-3 .cerveny .hamburger-inner:before,.header-3 .cerveny.hamburger--collapse.is-active .hamburger-inner{
	background-color: #2F5736!important;
}
.header-3 .choddole{
	position: absolute;
	bottom: 40px;
}



.woocommerce-checkout INPUT[type="submit"],
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button
{
	display: inline-block;
	width: auto;
	height: 50px;
	font-family: "Quincy CF";
	font-size: 15px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: 15px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	padding: 15px 50px;
	background: #c77d23 !important;
	border: 2px solid #c77d23;
	border-radius: 2px;
	outline: none !important;
	cursor: pointer;
}

.woocommerce-checkout INPUT[type="submit"]:hover,
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	color: #fff;
	background: #f19e38 !important;
	border: 2px solid #f19e38;
}

.mphb-calendar.mphb-datepick {
	padding-bottom: 50px;
}

.mphb_room_type-template-default {
	position: relative;
	background-image: url('../images/reservation.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.mphb_room_type-template-default .container .mphb_room_type, .mphb_room_type-template-default #container .mphb_room_type {
	max-width: 662px;
	margin: 0 auto;
}

.mphb-calendar .mphb-datepicker-minimal.datepick .mphb_room_type, .datepick-popup .mphb-datepicker-minimal.datepick .mphb_room_type {
	width: 100% !important;
}

.mphb-calendar .mphb-datepicker-minimal.datepick, .datepick-popup .mphb-datepicker-minimal.datepick {
	width: 100% !important;
}

.datepick-popup {
	padding: 0;
	min-width: 350px;
	font-family: Quincy CF;
	font-size: 14px;
	font-weight: 400;
	font-style: normal
}

.mphb_room_type-template-default .mphb_room_type {
	display: block;
	width: 100%;
	font-family: Quincy CF;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 30px;
	color: #211f1f;
	text-align: left;
	padding-bottom: 50px;
	padding-top: 150px;
}

.mphb_room_type-template-default .mphb_room_type H1 {
	font-family: "Quincy CF";
	font-size: 35px;
	line-height: 45px;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 25px;
}

.mphb_room_type-template-default .mphb_room_type H2 {
	font-family: "Quincy CF";
	font-size: 22px;
	line-height: 30px;
	font-weight: 900;
	text-align: center;
	padding-bottom: 25px;
}

.mphb_room_type-template-default .mphb_room_type H2 A {
	font-family: "Quincy CF";
	font-size: 22px;
	line-height: 30px;
	font-weight: 900;
	text-align: center;
	color: #211f1f;
}

.mphb_room_type-template-default .mphb_room_type H3 {
	font-family: "Quincy CF";
	font-size: 22px;
	line-height: 30px;
	font-weight: 900;
	text-align: center;
	padding-bottom: 25px;
}

.mphb_room_type-template-default .mphb_room_type H4 {
	font-family: "Quincy CF";
	font-size: 22px;
	line-height: 30px;
	font-weight: 900;
	text-align: center;
	padding-bottom: 25px;
}

.mphb_room_type-template-default .mphb_room_type P {
	font-family: Quincy CF;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 30px;
	color: #211f1f;
	text-align: left;
	padding-bottom: 20px;
}

.mphb_room_type-template-default .mphb_room_type A {
	font-family: Quincy CF;
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: normal;
	line-height: 30px;
	color: #c77d23;
	text-align: left;
	text-decoration: none;
}

.mphb-required-fields-tip .mphb_room_type {
	margin-bottom: 35px;
}

.mphb_room_type-template-default TABLE.mphb-price-breakdown {
	width: 100%;
}

.mphb_room_type-template-default TABLE.mphb-price-breakdown TH {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}

.mphb_room_type-template-default TABLE.mphb-price-breakdown TH:last-child {
	text-align: right;
}

.mphb_room_type-template-default TABLE.mphb-price-breakdown TD {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}

.mphb_room_type-template-default TABLE.mphb-price-breakdown TD:last-child {
	text-align: right;
}

.mphb_room_type-template-default .mphb_room_type FORM BR {
	display: none;
}

.mphb_room_type-template-default .mphb_room_type LABEL {
	font-family: Quincy CF;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 30px;
	color: #4b4b4b;
	text-align: left;
	padding-bottom: 5px;
}

.mphb_room_type-template-default .mphb_room_type INPUT[type="text"],
.mphb_room_type-template-default .mphb_room_type INPUT[type="number"],
.mphb_room_type-template-default .mphb_room_type INPUT[type="email"],
.mphb_room_type-template-default .mphb_room_type TEXTAREA {
	display: block;
	width: 100%;
	height: 50px;
	font-family: Quincy CF;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 30px;
	color: #000;
	text-align: left;
	padding: 0px 15px;
	margin-bottom: 15px;
	outline: none !important;
	background: #f6f5f5;
	border: 1px solid #000;
	border-radius: 0px !important;
	box-shadow: none !important;
}

.mphb_room_type-template-default .mphb_room_type INPUT[type="submit"] {
	display: inline-block;
	width: auto;
	height: 50px;
	font-family: "Quincy CF";
	font-size: 15px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: 15px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	padding: 15px 50px;
	background: #c77d23;
	border: 2px solid #c77d23;
	border-radius: 2px;
	outline: none !important;
	cursor: pointer;
}

.mphb_room_type-template-default .mphb_room_type INPUT[type="submit"]:hover {
	color: #fff;
	background: #f19e38;
	border: 2px solid #f19e38;
}



/*
 * Contact Form
 */
.nf-form-title {
	display: none;
}

.nf-before-form-content {
	display: none;
}

.nf-field-label {
	display: none;
}

#ninja_forms_required_items, .nf-field-container {
	margin-bottom: 0px !important;
}

.nf-response-msg {
	font-family: Quincy CF;
	font-size: 13px;
	line-height: 20px;
	font-weight: 300;
	color: #f8f8f8;
	margin-top: -17px;
}

.nf-error .nf-error-msg {
	color: #e80000;
	display: none;
}

.nf-response-msg P {
	font-family: Quincy CF;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 30px;
	color: #fff;
	text-align: left;
	padding-bottom: 20px;
}

.nf-error .nf-error-msg {

}

.nf-form-content .nf-field-element .nf-element.btn {
	display: inline-block;
	height: 50px;
	font-family: "Quincy CF";
	font-size: 15px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: 15px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	padding: 15px 50px;
	background: none;
	border: 2px solid #fff !important;
	border-radius: 2px;
	outline: none !important;
}

.nf-form-content .nf-field-element .nf-element.btn:hover {
	color: #000 !important;
}

.nf-form-content .nf-field-element .nf-element {
	width: 100%;
	height: 50px;
	font-family: Quincy CF;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 100%;
	color: #fff !important;
	padding: 12px 17px;
	margin-bottom: 15px;
	background: #4b4b4b;
	border: 1px solid #4b4b4b !important;
	outline: none;
	resize: none;
}

.nf-form-content .nf-field-element .nf-element:focus {
	background: #4b4b4b !important;
	border: 1px solid #c77d23 !important;
	box-shadow: none !important;
}

.nf-form-content .nf-field-element .nf-element::-webkit-input-placeholder { /* Edge */
	color: #fff;
}

.nf-form-content .nf-field-element .nf-element:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #fff;
}

.nf-form-content .nf-field-element .nf-element::placeholder {
	color: #fff;
}

.nf-form-content .nf-field-element TEXTAREA.nf-element {
	height: 205px;
}

.nf-form-content .nf-field-label label {
	display: block;
	font-family: Quincy CF;
	font-size: 13px;
	line-height: 20px;
	font-weight: 300;
	color: #f8f8f8;
}

.nf-error-msg, .ninja-forms-req-symbol {
	font-family: Quincy CF;
	font-size: 13px;
	line-height: 20px;
	font-weight: 300;
}

LABEL EM SPAN {
	margin-left: 0px;
}

ARTICLE .nf-error.field-wrap .nf-field-element:after {
	background: #e80000;
	color: #fff;
	font-family: FontAwesome;
	font-size: 20px;
	content: "\f12a";
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	transition: all .5s;
}

.jcf-checkbox, .jcf-radio {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #000;
	margin: -3px 10px 0 0;
	height: 16px;
	width: 16px;
}

:root .jcf-checkbox span {
	margin: -3px 0 0 -4px;
	border-color: #c77d23;
}

.checkbox-wrap .nf-field-label label:after {
	border-color: #c77d23 !important;
}

.jcf-select {
	display: block;
	vertical-align: top;
	position: relative;
	border: 1px solid #000;
	background: #f6f5f5;
	margin: 0 0 12px;
	min-width: 150px;
	height: 50px;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-family: Quincy CF;
	font-size: 16px;
	line-height: 48px;
	font-weight: 400;
	color: 0px;
	margin: 0 35px 0 8px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: transparent;
	width: 26px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-select:before {
	content: "";
	position: absolute;
	top: 22px;
	right: 18px;
	border-style: solid;
	border-width: 6px 5px;
	border-color: #000 transparent transparent;
}

.mphb_sc_checkout-services-list LI {
	padding-bottom: 25px;
}

.mphb-checkout-item-section LI SMALL {
	display: block;
	font-size: 12px !important;
	margin-top: -10px;
}

.mphb-price {
	font-weight: bold;
}

.mphb-recommendation-item {
	padding: 25px;
	background: #fff;
	margin-bottom: 25px;
}

.mphb_sc_search_results-wrapper .mphb-recommendation .mphb-recommendation-reserve-button {
	float: left;
	clear: right;
	margin-bottom: 25px;
}

.mphb-recommendation-title {

}

.mphb-room-type-categories {
	display: none;
}

.mphb-regular-price {
	display: none;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	padding-left: 20px;
	padding-right: 20px;
}

.select2-container--default .select2-selection--single {
	padding-left: 0px;
	padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 1;
	padding-left: 20px;
	padding-right: 20px;
}

.woocommerce-input-wrapper .jcf-select-text {
	display: none;
}

.mphb-checkbox-label EM {
	color: transparent;
}

.mphb-checkbox-label EM .mphb-price {
	color: #000;
}

.jcf-select select{
	-webkit-overflow-scrolling : touch!important;
	overflow: auto!important;
	height: 100%!important;
}

/*
 * Add Comment Section
 */
SECTION.add-comment-section {
	position: relative;
	display: none;
	padding-top: 93px;
	padding-bottom: 90px;
	background-image: url('../images/comment.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

SECTION.add-comment-section:before {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(199, 125, 35, 0.84);
	content: "";
	z-index: 5;
}

.add-comment-btn {
	display: block;
	font-family: Quincy CF;
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: 30px;
	color: #c77d23;
	text-align: right;
	padding-top: 50px;
}

.close-add-comment {
	position: absolute;
	display: inline-block;
	right: 0px;
	top: -34px;
	font-family: Quincy CF;
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: 30px;
	color: #f6f5f5;
	padding-right: 30px;
	background-image: url('../images/close-add-comment.svg');
	background-repeat: no-repeat;
	background-size: 14px 14px;
	background-position: right center;
}

SECTION.add-comment-section .bg {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgb(199, 125, 35);
	mix-blend-mode: multiply;
}

SECTION.add-comment-section .container {
	position: relative;
	z-index: 7;
}

SECTION.add-comment-section H2 {
	font-family: "Quincy CF";
	font-size: 35px;
	font-weight: 900;
	font-style: normal;
	letter-spacing: normal;
	line-height: 1.2857;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 26px;
}

SECTION.add-comment-section .logged-in-as {
	color: #fff;
	margin-bottom: 25px;
}

SECTION.add-comment-section .logged-in-as A {
	color: #fff;
}

SECTION.add-comment-section LABEL {
	margin-bottom: 5px;
}

SECTION.add-comment-section INPUT[type="text"] {
	display: block;
	width: 100%;
	height: 50px;
	font-family: Quincy CF;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 30px;
	color: #fff;
	text-align: left;
	padding-left: 22px;
	padding-right: 22px;
	background: #9b5f15;
	border: 1px solid #9b5f15;
	border-radius: 0px;
	box-shadow: none;
	outline: none !important;
	margin-bottom: 15px;
}

SECTION.add-comment-section TEXTAREA {
	display: block;
	width: 100%;
	height: 205px;
	font-family: Quincy CF;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 30px;
	color: #fff;
	text-align: left;
	padding: 22px;
	background: #9b5f15;
	border: 1px solid #9b5f15;
	border-radius: 0px;
	box-shadow: none;
	outline: none !important;
	margin-bottom: 15px;
	resize: none;
}

SECTION.add-comment-section INPUT[type="submit"] {
	display: inline-block;
	height: 50px;
	font-family: "Quincy CF";
	font-size: 15px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: 15px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	padding: 15px 50px;
	background: none;
	border: 2px solid #fff !important;
	-webkit-appearance: none;
	border-radius: 0px;
	outline: none !important;
	cursor: pointer;
}

SECTION.add-comment-section INPUT[type="submit"]:hover {
	color: #000 !important;
	background: #fff;
}

SECTION.add-comment-section .rating-container > input + label:before {
	color: #fff;
}

SECTION.add-comment-section .rating-container > input:checked ~ label:before, SECTION.add-comment-section .rating-container > input + label:hover ~ label:before, SECTION.add-comment-section .rating-container > input + label:hover:before {
	color: #fff;
	text-shadow: 0 0 1px #fff;
}

SECTION.add-comment-section .comments-rating {
	margin-bottom: 25px;
}

.mphb-past-date.mphb-unselectable-date{
	opacity: .5!important;
	text-decoration: line-through;
}
.comment-form-author {
	display: inline-block;
	width: 49%;
}

.comment-form-email {
	display: inline-block;
	width: 49%;
	float: right;
}

@media screen and (max-width: 480px){
	.datepick-popup{
		left: 0!important;
		right: 0;
	}
}

.form-submit {
	float: right;
}

.comment-form-url {
	display: none;
}

.comment-form-cookies-consent {
	display: none;
}

.contact-page P A.btn {
	display: inline-block;
	height: 50px;
	font-family: "Quincy CF";
	font-size: 15px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: 15px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	padding: 15px 50px;
	background: #c77d23;
	border: 2px solid #c77d23;
	border-radius: 2px;
	outline: none !important;
}

.contact-page P A.btn:hover {
	color: #fff;
	background: #f19e38;
	border: 2px solid #f19e38;
}

.owl-the-owl-2{
	height: 100vh;
}
.button.mphb-view-details-button{
	display: none;
}
.mphb_sc_search_results-info{
	margin-bottom: 30px!important;
	text-align: center!important;
}
.mphb-button,.page-template-page-search-results .theresults INPUT[type="submit"],.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
	background-color: #F34F29!important;
    color: #EEE3C9!important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    font-size: 20px;
    opacity: 1;
    text-decoration: initial;
    font-family: "Quincy CF";
    border-radius: 25px;
    padding-right: 50px;
    border: 0;
    margin-top: 15px;
}
.page-template-page-search-results main,.woocommerce-checkout main{
	background-color: #EEE3C9!important;
}
.page-template-page-search-results .odsuny,.woocommerce-checkout .odsuny{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 120px;
	padding-bottom: 60px;
}
#mphb_country{
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 0;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
	border: 0;
	background-color: white;
}
#mphb_room_details-0-adults{
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 0;
}

.select2-selection__rendered{
	position: relative;
	top: -13px;
}
.select2-selection__arrow{
	position: relative;
	top: 13px!important;
}
.select2-container--default .select2-selection--single{
	padding-top: 25px;
	padding-bottom: 25px;
	border: 0!important;

}
.woocommerce-form-coupon-toggle{
	display: none;
}
.wc_payment_methods{
	display: none;
}
.place-order{
	background-color: #EEE3C9;
}
.onmobile{
		display: none;
	}
@media screen and (max-width: 767px){
	.mainstart-2{
		display: none;
	}
	#panorama{
		height: 400px;
		width: 100%;
	}
	.greenarrow{
		display: none
	}
	.onmobile{
		display: block;
	}
	.owl-left,.owl-right,.right-faq,.second-image-over,#panorama,.owl-the-owl-2,.owl-the-owl{
		position: relative;
		width: 100%;
	}
	.zlty-obal{
		background-color: #EEE3C9!important;
	}
	.right-faq li{
		width: 100%;
	}
	.right-faq ul{
		margin-left: 0;
		padding-left: 0;

	}
	.zlty-obal{
		padding-top: 80px;
		padding-bottom: 40px;
	}
	.right-faq{
		padding: 0;
	}
	.owl-the-owl-2,.owl-the-owl,#panorama,.second-image-over{
		height: 350px;
	}
	.onmobile .sect.one{
		padding-top: 100px;
	}
	.onmobile .row{
		width: 100%;
	}
	.sect.section{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.zltee{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.notopp{
		padding-top: 0;
	}
	.zelenee .fullh{
		height: initial;
	}
	.zelenee{
		background: rgba(47,87,54,1)!important;
	}
	#buidlings-first-page-2,#buidlings-first-page{
		padding-top: 0;
	}
	.zltee{
		background: #EEE3C9!important;
		background-color: #EEE3C9!important;
	}
}
.ovgreflow .fullh{
	padding-top: 0;
}
.header-2 .menu a:hover{
	color: #2F5736!important;
	cursor: pointer;
}
.activeclicked{
	color: #2F5736!important;
}
.page-template-page-search-results .navbar-toggler,.woocommerce-page .navbar-toggler{
	visibility: hidden!important;
}

.header-2{
	background-color: transparent!important;
}
.booking-detail{
	position: relative;
}
.header-2 .color-rev{
	display: none;
}
.header-2.color-revert .color-rev{
	display: block;
}
.header-2.color-revert .color-rev1{
	display: none;
}

.thecyp .owl-the-owl-2 .bg{
	filter: grayscale(1);
}
.thecyp .mphb-button{
	background-color: rgba(255,255,255,0.1)!important;
	cursor: initial!important;
}
html[lang='en-US'] .thecyp .owl-carousel::before{
	    position: absolute;
    top: 0;
    right: 0;
    background-color: #F34F29;
    padding-left: 30px;
    padding-right: 30px;
    z-index: 999999999999;
    padding-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: "Quincy CF";
    content: "Reserved";
    font-size: 30px;
    font-weight: 700;
    color: #2F5736;
}
html[lang='es-ES'] .thecyp .owl-carousel::before{
	    position: absolute;
    top: 0;
    right: 0;
    background-color: #F34F29;
    padding-left: 30px;
    padding-right: 30px;
    z-index: 999999999999;
    padding-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: "Quincy CF";
    content: "Reservado";
    font-size: 30px;
    font-weight: 700;
    color: #2F5736;
}
html[lang='de-DE'] .thecyp .owl-carousel::before{
	    position: absolute;
    top: 0;
    right: 0;
    background-color: #F34F29;
    padding-left: 30px;
    padding-right: 30px;
    z-index: 999999999999;
    padding-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: "Quincy CF";
    content: "Reserviert";
    font-size: 30px;
    font-weight: 700;
    color: #2F5736;
}
.mphb-check-in-date-wrapper, .mphb-check-out-date-wrapper{
	width: 49%;
}
.mphb-datepick{
	width: 100%;
}
.header-2 .color-rev{
	display: none;
}
.odddcc{
	margin-top: 30px;
}
.header-2.color-revert-3 .color-rev{
	display: block;
}
.header-2.color-revert-3 .color-rev1{
	display: none;
}

.mphb_sc_checkout-form .mphb-billing-fields{
	background-color: transparent;
}
.mphb-stripe-payment-fields.card{
	background-color: transparent;
	background: transparent;
}
.mphb-billing-fields{
	margin: 0!important;
	padding: 0!important;
}
.mphb-stripe-payment-fields.card{
	border: 0!important;
}
.mphb-stripe-payment-container .StripeElement{
	padding-top: 25px!important;
padding-bottom: 25px!important;
border: 0!important;
border-radius: 0!important;
}

.color-revert .hamburger-inner:before,.color-revert .hamburger-inner:after,.color-revert .hamburger-inner,.color-revert .hamburger--collapse.is-active .hamburger-inner:before,.color-revert .hamburger--collapse.is-active .hamburger-inner:after,.color-revert .hamburger--collapse.is-active .hamburger-inner{
	background-color: #2F5736!important;
}
.color-revert-2 .hamburger-inner:before,.color-revert-2 .hamburger-inner:after,.color-revert-2 .hamburger-inner,.color-revert-2 .hamburger--collapse.is-active .hamburger-inner:before,.color-revert-2 .hamburger--collapse.is-active .hamburger-inner:after,.color-revert-2 .hamburger--collapse.is-active .hamburger-inner{
	background-color: #2F5736!important;
}
#buidlings-first-page.greyzko .m2{
	color: #2F5736!important;
	margin-top: 20px;
}
.navbar-toggler:focus{
	box-shadow: initial!important;
}
#pan-left, #pan-right{
	z-index: 999999999999999999!important;
}
.page-template-page-studios .owl-the-owl-2 .owl-dots{
	right: 60px!important;
}
.page-template-page-studios .owl-carousel .owl-dots{
	right: 60px!important;
}
@media screen and (max-width: 1600px){
	.mensit{
		font-size: 14px;
	}
	.page-template-page-studios .green{
		font-size: 1.7em;
		margin-bottom: 20px;
	}
	.page-template-page-studios .boxt{
		font-size: 14px;
	}
	.page-template-page-studios .contactform label{
		font-size: 15px;
	}
	.page-template-page-studios span.current{
		font-size: 15px;
	}
	.mphb_sc_search-check-out-date label,.mphb-check-out-date-wrapper label{
		font-size: 15px;
	}
	.page-template-page-studios .contactform .submit{
		font-size: 17px;
	}
	.page-template-page-studios .mallorcatext{
		font-size: 12px;
	}
	.m2{
		margin-top: 20px;
	}
	.mphb_sc_search-check-in-date label,.mphb-check-in-date-wrapper label{
		font-size: 15px;
	}
	.right-faq li{
		font-size: 14px;
	}

	.butor{
		display: inline-block;
		margin-top: 30px;
		font-size: 17px;
	}
	.b-im-ko{
		height: 95px;
	}
}
@media screen and (max-width: 1400px){
	.page-template-page-studios .mallorcatext{
		font-size: 12px;
	}
}
@media screen and (max-width: 992px){
	.right-faq{
		padding-left: 5%;
		padding-right: 5%;
	}
	.right-faq ul{
		padding-left: 0;
		margin-left: 0;
	}
	.right-faq{
		padding-top: 22%;
	}
	.sevenpag br{
		display: block!important;
	}
	.right-faq li{
		width: 100%;
	}
}
@media screen and (max-width: 480px){
	.header-2 .menu-item a{
		font-size: 1em;
	}

	.hubmob{
		padding-bottom: 50px;
	}
	.owl-carousel.owlcar9 .owl-nav.disabled{
		display: none!important;
	}
	
	.wpcf7-acceptance input[type="checkbox"]:before{
		position: relative;
		top: -3px;
		width: 25px!important;
		height: 25px!important;
		left: -3px;
	}
	.wpcf7-acceptance input[type="checkbox"]:checked:after{
		top: 6px;
	}
	.mphb_sc_booking_form-wrapper{
		margin-bottom: 50px;
	}
	.hubmob .mphb_sc_booking_form-wrapper{
		margin-bottom: 100px;

	}
	
	.page-template-page-studios .onmobile{
		padding-top: 100px;
		background-color: #EEE3C9;
	}
	.page-template-page-studios .owl-carousel .owl-dots{
		right: 30px!important;
	}
	.fullwc{
		width: 100%!important;
	}
	.page-template-page-studios .owl-carousel .owl-dots{
		bottom: -1!important;
	}
	.datepick-popup{
		z-index: 9999999!important;
	}
	.page-template-page-studios .mphb_sc_search-check-in-date input,.page-template-page-studios .mphb_sc_search-check-out-date input{
		font-family: "Quincy CF";
	}
	.b-im-ko{
		height: 90px;
	}
	.bg{
		height: 100%!important;
	}
	.header-2 .navbar-collapse{
		width: 100%;
	}
	.header-2 .lang-sw{
		padding-top: 0;
		padding-bottom: 30px;
	}
	.header-2 .lang-item::after{
		font-size: 1em;
	}
	.page-template-page-studios .onmobile .row{
		width: initial;

	}
	.header-2 .menu{
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.header-2 .menu li{
		margin-top: 4px!important;
		margin-bottom: 4px!important;
	}
	.header-2 .lang-sw{
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.right-faq{
		padding-left: 0;
		padding-top: 0;
	}
	.page-template-page-studios .site-header.header-2{
		display: block;
		background-color: #2F5736!important;
	}
}
.wpcf7-select.nice-select:after{
	width: 10px!important;
	height: 10px!important;
	top: 20px;
	right: 25px!important;
}
.ths{
	height: 100vh;
}
.ths.footersect{
	height: 198px!important;
}
.header-2 .changebehaviour{
	display: block!important;
	right: -1000px;
	z-index: 99999999999999999999999999;
}
.page-template-page-bar .onepage-pagination{
	display: none!important;
}
.barimk{
	width: 100%;
	display: flex;
	align-self: center;
	background-size: cover;
	text-align: center;
	background-repeat: no-repeat;
}
.barimk .container-fluid{
	display: flex;
	align-self: center;
	justify-content: center;
	text-align: center;
}
.barimk h2{
	font-size: 60px;
	color: #2F5736;
	line-height: 1;
	font-weight: 700;
}
.page-template-page-bar .alccd .col-md-6{
	padding-left: 7.5px;
	padding-right: 7.5px;
}
.page-template-page-bar .imdd{
	height: 180px;
}
.page-template-page-bar .green {
	margin-bottom: 30px;
}
.page-template-page-bar .contactform .submit{
	font-size: 16px;
}
.page-template-page-bar .contactform .submit{
	color: #EEE3C9!important;
	font-size: 18px!important;
}
.page-template-page-bar .contactform .submit:hover{
	color: #2F5736!important;
}
.header-3 .navbar-toggler, .header-3 .hamburger{
	padding-top: 20px;
}
.ovgrefloworangerevert p, .ovgrefloworangerevert a,.ovgrefloworange p, .ovgrefloworange a{
	font-size: 14px;
}
.page-template-page-bar .odtopcv{
	margin-top: 30px;
}
.barimk p{
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 0;
	color: #2F5736;
}
.ovgrefloworangerevert h1,.ovgrefloworange h1, .page-template-page-bar .green{
	font-size: 42px;
}
.color-revert .cerveny.hamburger--collapse.is-active .hamburger-inner:before, .cerveny .hamburger-inner:after, .cerveny .hamburger-inner:before, .cerveny.hamburger--collapse.is-active .hamburger-inner{
	background-color: #F34F29!important;
}
.header-2 .menu{
	padding-top: 30px;
}
.color-revert-2 .cerveny.hamburger--collapse.is-active .hamburger-inner:before{
	background-color: #F34F29!important;
}
.cerveny{
	position: relative;
	left: 25px;
}
@media screen and (min-width: 2200px){
	#panorama,.second-image-over,.owl-left,.owl-right,.owl-the-owl-2,.right-faq{
		width: 55%;
	}

}
@media screen and (max-width: 567px){
	.mallorcatext.browize br{
		display: block!important;
	}
}
.mphb_sc_search_results-wrapper .mphb-recommendation .mphb-recommendation-total{
	float: left!important;
}
.mphb_sc_search_results-wrapper .mphb-recommendation .mphb-recommendation-reserve-button{
	margin-top: 0;
	margin-bottom: 0;
}

.mphb_sc_search_results-wrapper .mphb-reservation-cart{
	margin-bottom: 0!important;
	margin-top: 60px;
}
.mphb-reservation-details .mphb-empty-cart-message{
	margin-bottom: 15px!important;
}
.__PrivateStripeElement iframe{
	position: relative!important;
	top: 0!important;
}
.mphb-stripe-payment-container .StripeElement{
	box-shadow: transparent;
}
.ElementsApp, .ElementsApp .InputElement{
	    font-family: "Quincy CF"!important;
}
.mphb-room-type .mphb-room-type-title{
	padding-bottom: 5px!important;
}
.page-template-page-search-results .theresults H3{
	margin-top: 70px;
}
.mphb-loop-room-type-attributes{
	margin-left: 0;
	padding-left: 15px;
}
.page-template-page-search-results .theresults P{
	color: #2F5736;
}
.mphb-room-type-adults-capacity,.mphb-recommendation-item-count,.mphb-recommendation-item-guests,.mphb-recommedation-item-subtotal{
	color: #2F5736;
}
.mphb-recommendation-total{
	position: relative;
	top: 9px;
}
.mphb-recommendation-item-link{
	color: #F34F29!important;
}
.mphb-recommendation-item-links{
	color: #F34F29!important;
}
.mphb-price-breakdown-accommodation.mphb-inner-icon{
	display: none!important;
}

body .mphb-inner-icon{
	color: #2F5736!important;
	display: none!important;
}
body .mphb-rooms-quantity{
	color: #2F5736!important;
}
body .mphb-room-type-title a{
	color: #2F5736!important;
}
.page-template-page-studios{
	background-color: #2F5736!important;
}
.header-2 .current-lang a{
	font-weight: 900;
}

.before-booking,.booking-detail{
	height: 100%;
}

.booking-detail{
	background-color: #2F5736;
}
#panorama2{
	height: 300px;
}
.nice-select{
	border: 0;
	border-radius: 0;
}
.ovgrefloworange{
	background: rgb(255,153,71);
	background: linear-gradient(90deg, rgba(255,153,71,1) 50%, rgba(238,227,201,1) 50%);
}
.ovgrefloworangerevert{
	background: rgb(255,153,71);
	background: linear-gradient(90deg, rgba(238,227,201,1) 50%, rgba(255,153,71,1) 50%);
}
.ovgrefloworange h1, .ovgrefloworange p, .ovgrefloworange a{
	color: #2F5736!important;
}
.ovgrefloworangerevert h1, .ovgrefloworangerevert p, .ovgrefloworangerevert a{
	color: #2F5736!important;
}
.owlnormal{
	position: relative;
	height: 78vh;
	width: calc(100% + 100px);
	position: relative;
	left: -100px;
	
}
.owlnormal .owl-dots{
	float: left;
	left: 30px;
	display: inline-block!important;
}
.paddssx{
	padding-left: 200px;
}
.ovgrefloworange a.orangizer{
	color: #FF9947!important;
}
.thvimage,.playwrap{
	height: 70vh;
	width: calc(100% + 100px);
	position: relative;

}
.page-template-page-bar .mapa{
	padding-bottom: 0;
}
.page-template-page-bar .footersect{
	padding-top: 0;
}
.mobilesection{
	display: none;
}
@media screen and (max-width: 767px){
	.mobilesection{
		display: block;
	}
	.start-slides{
		display: none;
	}
	.ths{
		height: 100%;
	}
	.barimk h2{
		font-size: 40px;
	}
	.morepadss{
		padding-top: 120px;
		padding-bottom: 80px;
	}
	.page-template-page-bar .owlnormal{
		position: relative!important;
		left: 0;
		width: 100%;
		height: 300px;
		margin-bottom: 30px;
	}
	.ovgrefloworangerevert{
		background: rgba(255,153,71,1);
		background-color: rgba(255,153,71,1);
	}
	.ovgrefloworange{
		background: #EEE3C9;
		background-color: #EEE3C9;
	}
	.ovgrefloworange .contactform{
		padding-left: 0!important;
	}
	.page-template-page-bar .fullh{
		height: 100%;
	}
	.page-template-page-bar .mapa{
		padding-bottom: 60px;
	}
	.thvimage, .playwrap{
		width: 100%;
		height: 225px;
	}
	.page-template-page-bar .pisvd{
		padding-bottom: 60px!important;
	}
	.thvimage, .playwrap{
		margin-top: 30px;
	}
	.choddole{
		width: 100%;
		bottom: 100px;
	}
	.page-template-page-bar .boxt.odtopcv{
		margin-bottom: 0;
	}
	.imdd{
		height: 200px;
	}
	.paddssx{
		padding-left: 15px;
	}
	.pisvd{
		padding-bottom: 120px!important;
	}
	.page-template-page-bar .textsection .fullh{
		padding-top: 0;
	}

}
.playwrap{
	cursor: pointer;
	background-position: center center;
	background-size: cover;
}
.playwrap video{
	display: none;
}
.ovgrefloworange .contactform{
	padding-left: 100px;

}
.ovgrefloworange .imsoc{
	filter: invert(52%) sepia(7%) saturate(2455%) hue-rotate(92deg) brightness(63%) contrast(83%)
}
#mphb-booking-details,#mphb-customer-details{
	overflow: visible;
}
.page-template-default li{
	font-family: "Quincy CF";
}
.page-template-default a{
	color: #404040!important;
}
.nice-select{
	height: initial;
	padding-top: 5px;
	padding-bottom: 5px;
	min-height: 50px;
}
.nice-select.open .list{
	max-height: 300px;
	overflow: scroll;
}
.page-template-page-search-results .site{
	overflow: hidden;
}
.mphb-total-price .mphb-price{
	font-size: 16px;
	font-weight: 400;
	margin-left: 5px;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""]{
	max-height: 100%!important;
}
.mphb-gateway-title strong{
	color: #2F5736;
}
.page-template-page-search-results.woocommerce .theresults A{
	color: #F34F29!important
}
.page-template-page-search-results .theresults H3{
	font-size: 30px;
}
.page-template-page-search-results .theresults H4{
	text-align: left;
	color: #2F5736;
	font-size: 30px;

}
.page-template-page-domov #moove_gdpr_cookie_info_bar{
	width: 70%;
    float: right;
    right: 0;
    left: initial;
}
.page-template-page-studios #moove_gdpr_cookie_info_bar{
	width: 35%;
    float: right;
    padding-right: 0;
    padding-left: 0;
    right: 0;
    left: initial;
}
@media screen and (max-width: 567px){
	.page-template-page-domov #moove_gdpr_cookie_info_bar{
		width: 100%;
	    padding: 10px 20px;
}
	.page-template-page-studios #moove_gdpr_cookie_info_bar{
		    padding: 10px 20px;
		    width: 100%;
	}
	.page-template-page-domov .bg{
		height: 40vh!important;
	}
}
.mphb-price-breakdown,.page-template-page-search-results .theresults LABEL,.page-template-page-search-results .theresults INPUT[type="text"], .page-template-page-search-results .theresults INPUT[type="number"], .page-template-page-search-results .theresults INPUT[type="email"], .page-template-page-search-results .theresults TEXTAREA{
	color: #2F5736;
}
.page-template-page-search-results .theresults TABLE.mphb-price-breakdown TH{
	border-color: #2F5736!important;
	font-family: "Quincy CF";
}
#wptime-plugin-preloader{
	z-index: 999999999999999999999999999999999999!important;
	background-size: 90% 90%!important;
}
.error404 .header-2{
	display: none!important;
}
.woocommerce-billing-fields label,.woocommerce-notice,.woocommerce-billing-fields input,.woocommerce-billing-fields input::placeholder{
	color: #2F5736!important;
}
.woocommerce ul.order_details{
	padding-left: 0;
	color: #2F5736!important;
}
.woocommerce-billing-fields,.woocommerce table.shop_table th,.woocommerce table.shop_table td,#order_review_heading{
	color: #2F5736!important;
}
.woocommerce-additional-fields,.woocommerce form .form-row textarea,.woocommerce form .form-row textarea::placeholder{
	color: #2F5736!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	font-size: 16px;
	color: #2F5736!important;
	padding-left: 20px!important;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
	background-color: #F34F29!important;
    color: #EEE3C9!important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    font-size: 20px;
    opacity: 1;
    text-decoration: initial;
    font-family: "Quincy CF";
    border-radius: 25px;
    padding-right: 50px;
    border: 0;
    margin-top: 15px;
    text-transform: initial;
}
.woocommerce table.shop_table th{
	font-family: "Quincy CF"!important;
}
.woocommerce table.shop_table td{
	font-family: "Quincy CF"!important;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
	padding-left: 20px;
	color: #2F5736!important;
}
#mphb-booking-details .mphb-recommendation-item-link{
	    color: #F34F29!important;
}
#mphb-booking-details .theresults A{
	color: #F34F29!important;
}
.mphb-price-breakdown .mphb-price-breakdown-accommodation{
	color: #2F5736!important;
	cursor: initial;
}
.mphb-room-type-title a{
	color: #F34F29!important;
}
.page-template-page-search-results .theresults TABLE.mphb-price-breakdown TD{
	border-color: #2F5736!important;
}
.page-template-page-search-results .up, .woocommerce-page .up{
	display: none;
}
.mphb-check-in-date-wrapper,.mphb-check-out-date-wrapper,.mphb-reserve-room-section{
	display: inline-block!important;
}
.mphb-reserve-room-section{
	display: block!important;
}

.thesect{
	display: none;
}
.firstsect{
	display: block;
}

.wpcf7-acceptance input[type="checkbox"] {
    position: relative;
    cursor: pointer;
    padding: 0;

    margin-right: 15px;
    width: 20px;
}
.wpcf7-acceptance input[type="checkbox"]:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    margin-top: -2px;
    width: 20px;
    height: 20px;
    background: rgba(238,227,201,1);
    border-radius: 20px;
    border: 1px solid #2F5736;
    border-radius: 20px;
}


 .wpcf7-acceptance input[type="checkbox"]:checked:before {
    background: #2F5736;
    border-color: #2F5736;
}
.wpcf7-acceptance input[type="checkbox"]:disabled {
    color: #b8b8b8;
    cursor: auto;
}
.wpcf7-acceptance input[type="checkbox"]:disabled:before {
    box-shadow: none;
    background: #ddd;
}
.wpcf7-acceptance input[type="checkbox"]:checked:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 8px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}
.mphb-gateways-list{
	padding-left: 0;
	margin-left: 0;
}
.page-template-default{
	background-color: #EEE3C9;
}
.mphb_sc_booking_confirmation{
	padding-top: 80px;
	padding-bottom: 80px;
	color: #2F5736;
}
.mphb_sc_booking_confirmation a{
	color: #F34F29!important;
}
.mphb_sc_booking_confirmation p{
	color: #2F5736;
}

.header-1 .lang-item::after{
	padding-right: 5px;
}
.header-1 .lang-item.de::after{
	display: none!important;
}
}


.page-template-default.page-id-3 .site-info a{
	color: #EEE3C9!important;
}

.page-id-3.page-template-default .site-info a{
	color: #EEE3C9!important;
}

.page-id-3 .navbar-nav{
	visibility: hidden!important;
}
.camera{
	color: #F34F29;
	font-weight: 400;
	right: 100px;
	top: 15px;
	position: absolute;
}

.videoban{
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	background-color: rgba(47,87,54, .9);
}
.yellow-content{
	background-color: #EEE3C9;
	width: 60%;
	position: absolute;
	left: 0;
	right: 0;
	top: 10vh;

	text-align: center;

	margin: 0 auto;
	height: 80vh;
	border-radius: 60px;
}

.yellow-content iframe{
	width: 70%; height: 50vh; position: relative;top: 0;
}

@media screen and (max-width: 567px){
	.yellow-content{
		width: 90%;
	}
	.camera{
		top: 17px;
		right: 65px;
	}
	.live-cam{
		font-size: 40px!important;
	}
	.yellow-content iframe{
		height: 45vh;
	}
}
.closeorangeban{
	color: #F34F29;
	display: inline-block;
}
.closeorangeban{
	right: 100px;
	position: absolute;
	top: 15px;
}
.closeorangeban img{
	margin-right: 5px;
}
.camera{
	cursor: pointer;
}
.live-cam{
	color: #2F5736;

	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 60px!important;
	text-align: center;
	font-weight: 700;
}
.closeorangeban{
	z-index: 999999999;
	cursor: pointer;
}
.videoban{
	z-index: 999999999999;
	display: none;
}


.menu-item-1477 a{
	color: #F34F29!important;
}
.menu-item-1477::after{
	content: "";
	background-image: url('./sipka.svg');
	width: 5px;
	height: 12px;
	background-size: cover;
	color: #F34F29!important;
	display: inline-block;
	position: relative;
	top: 1px;
	margin-left: 7px;
	background-position: center center;
}




.cookie-banner {
  position: fixed;
  bottom: 15px;
 left: initial;
  right: 15px;
  width: 80%;
  padding: 10px;
  z-index: 99999999;
  background-color: white!important;
  box-shadow: initial!important;
  border: 0;
  border-radius: 0!important;
  border-bottom-right-radius: 0!important;
  text-decoration: initial!important;
  background-color: #eee;
  width: 250px;
  border-radius: 5px;
  border-top-left-radius: 15px!important;
  border-top-right-radius: 15px!important;
  border-bottom-left-radius: 15px!important;

  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
.cookie-banner p{
	margin-bottom: 0!important;
}
.close {
  bottom: 17px;
    width: 15px;
    position: absolute;
    height: 15px;
    right: 25px;
}

.cookie-banner .slider-image{
	width: 100%;
	height: 240px;
	background-size: cover;
	background-position: center center;
}
.owl-popup{
	position: relative;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.owl-popup .owl-dots{
	position: absolute;
	bottom: 0;
}
.owl-popup.owl-theme .owl-dots .owl-dot span{
	border: 1px solid white;
	background-color: transparent;

}
.owl-popup.owl-theme .owl-dots .owl-dot.active span::after{
	background-color: white;
	width: 2px;
	height: 2px;
	border-radius: 50px;
	content: "";
	    width: 4px;
    height: 4px;
    display: block;
    border-radius: 50px;
    content: "";
    background-color: white;
    left: 2px;
    position: relative;
    top: 2px;
	background-color: white;
	
}



.cookie-banner .slider-image{
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.popup-head,.popup-text{
	font-family: 'Montserrat';
}
.popup-head{
	margin-top: 0px;
	color: #071F4A!important;
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 5px;
}
.popup-text{
	color: #2F5736;
	font-size: 14px;

}
.btn-popup{
	background-color: #0095bd;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	display: inline-block;
	color: white;
	text-transform: uppercase;
	font-size: 14px;
	color: white!important;
}

.cookie-banner{
	border-top-left-radius: 30px!important;
	border-top-right-radius: 30px!important;
	bottom: 0;
	padding: 0!important;
}
.close-modal{
	background-color: #F34F29;
	color: #FF9947;
	padding-left: 15px;
	border-top-left-radius: 25px!important;
	border-top-right-radius: 25px!important;
	padding-right: 15px;
	cursor: pointer;
	position: relative;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.popup-head{
	color: #2F5736!important;
	font-size: 22px;
	
	padding-top: 0px!important;
	padding-bottom: 5px!important;
}
.modal-content{
	padding-bottom: 15px;
	background: #FF9947!important;
	border: 0!important;
	font-family: "Quincy CF";
	border-radius: 0!important;
	padding-left: 15px;
	padding-right: 15px;
	color: #2F5736!important;
}
.modal-content{
	padding-top: 30px;
	padding-bottom: 30px;
}

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

.mphb-apply-coupon-code-button{
	    background-color: #F34F29!important;
    color: #EEE3C9!important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    font-size: 20px;
    opacity: 1;
    text-decoration: initial;
    font-family: "Quincy CF";
    border-radius: 25px;
    padding-right: 50px;
    border: 0;
    margin-top: 15px;
}

.barimk h2{
	font-size: 75px;
}

.more a{
	color: #2F5736!important;
}

#mapa-bar{
	position: relative;
	overflow: hidden;
	height: 100vh;
	white-space: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: -2;
}

.adresa{
	pointer-events: visible;
}

#bodyContent br{
	display: block;
}
.zeleny-obal{
	background-color: #2F5736;
    overflow-y: hidden;
    overflow-x: hidden;
    height: 350px;
    padding-top: 30px;
    display: inline-block;
    padding-bottom: 30px;
    padding-right: 60px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    
        
}

.zeleny-obal::before{
    background-color: #2F5736;
    content: "";
    width: 30px;
  
    height: 350px;
    margin-top: -30px;
    display: block ;
    position: absolute;
    
    left: 0;
 
    width: 25%;
    z-index: -1;
    
}


@media screen and (max-width: 1199px){
	.page-template-page-bar .green.browize{
		font-size: 26px;
		max-width: 250px;
	}
}

@media screen and (min-width: 768px){
	.page-template-page-bar .container{
		max-width: 920px;
	}
	.boxt{
		max-width: 300px;
	}
}
@media screen and (min-width: 860px){
.boxt{
		max-width: 100%;
	}
}

@media screen and (min-width: 992px){
	.page-template-page-bar .container{
	    max-width: 960px;
	}
}

@media screen and (min-width: 1200px){
	.page-template-page-bar .container{
	    max-width: 1140px;
	}
	.page-template-page-bar section br{
		display: block;
	}
}

@media screen and (max-width: 567px){
	.barimk h2{
		font-size: 52px;
	}
}


.cookie-banner{
	border-bottom-left-radius: 30px!important;
	border-bottom-right-radius: 30px!important;
}
.modal-content{
	border-bottom-left-radius: 30px!important;
	border-bottom-right-radius: 30px!important;

}
.cookie-banner{
	width: 350px!important;
	z-index: 999;
}
.overlay-green{
	background-color: #2F5736!important;
	opacity: .85;
	position: fixed;
	top: 0;
	height: 100vh;
	left: 0;
	width: 100%;
	z-index: 9;
}
.modal-content{
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}
.popup-head{
	font-size: 30px!important;
	font-family: "Quincy CF";
	margin-bottom: 15px;
}
.popup-text{
	font-family: "Quincy CF";
}
.close-modal{
	text-align: right;
}
.modal-content,.close-modal{
	z-index: 99999999999;
}
.cookie-banner{
	bottom: initial;
	right: 0!important;
	left: 0!important;
	top: 35%!important;
	margin: 0 auto;
}
.close-modal{
	padding-top: 5px;
	padding-bottom: 5px;
}
.close-modal span{
	width: 14px!important;
}
.close-modal img{
	width: 14px!important;
}
.popup-text{
	font-size: 16px;
}
#controls{
	display: none!important;
}
@media screen and (max-width: 767px){
	.owl-dots{
    	left: initial!important;
        right: 15px!important;
    }
    
    
    .page-template-page-studios .owl-carousel .owl-dots{
    	left: 0!important;
        right: 15px!important;
       
        float: right!important;
        margin-right: 15px!important;
    }
}


.forminp{
	margin-bottom: 8px;
}
.forminp p{
	margin-bottom: 10px;
}
.wpcf7-acceptance{
top: -15px;
}
.contactform textarea{
	height: 80px!important;
}

.modal-act{
	padding-left: 8px;
    padding-top: 4px;
    padding-bottom:4px;
    border-radius: 20px;
    color: white;
    margin: 0 auto;
    margin-top: 10px;
    width: 140px;
    font-size: 16px;
    background-color: #F34F29;
    padding-right: 8px;
}

@media screen and (max-width: 567px){
	.wpcf7-acceptance {
        top: 0!important;
        margin-bottom: 40px!important;
        display: block!important;
	}
    .owl-carousel{
    	text-align: center!important;
    }
    .owl-carousel .owl-dots,.page-template-page-studios .owl-carousel .owl-dots{
    	right: 0!important;
        left: 0!important;
        margin:0 auto!important;
        float: none!important;
    }
}

#mphb_room_details-0-guest-name,.mphb-guest-name-wrapper{
	display: none;
}
#menu-item-1477 a{
	background: #F34F29!important;
    color: #EEE3C9!important;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#menu-item-1477::after{
	display: none!important;
}

.textsection .fullh{
	    padding-top: 100px!important;
}
.textsection .green{
	margin-bottom: 25px;
}
.textsection .mallorcatext{
	font-size: 17px;
}
.grecaptcha-badge{
visibility: hidden;
}