html {
    color: #000;
    background: #fff
}

blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
input,
li,
p,
ul {
    margin: 0;
    padding: 0
}

fieldset,
img {
    border: 0
}

strong {
    font-style: inherit;
    font-weight: inherit
}

li {
    list-style: none
}

input {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}

img:-moz-broken,
img:-moz-user-disabled {
    -moz-force-broken-image-icon: 1
}

img:-moz-broken:not([width]),
img:-moz-user-disabled:not([width]) {
    width: 50px
}

img:-moz-broken:not([height]),
img:-moz-user-disabled:not([height]) {
    height: 50px
}

html {
    background-color: #f2f2f2;
    overflow-y: scroll !important
}

body {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size: 13px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    color: #37474f;
    background-color: #f2f2f2;
    word-wrap: break-word;
    line-height: 1.28;
    min-width: 300px
}

a:hover {
    text-decoration: underline
}

a:focus,
a:hover {
    text-decoration: none
}

.ugc a:active {
    position: relative;
    top: 1px;
    -webkit-box-shadow: 2px 2px 7px #ccc;
    box-shadow: 2px 2px 7px #ccc;
    outline: 0 none
}

a {
    color: #e33c3c;
    padding: 0 3px;
    margin: 0 -3px;
    border-radius: 0
}

a:focus {
    -webkit-box-shadow: 0 1px 0 #e33c3c;
    box-shadow: 0 1px 0 #e33c3c
}

.titleBar {
    margin-bottom: 10px
}

.titleBar {
    zoom: 1
}

.titleBar:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.titleBar h1 {
    font-size: 26px;
    color: #37474f;
    font-weight: 700
}

img {
    -ms-interpolation-mode: bicubic
}

.avatar img {
    background-color: #e33c3c;
    border-radius: 2px;
    background-position: 0 0 !important
}

body .muted,
body .muted a,
body a.muted {
    color: #546e7a
}

.concealed {
    text-decoration: inherit !important;
    color: inherit !important
}

a.concealed:hover {
    text-decoration: underline !important
}

.section {
    margin: 25px auto
}

.sectionMain {
    background-color: #fafafa;
    padding: 15px;
    margin: 25px auto;
    border: 0 solid #e0e0e0;
    border-radius: 2px
}

.primaryContent {
    background-color: #fff;
    padding: 15px;
    border-bottom: 1px solid #e0e0e0
}

.baseHtml ul {
    margin: 1em
}

.baseHtml ul {
    margin-left: 3em;
    margin-right: 0
}

.baseHtml ul li {
    list-style: disc outside
}

.pairsJustified dt {
    color: #546e7a
}

.pairsJustified {
    line-height: 1.5
}

.pairsJustified dt {
    display: inline-block;
    vertical-align: middle
}

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

.button {
    font-style: normal;
    font-size: 13px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    color: #e33c3c;
    background-color: transparent;
    padding: 0 12px;
    border-width: 0;
    border-style: solid;
    border-radius: 2px;
    text-align: center;
    outline: 0;
    line-height: 36px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: none;
    font-weight: 500;
    text-transform: uppercase;
    will-change: box-shadow;
    -webkit-transition: background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .2s cubic-bezier(.4, 0, 1, 1);
    transition: background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .2s cubic-bezier(.4, 0, 1, 1);
    transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
    transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .2s cubic-bezier(.4, 0, 1, 1);
    height: 36px
}

.button::-moz-focus-inner {
    border: none
}

a.button {
    display: inline-block;
    color: #e33c3c
}

.button:hover,
.button[href]:hover {
    color: rgba(0, 0, 0, .75);
    text-decoration: none;
    background-color: #dadada;
    border-top-color: #fff
}

.button:focus {
    color: #e33c3c;
    background-color: #e6e6e6
}

.button:active,
.button[href]:active {
    background-color: #c6c6c6;
    border-bottom-color: #fff;
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    outline: 0
}

.footer .pageContent {
    font-size: 13px;
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 0;
    margin-bottom: 25px;
    border-width: 0;
    border-top: 1px solid #e0e0e0;
    border-radius: 2px;
    zoom: 1;
    min-height: 20px
}

.footer a,
.footer a:visited {
    color: #90a4ae;
    padding-right: 8px;
    padding-left: 8px;
    display: block
}

.footer a:active,
.footer a:hover {
    color: #37474f;
    text-decoration: underline
}

.breadBoxTop {
    background-color: #f5f5f5;
    padding: 0;
    margin: 0;
    border: 0 solid #e0e0e0;
    border-bottom-width: 1px;
    overflow: hidden;
    zoom: 1;
    clear: both;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.breadcrumb {
    color: #90a4ae;
    overflow: hidden;
    zoom: 1;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px
}

.breadcrumb .boardTitle {
    display: none
}

.breadcrumb .crust {
    display: block;
    float: left;
    position: relative;
    zoom: 1;
    max-width: 50%
}

.breadcrumb .crust a.crumb {
    cursor: pointer;
    font-size: 13px;
    color: #90a4ae;
    text-decoration: none;
    padding: 0 15px 0 18px;
    margin: 0 0 -1px;
    border-bottom: 1px solid #e0e0e0;
    display: block;
    outline: 0 none
}

.breadcrumb .crust a.crumb>span {
    display: block;
    text-overflow: ellipsis;
    word-wrap: normal;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%
}

.breadcrumb .crust:first-child a.crumb {
    padding-left: 15px
}

.breadcrumb .crust:last-child a.crumb {
    color: #546e7a
}

.breadcrumb .crust .arrow {
    font-size: 16px;
    border: 20px solid transparent;
    border-right: 1px none #000;
    border-left-width: 10px;
    border-left-color: #e0e0e0;
    -moz-border-right-colors: #e0e0e0;
    display: block;
    position: absolute;
    right: -10px;
    top: 0;
    z-index: 50;
    width: 0;
    height: 0
}

.breadcrumb .crust:hover a.crumb {
    color: #e33c3c
}

.breadcrumb .jumpMenuTrigger {
    font-size: 16px;
    color: #90a4ae;
    background-color: transparent;
    padding-right: 15px;
    padding-left: 15px;
    float: right;
    white-space: nowrap;
    overflow: hidden
}

.navTabs {
    font-size: 14px;
    color: #e0e0e0;
    background-color: #414141;
    border-color: #e0e0e0;
    border-radius: 2px;
    background-clip: content-box;
    -webkit-box-shadow: 0 1px rgba(0, 0, 0, .075);
    box-shadow: 0 1px rgba(0, 0, 0, .075);
    height: 75px
}

.navTabs .navRight {
    float: right
}

.navTabs .navTab {
    float: left;
    white-space: nowrap;
    word-wrap: normal
}

.navTabs .navLink {
    color: #e0e0e0;
    padding-right: 15px;
    padding-left: 15px;
    display: block;
    float: left;
    text-align: center;
    outline: 0 none;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 75px;
    line-height: 75px
}

.navTabs .navLink:hover {
    text-decoration: none
}

.navTabs .navTab.PopupClosed {
    position: relative
}

.navTabs .navTab.PopupClosed .navLink {
    color: #f5f5f5
}

.navTabs .navTab.PopupClosed .navLink:hover {
    color: #fff
}

#searchBar {
    position: relative;
    zoom: 1;
    z-index: 52
}

.pageWidth {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1170px
}

#content .pageContent {
    background-color: #fff;
    padding: 20px;
    border: 0 solid #e0e0e0;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .25);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .25)
}

#content .pageContent:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.mainContainer {
    float: left;
    margin-right: -290px;
    width: 100%
}

.sidebar {
    float: right;
    font-size: 12px;
    width: 230px
}

.messageText {
    font-size: 16px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.4
}

.messageText img {
    max-width: 100%
}

.messageList .message:first-child {
    margin-top: 0
}

::-moz-selection {
    color: #fff;
    background-color: #414141
}

::selection {
    color: #fff;
    background-color: #414141
}

body::-moz-selection {
    color: #fff;
    background-color: #414141
}

.navTabs .navTab.PopupClosed .navLink {
    color: #e0e0e0
}

.navTabs .navTab.PopupClosed:hover .navLink,
.navTabs .navTab:hover .navLink {
    color: inherit
}

input[type=search],
input[type=text] {
    -webkit-appearance: none
}

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

#searchBar {
    line-height: 75px;
    height: 75px
}

.uix_contentFix {
    zoom: 1
}

.uix_contentFix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.uix_mainSidebar {
    -webkit-transition: opacity .4s;
    transition: opacity .4s
}

.mainContainer .mainContent>:first-child {
    margin-top: 0
}

.mainContainer .mainContent>:last-child {
    margin-bottom: 0
}

#content .pageContent>:first-child {
    margin-top: 0
}

#content .pageContent>:last-child {
    margin-bottom: 0
}

.avatar img {
    border-radius: 100%
}

.breadBoxTop {
    margin: 25px 0;
    margin: 0
}

.breadcrumb .jumpMenuTrigger {
    line-height: 50px
}

.breadcrumb .crust {
    line-height: 50px
}

.breadcrumb .crust .arrow,
.breadcrumb .crust a.crumb {
    line-height: inherit
}

.breadcrumb .crust .arrow {
    border-top-width: 25px;
    border-bottom-width: 25px
}

.breadcrumb .crust .arrow {
    border: none;
    height: auto;
    width: auto;
    pointer-events: none
}

.breadcrumb .crust:last-child .arrow {
    display: none
}

.footer .pageContent {
    margin-bottom: 0
}

.footer .pageContent {
    zoom: 1
}

.footer .pageContent:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.uix_mainSidebar {
    width: 230px;
    background-color: #fff
}

.hasRightSidebar .uix_mainSidebar {
    float: right
}

.hasRightSidebar .mainContainer {
    margin-right: -305px
}

@media (min-width:0\0) {
    .hasRightSidebar .mainContainer {
        width: 860px
    }

    .hasFlexbox .message .messageContent {
        width: 650px
    }

    .messageText img {
        width: 100%
    }

    .hasRightSidebar .mainContent {
        margin-right: 0 !important
    }
}

.hasRightSidebar .mainContent {
    margin-right: 250px
}

.navTabs .navTab.login {
    display: list-item !important
}

.message .messageInfo {
    margin-left: 205px
}

.hasFlexbox .messageList .uix_message {
    font-size: 0
}

.hasFlexbox .message .messageUserInfo {
    display: table-cell;
    vertical-align: top;
    min-width: 165px;
    padding-left: 8px;
    padding-right: 8px
}

.hasFlexbox .message .messageInfo {
    display: table-cell;
    vertical-align: top;
    margin-left: 25px
}

.hasFlexbox .message .messageContent {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto
}

.message .messageDetails {
    font-size: 12px;
    color: #90a4ae
}

.message .messageDetails:after {
    content: '.';
    display: block;
    height: 0;
    clear: right;
    visibility: hidden
}

.message .messageDetails .item {
    white-space: nowrap;
    display: inline-block;
    margin-left: 5px
}

html.sidebar {
    width: auto !important;
    float: none !important;
    font-size: 100% !important
}

.navTabs .visitorTabs .navLink {
    padding-left: 10px;
    padding-right: 10px
}

.loginText,
.registerText {
    font-size: 12px
}

.titleBar {
    padding: 25px 0 0
}

.pageTitle__icon {
    font-size: 36px;
    color: #8aa2ae;
    border-radius: 100%;
    background-image: none !important;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #e33c3c;
    font-size: 24px;
    border-radius: 2px;
    color: #fff
}

.titleBar {
    padding: 25px 0
}

.hasFlexbox .message .messageInfo {
    margin: 0;
    padding: 15px
}

.message .messageDetails {
    margin-left: -5px
}

.message .messageDetails .item,
.message .messageDetails .item a {
    color: #90a4ae
}

.extraUserInfo .pairsJustified dd {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px
}

footer {
    margin-top: 30px
}

.footer .pageContent {
    margin-top: 0
}

.pairsJustified dt {
    color: #90a4ae
}

.pairsJustified dd {
    color: #546e7a
}

.pairsJustified {
    line-height: 2
}

.media__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.media--left {
    margin-right: 15px
}

.media__container.centered {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sidebar {
    margin-bottom: 1.5em
}

.thumbtitle {
    font-family: DBYordXMedium, sans-serif;
    color: #fff;
    font-size: 19px;
    background: #1d1e20;
    padding: 5px 18px;
    margin-top: 0
}

.thumbtitle--black {
    background: #1d1e20;
    color: #fff
}

.thumbtitle--arrow {
    position: relative;
    margin-bottom: 20px;
    text-align: center
}

.thumbtitle--arrow:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #000;
    position: absolute;
    bottom: -7px;
    left: 20px
}

.newsbox--list {
    list-style: none;
    margin: 0
}

.newsbox .news__title {
    font-size: 28px
}

.newsbox--list .newsbox--item {
    margin-bottom: 0
}

.newsbox--widget .news__title {
    margin-top: .5em;
    font-size: 18px
}

.newsbox--widget .news__content {
    margin-left: 90px
}

.newsbox--widget .news__meta {
    font-size: 12px
}

.newsbox--list--noimg li {
    border-bottom: 1px solid #eee
}

.newsbox--list--noimg .news__content {
    margin-left: 0
}

.news__title a {
    -webkit-transition: .3s;
    transition: .3s;
    color: #404040
}

.news__title a:hover {
    color: #ed8100
}

.news__title {
    margin-bottom: 5px
}

.news__meta {
    color: #5f6264;
    font-size: 14px;
    margin-bottom: 10px
}

.news__date {
    color: #a3abaf
}

.newsbox--list {
    margin: 0;
    list-style: none
}

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

a {
    background-color: transparent
}

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

strong {
    font-weight: 700
}

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

img {
    border: 0
}

button,
input {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button {
    text-transform: none
}

button {
    -webkit-appearance: button;
    cursor: pointer
}

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

input {
    line-height: normal
}

body,
html {
    font-size: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.1
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    outline: 0
}

img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: 0 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    line-height: 1
}

div,
form,
h1,
h2,
h3,
li,
p,
ul {
    margin: 0;
    padding: 0
}

p {
    font-size: inherit;
    line-height: 1.6;
    margin-bottom: 1rem;
    text-rendering: optimizeLegibility
}

strong {
    font-weight: 700;
    line-height: inherit
}

h1,
h2,
h3 {
    font-weight: 400;
    font-style: normal;
    color: inherit;
    text-rendering: optimizeLegibility;
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1.4
}

h1 {
    font-size: 1.5rem
}

h2 {
    font-size: 1.25rem
}

h3 {
    font-size: 1.1875rem
}

a {
    color: #2199e8;
    text-decoration: none;
    line-height: inherit;
    cursor: pointer
}

a:focus,
a:hover {
    color: #1585cf
}

ul {
    line-height: 1.6;
    margin-bottom: 1rem;
    list-style-position: outside
}

li {
    font-size: inherit
}

ul {
    list-style-type: disc;
    margin-left: 1.25rem
}

ul ul {
    margin-left: 1.25rem;
    margin-bottom: 0;
    list-style-type: inherit
}

.newsbox--widget li:after,
.newsbox--widget li:before,
.newsbox:after,
.newsbox:before {
    content: " ";
    display: table
}

.newsbox--widget li:after,
.newsbox:after {
    clear: both
}

a {
    color: #ed8100
}

a:hover {
    color: #ba6500
}

.thumbtitle {
    font-family: DBYordXMedium, sans-serif;
    color: #fff;
    font-size: 19px;
    background: #1d1e20;
    padding: 5px 18px;
    margin-top: 0
}

.thumbtitle--black {
    background: #1d1e20;
    color: #fff
}

.thumbtitle--arrow {
    position: relative;
    margin-bottom: 20px;
    text-align: center
}

.thumbtitle--arrow:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #000;
    position: absolute;
    bottom: -7px;
    left: 20px
}

.newsbox--list {
    list-style: none;
    margin: 0
}

.newsbox .news__title {
    font-size: 28px
}

.newsbox--list .newsbox--item {
    margin-bottom: 0
}

.newsbox--widget .news__title {
    margin-top: .5em;
    font-size: 18px
}

.newsbox--widget .news__content {
    margin-left: 90px
}

.newsbox--widget .news__meta {
    font-size: 12px
}

.newsbox--list--noimg li {
    border-bottom: 1px solid #eee
}

.newsbox--list--noimg .news__content {
    margin-left: 0
}

.news__title a {
    -webkit-transition: .3s;
    transition: .3s;
    color: #404040
}

.news__title a:hover {
    color: #ed8100
}

.news__title {
    margin-bottom: 5px
}

.news__meta {
    color: #5f6264;
    font-size: 14px;
    margin-bottom: 10px
}

.news__date {
    color: #a3abaf
}

.newsbox--list {
    margin: 0;
    list-style: none
}

.widget__toppost .newsbox--list .news__content {
    position: relative;
    z-index: 2
}

.widget__toppost .newsbox--list li {
    position: relative
}

.widget__toppost .newsbox--list li:after {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 50px;
    color: #eee;
    font-weight: 700;
    pointer-events: none
}

.sidebar {
    margin-bottom: 1.5em
}

.sidebar li:last-child {
    list-style: none
}

a {
    text-decoration: none
}

ul {
    list-style: none
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.input--text {
    width: 100%
}

.auth-section:after,
.comment-footer__menu:after,
.nav:after,
.post-content .post-message:after,
.post-content footer,
.post-content:after,
.post-list .post:after,
.services:after,
.textarea-wrapper:after {
    clear: both
}

a,
button,
form,
img,
li,
p,
strong,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: 400;
    font-style: normal;
    font-size: 100%;
    font-family: inherit
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%
}

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

footer,
header,
nav,
section {
    display: block
}

button,
input {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline
}

button,
input {
    line-height: normal
}

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

button {
    cursor: pointer;
    -webkit-appearance: button
}

.input--text,
.textarea-wrapper {
    -webkit-appearance: none
}

#layout,
.post-content .post-body {
    overflow: hidden
}

.dropdown {
    position: relative
}

.dropdown-toggle:active,
.input--text:focus,
.post-content:focus,
a:focus {
    outline: 0
}

h3,
strong {
    font-weight: 700
}

h3,
p {
    margin: 0 0 .7em
}

a:active,
a:hover {
    text-decoration: none
}

a {
    color: #ed8100;
    font-weight: 700
}

a:hover {
    text-decoration: underline
}

button::-moz-focus-inner {
    border: 0
}

h3 {
    font-size: 16px
}

#layout>section {
    min-height: 125px
}

.input--text {
    background: #fff;
    border: 2px solid #dbdfe4;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    padding: 5px 9px;
    margin: 0;
    border-radius: 4px;
    font-size: 13px;
    height: 32px
}

.fa-heart:before {
    content: "\f004"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.input--text:focus {
    border: 2px solid #c2c6cc
}

.input--text:-moz-placeholder-shown {
    color: #687a86
}

.input--text:-ms-input-placeholder {
    color: #687a86
}

.input--text:placeholder-shown {
    color: #687a86
}

.avatar .user,
.avatar img {
    display: block;
    border-radius: 3px
}

.avatar {
    float: left
}

.avatar .user img {
    width: 48px;
    height: 48px
}

.avatar .user {
    position: relative;
    z-index: 100;
    background: #dbdfe4;
    padding: 0
}

.post .avatar {
    margin-right: 12px
}

.post-list {
    list-style-type: none;
    margin: 0
}

.post-list .post:after,
.post-list .post:before {
    display: table;
    content: "";
    line-height: 0
}

.post-content:after,
.post-content:before {
    display: table;
    line-height: 0;
    content: ""
}

.post-content {
    position: relative;
    margin-bottom: 24px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.post-content .post-message-container {
    position: relative;
    overflow: hidden;
    zoom: 1;
    width: 100%
}

.post-content .post-message {
    line-height: 21px
}

.post-content .post-message:after,
.post-content .post-message:before {
    display: table;
    content: "";
    line-height: 0
}

.post-content .post-message p {
    line-height: 21px;
    margin: 0 0 15px
}

.post-content .post-message p:last-child {
    margin: 0
}

.bullet {
    padding: 0;
    color: #c2c6cc;
    line-height: 1.4
}

.nav {
    position: relative;
    margin: 0 0 -6px;
    padding: 0
}

.nav:after,
.nav:before {
    display: table;
    content: "";
    line-height: 0
}

.nav-primary {
    margin: 0 0 24px;
    border-bottom: 2px solid #e7e9ee
}

.nav-secondary {
    margin: -12px 0 6px
}

.nav-tab>span {
    display: block;
    margin: 0;
    padding: 0;
    font-weight: 700;
    line-height: 1;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.tab-conversation.active>span:after {
    content: " ";
    display: block;
    height: 2px;
    background: #2e9fff;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0
}

.nav-tab--primary>span {
    font-size: 15px;
    padding: 12px 0;
    margin-right: 15px
}

.tab-conversation {
    float: left
}

.nav-tab--secondary {
    margin-bottom: 15px
}

.recommend {
    display: inline-block;
    margin-right: 15px;
    margin-left: 5px
}

.recommend .label {
    font-weight: 700;
    font-size: 13px
}

.share-menu {
    display: inline-block;
    max-width: none;
    margin-top: 2px;
    font-size: 14px
}

.share-menu .dropdown-toggle {
    padding-right: 0
}

.dropdown-toggle {
    position: relative;
    padding-right: 12px;
    color: #656c7a !important
}

.dropdown-toggle:hover {
    color: #2a2e2e !important
}

.auth-section:after,
.auth-section:before,
.comment-footer__menu:after,
.comment-footer__menu:before,
.services:after,
.services:before,
.textarea-wrapper:after,
.textarea-wrapper:before {
    content: ""
}

.label:hover {
    color: #2a2e2e;
    -webkit-transition: color 250ms ease-in-out;
    transition: color 250ms ease-in-out
}

.recommend-icon {
    color: #f05f70;
    margin-right: 1px
}

.recommend-icon:before {
    position: relative;
    top: .18em;
    font-size: 13px;
    padding-left: .5px;
    line-height: 0
}

.comment__header .author {
    color: #656c7a;
    font-weight: 700
}

.time-ago {
    font-weight: 500;
    font-size: 12px;
    color: #687a86
}

.comment__header {
    line-height: 1;
    font-size: 13px;
    margin-bottom: 3px
}

.comment__footer {
    color: #656c7a;
    margin: 4px 0 0
}

.comment__footer .bullet {
    line-height: 1.45
}

.comment-footer__menu {
    margin: 0;
    padding: 0
}

.comment-footer__menu:after,
.comment-footer__menu:before {
    display: table;
    line-height: 0
}

.comment-footer__menu>li {
    float: left;
    list-style-type: none;
    padding: 0;
    font-size: 13px;
    line-height: 15px;
    margin-right: 7px
}

.comment-footer__menu>li.comment__share {
    margin-right: 0
}

.comment__share {
    position: relative;
    margin-right: 0
}

.comment__share .toggle {
    position: relative;
    z-index: 100
}

.post-meta {
    display: inline-block
}

.guest {
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px
}

.guest p {
    margin: 0
}

.services {
    margin: 0 0 18px;
    display: inline-block;
    vertical-align: middle
}

.services:after,
.services:before {
    display: table;
    line-height: 0
}

.services li {
    float: left;
    margin: 0 3px 0 0
}

.auth-disqus a,
.auth-facebook a,
.auth-google a,
.auth-twitter a {
    height: 34px;
    display: block
}

.auth-twitter a {
    background-position: 0 -251px;
    width: 34px
}

.auth-facebook a {
    background-position: 0 -179px;
    width: 34px
}

.auth-google a {
    background-position: 0 -215px;
    width: 34px
}

.auth-disqus a {
    background-position: 0 -143px;
    width: 35px
}

.textarea-wrapper {
    background: #fff;
    border: 2px solid #dbdfe4;
    position: relative;
    border-radius: 4px;
    margin: 0 0 0 48px
}

.textarea-wrapper:after,
.textarea-wrapper:before {
    display: table;
    line-height: 0
}

.textarea-wrapper:focus {
    border: 2px solid #c2c6cc
}

.textarea-wrapper--top-level .textarea-wrapper {
    margin-left: 60px
}

.textarea-wrapper--top-level .avatar {
    position: absolute;
    left: 0;
    -webkit-transition: left .2s linear;
    transition: left .2s linear
}

.postbox {
    position: relative;
    margin-bottom: 20px
}

.auth-section {
    margin-bottom: 15px
}

textarea {
    border: none;
    width: 100%;
    height: 45px;
    color: #687a86;
    line-height: 30px;
    font-size: 18px;
    padding-left: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: text;
    resize: none
}

.auth-section .connect {
    vertical-align: middle;
    display: inline-block
}

footer {
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px
}

.login-text {
    font-size: 11px;
    color: #687a86;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase
}

.author {
    color: #ed8100
}

.auth-disqus a,
.auth-facebook a,
.auth-google a,
.auth-twitter a {
    background-image: url(../img/sprite.b4130d9ff4208cc87ff6d649fd1dc064.png);
    height: 34px
}

.order {
    text-align: center;
    display: block;
    clear: both;
    margin: 15px 0
}

.btn-order {
    border-radius: 15px;
    background-color: #0047ff;
    text-decoration: none;
    color: #fff !important;
    font-size: 25px;
    display: inline-block;
    padding: 15px;
    min-width: 150px;
    -webkit-transition: all .7s ease-out;
    transition: all .7s ease-out;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.btn-order:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    text-decoration: none !important
}

.messageUserInfo .username {
    display: table;
    padding-top: 10px;
    margin: 0 auto 10px;
    font-size: 15px;
    font-weight: 700
}

.uix_avatarHolderInner .avatar {
    margin: 0 auto;
    display: table;
    float: none
}

.logo-text {
    font-size: 30px;
    float: left;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 20px
}

.red {
    color: #e33c3c
}

.sidebar-img {
    width: 100%
}

.content-img {
    margin: 15px auto;
    display: table
}

.bullet,
.comment__share,
.reply,
.voting {
    display: inline-block
}

.spin-wrapper {
    -webkit-box-shadow: 0 0 10px;
            box-shadow: 0 0 10px;
    border: 3px solid red;
    padding: 20px 10px;
    border-radius: 10px;
    text-align: center;
    font-size: 16px
}

.spin-wrapper p {
    text-align: center;
    font-size: 23px;
    line-height: 1.4;
    margin-bottom: 15px
}

.wheel-wrapper {
    text-align: center
}

.wheel {
    max-width: 380px;
    width: 100%;
    margin: 0 auto;
    position: relative
}

.wheel-cursor {
    position: absolute;
    width: 35%;
    height: 35%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%)
}

.wheel img {
    max-width: 100%
}

.cursor-text {
    position: absolute;
    z-index: 2;
    display: inline-block;
    width: 45%;
    height: 45%;
    line-height: 61px;
    cursor: pointer;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #ccc;
    top: 49%;
    left: 50%;
    -moz-user-select: none;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 -2px 0 #fff inset, 0 2px 0 #fff inset, 0 0 5px rgba(0, 0, 0, .4);
            box-shadow: 0 -2px 0 #fff inset, 0 2px 0 #fff inset, 0 0 5px rgba(0, 0, 0, .4);
    background: transparent radial-gradient(ellipse at center center, #fff 0, #eaeaea 100%) repeat scroll 0 0
}

.super-rotation {
    -webkit-animation-name: super-rotation;
            animation-name: super-rotation;
    -webkit-animation-duration: 7s;
            animation-duration: 7s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out
}

@-webkit-keyframes super-rotation {
    70% {
        -webkit-transform: rotate(1783deg);
                transform: rotate(1783deg)
    }

    100% {
        -webkit-transform: rotate(1774deg);
                transform: rotate(1774deg)
    }
}

@keyframes super-rotation {
    70% {
        -webkit-transform: rotate(1783deg);
                transform: rotate(1783deg)
    }

    100% {
        -webkit-transform: rotate(1774deg);
                transform: rotate(1774deg)
    }
}

.spin-result-wrapper {
    display: none;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    max-width: 10000px;
    top: 0;
    z-index: 999;
    left: 0;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, .6);
    text-align: center
}

.pop-up-window {
    position: relative;
    max-width: 360px;
    right: 0;
    left: 0;
    top: 40%;
    margin: 0 auto;
    background: #fff none repeat scroll 0 0;
    text-align: center;
    padding: 70px 10px 20px;
    border-radius: 10px;
    -webkit-animation: .7s ease 0s normal none 1 running pop-up-appear;
            animation: .7s ease 0s normal none 1 running pop-up-appear;
    font-size: 16px
}

.pop-up-window::before {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    top: -55px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #71c341;
    border-radius: 50%;
    -webkit-animation: .5s ease .6s normal backwards 1 running pop-up-appear-before;
            animation: .5s ease .6s normal backwards 1 running pop-up-appear-before
}

.pop-up-window::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 20px;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-width: medium medium 4px 4px;
    border-style: none none solid solid;
    border-color: currentcolor currentcolor #fff #fff;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -o-border-image: none;
       border-image: none;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: opacity 1s ease 0s;
    transition: opacity 1s ease 0s;
    -webkit-animation: .5s ease .6s normal backwards 1 running pop-up-appear-after;
            animation: .5s ease .6s normal backwards 1 running pop-up-appear-after
}

.close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../img/close-1.png);
    background-size: 100% auto;
    top: -40px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #fff;
            box-shadow: 0 0 10px #fff;
    right: 0;
    cursor: pointer
}

@-webkit-keyframes pop-up-appear {
    0% {
        -webkit-transform: translateY(-2000px);
                transform: translateY(-2000px)
    }

    30% {
        -webkit-transform: translateY(100px);
                transform: translateY(100px)
    }

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

@keyframes pop-up-appear {
    0% {
        -webkit-transform: translateY(-2000px);
                transform: translateY(-2000px)
    }

    30% {
        -webkit-transform: translateY(100px);
                transform: translateY(100px)
    }

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

@-webkit-keyframes pop-up-appear-before {
    0% {
        -webkit-transform: scale(0);
                transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
                transform: scale(1)
    }
}

@keyframes pop-up-appear-before {
    0% {
        -webkit-transform: scale(0);
                transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
                transform: scale(1)
    }
}

@-webkit-keyframes pop-up-appear-after {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes pop-up-appear-after {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px
}

.old-price {
    text-decoration: line-through;
    color: red;
    font-size: 28px !important;
    line-height: 1
}

.new-price {
    font-size: 32px !important;
    line-height: 1;
    color: green
}

.new-price,
.old-price {
    padding: 0 10px
}

.order_form {
    max-width: 300px;
    margin: 10px auto 0
}

.order_form input {
    max-width: 100%;
    width: 100%;
    padding: 0 10px;
    font-size: 18px;
    border-radius: 3px;
    border: 2px solid #555;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px 0
}

.order_form .main-link {
    display: block;
    background-color: rgba(212, 0, 130, .4);
    border-radius: 15px;
    padding: 15px 30px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 auto 15px;
    border: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
    outline: 0
}

.order_form .main-link:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1)
}

@media screen and (max-width:479px) {
    .wheel {
        max-width: 270px
    }

    .wheel-cursor {
        width: 40%;
        height: 40%
    }

    .cursor-text {
        font-size: 15px;
        line-height: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center
    }

    .pop-up-window {
        max-width: 300px
    }

    .spin-result-wrapper {
        max-width: 100%;
        width: 100%
    }
}

@media (max-width:767px) {
    .titleBar h1 {
        margin: 0 auto
    }
}

.order_block label {
    font-size: 16px
}

.navTab svg {
    width: 15px;
    vertical-align: middle;
    height: 15px;
}

.breadcrumb svg {
    width: 20px;
    vertical-align: middle;
    height: 20px;
}

.arrow svg {
    width: 12px;
    vertical-align: middle;
    height: 12px;
}

.pageTitle__icon svg {
    width: 35px;
    vertical-align: middle;
    height: 35px;
}

.pairsJustified svg {
    width: 15px;
    vertical-align: middle;
    margin-right: 3px;
    height: 15px;
}

.nav-tab svg {
    width: 15px;
    vertical-align: middle;
    height: 15px
}

.voting svg {
    width: 15px;
    vertical-align: middle;
    height: 15px;
}

@media (max-width:991px) {
    aside {
        display: none
    }

    .hasRightSidebar .mainContent {
        margin-right: 0
    }

    .media__object {
        display: none
    }

    #posts .post:nth-last-child(n+7) {
        display: none
    }

    .jumpMenuTrigger,
    .visitorTabs {
        display: none !important
    }

    #form {
        display: none
    }

    .titleBar {
        padding: 0
    }

    .logo-text {
        float: none;
        display: table;
        margin: 0 auto;
        padding-top: 23px;
        font-size: 25px
    }
}

@media (max-width:768px) {
    .hasFlexbox .message .messageUserInfo {
        display: none
    }

    .hasFlexbox .message .messageInfo {
        display: block;
        padding: 0;
        padding-bottom: 20px
    }

    .extraUserInfo {
        display: table
    }

    .uix_avatarHolderInner .avatar {
        display: table-cell;
        vertical-align: middle
    }

    .userText {
        display: table-cell;
        vertical-align: middle
    }

    .sectionMain {
        padding: 0 0 10px 0
    }
}

@media screen and (max-width:425px) {
    .post-byline {
        display: block
    }

    .comment__header .bullet {
        display: none
    }

    .comment__header .author {
        margin-bottom: 5px;
        display: block
    }

    .comment__header {
        padding-top: 9px
    }

    .post-content .post-body {
        overflow: inherit
    }

    .post-message {
        padding-top: 5px
    }

    .btn-order {
        font-size: 20px
    }

    img {
        max-height: 250px
    }
}

.ac_footer {
    text-align: center;
    margin-bottom: 30px;
    color: #a12000
}

.ac_footer a {
    color: #a12000
}

.ac_footer p {
    text-align: center
}

img[height="1"],
img[width="1"] {
    display: none !important
}

.inL_799659 {
    display: none
}

.inL_867705 {
    font-size: 1.1em;
    color: red;
    font-weight: 700
}

.inL_579024 {
    white-space: nowrap
}

.inL_239651 {
    text-decoration: none
}

.inL_515176 {
    text-decoration: none
}

.inL_761427 {
    text-decoration: none
}

.inL_738493 {
    text-decoration: none
}

.inL_434463 {
    text-decoration: none
}

.inL_282831 {
    text-decoration: none
}

.inL_247607 {
    list-style: none;
    display: inline
}

.tcenter {
    text-align: center
}
.main-lnk {
    text-decoration: none;
    color: inherit;
    font-weight: inherit;
}
.timer_block {
    white-space: nowrap;
}
.footer {
    background-color: #f2f2f2!important;
}