img#icon-nav-left {
    margin: -15px 5px;
    display: inline-block;
}
a#linkaktywnosc-nawigacja {
    float: right;
}
a#linkaktywnosc-nawigacja a:hover { color:blue}
img#icon-nav-right {
    display: inline-block;
    margin: -15px 10px;
	
}

.forum-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.forum-container__forums {
    float: left;
    width: 100%;
	    width: calc( 100% - 370px );
}

.forum-container__sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 320px;
    flex: 0 1 320px;
    margin-left: 50px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    max-width: 320px;
}

.forum {
    position: relative;
    border-radius: 8px;float: left;
    width: 100%;
    margin-bottom: 40px;
}


.forum .container {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.forums {
    padding: 36px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    position: relative;
}

.dzialtlo {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
     padding: 40px 25px;
    border-bottom: 1px solid #3c3c3c3b;
    word-break: break-word;
    margin-bottom: 4px;
    border-radius: 13px;
    background-image: linear-gradient(to right, #131414 ,#0f0f0f);
}

.forum__item_status {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    text-align: center;
}
.forum__item {
    z-index: 1;
    position: relative;
}

.forum__item_info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1.4;
    font-size: 13px;
    margin-left: 4%;
}
.forum__item {
    z-index: 9999;
    position: relative;
}

.forum__item_stats {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    position: relative;
}

.forum__item_last-post {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 210px;
    flex: 0 1 210px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;    min-width: 250px;
	    color: #fff;
    text-decoration: none;
}

.forum__name, .forum_lastpost_title {
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    color: #fff;
    font-weight: bold;
}

.forum__description {
line-height: 1.6;
    margin: 5px 0 0 0;
    font-weight: normal;
    font-size: 12px;
    color: #fff;
    z-index: 3333;
}

.sub-forums {
    font-size: 11px;
    margin-top: 15px;
}

.sub-forums ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sub-forums ul li {
float: left;
    width: 50%;
}

.sub-forums ul li a {
    color: #fff;
    font-size: 12px;
	text-decoration:none;
	    padding-left: 20px;
	position:relative;
}

.sub-forums ul li a:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: #3e4040;
    left: 0;
    border-radius: 333px;
    margin: 4px 5px;
}
.sub-forums ul li a:hover:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: #147cb3;
    left: 0;
    border-radius: 333px;
    margin: 4px 5px;
}


.forum__stats-container {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex_box_pudelko {
    display: flex;
    width: 100%;
    float: left;
}
.panel-boczny {
    flex-basis: 330px;
    margin-left: 40px;
}

.thead-strona {
    padding: 35px 10px;
    background: url(../../../images/blueaz/cellpic.png);
    background-size: 100% 100%;
	position:relative;
}
.thead-strona a {
font-size: 14px;
    font-weight: bold;
    z-index: 333;
    display: inline-block;
     padding: 20px;
    box-sizing: border-box;
    margin-left: 50px;
    min-width: 249px;
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
    background-image: linear-gradient(to right, #0000006b , #00000000);
	text-decoration:none;
	letter-spacing: 2px;
}

.thead-strona:before {
background: url(../../../images/blueaz/effect_fora.png);
    content: '';
    position: absolute;
    width: 100%;
    height: 76px;
     left: -210px;

    background-repeat: no-repeat;
    bottom: -42px;
    z-index: 3;
    background-size: 100% 100%;
}
a.forum__name {
    text-decoration: none;
    text-shadow: 0px 0px 6px #fff;
    font-size: 15px;
}
a.forum__name:hover { text-shadow:none;}
span.myNumber.myNumber--medium {
    background: url(../../../images/blueaz/bg_stat.png);
    height: 45px;
    min-width: 138px;
    text-align: center;
    padding: 0px 0px;
    background-repeat: no-repeat;
    color: #fff;
    line-height: 43px;
    background-size: 100%;
}
.panel-boczny-s {
margin-bottom: 40px;
}
.title-panel-boczny {
    padding: 35px 15px;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
	    background: url(../../../images/blueaz/theadpanel.png);
    background-size: 100% 100%;
	    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
	position: relative;text-shadow: 0px 0px 11px #fff;
    font-size: 13px;
}
.title-panel-boczny:before {
    content: '';
    background: url(../../../images/blueaz/effect10.png);
    content: '';
    position: absolute;
    width: 386px;
    background-repeat: no-repeat;
    bottom: -35px;
    z-index: 3;
    height: 168px;
    right: -49px;
    top: -72px;
	    opacity: 0.5;
}
.text-panelboczny {
      color: #fff;
    background: url(../../../images/blueaz/box-thead.png);
    background-size: 100% 100%;
    padding: 20px 20px;

    border-bottom-left-radius: 13px;
    overflow: hidden;
    border-bottom-right-radius: 13px;
}
.pudelko-stat-4 {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
	    margin: 20px 0px;
}
.div1-pudelko {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
span.title-div1-pudelko {
    font-size: 30px;
    display: block;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
span.text-div1-pudelko {
    color: #54b4e5;
    font-size: 14px;
}
img#obrazek-stats {
    width: 100%;
    max-width: 100%;
}
.prawa-div1-pudelko {
    min-width: 135px;
}
.statystyki {
  background: url(../../../images/blueaz/statbg.png);
    min-height: 350px;
    width: 100%;
    display: block;
    position: relative;
    padding: 0px 0px;
    box-sizing: border-box;
    background-position: center top;
    background-size: 2000px 100%;
}
h1.title-ktojestonline {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}
span.text-title-ktojestonline {
    font-size: 13px;
    margin-left: 10px;
    font-weight: 300;
}
p.zawartosc-ktojestonline {
    display: block;

}
.pudelko-glowne-staty {
    display: flex;
    align-items: center;
    min-height: 474px;
    width: 100%;
}
.stopka {
    padding: 50px 0px;
    display: block;
    width: 100%;
    position: relative;
	color: #fff;
     font-weight: 200;
    padding-bottom: 80px;
    border-top: 1px solid #1f1f1f;    margin-top: 25px;
	
}
	
.stopka-lewa {
    float: left;
}

.stopka-prawa {
    float: right;
}
span.stopka-prawa-project {
    display: block;
}
a#autorzy { text-decoration:none;font-weight:400;}

i#przyciskprzewijaniastrony {
    position: absolute;
    left: 51%;
    font-size: 13px;
    display: inline-block;
    padding: 7px 9px;
    border-radius: 35px;
    border: 2px solid #191919;
    box-shadow: 0px 0px 7px #2c2f2e;
    background: #2396d4;
}
td.trowspecjal{
    border: none;
    padding: 40px 0px;
    background: #1c1c1c7a;
    border-bottom-left-radius: 13px;
    border-top-left-radius: 13px;
}
td.trowspecjal_prawy {
    border: none;
    padding: 40px 0px;
    background: #1c1c1c7a;
    border-bottom-right-radius: 13px;
    border-top-right-radius: 13px;
}
h1.title-lista-uzytkownikow {
    margin: 0;
    margin-bottom: 15px;
    font-size: 24px;
    color: #fff;
}
.segregacja-po-literach a {
    padding: 5px 10px;
    background: #272626;
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 3px;
    background: #1c1c1c7a;
}
.segregacja-po-literach a:hover {
	opacity:0.5;
}

.top-lista-uzytkownikow {
    background: #131414;
    padding: 45px 10px;
    border-radius: 13px;
    border-top: 3px solid #1b89c5;
    text-align: center;
    float: left;
    width: 100%;
    background-image: linear-gradient(to right, #131414 ,#101010);
}

div#uzytkownik-lista {
    display: block;
    float: left;
    width: 30%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    min-height: 190px;
    border-radius: 13px;
    background: #161616;
    margin-bottom: 20px;
    margin-top: 20px;
    box-shadow: 0px 0px 10px #00000026;
}
.flexbox-uzytkownik {
      display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 30px 20px;
}
#avatar-lista-uzytkownikow { 
border-radius: 333px;
    width: 75px;
    height: 75px;}

span.nazwa-lista {
    display: block;
}
span.tytul-lista {
    display: block;
}
.informacje-lista {
    flex: 1;
}
span.informacja1-lista {
    display: block;
}
span.button-lista {
    background: -webkit-linear-gradient(left,#54c7f2 0%,#3184ed 100%);
    background: -webkit-gradient(linear,left top,right top,from(#54c7f2),to(#3184ed));
    background: -o-linear-gradient(left,#54c7f2 0%,#3184ed 100%);
    background: linear-gradient(to right,#3b98ee 0%, #3184ed 100%);
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    margin: 5px 10px;
    margin-left: 0;
    border-radius: 5px;
}


.tloprofil {
    background: #161616;
    padding: 45px 10px;
    border-radius: 13px;
    border-top: 3px solid #52a1c4;
    text-align: center;
    position: relative;
    border-bottom: 2px solid #48b0f0;
}
span.nickprofil {
    display: block;
    margin: 5px;
    font-size: 16px;
}
span.tytulprofil {
    display: block;
    margin: 5px;
    font-size: 12px;
}
#avatarprofill { 
    width: 105px;
    height: 105px;
    border-radius: 33000px;
    padding: 3px;
    background: #211f50;}
.statsprofil {
    display: flex;
    justify-content: center;
    max-height: 50px;
    margin: 15px 0px;
}
.box-statsprofil {
    margin-right: 25px;
    margin-left: 25px;
}
p.title-statsprofil {
    font-size: 20px;
    color: #fff;
    padding: 0;
    margin: 0;
}

p.text-statsprofil {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 13px;
}
a#buttonszukajkawprofilu {
    display: block;
    background: #161616;
    padding: 20px 10px;
    text-align: left;
    border-radius: 7px;
    margin-bottom: 10px;
    margin-top: 10px;
}
a#buttonszukajkawprofilu:hover { 
    background: #0e8cfb;color:#Fff;
}

/* Style the tab */
.tab {
    overflow: hidden;
    border: none;
    background-color: none;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    display: block;
    background: #161616;
    padding: 20px 20px;
    text-align: left;
    border-radius: 7px;
    margin-right: 20px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background: #3287ed;
}

/* Create an active/current tablink class */
.tab button.active {
      background: #3287ed;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: none;
    border-top: none;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
.flex-box-pudelko-profil {
    display: flex;
    padding-top: 20px;
    justify-content: space-between;
}
.lewaprofil {
    flex-basis: 25%;
}
.prawaprofil {
    flex-basis: 100%;
     margin-left: 50px;

    margin-top: 12px;
}

span.largetext.nickuzytkownikawposcie {
    display: block;
    text-align: center;
}
span.rangauzytkownikawposcie {
    text-align: center;
    display: block;
    margin-bottom: 5px;
}
.statusonline {
    width: 15px;
    height: 15px;
    background: #008000;
    left: 50%;
    position: absolute;
    border-radius: 333px;
    border: 3px solid #141519;
    margin: -33px 9px;
}
.statusoffline {
    width: 15px;
    height: 15px;
    background: #800000;
    left: 50%;
    position: absolute;
    border-radius: 333px;
    border: 3px solid #141519;
    margin: -33px 9px;
}
.post.classic .post_author {
    float: left;
    width: 15%;
    margin: 0 1% 15px 0;
    border-left: 0;
    padding: 5px 1%;
    border: none;    position: relative;
}
.post .post_author {
    border-bottom: 1px solid #121212;
    border-top: 2px solid #121212;
    background: #121212;
    padding: 5px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}
.post .post_author div.author_avatar img {
    padding: 0px;
    border: none;
    background: none;
}
.post.classic {
    padding-top: 15px;
    border-bottom: 2px solid #212121;
    padding: 30px 10px;
}
.post .post_head {
    font-size: 11px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #121212;
    margin-bottom: 4px;
}
.post.classic .post_author div.author_statistics {
    border-top: none;
    margin: 6px 0 0 0;
    padding: 6px 6px 3px 6px;
    float: none;
}
.post.classic .post_author div.author_statistics {
    border-top: none;
    margin: 6px 0 0 0;
    padding: 6px 6px 3px 6px;
    float: none;
}
.post .post_author div.author_statistics {
    float: right;
    font-size: 11px;
    padding: 3px 10px 3px 5px;
    color: #eadcdc;
    line-height: 1.3;
}
.thead-strona:after {
    background: url(../../../images/blueaz/effect_v1.png);
    content: '';
    position: absolute;
    width: 386px;
    background-repeat: no-repeat;
    bottom: -42px;
    z-index: 3;
    height: 168px;
    right: 0px;
    top: -65px;
}
.pagination a {
    background: #368cee;
    border: 1px solid #3489ee;
}

.pagination .pagination_current, .pagination a {
    padding: 10px 12px;
    margin-bottom: 3px;
}
blockquote {
    border: 1px solid #161616;
    margin: 0;
    background: #161616;
    padding: 20px;
    border-radius: 13px;
}
.post_controls {
    clear: both;
    background: #121212;
    border-bottom: 1px solid #121212;
    padding: 5px;
    overflow: hidden;
}
.postbit_buttons a span {
    padding-left: 0;
    display: inline-block;
    height: 16px;
    background-image: none;
    background-repeat: no-repeat;
}
.postbit_buttons > a:link, .postbit_buttons > a:hover, .postbit_buttons > a:visited, .postbit_buttons > a:active {
       display: inline-block;
    padding: 10px 16px;
    margin: 2px;
    font-size: 11px;
    background: #161616;
    border: 1px solid #161616;
    color: #fff;
    border-radius: 333px;
}
}
.postbit_buttons > a:hover {
    border: none;
    opacity: 0.5;
}
blockquote cite {
    font-weight: bold;
    border-bottom: 1px solid #161616;
    font-style: normal;
    display: block;
    padding-bottom: 3px;
    margin: 0 0 10px 0;
}
.codeblock {
    background: #161616;
    border: 1px solid #161616;
    padding: 20px;
    border-radius: 13px;
}
.codeblock .title {
    border-bottom: 1px solid #161616;
    font-weight: bold;
    padding-bottom: 3px;
    margin: 0 0 10px 0;
}
.pagination {
    font-size: 11px;
    padding-top: 10px;
    margin-bottom: 5px;
    display: block;
    float: left;
    width: 100%;
    margin: 25px 10px;
}
textarea {
    background: #121212;
    color: #fff5f5;
    border: 1px solid #121212;
    padding: 2px;
    line-height: 1.4;
    outline: 0;
    font-size: 13px;
}
.tfoot {
    padding: 10px;
    background: #161616;
    color: #161616;
}
.editor_control_bar {
    background: #121212;
    border: 1px solid #121212;
}
input.textbox {
    background: #121212;
    color: #fff;
    border: 1px solid #121212;
    padding: 14px;
    outline: 0;
    font-size: 13px;
    box-sizing: border-box;
}
.topnav1 {
    overflow: hidden;
   background-color: #121212;
    margin-bottom: 22px;
    border-radius: 13px;
    padding: 20px;
}

.topnav1 a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.active1 {
  background-color: #4CAF50;
  color: white;
}

.topnav1 .icon1 {
  display: none;
}

.dropdown1 {
  float: left;
  overflow: hidden;
}

.dropdown1 .dropbtn1 {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content1 {
    display: none;
    position: absolute;
        background-color: #161616;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 333333;
    padding: 20px;
    color: #fff;
    border-radius: 13px;
    margin-left: -25px;
}

.dropdown-content1 a {
  float: none;
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav1 a:hover, .dropdown1:hover .dropbtn1 {
}

.dropdown-content1 a:hover {
       background: #121212;
    border-radius: 13px;
}

.dropdown1:hover .dropdown-content1 {
  display: block;
}


@media screen and (max-width: 960px) {
  .topnav1 a:not(:first-child), .dropdown1 .dropbtn1 {
    display: none;
  }
  .topnav1 a.icon1 {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 960px) {
  .topnav1.responsive1 {position: relative;}
  .topnav1.responsive1 .icon1 {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav1.responsive1 a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav1.responsive1 .dropdown1 {float: none;}
  .topnav1.responsive1 .dropdown-content1 {position: relative;}
  .topnav1.responsive1 .dropdown1 .dropbtn1 {
    display: block;
    width: 100%;
    text-align: left;
  }
}
@media (min-width: 960px) {
	#kompniema { display:none;}

}

fieldset {
    padding: 20px;
    margin: 0;
    border: none;
    background: #101117;
    border-radius: 7px;
}

.usercp_container {
    margin: 5px;
    padding: 8px;
    border: none;
}
.slidernaddzialy {
    height: 269px;
    display: block;
    margin-bottom: 40px;

    background-size: 100% 100%;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    width: calc( 100% - 370px );
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
}
.lewastronaodstep {
    flex-basis: 50%;
}
h1.project-slider {
    font-size: 32px;
    padding: 0;
    margin: 0;
    text-shadow: 0px 0px 10px #000;
}
p.text-slider-project {
    font-size: 16px;
    text-shadow: 0px 0px 10px #000;
    margin: 5px 0px;
}
a#przejdzdowatkubutton {
    display: inline-block;
    background: url(../../../images/blueaz/button.png);
    font-size: 15px;
    color: #fff;
    text-align: center;
    width: 202px;
    height: 90px;
    background-position-y: -13px;
    line-height: 61px;
    font-weight: 300;
    text-decoration: none;
    background-size: 100% 100%;
    margin-top: 10px;
    margin-bottom: -65px;
}
a#przejdzdowatkubutton:hover {
opacity:0.5;
}
* {    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;}
ul#men {
    float: left;
    margin: 27px 23px;
    font-size: 23px;
}
ul#menu-panel-user-wysuwany {
    padding: 0;
}
ul#menu-panel-user-wysuwany li {
    padding: 0;
    list-style: none;
}
ul#menu-panel-user-wysuwany a {
    padding: 0;
    display: inline-block;
    width: 100%;
    padding: 10px 0px;
    text-align: center;
}
::-webkit-scrollbar {
    width: 8px;
    background-color: #16181f;
}
::-webkit-scrollbar-thumb {
 background-color: #2ca4de;
    border-radius: 4px;
}
/* DVZ Shoutbox */
#shoutbox {
margin-bottom: 40px;
    padding: 20px;
    background: #131313;
    border-radius: 13px;
    border-top-left-radius: 0;
    border-top-right-radius: 0px;
    margin-top: -3px;
}
.shoutbox .head {
    padding: 10px 10px 16px 10px;
}
#shoutbox.front .head { cursor: pointer;padding: 0px 11px 20px 10px; }
#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); */
    position: relative;
}

#shoutbox .panel:before {
    content: '\f086';
    font-size: 13px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    left: 17px;
    top: 27px;
    position: absolute;
    color: #cccccc;
    font-size: 20px;
}
#shoutbox input.text {
    margin: 0;
    padding: 21px 67px;
    width: 100%;
    box-sizing: border-box;
    border: none;
    font-size: 12px;
    color: #fff;
    background: #1b1a1a;
    border-radius: 13px;
    outline: none;
    margin-top: 15px;
}
#shoutbox input.text::placeholder {
	    color: #fff;
}
#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 { overflow-y: scroll;padding: 10px; }
#shoutbox .data {  width: 100%;}
#shoutbox.front .data { border-top: none; }

#shoutbox .entry {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    transition: background-color 0.2s;
    margin: 10px 0px;
}
#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(205, 221, 226, 0.1);
    padding: 10px;
}
#shoutbox .entry > div { border-bottom: dashed 1px rgba(0,0,0,0.05); }
#shoutbox .entry:last-child > div { border-bottom: none; }

#shoutbox .entry > div { ; padding: 10px; }

#shoutbox .avatar img {
    border-radius: 333px;
    max-width: 100%;
    height: 45px;
    width: 45px;
    min-width: 45px;
    min-height: 45px;
    max-width: 45px;
    min-width: 45px;
	    box-shadow: 0px 0px 10px #000000;
}
    
#shoutbox .user {
    text-align: left;
    white-space: nowrap;
}
#shoutbox .text {
    width: 100%;
    color: #fff;
    word-break: break-all;
    word-wrap: break-word;
}
#shoutbox .info { font-size: 11px; color: #AAA; white-space: nowrap; text-align: right;    margin-left: 12px; }
#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; }

.entry.shoutboxnasz {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.avatar.shoutboxnasz_avatar {
    height: 50px;
    width: 50px;
    margin-right: -30px;
    margin-left: -8px;
}

.shout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.shout:first-child {
    margin-top: 0
}

.shout__avatar {
    height: 40px;
    width: 40px;
    margin: 4px 0px;
}

.shout__avatar img {
    border-radius: 50%;
}

.shout__container {
    flex: 1;
    margin-left: 10px;
    border-radius: 4px;
    background: rgb(27, 26, 26);
    padding: 15px 15px;
    display: flex;
    margin-top: 8px;
    align-items: center;
    justify-content: space-between;
    box-shadow: inset 0 1px 2px 0 rgba(57, 75, 101, 0.1);
    border-radius: 13px;
    margin-right: 20px;
}

.shout__the-message {
    flex: 1;
    word-break: break-word;
    padding-right: 15px;
}

.shout__the-message .text {
    margin-top: 5px
}

.shout .info {
    text-align: center;
}

.shout .info a:not(:last-child) {
    background: #15d1a4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    height: 15px;
    width: 15px;
    font-size: 9px;
    border-radius: 4px;
    margin: 0 3px 5px 3px;
    text-shadow: 0px 1px 1px rgba(5, 6, 6, 0.3);
    transition: 0.3s ease-in-out opacity;
    position: relative;
    z-index: 1;
}

.shout .info a:not(:last-child):hover {
    opacity: 0.7;
}

.shout .info > *:last-child {
    display: block;
}
	.box-top5 {
    float: left;
    width: 100%;
    padding: 13px 10px;
    box-sizing: border-box;
    background-image: url(../../../images/blueaz/bg-panelboczny.png);
    margin-bottom: 9px;
    border-radius: 13px;
    background-size: 349px 59px;
		    font-size: 12px;

}	
		span#button-posty {
    display: inline-block;
    float: right;
    background: url(../../../images/blueaz/button10.png);
    height: 28px;
    width: 75px;
    text-align: center;
    line-height: 27px;
    font-weight: bold;
    margin: 1px 0px;
}

.expander.fa.collapse:before {
    content: '\f106';
}

.expander.fa.collapse_collapsed:before {
    content: '\f107';
}
.expcolimage {
    float: right;
    width: auto;
    vertical-align: middle;
    margin-top: 15px;
    z-index: 9999999;
    position: relative;
    margin-right: 69px;
    font-size: 22px;
    color: #fff;
}
		