body { 
	background-image: url('../img/background.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0;
}	
.title{
	font-size: 30px;
	margin: 0 0 10px;
	color: #0091ff;
}
.login{
	margin-top: 5%;
	background: #f4f4f4;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 5px;
	width: 30%;
	padding: 3%;
}
.main{						
	background: #f4f4f4;
	background: rgba(255, 255, 255, 0.7);				
}
.media{
	height: 100px;
	background: #f4f4f4;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 5px 5px 0 0;		
	font-weight: 600;		
}
.media-mobile{
	background: #f4f4f4;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 5px 5px 0 0;	
}
.bottom{
	background: #f4f4f4;
	background: rgba(255, 255, 255, 0.8);
	padding: 50px 20px 0;
	font-size: 15px;
}
.footer{
	background: #0091ff;
	background: rgba(0, 145, 255, 0.7);
	border-radius: 0 0 5px 5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.27);
	font-size: 14px;
	padding: 15px 20px;
	margin-bottom: 10px;
	color: white;
	color: rgba(255, 255, 255, 0.5);
}
.section{
	margin-bottom: 1px;
}
.header{
	text-align: center;
	margin: 10px;
}
.logo{
	width: 30%;
}
@media only screen and (max-width: 1000px) {
	.logo{
		width: 50%;
	}
}
@media only screen and (max-width: 768px) {
	.logo{
		width: 70%;
	}
	.container{
		margin-left: 5px;
		margin-right: 5px;
	}
	.fb-page{
		margin: auto;
		width: 100%;
	}	
	.main .primary .element{
		height: 300px !important;
	}
	.main .primary .element .text{
		font-size: 2rem !important;
	}
}
@media only screen and (max-width: 500px) {
	.container{
		margin-left: 5px;
		margin-right: 5px;
	}
	.fb-page{
		margin-left: 0;
	}	
	.main .primary .element{
		height: 200px !important;
	}
	.main .primary .element .text{
		font-size: 2rem !important;
	}
}
/**************ADMIN**************/
.alerts{
	position: fixed;
	top: 5%;
	right: 0;
	z-index: 2;
	width: 25%;
}
.admin .row{
	background: #f4f4f4;
	background: rgba(255, 255, 255, 0.6);
}
.admin .row:last-child{
	border-radius: 0 0 5px 5px;
}
.admin .row:not(.bar){
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 1px;
}
.admin .bar{
	height: 100px;
	margin-bottom: 1px;	
	border-radius: 5px 5px 0 0;
	background: rgba(255, 255, 255, 0.7);
}
.admin .bar div{
	height: 100px;
	padding-top: 30px;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	text-align: center;
}
.admin .bar div:first-child{
	padding-left: 50px;
	border: 0;
	text-align: left;
}
.admin .bar .user-active{
	color: #565656;
	text-align: left;
	padding-top: 10px;
	font-size: 18px;
}
.admin .bar select{
	width: 100%;
	height: 50px;
	background: rgba(255, 255, 255, 0.3);
	font-size: 18px;
	border: 0;
	outline: none;
}
.admin .bar a{
	color: #232323;
}
.admin .bar a:hover{
	text-decoration: none;
	color: #121212;
}
.admin .bar .button{
	height: 100px;	
	font-weight: bold;
	text-decoration: none;
	color: #565656;
	font-size: 30px;
}
.admin .bar .button:hover{
	color: #232323;
}
.admin .images .center{
	text-align: center;
}
.admin .images img{	
	position: relative;
	width: 70%;
	margin-top: 10px;
	border: 5px solid rgba(255, 255, 255, 0.3);
	border-radius: 5px;
}
.admin .images strong, .admin .images small, .admin .images hr{
	margin-left: 15%;
	margin-right: 15%;
}
.admin .images small{
	color: #565656;
	font-size: 10px;	
	float: right;
}
.admin .images input{
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
	padding: 6px;
}
.admin .images hr{
	background: black;
}
.admin .schedule{
	background: rgba(255, 255, 255, 0.9);
	padding-left: 5%;
	padding-right: 5%;
}
.admin .schedule h3{
	margin-bottom: 20px;
}
.admin .schedule input, .admin .schedule select{
	width: 100%;
	padding: 6px;
	margin-bottom: 10px;
}
/**************MEDIA**************/
.media .row{
	position: relative;
	z-index: 1;
}
.media .border{
	border-right: 1px solid rgba(68, 68, 68, 0.2);
	padding: 0;
	height: 100px;
}
.media .animation{
	background-image: url('../img/audio.gif');
	background-repeat: no-repeat;
	background-size: 100% 100%;		
	position: relative;
	height: 100px;
	width: 100%;
	bottom: 90px;
	z-index: 0;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.media button{
	outline: none;
	width: 100%;
	height: 100px;
	background: transparent;
	border: 0;
	font-size: 3rem;
}	
.media button:hover, .media button a:hover{
	color: #0091FF;
}
.media button.play{
	font-size: 2rem;	
}
.media button.play .text{
	padding-left: 10px;
}
.media button a{
	height: 100px;
	font-size: 3rem;
	color: #333;
}
.media .live{		
	padding-top: 20px;
	margin-left: 2em;
}
.media .album{
	height: 100px;
	width: 100px;		
}
.media .artist{
	color: #898989;
}
.media .song{
	color: #121212;	
}
.media .onAir{
	margin-top: 20px;
}
.media .user{
	height: 70px;
	width: 70px;
	margin-top: 15px;
}
.media .broadcaster{
	color: #121212;	
}
.media .listeners{
	padding-top: 5px;
	color: #898989;
	font-size: 0.8em;
	display: block;
	text-overflow: ellipsis;
	word-wrap: break-word;
	overflow: hidden;
	max-height: 3.6em;
	line-height: 1em;
}
/**************MEDIA MOBILE**************/
.media-mobile{
	font-size: 1.25rem;
	font-weight: bold;
}
.media-mobile .album{
	margin: 10px;
	height: 50px;
	width: 50px;	
}
.media-mobile .live, .media-mobile .onAir{
	margin-top: 10px;
}
.media-mobile .live .artist{
	color: #898989;
}
.media-mobile .live .song{
	color: #121212;	
}
.media-mobile .user{
	margin: 10px;
	height: 50px;
	width: 50px;	
}
.media-mobile .broadcaster{
	color: #121212;
}
.media-mobile .listeners{
	color: #898989;
	font-size: 0.8em;
	display: block;
	text-overflow: ellipsis;
	word-wrap: break-word;
	overflow: hidden;
	max-height: 3.6em;
	line-height: 1em;
}
/**************MAIN**************/
.main .primary{
	padding: 0;
	border-right: 2px;
}
.main .primary .element{
	height: 400px;
}
.main .primary img{
	position: absolute;
	height: 100%;
	width: 100%;
}
.main .primary .element .text{
	position: absolute;
	bottom: 0;
	z-index: 1;
	width: 100%;
	color: white;
	font-size: 3rem;
	background: black;
	background: rgba(0, 0, 0, 0.5);		
	padding: 10px 20px;
}
.main .primary .element .text a{
	color: white;
}
.main .primary .element .text a:hover{
	text-decoration: none;
	color: #DEDEDE;
}
.main .news{
	height: 400px;
	max-height: 400px;
	padding: 0;
}
.main .news .element{
	height: 200px;	
}
.main .news .element img{
	position: relative;		
	height: 100%;
	width: 100%;
}	
.main .news .element .text{
	position: relative;
	bottom: 48px;
	z-index: 1;
	width: 100%;
	color: white;
	font-size: 2rem;
	background: black;
	background: rgba(0, 0, 0, 0.5);		
	padding: 10px 20px;
}
.main .news .element .text a{
	color: white;
}
.main .news .element .text a:hover{
	text-decoration: none;
	color: #DEDEDE;
}
.main .schedule{
	padding: 50px 50px 12px;
	border-right: 1px solid black;
	border-right-color: rgba(0, 0, 0, 0.6);
	background: rgba(255, 255, 255, 0.9);
	height: 500px;
}
.main .list{
	padding-top: 50px;
	background: rgba(255, 255, 255, 0.8);
	height: 500px;
}
/**************SCHEDULE**************/
.schedule .tabbable .nav.nav-tabs{
	border: 0;
	margin-bottom: 15px;
}
.schedule .tabbable .nav.nav-tabs li a{
	font-size: 1rem;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	color: #444444;
	padding: 6px 15px;
	border-right: 1px solid rgba(68, 68, 68, 0.1);
}
.schedule .tabbable .nav.nav-tabs li a:hover{
	border-color: transparent;
	background-color: transparent;
}
.schedule .tabbable .nav.nav-tabs li.active a{
	background: #0091ff;
	border-radius: 3px;
	color: white;		    
}
.schedule .tabbable .nav.nav-tabs li:last-child a{
	border-right: 0;
}
.schedule .tabbable .tab-content .tab-pane{
	height: 330px;
	width: 100%;
	overflow-x: none;
	overflow-y: auto;
}
.tab-content .tab-pane::-webkit-scrollbar {
	width: 10px;
}	
.tab-content .tab-pane::-webkit-scrollbar-track {
	background-color: #C5C6C5;
}
.tab-content .tab-pane::-webkit-scrollbar-thumb {
	background-color: #63AAE0;
}
.schedule .program{
	position: relative;
	padding: 20px 0;
	border-bottom: 1px solid #444444;
	border-bottom-color: rgba(68, 68, 68, 0.2);
	margin-right: 15px;
}
.schedule .program:last-child{
	border-bottom: 0;
}
.schedule .program .fg-red{
	color: red;
}
.schedule .program .time{
	position: absolute;
	color: #444444;
	color: rgba(68, 68, 68, 0.3);
	font-weight: bold;
	font-size: 22px;
	padding-top: 30px;		
	width: 100%;
	text-align: right;
}
.schedule .program a{
	position: relative;	
	color: white;
	float: right;
	font-size: 10px;
}
.schedule .program .avatar{
	margin: 0 15px 0 0;
	float: left;
	border-radius: 25px;
	overflow: hidden;
	max-height: 50px;
}
.schedule .program .avatar img{
	max-width: 50px;
	width: 50px;
	height: 50px;
}
.schedule .program .wrap{
	overflow: hidden;
	padding: 0 0 0 1px;
}
.schedule .program .text{
	display: block;
	font-weight: bold;
	color: #444444;
}
.schedule .program .description{
	color: rgba(68, 68, 68, 0.5);
}
/**************SCHEDULE MOBILE**************/
.schedule-mobile{
	background-color: rgba(255, 255, 255, 0.7);
	padding-bottom: 20px;
}
.schedule-mobile .title{
	padding-top: 20px;	
}
.schedule-mobile .program{
	position: relative;
	padding: 20px 0;
	border-bottom: 1px solid #444444;
	border-bottom-color: rgba(68, 68, 68, 0.2);
	margin-right: 15px;
}
.schedule-mobile .program .time{
	position: absolute;
	color: #444444;
	color: rgba(68, 68, 68, 0.5);
	font-weight: bold;
	font-size: 1.5rem;
	bottom: 0;
	width: 100%;
	text-align: right;
}
.schedule-mobile .program .avatar{
	margin: 0 15px 0 0;
	float: left;
	border-radius: 25px;
	overflow: hidden;
	max-height: 50px;
}
.schedule-mobile .program .avatar img{
	max-width: 50px;
}
.schedule-mobile .program .wrap{
	overflow: hidden;
	padding: 0 0 0 1px;
}
.schedule-mobile .program .text{
	display: block;
	font-weight: bold;
	color: #444444;
}
.schedule-mobile .program .description{
	color: rgba(68, 68, 68, 0.5);
}
/**************BOTTOM**************/
.bottom .col-md-4{
	padding: 0 40px;
	margin-bottom: 20px; 
}
.bottom .title{
	margin: 0 0 20px;
	font-size: 20px;
	line-height: 1;
}
.bottom .sites{
	list-style: none;
	padding-left: 20px;
}
.bottom .sites a{
	font-weight: bold;
	color: #565656 !important;	
	text-decoration: none;	
}
.bottom .sites a:hover{
	color: #0091ff !important;
}
.bottom blockquote{
	font-size: 13px;
	font-style: italic;
	border-left: 0;
	padding-top: 0;
}
.facebook{
	padding: 0;
}