img.mceItemIframe {
  background-image: url('/static/images/trans.gif');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1600px) {

}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  .main-show{padding:0;}
 }
@media (min-width: 320px) {
   .main-show{padding:0;}
}

@media (min-width: 900px) {
   .main-show{padding-right:0;}
}
@media (min-width: 1300px) {
   /*.main-show{padding-right:15px;}*/
}

button {
    outline: none;
}

h1 {
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  margin: 10px 0 12px;
}
  h1 a {
    color: #75a541;
  }
.show-events-list {
    overflow: hidden;
}
.slider-container {
    width: 70%;
    overflow: hidden;
}

.slides-box {
    width: 100%;
}

@media screen and (max-width: 1350px) {
    .slider-container {
        width: 100%;
    }
    .slides-box {
        width: 100%;
    }
}

#slider .container{
  width:100% !important;
  padding:0 !important;;
}

#slider li {
    display: inline-block;
    text-align: center;
}
body {
  min-width: 320px;
}
@media screen and (max-width: 992px) {
  body .navbar-collapse {
    border: 0;
  }
  body .navbar-collapse li {
    text-align: center;
    border-bottom: 1px solid #75a541;
  }
}
@media screen and (min-width: 990px) {
    .carousel-inner .item {
        height: 480px;
        height: 610px;
    }
    .live-cell{
      height: 480px;
      height: 610px;
      overflow: hidden;
    }
    .slick-slider {
      overflow: hidden;
    }
    .gigs .slick-list.draggable {
      height: 340px !important;
    }

}
@media screen and (max-width: 480px) {
.carousel-inner .item{
    height:280px;
  }
}
@media screen and (min-width: 481px) {
.carousel-inner .item{
    height:380px;
  }
}
 @media screen and (min-width: 768px) {
.carousel-inner .item{
    height:480px;
  }
}

@media screen and (min-width: 1440px) {
    .carousel-inner .item {
        height: 480px;
    }

}
@media screen and (min-width: 1600px) {
  .carousel-inner .item {
        height: 600px;
    }
    .live-cell{
      height:100%;
      max-height: none;
      overflow: hidden;
    }
}
body .carousel-control {
  width: 38px;
  height: 38px;
  top: 19px;
  color: #fff;
  opacity: 1;
  background-color: #fdaf1a;
  text-shadow: none;
  z-index: 10;
}
body .carousel-control.left {
  left: auto;
  right: 68px;
  background-image: none;
}
body .carousel-control.right {
  background-image: none;
  right: 19px;
}
body .carousel-control .glyphicon-chevron-left, body .carousel-control .glyphicon-chevron-right {
  margin: 0;
  color: #fff;
  font-size: 15px;
  width: auto;
  height: auto;
  top: 12px;
}
body .carousel-control .glyphicon-chevron-right {
  right: 11px;
}
body .carousel-control .glyphicon-chevron-left {
  left: 10px;
}
body .news-more {
  color: #5e5e5e;
  position: relative;
  padding-right: 40px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 16px;
}
body .news-more:after {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  background: url("../images/arrow_grey.png") no-repeat top left;
  top: 5px;
  margin-left: 20px;
}
body .presents {
  height: 62px;
  background: url("../images/presents_bg.jpg") repeat-x top left;
  margin: 10px 0;
  overflow: hidden;
}
body .presents.row {
  background: none;
  height: 349px;
}
@media screen and (max-width: 1398px) {
  body .presents.row {
    background: none;
    height: 247px;
  }
}
body .presents h6 {
  text-align: center;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 18px;
  background-color: #75a541;
  display: block;
  margin: 0 auto;
  padding-top: 23px;
  padding-bottom: 20px;
  width: 245px;
}
body .upcoming .upcoming-header {
  background-color: #75a541;
  height: 60px;
}
body .upcoming .upcoming-header h3 {
  color: #fff;
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  float: left;
  padding: 18px 0 0 16px;
  font-weight: 300;
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
}
body .upcoming .upcoming-header h3:hover {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  body .upcoming .upcoming-header h3 {
    font-size: 20px;
  }
}
body .upcoming .upcoming-header .events-buttons {
  float: right;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  body .upcoming .upcoming-header .events-buttons {
    margin: 0;
  }
}

.slick-list {
  width: 1px;
  min-width: 100%;
}
body .upcoming .upcoming-header .btn-events {
  border: none;
  background: none;
  color: #fff;
  padding: 20px 10px 0;
}
body .upcoming .gig {
  border-bottom: 1px solid #70a23d;
  width: 100% !important;
}

body .upcoming .gig .gig-date {
  float: left;
  padding-left: 15px;
  width: 20%;
  position: relative;
}

body .upcoming .gig .gig-date > img {
  width: 100%;
  max-height: 78px;
}

@media screen and (max-width: 1398px) {
  body .upcoming .gig .gig-date {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  body .upcoming .gig .gig-date {
    width: 16%;
  }
}
@media screen and (max-width: 667px) {
  body .upcoming .gig .gig-date {
    width: 18%;
    padding-left: 0;
  }
}
body .upcoming .gig .gig-desc {
  float: left;
  width: 79%;
}
@media screen and (max-width: 1398px) {
  body .upcoming .gig .gig-desc {
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  body .upcoming .gig .gig-desc {
    width: 82%;
  }
}

body .upcoming .gig:last-child {
  border: 0;
}

body .upcoming .gig {
  max-height: 100%;
  overflow: hidden;
}
.show-events-list .gig {
  max-height: 78px;
}
body .upcoming .gig .event-date {
  text-align: center;
  padding: 10px 0px;
  height: 78px;
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 992px) {
  body .upcoming .gig .event-date {
    padding: 10px 8px;
  }
}
@media screen and (max-width: 768px) {
  body .upcoming .gig .event-date {
    font-size: 12px;
    padding: 12px 8px;
  }
}
body .upcoming .gig .event-date:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 7px;
  top: 33px;
  right: -7px;
  z-index: 2;
}
body .upcoming .gig .event-date .event-day {
  display: block;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 38px;
  line-height: 28px;
  text-align: center;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  body .upcoming .gig .event-date .event-day {
    font-size: 30px;
  }
}
body .upcoming .gig .event-description {
  padding: 14px 30px 0 20px;
  color: #807f7a;
  margin-left: -4px;
  height: 78px;
}
@media screen and (max-width: 768px) {
  body .upcoming .gig .event-description {
    padding-right: 20px;
  }
}
body .upcoming .gig .event-description h5 {
  font-family: 'Lato', sans-serif;
  margin: 0 0 4px 0;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  body .upcoming .gig .event-description h5 {
    font-size: 14px;
  }
}

body .upcoming .gig .event-description h5 a {
  color: #807f7a;
}
/* Wish we were using sass grumble grumble.. */
body .upcoming .gig .event-description h5 a:hover {
  text-decoration: none;
}

body .upcoming .gig .event-description p {
  margin: 0;
  font-size: 11px;
  font-family: 'Source Sans Pro', sans-serif;
}
@media screen and (max-width: 768px) {
  body .upcoming .gig .event-description p {
    font-size: 10px;
  }
}
body .upcoming .gig.odd .event-date {
  background-color: #ebf7de;
  color: #75a541;
}
body .upcoming .gig.odd .event-date:after {
  border-color: transparent transparent transparent #ebf7de;
}
body .upcoming .gig.odd .event-description {
  background-color: #f5fbee;
}
body .upcoming .gig.even .event-date {
  background-color: #cce4b4;
  color: #75a301;
}
body .upcoming .gig.even .event-date:after {
  border-color: transparent transparent transparent #cce4b4;
}
body .upcoming .gig.even .event-description {
  background-color: #e4f1d6;
}
body .blog-search {
  width: 288px;
  height: 63px;
  border: 1px solid #e0ded8;
}
@media screen and (max-width: 1398px) {
  body .blog-search {
    width: 280px;
  }
}
@media screen and (max-width: 768px) {
  body .blog-search {
    width: 300px;
    margin: 10px auto;
  }
}
body .blog-search .blog-search-btn {
  border: 0;
  background: none;
  color: #8c8a7b;
  font-size: 30px;
  padding: 0 20px;
  display: block;
  float: left;
}
body .blog-search .blog-search-btn span {
  padding-top: 16px;
}
body .blog-search .blog-search-control {
  border: 0;
  height: 61px;
  padding: 0;
  color: #8c8a7b;
  font-size: 18px;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
}
body .blog-search .blog-search-control::-moz-placeholder, body .blog-search .blog-search-control::-webkit-input-placeholder, body .blog-search .blog-search-control::-ms-input-placeholder {
  color: #8c8a7b;
}
@media screen and (max-width: 768px) {
  body .categories {
    width: 300px;
    margin: 20px auto;
  }
}
body .categories h2 {
  font-size: 18px;
  font-weight: 700;
  color: #4c4a42;
  font-family: 'Lato', sans-serif;
  width: 288px;
  border-bottom: 1px solid #bfbeb8;
  position: relative;
  padding-bottom: 10px;
  margin: 50px 0 25px;
}
@media screen and (max-width: 1398px) {
  body .categories h2 {
    width: 280px;
  }
}
body .categories h2:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 8px;
  background: url("../images/triangle.jpg") no-repeat top left;
  bottom: -8px;
  left: 45px;
}
body .categories .cat-list {
  margin-bottom: 60px;
}
body .categories .cat-list li {
  display: block;
  margin: 5px 0;
}
body .categories .cat-list li a {
  color: #807f7a;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}
body .categories .archives-control {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #e0ded8;
  padding: 10px 10px;
  height: 63px;
  color: #807f7a;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  width: 288px;
  font-weight: normal;
}
@media screen and (max-width: 1398px) {
  body .categories .archives-control {
    width: 280px;
  }
}
body .categories label {
  position: relative;
}
body .categories .archive-glyph {
  position: absolute;
  right: 0;
  padding: 18px 16px 13px;
  background-color: #fff;
  font-size: 30px;
  border: 1px solid #e0ded8;
  margin-top: -1px;
  color: #8c8a7b;
}

header .top {
  height: 37px;
  background-color: #4c4a42;
  overflow: hidden;
  clear:both;
}
header .top .container{
  width: 100%;
}
header .top .social-list {
  float: right;
  margin: 0 30px 0 0;
  padding: 0;
  position: relative;
  left: 0;
}
header .top .social-list li {
  float: left;
  display: block;
  margin: 7px 20px 0 0;
}
header .top .social-list li:last-child {
  margin-right: -10px;
}
header .top .top-search {
  float:right;
}
header .top .top-search .top-search-btn {
  border: 0;
  background-color: #8c8a7b;
  height: 37px;
  padding: 0 5px 0 14px;
  float: left;
  margin-left: 5px;
}
header .top .top-search .top-search-control {
  background-color: #8c8a7b;
  border: 0;
  height: 37px;
  color: #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding: 0 0 3px 4px;
   width: 180px;
  margin: 0;
  font-family: 'Lato', sans-serif;
  float: left;
  outline: none;
}
@media screen and (max-width: 992px) {
  header .top .top-search .top-search-control {
    width: 195px;
  }
}
header .top .top-search ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #4c4a42;
}
header .top .top-search :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4c4a42;
  opacity: 1;
}
header .top .top-search ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4c4a42;
  opacity: 1;
}
header .top .top-search :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #4c4a42;
}
header .krcl-nav {
  border: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  min-height: 89px;
  background-color: #f2f2f2;
  margin-bottom: 0;
}


@media screen and (max-width: 992px) {
  header .krcl-nav .navbar-toggle {
    border: 0;
    margin-top: 16px;
  }
  header .krcl-nav .navbar-toggle .icon-bar {
    background-color: #f05033;
    height: 4px;
    width: 27px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
  header .krcl-nav .navbar-toggle:hover, header .krcl-nav .navbar-toggle:focus {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  header .krcl-nav {
    min-height: 70px;
  }
}
header .krcl-nav .krcl-navbar {
  padding: 19px 0 0 35px;
  font-family: 'Lato', sans-serif;
}
header .krcl-nav .krcl-navbar > li > a {
  color: #3f3f3f;
  font-size: 17px;
  font-weight: bold;
  padding: 15px 20px;
}
header .krcl-nav .krcl-navbar > li:hover > a {
  border-bottom: 2px solid #82b601;
}
.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
@media screen and (max-width: 992px) {
  header .krcl-nav .krcl-navbar > li > a:hover {
    border: 0;
    background-color: #dadada;
  }
}
header .krcl-nav .krcl-navbar > li .dropdown-menu {
  margin-top: 0px;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding: 0;

}
header .krcl-nav li.shows ul {
  background:#75a541;
  border-top: 5px solid #6B943E !important;
  border-bottom: 5px solid #6B943E !important;
  border-right: 5px solid #6B943E !important;
}
header .krcl-nav li.shows ul li.col-md-4{

}
header .krcl-nav li.shows ul li {
  border-bottom: 1px solid #6B943E !important;
  border-right: 1px solid #6B943E;
  padding: 0 !important;
}
/*header .krcl-nav li.shows ul li:last-child {
  border-right: 5px solid #6B943E;
}*/
header .krcl-nav li.shows ul li a{
   color:#fff;
   padding: 10px 0 10px 20px;
   border-left: 5px solid #6B943E;
}

header .krcl-nav li.shows ul li a:hover,
header .krcl-nav li.shows ul li a:focus,
header .krcl-nav li.shows ul li a:active{
  background-color: #6B943E !important;
  border-left: 5px solid #ed9000;
}
@media (max-width: 991px){
   header .krcl-nav li.shows ul li {
   border-right: 0;
   border-bottom: 1px solid #e0ded8 !important;;
  }
  header .krcl-nav li.shows ul li a{
   border-left: 0;
  }
  header .krcl-nav li.shows ul li a:hover{
    background-color: transparent !important;
    color: #333333;
  }
}

@media screen and (max-width: 992px) {
  header .krcl-nav .krcl-navbar > li .dropdown-menu {
    margin: 0;
  }
}
header .krcl-nav .krcl-navbar > li .dropdown-menu li {
  border-bottom: 1px solid #e0ded8;
   min-width: 200px;
}
header .krcl-nav .krcl-navbar > li .dropdown-menu li:last-child {
  border-bottom: 0;
}
header .krcl-nav .krcl-navbar > li.shows .dropdown-menu li:last-child {
  border-bottom: 1px solid #e0ded8;

}
header .krcl-nav .krcl-navbar > li .dropdown-menu li a {
  font-family: 'News Cycle', sans-serif;
/*  padding: 5px 20px 7px;*/
    padding: 15px 15px;
    letter-spacing: 1px;
    font-size: 16px;
}
header .krcl-nav .krcl-navbar > li .dropdown-menu li a:hover {
  background-color: #bfbeb8;
  color: #fff;
}
header .krcl-nav .krcl-navbar > .active > a {
  background: none;
}
header .krcl-nav .krcl-navbar > .active > a:hover {
  background: none;
}
@media screen and (max-width: 1398px) {
  header .krcl-nav .krcl-navbar {
    padding: 19px 0 0;
  }
}
@media screen and (max-width: 992px) {
  header .krcl-nav .krcl-navbar {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  header .krcl-nav .krcl-navbar {
    margin-top: 0;
    padding-top: 0;
  }
}
header .krcl-nav .krcl-navbar-right {
  padding: 18px 19px 0 0;
}
@media screen and (max-width: 992px) {
  header .krcl-nav .krcl-navbar-right {
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 1024px) {
    header .krcl-nav .krcl-navbar-right li {
        margin-right: 10px;
    }
}

@media screen and (max-width: 1044px) {
    header .krcl-nav .krcl-navbar-right li {
        margin-right: 30px;
    }
}
@media screen and (max-width: 667px) {
    header .krcl-nav .krcl-navbar-right li {
        margin:0 30px;
    }
}
header .krcl-nav .krcl-navbar-right li a {
  background-color: #dc5601;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 14px 42px;
  color: #fff;
  font-weight: bold;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
}
header .krcl-nav .krcl-navbar-right li a:hover {
  background-color: #dc5601;
  color: #fff;
}

/*
@media screen and (min-width: 1000px) {
    li.shows.open > .dropdown-menu {
        width: 750px;
        height: 700px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }
}
*/

@media screen and (max-width: 1398px) {
  header .krcl-nav .krcl-navbar-right li a {
    padding: 14px 15px;
  }
}
@media screen and (max-width: 992px) {
  header .krcl-nav .krcl-navbar-right li:last-child {
    border: 0;
  }
}
@media screen and (max-width: 1398px) {
  header .krcl-nav .krcl-navbar-right {
    padding: 18px 0 0 0;
  }
}
@media screen and (max-width: 667px) {
  header .krcl-nav .krcl-navbar-right {
    padding: 4px 0;
  }
}
header .krcl-brand {
  height: 41px;
  padding: 23px 20px 0 47px;
}
@media screen and (max-width: 1398px) {
  header .krcl-brand {
    padding: 23px 0 0 15px;
  }
}
@media screen and (max-width: 768px) {
  header .krcl-brand {
    padding: 15px 0 0 15px;
  }
  header .krcl-brand {
    padding: 15px 0 0 25px;
  }
  header .krcl-brand img{
    width:80%;
  }
}

@media screen and (max-width: 1024px) {
  .krcl-nav .container{padding: 0 0 0 10px;}
}

#home-shows .carousel-caption {
  font-family: 'Source Sans Pro', sans-serif;
  top: 145px;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  #home-shows .carousel-caption {
    top: 100px;
    left: 10%;
    right: 10%;
  }
}
@media screen and (max-width: 320px) {
   #home-shows .carousel-caption {top: 30px;}
}
@media screen and (min-width: 992px) {
  #home-shows .carousel-caption {
    top: 50px;
    left: 10%;
    right: 10%;
  }
}
  @media screen and (min-width: 992px) {
  #home-shows .carousel-caption {
    top: 100px;
  }
}
@media screen and (min-width: 1440px) {
  #home-shows .carousel-caption h1 {
    font-size: 80px;
    font-weight: 700;
    line-height: 68px;
    }

    #home-shows .carousel-caption {
    top: 145px;
  }
}
@media screen and (min-width: 992px) {
  #home-shows .carousel-caption h1 {
    font-size: 64px;
    font-weight: 700;
    line-height: 50px;
  }
}
@media screen and (max-width: 768px) {
  #home-shows .carousel-caption h1 {
    font-size: 48px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 320px) {
  #home-shows .carousel-caption h1{
    font-size: 22px;
    line-height: 1.2;
  }
}

#home-shows .carousel-caption .carousel-subheading {
  font-size: 22px;
  line-height: 24px;
  color: #fff;
  display: block;
  margin: 14px 0 36px 0;
  font-family: 'Source Sans Pro', sans-serif;
}
@media screen and (max-width: 768px) {
  #home-shows .carousel-caption .carousel-subheading {
    font-size: 18px;
    margin: 0;
  }
}
#home-shows .carousel-caption .carousel-more {
  font-family: 'Lato', sans-serif;
  color: #fdaf1a;
  font-size: 16px;
  font-weight: 900;
  line-height: 20px;
  position: relative;
  margin: 0 0 0 -48px;
}
#home-shows .carousel-caption .carousel-more:hover {
  text-decoration: none;
}
#home-shows .carousel-caption .carousel-more:after {
  position: absolute;
  width: 22px;
  height: 22px;
  content: "";
  background: url("../images/arrow_yellow.png") no-repeat top left;
  right: -33px;
  top: 0;
}
#home-shows .on-air {
  padding-left: 18px;
}
@media (min-width: 1300px) {
  #home-shows .on-air {
      height:auto;
  }
}
@media (min-width: 1600px) {
  #home-shows .on-air {
      height:60px;
  }
}

#home-shows .on-air h2 {
  font-size: 22px;
  font-family: 'Lato', sans-serif;
  color: #75a541;
  margin: 10px 0 7px;
}
#home-shows .on-air .on-air-now, #home-shows .on-air .up-next {
  display: block;
  font-family: 'Source Sans Pro', sans-serif;
  color: #4c4a42;
}
#home-shows .on-air .on-air-now {
  font-size: 14px;
}
#home-shows .on-air .up-next {
  font-size: 11px;
}
#home-shows .on-air .btn-playlist {
  position: absolute;
  right: 19px;
  top: 28px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #7c7a74;
  -webkit-box-shadow: #999999 0px 0px 2px;
  -moz-box-shadow: #999999 0px 0px 2px;
  box-shadow: #999999 0px 0px 2px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  font-family: 'Source Sans Pro', sans-serif;
  color: #4c4a42;
  padding: 5px 8px 7px;
  display: block !important;
}
@media screen and (min-width: 744px) and (max-width: 850px) {
    #home-shows .on-air .btn-playlist {
        top: 10px;
    }
    body .upcoming .gig .event-description h5 {
        margin-top: -6px;
    }
}
#home-shows .listen {
  margin-top: 13px;
  height: 136px;
  background-color: #4c4a42;
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  position: relative;
}
@media screen and (max-width: 768px) {
  #home-shows .listen {
    margin: 10px 0;
    min-height: 5px;
    height: auto;
    overflow: hidden;
      position: relative;
  }
}
#home-shows .listen .listen-img {
  float: left;
  position: relative;
}
@media screen and (max-width: 768px) {
  #home-shows .listen .listen-img {
    height: auto;
    max-height: 136px;
    /*max-width: 33%;*/
  }
}
#home-shows .listen .listen-inner {
  padding: 22px 20px 20px 20px;
  float: left;
  max-width: 245px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #home-shows .listen .listen-inner {
    padding: 8px;
  }
}

#home-shows .listen .listen-inner:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-color: transparent #4c4a42 transparent transparent;
  border-style: solid;
  border-width: 7px 8px 7px 0;
  top: 61px;
  left: -8px;
}
#home-shows .listen .listen-inner h3 {
  margin: 0 0 5px 0;
  font-family: 'Lato', sans-serif;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  #home-shows .listen .listen-inner h3 {
    font-size: 14px;
  }
}
#home-shows .listen .listen-inner .artist, #home-shows .listen .listen-inner .title {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#home-shows .listen .listen-inner .artist {
  margin: 6px 0 1px 2px;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}
@media screen and (max-width: 768px) {
  #home-shows .listen .listen-inner .artist {
    font-size: 14px;
  }
}
#home-shows .listen .listen-inner .title {
  line-height: 16px;
  font-size: 13px;
  margin-left: 2px;
}
#home-shows .listen .listen-inner .now-playing {
  font-size: 13px;
  margin-left: 2px;
}
#home-shows .listen button {
  border: 0;
  background: transparent;
}
#home-shows .listen .play {
  float: right;
  font-size: 68px;
  color: #fff;
  padding: 31px 20px 0 0;
}

@media screen and (max-width: 1025px) {
  #home-shows .listen .play{
    padding: 5px 20px 0 0;
    font-size: 0px;
  }
}

#home-shows .listen .play button:focus {
  outline: none;
  padding: 0
}

#home-shows .listen .mdi-av-pause-circle-outline {
  display: none;
}
#home-shows .listen .jp-state-playing .mdi-av-play-circle-outline {
  display: none;
}
#home-shows .listen .jp-state-playing .mdi-av-pause-circle-outline {
  display: block;
}

@media screen and (max-width: 768px) {
  #home-shows .listen .play {
    padding: 10px 20px 0 0;
  }
}
@media screen and (max-width: 667px) {
  #home-shows .listen .play {
    padding: 10px 0 0 0;
    position: absolute;
    right: 0;
  }
}

#ad {
  text-align: center;
}
#ad .advertise {
  background-color: #f2f2f2;
  padding: 20px 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 992px) {
  #ad .advertise img {
    max-width: 100%;
  }
}

#news img {
  max-width: 100%;
}
@media screen and (min-width: 1091px) {
    #news .news-img {
      position: relative;
      width: 30%;
      width: 45%;
    }
}

@media screen and (max-width: 1090px) {
    #news .news-img {
        width: 50%;
    }
}
@media screen and (max-width: 667px) {
    #news .news-img {
        padding-left: 0;
    }
    #news .news-words {
        padding-right: 0;
    }
}
#news .news-img:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 13px 12px 0;
  top: 170px;
  right: 15px;
  z-index: 2;
  border-color: transparent #fff transparent  transparent;
}
@media screen and (max-width: 1398px) {
  #news .news-img:after {
    top: 145px;
  }
}
@media screen and (max-width: 992px) {
  #news .news-img:after {
    top: 110px;
  }
}
@media screen and (max-width: 768px) {
  #news .news-img:after {
    top: 44%;
  }
}
#news .news-item {
  padding: 0;
}
#news .news-item h4 {
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  color: #75a541;
  padding: 10px 20px 0 0;
  line-height: 28px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  #news .news-item h4 {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 8px;
  }
}

#news .news-item h4 a {
  color: inherit;
}

#news .news-item h4 a:hover {
  text-decoration: none;
}

#news .news-item p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  color: #5e5e5e;
  padding: 0 20px 10px 0;
  line-height: 20px;
}
@media screen and (max-width: 992px) {
  #news .news-item p {
    margin: 0;
  }
}


.swiper-container {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
}
.swiper-container .slide-control span.glyphicon {
    top: -8px;
}
.swiper-slide {
    text-align: center;

}
#slider .slides-box {
  position: relative;
}
.swiper-container .slide-control {
  position: absolute;
  color: #fff;
  padding: 23px 7px;
  background-color: #fdaf1a;
  top: 161px;
}
.swiper-container .slide-left {
    right: 15px;
    background-image: none;
}
.swiper-container .slide-right {
    left: 15px;
    background-image: none;
}
@media screen and (max-width: 1398px) {
 .swiper-container .slide-control {
    top: 110px;
  }
}
@media screen and (max-width: 667px) {
 .swiper-container .slide-left {
     right: 0;
 }
 .swiper-container .slide-right {
     left: 0;
 }
}
.swiper-container .slide-control.right {
  right: 0;
  left: auto;
}
#slider .slides {
  margin: 0 0 10px;
  padding: 0;
  float: left;
  width: 100%;
  text-align: center;
  max-height: 382px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #slider .slides {
    width: 100%;
  }
}
.swiper-slide {
  display: inline-block;
  float: none;
  margin-right: 15px;
  height: 386px;
  width: 338px;
  position: relative;
}



#slider .slides li:last-child {
  margin: 0;
}
@media screen and (max-width: 1398px) {
  .swiper-slide {
      height: 300px;
  }
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 768px) {
  .swiper-slide {
    float: none;
    width: 290px;
    margin: 0 auto;
  }
}
.swiper-slide img {
/*  max-width: 340px;*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:auto;
}
@media screen and (max-width: 1398px) {
  #slider .slides li img {
/*    max-width: 218px;*/
  }
}
/*@media screen and (max-width: 992px) {
  .swiper-slide img {
    max-width: 173px;
  }
}
@media screen and (max-width: 768px) {
  .swiper-slide img {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .swiper-slide img {
    max-width: 100%;
  }
}*/
#slider .slides li a {
  text-decoration: none;
}
.slide-caption {
  padding: 25px 0 10px 23px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 19px;
  line-height: 23px;
  text-align: left;
  position: absolute;
  opacity: .9;
  bottom: 0;
  width: 100%;
  height: 120px;
}
.slide-caption p {
  padding-bottom: 0;
  margin-bottom: 0;
}
.slide-caption p {
  padding-right: 23px;
}
@media screen and (max-width: 1398px) {
  .swiper-slide .slide-caption {
    font-size: 12px;
  }
}
.swiper-slide .slide-caption:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 9px;
  top: -9px;
  left: 30px;
  z-index: 2;
}
.swiper-slide.odd .slide-caption {
  background-color: #706e63;
}
.swiper-slide.odd .slide-caption:before {
  border-color: transparent transparent #706e63 transparent;
}
.swiper-slide.even .slide-caption {
  background-color: #4c4a42;
}
.swiper-slide.even .slide-caption:before {
  border-color: transparent transparent #4c4a42 transparent;
}
@media screen and (max-width: 1398px) {
  #slider .next-show .next-img img {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {

}
#slider .next-show .next-img:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 17px 16px 0;
  top: 47%;
  right: 15px;
  z-index: 2;
  border-color: transparent #fff transparent  transparent;
}
#slider .next-show .next-img img {
/*    width: 100%;*/
    width: 80%;
    float: right;
}
@media screen and (max-width: 667px) {
    #slider .next-show .next-img img {
      width: 90%;
      float: right;
  }
}
@media screen and (max-width: 1398px) {
  #slider .next-show .next-img:after {
    right: 15px;
  }
}
@media screen and (max-width: 992px) {
  #slider .next-show .next-img:after {
    top: 44%;
  }
}
@media screen and (max-width: 768px) {
  #slider .next-show .next-img {
      text-align: center;
  }
  #slider .next-show .next-img:after {
    top: auto;
    bottom: 0;
    border-width: 0 16px 17px;
    border-color: transparent transparent #fff transparent;
    right: auto;
    left: 47%;
  }
    #slider .next-show .next-img img {
    text-align: center;
    float: none;
  }
}
#slider .next-show .next-item {
/*  padding: 60px 70px 0 45px;*/
  margin-bottom: 10px;
  padding-top: 75px;
}
@media screen and (max-width: 1398px) {
  #slider .next-show .next-item {
    padding: 0 40px 0 45px;
  }
}
@media screen and (max-width: 768px) {
  #slider .next-show .next-item {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 667px) {
  #slider .next-show .next-item {
    padding: 0 15px;
  }
}
#slider .next-show .next-item h4 {
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  color: #75a541;
  padding-right: 90px;
  line-height: 36px;
  text-transform: uppercase;
}
@media screen and (max-width: 1398px) {
  #slider .next-show .next-item h4 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 992px) {
  #slider .next-show .next-item h4 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  #slider .next-show .next-item h4 {
    font-size: 20px;
    padding: 0;
    line-height: 26px;
  }
}
#slider .next-show .next-item p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  color: #5e5e5e;
  padding: 0 20px 10px 0;
  line-height: 18px;
}
@media screen and (max-width: 1398px) {
  #slider .next-show .next-item p {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 992px) {
  #slider .next-show .next-item p {
    font-size: 14px;
    line-height: 17px;
  }
}

#galleries .presents {
  margin: 0 0 55px;
}
#galleries .galleries-box .galleries-intro {
  margin: 0 0 75px 30px;
  /* height: 590px; */
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 1398px) {
  #galleries .galleries-box .galleries-intro {
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 768px) {
  #galleries .galleries-box .galleries-intro {
    text-align: center;
  }
}
#galleries .galleries-box .galleries-intro img {
  max-height: 100%;
}
@media screen and (max-width: 667px) {
  #galleries .galleries-box .galleries-intro img {
    max-height: none;
    max-width:100%;
  }
}
#galleries .galleries-box .galleries-intro .galleries-link {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  /* height: 300px; */
}
#galleries .galleries-box .galleries-intro .galleries-link:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 11px;
  bottom: -2px;
  left: 60px;
  z-index: 2;
  border-color: transparent transparent #fff  transparent;
}
#galleries .galleries-box .galleries-intro h1 {
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  margin: 35px 0 12px;
}
#galleries .galleries-box .galleries-intro h1 a {
  color: #75a541;
}
#galleries .galleries-box .galleries-intro .post-date {
  color: #5e5e5e;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
}
#galleries .galleries-box .galleries-intro .galleries-text {
  margin: 22px 0 30px 0;
  color: #5e5e5e;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.pagination {
  margin: -14px 0 36px 72px;
}
@media screen and (max-width: 1398px) {
  .pagination {
    margin: 30px 30px;
  }
}
@media screen and (max-width: 768px) {
  .pagination {
    width: 300px;
    margin: 30px auto;
    display: block;
  }
}
.pagination li {
  display: block;
  float: left;
  position: relative;
}
.pagination li.page-info span {
  display: none;
}
.pagination li:after {
  content: "\2F";
  display: none;
  position: absolute;
  right: -3px;
  top: 5px;
}
.pagination li:last-child:after {
  content: "";
}
.pagination li a {
  border-width: 0 0 2px;
  border-color: #c0da80;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #303e3f;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  position: relative;
  padding: 6px 15px;
  background: none;
  font-size: 12px;
}
.pagination li a:hover {
  background: none;
  border-color: #75a301;
}
.pagination li.active a {
  border-color: #75a301;
  background: none;
  color: #75a301;
}

#gallery h1 {
  font-family: 'Lato', sans-serif;
  font-size: 40px;
  color: #75a541;
  margin: 30px 0 14px 18px;
}
@media (max-width: 667px){
#gallery h1 {
    font-size: 24px;
  }
}
@media (min-width: 768px){
#gallery .container {
  width: 750px;
  }
  #gallery h1 {
    font-size: 28px;
  }
}
@media (min-width: 992px){
#gallery .container {
  width: 930px;
  }
  #gallery h1 {
    font-size: 36px;
  }
}
@media (min-width: 1440px){
#gallery .container {
  width: 1398px;
  }
}

#gallery h1.green {
    color: #75A541;
  }
#gallery .gallery-date {
  position: relative;
  margin-left: 20px;
  padding-left: 28px;
}
#gallery .gallery-date .date {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  color: #5e5e5e;
}
#gallery .gallery-date:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: url("../images/gallery_cal.jpg") no-repeat top left;
  top: 4px;
  left: 0;
}
#gallery .gallery-box {
  margin: 0 0 96px 15px;
}
@media screen and (max-width: 1398px) {
  #gallery .gallery-box {
    margin-left: 0;
  }
}
@media screen and (max-width: 992px) {
  #gallery .gallery-box {
    margin: 0;
  }
}
#gallery .gallery-main {
  margin: 43px 0 0 20px;
  border: 20px solid #f2f2f2;
}
@media screen and (max-width: 768px) {
  #gallery .gallery-main {
    margin-left: 0;
  }
}
#gallery .gallery-main .gallery-img {
  position: relative;
  width: 100%;
}
#gallery .gallery-main .gallery-img:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #fff  transparent;
  border-width: 0 10px 11px;
  bottom: 0;
  left: 40px;
}
#gallery .gallery-main .gallery-description {
  padding: 20px 60px 20px 20px;
}
#gallery .gallery-main .gallery-description h2 {
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  color: #5e5e5e;
}
#gallery .gallery-main .gallery-description p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  color: #5e5e5e;
  line-height: 19px;
  margin: 10px 0 0;
}
#gallery .gallery-main .share-box {
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  #gallery .gallery-main .share-box {
    padding: 0 0 40px 40px;
  }
}
#gallery .gallery-main .share-box .share {
  display: block;
  float: left;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #5e5e5e;
}
#gallery .gallery-main .share-box .share-list li {
  display: block;
  float: left;
  margin-right: 30px;
}
#gallery .gallery-main .share-box .share-list li:last-child {
  margin: 0;
}
#gallery .gallery-main img {
  max-width: 100%;
}
#gallery .photo-thumbs {
  width: 367px;
  float: right;
  margin-right: 20px;
}
@media screen and (max-width: 1398px) {
  #gallery .photo-thumbs {
    width: auto;
    margin-right: 0;
  }
}
#gallery .photo-nav {
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #5e5e5e;
  margin: 90px 0 27px;
  border-bottom: 1px solid #bfbeb8;
  padding-bottom: 44px;
}
@media screen and (max-width: 992px) {
  #gallery .photo-nav {
    margin-top: 44px;
  }
}
#gallery .photo-nav .gallery-control {
  color: #5e5e5e;
}
#gallery .photo-nav .glyphicon {
  padding: 0 12px;
}
#gallery .thumbs-list {
  padding: 0;
}
#gallery .thumbs-list li {
  display: block;
  float: left;
  margin: 0 36px 36px 0;
  width: 97px;
  height: 98px;
}
@media screen and (max-width: 1398px) {
  #gallery .thumbs-list li {
    margin: 0 20px 18px;
  }
}
#gallery .thumbs-list li:nth-of-type(3n+0) {
  margin: 0 0 36px 0;
}
@media screen and (max-width: 1398px) {
  #gallery .thumbs-list li:nth-of-type(3n+0) {
    margin: 0 20px 18px;
  }
}

#show .container, #show-details .container{
  padding: 0;
}

#show .show-box {
  height: 454px;
  background: url("../images/show_bg.jpg") no-repeat top left;
  position: relative;
}
@media screen and (max-width: 768px) {
    #show .show-box {
        height: 800px;
        background: url("../images/show_bg.jpg") no-repeat top left;
        position: relative;
    }
}
@media screen and (max-width: 667px) {
    #show .show-box {
        height: 600px;
        background-size: contain !important;
    }
}
#show .show-box .show-caption {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  /* height: 227px; */ /* No reason to have a height. Seems to cause issues with big titles */
  padding-top: 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #show .show-box .show-caption {
    padding: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 667px) {
  #show .show-box .show-caption {
   background: rgba(0, 0, 0, 1);
    padding: 10px;
    width: 100%;
  }
}
#show .show-box .show-caption .radio-presenter {
  padding-left: 59px;
  height: 147px;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 1398px) {
  #show .show-box .show-caption .radio-presenter {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #show .show-box .show-caption .radio-presenter {
    border: 0;
  }
}
#show .show-box .show-caption .radio-presenter .img-circle {
  float: left;
  margin: 0 24px 20px 20px;
  max-height: 140px;
  border: 3px solid #ccc;
}
@media screen and (max-width: 992px) {
  #show .show-box .show-caption .radio-presenter .img-circle {
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
  #show .show-box .show-caption .radio-presenter .img-circle {
    width: 100px;
    margin-bottom: 130px;
  }
}
#show .show-box .show-caption .radio-presenter .presenter-name {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  line-height: 14px;
}
@media screen and (max-width: 768px) {
  #show .show-box .show-caption .radio-presenter .presenter-name {
    margin-top: 20px;
  }
}
#show .show-box .show-caption .radio-presenter .presenter-name span {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  line-height: 26px;
}
@media screen and (max-width: 992px) {
  #show .show-box .show-caption .radio-presenter .presenter-name span {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #show .show-box .show-caption .radio-presenter .presenter-name span {
    font-size: 20px;
  }
}
#show .show-box .show-caption .radio-presenter .presenter-name .host {
  margin-bottom: 15px;
}
@media screen and (max-width: 992px) {
  #show .show-box .show-caption .radio-presenter .presenter-name .host {
    margin-bottom: 10px;
  }
}
#show .show-box .show-caption .radio-presenter .presenter-name .email {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  line-height: 18px;
}
#show .show-box .show-caption .radio-presenter .presenter-name .email a {
  color: #fff;
}
#show .show-box .show-caption .studio-line {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}
@media screen and (max-width: 992px) {
  #show .show-box .show-caption .studio-line {
    margin: -50px 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #show .show-box .show-caption .studio-line {
    margin: -10px 0 0 20px;
  }
}
#show .show-box .show-caption .studio-line a {
  color: #fff;
}
#show .show-box .show-caption .follow {
  margin-top: 15px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 992px) {
  #show .show-box .show-caption .follow {
    margin: 5px 0 0 20px;
  }
  #show .show-box .show-caption .follow span {
    float: left;
    margin: 5px 10px 0 0;
  }
}
#show .show-box .show-caption .follow .follow-list {
  padding: 0;
}
#show .show-box .show-caption .follow .follow-list li {
  display: block;
  float: left;
  margin: 3px 30px 0 0;
}
@media screen and (max-width: 1398px) {
  #show .show-box .show-caption .follow .follow-list li {
    margin-right: 25px;
  }
}
@media screen and (max-width: 768px) {
  #show .show-box .show-caption .follow .follow-list li {
    margin-right: 5px;
  }
}
#show .show-box .show-caption .show-name h1 {
  margin: 0 0 12px 0;
  font-family: 'Lato', sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 54px;
  text-transform: uppercase;
}
@media screen and (max-width: 1398px) {
  #show .show-box .show-caption .show-name h1 {
    font-size: 35px;
    line-height: 35px;
  }
}
@media screen and (max-width: 768px) {
  #show .show-box .show-caption .show-name h1 {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
  }
}
#show .show-box .show-caption .show-name .show-date {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #show .show-box .show-caption .show-name .show-date {
    text-align: center;
  }
}
#show .show-box .show-caption .show-name p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  padding-right: 90px;
  font-weight: 600;
}
@media screen and (max-width: 1398px) {
  #show .show-box .show-caption .show-name p {
    padding-right: 30px;
    font-size: 12px;
  }
}

/* A bad hack to solve some overflow issues in these rows. */
#show-details .zero-right {
    margin-right: 0px;
}

#show-details .playlist-heading {
  padding: 20px 0 19px 20px;
  margin: 0 0 20px 15px;
  background-color: #ed9000;
  position: relative;
}
@media screen and (max-width: 1398px) {
  #show-details .playlist-heading {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 992px) {
  #show-details .playlist-heading {
    margin-right: 15px;
  }
}
@media screen and (max-width: 667px) {
  #show-details .playlist-heading {
    margin:0 0 20px 0;
  }
}
#show-details .playlist-heading h2 {
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  font-weight: 900;
  color: #dc5601;
  display: inline-block;
  margin-right: 20px;
  transition: 0.2s all ease;
  cursor: pointer;
}

#show-details .playlist-heading h2.active,
#show-details .playlist-heading h2:hover {
  color: #fff;
}

#show-details .playlist-heading h2 span {
  font-weight: 400;
  color: #dc5601;
  margin-left: 20px;
  transition: 0.2s all ease;
  cursor: pointer;
}

#show-details .playlist-heading h2 span:hover {
  color: #fff;
}

#show-details .playlist-heading:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #ed9000 transparent transparent   transparent;
  border-width: 17px 18px 0;
  bottom: -16px;
  left: 44px;
  transition: 0.3s all ease-out;
  -webkit-transition: 0.3s all ease-out;
}

#show-details .playlist-heading.lastshow:after {
  left: 194px;
}

.last_shows {
  clear: both;
}
.playlist-header-row {
  background: #75a541;
  padding: 10px;
  margin-top: 5px;
}
.playlist-header-row h3 {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
span.playlist-next {
  padding-left: 10px;
  cursor: pointer;
}
span.playlist-prev {
  padding-right: 10px;
  cursor: pointer;
}

.show-host-img {
  width: 100%;
}

@media (max-width: 735px) {
  .show-host-img {
    width: 30%;
    margin-bottom: 10px;
    padding-left: 15px;
  }
  .playlistitem-date {
    padding-left: 13px;
  }
}
.audioplayer {
  height: 2.5em;
  color: #fff;
  background: #75a541;
  position: relative;
  z-index: 1;
  margin-top: 10px;
  margin-bottom: 20px;
}
.audioplayer-mini {
  width: 2.5em;
  margin: 0 auto;
}
.audioplayer > div {
  position: absolute;
}
.audioplayer-playpause {
  width: 2.5em;
  height: 100%;
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 2;
  top: 0;
  left: 0;
}
.audioplayer-mini .audioplayer-playpause
{
  width: 100%;
}
.audioplayer-playpause:hover,
.audioplayer-playpause:focus
{
  background-color: #fdaf1a;
}
.audioplayer-playpause a
{
  display: block;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a
{
  width: 0;
  height: 0;
  border: 0.5em solid transparent; /* 8 */
  border-right: none;
  border-left-color: #fff;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.25em; /* 8 4 */
}
/* "pause" icon when audio is being played */
.audioplayer-playing .audioplayer-playpause a
{
  width: 0.75em; /* 12 */
  height: 0.75em; /* 12 */
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.375em 0 0 -0.375em; /* 6 */
}
  .audioplayer-playing .audioplayer-playpause a:before,
  .audioplayer-playing .audioplayer-playpause a:after
  {
    width: 40%;
    height: 100%;
    background-color: #fff;
    content: '';
    position: absolute;
    top: 0;
  }
  .audioplayer-playing .audioplayer-playpause a:before
  {
    left: 0;
  }
  .audioplayer-playing .audioplayer-playpause a:after
  {
    right: 0;
  }

  .audioplayer-time
{
	width: 4.375em; /* 70 */
	height: 100%;
	line-height: 2.5em; /* 40 */
	text-align: center;
	z-index: 2;
	top: 0;
}
	.audioplayer-time-current
	{
		left: 2.5em; /* 40 */
	}
	.audioplayer-time-duration
	{
		right: 2.5em; /* 40 */
	}
		.audioplayer-novolume .audioplayer-time-duration
		{
			border-right: 0;
			right: 0;
		}

    .audioplayer-bar
    {
    	height: 0.875em; /* 14 */
    	background-color: #222;
    	cursor: pointer;
    	z-index: 1;
    	top: 50%;
    	right: 6.875em; /* 110 */
    	left: 6.875em; /* 110 */
    	margin-top: -0.438em; /* 7 */
    }

    .audioplayer-novolume .audioplayer-bar
  	{
  		right: 4.375em; /* 70 */
  	}
  	.audioplayer-bar div
  	{
  		width: 0;
  		height: 100%;
  		position: absolute;
  		left: 0;
  		top: 0;
  	}
  	.audioplayer-bar-loaded
  	{
  		background-color: #555;
  		z-index: 1;
  	}
  	.audioplayer-bar-played
  	{
  		background: #fdaf1a;
  		z-index: 2;
  	}

    .audioplayer-volume
    {
    	width: 2.5em; /* 40 */
    	height: 100%;
    	text-align: left;
    	text-indent: -9999px;
    	cursor: pointer;
    	z-index: 2;
    	top: 0;
    	right: 0;
    }
    	.audioplayer-volume:hover,
    	.audioplayer-volume:focus
    	{
    		background-color: #75a541;
    	}
    	.audioplayer-volume-button
    	{
    		width: 100%;
    		height: 100%;
    	}

    		/* "volume" icon */
    		.audioplayer-volume-button a
    		{
    			width: 0.313em; /* 5 */
    			height: 0.375em; /* 6 */
    			background-color: #fff;
    			display: block;
    			position: relative;
    			z-index: 1;
    			top: 40%;
    			left: 35%;
    		}
    			.audioplayer-volume-button a:before,
    			.audioplayer-volume-button a:after
    			{
    				content: '';
    				position: absolute;
    			}
    			.audioplayer-volume-button a:before
    			{
    				width: 0;
    				height: 0;
    				border: 0.5em solid transparent; /* 8 */
    				border-left: none;
    				border-right-color: #fff;
    				z-index: 2;
    				top: 50%;
    				right: -0.25em;
    				margin-top: -0.5em; /* 8 */
    			}
    			.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after
    			{
    				/* "volume" icon by Nicolas Gallagher, http://nicolasgallagher.com/pure-css-gui-icons */
    				width: 0.313em; /* 5 */
    				height: 0.313em; /* 5 */
    				border: 0.25em double #fff; /* 4 */
    				border-width: 0.25em 0.25em 0 0; /* 4 */
    				left: 0.563em; /* 9 */
    				top: -0.063em; /* 1 */
    				-webkit-border-radius: 0 0.938em 0 0; /* 15 */
    				-moz-border-radius: 0 0.938em 0 0; /* 15 */
    				border-radius: 0 0.938em 0 0; /* 15 */
    				-webkit-transform: rotate( 45deg );
    				-moz-transform: rotate( 45deg );
    				-ms-transform: rotate( 45deg );
    				-o-transform: rotate( 45deg );
    				transform: rotate( 45deg );
    			}

    	/* volume adjuster */
    	.audioplayer-volume-adjust
    	{
    		width: 100%;
    		height: 6.25em; /* 100 */
    		cursor: default;
    		position: absolute;
    		left: 0;
    		top: -9999px;
    		background: #75a541;
    	}
    		.audioplayer-volume:not(:hover) .audioplayer-volume-adjust
    		{
    			opacity: 0;
    		}
    		.audioplayer-volume:hover .audioplayer-volume-adjust
    		{
    			top: auto;
    			bottom: 100%;
    		}
    		.audioplayer-volume-adjust > div
    		{
    			width: 40%;
    			height: 80%;
    			background-color: #555;
    			cursor: pointer;
    			position: relative;
    			z-index: 1;
    			margin: 30% auto 0;
    		}
    			.audioplayer-volume-adjust div div
    			{
    				width: 100%;
    				height: 100%;
    				position: absolute;
    				bottom: 0;
    				left: 0;
    				background: #007fd1;
    			}
    	.audioplayer-novolume .audioplayer-volume
    	{
    		display: none;
    	}


#show-details .playlist-date .playlist-cal {
  margin-left: 9px;
}

#show-details .playlist-date .playlist-cal #CalendarBtn {
    background: none;
    border: none;
}
#show-details .playlist-date .playlist-cal .playlist-day {
  padding: 3px 10px;
  margin: 0 16px;
  border: 1px solid #bfbeb8;
  color: #807f7a;
  font-size: 13px;
  font-family: 'Source Sans Pro', sans-serif;
}
#show-details .playlist-date .playlist-cal .playlist-control {
  background-color: #ed9000;
  color: #fff;
  width: 25px;
  height: 25px;
  padding: 2px 8px 5px;
  margin-right: 5px;
}
#show-details .playlist-date .playlist-cal .playlist-control span {
  font-size: 10px;
}
#show-details .playlist-search {
  float: right;
  border: 1px solid #bfbeb8;
  padding: 0;
  margin-right: 20px;
}
#show-details .playlist-search .playlistsearch-control {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: 0;
  font-size: 13px;
  color: #807f7a;
  font-family: 'Source Sans Pro', sans-serif;
  float: left;
  width: 135px;
  padding: 2px 0 2px 8px;
}
#show-details .playlist-search .playlistsearch-control::-moz-placeholder, #show-details .playlist-search .playlistsearch-control::-webkit-input-placeholder, #show-details .playlist-search .playlistsearch-control::-ms-input-placeholder {
  color: #807f7a;
  font-size: 13px;
}
#show-details .playlist-search .playlist-btn {
  float: left;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: 0;
  background-color: #ed9000;
  color: #fff;
  padding: 2px 10px 1px;
}

.playlist-page {
  padding-bottom: 30px;
}

.playlist-page .playlist-items {
  padding: 20px 10px 10px 10px;
}

.playlist-item.odd {
  background-color: #ebf7de;
  color: #75a541;
}
.playlist-item.odd:after {
  border-color: transparent transparent transparent #ebf7de;
}
.playlist-item.odd  {
  background-color: #f5fbee;
}
.playlist-item.even {
  background-color: #cce4b4;
  color: #75a301;
}
.playlist-item.even:after {
  border-color: transparent transparent transparent #cce4b4;
}
.playlist-item.even {
  background-color: #e4f1d6;
}

.playlist-page .playlist-item {
  margin: 0 0 16px 0px;
  padding: 12px 0px 10px 10px;
  color: #807f7a;
}

#show-details .playlist-item {
  color: #807f7a;
  margin: 0px;
  padding: 15px 0px 15px 10px;
}

#show-details .playlist-item a {
  color: #75a541;
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
}
#show-details .playlist-item a:hover {
  color: #95c266;
}

@media screen and (max-width: 1398px) {
  #show-details .playlist-item,
  .playlist-page .playlist-item {
    margin: 0 0 16px 0;
  }
}
#show-details .playlist-item h3,
.playlist-page .playlist-item h3 {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  margin: 0;
  line-height: 14px;
  line-height: 1.3;
  font-weight: 400;
}

#show-details .last_show_content .playlist-item h3 {
  font-size: 18px;
}

#show-details .playlist-item h3.no-playlist,
.playlist-page .playlist-item h3.no-playlist {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  margin: 0;
  line-height: 14px;
  font-weight: 700;
  padding-bottom: 200px;
}
#show-details .playlist-item .playlistitem-name,
.playlist-page .playlist-item .playlistitem-name {
  margin-left: 5px;
}

#show-details .playlist-item .playlistitem-name h4 {
  margin-bottom: 0px;
  font-size: 16px;
}
#show-details .playlist-item .album-cover,
.playlist-page .playlist-item .album-cover {
  height: 47px;
  width: 47px;
}


@media screen and (max-width: 768px) {
  #show-details .playlist-item .playlistitem-name,
  .playlist-page .playlist-item .playlistitem-name {
    margin-left: 15px;
  }
}
#show-details .playlist-item .playlistitem-name p,
.playlist-page .playlist-item .playlistitem-name p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  padding-right: 120px;
  line-height: 20px;
  margin: 4px 0 0 0;
}
@media screen and (max-width: 1398px) {
  #show-details .playlist-item .playlistitem-name p,
  .playlist-page .playlist-item .playlistitem-name p {
    padding-right: 20px;
  }
}
#show-details .playlist-item .playlistitem-date,
.playlist-page .playlist-item .playlistitem-date {
  margin-right: 20px;
}
#show-details .playlist-item .playlistitem-date h3,
.playlist-page .playlist-item .playlistitem-date h3 {
  text-align: right;
  text-transform: uppercase;
}
#show-details .playlist-item .playlistitem-date h3 .time-right,
.playlist-page .playlist-item .playlistitem-date h3 .time-right {
    width: 75px;
    display: inline-block;
}

@media screen and (max-width: 768px) {
  #show-details .playlist-item .playlistitem-date h3,
  .playlist-page .playlist-item .playlistitem-date h3 {
    text-align: left;
  }
}
#show-details .playlist-item .playlistitem-date .buy,
.playlist-page .playlist-item .playlistitem-date .buy {
  display: block;
  text-align: right;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 11px;
  color: #807f7a;
  margin: 8px 0 0;
  line-height: 10px;
}
#show-details .upcoming {
  margin-right: 15px;
  background: #fff;
}
@media screen and (max-width: 1398px) {
  #show-details .upcoming .gig .gig-date {
    width: 20%;
  }
  #show-details .upcoming .gig .gig-desc {
    width: 80%;
  }
}
@media screen and (max-width: 1398px) {
  #show-details .upcoming .event-date {
    padding: 10px;
  }
}
#show-details .upcoming .upcoming-header {
  height: 65px;
}
#show-details .upcoming .upcoming-header .control-left {
  background: url("../images/control-left.png") no-repeat top left;
  width: 10px;
  height: 17px;
  display: block;
}
#show-details .upcoming .upcoming-header .control-right {
  background: url("../images/control-right.png") no-repeat top left;
  width: 10px;
  height: 17px;
  display: block;
}
#show-details .upcoming .upcoming-header .events-buttons {
  margin-right: 5px;
}
#show-details .upcoming .upcoming-header .events-buttons .btn-events {
  padding: 23px 15px 0;
}
@media screen and (max-width: 1398px) {
  #show-details .upcoming .upcoming-header h3 {
    font-size: 20px;
  }
  #show-details .upcoming .upcoming-header .events-buttons .btn-events {
    padding: 23px 7px 0;
  }
}
@media screen and (max-width: 768px) {
  #show-details .upcoming .upcoming-header h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #show-details .upcoming .gig p {
    font-size: 10px;
  }
}
#show-details .spon-box {
  background-color: #f2f2f2;
  margin: 0 15px;
}
@media screen and (max-width: 1398px) {
  #show-details .spon-box {
    margin: 0 15px;
  }
}
@media screen and (max-width: 992px) {
  #show-details .spon-box {
    margin: 0 15px 0 0;
    position: relative;
  }
  #show-details .spon-box .sponsors-control {
    color: #75a541;
    position: absolute;
    top: 45%;
    left: 10px;
  }
  #show-details .spon-box .sponsors-control.right {
    left: auto;
    right: 10px;
  }
}
@media screen and (max-width: 992px) and (max-width: 768px) {
  #show-details .spon-box .sponsors-control {
    left: 0;
  }
}
@media screen and (max-width: 992px) and (max-width: 768px) {
  #show-details .spon-box .sponsors-control.right {
    right: 0;
  }
}
#show-details .sponsors {
  width: 100%;
  margin: 0;
  height: 228px;
  padding: 48px 0 40px;
  text-align: center;
}
@media screen and (max-width: 1398px) {
  #show-details .sponsors {
    width: auto;
    margin: 0;
  }
}
@media screen and (max-width: 992px) {
  #show-details .sponsors {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #show-details .sponsors {
    height: 170px;
  }
}
#show-details .sponsors li {
  display: inline-block;
  float: none;
  margin: 0 23px;
}
@media screen and (max-width: 1398px) {
  #show-details .sponsors li {
    margin: 0 4px;
  }
}
@media screen and (max-width: 992px) {
  #show-details .sponsors li img {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #show-details .sponsors li {
    width: 80px;
    margin: 0 4px;
  }
}

#singleblog {
  margin-top: 32px;
}
#singleblog h1 {
  font-family: 'Lato', sans-serif;
  font-size: 40px;
  margin: 0 0 0 17px;
  color: #75a541;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 1398px) {
  #singleblog h1 {
    margin: 0 0 0 17px;
    font-size: 28px;
  }
}
#singleblog .blog-head {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  color: #5e5e5e;
  min-height: 85px;
}
@media screen and (max-width: 1398px) {
  #singleblog .blog-head {
    font-size: 14px;
  }
}
#singleblog .blog-head ul {
  margin: 0 0 0 17px;
  padding: 0;
}
#singleblog .blog-head ul li {
  display: block;
  float: left;
  position: relative;
  padding-left: 30px;
}
#singleblog .blog-head ul li:before {
  position: absolute;
  content: "";
}
#singleblog .blog-head ul .blog-date {
  margin: 20px 10px 0 0;
}
@media screen and (max-width: 768px) {
  #singleblog .blog-head ul .blog-date {
    margin-left: 60px;
  }
}
#singleblog .blog-head ul .blog-date:before {
  width: 17px;
  height: 19px;
  background: url("../images/blog_cal.png") no-repeat top left;
  top: 3px;
  left: 0;
}
#singleblog .blog-head ul .blog-user {
  margin: 20px 10px 0 10px;
}
#singleblog .blog-head ul .blog-user:before {
  width: 15px;
  height: 18px;
  background: url("../images/blog_user.png") no-repeat top left;
  top: 4px;
  left: 0;
}
#singleblog .blog-head ul .blog-programme {
  margin: 20px 10px 0 10px;
}
@media screen and (max-width: 992px) {
  #singleblog .blog-head ul .blog-programme {
    margin-left: 0;
  }
}
#singleblog .blog-head ul .blog-programme:before {
  width: 19px;
  height: 17px;
  background: url("../images/blog_folder.png") no-repeat top left;
  top: 2px;
  left: 0;
}
#singleblog .blog-head ul .blog-share {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #bbb;
  padding: 4px 19px 6px;
  margin: 17px 0 0 40px;
}
@media screen and (max-width: 1398px) {
  #singleblog .blog-head ul .blog-share {
    margin: 17px 0 20px 0;
  }
}
#singleblog .blog-head ul .blog-share a {
  margin-left: 10px;
}
#singleblog .blog-head ul .blog-play {
  padding: 0;
}
#singleblog .blog-head ul .blog-play a {
  color: #5e5e5e;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #bbb;
  padding: 4px 55px 6px 25px;
  margin: 17px 0 0 35px;
  display: block;
  position: relative;
}
@media screen and (max-width: 992px) {
  #singleblog .blog-head ul .blog-play a {
    margin-left: 20px;
  }
}
#singleblog .blog-head ul .blog-play a span {
  color: #bbb;
  position: absolute;
  top: 10px;
  right: 20px;
}
#singleblog .blog-main {
  margin-left: 18px;
}
@media screen and (max-width: 1398px) {
  #singleblog .blog-main img {
    max-width: 100%;
    height: auto;
  }
}
#singleblog .blog-main p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  color: #5e5e5e;
  margin: 37px 0;
  line-height: 19px;
  padding-right: 100px;
}
@media screen and (max-width: 768px) {
  #singleblog .blog-main p {
    padding-right: 30px;
  }
}
#singleblog .blog-main p .blog-link {
  color: #75a301;
  font-weight: bold;
}
#singleblog .blog-main .play-episode {
  color: #fff;
  background-color: #dc5601;
  padding: 15px 20px;
  display: block;
  width: 495px;
  height: 48px;
  position: relative;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 18px;
}
@media screen and (max-width: 992px) {
  #singleblog .blog-main .play-episode {
    font-size: 11px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #singleblog .blog-main .play-episode {
    font-size: 9px;
  }
}
#singleblog .blog-main .play-episode span {
  margin-left: 20px;
  font-size: 30px;
  position: absolute;
  top: 10px;
  right: 15px;
}
@media screen and (max-width: 768px) {
  #singleblog .blog-main .play-episode span {
    display: none;
  }
}
#singleblog .blog-main .play-episode:hover {
  text-decoration: none;
}
#singleblog .blog-main .share-box {
  margin: 3px 0 83px;
  height: 21px;
}
@media screen and (max-width: 1398px) {
  #singleblog .blog-main .share-box {
    margin-top: 10px;
  }
}
#singleblog .blog-main .share-box span {
  display: block;
  float: left;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
}
#singleblog .blog-main .share-box ul li {
  display: block;
  float: left;
  margin: 0 15px;
}

/*
@media screen and (min-width: 1398px) {
    #singleblog div.blog-main img {
        width: 65%;
    }
}
*/
#singleblog div.blog-main img {
    width: 100%;
    height: auto;
}
#commercial {
  text-align: center;
  background-color: #f2f2f2;
}
#commercial .commercial-inner {
  padding: 30px 100px 40px;
}
@media screen and (max-width: 1398px) {
  #commercial .commercial-inner {
    padding: 30px 15px 40px;
    max-width: 100%;
  }
  #commercial .commercial-inner img {
    max-width: 100%;
  }
}
@media screen and (min-width: 1440px) {
 #commercial .commercial-inner {
    max-width: 1440px;
  }
}

#search-results {

}
  #search-results .search-row {
    color: #807f7a;
    padding-top: 10px;
    padding-bottom: 10px;
  }
    #search-results .search-row.odd {
      background-color: #E4F1D6;
    }
    #search-results .search-row.even {
      background-color: #F5FBEE;
    }
    #search-results .search-row p {
      font-size: 11px;
      font-family: 'Source Sans Pro', sans-serif;
      margin: 0;
    }
    #search-results .search-row h5 {
      font-family: 'Lato', sans-serif;
      margin: 0 0 4px 0;
      font-weight: 700;
      font-size: 16px;
    }
      #search-results .search-row a {
        color: #807f7a;
      }
      #search-results .search-row a:hover {
        text-decoration: none;
      }

    #search-results .presents {
      margin: 0 0 0px;
    }

#generic {
  margin-top: 32px;
}
  #generic img {
    width: 100%;
    height: auto;
  }
  #generic h1 {
    font-family: 'Lato', sans-serif;
    font-size: 40px;
/*    margin: 0 0 0 17px;*/
    color: #75a541;
    line-height: 1;
  }
 #generic .richtext-main  {
    margin: 30px 0 100px;
  }
  #generic .richtext-main p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    color: #5e5e5e;
    margin: 10px 0;
    line-height: 19px;
  }


footer .footer-top {
  background-color: #706e63;
  padding: 60px 0 60px;
}
@media screen and (max-width: 768px) {
  footer .footer-top {
    padding: 20px 0;
  }
}
footer .footer-top h6 {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 22px;
}
footer .footer-top .footer-logo {
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .footer-top .footer-logo {
    text-align: left;
    padding-top: 44px;
  }
}
@media screen and (max-width: 992px) {
  footer .footer-top .footer-nav ul {
    padding-left: 20px;
  }
}
footer .footer-top .footer-nav ul li {
  display: block;
  margin-bottom: 3px;
}
footer .footer-top .footer-nav ul li a {
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 15px;
}
footer .footer-top .footer-nav ul li a:hover {
  color: #fff;
  text-decoration: none;
}
footer .footer-top .footer-mailing .mailing .mailing-control {
  background-color: #fff;
  border: 0;
  height: 39px;
  color: #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding: 0 0 3px 4px;
  width: 185px;
  margin: 0;
  font-family: 'Lato', sans-serif;
  float: left;
}
footer .footer-top .footer-mailing .mailing .mailing-btn {
  border: 0;
  background-color: #dc5601;
  height: 39px;
  padding: 0 22px;
  float: left;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #ed9000;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 900;
  color: #fff;
}
@media screen and (max-width: 992px) {
  footer .footer-top .footer-social {
    padding-left: 40px;
  }
}
footer .footer-top .footer-social h6 {
  text-align: center;
}
@media screen and (max-width: 1398px) {
  footer .footer-top .footer-social h6 {
    text-align: left;
  }
}
footer .footer-top .footer-social ul {
  margin: 0;
  padding: 3px 0 0 35px;
}
@media screen and (max-width: 1398px) {
  footer .footer-top .footer-social ul {
    padding: 3px 0 0;
  }
}
footer .footer-top .footer-social ul li {
  display: block;
  float: left;
  margin-right: 12px;
}
footer .footer-top .footer-app .app-link {
  display: block;
  padding-top: 8px;
}
footer .footer-top .foot {
  color: #fff;
  font-size: 12px;
  font-family: 'News Cycle', sans-serif;
  text-align: right;
  padding-top: 74px;
}
@media screen and (max-width: 768px) {
  footer .footer-top .foot {
    font-size: 11px;
  }
}
footer .footer-bottom {
  background-color: #3d3b33;
  color: #fff;
  font-size: 12px;
  font-family: 'News Cycle', sans-serif;
}
footer .footer-bottom .foot {
  margin: 20px 0 20px 75px;
}
@media screen and (max-width: 992px) {
  footer .footer-bottom .foot {
    margin-left: 30px;
  }
}

/*
Shows page
 */
#show-category-row {
  background: #75a541;
  padding: 20px 0 20px 0;
  margin-bottom: 35px;
  text-align: center;
  margin-right: 0px;
}

#show-category-row .btn-link {
    color: #fff;
}

/* The Calendar */
#show-calendar-row {

}

#show-calendar-row table {
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;

}

#show-calendar-row p {
    font-size: 10px;
    font-weight: 700;
    margin: 0;
    padding: 1px;
    color: #111;
}

#show-calendar-row h6 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #111;
}

#show-calendar-row th {
    text-align: center;
}

#show-calendar-row .show-row {
}

#show-calendar-row .show-row td {
    padding: 0;
    height: 19px;
    position: relative;
}
#show-calendar-row .show-row td div {
    position: absolute;
    top: 0px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    width: 100%;
    padding: 3px;
}

/* Colors that are specified in the model */
#show-calendar-row .orange-dark {
    border-width: 1px;
    border-color: rgb(217, 132, 26);
    border-style: solid;
    background-color: rgba(234, 142, 29, 0.902);
}

#show-calendar-row .orange {
    border-width: 1px;
    border-color: rgb(250, 173, 46);
    border-style: solid;
    background-color: rgba(251, 187, 45, 0.902);
}

#show-calendar-row .orange-light {
    border-width: 1px;
    border-color: rgb(239, 192, 89);
    border-style: solid;
    background-color: rgba(249, 209, 120, 0.902);
}

#show-calendar-row .teal-dark {
    border-width: 1px;
    border-color: rgb(95, 176, 165);
    border-style: solid;
    background-color: rgba(101, 197, 184, 0.902);
}

#show-calendar-row .teal {
    border-width: 1px;
    border-color: rgb(154, 203, 196);
    border-style: solid;
    background-color: rgba(178, 232, 224, 0.902);
}

#show-calendar-row .teal-light {
    border-width: 1px;
    border-color: rgb(154, 203, 196);
    border-style: solid;
    background-color: rgba(178, 232, 224, 0.902);
}

#show-calendar-row .beige-dark {
    border-width: 1px;
    border-color: rgb(158, 157, 154);
    border-style: solid;
    background-color: rgba(191, 190, 184, 0.902);
}

#show-calendar-row .beige {
    border-width: 1px;
    border-color: rgb(205, 204, 195);
    border-style: solid;
    background-color: rgba(221, 220, 214, 0.902);
}

#show-calendar-row .beige-light {
    border-width: 1px;
    border-color: rgb(214, 212, 201);
    border-style: solid;
    background-color: rgba(238, 237, 231, 0.902);
}

#show-calendar-row .green-dark{
    border-width: 1px;
    border-color: rgb(119, 162, 24);
    border-style: solid;
    background-color: rgba(165, 204, 82, 0.902);
}

#show-calendar-row .green {
    border-width: 1px;
    border-color: rgb(169, 193, 117);
    border-style: solid;
    background-color: rgba(190, 212, 144, 0.902);
}

#show-calendar-row .green-light {
    border-width: 1px;
    border-color: rgb(169, 193, 117);
    border-style: solid;
    background-color: rgba(190, 212, 144, 0.902);
}

/* Even Colors */
#show-calendar-row .orange-dark.even {
    border-width: 1px;
    border-color: rgb(217, 132, 26);
    border-style: solid;
    background-color: rgba(234, 142, 29, 0.702);
}

#show-calendar-row .orange.even {
    border-width: 1px;
    border-color: rgb(250, 173, 46);
    border-style: solid;
    background-color: rgba(251, 187, 45, 0.702);
}

#show-calendar-row .orange-light.even {
    border-width: 1px;
    border-color: rgb(239, 192, 89);
    border-style: solid;
    background-color: rgba(249, 209, 120, 0.702);
}

#show-calendar-row .teal-dark.even {
    border-width: 1px;
    border-color: rgb(95, 176, 165);
    border-style: solid;
    background-color: rgba(101, 197, 184, 0.702);
}

#show-calendar-row .teal.even {
    border-width: 1px;
    border-color: rgb(154, 203, 196);
    border-style: solid;
    background-color: rgba(178, 232, 224, 0.702);
}

#show-calendar-row .teal-light.even {
    border-width: 1px;
    border-color: rgb(154, 203, 196);
    border-style: solid;
    background-color: rgba(178, 232, 224, 0.702);
}

#show-calendar-row .beige-dark.even {
    border-width: 1px;
    border-color: rgb(158, 157, 154);
    border-style: solid;
    background-color: rgba(191, 190, 184, 0.702);
}

#show-calendar-row .beige.even {
    border-width: 1px;
    border-color: rgb(205, 204, 195);
    border-style: solid;
    background-color: rgba(221, 220, 214, 0.702);
}

#show-calendar-row .beige-light.even {
    border-width: 1px;
    border-color: rgb(214, 212, 201);
    border-style: solid;
    background-color: rgba(238, 237, 231, 0.702);
}

#show-calendar-row .green-dark.even{
    border-width: 1px;
    border-color: rgb(119, 162, 24);
    border-style: solid;
    background-color: rgba(165, 204, 82, 0.702);
}

#show-calendar-row .green.even {
    border-width: 1px;
    border-color: rgb(169, 193, 117);
    border-style: solid;
    background-color: rgba(190, 212, 144, 0.702);
}

#show-calendar-row .green-light.even {
    border-width: 1px;
    border-color: rgb(169, 193, 117);
    border-style: solid;
    background-color: rgba(190, 212, 144, 0.702);
}


/* End Colors */

#show-calendar-row .empty-row {
}

#show-calendar-row .empty-row td {
    height: 19px;
    padding: 1px;
}

#show-calendar-row .time-row {
}

#show-calendar-row .time-row td {
    height: 17px;
    padding: 1px;
    text-align: right;
}

#galleries .no-margin-presents {
  margin-bottom: 0;
}

#shows-rows .galleries-box .galleries-intro {
  margin: 0 0 75px 0;
}
@media screen and (max-width: 1398px) {
  #shows-rows .galleries-box .galleries-intro {
    margin: 0 0 20px 0;
  }
}
#shows-gallery p {
    margin-bottom: 50px;
}
/*@media screen and (max-width: 768px) {
  #shows-rows .galleries-box .galleries-intro {
    text-align: center;
  }
}
#shows-rows .galleries-box .galleries-intro img {
  max-width: 100%;
}
#shows-rows .galleries-box .galleries-intro .galleries-link {
  display: block;
  position: relative;
}*/

/*
Events page
 */

.categories > a.btn {
  width: 100%;
  background-color: #75A541;
  border-color: #537C2D;
}

/*
Event Posting
*/
#submitevent {
  margin: 0;
}
  #submitevent .presents {
    margin: 0 0 20px 0;
  }
#submitevent h1 {
  font-family: 'Lato', sans-serif;
  font-size: 40px;
  margin: 0 0 0 17px;
  color: #75a541;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 1398px) {
  #submitevent h1 {
    margin: 0 0 0 17px;
    font-size: 28px;
  }
}

#submitevent .event-main {
  margin-left: 18px;
}

#submitevent .event-main p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  color: #5e5e5e;
  margin: 10subpx 0;
  line-height: 19px;
  padding-right: 100px;
}
@media screen and (max-width: 768px) {
  #submitevent .event-main p {
    padding-right: 30px;
  }
}

#submitevent span.helptext {
    display: block;
}

#submitevent label {
  display: block;
}
#submitevent input {
  width: 300px;
}
#submitevent #id_captcha_1 {
  width: 218px;
}

#submitevent #id_event_category {
  list-style: none;
  padding: 0;
}
#submitevent #id_event_category li {
  width: 49%;
  display: inline-block;
}
#submitevent #id_event_category label {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#submitevent input[type='checkbox'] {
  display: inline-block;
  width: 10px;
}
#submitevent input {
  width: 100%;
}

#submitevent .disclaimer {
  margin-top: 20px;
}

#submitevent .disclaimer h2 {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
}
.playlist-page .container {
    margin-top: 20px;
    margin-bottom: 20px;
}

.playlist-page .container .pagination {
    padding-top: 20px;
}

.playlist-page h3.no-results {
    font-family: 'Source Sans Pro', sans-serif;
    color: #5e5e5e;
    margin: 10subpx 0;
    line-height: 14px;
    font-size: 16px;
    padding-bottom: 450px;
}

/* A Column for bootstrap for 7 cols */
.cal-time-col {
    width: 7%;
}

.cal-col {
    margin-right: -2px;
    width: 13.2857142857142857142857142857142857142857142857142857142857142857142857142857142857142857142857142857142857142857142857%;
    *width: 13.2857142857142857142857142857142857142857142857142857142857142857142857142857142857142857142857142857142857142857142857%;
}

  /* CALENDAR STYLING: WIDGET
   * Styling for calendar widget
   * ---------------------------------------------------------------------- */

  #datepicker {
    position:relative;
    margin-bottom: 60px;
  }

  .ui-datepicker {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    height: auto;
    background-color: #fff;
    font-family: 'Lato', sans-serif;
    position: relative;
    max-width: 375px;
  }

  .ui-datepicker a {
    font-size: 20px;
    font-weight: 400;
    color: #4b4b4b;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
  }
  .ui-datepicker-header .ui-datepicker-next {
      position: absolute;
      top: 15px;
      right: 10px;
      width: 36px;
      height: 36px;
      background: url('/static/images/btn_right.gif');
      overflow: hidden;
      cursor: pointer;
      line-height: 600%;
  }
  .ui-datepicker-header .ui-datepicker-prev {
      position: absolute;
      top: 15px;
      left: 10px;
      width: 36px;
      height: 36px;
      background: url('/static/images/btn_left.gif');
      line-height: 600%;
      cursor: pointer;
      overflow: hidden;
  }

  .ui-datepicker th {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 4px 0 0;
    color: #75A541;
    background-color: #f7f7f7;
    text-align: center;
  }

  .ui-datepicker td {
    padding: 8px;
    border: 1px solid #d6d6d6;
    border-collapse: collapse;
    background-color: #ececec;
    color: #b5b5b5;
  }

  .ui-datepicker td.ui-state-disabled {
    color: #b5b5b5;
  }

  .ui-datepicker td.highlight {
    background-color: #75A541;
  }

  .ui-datepicker td.highlight a {
    color: #efefef;
  }

  .ui-datepicker-header {
    padding-top: 15px;
  }

  table.ui-datepicker-calendar {
      margin-left: auto;
      margin-right: auto;
  }

/*
  .ui-datepicker-header .ui-datepicker-prev {
    position: absolute;
    left: 0px;
    width: 45px;
    height: 36px;
    overflow: hidden;
    cursor: pointer;
  }

  .ui-datepicker-header .ui-datepicker-next {
    position: absolute;
    right: 0px;
    width: 45px;
    height: 36px;
    overflow: hidden;
    cursor: pointer;
  }
*/

  .ui-datepicker-title {
    text-align: center;
    margin-bottom: 5px;
  }

    .ui-datepicker-title span {
      display: block;
    }

    .ui-datepicker-title .ui-datepicker-month {
      font-weight: normal;
      font-size: 24px;
    }

    .ui-datepicker-title .ui-datepicker-year {
      font-size: 14px;
      margin-top: -30px;
    }



/* FitVids fixes */
.fluid-width-video-wrapper {
  max-width: 720px;
  max-height: 420px;
}

.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}

/*Default mobile overrides*/

@media (max-width: 667px) {
  h1{font-size: 24px !default;}
  .gallery-date .date {font-size: 12px !default;}
  .no-pad, .container {
     padding: 0 !important;
     margin: 0 !important;
  }
  .row {
       margin: 0 !important;
    }
    .container{overflow-x: hidden;}
}
.main-show {
  height: 619px;
}

body {
  font-family: 'Lato', sans-serif;
}

#home-page-carousel {
  height: 100%;
}
.carousel-inner {
  height: 100%;
}
#home-shows .carousel .item {
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    height: 100%;
}
#home-shows .carousel .active.left {
    left:0;opacity:0;z-index:2;
}
#home-shows .carousel .next {
    left:0;opacity:1;z-index:1;
}

#launch-listen-now,
#launch-listen-now-home {
  color: #fff;
  cursor: pointer;
  outline: none;
}
#launch-listen-now:hover,
#launch-listen-now-home:hover {
  color: #75A541;
}

#launch-listen-now,
#launch-listen-now-home {
  position: absolute;
  display: block;
  right: 29px;
  top: 27px;
}

@media screen and (max-width: 768px) {
  #launch-listen-now,
  #launch-listen-now-home {
    right: 2px;
    bottom: 2px;
    top: auto;
  }

  .play .jp-play .mdi-av-play-circle-outline,
  .play .jp-play .mdi-av-pause-circle-outline {
    font: normal normal normal 60px/1 'Material-Design-Icons';
  }

  #launch-listen-now-home .mdi-av-play-circle-outline {
    font: normal normal normal 40px/1 'Material-Design-Icons';
  }
}

.player-wrapper {
  width: 100%;
  height: 100%;
}

.player {
  width: 60%;
  max-width: 700px;
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin: 20px auto 40px auto;
}
@media screen and (max-width: 768px) {
  .player {
    width: 98%;
  }
}
.player .listen {
  margin-top: 13px;
  height: 200px;
  height: 400px;
  position: relative;
  background-color: #4c4a42;
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
}
@media screen and (max-width: 768px) {
  .player .listen {
    margin: 10px 0;
    min-height: 5px;
    height: auto;
    overflow: hidden;
      position: relative;
  }
}
.player .listen .listen-img {
  float: left;
  position: relative;
  height: 200px;
  width: 200px;
  /*height: 300px;
  width: 300px;*/
}
@media screen and (max-width: 768px) {
  .player .listen .listen-img {
    height: auto;
    /*max-height: 136px;*/
    /*max-width: 33%;*/
  }
}
.player .listen .listen-inner {
  padding: 45px 20px 20px 20px;
  float: left;
  max-width: 245px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .player .listen .listen-inner {
    padding: 8px;
  }

  #home-shows #now-playing.listen-inner {
    max-width: 180px;
  }
}

.player .listen .listen-inner:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-color: transparent #4c4a42 transparent transparent;
  border-style: solid;
  border-width: 7px 8px 7px 0;
  top: 61px;
  left: -8px;
}
.player .listen .listen-inner h3 {
  margin: 0 0 5px 0;
  font-family: 'Lato', sans-serif;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .player .listen .listen-inner h3 {
    font-size: 14px;
  }
}
.player .listen .listen-inner .artist, .player .listen .listen-inner .title {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.player .listen .listen-inner .artist {
  margin: 6px 0 1px 2px;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}
@media screen and (max-width: 768px) {
  #home-shows .listen .listen-inner .artist {
    font-size: 14px;
  }
}
.player .listen .listen-inner .title {
  line-height: 16px;
  font-size: 13px;
  margin-left: 2px;
}
.player .listen .listen-inner .now-playing {
  font-size: 13px;
  margin-left: 2px;
}
.player .listen button {
  border: 0;
  background: transparent;
}
.player .listen .play {
  float: right;
  font-size: 68px;
  color: #fff;
  padding: 31px 20px 0 0;
}

.player .listen .play button:focus {
  outline: none;
  padding: 0;
}

.player .listen .mdi-av-pause-circle-outline {
  display: none;
}
.player .listen .jp-state-playing .mdi-av-play-circle-outline {
  display: none;
}
.player .listen .jp-state-playing .mdi-av-pause-circle-outline {
  display: block;
}

button.jp-play span {
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}
button.jp-play span:hover {
    color: #75a541;
}

@media screen and (max-width: 768px) {
.player .listen .play {
    padding: 10px 20px 0 0;
  }
}
@media screen and (max-width: 667px) {
.player .listen .play {
    padding: 10px 0 0 0;
    position: absolute;
    right: 0;
  }
}

.add-song-page .form-group {
  text-align: center;
  /*margin-top: 25px;*/
  float: none;
  margin: 20px auto;
}
.add-song-page .form-group input {
  width: 100%;
  text-align: center;
  padding: 6px 0;
}
.add-song-page .form-control {
  margin: 0 auto;
  /*width: 60%;*/
}
.add-song-page .btn.btn-default {
  margin-bottom: 25px;
  background-color: #75A541;
  color: #fff;
  padding: 12px 12px;
}
.add-song-page .btn.btn-default:hover {
  background-color: #86b950;
}

img.mceItemIframe {
  background-image: url('/static/images/trans.gif');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@-webkit-keyframes fadeInOut {
    0% {
        opacity: 0;
    }
    16% {
        opacity: 1;
    }
    84% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeInOut {
    0% {
        opacity: 0;
    }
    16% {
        opacity: 1;
    }
    84% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.message-box {
  position: absolute;
  width: 250px;
  left: 50%;
  top: 25%;
  margin-left: -125px;
  background-color: rgba(81, 124, 38, 1);
  border-radius: 7px;
  z-index: 10000;
  opacity: 0;

  -webkit-animation: fadeInOut 4s;
  animation: fadeInOut 4s;
}

.message-box p {
  padding: 10px;
  color: white;
  text-align: center;
}
