@charset "utf-8";
/* CSS Document 
Autor: Krzysztof Doering
Kontakt GG: 31326403
E-mail: krzysiek132500@wp.pl
*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&subset=latin-ext,latin);
@import url('https://fonts.googleapis.com/css?family=Raleway');

body{
	background: url('../images/bgg.jpg') no-repeat top center fixed;
	background: #fff !important;
	background-size: 100%;
}

.body-white
{
	background-color: #fff !important;
	width: 100%;
}
.body-bg
{
	background: url('../images/bgg.jpg') no-repeat top center fixed;
	background-color: #333; 
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-size: 100% 100%;
	width: 100%;
}
.body-red
{
	background-color: #f33527 !important;
	width: 100%;
}

.player{
	background: rgba(0,0,0,0.8);
	width: 326px;
	height: 186px;
	position: relative;
	margin-top: -10px;
	-moz-border-radius:0 2px 2px 2px;
	border-radius:0 2px 2px 2px;
	-khtml-border-radius:0 2px 2px 2px;
	-icab-border-radius:0 2px 2px 2px;
	-webkit-border-radius:0 2px 2px 2px;
	-khtml-border-radius:0 2px 2px 2px;
	-webkit-box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 1);
}
.line{
	position: absolute;
	top:26px;
	background: url('../images/line.png');
	width:326px;

	height: 1px;
}
.channel_disco{
	display:inline-block;
	background: rgba(0,0,0,0.8);
	border-radius:3px 3px 0 0;
	height: 20px;
	width:100px;
	text-align: center;
	color: #fff;
	position:absolute;
	top: -30px;
	-webkit-box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 1);
	box-shadow: 0px -0px 14px 2px rgba(0, 0, 0, 1);
}
.channel_club{
	display:inline-block;
	background: rgba(0,0,0,0.8);
	border-radius:3px 3px 0 0;
	height: 20px;
	width:100px;
	text-align: center;
	color: #fff;
	position:absolute;
	top: -30px;
	left: 120px;
	-webkit-box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 1);
}

.astats
{
	position:relative;
	top: -90px;
	left: -210px;
	display: inline-block;
	height: auto;
}

.buttonsplayer
{
	position:relative;
	float: right;
	top:-134px;
	right: 37px;
	display: inline-block;
	width: 80px;
}
.buttonpl{
	background: url('../images/icwmp.png') no-repeat;
	min-height: 98%;
	position: relative;
	width: 100%;
	display:inline-block;
	float:right;
}
.buttonpl:hover{
	z-index: 22;
}
.buttonpl2{
	background: url('../images/icwin.png') no-repeat;
	min-height: 98%;
	position: relative;
	width: 100%;
	display:inline-block;
	float:right;
	top: -106px;
	right: 20px;
}
.buttonpl2:hover{
	z-index: 21;
}

.stats1
{
	position:relative;
}
	
.stats2
{
	position:relative;
	top: 2px;
	
}
.stats1mobile
{
	position:relative;
	top: 10px;
}
	
.stats2mobile
{
	position:relative;
	top:18px;
}
	
.textstats
{
	text-align:center;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	font-family:'Raleway', sans-serif;
}

.dj{

	text-align:center;
	width: 200px;
	height: 20px;
	line-height: 20px;
	background: rgba(255,255,255,0.1);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	font-family:'Raleway', sans-serif;
	display: inline-block;
	border: 1px solid rgba(0,0,0,0.3);
}

.avatarplayer{

	text-align:center;
	width: auto;
	height: auto;
	background: rgba(255,255,255,0.1);
	display: inline-block;
	border: 1px solid rgba(0,0,0,0.3);
	position:relative;
	top: -157px;
	left: -305px;
	padding: 2px;

}

.imgpart
{
	margin: 3px;
	display: inline-block;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-webkit-filter: blur(1px);
	-moz-filter: blur(1px);
	-o-filter: blur(1px);
	-ms-filter: blur(1px);
	filter: grayscale(100%) blur(1px);
	transition-duration:1s;
}
.imgpart:hover
{
	margin: 3px;
	display: inline-block;
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-o-filter: blur(0px);
	-ms-filter: blur(0px);
	filter :grayscale(0%) blur(0px);
	position: relative;
}

.program{
	text-align:center;
	width: 200px;
	height: 20px;
	line-height: 20px;
	background: rgba(255,255,255,0.1);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	font-family:'Raleway', sans-serif;
	display: inline-block;
	border: 1px solid rgba(0,0,0,0.3);
}
.textstats1
{
	text-align:center;
	color: #000;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	font-family:'Raleway', sans-serif;
}
	
.play_radio{
	position: absolute;
	top: 117px;
	right: 12px;
	width: 200px; 
	height: 70px;
}

.playercontent{
	position: relative;
	float: left;
	z-index:1;
	left: 30px;
	display: inline-block;
}

.icon_android{
	position: absolute;
	top: 65px;
	left: 105px;
	background: url('../images/android.png');
	width: 35px;
	height: 35px;
}

.icon_wmp{
	position: absolute;
	top: 65px;
	left: 147px;
	background: url('../images/wmp.png');
	width: 36px;
	height: 36px;
}

.icon_winamp{
	position: absolute;
	top: 65px;
	left: 189px;
	background: url('../images/winamp.png');
	width: 35px;
	height: 35px;
}

.playermp3{
	position: relative;
	display: inline-block;
	width: auto;
}

.statsplayermp3
{
	width: 112px;
	height: 108px;
	position: relative;
	float: right;
	background: rgba(0,0,0,0.7);
	-webkit-transition:background .3s linear;
	transition:background .3s linear;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
}

.statsplayermp3bg
{
	position: relative;
	float: right;
	background:rgba(0,0,0,0.2);
	-webkit-transition:background .3s linear;transition:background .3s linear;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	padding: 5px;
}

.jp-playerchannelbutton{
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	font-family:'Raleway', sans-serif;
	color: #ffd800;
	line-height: 54px;
	overflow:hidden;
}

.newvideo
{
	margin-bottom:10px;
}

.footer{
	background: #f33527;
	height: 40px;
	width: 100%;
	color: #fff;
	line-height: 40px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
	padding-left: 10px;
}

.footer a{
	color: #fff;
	text-decoration: none;
}

.box{
	position:relative;
	padding:40px;
	margin-top:20px;
	margin-bottom:30px;
	-webkit-transition:background .3s linear;transition:background .3s linear;
}

.boxblack{
	
	position:relative;
	padding:40px;
	margin-top:20px;
	margin-bottom:30px;
	-webkit-transition:background .3s linear;transition:background .3s linear;
}
	
.low-opacity .box{
	background:rgba(0,0,0,0.85);
}
.box-header{
	display:block;
	position:relative;
	top:-10px;
	left:-25px;
	margin:0 0 30px;
	font-size:20px;
	line-height:18px;
}
.box-header .text{
	display:inline-block;
	padding:12px 24px;
	color:#fff;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 400;
}
.box-header .textblack{
	display:inline-block;
	padding:12px 24px;
	color:#000;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 400;
}

.box-header:after{
	position:absolute;
	top:100%;
	left:0;
	width:0;
	height:0;
	content:'';
}

.col-sm-8 p{
	color: #333;
}	

.box-article-header{
	margin:0 0 10px;
	font-size:20px;
	letter-spacing:1px;
}

.box-article-header a{
	color:#000;
	font-family:'Raleway', sans-serif;
}

.box-article-header a:hover{
	color:#f33527;
	text-decoration: none;
}

.box-article-header .label{
	position:relative;
	top:-4px;
	padding:0 4px 1px;
	margin-left:2px;
	font-family:'Open Sans Condensed',Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:300;
	text-transform:uppercase;
}

.box-article-date{
	position:absolute;
	top:4px;
	left:20px;
	width:50px;
	background:rgba(0,0,0,0.8);
	padding:8px 0;
	color:#eee;
	font-size:18px;
	line-height:16px;
	text-align:center;
	text-transform:uppercase;
}

.box-article-date span{
	display:block;
}

.box-article-date span span{
	display:inline-block;
	padding:0 4px;
	border-bottom:2px solid #eee;
	margin-bottom:2px;
}
.box-article-date span.day{
	font-size:26px;
	line-height:26px;
}

.box-article-date span.day-smaller{
	font-size:18px;
	line-height:26px;
}

.box-article-date span.month{
	font-size:16px;
	line-height:16px;
}

.box-article-date span.year{
	font-size:18px;
	line-height:18px;
}


.box-article-image .box-article-date,.box-article-image{
	-webkit-transition:.3s linear;transition:.3s linear;
}
.box-article-image .box-article-date span span{
	-webkit-transition:.3s border-color linear;
	transition:.3s border-color linear;
}

.box-article-image:hover .box-article-date,.box-article-image:hover{
	color:#f33527;
}

.box-article-image:hover .box-article-date span span{
	border-color:#f33527;
}

.header{
	width: 100%;
	border-top: 4px solid #f33527;
    background-size: cover;
    padding-top: 50px;
	height: auto;
	margin-top: -20px;
}
.logo{
	margin-bottom: 40px;
}

.menucolor{
width: 100%;
background: rgba(244,67,54, 1); /* rgba(244,67,54, 1)  #ff9800 #ff9800 */
}
.menunocolor{
}
.menunocolor:hover{
	
}
.menunocolor:active{
	
}
.menunocolor>li>a {

	font-family:'Raleway', sans-serif;
	font-size: 16px !important;
	color: #fff !important;

}

.pozdroline
{
	width: 100%;
    background-color: #f33527; /* #f33527 */
	height: auto;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
.pozdro{
	position: relative;
	margin-top: 10px;
	height: 39px;
	width: 100%;
	background: #333;
	margin-top: 7px;
	margin-bottom: 7px;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
}

.pagination{
    margin: 0 !important;
}