/*! cheb.ru dev (kafe) 
 * (c) nbsp
 */

.trunc {
    font-size: 12px;
    line-height: 15px;
}

.lock {
    overflow: hidden;
}

.themodal {
    padding: 1px 12px 8px 12px;
    margin: 1% auto;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    width: 90%;
    max-width: 600px;
    background: #fff;
    font-size: 90%;
}

.themodal .close {
    font-size: 3em;
    color: #FF4500;
    margin-top: 0;
    float: right;
    text-shadow: 0 1px 1px #999;
}

.themodal .close:hover {
    color: #c00;
    text-decoration: none;
}

.themodal-lock {
    overflow: hidden;
}

.themodal-overlay {
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1000000;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.themodal-overlay > * {
    -webkit-transform: translateZ(0px);
}

.themodal-overlay {
    background: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = #7F000000, endColorstr = #7F000000);
    zoom: 1;
}

.themodal ul {
    padding-left: 30px;
}

.themodal ul li {
    padding-left: 5px;
    text-indent: 0;
}

.fa {
    color: #6d6d6d;
    text-shadow: 0 1px 1px #fff;
}

#k_items .link_bar {
    margin-top: 0 !important;
}

.button3d,
.link_bar a {
    border: 1px solid #c9c9c9;
    padding: 4px 6px 3px;
    background: #f4f4f4;
    background: -webkit-gradient(linear,0 0,0 100%,from(rgba(255,255,255,1)),to(rgba(238,238,238,1)));
    background: -webkit-linear-gradient(top,rgba(255,255,255,1),rgba(238,238,238,1));
    background: -moz-linear-gradient(top,rgba(255,255,255,1),rgba(238,238,238,1));
    background: -o-linear-gradient(top,rgba(255,255,255,1),rgba(238,238,238,1));
    background: linear-gradient(top,rgba(255,255,255,1),rgba(238,238,238,1));
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #545353;
    text-decoration: none;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.05);
    text-shadow: 1px 1px 0 #fff;
}

.link_bar a:hover {
    color: #000;
    text-decoration: underline;
}

.pagecurrent {
    border-radius: 2px;
    border: 1px solid #505050;
    padding: 4px 6px 3px;
    background-color: #676767;
    color: #fff;
    text-decoration: none;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.5);
    text-shadow: 1px 1px 0 #000;
}

hr.faded {
    clear: both;
    float: none;
    width: 100%;
    height: 1px;
    margin: 0.7em 0 0.7em 0;
    border: none;
    background: #ddd;
    background-image: -webkit-gradient(
      linear,
      left bottom,
      right bottom,
      color-stop(0, rgb(255,255,255)),
      color-stop(0.1, rgb(221,221,221)),
      color-stop(0.9, rgb(221,221,221)),
      color-stop(1, rgb(255,255,255))
  );
    background-image: -moz-linear-gradient(
      left center,
      rgb(255,255,255) 0%,
      rgb(221,221,221) 10%,
      rgb(221,221,221) 90%,
      rgb(255,255,255) 100%
  );
}

.hide {
    display: none !important;
}

.k-logo {
    margin-right: 8px;
}

.k-logo-img,
.k-logo-add {
    float: left;
    width: 48px;
    height: 48px;
    border: 1px;
    text-align: center;
    display: block;
}

.k-logo-img {
    vertical-align: bottom;
    overflow: hidden;
}

.k-logo-img img {
    border: 0;
    float: left;
    margin: 0 5px 0px 0px;
    text-align: center;
    background: #eee;
}

.k-logo-add {
    font-size: 8px;
    background: #e8e8e8;
    border-radius: 3px;
    border: 1px solid #ccc;
}

.k-logo-add i {
    padding-top: 5px;
    padding-bottom: 2px;
    font-size: 16px;
    color: #555;
}

.k-logo-add a {
    color: #777;
    line-height: 1.3;
}

.k-item {
    position: relative;
    line-height: 1.5 !important;
}

.k-item-cont {
    margin-top: 5px;
    line-height: 1.5;
}

.k-item ul {
    list-style: none;
    list-style-type: none;
    padding-left: 0 !important;
    margin-left: 0;
}

.k-item ul li {
    list-style: none;
}

.k-item .org_title {
    font-weight: normal;
    font-weight: bold;
    padding-top: 0;
    font-size: 1.25em;
    font-size: 1.1em;
    margin-bottom: 0.3em;
    line-height: 1.1;
    overflow: hidden;
}

.k-item-full .org_title {
    width: auto;
}

.k-item .org_title a {
    margin-right: 5px;
}

.k-info {
    margin: 0 0 3px 0;
}

.k-title-edit {
    float: right;
    margin-right: 2px;
}

.k-desc {
    /*
    height: 2.2em;
    line-height: 14px;    
    */;
}

.k-link {
    vertical-align: top;
    display: inline-block;
    min-width: 140px;
    width: 90%;
}

.discount-icon {
    padding: 2px 6px 2px 6px;
    margin-top: 2px;
    background: red;
    color: #fff;
    font-size: 10px;
    line-height: 10px;
    border-radius: 3px;
    vertical-align: top;
}

.k-item-desc {
    width: 95%;
    position: relative;
}

.k-item-desc-hover {
    background: #fff;
    height: auto !important;
    position: absolute !important;
    z-index: 10001;
    overflow: visible;
    text-align: left;
}

.ellipsis.k-item-desc-hover:after {
    content: "";
}

.ellipsis {
    overflow: hidden;
    width: 600px;
    width: 95%;
    position: relative;
    height: 2.2em;
    line-height: 14px;
}

.ellipsis:before {
    content: "";
    /*float: left;*/
    width: 5px;
    height: 2.3em;
}

.ellipsis > *:first-child {
    float: right;
    width: 100%;
    margin-left: -5px;
}

.ellipsis:after {
    line-height: 15px;
    color: #777 !important;
    content: "\02026";
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    float: right;
    position: relative;
    top: 14px;
    left: 100%;
    width: 3.5em;
    margin-left: -3.5em;
    padding-right: 5px;
    text-align: right;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white), color-stop(15%, white));
    background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), white 15%, white);
    background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), white 15%, white);
    background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), white 15%, white);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white 15%, white);
}

.ellipsis a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-indent: -9999px;
}

.ellipsis i, .ellipsis:after {
    font-style: normal;
    color: blue;
}

.ellipsis i:before {
    content: "\02026";
}

#k-add-modal {
    text-align: center;
    width: 90%;
    max-width: 770px;
}

#k-add-modal input,
#k-add-modal textarea {
    padding: 2px 4px;
}

.themodal form > div > fieldset label {
    font-size: 90%;
}

.fullw {
    width: 100% !important;
}

.themodal fieldset {
    border: 0;
    padding: 0;
}

.themodal input[type=text],
.themodal input[type=email],
.themodal input[type=url],
.themodal input[type=password],
.themodal textarea {
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.themodal input[type=text],
.themodal input[type=email],
.themodal input[type=url],
.themodal input[type=password] {
    width: 50%;
}

.themodal input[type=text]:focus,
.themodal input[type=email]:focus,
.themodal input[type=url]:focus,
.themodal input[type=password]:focus,
.themodal textarea:focus {
    outline: 0;
    border-color: #4697e4;
    background: lightyellow;
}

@media (max-width: 600px) {
    .themodal form > div {
        margin: 0 0 15px 0;
    }
    .themodal input[type=text],
    .themodal input[type=email],
    .themodal input[type=url],
    .themodal input[type=password],
    .themodal textarea,
    .themodal select {
        width: 100%;
    }
}

.ellips {
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}

.multiline-truncate {
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    word-break: break-all;
}

.multiline-truncate:before {
    content: "...";
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
    line-height: 20px;
    background-color: #fff;
}

.multiline-truncate:after {
    content: "...";
    display: inline-block;
    position: relative;
    float: right;
    font-size: 14px;
    line-height: 20px;
    background-color: #fff;
    color: #fff;
    z-index: 2;
}

.i-box,
.i-box-full {
    cursor: pointer;
    width: 150px;
    height: 150px;
    float: left;
    position: relative;
    overflow: hidden;
}

.i-box img,
.i-box-full img {
    width: 150px;
    height: 150px;
    position: absolute;
    left: 0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.i-box-full,
.i-box-full img {
    width: 250px;
    height: 250px;
    background: #eee;
}

.i-box .caption,
.i-box-full .caption {
    background-color: rgba(0,0,0,0.8);
    position: absolute;
    color: #fff;
    z-index: 100;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    left: 0;
}

.i-box .caption a,
.i-box-full .caption a {
    color: #fff;
}

.i-box .simple-caption,
.i-box-full .simple-caption {
    height: 30px;
    width: 150px;
    display: block;
    bottom: -30px;
    line-height: 25pt;
    text-align: center;
    background: #444;
    color: #fff;
}

.i-box-full .simple-caption {
    width: 250px;
}

.i-box:hover .simple-caption,
.i-box-full:hover .simple-caption {
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    opacity: 0.7;
    transform: translateY(-100%);
}

.fixed-caption {
    bottom: 0;   
    height: 18px;
    line-height: 18px;
    width: 150px;
    display: block;    
    text-align: center;
    background-color: rgba(0,0,0,.5) !important;
    color: #fff;    
    font-size: 0.9em;
}

.fixed-caption .caption-content {
    color: #eee;
}

.required {
    border: 1px solid red !important;
}

#k-add-modal .sm {
    color: #888;
    font-size: 85%;
}

.k_map {
    width: 150px;
    height: 150px;
    background: #ddd;
}

.k-item-full .k_map {
    width: 250px;
    height: 250px;
}

.advert-info {
    margin-top: 5px;
    font-size: 90%;
    width: 95%;
}

.echobanner {
    margin: 4px 0;
}

.echobanner table {
    width: 100%;
    text-align: center;
}

#f_thanks {
    font-size: 18px;
    font-weight: bold;
}

#f_thanks,
#f_error {
    color: #fff;
    font-size: 14px;
    margin: 10px 0;
    text-align: center;
    padding: 0.4em 0.8em;
    background: red;
    border: 1px solid #c00;
    text-shadow: 0 1px 1px #c00;
}

#f_thanks {
    background: green;
    border: 1px solid darkgreen;
    text-shadow: 0 1px 1px darkgreen;
}

#k-captcha {
    width: 80px;
    height: 40px;
    text-align: center;
}

#mfupload_title {
    margin-top: 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 5px 10px;
}

acronym {
    cursor: help;
}

.k-item-lists {
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-type: none;
    overflow: hidden;
}

.k-item-lists li {
    text-indent: 0;
    position: relative;
    line-height: 20px;
    float: left;
    display: inline;
}

.ex_bank_table {
    width: 100%;
}

.jui,
.k-info-block {
    position: relative;
    outline: 0 none;
    border: 1px solid;
    border-color: #faebcc;
    color: #8a6d3b;
    background-color: #fcf8e3;
    padding: 8px 10px;
    margin: 4px 0;
    text-shadow: 0 1px 1px #eee;
}

.warning {
    color: #444;
    background: #ffc7c7;
    border-color: #cc9f9f;
}

.k-section {
    margin: 10px 0;
}

.double li {
    width: 50%;
}

.triple li {
    width: 33.333%;
}

.quad li {
    width: 25%;
}

.six li {
    width: 16.666%;
}

.disable-hover {
    pointer-events: none;
}

.ex_bank_table th {
    background-color: #ffdba1;
    padding: 6px;
}

.ex_bank_table td {
    padding: 6px;
}

.ex_d {
    background-color: #e9f5ff;
}

.ex_e {
    background-color: #ffffde;
}

.k-info-block .list {
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.k-info-block .list li {
    float: left;
    text-indent: 0;
    display: inline;
    line-height: 1.3em;
    width: 47%;
}

.near li {
    width: 44%;
    padding-right: 30px;
}

.near li:last-child {
    padding-right: 0;
}

.near li span {
    color: #777;
    font-size: 0.9em;
    white-space: nowrap;
}

.k-social-bar i.fa {
    font-size: 16px;
}

.fa-pencil,
.fa-vk {
    color: #4B6C91;
}

.fa-facebook {
    color: #3B579D;
}

.fa-instagram {
    color: #231F20;
}

.fa-twitter {
    color: #5E9FCA;
}

.fa-youtube {
    color: #C82C35;
}

.fa-google {
}

.fa-vimeo {
}

/* TWEAKS */

/*
td.BG2 {
    background: #fff2dc;
}

.BG1 {
    background-color: #ffcb76;
}

td.BG1 {
       color: #333;
}
*/

.BG3 {
    background: #888;
}

h4.cheb a, h4.pogoda a, h4.novchik a, h4.foto a, h4.chuvashia a, h4.map a {
    color: #333;
}

/* /TWEAKS */

.excerpt {
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 250px;
    max-width: 485px;
}

.k-title {
    padding-left: 60px;
}

.ellip {
    display: block;
    height: 100%;
}

.ellip-line {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

.ellip,
.ellip-line {
    position: relative;
    overflow: hidden;
    max-width: 90%;
}

.kafe-news-table {
    border: 0;
}

.kafe-news-table td {
    padding: 3px;
    width: 33%;
}

.invis {
    visibility: hidden;
}

.liPhones {
    list-style-type: none;
    list-style: none;
    padding: 0;
    margin: 0;
    text-indent: 0;
}

.liPhones li {
    width: 85%;
    padding: 0;
    margin: 0;
    text-indent: 0;
    padding-left: 1.2em;
}

.liPhones li:before {
    content: "";
    font-family: FontAwesome;
    display: inline-block;
    width: 1.2em;
 /* same as padding-left set on li */
    margin-left: -1.5em;
 /* same as padding-left set on li */;
}

.liPhones li.first:before {
    content: "\f095";
    margin-left: -1.2em;
 /* same as padding-left set on li */;
}

.k-marks {
    color: gray;
    font-size: 85%;
}

.kafe_full_news {
    border: 1px solid #ddd;
    padding: 8px 10px;
}

.additional-pictures h2,
.kafe_full_news h2 {
    margin: 0 0 3px 0;
}

.kafe_full_news,
.additional-pictures {
    margin-top: 14px;
}

.rem-deleted {
    color: #fff;
    background: #c00;
    font-size: 11px;
    padding: 1px 4px;
    border-radius: 5px;
}

.unhide {
    margin-left: 3px;
    position: relative;
    top: 1px;
}

.unhide i {
    color: #999;
}

.add-k-btn i {
    color: #aaa;
}

.add-k-btn:hover i {
    color: #444;
}

#k-add-modal td {
    vertical-align: top;
}

.lgray {
    color: #aaa;
}

/*
waitMe - 1.12 [12.05.15]
*/
.waitMe_container {
    position: relative;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

body.waitMe_container {
    position: fixed;
    width: 100%;
    height: 100%;
}

.waitMe_container .waitMe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9989;
    text-align: center;
}

.waitMe_container .waitMe * {
    font-family: sans-serif;
    font-size: 14px;
    font-weight: initial;
    font-style: initial;
    color: initial;
    text-decoration: initial;
    text-transform: initial;
    padding: initial;
    margin: initial;
}

.waitMe_container .waitMe .waitMe_content {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.waitMe_container .waitMe .waitMe_progress {
    position: relative;
}

.waitMe_container .waitMe .waitMe_progress > div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
}

.waitMe_container .waitMe .waitMe_text {
    position: relative;
    margin: 20px 0 0;
}

body.waitMe_body {
    overflow: hidden;
    height: 100%;
}

body.waitMe_body.hideMe {
    transition: opacity .2s ease-in-out;
    opacity: 0;
}

body.waitMe_body .waitMe_container:not([data-waitme_id]) {
    position: fixed;
    z-index: 9989;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
}

body.waitMe_body .waitMe_container:not([data-waitme_id]) > div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
}

body.waitMe_body .waitMe_container.progress > div {
    width: 0;
    height: 3px;
    top: 0;
    left: 0;
    background: #000;
    box-shadow: -5px 0 5px 2px rgba(0,0,0,.2);
    -webkit-animation: progress_body 7s infinite ease-out;
    animation: progress_body 7s infinite ease-out;
}

body.waitMe_body .waitMe_container.working > div {
    width: 10%;
    height: 3px;
    top: 0;
    left: -10%;
    background: #000;
    box-shadow: -5px 0 5px 2px rgba(0,0,0,.2);
    -webkit-animation: working_body 2s infinite ease-in-out;
    animation: working_body 2s infinite ease-in-out;
}

body.waitMe_body .waitMe_container.progress > div:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 60%;
    right: 0;
    width: 60px;
    border-radius: 50%;
    opacity: .5;
    transform: rotate(3deg);
    box-shadow: #000 1px 0 6px 1px;
}

body.waitMe_body .waitMe_container.img > div {
    width: 100%;
    height: 100%;
    text-align: center;
    background-position: center!important;
    background-repeat: no-repeat!important;
}

body.waitMe_body .waitMe_container.text > div {
    width: 100%;
    top: 45%;
    text-align: center;
}

@-webkit-keyframes progress_body {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@keyframes progress_body {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@-webkit-keyframes working_body {
    0% {
        left: -10%;
    }

    100% {
        left: 100%;
    }
}

@keyframes working_body {
    0% {
        left: -10%;
    }

    100% {
        left: 100%;
    }
}

.waitMe_container .waitMe_progress.bounce > div {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-animation: bounce 1.4s infinite ease-in-out;
    animation: bounce 1.4s infinite ease-in-out;
}

.waitMe_container .waitMe_progress.bounce .waitMe_progress_elem1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s;
}

.waitMe_container .waitMe_progress.bounce .waitMe_progress_elem2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s;
}

@-webkit-keyframes bounce {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
    }

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

@keyframes bounce {
    0%, 80%, 100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}


/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px,0,0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled {
    display: none;
}

.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    display: none;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.no-js .owl-carousel {
    display: block;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url('/i/owl.video.play.png') no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3,1.3);
    -moz-transition: scale(1.3,1.3);
    -ms-transition: scale(1.3,1.3);
    -o-transition: scale(1.3,1.3);
    transition: scale(1.3,1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

.k-pictures {
    width: 800px;
    margin-left: 10px;
}

span.edit_right_keys {
    float: right;
    margin-right: 5px;
    color: #3588b8;
    width: 16px;
    height: 16px;
    cursor: pointer;
    cursor: hand;
}

@media (min-width: 1200px) {
    .themodal form > div > label,
	.themodal legend {
        text-align: right;
    }

    .k-link {
        width: 90%;
        min-width: 150px;
    }
}

@media all and (min-width: 320px) and (max-width: 480px) {
    .h480 {
        display: none !important;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }
}

@media only all and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) {
    .near li span {
        display: block;
    }

    .k-logo {
        display: none !important;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .k-title {
        padding-left: 0;
    }

    .k-link {
        width: 100px;
        min-width: 100px;
    }
}

.disable-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.k-success {
    color: #1f481c;
    background-color: #d7e5d5;
    border-color: #b9d2b6;
}

.k-error {
    color: #43070a;
    background-color: #e7ced0;
    border-color: #d5aaac;
}

.k-warning {
    color: #614a04;
    background-color: #f7edcd;
    border-color: #f2e0a8;
}

#av_wrapper {
    margin-bottom: 5px;
}

.owl-prev, 
.owl-next {
    display: inline-block !important;
    background: #fff !important;
    color: #111 !important;
    border: 1px solid #bbb !important;
    position: absolute;
    top: 30px;
}

.owl-prev {
    left: -15px;
}

.owl-next {
    right: -15px;
}

.owl-prev:hover,
.owl-next:hover {
    background: #fff !important;
}

div.picsfulltext_dev {
    min-height: 70px;
	font-size: 11px;
}
 
/*
a[target="_blank"]:after {
  content: '[Opens in new tab]';
  position: absolute;
  top: 100%;
  font-style: italic;
  left: 0;
  transform: translateY(-100%);
  background: #2196f3;
  width: 100%;
  text-align: center;
  height: 16px;
  font-size: 11px;
  line-height: 12px;
  transition: all 0.2s ease-out;
  color: rgba(255, 255, 255, 0.85);
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}
a[target="_blank"]:hover:after {
  transform: translateY(0);
  opacity: 1;
}
*/