/* FontAwesome Custom Class - Start */
.icon {
	font-size: 14px;	
}
/* FontAwesome Custom Class - End */

/* Nicolas Gallagher ClearFix Hack - Start */
.clearfix {}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}
/* Nicolas Gallagher ClearFix Hack - End */

/* Mozilla Target Only Hack - Start */
body:not(:-moz-handler-blocked) .pms:before {
    margin-top: 15px;
}

body:not(:-moz-handler-blocked) a.postbit_multiquote::before {
	left: 9px;
	top: 5px;
}

body:not(:-moz-handler-blocked) a.postbit_multiquote_on::before {
	left: 8px;
	top: 5px;
}

input::-moz-focus-inner { 
	border: 0px; 
	padding: 0px;
	margin: 0px;
}
/* Mozilla Target Only Hack - End */

/* Google Chrome Only Hack - Start */
[placeholder]:focus::-webkit-input-placeholder {
  	color: transparent;
    transition: all 0.3s ease;
}

[placeholder]::-webkit-input-placeholder {
	color: #bcbcbc;
    transition: all 0.3s ease;
}

input:-webkit-autofill {
	-webkit-text-fill-color: #bcbcbc;
    -webkit-box-shadow: 0 0 0px 1000px #fafafa inset;
	border-radius: 3px;
}
/* Google Chrome Only Hack - End */

/* MyIPB CSS - Start */
b, strong {
	font-weight: 400 !important;
}

#header {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	margin: 0px;
	padding: 0px;
	background: url(../../../images/darkred/header.png);
    /*background-attachment: fixed;*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#subheader {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	margin: 0px;
	padding: 10px 0px;
}

.logo {
	float: left;
	text-align: left;
}

.user {
    float: right;
    text-align: right;
    padding: 0px;
    margin: -53px 0px 0px 0px;
    line-height: 36px;
}

.loginbutton a:link, .loginbutton a:visited {
	color: #fafafa;
	padding: 7px 10px 5px 10px;
	background: #161616;
	border-radius: 3px;
	transition: all 0.3s ease;
}

.loginbutton a:hover, .loginbutton a:active {
	background: #262626;
	transition: all 0.3s ease;
}

#login_body {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	margin: 0px;
	padding: 0px;
}

.login_image {
	position: relative;
	margin: -50px auto 0px auto;
	text-align: center;
}

.login_image img {
	border-radius: 50px;
	box-shadow: 0px 3px 5px #DCDCDC;
}

.login_title {
	font-size: 16px;
	text-align: center;
	color: #969696;
	padding: 8px;
	background: #fafafa;
	border-bottom: 1px solid #e1e1e1;
}

.login_main {
	background: #f4f4f4;
	padding: 18px 0px 8px 0px;
	text-align: center;
}

.login_main input {
	color: #a6a6a6;
	text-align: center;
	background: #fafafa;
	border: 1px solid #e1e1e1;
	border-radius: 2px;
	padding: 8px 12px;
	margin: 0px 0px 8px 0px;
}

input.log_button {
	cursor: pointer;
	outline: none;
	font-family: 'Hind', sans-serif;
	color: #fafafa;
	text-align: center;
	background: #161616;
	border: none;
	border-radius: 2px;
	padding: 8px 69px;
	margin: 0px 3px 0px 0px;
	transition: all 0.3s ease;
}

input.log_button:hover, input.log_button:active {
	outline: none;
	background: #262626;
	transition: all 0.3s ease;
}

.login_buttons {
	font-size: 13px;
	text-align: center;
	color: #969696;
	padding: 10px 0px 8px 0px;
	background: #fafafa;
	border-radius: 0px 0px 3px 3px;
	border-top: 1px solid #e1e1e1;
}

.remember {
	vertical-align: text-top;
}

.login_recover a:link, .login_recover a:visited {
	font-size: 13px;
	color: #969696;
	text-decoration: none;
	transition: all 0.3s ease;
}

.login_recover a:hover, .login_recover a:active {
	color: #3c6994;
	transition: all 0.3s ease;
}

.login_register a:link, .login_register a:visited {
	font-size: 13px;
	color: #3c6994;
	text-decoration: none;
	transition: all 0.3s ease;
}

.login_register a:hover, .login_register a:active {
	color: #2e4861;
	transition: all 0.3s ease;
}

.user_menu {
	float: right;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

.user_menu ul {
	margin: 0px;
	padding: 0px;
}

.user_menu ul li {
	list-style: none;
	display: inline-block;
	border-left: 2px solid rgba(255, 255, 255, 0.1);
	margin-left: 13px;
	padding-left: 10px;
}

.user_menu ul li:first-child {
	border-left: none;	
}

.user_menu ul li a:link, .user_menu ul li a:visited, .user_menu ul li a:hover, .user_menu ul li a:active {
	font-size: 20px;
	color: #fafafa;
	text-decoration: none;
	vertical-align: sub;
}

.enmenuwrap {
	display: inline;
	position: relative;
}

.enmenu {
	cursor: pointer;
	position: relative;
	display: inline;
	padding: 18px 0px 16px 3px;
	margin: 0px 8px 0px 0px;
	color: #fafafa;
	text-decoration: none;
	transition: all 0.3s ease;
}

.ensettings {
	font-family: 'Hind', sans-serif;
    font-size: 13px;
	text-align: right;
	width: 250px;
	min-width: 250px;
	max-width: 250px;
	display: none;
	position: absolute;
	right: 0;
	left: auto;
	background: #fafafa;
	color: #262626;
	top: 35px;
	padding: 0px 6px;
	margin: 0;
	z-index: 99;
	box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	box-sizing: border-box;
}

.ensettings ul {
	padding: 0;
	margin: 0;
}

.ensettings ul li {
	list-style: none;
	line-height: 31px;
	display: block;
	text-align: left;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

.ensettings ul li a:link, .ensettings ul li a:visited {
	font-family: 'Hind', sans-serif;
    font-size: 13px;
	text-transform: none;
	text-decoration: none;
	color: #262626;
	display: block;
	padding: 1px 10px 0px 10px;
	border-radius: 3px;
	transition: all 0.3s ease;
}

.ensettings ul li a:hover, .ensettings ul li a:active {
	background: #efefef;
	transition: all 0.3s ease;
}

.ensettings:before {
	position: absolute;
	content: "";
	margin: -12px 0px 0px -23px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 12px 10px;
	border-color: transparent transparent #ffffff transparent;
}

#title {
	font-family: 'Hind', sans-serif;
    font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	color: #666666;
	display: block;
	margin-bottom: 5px;
	background: #e4e4e4;
	padding: 3px 10px 0px 10px;
	border-radius: 3px;
}

#title:first-child {
	margin-top: 6px;	
}

#logout {
	border-top: 1px solid #e4e4e4;
	padding: 6px 0px 0px 0px;
}

.panelavatar {
    margin-right: 2px;
    background: url(../../../images/myipb/default_avatar.png) no-repeat;
    background-size: 100% auto;
    padding: 0px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

.panelavatar img {
	margin: 0px;
	padding: 0px;
}

.panelavatar img[src=""] {
	display: none;
	margin: 0px;
	padding: 0px;
}

.divisor {
	width: 2px;
	min-width: 2px;
	max-width: 2px;
	height: 50px;
	min-height: 50px;
	max-height: 50px;
	background: rgba(255, 255, 255, 0.1);	
}

.pms {
  	position: relative;
  	top: 2px;
  	left: 0;
  	font-size: 11px;
  	color: #fafafa;
  	padding: 2px 6px 0px 6px;
	margin: 0px 7px 0px 2px;
	background: #2e4861;
	
  	border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.pms:before {
	position: absolute;
	content: " ";
	margin: 12px 0px 0px 12px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #2e4861;
}

#tabs {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	margin: 0px auto;
	padding: 5px 5px 0px 5px;
	border-radius: 2px 2px 0px 0px;
	box-sizing: border-box;
}

.menu {
	float: left;
	text-align: left;	
}

.menu ul {
	margin: 0px;
	padding: 0px;
}

.menu ul li {
	font-size: 13px;
	font-weight: 400;
	list-style: none;
	display: inline-block;
	background: rgba(0, 0, 0, 0.75);
	/*background: rgba(245, 245, 245, 0.04);*/
	padding: 12px 25px 10px 25px;
	margin-right: 2px;
	border-radius: 1px 1px 0px 0px;
}

.menu ul li a:link, .menu ul li a:visited {
	color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
	transition: all 0.3s ease;
}

.menu ul li a:hover, .menu ul li a:active {
	color: #ffa315;
	transition: all 0.3s ease;
}


#forum #foro, #memberlist #miembros, #calendar #calendario, #search #busqueda, #help #ayuda {
	font-size: 13px;
	font-weight: 400;
	list-style: none;
	display: inline-block;
	background: #fafafa;
	padding: 12px 25px 10px 25px;
	border-radius: 1px 1px 0px 0px;
}

#forum #foro a, #memberlist #miembros a, #calendar #calendario a, #search #busqueda a, #help #ayuda a {
	color: #262626;
}

.l_search {
	float: right;
	text-align: right;
}

#nav {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	margin: 0px auto;
	padding: 10px;
	background: #080808;
	text-align: left;
	border-bottom: 2px;
	box-sizing: border-box;
    font-family: 'Roboto Condensed', sans-serif;
}

.quicksearch {
    float: right;
  	margin: 3px 6px 0px 0px;
    padding: 0px 0px 3px 0px;
    background: #070910;
    height: 26px;
    color: #C3C3C3;
    border-radius: 30px;
}

.searchbox {
	outline: none;
	font-family: 'Hind', sans-serif;
	font-size: 13px;
	border: 1px none;
	height: 21px;
	padding: 0px 10px;
	margin: 0px;
    color: #C3C3C3;
	background: #070910;
	border-radius: 30px;
}

.searchbutton {
    cursor: pointer;
    font-family: FontAwesome;
    background: none;
    border: 1px none;
    font-size: 14px;
    color: #C3C3C3;
    padding: 7px 8px;
	transition: all 0.3s ease;
}

.searchbutton:hover {
    cursor: pointer;
    color: #1b8932;
	transition: all 0.3s ease;
}

#subtabs {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	margin: 0px auto;
	background: rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
    padding: 5px 5px 0px 5px;
    box-sizing: border-box;
}

#subtabs ul {
	margin: 0px;
	padding: 0px;
	float: left;
}

#subtabs ul li {
	padding: 10px 15px;
	list-style: none;
	display: inline-block;
}

#subtabs ul li a:link, #subtabs ul li a:visited {
	color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
	transition: all 0.3s ease;
}

#subtabs ul li a:hover, #subtabs ul li a:active {
	color: #ef3f3d;
	transition: all 0.3s ease;
}

#uptabs {
	margin: 0px auto;
	background: rgba(0, 0, 0, 0.75);
    padding: 15px 15px;
    color: rgba(255, 255, 255, 0.7);
}

#uptabs ul {
	margin: 0px;
	padding: 0px;
	float: left;
}

#uptabs ul li {
	padding: 10px 15px;
	list-style: none;
	display: inline-block;
}

.catname {
	font-family: 'Hind', sans-serif;
	font-size: 16px;
	font-weight: 400 !important;
	color: #fafafa;
	text-align: left;
	float: left;
	transition: all 0.3s ease;
}

.catdesc {
	font-family: 'Hind', sans-serif;
	font-size: 13px;
	color: #fafafa;
	text-transform: none;
	float: left;
	position: relative;
	margin: 3px 0px 0px 5px;
	padding: 0px;
	opacity: 0;
	transition: all 0.3s ease;
}

.catname:hover + .catdesc {
  	opacity: 1;
	margin-left: 15px;
	transition: all 0.3s ease;
}

.subf {
	margin-left: 5px;	
}

.aposts {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}

.grayp {
	font-size: 13px;
	text-align: center;
	font-weight: 400;
	color: #969696;
}

.grayp a:link, .grayp a:visited {
	color: #969696;
	text-decoration: none;
	transition: all 0.3s ease;
}

.grayp a:hover, .grayp a:active {
	color: #ad1457;
	transition: all 0.3s ease;
}

.userunique a:link, .userunique a:visited {
	color: #262626;
	text-decoration: none;
	transition: all 0.3s ease;
}

.userunique a:hover, .userunique a:active {
	color: #ad1457;
	transition: all 0.3s ease;
}

#forum_on, #forum_minion {
	font-weight: 600;	
}

#forum_off, #forum_minioff {
	font-weight: 400;	
}

.stats {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	padding: 0px;
	margin: 0px 0px 40px 0px;
	font-size: 16px;
	font-weight: 400;
	color: #9e9e9e;
}

.stats p {
	font-size: 13px;
	text-align: left;
}

.stats p a:link, .stats p a:visited {
	color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
	transition: all 0.3s ease;
}

.stats p a:hover, .stats p a:active {
	color: #ffa315;
	transition: all 0.3s ease;
}

.statsbg {
    margin-top: 60px;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 30px;
    border-radius: 10px;
}

.one {
	width: 50%;
	min-width: 50%;
	max-width: 50%;
	float: left;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #262626;
}

.two {
	width: 50%;
	min-width: 50%;
	max-width: 50%;
	float: left;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #262626;
}

.s_one {
	float: left;
	width: 33%;
	min-width: 33%;
	max-width: 33%;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #262626;
}

.s_two {
	float: left;
	width: 33%;
	min-width: 33%;
	max-width: 33%;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #262626;
}

.s_three {
	float: left;
	width: 33%;
	min-width: 33%;
	max-width: 33%;
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	color: #262626;
	border-left: 1px solid #e0e0e0;
	padding-left: 10px;
	box-sizing: border-box;
}

#footer {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	border-top: 1px solid #1a1a1a;
}

.language {
	float: right;
	margin: 15px 0px 0px 20px;
	padding: 0px;
}

.theme {
	float: right;
	margin: 15px 0px 0px 0px;
}

#link {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	margin: 0px auto 5px auto;
	padding: 0px;
}

#link ul {
	margin: 0px;
	padding: 0px;
}

#link ul li {
	list-style: none;
	display: inline-block;
}

#link ul li a:link, #link ul li a:visited, #link ul li a:hover, #link ul li a:active {
	font-size: 16px;
	font-weight: 400;
	padding: 0px 10px;
	text-decoration: none;
}

#copyright {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-size: 13px;
	font-weight: 400;
	color: #969696;
    padding: 20px 0 0 0;
	background: #070707;
}

#copyright a:link, #copyright a:visited, #copyright a:hover, #copyright a:active {
	text-decoration: none;
}

.forum_title {
	font-family: 'Hind', sans-serif;
	font-size: 24px;
	font-weight: 400 !important;
	color: #262626;
	text-align: left;
}

.forum_desc {
	font-family: 'Hind', sans-serif;
	font-size: 16px;
	font-weight: 400 !important;
	color: #262626;
	text-align: left;
}

.subs_button {
	margin: 0px;
	padding: 8px 8px 6px 8px;
	background: #e5e5e5;
	border-radius: 3px;
}

.subs_button a:link, .subs_button a:visited {
	color: #262626;
	text-decoration: none;
	transition: all 0.3s ease;
}

.subs_button a:hover, .subs_button a:active {
	color: #ad1457;
	transition: all 0.3s ease;
}

.forum_markread {
	margin-right: 10px;
	color: #262626;
}

.newth_button a:link, .newth_button a:visited {
	color: #fafafa;
	padding: 10px 50px 8px 50px;
	background: #37848b;
	border-radius: 3px;
	transition: all 0.3s ease;
}

.newth_button a:hover, .newth_button a:active {
	background: #468D94;
	transition: all 0.3s ease;
}

.newthclosed_button a:link, .newthclosed_button a:visited {
	color: #fafafa;
	padding: 10px 50px 8px 50px;
	background: #8b3737;
	border-radius: 3px;
	transition: all 0.3s ease;
}

.newthclosed_button a:hover, .newthclosed_button a:active {
	background: #944646;
	transition: all 0.3s ease;
}

.lightdark {
	padding: 0px;
	background: #050505;
}

.fd_replies a:link, .fd_replies a:visited {
	font-size: 13px;
	color: #323232;
	text-decoration: none;
	transition: all 0.3s ease;
}

.fd_replies a:hover, .fd_replies a:active {
	color: #ad1457;
	transition: all 0.3s ease;
}

.fd_multipage a:link, .fd_multipage a:visited {
	position: relative;
	top: -1px;
	opacity: 0.3;
	color: #323232;
	background: rgba(0, 0, 0, 0.05);
	font-size: 11px;
	font-weight: 400;
	text-decoration: none;
	padding: 1px 5px 0px 4px;
	margin: 0px;
	border-radius: 2px;
	transition: all 0.3s ease;
}

.trow1:hover .fd_multipage a {
	opacity: 1;
	transition: all 0.3s ease;
}

.trow2:hover .fd_multipage a {
	opacity: 1;
	transition: all 0.3s ease;
}

img.subforums {
	vertical-align: middle;
}

.postbit_container {
	padding: 15px;
	box-sizing: border-box;	
}

.postbit_container > div:last-child {
	margin-bottom: 0px;
}

.p_container {
	width: 100%;
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
	margin-bottom: 15px;
}

.p_container.unapproved_post.deleted_post {
	background: #f9eeee;
	border: 1px solid #ffdede;
}

.p_container.unapproved_post {
	background: #f4eef9;
	border: 1px solid #e8deff;
}

.p_container.trow_selected {
	background: #f9eeee;
	border: 1px solid #ffdede;
}

.postbit_left {
	width: 200px;
	min-width: 200px;
	max-width: 200px;
	padding: 8px;
	text-align: center;
	font-size: 13px;
	color: #969696;
	box-sizing: border-box;
	display: table-cell;
    vertical-align: top;
	padding: 15px !important;
    background: rgba(0, 0, 0, 0.77) !important;
}

.postbit_right {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: top;
    color: #969696;
    /* background: rgba(0, 0, 0, 0.3); */
    margin-top: 60px;
    background: rgba(0, 0, 0, 0.4);
    padding: 20px;
    border-radius: 10px;
    padding-right: 0;
    padding-left: 20px;
}

.postbit_head {
	padding: 8px 0px 16px 0px;
	margin: 0px;	
}

.postbit_username {
	font-family: 'Hind', sans-serif;
	font-size: 20px;
	font-weight: 600;
}

.postbit_report a:link, .postbit_report a:visited {
	font-family: 'Hind', sans-serif;
	font-size: 13px;
	color: #3c6994;
	text-decoration: none;
	opacity: 0.25;
	transition: all 0.3s ease;
}

.postbit_report a:hover, .postbit_report a:active {
	color: #ad1457;
	transition: all 0.3s ease;
}

.postbit_right:hover .postbit_report a {
	opacity: 1;
	transition: all 0.3s ease;
}

.signature {
	color: #323232;
	font-size: 13px;
	margin: 15px 0px;
	padding: 15px 0px 0px 0px;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.button_container {
	text-align: left;
	margin: 0px 0px 16px 0px;
}

.postbit_multiquote {
	position: relative;
	font-size: 12px;
	background: #e5e5e5;
	border-radius: 2px;
	padding: 5px 20px 2px 8px;
}

.postbit_multiquote_on {
	position: relative;
	font-size: 12px;
	background: #e5e5e5;
	border-radius: 2px;
	padding: 5px 20px 2px 8px;
}

a.postbit_multiquote:before {
	position: absolute;
	font-family: FontAwesome;
	content: "\f067";
	color: #323232;
	left: 10px;
	top: 6px;
}

a.postbit_multiquote_on:before {
	position: absolute;
	font-family: FontAwesome;
	content: "\f00c";
	color: #323232;
	left: 9px;
	top: 6px;
}

.editor_control_bar {
	position: fixed;
	right: 20px;
	bottom: 20px;
	padding: 23px 11px;
	border-radius: 2px;
    z-index: 5000;
	background: #333333;
    box-shadow: 0px 15px 110px rgba(0, 0, 0, 0.5);
}

.floating_quote a {
	font-size: 13px;
	color: #323232;
	background: #fafafa;
	padding: 8px;
	border-radius: 2px;
}

.floating_deselect a {
	color: #fafafa;
	padding: 8px 0px 8px 8px;
}

.minibutton {
	font-size: 13px;
}

.post_edit {
	margin: 0px 0px 16px 0px;
	padding: 0px;
	font-size: 13px;
	color: #999999;
}

.post_meta {
	float: right;
	margin-right: 25px;
	font-family: 'Hind', sans-serif;
	font-size: 13px;
	color: #323232;
	text-decoration: none;
	opacity: 0.25;
	transition: all 0.3s ease;
}

.post_meta:hover {
	opacity: 1;
	transition: all 0.3s ease;
}
/* MyIPB CSS - End */

/* AZU CSS - START */
.logotitle {
    -moz-border-radius: 3px;
    line-height: 30px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

.shoutboxicon {
    background: rgba(239, 63, 61, 0.15);
    border: 2px solid #ef3f3d;
    border-radius: 50%;
    display: inline-block;
    float: left;
    margin: 25px 22px 0 0;
    height: 40px;
    line-height: 37px;
    width: 40px;
    text-align: center;
    font-size: 11px;
    color: #fff;
}

.threadstats {
	padding: 5px 5px 5px 5px;
    display: inline-block;
    width: 100%;
    color: #fff;
    background: #101011;
    border-radius: 2px;
    border-bottom: 1px solid #ef3f3d;
    border-left: 3px solid #ef3f3d;
}

.threadstatstitle {
    color: #aaa;
    float: left;
    padding-left: 5px;
    font-size: 12px;
}

.threadstatsvalue {
    color: #aaa;
    float: right;
    padding-right: 5px;
    font-size: 12px;
}

.onlinestatus {
    display: inline-block;
    background: #3b964b;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 20px;
    padding: 0 10px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    margin: 0 0 0 10px;
    transition: all 0.4s ease 0s;
    animation: efectlogo 6s ease-in-out infinite;
    line-height: 20px;
}

.onlinestatus:after {
	right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(33, 36, 46, 0);
    border-right-color: #3b964b;
    border-width: 5px;
    margin-top: -5px;
}

.offlinestatus {
    display: inline-block;
    background: #B22222;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 20px;
    padding: 0 10px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    margin: 0 0 0 10px;
    transition: all 0.4s ease 0s;
    animation: efectlogo 6s ease-in-out infinite;
    line-height: 20px;
}

.offlinestatus:after {
	right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(33, 36, 46, 0);
    border-right-color: #B22222;
    border-width: 5px;
    margin-top: -5px;
}

.stopkaautor {
    display: inline-block;
	background: linear-gradient(to right, rgba(230,88,16,1) 0%,rgba(222,177,25,1) 100%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    margin: 0 0 0 20px;
    transition: all 0.4s ease 0s;
    animation: efectlogo 6s ease-in-out infinite;
}

.stopkaautor:after {
	right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(33, 36, 46, 0);
    border-right-color: rgba(230,88,16,1);
    border-width: 8px;
    margin-top: -8px;
}


.stopkaup {
    margin: -53px 0px 0px 0px;
    line-height: 50px;
}

.stopkaup a:link, .stopkaup a:visited {
	color: #ef3f3d;
}

.stopkaup a:hover, .stopkaup a:active {
	color: #fff;
}

.footerautor {
}

.footerautor a:link, .footerautor a:visited {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}

.footerautor a:hover, .footerautor a:active {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

.statsNewUser {
    display: inline-block;
    background: #21242e;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    margin: 0 0 0 20px;
    transition: all 0.4s ease 0s;
    animation: efectlogo 6s ease-in-out infinite;
	margin: 7px 0px 0px 15px;
}

.statsNewUser:after {
	right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(33, 36, 46, 0);
    border-right-color: #21242e;
    border-width: 8px;
    margin-top: -8px;
}

.notification {
    position: absolute;
    top: -10px;
    font-size: 11px;
    color: #fff;
    display: inline-block;
    text-indent: 0%;
    line-height: 18px;
    padding: 0 6px;
    border-radius: 8px;
    z-index: 2;
    background: #b63f3f;
}

.ver_sub {
margin: 0;
padding: 0;
list-style: none;
}

.ver_sub li {
width: 50%;
float: left;
}

/* AZU CSS - END */

/* RANKS CSS - START */
.wlasciciel {
	color: #CC0000;
	font-weight: 450;

}

.administrator {
	color: #ff0000;
	font-weight: 450;
}

.technikforum {
	color: #6ab9f2;
	font-weight: 450;
}

.admtechniczny {
	color: #B22222;
	font-weight: 450;
}

.junioradmin {
	color: #FF8E1A;
	font-weight: 450;
}

.modglobalny {
	color: #3b964b;
	font-weight: 450;
}

.moderator {
	color: #75bb33;
	font-weight: 450;
}

.wserwer {
	color: #d49c5f;
	font-weight: 450;
}

.oserwer {
	color: #FCCF79;
	font-weight: 450;
}

.acs16 {
	color: #8c6e64;
	font-weight: 450;
}

.acsgo {
	color: #008aff;
	font-weight: 450;
}

.sedzia {
	color: #3366ff;
	font-weight: 450;
}

.premium {
	color: #5c90d2;
	font-weight: 450;
}

.sponsor {
	color: #f3b760;
	font-weight: 450;
}

.grafik {
	color: #9F9FDF;
	font-weight: 450;
}

.redaktor {
	color: #cf5757;
	font-weight: 450;
}

.zasluzony {
	color: #abd57f;
	font-weight: 450;
}

.rmaniak {
	color: #cc9933;
	font-weight: 450;
}

.dziewczyna {
	color: #ff33cc;
	font-weight: 450;
}

.uzytkownik {
	color: #9e9e9e;
	font-weight: 450;
}

.ograniczony {
	color: #747474;
	font-weight: 450;
}
/* RANKS CSS - END */
		
		
		
		