body{
	padding: 0;
	margin: 0;
}

.header, .main-area {
    background: white;
}
h1{font-weight: 700}
h2{clear: both; font-weight: bold; font-size: 27px !important}
h2 a{color:#000000; font-size: 30px !important}
h4{font-size: 14px;}
a:hover{text-decoration: none; 	transition:all .2s;}
a.red{color: red}
body *{
}

.btn{color: #000000; text-decoration: none; display: inline-block; align-items: center; justify-content: center; margin: 5px;}
.btn.icon i{ display: inline-block; float: left; width: 30px; height: 30px; background-size: auto 100%; background-repeat: no-repeat; margin-right: 10px;}
.btn.icon span{line-height: 30px; display: block; float: left;}

.banner{
	display: flex;
	width: 100%;
	height: 130px; 
	justify-content: center;
	align-items: center;	
/*	background:#d9c9cb;*/
	background-repeat: repeat-x;
	background-size: auto 100%;
	background-position: center left;
}

.container{
	max-width: 1200px;
	width: 100%;
	padding-bottom: 0 10px;
	margin:0 auto;
}


.header{
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	margin: 0 auto;
	max-width: 1200px;
	align-items:flex-start;
	
	/*border-bottom:1px solid #ebebeb;	*/
}

.header .nav{
	display: flex;
	justify-content: space-between;
	flex-direction: row;	
	align-items:center;
	padding-top: 20px;
}

a.hl, .header .nav a{
	color: #000000;	
	font-size: 16px;
	padding: 10px 20px;
	font-weight: 700;	
}

a.hl:hover, .header .nav a:hover{
	text-decoration: none;
	color: #ff0000;
}

div.center{
	display: flex;
	width: 100%;
	justify-content: center;
	clear: both;
}

/**/

.shows.slider{
	width: 100%; 
	/*height: 450px;*/ 
	margin-bottom:60px;
	overflow: hidden;
	/*display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;	
	padding: 20px;	
	*/
}

.slider_wrapper{
	margin-left: 0;
	width: 100%; 
	max-width: 1280px;
	margin-bottom:60px;
	margin: 0 auto;
	overflow: hidden;
}

.slider_wrapper:hover{
/*	margin-left: -20px !important;*/
}

.shows.slider .col{
	text-decoration: none;
	border:5px solid white;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
	/*
	display: block;
	*/
	float: left;		
	display: flex;

	background-color: #d1b4af;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 480px;
	/*margin-right: 10px;*/	
	cursor: pointer;
}

@media (max-width:700px){ /*  */
	.shows.slider .col, .shows.slider .col .content{
		height: 540px !important;
	}
}

.shows.slider .top{
	align-self: flex-start; 
	width: 100%;
	}
	
	.shows.slider .schedule{
		background:#000000;
		border-radius: 100px;
		padding: 4px 10px;
		display: inline-block;		
		color: #ffffff;	
		font-size: 14px;
  		float: left;
	}

	.shows.slider .sponsor{
		float: right;
	
	}

	.shows.slider .txt{
		align-self: flex-end;
		width: 100%;
	}


	.shows.slider .sponsor img{
		height: 50px;
		margin-top: -10px;
	}

	.shows.slider .schedule.today{
		background-color: #ff0000; /*#a70a3f*/
	}

	.shows.slider .col .description{
		overflow: hidden;
		display: none;
	}

	.shows.slider .col{
		transition: all .5s;
		background-size:cover;
		/*-webkit-filter: blur(0px);
	  	filter: blur(0px);  */
	}

	.shows.slider .col:hover {
	 
	 /*-webkit-filter: blur(10px);
	  filter: blur(10px);  */
	  transition: all .5s;
	}

	.shows.slider .col:hover .description{		
		
	}

	

.shows.slider .col .content{
	flex-direction: column;
	display: flex;
	justify-content: space-between;
  	flex-direction: column;
	width: 100%;	
	color:white;
	vertical-align: bottom;
	height: 480px;
	box-sizing: border-box;
	padding: 30px 20px;	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 60%, rgba(0,0,0,.7) 80%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 60%,rgba(0,0,0,.7) 80%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 60%,rgba(0,0,0,.7) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.shows.slider .col .content .description{
	font-size: 14px;
	padding-top: 10px;
}


.shows.slider .col h2{text-transform: uppercase; margin:10px 0 0 0; font-size: 32px; line-height: 100%; font-weight: 900; margin-bottom: 10px !important}
/*.shows.slider .col h2.red{font-size: 42px !important}*/
.shows.slider .col h2.long{font-size: 27px}
.sliderControls{
	display: none;
/*	display: flex; */

	position: relative; 
	width: 100%; 
	z-index: 999; 
	margin-top: -304px;
	position: absolute;
	width: 100%;
	justify-content: space-between;
}

.sliderControls a {
	display: block;
	z-index: 999;
	background-color: red;
	cursor: pointer;	
	color: transparent;
	margin:10px;
	width: 74px;
	height: 69px;
	background-repeat: no-repeat;	
}

.sliderControls a:hover {
	opacity: .5;
}


.sliderControls a.left {	
	background-image: url('https://aristocrats.fm/media/themes/aristocrats/css/img/arrow-left.png');}

.sliderControls a.right {	
	background-image: url('https://aristocrats.fm/media/themes/aristocrats/css/img/arrow-right.png');

}

.label.new{
	background-color: red; 
	display: inline-block;
	padding: 2px 4px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	border-radius: 0;
}

.col_1{width: 25%}
.col_2{width: 50%}
/*.col_1_3{width: 32%}*/


/**/
.platforms{
	border:0px solid #ebebeb;
	border-width: 1px 0;
	padding: 40px 0;	
	display: flex;	
	margin: 60px auto 0 auto !important;	
	justify-content: center;
	flex-direction: row;
	
	align-items:flex-start;
}

.platforms div{	
	width: 33%;
	text-align: center;	
	border: 1px solid #ebebeb;
	border-width: 0 1px;
	padding-bottom: 10px;
}

.platforms div .txt{ padding: 0 15px; display: block;box-sizing: border-box;	}
	.platforms div:first-child, .platforms div:last-child{	
		border-width: 0;
	}

.platforms div h4{
	display: block;
	clear: both;
}

.platforms div .content{
	width: 100%;
}

.platforms div .content a{
	color: #000000;
	margin: 0 5px;	
	text-decoration: underline;
}


.platforms div h2{
	color: #a3a3a3;
}

.social_feeds{
	margin: 60px 0;
}

.social_feeds .container{
	display: flex;
	flex-direction: row;
}


/**/
.youtube {
	padding: 60px 20px 20px 20px;
	background-color: #f4f4f4;


}

.youtube .item{
	color: #000000;
	text-decoration: none;
	margin:10px;	
	flex: 1 1 0px;
}

.youtube .item:hover .title{
	color:#ff0000;
}

.youtube .item:hover .category{
	background-color:#ff0000;
}

.youtube .content{

	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: top;
	margin: 0 auto;
	margin-bottom: 40px;
	max-width: 1200px;

}

.youtube .content .teaser{
	width: 280px;
	height: 154px;
	background-size: cover;	
	margin-bottom: 20px;
	background-position: center center;
}

.youtube .item .category{
	font-size: 12px;
	background:#666;
	color: #fff;
	display: inline-block;
	border-radius: 3px;
	margin-bottom: 4px;
	padding: 2px 6px;
}

.youtube .item .title{
	font-weight: normal;
}



.footer{
	background-color: #111;
	width: 100%;	
}

.dropdown:hover{box-shadow: 0 0 20px #ccc}
.heading_wrapper h4{font-size: 18px; text-shadow: 0 0 100px black}
.podcast_wrapper .item .txt{margin-left: 40px !important; margin-top:0;}

@media (max-width:700px){ /*  */
	
	.schedule{display: none !important}
	.center{text-align: center}
	.banner{display: none}
	.youtube .content{flex-direction:column;}
	.col_1, .col_2{width: 100%}
	.header, .header > div, .header > a,
	.youtube, .content, .youtube .item,
	.platforms, .platforms .col
	{display: block;}
	.header .nav, .player, .stations-dropdown {display: none !important}
	
	/*slider*/
	.shows.slider{padding:0 }
	.shows.slider .schedule {position: absolute; padding-left: 0px; font-size: 12px; margin-top: -18px; background-color: transparent !important; color: white}
	.shows.slider .col .description{display: none !important}

	.youtube .content .teaser, 
	.platforms .col{width: 100%}
	
	.platforms{padding: 0; border:none; margin: 20px auto}
	.platforms .col{border-bottom: 1px solid #ebebeb !important; padding-bottom: 20px;}
	.shows.slider .col h2{margin-bottom: 5px !important;}
	.shows.slider .col{border-width: 5px 10px;}
	.heading_wrapper{padding-bottom: 20px; border-bottom:1px solid #ebebeb;}
	.heading_wrapper .title {margin-top: 20px !important; color:black !important; position: relative !important; padding-left: 20px !important;}
	#show-page .inner-content, .profile_content .content-wrapper, .profile_header {    
    padding: 0 10px !important;
	}
	#show-page .nav-tabs{margin-top: 0 !important}
		.heading_wrapper .title * {text-shadow: none !important}
	}
	.heading_wrapper .title h1{font-size: 32px !important; color: black !important;}

	.heading_wrapper .title h4{margin-top: 0px !important;  color: black !important;}

	.navbar-header{padding: 8px 0;/* position: fixed;*/ width: 100%; background:white; }
	.shows.slider{margin-bottom:0;}
	.navbar-default .navbar-collapse{background: white;}
	.platforms{margin:18px auto 0 auto !important;}
/*	.podcast_wrapper .item .txt{display: none !important} */
	
	.header_wrapper{position: fixed; width:100%; z-index: 9999}
	/*.navbar-collapse.collapse{margin-top: 65px;}*/
}