@charset "UTF-8";
/*!
Theme Name: DLV 2014
Author: 4O1! creative
Author URI: http://401creative.com
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

/* remember to define focus styles! */
:focus {
  outline: 0; }

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* -------- CLEARFIX -------- */
.clearfix:after, #main-content:after, #discover-dropdowns-container.dropdown-shortcode #discover-dropdowns:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

* html > body .clearfix, * html > body #main-content, * html > body #discover-dropdowns-container.dropdown-shortcode #discover-dropdowns, #discover-dropdowns-container.dropdown-shortcode * html > body #discover-dropdowns {
  display: inline-block;
  width: 100%; }

* html .clearfix, * html #main-content, * html #discover-dropdowns-container.dropdown-shortcode #discover-dropdowns, #discover-dropdowns-container.dropdown-shortcode * html #discover-dropdowns {
  /* Hide from IE-mac \* height: 1px; /* End hide from IE-mac */ }

.clearfix, #main-content, #discover-dropdowns-container.dropdown-shortcode #discover-dropdowns {
  zoom: 1; }

/**
 * Returns a list of all text-based input types (excluding textarea)
 * @pseudo {String} 	An optional pseudo selector (eg: :hover, :focus)
 * @additional {List} 	An optional list of additional input types posible types include: color, date, datetime, datetime-local, month, time, week
 */
/* ------------------------------------------------- */
/* ----------- M A I N   C O N T E N T ------------- */
/* ------------------------------------------------- */
iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left; }

#main-content {
  clear: both;
  margin: 0 auto;
  position: relative;
  width: 960px; }

#main-content.member-content {
  top: -17px; }

.home #main-content {
  margin-top: -20px; }

.column13 {
  float: left;
  margin: 0;
  width: 300px; }

.column23,
.column13,
.column33 {
  padding: 10px;
  background: #fff;
  position: relative;
  z-index: 10; }

.column23 {
  width: 620px;
  float: left; }

#main-content.member-content .column23 {
  padding-top: 0; }

#main-content .column13 {
  padding: 0 10px;
  top: -40px; }

#main-content .event-module .column13,
.page-template-page_inverted-php #main-content .column13,
#main-content.inverted .column13 {
  top: 0; }

#main-content.member-content .column13 {
  top: -23px; }

#main-content.no-image .column13 {
  top: -60px; }

#main-content .module#ad401-3 {
  margin-top: 15px; }

.home #main-content .column13,
.profile #main-content .column13,
.itinerary #main-content .column13,
.single-pressrelease #main-content .column13 {
  top: 0;
  padding: 10px; }

.single-members_pr #main-content .column13 {
  top: -105px; }

.single-members_pr #main-content .column23 {
  padding-top: 0; }

.pr-meta {
  border-top: 1px solid #D5E8F9;
  border-bottom: 1px solid #D5E8F9;
  padding: 5px 10px;
  background: #EAF3F9;
  margin-bottom: 12px;
  font-size: 1.2em;
  font-style: italic;
  color: #f26649; }
  .pr-meta span {
    color: #363636; }
  .pr-meta a {
    color: #0069aa; }
  .pr-meta a:hover {
    color: #f26649; }

.home .column23 {
  padding-top: 90px; }

.column33 .column13 {
  margin-top: 0px; }

.column13 h4 img {
  padding-top: 2px; }

.column33 {
  width: 940px;
  float: none;
  background: #fff; }

.column33 .column13,
.column33 .column23,
.column33 .column33 {
  padding: 0; }

.column33 .column23 + .column13,
.column33 .column13 + .column23 {
  padding: 0 0 0 20px; }

.cta-link {
  background: #F26649;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  font-size: 16px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  padding: 5px 10px;
  text-decoration: none; }

.cta-link:hover {
  background: #0069aa;
  color: #fff;
  text-decoration: none; }

.two-column {
  -moz-column-count: 2;
  -moz-column-gap: 10px;
  -webkit-column-count: 2;
  -webkit-column-gap: 10px;
  column-count: 2;
  column-gap: 10px; }

h2 a {
  color: #f26649;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  text-decoration: none;
  position: relative;
  display: inline-block; }
  h2 a:before {
    color: #f26649;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
    filter: alpha(opacity=0);
    zoom: 1;
    position: absolute;
    top: 4px;
    left: -0.2em;
    line-height: 1;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }
  h2 a:hover {
    color: #0069aa;
    text-decoration: none;
    text-indent: 26px; }
    h2 a:hover:before {
      color: #f26649;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
      filter: alpha(opacity=100);
      zoom: 1;
      text-indent: 0px; }

.inline-popup {
  padding: 1em 1em 0 1em; }
  .inline-popup .section.first-section {
    padding-bottom: 0;
    margin-top: 0; }

/* ------------------------------------------- */
/* ----------- H O M E   T A B S ------------- */
/* ------------------------------------------- */
.home-tabs {
  width: 100%;
  padding: 0;
  float: left;
  position: relative;
  z-index: 1;
  margin: 15px 0 10px 0;
  display: table;
  border-bottom: 3px solid #f66745; }

#content-container .home-tabs li {
  list-style: none !important;
  text-align: center;
  margin-left: 0;
  display: table-cell; }

.no-display-table #content-container .home-tabs li {
  float: left; }

.home-tabs li a {
  background-color: #eaf3fa;
  font-size: 13px;
  color: #0369ab;
  text-decoration: none;
  display: block;
  line-height: 32px;
  height: 32px;
  padding: 0 10px;
  box-shadow: 1px 0px 0px #fff inset; }

.home-tabs li a.active, .home-tabs li a:hover {
  background-color: #f66745;
  color: #fff;
  box-shadow: none; }

.tab-content {
  width: 620px;
  float: left;
  height: auto;
  overflow: hidden;
  position: relative; }

.tab-content .module + .module {
  border-top: 1px solid #ecf5fe;
  padding-top: 20px;
  margin-top: 20px; }

.tab-content .module {
  padding-top: 20px;
  padding-bottom: 0; }

/* ----------------------------------------------------------------- */
/* ----------- F R O M   T H E   B L O G   M O D U L E ------------- */
/* ----------------------------------------------------------------- */
.from-the-blog {
  padding: 15px 0; }

#content-container .from-the-blog h3 {
  float: left;
  font-size: 18px; }

.from-the-blog .visit-blog {
  float: right;
  font-weight: bold;
  margin-top: 2px; }

.from-the-blog .blog-article {
  clear: both;
  padding: 10px 0; }

.from-the-blog .blog-thumb {
  float: left;
  margin-right: 20px; }

#content-container .from-the-blog h4 {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 -3px;
  clear: none;
  position: relative;
  top: -3px; }

.from-the-blog p {
  margin: 0;
  padding: 0;
  overflow: auto;
  text-align: justify; }

/* ----------------------------------------------------------------- */
/* ----------- D I S C O V E R   B U T T O N ----------------------- */
/* ----------------------------------------------------------------- */
.discover-button {
  width: 580px;
  height: 50px;
  background: #0163a4 url(images/discovermorebtn.jpg) right 0 no-repeat;
  display: block;
  line-height: 52px;
  padding: 0 20px;
  clear: both; }

.discover-button .white {
  color: #fff;
  font-size: 25px;
  margin-right: 5px;
  letter-spacing: 1px; }

.discover-button .green {
  color: #dde43e;
  font-size: 25px;
  letter-spacing: 1px; }

.discover-button .cta {
  float: right;
  color: #fff;
  font-size: 13px;
  display: block;
  padding-left: 25px;
  background: url(images/sprite.png) -800px -169px no-repeat; }

/* ----------------------------------------------------------------- */
/* ----------- S O C I A L   I C O N S   T A B --------------------- */
/* ----------------------------------------------------------------- */
.tab-content .social-icons {
  background: #eaf3fa;
  height: 65px;
  width: 615px;
  clear: both;
  margin-top: 12px;
  float: left;
  padding-top: 0 !important;
  padding-left: 5px; }

.tab-content .social-icons a {
  width: 60px;
  height: 60px;
  background: url(images/social-icons-tab.png) 0 0 no-repeat;
  position: relative;
  float: left;
  text-indent: -9999px; }

.tab-content .social-icons a + a {
  margin-left: 18px; }

.tab-content .social-icons a.flickr {
  background-position: -80px 0; }

.tab-content .social-icons a.youtube {
  background-position: -160px 0; }

.tab-content .social-icons a.google {
  background-position: -240px 0; }

.tab-content .social-icons a.foodspotting {
  background-position: -320px 0; }

.tab-content .social-icons a.instagram {
  background-position: -400px 0; }

.tab-content .social-icons a.tumblr {
  background-position: -480px 0; }

.tab-content .social-icons a.foursquare {
  background-position: -560px 0; }

/* ----------------------------------------------------------------- */
/* ------------------- P R O F I L E   P A G E --------------------- */
/* ----------------------------------------------------------------- */
.dlv-logged-in,
.dlv-logged-out,
.fb-logged-in .fb-loading,
.fb-logged-out .fb-loading {
  display: none !important; }

.fb-logged-in .dlv-logged-in,
.fb-logged-out .dlv-logged-out {
  display: block !important; }

#content-container.my-profile .profile-header {
  border-bottom: 3px solid #f56744;
  color: #0068ad;
  position: relative;
  margin-bottom: 20px; }

#content-container.my-profile .facebook-logout {
  position: absolute;
  right: 0;
  bottom: 10px;
  padding-left: 15px;
  background: url(images/sprite.png) no-repeat -2380px -1878px;
  font-size: 11px; }

#content-container.my-profile .profile-header h2 {
  color: #0068ad;
  float: left;
  width: 450px;
  font-size: 18px;
  clear: none;
  line-height: 36px;
  margin: 0; }

.profile-header .itinerary-description {
  font-size: 15px;
  padding: 0 0 0 90px;
  clear: both;
  width: 460px; }

.profile-header .itinerary-buttons {
  border-top: 1px solid #ECF5FE;
  clear: both;
  font-size: 15px;
  margin-left: 90px;
  margin-top: 5px;
  padding: 5px 0;
  width: 530px; }

.profile-header .itinerary-buttons a {
  font-size: 12px; }

.profile-header .itinerary-buttons a + a {
  margin-left: 30px; }

.itinerary #content-container.my-profile .profile-header h2 {
  line-height: 28px;
  padding-top: 10px;
  width: 550px; }

.itinerary #content-container.my-profile .profile-header h2 span,
.profile-header .itinerary-description span {
  display: block;
  font-size: inherit;
  position: relative;
  text-align: left;
  top: 0;
  line-height: 28px;
  padding: 0 5px; }

.itinerary #content-container.my-profile .profile-header h2 span:after,
.profile-header .itinerary-description span:after {
  content: 'click to edit';
  display: none;
  font-size: 10px;
  line-height: 18px;
  height: 18px;
  background: #D4E5EF;
  position: absolute;
  right: 5px;
  top: 5px;
  font-weight: bold;
  width: 80px;
  text-align: center;
  text-indent: 0;
  z-index: 10; }

.itinerary #content-container.my-profile .profile-header h2 span {
  float: left;
  width: 450px; }

.edit-itinerary #content-container.my-profile .profile-header h2 span,
.edit-itinerary .profile-header .itinerary-description span {
  cursor: pointer; }

.edit-itinerary #content-container.my-profile .profile-header h2 span:hover,
.edit-itinerary .profile-header .itinerary-description span:hover {
  background: #EBF2FA; }

.edit-itinerary #content-container.my-profile .profile-header h2 span:hover:after,
.edit-itinerary .profile-header .itinerary-description span:hover:after {
  display: block; }

#content-container.my-profile .update-btn {
  float: right;
  height: 30px;
  margin-right: -70px;
  width: 60px;
  letter-spacing: .01em;
  background: #F26649;
  color: #fff;
  border: 0;
  font: normal 12px/30px Helvetica,​Verdana,​Arial,​sans-serif;
  position: relative;
  z-index: 2;
  cursor: pointer; }

#content-container.my-profile .profile-loader {
  top: 10px;
  right: 0;
  position: absolute;
  background: url(images/facebook-loader.gif) 0 0 no-repeat;
  width: 32px;
  height: 32px;
  text-indent: -9999px; }

#content-container.my-profile .user-info {
  padding: 2px 0 0 0; }

#content-container.my-profile .user-info div {
  font-size: 16px;
  float: left;
  padding: 0;
  margin: 0 25px 0 0; }

#content-container.my-profile .profile-header h2 strong {
  color: #f56643;
  background: #fff; }

.itinerary #content-container.my-profile .profile-header h2 strong {
  display: block;
  float: left;
  width: 90px;
  position: relative;
  z-index: 2; }

#content-container.my-profile .profile-pic {
  background: #fff;
  border: none;
  padding: 0 15px 5px 0;
  margin-bottom: -8px;
  float: left; }

#content-container.my-profile .user-info .faves-link > strong {
  background: url(images/sprite.png) no-repeat -2374px -1844px;
  padding-left: 30px;
  font-weight: normal; }

#content-container.my-profile .user-info .itins-link > strong {
  background: url(images/sprite.png) no-repeat -2374px -1807px;
  padding-left: 30px;
  font-weight: normal; }

#content-container .favorites-section h3,
.my-favorites .favorites-section h3 {
  color: #0069AA;
  padding-left: 29px;
  float: left;
  font-size: 16px;
  margin-bottom: 10px;
  background: url(images/sprite.png) no-repeat -2376px -1937px; }

#content-container .my-favorites .events h3,
.my-favorites .events h3 {
  background-position: -2376px -1905px; }

#content-container .my-favorites .blog-posts h3,
.my-favorites .blog-posts h3 {
  background-position: -2376px -1967px; }

#content-container.my-profile .favorites-section .section-nav {
  float: right;
  color: #0067ab; }

.favorites-section {
  margin-bottom: 10px; }

.favorites-section + .favorites-section {
  border-top: 1px solid #ecf5fe;
  padding-top: 20px; }

.favorites-section .section-nav a {
  padding: 0 5px; }

.favorite-list,
#content-container.my-profile .favorite-list,
#content-container.my-profile .itinerary-list {
  list-style: none;
  padding: 0;
  clear: both;
  overflow: hidden;
  margin: 0; }

#content-container.my-profile .favorite,
#content-container.my-profile .itinerary-item {
  float: left;
  width: 180px;
  min-height: 175px;
  margin: 0 0 20px 40px;
  text-align: center;
  list-style: none;
  position: relative; }

#content-container.my-profile .itinerary-item {
  margin-left: 0;
  width: 100%;
  min-height: 125px;
  position: relative;
  overflow: hidden; }

#content-container.my-profile .itinerary-item.ui-sortable-placeholder {
  visibility: visible !important;
  display: block;
  background: #f9f9f9; }

#content-container.my-profile .favorite.col1 {
  margin-left: 0;
  clear: left; }

#content-container.my-profile .fave-thumb,
#content-container.my-profile .itinerary-thumb {
  width: 180px;
  height: 125px;
  background: #EBF2FA;
  border: none;
  margin-bottom: 8px;
  display: block; }

#content-container.my-profile .itinerary-number {
  width: 30px;
  float: left;
  line-height: 125px;
  font-weight: bold;
  color: #aaa;
  position: relative; }

#content-container.my-profile .itinerary-number .move-up,
#content-container.my-profile .itinerary-number .move-down {
  display: block;
  text-indent: -9999em;
  height: 15px;
  left: 0;
  position: absolute;
  top: 30px;
  width: 100%;
  cursor: pointer;
  background: url(images/sprite.png) no-repeat -2372px -1039px; }

#content-container.my-profile .itinerary-number .move-down {
  top: 79px;
  background-position: -2372px -999px; }

#content-container.my-profile .itinerary-number .move-up:hover {
  background-position: -2372px -1059px; }

#content-container.my-profile .itinerary-number .move-down:hover {
  background-position: -2372px -1019px; }

#content-container.my-profile .itinerary-thumb {
  float: left;
  margin-right: 10px;
  margin-bottom: 0; }

#content-container.my-profile .fave-thumb img,
#content-container.my-profile .itinerary-thumb img {
  border: none;
  max-width: 100%; }

#content-container.my-profile .favorite h5,
#content-container.my-profile .itinerary-item h5,
.column13 .favorite h5 {
  font-size: 12px;
  color: #f46542;
  margin: 0;
  line-height: 15px; }

#content-container.my-profile .itinerary-item h5 {
  margin-bottom: 0;
  font-size: 13px; }

#content-container.my-profile .itinerary-item .type {
  font-size: 12px;
  color: #0068AD;
  font-weight: bold;
  margin-bottom: 10px; }

#content-container.my-profile .favorite h5 + a,
#content-container.my-profile .itinerary-item .excerpt + a {
  background: url(images/sprite.png) no-repeat 0 -694px #0E6AAB;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 24px;
  font-weight: bold;
  height: 125px;
  left: 0;
  line-height: 130px;
  position: absolute;
  text-indent: 55px;
  top: 0;
  width: 180px;
  text-decoration: none;
  transition: opacity 400ms;
  text-align: center; }

#content-container.my-profile .itinerary-item .excerpt + a {
  left: 30px; }

#content-container p.message {
  background: none repeat scroll 0 0 #F46542;
  color: #FFFFFF;
  font-size: 14px;
  margin: -20px 0 20px;
  padding-top: 7px;
  text-align: center; }

/*
#content-container.my-profile .favorite .delete-fave,
#content-container.my-profile .itinerary-item .delete-from-itin {
    position: absolute;
    top:90px;
    left:54px;
    color:#fff;
    opacity: 0;
}
#content-container.my-profile .itinerary-item .delete-from-itin {
    left:48px;
}
*/
.favorite .delete-fave span,
.favorite .itin-add span,
.itinerary-item .delete-from-itin span {
  color: #0e6aab; }

#content-container.my-profile .favorite:hover .delete-fave,
#content-container.my-profile .favorite:hover h5 + a,
#content-container.my-profile .itinerary-item:hover .delete-from-itin,
#content-container.my-profile .itinerary-item:hover .excerpt + a {
  opacity: 1.0;
  filter: alpha(opacity=100); }

#content-container.my-profile .favorite .itin-add,
.column13 .favorite .itin-add,
#content-container.my-profile .favorite .delete-fave,
#content-container.my-profile .itinerary-item .delete-from-itin {
  color: #f46542;
  float: left;
  text-decoration: none; }

#content-container.my-profile .favorite .delete-fave {
  float: right; }

#content-container.my-profile .itinerary-item .delete-from-itin {
  margin-top: 10px; }

#content-container.my-profile .favorite .itin-add:hover span,
.column13 .favorite .itin-add:hover span,
#content-container.my-profile .favorite .delete-fave:hover span,
#content-container.my-profile .itinerary-item .delete-from-itin:hover span {
  border-bottom: 1px dotted; }

.column13 .favorite {
  clear: both;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative; }

.column13 .fave-thumb {
  float: left;
  margin-right: 10px;
  background: #EAF3F9; }

.column13 .fave-thumb img {
  width: auto;
  height: 54px;
  display: block;
  margin: 0 !important; }

.column13 .itinerary-info .excerpt + a,
.column13 .itinerary-info .excerpt,
.column13 .itinerary-info .type {
  display: none; }

/* itinerary */
.itin-module h4 {
  display: inline;
  float: left; }

.itin-module .itineraries-list {
  border: 1px solid #eaf3f9;
  padding: 12px;
  clear: both; }

.itin-module .itineraries-list li {
  display: block; }

.itin-module .itineraries-list .none-found {
  font-style: italic;
  text-align: center;
  color: #aaa; }

.itin-module .itineraries-list li + li {
  border-top: 1px solid #eaf3f9;
  padding-top: 12px;
  margin-top: 12px; }

.itin-module .itineraries-list li > a {
  font-size: 16px;
  color: #0068ad; }

.itin-module .itinerary-buttons {
  clear: both; }

.itin-module .itinerary-buttons a {
  font-size: 10px;
  display: inline; }

.itin-module .itinerary-buttons a + a {
  margin-left: 15px; }

.itin-module .create-new-itin {
  float: right;
  color: #fa6646;
  font-size: 14px;
  text-decoration: none; }

.itin-module .create-new-itin span {
  color: #0068ad; }

.itin-module .create-new-itin:hover span {
  border-bottom: 1px dotted; }

.column23 .my-profile li.none-found {
  list-style: none !important;
  margin: 0 !important;
  font-style: italic;
  text-align: center;
  color: #aaa; }

.itin-form-section .itineraries-list .none-found {
  color: #888888;
  font-style: italic;
  line-height: 40px;
  text-align: center; }

.itineraries-list-container .itinerary-buttons {
  display: none; }

.itin-form-section {
  width: 520px; }

.itin-form-section li {
  overflow: hidden; }

.itin-form-section.existing {
  border-bottom: 1px solid #ECF5FE;
  padding-bottom: 20px;
  margin-bottom: 20px; }

.itin-form-section h4 {
  margin-bottom: 10px;
  font-size: 15px;
  color: #F26649; }

.itin-form-section label {
  display: block; }

.itin-form-section input[type="text"],
.itin-form-section textarea,
.itinerary_name-field,
.itinerary_desc-field {
  border: 1px solid #E1E1E1;
  width: 504px;
  padding: 7px;
  font-family: Helvetica,Verdana,Arial,sans-serif;
  font-size: 13px; }

.itin-form-section textarea {
  height: 100px; }

.itinerary_name-field,
.itinerary_desc-field {
  float: left;
  width: 440px;
  margin-bottom: 5px; }

.itinerary_name-field {
  /* margin-top:-5px; */ }

.itinerary_desc-field {
  height: 50px; }

.itineraries-list-container {
  border: 1px solid #ddd;
  max-height: 180px;
  overflow-y: auto;
  background: #ECF5FE; }

.itineraries-list-container li a {
  display: block;
  padding: 3px 15px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #D7E5F2;
  text-decoration: none;
  color: #363636;
  font-weight: bold; }

.itineraries-list-container li a:hover {
  color: #0069AA; }

.itineraries-list-container li:last-child a {
  border-bottom: 0; }

.itinerary-info {
  float: right;
  text-align: left;
  width: 395px; }

.favorite-list .itinerary-info {
  width: 210px; }

.itinerary-info .excerpt {
  font-size: 12px;
  color: #666;
  font-size: 12px;
  line-height: 20px; }

#content-container.my-profile .excerpt ul {
  margin: 0; }

#submit-new-itin {
  cursor: pointer;
  height: 34px;
  width: 130px;
  background: #F26649;
  color: #fff;
  float: right;
  font-size: 14px;
  font-weight: bold;
  border: 0;
  margin: 10px 0; }

/* --------------------------------------------------------------------- */
/* ----------- F E A T U R E D   E V E N T S   M O D U L E ------------- */
/* --------------------------------------------------------------------- */
.featured-events {
  position: relative; }

.featured-events-container {
  padding-bottom: 6px;
  background: url(images/sprite.png) -300px bottom no-repeat;
  position: relative; }

#content-container .featured-events h4,
.featured-events.module h4 {
  height: 30px !important;
  margin: 0; }

#content-container .featured-events .tabs,
.featured-events.module .tabs {
  position: absolute;
  right: 0;
  top: 20px;
  height: 32px;
  margin-bottom: 0; }

.column23 .featured-events.module .tabs {
  top: 0; }

.featured-events .tabs li {
  border: 0;
  padding: 1px;
  float: left;
  margin-left: 5px;
  position: relative;
  z-index: 10;
  list-style: none; }

#content-container .featured-events li {
  list-style: none;
  margin: 0; }

.featured-events .tabs li.on {
  border-color: #d6e7fb #d6e7fb #eaf3fa;
  border-style: solid;
  border-width: 1px;
  background: #eaf3fa;
  padding: 0; }

.featured-events .tabs li a {
  color: #f36944;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
  text-decoration: none;
  padding: 2px 10px; }

.featured-events .tabs li.on a {
  color: #f36944; }

.featured-event {
  border: 1px solid #d6e7fb;
  width: 618px;
  background: #eaf3fa; }

.featured-events .event-image {
  float: left;
  width: 205px;
  height: 165px;
  margin-right: 5px;
  border: 0 none; }

#main-content .featured-events .event-image {
  border: 0 none; }

.featured-events .event-info {
  float: left;
  width: 375px;
  padding: 15px;
  position: relative;
  height: 135px; }

#content-container .featured-events h2,
.module.featured-events h2 {
  line-height: 18px;
  margin: 0 0 4px 0;
  font-size: 17px;
  font-weight: normal; }

#content-container .featured-events .location,
#content-container .featured-events .event-times,
.module.featured-events .location,
.module.featured-events .event-times {
  color: #0067AC;
  font-size: 12px;
  line-height: 15px;
  margin: 0; }

.featured-events .excerpt {
  display: block;
  font-size: 12px;
  line-height: 14px;
  margin-top: 7px; }

.featured-events .event-times li {
  margin-left: 0; }

.featured-events .view-event,
.featured-events .view-calendar {
  bottom: 5px;
  font-size: 13px;
  position: absolute;
  right: 15px; }

.featured-events .tabs li.view-calendar-header a {
  color: #0067AC;
  display: inline;
  float: none;
  font-size: 11px;
  margin-left: 10px;
  padding: 0;
  letter-spacing: 0.5px;
  line-height: 30px; }

.featured-events .tabs li.view-calendar-header a:hover {
  color: #F26649;
  border-bottom: 1px dotted; }

/* --------------------------------------------------------------------- */
/* ----------- U P C O M I N G   E V E N T S   M O D U L E ------------- */
/* --------------------------------------------------------------------- */
#upcoming-events {
  position: relative; }

#content-container #upcoming-events {
  margin-bottom: 10px; }

#upcoming-events h4 a {
  font-size: 12px;
  margin-left: 6px; }

#upcoming-nav {
  position: absolute;
  right: 0;
  top: 5px;
  height: 20px;
  display: block; }

.home #upcoming-nav {
  top: 24px; }

#upcoming-nav div {
  float: left;
  line-height: 20px;
  margin-left: 10px;
  color: #777;
  font-weight: bold; }

#upcoming-nav div.prev a {
  text-indent: -9999px;
  display: block;
  width: 22px;
  height: 20px;
  background: url(images/sprite.png) -800px -96px no-repeat; }

#upcoming-nav div.prev a:hover {
  background-position: -800px -141px; }

#upcoming-nav div.next a {
  text-indent: -9999px;
  display: block;
  width: 22px;
  height: 20px;
  background: url(images/sprite.png) -800px -186px no-repeat; }

#upcoming-nav div.next a:hover {
  background-position: -800px -231px; }

#dates-slider {
  height: 52px;
  overflow: hidden;
  width: 620px;
  position: relative; }

#dates-slider .dates {
  position: absolute;
  top: 0;
  left: 0; }

#dates-slider li {
  width: 83px;
  height: 43px;
  border: 0 none;
  float: left;
  margin: 0 1px;
  text-align: center;
  padding-top: 7px;
  background: #eaf3fa;
  border: 1px solid #d5e8f9; }

#content-container #dates-slider li {
  list-style: none;
  margin: 0 2px 0 1px; }

#dates-slider li a {
  color: #3084bc;
  text-decoration: none; }

#dates-slider li a:hover {
  color: #0168ad; }

#dates-slider li p {
  padding: 0;
  font-size: 15px;
  line-height: 15px; }

#dates-slider li p.date {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold; }

#dates-slider li.current {
  background: #F26649;
  border-color: #F26649; }

#dates-slider li.current a {
  color: #fff; }

#dates-slider li.loading {
  background: url(images/upcoming-loader.gif) center center no-repeat #F26649; }

#dates-slider li.loading a {
  display: block;
  opacity: 0.2;
  filter: alpha(opacity=20); }

table.table-list p.time a {
  color: #666;
  font-size: 0.9em;
  line-height: 1.1em;
  font-weight: normal; }

table.table-list td.event-cat-td {
  width: 20px; }

a.event-cat {
  display: block;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  background: url(images/events-cat_bg.png) 0 0 no-repeat #000; }

.alt a.event-cat {
  background-position: 0 -16px; }

.hover a.event-cat {
  background-position: 0 -32px; }

.althover a.event-cat {
  background-position: 0 -48px; }

.events-list {
  padding-top: 10px; }

.events-list table {
  margin-top: 0;
  float: none;
  margin-bottom: 30px; }

.module .events-list h4 {
  background: none repeat scroll 0 0 #F8F8F8;
  border-bottom: 1px solid #DDDDDD;
  border-top: 1px solid #EEEEEE;
  color: #444444;
  font-size: 14px;
  line-height: 22px;
  padding: 5px 10px; }

#upcoming-events.weekly {
  position: relative; }

#upcoming-events.weekly h4 a {
  font-size: 12px;
  margin-left: 6px; }

.weekly #upcoming-nav {
  position: absolute;
  right: 0;
  top: 0;
  height: 20px;
  display: block; }

.weekly #upcoming-nav div {
  float: left;
  line-height: 20px;
  margin-left: 10px;
  color: #777;
  font-weight: bold; }

.weekly #upcoming-nav div.prev a {
  text-indent: -9999px;
  display: block;
  width: 22px;
  height: 20px;
  background: url(images/sprite.png) -800px -96px no-repeat; }

.weekly #upcoming-nav div.prev a:hover {
  background-position: 0 -141px; }

.weekly #upcoming-nav div.next a {
  text-indent: -9999px;
  display: block;
  width: 22px;
  height: 20px;
  background: url(images/sprite.png) -800px -186px no-repeat; }

.weekly #upcoming-nav div.next a:hover {
  background-position: 0 -231px; }

.weekly #dates-slider {
  height: 52px;
  overflow: hidden;
  width: 620px;
  position: relative; }

.weekly #dates-slider .dates {
  position: absolute;
  top: 0;
  left: 0; }

.weekly #dates-slider li {
  width: 151px;
  height: 50px;
  border: 1px solid #ddd;
  float: left;
  margin: 0 1px;
  text-align: center;
  padding-top: 0; }

.weekly #dates-slider li a {
  color: #ccc;
  text-decoration: none;
  width: 151px;
  height: 43px;
  padding-top: 7px;
  display: block; }

.weekly #dates-slider li a:hover {
  color: #aaa; }

.weekly #dates-slider li a span {
  float: left;
  display: block;
  width: 40px; }

.weekly #dates-slider li a span.left {
  padding-left: 25px; }

.weekly #dates-slider li a span.dash {
  width: 15px;
  height: 35px;
  line-height: 35px; }

.weekly #dates-slider li p {
  padding: 0;
  font-size: 15px;
  line-height: 15px; }

.weekly #dates-slider li p.date {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold; }

.weekly #dates-slider li.current {
  background: none repeat scroll 0 0 #F26649;
  border-color: #ccc; }

.weekly #dates-slider li.current a {
  color: #fff; }

.weekly #dates-slider li.loading {
  background: url(images/upcoming-loader.gif) center center no-repeat #F26649; }

.weekly #dates-slider li.loading a {
  display: block;
  opacity: 0.2;
  filter: alpha(opacity=20); }

.weekly table.table-list p.time a {
  color: #666;
  font-size: 0.9em;
  line-height: 1.1em;
  font-weight: normal; }

.weekly table.table-list td.event-cat-td {
  width: 20px; }

.weekly a.event-cat {
  display: block;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  background: url(images/events-cat_bg.png) 0 0 no-repeat #000; }

.weekly .alt a.event-cat {
  background-position: 0 -16px; }

.weekly .hover a.event-cat {
  background-position: 0 -32px; }

.weekly .althover a.event-cat {
  background-position: 0 -48px; }

.weekly .events-list {
  padding-top: 10px; }

.weekly .events-list table {
  margin-top: 0;
  float: none;
  margin-bottom: 30px; }

.weekly .module .events-list h4 {
  background: none repeat scroll 0 0 #F8F8F8;
  border-bottom: 1px solid #DDDDDD;
  border-top: 1px solid #EEEEEE;
  color: #444444;
  font-size: 14px;
  line-height: 22px;
  padding: 5px 10px; }

.weekly #events-list table.table-list td.r .tools {
  width: 42px; }

/* ----------------------------------------------------------------------- */
/* ----------- F E A T U R E D   L I S T I N G   M O D U L E ------------- */
/* ----------------------------------------------------------------------- */
.tab-content .featured-listing {
  width: 640px; }

.featured-listing .featured-list-item {
  float: left;
  width: 302px;
  margin-bottom: 20px;
  margin-right: 18px;
  margin: 0 -2px 20px 18px; }

.featured-listing .featured-list-item.left {
  clear: both;
  margin: 0 0 20px; }

.featured-listing .featured-list-item.large {
  width: 622px;
  margin-left: 0; }

.featured-list-item .thumbnail {
  margin-bottom: 5px; }

.featured-list-item .thumbnail a {
  width: 300px;
  height: 160px;
  border: 1px solid #D6E7FB;
  display: block;
  text-decoration: none; }

.featured-list-item.large .thumbnail a {
  width: 618px;
  height: 245px; }

#main-content .featured-list-item .thumbnail img {
  display: block;
  border: 0 none; }

.featured-list-item .thumbnail .no-image {
  width: 300px;
  height: 160px;
  line-height: 160px;
  display: block;
  background: #EAF3FA;
  text-align: center;
  color: #D6E7FB;
  font-size: 20px; }

.featured-list-item.large .thumbnail .no-image {
  width: 618px;
  height: 245px;
  line-height: 245px; }

#content-container .featured-list-item h4 {
  clear: none;
  font-size: 16px;
  line-height: 24px;
  margin: 0; }

#content-container .featured-list-item p {
  padding-top: 0; }

.featured-list-item.left {
  clear: left; }

/* ----------------------------------------------------------------------------- */
/* ----------- C A R O U S E L   /   N E W   P A G E   H E A D E R ------------- */
/* ----------------------------------------------------------------------------- */
#carousel-container,
.page-header-container {
  position: relative;
  width: 100%;
  background: url(images/carousel-bg.jpg);
  height: 350px; }

#carousel-container {
  -webkit-box-shadow: 0 4px 3px -3px rgba(0, 105, 173, 0.2) inset, 0 -2px 3px -3px rgba(0, 105, 173, 0.3) inset;
  box-shadow: 0 4px 3px -3px rgba(0, 105, 173, 0.2) inset, 0 -2px 3px -3px rgba(0, 105, 173, 0.3) inset; }

#carousel .imgloader-loaded:after,
.page-header-container:after {
  content: '.';
  text-indent: -9999px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1; }

.page-header-container:after {
  -webkit-box-shadow: 0 4px 3px -3px rgba(0, 105, 173, 0.2) inset, 0 -2px 3px -3px rgba(0, 105, 173, 0.3) inset;
  box-shadow: 0 4px 3px -3px rgba(0, 105, 173, 0.2) inset, 0 -2px 3px -3px rgba(0, 105, 173, 0.3) inset; }

#carousel .imgloader-loaded:after {
  -webkit-box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 0.2) inset, 0 -2px 3px -3px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 0.2) inset, 0 -2px 3px -3px rgba(0, 0, 0, 0.3) inset; }

.page-header-container {
  height: 235px;
  z-index: 10;
  margin-bottom: 40px;
  position: relative;
  min-width: 960px; }

.page-header-container.no-image {
  width: 940px;
  margin: 20px auto 0;
  height: auto;
  background: none;
  min-width: 0; }

.page-header {
  width: 1190px;
  height: 235px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  max-width: 100%; }

.page-header:after {
  content: '.';
  text-indent: -9999px;
  width: 100%;
  height: 75px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1; }

.page-header-container.no-image:after {
  display: none; }

.page-header img {
  width: 100%;
  height: auto; }

.page-header h2 {
  bottom: 20px;
  color: #fff;
  font-size: 32px;
  left: 50%;
  line-height: 40px;
  font-weight: normal;
  position: absolute;
  text-shadow: 0 0 5px #000;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  z-index: 2;
  margin-left: -470px; }

.page-header img {
  display: block;
  width: 1190px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -595px; }

.page-breadcrumb {
  background: #fff;
  margin: 0 auto;
  position: relative;
  top: -12px;
  width: 960px;
  z-index: 2;
  color: #87b8d9; }

.no-image .page-breadcrumb {
  background: none;
  top: 0;
  margin-bottom: 17px; }

.page-breadcrumb:after {
  content: '.';
  text-indent: -9999px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 -4px 4px -4px rgba(0, 105, 173, 0.2);
  height: 12px; }

.no-image .page-breadcrumb:after {
  display: none; }

.page-breadcrumbs {
  width: 620px;
  margin-left: 10px;
  border-bottom: 1px solid #ecf5fe;
  line-height: 35px;
  font-size: 11px; }

.page-template-events_calendar-php .page-breadcrumbs,
.page-template-page_inverted-php .page-breadcrumbs,
.inverted .page-breadcrumbs {
  width: 940px; }

.no-image .page-breadcrumbs {
  margin: 0;
  border: 0 none; }

#carousel {
  max-width: 100%;
  height: 350px;
  margin: 0 auto 20px;
  display: block;
  position: relative;
  overflow: hidden; }

/*
#carousel:after {
    content:'.';
    text-indent: -9999px;
    display: block;
    background: #fff;
    height:12px;
    bottom:0;
    position: absolute;
    left:-12px;
    width:964px;
    z-index: 2;
}
*/
#carousel.updated-carousel {
  margin-bottom: 0px; }

#carousel ul {
  height: 350px;
  display: block; }

#carousel ul li {
  width: 1190px;
  height: 350px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -595px; }

#carousel ul li a.fullimage {
  width: 1190px;
  height: 350px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

#carousel ul li .slide {
  position: absolute;
  width: 820px;
  height: 380px;
  z-index: 100;
  background: url(images/sprite.png) -1395px 0 no-repeat;
  top: 0;
  left: 0;
  color: #fff;
  padding: 50px 60px;
  display: none; }

#carousel ul li .slide .body {
  font-size: 14px;
  text-shadow: 2px 2px 2px #186093;
  line-height: 30px; }

#carousel ul li .slide .body h2 {
  font-size: 30px;
  line-height: 40px;
  text-align: center; }

#carousel ul li .fullimage img, #carousel ul li .fullimage .imgloader {
  width: 1190px;
  height: 350px;
  display: block; }

#carousel ul li .fullimage .imgloader {
  background: url(images/carousel-loader.gif) 50% 50% no-repeat; }

#carousel ul li .fullimage .imgloader-loaded {
  background: none; }

.carousel-controls {
  background: #fff;
  height: 90px;
  left: 50%;
  margin: -20px auto 10px -480px;
  padding: 0 10px;
  position: absolute;
  width: 620px;
  z-index: 20; }

.carousel-thumbnails {
  width: 578px;
  overflow: hidden;
  position: relative;
  height: 90px;
  float: left;
  margin-right: 10px; }

.carousel-thumbnails li {
  float: left;
  margin-right: 10px;
  position: relative; }

.carousel-thumbnails li a {
  display: block;
  width: 137px;
  height: 80px;
  margin-top: 10px;
  position: relative;
  overflow: hidden; }

.carousel-thumbnails li.on:after {
  display: block;
  content: '.';
  text-indent: -9999px;
  width: 10px;
  height: 5px;
  background: url(images/sprite.png) -720px -82px no-repeat;
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -5px; }

.carousel-thumbnails li.on a {
  width: 127px;
  height: 70px;
  border: 5px solid #f56744; }

.carousel-thumbnails li img {
  display: block;
  position: relative;
  z-index: 2; }

.carousel-thumbnails li.on a img {
  margin-top: -5px;
  margin-left: -5px; }

.carousel-thumbnails ul {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 99999px; }

.carousel-directional {
  float: left;
  width: 32px;
  height: 80px;
  overflow: hidden;
  position: relative;
  background: #f56744;
  margin-top: 10px; }

.carousel-directional a {
  display: block;
  width: 32px;
  height: 40px;
  background: url(images/sprite.png) -711px 10px no-repeat;
  text-indent: -9999px; }

.carousel-directional a:hover {
  background-position: -741px 10px; }

.carousel-directional a.next {
  background-position: -711px -35px; }

.carousel-directional a.next:hover {
  background-position: -741px -35px; }

.carousel-progress-wrapper {
  width: 130px;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 3;
  border-top: 1px solid #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  background: rgba(255, 255, 255, 0.4); }

.on .carousel-progress-wrapper {
  display: block; }

.carousel-progress {
  background: rgba(255, 255, 255, 0.6);
  width: 0%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  border-right: 1px solid #fff; }

/* --------------------------------------------------- */
/* ----------- M I N I - C A R O U S E L ------------- */
/* --------------------------------------------------- */
.mini-carousel,
.mini-carousel-v2 {
  padding-bottom: 25px;
  margin-bottom: 20px;
  position: relative; }

.mini-controls {
  width: auto;
  height: 12px;
  position: absolute;
  bottom: 0;
  left: 0; }

.mini-controls a {
  float: left;
  display: block;
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  background: url(images/sprite.png) -678px 0 no-repeat;
  margin-left: 0;
  overflow: hidden;
  text-align: left; }

.mini-controls a:hover {
  background-position: -678px -12px; }

.mini-controls a.on {
  background-position: -678px -24px; }

.mini-items {
  position: relative;
  overflow: hidden;
  height: 230px; }

.mini-items .mini-item {
  width: 300px; }

#main-content .mini-items a {
  display: block; }

#main-content .mini-items img {
  display: block; }

/* ----------------------------------------------------- */
/* ----------- C A L L   T O   A C T I O N ------------- */
/* ----------------------------------------------------- */
.cta-widget-v2 a {
  display: block;
  position: relative;
  overflow: hidden; }

.cta-widget-v2 img {
  display: block;
  margin: 0 !important; }

/* ------------------------------------------------- */
/* ----------- T W I T T E R   F E E D ------------- */
/* ------------------------------------------------- */
#content-container .tweets-module {
  float: left;
  width: 300px; }

.tweets-list li {
  padding-bottom: 10px;
  line-height: 18px; }

#content-container .tweets-list li {
  margin-left: 0;
  list-style: none; }

.tweets-list a {
  font-weight: normal; }

.tweets-list a:hover {
  text-decoration: none; }

.tweets-list .time {
  color: #AAAAAA;
  display: block;
  font-size: 11px;
  text-align: right;
  border-top: 1px solid #DDDDDD;
  margin-top: 4px;
  padding-top: 2px; }

/* ------------------------------------------------- */
/* ----------- F A C E B O O K   F E E D ----------- */
/* ------------------------------------------------- */
#content-container .facebook-module {
  float: left;
  width: 300px;
  padding-right: 20px; }

.fb-like-box.fb_iframe_widget {
  border: 1px solid #D6E8FB;
  display: block; }

/* ------------------------------------------------- */
/* ----------- F I X E D   F O O T E R ------------- */
/* ------------------------------------------------- */
#static-footer {
  background: #fff;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0;
  width: 100%;
  z-index: 100;
  border-top: 4px solid #0e6aab;
  box-shadow: 0 -1px 5px rgba(0, 105, 175, 0.2); }

.facebook-info {
  float: left;
  padding-top: 5px; }

.facebook-info.loading {
  display: block;
  width: 32px;
  padding-top: 0;
  height: 60px;
  background: url(images/facebook-loader.gif) 50% 50% no-repeat; }

.facebook-info .facebook-name-container {
  float: left;
  line-height: 20px;
  padding-top: 8px; }

.facebook-info a.facebook-avatar {
  float: left; }

.facebook-info .facebook-name span {
  color: #0E6AAB;
  display: block;
  font-size: 15px; }

.facebook-info img {
  display: block;
  margin-right: 10px; }

.facebook-info .facebook-logout {
  float: left;
  clear: both;
  font-size: 12px;
  font-weight: normal;
  line-height: 12px;
  padding-left: 11px;
  background: url(images/sprite.png) -2383px -1883px no-repeat; }

.facebook-message span {
  float: left;
  font-size: 11px;
  font-style: italic;
  line-height: 50px;
  margin-right: 5px; }

.facebook-info .facebook-message a {
  display: block;
  background: url(images/sprite.png) -690px -692px #EAF3FA;
  padding: 4px 12px 3px 35px;
  margin-top: 8px;
  text-decoration: none;
  color: #0369AB;
  float: left;
  position: relative;
  line-height: 25px; }

.facebook-info .facebook-message a.what {
  background: none;
  border-bottom: 1px dotted;
  color: #F26649;
  line-height: 15px;
  margin-left: 10px;
  margin-top: 18px;
  padding: 0; }

.facebook-info .facebook-message a.what:hover {
  background: none;
  color: #0369AB; }

.facebook-info .facebook-message a.hl:after,
.user-info .faves-link.hl:after,
.user-info .itins-link.hl:after {
  content: '.';
  text-indent: -9999px;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: -4px;
  top: -4px;
  border: 4px solid #F26649;
  animation: glow 1000ms infinite ease;
  -o-animation: glow 1000ms infinite ease;
  -moz-animation: glow 1000ms infinite ease;
  -webkit-animation: glow 1000ms infinite ease; }

@keyframes glow {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }

@-o-keyframes glow {
  0% {
    -o-transform: scale(1); }
  50% {
    -o-transform: scale(1.2); }
  100% {
    -o-transform: scale(1); } }

@-moz-keyframes glow {
  0% {
    -moz-transform: scale(1); }
  50% {
    -moz-transform: scale(1.2); }
  100% {
    -moz-transform: scale(1); } }

@-webkit-keyframes glow {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1); } }

/*

@keyframes glow {
    0%      { border-width: 4px; left:-4px; top:-4px; }
    50%     { border-width: 10px; left:-10px; top:-10px; }
    100%    { border-width: 4px; left:-4px; top:-4px; }
}
@-o-keyframes glow {
    0%      { border-width: 4px; left:-4px; top:-4px; }
    50%     { border-width: 10px; left:-10px; top:-10px; }
    100%    { border-width: 4px; left:-4px; top:-4px; }
}
@-moz-keyframes glow {
    0%      { border-width: 4px; left:-4px; top:-4px; }
    50%     { border-width: 10px; left:-10px; top:-10px; }
    100%    { border-width: 4px; left:-4px; top:-4px; }
}
@-webkit-keyframes glow {
    0%      { border-width: 4px; left:-4px; top:-4px; }
    50%     { border-width: 10px; left:-10px; top:-10px; }
    100%    { border-width: 4px; left:-4px; top:-4px; }
}
*/
.facebook-info .facebook-message a:hover {
  background-color: #F66745;
  color: #FFFFFF; }

#static-footer .footer-wrap {
  width: 940px;
  margin: 0 auto; }

#static-footer p {
  float: left; }

#static-footer .social-wrap {
  float: right;
  width: 450px;
  border-left: 1px solid #eee;
  padding-left: 10px;
  padding: 9px 0 13px 5px; }

#static-footer #facebook-sharrre,
#static-footer #twitter,
#static-footer #gplus,
#static-footer #supon,
#static-footer #linkedin,
#static-footer #pinterest {
  display: block;
  width: 70px;
  height: 33px;
  background: url(images/sprite.png) -800px -16px no-repeat;
  margin: 5px 0 0 5px;
  border: 0 none;
  float: left; }

#static-footer #facebook-sharrre:hover {
  background-position: -800px -49px; }

#static-footer #twitter {
  background-position: -899px -16px; }

#static-footer #twitter:hover {
  background-position: -899px -49px; }

#static-footer #pinterest {
  background-position: -998px -16px; }

#static-footer #pinterest:hover {
  background-position: -998px -49px; }

#static-footer #gplus {
  background-position: -1097px -16px; }

#static-footer #gplus:hover {
  background-position: -1097px -49px; }

#static-footer #linkedin {
  background-position: -1196px -16px; }

#static-footer #linkedin:hover {
  background-position: -1196px -49px; }

#static-footer #supon {
  background-position: -1295px -16px; }

#static-footer #supon:hover {
  background-position: -1295px -49px; }

#static-footer .share {
  display: none; }

#static-footer .count {
  position: relative;
  left: 30px;
  width: 40px;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 2px #000;
  line-height: 33px; }

#static-footer .box {
  border: 0 none;
  text-decoration: none; }

.user-info {
  float: left;
  line-height: 28px;
  padding: 17px 20px 10px; }

.user-info a, .user-info .faves-link {
  color: #0067AB;
  display: block;
  float: left;
  padding: 0 10px;
  line-height: 28px;
  position: relative;
  text-decoration: none !important; }

.user-info a > strong,
.user-info .faves-link > strong,
.user-info .itins-link > strong {
  padding-left: 24px;
  display: inline-block;
  background: url(images/sprite.png) -2377px -1750px no-repeat; }

.user-info .itins-link > strong {
  background-position: -2377px -1699px; }

.user-info .faves-link:hover > strong {
  background-position: -2377px -1776px; }

.user-info .itins-link:hover > strong {
  background-position: -2377px -1725px; }

.add-to-itin {
  display: none;
  position: relative;
  max-height: 100%;
  overflow: hidden; }

#colorbox .add-to-itin {
  display: block !important; }

.itin-form-messages {
  display: none;
  padding: 20px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100; }

.show-messages .itin-form-messages {
  display: block;
  background: #fff; }

.loading .itin-form-messages {
  display: block;
  background: url(images/facebook-loader.gif) center center no-repeat; }

/* ------------------------------------------------------------------------- */
/* ----------- H I N T S   O N   H O W   T O   U S E   P A G E ------------- */
/* ------------------------------------------------------------------------- */
.star-hint {
  display: inline-block;
  padding-left: 20px;
  background: url(images/sprite.png) no-repeat scroll -2377px -1752px transparent; }

.compass-hint {
  display: inline-block;
  padding-left: 20px;
  background: url(images/sprite.png) no-repeat scroll -2377px -1701px transparent; }

.up-hint {
  display: inline-block;
  padding-left: 15px;
  background: url(images/sprite.png) no-repeat scroll -2380px -1034px transparent; }

.down-hint {
  display: inline-block;
  padding-left: 15px;
  background: url(images/sprite.png) no-repeat scroll -2380px -994px transparent; }

.favorites-hint.on,
.login-hint.on,
.authorize-hint.on,
.itineraries-hint.on {
  cursor: help;
  border-bottom: 1px dashed #F26649; }

/* --------------------------------------------------------------------- */
/* ----------- D E A L S   &   D I S C O U N T S ----------------------- */
/* --------------------------------------------------------------------- */
.deals-content h3 a,
.deals-content h4 a {
  color: #0069AA; }

.deals-container .section {
  padding-bottom: 0; }

.deals-container > .section {
  margin-top: -1px; }

.deals-container > div > .section,
.deals-container .section .section {
  padding-bottom: 10px; }

.single-deals-container > .section {
  border-top: 0 none;
  padding-top: 0;
  margin-top: -1px; }

.deals-container,
.single-deals-container {
  padding-bottom: 20px; }

.subdeals {
  margin-left: 70px; }

.deal-category-dropdown {
  margin-left: 70px;
  clear: both;
  margin-bottom: 5px; }

.deal-category-dropdown .discover-dropdowns label {
  float: left;
  line-height: 25px; }

.deal-category-dropdown .dropdown-replace {
  float: right;
  width: 420px; }

.deal-category-dropdown .dropdown-replace ul li {
  width: 398px; }

.deal-category-dropdown .discover-dropdowns {
  height: 25px;
  padding: 10px; }

.deals-content {
  position: relative; }

.subdeals .deals-content {
  padding: 8px 0 0 0;
  display: none; }

.subdeals .section {
  clear: both; }

.subdeals .visible {
  display: block; }

.subdeals .deals-content {
  border-bottom: 1px solid #ECF5FE; }

.deal-category-icon {
  float: left;
  height: 30px;
  margin-right: 10px;
  width: 30px;
  /*
position: absolute;
    left:-70px;
    top:8px;
*/ }

.deal-thumbnail {
  float: left;
  margin-top: 3px; }

.first-section .deal-thumbnail {
  margin-top: 10px; }

.deal-thumbnail + .deals-content {
  float: left;
  width: 450px;
  margin-left: 20px; }

#content-container .subdeals h4 {
  clear: none;
  line-height: 25px;
  margin: 0;
  padding: 4px 0; }

.subdeals .deal-thumbnail {
  margin-right: 20px;
  margin-top: 5px;
  margin-bottom: 5px; }

.expandable-btn {
  background: #f26649;
  border: 0;
  border-bottom: 0 none;
  bottom: 0;
  color: white;
  font-weight: bold;
  position: absolute;
  text-align: center;
  padding: 0 5px;
  z-index: 10;
  line-height: 22px;
  font-size: 11px;
  right: 0; }

.expandable-btn span {
  color: #DCDB67; }

.expandable-btn:hover {
  border: 0;
  color: white;
  background: #0069aa;
  text-decoration: none; }

.address-box {
  line-height: 20px;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative; }

/* ------------------------------------------------- */
/* ----------- P R O F I L E   P A G E ------------- */
/* ------------------------------------------------- */
#main-content .data-container {
  display: none;
  clear: both; }

#content-container .favorites li {
  padding: 10px;
  list-style: none;
  margin: 0;
  line-height: 16px; }

.favorites a:hover {
  text-decoration: none; }

.favorites li span,
.favorites li strong {
  display: block; }

.favorites li strong {
  color: #363636; }

.favorites a:hover strong {
  color: #0069aa; }

.favorites li span {
  font-size: 12px;
  color: #666; }

.favorites .delete-fave {
  float: right;
  font-weight: bold;
  font-size: 16px; }

body {
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #363636;
  line-height: 26px;
  margin: 0 auto;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: subpixel-antialiased; }

.home #container {
  background-position: center 115px; }

a img {
  border: none 0px; }

a {
  color: #f26649;
  text-decoration: none;
  border: 0px; }

a:hover {
  color: #0069aa;
  text-decoration: underline;
  border: 0px; }

p {
  padding: 5px 0; }

.clear {
  clear: both;
  display: block;
  width: 0px;
  height: 0px; }

#main-content img {
  border-color: #EEE;
  border-style: solid solid none;
  border-width: 1px 1px 0; }

#main-content .section img {
  border: 0px none; }

h6 {
  color: #F26649;
  font-size: 15px;
  line-height: 17px;
  padding-top: 10px; }

a.vtour {
  display: block;
  text-align: center;
  width: 168px;
  text-decoration: none;
  border: 1px solid #DDDDDD;
  position: relative;
  float: left;
  margin: 0 30px 20px 0;
  line-height: 15px;
  padding-bottom: 5px; }

a.vtour img {
  border: 1px solid #eee;
  width: 166px;
  height: 110px;
  float: left;
  margin-bottom: 5px;
  margin-left: 1px;
  margin-top: 1px; }

a.vtour .vtour-icon {
  background: url(images/vtour-icon.jpg) 0 0 no-repeat;
  display: block;
  height: 50px;
  left: 59px;
  position: absolute;
  text-align: left;
  text-indent: -9999px;
  top: 31px;
  width: 50px;
  z-index: 10; }

a.vtour .vtour-text {
  color: #888888;
  display: block;
  font-style: italic;
  padding-top: 5px; }

.attachment-large {
  padding-bottom: 6px;
  background: url(images/sprite.png) -300px bottom no-repeat; }

.attachment-medium {
  padding-bottom: 6px;
  background: url(images/sprite.png) 0 bottom no-repeat; }

.alignnone {
  float: none;
  margin-bottom: 10px; }

.aligncenter {
  display: block;
  float: none;
  margin: 0 auto 10px auto; }

.alignleft {
  float: left;
  margin: 0 10px 10px 0; }

.itin-thumbnail {
  float: left;
  margin: 10px 10px 10px 0; }

.alignright {
  float: right;
  margin: 0 10px 10px 0; }

.wp-caption {
  padding: 10px 10px 0;
  margin-bottom: 20px; }

.wp-caption.alignright, .wp-caption.alignleft {
  margin-top: 10px;
  margin-bottom: 18px !important; }

.wp-caption a,
.wp-caption img {
  display: block; }

.wp-caption,
.wp-caption-text {
  background: #eee;
  color: #888; }

.wp-caption-text {
  margin: 0;
  padding: 5px 0; }

.imagegallery {
  line-height: 16px; }

.imagegallery a {
  border-bottom: 0px none;
  text-decoration: none; }

.threemaps {
  margin-left: -20px;
  padding: -10px; }

content-container.threemaps td {
  padding: 0px; }

.threemaps a {
  border-bottom: 0px none;
  text-decoration: none; }

.field {
  float: left;
  width: 100%;
  height: 32px;
  border: 1px solid #e1e1e1;
  position: relative; }

.field label {
  color: #bbb;
  font-size: 12px;
  left: 1px;
  letter-spacing: 0.1px;
  padding-left: 10px;
  position: absolute;
  top: 5px;
  width: auto;
  z-index: 1; }

.field input {
  width: 100%;
  height: 30px;
  border: none 0px;
  color: #bbb;
  padding-left: 10px;
  background: none;
  position: absolute;
  z-index: 2; }

.go-btn {
  float: left; }

.go-btn input {
  width: 42px;
  height: 34px;
  display: block;
  text-indent: -696969px;
  background: url(images/gobutton.jpg) 0 0 no-repeat; }

.go-btn a:hover {
  background-position: 0 -34px; }

#container {
  margin: 0 auto;
  height: 100%;
  width: 100%;
  /* background: url(images/swirls-bkg.jpg) top center no-repeat #ffffff; */ }

#fancy-header {
  width: 100%;
  margin: 0 auto;
  padding-top: 5px;
  background: #f26649;
  display: block;
  overflow: hidden;
  position: relative; }

#fancy-header.expandable {
  height: 25px; }

#fancy-header-container {
  width: 950px;
  margin-left: -475px;
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 240px; }

#holiday-info {
  width: 950px;
  color: #fff;
  line-height: 30px; }

#holiday-info .holiday-message {
  float: left;
  margin-left: 20px; }

#holiday-info .expand-btn {
  color: #fcb5a6;
  float: right;
  margin-right: 20px;
  text-decoration: none; }

#holiday-info .expand-btn strong {
  color: #fff;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s; }

#holiday-info .expand-btn:hover strong {
  color: #0069aa; }

#content {
  width: 100%;
  margin: 0 auto;
  display: block;
  overflow: visible;
  background: #fff; }

body.popup {
  background: #fff; }

body.popup #main-content {
  padding: 0;
  width: 100%; }

body.popup #content-container {
  padding: 0 40px;
  width: auto; }

body.popup .column23 {
  margin: 0 auto;
  float: none;
  width: 100%; }

#content-container table {
  margin-top: 20px; }

#content-container td {
  padding-bottom: 20px;
  padding: 20px; }

#content-container .threemaps td {
  padding: 17px; }

#content-container p {
  margin-bottom: 10px; }

.page-template-page_inverted-php .column13,
.inverted .column13,
.single-pressrelease .column13,
.page-template-directory-php .column13 {
  width: 200px; }

.page-template-page_inverted-php .collapse-content .column13,
.inverted .collapse-content .column13,
.single-pressrelease .collapse-content .column13,
.inverted .collapse-header .column13,
.page-template-page_inverted-php .collapse-header .column13,
.single-pressrelease .collapse-header .column13 {
  width: 300px; }

.inverted .column23,
.page-template-page_inverted-php .column23,
.single-pressrelease .column23,
.page-template-directory-php .column23,
.page-template-directory-php #discover-list,
.page-template-directory-php #discover-list-featured,
.page-template-directory-php #discover-nav {
  width: 720px;
  float: right; }

.page-template-directory-php #discover-dropdowns select,
.page-template-directory-php .dropdown-replace {
  width: 340px; }

.no-js #discover-dropdowns select[multiple] {
  height: 75px; }

.page-template-directory-php .dropdown-replace ul li {
  width: 318px; }

.member-content .column13, .event-content .column13 {
  margin-top: 0px; }

.map-content .column13 {
  width: 220px; }

.map-content .column23 {
  width: 700px; }

.map-content .collapse-header .column13, .map-content .collapse-content .column13 {
  width: 300px; }

#main-content .tertiary-nav {
  width: 200px; }

.collapse-header h4 a span {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  margin-top: 3px;
  background: url(images/sprite.png) -800px 0 no-repeat;
  position: relative;
  float: left; }

.collapse-header h4 a.twitter span {
  background-position: -816px 0; }

.collapse-header h4 a.our-blog span {
  background-position: -896px 0; }

.tertiary-nav ul {
  border-right: 1px dashed #EBEBEB;
  padding-right: 20px; }

.tertiary-nav li ul {
  border: 0px none;
  padding: 0; }

.tertiary-nav li a {
  color: #777;
  font-weight: bold;
  padding: 6px 2px;
  display: block;
  font-size: 13px;
  height: 16px;
  line-height: 16px;
  transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out; }

.tertiary-nav li.current_page_item a {
  color: #F26649; }

.tertiary-nav li.current_page_item ul a {
  color: #777; }

.tertiary-nav li.current_page_item ul a:hover, .tertiary-nav li a:hover {
  text-decoration: none;
  color: #F26649; }

.tertiary-nav li {
  border-top: 1px dashed #ebebeb; }

.tertiary-nav > ul > li:first-child {
  border: 0 none; }

.tertiary-nav ul li ul li {
  background: url(images/sprite.png) no-repeat scroll -2055px center transparent; }

.tertiary-nav ul li ul li a {
  font-weight: normal;
  padding-left: 16px;
  font-size: 12px; }

.tertiary-nav ul li ul li ul li {
  padding-left: 45px; }

.tertiary-nav.sticky {
  position: fixed;
  top: 20px !important;
  left: 50%;
  margin-left: -470px; }

.tertiary-nav.locked {
  position: absolute;
  left: 50%;
  margin-left: -470px; }

#event-calendar, #event-calendar-container {
  position: relative;
  width: 940px; }

#event-calendar {
  width: 940px; }

#calendar_corner {
  position: absolute;
  display: block;
  top: 0;
  background: #0069aa;
  left: -5px;
  width: 5px;
  height: 47px;
  /*
background: url(images/calendar_cornerpiece.jpg) 0 0 no-repeat;
    left: -17px;
    width: 17px;
    height: 70px;
*/ }

#calendar_end {
  position: absolute;
  display: block;
  top: 0;
  left: 940px;
  width: 5px;
  height: 47px;
  background: #0069aa;
  /*
background: url(images/calendar_endpiece.jpg) 0 0 no-repeat;
    width: 22px;
    height: 60px;
*/ }

#event-calendar-legend {
  position: absolute;
  right: 0;
  top: 4px;
  font-weight: normal;
  line-height: 22px;
  color: #89B8D7; }

#event-calendar-legend div {
  float: left;
  margin-left: 15px;
  padding-left: 25px; }

#event-calendar-legend .this-week {
  background: url(images/sprite.png) 0 -199px no-repeat; }

#event-calendar-legend .today {
  background: url(images/sprite.png) 0 -227px no-repeat; }

.calendar-loader {
  background: url(images/image-loader.gif) center center no-repeat #FFFFFF;
  height: 399px;
  left: 0;
  position: absolute;
  top: 72px;
  width: 938px;
  z-index: 100;
  display: none; }

.calendar-loader span {
  color: #999999;
  font-size: 12px;
  line-height: 35px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%; }

#event-calendar table {
  width: 940px; }

#event-calendar table tr {
  position: relative; }

#event-calendar table td {
  position: relative;
  border: 1px solid #ECF5FE;
  vertical-align: top;
  height: 80px;
  padding: 0px; }

#event-calendar table td em.date {
  /*
border-bottom: 1px solid #ECF5FE;
    border-left: 1px solid #ECF5FE;
*/
  color: #ABCDE2;
  display: block;
  float: right;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  padding: 5px 5px 1px;
  text-align: center;
  width: 25px; }

#event-calendar table td p {
  color: #AAAAAA;
  font-size: 13px;
  font-style: italic;
  height: 30px;
  line-height: 22px;
  padding-top: 44px;
  text-align: center; }

#event-calendar table td p span {
  font-weight: bold; }

#event-calendar table thead th {
  background: url(images/sprite.png) 0 -341px no-repeat #cacc50;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  width: 14%;
  text-shadow: 0 1px 1px #656623;
  padding-top: 2px; }

#event-calendar table caption {
  height: 47px;
  width: 940px;
  /*     background: url(images/sprite.png) -17px -262px no-repeat; */
  background: #0069aa;
  text-align: left; }

#event-calendar table caption .month {
  color: #fff;
  display: block;
  float: left;
  font-size: 25px;
  line-height: 48px;
  padding: 0 10px;
  text-shadow: 0 1px 3px #063856; }

#event-calendar table caption .events-number {
  color: #CCEBFF;
  font-style: italic;
  line-height: 44px; }

#event-calendar table caption .months-next {
  float: right;
  line-height: 20px;
  padding-right: 10px; }

#event-calendar table caption .months-next a {
  color: #CCEBFF;
  display: block;
  float: left;
  margin-top: 12px;
  text-decoration: none; }

#event-calendar table caption .months-next a.last-month {
  border-right: 1px solid #3889bb;
  padding-right: 7px;
  padding-left: 30px;
  background: url(images/sprite.png) -2378px -833px no-repeat; }

#event-calendar table caption .months-next a.last-month:hover {
  color: #fff;
  background-position: -2378px -878px; }

#event-calendar table caption .months-next a.next-month {
  padding-left: 6px;
  padding-right: 30px;
  background: url(images/sprite.png) right -923px no-repeat; }

#event-calendar table caption .months-next a.next-month:hover {
  color: #fff;
  background-position: right -968px; }

#event-calendar table td.this_week {
  background: url(images/sprite.png) 0 -367px no-repeat; }

#event-calendar table td.this_week em.date {
  color: #0069aa; }

#event-calendar table td.this_week p {
  color: #888; }

#event-calendar table td .this_week_ds {
  position: relative;
  height: 0px;
  display: block; }

#event-calendar table td .this_week_ds .ds_left,
#event-calendar table td .this_week_ds .ds_right {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 135px;
  height: 6px;
  background: url(images/sprite.png) 0 bottom no-repeat; }

#event-calendar table td .this_week_ds .ds_right {
  background-position: -165px bottom;
  right: 0; }

#event-calendar table td:hover {
  background: #F1F7FC; }

#event-calendar table td.last_month,
#event-calendar table td.next_month {
  /*     background: url(images/barbershop.gif); */
  background: #F1F7FC; }

#event-calendar table td.last_month em.date,
#event-calendar table td.next_month em.date {
  color: #ABCDE2;
  border-color: #fff; }

#event-calendar table td.today {
  background: #F26649; }

#event-calendar table td.today em.date {
  color: #fff;
  border-color: #EC8B73; }

#event-calendar table td.today p {
  color: #fff; }

#event-calendar table td.has_events {
  cursor: pointer; }

#header {
  height: 105px;
  width: 940px;
  margin: 0 auto;
  position: relative; }

#logo,
.header-right {
  height: 82px; }

#logo,
#logo a {
  width: 365px;
  height: 82px; }

#logo {
  position: relative;
  float: left;
  z-index: 2000;
  margin-top: 12px; }

#logo a {
  background: url(images/sprite.png) 0 -8px no-repeat;
  display: block;
  text-indent: -9999px; }

#logo ul {
  bottom: 0;
  position: absolute;
  right: 30px; }

#logo li {
  float: left;
  font-size: 12px;
  line-height: 15px;
  padding: 0 10px;
  color: #f46542;
  letter-spacing: 0.5px; }

#logo li + li {
  border-left: 1px solid #0067ac; }

.header-right {
  float: right;
  width: 300px; }

#social-top {
  margin: 12px 0 12px;
  height: 16px;
  color: #8f8f90; }

.ie8 #social-top {
  width: 300px; }

#social-top ul {
  float: left; }

#social-top li {
  float: left;
  margin: 0;
  list-style: none;
  line-height: 16px; }

#social-top li + li {
  margin: 0 0 0 7px; }

#social-top .social-nav a {
  color: #8f8f90;
  font-size: 12px;
  display: block;
  width: 16px;
  height: 16px;
  background: url(images/sprite.png) -800px 0 no-repeat;
  text-indent: -9999px;
  text-align: left; }

#social-top a:hover {
  color: #000;
  font-style: normal;
  border-bottom: 0px none;
  text-decoration: none !important; }

#social-top a.twitter {
  background-position: -816px 0; }

#social-top a.gplus {
  background-position: -832px 0; }

#social-top a.flickr {
  background-position: -848px 0; }

#social-top a.youtube {
  background-position: -864px 0; }

#social-top a.pinterest {
  background-position: -880px 0; }

#social-top a.instagram {
  background-position: -1008px 0; }

#social-top .blog-nav {
  float: right; }

.ie8 #social-top .blog-nav {
  margin-left: 15px; }

#social-top .blog-nav li + li {
  padding-left: 7px;
  border-left: 1px solid #0069aa; }

#social-top .blog-nav a {
  color: #0069aa;
  font-size: 12px; }

#social-top .blog-nav a:hover {
  color: #000;
  border-bottom: 0px none;
  text-decoration: none !important; }

#whoson_chat_link {
  left: 560px;
  position: absolute;
  top: 45px; }

.searchfield {
  width: 300px;
  height: 45px;
  position: relative; }

#searchsubmit {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  display: block;
  border: 0 none;
  background: transparent;
  cursor: pointer;
  outline: 0px none; }

#search-posts .searchfield {
  position: relative;
  top: 0;
  right: auto;
  left: 0; }

.searchfield .field {
  height: 43px;
  width: 298px;
  padding-left: 0px;
  background: url(images/sprite.png) -2060px -520px no-repeat; }

.searchfield .field input,
.searchfield .field label {
  width: 233px;
  font-size: 13px;
  padding: 11px 10px 9px;
  left: 45px;
  top: 1px;
  height: 23px;
  line-height: 23px;
  display: block; }

.searchfield .field input {
  color: #999; }

.searchfield .field label {
  letter-spacing: 0.4px;
  color: #ccc; }

/*
.logged-in #header #social-top {
    right:238px;
}
.logged-in #blog {
    right:76px;
}
.logged-in .searchfield {
    width:375px;
}
.logged-in .searchfield .field {
    width:375px;
}
.logged-in .searchfield .field input {
    width:305px;
}
.logged-in .searchfield .field label {
    width:305px;
}
*/
#navigation {
  width: 940px;
  padding: 0 0 10px;
  height: 35px;
  background: #fff;
  position: relative;
  z-index: 1000;
  margin: 0 auto; }

#main-submenu {
  position: absolute;
  top: 35px;
  left: -1px;
  width: 942px;
  padding: 0;
  border-top: 3px solid transparent;
  z-index: 1002;
  height: 0;
  background: #fff;
  overflow: visible !important; }

#white-bg {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  display: none;
  z-index: 999;
  width: 100%;
  height: 100%; }

#navigation li {
  width: 172px;
  height: 35px;
  display: block;
  float: left;
  padding-right: 20px;
  line-height: 46px;
  cursor: pointer;
  font-size: 18px;
  z-index: 1000; }

#navigation > li > a {
  border-bottom: 3px solid; }

#navigation a {
  display: block;
  width: 172px;
  height: 35px;
  font-size: 18px;
  text-align: left;
  color: inherit;
  text-decoration: none;
  position: relative;
  z-index: 1001; }

#navigation li .submenu, #main-submenu .submenu {
  position: absolute;
  top: 35px;
  left: -9999px;
  cursor: default;
  padding: 0px;
  color: #fff;
  line-height: 15px;
  font-size: 12px;
  display: block;
  z-index: 1002;
  background: #fff;
  border: 1px solid #e4e4e4;
  width: 940px; }

#main-submenu .submenu {
  top: 0;
  left: 0;
  border: 0 none;
  display: none; }

#navigation li .submenu:after {
  content: url(images/shadow_5-5.png);
  position: absolute;
  bottom: -10px;
  left: 0; }

#main-submenu:after {
  content: url(images/shadow_5-5.png);
  position: absolute;
  bottom: -15px;
  left: 0; }

#main-submenu-container {
  border: 1px solid #e4e4e4;
  position: relative;
  height: 0;
  overflow: hidden; }

#navigation li:hover .submenu {
  left: 10px; }

#navigation li.right-menu:hover .submenu {
  left: 10px; }

#navigation li .submenu .column14, #main-submenu .submenu .column14 {
  padding: 0 11px 0 10px;
  margin: 10px 0;
  width: 213px;
  float: left;
  position: relative;
  z-index: 1003;
  border-left: 1px dashed #ebebeb; }

#navigation li .submenu .column14:first-child, #main-submenu .submenu .column14:first-child {
  border-left: 0 none; }

#navigation li .submenu li, #main-submenu .submenu li {
  width: auto;
  height: auto;
  float: none;
  margin: 0px;
  line-height: 12px;
  border: 0px none;
  cursor: default;
  position: relative;
  z-index: 1005;
  padding-right: 0; }

#navigation li .submenu a, #main-submenu .submenu a {
  width: auto;
  height: 16px;
  font-size: 13px;
  line-height: 15px;
  font-weight: bold;
  color: #777;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  line-height: 16px;
  display: block;
  transition: color 0.2s ease-in-out 0s;
  -moz-transition: color 0.2s ease-in-out 0s;
  -webkit-transition: color 0.2s ease-in-out 0s;
  -o-transition: color 0.2s ease-in-out 0s;
  -ms-transition: color 0.2s ease-in-out 0s; }

#navigation li .submenu .image-link, #main-submenu .submenu .image-link {
  overflow: visible; }

#navigation li .submenu .image-link a, #main-submenu .submenu .image-link a {
  height: auto;
  white-space: normal;
  overflow: visible;
  padding: 0 2px;
  z-index: 1007;
  color: #828282;
  background: #fff; }

#navigation li .submenu .image-link a img, #main-submenu .submenu .image-link a img {
  border: 2px solid #fff;
  box-shadow: 0 0 5px #ccc;
  margin-top: 10px;
  margin-bottom: 0;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s; }

.sitemap-content .image-link {
  display: none; }

.image-link .img-loader {
  background: url(images/image-loader.gif) 50% 50% no-repeat; }

#main-submenu .submenu .image-link a:hover img {
  box-shadow: 0 0 8px #aaa; }

#navigation li .submenu .image-link a span.caption, #main-submenu .submenu .image-link a span.caption {
  background: url(images/sprite.png) no-repeat scroll -2383px 0 transparent;
  display: block;
  font-size: 12px;
  color: #aaa;
  font-weight: normal;
  line-height: 29px;
  padding-left: 20px;
  transition: color 0.2s ease-in-out 0s;
  -moz-transition: color 0.2s ease-in-out 0s;
  -webkit-transition: color 0.2s ease-in-out 0s;
  -o-transition: color 0.2s ease-in-out 0s;
  -ms-transition: color 0.2s ease-in-out 0s; }

#main-submenu .submenu .image-link a:hover span.caption {
  color: #666; }

#navigation li .submenu li a, #main-submenu .submenu li a {
  padding: 6px 2px;
  font-weight: bold;
  border-bottom: 1px dashed #ebebeb;
  font-size: 13px;
  position: relative;
  z-index: 1006; }

#navigation li .submenu li li, #main-submenu .submenu li li {
  background: url(images/sprite.png) -2055px center no-repeat; }

#navigation li .submenu li li a, #main-submenu .submenu li li a {
  padding-left: 16px;
  font-weight: normal;
  font-size: 12px; }

#navigation li .submenu h6, #main-submenu .submenu h6 {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 3px;
  padding: 0; }

/* ORANGE */
#navigation li.orange {
  color: #f26649; }

#navigation li.orange > a, #navigation li.orange > a:hover {
  color: #f26649;
  border-color: #f26649; }

#navigation li.orange .submenu {
  border-top: 3px solid #f26649; }

#navigation li .submenuPlay a:hover, #main-submenu .submenuPlay a:hover {
  color: #f26649; }

#main-submenu .submenuPlay .image-link a:hover span.caption {
  background-position: -2383px -100px; }

/* BLUE */
#navigation li.blue {
  color: #0069aa; }

#navigation li.blue > a, #navigation li.blue > a:hover {
  color: #0069aa;
  border-color: #0069aa; }

#navigation li.blue .submenu {
  border-top: 3px solid #0069aa; }

#navigation li .submenuStay a:hover, #main-submenu .submenuStay a:hover {
  color: #0069aa; }

#main-submenu .submenuStay .image-link a:hover span.caption {
  background-position: -2383px -200px; }

/* GREEN */
#navigation li.green {
  color: #cacc50; }

#navigation li.green > a, #navigation li.green > a:hover {
  color: #cacc50;
  border-color: #cacc50; }

#navigation li.green .submenu {
  border-top: 3px solid #cacc50; }

#navigation li .submenuEat a:hover, #main-submenu .submenuEat a:hover {
  color: #cacc50; }

#main-submenu .submenuEat .image-link a:hover span.caption {
  background-position: -2383px -300px; }

/* LIGHT BLUE */
#navigation li.ltgray {
  color: #89b8d7; }

#navigation li.ltgray > a, #navigation li.ltgray > a:hover {
  color: #89b8d7;
  border-color: #89b8d7; }

#navigation li.ltgray .submenu {
  border-top: 3px solid #89b8d7; }

#navigation li .submenuSave a:hover, #main-submenu .submenuSave a:hover {
  color: #89b8d7; }

#main-submenu .submenuSave .image-link a:hover span.caption {
  background-position: -2383px -400px; }

/* LIGHT ORANGE */
#navigation li.dkgray {
  color: #F58C77;
  padding: 0px; }

#navigation li.dkgray > a, #navigation li.dkgray > a:hover {
  color: #F58C77;
  border-color: #F58C77; }

#navigation li.dkgray .submenu {
  border-top: 3px solid #F58C77; }

#navigation li .submenuDiscover a:hover, #main-submenu .submenuDiscover a:hover {
  color: #F58C77; }

#main-submenu .submenuDiscover .image-link a:hover span.caption {
  background-position: -2383px -500px; }

#navigation li a.parent-link:hover {
  color: inherit; }

#footer-container {
  width: 100%;
  margin-bottom: 78px; }

#footer-top {
  width: 960px;
  margin: 0 auto;
  background: #f26649;
  border-bottom: 3px solid #d7e259; }

#footer-bottom {
  width: 940px;
  margin: 0 auto;
  padding: 0 10px; }

#footer-top ul {
  width: 960px;
  height: 35px;
  margin: 0 auto;
  display: block; }

#footer-top ul a {
  color: #FFF;
  display: block;
  font-size: 13px;
  font-weight: bold;
  height: 35px;
  line-height: 35px;
  padding: 0 18px; }

#footer-top ul a:hover {
  text-decoration: none;
  background: #0068ac; }

#footer-top ul li {
  float: left; }

#footer-logo,
#footer-logo > a {
  height: 65px;
  width: 280px; }

#footer-logo {
  position: relative;
  float: left;
  margin: 0 auto;
  display: block;
  text-align: left;
  margin: 40px 0; }

#footer-logo > a {
  display: block;
  background: url(images/sprite.png) -20px -100px no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

#footer-pa,
#footer-tripadvisor {
  padding-top: 45px; }

#footer-pa,
#footer-pa a {
  width: 45px;
  height: 50px; }

#footer-pa {
  float: right;
  margin-left: 60px; }

#footer-pa a {
  background: url("images/sprite.png") -566px -7px no-repeat;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }

#footer-tripadvisor {
  float: right;
  font-size: 10px;
  line-height: 13px;
  text-align: center;
  width: 190px; }

#footer-tripadvisor a.ta-logo {
  display: block;
  width: 132px;
  height: 20px;
  background: url(images/sprite.png) -365px 0 no-repeat;
  margin: 0 auto;
  text-indent: -9999px; }

#footer-connect {
  width: 110px;
  height: 200px;
  float: left;
  margin-top: 40px;
  margin-right: 20px;
  line-height: 15px;
  color: #8f8f90; }

#footer-connect h2 {
  color: #555555;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px; }

#footer-connect ul {
  margin-left: 0px;
  font-size: 12px; }

#footer-connect ul li {
  padding-top: 3px;
  margin-left: 0px;
  margin-bottom: 0px;
  padding-bottom: 2px;
  margin-left: 2px;
  float: left; }

#footer-connect a {
  color: #8f8f90;
  float: left;
  width: 90px; }

#footer-connect a:hover {
  color: #000;
  text-decoration: none; }

#footer-connect img {
  margin-right: 8px;
  padding-bottom: 10px;
  float: left; }

#footer-subscribe {
  width: 180px;
  height: 200px;
  float: left;
  margin-top: 40px;
  margin-right: 30px;
  line-height: 15px; }

#footer-subscribe h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 14px;
  color: #555555; }

#footer-subscribe ul {
  margin-left: 0px;
  font-size: 12px;
  width: 180px; }

#footer-subscribe ul li {
  margin-left: 2px;
  margin-bottom: 0px;
  float: left; }

#footer-subscribe a {
  width: 180px;
  float: left;
  color: #8f8f90; }

#footer-subscribe a:hover {
  color: #000;
  text-decoration: none; }

#footer-subscribe img {
  margin-right: 8px;
  padding-bottom: 15px;
  float: left; }

#footer-contact {
  margin-top: 40px;
  width: 120px;
  height: 200px;
  float: left;
  line-height: 15px; }

#footer-contact h2 {
  font-size: 16px;
  font-weight: bold;
  color: #555555;
  margin-bottom: 15px; }

#footer-contact ul {
  margin-left: 0px;
  font-size: 12px; }

#footer-contact ul li {
  margin-left: 0px;
  margin-bottom: 10px; }

#footer-contact a {
  color: #8f8f90; }

#footer-contact a:hover {
  color: #000;
  text-decoration: none; }

#footer-contact img {
  margin-right: 5px;
  padding-bottom: 10px; }

#footer-contact ul li.darkersmaller a {
  font-size: 9px;
  color: #000; }

#footnote {
  position: absolute;
  width: 240px;
  float: left;
  padding-left: 90px;
  display: block;
  text-align: left;
  color: #555555;
  font-size: 10px;
  margin-top: -15px;
  z-index: 20;
  left: 0;
  line-height: 1;
  bottom: 0; }

#footnote a {
  color: #555555;
  font-size: 10px; }

#footnote a:hover {
  color: #000000; }

#footer-container .column23, #footer-container .column13 {
  background: none; }

.event-thumb {
  float: left;
  /*
width: 166px;
    height: 100px;
*/
  margin: 0 20px 0 0; }

#weather-current-container {
  padding-bottom: 6px;
  background: url(images/sprite.png) 0 bottom no-repeat; }

#weather-current {
  border: 1px solid #eee; }

#weather-forecast, #weather-current {
  width: 100%; }

#weather-forecast td, #weather-current td {
  vertical-align: middle;
  padding: 5px 0; }

#weather-forecast tr + tr {
  border-top: 1px solid #DDDDDD;
  padding-top: 10px; }

#weather-forecast th {
  color: #AAAAAA;
  font-size: 15px;
  line-height: 15px;
  padding: 7px 0 5px; }

#weather-forecast .weather-date h6, #weather-current .weather-date h6 {
  font-size: 15px;
  padding: 8px 8px 0 0;
  line-height: 10px;
  font-style: normal; }

#weather-forecast .weather-icon img {
  padding: 0 8px; }

#weather-forecast .weather-condition, #weather-current .weather-condition {
  color: #888888;
  font-size: 13px;
  font-weight: bold;
  line-height: 16px;
  text-transform: capitalize; }

#weather-forecast .weather-highlow {
  text-align: right;
  width: 75px; }

#weather-forecast .weather-highlow p {
  font-size: 16px;
  font-weight: bold;
  color: #cacc50;
  line-height: 18px;
  padding: 0px; }

#weather-forecast .weather-highlow p span {
  color: #AAAAAA;
  font-size: 10px;
  letter-spacing: 1px;
  padding: 0 5px 0 0;
  text-transform: uppercase;
  border-right: 1px solid #ddd;
  width: 40px;
  display: block;
  float: left; }

#weather-forecast .weather-date, #weather-current .weather-date {
  color: #888888;
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
  line-height: 20px; }

#weather-current .weather-date {
  padding-top: 10px; }

#weather-current .weather-icon {
  width: 49%;
  text-align: right;
  padding-bottom: 10px; }

#weather-current .weather-icon img {
  padding-right: 10px;
  border-right: 1px solid #ddd; }

#weather-current .weather-data {
  width: 49%;
  text-align: left;
  padding-bottom: 10px; }

#weather-current .weather-data p {
  padding: 0 0 0 10px; }

#weather-current .weather-temp {
  color: #CACC50;
  font-size: 40px;
  font-weight: bold;
  line-height: 45px; }

#weather-current .weather-temp span {
  font-size: 20px;
  padding-left: 4px; }

#upcoming-events h3 {
  width: 310px;
  float: left;
  padding-top: 5px; }

#upcoming-events h3 span {
  padding-top: 5px; }

#upcoming-search {
  width: 300px;
  height: 34px;
  float: right; }

#upcoming-search .field {
  width: 250px; }

#upcoming-search .field input {
  width: 230px; }

#upcoming-content {
  color: #363636;
  float: left; }

#upcoming-content ul {
  list-style: none;
  margin: 0px;
  margin-left: 0px;
  float: left; }

#upcoming-content li {
  height: 20px;
  width: 600px;
  padding: 10px; }

li.alt {
  background: #eaf3f9; }

#upcoming-content li.header {
  color: #ccc;
  font-weight: bold;
  padding: 10px 10px 0; }

#upcoming-content li.header .date {
  color: #ccc; }

#upcoming-content .date {
  width: 40px;
  padding-right: 10px;
  margin: 0px;
  float: left;
  font-weight: bold;
  color: #f26649; }

#upcoming-content .title {
  font-weight: bold;
  float: left;
  width: 310px;
  padding-right: 10px; }

#upcoming-content .title a {
  color: #363636; }

#upcoming-content .category {
  float: left;
  width: 120px;
  padding-right: 10px;
  text-align: center; }

#upcoming-content .length {
  width: 98px;
  float: left;
  padding-right: 0px;
  text-align: right; }

.nearby-module {
  position: relative;
  z-index: 0;
  padding: 0; }
  .nearby-module .none {
    text-align: center;
    display: block;
    margin-top: 10px; }

.nearby-dropdowns {
  position: absolute;
  right: 0;
  top: -31px; }

.nearby-dropdowns .dropdown-replace {
  width: 100px;
  margin-left: 3px;
  margin-top: -3px;
  float: left; }

.nearby-dropdowns label {
  color: #777;
  float: left;
  font-size: 12px;
  font-weight: bold;
  line-height: 26px;
  margin-left: 12px; }

.nearby-dropdowns .dropdown-replace ul li {
  width: 78px; }

.nearby-wrapper {
  border: 1px solid #dde7ed;
  border-top: 0px none;
  padding-bottom: 0px;
  min-height: 50px; }

#nearby-members .loading {
  background: url(images/discover-filter-loading.gif) center center no-repeat; }

#nearby-members h3 {
  margin-bottom: 15px;
  float: left;
  padding-right: 40px; }
  #nearby-members h3 .dropdown-replace {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    background: none; }
    #nearby-members h3 .dropdown-replace span {
      position: relative;
      top: 0;
      border: 0 none;
      border-bottom: 3px solid #89b8d7;
      padding: 0 0 0 20px;
      font-size: 1em;
      color: #f26649; }
      #nearby-members h3 .dropdown-replace span:after {
        content: '\e846';
        position: absolute;
        top: 0px;
        right: -25px;
        bottom: auto;
        left: auto;
        font-size: 0.8em; }
    #nearby-members h3 .dropdown-replace ul {
      width: 100%; }
  #nearby-members h3 em {
    font-style: normal;
    color: #f26649;
    border-bottom: 3px solid #89b8d7; }
  #nearby-members h3 .addresses-wrap {
    font-size: 1em;
    position: static; }

#nearby-members .gmap-links {
  padding-top: 2px;
  font-weight: bold;
  float: right; }
  #nearby-members .gmap-links li {
    display: none; }
    #nearby-members .gmap-links li.current {
      display: block; }

.column23 .nearby-wrapper .table-list {
  margin-top: 10px; }

.nearby-tab {
  clear: both;
  border-bottom: 1px solid #dde7ed;
  height: 30px; }

.nearby-tab li {
  float: left;
  margin-right: 10px;
  padding: 2px 10px;
  position: relative;
  z-index: 10;
  border: 1px solid #fff;
  border-bottom: 1px solid #dde7ed; }

.nearby-tab li.on {
  border: 1px solid #dde7ed;
  border-bottom: 1px solid #fff; }

.nearby-tab a {
  color: #666666;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
  text-decoration: none; }

.nearby-tab li.on a {
  color: #3E3E3E; }

.nearby-tab a:hover {
  color: #0069aa; }

.collapse-bar {
  width: 940px;
  height: 27px;
  display: block;
  background: url(images/sprite.png) 0 -544px repeat-x #ffffff;
  margin-bottom: 10px; }

.collapse-bar a {
  float: left;
  width: 148px;
  height: 27px;
  display: block;
  text-indent: -9999px;
  background: 0 0 no-repeat; }

.collapse-bar a.collapse {
  background-image: url(images/collapse-btn.gif); }

.collapse-bar a.expand {
  background-image: url(images/expand-btn.gif); }

.column13 h4 a {
  color: #0069AA; }

.column13 h4 a:hover {
  text-decoration: none; }

.collapse-bar:hover a {
  background-position: 0 -27px; }

.collapse-content {
  overflow: hidden; }

.collapse-content .fb-like-box {
  height: 290px;
  width: 290px;
  background: url(images/sprite.png) repeat scroll -1395px -520px transparent;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
  margin-left: 5px; }

.collapse-content .fb-like-box iframe {
  background: none repeat scroll 0 0 #FFFFFF;
  display: block; }

.module-collapsable .hover a {
  background-position: 0 -27px; }

.twitter li, .blog-feed li {
  line-height: 18px; }

.blog-feed li {
  position: relative; }

.blog-feed a {
  font-weight: bold;
  color: #363636;
  display: block;
  padding: 10px;
  text-decoration: none; }

.blog-feed a:hover {
  color: #222; }

.blog-more {
  padding: 10px;
  float: right;
  font-size: 12px; }

.blog-more:hover {
  text-decoration: none; }

.packageslist a {
  display: block;
  width: 120px;
  height: 20px;
  float: left;
  background-position: 0 0;
  text-indent: -9999px;
  margin-bottom: 3px;
  background-repeat: no-repeat; }

.packageslist a:hover {
  background-position: 0 -20px; }

.packageslist a.stay-investigate {
  background-image: url(images/stay-investigate_btn.jpg); }

.packageslist a.stay-game {
  background-image: url(images/stay-game_btn.jpg); }

.packageslist a.stay-play {
  background-image: url(images/stay-play_btn.jpg); }

.packageslist a.stay-scream {
  background-image: url(images/stay-scream_btn.jpg); }

.packageslist a.stay-ski {
  background-image: url(images/stay-ski_btn.jpg); }

.packageslist a.stay-create {
  background-image: url(images/stay-create_btn.jpg); }

#image-headline {
  color: #fff;
  width: 940px;
  height: 190px;
  position: relative;
  padding-bottom: 6px;
  background: url(images/sprite.png) -920px bottom no-repeat;
  margin: 0 auto;
  overflow: hidden; }

#image-headline img {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1; }

#image-headline .headline-container {
  width: 152px;
  height: 170px;
  padding: 10px;
  background: #f26649;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  text-align: center; }

#image-headline.christkindlmarkt .headline-container {
  width: 222px; }

#image-headline .headline-container .headline {
  border-top: 3px solid #f47d64;
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 160px;
  padding: 0 20px;
  text-shadow: 0 2px 1px #bd5039; }

#image-headline .headline-container .headline a {
  color: #fff;
  font-weight: normal;
  border-bottom: 2px solid #f26649;
  text-transform: lowercase; }

#image-headline .headline-container .headline a:hover {
  border-color: #F58A74;
  text-decoration: none; }

#image-headline .headline-container .headline a.depth1 {
  font-weight: bold;
  text-transform: none; }

#image-headline .headline-container .headline a.depth3 {
  font-size: 20px; }

#image-headline .headline-container .headline a.depth4 {
  font-size: 18px; }

#image-headline .headline-container .headline a.depth5 {
  font-size: 16px; }

#image-headline.play .headline-container {
  background-color: #f26649; }

#image-headline.play .headline-container .headline {
  border-color: #f47d64;
  text-shadow: 0 2px 1px #bd5039; }

#image-headline.play .headline-container .headline a {
  border-color: #f26649; }

#image-headline.play .headline-container .headline a:hover {
  border-color: #f47d64; }

#image-headline.stay .headline-container {
  background-color: #0069aa; }

#image-headline.stay .headline-container .headline {
  border-color: #267fb7;
  text-shadow: 0 2px 1px #005285; }

#image-headline.stay .headline-container .headline a {
  border-color: #0069aa; }

#image-headline.stay .headline-container .headline a:hover {
  border-color: #267fb7; }

#image-headline.eat .headline-container {
  background-color: #cacc50; }

#image-headline.eat .headline-container .headline {
  border-color: #d2d46a;
  text-shadow: 0 2px 1px #9e9f3e; }

#image-headline.eat .headline-container .headline a {
  border-color: #cacc50; }

#image-headline.eat .headline-container .headline a:hover {
  border-color: #d2d46a; }

#image-headline.save .headline-container {
  background-color: #89B8D7; }

#image-headline.save .headline-container .headline {
  border-color: #adcfe5;
  text-shadow: 0 2px 1px #58768a; }

#image-headline.save .headline-container .headline a {
  border-color: #89B8D7; }

#image-headline.save .headline-container .headline a:hover {
  border-color: #adcfe5; }

#image-headline.discover .headline-container {
  background-color: #F58C77; }

#image-headline.discover .headline-container .headline {
  border-color: #f4b0a3;
  text-shadow: 0 2px 1px #a86152; }

#image-headline.discover .headline-container .headline a {
  border-color: #F58C77; }

#image-headline.discover .headline-container .headline a:hover {
  border-color: #f4b0a3; }

.breadcrumb {
  color: #87b8d9;
  font-size: 11px;
  line-height: 20px;
  padding: 10px 0 10px 0;
  text-align: left;
  border-bottom: 1px solid #ddd;
  width: 940px;
  margin: 0 auto 5px auto; }

#member-page {
  position: relative; }

#content-container h6.location, #search-posts h6.location {
  font-size: 13px;
  color: #89B8D7;
  font-weight: normal;
  position: relative;
  top: -6px;
  padding: 0; }

#search-posts h6.location {
  margin-bottom: 10px; }

#member-tools {
  border-bottom: 1px solid #ecf5fe;
  border-top: 1px solid #ecf5fe;
  padding: 5px 0;
  text-align: left;
  width: 100%;
  height: 25px;
  margin-bottom: 15px; }

#member-page li {
  padding-left: 14px;
  background: url(images/bullet.gif) 2px 9px no-repeat; }

#content-container {
  position: relative; }

#content-container h1 {
  color: #f26649;
  font-size: 27px;
  margin-bottom: 5px;
  position: relative;
  line-height: 32px;
  clear: both; }

#content-container h2 {
  color: #f26649;
  font-size: 22px;
  margin-bottom: 5px;
  position: relative;
  line-height: 32px;
  clear: both;
  margin-top: 5px;
  font-weight: normal; }

h3 {
  font-size: 20px;
  margin-bottom: 5px;
  position: relative;
  line-height: 26px;
  clear: both; }

#content-container h3 {
  color: #0069AA;
  font-size: 20px;
  margin-bottom: 5px;
  position: relative;
  line-height: 26px;
  clear: both;
  font-weight: normal; }

#content-container h4 {
  color: #0069AA;
  font-size: 18px;
  margin-bottom: 10px;
  position: relative;
  line-height: 26px;
  clear: both;
  font-weight: normal; }

#content-container h5 {
  color: #888888;
  font-size: 14px;
  position: relative;
  line-height: 17px;
  clear: both;
  margin-bottom: 5px;
  font-weight: normal; }

#content-container h6 {
  color: #888888;
  font-size: 12px;
  position: relative;
  line-height: 14px;
  clear: both;
  margin-bottom: 5px;
  font-weight: normal; }

#content-container ul {
  margin-bottom: 20px; }

#content-container ul ul {
  margin-bottom: 0; }

#content-container ul li {
  margin-left: 20px;
  list-style: disc; }

#content-container ol {
  margin-bottom: 20px; }

#content-container ol li {
  margin-left: 20px;
  list-style-type: decimal; }

#content-container p {
  margin-bottom: 0px; }

/*
#content-container .alignleft {
   margin:0;
}
*/
#content-container .lastimage {
  margin-bottom: 10px;
  float: right; }

#content-container .updated {
  float: left;
  margin-right: 10px;
  margin-bottom: 0px; }

#content-container .alignright {
  margin-left: 20px;
  margin-bottom: 30px; }

.section.first-section {
  border-top: 0px none;
  padding-top: 0;
  margin-top: -10px; }

.section {
  border-top: 1px solid #ECF5FE;
  padding-top: 20px;
  padding-bottom: 10px; }

blockquote {
  margin: 10px 0;
  font-size: 18px;
  line-height: 1.2;
  padding: 16px 30px;
  background: #f58e79;
  border-bottom: 4px solid #f26649;
  color: #fff;
  text-shadow: 0 1px 1px #f26649;
  position: relative;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  blockquote:before, blockquote:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 4px;
    width: 48%;
    top: 80%;
    background: rgba(0, 0, 0, 0.7);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.7); }
  blockquote:before {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
    left: 5px; }
  blockquote:after {
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    transform: rotate(2deg);
    right: 5px; }

blockquote.b {
  background: url(images/blockquote_b.jpg) bottom center no-repeat #0069aa;
  text-shadow: 0 2px 1px #003150; }

blockquote.g {
  background: url(images/blockquote_g.jpg) no-repeat scroll center bottom #CACC50;
  color: #003150;
  text-shadow: 0 2px 1px #E6E7AF; }

blockquote a {
  color: #fff;
  border-bottom: 1px dotted #fff;
  font-weight: bold;
  text-decoration: none; }

blockquote a:hover {
  color: #fac2b6;
  border-bottom: 1px dotted #fac2b6;
  text-decoration: none; }

blockquote.g a {
  color: #003150;
  border-bottom: 1px dotted #003150;
  font-weight: bold;
  text-decoration: none; }

blockquote.g a:hover {
  color: #0069AA;
  border-bottom: 1px dotted #0069AA;
  text-decoration: none; }

#member-headline-wrap {
  width: 620px; }

#member-headline {
  color: #F26649;
  padding: 0;
  z-index: 2; }

#member-headline h2 {
  font-size: 25px;
  font-weight: normal;
  margin: 0;
  padding: 0; }

.member-content .breadcrumb {
  width: auto;
  border: 0px none;
  padding-top: 5px; }

.member-content #member-tools-wrapper {
  position: relative;
  margin-bottom: 20px; }

.member-content #content-container h6.location {
  position: absolute;
  top: 0;
  right: 5px;
  line-height: 37px; }

#google-map, h4.in-post {
  border-top: 3px solid #D9DC5E;
  padding-top: 20px; }

.gm-map {
  width: 698px;
  height: 700px;
  background: url(images/shadow_global-map.jpg) 0 bottom no-repeat;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 20px; }

#single-map-container .gm-map {
  width: 618px;
  height: 350px;
  margin: 0px;
  padding-top: 0px;
  border: 0px none;
  background: url(images/sprite.png) -300px bottom no-repeat; }

.gm-map iframe {
  border: 1px solid #e0e0e0;
  margin: 0px;
  padding: 0px; }

#geo-mashup-legend li li {
  display: block;
  height: 26px;
  border-bottom: 1px solid #eee;
  background-position: 0 -32px !important;
  background-repeat: no-repeat !important; }

#geo-mashup-legend li a {
  display: block;
  width: auto;
  line-height: 26px;
  height: 26px;
  font-weight: bold;
  color: #ddd;
  text-decoration: none;
  font-size: 1.2em; }

#geo-mashup-legend li.selected a {
  color: #888; }

#geo-mashup-legend li#select-all {
  background-image: url(images/control_select-all.png);
  background-position: 0 -2px; }

#geo-mashup-legend li#deselect-all {
  background-image: url(images/control_deselect-all.png);
  background-position: 0 -2px; }

#geo-mashup-legend li li a, #geo-mashup-legend li.selected li a {
  color: #ccc;
  font-weight: bold;
  background: url(images/barbershop.gif);
  font-size: inherit;
  padding-left: 35px; }

#geo-mashup-legend li li.selected a, #geo-mashup-legend li.selected li.selected a {
  color: #333;
  text-decoration: none;
  background: none;
  padding-left: 35px; }

#geo-mashup-legend li li.selected a:hover, #geo-mashup-legend li.selected li.selected a:hover {
  color: #F58C77; }

#geo-mashup-legend li li a span, #geo-mashup-legend li.selected li a span, #geo-mashup-legend li li.selected a span, #geo-mashup-legend li.selected li.selected a span {
  color: #ccc;
  font-weight: normal; }

#geo-mashup-legend li li.selected, #geo-mashup-legend li.selected li.selected {
  background-position: 0 -2px !important;
  background-repeat: no-repeat !important; }

.search-container {
  width: 302px;
  float: left;
  margin-right: 16px;
  padding-bottom: 6px;
  margin-bottom: 10px; }

.search-row {
  width: 960px; }

.search-row .hover {
  cursor: pointer; }

.search-row .hover .search-box {
  background: #f6fafd; }

.search-container .thumbnail {
  width: 300px;
  height: 200px;
  overflow: hidden;
  display: block;
  border: 1px solid #eee;
  border-bottom: 0px none; }

.search-container img {
  border: 0px none !important; }

.module .search-box {
  border: 1px solid #d6e7fb;
  padding: 20px 15px 20px 15px; }
  .module .search-box h4 {
    line-height: 1em;
    margin-bottom: 0; }

.search-container .excerpt p {
  padding: 0; }

.search-container h4 {
  margin: 0; }
  .search-container h4 a {
    font-size: 1.1em;
    line-height: 1.2em;
    color: #0069aa;
    text-decoration: none; }

#search-pages {
  border-top: 3px solid #D9DC5E;
  padding-top: 20px; }

#search-pages.noborder {
  border: 0px none;
  padding: 0; }

.search-results-nav {
  text-align: right;
  padding-right: 20px; }

#search-posts #wp_page_numbers {
  width: 940px; }

#search-posts, #search-pages {
  position: relative;
  overflow: hidden; }

.search-results-nav {
  position: absolute;
  right: 0px;
  top: 5px; }

#search-pages .search-results-nav {
  top: 25px; }

#search-pages.noborder .search-results-nav {
  top: 5px; }

#search-pages h2 {
  margin: 0; }

#search-pages h6.location {
  top: -12px; }

#search-posts h4 span {
  font-size: inherit;
  position: relative;
  right: 0;
  text-align: left;
  top: 0;
  width: auto; }

#eventtypes-legend ul li {
  clear: both;
  border-bottom: 1px solid #EEE; }

#eventtypes-legend ul li a {
  color: #333;
  font-weight: bold; }

#eventtypes-legend ul li .type_name {
  float: left;
  line-height: 25px; }

#eventtypes-legend ul li .type_dot {
  float: left;
  display: block;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  text-align: left;
  background: url(images/events-cat_bg.png) 0 0 no-repeat #000;
  margin-right: 8px;
  margin-top: 4px; }

#event-details-container {
  padding-bottom: 6px;
  background: url(images/sprite.png) -300px bottom no-repeat; }

#event-details {
  border: 1px solid #dde7ed;
  padding: 12px 15px;
  background: #f6fbfe; }

#content-container #event-times ul {
  margin: 0px; }

#content-container #event-type, #event-location, #event-website, #event-member, #event-amenities {
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 10px;
  padding-bottom: 5px;
  position: relative; }

#event-location {
  padding-right: 20px; }

#event-type span, #event-location span, #event-website span, #event-member span, #event-times h5, #event-amenities span {
  color: #0069AA;
  padding-right: 10px; }

#content-container #event-type li {
  float: left;
  padding: 0;
  margin: 0;
  margin-right: 10px;
  list-style: none; }

#content-container #event-type li.clear {
  float: none;
  clear: both; }

#event-location a {
  display: block;
  position: absolute;
  right: 0;
  width: 20px;
  height: 26px;
  top: -2px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(images/sprite.png) -2374px -1180px no-repeat; }

#event-location a:hover {
  background-position: -2374px -1206px; }

#event-type a.eventtype-bullet {
  float: left;
  margin-top: 3px;
  margin-right: 2px;
  text-decoration: none; }

#event-type a.eventtype-bullet span {
  display: block;
  height: 15px;
  padding: 0;
  position: relative;
  width: 15px;
  background: url(images/eventtypes-inline-dot.png) 0 0 no-repeat; }

.press-release-excerpt {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px; }

.press-release-date {
  color: #bbb;
  font-weight: bold; }

#content-container .press-release-excerpt .section {
  padding: 0; }

.more-link {
  display: block;
  text-align: right; }

.page-template-events_calendar-php .column33 {
  padding-top: 0; }

#event-tabs-container > img {
  display: none; }

#event-modules {
  float: left;
  position: relative; }

.column33 #discover-nav {
  width: 940px; }

.column33 #discover-dropdowns-container {
  width: 622px; }

#event-modules #event-calendar-legend {
  top: -28px; }

#all-events-btn {
  border-left: 1px solid #257EB6;
  color: #5E9DC2;
  display: block;
  float: left;
  height: 100%;
  line-height: 50px;
  padding-left: 10px;
  text-decoration: none; }

#all-events-btn:hover {
  color: #CACC50; }

#all-events-btn span {
  display: block;
  height: 100%;
  padding-left: 25px;
  background: url(images/sprite.png) -497px -147px no-repeat; }

#all-events-btn .hide {
  background-position: -497px -100px; }

#month-list-container {
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
  height: 100%;
  left: -1px;
  overflow-y: auto;
  position: absolute;
  top: 47px;
  width: 901px;
  z-index: 99;
  padding: 10px 20px 16px;
  display: none;
  border: 1px solid #ccc;
  border-top: 0 none; }

#month-list-container .month-list {
  width: 100%;
  margin-bottom: 20px; }

#month-list-container h2 {
  color: #0069AA;
  font-size: 22px;
  line-height: 45px;
  position: relative;
  border-bottom: 1px solid #eee; }

#month-list-container h3 {
  color: #F26649;
  font-size: 20px;
  line-height: 35px;
  margin-top: 5px;
  position: relative; }

#month-list-container h5 {
  color: #0069AA;
  font-size: 15px;
  line-height: 25px;
  padding-top: 10px;
  border-bottom: 1px solid #eee; }

#month-list-container li {
  font-weight: bold;
  line-height: 15px;
  padding: 8px 10px; }

#month-list-container li a {
  color: #252525; }

#month-list-container li a:hover {
  color: #F26649; }

#month-list-container li span {
  font-weight: normal;
  font-style: italic;
  color: #666;
  font-size: 0.9em;
  margin-left: 10px; }

#main-content .sitemap-nav {
  float: left;
  padding: 0;
  margin: 0 0 30px 20px;
  width: 172px; }
  #main-content .sitemap-nav.sitemap-nav-first {
    margin-left: 0;
    clear: both; }
  #main-content .sitemap-nav li a {
    min-height: 16px;
    height: auto; }
  #main-content .sitemap-nav .menu-item.blank {
    display: none; }

.sitemap-nav h4 a {
  color: #0069AA; }

#footer-credits {
  border-top: 1px solid #EEEEEE;
  clear: both;
  color: #BBBBBB;
  display: block;
  font-size: 12px;
  padding-top: 15px;
  text-align: center;
  margin: 0 -10px; }

#footer-credits img {
  margin-left: 2px;
  position: relative;
  top: 2px; }

#footer-credits a:hover {
  text-decoration: none; }

.gfield_checkbox {
  line-height: 18px; }

.gfield_checkbox li {
  margin-bottom: 10px; }

.gform_wrapper {
  clear: both; }

.gform_wrapper .address_line2 label,
.gform_wrapper .address_city label,
.gform_wrapper .address_state label,
.gform_wrapper .address_zip label,
.gform_wrapper .address_country label {
  display: none; }

#gform_wrapper_3.gform_wrapper .address_line2 label,
#gform_wrapper_3.gform_wrapper .address_city label,
#gform_wrapper_3.gform_wrapper .address_state label,
#gform_wrapper_3.gform_wrapper .address_zip label,
#gform_wrapper_3.gform_wrapper .address_country label,
#gform_wrapper_36.gform_wrapper .address_line2 label,
#gform_wrapper_36.gform_wrapper .address_city label,
#gform_wrapper_36.gform_wrapper .address_state label,
#gform_wrapper_36.gform_wrapper .address_zip label,
#gform_wrapper_36.gform_wrapper .address_country label {
  display: block; }

.gform_wrapper .first_name, .gform_wrapper .address_city input, .gform_wrapper .address_zip input {
  width: 284px; }

.gform_wrapper .first_name, .gform_wrapper .last_name, .gform_wrapper .address_city, .gform_wrapper .address_state, .gform_wrapper .address_zip, .gform_wrapper .address_country {
  width: 284px;
  float: left;
  clear: none; }

.gform_wrapper .first_name, .gform_wrapper .address_city, .gform_wrapper .address_zip {
  margin-right: 30px; }

#directions-link {
  float: left;
  padding-top: 20px; }

#directions-link a {
  background: url(images/get-directions-icon.png) 10px 8px no-repeat #0069AA;
  color: #FFFFFF;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 12px 3px 34px;
  text-decoration: none;
  text-transform: uppercase; }

#directions-link a:hover {
  background-color: #CACC50;
  color: #FFFFFF;
  text-decoration: none; }

/*SOCIABLE*/
.column13 .sociable {
  display: none; }

#content-container .sociable {
  position: absolute;
  top: 15px;
  right: 0px;
  width: auto;
  color: #ccc; }

#content-container .sociable ul {
  list-style: none;
  float: left; }

#content-container .sociable ul li {
  margin-left: 0px;
  margin-right: 5px;
  padding: 0px;
  float: left;
  list-style: none; }

#content-container .sociable_tagline {
  float: left;
  margin-right: 10px; }

.sociablefirst {
  margin: 0px;
  padding: 0px; }

.sociable ul li.sociablelast {
  margin: 0px;
  padding: 0px; }

.disclaimer {
  margin: 10px 0; }

.disclaimer p {
  font-size: 0.9em;
  font-style: italic;
  color: #999;
  line-height: 16px; }

#calendar-popup {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  background: url(images/sprite.png) 640px -523px no-repeat;
  padding-top: 10px;
  width: 572px;
  display: none; }

#calendar-popup .calendar-popup-container {
  background: #eaf3f9;
  border: 1px solid #d5e8fb;
  width: 550px;
  border-top: 0 none;
  padding: 10px;
  padding-bottom: 6px;
  font-size: 11px;
  line-height: 13px;
  color: #aaa; }

#calendar-popup .calendar-popup-container ul {
  padding-left: 0;
  list-style: none;
  float: left; }

#calendar-popup .calendar-popup-container ul.left {
  float: left;
  width: 171px; }

#calendar-popup .calendar-popup-container ul.middle {
  float: left;
  width: 171px;
  margin-left: 18px; }

#calendar-popup .calendar-popup-container ul.right {
  float: right;
  width: 171px; }

#calendar-popup .calendar-popup-container ul li + li a {
  border-top: 1px solid #d5e8fb; }

#calendar-popup .loading {
  height: 20px;
  background: #eaf3f9 url(images/calendar-popup-loading.gif) center center no-repeat; }

#calendar-popup a {
  color: #444;
  display: block;
  padding: 4px 8px; }

#calendar-popup a:hover {
  color: #222;
  background-color: #d5e8fb;
  text-decoration: none; }

.featured-events .featured-event-wide .event-info {
  width: auto; }

#navigation li a span.expand-menu {
  background: url(images/expand-play.gif) no-repeat scroll 0 0 transparent;
  bottom: 6px;
  display: block;
  height: 10px;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-indent: -999px;
  width: 20px;
  z-index: 1002; }

#navigation li.blue a span.expand-menu {
  background-image: url(images/expand-stay.gif); }

#navigation li.green a span.expand-menu {
  background-image: url(images/expand-eat.gif); }

#navigation li.ltgray a span.expand-menu {
  background-image: url(images/expand-save.gif); }

#navigation li.dkgray a span.expand-menu {
  background-image: url(images/expand-discover.gif); }

.mpr {
  border: 1px solid #eee;
  border-width: 1px 0;
  overflow: hidden; }

.mpr a {
  display: block;
  float: left;
  padding: 0 7px;
  border-left: 1px solid #ddd;
  line-height: 14px;
  margin: 5px 0; }

.mpr a.first {
  border: 0;
  padding-left: 0; }

#ticker-container {
  min-height: 30px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 940px;
  display: none; }

#ticker-text {
  position: relative;
  display: block;
  left: 0;
  top: 0;
  white-space: nowrap;
  color: #fff; }

#ticker-text.banner {
  text-align: left;
  padding-bottom: 6px; }

#ticker-text.banner img {
  display: block; }

#ticker-text.banner a {
  color: #fff; }

#ticker-text a {
  color: #CACC50; }

.close-ticker {
  position: absolute;
  right: 0;
  bottom: 6px; }

.page-id-2497 #content-container {
  padding: 10px 0 0; }

.archive-nav {
  border-top: 3px solid #ddd;
  border-bottom: 3px solid #ddd;
  padding: 5px 0;
  overflow: hidden; }

.archive-nav ~ .archive-nav {
  border-bottom: 0; }

.archive-nav a {
  color: #ccc; }

.archive-nav a:hover {
  color: #9b9b9b; }

#content-container .archive-nav .alignleft, #content-container .archive-nav .alignright {
  margin: 0; }

.archive-nav .alignleft {
  background: url(images/pagenumbers_prev-btn.gif) left -2px no-repeat;
  padding-left: 30px; }

.archive-nav .alignleft:hover {
  background-position: left -30px; }

.archive-nav .alignright {
  background: url(images/pagenumbers_next-btn.gif) right -2px no-repeat;
  padding-right: 30px; }

.archive-nav .alignright:hover {
  background-position: right -30px; }

.page-id-62 #content-container {
  padding-top: 10px; }

.page-id-62 .gform_heading {
  margin-top: 0; }

#content-container .nl-archive {
  position: relative;
  padding-top: 20px; }

#content-container .nl-archive li {
  list-style: none;
  margin-left: 0;
  padding: 10px;
  line-height: 17px; }

#content-container .nl-archive li a {
  color: #363636;
  font-weight: bold; }

#content-container .nl-archive li a:hover {
  text-decoration: none;
  color: #0069AA; }

#content-container .nl-archive li a span {
  color: #666666;
  font-weight: normal;
  float: right;
  margin-left: 10px; }

#content-container .nl-archive p {
  padding: 0; }

#content-container .nl-archive p a {
  color: #666;
  font-size: .9em;
  font-weight: normal; }

#content-container .nl-archive p a:hover {
  color: #F26649; }

#content-container .nl-archive li:nth-child(odd), #content-container .nl-archive li.odd {
  background: #EAF3F9; }

.view-nl {
  position: absolute;
  right: 0;
  top: 22px; }

.bodmembers {
  margin-top: 12px; }

#content-container .bodmembers li {
  list-style: none;
  margin: 0;
  padding: 5px 10px; }

.bodmembers li:nth-child(odd), .bodmembers li.odd {
  background: #EAF3F9; }

.bodmembers .visitor-address, .bodmembers .visitor-hours {
  float: left;
  width: 47%; }

.bodmembers .visitor-address {
  margin-right: 6%; }

/* HOTEL REPORTING FORM */
#gform_15 {
  width: 940px; }

#gform_15 .gform_body {
  width: 940px; }

#content-container #gform_15 #gform_fields_15 {
  width: 940px;
  overflow: hidden; }

#gform_15 .gform_footer {
  margin-top: 20px;
  float: left; }

#gform_15 .gfield {
  width: 940px; }

#gform_15 .gform_body .room-nights {
  clear: right;
  float: left;
  width: 312px;
  margin: 10px 0;
  min-height: 60px; }

.gfield_checkbox .gchoice_277_1 {
  width: auto; }

#gform_15 .gform_body .room-nights .small {
  width: 30px; }

#gform_15 .gform_body .room-nights .ginput_container {
  float: left; }

#gform_15 .gform_body .room-nights label {
  float: right;
  line-height: 20px;
  padding: 0;
  width: 252px; }

#gform_15 .gform_body .room-nights .gfield_description {
  float: right;
  clear: none;
  padding: 0;
  width: 252px; }

.gfield_set {
  width: 920px;
  position: relative;
  padding-left: 40px;
  overflow: hidden;
  float: left; }

.gfield_set_alt {
  background: #fafafa; }

.gfield_set .gfield {
  width: 290px;
  padding-left: 20px;
  margin-top: 5px;
  position: relative; }

.gfield_set .gfield_label {
  font-size: 13px;
  color: #888;
  line-height: 15px;
  padding: 0; }

.gfield_set .set_number {
  color: #eee;
  font-size: 40px;
  height: 230px;
  left: 0;
  line-height: 230px;
  position: absolute;
  text-align: center;
  text-shadow: 0 1px 1px #fff;
  width: 60px; }

#gform_15 .gform_body .nameof, #gform_15 .gform_body .typeof, #gform_15 .gform_body .city, #gform_15 .gform_body .state {
  clear: none;
  float: left;
  margin-right: 20px;
  width: 410px; }

#gform_15 .gform_body .nameof, #gform_15 .gform_body .typeof {
  margin-top: 20px; }

#content-container #gform_15 .inputleft, #content-container #gform_15 .inputright {
  float: left;
  width: 460px;
  clear: none; }

#content-container #gform_15 .inputleft select, #content-container #gform_15 .inputright select {
  width: 460px; }

#content-container .gform_wrapper .inputright {
  margin-left: 20px; }

#gform_15 .reminderfield, .reminderfield {
  background: none repeat scroll 0 0 #EAF3F9;
  border: 1px solid #CCCCCC;
  clear: both;
  font-style: italic;
  line-height: 18px;
  margin: 0 0 10px;
  padding: 10px 15px;
  width: 908px; }

#gform_15 .gform_body .datein, #gform_15 .gform_body .dateout, #gform_15 .gform_body .nights, #gform_15 .gform_body .rate {
  /* border-bottom: 1px dotted #ddd; */
  clear: none;
  float: left;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  width: 185px; }

#gform_15 .gform_body .datein {
  margin-left: 20px;
  padding-left: 0; }

#gform_15 .gform_body .gfield_set .gfield_description {
  position: absolute;
  right: -18px;
  top: 0;
  padding: 0; }

a.pin-btn {
  position: absolute;
  bottom: 8px;
  right: 8px;
  z-index: 2;
  background: #ce3935 url(images/sprite.png) -998px -19px no-repeat;
  width: 27px;
  height: 27px;
  line-height: 27px;
  overflow: hidden;
  text-indent: 37px;
  border: 0 none;
  white-space: nowrap;
  transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  color: #fff;
  font-size: 14px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  font-family: "proxima-nova",sans-serif;
  text-decoration: none; }

a.pin-btn:hover {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  width: 80px; }

.city-feeds {
  position: relative;
  clear: both; }

.city-feeds h4 {
  font-size: 18px;
  border-bottom: 3px solid;
  padding-top: 10px; }

.city-feeds .view-more {
  margin-top: 5px;
  float: left; }

.city-feeds .feed {
  border-bottom: 1px solid #D6E7FB;
  margin-bottom: 20px;
  padding-bottom: 5px;
  overflow: hidden;
  position: relative; }

.city-feeds .feed {
  display: none; }

.city-feeds .feed.current {
  display: block; }

#content-container .brochure-list {
  margin: -10px -10px 0 0; }

#content-container .brochure-list li {
  float: left;
  margin: 10px 10px 0 0;
  list-style: none;
  width: 200px;
  height: 200px;
  overflow: hidden; }

#content-container .brochure-list img {
  display: block;
  max-width: 100%;
  height: auto; }

.section.celeb-nav {
  border: 0 none;
  padding-top: 0; }

.celeb-nav ul {
  margin-bottom: 0 !important; }

.celeb-header {
  overflow: hidden;
  padding-bottom: 5px; }

.celeb-header img {
  float: left;
  margin-right: 10px; }

.celeb-header h4 {
  clear: none !important; }

.celeb-header p {
  padding: 0;
  color: #888;
  font-weight: bold; }

.celeb .scroll-to {
  font-size: 12px;
  font-weight: bold; }

#content-container .all-events-list.showall li {
  list-style: none;
  padding: 0;
  margin: 0; }

#content-container .all-events-list.showall li + li {
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid #ECF5FE; }

#content-container .all-events-list.showall h2 {
  margin-bottom: 0; }

#content-container .all-events-list.showall h4 {
  margin-bottom: 5px; }

#content-container .all-events-list.showall h5 {
  margin-bottom: 20px; }

#content-container .all-events-list.showall h4 span {
  position: relative;
  top: 0;
  text-align: left; }

#content-container .all-events-list.showall p .thumbnail {
  float: left;
  margin-top: 6px;
  margin-right: 15px;
  margin-bottom: 12px; }

#content-container .all-events-list.showall p .thumbnail img {
  display: block; }

.free-event {
  position: relative;
  margin-right: 7px;
  font-size: 14px;
  background: #f26649;
  display: inline-block;
  padding: 0 10px;
  line-height: 30px;
  top: -3px;
  color: #fff;
  text-transform: uppercase; }

.video-embed {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 Aspect Ratio */
  padding-top: 25px;
  height: 0;
  margin: 1em 0 2em 0; }

.video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.gform_validation_container {
  display: none !important; }

#content-container .gform_wrapper li {
  list-style: none;
  margin-left: 0; }

#content-container .gform_wrapper ul {
  margin: 0; }

.gfield_label {
  font-size: 16px;
  font-weight: bold;
  padding-top: 5px; }

.gform_body {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #e1e1e1;
  color: #555; }

.gform_heading {
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px solid #e1e1e1; }

.gform_body input[type=text], .gform_body input[type=email], .gform_body input[type=tel], .gform_body textarea, .gform_body select {
  background: none repeat scroll 0 0 #EEEEEE;
  border: 1px solid #CCCCCC;
  font-size: 15px;
  padding: 8px;
  color: #444;
  width: 100%; }

.gform_body input#input_15_1, .gform_body input#input_15_2, .gform_body input#input_15_4, .gform_body input#input_15_306 {
  width: 922px; }

.gform_body select {
  width: 302px; }

.gfield {
  width: 600px;
  clear: both;
  margin-top: 10px;
  float: left; }

.ginput_left {
  float: left;
  width: 285px; }

.ginput_right {
  float: right;
  width: 285px; }

.ginput_complex label, .clear-multi label {
  color: #555555;
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  padding: 0 5px;
  line-height: 25px; }

.gfield_description {
  clear: both;
  color: #AAAAAA;
  font-size: 12px;
  font-style: italic;
  line-height: 16px;
  padding-top: 5px; }

.event_type {
  position: relative; }

.event_type .gfield_description {
  clear: none;
  float: left;
  position: absolute;
  top: 0;
  left: 100px; }

.gfield_checkbox li {
  float: left;
  width: 200px; }

.gfield_checkbox input {
  margin-right: 8px; }

.gform_footer {
  clear: both; }

#content-container .two-col .gfield_checkbox li,
#content-container .two-col .gfield_radio li {
  width: 290px;
  margin-right: 10px;
  float: left; }

#content-container .two-col .gfield_checkbox li:nth-child(odd),
#content-container .two-col .gfield_radio li:nth-child(odd) {
  clear: both; }

.gform_footer input {
  background: none repeat scroll 0 0 #EEEEEE;
  border: 1px solid #BBBBBB;
  color: #666666;
  font-size: 15px;
  margin-top: 10px;
  padding: 5px; }

.gfield_required {
  color: #F26649;
  margin-left: 5px; }

#gforms_confirmation_message {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 90%;
  border: 1px solid #f26649;
  background: #f47d64;
  color: #fff;
  padding: 10px; }

#gforms_confirmation_message a {
  color: #fff;
  text-decoration: underline; }

#input_13_7_4_label {
  display: none; }

#input_13_7 span {
  position: relative;
  display: inline-block;
  height: 55px; }

#input_13_7 span.ginput_full {
  width: 100%; }

#input_13_7 label {
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: 14px;
  text-transform: normal; }

.validation_message {
  color: #F26649; }

.satisfaction .gfield_radio li, .satisfaction .gfield_radio li:first-child {
  float: left;
  width: 150px !important;
  text-align: center;
  margin-left: -1px; }

.satisfaction .gfield_radio {
  padding-bottom: 20px;
  overflow: hidden; }

.satisfaction .gfield_radio li input {
  display: block;
  margin: 10px auto; }

.satisfaction .gfield_radio input:checked + label {
  border-bottom: 3px solid #DF614D; }

.newsletter-checkbox li {
  width: 100%; }

#content-container .gform_wrapper .event_start_date, #content-container .gform_wrapper .event_end_date {
  clear: none;
  float: left;
  width: 375px;
  margin-right: 5px; }

#content-container .gform_wrapper .event_start_date input, #content-container .gform_wrapper .event_end_date input {
  width: 325px;
  margin-right: 10px; }

#content-container .gform_wrapper .event_start_time, #content-container .gform_wrapper .event_end_time {
  float: left;
  clear: right;
  width: 235px; }

#content-container .gform_wrapper .event_start_time .clear-multi div, #content-container .gform_wrapper .event_end_time .clear-multi div {
  float: left; }

#content-container .gform_wrapper .event_start_time .clear-multi div input, #content-container .gform_wrapper .event_end_time .clear-multi div input {
  width: 50px;
  text-align: center; }

#content-container .gform_wrapper .event_start_time .clear-multi div select, #content-container .gform_wrapper .event_end_time .clear-multi div select {
  width: 70px; }

#content-container .gform_wrapper .event_start_time .clear-multi div label, #content-container .gform_wrapper .event_end_time .clear-multi div label {
  display: block;
  text-align: center;
  width: 58px; }

.gfield_time_minute, .gfield_time_ampm {
  margin-left: 5px; }

.survey-form .gfield {
  float: none;
  width: auto; }

.survey-form .gfield_radio.gfield_radio {
  display: table;
  width: 100%;
  table-layout: fixed; }
  .survey-form .gfield_radio.gfield_radio li {
    display: table-cell;
    border: 2px solid #fff;
    background: #eee;
    float: none; }

.survey-form .gfield_checkbox {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between; }
  .survey-form .gfield_checkbox li {
    flex: 0 0 33.3333333333%;
    -webkit-flex: 0 0 33.3333333333%;
    box-sizing: border-box;
    padding: 10px 10px 10px 34px;
    text-indent: -24px;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    border: 2px solid #fff;
    background: #eee;
    margin: 0;
    position: relative; }
    .survey-form .gfield_checkbox li:nth-child(3n+1) {
      clear: left; }
    .survey-form .gfield_checkbox li input {
      width: 24px;
      position: relative;
      margin-left: 0;
      margin-right: 0; }

.survey-form .gform_body input[type=text],
.survey-form .gform_body input[type=email],
.survey-form .gform_body input[type=tel],
.survey-form .gform_body textarea,
.survey-form .gform_body select {
  box-sizing: border-box;
  width: 100%; }

.survey-form .gform_footer .gform_button {
  cursor: pointer;
  background: #0069aa;
  border: 0;
  color: #fff;
  width: 100%;
  height: 42px;
  font-size: 1.2em; }
  .survey-form .gform_footer .gform_button:hover {
    background: #f26649; }

.tools span {
  position: relative;
  display: block;
  float: left;
  margin-right: 4px; }

.tools a {
  color: #3E3E3E;
  display: block;
  font-size: 1em;
  font-weight: bold;
  line-height: 18px;
  padding: 4px 8px 4px 0;
  position: relative;
  text-decoration: none;
  -webkit-transition: color 400ms ease-in-out;
  -moz-transition: color 400ms ease-in-out;
  transition: color 400ms ease-in-out; }

.tools a:before {
  color: #f26649;
  font-size: 1.05em;
  margin-right: 6px;
  -webkit-transition: color 400ms ease-in-out;
  -moz-transition: color 400ms ease-in-out;
  transition: color 400ms ease-in-out; }

.tools span:hover,
.tools a:hover {
  color: #0069aa;
  text-decoration: none; }

.tools a:hover:before,
.tools span:hover a {
  color: #0069aa; }

.tools span:hover ul {
  left: -25px; }

.tools ul {
  position: absolute;
  top: 25px;
  left: -9999px;
  width: 100px;
  z-index: 99;
  padding-top: 5px; }

.tools ul:after {
  content: '.';
  text-indent: -9999px;
  position: absolute;
  bottom: -4px;
  left: 0;
  border: 0px none;
  width: 98px;
  border-top: 1px solid #D6E7FB;
  height: 4px;
  display: block;
  background: url(images/sprite.png) -1242px 0 no-repeat !important; }

.tools ul li {
  margin: 0px;
  padding: 0px !important;
  border-left: 1px solid #D6E7FB;
  border-right: 1px solid #D6E7FB;
  background: #fff !important;
  display: block;
  width: 98px;
  float: left; }

#content-container .tools ul li {
  list-style: none;
  margin: 0; }

.tools ul li.ds {
  display: none; }

.tools ul a,
.tools span:hover ul a {
  display: block;
  font-size: 11px;
  font-weight: normal;
  padding: 2px;
  color: #3e3e3e;
  text-align: center;
  background: #fff; }

.tools ul a:hover,
.tools span:hover ul a:hover {
  background: #f6fbfe;
  color: #3e3e3e; }

table.table-list {
  clear: both;
  margin-top: 10px;
  width: 100%;
  float: left; }

h4 + #discover-list table {
  margin-top: 0; }

#container table.table-list.in-this-post {
  margin-top: 0; }

#container table.table-list.in-this-post th {
  padding-bottom: 5px; }

table.table-list tr {
  line-height: 18px;
  border: 0px none !important; }

table.table-list tr.alt {
  background: #EAF3F9; }

table.table-list tr.alt td {
  border-top: 1px solid #D5E8F9;
  border-bottom: 1px solid #D5E8F9; }

table.table-list tr.hover {
  background: #f7f7f7;
  cursor: pointer; }

table.table-list tr.althover {
  background: #dde8f0;
  cursor: pointer; }

table.table-list th {
  color: #89B8D7;
  font-weight: normal;
  padding: 0 0 0 12px;
  text-align: left;
  vertical-align: middle; }

table.table-list th.r {
  padding: 0 2px 0 0;
  text-align: right; }

table.table-list th.r span {
  margin-right: 4px;
  padding-right: 10px;
  border-right: 1px solid #ECF5FE; }

table.table-list th.r span.last {
  margin-right: 0;
  padding-right: 0;
  border: 0 none; }

#container table.table-list td {
  padding: 12px 0 12px 12px;
  text-align: left;
  vertical-align: middle; }

table.table-list td.r {
  padding: 10px 10px 10px 0;
  text-align: right; }

table.table-list td.r .tools {
  display: block;
  width: 80px;
  float: right; }

#events-list table.table-list td.r .tools {
  width: 45px; }

table.table-list td.c {
  padding: 10px 0;
  text-align: center; }

#container table.table-list td.noposts {
  padding: 10px 0;
  text-align: center; }

table.table-list td.b {
  font-weight: bold;
  color: #F26649; }

table.table-list a {
  font-weight: bold;
  color: #363636;
  text-decoration: none; }

table.table-list tr.althover a, table.table-list tr.hover a, table.table-list a:hover {
  color: #0069AA; }

table.table-list a .distance {
  color: #888;
  font-size: 12px;
  font-style: italic;
  font-weight: normal; }

table.table-list p {
  padding: 0px;
  line-height: 17px; }

table.table-list p.sub {
  color: #666;
  font-size: 0.9em;
  line-height: 1.4em;
  font-weight: normal; }

table.table-list p.sub .addresses-wrap {
  color: #666; }

table.table-list p.sub span {
  color: #f26649; }

#content-container table.table-list ul.coupon,
table.table-list ul.coupon {
  margin-top: 5px;
  margin-bottom: 0; }
  #content-container table.table-list ul.coupon li,
  table.table-list ul.coupon li {
    color: #666;
    font-size: 0.9em;
    line-height: 1.3em;
    font-weight: bold;
    list-style: none;
    margin-left: 0; }
  #content-container table.table-list ul.coupon a,
  table.table-list ul.coupon a {
    color: #666;
    font-size: 1em;
    line-height: 2em;
    font-weight: normal;
    -webkit-transition: color 400ms;
    -moz-transition: color 400ms;
    transition: color 400ms; }
    #content-container table.table-list ul.coupon a:hover,
    table.table-list ul.coupon a:hover {
      color: #f26649; }
    #content-container table.table-list ul.coupon a:before,
    table.table-list ul.coupon a:before {
      color: #f26649;
      margin-right: 10px; }
  #content-container table.table-list ul.coupon .mobile-friendly,
  table.table-list ul.coupon .mobile-friendly {
    font-size: 0.8em;
    font-style: italic;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    color: #89b8d7;
    padding: 0 0.5em 0 0;
    line-height: 2.4em; }
    #content-container table.table-list ul.coupon .mobile-friendly:before,
    table.table-list ul.coupon .mobile-friendly:before {
      font-style: normal;
      font-size: 2em;
      vertical-align: top;
      margin: 0; }

.like-btn {
  float: left; }

table.table-list .tools a {
  font-weight: normal; }

table.table-list .tools a span {
  text-indent: -9999px;
  text-align: left; }

table.table-list .tools .map-btn ul a {
  text-indent: 0px;
  text-align: center;
  width: auto;
  height: auto;
  padding: 2px; }

table.table-list .tools a:before {
  margin: 0; }

table.table-list .tools > span {
  display: block;
  padding: 5px 0 5px; }

table.table-list .tools > span > ul {
  padding-top: 0;
  left: -9999px;
  margin-left: -50px;
  top: 15px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
  filter: alpha(opacity=0);
  zoom: 1;
  -webkit-transition: top 200ms ease-in-out, opacity 200ms ease-in-out, left 0ms linear 200ms;
  -moz-transition: top 200ms ease-in-out, opacity 200ms ease-in-out, left 0ms linear 200ms;
  transition: top 200ms ease-in-out, opacity 200ms ease-in-out, left 0ms linear 200ms; }

table.table-list .tools .map-btn,
table.table-list .tools .more-btn {
  float: left;
  margin: 0;
  padding: 0;
  width: 50%;
  text-align: center;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

table.table-list .tools > span > a {
  font-size: 1.2em;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  z-index: 100;
  display: inline-block;
  text-indent: 1px; }
  table.table-list .tools > span > a:before {
    padding: 5px;
    color: #f26649;
    border-radius: 50%;
    background: transparent;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
  table.table-list .tools > span > a > span {
    display: none; }

table.table-list .tools > span:hover > a:before {
  color: #0069aa;
  background: #D5E8F9; }

table.table-list .tools > span:hover > ul {
  border-top: 1px solid #D5E8F9;
  left: 50%;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
  filter: alpha(opacity=100);
  zoom: 1;
  top: 22px;
  -webkit-transition: top 200ms ease-in-out, opacity 200ms ease-in-out, left 0ms linear;
  -moz-transition: top 200ms ease-in-out, opacity 200ms ease-in-out, left 0ms linear;
  transition: top 200ms ease-in-out, opacity 200ms ease-in-out, left 0ms linear; }

table.table-list .tools .map-btn {
  z-index: 1; }

#alpha-links {
  float: right;
  font-size: 10px;
  margin-top: -31px;
  line-height: 26px;
  position: relative;
  z-index: 10; }

#alpha-links li {
  float: left;
  text-align: center;
  padding: 0 4px; }

#alpha-links li + li {
  border-left: 1px solid #ECF5FE; }

#alpha-links .on a {
  color: #0069aa;
  font-weight: bold; }

#alpha-links.inactive .showall a {
  color: #89B8D7;
  position: relative;
  z-index: -1;
  font-weight: normal; }

#discover-filter,
.discover-filter {
  position: relative;
  top: 0;
  left: 0; }

#discover-nav,
.section #discover-nav {
  border-bottom: 1px solid #D6E7FB;
  height: 30px;
  margin-bottom: 10px;
  width: 620px;
  background: url("images/discover-filter-loading.gif") right -20px no-repeat; }

.section .city-feeds #discover-nav {
  padding-top: 20px;
  margin-bottom: 0; }

#discover-dropdowns-wrapper {
  display: block;
  overflow: visible;
  position: relative;
  top: 0;
  left: 0; }

#discover-dropdowns-container {
  position: relative;
  z-index: 100; }

#discover-dropdowns,
.discover-dropdowns {
  display: block;
  border: 1px solid #ECF5FE;
  padding: 0 0 10px 10px; }

#discover-dropdowns label,
.discover-dropdowns label {
  color: #89B8D7;
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  padding: 0 2px; }

#discover-dropdowns li,
.discover-dropdowns li {
  float: left;
  margin-right: 14px;
  padding-top: 10px;
  position: relative; }

#discover-dropdowns li.clear,
.discover-dropdowns li.clear {
  clear: both;
  float: none;
  margin: 0;
  padding: 0; }

#discover-dropdowns select,
.discover-dropdowns select {
  width: 290px;
  height: 26px; }

#discover-dropdowns-container.dropdown-shortcode #discover-dropdowns {
  list-style: none;
  margin: 0; }
  #discover-dropdowns-container.dropdown-shortcode #discover-dropdowns li {
    list-style: none;
    margin: 0 14px 0 0; }
  #discover-dropdowns-container.dropdown-shortcode #discover-dropdowns .dropdown-replace ul li {
    height: 14px;
    line-height: 14px;
    margin: 0 10px;
    padding: 4px 0; }

.dropdown-replace {
  background: url(images/sprite.png) right -649px no-repeat #fff;
  font-weight: bold;
  height: 28px;
  line-height: 25px;
  width: 290px;
  cursor: pointer;
  position: relative;
  color: #666; }

#content-container .dropdown-replace {
  margin-bottom: 0; }

#content-container .dropdown-replace > li,
.dropdown-replace > li {
  display: block;
  margin: 0;
  width: 100%;
  padding: 0; }

#content-container .dropdown-replace ul > li {
  list-style: none;
  margin-left: 10px; }

#discover-dropdowns .dropdown-replace li,
.discover-dropdowns .dropdown-replace li {
  padding: 0px;
  margin: 0; }

.dropdown-replace li span {
  display: block;
  height: 24px;
  padding: 0 35px 0 8px;
  border: 1px solid #D6E7FB;
  border-top-width: 3px;
  font-weight: normal; }

.dropdown-replace-hover {
  background-position: right -675px;
  color: #333; }

.dropdown-replace ul {
  background: #f6fbfe;
  border: 1px solid #D6E7FB;
  display: block;
  font-weight: normal;
  left: 0;
  overflow: auto;
  position: absolute;
  top: 27px;
  z-index: 100;
  font-size: 11px;
  max-height: 300px; }

.dropdown-replace ul li {
  border-bottom: 1px solid #e4f1fd;
  height: 14px;
  line-height: 14px;
  margin: 0 10px;
  padding: 4px 0;
  width: 268px;
  float: none;
  color: #666; }

#discover-dropdowns .dropdown-replace ul li,
.discover-dropdowns .dropdown-replace ul li {
  margin: 0 10px;
  padding: 4px 0; }

.dropdown-replace ul li:hover {
  color: #f26649; }

.dropdown-replace ul li.grey-out {
  background: #eee;
  color: #ccc;
  cursor: wait; }

.dropdown-multiple {
  bottom: 35px;
  padding-bottom: 5px;
  position: absolute;
  right: 0;
  width: 220px;
  background: url(images/dropdown-multiple-bg.gif) center bottom no-repeat;
  display: none;
  z-index: 40; }

.dropdown-multiple ul {
  display: block;
  width: 100%;
  border: 1px solid #e1e1e1;
  border-bottom: 0 none;
  background: #fff; }

#discover-dropdowns .dropdown-multiple ul li,
.discover-dropdowns .dropdown-multiple ul li {
  float: none;
  display: block;
  margin: 0;
  padding: 0; }

#discover-dropdowns .dropdown-multiple ul li a,
.discover-dropdowns .dropdown-multiple ul li a {
  color: #252525;
  cursor: pointer;
  display: block;
  float: none;
  font-size: 11px;
  height: 20px;
  line-height: 20px;
  margin: 0;
  padding: 0 10px 0 22px;
  overflow: hidden;
  background: url(images/dropdown-multiple-x.gif) 0 0 no-repeat;
  text-decoration: none; }

#discover-dropdowns .dropdown-multiple ul li a:hover,
.discover-dropdowns .dropdown-multiple ul li a:hover {
  background-color: #eee;
  background-position: 0 -20px; }

#discover-nav.loading {
  background-position: right 2px; }

.city-feeds #discover-nav li {
  color: #f26649;
  float: left;
  font-size: 18px;
  margin: 0 10px 0 0;
  height: 30px;
  line-height: 30px;
  list-style: none; }

#discover-nav li.submit-event {
  float: right;
  margin-right: 0; }

#discover-nav li {
  float: left; }

#discover-nav li a {
  border: 1px solid #fff;
  border-bottom: 1px solid #D6E7FB;
  color: #89B8D7;
  display: block;
  font-weight: normal;
  height: 29px;
  padding: 0 10px;
  text-decoration: none; }

#discover-nav li a:hover {
  color: #0069aa; }

#discover-nav li a.on {
  color: #0069aa;
  border: 1px solid #D6E7FB;
  border-bottom: 1px solid #fff; }

#discover-list, #discover-list-featured {
  width: 620px;
  position: relative;
  overflow: visible;
  z-index: 10; }

body.search #discover-list-featured {
  width: 940px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px; }

body.search #discover-list-featured ul.blockitems {
  width: 960px;
  margin-right: -60px; }

#discover-list ul.blockitems, #discover-list-featured ul.blockitems {
  width: 640px;
  margin-top: 10px; }

.page-id-17315 .column33 #discover-list-featured {
  border-bottom: 1px solid #ddd;
  width: 940px; }

.page-id-17315 .column13 {
  overflow: visible; }

.page-id-17315 .column33 #discover-list-featured ul.blockitems {
  width: 960px;
  margin-right: -60px; }

.page-id-17315 #upcoming-events {
  margin-top: 15px; }

.page-id-17315 #discover-dropdowns {
  padding: 10px;
  width: 278px; }

.page-id-17315 .dropdown-replace {
  width: 278px; }

.page-id-17315 .dropdown-replace ul li {
  width: 256px;
  height: auto; }

.page-id-17315 .dropdown-replace li span {
  overflow: hidden; }

#discover-list-featured .featured-listing.module {
  padding-bottom: 0; }

#discover-list-featured .featured-list-item {
  margin-bottom: 0;
  margin-top: 20px; }
  #discover-list-featured .featured-list-item .thumbnail a {
    height: auto; }
  #discover-list-featured .featured-list-item h4 {
    margin: 0; }
  #discover-list-featured .featured-list-item p {
    padding-top: 0; }

.discover-item {
  float: left;
  height: 200px;
  overflow: hidden;
  position: relative;
  width: 300px;
  cursor: pointer;
  margin-right: 20px;
  margin-bottom: 14px;
  padding-bottom: 6px;
  overflow: hidden; }

.discover-item:hover {
  background: url(images/sprite.png) 0 bottom no-repeat; }

.discover-item-inside {
  display: block;
  position: relative;
  height: 200px;
  width: 300px;
  overflow: hidden; }

.discover-image {
  height: 200px;
  left: 0;
  position: absolute;
  top: 0; }

#main-content .discover-image img {
  border: 0px none; }

.discover-item .image-loader {
  background: url(images/image-loader.gif) center center no-repeat; }

.discover-item .tools {
  background: url("images/greenbg_80.png");
  float: right;
  height: 25px;
  padding: 4px;
  position: absolute;
  right: 10px;
  text-align: right;
  top: 0;
  width: auto; }

.discover-info {
  background: url("images/orangebg_80.png") repeat scroll 0 0 transparent;
  bottom: 0;
  color: #FFFFFF;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 20;
  padding-bottom: 28px; }

.discover-item:hover .discover-info {
  display: block; }

.discover-info h6 {
  color: #FFFFFF;
  font-size: 15px;
  line-height: 20px;
  padding: 8px 10px 4px;
  width: 215px;
  font-weight: normal; }

.discover-info p {
  font-size: 12px;
  line-height: 14px;
  padding: 0 10px; }

a.discover-read {
  border-bottom: 3px solid #F26649;
  float: left;
  height: 25px;
  width: 100%;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 30; }

a.discover-read span {
  background: none repeat scroll 0 0 #F26649;
  color: #FFFFFF;
  display: block;
  float: right;
  font-size: 14px;
  font-weight: bold;
  height: 25px;
  line-height: 25px;
  margin-right: 10px;
  padding: 0 10px; }

.discover-item:hover a.discover-read {
  border-color: #F26649; }

.discover-item:hover a.discover-read span {
  background: #F26649; }

.search-excerpt {
  font-weight: bold; }

.search-item {
  height: 202px;
  overflow: hidden;
  position: relative;
  width: 100%;
  cursor: pointer;
  margin-bottom: 15px;
  overflow: hidden;
  border: 1px solid #d6e7fb;
  background: #eaf3fa;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table; }
  .search-item .search-item-inside {
    display: table-row;
    text-decoration: none; }
    .search-item .search-item-inside .search-info {
      display: table-cell;
      vertical-align: middle;
      width: 100%; }
  .search-item .search-image img {
    float: left;
    margin-right: 20px;
    border: 0 !important; }
  .search-item h6 {
    color: #0069aa;
    font-size: 1.5em;
    font-weight: normal;
    margin-bottom: 10px; }
    .search-item h6 .search-excerpt {
      color: #0069aa;
      border-bottom: 1px dotted; }
  .search-item p {
    color: #333; }

.search-item:hover {
  background: #f6fafd; }
  .search-item:hover h6 {
    color: #f26649; }
    .search-item:hover h6 .search-excerpt {
      color: #f26649; }

#content-container .post-type-section article {
  padding: 10px;
  position: relative;
  z-index: 1; }
  #content-container .post-type-section article.alt {
    background: #EAF3F9;
    border-top: 1px solid #cee3f1;
    border-bottom: 1px solid #cee3f1; }
  #content-container .post-type-section article > a {
    display: block;
    text-decoration: none; }
  #content-container .post-type-section article h5 {
    line-height: 16px; }
    #content-container .post-type-section article h5 > a {
      display: block; }
  #content-container .post-type-section article h5,
  #content-container .post-type-section article h5 a {
    clear: none;
    color: #363636;
    font-weight: bold; }
  #content-container .post-type-section article h5 a:hover,
  #content-container .post-type-section article a:hover h5 {
    color: #0069aa;
    text-decoration: underline; }
  #content-container .post-type-section article .post-date {
    line-height: 16px;
    float: right;
    font-size: 12px;
    color: #999;
    display: inline-block;
    padding-left: 10px;
    position: relative; }
  #content-container .post-type-section article em {
    line-height: 16px;
    color: #666; }

#content-container .post-type-section .article-in_the_news h5,
#content-container .post-type-section .article-in_the_news strong,
#content-container .post-type-section .article-in_the_news p {
  margin: 0;
  font-weight: normal; }

#content-container .post-type-section .article-members_pr em {
  font-style: normal; }
  #content-container .post-type-section .article-members_pr em a {
    color: #666; }
    #content-container .post-type-section .article-members_pr em a:hover {
      color: #f26649; }

#content-container.masonry-module .masonry-entry {
  background: #EAF3F9;
  position: relative;
  padding: 0;
  width: 304px;
  margin-bottom: 10px;
  border: 2px solid #D5E8F9;
  -webkit-transition: border 400ms ease-in-out;
  -moz-transition: border 400ms ease-in-out;
  transition: border 400ms ease-in-out; }
  #content-container.masonry-module .masonry-entry:hover {
    border-color: #f26649; }
    #content-container.masonry-module .masonry-entry:hover .thumbnail img {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
      filter: alpha(opacity=100);
      zoom: 1; }
  #content-container.masonry-module .masonry-entry .thumbnail {
    text-align: center; }
    #content-container.masonry-module .masonry-entry .thumbnail img {
      -webkit-transition: opacity 400ms ease-in-out;
      -moz-transition: opacity 400ms ease-in-out;
      transition: opacity 400ms ease-in-out;
      opacity: 0.85;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 85 ")";
      filter: alpha(opacity=85);
      zoom: 1;
      display: block;
      margin: 0 auto;
      max-width: 100%;
      height: auto; }
    #content-container.masonry-module .masonry-entry .thumbnail h4 {
      color: white;
      text-align: left;
      font-size: 18px;
      padding: 5px 10px;
      margin: 0;
      background: #0069aa; }
  #content-container.masonry-module .masonry-entry .hotspot {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 1;
    width: 100%;
    height: 100%; }
  #content-container.masonry-module .masonry-entry .masonry-excerpt {
    padding: 10px;
    line-height: 1.65; }
    #content-container.masonry-module .masonry-entry .masonry-excerpt .read-more {
      display: block;
      text-align: right;
      color: #f26649;
      padding-bottom: 0;
      font-weight: 600;
      position: relative; }
      #content-container.masonry-module .masonry-entry .masonry-excerpt .read-more:after {
        content: '\e845';
        font-family: "dlv-amenities";
        font-style: normal;
        font-weight: normal;
        display: inline-block;
        line-height: 1;
        position: relative;
        top: 2px;
        font-size: 1.25em;
        margin-left: 7px; }

#content-container.masonry-module .first-section {
  max-width: 620px; }

#content-container.masonry-module .masonry-filter {
  position: absolute;
  right: 0;
  top: 0px; }
  #content-container.masonry-module .masonry-filter p {
    padding: 0 0 0 8px;
    color: #0069aa;
    font-size: 1em; }

#content-container.masonry-module .masonry-bottom {
  background: #D5E8F9;
  padding: 10px;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  #content-container.masonry-module .masonry-bottom:before {
    position: absolute;
    font-size: 2.2em;
    color: #f26649;
    left: 12px;
    top: 27%; }
  #content-container.masonry-module .masonry-bottom.celeb_story:before {
    content: '\e830'; }
  #content-container.masonry-module .masonry-bottom.recipes:before {
    content: '\e80a'; }
  #content-container.masonry-module .masonry-bottom.mascot:before {
    content: '\e804'; }
  #content-container.masonry-module .masonry-bottom.video_post:before {
    content: '\e840'; }
  #content-container.masonry-module .masonry-bottom h5,
  #content-container.masonry-module .masonry-bottom h6 {
    color: #666;
    margin-bottom: 0;
    padding-left: 43px;
    text-align: left; }
  #content-container.masonry-module .masonry-bottom h6 {
    padding-top: 2px; }

#content-container .video_post-list {
  overflow: hidden; }
  #content-container .video_post-list article {
    float: left;
    width: 48.6111111111%;
    padding: 0 0 20px; }
    #content-container .video_post-list article.right {
      float: right; }
    #content-container .video_post-list article.left {
      clear: both; }
    #content-container .video_post-list article a {
      display: inline-block; }
  #content-container .video_post-list .video-thumb {
    display: block;
    padding-bottom: 10px;
    position: relative; }
    #content-container .video_post-list .video-thumb img {
      display: block; }
    #content-container .video_post-list .video-thumb .duration {
      position: absolute;
      bottom: 10px;
      right: 0;
      background: #000;
      background: rgba(0, 0, 0, 0.5);
      color: #fff;
      display: inline-block;
      padding: 5px 10px;
      font-size: 13px;
      line-height: 1; }

body.single-travel_tip .tip-thumb {
  margin: 10px 10px 20px 20px;
  float: right; }

body.single-celeb_story #main-content.member-content .column23,
body.single-mascot #main-content.member-content .column23,
body.single-video_post #main-content.member-content .column23,
body.single-recipes #main-content.member-content .column23,
body.single-travel_tip #main-content.member-content .column23 {
  padding-top: 10px; }

body.single-celeb_story blockquote,
body.single-mascot blockquote,
body.single-video_post blockquote,
body.single-recipes blockquote,
body.single-travel_tip blockquote {
  border-top: 1px solid #C3D6E7;
  background: #D5E8F9;
  color: #0069AA;
  text-shadow: none;
  border-bottom: 4px solid #89B8D7; }

body.single-celeb_story .section.first-section,
body.single-mascot .section.first-section,
body.single-video_post .section.first-section,
body.single-recipes .section.first-section,
body.single-travel_tip .section.first-section {
  margin-top: 5px; }
  body.single-celeb_story .section.first-section blockquote:first-child,
  body.single-mascot .section.first-section blockquote:first-child,
  body.single-video_post .section.first-section blockquote:first-child,
  body.single-recipes .section.first-section blockquote:first-child,
  body.single-travel_tip .section.first-section blockquote:first-child {
    margin-top: -5px; }

body.single-video_post .masonry-sidebar {
  display: none; }

body.single-video_post #content-container p.date {
  color: #89B8D7;
  font-style: italic; }

.post-navigation {
  clear: both;
  width: 100%;
  border-top: 1px solid #D5E8F9;
  padding-top: 10px;
  display: inline-block;
  margin-top: 20px; }
  .post-navigation .prev-post,
  .post-navigation .next-post {
    float: left; }
    .post-navigation .prev-post a,
    .post-navigation .next-post a {
      display: block;
      float: left;
      color: #f26649;
      text-decoration: none;
      padding: 5px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 260px;
      height: 22px;
      line-height: 22px;
      position: relative;
      -webkit-transition: all 300ms ease-in-out;
      -moz-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
      .post-navigation .prev-post a:hover,
      .post-navigation .next-post a:hover {
        color: #0069aa; }
        .post-navigation .prev-post a:hover:before, .post-navigation .prev-post a:hover:after,
        .post-navigation .next-post a:hover:before,
        .post-navigation .next-post a:hover:after {
          color: #f26649; }
      .post-navigation .prev-post a:before, .post-navigation .prev-post a:after,
      .post-navigation .next-post a:before,
      .post-navigation .next-post a:after {
        position: absolute;
        font-size: 1.5em;
        font-family: "dlv-amenities";
        font-style: normal;
        font-weight: normal;
        top: 5px;
        color: #f26649;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out; }
  .post-navigation .prev-post a {
    padding-left: 35px; }
    .post-navigation .prev-post a:after {
      display: none; }
    .post-navigation .prev-post a:before {
      content: '\e839';
      left: 10px; }
    .post-navigation .prev-post a:hover {
      padding-left: 25px; }
      .post-navigation .prev-post a:hover:before {
        left: 0px; }
  .post-navigation .next-post {
    float: right; }
    .post-navigation .next-post a {
      padding-right: 35px; }
      .post-navigation .next-post a:before {
        display: none; }
      .post-navigation .next-post a:after {
        content: '\e838';
        right: 10px; }
      .post-navigation .next-post a:hover {
        padding-right: 25px; }
        .post-navigation .next-post a:hover:after {
          right: 0px; }

.masonry-sidebar {
  background: #D5E8F9;
  overflow: hidden;
  position: relative;
  z-index: 2; }
  .masonry-sidebar .thumbnail {
    text-align: center;
    float: left;
    width: 150px; }
    .masonry-sidebar .thumbnail img {
      display: block;
      margin: 0 auto;
      max-width: 100%;
      height: auto; }
  .masonry-sidebar .masonry-bottom {
    position: relative;
    width: 460px;
    padding: 32px 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .masonry-sidebar .masonry-bottom:before {
      position: absolute;
      font-size: 2.2em;
      color: #f26649;
      left: 12px;
      top: 38px; }
    .masonry-sidebar .masonry-bottom.celeb_story:before {
      content: '\e830'; }
    .masonry-sidebar .masonry-bottom.recipes:before {
      content: '\e80a'; }
    .masonry-sidebar .masonry-bottom.mascot:before {
      content: '\e804'; }
    .masonry-sidebar .masonry-bottom.video_post:before {
      content: '\e840'; }
    .masonry-sidebar .masonry-bottom h5,
    .masonry-sidebar .masonry-bottom h6 {
      color: #666;
      margin-bottom: 0;
      padding-left: 43px;
      text-align: left; }
    .masonry-sidebar .masonry-bottom h5 {
      font-weight: bold;
      line-height: 16px; }
    .masonry-sidebar .masonry-bottom h6 {
      padding-top: 2px;
      font-size: 12px;
      line-height: 14px;
      font-weight: normal; }

/**
 * INSTAGRAM GALLERY
 */
#main-content #instafeed {
  list-style: none;
  padding: 0 0 1em;
  margin: 0;
  overflow: hidden; }
  #main-content #instafeed li {
    list-style: none;
    padding: 0.5%;
    float: left;
    width: 24%;
    margin: 0; }
  #main-content #instafeed img {
    display: block;
    max-width: 100%;
    height: auto; }

.load-more-instagram {
  display: block;
  background: #f26649;
  color: #fff;
  border: 0;
  padding: 0;
  height: 40px;
  width: 240px;
  padding: 0;
  line-height: 1;
  font-size: 18px;
  margin: 0 auto;
  cursor: pointer; }
  .load-more-instagram:hover {
    background: #0069aa; }
  .load-more-instagram.loading {
    background: #eee;
    cursor: loading; }
  .load-more-instagram.hidden {
    display: none; }
  .load-more-instagram:before {
    content: '';
    background: url(images/sprite.png) 0 -830px no-repeat;
    height: 24px;
    width: 24px;
    vertical-align: bottom;
    display: inline-block;
    margin-right: 7px; }

/* ********* */
/* THUMBNAIL */
/* ********* */
.thumbnail-gallery {
  display: block;
  width: 100%;
  position: relative;
  margin-top: 10px;
  padding-bottom: 10px; }
  .thumbnail-gallery .gallery-images {
    position: relative;
    display: block;
    width: 100%;
    padding: 5px 0;
    overflow: hidden;
    border-bottom: 0px;
    margin: 0 auto;
    margin-bottom: 0;
    max-width: 100%;
    border-top: 3px solid #0069aa;
    border-bottom: 3px solid #0069aa;
    box-sizing: border-box; }
    .thumbnail-gallery .gallery-images > ul {
      display: block;
      width: 100%;
      max-width: 100%;
      position: relative;
      list-style: none;
      margin: 0 auto !important;
      overflow: hidden; }
      .thumbnail-gallery .gallery-images > ul > li {
        display: block;
        list-style: none !important;
        padding: 5px;
        margin: 0 !important;
        float: left;
        position: relative;
        box-sizing: border-box; }
        .thumbnail-gallery .gallery-images > ul > li a.enlarge {
          display: block;
          opacity: 0.8;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 80 ")";
          filter: alpha(opacity=80);
          zoom: 1;
          -webkit-transition: all 200ms ease-in-out;
          -moz-transition: all 200ms ease-in-out;
          transition: all 200ms ease-in-out; }
        .thumbnail-gallery .gallery-images > ul > li img {
          display: block;
          max-width: 100%;
          height: auto;
          background: 0;
          border: 0 none;
          padding: 0; }
        .thumbnail-gallery .gallery-images > ul > li a.enlarge:hover {
          opacity: 1;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
          filter: alpha(opacity=100);
          zoom: 1; }
      .thumbnail-gallery .gallery-images > ul.columns-3 > li {
        width: 33.3333333333%; }
      .thumbnail-gallery .gallery-images > ul.columns-4 > li {
        width: 25%; }
      .thumbnail-gallery .gallery-images > ul.columns-5 > li {
        width: 20%; }
      .thumbnail-gallery .gallery-images > ul.columns-6 > li {
        width: 16.6666666667%; }

/* ****************** */
/* SLIDESHOW & HYBRID */
/* ****************** */
.hybrid-gallery,
.slideshow-gallery {
  display: block;
  width: 100%;
  position: relative;
  margin-top: 10px;
  padding-bottom: 5px; }
  .hybrid-gallery .gallery-images,
  .slideshow-gallery .gallery-images {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 6px;
    background: url(images/sprite.png) -300px bottom no-repeat;
    overflow: hidden;
    border-bottom: 0px;
    margin: 0 auto;
    margin-bottom: 0;
    max-width: 100%;
    border-top: 3px solid #0069aa; }
    .hybrid-gallery .gallery-images > ul,
    .slideshow-gallery .gallery-images > ul {
      display: block;
      width: 100%;
      max-width: 100%;
      height: 0;
      position: relative;
      list-style: none;
      padding: 0 0 56.5% 0;
      margin: 0 auto !important;
      overflow: hidden; }
      .hybrid-gallery .gallery-images > ul > li,
      .slideshow-gallery .gallery-images > ul > li {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: none;
        opacity: 0;
        z-index: 999;
        list-style: none !important;
        padding: 0;
        margin: 0 !important;
        background: #fff; }
        .hybrid-gallery .gallery-images > ul > li img,
        .slideshow-gallery .gallery-images > ul > li img {
          display: block;
          max-width: 100%;
          height: auto;
          margin: 0 auto; }
        .hybrid-gallery .gallery-images > ul > li .caption,
        .slideshow-gallery .gallery-images > ul > li .caption {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          z-index: 2;
          border-color: #0069aa;
          background-color: rgba(0, 105, 170, 0.9);
          color: #fff;
          padding: 4px 10px;
          opacity: 0;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
          filter: alpha(opacity=0);
          zoom: 1; }
          .hybrid-gallery .gallery-images > ul > li .caption p,
          .slideshow-gallery .gallery-images > ul > li .caption p {
            margin: 0; }
        .hybrid-gallery .gallery-images > ul > li.current,
        .slideshow-gallery .gallery-images > ul > li.current {
          opacity: 1;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
          filter: alpha(opacity=100);
          zoom: 1;
          pointer-events: auto;
          z-index: 1000; }
          .hybrid-gallery .gallery-images > ul > li.current .caption,
          .slideshow-gallery .gallery-images > ul > li.current .caption {
            -webkit-transition: opacity 300ms ease-in-out;
            -moz-transition: opacity 300ms ease-in-out;
            transition: opacity 300ms ease-in-out;
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
            filter: alpha(opacity=100);
            zoom: 1; }

.slideshow-gallery .gallery-controls {
  text-align: center;
  padding: 0;
  margin: 0 auto !important;
  width: 90%;
  position: relative;
  z-index: 2;
  height: 45px; }
  .slideshow-gallery .gallery-controls li {
    display: inline-block;
    list-style: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    margin: 5px 5px !important;
    padding: 0;
    text-indent: -9999px;
    position: relative; }
    .slideshow-gallery .gallery-controls li span {
      display: block;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: #ddd; }
    .slideshow-gallery .gallery-controls li.on span {
      display: block;
      background: #cacc50; }

.slideshow-gallery .left-arrow-btn,
.slideshow-gallery .right-arrow-btn {
  position: absolute;
  bottom: 6px;
  display: block;
  width: 30px;
  height: 32px;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent: -9999px;
  z-index: 5;
  cursor: pointer; }

.slideshow-gallery .left-arrow-btn {
  left: 0px;
  background: url(images/sprite.png) -892px -82px; }
  .slideshow-gallery .left-arrow-btn:hover {
    background-position: -892px -114px; }

.slideshow-gallery .right-arrow-btn {
  right: 0px;
  background: url(images/sprite.png) -942px -82px; }
  .slideshow-gallery .right-arrow-btn:hover {
    background-position: -942px -114px; }

.slideshow-gallery .counter {
  color: #89B8D7;
  font-weight: normal;
  line-height: 35px;
  padding: 0;
  text-align: center; }
  .slideshow-gallery .counter .of {
    font-style: italic; }

.slideshow-gallery .nav {
  position: absolute;
  left: 0;
  bottom: 16px;
  width: 100%;
  height: 40px;
  z-index: 1; }

.slideshow-gallery .gallery-controls li {
  font-size: 4em; }

.hybrid-gallery {
  padding-bottom: 20%;
  margin-bottom: 10px; }
  .hybrid-gallery .gallery-controls-container {
    width: 90%;
    position: absolute;
    bottom: 0;
    left: 5%;
    overflow: hidden;
    z-index: 2; }
    .hybrid-gallery .gallery-controls-container .gallery-controls {
      position: relative;
      overflow: hidden;
      margin: 0 !important;
      padding: 0;
      -webkit-transition: left 400ms ease-in-out;
      -moz-transition: left 400ms ease-in-out;
      transition: left 400ms ease-in-out; }
      .hybrid-gallery .gallery-controls-container .gallery-controls > li {
        list-style: none !important;
        margin: 0 !important;
        display: block;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 5px;
        -webkit-transition: background 300ms ease-in-out;
        -moz-transition: background 300ms ease-in-out;
        transition: background 300ms ease-in-out;
        cursor: pointer; }
        .hybrid-gallery .gallery-controls-container .gallery-controls > li img {
          border: 0 none;
          background: none;
          padding: 0;
          display: block;
          width: 100%;
          margin: 0;
          height: auto; }
        .hybrid-gallery .gallery-controls-container .gallery-controls > li.on {
          background-color: #f26649; }
  .hybrid-gallery .left-arrow-btn,
  .hybrid-gallery .right-arrow-btn {
    position: absolute;
    bottom: 6px;
    display: block;
    width: 30px;
    height: 32px;
    background-position: 0 0;
    background-repeat: no-repeat;
    text-indent: -9999px;
    z-index: 5;
    cursor: pointer; }
  .hybrid-gallery .left-arrow-btn {
    left: 0px;
    background: url(images/sprite.png) -892px -82px; }
    .hybrid-gallery .left-arrow-btn:hover {
      background-position: -892px -114px; }
  .hybrid-gallery .right-arrow-btn {
    right: 0px;
    background: url(images/sprite.png) -942px -82px; }
    .hybrid-gallery .right-arrow-btn:hover {
      background-position: -942px -114px; }
  .hybrid-gallery .counter {
    color: #89B8D7;
    font-weight: normal;
    line-height: 35px;
    padding: 0;
    text-align: center; }
    .hybrid-gallery .counter .of {
      font-style: italic; }
  .hybrid-gallery .nav {
    position: absolute;
    left: 0;
    bottom: 16px;
    width: 100%;
    height: 40px;
    z-index: 1;
    margin-bottom: -20px; }
  .hybrid-gallery .gallery-controls li {
    font-size: 4em; }

.cssanimations .slideshow-gallery .gallery-controls li span {
  background: #cacc50;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out; }

.cssanimations .slideshow-gallery .gallery-controls li.on span {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2); }

/**
 * Magnific additions
 */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  perspective: 2000px;
  text-align: center; }
  .mfp-wrap .mfp-container {
    text-align: center;
    position: relative;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
    filter: alpha(opacity=0);
    zoom: 1;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    -webkit-transform: rotateX(30deg);
    -moz-transform: rotateX(30deg);
    -ms-transform: rotateX(30deg);
    -o-transform: rotateX(30deg);
    transform: rotateX(30deg);
    display: inline-block; }
  .mfp-wrap.mfp-ready .mfp-container {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
    filter: alpha(opacity=100);
    zoom: 1; }
  .mfp-wrap.mfp-removing .mfp-container {
    -webkit-transform: rotateX(-30deg);
    -moz-transform: rotateX(-30deg);
    -ms-transform: rotateX(-30deg);
    -o-transform: rotateX(-30deg);
    transform: rotateX(-30deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
    filter: alpha(opacity=0);
    zoom: 1; }

.mfp-bg {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }
  .mfp-bg.mfp-ready {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 80 ")";
    filter: alpha(opacity=80);
    zoom: 1; }
  .mfp-bg.mfp-removing {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
    filter: alpha(opacity=0);
    zoom: 1; }

/*****************************************/
/* Push Reveal */
/*****************************************/
.hybrid-gallery .gallery-images.fxPushReveal .navOutNext,
.slideshow-gallery .gallery-images.fxPushReveal .navOutNext {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
  filter: alpha(opacity=100);
  zoom: 1;
  -webkit-animation: slideOutBottom 0.7s forwards ease-in-out;
  -moz-animation: slideOutBottom 0.7s forwards ease-in-out;
  animation: slideOutBottom 0.7s forwards ease-in-out; }

.hybrid-gallery .gallery-images.fxPushReveal .navInNext,
.slideshow-gallery .gallery-images.fxPushReveal .navInNext {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
  filter: alpha(opacity=100);
  zoom: 1;
  -webkit-animation: slideInHalfFromTop 0.7s forwards ease-in-out;
  -moz-animation: slideInHalfFromTop 0.7s forwards ease-in-out;
  animation: slideInHalfFromTop 0.7s forwards ease-in-out; }

.hybrid-gallery .gallery-images.fxPushReveal .navOutPrev,
.slideshow-gallery .gallery-images.fxPushReveal .navOutPrev {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
  filter: alpha(opacity=100);
  zoom: 1;
  -webkit-animation: slideOutHalfTop 0.7s forwards ease-in-out;
  -moz-animation: slideOutHalfTop 0.7s forwards ease-in-out;
  animation: slideOutHalfTop 0.7s forwards ease-in-out; }

.hybrid-gallery .gallery-images.fxPushReveal .navInPrev,
.slideshow-gallery .gallery-images.fxPushReveal .navInPrev {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
  filter: alpha(opacity=100);
  zoom: 1;
  z-index: 1001;
  -webkit-animation: slideInFromBottom 0.7s forwards ease-in-out;
  -moz-animation: slideInFromBottom 0.7s forwards ease-in-out;
  animation: slideInFromBottom 0.7s forwards ease-in-out; }

@-webkit-keyframes slideOutBottom {
  to {
    -webkit-transform: translateY(100%); } }

@-moz-keyframes slideOutBottom {
  to {
    -moz-transform: translateY(100%); } }

@keyframes slideOutBottom {
  to {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%); } }

@-webkit-keyframes slideInHalfFromTop {
  from {
    -webkit-transform: translateY(-50%); }
  to {
    -webkit-transform: translateY(0); } }

@-moz-keyframes slideInHalfFromTop {
  from {
    -moz-transform: translateY(-50%); }
  to {
    -moz-transform: translateY(0); } }

@keyframes slideInHalfFromTop {
  from {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes slideOutHalfTop {
  to {
    -webkit-transform: translateY(-50%); } }

@-moz-keyframes slideOutHalfTop {
  to {
    -moz-transform: translateY(-50%); } }

@keyframes slideOutHalfTop {
  to {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); } }

@-webkit-keyframes slideInFromBottom {
  from {
    -webkit-transform: translateY(100%); }
  to {
    -webkit-transform: translateY(0); } }

@-moz-keyframes slideInFromBottom {
  from {
    -moz-transform: translateY(100%); }
  to {
    -moz-transform: translateY(0); } }

@keyframes slideInFromBottom {
  from {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%); }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

/*****************************************/
/* Press away */
/*****************************************/
.fxPressAway ul li.navOutNext {
  -webkit-animation: slideOutScaleRight 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
  -moz-animation: slideOutScaleRight 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: slideOutScaleRight 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1); }

.fxPressAway ul li.navInNext {
  opacity: 1;
  -webkit-animation: slideInFromLeft 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
  -moz-animation: slideInFromLeft 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: slideInFromLeft 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1); }

.fxPressAway ul li.navOutPrev {
  -webkit-animation: slideOutScaleLeft 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
  -moz-animation: slideOutScaleLeft 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: slideOutScaleLeft 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1); }

.fxPressAway ul li.navInPrev {
  opacity: 1;
  -webkit-animation: slideInFromRight 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
  -moz-animation: slideInFromRight 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: slideInFromRight 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1); }

@-webkit-keyframes slideOutScaleRight {
  from { }
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: translateX(100%) scale(0.9);
    opacity: 0; } }

@-moz-keyframes slideOutScaleRight {
  from { }
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -moz-transform: translateX(100%) scale(0.9);
    opacity: 0; } }

@keyframes slideOutScaleRight {
  from { }
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: translateX(100%) scale(0.9);
    -moz-transform: translateX(100%) scale(0.9);
    -ms-transform: translateX(100%) scale(0.9);
    -o-transform: translateX(100%) scale(0.9);
    transform: translateX(100%) scale(0.9);
    opacity: 0; } }

@-webkit-keyframes slideInFromLeft {
  from {
    -webkit-transform: translateX(-100%); }
  to {
    -webkit-transform: translateX(0); } }

@-moz-keyframes slideInFromLeft {
  from {
    -moz-transform: translateX(-100%); }
  to {
    -moz-transform: translateX(0); } }

@keyframes slideInFromLeft {
  from {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  to {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes slideOutScaleLeft {
  from { }
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: translateX(-100%) scale(0.9);
    opacity: 0; } }

@-moz-keyframes slideOutScaleLeft {
  from { }
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -moz-transform: translateX(-100%) scale(0.9);
    opacity: 0; } }

@keyframes slideOutScaleLeft {
  from { }
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: translateX(-100%) scale(0.9);
    -moz-transform: translateX(-100%) scale(0.9);
    -ms-transform: translateX(-100%) scale(0.9);
    -o-transform: translateX(-100%) scale(0.9);
    transform: translateX(-100%) scale(0.9);
    opacity: 0; } }

@-webkit-keyframes slideInFromRight {
  from {
    -webkit-transform: translateX(100%); }
  to {
    -webkit-transform: translateX(0); } }

@-moz-keyframes slideInFromRight {
  from {
    -moz-transform: translateX(100%); }
  to {
    -moz-transform: translateX(0); } }

@keyframes slideInFromRight {
  from {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  to {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

.module {
  float: left;
  width: 100%;
  padding-bottom: 15px; }

.module h1 {
  color: #f26649;
  font-size: 27px;
  margin-bottom: 5px;
  position: relative;
  line-height: 32px;
  font-weight: normal; }

.module h2 {
  color: #f26649;
  font-size: 22px;
  margin-bottom: 5px;
  position: relative;
  line-height: 32px;
  font-weight: normal; }

.module h3 {
  color: #0069AA;
  font-size: 20px;
  margin-bottom: 5px;
  position: relative;
  line-height: 26px;
  font-weight: normal; }

.module h4 {
  color: #0069AA;
  font-size: 18px;
  margin-bottom: 5px;
  position: relative;
  line-height: 30px;
  font-weight: normal; }

.module h5 {
  color: #ccc;
  font-size: 14px;
  position: relative;
  line-height: 17px; }

.module h2 img, .module h3 img, .module h4 img {
  float: left;
  margin-right: 5px; }

.module h2 span img, .module h3 span img, .module h4 span img {
  float: none;
  margin: 0px; }

.module h2 span, .module h3 span, .module h4 span {
  position: absolute;
  right: 0;
  top: 2px;
  font-size: 12px;
  width: auto;
  text-align: right; }

.module h2 span a, .module h3 span a, .module h4 span a {
  color: #bbb;
  text-align: right;
  display: block;
  height: 20px;
  line-height: 20px; }

.module h2 span a:hover, .module h3 span a:hover, .module h4 span a:hover {
  color: #111;
  text-decoration: none; }

.module h2 span a img, .module h3 span a img, .module h4 span a img {
  margin: -5px 0;
  padding: 3px 0 0 6px; }

#main-content .column13 img {
  border: 0px none;
  margin: 0; }

.module .link-list {
  border-left: 3px solid #eee;
  margin-left: 5px; }

.module .link-list li a {
  padding: 4px 5px 4px 10px;
  line-height: 1.2em;
  display: block; }

.module .link-list li a:hover {
  background: #f5f5f5;
  text-decoration: none; }

.module.like-button-widget {
  width: 300px;
  height: 70px; }

.module.like-button-widget > div {
  height: 32px;
  padding: 38px 0 0 18px; }

.module.like-button-widget .twitter {
  background: url(images/sprite.png) -1395px -820px no-repeat; }

.module.like-button-widget .facebook {
  background: url(images/sprite.png) -1395px -890px no-repeat; }

.module.like-button-widget .instagram {
  background: url(images/sprite.png) -1695px -820px no-repeat; }

/**
 * Trip Advisor
 */
.trip-advisor {
  background: url(images/sprite.png) 0 bottom no-repeat;
  margin-bottom: 15px;
  padding-bottom: 6px; }

#trip-advisor {
  border: 1px solid #EEEEEE;
  height: 130px;
  margin-top: 5px;
  padding: 0 5px;
  width: 288px;
  display: block;
  -webkit-backface-visibility: hidden; }

/**
 * Member Information
 */
#member-thumbnail {
  width: 300px;
  padding-bottom: 6px;
  display: block;
  background: url(images/sprite.png) 0 bottom no-repeat;
  margin-bottom: 1px; }

#main-content .column13 #member-thumbnail img {
  float: left;
  margin-top: 0px; }

#member-thumbnail #member-info {
  width: 278px;
  padding: 10px;
  border: 1px solid #dde7ed;
  clear: both;
  background: #f6fbfe; }

#member-thumbnail #member-info .coupon-dl {
  background: url(images/sprite.png) -370px -80px no-repeat;
  padding-left: 15px; }

#member-thumbnail #member-info .coupon-download:before {
  margin-right: 10px; }

#member-thumbnail #member-info .coupon-download .mobile-friendly {
  font-size: 0.8em;
  font-style: italic;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  color: #89b8d7;
  padding: 0 0.5em 0 0;
  line-height: 2.4em; }
  #member-thumbnail #member-info .coupon-download .mobile-friendly:before {
    font-style: normal;
    font-size: 2em;
    vertical-align: top;
    margin: 0; }

#member-thumbnail #member-info li {
  border-left: 1px solid #dde7ed;
  line-height: 18px;
  margin-left: 80px;
  padding: 4px 10px;
  position: relative; }

#member-thumbnail #member-info div {
  overflow: hidden; }

#member-thumbnail #member-info .video {
  position: relative;
  margin-bottom: 10px;
  overflow: visible; }

#member-info .video-thumb {
  height: 66px; }

#member-info .video-thumb img {
  margin-top: -12px !important; }

#member-info .video-thumb ~ .video-desc {
  font-size: 12px;
  background: url("images/sprite.png") no-repeat -346px -523px;
  width: 240px;
  padding-top: 10px;
  position: absolute;
  top: 80px;
  left: -50px;
  opacity: 0;
  z-index: -10;
  -webkit-transition: opacity 200ms ease-in-out, top 200ms ease-in-out;
  -moz-transition: opacity 200ms ease-in-out, top 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out, top 200ms ease-in-out;
  transition: opacity 200ms ease-in-out, top 200ms ease-in-out; }

#member-info .video:hover .video-thumb ~ .video-desc {
  z-index: 10;
  opacity: 1;
  top: 100px; }

#member-info .video-thumb ~ .video-desc > em {
  background: #EAF3F9;
  padding: 3px 5px;
  border: 1px solid #D5E8F9;
  border-top: 0;
  display: block; }

#member-thumbnail #member-info .divider {
  border-left: 1px solid #CCCCCC;
  display: inline-block;
  margin: 0 4px;
  text-indent: -9999px;
  height: 17px;
  line-height: 17px; }

#member-thumbnail .info {
  display: block;
  position: absolute;
  left: -80px;
  top: 4px;
  width: 70px;
  text-align: right;
  color: #0069aa; }

#member-thumbnail .amenities {
  top: 18px; }

#member-thumbnail .video a.watch {
  background: url(images/sprite.png) no-repeat scroll -2379px -1340px transparent;
  display: block;
  padding-left: 20px; }

#member-thumbnail .popular a {
  display: block;
  margin-bottom: 2px;
  padding-bottom: 2px;
  border-bottom: 1px solid #f8f8f8; }

.soc-media {
  display: block;
  float: left;
  height: 16px;
  width: 16px;
  text-indent: -9999px;
  margin: 4px; }

#member-thumbnail #member-info li.sm {
  padding-top: 0; }

.soc-media.facebook {
  background: url(images/sprite.png) -800px 0 no-repeat; }

.soc-media.foursquare {
  background: url(images/sprite.png) -912px 0 no-repeat; }

.soc-media.flickr {
  background: url(images/sprite.png) -848px 0 no-repeat; }

.soc-media.googleplus {
  background: url(images/sprite.png) -832px 0 no-repeat; }

.soc-media.linkedin {
  background: url(images/sprite.png) -928px 0 no-repeat; }

.soc-media.myspace {
  background: url(images/sprite.png) -944px 0 no-repeat; }

.soc-media.pinterest {
  background: url(images/sprite.png) -880px 0 no-repeat; }

.soc-media.twitter {
  background: url(images/sprite.png) -816px 0 no-repeat; }

.soc-media.viddler {
  background: url(images/sprite.png) -960px 0 no-repeat; }

.soc-media.vimeo {
  background: url(images/sprite.png) -976px 0 no-repeat; }

.soc-media.youtube {
  background: url(images/sprite.png) -864px 0 no-repeat; }

.soc-media.yelp {
  background: url(images/sprite.png) -992px 0 no-repeat; }

.soc-media.instagram {
  background: url(images/sprite.png) -1008px 0 no-repeat; }

.amenities-list-new {
  position: relative; }

#content-container #event-amenities .amenities-list-new li,
#member-thumbnail #member-info .amenities-list-new li,
.amenities-list-new li {
  margin: 0;
  padding: 0;
  width: 43px;
  height: 43px;
  float: left;
  display: block;
  border: 0 none;
  position: relative;
  border-bottom: 1px dotted #ccc;
  border-right: 1px dotted #ccc; }

#content-container #event-amenities .amenities-list-new {
  margin-bottom: 0;
  display: block;
  vertical-align: top;
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
  width: 100%; }
  #content-container #event-amenities .amenities-list-new li {
    width: auto;
    border-right: 0 none;
    border-bottom: 0 none;
    float: none;
    vertical-align: top;
    height: auto; }
    #content-container #event-amenities .amenities-list-new li span {
      width: auto;
      text-indent: 0;
      margin-top: 0;
      font-size: 0.9em;
      height: auto; }
      #content-container #event-amenities .amenities-list-new li span::before {
        font-size: 1.5em;
        color: #f26649;
        width: 1.25em;
        margin-right: 5px;
        position: relative;
        display: inline-block;
        vertical-align: middle; }

.amenities-list-new li.last-row, .amenities-list-new li.empty {
  border-bottom: 0 none; }

.amenities-list-new li.last-column {
  border-right: 0 none;
  clear: right; }

.amenities-list-new li a,
.amenities-list-new li span {
  display: block;
  position: relative;
  width: 33px;
  height: 33px;
  text-align: left;
  text-indent: -9999px;
  margin-top: 5px;
  margin-left: 5px;
  text-decoration: none;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; }

#member-info .address-item + .address-item {
  padding-top: 4px;
  margin-top: 4px;
  border-top: 1px dotted #ccc; }

.amenities-list-new li .tooltip {
  background: url("images/tooltip-bg.gif") no-repeat scroll center top transparent;
  left: -9999px;
  padding-top: 5px;
  position: absolute;
  overflow: visible;
  top: 35px;
  z-index: 99;
  border-bottom: 1px solid #E0E0E0; }

.amenities-list-new li .tooltip span {
  background: none repeat scroll 0 0 #FFFFFF !important;
  border-left: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  display: block;
  float: left;
  margin: 0;
  padding: 9px 5px;
  color: #3E3E3E;
  font-size: 11px;
  font-weight: normal;
  text-align: center;
  line-height: 12px;
  white-space: nowrap;
  width: auto;
  height: auto;
  text-indent: 0; }

.amenities-list-new li a:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 33px;
  height: 33px;
  text-align: center;
  text-indent: 0;
  margin: 0;
  line-height: 33px;
  font-size: 1.5em;
  -webkit-font-smoothing: antialiased; }

#member-thumbnail #member-info li .amenities-list-play li a {
  color: #f26649; }

#member-thumbnail #member-info li .amenities-list-play li a:hover {
  color: #0069aa; }

#member-thumbnail #member-info li .amenities-list-stay li a {
  color: #0069aa; }

#member-thumbnail #member-info li .amenities-list-stay li a:hover {
  color: #f26649; }

#member-thumbnail #member-info li .amenities-list-eat li a {
  color: #cacc50; }

#member-thumbnail #member-info li .amenities-list-eat li a:hover {
  color: #0069aa; }

/**
 * Blog Articles, Member Events
 */
.blog_articles,
.member-events {
  background: url(images/sprite.png) 0 bottom no-repeat;
  padding-bottom: 6px;
  margin-bottom: 15px; }

.blog_articles ul,
.member-events ul {
  border: 1px solid #dde7ed;
  padding: 0 15px;
  list-style: none; }

.blog_articles ul li,
.member-events ul li {
  border-top: 1px solid #e4f1fd;
  color: #BBBBBB;
  line-height: 15px;
  margin-bottom: 10px;
  padding-top: 10px;
  position: relative;
  top: -1px; }

.blog_articles ul li a,
.member-events ul li a {
  display: block; }

.member-events ul li ul {
  border: 0 none;
  list-style: none;
  margin: 0;
  padding: 5px 0 0 0; }

.member-events ul li ul li {
  padding: 0;
  margin: 0;
  border: 0 none;
  list-style: none; }

.blog_articles ul li span {
  padding: 0 0 5px 0;
  display: block; }

.ad401_video {
  position: relative; }
  .ad401_video .video-embed {
    height: auto;
    padding: 0;
    margin: 0; }
  .ad401_video iframe {
    position: relative;
    z-index: 1;
    display: none;
    height: auto !important; }
  .ad401_video .ad401-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: block;
    border: 0 none;
    text-transform: -9999px;
    text-decoration: none; }
  .ad401_video .play-btn,
  .ad401_video .mute-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 3;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.6);
    text-align: center;
    line-height: 20px;
    text-decoration: none;
    border: 0 none; }
    .ad401_video .play-btn span,
    .ad401_video .mute-btn span {
      display: none; }
    .ad401_video .play-btn::before,
    .ad401_video .mute-btn::before {
      content: '\e858';
      font-family: 'dlv-amenities'; }
    .ad401_video .play-btn.unmute::before,
    .ad401_video .mute-btn.unmute::before {
      content: '\e857'; }
  .ad401_video .play-btn {
    right: 26px;
    background: rgba(255, 255, 255, 0.6); }
    .ad401_video .play-btn::before {
      content: '\e85a'; }
    .ad401_video .play-btn.paused::before {
      content: '\e859'; }

.mini-carousel {
  position: relative; }
  .mini-carousel .mini-items {
    overflow: hidden;
    position: relative;
    z-index: 10; }
    .mini-carousel .mini-items > ul {
      list-style: none;
      margin: 0;
      padding: 0; }
  .mini-carousel .mini-item {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
    filter: alpha(opacity=0);
    zoom: 1;
    z-index: 999; }
    .mini-carousel .mini-item.current {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
      filter: alpha(opacity=100);
      zoom: 1;
      pointer-events: auto;
      z-index: 1000; }

.mini-controls {
  text-align: center;
  padding: 0;
  margin: 0 auto !important;
  width: 90%;
  position: relative;
  z-index: 2; }
  .mini-controls li {
    display: inline-block;
    list-style: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    margin: 5px 5px !important;
    padding: 0;
    text-indent: -9999px;
    position: relative; }
    .mini-controls li span {
      display: block;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: #ddd; }
    .mini-controls li.on span {
      display: block;
      background: #cacc50; }

.cssanimations .mini-controls li span {
  background: #cacc50;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out; }

.cssanimations .mini-controls li.on span {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2); }

/* ------------------------------------------------- */
/* ----------- F I X E D   F O O T E R ------------- */
/* ------------------------------------------------- */
#static-footer {
  background: #fff;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0;
  width: 100%;
  z-index: 100;
  border-top: 4px solid #0e6aab;
  box-shadow: 0 -1px 5px rgba(0, 105, 175, 0.2); }

.facebook-info {
  float: left;
  padding-top: 5px; }

.facebook-info.loading {
  display: block;
  width: 32px;
  padding-top: 0;
  height: 60px;
  background: url(images/facebook-loader.gif) 50% 50% no-repeat; }

.facebook-info .facebook-name-container {
  float: left;
  line-height: 20px;
  padding-top: 8px; }

.facebook-info a.facebook-avatar {
  float: left; }

.facebook-info .facebook-name span {
  color: #0E6AAB;
  display: block;
  font-size: 15px; }

.facebook-info img {
  display: block;
  margin-right: 10px; }

.facebook-info .facebook-logout {
  float: left;
  clear: both;
  font-size: 12px;
  font-weight: normal;
  line-height: 12px;
  padding-left: 11px;
  background: url(images/sprite.png) -2383px -1883px no-repeat; }

.facebook-message span {
  float: left;
  font-size: 11px;
  font-style: italic;
  line-height: 50px;
  margin-right: 5px; }

.facebook-info .facebook-message a {
  display: block;
  background: url(images/sprite.png) -690px -692px #eaf3fa;
  padding: 4px 12px 3px 35px;
  margin-top: 8px;
  text-decoration: none;
  color: #0369AB;
  float: left;
  position: relative;
  line-height: 25px; }

.facebook-info .facebook-message a.what {
  background: none;
  border-bottom: 1px dotted;
  color: #F26649;
  line-height: 15px;
  margin-left: 10px;
  margin-top: 18px;
  padding: 0; }

.facebook-info .facebook-message a.what:hover {
  background: none;
  color: #0369AB; }

.facebook-info .facebook-message a.hl:after, .user-info .faves-link.hl:after, .user-info .itins-link.hl:after {
  content: '.';
  text-indent: -9999px;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: -4px;
  top: -4px;
  border: 4px solid #F26649;
  animation: glow 1000ms infinite ease;
  -o-animation: glow 1000ms infinite ease;
  -moz-animation: glow 1000ms infinite ease;
  -webkit-animation: glow 1000ms infinite ease; }

@keyframes glow {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }

@-o-keyframes glow {
  0% {
    -o-transform: scale(1); }
  50% {
    -o-transform: scale(1.2); }
  100% {
    -o-transform: scale(1); } }

@-moz-keyframes glow {
  0% {
    -moz-transform: scale(1); }
  50% {
    -moz-transform: scale(1.2); }
  100% {
    -moz-transform: scale(1); } }

@-webkit-keyframes glow {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1); } }

/*

@keyframes glow { 0%      { border-width: 4px; left:-4px; top:-4px; } 50%     { border-width: 10px; left:-10px; top:-10px; } 100%    { border-width: 4px; left:-4px; top:-4px; }
}
@-o-keyframes glow { 0%      { border-width: 4px; left:-4px; top:-4px; } 50%     { border-width: 10px; left:-10px; top:-10px; } 100%    { border-width: 4px; left:-4px; top:-4px; }
}
@-moz-keyframes glow { 0%      { border-width: 4px; left:-4px; top:-4px; } 50%     { border-width: 10px; left:-10px; top:-10px; } 100%    { border-width: 4px; left:-4px; top:-4px; }
}
@-webkit-keyframes glow { 0%      { border-width: 4px; left:-4px; top:-4px; } 50%     { border-width: 10px; left:-10px; top:-10px; } 100%    { border-width: 4px; left:-4px; top:-4px; }
}
*/
.facebook-info .facebook-message a:hover {
  background-color: #F66745;
  color: #FFFFFF; }

#static-footer .footer-wrap {
  width: 940px;
  margin: 0 auto; }

#static-footer p {
  float: left; }

#static-footer .social-wrap {
  float: right;
  width: 200px;
  border-left: 1px solid #eee;
  padding-left: 10px;
  padding: 9px 0 13px 5px; }

#static-footer #facebook-sharrre, #static-footer #twitter, #static-footer #gplus, #static-footer #supon, #static-footer #linkedin, #static-footer #pinterest {
  display: block;
  width: 28px;
  height: 33px;
  background: url(images/sprite.png) -800px -16px no-repeat;
  margin: 5px 0 0 5px;
  border: 0 none;
  float: left;
  cursor: pointer; }

#static-footer #facebook-sharrre:hover {
  background-position: -800px -49px; }

#static-footer #twitter {
  background-position: -899px -16px; }

#static-footer #twitter:hover {
  background-position: -899px -49px; }

#static-footer #pinterest {
  background-position: -998px -16px; }

#static-footer #pinterest:hover {
  background-position: -998px -49px; }

#static-footer #gplus {
  background-position: -1097px -16px; }

#static-footer #gplus:hover {
  background-position: -1097px -49px; }

#static-footer #linkedin {
  background-position: -1196px -16px; }

#static-footer #linkedin:hover {
  background-position: -1196px -49px; }

#static-footer #supon {
  background-position: -1295px -16px; }

#static-footer #supon:hover {
  background-position: -1295px -49px; }

#static-footer .share {
  display: none; }

#static-footer .count {
  position: relative;
  left: 30px;
  width: 40px;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 2px #000;
  line-height: 33px; }

#static-footer .box {
  border: 0 none;
  text-decoration: none; }

.user-info {
  float: left;
  line-height: 28px;
  padding: 17px 20px 10px; }

.user-info a, .user-info .faves-link {
  color: #0067AB;
  display: block;
  float: left;
  padding: 0 10px;
  line-height: 28px;
  position: relative;
  text-decoration: none !important; }

.user-info a > strong, .user-info .faves-link > strong, .user-info .itins-link > strong {
  padding-left: 24px;
  display: inline-block; }

.user-info .itins-link > strong {
  background-position: -2377px -1699px; }

.user-info .faves-link:hover > strong {
  background-position: -2377px -1776px; }

.user-info .itins-link:hover > strong {
  background-position: -2377px -1725px; }

.add-to-itin {
  display: none;
  position: relative;
  max-height: 100%;
  overflow: hidden; }

#colorbox .add-to-itin {
  display: block !important; }

.itin-form-messages {
  display: none;
  padding: 20px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100; }

.show-messages .itin-form-messages {
  display: block;
  background: #fff; }

.loading .itin-form-messages {
  display: block;
  background: url(images/facebook-loader.gif) center center no-repeat; }

@font-face {
  font-family: 'dlv-amenities';
  src: url("../../mu-plugins/amenity-icons/dlv-amenities.eot?48881475");
  src: url("../../mu-plugins/amenity-icons/dlv-amenities.eot?48881475#iefix") format("embedded-opentype"), url("../../mu-plugins/amenity-icons/dlv-amenities.woff?48881475") format("woff"), url("../../mu-plugins/amenity-icons/dlv-amenities.ttf?48881475") format("truetype"), url("../../mu-plugins/amenity-icons/dlv-amenities.svg?48881475#dlv-amenities") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon, #nearby-members h3 .dropdown-replace span:after, .icon-cash-only:before, .icon-handicap-ada:before, .icon-alcohol-available:before, .icon-credit-cards:before, .icon-pet-friendly:before, .icon-internet:before, .icon-reservations-required:before, .icon-mouse:before, .icon-wifi-accessible:before, .icon-business-center:before, .icon-restaurant-on-site:before, .icon-complimentary-breakfast:before, .icon-lounge:before, .icon-water:before, .icon-lunch:before, .icon-dinner:before, .icon-plug:before, .icon-late-night:before, .icon-outdoor-dining:before, .icon-live-music:before, .icon-family-friendly:before, .icon-jacuzzihot-tub:before, .icon-childrens-menu:before, .icon-fitness-center:before, .icon-sunday-brunch:before, .icon-sewer-hook-up:before, .icon-store-snack-bar:before, .icon-byob:before, .icon-smoking-permitted:before, .icon-outdoor-pool:before, .icon-indoor-pool:before, .icon-rv-camping:before, .icon-lake-fishing-river:before, .icon-water-hook-up:before, .icon-discounts-available:before, .icon-breakfast:before, .icon-map:before, .icon-deals:before, .icon-buy-it:before, .icon-book-it:before, .icon-itinerary:before, .icon-favorites:before, .icon-thumbs-up:before, .icon-share:before, .icon-export:before, .icon-right-thin:before, .icon-cancel:before, .map-filters-wrap .map-filters a:before, .icon-up-thin:before, .icon-up:before, .icon-right:before, .wp_page_numbers li.next-page_btn a:before, .icon-left:before, .wp_page_numbers li.prev-page_btn a:before, .icon-down:before, .icon-down-thin:before, .icon-left-thin:before, .icon-partner:before, .icon-calendar:before, .icon-coupon:before, .icon-watch:before, .icon-home:before, .icon-link:before, .icon-spin2:before, .icon-left-open-mini:before, .icon-right-open-mini:before, .icon-down-circle:before, .icon-facebook:before, .icon-gplus:before, .icon-twitter:before, .icon-youtube:before, .icon-select-multiple:before, .icon-swipe:before, .icon-mobile:before, .icon-key:before, .icon-gps:before, .icon-showers:before, .icon-event-space:before, .icon-driving-range:before, .icon-pavilion:before, .icon-lessons:before, .icon-pro-shop:before, .icon-practice-area:before, .icon-volume-off:before, .icon-volume-up:before, .icon-play:before, .icon-pause:before, .icon-meeting-friendly:before, .icon-group-friendly:before, .icon-free:before, .icon-free-parking:before, .wp_page_numbers li.next-page_btn a,
.wp_page_numbers li.prev-page_btn a {
  font-family: "dlv-amenities";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  text-indent: 0;
  -webkit-font-smoothing: antialiased; }

.icon-cash-only:before {
  content: '\e800'; }

/* '' */
.icon-handicap-ada:before {
  content: '\e801'; }

/* '' */
.icon-alcohol-available:before {
  content: '\e802'; }

/* '' */
.icon-credit-cards:before {
  content: '\e803'; }

/* '' */
.icon-pet-friendly:before {
  content: '\e804'; }

/* '' */
.icon-internet:before {
  content: '\e805'; }

/* '' */
.icon-reservations-required:before {
  content: '\e806'; }

/* '' */
.icon-mouse:before {
  content: '\e807'; }

/* '' */
.icon-wifi-accessible:before {
  content: '\e808'; }

/* '' */
.icon-business-center:before {
  content: '\e809'; }

/* '' */
.icon-restaurant-on-site:before {
  content: '\e80a'; }

/* '' */
.icon-complimentary-breakfast:before {
  content: '\e80b'; }

/* '' */
.icon-lounge:before {
  content: '\e80c'; }

/* '' */
.icon-water:before {
  content: '\e80d'; }

/* '' */
.icon-lunch:before {
  content: '\e80e'; }

/* '' */
.icon-dinner:before {
  content: '\e80f'; }

/* '' */
.icon-plug:before {
  content: '\e810'; }

/* '' */
.icon-late-night:before {
  content: '\e811'; }

/* '' */
.icon-outdoor-dining:before {
  content: '\e812'; }

/* '' */
.icon-live-music:before {
  content: '\e813'; }

/* '' */
.icon-family-friendly:before {
  content: '\e814'; }

/* '' */
.icon-jacuzzihot-tub:before {
  content: '\e815'; }

/* '' */
.icon-childrens-menu:before {
  content: '\e816'; }

/* '' */
.icon-fitness-center:before {
  content: '\e817'; }

/* '' */
.icon-sunday-brunch:before {
  content: '\e818'; }

/* '' */
.icon-sewer-hook-up:before {
  content: '\e819'; }

/* '' */
.icon-store-snack-bar:before {
  content: '\e81a'; }

/* '' */
.icon-byob:before {
  content: '\e81b'; }

/* '' */
.icon-smoking-permitted:before {
  content: '\e81c'; }

/* '' */
.icon-outdoor-pool:before {
  content: '\e81d'; }

/* '' */
.icon-indoor-pool:before {
  content: '\e81e'; }

/* '' */
.icon-rv-camping:before {
  content: '\e820'; }

/* '' */
.icon-lake-fishing-river:before {
  content: '\e821'; }

/* '' */
.icon-water-hook-up:before {
  content: '\e822'; }

/* '' */
.icon-discounts-available:before {
  content: '\e823'; }

/* '' */
.icon-breakfast:before {
  content: '\e82a'; }

/* '' */
.icon-map:before {
  content: '\e82b'; }

/* '' */
.icon-deals:before {
  content: '\e82c'; }

/* '' */
.icon-buy-it:before {
  content: '\e82d'; }

/* '' */
.icon-book-it:before {
  content: '\e82e'; }

/* '' */
.icon-itinerary:before {
  content: '\e82f'; }

/* '' */
.icon-favorites:before {
  content: '\e830'; }

/* '' */
.icon-thumbs-up:before {
  content: '\e831'; }

/* '' */
.icon-share:before {
  content: '\e832'; }

/* '' */
.icon-export:before {
  content: '\e833'; }

/* '' */
.icon-right-thin:before {
  content: '\e834'; }

/* '' */
.icon-cancel:before, .map-filters-wrap .map-filters a:before {
  content: '\e835'; }

/* '' */
.icon-up-thin:before {
  content: '\e836'; }

/* '' */
.icon-up:before {
  content: '\e837'; }

/* '' */
.icon-right:before, .wp_page_numbers li.next-page_btn a:before {
  content: '\e838'; }

/* '' */
.icon-left:before, .wp_page_numbers li.prev-page_btn a:before {
  content: '\e839'; }

/* '' */
.icon-down:before {
  content: '\e83a'; }

/* '' */
.icon-down-thin:before {
  content: '\e83b'; }

/* '' */
.icon-left-thin:before {
  content: '\e83c'; }

/* '' */
.icon-partner:before {
  content: '\e83d'; }

/* '' */
.icon-calendar:before {
  content: '\e83e'; }

/* '' */
.icon-coupon:before {
  content: '\e83f'; }

/* '' */
.icon-watch:before {
  content: '\e840'; }

/* '' */
.icon-home:before {
  content: '\e841'; }

/* '' */
.icon-link:before {
  content: '\e842'; }

/* '' */
.icon-spin2:before {
  content: '\e843'; }

/* '' */
.icon-left-open-mini:before {
  content: '\e844'; }

/* '' */
.icon-right-open-mini:before {
  content: '\e845'; }

/* '' */
.icon-down-circle:before {
  content: '\e846'; }

/* '' */
.icon-facebook:before {
  content: '\e847'; }

/* '' */
.icon-gplus:before {
  content: '\e848'; }

/* '' */
.icon-twitter:before {
  content: '\e849'; }

/* '' */
.icon-youtube:before {
  content: '\e84a'; }

/* '' */
.icon-select-multiple:before {
  content: '\e84b'; }

/* '' */
.icon-swipe:before {
  content: '\e84c'; }

/* '' */
.icon-mobile:before {
  content: '\e84d'; }

/* '' */
.icon-key:before {
  content: '\e84e'; }

/* '' */
.icon-gps:before {
  content: '\e84f'; }

/* '' */
.icon-showers:before {
  content: '\e850'; }

/* '' */
.icon-event-space:before {
  content: '\e851'; }

/* '' */
.icon-driving-range:before {
  content: '\e852'; }

/* '' */
.icon-pavilion:before {
  content: '\e853'; }

/* '' */
.icon-lessons:before {
  content: '\e854'; }

/* '' */
.icon-pro-shop:before {
  content: '\e855'; }

/* '' */
.icon-practice-area:before {
  content: '\e856'; }

/* '' */
.icon-volume-off:before {
  content: '\e857'; }

/* '' */
.icon-volume-up:before {
  content: '\e858'; }

/* '' */
.icon-play:before {
  content: '\e859'; }

/* '' */
.icon-pause:before {
  content: '\e85a'; }

/* '' */
.icon-meeting-friendly:before {
  content: '\e85b'; }

/* '' */
.icon-group-friendly:before {
  content: '\e85c'; }

/* '' */
.icon-free:before {
  content: '\e85d'; }

/* '' */
.icon-free-parking:before {
  content: '\e85e'; }

/* '' */
.icon-volume-off:before {
  content: '\e857'; }

/* '' */
.icon-volume-up:before {
  content: '\e858'; }

/* '' */
.icon-play:before {
  content: '\e859'; }

/* '' */
.icon-pause:before {
  content: '\e85a'; }

/* '' */
#discover-pagenumbers {
  display: block;
  position: relative;
  z-index: 1;
  clear: both;
  padding-top: 10px; }

#content-container .wp_page_numbers li {
  list-style: none;
  margin-left: 0; }

.wp_page_numbers {
  border-top: 3px solid #D6E7FB;
  font-size: 12px;
  line-height: 28px;
  margin-top: 10px;
  padding-top: 5px;
  clear: both; }

.wp_page_numbers li {
  float: left;
  color: #89B8D7; }

.wp_page_numbers li a {
  color: #89B8D7;
  padding: 0 14px;
  height: 28px;
  display: block;
  text-decoration: none; }

.wp_page_numbers li a:hover {
  color: #F58C77; }

.wp_page_numbers li.active_page a, .wp_page_numbers li.active_page a:hover {
  color: #0069AA;
  font-weight: bold; }

.wp_page_numbers .page_info {
  color: #89B8D7;
  padding: 0 15px;
  text-transform: uppercase; }

.wp_page_numbers li.next-page_btn, .wp_page_numbers li.prev-page_btn {
  float: right; }

.wp_page_numbers li.next-page_btn a,
.wp_page_numbers li.prev-page_btn a {
  display: block;
  margin: 0 2px;
  padding: 0;
  font-size: 1.9em;
  line-height: 1.2em;
  -webkit-transition: color 400ms;
  -moz-transition: color 400ms;
  transition: color 400ms; }
  .wp_page_numbers li.next-page_btn a span,
  .wp_page_numbers li.prev-page_btn a span {
    display: none; }

.wp_page_numbers li.next-page_btn a {
  margin-left: 10px; }

.wp_page_numbers li.next-page_btn a:hover,
.wp_page_numbers li.prev-page_btn a:hover {
  color: #f26649; }

.wp_page_numbers li.next-page_btn a.null,
.wp_page_numbers li.prev-page_btn a.null {
  color: #D6E7FB; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 2045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 2044; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 2046;
  -webkit-box-shadow: none;
  box-shadow: none; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #fff; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.mfp-wrap.coupon .mfp-content {
  max-width: 820px; }
  .mfp-wrap.coupon .mfp-content .mfp-iframe-scaler {
    padding-top: 51.5%; }

/* Woocommerce */
#social-top .cart-tiny {
  width: 120px;
  margin-left: -120px;
  padding: 0 7px 0 0;
  text-align: right; }

#social-top .cart-tiny a {
  text-indent: 0;
  background: 0;
  white-space: nowrap;
  vertical-align: top;
  display: inline-block;
  width: auto;
  color: #0069aa; }

#social-top .cart-tiny a:hover {
  color: #f26649; }

#social-top .cart-tiny a:before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 16px;
  margin-right: 5px;
  background: url(images/sprite.png) -1105px 0 no-repeat; }

.single-product-widget h2 em {
  font-size: .75em;
  font-weight: normal;
  display: inline-block; }

.single-product-widget .price {
  color: #0069aa;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 7px; }

.single-product-widget .expired {
  font-style: italic;
  color: #0069aa; }

.single-product-widget .stock {
  color: #0069aa;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0;
  border-bottom: 1px solid #deecf6;
  margin-bottom: 10px; }

.single-product-widget .product-quantity {
  background: #eaf3fa;
  overflow: hidden;
  padding: 10px 30px; }

.product-quantity input[type="number"] {
  height: 30px;
  width: 30px;
  background: #fff;
  border: 0;
  text-align: center;
  text-indent: 10px; }

.single-product-widget .quantity.buttons_added {
  float: left;
  width: 110px; }

.product-quantity .plus,
.product-quantity .minus {
  background: transparent;
  color: #0069aa;
  border: 2px solid;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  text-align: center;
  margin: 0 8px;
  vertical-align: middle;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  padding: 0;
  cursor: pointer; }

.product-quantity .minus {
  margin-left: 0; }

.single-product-widget button {
  width: 130px;
  background: #f3684b;
  color: #fff;
  border: 0;
  padding: 0;
  margin: 0;
  height: 30px;
  border-radius: 3px;
  cursor: pointer; }

.single-product-widget button:hover {
  background: #0069aa; }

.widget_shopping_cart {
  background: #eaf3fa;
  overflow: hidden;
  clear: both;
  padding: 20px 30px;
  color: #0069aa;
  font-size: 16px; }

.widget_shopping_cart h2,
.widget_shopping_cart h4 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 20px; }

.widget_shopping_cart li {
  padding: 0 5px;
  overflow: hidden; }

.widget_shopping_cart li + li {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #deecf6; }

.widget_shopping_cart li img {
  float: right; }

.widget_shopping_cart .total {
  margin: 20px 0 10px;
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #deecf6;
  border-top: 1px solid #deecf6; }

.widget_shopping_cart .product-name {
  width: 140px;
  line-height: 1.3; }

.widget_shopping_cart .product-name strong {
  font-weight: normal;
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.widget_shopping_cart .buttons a {
  display: block;
  width: 115px;
  float: left;
  height: 30px;
  line-height: 30px;
  background: #0069aa;
  color: #fff;
  text-align: center;
  border-radius: 3px; }

.widget_shopping_cart .buttons a.checkout {
  margin-left: 10px; }

.widget_shopping_cart .buttons a:hover {
  background: #f3684b;
  text-decoration: none; }

.shop_table.cart {
  width: 100%; }

.shop_table.cart th,
.shop_table.cart td {
  vertical-align: middle; }

.shop_table.cart thead th {
  background: #f26649;
  border-bottom: 3px solid #cacc50;
  color: #fff;
  text-align: left;
  height: 40px;
  font-size: 18px;
  font-weight: normal;
  padding: 0 15px; }

#content-container .shop_table.cart td {
  padding: 15px; }

.product-remove {
  width: 20px; }

.product-thumbnail {
  width: 85px; }

.cart_item td {
  background: #eaf3fa;
  color: #0069aa;
  font-size: 16px; }

.cart_item .remove {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 22px;
  text-align: center;
  background: #0069aa;
  color: #eaf3fa;
  font-size: 18px;
  display: inline-block; }

.cart_item .remove:hover {
  text-decoration: none;
  background: #f26649; }

.cart_item .product-subtotal {
  font-weight: bold; }

.shop_table.cart .actions {
  text-align: right; }

.shop_table.cart .coupon {
  float: left; }

.shop_table.cart .coupon label {
  color: #0069aa;
  font-size: 16px;
  line-height: 30px; }

.shop_table.cart .coupon .input-text {
  height: 28px;
  width: 180px;
  padding: 0;
  margin: 0;
  border: 1px solid #ebebeb;
  font: 13px Helvetica,Verdana,Arial,sans-serif;
  padding: 0 7px;
  margin: 0 -10px 0 5px; }

.shop_table.cart .actions .button {
  border: 0;
  padding: 0 15px;
  height: 30px;
  color: #fff;
  background: #0069aa;
  border-radius: 3px;
  cursor: pointer;
  font: 13px Helvetica,Verdana,Arial,sans-serif; }

.shop_table.cart .actions .checkout-button {
  background: #f26649; }

.cart-collaterals {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #f2f7fb; }

.cart_totals {
  float: right;
  width: 480px; }

#content-container .cart_totals h2 {
  color: #0069aa;
  font-weight: normal;
  padding-left: 15px; }

#content-container .cart_totals table {
  background: #eaf3fa;
  width: 100%;
  margin-top: 0; }

.cart_totals table th,
#content-container .cart_totals table td {
  padding: 0 15px;
  height: 50px;
  vertical-align: middle;
  font-size: 16px;
  color: #0069AA; }

.cart_totals table tr + tr {
  border-top: 1px solid #deecf6; }

.cart_totals table th {
  text-align: left;
  font-weight: normal; }

.cart_totals table td {
  text-align: right; }

/** Checkout */
.woocommerce-checkout .woocommerce {
  font-family: "brandon-grotesque", Arial, sans-serif;
  text-transform: uppercase; }

.woocommerce-checkout .woocommerce p {
  margin: 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #deecf6; }

.woocommerce-checkout .woocommerce h2,
.woocommerce-checkout .woocommerce h3 {
  font-size: 1.2em;
  font-weight: 700;
  border: 0 none;
  text-indent: 20px;
  padding-bottom: 10px;
  color: #b34221; }

.woocommerce-checkout .woocommerce h2 {
  font-size: 1.4em;
  margin-top: 30px; }

.woocommerce-checkout .woocommerce-info {
  margin: 20px 0 0;
  background: #eaf3fa;
  height: 30px;
  line-height: 30px;
  padding: 10px 20px;
  border-top: 1px solid #deecf6;
  border-bottom: 1px solid #deecf6; }

.woocommerce-checkout .checkout_coupon {
  clear: both;
  background: #eaf3fa;
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #deecf6;
  line-height: 30px;
  height: 30px;
  padding: 10px 20px; }

.woocommerce-checkout .checkout_coupon p {
  margin: 0;
  border: 0 none;
  display: inline; }

.woocommerce-checkout .checkout_coupon .input-text {
  height: 28px;
  width: 180px;
  padding: 0;
  margin: 0;
  border: 1px solid #ebebeb;
  font: 13px Helvetica,Verdana,Arial,sans-serif;
  padding: 0 7px;
  margin: 0 -10px 0 5px; }

.woocommerce-checkout .checkout_coupon .button {
  border: 0;
  padding: 0 15px;
  height: 30px;
  color: #fff;
  background: #0069aa;
  border-radius: 3px;
  cursor: pointer;
  font: 13px Helvetica,Verdana,Arial,sans-serif; }

.woocommerce-checkout .checkout_coupon .products li > div a,
.products li > div .woocommerce-checkout .checkout_coupon a {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  display: inline;
  vertical-align: auto;
  background: #0069aa;
  width: 25%;
  float: right; }

.woocommerce-checkout .checkout_coupon .button:hover,
.woocommerce-checkout .checkout_coupon .products li > div a:hover,
.products li > div .woocommerce-checkout .checkout_coupon a:hover {
  background: #4d2916; }

.woocommerce-checkout .checkout {
  clear: both;
  margin-top: 20px;
  float: left;
  width: 100%; }

.woocommerce-checkout .checkout .col2-set {
  float: left;
  width: 620px;
  margin-right: 20px; }

.woocommerce-checkout .checkout #order_review_heading,
.woocommerce-checkout .checkout #order_review {
  clear: none;
  float: left;
  width: 300px; }

.woocommerce-checkout .checkout #customer_details .form-row {
  margin: 0;
  background: #eaf3fa;
  padding: 10px;
  border-top: 1px solid #deecf6;
  position: relative; }

.woocommerce-checkout .checkout #customer_details .form-row:after {
  content: '';
  display: table;
  clear: both; }

.woocommerce-checkout .checkout #customer_details .form-row label {
  display: block;
  float: left;
  width: 22%;
  cursor: pointer;
  line-height: 30px;
  text-indent: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.woocommerce-checkout .checkout #customer_details .form-row label .required {
  color: #f26649;
  font-size: 1.3em;
  position: relative; }

.woocommerce-checkout .checkout #customer_details .chosen-container {
  width: 75% !important;
  float: right; }

.woocommerce-checkout .checkout #customer_details .form-row select,
.woocommerce-checkout .checkout #customer_details .form-row input[type="text"],
.woocommerce-checkout .checkout #customer_details .form-row input[type="number"],
.woocommerce-checkout .checkout #customer_details .form-row input[type="email"],
.woocommerce-checkout .checkout #customer_details .form-row textarea {
  float: right;
  border: 1px solid #e0e0e0;
  padding: 0 5px;
  height: 30px;
  width: 75%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.woocommerce-checkout .checkout #customer_details .form-row textarea {
  resize: none; }

.woocommerce-checkout .checkout #customer_details .form-row select {
  line-height: 30px; }

.woocommerce-checkout .checkout #customer_details .form-row input[type="text"],
.woocommerce-checkout .checkout #customer_details .form-row input[type="number"],
.woocommerce-checkout .checkout #customer_details .form-row input[type="email"],
.woocommerce-checkout .checkout #customer_details .form-row textarea {
  background: #fff;
  line-height: 30px; }

.woocommerce-checkout .checkout #customer_details .form-row#billing_address_2_field,
.woocommerce-checkout .checkout #customer_details .form-row#shipping_address_2_field {
  border-top: 0 none;
  padding-top: 0; }

.woocommerce-checkout .checkout #customer_details .form-row#billing_country_field select:before {
  position: absolute;
  top: 0;
  right: 0;
  content: '···'; }

.woocommerce-checkout .checkout #customer_details .form-row.woocommerce-invalid {
  background: #f26649;
  color: #deecf6; }

.woocommerce-checkout .checkout #customer_details .form-row.woocommerce-invalid label .required {
  color: #fff; }

.woocommerce-checkout .checkout #customer_details .form-row.woocommerce-invalid input {
  background: #eaf3fa; }

.woocommerce-checkout .checkout #customer_details .form-row.woocommerce-invalid + .woocommerce-invalid {
  border-top: 1px solid #9c3736; }

.woocommerce-checkout .checkout #customer_details .form-row.woocommerce-invalid + .form-row {
  padding-top: 10px !important; }

.woocommerce-checkout .checkout #customer_details .col-2 #ship-to-different-address {
  position: relative; }

.woocommerce-checkout .checkout #customer_details .col-2 #ship-to-different-address input {
  position: absolute;
  top: 2px;
  left: 0; }

.woocommerce-checkout .checkout #payment {
  margin-top: 20px;
  border-top: 1px solid #deecf6; }

.woocommerce-checkout .checkout #payment ul p {
  border: 0 none;
  padding: 0 0 5px 0; }

.woocommerce-checkout .checkout #payment .place-order {
  text-align: center; }

.woocommerce-checkout .checkout #payment .place-order .products li > div a,
.products li > div .woocommerce-checkout .checkout #payment .place-order a {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  width: 30%; }

.woocommerce-checkout .order_details h3 {
  border-bottom: 1px solid #deecf6;
  color: #c59a5b; }

.woocommerce-checkout .addresses {
  margin-top: 20px; }

.woocommerce-checkout .addresses .col-1,
.woocommerce-checkout .addresses .col-2 {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.woocommerce-checkout .addresses .col-1 p,
.woocommerce-checkout .addresses .col-2 p {
  margin: 0;
  padding: 0 0 0 20px;
  border: 0 none; }

.woocommerce-checkout .addresses .col-2 {
  border-left: 3px solid #dbc098;
  padding-left: 10px; }

.woocommerce-checkout .customer_details {
  background: #eaf3fa;
  line-height: 2em; }

.woocommerce-checkout .customer_details dt {
  width: 25%;
  font-weight: 700;
  text-indent: 10px; }

.woocommerce-checkout .customer_details dd {
  width: 75%; }

.woocommerce-checkout .customer_details dt,
.woocommerce-checkout .customer_details dd {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 10px; }

.woocommerce-checkout .customer_details dt + dd + dt,
.woocommerce-checkout .customer_details dt + dd + dt + dd {
  border-top: 1px solid #deecf6; }

.woocommerce-checkout .checkout #payment ul,
.woocommerce-checkout .order_details {
  margin: 0 0 20px;
  border-bottom: 1px solid #deecf6;
  list-style: none;
  font-family: "brandon-grotesque", Arial, sans-serif;
  text-transform: uppercase; }

.woocommerce-checkout .checkout #payment ul li,
.woocommerce-checkout .order_details li {
  padding: 10px 0 10px 22px;
  text-indent: 0;
  line-height: 3em;
  list-style: none; }

.woocommerce-checkout .checkout .col-2 {
  padding-top: 20px; }

.woocommerce-checkout .checkout #payment ul li .payment_box,
.woocommerce-checkout .order_details li .payment_box {
  font-style: italic;
  text-transform: initial;
  font-size: 1.1em;
  line-height: 1.4em;
  color: #aaa; }

#payment .place-order .button {
  height: 30px;
  background: #0069aa;
  padding: 0 15px;
  color: #fff;
  border: 0;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
  font-size: 14px; }

.woocommerce-checkout .checkout #payment ul li .payment_box p,
.woocommerce-checkout .order_details li .payment_box p {
  margin: 0; }

.woocommerce-checkout .checkout #payment ul li input,
.woocommerce-checkout .order_details li input {
  margin-left: -20px; }

.woocommerce-checkout .checkout #payment ul li.payment_method_paypal img,
.woocommerce-checkout .order_details li.payment_method_paypal img {
  position: relative;
  top: 6px;
  left: 8px; }

.woocommerce-checkout .checkout #payment ul li + li,
.woocommerce-checkout .order_details li + li {
  border-top: 1px solid #deecf6; }

#order_review .shop_table {
  margin-top: 0;
  width: 100%; }

#order_review .shop_table thead th {
  background: #deecf6;
  text-align: left;
  padding: 0 15px;
  height: 30px;
  line-height: 30px; }

#order_review .shop_table td {
  padding: 5px 15px; }

#order_review .shop_table .cart_item td {
  padding: 15px; }

#order_review .shop_table tfoot th {
  text-align: right;
  font-weight: normal; }

#order_review .shop_table tfoot {
  font-size: 16px; }

/* == Print of the Week Gallery == */
.prints-gallery {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 40px; }

.prints-gallery .large-img {
  width: 100%;
  height: 350px; }

#content-container .prints-gallery img {
  display: block;
  border: 0;
  max-width: 100%;
  height: auto; }

#content-container .prints-gallery .prints-thumbs {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  letter-spacing: 0;
  white-space: nowrap;
  height: 85px;
  position: relative;
  transition: left 200ms ease; }

#content-container .prints-gallery section {
  width: 100%;
  overflow: hidden; }

#content-container .prints-gallery .prints-thumbs li {
  padding: 0;
  list-style: none;
  margin: 0;
  box-sizing: border-box;
  display: inline-block;
  width: 155px;
  width: 25%;
  height: 85px;
  overflow: hidden; }

#content-container .prints-gallery .prints-thumbs li.placeholder {
  background: url(images/potw.png) center center no-repeat;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15) inset; }

#content-container .prints-gallery .prints-thumbs li.current {
  border: 4px solid #f3684b; }

#content-container .prints-gallery .prints-thumbs .print-desc {
  display: none; }

.prints-gallery .arrow {
  position: absolute;
  bottom: 6px;
  display: block;
  width: 30px;
  height: 32px;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent: -9999px;
  z-index: 5;
  cursor: pointer; }

.prints-gallery .left-arrow {
  left: 0px;
  background: url(images/sprite.png) -892px -82px; }

.prints-gallery .left-arrow:hover {
  background-position: -892px -114px; }

.prints-gallery .right-arrow {
  right: 0px;
  background: url(images/sprite.png) -942px -82px; }

.prints-gallery .right-arrow:hover {
  background-position: -942px -114px; }

.prints-gallery .counter {
  height: 32px;
  line-height: 32px;
  width: 120px;
  text-align: center;
  bottom: 0;
  left: 50%;
  margin-left: -60px;
  position: absolute; }

@media print {
  body {
    font: 12px/16px Helvetica,Verdana,Arial,sans-serif; }
  p {
    padding: 10px 0; }
  a {
    color: #000;
    font-weight: bold;
    text-decoration: underline; }
  table {
    width: 100%; }
  .clear,
  #fancy-header,
  #footer-container,
  #social,
  #blog,
  #search,
  #navigation,
  #carousel,
  #carousel-controls,
  .column13 .module,
  .tabs,
  .event-info a,
  #upcoming-events h4 a,
  #upcoming-nav,
  #dates-slider,
  table .r,
  thead,
  .module-collapsable,
  #image-headline,
  .breadcrumb,
  #discover-list-featured,
  .dropdown-replace,
  #wp_page_numbers,
  #member-tools {
    display: none; }
  .column13 .member-information {
    display: block; }
  #member-headline h2 {
    font-size: 20px; }
  h4 {
    font-size: 15px; }
  /* Featured Events */
  .featured-events {
    margin-top: 20px; }
  .featured-events-container {
    height: auto !important; }
  .featured-events-container h2 {
    font-size: 13px; }
  .featured-event {
    position: relative !important;
    display: block !important;
    border-top: 1px solid #ddd;
    padding: 10px 0; }
  /* Upcoming Events */
  #upcoming-events {
    margin-top: 20px; }
  #events-list td {
    border-top: 1px solid #ddd;
    padding: 10px 0; }
  #events-list p {
    padding: 0; }
  #events-list p.time a {
    color: #222;
    text-decoration: none;
    font-weight: normal;
    font-size: 11px;
    line-height: 14px; }
  /* Search Filter */
  select.replaced {
    position: relative !important;
    left: 0 !important; }
  #discover-list td {
    border-top: 1px solid #ddd;
    padding: 10px 0; }
  #discover-list p {
    padding: 0; }
  #discover-list .sub {
    display: block !important;
    color: #222;
    text-decoration: none;
    font-weight: normal;
    font-size: 11px;
    line-height: 14px; }
  /*  */ }

/*! jQuery UI - v1.11.0 - 2014-07-09
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=0px&bgColorHeader=%23eee&bgTextureHeader=highlight_soft&bgImgOpacityHeader=0&borderColorHeader=%23eee&fcHeader=%23333&iconColorHeader=%230069AA&bgColorContent=%23ffffff&bgTextureContent=flat&bgImgOpacityContent=0&borderColorContent=%23eee&fcContent=%23222222&iconColorContent=%23222222&bgColorDefault=%23eee&bgTextureDefault=glass&bgImgOpacityDefault=0&borderColorDefault=%23eee&fcDefault=%230069AA&iconColorDefault=%230069AA&bgColorHover=%23ddd&bgTextureHover=glass&bgImgOpacityHover=0&borderColorHover=%23ddd&fcHover=%230069AA&iconColorHover=%230069AA&bgColorActive=%23ffffff&bgTextureActive=glass&bgImgOpacityActive=0&borderColorActive=%23aaaaaa&fcActive=%23212121&iconColorActive=%23454545&bgColorHighlight=%23fff&bgTextureHighlight=glass&bgImgOpacityHighlight=0&borderColorHighlight=%23eee&fcHighlight=%23F26649&iconColorHighlight=%232e83ff&bgColorError=%23fef1ec&bgTextureError=glass&bgImgOpacityError=0&borderColorError=%23F26649&fcError=%23F26649&iconColorError=%23F26649&bgColorOverlay=%23aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

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

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

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

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

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

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

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

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

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

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

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

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

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

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

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

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

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

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

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

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

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

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

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

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

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

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em; }

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

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

.ui-widget-content {
  border: 1px solid #eee;
  background: #ffffff url("images/images/ui-bg_flat_0_ffffff_40x100.png") 50% 50% repeat-x;
  color: #222222; }

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

.ui-widget-header {
  border: 1px solid #eee;
  background: #eee url("images/images/ui-bg_highlight-soft_0_eee_1x100.png") 50% 50% repeat-x;
  color: #333;
  font-weight: bold; }

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

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #eee;
  background: #eee url("images/images/ui-bg_glass_0_eee_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #0069AA; }

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

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #ddd;
  background: #ddd url("images/images/ui-bg_glass_0_ddd_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #0069AA; }

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

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff url("images/images/ui-bg_glass_0_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121; }

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

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #eee;
  background: #fff url("images/images/ui-bg_glass_0_fff_1x400.png") 50% 50% repeat-x;
  color: #F26649; }

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

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #F26649;
  background: #fef1ec url("images/images/ui-bg_glass_0_fef1ec_1x400.png") 50% 50% repeat-x;
  color: #F26649; }

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

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

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

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

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

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* For IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 0px; }

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

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

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

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa url("images/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30); }

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url("images/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
  border-radius: 8px; }

.page-template-global_map-php #footer-container {
  display: none; }

.map-single {
  height: 360px; }

.map-content-wrap,
.map-global {
  position: fixed !important;
  top: 155px;
  left: 0;
  right: 0;
  bottom: 64px;
  width: 100%; }

.map-global {
  z-index: 2; }
  .map-global:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: 5px;
    z-index: 1000;
    box-shadow: 0 1px 3px rgba(0, 105, 170, 0.2); }

.map-content-wrap {
  z-index: 3;
  text-align: center;
  min-width: 960px;
  -webkit-transition: z-index 0ms linear 0ms;
  -moz-transition: z-index 0ms linear 0ms;
  transition: z-index 0ms linear 0ms; }
  .map-content-wrap:before {
    content: '';
    display: inline-block;
    width: 10px;
    margin-right: -20px;
    height: 100%;
    vertical-align: middle; }
  .map-content-wrap.hidden {
    z-index: 1;
    -webkit-transition: z-index 0ms linear 500ms;
    -moz-transition: z-index 0ms linear 500ms;
    transition: z-index 0ms linear 500ms; }
    .map-content-wrap.hidden .map-overlay {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
      filter: alpha(opacity=0);
      zoom: 1; }
    .map-content-wrap.hidden .map-content {
      -webkit-transform: translateY(200%);
      -moz-transform: translateY(200%);
      -ms-transform: translateY(200%);
      -o-transform: translateY(200%);
      transform: translateY(200%); }
    .map-content-wrap.hidden + .map-filters-wrap {
      z-index: 4;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px);
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
      filter: alpha(opacity=100);
      zoom: 1; }

.map-filters-wrap {
  z-index: 0;
  width: 100%;
  max-width: 960px;
  background: #fff;
  position: absolute;
  top: 175px;
  right: auto;
  bottom: auto;
  left: 50%;
  margin-left: -480px;
  -webkit-transform: translateY(-75px);
  -moz-transform: translateY(-75px);
  -ms-transform: translateY(-75px);
  -o-transform: translateY(-75px);
  transform: translateY(-75px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
  filter: alpha(opacity=0);
  zoom: 1;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  box-shadow: 0 1px 3px rgba(0, 105, 170, 0.2);
  padding: 5px; }
  .map-filters-wrap .map-filters {
    float: left;
    width: calc(100% - 320px);
    margin-top: 3px; }
    .map-filters-wrap .map-filters em {
      margin-left: 10px;
      text-transform: uppercase;
      color: #aaa;
      font-size: 0.8em; }
    .map-filters-wrap .map-filters a {
      display: inline-block;
      color: #555;
      text-decoration: none;
      -webkit-transition: color 300ms linear;
      -moz-transition: color 300ms linear;
      transition: color 300ms linear;
      margin-left: 10px; }
      .map-filters-wrap .map-filters a:before {
        color: #f26649;
        -webkit-transition: color 300ms linear;
        -moz-transition: color 300ms linear;
        transition: color 300ms linear; }
      .map-filters-wrap .map-filters a:hover {
        color: #f26649; }
        .map-filters-wrap .map-filters a:hover:before {
          color: #0069aa; }
  .map-filters-wrap button {
    float: right;
    background: #0069aa;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    margin: 0 2px;
    border: 0 none;
    font-size: 1.1em;
    line-height: 1.5em;
    cursor: pointer;
    width: 150px;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    transition: background-color 300ms linear; }
    .map-filters-wrap button.clear-filters {
      background: #ddd; }
    .map-filters-wrap button:hover {
      background: #f26649; }

@media only screen and (max-width: 960px) {
  .map-filters-wrap {
    left: 0;
    margin-left: 0; } }

.map-content {
  z-index: 10;
  text-align: left;
  max-height: 92%;
  overflow-y: auto;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  min-height: 200px;
  width: 942px;
  padding: 10px;
  font-size: 16px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out; }
  .map-content h2,
  .map-content h3 {
    margin-bottom: 10px;
    color: #f26649;
    font-size: 22px;
    font-weight: normal; }
  .map-content h3 {
    font-size: 18px; }
  .map-content .alignnone {
    margin-bottom: 0; }
  .map-content .section {
    margin: 0 auto;
    width: 940px; }
  .map-content .first-section {
    margin-top: 0; }
  .map-content .section:last-child {
    padding-bottom: 0; }
    .map-content .section:last-child a:nth-child(4n) .alignleft {
      margin-right: 0; }
    .map-content .section:last-child .alignleft {
      margin: 0 20px 0 0; }

@media only screen and (min-width: 1020px) {
  .map-content {
    padding: 15px; } }

.map-overlay {
  box-shadow: inset 0 4px 3px -3px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: opacity 500ms ease-in-out;
  -moz-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out; }

.map-search-form {
  font-size: 14px;
  margin: 10px 0; }
  .map-search-form .section.first-section {
    padding: 0; }
  .map-search-form:after {
    content: '';
    display: table;
    clear: both; }
  .map-search-form fieldset {
    float: left;
    width: 340px;
    margin-right: 20px; }
  .map-search-form .dropdown-wrap {
    position: relative;
    z-index: 20;
    height: 36px; }
    .map-search-form .dropdown-wrap .choices {
      border: 1px solid #ddd;
      position: absolute;
      top: 0;
      left: 0;
      padding: 0 0 10px;
      width: 100%;
      overflow: hidden;
      max-height: 24px;
      background: #ECF5FE;
      transition: max-height 240ms ease; }
      .map-search-form .dropdown-wrap .choices.open {
        max-height: 216px;
        overflow-y: auto; }
      .map-search-form .dropdown-wrap .choices li {
        padding-left: 12px; }
      .map-search-form .dropdown-wrap .choices > li > .field-wrap {
        font-size: 1.2em; }
      .map-search-form .dropdown-wrap .choices > li:first-child {
        margin-top: 42px; }
      .map-search-form .dropdown-wrap .choices label {
        display: block;
        line-height: 28px; }
    .map-search-form .dropdown-wrap .handle {
      border: 1px solid #ddd;
      z-index: 20;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      display: block;
      height: 34px;
      background: #fff;
      line-height: 3px;
      text-indent: 15px;
      line-height: 34px;
      color: #bbb;
      font-weight: bold; }
      .map-search-form .dropdown-wrap .handle span.list {
        display: block;
        font-weight: normal;
        font-style: italic;
        color: #555;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: calc(100% - 36px); }
      .map-search-form .dropdown-wrap .handle:after {
        content: '';
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAMAAAANmfvwAAAAD1BMVEXzaEv0cVb6xrv9493///+w3lrTAAAARklEQVR4Ae3SIRYAIQwD0dku9z8zD8uIRiIa/UVfE1abISf1/Q0puA0SMkjIICGDhAwSMo8WkJxbFvnr8gJcYz6GdFLKkA0yVBBtRYx94gAAAABJRU5ErkJggg==);
        position: absolute;
        top: 0;
        right: 0;
        height: 34px;
        width: 36px;
        z-index: 10; }
  .map-search-form legend {
    height: 18px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 5px; }
  .map-search-form button {
    height: 36px;
    padding: 0;
    margin: 23px 0 0;
    border: 0;
    background: #f26649;
    color: #fff;
    font-weight: bold;
    width: 220px;
    font-size: 16px;
    letter-spacing: 1px;
    cursor: pointer; }
    .map-search-form button:hover {
      background: #0069aa; }

.gm-style-iw > div {
  width: 100% !important; }

.markerLabel {
  font-size: 400px !important; }

.info-window {
  font-size: 12px;
  line-height: 16px;
  padding: 10px 0; }
  .info-window h5 {
    padding-right: 20px;
    font-size: 16px;
    font-weight: normal; }
    .info-window h5 a {
      color: #0069aa; }
  .info-window .cats {
    margin: 7px 0 2px;
    padding: 5px;
    background: #ECF5FE; }
  .info-window + .info-window {
    padding-top: 15px;
    border-top: 1px solid #D5E8F9; }

.map-legend {
  width: 10%;
  box-shadow: 0 1px 3px rgba(0, 105, 170, 0.2);
  background: #fff;
  position: absolute;
  top: 100%;
  right: auto;
  bottom: auto;
  left: 50%;
  text-align: center;
  margin-left: -5%;
  -webkit-transition: all 500ms ease-in-out 300ms, max-height 500ms ease-in-out 0ms;
  -moz-transition: all 500ms ease-in-out 300ms, max-height 500ms ease-in-out 0ms;
  transition: all 500ms ease-in-out 300ms, max-height 500ms ease-in-out 0ms;
  max-height: 30px;
  overflow: hidden; }
  .map-legend .legend-list {
    margin: 10px;
    border: 1px solid rgba(213, 232, 249, 0.5);
    padding: 20px 10px 10px;
    margin-top: -15px;
    -webkit-transition: all 500ms ease-in-out 300ms;
    -moz-transition: all 500ms ease-in-out 300ms;
    transition: all 500ms ease-in-out 300ms;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
    filter: alpha(opacity=0);
    zoom: 1; }
    .map-legend .legend-list .cat-parent {
      float: left;
      width: 25%;
      box-sizing: border-box;
      padding: 2px 8px; }
      .map-legend .legend-list .cat-parent > a {
        color: #777;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 1.1em;
        border-bottom: 2px solid rgba(213, 232, 249, 0.5);
        width: 100%;
        padding: 0;
        letter-spacing: 0.05em;
        line-height: 2em;
        margin-bottom: 5px; }
        .map-legend .legend-list .cat-parent > a:hover {
          color: #111; }
    .map-legend .legend-list .cat-item {
      text-align: left; }
    .map-legend .legend-list a {
      background-repeat: no-repeat;
      background-position: 4px 2px;
      padding: 2px 5px 2px 30px;
      line-height: 25px;
      display: inline-block;
      color: #666;
      font-weight: bold;
      box-sizing: border-box;
      text-decoration: none; }
      .map-legend .legend-list a:hover {
        color: #444; }
      .map-legend .legend-list a.on {
        background-color: rgba(213, 232, 249, 0.5); }
      .map-legend .legend-list a .cat-count {
        color: #888;
        font-weight: normal;
        font-size: 0.8em; }
  .map-legend.expanded {
    width: 100%;
    margin-left: 0%;
    left: 0%;
    max-height: 1000px;
    -webkit-transition: all 500ms ease-in-out 0ms, max-height 500ms ease-in-out 400ms;
    -moz-transition: all 500ms ease-in-out 0ms, max-height 500ms ease-in-out 400ms;
    transition: all 500ms ease-in-out 0ms, max-height 500ms ease-in-out 400ms; }
    .map-legend.expanded .legend-list {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
      filter: alpha(opacity=100);
      zoom: 1;
      -webkit-transition: all 500ms ease-in-out 0ms;
      -moz-transition: all 500ms ease-in-out 0ms;
      transition: all 500ms ease-in-out 0ms; }
  .map-legend .icon-key {
    line-height: 30px;
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 0 10px;
    text-transform: uppercase;
    color: #999; }
    .map-legend .icon-key:before {
      margin-right: 5px;
      color: #f26649; }
