/*! 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;
}

/**
 * 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;
}

/**
 * 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;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?hf6ahl");
	src: url("../fonts/icomoon.eot?hf6ahl#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?hf6ahl") format("truetype"), url("../fonts/icomoon.woff?hf6ahl") format("woff"), url("../fonts/icomoon.svg?hf6ahl#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;
}

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

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

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

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

.icon-eye:before {
	content: "\f06e";
}

.icon-angle-left:before {
	content: "\f104";
}

.icon-angle-right:before {
	content: "\f105";
}

.icon-calendar:before {
	content: "\f133";
}

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

/* Generated by Font Squirrel (https://www.fontsquirrel.com) on February 28, 2017 */

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

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

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

/*! jQuery UI - v1.11.4 - 2015-11-30
* http://jqueryui.com
* Includes: core.css, autocomplete.css, datepicker.css, menu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
	display: none;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}

.ui-helper-clearfix:after {
	clear: both;
}

.ui-helper-clearfix {
	min-height: 0;
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}

.ui-state-disabled {
	cursor: default !important;
}

.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}

.ui-datepicker .ui-datepicker-next {
	right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}

.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}

.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}

.ui-datepicker td {
	border: 0;
	padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

.ui-datepicker.ui-datepicker-multi {
	width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}

.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

.ui-datepicker-rtl {
	direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}

.ui-menu .ui-menu {
	position: absolute;
}

.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0;
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

.ui-menu-icons {
	position: relative;
}

.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}

.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}

.ui-widget .ui-widget {
	font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}

.ui-widget-content {
	border: 1px solid #ddd;
	background: #fff;
	color: #333;
}

.ui-widget-content a {
	color: #333;
}

.ui-widget-header {
	border: 1px solid #ddd;
	background: #e9e9e9;
	color: #333;
	font-weight: bold;
}

.ui-widget-header a {
	color: #333;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #454545;
	text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #ccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #fff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #fff;
	text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	background-image: none;
}

.ui-state-disabled .ui-icon {
	filter: Alpha(Opacity=35);
}

.ui-icon {
	width: 16px;
	height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-icon-blank {
	background-position: 16px 16px;
}

.ui-icon-carat-1-n {
	background-position: 0 0;
}

.ui-icon-carat-1-ne {
	background-position: -16px 0;
}

.ui-icon-carat-1-e {
	background-position: -32px 0;
}

.ui-icon-carat-1-se {
	background-position: -48px 0;
}

.ui-icon-carat-1-s {
	background-position: -64px 0;
}

.ui-icon-carat-1-sw {
	background-position: -80px 0;
}

.ui-icon-carat-1-w {
	background-position: -96px 0;
}

.ui-icon-carat-1-nw {
	background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
	background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
	background-position: -144px 0;
}

.ui-icon-triangle-1-n {
	background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
	background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
	background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
	background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
	background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
	background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
	background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
	background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
	background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
	background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
	background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
	background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
	background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
	background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
	background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
	background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
	background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
	background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
	background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
	background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
	background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
	background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
	background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
	background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
	background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
	background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
	background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
	background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
	background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px;
}

.ui-icon-arrow-4 {
	background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
	background-position: -16px -80px;
}

.ui-icon-extlink {
	background-position: -32px -80px;
}

.ui-icon-newwin {
	background-position: -48px -80px;
}

.ui-icon-refresh {
	background-position: -64px -80px;
}

.ui-icon-shuffle {
	background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
	background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
	background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
	background-position: 0 -96px;
}

.ui-icon-folder-open {
	background-position: -16px -96px;
}

.ui-icon-document {
	background-position: -32px -96px;
}

.ui-icon-document-b {
	background-position: -48px -96px;
}

.ui-icon-note {
	background-position: -64px -96px;
}

.ui-icon-mail-closed {
	background-position: -80px -96px;
}

.ui-icon-mail-open {
	background-position: -96px -96px;
}

.ui-icon-suitcase {
	background-position: -112px -96px;
}

.ui-icon-comment {
	background-position: -128px -96px;
}

.ui-icon-person {
	background-position: -144px -96px;
}

.ui-icon-print {
	background-position: -160px -96px;
}

.ui-icon-trash {
	background-position: -176px -96px;
}

.ui-icon-locked {
	background-position: -192px -96px;
}

.ui-icon-unlocked {
	background-position: -208px -96px;
}

.ui-icon-bookmark {
	background-position: -224px -96px;
}

.ui-icon-tag {
	background-position: -240px -96px;
}

.ui-icon-home {
	background-position: 0 -112px;
}

.ui-icon-flag {
	background-position: -16px -112px;
}

.ui-icon-calendar {
	background-position: -32px -112px;
}

.ui-icon-cart {
	background-position: -48px -112px;
}

.ui-icon-pencil {
	background-position: -64px -112px;
}

.ui-icon-clock {
	background-position: -80px -112px;
}

.ui-icon-disk {
	background-position: -96px -112px;
}

.ui-icon-calculator {
	background-position: -112px -112px;
}

.ui-icon-zoomin {
	background-position: -128px -112px;
}

.ui-icon-zoomout {
	background-position: -144px -112px;
}

.ui-icon-search {
	background-position: -160px -112px;
}

.ui-icon-wrench {
	background-position: -176px -112px;
}

.ui-icon-gear {
	background-position: -192px -112px;
}

.ui-icon-heart {
	background-position: -208px -112px;
}

.ui-icon-star {
	background-position: -224px -112px;
}

.ui-icon-link {
	background-position: -240px -112px;
}

.ui-icon-cancel {
	background-position: 0 -128px;
}

.ui-icon-plus {
	background-position: -16px -128px;
}

.ui-icon-plusthick {
	background-position: -32px -128px;
}

.ui-icon-minus {
	background-position: -48px -128px;
}

.ui-icon-minusthick {
	background-position: -64px -128px;
}

.ui-icon-close {
	background-position: -80px -128px;
}

.ui-icon-closethick {
	background-position: -96px -128px;
}

.ui-icon-key {
	background-position: -112px -128px;
}

.ui-icon-lightbulb {
	background-position: -128px -128px;
}

.ui-icon-scissors {
	background-position: -144px -128px;
}

.ui-icon-clipboard {
	background-position: -160px -128px;
}

.ui-icon-copy {
	background-position: -176px -128px;
}

.ui-icon-contact {
	background-position: -192px -128px;
}

.ui-icon-image {
	background-position: -208px -128px;
}

.ui-icon-video {
	background-position: -224px -128px;
}

.ui-icon-script {
	background-position: -240px -128px;
}

.ui-icon-alert {
	background-position: 0 -144px;
}

.ui-icon-info {
	background-position: -16px -144px;
}

.ui-icon-notice {
	background-position: -32px -144px;
}

.ui-icon-help {
	background-position: -48px -144px;
}

.ui-icon-check {
	background-position: -64px -144px;
}

.ui-icon-bullet {
	background-position: -80px -144px;
}

.ui-icon-radio-on {
	background-position: -96px -144px;
}

.ui-icon-radio-off {
	background-position: -112px -144px;
}

.ui-icon-pin-w {
	background-position: -128px -144px;
}

.ui-icon-pin-s {
	background-position: -144px -144px;
}

.ui-icon-play {
	background-position: 0 -160px;
}

.ui-icon-pause {
	background-position: -16px -160px;
}

.ui-icon-seek-next {
	background-position: -32px -160px;
}

.ui-icon-seek-prev {
	background-position: -48px -160px;
}

.ui-icon-seek-end {
	background-position: -64px -160px;
}

.ui-icon-seek-start {
	background-position: -80px -160px;
}

.ui-icon-seek-first {
	background-position: -80px -160px;
}

.ui-icon-stop {
	background-position: -96px -160px;
}

.ui-icon-eject {
	background-position: -112px -160px;
}

.ui-icon-volume-off {
	background-position: -128px -160px;
}

.ui-icon-volume-on {
	background-position: -144px -160px;
}

.ui-icon-power {
	background-position: 0 -176px;
}

.ui-icon-signal-diag {
	background-position: -16px -176px;
}

.ui-icon-signal {
	background-position: -32px -176px;
}

.ui-icon-battery-0 {
	background-position: -48px -176px;
}

.ui-icon-battery-1 {
	background-position: -64px -176px;
}

.ui-icon-battery-2 {
	background-position: -80px -176px;
}

.ui-icon-battery-3 {
	background-position: -96px -176px;
}

.ui-icon-circle-plus {
	background-position: 0 -192px;
}

.ui-icon-circle-minus {
	background-position: -16px -192px;
}

.ui-icon-circle-close {
	background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
	background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
	background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
	background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
	background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
	background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
	background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
	background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
	background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
	background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
	background-position: -192px -192px;
}

.ui-icon-circle-check {
	background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
	background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
	background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
	background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
	background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
	background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
	background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
	background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
	background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
	background: #aaa;
	opacity: .3;
	filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
	margin: 0 0 0 0;
	padding: 5px;
	background: #666;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}

.fancybox-enabled {
	overflow: hidden;
}

html.fancybox-enabled {
	background: none !important;
}

.fancybox-enabled body {
	overflow: visible;
	-ms-touch-action: none;
	touch-action: none;
}

.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999939;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* Make sure that the first one is on the top */

.fancybox-container ~ .fancybox-container {
	z-index: 99992;
}

.fancybox-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #0f0f11;
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.55, .06, .68, .19);
	transition-timing-function: cubic-bezier(.55, .06, .68, .19);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fancybox-container--ready .fancybox-bg {
	opacity: .87;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-controls {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	z-index: 99994;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	direction: ltr;
}

.fancybox-show-controls .fancybox-controls {
	opacity: 1;
}

.fancybox-infobar {
	display: none;
}

.fancybox-show-infobar .fancybox-infobar {
	display: inline-block;
	pointer-events: all;
}

.fancybox-infobar__body {
	display: inline-block;
	width: 70px;
	line-height: 44px;
	font-size: 13px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align: center;
	color: #ddd;
	background-color: rgba(30, 30, 30, .7);
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-buttons {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	pointer-events: all;
}

.fancybox-show-buttons .fancybox-buttons {
	display: block;
}

.fancybox-slider-wrap {
	overflow: hidden;
	direction: ltr;
}

.fancybox-slider-wrap,
.fancybox-slider {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
	z-index: 99993;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: none;
	white-space: normal;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: transparent;
}

.fancybox-slide::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.fancybox-slide > * {
	display: inline-block;
	position: relative;
	padding: 24px;
	margin: 44px 0 44px;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	box-sizing: border-box;
}

.fancybox-slide--image {
	overflow: hidden;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-content {
	display: inline-block;
	position: relative;
	margin: 44px auto;
	padding: 0;
	border: 0;
	width: 80%;
	height: calc(100% - 88px);
	vertical-align: middle;
	line-height: normal;
	text-align: left;
	white-space: normal;
	outline: none;
	font-size: 16px;
	font-family: Arial, sans-serif;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
}

.fancybox-iframe {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
	background: transparent;
}

.fancybox-placeholder {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: transparent;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fancybox-image,
.fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: none;
	max-height: none;
	background: transparent;
	background-size: 100% 100%;
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.fancybox-controls--canGrab .fancybox-placeholder {
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}

.fancybox-error {
	position: absolute;
	margin: 0;
	padding: 40px;
	top: 50%;
	left: 50%;
	width: 380px;
	max-width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
	cursor: default;
}

.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.fancybox-close-small {
	position: absolute;
	top: 4px;
	right: 4px;
	padding: 0;
	margin: 0;
	width: 30px;
	height: 30px;
	font: 21px/1 Arial,"Helvetica Neue",Helvetica,sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	cursor: pointer;
	background: #fff;
	-webkit-transition: background .2s;
	transition: background .2s;
	box-sizing: border-box;
	z-index: 2;
}

.fancybox-close-small:focus {
	outline: 1px dotted #888;
}

.fancybox-slide--video .fancybox-close-small {
	top: -36px;
	right: -36px;
	background: transparent;
}

.fancybox-close-small:hover {
	color: #555;
	background: #eee;
}

/* Caption */

.fancybox-caption-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 30px 0 30px;
	z-index: 99998;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	opacity: 0;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	pointer-events: none;
}

.fancybox-show-caption .fancybox-caption-wrap {
	opacity: 1;
}

.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, .4);
	font-size: 14px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button {
	pointer-events: all;
}

.fancybox-caption a {
	color: #fff;
	text-decoration: underline;
}

/* Buttons */

.fancybox-button {
	display: inline-block;
	position: relative;
	width: 44px;
	height: 44px;
	line-height: 44px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	background: transparent;
	color: #fff;
	box-sizing: border-box;
	vertical-align: top;
	outline: none;
}

.fancybox-button--disabled {
	cursor: default;
	pointer-events: none;
}

.fancybox-infobar__body,
.fancybox-button {
	background: rgba(30, 30, 30, .6);
}

.fancybox-button:hover {
	background: rgba(0, 0, 0, .8);
}

.fancybox-button::before,
.fancybox-button::after {
	content: "";
	pointer-events: none;
	position: absolute;
	border-color: #fff;
	background-color: currentColor;
	color: currentColor;
	opacity: .9;
	box-sizing: border-box;
	display: inline-block;
}

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
	opacity: .5;
}

.fancybox-button--left::after {
	left: 20px;
	top: 18px;
	width: 6px;
	height: 6px;
	background: transparent;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.fancybox-button--right::after {
	right: 20px;
	top: 18px;
	width: 6px;
	height: 6px;
	background: transparent;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fancybox-button--left {
	border-bottom-left-radius: 5px;
}

.fancybox-button--right {
	border-bottom-right-radius: 5px;
}

.fancybox-button--close {
	float: right;
}

.fancybox-button--close::before,
.fancybox-button--close::after {
	content: "";
	display: inline-block;
	position: absolute;
	height: 2px;
	width: 16px;
	top: calc(50% - 1px);
	left: calc(50% - 8px);
}

.fancybox-button--close::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fancybox-button--close::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* Loading spinner */

.fancybox-loading {
	border: 6px solid rgba(100, 100, 100, .4);
	border-top: 6px solid rgba(255, 255, 255, .6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: fancybox-rotate .8s infinite linear;
	animation: fancybox-rotate .8s infinite linear;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	z-index: 99999;
}

/* Styling for Small-Screen Devices */

/* Fullscreen  */

.fancybox-button--fullscreen::before {
	width: 15px;
	height: 11px;
	left: 15px;
	top: 16px;
	border: 2px solid;
	background: none;
}

/* Slideshow button */

.fancybox-button--play::before {
	top: 16px;
	left: 18px;
	width: 0;
	height: 0;
	border-top: 6px inset transparent;
	border-bottom: 6px inset transparent;
	border-left: 10px solid;
	border-radius: 1px;
	background: transparent;
}

.fancybox-button--pause::before {
	top: 16px;
	left: 18px;
	width: 7px;
	height: 11px;
	border-style: solid;
	border-width: 0 2px 0 2px;
	background: transparent;
}

/* Thumbs */

.fancybox-button--thumbs span {
	font-size: 23px;
}

.fancybox-button--thumbs::before {
	top: 20px;
	left: 21px;
	width: 3px;
	height: 3px;
	box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
	right: 220px;
}

.fancybox-thumbs {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	width: 220px;
	margin: 0;
	padding: 5px 5px 0 0;
	background: #fff;
	z-index: 99993;
	word-break: normal;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
}

.fancybox-thumbs > ul {
	list-style: none;
	position: absolute;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 0;
}

.fancybox-thumbs > ul > li {
	float: left;
	overflow: hidden;
	max-width: 50%;
	padding: 0;
	margin: 0;
	width: 105px;
	height: 75px;
	position: relative;
	cursor: pointer;
	outline: none;
	border: 5px solid #fff;
	border-top-width: 0;
	border-right-width: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
}

li.fancybox-thumbs-loading {
	background: rgba(0, 0, 0, .1);
}

.fancybox-thumbs > ul > li > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-thumbs > ul > li:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 2px;
	border: 4px solid #4ea7f9;
	z-index: 99991;
	opacity: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: "";
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

#nav > .nav-drop > ul,
#nav > .nav-drop > ul ul,
.openers-list,
.social-networks,
.text-temperature,
.post-section ul,
.meta-list,
.filter-list,
.partners-block .info-lists,
.btn-list,
.faq-block .tabset,
.faq-block .accordion,
.intro-gallery .pagination ul,
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.container:after,
.booking-form .row:after {
	content: "";
	display: block;
	clear: both;
}

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

html {
	box-sizing: border-box;
	background: #783c8b;
}

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

* {
	max-height: 1000000px;
}

body {
	color: #5f6568;
	background: #fff;
	font: 14px/1.42 "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

q {
	quotes: none;
}

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Yanone Kaffeesatz", "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
	font-weight: bold !important;
	margin: 0 0 .5em;
	color: inherit;
	text-align: center;
}

h1,
.h1 {
	font-size: 30px;
	color: #783c8b;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

.text-cursive,
.content-frame h2 {
	font-family: "Mr Dafoe", cursive, sans-serif;
	color: #6dabbc;
	text-transform: none;
}

.text-cursive.uppercase-style,
.content-frame h2.uppercase-style {
	text-transform: uppercase;
}

a {
	color: #6dabbc;
	-webkit-transition: color .25s linear 0s;
	transition: color .25s linear 0s;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: none;
	color: #2a7884;
}

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 #666;
	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: #666;
}

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: #666;
}

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: #666;
}

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: #666;
}

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

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 {
	position: relative;
	padding: 10px 0 52px;
	border-top: 15px solid #783c8b;
	box-shadow: 1px 0 4px rgba(48, 47, 47, .25);
	z-index: 99999;
	background: #fff;
}

#header .container {
	max-width: 1820px;
}

.logo {
	float: left;
	width: 90px;
}

.logo img {
	width: 100%;
}

.logo-fixed {
	display: none;
	width: 75px;
}

.nav-active #nav {
	visibility: visible;
	opacity: 1;
	z-index: 999;
}

#nav > .nav-drop > ul {
	font-size: 0;
	line-height: 0;
}

#nav > .nav-drop > ul ul {
	text-transform: none;
}

#nav > .nav-drop > ul ul li {
	font-weight: 400;
	border-top: 1px solid #5ca1b4;
}

#nav > .nav-drop > ul > li {
	font: 700 14px/18px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
}

#nav > .nav-drop > ul > li:hover > ul {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

#nav > .nav-drop > ul > li + li {
	border-top: 1px solid #5ca1b4;
}

#nav > .nav-drop > ul > li.active > a {
	background: #6dabbc;
}

#nav > .nav-drop > ul li.has-drop-down {
	position: relative;
}

#nav > .nav-drop > ul li.has-drop-down.selected > a {
	background: #6dabbc;
}

#nav > .nav-drop > ul li.has-drop-down.selected .accordion-opener {
	background: #4d95a9;
	height: 35px;
}

#nav > .nav-drop > ul li.has-drop-down.selected .accordion-opener:after {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	-ms-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}

#nav > .nav-drop > ul li.has-drop-down a {
	padding-right: 45px;
}

#nav .accordion-opener {
	position: absolute;
	z-index: 99;
	top: 0;
	height: 34px;
	width: 20px;
	right: 0;
	padding: 0;
	background: #458697;
}

#nav .accordion-opener:after {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 6px;
	border-color: transparent transparent transparent #fff;
	-webkit-transition: -webkit-transform .25s linear 0s;
	transition: transform .25s linear 0s;
}

#nav a {
	color: #fff;
	display: block;
	padding: 8px 15px;
	background: #458697;
	-webkit-transition: background .25s linear 0s;
	transition: background .25s linear 0s;
}

#nav a:hover {
	background: #6dabbc;
	color: #fff;
}

.offer-block {
	position: absolute;
	top: 59px;
	left: 0;
	right: 0;
	background: #783c8b;
	text-align: center;
	z-index: 99;
}

.offer-block:before,
.offer-block:after {
	content: "";
	background: #fff;
	height: 100px;
	position: absolute;
	left: 0;
	top: 100%;
	width: 50%;
	-webkit-transform: skewY(13deg);
	-ms-transform: skewY(13deg);
	transform: skewY(13deg);
	z-index: -1;
	margin: -77px 0 0;
	box-shadow: 0 3px 3px 5px rgba(48, 47, 47, .25);
}

.offer-block:after {
	left: auto;
	right: 0;
	-webkit-transform: skewY(-13deg);
	-ms-transform: skewY(-13deg);
	transform: skewY(-13deg);
	box-shadow: 2px 12px 3px -3px rgba(48, 47, 47, .25);
}

.offer-block .title-text {
	display: none;
	font: 20px/25px "Fjalla One", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	color: #fff;
	background: #6dabbc;
	width: 100%;
	padding: 11px 15px 5px;
}

.offer-active .offer-block .title-text {
	display: block;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}

.offer-block .link-detail {
	display: none;
	font-size: 15px;
	color: #783c8b;
}

.offer-block .link-detail:hover {
	color: #6dabbc;
}

.offer-block .link-detail:before {
	content: ">";
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}

.offer-active .offer-block .link-detail {
	display: block;
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4;
	margin-bottom: 10px;
}

.offer-block .info-text {
	font-size: 25px;
	line-height: 30px;
	display: inline-block;
	vertical-align: top;
	margin: -2px 5px 0 0;
}

.countdown-block {
	position: relative;
	z-index: 1;
}

.countdown-block.countdownError .fallback-text {
	display: block;
	font-size: 16px;
}

.countdown-block .fallback-text {
	display: none;
	color: #fff;
	padding: 10px 5px;
}

.countdown-block:after {
	z-index: -1;
	left: -9999px;
	top: 0;
	bottom: 0;
	right: -9999px;
	content: "";
	position: absolute;
	background: #783c8b;
}

.info-offer {
	display: none;
	background: #fff;
	padding: 15px 15px 0;
	text-transform: uppercase;
	color: #6dabbc;
}

.info-offer span:not(.num) {
	max-width: 60px;
	display: inline-block;
	vertical-align: top;
	margin-top: 8px;
}

.info-offer .num {
	display: inline-block;
	vertical-align: top;
	font-size: 60px;
	line-height: 1;
	color: #783c8b;
}

.info-offer sup {
	font-size: 30px;
}

.offer-active .info-offer {
	display: block;
	width: 100%;
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
}

.offer-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #fff;
	font: 500 20px/22px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.offer-opener {
	position: absolute;
	right: 21px;
	top: 23px;
	font-size: 0;
	z-index: 1;
	line-height: 0;
}

.offer-opener:after {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	-ms-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 6px;
	border-color: transparent transparent transparent #fff;
	-webkit-transition: -webkit-transform .25s linear 0s;
	transition: transform .25s linear 0s;
}

.offer-active .offer-opener:after {
	-webkit-transform: translate(-50%, -50%) rotate(-90deg);
	-ms-transform: translate(-50%, -50%) rotate(-90deg);
	transform: translate(-50%, -50%) rotate(-90deg);
}

.openers-list {
	font-size: 0;
	line-height: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 6px -10px 0;
}

.openers-list li {
	padding: 0 10px;
	position: relative;
}

.openers-list li:before {
	content: "";
	position: absolute;
	height: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	left: -1px;
	background: #999;
}

.nav-opener {
	width: 24px;
	height: 20px;
	position: relative;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	display: block;
}

.nav-opener:hover:before,
.nav-opener:hover:after,
.nav-opener:hover span,
.nav-active .nav-opener:before,
.nav-active .nav-opener:after,
.nav-active .nav-opener span {
	background: #783c8b;
}

.nav-active .nav-opener span {
	visibility: hidden;
	opacity: 0;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #783c8b;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 3px;
	margin-top: -2px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 0;
	margin: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: 9px 0 9px 0;
	border-radius: 4px;
}

.nav-opener:after {
	top: auto;
	bottom: 0;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.panel-block em.em-phone {
	font-size: 0;
	line-height: 0;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	right: 136px;
	top: 18px;
}

.panel-block em.em-phone .icon-phone {
	font-size: 20px;
	line-height: 1;
	color: #783c8b;
	-webkit-transform: scale(-1) rotate(270deg);
	-ms-transform: scale(-1) rotate(270deg);
	transform: scale(-1) rotate(270deg);
	display: block;
}

.social-opener,
.headerform-opener {
	color: #783c8b;
	font-size: 23px;
	line-height: 1;
	margin: 0 0 0 -3px;
}

.headerform-opener {
	right: 130px;
	font-size: 18px;
	margin: 0 4px 0 -3px;
}

.social-holder {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility, opacity, .25s linear 0s;
	transition: visibility, opacity, .25s linear 0s;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 99;
	padding: 10px 15px 0;
}

.social-active .social-holder {
	visibility: visible;
	opacity: 1;
}

.social-networks {
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0 -5px;
	width: 100%;
}

.social-networks li {
	display: inline-block;
	vertical-align: top;
	padding: 0 5px 10px;
}

.social-networks li.facebook a {
	background-position: -13px -310px;
	width: 31px;
	height: 30px;
}

.social-networks li.twitter a {
	background-position: -53px -309px;
	width: 33px;
	height: 31px;
}

.social-networks li.instagram a {
	background-position: -92px -309px;
}

.social-networks li.youtube a {
	background-position: -129px -309px;
	width: 32px;
	height: 32px;
}

.social-networks li.snapchat a {
	background-position: -168px -309px;
}

.social-networks a {
	display: block;
	width: 31px;
	height: 31px;
	background: url("../images/sprite.png") no-repeat 0 -9999px;
	-webkit-transition: opacity .25s linear 0s;
	transition: opacity .25s linear 0s;
}

.social-networks a:hover {
	opacity: .6;
}

.text-temperature {
	font-size: 0;
	line-height: 0;
	color: #fff;
	position: absolute;
	top: -15px;
	left: 15px;
	right: 15px;
	z-index: 999;
	-webkit-transition: opacity, visibility, .25s ease 0s;
	transition: opacity, visibility, .25s ease 0s;
	margin: 0 -5px;
}

.text-temperature li {
	font-size: 10px;
	line-height: 14px;
	display: inline-block;
	vertical-align: top;
	padding: 0 5px;
	position: relative;
}

.text-temperature li + li:after {
	content: "";
	width: 1px;
	height: 7px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 4px;
}

.text-temperature a {
	color: #fff;
}

.text-temperature a:hover {
	color: #6dabbc;
}

.signup-block {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	z-index: 99;
	padding: 10px 15px;
	background: #fff;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility, opacity, .25s linear 0s;
	transition: visibility, opacity, .25s linear 0s;
}

.headerForm-active .signup-block {
	visibility: visible;
	opacity: 1;
}

.header-block {
	float: right;
	width: calc(100% - 100px);
}

.signup-form {
	position: relative;
	padding: 0 79px 0 0;
}

.signup-form input[type=email] {
	font: 900 12px/15px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	border: 1px solid #999;
	background: #fff;
	display: block;
	color: #783c8b;
	width: 100%;
	padding: 0 10px;
	margin: 0;
	height: 35px;
	white-space: nowrap;
	text-overflow: ellipsis;
	outline: none;
	position: relative;
	z-index: 9;
	border-right: 0;
}

.signup-form input[type=email]::-webkit-input-placeholder {
	color: #783c8b;
}

.signup-form input[type=email]::-moz-placeholder {
	opacity: 1;
	color: #783c8b;
}

.signup-form input[type=email]:-moz-placeholder {
	color: #783c8b;
}

.signup-form input[type=email]:-ms-input-placeholder {
	color: #783c8b;
}

.signup-form input[type=email].placeholder {
	color: #783c8b;
}

.signup-form input[type=submit] {
	background: #6dabbc;
	text-transform: uppercase;
	color: #fff;
	width: 80px;
	height: 35px;
	margin: 0;
	padding: 0;
	border: none;
	display: block;
	font: 900 12px/15px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: background .25s linear 0s;
	transition: background .25s linear 0s;
	outline: none;
}

.signup-form input[type=submit]:hover {
	background: #974baf;
}

.signup-form:after {
	position: absolute;
	top: 100%;
	left: 0;
	content: "";
	height: 18px;
	margin-top: -5px;
	z-index: 2;
	background: url("../images/bg-form.png") no-repeat 50% 0/contain;
	right: 105px;
}

#wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

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

.container {
	padding: 0 15px;
	margin: 0 auto;
	max-width: 1170px;
}

.intro-block {
	margin: 0 0 25px;
	overflow: hidden;
}

.intro-frame {
	background-size: cover;
	background-position: 50% 100%;
	min-height: 250px;
}

.features-block h1,
.features-block h2 {
	font: 20px/25px "Yanone Kaffeesatz", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #783c8b;
	margin: 0 0 15px;
}

.features-block h1 .text-cursive,
.features-block h1 .content-frame h2,
.content-frame .features-block h1 h2,
.features-block h2 .text-cursive,
.features-block h2 .content-frame h2,
.content-frame .features-block h2 h2 {
	font: 27px/30px "Mr Dafoe", cursive, sans-serif;
	color: #6dabbc;
	display: inline-block;
	vertical-align: top;
	margin: -3px 10px 0 0;
}

.features-boxes {
	padding: 25px 30px;
	margin: 0 -15px 25px;
	background: #b6d5dd;
}

.features-boxes .box {
	display: block;
}

.features-boxes .box + .box {
	padding: 25px 0 0;
}

.features-boxes .box a {
	display: block;
	position: relative;
}

.features-boxes .box a:hover .btn {
	background: #fff;
}

.features-boxes .box a:hover img {
	opacity: .8;
}

.features-boxes .btn {
	position: absolute;
	bottom: 25px;
	left: 15px;
	right: 15px;
	color: #783c8b;
	min-width: inherit;
}

.features-boxes img {
	width: 100%;
	-webkit-transition: opacity .25s linear 0s;
	transition: opacity .25s linear 0s;
}

.info-content-block {
	background: #51306d;
	color: #fff;
	margin: 0 -15px;
	overflow: hidden;
}

.info-content-block .holder {
	position: relative;
	z-index: 1;
}

.info-content-block .container {
	position: relative;
	z-index: 1;
	max-width: 1520px;
}

.info-content-block .col {
	position: relative;
	z-index: 1;
	padding: 50px 15px;
}

.info-content-block .col:last-of-type:after {
	top: auto;
	bottom: 0;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.info-content-block .col:last-of-type h2 {
	color: #ff9;
}

.info-content-block .col:after {
	content: "";
	background: url("../images/bg-dotted.png") no-repeat 50% 0/cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100px;
	z-index: -1;
}

.info-content-block .logo-holder {
	width: 203px;
	margin: 0 auto 25px;
}

.info-content-block .image-holder {
	width: 250px;
	margin: 0 auto 5px;
}

.info-content-block .text-holder {
	overflow: hidden;
	font-size: 13px;
	line-height: 17px;
	font-weight: 700;
}

.info-content-block h2 {
	font: 25px/25px "Yanone Kaffeesatz", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	margin: 0;
	text-align: left;
}

.info-content-block h2 span {
	color: #f63;
}

.info-content-block p {
	margin: 0 0 15px;
}

.info-content-block .image-block {
	border: 2px solid #fff;
	width: 150px;
	height: 150px;
	margin: -35px auto;
	border-radius: 100%;
	overflow: hidden;
}

.info-content-block .image-block img {
	position: relative;
	display: block;
	width: 100%;
}

.link-details,
.link-more {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	background: #6dabbc;
	padding: 8px 15px;
	border-radius: 15px;
	text-transform: uppercase;
	-webkit-transition: background .25s linear 0s;
	transition: background .25s linear 0s;
}

.post-section .link-details span,
.post-section .link-more span {
	width: 0;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}

.post-section.details-active .link-details span,
.post-section.details-active .link-more span {
	width: inherit;
}

.link-details:hover,
.link-more:hover {
	background: #4d95a9;
	color: #fff;
}

.post-section-holder {
	right: 0;
	width: 100%;
	padding: 25px 0 0;
}

.amenities-block .post-section-holder .post-section .text-holder {
	text-align: left;
}

.amenities-block .post-section-holder .post-section .text-holder h2 {
	text-align: left;
}

.post-section-holder.accommodations-details {
	padding: 25px 0;
}

.post-section-holder.accommodations-details .container {
	max-width: 1493px;
}

.post-section-holder.accommodations-details .text-holder,
.post-section-holder.accommodations-details h2 {
	text-align: left !important;
}

.post-section-holder.accommodations-details h1, .post-section-holder.accommodations-details h2 {
	font-family: "Yanone Kaffeesatz", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	/* color: #783c8b; */
	text-transform: uppercase;
}

.post-section-holder.accommodations-details h1 .text-cursive,
.post-section-holder.accommodations-details h1 .content-frame h2,
.content-frame .post-section-holder.accommodations-details h1 h2 {
	display: inline-block;
	vertical-align: top;
}

.post-section-holder.accommodations-details h2 .text-cursive,
.post-section-holder.accommodations-details h2 .content-frame h2,
.content-frame .post-section-holder.accommodations-details h2 h2 {
	display: inline-block;
	vertical-align: top;
}

.post-section-holder h1, .post-section-holder h2 {
	font-family: "Cheddar Jack", cursive, sans-serif;
	color: #6dabbc;
	max-width: 90%;
	margin: 0 auto 25px;
	font-weight: 400;
	text-transform: none;
}

.intro-section {
	padding: 50px 0 0;
	text-align: justify;
	font-size: 15px;
	line-height: 22px;
}

.intro-section .container {
	max-width: 1153px;
}

.intro-section.accommodations-text-section a {
	color: #783c8b;
}

.intro-section.accommodations-text-section a:hover {
	color: #6dabbc;
}

.intro-section.accommodations-text-section h1 .text-cursive,
.intro-section.accommodations-text-section h1 .content-frame h2,
.content-frame .intro-section.accommodations-text-section h1 h2 {
	display: inline-block;
	vertical-align: top;
}

.intro-section h1 {
	text-transform: uppercase;
	text-align: center;
	color: #783c8b;
	font: 22px/27px "Yanone Kaffeesatz", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.intro-section h1 > span {
	display: block;
	text-transform: none;
	font-size: 20px;
	line-height: 25px;
}

.intro-section h1 .text-cursive,
.intro-section h1 .content-frame h2,
.content-frame .intro-section h1 h2 {
	color: #6dabbc;
	font: 25px/30px "Mr Dafoe", cursive, sans-serif;
	display: inline-block;
	vertical-align: top;
	margin: -5px 5px 0 2px;
}

.intro-area {
	overflow: hidden;
	padding: 20px 15px 0;
	background: #b6d5dd;
}

.intro-area .box {
	padding: 0 0 20px;
}

.intro-area .box a {
	height: 230px;
	display: block;
	background-size: cover;
	background-position: 50% 50%;
	-webkit-transition: opacity .25s linear 0s;
	transition: opacity .25s linear 0s;
	position: relative;
}

.intro-area .box a:hover {
	opacity: .8;
}

.intro-area .box a:hover .btn {
	background: #fff;
}

.intro-area .btn {
	color: #333;
	border: 0;
}

.intro-area .ico-video,
.intro-area .ico-webcam {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(.4);
	-ms-transform: translate(-50%, -50%) scale(.4);
	transform: translate(-50%, -50%) scale(.4);
	background: url("../images/sprite.png") no-repeat 0 0;
	width: 173px;
	height: 173px;
	margin-top: 22px;
}

.intro-area .ico-webcam {
	background-position: -175px 0;
	width: 172px;
	height: 172px;
}

.post-section {
	background: #783c8b;
	color: #fff;
	font-weight: 700;
}

.post-section:nth-of-type(even) {
	background: #7e028f;
}

.post-section h2 {
	color: #6dabbc;
	text-transform: uppercase;
	font: 30px/35px "Yanone Kaffeesatz", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 10px;
	text-align: left;
}

.post-section h2 .text-cursive,
.post-section h2 .content-frame h2,
.content-frame .post-section h2 h2 {
	display: block;
	color: #fff;
	text-transform: none;
	font: 35px/35px "Mr Dafoe", cursive, sans-serif;
	margin-bottom: -5px;
	position: relative;
}

.post-section .calendar-widget-block {
	margin: 0 -15px;
}

.post-section .calendar-widget-block img {
	width: 100%;
}

.post-section .text-holder {
	padding: 15px;
	overflow: hidden;
	-webkit-transition: width .25s linear 0s;
	transition: width .25s linear 0s;
	position: relative;
}

.post-section ul {
	margin: 0 0 10px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.post-section ul.info-list li {
	padding-bottom: 25px;
}

.post-section ul li {
	padding: 0 0 5px 10px;
	position: relative;
}

.post-section ul li:after {
	content: "";
	width: 5px;
	height: 5px;
	background: #fff;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 7px;
}

.post-section .more {
	display: block;
	margin: -10px 0 10px;
}

.post-section .image-block {
	-webkit-transition: width .25s linear 0s;
	transition: width .25s linear 0s;
}

.more-holder {
	padding: 10px 0;
}

.content-gallery {
	position: relative;
}

.content-gallery .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.content-gallery .mask .slideset {
	width: 99999px;
	float: left;
}

.content-gallery .mask .slide {
	width: 100%;
	float: left;
	min-height: 250px;
	background-size: cover;
	background-position: 50% 50%;
	height: 100%;
}

.content-gallery .mask .slide .active {
	z-index: 1;
}

.accommodations-details .content-gallery .btn-next,
.accommodations-details .content-gallery .btn-prev {
	position: absolute;
	right: 35px !important;
	bottom: 10px !important;
	z-index: 999;
	font-size: 0;
	line-height: 0;
	color: #fff;
	font-weight: normal;
}

.accommodations-details .content-gallery .btn-next:hover:after,
.accommodations-details .content-gallery .btn-prev:hover:after {
	opacity: .8;
}

.accommodations-details .content-gallery .btn-next:after,
.accommodations-details .content-gallery .btn-prev:after {
	content: "\f104";
	font-family: "icomoon";
	font-size: 25px;
	line-height: 1;
}

.accommodations-details .content-gallery .btn-next {
	right: 15px !important;
}

.accommodations-details .content-gallery .btn-next:after {
	content: "\f105";
}

.content-gallery .btn-next,
.content-gallery .btn-prev {
	position: absolute;
	right: 35px;
	bottom: 10px;
	z-index: 999;
	font-size: 0;
	line-height: 0;
	color: #fff;
	font-weight: normal;
}

.content-gallery .btn-next:hover:after,
.content-gallery .btn-prev:hover:after {
	opacity: .8;
}

.content-gallery .btn-next:after,
.content-gallery .btn-prev:after {
	content: "\f104";
	font-family: "icomoon";
	font-size: 25px;
	line-height: 1;
}

.content-gallery .btn-next {
	right: 15px;
}

.content-gallery .btn-next:after {
	content: "\f105";
}

.groups-block .content-gallery .btn-next,
.groups-block .content-gallery .btn-prev,
.amenities-block .content-gallery .btn-next,
.amenities-block .content-gallery .btn-prev {
	right: 45px;
	bottom: 5px;
	background: url("../images/sprite.png") no-repeat -348px -295px;
	width: 31px;
	height: 44px;
	-webkit-transition: opacity .25s linear 0s;
	transition: opacity .25s linear 0s;
}

.groups-block .content-gallery .btn-next:after,
.groups-block .content-gallery .btn-prev:after,
.amenities-block .content-gallery .btn-next:after,
.amenities-block .content-gallery .btn-prev:after {
	display: none;
}

.groups-block .content-gallery .btn-next:hover,
.groups-block .content-gallery .btn-prev:hover,
.amenities-block .content-gallery .btn-next:hover,
.amenities-block .content-gallery .btn-prev:hover {
	opacity: .8;
}

.groups-block .content-gallery .btn-next,
.amenities-block .content-gallery .btn-next {
	right: 5px;
	background-position: -406px -295px;
}

.content-gallery.not-enough-slides .btn-next,
.content-gallery.not-enough-slides .btn-prev {
	visibility: hidden;
	opacity: 0;
}

.btn {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	text-transform: uppercase;
	color: #666;
	background: rgba(255, 255, 255, .75);
	border: 2px solid #fff;
	padding: 8px 15px 5px;
	font: 25px/30px "Yanone Kaffeesatz", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	-webkit-transition: background .25s linear 0s;
	transition: background .25s linear 0s;
	min-width: 220px;
}

.events-block {
	padding: 25px 0 0;
}

.events-block h1 {
	max-width: 90%;
	text-align: center;
	text-transform: uppercase;
	color: #783c8b;
	margin: 0 auto 25px;
	font-size: 28px;
	line-height: 1;
}

.events-block h1 .text-cursive,
.events-block h1 .content-frame h2,
.content-frame .events-block h1 h2 {
	text-transform: none;
	display: block;
	position: relative;
	margin: 0 0 -3px;
	font-size: 35px;
	line-height: 40px;
}

.event-box + .event-box {
	padding: 15px 0 0;
}

.event-box.big-style {
	width: 100%;
}

.event-box.big-style a {
	display: block;
	height: 300px;
}

.event-box.big-style .btn {
	border: 0;
	background: #fff;
	max-width: 50%;
	min-width: inherit;
	font-size: 18px;
	line-height: 20px;
	padding-top: 15px;
	padding-bottom: 10px;
}

.event-box.big-style .btn h2 {
	color: #6dabbc;
	font-size: 25px;
	border-bottom: 1px solid #036;
	padding: 0 0 5px;
	margin: 0 0 5px;
}

.event-box.big-style .btn .text-cursive,
.event-box.big-style .btn .content-frame h2,
.content-frame .event-box.big-style .btn h2 {
	color: #783c8b;
	display: block;
	text-transform: none;
	font: 25px/30px "Mr Dafoe", cursive, sans-serif;
	margin: 0 0 5px;
}

.event-box a {
	background-size: cover;
	background-position: 50% 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 200px;
	-webkit-transition: opacity .25s linear 0s;
	transition: opacity .25s linear 0s;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 15px;
}

.event-box a:hover {
	opacity: .8;
}

.event-box a:hover .btn {
	background: #fff;
}

.event-box .btn {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.gallery-block {
	padding: 15px 0 0;
	margin: 0 0 25px;
	background: #b6d5dd;
	color: #666;
}

.gallery-block .container {
	max-width: 1169px;
}

.gallery-block p {
	margin: 0 0 25px;
}

.gallery-block h1,
.gallery-block h2 {
	text-align: center;
	font-size: 35px;
	line-height: 40px;
}

.gallery-block h1 .text-cursive,
.gallery-block h1 .content-frame h2,
.content-frame .gallery-block h1 h2,
.gallery-block h2 .text-cursive,
.gallery-block h2 .content-frame h2,
.content-frame .gallery-block h2 h2 {
	color: #783c8b;
}

.gallery-block .btn-holder {
	background: #fff;
	text-align: center;
}

.link-more {
	background: #666;
}

.link-more:before {
	content: ">";
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}

.link-more:hover {
	background: #783c8b;
}

.blog-section .link-more {
	background: #783c8b;
}

.blog-section .link-more:hover {
	background: #6dabbc;
}

.photo-gallery {
	z-index: 1;
	padding: 25px 15px;
	background: #fff;
}

.photo-gallery .slide a {
	display: block;
}

.photo-gallery .slide img {
	width: 100%;
}

.photo-gallery .slick-arrow {
	padding: 0;
	background: none;
	font-size: 0;
	line-height: 0;
	border: 0;
	position: absolute;
	z-index: 99;
	top: 50%;
	left: 2px;
	color: #5fa7de;
	width: 15px;
	height: 20px;
	-webkit-transition: color .25s linear 0s;
	transition: color .25s linear 0s;
}

.photo-gallery .slick-arrow:hover {
	color: #666;
}

.photo-gallery .slick-arrow:after {
	content: "\f104";
	font-family: "icomoon";
	font-size: 30px;
	display: block;
}

.photo-gallery .slick-arrow.slick-next {
	left: auto;
	right: 2px;
}

.photo-gallery .slick-arrow.slick-next:after {
	-webkit-transform: scale(-1);
	-ms-transform: scale(-1);
	transform: scale(-1);
}

.photo-gallery .slick-list {
	z-index: 1;
}

.photo-gallery .slide {
	padding: 0 5px;
}

.photo-gallery .slide > a {
	position: relative;
	-webkit-transition: opacity .25s linear 0s;
	transition: opacity .25s linear 0s;
}

.photo-gallery .slide > a:hover {
	opacity: .8;
}

.photo-gallery .slide > a:after {
	content: "";
	background: url("../images/sprite.png") no-repeat -216px -302px;
	width: 52px;
	height: 52px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.gallery-section .container {
	max-width: 1455px;
}

.gallery-section-block {
	max-width: 1700px;
	margin: 0 auto !important;
}

.filter-block .btn-holder {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
}

.filter-block .post img {
	width: 100%;
}

.post {
	margin-top: 25px;
	font: 400 13px/20px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-align: center;
	color: #3a3a3a;
}

.post.new-item {
	opacity: 0;
}

.post .holder {
	padding: 10px 10px 0;
	border: 3px solid #6dabbc;
	background: #fff;
}

.post .image-holder {
	margin: 0 0 25px;
}

.post .image-holder a {
	-webkit-transition: opacity .25s linear 0s;
	transition: opacity .25s linear 0s;
}

.post .image-holder a:hover {
	opacity: .8;
}

.post h2 {
	font: 800 18px/22px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 25px;
	color: #783c8b;
}

.post h2 a {
	color: #783c8b;
}

.post h2 a:hover {
	color: #6dabbc;
}

.ajax-load-more {
	padding-bottom: 100px;
	position: relative;
	font-size: 0;
	line-height: 0;
}

.link-continue {
	text-transform: uppercase;
	color: #3a3a3a;
	font-size: 12px;
	font-weight: 700;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 18px;
}

.meta-list {
	background: #6dabbc;
	color: #fff;
	margin: 0 -11px;
	padding: 5px 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-weight: 700;
	color: #3a3a3a;
	text-transform: uppercase;
	font-size: 12px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	line-height: 15px;
	text-align: left;
}

.meta-list:after,
.meta-list:before {
	display: none;
}

.meta-list li {
	min-height: 30px;
	max-width: 49%;
	width: 50%;
	padding: 5px 5px 0 22px;
	position: relative;
}

.meta-list a {
	color: #3a3a3a;
}

.meta-list a:hover {
	color: #fff;
}

.meta-list time,
.meta-list .author {
	display: block;
}

.meta-list time:after,
.meta-list .author:after {
	content: "\f133";
	font-family: "icomoon";
	position: absolute;
	left: 0;
	font-size: 15px;
	top: 4px;
}

.meta-list .author:after {
	content: "\f06e";
}

.text-frame-holder {
	text-align: center;
	color: #000;
	font-size: 15px;
	line-height: 20px;
	font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	max-width: 990px;
	margin: 0 auto;
}

.text-frame-holder.vmb-holder {
	text-align: left;
	max-width: 951px;
	margin: 0 auto;
}

.text-frame-holder.blog-block h1 {
	text-transform: uppercase;
}

.filter-area {
	background: #3a3a3a;
	margin: 0 -15px 25px;
	padding: 10px 15px;
	color: #fff;
}

.amenities-block .filter-area .link-scroll {
	color: #fff;
}

.amenities-block .filter-area .link-scroll:hover {
	color: #6dabbc;
}

.filter-area .title {
	font: 400 14px/18px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #fff;
	margin: 0 5px 5px 0;
}

.filter-area.bold-style {
	font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 700;
}

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

.filter-list {
	font-size: 0;
	line-height: 0;
	margin: 0 -5px;
	text-align: left;
	overflow: hidden;
}

.filter-list li {
	font: 14px/18px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: inline-block;
	vertical-align: top;
	padding: 0 8px 5px;
	position: relative;
}

.bold-style .filter-list li {
	font-weight: 700;
}

.filter-list li.same-height-left:before {
	display: none;
}

.filter-list button {
	padding: 0;
	border: 0;
	background: none;
	color: #fff;
	-webkit-transition: color .25s linear 0s;
	transition: color .25s linear 0s;
}

.filter-list button.js-active,
.filter-list button:hover {
	color: #44abbd;
}

.video-holder {
	position: relative;
	height: 300px;
	overflow: hidden;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 25px 15px;
}

.video-holder video {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 100% !important;
	min-height: 100% !important;
	height: auto !important;
	width: 100% !important;
}

.video-holder .text-title {
	font-size: 0;
	line-height: 0;
	display: block;
	text-align: center;
	padding: 0 0 15px;
	position: relative;
	margin: 0 0 10px;
}

.video-holder .text-title:after {
	bottom: 0;
	height: 8px;
	left: 0;
	right: 0;
	content: "";
	position: absolute;
	background: url("../images/bg-pattern.png");
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8);
}

.video-holder .text-title img {
	max-width: 200px;
}

.video-holder .text-holder {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.video-holder .text-holder h1 {
	font-family: "Bebas Neue", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 30px;
	line-height: 35px;
	font-weight: 400;
	margin: 0;
}

.video-block-section {
	max-width: 1184px;
	margin: 0 auto;
}

.video-block-section .container {
	max-width: inherit;
}

.waterpark-block {
	position: relative;
	padding: 40px 0 0;
	margin: -25px 0 0;
	z-index: 1;
	overflow: hidden;
	color: #363636;
	text-align: center;
	font: 17px/1.5 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.waterpark-block:after,
.waterpark-block:before {
	content: "";
	position: absolute;
	top: -64px;
	left: 0;
	width: 150px;
	background: url("../images/bg-waterpark-left.png") no-repeat 0 0/cover;
	z-index: -2;
	height: 115px;
}

.waterpark-block:after {
	left: auto;
	right: 0;
	background-image: url("../images/bg-waterpark-right.png");
}

.waterpark-block .logo-block {
	width: 90%;
	max-width: 480px;
	padding: 0 20px;
	margin: 0 auto 15px;
}

.waterpark-block h1 {
	text-transform: uppercase;
}

.waterpark-block h1 .text-cursive,
.waterpark-block h1 .content-frame h2,
.content-frame .waterpark-block h1 h2 {
	text-transform: none;
}

.discover-block {
	font-size: 0;
	line-height: 0;
}

.discover-post.orange-style .text-header:before {
	background: #ee911b;
}

.discover-post.orange-style .text-header h2:before {
	background-position: -327px -187px;
	top: -33px;
	width: 26px;
	height: 26px;
}

.discover-post.orange-style .btn-more {
	border-bottom: 3px solid #b0731b;
	background: #ee911b;
}

.discover-post.orange-style .btn-more:hover {
	border-color: #dc9022;
	background: #f2a84a;
}

.discover-post.pink-style .text-header:before {
	background: #d4009e;
}

.discover-post.pink-style .text-header h2:before {
	background-position: -365px -184px;
	top: -36px;
	width: 22px;
	height: 31px;
}

.discover-post.pink-style .btn-more {
	border-bottom: 3px solid #861a75;
	background: #d4009e;
}

.discover-post.pink-style .btn-more:hover {
	border-color: #b1229a;
	background: #ff08c0;
}

.discover-post a {
	display: block;
	font: 13px/18px "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #888;
	text-align: left;
}

.discover-post .image-holder img {
	width: 100%;
}

.discover-post .text-header {
	text-align: center;
	color: #363636;
	padding: 20px 15px;
	border-bottom: 1px solid #e2e2e2;
	margin: 0 0 15px;
	position: relative;
	z-index: 1;
	background: #fff;
}

.discover-post .text-header:before {
	width: 84px;
	height: 84px;
	content: "";
	background: #00cb46;
	border-radius: 100%;
	position: absolute;
	z-index: -1;
	top: -42px;
	left: 50%;
	margin-left: -42px;
}

.discover-post .text-header:after {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background: #fff;
	position: absolute;
	z-index: -1;
}

.discover-post .text-header p {
	margin: 0;
}

.discover-post .text-header h2 {
	text-transform: uppercase;
	margin: 0 0 5px;
	font: 600 16px/20px "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.discover-post .text-header h2:before {
	background: url("../images/sprite.png") no-repeat -284px -184px;
	width: 31px;
	height: 31px;
	content: "";
	position: absolute;
	top: -35px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.discover-post .holder {
	position: relative;
	display: block;
	border: 1px solid #dbdbdb;
	padding: 6px;
	box-shadow: -9px 9px 0 -6px #dbdbdb;
	margin: 0 0 35px;
}

.discover-post .btn-more {
	background: #00cb46;
	color: #fff;
	text-transform: uppercase;
	font: 600 13px/18px "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: inline-block;
	vertical-align: top;
	padding: 8px 10px;
	border-radius: 3px;
	overflow: hidden;
	min-width: 112px;
	max-width: 300px;
	text-align: center;
	position: absolute;
	bottom: -20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s;
	border-bottom: 3px solid #5ca039;
}

.discover-post .btn-more:hover {
	border-color: #74bf4d;
	background: #00fe58;
}

.discover-post p {
	margin: 0 0 25px;
}

.attraction-block {
	padding: 30px 0;
	background: #f5f5f5;
}

.attraction-holder {
	font-size: 0;
	line-height: 0;
}

.attraction-box .holder {
	border: 1px solid #ebebea;
	padding: 10px;
}

.attraction-box a {
	display: block;
	border: 5px solid #fff;
	position: relative;
	z-index: 1;
	-webkit-transition: opacity .25s linear 0s;
	transition: opacity .25s linear 0s;
}

.attraction-box a:hover {
	opacity: .8;
}

.attraction-box a:after {
	content: "";
	position: absolute;
	top: 7px;
	right: 7px;
	z-index: 2;
	background: url("../images/ico-plus.png") no-repeat 0 0/cover;
	width: 28px;
	height: 28px;
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8);
}

.attraction-box .caption {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	font: 600 12px/18px "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	color: #fff;
	padding: 10px 38px;
	background: rgba(0, 203, 70, .75);
}

.attraction-box .caption.green-style {
	background: rgba(0, 203, 70, .75);
}

.attraction-box .caption.blue-style {
	background: rgba(54, 131, 216, .75);
}

.attraction-box .caption.orange-style {
	background: rgba(238, 145, 27, .75);
}

.attraction-box .caption.pink-style {
	background: rgba(212, 0, 158, .75);
}

.attraction-box .caption.light-green-style {
	background: rgba(67, 210, 106, .75);
}

.attraction-box .caption.light-orange-style {
	background: rgba(238, 145, 27, .75);
}

.attraction-box .caption.light-blue-style {
	background: rgba(98, 159, 223, .75);
}

.attraction-box img {
	width: 100%;
}

.partners-block {
	right: 0;
	overflow: hidden;
	padding: 0 0 25px;
	font: 14px/18px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #3a3a3a;
}

.partners-block a {
	color: #41abbd;
}

.partners-block a:hover {
	color: #783c8b;
}

.partners-block a[href^="tel"] {
	font-weight: 700;
}

.partners-block address {
	margin: 0;
	font-style: normal;
}

.partners-block .logo-block {
	float: left;
	margin-right: 15px;
	max-width: 80px;
	text-align: center;
}

.partners-block .logo-block a {
	-webkit-transition: opacity .25s linear 0s;
	transition: opacity .25s linear 0s;
}

.partners-block .logo-block a:hover {
	opacity: .8;
}

.partners-block .text-holder {
	overflow: hidden;
}

.partners-block .info-lists {
	margin: 0 -5px 10px;
	overflow: hidden;
}

.partners-block .info-lists li {
	padding: 0 5px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.partners-block .info-lists li:before {
	position: absolute;
	content: "";
	left: 0;
	top: 4px;
	width: 1px;
	height: 11px;
	background: #666;
}

.partners-block h2 {
	font-size: 25px;
	line-height: 30px;
	text-align: left;
	margin: 0;
}

.partners-block h2 a {
	color: #783c8b;
}

.partners-block h2 a:hover {
	color: #6dabbc;
}

.video-post {
	position: relative;
	z-index: 1;
	margin: 0 0 25px;
	width: 100%;
	text-align: center;
}

.video-post iframe {
	visibility: hidden;
	opacity: 0;
	width: 0 !important;
	height: 0 !important;
}

.video-post h2 {
	color: #6dabbc;
	text-transform: uppercase;
	background: #783c8b;
	margin: 0;
	padding: 14px 15px 9px;
	font-size: 20px;
	line-height: 22px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.video-post h2 span {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	width: 100%;
}

.video-frame {
	height: 200px;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	z-index: 1;
}

.link-video {
	-webkit-transition: opacity .25s linear 0s;
	transition: opacity .25s linear 0s;
}

.video-post-block .link-video,
.video-block .link-video {
	font-size: 0;
	line-height: 0;
	background: url("../images/sprite.png") no-repeat 0 0;
	width: 173px;
	height: 173px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 99;
	-webkit-transform: translate(-50%, -50%) scale(.4);
	-ms-transform: translate(-50%, -50%) scale(.4);
	transform: translate(-50%, -50%) scale(.4);
	margin-top: -15px;
}

.link-video:hover {
	opacity: .8;
}

.video-block {
	position: relative;
	z-index: 1;
	margin: 0 0 25px;
}

.video-post-block {
	padding: 25px 0 0;
	overflow: hidden;
	height: 100%;
}

.video-container {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
}

.video-container iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.link-sales-more {
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	color: #fff;
	padding: 10px 40px 8px 15px;
	position: relative;
	background: #6dabbc;
	-webkit-transition: color, background, .25s linear 0s;
	transition: color, background, .25s linear 0s;
	font: 18px/22px "Fjalla One", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	position: relative;
	z-index: 1;
}

.link-sales-more:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10.5px 0 10.5px 12px;
	border-color: transparent transparent transparent #fff;
	margin-top: -10px;
}

.link-sales-more:hover {
	background: #3dadbe;
	color: #fff;
}

.post-section-holder .link-book {
	color: #fff;
	background: #6dabbc;
	-webkit-transition: color, background, .25s linear 0s;
	transition: color, background, .25s linear 0s;
	font: 18px/22px "Fjalla One", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	position: relative;
	bottom: auto;
	left: auto;
	padding: 3px 20px 3px 8px;
	font-size: 15px;
	line-height: 1;
	text-transform: uppercase;
	position: absolute;
	right: 0 !important;
}

.post-section-holder .link-book:hover {
	background: #4d95a9;
}

.post-section-holder .link-book:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	margin-top: -10px;
	border-width: 7px 0 7px 8px;
	right: 5px;
	margin-top: -6px;
}

.post-section-holder .info-list li {
	padding-right: 100px;
	position: relative;
}

.content-frame {
	text-align: center;
	color: #5f6568;
}

.content-frame h2 {
	line-height: 30px;
}

.content-frame .logo-block {
	max-width: 480px;
	margin: 0 auto;
}

.content-frame .logo-block a {
	-webkit-transition: opacity .25s linear 0s;
	transition: opacity .25s linear 0s;
}

.content-frame .logo-block a:hover {
	opacity: .8;
}

.content-frame .container {
	max-width: 1153px;
}

.statistics-holder {
	overflow: auto;
	padding: 20px 2px;
}

.statistics-holder table {
	font: 400 14px/18px "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 736px;
	width: 100%;
}

.statistics-holder table thead th {
	font-weight: 800;
	background: #783c8b;
	color: #fff;
	padding: 5px;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}

.statistics-holder table thead th:first-child {
	background: none;
	width: 23%;
}

.statistics-holder table tbody {
	color: #444646;
}

.statistics-holder table tbody td,
.statistics-holder table tbody th {
	border: 1px solid #783c8b;
	padding: 5px;
	text-align: center;
}

.statistics-holder table tbody td span {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	min-width: 40px;
}

.statistics-holder table tbody td:nth-child(2) span {
	min-width: 70px;
}

.statistics-holder table tbody th {
	text-align: left;
	color: #040404;
	font-weight: 700;
}

.btn-list {
	text-align: center;
	font-size: 0;
	line-height: 0;
	text-transform: uppercase;
	margin: 0 -5px;
}

.btn-list li {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	padding: 0 5px 10px;
	width: 100%;
}

.btn-list a {
	display: block;
	background: #783c8b;
	color: #fff;
	padding: 10px 7px 8px;
	min-width: 290px;
	-webkit-transition: background .25s linear 0s;
	transition: background .25s linear 0s;
}

.btn-list a:hover {
	background: #6dabbc;
}

.video-section-block {
	padding: 25px 0;
}

.video-section-block .container {
	max-width: 1153px;
}

.conference-block {
	margin: 0 auto 25px;
}

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

.faq-block {
	padding: 25px 0 0;
}

.faq-block h1 {
	padding: 0 10px;
	text-transform: uppercase;
}

.faq-block .tabset {
	padding: 0 15px;
	margin: 0 -5px;
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.faq-block .tabset li {
	display: inline-block;
	vertical-align: top;
	font-size: 22px;
	line-height: 27px;
	padding: 0 5px 5px;
	width: 100%;
	font-family: "Yanone Kaffeesatz", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 700;
}

.faq-block .tabset a {
	background: #783c8b;
	padding: 5px 8px 1px;
	color: #6dabbc;
	display: block;
	-webkit-transition: color, background, .25s linear 0s;
	transition: color, background, .25s linear 0s;
	position: relative;
}

.faq-block .tabset a.active:after {
	visibility: visible;
	opacity: 1;
}

.faq-block .tabset a.active {
	background: #6dabbc;
	color: #fff;
}

.faq-block .tabset a.active:hover {
	background: #6dabbc;
}

.faq-block .tabset a:hover {
	background: #974baf;
}

.faq-block .accordion {
	font-size: 14px;
	line-height: 18px;
	padding: 0 15px;
}

.faq-block .accordion li {
	padding: 0 0 5px;
}

.faq-block .accordion .accordion-opener {
	font-weight: 700;
	color: #783c8b;
}

.faq-block .accordion .accordion-opener:hover {
	color: #6dabbc;
}

.faq-block .slide {
	color: #000;
}

.faq-block dl {
	padding-bottom: 10px;
}

.faq-block dt {
	font-weight: 700;
	display: inline-block;
	vertical-align: top;
}

.faq-block dd {
	margin: 0;
	display: inline;
}

.faq-block dd:after {
	content: "";
	display: block;
	width: 1px;
	height: 1px;
}

.faq-block .tab-holder {
	margin: 15px;
	border: 1px solid #cfcfcf;
	padding: 10px 0;
}

.link-back {
	display: inline-block;
	vertical-align: top;
	color: #783c8b;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 10px;
}

.link-back:hover {
	color: #6dabbc;
}

.image-blocks {
	background: #6dabbc;
	text-align: center;
	padding: 25px 0;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 25px;
}

.image-blocks .holder {
	font-size: 0;
	line-height: 0;
	padding: 0 15px;
	max-width: 775px;
	margin: 0 auto;
}

.image-blocks .image-holder {
	margin: 0 0 15px;
}

.image-blocks .image-holder img {
	width: 100%;
}

.image-blocks .image-holder a {
	-webkit-transition: opacity .25s linear 0s;
	transition: opacity .25s linear 0s;
}

.image-blocks .image-holder a:hover {
	opacity: .8;
}

.virtual-container {
	padding: 0 15px;
	max-width: 800px;
	margin: 0 auto;
}

.virtual-fame {
	background-size: cover;
	background-position: 50% 50%;
	height: 300px;
	font-weight: 700;
	text-transform: uppercase;
	color: #333;
	padding: 10px;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}

.virtual-fame.virtual-active .vr-section {
	visibility: visible;
	opacity: 1;
}

.virtual-fame.virtual-active .vr-caption {
	display: none;
}

.virtual-fame .vr-section {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding-bottom: 56.5%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity, visibility, .25s linear 0s;
	transition: opacity, visibility, .25s linear 0s;
}

.virtual-fame .vr-section iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.vr-caption {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	max-width: 70%;
	margin: 0 auto;
	color: #FFF;
    font-weight: bold;
    text-shadow: 2px 2px #000;
    font-size: 19px;
}

.icon-360 {
	background: url("../images/sprite.png") no-repeat -553px -37px;
	width: 103px;
	height: 104px;
	margin: 0 auto;
	display: block;
	-webkit-transition: opacity .25s linear 0s;
	transition: opacity .25s linear 0s;
}

.icon-360:hover {
	opacity: .8;
}

.contact-block {
	text-align: center;
	padding: 25px 0;
}

.contact-block .container {
	max-width: 1155px;
}

.contact-block address {
	font-style: normal;
}

.contact-block dl {
	margin: 0 0 15px;
	font: 400 13px/18px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #464646;
	text-align: left;
}

.contact-block dt {
	text-transform: uppercase;
	color: #333;
	font-weight: 900;
	font-size: 13px;
}

.contact-block dd {
	margin: 0;
	float: none;
}

.contact-block dd a {
	color: #464646;
}

.contact-block dd a:hover {
	color: #783c8b;
}

.contact-block .map-holder {
	margin: 0 0 25px;
}

.contact-block h1 .text-cursive,
.contact-block h1 .content-frame h2,
.content-frame .contact-block h1 h2,
.contact-block h2 .text-cursive,
.contact-block h2 .content-frame h2,
.content-frame .contact-block h2 h2 {
	display: block;
}

.contact-block .two-columns {
	overflow: hidden;
}

.link-contact {
	font: 700 16px/20px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: capitalize;
	color: #26a5df;
}

.link-contact:hover {
	color: #783c8b;
}

.filter-section.partners-holder {
	max-width: 873px;
	margin: 0 auto;
}

.gallery-section {
	font-size: 0;
	line-height: 0;
}

.gallery-section .post {
	width: 100%;
}

.gallery-section .gallery-box {
	width: 100%;
}

.gallery-section .gallery-box a {
	display: block;
	position: relative;
	z-index: 1;
	-webkit-transition: opacity .25s ease 0s;
	transition: opacity .25s ease 0s;
}

.gallery-section .gallery-box a:hover {
	opacity: .8;
}

.gallery-section .gallery-box a:after {
	content: "";
	position: absolute;
	top: 17px;
	right: 17px;
	z-index: 2;
	background: url("../images/sprite.png") no-repeat -284px -317px;
	width: 26px;
	height: 26px;
}

.gallery-section .gallery-box img {
	width: 100%;
}

.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
}

.js-all-visible .btn-holder {
	display: none;
}

/* carousel basic styles */

.intro-gallery {
	position: relative;
}

.intro-gallery .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.intro-gallery .mask .slideset {
	width: 99999px;
	float: left;
}

.intro-gallery .mask .slide {
	width: 600px;
	background-size: cover;
	background-position: 50% 50%;
	float: left;
	text-align: center;
}

.intro-gallery .mask .slide .container {
	min-height: 320px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding-bottom: 30px;
}

.intro-gallery .pagination {
	position: absolute;
	bottom: 10px;
	z-index: 1;
	left: 0;
	right: 0;
}

.intro-gallery .pagination ul {
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.intro-gallery .pagination ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}

.intro-gallery .pagination ul li.active a {
	background: #26a5df;
}

.intro-gallery .pagination ul a {
	display: block;
	width: 50px;
	height: 5px;
	background: #fff;
}

.intro-gallery .pagination ul a:hover {
	background: #26a5df;
}

.intro-gallery .pagination .not-enough-slides {
	display: none;
}

.intro-gallery .btn-next,
.intro-gallery .btn-prev {
	color: #f6f0e4;
	font-size: 35px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 10px;
	z-index: 1;
}

.intro-gallery .btn-next:hover,
.intro-gallery .btn-prev:hover {
	color: #783c8b;
}

.intro-gallery .btn-next .not-enough-slides,
.intro-gallery .btn-prev .not-enough-slides {
	display: none;
}

.intro-gallery .btn-next {
	left: auto;
	right: 10px;
}

.intro-gallery div.slider-h1 {
	text-transform: uppercase;
	color: #fff;
	font: 700 40px/1 "Yanone Kaffeesatz", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0;
	position: relative;
	z-index: 2;
}

.intro-gallery .text-cursive,
.intro-gallery .content-frame h2,
.content-frame .intro-gallery h2 {
	display: block;
	text-transform: none;
	font: 400 45px/40px "Mr Dafoe", cursive, sans-serif;
	color: #fff;
}

.intro-gallery .text-purple {
	color: #783c8b;
	font: 700 20px/1 "Yanone Kaffeesatz", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
	padding: 15px 10px;
	background: rgba(255, 255, 255, .75);
	position: relative;
	z-index: 1;
	text-transform: uppercase;
	border: 2px solid #fff;
	margin-bottom: -2px;
}

.intro-gallery .text-purple:before {
	left: -10%;
	right: -10%;
	bottom: 100%;
	height: 400px;
	content: "";
	position: absolute;
	z-index: -1;
	background: url("../images/bg-textshadow.png") no-repeat 50% 110%/contain;
	margin-bottom: 1px;
}

.intro-gallery address {
	font-style: normal;
	text-transform: uppercase;
	color: #fff;
	background: #3dadbe;
	display: inline-block;
	vertical-align: top;
	font-weight: 700;
	font-size: 20px;
	line-height: 25px;
	padding: 10px;
	border: 2px solid #fff;
	position: relative;
	z-index: 2;
}

.intro-gallery .slide-info {
	margin: 0 auto;
}

/* jQuery Countdown styles 2.0.0. */

.countdown-rtl {
	direction: rtl;
}

.countdown-holding span {
	color: #fff;
}

.countdown-row {
	clear: both;
	width: 100%;
	padding: 5px 0 6px;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-transform: uppercase;
}

.countdown-section {
	padding: 0 15px;
	position: relative;
	font: 400 17px/20px "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.countdown-section + .countdown-section:before {
	content: ":";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: 700;
}

.countdown-amount {
	margin: 0 0 -1px;
	display: block;
}

.countdown-period {
	display: block;
	font: 14px/1 "Bebas Neue", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.countdown-descr {
	display: block;
	font: 17px/20px "Bebas Neue", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.ui-datepicker {
	z-index: 3 !important;
}

.booking-block {
	margin: 0 -15px;
	padding: 0 15px;
	color: #fff;
	text-align: center;
	background: #783c8b;
	overflow: hidden;
	font-weight: 700;
	font-size: 13px;
	line-height: 16px;
}

.booking-block .container {
	max-width: inherit;
}

.booking-form .row {
	font-weight: 400;
	background: #d4d4d4;
	color: #000;
	text-align: left;
	margin: 0 -25px 10px;
	padding: 15px;
}

.track-click-special-parent {
	background: #783c8b;
	padding: 10px;
}

.booking-form .row .column {
	float: left;
	width: 50%;
	padding: 0 30px 10px 10px;
	position: relative;
}

.booking-form .row .column.select-holder {
	width: 100%;
	padding: 0;
}

.booking-form .link-datepicker {
	position: absolute;
	right: 2px;
	bottom: 17px;
	width: 25px;
	padding: 2px;
	-webkit-transition: opacity .25s linear 0s;
	transition: opacity .25s linear 0s;
	cursor: pointer;
}

.booking-form .link-datepicker:hover {
	opacity: .8;
}

.booking-form a {
	text-decoration: underline;
}

.booking-form a:hover {
	color: #fff;
}

.booking-form label {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 5px;
	font-weight: 600;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
}

.booking-form input[type="text"] {
	border: 1px solid #d6d6d6;
	background: #fff;
	display: block;
	font: 400 14px/1.2 "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #686868;
	width: 100%;
	height: 35px;
	padding: 0 10px;
	margin: 0;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: inset 2px 2px 1px 0 rgba(0, 0, 0, .24);
	outline: none;
}

.booking-form input[type="text"]::-webkit-input-placeholder {
	color: #686868;
}

.booking-form input[type="text"]::-moz-placeholder {
	opacity: 1;
	color: #686868;
}

.booking-form input[type="text"]:-moz-placeholder {
	color: #686868;
}

.booking-form input[type="text"]:-ms-input-placeholder {
	color: #686868;
}

.booking-form input[type="text"].placeholder {
	color: #686868;
}

.booking-form .select-drop {
	float: left;
	width: 50%;
	padding: 0 10px 10px;
}

.booking-form .select-drop label {
	float: left;
}

.booking-form .bnt-holder {
	padding: 0 12px;
	display: block;
}

.booking-form button[type=submit] {
	background: #6dabbc;
	width: 100%;
	margin: 0;
	padding: 0 10px;
	border: 0;
	display: block;
	color: #fff;
	text-transform: uppercase;
	font: 18px/22px "Fjalla One", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	-webkit-transition: background .25s linear 0s;
	transition: background .25s linear 0s;
	outline: none;
}

.booking-form button[type=submit]:after {
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 26.5px 0 26.5px 23px;
	border-color: transparent transparent transparent #fff;
	-webkit-transform: scale(.4);
	-ms-transform: scale(.4);
	transform: scale(.4);
	content: "";
	margin: -2px 0 0;
}

.booking-form button[type=submit]:hover {
	background: #974baf;
}

.booking-form .fake-select {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	border-radius: 4px;
	border: 1px solid #d6d6d6;
	background: #fff;
	outline: none;
}

.booking-form .fake-select:after {
	position: absolute;
	right: 15px;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 15px;
	line-height: 0;
	z-index: 1;
	content: "\f105";
	font-family: "icomoon";
	font-size: 20px;
	color: #686868;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	pointer-events: none;
}

.booking-form select::-ms-expand {
	display: none;
}

.booking-form select {
	display: block;
	width: 100%;
	height: 35px;
	background: none;
	padding: 4px 35px 4px 10px;
	margin: 0;
	font: inherit;
	outline: none;
	line-height: 1.2;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	font: 600 14px/1.2 "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #343434;
	border: 0;
	background: -webkit-linear-gradient(top, white 0%, #f0f0f0 100%);
	background: linear-gradient(to bottom, white 0%, #f0f0f0 100%);
	box-shadow: -4px 3px 2px -4px #ebebeb inset , 2px 3px 5px -4px #d0d0d0;
}

.testimonial-block {
	padding: 25px 0 0;
}

.testimonial-block h1,
.testimonial-block h2 {
	max-width: 90%;
	margin: 0 auto 15px;
	text-align: center;
	color: #783c8b;
}

.testimonial-block h1 .text-cursive,
.testimonial-block h1 .content-frame h2,
.content-frame .testimonial-block h1 h2,
.testimonial-block h2 .text-cursive,
.testimonial-block h2 .content-frame h2,
.content-frame .testimonial-block h2 h2 {
	display: block;
	margin: 0 0 -10px;
}

.testimonial-gallery {
	padding: 25px 30px;
	max-width: 1233px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.testimonial-gallery:after {
	content: "";
	position: absolute;
	top: 0;
	left: -9999px;
	bottom: 0;
	right: -9999px;
	background: #e5e5e5;
	z-index: -1;
}

.testimonial-gallery .slick-arrow {
	padding: 0;
	background: none;
	font-size: 0;
	line-height: 0;
	border: 0;
	position: absolute;
	z-index: 99;
	top: 50%;
	left: 5px;
	color: #666;
	width: 15px;
	height: 20px;
	-webkit-transition: color .25s linear 0s;
	transition: color .25s linear 0s;
}

.testimonial-gallery .slick-arrow:hover {
	color: #6dabbc;
}

.testimonial-gallery .slick-arrow:after {
	content: "\f104";
	font-family: "icomoon";
	font-size: 30px;
	display: block;
}

.testimonial-gallery .slick-arrow.slick-next {
	left: auto;
	right: 5px;
}

.testimonial-gallery .slick-arrow.slick-next:after {
	-webkit-transform: scale(-1);
	-ms-transform: scale(-1);
	transform: scale(-1);
}

.testimonial-gallery blockquote {
	margin: 0;
	font-style: normal;
	position: relative;
	padding-top: 110px;
	font-weight: 700;
	color: #444;
	outline: none;
}

.testimonial-gallery blockquote q {
	padding: 10px;
	background: #fff;
	display: block;
	position: relative;
}

.testimonial-gallery blockquote q:after {
	content: "";
	border-style: solid;
	border-width: 0 7px 7px 7px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	top: -7px;
	left: 50%;
	margin-left: -7px;
	display: block;
}

.testimonial-gallery blockquote cite {
	display: block;
	background: #fff;
	padding: 0 20px 10px;
	position: relative;
	font-style: normal;
}

.testimonial-gallery blockquote cite:after {
	content: "-";
	color: #116cb2;
	position: absolute;
	top: -1px;
	left: 10px;
}

.testimonial-gallery blockquote cite a {
	color: #116cb2;
}

.testimonial-gallery blockquote cite a:hover {
	color: #666;
}

.testimonial-gallery .partners-area {
	position: absolute;
	bottom: calc(100% + 15px);
	left: 0;
	right: 0;
	text-align: center;
}

.testimonial-gallery .partners-area a {
	display: inline-block;
	vertical-align: top;
}

.lightbox-demo {
	width: 100%;
	background: none;
	padding: 0;
	max-width: 90%;
}

.lightbox-gallery .slick-arrow {
	display: none !important;
}

.lightbox-gallery .image-holder {
	margin: 0 0 5px;
}

.lightbox-gallery-nav {
	padding: 0 30px;
}

.lightbox-gallery-nav .slick-arrow {
	padding: 0;
	border: 0;
	background: none;
	position: absolute;
	z-index: 99;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 0;
	line-height: 0;
	width: 30px;
	height: 30px;
	margin-top: 3px;
}

.lightbox-gallery-nav .slick-arrow:hover:after {
	color: #444;
}

.lightbox-gallery-nav .slick-arrow:after {
	content: "\f104";
	font-family: "icomoon";
	font-size: 43px;
	line-height: 26px;
	color: #fff;
	-webkit-transition: color .25s linear 0s;
	transition: color .25s linear 0s;
	padding-right: 3px;
}

.lightbox-gallery-nav .slick-next {
	left: auto;
	right: 0;
	-webkit-transform: translateY(-50%) scale(-1);
	-ms-transform: translateY(-50%) scale(-1);
	transform: translateY(-50%) scale(-1);
}

.lightbox-gallery-nav .slide {
	margin: 7px 2px 0;
	position: relative;
  max-height: 116px;
}

.lightbox-gallery-nav .slide:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	background: #000;
	opacity: .5;
	-webkit-transition: visibility, opacity, .25s linear 0s;
	transition: visibility, opacity, .25s linear 0s;
}

.lightbox-gallery-nav .slide.slick-current:after {
	visibility: hidden;
	opacity: 0;
}

.lightbox-gallery-nav .slide:hover {
	cursor: pointer;
}

.lightbox-gallery-nav .slide:hover:after {
	visibility: hidden;
	opacity: 0;
}

.fancybox-bg {
	display: none !important;
}

.fancybox-close-small {
	top: 0;
	right: 0;
	border-radius: 0;
	font-size: 34px;
	line-height: 31px;
	opacity: .5;
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s;
	font-weight: 400;
}

.fancybox-close-small:hover {
	background: #974baf;
	color: #fff;
	opacity: 1;
}

.fancybox-close-small:focus {
	outline: none;
}

.gallery-holder {
	padding: 20px 10px 10px;
	background: rgba(120, 60, 139, .85);
	color: #fff;
	font: 400 15px/20px "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.gallery-holder h2 {
	color: #fff;
	text-transform: uppercase;
}

.gallery-holder p {
	margin: 0;
}

.gallery-holder img {
	width: 100%;
	min-height:116px;
}

.popup-holder > div {
	display: block !important;
}

#footer {
	background: #783c8b;
	padding: 25px 0 15px;
	color: #fff;
	font: 400 13px/18px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

#footer .container {
	position: relative;
}

#footer .logo {
	width: 150px;
	float: none;
	margin: 0 auto 15px;
	max-width: 100%;
}

#footer .title {
	font-weight: 900;
	font-size: 16px;
	line-height: 20px;
	display: block;
	padding: 0 5px 5px;
}

#footer ul {
	font: 400 13px/18px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0 5px;
}

#footer ul.social-networks {
	font-size: 0;
	line-height: 0;
	width: 100%;
}

#footer ul a {
	color: #fff;
	-webkit-transition: opacity .25s linear 0s;
	transition: opacity .25s linear 0s;
}

#footer ul a:hover {
	opacity: .8;
}

.footer-section {
	font-size: 0;
	line-height: 0;
	margin: 0 -5px 20px;
}

.footer-section .col {
	margin: 0 0 15px;
}

.footer-section .contact-info {
	font-size: 13px;
	line-height: 18px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer-section .contact-info strong {
	font-weight: 900;
	width: 63px;
	padding-right: 5px;
}

.footer-section .contact-info .info-text {
	width: calc(100% - 63px);
}

.footer-section .contact-info .info-text a {
	color: #fff;
	-webkit-transition: opacity .25s linear 0s;
	transition: opacity .25s linear 0s;
}

.footer-section .contact-info .info-text a:hover {
	opacity: .8;
}

.newsletter-form {
	font: 400 13px/18px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 15px;
}

.newsletter-form p {
	margin: 0 0 11px;
}

.newsletter-form .row {
	position: relative;
	padding: 0 35px 0 0;
}

.newsletter-form input[type=email] {
	font: 12px/1.2 "cinzelregular", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	border: 1px solid #fff;
	background: none;
	display: block;
	color: #fff;
	width: 100%;
	padding: 0 10px;
	margin: 0;
	height: 35px;
	text-transform: uppercase;
	letter-spacing: .5px;
}

.newsletter-form input[type=email]::-webkit-input-placeholder {
	color: #fff;
}

.newsletter-form input[type=email]::-moz-placeholder {
	opacity: 1;
	color: #fff;
}

.newsletter-form input[type=email]:-moz-placeholder {
	color: #fff;
}

.newsletter-form input[type=email]:-ms-input-placeholder {
	color: #fff;
}

.newsletter-form input[type=email].placeholder {
	color: #fff;
}

.newsletter-form button[type=submit] {
	background: #fff;
	color: #27a5df;
	width: 36px;
	height: 35px;
	margin: 0;
	padding: 0;
	border: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 16px;
	-webkit-transition: background, color, .25s linear 0s;
	transition: background, color, .25s linear 0s;
}

.newsletter-form button[type=submit] span {
	width: 100%;
}

.newsletter-form button[type=submit]:hover {
	color: #fff;
	background: #6dabbc;
}

.footer-frame .three-col {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer-frame .col {
	width: 100%;
}

.footer-frame .col:first-child:after {
	display: none;
}

.footer-frame .copyright-block {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	text-align: center;
}

.footer-frame .copyright-block a {
	color: #fff;
	-webkit-transition: opacity .25s linear 0s;
	transition: opacity .25s linear 0s;
}

.footer-frame .copyright-block a:hover {
	opacity: .8;
}

.logo-frame {
	font-size: 11px;
	margin: 0 0 10px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

.logo-frame .holder {
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	text-align: left;
	margin: 0 -5px 5px;
}

.logo-frame .holder .logo-holder {
	width: 80px;
}

.logo-frame .holder span {
	padding: 5px;
	min-width: 100px;
}

.logo-frame a {
	-webkit-transition: opacity .25s linear 0s;
	transition: opacity .25s linear 0s;
}

.logo-frame a:hover {
	opacity: .8;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
	.social-networks a {
		background-image: url("../images/sprite@2x.png");
		background-size: 656px 354px;
	}

	.intro-area .ico-video,
	.intro-area .ico-webcam {
		background-image: url("../images/sprite@2x.png");
		background-size: 656px 354px;
	}

	.groups-block .content-gallery .btn-next,
	.groups-block .content-gallery .btn-prev,
	.amenities-block .content-gallery .btn-next,
	.amenities-block .content-gallery .btn-prev {
		background-image: url("../images/sprite@2x.png");
		background-size: 656px 354px;
	}

	.photo-gallery .slide > a:after {
		background-image: url("../images/sprite@2x.png");
		background-size: 656px 354px;
	}

	.discover-post .text-header h2:before {
		background-image: url("../images/sprite@2x.png");
		background-size: 656px 354px;
	}

	.video-post-block .link-video,
	.video-block .link-video {
		background-image: url("../images/sprite@2x.png");
		background-size: 656px 354px;
	}

	.icon-360 {
		background-image: url("../images/sprite@2x.png");
		background-size: 656px 354px;
	}
}

@media (min-width: 480px) {
	.features-boxes {
		font-size: 0;
		line-height: 0;
	}

	.features-boxes .box {
		padding: 0 7px 15px;
		display: inline-block;
		vertical-align: top;
		width: 50%;
	}

	.features-boxes .box + .box {
		padding: 0 7px 15px;
	}

	.features-boxes .btn {
		font-size: 18px;
		line-height: 22px;
		bottom: 15px;
	}

	.info-content-block .logo-holder {
		float: left;
		width: 80px;
		margin-right: 10px;
	}

	.info-content-block .image-holder {
		float: right;
		margin-left: 10px;
		width: 100px;
	}

	.info-content-block .image-block {
		width: 100px;
		height: 100px;
	}

	.intro-area .box {
		padding: 0 7px 15px;
		width: 50%;
		display: inline-block;
		vertical-align: top;
	}

	.intro-area .btn {
		min-width: inherit;
		font-size: 18px;
		line-height: 22px;
	}

	.intro-area .ico-video,
	.intro-area .ico-webcam {
		-webkit-transform: translate(-50%, -50%) scale(.3);
		-ms-transform: translate(-50%, -50%) scale(.3);
		transform: translate(-50%, -50%) scale(.3);
		margin-top: 8px;
	}

	.intro-box {
		margin: 0 -7px;
		overflow: hidden;
		font-size: 0;
		line-height: 0;
	}

	.events-holder {
		font-size: 0;
		line-height: 0;
	}

	.event-box {
		width: 50%;
		display: inline-block;
		vertical-align: top;
	}

	.event-box + .event-box {
		padding: 0;
	}

	.event-box .btn {
		font-size: 18px;
		line-height: 22px;
	}

	.attraction-holder {
		margin: 0 -5px;
	}

	.attraction-box {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		padding: 0 5px 10px;
	}

	.video-post {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		padding: 0 5px;
	}

	.video-post-block {
		margin: 0 -5px;
		font-size: 0;
		line-height: 0;
	}

	.faq-block .tabset li {
		width: 50%;
	}

	.gallery-section .filter-section {
		padding-top: 25px;
		margin: 0 -5px;
		text-align: left;
	}

	.gallery-section .post {
		width: 50%;
		display: inline-block;
		vertical-align: top;
		margin: 0;
		padding: 0 5px 10px;
	}

	.intro-gallery .text-purple {
		font-size: 25px;
		margin-bottom: -5px;
	}
}

@media (min-width: 481px) and (max-width: 767px) {
	.faq-block .tabset li:last-child:nth-child(odd) {
		width: 100%;
	}
}

@media (min-width: 768px) {
	h1,
	.h1 {
		font-size: 35px;
		line-height: 40px;
	}

	#header {
		padding: 7px 0 10px;
		position: relative !important;
		left: auto !important;
		right: auto !important;
	}

	#header .container {
		position: relative;
	}

	#header.fixed-position {
		position: static !important;
		width: inherit !important;
	}

	.logo {
		margin-top: 24px;
	}

	.fixed-position .logo-fixed {
		display: block;
		float: left;
	}

	.fixed-position #nav {
		width: inherit !important;
		left: 0 !important;
		right: 0 !important;
		padding-left: 15px !important;
		padding-right: 15px !important;
		margin: 0 auto;
		max-width: 1170px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	#nav {
		position: relative;
		z-index: 1;
		visibility: visible;
		opacity: 1;
		clear: both;
		margin: 0 -9999px;
		padding: 0 9999px;
	}

	.fixed-position #nav {
		-webkit-animation: moveHeader ease .25s;
		animation: moveHeader ease .25s;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		z-index: 9999;
		padding: 10px 0;
	}

	.fixed-position #nav:after {
		position: absolute;
		top: 0;
		bottom: 0;
		left: -9999px;
		right: -9999px;
		z-index: -1;
		content: "";
		background: #fff;
		box-shadow: 1px 0 4px rgba(48, 47, 47, .25);
	}

	#nav > .nav-drop {
		margin: 10px 205px 0 -105px;
	}

	.fixed-position #nav > .nav-drop {
		float: left;
		max-width: calc(100% - 105px);
		padding-left: 15px;
	}

	#nav > .nav-drop > ul ul {
		visibility: hidden;
		opacity: 0;
		left: 0 !important;
		top: 100% !important;
		width: 200px !important;
		z-index: 99;
		position: absolute !important;
		padding-top: 10px;
		-webkit-transform: translateY(10px);
		-ms-transform: translateY(10px);
		transform: translateY(10px);
		-webkit-transition: all linear .25s;
		transition: all linear .25s;
	}

	#nav > .nav-drop > ul ul li {
		background: #fff;
		border: 0;
	}

	#nav > .nav-drop > ul ul li a {
		display: block;
		padding: 5px 10px !important;
		font-size: 13px;
		line-height: 17px;
	}

	#nav > .nav-drop > ul ul li + li {
		border-top: 1px solid #666;
	}

	#nav > .nav-drop > ul > li {
		margin: 4px 3px 0 2px;
		font-size: 11px;
		line-height: 14px;
		display: inline-block;
		vertical-align: top;
	}

	#nav > .nav-drop > ul > li + li {
		border: 0;
	}

	#nav > .nav-drop > ul > li.active > a {
		background: none;
		color: #6dabbc;
	}

	#nav > .nav-drop > ul li.has-drop-down a {
		padding: 0;
	}

	#nav .accordion-opener {
		display: none;
	}

	#nav a {
		padding: 0;
		background: none;
		color: #666;
	}

	#nav a:hover {
		background: none;
		color: #6dabbc;
	}

	.offer-block {
		position: absolute;
		top: -7px;
		right: 15px;
		width: 200px;
		left: auto;
		background: none;
		overflow: visible;
		background: none;
	}

	.offer-block .title-text {
		display: block;
		font-size: 15px;
		line-height: 18px;
		padding: 11px 10px 5px;
	}

	.offer-block .link-detail {
		display: inline-block;
		vertical-align: top;
	}

	.offer-block .info-text {
		font-size: 17px;
		line-height: 22px;
		margin: -2px 3px 0 0;
	}

	.countdown-block {
		display: block;
		overflow: hidden;
	}

	.info-offer {
		display: block;
		width: 100%;
	}

	.offer-holder {
		display: block;
		padding-bottom: 10px;
		box-shadow: 0 -4px 5px -1px rgba(48, 47, 47, .25);
	}

	.offer-opener {
		display: none;
	}

	.openers-list {
		display: none;
	}

	.openers-list li:last-child {
		display: block;
	}

	.panel-block em.em-phone {
		position: static;
		color: #6dabbc;
		font: 900 18px/20px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}

	.panel-block em.em-phone .icon-phone {
		display: none;
	}

	.panel-block {
		float: left;
		width: 59%;
	}

	.panel-info {
		float: left;
		width: 135px;
	}

	.social-holder {
		visibility: visible;
		opacity: 1;
		position: static;
		float: left;
		min-width: 230px;
		max-width: calc(100% - 135px);
		overflow: hidden;
		padding: 0 10px;
	}

	.social-networks {
		text-align: left;
		margin-top: 2px;
	}

	.text-temperature {
		position: static;
		color: #333;
		font-weight: 700;
		display: block;
		margin: 0 -8px;
	}

	.text-temperature li + li:after {
		background: #000;
		width: 1px;
		top: 2px;
		height: 10px;
	}

	.text-temperature li {
		font-size: 13px;
		line-height: 15px;
		padding: 0 8px;
	}

	.text-temperature a {
		color: #333;
	}

	.signup-block {
		position: static;
		visibility: visible;
		opacity: 1;
		width: 100%;
		padding: 0 11px 0 0;
	}

	.intro-frame {
		min-height: 332px;
	}

	.features-block {
		padding: 25px 0 0;
	}

	.features-block h1,
	.features-block h2 {
		font-size: 30px;
		line-height: 35px;
	}

	.features-block h1 .text-cursive,
	.features-block h1 .content-frame h2,
	.content-frame .features-block h1 h2,
	.features-block h2 .text-cursive,
	.features-block h2 .content-frame h2,
	.content-frame .features-block h2 h2 {
		font-size: 40px;
		line-height: 40px;
		margin-top: -6px;
	}

	.features-boxes .btn {
		font-size: 22px;
		line-height: 27px;
	}

	.info-content-block {
		margin-bottom: 25px;
	}

	.info-content-block .container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.info-content-block .col {
		float: left;
		width: 50%;
		padding: 25px 65px 25px 15px;
	}

	.info-content-block .col:last-of-type {
		float: right;
		padding-right: 15px;
		padding-left: 65px;
	}

	.info-content-block .col:last-of-type .text-holder {
		text-align: left;
	}

	.info-content-block .col:last-of-type .text-section {
		float: left;
		max-width: 97%;
	}

	.info-content-block .col:after {
		height: 200px;
	}

	.info-content-block .text-holder {
		text-align: right;
	}

	.info-content-block .text-section {
		float: right;
		max-width: 80%;
	}

	.info-content-block h2 {
		font-size: 22px;
		margin: 0 0 5px;
	}

	.info-content-block .image-block {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		z-index: 3;
		margin: 0;
	}

	.post-section-holder h1, .post-section-holder h2 {
		font-size: 50px;
		line-height: 1;
	}

	.intro-section h1 {
		font-size: 35px;
		line-height: 40px;
		margin: 0 0 50px;
	}

	.intro-section h1 > span {
		font-size: 30px;
		line-height: 35px;
	}

	.intro-section h1 .text-cursive,
	.intro-section h1 .content-frame h2,
	.content-frame .intro-section h1 h2 {
		font-size: 40px;
		line-height: 45px;
		margin-top: -8px;
	}

	.intro-area .box a {
		height: 280px;
	}

	.intro-area .btn {
		font-size: 22px;
		line-height: 27px;
		min-width: 160px;
	}

	.intro-area .ico-video,
	.intro-area .ico-webcam {
		-webkit-transform: translate(-50%, -50%) scale(.5);
		-ms-transform: translate(-50%, -50%) scale(.5);
		transform: translate(-50%, -50%) scale(.5);
		margin-top: 16px;
	}

	.post-section {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		min-height: 350px;
	}

	.post-section.alignleft .image-block {
		-webkit-box-ordinal-group: 1 !important;
		-webkit-order: 0 !important;
		-ms-flex-order: 0 !important;
		order: 0 !important;
	}

	.post-section.alignright {
		text-align: right;
	}

	.post-section.alignright .content-gallery .btn-next,
	.post-section.alignright .content-gallery .btn-prev {
		right: auto;
		left: 15px;
	}

	.post-section.alignright .content-gallery .btn-next {
		left: 60px;
	}

	.post-section.alignright h2 {
		text-align: right;
	}

	.post-section.alignright .image-block {
		-webkit-box-ordinal-group: 2 !important;
		-webkit-order: 1 !important;
		-ms-flex-order: 1 !important;
		order: 1 !important;
	}

	.post-section:nth-of-type(even) {
		text-align: right;
	}

	.post-section:nth-of-type(even) .content-gallery .btn-next,
	.post-section:nth-of-type(even) .content-gallery .btn-prev {
		right: auto;
		left: 15px;
	}

	.post-section:nth-of-type(even) .content-gallery .btn-next {
		left: 60px;
	}

	.post-section:nth-of-type(even) h2 {
		text-align: right;
	}

	.post-section:nth-of-type(even) .image-block {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	.post-section:nth-of-type(even) .content-gallery {
		text-align: right;
	}

	.post-section:nth-of-type(even) .link-sales-more {
		right: 15px;
		left: auto;
	}

	.post-section:nth-of-type(even) .link-book {
		left: auto;
		right: auto;
	}

	.groups-block .post-section:nth-of-type(even) h2 {
		text-align: right;
	}

	.accommodations-details .post-section .image-block {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
	}

	.post-section.details-active .image-block {
		width: 0;
	}

	.post-section.details-active .text-holder {
		width: 100%;
	}

	.post-section h2 {
		font-size: 35px;
		line-height: 40px;
	}

	.post-section h2 .text-cursive,
	.post-section h2 .content-frame h2,
	.content-frame .post-section h2 h2 {
		font-size: 40px;
		line-height: 40px;
	}

	.post-section .text-holder {
		width: 50%;
	}

	.groups-block .post-section .text-holder {
		position: relative;
		padding-bottom: 70px;
	}

	.post-section ul.two-columns {
		margin: 0 -5px 25px;
		overflow: hidden;
	}

	.post-section ul.two-columns li {
		width: 50%;
		float: left;
		padding: 0 5px 5px 15px;
	}

	.post-section .image-block {
		width: 50%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.content-gallery {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
	}

	.content-gallery .mask {
		height: inherit !important;
	}

	.groups-block .content-gallery .btn-next,
	.groups-block .content-gallery .btn-prev,
	.amenities-block .content-gallery .btn-next,
	.amenities-block .content-gallery .btn-prev {
		bottom: 15px;
	}

	.events-block h1 {
		font-size: 30px;
		line-height: 35px;
	}

	.events-block h1 .text-cursive,
	.events-block h1 .content-frame h2,
	.content-frame .events-block h1 h2 {
		font-size: 40px;
		line-height: 40px;
	}

	.event-box.big-style a {
		height: 350px;
	}

	.event-box.big-style .btn {
		font-size: 22px;
		line-height: 27px;
	}

	.event-box.big-style .btn h2 {
		font-size: 30px;
	}

	.event-box.big-style .btn .text-cursive,
	.event-box.big-style .btn .content-frame h2,
	.content-frame .event-box.big-style .btn h2 {
		font-size: 35px;
		line-height: 40px;
	}

	.event-box a {
		min-height: 280px;
	}

	.event-box .btn {
		font-size: 22px;
		line-height: 27px;
	}

	.gallery-block p {
		margin: 0 0 30px;
	}

	.gallery-block h1,
	.gallery-block h2 {
		font-size: 50px;
		line-height: 60px;
	}

	.photo-gallery {
		padding: 25px 30px;
	}

	.photo-gallery .slick-arrow {
		left: 10px;
	}

	.photo-gallery .slick-arrow.slick-next {
		left: auto;
		right: 10px;
	}

	.photo-gallery .slide {
		padding: 0 10px;
	}

	.post {
		width: 33.3333%;
		display: inline-block;
		vertical-align: top;
		padding: 0 5px;
	}

	.post .holder {
		padding: 15px 15px 0;
	}

	.ajax-load-more {
		margin: 0 -5px;
	}

	.meta-list {
		padding: 5px;
		margin: 0 -15px;
	}

	.meta-list li {
		margin-top: 8px;
	}

	.filter-area .title {
		margin-right: 10px;
	}

	.filter-area {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.filter-list {
		text-align: center;
	}

	.filter-list li {
		height: inherit !important;
	}

	.video-holder .text-title img {
		max-width: 300px;
	}

	.video-block-section {
		padding: 0 15px;
	}

	.discover-block {
		margin: 0 -10px;
	}

	.discover-post {
		width: 33.333%;
		display: inline-block;
		vertical-align: top;
		padding: 0 10px 40px;
	}

	.discover-post .holder {
		margin: 0;
	}

	.attraction-box {
		width: 33.333%;
	}

	.video-post {
		padding: 0 15px;
		margin: 0 0 15px;
	}

	.video-post h2 {
		font-size: 30px;
		line-height: 35px;
	}

	.video-frame {
		height: 300px;
	}

	.video-post-block .link-video,
	.video-block .link-video {
		-webkit-transform: translate(-50%, -50%) scale(.6);
		-ms-transform: translate(-50%, -50%) scale(.6);
		transform: translate(-50%, -50%) scale(.6);
	}

	.video-block {
		margin: 0 0 50px;
		padding: 0 15px;
	}

	.video-post-block {
		margin: 0 -15px;
	}

	.link-sales-more {
		position: absolute;
		bottom: 15px;
		left: 15px;
		font-size: 20px;
		line-height: 25px;
	}

	.content-frame h2 {
		font-size: 35px;
		line-height: 40px;
		margin: 0 0 30px;
		font-weight: 400;
	}

	.statistics-holder table thead th {
		padding: 8px;
	}

	.statistics-holder table thead th:first-child {
		width: 24%;
	}

	.statistics-holder table tbody td,
	.statistics-holder table tbody th {
		padding: 8px;
	}

	.btn-list {
		margin: 0 -5px 15px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.btn-list li {
		width: 50%;
		font-size: 22px;
		line-height: 27px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.btn-list a {
		padding: 15px 15px;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
	}

	.video-section-block {
		padding: 50px 25px;
	}

	.conference-block {
		padding: 0 50px;
		max-width: 768px;
	}

	.faq-block {
		padding: 30px 0 0;
	}

	.faq-block .tabset li {
		width: 20%;
		font-size: 19px;
		line-height: 24px;
	}

	.faq-block .tabset a:after {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		margin-top: 7px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 6px 0 6px;
		border-color: #783c8b transparent transparent transparent;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: visibility, opacity, .25s linear 0s;
		transition: visibility, opacity, .25s linear 0s;
	}

	.faq-block .accordion {
		font-size: 16px;
		line-height: 20px;
	}

	.faq-block .tab-holder {
		margin-top: 30px;
	}

	.faq-block .tab-content {
		padding: 0 15px;
		max-width: 1185px;
		margin: 0 auto;
	}

	.image-blocks .image-holder {
		display: inline-block;
		vertical-align: top;
		width: 33.333%;
		padding: 0 6px 12px;
		margin: 0;
	}

	.virtual-fame {
		height: 400px;
	}

	.contact-block dl {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.contact-block dt {
		padding-right: 10px;
	}

	.contact-block dd {
		margin-bottom: 5px;
	}

	.contact-block .two-columns {
		margin: 0 -14px;
	}

	.contact-block .two-columns .column {
		float: left;
		width: 28.6%;
		padding: 0 14px;
	}

	.contact-block .two-columns .column:first-child {
		width: 71.4%;
	}

	.gallery-section .post {
		width: 33.3333%;
	}

	.intro-gallery .mask .slide .container {
		min-height: 350px;
	}

	.intro-gallery div.slider-h1 {
		font-size: 60px;
	}

	.intro-gallery .text-cursive,
	.intro-gallery .content-frame h2,
	.content-frame .intro-gallery h2 {
		font-size: 70px;
		line-height: 55px;
	}

	.intro-gallery .text-purple {
		font-size: 40px;
		padding: 10px 70px;
	}

	.countdown-section {
		padding: 0 10px;
	}

	.countdown-section + .countdown-section:before {
		left: -3px;
	}

	.booking-block {
		margin: 0 auto;
		font-size: 14px;
		background: none;
		max-width: 1510px;
	}

	.booking-block .container {
		padding: 0;
	}

	.booking-form {
		overflow: hidden;
		position: relative;
		z-index: 2;
		border: solid #e2e2e2;
		border-width: 0 1px 2px;
	}

	.booking-form p {
		position: static;
		z-index: 99;
		letter-spacing: .3px;
	}

	.booking-form .input-holder {
		padding: 5px;
		background: #d4d4d4;
		clear: both;
	}

	.booking-form .row {
		margin: 0 -10px;
		background: none;
		padding: 10px 110px 0 15px;
		position: relative;
		z-index: -1;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.booking-form .row .column {
		width: 35%;
		padding: 0 40px 10px 10px;
		float: none;
	}

	.booking-form .row .column.select-holder {
		width: 30%;
	}

	.booking-form .link-datepicker {
		width: 35px;
		bottom: 12px;
		height: 45px;
		padding: 5px;
		background: #d4d4d4;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.booking-form .link-datepicker img {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
	}

	.booking-form input[type="text"] {
		border: solid #b8b8b8;
		border-width: 1px 0 0 1px;
	}

	.booking-form .bnt-holder {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 100px;
		padding: 0;
	}

	.booking-form button[type=submit] {
		height: 100%;
		text-align: left;
		line-height: 0;
		padding-top: 5px;
		padding-bottom: 5px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		position: relative;
		line-height: 1;
		font-size: 20px;
	}

	.booking-form button[type=submit]:after {
		position: absolute;
		top: 50%;
		right: 20px;
		-webkit-transform: translateY(-50%) scale(.5);
		-ms-transform: translateY(-50%) scale(.5);
		transform: translateY(-50%) scale(.5);
	}

	.booking-form select {
		padding: 4px 24px 4px 10px;
	}

	.testimonial-gallery blockquote {
		padding: 0 0 0 100px;
	}

	.testimonial-gallery blockquote q:after {
		top: 50%;
		left: auto;
		right: 100%;
		margin: 12px -4px 0 0;
		-webkit-transform: translateY(-50%) rotate(-90deg);
		-ms-transform: translateY(-50%) rotate(-90deg);
		transform: translateY(-50%) rotate(-90deg);
	}

	.testimonial-gallery .partners-area {
		top: 50%;
		bottom: 0;
		left: -100px;
		right: auto;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 80px;
	}

	.testimonial-gallery .partners-area {
		width: 90px;
	}

	.lightbox-demo {
		max-width: 714px;
		padding: 19px;
	}

	.lightbox-gallery .image-holder {
		margin: 0 0 2px;
	}

	.fancybox-close-small {
		width: 38px;
		height: 38px;
		background: #fff;
		opacity: 1;
		color: #000;
		border-radius: 100%;
		overflow: hidden;
		border: 2px solid #000;
	}

	.gallery-holder {
		padding: 30px 42px;
	}

	.gallery-holder h2 {
		font-size: 40px;
		line-height: 1;
	}

	#footer ul {
		width: 30%;
	}

	#footer ul li {
		margin: 0 0 3px;
	}

	.footer-section {
		margin: 0;
	}

	.newsletter-form .row {
		max-width: 264px;
		padding: 0 35px 18px 0;
	}

	.three-col {
		overflow: hidden;
		margin: 0 -10px;
	}

	.three-col .col {
		float: left;
		width: 55%;
		padding: 0 10px;
	}

	.three-col .col:first-child {
		width: 15%;
	}

	.three-col .col:first-child:after {
		position: absolute;
		top: 0;
		bottom: 30px;
		left: 15.3%;
		width: 1px;
		background: #fff;
		content: "";
	}

	.three-col .col:last-child {
		width: 30%;
	}

	.footer-frame .col:last-child {
		width: 85%;
	}

	.footer-frame .copyright-block {
		-webkit-box-ordinal-group: NaN;
		-webkit-order: inherit;
		-ms-flex-order: inherit;
		order: inherit;
		text-align: right;
	}
}

@media (min-width: 768px) and (min-width: 1024px) {
	.footer-frame .copyright-block p {
		float: right;
		max-width: 70%;
		margin: 8px -10px 0;
	}
}

@media (min-width: 768px) and (max-width: 1249px) {
	.groups-block .post-section {
		height: inherit !important;
		min-height: 400px;
	}
}

@media (min-width: 768px) and (min-width: 768px) and (max-width: 1023px) {
	.fixed-position #nav {
		margin: 0 !important;
		left: 0 !important;
		right: 0 !important;
		width: 100% !important;
		padding: 10px 15px !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.fixed-position #nav > .nav-drop {
		margin: 0 !important;
	}

	.fixed-position #nav > .nav-drop > ul > li {
		margin: 7px 7px 0;
	}

	.panel-block {
		padding-bottom: 6px;
	}

	#footer ul + ul + ul {
		width: 20%;
	}

	#footer ul.social-networks li {
		padding: 0 3px 10px;
	}
}

@media (min-width: 768px) and (min-width: 1800px) {
	.booking-form p {
		margin: 0 0 10px;
	}
}

@media (min-width: 1024px) {
	h1,
	.h1 {
		font-size: 50px;
		line-height: 60px;
	}

	#header {
		padding: 15px 0;
	}

	.logo {
		width: 120px;
		margin-top: 2px;
	}

	#nav {
		padding: 0;
		margin: 0;
	}

	#nav > .nav-drop {
		margin: 0;
	}

	#nav > .nav-drop > ul ul {
		padding-top: 12px;
	}

	#nav > .nav-drop > ul > li {
		font-size: 13px;
		line-height: 17px;
		margin: 4px 4px 0;
	}

	.offer-block {
		top: -15px;
	}

	.panel-block em.em-phone {
		font-size: 20px;
	}

	.panel-block {
		padding-left: 10px;
		width: 100%;
	}

	.social-holder {
		max-width: 36%;
	}

	.text-temperature {
		margin: 4px -8px;
	}

	.signup-block {
		float: left;
		width: 42%;
		padding: 0;
	}

	.header-block {
		width: calc(100% - 130px);
		padding-right: 210px;
	}

	.features-block h1,
	.features-block h2 {
		font-size: 50px;
		line-height: 60px;
		margin: 0 0 40px;
	}

	.features-block h1 .text-cursive,
	.features-block h1 .content-frame h2,
	.content-frame .features-block h1 h2,
	.features-block h2 .text-cursive,
	.features-block h2 .content-frame h2,
	.content-frame .features-block h2 h2 {
		font-size: 60px;
		line-height: 1;
	}

	.features-boxes .box {
		width: 25%;
	}

	.info-content-block {
		margin-bottom: 50px;
	}

	.info-content-block .holder:after,
	.info-content-block .holder:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		width: 50%;
		background: url("../images/bg-dotted.png") repeat-x 50% 0;
	}

	.info-content-block .holder:after {
		left: auto;
		right: 0;
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.info-content-block .col {
		padding: 35px 100px 35px 15px;
	}

	.info-content-block .col:last-of-type {
		padding-left: 100px;
	}

	.info-content-block .col:after {
		display: none;
	}

	.info-content-block .logo-holder {
		width: 130px;
		margin-bottom: 0;
	}

	.info-content-block .image-holder {
		width: 130px;
	}

	.info-content-block .text-holder {
		font-size: 14px;
		line-height: 18px;
	}

	.info-content-block h2 {
		font-size: 27px;
		line-height: 30px;
	}

	.info-content-block .image-block {
		width: 174px;
		height: 174px;
	}

	.link-details,
	.link-more {
		padding: 7px 19px;
	}

	.post-section-holder {
		padding: 18px 0 0;
	}

    .post-section-holder.accommodations-details h1 {
        font-size: 50px;
        line-height: 1;
        margin: 0;
        width: 70%;
        float: left;
    }
    .parent-post-room-room-layout {
        width: 30%;
        display: block;
        margin: 16px 0!important;
        padding-top: 10px;
        max-width: 150px;
        clear: right;
    }
    .single-room-short-description,
    .single-room-long-description-toggle-box,
    .single-room-long-description {
        float: left;
	}
	.parent-post-room-room-layout a {
	    margin-top: 0!important;
	}

	.post-section-holder.accommodations-details h1 .text-cursive,
	.post-section-holder.accommodations-details h1 .content-frame h2,
	.content-frame .post-section-holder.accommodations-details h1 h2 {
		margin-right: 5px;
		margin-top: -15px;
		font-size: 68px;
		font-weight: 400;
	}

	.post-section-holder h1, .post-section-holder h2 {
		font-size: 70px;
	}

	.intro-section {
		font-size: 18px;
		line-height: 34px;
		padding: 23px 0 0;
	}

	.intro-section.meeting-block p {
		margin: 0 0 34px;
	}

	.intro-section.accommodations-text-section h1 .text-cursive,
	.intro-section.accommodations-text-section h1 .content-frame h2,
	.content-frame .intro-section.accommodations-text-section h1 h2 {
		margin-right: 25px;
	}

	.intro-section.meeting-block h1 .text-cursive,
	.intro-section.meeting-block h1 .content-frame h2,
	.content-frame .intro-section.meeting-block h1 h2 {
		font-size: 70px;
	}

	.intro-section h1 {
		font-size: 50px;
		line-height: 60px;
	}

	.intro-section h1 > span {
		font-size: 40px;
		line-height: 45px;
	}

	.intro-section h1 .text-cursive,
	.intro-section h1 .content-frame h2,
	.content-frame .intro-section h1 h2 {
		font-size: 60px;
		line-height: 70px;
		margin-top: 1px;
	}

	.intro-section p {
		margin: 0 0 45px;
	}

	.intro-area .box a {
		height: 300px;
	}

	.intro-area .btn {
		font-size: 25px;
		line-height: 30px;
	}

	.post-section .calendar-widget-block {
		margin: 0 -30px;
	}

	.post-section .text-holder {
		padding: 30px;
	}

	.groups-block .post-section .text-holder {
		position: relative;
		padding-bottom: 100px;
	}

	.accommodations-details .post-section ul.two-columns {
		margin: 8px -5px 17px;
	}

	.accommodations-details .post-section ul.two-columns li {
		padding: 0 5px 13px 15px;
	}

	.events-block h1 {
		font-size: 50px;
		line-height: 60px;
	}

	.events-block h1 .text-cursive,
	.events-block h1 .content-frame h2,
	.content-frame .events-block h1 h2 {
		font-size: 60px;
		line-height: 70px;
		font-weight: 400;
	}

	.event-box.big-style a {
		height: 400px;
		padding: 50px;
	}

	.event-box.big-style .btn {
		width: 360px;
		padding: 27px 35px 25px;
		font-size: 47px;
		line-height: 48px;
	}

	.event-box.big-style .btn h2 {
		font-size: 58px;
		line-height: 54px;
		padding: 0 0 1px;
		margin: 0 0 11px;
	}

	.event-box.big-style .btn .text-cursive,
	.event-box.big-style .btn .content-frame h2,
	.content-frame .event-box.big-style .btn h2 {
		font-size: 57px;
		line-height: 1;
	}

	.event-box a {
		height: 300px;
		padding: 22px;
	}

	.gallery-block {
		padding: 22px 0 0;
		font-size: 18px;
		line-height: 33px;
		margin: 0;
	}

	.gallery-block p {
		margin: 0 0 48px;
	}

	.gallery-block h1,
	.gallery-block h2 {
		font-size: 80px;
		line-height: 1;
		margin: 0 0 20px;
	}

	.gallery-block .link-more {
		min-width: 270px;
		padding: 12px 20px;
		border-radius: 35px;
	}

	.photo-gallery {
		padding: 48px 30px 55px;
	}

	.photo-gallery .slick-arrow {
		left: 18px;
	}

	.photo-gallery .slick-arrow:after {
		font-size: 54px;
	}

	.photo-gallery .slick-arrow.slick-next {
		left: auto;
		right: 18px;
	}

	.photo-gallery .slide {
		padding: 0 15px;
	}

	.filter-block .btn-holder {
		bottom: -3px;
	}

	.gallery-section .filter-block .btn-holder {
		bottom: 30px;
	}

	.filter-block .link-more {
		min-width: 273px;
		padding: 12px 19px;
		border-radius: 35px;
	}

	.post {
		font-size: 14px;
		line-height: 30px;
		padding: 0 10px;
	}

	.post .holder {
		padding: 15px 35px 0;
	}

	.post .image-holder {
		margin: 0 -21px 31px;
	}

	.post p {
		margin: 0 0 28px;
	}

	.post h2 {
		font-size: 22px;
		line-height: 27px;
		font-weight: 900;
		margin: 0 0 42px;
	}

	.meta-list {
		margin: 0 -35px;
		padding: 7px 14px;
	}

	.meta-list li {
		width: inherit;
	}

	.text-frame-holder.vmb-holder {
		margin: 0 auto 38px;
	}

	.text-frame-holder.vmb-holder p {
		margin: 0 0 23px;
	}

	.text-frame-holder.blog-block p {
		margin: 0 0 29px;
	}

	.filter-area {
		margin: 0 0 25px;
		padding: 12px 15px 12px;
	}

	.filter-area.bold-style {
		font-size: 26px;
		line-height: 30px;
	}

	.filter-area:not(.bold-style) {
		padding: 18px 15px;
		margin: 0 5px 36px;
	}

	.filter-list li {
		font-size: 16px;
		line-height: 20px;
	}

	.bold-style .filter-list li {
		font-size: 26px;
		line-height: 30px;
	}

	.video-holder {
		height: 600px;
	}

	.video-holder .text-title:after {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.video-holder .text-title img {
		max-width: inherit;
	}

	.video-holder .text-holder h1 {
		font-size: 47px;
		line-height: 52px;
	}

	.video-block-section .js-video-holder {
		margin: 0 -15px;
	}

	.attraction-box .caption {
		font-size: 16px;
		line-height: 20px;
		padding: 20px 38px;
	}

	.partners-block {
		font-size: 16px;
		line-height: 21px;
		padding: 18px 0 27px;
	}

	.partners-block .logo-block {
		width: 182px;
		max-width: inherit;
		margin-right: 85px;
	}

	.partners-block .info-lists {
		margin: 0 -5px 21px;
	}

	.partners-block .info-lists li:before {
		top: 6px;
	}

	.partners-block h2 {
		font-size: 30px;
		line-height: 35px;
		margin: 0 0 17px;
	}

	.video-post {
		margin: 0 0 30px;
	}

	.video-post h2 {
		font-size: 45px;
		line-height: 50px;
		padding: 20px 15px 10px;
	}

	.video-frame {
		height: 354px;
	}

	.video-post-block .link-video,
	.video-block .link-video {
		-webkit-transform: translate(-50%, -50%) scale(.8);
		-ms-transform: translate(-50%, -50%) scale(.8);
		transform: translate(-50%, -50%) scale(.8);
	}

	.video-block {
		margin: 0 0 68px;
	}

	.video-post-block {
		margin: 0 -30px;
	}

	.link-sales-more {
		font-size: 35px;
		line-height: 1;
		padding-right: 50px;
	}

	.link-sales-more:after {
		border-width: 21.5px 0 21.5px 22px;
		margin-top: -22px;
	}

	.content-frame {
		font-size: 18px;
		line-height: 22px;
	}

	.content-frame h2 {
		font-size: 58px;
		line-height: 1;
		margin: 0 0 41px;
	}

	.content-frame .logo-block {
		margin: 40px auto -16px;
		max-width: 600px;
		padding: 8px 0 0;
	}

	.content-frame p {
		margin: 0 0 53px;
	}

	.statistics-holder {
		padding: 5px 6px 40px;
	}

	.statistics-holder table {
		font-size: 22px;
		line-height: 1;
	}

	.statistics-holder table thead th {
		font-size: 20px;
		line-height: 22px;
		padding: 6px;
	}

	.statistics-holder table tbody td,
	.statistics-holder table tbody th {
		border-width: 2px;
	}

	.faq-block {
		padding: 50px 0 0;
	}

	.faq-block .tabset li {
		font-size: 25px;
		line-height: 30px;
	}

	.faq-block .tabset a {
		padding: 10px 8px 6px;
	}

	.faq-block .tabset a:after {
		border-width: 20px 16.5px 0 16.5px;
		margin-top: 5px;
	}

	.faq-block .accordion {
		font-size: 22px;
		line-height: 30px;
	}

	.faq-block .accordion li {
		padding: 0 0 15px;
	}

	.faq-block dl {
		padding: 0;
	}

	.faq-block .tab-holder {
		padding: 23px 16px;
	}

	.link-back {
		font-size: 20px;
		line-height: 25px;
		margin: 0 0 19px;
	}

	.image-blocks {
		font-size: 20px;
		line-height: 25px;
		padding: 25px 0 20px;
		margin: 0;
	}

	.virtual-container {
		max-width: 950px;
	}

	.virtual-fame {
		height: 600px;
	}

	.contact-block {
		padding: 52px 0 47px;
	}

	.contact-block address {
		padding: 13px 0 0;
		margin: 0 0 -21px;
	}

	.contact-block dt {
		width: 46%;
	}

	.contact-block dd {
		width: 54%;
		margin-bottom: 55px;
	}

	.contact-block h1 .text-cursive,
	.contact-block h1 .content-frame h2,
	.content-frame .contact-block h1 h2,
	.contact-block h2 .text-cursive,
	.contact-block h2 .content-frame h2,
	.content-frame .contact-block h2 h2 {
		font-size: 101px;
		line-height: 1;
		margin: 0 0 6px;
	}

	.contact-block h1,
	.contact-block h2 {
		margin: 0 0 34px;
	}

	.link-contact {
		font-size: 20px;
		line-height: 25px;
	}

	.gallery-section .filter-section {
		margin: 0 -10px;
	}

	.gallery-section .post {
		width: 25%;
		padding: 0 10px 20px;
	}

	.intro-gallery .mask .slide {
		background-position: 50% 0;
	}

	.intro-gallery .mask .slide .container {
		min-height: 478px;
	}

	.intro-gallery .pagination {
		bottom: 18px;
	}

	.intro-gallery .pagination ul li {
		margin: 0 9px;
	}

	.intro-gallery .pagination ul a {
		width: 74px;
		height: 7px;
	}

	.intro-gallery .btn-next,
	.intro-gallery .btn-prev {
		left: 4.7%;
		font-size: 77px;
		top: 31%;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.intro-gallery .btn-next {
		left: auto;
		right: 4.7%;
	}

	.booking-block {
		font-size: 15px;
		line-height: 20px;
	}

	.booking-form .input-holder {
		float: left;
		width: 115px;
		clear: none;
	}

	.booking-form .row {
		padding: 10px 126px 0 5px;
	}

	.booking-form .row .column {
		width: inherit;
	}

	.booking-form .row .column.select-holder {
		width: inherit;
	}

	.booking-form .row .column.select-holder .input-holder {
		width: 70px;
	}

	.booking-form label {
		float: left;
		max-width: 130px;
		margin: 13px 10px 0 0;
	}

	.booking-form .select-drop {
		width: inherit;
	}

	.booking-form .bnt-holder {
		width: 120px;
	}

	.booking-form button[type=submit] {
		font-size: 25px;
		line-height: 1;
		padding-top: 0;
		padding-right: 47px;
	}

	.booking-form button[type=submit]:after {
		-webkit-transform: translateY(-50%) scale(.7);
		-ms-transform: translateY(-50%) scale(.7);
		transform: translateY(-50%) scale(.7);
	}

	.testimonial-block {
		padding: 50px 0 0;
	}

	.testimonial-block h1,
	.testimonial-block h2 {
		margin: 0 auto 43px;
	}

	.testimonial-gallery {
		padding: 25px 25px 32px;
	}

	.testimonial-gallery .slick-arrow {
		margin-top: -14px;
	}

	.testimonial-gallery blockquote {
		min-height: 120px;
		padding: 0 38px 0 100px;
		font-size: 16px;
		line-height: 23px;
	}

	.testimonial-gallery blockquote q {
		padding: 29px 25px 0;
	}

	.testimonial-gallery blockquote q:after {
		margin: 25px -4px 0 0;
	}

	.testimonial-gallery blockquote cite {
		padding: 0 35px 25px;
	}

	.testimonial-gallery blockquote cite:after {
		left: 25px;
	}

	.testimonial-gallery .partners-area {
		padding-left: 10px;
		width: 86px;
	}

	.lightbox-demo {
		max-width: 754px;
	}

	.lightbox-gallery-nav {
		padding: 0 45px 0 50px;
	}

	.fancybox-close-small {
		font-size: 42px;
		line-height: 0;
		padding: 1px 0 3px;
		right: 8px;
		top: 6px;
	}

	.gallery-holder {
		padding: 22px 42px 30px;
	}

	.gallery-holder h2 {
		font-size: 57px;
		margin: 0 0 12px;
	}

	#footer {
		padding: 52px 0 45px;
	}

	#footer .logo {
		margin: 34px 0 15px 7.7%;
		width: 244px;
	}

	#footer .title {
		padding: 18px 5px 12px;
	}

	#footer ul {
		width: 25%;
	}

	#footer ul li {
		margin: 0 0 6px;
	}

	#footer ul.social-networks {
		margin: 0 -11px;
	}

	.footer-section .contact-info strong {
		width: 66px;
	}

	.footer-section .contact-info .info-text {
		width: calc(100% - 66px);
	}

	.footer-section .contact-info .info-text a[href^="tel"] {
		display: inline-block;
		vertical-align: top;
		margin-bottom: 5px;
	}

	.three-col {
		margin: 0 -32px;
	}

	.three-col .col {
		width: 46.6%;
		padding: 0 40px;
	}

	.three-col .col:first-child {
		width: 21.5%;
	}

	.three-col .col:first-child:after {
		left: 21.1%;
		top: 23px;
		bottom: -7px;
	}

	.three-col .col:last-child {
		width: 29%;
	}

	.footer-frame .col:last-child {
		width: 52%;
	}

	.logo-frame {
		font-size: 13px;
	}

	.logo-frame .holder {
		margin: 0 4px 0 2px;
	}

	.logo-frame .holder .logo-holder {
		width: inherit;
	}
}

@media (min-width: 1024px) and (min-width: 1500px) {
	#footer ul:nth-child(4n) {
		width: 15.3%;
	}
}

@media (min-width: 1100px) {
	#nav > .nav-drop > ul > li {
		margin: 4px 7px 0;
	}
}

@media (min-width: 1150px) {
	#nav > .nav-drop > ul > li {
		margin: 4px 9px 0;
	}
}

@media (min-width: 1250px) {
	.logo {
		width: 150px;
		margin-top: 0;
	}

	#nav > .nav-drop > ul ul {
		padding-top: 15px;
		width: 220px !important;
	}

	.fixed-position #nav > .nav-drop > ul ul {
		padding-top: 10px;
	}

	#nav > .nav-drop > ul ul li a {
		font-size: 16px;
		line-height: 20px;
	}

	#nav > .nav-drop > ul > li {
		font-size: 15px;
		line-height: 20px;
		margin: 4px 6px 0;
	}

	.offer-block {
		width: 250px;
	}

	.offer-block .title-text {
		font-size: 20px;
		line-height: 25px;
		padding: 15px 10px 10px;
	}

	.offer-block .info-text {
		font-size: 22px;
		line-height: 27px;
	}

	.panel-block em.em-phone {
		font-size: 30px;
		line-height: 35px;
	}

	.panel-info {
		width: 205px;
	}

	.text-temperature li + li:after {
		top: 4px;
		height: 12px;
		left: -1px;
	}

	.text-temperature li {
		font-size: 16px;
		line-height: 20px;
	}

	.header-block {
		padding-right: 270px;
		width: calc(100% - 170px);
	}

	.features-boxes {
		padding: 41px 0 9px;
		margin: 0 0 75px;
	}

	.features-boxes .box {
		padding: 0 13px 26px;
	}

	.features-boxes .box + .box {
		padding: 0 13px 26px;
	}

	.info-content-block .text-holder {
		font-size: 20px;
		line-height: 22px;
	}

	.info-content-block h2 {
		font-size: 43px;
		line-height: 1;
		letter-spacing: -.7px;
		margin: 0 0 3px;
	}

	.info-content-block p {
		margin: 0 0 17px;
	}

	.intro-section.accommodations-text-section h1 {
		margin: 45px 0 30px;
	}

	.post-section h2 {
		font-size: 39px;
		line-height: 45px;
		margin: 0 0 6px;
	}

	.post-section h2 .text-cursive,
	.post-section h2 .content-frame h2,
	.content-frame .post-section h2 h2 {
		font-size: 64px;
		line-height: 1;
		letter-spacing: -.6px;
	}

	.post-section .calendar-widget-block {
		margin: 0 -73px;
	}

	.post-section .text-holder {
		width: 50%;
		padding: 39px 73px 80px;
		font-size: 16px;
		line-height: 24px;
	}

	.accommodations-details .post-section .text-holder {
		padding-bottom: 40px;
	}

	.post-section .text-holder .link-details,
	.post-section .text-holder .link-more {
		padding: 7px 28px;
	}

	.post-section ul {
		margin: 0;
	}

	.post-section ul li {
		padding: 0 0 14px 10px;
	}

	.groups-block .post-section ul li {
		padding: 0 0 5px 10px;
	}

	.post-section ul li:after {
		top: 10px;
	}

	.post-section .image-block {
		min-height: 650px;
	}

	.accommodations-details .content-gallery .btn-next,
	.accommodations-details .content-gallery .btn-prev {
		right: 78px !important;
		bottom: 24px !important;
	}

	.accommodations-details .content-gallery .btn-next:after,
	.accommodations-details .content-gallery .btn-prev:after {
		font-size: 53px;
	}

	.accommodations-details .content-gallery .btn-next {
		right: 31px !important;
	}

	.content-gallery .btn-next,
	.content-gallery .btn-prev {
		right: 78px;
		bottom: 24px;
	}

	.content-gallery .btn-next:after,
	.content-gallery .btn-prev:after {
		font-size: 53px;
	}

	.content-gallery .btn-next {
		right: 31px;
	}

	.events-block {
		padding: 65px 0 0;
	}

	.event-box.big-style a {
		height: 450px;
		padding: 80px;
	}

	.event-box a {
		height: 343px;
	}

	.event-box .btn {
		min-width: 360px;
		font-size: 39px;
		padding: 18px 15px 14px;
		line-height: 1;
	}

	.gallery-section h1 {
		margin: 71px 0 24px;
	}

	.gallery-section h1 .text-cursive,
	.gallery-section h1 .content-frame h2,
	.content-frame .gallery-section h1 h2 {
		display: inline-block;
		font-size: 126px;
		margin: -11px 30px 0 0;
		vertical-align: top;
	}

	.video-post-block .link-video,
	.video-block .link-video {
		-webkit-transform: translate(-50%, -50%) scale(1);
		-ms-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
		margin: -3px 0 0 6px;
	}

	.countdown-row {
		padding: 5px 0 12px;
	}

	.countdown-section {
		font-size: 22px;
		line-height: 27px;
		padding: 0 4.5%;
	}

	.countdown-period {
		font-size: 16px;
	}
}

@media (min-width: 1300px) {
	#nav > .nav-drop > ul > li {
		font-size: 16px;
		margin: 4px 6px 0;
	}
}
@media (max-width: 1300px) {
	.parent-post-room-room-layout {
    	float: left!important;
    	width: 100%;
    	display: block;
    	text-align: center;
    	height: auto;
    	max-width: none;
    	padding: 5px;
    	margin-bottom: 15px
	}
}

@media (min-width: 1400px) {
	.virtual-container {
		max-width: 1400px;
	}
}

@media (min-width: 1800px) {
	h1,
	.h1 {
		font-size: 78px;
		font-weight: 400;
		letter-spacing: -.3px;
		line-height: 63px;
	}

	#header {
		padding: 15px 0 0;
	}

	#header .container {
		padding: 21px 15px 27px;
	}

	.logo {
		width: 288px;
		margin: -10px 0 0 24px;
	}

	.logo-fixed {
		width: 100px;
	}

	#nav > .nav-drop > ul {
		margin-right: -15px;
	}

	#nav > .nav-drop > ul ul {
		padding-top: 35px;
	}

	#nav > .nav-drop > ul > li {
		font-size: 19px;
		line-height: 25px;
	}

	.offer-block {
		width: 290px;
	}

	.offer-block .title-text {
		font-size: 23px;
		line-height: 27px;
		padding: 15px 9px 5px;
	}

	.offer-block .link-detail {
		font-size: 23px;
		line-height: 28px;
	}

	.offer-block .info-text {
		font-size: 29px;
		line-height: 32px;
	}

	.info-offer {
		padding: 12px 15px 0;
		margin: 0 0 -7px;
	}

	.info-offer span:not(.num) {
		max-width: 80px;
		margin-top: 10px;
	}

	.info-offer .num {
		font-size: 80px;
	}

	.info-offer sup {
		font-size: 50px;
	}

	.offer-holder {
		font-size: 25px;
		line-height: 30px;
		padding-bottom: 0;
	}

	.panel-block em.em-phone {
		font-size: 37px;
		line-height: 42px;
		margin-top: -6px;
	}

	.panel-block {
		padding-bottom: 20px;
	}

	.panel-info {
		width: 255px;
	}

	.social-holder {
		min-width: 305px;
		padding-right: 0;
	}

	.social-networks {
		margin-top: 9px;
		padding: 0 0 0 8px;
	}

	.social-networks li {
		padding-right: 4px;
	}

	.social-networks li.facebook a {
		background-position: -13px -188px;
		width: 45px;
		height: 43px;
	}

	#footer .social-networks li.facebook a {
		width: 57px;
		height: 56px;
		background-position: -13px -243px;
	}

	.social-networks li.twitter a {
		background-position: -68px -187px;
		width: 47px;
		height: 44px;
	}

	#footer .social-networks li.twitter a {
		width: 58px;
		height: 57px;
		background-position: -79px -242px;
	}

	.social-networks li.instagram a {
		background-position: -124px -187px;
	}

	#footer .social-networks li.instagram a {
		width: 57px;
		height: 57px;
		background-position: -147px -242px;
	}

	.social-networks li.youtube a {
		background-position: -177px -187px;
		width: 45px;
		height: 45px;
	}

	#footer .social-networks li.youtube a {
		width: 58px;
		height: 58px;
		background-position: -213px -242px;
	}

	.social-networks li.snapchat a {
		background-position: -231px -187px;
	}

	#footer .social-networks li.snapchat a {
		width: 59px;
		height: 59px;
		background-position: -281px -242px;
	}

	.social-networks a {
		height: 44px;
		width: 44px;
	}

	.text-temperature {
		margin: 0 -15px;
	}

	.text-temperature li + li:after {
		height: 19px;
		width: 2px;
		top: 3px;
	}

	.text-temperature li {
		font-size: 21px;
		line-height: 25px;
		padding: 0 12px;
	}

	.signup-block {
		width: 45%;
		margin: 10px 0 0 -11px;
	}

	.header-block {
		padding-right: 370px;
		width: calc(100% - 328px);
	}

	.signup-form {
		padding-right: 102px;
	}

	.signup-form input[type=email] {
		font-size: 18px;
		line-height: 22px;
		height: 42px;
		padding: 0 13px;
	}

	.signup-form input[type=submit] {
		font-size: 15px;
		line-height: 20px;
		height: 42px;
		width: 105px;
	}

	.intro-block {
		margin: 0 0 24px;
	}

	.features-block {
		padding: 47px 0 0;
	}

	.features-block h1,
	.features-block h2 {
		font-size: 70px;
		line-height: 80px;
		margin: 0 0 51px;
		letter-spacing: -1.5px;
	}

	.features-block h1 .text-cursive,
	.features-block h1 .content-frame h2,
	.content-frame .features-block h1 h2,
	.features-block h2 .text-cursive,
	.features-block h2 .content-frame h2,
	.content-frame .features-block h2 h2 {
		font-size: 100px;
		line-height: 1;
		letter-spacing: -1px;
		margin: -21px 22px 0 0;
	}

	.features-boxes .btn {
		font-size: 40px;
		line-height: 45px;
		left: 50px;
		right: 50px;
		padding: 16px 10px 10px;
	}

	.info-content-block .col {
		padding: 60px 124px 35px 15px;
	}

	.info-content-block .col:last-of-type {
		padding-left: 114px;
		padding-right: 27px;
	}

	.info-content-block .logo-holder {
		width: 203px;
		margin: -22px 18px 0 0;
	}

	.info-content-block .image-holder {
		width: 249px;
		margin: -5px 0 0 10px;
	}

	.post-section-holder .post-section .text-holder {
		padding: 62px 73px;
	}

	.amenities-block .post-section-holder .post-section .text-holder {
		padding: 52px 66px 45px;
		line-height: 32px;
	}

	.amenities-block .post-section-holder .post-section .text-holder h2 {
		margin: 0 0 16px;
	}

	.amenities-block .post-section-holder .post-section .text-holder p {
		margin: 0 0 33px;
	}

	.post-section-holder:first-child h1, .post-section-holder:first-child h2 {
		margin-top: 0;
	}

	.amenities-block .post-section-holder h1 {
		margin-bottom: 12px;
	}

	.post-section-holder.accommodations-details {
		padding: 81px 0;
	}

	.post-section-holder h1, .post-section-holder h2 {
		font-size: 127px;
		margin: 27px auto;
	}

	.groups-block .link-sales-more {
		font-size: 40px;
		line-height: 1;
		padding: 10px 52px 10px 10px;
		bottom: 33px;
		left: 75px;
	}

	.intro-section.amenities-block {
		padding: 91px 0 0;
	}

	.intro-section.amenities-block h1 {
		margin: 0 0 25px;
	}

	.intro-section.amenities-block p {
		margin: 0 0 58px;
	}

	.intro-section.meeting-block h1 {
		font-size: 85px;
		line-height: 69px;
		margin: 69px 0 43px;
	}

	.intro-section.meeting-block h1 .text-cursive,
	.intro-section.meeting-block h1 .content-frame h2,
	.content-frame .intro-section.meeting-block h1 h2 {
		margin: 3px 11px;
	}

	.intro-section.accommodations-text-section h1 {
		margin: 86px 0 50px;
	}

	.intro-section h1 {
		font-size: 78px;
		font-weight: 400;
		letter-spacing: -.3px;
		line-height: 63px;
		margin: 0 0 80px;
	}

	.intro-section h1 > span {
		font-size: 70px;
		line-height: 1;
	}

	.intro-section h1 .text-cursive,
	.intro-section h1 .content-frame h2,
	.content-frame .intro-section h1 h2 {
		font-size: 128px;
		line-height: 45px;
		margin-top: 3px;
	}

	.intro-area {
		padding: 16px 12px 0;
	}

	.intro-area .box {
		padding: 0 13px 18px;
	}

	.intro-area .box a {
		height: 333px;
	}

	.intro-area .btn {
		font-size: 39px;
		line-height: 40px;
		padding: 20px 80px 15px;
		min-width: 360px;
	}

	.intro-area .ico-video,
	.intro-area .ico-webcam {
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		margin-top: 7px;
	}

	.intro-box {
		margin: 0;
	}

	.groups-block .post-section {
		height: inherit !important;
		min-height: 680px;
	}

	.amenities-block .post-section.alignleft .content-gallery .btn-next,
	.amenities-block .post-section.alignleft .content-gallery .btn-prev {
		left: auto;
		right: 140px;
	}

	.amenities-block .post-section.alignleft .content-gallery .btn-next {
		right: 27px;
	}

	.post-section.alignright .content-gallery .btn-next,
	.post-section.alignright .content-gallery .btn-prev {
		right: auto;
		left: 27px;
	}

	.post-section.alignright .content-gallery .btn-next {
		left: 140px;
	}

	.groups-block .post-section:nth-of-type(even) .content-gallery .btn-next,
	.groups-block .post-section:nth-of-type(even) .content-gallery .btn-prev {
		right: auto;
		left: 27px;
	}

	.groups-block .post-section:nth-of-type(even) .content-gallery .btn-next {
		left: 140px;
	}

	.post-section:nth-of-type(even) .content-gallery .btn-next,
	.post-section:nth-of-type(even) .content-gallery .btn-prev {
		right: auto;
		left: 21px;
		bottom: 24px;
	}

	.post-section:nth-of-type(even) .content-gallery .btn-next {
		left: 70px;
	}

	.post-section h2 {
		/* font-size: 55px; */
		font-size: 40px;
		line-height: 60px;
		margin: 0 0 6px;
	}

	.post-section .image-block {
		min-height: 680px;
	}

	.groups-block .post-section .image-block {
		min-height: inherit;
	}

	.groups-block .content-gallery .btn-next,
	.groups-block .content-gallery .btn-prev,
	.amenities-block .content-gallery .btn-next,
	.amenities-block .content-gallery .btn-prev {
		bottom: 29px;
		background-position: -437px -194px;
		width: 54px;
		height: 78px;
		right: 160px;
	}

	.groups-block .content-gallery .btn-next,
	.amenities-block .content-gallery .btn-next {
		background-position: -549px -194px;
		right: 50px;
	}

	.events-block h1 {
		font-size: 77px;
		line-height: 94px;
		margin: 0 0 28px;
	}

	.events-block h1 .text-cursive,
	.events-block h1 .content-frame h2,
	.content-frame .events-block h1 h2 {
		font-size: 106px;
		line-height: 1;
		font-weight: 400;
		letter-spacing: -.5px;
	}

	.event-box.big-style a {
		height: 600px;
		padding: 102px 193px;
	}

	.gallery-block h1,
	.gallery-block h2 {
		font-size: 107px;
	}

	.photo-gallery .slide {
		padding: 0 30px;
	}

	.gallery-section p {
		margin: 0 0 46px;
	}

	.gallery-holder-block {
		margin: 0 -50px;
	}

	.gallery-section-block {
		margin: -37px auto !important;
	}

	.text-frame-holder.vmb-holder h1 {
		font-size: 83px;
		line-height: 1;
		margin: 76px 0 3px;
	}

	.text-frame-holder.vmb-holder h1 .text-cursive,
	.text-frame-holder.vmb-holder h1 .content-frame h2,
	.content-frame .text-frame-holder.vmb-holder h1 h2 {
		display: inline-block;
		font-size: 125px;
		letter-spacing: 21px;
		line-height: 1;
		margin: -30px -10px 0;
		vertical-align: top;
	}

	.text-frame-holder.blog-block h1 {
		margin: 104px auto 48px;
	}

	.text-frame-holder.blog-block h1 .text-cursive,
	.text-frame-holder.blog-block h1 .content-frame h2,
	.content-frame .text-frame-holder.blog-block h1 h2 {
		font-size: 128px;
		margin: -12px 4px 0;
		display: inline-block;
		vertical-align: top;
	}

	.video-block-section .filter-area {
		margin: 0 5px 92px !important;
	}

	.amenities-block .filter-area .filter-list li {
		padding: 0 20px 5px;
	}

	.filter-area .title {
		margin-right: 25px;
	}

	.filter-area:not(.bold-style) .filter-list li {
		padding: 0 25px 5px;
	}

	.video-holder {
		height: 720px;
	}

	.video-block-section h1 {
		margin: 94px 0 70px;
	}

	.video-block-section h1 .text-cursive,
	.video-block-section h1 .content-frame h2,
	.content-frame .video-block-section h1 h2 {
		display: inline-block;
		font-size: 125px;
		margin: -9px 0 0 10px;
		vertical-align: top;
	}

	.video-post h2 {
		padding: 27px 15px 23px;
	}

	.post-section-holder .link-sales-more {
		left: 75px;
		bottom: 25px;
	}

	.content-frame .logo-block {
		max-width: inherit;
	}

	.statistics-holder table thead th:first-child {
		width: 25.6%;
	}

	.statistics-holder table tbody td,
	.statistics-holder table tbody th {
		padding: 12px 17px 10px;
	}

	.btn-list {
		margin: 71px -10px 107px;
	}

	.btn-list li {
		padding: 0 10px 15px;
	}

	.video-section-block {
		padding: 100px 25px 80px;
	}

	.conference-block {
		max-width: 1038px;
		margin: 0 auto 38px;
	}

	.faq-block {
		padding: 83px 0 0;
	}

	.faq-block h1 {
		margin: 0 0 93px;
		padding: 0 20px;
	}

	.faq-block .tabset {
		padding: 0 48px;
	}

	.faq-block .tabset li {
		font-size: 40px;
		line-height: 45px;
	}

	.faq-block .tabset a {
		padding: 14px 8px 12px;
	}

	.virtual-fame {
		height: 909px;
	}

	.vr-caption {
		font-size: 24px;
		line-height: 28px;
	}

	.icon-360 {
		width: 177px;
		height: 182px;
		background-position: -363px 0;
	}

	.intro-gallery .mask .slide {
		background-position: 50% 50%;
	}

	.intro-gallery .mask .slide .container {
		min-height: 500px;
		padding-bottom: 52px;
	}

	.intro-gallery div.slider-h1 {
		font-size: 80px;
	}

	.intro-gallery {
		font-size: 80px;
		line-height: 65px;
		letter-spacing: -1px;
	}

	.intro-gallery .text-purple {
		font-size: 47px;
		padding: 10px 20px 8px;
		line-height: 1;
		margin: 0 0 -13px;
		min-width: 784px;
	}

	.intro-gallery .text-purple:before {
		margin-bottom: -5px;
	}

	.intro-gallery address {
		font-size: 29px;
		line-height: 25px;
		padding: 13px 35px 15px;
		letter-spacing: -1px;
	}

	.booking-block {
		font-size: 22px;
		line-height: 27px;
	}

	.booking-form .input-holder {
		width: 146px;
		padding: 5px 5px 8px;
	}

	.booking-form .row {
		padding: 13px 230px 0 4.9%;
		margin: 0 -10px 8px;
	}

	.booking-form .row .column {
		padding: 0 56px 10px 10px;
		margin-right: 11px;
	}

	.booking-form .row .column.select-holder .input-holder {
		width: 88px;
		padding-bottom: 5px;
	}

	.booking-form .link-datepicker {
		width: 51px;
		bottom: 10px;
		height: 56px;
		display: block;
		padding: 10px 4px 0 4px;
	}

	.booking-form .link-datepicker img {
		width: 100%;
	}

	.booking-form label {
		font-size: 22px;
		line-height: 27px;
		max-width: 200px;
	}

	.booking-form input[type="text"] {
		height: 43px;
		font-size: 19px;
		padding: 0 11px;
	}

	.booking-form .select-drop {
		margin-right: -6px;
	}

	.booking-form .bnt-holder {
		width: 200px;
	}

	.booking-form button[type=submit] {
		font-size: 36px;
		font-weight: bold;
		line-height: 34px;
		padding-left: 44px;
		padding-right: 47px;
		padding-top: 7px;
		position: relative;
	}

	.booking-form button[type=submit]:after {
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 22px;
	}

	.booking-form .fake-select:after {
		font-size: 38px;
		right: 21px;
		top: 16px;
	}

	.booking-form select {
		height: 43px;
		font-size: 24px;
	}

	.testimonial-block h1 .text-cursive,
	.testimonial-block h1 .content-frame h2,
	.content-frame .testimonial-block h1 h2,
	.testimonial-block h2 .text-cursive,
	.testimonial-block h2 .content-frame h2,
	.content-frame .testimonial-block h2 h2 {
		font-size: 101px;
		line-height: 1;
		margin: -13px 0 4px;
	}

	.lightbox-gallery-nav .slick-arrow {
		margin-top: 0;
	}

	.lightbox-gallery-nav .slick-arrow:after {
		font-size: 93px;
	}

	.lightbox-gallery-nav .slick-next {
		margin-top: 4px;
	}

	.footer-section {
		margin: 0 0 -25px;
	}
}

@media (min-width: 1850px) {
	#nav > .nav-drop > ul > li {
		margin: 4px 15px 0 10px;
	}
}

@media (min-width: 1900px) {
	.fixed-position #nav {
		max-width: 1445px;
	}

	.offer-block {
		width: 378px;
		right: -6px;
	}

	.offer-block .title-text {
		font-size: 31px;
		line-height: 35px;
	}

	.offer-block .info-text {
		font-size: 38px;
		line-height: 42px;
		margin: -6px 3px 4px 0;
	}

	.info-offer span:not(.num) {
		max-width: 120px;
		text-align: right;
		margin: 36px -5px 0 0;
	}

	.info-offer .num {
		font-size: 147px;
	}

	.info-offer sup {
		top: -.8em;
		left: -.1em;
		font-size: 70px;
	}

	.offer-holder {
		font-size: 34px;
		line-height: 38px;
	}

	.container {
		max-width: 1445px;
	}

	.post-section-holder.accommodations-details h1, .post-section-holder.accommodations-details h2 {
		font-size: 68px;
	}

	.post-section-holder.accommodations-details h1 .text-cursive,
	.post-section-holder.accommodations-details h1 .content-frame h2,
	.content-frame .post-section-holder.accommodations-details h1 h2 {
		font-size: 115px;
		margin: -39px 15px 0 0;
	}

	.post-section-holder.accommodations-details h2 .text-cursive,
	.post-section-holder.accommodations-details h2 .content-frame h2,
	.content-frame .post-section-holder.accommodations-details h2 h2 {
		font-size: 115px;
		margin: -39px 15px 0 0;
	}

	.intro-gallery .mask .slide .container {
		min-height: 719px;
	}

	.countdown-section {
		font-size: 41px;
		line-height: 45px;
	}

	.countdown-section + .countdown-section:before {
		font-size: 30px;
		left: -9%;
		top: 33%;
	}

	.countdown-period {
		font-size: 23px;
		line-height: 17px;
	}
}

@media (max-width: 1023px) {
	.signup-block {
		clear: both;
	}
}

@media all and (max-width: 800px) {
	.fancybox-controls {
		text-align: left;
	}

	.fancybox-button--left,
	.fancybox-button--right,
	.fancybox-buttons button:not(.fancybox-button--close) {
		display: none !important;
	}

	.fancybox-caption {
		padding: 20px 0;
		margin: 0;
	}

	.fancybox-thumbs {
		display: none !important;
	}

	.fancybox-container--thumbs .fancybox-controls,
	.fancybox-container--thumbs .fancybox-slider-wrap,
	.fancybox-container--thumbs .fancybox-caption-wrap {
		right: 0;
	}
}

@media (max-width: 799px) {
	.offer-block:before {
		box-shadow: 5px 3px 3px 5px rgba(48, 47, 47, .25);
	}

	.panel-block em.em-phone {
		right: 102px;
	}
}

@media (max-width: 767px) {
	#header.fixed-position {
		padding: 10px 0 5px;
		-webkit-animation: moveHeader linear .25s;
		animation: moveHeader linear .25s;
	}

	#nav {
		position: fixed;
		top: 118px;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 99;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: visibility, opacity, .25s linear 0s;
		transition: visibility, opacity, .25s linear 0s;
		overflow: auto;
	}

	.fixed-position #nav {
		top: 71px;
	}

	.fixed-position .offer-block {
		visibility: hidden;
		opacity: 0;
	}

	.offer-block:before,
	.offer-block:after {
		display: none;
	}

	.fixed-position .social-holder {
		box-shadow: inset 0 4px 8px -4px rgba(48, 47, 47, .25), 0 3px 6px -2px rgba(48, 47, 47, .25);
	}

	.fixed-position .text-temperature {
		opacity: 0;
		visibility: hidden;
	}

	.fixed-position .signup-block {
		box-shadow: inset 0 4px 8px -4px rgba(48, 47, 47, .25), 0 3px 6px -2px rgba(48, 47, 47, .25);
	}

	.post-section {
		height: inherit !important;
	}

	.post-section .text-holder,
	.post-section .content-gallery .slide {
		height: inherit !important;
	}

	.content-gallery .mask .slideset {
		max-width: 767px;
	}

	.content-gallery .mask {
		height: 350px !important;
	}

	.page-accommodations .post-section-holder .post-section .text-holder {
		padding-top: 0px;
	}

	.resort-accommodations .post-section ul.info-list, .beach-houses .post-section ul.info-list {
		width: 100% !important;
		max-width: 100% !important;
		margin: 10px 0 0 0 !important;
	}

	.photo-gallery .slide > a:after {
		bottom: 5px;
		right: 5px;
		-webkit-transform: scale(.8);
		-ms-transform: scale(.8);
		transform: scale(.8);
	}

	.filter-list {
		display: inline;
	}

	.image-blocks .image-holder {
		max-width: 370px;
		margin-left: auto;
		margin-right: auto;
	}

	.intro-gallery .mask .slide:after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		background: #000;
		opacity: .2;
	}
}

@media (max-width: 479px) {
	.video-post h2 {
		height: inherit !important;
	}
}

@-webkit-keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@-webkit-keyframes moveHeader {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes moveHeader {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}


/* Testimonials Heading Fix */
.post-section-holder.accommodations-details .testimonial-block h2 {
    text-align: center!important;
}
.post-section-holder.accommodations-details .testimonial-block h2 .text-cursive {
	display: block;
}

@media (min-width: 1800px) {
	.post-section-holder.accommodations-details .testimonial-block h2 .text-cursive {
		line-height: 1.2;
	}
}


@media (max-width: 760px) {
	.wp-bar-open #nav {
		top: 179px;
	}
}

/*
Overrides GD Availability Calendar underline styles
Limit scope if needed
*/
a:focus,
a:hover,
.btn-prev,
.btn-next {
    text-decoration: initial!important;
}

/* ADA Updates [Start] */
a:focus {
    outline: dotted 1px #ddd!important;
	/* outline: Highlight auto 1px!important;
	outline: -webkit-focus-ring-color auto 1px!important; */
}
.contact-block a,
#footer .contact-info a {
    text-decoration: underline;
}
#header .gfield_label {
    position: static!important;
}
/* ADA Updates [End] */