/* Main CSS Style */

body {
	background: #1F2C38;
	color: #505962;
	text-align: center;
	line-height: 1.4;
	margin: 0;
	font-family: 'Exo 2', sans-serif;
	font-size: 13px;
	overflow-y: scroll;
}

a {
	color: #3399ff;
	text-decoration: none;
	transition: all linear 0.3s;
}

a:hover {
	color: #3399ff;
	text-decoration: none;
}

#container {
	color: #505962;
	text-align: left;
	line-height: 1.4;
	margin: 56px 0px 0px;
	font-family: 'Exo 2', sans-serif;
	font-size: 13px;
	width: 100%;
}

.wrapper {
	width: 90%;
	min-width: 733px;
	margin: 0 auto;
}

.wrapper-head {
    background: #202C38;
    width: 100%;
    margin: 0 auto 0px;
    text-align: center;
    border-top: 2px solid #4da6ff;
    border-bottom: 2px solid #beccda;
}

.wrapperindex {
	margin: auto auto;
	padding: 0px;
	width: 88.5%;
}

#logo {
    background: #405972;
    width: 100%;
	margin-top: -4px;
    padding: 0;
}

.logo-inner {
    background: url(../../../images/netpen/nav-bg-dark.png) center repeat;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0 10px;
    text-align: center;
}

.logo-inner img {
}

#content {
    background: #f1f1f1 url(../../../images/netpen/bodybg.png) repeat;
    width: 100%;
    margin: auto auto;
    padding: 20px 0;
}

#header-responsive {
	display: none;
}

#header {
	background: #202C38;
    width: 100%;
    height: 50px;
    border-bottom: 2px solid #4da6ff;
    top: 0;
    bottom: 0;
    z-index: 1000;
    position: fixed;
	overflow: visible;
}

#header ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 45px;
}

#header ul.menu li {
display: inline;
padding: 13px;
border-right: 1px solid #2B2B2B;
}

#logo ul.top_links {
	font-weight: bold;
	text-align: right;
	margin: -10px 5px 0 0;
}

#logo ul.top_links a.search {
	background-position: 0 0;
}

#logo ul.top_links a.memberlist {
	background-position: 0 -20px;
}

#logo ul.top_links a.calendar {
	background-position: 0 -40px;
}

#logo ul.top_links a.help {
	background-position: 0 -60px;
}

#logo ul.top_links a.portal {
	background-position: 0 -180px;
}

.usercp_nav_item {
    display: block;
    padding: 1px 0 1px 20px;
    background-image: none !important;
    background-repeat: no-repeat;
}

a.usercp_nav_item {
    color: #393f46 !important;
    padding-left: 0px !important;
}

a.usercp_nav_item:hover {
    color: #5c6570 !important;
}

a.modcp_nav_item {
    color: #3399ff;
    padding-left: 0px !important;
}

a.modcp_nav_item:hover {
    color: #5c6570;
}

.modcp_nav_item {
    display: block;
    padding: 1px 0 1px 20px;
    background-image: none !important;
    background-repeat: no-repeat;
}

#search {
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	vertical-align: middle;
}

#search input.button,
#search input.textbox {
	border-color: #000;
}

#search input.button {
	background: #505962;
	color: #fff;
}

#search input {
	margin: -3px 0;
}

#quick_login .remember_me input {
	vertical-align: middle;
	margin: -3px 0 0 5px;
}

/* Footer */
.footer{
	box-sizing: border-box;
	width: 100%;
	font-family: "Exo 2" !important;
	color: #8f99a3;
	text-align: left;
	font: 14px sans-serif;
	padding: 45px 50px;
	margin-top: 0px;
	border-top: 3px solid #4da6ff;
}

.footer h3{
	color:  #b9bfc6;
	text-transform: uppercase;
}

.footer ul {
    margin: 0;
    padding: 0;
}

.footer ul li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}

.footer ul li a{
    text-decoration: none;
    color: #d5d9dd;
    font: 12px sans-serif;
    transition: all 0.5s ease;
    font-weight: 600;
}

.footer ul li a:hover {
    color: #8f99a3;
}

.footer .footer-left,
.footer .footer-center,
.footer .footer-right{
	display: inline-block;
	vertical-align: top;
}

::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-track {
    background: #2C3E4F;
}

::-webkit-scrollbar-thumb {
    background: #3399ff;
}

::-webkit-scrollbar-thumb:hover {
    background: #3399ff;
}

#debug {
    text-align: center;
    margin: 10px auto;
    font-size: 11px;
    width: 95%;
    padding: 5px 10px 5px;
	color: #fff;
}

#debug a {
	color: #dee6ed;
}

span.mod {
    font-size: 11px;
}

.mobile {
	display: none;
}

.scaleimages img {
	max-width: 100%;
}

.forum_status {
    height: 40px;
    width: 40px;
    background: url(../../../images/netpen/forum_icon_sprite.png) no-repeat 0 0;
    display: inline-block;
}

.forum_on {
    background-position: 0 -40px;
}

.forum_off {
    background-position: 0 0px;
}

.forum_offlock {
    background-position: 0 -80px;
}

.forum_offlink {
    background-position: 0 -120px;
}

.forum_status_small {
    height: 30px;
    width: 30px;
    background: url(../../../images/netpen/forum_icon_sprite_small.png) no-repeat 0 0;
    display: inline-block;
    padding-right: 5px;
}

.forum_off_small {
    background-position: 0 0px;
}

.forum_on_small {
    background-position: 0 -30px;
}

.forum_offlock_small {
    background-position: 0 -60px;
}

.forum_offlink_small {
    background-position: 0 -90px;
}

.subforumicon {
	height: 10px;
	width: 10px;
	display: inline-block;
	margin: 0 5px;
	background: url(../../../images/mini_status_sprite.png) no-repeat 0 0;
}

.subforum_minion {
	background-position: 0 0;
}

.subforum_minioff {
	background-position: 0 -10px;
}

.subforum_miniofflock {
	background-position: 0 -20px;
}

.subforum_miniofflink {
	background-position: 0 -30px;
}

table {
}

tr td.trow1:first-child,
tr td.trow2:first-child,
tr td.trow_shaded:first-child {
}

tr td.trow1:last-child,
tr td.trow2:last-child,
tr td.trow_shaded:last-child {
    padding: 5px 0px 0px 7px;
}

.userdata {
	padding: 7px 7px 7px 20px;
}

.tborder {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.tborder tbody tr:last-child td {
}

.tborder {
width: 100%;
margin: auto auto;
padding: 0px;
-webkit-box-shadow: 0px 0px 0px 1px rgba(163,182,201,0.21);
-moz-box-shadow: 0px 0px 0px 1px rgba(163,182,201,0.21);
box-shadow: 0px 0px 0px 1px rgba(163,182,201,0.21);
}

.tfixed {
	table-layout: fixed;
	word-wrap: break-word;
}

.thead {
    background: #2e4052;
    color: #ffffff;
    padding: 12px 10px;
    border-top: 3px solid #4da6ff;
}

.thead a {
	color: #ddd;
	text-decoration: none;
}

.thead a:hover {
	color: #3399ff;
	text-decoration: none;
}

.tcat {
    color: #fff;
    border-top: 0px solid #ddd;
    border-bottom: 1px solid #fff;
    padding: 6px;
    font-size: 12px;
    background: #4da6ff;
}

.tcat a {
    color: #fff !important;
}

.tcat a:hover{
	color: #e6e6e6 !important;
}

tr td.trow1:first-child, tr td.trow2:first-child, tr td.trow_shaded:first-child {
    padding: 10px;
}

.trow1 {
    background: #eff2f6;
    padding: 0px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

.trow1 .smalltext, .trow2 .smalltext {
    width: 80%;
    float: left;
    padding: 3px 0 5px 7px;
}

.trow2 {
    background: rgba(222, 230, 237, 1);
    padding: 0px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

.trow3 {
color: rgb(51, 51, 51);
padding: 5px 5px 10px;
text-decoration: none;
font-size: 14px;
text-shadow: 1px 1px 0px rgb(255, 255, 255);
border-bottom: 1px solid rgb(230, 230, 230);
}

.status {
    background: rgba(222, 230, 237, 1);
}

.trow_shaded {
    background: #fceae9 !important;
    border: 1px solid #fff;
}

.trowstat {
    background: rgba(222, 230, 237, 1);
    padding: 17px 10px;
    cursor: pointer;
    font-size: 12px;
    border-bottom: 0px solid #fff;
    border-right: 0px solid #fff;
    border-left: 1px solid #fff;
    color: #23313E;
    width: 75px;
    text-align: center;
    min-height: 50px;
    line-height: 23px;
}

.trowstat .fa {
    padding-right: 4px;
}

.trowstat:hover {
    background: rgba(222, 230, 237, 1);
    color: #4da6ff;
    border-left: 1px solid #fff;
}

.no_bottom_border {
	border-bottom: 0;
}

a.fname {
	width: 80%;
    text-transform: uppercase;
    color: #2e4052;
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 0 0 10px;
    float: left;
}

a.fname:hover {
	color: #505962;
}

.finfo {
    text-transform: uppercase;
	font-family: 'Exo 2', sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.post.unapproved_post {
	background: #e6e6e6;
}

.post.unapproved_post .post_author {
	border-bottom-color: #505962;
}

.post.classic.unapproved_post .post_author {
	border-color: #505962;
}

.post.unapproved_post .post_controls {
	border-top-color: #505962;
}

.trow_deleted, .post.deleted_post {
    background: #8f98a3;
}

.trow_selected,
tr.trow_selected td {
	background: #FFFBD9;
	color: #333;
	border-right-color: #fff;
	border-bottom-color: #fff;
}

.trow_selected a
.trow_selected a:hover {
	color: #393f46;
}

span a {
	font-size: 14px !important;;
}

span.tstat {
	display: none;
}

.trow_sep {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 6px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    background: #405972;
}

.tfoot {
	width: 99%;
    background: #2e4052;
    color: #fff;
    border-top: 1px solid #fff;
    padding: 6px;
    text-align: center !important;
}

.tfoot a:link {
	color: #ccc !important;
	text-decoration: none;
}

.tfoot a:visited {
	color: #ccc !important;
	text-decoration: none;
}

.tfoot a:hover,
.tfoot a:active {
	color: #3399ff !important;
	text-decoration: none;
}

.thead input.textbox,
.thead select {
	border: 1px solid #263c30;
}

.bottommenu {
	background: #efefef;
	color: #333;
	border: 1px solid #4874a3;
	padding: 10px;
}

.navigation {
	color: #FFF;
	font-size: 12px;
}

.navigation a:link {
	text-decoration: none;
}

.navigation a {
	color: #3399ff;
	text-decoration: none;
}

.navigation .active {
	color: #FFF;
	font-size: small;
	font-weight: bold;
}

.smallt {
	width: 53%;
	margin: 0 auto !important;
	font-size: 11px;
}

.largetext {
	font-size: 16px;
	font-weight: bold;
}

.pre-next {
    width: 100%;
    text-align: center;
}

.pre, .next {
	background: transparent !important;
	padding: 3px 8px;
	cursor: pointer;
	outline: 0;
    color: #CCC;
    display: inline-block;
    margin: 2px 2px 6px 2px;
    border: 2px solid #5c6570;
    font-size: 13px;
    border-radius: 3px;
	transition: all linear 0.3s;
}

.pre:hover, .next:hover {
    border: 2px solid #ddd;
	color: #ccc !important;
}

fieldset {
    padding: 12px;
    border: 1px solid rgba(222, 230, 237, 1);
    margin: 0;
    background: #fff;
}

fieldset.trow1, fieldset.trow2 {
    border-color: #fff;
    padding: 5px;
}

fieldset.align_right {
	text-align: right;
}

fieldset span.smalltext a {
    color: #23313E;
}

input.textbox {
	background: #fff;
	color: #5c6570;
	border: 1px solid #5c6570;
	padding: 3px;
	outline: 0;
	font-size: 13px;
	font-family: 'Exo 2', sans-serif;
}

input[type="radio"], input[type="checkbox"] {
    float: none;
}

textarea {
    background: #beccda;
    color: #1F2C38;
    border: 1px solid #ddd;
    padding: 2px;
    line-height: 1.4;
    outline: 0;
    font-family: 'Exo 2', sans-serif;
    font-size: 13px;
}

select {
	background: #fff;
	color: #5c6570;
	border: 1px solid #777;
	padding: 3px;
	outline: 0;
	font-family: 'Exo 2', sans-serif;
	font-size: 13px;
}

button, input.button {
    background: #4da6ff;
    padding: 5px 8px;
    cursor: pointer;
    outline: 0;
    color: #fff;
    display: inline-block;
    margin: 2px 2px 6px 2px;
    border: 0px solid #393f46;
    font-size: 13px;
    border-radius: 0px;
    transition: all linear 0.3s;
}

button:hover,
input.button:hover {
	background: #505962;
}

form {
	margin: 0;
	padding: 0;
}

form#form-responsive {
	display: none;
}

form input.error {
	border: 1px solid #f30;
	color: #f30;
	background: #e6e6e6;
	padding: 3px;
	outline: 0;
	font-size: 13px;
	font-family: 'Exo 2', sans-serif;
}

form input.valid {
	border: 1px solid #0c0;
	background: #e6e6e6;
	padding: 3px;
	outline: 0;
	font-size: 13px;
	font-family: 'Exo 2', sans-serif;
}

form label.error {
	color: #f30;
	margin: 5px;
	padding: 0px;
	display: block;
	font-weight: bold;
	font-size: 11px;
}

form #message {
    width: 500px;
}

.full {
    width: 100% !important;
}

td.full {
    width: 22.2% !important;
    float: left;
}

a.tsubject {
    text-transform: uppercase;
    color: #2e4052;
    font-weight: 700;
    float: left;
    width: 80%;
    padding: 10px 0 0 7px;
    font-size: 15px;
}

div.author a {
    color: #9d9d9d;
}

div.author a:hover {
    color: #393f46;
}

a.lastpost {
	color: #606060;
	white-space: nowrap;
	text-decoration: none;
	font-weight: bold;
}

.lastpost img {
	height: 10px;
	width: 10px;
	margin-top: -2px;
	vertical-align: middle;
}

a.lastpost img {
	margin-top: -2px;
}

.wrapperindex .smalltext {
    font-size: 14px;
}

.trow_stats_threads .smalltext, .trow_stats_users .smalltext, #boardstats_e .smalltext, .trow_stats_newusers .smalltext, .trow_stats_mostusers .smalltext {
    font-size: 12px;
}

span.smalltext strong {
    font-size: 13px;
}

span.smalltext a {
    color: #3399ff;
}

span.smalltext a:hover {
    color: #5c6570;
}

.smalltextdesc {
    width: 80%;
    float: left;
    padding: 3px 0 5px 7px;
}

.editor {
	background: #f1f1f1;
	border: 1px solid #ddd;
}

.editor_control_bar {
	background: #e6e6e6;
	border: 1px solid #8f98a3;
	display: inline-block;
	text-align: center;
}

.post .editor_control_bar {
	background: #f5f5f5;
}

.popup_menu {
	background: #303030;
	border: 1px solid #ddd;
}

.popup_menu .popup_item {
	background: #303030;
	color: #fff;
}

.popup_menu .popup_item:hover {
	background: #3399ff;
	color: #fff;
}

.trow_reputation_positive {
	background: #ccffcc;
}

.trow_reputation_negative {
	background: #ffcccc;
}

.reputation_positive {
    color: #3399ff;
}

.reputation_neutral {
	color: #444;
}

.reputation_negative {
	color: red;
}

.repbox {
	font-size:16px;
	font-weight: bold;
	padding:5px 7px 5px 7px;
}

._neutral {
	background-color:#FAFAFA;
	color: #999999;
	border:1px solid #DDDDDD;
}

._minus {
	background-color: #FDD2D1;
	color: #CB0200;
	border:1px solid #980201;
}

._plus {
	background-color:#E8FCDC;
	color: #008800;
	border:1px solid #008800;
}

img {
	border: none;
}

img.attachment {
	border: 1px solid #E9E5D7;
	padding: 2px;
}

hr {
	background-color: #000000;
	color: #000000;
	height: 1px;
	border: 0px;
}

.clear {
	clear: both;
}

.float_left {
    float: left;
    margin-left: 10px;
}

.float_right {
    float: right;
    margin-right: 10px;
}

.hidden {
	display: none;
	float: none;
	width: 1%;
}

.hiddenrow {
	display: none;
}

.selectall {
	background: #FFFBD9;
	border-bottom: 1px solid #F7E86A;
	color: #333;
	text-align: center;
}

.expcolimage {
float: right;
width: auto;
vertical-align: middle;
opacity: 0.7;
-webkit-transition: all 250ms ease-in-out;
-moz-transition: all 250ms ease-in-out;
-o-transition: all 250ms ease-in-out;
transition: all 250ms ease-in-out;
}

.expcolimage:hover {
opacity: 1;
}

.tcat_menu {
	margin-top: 0;
    background: #405972;
}

.tcat_menu > .expcolimage {
	margin-top: 0;
}

blockquote {
    background: #beccda;
	color: #1F2C38;
    font-family: 'Exo 2';
    font-style: italic;
    font-weight: 400;
    border-bottom: 1px solid #999;
    margin: 0 0 12px 0;
    padding: 10px;
}

blockquote cite {
    background: #2e4052;
    color: #fff;
    font-weight: bold;
    font-style: normal;
    display: block;
    padding: 3px 7px 3px 7px;
    margin: 0 0 10px 0;
}

blockquote cite span {
	float: right;
	font-weight: normal;
	font-size: 12px;
	color: #fff;
}

blockquote cite span.highlight {
	float: none;
	font-weight: bold;
	padding-bottom: 0;
}

.codeblock {
    border: 1px solid #393f46;
    padding: 10px;
	margin-bottom: 12px;
    background: #2e4052;
}

.codeblock .title {
	color: #fff;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	padding-bottom: 3px;
	margin: 0 0 10px 0;
}

.codeblock code {
	color: #fff;
	overflow: auto;
	height: auto;
	max-height: 200px;
	display: block;
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 13px;
}

.smilie {
	vertical-align: middle;
}

.smilie_pointer {
	cursor: pointer;
}

.separator {
	margin: 5px;
	padding: 0;
	height: 0px;
	font-size: 1px;
	list-style-type: none;
}

.popup_menu .popup_item_container {
	margin: 1px;
	text-align: left;
}

.popup_menu .popup_item {
	display: block;
	padding: 4px;
	white-space: nowrap;
	text-decoration: none;
}

.popup_menu a.popup_item:hover {
	text-decoration: none;
}

.subject_new {
	font-weight: bold;
}

.highlight {
	background: #FFFFCC;
	padding-top: 3px;
	padding-bottom: 3px;
}

.pm_alert {
background: #fceae9;
border: 1px solid #ddd;
text-align: center;
padding: 5px 20px;
margin-bottom: 15px;
font-size: 11px;
}

.red_alert {
	background: #e6e6e6;
	border: 2px solid #A5161A;
	color: #CCC;
	text-align: center;
	padding: 5px 20px;
	margin-bottom: 15px;
	font-size: 11px;
	word-wrap: break-word;
}

.red_alert a
.red_alert a:hover{
	color: #3399ff;
}

.high_warning {
	color: #CC0000;
}

.moderate_warning {
	color: #F3611B;
}

.low_warning {
	color: #AE5700;
}

.online {
	color: #15A018;
}

.offline {
	color: #C7C7C7;
}

div.error {
	padding: 5px 10px;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	background: #FFF6BF;
	font-size: 12px;
}

div.error p {
	margin: 0;
	color: #333;
	font-weight: normal;
}

div.error p em {
	font-style: normal;
	font-weight: bold;
	padding-left: 24px;
	display: block;
	color: #C00;
	background: url(../../../images/error.png) no-repeat 0;
}

div.error ul {
	margin-left: 24px;
}

.pagination {
	font-size: 11px;
	padding-top: 10px;
	margin-bottom: 5px;
}

.tfoot .pagination,
.tcat .pagination {
	padding-top: 0;
}

.pagination .pages {
	font-weight: bold;
}

.pagination .pagination_current,
.pagination a {
	padding: 3px 6px;
	margin-bottom: 3px;
}

.pagination a {
	background: #fff;
    border: 1px solid #ddd;
	color: #505962;
}

.pagination .pagination_current {
    background: #3399ff;
    color: #fff;
    border: 0px solid #ddd;
    font-weight: bold;
}

.pagination a:hover {
	background: #3399ff;
	color: #fff;
	border-color: #ddd;
	text-decoration: none;
}

.pagination .go_page img {
	margin-bottom: -4px;
}

.drop_go_page {
	background: #f5f5f5;
	padding: 4px;
}

.navigation-responsive {
    display: none;
}

.mark-subscribe {
    float: right;
}

.thread_legend,
.thread_legend dd {
	margin: 0;
	padding: 0;
}

.thread_legend dd {
	padding-bottom: 4px;
	margin-right: 15px;
}

.thread_legend img {
	margin-right: 4px;
	vertical-align: bottom;
}

.legend {
    width: 100%;
	display: inline-block;
}

legend {
    font-size: 21px;
    line-height: inherit;
    color: #405972;
}

dl.forum_legend {
	float: left;
}

.forum_legend,
.forum_legend dt,
.forum_legend dd {
	margin: 0;
	padding: 0;
}

.forum_legend dd {
    float: left;
    margin-top: 7px;
    margin-right: 10px;
    margin-left: -15px;
    font-size: 10px;
}

.forum_legend dt {
	margin-right: 10px;
	float: left;
}

.bottom_top {
    width: 47%;
    float: right;
    text-align: right;
    margin: 0;
    padding: 0;
}

.theme {
    width: 220px;
    float: right;
}

.success_message {
	color: #00b200;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.error_message {
	color: #C00;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

#posts_container {
	padding: 0;
    border: 0px solid #ddd;
}

.ignored_post {
	border-top: 3px solid #333;
	padding: 15px;
}

.ignored_post .show_ignored_post {
	margin-top: -15px;
}

.ignored_post .show_ignored_post a.button span {
	background-position: 0 -400px;
}

.post {
    background: #fff;
    overflow: hidden;
    margin-bottom: 10px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin-top: 10px;
}

.post.classic {
    padding-top: 15px;
    background: #405972;
}

.post.classic .post_author {
    float: left;
    width: 20%;
}

.post .post_author {
    padding: 15px;
    overflow: hidden;
}

.post .post_author .buddy_status {
	vertical-align: middle;
	margin-top: -4px;
}

.post .post_author div.author_avatar {
	float: left;
	margin-right: 3px;
}

.post.classic .post_author div.author_avatar {
	float: none;
	text-align: center;
	margin-bottom: 8px;
}

.post .post_author div.author_avatar img {
	padding: 5px;
	border: 1px solid #ddd;;
	background: #fff;
}

.post .post_author div.author_information {
	float: left;
	padding: 6px 8px;
	color: #fff;
}

.post.classic .post_author div.author_information {
	float: none;
	padding: 0;
	text-align: center;
}

.post .post_author div.author_statistics {
	float: right;
	font-size: 12px;
	padding: 3px 10px;
	color: #e6e6e6;
	line-height: 1.3;
}

.author_information em {
	color: #99ccff !important;
}

.post .post_head span.post_date {
    color: #999;
}

.post .post_head span.edited_post {
    font-size: 10px;
    color: #999;
}

.post .post_head span.edited_post a {
	color: #fff;
}

.post_body {
    font-size: 13px;
    padding: 20px 15px;
    background: #fff;
    line-height: 1.7;
    min-height: 125px;
}

.post.classic .post_content {
    float: right;
    width: 77%;
    padding: 0 5px 0;
    background: #fff;
}
.post_content {
	padding: 9px 10px 5px 10px;
}

.post_content .signature {
    margin-top: 5px;
    padding: 10px 0 10px 15px;
    font-style: italic;
    border-top: 1px solid #ced9e3;
    border-bottom: 0px solid #1c2631;
    color: #2e4052;
}

.author .smalltext {
    float: right;
    width: 100px;
}

.post .post_meta a {
	color: #393f46;
}

.post .post_meta a:hover {
	color: #393f46;
}

.post_controls {
    background: #2e4052;
    clear: both;
    border-top: 1px solid #4a6682;
    padding: 5px;
    overflow: hidden;
}

.postbit_buttons > a:link,
.postbit_buttons > a:hover,
.postbit_buttons > a:visited,
.postbit_buttons > a:active {
display: inline-block;
padding: 3px 5px;
margin: 2px;
font-size: 11px;
border: 1px solid #ddd;;
color: #F1F1F1;
border-radius: 2px;
}

.postbit_buttons > a:hover {
	border-color: #818c98;
}

.postbit_buttons a span {
	padding-left: 5px;
	display: inline-block;
	height: 16px;
	background-repeat: no-repeat;
}

.postbit_buttons a.postbit_find span {
	background-position: 0 0;
}

.postbit_buttons a.postbit_reputation_add span {
	background-position: 0 -20px;
}

.postbit_buttons a.postbit_email span {
	background-position: 0 -40px;
}

.postbit_buttons a.postbit_website span {
	background-position: 0 -60px;
}

.postbit_buttons a.postbit_pm span {
	background-position: 0 -80px;
}

.postbit_buttons a.postbit_quote span {
	background-position: 0 -100px;
}

.postbit_buttons a.postbit_multiquote span {
	background-position: 0 -120px;
}

.postbit_buttons a.postbit_multiquote_on span {
	background-position: 0 -140px;
}

.postbit_buttons a.postbit_qdelete span {
	background-position: 0 -180px;
}

.postbit_buttons a.postbit_qrestore span {
	background-position: 0 -200px;
}

.postbit_buttons a.postbit_report span {
	background-position: 0 -220px;
}

.postbit_buttons a.postbit_warn span {
	background-position: 0 -240px;
}

.postbit_buttons a.postbit_purgespammer span {
	background-position: 0 -540px;
}

.postbit_buttons a.postbit_reply_pm span {
	background-position: 0 -260px;
}

.postbit_buttons a.postbit_reply_all span {
	background-position: 0 -280px;
}

.postbit_buttons a.postbit_forward_pm span {
	background-position: 0 -300px;
}

.postbit_buttons a.postbit_delete_pm span {
	background-position: 0 -320px;
}

a.button {
    color: #fff;
    display: inline-block;
    padding: 5px 8px;
    margin: 2px 2px 6px 2px;
    font-size: 14px;
    border-radius: 0px;
    background: #3399ff;
	line-height: 1.5;
}

a.button:hover {
background: #2e4052;
}

a.button:before {
color: #fff;
padding-bottom: 3px;
}

a.button.small_button {
	font-size: 13px;
	margin: 0;
	padding: 3px 6px;
}

a.button span {
	padding-left: 7px;
	display: inline-block;
	background-repeat: no-repeat;
}

a.button.new_thread_button span {
	background-position: 0 -340px;
}

a.button.new_reply_button span {
	background-position: 0 -360px;
}

a.button.closed_button span {
	background-position: 0 -380px;
}

a.button.rate_user_button span {
	background-position: 0 -400px;
}

a.button.add_buddy_button span {
	background-position: 0 -440px;
}

a.button.remove_buddy_button span {
	background-position: 0 -480px;
}

a.button.add_ignore_button span {
	background-position: 0 -460px;
}

a.button.remove_ignore_button span {
	background-position: 0 -500px;
}

a.button.report_user_button span {
	background-position: 0 -520px;
}

.quick_jump {
    width: 14px;
    height: 14px;
    padding-left: 5px;
    margin-top: -3px;
    border: none;
}

.pollbar {
	background: url(../../../images/pollbar.png) top left repeat-x;
	border: 1px solid #ddd;;
	height: 10px;
}

.pollbar .percent {
	display: none;
}

.posticons_label {
	white-space: nowrap;
}

/** jGrowl Start **/

/** Special IE6 Style Positioning **/
.ie6 {
	position: absolute;
}

.ie6.top-right {
	right: auto;
	bottom: auto;
	left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.top-left {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.bottom-right {
	left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.bottom-left {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.center {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	width: 100%;
}

/** jGrowl Styling **/
.jGrowl {
	z-index: 9999;
	color: #fff;
	font-size: 12px;
	position: fixed;
}

.jGrowl.top-left {
	left: 0px;
	top: 0px;
}

.jGrowl.top-right {
	right: 0px;
	top: 0px;
}

.jGrowl.bottom-left {
	left: 0px;
	bottom:	0px;
}

.jGrowl.bottom-right {
	right: 0px;
	bottom: 0px;
}

.jGrowl.center {
	top: 0px;
	width: 50%;
	left: 25%;
}

/** Cross Browser Styling **/

.center .jGrowl-notification,
.center .jGrowl-closer {
	margin-left: auto;
	margin-right: auto;
}

.jGrowl .jGrowl-notification,
.jGrowl .jGrowl-closer {
	background-color: #000;
	opacity: .85;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
	zoom: 1;
	width: 235px;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: left;
	display: none;
	border-radius: 5px;
}

.jGrowl .jGrowl-notification {
	min-height: 40px;
}

.jGrowl .jGrowl-notification,
.jGrowl .jGrowl-closer {
	margin: 10px;
}

.jGrowl .jGrowl-notification .jGrowl-header {
	font-weight: bold;
	font-size: .85em;
}

.jGrowl .jGrowl-notification .jGrowl-close {
	z-index: 99;
	float: right;
	font-weight: bold;
	font-size: 1em;
	cursor: pointer;
}

.jGrowl .jGrowl-closer {
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: pointer;
	font-size: .9em;
	font-weight: bold;
	text-align: center;
}

/** Hide jGrowl when printing **/
@media print {
	.jGrowl {
		display: none;
}


}

/** jGrowl End **/

/** Modal Start **/

.modal {
    display: none;
    width: 650px;
    height: 327px;
    box-shadow: 0 0 15px #161616;
    background: #FAFAFA;
}

.modal a.close-modal {
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: url(../../../images/close.png) no-repeat 0 0;
}

.modal-spinner {
	display: none;
	width: 64px;
	height: 64px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-right: -32px;
	margin-top: -32px;
	background: url(../../../images/spinner_big.gif) no-repeat center center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}

/** Modal End **/

/** Impromptu Start **/

/*! jQuery-Impromptu - v5.2.4 - 2014-05-26
* http://trentrichardson.com/Impromptu
* Copyright (c) 2014 Trent Richardson; Licensed MIT */

.jqifade {
	position: absolute;
	background-color: #393f46;
}

div.jqi {
	width: 400px;
	max-width:90%;
	font-family: 'Exo 2', sans-serif;
	position: absolute;
	background-color: #505962;
	font-size: 12px;
	text-align: left;
	border: solid 1px #eeeeee;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 7px;
}

div.jqi .jqiclose {
	position: absolute;
	top: 4px; right: -2px;
	width: 18px;
	cursor: default;
	color: #bbbbbb;
	font-weight: bold;
}

div.jqi .jqistate {
	background-color: #fff;
}

div.jqi .jqititle {
	padding: 5px 10px;
	font-size: 16px;
	line-height: 20px;
	border-bottom: solid 1px #eeeeee;
}

div.jqi .jqimessage {
	padding: 10px;
	line-height: 20px;
	color: #444444;
}

div.jqi .jqibuttons {
	text-align: right;
	margin: 0 -7px -7px -7px;
	border-top: solid 1px #e4e4e4;
	background-color: #f4f4f4;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
}

div.jqi .jqibuttons button {
	margin: 0;
	padding: 15px 20px;
	background-color: transparent;
	font-weight: normal;
	border: none;
	border-left: solid 1px #e4e4e4;
	color: #393f46;
	font-weight: bold;
	font-size: 12px;
}

div.jqi .jqibuttons button.jqidefaultbutton {
	color: #489afe;
}

div.jqi .jqibuttons button:hover,
div.jqi .jqibuttons button:focus {
	color: #287ade;
	outline: none;
}

.jqiwarning .jqi .jqibuttons {
	background-color: #b95656;
}

/* sub states */

div.jqi .jqiparentstate::after {
	background-color: #393f46;
	opacity: 0.6;
	filter: alpha(opacity=60);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

div.jqi .jqisubstate {
	position: absolute;
	top: 0;
	left: 20%;
	width: 60%;
	padding: 7px;
	border: solid 1px #eeeeee;
	border-top: none;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
}

div.jqi .jqisubstate .jqibuttons button {
	padding: 10px 18px;
}

/* arrows for tooltips/tours */

.jqi .jqiarrow {
	position: absolute;
	height: 0; width: 0;
	line-height: 0;
	font-size: 0;
	border: solid 10px transparent;
}

.jqi .jqiarrowtl {
	left: 10px;
	top: -20px;
	border-bottom-color: #505962;
}

.jqi .jqiarrowtc {
	left: 50%;
	top: -20px;
	border-bottom-color: #505962;
	margin-left: -10px;
}

.jqi .jqiarrowtr {
	right: 10px;
	top: -20px;
	border-bottom-color: #505962;
}

.jqi .jqiarrowbl {
	left: 10px;
	bottom: -20px;
	border-top-color: #505962;
}

.jqi .jqiarrowbc {
	left: 50%;
	bottom: -20px;
	border-top-color: #505962;
	margin-left: -10px;
}

.jqi .jqiarrowbr {
	right: 10px;
	bottom: -20px;
	border-top-color: #505962;
}

.jqi .jqiarrowlt {
	left: -20px;
	top: 10px;
	border-right-color: #505962;
}

.jqi .jqiarrowlm {
	left: -20px;
	top: 50%;
	border-right-color: #505962;
	margin-top: -10px;
}

.jqi .jqiarrowlb {
	left: -20px;
	bottom: 10px;
	border-right-color: #505962;
}

.jqi .jqiarrowrt {
	right: -20px;
	top: 10px;
	border-left-color: #505962;
}

.jqi .jqiarrowrm {
	right: -20px;
	top: 50%;
	border-left-color: #505962;
	margin-top: -10px;
}

.jqi .jqiarrowrb {
	right: -20px;
	bottom: 10px;
	border-left-color: #505962;
}

.logbar {
z-index: 500;
position: relative;
background-color: #333;
padding: 20px;
margin: auto;
width:100%;
color: #FFF;
float: right;
}

.loginbar {
  position: absolute;
  width: 100%;
  margin-top: 45px;
}

#logincontainer {
  padding: 12px;
  float: right;
}

#logincontainer a {
  color: #FFF;
}

#logincontainer a:hover {
  color: #7497B8;
  text-decoration: none;
}

.user_avatar {
  width: 32px;
  margin: 7px 0 12px 12px;
  border-radius: 2px;
}

#panel-responsive {
    background: none repeat scroll 0px 0px #23313E;
    color: #fff;
    height: 50px;
    font-size: 14px;
    text-align: center;
    border-bottom: 3px solid #4da6ff;
}

#logo-responsive {
   
    background: #405972;
	text-align: center;
	padding: 8px;
	font-size: 24px;
    width: 100%;
}

#logo-responsive a {
	color: #F27768;
	text-decoration: none;
    text-transform: uppercase;
}

#logo-responsive h1 {
    background: url(../../../images/netpen/nav-bg-dark.png) center repeat;
    margin-top: 0px;
    margin-bottom: 0px;
}

#logo-responsive img {
	width: 320px;
    margin-bottom: 0px;
}

#logo-responsive .fa {
    display: none;
}

#menu {
	background: #23313E;
	color: #fff;
	text-align: left;
    line-height: 45px;
	font-size: 13px;
    height: 45px;
	border-top: 3px solid #4da6ff;
	border-bottom: 3px solid #4da6ff;
}

#menu div {
	margin: 0px 0px 0px !important;
}

#menu li a i {
  float: right;
  margin-top: 5px;
}

.navbar-header {
}

.navbar-header span {
  margin-top: 0px !important;
}

.navbar-toggle {
  background-color: rgba(237, 207, 207, 0) !important;
  margin-top: 5px !important; 
  margin-right: 0px !important;
}

.navbar-toggle .icon-bar {
  background-color: #fff !important;
}

ul[data-nav_menu="true"] li a {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent !important;
  color: #4da6ff;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent !important;
  border-color: #4da6ff;
  color: #4da6ff;
}

.nav .nav-divider {
  background-color: transparent !important;
}


/* User Section */
.loginbutton a {
    color: #CCC;
    display: inline-block;
    padding: 2px 7px;
    margin: 7px 10px;
    border: 2px solid #73808c;
    font-size: 14px;
    border-radius: 3px;
	line-height: 25px;
}
.loginbutton a:hover {
    border: 2px solid #505962;
}
.registerbutton a {
    color: #CCC;
    display: inline-block;
    padding: 2px 7px;
    margin: 7px 0px 0px;
    border: 2px solid #73808c;
    font-size: 14px;
    border-radius: 3px;
	line-height: 25px;
}
.registerbutton a:hover {
    border: 2px solid #505962;
}
.loginbutton .fa,
.registerbutton .fa {
    color: #fff;
}
.usersection {
    margin: 0;
    padding: 0;
    float: right;
    text-align: right;
    width: 400px;
    height: 50px;
    line-height: 50px;
    color: #FFFFFF;
}
.usermenu {
    font-size: 13px;
    margin-right: 20px;
}
.usermenu .fa {
    color: #fff;
}
.usermenu a {
    color: #beccda;
    transition: all 0.5s ease;
    text-decoration: none;
}
.usermenu a:hover {
    color: #3399ff;
    transition: all 0.5s ease;
}
.panelavatar {
	background: #fff;
    margin: 0 5px 0 0;
    padding: 0;
}

.usermenu-responsive {
    display: none;
}

/* User Dropdown Menu */
.dropdown {
    position: relative;
    display: inline-block;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
}

.dropbtn {
    color: white;
    padding: 3px 7px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropbtn:hover {
    background-color: transparent !important;
	color: #8da7fb;
}

.dropdown-content {
    background: #1F2C38;
    display: none;
    position: absolute;
    min-width: 160px;
	padding: 5px;
    left: auto !important;
    right: -45px !important;
	text-align: left;
}

.dropdown-content a {
    padding: 5px;
    height: 20px;
    line-height: 18px;
    display: block;
    font-size: 13px;
    text-decoration: none;
    color: #FFFFFF;
    transition: all 0.3s ease;
}

.dropdown-content i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}

.dropdown-content a:hover {
    display: block;
    cursor: pointer;
    background: #405972;
	color: #fff !important;
    transition: all 0.3s ease;
}

.dropdown:hover .dropdown-content {
    display: block;
}
.advertisment{
max-width: 100%;
}

.sidebar img{
max-width: 100%;
}

.progress-bar{
height: 2%;
}