ul, ol, li, dl{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

html, body, h1, h2, h3, h4, h5, h6, p{
	margin: 0;
}

a{
	text-decoration: none;
	outline: none;
	color: inherit;
	color: #008080;
}

a:hover{
	text-decoration: none;	
	color: #005555;
}

a img{
	border: none;
}
img{
	display: block;
	max-width: 100%;
	height: auto;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{ 
    display: block;
}

.sprzataczka{
	clear: both;
}

.clearfix:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

html{
	min-width: 800px;
}

body{
	font-family: 'Play', sans-serif;
	width: 100%;
	height: 100%;	
	min-width: 800px;
}

.wrapper{
	width: 100%;
	height: 100%;
	position: absolute;
	min-width: 800px;
}

header{
	height: 102px;
	width: 100%;
	height: 12.1%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.subpage header, .subpage nav, .subpage .content, .subpage .wrapper{
	position: relative;
}

.subpage header{
	background: url(../images/pasy.jpg) repeat-x bottom center;
	height: 100px;
}

.ue{
	position: absolute;	
	right: 197px;
	bottom: 0px;
	z-index: -1;
}

.ue img{
	float: left;
	height: 50px;
	width: auto;
}

.logo{
/*	width: 25%;*/
	/*margin-top: 27px;
	margin-left: 30px;*/
	height: 100%;
	display: table;	
	position: relative;
	z-index: 999;
}

.logo a{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	width: 100%;
	text-align: center;
}

.logo a img{
	max-width: 100%;
	display: inline-block;
	/*width: 100%;
	height: auto;
	max-width: 300px;*/
}

.nav{
/*	position: absolute;*/
/*	top: 0px;
	right: 0px;
	height: 100%;
	width: 75%;*/
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}

nav{
/*	float: left;
	width: 84.7%;
	height: 100%;*/
	display: none;
	z-index: 999;
	position: absolute;
	padding: 20px 0;

}


/*nav ul{
	float: right;
	height: 100%;
	padding-right: 2%;
}

nav ul li{
	float: left;
	text-align: center;
	padding: 0 8px;
	text-align: center;
}

nav ul li.first{
	padding-left: 0px;
}

nav ul li.last{
	padding-right: 0px;
}

nav ul li a{
	text-transform: uppercase;
	color: #484848;
	font-weight: 700;
	font-size: 1em;

	-webkit-transition: color 0.4s ease;
	-moz-transition: color 0.4s ease;
	-ms-transition: colorl 0.4s ease;   	
	-o-transition: colorl 0.4s ease;
	transition: color 0.4s ease;  	
}

nav ul li a:hover, nav ul li.active a{
	-webkit-transition: color 0.4s ease;
	-moz-transition: color 0.4s ease;
	-ms-transition: colorl 0.4s ease;   	
	-o-transition: colorl 0.4s ease;
	transition: color 0.4s ease;

	color: #DA0000;	
	text-decoration: none;
}

nav ul.dropdown{ 
	position: relative; 
	z-index: 9999;
}

nav ul.dropdown li{
	zoom: 1;
}

nav ul.dropdown li ul li a{ 
	display: table-cell;
	text-align: center;
}

nav ul.dropdown li:last-child a{ 
	border-right: none; 
} 

nav ul.dropdown li.hover, nav ul.dropdown li:hover{ 
	position: relative; 
}

nav ul.dropdown ul{ 
	min-width: 100%;
	padding-left: 0px; 
	padding-right: 0px;
	position: absolute; 
	top: 100%; 
	left: 0px; 
	height: auto;
	border: 1px solid #DDAA03;
	border-top: 0px;
}

nav ul.dropdown ul li{ 
	display: table;
	width: 100%;
	text-align: center;
	background-color: rgba(192, 0, 0, .7);
	padding-right: 0;
	padding-left: 0px;
	margin-right: 0px;	
	-webkit-transition: background-color 0.4s ease;
	-moz-transition: background-color 0.4s ease;
	-ms-transition: background-color 0.4s ease;   	
	-o-transition: background-color 0.4s ease;
	transition: background-color 0.4s ease;  
	padding: 12px 0;
}

nav ul ul li a span{
	display: inline-block;
	width: 80%;
	margin: 0 10%;
}

nav ul ul li.last a span{
	border: 0px;
}
                    
nav ul.dropdown ul li a{ 
	border-right: none; 
	width: 100%; 
	display: inline-block; 
	font-size: 14px; 
	padding-left: 0px; 
	color: #fff;
}

nav ul.dropdown ul li:hover{
	-webkit-transition: background-color 0.4s ease;
	-moz-transition: background-color 0.4s ease;
	-ms-transition: background-color 0.4s ease;   	
	-o-transition: background-color 0.4s ease;
	transition: background-color 0.4s ease;  	
	background-color: rgba(192, 0, 0, .9);
}

nav ul.dropdown ul li a span {
	padding-left: 0px;
}

nav ul.dropdown ul ul{ 
	left: 100%; 
	top: 0; 
}

nav ul.dropdown li:hover > ul{ 
	visibility: visible; 	
}

nav ul li ul li:hover{
	color: #fff;
}

nav .menu-item-home ul{
	display: none;
}

nav .sub_menu li, nav .sub_menu a{
	line-height: 20px;
	color: #fff;
}

nav ul li.active .sub_menu a{
	color: #fff;
}

nav .dropdown li.last a{
	padding-right: 0px;
}

nav ul.submenu{
	line-height: 20px;
}

nav ul.dropdown li ul li a span{
	background: none;
}
*/
/*.slider{
	background: url(../images/1_47.png) center bottom no-repeat;
}*/

/*nav ul.dropdown li ul{
	visibility: hidden;
}
*/
/***********/
.lang-switch{
/*	float: left;
	width: 5%;
	height: 100%;
	max-width: 64px;
	margin-right: 1%;*/
	width: 5%;
	height: 100%;
	height: 80%;
	max-width: 64px;
	margin-right: 1%;
	position: absolute;
	right: 100px;
	top: 0px;	
}

.lang-switch ul{
	height: 100%;
}

.lang-switch ul li{
	height: 50%;	
	float: left;
	display: table;	
	width: 50%;	
	text-align: center;
}

.lang-switch ul li:last-child{
	/*margin-left: 10px;*/
}

.lang-switch ul li a{
	-webkit-transition: color 0.4s ease;
	-moz-transition: color 0.4s ease;
	-ms-transition: colorl 0.4s ease;   	
	-o-transition: colorl 0.4s ease;
	transition: color 0.4s ease;	
	text-transform: uppercase;
	color: #DDAA03;
	font-weight: 700;	
	display: table-cell;
	vertical-align: middle;
}

.lang-switch ul li a:hover{
	-webkit-transition: color 0.4s ease;
	-moz-transition: color 0.4s ease;
	-ms-transition: colorl 0.4s ease;   	
	-o-transition: colorl 0.4s ease;
	transition: color 0.4s ease;	
	color: #c00000;
}

.social{
/*	float: left;*/
	height: 100%;
	height: 80%;
	width: 12%;
	max-width: 100px;
	
	position: absolute;
	right: 200px;
	top: 0px;
}

.social a{
	float: left;
	display: block;
	height: 100%;	
	width: 23%;
	height: 100%;
	background-size: contain;
	margin-left: 1%;
}

.fb{
	background: url(../images/1_04.png) no-repeat center;
}

.yt{
	background: url(../images/1_05.png) no-repeat center;
}

.twit{
	background: url(../images/1_06.png) no-repeat center;
}

.instagram{
	background: url(../images/instagram.png) no-repeat center;
}


/***/

.content{
	width: 100%;
	height: 64%;
	position: absolute;
	top: 12.1%;
	left: 0px;
	color: #222;
}

.subpage .content{
	overflow: hidden;
}

.content p{
	margin-bottom: 10px;
}

.content ul li{
	list-style-type: disc;
	list-style-position: inside;
}

.content .foto li{
	float: left;
	margin: 1%;
	list-style-type: none;
}

.content.single-game{
	max-width: 1400px;
	margin: 0 auto;
}

.left{
	height: 100%;
	width: 74%;
	float: left;
	position: relative;
}

.right{
	float: right;
	height: 100%;
	width: 26%;
	position: relative;
}

.news{
	width: 94%;
	height: 85%;
	position: absolute;
	left: 3%;
	top: 2%;
}

.cover-n{
	float: left;
	width: 46%;
	height: 100%;
}

/*.cover img{
	width: 100%;
	height: 100%;
}*/

.info{
	float: right;
	width: 51%;
	height: 100%;
	color: #484848;
}

.info h4{
	color: #C20000;
	text-transform: uppercase;
	padding-bottom: 5px;
	font-size: 20px;
}

.info time{
	color: #DDAA03;
	display: block;
	padding-bottom: 5px;	
	font-size: 13px;
}

.info p{
	font-size: 14px;
}

footer{
	width: 100%;
	height: 20.9%;
	height: 20.5%;
	position: absolute;
	left: 0px;
	top: 77.3%;
	overflow: hidden;
}

.ms a{
	color: #aaa;
}

.ms a:hover{
	color: #aaa;
}

/*** standard ***/
.content.standard{
	width: 90%;
	padding: 0 5%;
}

/*** single-game ***/

.single-game{
	width: 90%;
	padding: 0 5%;
}

.single-game .game-content{
	/*float: left;
	width: 55%;*/
}

.single-game .foto, .game-sb .foto{
	float: right;
	width: 40%;

	padding-left: 25px;
	padding-bottom: 25px;
	
	clear: both;
}

.single-game .foto li, .game-sb .foto li{
	float: left;
	margin: 1%;
	width: 23%;
}

.single-game .foto li img, .game-sb .foto li img{
	width: 100%;
	height: auto;
}

.single-game .red-p{
	border-left: 6px solid #C00000;
	padding-left: 20px;
}

.single-game .orange-p{
	border-left: 6px solid #DDAA03;	
	padding-left: 20px;	
}

.standard .foto li{
	width: 14.66%;
	margin: 1%;
}

.content.game-sb .game-content{
	width: 90%;
	padding: 3% 5%;
}

.content.game-sb .gallery > ul {
    margin-top: 3%;
    margin-right: 5%;
}

.red-belt .links{
	float: right;
	/*display: table;*/
	height: 100%;
}

.red-belt .links a{
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
	padding-left: 10px;
}

.red-belt .links img{
	width: 100%;
}

.red-belt .mobile-links{
	position: relative;
	float: right;
	width: 200px;	
	bottom: 0%;
	height: 50px;
	margin-top: 5px;
	padding-left: 10px;
}

.links .button_shop{
	height: 100%;
	display: table;
}

.links .button_shop li{
	display: table-cell;	
	list-style-type: none;
	vertical-align: middle;	
}

.links .button_shop li a img{
	max-width: 100%;
}

/*********/

.cn_wrapper{
	width:100%;
	position:relative;
	color:#fff;
	overflow:hidden;
	height: 100%;
	visibility: hidden;	
}
.cn_wrapper h1{
	font-size:20px;
	text-transform:uppercase;
}
.cn_wrapper h2{
	font-size:12px;
	text-transform:uppercase;
}
.cn_preview, .cn_list{

}
.cn_preview{
	float: left;
}

.cn_list{
	height: 100%;
	width: 100%;
}

.cn_content{
	top:100%;
	left:0px;
	width:100%;
	position:absolute;
	height:100%;
}
.cn_content img{
	width: 100%;
	height: 100%;
}
.cn_content .links img{
	width: auto;
	height: auto;
	width: 95%;
	padding-right: 5%;
}

.cn_content .links{
	display: table;
	height: 45px;
	position: absolute;
	bottom: 5%;
	left: 10%;
	max-width: 90%;
}

.cn_content .links a{
	display: table-cell;
	vertical-align: middle;
}

.cn_date{
	position:absolute;
	bottom:30px;
	right:8px;
	font-size:11px;
}
.cn_category{
	position:absolute;
	bottom:30px;
	left:8px;
	color:#000;
}
.cn_content p{
	height:57px;
	margin-top:2px;
	overflow:hidden;
}
a.cn_more{
	position:absolute;
	left:0px;
	bottom:0px;
	width:236px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	text-decoration: none;
	outline:none;
	cursor:pointer;
}
a.cn_more:hover{
	color: #011c44;
}
.cn_item{
	cursor:pointer;
	position:relative;
	/*overflow:hidden;*/
	color:#fff;
	height: 33.333%;
	width: 100%;
	background: #000;
}

.cn_item .cover{
	opacity: .5;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;   	
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;  	
}

.cn_item.selected .cover{
	opacity: 1;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;   	
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;  
}

.cn_item img{
	width: 100%;
	height: 100%;
}

.cn_item:hover h2,
.cn_list .selected h2,
.cn_item:active h2{
}
.cn_item:hover p,
.cn_list .selected p,
.cn_item:active p{
}
.cn_item:active {
	color: #011c44;
}
.cn_list p{
	height:29px;
	padding-top:2px;
	overflow:hidden;
}
.cn_nav{
	/*width:55px;
	height:24px;
	position:absolute;
	bottom:0px;
	left:94px;*/
}
a.cn_next, a.cn_prev{
	float:left;
	height:32px;
	width:32px;
	background-color:#212121;
	background-repeat:no-repeat;
	background-position:center center;
	cursor:pointer;
	outline:none;
}
a.cn_next{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 35px;
	background: #DDAA03 url(../images/1_03.png) no-repeat center -89px;
}
a.cn_prev{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 35px;
	background: #DDAA03 url(../images/1_03.png) no-repeat center -56px;
}
.cn_nav a.disabled{
	opacity:0.6;
	pointer-events: none;	
}
.cn_page{
	display:none;
	height: 100%;
	width: 100%;
}

div.cover{
	background-size: cover;
	height: 100%;
	width: 100%;
	background-position: top left;
}

.cn_content .short-dsc{
	background: rgba(0,0,0,.7);
	padding: 2%;
	padding-bottom: 4%;	
	color: #fff;
	width: 50%;
	width: 600px;
	left: 10%;
	bottom: 23%;
	position: absolute;
}

.cn_content .short-dsc h2{
	font-size: 22px;
	padding-bottom: 4px;
}

.cn_content .short-dsc h2 a{
	color: #fff;
}

.cn_content .short-dsc p{
	height: auto;
}

.cn_content .zobacz.to-g{
    background: url("../images/1_03.png") no-repeat scroll right -17px #f5b314;
}

.cn_content .zobacz.to-g{
	position: absolute;
	bottom: 19%;
	bottom: -8%;
	left: 320px;
}

.cn_content .zobacz{
	position: absolute;
	bottom: 19%;
	bottom: -8%;
	left: 450px;

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;   	
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;  		
}

.cn_content .zobacz.to-g:hover{
	box-shadow: 0px 0px 2px #f5b314;	
	-webkit-transform: scale(1.05);		
	-moz-transform: scale(1.05);		
	-ms-transform: scale(1.05);	
	-o-transform: scale(1.05);			
	transform: scale(1.05);		
	color: #fff;		
}

.cn_content .zobacz:hover{
	box-shadow: 0px 0px 2px #c00000;
	-webkit-transform: scale(1.05);		
	-moz-transform: scale(1.05);		
	-ms-transform: scale(1.05);	
	-o-transform: scale(1.05);			
	transform: scale(1.05);	
	color: #fff;	
}

/*** navigation on mobile ***/
.mobile-menu{
	width: 100%;
	display: none;
}

.mobile-menu ul{
	display: none;
}

.mobile-menu li{
	width: 100%;
	background: #383838;
	border-bottom: 1px solid #fff;
}

.mobile-menu li a{
	color: #fff;
	text-transform: uppercase;
	display: block;
	font-size: 1.1em;
}

.mobile-menu li.last{
	border-bottom: 0px;
}

.mobile-menu .dropdown a{
	padding: 15px 0 15px 5%;	
}

.mobile-menu .dropdown .dropdown a{
	padding-left: 10%;
}

.mobile-menu .dropdown .dropdown li{
	background: #484848;	
}

.mobile-menu .dropdown li.parent.last{
	padding-bottom: 0px;
}

.mobile-menu .dropdown li.parent.last > a{
	padding-bottom: 15px;
}

.mobile-menu .lang-switch{
	position: absolute;
	left: 10px;
	top: 10px;
	height: 35px;
	line-height: 35px;
	width: 60px;
}

.mobile-menu .lang-switch ul{
	display: block;
	background: #fff;
}

.mobile-menu .lang-switch ul li{
	padding: 0px;
	background: none;
	font-size: 1.25em;
}

.mobile-menu .dropdown .dropdown{
	display: none;
}


.toggle{
    background: url("../images/ico.png") no-repeat scroll 0 3px;
    font-weight: 900;
    height: 35px;
    line-height: 35px;
    position: absolute;
    right: 10px;
    text-align: right;
    top: 10px;
    width: 100px;
    z-index: 999;
    color: #484848;
    font-size: 20px;
}

a.toggle:hover{
    color: #484848;
}

.icon-menu{
	font-size: 2em;
	color: #FFCC00;
}

/*** subpage ***/
.naglowek{
	color: #C00000;
	text-transform: uppercase;
	font-size: 1.5em;
	height: 75px;
	line-height: 75px;
	padding: 0 5%;
}

@media all and (max-width: 1000px){
	.naglowek{
		line-height: 100%;
		height: auto;
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

.aktualnosc:nth-child(even){
	background: #E8E8E8;
}

.aktualnosc h3 a, .aktualnosc time{
	color: #C00000;
	text-transform: uppercase;		
}

.aktualnosc time{
	padding-bottom: 10px;
}

.aktualnosc:nth-child(even) h3 a, .aktualnosc:nth-child(even) time{
	color: #F5B314;
}

.aktualnosc{
	height: 200px;
	padding: 30px 5%;
	width: 90%;
}

.aktualnosc .cover{
	height: 100%;
	height: auto;
	overflow: hidden;
	width: 45%;
	float: left;
}

.aktualnosc .cover img{
	max-height: 100%;
	width: auto;
	height: auto;
	max-width: 100%;
}

.aktualnosc .info{
	height: 100%;
	width: 50%;
	float: right;
}

.zobacz{
	background: #C00000 url(../images/1_03.png) right -17px no-repeat;
	color: #fff;
	display: inline-block;
	padding: 10px 35px 10px 30px;
	margin-top: 15px;
}

.zobacz:hover{
	opacity: .9;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
}

.aktualnosc .zobacz{
	float: right;
}

.aktualnosc:nth-child(even) .zobacz{
	background: #F5B314 url(../images/1_03.png) right -17px no-repeat;
}

.pagin{
	text-align: center;
	display: block;
	padding: 20px 0;
	color: #fff;
	font-size: 1.1em;
}

.pagin a{
	display: inline-block;
	background: #F5B314;	
	padding: 16px;
	line-height: 16px;
}

.pagin .selected{
	background: #C00000;
}

/*** gry ***/
.game{
	width: 49.5%;
	height: 400px;
	height: 46%;
	height: 200px;
	float: left;
	position: relative;
	margin-bottom: 1%;
	color: #fff;
	overflow: hidden;
}

.game .cover{
   -webkit-transform: scale(1.1, 1.1);
   -moz-transform: scale(1.1, 1.1);
   -ms-transform: scale(1.1, 1.1);
   -o-transform: scale(1.1, 1.1);
   transform: scale(1.1, 1.1);

	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;   	
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;  
}

.game:nth-child(even){
	margin-right: 1%;
}

.game:hover .info{
	opacity: 1;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;   	
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;  	
}

.game:hover .cover{
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -ms-transform: scale(1);
   -o-transform: scale(1);
   transform: scale(1);

	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;   	
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;   
}

.game .info{
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(192, 0, 0, .7);
	width: 80%;
	height: 96%;
	opacity: 0;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;   	
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;  	

	color: #fff;
	padding: 2% 10%;
	text-align: center;
}

.game .info article{
	text-align: justify;
}

.game .info article a, .game .info article a:hover{
	color: #fff;
}

.game .zobacz{
	background: #F5B314 url(../images/1_03.png) right -17px no-repeat;
	margin: 10px auto;
	display: inline-block;
}

.game h3{
	color: #fff;
	text-transform: uppercase;
	font-size: 1.8em;
	text-align: center;
	padding: 10px 0;
}

.game h3 a, .game h3 a:hover, .game .zobacz:hover, .zobacz, .zobacz:hover{
	color: #fff;
}

.game-sb .cover{
	height: 270px;
	padding: 2% 0;

	height: 302px;
	padding: 1% 0;	
}

.red-belt{
	background-color: #C00000;
	width: 90%;
	height: 60px;
	padding: 1% 0;
	padding: 0 5%;
	display: table;
}

.red-belt h2{
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	text-transform: uppercase;
}

/*.cover iframe {
    float: right;
    height: 100%;
    padding-right: 5%;
    width: 30%;
    border: 0px;
}*/

.cover-wrap {
    float: right;
    height: 100%;
    width: 40%;
    border: 0px;

    position: relative;
    margin-top: 3%;
    margin-right: 5%;
    margin-left: 25px;
}

.videowrapper {
    height: 0;
    left: 0;
    padding-bottom: 56%;
    padding-top: 25px;
    right: 0;
    width: auto;
}

.videowrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*** form ***/
.content-inside{
	width: 90%;
	margin-left: 10%;
	height: 100%;
}

.lewakol{
	float: left;
	width: 40%;
}

.prawakol{
	float: right;
	width: 55%;
}

.form-l{
	float: left;
	width: 49%;
	height: 100%;
}

.form-r{
	float: right;
	width: 49%;
	position: relative;
	height: 100%;
}

form{
	overflow: hidden;
	font-family: 'Play', sans-serif;
    position: relative;
    display: inline-block;
    padding-bottom: 25px;
    position: relative;
    width: 90%;
    padding: 5%;
    float: left;
    background: #C00000;
}

form input[type="text"], form textarea, form input[type="email"]{
	border: 0px;
	border-bottom: 1px solid #fff;
	/*margin: 2% 0px;*/
	padding: 5% 0;
	width: 90%;
  	color: #fff;	
	font-family: 'Play', sans-serif;
    background: #C00000;	
}

form textarea{
	min-height: 90%;
	height: 90%;
	max-height: 90%;
    font-size: .9em; 	
    padding: 5%;
    width: 90%;
    overflow: auto; 
	border: 1px solid #fff;   
	position: relative; 
    background: #C00000;	
}

form input[type="submit"]{
	float: right;
	color: #000;
	border: none;
	padding: 5px 12px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-family: 'Play', sans-serif;
    letter-spacing: 1px;
    cursor: pointer;
    background: none;
    position: absolute;
    right: 0px;
    bottom: 10px;
    background: url(../images/1_03.png);
    width: 30px;
    height: 20px;
    text-indent: -9999em;
}

::-webkit-input-placeholder {
  	color: #fff;
}

:-moz-placeholder { /* Firefox 18- */
  	color: #fff;
}

::-moz-placeholder {  /* Firefox 19+ */
  	color: #fff;
}

:-ms-input-placeholder {  
  	color: #fff;
}

#map-canvas{
	width: 100%;
	height: 220px;
	padding: 5% 0;
}

.ms{
	position: absolute;
	text-align: center;
	font-size: 12px;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3%;
	line-height: 3%;
	color: #aaa;
	line-height: 12px;
}

.subpage .ms{
	position: relative;
	bottom: auto;
	overflow: hidden;
	padding: 20px 0;
}

.mobile-links{
	display: none;
    bottom: -20%;
    left: 6%;
    position: absolute;	
	background: rgba(0,0,0,.6);
	color: #fff;    
	border: 0px;
	padding: 0px;
	font-family: 'Play', sans-serif;	
	width: 460px;
	font-size: 1em;	
	background: #000;
	width: 33.4%;
	height: 40px;
	text-align: center;
	padding-left: 10px;
}
select.mobile-links{
	text-transform: uppercase;
}

.mobile-links option{
	background: rgba(0,0,0,.6);
	border: 0px;
	padding: 3px 10px;
	text-align: left;
}

/** Media Queries **/

/*@media all and (max-width: 1350px){
	nav ul li{
		padding: 0 8px;
	}
}

@media all and (max-width: 1250px){
	nav ul li{
		padding: 0 7px;
	}
	nav ul li a, .lang-switch ul li a{
		font-size: .9em;
	}
}*/

@media all and (min-width: 1660px){
	.game{
		height: 250px;
	}
	/*.cover-wrap{
		width: 25%;
	}*/
}

@media all and (min-width: 2140px){
	/*.cover-wrap{
		width: 22%;
	}*/
}

@media all and (max-width: 1600px){
	.game .info{
		width: 84%;
		padding: 2% 8%;
	}	
	.game h3{
		padding-top: 0px;
	}
}

@media all and (max-width: 1400px){
	.content.game-sb .game-content{
		width: 45%;
	}
	/*.game-content iframe{
		width: 100%!important;
		height: auto!important;		
	}

	.yWrapper{
	    width: 100%;
	    position: relative;
	    padding-bottom: 56.25%;
	    padding-top: 25px;
	    height: 0;	
	}

	.yWrapper iframe{
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%!important;	
	}	*/
}

@media all and (max-width: 1300px){
	.game .info{
		width: 88%;
		padding: 2% 6%;
	}	
	.game h3{
		font-size: 1.6em;
	}
}

@media all and (max-width: 1150px){
/*	nav ul li{
		padding: 0 8px;
	}*/

	/*nav ul li a, .lang-switch ul li a{
		font-size: .95em;
	}*/

	/*.content p, .content div, .content ul{
		font-size: .95em;
	}*/

	.single-game .foto li{
		width: 31.333%;
	}
	/*.cover iframe {
	    width: 40%;
	}	*/
	.game .info{
		font-size: .95em;
		width: 92%;
		padding: 2% 4%;		
	}
}

@media all and (max-width: 1000px){
	.content{
		height: 62.5%;
		top: 14.1%;
	}
	/*.content p, .content div, .content ul{
		font-size: .9em;
	}*/
	header{
		height: 14.1%;
	}

/*	.logo{
		width: 100%;
		height: 40%;
	}*/

	.logo img{
		width: auto;
		max-width: 100%;
	}

/*	.nav{
		width: 100%;
		height: 60%;
		top: 40%;
	}*/
	.info p{
		font-size: .8em;
	}
	.info h4{
		font-size: 17px;
	}
/*
	nav ul li{
		padding: 0 8px;
	}*/
	nav ul li a, .lang-switch ul li a{
		font-size: 1em;
	}
/*	nav ul {
	    padding-right: 5%;
	}*/	
	.cn_content .zobacz.to-g{
		left: 220px;
	}
	.cn_content .zobacz {
	    left: 350px;
	}	
	.cn_content .short-dsc{
		width: 520px;
		left: 6%;
	}
	.cn_content .short-dsc p{
		padding-bottom: 10px;
	}
	.cn_content .links{
		left: 6%;
		display: none;
	}	
	.aktualnosc article{
		font-size: .95em;
	}
	.aktualnosc .info{
		width: 52%;
	}	
	.aktualnosc .info .zobacz{
		margin-top: 10px;
	}
	.single-game .foto li, .game-sb .foto li{
		width: 48%;
		width: 31.333%;
	}	
	.game{
		height: 180px;
	}
	/*.cover iframe {
	    width: 45%;
	}		*/
	/*.game h3{
		padding-top: 0px;
	}*/
	.mobile-links{
		display: block;
		left: 0%;
	}		
	.red-belt .links{
		display: none;
	}		
	.game .zobacz{
		display: none;
	}
	.cn_content .zobacz.to-g{
		left: 33.3%;
		bottom: -20%;
		width: 33.4%;
	    height: 40px;
	    line-height: 40px;
	    padding: 0px;
	    background: #c20000;	
	    text-align: center;	
	    font-size: 1em;
	    text-transform: uppercase;
	}
	.cn_content .zobacz {
	    left: 66.7%;
	    bottom: -20%;
	    width: 33.3%;
	    height: 40px;
	    line-height: 40px;
	    padding: 0px;
	   	background: #ddaa03;
	   	text-align: center;
	   	font-size: 1em;
	   	text-transform: uppercase;
	}		
}

@media all and (max-width: 920px){
/*	.mobile-menu{
		display: block;
	}
	.nav{
		display: none;
	}*/
	header{
		position: relative;
		top: auto;
		left: auto;
		height: auto;
		min-height: 80px;
	}
	.home header{
		background: url(../images/pasy.jpg) repeat-x bottom center;
	}
	.content{
		position: relative;
		top: auto;
	}
	footer{
		position: relative;
		top: auto;
		top: -0.5%;
	}	
	.aktualnosc{
		padding: 1% 5%;
	}
	/*.aktualnosc .cover {
		width: 100%;
		height: 50%;
	}	
	.aktualnosc .info {
		width: 100%;
		height: 50%;
	}	
	.aktualnosc article{
		display: none;
		font-size: .9em;
	}	
	.aktualnosc .info time{
		display: none;
	}	
	.aktualnosc .info .zobacz{
		width: 100%;
		height: 30px;
		padding: 5px 0;
		line-height: 30px;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		margin-top: 0px;
	}	
	.aktualnosc .info h3{
		text-align: center;
		height: 30px;
		line-height: 30px;
	}	*/
	.lewakol, .prawakol{
		width: 100%;
	}
	.ms{
		position: relative;
		height: 24px;
		line-height: 24px;
	}
	.game{
		width: 100%;
	}	

	.cn_content .short-dsc{
		width: 380px;
		left: 5%;
		bottom: 15%;
		font-size: 14px;
		padding-bottom: 2%;
	}	
	.content .cn_content .cover div.short-dsc p{
		font-size: .95em;
		display: none;
	}	
	.cn_content .short-dsc h2{
		display: none;
	}

	.subpage header {
	    height: auto;
	}	
	/*.cover iframe {
	    width: 50%;
	}	*/
	.news{
		width: 100%;
		height: 100%;
		left: 0px;
	}
	.news .info{
		position: absolute;
		height: 100%;
		text-align: center;
		background: rgba(0,0,0,.5);
		display: table;
		width: 100%;
	}
	.news .info a{
		display: table-cell;
		vertical-align: middle;
		height: 100%;
		width: 100%;
		padding-bottom: 0px;
	}
	.news .info a h4{
		font-size: 1.6em;			
		color: #fff;
	}
	.news .info, .news .cover-n{
		width: 100%;
	}
	.news .info time, .news .info p{
		display: none;
	}	
	.news .cover-n{
		height: 100%;
	}	
	.logo{
		width: auto;
		height: auto;
		margin-top: 27px;
	}
	.logo a{
		display: inline;
	}
	.mobile-menu .social{
		position: absolute;
		right: 0px;
		top: 0px;
		width: 11%;
		height: 52px;
	}

	.toggle{
		right: 205px;
		font-size: 1.7em;
		width: 115px;
	}

	.mobile-menu .lang-switch{
		left: auto;
		right: 95px;
		width: 88px;
		max-width: 88px;
	}

	.cn_content .links{
		display: none;
	}	
/*	.mobile-menu .lang-switch ul li a{
		font-size: 1.2em;
	}	
	.mobile-menu .lang-switch ul li{
		width: 46%;
		margin-left: 2%;
	}
	.mobile-menu{
		margin-top: 25px;
	}*/
	.cn_content .zobacz.to-g:hover{
		box-shadow: 0px 0px 0px;	
		-webkit-transform: scale(1);		
		-moz-transform: scale(1);		
		-ms-transform: scale(1);	
		-o-transform: scale(1);			
		transform: scale(1);				
	}
	.cn_content .zobacz:hover{
		box-shadow: 0px 0px 0px;
		-webkit-transform: scale(1);		
		-moz-transform: scale(1);		
		-ms-transform: scale(1);	
		-o-transform: scale(1);			
		transform: scale(1);		
	}
	.game .zobacz{
		display: inline-block;
	}	
}


.selected .arr{
	display: block;
	position: absolute;
	left: -29px;
	width: 29px;
	height: 100%;
	top: 0%;
	background: url(../images/selector.png) left center no-repeat;
	
}

/*** hamburger ***/
.hamburger-menu {
/*    display: none;*/
    position: absolute;
    top: 28px;
    right: 15px;
    margin: auto;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 99999;
}

@media all and (max-height: 820px){
	.hamburger-menu {	
		top: 16px;
	}
	.social, .lang-switch{
		height: 70%;
	}
}

.bar,
.bar:after,
.bar:before {
    width: 50px;
    height: 5px;
}

.bar {
    position: relative;
    transform: translateY(25px);
    background: #484848;
    transition: all 0ms 300ms;
    cursor: pointer;
}

.bar.animate {
    background: rgba(255, 255, 255, 0);
}

.bar:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 15px;
    background: #484848;
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    background: #484848;
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:after {
    top: 0;
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:before {
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
/*****/
nav{
	width: 300px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: #484848;
}

nav li{
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,.2);
}
nav li:last-of-type{
	border-bottom: 0px;
}
nav li a{
	color: #fff;
	padding: 8px 20px;
	font-size: 22px;
	display: block;
}
nav li a:hover, nav li a:focus{
	background: #C20B15;
	color: #fff;
}
nav li ul li a{
	padding-left: 40px;
	font-size: 20px;
}

nav ul ul{
	display: none;
}

@media all and (max-width: 920px){
	.social{
		width: 12%;		
		top: -18px;
	}
	nav{
		top: -27px;
	}
	.lang-switch{
		width: 10%;
		top: -17px;
		width: 80px;
		max-width: 80px;
	}
	.lang-switch ul li a{
		font-size: 1.5rem;
	}
	nav ul li a{
		font-size: 1.4rem;
	}
	nav ul li ul a{
		font-size: 1.2rem;
	}
	.hamburger-menu{
		top: -4px;
	}
	.cover{
		background-size: cover!important;
	}
/*	.logo{
		margin-top: 0px;
		padding-top: 27px;
	}*/
	table{
		width: 100%!important;
	}
}

nav .parent > a{
	display: inline-block;
}

.arrow{
	float: right;
	position: relative;
	padding: 13px;
	z-index: 9999;
	width: 28px;
	display: inline-block;
	cursor: pointer;
}

@supports (-webkit-overflow-scrolling: touch) {
	@media all and (max-width: 920px){
	  	body{
	  		cursor: pointer;
	  	}
  	}
}
