/*
Theme Name: MountAiry
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

/*! 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-family: "futura-pt-bold", sans-serif;
font-weight: 700;
font-style: normal;
}

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

.social-list,
#nav,
#nav ul,
.add-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after {
	content: "";
	display: block;
	clear: both;
}

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

html {
	box-sizing: border-box;
}

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

* {
	max-height: 1000000px;
}

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

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

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

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.2em;
}

blockquote {
	border-left: 4px solid #999;
	padding-left: .5em;
	margin-left: 1.2em;
}

th,
td {
	border: 1px solid #999;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.widget {
	margin-bottom: 1.2em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
	margin-bottom: 4px;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.search-form {
	margin-bottom: 15px;
}

.search-form input {
	float: left;
	height: 2em;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
}

.post-password-form input {
	float: left;
	height: 2em;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #333;
	color: #fff;
	height: 2em;
	border: none;
	padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 1.2em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.2em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.2em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 48%;
	background: #333;
	color: #fff;
	padding: .4em;
	text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	opacity: .8;
}

.navigation-single {
	margin-bottom: 1.2em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: #333;
	color: #fff;
	text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	opacity: .8;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #999;
	padding: .4em;
	margin-bottom: 1.2em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.2em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.2em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.2em;
}

.mejs-container {
	margin-bottom: 1.2em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

#wp-calendar tbody td {
	text-align: center;
}

#wp-calendar td,
#wp-calendar th {
	border: 1px solid #999;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	/* font-family: inherit; */
	font-family: "Open Sans",Arial,Helvetica,sans-serif;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
	text-transform: uppercase;
}

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

a {
	color: #39f;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
}

\

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

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

#header .container {
	overflow: hidden;
	padding: 12px 15px 25px;
}

#header .social-list {
	float: right;
	padding: 36px 3px 0;
	display: none;
}

.logo {
	float: left;
	width: 288px;
	height: 94px;
}

.logo img {
	display: block;
}

.social-list {
	float: left;
}

.social-list li {
	float: left;
	padding: 0 10px 10px 0;
}

.social-list a {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	display: block;
	width: 44px;
	height: 44px;
	background: url(../images/social-ico.png) no-repeat;
}

.social-list a:hover {
	opacity: .7;
}

.social-list a.facebook {
	background-position: 0 0;
}

.social-list a.twitter {
	background-position: -54px 0;
}

.social-list a.instagram {
	background-position: -107px 0;
}

.social-list a.linkedin {
	background-position: -163px 0;
}

.main-nav {
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	text-transform: uppercase;
	max-width: 1254px;
	position: absolute;
	top: 96px;
	right: 0;
	margin: 0 -100% 0 0;
	z-index: 10;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	width: 100%;
	background: #000;
}

.nav-active .main-nav {
	margin: 0;
}

.resize-active .main-nav {
	-webkit-transition: none;
	transition: none;
}

#nav {
	text-align: center;
}

#nav li {
	border-top: 1px solid #fff;
}

#nav li.hover ul {
	display: block;
}

#nav li.active a {
	opacity: .7;
}

#nav li.active ul a {
	opacity: 1;
}

#nav li.active ul a:hover {
	opacity: .7;
}

#nav a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 10px;
}

#nav a:hover {
	opacity: .7;
}

#nav ul {
	font-size: 14px;
	line-height: 17px;
	background: #000;
	width: 100%;
	display: none;
}

#nav ul li.active a {
	opacity: .7;
}

#nav ul li a {
	display: block;
	padding: 15px 20px;
}

.nav-opener {
	position: absolute;
	top: 27px;
	right: 15px;
	width: 40px;
	height: 40px;
	background: #000;
	border-radius: 3px;
}

.nav-opener:hover {
	opacity: .9;
}

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

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15%;
	right: 15%;
}

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

.nav-opener span,
.nav-opener:before,
.nav-opener:after {
	background: #fff;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 25%;
	right: 25%;
	height: 4px;
	margin-top: -2px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 30%;
}

.nav-opener:after {
	top: 70%;
}

.top-section {
	position: relative;
}

.visual {
	background-size: cover;
	background-position: 50% 50%;
	height: 400px;
	overflow: hidden;
}

.form-holder {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #792a90;
	background: rgba(121, 42, 144, .53);
	padding: 15px 0 13px;
}

.form-holder .container > strong:first-child {
	font-size: 18px;
	line-height: 40px;
	color: #fff;
	font-weight: 800;
	font-style: italic;
}

.survey .area {
	padding: 0 0 10px;
}

.survey .area input {
	width: 100%;
	height: 40px;
	background: #fff;
	border: 0;
	color: #898989;
	outline: none;
}

.survey .area input::-webkit-input-placeholder {
	color: #898989;
}

.survey .area input::-moz-placeholder {
	opacity: 1;
	color: #898989;
}

.survey .area input:-moz-placeholder {
	color: #898989;
}

.survey .area input:-ms-input-placeholder {
	color: #898989;
}

.survey .area input.placeholder {
	color: #898989;
}

.survey .area input.datepicker {
	background: #fff url(http://mountairycasino.com/resnet/images/bg-datepicker.png) no-repeat 100% 50%;
}

.survey .fake-select {
	position: relative;
	display: block;
}

.survey .fake-select:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 35px;
	background: #fff url(http://mountairycasino.com/resnet/images/bg-select.png) no-repeat 50% 50%;
	pointer-events: none;
	z-index: 1;
}

.survey select::-ms-expand {
	display: none;
}

.survey select {
	display: inline-block;
	padding: 4px 40px 4px 12px;
	margin: 0;
	border: none;
	height: 40px;
	font: inherit;
	outline: none;
	line-height: 1.2;
	background: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	position: relative;
	color: #898989;
}

.survey input[type="submit"] {
	border: 0;
	background: -webkit-linear-gradient(left, #e91576 0%, #199ad6 100%);
	background: linear-gradient(to right, #e91576 0%, #199ad6 100%);
	color: #fff;
	font-size: 18px;
	line-height: 21px;
	font-weight: 800;
	font-style: italic;
	text-transform: uppercase;
	height: 40px;
	padding: 0 1px;
	width: 100%;
	letter-spacing: -1px;
}

.ui-datepicker-header {
	background: #fff;
	overflow: hidden;
	padding: 5px;
}

.ui-datepicker-header .ui-datepicker-prev {
	float: left;
	cursor: pointer;
}

.ui-datepicker-header .ui-datepicker-prev:hover {
	color: #000;
}

.ui-datepicker-header .ui-datepicker-next {
	float: right;
	cursor: pointer;
}

.ui-datepicker-header .ui-datepicker-next:hover {
	color: #000;
}

.ui-datepicker-header .ui-datepicker-title {
	overflow: hidden;
	text-align: center;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
	background: #fff;
}

.ui-datepicker-calendar th a,
.ui-datepicker-calendar td a {
	text-decoration: none;
}

.ui-datepicker-calendar th a:hover,
.ui-datepicker-calendar td a:hover {
	color: #000;
}

.promo-section {
	padding-top: 20px;
	padding-bottom: 20px;
}

.promo-section .row .promo-block {
	padding-bottom: 15px;
}

.promo-section .row .promo-block img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.info-section {
	overflow: hidden;
	padding-bottom: 55px;
}

.info-section .btn-holder {
	font-size: 14px;
	line-height: 18px;
	font-weight: 800;
	font-style: italic;
	text-transform: uppercase;
	text-align: center;
}

.info-section .btn-holder .btn {
	display: block;

	position: relative;
	color: #fff;
	padding: 15px 5px;
	margin: 0 0 18px;
	background: #666666;
	/*
	background: #7b2a90;
	background: -webkit-linear-gradient(left, #e61b6e 0%, #7b2a90 100%);
	background: linear-gradient(to right, #e61b6e 0%, #7b2a90 100%);
	*/
	text-decoration: none;
}

.info-section .btn-holder .btn.btn1 {
	background: #666666;
	/*
	background: -webkit-linear-gradient(left, #f05422 0%, #e51b74 100%);
	background: linear-gradient(to right, #f05422 0%, #e51b74 100%);
	*/
}

.info-section .btn-holder .btn:after {
	content: ">";
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 12px;
}

.info-section .btn-holder .btn:hover {
	opacity: .85;
}

.info-section .holder .info {
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 18px;
}

.info-section .holder address {
	display: inline-block;
	vertical-align: top;
	margin: 0 -4px 0 0;
	font-style: normal;
	font-weight: 500;
}

.info-section .holder .tel {
	display: inline-block;
	vertical-align: top;
	margin: 0 -4px 0 16px;
}

.info-section .holder .tel:before {
	content: "|";
	display: inline-block;
	vertical-align: top;
	margin: -2px 11px 0 -11px;
}

.info-section .holder .tel a {
	text-decoration: none;
	color: inherit;
}

.info-section .holder .tel a:hover {
	opacity: .7;
}

.logo1 {
	float: left;
	margin: -4px 12px 0;
}

.add-nav {
	font-size: 16px;
	line-height: 18px;
	font-weight: 500;
	text-transform: uppercase;
	color: #010000;
	margin: 0 0 5px;
	display: inline-block;
	vertical-align: top;
}

.add-nav li {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	margin: 0 -4px 0 0;
}

.add-nav li + li:before {
	content: "|";
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 0 -15px;
}

.add-nav a {
	color: inherit;
	text-decoration: none;
}

.add-nav a:hover {
	opacity: .8;
}

#footer {
	background: #000;
	padding: 43px 0 37px;
	color: #fff;
	font-size: 18px;
	line-height: 21px;
}

#footer .container {
	overflow: hidden;
}

#footer .info1 {
	margin: 0 0 5px;
	display: block;
}

#footer .info1 a {
	text-decoration: none;
	color: inherit;
}

#footer .info1 a:hover {
	opacity: .7;
}

#footer .copyright {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

#footer .copyright a {
	color: inherit;
	text-decoration: none;
}

#footer .copyright a:hover {
	opacity: .7;
}

#main {
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 50px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#content iframe {
	max-width: 100%;
}

#wp-calendar {
	width: 100%;
}

@media (min-width: 480px) {
	.promo-section {
		padding-top: 40px;
		padding-bottom: 38px;
	}

	.promo-section .row {
		margin: 0 -10px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.promo-section .row > * {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.promo-section .row .promo-block {
		padding: 0 10px 20px;
	}
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	.main-nav {
		top: 131px;
	}

	.nav-opener {
		top: 45px;
	}

	.form-holder .container > strong:first-child {
		float: left;
		margin: 0 15px 0 0;
	}

	.survey {
		overflow: hidden;
		height: 1%;
		white-space: nowrap;
	}

	.survey fieldset > * {
		display: inline-block;
		vertical-align: top;
		width: 25%;
		margin: 0 -4px 0 0;
		white-space: normal;
	}

	.survey .area {
		padding: 0 10px 0 0;
	}

	.survey input[type="submit"] {
		width: 25%;
	}

	.promo-section .row .promo-block {
		padding: 0 10px 37px;
	}

	.info-section .btn-holder {
		float: right;
		width: 272px;
		padding: 2px 9px 0 10px;
		text-align: left;
		font-size: 18px;
		line-height: 23px;
	}

	.info-section .btn-holder .btn {
		padding: 11px 5px 12px 38px;
	}

	.info-section .holder {
		overflow: hidden;
		height: 1%;
		padding: 0 0 0 16px;
	}

	.add-nav {
		margin: 0 -14px 10px;
		display: block;
	}

	#footer .info1 {
		float: left;
	}

	#footer .copyright {
		float: right;
	}

	#main {
		overflow: hidden;
	}

	#content {
		width: 65%;
		float: left;
	}

	#content:only-child {
		width: 100%;
	}

	#sidebar {
		width: 32%;
		float: right;
	}
}

@media (min-width: 1024px) {
	#header .container {
		padding: 12px 37px 27px;
	}

	#header .social-list {
		display: block;
	}

	.nav-holder {
		font-size: 26px;
		line-height: 30px;
		position: relative;
		z-index: 10;
		background: #000;
	}

	.main-nav {
		margin: 0 auto;
		top: auto;
		position: relative;
		right: auto;
		width: auto;
	}

	.nav-active .main-nav {
		margin: 0 auto;
	}

	#nav {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		text-align: left;
	}

	#nav li {
		padding: 27px 20px 26px;
		border-top: none;
		position: relative;
	}

	#nav li.hover ul {
		display: block;
	}

	#nav li.hover:last-child ul {
		left: auto;
		right: 0;
	}

	#nav a {
		display: inline;
		padding: 0;
	}

	#nav ul {
		position: absolute;
		top: 100%;
		left: 0;
		width: 280px;
	}

	#nav ul li {
		padding: 0;
	}

	.nav-opener {
		display: none;
	}

	.nav-holder + .top-section {
		margin-top: -83px;
	}

	.visual {
		height: 770px;
	}

	.form-holder {
		z-index: 10;
	}

	.info-section .btn-holder {
		width: 392px;
		font-size: 30px;
		line-height: 33px;
	}

	#main {
		border-top: none;
	}
}

@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}

@media (min-width: 1280px) {
	.main-nav {
		font-size: 26px;
		line-height: 30px;
	}

	#nav ul {
		font-size: 18px;
		line-height: 21px;
	}

	.form-holder .container > strong:first-child {
		font-size: 33px;
		line-height: 62px;
		margin: 0 17px 0 3px;
		letter-spacing: 1px;
	}

	.survey .area input::-webkit-input-placeholder {
		letter-spacing: 2px;
	}

	.survey .area input::-moz-placeholder {
		letter-spacing: 2px;
	}

	.survey .area input:-moz-placeholder {
		letter-spacing: 2px;
	}

	.survey .area input:-ms-input-placeholder {
		letter-spacing: 2px;
	}

	.survey .area input.placeholder {
		letter-spacing: 2px;
	}

	.survey .area input {
		height: 67px;
	}

	.survey select {
		letter-spacing: 2px;
		height: 67px;
	}

	.survey input[type="submit"] {
		font-size: 30px;
		line-height: 33px;
		height: 67px;
	}

	.info-section .holder .info {
		font-size: 18px;
		line-height: 21px;
		margin: 0 0 22px;
	}

	.info-section .holder address {
		letter-spacing: .6px;
	}

	.info-section .holder .tel {
		letter-spacing: .6px;
	}

	.add-nav {
		letter-spacing: 1px;
		font-size: 16px;
		line-height: 25px;
		margin: 0 -6px 18px;
	}

	#footer .info1 {
		margin: 0 0 0 20px;
	}
}

@media (max-width: 1023px) {
	iframe {
		width: 100%;
	}

	#footer {
		font-size: 14px;
		line-height: 17px;
	}
}

@media (max-width: 767px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0 3px;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}

	.logo {
		width: 180px;
		height: 59px;
	}

	.social-list {
		float: none;
		display: inline-block;
		vertical-align: top;
	}

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

	.info-section .holder address {
		display: block;
		margin: 0 0 5px;
	}

	.info-section .holder .tel {
		display: block;
		margin: 0 0 5px;
	}

	.info-section .holder .tel:before {
		content: "";
		margin: 0;
	}

	.logo1 {
		float: none;
		display: inline-block;
		vertical-align: top;
		margin: 0;
	}

	#footer {
		text-align: center;
		padding: 15px 0;
		font-size: 12px;
		line-height: 15px;
	}
}


.subpages {
    margin: 30px 0;
    display: table;
}

.subitem {
    width: 50%;
    float: left;
    padding: 0 15px 25px 0;
    display: table-cell;
}

@media (max-width: 500px) {

.subitem {
    width: 100%;
    float: left;
    padding: 0 15px 25px 0;
    display: table-cell;
}

}

p .btn {
    color: #fff;
    padding: 15px;
    margin: 18px 0;
    background: #7b2a90;
    background: -webkit-linear-gradient(left, #e61b6e 0%, #7b2a90 100%);
    background: linear-gradient(to right, #e61b6e 0%, #7b2a90 100%);
    text-decoration: none;
	font-size: 24px;
    line-height: 26px;
	text-transform:uppercase;
font-weight: 800;
font-style: italic;
display: inline-block;
}

p .btn a {
	 margin: 18px 0;
	}
	
	
.subitem-inside {
    width: 100%;
    float: left;
    margin-bottom:30px;
    display: table-cell;
}

.subitem-inside img {
float:left;
margin-right:20px;
	
}

.subitem-inside .btn a {
	 color: #fff;
    padding: 15px;
    margin: 18px 0;
    background: #7b2a90;
    background: -webkit-linear-gradient(left, #e61b6e 0%, #7b2a90 100%);
    background: linear-gradient(to right, #e61b6e 0%, #7b2a90 100%);
    text-decoration: none;
	font-size: 20px;
    line-height: 23px;
	text-transform:uppercase;
font-weight: 800;
font-style: italic;
display: inline-block;}

.subitem-inside p img {
float:left;
width:auto;	
}


.inside-text {
overflow:hidden;	
}

@media (max-width: 767px) {
.subitem-inside img {
width:100%;	
margin:10px 0;
display:block;
}

.inside-text {
	width:100%;	

display:block;
}

.form-holder {
    position: relative;
      background: rgba(121, 42, 144, 1);
	  margin-top:20px;
}
}

#mobileonly {
display:none;}

@media (max-width: 600px) {
	#mobileonly {
display:block;}

}


/* events DG */

.event {
	border-bottom: 1px solid #999;
	padding: 0 0 28px;
	margin: 0 0 31px;
	font-size: 18px;
	line-height: 24px;
	position: relative;
}

.event .evvisual {
	float: left;
	margin: 0 24px 0 0;
}

.event .evvisual img {
	display: block;
}

.event .holder {
	overflow: hidden;
}

.event .frame {
	overflow: hidden;
	padding: 3px 0 0;
}

.event .btn {
	float: right;
	 color: #fff;
    padding: 15px;
	 background: #7b2a90;
    background: -webkit-linear-gradient(left, #e61b6e 0%, #7b2a90 100%);
    background: linear-gradient(to right, #e61b6e 0%, #7b2a90 100%);
    text-decoration: none;
	font-size: 20px;
    line-height: 23px;
	text-transform:uppercase;
font-weight: 800;
font-style: italic;
display: inline-block;
	
	
	margin: 3px 0 10px 10px;
	border-radius: 0;
	clear:both;
}

.event h2 {
	font-weight: 900;
	font-size: 24px;
	line-height: 29px;
	text-transform: uppercase;
	margin: 0;
}

.event .meta {
	font-size: 24px;
	line-height: 29px;
	display: block;
	color: #7b2a90;
	margin: 0 0 23px;
}

@media (max-width: 1189px) {
.event {
		padding: 0 0 64px;
		margin: 0 0 20px;
	}

	.event .evvisual {
		max-width: 290px;
		margin: 0 15px 0 0;
	}

	.event .frame {
		padding: 0;
	}

	.event .btn {
		position: absolute;
		bottom: 20px;
		left: 0;
		margin: 0;
		min-width: 290px;
	}
}

@media (max-width: 767px) {
	.event {
		margin: 0 0 30px;
		padding: 0 0 15px;
	}

	.event .evvisual {
		float: none;
		margin: 0 auto;
	}

	.event .btn {
		position: static;
		min-width: 1px;
		display: block;
		float: none;
		margin: 0 auto 10px;
		width: 290px;
	}
}


.event::after {
    content: "";
    display: block;
    clear: both;
}

/* HOTEL EXPERIENCE */

.tree-columns .col-holder {
  font-size: 0;
  line-height: 0;
}

.one-columnb .col-holder {
  font-size: 0;
  line-height: 0;
}

.tree-columns .col-holder .col {
  width: 32.4%;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 .8% .8%;
  position: relative;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #fff;
}

.one-columnb .col-holder .col {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  position: relative;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #fff;
}

.tree-columns .col-holder .col img {
  width: 99%;
}

.tree-columns .col-holder .col:first-child {
  margin: 0;
}

.tree-columns .col-holder .col:hover .col-frame {
  opacity: 1;
  pointer-events: auto;
}

.tree-columns .col-holder .col-frame {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .6);
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.tree-columns .col-holder .col-frame:after {
  content: "";
  display: inline-block;
  height: 100%;
  margin: 0 0 0 -5px;
  overflow: hidden;
  vertical-align: middle;
  width: 1px;
}

.tree-columns .col-holder .col-frame .holder {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
      padding: 0 25px;
}

.tree-columns .col-holder h2 {
  margin: 0 0 25px;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 44px;
  font-weight: bold;
  color:#fff;
}

.tree-columns .col-holder h2 a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.tree-columns .col-holder h2 a:hover {
  opacity: .8;
}

@media (max-width: 767px) {

 .tree-columns .col-holder .col {
    display: block;
    width: auto;
    margin: 20px 0 0;
  }
  .tree-columns .col-holder .col-frame {
    opacity: 1;
    pointer-events: auto;
  }

}

.btn {
	 color: #fff;
    padding: 15px;
	 background: #7b2a90;
    background: -webkit-linear-gradient(left, #e61b6e 0%, #7b2a90 100%);
    background: linear-gradient(to right, #e61b6e 0%, #7b2a90 100%);
    text-decoration: none;
	font-size: 20px;
    line-height: 23px;
	text-transform:uppercase;
font-weight: 800;
font-style: italic;
display: inline-block;
	margin: 3px 0 10px 10px;
	border-radius: 0;
	clear:both;
}
.press {
width:90%;	
}
.press ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.press li {
    font-size: 18px;
    list-style: none;
    clear: both;
    margin: 15px 0;
	padding:15px 0;

}

.press h4 {
    float: left;
    margin: 0;

}
.press .time {
float:right;	
}

.press-top {
clear:both;
width:100%;	

}

.press-top:after {
	content:'';
	display:block;
clear:both;
border-bottom:1px solid #000;
margin-bottom:20px;}