/*hard reset*/
*{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	line-height: 1.5em;
	text-decoration: none;
	vertical-align: baseline;
}

/*global*/
ul, ol{
	margin-left:	1.250em;
}

ul{
	list-style:	disc;
}

sup{
	vertical-align: text-top;
}

sub{
	vertical-align: text-bottom;
}

div, p{
	text-align:	left;
}

.fleft{
	float: left;
}

.fright{
	float: right;
}

.fnone{
	float:	none;
}

.aleft{
	text-align:	left;
}

.acenter{
	text-align:	center;
}

.aright{
	text-align:	right;
}

.block{
	display:	block;
}

.inline{
	display:	inline;
}

.inline-block{
	display:	inline-block;
}

.none{
	display:	none;
}

.hidden{
	overflow:	hidden;
}

/*moduly*/
.box{
	margin-top:	1em;
}

.header_img, .header_text, .shortcut h2, .content h2, #section_description{
	margin-bottom:	1.875em;
}

.header_text, .button{
	text-transform:	uppercase;
	font-size:	0.875em;
	padding:	0.500em 1em;
	margin-bottom:	1em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	border:	1px solid rgb(0, 0, 0);
	font-weight:	normal;
	color:	rgb(255, 255, 255);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#484848+0,000000+100 */
	background:	rgba(0, 0, 0, 0.8);	
	background: -moz-linear-gradient(top, rgb(72,72,72) 0%, rgb(0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgb(72,72,72) 0%,rgb(0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgb(72,72,72) 0%,rgb(0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#484848', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.button:hover{
	color:	rgb(255, 255, 255);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#484848+0,000000+100 */
	background:	rgba(0, 0, 0, 0.8);	
	background: -moz-linear-gradient(top, rgb(0,0,0) 0%, rgb(72,72,72) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgb(0,0,0) 0%,rgb(72,72,72) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgb(0,0,0) 0%,rgb(72,72,72) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#484848',GradientType=0 ); /* IE6-9 */	
	cursor:	pointer;
}

.frame{
	overflow:	hidden;
	border:	1px solid rgb(0, 0, 0);
	background:	rgba(0, 0, 0, 0.8);
}

.clear{
	clear:	both;
	margin:	0;
	padding:	0;
	border:	none;
}

.modules, .cms_module{
	width:	100%;
}

.bannerTable, .banner_cont, .banner_fade_cont{
	width:	100%;
	text-align:	center;
	font-size:	0 !important;
	line-height:	0 !important;
}

.radius2{
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.radius5{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.radius10{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.pagewidth{
	max-width:	75.000em;
	width:	80%;
	margin: 0px auto;
}

.blockauto{
	width: auto;
}

.block20{
	width: 20%;
}

.block24{
	width: 24%;
}

.block25{
	width: 25%;
}

.block30{
	width: 30%;
}

.block32{
	width: 32%;
}

.block33{
	width: 33%;
}

.block45{
	width: 45%;
}

.block49{
	width: 49%;
}

.block50{
	width: 50%;
}

.block60{
	width: 60%;
}

.block65{
	width: 65%;
}

.block66{
	width: 66%;
}

.block75{
	width: 75%;
}

.block80{
	width: 80%;
}

form, p{
	margin:	0;
	padding:	0;
	border:	none;
}

.row{
	clear:	both;
}

/*obrazki*/
img{
	border:	none;
	outline:	none;
	font-size:	0;
	line-height:	0;
	vertical-align:	middle;
	max-width:	100%;
}

/*linki*/
a{
	color:	rgb(178, 178, 178);
	background-color:	inherit;
	text-decoration:	none;
	transition: color 0.3s linear;
	-webkit-transition: color 0.3s linear;
	-moz-transition: color 0.3s linear;	
}

a:hover{
	color:	rgb(255, 255, 255);
	background-color:	inherit;
}	

/*body*/
body{
	margin: 0 auto;
	text-align:	center;
	font-size:	16px;
	font-family: 'Open Sans', tahoma, arial, sans-serif;
	background:	rgb(16, 17, 19) url('../images/bg.jpg') no-repeat top center;
	color:	rgb(255, 255, 255);
}

/*header*/
header{
}

/*top nav*/
nav, footer{
	clear:	both;
}

nav{
	margin-bottom:	1em;
}

.menufixed{
	position: fixed;
	top:	0; 
	z-index:	999;
	max-width:	75.000em;
	width:	80%;
}

/*footer*/
footer{
	clear:	both;
	margin-top:	1em;
	padding:	1em 0;
	-webkit-box-shadow: 0 0 25px 0 rgb(255,255,255);
	-moz-box-shadow: 0 0 25px 0 rgb(255,255,255);
	box-shadow: 0 0 25px 0 rgb(255,255,255);
	overflow:	hidden;
	background-color:	rgb(32, 36, 46);
	background-image: -webkit-repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
	background-image: -moz-repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
	background-image: -ms-repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
	background-image: repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
	-webkit-background-size: 3px 3px;
	-moz-background-size: 3px 3px;
	background-size: 3px 3px;		
}

footer .boxbottom{
	font-size:	0.850em;
}
 
 /*paging*/
.paging{
	clear:	both;
	position:	relative;
	overflow:	hidden;
	margin:	1em auto;
	text-align:	center;
	z-index:	10;
}

.paging-cont{
	display:	inline-block;
	zoom:	1;
	*display:	inline;
	margin:	0px auto;
	padding:	0px;
	border:	none;
	text-align:	center;
}

.paging-left, .paging-right, .paging-item{
	border:	none;
	text-align:	left;
	float:	left;
	font-size:	0.875em;
	line-height:	18px;
}

.paging-right{
	text-align:	right;
}

.paging-item{
	text-align:	center;
	font-size:	1.125em;
	color:	rgb(220, 240, 7);
	background-color:	inherit;
}

.paging-item a{
	font-size:	0.778em;
	color:	rgb(212, 212, 212);
	background-color:	inherit;
}

.paging a, .paging span{
	display:	inline-block;
	margin:	0px 5px;
	text-decoration:	none;
}

.paging a:hover, .paging span{
	color:	rgb(255, 255, 255);
	background-color: inherit;
	text-shadow:	none;
}

/*cookies*/
#overflow-content{
position:	fixed;
bottom:	0px;
left:	0%;
width:	100%;
height:	50px;
margin:	0px auto;
padding:	0px;
border:	none;
text-align:	left;
font-size:	10px;
color:	rgb(38, 38, 38);
background-color:	rgb(210, 210, 210);
/*opacity:	0.75;
filter:	alpha(opacity=75);
-ms-filter:	"alpha(opacity=75)";
-khtml-opacity:	0.75;
-moz-opacity:	0.75;*/
z-index:	1000;
-webkit-box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.75);
-moz-box-shadow:    0px -5px 5px rgba(0, 0, 0, 0.75);
box-shadow:         0px -5px 5px rgba(0, 0, 0, 0.75);
}

#overflow-content p{
margin:	0px auto;
padding:	10px 0px;
position:	relative;
width:	80%;
}

#overflow-content p a{
font-size: 10px;
text-shadow:	1px 1px rgb(0, 0, 0);
}

#overflow-close{
cursor:	pointer;
font-weight:	bold;
font-size:	14px;
line-height:	14px;
display:	inline-block;
}

/*video*/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	/*padding-top: 25px;*/
	height: 0;
}

.videoWrapper iframe, .videoWrapper object, .videoWrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 99.5%;
	height: 100%;
}