#hero {
  display: none !important;
}

#main {
  width: auto !important;
  margin-top: 0px !important;
  top: 0px !important;
}

.breadcrumb-wrapper {
  display: none;
}

body {
  margin: 0;
}

.module-now-playing {
  background-color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  padding-top: 65px;
  padding-bottom: 65px;
  line-height: normal;
}
.module-now-playing h2 {

  font-size: 48px !important;
  font-weight: 300;
  text-align: center;
}
.module-now-playing a {
  font-weight: 700;
}
.module-now-playing .cta {
  transform: translateZ(0);
  transition-duration: 0.3s;
  line-height: 1;
  border-width: 2px;
  border-style: solid;
  max-width: 292px;
  width: 100%;
  display: inline-block;
  padding: 18px 34px !important;
  font-weight: 700;
  font-size: 16px;
  background-color: transparent;
  border-color: #000000;
  color: #000000;
}
.module-now-playing .cta:hover {
  background-color: #000000;
  color: #ffffff;
}
.module-now-playing .now-playing-headline {
  padding: 0px 20px;
  text-align: center;
}
@media (max-width: 640px) {
  .module-now-playing .now-playing-headline {
    padding: 0px 8%;
    font-size: 24px;
  }
}
.module-now-playing .row {
  margin: 0px;
}
.module-now-playing .now-playing-cta-wrap {
  text-align: center;
}
.module-now-playing .now-playing-cta-wrap .cta {
  margin: 10px 15px;
}
.module-now-playing .now-playing-carousel {
  width: 1135px;
  margin: 50px auto;
  padding: 0px 106px;
}
.module-now-playing .now-playing-carousel .owl-stage {
  margin: 0px auto;
}
@media (max-width: 1134px) {
  .module-now-playing .now-playing-carousel {
    width: 962px;
  }
}
@media (max-width: 961px) {
  .module-now-playing .now-playing-carousel {
    width: 768px;
  }
}
@media (max-width: 767px) {
  .module-now-playing .now-playing-carousel {
    width: 578px;
  }
}
@media (max-width: 640px) {
  .module-now-playing .now-playing-carousel {
    width: 100%;
    margin: 40px auto;
    padding: 0px 40px;
  }
}
@media (max-width: 400px) {
  .module-now-playing .now-playing-carousel {
    padding: 0px 40px;
  }
}
@media (max-width: 640px) {
  .module-now-playing .now-playing-carousel .owl-stage {
    display: table !important;
  }
}
.module-now-playing .now-playing-carousel .owl-item,
.module-now-playing .now-playing-carousel .owl-item a {
	font-weight: 300;
	color: inherit;
	text-decoration: none;
	border: 0px;
}
.module-now-playing .now-playing-carousel .owl-item a:hover {
	text-decoration: none;
	border: 0px;
}
.module-now-playing .now-playing-carousel .owl-item .now-playing-thumbnail-wrap {
  display: block;
  width: 174px;
  position: relative;
}
@media (max-width: 640px) {
  .module-now-playing .now-playing-carousel .owl-item .now-playing-thumbnail-wrap {
    display: table-cell;
    vertical-align: top;
  }
}
@media (max-width: 400px) {
  .module-now-playing .now-playing-carousel .owl-item .now-playing-thumbnail-wrap {
    width: 100px;
  }
}
@media(min-width: 401px) {
	.module-now-playing .now-playing-carousel .owl-item .now-playing-thumbnail-wrap:hover {
	  transform: translateZ(0);
	  transition-duration: 0.3s;
	  background-color: #000;
	}
}
.module-now-playing .now-playing-carousel .owl-item .now-playing-thumbnail-wrap:hover .now-playing-thumbnail {
  transform: translateZ(0);
  transition-duration: 0.3s;
  opacity: 0.6;
}
.module-now-playing .now-playing-carousel .owl-item .now-playing-thumbnail-wrap .now-playing-thumbnail {
  position: relative;
  display: block;
  width: 174px;
  height: 174px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fafafa;
}
@media (max-width: 400px) {
  .module-now-playing .now-playing-carousel .owl-item .now-playing-thumbnail-wrap .now-playing-thumbnail {
    width: 100px;
    height: 100px;
  }
}
.module-now-playing .now-playing-carousel .owl-item .now-playing-thumbnail-wrap .now-playing-play {
  width: auto;
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 44px;
  height: 44px;
}
@media (max-width: 400px) {
  .module-now-playing .now-playing-carousel .owl-item .now-playing-thumbnail-wrap .now-playing-play {
  	top:40px;	
    width: 50px;
    height: 50px;
	left:5px;
  }
}


@media (max-width: 640px) {
  .module-now-playing .now-playing-carousel .owl-item .now-playing-info {
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
  }
}
@media (max-width: 400px) {
  .module-now-playing .now-playing-carousel .owl-item .now-playing-info {
    padding-left: 15px;
  }
}
.module-now-playing .now-playing-carousel .owl-item .now-playing-info .now-playing-logo {
  display: block;
  width: 100px;
  height: 54px;
  margin-top: 10px;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
@media (max-width: 640px) {
  .module-now-playing .now-playing-carousel .owl-item .now-playing-info .now-playing-logo {
    margin-top: 0px;
  }
}
.module-now-playing .now-playing-channel {
  font-size: 16px;
  margin-top: 10px;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 0px !important;
}
@media (max-width: 640px) {
  .module-now-playing .now-playing-carousel .owl-item .now-playing-info .now-playing-channel {
    margin-top: 10px;
  }
}
.module-now-playing .now-playing-carousel .owl-item .now-playing-info .now-playing-title {
	font-size: 16px;
	margin-top: 10px;
	overflow-wrap: break-word;
	word-wrap: break-word;
	text-decoration: none;
	font-weight: 300;
}
.module-now-playing .now-playing-carousel .owl-nav .owl-prev {
  position: absolute;
  left: -70px;
  top: 65px;
}
@media (max-width: 640px) {
  .module-now-playing .now-playing-carousel .owl-nav .owl-prev {
    left: -30px;
  }
}
.module-now-playing .now-playing-carousel .owl-nav .owl-next {
  position: absolute;
  right: -70px;
  top: 65px;
}
@media (max-width: 640px) {
  .module-now-playing .now-playing-carousel .owl-nav .owl-next {
    right: -30px;
  }
}
.module-now-playing .now-playing-carousel .owl-nav .disabled {
  display: none;
}

@media (max-width: 640px) {
	.module-now-playing .now-playing-carousel .owl-stage {
		transform: none !important;
		width: auto !important;
	}

	.module-now-playing .now-playing-carousel .owl-item {
		display: none;
	}

	.module-now-playing .now-playing-carousel .owl-item.active {
		display: block;
		float: none;
		margin: 20px 0px;
		width: auto !important;
	}
}


/** NOW PLAYING 3 **/
.sxmrm-aff-topmodule { height: auto; }
.sxmrm-aff-topmodule .aff-topmod-col { line-height: inherit; }

.sxmrm-now-playing3 {
	line-height: inherit;
	vertical-align: middle;
	text-align: center;
	font-weight: 100;
	padding: 30px 0px 20px 0px;
}

@media (max-width: 660px) {
	.sxmrm-now-playing3 {
		padding: 0px;
	}
}

.sxmrm-now-playing3 h2 {
	font-weight: 100;
	margin-bottom: 20px;
}

.sxm-bootstrap .sxmrm-now-playing3 a:not(.btn),
.sxm-bootstrap .sxmrm-now-playing3 a:not(.btn):hover { border-bottom: 0px; }

.sxmrm-now-playing3 .now-playing-list { display: inline-block; }

.sxmrm-now-playing3 .now-playing-list .now-playing-channel-wrap {
	display: inline-block;
	vertical-align: top;
	width: 174px;
	position: relative;
	margin: 0px 15px;
	text-align: left;
	font-weight: 100;
	font-size: 14px;
}

@media (max-width: 660px) {
	.sxmrm-now-playing3 .now-playing-list .now-playing-channel-wrap {
		display: table;
		width: 100%;
		max-width: 320px;
	}
}

.sxmrm-now-playing3 .now-playing-list .now-playing-channel-wrap:first-child { margin-left: 0px; }
.sxmrm-now-playing3 .now-playing-list .now-playing-channel-wrap:last-child { margin-right: 0px; }

@media (max-width: 660px) {
	.sxmrm-now-playing3 .now-playing-list .now-playing-channel-wrap:nth-child(2),
	.sxmrm-now-playing3 .now-playing-list .now-playing-channel-wrap:nth-child(3) {
		display: none;
	}
}

.sxmrm-now-playing3 .now-playing-list .now-playing-channel-wrap .now-playing-thumbnail-wrap {
	display: block;
	vertical-align: top;
	width: 174px;
	position: relative;
}

@media (max-width: 660px) {
	.sxmrm-now-playing3 .now-playing-list .now-playing-channel-wrap .now-playing-thumbnail-wrap {
		display: table-cell;
		vertical-align: middle;
		padding-right: 10px;
	}
}

.sxmrm-now-playing3 .now-playing-list .now-playing-channel-wrap .now-playing-thumbnail-wrap .now-playing-thumbnail {
	position: relative;
	display: block;
	width: 174px;
	height: 174px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #fafafa;
}

.sxmrm-now-playing3 .now-playing-list .now-playing-channel-wrap .now-playing-thumbnail-wrap .now-playing-play {
  width: auto;
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 44px;
  height: 44px;
}

@media (max-width: 400px) {
  .sxmrm-now-playing3 .now-playing-list .now-playing-channel-wrap .now-playing-thumbnail-wrap .now-playing-play {
  	top:40px;	
    width: 50px;
    height: 50px;
	left:5px;
  }
}



@media (max-width: 660px) {
	.sxmrm-now-playing3 .now-playing-list .now-playing-channel-wrap .now-playing-info {
		display: table-cell;
		vertical-align: middle;
	}
}

.sxmrm-now-playing3 .now-playing-list .now-playing-channel-wrap .now-playing-info .now-playing-chn-wrap {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-top: 20px;
}

@media (max-width: 660px) {
	.sxmrm-now-playing3 .now-playing-list .now-playing-channel-wrap .now-playing-info .now-playing-chn-wrap {
		margin-top: 0px;
	}
}

.sxmrm-now-playing3 .now-playing-list .now-playing-channel-wrap .now-playing-info .now-playing-logo {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 54px;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}

.sxmrm-now-playing3 .now-playing-list .now-playing-channel-wrap .now-playing-info .now-playing-channel {
	display: inline-block;
	vertical-align: middle;
}

.sxmrm-now-playing3 .now-playing-list .now-playing-channel-wrap .now-playing-info .now-playing-chn-wrap .now-playing-channel {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

@media (max-width: 660px) {
	.sxmrm-now-playing3 .now-playing-list .now-playing-channel-wrap .now-playing-info .now-playing-chn-wrap .now-playing-channel {
		display: block;
		text-align: left;
	}
}

.sxmrm-now-playing3 .now-playing-list .now-playing-channel-wrap .now-playing-info .now-playing-title {
	margin-top: 10px;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.sxmrm-now-playing3 .now-playing-cta-wrap {
	font-weight: 300;
	font-size: 14px;
	margin-top: 20px;
}
