@import 'animate.css';
@import 'font-awesome.min.css';

/*
    JAMIROQUAI 3.0 theme
    for Bootstrap v3

    Ivan Kolesnikov, ivan.kolesnikov@modera.net
    Version: 30.11.17

    Structure
    --------------------------------------------
    1. base styles
        - fonts definition
        - clearfix
        - global styles
        - styled elements

    2. common items
        - icons
        - buttons
        - form

*/



/* 1. base styles ----------------------------------*/

    /* fonts definition */

@font-face {
    font-family: "Gotham";
    src: url('../fonts/gotham-medium-webfont.woff2') format('woff2'),
    url('../fonts/gotham-medium-webfont.woff') format('woff'),
    url('../fonts/gotham-medium-webfont.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: "Gotham";
    src: url('../fonts/gotham-bold-webfont.woff2') format('woff2'),
    url('../fonts/gotham-bold-webfont.woff') format('woff'),
    url('../fonts/gotham-bold-webfont.ttf') format('truetype');
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: "Gotham Light";
    src: url('../fonts/gotham-light-webfont.woff') format('woff'),
    url('../fonts/gotham-light-webfont.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: "Gotham Light";
    src: url('../fonts/gotham-light-italic-webfont.woff2') format('woff2'),
         url('../fonts/gotham-light-italic-webfont.woff') format('woff'),
         url('../fonts/gotham-light-italic-webfont.ttf') format('truetype');
    font-style: italic;
    font-weight: 400;
}

body,
.buy-modal .info .title,
.promo-content .title,
.promo-content h1, .promo-content h2, .promo-content h3, .promo-content h4, .promo-content h5, .promo-content h6,
.promo-content .text .link {
    font-family: "Gotham", Helvetica, Arial, sans-serif;
}
.footer-copy,
.privacy-modal,
.buy-modal,
.page-header .pretitle,
.content-header .descr,
.content-block .descr,
.promo-content,
.album-item .descr,
.article-text,
.news-modal .modal-body,
.show-detail .show-banner .figcaption,
.gallery-list .info .descr,
.lightbox-info-content .descr {
    font-family: "Gotham Light", Helvetica, Arial, sans-serif;
}

    /* clearfix */

.btn-line:before, .btn-line:after,
.form-horizontal .form-btn:before, .form-horizontal .form-btn:after,
.shows-nav:before, .shows-nav:after,
.promo-content:before, .promo-content:after,
.gallery-wrap:before, .gallery-wrap:after {
    content: " ";
    display: table;
}
.btn-line:after,
.form-horizontal .form-btn:after,
.shows-nav:after,
.promo-content:after,
.gallery-wrap:after {
    clear: both;
}

    /* global styles */

body {
    background-color: #000;
    color: #fff;
    font-size: 12px;
    -ms-overflow-style: scrollbar;
}

@media (min-width: 768px) {
    body {
        font-size: 14px;
    }
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all .35s ease;
            transition: all .35s ease;
    -webkit-transition-property: border-color, background-color, color, opacity;
            transition-property: border-color, background-color, color, opacity;
}
a:hover, a:focus {
    color: inherit;
    text-decoration: underline;
    cursor: pointer;
}
a:focus {
    outline: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: normal;
    line-height: 1.2;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child,
.h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h6:first-child {
    margin-top: 0;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child,
.h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child {
    margin-bottom: 0;
}
h4, h5, h6,
.h4, .h5, .h6 {
    line-height: 1.42857;
}
h1, .h1 {
   font-size: 40px;
}
h2, .h2 {
    font-size: 30px;
}
h3, .h3 {
    font-size: 24px;
}
h4, .h4 {
    font-size: 22px;
}
h5, .h5 {
    font-size: 18px;
}
h6, .h6 {
    font-size: 14px;
}
h1 .small, h1 small, .h1 .small, .h1 small,
h2 .small, h2 small, .h2 .small, .h2 small,
h3 .small, h3 small, .h3 .small, .h3 small,
h4 .small, h4 small, .h4 .small, .h4 small,
h5 .small, h5 small, .h5 .small, .h5 small,
h6 .small, h6 small, .h6 .small, .h6 small {
    color: #8a8a8a;
    font-size: 100%;
}

.lead {
    font-size: 16px;
}
.sublead {
    font-size: 14px;
}
.rear {
    font-size: 11px;
}

p, ul, ol, dl {
    margin-bottom: 20px;
}
dt {
    margin-bottom: 10px;
}
dd {
    margin-bottom: 10px;
}

img.pull-left, figure.pull-left {
    clear: left;
    margin: 0 30px 20px 0;
}
img.pull-right, figure.pull-right {
    clear: right;
    margin: 0 0 20px 30px;
}
figcaption {
    display: block;
    padding: 6px 8px;
    background-color: #e5e5e5;
    color: #666;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
}

address {
    color: #666;
}

hr {
    margin: 20px -15px;
    border-color: #ddd;
}

@media (min-width: 768px) {
    hr {
        margin-left: 0;
        margin-right: 0;
    }
}

    /* styled elements */

.disc {
    padding-left: 2em;
    list-style: none;
}
.disc li {
    margin-bottom: 10px;
}
.disc li:before {
    float: left;
    margin-top: 0.7em;
    margin-left: -2em;
    color: #1ea000;
    font-size: 0.6em;
    font-family: "FontAwesome";
    line-height: 1;
    content: "\f111";
}
.decimal {
    padding-left: 2em;
    list-style: none;
    counter-reset: count;
}
.decimal li {
    margin-bottom: 10px;
    counter-increment: count;
}
.decimal li:before {
    float: left;
    width: 1.2em;
    margin-left: -2em;
    text-align: right;
    content: counter(count);
}
dl.list-horizontal {
    overflow: hidden;
}
dl.list-horizontal dt, dl.list-horizontal dd {
    float: left;
    width: 50%;
    margin: 5px 0;
}
dl.list-horizontal dt {
    clear: left;
    font-weight: normal;
}
dl.list-horizontal dd {
    font-weight: bold;
}

.img {
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    font-size: 0;
    text-align: center;
}
.img > img {
    vertical-align: middle;
    max-width: 100%;
}
.img.text-left {
    text-align: left;
}
.img.text-right {
    text-align: right;
}
.img.pull-left {
    width: 50%;
    margin-right: 0;
    padding-right: 30px;
}
.img.pull-left > img {
    width: 100%;
}
.img.pull-left + .img.pull-left {
    clear: none;
    padding-right: 0;
    padding-left: 30px;
}
.img-frame {
    border: 2px solid #a6a8ab;
    border-radius: 4px;
}

.block-embed {
    position: relative;
    height: 0;
    margin-bottom: 20px;
    padding-top: 25px;
    padding-bottom: 67.5%;
    overflow: hidden;
}
.block-embed.widescreen {
    padding-bottom: 56.5%;
}
.block-embed > iframe, .block-embed > object, .block-embed > embed, .block-embed > video, .block-embed > .embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mask {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: #fff;
    opacity: 0.75;
}
.disabled .mask {
    display: block;
}

.hint-line {
    margin: 20px 0;
    color: #a6aaa8;
    font-style: italic;
}

.pages-line {
    margin-left: -8px;
    margin-right: -8px;
}
.pages-line > [class*="col-"] {
    margin-bottom: 16px;
    padding-left: 8px;
    padding-right: 8px;
}

.animate-hide {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 1s ease, visibility 1s ease;
            transition: opacity 1s ease, visibility 1s ease;
}
.video-playing .animate-hide {
    visibility: hidden;
    opacity: 0;
}

.text-break {
    display: inline-block;
    word-break: break-all;
}



/* 2. common items ----------------------------------*/

    /* icons */

a .fa, a.fa, button .fa {
    display: inline-block;
    min-width: 16px;
    text-align: center;
    text-decoration: none;
}
a .fa, button .fa, .btn .fa {
    margin-right: 4px;
}
a .fa[class*="-right"], button .fa[class*="-right"], .btn .fa[class*="-right"] {
    margin-right: 0;
    margin-left: 4px;
}
a .fa-single, button .fa-single, .btn .fa-single {
    margin-right: 0;
}

.ico {
    display: inline-block;
    vertical-align: middle;
    min-width: 16px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: auto 100%;
            background-size: auto 100%;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    text-decoration: none;
}
a .ico, button .ico, .btn .ico {
    margin-top: -2px;
    margin-right: 12px;
    font-size: 1.23em;
}

.ico-share,
.ico-back {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    font-size: 0;
    font-style: normal;
    font-weight: normal;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
}
.ico-share:before {
    font-size: 30px;
}
.ico-back:before {
    font-size: 24px;
}

    /* buttons */

.btn {
    position: relative;
    max-width: 100%;
    height: 42px;
    padding: 0 15px;
    overflow: hidden;
    border: 2px solid;
    border-radius: 2px;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-overflow: ellipsis;
    -webkit-transition: border-color .35s ease, background-color .35s ease, color .35s ease;
            transition: border-color .35s ease, background-color .35s ease, color .35s ease;
}
.btn:active, .btn.active {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.btn-xs {
    height: 20px;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 11px;
    line-height: 20px;
}
.btn-sm {
    height: 30px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
    line-height: 30px;
}
.btn-lg {
    height: 50px;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 14px;
    line-height: 46px;
}

.btn-link {
    padding-left: 0;
    padding-right: 0;
    border: 0;
    color: #1ea000;
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 42px;
    text-transform: none;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    color: #fff;
    text-decoration: none;
}

.btn-default {
    border-color: #1ea000;
    background-color: transparent;
    color: #fff;
}
.btn-default:hover, .btn-default:focus, .btn-default:active,
.btn-default.active, .open .dropdown-toggle.btn-default {
    border-color: #1c8a00;
    background-color: #1c8a00;
    color: #fff;
}
.btn-default.disabled, .btn-default[disabled],
.btn-default.disabled:hover, .btn-default.disabled:focus,
.btn-default[disabled]:hover, .btn-default[disabled]:focus {
    border-color: #1c8a00;
    background-color: rgba(255,255,255,.1);
    color: #fff;
}

.btn-primary {
    border-color: #1ea000;
    background-color: #1ea000;
    color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
.btn-primary.active, .open .dropdown-toggle.btn-primary {
    border-color: #1c8a00;
    background-color: #1c8a00;
    color: #fff;
}
.btn-primary.disabled, .btn-primary[disabled],
.btn-primary.disabled:hover, .btn-primary.disabled:focus,
.btn-primary[disabled]:hover, .btn-primary[disabled]:focus {
    border-color: #1ea000;
    background-color: #1ea000;
    color: #fff;
}

.btn-muted {
    border-color: #53585f;
    background-color: #53585f;
    color: #fff;
}
.btn-muted:hover, .btn-muted:focus, .btn-muted:active,
.btn-muted.active, .open .dropdown-toggle.btn-muted {
    border-color: #3a3c40;
    background-color: #3a3c40;
    color: #fff;
}
.btn-muted.disabled, .btn-muted[disabled],
.btn-muted.disabled:hover, .btn-muted.disabled:focus,
.btn-muted[disabled]:hover, .btn-muted[disabled]:focus {
    border-color: #53585f;
    background-color: #53585f;
    color: #fff;
}

.btn-line {
    margin-top: 20px;
    margin-bottom: 0;
}
.btn-line .btn {
    margin-top: 2px;
    margin-bottom: 2px;
}
.btn-line .btn-left {
    float: left;
}
.btn-line .btn-right {
    float: right;
}

@media (min-height: 640px) {
    .btn-lg {
        height: 80px;
        padding-right: 60px;
        padding-left: 60px;
        font-size: 16px;
        line-height: 76px;
    }
}

    /* form */

.form-msg {
    display: none;
}
.form-msg .page-header {
    margin-top: 20px;
    margin-bottom: 0;
}
.form-msg .page-header .site-logo {
    position: static;
}
.form-msg .page-header .title {
    display: block;
}

.subscribe-form {
    height: 100%;
    max-width: 90%;
    margin: 0 auto;
    overflow-x: hidden;
    text-align: center;
    -webkit-overflow-scrolling: touch;
}
.subscribe-form .content-header {
    margin-bottom: 30px;
}
.subscribe-form .form-btn {
    margin-top: 15px;
}

@media (max-width: 459px) {
    .subscribe-form .form-group > [class*=col-] {
        width: 100%;
    }
    .subscribe-form .form-group > [class*="col-"] + [class*="col-"] {
        margin-top: 10px;
    }
}

.form-wrap {
    position: relative;
}
.form-group {
    position: relative;
    margin-bottom: 10px;
}
.form-btn {
    margin-bottom: 0;
}
.form-control {
    height: 34px;
    padding: 0 12px;
    border: 0;
    border-radius: 6px;
    background-color: rgba(0,0,0,.3);
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #f0f0f0;
    font-size: inherit;
    -webkit-transition: background-color .35s ease;
            transition: background-color .35s ease;
}
.form-control::-moz-placeholder {
    color: #f0f0f0;
}
.form-control:-ms-input-placeholder {
    color: #f0f0f0;
}
.form-control::-webkit-input-placeholder {
    color: #f0f0f0;
}
.form-control:focus {
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: none;
            box-shadow: none;
}
/*.form-control {
    height: 35px;
    padding: 0 12px;
    border: 2px solid #fff;
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #000;
    font-size: inherit;
    -webkit-transition: all .35s ease;
            transition: all .35s ease;
    -webkit-transition-property: border-color, background-color, color;
            transition-property: border-color, background-color, color;
}
.form-control::-moz-placeholder {
    color: #a6aaa8;
}
.form-control:-ms-input-placeholder {
    color: #a6aaa8;
}
.form-control::-webkit-input-placeholder {
    color: #a6aaa8;
}
.form-control:focus {
    border-color: #1ea000;
    border-radius: 3px;
    -webkit-box-shadow: none;
            box-shadow: none;
}*/
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: rgba(0,0,0,.2);
    color: #ccc;
}
input[type="checkbox"].form-control,
input[type="radio"].form-control {
    position: absolute;
}
select.form-control {
    padding-left: 8px;
    padding-right: 8px;
}
textarea.form-control,
select.form-control[multiple],
select.form-control[size] {
    padding-top: 10px;
    padding-bottom: 10px;
}

.help-block {
    margin: 5px 0 0;
    padding: 5px 12px;
    border-radius: 4px;
    color: inherit;
    font-size: 13px;
    text-align: left;
}
.help-block img {
    vertical-align: middle;
    margin-right: 10px;
}
.help-block .link {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 0;
}

.has-required > .control-label:after {
    color: #595959;
    content: "\2A";
}

.has-error .form-control,
.has-error .form-control:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.has-error .checkbox, .has-error .checkbox-inline,
.has-error .radio, .has-error .radio-inline,
.has-error .control-label {
    color: #b00;
}
.has-error .help-block {
    background-color: rgba(225,0,0,.5);
    color: inherit;
}

@media (max-width: 767px) and (-webkit-min-device-pixel-ratio:0) {
    input.form-control,
    textarea.form-control,
    select.form-control,
    .jViz-select-current {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .subscribe-form {
        max-width: 640px;
    }
}

@media (min-height: 640px) {
    .form-control {
        height: 44px;
    }
}

@media (min-height: 768px) {
    .form-group {
        margin-bottom: 15px;
    }
    .subscribe-form {
        margin-top: 60px;
    }
    .subscribe-form .form-btn {
        margin-top: 30px;
    }
}

.search-group {
    border: 2px solid #a5a9a8;
    border-radius: 2px;
}
.search-group .control-item {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.search-group .form-control {
    height: 35px;
    border-radius: 0;
}
.search-group .btn {
    width: 40px;
    height: 35px;
    padding: 0;
    border-radius: 0;
    font-size: 0;
    line-height: 31px;
}
.search-group .btn:before {
    font-size: 17px;
    font-family: "FontAwesome";
    content: "\f002";
}
.search-group .input-group-btn:last-child > .btn {
    margin: 0;
}

.filter-line {
    display: block;
    margin: 10px 0 0;
    white-space: nowrap;
}
.filter-group {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    color: #a5a9a7;
    font-size: 12px;
}
.filter-group .control-label {
    vertical-align: middle;
    margin: 0 3px 0 0;
    font-weight: normal;
}
.filter-group .form-control {
    height: 28px;
    padding-left: 8px;
    padding-right: 8px;
    border: 2px solid #a5a9a8;
    border-radius: 2px;
}
.filter-group .jViz-select-item {
    width: auto;
}
.filter-group .jViz-select-current {
    height: 28px;
    padding-right: 22px;
    padding-left: 8px;
    border: 2px solid #a5a9a8;
    border-radius: 2px;
    line-height: 24px;
}
.filter-group .jViz-select-current:before {
    right: 8px;
    width: 6px;
    height: 6px;
}
.filter-group .jViz-select-current.placeholder {
    color: #6d6e70;
}
.filter-group .open > .jViz-select-current {
    border-bottom-width: transparent;
}
.filter-group .jViz-select-list {
    z-index: 2;
    margin-top: -2px;
    border: 2px solid #a5a9a8;
    border-width: 0 2px 2px;
    border-radius: 0 0 2px 2px;
}
.filter-group .jViz-select-list .link {
    height: 24px;
    padding-left: 8px;
    padding-right: 8px;
    line-height: 24px;
}

        /* - jViz-select */

.jViz-select-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: left;
}
.jViz-select-item.open {
    z-index: 999;
}
.jViz-select {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    width: 1px !important;
    height: 1px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    font-size: 50px !important;
    opacity: 0 !important;
}
.jViz-select.touch {
    width: 100% !important;
    height: 100% !important;
}
.jViz-select-current {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: 34px;
    padding: 0 30px 0 12px;
    overflow: hidden;
    border-radius: 6px;
    background-color: rgba(0,0,0,.3);
    color: #f0f0f0;
    line-height: 34px;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default;
    -webkit-transition: background-color .35s ease;
            transition: background-color .35s ease;
}
.jViz-select-current:before {
    position: absolute;
    right: 18px;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border: 1px solid;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    opacity: .75;
    content: "";
}
.jViz-select-current:hover:before,
.jViz-select:hover + .jViz-select-current:before {
    opacity: 1;
}
.open > .jViz-select-current,
.jViz-select:focus + .jViz-select-current {
    background-color: rgba(0,0,0,.5);
}
.open > .jViz-select-current {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.open.up > .jViz-select-current {
    border-radius: 0 0 6px 6px;
}
.open > .jViz-select-current:before,
.jViz-select:focus + .jViz-select-current:before {
    opacity: 1;
}
.jViz-select-list {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1;
    display: none;
    width: 100%;
    overflow: hidden;
    border-radius: 0 0 6px 6px;
}
.up > .jViz-select-list {
    top: auto;
    bottom: 100%;
    border-radius: 6px 6px 0 0;
}
.open > .jViz-select-list {
    display: block;
}
.jViz-select-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.jViz-select-list .list {
    position: relative;
    max-height: 224px;
    background-color: rgba(0,0,0,.85);
    overflow-x: hidden;
}
.jViz-select-list .link {
    display: block;
    height: 32px;
    padding: 0 12px;
    overflow: hidden;
    line-height: 32px;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default;
}
.jViz-select-list .link:hover {
    background-color: rgba(30,160,0,.3);
}
.jViz-select-list .link.selected {
    background-color: #1ea000;
    color: #fff;
}
.jViz-select-list .link[disabled],
.jViz-select-list .link[disabled]:hover,
.jViz-select-list .optgroup[disabled] .link,
.jViz-select-list .optgroup[disabled] .optgroup-label {
    background-color: transparent;
    color: #a6aaa8;
    font-style: normal;
}
.jViz-select-list .optgroup-label {
    display: block;
    height: 20px;
    padding: 0 10px;
    font-weight: bold;
    font-style: italic;
    line-height: 20px;
    cursor: default;
}
.jViz-select-list .optgroup .link {
    padding-left: 20px;
}
.jViz-select[disabled],
.jViz-select[disabled] + .jViz-select-current {
    pointer-events: none;
    cursor: not-allowed;
}
.jViz-select[disabled] + .jViz-select-current,
.jViz-select[readonly] + .jViz-select-current {
    background-color: rgba(0,0,0,.2);
    color: #ccc;
}

@media (min-height: 640px) {
    .jViz-select-current {
        height: 44px;
        line-height: 44px;
    }
}

    /* loading */

.spinner-wrap,
.loading {
    position: relative;
    opacity: 0.25;
}
.spinner-wrap .spinner {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    margin: -11px 0 0 -11px;
}
.spinner {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    background: url('../img/ajax-loader.gif') no-repeat 50% 50%;
}
body.loading {
    opacity: 1;
}
body.loading > .loading-mask {
    position: fixed;
    background-color: rgba(255,255,255,.95);
}
.loading-mask {
    position: absolute;
    z-index: 1100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.75);
}
.mask-content {
    display: table;
    width: 100%;
    height: 100%;
}
.mask-text {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.mask-text .spinner {
    position: static;
    margin: 0;
}
.mask-text .text {
    display: block;
    margin-top: 5px;
    font-size: 20px;
}

    /* pagination */

.pagination {
    display: block;
    margin: 0;
    border-radius: 0;
    text-align: center;
}
.pagination .pages {
    display: inline-block;
    vertical-align: middle;
}
.pagination .page {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 23px;
    border-radius: 2px;
    line-height: 23px;
    text-align: center;
    text-decoration: none;
}
.pagination .page:hover,
.pagination .page:focus {
    background-color: #fff;
    color: #000;
    text-decoration: none;
}
.pagination .page.active {
    background-color: #fff;
    color: #000;
    cursor: default;
}
.pagination .page.active:before {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border: 1px solid rgba(255,255,255,0);
    border-width: 5px 5px 0 5px;
    border-top-color: #fff;
    content: "";
}
.pagination .title {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 23px;
    margin: 0 5px 0 0;
    line-height: 23px;
}

    /* modal */

.modal {
    z-index: 1051;
}
.modal .close {
    position: absolute;
    z-index: 1;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    color: inherit;
    font-size: 0;
    font-weight: normal;
    line-height: 40px;
    opacity: 0.75;
    text-align: center;
    text-shadow: none;
    -webkit-transition: opacity .35s ease;
            transition: opacity .35s ease;
}
.modal .close:before,
.modal .close:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 3px;
    margin-left: -10px;
    border-radius: 2px;
    background-color: #fff;
    content: "";
}
.modal .close:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.modal .close:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.modal .close:hover,
.modal .close:focus {
    opacity: 1;
}

/*@media (min-width: 768px) {
    .modal .close:before {
        font-size: 30px;
    }
}*/

.modal-video {
    background-color: rgba(0,0,0,.8);
}
.modal-video .close {
    position: relative;
    z-index: 1;
    top: 0;
    right: -10px;
    float: right;
    margin: -40px 0 0 -100%;
}
.modal-video .modal-dialog {
    display: table;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.modal-video .modal-content {
    display: table-cell;
    vertical-align: middle;
    padding: 40px 20px;
    border: 0;
    border-radius: 0;
    background-color: #000;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.modal-video .modal-body {
    padding: 0;
}
.modal-video .block-embed {
    margin: 0;
    padding: 0 0 67.5%;
}

.modal-teaser .modal-body {
    overflow: hidden;
}
.modal-teaser .block-embed {
    margin-top: -10%;
    padding-bottom: 56.5%;
}

.lightbox {
    position: fixed;
    z-index: 1040;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
}
.lightbox.open {
    display: block;
}
.lightbox-shadow {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
}
.lightbox-wrap {
    position: relative;
    z-index: 2;
    height: 100%;
}
.lightbox-img {
    position: relative;
    z-index: 2;
    display: inline-block;
    min-width: 32px;
    max-width: 100%;
    height: 100%;
    background: url('../img/spinner.gif') no-repeat 50% 50%;
}
.lightbox-img:before {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
    overflow: hidden;
    font-size: 0;
    content: "";
}
.lightbox-img > img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.lightbox-img > img.loading {
    height: 100%;
    opacity: 0;
}
.lightbox-embed {
    z-index: 2;
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: url('../img/spinner.gif') no-repeat 50% 50%;
}
.lightbox .close {
    position: absolute;
    z-index: 3;
    top: 5px;
    right: 5px;
    width: 32px;
    height: 32px;
    overflow: hidden;
    color: inherit;
    font-size: 0;
    font-weight: normal;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
    opacity: 1;
}
.lightbox .close:before,
.lightbox .close:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 20px;
    margin-top: -10px;
    margin-left: -2px;
    border: 1px solid;
    border-width: 0 2px;
    content: "";
}
.lightbox .close:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.lightbox .close:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.lightbox .close:hover,
.lightbox .close:focus {
    color: #1ea000;
}
.lightbox-info.show + .close {
    top: 2px;
    right: 30px;
}
.lightbox-info.show ~ .navi-link.next {
    right: 30px;
}
.lightbox .navi-link {
    position: absolute;
    z-index: 2;
    top: 50%;
    display: none;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    font-size: 0;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
}
.lightbox.multiple .navi-link {
    display: block;
}
.lightbox .navi-link:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 22px;
    margin: -11px 0 0 -11px;
    border: 1px solid;
    border-width: 4px 4px 0 0;
    content: "";
}
.lightbox .navi-link:hover {
    color: #1ea000;
    opacity: 1;
}
.lightbox .navi-link.prev {
    left: 5px;
}
.lightbox .navi-link.prev:before {
    margin-left: -5px;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
}
.lightbox .navi-link.next {
    right: 5px;
}
.lightbox .navi-link.next:before {
    margin-left: -17px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.lightbox-wrap.image .lightbox-embed,
.lightbox-wrap.video .lightbox-img {
    display: none;
}

@media (min-width: 768px) {
    .lightbox .close {
        top: 20px;
        right: 20px;
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    .lightbox .navi-link {
        top: 50%;
        width: 60px;
        height: 60px;
        margin-top: -40px;
    }
    .lightbox .navi-link:before {
        width: 40px;
        height: 40px;
        margin: -20px 0 0 -20px;
    }
    .lightbox .navi-link.prev {
        left: 20px;
    }
    .lightbox .navi-link.prev:before {
        margin-left: -8px;
    }
    .lightbox .navi-link.next {
        right: 20px;
    }
    .lightbox .navi-link.next:before {
        margin-left: -32px;
    }
}

.lightbox-info {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    width: 100%;
    margin-right: 20px;
    background-color: #000;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165,0.84,0.44,1);
            transition: transform 0.5s cubic-bezier(0.165,0.84,0.44,1);
}
.lightbox-info.show {
    display: block;
}
.lightbox-info-toggler {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 35px;
    background-color: #1ea000;
    font-size: 16px;
    line-height: 35px;
}
.lightbox-info-toggler:hover,
.lightbox-info-toggler:focus {
    text-decoration: none;
}
.lightbox-info.open {
    margin-right: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.lightbox-info-content {
    position: absolute;
    top: 80px;
    right: -18px;
    bottom: 0;
    left: 0;
    padding: 0 58px 0 40px;
    overflow-x: hidden;
    text-align: left;
    -webkit-overflow-scrolling: touch;
}
.lightbox-info-content .title {
    display: block;
    margin: 0 0 20px;
    font-size: 24px;
    text-transform: uppercase;
    color: #1ea000;
    line-height: 1.2;
}
.lightbox-info-content .descr {
    display: block;
    margin: 0 0 20px;
    font-size: 13px;
}
.lightbox-info-content .btn-line {
    display: block;
    margin: 6px 0 0;
}
.lightbox-info-content .btn-line .link {
    display: inline;
    margin-right: 20px;
    padding: 6px 0;
}

@media (min-width: 768px) {
    .lightbox-info {
        width: 380px;
        background-color: rgba(0,0,0,.65);
    }
}





    /* social */

.social-links {
    margin: 0;
    overflow: hidden;
    font-size: 0;
    text-align: center;
}
.social-links.animated {
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
}
.social-links .link {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    font-size: 0;
    text-decoration: none;
    line-height: 30px;
    opacity: .65;
}
.social-links .link:before {
    display: block;
    font-size: 22px;
}
.social-links .link:hover,
.social-links .link:focus {
    opacity: 1;
}

@media (min-height: 768px) {
    .social-links {
        position: absolute;
        right: 0;
        bottom: 10px;
        left: 0;
    }
}

    /* slider */

.slider {
    position: relative;
}
.slider .slides-wrap {
    display: block;
    overflow: hidden;
}
.slider .slides {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 0;
    list-style: none;
    white-space: nowrap;
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
    -webkit-transition: -webkit-transform .35s ease;
            transition: transform .35s ease;
}
.slider .slides.swiping {
    -webkit-transition-timing-function: step-start;
            transition-timing-function: step-start;
}
.slider .slides .slide {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    white-space: normal;
    font-size: 14px;
}
.slider [data-ride="fixed"] {
    -webkit-transition: -webkit-transform .35s ease;
            transition: transform .35s ease;
}
.slider-control {
    position: absolute;
    top: 0;
    bottom: 0;
    text-align: center;
    text-decoration: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.slider-control.disabled {
    /*pointer-events: none;*/
    cursor: default;
    opacity: 0.5;
}
.slider-control.left {
    left: 0;
}
.slider-control.right {
    right: 0;
}
.slider-control .ico {
    position: absolute;
    top: 50%;
    margin: -0.5em 0 0;
}
.slider-control.left .ico {
    left: 0;
}
.slider-control.right .ico {
    right: 0;
}

.slider-control {
    width: 40px;
    background-color: #eee;
    color: #333;
}
.slider-control:hover {
    background-color: #e0e0e0;
}
.slider-control.disabled {
    background-color: #eee;
}
.slider-control.left {
    margin-left: -40px;
}
.slider-control.right {
    margin-right: -40px;
}
.slider-control .ico {
    width: 0;
    height: 0;
    margin-top: -11px;
    border: 11px solid rgba(255,255,255,0);
}
.slider-control.left .ico {
    left: 50%;
    margin-left: -17px;
    border-right-color: inherit;
}
.slider-control.right .ico {
    right: 50%;
    margin-right: -17px;
    border-left-color: inherit;
}

.slider-indicators {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    text-align: center;
}
.slider-indicators > a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}
.slider-indicators > a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: background-color .35s ease;
            transition: background-color .35s ease;
    content: "";
}

.slider-indicators {
    margin-top: 10px;
}
.slider-indicators > a {
    width: 25px;
    height: 25px;
}
.slider-indicators > a:before {
    width: 13px;
    height: 13px;
    margin: -7px 0 0 -7px;
    border-radius: 7px;
    background-color: #ddd;
}
.slider-indicators > a:hover:before,
.slider-indicators > a.active:before {
    background-color: #666;
}

@media (min-width: 768px) {
    .slider .slides,
    .slider [data-ride="fixed"] {
        -webkit-transition-duration: 1s;
                transition-duration: 1s;
    }
}



/* 3. layout ----------------------------------*/

    /* global color */

.text-muted {
    color: #a6aaa8;
}
a.text-muted:hover {
    color: #888;
}
.text-primary {
    color: #1ea000;
}
a.text-primary:hover {
    color: #1c8a00;
}

    /* global layout */

html, body {
    height: 100%;
}
.main-wrapper {
    position: relative;
    min-height: 100%;
    overflow: hidden;
}
.container {
    padding-left: 20px;
    padding-right: 20px;
}

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

@media (min-height: 576px) {
    .main-wrapper {
        height: 100%;
    }
}

    /* navbar */

.site-logo {
    display: inline-block;
    vertical-align: middle;
    width: 34px;
    height: 80px;
    overflow: hidden;
    background: url('../img/site-logo.svg') no-repeat 50% 50%;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
    color: transparent;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    -webkit-transition: transform .35s ease;
            transition: transform .35s ease;
}
a.site-logo:hover, a.site-logo:focus {
    text-decoration: none;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
}
.site-title {
    display: inline-block;
    vertical-align: middle;
    width: 170px;
    height: 22px;
    overflow: hidden;
    background: url('../img/site-logo-title.svg') no-repeat 50% 50%;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
    color: transparent;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
}
.site-sign {
    display: inline-block;
    vertical-align: middle;
    width: 260px;
    height: 70px;
    margin-top: 15px;
    overflow: hidden;
    background: url('../img/site-sign.png') no-repeat 50% 50%;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
    color: transparent;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
}

.navbar {
    position: absolute;
    z-index: 999;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: rgba(0,0,0,.9);
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform .35s ease;
            transition: transform .35s ease;
    text-align: center;
}
.navbar-opened .navbar {
    position: fixed;
    z-index: 1002;
    -webkit-transform: translateX(0);
            transform: translateX(0);
}

.navbar-toggle {
    z-index: 1;
    display: block;
    float: none;
    width: 34px;
    height: 34px;
    margin: 10px 0 0 4px;
    padding: 0;
    border: 0;
    border-radius: 0;
    font-size: 0;
    line-height: 34px;
    -webkit-transition: all .35s ease;
            transition: all .35s ease;
    -webkit-transition-property: border-color, background-color, color, opacity;
            transition-property: border-color, background-color, color, opacity;
}
.navbar-toggle:before,
.navbar-toggle:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    margin-left: -11px;
    border: 1px solid;
    content: "";
}
.navbar-toggle:before {
    height: 17px;
    margin-top: -8px;
    border-width: 3px 0;
}
.navbar-toggle:after {
    height: 0;
    margin-top: -1px;
    border-width: 0 0 3px;
}
.navbar-opened .navbar-toggle {
    position: absolute;
    top: 8px;
    right: 9px;
}
.navbar-opened .navbar-toggle:before,
.navbar-opened .navbar-toggle:after {
    width: 16px;
    height: 0;
    margin: 0 0 0 -8px;
    background-color: #fff;
    border-width: 1px 0;
}
.navbar-opened .navbar-toggle:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.navbar-opened .navbar-toggle:after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
}

.navbar-header {
    float: left;
    margin: 0 -100% 0 100%;
    padding: 11px;
}
.navbar .site-logo {
    width: 34px;
    height: 80px;
}
.navbar-opened .navbar-header {
    float: none;
    margin: 0;
}
.navbar-collapse {
    position: absolute;
    top: 114px;
    right: 0;
    bottom: 58px;
    left: 0;
    padding: 0;
    overflow-x: hidden;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    line-height: 1.25;
}
.navbar-nav {
    float: none;
    margin: 0;
    font-size: 15px;
}
.navbar-nav > li {
    float: none;
}
.navbar-nav > li > a {
    padding: 8px 10px;
    line-height: inherit;
}
.navbar-nav > li > a:focus {
    background-color: transparent;
}
.navbar-nav > li > a:hover {
    background-color: rgba(0,160,0,.4);
}
.navbar-nav > li.active > a {
    background-color: transparent;
    color: #1ea000;
}

.navbar .share-dropdown {
    position: absolute;
    top: 65px;
    right: 21px;
}
.navbar .share-dropdown .dropdown-toggle {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    font-size: 0;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
}
.navbar .share-dropdown .dropdown-toggle:before {
    display: block;
    font-size: 22px;
    font-family: "FontAwesome";
    content: "\f045";
}
.navbar .share-dropdown .dropdown-menu {
    top: 0;
    left: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: rgba(0,0,0,.75);
}
.navbar .share-dropdown.open {
    background-color: rgba(0,0,0,.75);
}

.navbar .share-dropdown {
    top: auto;
    right: 0;
    bottom: 10px;
    left: 0;
}
.navbar .share-dropdown .dropdown-toggle {
    display: none;
}
.navbar .share-dropdown .dropdown-menu {
    position: static;
    float: none;
    display: inline-block;
    background-color: transparent;
}
.navbar .share-dropdown.open {
    background-color: transparent;
}

@media (min-width: 768px) and (min-height: 576px) {
    .navbar .site-logo {
        width: 40px;
        height: 96px;
    }
    .navbar-toggle {
        margin-left: 6px;
    }
    /*.navbar-toggle {
        margin: 18px 0 0 16px;
    }
    .navbar-toggle:before,
    .navbar-toggle:after {
        width: 32px;
        margin-left: -16px;
    }
    .navbar-toggle:before {
        height: 26px;
        margin-top: -13px;
        border-width: 4px 0;
    }
    .navbar-toggle:after {
        margin-top: -2px;
        border-width: 0 0 4px;
    }*/
    .navbar-header {
        padding: 18px;
    }
    .navbar-collapse {
        top: 134px;
    }
    .navbar-nav {
        font-size: 17px;
    }
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (min-width: 992px) {
    .navbar {
        width: 160px;
        background-color: rgba(0,0,0,.75);
        /*text-align: left;*/
    }
    /*.navbar-header {
        padding-left: 40px;
    }
    .navbar-nav > li > a {
        padding-left: 45px;
    }*/
}

@media (min-width: 1200px) {
    .navbar {
        overflow: hidden;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    .navbar-toggle {
        display: none;
    }
    .navbar-header {
        float: none;
        margin: 0;
    }
    .navbar-collapse {
        right: -17px;
        padding-right: 17px;
    }
}

    /* footer */

.main-footer {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
}
.footer-copy {
    margin: 0;
    padding: 12px 0;
    font-size: 11px;
}
.main-footer .social-links {
    margin-bottom: 5px;
}
.modal-open .main-footer {
    z-index: 1051;
}

@media (min-width: 768px) {
    .footer-copy {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 13px;
    }
    /*.video-embed + .main-footer {
        bottom: 25px;
    }*/
}

@media (min-height: 768px) {
    .main-footer .social-links {
        bottom: 100%;
        margin-bottom: 25px;
    }
}

    /* content */

.main-wrapper {
    background: no-repeat 50% 50%;
    -webkit-background-size: cover;
            background-size: cover;
}
.main-wrapper:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.25);
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACAQMAAABIeJ9nAAAAA3NCSVQICAjb4U/gAAAABlBMVEX///8AAABVwtN+AAAAAnRSTlMA/1uRIrUAAAAJcEhZcwAAAsQAAALEAVuRnQsAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDQvMTMvMTGrW0T6AAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M1cbXjNgAAAAxJREFUCJljaGBgAAABhACBrONIPgAAAABJRU5ErkJggg==');
    content: "";
}
.content-page {
    position: relative;
    z-index: 1;
    height: 100%;
    padding-top: 146px;
    padding-bottom: 60px;
}
.content-page > .container {
    position: relative;
    height: 100%;
}

.page-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 146px;
    margin: 0;
    padding: 65px 65px 25px;
    border: 0;
    text-align: center;
}
.page-header .pretitle {
    float: left;
    width: 100%;
    height: 18px;
    margin: -30px -100% 0 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    text-transform: uppercase;
    opacity: 0.65;
}
.page-header .title {
    display: block;
    margin: 0;
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
}
.page-header .title > img {
    vertical-align: middle;
    max-width: 100%;
}
.page-header .subtitle {
    display: block;
    margin: 0;
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
}
.content-header {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.content-header .subtitle {
    display: block;
    margin: 10px 0 0;
    font-size: 16px;
    font-weight: normal;
}
.content-header .descr {
    display: block;
    margin: 10px 0 0;
    font-size: 14px;
    font-weight: normal;
}
.content-block {
    position: relative;
    height: 100%;
}
.content-block .title {
    display: block;
    margin: 0 0 20px;
    font-size: 26px;
    font-weight: normal;
    letter-spacing: -1px;
}
.content-block .descr {
    display: block;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.68;
}
.content-block .descr p {
    margin-bottom: 30px;
}
.content-block .descr a {
    text-decoration: underline;
}
.content-block .descr a:hover {
    color: #1ea000;
}

@media (min-height: 576px) {
    .content-block {
        overflow: hidden;
    }
    .content-block .title {
        height: 40px;
        margin: 0;
    }
    .content-block .descr {
        position: absolute;
        top: 50px;
        right: 0;
        bottom: 0;
        left: 0;
        margin-right: -18px;
        padding-right: 18px;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }
}

@media (min-width: 640px) and (min-height: 576px) {
    .content-header .subtitle {
        font-size: 26px;
    }
}

@media (min-width: 768px) and (min-height: 576px) {
    .content-page {
        padding-top: 170px;
    }
    .page-header {
        height: 170px;
        padding-top: 80px;
        padding-left: 85px;
        padding-right: 85px;
    }
    .page-header .pretitle {
        margin-top: -54px;
        height: 32px;
        font-size: 16px;
    }
    .page-header .title {
        font-size: 52px;
    }
    .page-header .subtitle {
        font-size: 32px;
    }
    .content-header .subtitle {
        font-size: 20px;
    }
    .content-header .descr {
        font-size: 16px;
    }
    .content-block {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .content-block .title {
        margin-bottom: 40px;
        font-size: 32px;
    }
    .content-block .descr {
        font-size: 16px;
    }
}

@media (min-width: 768px) and (min-height: 768px) {
    .page-header .title {
        font-size: 60px;
    }
    .page-header .subtitle {
        font-size: 50px;
    }
    .content-header .descr {
        margin-top: 15px;
    }
    .content-block .descr {
        top: 80px;
        bottom: 20px;
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    .page-header {
        padding-left: 185px;
        padding-right: 185px;
    }
}

.side-panel {
    position: fixed;
    z-index: 1001;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: #000;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165,0.84,0.44,1);
            transition: transform 0.5s cubic-bezier(0.165,0.84,0.44,1);
}
.side-panel.has-hover:before {
    position: absolute;
    top: 0;
    left: -20px;
    width: 20px;
    height: 100%;
    border-top: 35px solid #1ea000;
    content: "";
}
.side-panel.open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.side-panel .back-btn {
    position: absolute;
    top: 0;
    left: 0;
    height: 35px;
    padding: 0 34px 0 20px;
    border: 0;
    background: #1ea000;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
}
.side-panel .back-btn:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    font-size: 12px;
    font-family: "FontAwesome";
    content: "\f061";
}
.no-touch .side-panel .back-btn {
    display: none;
}
.no-touch .side-panel.has-hover:hover:before,
.side-panel.open:before {
    display: none;
    left: 0;
}
.no-touch .side-panel.has-hover:hover:before,
.side-panel.open:before {
    border-color: transparent;
}
.side-panel .panel-heading {
    display: block;
    height: 118px;
    padding: 20px 20px 20px 56px;
    border-radius: 0;
}
.side-panel .panel-heading + .panel-body {
    top: 118px;
}
.side-panel .panel-body {
    position: absolute;
    top: 0;
    right: -18px;
    bottom: 0;
    left: 0;
    padding-right: 18px;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.side-panel .close {
    position: absolute;
    z-index: 1;
    top: 19px;
    left: 8px;
    display: none;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    color: #1ea000;
    font-size: 0;
    font-weight: normal;
    line-height: 40px;
    opacity: 1;
    text-align: center;
    text-shadow: none;
    -webkit-transition: opacity .35s ease;
            transition: opacity .35s ease;
}
.side-panel .close:before,
.side-panel .close:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    margin-left: -10px;
    border: 1px solid;
    border-width: 1px 0;
    border-radius: 2px;
    content: "";
}
.side-panel .close:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.side-panel .close:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.side-panel .close:hover,
.side-panel .close:focus {
    color: #fff;
}
.side-panel.open .close {
    display: block;
}

.side-panel .side-banner {
    position: relative;
    display: block;
    height: 125px;
    margin: 10px 12px;
    padding: 24px;
    overflow: hidden;
    border-radius: 2px;
    background-color: rgba(62,86,98,.5);
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 1px 1px #000;
    white-space: nowrap;
}
.side-panel .side-banner .title {
    display: block;
    color: #239f00;
    margin: -5px 0 5px;
    overflow: hidden;
    font-size: 26px;
    text-overflow: ellipsis;
}
.side-panel .side-banner .subtitle {
    display: block;
    margin: 0;
    overflow: hidden;
    font-size: 18px;
    text-overflow: ellipsis;
}
.side-panel .side-banner .link-line {
    display: block;
    margin: 8px 0 0;
    overflow: hidden;
    color: #868686;
    font-size: 14px;
    text-transform: none;
    text-overflow: ellipsis;
}
.side-panel .side-banner + .panel-body {
    top: 145px;
}

@media (min-width: 768px) {
    .side-panel {
        width: 380px;
        background-color: rgba(0,0,0,.65);
    }
    .no-touch .side-panel.has-hover:before {
        background-color: rgba(0,0,0,.65);
    }
    .no-touch .side-panel.has-hover:hover {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    .side-panel .back-btn {
        display: none;
    }
}

@media (min-width: 992px) {
    .no-touch .side-panel.has-hover:after {
        position: absolute;
        top: 0;
        right: 100%;
        bottom: 0;
        width: 80px;
        content: "";
    }
}















.info-panel {
    position: fixed;
    z-index: 1001;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: #000;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165,0.84,0.44,1);
            transition: transform 0.5s cubic-bezier(0.165,0.84,0.44,1);
}
.info-panel.open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.info-panel .panel-body {
    position: absolute;
    top: 0;
    right: -18px;
    bottom: 0;
    left: 0;
    padding: 24px;
    padding-right: 42px;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.info-panel .close {
    position: absolute;
    z-index: 1;
    top: 5px;
    right: 2px;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    color: inherit;
    font-size: 0;
    font-weight: normal;
    line-height: 40px;
    opacity: 0.75;
    text-align: center;
    text-shadow: none;
    -webkit-transition: opacity .35s ease;
            transition: opacity .35s ease;
}
.info-panel .close:before,
.info-panel .close:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 4px;
    margin-left: -11px;
    border-radius: 2px;
    background-color: #fff;
    content: "";
}
.info-panel .close:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.info-panel .close:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.info-panel .close:hover,
.info-panel .close:focus {
    opacity: 1;
}

.info-panel.has-hover:before {
    position: absolute;
    top: 0;
    left: -20px;
    width: 20px;
    height: 100%;
    border-top: 35px solid #1ea000;
    content: "";
}
.no-touch .info-panel.has-hover:hover:before,
.info-panel.open:before {
    display: none;
    left: 0;
    border-color: transparent;
}

@media (min-width: 768px) {
    .info-panel {
        width: 540px;
        background-color: rgba(0,0,0,.65);
    }
    .no-touch .info-panel.has-hover:before {
        background-color: rgba(0,0,0,.65);
    }
    .no-touch .info-panel.has-hover:hover {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    .info-panel.has-hover .close {
        display: none;
    }
    .info-panel.has-hover.open .close {
        display: block;
    }
}

@media (min-width: 992px) {
    .no-touch .info-panel.has-hover:after {
        position: absolute;
        top: 0;
        right: 100%;
        bottom: 0;
        width: 80px;
        content: "";
    }
}

.info-panel .show-detail {
    padding-top: 44px;
}
.show-detail {
    font-size: 13px;
    line-height: 1.3;
}
.show-detail.loading {
    position: static;
    opacity: 1;
}
.show-detail.loading:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    background: url('../img/spinner.gif') no-repeat 50% 50%;
    margin: -15px 0 0 -15px;
    content: "";
}
.show-detail .show-header {
    display: block;
    margin-bottom: 18px;
}
.show-detail .show-header .side-line {
    float: right;
    margin: 0 0 0 15px;
}
.show-detail .show-header .descr {
    display: block;
    margin: 0;
}
.show-detail .show-title {
    display: block;
    margin: 0 0 8px;
    color: #1ea000;
    font-size: 16px;
    font-weight: normal;
}
.show-detail .show-info {
    display: block;
    margin-bottom: 25px;
}
.show-detail .show-info .address {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    font-size: 11px;
}
.show-detail .show-info .address > li {
    position: relative;
    margin-bottom: 7px;
    padding-left: 30px;
}
.show-detail .show-info .address .fa {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 15px;
    line-height: 1;
}
.show-detail .show-info .logo {
    max-width: 140px;
    margin: 0 auto 10px;
    text-align: center;
}
.show-detail .show-info .logo > img {
    max-width: 100%;
    max-height: 100%;
}
.show-detail .show-info .highlights {
    display: block;
    height: 40px;
    margin: 0;
    overflow: hidden;
    font-size: 0;
    white-space: nowrap;
}
.show-detail .show-info .highlights > img {
    height: 100%;
}
.show-detail .show-descr {
    margin: 0;
}
.show-detail .show-descr p {
    margin-bottom: 15px;
}
.show-detail .show-descr .map {
    display: none;
}
.show-detail .btn-line {
    clear: both;
    margin: 0 0 24px;
    padding-top: 10px;
}
.show-detail .show-banner {
    position: relative;
    display: block;
    margin-bottom: 10px;
}
.show-detail .show-banner > img {
    max-width: 100%;
}
.show-detail .show-banner .figcaption {
    position: absolute;
    bottom: 15px;
    left: 15px;
    margin: 0;
    color: #faffff;
}
.show-detail .show-banner .title {
    display: block;
    margin: 0;
    font-size: 24px;
    font-weight: normal;
}
.show-detail .show-banner .subtitle {
    display: block;
    margin: 0;
    font-size: 18px;
    font-weight: normal;
}
.show-gallery {
    margin: -8px 0 24px -8px;
    padding: 0;
    list-style: none;
    font-size: 0;
}
.show-gallery > li {
    display: inline-block;
    vertical-align: top;
    margin: 8px 0 0 8px;
}
.show-gallery .img {
    width: 117px;
    height: 65px;
    margin: 0;
    line-height: 65px;
}

@media (min-width: 576px) {
    .info-panel .show-detail {
        padding-top: 64px;
    }
    .show-detail .show-info {
        position: relative;
        float: right;
        width: 40%;
        height: 285px;
        padding-left: 15px;
        overflow: hidden;
    }
    .show-detail .show-info .logo {
        position: absolute;
        right: 0;
        bottom: 40px;
        left: 15px;
        height: 145px;
        line-height: 145px;
    }
    .show-detail .show-info .highlights {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 15px;
    }
    .show-detail .show-descr {
        float: left;
        width: 60%;
    }
    .show-detail .show-descr .map {
        display: block;
        height: 285px;
        margin: 0 0 20px;
        padding: 0;
    }
    .show-detail .show-descr > .img {
        height: 0;
        padding-bottom: 62%;
    }
}













    /* video */

.video-embed {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    margin: 0;
    padding: 0;
    background: inherit !important;
}
.video-embed.loading {
    opacity: 1;
}
/*.video-embed:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACAQMAAABIeJ9nAAAAA3NCSVQICAjb4U/gAAAABlBMVEX///8AAABVwtN+AAAAAnRSTlMA/1uRIrUAAAAJcEhZcwAAAsQAAALEAVuRnQsAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDQvMTMvMTGrW0T6AAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M1cbXjNgAAAAxJREFUCJljaGBgAAABhACBrONIPgAAAABJRU5ErkJggg==');
    content: "";
}*/

    /* YTPlayer */

/*.mbYTP_wrapper:after {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: no-repeat 70% 50%;
    background-image: url('../img/home-bg.jpg') !important;
    -webkit-background-size: cover;
            background-size: cover;
    content: "";
}*/
.mbYTP_wrapper {
    display: block;
    background: inherit;
    transform: translateZ(0) translate3d(0, 0, 0);
    transform-style: preserve-3d;
    perspective: 1000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.mbYTP_wrapper:after {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    -webkit-transition: opacity 1s ease, visibility 1s ease;
            transition: opacity 1s ease, visibility 1s ease;
    visibility: visible;
    opacity: 1;
    content: "";
}
.video-playing .mbYTP_wrapper:after {
    visibility: hidden;
    opacity: 0;
}
.video-embed.loading:before,
.mb_YTPBar[style*="display: none;"] + .mbYTP_wrapper:before {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    margin: -60px 0 0 -60px;
    background: url('../img/spinner-video.svg') no-repeat 50% 50%;
    content: "";
}
.mbYTP_wrapper iframe {
    max-width: 4000px !important;
}
.mb_YTPlayer:focus {
    outline: 0;
}

.mb_YTPBar {
    position: fixed;
    z-index: 1000;
    bottom: 40px;
    left: 50%;
    display: block;
    width: 68%;
    height: 30px;
    margin-left: -34%;
    color: #fff;
    text-align: left;
    opacity: .1;
    -webkit-transition: opacity .5s ease;
            transition: opacity .5s ease;
}
.mb_YTPBar.visible,
.mb_YTPBar:hover {
    opacity: 1;
}
.no-video .mb_YTPBar {
    visibility: hidden;
}

.mb_YTPBar .buttonBar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 30px;
}

.mb_YTPBar span {
    position: relative;
    float: left;
    width: 30px;
    height: 20px;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: auto 100%;
            background-size: auto 100%;
    line-height: 20px;
    text-align: center;
}
.mb_YTPBar span.mb_YTPPlaypause {
    background-image: url('../img/ico-play.svg');
    font-size: 0;
}
.video-playing span.mb_YTPPlaypause {
    background-image: url('../img/ico-pause.svg');
}
.mb_YTPBar span.mb_YTPMuteUnmute {
    background-image: url('../img/ico-volume-on.svg');
    font-size: 0;
}
.isMuted span.mb_YTPMuteUnmute {
    background-image: url('../img/ico-volume-off.svg');
}
.mb_YTPBar span.mb_YTPTime {
    float: right;
    width: 3em;
    margin: 0;
    overflow: hidden;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 22px;
}
.mb_YTPBar span.mb_YTPUrl,
.mb_YTPBar span.mb_OnlyYT,
.mb_YTPBar .mb_YTPVolumeBar {
    display: none !important;
}

.mb_YTPBar .mb_YTPProgress {
    right: 100px;
    bottom: 7px;
    left: 140px;
    height: 24px;
}
.mb_YTPBar .mb_YTPProgress:before {
    position: absolute;
    top: 11px;
    right: 0;
    bottom: 11px;
    left: 0;
    background-color: rgba(255,255,255,.9);
    content: "";
}
.mb_YTPBar .mb_YTPLoaded {
    bottom: 11px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #ccc;
}
.mb_YTPBar .mb_YTPseekbar {
    bottom: 11px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #1ea000;
}
.mb_YTPBar .mb_YTPseekbar:before {
    position: absolute;
    top: 50%;
    left: 100%;
    width: 22px;
    height: 22px;
    margin: -11px 0 0 -11px;
    border-radius: 11px;
    background-color: #fff;
    content: "";
}
.mb_YTPBar .YTPOverlay {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: "flat";
}





    /* promo */

.promo-content {
    display: block;
    margin: 0 auto;
    padding-bottom: 60px;
    font-size: 12px;
    text-align: justify;
}
.promo-content.animated {
    -webkit-animation-name: bounceInDown;
            animation-name: bounceInDown;
    -webkit-animation-duration: 2.5s;
            animation-duration: 2.5s;
    -webkit-animation-delay: .35s;
            animation-delay: .35s;
}
.promo-content .title,
.promo-content h1 {
    clear: both;
    display: block;
    margin: 0 0 12px;
    color: #1ea000;
    font-size: 26px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
}
.promo-content h1, .promo-content h2, .promo-content h3, .promo-content h4, .promo-content h5, .promo-content h6 {
    color: #1ea000;
}
.promo-content .title .pre {
    display: inline-block;
}
.promo-content .title .pre:before {
    vertical-align: bottom;
    font-size: 0.8em;
    line-height: 1.5;
    content: "//";
}
.promo-content .text {
    display: block;
}
.promo-content .text .link {
    color: #1ea000;
}
.promo-content .text .img {
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #239f00;
}

@media (min-height: 576px) {
    /*.landing-page > .container {
        display: table;
    }
    .promo-content {
        display: table-cell;
        vertical-align: middle;
    }*/
    /*KEEP ON MERGE*/
    .promo-content {
        height: 100%;
        padding-bottom: 0;
        overflow: hidden;
    }
    /*KEEP ON MERGE*/
    .promo-content:after {
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        content: "";
    }
}

@media (min-height: 992px) {
    .promo-content .text .img {
        max-width: 238px;
    }
}

@media (min-width: 640px) and (min-height: 576px) {
    .promo-content {
        width: 80%;
        font-size: 16px;
        letter-spacing: -0.5px;
        line-height: 1.3;
    }
    .promo-content .title,
    .promo-content h1 {
        font-size: 44px;
        letter-spacing: -3px;
        text-align: left;
    }
}

@media (min-width: 992px) {
    .promo-content {
        width: 90%;
    }
    .promo-content .text.left,
    .promo-content .text.right {
        /*width: 50%;*/
        width: 60%;
    }
    .promo-content .text.left {
        float: left;
    }
    .promo-content .text.right {
        float: right;
    }
    .promo-content .text .img {
        margin-top: -60px;
    }
}

@media (min-width: 992px) and (min-height: 768px) {
    .promo-content {
        font-size: 18px;
    }
    .promo-content .text {
        margin-bottom: 35px;
    }
    .promo-content .text .img {
        margin-bottom: -20px;
    }
}

.promo-wrap {
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
    margin-right: -17px;
    padding-right: 17px;
    overflow-x: hidden;
    font-size: 0;
    text-align: center;
}
.promo-wrap .title {
    margin: 0 0 20px;
    padding: 0 40px;
    color: inherit;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0;
    text-align: inherit;
}
.promo-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 240px;
    margin-bottom: 25px;
    padding: 0 10px;
    font-size: 14px;
}
.promo-link .img {
    position: relative;
    display: block;
    height: 100px;
    margin: 0;
    border: 2px solid #1ea002;
    border-radius: 4px;
    background: no-repeat 50% 50%;
    -webkit-background-size: cover;
            background-size: cover;
}
.promo-link .img > img {
    opacity: 0;
}
.promo-link .video-img:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    border: 1px solid rgba(255,255,255,0);
    border-width: 20px 0 20px 40px;
    border-left-color: #fff;
    content: "";
    -webkit-transition: transform .35s ease;
            transition: transform .35s ease;
}
.promo-link .btn-line {
    position: absolute;
    right: 0;
    bottom: -13px;
    left: 0;
}
.promo-link .btn {
    height: 28px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
    font-size: 11px;
    line-height: 24px;
}
.promo-link:hover .btn-primary,
.promo-link:focus .btn-primary {
    border-color: #1c8a00;
    background-color: #1c8a00;
}
.promo-link:hover .video-img:before {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}
.promo-wrap .text {
    display: block;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 12px;
    text-align: justify;
}
.promo-wrap .text .link {
    color: #1ea000;
}

@media (min-width: 640px) and (min-height: 576px) {
    .promo-wrap .title {
        padding: 0;
        font-size: 28px;
    }
    .promo-link .img {
        height: 160px;
    }
    .promo-wrap .text {
        font-size: 16px;
    }
}

@media (min-height: 768px) {
    .promo-wrap .title {
        margin-bottom: 40px;
    }
    .promo-wrap .text {
        margin-top: 20px;
    }
}

@media (min-width: 480px) {
    .promo-link {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .promo-link {
        width: 282px;
        max-width: none;
        padding-left: 20px;
        padding-right: 20px;
    }
    .promo-link .btn-line {
        bottom: -18px;
    }
    .promo-link .btn {
        height: 38px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 14px;
        line-height: 34px;
    }
}

@media (min-width: 768px) and (min-height: 576px) {
    .promo-wrap .title {
        font-size: 40px;
    }
}

@media (min-width: 768px) and (min-height: 768px) {
    .promo-wrap .title {
        font-size: 54px;
    }
    .promo-link .img {
        height: 240px;
    }
}

@media (min-width: 992px) {
    .promo-link {
        width: 316px;
    }
    .promo-link:first-child {
        width: 484px;
    }
}

@media (min-width: 992px) and (min-height: 768px) {
    .promo-link .img {
        height: 276px;
    }
    .promo-wrap .text {
        font-size: 18px;
    }
}



.nav-sub {
    z-index: 999;
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
    max-width: 180px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
}
.nav-sub .dropdown-toggle {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 45px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 45px;
}
.nav-sub .dropdown-toggle:before {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.5em;
    font-size: 12px;
    font-weight: bold;
    font-family: "FontAwesome";
    line-height: 1;
    content: "\f107";
}
.nav-sub .dropdown-menu {
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0 0 8px;
    border: 0;
    border-radius: 0 0 4px 4px;
    background-color: rgba(0,0,0,.75);
    -webkit-box-shadow: none;
            box-shadow: none;
    font-size: 0;
    text-align: inherit;
}
.nav-sub .dropdown-menu > li {
    font-size: 16px;
}
.nav-sub .dropdown-menu > li > a {
    display: block;
    padding: 5px 20px;
    color: inherit;
}
.nav-sub .dropdown-menu > li > a:hover,
.nav-sub .dropdown-menu > li > a:focus,
.nav-sub .dropdown-menu > li.active > a {
    background-color: transparent;
    color: #1ea000;
    text-decoration: none;
}
.nav-sub.open {
    border-radius: 4px 4px 0 0;
    background-color: rgba(0,0,0,.75);
}

@media (min-width: 768px) and (min-height: 576px) {
    .nav-sub {
        max-width: 240px;
    }
    .nav-sub .dropdown-toggle,
    .nav-sub .dropdown-menu > li {
        font-size: 20px;
    }
    .nav-sub .dropdown-toggle:before {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (min-height: 768px) {
    .nav-sub .dropdown-toggle,
    .nav-sub .dropdown-menu > li {
        font-size: 24px;
    }
}

@media (min-width: 992px) {
    .nav-sub {
        max-width: none;
    }
    .nav-sub .dropdown-toggle {
        display: none;
    }
    .nav-sub .dropdown-menu {
        position: static;
        display: block;
        padding: 0;
        border-radius: 0;
        background-color: transparent;
    }
    .nav-sub .dropdown-menu > li {
        display: inline-block;
        vertical-align: top;
    }
    .nav-sub.open {
        background-color: transparent;
    }
}





.news-wrap {
    position: relative;
    width: 280px;
    height: 100%;
    margin: 0 auto;
    padding-bottom: 46px;
    overflow: hidden;
}
.news-content {
    max-height: 100%;
    margin-right: -17px;
    padding-right: 17px;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.news-wrap > .btn-line {
    margin: 0;
}
.video-block {
    position: relative;
    display: block;
    height: 132px;
    margin-bottom: 5px;
    overflow: hidden;
    border: 2px solid #a5a9a8;
}
.video-block .preview-img {
    height: 100%;
}
.video-block .preview-img .img {
    height: 100%;
    margin: 0;
}
.video-block .preview-img .img > img {
    width: 100%;
    margin: -10% 0;
}
.video-block .preview-img .img:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -0.5em 0 0 -0.5em;
    font-size: 44px;
    font-family: "FontAwesome";
    line-height: 1;
    content: "\f16a";
}
.video-block .preview-img.loading .img:after {
    background: url('../img/spinner.gif') no-repeat 50% 50%;
    color: transparent;
}
.video-block .preview-img .zoom-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.video-block .thumbs-list {
    position: absolute;
    right: 6px;
    bottom: 6px;
    left: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    text-align: center;
}
.video-block .thumbs-list > li {
    display: inline-block;
    vertical-align: top;
    width: 88px;
    height: 50px;
    border: 2px solid transparent;
    font-size: 14px;
}
.video-block .thumbs-list > li.active {
    border-color: #1ea000;
}
.video-block .thumbs-list .link {
    display: block;
    height: 100%;
    margin: 0;
}
.video-block .thumbs-list .link > img {
    width: 100%;
    margin: -10% 0;
}

.news-list {
    margin: 0 -5px;
    padding: 0;
    overflow-y: hidden;
    list-style: none;
    font-size: 0;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.news-list > li {
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
    font-size: 14px;
}

.news-item {
    position: relative;
    display: block;
    width: 134px;
    height: 134px;
    border: 2px solid #a5a9a8;
    background-color: rgba(0,0,0,.75);
    line-height: 130px;
}
.news-item + .news-item {
    margin-top: 10px;
}
.news-item .ico-social {
    position: absolute;
    bottom: 0;
    right: 0;
}
.news-item .img {
    width: 100%;
    height: 100%;
    margin: 0;
}
.news-item .img > img {
    max-height: 100%;
}
.news-item .ico-social {
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 35px;
    height: 35px;
    background: url('../img/social-icons.png') no-repeat 64px 67px;
    font-size: 0;
}
.news-item .ico-social.ico-facebook {
    background-position: -78px -16px;
}
.news-item .ico-social.ico-twitter {
    background-position: -144px -16px;
}
.news-item .ico-social.ico-instagram {
    background-position: -275px -16px;
}
a.news-item:before {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #1ea000;
    opacity: 0;
    -webkit-transition: opacity .25s ease;
            transition: opacity .25s ease;
    content: "";
}
a.news-item:hover:before {
    opacity: 0.5;
}

@media (min-width: 480px) {
    .news-wrap {
        width: 440px;
    }
    .video-block {
        height: 162px;
    }
    .news-item {
        width: 140px;
        height: 140px;
        line-height: 136px;
    }
    .news-list-sm .news-item {
        height: 80px;
    }
}

@media (min-width: 567px) {
    .news-wrap {
        width: 526px;
    }
    .video-block {
        height: 196px;
    }
    .news-item {
        width: 168px;
        height: 168px;
        line-height: 164px;
    }
    .news-list-sm .news-item {
        height: 100px;
    }
}

@media (min-width: 768px) {
    .news-wrap {
        width: 695px;
    }
    .video-block {
        width: 695px;
        height: 225px;
    }
    .video-block .thumbs-list {
        top: 6px;
        left: auto;
    }
    .video-block .thumbs-list > li {
        display: block;
        width: 124px;
        height: 70px;
    }
    .news-list,
    .news-slider {
        width: 705px;
    }
    .news-item {
        width: 225px;
        height: 225px;
        line-height: 221px;
    }
    .news-list-sm .news-item {
        height: 125px;
        line-height: 121px;
    }
}

.news-slider .news-list {
    margin-left: -5px;
    margin-right: -5px;
    overflow: visible;
}
.news-slider .slider-indicators {
    position: relative;
    margin: 0 0 10px;
}
.news-slider .slider-indicators > a:before {
    border: 1px solid;
    background-color: transparent;
}
.news-slider .slider-indicators > a:hover:before,
.news-slider .slider-indicators > a.active:before {
    border-color: #1ea000;
    background-color: #1ea000;
}

@media (min-width: 480px) {
    .news-slider .slider-indicators {
        display: none;
    }
}



.video-list {
    margin: -15px;
    padding: 0;
    list-style: none;
}
.video-list.loading {
    position: static;
    opacity: 1;
}
.video-list.loading:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    background: url('../img/spinner.gif') no-repeat 50% 50%;
    margin: -15px 0 0 -15px;
    content: "";
}
.video-list > li {
    position: relative;
}
.video-list > li + li {
    border-top: 1px solid rgba(255,255,255,.1);
}
.video-list .link {
    position: relative;
    display: block;
    height: 114px;
    padding: 10px 12px;
    overflow: hidden;
    font-size: 0;
    line-height: 94px;
}
.video-list .img {
    float: left;
    width: 168px;
    height: 94px;
    margin: 0 -100% 0 0;
}
.video-list .img > img {
    vertical-align: top;
    margin-top: -9.5%;
}
.video-list .descr {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0;
    padding-top: 4px;
    padding-left: 175px;
    font-size: 13px;
    line-height: 1.5;
}
.video-list .title {
    display: block;
    max-height: 60px;
    margin: 0;
    overflow: hidden;
    font-weight: normal;
}
.video-list .time {
    display: block;
    margin-top: 3px;
    color: #a6aaa8;
    font-weight: normal;
}
.video-list .btn-line {
    position: absolute;
    right: 12px;
    bottom: 10px;
    margin: 0;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity .35s ease;
            transition: opacity .35s ease;
}
.video-list .btn-line .fa {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 0;
    line-height: 30px;
}
.video-list .btn-line .fa:before {
    font-size: 30px;
}
.video-list > li:hover .btn-line {
    opacity: 1;
}
.video-list > li:hover .link {
    background-color: rgba(0,160,0,.4);
}
.video-list > li.active .link:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    background-color: #1ea000;
    content: "";
}
.video-list.static > li:hover .link {
    background-color: transparent;
}
.video-list .banner {
    position: relative;
    display: block;
    margin: 10px 12px;
    padding: 25px;
    overflow: hidden;
    border-radius: 2px;
    background-color: rgba(62,86,98,.5);
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 1px 1px #000;
}
.video-list .banner .title {
    display: block;
    color: #239f00;
    margin: -5px 0 5px;
    font-size: 26px;
}
.video-list .banner .subtitle {
    display: block;
    margin: 0;
    font-size: 18px;
}
.video-list .banner .link-line {
    display: block;
    margin: 8px 0 0;
    color: #868686;
    font-size: 14px;
    text-transform: none;
}

.side-media-list {
    margin: -15px;
    padding: 0;
    letter-spacing: -0.5px;
    list-style: none;
}
.side-media-list.loading {
    position: static;
    opacity: 1;
}
.side-media-list.loading:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    background: url('../img/spinner.gif') no-repeat 50% 50%;
    margin: -15px 0 0 -15px;
    content: "";
}
.side-media-list > li {
    position: relative;
    padding: 20px 20px 20px 56px;
    -webkit-transition: background-color .35s ease;
            transition: background-color .35s ease;
}
.no-touch .side-media-list > li:hover {
    background-color: rgba(0,160,0,.4);
}
.side-media-list > li.active:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    background-color: #1ea000;
    content: "";
}
.side-media-list .title {
    display: block;
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.3;
}
.side-media-list .time {
    display: block;
    margin: -5px 0 15px;
    font-size: 14px;
    line-height: 1;
}
.side-media-list .img {
    position: relative;
    width: 168px;
    height: 93px;
    margin: 0;
    border: 2px solid #a5a9a8;
}
.side-media-list .img > img {
    margin-top: -10%;
    margin-bottom: -10%;
}
.side-media-list .img.video:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -0.5em 0 0 -0.5em;
    font-size: 16px;
    font-family: "FontAwesome";
    line-height: 1;
    content: "\f04b";
}
.side-media-list .btn-line {
    position: relative;
    margin-top: 6px;
    color: #a5a9a7;
}
.side-media-list .btn-line .link {
    display: inline;
    padding: 6px 0;
    margin-right: 6px;
}
.side-media-list .btn-line .link:hover,
.side-media-list .btn-line .link:focus {
    color: #fff;
    text-decoration: none;
}
.side-media-list .btn-line .link[disabled] {
    color: #53585f;
    cursor: default;
    pointer-events: none;
}
.side-media-list .ico {
    position: absolute;
    top: -21px;
    left: 180px;
    height: 16px;
    font-size: 16px;
    line-height: 16px;
}
.side-music-list {
    counter-reset: count;
}
.side-music-list > li {
    padding: 18px 15px 18px 90px;
    counter-increment: count;
}
.side-music-list .img {
    float: left;
    width: 55px;
    height: 42px;
    margin: 0 -100% 0 -70px;
}
.side-music-list .img > img {
    margin-top: 0;
    margin-bottom: 0;
}
.side-music-list .title:before {
    content: counter(count)". ";
}
.side-music-list .title:after {
    position: absolute;
    top: 21px;
    left: 42px;
    border: 1px solid rgba(0,0,0,0);
    border-width: 8px 0 8px 14px;
    border-left-color: inherit;
    content: "";
}
.side-music-list .img + .title:after {
    display: none;
}



















    /* privacy modal */

.privacy-modal {
    text-align: justify;
    padding-left: 0 !important;
}
.privacy-modal .close {
    top: 15px;
    right: 15px;
}
.privacy-modal .modal-dialog {
    width: auto;
    margin: 0;
}
.privacy-modal .modal-content {
    border: 0;
    border-radius: 0;
    background-color: #000;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.privacy-modal .modal-header {
    padding: 20px 20px 0;
    border: 0;
    text-align: left;
}
.privacy-modal .modal-title {
    font-size: 30px;
    letter-spacing: -2px;
    line-height: 1;
}
.privacy-modal .modal-body {
    padding: 20px;
    color: #999;
}
.privacy-modal a {
    color: #1ea000;
}

@media (min-width: 768px) {
    .privacy-modal .close {
        top: 24px;
        right: 36px;
    }
    .privacy-modal .modal-header {
        padding: 30px 100px 0;
    }
    /*.privacy-modal .modal-title {
        font-size: 60px;
        letter-spacing: -4px;
    }*/
    .privacy-modal .modal-body {
        padding: 30px 90px;
    }
}

    /* share modal */

.share-modal .modal-dialog {
    position: absolute;
    bottom: 15px;
    left: 50%;
    width: 280px;
    margin: 0 0 0 -140px;
}
.share-modal.fade .modal-dialog {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
}
.share-modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}
.share-modal .modal-content {
    border-color: #1ea000;
    border-radius: 0;
    background-color: rgba(0,0,0,.85);
    -webkit-box-shadow: none;
            box-shadow: none;
}
.share-modal .modal-header {
    padding: 15px 25px;
    border: 0;
}
.share-modal .modal-title {
    display: block;
    font-size: 16px;
    text-align: center;
}
.share-modal .modal-body {
    padding: 30px 25px;
}
.share-modal .modal-header + .modal-body {
    padding-top: 0;
}
.share-modal .address {
    position: relative;
    display: block;
    margin: 0 0 15px;
    padding: 7px 10px;
    overflow: hidden;
    border: 1px solid #5d5d5d;
    color: #aaa;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.share-modal .social-links {
    position: static;
    padding: 0;
    list-style: none;
}
.share-modal .social-links > li {
    display: inline-block;
    vertical-align: top;
    width: 33.3333%;
    margin: 14px 0;
    text-align: center;
}
.share-modal .social-links .link {
    width: 64px;
    height: 67px;
    background: url('../img/social-icons.png') no-repeat 64px 67px;
    opacity: 1;
    -webkit-transition: none;
            transition: none;
}
.share-modal .social-links .link-email {
    background-position: 0 0;
}
.share-modal .social-links .link-email:hover {
    background-position: 0 -68px;
}
.share-modal .social-links .link-facebook {
    background-position: -65px 0;
}
.share-modal .social-links .link-facebook:hover {
    background-position: -65px -68px;
}
.share-modal .social-links .link-twitter {
    background-position: -130px 0;
}
.share-modal .social-links .link-twitter:hover {
    background-position: -130px -68px;
}
.share-modal .social-links .link-google-plus {
    background-position: -195px 0;
}
.share-modal .social-links .link-google-plus:hover {
    background-position: -195px -68px;
}
.share-modal .social-links .link-instagram {
    background-position: -260px 0;
}
.share-modal .social-links .link-instagram:hover {
    background-position: -260px -68px;
}
.share-modal .social-links .link-vimeo {
    background-position: -325px 0;
}
.share-modal .social-links .link-vimeo:hover {
    background-position: -325px -68px;
}
.share-modal .social-links .link-pinterest {
    background-position: -390px 0;
}
.share-modal .social-links .link-pinterest:hover {
    background-position: -390px -68px;
}
.share-modal .social-links .link-whatsupp {
    background-position: -455px 0;
}
.share-modal .social-links .link-whatsupp:hover {
    background-position: -455px -68px;
}
.share-modal .social-links .link-linkedin {
    background-position: -520px 0;
}
.share-modal .social-links .link-linkedin:hover {
    background-position: -520px -68px;
}

@media (max-width: 1599px) {
    .share-modal.share .modal-dialog {
        top: auto !important;
        left: 50% !important;
    }
}

@media (min-width: 768px) {
    .share-modal .modal-dialog {
        width: 320px;
        margin-left: -160px;
    }
}

@media (min-width: 1600px) {
    .share-modal.share {
        overflow: hidden;
    }
    .share-modal.share .modal-dialog {
        position: absolute;
        top: auto;
        bottom: auto;
        left: auto;
        margin: 0 0 0 20px;
        -webkit-transform: translate(100%, 0);
                transform: translate(100%, 0);
    }
    .share-modal.share .modal-dialog.up {
        top: auto !important;
        bottom: 40px;
    }
    .share-modal.share.in .modal-dialog {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
}

@media (min-height: 640px) {
    .share-modal .modal-dialog {
        bottom: 55px;
    }
}

@media (min-height: 768px) {
    .share-modal .modal-dialog {
        bottom: 100px;
    }
}

    /* buy modal */

.modal-open .buy-modal {
    overflow: hidden;
}
.buy-modal .modal-dialog {
    position: absolute;
    bottom: 15px;
    left: 50%;
    width: 300px;
    margin: 0 0 0 -150px;
}
.buy-modal.fade .modal-dialog {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
}
.buy-modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}
.buy-modal .modal-content {
    border: 2px solid #239f00;
    border-radius: 4px;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #000;
}
.buy-modal .close {
    top: -1px;
    right: -1px;
}
.buy-modal .close:before,
.buy-modal .close:after {
    width: 22px;
    height: 5px;
    margin-left: -11px;
    border-radius: 3px;
}
.buy-modal .img {
    display: none;
    height: 180px;
    margin: 0;
}
.buy-modal .info {
    position: relative;
    padding: 12px 20px;
    background-color: #181818;
    color: #fff;
    font-size: 14px;
    letter-spacing: -0.5px;
    text-align: center;
}
.buy-modal .info:before {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -12px;
    border: 1px solid rgba(0,0,0,0);
    border-width: 12px 12px 0;
    border-top-color: #181818;
    content: "";
}
.buy-modal .info .title {
    display: block;
    margin: 0;
    font-size: 17px;
    font-weight: normal;
}
.buy-modal .info .subtitle {
    display: block;
    margin: 0;
    font-weight: normal;
}
.buy-modal .info .descr {
    display: block;
    margin: 5px 0 0;
    font-weight: normal;
}
.buy-modal .stores-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.buy-modal .stores-list > li {
    padding: 8px 12px;
    overflow: hidden;
}
.buy-modal .stores-list > li + li {
    border-top: 1px solid #f5f5f5;
}
.buy-modal .stores-list .logo {
    float: left;
    width: 100px;
    margin: 0;
    overflow: hidden;
}
.buy-modal .stores-list .logo > img {
    max-width: 100%;
}
.buy-modal .stores-list .btn {
    float: right;
    height: 32px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid;
    border-radius: 4px;
    color: #777;
    line-height: 30px;
    text-transform: none;
}
.buy-modal .stores-list .btn:hover,
.buy-modal .stores-list .btn:focus {
    border-color: #1ea000;
    background-color: #1ea000;
    color: #fff;
}

@media (min-height: 640px) {
    .buy-modal .modal-dialog {
        bottom: 55px;
    }
    .buy-modal .img {
        display: block;
    }
}

@media (min-height: 768px) {
    .buy-modal .stores-list > li {
        padding-top: 17px;
        padding-bottom: 17px;
    }
    .buy-modal .img {
        height: auto;
    }
    .buy-modal .info {
        font-size: 16px;
    }
    .buy-modal .info .descr {
        margin-top: 15px;
    }
    .buy-modal .stores-list .logo {
        width: 125px;
    }
    .buy-modal .stores-list .btn {
        height: 40px;
        line-height: 38px;
    }
}

@media (min-width: 768px) {
    .buy-modal .modal-dialog {
        width: 320px;
        margin-left: -160px;
    }
}

    /* news modal */

.news-modal {
    color: #000;
    font-size: 14px;
    text-align: center;
}
.news-modal .modal-dialog {
    display: inline-block;
    vertical-align: top;
    width: auto;
    max-width: 100%;
    margin: 0;
    padding: 40px 10px;
    text-align: left;
}
.news-modal .modal-content {
    border: 2px solid #1ea000;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.news-modal .modal-content > iframe {
    max-width: 100%;
    margin: 0 !important;
}
.news-modal .modal-header,
.news-modal .modal-body,
.news-modal .modal-footer {
    padding: 15px 25px;
    border: 0;
}
.news-modal .modal-title {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -1px;
    text-transform: uppercase;
}
.news-modal .close {
    top: -43px;
    right: -10px;
}
.news-modal .btn-link:hover,
.news-modal .btn-link:focus,
.news-modal .btn-link:active {
    color: inherit;
}

@media (min-width: 768px) {
    .news-modal .modal-dialog {
        max-width: 720px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .news-modal .close {
        top: 0;
        right: -45px;
    }
}

.social-modal {
    text-align: center;
}
.social-modal .modal-dialog {
    display: inline-block;
    width: auto;
}
.social-modal .modal-content {
    border: 2px solid #1ea000;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.social-modal .modal-content > iframe {
    vertical-align: top;
}
.social-modal .close {
    top: -43px;
    right: -10px;
}

@media (min-width: 768px) {
    .social-modal .close {
        top: 0;
        right: -45px;
    }
}

.pdf-modal .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 50px 10px;
}
.pdf-modal .modal-content {
    height: 100%;
    overflow: hidden;
    border: 2px solid #1ea000;
    border-radius: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.pdf-modal .modal-content > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pdf-modal .close {
    top: 9px;
    right: 9px;
}

@media (min-width: 768px) {
    .pdf-modal .modal-dialog {
        width: 75%;
        margin: 30px auto;
    }
    .pdf-modal .close {
        top: 30px;
        right: 30px;
    }
}

.video-modal .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 50px 10px;
}
.video-modal .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.video-modal .modal-content > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-modal .close {
    top: 9px;
    right: 9px;
}

@media (min-width: 768px) {
    .video-modal .modal-dialog {
        padding: 0;
    }
    .video-modal .close {
        top: 30px;
        right: 30px;
    }
}

    /* articles */


.articles-wrap {
    max-width: 600px;
    margin: 0 auto;
    overflow-x: hidden;
}
.articles-list {
    margin: 0;
    padding: 0;
    font-size: 0;
    list-style: none;
    letter-spacing: 0;
    text-align: center;
}
.articles-list.loading:before {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    margin: -60px 0 0 -60px;
    background: url('../img/spinner-video.svg') no-repeat 50% 50%;
    content: "";
}
.articles-list > li {
    border-bottom: 1px solid rgba(255,255,255,.7);
}
.articles-list > li > .btn-line {
    float: right;
    margin: -42px 5px 0 0;
}

.article-item {
    position: relative;
    display: block;
    padding: 14px 0;
    overflow: hidden;
    text-align: left;
}
.article-item .img {
    float: left;
    width: 80px;
    height: 80px;
    margin: 0 15px 0 0;
    border: 2px solid #a5a9a8;
    line-height: 76px;
}
.article-item .info {
    display: block;
    overflow: hidden;
    line-height: 1.5;
}
.article-item .title {
    display: block;
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 1.2;
}
.article-item .subtitle {
    display: block;
    font-size: 12px;
}
.article-item .date {
    display: block;
    margin: 4px 0 0;
    font-size: 11px;
}
.article-item .descr {
    display: block;
    margin: 2px 0 0;
    font-size: 13px;
}
.article-item .fa {
    float: right;
    margin: 3px 10px 3px 0;
    font-size: 15px;
    opacity: 0.7;
}
.article-item .btn-line {
    margin: 8px 0 0;
    line-height: 1;
    text-align: right;
}
.article-item .more-link {
    color: #1ea000;
    font-size: 14px;
    -webkit-transition: color .35s ease;
            transition: color .35s ease;
}
.article-item .ico-social {
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 35px;
    height: 35px;
    background: url('../img/social-icons.png') no-repeat 64px 67px;
}
.article-item .ico-social.ico-facebook {
    background-position: -78px -16px;
}
.article-item .ico-social.ico-twitter {
    background-position: -144px -16px;
}
.article-item .ico-social.ico-instagram {
    background-position: -275px -16px;
}
a.article-item:hover {
    background-color: rgba(30,160,0,.5);
    text-decoration: none;
}
a.article-item:hover .more-link {
    color: inherit;
}

.article-title {
    display: block;
    margin: 0;
    padding: 4px 0 4px 15px;
    overflow: hidden;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
}
.article-text {
    display: block;
    margin: 0;
    padding: 14px 0;
    font-size: 16px;
    letter-spacing: -0.5px;
    line-height: 1.3;
    text-align: left;
}
.article-label {
    display: block;
    padding: 4px 0 4px 15px;
    overflow: hidden;
    font-size: 20px;
    font-weight: normal;
    line-height: 1;
    text-transform: uppercase;
}

.articles-grid {
    max-width: 480px;
    overflow: visible;
}
.articles-grid .articles-list > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 225px;
    height: 225px;
    margin: 3px;
    border: 0;
    line-height: 225px;
}
.articles-grid .articles-list > li.placeholder {
    width: 100%;
    height: 20px;
}
.articles-grid .articles-list > li > .btn-line {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    line-height: 1;
    text-align: right;
}
.articles-grid .article-item {
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: visible;
}
.articles-grid .article-item .img {
    float: none;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 1;
}
.articles-grid .article-item .img > img {
    min-height: 100%;
}
.articles-grid .article-item .info,
.articles-grid .article-item .btn-line {
    display: none;
}
.articles-grid .article-item .info {
    position: absolute;
    right: 2px;
    bottom: 2px;
    left: 2px;
    margin: 0;
    padding: 12px 18px;
    overflow: visible;
    background-color: #232327;
    line-height: 1.3;
}
.articles-grid .article-item .title {
    font-size: 15px;
    font-weight: normal;
}
.articles-grid .article-item .descr {
    margin-top: 8px;
    color: #a5a9a7;
    font-size: 12px;
}
.articles-grid .article-item .fa {
    margin: 0 -8px 0 0;
}
.articles-grid .article-item .label {
    position: absolute;
    right: 17px;
    bottom: -2px;
    height: 20px;
    margin: 0;
    padding: 0 5px;
    border-radius: 2px;
    background-color: #1ea000;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 20px;
    text-transform: uppercase;
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
}
.articles-grid .article-item:before {
    position: absolute;
    z-index: 3;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background-color: #1ea000;
    opacity: 0;
    -webkit-transition: opacity .25s ease;
            transition: opacity .25s ease;
    content: "";
}
.articles-grid a.article-item:hover:before {
    opacity: 0.5;
}

.articles-grid .article-title {
    padding: 12px 0 0;
    font-size: 24px;
    text-align: center;
}
.articles-grid .article-text {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding: 2px;
}
.articles-grid .article-text.align-top {
    vertical-align: top;
}
.articles-grid .article-text.align-bottom {
    vertical-align: bottom;
}
.articles-grid .article-label {
    position: absolute;
    top: 14px;
    right: 14px;
    padding: 0;
    font-size: 30px;
}
.articles-grid .article-label.align-bottom {
    top: auto;
    bottom: 14px;
}

.articles-grid .promo-item .info {
    display: block;
}
.articles-grid .preview-item {
    height: auto;
    margin-bottom: 15px;
    border: 2px solid #1ea000;
}
.articles-grid .preview-item .info {
    position: static;
}
.articles-grid .preview-item .descr {
    color: #1ea000;
}

.articles-grid .store-list > li {
    margin-bottom: 60px;
}

@media (min-height: 567px) {
    .articles-wrap {
        height: 100%;
        overflow: hidden;
    }
    .articles-wrap .articles-list {
        height: 100%;
        margin-right: -18px;
        padding-right: 18px;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 566px) {
    .articles-grid .articles-list > li.text {
        height: auto;
        line-height: 1;
    }
}

@media (min-width: 768px) {
    .article-item .img {
        margin-right: 25px;
    }
    .article-item .btn-line {
        position: absolute;
        right: 0;
        bottom: 5px;
        margin: 0;
    }
    .articles-grid {
        max-width: 722px;
    }
    .articles-grid .articles-list > li.placeholder {
        width: 225px;
        height: 225px;
    }
    .articles-grid .remixes-list > li:nth-child(3n+1) {
        float: left;
    }
    .articles-grid .remixes-list > li:nth-child(3n) {
        float: right;
    }
    .articles-grid .remixes-list > li:nth-child(4) {
        float: right;
    }
    .articles-grid .remixes-list > li:nth-child(6) {
        float: left;
    }
}

@media (min-width: 768px) and (min-height: 768px) {
    .articles-grid {
        margin-top: 40px;
    }
    .articles-grid .articles-list > li {
        margin: 5px;
    }
}

    /* albums */

.carousel-control {
    z-index: 15;
    top: 50%;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    font-size: 0;
    text-align: center;
    text-shadow: none;
    opacity: 1;
}
.carousel-control:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 22px;
    margin: -11px 0 0 -11px;
    border: 1px solid;
    border-width: 4px 4px 0 0;
    content: "";
}
.carousel-control.left,
.carousel-control.right {
    background-image: none;
    filter: none;
}
.carousel-control.left {
    left: auto;
    right: 100%;
}
.carousel-control.left:before {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
}
.carousel-control.right {
    left: 100%;
    right: auto;
}
.carousel-control.right:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.carousel-control:hover,
.carousel-control:focus {
    color: #1ea000;
    opacity: 1;
}
.carousel-close {
    position: absolute;
    z-index: 1;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    color: inherit;
    font-size: 0;
    font-weight: normal;
    line-height: 40px;
    opacity: 1;
    text-align: center;
    text-shadow: none;
    -webkit-transition: color .35s ease;
            transition: color .35s ease;
}
.carousel-close:before,
.carousel-close:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 0;
    margin-left: -10px;
    border: 2px solid;
    border-width: 2px 0 1px;
    border-radius: 2px;
    content: "";
}
.carousel-close:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.carousel-close:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.carousel-close:hover,
.carousel-close:focus {
    color: #1ea000;
    opacity: 1;
}

@media (min-width: 576px) {
    .carousel-control.left {
        margin-right: 15px;
    }
    .carousel-control.right {
        margin-left: 15px;
    }
}

@media (min-width: 768px) {
    .carousel-control {
        top: 50%;
        width: 60px;
        height: 60px;
        margin-top: -40px;
    }
    .carousel-control:before {
        width: 40px;
        height: 40px;
        margin: -20px 0 0 -20px;
    }
    .carousel-control.left:before {
        margin-left: -10px;
    }
    .carousel-control.right:before {
        margin-left: -30px;
    }
}

@media (min-width: 992px) {
    .carousel-control.left {
        margin-right: 30px;
    }
    .carousel-control.right {
        margin-left: 30px;
    }
}

.albums-carousel {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
}
.albums-carousel .carousel-control {
    top: 300px;
    margin: 0;
}
.albums-carousel .carousel-control.left {
    right: auto;
    left: 0;
}
.albums-carousel .carousel-control.right {
    right: 0;
    left: auto;
}

@media (min-height: 576px) {
    .albums-carousel {
        height: 100%;
        padding-bottom: 20px;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }
    /*.albums-carousel .carousel-inner,
    .albums-carousel .carousel-inner > .item {
        height: 100%;
    }*/
}

@media (min-width: 768px) {
    .albums-carousel {
        padding-left: 80px;
        padding-right: 80px;
    }
}

@media (min-width: 992px) {
    .albums-carousel {
        width: 880px;
    }
}

@media (min-width: 992px) and (min-height: 576px) {
    .albums-carousel {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -440px;
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
        -webkit-transition: all .35s ease;
                transition: all .35s ease;
        -webkit-transition-property: visibility, opacity, -webkit-transform;
                transition-property: visibility, opacity, transform;
    }
    .lyrics-open .albums-carousel {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(-300px);
                transform: translateY(-300px);
    }
}

.lyrics-carousel {
    position: fixed;
    z-index: 1003;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: none;
    padding: 30px;
    background-color: rgba(0,0,0,.9);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
    -webkit-transition: all .35s ease;
            transition: all .35s ease;
    -webkit-transition-property: visibility, opacity, -webkit-transform;
            transition-property: visibility, opacity, transform;
}
.lyrics-carousel .carousel-inner,
.lyrics-carousel .carousel-inner > .item {
    height: 100%;
}
.lyrics-carousel .carousel-inner > .item {
    padding: 0 30px;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.lyrics-carousel .carousel-control.left {
    left: 20px;
    right: auto;
    margin-right: 0;
}
.lyrics-carousel .carousel-control.right {
    left: auto;
    right: 20px;
    margin-left: 0;
}
.lyrics-open .content-page {
    position: static;
}
.lyrics-open .lyrics-carousel {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

@media (min-width: 992px) and (min-height: 576px) {
    .lyrics-carousel {
        position: absolute;
        top: 0;
        left: 50%;
        width: 720px;
        margin-left: -360px;
        padding: 0;
        background-color: transparent;
    }
    .lyrics-carousel .carousel-control.left {
        left: 0;
    }
    .lyrics-carousel .carousel-control.right {
        right: 0;
    }
    .lyrics-open .content-page {
        position: relative;
    }
}




/*.albums-carousel {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    -webkit-transition: all .35s ease;
            transition: all .35s ease;
    -webkit-transition-property: visibility, opacity, -webkit-transform;
            transition-property: visibility, opacity, transform;

    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
.lyrics-open .albums-carousel {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-300px);
            transform: translateY(-300px);
}

.lyrics-carousel {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
}
.lyrics-open .lyrics-carousel {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}*/







.album-item {
    /*display: table;*/
    width: 100%;
    height: 100%;
    overflow: hidden;
    letter-spacing: -1px;
    line-height: 1.4;
    text-align: justify;
}
.album-item .album-inner {
    /*display: table-cell;
    vertical-align: middle;*/
    height: 100%;
    margin-right: -18px;
    padding-right: 18px;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.album-item .img {
    max-width: 160px;
    margin: 0 auto 20px;
    border: 2px solid #a5a9a8;
}
.album-item .header {
    display: block;
    margin-bottom: 15px;
    overflow: hidden;
    color: #1ea000;
}
.album-item .header a:hover,
.album-item .header a:focus {
    color: #fff;
}
.album-item .year {
    color: #fff;
}
.album-item .title {
    display: block;
    margin: 0;
    padding-right: 40px;
    font-size: 24px;
    font-weight: normal;
    text-align: left;
}
.album-item .side-line {
    float: right;
    margin: 3px 0 0;
}
.album-item .descr {
    display: block;
    margin: 0;
    font-size: 14px;
}
.album-item .descr p:last-child {
    margin-bottom: 0;
}
.album-item .btn-line {
    margin-top: 10px;
}

.lyric-item {
    text-align: center;
}
.lyric-item .title {
    padding-right: 0;
    text-align: inherit;
}

@media (min-height: 768px) {
    .album-item .img {
        max-width: 200px;
        margin-bottom: 25px;
    }
    .album-item .title {
        font-size: 28px;
    }
    .album-item .descr {
        font-size: 16px;
    }
    .lyric-item {
        display: block;
        width: auto;
        overflow: hidden;
        text-align: center;
    }
    .lyric-item .album-inner {
        display: block;
        height: 100%;
    }
    .lyric-item .descr {
        position: absolute;
        top: 53px;
        right: -18px;
        bottom: 0;
        left: 0;
        padding-right: 18px;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }
}

@media (min-width: 768px) {
    .album-item .title {
        font-size: 32px;
    }
    .album-item .side-line {
        margin-top: 7px;
        margin-left: -100%;
    }
    .album-item .descr {
        font-size: 18px;
    }
    .album-item .descr p {
        margin-bottom: 25px;
    }
}







    /* shows */

.shows-nav {
    display: block;
    margin: 0 0 20px;
    font-size: 14px;
    text-align: left;
}
.shows-nav > .title {
    position: relative;
    float: left;
    display: none;
    height: 26px;
    margin-right: 45px;
    padding: 0 7px;
    border-radius: 2px;
    background-color: #fff;
    color: #000;
    font-weight: normal;
    line-height: 26px;
}
.shows-nav > .title:before {
    position: absolute;
    top: 100%;
    left: 40px;
    border: 1px solid rgba(255,255,255,0);
    border-width: 5px 5px 0 5px;
    border-top-color: #fff;
    content: "";
}
.shows-nav > .pagination {
    float: right;
}
.shows-nav .form-control,
.shows-nav .jViz-select-item {
    float: left;
    width: 160px;
    margin: 0 25px 5px 0;
}
.shows-nav .jViz-select-current {
    height: 26px;
    padding-left: 8px;
    padding-right: 24px;
    border: 1px solid;
    border-radius: 2px;
    background-color: transparent;
    font-size: inherit;
    line-height: 24px;
}
.shows-nav .jViz-select-current:before {
    top: 0;
    right: 0;
    width: 18px;
    height: 24px;
    margin: 0;
    border: 0;
    background-color: #fff;
    color: #000;
    font-family: "FontAwesome";
    text-align: center;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    content: "\f0d7";
}
.shows-nav .open > .jViz-select-current,
.shows-nav .jViz-select:focus + .jViz-select-current {
    background-color: transparent;
}
.shows-nav .jViz-select-list {
    border-radius: 0;
}
.shows-nav .jViz-select-list .link {
    height: 24px;
    padding-left: 9px;
    padding-right: 9px;
    font-size: 14px;
    line-height: 24px;
}
.shows-nav .jViz-select-list .link.selected {
    background-color: #fff;
    color: #000;
}

.shows-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.shows-list > li + li {
    margin-top: 15px;
}
.show-item {
    display: block;
    padding: 8px;
    overflow: hidden;
    font-size: 16px;
    text-align: left;
    letter-spacing: -1px;
    line-height: 1;
    transition: background-color .35s ease;
}
.show-item .date {
    float: left;
    width: 30%;
    margin: 0;
    padding-right: 10px;
    border-right: 1px solid #fff;
    text-align: right;
    text-transform: uppercase;
}
.show-item .date .day {
    float: left;
    font-size: 30px;
    letter-spacing: -3px;
    line-height: 0.8;
}
.show-item .date .period {
    display: block;
    width: 1.1em;
    margin-top: -0.3em;
    font-size: 0.72em;
    text-align: center;
}
.show-item .date .period + .period {
    margin-top: 3px;
    margin-bottom: -0.3em;
    padding-top: 3px;
    border-top: 1px solid;
}
.show-item .date .month {
    display: block;
    overflow: hidden;
    font-size: 14px;
}
.show-item .date .year {
    display: block;
    margin-top: 1px;
    overflow: hidden;
    color: #a6aaa8;
    font-size: 11px;
}
.show-item .title {
    float: left;
    width: 70%;
    margin: 0;
    padding: 12px 0 10px;
    font-weight: normal;
}
.show-item .title .ico {
    width: 20px;
    height: 20px;
    margin-top: 0;
    margin-left: 10px;
    border: 2px solid;
    border-radius: 10px;
    color: #1ea000;
    font-size: 0;
    line-height: 16px;
    -webkit-transition: color .35s ease;
            transition: color .35s ease;
}
.show-item .title .ico::before {
    display: block;
    font-size: 14px;
    text-indent: -1px;
    content: "i";
}
.show-item .title a:hover .ico,
.show-item .title a:focus .ico {
    color: inherit;
}
.show-item .location {
    float: left;
    width: 100%;
    margin: 10px 0 0;
    padding-top: 12px !important;
}
.show-item .btn-line {
    float: left;
    width: 100%;
    margin-top: 10px;
    white-space: nowrap;
}
.show-item .btn {
    min-width: 130px;
    height: 34px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 30px;
    text-transform: none;
}
.show-item .btn-default {
    min-width: 0;
}
.show-item:hover {
    background-color: rgba(0,0,0,.4);
    cursor: default;
}
.show-item.active {
    background: rgba(30,160,0,.4);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(30,160,0,.4)), color-stop(100%, rgba(0,0,0,.4)));
    background: -webkit-linear-gradient(left, rgba(30,160,0,.4) 0%, rgba(0,0,0,.4) 100%);
    background: linear-gradient(to right, rgba(30,160,0,.4) 0%, rgba(0,0,0,.4) 100%);
}
.show-item .btn.disabled {
    text-transform: uppercase;
}

@media (min-width: 540px) {
    .show-item .date {
        width: 18%;
    }
    .show-item .title {
        width: 50%;
    }
    .show-item .location {
        width: 32%;
        margin-top: 0;
        padding: 0 10px;
    }
}

@media (min-width: 768px) {
    .shows-nav {
        margin-bottom: 30px;
        padding: 0 12px;
        font-size: 16px;
        text-align: inherit;
    }
    .shows-nav > .title {
        display: block;
    }
    .shows-nav > .pagination {
        width: 48%;
        text-align: left;
    }
    .shows-nav .form-control,
    .shows-nav .jViz-select-item {
        width: 180px;
        margin-right: 50px;
    }
    .show-item {
        font-size: 20px;
    }
    .show-item .date {
        width: 15%;
    }
    .show-item .date .day {
        font-size: 46px;
        letter-spacing: -5px;
    }
    .show-item .date .month {
        font-size: 16px;
    }
    .show-item .date .year {
        margin-top: 5px;
        font-size: 14px;
    }
    .show-item .title {
        width: 30%;
    }
    .show-item .location {
        width: 22%;
    }
    .show-item .btn-line {
        width: 33%;
        margin-top: 0;
        text-align: right;
    }
    .show-item .btn {
        height: 42px;
        margin-right: 0;
        margin-left: 10px;
        font-size: 18px;
        line-height: 38px;
    }
}

@media (min-width: 992px) {
    .show-item {
        padding: 10px 12px;
    }
    .show-item .date {
        width: 16%;
        padding-right: 18px;
    }
    .show-item .date .day {
        font-size: 50px;
    }
    .show-item .date .month {
        font-size: 18px;
    }
    .show-item .date .year {
        font-size: 16px;
    }
    .show-item .title {
        width: 34%;
        padding-left: 16px;
        padding-right: 16px;
    }
    .show-item .location {
        width: 24%;
        padding-left: 16px;
        padding-right: 16px;
    }
    .show-item .btn-line {
        width: 26%;
    }
}


@media (min-height: 576px) {
    .shows-panel {
        height: 100%;
        padding-bottom: 40px;
        overflow: hidden;
    }
    .shows-panel .shows-list {
        height: 100%;
        margin-right: -18px;
        padding-right: 18px;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }
}

@media (min-width: 768px) and (min-height: 576px) {
    .shows-panel {
        padding-bottom: 90px;
    }
}

.shows-list > li {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .5s ease .2s, transform .5s ease .2s;
}
.shows-list > li:nth-child(2) {
    transition-delay: .3s;
}
.shows-list > li:nth-child(3) {
    transition-delay: .4s;
}
.shows-list > li:nth-child(4) {
    transition-delay: .5s;
}
.shows-list > li:nth-child(5) {
    transition-delay: .6s;
}
.shows-list > li:nth-child(6) {
    transition-delay: .7s;
}
.shows-list > li:nth-child(7) {
    transition-delay: .8s;
}
.shows-list > li:nth-child(8) {
    transition-delay: .9s;
}
.shows-list > li:nth-child(9) {
    transition-delay: 1.0s;
}
.shows-list > li:nth-child(10) {
    transition-delay: 1.1s;
}
.shows-list > li:nth-child(11) {
    transition-delay: 1.2s;
}
.shows-list > li:nth-child(12) {
    transition-delay: 1.3s;
}
.loading > .shows-list > li {
    opacity: 0;
    transform: translateY(30px);
}



.member-item {
    position: relative;
    display: block;
    margin-top: 15px;
    margin-bottom: 25px;
    padding-left: 60px;
}
.member-item .ico {
    position: absolute;
    top: 0;
    left: 8px;
    color: #b5b5b5;
    font-size: 24px;
    line-height: 1;
}
.member-item .label {
    display: inline;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: #1ea000;
    font: inherit;
}



.gallery-wrap {
    position: relative;
    display: block;
    height: 100%;
}
.gallery-inner {
    display: block;
    height: 100%;
    margin-right: -17px;
    padding-right: 17px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.gallery-header {
    display: block;
    height: 30px;
    margin-right: -17px;
    margin-bottom: 15px;
    padding-right: 17px;
    overflow-y: scroll;
}
.gallery-header a {
    color: #1ea000;
}
.gallery-header a:hover,
.gallery-header a:focus {
    color: #fff;
}
.gallery-header .ico-back {
    float: left;
    text-align: left;
}
.gallery-header .ico-share {
    float: right;
    text-align: right;
}

@media (min-height: 576px) {
    .gallery-header {
        position: absolute;
        z-index: 1;
        top: -44px;
        right: 0;
        left: 0;
        padding-left: 60px;
    }
}

@media (min-width: 992px) {
    .gallery-wrap .container {
        width: 75%;
    }
}

@media (min-width: 1200px) {
    .gallery-header {
        padding-left: 0;
    }
}

.gallery-list {
    position: relative;
    overflow: hidden;
}
.gallery-column {
    position: relative;
    float: left;
    min-height: 1px;
    width: 50%;
    padding: 0 0 50%;
    height: 0;
    overflow: hidden;
}
.gallery-column.h-2x {
    padding-bottom: 100%;
}
.gallery-column.w-2x {
    width: 100%;
}
.gallery-sizer-element {
    width: 10%;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    padding: 0 !important;
}

.gallery-item {
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
    display: block;
    overflow: hidden;
    margin: 0;
    border: 1px solid #a6a8ab;
    background-color: rgba(0,0,0,.65);
}
.gallery-item .img {
    max-height: 100%;
    margin: 0;
}
.gallery-item .img > img {
    width: 100%;
}

.gallery-item .info {
    display: block;
    margin: 0;
    padding: 12px 15px;
    overflow: visible;
    line-height: 1.3;
    text-align: left;
    /*background-color: rgba(0,0,0,.75);*/
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: -webkit-transform .35s ease;
            transition:         transform .35s ease;
}
.gallery-item .info .title {
    font-size: 16px;
    font-weight: normal;
}
.gallery-item .info .date {
    float: right;
    margin-left: 10px;
    padding: 2px 0;
    font-size: 14px;
}
.gallery-item .info .descr {
    margin: 8px 0 0;
    font-size: 12px;
}
.gallery-item .info.lg .title {
    font-size: 28px;
    font-weight: bold;
}

.gallery-item[data-video]:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -0.5em 0 0 -0.5em;
    font-size: 44px;
    font-family: "FontAwesome";
    line-height: 1;
    content: "\f16a";
}

.gallery-item:hover {
    border-color: #1ea000;
    background-color: rgba(0,160,0,.4);
    text-decoration: none;
}
.gallery-item:hover .info {
    background-color: rgba(0,160,0,.4);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
}

.gallery-fade > .gallery-item {
    opacity: 0;
    -webkit-transform: translateY(220px);
            transform: translateY(220px);
    -webkit-transition: opacity .6s ease, -webkit-transform .6s ease;
            transition: opacity .6s ease,         transform .6s ease;
}
.gallery-in > .gallery-item {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

@media (min-width: 576px) {
    .gallery-column {
        width: 25%;
        padding-bottom: 25%;
    }
    .gallery-column.h-2x {
        padding-bottom: 50%;
    }
    .gallery-column.w-2x {
        width: 50%;
    }
    .gallery-sizer-element {
        width: 12.5%;
    }
}

@media (min-width: 1400px) {
    .gallery-column {
        width: 16.6667%;
        padding-bottom: 16.6667%;
    }
    .gallery-column.h-2x {
        padding-bottom: 33.3333%;
    }
    .gallery-column.w-2x {
        width: 33.3333%;
    }
    .gallery-sizer-element {
        width: 8.3333%;
    }
}

@media (max-width: 575px) {
    .gallery-column {
        width: 100%;
        padding-bottom: 50%;
    }
    .gallery-column.h-2x {
        padding-bottom: 50%;
    }
    .gallery-item .img {
        float: left;
        width: 50%;
        height: 100%;
        margin: 0;
    }
    .gallery-item .img > img {
        height: 100%;
        min-width: 100%;
        max-width: none;
        width: auto;
    }
    .gallery-item .info {
        float: left;
        width: 50%;
        height: 100%;
        -webkit-transform: none;
                transform: none;
    }
    .gallery-item .info .title,
    .gallery-item .info.lg .title {
        font-size: 14px;
    }

    .gallery-item .info .date {
        float: none;
        display: block;
        margin: 0;
        padding: 0;
        font-size: 12px;
    }
    .gallery-item .info .descr {
        font-size: 11px;
    }
    .gallery-item:hover .info {
        -webkit-transform: none;
                transform: none;
    }
    .gallery-item[data-video]::after {
        left: 25%;
    }
}


/*
.video-list .title {
    display: block;
    max-height: 60px;
    margin: 0;
    overflow: hidden;
    font-weight: normal;
}
.video-list .time {
    display: block;
    margin-top: 3px;
    color: #a6aaa8;
    font-weight: normal;
}
.video-list .btn-line {
    position: absolute;
    right: 12px;
    bottom: 10px;
    margin: 0;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity .35s ease;
            transition: opacity .35s ease;
}
.video-list .btn-line .fa {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 0;
    line-height: 30px;
}

*/





.gallery-nav {
    float: right;
    width: 160px;
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
    white-space: nowrap;
}
.gallery-nav > li {
    display: block;
}
.gallery-nav > li > a {
    display: block;
    height: 34px;
    padding: 0 4px;
    border-bottom: 1px solid rgba(255,255,255,.5);
    font-size: 12px;
    line-height: 44px;
    transition: margin .35s ease, font-size .35s ease;
}
.gallery-nav > li > a:hover,
.gallery-nav > li > a:focus,
.gallery-nav > .active > a {
    margin-left: -15px;
    font-size: 20px;
    text-decoration: none;
}
.gallery-nav > .active > a {
    color: #1ea000;
}

@media (min-height: 576px) {
    .gallery-nav {
        position: absolute;
        right: 0;
        bottom: 0;
    }
}



.gallery-detail {
    height: 100%;
    text-align: center;
}
.gallery-detail .detail-img {
    position: relative;
    display: inline-block;
    height: 100%;
    max-width: 100%;
    margin: 40px 0;
    border: 1px solid #a6a8ab;
    background-color: #000;
    text-align: left;
}
.gallery-detail .detail-img > img {
    max-width: 100%;
    max-height: 100%;
}
.gallery-detail .control-bar {
    position: absolute;
    top: -40px;
    right: 0;
    left: 0;
    display: block;
    height: 30px;
    margin: 0;
}
.gallery-detail .control-bar a {
    color: #1ea000;
}
.gallery-detail .control-bar a:hover,
.gallery-detail .control-bar a:focus {
    color: #fff;
}
.gallery-detail .control-bar .ico-back {
    float: left;
    text-align: left;
}
.gallery-detail .control-bar .ico-share {
    float: right;
    text-align: right;
}
.gallery-detail .info {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 12px 15px;
    overflow: visible;
    color: #fff;
    line-height: 1.3;
    text-align: left;
}
.gallery-detail .info.bg {
    background-color: rgba(35,35,35,.65);
    -webkit-transition: background-color .35s ease;
            transition: background-color .35s ease;
}
.gallery-detail .info .title {
    font-size: 16px;
    font-weight: normal;
}
.gallery-detail .info .date {
    float: right;
    margin-left: 10px;
    padding: 2px 0;
    font-size: 14px;
}
.gallery-detail .info .descr {
    margin: 8px 0 0;
    font-size: 12px;
}

@media (min-height: 576px) and (min-width: 992px) {
    .gallery-detail .detail-img {
        margin: 0;
    }
}