/*@primaryColor: #4faebb;*/
#gridView {
  display: none;
}
@media all and (max-width: 1490px) {
  #eventsSection .row .event {
    /*width: 20%;*/
  }
}
@media all and (max-width: 1280px) {
  #eventsSection .row .event {
    /*width: 25%;*/
  }
}
@media all and (max-width: 1199px) {
  #navigationContainer #menuline li a {
    font-size: 12px;
    padding: 0 10px;
    margin: 0 1px;
  }
}
@media all and (max-width: 1099px) {
  #navigationContainer #menuline li a {
    font-size: 12px;
    line-height: 50px;
    padding: 0 8px;
    margin: 0;
  }
}
@media all and (max-width: 1023px) {
  #navigationContainer {
    min-height: auto;
  }
  #navigationContainer #menuline {
    display: block;
    float: none;
    overflow: auto;
    zoom: 1;
    margin: 3px 0;
  }
  #navigationContainer #menuline li {
    vertical-align: bottom;
  }
  #navigationContainer #menuline li a {
    vertical-align: top;
    font-size: 12px;
    line-height: 30px;
    padding: 0 8px;
    margin: 0;
  }
  #navigationContainer .navCreateEventBtn {
    display: none;
  }
  #navigationContainer #navSearch {
    margin: 0 0 10px;
    float: none !important;
  }
}
@media all and (max-width: 980px) {
  #eventsSection .row .event {
    width: 33.33333333%;
  }
}
@media all and (max-width: 768px) {
  #listView {
    display: none;
  }
  #gridView {
    display: block;
  }
  #headerBar h1 {
    font-size: 26px;
    line-height: 1.1em;
    /*margin-bottom: 5px;*/
  }
  #headerBar h1 span {
    font-size: 18px;
    display: block;
  }
  #headerBar span.eventDateAndLocation {
    display: none;
    font-size: 16px;
  }
  #headerBar .fb-like {
    float: none !important;
  }
  #orderDetails .left {
    padding: 20px 15px 10px 15px;
  }
  #orderDetails .left table td {
    padding: 0 0 20px 0;
    font-size: 14px;
    line-height: 1.2em;
  }
  #orderDetails .left .fa {
    font-size: 26px;
  }
  #ticketOptions .container h2 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  #ticketOptions .container .couponNote {
    font-size: 14px !important;
  }
  #ticketOptions .container .ticketsTable td {
    padding: 15px 20px;
    font-size: 13px;
  }
  #ticketOptions .container .ticketspriceTable td {
    padding: 2px 20px 2px 0;
    font-size: 13px;
  }
  #ticketOptions .container .ticketspriceTable td .total {
    font-size: 13px;
    font-weight: 700;
  }
  #ticketOptions .container .submitTickets label {
    font-size: 15px;
  }
  #eventTop .eventInfo .spanLight {
    font-size: 13px;
    line-height: 1.2em;
    font-weight: 300;
  }
  #eventTop .eventInfo .spanDark {
    font-size: 16px;
    line-height: 1.1em;
    margin-bottom: 12px;
  }
  #eventTop .eventInfo .button {
    font-weight: 500;
    padding: 12px 20px 13px 20px;
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  table.ticketsTable tr {
    display: block;
    width: 100%;
    background: #2e3b3e;
    border-bottom: 3px solid #233034;
  }
  table.ticketsTable tr td.ticketsTableTitle,
  table.ticketsTable tr td.ticketsTableAvailability,
  table.ticketsTable tr td.ticketsTableQuantity,
  table.ticketsTable tr td.ticketsTablePrice {
    display: inline-block;
    width: auto;
    border: none !important;
    background: transparent;
    padding: 13px 20px !important;
  }
  table.ticketsTable tr td.ticketsTableTitle .moreInfoBtn,
  table.ticketsTable tr td.ticketsTableAvailability .moreInfoBtn,
  table.ticketsTable tr td.ticketsTableQuantity .moreInfoBtn,
  table.ticketsTable tr td.ticketsTablePrice .moreInfoBtn {
    font-size: 12px !important;
    color: #aaadae !important;
  }
  table.ticketsTable tr td.ticketsTableTitle {
    display: block;
    width: 100%;
    padding-bottom: 0 !important;
  }
  table.ticketsTable tr td.ticketsTableAvailability {
    display: block;
    width: 100% !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  table.ticketsTable tr td.ticketsTableAvailability .label {
    margin-top: 10px;
    float: none !important;
    font-size: 12px !important;
    padding: 6px 8px 8px 8px !important;
  }
  table.ticketsTable tr td.ticketsTablePrice {
    width: auto !important;
  }
  table.confirmTicketsTable tr {
    display: block;
    width: 100%;
    background: #f8f8f8;
    border-bottom: 3px solid #fff;
  }
  table.confirmTicketsTable td {
    display: block;
    border: none !important;
    background: transparent;
  }
  table.confirmTicketsTable td.confirmTicketsTableTitle,
  table.confirmTicketsTable td.confirmTicketsTableQuantity,
  table.confirmTicketsTable td.confirmTicketsTablePrice {
    display: inline-block;
    width: auto;
  }
  table.confirmTicketsTable td.confirmTicketsTableTitle .showMoreBtn,
  table.confirmTicketsTable td.confirmTicketsTableQuantity .showMoreBtn,
  table.confirmTicketsTable td.confirmTicketsTablePrice .showMoreBtn {
    font-size: 12px !important;
  }
  table.confirmTicketsTable td.confirmTicketsTableTitle {
    display: block;
    width: 100% !important;
    padding-bottom: 0 !important;
    font-size: 13px;
  }
  table.confirmTicketsTable td.confirmTicketsTableQuantity {
    width: 50% !important;
    text-align: left !important;
  }
  table.confirmTicketsTable td.confirmTicketsTablePrice {
    width: 50% !important;
  }
  .organizerSection {
    padding: 30px 0;
  }
  .organizerSection h1,
  .organizerSection h2 {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .organizerSection p {
    font-size: 12px !important;
  }
  .organizerSection .button {
    padding: 10px 15px;
    font-size: 13px !important;
  }
  #orderDetails .left {
    margin-top: -15px;
    margin-bottom: 15px;
  }
  .eventListAlt {
    padding: 7.5px;
  }
  .eventListAlt .listItem {
    float: left;
    width: 50%;
    margin-bottom: 30px;
  }
  .eventListAlt .listItem > .inner {
    padding: 0 7.5px;
  }
  .eventListAlt .listItem .image {
    margin-bottom: 5px;
  }
  .eventListAlt .listItem .title {
    font-size: 14px;
  }
  .eventListAlt .listItem .byline {
    font-size: 12px;
  }
  .eventListAlt .listItem .numEvents {
    font-size: 11px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
}
@media all and (max-width: 720px) {
  #eventsSection .row .event {
    width: 50%;
  }
  #eventsSection .row .event .eventContainer .info .title {
    font-size: 18px;
  }
  #eventsSection .row .event .eventContainer .info .title div.inner span {
    font-size: 0.7em;
  }
  #eventsSection .row .event .eventContainer .info .title div.inner .date {
    font-size: 14px;
  }
}
@media all and (max-width: 500px) {
  #navigationContainer .navCreateEventBtn {
    display: none;
  }
  #navigationContainer #menuline {
    display: block;
    float: none;
    overflow: auto;
    zoom: 1;
    margin: 8px 0;
  }
  #navigationContainer #menuline li a {
    font-size: 12px;
    line-height: 20px;
    padding: 0px;
    margin: 0 4px;
    border-bottom: 2px solid transparent;
  }
  #navigationContainer #menuline li:first-of-type:not(.hide-for-small) a {
    margin-left: 0;
  }
  #navigationContainer #menuline li:last-of-type a {
    margin-right: 0;
  }
}
@media all and (max-width: 450px) {
  #eventsSection .row .event {
    width: 50%;
    padding: 5px;
  }
  #eventsSection .row .event .eventInner .eventContainer .info .title {
    font-size: 16px;
  }
  #eventsSection .row .event .eventInner .eventContainer .info .title div.inner span {
    font-size: 0.6em;
  }
  #eventsSection .row .event .eventInner .eventContainer .info .title div.inner .date {
    font-size: 10px;
  }
}
@media all and (max-width: 360px) {
  #eventsSection .row .event {
    width: 100%;
    float: none;
  }
}
@media all and (min-width: 300px) and (max-width: 1024px) {
  #eventTop {
    max-height: 800px;
    margin-bottom: 30px;
  }
  #eventTop .image {
    margin-top: 25px;
    margin-bottom: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  #eventTop .image #imageImg {
    display: none;
  }
  #eventTop .image #imageThumb {
    display: block;
    margin-bottom: 20px;
  }
  #eventTop .eventInfo .soldoutImg {
    margin-top: 0px;
  }
  #eventTop .eventInfo .button {
    margin-top: 25px;
  }
  #orderDetails .right img {
    display: block;
    margin: 0 auto;
  }
  #newsletterContainer {
    padding: 40px 15px;
  }
  #searchSection {
    padding: 30px 10px;
  }
}
@media all and (min-width: 300px) and (max-width: 640px) {
  #filterSection2 {
    padding: 20px 0 10px;
  }
  #eventTop .image #imageImg {
    display: block;
  }
  #eventTop .image #imageThumb {
    display: none;
    margin-bottom: 20px;
  }
  #orderDetails .right #eventThumb {
    display: none;
  }
  #orderDetails .right #eventImg {
    display: block;
  }
  .infoContactBtn {
    display: none;
  }
  .submitBig {
    padding: 8px 15px 10px 15px;
    font-size: 20px;
  }
  #footerContainer .footerText {
    text-align: center;
    padding-top: 20px;
  }
  #footerContainer .footerText p {
    margin: 0;
  }
  #footerContainer .creditcards {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }
  #newsletterContainer h2 {
    line-height: 1.1em;
    font-size: 22px;
  }
  #newsletterContainer p {
    font-size: 13px;
  }
}
@media all and (max-width: 700px) {
  #topContainer #topNavTrigger {
    display: inline-block;
  }
  #topContainer #topNav {
    display: none;
    margin-bottom: 8px;
  }
  #topContainer #topNav li {
    width: 100%;
    text-align: right;
  }
  #topContainer #topNav li a {
    padding: 0 0 8px 0;
  }
  .flexMapContainer {
    width: 90%;
    padding-top: 120%;
    /* 1:1 Aspect Ratio */
  }
  #navigationContainer #menuline {
    float: none;
  }
  #navigationContainer #menuline li a {
    /*line-height: 50px;
				padding: 0 7px;
				margin: 0px;
				font-size: 13px;*/
  }
  #navigationContainer #menuline .fa {
    display: none;
  }
  #navigationContainer #navSearch {
    vertical-align: bottom;
    width: 100%;
    clear: both;
    margin-bottom: 10px;
    margin-top: 0px;
  }
  #navigationContainer #navSearch input[type=submit] {
    background: url("/img/searchicon-small.png") no-repeat right 10px center;
  }
}
@media all and (max-width: 600px) {
  .eventListItem .eventDate {
    width: 50px;
  }
  .eventListItem .eventDate .month {
    font-size: 12px;
    line-height: 12px;
  }
  .eventListItem .eventDate .date {
    font-size: 22px;
    line-height: 22px;
  }
  .eventListItem .info {
    margin-left: 50px;
    margin-right: 105px;
    padding: 12px 0 12px 10px;
    color: #223034;
  }
  .eventListItem .info > div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    font-size: 0.8em;
  }
  .eventListItem .info > div .fa {
    margin-right: 5px;
  }
  .eventListItem .action {
    width: 105px;
    padding-right: 15px;
    text-align: right;
  }
  .eventListItem .action .btn {
    right: 15px;
    letter-spacing: 0.5px;
    font-size: 10px;
    padding: 7px 10px 7px 10px;
  }
  .eventListItem .action img {
    width: 80px;
  }
  .imageHeader h1 {
    font-size: 28px;
  }
  .imageHeader .byline {
    font-size: 18px;
  }
  .imageHeader .videoContainer {
    display: none;
  }
}
@media all and (max-width: 390px) {
  #navigationContainer #menuline {
    float: none;
    margin: 4px -7px 8px;
  }
  #navigationContainer #menuline .fa {
    display: none;
  }
  p {
    line-height: 1.2;
    font-size: 0.9rem;
    margin-bottom: 0.7rem;
  }
  #eventsSection2 .row .event {
    margin-bottom: 8px;
  }
  .margintb {
    margin: 15px 0;
  }
  .paddingtb {
    padding: 15px 0;
  }
  .paddingTop {
    padding-top: 15px;
  }
  .contentBox {
    width: 100%;
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 15px;
    margin-bottom: 30px;
  }
  .contentBox h2 {
    font-size: 18px;
    margin: -15px -15px 15px -15px;
    padding: 15px;
    background: #f2f2f2;
    line-height: 1em;
    border-bottom: 1px solid #e5e5e5;
  }
  .contentBox h3 {
    font-size: 18px;
    margin-top: 15px;
  }
  .contentBox p:last-child {
    margin-bottom: 0;
  }
}
/********************************************************************/
/* EVENT LIST */
/********************************************************************/
@media all and (max-width: 960px) {
  #eventsSection2 .row .event .eventContainer .image {
    width: 22%;
  }
  #eventsSection2 .row .event .eventContainer .info .date {
    margin-bottom: 10px;
    font-size: 16px;
  }
  #eventsSection2 .row .event .eventContainer .info .date .fa {
    margin-right: 4px;
  }
  #eventsSection2 .row .event .eventContainer .info .title {
    font-size: 18px;
  }
  #eventsSection2 .row .event .eventContainer .info .title .byline {
    font-size: 12px;
  }
  #eventsSection2 .row .event .eventContainer .buy {
    width: 18%;
  }
  #eventsSection2 .row .event .eventContainer .buy .inner .infoBtn {
    padding: 0 15px 2px 15px;
    line-height: 26px;
    font-size: 12px;
  }
  #eventsSection2 .row .event .eventContainer .buy .inner .waitingListBtn {
    padding: 0 15px 2px 15px;
    line-height: 26px;
    font-size: 12px;
    background-color: #c855c8;
  }
  #eventsSection2 .row .event .eventContainer .buy .inner .buyLink {
    font-size: 11px;
  }
}
@media all and (max-width: 880px) {
  #eventsSection2 .row .event .eventContainer .image {
    width: 25%;
  }
  #eventsSection2 .row .event .eventContainer .info {
    width: 55%;
  }
  #eventsSection2 .row .event .eventContainer .info .date {
    margin-bottom: 10px;
    font-size: 14px;
  }
  #eventsSection2 .row .event .eventContainer .info .date .fa {
    margin-right: 4px;
  }
  #eventsSection2 .row .event .eventContainer .info .title {
    font-size: 16px;
  }
  #eventsSection2 .row .event .eventContainer .info .title .byline {
    font-size: 11px;
  }
  #eventsSection2 .row .event .eventContainer .buy {
    width: 20%;
  }
  #eventsSection2 .row .event .eventContainer .buy .inner .infoBtn {
    padding: 0 15px 2px 15px;
    line-height: 26px;
    font-size: 12px;
  }
  #eventsSection2 .row .event .eventContainer .buy .inner .waitingListBtn {
    padding: 0 15px 2px 15px;
    line-height: 26px;
    font-size: 12px;
    background-color: #c855c8;
  }
  #eventsSection2 .row .event .eventContainer .buy .inner .buyLink {
    font-size: 10px;
  }
}
@media all and (min-width: 769px) {
  #eventsSection2 .row .event .eventContainer .buy .inner .waitingListBtnOuter {
    padding-top: 0.5rem;
  }
}
@media all and (max-width: 768px) {
  #eventsSection2 .row .event .eventContainer .image {
    width: 35%;
  }
  #eventsSection2 .row .event .eventContainer .info {
    display: block;
    width: auto;
    padding: 10px;
  }
  #eventsSection2 .row .event .eventContainer .info .date {
    margin-bottom: 10px;
    font-size: 13px;
  }
  #eventsSection2 .row .event .eventContainer .info .date .fa {
    margin-right: 4px;
  }
  #eventsSection2 .row .event .eventContainer .info .date .venueName {
    display: none;
  }
  #eventsSection2 .row .event .eventContainer .info .title {
    font-size: 15px;
  }
  #eventsSection2 .row .event .eventContainer .info .title .byline {
    font-size: 10px;
  }
  #eventsSection2 .row .event .eventContainer .buy {
    display: block;
    width: auto;
    background: none;
    border-left: none;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 4px;
    padding: 0 10px 10px 10px;
    text-align: left !important;
  }
  #eventsSection2 .row .event .eventContainer .buy .inner {
    width: 100%;
  }
  #eventsSection2 .row .event .eventContainer .buy .inner table td {
    text-align: left;
  }
  #eventsSection2 .row .event .eventContainer .buy .inner .infoBtn {
    padding: 0 10px 2px 10px;
    line-height: 22px;
    font-size: 11px;
  }
  #eventsSection2 .row .event .eventContainer .buy .inner .waitingListBtn {
    padding: 0 10px 2px 10px;
    line-height: 22px;
    font-size: 11px;
  }
  #eventsSection2 .row .event .eventContainer .buy .inner .buyLink {
    display: none;
    font-size: 10px;
  }
  #eventsSection2 .row .event .eventContainer .buy .inner img {
    display: none;
  }
}
/********************************************************************/
/* FRONTPAGE ELEMENTS */
/********************************************************************/
@media all and (max-width: 900px) {
  #frontpageElementsContainer .item .info {
    bottom: 5px;
    left: 5px;
    right: 5px;
  }
  #frontpageElementsContainer .item .info .title {
    font-size: 18px;
    padding: 0 0 3px 0;
  }
  #frontpageElementsContainer .item .info .byline {
    font-size: 11px;
  }
  #frontpageElementsContainer .item.large .info .title {
    font-size: 32px;
    padding: 0 0 3px 0;
  }
}
@media all and (max-width: 640px) {
  #frontpageElementsContainer .item .info {
    bottom: 5px;
    left: 5px;
    right: 5px;
  }
  #frontpageElementsContainer .item .info .title {
    font-size: 32px;
    padding: 0 0 3px 0;
  }
  #frontpageElementsContainer .item .info .byline {
    font-size: 13px;
  }
  #frontpageElementsContainer .item.small .info .title {
    font-size: 18px;
  }
  #frontpageElementsContainer .item.small .info .byline {
    font-size: 11px;
  }
}
@media all and (max-width: 440px) {
  #frontpageElementsContainer .item .info,
  #frontpageElementsContainer .item.large .info {
    bottom: 5px;
    left: 5px;
    right: 5px;
  }
  #frontpageElementsContainer .item .info .title,
  #frontpageElementsContainer .item.large .info .title {
    font-size: 26px;
    padding: 0 0 3px 0;
  }
  #frontpageElementsContainer .item .info .byline,
  #frontpageElementsContainer .item.large .info .byline {
    font-size: 12px;
  }
  #frontpageElementsContainer .item.small .info .title,
  #frontpageElementsContainer .item.large.small .info .title {
    font-size: 14px;
  }
  #frontpageElementsContainer .item.small .info .byline,
  #frontpageElementsContainer .item.large.small .info .byline {
    display: none;
    font-size: 10px;
  }
}
