/* Fonts */
@import url(http://fonts.googleapis.com/css?family=Roboto:400,400italic,500,500italic,700,700italic,300italic,300,900,100);
@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,300italic,300,400italic,600,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,600,800);

/* General Styles */
#mask {
	background-color: #000;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 100000;
}
.loader {
	position: absolute;
	width: 66px;
	height: 66px;
	margin: -33px 0 0 -33px;
	top: 50%;
	left: 50%;
}
body{
	font-family: 'Open Sans', sans-serif;
}
.main-wrapper{
	width: 100%;
	max-width: 1350px; 
	height: auto;
	margin: 30px auto;
	padding: 30px 0;
}
.full-wrapper{width: 100% !important; position: relative;}
.full-wrapper.featured-image {
	position: absolute;
	text-align: left;
	top: 50px;
	left: 0;
	/*z-index:-1;*/
}
.full-wrapper.featured-image .featured-wrapper {
	width: 40%;
}
@media only screen and (max-width: 1171px) {
	.header {
		height: auto;
		position: relative; 
	}
	.full-wrapper.featured-image {
		position: absolute;
		text-align: center;
		bottom: 0;
		left: 0;
	}
	.full-wrapper.featured-image .featured-wrapper {
		width: 100%;
		text-align: left;
	}
	.full-wrapper.featured-image .featured-wrapper img {
		width: 60%;
	}
}
@media only screen and (max-width: 767px) {
	.full-wrapper.featured-image {
		bottom: auto;
		top: 10px;
	}
	.full-wrapper.featured-image .featured-wrapper img {
		width: 80%;
	}
	.full-wrapper.featured-image .featured-wrapper {
		text-align: center;
	}
}
@media only screen and (max-width: 479px) {
	.full-wrapper.featured-image .featured-wrapper img {
		width: 100%;
	}
}
.parallax-wrapper{
	width: 100%;
	position: relative;
	width: 100% !important;
	margin: 0;
	padding: 0;
	/*overflow: hidden;*/
}
.title-container {
	width: 600px;
}
.page-logo.title-container {
    width: 150px;
}
@media only screen and (max-width: 976px) {
	
	.title-container {
		width: 500px;
		text-align: center;
	}
}
@media only screen and (max-width: 479px) {
	.title-container {
		width: 400px;
	}
}
@media only screen and (max-width: 479px) {
	.title-container {
		width: 300px;
	}
}
.page-wrap {
	margin: 10px auto;
}
.page-title {
	color: #39B54A;
	font-family: Montserrat;
	text-align: center;
}

.front-content{
	position: absolute;
	left: 50%;
	z-index: 5;
}
.sonorama_row.vc_row {
	margin-right: 0;
	margin-left: 0;
}
.mb_YTPBar {display: none;}
/* Titles */
section h1 {
	margin: 50px 0 40px;
	font-size: 55px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	text-align: center;
	line-height: 1;
}
section h1:after {
	content: " ";
	display: block;
	width: 80px;
	margin: 15px auto 50px;
	border-bottom: 5px solid #39B54A;
}
@media (max-width: 639px) {
	section h1 {
		font-size: 45px;
	}
}
@media (max-width: 479px) {
	section h1 {
		font-size: 35px;
	}
}
section.square-ad {
	margin: 0 auto;
	width: 300px;
}
.spacer{
	width: 65px;
	height: 3px;
	margin: auto;
	margin-bottom: 70px;
	background: #c3121c;
}

/* Header */
.header{
	height: 70px;
	position: relative;
}
.main-logo{text-align: center; margin-left: 130px; margin-top: 60px;}
.main-menu{float: right; margin-right: 130px; margin-top: 60px;}
.main-menu li{
	float: left;
}
.symbol {
	float: left;
	font-size: 32px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 25px;
}
.navbar-brand {
	float: left;
	max-width: none;
}
.symbol span{color: #c3121c;}
.navbar-brand ul li {
	width: 5px;
	height: 26px;
	background: #534e4e;
	margin: 0 1px;
	line-height: 26px;
	border-radius: 1px;
	display: inline-block;
}
.navbar-brand ul li:first-child {
	height: 12px;
	/*margin-top: 14px;*/
}
.navbar-brand ul li:nth-child(2) {
	height: 20px;
	/*margin-top: 6px;*/
}
.navbar-brand ul {margin-right: 7px;}
.main-menu li a {
	position: relative;
	display: inlne-block;
	padding: 7px 14px;
	margin: 24px 2px 0 2px;
	border: #000 2px solid;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-family: "open sans";
	font-weight: bold;
}
.main-menu li a:hover{border-color: #c3121c !important;}
.main-menu li.current a{border-color: #c3121c !important;}

/* Logo animation */
@-webkit-keyframes move1 {
  0% { height: 5px; }
  25% { height: 15px; }
  75% { height: 10px; }
  100% { height: 2px; }
}

@-webkit-keyframes move2 {
  0% { height: 2px; }
  25% { height: 12px; }
  75% { height: 20px; }
  100% { height: 5px; }
}

@-webkit-keyframes move3 {
  0% { height: 7px; }
  25% { height: 2px; }
  75% { height: 20px; }
  100% { height: 7px; }
}
.navbar-brand ul li:nth-child(1) {
	height: 20px;
}
.navbar-brand ul li:nth-child(2) {
	height:10px;
}
.navbar-brand ul li:nth-child(3) {
	height:5px;
}

/* Jump Menu */
#nav2 {
	display: none;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
#nav2 > a {
	width: 100px;
	height: 100px;
	text-align: left;
	text-indent: -9999px;
	position: relative;
	background: url("../img/icons/menu-icon.png") no-repeat bottom #c3121c;
	float: right;
	cursor: pointer;
}
#nav2 > ul {
	height: auto;
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	margin-top: 100px;
}
#nav2 > ul > li {
	width: 100%;
	float: none;
	background: #000;
	background: rgba(0,0,0,0.8);
	text-align: center;
	padding-bottom: 14px;
	text-transform: uppercase;
	font-size: 14px;
	text-transform: uppercase;
	font-family: "open sans";
	font-weight: bold;
}
#nav2 > ul > li:first-child {padding-top: 15px}
#nav2 > ul > li:last-child {padding-bottom: 25px}
#nav2 > ul > li a{color: #fff;}
#nav2 > ul > li a:hover{color: #c3121c;}
#nav2.active > ul {display: block;}

.main-menu {
    display: none;
}
#fixed-top-bar {
	width: 100%;
	position: fixed;
	top:0;
	height: 60px;
	background-color: transparent;
	transition:background-color 0.5s ease;
	z-index:999;
}
#fixed-top-bar.color {
	background-color: #151515;
}
#fixed-top-bar .logo {
	position: relative;
	height: 100%;
	/* width: 100px; */
	padding: 5px;
	box-sizing: border-box;
	display:none;
}
#fixed-top-bar .logo img {
	height: 50px;
}
#nav-holder {
    display: block;
	height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}
#nav-holder.nav-hidden {
	position: absolute;
}
#nav-holder .menu-overlay {
	background: #fff none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    z-index: -1;
	display: block;
}
#nav-holder.nav-hidden .menu-overlay{
	display: none;
}
#nav-holder .menu-wrapper {
    padding: 0 35px;
    width: 240px;
	margin-top: 150px;
	right: 0;
	display: block;
}
#nav-holder.nav-hidden .menu-wrapper {
/*     padding: 0;
    width: 0; */
	display: none;
}
#nav-holder ul {
	margin-top: 120px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#nav2 > a {
	background: none;
	color: #39B54A;
    text-indent: 0;
	text-align: center;
}
#nav-holder .jump-menu-close {
    /* right: -55px; */
	display: block;
}
#nav-holder.nav-hidden .jump-menu-close {
    /* right: -9999px; */
	display: none;
}
#nav-holder .jump-menu {
	right: 20px;
}
#nav-holder .jump-menu, #nav-holder .jump-menu-close {
	-moz-user-select: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    visibility: visible;
    z-index: 5;
	right: 10px;
}
#nav-holder i {
	font-size: 40px;
	color: #39B54A;
	margin: 10px auto;
	/*text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.4); */
}
#nav-holder li {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: block;
    float: none;
    left: 290px;
    margin: 14px 0;
    position: relative;
    text-align: left;
	font-size: 30px;
	text-transform: uppercase;
}
#nav-holder a {
	color:#39B54A;
	font-weight:600;
}
#fadein-container.push-down {
	display: block;
	visibility: hidden;
	opacity: 0.0;
}
/* Slider */
.slider{
	margin-top: 150px;
}
.slides-navigation {
	margin: 0 auto;
	position: absolute;
	z-index: 30;
	top: 46%;
	width: 100%;
}
.slides-navigation a {
	position: absolute;
	display: block;
}
.slides-navigation a.next {right: 0;}
.slides-navigation a.prev {left: 0;}
.slides-navigation .next {
	background: url("../img/icons/slider-nav-next.png") no-repeat right top;
	width: 102px;
	height: 102px;
	margin-right: 70px;
}
.slides-navigation .prev {
	background: url("../img/icons/slider-nav-prev.png") no-repeat right top;
	width: 102px;
	height: 102px;
	margin-left: 70px;
}
.slides-navigation .prev:hover, .slides-navigation .next:hover {background-position-y: -108px;}
.overlay {
	background: transparent url("../img/overlays/overlay-01.png"); /* Select your Overlay: overlay-01, overlay-02, overlay-03... */
	opacity: 0.5;
	z-index: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 3;
	top: 0;

	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.main-title {
	position: relative;
	top: 0;
	margin-bottom: 30px;
	margin-top: 30px;
	z-index: 10;
	width: 100%;
	height: auto;
}
.title-container {
	width: 600px;
	height: 100%;
	position: relative;
	margin: auto;
}
.page-logo.title-container {
    width: 150px;
}
@media only screen and (max-width: 976px) {
	
	.title-container {
		width: 500px;
		text-align: center;
	}
}
@media only screen and (max-width: 479px) {
	.title-container {
		width: 400px;
	}
}
@media only screen and (max-width: 479px) {
	.title-container {
		width: 300px;
	}
}
.welcome.logo {
	position: relative;
	top: 39%;
	padding-top: 40px;
}
a.home-logo {
	width: 50%;
	display: block;
	margin: 20px auto;
}
a.home-logo img {
	position:relative;
	max-width: 100%;
}
.top-spacer {
	background: #c3121c;
	width: 130px;
	height: 3px;
	position: absolute;
	top: 15px;
}
.top-spacer.one {left: 0;}
.top-spacer.two {right: 0;}
.title-container .logo img {
	width: 796px;
	height: auto;
}
.welcome.logo .spacer-box {
	width: 22px;
	height: 22px;
	background: #c3121c;
	position: absolute;
	left: 381px;
	top: 191px;

	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.welcome.logo ul {position: relative;}
.welcome.logo ul li {
	width: 100%;
	text-align: center;
	position: absolute;
	opacity: 0;
	top: 70px;
	color: #b1b1b1;
	font-size: 24px;
	font-weight: 300;

	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
}
.welcome.logo ul li.t-current {
	opacity: 1;
	top: 30px;

	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
}
.welcome.logo ul li span {color: #c3121c;}
.page-wrap {
	margin: 10px auto;
}
.page-title {
	color: #39B54A;
	font-family: Montserrat;
	text-align: center;
}
a.home-logo {
	width: 50%;
	display: block;
	margin: 20px auto;
}
a.home-logo img {
	position:relative;
	max-width: 100%;
}
.social-top a {
	display: inline-block;
	background: #151515;
	padding: 30px;
	width: 110px;
	height: 110px;
	transition: all 0.5s ease;
}
.social-top a:hover {
	background: #39B54A;
}
.social-top a i {
	font-size: 50px;
	color: #fff;
}
.social-top a {
	margin: 5px;
}
.social-top a.phone {
	position: relative;
}
.social-top a.phone p {
	position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
/* Audio Player */
.track-name, .artist{
	margin-right: 5px;
	line-height: 24px;
	width: auto;
	float: left;
	color: #a9a9a9;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-style: normal;
}
.player-right{
	width: 1070px;
	float: right;
	padding-top: 12px;
}
.player-left{
	margin-top: 15px;
	float: left;
	width: 90px;
}
.player-container{
	width: 100%;
	background: #151515;
	position: relative;
}
.audio-player{
	width: 1180px;
	height: auto;
	margin: auto;
	position: relative;
}
.home-playlist{display: none;}
.audiojs audio { position: absolute; left: -1px; }
.audiojs {
	width: 100%;
	height: 60px;
	overflow: hidden;
	font-size: 12px;
	position: relative;
}
.audiojs .play-pause {
	margin: 0px;
	float: left;
	overflow: hidden;
}
.audiojs p {
	display: none;
	width: 25px;
	height: 40px;
	margin: 0px;
	cursor: pointer;
	float: left;
}
.audiojs .play { display: block; }
.audiojs .scrubber {
	position: relative;
	width: 100%;
	background: #5a5a5a;
	height: 8px;
	margin: 3px auto 10px;
	overflow: hidden;
}
.audiojs .progress {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 8px;
	width: 0px;
	background: #c3121c;
	z-index: 1;

	margin-bottom: 0;
	overflow: visible;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.audiojs .loaded {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 14px;
	width: 0px;
	background: #000;
}
.audiojs .time {
	color: #c3121c;
	line-height: 24px;
}
.audiojs .time em {
	color: #484848;
	font-style: normal;
	margin-right: 3px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
}
.audiojs .time strong {padding: 0px 0px 0px 2px;}
.audiojs .error-message {
	float: left;
	display: none;
	margin: 0px 10px;
	height: 36px;
	width: 400px;
	overflow: hidden;
	line-height: 36px;
	white-space: nowrap;
	color: #fff;
  }
.audiojs .error-message a {
	color: #eee;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #999;
}
.audiojs .play {
	background: #737373 url("../img/icons/player-icons.png") no-repeat left top;
	width: 30px;
	height: 30px;
}.audiojs .play:hover {background-color: #c3121c;}
.audiojs .loading {
	background: url("../img/icons/player-icons.png") no-repeat scroll left top rgb(115, 115, 115);
	width: 30px;
	height: 30px;
}
.audiojs .error {
	background: url("$1") -2px -61px no-repeat;
}
.audiojs .pause {
	background: #737373 url("../img/icons/player-icons.png") no-repeat -30px top;
	width: 30px;
	height: 30px;
}.audiojs .pause:hover {background-color: #c3121c;}
.audiojs .prev-track{
	background: #737373 url("../img/icons/player-icons.png") no-repeat -60px top;
	width: 30px;
	height: 30px;
	display: block;
}.audiojs .prev-track:hover {background-color: #c3121c;}
.audiojs .next-track{
	background: #737373 url("../img/icons/player-icons.png") no-repeat -90px top;
	width: 30px;
	height: 30px;
	display: block;
}.audiojs .next-track:hover {background-color: #c3121c;}
.playing .play, .playing .loading, .playing .error { display: none; }
.playing .pause { display: block; }
.loading .play, .loading .pause, .loading .error { display: none; }
.loading .loading { display: block; }
.error .time, .error .play, .error .pause, .error .scrubber, .error .loading { display: none; }
.error .error { display: block; }
.error .play-pause p { cursor: auto; }
.error .error-message { display: block; }

/* Last News Section */
.news-window {
	margin-top: 10px;
}
.news-wrapper {
	background-color: #151515;
}
.news-main-content {
	padding: 15px;
	color: #fff;
}
.news-main-content h1 {
	color: #39B54A;
	font-size: 24px;
	margin: 0 0 15px;
	text-align: center;
}
.last-news-wrapper{
	width: 100%;
	position: relative;
	margin-bottom: 135px;
}
.last-news-container{
	width: 1200px;
	height: auto;
	margin: auto;
	position: relative;
}
.news-box{
	overflow: hidden;
	position: relative;
}
.news-nav div{
	cursor: pointer;
	position: absolute;
	top: 30%;
	width: auto;
	height: 84px;
}
.news-nav div:hover{background-color: #c3121c;}
.last-news-prev{
	left: -85px;
	background: url(../img/icons/prev-news.png) #838282;
}
.last-news-next{
	right: -85px;
	background: url(../img/icons/next-news.png) #838282;
}
.news-box ul {
	margin: 0 auto;
}
.news-box ul li{
	float: left;
	margin: 0 15px;
	height: 380px;
	width: 300px;	
	cursor: pointer;
}
.news-box ul li.start,.news-box ul li.end {display: none;}
.news-info{
	position: absolute;
	margin-top: 20px;
	padding: 0;
	height: auto;
	width: 300px;
	background: transparent;
	/*-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;*/
}
.news-info h1{
	display: table-cell;
	margin: 0;
	width: 300px;
	color: #f1212d;
	font-size: 22px;
	line-height: 26px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	text-align: left;
	vertical-align: middle;
	/*-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;*/
}
.news-info h1:after {
	content:"";
	display: none;
}
.news-info h1 span {
	color: #fff;
	font-size: 16px;
}
.news-info h1,
.news-info p {
	text-align: center; 
	line-height: 22px;
	text-shadow: none;
}
.news-info p{
	margin: 0;
	color: #858585;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;

	/*-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;*/
}
.news-info .news-date{
	margin: 0;
	color: #f1212d;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	position: absolute;
	bottom: 30px;
	left: 20px;

	/*-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;*/
}
.news-thumb img {
	position: relative;
	width: 100%;
	height: auto;
	opacity: 1;

	/*-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;*/
}
.news-thumb {
	box-sizing: border-box;
	padding: 5px;
	background-color: #fff;
	overflow: hidden;
	text-align: center;
}
.news-link {
	padding: 10px;
	text-align: center;
}
.last-news:hover .news-thumb img{opacity: 0.1;}
.last-news:hover .news-info{background-color: #c3121c;}
.last-news:hover .news-info .news-date, .last-news:hover h1, .last-news:hover p{color: #fff !important;}
.news-container{
	width: 100%;
	max-width: 900px;
	margin: auto;
	position: relative;
}
.news-container iframe{width: 780px;}
.nav-news div{
	position: absolute;
	top: 180px;
	cursor: pointer;
	width: 46px;
	height: 84px;
}
.nav-news div:hover{background-color: #c3121c;}
.nav-news .news-prev{
	left: -85px;
	background: url(../img/icons/prev-news.png) #838282;
}
.nav-news .news-next{
	right: -85px;
	background: url(../img/icons/next-news.png) #838282;
}
.last-news-prev,.contest-prev,.onair-prev {
    background: none;
    left: -20px;
}
.last-news-next,.contest-next,.onair-next {
    background: none;
    right: -20px;
}
.close-btn, .close2-btn{
	width: 28px;
	height: 28px;
	background: url("../img/icons/close.png") top #c3121c;
	border-radius: 50%;
	border: 3px solid #c3121c;
	cursor: pointer;
	position: absolute;
}
.close-btn:hover, .close2-btn:hover{border-color: #fff !important; background-color: #fff !important;}
.close2-btn{right: -60px; top: -45px;}
.news-wrapper .close2-btn {
    right: 5px;
    top: 5px;
}
.news-nav i{
	font-size: 60px;
	font-weight: 900;
	color: #39B54A;
	/* text-shadow: 0 0 6px rgba(0,0,0, 0.4);  */
}
.news-nav i:hover {
	text-shadow: none; 
}
.last-news:hover .news-info .news-date, .last-news:hover h1, .last-news:hover p {
    color: #ccc !important;
}
.news-nav div:hover {
	background-color: transparent;
}
/* On-Air Section */
.onair-wrapper{
	width: 100%;
	position: relative;
	margin-bottom: 0;
}
.onair-container{
	width: 1200px;
	height: auto;
	margin: auto;
	position: relative;
}
.onair-box{
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.onair-box ul {
	margin: 0 auto;
}
.onair-box .onair{
	float: none;
	display: inline-block;
	width: 200px;
	height: 285px;
	cursor: pointer;
	margin: 15px;
}
.onair-box ul li{
	float: none;
	display: inline-block;
	width: 200px;
	height: 285px;
	cursor: pointer;
	margin: 20px;
}
.onair-box ul li.start,.onair-box ul li.end {display: none;}
.onair-info{
	position: relative;
	width: 200px;
	height: 76px;
	overflow: hidden;
	padding: 10px;
	text-align: center;
}
.onair-info h1{
	display: table-cell;
	vertical-align: middle;
	width: 200px;
	margin: 0;
	color: #fff;
	font-size: 22px;
	line-height: 28px;
	text-transform: uppercase;
	text-align: center;
	text-shadow: none;
}
.onair-info h1:after {
	display: none;
}
.onair-info h1 span {
	font-size: 16px;
	color: #39B54A;
}
.onair-info p{
	margin: 0;
	color: #fff;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
.onair-info .onair-date{
	margin: 0;
	color: #f1212d;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	position: absolute;
	bottom: 30px;
	left: 20px;
}
.onair-info .social-ico{
	width: 60px;
	height: 60px;
	background-color: #fff;
	cursor: pointer;
	margin:15px 10px;
	display: inline-block;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
.onair-info .social-ico i {
	font-size: 50px;
	line-height: 60px;
}

.onair-info.grey a.social-ico i{
	color: #ADAFB2;
}
.onair-thumb {
    background-color: #151515;
    height: 200px;
	padding: 5px;
	overflow: hidden;
	text-align: center;
}
.onair-thumb img{
	height: 100%;
	opacity: 1;
}
.onair:hover .news-thumb img{opacity: 0.1;}
.onair:hover .news-info{background-color: #c3121c;}
.onair:hover .news-info .news-date, .onair:hover h1, .onair:hover p{color: #fff !important;}


.onair-wrapper{
	width: 100%;
	position: relative;
	margin-bottom: 0;
}
.onair-container{
	/*width: 1200px;*/
	height: auto;
	margin: auto;
	position: relative;
}
.onair-box{
	overflow: hidden;
	position: relative;
	text-align: center;
}
.onair-show,.onair-window {
	display: none;
}
#dj-form {
	transition: all 2s linear;
	display: block;
}
#dj-form.hide-form {
	display: none;
}
h4#show-contact a {
	color: #39B54A;
}
h4#show-contact a i {
	margin: 0 5px;
}
.onair-content .news-main-content h1 {
	padding-top: 15px;
	text-align: center;
}
h4.date-time {
	color: #fff;
	font-size: 20px;
	line-height: 1.2;
}
.date-time span {
	color: #39B54A;
}
/* Contests */
.contest-wrapper {
	width: 100%;
    position: relative;
    margin-bottom: 0;
}
.contest-container {
	width: 1200px;
	height: auto;
	position: relative;
	margin: auto;
}
.contest-box {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.contest-box ul {
	margin: 0 auto;
}
.contest-box ul li{
	float: left;
	margin: 0 15px;
	padding: 5px;
	box-sizing: border-box;
	width: 300px;
	height: 380px;
	cursor: pointer;
	background-color: #151515;
}
.contest-box ul li.start,.contest-box ul li.end {display: none;}
.contest-info{
	height: 80px;
	background: transparent;
	padding: 12px 0;
	box-sizing: border-box;
	position: relative;
	text-align: center;
}
.contest-info h1{
	margin: 0;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
}
.contest-info h1:after {
	display: none;
}
.contest-info p{
	margin: 0;
	color: #39B54A;
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
	text-transform: uppercase;
	/* text-shadow: 2px 2px 2px rgba(0,0,0,0.5); */
}
.contest-info .contest-date{
	margin: 0;
	color: #f1212d;
	font-size: 20px;
	font-weight: 300;
	position: absolute;
	bottom: 30px;
	left: 20px;
}
.news-description a.rules-link {
	color: #39B54A;
}
.news-description .rules {
	font-size: 12px;
}
/* Contact Form Styles */
.contact-section {
	text-align: center;
}
.wpcf7-form-control {
	border: 0;
	background: #fff;
}
#contact .wpcf7-form-control {
	width: 100%;
}
input.wpcf7-form-control:focus { 
    border: 1px solid #39B54A;
}
input.wpcf7-form-control,select.wpcf7-form-control {
	padding: 0;
	width: 100%;
	font-size: 18px;
	font-weight: 600;
	color: #333;
	height: 40px;
   -webkit-appearance: none;
   -webkit-border-radius: 0;
}
#contact textarea.wpcf7-form-control {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	/*width: 98%;*/
	padding: 8px;
	box-sizing: border-box;
	color: #333;
	font-weight: 600;
}
input.wpcf7-form-control, textarea.wpcf7-form-control, select.wpcf7-form-control {
	width: 100%;
	line-height: 1em;
}
.wpcf7-form h2 {
	color:#fff;
	font-size: 20px;
	line-height: 24px;
    margin: 5px 0;
    text-align: left;
    text-transform: uppercase;
	font-weight: 600;
	/* text-shadow: 1px 1px 3px rgba(0,0,0,0.7); */
}
.wpcf7-form p {
	margin: 0 0 15px 0;
}
.wpcf7-form .name {
	display: inline-block;
    width: 48%;
	margin-right: 2%;
}
.wpcf7-form .email {
	display: inline-block;
    width: 48%;
}
.captcha {
	margin-bottom: 5px;
}
.captcha .wpcf7-form-control {
	padding: 5px;
	box-sizing: border-box
}
span.wpcf7-not-valid-tip {
	background-color: #191919; 
}
div.wpcf7-validation-errors {
	background-color: #191919;
	color: #fff;
}
.wpcf7-form-control.contest-submit {
	background: #39B54A;
	font-weight: 600;
	color: #fff;
	font-size: 20px;
	font-family: Montserrat;
	text-transform: uppercase;
	margin-top: 5px;
	padding: 0 10px;
}
#contact .wpcf7-form-control.wpcf7-submit {
	background: #39B54A;
	font-weight: 600;
	color: #fff;
	font-size: 18px;
	font-family: Montserrat;
	text-transform: uppercase;
	margin-top: 5px;
	padding: 0 10px;
	width: 100%
}
.vc_column_container.sonorama_col6 {
	display: inline-block;
	margin: 0 auto;
	min-width: 300px;
	width: 50%;
	height: 100%;
	vertical-align: top;
}
@media (max-width: 640px) {
	.vc_column_container.sonorama_col6 {
		width: 100%;
	}
}
.contact-phone-info {
	position:relative;
	top: 5px;
	text-align: right;
	color: #fff;
}
.contact-phone-info p,
.contact-phone-info a {
	font-size: 20px;
	margin: .5em 0;
	font-weight: 600;
	color: #fff;
	/* text-shadow: 1px 1px 3px rgba(0,0,0,0.6); */
}
p.green, p.green a{
	color:#fff;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}
p.white {
	color: #fff;
}
.contact-phone-info a {
	display: inline-block;
}
.contact-phone-info span.large {
	font-size: 28px;
}
.contact-phone-info p.small {
	font-size: 18px;
}
/* Triton Player Bar */
.player-wrapper iframe {
	position: fixed;
	bottom: 0;
	z-index: 9999;
	width: 100%;
	border: 0;
	box-shadow: 0 -4px 2px -2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 -4px 2px -2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 -4px 2px -2px rgba(0, 0, 0, 0.4);
}
/* Tour Dates */
#dates>div:nth-of-type(1) {
	background: url(../img/parallax/01.jpg) 50% 0% repeat-y fixed;
	background-color: #333333;
	margin: 0;
	height: 850px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
/*	background-size: 100%;*/

	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	-webkit-background-size: cover !important;
	-khtml-background-size: cover !important;
}
.parallax-wrapper.dates {
	height: 850px;
    position: relative;
    width: 100% !important;
    /*min-width: 1000px;*/
    margin: 0;
    padding: 0;
}
.square-bg{
	width: 700px;
	height: 700px;
	background: #323131;
	opacity: 0.8;
	position: absolute;
	top: 80px;
	left: 50%;
	margin-left: -350px;
	z-index: 4;

	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.front-content.dates{
	width: 400px;
	margin-left: -200px;
}
.controller{
	float: right;
	right: 50%;
	position: relative;
}
.controller .dots {
	padding: 0;
	float: right;
	right: -50%;
	position: relative;
	margin: 35px 0 0;
}
.controller ul li{
	width: 12px;
	height: 12px;
	border: 2px solid #535252;
	background: #2e2d2d;
	border-radius: 50%;
	float: left;
	cursor: pointer;
	margin: 0 2px;
}
.controller ul li.selected, .controller ul li:hover{border: 2px solid #c3121c !important; background: #c3121c !important;}
.dates-wrapper{
	width: 400px;
	height: 450px;
	position: relative;
	overflow: hidden;
	margin-left: 10px;
}
.dates-wrapper ul li{
	float: left;
	width: 400px;
}
.dates-nav div{
	background: url(../img/icons/dates-arrows.png) top left no-repeat;
	position: absolute;
	border-radius: 50%;
	width: 44px;
	height: 44px;
	cursor: pointer;
	top: 60%;
	margin-top: -22px;
}
.dates-nav div:hover{}
.dates-nav .next{
	right: -85px;
	background-position: 0 -44px;
}
.dates-nav .prev{
	left: -100px;
}
.date-box{margin-bottom: 12px;}
.date-box:last-child{margin-bottom: 0;}
.date-box .info{
	float: left;
	text-align: left;
	padding-left: 10px;
	color: #bbb;
	max-width: 170px;
	overflow: hidden;
	font-size: 14px;
}
.date-box .info div{position: relative;}
.date-box .info.date{
	width: 65px;
	height: 80px;
	background: #c3121c;
	color: #fff;
	text-align: center;
	padding-left: 0;
}
.date-box .info .ico{
	background: url("../img/icons/dates-icons.png") no-repeat;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 2px;
	left: 0;
}
.date-box .info .time .ico{background-position: center;}
.date-box .info .buy .ico{background-position: bottom;}
.date-box .info .time, .date-box .info .buy, .date-box .info .place{padding-left: 20px;}
.date-box .info .day {font-size: 30px; line-height: 25px; padding-top: 9px;}
.date-box .info .month {font-size: 17px;}
.date-box .info .year {font-size: 12px;}
.date-box .info .city {font-size: 20px; color: #fff;}
.date-box .info .buy{color: #c3121c; margin-top: 19px;}
.date-box .info .buy a{color: #c3121c;}
.date-box .info .buy a:hover{color: #fff;}
.date-box .info .place{margin-top: 16px;}
.date-box .info .time{margin-top: 6px;}

/* Discography */

.play-btns {
	width: 20px;
	height: 20px;
	position:relative;
overflow:hidden;
}
.play-show {display:block;}
.play-hide {display:none;}
button.btn-play, button.btn-pause{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: none;
	color: #fff;
	cursor: pointer;
	box-shadow: none;
	outline: none;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
}
button.btn-play{
	background: url('../img/icons/play-pause-disc.png') no-repeat;
	background-color: #000000;
	z-index:9999;
}
button.btn-play:hover {
	background: url('../img/icons/play-pause-disc.png') no-repeat;
	background-position: -20px 0px;
	z-index:9999;
}
button.btn-pause{
	background: url('../img/icons/play-pause-disc.png') no-repeat;
	background-position: 0px -20px;
	background-color: #000000;
	z-index:999;
}
button.btn-pause:hover {
	background: url('../img/icons/play-pause-disc.png') no-repeat;
	background-position: -20px -20px;
	z-index:9999;
}
button.btn-play:hover, button.btn-pause:hover{background-color: #000000;}
.disc-container li{
	width: 350px;
	height: auto;
	float: left;
	margin: 0;
	margin-bottom: 75px;
}
.disc-container li:nth-child(3n+2){margin: 0 75px;}
.disc-img{position: relative;}
.disc-img img{width: 100%;}
.disc-img .overlay{
	background: #c3121c url("../img/icons/disc-ico.png") no-repeat center center;;
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	cursor: pointer;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.disc-img:hover .overlay{opacity: 0.9;}
.disc-info-wrap {
    max-width: 975px;
    display: block;
}
.disc-info h2{
	color: #c3121c;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 6px;
}
.disc-info p{
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	margin: 0;
}
.disc-info p:last-child{margin-top: 10px;}
.disc-info p a{
	color: #c3121c;
	font-size: 20px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}
.disc-info p a:hover{color: #fff !important;}
.news-container h1{
	margin: 15px 0;
	text-align: left;
	color: #fff;
	font-size: 30px;
}
.news-container h1 span, .news-description span{color: #c3121c}
.news-description{
	font-weight: 300;
	color: #9a9a9a;
	font-size: 20px;
	overflow-y: auto;
	max-height: 140px;
}
.project-window{margin-bottom: 40px;}
.project-content{
	width: 1000px;
	margin: auto;
	position: relative;
}
.disc-cover{
	width: 425px;
	float: left;
}
.disc-cover img{width: 100%;}
.disc-tracklist{
	width: 560px;
	float: left;
overflow:hidden;
}
.disc-tracklist ol{
	margin: 10px 0;
	padding: 1px 0 0 0;
	padding-left:50px;
}
.track-length {
	color: #464646;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 15px;
	margin-right: 10px;
}
.disc-tracklist ol li:first-child {padding-top: 0;}
.disc-tracklist ol li {
	margin: 0;
	padding: 8px 0px 12px 0px;
	color: #464646;
	list-style: decimal outside;
	font-size: 15px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	display: inline-block;
	line-height: 0;
	border-bottom:1px solid #1a1919;
}
.disc-tracklist ol li:last-child {
	border:0px;
}
.track-info {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 17px;
	margin-right: 10px;
	max-width: 415px;
	overflow: hidden;
	padding-left: 5px;
}
.track-info span {color: #c3121c;}
.disc-play-btn {
	background: url("../img/icons/play-pause-disc.png") no-repeat #464646;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	cursor: pointer;
	margin: 0px 10px 0 0;
}
.disc-play-btn:hover {background-color: #c3121c; background-position-y: -20px;}
.track-download-buy a {
	background: #464646;
	text-transform: uppercase;
	border-radius: 10px;
	color: #a9a7a7;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 11px;
	padding: 2px 10px;
}
.track-download-buy a:hover {color: #fff; background: #c3121c;}
.close-btn{
	top: -50px;
	right: -80px;
}
.disc-title{
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 20px;
margin-bottom:15px;
padding-bottom:18px;
}
.disc-info {
	border-top:1px solid #1a1919;
	padding-top:15px;
}
.disc-title span{color: #c3121c;}
.disc-date{
	color: #464646;
	font-size: 20px;
	font-weight: 300;
	margin-top: 7px;
	width: 387px;
	float: left;
}

.sell-platforms {
    overflow: hidden;
    width: 538px;
    padding-top:0px;
    padding-left: 50px;
    position: relative;
    top: -10px;
}
.sell-platforms a div {
	width: 130px;
	height: 49px;
	float: left;
	line-height: 50px;
	color: #c3121c;
	margin: 0 10px 0 20px;
	background: url("../img/icons/sell-platforms.png") no-repeat #b1aeae;
}
.itunes:after, .beatport:after {
	content: "/";
	color: #c3121c;
	float: right;
	font-weight: bold;
	font-size: 22px;
	position: relative;
	right: -20px;
	top: 3px;
}
.sell-platforms a div:hover {background-color: #c3121c;}
.sell-platforms .itunes {background-position: left 0; width: 110px;}
.sell-platforms .beatport {background-position: center 0; width: 90px;}
.sell-platforms .bandcamp {background-position: right 0;}
.sell-platforms span {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #c3121c;
	float: left;
	margin-top: 18px;
}

/* Twitter Quotes */
#quotes>div:nth-of-type(1) {
	background: url(../img/parallax/02.jpg) 50% 0% repeat-y fixed;
	background-color: #333333;
	margin: 0;
	height: 400px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 150px;
	text-align: center;
	/*background-size: 100%;*/

	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	-webkit-background-size: cover !important;
	-khtml-background-size: cover !important;
}
.parallax-wrapper.quotes {
	height: 550px;
    position: relative;
    width: 100% !important;
    /*min-width: 1000px;*/
    margin: 0;
    padding: 0;
}
#myTweet{
	color: #fff;
	font-size: 30px;
	width: 1100px;
	margin: auto;
	padding: 0 40px;
	position: relative;
	z-index: 4;
}
#myTweet a{color: #c3121c;}
p.user, p.timePosted, p.interact{display: none;}
.twitter-quotes {
	height: 104px;
	width: 104px;
	background-color: #c3121c;
	margin: auto;
	position: relative;
	z-index: 4;

	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.twitter-quotes:after {
	content: '';
	background: url("../img/icons/social-icons.png") no-repeat;
	background-position: -146px -24px;
	width: 104px;
	height: 104px;
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.ch-grid {overflow: hidden;}
.ch-grid div {
	cursor: pointer;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.ch-grid:hover div {
	opacity: 1;
	background-color: #c3121c;
	background-color: rgba(195,18,28,0.9);
}
.p-category {
	text-decoration: none;
	position: relative;
	z-index: 20;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 44px;
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
	cursor: pointer;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.p-category.photo{background: url("../img/icons/gallery-photo.png") no-repeat center center;}
.p-category.video {background: url("../img/icons/gallery-video.png") no-repeat center center;}
.ch-grid:hover .p-category {opacity: 1;}

/* Contact */
.formSent, .formError {display: none;}
.contact .parallax {
	background: url(../img/parallax/03.jpg) 50% 0% repeat-y fixed;
	background-color: #333333;
	margin: 0;
	height: 850px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
/*	background-size: 100%;*/

	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	-webkit-background-size: cover !important;
	-khtml-background-size: cover !important;
}
.parallax-wrapper.contact {
	height: 850px;
    position: relative;
    width: 100% !important;
    /*min-width: 1000px;*/
    margin: 0;
    padding: 0;
	margin-top: 150px;
}
.front-content.contact{
	width: 520px;
	margin-left: -260px;
}
.form h2{
	text-align: left;
	color: #c3121c;
	text-transform: uppercase;
	font-size: 14px;
	margin: 5px 0;
}
.form .message{margin-top: 18px;}
.name{
	width: 48%;
	float: left;
}
.email {
	width: 48%;
	float: right;
}
.form #name, .form #email{height: 50px;}
#comments, #name, #email{
	width: 100%;
	background: none;
	color: #fff;
	border: 2px solid #6e6e6e;
	outline: none;
}
#comments{
	height: 210px;
	max-height: 210px;
}
.buttoncontact {
	text-transform: uppercase;
	width: 300px;
	background: #c3121c;
	color: #fff;
	font-size: 18px;
	margin: 42px auto 0 auto;
	padding: 15px 40px;
	border: none;
	box-shadow: none;
	outline: none;
}
.buttoncontact:hover {color: #c3121c; background: #fff !important;}
#contactFormSent{
	margin-top: 20px;
	padding: 0 60px;
	color: #fff;
}
.controls label{color: #fff;}

/* Social Footer */
.clear{clear: both;}
.social-footer{
	width: 100%;
	height: auto;
	margin-bottom: 75px;
}
.footer-container{
	width: 630px;
	margin: auto;
}
.footer-container .social-ico{
	width: 140px;
	height: 140px;
	background-color: #434141;
	cursor: pointer;
	float: left;
	margin: 0 35px;
	display: block;

	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;

}
.footer-container .social-ico:after{
	content:'';
	background: url("../img/icons/social-icons.png") no-repeat;
	width: 140px;
	height: 140px;
	position: absolute;
	display: inline-block;
}
.footer-container .social-ico:hover{background-color: #c3121c;}
.footer-container .social-ico:nth-child(4){
	margin-left: 140px;
	margin-top: -30px;
}
.footer-container .social-ico:nth-child(5){margin-top: -30px;}
.footer-container .social-ico.s-facebook:after{background-position: -5px -5px;}
.footer-container .social-ico.s-twitter:after{background-position: -125px -5px;}
.footer-container .social-ico.s-youtube:after{background-position: -255px -5px;}
.footer-container .social-ico.s-soundcloud:after{background-position: -5px -135px;}
.footer-container .social-ico.s-plus:after{background-position: -252px -131px;}

/* Discography Xtras */

.play-btns {
	float:left;
	width:20px;
	margin-top:3px;
}
.play-count {
	width:25px;
	float:left;
	display:table;
	font-size: 20px;
	color: #636262;
	font-family: Titillium Web;
	margin-top: 12px;
}
.track-title {
	width:480px;
}
.track-info {
	width:280px;
	line-height:25px;
	float:left;
	display:table;
	padding-left:15px;
}
.track-info em {
	display:block;
}
.track-download-buy {
	width:120px;
	float:right;
	display:table;
	background: transparent !important;
}
.track-download-buy{
	margin-top:18px;
}
.track-download-buy a{
	padding: 10px 10px 6px;
	float: right;
	display: table;
}
.track-info {
	font-size:18px;
	color:#a8a6a6;
}
.track-info em {
	font-size:14px;
	color:#b5111a;
	font-style:normal;
	font-weight:800;
}

/* Clear float section */
section:after, section:before {
    display: table;
    content: "";
}
section:after {
    clear: both;
}
/****************** Responsive styles **************************/

@media only screen and (max-width: 1385px) {
	.last-news-container {
		width: 990px;
	}
	.contest-container {
		width: 990px
	}
	.onair-container {
		width: 960px;
	}
}
@media only screen and (max-width: 1215px) {
}
@media only screen and (max-width: 1085px) {
	.last-news-container {
		width: 660px;
	}
	.contest-container {
		width: 660px
	}
}
@media only screen and (max-width:977px) {
	
}
@media only screen and (max-width: 976px) {
	.news-container {
		width: 95%;
	}
	.onair-container {
		width: 700px;
	}
}
@media only screen and (max-width: 795px) {
	.last-news-container {
		width: 330px;
	}
	.contest-container {
		width: 330px
	}
	.onair-container {
		width: 460px;
	}
	.social-top a {
		padding: 25px;
		width: 80px;
		height: 80px;
	}

	.social-top a i {
		font-size: 30px;
	}
	.social-top a.phone p {
		font-size: 10px;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 767px) {
	.full-wrapper .ad-container {
		display: none;
	}
	.footer-container {
		width: 90%;
		padding: 0 5%;
	}
	.container .grid-3 {
		margin-bottom: 15px;
		width: 50%;
	}
}
@media only screen and (max-width:680px) {
	.onair-container {
		width: 230px;
	}
}
@media only screen and (max-width:640px) {
	.contact-phone-info {
		text-align: center;
	}
	.contact-phone-info a {
		display: block;
	}
}
@media only screen and (max-width: 479px) {
	.social-top a.phone p {
		display: none;
	}
	.social-top a {
		padding: 10px;
		width: 50px;
		height: 50px;
	}
	.last-news-container {
		width: 270px;
	}
	.contest-container {
		width: 270px;
	}
	.onair-container {
		width: 230px;
	}
	.wpcf7-form .email, .wpcf7-form .name {
		width: 100%;
		margin: 0;
	}
	.main-wrapper {
		padding: 0 10px;
	}
	.header {
		height: auto;
	}
	.contest-box {
		width: 270px;
	}
	.contest-thumb {
		width: 228px;
		height: 228px;
	}
	.contest-info {
		width: 228px;
		height: auto;
	}
	.contest-box ul li {
		width: 240px;
		height: 330px;
		margin: 0 15px;
	}
	.news-box {
		width: 270px;
		height: 340px;
	}
	.news-thumb {
		width: 240px;
		height: 240px;
	}
	.news-info {
		bottom: 0;
		height: auto;
		min-height: 80px;
		padding: 10px 20px;
		box-sizing: border-box;
		position: absolute;
		width: 238px;
		border-left: 0;
	}
	.news-info h1 {
		text-align: center;
	}
	.news-box ul li {
		width: 240px;
		margin: 0 15px;
	}
	.onair-box ul li{
		float: none;
		margin: 20px auto;
		width: 200px;
		cursor: pointer;
	}
	.footer-container {
		width: 90%;
		padding: 0 5%;
	}
	.footer-container .social-ico {
		transform: none;
		display: inline-block;
		float: none;
		margin: 0;
	}	
}
/* Special Event Page Styles */
.post-single p {
	font-size: 20px;
	color: #fff;
}
.container {
	overflow: auto;
}
.container.event {
	border-bottom: 1px solid #777;
}
.container.center {
	text-align: center;
}
.container.sponsors {
	margin-top: 30px;
}
.container.sponsors .grid-6{
	text-align: center;
	margin-bottom: 30px;
}
.grid-12.image-header {
	margin-bottom: 20px;
	text-align: center;
}
.grid-12.image-header img {
	width: 100%;
	max-width: 750px;
}
.container.image-header{
	/*margin-bottom: 30px;*/
	padding-left: 0;
	padding-right: 0;
}
.image-header .grid-7 {
	margin-top: 40px;
}
@media (max-width: 640px) {
	.container.image-header{
		margin-bottom: 30px;
	}
	.image-header .grid-5,
	.image-header .grid-7 {
		width: 100%;
		margin-bottom: 30px;
	}
	.image-header .grid-7 {
		margin-top: 0;
		margin-bottom: 0;
	}
}
.event-grid3,
.event-grid6 {
	display: block;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.event-grid6 {
	width: 50%;
}
.event-grid3 {
	width: 25%;
}
h4.vendor {
	line-height: 22px;
	margin-bottom: 30px;
}
h4.vendor a {
	font-size: 20px;
	font-family: Montserrat;
}
@media (max-width: 479px) {
	h4.vendor {
		line-height: 20px;
		margin-right: 10px;
	}
	h4.vendor a {
		font-size: 18px;
	}
}
a.full-width.button button {
	background-color: #39B54A;
	color: #222;
	border: 0;
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
	text-transform: uppercase;
	width: 100%;
	height: 54px;
	padding: 4px 8px;
	border-radius: 3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	transition: background-color 0.8s ease 0s;
}
a.full-width.button button:hover {
	background-color: #000;
	color: #39B54A;
}
@media (max-width: 767px) {
	a.full-width.button button {
		font-size: 12px;
	}
}
h1.upper,
h2.upper {
	margin-bottom: 0;
	text-transform: uppercase;
}
.center {
	text-align: center;
}
.dark-red {
	color:#9C1D20;
}
.container.image-header h1 > a {
	text-shadow: none;
	font-family: 'Anton', sans-serif;
	font-weight: 400;
	font-size: 28px;
}
.container.image-header h1 {
	font-size: 28px;
	line-height: 32px;
}
@media (max-width: 500px) {
	.container.image-header h1 {
		font-size: 24px;
		line-height: 28px;
	}
}
@media (max-width: 414px) {
	.container.image-header h1 {
		font-size: 18px;
		line-height: 22px;
	}
}
.container.event-poster {
	overflow: hidden;
}
.event-poster h1 {
	margin-top: 25px;
	margin-bottom: 10px;
	font-weight: 400;
	font-family: 'Anton', sans-serif;
}
.event-poster h2 {
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: 400;
	font-family: 'Anton', sans-serif;
}
section .event-poster h1 {
	color: #C51F40;
	text-shadow: none;
}
.ticket-button {
	margin-bottom: 30px;
	text-align: center;
}
.ticket-button a {
	max-width: 200px;
	padding: 10px 35px;
	font-size: 24px;
	font-weight: 400;
	font-family: 'Anton', sans-serif;
	color: #dfbb1b;
	background-color: #C51F40;
}
@media (max-width: 640px) {
	.ticket-button a {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}
.grid-3.band-logo,
.grid-6.band-logo {
	text-align: center;
}
.grid-3.band-logo {
	display: inline-block;
}
@media (max-width: 640px) {
	.container.event-poster {
		display: block !important;
	}
	.grid-3.band-logo,
	.grid-6.band-logo {
		width: 100%;
	}
}
.light-green {
	color:#0E743B;
	text-shadow: none;
}
.black {
	color: #000;
}
.event-poster table {
	margin-left: auto;
	margin-right: auto;
}
.event-poster td {
	padding: 0 20px;
	vertical-align: middle;
	max-width: 300px
}
.event-poster h4 {
	margin: 5px 0;
	font-size: 20px;
	line-height: 22px;
	font-weight: 400;
	font-family: 'Anton', sans-serif;
}
.event-poster td img {
	max-height: 150px;
}
.grid-4 {
	text-align: center;
}
.grid-4.sponsors img{
	margin-top: 30px;
}
.sponsor-section h4 {
	margin-top: 0;
}
.grid-4 .band-logo {
	text-align: center;
}
.band-logo img.middle {
	margin-top: 30px;
}
@media (max-width: 639px) {
	.event-poster .grid-4 {
		width: 100%;
	}
	.grid-4 {
		margin-bottom: 30px;
	}
	.band-logo img.middle {
		margin-top: auto;
		width: 100%;
		max-width: 300px;
	}
	.grid-4.sponsors img{
		margin-top: auto;
	}
}
.event.container {
	margin-top: 25px;
}
.event.container h4 {
	margin: 20px 0 10px 0;
	font-size: 30px;
	color: #39B54A;
}
.event.container h6 {
	margin: 10px 0 20px 0;
	font-size: 24px;
	font-family: Montserrat, sans-serif;
	color: #191919;
}
.event.container .grid-4 {
	margin-top: 20px;
}
.event-poster .sponsor-section {
	display: inline-block;
	width: 100%;
	margin: 30px -12px;
	padding: 20px;
	background-color: #AF4C00;
	background-image:url(http://93xfm.com/wp-content/uploads/2017/02/subtle-grunge-light.png);
}
.event-contact {
	text-align: center;
}
.event-contact span {
	color: #000;
	font-weight: 600;
}
.embed-container { 
	position: relative; 
	margin: 30px 0;
	padding-bottom: 67%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}
.form-wrapper {
	width: 60%;
	min-width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.form-wrapper p {
	padding: 0 15px;
}
@media (max-width:639px) {
	.form-wrapper {
		width: 100%;
		min-width: auto;
	}
}

.form-wrapper button[type="submit"] {
	margin-bottom: 25px;
	padding: 5px 10px;
	color: #333;
	background-color: #39B54A;
	font-size: 18px;
	font-weight: 600;
	font-family: Montserrat;
	text-transform: uppercase;
	border: 0;
	border-radius: 2px;
}
.hide-for-small {
	display: block;
}
.show-for-small {
	display: none;
}
@media (max-width: 640px) {
	.hide-for-small {
		display: none;
	}
	.show-for-small {
		display: block;
	}
}
#post-lightbox-wrapper {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	padding: 60px 10px 70px 10px;
	background-color: rgba(255,255,255,0.6);
}
#post-lightbox {
	
	height: 0;
	z-index: 9999999;
}
.main-content-wrapper {
	display: inline-block;
	width: 100%;
}
.thumb-meta {
	float: left;
	width: 33%;
	margin-bottom: 15px;
}
.description {
	float: left;
	width: 67%;
	padding-left: 20px;
}
@media (max-width: 640px) {
	.thumb-meta {
		width: 100%;
		text-align: center;
	}
	.description {
		width: 100%;
		padding-left: 0;
	}
}
/* Triton Player Bar */

.player-container .td-player-bar {
	height: 70px
}
.player-container .td-player-bar {
	line-height: 70px;
	background: #39B54A;
}
.player-container .td-player-bar__nowplaying__cover-art {
	max-height: 70px;
}
.player-container .td-player-bar__nowplaying__cover-art img {
	max-height: 73px;
}
.player-container .td-player-bar__nowplaying__cover-art__media-controls {
	width: 73px;
}
.player-container .td-player-bar__nowplaying__cover-art__media-controls button {
	color: #fff;
}
.player-container .td-player-bar__nowplaying__trackinfo {
	padding-top: 2px;
}
@media only screen and (max-width: 736px) and (min-width: 320px) {
	.player-container .td-player-bar__nowplaying__trackinfo__artist-name,
	.player-container .td-player-bar__nowplaying__trackinfo__cue-title {
		max-width: 160px;
	}
}
.player-container .td-player-bar__nowplaying__trackinfo__artist-name:before {
	display: block;
	content:"LIVE NOW";
	font-size: 11px;
	font-family: Montserrat;
	margin-bottom: 8px;
}
.player-container .td-player-bar__nowplaying__trackinfo__artist-name {
	color: #fff;
}
.player-container .td-player-bar__nowplaying__trackinfo__cue-title {
	color: #fff;
}
.player-container .td-player-bar__buy {
	display: none;
}
.player-container .noUi-horizontal {
	height: 4px;
}
.player-container .td-player-bar__volume-controls__volume {
	color: #fff;
	font-size: 26px;
}
.player-container .td-player-bar__volume-controls__volume-slider {
	margin-top: 35px !important;
}
.player-container .noUi-connect {
	background: #fff;
}
.player-container .noUi-handle {
  background: #fff;
  border: 4px solid #fff;
  border-radius: 12px;
  height: 12px;
  width: 12px;
}
.player-container .noUi-origin {
	border-radius: 0;
}