/* Preload images */
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,600);
body:after {
  content: url(close.png) url(light/loading.gif) url(light/arrows.png) url(light/arrows.png);
  display: none; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-container {
  padding: 4px; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(light/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 80px;
  left: 0;
  float: left;
  background: url(light/arrows.png) 20px 50% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 80px;
  right: 0;
  float: right;
  background: url(light/arrows.png) -37px 50% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(light/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

#quick-list {
  position: fixed;
  top: 0;
  background: #CCC;
  width: 100%;
  text-align: center; }

#quick-list ul {
  display: inline;
  width: 100%;
  list-style: none; }

#quick-list li {
  width: 25%;
  display: inline;
  padding: 50px; }

#quick-list #wrap {
  width: 50%;
  margin: auto; }

@font-face {
  font-family: 'Gotham-Bold';
  src: url("/fonts/gotham-fonts/gotham/Gotham-Bold.otf"); }

@font-face {
  font-family: 'Gotham-Book';
  src: url("/fonts/gotham-fonts/gotham/Gotham-Book.otf"); }

@font-face {
  font-family: 'Gotham-Light';
  src: url("/fonts/gotham-fonts/gotham/Gotham-Light.otf"); }

@font-face {
  font-family: 'Gotham-Medium';
  src: url("/fonts/gotham-fonts/gotham/Gotham-Medium.otf"); }

@font-face {
  font-family: 'GothamNarrow-Light';
  src: url("/fonts/GothamNarrow-Light.otf"); }

@font-face {
  font-family: 'GothamNarrow-Bold';
  src: url("/fonts/GothamNarrow-Bold.otf"); }

@font-face {
  font-family: 'GothamNarrow-Book';
  src: url("/fonts/GothamNarrow-Book.otf"); }

@font-face {
  font-family: 'GothamX-Bold';
  src: url("/fonts/GothamX-Narrow-Bold.otf"); }

@font-face {
  font-family: 'GothamNarrow-Thin';
  src: url("/fonts/GothamNarrow-Thin.otf"); }

* {
  margin: 0;
  padding: 0; }

html,
button,
input,
select,
textarea {
  color: #222; }

a {
  text-decoration: none; }

body {
  background: url("/images/white-linen.png") repeat 0 0;
  font-family: 'Gotham-Light';
  font-size: 14px; }

.headband {
  display: block;
  padding-top: 10px;
  max-width: 1024px;
  margin: 0 auto; }

h1 {
  font-family: 'Gotham-Light';
  text-transform: uppercase;
  /* color: #004d72; */ }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

img {
  vertical-align: middle;
  border: none; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

.previous_event div {
  width: 100%;
  background: red;
  color: white;
  padding: 5px; }

.market_list {
  position: absolute; }

header {
  z-index: 9998;
  min-width: 1000px;
  display: block;
  background: url(/images/home_banner.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-bottom: 3px solid #fff;
  box-shadow: 0px 2px 19px; }

.new_header {
  display: none; }

.mobile-logo {
  display: none; }

.coinbg {
  background: #000 url("/images/home_banner.jpg") no-repeat top center;
  height: 300px !important;
  margin-top: -40px; }

#sticky_navigation {
  width: 100%;
  -webkit-transform: translateZ(0); }

section {
  margin: 0 auto;
  max-width: 1120px; }

footer {
  background: #151515;
  clear: both;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400; }

.featured_in_container {
  display: block;
  background: #c9c7c7; }

.featured_in {
  padding-bottom: 30px;
  width: 100%;
  text-align: center; }

.featured_heading {
  padding: 10px 0px;
  font-size: 18px;
  font-family: 'Gotham Medium', arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: black; }

.featured_in img {
  margin: 0 .5%;
  height: 40px; }

.main_content {
  max-width: 1030px;
  margin: 0 auto;
  padding: 25px 0; }

h2.list-title.col-1 {
  text-align: center;
  padding-top: 13px;
  border-top: 1px solid;
  margin: 20px 0;
  font-family: 'Gotham-Light';
  font-size: 21.4px;
  text-transform: uppercase; }

/* ==========================================================================
   Joon Bug NewYears.com styles
   ========================================================================== */
.logo {
  position: relative;
  /* float: left; */
  z-index: 9999;
  margin-top: 15px; }

section.logo-container {
  margin-top: 0px; }

.nice-select {
  position: static;
  display: inline-block; }

.nice-select__title {
  position: relative;
  display: inline-block;
  padding: 14px 60px 15px 18px; }

.nice-select__title:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 2px;
  bottom: 0;
  width: 45px;
  background: #999;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s; }

.nice-select:hover .nice-select__title:before,
.nice-select.open .nice-select__title:before {
  background: #4a4a4a; }

.nice-select__title:after {
  content: " ";
  position: absolute;
  top: 10px;
  right: 16px;
  width: 13px;
  height: 13px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  overflow: hidden; }

.nice-select.open .nice-select__title:after {
  top: 17px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.nice-select__title:hover {
  cursor: pointer; }

.nice-select:hover, .nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #4a4a4a; }

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0); }

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none; }

.nice-select.disabled__title:after {
  border-color: #cccccc; }

.nice-select.wide {
  width: 100%; }

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important; }

.nice-select.right {
  float: right; }

.nice-select.right .list {
  left: auto;
  right: 0; }

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px; }

.nice-select.small:after {
  height: 4px;
  width: 4px; }

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px; }

.nice-select .list {
  position: absolute;
  top: 100%;
  left: 1.923% !important;
  right: 1.923% !important;
  background-color: #4a4a4a;
  border: 1px solid #4a4a4a;
  box-sizing: border-box;
  opacity: 0;
  overflow: hidden;
  margin: 0;
  padding: 16px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.45);
  pointer-events: none;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  z-index: 9; }

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important; }

.nice-select .list__item {
  float: left;
  width: 24.4%;
  margin: 0;
  margin-right: 0.8%;
  padding: 0; }

.nice-select .list__item:nth-child(4n) {
  margin-right: 0; }

@media (max-width: 768px) {
  .nice-select .list__item {
    width: 100%;
    margin-right: 0; } }

.nice-select .list__title {
  margin: 0;
  padding: 3px 24px 16px;
  text-align: center;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700; }

.nice-select .list__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: #4a4a4a; }

.nice-select .list__close span {
  position: absolute;
  top: 20px;
  left: 8px;
  width: 26px;
  height: 1px;
  border: none;
  border-radius: 0;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.nice-select .list__close .first {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.nice-select .list__close .second {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  list-style: none;
  outline: none;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.nice-select .option a {
  display: block;
  line-height: 1.5;
  padding: 8px; }

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #999;
  color: #fff; }

.nice-select .option:hover a,
.nice-select .option.focus a,
.nice-select .option.selected.focus a {
  color: #fff; }

.nice-select .option.selected {
  font-weight: bold; }

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default; }

#top-nav {
  margin: 0 auto;
  width: 1000px; }

#head-top {
  overflow: hidden; }

#head-top li a {
  float: left;
  color: #0099ff; }

.venue_name {
  width: 100%;
  margin: 23px auto;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Gotham-Light'; }

#head-bottom {
  background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(243, 246, 250, 0.21) 54%, rgba(247, 249, 252, 0) 55%, rgba(255, 255, 255, 0) 57%, rgba(125, 185, 232, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30, 87, 153, 0)), color-stop(54%, rgba(243, 246, 250, 0.21)), color-stop(55%, rgba(247, 249, 252, 0)), color-stop(57%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(125, 185, 232, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(243, 246, 250, 0.21) 54%, rgba(247, 249, 252, 0) 55%, rgba(255, 255, 255, 0) 57%, rgba(125, 185, 232, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(243, 246, 250, 0.21) 54%, rgba(247, 249, 252, 0) 55%, rgba(255, 255, 255, 0) 57%, rgba(125, 185, 232, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(243, 246, 250, 0.21) 54%, rgba(247, 249, 252, 0) 55%, rgba(255, 255, 255, 0) 57%, rgba(125, 185, 232, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(243, 246, 250, 0.21) 54%, rgba(247, 249, 252, 0) 55%, rgba(255, 255, 255, 0) 57%, rgba(125, 185, 232, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#007db9e8',GradientType=0 );
  /* IE6-9 */
  margin: 40px auto 0;
  /* position: absolute; */
  max-width: 992px;
  top: 180px;
  display: block; }

.mobile-view {
  display: none; }

/*#ctct {
background: none !important;
}*/
#ctct-main {
  width: 1000px !important;
  padding: 5px 15px 0 !important; }

.nav-effect {
  overflow: hidden;
  display: block;
  background: rgba(255, 255, 255, 0.1); }

.toggle {
  background: #000000;
  -moz-box-shadow: 0 5px 25px -5px #000000;
  -webkit-box-shadow: 0 5px 25px -5px #000000;
  box-shadow: 0 5px 25px -5px #000000;
  filter: progid:dximagetransform.microsoft.shadow(strength=10, direction=180, color='#000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 10, Direction = 180, Color = '#000000')"; }

.topbg {
  /*background: url("/images/black-linen.png") repeat 0 0;*/
  width: 100%;
  height: 40px; }

.single-desc p {
  padding-bottom: 10px; }

.topsearch {
  background: #d5c8aa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  padding: 6px 5px;
  width: 239px;
  color: #333; }

.topsearchicon {
  background: url("/images/searchicon.png") no-repeat 0 0;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 5px;
  top: 6px;
  display: block; }

.topsearch placeholder {
  color: #333; }

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #333; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #333; }

.topsearch:focus, .nav-search input[type="text"]:focus {
  outline: none;
  -moz-box-shadow: inset 0 0 5px #888;
  -webkit-box-shadow: inset 0 0 5px #888;
  box-shadow: inner 0 0 5px #888; }

.social-search {
  width: 240px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 29px; }

.social-search span {
  color: #D1B579;
  text-transform: uppercase;
  font-family: 'Gotham-Light';
  font-size: 12px;
  font-weight: bold;
  float: left;
  padding-top: 5px; }

.socialblock {
  background: url("/images/social_sprite.png") no-repeat 0 0;
  height: 25px;
  width: 101px;
  float: right; }

.socialblock a {
  width: 25px;
  height: 25px;
  display: block;
  float: left;
  margin-right: 13px; }

.socialblock a:last-child {
  margin-right: 0; }

#head-bottom ul {
  list-style: none;
  float: left; }

#head-bottom li {
  float: left;
  font-family: Arial,sans-serif;
  font-weight: normal;
  font-size: 12.7px;
  letter-spacing: 1px; }

#head-bottom li:last-child {
  border: none; }

#head-bottom li a {
  text-decoration: none;
  color: #D1B579;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 11px; }

.conciergebtn a {
  padding: 10px 20px !important; }

.postbtn a {
  padding: 10px 19px !important; }

#head-bottom li a:hover {
  background: #cdbd99;
  color: #333333; }

#crave-customer-toolbar-container {
  top: 0; }

.hometab {
  background: #fff; }

.conciergebtn {
  background: #d5c8aa;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d5c8aa 0%, #d9cdb2 55%, #d0c2a6 55%, #9d947d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d5c8aa), color-stop(55%, #d9cdb2), color-stop(55%, #d0c2a6), color-stop(100%, #9d947d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d5c8aa 0%, #d9cdb2 55%, #d0c2a6 55%, #9d947d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d5c8aa 0%, #d9cdb2 55%, #d0c2a6 55%, #9d947d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d5c8aa 0%, #d9cdb2 55%, #d0c2a6 55%, #9d947d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #d5c8aa 0%, #d9cdb2 55%, #d0c2a6 55%, #9d947d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5c8aa', endColorstr='#9d947d',GradientType=0 );
  /* IE6-9 */ }

.conciergebtn a:hover {
  color: #333 !important;
  text-shadow: none; }

.postbtn {
  /*color:#D1B579;*/
  /*background: #56bcfd; */
  /* Old browsers */
  /*background: -moz-linear-gradient(top,  #56bcfd 0%, #69c3fd 55%, #54b8f7 55%, #3e8bbb 100%);*/
  /* FF3.6+ */
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#56bcfd), color-stop(55%,#69c3fd), color-stop(55%,#54b8f7), color-stop(100%,#3e8bbb));*/
  /* Chrome,Safari4+ */
  /*background: -webkit-linear-gradient(top,  #56bcfd 0%,#69c3fd 55%,#54b8f7 55%,#3e8bbb 100%); */
  /* Chrome10+,Safari5.1+ */
  /*background: -o-linear-gradient(top,  #56bcfd 0%,#69c3fd 55%,#54b8f7 55%,#3e8bbb 100%); */
  /* Opera 11.10+ */
  /*background: -ms-linear-gradient(top,  #56bcfd 0%,#69c3fd 55%,#54b8f7 55%,#3e8bbb 100%); */
  /* IE10+ */
  /*background: linear-gradient(to bottom, rgba(204, 204, 204, 0.5) 0%,#666 55%,#333 55%,rgba(0, 0, 0, 0.5) 100%); */
  /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56bcfd', endColorstr='#3e8bbb',GradientType=0 );*/
  /* IE6-9 */ }

.postbtn a:hover {
  color: #000000 !important;
  text-shadow: none; }

.conciergebtn a {
  color: #333 !important;
  font-weight: 400; }

.postbtn a {
  color: #D1B579 !important;
  font-weight: 400; }

.tophome-block {
  /* width:250px; */
  /* height:111px; */
  overflow: visible;
  width: 100%;
  height: inherit;
  float: initial;
  margin-bottom: -38px; }

/* choose city dropdown */
.btn {
  background-color: #F5F5F5;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin: 0 10px 0 0;
  padding: 4px 30px 4px 40px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  text-decoration: none; }

.choosebtn {
  background: url("/images/togglecity.png") no-repeat 135px 8px;
  display: block;
  height: 100%;
  width: 100%; }

.choose a {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  color: #D1B579;
  padding-right: 24px;
  padding: 2px 13px; }

.city-ad {
  /* float: right; */
  /* width: 728px; */
  /* margin-top: 10px; */ }

.city-ad .menu {
  margin: 5px 0 8px; }

#description-link {
  margin-top: -400px;
  position: absolute; }

#markets_list {
  margin-top: -430px;
  position: absolute; }

.subcontent {
  clear: both;
  width: 1000px;
  margin: 10px auto 40px;
  line-height: 29px; }

#ads {
  background: none repeat scroll 0 0 #D5D5D5;
  height: 90px;
  width: 728px;
  overflow: hidden;
  float: left; }

.admarket {
  display: block;
  border-top: 2px solid #eee8db;
  margin-top: 5px;
  padding-top: 5px; }

/* counter */
#counter {
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  padding: 10px; }

#box_jbeeb_7,
#box_jbeeb_11,
#box_jbeeb_15,
#box_jbeeb_19,
#box_jbeeb_23 {
  opacity: 0; }

#container_jbeeb_5,
#container_jbeeb_9,
#container_jbeeb_13,
#container_jbeeb_17,
#container_jbeeb_21 {
  background: #cccccc !important;
  background: -moz-linear-gradient(top, rgba(204, 204, 204, 0.5) 0%, rgba(204, 204, 204, 0.5) 50%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(204, 204, 204, 0.5)), color-stop(50%, rgba(204, 204, 204, 0.5)), color-stop(50%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0.5))) !important;
  background: -webkit-linear-gradient(top, rgba(204, 204, 204, 0.5) 0%, rgba(204, 204, 204, 0.5) 50%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 100%) !important;
  background: -o-linear-gradient(top, rgba(204, 204, 204, 0.5) 0%, rgba(204, 204, 204, 0.5) 50%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 100%) !important;
  background: -ms-linear-gradient(top, rgba(204, 204, 204, 0.5) 0%, rgba(204, 204, 204, 0.5) 50%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 100%) !important;
  background: linear-gradient(to bottom, rgba(204, 204, 204, 0.5) 0%, rgba(204, 204, 204, 0.5) 50%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 100%) !important;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#cccccc', endColorstr='#000000', GradientType=0) !important; }

/* large slider on homepage */
.slider {
  float: left;
  overflow: hidden;
  width: 100%;
  height: 400px; }

#large-carousel {
  min-width: 100%; }

.top-phone {
  font-size: 19px;
  color: #fff;
  top: -30px;
  right: 270px;
  position: absolute; }

.top-bar {
  /* margin:0 auto; */
  /* width:1000px; */
  /* position:relative; */ }

a.ctct-tab, .ctct-flyout {
  border-radius: none;
  border: none; }

.banner-mid {
  margin-top: -400px;
  overflow: hidden;
  position: absolute;
  width: 780px;
  margin-left: -151px;
  background: url("/images/banner_mid.png") no-repeat scroll 0 0 transparent;
  height: 400px; }

.homebtns {
  margin-left: 168px;
  position: relative; }

.bm-row1 {
  width: 252px;
  display: block;
  margin: 25px 7px 25px 0px;
  float: left; }

.bm-row1 a {
  margin-bottom: 12px;
  display: block; }

.bm-side-btn {
  position: absolute;
  top: 292px; }

.banner-mid a img:hover {
  -moz-opacity: 0.80;
  opacity: 0.80;
  -moz-transition: background-color 0.5s linear;
  -o-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
  -webkit-transition: background-color 0.5s linear;
  background: #0A5C8C;
  -webkit-transition: opacity .5s linear;
  -o-transition: opacity .5s linear;
  -moz-transition: opacity .5s linear;
  transition: opacity .5s linear;
  overflow: hidden; }

.banner-mid-lg {
  background: none repeat scroll 0 0 #FFFFFF;
  margin-left: -30px;
  margin-top: 5px;
  position: absolute;
  width: 1100px;
  height: 229px;
  z-index: 999; }

.banner-btns {
  float: left;
  width: 246px;
  margin: 30px; }

.banner-btns a:hover {
  -moz-transition: background-color 0.5s linear;
  -o-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
  -webkit-transition: background-color 0.5s linear;
  background: #57bdfd; }

.banner-btns img {
  padding-bottom: 1px; }

p.banner-text {
  line-height: 22px;
  max-height: 245px;
  overflow: hidden;
  text-align: justify;
  text-overflow: ellipsis;
  width: 220px;
  word-break: hyphenate;
  float: right;
  margin-right: 130px;
  margin-top: 20px; }

p.banner-text-lg {
  float: left;
  height: 180px;
  line-height: 22px;
  margin: 25px 25px 0 0;
  overflow: hidden;
  position: relative;
  text-align: justify;
  text-overflow: ellipsis;
  width: 370px; }

.banner-imgs-home {
  width: 246px;
  overflow: hidden;
  margin-top: 30px;
  float: right;
  position: relative;
  margin-right: 30px; }

.banner-imgs {
  float: right;
  margin-right: 12px;
  margin-top: 30px;
  overflow: hidden;
  width: 386px; }

.breadcrumb {
  padding: 13px 12px;
  margin: 0 auto;
  max-width: 531px;
  width: 100%;
  text-align: left;
  float: left;
  display: inline-block; }

.breadcrumb a {
  color: black; }

.banner-imgs-home .htitle {
  position: absolute;
  top: 72px;
  left: 0;
  width: 100%;
  font-family: 'Gotham-Light';
  font-size: 25px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center; }

.banner-imgs-home .htitle span {
  color: #fff;
  letter-spacing: -1px;
  background: black;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px;
  display: block; }

.banner {
  float: left;
  overflow: hidden;
  width: 100%;
  height: 180px;
  margin-top: -40px;
  margin-bottom: 20px;
  background: url("/images/banner_bg.png") repeat-x 0 0; }

.banner ul {
  list-style: none;
  height: 134px;
  overflow: hidden;
  width: 200%;
  margin: 0;
  padding: 15px 10px; }

.accord li {
  float: left;
  margin-right: 5px !important; }

.caroufredsel_wrapper {
  height: 180px !important; }

.right-banner {
  background: url("/images/banner-bg-right.png") no-repeat scroll 0 0 transparent;
  display: block;
  float: right;
  height: 239px;
  overflow: hidden;
  position: relative;
  width: 105px;
  z-index: 95;
  margin-right: -170px; }

.left-banner {
  background: url("/images/banner-bg-left.png") no-repeat scroll 0 0 transparent;
  display: block;
  float: right;
  height: 239px;
  overflow: hidden;
  position: absolute;
  width: 105px;
  margin-left: -130px; }

.mini-sliderarea {
  float: right;
  overflow: hidden;
  width: 430px;
  margin-top: 20px; }

.list_carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block; }

.list_carousel li {
  background-color: #eee;
  padding: 0;
  margin: 0;
  display: block;
  float: left; }

.list_carousel.responsive {
  width: auto;
  margin-left: 0; }

.mini-slider li {
  padding: 0;
  margin: 0;
  display: block;
  float: left; }

.left-contentarea {
  float: left;
  width: 625px; }

.right-contentarea {
  float: right;
  position: relative;
  height: 586px;
  width: 332px;
  background: #fbfaf7;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #fbfaf7 5%, #eee9dc 31%, #cdbd98 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(5%, #fbfaf7), color-stop(31%, #eee9dc), color-stop(100%, #cdbd98));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #fbfaf7 5%, #eee9dc 31%, #cdbd98 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #fbfaf7 5%, #eee9dc 31%, #cdbd98 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #fbfaf7 5%, #eee9dc 31%, #cdbd98 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #fbfaf7 29%, #eee9dc 41%, #b4a684 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfaf7', endColorstr='#cdbd98',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  padding: 20px; }

.image_carousel {
  overflow: hidden;
  width: 465px; }

.mini-slider {
  list-style: none; }

.content1 p, .content2 p {
  float: left;
  font-size: 12px;
  font-family: 'Gotham-Light';
  padding: 0 20px;
  line-height: 25px; }

a.prev {
  background: url("/images/prev-slidearrow.png") no-repeat 0 0;
  width: 40px;
  height: 179px;
  display: block;
  position: absolute;
  margin-left: -40px;
  margin-top: -300px; }

a.next {
  background: url("/images/next-slidearrow.png") no-repeat 0 0;
  width: 40px;
  height: 179px;
  display: block;
  position: absolute;
  margin-left: 400px;
  margin-top: -300px; }

#map {
  height: 300px;
  width: 100%; }

a.prev span, a.next span {
  display: none; }

/****** content area ******/
.content1 {
  clear: both;
  overflow: hidden;
  background: none;
  margin: 40px 0;
  border-bottom: 1px solid #333;
  padding-bottom: 40px; }

.home-title {
  font-size: 31px;
  clear: both;
  margin: 10px 0;
  color: #999;
  background-color: #999;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: rgba(255, 255, 255, 0.5) 0px 3px 3px; }

.view-link {
  padding-left: 10px;
  display: inline-block;
  padding-top: 14px; }

.content1-head h2 {
  float: left;
  color: #004d72;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase; }

.content1 h1, .content2 h1 {
  float: left;
  font-size: 26px; }

.content1-head {
  overflow: hidden; }

.content2-head {
  overflow: hidden; }

.box-content span {
  clear: both;
  width: 200px;
  display: block; }

.box-content2 span {
  clear: both; }

.buy-tickets {
  color: #000;
  font-weight: bold;
  width: 122px;
  text-transform: uppercase;
  font-size: 15px;
  padding: 14px 18px;
  top: 165px;
  position: absolute;
  text-align: center;
  left: 50%;
  margin-left: -80px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fbfaf7;
  background: -moz-radial-gradient(center, ellipse cover, #fbfaf7 5%, #eee9dc 31%, #cdbd98 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(5%, #fbfaf7), color-stop(31%, #eee9dc), color-stop(100%, #cdbd98));
  background: -webkit-radial-gradient(center, ellipse cover, #fbfaf7 5%, #eee9dc 31%, #cdbd98 100%);
  background: -o-radial-gradient(center, ellipse cover, #fbfaf7 5%, #eee9dc 31%, #cdbd98 100%);
  background: -ms-radial-gradient(center, ellipse cover, #fbfaf7 5%, #eee9dc 31%, #cdbd98 100%);
  background: radial-gradient(ellipse at center, #fbfaf7 29%, #eee9dc 41%, #b4a684 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfaf7', endColorstr='#cdbd98',GradientType=1 ); }

.venue_address {
  width: 100%;
  margin: 8px auto;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'Gotham-Light'; }

.more-info-tix {
  color: #000;
  font-weight: bold;
  width: 122px;
  text-transform: uppercase;
  font-size: 15px;
  padding: 14px 18px;
  top: 136px;
  position: absolute;
  text-align: center;
  left: 50%;
  margin-left: -80px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #f5ead0;
  background: -moz-linear-gradient(top, #56bcfd 0%, #addcf7 22%, #cde5f2 48%, #aadbf7 73%, #56bcfd 100%);
  background: -ms-linear-gradient(top, #56bcfd 0%, #addcf7 22%, #cde5f2 48%, #aadbf7 73%, #56bcfd 100%);
  background: linear-gradient(to bottom, #f5ead0 0%, rgba(255, 255, 255, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56bcfd', endColorstr='#56bcfd',GradientType=0 ); }

div.home-btnblock a {
  font-weight: bold;
  color: #333;
  font-size: 16px;
  top: 20px;
  position: relative; }

div.home-btnblock a:hover {
  text-decoration: underline; }

article {
  width: 243px;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  position: relative; }

.market_events img {
  max-width: 100%; }

.content-row1 article {
  width: 315px;
  float: left;
  font-size: 12px;
  line-height: 20px;
  position: relative; }

.articles .container h4 {
  text-align: center;
  font-size: 18pt;
  padding: 25px 0; }

.slide {
  display: inline-block;
  margin: 0px 0 30px 8px; }

.place-holder-image {
  height: 315px;
  width: 315px; }

.content-row1 article {
  margin-right: 35px;
  margin-bottom: 15px; }

.content-row1 article:nth-child(even) {
  margin-right: 10px;
  float: left; }

section.content-row5.two-grid:nth-child(2) {
  display: inline-block;
  float: right;
  margin-right: 0; }

section.content-row5.two-grid {
  position: relative;
  vertical-align: top;
  margin-top: -315px;
  display: inline-block; }

article h2 a, .eventtitle a, .citytitle a {
  font-size: 27px;
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300; }

.eventtitle a {
  font-size: 19px; }

.content-row1 article:last-child {
  /* float: right; */ }

.box-content {
  display: none;
  padding: 3px 10px;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  height: 317px; }

.filter-container.filter-city-container {
  width: 669px;
  display: none;
  padding: 15px 19px 5px;
  background: #000;
  overflow-y: auto;
  z-index: 100;
  overflow-x: hidden; }

.filter-list-container {
  position: relative !important;
  top: -7px !important;
  display: block !important;
  visibility: visible !important;
  background: none !important;
  border: none !important;
  z-index: 20; }

ul.filter-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 100%; }

.countdown-box.js-countdown-box {
  max-width: 717px;
  color: white;
  font-size: 26.67px;
  text-transform: uppercase;
  font-family: helvetica;
  position: relative;
  top: 2px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 52px, rgba(155, 155, 155, 0.5) 124%);
  padding: 17px;
  border-radius: 13px 13px 0px 0px;
  /* margin-bottom: -4px; */
  left: 13px;
  opacity: 39px;
  display: inline-block;
  border: 1px solid black; }

.countdown {
  display: inline-block;
  border-right: 1px solid;
  padding-right: 16px;
  vertical-align: middle;
  /* overflow: hidden; */
  padding-left: 11px; }

span.countdown-num {
  display: block; }

span.countdown-text {
  display: block;
  font-size: 14px; }

.count-until {
  display: inline;
  letter-spacing: 5px; }

.box-content2 {
  padding: 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(213, 200, 170, 0.8);
  color: #fff; }

.box-content2 h2, .citytitle {
  margin-bottom: -3px;
  display: block; }

.box-content2 h2 a, .citytitle a {
  font-size: 37px; }

.grey {
  background-color: #ededed; }

.right-desc {
  color: #535353;
  font-size: 14px;
  line-height: 24px;
  text-align: center; }

.right-desc h2 {
  font-size: 58px;
  color: #333;
  font-family: 'GothamNarrow-Thin';
  overflow: hidden;
  padding: 0 0 12px;
  margin-bottom: 18px;
  border-bottom: 1px solid #333; }

.right-desc h2 a {
  color: #333;
  font-weight: normal;
  line-height: 77px;
  text-transform: uppercase; }

.right-desc span {
  color: #535353;
  font-size: 18px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  display: block;
  clear: both;
  text-align: center;
  padding: 0 0 16px; }

.smtop-contentarea p {
  font-size: 17px;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 0 10px;
  line-height: 25px; }

a.activemenu {
  background: #fff;
  color: #134785; }

.list-caption {
  font-size: 23px;
  color: #000;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  text-align: center;
  display: block;
  text-transform: uppercase;
  background: #dcd0b6;
  padding: 10px 0; }

.homemid-head {
  /* font-size: 16px; */
  /* font-family: 'Source Sans Pro', sans-serif; */
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  display: block;
  width: 100%;
  margin: 0 auto;
  float: left;
  margin-top: 6px; }

li.event-list-item.single-event-box.col-14.template {
  max-width: 500px;
  background: white;
  display: inline-block;
  vertical-align: top;
  margin-right: 14px;
  max-height: 250px;
  margin: 10px 6px 0; }

.event-info-box {
  float: right;
  width: 209px;
  text-align: center;
  padding: 10px 20px;
  line-height: 1.5; }

p.mini_description {
  padding: 10px 0;
  font-family: 'Gotham-Book';
  font-size: 12px; }

h2.details-box--venue-title {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 209px;
  white-space: nowrap; }

p.details-box--address {
  font-family: 'Gotham-Book';
  font-size: 11px;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 209px;
  white-space: nowrap; }

p.details-box--hours {
  font-family: 'Gotham-Book';
  font-size: 11px; }

figure.event-image {
  display: inline-block; }

.whitebtn {
  color: #0ca0fd;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Gotham-Light';
  padding: 5px 10px;
  margin: 0 5px;
  font-weight: bold;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 1%, #f4f4f4 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffffff), color-stop(100%, #f4f4f4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 1%, #f4f4f4 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 1%, #f4f4f4 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 1%, #f4f4f4 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 1%, #f4f4f4 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
  /* IE6-9 */
  -webkit-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.5);
  box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.5); }

.home-btnblock {
  position: absolute;
  bottom: 37px;
  width: 100%;
  left: 1%; }

.home-btnblock span {
  display: block;
  font-size: 15px;
  font-weight: 300;
  font-family: 'Source Sans Pro', sans-serif;
  padding-bottom: 5px; }

.container {
  max-width: 1120px;
  padding: 0 15px;
  margin: 0 auto; }
  .container h1 {
    text-align: center;
    margin: 40px 0;
    border-bottom: 2px solid #bcbdbd;
    padding-bottom: 18px; }

article.single_featured_event {
  display: block;
  width: 100%; }

.flyer {
  max-width: 25.5%;
  float: left; }

@media (max-width: 728px) {
  .flyer {
    max-width: 100%;
    width: 100%;
    float: initial;
    margin: 0 auto; } }

.featured.bottom_section div {
  display: inline-block;
  width: 50%; }

.featured.bottom_section div:last-child {
  float: right; }

.featured.bottom_section {
  margin-top: 30px; }

.featured_informaton {
  max-width: 65%;
  display: inline-block;
  text-align: center;
  background: white;
  padding: 20px 43px; }

.slicknav_menu {
  display: none; }

@media (max-width: 728px) {
  .featured_informaton {
    max-width: initial; }
  .slicknav_menu {
    display: block; }
  .filter-container.filter-city-container {
    background: none; }
  .market_list {
    position: inherit; }
  article.single_featured_event {
    margin: 0 auto; } }

.grey-long {
  width: 100%;
  clear: left; }

.grey-long2 {
  width: 560px;
  clear: left;
  margin-top: 30px; }

.content-row1 {
  overflow: hidden;
  width: 675px;
  margin: 0; }

.content-row2 {
  overflow: hidden;
  width: auto; }

.content2 {
  margin-top: 20px;
  overflow: hidden;
  background-color: #ffffff;
  -moz-box-shadow: 1px 1px 5px #b5b5b5;
  -webkit-box-shadow: 1px 1px 5px #b5b5b5;
  box-shadow: 1px 1px 5px #b5b5b5; }

.view-link a {
  color: #0099ff;
  text-decoration: none;
  font-size: 13px;
  margin-right: 5px; }

.content2 h1 {
  float: left;
  font-size: 26px; }

.content2-col1 {
  float: left;
  width: 500px;
  margin-right: 15px;
  margin-top: 20px; }

.content2-col2 {
  width: 402px;
  float: left; }

.slider-arrows {
  float: left;
  margin-left: -40px;
  position: absolute;
  width: 506px;
  margin-top: 180px; }

.next-arrow {
  float: right; }

.title-divide {
  margin: 50px auto 20px;
  width: 784px; }

.guides {
  margin-bottom: 50px;
  overflow: hidden; }

.guide1,
.guide2,
.guide3 {
  float: left;
  height: 370px;
  margin-right: 28px;
  overflow: hidden;
  width: 314px;
  background-color: #ffffff;
  -moz-box-shadow: 1px 1px 5px #b5b5b5;
  -webkit-box-shadow: 1px 1px 5px #b5b5b5;
  box-shadow: 1px 1px 5px #b5b5b5; }

.guide3 {
  margin: 0 !important; }

#list-places {
  margin-bottom: 70px;
  overflow: hidden;
  clear: both;
  position: relative; }

#place-list {
  list-style: none;
  margin-right: 20px;
  width: 150px;
  float: left; }

#place-list:last-child {
  margin: 0; }

#place-list li:last-child {
  border: none; }

.last {
  margin-top: 55px !important;
  border-bottom: 1px solid #d9d9d9; }

#place-list li:first-child {
  margin-top: 20px; }

#place-list span {
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 10px;
  display: block; }

.border {
  border-bottom: 1px solid #d9d9d9; }

#place-list li {
  padding: 5px 0;
  border-bottom: 1px solid #d9d9d9; }

#place-list a {
  text-decoration: none;
  color: #000000; }

/******* Footer ********/
.dropit {
  list-style: none;
  padding: 0;
  margin: 0; }

.dropit .dropit-trigger {
  position: relative; }

.dropit .dropit-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  /* dropdown left or right */
  z-index: 99999;
  display: none;
  width: 144px;
  list-style: none;
  padding: 0;
  margin: 0; }

.dropit .usd-menu {
  width: 95px !important; }

.dropit .lang-menu {
  width: 116px !important; }

.dropit .dropit-open .dropit-submenu {
  display: block; }

.menu ul {
  display: none; }

/* Hide before plugin loads */
.menu ul.dropit-submenu {
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #b2b2b2;
  padding: 6px 0;
  margin: 3px 0 0 1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  z-index: 9999; }

.menu ul.dropit-submenu a {
  display: block;
  font-size: 14px;
  line-height: 25px;
  color: #7a868e;
  padding: 0 18px;
  text-decoration: none; }

.menu ul.dropit-submenu a:hover {
  background: #248fc1;
  color: #fff;
  width: 100%;
  text-decoration: none; }

.btn {
  background-color: #F5F5F5;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin: 0 10px 0 0;
  padding: 4px 30px 4px 40px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  text-decoration: none; }

.btn1 {
  background: url("/images/icon_globe.png") no-repeat scroll 16px center, url("/images/icon_droparrow.png") no-repeat scroll 95px center;
  background-color: #F5F5F5;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin: 0 10px 0 0;
  padding: 4px 30px 4px 40px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  text-decoration: none; }

.btn2 {
  background: url("/images/icon_money.png") no-repeat scroll 18px center, url("/images/icon_droparrow.png") no-repeat scroll 75px center;
  background-color: #F5F5F5;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin: 0 10px 0 0;
  padding: 4px 30px 4px 40px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  text-decoration: none; }

.sortbar {
  color: #666666 !important;
  cursor: pointer;
  display: inline-block;
  font-size: 16px !important;
  font-weight: normal !important;
  padding: 5px 35px 5px 18px !important;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  text-align: center;
  -moz-box-shadow: 1px 1px 5px #b5b5b5;
  -webkit-box-shadow: 1px 1px 5px #b5b5b5;
  box-shadow: 1px 1px 5px #b5b5b5;
  background: #ffffff url("/images/drop-arrow.png") no-repeat scroll 102px center; }

.menu ul.submenu2 {
  border-radius: 0 0 0 0;
  margin: 0 0 0 70px;
  min-width: 129px;
  border: none; }

.menu ul.submenu2 li a {
  font-weight: normal; }

#list, #gal, #map {
  display: none; }

.tabs {
  color: #8e817e;
  float: right;
  padding: 5px;
  -moz-box-shadow: 0 1px 2px 0px #A5A5A5 inset;
  -webkit-box-shadow: 0 1px 2px 0px #A5A5A5 inset;
  box-shadow: 0 1px 2px 0px #A5A5A5 inset;
  background: none repeat scroll 0 0 #E1E1E1; }

.tabs li {
  float: left;
  font-size: 14px;
  background: none repeat scroll 0 0 #373636;
  display: block;
  margin-right: 3px; }

.tabs li:last-child {
  margin: 0; }

.tabs li.ui-tabs-active {
  background: #666666;
  color: #666666; }

.tabs li a {
  color: #019FD4;
  display: inline-block;
  font-weight: normal;
  height: 25px;
  padding-top: 5px;
  text-decoration: none;
  width: 80px;
  text-align: center; }

.tabs p {
  margin: 10px;
  color: #8d8d8d; }

.tab-pane {
  clear: both; }

.ui-tabs-panel {
  clear: both;
  margin-top: 10px; }

#dropdowns {
  margin: 10px 2em; }

#dropdowns ul {
  float: left;
  margin-bottom: 10px; }

.ftmini {
  font-size: 14px !important;
  font-weight: 600;
  text-transform: capitalize;
  display: block !important; }

.foot-top {
  margin: 40px;
  width: 400px;
  line-height: 26px;
  font-size: 14px;
  display: block;
  padding-bottom: 60px; }

.foot-top p {
  color: #999999;
  clear: both;
  display: inline-block;
  margin-top: 50px; }

.ft-btn {
  margin: 0 auto;
  width: 300px; }

ul.bullet-list li {
  padding: 10px 0;
  font-size: 14px;
  list-style: none; }

.a_z_parties {
  /* float: right; */
  color: #4c4c4c;
  cursor: pointer;
  display: inline-block;
  /* font-size: 18px; */
  background: linear-gradient(to top, white -17%, #b4a684 92%);
  padding: 13px 50px;
  position: relative;
  max-width: 159px;
  font-weight: bold;
  box-shadow: 0.5px 0.5px 1px 0.1px; }

.parties-list.div-ul a {
  color: black; }

.ul_container .title {
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  max-width: 940px; }

.filter-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  cursor: pointer; }

.a_z_parties .ul_container {
  position: absolute;
  width: 1024px;
  right: 0px; }

.a_z_parties .div-ul {
  display: none;
  position: relative;
  padding-bottom: 10px;
  padding-left: 10px;
  width: 100%;
  text-align: initial;
  color: #fff;
  background: linear-gradient(to top, white -17%, #b4a684 92%);
  z-index: 10;
  margin: 0 auto;
  border-radius: 3px; }

.a_z_parties .div-ul ul {
  display: inline-block;
  width: 27%;
  vertical-align: top;
  line-height: 184%;
  letter-spacing: -0.4px;
  font-size: 13px;
  margin: 3px auto; }

.a_z_parties .div-ul ul li {
  list-style: none; }

.post-party {
  color: #D1B579;
  background: #3fb2fa;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3fb2fa 0%, #1c7fbd 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3fb2fa), color-stop(100%, #1c7fbd));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #3fb2fa 0%, #1c7fbd 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #3fb2fa 0%, #1c7fbd 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #3fb2fa 0%, #1c7fbd 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #666 0%, rgba(0, 0, 0, 0.5) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fb2fa', endColorstr='#1c7fbd',GradientType=0 );
  /* IE6-9 */
  display: block;
  width: 90%;
  clear: both;
  padding: 10px;
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
  text-shadow: -1px -1px 2px #606060;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: 600; }

.post-party a {
  display: block;
  width: 90%;
  clear: both;
  padding: 10px;
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
  text-shadow: -1px -1px 2px #606060;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: 600;
  text-shadow: -1px -1px 2px #606060; }

.post-party:hover {
  color: #ffffff !important; }

footer a {
  color: #fff;
  text-transform: capitalize; }

footer a:hover {
  color: #000000; }

.left-ftside {
  width: 700px;
  float: left;
  margin-top: 10px; }

.ftcol-4 {
  width: 73%;
  float: right;
  color: #ffffff;
  margin-left: 30px; }

.ftcol-4 span {
  width: 300px !important;
  float: left; }

.foot-quest span, .ftpost span {
  margin-bottom: 10px; }

ul.neighborlist {
  overflow: hidden; }

.footseo {
  margin: 20px 2em;
  padding: 20px 0;
  border-top: 1px solid #949494;
  color: #ddd; }

.nytag {
  font-weight: 600;
  font-size: 15px !important;
  text-transform: none !important;
  color: #ddd !important; }

.foot-quest a {
  text-decoration: none;
  color: #fff;
  background: #d5c8aa;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d5c8aa 0%, #9d947d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d5c8aa), color-stop(100%, #9d947d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d5c8aa 0%, #9d947d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d5c8aa 0%, #9d947d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d5c8aa 0%, #9d947d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #d5c8aa 0%, #9d947d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5c8aa', endColorstr='#9d947d',GradientType=0 );
  /* IE6-9 */
  display: block;
  width: 90%;
  clear: both;
  padding: 10px;
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
  text-shadow: -1px -1px 2px #606060;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: 600; }

.ftcol-4 aside {
  margin: 40px; }

.ftcity {
  margin-left: 29px;
  display: block; }

.ftcol-1 {
  width: 465px;
  float: left;
  border-right: 1px solid #949494; }

.neighborlist li {
  float: left;
  width: 213px; }

.foot-quest span, .ftpost span {
  width: 100% !important;
  float: left;
  text-transform: none !important;
  font-size: 15px !important;
  line-height: 24px; }

.ftmarketseo {
  float: none;
  clear: both;
  width: 100%;
  margin-bottom: 10px; }

.foot-quest {
  margin: 20px 0;
  overflow: hidden;
  clear: both;
  padding: 20px 0; }

.ftpost {
  overflow: hidden;
  clear: both; }

.foot-quest {
  border-top: 1px solid #949494;
  border-bottom: 1px solid #949494; }

.ftcol-2 {
  width: 240px;
  border-right: 1px solid #949494;
  border-left: 1px solid #949494;
  float: left;
  text-align: center; }

.ftcol-2 span, .ftcol-3 span, .ftcol-4 span, .ftcol-1 span, .ftcol-5 span, .ftcol-6 span {
  text-transform: uppercase;
  color: #fff;
  font-size: 22px; }

.ftcol-3 {
  width: 205px;
  border-right: 1px solid #333333;
  float: left;
  overflow: hidden; }

.ftcol-1, .ftcol-2, .ftcol-3, .ftcol-4, .ftcol-5, .ftcol-6 {
  margin-top: 40px;
  font-size: 15px; }

.ftcol-1, .ftcol-2, .ftcol-3 {
  line-height: 28px; }

.ftcol-5 {
  width: 230px;
  float: left;
  border-right: 1px solid #949494;
  line-height: 28px; }

.ftcol-6 {
  width: 230px;
  float: left;
  border-right: 1px solid #949494;
  line-height: 28px; }

.conditions-wrapper {
  max-width: 1024px;
  margin: 0 auto;
  color: black; }

.all_events {
  text-align: center; }

label.bodyinfo {
  display: inline-block; }

.text-center form.notifyme {
  max-width: 639px;
  margin: 37px auto;
  border: none; }

.text-center h1 {
  padding-bottom: 15px; }

first {
  /* display: inline-block; */
  /* margin-right: 34px; */
  display: block; }

.text-center form.notifyme .event_information second {
  margin: 23px 0; }

second label {
  display: inline-block;
  vertical-align: top;
  margin-left: 7px; }

second {
  /* display: inline-block; */
  display: block; }

.text-center {
  text-align: center;
  margin: 26px 0;
  display: block;
  position: relative;
  top: 18px;
  text-transform: uppercase;
  font-family: "GothamNarrow-Light"; }

fieldset label:last-child {
  margin-left: 60px; }

textarea.comments {
  height: 130px;
  border: 1px solid;
  padding: 0px; }

.event_information {
  margin: 5px 0px; }

label.bodyinfo input {
  display: block;
  width: 200px; }

label {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #051633; }

text-center form.notifyme {
  max-width: 639px;
  margin: 37px auto;
  border: none; }

.phone {
  font-size: 36px !important;
  font-weight: bold;
  display: block;
  font-weight: 700 !important;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 20px; }

footer li {
  list-style: none; }

.mail {
  background: url("/images/icon_mail.png") no-repeat scroll left center transparent;
  padding-left: 20px;
  font-size: 15px;
  line-height: 12px; }

.lefttitle {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold; }

.side-top {
  overflow: hidden;
  margin-bottom: 42px; }

.social {
  margin-top: 40px; }

.social span {
  width: 300px;
  float: none !important;
  clear: both; }

.tw {
  color: #1ab2e8;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  clear: both; }

.fb {
  color: #4074c0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold; }

.gplus {
  color: #d45836;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold; }

#foot-end {
  color: #FFFFFF;
  float: right;
  margin-top: 10px;
  padding: 30px 0; }

#foot-end div {
  color: #999999;
  float: left; }

#foot-end a {
  color: #ffffff;
  text-decoration: none; }

.tw-area {
  clear: both; }

.social-pad {
  margin-bottom: 20px;
  float: left; }

.social-box {
  float: right;
  margin-left: 15px;
  margin-top: -35px;
  width: 171px; }

.socialfoot {
  background: url("/images/footer_sprite.png") no-repeat scroll 0px 54px;
  height: 83px;
  margin-left: 2em;
  margin: 20px 2em;
  padding: 20px 0;
  border-top: 1px solid #949494;
  border-bottom: 1px solid #949494; }

.socialfoot a {
  width: 48px;
  height: 48px;
  display: block;
  margin-right: 15px;
  float: left; }

.event-top .social-box {
  margin-top: 30px; }

h1.tagline {
  text-align: center; }

.event-toptxt {
  float: left;
  padding-left: 30px;
  font-family: 'Source Sans Pro', sans-serif; }

.area-head h1 {
  float: left;
  position: relative; }

.foot-link {
  font-size: 15px;
  color: #ddd;
  font-weight: 600; }

.copyright {
  margin-top: 32px;
  margin-right: 21px; }

/*inner content */
.main-area {
  clear: both; }

.breadcrumbs a {
  color: inherit;
  font-weight: bold;
  text-decoration: none;
  padding: 0 5px; }

.breadcrumbs span:first-child a {
  padding-left: 0; }

.breadcrumbs h1 {
  font-size: 40px;
  font-weight: 400;
  color: #666666;
  text-transform: none;
  font-family: 'Source Sans Pro', sans-serif;
  margin: 10px 0; }

.breadcrumbs-event span:first-child a {
  padding-left: 20px !important; }

.nav-search {
  border-bottom: 1px solid #E4E4E4;
  border-top: 1px solid #E4E4E4;
  margin-bottom: 30px;
  padding: 5px 0;
  height: 40px;
  margin-top: 20px; }

.nav-search form {
  float: left; }

.nav-search input[type="text"] {
  height: 39px;
  width: 224px;
  border: none;
  background: #edeaea;
  -moz-box-shadow: inset 0 0 8px #a5a5a5;
  -webkit-box-shadow: inset 0 0 8px #a5a5a5;
  box-shadow: inset 0 0 8px #a5a5a5;
  font-size: 16px;
  padding: 0 10px;
  float: left; }

.nav-search input[type="image"] {
  margin-left: -28px;
  margin-top: 10px; }

.fb-like, .twitter-share-button {
  margin-right: 5px; }

.sortby {
  float: left;
  width: 200px;
  margin-left: 225px; }

.sortby span {
  float: left;
  font-size: 16px;
  margin: 6px; }

.uncheckall {
  border: none;
  background: #fff;
  padding: 5px;
  width: 100%;
  margin: 6px 0 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 7px -2px #323232;
  -moz-box-shadow: 1px 1px 7px -2px #323232;
  box-shadow: 1px 1px 7px -2px #323232; }

.ad-small {
  height: 100px;
  margin: 10px 10px 0;
  background: #000;
  overflow: hidden; }

.side-menu {
  width: 260px;
  display: inline-block;
  overflow: hidden;
  background: #fff;
  -moz-box-shadow: 0px 2px 4px -1px #c6c6c6;
  -webkit-box-shadow: 0px 2px 4px -1px #c6c6c6;
  box-shadow: 0px 2px 4px -1px #c6c6c6; }

.slide-articles {
  display: inline-block;
  width: 74%;
  vertical-align: top;
  margin-left: 10px; }

.azlist {
  font-size: 24px;
  letter-spacing: 5px;
  border-bottom: 1px solid;
  padding-right: 64px;
  max-width: 214px;
  text-align: center;
  margin-top: 12px; }

.info h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.side-menu .slide-title {
  display: block;
  background: #e5dbc3;
  border: 1px solid #fff;
  height: 20px;
  width: 220px;
  color: #007eff;
  font-size: 16px;
  -moz-box-shadow: 2px 1px 7px #b5b5b5;
  -webkit-box-shadow: 2px 1px 7px #b5b5b5;
  box-shadow: 2px 1px 7px #b5b5b5; }

.ui-icon-triangle-1-e {
  background-position: -95px -15px !important; }

.amount {
  float: right !important;
  color: #a5a5a5;
  text-align: center;
  width: 40px !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 0 9px #BCBCBC;
  -webkit-box-shadow: inset 0 0 9px #BCBCBC;
  box-shadow: inset 0 0 9px #BCBCBC;
  position: absolute;
  right: 0;
  top: 5px; }

.side-menu div {
  padding: 4px 10px;
  overflow: hidden;
  position: relative; }

.event-listp {
  clear: both;
  line-height: 26px;
  color: #666; }

.section-intro--tagline.col-1 {
  text-align: center;
  background: linear-gradient(to top, white -17%, #b4a684 92%);
  padding: 50px;
  line-height: 30px; }

.section-intro--tagline.col-1 p {
  text-transform: uppercase;
  font-family: 'GothamNarrow-Book';
  font-size: 36px; }

.party-info__block {
  display: inline-block;
  max-width: 376px;
  vertical-align: top;
  margin: 0 10px;
  width: 100%;
  text-align: center; }

.helpful_info {
  float: left;
  width: 40%;
  margin: initial; }

img.real_img.wider {
  max-width: 376px;
  width: 100%; }

.party-info__block--map {
  display: inline-block;
  float: right;
  margin: initial; }

div#event_map {
  height: 200px; }

.party-info__block.party-info__block--map.col-14 .block__content {
  padding: 20px; }

div#map {
  display: block; }

span.block__title-content {
  text-align: center;
  padding: 20px; }

.party-info__header {
  background: linear-gradient(to top, white -17%, #b4a684 92%);
  padding: 5px 6px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'GothamNarrow-Bold'; }

span.ticket_details_btn {
  font-size: 8px;
  margin-left: 10px; }

.am2-accordion__panel:last-child {
  border-bottom: none; }

.am2-accordion__panel {
  border-bottom: 1px solid;
  /* margin: 5px 0; */
  padding: 10px 0; }

.am2-accordion__panel:hover {
  background: white; }

.am2-accordion__price {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  text-align: right;
  font-size: 18px;
  position: relative;
  z-index: 1; }

/*.col-14 {
    width: 40%;
    display: block;
}*/
.am2-accordion__price .buy-button:hover {
  background: black;
  color: white; }

.buy_ticket {
  color: black; }

.am2-accordion__price .buy-button a:hover {
  color: white; }

.party-additional-info__content p {
  margin: 7px 0; }

.party-additional-info__content {
  padding: 20px; }

.party-menu__title {
  background: linear-gradient(to top, white -17%, #b4a684 92%);
  padding: 5px 6px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'GothamNarrow-Bold';
  width: 100%; }

.party-menu__content.clearfix {
  padding: 20px;
  text-align: center; }

.panel-content {
  display: none;
  padding: 15px 20px 30px 20px;
  border: 1px solid transparent;
  background: -webkit-linear-gradient(top, #f5ead0 0%, rgba(255, 255, 255, 0.9) 100%);
  background: linear-gradient(to bottom, #f5ead0 0%, rgba(255, 255, 255, 0.9) 100%);
  overflow: hidden;
  color: black; }

.am2-accordion__description ul li {
  margin: 10px 0; }

.am2-accordion__price .buy-button {
  display: inline-block;
  padding: 4px 35px;
  -webkit-transition: all, 0.2s, ease-in;
  transition: all, 0.2s, ease-in;
  /* background: -webkit-linear-gradient(top, #a4afc3 0%, white 59%, white 67%, #b2bdd1 100%); */
  /* background: linear-gradient(to bottom, #a4afc3 0%, white 59%, white 67%, #b2bdd1 100%); */
  position: relative;
  background: radial-gradient(white, #f8edd3);
  border-radius: 10px;
  font-family: 'Gotham-Bold'; }

.am2-accordion__price .price {
  display: inline-block;
  padding-right: 14px;
  font-family: 'Gotham-Bold';
  font-size: 13px; }

.soldout {
  display: inline-block;
  padding: 9px 16px; }

.am2-accordion__price .buy-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: -webkit-linear-gradient(top, #866111 0%, #e6bd05 34%, white 59%, white 67%, #e1c224 100%); */
  /* background: linear-gradient(to bottom, #866111 0%, #e6bd05 34%, white 59%, white 67%, #e1c224 100%); */
  opacity: 0;
  z-index: 0;
  color: white;
  -webkit-transition: all, 0.2s, ease-in;
  transition: all, 0.2s, ease-in; }

.am2-accordion__price .buy-button a {
  position: relative;
  z-index: 1;
  color: black;
  font-size: 12px; }

.panel-title {
  padding-left: 14px;
  font-size: 0;
  cursor: pointer;
  margin: 0;
  -webkit-transition: all, 0.2s, ease-in;
  transition: all, 0.2s, ease-in;
  font-family: "AvenirNextDemiBold", sans-serif;
  position: relative; }

.am2-accordion__heading {
  font-size: 16px;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  margin: 0;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
  font-family: 'GothamNarrow-Book'; }

.info h4 {
  font-size: 25px;
  text-transform: uppercase; }

.block__content.block__content--details .info {
  background: initial; }

.party-additional-info__header {
  background: linear-gradient(to top, white -17%, #b4a684 92%);
  padding: 5px 6px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'GothamNarrow-Bold';
  width: 100%; }

.markets_events.info {
  overflow: visible;
  padding: 10px 0;
  line-height: 33px;
  text-align: center;
  width: 100%;
  background: white; }

.list div {
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 30px; }

.info {
  overflow: visible;
  padding: 20px 0;
  line-height: 33px;
  text-align: center;
  width: 100%;
  background: white; }

.central-wrapper {
  max-width: 768px;
  margin: 0 auto;
  padding: 0 24px; }

#owl-demo [class*=item] {
  margin: 0px;
  width: 100%;
  height: 204px; }

.owl-nav {
  display: none; }

.col-14.party-info__block--gallery {
  margin: 30px auto;
  width: 100%; }

.gallery-item.event-image.item.col-13 {
  margin: 0px;
  width: 100%;
  overflow: hidden;
  height: 204px; }

.owl-stage-outer {
  max-height: 150px;
  overflow: hidden; }

.gallery-item.event-image.col-13 img {
  max-width: 192px;
  max-height: 127px;
  overflow: hidden; }

.party-info-block-double-wrapper.clearfix {
  max-width: 1200px;
  margin: 15px auto 0;
  width: 100%;
  text-align: center; }

ul.bullet-list {
  font-family: 'GothamNarrow-Light';
  -webkit-padding-start: 34px;
  padding: 0 34px;
  font-size: 16px; }

section.content {
  overflow: hidden;
  margin-bottom: 100px;
  margin-right: 0px; }

.content article {
  width: 100%;
  background: #fff;
  -moz-box-shadow: 0px 2px 4px -1px #c6c6c6;
  -webkit-box-shadow: 0px 2px 4px -1px #c6c6c6;
  box-shadow: 0px 2px 4px -1px #c6c6c6;
  margin-bottom: 8px; }

.side-menu span {
  display: block;
  float: left; }

.side-menu .nav-search {
  margin: 2px 0 5px; }

/* custom checkbox */
.checkbox {
  height: 18px;
  width: 19px;
  clear: left;
  float: left;
  margin: 2px 0 3px;
  padding: 0 0 0 26px !important;
  background: url("/images/checkbox.png") no-repeat;
  cursor: default;
  text-align: left; }

.checkbox input, .radio input {
  display: none; }

.checkbox input.show, .radio input.show {
  display: inline; }

.selected {
  background-position: 0 -25px; }

.block {
  width: 50%;
  float: left; }

label {
  padding-left: 10px;
  float: left;
  text-align: left; }

.poster {
  position: relative;
  float: left; }

.poster img {
  /* max-width: 186px; */
  /* max-height: 251px; */ }

.event-info {
  border-left: 1px solid #E8E8E8;
  /* float: left; */
  margin-left: 9px;
  padding: 15px 0 0 14px;
  overflow: hidden;
  /* width: 515px; */
  height: 254px;
  position: relative; }

.event-info h3 {
  color: #666666;
  font-size: 20px;
  font-weight: normal;
  text-transform: none;
  text-align: center; }

.event-txt span {
  display: block;
  color: #666666; }

.event-descrb p {
  float: left; }

.event-details {
  font-size: 18px;
  font-weight: bold;
  color: #000 !important;
  text-transform: uppercase;
  margin-top: 10px;
  text-align: center;
  display: block;
  font-family: 'Gotham-Medium'; }

.morebtn {
  display: inline-block !important;
  height: 13px; }

.morebtn a {
  color: #0099FF;
  font-weight: bold;
  text-decoration: none;
  float: right; }

.ticket-box-footer.left {
  float: left;
  margin-left: 10px;
  font-size: 16px;
  font-family: 'Gotham-Book'; }

.ticket-box-footer.right {
  float: right; }

.quick-btns {
  overflow: hidden;
  /* padding: 20px 0 12px; */
  /* position: absolute;
width: 530px; */
  /* bottom: 5px; */ }

.quick-btns a {
  background: none repeat scroll 0 0 #F3F3F3;
  display: block;
  float: left;
  font-size: 11px;
  margin-right: 3px;
  padding: 5px 0;
  width: 100px;
  text-align: center;
  color: #0099FF;
  text-decoration: none; }

.left-info h3 a {
  color: black;
  font-size: 24px;
  font-weight: normal;
  text-transform: none;
  font-family: 'Gotham-Bold';
  text-transform: uppercase; }

.right-info {
  display: block;
  float: right;
  position: relative;
  text-align: right; }

.right-info span {
  color: #afafaf;
  font-style: italic; }

.ev-price {
  font-weight: bold;
  font-size: 16px;
  color: #000 !important; }

.quick-btn-contain {
  float: left; }

.event-info--buttons-box {
  margin-left: 20%;
  margin-top: 8px; }

.buy-btns {
  overflow: hidden;
  text-transform: uppercase;
  width: 220px;
  /* float:right; */ }

.buy-btns a {
  /* background: none repeat scroll 0 0 #D1B579; */
  color: #000000;
  display: block;
  margin-right: 15px;
  padding: 10px 19px;
  width: 90px;
  text-align: center;
  font-size: 12px;
  text-decoration: none;
  background: radial-gradient(white, #f8edd3);
  border-radius: 5px; }

.price-area {
  margin-right: 21px;
  width: 120px; }

.bold {
  font-weight: bold; }

.price-detail {
  color: #7F7F7F;
  font-size: 11px;
  font-style: italic;
  margin-top: 30px;
  position: relative; }

.price-detail td {
  line-height: 14px;
  padding: 3px 0; }

.ui-accordion-content span {
  margin-left: -10px;
  max-width: 177px; }

.ui-accordion-content span div {
  padding: 3px; }

.event-txt {
  /*width: 368px;*/
  /* min-height: 155px; */
  font-family: 'Gotham-Book'; }

/** single event page **/
.single-event {
  clear: both;
  position: relative;
  height: 200px;
  background: #d4c49d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d4c49d 37%, #e6dcc5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(37%, #d4c49d), color-stop(100%, #e6dcc5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d4c49d 37%, #e6dcc5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d4c49d 37%, #e6dcc5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d4c49d 37%, #e6dcc5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #d4c49d 37%, #e6dcc5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4c49d', endColorstr='#e6dcc5',GradientType=0 );
  /* IE6-9 */ }

.left-menu nav {
  clear: both;
  width: 154px;
  background: url("/images/black-linen.png") repeat 0 0;
  height: auto;
  border: 1px solid #fff;
  -webkit-box-shadow: 4px 4px 12px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 4px 4px 12px rgba(50, 50, 50, 0.3);
  box-shadow: 4px 4px 12px rgba(50, 50, 50, 0.3); }

.sg-left {
  float: left;
  width: 540px;
  color: #000000;
  margin-top: 35px;
  margin-left: 30px;
  margin-right: 40px;
  line-height: 20px; }

.single-tickets {
  float: right;
  width: 350px;
  margin-top: 35px;
  margin-right: 20px; }

.single-tickets table th {
  color: #fff;
  text-transform: uppercase;
  padding: 2px 10px;
  background: #000;
  text-align: left;
  font-size: 17px; }

.event-thumb {
  float: left;
  margin: 7px 0; }

.event-top {
  overflow: hidden;
  line-height: 25px; }

.event-header {
  width: 1000px;
  margin: 0 auto;
  padding: 10px 0 8px;
  height: 140px; }

.blog-mini-share span.aticon-facebook,
.blog-mini-share span.aticon-myspace,
.blog-mini-share span.aticon-google,
.blog-mini-share span.aticon-twitter,
.blog-mini-share span.aticon-compact {
  height: 20px;
  width: 20px; }

div.addthis_toolbox {
  padding: 7px 0; }

.event-header h1 {
  color: #000;
  line-height: 38px;
  font-size: 25px;
  text-transform: inherit;
  font-weight: bolder;
  font-family: 'Source Sans Pro', sans-serif; }

.single-event div.description {
  font-size: 20px;
  font-weight: 100;
  background-color: #000000;
  color: #d4c49d;
  padding: 10px 0 10px 10px; }

.event_done {
  border: 1px solid black;
  color: white;
  padding: 10px;
  background: #d92020;
  text-transform: uppercase;
  text-align: center;
  opacity: .92; }

.single-event div.empty-bar {
  font-size: 20px;
  font-weight: 100;
  background-color: transparent;
  color: #d4c49d;
  padding: 10px 0 30px 10px; }

.market-name {
  font-size: 20px; }

.venue-name {
  font-size: 30px; }

.event-header p {
  color: #000;
  font-size: 15px;
  font-weight: normal;
  margin-top: -3px;
  max-height: 45px;
  overflow: hidden;
  margin-bottom: 2px;
  line-height: 19px; }

.event-header h2 {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase; }

.event-header h4 {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  margin-top: -2px; }

.event-descrb {
  color: #666666;
  /* border-bottom: 1px solid #EEEEEE; */
  /* border-top: 1px solid #EEEEEE; */
  /* width: 500px; */
  margin: 10px 0;
  padding: 10px 10px;
  line-height: 20px;
  overflow: hidden;
  font-size: 16px; }

.desc-title {
  font-weight: bold;
  float: left;
  margin-right: 4px; }

.eventchoose {
  border: none !important;
  margin: 2px auto 0px !important; }

.single-content {
  background: none repeat scroll 0 0 #FFFFFF;
  position: relative;
  clear: both;
  margin-bottom: 50px;
  padding-bottom: 30px;
  overflow: hidden;
  -moz-box-shadow: 2px 2px 4px rgba(232, 232, 232, 0.75);
  -webkit-box-shadow: 2px 2px 4px rgba(232, 232, 232, 0.75);
  box-shadow: 2px 2px 4px rgba(232, 232, 232, 0.75); }

.info-2 a {
  color: #1da5fd; }

.single-buy {
  color: #000000;
  text-transform: uppercase;
  background: #D1B579;
  text-shadow: 0px -1px 1px #969696;
  font-weight: bold;
  padding: 1px 8px;
  margin: 2px 0px;
  font-size: 11px;
  float: right; }

span.single-buy-soldout {
  color: #fff;
  display: block;
  text-transform: uppercase;
  background: #D2D2D2;
  text-shadow: 0px -1px 1px #969696;
  font-weight: bold;
  padding: 1px 8px;
  font-size: 17px;
  float: right;
  text-decoration: line-through; }

.single-content h3 {
  color: #D1B579;
  background-color: #343434;
  font-size: 16px;
  text-transform: uppercase;
  /*font-weight:bold;*/
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 6px 5px 6px 5px;
  margin: 15px 0; }

.single-content h5 {
  color: #D1B579;
  background-color: #343434;
  font-size: 16px;
  text-transform: uppercase;
  /*font-weight:bold;*/
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 6px 5px 6px 5px;
  margin: 15px 0; }

.quick-list {
  clear: both;
  overflow: hidden;
  margin: 30px 0; }

.quick-list ul {
  list-style: none;
  margin-left: 0; }

.quick-list li {
  float: left;
  margin-right: 8px; }

.quick-list li:first-child {
  margin-right: 0;
  width: 79px; }

.quick-list li a {
  background: url("/images/quick_arrow.png") no-repeat scroll right center;
  padding: 0 15px;
  color: #000000;
  padding-right: 11px; }

.quick-list li a:first-child {
  padding-left: 0; }

.quick-list li a.current {
  color: #333333;
  background: none; }

.sg-price {
  background: none repeat scroll 0 0 #FFFFFF;
  color: #000000;
  float: right;
  font-size: 13px;
  font-weight: bold;
  min-width: 28px;
  text-align: right;
  z-index: 99;
  position: relative;
  display: block;
  margin-top: 3px;
  padding-right: 6px; }

.sg-tictype {
  font-size: 10px;
  text-transform: uppercase;
  color: #666666;
  font-weight: 800;
  background: #ffffff;
  position: relative;
  z-index: 99;
  display: inline-block;
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif; }

.span.sg-tictype.smalltix {
  font-size: 11px !important; }

.sg-details {
  background: none repeat scroll 0 0 #ffffff;
  color: #1DA5FD;
  float: left;
  font-size: 12px;
  font-style: italic;
  padding: 0 9px; }

.btn-align {
  color: #666666;
  line-height: 30px;
  list-style: none outside none;
  max-width: 144px;
  overflow: hidden;
  padding: 0; }

.leaders {
  color: #666666;
  line-height: 30px;
  list-style: none outside none;
  margin-bottom: 20px;
  width: 332px;
  overflow: hidden;
  padding-bottom: 10px; }

.leaders tr td:first-child {
  width: 185px; }

.tixrow {
  overflow: hidden;
  position: relative; }

.dots {
  background: url("/images/leaderdot.png") repeat-x scroll 0 0 transparent;
  float: left;
  height: 3px;
  width: 100%;
  overflow: hidden;
  position: absolute;
  display: block;
  z-index: 95;
  bottom: 11px; }

.tic-sect {
  float: left;
  width: auto;
  display: block;
  overflow-y: hidden;
  height: 33px; }

.buy-opt {
  float: right;
  z-index: 99;
  position: relative; }

.leaders h3 {
  /*background: none repeat scroll 0 0 #000000;*/
  background-color: #343434;
  color: #D1B579;
  font-size: 16px;
  padding: 2px 10px;
  text-align: left;
  text-transform: uppercase;
  width: 100%; }

/* go to top button */
#top-link {
  display: none;
  position: fixed;
  right: 3%;
  bottom: 60px;
  background: rgba(0, 0, 0, 0.8);
  float: right;
  padding: 8px 5px;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.concierge-plan .btn-align {
  margin: -46px auto 35px;
  display: block;
  max-width: 160px; }

/*single event sidebar */
.blue-btn {
  color: #fff;
  text-transform: uppercase;
  background: #1da5fd;
  text-shadow: 0px -1px 1px #969696;
  font-weight: bold;
  padding: 4px 12px;
  font-size: 19px;
  border: none; }

.jb-event {
  border-bottom: 1px solid #ededed;
  border-top: 1px solid #ededed;
  padding: 25px 0;
  width: 333px; }

.invites {
  background: url("/images/events_envelope.png") no-repeat scroll right center;
  height: 450px;
  width: 341px; }

.invite-content {
  padding-top: 116px;
  width: 300px;
  padding-left: 30px; }

.invite-content p {
  line-height: 26px;
  color: #666; }

.invite-content .blue-btn {
  margin: 156px 0 0 58px; }

.invite-content input[type="email"] {
  border: medium none;
  width: 250px;
  height: 28px;
  margin-left: 6px;
  padding-left: 10px; }

.invite-content input[type="submit"] {
  border: medium none;
  cursor: pointer; }

.sendinvite {
  margin-top: 9px;
  margin-left: 3px; }

.family, .openbar, .topofworld, .livedrop, .bestview, .lateadm {
  display: none; }

.family th {
  background: #25485e !important; }

.openbar th {
  background: #329090 !important; }

.topofworld th {
  background: #809397 !important; }

.livedrop th {
  background: #3f92be !important; }

.bestview th {
  background: #000000 !important; }

.lateadm th {
  background: #aabbc3 !important; }

.choose.nobanner {
  margin-top: -25px; }

/* single event content */
.bottle-service {
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
  text-align: center; }

.bottle-service th {
  background: #999;
  font-weight: bold; }

.bottle-service th, .bottle-service td {
  border: 1px solid #cccccc;
  padding: 5px;
  vertical-align: middle; }

.sg-left h5 span a {
  color: #1FA6FD;
  float: right;
  font-size: 11px; }

.detail-ga .sg-price {
  float: left;
  margin-right: 10px; }

.detail-ga .single-buy {
  float: left;
  margin-right: 5px; }

.detail-ga, .seated-vip {
  margin: 10px 0;
  padding: 10px 0;
  border-bottom: 1px dotted #666666; }

.last-seated-vip {
  margin: 10px 0;
  padding: 10px 0;
  padding-bottom: 15px; }

.ticketdetails ul {
  clear: both;
  margin-left: 20px; }

.info-2 ul li a {
  color: #1da5fd; }

.info-2 ul {
  list-style: none;
  padding-bottom: 10px;
  margin: 0 !important; }

.info-1, .info-2 {
  background: #fff;
  margin: 10px;
  padding: 10px; }

.light-title {
  color: #000000;
  font-size: 14px;
  /*font-style: italic;*/
  font-weight: bold; }

.info-1 h4 {
  border-bottom: 1px solid #ededed;
  font-size: 18px;
  color: #666;
  margin-bottom: 6px;
  padding-bottom: 6px; }

.price-1 {
  padding-bottom: 6px; }

.event-ticinfo {
  background: none repeat scroll 0 0 #EDEDED;
  color: #666666;
  margin-top: 30px;
  overflow: hidden; }

.import-info {
  color: red;
  text-transform: uppercase;
  font-size: 18px;
  margin-left: 10px;
  display: block;
  margin-top: 5px; }

#description ul {
  margin-left: 50px;
  margin-top: 10px;
  margin-bottom: 10px; }

#description, #ticketdetails, #musiccrowd, #dresscode, #age, #map-area, #barslist {
  margin-bottom: 20px;
  font-size: 12px; }

p {
  font-size: 12px; }

#description-link {
  margin-top: -0;
  padding-top: 0; }

.single-price ul {
  line-height: 20px;
  margin: 10px 0 10px 50px; }

.single-price .borderseated .seated-vip:last-child {
  border-bottom: none; }

.mini-line {
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  margin-top: 5px;
  display: block; }

.single-price h6 span {
  color: red; }

.red {
  color: red; }

.mini-label {
  color: #666666;
  float: right;
  font-size: 10px;
  font-style: italic;
  margin-right: 12px; }

.single-price .sg-price {
  float: right;
  width: auto;
  text-align: right; }

.single-price h6 {
  font-size: 20px;
  color: #fff;
  background: #25485e;
  font-weight: normal;
  padding: 5px 0 5px 10px;
  text-transform: uppercase; }

.single-price h6.revert {
  font-size: 20px;
  color: #25485e;
  background: none;
  text-transform: none;
  border-bottom: 1px dotted #666666; }

.thumbs {
  overflow: hidden; }

.thumbs img {
  float: left;
  margin-right: 2px;
  margin-top: 2px;
  /* margin-bottom: 2px;*/
  -moz-opacity: 0.80;
  opacity: 0.80;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha" Opacity=80; }

img.last-thumb {
  float: left;
  margin-right: 1px;
  margin-top: 2px;
  -moz-opacity: 0.80;
  opacity: 0.80;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha" Opacity=80; }

.thumbs img:hover {
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  -moz-transition: opacity .2s linear;
  transition: opacity .2s linear;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha" Opacity=100; }

.events__list {
  width: 80%;
  padding: 20px;
  display: table;
  margin-top: 20px;
  margin: 20px auto;
  position: relative;
  background: -webkit-linear-gradient(top, #f5ead0 0%, rgba(255, 255, 255, 0.9) 100%);
  background: linear-gradient(to bottom, #f5ead0 0%, rgba(255, 255, 255, 0.9) 100%);
  color: #4c4c4c; }

.events__list-col.events__list-col--middle {
  width: 315px;
  float: right;
  margin-top: 28px; }

.events__special {
  right: 0;
  top: 0;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 13px;
  line-height: 1.46;
  position: absolute;
  color: #fff;
  background-color: #E3BB5A; }

.events__table td {
  padding-left: 0;
  padding-right: 0;
  padding-top: 4px;
  padding-bottom: 4px; }

.events__table tr {
  border-top: 1px solid #7f7d7d; }

.events__table td:nth-child(2) {
  width: 75px;
  text-align: right;
  padding-left: 10px; }

.events__list-col {
  display: table-cell;
  vertical-align: top; }

.events__table {
  width: 100%;
  display: table;
  font-size: 14px;
  font-weight: 700;
  margin-top: 20px;
  table-layout: fixed; }

.events__list-col.events__list-col--left {
  width: 57.5%;
  /* margin-top: 28px; */
  display: inline-block; }

.city-event-list a {
  line-height: 13px;
  color: #666;
  display: block;
  width: 92%;
  padding: 10px;
  border-bottom: 1px solid #CFCFCF; }

.city-event-list a:last-child {
  border-bottom: none; }

.city-event-list a:hover {
  color: #109FFF;
  background: #333; }

.side-menu .accordion.ui-accordion {
  padding-top: 10px;
  font-size: 12px; }

.breadcrumbs.single-event {
  padding: 10px;
  overflow: hidden;
  height: auto;
  margin-bottom: 10px; }

.breadcrumbs.single-event h1 {
  text-transform: uppercase;
  padding-top: 2px;
  margin: 0; }

/* left floated menu */
.left-menu {
  position: absolute;
  float: left;
  -webkit-transform: translateZ(0);
  margin-left: -156px; }

.left-menu ul {
  list-style: none;
  background: rgba(255, 255, 255, 0.1); }

.left-menu li {
  height: auto;
  padding-top: 5px;
  margin-bottom: 1px;
  overflow: hidden;
  border-bottom: 1px solid;
  width: 127px;
  margin: 0 14px;
  font-size: 17px;
  font-family: 'Source Sans Pro', sans-serif; }

.left-menu li:last-child {
  border: none; }

.left-menu a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
  color: #D1B579;
  display: block;
  height: 100%;
  padding: 5px;
  width: 100%;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; }

.list_carousel {
  width: 100%; }

.list_carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block; }

.list_carousel li {
  background-color: #eee;
  padding: 0;
  margin: 0;
  display: block;
  float: left; }

.list_carousel.responsive {
  width: auto;
  margin-left: 0; }

.checkspace {
  height: 9px;
  clear: both; }

.top-bread {
  position: absolute;
  height: 20px;
  left: -20px;
  top: 3px; }

.breadcrumbs-event.breadcrumbs {
  clear: both;
  height: 27px;
  position: relative;
  margin-top: -35px; }

.currentpage {
  color: #019fd4; }

.partylist {
  margin-top: 15px;
  width: 335px;
  overflow: hidden; }

.partylist ul {
  list-style: none;
  line-height: 27px;
  margin-left: 0; }

.partylist a {
  line-height: 13px;
  color: #000000;
  display: block;
  width: 100%;
  padding: 10px 19px;
  border-bottom: 1px solid #CFCFCF; }

.partylist a:hover {
  color: #D1B579;
  background: #333; }

.partylist li {
  font-size: 13px; }

.foot-quest {
  margin-top: 20px; }

.greytxt {
  font-weight: normal;
  color: #666; }

h1.module-bar {
  width: 1000px;
  margin: 0 auto;
  font-size: 30px;
  color: #333; }

.greybtn1 {
  /* background:#666 !important; */ }

.timeloc {
  min-height: 82px; }

.timeloc span {
  display: inline; }

article.event {
  /* height: 228px; */ }

.bar-item {
  margin-bottom: 10px;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 10px; }

.bar-item:last-child {
  margin: 0;
  border: none;
  padding: 0; }

.barname {
  font-weight: bold; }

.sghome {
  position: relative;
  background: #57bdfd; }

.sghome img {
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  opacity: 1;
  filter: alpha(opacity=100); }

.sghome img:hover {
  opacity: 0.6;
  filter: alpha(opacity=60); }

.sghome h2 {
  position: absolute;
  top: 46px;
  left: 0;
  width: 100%;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 37px;
  text-transform: uppercase;
  text-align: center; }

.sghome h2 span {
  color: #fff;
  text-shadow: 6px 6px 30px black;
  padding: 2px 10px;
  width: 273px;
  display: block;
  background: rgba(0, 0, 0, 0.2); }

.sghome a {
  display: block;
  width: 100%;
  height: 100%; }

.choosearea {
  background: #000000;
  width: 165px;
  float: left;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  height: 26px; }

.choose {
  overflow: hidden;
  margin: 0 auto 20px;
  padding-right: 1px;
  padding-bottom: 25px;
  border-bottom: 2px solid #999;
  clear: both; }

#searchevents {
  float: right;
  position: relative; }

.dtstart.ftleft {
  float: left; }

.noevent-head h2 {
  color: #000;
  font-size: 53px;
  text-transform: uppercase;
  font-weight: 300;
  font-family: 'Source Sans Pro', sans-serif;
  text-align: center;
  background: #f6f3ed;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #f6f3ed 0%, #d1c19f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #f6f3ed), color-stop(100%, #d1c19f));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #f6f3ed 0%, #d1c19f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #f6f3ed 0%, #d1c19f 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #f6f3ed 0%, #d1c19f 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #f6f3ed 0%, #d1c19f 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f3ed', endColorstr='#d1c19f',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  height: 63px; }

.noevent-head span {
  color: #000;
  padding-top: 8px;
  font-size: 18px;
  font-weight: 300;
  font-family: 'Source Sans Pro', sans-serif;
  display: block;
  margin: 20px 0;
  border-bottom: 1px solid #999;
  padding-bottom: 20px; }

.events-notfound {
  width: 595px;
  float: left;
  padding: 25px 0 25px 25px; }

.ftimg {
  float: right;
  padding: 25px; }

.events-notfound article {
  clear: both;
  width: 463px;
  overflow: visible; }

.formborder {
  border-bottom: 1px solid #999;
  display: block;
  width: 100%;
  height: 1px;
  overflow: hidden;
  margin: 10px 0;
  padding: 12px 0; }

.events-notfound article span {
  display: block; }

.events-notfound .red, .specialspan {
  display: inline !important;
  margin: 0 !important; }

.events-notfound article label {
  color: #666; }

.events-notfound article input[type="text"],
.events-notfound article input[type="password"],
.events-notfound article input[type="email"],
.events-notfound article input[type="phone"] {
  -moz-box-shadow: inset 1px 1px 2px #666;
  -webkit-box-shadow: inset 1px 1px 2px #666;
  box-shadow: inset 1px 1px 2px #666;
  border: 1px solid #ddd;
  padding: 4px 8px;
  background: #fdfcfb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fdfcfb 0%, #e8e1d1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfcfb), color-stop(100%, #e8e1d1));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fdfcfb 0%, #e8e1d1 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fdfcfb 0%, #e8e1d1 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fdfcfb 0%, #e8e1d1 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fdfcfb 0%, #e8e1d1 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfcfb', endColorstr='#e8e1d1',GradientType=0 );
  /* IE6-9 */
  color: #666; }

.events-notfound article div {
  clear: both;
  margin: 10px 0; }

.noevent-email input {
  width: 100%; }

.ne-lastname input {
  width: 195px; }

.events-notfound label {
  padding-left: 0; }

.formbtn {
  border: none;
  background: #56bcfd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #56bcfd 1%, #4daae5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #56bcfd), color-stop(100%, #4daae5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #56bcfd 1%, #4daae5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #56bcfd 1%, #4daae5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #56bcfd 1%, #4daae5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #56bcfd 1%, #4daae5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56bcfd', endColorstr='#4daae5',GradientType=0 );
  /* IE6-9 */
  padding: 5px 10px;
  color: #fff;
  display: block;
  min-width: 100px;
  text-align: center;
  overflow: hidden;
  clear: both;
  margin: 20px 0 0; }

#notifyby {
  width: 137px !important;
  float: left;
  background: url("/images/dropdowngold.png") no-repeat 0 0;
  clear: none;
  margin: 0 0 20px 5px; }

.dd-select {
  width: 116px !important;
  padding: 3px 10px;
  margin: 0 !important;
  background: none !important;
  border: none !important; }

.dd-pointer.dd-pointer-down {
  display: none; }

.dd-selected-text {
  color: #ddd;
  text-transform: uppercase;
  font-weight: normal; }

.dd-selected {
  padding: 0 !important; }

.dd-options {
  width: 139px !important;
  color: #ddd;
  text-transform: uppercase; }

.dd-option {
  background: #ddd; }

.dd-option-text {
  color: #fff; }

.dd-option:hover, .dd-option-selected {
  background: #333 !important;
  color: #fff !important; }

.ui-datepicker-inline {
  border: 1px solid #999;
  padding: 0 !important; }

.ne-phone input {
  float: left;
  padding-right: 10px; }

.ne-phone label {
  clear: both;
  float: none; }

.noevent-email {
  width: 300px; }

.events-notfound input:focus {
  -moz-box-shadow: inset 0 0 8px #56bcfd;
  -webkit-box-shadow: inset 0 0 8px #56bcfd;
  box-shadow: inset 0 0 8px #56bcfd;
  outline: none; }

.ne-phone input {
  width: 191px; }

.usersignin label {
  clear: both;
  float: none;
  display: block; }

.usersignin input {
  width: 200px; }

.ne-rightform {
  float: right;
  width: 354px;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Source Sans Pro', sans-serif;
  display: block; }

.ne-rightform h4 {
  font-size: 18px;
  padding-bottom: 4px; }

/**bar crawls***/
.barcrawls-bg {
  background: url("/images/barcrawls.png") no-repeat 0 0, url("/images/black-linen.png") repeat 0 0;
  width: 1000px;
  min-height: 1345px;
  overflow: hidden; }

.barcrawls-landing {
  margin: 520px auto 0;
  color: #fff;
  width: 860px;
  text-align: center;
  line-height: 28px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 16px; }

.barcrawls-bg h3, .howtocrawl h3 {
  color: #73c7fd;
  font-weight: bold;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  width: 490px;
  text-align: center;
  margin: 0 auto; }

.bluetopborder {
  width: 120px;
  margin: 15px auto;
  border-bottom: 1px solid #73c7fd; }

.barspecial {
  font-weight: 600;
  display: block;
  text-transform: uppercase; }

.barcrawls-landing p {
  margin-bottom: 20px; }

.howtocrawl article {
  width: 167px;
  vertical-align: top;
  /* float: left; */
  display: inline-block;
  border-left: 1px solid #fff;
  margin-right: 6px;
  padding-left: 20px;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center; }

.howtocrawl .step1bar {
  border-left: none;
  padding-left: 0; }

.howtocrawl span {
  font-size: 14px;
  color: white; }

.barblue {
  color: #73c7fd !important;
  font-weight: bold;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  display: block;
  clear: both;
  font-size: 14px; }

.spacebar {
  margin-bottom: 20px; }

.howtocrawl a {
  color: #fff; }

.howtocrawl {
  overflow: hidden; }

.barcrawls-citypick {
  background: url("/images/barcrawls-cities.png") no-repeat 0 0;
  width: 1000px;
  height: 242px;
  overflow: hidden;
  margin-top: 33px;
  padding: 0 30px; }

.barcrawls-citypick article {
  margin-top: 55px;
  max-height: 150px;
  width: 190px;
  margin-right: 10px; }

.barcrawlcity {
  color: #dcd0b6;
  font-size: 20px;
  margin: 17px 0;
  display: block;
  font-weight: normal;
  font-family: 'Source Sans Pro', sans-serif; }

.barcrawlcity:hover {
  color: #3fb4fd; }

.barcrawls-bg {
  background: url("/images/barcrawls.jpg") no-repeat 0 0, #000;
  max-width: 1030px;
  min-height: 1345px;
  overflow: hidden;
  margin: 20px auto;
  width: 100%;
  background-size: contain; }

.barcrawls-landing {
  margin: 520px auto 0;
  color: #fff;
  max-width: 926px;
  /* text-align: center; */
  line-height: 28px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 16px; }

.barcrawls-bg h3, .howtocrawl h3 {
  color: #73c7fd;
  font-weight: bold;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  /* width: 490px; */
  text-align: center;
  margin: 0 auto; }

.bluetopborder {
  width: 120px;
  margin: 15px auto;
  border-bottom: 1px solid #73c7fd; }

.barspecial {
  font-weight: 600;
  display: block;
  text-transform: uppercase; }

.barcrawls-landing p {
  margin-bottom: 20px;
  text-align: center; }

.first_column_images {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  margin-top: 30px; }

.bc_text {
  display: inline-block;
  width: 47%;
  font-size: 12px;
  margin-top: 30px; }

a.bc_markets {
  color: #dfc387; }

.barcrawl_markets {
  margin-top: 59px;
  margin-left: 50px; }

.bc_header {
  font-family: 'GothamNarrow-Light';
  color: black;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin: 20px auto;
  display: block;
  text-align: center; }

.second_column_images {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  margin-left: 10px;
  margin-top: 30px; }

.howtocrawl .step1bar {
  border-left: none;
  padding-left: 0; }

.barblue {
  color: #73c7fd;
  font-weight: bold;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  display: block;
  clear: both;
  font-size: 14px; }

.howtocrawl span {
  /* font-size: 14px; */ }

.spacebar {
  margin-bottom: 20px; }

.howtocrawl a {
  color: #fff; }

.howtocrawl {
  overflow: hidden;
  background: url("/images/black-linen.png") repeat 0 0;
  padding: 30px 0;
  text-align: center; }

.barcrawls-citypick {
  background: url("/images/barcrawls-cities.jpg") no-repeat 0 0;
  max-width: 1030px;
  height: 242px;
  overflow: hidden;
  /* margin-top: 33px; */
  padding: 0 30px;
  width: 100%;
  background-size: cover; }

.barcrawls-citypick article {
  margin-top: 55px;
  max-height: 150px;
  width: 190px;
  margin-right: 10px; }

.barcrawlcity {
  color: #dcd0b6;
  font-size: 20px;
  margin: 17px 0;
  display: block;
  font-weight: normal;
  font-family: 'Source Sans Pro', sans-serif; }

.barcrawlcity:hover {
  color: #3fb4fd; }

.postpartyblock {
  color: #1875b6;
  font-size: 53px;
  text-transform: uppercase;
  font-weight: 300;
  font-family: 'Source Sans Pro', sans-serif;
  text-align: center;
  overflow: hidden;
  background: #e1d8c2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e1d8c2 28%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(28%, #e1d8c2), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e1d8c2 28%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e1d8c2 28%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e1d8c2 28%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e1d8c2 28%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1d8c2', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */ }

.post-txt {
  margin: 0 auto 10px;
  border-bottom: 1px solid #1875b6;
  padding-bottom: 10px;
  clear: both;
  width: 550px; }

.postpartyblock h2 {
  margin-bottom: 20px; }

.postpartyblock h3 {
  font-size: 28px;
  padding-top: 6px;
  font-weight: 300;
  margin-left: -180px; }

.poweredcrave {
  background: url("/images/poweredcrave.png") no-repeat 0 0;
  width: 146px;
  height: 27px;
  display: block;
  float: right;
  margin-top: -25px;
  margin-right: 97px; }

.postpartyblock article {
  font-size: 32px;
  width: 196px;
  float: left;
  clear: none;
  font-weight: 500;
  border-right: 1px solid #1875b6; }

.postpartyblock article:last-child {
  border-right: none; }

.postpartyblock .minitxt-blue {
  font-size: 12px;
  font-weight: 700;
  padding-top: 3px; }

.partyblock p {
  margin: 10px 0;
  padding: 20px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px; }

.lnname {
  margin-left: 79px; }

.mini-note {
  color: red;
  float: left;
  margin-left: 15px;
  width: 338px;
  margin-top: 18px;
  line-height: 17px; }

.squaretop {
  width: 10px;
  height: 10px;
  background: #1875b6;
  margin: 0 auto 10px; }

.btnnote {
  float: left; }

.btnnote2 {
  clear: none;
  float: left;
  margin: -4px 0 0 18px; }

.postpartyblockform {
  width: 550px !important; }

.membersignin {
  background: #eee;
  padding: 20px;
  margin-top: 20px;
  width: 255px !important; }

.membersignin span {
  float: left; }

.infotooltip {
  background: url("/images/tooltip.png") no-repeat 0 0;
  width: 20px;
  height: 20px;
  float: left; }

.tipcontent {
  margin-top: -3px; }

.tooltipform {
  background: #fff;
  float: right;
  width: 317px;
  margin: 25px 0 0 !important; }

.partyblock .ne-phone:first-child {
  padding: 0; }

.partyblock .ne-phone {
  padding: 12px 0 0;
  display: block;
  clear: both;
  margin: 0; }

.partyblock .noevent-email {
  width: 300px;
  margin: 0 !important; }

/***pier 36***/
#pier-36 {
  width: 100%;
  margin-top: -39px;
  background: url("/images/pier-36-background.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.pier36poster {
  background: #000000 url("/images/pier-36-nov-7.jpg") no-repeat 0 0;
  width: 1000px;
  min-height: 1400px;
  margin: 0 auto;
  position: relative; }

.pier36form {
  padding-top: 113px; }

.pier36submit {
  background: #cc00ff;
  text-align: center;
  width: 100px;
  color: #fff;
  border: none;
  clear: both;
  padding: 5px;
  text-transform: uppercase;
  margin: 12px auto;
  display: block; }

.pier36submit:hover {
  background: #01cbd2; }

.pier36-seotext {
  width: 750px;
  color: #fff;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  margin: 0 auto;
  text-align: center;
  float: none;
  clear: both; }

.pier36-seotext2 {
  width: 430px;
  color: #fff;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  margin: 0 auto;
  text-align: left;
  float: left;
  line-height: 25px;
  margin-bottom: 20px; }

.pier36bluetext {
  color: #01cbd2;
  display: block;
  clear: both; }

.fname36 {
  width: 155px;
  float: left;
  margin-right: 20px; }

.lname36 {
  width: 185px;
  float: left;
  margin-right: 20px; }

.email36 {
  width: 225px;
  float: left;
  margin-right: 20px; }

.phone36 {
  width: 180px;
  float: left;
  margin-bottom: 15px; }

.pier36vid {
  width: 100%;
  height: 100px;
  display: block; }

.ptixlgtitle {
  position: relative;
  font-size: 29px;
  color: #01cbd2;
  border-top: 1px solid #01cbd2;
  border-bottom: 1px solid #01cbd2;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  clear: both;
  margin: 20px 0 0;
  padding: 10px 0;
  display: block; }

.pier36head h1 {
  font-size: 29px;
  color: #01cbd2;
  border-top: 1px solid #01cbd2;
  border-bottom: 1px solid #01cbd2;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  clear: both;
  margin: 20px 0;
  padding: 10px 0;
  display: block; }

.pier36head h3 {
  font-size: 29px;
  color: #dd54ff;
  padding: 10px 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  text-align: center;
  letter-spacing: 9px;
  padding-left: 5px;
  text-transform: uppercase; }

.pier36head {
  width: 816px;
  margin: 640px auto 0;
  overflow: hidden; }

.pier36head2 {
  margin: 589px auto 0;
  overflow: hidden;
  background: #000;
  padding: 20px 80px;
  border-top: 1px solid #01cbd2; }

.midtxt36 {
  width: 585px;
  margin: 0 auto;
  text-align: center; }

.largetxt36 {
  font-size: 36px !important;
  text-transform: uppercase;
  display: block;
  margin: -6px 0; }

.midtxt36 span {
  font-size: 24px; }

.pierform {
  border-top: 1px solid #01cbd2;
  width: 816px;
  margin: 10px auto;
  padding: 15px 0; }

.pierform input[type="text"] {
  width: 100%;
  border: none;
  padding: 4px 0 4px 8px;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 9%, #02f3fc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(9%, #ffffff), color-stop(100%, #02f3fc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 9%, #02f3fc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 9%, #02f3fc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 9%, #02f3fc 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 9%, #02f3fc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#02f3fc',GradientType=0 );
  /* IE6-9 */ }

.pierform input[type="text"]:focus {
  font-weight: bold;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 17%, #dd54ff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(17%, #ffffff), color-stop(100%, #dd54ff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 17%, #dd54ff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 17%, #dd54ff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 17%, #dd54ff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 17%, #dd54ff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dd54ff',GradientType=0 );
  /* IE6-9 */
  outline: none; }

.standby .pier36head {
  margin: 820px auto 0; }

.pier36poster.standby {
  background: #000000 url("/images/pier-36-poster.jpg") no-repeat 0 0;
  height: 1782px; }

.pierform label {
  color: #eee;
  padding-left: 0; }

.pier36bluetxt {
  color: #01cbd2;
  display: block;
  text-transform: uppercase;
  margin: 26px auto 0; }

#pier-36 a {
  color: #01cbd2; }

.pier36-seotext p {
  margin: 5px 0;
  line-height: 26px; }

.azlist {
  width: 240px;
  margin-top: 25px; }

.boldonly {
  font-weight: 600 !important;
  font-size: 17px !important;
  color: #fff !important;
  padding: 0 1px; }

/*video popup*/
.tbox {
  position: absolute;
  display: none;
  padding: 14px 17px;
  z-index: 99998; }

.tinner {
  padding: 15px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff url(/images/preload.gif) no-repeat 50% 50%;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333; }

.tmask {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 800; }

.tclose {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url(/images/close.png) no-repeat; }

.tclose:hover {
  background-position: 0 -30px; }

#error {
  background: #ff6969;
  color: #fff;
  text-shadow: 1px 1px #cf5454;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 0; }

#error .tcontent {
  padding: 10px 14px 11px;
  border: 1px solid #ffb8b8;
  -moz-border-radius: 5px;
  border-radius: 5px; }

#success {
  background: #2ea125;
  color: #fff;
  text-shadow: 1px 1px #1b6116;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 10;
  -moz-border-radius: 0;
  border-radius: 0; }

#bluemask {
  background: #4195aa;
  z-index: 99997; }

#frameless {
  padding: 0; }

#frameless .tclose {
  left: 6px; }

/*pier buy tix version*/
.ptixtitle {
  background: #d550f5;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  width: 100%;
  display: block;
  padding: 2px 8px;
  text-align: center; }

.ptixbuy {
  color: #000 !important;
  background: #1ad8ee;
  padding: 2px 5px;
  text-transform: uppercase;
  font-weight: bold;
  float: right;
  cursor: pointer;
  margin-top: -4px; }

.piertix {
  width: 350px;
  float: right;
  margin-bottom: 20px;
  border-left: 1px solid #1ad8ee;
  padding-left: 25px;
  margin-left: 0px; }

.ptixname, .ptixprice {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px; }

.ptixname {
  width: 220px;
  display: block;
  float: left; }

.ptixnamelg, .ptixpricelg {
  color: #1ad8ee;
  font-weight: bold;
  font-size: 20px;
  float: left;
  display: block; }

.ptixnamelg {
  width: 285px;
  padding-bottom: 10px; }

.ptixnamelg2 {
  color: #1ad8ee;
  font-size: 20px;
  display: block;
  text-transform: uppercase; }

.ptixright {
  float: right;
  width: 320px;
  margin-top: 20px; }

.ptixbuylg {
  color: #000 !important;
  background: #d550f5;
  padding: 2px 5px;
  text-transform: uppercase;
  font-weight: bold;
  float: right; }

.piertix dt {
  clear: both;
  border-bottom: 1px solid #1ad8ee;
  padding: 5px 0;
  margin: 5px 0; }

.ptixleft {
  width: 430px; }

.ptixleft {
  line-height: 22px;
  float: left;
  display: block;
  margin-bottom: 40px; }

.ptixleft p {
  color: #eee; }

.ptixleft li {
  color: #fff;
  font-size: 15px; }

.pbluetxt {
  color: #1ad8ee; }

.ptixleft dl {
  padding: 16px 0;
  margin: 6px 0; }

.backtotop {
  position: absolute;
  right: 0;
  top: 17px;
  font-size: 15px;
  color: #1ad8ee; }

.piertixlist {
  clear: both; }

.ptixleft dt {
  border-bottom: 1px solid #01cbd2;
  padding-bottom: 18px; }

section.content-row3 {
  overflow: hidden;
  width: 317px;
  margin-right: 30px;
  float: left; }

.content-row3 article:first-child, .content-row4 article:first-child {
  margin-bottom: 25px; }

section.content-row4 {
  overflow: hidden;
  width: 317px;
  margin: 0;
  float: right; }

article.event_lvl {
  margin-right: 22px;
  margin-bottom: 25px; }

article.event_lvl:last-child {
  margin-right: 0; }

.mid-contentarea {
  float: left;
  position: relative;
  height: 659px;
  width: 317px;
  background: #fbfaf7;
  background: -moz-radial-gradient(center, ellipse cover, #fbfaf7 5%, #eee9dc 31%, #cdbd98 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(5%, #fbfaf7), color-stop(31%, #eee9dc), color-stop(100%, #cdbd98));
  background: -webkit-radial-gradient(center, ellipse cover, #fbfaf7 5%, #eee9dc 31%, #cdbd98 100%);
  background: -o-radial-gradient(center, ellipse cover, #fbfaf7 5%, #eee9dc 31%, #cdbd98 100%);
  background: -ms-radial-gradient(center, ellipse cover, #fbfaf7 5%, #eee9dc 31%, #cdbd98 100%);
  background: radial-gradient(ellipse at center, #fbfaf7 29%, #eee9dc 41%, #b4a684 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfaf7', endColorstr='#cdbd98',GradientType=1 );
  /* padding: 20px; */
  margin-right: 25px; }

.rightft-contentarea {
  float: right;
  width: 625px; }

.wrapper.profile-page .container {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: initial; }

.wrapper.profile-page .container h1 {
  border: inherit;
  margin: 10px 0;
  padding-bottom: initial; }

.smright-contentarea2 {
  float: right;
  position: relative;
  height: 605px;
  width: 290px;
  background: #fbfaf7;
  background: -moz-radial-gradient(center, ellipse cover, #fbfaf7 5%, #eee9dc 31%, #cdbd98 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(5%, #fbfaf7), color-stop(31%, #eee9dc), color-stop(100%, #cdbd98));
  background: -webkit-radial-gradient(center, ellipse cover, #fbfaf7 5%, #eee9dc 31%, #cdbd98 100%);
  background: -o-radial-gradient(center, ellipse cover, #fbfaf7 5%, #eee9dc 31%, #cdbd98 100%);
  background: -ms-radial-gradient(center, ellipse cover, #fbfaf7 5%, #eee9dc 31%, #cdbd98 100%);
  background: radial-gradient(ellipse at center, #fbfaf7 29%, #eee9dc 41%, #b4a684 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfaf7', endColorstr='#cdbd98',GradientType=1 );
  padding: 20px; }

.smright-contentarea .right-desc h2, .smright-contentarea2 .right-desc h2, .smmid-contentarea .right-desc h2, .smleft-contentarea .right-desc h2 {
  font-size: 39px;
  padding: 0px;
  margin-bottom: 15px; }

.smright-contentarea .content1 p, .smright-contentarea2 .content1 p, .smmid-contentarea .content1 p, .smleft-contentarea .content1 p {
  line-height: 25px; }

.smright-contentarea .right-desc, .smright-contentarea2 .right-desc, .smmid-contentarea .right-desc, .smleft-contentarea .right-desc {
  margin-top: 0; }

.leftft-contentarea {
  float: left;
  position: relative;
  height: 636px;
  width: 290px;
  background: #fbfaf7;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #fbfaf7 5%, #eee9dc 31%, #cdbd98 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(5%, #fbfaf7), color-stop(31%, #eee9dc), color-stop(100%, #cdbd98));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #fbfaf7 5%, #eee9dc 31%, #cdbd98 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #fbfaf7 5%, #eee9dc 31%, #cdbd98 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #fbfaf7 5%, #eee9dc 31%, #cdbd98 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #fbfaf7 5%, #eee9dc 31%, #cdbd98 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfaf7', endColorstr='#cdbd98',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  padding: 20px; }

.smtop-contentarea .right-desc h2, .smbot-contentarea .right-desc h2 {
  font-size: 46px;
  padding-bottom: 10px;
  margin-bottom: 10px; }

.smtop-contentarea .right-desc h2 a, .smbot-contentarea .right-desc h2 a {
  line-height: 48px; }

.smtop-contentarea .right-desc, .smbot-contentarea .right-desc {
  margin-top: 0; }

.smmid-contentarea {
  position: relative;
  height: 290px;
  width: 290px;
  background: #fbfaf7;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #fbfaf7 5%, #eee9dc 31%, #cdbd98 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(5%, #fbfaf7), color-stop(31%, #eee9dc), color-stop(100%, #cdbd98));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #fbfaf7 5%, #eee9dc 31%, #cdbd98 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #fbfaf7 5%, #eee9dc 31%, #cdbd98 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #fbfaf7 5%, #eee9dc 31%, #cdbd98 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #fbfaf7 29%, #eee9dc 41%, #b4a684 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfaf7', endColorstr='#cdbd98',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  padding: 11px 20px; }

.content-row5 {
  overflow: hidden;
  width: 317px;
  margin-right: 27px;
  float: left; }

.smleft-contentarea {
  float: left;
  position: relative;
  height: 276px;
  width: 635px;
  background: #fbfaf7;
  background: -moz-radial-gradient(center, ellipse cover, #fbfaf7 5%, #eee9dc 31%, #cdbd98 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(5%, #fbfaf7), color-stop(31%, #eee9dc), color-stop(100%, #cdbd98));
  background: -webkit-radial-gradient(center, ellipse cover, #fbfaf7 5%, #eee9dc 31%, #cdbd98 100%);
  background: -o-radial-gradient(center, ellipse cover, #fbfaf7 5%, #eee9dc 31%, #cdbd98 100%);
  background: -ms-radial-gradient(center, ellipse cover, #fbfaf7 5%, #eee9dc 31%, #cdbd98 100%);
  background: radial-gradient(ellipse at center, #fbfaf7 29%, #eee9dc 41%, #b4a684 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfaf7', endColorstr='#cdbd98',GradientType=1 );
  padding: 20px; }

.dcblock {
  float: right; }

.content-row6 {
  overflow: hidden;
  width: 317px;
  margin-right: 0;
  float: left; }

.smright-contentarea {
  float: right;
  position: relative;
  height: 278px;
  width: 637px;
  background: #fbfaf7;
  background: -moz-radial-gradient(center, ellipse cover, #fbfaf7 5%, #eee9dc 31%, #cdbd98 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(5%, #fbfaf7), color-stop(31%, #eee9dc), color-stop(100%, #cdbd98));
  background: -webkit-radial-gradient(center, ellipse cover, #fbfaf7 5%, #eee9dc 31%, #cdbd98 100%);
  background: -o-radial-gradient(center, ellipse cover, #fbfaf7 5%, #eee9dc 31%, #cdbd98 100%);
  background: -ms-radial-gradient(center, ellipse cover, #fbfaf7 5%, #eee9dc 31%, #cdbd98 100%);
  background: radial-gradient(ellipse at center, #fbfaf7 29%, #eee9dc 41%, #b4a684 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfaf7', endColorstr='#cdbd98',GradientType=1 );
  padding: 20px; }

.smtopwide-contentarea {
  float: left;
  margin-bottom: 50px;
  position: relative;
  height: 199px;
  width: 980px;
  background: #fbfaf7;
  background: -moz-radial-gradient(center, ellipse cover, #fbfaf7 5%, #eee9dc 31%, #cdbd98 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(5%, #fbfaf7), color-stop(31%, #eee9dc), color-stop(100%, #cdbd98));
  background: -webkit-radial-gradient(center, ellipse cover, #fbfaf7 5%, #eee9dc 31%, #cdbd98 100%);
  background: -o-radial-gradient(center, ellipse cover, #fbfaf7 5%, #eee9dc 31%, #cdbd98 100%);
  background: -ms-radial-gradient(center, ellipse cover, #fbfaf7 5%, #eee9dc 31%, #cdbd98 100%);
  background: radial-gradient(ellipse at center, #fbfaf7 29%, #eee9dc 41%, #b4a684 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfaf7', endColorstr='#cdbd98',GradientType=1 );
  padding: 20px; }

.smtopwide-contentarea .right-desc h2 {
  font-size: 57px;
  padding: 0 0 10px;
  margin-bottom: 10px; }

.smtopwide-contentarea .home-btnblock {
  bottom: 16px; }

.smtopwide-contentarea .right-desc {
  margin-top: 0px; }

section.content-row7 {
  overflow: hidden;
  width: 100%;
  margin-right: 0;
  float: left; }

.smtop-contentarea {
  float: left;
  position: relative;
  height: 290px;
  margin-bottom: 15px;
  width: 290px;
  background: #fbfaf7;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #fbfaf7 5%, #eee9dc 31%, #cdbd98 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(5%, #fbfaf7), color-stop(31%, #eee9dc), color-stop(100%, #cdbd98));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #fbfaf7 5%, #eee9dc 31%, #cdbd98 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #fbfaf7 5%, #eee9dc 31%, #cdbd98 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #fbfaf7 5%, #eee9dc 31%, #cdbd98 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #fbfaf7 29%, #eee9dc 41%, #b4a684 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfaf7', endColorstr='#cdbd98',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  padding: 20px; }

.content3 {
  clear: both;
  overflow: hidden;
  background: none;
  margin-bottom: 40px;
  border-bottom: none;
  padding-bottom: 40px; }

.right-desc .description a {
  font-weight: bold;
  color: #333;
  font-size: 16px; }

.content-row7 article:first-child {
  margin-right: 34px; }

.content-row7 article:last-child {
  margin-left: 34px; }

div.miamiblock {
  float: left; }

.tix-info {
  display: none; }

span.tix-detail {
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  margin-left: 9px;
  cursor: pointer;
  color: #666; }

span.tix-amount {
  float: right;
  margin: 0 12px 0 7px;
  position: relative; }

span.microtxt {
  position: absolute;
  top: -18px;
  font-size: 12px;
  width: 43px; }

#tixlist {
  position: absolute;
  top: -100px; }

span.borderseated {
  position: relative; }

/* nyc blue date boxes*/
.date_tabs {
  overflow: hidden;
  padding-bottom: 10px;
  height: 92px;
  max-width: 751px;
  float: right; }

.date_tabs div.datetabs {
  background: #35a6da;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600 !important;
  font-size: 24px;
  width: 186px;
  height: 102px;
  border-right: 2px solid #0E80B4;
  float: left; }

.date_tabs > div.datetabs a {
  display: block;
  padding: 8px 0 8px 12px;
  text-decoration: none;
  text-transform: uppercase;
  max-height: 38px;
  margin: 0;
  position: relative; }

a.viewallparties {
  font-size: 12px; }

.date_tabs a {
  color: #fff; }

.minipartylist a {
  font-size: 12px;
  text-align: left !important;
  padding: 0px 8px 5px 12px !important; }

.datetabs:last-child {
  border-right: none !important; }

.lgnyetag {
  font-size: 20px;
  padding-left: 12px;
  font-weight: 700;
  color: #fff; }

.datetabs.selected {
  background-color: #ab955a !important; }

a.viewallnyc {
  float: right; }

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (max-width: 768px) {
  .featured_in_container {
    display: none; }
  .party-info__block {
    width: initial;
    min-width: 205px; }
  .col-14.party-info__block--gallery {
    text-align: center; }
  .breadcrumbs h1 {
    font-size: 36px;
    line-height: 1; }
  .banner.slider {
    display: none; }
  .choosearea {
    display: none; }
  .homemid-head {
    width: 100%;
    float: inherit; }
  section {
    width: initial;
    text-align: center;
    margin: 0 auto; }
  section.content-row3 {
    width: initial;
    float: initial;
    text-align: center;
    margin-right: initial; }
  .party-info__block {
    margin-top: 10px; }
  .mid-contentarea {
    height: auto;
    margin-bottom: 10px;
    float: initial;
    width: 91%;
    margin: 20px; }
  section.content-row4 {
    width: initial;
    float: initial;
    text-align: center;
    margin-right: initial;
    overflow: initial; }
  .featured_information {
    max-width: initial; }
  article {
    width: 100%;
    float: initial;
    margin-bottom: 10px;
    height: inherit;
    font-size: 12px;
    max-width: 315px;
    line-height: 20px;
    position: relative;
    overflow: initial;
    display: inline-block; }
  .slide-articles {
    display: initial;
    width: initial;
    vertical-align: initial;
    margin-left: initial; }
  .content-row1 article {
    max-width: initial; }
  .box-content {
    display: none;
    padding: 3px 10px;
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    height: 317px; }
  .smtopwide-contentarea {
    width: 290px;
    float: initial; }
  #list-places {
    display: none; }
  .timesblock {
    text-align: center; }
  .content-row7 article:last-child {
    margin-left: initial; }
  .content-row7 article:first-child {
    margin-right: initial; }
  .content1 p, .content2 p {
    float: initial; }
  .smtopwide-contentarea {
    height: auto; }
  .rightft-contentarea {
    float: initial;
    width: 100%;
    display: none; }
  a.filter-nav-button.js-filter-nav-button.js-filter-nav-button--contained:first-child {
    text-align: center; }
  .no-show {
    display: none; }
  section.content-row5.two-grid {
    display: none; }
  section.content-row5.two-grid:nth-child(2) {
    display: inline-block;
    float: right;
    margin-right: 0;
    display: none; }
  .content-row1 {
    overflow: hidden;
    width: initial;
    margin: 0 auto;
    text-align: center; }
  .content-row1 article:last-child {
    /* float: right; */ }
  .leftft-contentarea {
    float: initial;
    height: auto;
    max-width: 290px; }
  .left-contentarea {
    float: initial;
    width: 100%;
    display: none; }
  .content-row1 article:nth-child(even) {
    margin-right: initial; }
  .smright-contentarea2 {
    float: initial;
    height: auto;
    max-width: 290px; }
  .content-row5 {
    overflow: initial;
    width: 100%;
    margin-right: initial;
    float: initial;
    text-align: center; }
  section.content-row5.two-grid {
    margin-top: initial; }
  .smmid-contentarea {
    float: initial;
    height: auto;
    max-width: 290px;
    margin-bottom: 10px; }
  .smright-contentarea {
    float: initial;
    position: relative;
    height: auto;
    max-width: 290px;
    margin-bottom: 10px; }
  div.miamiblock {
    float: initial;
    text-align: center; }
  .smtop-contentarea {
    float: initial;
    position: relative;
    height: auto;
    margin-bottom: 15px;
    max-width: 290px; }
  .content-row6 {
    overflow: hidden;
    width: 100%;
    margin-right: 0;
    float: initial; }
  section.ftcol-2 {
    display: none; }
  section.ftcol-1 {
    display: none; }
  .ftcol-4 {
    width: 100%;
    float: initial;
    padding: 10px 10px;
    color: #ffffff;
    margin-left: initial;
    margin: 0 auto; }
  .ftcol-5 {
    display: none; }
  .ftcol-6 {
    display: none; }
  #crave-customer-toolbar-container {
    top: 0;
    display: none; }
  #foot-end {
    color: #FFFFFF;
    float: initial;
    margin-top: initial;
    padding: 30px 0;
    width: 100%;
    text-align: center; }
  div#top-btn {
    display: none; }
  section.logo-container {
    display: none; }
  section.socialmedia {
    display: none; }
  .content-row1 article {
    margin-right: initial; }
  .content-row1 article:last-child {
    float: initial; }
  .home-btnblock {
    bottom: 19px; }
  .side-menu {
    display: none; }
  .content article {
    width: 100%; }
  .poster {
    margin: 20px 0 0 13px;
    width: initial;
    position: relative;
    float: initial;
    text-align: center; }
  .ticket-box-footer.right {
    float: initial; }
  .buy-btns a {
    display: inline-block; }
  .quick-btns a {
    float: initial; }
  .event-info {
    border-left: 1px solid #E8E8E8;
    float: initial;
    margin-left: initial;
    padding: 15px 0 0 14px;
    overflow: initial;
    width: 100%;
    height: auto;
    position: relative; }
  .buy-btns {
    overflow: hidden;
    text-transform: uppercase;
    width: initial;
    float: initial;
    text-align: center; }
  section.content {
    width: 100%; }
  article.event {
    height: auto; }
  header {
    min-width: initial;
    height: 35px; }
  .mdl-button {
    background: #D4C49D !important; }
  .mdl-button a {
    color: black; }
  .ticket-box-footer.left {
    float: initial; }
  .event-descrb p {
    display: none; }
  .single-tickets {
    display: none; }
  .event-header {
    width: 100%;
    margin: 0 auto;
    text-align: justify; }
  .sg-left {
    float: initial;
    width: 100%;
    color: #000000;
    margin-top: 35px;
    margin: 0 auto;
    line-height: 20px;
    text-align: justify; }
  .venue_gallery {
    display: none; }
  .events-notfound article {
    clear: both;
    width: 100%;
    overflow: visible; }
  div#map-area {
    display: none; }
  div#ticketdetails p {
    text-align: justify !important; }
  .flyer img {
    width: 100%; }
  .events-notfound {
    width: 100%;
    float: initial;
    padding: 11px 0 7px 0px;
    color: black; }
  .single-desc p {
    padding: 10px 10px; }
  .barcrawls-bg {
    background: url("/images/barcrawls.png") no-repeat 0 0, url("/images/black-linen.png") repeat 0 0;
    width: 100%;
    min-height: 1345px;
    overflow: hidden;
    background-size: contain; }
  .new_header {
    display: block; }
  #ctct-main {
    width: initial;
    padding: 5px 15px 0 !important; }
  #head-bottom {
    display: none; }
  .mobile-view {
    display: inline-block; }
  .mobile-logo {
    display: inline-block;
    color: white;
    float: right; }
  img.mobile-logo-image {
    width: 191px;
    position: relative;
    top: 6px;
    margin-right: 5px; }
  .mdl-menu__container a {
    color: black; } }

/*end max width 768px*/
@media only screen and (max-height: 768px) {
  #markets_list {
    position: absolute;
    margin-top: -420px; } }

@media only screen and (max-height: 500px) {
  #markets_list {
    bottom: 105%;
    margin-top: 0 !important;
    position: absolute; } }

@media only screen and (max-height: 300px) {
  #markets_list {
    bottom: 88%;
    margin-top: 0 !important;
    position: absolute; } }

@media only screen and (max-height: 600px) {
  #markets_list {
    position: absolute;
    margin-top: -420px; } }

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/****CATEGORY PAGES****/
section.cat-top {
  overflow: hidden;
  padding: 0 15px 15px;
  border-bottom: 1px solid #999;
  width: 1050px; }

section.blue-top {
  overflow: hidden;
  clear: both;
  width: 1060px;
  padding: 10px;
  font-family: 'Source Sans Pro', sans-serif; }

.specialevent {
  background: #fff; }

.clickmore {
  color: #c853cf;
  text-transform: uppercase;
  font-weight: bold;
  width: 155px;
  text-align: center;
  border: 2px solid #c853cf;
  float: right;
  padding: 6px;
  cursor: pointer; }

div#description.cat-event {
  width: 100%;
  display: none; }

.catimgblock {
  float: right; }

.catminithumb {
  width: 622px;
  float: left;
  height: 333px; }

div#ticketdetails.cat-tix {
  clear: both; }

.catminithumb a {
  display: block;
  float: left;
  width: 300px;
  height: 207px;
  margin-right: 10px;
  margin-bottom: 10px; }

.cat-media {
  overflow: hidden;
  clear: both;
  margin-bottom: 40px; }

.cat-box {
  text-align: center;
  color: #000;
  float: left;
  width: 400px;
  height: 200px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-size: 21px;
  clear: both;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #60eaea 85%, #60eaea 85%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(85%, #60eaea), color-stop(85%, #60eaea));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #60eaea 85%, #60eaea 85%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #60eaea 85%, #60eaea 85%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #60eaea 85%, #60eaea 85%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #60eaea 85%, #60eaea 85%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#60eaea',GradientType=0 );
  /* IE6-9 */ }

.cat-box span {
  display: block; }

.cat-feature {
  overflow: hidden;
  width: 100%;
  color: #fff;
  height: 225px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.31) 0%, black 19%, black 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.31)), color-stop(19%, black), color-stop(100%, black));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.31) 0%, black 19%, black 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.31) 0%, black 19%, black 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.31) 0%, black 19%, black 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.31) 0%, black 19%, black 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f000000', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */ }

span.cattitle {
  margin-top: 35px;
  font-weight: 400;
  font-size: 19px; }

span.catcity {
  font-size: 30px;
  font-weight: 400;
  border-bottom: 1px solid #000;
  width: auto;
  display: inline;
  padding-bottom: 7px; }

span.cattype {
  font-size: 26px;
  font-weight: 800;
  margin-top: 25px; }

p.cat-info {
  font-size: 15px;
  width: 645px;
  float: right;
  padding: 10px;
  margin-right: 15px;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 20px; }

.cat-year {
  font-family: 'Source Sans Pro', sans-serif;
  display: inline-block !important;
  font-size: 22px; }

.maincontent2 {
  padding: 10px 0;
  width: 1100px;
  position: relative;
  height: 59px; }

.readmore-js-section {
  overflow: hidden; }

a.readmore-js-toggle {
  display: inline;
  color: #333;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  color: #c853cf;
  font-weight: bold; }

.copyline {
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif; }

p b {
  font-weight: bold;
  margin: 20px 0 5px;
  display: block; }

.lgfttxt {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dashed #CBCBCB;
  color: #FFFFFF;
  margin-bottom: 10px; }

.block-mod p {
  text-align: left !important; }

.block-mod {
  border-bottom: 1px solid #C3C3C3;
  margin-bottom: 10px;
  padding-bottom: 10px; }

.block-mod:last-child {
  border-bottom: none; }

.ft-events dt {
  float: left;
  width: 240px;
  height: 32px;
  overflow: hidden; }

section.homepagebanner {
  min-height: 200px;
  border: 1px solid #c853cf;
  width: 1096px; }

p.catdesc {
  height: 100%; }

.ne-rightform a {
  color: #00B6B6; }

.block-mod center {
  text-align: left !important; }

span.closedrop {
  display: block;
  position: absolute;
  right: 7px;
  top: 0px;
  color: #fff;
  font-size: 19px; }

div#buyjump {
  margin-top: -40px;
  position: absolute; }

.eventthumb {
  float: left;
  padding-right: 20px;
  display: block;
  width: 190px; }

span.e-title {
  display: block;
  font-size: 19px;
  font-weight: 700;
  line-height: 19px;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif; }

.e-title a {
  color: #c853cf; }

span.e-tag {
  color: #c853cf;
  display: block;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif; }

span.e-ad1, span.e-ad2 {
  display: block;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 18px; }

div.event-info {
  float: left;
  width: 380px;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #000;
  height: 190px; }

div.event-info p {
  font-size: 13px;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #000; }

span.venue-type {
  color: #29BCBC;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Source Sans Pro', sans-serif;
  display: block; }

span.tix-name {
  font-size: 13px;
  font-weight: 600;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  display: block;
  float: left;
  width: 200px; }

dl.tix-list {
  float: left;
  width: 260px; }

div.tix-block {
  float: right;
  width: 420px; }

span.tix-price {
  float: right;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: block;
  color: #29BCBC; }

.tix-list dt {
  padding: 3px 0;
  margin: 3px 0;
  border-bottom: 1px solid #333;
  overflow: hidden;
  clear: both; }

div.buy-block {
  float: right;
  width: 125px; }

a.buybtn:hover {
  background: #78FCFC; }

a.buybtn {
  width: 125px;
  padding: 6px 0;
  display: block;
  background: #54ECEC;
  text-align: center;
  color: #262626;
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700; }

a.single-buy {
  background: #27c7ef;
  width: 125px;
  padding: 11px 0;
  display: block;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  float: right;
  text-shadow: none; }

span.sg-price {
  float: left !important;
  width: 100px !important;
  text-align: right !important;
  font-weight: 700;
  font-size: 18px; }

a.infobtn {
  width: 125px;
  padding: 6px 0;
  display: block;
  background: #A5A5A5;
  text-align: center;
  color: #262626;
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin-top: 10px; }

a.infobtn:hover {
  background: #CCCCCC; }

span.e-title a:hover {
  color: #000; }

span.bar-info {
  position: absolute;
  top: 0;
  right: 0;
  background: #c853cf;
  color: #fff;
  padding: 5px 12px;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Source Sans Pro', sans-serif; }

div.tix-block {
  float: left;
  width: 428px;
  margin-top: 18px; }

.counter-filter {
  width: 1080px; }

section.blue-top {
  background: #000000;
  color: #fff;
  overflow: hidden;
  clear: both;
  width: 1000px;
  padding: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  -webkit-box-shadow: 2px 2px 1px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 2px 2px 1px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 2px 2px 1px 0px rgba(50, 50, 50, 0.75); }

div.profile-info {
  font-size: 16px;
  font-weight: 700;
  float: left;
  width: 590px; }

.profile-title {
  font-size: 26px;
  display: block;
  clear: both;
  color: #fff; }

dt.pinkbuy {
  position: absolute;
  right: 0;
  top: -12px; }

dt.pinkbuy a {
  background: #c853cf;
  color: #fff !important;
  padding: 23px 0; }

.floattag {
  float: left; }

span.profile-loc {
  font-weight: 600;
  margin-left: 8px;
  float: left; }

span.profile-date {
  font-weight: 600;
  margin-left: 8px;
  float: left; }

div.hour-info {
  float: right;
  font-size: 19px;
  font-weight: 700;
  text-align: right; }

div.hour-info2 {
  font-size: 19px;
  font-weight: 700; }

section.profile-nav {
  background: #fff;
  z-index: 9999;
  overflow: hidden;
  margin-top: 10px;
  padding: 10px 0;
  width: 1080px;
  -webkit-box-shadow: 2px 2px 1px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 2px 2px 1px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 2px 2px 1px 0px rgba(50, 50, 50, 0.75); }

section.profile-nav dl dt {
  width: 151px;
  float: left;
  text-align: center;
  border-right: 1px solid #c853cf;
  color: #c853cf; }

section.profile-nav dl dt a {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  color: #c853cf;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500; }

section.profile-nav dl dt:last-child {
  border-right: none; }

#imgblock {
  width: 500px;
  overflow: hidden;
  min-height: 280px;
  float: left;
  max-height: 500px; }

#minithumbs > div > ul > li {
  margin-right: 10px;
  cursor: pointer;
  height: 137px;
  overflow: hidden; }

div#minithumbs {
  width: 500px;
  clear: both;
  overflow: hidden; }

.media-left {
  float: left; }

.top-event {
  overflow: hidden;
  clear: both; }

section.single-content {
  width: 990px;
  overflow: hidden;
  background: #fff;
  margin-top: 10px;
  padding: 15px; }

div#description {
  float: right;
  width: 455px;
  margin-bottom: 10px;
  margin-right: 20px; }

div.slide-out p {
  text-align: left !important; }

#description h5, #description h2 {
  background: #ddd;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px;
  width: 100%; }

.single-price h5 {
  background: #ddd;
  font-weight: 600;
  text-transform: uppercase;
  padding: 7px 10px;
  width: 98%;
  font-size: 22px;
  font-family: 'Source Sans Pro', sans-serif;
  position: relative;
  border: none;
  margin: 15px 0 0; }

#description p {
  font-size: 15px;
  margin-top: 18px;
  font-family: 'Source Sans Pro', sans-serif; }

span.totop {
  display: block;
  position: absolute;
  right: 24px;
  top: 12px; }

.totop a {
  color: #000000;
  display: block;
  float: right;
  font-size: 14px; }

.slide-out {
  min-height: 100px;
  padding-top: 10px;
  clear: both;
  overflow: hidden;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 16px; }

span.light-title {
  font-weight: 700;
  font-size: 18px;
  color: #000;
  font-style: normal; }

div.seated-vip {
  margin: 10px 0;
  padding: 10px 0;
  border-bottom: 1px solid #333;
  overflow: hidden; }

div.seated-vip:last-child {
  border-bottom: none; }

#top-btn .fa-chevron-circle-up {
  font-size: 28px;
  color: #54ECEC; }

div.event-block {
  float: left;
  width: 670px; }

div.right-buy {
  float: right;
  width: 300px; }

div#imgblock img {
  width: 100%; }

div#minithumbs li {
  width: 244px;
  max-height: 150px;
  overflow: hidden;
  float: left;
  margin-right: 11px;
  margin-top: 8px; }

div#minithumbs li img {
  width: 100%; }

.tix-detail {
  color: #c853cf;
  display: block;
  cursor: pointer;
  font-size: 15px !important; }

.tix-info {
  display: none;
  border-top: 1px dotted #919191;
  margin-top: 7px;
  padding-top: 10px; }

.bottle-service td {
  border: 1px solid #7E7E7E;
  padding: 4px 10px; }

.bottle-service tr:odd {
  background: #eee; }

/* go to top button */
#top-link {
  display: none;
  position: fixed;
  right: 3%;
  bottom: 60px;
  float: right;
  padding: 8px 5px;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

div.sort-container {
  display: none;
  width: 1060px;
  min-height: 196px;
  background: #131313;
  padding: 20px;
  position: absolute;
  right: -10px;
  top: 53px;
  z-index: 99999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-transform: capitalize;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 5px 20px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 5px 20px 0px rgba(50, 50, 50, 0.75); }

div.list-container {
  display: none;
  width: 1062px;
  min-height: 196px;
  background: #131313;
  padding: 20px;
  position: absolute;
  right: 0px;
  top: 50px;
  z-index: 99999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-transform: capitalize;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 5px 20px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 5px 20px 0px rgba(50, 50, 50, 0.75); }

div.sort-container dl dt a, div.list-container dl dt a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  padding: 6px 12px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px; }

div.sort-container dl dt, div.list-container dl dt {
  display: inline-block;
  width: 207px;
  border-bottom: 1px solid #272727; }

div.sort-container dl dt:hover, div.list-container dl dt:hover {
  background: #c853cf; }

span.eventdropdown, span.eventnamedropdown {
  background: #000 url(../content/images/dropdown.png) no-repeat 0 0;
  display: block;
  width: 254px;
  height: 36px;
  position: relative; }

.inner-tab {
  position: absolute;
  text-align: left;
  top: 9px;
  left: 9px;
  width: 254px;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase; }

.arrow {
  position: absolute;
  width: 0;
  margin-top: -32px;
  right: 1.3%;
  z-index: 9999;
  height: 0;
  border-bottom: 12px solid #131313;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent; }

div.sorttype, div.sortevent {
  float: right;
  position: relative;
  cursor: pointer;
  margin-right: 0;
  margin-top: 7px; }

.sorttype {
  margin-left: 4px; }

a.event-flyer {
  display: block;
  float: left;
  margin-right: 18px; }

.numberstyle {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 25px;
  font-weight: 500; }

.block-mod {
  border-bottom: none !important; }

.center-content {
  text-align: center;
  margin-top: 19px; }

.slicknav_btn {
  position: relative;
  display: block;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer; }
  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em; }

.slicknav_menu {
  *zoom: 1; }
  .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left; }
  .slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: 0.875em;
    margin: 0.188em 0 0 0.438em; }
    .slicknav_menu .slicknav_icon:before {
      background: transparent;
      width: 1.125em;
      height: 0.875em;
      display: block;
      content: "";
      position: absolute; }
  .slicknav_menu .slicknav_no-text {
    margin: 0; }
  .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
  .slicknav_menu:before {
    content: " ";
    display: table; }
  .slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; }

.slicknav_nav {
  clear: both; }
  .slicknav_nav ul {
    display: block; }
  .slicknav_nav li {
    display: block; }
  .slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em; }
  .slicknav_nav .slicknav_item {
    cursor: pointer; }
    .slicknav_nav .slicknav_item a {
      display: inline; }
  .slicknav_nav .slicknav_row {
    display: block; }
  .slicknav_nav a {
    display: block; }
  .slicknav_nav .slicknav_parent-link a {
    display: inline; }

.slicknav_brand {
  float: left; }

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background: #4c4c4c;
  padding: 5px; }
  .slicknav_menu * {
    box-sizing: border-box; }
  .slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 3px #000; }
  .slicknav_menu .slicknav_icon-bar {
    background-color: #fff; }

.slicknav_btn {
  margin: 2px 0px 2px; }

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden; }
  .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 20px; }
  .slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px; }
    .slicknav_nav .slicknav_row:hover {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background: #ccc;
      color: #fff; }
  .slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #fff; }
    .slicknav_nav a:hover {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background: #ccc;
      color: #222; }
  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }
  .slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0; }
  .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0; }

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px; }

/*# sourceMappingURL=maps/app.css.map */
