
/* Czcionki */
@font-face{font-family: BebasN; src: url(../fonts/BebasNeue.otf);}
@font-face{font-family: Roboto; src: url(../fonts/Roboto-Regular.ttf);}
@font-face{font-family: RobotoL; src: url(../fonts/Roboto-Light.ttf);}
/* Body style */
body {
	background: url(../images/bg.jpg) no-repeat fixed;
	background-size: cover;
	color: #eee;
	font-size: 21px;
	font-family: BebasN, Roboto, Arial, Tahoma, Verdana, san-serif;
	text-align: left;
}
.full-art-text{
	padding:10px;
}
.partnerzy img{
	width: 100%;
}

.partnerzy{
	text-align:center;
}
.body{min-width: 1480px; max-width: 1920px; margin: 0 auto;}
/* floats, celars, container */
.float-left{float: left;}
.float-right{float: right;}
.clear{clear: both;}
/* Linki*/
a {outline: 0;}
a img {border: 0px; text-decoration: none;}
a:link, a:visited {color: #eee; text-decoration: none;}
a:hover, a:active {color: #fff; text-decoration: none;}

/* Main header */
.main-header{
	background: rgba(0,0,0,0.4);
	border-bottom: solid 3px rgba(68, 246, 59, 0.3);
	width: 100%;
	font-family: BebasN, Roboto, Arial, Tahoma, Verdana, san-serif;
	text-transform: uppercase;
	font-size: 20px;
	position: relative;
}
.logo_left{
	position: absolute;
	top: 0;
	left: 5%;
}
.logo_right{
	position: absolute;
	top: 55px;
	right: 7%;
}
.main-menu{
	
	margin:auto;
	width:850px;
}
.main-menu>ul{
	padding: 0 10px;
}
.main-menu>ul>li{
	display: inline;
}
.main-menu>ul>li>a:link, .main-menu>ul>li>a:visited{
	display: inline-block;
	font-size: 30px;
	padding: 15px;
	min-width: 120px;
	text-align: center;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.4);
}
.main-menu>ul>li>a:hover, .main-menu>ul>li>a:active{
	background: rgba(8, 187, 101, 0.4);
}
.main-menu>ul>li>a .icon-menu{
	display: block;
	background: rgba(0,0,0,0.3) no-repeat center center;
	border: solid 3px rgba(0,255,133,0.4);
	border-radius: 50%;
	box-shadow: -1px 0 5px 0 rgba(0,0,0,0.6);
	width: 50px;
	height: 50px;
	margin: 0 auto 15px auto;
	text-align: center;
}
.main-menu>ul>li>a .icon-menu.news{background-image: url(../images/news-icon.png);}
.main-menu>ul>li>a .icon-menu.results{background-image: url(../images/results-icon.png);}
.main-menu>ul>li>a .icon-menu.table{background-image: url(../images/table-icon.png);}
.main-menu>ul>li>a .icon-menu.gallery{background-image: url(../images/gallery-icon.png);}

/* Container */
.container{
	width: 80%;
	margin: 50px auto;
}
.main-aside{width: 30%;}
.sidebar{
	background: rgba(0,0,0,0.5);
	border: solid 2px rgba(0,255,133,0.3);
}
.sidebar h1{
	display: block;
	border-bottom: solid 1px rgba(0,255,133,0.3);
	padding: 15px;
	font-size: 26px;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.4);	
}
.match-date{
	padding: 10px;
	font-size: 23px;
	text-align: center;
}
.com-match{
	padding: 15px;
	position: relative;
}
.club{
	width: 35%;
	position: absolute;
	top: 0;
	text-align: center;
}
.club.home-play{left: 0;}
.club.guest-play{right: 0;}
.club>img{width: 100%;}
.versus{
	width: 100%;
	text-align: center;
	font-size: 40px;
	line-height: 100px;
}

/* News Box */
.news-box{
	width: 69%;
}
.szerokie{
	width:100%!important;
}
.main-article{
	background: rgba(0,0,0,0.5);
	border: solid 2px rgba(0,255,133,0.3);	
	height: 200px;
	margin: 10px 0;
	padding-bottom:15px;
}
.main-article-full{
	background: rgba(0,0,0,0.5);
	border: solid 2px rgba(0,255,133,0.3);	
	margin: 10px 0;
}
.art-img{
	width: 30%;
	height: 200px;
	vertical-align: middle;
	position: relative;
}

.art-img>img{
	width: 100%;
}
.art-data{
	background: rgba(0,0,0,0.8);
	text-align: center;
	width: 17%;
	padding: 10px;
	float:right;
}
.art-text{
	width: 68%;
	padding: 1%;
	height: 100px;
}
span, font{
	line-height: 1 !important;
}
.art-text h1, .full-art-text h1{
	display: block;
	border-bottom: solid 1px rgba(0,255,133,0.3);
	padding: 15px;
	font-size: 26px;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.4);	
}
.art_body{
	overflow:scroll;
	padding:10px;

}
.art-text .art_body{
	overflow: hidden;
	height: 125px;
}
.art-text .full-art{
	padding: 12px 20px 12px 60px;
	background: #1f6c00 url(../images/read-icon.png) no-repeat 10px 50%;
	opacity: 0.75;
	margin: 10px 0;
	float:left;
}
.art-text .full-art:hover, .art-text .full-art:active{opacity: 1;}

/* Main footer */
.main-footer{
	background: rgba(0,0,0,0.4);
	border: solid 3px rgba(68, 246, 59, 0.3);
	width: 90%;
	padding: 0 5%;
	font-family: BebasN, Roboto, Arial, Tahoma, Verdana, san-serif;
	text-transform: uppercase;
	font-size: 20px;
	height: 100px;
	line-height: 100px;
}
.copiright{
	width: 33%;
	font-size: 24px;
}
.footer-logos {
    padding: 15px;
    height: 70px;
}
.wmaster{
    padding: 15px;
    height: 70px;
	font-size: 24px;
    position: relative;
}
#wmaster{
	height: 40px;
	width: auto;
	position: absolute;
	right: 0;
	top: 30px;
}
.art-text{
	width: 77%;
	padding: 1%;
	height: 100px;
	float: left;
}
.full-art {
	float: right;
	margin: 10% -1% 0 0;
	width: 17%;
}
	
/* Galeria zdjęć */
.photo-gallery{
	background: rgba(0,0,0,0.4);
	border: solid 3px rgba(68, 246, 59, 0.3);
	width: 68%;
	min-width: 800px;
}
.photo-gallery>ul{
	background: rgba(0, 0, 0, 0.3);
	padding: 15px;
}
.photo-gallery>ul>li{
	padding: 0 10px;
}
.gallery{
	width: 100%;
	margin: 10px auto;
	text-align: center;
}
.gallery img{
	width: 350px;
	height: auto;
	margin: 5px;
	border: solid 2px #318126;
}
.gal-name, .gal-desc{
	padding:10px;
}.timetable{
	background: rgba(0,0,0,0.4);
	border: solid 3px rgba(68, 246, 59, 0.3);
	width:69%;
}
.time-match{
	font-family: Roboto, Arial, Tahoma, Verdana, san-serif;
	min-width: 800px;
	width: 80%;
	margin: 15px auto;
	background: rgba(88, 180, 0, 0.17);
}
.time-match header{
	color: #fff;
	text-align: center;
	padding: 10px 0;
	border-bottom: solid 1px rgba(68, 246, 59, 0.3);
}
.time-match>section{
	margin: 10px auto;
	padding: 10px 0;
	text-align: center;
	min-height: 130px;
	border-bottom: solid 1px rgba(68, 246, 59, 0.3);
}
.time-match section img{
	height: 100px;
	width: auto;
	margin: 0 10px;
}
.time-match section .left-team{
	float:left;
	width: 300px;
	text-align: center;
	
}
.time-match section .team-result{
	float: left;
	width: 80px;
	padding: 20px 0;
	margin: 30px 10px;
	vertical-align: middle;
	background: rgba(0,0,0,0.5);
	text-align: center;
}
.time-match section .right-team{
	text-align: center;
	float: left;
	width: 300px;
}
.match-result{
	width: 700px;
	margin: 0 auto;
}	
#center {
width: 100%;
text-align: center;
margin: 15px;
}
#loga{
	text-align:center;
	
}

#loga img  { margin:auto auto; -moz-transition: all 1s ease;-webkit-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease;}

.rotate90 {-moz-transform: rotateY(0deg);-webkit-transform:rotateY(0deg); -ms-transform:rotateY(0deg);}
.rotate180 {-moz-transform: rotateY(180deg);-webkit-transform:rotateY(180deg); -ms-transform:rotateY(180deg);}

