
	
		.list_next_page_button:after{
			content: "\00bb";
		}

		.list_next_page_button {
			color: #09f;
			width: 766px;
			padding:8px;
			line-height: 25px;
			margin: 0 auto;
			box-sizing: border-box;
			display: block;
			text-align:center;
			background:#f0f1f5;
			background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FEFEFE), color-stop(100%, #f0f1f5));
			background-image: -webkit-linear-gradient(top, #FEFEFE, #f0f1f5);
			background-image: -moz-linear-gradient(top, #FEFEFE, #f0f1f5);
			background-image: -ms-linear-gradient(top, #FEFEFE, #f0f1f5);
			background-image: -o-linear-gradient(top, #FEFEFE, #f0f1f5);
			background-image: linear-gradient(top, #FEFEFE, #f0f1f5);
			font-size:22px;
			border-radius: 2px;

			border: 1px solid #ccc;
			text-transform: uppercase;
			font-weight: bold;

		}
		.list_next_page_button:hover {
			color: #0bf;
		}
	

	
		.single_next_page_button:after{
			content: "\00bb";
		}

		.single_next_page_button {
			color: #09f;
			width: 808px;
			padding:8px;
			line-height: 25px;
			margin: 20px auto;
			box-sizing: border-box;
			display: block;
			text-align:center;
			background:#f0f1f5;
			background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FEFEFE), color-stop(100%, #f0f1f5));
			background-image: -webkit-linear-gradient(top, #FEFEFE, #f0f1f5);
			background-image: -moz-linear-gradient(top, #FEFEFE, #f0f1f5);
			background-image: -ms-linear-gradient(top, #FEFEFE, #f0f1f5);
			background-image: -o-linear-gradient(top, #FEFEFE, #f0f1f5);
			background-image: linear-gradient(top, #FEFEFE, #f0f1f5);
			font-size:22px;
			border-radius: 2px;

			border: 1px solid #ccc;
			text-transform: uppercase;
			font-weight: bold;

		}
		.single_next_page_button:hover {
			color: #0bf;
		}
	




	.pics_gallery_unlogged {
		overflow: hidden;
		width: 600px !important;
		margin: 0 auto;
		position: relative;
	}
	.pics_gallery_unlogged .galleryThumbs {
		height: 80px;
		overflow: hidden;
		position: relative;
		cursor: pointer;
		transition: all 0.1s;
	}
	.pics_gallery_unlogged .galleryThumbs .rsTmb {
		float: left;
		overflow: hidden;
		width: 96px;
		height: 72px;
	}
	.pics_gallery_unlogged .galleryThumbs .rsTmb:not(:first-child) {
		margin-left: 2px;
	}
	.pics_gallery_unlogged .galleryThumbs .rsTmb.selected {
		opacity: 0.7;
		filter: alpha(opacity=30);
		border: 2px solid #ccc;
		box-sizing: border-box;
	}
	.pics_gallery_unlogged .rsSlideContent {
		margin-top: 30px;
		cursor: pointer;
	}


	div#messages span.flashmessage {
		width: 700px;
		margin:15px 130px;
		display: block;
		font-size:15px;
		background-color:#eee;
		color: black;
		border: 4px solid #EEEEEE #DDDDDD #DDDDDD #EEEEEE;;
		padding: 15px;
		font-weight: bold;
		margin: 2px auto 0;
	}

	div#messages .flashmessageClose{
		color: black;
		cursor: pointer;
		position: absolute;
		right: 9px;
	}
	div#messages{
		margin: 0 auto;
		position: relative;
		width: 730px;
	}

	div#messages span.error {
		color: red;
	}

	div#messages span.info {
		color: green;
	}


*[hidden] {
	display: none !important;
}

address {
	display: inline;
	font-style: normal;
}


	#site_content {
		display: block;
		/*haxior! ponieważ divy są inline-block to spacja powoduje odstęp 4px!*/
		font-size: 0;
		margin: 0 auto;
	}

	#site_content > * {
		font-size: 14px;
	}

	.site_column {
		display: inline-block;
		vertical-align: top;
	}



* {
	margin: 0;
	padding: 0;
}

input {
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}

form {
	padding-left: 10px;
}

ul {
	margin: 12px 30px;
}

a {
	outline: none;
}

body {
	background: white ;
	font-family: 'trebuchet ms', verdana, tahoma;
	color: black;
	/**/
		cursor: default !important;
	/**/
}

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

h1 a,
h1 a:hover {
	color: #555;
}

h1.picture{
	margin-bottom: 8px;
}

#logo {
	margin: 20px auto 0px auto;
	width: 579px;
}

#mmenu {
	margin-top:0px;
	position:relative;
	text-align:center;
	z-index:3;
}

#mmenu a.logo {
	 width: 850px;
	 height: 150px;
	 display: block;
}

.small {
	font-size: 11px;
}

.gray {
	color: gray;
}

.pic_image {
	text-align: center;
}

sup {
	font-size: 11px;
	float: right;
	color: #888;
	padding: 3px 10px;
}

a.iconlink {
	border-bottom: solid 0;
	font-weight: bold;
}

a.iconlink:hover {
	border-bottom: dashed 1px;
}

.voteup {color:green}
.votedown { color:red}

.duzytytul { font-size: 32px; font-family: arial; width: 500px; }
.genbut { font-size:22px}

.true_badge{
	float:right;
}

#addpic p {margin-bottom:10px}
#addpic ul li {margin-left:50px; margin-top:10px; font-size:11px}


h1 {
	color:#000;
	font-size:26px;
	padding-bottom:0px;
	margin-bottom:0px;
	margin-top:0px;
	font-weight:normal;
	}

.commentsvoting {
	float:right;
	text-align:left;
}

#comments {
	width: 808px;
	margin: 0 auto;
	text-align: left;
}

#comments .sex {
	color: black;
	font-size: 60%;
}

#footer {
	text-align:center;
	background:#fff ;
	width:980px;
	margin: 0 auto;
	margin-bottom: 25px;
	text-align: center;
	padding: 5px;
	font-size: 12px;
	color: black;
}

#footer a {
	color:#000;
	text-decoration:none;
	border-bottom:dashed 1px;
}

#footer a:hover {
	text-decoration: underline;
}

#main_container {
	position: relative;
	margin-bottom: 25px;
	text-align: center;
}

h2 {
	text-align: left;
	color: #CD0043;
	margin: 0 auto;
}
.main_page .page_name {
	display: none;
}
.bold {
	font-weight: bold;
}

.red {
	color: red;
}

.clear {
	clear: both;
}

/* edycja koloru */
#colorbutton {position:absolute; left:540px; top:20px}
#colorpicker {position:absolute; left:530px; top:40px; display:none;}
#colorexample { width:20px; height:20px; float:left; border:1px solid gray; margin-right:5px; background-color:white;}

/* pics */

div.pic {
	/*padding: 10px;*/
	margin: 15px auto 0px auto;
	background:#fff;
	text-align: left;
	width:766px;
	/*position:relative;*/
}

img.pic_thumb_small {
	max-width: 120px;
}

div.infobar {
	text-align: left;
	padding: 0 5px 15px 0;
	font-size: 14px;
	margin-left: -10px;
	/**/
}

div.infobar a:hover{
	color: #aaa;
}

div.pic img.picture {
	border: 0;
}

div.nopics {
	text-align: center;
	padding: 60px 0;
}

h2.nopics {
	color: #000;
	text-align: center;
}

/* comments */
.negative {
	opacity: 0.5;
	filter:alpha(opacity=50);
}

div.comment {
	background: #eee;
	margin: 8px 0;
	padding: 5px;
	border: 1px solid #ccc;
	position: relative;
}

.profile_comments div.comment {
	margin: 20px 0;
}

div.comment h3 {
	font-size: 20px;
	font-weight:normal;
}

div.comminfo {
	font-size: 14px;
	color:#666;
	min-height: 48px;
}

p.commcontent {
	background:#eee none repeat scroll 0 0;
	border:0;
	color:#000;
	font-size: 13px;
	padding: 20px 5px;
}

/* register form */

div#register {
	margin: 5px 0 5px 15px;
}

div#register p {
	clear: both;
}

div#register label {
	width: 130px;
	float: left;
	margin: 2px 0;
}

div#register input {
	width: 200px;
	margin: 2px 0;
}

div#register input#rejestruj {
	margin-left: 130px;

}
#username_check{
	margin-left: 5px;
	font-size: 11px;
}

/* dodawanie obrazka */

div#addpic {

}

div#addpic p {
	clear: both;
}

div#addpic label {
	width: 190px;
	float: left;
	margin: 2px 0;
}

div#addpic input#priv {
	width: 20px;
}

div#addpic input {
	width: 320px;
	margin: 2px 0;
}

div#addpic input#submit {
	margin-left: 190px;
}
/******** STARE STYLE ***************/


#picker {
	z-index: 10;
	position: absolute;
	top: 50%;
	left: 50%;
}

img {
	border:solid 0px;
}

#content {
	width:720px;
	position:absolute;
	top:240px;
	left:50%;
	margin-left:-360px;
}

#column {
	display:none;
	position:absolute;
	top:290px;
	left:50%;
	margin-left:350px;
	width:200px;
	font-size:12px;
	color:#000;
	border-left:dashed 2px #dedede;
	padding-left:10px;
}

#column a {
	font-size:14px;
	color:#c12b7a;
	text-decoration:none;
}

/* STYLE ZYWCEM Z NIEPOKORNYORG */

.center {
	margin-lefT:auto;
	margin-right:auto;
	text-align:center;
}

p {
	border:0px;
}

.center img {
	border:solid 1px #666666;
}
div {
	font-family: Arial,verdana,tahoma;
	line-height: 150%;
}

a img {
	border: 0;
}

.prevnext {
	font-family:'trebuchet ms';
	font-size:12px;
	width:720px;
	text-align:center;
	padding-top:15px;
	color:#990000;
}

.prevnext a {
	font-weight:bold;
	color:#aaa;
	text-decoration:none;
}

.prevnext a:hover {
	color:#990000;
	border-bottom:dashed 1px;
}


a.ico {
	font-size:12px;
	color:#000;
	border-bottom:0px;
}

.info{
	background:#212121;
	border:solid 0px black;
	padding:3px;
	padding-top:0px;
	font-size:13px;color:#555555;
	padding-bottom:10px;
	margin-bottom:10px;
}

.info a{
	color:#000;
	text-decoration:none;
}

.info a:hover {
	color:#000;
	text-decoration:underline;
}


#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img{
	border: none;
}

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#overlay {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	background-color: black;
	position: fixed;
	z-index: 2999;
	display: none;
}


#modWin {
	top: 36%;
	left: 50%;
	position: fixed;
	margin-left: -220px;
	width: 400px;
	border: 5px solid #ccc;
	background-color: #f8f8f8;
	text-align: center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: #999;
	padding: 20px;
	font-family: tahoma, arial;
	z-index: 3000;
	display: none;
}


.farbtastic {
	position: absolute;
	left:0px;
	top:100px;
}
.farbtastic * {
	position: absolute;
	cursor: crosshair;
}
.farbtastic, .farbtastic .wheel {
	width: 195px;
	height: 195px;
}
.farbtastic .color, .farbtastic .overlay {
	top: 47px;
	left: 47px;
	width: 101px;
	height: 101px;
}
.farbtastic .wheel {
	background: url(wheel.png) no-repeat;
	width: 195px;
	height: 195px;
}
.farbtastic .overlay {
	background: url(mask.png) no-repeat;
}
.farbtastic .marker {
	width: 17px;
	height: 17px;
	margin: -8px 0 0 -8px;
	overflow: hidden;
	background: url(marker.png) no-repeat;
}


.pagination {line-height:190%; font-size:11px; text-align:center}
.pagination a {border:1px solid gray; margin:0px 2px; padding:0px 2px;}
.pagination a:hover {color:black; border-color:black;}

.pic .source {
	font-size: 12px;
	text-align: center;
}

#addpic .source {text-align: left;}

#poczekalnia_opis {
	margin: 15px auto;
	font-size: 14px;
	padding: 5px;
	border: 1px solid gray;
	background-color: #fff;
	color: #444;
	width:740px;
	border-radius: 2px;
}

.errorMessage {
	display: block;
	margin-left: 190px;
	font-size: 11px;
	color: red;
}

.pic ol {
	margin-left: 30px;
}

#banmessage {
	border: 2px solid #c00;
	padding: 5px;
	background: #fff;
	color: #c00;
}

.admin, .superadmin {
	color: red !important
}

/* raportowanie */
#reportform_pic {
	font-size: 11px;
	width: 300px;
}

#reportform_pic a:hover {
	color: black;
}

.report_widget_box, #reason_archive_box {
	display: none;
	position: absolute;
	z-index:10;
	background-color: white;
	color: black;
	border: 1px solid black;
	right: -250px;
	top: 0;
}

.pic .report_widget_box, #reason_archive_box {
	right: 0;
	top: 80px;
}

form#contact input {
	width: 450px;
}


form#contact textarea {
	width: 450px;
	height: 200px;
}


.hidden {
	display: none;
}

#top_block{
	text-align:center;
	float:right;
	margin-top:60px;
}
#top_block div.topka_menu{
	margin-top:15px;
}
#top_block div.topka_menu > div{
	display: inline;
	font-size: 13px;
}
.topka_menu li{
	margin-top:10px;
	font-size:13px;
}
#top_block .topka_menu .tab_on{
	background: #ACFFA1;
}
#top_block .topka_menu .tab_off{
	background: #9bee90;
}


#topkamenu a {
	margin-right: 5px;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
	padding: 1px 12px;
	background: #444;
	color: #DDD;
}

#topkamenu a:hover {
	background: #AAA;
	color: white;
}

#topkamenuextended {
	border: 1px solid gray;
	position: absolute;
	z-index: 10;
	background: #fff;
}
#topkamenuextended ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin: 2px;
}
#topkamenuextended ul li {
	padding: 2px;
	border-bottom: 1px dotted gray;
	list-style-type: none;
	margin:0;
}
#topkamenuextended ul li a:hover {
	color:black;
}

/*#topkamenuextended */

#przelacznik_pagera {
	font-size: 11px;
	text-align: center;
}

#przelacznik_pagera a {
	font-size: 11px;
	text-align: center;
	border-bottom: 1px dotted gray;
}



#editprofile  label {
	width: 160px;
	float: left;
	margin: 0 0; /* 2px 0 */
}

#editprofile textarea,#avatarurl {
	width:400px;
}

#editprofile form p {
	clear: both;
}

div#editprofile {
	position: relative;
}

div#editprofile div#sprechensprechen img {
	max-width: 15px;
	max-height: 15px;
}

div#editprofile div#sprechensprechen a {
	color: black;
}

div#editprofile div#sprechensprechen {
	font-weight: bold;
	font-size: 14px;
	font-family: arial;
	left:330px;
	position:absolute;
	top:7px;
	border-bottom: 1px dashed #fff;
	padding: 0 4px;
}


div#editprofile input#save {
	margin-left: 160px;
}

#editprofile .sex_section label {
	float: none;
	width: auto;
	padding-right: 15px;
}


#profileinfobox {
	border: 1px solid #ccc;
	padding: 8px;
	margin: 10px 0;
}


table#profileinfo{
	float: left;
	max-width: 340px;
}

ul#stats {
	float: right;
	margin-top: 8px;
	max-width: 290px;
}



table#profileinfo td {
	border-bottom: 1px dotted #ccc;
	padding: 4px 8px;
	border-collapse: collapse;
}

.username .avatar_wrapper {
	display: inline-block;
	margin: 5px;
	width: 50px;
	height: 50px;
	vertical-align: middle;
}

.username img {
	max-width: 50px;
	max-height: 50px;
	vertical-align: middle;
}

.tableSpacing5 td {
	padding: 3px;
}

.margin5 {
	margin: 5px;
}
.center {
	text-align: center;
}

#similarContainer {
	margin: 0 auto; width:650px;
	overflow:hidden;
	text-align:center;
}
.similarBox {
	overflow: hidden; float:left; width: 130px;
	height:130px;
	margin-bottom:5px;
	text-align:center;
}

.similarBox img {
	max-height: 130px;
}

.baner728 {
	text-align:center;
	width:750px;
	border: 1px solid black;
	background:#212121;
	padding:10px 0px;
}


/*# Formularz wyszukiwarki */
.findAreaForm{
	margin: 8px 43px 8px 57px;
}
.findText {
	width: 425px;
}
.findSelect {
	margin: 4px 7px 4px 0px;
	width: 140px;
	color:black;
	background-color:white;
	border:0;
	padding:5px;
	border: 1px solid black;
}
.findSelectText {
	margin: 0px 0px 0px 0px;
}
.findButton {
	width: 165px;
	margin-left: 15px;
}
#linkKubek {
	float: right;
}
.pictureImage{
	text-align: center;
	margin: 0 auto 20px;
	cursor: pointer;
	position: relative;
}
.pic .loupe {
	position: absolute;
	bottom: 33px;
	right: 24px;
	display: none;
	width: 35px;
	height: 35px;
	background: url('/res/img/loupe.png');
	cursor: pointer;
}
#podzielSie{
	float: left;
	margin: 5px 0px 0px 30px;
}
.pic:hover .loupe{
	display: block;
}

.pic_body{
	margin: 0 20px;
}

.pic_voting{
	text-align: center;
	margin: 10px;
	display: inline-block;
}
/* facebook */
#facebook_box {
	position: absolute;
	width: 190px;
	left: 10px;
	top: 600px;
}
.fb_info {
	width: 170px;
	float: right;
	right: 20px;
	text-align: center;
}
.fb_info img{
	margin-top:5px
}
/* dmail */

.pmessages {
	width: 100%;
}

.pic td{
	padding-left:3px;
}

.pmessages_header{
	background:#000;
	color:#aaa;
	text-align:center;
}

div .message_layout{
	border: 1px solid gray;
	margin-bottom: 5px;
	padding-right: 5px;
	background-color:#FFF;
}
.message_layout table{
	width:720px;

}
div .message_content{
	float:left;
	width:580px;
}

.message_buttons{
	float:right;
	margin-right: 50px;
}

#reply_pm_form{
	margin-left:68px;
}

.pm_reply_text{
	width:600px;
	height:200px;
}

.pm_blink{
	text-decoration:blink;
	color:red;
}

#threads_nav{float:right; display:none;}
.thread_nav_txt{color:#101010; cursor:text;}
.thread_nav_txt:hover{color:#101010; cursor:text;}
.calendar{ padding-right: 5px; }
.left_column{ width:100px; text-align: right;}

.hidden_bar{
	width:100%;
	height:30px;
	background:#FFFFFF;
	margin-bottom: 5px;
}

.hidden_bar_reply{
	width:670px;
	margin-left:80px;
}

.hidden_bar_text{
	padding:6px;
	color: #000000;
	font-size:11px;
}

.show-hide-comment{
	float:right;
	text-decoration:underline;
}


.admin-table td.banned {
	background-color: red !important;
	color: white !important;
}

.admin-table td.banned a{
	color: white !important;
}
/* komentarze */

.reply{
	background: #eee;
	margin: 8px 0 8px 70px;
	padding: 5px;
	border: 1px solid #ccc;
	position: relative;
}
.reply_button{
	display:none;
}

/* edycja profilu */

.block_pm{
	width: 110px;
	float: left;
}


/* witamy reklamy */
.textAdLink {
	border-bottom: 1px solid #aaa;
	background-color: #f0f0f0;
	padding: 5px;
	text-align: center;
}
.textAdLink a {
	color: red;
}

/* akceptacja regulaminu */
.confirm_faq_button{
	font-size: 11px;
	text-align: center;
	margin-top: 20px;
}

#faq li {
    margin: 15px;
}
#faq li {
	font-size: 14px;
}

/* cache dyskowy */
.logged_user_menu {
	display: none;
}


.opera_not_supported {
	text-align: center;
	color: #c11111;
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;
}

.report_duplicate_pic_button {
	color: #4991C3;
}
.pic .contact {
	margin-left: 60px;
}

#prev_pic_button_area a,
#next_pic_button_area a {
	display: block;
	background: #2a2a2a;
	padding: 10px 0;
	width: 70px;
	box-sizing: border-box;
}

#prev_pic_button_area a:hover,
#next_pic_button_area a:hover {
	background: #333;
	color: #ccc;
}

#prev_pic_button_area, #next_pic_button_area {
    bottom: 60px;
    font-size: 30px;
    position: absolute;
    text-align: center;
    text-shadow: 0 2px black;
    z-index: 10;
	overflow: hidden;
}

#prev_pic_button_area {
	box-shadow: 2px 2px 5px #666;
	left: -35px;
}

#next_pic_button_area {
	box-shadow: -2px 2px 5px #666;
    right: -35px;
}

#comments .fb-comments {
	margin-top: 10px;
}

.forumLink {
	display: block;
	padding: 10px;
	text-decoration: none;
	font-size: 16px;
	color: #09f;
	margin: 0 auto;
	text-align: center;
}
.pic .mstshare {
	text-align: center;
	display: inline-block;
	position: absolute;
	margin-top: 10px;
	right: 40px;
}
.only_plus .mstshare {
	margin-top: -2px;
}

.google_ad_info {
	display: block;
	margin-bottom: 10px;
	font-size:11px;
	color: #aaa;
}

#related_moderators {
	text-align: left;
}
#related_moderators ol {
	margin: 14px 0 20px 20px;
}
#related_moderators ol,
#related_moderators ul,
#related_moderators li {
	list-style-type: none;
}



	#page-header {
		width: 100%;
		height: 45px;
		text-align: center;
		border-bottom: 1px solid #c9c9c9;
		background: url('/res/services/mistrzowie/img/layout/head_pattern.gif') no-repeat center center #fff;
		box-shadow: 0 2px 3px rgba(0,0,0,0.2);
		position: fixed;
		left: 0;
		top: 0;
		z-index: 9999;
	}
	/* #body + fixed header*/
	#body {
		padding-top: 50px;
	}
	#page-header:before {
		content: "gradient";
		text-indent: -9999px;
		position: absolute;
		bottom: 0;
		left: 0;
		height: 14px;
		width: 100%;
		background-color: transparent;
		background-image: linear-gradient(bottom, rgba(240,240,240,1), rgba(255,255,255,0.2));
		background-image: -o-linear-gradient(bottom, rgba(240,240,240,1), rgba(255,255,255,0.2));
		background-image: -moz-linear-gradient(bottom, rgba(240,240,240,1), rgba(255,255,255,0.2));
		background-image: -ms-linear-gradient(bottom, rgba(240,240,240,1), rgba(255,255,255,0.2));
		background-image: -webkit-linear-gradient(bottom, rgba(240,240,240,0.1), rgba(255,255,255,0.2));
	}
	#page-header > nav {
		position: relative;
		width: 100%;
		max-width: 1000px;
		min-width: 900px;
		margin: 0 auto;
		padding-left: 225px;
		-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		max-height: 50px;
	}
	#page-header > nav > h1 > a {
		display: block;
		width: 192px;
		height: 28px;
		background: url('/res/services/mistrzowie/img/layout/logo_smallheader.gif') no-repeat;
		text-indent: -9999px;
		position: absolute;
		top: 8px;
		left: 20px;
	}
	#page-header ul {
		margin: 0;
	}
	#main-menu {
		list-style-type: none;
		text-align: left;
		font-size: 0;
		min-width: 770px;
		padding: 5px 0 0 0;
		max-height: 50px;
	}
	#main-menu > li {
		display: inline-block;
		vertical-align: top;
		font-size: 15px;
		font-weight: bold;
		height: 36px;
		background-color: transparent;
		border-top-left-radius: 2px;
		border-top-right-radius: 2px;
		padding: 0 10px;
		margin-top: 3px;
	}
	#main-menu > li.on {
		background-color: #c91907;
	}
	#main-menu > li > a {
		display: block;
		height: 36px;
		line-height: 36px;
		-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		background-image: url(/res/services/mistrzowie/img/layout/menu_v4.png);
		background-position: -9999px -9999px;
		background-repeat: no-repeat;
		text-indent: -9999px;
	}
	#main-menu > li > a
	#main-menu > li > a:hover {
		color: #cccccc;
	}
	#main-menu > li.on > a:hover {
		color: #fff;
	}
/* Menu backgrounds */
	/* Główna */
	#main-menu > li#m1 > a {background-position: -10px 0; width: 66px}
	#main-menu > li#m1:hover > a,
	#main-menu > li#m1 > a.selected  {
		background-position: -10px -36px;
	}
	/* Poczekalnia */
	#main-menu > li#m2 > a {background-position: -97px 0; width: 110px}
	#main-menu > li#m2:hover > a,
	#main-menu > li#m2 > a.selected  {
		background-position: -97px -36px;
	}
	/* Losuj */
	#main-menu > li#m3 > a {background-position: -229px 0; width: 44px}
	#main-menu > li#m3:hover > a,
	#main-menu > li#m3 > a.selected  {
		background-position: -229px -36px;
	}
	/* Dodaj */
	#main-menu > li#m4 > a {background-position: -296px 0; width: 50px}
	#main-menu > li#m4:hover > a,
	#main-menu > li#m4 > a.selected  {
		background-position: -296px -36px;
	}
	/* Topka */
	#main-menu > li#m5 > a {background-position: -375px 0; width: 52px}
	#main-menu > li#m5:hover > a,
	#main-menu > li#m5 > a.selected  {
		background-position: -375px -36px;
	}
	/* Kontakt */
	#main-menu > li#m6 > a {background-position: -553px 0; width: 71px}
	#main-menu > li#m6:hover > a,
	#main-menu > li#m6 > a.selected  {
		background-position: -553px -36px;
	}
	/* Forum */
	#main-menu > li#m7 > a {background-position: -653px 0; width: 60px}
	#main-menu > li#m7:hover > a,
	#main-menu > li#m7 > a.selected  {
		background-position: -653px -36px;
	}
	#main-menu > li#m8 > a {background-position: -728px 0; width: 35px;}

	#main-menu > li#m8:hover > a,
	#main-menu > li#m8 > a.selected  {
		background-position: -728px -36px;
	}

	#main-menu > li#m9 > a {background-position: -733px 0; width: 113px;}

	#main-menu > li#m9:hover > a,
	#main-menu > li#m9 > a.selected  {
		background-position: -733px -36px;
	}

	/* Wyszukiwarka */
	#main-menu > li#msearch {
		padding: 0;
	}

	/* Login menu / User menu */
	#main-menu > li#mlogin {
		padding: 0;
	}
	#main-menu > li#mavatar {
		padding: 0;
	}

/* Expand element/ Search/ Login items */
	#main-menu > li.expand {
		position: relative;
		width: 36px;
		margin-left: 4px;
		font-size: 13px;
		margin-top: 0;
	}
	#main-menu > li.expand > span {
		height: 40px;
		width: 100%;
		display: inline-block;
		text-indent: -9999px;
		cursor: pointer;
		position: relative;
	}
	#main-menu  li.expand > span:before {
		content: "icon";
		background: url(/res/services/mistrzowie/img/layout/icons_v1.png) no-repeat -9999px -9999px;
		text-indent: -9999px;
		width: 20px;
		height: 22px;
		position: absolute;
		top: 0;
		left: 0;
	}
	#main-menu  li#msearch > span:before {
		background-position: 0 -232px;
		top: 8px;
		left: 8px;
	}
	#main-menu  li#mlogin > span:before {
		background-position: 0 -276px;
		top: 8px;
		left: 8px;
	}
	#main-menu > li.expand > div {
		display: none;
		z-index: 9999;
		background: #f6f6f6;
		padding: 13px 12px;
		width: 270px;
		position: absolute;
		right: 0;
		top: 30px;
		border-radius: 2px;
		border-top-right-radius: 0;
		box-shadow: 1px 2px 2px #131313;
	}
	li.expand  a {
		color: #1e1516;
		font-weight: bold;
	}
/* Hover + 'visible' class*/
/*	ul#main-menu > li.expand:not(.visible):hover,*/
	ul#main-menu > li.visible {
		background: #f6f6f6;
		-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
		box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	}

/*	ul#main-menu > li.expand:not(.visible):hover > div, */
	ul#main-menu > li.expand:not(#msearch):hover > div,
	ul#main-menu > li.visible > div {
		display: block;
	}

	ul#main-menu > li.expand:not(#msearch):hover {
		background: #f6f6f6;
		-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
		box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	}
/*	ul#main-menu > li#mavatar:not(.visible):hover,*/
	ul#main-menu > li#mavatar:hover,
	ul#main-menu > li#mavatar.visible,
	ul#main-menu > li#mavatar > div  {
		background: #444 !important;
		color: #fff;
		font-weight: normal;
		-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
		box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	}
	ul#main-menu > li#mavatar:hover > div {
		background: #444;
	}
	ul#main-menu > li#mavatar > div {
		padding:0;
		width: 205px;
	}
	ul#main-menu > li#mavatar > span {
		width: 30px;
		height:30px;
		top: 3px;
		left: 3px;
	}
	li#mavatar > span > img {
		width: 100%;
		display: block;
	}
	/* Wyszukiwarka, login form, logged in */
	#main-menu form { font-size: 0; }
	#main-menu form input,
	#main-menu form select,
	#main-menu form textarea,
	#main-menu form button,
	#main-menu form label {
		font-size: 13px;
		display: inline-block;
		vertical-align: top;
	}
	#main-menu form label {
		padding-bottom: 5px;
		width: 100%;
		text-align: left;
	}
	#main-menu input.submit {
		width: auto;
		height: 30px;
		margin-left: 4px;
		padding: 0 10px;
		border-radius: 2px;
		background-color: #fefefe;
		color: #888;
		font-weight: bold;
		font-size: 12px;
		-webkit-box-shadow: inset 0px -12px 24px rgba(240,241,245,1);
		box-shadow: inset 0px -12px 24px rgba(240,241,245,1);
		cursor: pointer;
		border: 1px solid #ccc;
	}
	#main-menu input {float: none}
	#main-menu input:not([type=submit]):not([type=file]) {
		padding-left: 5px;
		width: auto;
		height: 30px;
		border: 1px solid #cacaca;
		float: none;
	}

	#main-menu label:before {
		content: attr(data-label) ":";
		display: inline-block;
		height: 30px;
		line-height: 30px;
		color: #636363;
		font-weight: normal;
		width: auto;
		min-width: 50px;
		text-align: center;
	}
	#main-menu #msearch input[type="text"] {
		width: 181px;
	}
	#mlogin div { text-align: center }
	#mlogin div form { padding: 13px 0 }
	#mlogin input[type=submit] {
		margin-top: 5px;
	}
	#mlogin input:not([type=submit]):not([type=file]) {
		width: 200px;
	}

	/* Logged in submenu */

	.user-menu > li {
		border-bottom: 1px solid #7c7c7c;
		display: block;
		width: 100%;
		padding: 0 0 0 5px;
		-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}
	.user-menu > li:last-child {border-bottom: 0;}
	.user-menu > li > a {
		display: block;
		padding-left: 35px;
		width: 100%;
		height: 33px;
		line-height: 33px;
		font-weight: normal;
		color: #fff;
		overflow: hidden;
		background: url('/res/services/mistrzowie/img/layout/icons_v1.png') no-repeat 11px 100px;
		-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;

	}
	.user-menu > li > a:hover {color: #DBDBDB;}
	.user-menu > li > a.user-profile { background-position: 6px -36px }
	.user-menu > li > a.user-edit { background-position: 6px -70px }
	.user-menu > li > a.user-stuff { background-position: 6px -103px }
	.user-menu > li > a.user-messages { background-position: 6px -137px }
	.user-menu > li > a.user-logout { background-position: 6px -171px }

	.fblogin {
		display: inline-block;
		width: 96px;
		height: 22px;
		text-indent: -9999px;
		background: url('/res/services/mistrzowie/img/layout/fblogin.gif') no-repeat;
	}
	#picsearch  { display: none;} /* hide search form */

	#main-menu li#mlogin
	 {
		display: none;
	}
	body.not_logged_in #main-menu li#mlogin {
		display: inline-block;
	}
	/* RSS */
	#rss {
		position: absolute;
		right: 0px;
		top: 0;
		z-index: 200;
	}
	#rss2 {
		width: 65px;
		height: 30px;
		overflow: hidden;
		font-size: 11px;
		margin: 7px 0 0 0;
		padding-left: 33px;
		position: relative;
		text-align: left;
	}
	#rss a {
		display: block;
		color: #444;
	}
	#rss2 a.rss-icon{
		text-indent: -9999px;
		width: 32px;
		height: 30px;
		position: absolute;
		top: 1px;
		left: 0;
		background: url(/res/img/rss.png) no-repeat 0 1px;
	}
	#rss a:hover {opacity: 0.8}

	@media only screen and (max-width: 1230px) {
		#rss { display: none }
	}

	/* New messages */

	#new-pms {
		display: inline-block;
		background-color: #fff;
		line-height: 22px;
		width: 22px;
		height: 22px;
		padding-right: 1px;
		position: relative;
		top: 0px;
		text-align: center;
		border-radius: 50%;
		left: 4px;
		font-size: 12px;
		font-weight: bold;
		color: #000;
	}

	li#mavatar:hover span:after {
		opacity: 0;
	}
	li#mavatar > span[data-newpms]:after {
		content: attr(data-newpms);
		display: inline-block;
		background-color: #c91907;
		line-height: 20px;
		width: 20px;
		height: 20px;
		padding-right: 1px;
		position: absolute;
		bottom: -5px;
		right: -11px;
		text-align: center;
		border-radius: 50%;
		font-size: 12px;
		font-weight: bold;
		color: #fff;
		text-indent: 0;
		z-index: 1;
		border: 0;
	}


	#switch_comments_visability {
		margin: 0 30px 0 0;
	}

	#comments_placeholder {
		display: none;
	}

	#comment_not_load {
		margin-top: 5px;
		font-style: italic;
	}

	#comments_loading {
		display: none;
		position: relative;
		z-index: 3000;
		top: 10px;
		left: 130px;
		width: 400px;
		margin-left: 10px;
		padding: 20px;
		border: 5px solid #ccc;
		background-color: #f8f8f8;
		color: #999;
		text-align: center;
		font-family: Tahoma, Arial;
		-webkit-border-radius: 20px;
		   -moz-border-radius: 20px;
		        border-radius: 20px;
	}

	#comment_form {
		margin: 10px 0;
		background: #eee;
		border: 1px solid #ccc;
	}

	#comment_form form {
		padding: 5px;
	}

	textarea#comment {
		display: block;
		margin-bottom: 5px;
		width: 100%;
		height: 100px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;

	}
	#comment_reply {
		width: 100%;
		height: 100px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
		border: 1px solid #ccc;
	}
	.reply_form {
		margin: 0 0 8px 70px;
		background: #eee;
		border: 1px solid #ccc;
		overflow: hidden;
		padding: 5px;
	}

	.comminfo {
		position: relative;
	}

	.comment_date {
		font-size: 11px;
		position: absolute;
		left: 65px;
		bottom: 3px;
	}

	p.commcontent {
		color: #444;
		font-size: 14px;
		padding: 5px;
		margin-left: 60px;
	}

	.add_comment {
		padding: 0;
	}

	.comment-box .comment_edit {
		font-size:10px;
		margin-bottom: 10px;
	}

	.comment-box .action_buttons .btn {
		display: none;
	}
	.comment-box {
		clear: both;
	}
	.comment-box .action_buttons {
		margin-bottom: 5px;
		margin-left: 65px;
	}

	.commentclose {
		margin-left: 5px;
	}



.lbox {
		position: relative;
		-moz-box-shadow: 0 0 19px 4px #E1E1E1 inset, 0px 4px 3px -2px #545454;
		-webkit-box-shadow: 0 0 19px 4px #E1E1E1 inset, 0px 4px 3px -2px #545454;
		box-shadow: 0 0 19px 4px #E1E1E1 inset, 0px 4px 3px -2px #545454;
		padding: 20px;
		border: 1px solid #d4d4d4;
	}
	.lbox {
		filter:progid:DXImageTransform.Microsoft.Shadow(color=#545454, direction=180, strength=4);
		background: #fff;
	}
	/*zadziala tylko na ie 9 i wiekszym*/
	body:last-child .lbox {
		filter: none;
	}


	#forgotten_pwd_form table {
		margin-left: 100px;
	}
	#change_pwd_form table {
		margin-left: 100px;
	}



	
	div#suggestedContainer {
		margin: 15px auto;
		width: 670px;
		overflow: auto;
		text-align: center;
		height: auto;
	}
	
	div.suggestedBox {
		overflow: hidden;
		float: left;
		text-align: center;
	}
	
	div.suggestedBox.suggested {
		width: 220px;
		height: 155px;
		margin-bottom: 12px;
	}
	
	div.suggestedBox.suggested span {
		text-overflow: ellipsis;
		width: 200px;
		overflow: hidden;
		white-space: nowrap;
		margin-left: 7px;
		display: block;
		font-size: 14px;
		font-weight: bold;
		text-align: left;
	}
	
	div.suggestedBox.suggested .img {
		width: 200px;
		height: 130px;
		border: 2px solid white;
		background-size: cover !important;
	}
	
	div#suggestedBoxContent section.demots {
		margin-bottom: 10px;
	}
	#suggestedBoxContent {
		margin-bottom: 25px;
	}
	






/*
	Paginator 3000
	- idea by ecto (ecto.ru)
	- coded by karaboz (karaboz.ru)
*/
.paginator {
	width: 800px;
	margin: 30px auto;
	font-size: 1em;
}
.paginator table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	opacity: 0.8;
}
.paginator table td {
	padding: 0;
	white-space: nowrap;
	text-align: center;
}
.paginator span {
	display: block;
	padding: 3px 0px;
	color: #fff;
}
.paginator span strong,
.paginator span a {
	display: block;
	margin: 0px 2px;
	padding: 0px 4px;
	border: 1px solid gray;
    background-color: #1a1a1a; /* śpiewający css xD */
    text-decoration: none;
}

.paginator span a:hover {
	border-color: white;
	background: #444;
	color: white;
}
.paginator span strong {
	background: #FDFF00;
	color: #000;
	font-style: normal;
	font-weight: normal;
}
.paginator .scroll_bar {
	position: relative;
	width: 100%;
	height: 20px;
	margin-top: 10px;
}
.paginator .scroll_trough {
	width: 100%;
	height: 3px;
	overflow: hidden;
	background: #666;
}
.paginator .scroll_thumb {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 0;
	height: 3px;
	background: #363636;
	font-size: 1px;
}
.paginator .scroll_knob {
	position: absolute;
	top: -5px;
	left: 50%;
	width: 20px;
	height: 20px;
	margin-left: -10px;
	overflow: hidden;
	background: url(/res/img/slider_knob.gif) no-repeat 50% 50%;
	cursor: hand;
}
.paginator .current_page_mark {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 0;
	height: 3px;
	overflow: hidden;
	background: #FDFF00;
}

.fullsize .scroll_thumb {
	display: none;
}

.paginator_pages {
	width: 100%;
	margin-top: -10px;
	color: #808080;
	text-align: right;
	font-size: 0.8em;
}


	.btn, .twit-btn {
		background: #f0f0f0;
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #e6e6e6));
		background-image: -webkit-linear-gradient(top, #fefefe, #e6e6e6);
		background-image: -moz-linear-gradient(top, #fefefe, #e6e6e6);
		background-image: -ms-linear-gradient(top, #fefefe, #e6e6e6);
		background-image: -o-linear-gradient(top, #fefefe, #e6e6e6);
		background-image: linear-gradient(top, #fefefe, #e6e6e6);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fefefe', EndColorStr='#e6e6e6');
		border: 1px solid #a8a7a7;
		border-bottom: 1px solid #757474;
		border-top: 1px solid #c6c5c5;
		border-radius: 2px;
		box-shadow: inset 0 0 1px 1px #ffffff;
		box-shadow: 0 1px 1px rgba(0,0,0,.2);
		color: #222222;
		font: normal 11px Arial, "Helvetica Neue", Helvetica, sans-serif;
		line-height: 27px;
		padding: 2px 0 3px;
		text-align: center;
		text-shadow: 0 1px 0 white;
		padding: 4px 10px 4px;
		font-size: 13px;
		line-height: 18px;
	}
	.btn.active, .twit-btn.active {
		position: relative;
		top: 1px;
		background: #d0d0d0;
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d0d0d0), color-stop(100%, #fefefe));
		background-image: -webkit-linear-gradient(top, #d0d0d0, #fefefe);
		background-image: -moz-linear-gradient(top, #d0d0d0, #fefefe);
		background-image: -ms-linear-gradient(top, #d0d0d0, #fefefe);
		background-image: -o-linear-gradient(top, #d0d0d0, #fefefe);
		background-image: linear-gradient(top, #d0d0d0, #fefefe);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#d0d0d0', EndColorStr='#ffffff');
		border-top: 1px solid #757474;
		border-bottom: 1px solid #c6c5c5;
		-webkit-box-shadow: inset 0 1px 3px 0px rgba(0,0,0,.4);
		-moz-box-shadow: inset 0 1px 3px 0px rgba(0,0,0,.4);
		box-shadow: inset 0 1px 3px 0px rgba(0,0,0,.4);
	}
	.btn:hover, .twit-btn:hover {
		background: #fefefe;
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #fcfcfc));
		background-image: -webkit-linear-gradient(top, #ffffff, #fcfcfc);
		background-image: -moz-linear-gradient(top, #ffffff, #fcfcfc);
		background-image: -ms-linear-gradient(top, #ffffff, #fcfcfc);
		background-image: -o-linear-gradient(top, #ffffff, #fcfcfc);
		background-image: linear-gradient(top, #ffffff, #fcfcfc);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#fcfcfc');
		box-shadow: inset 0 0 1px 1px #eaeaea;
		box-shadow: 0 1px 1px rgba(0,0,0,.2);
		color: #000000;
		cursor: pointer;
	}
	.btn:focus, .twit-btn:focus {
		outline: thin dotted;
		outline: 5px auto -webkit-focus-ring-color;
		outline-offset: -2px;
	}
	.btn:active, .twit-btn:active {
		top: 1px;
		position: relative;
	}
	.btn:hover, .twit-btn:hover {
		background: #fcfcfc;

		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #f8f8f8));
		background-image: -webkit-linear-gradient(top, #fcfcfc, #f8f8f8);
		background-image: -moz-linear-gradient(top, #fcfcfc, #f8f8f8);
		background-image: -ms-linear-gradient(top, #fcfcfc, #f8f8f8);
		background-image: -o-linear-gradient(top, #fcfcfc, #f8f8f8);
		background-image: linear-gradient(top, #fcfcfc, #f8f8f8);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fcfcfc', EndColorStr='#f8f8f8');

		border: 1px solid #cbcbcb;

		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;	


		-webkit-box-shadow: 0 1px 0px #fff;
		-moz-box-shadow: 0 1px 0px #fff;
		box-shadow: 0 1px 0px #fff;
		cursor: pointer;
	}
	.btn-inverse.active, .twit-btn-inverse.active {
		color: rgba(255, 255, 255, 0.75);
	}
	.btn-inverse, .twit-btn-inverse {
		color: #ffffff;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
		background-color: #363636;
		background-image: -moz-linear-gradient(top, #444444, #222222);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
		background-image: -webkit-linear-gradient(top, #444444, #222222);
		background-image: -o-linear-gradient(top, #444444, #222222);
		background-image: linear-gradient(to bottom, #444444, #222222);
		background-repeat: repeat-x;
		border-color: #222222 #222222 #000000;
		border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
		filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	}
	.btn-inverse:hover,
	.btn-inverse:focus,
	.btn-inverse:active,
	.btn-inverse.active,
	.btn-inverse.disabled,
	.btn-inverse[disabled],
	.twit-btn-inverse:hover,
	.twit-btn-inverse:focus,
	.twit-btn-inverse:active,
	.twit-btn-inverse.active,
	.twit-btn-inverse.disabled,
	.twit-btn-inverse[disabled] {
		color: #FFF;
		background-color: #222222;
		background-image: -moz-linear-gradient(top, #191919, #222222);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#191919), to(#222222));
		background-image: -webkit-linear-gradient(top, #191919, #222222);
		background-image: -o-linear-gradient(top, #191919, #222222);
		background-image: linear-gradient(to bottom, #191919, #222222);
		background-repeat: repeat-x;
		border-color: #222222 #222222 #000000;
		border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff191919', endColorstr='#ff222222', GradientType=0);
		filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
		box-shadow: 0 1px 0px #000;
	}

	.btn-inverse:active, 
	.twit-btn-inverse:active,
	.btn-inverse.active,
	.twit-btn-inverse.active {
		background-color: #080808;
	}
	.btn-group {
		position: relative;
		display: inline-block;
		*display: inline;
		/* IE7 inline-block hack */

		*zoom: 1;
		font-size: 0;
		vertical-align: middle;
		white-space: nowrap;
		*margin-left: .3em;
	}
	.btn-group:first-child {
		*margin-left: 0;
	}
	.btn-group + .btn-group {
		margin-left: 5px;
	}
	.btn-toolbar {
		font-size: 0;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.btn-toolbar > .btn + .btn,
	.btn-toolbar > .btn-group + .btn,
	.btn-toolbar > .btn + .btn-group {
		margin-left: 5px;
	}
	.btn-group > .btn {
		position: relative;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.btn-group > .btn + .btn {
		margin-left: -1px;
	}
	.btn-group > .btn,
	.btn-group > .dropdown-menu,
	.btn-group > .popover {
		font-size: 14px;
	}
	.btn-group > .btn-mini {
		font-size: 10.5px;
	}
	.btn-group > .btn-small {
		font-size: 11.9px;
	}
	.btn-group > .btn-large {
		font-size: 17.5px;
	}
	.btn-group > .btn:first-child {
		margin-left: 0;
		-webkit-border-top-left-radius: 4px;
		-moz-border-radius-topleft: 4px;
		border-top-left-radius: 4px;
		-webkit-border-bottom-left-radius: 4px;
		-moz-border-radius-bottomleft: 4px;
		border-bottom-left-radius: 4px;
	}
	.btn-group > .btn:last-child,
	.btn-group > .dropdown-toggle {
		-webkit-border-top-right-radius: 4px;
		-moz-border-radius-topright: 4px;
		border-top-right-radius: 4px;
		-webkit-border-bottom-right-radius: 4px;
		-moz-border-radius-bottomright: 4px;
		border-bottom-right-radius: 4px;
	}
	.btn-group > .btn.large:first-child {
		margin-left: 0;
		-webkit-border-top-left-radius: 6px;
		-moz-border-radius-topleft: 6px;
		border-top-left-radius: 6px;
		-webkit-border-bottom-left-radius: 6px;
		-moz-border-radius-bottomleft: 6px;
		border-bottom-left-radius: 6px;
	}
	.btn-group > .btn.large:last-child,
	.btn-group > .large.dropdown-toggle {
		-webkit-border-top-right-radius: 6px;
		-moz-border-radius-topright: 6px;
		border-top-right-radius: 6px;
		-webkit-border-bottom-right-radius: 6px;
		-moz-border-radius-bottomright: 6px;
		border-bottom-right-radius: 6px;
	}
	.btn-group > .btn:hover,
	.btn-group > .btn:focus,
	.btn-group > .btn:active,
	.btn-group > .btn.active {
		z-index: 2;
	}
	.btn-group .dropdown-toggle:active,
	.btn-group.open .dropdown-toggle {
		outline: 0;
	}
	.btn-group > .btn + .dropdown-toggle {
		padding-left: 8px;
		padding-right: 8px;
		-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
		-moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
		box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
		*padding-top: 5px;
		*padding-bottom: 5px;
	}
	.btn-group > .btn-mini + .dropdown-toggle {
		padding-left: 5px;
		padding-right: 5px;
		*padding-top: 2px;
		*padding-bottom: 2px;
	}
	.btn-group > .btn-small + .dropdown-toggle {
		*padding-top: 5px;
		*padding-bottom: 4px;
	}
	.btn-group > .btn-large + .dropdown-toggle {
		padding-left: 12px;
		padding-right: 12px;
		*padding-top: 7px;
		*padding-bottom: 7px;
	}
	.btn-group.open .dropdown-toggle {
		background-image: none;
		-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
		-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
		box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	}
	.btn-group.open .btn.dropdown-toggle {
		background-color: #e6e6e6;
	}
	.btn-group.open .btn-primary.dropdown-toggle {
		background-color: #0044cc;
	}
	.btn-group.open .btn-warning.dropdown-toggle {
		background-color: #f89406;
	}
	.btn-group.open .btn-danger.dropdown-toggle {
		background-color: #bd362f;
	}
	.btn-group.open .btn-success.dropdown-toggle {
		background-color: #51a351;
	}
	.btn-group.open .btn-info.dropdown-toggle {
		background-color: #2f96b4;
	}
	.btn-group.open .btn-inverse.dropdown-toggle {
		background-color: #222222;
	}
	.btn .caret {
		margin-top: 8px;
		margin-left: 0;
	}
	.btn-large .caret {
		margin-top: 6px;
	}
	.btn-large .caret {
		border-left-width: 5px;
		border-right-width: 5px;
		border-top-width: 5px;
	}
	.btn-mini .caret,
	.btn-small .caret {
		margin-top: 8px;
	}
	.dropup .btn-large .caret {
		border-bottom-width: 5px;
	}
	.btn-primary .caret,
	.btn-warning .caret,
	.btn-danger .caret,
	.btn-info .caret,
	.btn-success .caret,
	.btn-inverse .caret {
		border-top-color: #ffffff;
		border-bottom-color: #ffffff;
	}
	.btn-group-vertical {
		display: inline-block;
		*display: inline;
		/* IE7 inline-block hack */

		*zoom: 1;
	}
	.btn-group-vertical > .btn {
		display: block;
		float: none;
		max-width: 100%;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.btn-group-vertical > .btn + .btn {
		margin-left: 0;
		margin-top: -1px;
	}
	.btn-group-vertical > .btn:first-child {
		-webkit-border-radius: 4px 4px 0 0;
		-moz-border-radius: 4px 4px 0 0;
		border-radius: 4px 4px 0 0;
	}
	.btn-group-vertical > .btn:last-child {
		-webkit-border-radius: 0 0 4px 4px;
		-moz-border-radius: 0 0 4px 4px;
		border-radius: 0 0 4px 4px;
	}
	.btn-group-vertical > .btn-large:first-child {
		-webkit-border-radius: 6px 6px 0 0;
		-moz-border-radius: 6px 6px 0 0;
		border-radius: 6px 6px 0 0;
	}
	.btn-group-vertical > .btn-large:last-child {
		-webkit-border-radius: 0 0 6px 6px;
		-moz-border-radius: 0 0 6px 6px;
		border-radius: 0 0 6px 6px;
	}







form.text .text1_area{
	width: 500px;
	height: 300px;
}
form.movie .text1_area{
	width: 320px;
	height: 300px;
}
form.text #tags{
	width: 500px;
}



#addpic .file_original_section {
	margin: 20px 0;
}
#addpic .file_original_section input {
	margin: 0;
	width: auto;
}
#addpic .file_original_section label {
	float: none;
	margin: 0;
	width: auto;
}
#addpic .file_original_section p {
	clear: none;
	margin: 0;
}

#addpic .file_original_section .file_original_info {
	float: left;
	width: 190px;
}

#addpic .file_original_section .file_original_input_wrapper {
	display: inline-block;
	width: 320px;

}


#addpic .file_original_section .input_type_button {
	background-color: #F0F0F0;
	padding: 5px 10px;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
	border-style: none;
	font-size: 12px;
	cursor: pointer;
	color: black;
}
#addpic .file_original_section .input_type_button.active {
	text-align: center;
	background-color: #FCD000;
}

#addpic .file_original_section .file_original_input {
	margin-top: 10px;
	width: 320px;
}

#addpic .file_original_section .file_original_input[disabled] {
	display: none;
}
#addpic .file_original_preview_wrapper {
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	max-width: 200px;
	max-height: 253px;
	border: 1px solid black;
}
#addpic .file_original_preview_wrapper img,
#addpic .file_original_preview_wrapper iframe {
	display: block;
	max-width: 200px;
	max-height: 253px;
}


	.pmessages .pmessages_list_topic {
		width: 300px;
	}
	.pmessages .pmessages_list_date {
		width: 60px;
	}
	.pmessages_list td:first-child {
		color: #888888;
	}
	.pmessages .pmessages_list_remove {
		width: 30px;
	}
	.pm_text{
		width:550px;
		height:200px;
	}
	.pm_title{
		width:550px;
	}
	h3 a.privmes{
		font-size: 11px;
		font-weight: normal;
		margin-left: 5px;
	}
	.green{
		color: green;
	}


	#addpic form.standard {
		position: relative;
		padding-left: inherit;
	}


	#add_switch{
		background: #252525;
		padding: 0px;
		border: 1px solid #2a2a2a;
		border-bottom: 0px;
		cursor: pointer;
		cursor: hand;
		width: 720px;
		margin: 0px auto;
		height: 35px;
	}
	#add_switch .primary_add{
		float: left;
		width: 349px;
		padding: 5px;
		text-align: center;
		border-right: 2px solid #2a2a2a;
		border-bottom: 2px solid #2a2a2a;
		font:bold 16px arial;
		text-transform:uppercase;
		background-color: #222222;
	}
	#add_switch .secondary_add{
		float: left;
		width: 349px;
		padding: 5px;
		text-align: center;
		background-color:#222;
		text-transform:uppercase;
		font:bold 16px arial;
		color:#aaa;
		border-bottom: 2px solid #2a2a2a;
	}
	#add_switch .active_button{
		color: white;
		text-transform:uppercase;
		font:bold 16px arial;
		border-bottom: none !important;
		background: #252525 !important;
	}
	#secondary_add{
		display: none;
		margin: 0px auto;
		padding: 10px;
	}
	#secondary_add .field{
		clear: both;
		margin-bottom: 10px;
	}
	#secondary_add .field label{
		float: left;
		margin: 0px 2px;
		width: 190px;
	}
	#secondary_add .field input{
		margin: 0px 2px;
		width: 320px;
	}
	#secondary_add .field input#submit{
		margin-left: 195px;
	}
	.movies_types{
		font-size: 12px;
	}
	.field .movie_types{
		font-size: 12px;
		width: 550px;
		display: block;
	}

	.addform{
		display:none;
	}
	form.movie{
		background: none;
		height: auto;
		width: auto;
		margin: inherit;
		text-align: inherit;
	}


.profile_avatar{
	float: left; 
	margin-right: 15px; 
	margin-top: 5px;
}
.profile_noadmin{
	padding-top:15px;
}
.profile_admin{
	padding-top:6px;
}
.admin_title{
	font-size:11px;
}



@media handheld {
	.paginator span strong, .paginator span a {
		font-size: 48px;
		overflow: hidden;
	}
	a.iconlink { 
		padding: 20px;
	}
	a.iconlink:hover {
		text-decoration: none;
	}
}


.like_buttons_box {
	padding: 10px 0;
	text-align: center;
}
.fb_share_button {
	display: inline;
	margin-right: 5px;
}
.fb_share_button img {
	margin-top: 2px;
	margin-bottom: 3px;
}
.fb_like_button {
	display: inline-block;
	width: 100px;
	vertical-align: top;
}
.google_plus_button {
	display: inline-block;
	margin-left: 50px;
}


.widget_social .footer {
	font-size: 8px;
	padding-left: 10px;
	background-color: #3B5997;
}



.widget_social.bottom {
	margin: 10px auto;
	width: 770px;
}

.widget_social.side {
	float: right;
	width: 232px;
	height: 420px;
	background: url(/res/img/widgets/fb.png);
	display: block;
	right: -205px;
	padding: 0;
	position: fixed;
	top: 170px;
	z-index: 10000;
}

.widget_social.side .wrapper {
	color: #FFF;
	padding: 10px 5px 0px 35px;
}



	/* miejsce na przeniesione style naglowka */


	/* miejsce na style ogolne dot. wygladu strony */


	#footer ul li {
		float: left;
		margin: 5px;
		list-style-type: none;
	}

	#footer ul {
		display: table;
		margin: 0 auto;
	}


	.footer_links {
				margin: 0 auto;
		text-align: left;
	}
	.footer_links td {
		padding: 0px 30px;
	}
	.footer_links .hot {
		color: red !important;
		text-decoration: blink !important;
	}
	.footer_links .newest {
		color: red !important;
	}
	.footer_links .new {
		color: #ff7d00 !important;
	}
	.footer_links a {
		border: 0px !important;
	}
	.footer_link_title {
		padding-top: 10px !important;
		padding-bottom: 7px !important;
		text-align: left;
		font-size: 16px;
		font-weight: bold;
	}



	/* miejsce na style pojedynczego pica */


	/* miejsce na style wyswietlania picow - obrazkow */


	.pic_voting .stats{
		display: inline-block;
	}
	.pic_voting .vote_result{
		display: block;
		height: 22px;
	}
	.pic_voting .vote_result img{
		margin-top: 7px;
	}
	.pic_voting .buttons .tooltip div{
		display: inline;
	}
	.pic_voting .buttons .tooltip{
		display: none;
		position: absolute;
		background: none repeat scroll 0 0 #FEFF93;
		border: 1px solid #FFDD33;
		font-size: 12px;
		padding: 3px 10px;
		
				-webkit-border-radius: 5px;
				   -moz-border-radius: 5px;
						border-radius: 5px;
				}
	.statistics_bar.normal {
		text-align: center;
	}
	.statistics_bar.only_plus{
		text-align: center;
	}
	.only_plus .pic_voting .buttons{
		display: inline-block;
		/*hak na IE*/
		width: auto;
		height: auto;
	}
	.only_plus .pic_voting{
		display: inline;
		/*hak na IE*/
		width: auto;
		height: auto;
	}
	.fb_iframe_widget iframe{
		position: static !important;
	}

	.popup_info .like_buttons_box {
		position: absolute;
		top: 80px;
		margin-left: -28px;
		padding: 0 0;
	}
	.statistics_bar.only_plus > .vote_result{
		display: block;
	}
	.statistics_bar.only_plus .stats .total_votes_up .value{
		display: inline-block;
		background-image: url("/res/img/number.png");
		background-repeat: no-repeat;
		font-size: 15px;
		height: 20px;
		padding-bottom: 0;
		padding-left: 1px;
		text-align: center;
		width: 55px;
		vertical-align: super;
	}
	.statistics_bar.only_plus .buttons .vote img{
		/*vertical-align: bottom;*/
	}
	.statistics_bar.only_plus .stats .total_votes_up .value:hover{
		background-position: 0px -21px;
	}
	.statistics_bar.only_plus .like_buttons_box .fb_like_button{
		width: 100px;
		margin-top: 0;
	}
	.statistics_bar.only_plus .like_buttons_box .google_plus_button{
		margin-left: 0px;
		vertical-align: top;
		margin-top: 2px;
	}


.pic_form span.tagMatches {
	display: block;
	width: 500px;
	margin: 0px 0px 15px 100px;
}
.pic_form span.tagMatches span {
	display: inline-block;
	margin: 5px 4px 0px 0px;
	padding: 1px 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color: #444;
	color: #fff;
	font-size: 9px;
	cursor: pointer;
}
.pic_form .max_tags_count_alert {
	display: none;
	width: 500px;
	margin-left: 100px;
	font-size: 11px;
	font-style: italic;
}


.pic_download_button,.pic_comments_button {
	display: inline-block;
	margin: 10px 20px;
	padding: 2px 5px;
	-webkit-box-shadow: 2px 2px 2px grey;
	-moz-box-shadow: 2px 2px 2px grey;
	box-shadow: 2px 2px 2px grey;
	border: 1px solid grey;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-style: italic;
	font-size: 12px;
}


#picsearch {
	float: right;
	width: 400px;
	padding-left: 120px;
	padding-right: 100px;
}
#pic_search_input {
	width: 300px;
}
#pic_search_button {}




	.clearfix:before, .clearfix:after { content: ""; display: table; }
	.clearfix:after { clear: both; }
	.clearfix { zoom: 1; }



	
		#skyRightWrapper, #skyLeftWrapper {
			position: relative;
		}
		#skyLeft {
			position: absolute;
		}
		#skyLeft, #skyRight, #skyRightKontekst {
			display: none;
			top: 0;
			padding-top: 52px;
			padding-bottom: 25px;
		}

		#skyRight {
			text-align: right;
		}
		#skyRight .google_ad_info {
			text-align: center;
		}
		#skyRightKontekst {
			top: 620px;
			z-index: 1;
		}

		#skyRightKontekst.sticked {
			top:0 !important;
		}
	



	.adad {
		text-align: center;
		margin: 0 auto;
		width: 750px;
	}


.shad {
	position: absolute;
	z-index: 3;
	top: 0;
	right: 63px;
	bottom: 0;
	left: 63px;
	box-shadow: 0 0 144px #444444 inset;
	background-color: #EEEEEE;
	color: #444;
	min-height: 250px;
}
.shad .wrapper {
	position: absolute;
	width: 100%;
	height: 240px;
	top: 50%;
	margin-top: -120px;
}
.shadmsg {
	margin-top: 15px;
	color: black;
	font-size: 11px;
}
.shadmsg a {
	color: red;
	font-size: 20px;
	font-weight: bolder;
	text-decoration: underline;
	line-height: 30px;
}
.shadmsg a.show_button {
	display: inline-block;
	margin-top: 15px;
	padding: 5px 20px;
	border-top: 1px solid lightGray;
	border-radius: 3px;
	background: #E41C1F;
	color: white;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 1px;
	text-decoration: none;
}
.shadmsg a.show_button:hover {
	border: 1px solid lightGray;
}


#login .error_message{
	color: red;
	font-size: 11px;
}


/* standardowe widgety */
.standard_widget {
	background: url("/res/img/widgets/top/standard/block_bg.png") repeat-x scroll 0 30px #FFFFFF;
	width: 219px;
	margin-bottom: 10px;
}
.standard_widget .head {
	background: url("/res/img/widgets/top/standard/block_header.png") repeat scroll 0 0 transparent;
	color: #FFFFFF;
	font-size: 14px;
	height: 30px;
}
.standard_widget .head .title {
	text-align: left;
	padding: 7px 0 0 30px;
}
/* welcome widget */
#welcome .movie {
	width: 220px;
	height: 158px;
	background: url("/res/img/widgets/welcome/thumb.png") no-repeat;
	cursor: pointer;
	margin: 0 auto;
	text-align: center;
}

/* multiwidgety */
.multi_widget .menu .tab {
	float: left;
	cursor: pointer;
}

.multi_widget .menu .tab.on {
	width: 50%;
	height: 35px;
	background: url(/res/img/widgets/top/multi/tab_on.png) no-repeat;
	margin-top: 3px;
	text-align: center;
	padding-top: 6px;
}

.multi_widget .menu .tab.off {
	width: 50%;
	height: 35px;
	background: url(/res/img/widgets/top/multi/tab_off.png) no-repeat;
	margin-top: 3px;
	text-align: center;
	padding-top: 6px;
}

.multi_widget .menu .tab.on a {
	color: #003556;
}
.multi_widget .menu .tab.off a {
	color: #878787;
}
.multi_widget .menu .footer {
	clear: both;
}

.multi_widget .content .container.on {
	display: block;
	border: 1px solid #CCC;
	border-width: 0 1px 1px 1px;
}
.multi_widget .content .container.off {
	display: none;
}

.standard_widget .content .container .single {
	text-align: left;
	padding-left: 10px;
}
.standard_widget .menu {
	border: 1px solid #CCC;
	border-width: 0 1px;
}
.content .empty {
	text-align: center;
}
div.wspaniali {
	background: white;
	padding: 10px;
	border: 1px solid #ccc;
}
a.wspaniali {
	font-size: 30px;
	font-weight: bold;
	color: #3c92d6
}



	#usermenu .facebook_login_button{
		background: url('/res/img/icons/fb_login.gif');
		width: 96px;
		height: 22px;
		display: inline-block;
		position: absolute;
		left: 176px;
		top: 4px;
		cursor: pointer;
	}
	.fblogin {
		cursor: pointer;
	}









	.activeRank1 {
		color: #3399FF !important;
	}
	.activeRank2 {
		color: orange !important;
	}



	.hidelong .pic_wrapper {
		height: 1080px; /* wysokość obrazka po zwinięciu, jeśli jest za wysoki */
		overflow: hidden;
		position: relative;
	}
	
	.hidelongarea {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		/*ew. if tylko na pwx*/
		max-width: 600px;
	}

	.hidelongarea .showlongbutton {
		display: block;
		width: 100%;
		padding: 7px 0;
		background: #F6F4EA;
		color: black;
	}

	.hidelongarea .showlongbutton:hover {
		text-decoration: underline;
	}

	.hidelongarea .fade {
		display: block;
		width: 100%;
		height: 60px;
	}
	
	.hidelong_gradient {
		background-image: linear-gradient(top, rgba(0, 0, 0, 0) 0%, #F6F4EA 100%);
		background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #F6F4EA 100%);
		background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #F6F4EA 100%);
		background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #F6F4EA 100%);
		background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #F6F4EA 100%);
	}


	.imgZoomed {
		display: block;
		margin: 0 auto 35px;
		max-width: 1000px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
		-moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.75);
		box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	}
	.imgZommedContainer {
		left: 0px;
		height: 100%;
		position: fixed;
		width: 100%;
		top: 46px;
		overflow: auto;
		z-index: 3000;
		overflow: auto;
		cursor: pointer;
	}



	.user-rank {
		display: inline-block;
		margin: 0 0 -5px 2px;
		height: 21px;
		width: 50px;
		background-image: url('/res/services/mistrzowie/img/layout/rankssprite.png');
		text-indent: -9999px;
	}

	.user-rank.posterunkowy {
		background-position: 0 0;
	}
	.user-rank.starszy_posterunkowy {
		background-position: 0 -28px;
	}
	.user-rank.sierzant {
		background-position: 0 -55px;
	}
	.user-rank.starszy_sierzant {
		background-position: 0 -82px;
	}
	.user-rank.sierzant_sztabowy {
		background-position: 0 -110px;
	}
	.user-rank.mlodszy_aspirant {
		background-position: 0 -137px;
	}
	.user-rank.aspirant {
		background-position: 0 -164px;
	}
	.user-rank.starszy_aspirant {
		background-position: 0 -192px;
	}
	.user-rank.aspirant_sztabowy {
		background-position: 0 -219px;
	}
	.user-rank.podkomistrz {
		background-position: 0 -247px;
	}
	.user-rank.komistrz {
		background-position: 0 -274px;
	}
	.user-rank.nadkomistrz {
		background-position: 0 -301px;
	}
	.user-rank.skrinspektor {
		background-position: 0 -329px;
	}
	.user-rank.mistrz {
		background-position: 0 -356px;
	}
	.user-rank.mistrz_polski {
		background-position: 0 -384px;
	}
	.user-rank.mistrz_europy {
		background-position: 0 -411px;
	}
	.user-rank.mistrz_swiata {
		background-position: 0 -439px;
	}
	.user-rank.mistrz_olimpijski {
		background-position: 0 -466px;
	}
	.user-rank.arcymistrz {
		background-position: 0 -493px;
	}
	.user-rank.mistrz_mistrzow {
		background-position: 0 -521px;
	}




		.mmg_facebook_share {
		font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
		background-color: #3c5a98;
		width: 99%;
		padding: 10px;
		text-align: center;
		color: #fff;
		cursor: pointer;
		border-radius: 5px;
		margin: 2px;
	}

	#messages .mmg_facebook_share {
		margin-top: 15px;
		/*uwzględnienie paddingu*/
		width: calc(100% - 20px)
	}

	#messages .color_facebook_logo.sprite{
		width: 22px;
		height: 22px;
		background: url(/res/img/icons/facebook.png);
		display: inline-block;
	}





/*
	Icon font
*/
@font-face {
  font-family: 'RedactorFont';
  src: url('redactor-font.eot');
}
@font-face {
  font-family: 'RedactorFont';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggi/NUAAAC8AAAAYGNtYXAaVcx2AAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zm8dIFkAAAFwAAATSGhlYWQACVb9AAAUuAAAADZoaGVhA+ECBQAAFPAAAAAkaG10eEEBA94AABUUAAAAkGxvY2FVlFE8AAAVpAAAAEptYXhwAC8AkgAAFfAAAAAgbmFtZRHEcG0AABYQAAABZnBvc3QAAwAAAAAXeAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmHwHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYf//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAwAAACUCAAGSAAQACQANAAA3EQURBQEFEQURATUXBwACAP4AAdv+SgG2/tySkiUBbgH+lAEBSgH+3AEBJv7/3G9sAAAGAAAASQIAAW4ABAAJAA4AEwAYAB0AABMhFSE1FSEVITUVIRUhNSczFSM1FTMVIzUVMxUjNZIBbv6SAW7+kgFu/pKSSUlJSUlJAW5JSW5JSW5JSdxJSW5JSW5JSQAAAAACAAAAJQH3AZIAFgAuAAAlLgMnBzIuAic+AyMXNh4CByUnMg4CBx4DIxcnHgMXNi4CBwH3Dik/XUABAR04Vjg+WDUYAQFNeEcZEv7MAQENHDMlHzIfEQEBASZUTDYHCSBIZj4lGCQaEARqFi5HLzJFKhJqDC1RZSzVPQoWIxkbJBQID0wCCQ4VDxo4KA8PAAACAG4AJQGSAZIABAAzAAA3IQchJzceAzMyPgI3PgMnNyMXDgMHDgMjIi4CJy4DNycjBx4DF24BJQH+3QFABRIUGg0QGBUQCAYKBgQBAUABAQEEBAQCCAgKBQYJCQcEAgUCAwEBPwEBAwcJCEkkJD8HCgYEBAYKBwcRFRkPtcMGCQkHAwMFAwEBAwUDAwcJCQbDtQ8ZFREHAAUAAP//AgABtwAGAA4AFgBHAF8AAAEzFTMVIzUfAQc1IzUzNS8BNxUzFSMVFx4DFRwBDgEHDgMHMh4CFx4DHwEjJzwBJjQjLgMrARUjNTMyHgIXBzMyPgI3PgM1NC4CJy4DKwEVAUkjS24mkZFvb96RkW9vDAMFAwECAwICBQUGBAECAgIBAQICAgEbIBMBAQIEBQUCCh0qCAwKCQM3DgMFBQMCAQIBAQEBAgECAwQGAw4BtpYgtv9cXEolSUhcXEklSlUDCAoNBwQJBwcCAwUDAgEBAQIBAQMEBANCLgEBAQIGBwYCSLYBAwUDRAECAgECBAQGAwQFBQQBAgIBATIAAAAAAwBtAAABkgGTAAMADAARAAAlIzcXBzM3MxczAyMDFyEVITUBI0YjI7ZKF2MXSmVbZQEBJP7c5nh4eUlJASb+2iRJSQAKAAAAJQIAAZIABAAJAA4AEwAYAB0AIgAnACwAMQAANxEFEQU3FzUHFTU3NScVJwcVFzUVJxU3NRUHFRc1NxUXNQclBxUXNRUnFTc1FQcVFzUAAgD+ALeSkpKSJW1tbW1tbSWSkgEkbW1tbW1tJQFuAf6UASUBSgFIbQFIAUq4AUgBSm8BSgFIbQFIAUrbSAFKAQEBSAFKbwFKAUhtAUgBSgAAAAIACQAlAgABkgAWAC4AACUOAxU1DgMHJj4CFzU0HgIXBT4DNxU1FD4CNy4DNRUmDgIXAgA5VTkcQVxAKA8RGEh3Thc2Vz/+PAY3S1UlECAxICYyHQw9Z0chCt8wRi8VAWsFDxsjGS1kUiwLaQETKUYxYBAUDwgDTRABCRMlGhoiFwkBPhAQJzkZAAAAAgBJAEkBtwFuAEcAjwAAAQ4DFRQeAhceAxc+Azc+AzU0LgInLgMHJg4CBwYiBiYHNAYmIicwLgE0NTQ+Ajc+Azc1DgMHJw4DFRQeAhceAxc+Azc+AzU0LgInLgMHJg4CBwYiBiYVJgYmIjUiJjQmNTQ+Ajc+Azc1DgMHATkJDQkEAwYKBgcOEBAJCA4NDAUGCAUDAwQHBQUKCgwGBQoICAMBAgIBAQEBAQEBAQMGCgYGDxITCxMhHBYJzQkNCQQDBwkHBg4QEQgIDg0MBgUIBQMCBQcFBAoLDAYFCQkIAwECAgEBAQEBAQEBAwcJBgcPERQLEyEcFwkBIgwYHBsQCxgUEgcICwgDAQECBggGBQ0MDwYIDA0KBgUIBAQBAQICBQECAgEBAQECAQQCBQEKEhQRCggQDAwDFwgQFBQNAQwYHBsQCxgUEgcICwgDAQECBggGBQ0MDwYIDA0KBgUIBAQBAQICBQECAgEBAQECAQQCBQEKEhQRCggQDAwDFwgQFBQNAAT//wBJAgABbgAEAAkADgASAAATIRUhNRchFSE1FSEVITUHNQcXAAIA/gC3AUn+twFJ/rclk5MBbklJbklJbklJSbdcWwAAAAUAAABJAgABbgAEAAkADgAaAG0AABMhFSE1FSEVITUVIRUhNSczNSM1IwcVNxUjFRc+Azc+Azc0PgE0NTQuAicuAyMiBioBByIOAiMVPgM3Mj4BMjM6AR4BFx4CFBUcAQYUBw4DBw4DDwEVMzUjPgM3MZIBbv6SAW7+kgFu/pKNRBgUFhYYIAUHBQMBAgICAQEBAQEDBAICBgcHBQEEAwQCAgMEBAICBAQDAgIDAwMCAgMDAwEBAgEBAQEBAgICAQQGCQULRC0BAwQEAgFuSUluSUluSUlrFF0GFAZJFJEFBwYEAQIDBAMBAgMDAwIDBwUFAgIEAgEBAQEBAhUBAgIBAQEBAQIBAQIDBAIBAgMCAQICAwMCAQUHCQYNExQBBAMFAgADAAAASQIAAW4ALAAxAGwAACUiLgInNTMeAzMyPgI1NC4CIyIOAgcjNT4DMzIeAhUUDgIjJzMVIzUnIg4CByMVDgMVFB4CFxUzHgMzMj4CNzMVDgMjIi4CNTQ+AjMyHgIXFSMuAyMBbgoUEhEIHgUKCwsGEyEZDg4ZIRMGCwsKBR4IERIUCh41KBcXKDUet5KSJQYLCwoFHgQHBQICBQcEHgUKCwsGBgsLCgUeCBESFAoeNSgXFyg1HgoUEhEIHgUKCwsGSQMGBwU0AgQDAQ0XHhESHhcNAQMEAjQFBwYDFyg1Hx41KBe3SUkvAQMEAhgFCw0OBwcNDQsGFwIEAwEBAwQCNAUHBgMXKDUeHzUoFwMGBwU0AgQDAQAAAAEAAAC3AgABAAAEAAATIRUhNQACAP4AAQBJSQABAJIASQGSAZIADAAAAQ8CFzcHNxc3DwEXAQcpQQvBC0ApQAvBC0EBWdYBOAE6AdgBOgE4AQAAAAQAAABJAgABbgAEAAkADgASAAATIRUhNRchFSE1FSEVITUHNRcHAAIA/gC3AUn+twFJ/re3k5MBbklJbklJbklJSbdcWwAAAAMAAAAlAgABkgAEAAkAEgAANxEFEQUBBREFEQc/ARcVJTU3FwACAP4AAdv+SgG2tiQwPv6Sbm4lAW4B/pQBAUoB/twBASa4AV5eSgFIk5MABAAlAAAB2wG3AAMAGgAeADUAAAEVJzMHHgIGDwEOAS4BJy4BNDY/AT4BHgEXARcnFTceATI2PwE+AS4BJy4CBg8BDgEeARcB29vbKgMDAQICcwIGBgYCAwMBAnQCBQYGAv5029sqAwYGBQJzAgEBAgMCBgYGAnICAgEDAgG33NwrAgYGBgJzAgEBAgMDBQYGAnMCAQECA/51AdvaKgMDAQJzAgUGBgMCAwECAnMCBQYGAgAABAAA/9sCAAHbAAMAGgAeADUAACU1Fwc3LgI2PwE+AR4BFx4BFAYPAQ4BIiYnBycXNQcuASIGDwEOAR4BFx4CNj8BPgEuAScBJdvbKgMDAQICcwIGBgYCAwMBAnQCBQYGAnTb2yoDBgYFAnMCAQECAwIGBgYCcgICAQMC/9zbASwCBgYGAnICAgEDAgMGBgUCcwIBAwN1AdzbKgMDAQJzAgUGBgMCAwECAnICBgYGAgABAG4AJQFuAZIAEgAAJREjESM1Ii4CNTQ+AjsBESMBSSRKFigeEREeKBaTJSUBSf63khEeKBcWKB4R/pMAAAAAAwAlAAEB3AG2AAoAVwB4AAAlMwcnMzUjNxcjFQcOAwcOAyMiLgInLgM1ND4CNz4DOwE1NC4CJy4DIyIOAgcOAwc1PgM3PgIyMzIeAhceAx0BIzU1IyIOAgcOAxUUHgIXHgMzMj4CNz4DPQEBkkpcXEpKXFxK6wIGBgcEAwgICQUIDw4LBQUHBQIDBQkGBQ8SFAwlAQMDAgMFBwgFBAoJCQQFCQkJBQQJCQkEBQkKCQUNFRENBQUIBQI0FQgMCggDAwUDAQECAwICBQUHAwUJCQcCAwUCApKRkZORkZMHBAYFBQECAwIBAgUHBQULDQ8JCRANCwQFBgUCCQMGBQQCAgICAQEBAgEBAwQFAy8CAwMCAQEBAQIFCAUGDhIXDXgYSwECAwICBgYIBQQGBgUCAgMCAQIEBgQECgsOBwQAAAAEACUASgHbAW4AAwAMAC0AegAANyM3FwczNzMXMwMjAyUVFA4CBw4DIyIuAicuAzU0PgI3PgM7ATcuAyMqAQ4BBw4DBxU+Azc+AzMyHgIXHgMdASMiDgIHDgMVFB4CFx4DMzI+Ajc+AzcVMzU0LgInrjUbGok4EUsSOE1ETQF/AQMFAwMHCQoFBAYGBQIDAwIBAgMEAwMJCw0IFiIFDhIWDQYKCgoFBAoJCgQFCgoJBQUJCgoFBAkHBgIDAwMBJg0WEw8GBgkGAwIFCAUFDA4QCQUJCQgEBAcHBgI3AgUIBsV1dXZHRwEf/uFlBAcOCwsEBAYEAwICAwICBQYHAwUJBwUCAgMCAWIFCAYCAQEBAQMCBAIwAwUEAwIBAgEBAQIDAQIEBgYDCQMEBwQFCw4QCgkPDgsFBQcFAgEBAwICBQUHAxh7DhcTDwUAAAIASQBJAbcBkwAEAIEAABMhFSE1Fx4DFx4DFRQOAgcOAyMiLgInLgMnFR4DFx4DMzI+Ajc+AzU0LgInLgMvAS4DJy4DNTQ+Ajc+AzMyHgIXHgMXNS4DJy4DIyIOAgcOAxUUHgIXHgMfAUkBbv6SvwQIBgYCAgMDAQIDBQQDCAkLBgYNDAwGBg0NDQYGCwwNBgYNDAwHDxoXEggHCwgDAgUHBAUMDxIKHAcNCQcDAgMDAQIDBQMDCAkKBgYLCgsGBQsLCgYGCwwLBgYLDAsGDBcUEQcICwcDAgQHBAUMERUNIAEAJSUxAgMFBAMDBgYHAwUICAYDAgQDAQECAwMCBQcIBEEDBAUDAgECAQEDBgkGBQ8SFQwJEA8NBgYKCggDCwIFBQQDAgUFBgMFBwcFAwIDAwEBAgMCAgQGBgM9AgUDBAEBAgEBAwcJBgYPERMLCA8ODAQFCgoJBQsAAAQAAABJAgABbgAEAAkADgATAAA/ARcHJxc3FwcnJScHFzcXJwcXNwAltiO4AbYluCMB/yO4JbYBuCO2Jdsdkh6TAZQekhwBHZIekwGUHpIcAAAAAAUAAP/bAgAB2wAEAAkADgATABgAABcRIREhASERIREHITUhFRUhNSEVFSE1IRUAAgD+AAHb/koBtkn+3AEk/twBJP7cASQlAgD+AAHc/kkBt5JJSW5JSW5JSQAAAwCTAEkBbQGSABcALwBbAAA3Mh4CFx4DFwYUDgEHDgMrATczNzIeAhceAhQXBhQOAQcOAysBNzMDMzI+Ajc+Ayc2LgInLgMnPgM3PgMnNi4CJy4DKwED+AcNCQkDBAMEAQEBBAQEAgkKDQcqASgBBQsIBwIDAwQBAQQCBAEICAsFKgEoZGQRGRgRCAYLBgQBAQMEBwQGCg8OCggMDQgFAwcDAwEBBAYLBgcQFBcOZAHeAQMEAwMICQwHBgsJCAIDBAMBYYECAgMDAgYHCQUFCQcGAgIEAgFN/uoDBQgGBQ4RFQsKEQ8NBgUJBgQBAQMFBwUECwwOCAsSDw0FBggFAv63AAADACUAAAHbAbcABAANABEAADcRIREhEyMDMzczFzMDBxcjNyUBtv5K/URMOBBLETdLIho0GgABt/5JAW7+20hIASU1eHgAAAACAEIAHwG8AZkAIQBLAAAlBycOAS4BJwcXBw4BIiYvAS4BNDY/AT4BMhYfAR4BFAYHJy4BIgYPAQ4BFBYXHgE+AT8BLgMnLgI2PwE+AhYXBxc3PgE0JicBvJQEBQsMCwYhHg8PJygnDw8PDw8P1w8nKCcPDw8QEA8lCxscHAvFCwwLCgsbHRsLJwMFBgUCCgwDBQhSBg8QEgl+JoYLCwoL9pQEAQECAwMgHg8PDw8PDxAmKCcP1w8QEA8PDycoJw9+CwoLC8YLGx0bCwoLAQsLJgIDBAUCChcXFQhSBgYBBAV9JYYLHBwbCwAAAAMAAABJAgABbgAEAAkADgAAEyEVITUXIRUhNRczFSM1AAIA/gCSAW7+kpPb2wFuSUluSUluSUkAAwAAAEkCAAFuAAQACQAOAAATIRUhNRUhFSE1FTMVIzUAAgD+AAFt/pPc3AFuSUluSUluSUkAAAADAAAASQIAAW4ABAAJAA4AABMhFSE1FSEVITUVIRUhNQAB//4BAf/+AQIA/gABbklJbklJbklJAAMAAABJAgABbgAEAAkADgAAEyEHIScHIRchNxchByEnbgElAf7dAW0B/wH9/wFtASUB/t0BAW5JSW5JSW5JSQAGAAAAJwIAAZUACAANABQAGAAdACEAADc1IxEhFTMRIQEhFSE1FyMVIRUhNQcjNxcXITUhFScXIzdJSQG3Sf5JAUn+kwFtSiX+twFu27hcXG3+2wElKSlJICdJASVK/twBSdzcSbcl3EltbSUlJW5JSQAAAAEAAAABAADCHXSvXw889QALAgAAAAAAz3WLJQAAAADPdYsl////2wIAAdsAAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgD//wAAAgAAAQAAAAAAAAAAAAAAAAAAACQAAAAAAAAAAAAAAAABAAAAAgAAAAIAAAACAAAAAgAAbgIAAAACAABtAgAAAAIAAAkCAABJAgD//wIAAAACAAAAAgAAAAIAAJICAAAAAgAAAAIAACUCAAAAAgAAbgIAACUCAAAlAgAASQIAAAACAAAAAgAAkwIAACUCAABCAgAAAAIAAAACAAAAAgAAAAIAAAAAAAAAAAoAFAAeAEAAcAC4AQQBhgGoAfoCQAMCAyYDuARGBFQEcASUBLwFFgVuBY4GLgbUB4IHrAfaCFwIgAj2CRIJLglKCWoJpAAAAAEAAAAkAJAACgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAYAAAAAQAAAAAAAgAOAGoAAQAAAAAAAwAYAC4AAQAAAAAABAAYAHgAAQAAAAAABQAWABgAAQAAAAAABgAMAEYAAQAAAAAACgAoAJAAAwABBAkAAQAYAAAAAwABBAkAAgAOAGoAAwABBAkAAwAYAC4AAwABBAkABAAYAHgAAwABBAkABQAWABgAAwABBAkABgAYAFIAAwABBAkACgAoAJAAUgBlAGQAYQBjAHQAbwByAEYAbwBuAHQAVgBlAHIAcwBpAG8AbgAgADEALgAwAFIAZQBkAGEAYwB0AG8AcgBGAG8AbgB0UmVkYWN0b3JGb250AFIAZQBkAGEAYwB0AG8AcgBGAG8AbgB0AFIAZQBnAHUAbABhAHIAUgBlAGQAYQBjAHQAbwByAEYAbwBuAHQARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,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) format('woff');
  font-weight: normal;
  font-style: normal;
}
/* =Selection
-----------------------------------------------------------------------------*/
.redactor_box ::selection {
  background: #ffff9e;
}
.redactor_box ::-moz-selection {
  background: #ffff9e;
}
.redactor_box img::selection {
  background: transparent;
}
.redactor_box img::-moz-selection {
  background: transparent;
}
/*
	BOX
*/
.redactor_box {
  position: relative;
  overflow: visible;
  background: #fff;
}
.redactor_box iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 1px solid #eee;
}
.redactor_box textarea {
  position: relative;
  display: block;
  overflow: auto;
  margin: 0;
  padding: 0;
  width: 100%;
  outline: none;
  border: none;
  background-color: #222;
  box-shadow: none;
  color: #ccc;
  font-size: 13px;
  font-family: Menlo, Monaco, monospace, sans-serif;
  resize: none;
}
.redactor_box textarea:focus {
  outline: none;
}
.redactor_box,
.redactor_box textarea {
  z-index: auto !important;
}
.redactor_box_fullscreen {
  z-index: 99 !important;
}
#redactor_modal_overlay,
#redactor_modal,
.redactor_dropdown {
  z-index: 100 !important;
}
/*
	AIR

*/
body .redactor_air {
  position: absolute;
  z-index: 502;
}
/*
	FULLSCREEN
*/
body .redactor_box_fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
/*
	LINK TOOLTIP
*/
.redactor-link-tooltip {
  position: absolute;
  z-index: 49999;
  padding: 10px;
  line-height: 1;
  display: inline-block;
  background-color: #000;
  color: #555 !important;
}
.redactor-link-tooltip,
.redactor-link-tooltip a {
  font-size: 12px;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
}
.redactor-link-tooltip a {
  color: #ccc;
  margin: 0 5px;
  text-decoration: none;
}
.redactor-link-tooltip a:hover {
  color: #fff;
}
/*
	IMAGE BOX
*/
#redactor-image-box img {
  width: 100%;
}
.redactor_editor {
  position: relative;
  overflow: auto;
  margin: 0 !important;
  padding: 10px 20px;
  padding-bottom: 5px;
  outline: none;
  background: none;
  background: #fff;
  box-shadow: none !important;
  white-space: normal;
  border: 1px solid #eee;
}
.redactor_editor:focus {
  outline: none;
}
.redactor_editor div,
.redactor_editor p,
.redactor_editor ul,
.redactor_editor ol,
.redactor_editor table,
.redactor_editor dl,
.redactor_editor blockquote,
.redactor_editor pre,
.redactor_editor h1,
.redactor_editor h2,
.redactor_editor h3,
.redactor_editor h4,
.redactor_editor h5,
.redactor_editor h6 {
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
}
.redactor_editor code,
.redactor_editor pre {
  font-family: Menlo, Monaco, monospace, sans-serif;
}
.redactor_editor div,
.redactor_editor p,
.redactor_editor ul,
.redactor_editor ol,
.redactor_editor table,
.redactor_editor dl,
.redactor_editor blockquote,
.redactor_editor pre {
  font-size: 14px;
  line-height: 1.6em;
}
.redactor_editor a {
  color: #15c !important;
  text-decoration: underline !important;
}
.redactor_editor .redactor_placeholder {
  color: #999 !important;
  display: block !important;
}
/*
	TYPOGRAPHY
*/
.redactor_editor object,
.redactor_editor embed,
.redactor_editor video,
.redactor_editor img {
  max-width: 100%;
  width: auto;
}
.redactor_editor video,
.redactor_editor img {
  height: auto;
}
.redactor_editor div,
.redactor_editor p,
.redactor_editor ul,
.redactor_editor ol,
.redactor_editor table,
.redactor_editor dl,
.redactor_editor blockquote,
.redactor_editor pre {
  margin: 0;
  margin-bottom: 10px !important;
  border: none;
  background: none !important;
  box-shadow: none !important;
}
.redactor_editor iframe,
.redactor_editor object,
.redactor_editor hr {
  margin-bottom: 15px !important;
}
.redactor_editor blockquote {
  margin-left: 1.5em !important;
  padding-left: 0 !important;
  color: #777;
  font-style: italic !important;
}
.redactor_editor ul,
.redactor_editor ol {
  padding-left: 2em !important;
}
.redactor_editor ul ul,
.redactor_editor ol ol,
.redactor_editor ul ol,
.redactor_editor ol ul {
  margin: 2px !important;
  padding: 0 !important;
  padding-left: 2em !important;
  border: none;
}
.redactor_editor dl dt {
  font-weight: bold;
}
.redactor_editor dd {
  margin-left: 1em;
}
.redactor_editor table {
  border-collapse: collapse;
  font-size: 1em !important;
}
.redactor_editor table td {
  padding: 5px !important;
  border: 1px solid #ddd;
  vertical-align: top;
}
.redactor_editor table thead td {
  border-bottom: 2px solid #000 !important;
  font-weight: bold !important;
}
.redactor_editor code {
  background-color: #d8d7d7 !important;
}
.redactor_editor pre {
  overflow: auto;
  padding: 1em !important;
  border: 1px solid #ddd !important;
  border-radius: 3px !important;
  background: #f8f8f8 !important;
  white-space: pre;
  font-size: 90% !important;
}
.redactor_editor hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
}
/*
	HEADERS
*/
/*.redactor_editor h1,
.redactor_editor h2,
.redactor_editor h3,
.redactor_editor h4,
.redactor_editor h5,
.redactor_editor h6 {
  margin-top: 0 !important;
  padding: 0 !important;
  background: none;
  color: #000;
  font-weight: bold;
}
.redactor_editor h1 {
  font-size: 36px !important;
  line-height: 1.111em !important;
  margin-bottom: .15em !important;
}
.redactor_editor h2 {
  font-size: 30px !important;
  line-height: 1.111em !important;
  margin-bottom: .25em !important;
}*/
.redactor_editor h2 {
	margin:20px 0 10px;
	font-size: 18px;
}
.redactor_editor h3 {
  font-size: 24px !important;
  line-height: 1.333em !important;
  margin-bottom: .2em !important;
}
.redactor_editor h4 {
  font-size: 18px !important;
  line-height: 1.5em !important;
  margin-bottom: .2em !important;
}
.redactor_editor h5 {
  font-size: 1em !important;
  line-height: 1.6em !important;
  margin-bottom: .25em !important;
}
.redactor_editor h6 {
  font-size: .8em !important;
  line-height: 1.6em !important;
  text-transform: uppercase;
  margin-bottom: .3em !important;
}
/*
	TOOLBAR
*/
.redactor_toolbar {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  font-size: 14px !important;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  line-height: 1 !important;
  background: #fff;
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 3;
}
.redactor_toolbar:after {
  content: "";
  display: table;
  clear: both;
}
.redactor_toolbar.redactor-toolbar-overflow {
  overflow-y: auto;
  height: 29px;
  white-space: nowrap;
}
.redactor_toolbar.redactor-toolbar-external {
  z-index: 999;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
body .redactor_air .redactor_toolbar {
  padding-right: 2px !important;
}
.redactor_toolbar li {
  vertical-align: top;
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
  outline: none;
  list-style: none !important;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.redactor_toolbar li a {
  display: block;
  color: #333;
  text-align: center;
  padding: 9px 10px;
  outline: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
  zoom: 1;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.redactor_toolbar li a:hover {
  outline: none;
  background-color: #1f78d8;
  color: #fff;
}
.redactor_toolbar li a:hover i:before {
  color: #fff;
}
.redactor_toolbar li a:active,
.redactor_toolbar li a.redactor_act {
  outline: none;
  background-color: #ccc;
  color: #444;
}
.redactor_toolbar li a.redactor-btn-image {
  width: 14px;
  height: 14px;
  background-position: center center;
  background-repeat: no-repeat;
}
.redactor_button_disabled {
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.redactor_button_disabled:hover {
  outline: none;
  background-color: transparent !important;
  cursor: default;
}
.redactor_toolbar li a.fa-redactor-btn {
  display: inline-block;
  padding: 9px 10px 8px 10px;
  line-height: 1;
}
.redactor_toolbar.redactor-toolbar-typewriter {
  box-shadow: none;
  background: rgba(240, 240, 240, 0.9);
}
.redactor_toolbar.redactor-toolbar-typewriter li a:hover {
  outline: none;
  background-color: #1f78d8;
  color: #fff;
}
.redactor_toolbar.redactor-toolbar-typewriter li a:active,
.redactor_toolbar.redactor-toolbar-typewriter li a.redactor_act {
  outline: none;
  background-color: #ccc;
  color: #444;
}
.re-icon {
  font-family: 'RedactorFont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.re-icon i:before {
  position: relative;
  font-size: 14px;
}
.re-video:before {
  content: "\e600";
}
.re-unorderedlist:before {
  content: "\e601";
}
.re-undo:before {
  content: "\e602";
}
.re-underline:before {
  content: "\e603";
}
.re-textdirection:before {
  content: "\e604";
}
.re-fontcolor:before {
  content: "\e605";
}
.re-table:before {
  content: "\e606";
}
.re-redo:before {
  content: "\e607";
}
.re-quote:before {
  content: "\e608";
}
.re-outdent:before {
  content: "\e609";
}
.re-orderedlist:before {
  content: "\e60a";
}
.re-link:before {
  content: "\e60b";
}
.re-horizontalrule:before {
  content: "\e60c";
}
.re-italic:before {
  content: "\e60d";
}
.re-indent:before {
  content: "\e60e";
}
.re-image:before {
  content: "\e60f";
}
.re-fullscreen:before {
  content: "\e610";
}
.re-normalscreen:before {
  content: "\e611";
}
.re-formatting:before {
  content: "\e612";
}
.re-fontsize:before {
  content: "\e613";
}
.re-fontfamily:before {
  content: "\e614";
}
.re-deleted:before {
  content: "\e615";
}
.re-html:before {
  content: "\e616";
}
.re-clips:before {
  content: "\e617";
}
.re-bold:before {
  content: "\e618";
}
.re-backcolor:before {
  content: "\e619";
}
.re-file:before {
  content: "\e61a";
}
.re-alignright:before {
  content: "\e61b";
}
.re-alignment:before,
.re-alignleft:before {
  content: "\e61c";
}
.re-alignjustify:before {
  content: "\e61d";
}
.re-aligncenter:before {
  content: "\e61e";
}
.re-gallery:before {
  content: "\e61f";
}
/*
	Toolbar classes
*/
.redactor_format_blockquote {
  padding-left: 10px;
  color: #666 !important;
  font-style: italic;
}
.redactor_format_pre {
  font-family: monospace, sans-serif;
}
.redactor_format_h1,
.redactor_format_h2,
.redactor_format_h3,
.redactor_format_h4,
.redactor_format_h5 {
  font-weight: bold;
}
.redactor_format_h1 {
  font-size: 30px;
  line-height: 36px;
}
.redactor_format_h2 {
  font-size: 24px;
  line-height: 36px;
}
.redactor_format_h3 {
  font-size: 20px;
  line-height: 30px;
}
.redactor_format_h4 {
  font-size: 16px;
  line-height: 26px;
}
.redactor_format_h5 {
  font-size: 14px;
  line-height: 23px;
}
.redactor-toolbar-typewriter .redactor_dropdown .redactor_format_h1,
.redactor-toolbar-typewriter .redactor_dropdown .redactor_format_h2,
.redactor-toolbar-typewriter .redactor_dropdown .redactor_format_h3,
.redactor-toolbar-typewriter .redactor_dropdown .redactor_format_h4,
.redactor-toolbar-typewriter .redactor_dropdown .redactor_format_h5 {
  font-size: 1em;
  line-height: 1.6em;
  text-transform: uppercase;
}
.redactor-toolbar-typewriter .redactor_dropdown .redactor_format_h2 {
  font-size: .85em;
}
/*
	Typewriter
*/
.redactor_editor.redactor-editor-typewriter {
  background: #f5f5f5 !important;
  padding: 25px 50px !important;
}
.redactor_editor.redactor-editor-typewriter div,
.redactor_editor.redactor-editor-typewriter p,
.redactor_editor.redactor-editor-typewriter ul,
.redactor_editor.redactor-editor-typewriter ol,
.redactor_editor.redactor-editor-typewriter table,
.redactor_editor.redactor-editor-typewriter dl,
.redactor_editor.redactor-editor-typewriter blockquote,
.redactor_editor.redactor-editor-typewriter pre,
.redactor_editor.redactor-editor-typewriter h1,
.redactor_editor.redactor-editor-typewriter h2,
.redactor_editor.redactor-editor-typewriter h3,
.redactor_editor.redactor-editor-typewriter h4,
.redactor_editor.redactor-editor-typewriter h5,
.redactor_editor.redactor-editor-typewriter h6 {
  font-family: 'Courier New', 'Lucida Console', Consolas, Monaco, monospace, sans-serif;
  font-size: 18px !important;
  line-height: 1.5em !important;
  margin-bottom: 1.5em !important;
}
.redactor_editor.redactor-editor-typewriter h2 {
  font-size: 14px !important;
}
.redactor_editor.redactor-editor-typewriter h1,
.redactor_editor.redactor-editor-typewriter h2,
.redactor_editor.redactor-editor-typewriter h3,
.redactor_editor.redactor-editor-typewriter h4,
.redactor_editor.redactor-editor-typewriter h5,
.redactor_editor.redactor-editor-typewriter h6 {
  text-transform: uppercase;
}
.redactor_editor.redactor-editor-typewriter a {
  color: #000 !important;
  text-decoration: underline !important;
}
/*
	WYM
*/
.redactor_editor.redactor_editor_wym {
  padding: 10px 7px 0 7px !important;
  background: #f6f6f6 !important;
}
.redactor_editor.redactor_editor_wym div,
.redactor_editor.redactor_editor_wym p,
.redactor_editor.redactor_editor_wym ul,
.redactor_editor.redactor_editor_wym ol,
.redactor_editor.redactor_editor_wym table,
.redactor_editor.redactor_editor_wym dl,
.redactor_editor.redactor_editor_wym pre,
.redactor_editor.redactor_editor_wym h1,
.redactor_editor.redactor_editor_wym h2,
.redactor_editor.redactor_editor_wym h3,
.redactor_editor.redactor_editor_wym h4,
.redactor_editor.redactor_editor_wym h5,
.redactor_editor.redactor_editor_wym h6,
.redactor_editor.redactor_editor_wym blockquote {
  margin-top: 0;
  margin-bottom: 5px !important;
  padding: 10px !important;
  border: 1px solid #e4e4e4 !important;
  background-color: #fff !important;
  z-index: 0;
}
.redactor_editor.redactor_editor_wym blockquote:before {
  content: '';
}
.redactor_editor.redactor_editor_wym img {
  position: relative;
  z-index: 1;
}
.redactor_editor.redactor_editor_wym div {
  border: 1px dotted #aaa !important;
}
.redactor_editor.redactor_editor_wym pre {
  border: 2px dashed #e4e4e4 !important;
  background-color: #f8f8f8 !important;
}
.redactor_editor.redactor_editor_wym ul,
.redactor_editor.redactor_editor_wym ol {
  padding-left: 2em !important;
}
.redactor_editor.redactor_editor_wym ul li ul,
.redactor_editor.redactor_editor_wym ol li ul,
.redactor_editor.redactor_editor_wym ul li ol,
.redactor_editor.redactor_editor_wym ol li ol {
  border: none !important;
}
/*
	DROPDOWN
*/
.redactor_dropdown {
  position: absolute;
  top: 28px;
  left: 0;
  padding: 10px;
  width: 200px;
  background-color: #fff;
  box-shadow: 0 1px 5px #bbb;
  font-size: 13px;
  font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
  line-height: 21px;
}
.redactor-toolbar-typewriter .redactor_dropdown {
  font-family: 'Courier New', 'Lucida Console', Consolas, Monaco, monospace, sans-serif;
  background-color: #f5f5f5;
}
.redactor_separator_drop {
  padding: 0 !important;
  border-top: 1px solid #ddd;
  font-size: 0;
  line-height: 0;
}
.redactor_dropdown a {
  display: block;
  padding: 3px 5px;
  color: #000;
  text-decoration: none;
}
.redactor_dropdown a:hover {
  background-color: #dde4ef;
  color: #444 !important;
  text-decoration: none;
}
/*
	MODAL
*/
#redactor_modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: #000 !important;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}
#redactor_modal {
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 0;
  background: #fff;
  color: #000;
  font-size: 12px !important;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}
#redactor_modal header {
  padding: 20px 30px 5px 30px;
  font-size: 16px;
}
#redactor_modal section {
  padding: 20px 30px;
}
#redactor_modal label {
  display: block !important;
  float: none !important;
  margin: 10px 0 3px 0 !important;
  padding: 0 !important;
  font-size: 12px !important;
}
#redactor_modal footer:after {
  content: "";
  display: table;
  clear: both;
}
#redactor_modal footer div {
  float: left;
}
#redactor_modal input[type="radio"],
#redactor_modal input[type="checkbox"] {
  position: relative;
  top: -1px;
}
#redactor_modal input[type="text"],
#redactor_modal input[type="password"],
#redactor_modal input[type="email"],
#redactor_modal textarea {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 1px 2px;
  height: 23px;
  border: 1px solid #ccc;
  border-radius: 1px;
  background-color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  color: #333;
  font-size: 13px;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  line-height: 1;
  -moz-transition: border 0.3s ease-in;
  transition: border 0.3s ease-in;
}
#redactor_modal textarea {
  display: block;
  margin-top: 4px;
  line-height: 1.4em;
}
#redactor_modal input:focus,
#redactor_modal textarea:focus {
  outline: none;
  border-color: #5ca9e4;
  box-shadow: 0 0 0 2px rgba(70, 161, 231, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}
#redactor_modal_close {
  position: absolute;
  top: 5px;
  right: 3px;
  width: 20px;
  height: 20px;
  color: #999;
  font-size: 26px;
  cursor: pointer;
}
#redactor_modal_close:hover {
  color: #000;
}
.redactor_input {
  width: 99%;
  font-size: 14px;
}
.redactor_modal_box {
  overflow: auto;
  margin-bottom: 10px;
  height: 350px;
}
#redactor_image_box {
  overflow: auto;
  margin-bottom: 10px;
  height: 270px;
}
#redactor_image_box_select {
  display: block;
  margin-bottom: 15px !important;
  width: 200px;
}
#redactor_image_box img {
  margin-right: 10px;
  margin-bottom: 10px;
  max-width: 100px;
  cursor: pointer;
}
#redactor_tabs {
  margin-bottom: 18px;
}
#redactor_tabs a {
  display: inline-block;
  margin-right: 2px;
  padding: 4px 14px;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  background: #fff;
  color: #000;
  text-decoration: none;
  line-height: 1;
}
#redactor_tabs a:hover,
#redactor_tabs a.redactor_tabs_act {
  border-color: #eee;
  color: #999 !important;
  text-decoration: none !important;
}
.redactor_modal_btn_hidden {
  display: none;
}
#redactor_modal footer button {
  position: relative;
  width: 100%;
  padding: 10px 16px;
  margin: 0;
  outline: none;
  border: none;
  background-color: #ddd;
  color: #000;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  font-size: 12px;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  line-height: 1;
  cursor: pointer;
}
#redactor_modal footer button:hover {
  color: #777;
  background: none;
  background: #bbb;
  text-decoration: none;
}
#redactor_modal footer button.redactor_modal_delete_btn {
  background: none;
  color: #fff;
  background-color: #b52525;
}
#redactor_modal footer button.redactor_modal_delete_btn:hover {
  color: rgba(255, 255, 255, 0.6);
  background-color: #881b1b;
}
#redactor_modal footer button.redactor_modal_action_btn {
  background: none;
  color: #fff;
  background-color: #2461b5;
}
#redactor_modal footer button.redactor_modal_action_btn:hover {
  color: rgba(255, 255, 255, 0.6);
  background-color: #1a4580;
}
/* Drag and Drop Area */
.redactor_droparea {
  position: relative;
  margin: auto;
  margin-bottom: 5px;
  width: 100%;
}
.redactor_droparea .redactor_dropareabox {
  position: relative;
  z-index: 1;
  padding: 60px 0;
  width: 99%;
  border: 1px dashed #ddd;
  background: #fff;
  text-align: center;
}
.redactor_droparea .redactor_dropareabox,
.redactor_dropalternative {
  color: #555;
  font-size: 12px;
}
.redactor_dropalternative {
  margin: 4px 0 2px 0;
}
.redactor_dropareabox.hover {
  border-color: #aaa;
  background: #efe3b8;
}
.redactor_dropareabox.error {
  border-color: #dcc3c3;
  background: #f7e5e5;
}
.redactor_dropareabox.drop {
  border-color: #e0e5d6;
  background: #f4f4ee;
}
/* =ProgressBar
-----------------------------------------------------------------------------*/
#redactor-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000000;
  height: 10px;
}
#redactor-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #3d58a8;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  background-size: 40px 40px;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}



	img.thumb_image {
		float: right;
	}



	.redactor_html_text {
		width: 584px;
	}
	.redactor_box {
		margin: 30px 0px 20px 120px;
	}
	.title_section, .source_section {
		height: 30px;
	}



	.pic_form .edit_thumb {
	height: 60px;
	}
	.edit_thumb form.edit_thumb_form {
		display: inline-block;
	}
	.edit_thumb label {
		width: 110px;
		text-align: right;
		margin-right: 10px;
	}
	.edit_thumb form.edit_thumb_form {
		width: 450px;
	}
	.edit_thumb form.edit_thumb_form input[value="zapisz"] {
		float: right;
	}
	.edit_thumb .replace_from_www {
		margin-left: 120px;
	}
	.edit_thumb img.thumb_image {
		margin-top: -30px;
	}

	
		/* General window styles */
		.mmg_window_overlay {
			display: none;
			min-width: 480px;
			width: 100%;
			height: 100%;
			position: fixed;
			left: 0;
			top: 0;
			background: rgb(0,0,0);
			background: rgba(0, 0, 0, 0.80);
			z-index: 998;
			margin: 0 auto;
		}
		.mmg_window_wrapper {
			display: table-cell;
			vertical-align: middle;
			text-align: center;
			overflow: auto;
		}
		.mmg_window_body {
			display: inline-block;
			width: auto;
			position: relative;
		}
		.mmg_window_close {
			position: absolute;
			right: 0;
			top: -30px;
			color: #fff;
		}

		/* Specific window styles */

		/* 1. Join to Facebook */

		#fb-join-window  .mmg_window_body {
			background-color: #fff;
			padding: 15px;
			border-radius: 5px;
			width: 475px;
			height: auto;
			min-height: 400px;
		}
		#fb-join-window .mmg_window_close {
			display: inline-block;
			width: 70px;
			height: 19px;
			text-indent: -9999px;
			background: url('/res/img/mmg_window/close.png');
		}
		#fb-join-window .mmg_window_close:hover {opacity: 0.8}
		#fb-join-window .mmg_window_showoff {
			height: 20px;
			width: 100%;
			position: absolute;
			bottom: -28px;
			left: 0;
			text-align: center;
			font: bold 13px Arial, Verdana, sans-serif;
			color: #fff;
		}
		#fb-join-window .mmg_window_showoff span {
			border-bottom: 1px solid #c8c6c7;
		}
		#fb-join-window .mmg_window_body h1 {
			width: 490px;
			height: 120px;
			text-indent: -9999px;
			background: url('/res/img/mmg_window/title.png');
			position: relative;
			left: -50px;
			margin-bottom: 15px;
		}
		#fb-join-window .widget_social {
			overflow: hidden;
			width: 450px;
		}
		#fb-join-window .widget_social iframe {
			width: 450px !important;
	/*		height: 177px !important; */
			display: block;
		}
		#fb-join-window .widget_social .footer {
			font-size: 10px;
			padding-left: 10px;
			background-color: #3B5997;
			border-top: 1px solid #aaa;
			padding: 2px 0;
			font-family: 'PT Sans', 'trebuchet ms', verdana,tahoma;
			color: #000;
		}
	


#subs_list_page {
}

#subs_list_page	button {
	float: right;
}

.add_comment input[name=subscribe] {
		margin-left: 5px;
}



	.notifs_list_page .content {
		/*width: 350px;*/
	}
	.notifs_list_page .date {
		/*width: 60px;*/
	}
	.centered-cell {
		text-align: center;
	}
	.notifs_list_page table {
		width: 100%;
	}
	.notifs_list_page thead {
		background-color: lightgray;
	}
	.notifs_list_page .read_all_button {
		margin-bottom: 10px;
	}
	.notifs_list_page .notif_img {
		width: 50px;
		height: 40px;
		background-size: cover;
		margin-left: 8px;
	}
	.notifs_list_page td {
		padding: 2px;
	}
	.notifs_list_page table tbody tr[data-url],
	#notifs .notif_target[data-url] {
		cursor: pointer;
	}



	#usermenu {
		padding-left: 34px;
	}

	.notif_loading_pic {
		width: 100px;
		height: 100px;
	}

	li#notifs {
		padding-top: 7px;
		position: relative;
	}

	#notifs_menu {
		top: 42px;
		right: 4px;
		width: 420px;
		height: auto;
		background: black;
		position: absolute;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		z-index: 24;
	}

		#notifs_menu:before {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		right: 8px;
		margin-top: -7px;
		border-style: solid;
		border-width: 0 8px 8px 8px;
		border-color: transparent transparent black transparent;
	}

	#notifs_menu .title {
		color: white;
		margin-top: 4px;
		margin-left: 10px;
		position: fixed;
	}

	#notifs_menu .notif_show_all {
		margin-top: 7px;
		margin-right: 10px;
		font-size: 12px;
		color: gray;
		cursor: pointer;
		float: right;
	}

	#notifs_menu table {
		border-collapse: collapse;
		width: 100%;
	}

	#notifs_menu .notifs_list_menu {
		margin: 28px 2px 2px;
		background: white;
	}

	#notifs_menu .notifs_list_menu .notif_img {
		padding-left: 10px;
		width: 40px;
		height: 40px;
		background-size: cover;
	}

	#notifs_menu .notifs_list_menu .notif_target {
		padding-right: 10px;
	}

	.read {
		opacity: 0.3;
	}

	#notifs_menu .notifs_list_menu img {
		margin: 0 auto;
		display: block;
	}

	#notifs_menu .notifs_list_menu td {
		height: 57px;
		border-bottom: 1px solid lightgray;
		font-size: 12px;
		padding-left: 5px;
	}

	#notifs_menu .notifs_list_menu tr:hover {
		background-color: lightgray;
		opacity: 1;
	}

	#notifs_menu .message {
		padding: 10px;
	}

	#notif_ring {
		display: inline-block;
		width: 20px;
		height: 20px;
		background: url('/res/img/notifs/ring-sprite.png');
		background-position: 0 0;
	}
	#notif_ring[data-ringing="true"] {
		background: url('/res/img/notifs/ring-sprite.png');
		background-position: 0px 20px;
	}



	.pics_gallery_unlogged .galleryThumbs {
		height: 80px;
		overflow: hidden;
		position: relative;
		cursor: pointer;
		transition: all 0.1s;
	}
	.pics_gallery_unlogged .galleryThumbs .rsTmb {
		float: left;
		overflow: hidden;
		width: 96px;
		height: 72px;
	}
	.pics_gallery_unlogged .galleryThumbs .rsTmb:not(:first-child) {
		margin-left: 2px;
	}
	.pics_gallery_unlogged .galleryThumbs .rsTmb.selected {
		opacity: 0.7;
		filter: alpha(opacity=30);
		border: 2px solid #ccc;
		box-sizing: border-box;
	}
	.pics_gallery_unlogged .rsSlideContent {
		margin-top: 30px;
		cursor: pointer;
	}
	.pics_gallery_unlogged .rsImg{
		width: 99%;
	}
	.fakeRsArrow{
		display: block;
	}

	.fakeRsArrowRight {
		right: -60px;
		top: 0;
	}
	.fakeRsArrowLeft{
		left: -60px;
		top: 0;
	}
	.fakeRsArrow:hover .fakeRsArrowIcn {
		opacity: 1;
	}
	.fakeRsArrow {
		height: 100%;
	}
	.pics_gallery_unlogged .dragLeft, .pics_gallery_unlogged .dragRight {
		position: absolute;
		z-index: 2;
		display: none;
		width: 16px;
		height: 16px;
		margin-top: 27px;
		position: absolute;
		cursor: pointer;
		background: url('/res/img/royal-slider/rs-universal.png') transparent;
	}
	.pics_gallery_unlogged .dragLeft {
		left: 0;
		background-position: -128px -32px;
	}
	.pics_gallery_unlogged .dragRight {
		right: 0;
		background-position: -128px -48px;
	}
	#pics_gallery_slider {
		overflow: hidden;
	}
	
	.pic_royal_off_single .fakeRsArrow {
		display: none;
	}


	/* v1.0.5 */
	/* Core RS CSS file. 95% of time you shouldn't change anything here. */
	.royalSlider {
		width: 600px !important;
		margin: 0 auto;
		position: relative;
		direction: ltr;
		visibility: hidden;
	}
	.royalSlider > * {
		float: left;
	}

	.rsWebkit3d .rsSlide {
		-webkit-transform: translateZ(0);
	}


	.rsWebkit3d .rsSlide,
	.rsWebkit3d .rsContainer,
	.rsWebkit3d .rsThumbs,
	.rsWebkit3d .rsPreloader,
	.rsWebkit3d img,
	.rsWebkit3d .rsOverflow,
	.rsWebkit3d .rsBtnCenterer,
	.rsWebkit3d .rsAbsoluteEl,
	.rsWebkit3d .rsABlock,
	.rsWebkit3d .rsLink {
		-webkit-backface-visibility: hidden;
	}
	.rsFade.rsWebkit3d .rsSlide,
	.rsFade.rsWebkit3d img,
	.rsFade.rsWebkit3d .rsContainer {
		-webkit-transform: none;
	}
	.rsOverflow {
		width: 100%;
		height: 100%;
		position: relative;
		overflow: visible;
		float: left;
		-webkit-tap-highlight-color:rgba(0,0,0,0);
		top: 34px;
		z-index: 1;
}
	.rsVisibleNearbyWrap {
		width: 100%;
		height: 100%;
		position: relative;
		overflow: hidden;
		left: 0;
		top: 0;
		-webkit-tap-highlight-color:rgba(0,0,0,0);
	}
	.rsVisibleNearbyWrap .rsOverflow {
		position: absolute;
		left: 0;
		top: 0;

	}
	.rsContainer {
		top: 4px;
		position: relative;
		width: 100%;
		height: 100%;
		-webkit-tap-highlight-color:rgba(0,0,0,0);
	}

	.rsArrow,
	.rsThumbsArrow {
		cursor: pointer;
	}

	.rsThumb {
		float: left;
		position: relative;
	}


	.rsArrow,
	.rsNav,
	.rsThumbsArrow {
		opacity: 1;
		-webkit-transition:opacity 0.3s linear;
		-moz-transition:opacity 0.3s linear;
		-o-transition:opacity 0.3s linear;
		transition:opacity 0.3s linear;
	}
	.rsHidden {
		/*
		opacity: 0;
		visibility: hidden;
		-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
		-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
		-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
		transition:visibility 0s linear 0.3s,opacity 0.3s linear;
		*/
	}
	.rsArrow.rsArrowDisabled {
		opacity: 0;
		visibility: hidden;
	}

	.rsGCaption {
		width: 100%;
		float: left;
		text-align: center;
	}

	/* Fullscreen options, very important ^^ */
	.royalSlider.rsFullscreen {
		position: fixed !important;
		height: auto !important;
		width: auto !important;
		margin: 0 !important;
		padding: 0 !important;
		z-index: 2147483647 !important;
		top: 0 !important;
		left: 0 !important;
		bottom: 0 !important;
		right: 0 !important;
	}

	.royalSlider .rsSlide.rsFakePreloader {
		opacity: 1 !important;
		-webkit-transition: 0s;
		-moz-transition: 0s;
		-o-transition:  0s;
		transition:  0s;
		display: none;
	}

	.rsSlide {
		position: absolute;
		left: 0;
		top: 0;
		display: block;
		overflow: visible;

		height: 100%;
		width: 100%;
	}

	.royalSlider.rsAutoHeight,
	.rsAutoHeight .rsSlide {
		height: auto;
	}

	.rsContent {
		width: 100%;
		height: 100%;
		position: relative;
	}

	.rsPreloader {
		position:absolute;
		z-index: 0;
	}

	.rsNav {
		-moz-user-select: -moz-none;
		-webkit-user-select: none;
		user-select: none;
	}
	.rsNavItem {
		-webkit-tap-highlight-color:rgba(0,0,0,0.25);
		margin-right: 2px !important;
	}

	.rsThumbs {
		cursor: pointer;
		position: relative;
		overflow: hidden;
		float: left;
		z-index: 22;
	}
	.rsTabs {
		float: left;
		background: none !important;
	}
	.rsTabs,
	.rsThumbs {
		-webkit-tap-highlight-color:rgba(0,0,0,0);
		-webkit-tap-highlight-color:rgba(0,0,0,0);
	}


	.rsVideoContainer {
		/*left: 0;
		top: 0;
		position: absolute;*/
		/*width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		float: left;*/
		width: auto;
		height: auto;
		line-height: 0;
		position: relative;
	}
	.rsVideoFrameHolder {
		position: absolute;
		left: 0;
		top: 0;
		background: #141414;
		opacity: 0;
		-webkit-transition: .3s;
	}
	.rsVideoFrameHolder.rsVideoActive {
		opacity: 1;
	}
	.rsVideoContainer iframe,
	.rsVideoContainer video,
	.rsVideoContainer embed,
	.rsVideoContainer .rsVideoObj {
		position: absolute;
		z-index: 50;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	/* ios controls over video bug, shifting video */
	.rsVideoContainer.rsIOSVideo iframe,
	.rsVideoContainer.rsIOSVideo video,
	.rsVideoContainer.rsIOSVideo embed {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-right: 44px;
	}

	.rsABlock {
		left: 0;
		top: 0;
		position: absolute;
		z-index: 15;

	}

	img.rsImg {
/*		max-width: 99%;*/
		border: 2px solid #CCCCCC;
		box-sizing: border-box;
		display: block;
	}
	.relative img.rsImg {
		display: inline-block;
	}
	img.rsImg.gif {
		width: 500px;
	}

	.grab-cursor {
		cursor:url(grab.png) 8 8, move;
	}

	.grabbing-cursor{
		cursor:url(grabbing.png) 8 8, move;
	}

	.rsNoDrag {
		cursor: auto;
	}

	.rsLink {
		left:0;
		top:0;
		position:absolute;
		width:100%;
		height:100%;
		display:block;
		z-index: 20;
		background: url(blank.gif);
	}
	.pics_gallery {
		-webkit-user-select: none;
		-moz-user-select: none;
		user-select: none;
		margin-bottom: 34px;
	}
	.rsContainer .relative {
		text-align: center;
	}
	.pics_gallery .rsContainer h3, .pics_gallery .rsContainer p,
	.pic .pic_royal_off_single h3, .pic .pic_royal_off_single p,
	.pics_gallery_unlogged .rsSlideContent h3, .pics_gallery_unlogged .rsSlideContent p
	{
		color: white;
		text-align: left;
		margin: 10px auto;
		width: 600px;
	}
	.pics_gallery .rsContainer h3,
	.pic .pic_royal_off_single h3,
	.pics_gallery_unlogged .rsSlideContent h3{
		font-size:19px;
	}
	.pics_gallery .rsContainer p,
	.pic .pic_royal_off_single p {
		font-size: 18px;
		line-height: 150%;
	}
	.pic_royal_off_single {
		margin-bottom: 20px;
		border-bottom: 1px solid #222;
		padding-bottom: 20px;
	}

	.royal_slider_off {
		font-size: 13px;
		text-align: right;
		display: block;
		color: #aaa !important;
		clear: both;
		display: none;
	}

	#royalSliderExtraNavigation {
		display: none;
		position: absolute;
		right: 0px;
		top: 83px;
	}

	.rsSlide .rsImg {
		cursor: pointer;
	}
	.demot_pic .rsSlideContent {
		position: relative;
	}
	.demot_pic.gallery {
		overflow: visible;
	}


/******************************
*
*  RoyalSlider Universal Skin
*
*    1. Arrows
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*
*  Sprite: 'rs-universal.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
*
******************************/


/* Background */
.rsUni,
.rsUni .rsOverflow,
.rsUni .rsSlide,
.rsUni .rsVideoFrameHolder,
.rsUni .rsThumbs {
	color: #000;
}
.rsUni.rsFullscreen,
.rsUni.rsFullscreen .rsOverflow,
.rsUni.rsFullscreen .rsSlide,
.rsUni.rsFullscreen .rsVideoFrameHolder,
.rsUni.rsFullscreen .rsThumbs {
	background: #222;
	color: #FFF;
}

/***************
*
*  1. Arrows
*
****************/

.rsUni .rsArrow, .fakeRsArrow {
	height: 80%;
	width: 60px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}
.rsUni.rsVer .rsArrow {
	width: 100%;
	height: 60px;

}
.rsUni.rsVer .rsArrowLeft { top: 0; left: 0; }
.rsUni.rsVer .rsArrowRight { bottom: 0;  left: 0; }

.rsUni.rsHor .rsArrowLeft { left: -70px; top: 0; }
.rsUni.rsHor .rsArrowRight { right: -60px; top:0; }

.rsUni .rsArrowIcn, .fakeRsArrowIcn {
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin-top:-16px;
	margin-left: -16px;

	position: absolute;
	cursor: pointer;
	background: url('/res/img/royal-slider/rs-universal.png');
	opacity: 0.5;
	border-radius: 2px;
}
.rsUni .rsArrow:hover .rsArrowIcn {
	opacity: 1;
}
.pics_gallery.royalSlider .fakeRsArrowLeft,
.pics_gallery.royalSlider .fakeRsArrowRight {
	display: none;
}
.rsUni.rsHor .rsArrowLeft .rsArrowIcn,
.fakeRsArrowLeft .fakeRsArrowIcn {
	background-position: -64px -32px;
}
.rsUni.rsHor .rsArrowRight .rsArrowIcn,
.fakeRsArrowRight .fakeRsArrowIcn {
	background-position: -64px -64px; 
}

.rsUni.rsVer .rsArrowLeft .rsArrowIcn { background-position: -96px -32px; }
.rsUni.rsVer .rsArrowRight .rsArrowIcn { background-position: -96px -64px; }

.rsUni .rsArrowDisabled .rsArrowIcn { opacity: .1 !important; filter: alpha(opacity=20);  *display: none; }


/***************
*
*  2. Bullets
*
****************/

.rsUni .rsBullets {
	position: relative;
	z-index: 35;
	padding-top: 4px;
	width: 100%;
	height: auto;
	margin: 0 auto;

	text-align: center;
	line-height: 5px;
	overflow: hidden;
}
.rsUni .rsBullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	*display:inline;
	*zoom:1;
	padding: 5px;
}
.rsUni .rsBullet span {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #BBB;
}
.rsUni .rsBullet.rsNavSelected span {
	background-color: #383838;
}





/***************
*
*  3. Thumbnails
*
****************/

.rsUni .rsThumbsHor {
	width: 100%;
	height: 76px;
}
.rsUni .rsThumbsVer {
	width: 96px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.rsUni.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	height: 100%;
}
.rsUni.rsWithThumbsVer .rsThumbsContainer {
	position: relative;
	width: 100%;
}
.rsUni .rsThumb {
	float: left;
	overflow: hidden;
	width: 96px;
	height: 72px;
}
.rsUni .rsThumb img {
	width: 100%;
	height: 100%;
}
.rsUni .rsThumb.rsNavSelected {
	background: #333;
	border: 2px solid #ccc;
	box-sizing: border-box;
}
.rsUni .rsThumb.rsNavSelected img {
	opacity: 0.7;
	filter: alpha(opacity=30);
}
.rsUni .rsThumb.rsNavSelected .thumbIco {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 2px solid #FFF;
	border: 2px solid rgba(255,255,255,0.9);
	-webkit-backface-visibility: hidden;
}

.rsUni .rsTmb {
	display: block;
}

/* Thumbnails with text */
.rsUni .rsTmb h5 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	color: #FFF;
}
.rsUni .rsTmb span {
	color: #DDD;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}



/* Thumbnails arrow icons */
.rsUni .rsThumbsArrow {
	height: 100%;
	width: 20px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}
.rsUni .rsThumbsArrow:hover {

}
.rsUni.rsWithThumbsVer .rsThumbsArrow {
	width: 100%;
	height: 20px;
}
.rsUni.rsWithThumbsVer .rsThumbsArrowLeft { top: 0; left: 0; }
.rsUni.rsWithThumbsVer .rsThumbsArrowRight { bottom: 0;  left: 0; }

.rsUni.rsWithThumbsHor .rsThumbsArrowLeft { left: 0; top: 0; }
.rsUni.rsWithThumbsHor .rsThumbsArrowRight { right: 0; top:0; }

.rsUni .rsThumbsArrowIcn {
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top:-8px;
	margin-left: -8px;
	position: absolute;
	cursor: pointer;
	background: url('/res/img/royal-slider/rs-universal.png') transparent;
}

.rsUni.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -128px -32px; }
.rsUni.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -128px -48px; }

.rsUni.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -144px -32px; }
.rsUni.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -144px -48px; }

.rsUni .rsThumbsArrowDisabled { display: none !important; }

/* Thumbnails resizing on smaller screens */
/*
@media screen and (min-width: 0px) and (max-width: 800px) {
	.rsUni .rsThumb {
		width: 59px;
		height: 44px;
	}
	.rsUni .rsThumbsHor {
		height: 44px;
	}
	.rsUni .rsThumbsVer {
		width: 59px;
	}
}
*/



/***************
*
*  4. Tabs
*
****************/

.rsUni .rsTabs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align:center;
	overflow: hidden; padding-top: 12px; position: relative;
}
.rsUni .rsTab {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	height: auto;
	width: auto;
	color: #333;
	padding: 5px 13px 6px;
	min-width: 72px;
	border: 1px solid #D9D9DD;
	text-decoration: none;

	background: #FFF;
	border-right: none;
	*display:inline;
	*zoom:1;
	*border-right: 1px solid #d9d9d9;

}
.rsUni .rsTab:first-child {
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
}
.rsUni .rsTab:last-child {
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
	border-right: 1px solid #D9D9DD;
}
.rsUni .rsTab:active {
	background-color: #f4f4f4;
}
.rsUni .rsTab.rsNavSelected {
	color: #FFF;
	background: #383838;
	border-color: #383838;
}

/***************
*
*  5. Fullscreen button
*
****************/

.rsUni .rsFullscreenBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 22;
	display: block;
	position: absolute;
	cursor: pointer;

}
.rsUni .rsFullscreenIcn {
	display: block;
	width: 32px;
	height: 32px;
	background: url('/res/img/royal-slider/rs-universal.png') 0 0 transparent;
	opacity: 0.7;
	border-radius: 2px;
	position: absolute;
	right: 0;
	top: 0;
}
.rsUni .rsFullscreenBtn:hover .rsFullscreenIcn {
	opacity: 1;
}
.rsUni.rsFullscreen .rsFullscreenIcn {
	background-position: -32px 0;
}

/***************
*
*  6. Play/close video button
*
****************/

.rsUni .rsPlayBtn {
	-webkit-tap-highlight-color:rgba(0,0,0,0.3);
	width:64px;
	height:64px;
	margin-left:-32px;
	margin-top:-32px;
	cursor: pointer;
}
.rsUni .rsPlayBtnIcon {
	width:64px;
	display:block;
	height:64px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;

	background:url(/res/img/royal-slider/rs-universal.png) no-repeat 0 -32px;
	background-color: #383838;
	background-color: rgba(0,0,0,0.75);
	*background-color: #383838;
}
.rsUni .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: rgba(0,0,0,0.9);
}
.rsUni .rsBtnCenterer {
	position:absolute;
	left:50%;
	top:50%;
	width: 20px;
	height: 20px;
}
.rsUni .rsCloseVideoBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);

}
.rsUni .rsCloseVideoBtn.rsiOSBtn {
	top: -38px;
	right: -6px;
}

.rsUni .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url('/res/img/royal-slider/rs-universal.png') -64px 0;
	background-color: #383838;
	background-color: rgba(0,0,0,0.75);
	*background-color: #383838;
}
.rsUni .rsCloseVideoIcn:hover {
	background-color: rgba(0,0,0,0.9);
}



/***************
*
*  7. Preloader
*
****************/

.rsUni .rsPreloader {
	width:20px;
	height:20px;
	background-image:url(/res/img/royal-slider//preloader-white.gif);

	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;
}




/***************
*
*  8. Global caption
*
****************/
.rsUni .rsGCaption {
	position: absolute;
	float: none;
	bottom: 6px;
	left: 6px;
	text-align: left;

	background: #222;

	color: #FFF;
	padding: 2px 8px;
	width: auto;
	font-size: 12px;
	border-radius: 2px;
}


	.pic_gallery_single {
		position: relative;
		max-width: 700px;
		text-align: left;
		margin-left: 30px;
		margin-top: 10px;
	}
	.pic_gallery_single .delete {
		position: absolute;
		right: 5px;
		top: 5px;
		cursor: pointer;
	}
	.pic_gallery_image {
		max-width: 200px;
		margin-left: 37px;
	}
	.pic_gallery_single .up, .pic_gallery_single .down, .pic_gallery_single .poz,
	.pic_gallery_single .num {
		position: absolute;
		cursor: pointer;
		left: 5px;
		padding: 10px;
	}
	.pic_gallery_single .num {
		left: -27px;
		top: 50px;
		cursor: default;
	}
	.pic_gallery_single .poz{
		top: 50px;
		left: -5px;
	}
	.pic_gallery_single .up{
		top: 15px;
	}
	.pic_gallery_single .down {
		top: 87px;
	}
	.pic_gallery_single .data{
		vertical-align: top;
		display: inline-block;
		font-family: arial;
	}
	.pic_gallery_single .data input[name="title"] {
		padding: 2px;
		margin-bottom:10px;
		width: 300px;
	}
	.pic_gallery_single .data textarea {
		padding: 2px;
		width: 300px;
	}
	#pics_gallery_form .submit_buttons {
		height: 27px;
	}
	#pics_gallery_form input[name="title"] {
		width: 430px !important;
		font-size: 16px;
		font-weight: bold;
		background: #444;
		border: 0;
		padding: 5px;
		color: #eee;
	}
	#pics_gallery_form textarea[name="desc"] {
		color: #eee;
		background: #444;
		width: 440px;
		min-height: 100px;
		border: 0;
		padding: 5px;
	}
	#gallery_upload input[type="file"] {
		height: 100%;
		width: 100%;
	}
	#gallery_upload .qq-upload-btn {
		display: inline-block !important;
		overflow: hidden !important;
	}
	#gallery_upload .add_youtube {
		position: absolute;
		top: 0;
	}


.myswf {
	display: none;
}


#services_icons_widget {
	position: absolute;
	top: 75px;
	right: 0px;
	width: 180px;
	height: 16px;
}


#services_icons_widget a {
	display: block;
	float: left;
	text-decoration: none;
	margin-right: 8px;
	margin-bottom: 4px;
	-webkit-box-shadow: 1px 1px 3px #888;
	-moz-box-shadow: 1px 1px 3px #888;
	box-shadow: 1px 1px 3px #888;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	opacity: 0.8;
	width: 16px;
	height: 16px;
	background: url(http://demotywatory.pl/res/img/portal-exchange.png) repeat scroll 0 0 transparent;
}
#services_icons_widget a:hover {
	opacity: 1;
}

a#siw-mistrzowie {		background-position: -18px 0px; }
a#siw-notolu {			background-position: -217px 0px; }
a#siw-demoty {			background-position: -56px 0px; }
a#siw-filmixxy {		background-position: -76px 0px; }
a#siw-studentpotrafi {	background-position: -257px 0px; }
a#siw-komixxy {			background-position: -96px 0px; }
a#siw-analizersi {		background-position: -116px 0px; }
a#siw-atakklonow {		background-position: -136px 0px; }
a#siw-dawniej {			background-position: -156px 0px; }
a#siw-wezsie {			background-position: 0 0; }
a#siw-kotburger {		background-position: -176px 0px; }
a#siw-machinaczasu {	background-position: -196px 0px; }
a#siw-piekielni {		background-position: -237px 0px; }
a#siw-milosci {			background-position: -36px 0px; }
a#siw-karteczki {		background-position: -297px 0px; }



/* ASSET_GENERATED */