/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
	background-color: #f4f4f4;
}


/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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

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

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

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

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

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

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
  border-top: 1px dotted #C0976E;
}
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/* Generated by Font Squirrel (https://www.fontsquirrel.com) on April 7, 2016 */

@font-face {
	font-family: "alegreya_sans";
	src: url("../fonts/alegreya_sans_100-webfont.eot");
	src: url("../fonts/alegreya_sans_100-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/alegreya_sans_100-webfont.woff2") format("woff2"), url("../fonts/alegreya_sans_100-webfont.woff") format("woff"), url("../fonts/alegreya_sans_100-webfont.ttf") format("truetype"), url("../fonts/alegreya_sans_100-webfont.svg#alegreya_sansthin") format("svg");
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: "alegreya_sans";
	src: url("../fonts/alegreya_sans_100italic-webfont.eot");
	src: url("../fonts/alegreya_sans_100italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/alegreya_sans_100italic-webfont.woff2") format("woff2"), url("../fonts/alegreya_sans_100italic-webfont.woff") format("woff"), url("../fonts/alegreya_sans_100italic-webfont.ttf") format("truetype"), url("../fonts/alegreya_sans_100italic-webfont.svg#alegreya_sansthin_italic") format("svg");
	font-weight: 100;
	font-style: italic;
}

@font-face {
	font-family: "alegreya_sans";
	src: url("../fonts/alegreya_sans_300-webfont.eot");
	src: url("../fonts/alegreya_sans_300-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/alegreya_sans_300-webfont.woff2") format("woff2"), url("../fonts/alegreya_sans_300-webfont.woff") format("woff"), url("../fonts/alegreya_sans_300-webfont.ttf") format("truetype"), url("../fonts/alegreya_sans_300-webfont.svg#alegreya_sanslight") format("svg");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "alegreya_sans";
	src: url("../fonts/alegreya_sans_300italic-webfont.eot");
	src: url("../fonts/alegreya_sans_300italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/alegreya_sans_300italic-webfont.woff2") format("woff2"), url("../fonts/alegreya_sans_300italic-webfont.woff") format("woff"), url("../fonts/alegreya_sans_300italic-webfont.ttf") format("truetype"), url("../fonts/alegreya_sans_300italic-webfont.svg#alegreya_sanslight_italic") format("svg");
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: "alegreya_sans";
	src: url("../fonts/alegreya_sans_500-webfont.eot");
	src: url("../fonts/alegreya_sans_500-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/alegreya_sans_500-webfont.woff2") format("woff2"), url("../fonts/alegreya_sans_500-webfont.woff") format("woff"), url("../fonts/alegreya_sans_500-webfont.ttf") format("truetype"), url("../fonts/alegreya_sans_500-webfont.svg#alegreya_sansmedium") format("svg");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "alegreya_sans";
	src: url("../fonts/alegreya_sans_500italic-webfont.eot");
	src: url("../fonts/alegreya_sans_500italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/alegreya_sans_500italic-webfont.woff2") format("woff2"), url("../fonts/alegreya_sans_500italic-webfont.woff") format("woff"), url("../fonts/alegreya_sans_500italic-webfont.ttf") format("truetype"), url("../fonts/alegreya_sans_500italic-webfont.svg#alegreya_sansmedium_italic") format("svg");
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: "alegreya_sans";
	src: url("../fonts/alegreya_sans_700-webfont.eot");
	src: url("../fonts/alegreya_sans_700-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/alegreya_sans_700-webfont.woff2") format("woff2"), url("../fonts/alegreya_sans_700-webfont.woff") format("woff"), url("../fonts/alegreya_sans_700-webfont.ttf") format("truetype"), url("../fonts/alegreya_sans_700-webfont.svg#alegreya_sansbold") format("svg");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "alegreya_sans";
	src: url("../fonts/alegreya_sans_700italic-webfont.eot");
	src: url("../fonts/alegreya_sans_700italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/alegreya_sans_700italic-webfont.woff2") format("woff2"), url("../fonts/alegreya_sans_700italic-webfont.woff") format("woff"), url("../fonts/alegreya_sans_700italic-webfont.ttf") format("truetype"), url("../fonts/alegreya_sans_700italic-webfont.svg#alegreya_sansbold_italic") format("svg");
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: "alegreya_sans";
	src: url("../fonts/alegreya_sans_800-webfont.eot");
	src: url("../fonts/alegreya_sans_800-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/alegreya_sans_800-webfont.woff2") format("woff2"), url("../fonts/alegreya_sans_800-webfont.woff") format("woff"), url("../fonts/alegreya_sans_800-webfont.ttf") format("truetype"), url("../fonts/alegreya_sans_800-webfont.svg#alegreya_sansextrabold") format("svg");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: "alegreya_sans";
	src: url("../fonts/alegreya_sans_800italic-webfont.eot");
	src: url("../fonts/alegreya_sans_800italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/alegreya_sans_800italic-webfont.woff2") format("woff2"), url("../fonts/alegreya_sans_800italic-webfont.woff") format("woff"), url("../fonts/alegreya_sans_800italic-webfont.ttf") format("truetype"), url("../fonts/alegreya_sans_800italic-webfont.svg#alegreya_sansextrabold_italic") format("svg");
	font-weight: 800;
	font-style: italic;
}

@font-face {
	font-family: "alegreya_sans";
	src: url("../fonts/alegreya_sans_900-webfont.eot");
	src: url("../fonts/alegreya_sans_900-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/alegreya_sans_900-webfont.woff2") format("woff2"), url("../fonts/alegreya_sans_900-webfont.woff") format("woff"), url("../fonts/alegreya_sans_900-webfont.ttf") format("truetype"), url("../fonts/alegreya_sans_900-webfont.svg#alegreya_sansblack") format("svg");
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: "alegreya_sans";
	src: url("../fonts/alegreya_sans_900italic-webfont.eot");
	src: url("../fonts/alegreya_sans_900italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/alegreya_sans_900italic-webfont.woff2") format("woff2"), url("../fonts/alegreya_sans_900italic-webfont.woff") format("woff"), url("../fonts/alegreya_sans_900italic-webfont.ttf") format("truetype"), url("../fonts/alegreya_sans_900italic-webfont.svg#alegreya_sansblack_italic") format("svg");
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: "alegreya_sans";
	src: url("../fonts/alegreya_sans_italic-webfont.eot");
	src: url("../fonts/alegreya_sans_italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/alegreya_sans_italic-webfont.woff2") format("woff2"), url("../fonts/alegreya_sans_italic-webfont.woff") format("woff"), url("../fonts/alegreya_sans_italic-webfont.ttf") format("truetype"), url("../fonts/alegreya_sans_italic-webfont.svg#alegreya_sansitalic") format("svg");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: "alegreya_sans";
	src: url("../fonts/alegreya_sans_regular-webfont.eot");
	src: url("../fonts/alegreya_sans_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/alegreya_sans_regular-webfont.woff2") format("woff2"), url("../fonts/alegreya_sans_regular-webfont.woff") format("woff"), url("../fonts/alegreya_sans_regular-webfont.ttf") format("truetype"), url("../fonts/alegreya_sans_regular-webfont.svg#alegreya_sansregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "alegreya";
	src: url("../fonts/alegreya_700-webfont.eot");
	src: url("../fonts/alegreya_700-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/alegreya_700-webfont.woff2") format("woff2"), url("../fonts/alegreya_700-webfont.woff") format("woff"), url("../fonts/alegreya_700-webfont.ttf") format("truetype"), url("../fonts/alegreya_700-webfont.svg#alegreyabold") format("svg");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: "alegreya";
	src: url("../fonts/alegreya_700italic-webfont.eot");
	src: url("../fonts/alegreya_700italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/alegreya_700italic-webfont.woff2") format("woff2"), url("../fonts/alegreya_700italic-webfont.woff") format("woff"), url("../fonts/alegreya_700italic-webfont.ttf") format("truetype"), url("../fonts/alegreya_700italic-webfont.svg#alegreyabold_italic") format("svg");
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: "alegreya";
	src: url("../fonts/alegreya_900-webfont.eot");
	src: url("../fonts/alegreya_900-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/alegreya_900-webfont.woff2") format("woff2"), url("../fonts/alegreya_900-webfont.woff") format("woff"), url("../fonts/alegreya_900-webfont.ttf") format("truetype"), url("../fonts/alegreya_900-webfont.svg#alegreyablack") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "alegreya";
	src: url("../fonts/alegreya_900italic-webfont.eot");
	src: url("../fonts/alegreya_900italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/alegreya_900italic-webfont.woff2") format("woff2"), url("../fonts/alegreya_900italic-webfont.woff") format("woff"), url("../fonts/alegreya_900italic-webfont.ttf") format("truetype"), url("../fonts/alegreya_900italic-webfont.svg#alegreyablack_italic") format("svg");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: "alegreya";
	src: url("../fonts/alegreya_italic-webfont.eot");
	src: url("../fonts/alegreya_italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/alegreya_italic-webfont.woff2") format("woff2"), url("../fonts/alegreya_italic-webfont.woff") format("woff"), url("../fonts/alegreya_italic-webfont.ttf") format("truetype"), url("../fonts/alegreya_italic-webfont.svg#alegreyaitalic") format("svg");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: "alegreya";
	src: url("../fonts/alegreya_regular-webfont.eot");
	src: url("../fonts/alegreya_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/alegreya_regular-webfont.woff2") format("woff2"), url("../fonts/alegreya_regular-webfont.woff") format("woff"), url("../fonts/alegreya_regular-webfont.ttf") format("truetype"), url("../fonts/alegreya_regular-webfont.svg#alegreyaregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?2w5ad5");
	src: url("../fonts/icomoon.eot?2w5ad5#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?2w5ad5") format("truetype"), url("../fonts/icomoon.woff?2w5ad5") format("woff"), url("../fonts/icomoon.svg?2w5ad5#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #C0976E;
}

.icon-facebook:hover,
.icon-instagram:hover {
	color: #FFFFFF;
}

.icon-close:before {
	content: "\e900";
}

.icon-information:before {
	content: "\e901";
}

.icon-facebook:before {
	content: "\e902";
}

.icon-instagram:before {
	content: "\e903";
}

.language,
.social-networks,
.nav-drop ul,
.pagination ul,
.packages-section .content-holder ul,
.filters-group ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.panel:after,
.holder:after,
.location-container:after,
.services-container .content-holder h3:after,
.rooms-section .price-description h3:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #C0976E;
	background: #fff;
	font: 16px/18px "alegreya_sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: 700;
	margin: 0 0 .5em;
	color: inherit;
	text-align: center;
	color: #C0976E;
}

h1,
.h1 {
	font-size: 32px;
	line-height: 39px;
	letter-spacing: 2px;
	margin: 0 0 3px;
	padding: 0 10px;
	text-align: center;
	text-transform: uppercase;
}

h2,
.h2 {
	font-size: 32px;
	line-height: 44px;
	font-style: italic;
	text-transform: capitalize;
}

h3,
.h3 {
	font-size: 24px;
	font-family:'Alegreya Italic';
	font-style: italic;
}

h4,
.h4 {
	font-size: 32px;
	line-height: 42px;
	text-transform: uppercase;
	margin: 0;
}

h5,
.h5 {
	font-size: 26px;
	line-height: 30px;
	color: #C0976E;
	text-transform: uppercase;
}

h6,
.h6 {
	font-size: 22px;
	line-height: 30px;
	font-style: italic;
	text-transform: lowercase;
	margin: 0 0 25px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #C0976E;
	text-decoration: none;
	font-weight: bold;
}

a:hover,
a:focus {
	color: #fff;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

#header {
	background: #181818;
	position: relative;
}

#header .holder {
	font-size: 0;
	line-height: 0;
	padding: 15px;
}

.panel {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.2;
	width: calc(100% - 125px);
	text-align: right;
}

.logo {
	display: inline-block;
	vertical-align: middle;
	max-width: 125px;
}

.add-info {
	display: inline-block;
	vertical-align: middle;
	width: 35px;
	height: 35px;
}

.add-info a {
	color: #C0976E;
}

.popup-holder.popup-active .popup {
	margin: 0;
	opacity: 1;
	visibility: visible;
}

.popup-holder .popup {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #f4f4f4;
	z-index: 3;
	color: #181818;
	visibility: hidden;
	opacity: 0;
	text-align: left;
	margin: -100% 0 100%;
	-webkit-transition: margin .9s ease-in-out;
	transition: margin .9s ease-in-out;
	display: block !important;
}

.popup-container {
	text-align: center;
	max-width: 190px;
	margin: 0 auto;
	padding: 18px 0;
}

.popup-container .row {
	display: block;
	margin: 0 0 13px;
}

.popup-container a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: color, .3s, ease-in-out;
	transition: color, .3s, ease-in-out;
}

.popup-container a:hover {
	color: #C0976E;
}

.popup-container address {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
}

.popup-container img {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 23px;
}

.language {
	margin: 0 0 40px;
}

.language li {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	text-transform: uppercase;
	margin: 0 8px 0;
	font-weight: 700;
}

.language li:hover,
.language li.active {
	color: #FFFFFF;
}

.language li a {
	display: block;
}

.social-networks {
	margin: 0 0 10px;
}

.social-networks li {
	display: inline-block;
	vertical-align: middle;
	font-size: 40px;
	line-height: 28px;
	margin: 0 3px;
}

.social-networks li a {
	display: block;
}

.social-networks li .icon-facebook {
	font-size: 30px;
	line-height: 40px;
}

.open {
	display: block;
	width: 35px;
	height: 35px;
	border: 1px solid #181818;
	color: #181818;
	text-decoration: none;
	text-align: center;
	font-size: 25px;
	padding-top: 1px;
	-webkit-transition: color, .3s, ease-in-out, border-color, .3s, ease-in-out;
	transition: color, .3s, ease-in-out, border-color, .3s, ease-in-out;
}

.open:hover {
	color: #e0e0e0;
	border-color: #fff;
}

#nav {
	display: inline-block;
	vertical-align: middle;
}

.nav-drop {
	background: #181818;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 20px 15px 15px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: margin .8s ease-in-out;
	transition: margin .8s ease-in-out;
	margin: -100% 0 100%;
	text-align: left;
}

.nav-active .nav-drop {
	opacity: 1;
	visibility: visible;
	z-index: 99;
	margin: 0;
}

.resize-active .nav-drop {
	-webkit-transition: none !important;
	transition: none !important;
}

.nav-drop ul {
	margin: 0 -15px 0;
	text-align: center;
}

.nav-drop li {
	text-align: center;
	color: #C0976E;
	text-transform: uppercase;
}

.nav-drop li a {
	color: inherit;
	display: block;
	text-decoration: none;
	padding: 15px;
}

.nav-drop li a:hover {
	color: #FFFFFF;
}

.nav-drop li.active {
	color: #FFFFFF;
	padding:15px;
}

.nav-drop li.active a {
	color: #C0976E;
}

.nav-drop .logo {
	margin: 0 0 29px;
}

/* burger button styles */

.open-menu {
	float: right;
	z-index: 999;
	width: 70px;
	height: 35px;
	border: 1px solid #181818;
	color: #181818 !important;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	padding-top: 9px;
	text-decoration: none;
}

.close-btn {
	color: #fff !important;
	position: absolute;
	right: 16px;
	top: 13px;
	text-decoration: none;
	font-size: 33px;
	z-index: 105;
}

#wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	background:#f4f4f4;
}

.holder {
	max-width: 1020px;
	margin: 0 auto;
}

.visual {
	padding: 10px 0 30px 0;
}

.visual .gallery {
	position: relative;
	width: 100%;
}

.visual .mask {
	position: relative;
	overflow: hidden;
}

.visual .slideset {
	width: 99999px;
	float: left;
}

.visual .slide {
	float: left;
	text-align: center;
	line-height: 0;
	background-size: cover;
	background-position: 50% 50%;
	min-height: 340px;
}

.visual img {
	display: block;
	width: 100%;
	height: auto;
}

.pagination {
	position: absolute;
	bottom: 15px;
	width: 100%;
	text-align: center;
}

.pagination ul {
	padding: 5px;
}

.pagination li {
	display: inline-block;
	vertical-align: top;
	margin: 0 4px;
}

.pagination li.active a {
	background: rgba(69, 75, 78, .5);
}

.pagination a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: rgba(255, 255, 255, .5);
}

.pagination a:hover {
	background: rgba(69, 75, 78, .5);
}

.btn {
	font-size: 14px;
	line-height: 17px;
	font-weight: 700;
	color: #fff;
	background: #C0976E;
	display: block;
	max-width: 185px;
	margin: 0 auto;
	text-transform: uppercase;
	padding: 11px 5px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #C0976E;
	-webkit-transition: color, .3s, ease-in-out, background, .3s, ease-in-out;
	transition: color, .3s, ease-in-out, background, .3s, ease-in-out;
}

.btn:hover {
	color: #C0976E !important;
	background: #fff;
}

.btn.btn-secondary {
	max-width: 160px;
	background: #fff;
	color: #C0976E;
}

.btn.btn-secondary:hover {
	background: #C0976E;
	color: #fff !important;
}

.intro {
	text-align: center;
	background: #fff;
	color: #fff;
}

.intro .holder {
	padding: 80px 15px 88px;
}

.intro h1 {
	color: #181818;
}

.intro h6 {
	color: #181818;
}


.amenities-section {
	text-align: center;
}

.amenities-section .sub-title {
	margin-bottom: 40px;
}

.amenities-section .holder {
	padding: 57px 0 57px;
}

.amenities-section .column {
	padding: 20px;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: #C0976E;
	font-weight: 700;
}

.amenities-section .column .img-holder {
	margin-bottom: 10px;
}

.amenities-section .column .img-holder img {
	width: 100%;
	display: block;
}

.four-columns {
	font-size: 0;
	line-height: 0;
}

.four-columns .column {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.sub-title {
	font: 16px/22px "alegreya", "alegreya_sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-style: italic;
	color: #C0976E;
	font-weight: bold;
	display: block;
	text-align: center;
	margin-bottom: 30px;
	padding: 0 20px;
}

.room-section .holder {
	padding: 0 0 57px;
}

.two-columns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.two-columns .column {
	min-height: 340px;
}

.two-columns .column.content-holder {
	text-align: center;
	background: #FFFFFF;
	color: #C0976E;
	width: 100%;
	position: relative;
	white-space: nowrap;
}

.two-columns .column.content-holder:after {
	content: "";
	display: inline-block;
	height: 340px; /* the same as min-height */
	width: 1px;
	overflow: hidden;
	margin: 0 0 0 -5px;
	vertical-align: middle;
}

.two-columns .column.content-holder p {
	margin: 0 0 32px;
}

.two-columns .column.img-holder {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.two-columns .column .text-box {
	white-space: normal;
	display: inline-block;
	max-width: 650px;
	vertical-align: middle;
	padding:15px;
}

.news-section {
	text-align: center;
}

.news-section .holder {
	padding: 39px 0 50px;
}

.news-section .column a {
	display: block;
}

.news-section .column img {
	width: 100%;
	display: block;
	height: auto;
}

.reservation-section {
	padding: 0 0 57px 0;
}

.location-section {
	text-align: center;
	margin-bottom: 20px;
	padding: 20px 0;
}

.location-section .sub-title {
	max-width: 180px;
	margin: 0 auto 30px;
}

.location-section h1 {
	padding: 0;
}

.location-section .map-holder {
	position: relative;
	max-height: 340px;
	width:100%;
}

.location-section .map-holder:after {
	/**content: "";**/
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

.location-section .map-holder iframe {
	display: block;
	width: 100%;
	max-height: 340px;
}

.location-section .location-description {
	text-align: left;
	background: #fff;
	padding: 15px 15px 25px;
}

.location-section .location-description h3 {
	color: #C0976E;
	font: bold 16px/22px "alegreya", "alegreya_sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-style: italic;
	text-transform: lowercase;
	margin: 0;
}

.location-section .location-description p {
	margin: 0 0 18px;
}

.location-section .location-description .btn-holder {
	padding-top: 25px;
}

.location-container {
	border-bottom: 10px solid  #f4f4f4;
	width: 100%;
	background: #f4f4f4;
}

.maastricht-section {
	text-align: center;
}

/**.maastricht-section, .three-columns .column {
	background: #f4f4f4;
}**/

.three-columns, .two-columns {
	background: #f4f4f4;
}

.column {
	background: #FFFFFF;
}

.three-columns .holder {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 0;
	line-height: 0;
	padding: 5px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.three-columns .column {
	font-size: 14px;
	line-height: 17px;
	background: #fff;
	border-top: 5px solid  #f4f4f4;
	border-bottom: 5px solid  #f4f4f4;
	width: 100%;
	text-align: left;
}

.three-columns .content-holder {
	padding: 15px 10px;
}

.three-columns .content-holder p {
	margin: 0 0 18px;
}

.three-columns .img-holder img {
	display: block;
	width: 100%;
}

.packages-page {
	padding-top: 20px;
}

.packages-section {
	background: #f4f4f4;
}

.packages-section h3 {
	color: #C0976E;
	font: bold 16px/22px "alegreya", "alegreya_sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-style: italic;
	text-transform: capitalize;
	margin: 0 0 23px;
}

.packages-section .column {
	text-align: center;
}

.packages-section .column p {
	margin: 0 0 15px;
}

.packages-section .content-holder {
	padding: 20px;
}

.packages-section .content-holder ul {
	color: #C0976E;
	font-weight: 500;
	font-size: 13px;
	line-height: 14px;
	margin: 0 0 35px;
}

.packages-section .content-holder ul li {
	margin: 0 0 2px;
}

.packages-section .content-holder ul .list-text {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.packages-section .content-holder ul .list-text:before {
	content: "";
	position: absolute;
	left: -9px;
	top: 5px;
	background: #C0976E;
	width: 5px;
	height: 5px;
}

.packages-section .content-holder .last {
	margin: 0 0 63px;
}

.price {
	display: inline-block;
	vertical-align: top;
	min-height: 34px;
	margin-bottom: 17px;
	font-weight: 700;
	color: #C0976E;
}

.price-description {
	background: #f4f4f4;
	text-align: center;
}

.price-description .holder {
	overflow: hidden;
	background: #fff;
	margin: -10px auto;
	border-top: 10px solid  #f4f4f4;
	border-top: 10px solid  #f4f4f4;
	border-bottom: 10px solid  #f4f4f4;
	padding: 20px 15px;
}

.price-description .holder p {
	margin: 0;
}

.filters-group {
	background: #f4f4f4;
	padding: 15px;
	text-align: center;
}

.filters-group.active li.active {
	display: none;
}

.filters-group.active .opener:after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

/**.filters-group ul {
	font-size: 0;
	line-height: 0;
}**/

.filters-group li {
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	border-top: 1px solid #f4f4f4;
	display: block;
	padding: 12px 34px 14px;
	background: #fff;
	/**color: #828282;**/
	-webkit-transition: color, .3s, ease-in-out, background, .3s, ease-in-out;
	transition: color, .3s, ease-in-out, background, .3s, ease-in-out;
	cursor: pointer;
}

.filters-group li.active {
	font-weight: 500;
	color: #C0976E;
}

.filters-group li:hover {
	font-weight: 500;
	color: #C0976E;
}

.filters-group .opener {
	background: #fff;
	display: block;
	padding: 12px 34px 14px;
	position: relative;
	text-transform: uppercase;
	color: #828282;
}

.filters-group .opener:after {
	content: "";
	position: absolute;
	right: 12px;
	top: 17px;
	height: 0;
	width: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid gray;
	-webkit-transition: -webkit-transform, .3s, ease-in-out;
	transition: transform, .3s, ease-in-out;
}

.services-container {
	background: #f4f4f4;
}

.services-container .content-holder h3 {
	color: #C0976E;
	font-weight: Bold;
	font-family:"alegreya 900", italic;
	font-style: italic;
	padding: 0 20px 13px;
	margin: 0 -20px 10px;
	text-align: left;
}

.services-container .content-holder h3 .services-price {
	float: right;
	margin-left: 10px;
	max-width: 80px;
}

.services-container .content-holder a {
	color: inherit;
}

.services-container .content-holder a.mail {
	color: #C0976E;
}

.services-container .content-holder a.mail:hover {
	color: #C0976E;
}

.services-container .content-holder a:hover {
	color: #C0976E;
}

.services-container .services-boxes-holder {
	background: #f4f4f4;
	padding: 5px 0;
}

.services-container .services-boxes-holder .services-boxes .box {
	padding: 5px 0;
	width: 100%;
}

.services-container .services-boxes-holder .services-boxes .box img {
	display: block;
	width: 100%;
}

.services-container .services-boxes-holder .services-boxes .box-holder {
	background: #fff;
}

.services-container .services-boxes-holder .services-boxes .content-holder {
	padding: 15px 10px;
}

.services-container .services-boxes-holder .services-boxes .content-holder p {
	margin: 0 0 18px;
}

.rooms-section {
	padding-top: 30px;
	padding-bottom: 10px;
}

.rooms-section .sub-title {
	max-width: 550px;
	margin: 0 auto 30px;
}

.rooms-section .price-description {
	margin-bottom: -10px;
}

.rooms-section .price-description .holder {
	padding: 20px;
}

.rooms-section .price-description h3 {
	color: #C0976E;
	font: bold 16px/22px "alegreya", "alegreya_sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-style: italic;
	margin: 0 -30px 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #f4f4f4;
}

.rooms-section .price-description p {
	max-width: 550px;
	margin: 0 auto 16px;
}

.rooms-section .price-description a {
	color: inherit;
}

.rooms-section .price-description a.mail {
	color: #C0976E;
}

.rooms-section .price-description a.mail:hover {
	color: #C0976E;
}

.rooms-section .price-description a:hover {
	color: #C0976E;
}

.content-holder a {
	line-height:1.5em;
}

.rooms-container .content-holder {
	text-align: center;
}

.rooms-container .content-holder h3 {
	color: #C0976E;
	font: bold 32px/38px "alegreya", "alegreya_sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-style: italic;
	margin: 0 0 0;
}

.rooms-container .content-holder .price {
	padding-top: 60px;
	min-height: 0;
	margin: 0 0 20px;
}

.gallery-section {
	background: #f4f4f4;
	padding: 10px;
	font-size: 0;
	line-height: 0;
}

.gallery-section .img-container {
	padding: 5px;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.gallery-section .img-container img {
	display: block;
	width: 100%;
}

.gallery-section .btn-holder {
	border: 5px solid #f4f4f4;
	display: inline-block;
	vertical-align: top;
	min-height: 180px;
	background: #fff;
	width: 100%;
	text-align: center;
	white-space: nowrap;
	position: relative;
}

.gallery-section .btn-holder:after {
	content: "";
	display: inline-block;
	height: 180px; /* the same as min-height */
	width: 1px;
	overflow: hidden;
	margin: 0 0 0 -5px;
	vertical-align: middle;
}

.gallery-section .btn-holder .btn {
	display: inline-block;
	vertical-align: middle;
	min-width: 168px;
	white-space: normal;
}

.title-section {
	max-width: 1020px;
	margin: 0 auto;
}

.rooms-section h2{
	color:#C0976E;
	font-family:'Alegreya Italic';
	font-style:italic;
	text-align: center;
}

.smooth-scroll {
	position: fixed;
	bottom: 10px;
	right: 10px;
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: rgba(69, 75, 78, .6);
	z-index: 9999;
	text-align: center;
	padding-top: 23px;
	font-size: 9px;
	text-transform: uppercase;
	overflow: hidden;
	color: #e0e0e0;
	display: none;
	outline: none;
}

.smooth-scroll:hover,
.smooth-scroll:focus {
	color: #e0e0e0;
}

.smooth-scroll:after {
	content: "";
	position: absolute;
	top: 14px;
	left: 15px;
	border-top: 2px solid #e0e0e0;
	border-left: 2px solid #e0e0e0;
	width: 15px;
	height: 15px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#footer {
	color: #C0976E;
	background-color: #181818;
}

#footer .holder {
	padding: 35px 15px 20px;
}

#footer .btn {
	color: #fff;
	margin: 0 0 28px;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	padding: 60px 10px 10px !important;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url("../images/fancybox_sprite.png");
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("../images/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	width: 35px;
	height: 35px;
	background: transparent;
	top: 12px;
	right: 12px;
}

.fancybox-close:after {
	content: "\e900";
	font-family: "icomoon" !important;
	position: absolute;
	left: 4px;
	top: 6px;
	z-index: 9999;
	font-size: 32px;
	font-weight: 700;
	color: #181818;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("../images/blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("../images/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 60px 10px 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	#fancybox-loading,
	.fancybox-close,
	.fancybox-prev span,
	.fancybox-next span {
		background-image: url("../images/fancybox_sprite@2x.png");
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url("../images/fancybox_loading@2x.gif");
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

@media (min-width: 768px) {
	.panel {
		width: calc(100% - 183px);
	}

	.logo {
		max-width: 183px;
	}

	.nav-drop {
		position: static;
		width: auto;
		visibility: visible;
		opacity: 1;
		margin: 0;
		padding: 0;
	}

	.nav-drop .close-btn {
		display: none;
	}

	.nav-drop ul {
		margin: 0;
		padding: 0 9px;
	}

	.nav-drop li {
		display: inline-block;
		vertical-align: middle;
		font-weight: 700;
		margin: 0 8px;
		letter-spacing: 1px;
	}

	.nav-drop li a {
		padding: 5px 0;
	}

	.nav-drop .logo {
		display: none;
	}

	.open-menu {
		display: none;
	}

	.visual .slide {
		min-height: 440px;
	}

	.intro .holder {
		padding: 20px 20px;
	}

	.amenities-section .holder {
		padding: 57px 0 57px;
	}

	.amenities-section .column {
		width: 25%;
		padding: 20px;
	}

	.four-columns .column {
		width: 25%;
	}

	.sub-title {
		margin-bottom: 58px;
	}

	.two-columns .column .content-holder {
		padding: 10px 50px;
		width: 50%;
	}

	.two-columns .column .img-holder {
		width: 50%;
	}

	.news-section .holder {
		padding: 57px 0 50px;
	}

	.news-section .column {
		padding: 35px;
	}

	.reservation-section .content-holder {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}

	.location-section {
		margin-bottom: 58px;
		padding: 58px 0 0;
	}

	.location-section .sub-title {
		max-width: 100%;
	}

	.location-section .map-holder {
		float: left;
		width: 50%;
	}

	.location-section .location-description {
		float: left;
		width: 50%;
		padding: 30px;
		height: 340px;
		overflow-y: auto;
	}

	.location-section .location-description .btn-holder {
		padding-top: 55px;
	}

	.location-container {
		border-top: 10px solid  #f4f4f4;
		border-bottom: 10px solid  #f4f4f4;
	}

	.three-columns .holder {
		padding: 5px;
	}

	.three-columns .column {
		width: 33.33%;
		display: inline-block;
		vertical-align: top;
		border: 5px solid  #f4f4f4;
	}

	.three-columns .content-holder {
		padding: 20px;
	}

	.packages-section .content-holder {
		padding: 30px 30px;
	}

	.price-description .holder {
		padding: 50px 30px;
		border: 10px solid  #f4f4f4;
	}

	.packages-section .price-description {
		margin: 0 0 10px 0;
	}

	.filters-group li {
		display: inline-block;
		vertical-align: top;
		padding: 10px 18px 13px;
		margin:5px;
		font-weight: bold;
		font-family: 'Alegreya Sans', sans-serif;
		color: #C0976E;
	}

	.filters-group li.active {
		color: #C0976E;
		background: #181818;
	}

	.filters-group li:hover {
		color: #C0976E;
		font-weight: normal;
		background: #181818;
	}

	.filters-group .opener {
		display: none;
	}

	.filters-group .slide {
		display: block !important;
		position: static !important;
	}

	.services-container .services-boxes-holder .services-boxes .box {
		width: 33.33%;
		padding: 5px;
	}

	.services-container .services-boxes-holder .services-boxes .box-holder {
		min-height: 426px;
	}

	.services-container .services-boxes-holder .services-boxes .content-holder {
		padding: 20px;
	}

	.rooms-section {
		padding-top: 45px;
	}

	.rooms-section {
		color: #C0976E;
		text-align:center;
	}

	.rooms-section .sub-title {
		margin-bottom: 45px;
	}

	.rooms-container .content-holder {
		padding: 34px 25px;
	}

	.gallery-section {
		padding: 5px;
	}

	.gallery-section .img-container {
		width: 33.33%;
		display: inline-block;
		vertical-align: top;
	}

	.gallery-section .btn-holder {
		display: none;
	}

	.smooth-scroll {
		display: none !important;
	}

	#footer .holder {
		padding-top: 35px;
	}
}

@media (min-width: 1024px) {
	.visual .slide {
		min-height: 540px;
	}

	.amenities-section .column {
		padding: 20px 67px;
	}

	.filters-group {
		padding: 15px 30px;
	}
}

@media (max-width: 767px) {
	.two-columns {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.gallery-section .holder {
		position: relative;
		overflow: hidden;
	}

	.gallery-section .img-container {
		-webkit-transition: opacity .3s ease-in-out;
		transition: opacity .3s ease-in-out;
	}

	.gallery-section .hidden-post {
		opacity: 0;
		position: absolute !important;
		top: -9999px !important;
		left: -9999px !important;
		display: block !important;
		width: 100% !important;
	}

	.gallery-section.no-posts .btn-holder {
		display: none;
	}

	.fancybox-prev span {
		display: none;
	}

	.fancybox-next span {
		display: none;
	}
}
