/* CSSTidy 1.5.2: Sat, 04 Jan 2020 11:03:26 +0000 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

a {
    background: transparent
}

a:focus {
    outline: none
}

a:active, a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button, input {
    line-height: normal
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    max-width: 100%;
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="javascript:"]:after, a[href^="#"]:after {
        content: ""
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr, img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: 2cm .5cm
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    select {
        background: #fff !important
    }

    .navbar {
        display: none
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important
    }
}

*, :before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #1e1e1e;
    background-color: #fff
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #912d31;
    text-decoration: none;
    transition: all .3s ease-out
}

a:hover, a:focus {
    color: #1e1e1e
}

a:focus {
    outline: none
}

img {
    vertical-align: middle
}

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

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Oswald';
    font-weight: 500;
    line-height: 1.1;
    color: #3c3c3c
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #999
}

h1, h2, h3 {
    margin-top: 0;
    margin-bottom: 10px
}

h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
    font-size: 65%
}

h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small, h5 small, h6 small, h4 .small, h5 .small, h6 .small {
    font-size: 75%
}

h1, .h1 {
    font-size: 26px
}

h2, .h2 {
    font-size: 20px
}

h3, .h3 {
    font-size: 16px
}

h4, .h4 {
    font-size: 14px
}

h5, .h5 {
    font-size: 14px
}

h6, .h6 {
    font-size: 12px
}

p {
    margin: 0 0 8px
}

.lead {
    font-size: 15px;
    line-height: 1.6;
    font-family: 'PT Serif'
}

small, .small {
    font-size: 85%
}

cite {
    font-style: normal
}

.text-muted {
    color: #999
}

.text-primary {
    color: #428bca
}

.text-primary:hover {
    color: #3071a9
}

.text-warning {
    color: #8a6d3b
}

.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

.text-danger:hover {
    color: #843534
}

.text-success {
    color: #3c763d
}

.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

.text-info:hover {
    color: #245269
}

.text-left {
    text-align: left
}

.text-right, .stats .stats-table .owl-item {
    text-align: right
}

.text-center {
    text-align: center
}

.page-header {
    padding-bottom: 1px;
    margin: 0 0 9px;
    background: url(/images/line.gif) repeat-x bottom
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 20px
}

ul ul, ol ul, ul ol, ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

.list-inline > li:first-child {
    padding-left: 0
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt, dd {
    line-height: 1.428571429
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }

    .dl-horizontal dd:before, .dl-horizontal dd:after {
        content: " ";
        display: table
    }

    .dl-horizontal dd:after {
        clear: both
    }

    .dl-horizontal dd:before, .dl-horizontal dd:after {
        content: " ";
        display: table
    }

    .dl-horizontal dd:after {
        clear: both
    }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding-left: 15px;
    margin: 0 0 18px
}

blockquote p {
    font-size: 17.5px;
    font-weight: 300;
    line-height: 1.25
}

blockquote p:last-child {
    margin-bottom: 0
}

blockquote small, blockquote .small {
    display: block;
    line-height: 1.428571429;
    color: #999
}

blockquote small:before, blockquote .small:before {
    content: '\2014 \00A0'
}

blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0
}

blockquote.pull-right p, blockquote.pull-right small, blockquote.pull-right .small {
    text-align: right
}

blockquote.pull-right small:before, blockquote.pull-right .small:before {
    content: ''
}

blockquote.pull-right small:after, blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

blockquote:before, blockquote:after {
    content: ""
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    border-radius: 4px
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px
}

.container:before, .container:after {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

.container:before, .container:after {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media (min-width: 768px) {
    .container {
        width: 760px
    }
}

@media (min-width: 992px) {
    .container {
        width: 980px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1180px
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1360px
    }
}

.row {
    margin-left: -20px;
    margin-right: -20px
}

.row:before, .row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.row:before, .row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .settings .sml_div .sml_box, .col-xs-2, .col-sm-2, .settings .sml_div .sml_box, .post-list .item .avatar, .post-list .item .post-links .left, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .stats .stats-table > .col:first-child, .col-md-3, .ads-right, .col-lg-3, .col-xs-4, .settings .sml_div .sml_box, .col-sm-4, .ads-bottom .item, .footer .copy, .col-md-4, .new-user, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .stats .stats-table > .col:first-child, .stats .stats-table .owl-carousel, .post-list .item .post-links .left, .post-list .item .post-links .right, .col-sm-6, .intro, .new-user, .news, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .footer .aside, .col-md-8, .intro, .col-lg-8, .stats .stats-table .owl-carousel, .col-xs-9, .col-sm-9, .stats .stats-table .owl-carousel, .col-md-9, .content .main, .col-lg-9, .stats .stats-table, .col-xs-10, .col-sm-10, .post-list .item .post-content, .post-list .item .post-links .right, .col-md-10, .stats .stats-table, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .settings .sml_div .sml_box, .col-xs-5, .col-xs-6, .stats .stats-table > .col:first-child, .stats .stats-table .owl-carousel, .post-list .item .post-links .left, .post-list .item .post-links .right, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.666666666667%
}

.col-xs-10 {
    width: 83.333333333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.666666666667%
}

.col-xs-7 {
    width: 58.333333333333%
}

.col-xs-6, .stats .stats-table > .col:first-child, .stats .stats-table .owl-carousel, .post-list .item .post-links .left, .post-list .item .post-links .right {
    width: 50%
}

.col-xs-5 {
    width: 41.666666666667%
}

.col-xs-4, .settings .sml_div .sml_box {
    width: 33.333333333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.666666666667%
}

.col-xs-1 {
    width: 8.3333333333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.666666666667%
}

.col-xs-pull-10 {
    right: 83.333333333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.666666666667%
}

.col-xs-pull-7 {
    right: 58.333333333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.666666666667%
}

.col-xs-pull-4 {
    right: 33.333333333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.666666666667%
}

.col-xs-pull-1 {
    right: 8.3333333333333%
}

.col-xs-pull-0 {
    right: 0
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.666666666667%
}

.col-xs-push-10 {
    left: 83.333333333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.666666666667%
}

.col-xs-push-7 {
    left: 58.333333333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.666666666667%
}

.col-xs-push-4 {
    left: 33.333333333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.666666666667%
}

.col-xs-push-1 {
    left: 8.3333333333333%
}

.col-xs-push-0 {
    left: 0
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.666666666667%
}

.col-xs-offset-10 {
    margin-left: 83.333333333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.666666666667%
}

.col-xs-offset-7 {
    margin-left: 58.333333333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.666666666667%
}

.col-xs-offset-4 {
    margin-left: 33.333333333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.666666666667%
}

.col-xs-offset-1 {
    margin-left: 8.3333333333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .settings .sml_div .sml_box, .post-list .item .avatar, .post-list .item .post-links .left, .col-sm-3, .stats .stats-table > .col:first-child, .col-sm-4, .ads-bottom .item, .footer .copy, .col-sm-5, .col-sm-6, .intro, .new-user, .news, .col-sm-7, .col-sm-8, .footer .aside, .col-sm-9, .stats .stats-table .owl-carousel, .col-sm-10, .post-list .item .post-content, .post-list .item .post-links .right, .col-sm-11, .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.666666666667%
    }

    .col-sm-10, .post-list .item .post-content, .post-list .item .post-links .right {
        width: 83.333333333333%
    }

    .col-sm-9, .stats .stats-table .owl-carousel {
        width: 75%
    }

    .col-sm-8, .footer .aside {
        width: 66.666666666667%
    }

    .col-sm-7 {
        width: 58.333333333333%
    }

    .col-sm-6, .intro, .new-user, .news {
        width: 50%
    }

    .col-sm-5 {
        width: 41.666666666667%
    }

    .col-sm-4, .ads-bottom .item, .footer .copy {
        width: 33.333333333333%
    }

    .col-sm-3, .stats .stats-table > .col:first-child {
        width: 25%
    }

    .col-sm-2, .settings .sml_div .sml_box, .post-list .item .avatar, .post-list .item .post-links .left {
        width: 16.666666666667%
    }

    .col-sm-1 {
        width: 8.3333333333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.666666666667%
    }

    .col-sm-pull-10 {
        right: 83.333333333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.666666666667%
    }

    .col-sm-pull-7 {
        right: 58.333333333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.666666666667%
    }

    .col-sm-pull-4 {
        right: 33.333333333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.666666666667%
    }

    .col-sm-pull-1 {
        right: 8.3333333333333%
    }

    .col-sm-pull-0 {
        right: 0
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.666666666667%
    }

    .col-sm-push-10 {
        left: 83.333333333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.666666666667%
    }

    .col-sm-push-7 {
        left: 58.333333333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.666666666667%
    }

    .col-sm-push-4 {
        left: 33.333333333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.666666666667%
    }

    .col-sm-push-1 {
        left: 8.3333333333333%
    }

    .col-sm-push-0 {
        left: 0
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.666666666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.333333333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.666666666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.333333333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.666666666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.333333333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.666666666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.3333333333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .ads-right, .col-md-4, .new-user, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .intro, .col-md-9, .content .main, .col-md-10, .stats .stats-table, .col-md-11, .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.666666666667%
    }

    .col-md-10, .stats .stats-table {
        width: 83.333333333333%
    }

    .col-md-9, .content .main {
        width: 75%
    }

    .col-md-8, .intro {
        width: 66.666666666667%
    }

    .col-md-7 {
        width: 58.333333333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.666666666667%
    }

    .col-md-4, .new-user {
        width: 33.333333333333%
    }

    .col-md-3, .ads-right {
        width: 25%
    }

    .col-md-2 {
        width: 16.666666666667%
    }

    .col-md-1 {
        width: 8.3333333333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.666666666667%
    }

    .col-md-pull-10 {
        right: 83.333333333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.666666666667%
    }

    .col-md-pull-7 {
        right: 58.333333333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.666666666667%
    }

    .col-md-pull-4 {
        right: 33.333333333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.666666666667%
    }

    .col-md-pull-1 {
        right: 8.3333333333333%
    }

    .col-md-pull-0 {
        right: 0
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.666666666667%
    }

    .col-md-push-10 {
        left: 83.333333333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.666666666667%
    }

    .col-md-push-7 {
        left: 58.333333333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.666666666667%
    }

    .col-md-push-4 {
        left: 33.333333333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.666666666667%
    }

    .col-md-push-1 {
        left: 8.3333333333333%
    }

    .col-md-push-0 {
        left: 0
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.666666666667%
    }

    .col-md-offset-10 {
        margin-left: 83.333333333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.666666666667%
    }

    .col-md-offset-7 {
        margin-left: 58.333333333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.666666666667%
    }

    .col-md-offset-4 {
        margin-left: 33.333333333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.666666666667%
    }

    .col-md-offset-1 {
        margin-left: 8.3333333333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .settings .sml_div .sml_box, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .stats .stats-table .owl-carousel, .col-lg-9, .stats .stats-table, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.666666666667%
    }

    .col-lg-10 {
        width: 83.333333333333%
    }

    .col-lg-9, .stats .stats-table {
        width: 75%
    }

    .col-lg-8, .stats .stats-table .owl-carousel {
        width: 66.666666666667%
    }

    .col-lg-7 {
        width: 58.333333333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.666666666667%
    }

    .col-lg-4 {
        width: 33.333333333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.666666666667%
    }

    .col-lg-1, .settings .sml_div .sml_box {
        width: 8.3333333333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.666666666667%
    }

    .col-lg-pull-10 {
        right: 83.333333333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.666666666667%
    }

    .col-lg-pull-7 {
        right: 58.333333333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.666666666667%
    }

    .col-lg-pull-4 {
        right: 33.333333333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.666666666667%
    }

    .col-lg-pull-1 {
        right: 8.3333333333333%
    }

    .col-lg-pull-0 {
        right: 0
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.666666666667%
    }

    .col-lg-push-10 {
        left: 83.333333333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.666666666667%
    }

    .col-lg-push-7 {
        left: 58.333333333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.666666666667%
    }

    .col-lg-push-4 {
        left: 33.333333333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.666666666667%
    }

    .col-lg-push-1 {
        left: 8.3333333333333%
    }

    .col-lg-push-0 {
        left: 0
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.666666666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.333333333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.666666666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.333333333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.666666666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.333333333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.666666666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.3333333333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    max-width: 100%;
    background-color: transparent
}

th {
    text-align: left
}

.table {
    width: 100%;
    margin-bottom: 20px
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ececec
}

.table > thead > tr > th {
    vertical-align: bottom;
    background: #f9f9f9
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 0
}

.table > tbody + tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 2px
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column
}

table td[class*="col-"], table th[class*="col-"] {
    float: none;
    display: table-cell
}

.table > thead > tr > .active, .table > tbody > tr > .active, .table > tfoot > tr > .active, .table > thead > .active > td, .table > tbody > .active > td, .table > tfoot > .active > td, .table > thead > .active > th, .table > tbody > .active > th, .table > tfoot > .active > th {
    background-color: #f5f5f5
}

.table-hover > tbody > tr > .active:hover, .table-hover > tbody > .active:hover > td, .table-hover > tbody > .active:hover > th {
    background-color: #e8e8e8
}

.table > thead > tr > .success, .table > tbody > tr > .success, .table > tfoot > tr > .success, .table > thead > .success > td, .table > tbody > .success > td, .table > tfoot > .success > td, .table > thead > .success > th, .table > tbody > .success > th, .table > tfoot > .success > th {
    background-color: #dff0d8
}

.table-hover > tbody > tr > .success:hover, .table-hover > tbody > .success:hover > td, .table-hover > tbody > .success:hover > th {
    background-color: #d0e9c6
}

.table > thead > tr > .danger, .table > tbody > tr > .danger, .table > tfoot > tr > .danger, .table > thead > .danger > td, .table > tbody > .danger > td, .table > tfoot > .danger > td, .table > thead > .danger > th, .table > tbody > .danger > th, .table > tfoot > .danger > th {
    background-color: #f2dede
}

.table-hover > tbody > tr > .danger:hover, .table-hover > tbody > .danger:hover > td, .table-hover > tbody > .danger:hover > th {
    background-color: #ebcccc
}

.table > thead > tr > .warning, .table > tbody > tr > .warning, .table > tfoot > tr > .warning, .table > thead > .warning > td, .table > tbody > .warning > td, .table > tfoot > .warning > td, .table > thead > .warning > th, .table > tbody > .warning > th, .table > tfoot > .warning > th {
    background-color: #fcf8e3
}

.table-hover > tbody > tr > .warning:hover, .table-hover > tbody > .warning:hover > td, .table-hover > tbody > .warning:hover > th {
    background-color: #faf2cc
}

@media (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive > .table {
        margin-bottom: 0
    }

    .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap
    }

    .table-responsive > .table-bordered {
        border: 0
    }

    .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0
    }

    .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    margin-bottom: 5px
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="file"] {
    display: block
}

select[multiple], select[size] {
    height: auto
}

select optgroup {
    font-size: inherit;
    font-style: inherit;
    font-family: inherit
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    height: auto
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle
}

.form-control, .calendar_box select {
    display: block;
    width: 100%;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background: #fff;
    box-shadow: none;
    border: 1px solid #e7e7e7;
    margin-bottom: 9px;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus, .calendar_box select:focus {
    border-color: #f1dfd9;
    outline: 0
}

.form-control:-moz-placeholder, .calendar_box select:-moz-placeholder {
    color: #999
}

.form-control::-moz-placeholder, .calendar_box select::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder, .calendar_box select:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder, .calendar_box select::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled], .calendar_box select[disabled], .form-control[readonly], .calendar_box select[readonly], fieldset[disabled] .form-control, fieldset[disabled] .calendar_box select, .calendar_box fieldset[disabled] select {
    cursor: not-allowed;
    background-color: #eee
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 10px
}

.radio, .checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    vertical-align: middle
}

.radio label, .checkbox label {
    display: inline;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px
}

.radio + .radio, .checkbox + .checkbox {
    margin-top: -5px
}

.radio-inline, .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    transition: all .3s
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type="radio"][disabled], input[type="checkbox"][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

textarea.input-sm {
    height: auto
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

textarea.input-lg {
    height: auto
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
    color: #8a6d3b
}

.has-warning .form-control, .has-warning .calendar_box select, .calendar_box .has-warning select {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus, .has-warning .calendar_box select:focus, .calendar_box .has-warning select:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #a94442
}

.has-error .form-control, .has-error .calendar_box select, .calendar_box .has-error select {
    border-color: #a94442
}

.has-error .form-control:focus, .has-error .calendar_box select:focus, .calendar_box .has-error select:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
    color: #3c763d
}

.has-success .form-control, .has-success .calendar_box select, .calendar_box .has-success select {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus, .has-success .calendar_box select:focus, .calendar_box .has-success select:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.form-control-static {
    margin-bottom: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #5e5e5e
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control, .form-inline .calendar_box select, .calendar_box .form-inline select {
        display: inline-block;
        vertical-align: baseline
    }

    .form-inline select.form-control, .form-inline .calendar_box select, .calendar_box .form-inline select {
        width: auto
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0
    }

    .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0
    }
}

.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -20px;
    margin-right: -20px
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

.form-horizontal .form-control-static {
    padding-top: 7px
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.btn:hover, .btn:focus {
    color: #333;
    text-decoration: none
}

.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-default {
    color: #1e1e1e;
    background-color: #f9f9f9;
    border-color: transparent
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #333;
    background-color: #ebebeb
}

.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-image: none
}

.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: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #fff
}

.btn-primary {
    color: #fff;
    background-color: #912c30
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #80282c
}

.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    color: #a0a0a0;
    background: #f9f9f9;
    opacity: 1
}

.btn-primary .badge {
    color: #428bca;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512
}

.btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
    background-image: none
}

.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;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #912d31;
    border-color: #7e272a
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #722326;
    border-color: #4f181b
}

.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
    background-image: none
}

.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: #912d31;
    border-color: #7e272a
}

.btn-danger .badge {
    color: #912d31;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #47a447;
    border-color: #398439
}

.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    background-image: none
}

.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: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc
}

.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    background-image: none
}

.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;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-link {
    color: #428bca;
    font-weight: 400;
    cursor: pointer;
    border-radius: 0
}

.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent
}

.btn-link:hover, .btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
    color: #999;
    text-decoration: none
}

.btn-lg {
    padding: 14px 19px;
    font-size: 16px;
    line-height: 1.33;
    border-radius: 3px
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.btn-block + .btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 310px;
    padding: 23px 28px 20px;
    list-style: none;
    background-color: #373737;
    border-top: 2px solid #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    color: #fff
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 10px 0 13px;
    overflow: hidden;
    background: url(/images/line.gif) bottom repeat-x
}

.dropdown-menu a {
    display: inline-block;
    padding: 0 18px 5px 0;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429
}

.dropdown-menu a:hover, .dropdown-menu a:focus {
    opacity: 1;
    text-decoration: none;
    background-color: transparent
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    opacity: 1;
    text-decoration: none;
    outline: 0;
    background-color: transparent
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    color: #999
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-header {
    display: block;
    font-size: 1.05em;
    padding: 3px 0 5px
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: ""
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group > .btn, .btn-group-vertical > .btn {
    position: relative;
    float: left
}

.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
    z-index: 2
}

.btn-group > .btn:focus, .btn-group-vertical > .btn:focus {
    outline: none
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-left: -1px
}

.btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar .btn-group {
    float: left
}

.btn-toolbar > .btn + .btn, .btn-toolbar > .btn-group + .btn, .btn-toolbar > .btn + .btn-group, .btn-toolbar > .btn-group + .btn-group {
    margin-left: 5px
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group > .btn-group {
    float: left
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group > .btn-group:last-child > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
    content: " ";
    display: table
}

.btn-group-vertical > .btn-group:after {
    clear: both
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
    content: " ";
    display: table
}

.btn-group-vertical > .btn-group:after {
    clear: both
}

.btn-group-vertical > .btn-group > .btn {
    float: none
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group-vertical > .btn-group:first-child > .btn:last-child, .btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:last-child > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified > .btn-group .btn {
    width: 100%
}

[data-toggle="buttons"] > .btn > input[type="radio"], [data-toggle="buttons"] > .btn > input[type="checkbox"] {
    display: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.form-inline .input-group {
    display: inline-block
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control, .input-group .calendar_box select, .calendar_box .input-group select {
    width: 100%;
    margin-bottom: 0
}

.input-group-lg > .form-control, .calendar_box .input-group-lg > select, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-group-lg > .form-control, .calendar_box select.input-group-lg > select, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px
}

textarea.input-group-lg > .form-control, .calendar_box textarea.input-group-lg > select, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
    height: auto
}

.input-group-sm > .form-control, .calendar_box .input-group-sm > select, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm > .form-control, .calendar_box select.input-group-sm > select, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px
}

textarea.input-group-sm > .form-control, .calendar_box textarea.input-group-sm > select, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
    height: auto
}

.input-group-addon, .input-group-btn, .input-group .form-control, .input-group .calendar_box select, .calendar_box .input-group select {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child), .input-group .calendar_box select:not(:first-child):not(:last-child), .calendar_box .input-group select:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
    margin-top: 0
}

.input-group .form-control:first-child, .input-group .calendar_box select:first-child, .calendar_box .input-group select:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child, .input-group .calendar_box select:last-child, .calendar_box .input-group select:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    white-space: nowrap
}

.input-group-btn:first-child > .btn {
    margin-right: -1px
}

.input-group-btn:last-child > .btn {
    margin-left: -1px
}

.input-group-btn > .btn {
    position: relative
}

.input-group-btn > .btn + .btn {
    margin-left: -4px
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:active {
    z-index: 2
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav:before, .nav:after {
    content: " ";
    display: table
}

.nav:after {
    clear: both
}

.nav:before, .nav:after {
    content: " ";
    display: table
}

.nav:after {
    clear: both
}

.nav > li {
    position: relative;
    display: block
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 13px
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav > li.disabled > a {
    color: #999
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    color: #999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav > li > a > img {
    max-width: none
}

.nav-tabs {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.nav-tabs > li {
    display: inline-block;
    padding: 14px 12px 12px
}

.nav-tabs > li.active {
    padding: 14px 12px 12px;
    background: #f9f9f9
}

.nav-tabs.inverse > li.active {
    background: #fff
}

.nav-tabs > li.active > a {
    font-weight: 700;
    cursor: default;
    color: #1e1e1e
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

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

.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff
    }
}

.nav-pills > li {
    float: left
}

.nav-pills > li > a {
    border-radius: 4px
}

.nav-pills > li + li {
    margin-left: 2px
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #428bca
}

.nav-stacked > li {
    float: none
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified > li {
    float: none
}

.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 64px;
    margin-bottom: 15px
}

.navbar:before, .navbar:after {
    content: " ";
    display: table
}

.navbar:after {
    clear: both
}

.navbar:before, .navbar:after {
    content: " ";
    display: table
}

.navbar:after {
    clear: both
}

.navbar-header:before, .navbar-header:after {
    content: " ";
    display: table
}

.navbar-header:after {
    clear: both
}

.navbar-header:before, .navbar-header:after {
    content: " ";
    display: table
}

.navbar-header:after {
    clear: both
}

.navbar-header {
    float: left
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 20px;
    padding-left: 20px;
    border-top: 3px solid #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch
}

@media (max-width: 991px) {
    .navbar-collapse {
        padding: 15px 9px;
        border-top: 3px solid #fff;
        position: fixed;
        bottom: 0;
        width: 100%
    }
}

.navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 992px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.container > .navbar-collapse {
    margin-right: -20px;
    margin-left: -20px
}

@media (min-width: 992px) {
    .container > .navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width: 768px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    height: 38px
}

.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none
}

.navbar-toggle {
    position: relative;
    height: 38px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: none
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    transition: all .5s
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px
}

.navbar-toggle:not(.collapsed) .icon-bar:first-child {
    transform: rotate(45deg)
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
    display: none
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
    transform: rotate(-45deg);
    margin-top: -2px
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    font-size: 16px
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        width: 100% !important;
        position: absolute;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: #373737;
        border-radius: 0;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left
    }

    .navbar-nav > li {
        float: left
    }

    .navbar-nav > li > a {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

@media (min-width: 992px) {
    .navbar-left {
        float: left !important
    }
}

.navbar-form {
    padding: 10px 20px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin: 8px -20px
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control, .navbar-form .calendar_box select, .calendar_box .navbar-form select {
        display: inline-block
    }

    .navbar-form select.form-control, .navbar-form .calendar_box select, .calendar_box .navbar-form select {
        width: auto
    }

    .navbar-form .radio, .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0
    }

    .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-form.navbar-right:last-child {
        margin-right: -20px
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-nav.pull-right > li > .dropdown-menu, .navbar-nav > li > .dropdown-menu.pull-right {
    left: auto;
    right: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 20px;
        margin-right: 20px
    }

    .navbar-text.navbar-right:last-child {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav > li > a {
    color: #777
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ccc
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-inverse {
    background: #912d31;
    border-color: #6a2124
}

.navbar-inverse .navbar-brand {
    color: #fff
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #999
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    background-color: transparent
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    opacity: .7
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #6a2124
    }

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

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #999;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #999;
        background-color: #6a2124
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #fff
}

.navbar-inverse .navbar-link:hover {
    color: #999
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb > li {
    display: inline-block
}

.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb > .active {
    color: #999
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination > li {
    display: inline
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background-color: #eee
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

.pager:before, .pager:after {
    content: " ";
    display: table
}

.pager:after {
    clear: both
}

.pager:before, .pager:after {
    content: " ";
    display: table
}

.pager:after {
    clear: both
}

.pager li {
    display: inline
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li > a:hover, .pager li > a:focus {
    text-decoration: none;
    background-color: #eee
}

.pager .next > a, .pager .next > span {
    float: right
}

.pager .previous > a, .pager .previous > span {
    float: left
}

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
    color: #999;
    background-color: #fff;
    cursor: not-allowed
}

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

.label[href]:hover, .label[href]:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #999
}

.label-default[href]:hover, .label-default[href]:focus {
    background-color: gray
}

.label-primary {
    background-color: #428bca
}

.label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #3071a9
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f
}

.label-danger {
    background-color: #912d31
}

.label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #6a2124
}

.badge {
    display: inline-block;
    min-width: 22px;
    height: 22px;
    padding: 3px 5px;
    font-size: 12px;
    color: #fff;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #902d31;
    border-radius: 50%
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #428bca;
    background-color: #fff
}

.nav-pills > li > a > .badge {
    margin-left: 3px
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 200;
    line-height: 2.1428571435;
    color: inherit;
    background-color: #eee
}

.jumbotron h1, .jumbotron .h1 {
    line-height: 1;
    color: inherit
}

.jumbotron p {
    line-height: 1.4
}

.container .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }

    .jumbotron h1, .jumbotron .h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.thumbnail > img, .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #428bca
}

.thumbnail .caption {
    padding: 9px;
    color: #1e1e1e
}

.alert {
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert > p, .alert > ul {
    margin-bottom: 0
}

.alert > p + p {
    margin-top: 5px
}

.alert-dismissable {
    padding-right: 35px
}

.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #912d31
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.media, .media-body {
    overflow: hidden;
    zoom: 1
}

.media, .media .media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media-object {
    display: block
}

.media-heading {
    margin: 0 0 5px
}

.media > .pull-left {
    margin-right: 10px
}

.media > .pull-right {
    margin-left: 10px
}

.media-list {
    padding-left: 0;
    list-style: none
}

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

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.list-group-item > .badge {
    float: right
}

.list-group-item > .badge + .badge {
    margin-right: 5px
}

a.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5
}

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
    color: inherit
}

a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
    color: #e1edf7
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.panel-body {
    padding: 15px
}

.panel-body:before, .panel-body:after {
    content: " ";
    display: table
}

.panel-body:after {
    clear: both
}

.panel-body:before, .panel-body:after {
    content: " ";
    display: table
}

.panel-body:after {
    clear: both
}

.panel > .list-group {
    margin-bottom: 0
}

.panel > .list-group .list-group-item {
    border-width: 1px 0
}

.panel > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel > .list-group .list-group-item:last-child {
    border-bottom: 0
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
    border-top: 1px solid #ddd
}

.panel > .table > tbody:first-child th, .panel > .table > tbody:first-child td {
    border-top: 0
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0
}

.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0
}

.panel > .table-bordered > thead > tr:last-child > th, .panel > .table-responsive > .table-bordered > thead > tr:last-child > th, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .panel > .table-bordered > thead > tr:last-child > td, .panel > .table-responsive > .table-bordered > thead > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0
}

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title > a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    overflow: hidden
}

.panel-group .panel + .panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #ddd
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #428bca
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #428bca
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #428bca
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #d6e9c6
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #d6e9c6
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #faebcc
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #ebccd1
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ebccd1
}

.panel-info {
    border-color: #bce8f1
}

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #bce8f1
}

.panel-info > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #bce8f1
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

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

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 20px;
    line-height: .9;
    opacity: .7;
    filter: alpha(opacity=70);
    transition: all .3s;
    color: transparent;
    background: none
}

.dropdown-menu .close {
    position: absolute;
    top: 13px;
    right: 12px
}

.close:hover, .close:focus {
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
    outline: none
}

button.close {
    padding: 0;
    cursor: pointer;
    border: 0;
    -webkit-appearance: none;
    width: 21px;
    height: 21px
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    z-index: 1050
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: none
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 10px 20px;
    color: #fff;
    background: #912d31;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    min-height: 16.428571429px
}

.modal-header h1 {
    color: #fff
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.428571429
}

.modal-body {
    position: relative;
    padding: 20px
}

.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:before, .modal-footer:after {
    content: " ";
    display: table
}

.modal-footer:after {
    clear: both
}

.modal-footer:before, .modal-footer:after {
    content: " ";
    display: table
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

@media screen and (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    #modal-register .modal-dialog {
        width: 720px
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
    }
}

.tooltip {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 300px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 13px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 13px 1px rgba(0, 0, 0, 0.15);
    white-space: normal
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 10px
}

.tooltip.bottom {
    margin-top: 10px
}

.tooltip.left {
    margin-left: -10px
}

.tooltip-inner {
    padding: 9% 11%;
    color: gray
}

.tooltip-arrow, .tooltip-arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip-arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px
}

.tooltip.top .tooltip-arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px
}

.tooltip.top .tooltip-arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.tooltip.top-left .tooltip-arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25)
}

.tooltip.top-left .tooltip-arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25)
}

.tooltip.right .tooltip-arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.tooltip.bottom .tooltip-arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: rgba(0, 0, 0, 0.04);
    border-bottom-color: rgba(0, 0, 0, 0.04);
    top: -11px
}

.tooltip.bottom .tooltip-arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 300px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 13px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 13px 1px rgba(0, 0, 0, 0.15);
    white-space: normal
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 11px;
    float: right
}

.popover-content {
    padding: 7% 9%;
    color: gray;
    font-weight: 400 !important;
    overflow: hidden
}

.popover .arrow, .popover .arrow:after, .dropdown > a .arrow, .dropdown > a .arrow:after, .my-popover .arrow, .my-popover .arrow:after, .more-info .arrow, .more-info .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover .arrow, .my-popover .arrow, .more-info .arrow, .dropdown > a .arrow {
    border-width: 11px
}

.popover .arrow:after, .my-popover .arrow:after, .more-info .arrow:after, .dropdown > a .arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top .arrow, .my-popover.top .arrow, .dropdown > a .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.04);
    bottom: -11px
}

.popover.top .arrow:after, .my-popover.top .arrow:after, .dropdown > a .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25)
}

.popover.right .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom .arrow, .my-popover.bottom .arrow, .more-info .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: rgba(0, 0, 0, 0.04);
    border-bottom-color: rgba(0, 0, 0, 0.04);
    top: -11px
}

.popover.bottom .arrow:after, .my-popover.bottom .arrow:after, .more-info .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25)
}

.popover.left .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.clearfix:before, .clear:before, .discuss .item-header:before, .comm-list .item:before, .diary-list .item:before, .clearfix:after, .clear:after, .discuss .item-header:after, .comm-list .item:after, .diary-list .item:after {
    content: " ";
    display: table
}

.clearfix:after, .clear:after, .discuss .item-header:after, .comm-list .item:after, .diary-list .item:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.affix {
    position: fixed
}

.visible-xs, .post-list .item .post-links .right button, .post-list .item .post-links .right .arrow, tr.visible-xs, .post-list .item .post-links .right tr.arrow, th.visible-xs, .post-list .item .post-links .right th.arrow, td.visible-xs, .post-list .item .post-links .right td.arrow {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs, .post-list .item .post-links .right button, .post-list .item .post-links .right .arrow {
        display: block !important
    }

    table.visible-xs, .post-list .item .post-links .right table.arrow {
        display: table
    }

    tr.visible-xs, .post-list .item .post-links .right tr.arrow {
        display: table-row !important
    }

    th.visible-xs, .post-list .item .post-links .right th.arrow, td.visible-xs, .post-list .item .post-links .right td.arrow {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-xs.visible-sm, .post-list .item .post-links .right button.visible-sm, .post-list .item .post-links .right .visible-sm.arrow {
        display: block !important
    }

    table.visible-xs.visible-sm, .post-list .item .post-links .right table.visible-sm.arrow {
        display: table
    }

    tr.visible-xs.visible-sm, .post-list .item .post-links .right tr.visible-sm.arrow {
        display: table-row !important
    }

    th.visible-xs.visible-sm, .post-list .item .post-links .right th.visible-sm.arrow, td.visible-xs.visible-sm, .post-list .item .post-links .right td.visible-sm.arrow {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-xs.visible-md, .post-list .item .post-links .right button.visible-md, .post-list .item .post-links .right .visible-md.arrow {
        display: block !important
    }

    table.visible-xs.visible-md, .post-list .item .post-links .right table.visible-md.arrow {
        display: table
    }

    tr.visible-xs.visible-md, .post-list .item .post-links .right tr.visible-md.arrow {
        display: table-row !important
    }

    th.visible-xs.visible-md, .post-list .item .post-links .right th.visible-md.arrow, td.visible-xs.visible-md, .post-list .item .post-links .right td.visible-md.arrow {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-xs.visible-lg, .post-list .item .post-links .right button.visible-lg, .post-list .item .post-links .right .visible-lg.arrow {
        display: block !important
    }

    table.visible-xs.visible-lg, .post-list .item .post-links .right table.visible-lg.arrow {
        display: table
    }

    tr.visible-xs.visible-lg, .post-list .item .post-links .right tr.visible-lg.arrow {
        display: table-row !important
    }

    th.visible-xs.visible-lg, .post-list .item .post-links .right th.visible-lg.arrow, td.visible-xs.visible-lg, .post-list .item .post-links .right td.visible-lg.arrow {
        display: table-cell !important
    }
}

.visible-sm, tr.visible-sm, th.visible-sm, td.visible-sm {
    display: none !important
}

@media (max-width: 767px) {
    .visible-sm.visible-xs, .post-list .item .post-links .right button.visible-sm, .post-list .item .post-links .right .visible-sm.arrow {
        display: block !important
    }

    table.visible-sm.visible-xs, .post-list .item .post-links .right table.visible-sm.arrow {
        display: table
    }

    tr.visible-sm.visible-xs, .post-list .item .post-links .right tr.visible-sm.arrow {
        display: table-row !important
    }

    th.visible-sm.visible-xs, .post-list .item .post-links .right th.visible-sm.arrow, td.visible-sm.visible-xs, .post-list .item .post-links .right td.visible-sm.arrow {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-sm.visible-md {
        display: block !important
    }

    table.visible-sm.visible-md {
        display: table
    }

    tr.visible-sm.visible-md {
        display: table-row !important
    }

    th.visible-sm.visible-md, td.visible-sm.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-sm.visible-lg {
        display: block !important
    }

    table.visible-sm.visible-lg {
        display: table
    }

    tr.visible-sm.visible-lg {
        display: table-row !important
    }

    th.visible-sm.visible-lg, td.visible-sm.visible-lg {
        display: table-cell !important
    }
}

.visible-md, tr.visible-md, th.visible-md, td.visible-md {
    display: none !important
}

@media (max-width: 767px) {
    .visible-md.visible-xs, .post-list .item .post-links .right button.visible-md, .post-list .item .post-links .right .visible-md.arrow {
        display: block !important
    }

    table.visible-md.visible-xs, .post-list .item .post-links .right table.visible-md.arrow {
        display: table
    }

    tr.visible-md.visible-xs, .post-list .item .post-links .right tr.visible-md.arrow {
        display: table-row !important
    }

    th.visible-md.visible-xs, .post-list .item .post-links .right th.visible-md.arrow, td.visible-md.visible-xs, .post-list .item .post-links .right td.visible-md.arrow {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-md.visible-sm {
        display: block !important
    }

    table.visible-md.visible-sm {
        display: table
    }

    tr.visible-md.visible-sm {
        display: table-row !important
    }

    th.visible-md.visible-sm, td.visible-md.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md, td.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-md.visible-lg {
        display: block !important
    }

    table.visible-md.visible-lg {
        display: table
    }

    tr.visible-md.visible-lg {
        display: table-row !important
    }

    th.visible-md.visible-lg, td.visible-md.visible-lg {
        display: table-cell !important
    }
}

.visible-lg, tr.visible-lg, th.visible-lg, td.visible-lg {
    display: none !important
}

@media (max-width: 767px) {
    .visible-lg.visible-xs, .post-list .item .post-links .right button.visible-lg, .post-list .item .post-links .right .visible-lg.arrow {
        display: block !important
    }

    table.visible-lg.visible-xs, .post-list .item .post-links .right table.visible-lg.arrow {
        display: table
    }

    tr.visible-lg.visible-xs, .post-list .item .post-links .right tr.visible-lg.arrow {
        display: table-row !important
    }

    th.visible-lg.visible-xs, .post-list .item .post-links .right th.visible-lg.arrow, td.visible-lg.visible-xs, .post-list .item .post-links .right td.visible-lg.arrow {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-lg.visible-sm {
        display: block !important
    }

    table.visible-lg.visible-sm {
        display: table
    }

    tr.visible-lg.visible-sm {
        display: table-row !important
    }

    th.visible-lg.visible-sm, td.visible-lg.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-lg.visible-md {
        display: block !important
    }

    table.visible-lg.visible-md {
        display: table
    }

    tr.visible-lg.visible-md {
        display: table-row !important
    }

    th.visible-lg.visible-md, td.visible-lg.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important
    }
}

.hidden-xs, .comm-list .item > div.title p {
    display: block !important
}

table.hidden-xs {
    display: table
}

tr.hidden-xs {
    display: table-row !important
}

th.hidden-xs, td.hidden-xs {
    display: table-cell !important
}

@media (max-width: 767px) {
    .hidden-xs, .comm-list .item > div.title p, tr.hidden-xs, th.hidden-xs, td.hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-xs.hidden-sm, .comm-list .item > div.title p.hidden-sm, .comm-list .item > div.title p.ads-right, .hidden-xs.ads-right, tr.hidden-xs.hidden-sm, tr.hidden-xs.ads-right, th.hidden-xs.hidden-sm, th.hidden-xs.ads-right, td.hidden-xs.hidden-sm, td.hidden-xs.ads-right {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-xs.hidden-md, .comm-list .item > div.title p.hidden-md, tr.hidden-xs.hidden-md, th.hidden-xs.hidden-md, td.hidden-xs.hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-xs.hidden-lg, .comm-list .item > div.title p.hidden-lg, .comm-list .item > div.title .item > div.more-info p.clearfix, .comm-list .item > div.more-info .item > div.title p.clearfix, .comm-list .item > div.title .item > div.more-info p.clear, .comm-list .item > div.more-info .item > div.title p.clear, .comm-list .item > div.title .item > div.more-info .discuss p.item-header, .comm-list .item > div.more-info .discuss .item > div.title p.item-header, .discuss .comm-list .item > div.title .item > div.more-info p.item-header, .discuss .comm-list .item > div.more-info .item > div.title p.item-header, .comm-list .item > div.title .item > div.more-info p.item, .comm-list .item > div.more-info .item > div.title p.item, .comm-list .item > div.more-info .hidden-xs.clearfix, .comm-list .item > div.more-info .hidden-xs.clear, .comm-list .item > div.more-info .discuss .hidden-xs.item-header, .discuss .comm-list .item > div.more-info .hidden-xs.item-header, .comm-list .item > div.more-info .item > div.title .discuss p.item-header, .comm-list .item > div.title .discuss .item > div.more-info p.item-header, .comm-list .item > div.more-info .hidden-xs.item, .comm-list .item > div.title .diary-list .item > div.more-info p.item, tr.hidden-xs.hidden-lg, .comm-list .item > div.more-info tr.hidden-xs.clearfix, .comm-list .item > div.more-info tr.hidden-xs.clear, .comm-list .item > div.more-info .discuss tr.hidden-xs.item-header, .discuss .comm-list .item > div.more-info tr.hidden-xs.item-header, .comm-list .item > div.more-info tr.hidden-xs.item, th.hidden-xs.hidden-lg, .comm-list .item > div.more-info th.hidden-xs.clearfix, .comm-list .item > div.more-info th.hidden-xs.clear, .comm-list .item > div.more-info .discuss th.hidden-xs.item-header, .discuss .comm-list .item > div.more-info th.hidden-xs.item-header, .comm-list .item > div.more-info th.hidden-xs.item, td.hidden-xs.hidden-lg, .comm-list .item > div.more-info td.hidden-xs.clearfix, .comm-list .item > div.more-info td.hidden-xs.clear, .comm-list .item > div.more-info .discuss td.hidden-xs.item-header, .discuss .comm-list .item > div.more-info td.hidden-xs.item-header, .comm-list .item > div.more-info td.hidden-xs.item {
        display: none !important
    }
}

.hidden-sm, .ads-right {
    display: block !important
}

table.hidden-sm, table.ads-right {
    display: table
}

tr.hidden-sm, tr.ads-right {
    display: table-row !important
}

th.hidden-sm, th.ads-right, td.hidden-sm, td.ads-right {
    display: table-cell !important
}

@media (max-width: 767px) {
    .hidden-sm.hidden-xs, .comm-list .item > div.title p.hidden-sm, .comm-list .item > div.title p.ads-right, .hidden-xs.ads-right, tr.hidden-sm.hidden-xs, tr.hidden-xs.ads-right, th.hidden-sm.hidden-xs, th.hidden-xs.ads-right, td.hidden-sm.hidden-xs, td.hidden-xs.ads-right {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm, .ads-right, tr.hidden-sm, tr.ads-right, th.hidden-sm, th.ads-right, td.hidden-sm, td.ads-right {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-sm.hidden-md, .hidden-md.ads-right, tr.hidden-sm.hidden-md, tr.hidden-md.ads-right, th.hidden-sm.hidden-md, th.hidden-md.ads-right, td.hidden-sm.hidden-md, td.hidden-md.ads-right {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-sm.hidden-lg, .comm-list .item > div.more-info .hidden-sm.clearfix, .comm-list .item > div.more-info .hidden-sm.clear, .comm-list .item > div.more-info .clear.ads-right, .comm-list .item > div.more-info .discuss .hidden-sm.item-header, .discuss .comm-list .item > div.more-info .hidden-sm.item-header, .comm-list .item > div.more-info .discuss .item-header.ads-right, .discuss .comm-list .item > div.more-info .item-header.ads-right, .comm-list .item > div.more-info .hidden-sm.item, .comm-list .item > div.more-info .item.ads-right, .comm-list .item > div.more-info .clearfix.ads-right, .hidden-lg.ads-right, tr.hidden-sm.hidden-lg, .comm-list .item > div.more-info tr.hidden-sm.clearfix, .comm-list .item > div.more-info tr.hidden-sm.clear, .comm-list .item > div.more-info tr.clear.ads-right, .comm-list .item > div.more-info .discuss tr.hidden-sm.item-header, .discuss .comm-list .item > div.more-info tr.hidden-sm.item-header, .comm-list .item > div.more-info .discuss tr.item-header.ads-right, .discuss .comm-list .item > div.more-info tr.item-header.ads-right, .comm-list .item > div.more-info tr.hidden-sm.item, .comm-list .item > div.more-info tr.item.ads-right, .comm-list .item > div.more-info tr.clearfix.ads-right, tr.hidden-lg.ads-right, th.hidden-sm.hidden-lg, .comm-list .item > div.more-info th.hidden-sm.clearfix, .comm-list .item > div.more-info th.hidden-sm.clear, .comm-list .item > div.more-info th.clear.ads-right, .comm-list .item > div.more-info .discuss th.hidden-sm.item-header, .discuss .comm-list .item > div.more-info th.hidden-sm.item-header, .comm-list .item > div.more-info .discuss th.item-header.ads-right, .discuss .comm-list .item > div.more-info th.item-header.ads-right, .comm-list .item > div.more-info th.hidden-sm.item, .comm-list .item > div.more-info th.item.ads-right, .comm-list .item > div.more-info th.clearfix.ads-right, th.hidden-lg.ads-right, td.hidden-sm.hidden-lg, .comm-list .item > div.more-info td.hidden-sm.clearfix, .comm-list .item > div.more-info td.hidden-sm.clear, .comm-list .item > div.more-info td.clear.ads-right, .comm-list .item > div.more-info .discuss td.hidden-sm.item-header, .discuss .comm-list .item > div.more-info td.hidden-sm.item-header, .comm-list .item > div.more-info .discuss td.item-header.ads-right, .discuss .comm-list .item > div.more-info td.item-header.ads-right, .comm-list .item > div.more-info td.hidden-sm.item, .comm-list .item > div.more-info td.item.ads-right, .comm-list .item > div.more-info td.clearfix.ads-right, td.hidden-lg.ads-right {
        display: none !important
    }
}

.hidden-md {
    display: block !important
}

table.hidden-md {
    display: table
}

tr.hidden-md {
    display: table-row !important
}

th.hidden-md, td.hidden-md {
    display: table-cell !important
}

@media (max-width: 767px) {
    .hidden-md.hidden-xs, .comm-list .item > div.title p.hidden-md, tr.hidden-md.hidden-xs, th.hidden-md.hidden-xs, td.hidden-md.hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-md.hidden-sm, .hidden-md.ads-right, tr.hidden-md.hidden-sm, tr.hidden-md.ads-right, th.hidden-md.hidden-sm, th.hidden-md.ads-right, td.hidden-md.hidden-sm, td.hidden-md.ads-right {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md, tr.hidden-md, th.hidden-md, td.hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-md.hidden-lg, .comm-list .item > div.more-info .hidden-md.clearfix, .comm-list .item > div.more-info .hidden-md.clear, .comm-list .item > div.more-info .discuss .hidden-md.item-header, .discuss .comm-list .item > div.more-info .hidden-md.item-header, .comm-list .item > div.more-info .hidden-md.item, tr.hidden-md.hidden-lg, .comm-list .item > div.more-info tr.hidden-md.clearfix, .comm-list .item > div.more-info tr.hidden-md.clear, .comm-list .item > div.more-info .discuss tr.hidden-md.item-header, .discuss .comm-list .item > div.more-info tr.hidden-md.item-header, .comm-list .item > div.more-info tr.hidden-md.item, th.hidden-md.hidden-lg, .comm-list .item > div.more-info th.hidden-md.clearfix, .comm-list .item > div.more-info th.hidden-md.clear, .comm-list .item > div.more-info .discuss th.hidden-md.item-header, .discuss .comm-list .item > div.more-info th.hidden-md.item-header, .comm-list .item > div.more-info th.hidden-md.item, td.hidden-md.hidden-lg, .comm-list .item > div.more-info td.hidden-md.clearfix, .comm-list .item > div.more-info td.hidden-md.clear, .comm-list .item > div.more-info .discuss td.hidden-md.item-header, .discuss .comm-list .item > div.more-info td.hidden-md.item-header, .comm-list .item > div.more-info td.hidden-md.item {
        display: none !important
    }
}

.hidden-lg, .comm-list .item > div.more-info .clearfix, .comm-list .item > div.more-info .clear, .comm-list .item > div.more-info .discuss .item-header, .discuss .comm-list .item > div.more-info .item-header, .comm-list .item > div.more-info .item {
    display: block !important
}

table.hidden-lg, .comm-list .item > div.more-info table.clearfix, .comm-list .item > div.more-info table.clear, .comm-list .item > div.more-info .discuss table.item-header, .discuss .comm-list .item > div.more-info table.item-header, .comm-list .item > div.more-info table.item {
    display: table
}

tr.hidden-lg, .comm-list .item > div.more-info tr.clearfix, .comm-list .item > div.more-info tr.clear, .comm-list .item > div.more-info .discuss tr.item-header, .discuss .comm-list .item > div.more-info tr.item-header, .comm-list .item > div.more-info tr.item {
    display: table-row !important
}

th.hidden-lg, .comm-list .item > div.more-info th.clearfix, .comm-list .item > div.more-info th.clear, .comm-list .item > div.more-info .discuss th.item-header, .discuss .comm-list .item > div.more-info th.item-header, .comm-list .item > div.more-info th.item, td.hidden-lg, .comm-list .item > div.more-info td.clearfix, .comm-list .item > div.more-info td.clear, .comm-list .item > div.more-info .discuss td.item-header, .discuss .comm-list .item > div.more-info td.item-header, .comm-list .item > div.more-info td.item {
    display: table-cell !important
}

@media (max-width: 767px) {
    .hidden-lg.hidden-xs, .comm-list .item > div.title p.hidden-lg, .comm-list .item > div.title .item > div.more-info p.clearfix, .comm-list .item > div.more-info .item > div.title p.clearfix, .comm-list .item > div.title .item > div.more-info p.clear, .comm-list .item > div.more-info .item > div.title p.clear, .comm-list .item > div.title .item > div.more-info .discuss p.item-header, .comm-list .item > div.more-info .discuss .item > div.title p.item-header, .discuss .comm-list .item > div.title .item > div.more-info p.item-header, .discuss .comm-list .item > div.more-info .item > div.title p.item-header, .comm-list .item > div.title .item > div.more-info p.item, .comm-list .item > div.more-info .item > div.title p.item, .comm-list .item > div.more-info .hidden-xs.clearfix, .comm-list .item > div.more-info .hidden-xs.clear, .comm-list .item > div.more-info .discuss .hidden-xs.item-header, .discuss .comm-list .item > div.more-info .hidden-xs.item-header, .comm-list .item > div.more-info .item > div.title .discuss p.item-header, .comm-list .item > div.title .discuss .item > div.more-info p.item-header, .comm-list .item > div.more-info .hidden-xs.item, .comm-list .item > div.title .diary-list .item > div.more-info p.item, tr.hidden-lg.hidden-xs, .comm-list .item > div.more-info tr.hidden-xs.clearfix, .comm-list .item > div.more-info tr.hidden-xs.clear, .comm-list .item > div.more-info .discuss tr.hidden-xs.item-header, .discuss .comm-list .item > div.more-info tr.hidden-xs.item-header, .comm-list .item > div.more-info tr.hidden-xs.item, th.hidden-lg.hidden-xs, .comm-list .item > div.more-info th.hidden-xs.clearfix, .comm-list .item > div.more-info th.hidden-xs.clear, .comm-list .item > div.more-info .discuss th.hidden-xs.item-header, .discuss .comm-list .item > div.more-info th.hidden-xs.item-header, .comm-list .item > div.more-info th.hidden-xs.item, td.hidden-lg.hidden-xs, .comm-list .item > div.more-info td.hidden-xs.clearfix, .comm-list .item > div.more-info td.hidden-xs.clear, .comm-list .item > div.more-info .discuss td.hidden-xs.item-header, .discuss .comm-list .item > div.more-info td.hidden-xs.item-header, .comm-list .item > div.more-info td.hidden-xs.item {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-lg.hidden-sm, .comm-list .item > div.more-info .hidden-sm.clearfix, .comm-list .item > div.more-info .hidden-sm.clear, .comm-list .item > div.more-info .clear.ads-right, .comm-list .item > div.more-info .discuss .hidden-sm.item-header, .discuss .comm-list .item > div.more-info .hidden-sm.item-header, .comm-list .item > div.more-info .discuss .item-header.ads-right, .discuss .comm-list .item > div.more-info .item-header.ads-right, .comm-list .item > div.more-info .hidden-sm.item, .comm-list .item > div.more-info .item.ads-right, .comm-list .item > div.more-info .clearfix.ads-right, .hidden-lg.ads-right, tr.hidden-lg.hidden-sm, .comm-list .item > div.more-info tr.hidden-sm.clearfix, .comm-list .item > div.more-info tr.hidden-sm.clear, .comm-list .item > div.more-info tr.clear.ads-right, .comm-list .item > div.more-info .discuss tr.hidden-sm.item-header, .discuss .comm-list .item > div.more-info tr.hidden-sm.item-header, .comm-list .item > div.more-info .discuss tr.item-header.ads-right, .discuss .comm-list .item > div.more-info tr.item-header.ads-right, .comm-list .item > div.more-info tr.hidden-sm.item, .comm-list .item > div.more-info tr.item.ads-right, .comm-list .item > div.more-info tr.clearfix.ads-right, tr.hidden-lg.ads-right, th.hidden-lg.hidden-sm, .comm-list .item > div.more-info th.hidden-sm.clearfix, .comm-list .item > div.more-info th.hidden-sm.clear, .comm-list .item > div.more-info th.clear.ads-right, .comm-list .item > div.more-info .discuss th.hidden-sm.item-header, .discuss .comm-list .item > div.more-info th.hidden-sm.item-header, .comm-list .item > div.more-info .discuss th.item-header.ads-right, .discuss .comm-list .item > div.more-info th.item-header.ads-right, .comm-list .item > div.more-info th.hidden-sm.item, .comm-list .item > div.more-info th.item.ads-right, .comm-list .item > div.more-info th.clearfix.ads-right, th.hidden-lg.ads-right, td.hidden-lg.hidden-sm, .comm-list .item > div.more-info td.hidden-sm.clearfix, .comm-list .item > div.more-info td.hidden-sm.clear, .comm-list .item > div.more-info td.clear.ads-right, .comm-list .item > div.more-info .discuss td.hidden-sm.item-header, .discuss .comm-list .item > div.more-info td.hidden-sm.item-header, .comm-list .item > div.more-info .discuss td.item-header.ads-right, .discuss .comm-list .item > div.more-info td.item-header.ads-right, .comm-list .item > div.more-info td.hidden-sm.item, .comm-list .item > div.more-info td.item.ads-right, .comm-list .item > div.more-info td.clearfix.ads-right, td.hidden-lg.ads-right {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-lg.hidden-md, .comm-list .item > div.more-info .hidden-md.clearfix, .comm-list .item > div.more-info .hidden-md.clear, .comm-list .item > div.more-info .discuss .hidden-md.item-header, .discuss .comm-list .item > div.more-info .hidden-md.item-header, .comm-list .item > div.more-info .hidden-md.item, tr.hidden-lg.hidden-md, .comm-list .item > div.more-info tr.hidden-md.clearfix, .comm-list .item > div.more-info tr.hidden-md.clear, .comm-list .item > div.more-info .discuss tr.hidden-md.item-header, .discuss .comm-list .item > div.more-info tr.hidden-md.item-header, .comm-list .item > div.more-info tr.hidden-md.item, th.hidden-lg.hidden-md, .comm-list .item > div.more-info th.hidden-md.clearfix, .comm-list .item > div.more-info th.hidden-md.clear, .comm-list .item > div.more-info .discuss th.hidden-md.item-header, .discuss .comm-list .item > div.more-info th.hidden-md.item-header, .comm-list .item > div.more-info th.hidden-md.item, td.hidden-lg.hidden-md, .comm-list .item > div.more-info td.hidden-md.clearfix, .comm-list .item > div.more-info td.hidden-md.clear, .comm-list .item > div.more-info .discuss td.hidden-md.item-header, .discuss .comm-list .item > div.more-info td.hidden-md.item-header, .comm-list .item > div.more-info td.hidden-md.item {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg, .comm-list .item > div.more-info .clearfix, .comm-list .item > div.more-info .clear, .comm-list .item > div.more-info .discuss .item-header, .discuss .comm-list .item > div.more-info .item-header, .comm-list .item > div.more-info .item, tr.hidden-lg, .comm-list .item > div.more-info tr.clearfix, .comm-list .item > div.more-info tr.clear, .comm-list .item > div.more-info .discuss tr.item-header, .discuss .comm-list .item > div.more-info tr.item-header, .comm-list .item > div.more-info tr.item, th.hidden-lg, .comm-list .item > div.more-info th.clearfix, .comm-list .item > div.more-info th.clear, .comm-list .item > div.more-info .discuss th.item-header, .discuss .comm-list .item > div.more-info th.item-header, .comm-list .item > div.more-info th.item, td.hidden-lg, .comm-list .item > div.more-info td.clearfix, .comm-list .item > div.more-info td.clear, .comm-list .item > div.more-info .discuss td.item-header, .discuss .comm-list .item > div.more-info td.item-header, .comm-list .item > div.more-info td.item {
        display: none !important
    }
}

.visible-print, tr.visible-print, th.visible-print, td.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print, td.visible-print {
        display: table-cell !important
    }

    .hidden-print, tr.hidden-print, th.hidden-print, td.hidden-print {
        display: none !important
    }
}

html {
    position: relative;
    min-height: 100%
}

body {
    margin-bottom: 160px;
    min-width: 320px
}

img {
    max-width: 100%
}

.scroll {
    white-space: nowrap;
    overflow-x: auto;
    overflow: -moz-scrollbars-none;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.scroll::-webkit-scrollbar {
    display: none
}

.scroll-item, .nav-item {
    display: inline-block;
    vertical-align: middle;
    float: none;
    position: initial
}

h1 span, .h1 span {
    color: #c9c9c9
}

h3, .h3 {
    font-size: 17px;
    font-family: "PT Sans", Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 23px
}

h3 span, .h3 span {
    font-weight: 400;
    color: #4c4c4c
}

.medium {
    font-size: 108%
}

.big, #MemberProfile .user {
    font-size: 110%
}

.large {
    font-size: 120%
}

.red, red {
    color: #912d31
}

.green {
    color: #6dbb57
}

.white {
    color: #fff
}

.black {
    color: #1e1e1e
}

.grey {
    color: #4c4c4c
}

.serif {
    font-family: "PT Serif", "Times New Roman", Times, serif
}

.message span[class*="i-"] {
    float: left
}

.message .i-info:before {
    font-size: 29px;
    margin-right: 16px;
    vertical-align: bottom
}

.message .i-alert:before {
    font-size: 29px;
    margin-right: 10px
}

.message .h1 {
    margin-bottom: 15px;
    margin-left: 46px
}

.message p {
    font-family: "PT Serif", "Times New Roman", Times, serif;
    font-size: 110%;
    margin-left: 46px
}

.message.warning .h1 {
    color: #912d31
}

.message.warning .i-info:before, .message.warning .i-alert:before {
    color: #912d31
}

.diary-user:before {
    content: '';
    background: url(/images/i-doggy.svg) center/100% auto no-repeat;
    width: 20px;
    height: 17px;
    display: inline-block;
    margin-right: 2px
}

.TagJIco {
    letter-spacing: -3px
}

span[class*="i-l-"]:before, .i-logo.soc:before {
    font-size: 20px;
    margin: 0 3px;
    vertical-align: middle
}

span.i-arrow-right:before {
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 9px
}

.scroll span.i-arrow-right:before {
    right: 0;
    top: 1px;
    padding: 10px 0 10px 10px;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 27%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 27%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 27%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1)
}

.mark {
    padding-left: 20px;
    margin-bottom: 20px
}

.mark li {
    color: #4c4c4c;
    margin-bottom: 4px
}

.mark li a {
    color: #4c4c4c
}

.mark li a:hover, .mark li a.highlight {
    color: #912d31
}

#addPictureSection {
    border: 2px #ececec dashed;
    padding: 20px
}

#addPictureSection:hover {
    background: #f0f0f0
}

.mb-18 {
    margin-bottom: 18px
}

.no-gutters, .stats .stats-table, .post-list .item .post-links .left {
    padding-left: 0;
    padding-right: 0
}

.no-gutter, .intro, .new-user, .news, .stats .stats-table > .col:first-child, .post-list .item .avatar, .designs .list .col-sm-6, .designs .list .intro, .designs .list .new-user, .designs .list .news {
    padding-left: 0
}

.block-bg, .stats {
    background: #f9f9f9;
    padding: 17px 20px;
    margin: 0 -20px 45px
}

.block-bg-in, .form {
    background: #f9f9f9;
    padding: 17px 18px
}

.block-border {
    border: 1px solid #ececec;
    padding: 32px 45px;
    border-radius: 4px
}

.block-bg p:last-child, .stats p:last-child, .block-bg label:last-child, .stats label:last-child, .block-bg input:last-child, .stats input:last-child, .block-bg textarea:last-child, .stats textarea:last-child, .block-bg select:last-child, .stats select:last-child, .block-bg-in p:last-child, .form p:last-child, .block-bg-in label:last-child, .form label:last-child, .block-bg-in input:last-child, .form input:last-child, .block-bg-in textarea:last-child, .form textarea:last-child, .block-bg-in select:last-child, .form select:last-child, .block-border p:last-child, .block-border label:last-child, .block-border input:last-child, .block-border textarea:last-child, .block-border select:last-child {
    margin-bottom: 0 !important
}

.options_search_help {
    background: #f9f9f9;
    margin: 5px 0;
    border-radius: 4px;
    padding: 8px 10px
}

.popover {
    min-width: 180px
}

.popover-content, .tooltip-inner {
    margin: 24px 30px 24px 24px;
    padding: 0;
    text-overflow: ellipsis
}

.popover-title {
    position: absolute;
    right: 11px;
    top: 11px;
    padding: 0;
    float: none
}

.form-control[data-toggle=popover], .calendar_box select[data-toggle=popover] {
    background: #fff url(/images/i-info.svg) right 12px center/auto 20px no-repeat;
    padding-right: 35px
}

.form-control[data-toggle=popover].alert, .calendar_box select[data-toggle=popover].alert {
    background: #fff url(/images/i-alert.svg) right 11px center/auto 18px no-repeat;
    border-color: #fcc
}

.form-control[data-toggle=popover].alert::placeholder, .calendar_box select[data-toggle=popover].alert::placeholder, .form-control[data-toggle=popover].alert:-ms-input-placeholder, .calendar_box select[data-toggle=popover].alert:-ms-input-placeholder, .form-control[data-toggle=popover].alert::-ms-input-placeholder, .calendar_box select[data-toggle=popover].alert::-ms-input-placeholder, .form-control[data-toggle=popover].alert::-webkit-input-placeholder, .calendar_box select[data-toggle=popover].alert::-webkit-input-placeholder {
    color: red
}

[data-notify="container"] {
    padding: 20px 30px 20px 20px !important;
    text-align: center;
    background: #f4ede3;
    box-shadow: 1px 1px 7px -2px rgba(0, 0, 0, 0.5);
    color: #4c4c4c;
    max-width: 350px
}

[data-notify="icon"] > img {
    left: 15px;
    top: 15px;
    max-width: 15%;
    max-height: 80%;
    position: absolute;
    bottom: 10%
}

[data-notify="title"] {
    font-weight: 600;
    display: block;
    margin: 0 0 8px 20%;
    line-height: 1.1;
    color: #1e1e1e;
    text-align: left
}

[data-notify="message"] {
    text-align: left;
    display: block;
    margin: 5px 0 5px 20%;
    line-height: 1.1
}

[data-notify="dismiss"] {
    right: 8px !important;
    top: 10px !important;
    position: absolute;
    z-index: 1033
}

th a[data-ord]:after {
    margin-left: 3px;
    top: -2px;
    position: relative
}

th a[data-ord="desc"]:after {
    content: '\2191'
}

th a[data-ord="asc"]:after {
    content: '\2193'
}

.withpv2 .pvwin2 {
    display: none;
    position: absolute;
    bottom: 120%;
    left: 50px;
    top: -50px;
    max-width: 275px;
    min-width: 150px;
    text-align: center;
    text-decoration: none;
    z-index: 2
}

.withpv2 .pvwin2 em {
    display: block;
    padding: 4px;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 13px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 13px 1px rgba(0, 0, 0, 0.15)
}

.withpv2:hover {
    z-index: 1
}

.withpv2:hover .pvwin2 {
    display: block
}

button:focus, textarea:focus {
    outline: none
}

.btn-plain {
    background: transparent;
    border: none;
    font-size: 110%;
    font-weight: 700;
    display: inline-block;
    padding: 0;
    color: #902d31
}

.btn-plain:hover {
    color: #1e1e1e
}

.btn-plain:focus {
    outline: none
}

.btn-plain:active {
    box-shadow: none
}

.btn.process {
    color: rgba(0, 0, 0, 0.1);
    background: #f9f9f9 url(/images/process.svg) center/20px auto no-repeat
}

a.process {
    color: rgba(0, 0, 0, 0.1) !important;
    background-image: url(/images/process.svg);
    background-position: center;
    background-size: auto 90%;
    background-repeat: no-repeat
}

a.process b {
    color: rgba(0, 0, 0, 0.1) !important
}

a.process span[class*="i-"] {
    visibility: hidden
}

.process > img {
    visibility: hidden
}

.codebuttons {
    margin-bottom: 10px
}

.codebuttons a {
    display: block;
    float: left;
    margin-right: 3px;
    margin-bottom: 3px
}

.codebuttons a img {
    cursor: default;
    height: 22px;
    opacity: .9;
    border: 1px solid #c9c9c9
}

.codebuttons a img:hover {
    background: #f9f9f9
}

a.ico {
    color: #1e1e1e !important;
    margin-right: 26px !important
}

a.ico span {
    padding-right: 8px
}

a.ico span.i-menu-fav:before {
    color: #363636;
    font-size: 18px;
    vertical-align: middle
}

.main_page_show_ .discuss .counter input[type=checkbox] {
    display: none
}

.ads-top #top_banner {
    padding-top: 18px;
    padding-bottom: 18px
}

.ads-top .container div, .ads-top .container iframe {
    max-width: 100%;
    text-align: left;
    margin: 0 !important
}

.navbar {
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    position: sticky;
    position: -webkit-sticky;
    -webkit-box-shadow: 0 3px 13px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 13px 1px rgba(0, 0, 0, 0.2);
    max-height: 64px
}

.navbar .container {
    padding-left: 15px;
    padding-right: 0
}

.navbar .navbar-toggle {
    padding: 10px 0
}

.navbar .navbar-toggle:not(.collapsed):after {
    content: '';
    left: 14px;
    bottom: -12px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 9px solid #fff;
    position: absolute
}

.navbar .navbar-brand {
    margin: 13px 13px 13px -3px
}

.navbar .navbar-brand.logo {
    display: none
}

.navbar .navbar-brand.avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%
}

.navbar .navbar-nav > li {
    float: left
}

.navbar .navbar-nav > li.open:after {
    content: '';
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 9px solid #fff;
    position: absolute
}

.navbar .navbar-nav > li > a {
    color: #fff;
    line-height: 20px;
    font-size: 15px;
    position: relative;
    display: block;
    padding: 20px 9px 20px 12px;
    cursor: pointer
}

.navbar .navbar-nav > li .dropdown-menu {
    padding: 0
}

.navbar .navbar-nav > li .dropdown-menu .overflow {
    padding: 23px 20px 20px
}

.navbar .navbar-nav > li .dropdown-menu [class*='col-'] {
    padding-left: 0;
    padding-right: 0
}

.navbar .navbar-user {
    background: #323232;
    float: right;
    padding-left: 8px
}

.navbar .navbar-user > li > a {
    padding: 17px 5px 5px;
    text-align: center
}

.navbar .navbar-user > li > a span.alt {
    display: none
}

.navbar .navbar-user > li > a span[class*="i-"]:before {
    color: #fff;
    opacity: .7;
    height: 15px;
    line-height: 16px;
    display: block
}

.navbar .navbar-user > li > a span.i-letter:before {
    position: relative;
    top: -2px
}

.navbar .navbar-user > li > a:hover span.alt, .navbar .navbar-user > li > a:hover span:before, .navbar .navbar-user > li > a:focus span:before, .navbar .navbar-user > li > a.active span:before {
    opacity: 1
}

.navbar .navbar-user > li > a[role=button] {
    height: 64px;
    padding: 23px 15px 9px
}

.navbar .navbar-user > li > a[role=button] .icon-bar {
    background-color: #fff;
    display: block;
    width: 3px;
    height: 3px;
    transition: all .3s;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto
}

.navbar .navbar-user > li > a[role=button] .icon-bar + .icon-bar {
    margin-top: 4px
}

.navbar .navbar-user > li.avatar a {
    width: 38px;
    height: 38px;
    background: #fff url(/images/dog.png) center top/cover no-repeat;
    border-radius: 50%;
    opacity: 1;
    margin: 13px 0 13px 8px;
    padding: 0
}

.navbar .navbar-user > li.username {
    display: none
}

.navbar .navbar-user > li .num {
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    color: #fff
}

.navbar .navbar-user > li .num a {
    color: #fff;
    padding: 0 2px 3px;
    display: inline-block
}

.navbar .navbar-user > li .dropdown-menu .i-menu-settings, .navbar .navbar-user > li .dropdown-menu .i-menu-settings + a {
    display: none
}

.navbar .navbar-index {
    float: left;
    padding-left: 13px
}

.navbar .navbar-index > li > a, .navbar .navbar-index > li > button {
    color: #fff;
    line-height: 20px;
    font-size: 16px;
    position: relative;
    display: block;
    padding: 22px 11px;
    cursor: pointer;
    opacity: .85;
    background-position: center
}

.navbar .navbar-index > li > a:hover, .navbar .navbar-index > li > a:focus, .navbar .navbar-index > li > a.active, .navbar .navbar-index > li > button:hover, .navbar .navbar-index > li > button:focus, .navbar .navbar-index > li > button.active {
    opacity: 1
}

.navbar .navbar-index > li > a.process, .navbar .navbar-index > li > button.process {
    background-size: auto 21px
}

.navbar .navbar-index > li > a span[class*="i-"]:before, .navbar .navbar-index > li > button span[class*="i-"]:before {
    color: #fff;
    opacity: .7;
    font-size: 16px;
    line-height: 16px;
    margin-right: 5px;
    vertical-align: top
}

.navbar .navbar-index > li > a span.i-new-user:before, .navbar .navbar-index > li > button span.i-new-user:before {
    font-size: 19px
}

.navbar .navbar-more {
    margin: 0;
    float: left
}

.navbar .navbar-more > li {
    padding: 13px 3px
}

.navbar .navbar-more > li:nth-child(2) {
    display: none
}

.navbar .navbar-more > li:last-child {
    margin-right: 0
}

.navbar .navbar-more > li .more-links {
    padding: 10px 3px;
    height: 39px;
    text-align: center
}

.navbar .navbar-more > li .more-links span:hover {
    opacity: .7
}

.navbar .navbar-more > li .plus {
    padding: 9px 5px 9px 2px;
    height: 39px;
    color: #fff;
    opacity: .3;
    display: inline-block;
    font-family: 'Oswald';
    font-size: 17px
}

.navbar .navbar-more.navbar-right {
    display: none
}

.navbar .dropdown-menu {
    background-color: #373737
}

.navbar .dropdown-menu[aria-labelledby="drop-bone"] {
    background-color: #f4ede4;
    color: gray
}

.navbar .dropdown-menu[aria-labelledby="drop-bone"] a {
    color: #8c8c8c;
    opacity: 1
}

.navbar .dropdown-menu[aria-labelledby="drop-bone"] a:hover {
    color: #912d31
}

.navbar .dropdown-menu[aria-labelledby="drop-bone"] ul {
    padding-left: 10px;
    list-style-type: disc
}

.navbar .dropdown-menu[aria-labelledby="drop-bone"] ul li {
    color: #fff
}

.navbar .dropdown-menu[aria-labelledby="drop-bone"] .close {
    opacity: 1
}

.navbar .dropdown-menu[aria-labelledby="drop-bone"] .text bubble {
    background: #fff;
    border-radius: 50%;
    display: block
}

.navbar .dropdown-menu[aria-labelledby="drop-bone"] .text bubble.big, .navbar .dropdown-menu[aria-labelledby="drop-bone"] .text #MemberProfile bubble.user, #MemberProfile .navbar .dropdown-menu[aria-labelledby="drop-bone"] .text bubble.user {
    padding: 38px 30px 45px 35px;
    font-size: 95%;
    font-style: italic;
    border-radius: 75% 55%;
    max-height: 150px;
    width: 200px;
    margin: 12px -10px -10px 65px
}

.navbar .dropdown-menu[aria-labelledby="drop-bone"] .text bubble.big [class^="i-"]:not(.close):before, .navbar .dropdown-menu[aria-labelledby="drop-bone"] .text #MemberProfile bubble.user [class^="i-"]:not(.close):before, #MemberProfile .navbar .dropdown-menu[aria-labelledby="drop-bone"] .text bubble.user [class^="i-"]:not(.close):before {
    opacity: .5;
    color: inherit;
    margin: 0
}

.navbar .dropdown-menu[aria-labelledby="drop-bone"] .text bubble.big a, .navbar .dropdown-menu[aria-labelledby="drop-bone"] .text #MemberProfile bubble.user a, #MemberProfile .navbar .dropdown-menu[aria-labelledby="drop-bone"] .text bubble.user a {
    color: #912d31;
    padding: 0
}

.navbar .dropdown-menu[aria-labelledby="drop-bone"] .text bubble.big img, .navbar .dropdown-menu[aria-labelledby="drop-bone"] .text #MemberProfile bubble.user img, #MemberProfile .navbar .dropdown-menu[aria-labelledby="drop-bone"] .text bubble.user img {
    max-height: 100%
}

.navbar .dropdown-menu[aria-labelledby="drop-bone"] .text bubble.medium {
    width: 17px;
    height: 17px;
    margin: 10px 0 0 198px
}

.navbar .dropdown-menu[aria-labelledby="drop-bone"] .text bubble.small {
    width: 8px;
    height: 8px;
    margin: 3px 0 0 190px
}

.navbar .dropdown-menu[aria-labelledby="drop-bone"] .dog {
    margin-top: -40px
}

.navbar .dropdown-menu[aria-labelledby="drop-login"] {
    padding: 44px !important
}

.navbar .dropdown-menu[aria-labelledby="drop-login"] .checkbox-inline {
    margin-right: 11px;
    margin-top: 10px
}

.navbar .dropdown-menu[aria-labelledby="drop-login"] .btn-plain {
    margin-top: 17px;
    display: block
}

.navbar .dropdown-menu[aria-labelledby="drop-search"] {
    padding: 20px 34px
}

.navbar .dropdown-menu form.relogin {
    margin: 5px 0;
    display: none
}

.navbar .dropdown-menu form.relogin.open {
    display: block
}

.navbar .dropdown-menu form.relogin .form-control, .navbar .dropdown-menu form.relogin .calendar_box select, .calendar_box .navbar .dropdown-menu form.relogin select {
    width: 150px;
    margin-right: 5px;
    display: inline-block
}

.navbar .dropdown-menu form[name="search_form"] ul {
    list-style-type: none;
    margin-top: 10px;
    padding: 0 0 0 7px;
    font-size: 95%
}

.navbar .dropdown-menu form[name="search_form"] ul li {
    padding: 0 0 4px 20px
}

.navbar .dropdown-menu form[name="search_form"] ul li span {
    opacity: .4;
    cursor: pointer
}

.navbar .dropdown-menu form[name="search_form"] ul li .i-ok:before {
    font-size: 8px;
    margin-left: -20px;
    padding-right: 3px;
    display: none
}

.navbar .dropdown-menu form[name="search_form"] ul li.active, .navbar .dropdown-menu form[name="search_form"] ul li:hover {
    padding-left: 19px
}

.navbar .dropdown-menu form[name="search_form"] ul li.active span, .navbar .dropdown-menu form[name="search_form"] ul li:hover span {
    opacity: 1
}

.navbar .dropdown-menu form[name="search_form"] ul li.active .i-ok:before, .navbar .dropdown-menu form[name="search_form"] ul li:hover .i-ok:before {
    display: inline
}

.navbar .dropdown-menu a, .navbar .dropdown-menu .checkbox-inline span {
    color: #fff;
    opacity: .7
}

.navbar .dropdown-menu a:hover, .navbar .dropdown-menu a.white, .navbar .dropdown-menu .checkbox-inline span:hover, .navbar .dropdown-menu .checkbox-inline span.white {
    opacity: 1
}

.navbar .dropdown-menu a + .dropdown-header, .navbar .dropdown-menu noindex + .dropdown-header {
    margin-top: 12px
}

.navbar .dropdown-menu [class*="i-"]:not(.close):before {
    color: #fff;
    opacity: .3;
    font-size: 17px;
    margin-right: 7px;
    vertical-align: middle;
    width: 20px;
    display: inline-block;
    text-align: center
}

.navbar .dropdown-menu .close {
    opacity: .45;
    filter: alpha(opacity=30)
}

.navbar .dropdown-menu .close:hover, .navbar .dropdown-menu .close:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}

.navbar .dropdown-menu .btn-plain, .navbar .dropdown-menu .dropdown-header, .navbar .dropdown-menu red, .navbar .dropdown-menu .red {
    color: #cb3d43
}

.navbar .dropdown-menu .dropdown-block {
    margin-bottom: 12px;
    overflow: hidden
}

.navbar .dropdown-menu .dropdown-block:last-child {
    margin-bottom: 0
}

.navbar .dropdown-menu .dropdown-block a {
    display: block;
    padding-left: 28px
}

body.isModal .footer {
    display: none
}

body.isModal {
    margin-bottom: 0
}

.modal span.i-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1051
}

.register-form {
    margin-bottom: 0;
    min-width: 290px
}

.register-form #modal-register .modal-info {
    background-color: #912d31;
    padding: 0;
    color: #fff
}

.register-form #modal-register .modal-info a {
    color: #fff
}

.register-form #modal-register .modal-info .heading.visible-xs- {
    padding: 6%
}

.register-form #modal-register .modal-info .heading.visible-xs- span {
    opacity: .7
}

.register-form #modal-register .modal-info .heading.visible-xs- span #caret.right:before, .register-form #modal-register .modal-info .heading.visible-xs- span #caret.right:after {
    background-color: #fff
}

.register-form #modal-register .modal-info .heading.visible-xs- span.i-logo-full {
    opacity: 1;
    font-size: 42px
}

.register-form #modal-register .modal-info .heading.visible-xs- .popover {
    top: 106% !important;
    left: 6% !important;
    right: 6% !important;
    width: auto !important;
    max-width: 100% !important
}

.register-form #modal-register .modal-info .heading.visible-xs- .popover .arrow {
    display: none
}

.register-form #modal-register .modal-info > span.i-close:before {
    color: #fff
}

.register-form #modal-register .modal-info .heading.hidden-xs- {
    display: none;
    padding: 20px 34px 20px 32px;
    background: url(/images/dog.png) center 420px no-repeat;
    height: 100%
}

.register-form #modal-register .modal-info .heading.hidden-xs- span {
    opacity: .7
}

.register-form #modal-register .modal-info .heading.hidden-xs- span.i-logo-full {
    opacity: 1;
    margin-bottom: 63px;
    display: block;
    font-size: 42px
}

.register-form #modal-register .modal-info .heading.hidden-xs- h1 {
    color: #f4ede4;
    line-height: 120%;
    margin-bottom: 22px
}

.register-form #modal-register .modal-info .heading.hidden-xs- .tip {
    position: relative
}

.register-form #modal-register .modal-info .heading.hidden-xs- .tip:after {
    content: '';
    position: absolute;
    right: -54px;
    top: 3px;
    border: 10px solid transparent;
    border-left: 10px solid #912d31;
    z-index: 100
}

.register-form #modal-register .modal-body {
    background-color: #fff;
    padding: 0
}

.register-form #modal-register .modal-body .heading {
    padding: 30px 40px 20px 50px;
    background: #f9f9f9;
    margin-bottom: 17px;
    border-top-right-radius: 10px
}

.register-form #modal-register .modal-body .heading.hidden-xs- {
    display: none
}

.register-form #modal-register .modal-body .large {
    font-size: 130%
}

.register-form #modal-register .modal-body form {
    padding: 6%
}

.register-form #modal-register .modal-body form .form-group {
    margin-bottom: 18px
}

.register-form #modal-register .modal-body form .form-control, .register-form #modal-register .modal-body form .calendar_box select, .calendar_box .register-form #modal-register .modal-body form select {
    padding: 13px 12px
}

.register-form #modal-register .modal-body form .btn {
    margin-bottom: 18px
}

.register-form #modal-register .modal-body .popover-title {
    right: 0;
    top: 0
}

.register-form.step0 #modal-register .modal-info .heading.hidden-xs- {
    padding: 6%;
    text-align: center;
    background-position: center 340px
}

.register-form.step0 #modal-register .modal-info .heading.hidden-xs- img {
    margin: 30px auto 20px
}

.register-form.step0 #modal-register .modal-info .heading.hidden-xs- p {
    opacity: .3
}

.register-form.step0 #modal-register .modal-body .heading {
    padding: 45px 50px 0;
    background: transparent;
    margin-bottom: 0
}

@media (min-width: 700px) {
    .register-form #modal-register .modal-content {
        height: 615px
    }

    .register-form #modal-register .modal-info {
        width: 40%;
        float: left;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        height: 615px
    }

    .register-form #modal-register .modal-info .heading.visible-xs- {
        display: none
    }

    .register-form #modal-register .modal-info .heading.hidden-xs- {
        display: block
    }

    .register-form #modal-register .modal-body {
        width: 60%;
        float: left;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        height: 615px
    }

    .register-form #modal-register .modal-body .heading.hidden-xs- {
        display: block
    }

    .register-form #modal-register .modal-body form {
        padding: 18px 85px 30px 50px
    }
}

.announce {
    background: #f4ede3;
    padding: 18px 0;
    margin-top: -15px;
    margin-bottom: 15px;
    color: #a4a39f;
    position: relative;
    border-bottom: 1px #fff solid
}

.announce p {
    margin: 0 20px 0 47px
}

.announce b, .announce strong {
    color: #1e1e1e
}

.announce .i-info:before {
    color: #fff;
    font-size: 25px;
    vertical-align: middle;
    margin-right: 8px;
    float: left
}

.announce .i-close:before {
    font-size: 20px;
    margin-left: 17px;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: 13px
}

.sml_div {
    background: #f9f9f9
}

.sml_div .sml_box {
    text-align: center;
    padding: 4px !important;
    white-space: nowrap
}

.sml_div .sml_box .sml_img {
    height: 65px;
    line-height: 65px;
    text-align: center;
    border: 1px solid transparent
}

.sml_div .sml_box .sml_img.selected {
    border-color: #d8d8d8
}

.sml_div .sml_box .sml_img img {
    max-width: 95%;
    max-height: 95%
}

.sml_div .sml_box .sml_img[data-code] {
    line-height: 45px
}

.sml_div .sml_box .sml_img[data-code]:after {
    content: attr(data-code);
    display: block;
    line-height: 1;
    color: #4c4c4c;
    opacity: .5;
    overflow: hidden;
    text-overflow: ellipsis
}

.sml_div .sml_box .sml_img[data-code] img {
    max-height: 70%
}

.sml_div input {
    margin-right: 3px
}

.sml_div label {
    font-size: 90%;
    color: #4c4c4c
}

.content {
    padding: 10px 0
}

.block, .form, .comm-list, .diary-list {
    margin-bottom: 18px
}

.my-popover {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 33px;
    background: #fff;
    z-index: 10;
    text-align: left;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 13px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 13px 1px rgba(0, 0, 0, 0.15);
    padding: 12px;
    display: none
}

a.action {
    padding-left: 9px;
    color: #4c4c4c
}

a.action img {
    width: 14px;
    margin-top: -3px
}

a.action:hover img {
    fill: #912d31
}

a.action.watch img {
    width: 17px
}

a.action.unsub img {
    width: 12px
}

a.action:hover {
    color: #912d31
}

a.action:hover span:before {
    color: #912d31
}

a.read-switch {
    border: 1px solid #4c4c4c;
    border-radius: 50%;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-top: 1px;
    cursor: pointer
}

a.read-switch:hover, th a.not_readed {
    border: 1px solid #912d31;
    background: #912d31
}

tr.unreaded {
    font-weight: 700
}

tr.unreaded a.read-switch {
    border: 1px solid #912d31;
    background: #912d31
}

.tabs-default.nav-tabs li a {
    color: #4c4c4c
}

.tabs-default.nav-tabs li a:hover {
    color: #912d31
}

.tabs-default.nav-tabs li.active a {
    color: #1e1e1e
}

.tabs-default.tab-content .tab-pane {
    background: #f9f9f9;
    padding: 20px 18px
}

.tabs-default.tab-content.inverse .tab-pane {
    background: #fff
}

.new-user p {
    font-weight: 700;
    font-size: 105%;
    line-height: 1.7;
    margin-bottom: 12px
}

.new-user a {
    color: #4c4c4c;
    cursor: pointer
}

.new-user a:hover, .new-user a:focus {
    color: #1e1e1e;
    text-decoration: none
}

.new-user form {
    position: relative
}

.new-user input[type=text] {
    padding-right: 40px
}

.new-user input[type=submit] {
    position: absolute;
    right: 2px;
    top: 2px;
    width: 39px;
    padding: 0;
    background: transparent url(/images/i-new-user.svg) center/27px no-repeat;
    border: none;
    height: 32px
}

.new-user #rules-popover {
    margin-right: 17px
}

.settings .block-bg-in, .settings .form, .settings .block-border {
    padding: 15px 18px;
    margin-bottom: 15px
}

.settings select {
    width: auto;
    min-width: 60px;
    display: inline;
    vertical-align: baseline;
    margin: 0 5px 10px 0
}

.settings label {
    margin-right: 8px
}

.settings input {
    max-width: 286px;
    padding: 8px 10px;
    margin-right: 8px
}

.settings input[type=date] {
    max-width: 144px !important
}

.settings p.grey {
    line-height: 150%
}

.settings .btn-plain {
    padding-left: 0
}

.settings .big, .settings #MemberProfile .user, #MemberProfile .settings .user {
    font-size: 130%;
    margin-top: -4px
}

.settings .social input {
    display: inline-block;
    margin-bottom: 0
}

.settings .sml_div {
    padding: 12px 14px
}

.settings .sml_div .sml_box .sml_img {
    margin-bottom: 5px
}

.settings .tab-pane .sml_div {
    margin-left: -18px;
    margin-right: -18px
}

.settings .form-horizontal .form-group {
    margin: 0
}

.settings .form-horizontal .control-label {
    padding-left: 0;
    padding-right: 0;
    margin-right: 0
}

.settings .buttonRow {
    padding-top: 5px
}

.settings .buttonRow:nth-child(2n) {
    background: #f9f9f9;
    margin: 0 -5px 0 -15px;
    padding: 5px 5px 0 15px
}

.settings .buttonRow .col-lg-10 .table:first-child {
    margin: 0
}

.form .title {
    font-size: 110%;
    font-weight: 700;
    margin-bottom: 25px
}

.form .add-ons {
    margin: 20px 0 17px
}

.form .add-ons a {
    padding-left: 17px
}

.form .add-ons a:first-child {
    padding-left: 0
}

.form .btn-plain {
    padding-left: 0
}

table.table-plain th {
    font-weight: 400
}

table.table-plain td, table.table-plain th {
    padding: 0 20px 9px 0;
    border: none
}

table.table-content {
    border: 1px solid #ececec
}

table.table-content tbody tr:first-child td {
    border-top: none
}

table.table-content td, table.table-content th {
    padding-bottom: 8px;
    padding-top: 8px
}

table.table-content td:first-child, table.table-content th:first-child {
    padding-left: 17px
}

table.table-content td:last-child, table.table-content th:last-child {
    padding-right: 17px
}

table.table-content th {
    padding-bottom: 11px;
    padding-top: 11px
}

table.table-content th a {
    color: #1e1e1e
}

.categories {
    background-image: url(/images/line.gif), url(/images/line.gif);
    background-repeat: repeat-x, repeat-x;
    background-position: bottom, top;
    margin-top: 12px;
    margin-bottom: 17px;
    padding-bottom: 10px
}

.categories.nav-tabs li, .categories.nav-tabs li.active {
    padding: 0;
    background: none
}

.categories #caret:before, .categories #caret:after {
    background: #4c4c4c
}

.categories a {
    color: #4c4c4c;
    padding-top: 10px;
    margin-right: 15px;
    display: inline-block;
    background-position: center
}

.categories a:hover {
    color: #1e1e1e
}

.categories a.process {
    background-size: 18px
}

.categories b {
    padding-top: 10px;
    margin-right: 15px;
    display: inline-block
}

.categories .active a, .categories a.active, .categories a.current {
    color: #1e1e1e;
    font-weight: 700
}

.categories .active a span, .categories a.active span, .categories a.current span {
    font-weight: 400
}

.diary-categories item {
    display: block;
    margin-bottom: 6px
}

.diary-categories item a:first-child span {
    float: left
}

.diary-categories item a:last-child {
    font-family: "PT Serif", "Times New Roman", Times, serif;
    font-size: 108%;
    margin-left: 14px;
    display: block
}

.links {
    padding-bottom: 7px
}

.links a {
    display: inline-block;
    margin-right: 17px;
    margin-bottom: 3px;
    font-family: "PT Serif", "Times New Roman", Times, serif;
    font-size: 108%
}

.links a.active {
    font-weight: 700;
    color: #1e1e1e
}

.links a span {
    color: #4c4c4c;
    font-weight: 400
}

.links a b {
    color: #1e1e1e
}

.news .item span {
    color: #4c4c4c;
    font-family: "PT Serif", "Times New Roman", Times, serif;
    padding-right: 9px;
    font-size: 108%;
    float: left
}

.news .item a {
    display: block;
    margin-left: 85px
}

.stats h1, .stats .h1 {
    margin-top: -3px
}

.stats .grey span {
    color: #1e1e1e
}

.stats .stats-table .owl-dots {
    text-align: right
}

.stats .stats-table p {
    white-space: nowrap;
    margin-bottom: 3px
}

.discuss {
    color: #4c4c4c
}

.discuss .header {
    padding: 0 0 10px;
    margin-bottom: 13px;
    background: url(/images/line.gif) repeat-x bottom
}

.discuss .header > div:first-child {
    padding-left: 0
}

.discuss .title {
    font-family: "PT Serif", "Times New Roman", Times, serif;
    font-size: 108%;
    padding-left: 30px
}

.discuss.comments .title {
    padding-left: 0
}

.discuss .counter {
    padding-right: 10px
}

.discuss .counter b {
    color: #1e1e1e
}

.discuss .counter a {
    color: #4c4c4c;
    font-size: 95%
}

.discuss .counter a:hover {
    color: #912d31
}

.discuss .counter a:hover span:before {
    color: #912d31
}

.discuss .counter input[type=checkbox] {
    float: right;
    margin: 1px 0 0 10px
}

.discuss .item-header {
    padding-bottom: 5px;
    padding-top: 5px;
    overflow: hidden
}

.discuss .item-header .plus, .discuss .item-header .minus {
    height: 16px;
    width: 16px;
    display: inline-block;
    margin-left: -30px;
    margin-right: 10px;
    background: url(/images/i-plus.svg) center/16px 16px no-repeat;
    margin-bottom: -3px;
    cursor: pointer
}

@-moz-document url-prefix()
{
    .discuss .item-header .plus, .discuss .item-header .minus {
        height: 16px;
        width: 30px;
        display: inline-block;
        margin-left: -30px;
        margin-right: 10px;
        background: url(/images/i-plus.svg) center/16px 16px no-repeat;
        margin-bottom: -3px;
        cursor: pointer
    }
}

.discuss .item-header .minus {
    background-image: url(/images/i-minus.svg)
}

.discuss .item-header .plus.process, .discuss .item-header .minus.process {
    background-image: url(/images/process.svg)
}

.discuss .item-header .user {
    font-weight: 700;
    padding-right: 5px;
    cursor: pointer
}

.discuss .item-header .diary {
    color: #4c4c4c
}

.discuss .item-header .diary:hover {
    color: #1e1e1e
}

.discuss .item-header .counter a {
    color: #1e1e1e;
    font-weight: 700
}

.discuss #all_bits .item:nth-child(2n) .item-header {
    margin-left: -18px;
    padding-left: 18px;
    background-color: #f9f9f9
}

.discuss .list {
    padding-bottom: 3px
}

.discuss .list .item {
    padding-bottom: 8px;
    padding-top: 7px
}

.discuss .list .item:nth-child(2n) {
    margin-left: -18px;
    padding-left: 18px;
    background-color: #f9f9f9
}

.discuss .list .item:before {
    display: table;
    content: ''
}

.discuss .list .item:after {
    clear: both;
    display: table;
    content: ''
}

.discuss .list .item .date {
    padding-right: 8px
}

.discuss .list .item .counter b {
    width: 20px;
    display: inline-block;
    vertical-align: top
}

#smile .discuss .item-header .title {
    font-family: "PT Sans", Helvetica, Arial, sans-serif
}

#smile .discuss .item-header .plus, #smile .discuss .item-header .minus {
    margin-right: 6px
}

.comm-list .header {
    padding: 8px 0 9px;
    margin: -8px 0 1px;
    background: url(/images/line.gif) repeat-x bottom;
    color: #4c4c4c
}

.comm-list .header a {
    color: #4c4c4c
}

.comm-list .header a:hover {
    color: #912d31
}

.comm-list .header div {
    padding-left: 0
}

.comm-list .header div.last {
    padding: 0 18px 0 15px
}

.comm-list .item {
    padding-bottom: 6px;
    padding-top: 9px;
    font-size: 108%;
    font-family: "PT Serif", "Times New Roman", Times, serif
}

.comm-list .item:nth-child(2n+1) {
    margin-left: -18px;
    padding-left: 18px;
    background-color: #f9f9f9
}

.comm-list .item > div {
    padding-left: 0
}

.comm-list .item > div.title {
    position: initial
}

.comm-list .item > div.title a.process {
    background-size: 100% auto;
    background-position: center 0
}

.comm-list .item > div.title .t {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 82%;
    display: inline-block
}

.comm-list .item > div.title p {
    font-size: 85%;
    margin-left: 13px;
    color: #4c4c4c
}

.comm-list .item > div.title .i-heart:before, .comm-list .item > div.title .i-lock:before {
    font-size: 11px;
    margin-top: 6px;
    margin-left: 4px;
    vertical-align: top;
    display: inline-block
}

.comm-list .item > div.title .i-lock:before {
    font-size: 12px;
    margin-top: 5px
}

.comm-list .item > div.user {
    text-overflow: ellipsis;
    overflow: hidden
}

.comm-list .item > div.user .i-air:before {
    margin-left: 4px
}

.comm-list .item > div.ico {
    text-align: center
}

.comm-list .item > div.ico a {
    cursor: pointer;
    margin-top: 2px
}

.comm-list .item > div.ico a path {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #b2b2b2
}

.comm-list .item > div.ico a:hover path {
    fill: #912d31
}

.comm-list .item > div.more-info > div {
    padding-left: 0
}

.comm-list .item > div.more-info > div.last {
    padding-left: 20px;
    position: initial
}

.comm-list .item > div.more-info > div.last .col-xs-6, .comm-list .item > div.more-info > div.last .stats .stats-table > .col:first-child, .stats .comm-list .item > div.more-info > div.last .stats-table > .col:first-child, .comm-list .item > div.more-info > div.last .stats .stats-table .owl-carousel, .stats .stats-table .comm-list .item > div.more-info > div.last .owl-carousel, .comm-list .post-list .item > div.more-info > div.last .post-links .left, .post-list .comm-list .item > div.more-info > div.last .post-links .left, .comm-list .post-list .item > div.more-info > div.last .post-links .right, .post-list .comm-list .item > div.more-info > div.last .post-links .right {
    position: initial
}

.comm-list .item > div.more-info > div.last a > span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 95%;
    display: inline-block
}

.comm-list .item > div.more-info > div > div {
    padding: 0
}

.comm-list .item > div.more-info > div > div:first-child {
    font-family: "PT Sans", Helvetica, Arial, sans-serif;
    font-size: 90%;
    color: #4c4c4c
}

.comm-list .item span {
    color: #4c4c4c
}

.comm-list .item .popover-content {
    font-size: 90%
}

.diary-list .header {
    padding: 8px 0 9px;
    margin: -8px 0 1px;
    background: url(/images/line.gif) repeat-x bottom;
    color: #4c4c4c
}

.diary-list .header a {
    color: #4c4c4c
}

.diary-list .header a:hover {
    color: #912d31
}

.diary-list .item {
    padding-bottom: 6px;
    padding-top: 9px;
    font-size: 108%;
    font-family: "PT Serif", "Times New Roman", Times, serif
}

.diary-list .item:nth-child(2n+1) {
    margin-left: -18px;
    padding-left: 18px;
    background-color: #f9f9f9
}

.diary-list .item > div.title {
    position: initial
}

.diary-list .item > div.title a.process {
    background-size: 100% auto;
    background-position: center 0
}

.diary-list .item > div.title .t {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 82%;
    display: inline-block
}

.diary-list .item > div.title .i-heart:before, .diary-list .item > div.title .i-lock:before, .diary-list .item > div.title .i-comm:before {
    font-size: 11px;
    margin-top: 6px;
    margin-left: 4px;
    vertical-align: top;
    display: inline-block
}

.diary-list .item > div.title .i-lock:before {
    font-size: 12px;
    margin-top: 5px
}

.diary-list .item > div.title .i-comm:before {
    font-size: 13px;
    margin-top: 5px;
    margin-left: 2px
}

.diary-list .item > div.user {
    text-overflow: ellipsis;
    overflow: hidden
}

.diary-list .item > div.user .i-air:before {
    margin-left: 4px
}

.diary-list .item > div.ico {
    text-align: center
}

.diary-list .item > div.ico a {
    cursor: pointer;
    margin-top: 2px
}

.diary-list .item > div.ico a path {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #b2b2b2
}

.diary-list .item > div.ico a:hover path {
    fill: #912d31
}

.diary-list .item > div.more-info > div:nth-child(8) {
    position: initial
}

.diary-list .item > div.more-info > div:nth-child(8) a > span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 95%;
    display: inline-block
}

.diary-list .item > div.more-info > div:nth-child(1), .diary-list .item > div.more-info > div:nth-child(3), .diary-list .item > div.more-info > div:nth-child(5), .diary-list .item > div.more-info > div:nth-child(7) {
    font-family: "PT Sans", Helvetica, Arial, sans-serif;
    font-size: 90%;
    color: #4c4c4c
}

.diary-list .item > div.more-info span {
    color: #4c4c4c
}

.diary-list .item .popover-content {
    font-size: 90%
}

.post-list {
    margin-bottom: 18px
}

.post-list span[class*="i-"]:not(.i-close):before {
    color: #1e1e1e;
    opacity: .5
}

.post-list span[class*="i-"]:not(.i-close):hover:before {
    opacity: 1
}

.post-list .active span[class*="i-"]:before {
    opacity: 1
}

.post-list .day-header {
    padding: 10px 0 12px;
    margin-top: 25px
}

.post-list .day-header:first-child {
    margin-top: 0
}

.post-list .day-header > span {
    color: #912d31;
    text-transform: uppercase;
    font-weight: 700
}

.post-list .day-header a {
    float: right;
    margin-left: 12px
}

.post-list .day-header a:hover span:before, .post-list .day-header a.active span:before {
    color: #191919
}

.post-list .item {
    padding-top: 25px;
    background-image: url(/images/line.gif) repeat-x bottom
}

.post-list .item:before {
    display: table;
    content: ''
}

.post-list .item:after {
    clear: both;
    display: table;
    content: ''
}

.post-list .item .avatar {
    font-family: "PT Serif", "Times New Roman", Times, serif;
    overflow: hidden
}

.post-list .item .avatar > img {
    margin-top: 5px
}

.post-list .item .avatar p {
    color: #4c4c4c;
    margin-top: 7px
}

.post-list .item .avatar .user {
    font-weight: 700;
    font-size: 108%;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
    overflow: hidden
}

.post-list .item .post-content {
    font-family: "PT Serif", "Times New Roman", Times, serif;
    margin-bottom: 7px
}

.post-list .item .post-content .user {
    text-overflow: ellipsis;
    overflow: hidden;
    display: block
}

.post-list .item .post-content .date {
    padding-right: 8px;
    font-size: 120%;
    color: #4c4c4c
}

.post-list .item .post-content span[class*="i-"]:before {
    margin-right: 10px
}

.post-list .item .post-content span.i-lock:before, .post-list .item .post-content span.i-18:before {
    margin-left: 4px;
    color: #912d31;
    opacity: 1
}

.post-list .item .post-content .title {
    font-size: 120%;
    color: #1e1e1e;
    font-weight: 700;
    padding-right: 10px
}

.post-list .item .post-content .post-inner {
    margin: 16px 0;
    font-size: 108%;
    line-height: 150%;
    overflow: hidden;
    text-align: justify
}

.post-list .item .post-content .tags {
    color: #4c4c4c
}

.post-list .item .post-content .tags a {
    margin-right: 9px
}

.post-list .item .post-content .tags a:first-child {
    margin-left: 9px
}

.post-list .item .post-content .tags a:last-child {
    margin-right: 0
}

.post-list .item .post-links {
    margin-top: 10px
}

.post-list .item .post-links a {
    color: #4c4c4c;
    font-size: 88%;
    margin-right: 8px;
    margin-bottom: 7px;
    display: inline-block;
    white-space: nowrap;
    cursor: pointer
}

.post-list .item .post-links a:hover {
    color: #1e1e1e
}

.post-list .item .post-links a:last-child {
    margin-right: 0
}

.post-list .item .post-links .comments_count_link {
    color: #4c4c4c;
    margin: 0 9px 0 -9px;
    white-space: pre-wrap
}

.post-list .item .post-links .left .att-links {
    bottom: 33px;
    width: 155px;
    height: 70px
}

.post-list .item .post-links .right {
    padding-right: 0
}

.post-list .item .post-links .right .more-info-link {
    margin-right: 0
}

.post-list .item.closed .post-content {
    color: #4c4c4c
}

.post-list .commentsBox {
    clear: both;
    background: #f9f9f9;
    padding: 0 20px;
    box-shadow: 0 1px 13px 1px rgba(0, 0, 0, 0.2)
}

.post-list .commentsBox .item {
    padding-top: 20px
}

.post-list .commentsBox .item .post-content {
    padding-left: 0;
    margin-top: 0
}

.post-list .commentsBox .item .post-content .date {
    font-size: 100%
}

.post-list .commentsBox .item .post-content .post-inner {
    margin: 10px 0 14px
}

.post-list .commentsBox .item .post-links {
    margin-top: 10px
}

.post-list .commentsFormBox {
    background: #f9f9f9;
    padding: 20px;
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.2)
}

.post-list .commentsFormBox .quote, .post-list .commentsFormBox .section, .post-list .commentsFormBox #jsbut, .post-list .commentsFormBox #from_form, .post-list .commentsFormBox #shsmile {
    /*display: none*/
}

.umail table.umail-cats th, .umail table.umail-cats td {
    text-align: right
}

.umail table.umail-cats th:first-child, .umail table.umail-cats td:first-child {
    text-align: left;
    width: 70%
}

.umail table.umail-cats td:first-child {
    color: #4c4c4c
}

.umail table.umail-cats td:first-child a {
    color: #4c4c4c
}

.umail table.umail-cats td:first-child a:hover {
    color: #912d31
}

.umail table.umail-cat th:first-child, .umail table.umail-cat td:first-child {
    width: 20px
}

.umail table.umail-cat th:nth-child(3), .umail table.umail-cat td:nth-child(3) {
    width: 60%
}

.umail table.umail-cat td {
    font-family: "PT Serif", "Times New Roman", Times, serif;
    font-size: 108%
}

.umail .item {
    border: 1px solid #ececec;
    padding: 18px
}

.umail .item:before {
    display: table;
    content: ''
}

.umail .item:after {
    clear: both;
    display: table;
    content: ''
}

.umail .item .avatar {
    font-family: "PT Serif", "Times New Roman", Times, serif
}

.umail .item .avatar img {
    margin-bottom: 13px
}

.umail .item .avatar .user {
    font-weight: 700;
    font-size: 108%;
    margin-bottom: 15px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 90%
}

.umail .item .post-content {
    font-family: "PT Serif", "Times New Roman", Times, serif;
    margin-bottom: 10px
}

.umail .item .post-content .post-inner {
    font-size: 108%;
    line-height: 160%;
    overflow: hidden
}

.umail .item .post-links {
    margin-top: 20px
}

.umail .item .post-links a {
    color: #4c4c4c;
    font-size: 88%;
    margin-right: 9px;
    margin-bottom: 7px;
    display: inline-block;
    white-space: nowrap;
    cursor: pointer
}

.umail .item .post-links a:hover {
    color: #1e1e1e
}

.umail .item .post-links a:last-child {
    margin-right: 0
}

.umail .item.closed .post-content {
    color: #4c4c4c
}

.umail .reply {
    margin-top: 22px;
    padding-top: 12px;
    border-top: 1px solid #ececec;
    font-size: 13px
}

.umail .reply .meta {
    color: #4c4c4c
}

.umail .popover-content {
    font-size: 90%
}

.designs .form-inline label {
    min-width: 150px;
    color: #4c4c4c
}

.designs .links {
    margin-bottom: 8px
}

.designs .links a {
    font-family: "PT Sans", Helvetica, Arial, sans-serif;
    font-size: 100%
}

.designs .links a.active {
    color: #1e1e1e;
    font-weight: 700
}

.designs .order {
    position: relative;
    color: #4c4c4c;
    padding-right: 16px
}

.designs .order:hover {
    color: #1e1e1e
}

.designs .order.active {
    color: #1e1e1e;
    padding-left: 16px
}

.designs .order.active:before {
    content: '';
    position: absolute;
    left: 0;
    background: url(/images/i-arrow-up.svg) center 80%/8px auto no-repeat;
    width: 10px;
    height: 20px
}

.designs .order.active.order_direction_desc:before {
    transform: rotate(180deg);
    background-position: center 20%
}

.designs .list {
    padding-bottom: 0 !important;
    padding-top: 18px
}

.designs .list .item {
    border: 1px solid #ececec;
    margin-bottom: 20px
}

.designs .list .item .preview {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 65%
}

.designs .list .item .info {
    border-top: 1px solid #ececec;
    padding: 16px 14px 10px
}

.designs .list .item .info b {
    font-size: 110%;
    margin-bottom: 7px;
    display: block
}

.designs .list .item .info a[class*="design_"] .save {
    margin: 0 0 -3px 4px;
    height: 16px;
    width: 17px;
    cursor: pointer
}

.designs .list .item .info a[class*="design_"] .save path {
    stroke-width: 2px;
    transition: all .5s
}

.designs .list .item .info a.design_save .save path {
    fill: #fff;
    stroke: #ddd
}

.designs .list .item .info a.design_save .save:hover path {
    fill: #922D32;
    stroke: #922D32
}

.designs .list .item .info a.design_delete .save path {
    fill: #922D32;
    stroke: #922D32
}

.designs .list .item .info a.design_delete .save:hover path {
    fill: #fff;
    stroke: #ddd
}

.designs .list .item .info .author {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
    overflow: hidden
}

.designs .tabs-default label {
    min-width: 94px
}

.designs .tabs-default input[type=text] {
    max-width: 100px;
    display: inline-block
}

.designs .tabs-default input[type=button] {
    border-radius: 4px;
    border: 1px #e7e7e7 solid;
    margin-bottom: 8px
}

#avatar .list .item {
    margin-bottom: 25px;
    padding-right: 7px
}

#avatar .list .item input[type=checkbox] {
    width: 17px;
    height: 17px
}

#avatar .list .item .pic {
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 12px;
    height: 0;
    padding-bottom: 100%;
    margin-right: 5px
}

#avatar .list .item #inputs {
    height: 50px
}

.modal #avatar .list {
    margin: 0 -12px -12px 0
}

.modal #avatar .list .item {
    margin-bottom: 0
}

.modal #avatar .list .item .pic {
    background-color: #f9f9f9;
    cursor: pointer
}

#bi .list {
    margin: 20px -20px -20px 0
}

#bi .list .item {
    background-color: #fff;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 13px 13px 11px
}

#bi .list .item.item-showed {
    background-color: #ececec
}

#bi .list .item.process {
    background: #fff url(/images/process.svg) center 40%/auto 25px no-repeat
}

#bi .list .item.process .pic {
    opacity: .1
}

#bi .list .item .pic {
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 12px;
    height: 0;
    padding-bottom: 90%;
    margin-bottom: 10px;
    transition: none
}

#bi .list .item a:not([class="pic"]) {
    float: right;
    font-size: 85%;
    padding-top: 5px
}

#bi .list .item a.process {
    padding-top: 0;
    background-size: 20px auto;
    float: none;
    background-image: url(/images/process.svg) !important
}

.pay .table > thead > tr > th, .pay .table > tbody > tr > th, .pay .table > tfoot > tr > th, .pay .table > thead > tr > td, .pay .table > tbody > tr > td, .pay .table > tfoot > tr > td {
    border-top: none;
    background: url(/images/line.gif) repeat-x bottom
}

.pagination {
    margin: 10px 0 18px
}

.pagination a {
    color: #4c4c4c;
    margin-right: 12px;
    font-size: 110%
}

.pagination a:hover, .pagination a.active {
    color: #1e1e1e
}

.pagination a.active {
    font-weight: 700
}

.pagination a.process {
    background: url(/images/process.svg) center/contain no-repeat
}

.ads-bottom .item {
    margin-bottom: 20px
}

.ads-bottom .item iframe, .ads-bottom .item img {
    max-width: 100%
}

.ads-right {
    padding-top: 4px
}

.ads-right div, .ads-right iframe {
    max-width: 100%;
    text-align: left;
    margin: 0 !important;
    text-align: center
}

#MemberProfile .navbar {
    margin-bottom: 0
}

#MemberProfile .announce {
    margin-bottom: 0;
    margin-top: 0
}

#MemberProfile .cap {
    display: none
}

#MemberProfile .content {
    padding: 0
}

#MemberProfile .content p.grey {
    line-height: 170%
}

#MemberProfile .content .main {
    position: static
}

#MemberProfile .user {
    background: #f9f9f9;
    margin: 0 -20px;
    padding: 24px 20px 18px
}

#MemberProfile .user .avatar img {
    margin: 0
}

#MemberProfile .diary {
    padding: 18px 0
}

#MemberProfile .ads-right {
    padding-bottom: 25px
}

@media (min-width: 768px) {
    #MemberProfile .user {
        margin: 0 0 0 -20px
    }

    #MemberProfile .ads-right {
        padding-top: 29px
    }
}

@media (min-width: 1200px) {
    #MemberProfile .content .main {
        display: -webkit-flex;
        display: flex;
        padding-left: 0
    }

    #MemberProfile .user {
        -webkit-flex-basis: 320px;
        flex-basis: 320px;
        margin: 0 18px 0 -20px;
        padding-left: 40px
    }

    #MemberProfile .diary {
        padding: 25px 0 10px 20px
    }
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 160px;
    padding: 30px 0;
    background-color: #323232;
    color: #c3c3c3;
    font-size: 95%
}

.footer a {
    color: #c3c3c3
}

.footer a:hover {
    color: #fff
}

.footer .copy p {
    margin-top: 6px
}

.footer .aside {
    text-align: right
}

.footer .aside p {
    display: inline-block
}

.footer .aside p a {
    padding-right: 13px
}

.footer .aside span {
    padding-right: 50px
}

@media (max-width: 320px) {
    .dog {
        max-height: 200px
    }

    .settings input {
        margin-right: 0
    }

    .post-list .day-header span {
        font-size: 90%
    }

    .post-list .day-header .more-btn {
        font-size: 85%
    }

    #avatar .list .item label {
        font-size: 85%
    }
}

@media (max-width: 359px) {
    .navbar .navbar-user > li:nth-child(7) {
        display: none
    }

    .navbar .navbar-user > li .dropdown-menu .i-menu-settings, .navbar .navbar-user > li .dropdown-menu .i-menu-settings + a {
        display: inline
    }

    .discuss .item .item-header .title {
        max-width: 180px
    }

    .discuss .item .item .title {
        max-width: 160px
    }
}

@media (min-width: 375px) {
    .navbar .container {
        padding-left: 20px
    }

    .navbar .navbar-user > li > a {
        padding-right: 6px;
        padding-left: 6px
    }
}

@media (min-width: 420px) {
    .navbar .navbar-brand {
        margin-right: 13px
    }

    .navbar .navbar-user {
        padding-right: 10px
    }

    .navbar .navbar-user > li > a {
        padding-left: 9px;
        padding-right: 9px
    }
}

@media (max-width: 767.98px) {
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .settings .sml_div .sml_box, .col-xs-2, .col-sm-2, .settings .sml_div .sml_box, .post-list .item .avatar, .post-list .item .post-links .left, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .stats .stats-table > .col:first-child, .col-md-3, .ads-right, .col-lg-3, .col-xs-4, .settings .sml_div .sml_box, .col-sm-4, .ads-bottom .item, .footer .copy, .col-md-4, .new-user, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .stats .stats-table > .col:first-child, .stats .stats-table .owl-carousel, .post-list .item .post-links .left, .post-list .item .post-links .right, .col-sm-6, .intro, .new-user, .news, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .footer .aside, .col-md-8, .intro, .col-lg-8, .stats .stats-table .owl-carousel, .col-xs-9, .col-sm-9, .stats .stats-table .owl-carousel, .col-md-9, .content .main, .col-lg-9, .stats .stats-table, .col-xs-10, .col-sm-10, .post-list .item .post-content, .post-list .item .post-links .right, .col-md-10, .stats .stats-table, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding: 0
    }

    .tip-cursor {
        display: none !important
    }

    .g-recaptcha {
        transform: scale(0.85);
        -webkit-transform: scale(0.85);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0
    }

    .form-control, .calendar_box select {
        font-size: 16px;
        padding-top: 9px;
        padding-bottom: 9px
    }

    .navbar .navbar-more {
        margin: 0
    }

    .navbar .navbar-more > li {
        padding: 13px 0
    }

    .navbar .open .dropdown-menu {
        position: fixed;
        top: 64px;
        bottom: 0
    }

    .navbar .open .dropdown-menu .overflow {
        max-height: 100%;
        overflow-y: scroll;
        overflow-x: hidden
    }

    .content {
        padding-top: 8px
    }

    .content .fake {
        display: none
    }

    .content .btn-square {
        margin-top: 8px
    }

    .settings select {
        margin-bottom: 10px
    }

    .settings .social input {
        max-width: 85%
    }

    .settings#interest .btn-square, .settings#favourite .btn-square {
        transform: rotate(90deg)
    }

    a.ico {
        margin-right: 15px !important;
        width: 20px;
        overflow: hidden;
        display: inline-block
    }

    a.ico span[class*="i-"]:before {
        vertical-align: middle
    }

    .discuss .header .counter {
        padding-right: 0
    }

    .discuss .header .counter span {
        display: none
    }

    .discuss .item-header {
        padding-left: 30px
    }

    .discuss .item-header .title {
        max-width: 220px
    }

    .discuss .item-header .counter {
        padding-top: 2px;
        padding-right: 0
    }

    .discuss #all_bits .item:nth-child(2n) .item-header {
        margin-right: -20px;
        margin-left: -20px;
        padding-left: 50px;
        padding-right: 20px
    }

    .discuss .title {
        padding-left: 0
    }

    .discuss .list .item {
        padding-left: 30px;
        padding-top: 13px
    }

    .discuss .list .item:nth-child(2n) {
        margin-right: -20px;
        margin-left: -20px;
        padding-left: 50px;
        padding-right: 20px
    }

    .discuss .list .item .counter {
        padding: 2px 0 4px
    }

    .discuss .list .item .counter a.unsub {
        margin-right: -2px
    }

    .discuss.comments .list .item {
        padding-left: 0
    }

    .discuss.comments .list .item:nth-child(2n) {
        padding-left: 20px
    }

    .diary-list .header > div:nth-child(2), .comm-list .header > div:nth-child(2) {
        text-align: center
    }

    .diary-list .item, .comm-list .item {
        margin-right: -20px;
        margin-left: -20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 0
    }

    .diary-list .item .user, .comm-list .item .user {
        clear: both;
        padding-bottom: 15px !important;
        padding-right: 15% !important
    }

    .diary-list .item .user a, .comm-list .item .user a {
        color: #4c4c4c;
        margin-left: 13px
    }

    .diary-list .item .more-info, .comm-list .item .more-info {
        display: none;
        clear: both;
        background: #fff;
        margin: 0 -20px;
        padding: 10px 20px 13px 33px !important;
        -webkit-box-shadow: inset 0 15px 15px -15px rgba(0, 0, 0, 0.15), inset 0 -15px 15px -15px rgba(0, 0, 0, 0.15);
        box-shadow: inset 0 15px 15px -15px rgba(0, 0, 0, 0.15), inset 0 -15px 15px -15px rgba(0, 0, 0, 0.15)
    }

    .diary-list .item .more-info > div, .comm-list .item .more-info > div {
        padding: 7px 10px 0 0 !important
    }

    .comm-list .item .ico {
        margin-top: -25px
    }

    .comm-list .item .more-info > div {
        clear: both
    }

    .post-list .day-header {
        text-align: left
    }

    .post-list .day-header .more-btn {
        float: right;
        width: 63px;
        margin-left: 0
    }

    .post-list .day-header .more-btn #caret {
        display: none
    }

    .post-list .item .avatar > img {
        margin-bottom: 18px;
        float: left;
        margin-right: 18px;
        max-width: 20%
    }

    .post-list .item .avatar p {
        margin-bottom: 18px
    }

    .post-list .item .avatar .user {
        max-width: 99%
    }

    .post-list .item:first-of-type .avatar .user {
        max-width: 70%
    }

    .post-list .item .post-content {
        clear: both;
        margin-top: 25px
    }

    .post-list .item .post-content .post-inner {
        margin: 8px 0 18px
    }

    .post-list .item .post-links {
        margin-top: 0;
        position: relative
    }

    .post-list .item .post-links .left {
        width: 44%
    }

    .post-list .item .post-links .right {
        text-align: right;
        position: initial;
        width: 56%
    }

    .post-list .item .post-links .right .more-info-link {
        width: 15px;
        margin-bottom: 3px
    }

    .post-list .item .post-links .right .more-info-link .icon-bar {
        background-color: #4c4c4c;
        display: block;
        width: 3px;
        height: 3px;
        transition: all .3s;
        border-radius: 50%;
        margin-top: 5px;
        float: left;
        margin-right: 3px
    }

    .post-list .item .post-links .right .more-info-link .icon-bar:last-child {
        margin-right: 0
    }

    .post-list .item .post-links .right .more-info {
        position: absolute;
        width: 100%;
        left: 0;
        background: #fff;
        z-index: 99;
        text-align: left;
        border-radius: 4px;
        -webkit-box-shadow: 0 0 13px 1px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 13px 1px rgba(0, 0, 0, 0.15);
        padding: 12px 18px;
        display: none;
        bottom: auto
    }

    .post-list .item .post-links .right .more-info .close {
        margin: -3px -9px 0 0
    }

    .post-list .item .post-links .right .more-info .arrow {
        right: 17px;
        left: auto;
        display: none !important
    }

    .post-list .item .commentsBox .avatar > img {
        max-width: 20%
    }

    .post-list .item .commentsBox .left {
        width: 52%
    }

    .post-list .item .commentsBox .right {
        width: 48%
    }

    .post-list .item[id*="comment"] span[class*="i-"]:not(.i-close):before {
        margin-left: 10px;
        margin-right: 0
    }

    .post-list .item[id*="comment"] .post-content .date, .post-list .item[id*="comment"] .post-content .postActionLinks {
        display: none
    }

    .umail .item .avatar img {
        margin-bottom: 25px;
        float: left;
        margin-right: 9%
    }

    .umail .item .avatar .user {
        text-overflow: ellipsis;
        max-width: 49%;
        display: inline-block;
        overflow: hidden
    }

    .umail .item .avatar .post-links {
        margin-top: 0
    }

    .umail .item .post-content {
        clear: both
    }

    .umail a.pull-right span {
        display: none
    }

    .umail input[type=date] {
        display: inline-block
    }

    .designs a.action {
        margin: 9px 6px 3px 0;
        padding: 0
    }

    .designs input[type="button"] {
        margin-right: 0 !important;
        top: -4px;
        position: relative
    }

    .ads-right {
        text-align: left
    }

    .footer {
        padding: 25px 0 40px
    }

    .footer .aside {
        text-align: left
    }
}

@media (min-width: 480px) {
    .navbar .navbar-brand.logo {
        display: block
    }
}

@media (min-width: 530px) {
    .navbar .navbar-user {
        float: left;
        margin: 0 17px;
        padding: 0 7px 0 10px
    }

    .navbar .navbar-more.navbar-right {
        display: block
    }
}

@media (min-width: 720px) {
    .navbar .navbar-user > li.username {
        display: flex !important;
        align-items: center;
        padding: 13px 5px 13px 10px;
        height: 64px
    }

    .navbar .navbar-user > li.username a {
        text-overflow: ellipsis;
        max-width: 150px;
        overflow: hidden;
        font-size: 13px;
        padding: 0;
        text-align: left;
        line-height: 14px
    }
}

@media (min-width: 768px) {
    .modal-open .modal {
        right: -30px;
        padding-right: 30px
    }

    .ads-top .container div, .ads-top .container iframe {
        max-width: 768px
    }

    .navbar .navbar-header {
        padding-left: 20px
    }

    .navbar .navbar-brand {
        margin-right: 18px
    }

    .navbar .dropdown-menu {
        border-color: transparent
    }

    .navbar .dropdown-menu span.close + .dropdown-header {
        padding-top: 0
    }

    .navbar .dropdown-menu[aria-labelledby="drop-bone"] {
        left: -240px;
        min-width: 500px
    }

    .navbar .dropdown-menu[aria-labelledby="drop-bone"] ul {
        margin-bottom: 30px
    }

    .navbar .dropdown-menu[aria-labelledby="drop-bone"] .dog {
        float: left;
        margin-top: -70px;
        height: 210px
    }

    .navbar .dropdown-menu[aria-labelledby="drop-bone"] .text {
        margin: -50px 0 0 120px
    }

    .navbar .dropdown-menu[aria-labelledby="drop-bone"] .text bubble.medium {
        float: none;
        margin: -30px 60px 0 50px
    }

    .navbar .dropdown-menu[aria-labelledby="drop-bone"] .text bubble.small {
        float: none;
        margin: -15px 0 0 33px
    }

    .navbar .dropdown-menu[aria-labelledby="drop-search"] {
        width: 325px;
        left: -50px
    }

    .navbar .dropdown-menu[aria-labelledby="drop-search"] .form-group {
        white-space: nowrap
    }

    .navbar .dropdown-menu form.relogin {
        margin: -5px 0 0
    }

    .navbar .dropdown-menu form.relogin.open {
        display: inline-block
    }

    .navbar .dropdown-menu form.relogin .form-control, .navbar .dropdown-menu form.relogin .calendar_box select, .calendar_box .navbar .dropdown-menu form.relogin select {
        width: 110px;
        margin-right: 3px;
        margin-bottom: 0;
        padding: 3px 5px
    }

    .navbar .navbar-nav {
        height: 64px
    }

    .navbar .navbar-nav > li.open:after {
        content: '';
        bottom: -3px;
        border-bottom-color: #373737;
        z-index: 1001;
        left: 0;
        right: 0;
        margin: 0 auto
    }

    .navbar .navbar-nav > li.open:before {
        content: '';
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: -3px;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 10px solid rgba(255, 255, 255, 0.5);
        position: absolute
    }

    .navbar .navbar-nav > li > .dropdown-menu {
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0
    }

    .navbar .navbar-nav > li > .dropdown-menu .overflow {
        padding: 25px 30px 20px
    }

    .navbar .navbar-more > li {
        margin-right: 9px
    }

    .navbar .navbar-more > li.li-bone.open:after {
        border-bottom-color: #f4ede4
    }

    .navbar .navbar-more .dropdown-menu[aria-labelledby="drop-search"] {
        right: -35px;
        left: auto
    }

    .navbar .navbar-more .dropdown-menu[aria-labelledby="drop-common"] {
        min-width: 700px;
        right: auto;
        left: -55px
    }

    .navbar .navbar-user {
        padding-left: 8px
    }

    .navbar .navbar-user > li > .dropdown-menu {
        min-width: 520px;
        max-width: 520px;
        left: -440px
    }

    .announce p {
        margin: 0;
        display: inline
    }

    .announce .container {
        text-align: center
    }

    .announce .i-info:before {
        float: none
    }

    .announce .i-close:before {
        position: inherit
    }

    .diary-categories .owl-item div {
        padding-right: 10%
    }

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

    .comm-list .item > div.more-info > div {
        text-align: right
    }

    .post-list .item .avatar {
        max-width: 150px;
        display: flex;
        flex-direction: column;
        align-items: flex-start
    }

    .post-list .item .avatar > img {
        margin-bottom: 7px;
        order: 2;
        max-width: 150px;
    }

    .post-list .item .avatar p {
        order: 3;
        margin-top: 4px
    }

    .post-list .item .avatar .user {
        order: 1;
        margin-bottom: 4px
    }

    .post-list .item .post-links .more-info-link {
        display: none
    }

    .post-list .item .post-links .more-info {
        display: inline;
        float: right
    }

    .post-list .commentsBox .item .avatar img {
        max-width: 80%
    }

    .post-list .commentsBox, .post-list .item .avatar .user, .umail .item .avatar .user {
        clear: both
    }

    .designs .order {
        float: right;
        padding-left: 16px;
        padding-right: 0
    }

    .designs .order.active {
        padding-left: 32px
    }

    .designs .order.active:before {
        left: 18px
    }

    .designs .list {
        padding-right: 7px !important
    }

    .designs .list .item .info {
        height: 115px;
        padding-bottom: 0
    }

    .groups .col-sm-1 {
        padding-top: 51px
    }

    .ads-bottom {
        margin: 0 15px 0 -20px
    }
}

@media (max-width: 991.98px) {
    .ads-top, .ads-top .container {
        padding: 0
    }

    .dog-block {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .navbar > .container {
        position: relative
    }

    .navbar .navbar-toggle {
        padding: 10px 0
    }

    .navbar .navbar-toggle:not(.collapsed):after {
        border-bottom: 10px solid #373737;
        border-left-width: 8px;
        border-right-width: 8px;
        bottom: -16px;
        z-index: 1
    }

    .navbar .navbar-more .dropdown-menu {
        right: -20px
    }

    .post-list .item .post-links .left {
        width: 20%
    }

    .post-list .item .post-links .right {
        padding-left: 0;
        width: 80%;
        text-align: right
    }

    .discuss .list .item:nth-child(2n), .diary-list .item:nth-child(2n+1), .comm-list .item:nth-child(2n+1) {
        margin-left: -20px;
        padding-left: 20px;
        margin-right: -20px;
        padding-right: 20px
    }

    .discuss .title {
        width: 77%
    }

    .diary-list .header > div:nth-child(3) > div:nth-child(5) {
        padding-left: 20px
    }

    .diary-list .item > div.more-info > div:nth-child(10) {
        padding-left: 20px
    }

    .comm-list .item .more-info {
        margin: 0 -20px
    }
}

@media (min-width: 992px) {
    .scroll {
        white-space: normal
    }

    .block-bg, .stats {
        padding: 15px 18px;
        margin: 0 0 18px -18px
    }

    .ads-top .container {
        position: relative
    }

    .ads-top .container .dog-block {
        position: absolute;
        right: 72px;
        bottom: -7px;
        min-height: 101px;
        min-width: 112px
    }

    .ads-top .container .dog-block .dog {
        z-index: 101;
        bottom: -9px;
        position: absolute;
        right: 0
    }

    .ads-top .container .dog-block .text {
        float: left;
        display: none;
        margin-right: 100px !important;
        z-index: 99;
        position: relative
    }

    .ads-top .container .dog-block .text bubble {
        background: #fff;
        border-radius: 50%;
        display: inline-block;
        border: 1px solid #e8e8e8
    }

    .ads-top .container .dog-block .text bubble.big, .ads-top .container .dog-block .text #MemberProfile bubble.user, #MemberProfile .ads-top .container .dog-block .text bubble.user {
        padding: 38px 30px 45px 25px;
        font-size: 90%;
        font-style: italic;
        border-radius: 55% 75%;
        width: 190px;
        margin: 0 0 -38px;
        float: left;
        height: 150px;
        line-height: 130%
    }

    .ads-top .container .dog-block .text bubble.big img, .ads-top .container .dog-block .text #MemberProfile bubble.user img, #MemberProfile .ads-top .container .dog-block .text bubble.user img {
        max-height: 100%
    }

    .ads-top .container .dog-block .text bubble.medium {
        width: 16px;
        height: 16px;
        margin: 29px 3px 0 -6px
    }

    .ads-top .container .dog-block .text bubble.small {
        width: 8px;
        height: 8px;
        margin: 0 10px -2px 0
    }

    .navbar .navbar-user > li > a {
        line-height: 14px;
        padding: 11px 5px 2px
    }

    .navbar .navbar-user > li > a span.alt {
        font-size: 12px;
        opacity: .7;
        transition: opacity .3s;
        display: inline-block
    }

    .navbar .navbar-user > li > a span[class*="i-"]:before {
        height: 15px;
        line-height: 15px
    }

    .navbar .navbar-user > li .num {
        line-height: 14px
    }

    .navbar .navbar-user > li .num a {
        padding: 0 5px 6px
    }

    .comm-list .item .popover, .diary-list .item .popover {
        min-width: 220px
    }

    .post-list .item .post-links .right {
        text-align: right;
        float: right;
    }

    .modal-big.modal-open .modal-dialog, .umail_umail_read_.modal-open .modal-dialog {
        width: 900px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .ads-top .container .dog-block .dog {
        cursor: pointer
    }

    .navbar .navbar-header {
        padding-left: 0
    }

    .container, .ads-right {
        padding: 0
    }

    .post-list .item .post-links .left {
        width: 20%
    }

    .post-list .item .post-links .right {
        padding-left: 0;
        width: 80%
    }

    .diary-list .header > div:nth-child(3) > div:nth-child(5), .comm-list .header > div:nth-child(3) > div:nth-child(5) {
        padding-left: 20px
    }

    .diary-list .item > div.more-info > div:nth-child(10), .comm-list .item > div.more-info > div:nth-child(10) {
        padding-left: 20px
    }

    .comm-list .item .more-info {
        margin: 0 0 0 -20px;
        padding-left: 30px !important;
        padding-right: 0 !important
    }

    .discuss .title {
        width: 77%
    }
}

@media (max-width: 1199px) {
    a.action {
        width: 26px;
        overflow: hidden;
        height: 16px;
        padding-bottom: 3px;
        display: inline-block
    }

    a.action img {
        width: 14px
    }

    .comm-list .item {
        padding-bottom: 0
    }

    .comm-list .item .more-info {
        display: none;
        clear: both;
        background: #fff;
        padding: 13px 20px 20px 30px;
        -webkit-box-shadow: inset 0 15px 15px -15px rgba(0, 0, 0, 0.1), inset 0 -15px 15px -15px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 15px 15px -15px rgba(0, 0, 0, 0.1), inset 0 -15px 15px -15px rgba(0, 0, 0, 0.1)
    }

    .comm-list .item .more-info > div {
        padding: 7px 10px 0 0
    }
}

@media (min-width: 1200px) {
    .ads-top .container .dog-block .text {
        display: block
    }

    .ads-right {
        padding-right: 0 !important
    }

    .navbar .navbar-brand.logo {
        display: none
    }

    .navbar .navbar-user > li > a {
        padding-left: 8px;
        padding-right: 8px
    }

    .navbar .navbar-user > li.username a {
        max-width: 200px
    }

    .navbar .navbar-user > li.avatar a {
        margin-left: 13px
    }
}

@media (min-width: 1400px) {
    .new-user.no-gutter, .new-user, .stats .stats-table > .new-user.col:first-child, .post-list .item .new-user.avatar, .designs .list .new-user {
        padding-left: 20px
    }

    .diary-list .item > div.title .t {
        max-width: 88%
    }
}

input[type=radio] {
    border: 1px solid #bdbdbd;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 18px;
    margin: 0 4px 0 0;
    outline: none !important;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 18px;
    min-width: 18px;
    -webkit-appearance: none;
    border-radius: 50%;
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out
}

input[type=radio]:checked:before {
    content: "";
    background: #1f1f1f;
    border-radius: 50%;
    float: left;
    display: inline-block;
    margin: 4px;
    width: 8px;
    height: 8px;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

input[type=checkbox] {
    border: 1px solid #bdbdbd;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 16px;
    margin: 0 4px 0 0;
    outline: none !important;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
    -webkit-appearance: none;
    border-radius: 3px;
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out
}

input[type=checkbox]:checked:before {
    content: "";
    background: url(/images/i-ok.svg) center/95% no-repeat;
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

select {
    max-width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none
}

select:not([multiple]) {
    background: #fff url(/images/i-arrow.svg) right 10px center/9px 5px no-repeat;
    padding: 8px 25px 8px 10px
}

#caret {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 5px
}

#caret:before, #caret:after {
    position: absolute;
    content: "";
    left: 7px;
    bottom: 1px;
    width: 7px;
    height: 2px;
    background: #fff;
    opacity: .2;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transform: rotate(-43deg);
    -moz-transform: rotate(-43deg);
    -ms-transform: rotate(-43deg);
    -o-transform: rotate(-43deg);
    transform: rotate(-43deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%
}

#caret:after {
    left: 0;
    -webkit-transform: rotate(43deg);
    -moz-transform: rotate(43deg);
    -ms-transform: rotate(43deg);
    -o-transform: rotate(43deg);
    transform: rotate(43deg);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

#caret.right:before, #caret.right:after {
    left: 3px;
    bottom: -1px;
    opacity: 1
}

#caret.right:after {
    left: 0;
    bottom: 3px
}

#caret.left:before, #caret.left:after {
    left: 3px;
    bottom: 3px;
    opacity: 1
}

#caret.left:after {
    left: 0;
    bottom: -1px
}

#caret.grey:before, #caret.grey:after {
    background: #bebebe;
    opacity: .9
}

.btn-square {
    background: #fff;
    margin-bottom: 8px;
    padding: 6px 10px;
    width: 34px
}

.btn-square #caret.left, .btn-square #caret.right {
    width: 8px;
    margin-left: -2px
}

.btn-square #caret.left:before, .btn-square #caret.left:after, .btn-square #caret.right:before, .btn-square #caret.right:after {
    background: #1e1e1e
}

.open > a #caret:before {
    left: 4px;
    -webkit-transform: rotate(43deg);
    -moz-transform: rotate(43deg);
    -ms-transform: rotate(43deg);
    -o-transform: rotate(43deg);
    transform: rotate(43deg);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.open > a #caret:after {
    left: 3px;
    -webkit-transform: rotate(-43deg);
    -moz-transform: rotate(-43deg);
    -ms-transform: rotate(-43deg);
    -o-transform: rotate(-43deg);
    transform: rotate(-43deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.input-group-addon {
    position: absolute;
    right: 0;
    top: 0
}

.calendar_input {
    padding-right: 30px !important;
    width: 120px;
    font-size: 14px;
    display: inline-block;
    background: #fff url(/images/i-calendar.svg) right 10px top 9px/17px auto no-repeat
}

.calendar_box {
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 13px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 13px 1px rgba(0, 0, 0, 0.15);
    padding: 18px 23px;
    min-width: 200px;
    width: 210px
}

.calendar_box table {
    width: 100%
}

.calendar_box select {
    font-size: 14px;
    margin-right: 0;
    padding: 3px;
    display: inline;
    vertical-align: baseline
}

.voting .progress {
    margin: 5px 0;
    height: 10px
}

.voting .progress-bar {
    background-color: rgba(28, 39, 62, 0.5);
    line-height: 10px
}

@media (max-width: 767.98px) {
    .voting .row {
        margin: 0 0 15px
    }
}

@media (min-width: 768px) {
    .voting .row {
        margin: 0 0 10px
    }

    .voting .res {
        padding: 5px 0
    }

    .voting div[class*='col-'] {
        padding-left: 0
    }
}

.post-list .day-header::after, .header#commentsArea_title::after, .header#addCommentArea_title::after {
    border-bottom: 5px solid #912d31;
    display: block;
    margin-top: 14px;
    content: '';
}
.post-list .item {
    padding-top: 25px;
    background: url(/images/line.gif) repeat-x bottom;
}