﻿
/* basic stuff */

body {
    font-size: 16px;
    color: #000000;
    background: #EFEEED;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

a {
    display: block;
    text-decoration: none !important;
    outline: none !important;
}

    a.category-header:visited {
        color: #CF5D00;
    }

    a.menu-link, a.menu-link:visited {
        color: #ebcea8;
    }

        a.menu-link:hover:not(.no-hover), a.menu-link:active {
            color: #ffffff;
        }

a, .button, div {
    /*-ms-touch-action: manipulation;
    touch-action: manipulation;*/
}

.left {
    float: left;
}

.right {
    float: right !important;
}

.c, .clear {
    clear: both;
}

.tac {
    text-align: center;
}

input,
select,
textarea {
    width: 280px;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* menu stuff */

.category-current, .category-current .menu-item-name, .category-current .menu-item-subname, .category-current .plainMenu, .post-current, .post-current span {
    color: #ffffff !important;
}

.menuForm {
    font-size: 14px;
    width: 350px;
    max-width: 100vw;
}

    .menuForm input, .menuForm textarea {
        width: 310px;
        width: -moz-calc(100% - 40px);
        width: -webkit-calc(100% - 40px);
        width: -o-calc(100% - 40px);
        width: calc(100% - 40px);
        background: #2e2e2e;
        color: #ffffff;
        border-color: #2e2e2e;
        margin-top: 0px;
    }

        .menuForm input:focus, .menuForm textarea:focus {
            border-color: #CF5D00;
        }

    .menuForm .input-label {
        font-size: 14px;
        margin: 10px 0px 4px 20px;
        color: #ebcea8;
    }

.left-menu, .left-menu-inner {
    z-index: 17;
    top: 0px;
    padding-top: 50px;
    background: #202020;
    position: fixed;
    width: 250px;
    height: 100%;
    color: #ebcea8;
    position: fixed;
}

.left-menu-inner {
    max-width: 100vw;
    left: 250px;
    width: 350px;
    margin-left: -350px;
    z-index: 16;
}

    .left-menu-inner li {
        text-transform: none !important;
    }

.ulShort li {
    text-transform: uppercase !important;
}

.label-text {
    float: left;
    font-size: 14px;
    margin-top: 10px;
    margin-left: 10px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 210px;
}

.main-part {
    min-width: 300px;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    left: 0px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    height: -moz-calc(100% - 50px);
    height: -webkit-calc(100% - 50px);
    height: -o-calc(100% - 50px);
    height: calc(100% - 50px);
}

.error-holder {
    min-height: 20px;
    margin: 10px 20px;
}

.common-error {
    font-size: 13px;
    /*color: #CF5D00;*/
    color: #428bca;
    /*color: #ffffff;*/
}

input, textarea {
    margin: 10px 20px 0px;
    height: 40px;
    width: 100%;
    border: none;
    background: #ECEAE4;
    outline: none;
    padding: 8px 12px;
    color: #000000;
    border: 1px solid #DDD8CE;
}

    input:focus, textarea:focus {
        border-color: #CF5D00;
    }

textarea {
    resize: none;
    height: 80px;
}

#txtContent {
    height: 300px;
}

#txtRightContent {
    height: 120px;
}

.button {
    padding: 0 20px;
    background: #EFEEED;
    height: 50px;
    line-height: 50px;
    color: #CF5D00;
    /*text-transform: uppercase;*/
    /*font-size: 13px;*/
    font-size: 16px;
    float: left;
    outline: none;
    border: none;
    cursor: pointer;
}

    .button.orange {
        background: #CF5D00;
        color: #ffffff;
    }

    .button:hover {
        /*background: #DDD8CE;*/
        /*color: #ffffff;*/
    }

.hidden {
    display: none;
}

.h100 {
    height: 100%;
}

.m0 {
    margin: 0px !important;
}

.black {
    color: #000000 !important;
}

.extra {
    color: #428bca !important;
}

.w100 {
    width: 100%;
    position: relative;
}

.fs12 {
    font-size: 12px;
}

.cf {
    color: #ebcea8;
}

.avatar {
    width: 48px;
    height: 48px;
    z-index: 2;
    border-radius: 50%;
}

.avatar-holder {
    z-index: 3;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 2px solid #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    overflow: hidden;
}

.avatar-label {
    margin-top: 0px;
    line-height: 52px;
    width: 190px;
}

.avatar-label2 {
    margin-top: 8px;
    line-height: 16px;
    float: none;
}

.my-account-form .avatar-label2 {
    width: 240px;
}

.comment-inner {
    font-size: 13px !important;
}

    .comment-inner .avatar-label2.black {
        /*color: #CF5D00 !important;*/
        font-weight: 700;
    }

.comment-inner {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 5px;
}

.posts-amount, .galleries-amount {
    font-weight: 700;
}

.category-intext {
    line-height: 40px;
    margin-left: 10px;
}

.post-content {
    /*width: auto;*/
    width: 100%;
    padding: 0px;
    float: left;
    font-size: 13px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*.post-content h3:first-of-type {
        margin-top: 0px;
    }*/

#post-addon {
    padding: 10px 0px 0px 0px;
    float: right;
    width: 100%;
}

.map-inner {
    width: 100%;
    height: 0px;
    padding-bottom: 50%;
}

.mobile-top {
    padding-top: 50px;
}

.post-title, #extra-post-title {
    margin-right: 20px;
    position: absolute;
    bottom: 0;
    z-index: 3;
    font-size: 30px;
    color: #ffffff;
    text-shadow: rgba(0,0,0,1) 0px 0px 10px;
    padding-left: 10px;
    font-size: 18px;
}

.post-title-date {
    font-size: 50%;
    opacity: 0.6;
    /*color: #bbbbbb;
    text-shadow: rgba(255,255,255,1) 0px 0px 10px;*/
}

.left-menu {
    display: none;
}

.left-menu-mobile {
    display: none !important;
}

.left-menu-inner {
    left: 0px;
}

.global-header {
    width: 100%;
    height: 50px;
    background: #202020;
    position: relative;
    z-index: 15;
}

.post-holder {
    width: 100%;
    height: -moz-calc(100vh - 50px);
    height: -webkit-calc(100vh - 50px);
    height: -o-calc(100vh - 50px);
    height: calc(100vh - 50px);
    /*overflow-y: scroll;*/
    overflow-y: hidden;
    overflow-x: hidden;
}

.respond-style {
    margin-left: 30px;
}

.pointer {
    cursor: pointer;
}

.translateX0 {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

.translateX350 {
    -webkit-transform: translateX(350px);
    -moz-transform: translateX(350px);
    -ms-transform: translateX(350px);
    -o-transform: translateX(350px);
    transform: translateX(350px);
}

.translateX50 {
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px);
}

.translateXM30 {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
}

.translateY0 {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.translateY60 {
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -ms-transform: translateY(60px);
    -o-transform: translateY(60px);
    transform: translateY(60px);
}

.translateYM100 {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
}

.holder-extra-page {
    overflow-y: hidden;
    position: relative;
    cursor: pointer;
    background: #202020;
}

    .holder-extra-page:hover:not(.no-hover) .extra-header-link {
        -webkit-transform: translateY(-50px);
        -moz-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        -o-transform: translateY(-50px);
        transform: translateY(-50px);
    }

.post-content-padding {
    padding: 0px 10px 5px;
}

h3 {
    margin-top: 10px;
    font-size: 18px;
}

.post-title {
    margin-bottom: 10px;
}

h3.title {
    padding: 3px 9px;
    font-size: 12px;
    line-height: 18px;
    margin: 0 0px 0 0;
    top: 0px;
    left: 0px;
}

.post-inner {
    width: 100%;
}

.pi {
    width: 100%;
    position: relative;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

@media (min-width: 512px) {
    h3.title {
        padding: 3px 9px;
        font-size: 14px;
        line-height: 21px;
        margin: 0 0px 0 0;
        top: 0px;
        left: 0px;
    }

    .post-title {
        font-size: 22px;
        padding-left: 10px;
    }
}

@media (min-width: 768px) {
    h3.title {
        padding: 3px 9px;
        font-size: 14px;
        line-height: 21px;
        margin: 0 0px 0 0;
        top: 0px;
        left: 0px;
    }

    .post-title {
        font-size: 28px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    h3.title {
        padding: 4px 12px;
        font-size: 16px;
        line-height: 24px;
        /*margin: 0 20px 0 0;*/
        top: 10px;
        left: 10px;
    }

    .post-title {
        margin-bottom: 20px;
    }

    #post-addon {
        width: 300px;
        margin-left: -300px;
        padding: 0px 0px 0px 10px;
    }

    .post-content {
        font-size: 14px;
        padding: 0 330px 0 10px;
    }

    .map-inner {
        padding-bottom: 45%;
    }

    .post-title {
        font-size: 32px;
        padding-left: 20px;
    }
}

@media (min-width: 1200px) {
    h3.title {
        padding: 5px 20px;
        font-size: 18px;
        line-height: 27px;
        /*margin: 0 40px 0 0;*/
        top: 15px;
        left: 15px;
    }

    .post-holder {
        height: 100vh;
    }

    .global-header {
        display: none;
    }

    .main-part {
        /*width: -moz-calc(100% - 250px);
        width: -webkit-calc(100% - 250px);
        width: -o-calc(100% - 250px);
        width: calc(100% - 250px);
        left: 250px;*/
        width: 100%;
        padding-left: 250px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        height: 100%;
    }

    .post-content-padding {
        padding: 10px 10px 10px;
    }

    h3 {
        margin-top: 15px;
        font-size: 21px;
    }

    .respond-style {
        margin-left: 50px;
    }

    #post-addon {
        width: 350px;
        padding: 0px 0px 0px 20px;
        margin-left: -350px;
    }

    .post-content {
        font-size: 15px;
        padding: 0 365px 0 15px;
    }

    .map-inner {
        padding-bottom: 40%;
    }

    .post-title {
        font-size: 40px;
    }

    .left-menu {
        display: block;
    }

    .left-menu-inner {
        left: 250px;
    }

    .mobile-top {
        padding-top: 0px;
    }
}

@media (min-width: 1500px) {
    h3.title {
        padding: 5px 20px;
        font-size: 20px;
        /*margin: 0 40px 0 0;*/
        line-height: 30px;
    }

    .post-content-padding {
        padding: 10px 20px 10px;
    }

    h3 {
        margin-top: 15px;
        font-size: 24px;
    }

    .respond-style {
        margin-left: 70px;
    }

    #post-addon {
        width: 400px;
        margin-left: -400px;
    }

    .post-content {
        padding: 0 420px 0 20px;
        padding-top: 0px;
        font-size: 16px;
    }

    .map-inner {
        padding-bottom: 35%;
    }

    .post-title {
        font-size: 50px;
    }
}


.left-menu-inner-mobile {
    left: 0px;
}

ul.ulmenu, ul.ulposts, ul.ulShort {
    list-style-type: none;
    padding-left: 0px;
}

.category-header {
    outline: none !important;
    height: 50px;
    line-height: 50px;
    /*padding-left: 20px;*/
    text-align: center;
    width: 100%;
    font-size: 16px;
    cursor: pointer;
    color: #CF5D00;
}

    .category-header:hover:not(.no-hover),
    .category-header:active,
    .inner-hover:hover > .category-header:not(.no-hover),
    .inner-hover:active > .category-header {
        background: #292929;
    }

        .category-header.back-slide:hover:not(.no-hover) > div,
        .category-header.back-slide:active > div,
        .inner-hover:hover > .category-header.back-slide:not(.no-hover) > div,
        .inner-hover:active > .category-header.back-slide > div {
            color: #ffffff !important;
        }

        .category-header:hover:not(.back-slide):not(.no-hover),
        .category-header:active:not(.back-slide),
        .inner-hover:hover > .category-header:not(.back-slide):not(.no-hover),
        .inner-hover:active > .category-header:not(.back-slide) {
            color: #ffffff !important;
        }

.no-hover.back-slide > div:before {
    display: none;
}

#menu-category-name.no-hover > div {
    padding-right: 0 !important;
}

    #menu-category-name.no-hover > div:after {
        font-family: 'Glyphicons Halflings';
        -webkit-font-smoothing: antialiased;
        content: "\e014";
        color: #CF5D00;
        font-size: 16px;
        line-height: 50px;
        display: block;
        float: right;
        margin-left: 10px;
    }

.inner-hover {
    cursor: pointer;
    position: relative;
}

.uploader {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 52px;
    width: 100%;
    margin-left: 0px;
    opacity: 0;
    cursor: pointer;
}

.extended-header {
    height: 52px;
    line-height: 52px;
}

.pr {
    position: relative;
}

.transition,
.menu-item,
.menu-item-in,
.menu-item-in span,
.menu-link,
.menu-link:after,
.menu-item:after,
.slide-up-inner,
.button,
input:not(.no-hover),
textarea:not(.no-hover),
.left-menu li:before,
.category-header,
.back-slide > div:before,
.back-slide > div,
.front-slide:after,
.button-respond,
.button-respond:after,
.button-respond2,
.button-respond2:before,
.prev,
.next,
.close,
.play-pause,
h3.title,
.menu-item-name,
.menu-item-subname,
.plainMenu,
#menu-posts .mCSB_1_scrollbar,
.ulmenu-holder .mCSB_1_scrollbar,
.cell-image,
.global-menu-icon,
.global-menu-icon:before,
.global-head-item,
.extra-header-link,
.notification-status,
.respond-image,
.respond-class,
.comment-image,
.post-inner,
.menu-item > div, .menu-item-in > div,
.page-footer {
    -webkit-transition: 0.2s ease-in-out all;
    -moz-transition: 0.2s ease-in-out all;
    -ms-transition: 0.2s ease-in-out all;
    -o-transition: 0.2s ease-in-out all;
    transition: 0.2s ease-in-out all;
}

.fast-animation, .loader-button, .short-trans {
    -webkit-transition: 0.12s cubic-bezier(0.645, 0.045, 0.355, 1.000) all;
    -moz-transition: 0.12s cubic-bezier(0.645, 0.045, 0.355, 1.000) all;
    -ms-transition: 0.12s cubic-bezier(0.645, 0.045, 0.355, 1.000) all;
    -o-transition: 0.12s cubic-bezier(0.645, 0.045, 0.355, 1.000) all;
    transition: 0.12s cubic-bezier(0.645, 0.045, 0.355, 1.000) all;
}

.mid-trans {
    -webkit-transition: 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000) all;
    -moz-transition: 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000) all;
    -ms-transition: 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000) all;
    -o-transition: 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000) all;
    transition: 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000) all;
}

.long-trans {
    -webkit-transition: 0.4s cubic-bezier(0.645, 0.045, 0.355, 1.000) all;
    -moz-transition: 0.4s cubic-bezier(0.645, 0.045, 0.355, 1.000) all;
    -ms-transition: 0.4s cubic-bezier(0.645, 0.045, 0.355, 1.000) all;
    -o-transition: 0.4s cubic-bezier(0.645, 0.045, 0.355, 1.000) all;
    transition: 0.4s cubic-bezier(0.645, 0.045, 0.355, 1.000) all;
}

.prev, .next {
    color: #ebcea8;
    border-color: #ebcea8;
}

    .prev:hover, .next:hover, .close:hover, .play-pause:hover {
        color: #CF5D00 !important;
    }

.play-pause {
    display: none !important;
}

.blueimp-gallery, .left-menu-inner, .post-holder {
    -webkit-transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000) all !important;
    -moz-transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000) all !important;
    -ms-transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000) all !important;
    -o-transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000) all !important;
    transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000) all !important;
}

.notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.left-menu {
    padding-top: 0px !important;
}

.left-menu-inner {
    padding-top: 0px !important;
}

.menu-item, .menu-item-in {
    padding-left: 20px;
    width: 100%;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
}

    .menu-item > div {
        /*width: 180px;*/
        width: 170px;
        float: left;
    }

#menu-short .menu-item > div {
    width: 270px;
}

.menu-item:hover:not(.no-hover),
.menu-item-in:hover:not(.no-hover),
.menu-item:active,
.menu-item-in:active {
    background: #292929;
    /*padding-left: 40px;*/
    color: #ffffff !important;
}

    .menu-item-in:hover:not(.no-hover) .menu-link
    /*.menu-item-in:active .menu-link*/ {
        padding-right: 45px;
    }

.menu-link > div {
    line-height: 16px;
    width: 260px;
}

.menu-item-in:hover span {
    /* TODO */
    /*color: #ffffff !important;*/
}

.menu-item:hover:not(.no-hover) > div,
.menu-item-in:hover:not(.no-hover) > div
/*.menu-item:active > div,
.menu-item-in:active > div*/ {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
}

.menu-item:after, .menu-link:after {
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    content: "\e080";
    /*content: "\e131";*/
    color: #CF5D00;
    /*position: absolute;
        right: 0px;*/
    font-size: 12px;
    /*margin-right: 50px;*/
    line-height: 46px;
    opacity: 0;
    float: left;
}

.menu-link:after {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    line-height: normal;
    right: 48px;
}

.menu-item:not(.admin-hidden):hover:not(.no-hover):after {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
}

.menu-link:hover:not(.no-hover):after {
    opacity: 1;
}

.menu-item:not(.admin-hidden):before {
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    content: "\e080";
    position: absolute;
    left: 20px;
    font-size: 12px;
    line-height: 46px;
    color: #ffffff;
    opacity: 0;
}

.menu-item:hover:not(.no-hover) .menu-item-name, .menu-item:hover:not(.no-hover) .menu-item-subname, .menu-item:hover:not(.no-hover) .plainMenu {
    color: #ffffff !important;
}

.menu-item:not(.menu-item-admin), .menu-item-in:not(.menu-item-admin) {
    min-height: 50px;
}

.menu-item {
    line-height: 50px;
}

.menu-link {
    padding-right: 65px;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
    padding-left: 20px;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

    .menu-link:hover:not(.no-hover) {
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }

.menu-item-in {
    padding-left: 0px;
    font-size: 14px;
}

    .menu-item-in:hover:not(.no-hover) {
        padding-left: 0px;
    }

.menu-item-name {
    text-transform: none;
    font-size: 14px;
    padding-top: 8px;
    color: #428bca;
}

.menu-item-subname, .plainMenu {
    color: #ebcea8;
}

.menu-item-subname {
    padding-top: 2px;
}

.menu-item-name, .menu-item-subname {
    line-height: normal !important;
}

.category-header.front-slide {
    margin-left: -20px;
    padding-left: 40px;
    width: -moz-calc(100% + 20px) !important;
    width: -webkit-calc(100% + 20px) !important;
    width: -o-calc(100% + 20px) !important;
    width: calc(100% + 20px) !important;
}

.back-slide > div {
    padding-right: 30px;
    display: inline-block;
}

    .back-slide > div:before {
        font-family: 'Glyphicons Halflings';
        -webkit-font-smoothing: antialiased;
        content: "\e079";
        margin-right: 20px;
        font-size: 12px;
        line-height: 48px;
        color: #ffffff;
        opacity: 0;
        color: #CF5D00;
    }

.back-slide:hover:not(.no-hover) > div {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
    /*padding-right: 72px;*/
}

    .back-slide:hover:not(.no-hover) > div:before {
        opacity: 1;
    }

.menu-item-clicked {
    color: #ffffff;
}

    .menu-item-clicked > div {
        -webkit-transform: translateX(20px) !important;
        -moz-transform: translateX(20px) !important;
        -ms-transform: translateX(20px) !important;
        -o-transform: translateX(20px) !important;
        transform: translateX(20px) !important;
    }

    .menu-item-clicked:before {
        opacity: 1 !important;
    }

    .menu-item-clicked:after {
        -webkit-transform: translateX(20px) !important;
        -moz-transform: translateX(20px) !important;
        -ms-transform: translateX(20px) !important;
        -o-transform: translateX(20px) !important;
        transform: translateX(20px) !important;
    }

    .menu-item-clicked .menu-item-name, .menu-item-clicked .menu-item-subname, .menu-item-clicked .plainMenu {
        color: #ffffff !important;
    }

.posts-gallery td {
    background: #202020;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.slide-up-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow-y: hidden;
}

.slide-up:hover:not(.no-hover) .slide-up-inner {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
}

.slide-footer {
    background: #202020;
    height: 50px !important;
    line-height: 50px;
    color: #ebcea8;
    position: relative;
    padding-left: 40px;
    margin-left: -20px;
}

.slide-text {
    line-height: 18px;
    margin-right: 20px;
    position: absolute;
    left: -20px;
    padding: 12px 20px 14px 20px;
    background: rgba(0, 0, 0, 0.20);
    width: 100%;
    bottom: 40px;
    /*font-weight: 700;*/
    color: #ffffff;
    margin-bottom: 10px;
    margin-left: 20px;
    /*text-shadow: rgba(0,0,0,1) 0px 0px 7px;*/
}

.gallery:after {
    clear: both;
}

.main-part-content {
    padding: 20px 40px 40px;
}

.cell-gallery-link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.cell-image {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.cell-image-1 {
    padding-bottom: 100%;
}

.cell-image-2 {
    padding-bottom: 50%;
}

.cell-image-3 {
    padding-bottom: 33.33333%;
}

.cell-image-4 {
    padding-bottom: 25%;
}

#gallery-tbody td {
    overflow: hidden;
}

    #gallery-tbody td:hover:not(.no-hover) > .cell-image,
    #gallery-tbody td:active > .cell-image {
        opacity: 0.8;
        /*transform: scale(1.1, 1.1);*/
    }

.td-post {
    padding-top: 65%;
    position: relative;
}

.post-image-1 {
    padding-bottom: 65%;
}

.post-td-1 {
    padding-top: 64.5%;
}

.post-image-2 {
    padding-bottom: 32.33333%;
}

.post-td-2 {
    padding-top: 32%; /*.33333%;*/
}

.post-image-3 {
    padding-bottom: 33.33333%;
}

.post-td-3 {
    padding-top: 33.33333%;
}

.post-image-4 {
    padding-bottom: 25%;
}

.post-td-4 {
    padding-top: 25%;
}

.img-post-holder {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -2px;
    overflow: hidden;
}

.post-image {
    position: relative;
    height: 100%;
    /*height: 84.3137254902%;*/
    overflow-y: hidden;
}

.cell-empty-image {
    /*background: #cccccc;*/
    background: #202020;
    cursor: default !important;
    color: #ffffff;
    vertical-align: middle;
    height: 100%;
    text-align: center;
    padding: 0 !important;
}

.addon-empty {
    font-size: 12px;
    color: #428bca;
}

.addon-empty2 {
    font-size: 13px;
}

/*.main-image {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.main-image-header {
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 45%;
    max-height: 400px;
    position: relative;
}*/

.main-image {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main-image-header {
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 170px; /*187px;*/
    padding-bottom: 45%;
    padding-bottom: 0px;
    position: relative;
    background: #202020;
}

.holder-extra-page {
    height: 170px;
}

@media (min-width: 440px) {
    .main-image-header {
        min-height: 250px;
    }

    .holder-extra-page {
        height: 250px;
    }
}

@media (min-width: 900px) {

    .main-image-header {
        min-height: 500px;
    }

    .holder-extra-page {
        height: 500px;
    }
}

table {
    /*background: #202020;*/
    /*background: #ffffff;*/
}

.borderless tbody tr td, .borderless tbody tr th, .borderless thead tr th {
    padding: 0px !important;
}

.icon-holder {
    width: 32px;
    height: 36px;
}

.icon {
    position: relative;
    top: 2px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #CF5D00;
    margin-left: 16px;
}

.global-menu-icon:before {
    position: relative;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    content: "\e056";
    cursor: pointer;
    color: #CF5D00;
    font-size: 20px;
    line-height: 38px;
    top: 4px;
    margin-right: 20px;
}

.icon-plus:before {
    content: "\2b";
    cursor: pointer;
}

.icon-up:before {
    content: "\e113";
    cursor: pointer;
}

.icon-down:before {
    content: "\e114";
    cursor: pointer;
}

.icon-cross:before {
    content: "\e014";
    cursor: pointer;
}

.icon-edit:before {
    content: "\270f";
    cursor: pointer;
}

.ml20 {
    margin-left: 20px;
}

.mr20 {
    margin-right: 20px;
}

.admin-category-name {
    float: left;
    height: 40px;
    line-height: 40px;
    width: 300px;
    cursor: pointer;
}

.admin-photo-cover:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.lh36 {
    line-height: 36px;
}

.menu-separator {
    margin: 10px 20px;
    background: #333333;
    height: 1px;
}

#menu-posts {
    width: 100%;
    /*left: 0px;
    top: 0px;*/
    height: 100%;
    padding-bottom: 50px;
    /*position: relative;*/
    /*-moz-box-sizing: border-box;
    box-sizing: border-box;*/
    /*z-index: 19;*/
}

.menu-inner-holder {
    /*top: 0px;
    left: 0px;*/
    width: 350px;
    max-width: 100vw;
    position: relative;
    height: 100%;
}

.regular-text {
    font-size: 12px;
    color: #ffffff;
}


.cssload-loader {
    position: relative;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    perspective: 500px;
}

.cssload-inner {
    position: absolute;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

    .cssload-inner.cssload-one {
        left: 0%;
        top: 0%;
        animation: cssload-rotate-one 0.95s linear infinite;
        -o-animation: cssload-rotate-one 0.95s linear infinite;
        -ms-animation: cssload-rotate-one 0.95s linear infinite;
        -webkit-animation: cssload-rotate-one 0.95s linear infinite;
        -moz-animation: cssload-rotate-one 0.95s linear infinite;
        border-bottom: 2px solid #CF5D00;
    }

    .cssload-inner.cssload-two {
        right: 0%;
        top: 0%;
        animation: cssload-rotate-two 0.95s linear infinite;
        -o-animation: cssload-rotate-two 0.95s linear infinite;
        -ms-animation: cssload-rotate-two 0.95s linear infinite;
        -webkit-animation: cssload-rotate-two 0.95s linear infinite;
        -moz-animation: cssload-rotate-two 0.95s linear infinite;
        border-right: 2px solid #ebcea8;
    }

    .cssload-inner.cssload-three {
        right: 0%;
        bottom: 0%;
        animation: cssload-rotate-three 0.95s linear infinite;
        -o-animation: cssload-rotate-three 0.95s linear infinite;
        -ms-animation: cssload-rotate-three 0.95s linear infinite;
        -webkit-animation: cssload-rotate-three 0.95s linear infinite;
        -moz-animation: cssload-rotate-three 0.95s linear infinite;
        border-top: 2px solid #444444;
    }

@keyframes cssload-rotate-one {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-o-keyframes cssload-rotate-one {
    0% {
        -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }

    100% {
        -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-ms-keyframes cssload-rotate-one {
    0% {
        -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }

    100% {
        -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-one {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-moz-keyframes cssload-rotate-one {
    0% {
        -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }

    100% {
        -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@keyframes cssload-rotate-two {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-o-keyframes cssload-rotate-two {
    0% {
        -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }

    100% {
        -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-ms-keyframes cssload-rotate-two {
    0% {
        -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }

    100% {
        -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-two {
    0% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-moz-keyframes cssload-rotate-two {
    0% {
        -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }

    100% {
        -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@keyframes cssload-rotate-three {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-o-keyframes cssload-rotate-three {
    0% {
        -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-ms-keyframes cssload-rotate-three {
    0% {
        -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-three {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-moz-keyframes cssload-rotate-three {
    0% {
        -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

.loader-button {
    /*display: block;
    opacity: 0;*/
    display: none;
    margin-top: 6px;
}

.menu-loader {
    opacity: 1 !important;
    margin-top: 40px;
}

.loader + .loader-button {
    opacity: 1;
}

.mt0 {
    margin-top: 0px !important;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mb10 {
    margin-bottom: 10px;
}

.ph20 {
    padding-left: 20px;
    padding-right: 20px;
}

h2 {
    margin-top: 10px;
    margin-bottom: 20px;
}

iframe {
    overflow: visible;
    border: none !important;
    width: 100%;
    height: 100%;
    position: absolute;
}

.noselection, .noselect, .uploader, .category-header, .menu-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.progressbar-holder {
    width: 100%;
}

.progressbar {
    width: 0%;
    background: #CF5D00;
    height: 2px;
    -webkit-box-shadow: 0px 0px 26px 1px #cf5d00;
    -moz-box-shadow: 0px 0px 26px 1px #cf5d00;
    box-shadow: 0px 0px 26px 1px #cf5d00;
}

    .progressbar.progressbar-global {
        width: 0%;
        background: #CF5D00;
        height: 2px;
        -webkit-box-shadow: 0px 0px 38px 2px #cf5d00;
        -moz-box-shadow: 0px 0px 38px 2px #cf5d00;
        box-shadow: 0px 0px 38px 2px #cf5d00;
    }

.menu-item-admin {
    height: 0px;
    overflow: hidden;
}

.post-top-text {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 24px;
    padding: 10px 20px;
    width: 100%;
    color: #ffffff;
    text-shadow: 0 0 6px #000;
    z-index: 2;
}

.global-spinner {
    padding-top: 100px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
}

.global-progressbar {
    position: fixed;
    z-index: 21;
    top: 0;
    left: 0;
}

.map-holder {
    display: none;
}

.admin-map {
}

.admin-map-inner {
    width: 100%;
    height: 0px;
    padding-bottom: 35%;
}

.comment-text {
    padding-right: 20px;
    width: 100%;
    margin: 5px 5px 0px 10px;
    font-size: 13px;
}

.s-comment, .no-comment, .text-comment {
    font-size: 14px;
}

.s-comment, .no-comment {
    margin-bottom: 10px;
    color: #666666;
}

.empty-comment {
    margin-bottom: 18px;
    font-size: 12px;
    color: #666666;
}

.holder {
    min-height: 50px;
    min-width: 1px;
}

.old-comments {
    opacity: 0;
    display: none;
}

.fs14 {
    font-size: 14px;
}

.total-comments, .shown-comments {
    font-weight: 700;
}

.lh20 {
    line-height: 20px;
}

.posted-cat, .posted-date-c {
    color: #428bca;
}

.posted-localstat {
    padding-bottom: 20px;
    font-size: 80%;
    margin: 5px 0px 5px 0px;
    color: #666666;
}

.black {
    color: #000000 !important;
}

#global-spinner {
    position: fixed;
    z-index: 1500000;
    display: none;
    height: 100%;
    width: 100%;
}

    #global-spinner > .cssload-loader {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -25px;
        margin-left: -25px;
    }

.local-spinner {
    position: fixed;
    z-index: 1500000;
    height: 100%;
    width: 100%;
}

    .local-spinner > .cssload-loader {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -25px;
        margin-left: -25px;
    }

.posted-right {
    margin-bottom: 20px;
}

.tiny {
    font-size: 74%;
}

.small {
    font-size: 80%;
}

.mid {
    font-size: 86%;
}

.normal {
    font-size: 92%;
}

.large {
    font-size: 106%;
}

.gray {
    color: #999999;
}

.orange {
    color: #CF5D00;
}

.blue {
    color: #428bca;
}

.bold {
    font-weight: 700;
}

.inline-image {
    width: 200px;
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.inline-image-v {
    width: 200px;
}

.inline-image-h250 {
    width: 250px;
}

.inline-image-h {
    width: 300px;
}

.inline-image-h400 {
    width: 400px;
}

.inline-image-h450 {
    width: 400px;
}

.link {
    color: #CF5D00;
    display: inline-block;
}

.inline-link {
    color: #CF5D00;
    display: inline-block;
}

.ModalInnerHolder, .NotifierInnerHolder {
    position: fixed;
    z-index: 112012;
    top: 50%;
    left: 50%;
}

.ModalInnerHolder {
    border-radius: 4px;
    box-shadow: 0 0 35px #333333;
    background: #ffffff;
}

.NotifierInnerHolder {
    position: fixed;
    z-index: 112310;
    top: 0px;
    left: 0px;
    cursor: pointer;
    /*padding: 10px 25px;*/
    /*box-shadow: 0 0 25px -4px #CF5D00;*/
    /*border: 1px solid #FFE68F;*/
    border: 1px solid #333333;
    /*background: #FFF2C5;*/
}

    .NotifierInnerHolder.NotifyPosition:before {
        content: '';
        display: block;
        position: absolute;
        z-index: 112309;
        width: 7px;
        height: 7px;
        /*box-shadow: -6px -6px 12px -1px #CF5D00;*/
        border-left: 1px solid #333333;
        border-top: 1px solid #333333;
        background: #333333;
    }

    .NotifierInnerHolder.NotifyTop:before {
        bottom: -5px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
        left: 50%;
        margin-left: -4px;
    }

    .NotifierInnerHolder.NotifyBottom:before {
        top: -5px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        left: 50%;
        margin-left: -4px;
    }

    .NotifierInnerHolder.NotifyRight:before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 50%;
        margin-top: -4px;
        left: -5px;
        box-shadow: -6px -6px 12px -2px #666666;
    }

    .NotifierInnerHolder.NotifyLeft:before {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
        top: 50%;
        margin-top: -4px;
        right: -5px;
        box-shadow: -6px -6px 12px -2px #666666;
    }

.ModalInnerHeader {
    float: left;
    text-align: left;
    margin-left: 30px;
    font-size: 16px;
    height: 49px;
    line-height: 49px;
    max-height: 49px;
    overflow-y: hidden;
}

.link-over-holder {
    /*background: #ebcea8;*/
    background: #202020;
    position: relative;
    z-index: 112311;
}

.link-over-name {
    font-size: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-shadow: rgba(0,0,0,5) 1px 1px;
    color: #ffffff;
    z-index: 112313;
    margin: 5px 10px;
}

.link-over-image {
    z-index: 112312;
    position: relative;
    height: 225px;
    min-width: 300px;
}

#post-header {
    margin-bottom: 10px;
}

.kr {
    font-family: Batang;
    font-size: xx-large;
    font-weight: bold;
    line-height: 36px;
}

.kr-desc {
    margin-top: -4px;
}

.weather-part {
    font-size: 14px;
    margin-top: -16px;
}

.time-label iframe {
    width: 50%;
    float: left;
    position: relative;
    height: 20px;
}

.time-label {
    margin-right: -2px;
    line-height: 20px;
    height: 20px;
    font-size: 14px;
}

.ulmenu-holder, #menu-short {
    z-index: 19;
    position: absolute;
    top: 0px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    padding-top: 146px;
}

#menu-short {
    padding-top: 75px;
}

.mCSB_dragger_bar {
    background: #c2c2c2 !important;
    background: -moz-linear-gradient(left, #428BCA 0%, hsla(27, 100%, 41%, 0.1) 100%) !important;
    background: -webkit-gradient(linear,left top,right top,color-stop(0%, #428BCA),color-stop(100%,hsla(27, 100%, 41%, 0.1))) !important;
    background: -webkit-linear-gradient(left,#428BCA 0%, hsla(27, 100%, 41%, 0.1) 100%) !important;
    background: -o-linear-gradient(left,#428BCA 0%, hsla(27, 100%, 41%, 0.1) 100%) !important;
    background: -ms-linear-gradient(left,#428BCA 0%, hsla(27, 100%, 41%, 0.1) 100%) !important;
    background: linear-gradient(to right,#428BCA 0%, hsla(27, 100%, 41%, 0.1) 100%) !important;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.77) !important;
    -moz-box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.77) !important;
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.77) !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}

.post-holder .mCSB_dragger_bar {
    background: #c2c2c2 !important;
    background: -moz-linear-gradient(left, #ffffff 0%, hsla(27, 100%, 41%, 0.1) 100%) !important;
    background: -webkit-gradient(linear,left top,right top,color-stop(0%, #ffffff),color-stop(100%,hsla(27, 100%, 41%, 0.1))) !important;
    background: -webkit-linear-gradient(left,#ffffff 0%, hsla(27, 100%, 41%, 0.1) 100%) !important;
    background: -o-linear-gradient(left,#ffffff 0%, hsla(27, 100%, 41%, 0.1) 100%) !important;
    background: -ms-linear-gradient(left,#ffffff 0%, hsla(27, 100%, 41%, 0.1) 100%) !important;
    background: linear-gradient(to right,#ffffff 0%, hsla(27, 100%, 41%, 0.1) 100%) !important;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.77) !important;
    -moz-box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.77) !important;
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.77) !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}

.soft-hide {
    opacity: 0.01;
}

.mCSB_scrollTools_vertical {
    margin-right: 0px !important;
}

.mCSB_scrollTools {
    width: 14px !important;
}

    .mCSB_scrollTools .mCSB_draggerContainer {
        right: 6px !important;
    }

.currency-part, .currency-type {
    font-size: 14px;
}

.posted-stats {
    font-size: 14px;
    margin-top: -15px;
    height: 160px;
    width: 100%;
}

.posted-stats-loading {
    padding-top: 25px;
}

.posted-stats-loaded > div {
    height: 20px;
    line-height: 20px;
}

.stat {
    display: none;
}

.stat-temp-img {
    height: 34px;
    margin-top: -11px;
    margin-bottom: -11px;
}

.admin-image-pre {
    width: 150px;
    margin-bottom: 5px;
}

.admin-image-holder {
    position: relative;
    float: left;
    cursor: pointer;
}

#photosHolder:after {
    clear: both;
}

.admin-image-edit {
    display: none;
}

    .admin-image-edit.shown {
        display: block !important;
    }

.controls, .controls a, .playerScreen, .playerScreen a {
    outline: none !important;
    text-decoration: none !important;
}

.video-jplayer {
    margin-left: 20px;
    float: right;
    outline: none !important;
    text-decoration: none !important;
    border: none !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.videoPlayer, .video-jplayer {
    background: #000000;
}

.menu-date {
    color: #666666;
    font-size: 12px;
    display: block;
    margin-top: 3px;
    line-height: initial !important;
}

.post-new {
    font-size: 12px;
    color: #428bca;
    margin-left: 10px;
}

.cell-date {
    margin-bottom: 2px;
    font-size: 12px;
    /*color: #aaaaaa;*/
    color: #B1B1B1;
    /* font-weight: 700; */
    display: block;
}

.flag {
    height: 50px;
    width: 74px;
    /*background: url('/Images/flag_01.jpg');*/
}

.global-head-item {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    cursor: pointer;
    color: #CF5D00;
    float: left;
    min-width: 50px;
}

    .global-head-item:active,
    .global-head-item:not(.no-hover):hover {
        background: #292929;
        color: #ffffff !important;
    }

        .global-head-item:active:before,
        .global-head-item:not(.no-hover):hover:before {
            color: #ffffff !important;
        }

.mapInfo {
    background: #ffffff;
    position: relative;
}

.mapInfo2 {
    background: #ffffff;
    padding: 10px 20px;
    text-align: center;
    color: #000000;
    width: 100px;
    height: 50px;
    border: 1px solid #202020;
    position: relative;
    margin-bottom: -2px;
    z-index: 86;
}

.mapInfo2Holder {
    width: 100px;
    height: 50px;
    position: relative;
    z-index: 85;
}

.mapImageMarker {
    width: 100%;
    height: 0px;
    padding-bottom: 50%;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 86;
}

.mapInfo .mapImageHolder {
    /*position: relative;
        top: 0;*/
    /*margin-top: -20px;*/
    width: 300px;
    height: 151px;
    /*overflow: hidden;*/
    position: absolute;
    top: 0px;
    border: 1px solid #202020;
    z-index: 85;
}

.mapText {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 10px 15px;
    color: #ffffff;
    text-shadow: rgba(0,0,0,5) 1px 1px;
    font-size: 13px;
    z-index: 88;
}

.mapTriangle {
    content: '';
    display: block;
    position: absolute;
    z-index: 112309;
    width: 7px;
    height: 7px;
    /*box-shadow: -6px -6px 12px -1px #CF5D00;*/
    border-left: 1px solid #333333;
    border-top: 1px solid #333333;
    background: #333333;
    bottom: 0px;
    margin-bottom: -5px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    left: 50%;
    margin-left: -3px;
    z-index: 84;
}

.mapInfo2Holder .mapTriangle {
    margin-bottom: -4px;
    margin-left: -3px;
}

.category-header.global-head-item {
    width: auto;
}

.menu-item-subname.no-subname {
    display: none;
}

.menu-item-name.no-subname {
    text-transform: uppercase;
    color: #ebcea8;
    line-height: 34px !important;
    font-size: 12px;
}

#typo-holder-text {
    margin: 0px 20px;
    font-size: 12px;
    color: #787878;
}

.typo-highlight {
    font-size: 13px;
    color: #ffffff;
}

.typo-label {
    font-size: 11px;
    float: right;
    color: #999999;
    margin-top: 20px;
}

.notification-status {
    width: 150px;
    text-align: left;
    display: block;
    float: left;
    margin-left: 30px;
}

    .notification-status.on {
        color: #ffffff !important;
    }

    .notification-status.off {
        color: #666666 !important;
    }

.left-button {
    text-align: left;
}

.comment-textby {
    width: 228px;
    width: -moz-calc(100% - 52px);
    width: -webkit-calc(100% - 52px);
    width: -o-calc(100% - 52px);
    width: calc(100% - 52px);
}

    .comment-textby .avatar-label2:not(.extra) {
        padding-right: 20px;
        width: 100%;
    }

    .comment-textby .avatar-label2 {
        width: auto;
        float: left;
    }

.button-respond, .button-respond2 {
    float: right;
    color: #CF5D00;
    margin-top: 8px;
    line-height: 16px;
    cursor: pointer;
    padding-right: 20px;
    padding-left: 10px;
    font-size: 13px;
}

    .button-respond:hover:not(.no-hover), .button-respond:active {
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
        -o-transform: translateX(10px);
        transform: translateX(10px);
    }

    .button-respond:after {
        font-family: 'Glyphicons Halflings';
        -webkit-font-smoothing: antialiased;
        content: "\e080";
        margin-left: 10px;
        font-size: 10px;
        line-height: 12px;
        color: #ffffff;
        opacity: 0;
        color: #CF5D00;
    }

    .button-respond:hover:not(.no-hover):after, .button-respond2:hover:not(.no-hover):before,
    .button-respond:active:after, .button-respond2:active:before {
        opacity: 1;
    }

.button-respond2 {
    padding-right: 40px;
}

    .button-respond2:hover:not(.no-hover), .button-respond2:active {
        -webkit-transform: translateX(-10px);
        -moz-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        -o-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    .button-respond2:before {
        font-family: 'Glyphicons Halflings';
        -webkit-font-smoothing: antialiased;
        content: "\e079";
        margin-right: 10px;
        font-size: 10px;
        line-height: 12px;
        color: #ffffff;
        opacity: 0;
        color: #CF5D00;
    }

.respond-to-holder .button-respond, .respond-to-holder .button-respond2 {
    margin-top: 2px;
}

.respond-to-text {
    font-size: 12px;
    margin-bottom: 8px;
    margin-left: 5px;
}

.hard-hide.button-respond, .hard-hide.button-respond2 {
    display: none !important;
}

.comments-all-shown {
    font-size: 12px;
}

.post-itself-right {
    margin: 10px 0px 0px 0px;
}

.page-footer {
    width: 100%;
    height: 50px;
    color: #ffffff;
    background: #202020;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    cursor: pointer;
    color: #CF5D00;
}

    .page-footer:hover:not(.no-hover),
    .page-footer:active {
        /*background: rgba(41, 41, 41, 0.65);*/
        background: #292929;
        color: #ffffff !important;
    }

.loading-in-progress {
    color: #666666;
    position: absolute;
    text-align: center;
    top: 60px;
    width: 100%;
}

.mCSB_container {
    min-height: 90px;
}

.blueimp-gallery > .indicator {
    bottom: 65px !important;
}

.divCommentPhotoHolder {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 50px;
}

.btnCommentPhoto {
    background: rgba(0,0,0,0.35);
}

    .btnCommentPhoto:hover {
        background: rgba(0,0,0,0.65);
    }

.respond-image-holder {
    width: 100%;
    height: 110px;
}

.comment-image {
    height: 100px;
    /*width: 100px;*/
    float: left;
    opacity: 1;
}

/*.comment-image:hover {
        opacity: 0.85;
    }*/


.drop-image {
    margin-top: 40px;
}

.div-reponsd-image {
    float: left;
    cursor: pointer;
}

.comment-image-rendered {
    cursor: pointer;
    margin: 5px 10px 0px 5px;
}

.extra-header-link {
    overflow-x: hidden;
}

/* common sliders */

.b-slide-right,
.b-right-arrow:after,
.b-white-hover,
.b-white-hover > div > div {
    -webkit-transition: 0.2s ease-in-out all;
    -moz-transition: 0.2s ease-in-out all;
    -ms-transition: 0.2s ease-in-out all;
    -o-transition: 0.2s ease-in-out all;
    transition: 0.2s ease-in-out all;
}

.b-slide-right {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

    .b-slide-right:hover:not(.no-hover) {
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }

.b-white-hover:hover:not(.no-hover), .b-white-hover:hover:not(.no-hover) > div > div {
    color: #ffffff !important;
}

/* common arrows */

.b-right-arrow:after,
.front-slide:after {
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    content: "\e080";
    font-size: 12px;
    margin-left: 20px;
    color: #FF7400;
    position: absolute;
    top: 0px;
    line-height: 48px;
    opacity: 0;
}

.b-right-arrow:hover:not(.no-hover):after {
    opacity: 1;
}

.front-slide {
    padding-left: 20px;
    text-align: left;
}

    .front-slide:after {
        line-height: 48px;
        color: #CF5D00;
    }

    .front-slide:hover:not(.no-hover), .front-slide:active, .slide-freeze {
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }

        .front-slide:hover:not(.no-hover):after, .front-slide:active:after, .slide-freeze:after {
            opacity: 1;
        }

.volumeText.no-display {
    display: none !important;
}

.fake-email input {
    width: 400px;
    float: left;
}

.fake-email span {
    text-align: right;
    margin-left: 20px;
    width: 160px !important;
    display: block;
    float: left;
    line-height: 50px;
}

.mobile-gallery a.prev, .mobile-gallery a.next, .mobile-gallery ol.indicator, .mobile-gallery .btnCommentPhoto {
    display: none;
}

/*.post-content h3:first-child {
    margin-top: 0px !important;
}*/

.locked {
    height: -moz-calc(100vh - 50px) !important;
    height: -webkit-calc(100vh - 50px) !important;
    height: -o-calc(100vh - 50px) !important;
    height: calc(100vh - 50px) !important;
}

.locked2 {
    height: -moz-calc(100vh - 71px) !important;
    height: -webkit-calc(100vh - 71px) !important;
    height: -o-calc(100vh - 71px) !important;
    height: calc(100vh - 71px) !important;
}

.avoid-clicks {
    pointer-events: none;
}

.enabled-clicks {
    pointer-events: all;
}

.noscroll {
    position: fixed;
    overflow-y: scroll;
    width: 100%;
}

.global-overlay {
    width: 100%;
    height: 100%;
    z-index: 13;
    background: none;
    display: none;
    position: fixed;
    cursor: pointer;
}

.top-menu-holder {
    width: 100%;
    position: relative;
    z-index: 21;
    background: #202020;
}

.icon-eye, .icon-like {
    margin-right: 10px;
    margin-left: 20px;
    float: left;
    display: block;
}

    .icon-eye:after, .icon-like:after {
        font-family: 'Glyphicons Halflings';
        -webkit-font-smoothing: antialiased;
        color: #CF5D00;
        font-size: 16px;
        margin-top: -4px;
        display: block;
    }

    .icon-eye:after {
        content: "\e105";
    }

    .icon-like:after {
        content: "\e005";
    }

.facebook-link, .twitter-link, .vk-link {
    float: left;
    display: block;
    margin-left: 20px;
}

.vk-link {
    height: 22px;
    display: block;
}

    .twitter-link:after, .vk-link > a, .facebook-link {
        content: " ";
        margin-top: -4px;
        display: block;
        width: 22px;
        height: 22px;
        background: url('/Content/img/icons-social.png') top left no-repeat;
    }

        .vk-link > a > span {
            width: 0px;
            height: 0px;
            display: block;
            overflow: hidden;
        }

.twitter-link:after {
    background-position: -27px 0px;
}

.vk-link > a {
    display: block !important;
    background-position: -81px 0px;
}

.icon-like {
    margin-left: 10px;
}
