#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: 980px) {
  #eventsSection .row .event {
    width: 33.333333333%;
  }
}
@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 .submitTickes label {
    font-size: 14px;
  }
  #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: 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: .7em;
  }
  #eventsSection .row .event .eventContainer .info .title div.inner .date {
    font-size: 14px;
  }
}
@media all and (max-width: 500px) {
  #navigationContainer .navCreateEventBtn {
    display: none;
  }
}
@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: .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) {
  #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 (min-width: 300px) 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;
  }
  #navigationContainer #menuline {
    float: none;
  }
  #navigationContainer #navSearch {
    width: 100%;
    clear: both;
    margin-bottom: 15px;
    margin-top: 0px;
  }
  #navigationContainer #navSearch input[type=submit] {
    background: url("/img/searchicon-small.png") no-repeat right 10px center;
  }
}
/********************************************************************/
/* 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 .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 .buyLink {
    font-size: 10px;
  }
}
@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 .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;
  }
}
