.dropdown {
	color: #555;
	position: relative;
	float: left;
	height: 17px;
	text-align:left;
}

.submenu {
	background: #fff;
	position: absolute;
	top: 26px;
	left: -20px;
	z-index: 100;
	width: 160px;
	display: none;
	margin-left: 10px;
	border-radius: 6px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

.dropdown li a {
	color: #555555 !important;
	display: block;
	font-family: arial;
	font-weight: bold;
	padding: 6px 15px;
	cursor: pointer;
	text-decoration:none;
}

.dropdown li a:hover {
	background:#F6BA35;
	color: #FFFFFF;
	text-decoration: none;
}

a.account {
	font-size: 15px;
	line-height: 26px;
	color: #FFF;
	z-index: 110;
	display: block;	
	line-height:110%;
	height: 28px;
	min-width: 55px;
	text-decoration: none;
	cursor:pointer;
	margin: 0 5px;
}

.root {
	list-style:none;
	margin:0px;
	padding:0px;
	font-size: 11px;
	padding: 11px 0 0 0px;
}

.unread_pms {
   float: right;
   background: red;
   color: white;
   font-weight: bold;
   margin: -24px 3px;
   padding: 3px 4px;
   border-radius: 3px;
   display: block;
   border: 1px solid #C84848;
}

span.desc_forum {
    color: #756F7A;
}

#searchid select {
    padding:3px;
    margin: 0;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;    
    font-size: 10px;
    background: #052A54;
    color:#fff;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. 
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #searchid select {
padding-right:18px
}


}

*/
#searchid label {
position:relative
}

#new_search {
 float: right;
	margin-top: -5px;
 position: relative;
}

#new_search * {
    float: left;
}

#new_search i {
    font-size: 23px;
    margin: 2px;
    color: #bbb;
    line-height: 120%;
}

#new_search input[type="text"] {
    border: 1px solid #052A54;
    padding: 6px;
	border-radius: 5px;
	    height: 15px;
    min-width: 200px;
}

#new_search label * {
	position: absolute;
	top: 4.5px;
	border-radius: 5px;
	left: -80px;
}

#new_search input[type="submit"] {
    background: #052A54 url(../../../images/smartklub/szukaj.png) no-repeat 50% 50%;
    border: none;
	background-size: 60%;
	padding: 6px;
	width: 30px;
	color: white;
	margin: 0 5px;
	height: 28px;
}

.useravatar {
	width: 30px;
	float: left;
	margin: -2px 5px 10px 0px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
}

.useravatar-bg {
	background-image: url(../../../images/default_avatar.png);
}

.columns {
	list-style: none; 
	margin: 0; 
	padding: 0;
}

.columns li {
	width: 33.3%; 
	float: left;
}

.columns li a {
	font-weight: bold;
}

.columns li i {
	color: #FABE00;
}

.kolumny {
 
    position: relative;
    color: white;
    width: 100%;
}

.col {
    width: 23%;
    display: inline-block;
    float: left;
	    text-align: left;
    font-size: 16px;
    font-weight: bold;
    padding: 2px;
}

.col ul li {
	list-style: none; 
	display: block;
	float: left;
	padding-left: 20px;
	width:100%
}

.col ul li a {
	color: white !important;
	font-size: 14px;
}

.logoinfooter {
	background: url(../../../images/smartklub/logostopka.png) no-repeat;
	background-size: 55%;
	background-position: 0% 35%;
	min-height: 155px;
	background-clip: border-box;
}

.stats_section {
    background: #fff;
    min-height: 60px;
    position: absolute;
    top: -20px;
    right: 40px;
    left: 40px;
}

.name_sec_stat {
    font-size: 15px;
    font-weight: bold;
    color: #253759;
}

.sec_stat {
    display: inline;
    width: 25%;
    text-align: center;
    font-size:  10px;
    float: left;
}

.text-footer-stats {
    font-size: 12px;
}

.sec_stat:nth-child(2) {
	width:15%;
}

.sec_stat:nth-child(4) {
	width: 35%;
}

.sec_stat img {
    max-width: 40px;
	float: left;
    margin: -1px 0 -1px 40px;
}

.breadcrumb {
	list-style: none;
	overflow: hidden;
	background: hsl(42, 98%, 55%);
	border: 1px solid hsl(42, 87%, 52%);
	margin: 0;
	padding: 0;
	font-size: 12px;
}

.breadcrumb li {
 
	float: left;
}

.breadcrumb li a {
	color: white;
	text-decoration: none;
	padding: 8px 0px 8px 46px;/* fallback color */
	background: hsl(42, 98%, 55%);
	position: relative;
	display: block;
	float: left;
}

.breadcrumb li a:after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;/* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid hsl(42, 98%, 55%);
	position: absolute;
	top: 50%;
	margin-top: -50px;
	left: 100%;
	z-index: 2;
}

.breadcrumb li a:before {
 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;       
	border-bottom: 50px solid transparent;
	border-left: 30px solid white;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	margin-left: 1px;
	left: 100%;
	z-index: 1;
}

.breadcrumb li:first-child a {
	padding-left: 10px;
}

.breadcrumb li:last-child {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	padding: 8px 0 10px 41px;/* fallback color */
	background: hsl(42, 98%, 55%);
	position: relative;
	line-height: 15px;
	color: white;
	display: block;
	float: left;
}

.breadcrumb li:last-child:after {
	content: " ";
	display: block;
	width: 0;
	color: white
	height: 0;
	border-top: 50px solid transparent;/* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid hsl(42, 98%, 55%);
	position: absolute;
	top: 50%;
	margin-top: -50px;
	left: 100%;
	z-index: 2;
}

.user-menu {
	display: none;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	background: #333;
}

.user-menu li {
	text-align: center;
	float: left;
	width: 100%;
	list-style: none;
	background: #F6BA35;
	display: block;
	text-transform: uppercase;
}

.user-menu li a {
	color: white !important;
	text-decoration: none;
	display: block;
	    font-size: large;
	padding: 10px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.button2 a {
	color: white !important;
	font-size: 30px;
}

.button2 {
 /*asdadsasd*/
}

.button2:hover {
	cursor: pointer;
}

span#copyright {
    float: right;
    color: white;
    margin-top: 36px;
}

.post_author.scaleimages i.fa.fa-circle {
    position: absolute;
    top: 0; 
    left: 0;
    margin: 5px;
}

.thead .inne_watki, .thead .inne_watki a {
    color: gray !important;
    font-weight: 100;
    font-size: 11px;
}

.postbit_buttons.post_management_buttons.float_right {
    padding-top: 2px;
    text-align: right;
}

.btn {
    border: 1px solid #DCDCDC;
    color: #666;
    font-size: 10px;
    padding: 6px 5px;
    text-transform: uppercase;
}

.write {
    background: #E00000;
    color: white;
}

.bottominputs:before {
    font-family: 'FontAwesome';
    content: '\';
}

.bottominputs.write:before {
    content: '\f002';
}

table, tr, td, tbody {
    text-align: left;
	 background: ;
}

section.options-ucp {
	width:89%;
	margin: 0 6%;
	text-align: center !important;
}

.options-ucp ul {
    margin: 25px 0;
    padding: 0;
    list-style: none;
}

li.option-ucp {
    background: #FFE0E0;
    border-radius: 3px;
    margin: 3px;
    border: 1px solid #FED3D5;
    text-transform: uppercase;
	display: inline-block;
    width: 20%;
}

li.option-ucp a {
    color: rgb(133, 133, 133);
}

li.option-ucp:hover {
    background: #FFDADA;
}

li.option-ucp i {
    font-size: 20px;
    color: rgb(108, 108, 108);
}

.btn.edit_ucp {
    float: right;
    padding: 2px  5px!important;
    background: hsl(0, 100%, 94%);
}

.edit_ucp:before {
    content: "\f040";
    padding-right: 3px;
}

.trow1, .trow2 {
    padding: 5px;
}

.thead  .float_right a {
    color: #99999C;
    font-weight: 100;
}

.thead a.button {
    color: #fff !important;
}

.forumdisplay_announcement_content:before {
    content: "Ogłoszenie "
}

.prefix_thread {
    display: inline;
    color: white;
    font-weight: bold;
    display: inline-block;
    padding: 0 4px;
	text-transform: uppercase;
    height: 16px;
    line-height: 15px;
    font-size: 9.5px;
    border-radius: 4px; 
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.color_gray {
    background: gray;
}

h3 {
    margin: 0;
    font-weight:600;
    font-size: 14px;
	display: inline;
}

.forumdisplay_sticky h3:before {
    content: "Podpięty ";
    background: #fdb719;
    display: inline;
    color: white;
    font-weight: bold;
    display: inline-block;
    padding: 0 4px;
    margin-right: 3px;
    height: 16px;
    line-height: 15px;
    font-size: 9.5px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.stats_thread, .stats_thread a {
    color: #99999C;
    font-size: 9.5px;
    text-align: right;
}

.lastpost {
    color: #99999C;
    font-size: 10px;
}

.panel_logowania {
	float:left;
    color: #fff;
    font-weight: bold;
}

.panel_logowania a {
    color: #fff;
    font-weight: bold;
}

.panel_logowania a:first-child {
    color: #FDB91B;
}

.lista_zawartosc {
    margin: 5px 1px;
}

#posts .trow1, #posts .trow2 {
	padding: 0;
	margin-top: 10px;
}

.postbit_multiquote_on {
    background: red !important;
    color: white !important;
}

.option-user-log {
    display: inline;
    float: left;
	color: white;
    margin: 0 15px;
}

.option-user-log a {
	color: white;
}

.bottominputs input {
    float: right;
    text-align: right;
    margin:0 5px;
}

ul#navigation {
    margin-top: -20px;
    margin-left: -40px
}

a.smartlogo img {
    max-width: 6% !important;
    margin-right: 25px;
}

.pasek_top {
	background: #253759;
	height: 5px;
}

.editor_control_bar a {
    color: red;
}


a.adv_search {
    margin-top: -3px;
}
.editor_control_bar a:hover {
    color: orange;
}

div#sticky-wrapper {
    height: 0 !important;
}
.sticker, .menu_top, .sticker-mobile {
    height: 5px;
    z-index: 10;
}


span.view-more-lastpost a {
    float: right;
    font-size: 12px;
	margin: 3px;
    color: #959595 !important;
}

span.info-auth-topstats {
    color: gray;
    font-size: smaller;
}

span.name-thread-topstats a {
    font-size:15px;
    font-weight:bold;
}

span.reklama-text {
    color: #DCDCDC;
    letter-spacing: 4px;
    font-size: 10px;
}

.post_body a {
    color: #BB0000;
}

textarea.usercp_notepad {
    width: 100%;
}


.scrolltop {
	display:none;
	width:100%;
	margin:0 auto;
	position:fixed;
	bottom:20px;
	right:10px;	
}
.scroll {
	position:absolute;
	right:20px;
	bottom:20px;
	background:#b2b2b2;
	background:rgba(178,178,178,0.7);
	padding:10px;
	text-align: center;
	margin: 0 0 0 0;
	cursor:pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}
.scroll:hover {
	background:rgba(178,178,178,1.0);
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}
.scroll:hover .fa {
	padding-top:-10px;
}
.scroll .fa {
	font-size:30px;
	margin-top:-5px;
	margin-left:1px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 	
}
.sidebar {
    text-align: center;
}
.thead, .zawartosc {
    text-align:left;
}

.cookiepolicy {
	background: #efefef;
	bottom: 0;
	font: 14px Arial, Helvetica, sans-serif;
	left: 0;
	padding: 15px 50px;
	position: fixed;
	right: 0;
	text-align: center;
}
 
.cookiepolicy .button {
	background: #444;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	margin-left: 5px;
	padding: 5px 10px;
}
