html, body {   
    width: 100%; 
    overflow-x: hidden
}
body {
    margin: 0;
    font-family: Arial,sans-serif;
    background: url("../images/bg.jpg") repeat 0 0;
    color: #333;
}
.header {
    background: #000 url("../images/banner.jpg") no-repeat center top;
    min-height: 185px;
    margin-left: 0;
}
h1 {
    font-size: 16px !important; 
    line-height:23px !important;
    margin: 3px 0 -27px 0;
}
.logo {
    display: block;
    max-width: 566px;
    margin: auto;
    padding: 80px 0px 0px 0px;
}
.logo img {
    width: 100%;
    height: auto;
}
@media (max-width: 590px) {
    .logo {
        padding: 80px 15px 0 15px;
    }
}
.sdb-button {
    width: 40px;
    height: 40px;
    position: fixed;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 2000;
}
.sdb-button span {
    display: block;
    position: fixed;
    height: 8px;
    width: 100%;
    background: #8e8e8e;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}
.sdb-button span:nth-child(1) {
    top: 0px;
}
.sdb-button span:nth-child(2),
.sdb-button span:nth-child(3) {
    top: 18px;
}
.sdb-button span:nth-child(4) {
    top: 36px;
}
.sdb-button.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}
.sdb-button.open span:nth-child(2) {
    transform: rotate(45deg);
}
.sdb-button.open span:nth-child(3) {
    transform: rotate(-45deg);
}
.sdb-button.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}
#sdb-button-ls {
    left: 0; 
}
#sdb-button-rs {
    right: 0; 
}
@media (min-width: 1171px) {
    .sdb-button {
        display: none !important;
    }
}
.banner {
    text-align: center;
    padding-top: 20px;
}
@media (max-width: 775px) {
    .banner img {
        width: 100%; 
    }
}
.menu-main {
    list-style: none;
    padding: 15px 0 5px;
    text-align: center;
}
.menu-main li {
    display: inline-block;
}
.menu-main li:after {
    content: "|";
    color: #d60;
    display: inline-block;
    vertical-align:top;
}
.menu-main li:last-child:after {
    content: none;
}
.menu-main a {
    text-decoration: none;
    font-family: 'Ubuntu Condensed', sans-serif;
    letter-spacing: 2px;
    position: relative;
    padding-bottom: 20px;
    margin: 0 34px 0 30px;
    font-size: 17px;
    text-transform: uppercase;
    display: inline-block;
    transition: color .2s;
}
.menu-main a, .menu-main a:visited {
    color: #333;
}
.menu-main a.current, .menu-main a:hover {
    color: #d60;
}
.menu-main a:before,
.menu-main a:after {
    content: "";
    position: absolute;
    height: 4px;
    top: auto;
    right: 50%;
    bottom: -5px;
    left: 50%;
    background: #d60;
    transition: .2s;
}
.menu-main a:hover:before, .menu-main .current:before {
    left: 0;
}
.menu-main a:hover:after, .menu-main .current:after {
    right: 0;
}   
@media (max-width: 550px) {
   .menu-main {padding-top: 0;}
   .menu-main li {display: block;}
   .menu-main li:after {content: none;}
   .menu-main a {
       padding: 25px 0 20px; 
       margin: 0 30px;
   }
}
.main {
    max-width: 1170px;
    width: 100%;
    margin: auto auto;
}
.content {
    float: left;
    max-width: 670px;
    width: 100%;
}
@media (max-width: 1170px) {
    .content {
        float: none;
        margin: 0 auto 0 auto;    
    }
}
@media (max-width: 690px) {
    .content {
        max-width: none;
        float: none; 
        padding: 0 10px 0 10px; 
        width: auto; 
    }
}
.article-preview {
    width: 100%;
    background: #f3efec;
    margin-top: 15px;
    border: 1px solid #bbb;
}
.article-preview-bottom {
    padding: 35px 20px 20px 20px;
    display: flex;
    justify-content: space-between;
}
.article-preview-left-bottom {
    color: #848484;
    font-size: 15px;
}
.article-preview-left-bottom i {
    padding-right: 5px;
}
.article-preview-right-bottom {
   font-size: 15px;
}
.space {
    display: inline-block;
    padding-right: 10px;
}
.article-preview-time {
    position: absolute; 
    padding: 10px;
    font-size: 14px;
    background-color: #e9e1d9;
    border-bottom: 1px solid #bbb;
    border-right: 1px solid #bbb;
}
.article-preview-img img {
    width: 100%;
}
.article-preview-text {
    text-align: left;
    padding: 10px 20px 0px 20px;
    font-size: 14px;
    font-family: "Roboto","Open Sans",helvetica,arial,sans-serif;
    line-height: 22px;
}
.more-button {
    text-decoration: none;
    cursor: pointer;
    color: #848484;
}
.more-button:hover {
    color: #bbb;
}
@media (max-width: 500px) {
    .article-preview-bottom {
        display: block;
    }
    .article-preview-right-bottom {
        display: block;
        padding: 25px 0px 0px 0px; 
        text-align: right; 
    }
}
.left-sidebar {
    max-width: 230px;
    float: left;
    padding-right: 20px;
    padding-top: 20px;
}
.left-sidebar.open {
    display: block;
}
@media (min-width: 1171px) {
    .left-sidebar {
        display: block !important;        
    }
}
@media (max-width: 1170px) {
    .left-sidebar {
        min-width: 230px;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        margin: 0; 
        padding-left: 20px;
        background: #f3efec;
        border-right: 2px solid #e8e8e8;
        overflow-x: hidden;
        display: none;
        z-index: 1000;
    }
}
.right-sidebar {
    max-width: 230px;
    float: left;
    padding-left: 20px;
    padding-top: 20px;
}
.right-sidebar.open {
    display: block;
}
@media (min-width: 1171px) {
    .right-sidebar {
        display: block !important;
    }
}
@media (max-width: 1170px) {
    .right-sidebar {
        min-width: 230px;
        height: 100%;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        margin: 0; 
        padding-right: 20px;
        background: #f3efec;
        border-left: 2px solid #e8e8e8;
        overflow-x: hidden;
        display: none;
        z-index: 1500;
    }
}
.widget {
    margin-bottom: 30px;
    font-size: 0;
}
.about {
    padding: 35px;
    text-align: left;
    background: #f3efec; 
    font-family: "Roboto","Open Sans",helvetica,arial,sans-serif;
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 20px;
    border: 1px solid #bbb;
}
.about a {
    color: #333;
    font-weight: bold; 
}
.about h1 {
    margin: -10px 0 0 0;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 24px !important;
}
.footer {
    color: #d60;
    text-align: center;
    clear: both;
}
.footerlinks {
    padding-top: 15px;
	margin: 0 auto;
}
.share li {
	display:inline-block;
}
.share li a {
    color: #d60;
    font-size:20px;
    padding-right:15px;
    padding-left:15px;
}
.big-button {
    text-decoration: none;
    display: inline-block;
    padding: 10px 30px;
    margin: 25px 0 0 0;
    position: relative;
    overflow: hidden;
    transition: .2s ease-in-out;
    background: #d60;
    color: #fff; 
}
.big-button:before {
    content: "";
    background: linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .5));
    height: 50px;
    width: 50px;
    position: absolute;
    top: -8px;
    left: -75px;
    transform: skewX(-45deg);
}
.big-button:hover:before {
    left: 150px;
    transition: .5s ease-in-out;
}
.statistic {
    margin-top: 15px;
    text-align: center;
    font-size: 11px;
    padding: 0px 15px 0px 15px;
    color: #333;
}
.footer2 {
    background: #000;
    color: #fff;
    font-size: 11px;
    text-align: center;
    padding: 15px;
    margin-top: 15px;
}
.footer2 a {
    color: #fff;
    text-decoration: none;
}
.pstrnav {
    text-align: center;
    padding: 20px 0px;
}
.pstrnav_activ {
    display: inline-block;
    background: #d60;
    color: #fff !important;
    padding: 7px 8px 7px 8px;
    text-decoration: none;
    border: 1px solid #bbb;
    margin: 2px;
}
.pstrnav a {
    background: #f3efec;
    color: #333 !important;
    padding: 7px 8px 7px 8px;
    text-decoration: none;
    margin: 2px;
    border: 1px solid #bbb;
    display: inline-block;
}
.pstrnav a:hover {
    background: #fff;
    color: #d60 !important;
    border: 1px solid #bbb; 
}
.article-block {
    max-width: 1170px;
    margin: 0 auto;
}
@media (max-width: 690px) {
    .pstrnav {
        width: 100%;  
    }
}
.today-post {
    text-align: left;
    padding: 10px 0px 0px 0px;
    border-bottom: 1px solid #848484;
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 14px;
}
.today-post:last-child { 
    border-bottom: none;
}
.today-post .article-preview-bottom {
    padding: 10px 0px 10px 0px;
    display: flex;
    justify-content: space-between;
}
.today-post .article-preview-left-bottom {
    color: #848484;
    font-size: 12px;
}
.today-post .article-preview-right-bottom {
    font-size: 12px;
    color: #848484;
}
@media (max-width: 500px) {
    .today-post .article-preview-bottom {
        padding: 15px 0px 10px 0px;
    }
    .today-post .article-preview-right-bottom {
        padding: 0;      
    }
}
.panel-header {
    font-family: 'Ubuntu Condensed', sans-serif;
    letter-spacing: 2px;
    padding: 15px 0 15px 0px;
    font-size: 17px;
    color: #d60;
    text-align: center;
    text-transform: uppercase;
}
.today-posts {
    background: #f3efec;
    padding: 5px 20px 5px 20px;
    border: 1px solid #bbb;
}
.widget-img {
    font-size: 0;
    border-top: 1px solid #bbb;
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
}
.widget-img img {
    width: 228px;
    height: 115px;
    object-fit: cover;
}
.widget-post {
    text-decoration: none;
    color: #333;
}
.widget-text {
    height: 83px;
    background: #f3efec;
    padding: 15px;
    font-size: 14px;
    line-height: 22px;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
    overflow: hidden;
}
.widget-date {
    position: absolute;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    background: #000000bd;
}
.panel-menu {
    padding: 15px;
    background: #f3efec;
    height: 500px;  
    border: 1px solid #bbb;
    font-size: 16px;
}
.panel-menu ul {
    list-style: none;
    margin: 0;
    padding: 0; 
}
.panel-menu li {
    margin: 10px 0 6px 0px;
}
.panel-menu a {
    text-decoration: none;
    display: block;  
    color: #333;
    padding: 6px;
    position: relative;
}
.panel-menu a:hover {
    background: #d60;
    color: #fff;
}
.search-panel {
    height: 139px;
}
.search-panel input {
    font-size: 14px;
    outline: none;
    height: 30px;
    width: 230px;
}
.search-panel button {
    margin: 9px 0px 0px 0px;
    background-color: #333;
    border: 1px solid #333;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Ubuntu Condensed', sans-serif;
    letter-spacing: 2px;
    width: 230px;
    padding: 10px 0 10px 0;
}
.search-panel button:hover {
    cursor: pointer;
    background-color: #848484;
    border: 1px solid #848484;
}
.article {
    margin-bottom: 20px;
    border: 1px solid #bbb;
}
.article-time {
    background: #f3efec;
    padding: 20px;
    text-align: right;
    font-size: 17px;
    color: #848484;
    font-family: 'Ubuntu Condensed', sans-serif;
    letter-spacing: 2px;
}
iframe {
	width: 100%;
	height: 100%;
}
video {
	width: 100%;
	height: 100%;
}
.img-slider {
    position:relative;
}
.article-img {
    width: 100%;
    height: 501px;
    font-size: 0;
    text-align: center;
    background-color: #333;
    cursor: zoom-in;   
}
.article-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.post-text-img {
    display: inline;
    cursor: zoom-in; 
}
.post-text-img-txt {
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    color: #848484;
    margin: 0px 0px -30px 0px;
}
.post-text-img img {
    width: 100%;
    height: 100%;
    padding-top: 10px;
    object-fit: contain;
}
.img-slider-indicator {
    position: absolute;
    bottom: 15px;
    left: 15px;
    height: 15px;
    width: auto;
}
.indicator-label {
    background: #fff;
    margin-right: 10px;
    border-radius: 10px;
    height: 15px;
    width: 15px;
    float: left;
    cursor: pointer;
}
.img-slider-indicator .indicator-label:first-of-type {
    background: #d60;
}
.prv-b {
    left: 20px;
    background: url("../images/prv.png") no-repeat;
}
.nxt-b {
    right: 20px;
    background: url("../images/nxt.png") no-repeat;
}
.prv-b, .nxt-b {
    position: absolute;
    top: 233px;
    display: block;
    width: 35px;
    height: 35px;
    cursor: pointer;
}
.prv-b:hover, .nxt-b:hover {
    opacity:.6;
}
#magnify {
    display: none;
    position: fixed;
    width: auto;
    height: auto;
    z-index: 5500;
}
#magnify img {
    width: auto;
    height: auto;
}
#overlay {
    display: none;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    z-index: 5000;
}
#close-popup {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 15px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
}
#close-popup i {
    width: 30px;
    height: 30px;
    background: url("../images/cross.png") no-repeat center center;
    background-size: 16px 16px;
    display: block;
}
@keyframes rota {
    25% { transform: rotate(360deg); }
}
#close-popup:hover {
    animation: rota 4s infinite normal;
    animation-iteration-count: 1;
}
@media (max-width: 590px) {
    .article-img {
        height: 441px;
    }
    .prv-b, .nxt-b {
        top: 203px; 
    }
}
@media (max-width: 520px) {
    .article-img {
        height: 391px;
    }
    .prv-b, .nxt-b {
        top: 178px; 
    }
}
@media (max-width: 450px) {
    .article-img {
        height: 341px;
    }
    .prv-b, .nxt-b {
        top: 153px; 
    }
}
@media (max-width: 400px) {
    .article-img {
        height: 301px;
    }
    .prv-b, .nxt-b {
        top: 133px; 
    }
}
@media (max-width: 350px) {
    .article-img {
        height: 261px;
    }
    .prv-b, .nxt-b {
        top: 113px; 
    } 
}
.article-text {
    background: #f3efec; 
    text-align: left;
    padding: 20px;
    font-size: 16px;
    font-family: "Roboto","Open Sans",helvetica,arial,sans-serif;
    line-height: 30px;
}
.article-bottom {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    background: #f3efec;
}
.article-stat {
    text-align: left;
    color: #848484;
}
.article-stat i {
    padding-right: 5px;
}
.like_plus, .like_minus {
    display: inline;
    cursor: pointer;
}
.like_plus:active, .like_minus:active {
    color: #d60;
}
.back-button {
    text-align: right;
}
.back-button a {
    text-decoration: none;
    cursor: pointer;
    color: #848484;
}
.back-button a:hover {
    color: #bbb;
}
.add_comment {
    display: table;
    width: 648px;
    border: 1px solid #bbb;
    background-color: #f3efec;
    margin: 20px 0px 25px 0px;
    padding: 10px;
}
#hint { 
    position: absolute; 
    display: none; 
    z-index: 100; 
}
@media (max-width: 770px) {
    .add_comment {
        width: auto; 
    }
    #hint {
        width: 85%;
    }
}
.add_comment textarea {
    width: 100%;
    box-sizing: border-box;
    outline: none;
    font-size: 16px; 
}
.add_comment button {
    float: right;
    margin: 10px 5px 0px 0px;
    padding: 5px 15px;
    background-color: #333;
    border: 1px solid #333;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Ubuntu Condensed', sans-serif;
    letter-spacing: 2px;
}   
.add_comment button:hover {
    cursor: pointer;
    background-color: #848484;
    border: 1px solid #848484;
}
.close_hint, .open_hint {
    float: right;
    cursor: pointer;
    color: #d60;
}
.close_hint { 
    color: #333; 
    margin: 0px 5px 10px 0px;   
}
.open_hint {
    padding-top: 15px;
}
.num {
    float: left;
    padding: 10px 0px 0px 0px;
    width: 100%;
}
.num .captcha_image {
    width: inherit;
}
.smiles {
    padding-top: 10px;
    text-align: center;
}
.smiles img {
    padding: 0px 5px 0px 5px;
    cursor: pointer;
}
.regmessage {
    text-align: center;
    font-size: 12px;
    padding: 10px 0px 0px 0px;
}
.regmessage a {
    color: #d60;
    font-weight: bold;
    padding-right: 2px;
}
.comm_body { 
    padding: 10px 15px; 
    background-color: #fff; 
    text-align: left;
    border-bottom: 1px solid #bbb;
    border-right: 1px solid #bbb;
    border-left: 1px solid #bbb; 
    line-height: 25px;
}
.comm_head_right { 
    padding: 20px 15px 0 0; 
    background-color: #f3efec;
    border-right: 1px solid #bbb;
    border-left: 1px solid #bbb;
    border-top: 1px solid #bbb;
}
.round {
    float: left;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    padding: 15px;
}
.round-menu {
    float: left;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    margin-right: 10px;    
}
.comm_username {
    float:left; 
    padding: 8px;
}
.comm_d_r {
    float:right; 
    padding-bottom: 15px;
}
.comm_date {
    float: left; 
    padding-right: 10px; 
    padding-top: 8px;
}
.comm_p_m {
    float: left;
}
.comm_minus { 
    background: url("../images/minus.png") no-repeat; 
}
.comm_plus { 
    background: url("../images/plus.png") no-repeat; 
}
.comm_minus, .comm_plus {
    float: right;
    width: 18px;
    height: 18px;
    cursor: pointer;  
    margin-top: 8px;
}
.arrow {
    background: url("../images/arrow.png") no-repeat;
    border-left: 2px solid #bbb;
}
.arrow2 { 
    background: url("../images/arrow2.png") no-repeat; 
}
#popup, #popup-yes-no {
    display: none;
    position: fixed; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%;
    z-index: 3000;
}
.popup-box, .popup-box-yes-no {
    background-color: #fff;
    padding: 15px;
    width: 300px;
    height: 130px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -165px;
    text-align: center;
    box-shadow: rgb(51, 51, 51) 5px 5px 30px 0px;
}
.popup-button {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%);
    padding: 5px 25px;
    background: #d60;
    color: #fff;
}
.popup-buttons-yes-no {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%);
}
.popup-yes, .popup-no {
    padding: 5px 25px;
    background: #d60;
    color: #fff;
    float: left;
    margin: 4px;
}
.popup-button:hover, .popup-button:focus, .popup-yes:hover,.popup-yes:focus, .popup-no:hover,.popup-no:focus {
    cursor: pointer;
    background: #848484; 
}
#scrollbutton {
    display: inline-block;
    background-color: #d60;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 3500;
}
#scrollbutton::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}
#scrollbutton:hover {
    cursor: pointer;
    background-color: #333;
}
#scrollbutton:active {
    background-color: #bbb;
}
#scrollbutton.show {
    opacity: 1;
    visibility: visible;
}
@media (min-width: 500px) {
    #scrollbutton {
        margin: 30px;
    }
}
