
.box {
    background: #ffc000;
    border-radius: 0px 4px 4px 0px;
    left: -304px;
    padding: 4px 4px 4px 0px;
    position: fixed;
    top: 100px;
    transition: transform 0.4s;
    width: 300px;
}

.box:hover {
    transform: translateX(304px);
}

.box .box__content {
    background: #fff;
    min-height: 200px;
    padding: 10px;
    position: relative;
}

.box .box__title {
    background: #fff;
    border: solid #ffc000;
    border-radius: 0px 0px 4px 4px;
    border-width: 0px 4px 4px;
    cursor: default;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: -74px;
    text-align: center;
    top: 70px;
    transform: rotate(-90deg);
    width: 106px;
}

.custom_theme{
	font-size: 17px;
    float: right;
	cursor: pointer;
	color: #B0ADAD !important;
	background-color: RGBA(255, 255, 255, 0) !important;
}

.custom_theme:hover {
	color: #FFF !important;
	text-decoration: none;
  	transition: all 0.5s ease;
}

/*** Background Picker style ***/
.fixed_bg {
	background-size: cover !important;
}

.bg_preview:before,.bg_preview:after {
    content:" ";
    display:table
}

.bg_preview:after{
    clear:both
}

.bg_preview {
    display: none;
    border: 1px solid #DADADA;
    background: #FFF;
    padding: 5px !important;
    width: 300px;
    height: auto;
    z-index: 999;
    float: right;
    position: absolute;
    right: 150px;
}

.bg_preview a {
    float: left;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    margin: 1%;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #CECECE;
    cursor: pointer;
}

.bg_preview a:hover {
	border: 2px solid #50EC00
}

.bg_more {
	display: none;
    width: 50px;
    cursor: pointer;
    background: #FFF;
    color: #00E192;
    text-align: center;
    border-radius: 2px;
}

.colorpicker_default {
    width: 50px;
    cursor: pointer;
    background: #FFF;
    color: #00E192;
    text-align: center;
    border-radius: 2px;
	float: right;
}

.bg_preview_more {
    display: none;
}

.bg_preview_more:before,.bg_preview_more:after {
    content:" ";
    display:table
}

.bg_preview_more:after{
    clear:both
}

.bg_preview_more a {
    float: left;
    width: 18%;
    height: 80px;
    box-sizing: border-box;
    margin: 1%;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: cover;
    border: 2px solid #CECECE;
}

.bg_preview_more a:hover {
	border: 2px solid #50EC00
}

/** End **/


/**Social Links sidebars**/
div.socialbars:hover i {
	background-color: RGBA(0, 0, 0, 0) !important;
}

div.socialbars {
	z-index: 99;
	cursor: pointer;
	left: -114px;
	width: 155px;
	position: fixed;
	transition: all 0.4s ease;
}

div.socialbars:hover {
	left: 0px
}

.social_des {
	font-size: 12px;
	position: absolute;
	top: 12px;
	margin-left: 20px;
	color: rgb(255, 255, 255);
	font-weight: 600;
}

.socialfacebook {
	background: #3b5998;
	width: 155px;
	top: 200px;
}

.socialtwitter {
	background: #00aced;
	width: 155px;
	top: 280px;
}

.socialgoogle-plus {
	background: #dd4b39;
	width: 155px;
	top: 320px;
}

.socialyoutube {
	background: #e23c48;
	width: 155px;
	top: 240px;
}

div.socialbars i {
	padding: 10px 15px;
	float: right;
	color: rgb(255, 255, 255);
	background-color: rgb(51, 51, 51);
	font-size: 20px;
}

/*Ends**/

/** forum post/thread cool*/
.mibitstats {
	color: #898989;
	background-color: #363636;
	box-shadow: inset 0px 0px 12px 0px #212121;
	border-radius: 20px;
	padding: 6px 10px;
}

.bg_style {
    float: right;
    cursor: pointer;
    margin-left: 10px;
	color: #B0ADAD !important;
	font-size: 17px;
}

.bg_style:hover {
	color: #FFF !important;
	text-decoration: none;
  	transition: all 0.5s ease;
}

.footer_stuff {
	height: 45px;
	background-color: #C71712;
	line-height: 45px;
}

/** Heart Beat**/

.pulse_heart {
  color: #E90606;
  margin: 0 3px;
  font-size: 10px;
  cursor: pointer;
  animation: pound_heart 0.35s infinite alternate;
  -webkit-animation: pound_heart 0.35s infinite alternate;
}

@-webkit-keyframes pound_heart {
  to {
    transform: scale(1.4);
}


}

@keyframes pound_heart {
  to {
    transform: scale(1.4);
}


}

/** Hide stuff**/
.buttons {
    font-size: 17px;
	float: right;
	cursor: pointer;
	color: #B0ADAD !important;
	background-color: RGBA(255, 255, 255, 0) !important;
}

.buttons:hover {
    color: #FFF !important;
	text-decoration: none;
  	transition: all 0.5s ease;
}

.clickedbuttons {
    font-size: 17px;
	float: right;
	cursor: pointer;
	color: #B0ADAD !important;
	background-color: RGBA(255, 255, 255, 0) !important;
}

.clickedbuttons:hover {
    color: #FFF !important;
	text-decoration: none;
  	transition: all 0.5s ease;
}

.footer_made {
    transform: skewX(-25deg);
    background: #E0B000;
    float: right;
    padding: 0px 17px;
}

/** Drop Down Menu**/
.enmenuwrap {
  float: right;
  display: inline-block;
  position: relative;
}

.enmenu {
  display: inline-block;
  padding: 0px 10px;
  position: relative;
  cursor: pointer;
  line-height: 15px;
  color: #B0ADAD !important;
  text-decoration: none;
  border-radius: 2px;
  font-family: 'Trebuchet MS',Helvetica,Arial,sans-serif;
  float: right;
}

.enmenu:hover{
  color: #FFF !important;
	text-decoration: none;
  transition: all 0.5s ease;
}

.ensettings {
  display: none;
  position: absolute;
  right: 0;
  left: auto;
  min-width: 180px;
  background: #3C3A3A;
  color: #555;
  top: 32px;
  padding: 0;
  margin: 0;
  z-index: 8999;
  font-family: 'Trebuchet MS',Helvetica,Arial,sans-serif;
  box-shadow: 1px 1px 2px 0 rgba(0,0,0,.4);
}

.ensettings::before {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: "";
  position: absolute;
  border-bottom: 5px solid #3C3A3A;
  top: -5px;
  right: 10px;
  float: right;
}

.ensettings ul {
    padding: 0;
    margin: 0;
}

.ensettings ul > li {
  list-style: none;
  padding: 0;
}

.ensettings ul > li > a {
  text-decoration: none;
  color: #B0ADAD !important;
  display: block;
  padding: 0px 25px;
  transition: all 0.2s ease-in-out;
  font-size: 12px;
}

.ensettings ul > li > a:hover {
  color: #3C3A3A !important;
	text-decoration: none;
  transition: all 0.2s ease;
  background: #B0ADAD;
  box-shadow: inset 0 0 0 6px #3C3A3A;
}

.ensettings ul > li > a > i {
    float: left;
    display:inline-block;
    line-height: 40px;
    width: 20px;
}

.enavigation {
    line-height: 40px;
}

/** End **/

/** Footer links **/
#foot_bar *{
    box-sizing:border-box;
}

#foot_bar {
	width: 100%;
	background-color: #E0B000;
	display: flex;
}

.col {
	float: left;
	padding: 35px 0px 0px 45px;
	position: relative;
	text-align: center;
}

.col0 {
    width: 83%;
margin: 45px;
    position: absolute;
    opacity: 0.4;
}

.col1 {
    float: left;
    padding: 10px 0px 0px 25px;
    width: 14%;
}

.col2 {
    float: right;
    padding: 35px 15px 5px 15px;
    width: 55%;
}

.foot_header {
	background: none;
	color: #C71712;
	font: bold 18px Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	margin: 0 0 29px 0;
	padding: 9px 0 0 19px;
	height: 33px;
	text-align: center;
}

.foot_header1 {
	background: none;
	color: #C71712;
	font: bold 18px Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	margin: 0 0 29px 0;
	padding: 0px 0 0 280px;
	height: 33px;
}

div.col ul{
 
    list-style: none;
    margin: 0;
    padding: 0;
}

div.col li {
 
    height: 32px;
    padding: 0;
}

div.col li a{
 
    display: block;
    font: normal 12px Verdana, Geneva, sans-serif;
    padding: 10px 0 0 19px;
    text-decoration: none;
    text-decoration: none;
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}

div.col li a:hover {
	color: #B0ADAD !important;
    margin-left: 5px;
}

.admin_buttons {
    background: #f23d3d;
    padding: 6px 10px;
    color: #FFF !important;
    border-radius: 20px;
    float: right;
    margin-top: -5px;
    margin-right: 20px;
    transition: all 0.5s ease;
    text-align: center;
}

.admin_buttons:hover {
	background: #FC0D05;
	cursor: pointer;
    border-radius: 2px;
	transition: all 0.5s ease;
}

.mod_buttons {
    background: #5273f7;
    padding: 6px 10px;
    color: #FFF !important;
    border-radius: 20px;
    float: right;
    margin-top: -5px;
    margin-right: 20px;
    transition: all 0.5s ease;
    text-align: center;
}

.mod_buttons:hover {
	background: #0033ff;
	cursor: pointer;
    border-radius: 2px;
	transition: all 0.5s ease;
}

.guzikpraca {
    background: #C71712;
    padding: 6px 10px;
    color: #FFF !important;
    border-radius: 20px;
    float: right;
    margin-top: -5px;
    margin-right: 20px;
    transition: all 0.5s ease;
    text-align: center;
}

.navi_buttons {
    background: #C71712;
    padding: 6px 10px;
    color: #FFF !important;
    border-radius: 20px;
    float: right;
    margin-top: -5px;
    margin-right: 20px;
    transition: all 0.5s ease;
    text-align: center;
}

.navi_buttons:hover {
	background: #FC0D05;
	cursor: pointer;
    border-radius: 2px;
	transition: all 0.5s ease;
}

.news {
	margin: 10px 0px 25px 0px;
  	width: 100%;
  	height: 40px;
  	line-height: 50px;
  	float: left;
 	border: 2px solid #C71712;
 	background: #E0B000;
}

.announcements {
  	min-width: 40px;
  	padding: 0 5px;
    color: #E0B000;
  	text-align: left;
  	float: left;
  	background-color: #C71712;
  	height: 40px;
  	vertical-align:  top;
  	text-align: center;
  	position: relative;
}

.news_arrow {
    width: 0;
    position: relative;
    left: 48px;
    top: 11px;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
	border-color: transparent;
}

.automsj {
  	float: left;
  	padding: 0 5px;
  	font-size: 13px;
  	margin: -18px 0px 0px 20px;
  	height: 40px;
  	line-height: 38px;
}

.automsj ul {
  	padding: 0;
  	margin: 0;
}

.quotes {
    color: #8D00FF;
  	list-style: none;
  	display: none;
  	text-align: left;
}

/* Tipsytip */
.tipsy {
    position: absolute;
    padding: 5px;
    z-index: 100000;
}

.tipsy-inner {
	font-size: 12px;
    background: #000;
    color: #FFFFFF;
    max-width: 200px;
    padding: 5px 8px;
    text-align: center;
	border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.tipsy-arrow {
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    border: 5px dashed #161616;
}

.tipsy-arrow-n {
    border-bottom-color: #161616;
}

.tipsy-arrow-s {
    border-top-color: #161616;
}

.tipsy-arrow-e {
    border-left-color: #161616;
}

.tipsy-arrow-w {
    border-right-color: #161616;
}

.tipsy-n .tipsy-arrow {
    top: 0px; left: 50%;
    margin-left: -5px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-ne .tipsy-arrow {
    top: 0;
    right: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-s .tipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-sw .tipsy-arrow {
    bottom: 0;
    left: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-se .tipsy-arrow {
    bottom: 0;
    right: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-e .tipsy-arrow {
    right: 0;
    top: 50%;
    margin-top: -5px;
    border-left-style: solid;
    border-right: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.tipsy-w .tipsy-arrow {
    left: 0;
    top: 50%;
    margin-top: -5px;
    border-right-style: solid;
    border-left: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.profile_avatar {
background-color: #C71712;
box-shadow: 0px 3px 4px rgba(17, 17, 17, 0.11);
}

.profile_details {
display: inline-block;
background: #E0B000;
padding: 12px 30px;
box-shadow: 0px 3px 4px rgba(17, 17, 17, 0.11);
margin-left: 238px;
line-height: 20px;
transform: skewX(-25deg);
position: static
}

.profile_bg {
	background: #C71712
}

.rep_bg {
	background: rgb(141, 177, 62) none repeat scroll 0% 0%;
	text-align: center;
	color: rgb(255, 255, 255);
	padding: 5px;
	border-radius: 3px;
	width: 400px;
	box-shadow: 0px 3px 5px rgba(17, 17, 17, 0.21);
}

.rep_count {
	font-size: 20px;
	display: block;
	font-weight: bold;
}

.logo_static {
	color: #5F5F5F;
}

/* Spinning Indicator */
/* Effect 10: Corner indicator */
.la-anim-10 {
	position: fixed;
	top: 0;
	right: 0;
	width: 300px;
	height: 300px;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: translateX(100%) translateY(-100%) rotate(45deg);
	transform: translateX(100%) translateY(-100%) rotate(45deg);
	pointer-events: none;
	z-index: 9999999;
}

.la-anim-10.la-animate {
	-webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
	transform: translateX(50%) translateY(-50%) rotate(45deg);
}

/* Loading circle idea from http://codepen.io/Metty/details/lgJck */
.la-anim-10::before,
.la-anim-10::after {
	position: absolute;
	bottom: 30px;
	left: 50%;
	display: block;
	border: 5px solid #fff;
	border-radius: 50%;
	content: '';
}

.la-anim-10::before {
	margin-left: -40px;
	width: 80px;
	height: 80px;
	border-right-color: RGBA(0, 0, 0, 0.35);
	border-left-color: RGBA(0, 0, 0, 0.35);
	-webkit-animation: rotation 3s linear infinite;
	animation: rotation 3s linear infinite;
}

.la-anim-10::after {
	bottom: 50px;
	margin-left: -20px;
	width: 40px;
	height: 40px;
	border-top-color: RGBA(0, 0, 0, 0.35);
	border-bottom-color: RGBA(0, 0, 0, 0.35);
	-webkit-animation: rotation 1s linear infinite;
	animation: rotation 1s linear infinite;
}

@-webkit-keyframes rotation {
	0% {
 -webkit-transform: rotate(0deg);
}

50% {
 -webkit-transform: rotate(180deg);
}

100% {
 -webkit-transform: rotate(360deg);
}


}

@keyframes rotation {
	0% {
 transform: rotate(0deg);
}

50% {
 transform: rotate(180deg);
}

100% {
 transform: rotate(360deg);
}


}

/*END*/

.semiwrap {
    width: 85%;
    margin: auto;
}

@media(max-width: 540px) {
.hide-540px {
    display: none !important;
}

;
}

@media(max-width: 540px) {
.show-540px {
		display: block !important;
}

;
}

@media(min-width: 541px) {
.show-540px {
		display: none !important;
}

;
}

/* Pie Chart */
@keyframes bake-pie {
 from {
   transform: rotate(0deg) translate3d(0,0,0);
}


}

section {
 margin-top: 30px;
 margin-left: 50px;
}

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

.pie {
 height: 200px;
 width: 200px;
 position: relative;
 margin: 0 30px 30px 0;
}

.pie::before {
 content: "";
 display: block;
 position: absolute;
 z-index: 1;
 width: 125px;
 height: 125px;
 background: #EEE;
 border-radius: 50%;
 top: 37px;
 left: 37px;
}

.pie::after {
 content: "";
 display: block;
 width: 120px;
 height: 2px;
 background: rgba(0,0,0,0.1);
 border-radius: 50%;
 box-shadow: 0 0 3px 4px rgba(0,0,0,0.1);
 margin: 220px auto;
}

.slice {
 position: absolute;
 width: 200px;
 height: 200px;
 clip: rect(0px, 200px, 200px, 100px);
 animation: bake-pie 1s;
}

.slice span {
 display: block;
 position: absolute;
 top: 0;
 left: 0;
 background-color: black;
 width: 200px;
 height: 200px;
 border-radius: 50%;
 clip: rect(0px, 200px, 200px, 100px);
}

.legend {
 list-style-type: none;
padding: 0;
 margin: 0;
 padding: 15px;
 font-size: 13px;
}

.legend li {
 width: 200px;
 height: 1.25em;
 margin-bottom: 0.7em;
 padding-left: 0.5em;
 border-left: 1.25em solid black;
}

.legend em {
 font-style: normal;
}

.legend span {
 float: right;
}

.pma {
margin-left: 10px;
padding: 2px 6px;
background: rgb(203, 15, 15) none repeat scroll 0% 0%;
color: rgb(255, 255, 255);
border-radius: 2px;
font-size: 11px;
}

.urlimage {
width: 195px;
height: 21.5px;
border: 1px solid #9c9c9c;
background: #f2f2f2;
border-radius: 2px;
box-shadow: inset 0px 0px 8px 0px #B6B6B6;
transition: all ease-in-out 0.3s;
}

.urlimage:focus {
	background: #fff;
	box-shadow: none;
	transition: all ease-in-out 0.3s;
}

.color1,.color2,.color3,.color4,.color5 {
	border-radius: 50px;
    border: none !important;
}

/* DVZ Shoutbox */
#shoutbox {
 margin-bottom: 10px; border: solid 2px rgba(0,0,0,0.1);
}

#shoutbox .head {
 padding: 8px; background: #E0B000;
}

#shoutbox.front .head {
 cursor: pointer;
}

#shoutbox .head .right {
 float: right; margin: 0; font-size: 13px;
}

#shoutbox.collapsed .head {
 opacity: 0.6;
}

#shoutbox.collapsed .body {
 display: none;
}

#shoutbox .panel {
 border-top: solid 2px rgba(0,0,0,0.1);
}

#shoutbox input.text {
 margin: 0; padding: 10px 8px; width: 100%; box-sizing: border-box; border: none; box-shadow: inset 0 2px 4px rgba(0,0,0,0.08); font-family: Arial, sans-serif; font-size: 12px; color: #000;
}

#shoutbox .minposts, #shoutbox .blocked {
 padding: 6px; font-size: 11px;
}

#shoutbox .panel.minposts {
 background: #FFFED8; color: #727250;
}

#shoutbox .panel.blocked {
 background: #FCEFEF; color: #543A3A;
}

#shoutbox .panel p {
 margin: 0;
}

#shoutbox .window {
 border-top: solid 2px rgba(0,0,0,0.1); overflow-y: scroll;
}

#shoutbox .data {
 display: table; width: 100%; border-top: solid 2px rgba(0,0,0,0.1); font-family: Arial, sans-serif; font-size: 12px;
}

#shoutbox.front .data {
 border-top: none;
}

#shoutbox .entry {
 display: table-row !important; width: 100%; transition: background-color 0.2s;
}

#shoutbox .entry:nth-child(even) {
 background-color: rgba(0,0,0,0.01);
}

#shoutbox .entry.new {
 background-color: rgba(255,255,100,0.1);
}

#shoutbox .entry:target {
 background-color: rgba(50,200,255,0.1);
}

#shoutbox .entry > div {
 border-bottom: dashed 1px rgba(0,0,0,0.05);
}

#shoutbox .entry:last-child > div {
 border-bottom: none;
}

#shoutbox .entry > div {
 display: table-cell; padding: 6px;
}

#shoutbox .avatar img {
 margin: 0 auto; vertical-align: middle; max-height: 20px; max-width: 20px; border: solid 1px rgba(255,255,255,0.1); box-shadow: 0 0 2px rgba(0,0,0,0.1); cursor: pointer;
}

#shoutbox .user {
 border-right: solid 1px rgba(0,0,0,0.05); text-align: right; white-space: nowrap;
}

#shoutbox .text {
 width: 100%; color: #555;
}

#shoutbox .info {
 font-size: 11px; color: #AAA; white-space: nowrap; text-align: right;
}

#shoutbox .entry.unread .info:before {
 display: inline-block; position: relative; top: -2px; margin-right: 10px; height: 4px; width: 4px; content: ''; background: rgba(255,100,0,0.8); border-radius: 10px;
}

#shoutbox .info a {
 color: inherit;
}

#shoutbox .mod {
 padding: 6px 8px; font-size: 9px; font-weight: bold; color: #AAA; text-decoration: none;
}

#shoutbox .mod:nth-of-type(2) {
 margin-right: 5px; border-left: solid 1px rgba(0,0,0,0.1);
}

#shoutbox  .ip {
 margin-right: 10px; color: #CECECE;
}

/* Sekcja mediów społecznościowych */
.social-media {
  font-weight: bold;
  display: flex;
  gap: 20px;
  text-align: center;
}

.social-media__single {
  width: 50%;
  align-content: center;
}

img#fb-logo {
  margin: 15px 0;
}

h5.social-media-header {
	display: block !important;
	font-size: 13px;
}

/* KONIEC mediów społecznościowych */