body {
    font-size: 13px;
}

.carousel-control {
    width: 5%;
}

.row
{
    margin: 0;
}

.list-group {
    margin-bottom: 0px;
}

/* FORUM PAGES */

.postbody .content {
    color: #2D3A3C;
}

#simple-wrap {
    padding: 6px 10px;
}

#page-body {
    clear: both;
    margin: 4px 0;
    border-color: #dde1e7;
    background-color: #fff;
    padding: 10px;
}

hr {
    display: block;
    clear: both;
    height: 1px;
    margin: 5px 0;
    border: 0 none #fff;
    border-top: 1px solid #ccc;
}

hr.dashed {
    margin: 10px 0;
    border-top: 1px dashed #ccc;
}


/* Topic review panel */

#topicreview {
    overflow: auto;
    height: 300px;
    padding-right: 5px;
}

.post-ignore .postbody {
    display: none;
}


/* MCP details */
#post_details {
    /* This will only work in IE7+, plus the others */
    overflow: auto;
    max-height: 300px;
}

#expand {
    clear: both;
}

.post-icon {
    margin-right: 5px;
    margin-bottom: 2px;
}

.posthilit {
    color: #000;
    background-color: #f2f228;
}

/* Post signature */
.signature {
    font-size: 1.1em;
    line-height: 140%;
    clear: left;
    overflow: hidden;
    width: 100%;
    margin-top: 1.5em;
    padding-top: .2em;
    border-top: 1px solid #ccc;
}


/* Post noticies */
.notice {
    line-height: 120%;
    margin-top: 1.5em;
    border-top: 1px dashed #ccc;
}

/* Jump to post link for now */
.searchresults {
    clear: both;
    list-style: none;
    text-align: right;
}

/* Quote BBcode style */

blockquote {
    margin: 0 0 20px;
    padding: 0 0 0 15px;
    border-left: 5px solid #ccc;
}

.content blockquote cite {
    display: block;
}

.content blockquote {
    font-size: 1.00em;
    position: relative;
    margin: 15px;
    padding: .3em 2em .3em 2.5em;
    border: none;
    border-radius: 3px;
    background: none repeat scroll 0 0 #e4e9eb;
}

.content blockquote:before {
    font-size: 4em;
    line-height: .2em;
    position: absolute;
    top: .3em;
    left: 5px;
    content: "\201C";
    color: #ccc;
}

.content blockquote:after {
    font-size: 4em;
    line-height: 0;
    position: absolute;
    right: 3px;
    bottom: 0;
    content: "\201D";
    color: #ccc;
}

/* IE 10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

    .content blockquote:before, .content blockquote:after {
        font-size: 20%;
    }
}


/* Code block */
.codebox {
    font-size: 1em;
    padding: 3px;
    border: 1px solid #d8d8d8;
    background-color: #fff;
}

.codebox span {
    font-size: 13px;
    font-weight: bold;
    display: inline;
    margin-bottom: 3px;
    text-transform: none;
    border-bottom: 0;
}

blockquote .codebox {
    margin: 5px 5px 5px 0;
}

.codebox code {
    line-height: 1.3em;
    display: block;
    /* Also see tweaks.css */
    overflow: auto;
    height: auto;
    max-height: 200px;
    margin: 2px 0;
    white-space: normal;
    color: #8b8b8b;
}

.syntaxbg {
    color: #fff;
}
.syntaxcomment {
    color: #000;
}
.syntaxdefault {
    color: #bcbcbc;
}
.syntaxhtml {
    color: #000;
}
.syntaxkeyword {
    color: #585858;
}
.syntaxstring {
    color: #a7a7a7;
}

/* Attachements */
.attachbox {
    width: auto;
    margin: 10px;
    padding: 10px;
    border: 1px dashed #d8d8d8;
    background-color: #fff;
}

.pm-message .attachbox {
    background-color: #f3f3f3;
}


.attachbox p {
    font-weight: normal;
    line-height: 110%;
    clear: left;
    color: #666;
}

.stats {
    font-weight: normal;
    line-height: 110%;
    clear: left;
    color: #666;
}

.attach-image {
    overflow: auto;
    width: 100%;
    max-height: 350px;
    margin: 3px 0;
}

.attach-image img {
    /*	cursor: move; */
    cursor: default;
    border: 1px solid #999;
}

/* Inline image thumbnails */
.thumbnail {
    display: block;
    margin-bottom: 4px;
}


/* Link Styles */

/* Links adjustment to correctly display an order of rtl/ltr mixed content */
a {
    direction: ltr;
    unicode-bidi: embed;
}

/* Coloured usernames */
.username-coloured {
    font-weight: 600;
    display: inline;
    padding: 0;
}

.table-primary thead th a {
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    color: #fff;
}

/* Feed icon in forumlist_body.html */
.feed-icon-forum {
    float: right;
    margin: 3px;
}


/* Colours and backgrounds for links.css */

a:link {
    color: #565656;
}
a:visited {
    color: #565656;
}
a:hover {
    text-decoration: none; 
    color: #444;
}
a:active {
    color: #338ad2;
}


/* Links for forum/topic lists */

a.forumtitle:hover,
a.topictitle:hover {
    text-decoration: none;
    color: #3460A0;
}

a.forumtitle:active,
a.topictitle:active {
    color: #3460A0;
}

/* Links for forum/topic lists */
a.forumtitle,
a.topictitle {
    font-size: 1.08em;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    color: #3460A0;
}


/* Post body links */
.postlink {
    color: #368ad2;
    border-bottom: 1px dashed #ccc;
}

.postlink:visited {
    color: #5d8fbd;
}

.postlink:active {
    color: #368ad2;
}

.postlink:hover {
    color: #8c8c8c;
    border-bottom: 1px solid #ccc;
}

.signature a,
.signature a:visited,
.signature a:hover,
.signature a:active {
    text-decoration: none;
    border: none;
    background-color: transparent;
}

/* END Former content.css
---------------------------------------- */


/* ===[ GENERAL ELEMENTS - HEADINGS ]=== */
body {
    font-family: 'Open Sans','Arial','Helvetica',sans-serif;
    margin: 0;
    color: #464B4E;
    background: url(https://postcross.ru/assets/background1.jpg);
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-family: 'Open Sans','Arial','Helvetica',sans-serif;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 10px;
    color: #7f7f7f;
    text-rendering: optimizeLegibility;/* Fix for webkit rendering, well at least for the time being */
    -webkit-font-smoothing: antialiased;/* Fix for webkit rendering, well at least for the time being */
}

.postbody span 
{
    font-style: normal;
}

.postbody h3 {
    font-size: 1.5em;
    margin-top: 0;
    text-transform: none;
    border: none;
}

h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #7f7f7f;
    border-bottom: 4px solid #fff;
}


#footerContent h3 {
    border-bottom: 4px solid #fff;
    background-repeat: repeat-x;
    background-position: 0 50%;
}

#footerContent h3 span,
.side-segment h3 span,
.side-segment h4 span
{
    position: relative;
    border-bottom: 4px solid #ee836e;
}

.post-id {
    border-bottom: 0 !important;
}

.post-id a {
    color: #797EA2;
}

.content h2 {
    font-size: 1.6em;
    margin-top: .5em;
    margin-bottom: .5em;
    padding-bottom: .5em;
    color: #7f7f7f;
    border-bottom: 1px solid #ccc;
}

.side-segment h3:after,
.side-segment h2:after {
    bottom: 0;
    display: block;
    width: 80px;
    height: 4px;
    margin-bottom: -4px;
    content: "";
    background-color: #ee836e;
}

a{
    -webkit-transition: color .2s ease, background-color .2s ease;
    -moz-transition: color .2s ease, background-color .2s ease;
    -ms-transition: color .2s ease, background-color .2s ease;
    -o-transition: color .2s ease, background-color .2s ease;
    transition: color .2s ease, background-color .2s ease;
    text-decoration: none;
    color: #2880b2;
}



/* lines button */
.lines-button {
    cursor: pointer;
    transition: .3s;
    border-radius: .37143rem;
}
.lines-button:hover {
    opacity: 1;
}
.lines-button:active {
    transition: 0;
}
.lines {
    position: relative;
    display: inline-block;
    width: 4rem;
    height: .37143rem;
    transition: .3s;
    border-radius: .28571rem;
    background: #ecf0f1;
}
.lines:before,
.lines:after {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 4rem;
    height: .37143rem;
    content: "";
    transition: .3s;
    -webkit-transform-origin: .28571rem center;
    transform-origin: .28571rem center;
    border-radius: .28571rem;
    background: #ecf0f1;
}

.lines:before {
    top: 1rem;
}
.lines:after {
    top: -1rem;
}

.lines-button.open {
    -webkit-transform: scale3d(.8, .8, .8);
    transform: scale3d(.8, .8, .8);
}
.lines-button.arrow.open .lines:before,
.lines-button.arrow.open .lines:after {
    top: 0;
    width: 2.22222rem;
}
.lines-button.arrow.open .lines:before {
    -webkit-transform: rotate3d(0, 0, 1, 40deg);
    transform: rotate3d(0, 0, 1, 40deg);
}
.lines-button.arrow.open .lines:after {
    -webkit-transform: rotate3d(0, 0, 1, -40deg);
    transform: rotate3d(0, 0, 1, -40deg);
}
.lines-button.arrow-up.open {
    -webkit-transform: scale3d(.8, .8, .8) rotate3d(0, 0, 1, 90deg);
    transform: scale3d(.8, .8, .8) rotate3d(0, 0, 1, 90deg);
}
.lines-button.minus.open .lines:before,
.lines-button.minus.open .lines:after {
    top: 0;
    width: 4rem;
    -webkit-transform: none;
    transform: none;
}
.lines-button.x.open .lines {
    background: transparent;
}
.lines-button.x.open .lines:before,
.lines-button.x.open .lines:after {
    top: 0;
    width: 4rem;
    padding: 4px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.lines-button.x.open .lines:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x.open .lines:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}
.lines-button.x2 .lines {
    transition: background .3s .5s ease;
}
.lines-button.x2 .lines:before,
.lines-button.x2 .lines:after {
    transition: top .3s .6s ease, -webkit-transform .3s ease;
    transition: top .3s .6s ease, transform .3s ease;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.lines-button.x2.open .lines {
    transition: background .3s 0s ease;
    background: transparent;
}
.lines-button.x2.open .lines:before,
.lines-button.x2.open .lines:after {
    top: 0;
    width: 4rem;
    transition: top .3s ease, -webkit-transform .3s .5s ease;
    transition: top .3s ease, transform .3s .5s ease;
}
.lines-button.x2.open .lines:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x2.open .lines:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

.navbar-inverse .navbar-toggle {
    border: 2px solid #656b7b;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #656b7b;
}

.navbar-toggle {
    margin-top: 4px;
    padding: 6px 6px 12px;
}

.lines-button.open {
    padding: 6px 6px 16px;
    border-radius: .47143rem;
}

/** Fix for btn group tool bar in post editor **/
.section-posting .btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px !important;
}

/** Fix for smaller btn group in topic **/
.section-viewtopic .btn-group > .btn:first-child {
    margin-left: 1px;
}


/*** modal header fix ***/
.modal-header h3 {
    border-bottom: medium none !important;
}

/*** modal vertical positioning fix ***/
.modal-dialog {
    padding-top: 15%;
}

/*** space, padding quickfix ***/
.space10 {
    clear: both;
    height: 10px !important;
}

.stat_offline {
    background: none repeat scroll 0 0 #cb1111;
}

.stat_online {
    background: none repeat scroll 0 0 #5da423;
}

.stat {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    border: 2px solid #fff !important;
    border-radius: 8px 8px 8px 8px;
}

/* General form styles from former FORM.css */
fieldset {
    border-width: 0;
}
/* General form styles from former FORM.css */

.hr-double {
    height: 3px;
    margin-top: -15px;
    margin-bottom: 40px;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

.btn-group-member {
    font-size: 0;
    position: relative;
    display: block;
    white-space: nowrap;
}


/* Custom Scrollbar */

#scrollbar,
#scrollbar-one,
#scrollbar-two,
#scrollbar-three {
    clear: both;
    width: 100%;
    margin: 0;
}

#scrollbar .scrollbar,
#scrollbar-one .scrollbar,
#scrollbar-two .scrollbar,
#scrollbar-three .scrollbar {
    position: relative;
    float: right;
    width: 4px;
}

#scrollbar .viewport,
#scrollbar-one .viewport,
#scrollbar-two .viewport,
#scrollbar-three .viewport {
    position: relative;
    overflow: hidden;
    width: 98%;
    height: 270px;
}

#scrollbar .overview,
#scrollbar-one .overview,
#scrollbar-two .overview,
#scrollbar-three .overview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    list-style: none outside none;
}

#scrollbar .track,
#scrollbar-one .track,
#scrollbar-two .track,
#scrollbar-three .track {
    position: relative;
    width: 4px;
    height: 100%;
    padding: 0;
    background-color: #ccc;
}

#scrollbar-one .thumb,
#scrollbar-two .thumb {
    background-color: #0daed3;
}

#scrollbar .thumb,
#scrollbar-one .thumb,
#scrollbar-two .thumb,
#scrollbar-three .thumb {
    position: absolute;
    top: 0;
    overflow: hidden;
    width: 4px;
    height: 20px;
    cursor: pointer;
}

#scrollbar-one .thumb .end,
#scrollbar-two .thumb .end {
    background-color: #0daed3;
}

#scrollbar .thumb .end,
#scrollbar-one .thumb .end,
#scrollbar-two .thumb .end,
#scrollbar-three .thumb .end {
    overflow: hidden;

    width: 13px;
    height: 5px;
}

/* UCP PM TAGS STYLE */
.tagsinput span.tag
{
    font-size: 11px;
    font-weight: 600;
    line-height: 14px;

    margin: 3px;
    padding: 3px 5px;

    color: #fff;
    border: 1px solid #b3b3b3;
    border-radius: 2px;
    background: none repeat scroll 0 0 #ccc;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .10);
}

.tagsinput
{
    margin-bottom: 5px;
}

.tagsinput input
{
    font-weight: bold;

    margin-bottom: 5px;
    padding: 0 0 0 4px;

    color: #fff;
}

/* Recent activity UCP */

.ui-timline-container {
    padding: 15px;
}
.ui-timline-left .ui-timeline:before {
    left: 0;
}
@media (min-width: 768px) {
    .ui-timline-left .ui-timeline .tl-item:before {
        display: none;
    }
}
@media (min-width: 768px) {
    .ui-timline-left .ui-timeline .tl-item .tl-caption {
        margin-left: -55px;
    }
}
@media (min-width: 768px) {
    .ui-timline-left .ui-timeline .tl-item .tl-body .tl-time {
        right: 15px;
        left: auto;
        color: #999;
    }
}
.ui-timeline {
    position: relative;
    display: table;
    width: 100%;
    table-layout: fixed;
    border-spacing: 0;
    border-collapse: collapse;
}
.ui-timeline:before {
    position: absolute;
    z-index: 0;
    top: 30px;
    bottom: 30px;
    left: 0;
    width: 4px;
    content: "";
    background-color: #d5d5d5;
}
@media (min-width: 768px) {
    .ui-timeline:before {
        left: 50%;
    }
}
.ui-timeline .tl-item {
    display: table-row;
    margin-bottom: 5px;
}
.ui-timeline .tl-item:before {
    display: none;
    content: "";
}
@media (min-width: 768px) {
    .ui-timeline .tl-item:before {
        display: block;
        width: 50%;
    }
}
.ui-timeline .tl-item .tl-caption {
    width: 200px;
    margin-left: -55px;
}
@media (min-width: 768px) {
    .ui-timeline .tl-item .tl-caption {
        margin-left: -130px;
    }
}
@media (min-width: 768px) {
    .ui-timeline .tl-item.alt {
        text-align: right;
    }
    .ui-timeline .tl-item.alt:before {
        display: none;
    }
    .ui-timeline .tl-item.alt:after {
        display: block;
        width: 50%;
        content: "";
    }
    .ui-timeline .tl-item.alt .tl-body .tl-entry {
        margin: 0 33px 15px 0;
    }
    .ui-timeline .tl-item.alt .tl-body .tl-time {
        right: -220px;
        left: auto;
        text-align: left;
    }
    .ui-timeline .tl-item.alt .tl-body .tl-icon {
        right: -53px;
        left: auto;
    }
    .ui-timeline .tl-item.alt .tl-body .tl-content:after {
        right: -16px;
        left: auto;
        border-width: 8px;
        border-style: solid;
        border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
        border-image: none;
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
    }
}
.ui-timeline .tl-item .tl-body {
    display: table-cell;
    width: 50%;
    vertical-align: top;
}
.ui-timeline .tl-item .tl-body .tl-entry {
    position: relative;
    margin: 0 0 15px 38px;
}
.ui-timeline .tl-item .tl-body .tl-time {
    line-height: 35px;
    position: absolute;
    z-index: 1;
    top: 5px;
    right: 15px;
    left: auto;
    width: 150px;
    text-align: right;
    color: #999;
}
@media (min-width: 768px) {
    .ui-timeline .tl-item .tl-body .tl-time {
        right: auto;
        left: -220px;
        color: #767676;
    }
}
.ui-timeline .tl-item .tl-body .tl-icon {
    position: absolute;
    top: 5px;
    left: -53px;
}
.ui-timeline .tl-item .tl-body .tl-content {
    position: relative;
    padding: 15px;
    border-radius: 4px;
    background-color: #fff;
}
.ui-timeline .tl-item .tl-body .tl-content:after {
    line-height: 0;
    position: absolute;
    top: 15px;
    left: -16px;
    content: "";
    border-width: 8px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-image: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
}

.square-icon {
    line-height: 20px;
    position: absolute;
    width: 25px;
    height: 25px;
    text-align: center;
    color: #fff;
    border: 3px solid #c4dada;
    border-radius: 50%;
    background: none repeat scroll 0 0 #6a8db3;
    box-shadow: 0 0 0 6px #fafafb;
}
.square-icon.sm {
    font-size: 16px;
    line-height: 30px;
    width: 35px;
    height: 35px;
}



/* ===[ UCP TABS NAVIGATION ]=== */

/* UCP legend frame - The <legend> tag defines a caption for the <fieldset> element */
.framed-ucp {
    margin-top: -5px;
    padding: 15px;
    border: 2px solid #ccc;
    border-radius: 4px 4px 4px 4px;
    background: none repeat scroll 0 0 transparent;
}

#cprofile .bootstrap-select {
    margin-bottom: 10px;
}

legend {
    font-family: 'Open Sans','Arial','Helvetica',sans-serif;
    font-size: 12px;
    font-weight: bold;
    display: block;
    width: auto;
    margin: 0;
    padding: 0 10px;
    text-transform: uppercase;
    color: #b7b7b7;
    border: medium none;
}
/* UCP legend frame - The <legend> tag defines a caption for the <fieldset> element */

/* ===[ TABLES STYLE AND FONT ICONS ]=== */
.table-bordered {
    border-color: #dbdbdb;
}

.table-primary {
    border-color: -moz-use-text-color #dbdbdb #dbdbdb;
    border-top: medium none;
}

.table-primary tbody td {
    color: #94a0a0;
    border-width: 0;
    background: none repeat scroll 0 0 #fafafa;
}

.description,
.subforums,
.forum-time,
.forum-mods {
    font-size: .9em;
}

.subforums > strong,
.forum-mods > strong {
    color: #8c8c8c;
}

.mobile-post {
    vertical-align: middle;
}

.table-primary tbody tr:nth-child(2n+1) td,
.table-primary tbody tr:nth-child(2n+1) th {
    background: none repeat scroll 0 0 #fff;
}

.table > thead > tr:first-child > td,
.table > tbody > tr:first-child > td,
.table > tfoot > tr:first-child > td {
    border-top: 0 none;
}

.table-primary thead th {
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    color: #fff;
    text-rendering: optimizeLegibility;/* Fix for webkit rendering, well at least for the time being */
    -webkit-font-smoothing: antialiased;/* Fix for webkit rendering, well at least for the time being */
}

.table tr.active td,
.table tr.active {
    background: none repeat scroll 0 0 #deecfa !important;
}

.table th.table-icon,
.table td.table-icon {
    width: 20px;
    background-position: 5px center;
}

.table th.table-check,
.table td.table-check {
    width: 80px;
    text-align: center;
}

th i {
    color: #f8f8f8;
}

table .stats-col {
    font-family: 'Open Sans','Arial','Helvetica',sans-serif;
    font-size: 13px;
    background-color: #EFF3F2 !important;
}

.large60 {
    width: 70px;
}

.large80 {
    width: 120px;
}

.large110 {
    width: 110px;
}

.large12 {
    width: 12%;
}

.large20 {
    width: 20%;
}

.large23 {
    width: 23%;
}

.large26 {
    width: 26%;
}

.large28 {
    width: 28%;
}

.row-icon {
    float: left;
    width: 27px;
    height: 27px;
    margin-top: 5px;
    margin-right: 5px;
}

.topic-icon {
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    margin-top: -5px;
    margin-right: 0;
    margin-left: 0;
}

/* ===[ FONT ICONS FORUMS ]=== */

.desc-wrapper {
    display: block;
    padding: 4px 20px 5px 54px;
}

.stats-wrapper {
    line-height: 1.5;
    display: block;
    padding: 5px 6px;
}

.last-wrapper {
    line-height: 1.5;
    display: block;
    padding: 4px 5px;
}

.btn-rss {
    margin-top: 5px;
    margin-right: 5px;
}

.icon-wrapper {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 8px;
    transition: background .1s ease 0s;
    border-radius: 50%;
    background-color: #e4e9eb;
}

.forum-image {
    display: inline-block;
    float: left;
    width: 48px;
    height: 48px;
    margin-right: 8px;
}

.forum-image img {
    width: 50px;
    height: 50px;
}

.row-icon-font {
    font-size: 26px;
    line-height: 48px;
    position: relative;
    display: block;
    height: 48px;
    text-align: center;
}

.row-icon-font-mini {
    font-size: 14px;
    display:inline-block;
    position: relative;
    float:left;
    margin: 0;
    padding:0;
    color: #fff;
}

.forum-list-lock,
.forumview-lock {
    margin-top: 31px;
    margin-left: -18px;
    color: #888;
}

.forum-read {
    color: #b8bdcb;
}

.forum-unread {
    color: #8c8c8c;
}

.input-group-addon i {
    color: #999;
}
/* ===[ FONT ICONS FORUMS ENDS ]=== */


/* ===[ FOOTABLE PLUGIN ]=== */
.footable {
    width: 100%;
}
.footable.breakpoint > tbody > tr.footable-detail-show > td {
    border-bottom: none;
}
.footable.breakpoint > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
    content: "\f068";
}
.footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
    cursor: pointer;
}
.footable.breakpoint > tbody > tr > td.footable-cell-detail {
    border-top: none;
    background: #eee;
}
.footable.breakpoint > tbody > tr > td > span.footable-toggle {
    font-family: "FontAwesome";
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    display: inline-block;
    padding-right: 5px;
    text-transform: none;
    color: #888;
    speak: none;
    -webkit-font-smoothing: antialiased;
}
.footable.breakpoint > tbody > tr > td > span.footable-toggle:before {
    content: "\f067";
}

.footable > thead > tr > th {
    -webkit-user-select:      none;
    -moz-user-select: -moz-none;
    -ms-user-select:      none;
    user-select:      none;
    -webkit-touch-callout: none;
    -khtml-user-select:      none;
}

.footable > tfoot .pagination {
    margin: 0;
}
.footable.no-paging .hide-if-no-paging {
    display: none;
}
.footable-row-detail-inner {
    display: table;
}
.footable-row-detail-row {
    line-height: 1.5em;
    display: table-row;
}
.footable-row-detail-group {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 2em;
    display: block;
}
.footable-row-detail-name {
    font-weight: bold;
    display: table-cell;
    padding-right: .5em;
}
.footable-row-detail-value {
    display: table-cell;
}
.footable-odd {
    background-color: #f7f7f7;
}

.footable-row-detail-value {
    width: 100%;
}

.footable.breakpoint > tbody > tr.footable-row-detail {
    background: none repeat scroll 0 0 #eee;
}

.footable.breakpoint > tbody > tr > td > span.footable-toggle {
    float: right;
    margin-top: 4px;
    padding: 7px 13px;
    border-radius: 4px;
    background: none repeat scroll 0 0 #ecebec;
}
/* ===[ FOOTABLE PLUGIN ENDS ]=== */


/* ===[ BOOTSTRAP NEW COLORS DEFINITIONS AND ELEMENTS ]=== */

.bg-primary,
.list-group-item-primary {
    background-color: #dff3f9;
}
.alert-primary,
.progress-bar,
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #3b8dbd;
}

.bg-success,
a.list-group-item-success,
.list-group-item-success {
    font-weight: 700;
    color: #82b964;
    background-color: #d9ead0;
}

.alert-success,
.progress-bar-success,
.panel-success > .panel-heading,
.label-success {
    color: #fff;
    background-color: #82b964;
}

.list-group-item-info,
a.list-group-item-info,
.bg-info {
    font-weight: 700;
    color: #5bc0de;
    background-color: #dff3f9;
}
.alert-info,
.progress-bar-info,
.label-info,
.panel-info > .panel-heading {
    color: #fff;
    background-color: #5bc0de;
}

.list-group-item-warning,
a.list-group-item-warning,
.bg-warning {
    font-weight: 700;
    color: #fdc153;
    background-color: #fff4e1;
}
.alert-warning,
.progress-bar-warning,
.panel-warning > .panel-heading {
    color: #fff;
    background-color: #f0ad4e;
}

.bg-danger,
a.list-group-item-danger,
.list-group-item-danger {
    font-weight: 700;
    color: #d24d33;
    background-color: #f7e0db;
}
.alert-danger,
.progress-bar-danger,
.panel-danger > .panel-heading {
    color: #fff;
    background-color: #d24d33;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
    color: #fff;
    background-color: #82b964;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
    color: #fff;
    background-color: #f0ad4e;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
    color: #fff;
    background-color: #5bc0de;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
    color: #fff;
    background-color: #d24d33;
}

/* Bootstrap list groups */

.list-group-item {
    margin-bottom: -2px;
    border: 2px solid #ddd;
}
/*Remove grey borders*/

.list-group-item-danger {
    border-color: #f7e0db;
}
.list-group-item-info {
    border-color: #dff3f9;
}
.list-group-item-success {
    border-color: #d9ead0;
}
.list-group-item-warning {
    border-color: #fff4e1;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
    border-color: #d24d33;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
    border-color: #5bc0de;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
    border-color: #82b964;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
    border-color: #f0ad4e;
}

/* ===[ BOOTSTRAP TABLES AND PANELS DEFINITIONS ]=== */

.forumpage .table {
    margin-bottom: 0;
    border-top: 0;
    background: #fff;
}

.forumpage .table .label {
    font-size: .75em;
    display: inline-block;
    margin: 2px;
}
.forumpage .table > thead > tr > th,
.forumpage.table > tbody > tr > th,
.forumpage .table > tfoot > tr > th,
.forumpage .table > thead > tr > td,
.forumpage .table > tbody > tr > td,
.forumpage .table > tfoot > tr > td {
    padding: 15px 8px;
    vertical-align: top;
    border-top: 4px solid #e4e9eb;
}
.forumpage .table > thead > tr > th {
    font-size: inherit;
    font-weight: 700;
    padding: 12px 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    border-bottom: 7px solid #ddd;
    background: #8C8C8C;
}

.forumpage .table > thead > tr > th {
    font-size: 12px;
    padding: 4px 5px;
    border-width: 0;
    background: #82AF8E;
}

.forumpage .table > tfoot > tr > th {
    font-size: .87em;
    font-weight: 700;
    padding: 7px 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #999;
    border: 1px solid #ddd;
    background: #ddd;
}
.forumpage .table-hover > tbody > tr:hover > td,
.forumpage .table-hover > tbody > tr:hover > th {
    background-color: #e4e9eb;
}


.panel-inner {
    padding: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-forum > .panel-heading {
    font-weight: 700;
    font-style: normal;
    line-height: 40px;
    height: 40px;
    text-transform: uppercase;
    color: #fff;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 3px 3px 0 0;
    background-color: #2998B7;
}

.panel-forum > .panel-heading a {
    color: #fff;
}

.panel-forum > .panel-heading a:hover {
    color: #e4e4e4;
}

.panel-forum {
    margin-bottom: 30px;
    border: medium none #85869c;
}

.page-section {
    padding: 45px 0;
    background-color: #e8e8e8;
}

.panel-post {
    position: relative;
    padding: 10px;
    border-radius: 4px;
    background-color: #fff;
}

.panel-post > i {
    font-size: 50px;
    line-height: 80px;
    position: relative;
    top: -50px;
    width: 100px;
    height: 100px;
    margin-right: auto;
    margin-left: auto;
    transition: all .3s ease-in-out 0s;
    color: #f4f4f4;
    border: 10px solid #f4f4f4;
    border-radius: 50%;
}

.panel-post > img {
    position: relative;
    top: -50px;
    width: 80px;
    height: auto;
    margin-bottom: -45px;
    transition: all .3s ease-in-out 0s;
    color: #f4f4f4;
    border: 6px solid #f4f4f4;
    border-radius: 50%;
}

.blog-meta {
    font-family: "Open Sans","Arial","Helvetica",sans-serif;
    font-weight: 700;
    position: absolute;
    z-index: 30;
    top: 1.94em;
    right: auto;
    bottom: auto;
    left: -1.40em;
    float: left;
    padding: .55em .9em;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    background: none repeat scroll 0 0 #ee836e;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
}

.blog-meta .day {
    font-size: 1.15em;
    display: block;
    margin-bottom: -7px;
}

.blog-meta .month {
    font-size: .75em;
}

.panel-post .title {
    margin: 16px 0 20px;
    padding-left: 20px;
}

.content-post {
    margin-bottom: 20px;
}

.panel-post .entry-meta {
    line-height: 8px;
}

.btn-lazy {
    margin-top: 10px;
}

#rtblock {
    padding:0;
}

#rtblock .row {
    margin:0;
}

.rtrow {
    position: absolute;
    top: -9999px;
    opacity: 0;
}
.rtdisprow {
    -webkit-transition: all .8s ease-in 0s;
    -moz-transition: all .8s ease-in 0s;
    transition: all .8s ease-in 0s;
    opacity: 1;
}
.rtrow.rtdisprow {
    position: static;
}
.panel-post h6 > a {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #666;
}

@media (max-width: 768px) {
    .panel-post > img {
        display: none;
    }
}

@media (max-width: 468px) {
    .panel-post > img {
        display: none;
    }
}

.panel-post:hover > i {
    animation: 1.5s linear 0s normal none infinite spinAround;
    border: 10px solid #fff;
}

.panel-post h6,
.panel-post h6 > a {
    font-size: 12px;
    font-weight: 700;
    min-height: 30px;
    text-transform: uppercase;
    color: #666;
}

.panel-post p {
    color: #a8a8a8;
}

.panel-post .panel-bottom {
    margin-right: -11px;
    margin-bottom: -11px;
    margin-left: -11px;
    padding: 6px 0;
    border-radius: 0 0 4px 4px;
    background-color: #d6d9e0;
}

.content-post-date {
    margin-top: -10px;
}


.poll-na {
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    display: inline;
    padding: .2em .6em .3em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    color: #888;
    border-radius: .25em;
}

.panel-poll {
    border: 2px solid #dbdbdb;
}

.panel-poll label {
    margin-left: 4px;
}

.panel-stats .output {
    font-family: "Open Sans","Arial","Helvetica",sans-serif;
    display: block;
}

.panel-stats strong,
.panel-stats .panel-footer {
    color: #878787;
}

.panel-login {
    padding-top: 40px;
    padding-bottom: 40px;
    color: #a1a9b1;
    background: none repeat scroll 0 0 #f1f2f2;
}

.form-icon {
    position: relative;
    margin: 0;
}

.panel-login .form-group + .form-group {
    margin: 10px 0 16px;
}

.login-form-icon {
    font-size: 16px;
    line-height: 27px;
    position: absolute;
    z-index: 1002;
    top: 9px;
    bottom: 9px;
    left: 0;
    display: block;
    width: 40px;
    padding: 1px 15px;
    transition: all .3s ease 0s;
    text-align: center;
    color: #d6d6d6;
    border-right: 1px solid #d6d6d6;
}

.panel-w-form  .form-group input[type='password'],
.panel-w-form  .form-group input[type='text'] {
    font-size: 15px;
    padding-left: 50px;
}

.panel-w-form  .form-group input[type='password']:focus + .login-form-icon,
.panel-w-form  .form-group input[type='text']:focus + .login-form-icon {
    color: #888;
}

.panel-w-form .input-lg {
    height: 46px;
}


.panel-login .signin-text {
    font-family: "Open Sans","Arial","Helvetica",sans-serif;
    font-size: 15px;
    font-style: normal;
    position: relative;
    display: block;
    margin-bottom: 25px;
    text-align: center;
    color: #999;
}

.panel-login .signin-text span {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    text-transform: uppercase;
    background: none repeat scroll 0 0 #fff;
}

.panel-login .signin-text:before {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    display: block;
    height: 1px;
    content: "";
    background: none repeat scroll 0 0 #e4e4e4;
}

.panel-login .signin-text span {
    background: none repeat scroll 0 0 #f1f2f2;
}

.login-full .signin-text span {
    background: none repeat scroll 0 0 #ecf0f1;
}

.login-full {
    background: none;
}

/* ===[ WELLS AND WIDGETS ]=== */

.well {
    border: 3px solid #d8e3e6;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: none;
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15);
}

.language-selection {
    float: right;
    margin-top: 10px;
    padding: 10px;
}

.pos-abs {
    position: absolute;
}

.l-25 {
    left: 25px;
}

.r-25 {
    right: 25px;
}


/* ===[ BOOTSTRAP FORMS ]=== */

.form-control {
    font-size: 13px;
    font-weight: 300;
    display: block;
    width: 100%;
    height: 36px;
    padding: 8px 10px;
    -webkit-transition: border-color .3s;
    -moz-transition: border-color .3s;
    -ms-transition: border-color .3s;
    color: #555;
    border: 2px solid #d6d9e0;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control:focus {
    border-color: #969fa1;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control::-moz-placeholder {
    opacity: 1;
    color: #999;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    opacity: 1;
    background-color: #eee;
}
.input-group-addon {
    border: 2px solid #d6d9e0;
    border-radius: 3px;
    background-color: #eee;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    padding: 4px 10px;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    padding: 9px 16px;
}

/* ===[ HEADER STYLE ]=== */

.masthead:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transform-origin: 50% 50% 0;
    -moz-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    -o-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    /*animation-name*/
    -webkit-animation-name: masthead;
    -moz-animation-name: masthead;
    -ms-animation-name: masthead;
    -o-animation-name: masthead;
    animation-name: masthead;
    /*animation-duration*/
    -webkit-animation-duration: 80s;
    -moz-animation-duration: 80s;
    -ms-animation-duration: 80s;
    -o-animation-duration: 80s;
    animation-duration: 80s;
    /*animation-timing-function*/
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    /*animation-iteration-count*/
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background: url("images/tile-bg-head.png") repeat fixed 0 0 #26bcb5;
    animation-fill-mode: both;
}

/* Firefox */
@-moz-keyframes masthead {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: -50% -100%;
    }
    100% {
        background-position: -100% -200%;
    }
}

/* Safari and Chrome */
@-webkit-keyframes masthead {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: -50% -100%;
    }
    100% {
        background-position: -100% -200%;
    }
}


@keyframes masthead {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: -50% -100%;
    }
    100% {
        background-position: -100% -200%;
    }
}

.masthead .wrapper-head {
    position: relative;
    z-index: 2;
}

.flat-nav {
    margin-bottom: 0;
    border-bottom: 0 none;
    background-color: #fff;
}

.flat-header {
    font-size: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: left;
}

.flat-header-fixed-top {
    padding-top: 120px;
}

.flat-masthead,
.flat-header {
    position: relative;
    margin-bottom: 20px;
    color: #fafafa;
    background-color: #6f5499;
    background-image: linear-gradient(to bottom, #563d7c 0px, #6f5499 100%);
    background-repeat: repeat-x;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
}

.flat-header h1 {
    font-size: 44px;
    line-height: 1;
}
.flat-header h1 {
    margin-top: 0;
    color: #fff;
}

.navbar {
    min-height: 80px;
    padding: 14px 0 0;
}


/* ===[ FOOTER LAYOUT ]=== */

.section-pre-footer {
    position: relative;
    padding: 40px 0;
    color: #fff;
    background: none repeat scroll 0 0 #283e56;
}

.section-pre-footer .center {
    position: relative;
    z-index: 10;
}
.center {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-pre-footer .thumb {
    float: left;
    width: 57px;
}

.section-pre-footer .twitter .thumb {
    margin-left: -15px;
}

.section-pre-footer .thumb i {
    font-size: 44px;
    color: #ee836e;
}

.section-pre-footer .text {
    margin-left: 60px;
}

.section-pre-footer h3 {
    font-size: 22px !important;
    margin-bottom: 20px;
    color: #fff;
    border-bottom: 0 none !important;
}

.section-pre-footer p {
    margin-bottom: 20px;
    color: #869aaf;
}

.section-pre-footer a {
    color: #fff;
}


.section-pre-footer .section-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: none repeat scroll 0 0 #2f4761;
}

.btn-xl {
    font-size: 20px;
    padding: 16px 56px !important;
}

.call-to-action {
    font-family: "Open Sans","Arial","Helvetica",sans-serif;
    font-size: 30px;
    font-weight: bold;
    margin: 8px 0 0;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
}

.mastbottom {
    padding: 40px 0;
    color: #fff;
    background: url("images/tile-bg-head.png") repeat fixed 100% 100% #ee836e;
}

#footer-section {
    position: relative;
    background: none repeat scroll 0 0 #00a2d9;
}

.footer-foreground {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 10px 0;
    color: #fff;
    border-radius: 4px;
    background: none repeat scroll 0 0 rgba(0, 0, 0, .25);
}

.footer-foreground a {
    color: #fff;
}

.bottomLinks {
    padding: 20px 0;
    color: #fff;
}

.copyrights, .copyrights a {
    color: #869aaf;
}

.copyrights i {
    font-size: 12px;
}

.copyrights a {
    padding-bottom: 1px;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.copyrights a:hover {
    border-bottom: 1px solid #a5a5a5;
}

.footer-nav li {
    padding: 5px 5px 0;
}

.footer-nav a {
    color: #fff;
}

.text-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.debug-output {
    display: block;
    text-align: right;
    color: #869aaf;
}

.interact a {
    margin-right: 10px;
}

.twitter-time {
    color: #869aaf;
}

.twitter h3 a small {
    text-transform: none;
    color: #869aaf;
}


/* ===[ SOCIAL ICONS ]=== */
.socialbar {
    margin: 10px 0;
}

.social-network {
    text-align: right;
    line-height: 0 !important;
}

.socialbar .social-icons li {
    line-height: 1em;
    display: inline-block;
    height: 38px;
    margin: 0 3px;
}

.social-network a {
    font-size: 22px;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 3px;
    transition: all .2s linear 0s;
    text-align: center;
    color: #fff !important;
    border-radius: 2px;
}

.social-network a:hover {
    transition: all .1s linear 0s;
    color: #2d2d2d!important;
    border-bottom: none;
    background-color: #fff;
}

.google-plus-color {
    background-color: #d34836;
}

.pinterest-color {
    background-color: #cb2027;
}

.facebook-color {
    background-color: #3b5998;
}

.behance-color {
    background-color: #1769ff;
}

.dropbox-color {
    background-color: #007ee5;
}

.envato-color {
    background-color: #82b540;
}

.twitter-color {
    background-color: #00aced;
}

.rss-color {
    background-color: #e48645;
}

.rss-color-forum {
    color: #e48645;
}

.github-color {
    background-color: #333;
}



@media (max-width: 768px) {
    .social-network,
    .debug-output {
        text-align: center;
    }

    .sm-direction {
        text-align: center;
    }

    .section-pre-footer .section-bg {
        background: none repeat scroll 0 center rgba(0, 0, 0, 0);
    }

    .section-pre-footer .twitter {
        margin-top: 25px;
    }

    .section-pre-footer .twitter .thumb {
        margin-left: 0;
    }
}


@media (max-width: 468px) {
    .social-network,
    .debug-output {
        text-align: center;
    }

    .sm-direction {
        text-align: center;
    }

    .section-pre-footer .section-bg {
        background: none repeat scroll 0 center rgba(0, 0, 0, 0);
    }

    .section-pre-footer .twitter {
        margin-top: 25px;
    }

    .section-pre-footer .twitter .thumb {
        margin-left: 0;
    }
}


/* Forms */
.form-actions {
    border: 2px solid #d8e3e6;
    border-radius: 3px;
    background: #f5f5f5;
}

.form-actions {
    padding: 15px;
    text-align: center;
}

.control-group {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #c9c9c9;
}

.control-label {
    font-weight: bold;
    display: block;
}


/*** 
.form-control {
    margin-bottom:10px;
}
***/


/*** icons on input fields***/

.input-icon i {
    font-size: 16px;
    line-height: 18px;
    position: absolute;
    z-index: 999;
    display: block;
    width: 16px;
    height: 16px;
    margin: 10px 2px 4px 10px;
    text-align: center;
    color: #ccc;
}

.input-group-sm i {
    font-size: 16px;
    line-height: 15px;
    width: 16px;
    height: 16px;
    margin: 7px 2px 4px 10px;
}

.input-icon.left input {
    padding-left: 33px ;
}

.input-icon input {
    padding-right: 25px ;
}

/* ===[ USER PROFILE AND GALLERY ]=== */

/*-- Responsive avatars fix for Bootsrtap3x --*/
.avatar-frame img {
    width: auto\9;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    border: 0;
}


#gallery input[type='radio']:checked + label {
    background-color: #eee;
}

/* ===[ SIGNATURE ]=== */

.separator:before {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    display: block;
    height: 1px;
    margin-top: 15px;
    content: "";
    background: none repeat scroll 0 0 #cdcdcd;
}

.separator i {
    position: relative;
    top: 50%;
    display: inline-block;
    height: 20px;
    margin-top: 3px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 10px;
    color: #cdcdcd;
    background: none repeat scroll 0 0 #fff;
}

.separator {
    position: relative;
    display: block;
    height: 48px;
    margin: 0;
}

.signature-pm {
    line-height: 140%;
    overflow: hidden;
    width: 100%;
    padding-top: .2em;
}

/* ===[  MISC - BUTTONS - ALERTS ]=== */

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-color: #31759d;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #d3d4d6;
}
.btn-success,
.label-success,
.progress-bar-success,
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #82b964;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #6ca94b;
}
.btn-warning,
.label-warning,
.progress-bar-warning,
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
}
.btn-info,
.label-info,
.progress-bar-info,
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
}
.btn-danger,
.label-danger,
.progress-bar-danger,
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d24d33;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background-color: #bc4329;
}

.btn {
    font-weight: 700;
    padding: 8px 12px;
    transition: background .2s;
    color: #7f7f7f;
    border: 0 none;
}

.btn-lg,
.btn-group-lg > .btn {
    font-size: 18px;
    line-height: 1.33;
    padding: 10px 16px;
    border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 5px;
    border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
    font-size: 12px;
    line-height: 1.5;
    padding: 1px 5px;
    border-radius: 3px;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: 0;
}

.input-group-btn > .btn + .btn {
    margin-left: 0;
}
.btn-group-vertical .btn {
    margin-bottom: 0;
}
.btn-toolbar {
    margin-left: -5px;
    border: 0;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
    border: 0;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
    border: 0;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: 0;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    margin-left: 0;
}
.btn-default {
    border: 0;
    border-color: #d6d9e0;
    background-color: #d6d9e0;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #fff;
    border-color: #c0c2c7;
    background-color: #a7aab1;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: none;
}


/*** remove dotted line feedback. this should not be used for accessibility reasons! - use your own style instead ***/
.btn-link:hover,
.btn-link:focus {
    text-decoration: none;
    color: #8c8c8c;
}

.bootstrap-select .btn-focus {
    outline: medium none;
}

/*** remove dotted line feedback. this should not be used for accessibility reasons! - use your own style instead ***/
.bootstrap-select.btn-group,
.bootstrap-select.btn-group[class*='span'] {
    margin-bottom: 0;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*='span'] {
    margin-bottom: 0;
}

.btn-success,
.btn-danger,
.btn-warning,
.btn-info,
.btn-primary {
    color: #fff !important;
}

/*** adjust the size in post ***/
.btn-post,
.btn-group-post > .btn {
    font-size: 12px;
    line-height: 1.5;
    padding: 3px 6px;
    border-radius: 3px;
}

/*** fix the bootstrap gap in btn group ***/
.btn-group-fix {
    margin-left: -2px !important;
}

/*** fix the bootstrap space in btn group post ***/
.btn-post-fix {
    margin-left: 5px;
}

/*** fix the width in post dropdown menu ***/
.dropdown-menu-post > li > a {
    padding: 3px 5px;
}

/*** fix the width in post dropdown menu ***/
.alert .close {
    line-height: 20px;
    position: relative;
    top: -2px;
    right: -1px;
}

.close {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    float: right;
    opacity: .2;
    color: #000;
    text-shadow: 0 1px 0 #fff;
}

.close-file-upload {
    position: relative;
    display: inline-block;
    margin-top: 1px;
    margin-left: 3px;
    vertical-align: middle;
}

.awe-remove-circle:before {
    content: "\f05c";
}

[class^="awe-"]:before,
[class*="awe-"]:before {
    display: inline-block;
    text-decoration: inherit;
}

[class^="awe-"],
[class*="awe-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    display: inline;
    width: auto;
    height: auto;
    margin-top: 0;
    vertical-align: baseline;
    text-decoration: inherit;
    background-image: none;
    background-repeat: repeat;
    background-position: 0 0;
}

.label-info,
.badge-info {
    background-color: #169fe6;
}

.alert {
    margin-bottom: 21px;
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: bold;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    color: #fff;
    border-color: #18bc9c;
    background-color: #18bc9c;
}
.alert-success hr {
    border-top-color: #15a589;
}
.alert-success .alert-link {
    color: #e6e6e6;
}
.alert-info {
    color: #fff;
    border-color: #3498db;
    background-color: #3498db;
}
.alert-info hr {
    border-top-color: #258cd1;
}
.alert-info .alert-link {
    color: #e6e6e6;
}
.alert-warning {
    color: #fff;
    border-color: #f39c12;
    background-color: #f39c12;
}
.alert-warning hr {
    border-top-color: #e08e0b;
}
.alert-warning .alert-link {
    color: #e6e6e6;
}
.alert-danger {
    color: #fff;
    border-color: #e74c3c;
    background-color: #e74c3c;
}
.alert-danger hr {
    border-top-color: #e43725;
}
.alert-danger .alert-link {
    color: #e6e6e6;
}

.alert > a {
    color: #fff;
}

.friends-avatar img {
    float: left;
    width: 40px !important;
    height: auto;
    margin-right: 5px;
    border: 3px solid #dfe3e4;
    border-radius: 50%;
}

.media-list li {
    margin-top: 5px;
}

.section-ucp .media,
.section-ucp .media .media {
    margin-top: 0;
}

.media-pm {
    margin-bottom: 10px;
}

.media-pm .avatar-over {
    margin-left: 0;
}

/* Dropdowns definitions */
.arrow-up:before {
    position: absolute;
    z-index: 1;
    top: -10px;
    right: 12px;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f0f0f1;
}

.user-login-drop > li:first-child {
    font-size: 13px;
    font-weight: 400;
    margin: -5px -5px 0;
    padding: 5px;
    color: #fff;
    background-color: #f0f0f1;
}

.navbar-nav-fancy > li:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0;
    content: "";
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -moz-transform: translatex(0%) translatey(-50%);
    -ms-transform: translatex(0%) translatey(-50%);
    -o-transform: translatex(0%) translatey(-50%);
    -webkit-transform: translatex(0%) translatey(-50%);
    transform: translatex(0%) translatey(-50%);
    color: #2c3e50;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: none repeat scroll 0 0 #656b7b
}

.navbar-nav-fancy > li:hover:before {
    height: 80%;
}

.navbar-nav.navbar-right:last-child {
    margin-top: -2px;
    margin-right: 0;
}

.btn-search {
    margin-top: 4px;
}

.btn-search > i {
    font-size: 22px;
    color: #939393;
}

.user-login-drop > li h1 a {
    color: #fff;
}

.user-login-drop > li h1 a:hover {
    color: #fafafa;
}

.dropdown-avatar img {
    width: 30px;
    height: 30px;
    border: 3px solid #edeff0;
    border-radius: 50%;
}

.navbar-avatar img {
    width: 100px;
    height: 100px;
    border: 3px solid #edeff0;
    border-radius: 50%;
}

.user-login .navbar-content {
    width: 320px;
    padding: 15px 10px 0;
}
.user-login .navbar-content:before,
.user-login .navbar-content:after {
    line-height: 0;
    display: table;
    content: "";
}
.user-login .navbar-content a.change-avatar {
    padding: 10px 0;
}
.user-login .navbar-content a.change-avatar:hover {
    color: #df4782;
}

.user-login .navbar-footer {
    margin: -5px -5px -5px;
    background-color: #f0f0f1;
}
.user-login .navbar-footer-content {
    padding: 15px;
}

.avatar-user-drop {
    position: relative;
    display: inline-block;
    border: 5px solid #edeff0;
}

.nav-content > img {
    border: 5px solid #edeff0;
    border-radius: 50%;
}

.navbar-nav .dropdown-menu > li > a i {
    font-size: 16px;
    margin-right: 5px;
    padding: 0 5px 0 0;
    color: #959c9d;
}

.dropdown-menu > li > a i {
    margin-right: 5px;
}

.dropdown-menu {
    z-index: 9999;
    margin: 0;
    padding: 5px;
    border: 4px solid #e8ecf3;
    border-radius: 2px;
    box-shadow: none;
}

.dropdown-menu > li > a {
    font-size: 13px;
    line-height: 22px;
    margin: 0;
    color: #696969;
    border-radius: 2px;
}
.dropdown-menu > li > a:hover {
    color: #696969;
    background: none repeat scroll 0 0 #e8ecf3;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 2px 0;
    background-color: #d7deea;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #444;
    background-color: #e8ecf3;
}
.main-navigation .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
    border-width: 1px 1px 1px 0;
    border-style: solid solid solid none;
    border-color: #d1d1d1 #d1d1d1 #d1d1d1 -moz-use-text-color;
    border-image: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
}
.main-navigation .dropdown-menu a {
    font-size: 13px;
    width: 100%;
    margin: 0 !important;
    padding: 6px 15px !important;
}

.navbar .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
}
.navbar-nav {
    margin: 0;
}

.navbar-brand {
    font-family: "Open Sans","Arial","Helvetica",sans-serif;
    font-size: 26px;
    font-weight: 700;
}

.navbar-nav.nav-tabs {
    border-radius: 0;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.navbar-nav.nav-tabs > li > a {
    margin: 0;
    padding: 16px 15px;
    border-radius: 0;
}
.navbar-inverse {
    border-color: #535a6c;
    background-color: #454B5A;
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #4c5363;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #535a6c;
}



@media (max-width: 767px) {
    .navbar-collapse {
        padding: 0;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }
}
@media (max-width: 767px) {
    .navbar-form {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.carousel-control {
    color: #444;
    text-shadow: none;
}
.carousel-control.left,
.carousel-control.right {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
    font-family: "FontAwesome";
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
}
.carousel-control span,
.carousel-control .fa {
    position: absolute;
    z-index: 5;
    top: 50%;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
}
.carousel-indicators {
    bottom: 5px;
}
.carousel-indicators li {
    background-color: #dde1e7;
}
.carousel-indicators .active {
    background-color: #2dcb73;
}
#quote-carousel {
    position: relative;
    width: 100%;
    padding: 5px 60px;
}
#quote-carousel .carousel-control:hover {
    color: #444;
}

/* --------------------------------------------------------------

if this is active the forum panel has a corner edge color

.panel {
    border-radius: 2px;
    box-shadow: none;
}
-------------------------------------------------------------- */

.panel > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.panel > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}
.panel-heading {
    border-color: #e8ecf3;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.panel-heading.gray {
    background: none repeat scroll 0 0 #fcfcfc;
}
.panel-heading.gradient {
    background: linear-gradient(to bottom, #fcfcfc 0px, #f5f5f5 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.panel-footer {
    border-top: 1px solid #e8ecf3;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    background-color: #fcfcfc;
}
.panel-group .panel {
    border-radius: 2px;
}
.panel-default {
    border-color: #dde1e7;
}
.panel-default > .panel-heading {
    color: #444;
    border-color: #dde1e7;
    /*background-color: #dde1e7;*/
    background-color: #fff;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #dde1e7;
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #dde1e7;
}
.panel-primary {
    border-color: #17c3e5;
}
.panel-primary > .panel-heading {
    color: #fff;
    border-color: #17c3e5;
    background-color: #17c3e5;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #17c3e5;
}
.panel-primary > .panel-heading a {
    color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #17c3e5;
}
.panel-success {
    border-color: #2dcb73;
}
.panel-success > .panel-heading {
    color: #fff;
    border-color: #2dcb73;
    background-color: #2dcb73;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #2dcb73;
}
.panel-success > .panel-heading a {
    color: #fff;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #2dcb73;
}
.panel-warning {
    border-color: #ffb244;
}
.panel-warning > .panel-heading {
    color: #fff;
    border-color: #ffb244;
    background-color: #ffb244;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #ffb244;
}
.panel-warning > .panel-heading a {
    color: #fff;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ffb244;
}
.panel-danger {
    border-color: #ff604f;
}
.panel-danger > .panel-heading {
    color: #fff;
    border-color: #ff604f;
    background-color: #ff604f;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #ff604f;
}
.panel-danger > .panel-heading a {
    color: #fff;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ff604f;
}
.panel-info {
    border-color: #1ec3c8;
}
.panel-info > .panel-heading {
    color: #fff;
    border-color: #1ec3c8;
    background-color: #1ec3c8;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #1ec3c8;
}
.panel-info > .panel-heading a {
    color: #fff;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #1ec3c8;
}

.avatar {
    position: relative;
    display: inline-block;
    width: auto;
}
.avatar-lg {
    width: 128px;
}
.avatar-md {
    width: 64px;
}
.avatar-sm {
    width: 32px;
}
.avatar-xs {
    width: 16px;
}
.bordered-avatar {
    border: 6px solid #efefef;
}


.nav-tabs {
    border-bottom: 0 none;
    border-radius: 2px 2px 0 0;
    background: none repeat scroll 0 0 #dde1e7;
}
.nav-tabs > li {
    margin: 0;
}
.nav-tabs > li > a {
    border: 0 none;
    border-radius: 2px 2px 0 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border: 0 none;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    border: 0 none;
    background-color: #f9f9f9;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    border-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
}


/* ===[ PAGINATION ]=== */

.text-primary,
.btn-link,
.btn-primary .badge,
.pagination > li > a,
.pagination > li > span {
    color: #c0c2c7;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    border-color: #3b8dbd;
}

/*Pagination*/
.pagination > li > a,
.pagination > li > span {
    font-weight: 600;
    margin-left: -2px;
    border: 2px solid #ddd;
}

.pagination span.page-sep, .pagination li.page-sep {
    display: none;
}

li.pagination {
    margin-top: 0;
}

.pagination span a:hover {
    text-decoration: none;
    color: #fff;
    border-color: #d2d2d2;
    background-color: #d2d2d2;
}

/* Pagination in viewforum for multipage topics */
strong.pagination {
    display: inline-block;
    float: right;
    width: auto;
    height: 0;
    margin-top: -10px;
}

.pagination span a,
li.pagination span a {
    background-color: #fff;
}

.pagination span a:hover,
li.pagination span a:hover {
    background-color: #d2d2d2;
}

/*  TOPIC-FORUM PAGINATION  */

td strong.pagination > span {
    display: inline-block;
    overflow: hidden;
    margin-top: 4px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 3px 3px 3px 3px;
}

td strong.pagination > span a,
td strong.pagination > span .page-dots {
    font-size: 11px;
    font-weight: normal;
    line-height: 18px;
    display: block;
    float: left;
    padding: 0 6px;
    border-left: 1px solid rgba(0, 0, 0, .1);
}

td strong.pagination > span a:first-child,
td strong.pagination > span .page-dots:first-child {
    border-left: 0 none;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    color: #4B68BB;
    border-color: #DDD;
    background-color: #D8EEFD;
}

.pagination {
    margin-top: 0;
}


/* ===[ PM STUFF ]=== */

/* PM Message history */
.current {
    color: #000;
}

/* PM marking colours */
.pmlist li.pm_message_reported_colour,
.pm_message_reported_colour {
    color: #bc2a4d;
}

.pmlist li.pm_marked_colour,
.pm_marked_colour {
    color: #f60;
}

.pmlist li.pm_replied_colour,
.pm_replied_colour {
    color: #a9b8c2;
}

.pmlist li.pm_friend_colour,
.pm_friend_colour {
    color: #5d8fbd;
}

.pmlist li.pm_foe_colour,
.pm_foe_colour {
    color: #000;
}

/* Avatar gallery */
#gallery label {
    position: relative;
    float: left;
    width: auto;
    margin: 10px;
    padding: 5px;
    text-align: center;
    border: 1px solid #ccc;
    background: #fff;
}

#gallery label:hover {
    background-color: #eee;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.2);
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
}

/* Avatar gallery */
#gallery label {
    border-color: #ccc;
    background-color: #fff;
}

/* PM NOTIFIER */
.notifier-box .close {
    line-height: 20px;
    position: relative;
    top: -1px;
    right: -4px;
}

.notifier-box {
    position: fixed;
    z-index: 1000;
    right: 10px;
    bottom: 0;
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -moz-animation: fadein 2s; /* Firefox */
    -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera */
    animation: fadein 2s;
}

.pmtime {
    margin-top: 10px;
}

.notifier-box a {
    font-size: 12px;
    color: #fff;
}


.alert-pm {
    width: 100%;
    min-width: 200px;
    color: #fff;
    border-color: #00b5ad;
    background-color: #00b5ad;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Firefox */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* ===[ BACK TO TOP ]=== */

.top-flat {
    position: fixed;
    right: 10px;
    bottom: 10px;
    display: block;
    width: 50px;
    height: 50px;
    transition: all .2s linear 0s;
    border-radius: 2px;
    background-color: #ee836e;
}

.top-flat:hover {
    background-color: #2d2d2d;
}

.top-flat:after {
    font-family: "FontAwesome";
    font-size: 37px;
    position: relative;
    top: -1px;
    display: block;
    content: "\f106";
    text-align: center;
    color: #fff;
}


/* ===[ 400 - 500 PAGES ]=== */
/* Error pages */
.big-title h1 {
    font-size: 250px;
    display: block;
    cursor: default;
    text-align: center;
    color: #7f7f7f;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}

.big-title h1:before {
    font-family: "Open Sans","Arial","Helvetica",sans-serif;
    font-size: 250px;
    font-weight: 700;
    font-style: normal;
    line-height: 16px;
    content: "{";
    color: #8c8c8c;
}

.big-title h1:after {
    font-family: "Open Sans","Arial","Helvetica",sans-serif;
    font-size: 250px;
    font-weight: 700;
    font-style: normal;
    line-height: 16px;
    content: "}";
    color: #169fe6;
}

.well-schema {
    background-image: url("images/schema.png");
}

.big-title h2 {
    font-size: 27px;
    margin-bottom: 20px;
    margin-left: 20px;
    text-align: center;
    color: #7f7f7f;
}

.achievement {
    margin-bottom: 50px;
    padding-top: 21px;
    text-align: center;
}

.achievement i {
    font-size: 50px;
    padding: 12px 15px;
    color: #f07073;
    border: 5px solid #fff;
    border-radius: 500px 500px 500px 500px;
    background: none repeat scroll 0 0 #f0f0f0;
    text-shadow: 1px 3px 0 rgba(0, 0, 0, .2);
}
/* Error pages */

/* MCP BAN LIST FIX */

.widget-ban.list ul li .count {
    color: #e04545;
}

.widget-ban.list ul li {
    line-height: 30px;
}


/* ===[ RESPONSIVE QUERIES ]=== */

/* Responsive menu settings */

@media (min-width: 768px) and (max-width: 979px) {
    .footable-first-column {
        width: 58%;
    }

    .large20 {
        width: 26%;
    }
}


@media (max-width: 767px) {
    .post-date,
    .post-id {
        margin-top: -30px;

        color: #ccc;
    }

    .large20 {
        width: 35%;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a i {
        color: #fff;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #656b7b;
    }

    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 20px;
    }

    .navbar-inverse .navbar-nav > li {
        border-top: 1px solid #656b7b;
    }


    .navbar-nav-fancy > li:hover:before {
        height: 0;
    }


    .nav-tabs > li {
        float: none;
    }

    .mobile-online {
        border-right: 4px solid #31d83a !important;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }
}

@media (max-width: 468px) {
    body {
        font-size: 15px;
    }

    .lines-button {
        padding: .4rem .5rem 1rem;
    }


    .avatar-over img {
        width: 60px !important;
        height: 60px !important;
    }

    .avatar-over {
        width: 68px !important;
    }

    .forum-answer .side-segment {
        overflow: hidden;
        margin-left: 64px !important;
    }

    .forum-answer h3,
    .forum-answer h3 a {
        width: 300px;
    }

    .avatar-over span {
        top: 40px !important;
        left: 44px !important;
    }

    .post-date,
    .post-id {
        margin-top: -30px;
        color: #ccc;
    }


    #content-forum {
        padding: 0;
    }

    .postbody h3 {
        font-size: 1.3em;
    }

    .timepost {
        font-size: .9em;
    }

    .postbody .content {
        font-size: 1em;
    }


    .nav-tabs > li {
        float: none;
    }

    .mobile-post {
        font-size: 16px;
        float: right;
        padding: 11px 12px;
        border-radius: 4px;
        background: none repeat scroll 0 0 #ecebec;
    }

    .framed-ucp {
        padding: 10px;
    }

    footer .interact a {
        font-size: 15px;
    }
}
/* ===[ RESPONSIVE QUERIES ENDS ]=== */


/* ===[ RADIO CHECKBOX STYLE ]=== */

.selector,
.checker,
.button,
.radio,
.uploader {
    display: inline-block;
    vertical-align: middle;
}

.controls > .radio,
.controls > .selector,
.controls > .checkbox {
    display: inline-block;
    margin: 5px 15px 10px 0 !important;
    padding: 0 !important;
}

.radio-inline,
.checkbox-inline {
    padding-left: 4px;
}

.radio label,
.checkbox label {
    padding-left: 4px;
}

.panel-login .icheckbox_flat-aero {
    margin-right: 2px !important;
}

#options-panel-below .icheckbox_flat-aero {
    float: left;
}

#options-panel-below .check-control {
    margin-left: 25px;
}

.icheckbox_flat-aero {
    margin-left: 2px !important;
}

.iradio_flat-aero {
    margin-left: 4px !important;
}

.checked + label {
    font-weight: bold;
}

.check-control {
    font-weight: normal;
    display: block;
}
input[type=checkbox], input[type=radio] {
    transform:scale(1.3);
    cursor:pointer;
}
/* ===[ ICHECK PLUGIN FLAT SKIN AERO ]=== */
/*
.icheckbox_flat-aero,
.iradio_flat-aero {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
        background: url("images/aero.png") no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_flat-aero {
    background-position: 0 0;
}
    .icheckbox_flat-aero.checked {
        background-position: -22px 0;
    }
    .icheckbox_flat-aero.disabled {
        background-position: -44px 0;
        cursor: default;
    }
    .icheckbox_flat-aero.checked.disabled {
        background-position: -66px 0;
    }

.iradio_flat-aero {
    background-position: -88px 0;
}
    .iradio_flat-aero.checked {
        background-position: -110px 0;
    }
    .iradio_flat-aero.disabled {
        background-position: -132px 0;
        cursor: default;
    }
    .iradio_flat-aero.checked.disabled {
        background-position: -154px 0;
    }
*/
/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_flat-aero,
    .iradio_flat-aero {
        background-image: url("images/aero@2x.png");
        -webkit-background-size: 176px 22px;
        background-size: 176px 22px;
    }
}

/* ===[ MAIN SEARCH STYLE ]=== */
.search-input-fullscreen {
    position: fixed;
    z-index: -10;
    top: 0;
    left: 0;
    display: table;
    width: 100%;
    height: 80px;
    -webkit-transition: opacity .25s linear;
    -moz-transition: opacity .25s linear;
    transition: opacity .25s linear;
    opacity: 0;
    background-color: #fff;
    background-color: #e1e5eb;
}

.search-input-fullscreen.open {
    z-index: 99999 !important;
    opacity: 1;
}

.search-input-fullscreen form {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.search-input-fullscreen form:after {
    font-family: "FontAwesome";
    font-size: 60px;
    position: absolute;
    left: 25px;
    margin-top: -65px;
    content: "\f002";
    opacity: .3;
    color: #797979;
}

.search-input-fullscreen input {
    font-size: 30px;
    width: 100%;
    text-indent: 100px;
    color: #fff;
    border: 0;
    outline: none;
    background-color: transparent;
}

.search-input-fullscreen input::-webkit-input-placeholder {
    color: #ccc;
}

.search-input-fullscreen input::-moz-placeholder {
    color: #ccc;
}

.search-input-fullscreen input:-moz-placeholder {
    color: #ccc;
}

.search-input-fullscreen input:-ms-input-placeholder {
    color: #ccc;
}

.search-input-fullscreen .close {
    font-family: sans-serif;
    font-size: 80px;
    font-weight: 300;
    position: fixed;
    top: 30px;
    right: 30px;
    opacity: .35;
    color: #797979;
}

.search-input-fullscreen .close:hover {
    opacity: .5;
}

@media (max-width: 767px) {
    .search-input-fullscreen form:after {
        display: none;
    }

    .search-input-fullscreen input {
        font-size: 50px;
        padding: 0 20px;
    }
}

.open > .dropdown-menu,
.dropdown-submenu:hover > .dropdown-menu {
    /*animation-name*/
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -ms-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    /*animation-duration*/
    -webkit-animation-duration: .4s;
    -moz-animation-duration: .4s;
    -ms-animation-duration: .4s;
    -o-animation-duration: .4s;
    animation-duration: .4s;
    animation-fill-mode: both;
}
.fadeInDown {
    /*animation-name*/
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -ms-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDown {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes fadeInDown {
    0% {
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}


.message-item {
    display: block;
    margin: 0;
    padding: 0;
    border-top: 0 none;
    border-right: 0 none;
    border-bottom: 1px solid #ecebeb;
    border-left: 0 none;
    border-image: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
}


.avatar-over img {
    width: 75px;
    height: 75px;
    border: 4px solid #dedede;
    border-radius: 50%;
}

.profile-plus {
    line-height: 22px;
    display: inline-block;
    overflow: hidden;
    width: 0;
    height: 24px;
    -webkit-transition: width .6s ease;
    -moz-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    vertical-align: middle;
    white-space: nowrap;
}

.profile-plus.in {
    width: 200px;
}

.share-box a {
    margin-right: 3px;
}

.profile-plus a {
    margin-right: 3px;
}

.btn-bordered {
    border: 2px solid #ccc;
}

.avatar-over {
    position: relative;
    display: inline-block;
    width: 85px;
    margin-left: 0px;
}

.forum-answer .side-segment {
    margin-left: 80px;
}

.avatar-over span {
    /*position: absolute;*/
    top: 58px;
    left: 52px;
    width: 16px;
    height: 16px;
    color: #f68484;
    border: 3px solid #fff;
    border-radius: 50%;
}

.text-online {
    color: #71d398;
}

.status i {
    display: block;
    margin-top: -1px;
}


article h3 {
    font-size: 18px;
}

.section-posting h3,
.section-mcp h3,
.section-ucp h3 {
    font-size: 20px;
    border-bottom: 4px solid #ccc;
}

/*fix moderation btns group*/
.section-mcp .tab-pane .btn-sm,
.section-mcp .tab-pane .btn-group-sm > .btn {
    padding: 3px 7px 2px;
}

#topicreview h3 {
    font-size: 18px;
    border-bottom: 4px solid #ccc;
}

.profile-avatar, .profile-rank {
    margin-bottom: 5px;
}

.profile-avatar img {
    border: 4px solid #dedede;
    border-radius: 50%;
}

.mini-profile-contact li {
    display: inline-block;
    padding-left: 5px;
}

.mini-profile-contact li a {
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
}

.mini-profile-contact li a i {
    font-size: 20px;
    line-height: 35px;
    color: #fff;
}

.mini-profile-contact li a.default-contact {
    background-color: #ccc;
}

.mini-profile-contact li a.facebook {
    background-color: #335397;
}
.mini-profile-contact li a.twitter {
    background-color: #00c7f7;
}
.mini-profile-contact li a.pinterest {
    background-color: #cc2127;
}
.mini-profile-contact li a.google-plus {
    background-color: #dd4a38;
}
.mini-profile-contact li a.linkedin {
    background-color: #0073b2;
}
.mini-profile-contact li a.dribbble {
    background-color: #e04c86;
}

.panel-profile {
    border: medium none;
}

.profile-avatar span {
    position: absolute;
    top: 48px;
    left: 45px;
    width: 16px;
    height: 16px;
    color: #f68484;
    border: 3px solid #fff;
    border-radius: 50%;
}

.panel-profile .panel-heading {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.no-padding {
    padding: 0;
}

.partition-green {
    position: relative;
    color: white;
    border-radius: 0 0 0 3px;
    background-color: #1fbba6;
}

.partition-blue {
    position: relative;
    color: white;
    border-radius: 0 0 4px 0;
    background-color: #5f8295;
}

.padding-10 {
    padding: 10px;
}

.padding-5 {
    padding: 5px;
}

.btn-white {
    color: white !important;
}

.btn-white:hover {
    color: #ccc;
}

.bg-profile {
    background-color: #fcfcfc;
}

.tile .tab-content > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.tile .tab-content > ul > li {
    padding: 8px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.tile .tab-content > ul > li .date,
.tile .tab-content > ul > li .subject {
    opacity: .7;
}

.tile .tab-content > ul > li .date {
    font-size: 11px;
    font-weight: 900;
}

.tile .tab-content > ul > li .icon {
    opacity: .3;
}

.tile-widget {
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    border-left: 2px solid #ccc;
    border-radius: 4px 4px 0 0;
}

.tile-body {
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    border-left: 2px solid #ccc;
}

.tile .tab-content > ul > li:last-child {
    border-bottom: 0 none;
}

.tile .tab-content > ul > li:hover {
    background-color: rgba(0, 0, 0, .01);
}

.has-nav-tabs .nav-tabs {
    padding: 5px 5px 0;
}

.no-border {
    border: medium none;
}


/* ===[ SMART FLAT COLORS DEFINITIONS BADGE BACKGROUNDS LABEL TEXT ]=== */
.turquoise {
    background-color: #1abc9c;
}
.green-sea {
    background-color: #16a085;
}
.sun-flower {
    background-color: #f1c40f;
}
.orange {
    background-color: #f39c12;
}
.emerald {
    background-color: #2ecc71;
}
.nephritis {
    background-color: #27ae60;
}
.carrot {
    background-color: #e67e22;
}
.pumpkin {
    background-color: #d35400;
}
.peter-river {
    background-color: #3498db;
}
.belize-hole {
    background-color: #2980b9;
}
.alizarin {
    background-color: #e74c3c;
}
.pomegranate {
    background-color: #c0392b;
}
.amethyst {
    background-color: #9b59b6;
}
.wisteria {
    background-color: #8e44ad;
}
.clouds {
    background-color: #ecf0f1;
}
.silver {
    background-color: #bdc3c7;
}
.wet-asphalt {
    background-color: #34495e;
}
.burned-asphalt {
    background-color: #22354a;
}
.wet-asphalt a:not(.btn) {
    color: #bdc3c7;
}
.wet-asphalt a:hover:not(.btn) {
    color: #d9534f;
}
.midnight-blue {
    background-color: #2c3e50;
}
.midnight-gray {
    background-color: #535a6c;
}
.concrete {
    background-color: #95a5a6;
}
.asbestos {
    background-color: #7f8c8d;
}



.text-red {
    color: #ff4a43;
}
.text-green {
    color: #a2d200;
}
.text-cyan {
    color: #22beef;
}
.text-orange {
    color: #ffc100;
}
.text-acqua {
    color: #7bd0d1;
}
.text-seppia {
    color: #c5cc73;
}
.text-melograno {
    color: #e47578;
}
.text-amethyst {
    color: #cd97eb;
}
.text-greensea {
    color: #16a085;
}
.text-drank {
    color: #a40778;
}
.text-dutch {
    color: #1693a5;
}
.text-hotpink {
    color: #f06;
}
.text-blue {
    color: #418bca;
}
.text-slategray {
    color: #3f4e62;
}
.text-redbrown {
    color: #d9544f;
}
.text-transparent-black {
    color: rgba(0, 0, 0, .4);
}
.text-flatboots-red {
    color: #ee836e;
}


.label-red {
    background-color: #ff635c;
}
.label-cyan {
    background-color: #3ac5f1;
}
.label-green {
    background-color: #a2d200;
}
.label-orange {
    background-color: #ffc71a;
}
.label-amethyst {
    background-color: #d7acef;
}
.label-greensea {
    background-color: #19b698;
}
.label-dutch {
    background-color: #19a7bc;
}
.label-hotpink {
    background-color: #ff1a75;
}
.label-drank {
    background-color: #bc088a;
}
.label-blue {
    background-color: #5597d0;
}
.label-slategray {
    background-color: #495a72;
}
.label-redbrown {
    background-color: #de6864;
}
.label-transparent-black {
    background-color: rgba(0, 0, 0, .15);
}
.label-inverse {
    background-color: #000000;
}

.label-call {
    font-size: 1.1rem;
    padding: .4em .8em;
    vertical-align: middle;
    color: #fff !important;
    border-color: #5c6166;
    border-radius: .325em;
    background-color: #5c6166;
}


.badge-primary {
    background-color: #428bca;
}
.badge-success {
    background-color: #5cb85c;
}
.badge-info {
    background-color: #5bc0de;
}
.badge-warning {
    background-color: #f0ad4e;
}
.badge-danger {
    background-color: #d9534f;
}
.badge-red {
    background-color: #ff635c;
}
.badge-cyan {
    background-color: #3ac5f1;
}
.badge-green {
    background-color: #a2d200;
}
.badge-orange {
    background-color: #ffc71a;
}
.badge-amethyst {
    background-color: #d7acef;
}
.badge-greensea {
    background-color: #19b698;
}
.badge-dutch {
    background-color: #19a7bc;
}
.badge-hotpink {
    background-color: #ff1a75;
}
.badge-drank {
    background-color: #bc088a;
}
.badge-blue {
    background-color: #5597d0;
}
.badge-slategray {
    background-color: #495a72;
}
.badge-redbrown {
    background-color: #de6864;
}
.badge-transparent-black {
    background-color: rgba(0, 0, 0, .15);
}
.badge-inverse {
    background-color: #000000;
}
.post_sign {
    font-size: 85%;
    line-height: 145%;
    color: #848484;
}
.panel-inner thead {
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
}
.control-group .radio input[type="radio"]
{
    margin-left: -10px;
}

/* POSTROSS PAGES */

body
{
    font-family: 'Open Sans','Arial','Helvetica',sans-serif;
}

footer
{
    color: #d5dce5;
}

.forumpage li > a, .forumpage .pagination > li > a
{
    font-weight: 500;
    border: 2px solid #ddd;
    color: #7a7a7a;
}

.forumpage .panel-inner table
{
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 1px #4B578A;
    box-shadow: 0 2px 1px #4B578A;
}

.forumpage .side-segment a
{
    font-size: 13px;
}

.forumpage .panel
{
    -webkit-box-shadow: 0 2px 1px #4B578A;
    box-shadow: 0 2px 1px #4B578A;
}

.postcrosspage .table>thead>tr>th {
    font-size: 11px;
    padding: 8px 8px;
    background: #898e9e;
}

.postcrosspage .table>thead>tr>td, .postcrosspage .table>tbody>tr>td, .postcrosspage .table>tfoot>tr>td {
    padding: 8px 8px;
    vertical-align: inherit;
    border-top: 1px solid #e4e9eb;
}

.postcrosspage .table>tbody>tr.success>td {
    background-color: #eff6ed;
}

.breadcrumb-line
{
    margin: 0px;
}

.postcrosspage
{
    background-color: rgba(241, 241, 255, 0.9) !important;
}

.psmain h1, .psmain h2, .psmain h3, .psmain h4, .psmain h5, .psmain h6
{
    color: #555555;
}

.psmain, .psmain a
{
    color: #585d60;
}

.psmain h1
{
    font-size: 18px;
}

.psmain .panel h6 {
    border: 0px;
}

.psmain .well
{
    color: #717679;
    border: 1px solid #9fbddf;
    border-radius: 4px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    padding: 15px;
    margin-bottom: 15px;
}

.psmain .psmenu li a
{
    border: 1px solid #1b809e;
    color: #1b809e;
    font-weight: 700;
}

.psmain .psmenu li a.blockerror
{
    border: 1px solid #a94442;
    color: #a94442;
}

.psmain .psmenu li a.blockinfo
{
    border: 1px solid #8a6d3b;
    color: #8a6d3b;
}

.psmain .panel-heading
{
    background-color: #fff;
    cursor: pointer;
}

.psmain .panel-title
{
    font-size: 13px;
}

.psmain .panel-info .panel-title, .psmain .panel-info .panel-title a
{
    color: #337ab7;
}

.psmain .panel-success .panel-title, .psmain .panel-success .panel-title a
{
    color: #3c763d;
}

.psmain .panel-danger .panel-title, .psmain .panel-danger .panel-title a
{
    color: #d44950;;
}

.pstext
{
    color: #585d60 !important;
}

.psabout, .psabout a, .listdebts td a
{
    color: #5bc0de;
    text-align: center;
}

.ucard a
{
    color: #5bc0de;
}

.psabout h5
{
    font-weight: 500;
}

.postcrosspage ul.hnav li:last-child
{
    border-right: 0;
}

.postcrosspage ul.hnav li
{
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #d4dbe0;
}

.postcrosspage ul.hnav li a, .postcrosspage ul.hnav li a:hover
{
    padding: 0px;
    background-color: #fff;
}

.postcrosspage thead td
{

}

.psonegroup 
{
    cursor: pointer;
}

.psgroups img
{
    max-height: 85px;
    max-width: 85px;
}

.pslenta img
{
    margin: 0 auto;
    max-height: 150px;
    max-width: 150px;
}

.pcards img
{
    max-height: 150px;
    max-width: 150px;
}

img.pcview 
{
    max-height: 450px;
    max-width: 450px;
}

.pssocial a {
    color: #337ab7;
}

.psthemes li a
{
    color: #5bc0de;
}

.groupslist .onerow
{
    margin: 0;
    padding: 0;
}

.groupslist .onerow .panel {
    margin-bottom: 0;
}

.groupslist .onerow .panel-body {
    padding: 5px 0px;
    min-height: 85px;
}

.post-signature {
    font-size: 12px;
    color: #8d9aa5;
}

.pcmenu a.btn-pcm {
    color: #1b809e;
    border: 1px solid;
    border-color: #1b809e;
    background-color: #fff;
}

.pcmenu a.btn-pcm:hover {
    color: #fff;
    border: 1px solid;
    border-color: #1b809e;
    background-color: #1b809e;
}

.psuserlimited
{
    margin: 5px;
    color: #c31400;
    font-size: 13px;
}

.emoji
{
    max-height: 25px;
    max-width: 25px;
}

.label-as-badge {
    border-radius: 1em;
}

a.blue_to, a.blue_to:hover {
    text-decoration: none;
    color: #3460A0 !important;
}

.font-size-sm {
    font-size: 12px;
}

.div-mini {
    height: 60px;
    width: 60px;
    max-height: 60px;
    max-width: 60px;
}

.div-mini2 {
    height: 100px;
    width: 100px;
    max-height: 100px;
    max-width: 100px;
}

.img-auto {
    max-width: 100%;
    height: auto;
    max-height:100%
}

.media {
    margin-top: 5px;
}

.block-one-group {
    color: #717679;
    border: 1px solid #9fbddf;
    border-radius: 4px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    min-height: 20px;
    padding: 10px;
    margin-bottom: 5px;
    background-color: #fff;
}

.danger-background {
    background-color: #d9f8dd;
}

.tooltip-inner {background-color: #337ab7;}
.tooltip-inner a {color: #f5f5f5;}