html {
  box-sizing: border-box; }

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

/* -----------------------------------------------------------------
    RESET - NORMALIZE.CSS (v3.0.0)
------------------------------------------------------------------*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* -----------------------------------------------------------------
    RESET ELEMENTS - HTML5 BOILERPLATE (4.3.0)
------------------------------------------------------------------*/
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  color: #222;
  font-size: 1em;
  line-height: 1.3; }

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

audio,
canvas,
img,
svg,
video {
  vertical-align: middle; }

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

textarea {
  resize: vertical; }

address {
  font-style: normal; }

span.skype_pnh_container {
  display: none !important; }

span.skype_pnh_print_container {
  display: inline !important; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    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) ")"; }

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

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
.button {
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .large.button {
    padding: 15px 25px;
    font-size: 16px; }
  .small.button {
    padding: 5px 10px;
    font-size: 12px; }

.left {
  float: left; }

.right {
  float: right; }

.five {
  width: 5%; }

.ten {
  width: 10%; }

.fifteen {
  width: 15%; }

.twenty {
  width: 20%; }

.twentyfive {
  width: 25%; }

.thirty {
  width: 30%; }

.thirtyfive {
  width: 35%; }

.fourty {
  width: 40%; }

.fourtyfive {
  width: 45%; }

.fifty {
  width: 50%; }

.fiftyfive {
  width: 55%; }

.sixty {
  width: 60%; }

.sixtyfive {
  width: 65%; }

.seventy {
  width: 70%; }

.seventyfive {
  width: 75%; }

.eighty {
  width: 80%; }

.eightyfive {
  width: 85%; }

.ninety {
  width: 90%; }

.ninetyfive {
  width: 95%; }

.onehundred {
  width: 100%; }

#browserAlert {
  display: none;
  font-size: 14px;
  color: #fff;
  padding: 10px 0;
  background: #941111;
  text-align: center;
  border-bottom: 1px solid #000;
  line-height: 18px; }

#browserAlert a {
  color: #faabab;
  font-weight: bold; }

#browserAlert a:hover {
  color: #fff; }

.lt-ie9 #browserAlert {
  display: block; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    display: table;
    content: ""; }
  .clearfix:after {
    clear: both; }

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }
  .ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.visible-mobile {
  display: block; }
  @media screen and (min-width: 1023px) {
    .visible-mobile {
      display: none; } }

.visible-desktop {
  display: none; }
  @media screen and (min-width: 1023px) {
    .visible-desktop {
      display: block; } }

/* -----------------------------------------------------------------
	TYPOGRAPHY ELEMENTS
------------------------------------------------------------------*/
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  a:hover {
    color: #075efd; }

p {
  margin: 0 0 30px 0; }

.text-error {
  color: #c82727; }

.text-success {
  color: #62b51f; }

.text-warning {
  color: #e4be4c; }

.text-info {
  color: #5bc0de; }

::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #000;
  color: #fff;
  text-shadow: none; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  font-weight: normal;
  font-family: "Kalam", cursive;
  text-transform: uppercase; }

h1, h2, h3 {
  margin-top: 0px;
  margin-bottom: 10px; }

h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 10px; }

h1 {
  font-size: 30px;
  color: #fff;
  position: relative;
  padding: 0 0 10px 0;
  margin: 0 0 30px 0; }
  h1:after {
    border-bottom: 1px solid #fff;
    content: '';
    bottom: 0;
    left: 50%;
    width: 100px;
    margin-left: -50px;
    position: absolute; }

@media screen and (min-width: 1023px) {
  h1 {
    font-size: 37px; } }
h2 {
  font-size: 19px;
  position: relative;
  padding: 0 0 10px 0;
  margin: 0 0 30px 0;
  color: #fff; }
  h2:after {
    border-bottom: 1px solid #fff;
    content: '';
    bottom: 0;
    left: 0;
    width: 100px;
    position: absolute; }

.vendor-listing-panel h2 {
  color: #000; }
  .vendor-listing-panel h2:after {
    border-color: #000; }

.vendor-listing-panel-bottom h2 {
  color: #000; }
  .vendor-listing-panel-bottom h2:after {
    border-color: #000; }

.performer-listing-panel h2 {
  color: #000; }
  .performer-listing-panel h2:after {
    border-color: #000; }

.performer-listing-panel-bottom h2 {
  color: #000; }
  .performer-listing-panel-bottom h2:after {
    border-color: #000; }

@media screen and (min-width: 1023px) {
  h2 {
    font-size: 24px; } }
h3 {
  font-size: 26px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

h1 small {
  font-size: 24px; }

h2 small {
  font-size: 18px; }

h3 small, h4 small {
  font-size: 14px; }

blockquote {
  border-left: 5px solid #e6e6e6;
  padding-left: 20px; }
  blockquote cite {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    margin: 5px 0 0;
    font-style: normal; }

hr {
  border-color: #000;
  margin: 30px 0; }

/* -----------------------------------------------------------------
	FORM ELEMENTS
------------------------------------------------------------------*/
label {
  display: block;
  padding: 5px 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold; }
  label .required {
    font-size: 22px;
    position: relative;
    top: 5px;
    margin-left: 5px;
    color: #c82727; }
  label.error {
    color: #c82727; }
  label small {
    font-size: 11px;
    text-transform: none; }

input,
textarea {
  display: inline-block;
  width: 100%;
  padding: 4px;
  border: 1px solid #919191;
  font-family: "Open Sans", sans-serif;
  color: #000;
  font-size: 15px;
  background: #e4e4e4;
  margin: 0 0 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  outline: none; }
  input:focus,
  textarea:focus {
    background: #fff; }
  input.error,
  textarea.error {
    border: 1px solid #c82727; }
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #e6e6e6; }
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #e6e6e6; }
  input:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #e6e6e6; }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #e6e6e6; }

textarea {
  height: 120px; }

input[type="text"], input[type="password"], input[type="file"], textarea, input[type="submit"] {
  outline: none;
  -webkit-appearance: none;
  border-radius: 0; }

select {
  width: 100%;
  margin-bottom: 10px; }
  select.error {
    border: 1px solid #c82727; }

.radio-image {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px; }
  .radio-image label {
    font-family: "Open Sans", sans-serif;
    display: inline-block;
    padding: 0;
    margin-right: 20px;
    vertical-align: bottom;
    font-weight: normal;
    text-transform: none; }
  .radio-image input {
    width: auto;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle; }

.radio,
.checkbox {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    font-family: "Open Sans", sans-serif;
    display: inline-block;
    padding: 0;
    margin-right: 20px;
    vertical-align: middle;
    width: 80%;
    font-weight: normal;
    text-transform: none; }
  .radio input,
  .checkbox input {
    width: auto;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0; }
  .radio a,
  .checkbox a {
    text-decoration: underline; }

.checkbox-contact {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px; }
  .checkbox-contact label {
    font-family: "Open Sans", sans-serif;
    display: inline-block;
    padding: 0;
    margin-right: 20px;
    vertical-align: middle;
    font-weight: normal;
    text-transform: none; }
  .checkbox-contact input {
    width: auto;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0; }
  .checkbox-contact a {
    text-decoration: underline; }

.radio-vendor {

  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px; }
  .radio-vendor label {
    font-family: "Open Sans", sans-serif;
    display: inline-block;
    padding: 0;
    margin-right: 20px;
    vertical-align: middle;
    font-weight: normal;
    text-transform: none;
    font-size: 14px; }
  .radio-vendor input {
    width: auto;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0; }
  .radio-vendor a {
    text-decoration: underline; }

.checkbox-vendor {
  display: block;
  vertical-align: middle;
  margin-bottom: 10px; }
  .checkbox-vendor label {
    font-family: "Open Sans", sans-serif;
    display: inline-block;
    padding: 0;
    margin-right: 20px;
    vertical-align: middle;
    font-weight: normal;
    text-transform: none;
    font-size: 14px; }
  .checkbox-vendor input {
    width: auto;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0; }
  .checkbox-vendor a {
    text-decoration: underline; }

@media screen and (min-width: 1279px) {
  .radio-vendor label {
    font-size: 14px; }

  .checkbox-vendor label {
    font-size: 14px; } }
button.button,
input.button {
  color: #000;
  display: inline-block;
  width: auto;
  background: none;
  float: right; }

button {
  background: none;
  border: none; }

.errormsg,
.successmsg {
  margin: 20px 0 0;
  font-size: 14px; }
  .errormsg span,
  .successmsg span {
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 10px 0 0; }

.errormsg span {
  background: #c82727; }

.successmsg span {
  background: #62b51f; }

.chosen-container {
  margin-bottom: 10px; }

/* -----------------------------------------------------------------
REUSABLE ELEMENTS & CLASSES
------------------------------------------------------------------*/
img,
iframe {
  display: block;
  max-width: 100%;
  height: auto; }

.button {
  padding: 8px 15px;
  border: 2px solid #72d900;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.55);
  letter-spacing: 0.05em; }
  .button:hover {
    background: #000;
    color: #fff; }
  .button.large {
    font-size: 16px; }
  .button i {
    padding-left: 8px; }

.black-btn {
  background: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 15px;
  color: #fff;
  line-height: 1.2em;
  margin: 0 20px 10px 0;
  display: inline-block;
  letter-spacing: 0.05em; }

.vendor-btn {
  background: #000;
  background: rgba(0, 0, 0, 0.55);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  padding: 8px 15px;
  border: 2px solid #fff;
  color: #fff;
  line-height: 1.2em;
  margin: 0 10px 10px 0;
  display: inline-block;
  letter-spacing: 0.05em; }
  .vendor-btn.active {
    background: #000;
    color: #fff; }
  .vendor-btn:hover {
    background: #000;
    color: #fff; }
  .vendor-btn i {
    font-size: 17px;
    padding-left: 8px; }
  .vendor-btn:last-child {
    margin-right: 0; }

.alignleft,
.alignright,
.aligncenter {
  margin: 20px auto;
  display: block; }

@media screen and (min-width: 767px) {
  .alignleft {
    float: left;
    margin: 20px 20px 20px 0; } }

@media screen and (min-width: 767px) {
  .alignright {
    float: right;
    margin: 20px 0 20px 20px; } }

/* -----------------------------------------------------------------
	GENERAL ELEMENTS 
------------------------------------------------------------------*/
html {
  background: #fff; }

body {
  font-size: 15px;
  color: #000;
  font-family: "Open Sans", sans-serif;
  background: #fff; }

@media screen and (min-width: 1023px) {
  html, body {
    height: 100%;
    overflow: hidden; }

  #page-content {
    width: 100%;
    height: 100%; } }
header {
  width: 100%;
  position: absolute;
  z-index: 999;
  padding: 20px; }


  
  header #logo {
    float: left;
    z-index: 9999;
    position: relative; }
  header #trigger {
    background: #000;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 30px;
    line-height: 1.5em;
    float: right;
    cursor: pointer;
    border-radius: 100px;
    width: 48px;
    height: 48px;
    text-align: center;
    z-index: 9999;
    position: relative; }
  header .main-social {
    z-index: 9999;
    float: right;
    font-size: 16px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.55);
    padding: 4px 10px 0 0;
    position: relative; 
	margin-top:10px;
	}
    header .main-social a {
      color: #fff;
      padding: 0 10px; }
header .main-social a.header-ticket-button{
color: #fff;
 padding: 3px 5px;	
 font-weight:bold;
 font-size:12px;
 text-transform: uppercase;
 background: rgba(0, 0, 0, 0.55);
}
header .main-social a.header-ticket-button:hover{
background:#000;
color:#fff;
}
@media screen and (min-width: 768px) {
	header .main-social {
	font-size:25px;	
	margin-top:0;
	}
	header .main-social a.header-ticket-button{
	font-size:14px;	
	padding: 5px 10px;	
	}
}
@media screen and (min-width: 1023px) {
  header {
    width: 50%;
    position: fixed; } }
/* -----------------------------------------------------------------
	GENERAL PANELS
------------------------------------------------------------------*/
.panel {
  width: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0; }
  .panel.righty {
    left: auto;
    right: 0; }

@media screen and (min-width: 1023px) {
  .panel {
    width: 50%;
    height: 100%;
    position: absolute; } }
.allow-scrolling {
  overflow: auto; }

.remove-panel-mobile {
  display: none; }

@media screen and (min-width: 1023px) {
  .remove-panel-mobile {
    display: block; } }
.black-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 0;
  top: 0;
  left: 0; }

.background-image {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover; }

.background-image-gallery {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }

@media screen and (max-width: 960px) {
  .background-image.remove-on-mobile {
    background-image: none !important; } }
.loading-border {
  width: 100%;
  height: 100%;
  border: 20px solid rgba(0, 0, 0, 0.55);
  z-index: 99;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-animation: fadeinout 1s linear 1 forwards;
  animation: fadeinout 1s linear 1 forwards; }

@-webkit-keyframes fadeinout {
  0%,100% {
    opacity: 0; }
  50% {
    opacity: 1; } }
@keyframes fadeinout {
  0%,100% {
    opacity: 0; }
  50% {
    opacity: 1; } }

.loading-border.fadeout {
   -webkit-animation: fadeinout 1s linear 1 forwards;
   animation: fadeinout 1s linear 1 forwards; }
}

@keyframes fadeinout {
  100% { opacity: 0; } 
}

/* -----------------------------------------------------------------
	HOMEPAGE
------------------------------------------------------------------*/
.home-panel {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 30px; }

.home-panel .content {
    width: 100%;
    display: block;
    margin: auto;
    font-size: 14px; }
	
@media screen and (min-width: 1023px) {
  .home-panel {
    padding: 0; } }
.logo-landing-panel {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 70px 30px 30px 30px; }

@media screen and (min-width: 1023px) {
  .logo-landing {
    padding: 0; } }
#home-logo {
  width: 70%;
  display: block;
  margin: auto; }

#home-tagline{
text-align:center;
color:#fff;
text-transform:uppercase;
font-weight:bold;
font-size:13px;
width:90%;
clear:both;	
margin:0 auto;
margin-top:20px;
line-height:1.2em;
letter-spacing:0.08em;
text-shadow:0 0 4px rgba(0,0,0,0.8);
}
@media screen and (min-width: 767px) {
	#home-tagline{
	font-size:16px;	
	width:70%;
	}
}
@media screen and (min-width: 1023px) {
  .ie10 #home-logo {
    margin-top: 50px; } }
.landing-nav {
  width: 100%;
  height: 100%;
  color: #fff; }
  .landing-nav .loc-link {
    width: 100%;
    heigth: 100%;
    display: block; }
  .landing-nav .content {
    position: relative;
    width: 100%;
    display: block;
    margin: auto;
	 }
  .landing-nav .row-blue {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    text-align: center;
    background: #4083fd;
    width: 100%;
    border-left: 15px solid #075efd;
    position: relative;
    padding: 30px; }
    .landing-nav .row-blue .date {
      text-shadow: 2px 2px #0542b1; }
    .landing-nav .row-blue .location {
      text-shadow: 2px 2px #0542b1; }
    .landing-nav .row-blue .loc-icon {
      display: none;
      position: absolute;
      left: 50px;
      bottom: 0;
      max-height: 95%; }
    .landing-nav .row-blue .learn-more-btn-mobile {
      background: #075efd; }
    .landing-nav .row-blue .learn-more-btn {
      background: #075efd; }
  .landing-nav .row-green {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    text-align: center;
    background: #93e23b;
    width: 100%;
    border-left: 15px solid #72d900;
    position: relative;
    padding: 30px; }
    .landing-nav .row-green .date {
      text-shadow: 2px 2px #579f08; }
    .landing-nav .row-green .location {
      text-shadow: 2px 2px #579f08; }
    .landing-nav .row-green .loc-icon {
      display: none;
      position: absolute;
      right: 50px;
      bottom: 0;
      max-height: 95%; }
    .landing-nav .row-green .learn-more-btn-mobile {
      background: #72d900; }
    .landing-nav .row-green .learn-more-btn {
      background: #72d900; }
  .landing-nav .row-orange {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    text-align: center;
    background: #8500ff;
    width: 100%;
    border-left: 15px solid #6806c2;
    position: relative;
    padding: 30px; }
    .landing-nav .row-orange .date {
      text-shadow: 2px 2px #6806c2; }
    .landing-nav .row-orange .location {
      text-shadow: 2px 2px #6806c2; }
    .landing-nav .row-orange .loc-icon {
      display: none;
      position: absolute;
      right: 50px;
      bottom: 0;
      max-height: 95%; }
    .landing-nav .row-orange .learn-more-btn-mobile {
      background: #6806c2; }
    .landing-nav .row-orange .learn-more-btn {
      background: #6806c2; }
  .landing-nav .date {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 20px;
    display: block;
    width: 100%; }
  .landing-nav .location {
    text-transform: uppercase;
    font-size: 40px;
    display: block;
    width: 100%;
    font-family: "Kalam", cursive;
    position: relative;
    line-height: 1.5em; }
    .landing-nav .location:after {
      border-bottom: 1px solid #fff;
      width: 100px;
      left: 50%;
      content: '';
      position: absolute;
      margin-left: -50px;
      bottom: 0; }
  .landing-nav .social {
    font-size: 25px;
    display: block;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 20px; }
    .landing-nav .social a {
      padding: 0 10px; }
	  
	 .social-landing {
	 text-shadow: 0 0 4px rgba(0,0,0,0.8);
    font-size: 30px;
    display: block;
	text-align: center;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 20px; }
    .social-landing a {
      padding: 0 10px;
	  color:#fff;
	  }
	  
  .landing-nav a {
    color: #fff; }
    .landing-nav a:hover {
      opacity: 0.6; }
  .landing-nav .learn-more-btn-mobile {
    position: relative;
    padding: 5px 15px;
    font-size: 15px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff; }
  .landing-nav .learn-more-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #000;
    font-size: 15px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
    display: none;
    width: 40px; }
    .landing-nav .learn-more-btn span {
      transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      /* IE 9 */
      -webkit-transform: rotate(90deg);
      /* Chrome, Safari, Opera */
      transform-origin: left top 0;
      top: 50%;
      margin-top: -50px;
      left: 32px;
      float: left;
      height: 20px;
      width: 100px;
      position: relative;
       }

.ie9 .landing-nav .learn-more-btn span {
  left: 0;
  width: auto;
  height: auto;
  line-height: 1.2em;
  margin-top: -25px; }

@media screen and (min-width: 1023px) {
  .landing-nav .row-blue {
    height: 33.3%; }
    .landing-nav .row-blue .loc-icon {
      display: block; }
    .landing-nav .row-blue.halfy {
      height: 50%; }
  .landing-nav .row-green {
    height: 33.3%; }
    .landing-nav .row-green .loc-icon {
      display: block; }
    .landing-nav .row-green.halfy {
      height: 50%; }
  .landing-nav .row-orange {
    height: 34%; }
    .landing-nav .row-orange .loc-icon {
      display: block; }
    .landing-nav .row-orange.halfy {
      height: 50%; }
  .landing-nav .location {
    font-size: 55px; }
  .landing-nav .social {
    margin-top: 33px;
    margin-bottom: 0px; }
  .landing-nav .learn-more-btn-mobile {
    display: none; }
  .landing-nav .learn-more-btn {
    display: block; } }
/* -----------------------------------------------------------------
	NAVIGATION ELEMENTS 
------------------------------------------------------------------*/
#nav {
  display: none;
  width: 100%;
  background: rgba(0, 0, 0, 0.55);
  text-transform: uppercase;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0px;
  font-size: 25px;
  line-height: 1.2em;
  text-align: center;
  font-weight: bold;
  padding: 80px 20px 20px 20px; }
  #nav > ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #nav > ul > li {
      padding: 10px 0; }
      #nav > ul > li > a {
        color: #fff; }

/* -----------------------------------------------------------------
	LANDING PAGE
------------------------------------------------------------------*/
.location-logo-panel {
  display: block;
  width: 100%;
  z-index: 1; }

.location-info {
  width: 100%;
  color: #fff;
  display: block;
  position: relative;
  text-transform: uppercase;
  text-align: center; 
  text-shadow:0 0 4px rgba(0,0,0,0.8);
  }
  .location-info .date {
    font-weight: bold;
    letter-spacing: 0.08em;
    font-size: 15px; }
  .location-info .location {
    font-weight: 300;
    letter-spacing: 0.08em;
    font-size: 15px; }

@media screen and (min-width: 1023px) {
  .location-info .date {
    font-size: 20px; }
  .location-info .location {
    font-size: 17px; } }
.city-nav-panel {
  background-color: #caeb64;
  width: 100%;
  color: #fff;
  display: block;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  padding: 30px; }
  .city-nav-panel #location-nav {
    width: 100%;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    font-weight: bold; }
    .city-nav-panel #location-nav ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .city-nav-panel #location-nav ul li {
        margin: 0 0 10px 0; }
        .city-nav-panel #location-nav ul li a {
          color: #fff;
          background: #000;
          padding: 5px 10px;
          display: inline-block; }
          .city-nav-panel #location-nav ul li a:hover {
            background: #72d900;
            color: #fff; }
        .city-nav-panel #location-nav ul li.minus55 {
          margin-left: -55px; }
        .city-nav-panel #location-nav ul li.minus15 {
          margin-left: -15px; }
        .city-nav-panel #location-nav ul li.plus30 {
          margin-left: 30px; }

@media screen and (min-width: 1023px) {
  .city-nav-panel {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    height: 100%;
    padding: 0; }
    .city-nav-panel #location-nav {
      font-size: 25px; }
      .city-nav-panel #location-nav ul li {
        margin: 0 0 14px 0; } }
/* -----------------------------------------------------------------
	TITLE PANEL
------------------------------------------------------------------*/
.title-panel {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 90px 30px 30px 30px;
  text-align: center;
  color: #fff; }
  .title-panel .content {
    width: 100%;
    display: block;
    margin: auto;
    font-size: 14px; }
  .title-panel a{
	color:#fff;  
  }
@media screen and (min-width: 1023px) {
  .title-panel {
    padding: 0; }
    .title-panel .content {
      width: 80%;
      font-size: 15px; } }
/* -----------------------------------------------------------------
	VENDORS AND PERFORMERS
------------------------------------------------------------------*/
.vendor-listing-panel {
  height: 100%;
  padding: 90px 30px 30px 30px;
  background-color: #f1faff; }
  .vendor-listing-panel a.blue {
    color: #075efd; }
    .vendor-listing-panel a.blue:hover {
      color: #000; }
  .vendor-listing-panel a.green {
    color: #488900; }
    .vendor-listing-panel a.green:hover {
      color: #000; }
  .vendor-listing-panel a.orange {
    color: #fc4b0d; }
    .vendor-listing-panel a.orange:hover {
      color: #000; }
  .vendor-listing-panel a.darkblue {
    color: #1146a6; }
    .vendor-listing-panel a.darkblue:hover {
      color: #000; }
  .vendor-listing-panel a.darkgreen {
    color: #559f03; }
    .vendor-listing-panel a.darkgreen:hover {
      color: #000; }
  .vendor-listing-panel a.lightorange {
    color: #ff7200; }
    .vendor-listing-panel a.lightorange:hover {
      color: #000; }

@media screen and (min-width: 1023px) {
  .vendor-listing-panel {
    padding: 90px 40px; } }
.vendor-listing-panel-bottom {
  height: 100%;
  padding: 30px 30px 30px 30px;
  background-color: #f1faff; }
  .vendor-listing-panel-bottom a.blue {
    color: #075efd; }
    .vendor-listing-panel-bottom a.blue:hover {
      color: #000; }
  .vendor-listing-panel-bottom a.green {
    color: #488900; }
    .vendor-listing-panel-bottom a.green:hover {
      color: #000; }
  .vendor-listing-panel-bottom a.orange {
    color: #fc4b0d; }
    .vendor-listing-panel-bottom a.orange:hover {
      color: #000; }
  .vendor-listing-panel-bottom a.darkblue {
    color: #1146a6; }
    .vendor-listing-panel-bottom a.darkblue:hover {
      color: #000; }
  .vendor-listing-panel-bottom a.darkgreen {
    color: #559f03; }
    .vendor-listing-panel-bottom a.darkgreen:hover {
      color: #000; }
  .vendor-listing-panel-bottom a.lightorange {
    color: #ff7200; }
    .vendor-listing-panel-bottom a.lightorange:hover {
      color: #000; }

@media screen and (min-width: 1023px) {
  .vendor-listing-panel-bottom {
    padding: 90px 40px; } }
.performer-listing-panel {
  height: 100%;
  padding: 90px 30px 30px 30px;
  background-color: #f0f9d6; }
  .performer-listing-panel a.blue {
    color: #075efd; }
    .performer-listing-panel a.blue:hover {
      color: #000; }
  .performer-listing-panel a.green {
    color: #488900; }
    .performer-listing-panel a.green:hover {
      color: #000; }
  .performer-listing-panel a.orange {
    color: #fc4b0d; }
    .performer-listing-panel a.orange:hover {
      color: #000; }
  .performer-listing-panel a.darkblue {
    color: #1146a6; }
    .performer-listing-panel a.darkblue:hover {
      color: #000; }
  .performer-listing-panel a.darkgreen {
    color: #559f03; }
    .performer-listing-panel a.darkgreen:hover {
      color: #000; }
  .performer-listing-panel a.lightorange {
    color: #ff7200; }
    .performer-listing-panel a.lightorange:hover {
      color: #000; }

@media screen and (min-width: 1023px) {
  .performer-listing-panel {
    padding: 90px 40px; } }
.performer-listing-panel-bottom {
  height: 100%;
  padding: 30px 30px 30px 30px;
  background-color: #f0f9d6; }
  .performer-listing-panel-bottom a.blue {
    color: #075efd; }
    .performer-listing-panel-bottom a.blue:hover {
      color: #000; }
  .performer-listing-panel-bottom a.green {
    color: #488900; }
    .performer-listing-panel-bottom a.green:hover {
      color: #000; }
  .performer-listing-panel-bottom a.orange {
    color: #fc4b0d; }
    .performer-listing-panel-bottom a.orange:hover {
      color: #000; }
  .performer-listing-panel-bottom a.darkblue {
    color: #1146a6; }
    .performer-listing-panel-bottom a.darkblue:hover {
      color: #000; }
  .performer-listing-panel-bottom a.darkgreen {
    color: #559f03; }
    .performer-listing-panel-bottom a.darkgreen:hover {
      color: #000; }
  .performer-listing-panel-bottom a.lightorange {
    color: #ff7200; }
    .performer-listing-panel-bottom a.lightorange:hover {
      color: #000; }

@media screen and (min-width: 1023px) {
  .performer-listing-panel-bottom {
    padding: 90px 40px; } }
.vendor-listing-links {
  font-size: 18px;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: bold;
  padding: 20px 0; 
  display: none;
}

.vendor-listing-links.active {
  display: block;
}

  .vendor-listing-links a {
    padding: 0 20px 5px 0;
    display: inline-block; }

@media screen and (min-width: 1023px) {
  .vendor-listing-links {
    font-size: 22px;
    padding: 30px 0; } }
.performer-listing-links {
  font-size: 18px;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: bold; }
  .performer-listing-links a {
    padding: 0 20px 5px 0;
    display: inline-block; }

@media screen and (min-width: 1023px) {
  .performer-listing-links {
    font-size: 25px; } }
.vendor-detail-panel {
  height: 100%;
  text-align: left;
  color: #fff; }
  .vendor-detail-panel .content {
    width: 100%;
    padding: 90px 50px 80px 50px;
    display: block;
    z-index: 9;
    margin: auto;
    font-size: 14px; }
  .vendor-detail-panel .button {
    margin: 0 20px 20px 0; }
  .vendor-detail-panel .vendor-social {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.55); }
    .vendor-detail-panel .vendor-social a {
      padding: 0 10px;
      color: #fff; }
      .vendor-detail-panel .vendor-social a:hover {
        color: #72d900; }

@media screen and (min-width: 1023px) {
  .vendor-detail-panel {
    padding: 0; }
    .vendor-detail-panel .content {
      font-size: 15px;
      padding: 90px; } }
.ticket-panel {
  width: 100%;
  height: 100%;
  padding: 20px;
  background: #fff; }

@media screen and (min-width: 1023px) {
  .ticket-panel {
    padding: 60px 40px; } }
@media screen and (min-width: 1279px) {
  .ticket-panel {
    padding: 60px 90px; } }
.top-padding-mobile {
  padding-top: 90px; }

.ecom-box {
  position: relative;
  width: 100%;
  border: 2px solid #000;
  padding: 10px;
  color: #000;
  font-size: 14px;
  margin-bottom: 20px; }
  .ecom-box p {
    margin-bottom: 14px; }
  .ecom-box p:last-child {
    margin-bottom: 0; }
  .ecom-box hr {
    margin: 15px 0; }
  .ecom-box.top {
    margin-top: 20px; }
  .ecom-box h3 {
    font-size: 18px;
    background: #000;
    color: #fff;
    display: inline-block;
    padding: 5px 8px;
    position: relative; }
    .ecom-box h3.orange {
      background: #fc4b0d; }
    .ecom-box h3.blue {
      background: #075efd; }
    .ecom-box h3.green {
      background: #72d900; }

@media screen and (min-width: 1023px) {
  .ecom-box {
    padding: 25px 15px 10px 15px;
    margin-bottom: 40px;
    font-size: 14px; }
    .ecom-box.margin-bottom20 {
      margin-bottom: 10px; }
    .ecom-box.top {
      margin-top: 50px; }
    .ecom-box h3 {
      font-size: 20px;
      position: absolute;
      top: -18px; } }
.qty-container input {
  display: inline-block;
  width: 40px;
  vertical-align: middle;
  margin-bottom: 0;
  padding: 3px; }
.qty-container button {
  color: #72d900;
  font-size: 19px;
  display: inline-block;
  vertical-align: middle; }
  .qty-container button.disabled {
    color: #b5e991; }
    .qty-container button.disabled:hover {
      color: #b5e991;
      cursor: default; }
  .qty-container button:hover {
    color: #000; }
.qty-container label {
  font-size: 14px;
  text-transform: none;
  display: inline-block;
  vertical-align: middle; }

.ecom-row {
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .ecom-row:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }
  .ecom-row .ecom-col {
    width: 100%;
    float: left; }
    .ecom-row .ecom-col:first-child {
      width: 100%; }
  .ecom-row .remove-item {
    margin: 10px 0 0 0;
    color: #6e6e6e;
    clear: both;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    width: 100%; }
    .ecom-row .remove-item i {
      font-size: 15px; }

.edit-item {
    margin: 0 0 10px 0;
    color: #6e6e6e;
    clear: both;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    width: 100%; 
	}
	
@media screen and (min-width: 1023px) {
  .ecom-row .ecom-col {
    width: 25%;
    float: left; }
    .ecom-row .ecom-col:first-child {
      width: 50%;
      padding-right: 10px; } }
.total-box {
  width: 100%;
  border: 2px solid #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 20px; }
  .total-box .total-padding {
    padding: 10px; }
  .total-box .total {
    background: #e4e4e4;
    width: 100%;
    padding: 5px 10px; }

@media screen and (min-width: 1023px) {
  .total-box {
    margin-bottom: 40px; } }
@media screen and (min-width: 1279px) {
  .total-box {
    width: 67%;
    font-size: 14px;
    margin-bottom: 40px; }
    .total-box .total-padding {
      padding: 15px; }
    .total-box .total {
      padding: 5px 15px; } }
.form-fields {
  display: inline-block;
  width: 100%; }

.form-col {
  width: 100%; }

@media screen and (min-width: 1023px) {
  .form-col {
    width: 50%; }
    .form-col.left {
      padding-right: 8px; }
    .form-col.right {
      padding-left: 8px; } }
.receipt-col {
  width: 100%; }

@media screen and (min-width: 767px) {
  .receipt-col {
    width: 50%;
    margin-bottom: 8px; }
    .receipt-col.left {
      padding-right: 8px; }
    .receipt-col.right {
      padding-left: 8px; } }
@media (min-width: 1024px) and (max-width: 1720px) {
  .receipt-col {
    width: 100%; }
    .receipt-col.left {
      padding-right: 0px; }
    .receipt-col.right {
      padding-left: 0px; } }
.faq-panel {
  width: 100%;
  height: 100%;
  padding: 90px 30px 30px 30px; }

@media screen and (min-width: 767px) {
  .faq-panel {
    padding: 90px 30px; } }
@media screen and (min-width: 1279px) {
  .faq-panel {
    padding: 90px; } }
.faq-links {
  width: 100%;
  line-height: 1.2em; }
  .faq-links ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .faq-links ul li {
      margin: 0 0 10px 0;
      padding: 0; }
  .faq-links a {
    padding: 10px 10px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px; }
    .faq-links a.green {
      background: #72d900;
      background: rgba(114, 217, 0, 0.77); }
      .faq-links a.green:hover {
        background: #72d900;
        color: #fff; }
    .faq-links a.orange {
      background: #fc4b0d;
      background: rgba(252, 75, 13, 0.77); }
      .faq-links a.orange:hover {
        background: #fc4b0d;
        color: #fff; }
    .faq-links a.blue {
      background: #075efd;
      background: rgba(7, 94, 253, 0.77); }
      .faq-links a.blue:hover {
        background: #075efd;
        color: #fff; }

.sliding-panel {
  width: 100%;
  height: auto;
  color: #fff;
  font-size: 14px;
  overflow: auto; }
  
  .sliding-panel a{
  color:#fff;
  }
  .sliding-panel .sliding-div {
    width: 100%;
    height: 100%;
    padding: 30px;
    min-height: 600px; }
  .sliding-panel h4 {
    font-size: 20px;
    position: relative;
    padding: 0 0 20px 0;
    margin: 0 0 30px 0;
    color: #fff;
    font-weight: 600;
    font-family: "Open Sans", sans-serif; }
    .sliding-panel h4:after {
      border-bottom: 1px solid #fff;
      content: '';
      bottom: 0;
      left: 0;
      width: 100px;
      position: absolute; }

@media screen and (min-width: 767px) {
  .sliding-panel .sliding-div {
    padding: 90px 30px; } }
@media screen and (min-width: 1023px) {
  .sliding-panel {
    overflow: hidden;
    height: 100%; }
    .sliding-panel .sliding-div {
      min-height: 0; } }
@media screen and (min-width: 1279px) {
  .sliding-panel .sliding-div {
    padding: 90px;
    font-size: 16px; } }
#arrow-up {
  background: #000;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  float: right;
  cursor: pointer;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  text-align: center;
  position: absolute;
  bottom: 75px;
  right: 20px; 
  display:none;
  }
  #arrow-up:hover {
    color: #fff;
    background: #000; }

#arrow-down {
  background: #000;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  float: right;
  cursor: pointer;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  text-align: center;
  position: absolute;
  bottom: 20px;
  right: 20px; 
  display:none;
  }
  #arrow-down:hover {
    color: #fff;
    background: #000; }

@media screen and (min-width: 1023px) {
	#arrow-up {
	display:block;	
	}
	#arrow-down {
	display:block;	
	}
}

#detail-left {
  background: #000;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 18px;
  line-height: 35px;
  float: right;
  cursor: pointer;
  border-radius: 100px;
  width: 35px;
  height: 35px;
  text-align: center;
  z-index: 9999;
  position: absolute;
  top: 50%;
  left: 10px; 
  display:block;
  }
  #detail-left:hover {
    color: #fff;
    background: #000; }

#detail-right {
  background: #000;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 18px;
  line-height: 35px;
  float: right;
  cursor: pointer;
  border-radius: 100px;
  width: 35px;
  height: 35px;
  text-align: center;
  z-index: 9999;
  position: absolute;
   top: 50%;
  right: 10px; 
  display:block;
  }
  #detail-right:hover {
    color: #fff;
    background: #000; }

@media screen and (min-width: 1023px) {
	#detail-left {
	display:none;	
	}
	#detail-right {
	display:none;	
	}
}

.blog-detail-panel {
  width: 100%;
  height: 100%;
  background: #fff; }

.blog-content {
  padding: 30px 30px 30px 30px;
  width: 100%; }
  .blog-content h1 {
    color: #000;
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    line-height: 1.1em;
    padding-bottom: 20px;
    margin-bottom: 30px; }
    .blog-content h1:after {
      border-color: #000;
      left: 0;
      margin-left: 0; }

.blog-content2 {
  padding: 90px 30px 0 30px;
  width: 100%; }
  .blog-content2 h1 {
    color: #000;
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    line-height: 1.1em;
    padding-bottom: 0px;
    margin-bottom: 30px; }
    .blog-content2 h1:after {
      display: none; }

@media screen and (min-width: 767px) {
  .blog-content2 h1 {
    font-size: 25px; }

  .blog-content h1 {
    font-size: 25px; } }
@media screen and (min-width: 1023px) {
  .blog-content2 {
    padding: 90px 30px 0 30px; }

  .blog-content {
    padding: 30px 30px; } }
@media screen and (min-width: 1279px) {
  .blog-content2 {
    padding: 90px 90px 0px 90px; }

  .blog-content {
    padding: 30px 90px 90px 90px; } }
.blog-category {
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Kalam", cursive;
  color: #075efd;
  margin-bottom: 31px; }
  .blog-category a {
    color: #075efd; }
    .blog-category a:hover {
      color: #000; }

.blog-share {
  margin: 0 0 30px 0; }
  .blog-share span {
    border: 2px solid #72d900;
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
    padding: 3px 8px;
    font-weight: 600;
    margin: 0 10px 10px 0;
    cursor: pointer; }
    .blog-share span i {
      font-size: 15px;
      display: inline-block;
      vertical-align: baseline; }
    .blog-share span:hover {
      background: #000;
      color: #fff; }

.blog-full {
  width: 100%;
  margin: 20px 0 30px 0; }

.blog-comments {
  width: 100%;
  margin: 0 0 20px 0; }

.panel.gallery {
  width: 100%;
  height: 100%;
  white-space: nowrap;
  font-size: 0;
  touch-action: none;
  touch-callout:none;
}

  .gallery-panels {
    top: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    touch-action: none;
    touch-callout:none;
  }

  .gallery-panel {
    position: relative;
    width: 50%;
    height: 100%;
    text-align: center; 
    white-space: nowrap;
    display: inline-block;
    touch-action: none;
    touch-callout:none;  
  }

 @media screen and (max-width: 1023px) {

  

  .gallery-panel {
    position: relative;
    width: 100%;
    text-align: center; 
    white-space: nowrap;
    display: inline-block;
  }    

}


.mobile-gallery {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden; }
  .mobile-gallery li {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    position: relative; }
    .mobile-gallery li img {
      width: auto;
      heigth: auto;
      display: block;
      margin: 0 auto; }



.gallery-prev {
  background: #000;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  float: right;
  cursor: pointer;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  text-align: center;
  z-index: 9999;
  position: absolute;
  top: 50%;
  left: 20px; }
  .gallery-prev:hover {
    color: #fff;
    background: #000; }

.gallery-next {
  background: #000;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  float: right;
  cursor: pointer;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  text-align: center;
  z-index: 9999;
  position: absolute;
  top: 50%;
  right: 20px; }
  .gallery-next:hover {
    color: #fff;
    background: #000; }

.image-count {
  display: inline-block;
  text-transform: uppercase;
  pointer-events: none;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.77);
  border-radius: 5px;
  padding: 5px 8px;
  font-size: 12px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -40px; }

.vendor-item {
  margin-bottom: 10px; }


@media screen and (max-width: 1023px) 
{

  .title-panel, .faq-panel, .performer-listing-panel, .vendor-listing-panel, .vendor-listing-panel-bottom, .city-nav-panel {
    min-height: 50vh;
  } 

  .panel.fillheight, .panel.fillheight .vendor-listing-panel, .panel.fillheight .performer-listing-panel, .vendor-listing-panel-bottom, .performer-listing-panel-bottom {
    min-height: 100vh;
  }

  .panel.nominheight {
    min-height: auto !important;
  }

  .allow-scrolling {
    overflow: visible;
  }

  .sliding-panel .sliding-div, .blog-detail-panel, .ticket-panel, .panel.gallery   {
    min-height: 100vh;
  } 

  .vendor-detail-panel .content {
      position: relative;
  }

  .ticket-panel {
    padding-bottom: 40px;
  }

  .contentpanel > .contentpanel {
      position: absolute;
      top: 0px;
      left: 100%;
      width: 100%;
      height: auto;
  }

}

.vendor-blurby{
margin-top:25px;
}
.vendor-blurby p:last-child{
margin:0;
}
.vendor-blurby a{
text-decoration:underline;	
}
.vendor-blurby a:hover{
text-decoration:none;	
}


.ecom-box h3.blue.error, .ecom-box h3.green.error, .ecom-box h3.orange.error{
background:#c82727;	
}
.ecom-box.error{
border-color:#c82727;	
}

.less-bottom-margin{
margin-bottom:10px;
}
.promo-button .button{

}

 @media screen and (min-width: 940px) {
	 .promo-button .button{
	float:left;
	padding:6px 15px;
	margin-top:28px;
	}
 }
 
 .checkout-radio-special{
 width:100%;
 }
  .checkout-radio-special input{
  vertical-align: top;
  }
  .checkout-radio-special label{
  width:85%;
  vertical-align: top;
  }
/* -----------------------------------------------------------------
	IE FIXES
------------------------------------------------------------------*/

/*# sourceMappingURL=layout.css.map */


#paypalbuttonform input {
  width: auto;
  border: none;
  background: none;
}

  #paypalbuttonform img {
    display: none;
  }