/*
Theme Name: 	resorts
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:
*/

#header:after,
#nav .drop-holder:after,
.contacts-block:after,
.top-panel:after,
.top-panel .booking-module:after,
.main-holder:after,
.main-holder .page-heading:after,
.container .heading:after,
.visual-block:after,
.events-block:after,
.block-menu:after,
#footer .footer-menu:after {
clear: both;
content: " ";
display: block;
}

#nav > ul,
#nav .drop-holder > ul ul,
.top-panel .booking-module .drop ul,
.container .tabset,
.three-columns,
.block-menu .column ul,
.social-networks,
#footer .widget ul {
list-style: none;
margin: 0;
padding: 0;
}






html {
box-sizing: border-box;
}

*,
*:before,
*:after {
box-sizing: inherit;
}

* {
margin: 0;
max-height: 1000000px;
padding: 0;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
margin: 0 0 14px;
}

html,
body,
div,
span,
applet,
embed,
object,
iframe,
frameset,
p,
q,
blockquote,
sub,
sup,
a,
abbr,
acronym,
font,
img,
small,
center,
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
big,
u,
ins,
i,
cite,
em,
var,
dfn,
address,
s,
strike,
del,
dl,
dt,
dd,
ol,
ul,
li,
pre,
code,
kbd,
samp,
tt,
fieldset,
legend,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
background: none;
border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
display: block;
}

input[type=text],
input[type=email],
input[type=search],
input[type=password],
input[type=file],
input[type=submit],
textarea {
-webkit-appearance: none;
-webkit-border-radius: 0;
}

body {
font: 16px/24px 'avenirregular', Arial, Helvetica, sans-serif;

background: #e5ded1 url(images/bg-body.png);
color: #000000;
overflow-y: scroll;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: none;
}

a {
color: #12214F;
outline: none;
text-decoration: underline;
}

a:hover {
text-decoration: none;
}

img {
height: auto;
max-width: 100%;
vertical-align: top;
}

video,
iframe,
object,
embed {
max-width: 100%;
}

input,
textarea,
select {
font: 100% 'avenirregular', Arial, Helvetica, sans-serif;

color: #000;
outline: none;
vertical-align: middle;
}

textarea {
overflow: auto;
resize: vertical;
vertical-align: top;
}

input[type="text"],
input[type="tel"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
-webkit-appearance: none;
background: #fff;
border: 1px solid #f1f1f1;
-webkit-border-radius: 0;
margin: 0;
padding: 6px 7px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
border-color: #a4a4a4;
}

label {
vertical-align: middle;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
.btn{
font-size: 14px;

background: #12214F !important;
border: 0;
color: #fff !important;
cursor: pointer;
display: inline-block;
height: 30px;
padding: 0 15px;
text-align: center;
text-decoration: none;
vertical-align: top;
}

.btn_red {
font-size: 14px;

background: #e61d35;
border: 0;
color: #fff !important;
cursor: pointer;
display: inline-block;
height: 30px;
padding: 0 15px;
text-align: center;
text-decoration: none;
vertical-align: top;	
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.btn:hover {
background: #0ea3d3;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
}

.btn {
line-height: 18px;

height: auto;
padding: 4px 30px 5px;
}


.btn_red {
line-height: 18px;

height: auto;
padding: 4px 30px 5px;
}

input[type="search"] {
-webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration {
display: none;
}

b,
strong,
th {
font-weight: bold;
}

h1,
h2,
h3,
h4,
h5 {
font-weight: normal;
font-family: 'din_condensedbold', "Helvetica Neue", Helvetica, Arial, "sans-serif"; 

}

h1 {
font-size: 36px; /*Emily Changed*/
line-height: 38px; /*Emily Changed*/
color: #12214F;
margin-bottom: 15px; /*Emily Changed*/
text-transform: uppercase;
}

h2 {
font-size: 32px;
line-height: 36px;
color: #2E579E;
margin-bottom: 18px;
text-transform: none; /*Changed by Emily to look better on events pages*/
}

h3 {
font-size: 30px;
line-height: 32px;
color: #2E579E;
margin-bottom: 20px;
margin-top: 12px;
}

h4 {
font-size: 26px;
line-height: 28px;
margin-bottom: 27px;
    color: #2E579E;
}

h5 {
font-size: 22px;
line-height: 24px;
margin-bottom: 20px;
    color: #2E579E;
}

h6 {
font-size: 16px;
font-weight: normal;
line-height: 18px;

background: #f1f1f1;
color: #6d6e71;
margin: 0 0 1px;
padding: 3px 15px 5px;
}

h6 span {
font-weight: bold !important;
}

i,
cite,
em,
var,
dfn,
address {
font-style: italic;
}

u,
ins {
text-decoration: underline;
}

s,
strike,
del {
text-decoration: line-through;
}

blockquote,
blockquote:before,
blockquote:after,
q,
q:before,
q:after {
quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}

blockquote {
border-left: 4px solid #ccc;
margin-left: 14px;
padding-left: 10px;
}

cite {
display: block;
text-align: right;
}

sub,
sup {
font-size: 75%;
line-height: 0;

position: relative;
vertical-align: baseline;
}

sup {
top: -.5em;
}

sub {
bottom: -.25em;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
border-collapse: collapse;
border-spacing: 0;
}

th,
td {
border: 1px solid #ccc;
padding: 3px 7px;
text-align: left;
vertical-align: top;
}

th {
border-color: #999;
text-align: center;
vertical-align: middle;
}

ul {
margin-left: 1px;
}

ul,
ol {
padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
margin: 0;
padding-left: 3em;
}

ul > li {
list-style-type: disc;
}

dl dt {
font-weight: bold;

clear: left;
float: left;
padding-right: 4px;
}

pre {
max-width: 100%;
overflow: auto;
}

.widget {
margin-bottom: 14px;
overflow: hidden;
}

.widget ul {
padding-left: 2em;
}

.widget select {
min-width: 150px;
}

.comment-form textarea,
.comment-form input[type="text"],
.search-form input[type="search"] {
margin: 0 4px 0 0;
width: 300px;
}

#footer .search-form input[type="search"] {
margin: 0 2px 0 0;
width: 180px;
}

.search-form input[type="search"] {
width: 250px;
}

.post-password-form label {
vertical-align: top;
}

.post-password-form input[type="password"],
.search-form input[type="text"] {
width: 150px;
}

#sidebar .search-form {
padding: 0 58px 0 0;
}

#sidebar .search-form input[type="search"] {
float: left;
margin: 0;
width: 100%;
}

#sidebar .search-form input[type="submit"] {
float: right;
margin: 0 -58px 0 0;
padding: 0 5px;
width: 58px;
}

.commentlist {
margin: 0 0 14px;
}

.commentlist .edit-link {
margin: 0;
}

.commentlist-item .commentlist-item {
padding: 0 0 0 3em;
}

.comment,
.commentlist-holder {
overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
padding-top: 14px;
}

.commentlist .avatar-holder {
float: left;
margin: 0 14px 4px 0;
}

.comment-form label {
display: block;
padding-bottom: 4px;
}

.comment-form textarea {
height: 120px;
margin: 0;
min-height: 120px;

overflow: auto;
padding: 3px 4px;
}

#wp-calendar {
width: 100%;
}

.widget_calendar #next {
text-align: right;
}

.gallery-item dt {
float: none;
padding: 0;
}

.navigation {
margin: 0 0 14px;
overflow: hidden;
}

.navigation .next {
float: left;
}

.navigation .prev {
float: right;
}

.wp-caption {
border: 1px solid #ccc;
clear: both;
max-width: 98%;
padding: 5px;
}

.wp-caption img {
vertical-align: top;
}

.wp-caption p {
margin: 10px 0 0;
}

div.aligncenter {
margin: 0 auto 14px;
}

img.aligncenter {
display: block;
margin: 0 auto;
}

.alignleft {
float: left;
margin: 0 14px 4px 0;
}

.alignright {
float: right;
margin: 0 0 4px 14px;
}


@font-face {
font-family: "icomoon";
src: url("fonts/icomoon.eot?-gukxs7");
src: url("fonts/icomoon.eot?#iefix-gukxs7") format("embedded-opentype"), url("fonts/icomoon.woff?-gukxs7") format("woff"), url("fonts/icomoon.ttf?-gukxs7") format("truetype"), url("fonts/icomoon.svg?-gukxs7") format("svg");
font-weight: normal;
font-style: normal;
}

@font-face {
    font-family: 'avenirregular';
    src: url('fonts/avenir_roman-webfont.woff2') format('woff2'),
         url('fonts/avenir_roman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'din_condensedbold';
    src: url('fonts/dincondensed-bold-webfont.woff2') format('woff2'),
         url('fonts/dincondensed-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

[class^="icon-"],
[class*=" icon-"],
.custom-uber-menu i[class^="fa-"],
.custom-uber-menu i[class*=" fa-"] {
font-family: "icomoon";
font-weight: normal;
font-style: normal;
font-variant: normal;
line-height: 1;

-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none;
text-transform: none;
}

.custom-uber-menu .fa-music:before,
.icon-hotel:before {
color: #12214F;
content: "\e602";
}

.icon-casino:before,
.custom-uber-menu .fa-desktop:before {
font-size: 26px;

color: #12214F;
content: "\e603";
}

.icon-promotions:before,
.custom-uber-menu .fa-desktop:before {
font-size: 26px;

color: #12214F;
content: "\e99f";
}

.icon-sports:before,
.custom-uber-menu .fa-desktop:before {
font-size: 26px;

color: #12214F;
content: "\e99e";
}

.icon-online-casino:before,
.custom-uber-menu .fa-desktop:before { /*Emily Added Aug 18*/
font-size: 26px;

color:#12214F;
content: "\e603";
}

.icon-entertainment:before,
.custom-uber-menu .fa-laptop:before {
font-size: 27px;

color: #12214F;
content: "\e604";
}

.icon-dining:before,
.custom-uber-menu .fa-tablet:before {
font-size: 22px;

color: #12214F;
content: "\e605";
}

.icon-meetings:before,
.custom-uber-menu .fa-mobile:before {
font-size: 27px;

color: #12214F;
content: "\e606";
}

.icon-star-card:before,
.custom-uber-menu .fa-sign-out:before {
font-size: 18px;

color: #12214F;
content: "\e607";
}

.icon-offers:before,
.custom-uber-menu .fa-sign-in:before {
font-size: 30px;

color: #12214F !important;
content: "\e608";
}

.icon-08 {
font-size: 20px;

display: inline-block !important;
margin: -6px 8px 0 0;
vertical-align: middle;
}

.icon-08:before {
content: "\e609";
}

.icon-mail:before {
content: "\e60a";
}



.icon-sports-bet:before,
.custom-uber-menu .fa-desktop:before { /* Lauren Added 5/11/21 */
content: url(images/icon-sports-blue.png);
	display: inline-block;
}

.icon-gaming-cards:before,
.custom-uber-menu .fa-desktop:before { /* Lauren Added 5/11/21 */
content: url(images/icon-cards-blue.png);
	display: inline-block;
}


.icon-gaming-spade:before,
.custom-uber-menu .fa-desktop:before { /* Lauren Added 5/11/21 */
content: url(images/icon-spade-blue.png);
	display: inline-block;
}

.icon-weddings:before,
.custom-uber-menu .fa-desktop:before { /* Emily Added 7/5/22 */
content: url(images/icon-wedding-rings.png);
	display: inline-block;
}
#nav > ul > li.hover [class^="icon-"]:before, #nav > ul > li.active [class^="icon-"]:before {color: #fff !important}

#wrapper {
margin: 0 auto;
max-width: 1360px; /* changed max-width: 1260px; */
padding: 0 15px;
position: relative;
}

#header {
margin: 0 0 25px; /* Was margin: 0 0 20px; on 8/12/2015 */
position: relative;
background-color: white; /*added this*/
}

.nav-column {
float: left;
margin: 0 -330px 0 0;
width: 330px;
}

.logo-area {
background: #12214F;
padding: 34px 35px 33px;
position: relative;
text-align: center;
height: 184px; /** updated 2/19/2021 to prevent Cumulative Shift Layout - by Emily **/
}

.sublogo-area {
background: #F99A28;
padding: 7px 10px;
position: relative;
text-align: center;
}


.login-area a {
color: #12214F;
display: inline-block;
text-decoration: none !important;
vertical-align: top;
}

.nav-opener {
border: solid #12214F;
border-width: 4px 0;
display: none !important;
height: 27px;
overflow: hidden;
position: absolute;
right: 20px;
text-indent: -9999px;
top: 20px;
width: 30px;
}

.nav-opener:before {
background: #12214F;
content: "";
height: 4px;
left: 0;
position: absolute;
top: 8px;
width: 100%;
}

#nav {
background: #e6e6e6;
padding: 0px;  /* 13px 0 12px;*/
}

#nav > ul > li {
border-top: 1px solid #d9d9d9;
list-style: none;
}

#nav > ul > li > a {
font: 18px/20px 'avenirregular',Arial,Helvetica,sans-serif;
background:         linear-gradient(to bottom, #fff 0%, #eee 100%);
background: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #eee));
background: #fff url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
color: #000;
display: block;
/*padding: 17px 10px 16px 85px;  Emily changed for online-casino added to nav Aug 18*/
/*padding: 14px 10px 15px 85px;Emily changed for weddings to nav July 2022*/
	padding: 12px 10px 13px 85px;
position: relative;
text-decoration: none;
text-transform: uppercase;
}

#nav > ul > li > a:before {
background: #d9d9d9;
bottom: 6px;
content: " ";
left: 58px;
position: absolute;
top: 8px;
width: 1px;
}

#nav > ul > li > a span[class*="icon-"] {
line-height: 53px;

left: 0;
position: absolute;
text-align: center;
top: 0;
width: 58px;
}

#nav > ul > li.active > a,
#nav > ul > li.hover > a {

background: #2E579E;
color: #fff;
overflow: hidden;
}

#nav > ul > li.active > a:before,
#nav > ul > li.hover > a:before {
background: none;
border: 0;
bottom: -20px;
box-shadow: -10px 0 15px 0 rgba(0, 0, 0, .1) inset;
left: -20px;
top: -20px;
width: 79px;
}

#nav > ul > li:last-child > a {

background: #F99A28;
color: #fff;
}

#nav > ul > li:last-child > a:before {
background: #fdcebb;
background: #fdcebb;
bottom: 6px;
box-shadow: none;
left: 58px;
top: 8px;
width: 1px;
}

#nav .drop {
left: 330px;
margin: -53px 0 0;
overflow: hidden;
position: absolute;
right: 0;
top: -9999px;
z-index: 200;
}

#nav .hover .drop,
#nav li:hover .drop {
display: block;
top: auto;
}

#nav .drop-holder {
font-family: 'avenirregular', Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: 500;
line-height: 16px;

padding: 0;
position: relative;
z-index: 50;
margin-top:7px; /*Added by Emily Aug 18*/
}

#nav .drop-holder .drop-column:first-child {
padding-left: 32px;
width: 25.113%;
}

#nav .drop-holder > ul {
font-size: 14px;
line-height: 16px;

background: #12214F;
float: left;
letter-spacing: 0;
padding: 17px 22px 17px 2px;
white-space: normal;
width: 21.778%;
}

#nav .drop-holder > ul li {
list-style: none;
}

#nav .drop-holder > ul li.active > a {
color: #ffffff !important;
}

#nav .drop-holder > ul a {
color: #fff;
display: block;
padding: 5px 0 5px 15px;
position: relative;
text-decoration: none;
}

#nav .drop-holder > ul a:before {
border: solid transparent;
border-left-color: #fff;
border-width: 4px 0 4px 4px;
content: "";
left: 8px;
position: absolute;
top: 10px;
}

#nav .drop-holder > ul a:hover {
color: #ffffff;
}

#nav .drop-holder > ul > li {
border-bottom: 1px solid #2E579E;
}

#nav .drop-holder > ul ul li {
border-top: 1px solid #2E579E;
}

#nav .drop-holder > ul ul li.active a {
color: #ffffff !important;
}

#nav .drop-holder > ul ul a {
    background: #5982C2;
    color: #ffffff;
    padding-left: 28px;
}

#nav .drop-holder > ul ul a:before {
border-left-color: #baeafd;
left: 20px;
}

#nav .drop-holder > ul ul a:hover {
color: #ffffff;
}

#nav .drop-holder .image {
font-size: 14px;
line-height: 17px;

background: #12214F;
float: left;
letter-spacing: 0;
padding: 15px 10px 15px 3px;
white-space: normal;
width: 20.889%;
}

#nav .drop-holder .image:last-child {
padding-right: 10px;
}

#nav .drop-holder .image.wide {
width: 32.222%;
}




#nav .drop-holder .image a {
color: #fff;
display: block;
position: relative;
text-decoration: none;
}

#nav .drop-holder .image .image-text {
font-weight: normal;
background: rgba(3, 2, 7, .6);
bottom: -1px; /*changed this*/
left: 0;
min-height: 60px;
padding: 12px 10px 9px 14px;
position: absolute;
width: 100%;
}

#nav .drop-holder .image .image-text span {
display: block;
}

#nav .drop-holder .image strong {
font-size: 20px;
font-weight: bold;
line-height: 18px;

color: #fcb040;
display: block;
margin: 0 0 3px;
text-transform: uppercase;
}

.contacts-block {
font-size: 14px;
line-height: 19px;

background: #f9f9f9;
color: #000;
position: relative;
text-transform: uppercase;
}

.contacts-block .tel-block {
font-family: 'avenirregular', Arial, Helvetica, sans-serif;

color: #000;
float: left;
height: 67px;
padding: 7px 105px 5px 27px;
text-decoration: none;
white-space: nowrap;
width: 100%;
}

.contacts-block .tel-block:before {
content: " ";
display: inline-block;
height: 100%;
margin: 0 0 0 -3px;
overflow: hidden;
vertical-align: middle;
width: 1px;
}

.contacts-block .tel-block:hover em {
text-decoration: underline;
}

.contacts-block .tel-block span {
display: inline-block;
vertical-align: middle;
white-space: normal;
}

.contacts-block .tel-block span em {
font-size: 18px;
font-weight: bold;
font-style: normal;

display: block;
}

.contacts-block .tel-block span strong {
font-weight: 800;

display: inline-block;
vertical-align: top;
}

.contacts-block .mail-block {
line-height: 75px;

background: #88c74d url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg4Yzc0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NWIzMzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #88c74d), color-stop(100%, #65b339));
background: -webkit-linear-gradient(top, #88c74d 0%, #60a845 100%);
background:         linear-gradient(to bottom, #88c74d 0%, #60a845 100%);
color: #fff;
float: right;
height: 67px;
margin: 0 0 0 -100px;
text-align: center;
text-decoration: none;
width: 100px;
}

.contacts-block .mail-block:hover {
background:         linear-gradient(to bottom, #65b339 0%, #60a845 100%);
background: -webkit-linear-gradient(top, #65b339 0%, #88c74d 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #60a845), color-stop(100%, #88c74d));
background: #65b339 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY1YjMzOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4OGM3NGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
}

.contacts-block .mail-block .icon-mail {
font-size: 20px;
}

.main-column {
float: right;
padding: 0 0 0 330px;
width: 100%;
overflow: hidden; /*added by emily to test cropped img*/
}



.main-column .image-block img {
max-width: none;
width: 100%;

}

.symple-button {
    font-size: 18px !important;
    line-height: 28px !important;
    padding: 4px 60px 5px !important;
    border-radius: 0px !important;
	margin-bottom: 5px !important;
	
}
.h1title h1 {
    line-height: 22px;
    margin-bottom: 1px;
    text-transform: uppercase;
    padding-left: 3px;
	font-size: 16px;
    color: white;
	text-align:center;
	font-family: 'avenirregular', Arial, Helvetica, sans-serif;
}



@media only screen and (min-width: 1024px) {

.image-block {/* this style was added by emily to test cropped img*/
float: left;
overflow: hidden;
position: relative;
width: 1000px;
/* position: absolute; */
right: 0; }

}

.main-column .text-block {
line-height: 22px;
background: #fff;
overflow: hidden;
padding: 20px 24px 18px 37px; /*Emily changed padding: 27px 24px 18px 37px;*/
}

.main-column .text-block .holder {
float: left;
padding: 0 215px 0 0;
width: 100%;
}

.main-column .text-block h1 {
margin-bottom: 15px; /*Emily Added*/
}

.main-column .text-block h2 {
margin-bottom: 5px;
line-height: 30px;
font-size: 22px;
text-transform:none;
}

.main-column .text-block h3 {
margin-bottom: 10px;
font-size: 20px;
text-transform:none;
}

.main-column .text-block p {
margin: 0 0 10px;
}

.main-column .text-block .signature {
float: right;
margin: 10px 0 0 -215px;
width: 188px;
}

.top-panel .booking-module {
background: #fff;
float: left;
position: relative;
width: 66.6666%;
}

.top-panel .booking-module:before {
border: solid transparent;
border-left-color: #fff;
border-width: 25px 0 25px 21px;
content: "";
left: 100%;
margin: -25px 0 0;
position: absolute;
top: 50%;
}

.top-panel .booking-module form {
margin: 0;
}

.top-panel .booking-module .heading {
font-weight: bold;

background: #f0f0f0;
color: #000;
float: left;
margin: 0 2.3333% 0 0;
padding: 10px;
position: relative;
text-align: center;
text-transform: uppercase;
white-space: nowrap;
width: 30.3333%;
}

.top-panel .booking-module .heading:before {
border: solid transparent;
border-left-color: #f0f0f0;
border-width: 25px 0 25px 21px;
content: "";
left: 100%;
margin: -25px 0 0;
position: absolute;
top: 50%;
}

.top-panel .booking-module .heading:after {
content: "";
display: inline-block;
height: 118px;
margin: 0 0 0 -3px;
overflow: hidden;
vertical-align: middle;
width: 1px;
}

.top-panel .booking-module .heading strong {
font-size: 36px;
line-height: 40px;

display: inline-block;
text-align: center;
vertical-align: middle;
white-space: normal;
}

.top-panel .booking-module .heading strong span {
font-size: 27px;
font-weight: 300;
line-height: 27px;

display: block;
}

.top-panel .booking-module .heading + .block:before {
display: none;
}

.top-panel .booking-module .block {
float: left;
position: relative;
text-align: center;
text-transform: uppercase;
width: 22.1666%;
}

.top-panel .booking-module .block:before {
background: #e4e4e5;
bottom: 7px;
content: "";
left: 0;
position: absolute;
top: 13px;
width: 1px;
}

.top-panel .booking-module .block:hover {
cursor: pointer;
}

.top-panel .booking-module .block.active {
background: #ffffff;
}

.top-panel .booking-module .block.active span.btn-up,
.top-panel .booking-module .block.active span.btn-down {
visibility: hidden;
}

.top-panel .booking-module .opener {
padding: 14px 15px 15px;
}

.top-panel .booking-module .drop {
background: #f0f0f0;
left: 0;
position: absolute;
top: 100%;
width: 100%;
z-index: 50;
}

.top-panel .booking-module .drop ul li {
border-top: 1px solid #fff;
list-style: none;
}

.top-panel .booking-module .drop ul .selected a {
background: #fff;
}

.top-panel .booking-module .drop ul a {
font-size: 30px;
font-weight: bold;
line-height: 34px;

color: #e71c36;
display: block;
padding: 15px 5px;
text-decoration: none;
}

.top-panel .booking-module .drop ul a:hover {
background: #fff;
}

.top-panel .booking-module .datepicker-block .drop {
left: 50%;
margin: 0 0 0 -130px;
width: 260px;
}

.top-panel .booking-module .title {
font-size: 12px;
font-weight: normal;
line-height: 15px;

color: #000;
display: block;
margin: 0 0 7px;
text-transform: uppercase;
}

.top-panel .booking-module .btn-up,
.top-panel .booking-module .btn-down {
background: url(images/arrow-top.png) no-repeat;
display: block;
height: 4px;
margin: 0 auto;
overflow: hidden;
position: relative;
text-indent: -9999px;
width: 13px;
z-index: 5;
}

.top-panel .booking-module .btn-down {
background: url(images/arrow-bottom.png) no-repeat;
}

.top-panel .booking-module .number {
font-size: 53px;
font-weight: bold;
line-height: 51px;

color: #A6338C;
display: block;
padding: 0 0 7px;
}

.top-panel .booking-module .text {
font-size: 12px;
line-height: 14px;

color: #2E579E;
display: block;
padding: 7px 0 0;
}

.top-panel .booking-module #btn-book, .top-panel .booking-module .btn-book, .top-panel .booking-module input[type=submit]{
font-size: 24px;
font-weight: 800;
line-height: 24px;

background: #D15226 !important;
background-size: 100% 100% !important;

color: #fff !important;
display: inline-block;
margin: 26px 0 0;
padding: 19px 5px 20px;
text-align: center;
text-decoration: none;
text-shadow: 2px 2px 0 rgba(0, 0, 0, .11);
text-transform: uppercase;
vertical-align: top;
width: 18.333%;
	height:auto;
	text-wrap: wrap;
}

.top-panel .booking-module .btn-book:hover {
background: #67b53a;
}

.top-panel .promo-block {
float: right;
width: 33.3333%;
/*background-image:url(images/bg-orange-best-value.jpg); added by emily*/
color: #f6851f;
background-color: #f6851f;	
height: 138px;
}

.top-panel .promo-block a {
display: block;
}

.top-panel .promo-block img {
display: block;
margin: 0 auto;
max-height: 138px;
}

.rev_slider_wrapper {
position: relative;
}

.carousel {
position: relative;
}

.carousel .mask {
overflow: hidden;
position: relative;
width: 100%;
}

.carousel .slideset {
float: left;
width: 99999px;
}

.carousel .slide {
float: left;
width: 100%;
}

.carousel .slide img {
max-width: none;
width: 100%;
}

.carousel .btn-prev,
.carousel .btn-next {
background: url(images/arrow-01.png) no-repeat;
height: 51px;
left: 29px;
margin: -25px 0 0;
overflow: hidden;
position: absolute;
text-indent: -9999px;
top: 50%;
width: 28px;
}

.carousel .btn-next {
background: url(images/arrow-02.png) no-repeat;
left: auto;
right: 29px;
}

.rev_slider_wrapper,
.rev_slider {
width: 100% !important;
}

.rev_slider_wrapper .tp-leftarrow,
.rev_slider_wrapper .tp-rightarrow {
background: url(images/arrow-01.png) no-repeat !important;
height: 51px !important;
left: 29px !important;
margin: -25px 0 0 !important;
overflow: hidden !important;
position: absolute;
text-indent: -9999px !important;
top: 50% !important;
-webkit-transform: none !important;
width: 28px !important;
z-index: 1;
}

.rev_slider_wrapper .tp-rightarrow {
background: url(images/arrow-02.png) no-repeat !important;
left: auto !important;
right: 29px !important;
}

.banner img {
max-width: none;
width: 100%;
}

.banner {
background-image:url(images/banner_background.jpg);
}
main {
display: block;
position: relative;
}

#content {
float: left;
padding: 0 340px 0 0;
width: 100%;
}

#sidebar {
float: right;
margin: 0 0 0 -300px;
width: 300px;
}

.main-holder {
background: #fff;
padding: 24px 30px 36px;
}

.main-holder .page-heading {
border-bottom: 3px solid #dcdbdb;
margin: 0 -30px 38px;
padding: 0 39px;
}

.main-holder .page-heading h1 {
float: left;
margin: 4px 0 10px;
}

.main-holder .page-heading h2 { /*Emily added*/
float: left;
margin: 4px 0 10px;
}

.main-holder .page-heading .tabset {
box-shadow: 0 3px 0 #5298b9;
float: right;
margin: 0 -39px 0 10px;
padding: 0 5px 0 0;
text-transform: uppercase;
}

.main-holder .page-heading .tabset li {
float: left;
list-style: none;
}

.main-holder .page-heading .tabset a:hover,
.main-holder .page-heading .tabset .active a {
background:         linear-gradient(to bottom, #1ca0dd 0%, #1990c6 100%);
background: -webkit-linear-gradient(top, #1ca0dd 0%, #1990c6 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1ca0dd), color-stop(100%, #1990c6));
background: #1ca0dd url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFjYTBkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxOTkwYzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
color: #fff !important;
}

.main-holder .page-heading .tabset a {
font-weight: bold;

border-radius: 3px 3px 0 0;
color: #6d6e71;
display: block;
padding: 23px 21px 22px;
text-decoration: none;
}

.main-holder .tab .headings-block {
margin: 0 0 18px;
}

.main-holder .tab p {
margin: 0 0 20px;
}

.main-holder h6 {
margin: 0 -15px 1px;
}

.container {
background: #f9f2ea;
margin: 0 0 40px;
overflow: hidden;
}

.container .tabs-block {
float: left;
padding: 22px 28px 21px;
width: 66.6666%;
}

.container .heading {
border-bottom: 1px solid #d4cec7;
margin: 0 0 20px;
padding: 0 0 0 9px;
}

.container .heading h2 {
font-size: 26px;
font-weight: bold;
line-height: 26px;

color: #000;
float: left;
margin: 0;
}

.container .tabset {
float: right;
margin: 1px 0 0 10px;
}

.container .tabset li {
float: left;
list-style: none;
margin: 0 0 0 -1px;
}

.container .tabset li.active a {
border-color: #d4cec7;
color: #F99A28;
}

.container .tabset a {
font-size: 16px;
line-height: 18px;

border: solid transparent;
border-width: 1px 1px 0;
color: #000;
display: block;
padding: 13px 15px 11px;
text-decoration: none;
text-transform: uppercase;
}

.container .tabset a:hover {
border-color: #d4cec7;
color: #F99A28;
}

.container .tab-content .tab {
padding: 0 24px 0 25px;
}

.container .promo-block {
float: right;
width: 33.3333%;
}

.container .promo-block img {
max-width: none;
width: 100%;
}

.three-columns {
font-size: 0;
line-height: 0;

letter-spacing: -4px;
margin: 0 0 -10px;
}

.three-columns li {
font-size: 20px;
line-height: 18px;

display: inline-block;
letter-spacing: 0;
list-style: none;
margin: 0 0 10px;
padding: 0 9px;
position: relative;
vertical-align: top;
width: 33.3333%;
}

.three-columns a {
color: #fff;
display: block;
position: relative;
text-decoration: none;
}

.three-columns img {
max-width: none;
width: 100%;
}

.three-columns .description {
background: rgba(0, 0, 0, .5);
bottom: 0;
color: #fff;
left: 0;
padding: 14px 13px 10px;
position: absolute;
text-shadow: 1px 2px 0 rgba(0, 1, 1, .5);
text-transform: uppercase;
width: 100%;
}

.three-columns h3 {
font-size: 18px; /*changed from 20*/
line-height: 18px;
color: #fff;
margin: 0 -5px 13px 0;
}
}

.three-columns h3 strong {
display: block;
}

.three-columns h3 strong.small {
font-size: 18px;
}

.three-columns .more {
font-size: 14px;
font-weight: bold;
line-height: 16px;

border-top: 1px solid #b1d55e;
color: #b1d55e;
display: block;
margin: 0 -10px;
padding: 8px 10px 2px;
text-align: center;
}

.visual-block {
font-size: 0;
line-height: 0;

letter-spacing: 0;
position: relative;
}

.visual-block .image-holder {
display: inline-block;
margin: 0 -100% 0 0;
overflow: hidden;
text-align: center;
vertical-align: middle;
width: 100%;
}

.visual-block .image-holder img {
margin: 0 -500px;
max-width: none;
width: auto;
}

.visual-block .text-box {
font-size: 14px;
line-height: 18px;

color: #fff;
display: inline-block;
letter-spacing: 0;
padding: 20px 25px;
text-align: center;
vertical-align: middle;
width: 400px;
}

.visual-block .text-box:before {
background: rgba(175, 42, 144, .8);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 400px;
}

.visual-block .text-box > * {
position: relative;
}

.visual-block .text-box .logo {
display: inline-block;
margin: 0 0 25px;
vertical-align: top;
}

.visual-block .text-box p {
margin: 0 0 24px;
}

.visual-block .text-box strong {
display: inline-block;
text-transform: uppercase;
}

.visual-block .text-box-three {
font-size: 13px;
line-height: 18px;
background: #ffffff;
display: inline-block;
letter-spacing: 0;
padding: 20px 5px;
text-align: center;
vertical-align: middle;
width: 33.3%;
min-height:370px;
border: thin solid white;
}


.visual-block .text-box-three:before {
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 33%;
display:none;
}

.visual-block .text-box-three > * {
position: relative;
}

.visual-block .text-box-three .logo {
display: inline-block;
margin: 0 0 25px;
vertical-align: top;
width:100%;
}

.visual-block .text-box-three p {
margin: 0 0 10px;
}

.visual-block .text-box-three strong {
display: inline-block;
text-transform: uppercase;
}

.btn-more {
font-family: 'avenirregular', Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
line-height: 16px;
margin-top:10px;

background: #91BF33;
color: #fff !important;
display: inline-block;
padding: 10px 45px;
text-decoration: none;
text-transform: uppercase;
vertical-align: top;
}

.btn-more:hover {
background:         linear-gradient(to bottom, #65b339 0%, #88c74d 100%);
background: -webkit-linear-gradient(top, #65b339 0%, #88c74d 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #65b339), color-stop(100%, #88c74d));
background: #65b339 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY1YjMzOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4OGM3NGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
}

.events-block {
margin: 10px 0 10px;
position: relative;
}

.events-block .heading {
left: 50%;
/*margin: 0 0 0 -130px;  Emily Changed 12-12-16 */
padding: 21px 0 0;
/*position: absolute;*/
text-align: center;
top: 0;
/*width: 260px;  Emily Changed 12-12-16 */
margin: 0 0 -100px;
position: static;
width: auto;
}

.events-block .heading h2 {
font-family: 'avenirregular', Arial, Helvetica, sans-serif;
font-size: 50px;
font-weight: 800;
line-height: 54px;
padding-bottom:10px; 
color: #000;
margin: 0 0 19px;
position: relative;
z-index: 5;
}

.events-block .heading h2 span {
font-size: 50px;
font-weight: 300;
line-height: 54px;

/*display: block;*/
}

.events-block .heading .add-more {
font-family: 'avenirregular', Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
line-height: 14px;

background: rgba(255, 255, 255, .75);
color: #000;
display: inline-block;
height: 81px;
padding: 56px 5px 5px;
position: relative;
text-decoration: none;
text-transform: uppercase;
vertical-align: top;
width: 81px;
z-index: 5;
}

.events-block .heading .add-more:hover {
background: #fff;
}

.events-block .heading .add-more:after,
.events-block .heading .add-more:before {
background: #000;
content: "";
position: absolute;
}

.events-block .heading .add-more:before {
height: 35px;
left: 50%;
margin: 0 0 0 -1px;
top: 15px;
width: 2px;
}

.events-block .heading .add-more:after {
height: 2px;
left: 50%;
margin: 0 0 0 -17px;
top: 32px;
width: 35px;
}

.events-block .block {
float: left;
position: relative;
width: 50%;
background: #fff;	
}

.events-block .block .image-holder {
float: left;
margin: 0 -100% 0 0;
overflow: hidden;
text-align: center;
width: 100%;
}

.events-block img {
min-width: 100% !important;
}

.events-block .block .date-left {
padding:6px;background-color:#12214F;float:left;width:40%;color:#ffffff;text-transform:uppercase;min-height:60px;display:flex;justify-content:center;align-items: center;
}

.events-block .block .date-left a {
text-decoration:none;color:#ffffff;
}

.events-block .block .title-right {
padding:10px;background-color:#ffffff;float:right;width:60%;height:60px;line-height:20px;vertical-align:middle;display:flex;align-items:center;font-size:18px;text-transform:uppercase;
}

.events-block .block .title-right a {
text-decoration:none;color:#6d6e71;
}

.events-block .block .image-holder img {
margin: 0 -300px;
max-width: none;
width: auto;
}

.events-block .block .box {
font-family: 'avenirregular', Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 16px;

color: #443132;
float: left;
padding: 23px 10px 10px 29px;
text-transform: uppercase;
width: 370px;
}

.events-block .block .box.alignright {
float: right;
padding: 23px 50px 10px 10px;
}

.events-block .block .box.color-blue {
color: #4a74a8;
}

.events-block .block time {
display: block;
margin: 0 0 2px;
}

.events-block .block .title {
font-size: 36px;
font-weight: 800;
line-height: 40px;

display: block;
}

.block-banner { margin: 45px 0;
}

.block-banner .left {
    float: left;
    display: inline;
    width: 50%;

}

.block-banner .right {
float: right;
    display: inline;
    width: 50%;

}

.block-banner img {
min-width: 100% !important;
}

.block-menu {
font-family: 'avenirregular', Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
line-height: 17px;
text-transform: uppercase;
margin-top:40px;
}

.block-menu .column {
color: #fff;
float: left;
position: relative;
text-align: center;
width: 50%;
}

.block-menu .column .image-holder {
float: left;
margin: 0 -100% 0 0;
overflow: hidden;
text-align: center;
width: 100%;
}

.block-menu .column .image-holder img {
margin: 0 -300px;
max-width: none;
width: auto;
min-width: 100%
}

.block-menu .column .text-box {
float: left;
padding: 20px 15px 8px;
width: 50%;
}

.block-menu .column .text-box:before {
background: rgba(255,255,255, .71);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 50%;
}

.block-menu .column .text-box > * {
position: relative;
}

.block-menu .column .text-box > img {
margin: 16px 0 0;
width: 40%;
}

.block-menu .column:nth-child(2n) .text-box {
float: right;
}

.block-menu .column:nth-child(2n) .text-box:before {
left: auto;
right: 0;
}

.block-menu .column h2 {
font-size: 38px;
font-weight: bold;
line-height: 43px;
color: #000000;
margin: 0 0 10px;
}

.block-menu .column h2 span {
font-weight: 300;

display: block;
}

.block-menu .column ul {
margin: 0 0 -10px;
}

.block-menu .column ul li {
list-style: none;
margin: 0 0 10px;
}

.block-menu .column ul a {
color: #000000;
text-decoration: none;
}

.block-menu .column ul a:hover {
text-decoration: underline;
}

.social-networks {
float: right;
margin: 0 !important;
}

.social-networks li {
list-style: none;
margin: 0 !important;
padding: 0 !important;
}

.social-networks a {
display: block;
height: 78px;
overflow: hidden;
text-indent: -9999px;
width: 79px;
}

.social-networks .facebook {
background: url(images/sprite.png) no-repeat;
}

.social-networks .twitter {
background: url(images/sprite.png) no-repeat 0 -78px;
}

.social-networks .youtube {
background: url(images/sprite.png) no-repeat 0 -156px;
}

.social-networks .instagram {
background: url(images/sprite.png) no-repeat 0 -234px;
}

#footer .footer-menu {
min-height: 300px;
padding: 0 5px 0 10px; /*Emily Changed Aug 18 to fit */
position: relative;
border-bottom: 1px solid #c3bdb2;
}

#footer .widget {
font-family: 'avenirregular', Arial, Helvetica, sans-serif;
font-size: 18px;
line-height: 23px;

color: #444;
float: center;
padding-bottom: 20px;
width: 100%; /*Emily Changed May 21 for new footer */
}

#footer .widget .title {
font-family: 'avenirregular', Arial, Helvetica, sans-serif;

display: block;
margin: 0 0 12px;
text-transform: uppercase;
}

#footer .widget.other .title {
font-weight: normal;
}

#footer .widget ul {
margin: 0 0 5px;
}

#footer .widget ul li {
list-style: none;
margin: 0 0 4px;
}

#footer .widget ul a {
color: #444;
text-decoration: none;
}

#footer .widget ul a:hover {
text-decoration: underline;
}

#footer .widget_text {
margin: 0;
padding: 0;
position: absolute;
right: 0;
top: 0;
width: 79px !important;
}

#navmenu {text-align: center;}
#navmenu ul { margin: 0; padding: 0; list-style-type: none; list-style-image: none; }
#navmenu li {  display: inline-block;
    float: none; margin: 6px; }
#navmenu ul li a { font-size: 12px; text-decoration:none;  margin: 16px; padding: 5px 14px; color:#333333; font-weight:bold;}
#navmenu ul li a:hover { text-decoration:underline;}

.buttonfooter {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 8px 12px;
  text-align: center;
  text-decoration: none;
 /** display: inline-block; **/
  font-size: 16px;
 width: 100%; 
 margin-bottom:5px;
display: block; font-weight: bold;
}

.copyright {
font-family: 'avenirregular', Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 20px;

/** border-top: 1px solid #c3bdb2; **/
color: #333333;
padding: 47px 0 100px;
text-align: center;
}

.copyright .logo {
display: inline-block;
margin: 0 0 47px;
vertical-align: top;
}

.copyright p {
margin: 0;
}

.copyright p a {
font-size: 14px;
font-weight: bold;
line-height: 20px;

color: #333333;
display: inline-block;
text-decoration: none;
vertical-align: top;
}

.copyright p a:hover {
text-decoration: underline;
}

.copyright address {
font-style: normal;

margin: 0;
padding: 13px 0 0;
text-transform: uppercase;
}

.copyright address a {
font-size: 14px;
font-weight: normal;
line-height: 20px;
}

@media only screen and (min-width: 1024px) {
#nav .nav-slide {
position: static !important;
}
}

@media only screen and (max-width: 1073px) {
.top-panel .booking-module .heading strong {
font-size: 30px;
line-height: 32px;

}

#footer .widget { /*Emily added Aug 18 */
display: inline-block;
float: none;
padding: 20px 0 0;
vertical-align: top;
width: 100%;
}



.top-panel .booking-module .heading strong span {
font-size: 21px;
line-height: 21px;
}

.top-panel .booking-module .btn-book {
font-size: 18px;
line-height: 19px;
margin-top: 37px;
padding: 11px 5px;
}
}

@media only screen and (max-width: 1023px) {


.events-block .heading {
/*margin: 0 0 0 -125px;
width: 250px;
*/margin: 0 0 -50px;
position: static;
width: auto;
}

.events-block .heading h2 {
font-size: 45px;
line-height: 45px;
}

.events-block .heading h2 span {
font-size: 45px;
line-height: 45px;
display: inline;
}

.events-block {
background: #fff;
}

.events-block .heading {
margin: 0 0 -50px;
position: static;
width: auto;
}

.events-block .heading .add-more {
font-size: 16px;
line-height: 16px;

background: #f0f0f0 !important;
height: auto;
padding: 9px 15px 9px 35px;
width: auto;
}

.events-block .heading .add-more:before {
height: 16px;
left: 15px;
margin: -8px 0 0 0;
top: 50%;
}

.events-block .heading .add-more:after {
left: 8px;
margin: 0;
top: 16px;
width: 16px;
}



.events-block .block .date-left {
width:35%;
}


.events-block .block .title-right {
width:65%;
}

.nav-column {
float: none;
margin: 0;
position: relative;
width: auto;
z-index: 250;
}

.nav-opener {
display: block !important;
}

#nav {
padding: 0;
}

#nav > ul {
left: 0;
position: absolute;
top: 100%;
width: 100%;
}

#nav .drop {
display: none; /*Emily tested 2/19/2021*/
left: 0;
margin: 0;
position: static;
}

#nav .drop-holder {
background: #12214F;
overflow: hidden;
padding: 12px 10px;
width: 80%; /*Emily added*/
display: none;
}

#nav .drop-holder .drop-column {
height: auto !important;
}

#nav .drop-holder > ul {
margin: 0;
padding: 0 !important;
width: 100% !important;
}

#nav .drop-holder .image {
display: none;
}

.main-column {
float: none;
padding: 0;
/* width: auto; Emily fixed this*/
}

#content {
padding: 0 300px 0 0;
}

#sidebar {
margin-left: -250px;
width: 250px;
}

.container .tabs-block {
float: none;
width: 100%;
}

.container .promo-block {
float: none;
margin: 0 auto;
padding: 0 0 1px;
    width: 80%;
	
}

.visual-block .text-box {
width: 50%;
}

.visual-block .text-box:before {
width: 50%;
}

.visual-block .text-box-three {
width: 50%;
padding: 10px 5px;
min-height:240px;
}

.visual-block .text-box-three:before {
width: 50%;
}

.events-block .block .box {
padding: 23px 10px 10px 19px;
width: 250px;
}

.events-block .block .box.alignright {
padding: 23px 50px 10px 10px;
}

.events-block .block .title {
font-size: 26px;
line-height: 30px;
}

.login-area .login{
float: center;
padding: 20px 425px 19px 0;
}

.block-menu .column .text-box > img {
display: none;
}

}

@media only screen and (max-width: 767px) {
.symple-button.green, span.symple-button-inner, button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
.btn {
padding: 5px !important; /*Emily changed this */
width: 100%; /*Emily changed this */
font-size: 22px;
margin-bottom: 2px;
line-height: 28px !important;
/*height: 50px; Emily changed this may 24, 2016*/
}

h1 {
font-size: 28px;
line-height: 30px;
}

h2 {
font-size: 26px;
line-height: 28px;
}

h3 {
font-size: 22px;
line-height: 24px;
}

h4 {
font-size: 18px;
line-height: 20px;
}

h5 {
font-size: 16px;
line-height: 18px;
}




.comment-form textarea,
.comment-form input[type="text"],
.search-form input[type="search"] {
width: 100%;
}

.search-form input[type="search"] {
width: 170px;
}

.post-password-form input[type="password"],
.search-form input[type="text"] {
width: 115px;
}

.commentlist-item .commentlist-item {
padding: 0;
}

.comment-form textarea {
min-width: 100% !important;
width: 100% !important;
}

.icon-08 {
font-size: 16px;
display: inline-block !important;
margin: -2px 5px 0 0;
}

.logo-area {
padding: 15px 20px;
height: 150px; /** updated 2/19/2021 to prevent Cumulative Shift Layout on mobile - by Emily **/	
}

.login-area {
font-size: 18px;
line-height: 20px;

padding: 15px 60px 15px 15px;
text-align: left;
}

.nav-opener {
right: 10px;
top: 12px;
}

.contacts-block {
font-size: 13px;
}

.contacts-block .tel-block {
height: 55px;
padding: 7px 90px 5px 12px;
}

.contacts-block .tel-block span em {
font-size: 16px;
}

.contacts-block .mail-block {
line-height: 67px;

height: 55px;
margin-left: -85px;
width: 85px;
}

.main-column .text-block {
padding: 15px;
}

.main-column .text-block .holder {
float: none;
margin: 0 0 20px;
padding: 0;
width: auto;
}

.main-column .text-block .signature {
float: none;
margin: 0 auto;
}

.top-panel .booking-module {
float: none;
width: 100%;
}

.top-panel .booking-module:before {
display: none;
}

.top-panel .booking-module .heading {
margin: 0 0 20px;
padding: 10px 10px 13px;
width: 100%;
}

.top-panel .booking-module .heading:before {
border: solid transparent;
border-top-color: #f0f0f0;
border-width: 15px 20px 0 20px;
left: 50%;
margin: 0 0 0 -20px;
top: 100%;
}

.top-panel .booking-module .heading:after {
display: none;
}

.top-panel .booking-module .block {
margin: 0 0 15px;
width: 50%;
}

.top-panel .booking-module .drop ul a {
padding: 5px;
}

.top-panel .booking-module .datepicker-block .drop {
left: 0;
margin: 0;
}

.top-panel .booking-module .btn-book {
display: block;
float: left;
margin: 0;
width: 100%;
/*  width: auto; removed by emily to make mobile booking btn full width*/ 
}

.top-panel .promo-block {
float: none;
width: auto;
}

#content {
float: none;
margin: 0 0 20px;
padding: 0;
width: auto;
}

#sidebar {
float: none;
margin: 0;
width: auto;
}

.main-holder {
padding: 15px;
}

.main-holder .page-heading {
margin: 0 -15px 20px;
padding: 0 15px;
}

.main-holder .page-heading h1 {
float: none;
}

.main-holder .page-heading h2 { /*Emily added*/
float: none;
}  

.main-holder .page-heading .tabset {
box-shadow: none;
float: none;
margin: 0 0 10px;
}

.main-holder .page-heading .tabset li {
float: none;
}

.main-holder .page-heading .tabset a {
border-radius: 4px;
padding: 15px 20px;
}

.container .tabs-block {
padding: 15px 10px;
}

.container .heading {
padding: 0;
}

.container .heading h2 {
float: none;
margin: 0 0 10px;
}

.container .tabset {
float: none;
margin: 0 0 -1px;
}

.container .tabset li {
float: none;
margin: -1px 0 0;
}

.container .tabset a {
border-bottom-width: 1px;
padding-bottom: 13px;
}

.container .tab-content .tab {
padding: 0;
}

.container .promo-block {
width: 100%;
padding: 0 0 1px;
}

.three-columns {
margin: 0 -5px;
}

.three-columns li {
padding: 0 5px;
width: 50%;
}

.three-columns .description {
padding: 5px 7px;
}

.three-columns .more {
font-size: 13px;

margin: 0 -7px;
padding: 5px 5px 2px;
}

.visual-block {
margin: 0 0 20px;
}

.visual-block .image-holder {
float: none;
margin: 0;
}

.visual-block .image-holder img {
margin: 0 -70%;
width: 240%;
}

.visual-block .text-box {
background: #fff;
color: #000;
display: block;
width: 100%;
}

.visual-block .text-box:before {
display: none;
}


.events-block .block .image-holder img {
margin: 0 -10%;
width: 120%;
}

.block-menu .column {
width: 100%;
}

.block-menu .column .image-holder {
float: none;
margin: 0;
}

.block-menu .column .image-holder img {
margin: 0 -10px;
width: 120%;
}

.block-menu .column .text-box {
background: #ffffff;
float: none !important;
padding: 14px 10px 15px;
width: auto;
}

.block-menu .column .text-box:before {
display: none;
}

.block-menu .column .text-box > img {
display: none;
}

#footer .widget {
display: inline-block;
float: none;
padding: 20px 0 0;
vertical-align: top;
width: 100%;
}

#footer .widget_text {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100% !important;}



.copyright {
padding: 20px 0 16px;
}

.copyright .logo {
margin-bottom: 19px;
}
}




/*EVENTS MANAGER CSS */
#eventspan, .eventspan {
width:100%;
margin-bottom: 8px;
border-bottom: 1px solid #f0f0f0;
clear: both;
padding: 10px 0;
float:left;
}

#date-column, .date-column{
width: 10%;	
float:left;	
text-align:center;	
margin:0 auto; 
text-transform:uppercase;
}


#img-column, .img-column  {
width: 28%;	
float:left;	
}

#detail-column, .detail-column{
width: 72%;	
float:left;	
padding:0 1%;
}

#detail-column-noimg{
width: 80%;	
float:left;	
border-right:1px solid #f0f0f0;
padding:0 1%;
}

#share-column{
width: 8%;	
float:right;
text-align:center;	
margin:0 auto; 
}


#share-btns{
width: 100px;	
text-align:center;	
margin:0 auto; 
padding:0 10px;
}

#detail-column h2, .detail-column h2, #css-events-list h2{
color: #6d6e71 !important;
font-size: 26px	!important;
line-height: 28px !important;
text-transform: uppercase;
margin-bottom: 5px !important;
font-weight:bold !important;

}

#detail-column h3, .detail-column h3, #css-events-list h3 {
color: #F99A28 !important;
font-size: 20px	!important;
line-height: 24px !important;
text-transform: uppercase !important;
margin-bottom: 5px !important;

}

#detail-column-noimg h1 {
color: #F99A28 ;
font-size: 36px	;
line-height: 38px;
text-transform: uppercase;
margin-bottom: 8px;
}

#eventlistplain h3 {
color: #F99A28 ;
font-size: 18px	;
line-height: 20px;
text-transform: uppercase;
margin-bottom: 8px;
}

#detail-column h2 a, .detail-column h2 a, #css-events-list h2 a{
text-decoration:none !important;
color: #2E579E !important;}

#detail-column-noimg h1 a{
text-decoration:none !important;
color: #F99A28 ;}

#eventlistplain h3 a{
text-decoration:none !important;
color: #F99A28 ;}


#datetext{
font-size:14px;
}

#numtext{
font-size:36px;
color: #F99A28 ;
line-height:37px;
}

#timetext{
font-size:14px;
text-align:center;	
margin:0 auto; 
padding-top:5px
}

#timetext img{
display:block;
text-align:center;	
margin:0 auto; 
}	
#timetext p{ margin:none !important;}	
.eventmore a{
color: #12214F !important;
font-size: 14px;
padding: 8px 20px 8px 20px;
border: solid #12214F 1px;
text-decoration: none;	
margin-top:20px;
}

.buytix, .eventmore{
display:inline;
margin-top:20px;  padding-right: 3px;}

.eventmore p {display:none;}

.buytix a{ color: #ffffff !important;
font-size: 14px;
background: #12214F !important; 
padding: 8px 20px 8px 20px;
text-decoration: none;
border: solid #12214F 1px;
margin-top:20px;}

#homeeventimg {
width:220px;
height: 268px;
}

#introevent{
padding:10px 0 0 25px; 
margin-left:100px;
}

#introevent h3{
text-transform:uppercase; 
margin-bottom:0;
}
.page-list-ext{
clear:none !important;   
}

.page-list-box img{
float: left;
margin: 0;	
min-width:100%;
}
.page-list-ext .page-list-ext-item {
clear: both;
margin: 0 !important;
padding-top: 15px;
}

.page-list-ext-item{		 
width: 25%; /*Emily changed from 290px*/
float:left;
margin: 0;
clear:none !important;
position: relative; padding-right:2%;}

.page-list-ext-image {
float: none !important;
display: inline;
margin: 0px 0px 0px 0!important;
z-index:-10;
}


.page-list-ext-title {
z-index:1000;
width: 100%; /*Emily changed from 290
position:absolute;*/
background: #12214F;
padding: 14px 13px 10px;
color: #fff;
text-shadow: 1px 2px 0 rgba(0, 1, 1, 0.5);
text-transform: uppercase;
vertical-align:bottom;
bottom:0;
font-weight:bold;
min-height:75px;
}
.page-list-ext .page-list-ext-title a{
font-size: 18px;
line-height: 18px;
margin: 0 -5px 13px 0;
color: #fff;}

.page-list-ext-title a{
color: #fff;
text-decoration:none;}

#promolistfull {
width:100%;
	margin-top:25px;
}

#promolistfull .promolist {
width:33%;
float:left;	
padding-right:25px;
margin-bottom:25px; /*Emily changed*/
}

#promolistfull .promolist:nth-child(3n+1) {
    clear: left
}


.promolist h3 {
color: #F99A28 ;
padding-top: 2px;
font-size: 24px	;
line-height: 26px;
text-transform: uppercase;
font-weight:bold;
/*min-height:50px; Emily added*/
	    margin-bottom: 15px;
}

.promolist h3 a{
text-decoration:none !important;
color: #F99A28 ;
}

.promolist #content{
padding: 5px 5px 5px 5px;
margin-bottom: 5px;


}

#promotext{
margin-bottom:10px;	
}

#promotext h4 {   color:#12214F!important; padding-top: 2px;
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 700;    margin-bottom: 10px;}
#promosocial{
float:right;	
}

.promolist #sharesection{
width:100%;
border-top:1px solid #f0f0f0;
padding-top:10px;
vertical-align:bottom;
position:absolute;
bottom:0;
margin-bottom:0px;
}




@media only screen and (max-width: 1200px) {
.page-list-box img{ min-width:100%;}

.page-list-ext-item { width: 33% !important; min-width:33%; padding-right:1%;}


.page-list-ext-image {
min-width:33%;}


.page-list-ext-image img {
min-width:100%;}


.page-list-ext-title {
width: 100%;

}
}

@media only screen and (max-width: 900px) {

.visual-block .text-box-three {
width: 100%;
min-height: 0;
}

#promolistfull .promolist {
width:50%;
}

.promolist h3 {
min-height: 0;  
margin-bottom: 10px;
margin-top: 6px;
}

#promotext {
    min-height: 0;
}

#share-column{
display:none;	
}

#date-column{
width: 10%;	
float:left;	
text-align:center;	
margin:0 auto; 
text-transform:uppercase;
}


#img-column, .img-column {
width: 100%;	
}

#detail-column, .detail-column{
width: 100%;	
border-right:none;
	padding: 10px 0 0 0;
}

 .page-list-box img{ min-width:100%;}

.page-list-ext-item { width: 50% !important; min-width:50%; padding-right:1%;}


.page-list-ext-image {
min-width:50%;}

.page-list-ext-image img {
min-width:100%;}


.page-list-ext-title {
width: 100%;

}

.buttonfooter {
  font-size: 20px;
  margin-bottom: 12px;
}


}

@media only screen and (max-width: 700px) {

#eventspan { padding-bottom: 6px; border:none;}

#date-column{
width: 40%; float:right; padding-top: 10px; border-top: 1px solid #60a845; 
}

.main-holder .tab {padding: none !important;}

#datetext {font-size: 18px;}

#timetext {font-size: 18px;}

#img-column, .img-column {
width: 100%;
display:block;
float:left;	
}

#timetext img{
display:none;
}

#detail-column{
width: 100%;	
border-right:none;
padding: 10px 0 0 0;
}

.events-block .heading {
margin: 0 0 5px;
position: static;
width: auto;
}

.events-block .block {
    position: relative;
    width: 100%;
    display: block;
}

.events-block .heading h2 {
font-size: 32px;
line-height: 26px;
}

.events-block .heading h2 span {
font-size: 32px;
line-height: 26px;
display: inline;
}
 

}

@media only screen and (max-width: 600px) {


#promolistfull .promolist {
width:100%;
max-height: none;
padding-top: 0px;
}



.visual-block .text-box-three {
width: 100%;
min-height: 0;
}

.visual-block .text-box-three:before {
display: none;
}

 .page-list-box img{ min-width:100%;}

.page-list-ext-item { width: 100% !important; }


.page-list-ext-image {
min-width:100%;}

.page-list-ext-image img {
min-width:100%;}


.page-list-ext-title {
width: 100%;
min-height:45px;
}

.block-banner .left {
    float: left;
    display: block;
    width: 100%;

}

.block-banner .right {
float: right;
    display: block;
    width: 100%;

}

}


@media only screen and (max-width: 425px) {


.popupwidth img {max-width:250px !important;} 

   
}


@media only screen and (min-width: 780px) {

.mobile-only {
display: none;
}

.desktoph1 {display: block;}
.tableth1 {display:none;}
.mobileh1 {display:none;}

}



/* BELOW IS CODE IF YOU WANT TO HIDE BOOKING FUNCTION ON MOBILE BY EMILY */

@media only screen and (max-width: 780px) {

.desktoph1 {display:none;}
.tableth1 {display:block; font-size:30px !important; line-height:30px !important;}
.mobileh1 {display:none;}

.hide-on-mobile {
display:none;
}

.mobile-only .btn-book {
font-size: 24px;
font-weight: 800;
line-height: 24px;

/*background: url(images/bg-btn.png) no-repeat;*/
background-color: #60a845;	
background-size: 100% 100%;
border: 1px solid #60a845;
color: #fff;
display: inline-block;
margin: 0;
padding: 12px 5px 12px;
text-align: center;
text-decoration: none;
text-shadow: 2px 2px 0 rgba(0, 0, 0, .11);
text-transform: uppercase;
vertical-align: top;
width: 100%;
}

.mobile-only .btn-book:hover {
background: #67b53a; 
}
}



#breadcrumbs {
margin-top:30px;
margin-bottom:0px;
}

.clear { clear:both; display:block; overflow:hidden; visibility:hidden; height:0px;}

/* GRAVITY FORMS */

input[type="text"], input[type="tel"], input[type="tel"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
border: 1px solid #555555 !important; /*Emily added*/
}

.gfield_label {
font:12px/14px 'avenir', 'din_condensedbold', Arial, Helvetica, sans-serif} /*Emily added*/

h1.homehead{
font-size:9px;
color:#f9f2ea;
line-height:0;
background-color:#f9f2ea;
z-index:-1500000;
margin:0;
}


.login-area .beachcam{
line-height: 75px;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #88c74d), color-stop(100%, #65b339));
background: -webkit-linear-gradient(top, #88c74d 0%, #60a845 100%);
background: linear-gradient(to bottom, #88c74d 0%, #60a845 100%);
color: #fff;
float: right;
height: 67px;
margin: 0 0 0 -100px;
text-align: center;
text-decoration: none;
width: 100px;
}	


.login-area {

height:67px;
color: #000;
position: relative;
text-transform: uppercase;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #efefef));
background: #fff url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -webkit-linear-gradient(top, #fff 0%, #efefef 100%);
background:         linear-gradient(to bottom, #fff 0%, #efefef 100%);
border-bottom: 1px solid #1d91be;

}

.login-area .beachcam{
line-height: 75px;
background: #91BF33;
color: #fff;
float: left;
height: 67px;
margin: 0 ;
text-decoration: none;
width: 100px;
padding-left: 5px;
}	

.login-area .login{
float: center;
height: 47px;
font-family: 'avenirregular', Arial, Helvetica, sans-serif;
font-size: 24px;
font-weight: bold;
line-height: 26px;
padding: 21px 5px 19px 0;
text-align: center;
text-transform: uppercase;
margin:0 auto;}




@media only screen and (max-width: 780px) {

.login-area {
height:54px;}

.login-area .beachcam{
display:none;}

.login-area .login{
float: left;
height: 47px;
font-family: 'avenirregular', Arial, Helvetica, sans-serif;
font-size: 24px;
font-weight: bold;
line-height: 26px;
padding: 0 58px 19px 15px;
text-align: center;
text-transform: uppercase;
margin: 0 auto;}

.popupwidth img {max-width:450px !important;}  

.h1title h1 {font-size: 14px;}

}

@media only screen and (max-width: 480px) {

.desktoph1 {display:none;}
.tableth1 {display:none;}
.mobileh1 {display:block; font-size:30px !important; line-height:30px !important;}

.login-area .login{
float: left;
height: 7px;
font-family: 'avenirregular', Arial, Helvetica, sans-serif;
font-size: 24px;
font-weight: bold;
line-height: 26px;
padding: 0 0 0 0;
text-align: center;
text-transform: uppercase;
margin:0 auto;}

.popupwidth img {max-width:250px !important;}    


.events-block .block .date-left {
width:100%;min-height: 20px; font-size: 14px; padding: 5px;
}


.events-block .block .title-right {
width:100%;
display: flex;
    justify-content: center;
    align-items: center;
	margin-bottom:10px;
}


.block-menu .column h2 span {
display:inline;
}

}
@media only screen and (max-width: 300px) {

.popupwidth img {max-width:180px !important;}    
}


/* ==============  LANDING PAGE CSS ================= Lauren and Emily Aug 2015 */
.main-holder2{
clear: both;
content: " ";
display: block;
}

#landingpage{
width:100%;	
color:#ffffff;
}


#landingpage:after{
clear: both;
content: " ";
display: block;

}

#landingpage-left{
width: 65%;	

float:left;

position:relative;
-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;
}

#landingpage-right{
width: 34.5%;
float:right;


}

#landingpage-left .logo{
position: absolute;
}

#landingpage-left .text{
padding:0 20px;
position: absolute;
bottom: 0;
left: 0;
font-size:20px;
line-height:33px;
width:100%;

}
.leftbg{

}

.text-left{
float:left;
width:40%;
}

#landingpage-left a, #landingpage-left a:hover{
color:#ffffff;	
text-decoration:none;
}

.text-right{
float:right;
width:58%;	
font-size:70px;	
line-height:67px;
color:#ffffff;
display: none; /* to hide it for now */
}

/* Large font previously used for resorts casino online large text
#landingpage h1{
font-size:70px;	
line-height:67px;
color:#ffffff;
} */

.boxcontent  h1{
font-size:40px;	
line-height:42px;
color:#ffffff;
color:#9ed058;
text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);
font-weight:bold;
}

#landingpage .btn{
font-weight:bold;
font-size:25px;
line-height: 28px;
height: auto;
padding: 4px 30px 5px;

background: url(images/bg-btn-long.png) no-repeat center;
border: 0px solid #60a845; /*Emily*/
color: #fff;
display: inline-block;
margin: 6px 0 10px 0 ;
text-align: center;
text-decoration: none;
text-shadow: 4px 4px 0 rgba(0, 0, 0, .11);
text-transform: uppercase;
}

#landingpage .btnorange {
font-weight:bold;
font-size:25px;
line-height: 28px;
height: auto;
padding: 4px 30px 5px;
background:none;
background-color: #F99A28;
border: 0px solid #F99A28; /*Emily*/
color: #fff;
display: inline-block;
margin: 0 0 26px 0 ;
text-align: center;
text-decoration: none;
text-shadow: 4px 4px 0 rgba(0, 0, 0, .11);
text-transform: uppercase;
}

#landingpage .btnred {
font-weight:bold;
font-size:25px;
line-height: 28px;
height: auto;
padding: 4px 30px 5px;
background:none;
background-color: #CC0000;
border: 0px solid #60a845; /*Emily*/
color: #fff;
display: inline-block;
margin: 0 0 26px 0 ;
text-align: center;
text-decoration: none;
text-shadow: 4px 4px 0 rgba(0, 0, 0, .11);
text-transform: uppercase;
}



#box-lightblue-gradient{

background: #006ebd; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #006ebd 0%, #00406e 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#006ebd), color-stop(100%,#00406e)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover, #006ebd 0%,#00406e 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover, #006ebd 0%,#00406e 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover, #006ebd 0%,#00406e 100%); /* IE10+ */
background: radial-gradient(ellipse at center, #006ebd 0%,#00406e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006ebd', endColorstr='#00406e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.rightboxes {

}

.box {
margin-bottom:6px;
position: relative;
text-align:center;

}

.boxbg{
z-index:1;
}

.boxcontent{
position: absolute;
z-index:2;
padding:15px 20px;
text-align:center;
margin:0 auto;
width:100%;
font-size:14px;
}

.boxcontent  h1{
font-size:40px;	
line-height:38px;
color:#ffffff;
color:#9ed058 ;
text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);
font-weight:bold;
}
.boxcontent h2 { 
font-size:40px;	
line-height:38px;
color:#ffffff;
color:#9ed058 ;
text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);
font-weight:bold; /*Emily made same as h1 7/25/18 for seo*/
}

.boxcontent h3{
color:#ffffff ;
font-size:40px;
line-height:42px;
margin-bottom:0;
padding-bottom:15px; /*Emily*/
}





.boxcontent p{
margin: 0;
}



#boxarea{
max-height:405px;
margin:0 auto 8px 0;
text-align:center;
padding:20px; -webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;
}

#landingpage-left-mobile{
display:none}

.fourboxes{
width:49%;	
float:left;
margin:0 0 1% 1%;
position: relative;
text-align:center;}

/*
********************************
*/
.ol-boxbg > img {
  min-height: 345px !important; /* force height on image */
}

.minHeight {
  min-height: 345px !important; /* force height append class */
}


body #gform_wrapper_10 .gform_body {
  max-width: 320px;
  margin: 0 auto;
}
body #gform_wrapper_10 .ginput-container {
  max-width: 175px;
}
body #gform_wrapper_10 .gform_body .gform_fields .gfield input[type=text] {background-color: #868686;
  max-width: 175px;
}
.gform_wrapper .top_label .gfield_label {
  font-weight: normal !important;
      font: 12px/13px;
}
.gform_wrapper .gform_footer {
  padding: 0 !important;
  margin: 0 !important;
  text-align: center;
}
.gform_wrapper .top_label li.gfield.gf_left_half {
  /* width: auto !important; Emily changed oct 24*/
    width: 49% !important;  
}

.gform_wrapper .top_label .gfield_label {
  margin: 0 !important;
  line-height: normal !important;
}
.gform_wrapper {
  margin: 0 !important;
}
h1.orange {
  color: #F99A28;
  text-shadow: 1px 1px #000;
}
h2.orange {
  color: #F99A28;
  text-shadow: 1px 1px #000;
}
h1.poker {
  color: #fff;
  padding-bottom: 0;
  font-size:40px;
  margin-bottom: 5px;  
}
h2.white {
  color: #fff;
  padding-bottom: 0;
}
a.btn.orange {
  background-color: #F99A28 !important;
  background-image: none !important;
}
a.btn.blue {
  background-color: #073252 !important;
  background-image: none !important;
}
a.btn.red {
  background-color:#CC0000 !important;
  background-image: none !important;
}
.a-links a {
  color: #60a845;
  text-decoration: none;
}
.hideMe {
	display: none;
}
/*
********************************
*/
@media only screen and (max-width: 1160px) and (min-device-width: 1040px)  {

.boxcontent p{
font-size:13px;
margin: 0;
}

.boxcontent img{
max-width:80%;} /*Emily*/

/* Removed this because the large Resorts Casino Hotel is not needed 
#landingpage h1{
font-size:60px;	
line-height:67px;
color:#ffffff;
} */

#landingpage .btn{
font-weight:bold;
font-size:20px;
line-height: 23px;
margin: 0 0 16px 0;

}
#landingpage-left .text {
font-size:18px;
line-height:29px;}

/*.boxcontent h2{
display:none;
} Emily 7/25/18 for SEO h1 and h2*/

.boxcontent h3{
display:none;
}

}

@media only screen and (max-width: 1040px) and (min-device-width: 860px)  {
.boxcontent{

padding:20px 20px;}

#landingpage-left .text {
font-size: 14px;
line-height: 24px;
}

.text-left { /*Emily*/
width: 40%; 
}

.text-right { /*Emily*/
float: right;
width: 58%;
font-size: 60px;
line-height: 57px;
color: #ffffff;
}

.boxcontent h2{ /*Emily*/
font-size: 40px;
    line-height: 38px;
padding-bottom: -2px;
margin-top:-10px;		
}

.boxcontent h3{ /*Emily*/
display:block;
font-size: 24px;	
padding-bottom: 5px;	
margin-top:-10px;		
}
h2.poker {
  color: #fff;
  padding-bottom: 0;
  font-size:30px;
  margin-bottom: 5px;  
}

.boxcontent img { /*Emily*/
max-width: 60%;
}

}

@media only screen and (max-width: 860px) {

#landingpage-left{
width: 100%;	
display:block;
margin-bottom:10px;
}

#landingpage-right{
width: 100%;
display:block;}

.box{
width:49%;
margin-right:1%;
float:left;	
}

.boxcontent{

padding:20px 20px;}



.boxcontent img {
max-width: 70%;
}

h1.poker {
  color: #fff;
  padding-bottom: 0;
  font-size:24px;
  line-height:24px;
  margin-bottom: 5px;  
}

body #gform_wrapper_10 .gform_body {
    max-width: 300px;
    margin: 0 auto;
	padding-left:20px;
}

body #gform_wrapper_10 .top_label li.gfield.gf_right_half {
    margin: 0 0 .5em;
    width: 47.5%;
}
body #gform_wrapper_10 .top_label li.gfield.gf_left_half {
    width: 47.5% !important;
}

}

@media only screen and (max-width: 660px) {
.text-left{
float:left;
width:100%;
}

.text-right{
display:none;

}
#landingpage .btn{
max-width: 300px;
padding: 4px 10px 5px;}


.fourboxes{
width:100%;	
float:left;
margin:0 0 10px 0;
position: relative;
text-align:center;}

.boxcontent {
padding: 10px 20px;
}	

.boxcontent img {
max-width: 60%;
}

.boxcontent p{
font-size:12px;
line-height: 14px;
}

/*.boxcontent h2{
display:none;
} Emily hid 7/25/18 for SEO H1 and H2*/

.boxcontent h3{
display:none;
}

h2.poker {
  color: #fff;
  padding-bottom: 0;
  font-size:28px;
  line-height:32px;
  margin-bottom: 5px;  
}

}

@media only screen and (max-width: 450px) {

#landingpage-left{
display:none}
#landingpage-left-mobile{
display:block;
}

.landingmobilelogo{
-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;}

.mobilehomebutton{
background-color:#60a845;
padding:20px 10px 0 10px;
margin: 0 ;
text-align:center;
/*-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;*/
color:#ffffff;
font-size:25px;
font-weight:bold;}

.mobilehomebutton a{
color:#ffffff;
text-decoration:none;	
}

.mobilehomebutton-sm{
background-color:#60a845;
padding:10px 15px;
margin: 0 0 15px 0;
text-align: center;
/*-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;*/
color:#ffffff;
font-size:16px;
line-height:29px;}

.mobilehomebutton-sm a {
    color: #ffffff;
    text-decoration: none;
}



.box{
width:100%;
margin-right:0;
display:block;	
}


.boxcontent {
padding: 20px 20px;
}		

.boxcontent p{
font-size:13px;
line-height: 16px;
padding-top:5px !important;
}

.boxcontent img {
max-width: 85%;
}

.boxcontent h2{
font-size: 36px;
}

.boxcontent h3{
display:block;
font-size: 36px;	
}

}

@media only screen and (max-width: 350px) {

.boxcontent {
padding: 10px 20px;
}	

/*.boxcontent h2{
display:none;
}*/

.boxcontent h3{
display:none;
}

h2.poker {
  font-size:20px;
	line-height:22px;
}

body #gform_wrapper_10 .gform_body {
    max-width: 300px;
    margin: 0 auto;
	padding-left:0;
}


}

@media only screen and (max-width: 568px) {
.hideMe {
	max-width: 100%;
	display: block;
}

}

.gform_wrapper div.validation_error {
color: #000 !important;
font-size: 100% !important;
font-weight: normal !important;
border: 1px solid #65A9CC !important;
padding: 1em 0px 1em 20px !important;
}

body .gform_wrapper li.gfield.gfield_error, 
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
border-color: #65A9CC !important;
color: #444 !important;
background-color: #65A9CC !important; }

#noonline li.menu-item-12371{
	display:none;
}


@media only screen and (max-width: 768px) {
	.nomobile {
	display:none;	
	}
	
	.nomobile p {
		display:none;	
	}
	
	#landingpage-right p {
	margin-top:20px !important;	
	}
	

#footer .symple-one-fourth {width:100% !important;}	

#footer .symple-two-third {width:100% !important;}	

.social-networks {
    float: left;
}

#footer .social-networks li {
    float: left;
}

#footer .search-form input[type="search"] {
margin: 0 2px 0 0;
width: 75%;
}

#footer 	input[type=submit] {
    padding: 0 !important;
    width: 20%;
    font-size: 18px;
}
	
}

.slider {
	position: relative;
}

.slider .mask {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}

.slider .slideset {
	width: 99999px;
}

.slider .slide {
	font-size: 20px;
    line-height: 18px;
    display: inline-block;
    letter-spacing: 0;
    list-style: none;
    margin: 0 0 10px;
    padding: 0 9px;
    vertical-align: top;
    width: 220px;
}

.slider .btn-prev,
.slider .btn-next {
	font-size: 30px;
	line-height: 30px;
	width: 30px;
	height: 30px;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: -25px;
	text-decoration:none !important;
}

.slider .btn-next {
	left: auto;
	right: -25px;
}



.slider .description {
    background: #12214F;
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 8px;
  text-transform: uppercase;
  text-decoration:none;
   
}



.description h3 a {
    text-decoration:none;
	color:#ffffff;
   
}

.slider  h3 {
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    margin: 0 -5px 6px 0;
	text-decoration:none;
}

.slider .more {
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    border-top: 1px solid #b1d55e;
    color: #b1d55e;
    display: block;
    margin: 0 -10px;
    padding: 8px 10px 2px;
    text-align: center;
}

.description:after {
    display:block;
	content:"";
	margin-bottom:5px;
	clear:both;
}

.tp-caption { max-height: 600px;}


.mtsnb { max-width: 1330px !important; }

.symple-toggle .symple-toggle-trigger {font-family: 'avenirregular' !important; font-weight: bold !important;}

/* Photo Gallery Homepage 2022 */
	.photo-gallery {
		width:100%;clear:both;display:block
	}
	
	.photo-gallery .heading h3 {
    font-family: 'avenirregular', Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-weight: 800;
    line-height: 38px;
    padding-bottom: 10px;
     color: #6d6e71;
       margin: 40px 0 19px;
    position: relative;

}
	
	.photo-gallery .heading h3 span {
    font-size: 36px;
    font-weight: 300;
    line-height: 38px;
    /* display: block; */
}
	.photo-gallery .btn {padding: 14px 30px 15px;

    text-transform: uppercase;
    font-size: 16px;
    margin-top: 15px;}
	.galleryarea {width:100%; float:right}
	.slideitem {
       width: 30%;
    float: left;
    display: inline;
    margin: 10px 0 10px 3%;
}

.image-post {
    position: relative;
    font-size: 18px;
    line-height: 20px;
    color: #6d6e71;
	font-weight: bold;
    text-align: left;
	text-transform:uppercase;
}

.image-post img {
    display: block;
        max-width: 100%;
}
.image-post .caption {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .70);
    padding: 22px 20px 10px;
}
	
	.image-posts:after

 {
	content: "";
	display: block;
	clear: both;
}

.image-post:hover .caption {
	display: block;
}
	
	@media only screen and (max-width: 768px) {
	.symple-one-third {
    width: 100%;}	
	
		.symple-two-third {
    width: 100%;}	
		.slideitem {
    width:48%;
    margin: 10px 1%;
}
		
	}
	@media only screen and (max-width: 405px) {
		
		.photo-gallery {
    width: 98%;
    
    padding: 0 25px;
}
		.image-post {font-size:12px}
	.slideitem {
    width:100%;
    margin: 10px auto;
}	
		
	}

.orangebar  {width: 100%; height: 50px; background: rgb(245,132,31);
background: linear-gradient(180deg, rgba(245,132,31,1) 0%, rgba(245,132,31,1) 35%, rgba(218,113,17,1) 100%); color: #ffffff; text-align: center; vertical-align: middle; padding: 10px 20px; border-bottom: #ffffff;    display: inline-table;}

.orangebar-text {padding-right: 10px; vertical-align: middle;}
.orangebar a {background: #12214F; color: #ffffff; text-align: center; vertical-align: middle; padding: 6px 15px; font-size: 13px; text-decoration: none; border-radius: 3px;}

@media only screen and (max-width: 500px) {
		
	span.orangebar-text {
		text-align:center;
	display: block;
		margin-bottom:10px
	}
	
	.orangebar {height:80px}

}

.em.pixelbones a {
    color: inherit !important;
    background-color: inherit !important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}
.em.pixelbones a {
    color: inherit !important;
    background-color: inherit !important;
}
/*slider fonts for proper sizing */
.big-blue {font-size:2.738em;line-height:1 !important;color:#0d82be}

#footer {padding: 30px 0 0 0; border-top: 1px solid #c3bdb2; margin-top: 30px;}
.eventmoreapp {display:none;}

 /* Responsive styling for footer company logos */
        .logo-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center; /* Center the container */
            margin: 10px;
			padding: 10px 0 0 0;
        }

        .company-logo {
            flex-basis: 12%; /* 7 logos horizontally on desktop */
            margin-bottom: 10px;
        }

        @media (max-width: 768px) {
            .company-logo {
                flex-basis: 33%; /* 3 logos per row on mobile */
            }
        }



.store {display:flex}
.storeitem {flex-basis: 25%}
.storeitem .title {color:#12214F}
.storeitem .cost {color:#F99A28}

/* 2024 rooms homepage */

.homepromos {
	display: flex;
	justify-content: space-between;
	width:100%;
	    padding-bottom: 15px;
    text-align: left;
		
}

.homepromo-single {
  font-size:14px;
	padding: 10px;
	width: 24%;
}
	.homepromo-single h3 {color: #F99A28;
    padding-top: 2px;
    font-size: 22px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;}
	
	.homepromo-single h3 a {
    text-decoration: none !important;
    color: #F99A28;
}
	
	.homepromo-single h4 {
    color: #12214F !important;
    padding-top: 2px;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}
	
	@media only screen and (max-width: 900px) {
		
		.homepromos {    flex-wrap: wrap;justify-content: flex-start;}
		
		.homepromo-single {
	width: 32%;
}
		
	}
	
	@media only screen and (max-width: 768px) {
		
		.homepromo-single {
	width: 49%;
			        margin-bottom: 25px;
}
	}
	
	@media only screen and (max-width: 575px) {
		
		.homepromo-single {
	width: 100%;
}
	}

.genesys-mxg-frame, #genesys-messenger {z-index: 1 !important}