﻿@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,700|Open+Sans+Condensed:300,700);
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
@import 'normalize.css';
@import 'fontello.css';
@import 'fontello-ie7.css';
@import 'grid.css';
@import 'styles.css';
@import 'loggedin.css';
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.background-size {
  background-size: cover;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background: url('../images/bg.png') center top;
  margin-top: 157px;
}
div,
td,
p,
html,
button,
input,
select,
textarea {
  font-size: 12px;
  font-weight: normal;
  font-family: 'myriad-pro', 'myriad-pro', tahoma, arial, sans-serif;
  color: #717171;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #444444;
}
.block:after,
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
h1 {
  color: #fff;
  font-size: 50px;
  font-weight: normal;
  font-family: 'open sans condensed', 'myriad-pro', arial, sans-serif;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
h2 {
  color: #fff;
  font-size: 28px;
  font-weight: normal;
  font-family: 'open sans condensed', 'myriad-pro', arial, sans-serif;
  margin: 0;
  padding: 0;
}
h3 {
  color: #717171;
  font-size: 22px;
  font-weight: normal;
  font-family: 'open sans condensed', 'myriad-pro', arial, sans-serif;
  margin: 0;
  padding: 0;
}
h4 {
  color: #717171;
  font-size: 16px;
  font-weight: normal;
  font-family: 'open sans condensed', 'myriad-pro', arial, sans-serif;
  margin: 0;
  padding: 0;
}
::selection {
  background: #3e454c;
  color: #f1f1f1;
}
::-moz-selection {
  background: #3e454c;
  color: #f1f1f1;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label,
input,
button,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
textarea {
  font-family: tahoma, arial, verdana;
}
label {
  display: inline-block;
  margin-bottom: 5px;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  vertical-align: middle;
  min-height: 40px;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(0, 0, 0, 0.1);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.2);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
input[type="file"] {
  height: 30px;
  *margin-top: 4px;
  line-height: 30px;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.hidden {
  display: none;
}
.clear {
  clear: both;
  overflow: hidden;
  height: 0;
}
.container {
  margin: auto;
  width: 990px;
  position: relative;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
aside ul,
footer ul,
.dayList ul,
.carousel ul,
nav ul,
.quicklinks ul,
.menu,
ul.category {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
section.blue {
  background: url('../images/bg_blue.jpg');
}
section.blue .sectionTitle {
  border-top: 5px solid #0059c3;
}
section.blue .button {
  background: #0059c3;
}
section.blue .blueBorder {
  border-top: 5px solid #004290;
}
section.blue .date {
  background: #004290;
}
section.blue aside {
  border-top: 5px solid #004290;
}
section.blue aside a:hover,
section.blue aside li.on > a {
  background: #004290;
}
section.blue nav ul ul {
  background: #00132a;
}
section.blue .scale button {
  background: #004290;
}
section.blue .scale button:hover {
  background: #00132a;
}
section.marone {
  background: url('../images/bg_marone.jpg');
}
section.marone .sectionTitle {
  border-top: 5px solid #be4c7e;
}
section.marone .button {
  background: #be4c7e;
}
section.marone .maroneBorder {
  border-top: 5px solid #9e3965;
}
section.marone .date {
  background: #9e3965;
}
section.marone aside {
  border-top: 5px solid #9e3965;
}
section.marone aside a:hover,
section.marone aside li.on > a {
  background: #9e3965;
}
section.marone nav ul ul {
  background: #531e35;
}
section.marone .scale button {
  background: #9e3965;
}
section.marone .scale button:hover {
  background: #531e35;
}
section.orange {
  background: url('../images/bg_orange.jpg');
}
section.orange .sectionTitle {
  border-top: 5px solid #f6902a;
}
section.orange .button {
  background: #f6902a;
}
section.orange .orangeBorder {
  border-top: 5px solid #e3770a;
}
section.orange .date {
  background: #e3770a;
}
section.orange aside {
  border-top: 5px solid #e3770a;
}
section.orange aside a:hover,
section.orange aside li.on > a {
  background: #e3770a;
}
section.orange nav ul ul {
  background: #814406;
}
section.orange .scale button {
  background: #e3770a;
}
section.orange .scale button:hover {
  background: #814406;
}
section.red {
  background: url('../images/bg_red.jpg');
}
section.red .sectionTitle {
  border-top: 5px solid #fa181d;
}
section.red .button {
  background: #fa181d;
}
section.red .redBorder {
  border-top: 5px solid #da0509;
}
section.red .date {
  background: #da0509;
}
section.red aside {
  border-top: 5px solid #da0509;
}
section.red aside a:hover,
section.red aside li.on > a {
  background: #da0509;
}
section.red nav ul ul {
  background: #760305;
}
section.red .scale button {
  background: #da0509;
}
section.red .scale button:hover {
  background: #760305;
}
section.grey {
  background: url('../images/bg_grey.jpg');
}
section.grey .sectionTitle {
  border-top: 5px solid #6f6f6f;
}
section.grey .button {
  background: #6f6f6f;
}
section.grey .greyBorder {
  border-top: 5px solid #555555;
}
section.grey .date {
  background: #555555;
}
section.grey aside {
  border-top: 5px solid #555555;
}
section.grey aside a:hover,
section.grey aside li.on > a {
  background: #555555;
}
section.grey nav ul ul {
  background: #222222;
}
section.grey .scale button {
  background: #555555;
}
section.grey .scale button:hover {
  background: #222222;
}
section.green {
  background: url('../images/bg_green.jpg');
}
section.green .sectionTitle {
  border-top: 5px solid #5da65a;
}
section.green .button {
  background: #5da65a;
}
section.green .greenBorder {
  border-top: 5px solid #4a8548;
}
section.green .date {
  background: #4a8548;
}
section.green aside {
  border-top: 5px solid #4a8548;
}
section.green aside a:hover,
section.green aside li.on > a {
  background: #4a8548;
}
section.green nav ul ul {
  background: #254324;
}
section.green .scale button {
  background: #4a8548;
}
section.green .scale button:hover {
  background: #254324;
}
header {
  background: #fff;
  border-bottom: 3px solid #000;
  padding: 30px 0 10px 0;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  z-index: 999;
}
header .logo {
  float: left;
  padding-right: 24px;
  width: 130px;
  height: 70px;
  max-height: 111px;
  margin-left: 20px;
  background-image: url('../images/logo.svg');
  background-size: cover;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
header .quicklinks {
  float: left;
  clear: right;
  margin-bottom: 11px;
  padding-left: 43px;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  max-height: 58px;
}
header .quicklinks li {
  float: left;
}
header .quicklinks a {
  color: #878787;
  font-size: 16px;
  font-weight: 300;
  font-family: 'Open Sans Condensed', 'myriad-pro', arial, sans-serif;
  display: inline-block;
  padding-right: 8px;
  line-height: 48px;
}
header .search {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  max-height: 58px;
}
header .search input {
  padding: 0 45px 0 15px;
  border: 1px solid #dadada;
  height: 48px;
  color: #dbdbdb;
  font-size: 14px;
  font-weight: normal;
  font-family: 'Open Sans Condensed', 'myriad-pro', arial, sans-serif;
}
header .search input:active,
header .search input:focus {
  color: #333;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
header .search button {
  border: 0;
  background: none;
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 10;
  display: block;
}
header .search button .icon-search {
  color: #c2c2c2;
  font-size: 26px;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
header .search button:hover .icon-search {
  color: #333;
}
header nav {
  float: left;
  margin-top: 10px;
}
header nav li {
  float: left;
  border-right: 1px solid #fff;
}
header nav li.child-1 {
  background: #004290;
}
header nav li.child-1 a {
  border-top-color: #004290;
}
header nav li.child-1 .dropdown {
  background: #00132a;
}
header nav li.child-1 .dropdown a {
  background: #00162f;
}
header nav li.child-1 .dropdown a:hover {
  background: #00244e;
}
header nav li.child-1 .dropdown a span {
  color: #0059c3;
}
header nav li.child-1 .dropdown .date {
  background: #0059c3;
}
header nav li.child-1 .dropdown .title {
  background: #0059c3;
}
header nav li.child-1 .dropdown > .row > .col4 {
  border-right: 1px solid #00244e;
}
header nav li.child-1:hover .dropdown {
  border-top-color: #0059c3;
}
header nav li.child-1 ul a {
  background: #002b5d;
}
header nav li.child-2 {
  background: #9e3965;
}
header nav li.child-2 a {
  border-top-color: #9e3965;
}
header nav li.child-2 .dropdown {
  background: #531e35;
}
header nav li.child-2 .dropdown a {
  background: #571f37;
}
header nav li.child-2 .dropdown a:hover {
  background: #6d2746;
}
header nav li.child-2 .dropdown a span {
  color: #be4c7e;
}
header nav li.child-2 .dropdown .date {
  background: #be4c7e;
}
header nav li.child-2 .dropdown .title {
  background: #be4c7e;
}
header nav li.child-2 .dropdown > .row > .col4 {
  border-right: 1px solid #6d2746;
}
header nav li.child-2:hover .dropdown {
  border-top-color: #be4c7e;
}
header nav li.child-2 ul a {
  background: #792b4d;
}
header nav li.child-3 {
  background: #e3770a;
}
header nav li.child-3 a {
  border-top-color: #e3770a;
}
header nav li.child-3 .dropdown {
  background: #814406;
}
header nav li.child-3 .dropdown a {
  background: #864606;
}
header nav li.child-3 .dropdown a:hover {
  background: #a35607;
}
header nav li.child-3 .dropdown a span {
  color: #f6902a;
}
header nav li.child-3 .dropdown .date {
  background: #f6902a;
}
header nav li.child-3 .dropdown .title {
  background: #f6902a;
}
header nav li.child-3 .dropdown > .row > .col4 {
  border-right: 1px solid #a35607;
}
header nav li.child-3:hover .dropdown {
  border-top-color: #f6902a;
}
header nav li.child-3 ul a {
  background: #b25d08;
}
header nav li.child-4 {
  background: #da0509;
}
header nav li.child-4 a {
  border-top-color: #da0509;
}
header nav li.child-4 .dropdown {
  background: #760305;
}
header nav li.child-4 .dropdown a {
  background: #7b0305;
}
header nav li.child-4 .dropdown a:hover {
  background: #990406;
}
header nav li.child-4 .dropdown a span {
  color: #fa181d;
}
header nav li.child-4 .dropdown .date {
  background: #fa181d;
}
header nav li.child-4 .dropdown .title {
  background: #fa181d;
}
header nav li.child-4 .dropdown > .row > .col4 {
  border-right: 1px solid #990406;
}
header nav li.child-4:hover .dropdown {
  border-top-color: #fa181d;
}
header nav li.child-4 ul a {
  background: #a80407;
}
header nav li.child-5 {
  background: #555555;
}
header nav li.child-5 a {
  border-top-color: #555555;
}
header nav li.child-5 .dropdown {
  background: #222222;
}
header nav li.child-5 .dropdown a {
  background: #252525;
}
header nav li.child-5 .dropdown a:hover {
  background: #343434;
}
header nav li.child-5 .dropdown a span {
  color: #6e6e6e;
}
header nav li.child-5 .dropdown .date {
  background: #6e6e6e;
}
header nav li.child-5 .dropdown .title {
  background: #6e6e6e;
}
header nav li.child-5 .dropdown > .row > .col4 {
  border-right: 1px solid #343434;
}
header nav li.child-5:hover .dropdown {
  border-top-color: #6e6e6e;
}
header nav li.child-5 ul a {
  background: #3b3b3b;
}
header nav li.child-6 {
  background: #4a8548;
}
header nav li.child-6 a {
  border-top-color: #4a8548;
}
header nav li.child-6 .dropdown {
  background: #254324;
}
header nav li.child-6 .dropdown a {
  background: #274626;
}
header nav li.child-6 .dropdown a:hover {
  background: #325a31;
}
header nav li.child-6 .dropdown a span {
  color: #5da65a;
}
header nav li.child-6 .dropdown .date {
  background: #5da65a;
}
header nav li.child-6 .dropdown .title {
  background: #5da65a;
}
header nav li.child-6 .dropdown > .row > .col4 {
  border-right: 1px solid #325a31;
}
header nav li.child-6:hover .dropdown {
  border-top-color: #5da65a;
}
header nav li.child-6 ul a {
  background: #386436;
}
header nav li:hover > a {
  color: #fff;
  background: #000;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.3)), color-stop(1, transparent));
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.3), transparent);
  background: -moz-linear-gradient(center bottom, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
  background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.3));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='rgba(0, 0, 0, 0.3)', GradientType=0);
  line-height: 45px;
  padding-bottom: 5px;
}
header nav li.child-7 {
  display: none !important;
}
header nav li.child-8 a:hover {
  background: #002a5d;
}
header nav a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: 'open sans condensed', 'myriad-pro', arial, sans-serif;
  width: 140px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  border-top: 5px solid #fff;
  background: #000000;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  height: 55px;
}
header nav .mmArrow {
  display: none;
}
header nav .subPull {
  display: none;
}
header nav .dropdown {
  width: 100%;
  position: absolute;
  left: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  opacity: 0;
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
  border-top: 0px solid transparent;
  z-index: 5;
}
header nav .dropdown ul {
  padding: 20px;
}
header nav .dropdown ul li {
  float: none;
  background: none !important;
  border: 0;
  margin-bottom: 5px;
}
header nav .dropdown ul a {
  line-height: normal;
  padding: 10px 25px;
  text-transform: capitalize;
  width: auto;
  background: none;
  border: 0;
  text-align: left;
  font-size: 16px;
  height: auto;
}
header nav .dropdown ul a:hover {
  line-height: normal;
  padding: 10px 25px;
  height: auto;
}
header nav .dropdown ul a span {
  padding-right: 10px;
  display: inline-block;
}
header nav .dropdown ul ul {
  padding: 0;
  padding-top: 5px;
}
header nav .dropdown ul ul a {
  padding: 3px 30px;
  font-size: 13px;
}
header nav .dropdown ul ul a:hover {
  padding: 3px 30px 3px 35px;
}
header nav .dropdown .col4 > ul {
  min-height: 330px;
}
header nav .dropdown .row > .col4:last-child {
  border-right: 0 !important;
}
header nav .dropdown .item {
  position: relative;
  display: block;
  width: 100%;
  line-height: normal;
  height: auto;
  border: 0;
  text-align: left;
  overflow: hidden;
}
header nav .dropdown .item .slide1 {
  position: relative;
  padding-top: 322px;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  width: 100%;
  float: right;
  overflow: hidden;
}
header nav .dropdown .item .slide2 {
  position: absolute;
  top: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  background: rgba(0, 0, 0, 0.8);
  padding: 20px;
  overflow: hidden;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  width: 100%;
}
header nav .dropdown .item .title {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: 'open sans condensed', 'myriad-pro', arial, sans-serif;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 20px 13px 20px;
  line-height: normal;
  text-align: left;
}
header nav .dropdown .item:hover .slide2 {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
header nav .dropdown .item:hover .date {
  left: 78%;
  padding: 9px 15px 5px;
}
header nav .dropdown .item .time,
header nav .dropdown .item .place,
header nav .dropdown .item .cost,
header nav .dropdown .item .info {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  font-family: 'open sans condensed', 'myriad-pro', arial, sans-serif;
  border-bottom: 1px solid #262626;
  padding-bottom: 5px;
  text-align: left;
  text-transform: capitalize;
}
header nav .dropdown .item .time span,
header nav .dropdown .item .place span,
header nav .dropdown .item .cost span,
header nav .dropdown .item .info span {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  font-family: 'open sans condensed', 'myriad-pro', arial, sans-serif;
  text-transform: capitalize;
}
header nav .dropdown .item .date {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  font-family: 'open sans condensed', 'myriad-pro', arial, sans-serif;
  line-height: 20px;
  padding: 4px 10px 1px 10px;
  text-align: center;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
header nav .dropdown .item .date span {
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  font-family: 'open sans condensed', 'myriad-pro', arial, sans-serif;
  text-transform: uppercase;
}
header nav .dropdown .item .icon-star-circled {
  float: left;
  display: inline-block;
  color: #fff !important;
  padding-right: 10px;
  font-size: 20px;
  margin-top: 2px;
}
header nav li:hover .dropdown {
  max-height: 300px;
  opacity: 1;
  padding: 10px;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  border-top: 5px solid transparent;
  z-index: 10;
  border-top-width: 5px;
}
header nav .child-3 .slide1 {
  padding-top: 186px !important;
}
header.scrolled {
  padding-top: 0;
}
header.scrolled .logo {
  max-height: 62px;
  width: 109px;
  margin: 5px 20px 0 25px;
}
header.scrolled .quicklinks,
header.scrolled .search {
  -webkit-transform: perspective(500px) rotateX(90deg);
  -moz-transform: perspective(500px) rotateX(90deg);
  -o-transform: perspective(500px) rotateX(90deg);
  -ms-transform: perspective(500px) rotateX(90deg);
  transform: perspective(500px) rotateX(90deg);
  perspective-origin: 50% 50%;
  -webkit-perspective-origin: 50% 50%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  max-height: 0;
}
header .pull {
  display: none;
}
header .dnn_mact > li ul {
  display: block !important;
}
.blockLeft,
.blockRight,
.blockBottom {
  display: block;
  padding-top: 47%;
  position: relative;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  width: 100%;
  background-size: cover;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  margin-bottom: 10px;
}
.blockLeft span,
.blockRight span,
.blockBottom span {
  opacity: 0;
  position: absolute;
  bottom: 10px;
  max-height: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  font-family: 'myriad-pro', 'myriad-pro', arial, sans-serif;
  line-height: 14px;
  width: 100%;
  text-align: center;
  left: 0;
  padding: 5px;
  color: #fff  !important;
}
.blockLeft .text,
.blockRight .text {
  position: absolute;
  bottom: 0;
  text-align: center;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  font-family: 'open sans condensed', 'myriad-pro', arial, sans-serif;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  line-height: 38px;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.blockLeft:hover span {
  opacity: 1;
  bottom: 20px;
  max-height: 200px;
}
.blockRight:hover span {
  opacity: 1;
  bottom: 20px;
  max-height: 200px;
}
.blockBottom {
  padding-top: 32%;
}
.blockBottom .button {
  display: block;
  float: right;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: 'open sans condensed', 'myriad-pro', arial, sans-serif;
  padding: 8px 10px;
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  position: absolute;
  bottom: 0;
  right: 0;
}
.blockBottom .button:hover {
  padding: 8px 20px;
}
.carousel {
  position: relative;
  max-height: 400px;
  overflow: hidden;
}
.carousel li {
  float: left;
  position: relative;
}
.carousel .title {
  position: absolute;
  bottom: 35px;
  left: 0;
}
.carousel .top {
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  font-family: 'Open Sans Condensed', 'myriad-pro', arial, sans-serif;
  background: rgba(0, 0, 0, 0.8);
  display: inline-block;
  line-height: 60px;
  padding: 0 26px;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform: perspective(500px) rotateX(180deg);
  -moz-transform: perspective(500px) rotateX(180deg);
  -o-transform: perspective(500px) rotateX(180deg);
  -ms-transform: perspective(500px) rotateX(180deg);
  transform: perspective(500px) rotateX(180deg);
}
.carousel .bottom {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Open Sans Condensed', 'myriad-pro', arial, sans-serif;
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  line-height: 40px;
  padding: 0 26px;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform: perspective(500px) rotateX(180deg);
  -moz-transform: perspective(500px) rotateX(180deg);
  -o-transform: perspective(500px) rotateX(180deg);
  -ms-transform: perspective(500px) rotateX(180deg);
  transform: perspective(500px) rotateX(180deg);
}
.carousel .on .bottom,
.carousel .on .top {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.carousel .next,
.carousel .prev {
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 219px;
  z-index: 10;
  cursor: pointer;
}
.carousel .next > div,
.carousel .prev > div {
  color: #265589;
  font-size: 30px;
  padding: 0px;
}
.carousel .next {
  right: 0;
}
.carousel .next div:before {
  right: -2px;
  position: relative;
  line-height: 95px;
}
.carousel .prev {
  left: 0;
}
.carousel .prev div:before {
  left: -5px;
  position: relative;
  line-height: 95px;
}
.homePadding {
  padding-top: 19px;
  padding-bottom: 19px;
}
.contentPadding {
  padding-top: 10px;
  padding-bottom: 10px;
}
.homeFeature {
  display: block;
}
.homeFeature .type {
  background: #000;
}
.homeFeature .type [class^="icon-"] {
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 60px;
  -webkit-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.homeFeature .type .title {
  text-align: center;
  line-height: 60px;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  font-family: 'open sans condensed', 'myriad-pro', arial, sans-serif;
  border-left: 1px solid #262626;
  -webkit-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.homeFeature .image {
  background-size: cover;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 68%;
}
.homeFeature:hover [class^="icon-"] {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
.homeFeature:hover .title {
  font-size: 24px;
}
.sectionTitle {
  color: #fff;
  font-size: 40px;
  font-weight: normal;
  font-family: 'open sans condensed', 'myriad-pro', arial, sans-serif;
  background: #000;
  padding: 6px 0 12px 30px;
}
.sectionTitle a {
  display: block;
  float: right;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: 'open sans condensed', 'myriad-pro', arial, sans-serif;
  background: #9e3965;
  padding: 8px 10px;
  margin-top: 12px;
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.sectionTitle a:hover {
  padding: 8px 20px;
}
.sectionTitle .sevendays {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  font-family: 'open sans condensed', 'myriad-pro', arial, sans-serif;
  float: right;
  padding: 15px 20px 0 0;
}
.date {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  font-family: 'open sans condensed', 'myriad-pro', arial, sans-serif;
  line-height: 20px;
  padding: 4px 10px 1px 10px;
  text-align: center;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.date span {
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  font-family: 'open sans condensed', 'myriad-pro', arial, sans-serif;
  text-transform: uppercase;
}
.eventList {
  background: #fff;
  padding: 10px;
}
.eventList .item {
  position: relative;
  display: block;
  width: 100%;
  /*.time, .place, .info span { display:none; }*/
  /*.date { display:none; }*/
}
.eventList .item .slide1 {
  background-image: url('../images/default.png');
  position: relative;
  background-size: cover;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 336px;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  width: 100%;
  float: right;
  overflow: hidden;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.eventList .item .slide2 {
  position: absolute;
  top: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  opacity: 0.5;
  padding: 20px;
  overflow: hidden;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.eventList .item .title {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  font-family: 'open sans condensed', 'myriad-pro', arial, sans-serif;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  padding: 10px 20px 13px 20px;
  line-height: 24px;
  min-width: 192px;
}
.eventList .item:hover .slide2 {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.eventList .item:hover .date {
  left: 78%;
  padding: 9px 15px 5px;
}
.eventList .item .time,
.eventList .item .place,
.eventList .item .cost,
.eventList .item .info {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  font-family: 'open sans condensed', 'myriad-pro', arial, sans-serif;
  border-bottom: 1px solid #262626;
  padding-bottom: 5px;
  min-width: 200px;
}
.eventList .item .time span,
.eventList .item .place span,
.eventList .item .cost span,
.eventList .item .info span {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  font-family: 'open sans condensed', 'myriad-pro', arial, sans-serif;
}
.eventList .item .cat {
  font-size: 11px;
  color: #fff;
  line-height: 14px;
}
.eventList .item .cat a {
  font-size: 11px;
  color: #fff;
}
.eventList .item .info {
  padding-top: 40px;
  padding-right: 15px;
  font-size: 16px;
}
.eventList .col4 {
  margin-bottom: 10px;
}
.eventList .date {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  font-family: 'open sans condensed', 'myriad-pro', arial, sans-serif;
  line-height: 20px;
  padding: 4px 10px 1px 10px;
  text-align: center;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.eventList .date span {
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  font-family: 'open sans condensed', 'myriad-pro', arial, sans-serif;
  text-transform: uppercase;
}
.promoBlock {
  background: #fff;
  padding: 10px;
}
.promoBlock .image {
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  padding-top: 66%;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  z-index: 5;
  border: 1px solid transparent;
  position: relative;
  background-color: #fff;
}
.promoBlock .image:hover {
  background-size: 105% 105%;
  -webkit-background-size: 105% 105%;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 10;
  border: 1px solid #fff;
}
.promoBlock .col4 {
  margin-bottom: 10px;
}
.promoBlock .date {
  position: absolute;
  right: 0;
  top: 0;
}
.homeDining {
  min-height: 388px;
}
.homeDining .container {
  height: 381px;
  position: relative;
}
.homeDining .item {
  position: absolute;
  display: block;
  width: 25%;
  top: 0;
  left: 0;
  height: 194px;
  background-size: cover;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.homeDining .item .text {
  position: absolute;
  bottom: 0px;
  background: #000;
  width: 100%;
  line-height: 51px;
  border-top: 5px solid #da0509;
  border-left: 1px solid #262626;
}
.homeDining .item .title {
  background: #000;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: 'open sans condensed', 'myriad-pro', arial, sans-serif;
  padding-left: 10%;
  height: 51px;
}
.homeDining .item [class^="icon-"] {
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 51px;
}
.homeDining .item .span9 {
  border-left: 1px solid #262626;
}
.homeDining .active {
  width: 50%;
  height: 388px;
}
.homeDining .slide1 {
  left: 0;
  top: 0;
}
.homeDining .slide2 {
  left: 50%;
  top: 0;
}
.homeDining .slide3 {
  left: 50%;
  top: 194px;
}
.homeDining .slide4 {
  left: 75%;
  top: 0px;
}
.homeDining .slide5 {
  left: 75%;
  top: 194px;
}
.homeDining .active {
  position: relative;
}
.homeDining .active .text {
  width: 70%;
}
.homeDining .active .text .title {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  font-family: 'open sans condensed', 'myriad-pro', arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding: 0;
  line-height: 43px;
}
.homeEntertainment {
  background: #fff;
  padding: 10px;
}
.homeEntertainment .dates {
  background: #e6e6e6;
  padding: 10px;
}
.homeEntertainment .dates .date {
  float: left;
  background-color: #555555;
}
.homeEntertainment .dates .block,
.homeEntertainment .dates .button {
  background: #444444;
  padding: 5px;
  cursor: pointer;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  float: left;
  margin: 0 1px 1px 0;
  width: 114px;
}
.homeEntertainment .dates .block.on,
.homeEntertainment .dates .button.on {
  background: #0f62c8 !important;
}
.homeEntertainment .dates .block.on .date,
.homeEntertainment .dates .button.on .date {
  background: #053e81 !important;
}
.homeEntertainment .dates .block:hover,
.homeEntertainment .dates .button:hover {
  background: #6c6c6c;
}
.homeEntertainment .dates .block:hover .date,
.homeEntertainment .dates .button:hover .date {
  background: #9e9e9e;
}
.homeEntertainment .dates .block .icon-right-open,
.homeEntertainment .dates .button .icon-right-open {
  color: #bdd4f0;
  font-size: 24px;
  display: inline-block;
  width: 20px;
}
.homeEntertainment .dates .block .icon-right-open:before,
.homeEntertainment .dates .button .icon-right-open:before {
  position: relative;
  top: 3px;
  left: -3px;
}
.homeEntertainment .dates .button {
  background: #0f62c8;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: 'open sans condensed', 'myriad-pro', arial, sans-serif;
  text-align: center;
  display: block;
  line-height: 45px;
  padding: 5px;
}
.homeEntertainment .dates .day {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  font-family: 'open sans condensed', 'myriad-pro', arial, sans-serif;
  line-height: 42px;
  text-align: center;
}
.homeEntertainment .dayList {
  background: #fff;
  clear: both;
  margin-top: 10px;
  padding: 0;
  min-height: 194px;
  position: relative;
}
.homeEntertainment .dayList ul {
  padding: 20px 0 0 0;
}
.homeEntertainment .dayList li {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 5px;
}
.homeEntertainment .dayList li:last-child {
  padding: 0 0 20px 0;
}
.homeEntertainment .dayList li:last-child a {
  margin: 0;
}
.homeEntertainment .dayList .date {
  float: right;
}
.homeEntertainment .dayList a {
  display: block;
  margin-bottom: 7px;
  padding: 0 20px;
}
.homeEntertainment .dayList a:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.homeEntertainment .dayList a .time {
  color: #a5050d;
  font-size: 16px;
  font-weight: 700;
  font-family: 'open sans condensed', 'myriad-pro', arial, sans-serif;
  float: left;
  padding: 10px 20px 0px 0;
}
.homeEntertainment .dayList a .title {
  color: #444444;
  font-size: 16px;
  font-weight: 700;
  font-family: 'open sans condensed', 'myriad-pro', arial, sans-serif;
  float: left;
  padding: 10px 20px 0px 0;
}
.homeEntertainment .dayList .noEvents {
  padding: 0px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.homeEntertainment .dayList .noEvents a {
  display: inline-block;
  padding: 0;
}
.homeEntertainment .dayList .noEventsPadding {
  padding: 78px 20px 0 20px;
}
.homeEntertainment .dayList .date {
  background: #e6e6e6;
}
.homeEntertainment .dayList li:hover .date {
  background: #444444;
}
.homeEntertainment .eventsHome {
  position: relative;
}
.homeEntertainment .eventsHome .eventPoster {
  background-size: cover;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 70%;
  position: relative;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.homeEntertainment .eventsHome .dateContainer {
  position: absolute;
  right: 0;
  top: 13px;
  padding: 5px;
  background: #0f62c8;
}
.homeEntertainment .eventsHome .title {
  margin-top: 13px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: 'open sans condensed', 'myriad-pro', arial, sans-serif;
  background: #0f62c8;
  padding: 17px 5px 18px 5px;
}
.homeEntertainment .eventsHome .eventInfo {
  background: #004290;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.homeEntertainment .eventsHome .text {
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  font-family: 'myriad-pro', 'myriad-pro', arial, sans-serif;
  padding: 27px 22px;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.homeEntertainment .eventsHome .button {
  display: block;
  float: right;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: 'open sans condensed', 'myriad-pro', arial, sans-serif;
  padding: 8px 10px;
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  position: absolute;
  bottom: 15px;
  right: 0;
  color: #fff !important;
}
.homeEntertainment .eventsHome .button:hover {
  padding: 8px 20px;
}
.homeEntertainment .eventsHome:hover .eventPoster {
  width: 30%;
}
.homeEntertainment .eventsHome:hover .eventInfo {
  width: 70%;
}
.homeEntertainment .eventsHome:hover .text {
  font-size: 16px;
}
.golfClubHome .col6 {
  background: #fff;
}
.golfClubHome .golfImage {
  border: 10px solid #fff;
  background-size: cover;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 50%;
  position: relative;
}
.golfClubHome .button {
  display: block;
  float: right;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: 'open sans condensed', 'myriad-pro', arial, sans-serif;
  padding: 8px 10px;
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  position: absolute;
  bottom: 0;
  right: 0;
}
.golfClubHome .button:hover {
  padding: 8px 20px;
}
.golfClubHome .block {
  padding: 10px;
}
.golfClubHome .block .col6 {
  padding-bottom: 10px;
}
.golfClubHome .block .blockLeft,
.golfClubHome .block .blockRight,
.golfClubHome .block .blockBottom {
  display: block;
  padding-top: 70%;
  background-size: cover;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.golfClubHome .block .blockLeft span,
.golfClubHome .block .blockRight span,
.golfClubHome .block .blockBottom span {
  opacity: 0;
  position: absolute;
  bottom: 10px;
  max-height: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  font-family: 'myriad-pro', 'myriad-pro', arial, sans-serif;
  line-height: 14px;
  width: 100%;
  text-align: center;
  left: 0;
  padding: 5px;
}
.golfClubHome .block .blockLeft .text,
.golfClubHome .block .blockRight .text {
  position: absolute;
  bottom: 0;
  text-align: center;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  font-family: 'open sans condensed', 'myriad-pro', arial, sans-serif;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  line-height: 38px;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.golfClubHome .block .blockBottom {
  padding-top: 32%;
}
.golfClubHome .block .blockLeft:hover span {
  opacity: 1;
  bottom: 20px;
  max-height: 200px;
}
.golfClubHome .block .blockRight:hover span {
  opacity: 1;
  bottom: 20px;
  max-height: 200px;
}
footer {
  padding-bottom: 0px;
}
footer ul li > a {
  display: block;
  color: #767676;
  font-size: 14px;
  font-weight: normal;
  font-family: 'open sans condensed', 'myriad-pro', arial, sans-serif;
  padding-bottom: 10px;
}
footer ul .Normal a {
  display: block;
  color: #767676;
  font-size: 14px;
  font-weight: normal;
  font-family: 'open sans condensed', 'myriad-pro', arial, sans-serif;
  padding-bottom: 10px;
}
footer ul a span {
  color: #6b1423;
  display: inline-block;
  padding-right: 15px;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
footer ul a:hover span {
  margin-left: 5px;
  padding-right: 5px;
}
footer ul li {
  float: left;
  width: 50%;
  margin-top: 40px;
}
footer ul li:first-child a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: 'open sans condensed', 'myriad-pro', arial, sans-serif;
}
footer ul a[name*=""] {
  display: none;
}
footer .signup {
  background: #9c1d34;
  color: #fff;
  padding: 26px 36px;
}
footer .signup .icon-mail {
  background: #6b1423;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  float: left;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #9c1d34;
  margin-right: 10px;
}
footer .signup .icon-mail:before {
  position: relative;
  right: 1px;
}
footer .signup .title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  font-family: 'open sans condensed', 'myriad-pro', arial, sans-serif;
  text-shadow: 1px 1px 1px #6b1423;
  line-height: 30px;
}
footer .signup p {
  color: #fff;
}
footer .signup input[type="text"] {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  width: 100%;
  padding: 0 15px;
  height: 37px;
  color: #6f6f6f;
  font-size: 15px;
  font-weight: 700;
  font-family: 'open sans condensed', 'myriad-pro', arial, sans-serif;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
footer .signup input[type="text"]:active,
footer .signup input[type="text"]:focus {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
footer .signup button {
  background: #6b1423;
  border: 1px solid #bb223d;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  font-family: 'open sans condensed', 'myriad-pro', arial, sans-serif;
  width: 150px;
  margin: auto;
  line-height: 37px;
  text-align: center;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  display: block;
}
footer .signup button:hover {
  background: #490b16;
  border: 1px solid #6b1423;
}
footer .icon-location {
  color: rgba(156, 29, 52, 0.6);
  font-size: 48px;
  float: left;
  padding: 25px 0 0 30px;
}
footer .block {
  float: left;
  padding: 25px 0 0 0px;
}
footer .number {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  font-family: 'open sans condensed', 'myriad-pro', arial, sans-serif;
  float: left;
  line-height: 25px;
}
footer .address {
  color: #969696;
  font-size: 20px;
  font-weight: normal;
  font-family: 'open sans condensed', 'myriad-pro', arial, sans-serif;
}
footer .map {
  display: block;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
  width: 248px;
  height: 143px;
  margin: auto;
  position: relative;
  margin-top: 22px;
}
footer .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent #e9e5dc transparent;
  position: absolute;
  left: 30px;
  top: -12px;
}
.pageTitle {
  padding: 10px 0;
}
.pageTitle .breadcrumbs {
  float: right;
  padding-top: 25px;
  color: #6c6c6c;
  font-size: 16px;
  font-weight: 700;
  font-family: 'open sans condensed', 'myriad-pro', arial, sans-serif;
}
.pageTitle .breadcrumbs a {
  color: #6c6c6c;
  font-size: 16px;
  font-weight: 700;
  font-family: 'open sans condensed', 'myriad-pro', arial, sans-serif;
}
.contentScroll {
  position: relative;
  overflow: hidden;
  background: url('../images/bg.png') center top #333;
  /*.Normal { max-height:439px; overflow:hidden; }*/
}
.contentScroll .images img {
  float: left;
  width: auto !important;
  height: auto !important;
}
.contentScroll .text {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: 'open sans condensed', 'myriad-pro', arial, sans-serif;
  padding: 0px 25px;
  line-height: 40px;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.contentScroll .next,
.contentScroll .prev {
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 147px;
  z-index: 10;
  cursor: pointer;
}
.contentScroll .next > div,
.contentScroll .prev > div {
  color: #265589;
  font-size: 30px;
  padding: 0px;
}
.contentScroll .next {
  right: 0;
}
.contentScroll .next div:before {
  right: -2px;
  position: relative;
  line-height: 95px;
}
.contentScroll .prev {
  left: 0;
}
.contentScroll .prev div:before {
  left: -5px;
  position: relative;
  line-height: 95px;
}
.contentBox {
  background: #fff;
  padding: 10px;
  margin-bottom: 10px;
}
.contentBox .col9 {
  background: url('../images/border.png') repeat-y right top;
  padding-right: 10px;
}
.contentBox .eventList {
  padding: 0;
}
.contentBox .content {
  padding: 40px;
}
.contentBox .content .columns {
  -moz-column-width: 250px;
  -moz-column-count: 0;
  -moz-column-gap: 50px;
  -moz-column-rule-color: #fff;
  -moz-column-rule-style: solid;
  -moz-column-rule-width: 1px;
  -webkit-column-width: 250px;
  -webkit-column-count: 0;
  -webkit-column-gap: 50px;
  -webkit-column-rule-color: #fff;
  -webkit-column-rule-style: solid;
  -webkit-column-rule-width: 1px;
  column-width: 250px;
  column-count: 0;
  column-gap: 50px;
  column-rule-color: #fff;
  column-rule-style: solid;
  column-rule-width: 1px;
}
.contentBox .content p {
  font-size: 16px;
}
.contentBox .content .Normal {
  font-size: 16px;
}
.contentBox .content p:first-child {
  font-size: 21px;
  margin-top: 0;
}
.contentBox .content li {
  font-size: 16px;
}
.contentBox h2 {
  color: #717171;
}
.contentBox .dnnForm input.dnnFormRequired,
.contentBox .dnnFormItem input[type="text"],
.contentBox .dnnFormItem input[type="password"],
.contentBox .dnnFormItem input[type="email"],
.contentBox .dnnFormItem input[type="tel"],
.contentBox .dnnFormItem select,
.contentBox .dnnFormItem textarea {
  width: 100%;
  max-width: 100%;
}
.contentBox #dnn_ctr528_Default_Form_Postcode {
  width: 100% !important;
}
.menu a {
  display: block;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: 'open sans condensed', 'myriad-pro', arial, sans-serif;
  padding: 17px 26px;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.menu a:hover {
  padding-left: 31px;
}
.menu ul ul a {
  padding: 7px 36px;
  background: #333333;
}
.menu ul ul a:hover {
  padding-left: 41px;
}
.menu ul {
  display: none;
}
.menu > li {
  display: none;
}
.menu > .on {
  display: block;
}
.menu > .level0 > a {
  display: none;
}
.menu > .on > a.on {
  display: none;
}
.menu > .on ul {
  display: block;
}
.menu > li.on > a.on {
  background: black;
}
ul.category a {
  display: block;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: 'open sans condensed', 'myriad-pro', arial, sans-serif;
  padding: 17px 26px;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
ul.category a:hover {
  padding-left: 31px;
}
.rightPane .calendar {
  margin-top: 10px;
  padding-top: 10px;
  background: url('../images/hr_bg.png') repeat-x top center;
}
.contactInfo {
  padding: 0 0 0 0;
}
.contactInfo .clear {
  display: block;
  width: 100%;
  height: 1px;
  margin: 5px 0;
}
.contactLeft {
  float: left;
  width: 15%;
  font-size: 18px;
  padding-top: 10px;
  text-align: center;
}
.contactLeft span {
  color: #500D19;
  text-align: left;
  display: block;
}
.contactRight {
  float: left;
  width: 70%;
  padding: 10px 0 10px 10px;
  border-bottom: 1px solid #e7e7e7;
}
.contactForm .item {
  position: relative;
  width: 48%;
  float: left;
  margin-right: 2%;
}
.contactForm label {
  padding: 4px 0 4px 8px;
  line-height: 30px;
}
.contactForm input,
.contactForm textarea {
  width: 96%;
}
.contactForm textarea {
  height: 77px;
  margin-bottom: 14px;
}
.contactForm input {
  margin-bottom: 12px;
}
.contactForm .button {
  margin-bottom: 0px;
}
.contactForm .honey {
  display: none;
}
.contactForm .button {
  background: #6b1423;
  border: 1px solid #bb223d;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  font-family: 'open sans condensed', 'myriad-pro', arial, sans-serif;
  width: 150px;
  margin: auto;
  line-height: 37px;
  text-align: center;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  display: block;
  float: none;
}
.contactForm .button:hover {
  background: #490b16;
  border: 1px solid #6b1423;
}
.conForm {
  background: #CE1126;
  padding: 15px;
}
.nicescroll {
  cursor: pointer;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
}
.nicescroll img {
  width: 780px;
  height: 710px;
}
.promo {
  padding: .25em 0 2em;
  background: #0F1012;
  font-weight: 400;
  line-height: 1.625;
  color: #f9f9f9;
  text-align: center;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
}
.promo h4 {
  margin: .25em 0 0;
  font-size: 170%;
  font-weight: normal;
}
.promo .features {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #999999;
}
.promo li {
  padding: .25em 0;
}
.promo .brief {
  color: #f9f9f9;
}
.promo .price {
  margin: .5em 0;
  padding: .25em 0;
  background: #292b2e;
  font-size: 250%;
  color: #f9f9f9;
}
.promo .buy {
  margin: 1em 0 0;
}
.promo button {
  padding: 1em 3.25em;
  border: none;
  border-radius: 40px;
  background: #292b2e;
  color: #f9f9f9;
  cursor: pointer;
}
.promo button:hover {
  background: #27282b;
}
.promos .scale {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.marone .contentBox .col3 > aside {
  display: none;
}
.orange .contentBox .col3 > aside {
  display: none;
}
.blue .contentBox .col3 > aside {
  display: none;
}
.content .Normal table {
  font-size: 12px;
  text-shadow: 1px 1px 0px #fff;
  background: #eaebec;
  margin: 20px 0;
  border: #ccc 1px solid;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 2px #d1d1d1;
  -webkit-box-shadow: 0 1px 2px #d1d1d1;
  box-shadow: 0 1px 2px #d1d1d1;
  min-width: 60%;
}
.content .Normal table a:link {
  color: #666;
  font-weight: bold;
  text-decoration: none;
}
.content .Normal table a:visited {
  color: #999999;
  font-weight: bold;
  text-decoration: none;
}
.content .Normal table a:active,
.content .Normal table a:hover {
  color: #bd5a35;
  text-decoration: underline;
}
.content .Normal table th {
  padding: 15px;
  border-top: 1px solid #fafafa;
  border-bottom: 1px solid #e0e0e0;
  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
  background: -moz-linear-gradient(top, #ededed, #ebebeb);
}
.content .Normal table th:first-child {
  text-align: left;
  padding-left: 20px;
}
.content .Normal table tr {
  text-align: center;
  padding-left: 20px;
}
.content .Normal table tr:first-child th:first-child {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
}
.content .Normal table tr:first-child th:last-child {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}
.content .Normal table tr td:first-child {
  text-align: left;
  padding-left: 20px;
  border-left: 0;
}
.content .Normal table tr td {
  padding: 15px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  background: #fafafa;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
  background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
}
.content .Normal table tr.even td {
  background: #f6f6f6;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
  background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
}
.content .Normal table tr:last-child td {
  border-bottom: 0;
}
.content .Normal table tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.content .Normal table tr:last-child td:last-child {
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.content .Normal table tr:hover td {
  background: #f2f2f2;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
  background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
}
#simplemodal-container a.modalCloseImg {
  background: url(/images/x.png) no-repeat;
  width: 25px;
  height: 29px;
  display: inline;
  z-index: 3200;
  position: absolute;
  top: -15px;
  right: -18px;
  cursor: pointer;
}
header .dnnDragHint {
  display: none;
}
.featuredEventPane {
  background: url('/Portals/0/feature-ent.jpg');
  background-size: cover;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 338px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body {
    margin-top: 77px;
  }
  .container {
    width: 90%;
  }
  header {
    padding-top: 10px;
  }
  header .logo {
    width: 102px;
    height: 55px;
  }
  header nav {
    position: relative;
    margin: 0;
    width: 100%;
  }
  header nav li {
    display: none;
    margin: 0;
    float: none;
    padding: 0;
    overflow: hidden;
    line-height: 29px;
    border: 0 !important;
    position: relative;
    width: 100%;
  }
  header nav a {
    padding: 0;
    margin: 0;
    width: 100%;
    line-height: 35px;
    height: 43px;
  }
  header nav .subPull {
    background: none;
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 16px;
    display: block;
    padding: 0;
    cursor: pointer;
    width: 43px;
    height: 43px;
    line-height: 44px;
    text-align: center;
    color: #fff;
  }
  header nav .dropdown {
    max-height: 999999px !important;
    opacity: 1;
    position: static;
    border: 0;
  }
  header nav .dropdown .col8 {
    display: none;
  }
  header nav .dropdown ul {
    padding: 0;
  }
  header nav .dropdown .col4 {
    margin: 0;
  }
  header nav .dropdown .col3 {
    display: none !important;
  }
  header nav .dropdown .blockLeft,
  header nav .dropdown .blockRight {
    dispaly: none !important;
    padding-top: 0 !important;
    height: 0 !important;
    overflow: hidden;
    border: 0;
  }
  header nav li:hover .dropdown {
    padding: 0;
    border: 0;
  }
  header nav .dropdown .col4 > ul {
    min-height: 0;
  }
  header .pull {
    position: absolute;
    right: 23px;
    top: 10px;
    display: block;
    text-align: center;
    font-size: 16px;
    background: #000;
    color: #fff;
    padding: 10px 20px;
  }
  header .quicklinks {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  header .quicklinks li {
    float: none;
    display: inline-block;
  }
  header .quicklinks a {
    padding: 0;
    font-size: 14px;
    line-height: inherit;
  }
  header .quicklinks,
  header .search {
    -webkit-perspective: 500;
    -moz-perspective: 500;
    -ms-perspective: 500;
    perspective: 500;
    -webkit-transform: perspective(500px) rotateX(90deg);
    -moz-transform: perspective(500px) rotateX(90deg);
    -o-transform: perspective(500px) rotateX(90deg);
    -ms-transform: perspective(500px) rotateX(90deg);
    transform: perspective(500px) rotateX(90deg);
    perspective-origin: 50% 50%;
    -webkit-perspective-origin: 50% 50%;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    max-height: 0;
    position: static;
    clear: both;
  }
  header .search input {
    width: 100% !important;
  }
  header.mobileScrolled {
    position: relative;
    top: -77px;
  }
  header.mobileScrolled .quicklinks,
  header.mobileScrolled .search {
    -webkit-transform: perspective(500px) rotateX(0deg);
    -moz-transform: perspective(500px) rotateX(0deg);
    -o-transform: perspective(500px) rotateX(0deg);
    -ms-transform: perspective(500px) rotateX(0deg);
    transform: perspective(500px) rotateX(0deg);
    perspective-origin: 50% 50%;
    -webkit-perspective-origin: 50% 50%;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    max-height: 200px;
  }
  header.mobileScrolled .quicklinks {
    padding: 10px 0;
  }
  .carousel .container {
    width: 320px;
  }
  .homeFeature .span3,
  .homeFeature .span9 {
    display: inline-block;
    width: auto;
    float: left;
  }
  .homeFeature .type [class^="icon-"] {
    padding: 0 10px;
  }
  .homeFeature .type .title {
    padding: 0 10px;
    border: 0;
  }
  .homeDining .item {
    position: relative !important;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 10%;
  }
  .homeDining .item .span3,
  .homeDining .item .span9 {
    display: inline-block;
    width: auto;
    float: left;
    margin-bottom: 0;
  }
  .homeDining .item [class^="icon-"] {
    padding: 0 10px;
  }
  .homeDining .item .title {
    padding: 0 10px;
    border: 0;
    width: auto;
    float: none;
    padding-left: 20px;
  }
  .sectionTitle .button {
    width: 100%;
    float: none;
  }
  .sectionTitle .sevendays {
    float: none;
  }
  .homeEntertainment .dates .block,
  .homeEntertainment .dates .button {
    width: 49%;
  }
  .homeEntertainment .dates .dayList a .time {
    padding-top: 0;
  }
  .homeEntertainment .eventsHome .eventPoster {
    min-height: 400px;
  }
  .homeEntertainment .eventsHome:hover .eventPoster {
    width: 100%;
  }
  .homeEntertainment .eventsHome:hover .eventInfo {
    width: 100%;
  }
  .homeEntertainment .eventsHome:hover .text {
    font-size: 12px;
  }
  .homeEntertainment .eventsHome .title {
    text-align: center;
    padding-left: 0;
  }
  .homeEntertainment .eventsHome .button {
    position: static;
    margin-top: 5px;
  }
  .homeEntertainment .eventsHome .eventInfo {
    min-height: 0 !important;
  }
  .golfClubHome .block .blockLeft .text {
    line-height: normal !important;
  }
  .golfClubHome .block .blockRight .text {
    line-height: normal !important;
  }
  .golfClubHome .block .col6 {
    padding-bottom: 0;
  }
  footer > .col4 {
    clear: both;
  }
  .contentBox .col9 {
    background: none;
    padding-right: 0;
  }
  .pageTitle .breadcrumbs {
    float: none;
  }
  .nicescroll {
    height: 300px;
  }
  .content table {
    margin: 0;
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .content table tr td {
    padding: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 989px), (orientation: portrait) and (min-width: 768px) and (max-width: 989px) {
  .container {
    width: 767px;
  }
  header nav li a {
    font-size: 12px;
    width: 100px;
  }
  header .open input {
    border: 1px solid #dadada !important;
  }
  header .search {
    top: -21px;
  }
  header nav .blockLeft,
  header nav .blockRight {
    padding-top: 61%;
  }
  .homeFeature .type .title {
    font-size: 16px;
  }
  .homeFeature:hover .title {
    font-size: 20px;
  }
  .eventList .item .time,
  .eventList .item .place,
  .eventList .item .cost,
  .eventList .item .info {
    min-width: 100%;
    font-size: 12px;
  }
  .eventList .item .time span,
  .eventList .item .place span,
  .eventList .item .cost span,
  .eventList .item .info span {
    font-size: 14px;
  }
  .eventList .item:hover .date {
    left: 71%;
  }
  .homeEntertainment .dates .block,
  .homeEntertainment .dates .button {
    width: 115px;
  }
  .homeEntertainment .eventsHome .eventPoster {
    padding-top: 99%;
  }
  .homeEntertainment .eventsHome:hover .text {
    font-size: 12px;
  }
  .homeEntertainment .dayList {
    min-height: 172px;
  }
  .homeEntertainment .dayList a .title {
    width: 80%;
  }
  footer {
    padding-bottom: 40px;
  }
  footer .icon-location {
    padding: 25px 0 0 0px;
  }
  footer .signup .title {
    font-size: 14px;
  }
  .nicescroll {
    height: 400px;
  }
  .eds_news_Events.eds_subCollection_calendar .callendar_table_container .calendar_table td.week_days {
    padding: 0 !important;
    font-size: 10px !important;
  }
}
@media only screen and (min-width: 990px) {
  .container {
    -webkit-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -ms-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
}