@import url('https://fonts.googleapis.com/css?family=Montserrat:200i,300&subset=cyrillic,cyrillic-ext');
body {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    background: #000 url(../images/bg.jpg) 53% 20% no-repeat;
    background-attachment: fixed;
}
.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
a {
    color: #b6c931;
}
a:hover, a:focus {
    color: #b6c931;
    text-decoration: underline;
}
.page-header {
    border: none;
    margin: 0 -15px 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    color: #999;
    background-color: rgba(0, 0, 0, 0.6);
}
.front .page-header {
    display: none;
}
.front .region-content {
    margin-top: 20px;
}
.region-content {
    margin-bottom: 15px;
}
.alert {
    border-radius: 0;
}
/* header */
.navbar-default {
    background-color: rgba(0, 0, 0, 0.6);
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #333;
}
.navbar-collapse {
    -webkit-box-shadow: inset 0 0 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 0 0 rgba(255, 255, 255, .1);
}
.navbar {
    border-color: #333;
    margin-bottom: 0;
}
.navbar-toggle {
    padding: 10px;
    margin: 20px 0;
    border: none;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: none;
}
.navbar-default .navbar-toggle {
    overflow: hidden;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-toggle .bar1,
.navbar-toggle .bar2,
.navbar-toggle .bar3 {
    transition: .4s;
    width: 30px;
    height: 4px;
    border-radius: 0;
}
.navbar-toggle[aria-expanded="true"] .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px,5px);
    transform: rotate(-45deg) translate(-6px,5px);
}
.navbar-toggle[aria-expanded="true"] .bar2 {
    -webkit-transform: translate(40px,0px);
    transform: translate(40px,0px);
}
.navbar-toggle[aria-expanded="true"] .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px,-5px);
    transform: rotate(45deg) translate(-6px,-5px);
}
@media screen and (min-width: 768px) {
    .navbar-nav {
        float: right;
        margin: 20px;
    }
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 15px;
}
.nav > li > a {
    padding: 10px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #ccc;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #b6c931;
    background-color: transparent;
    text-decoration: underline;
}
.navbar .logo {
    max-width: 300px;
}
.logo img {
    max-width: 100%;
    height: auto;
}
/* slider */
.region-slider .block-views {
    margin-top: 0;
}
.view-slider {
    position: relative;
}
.views-slideshow-controls-bottom {
    position: absolute;
    bottom: 5%;
    left: 46%;
    right: 46%;
    z-index: 9;
    display: none;
}
@media screen and (min-width: 769px) {
    .view-slider:hover .views-slideshow-controls-bottom {
        display: block;
    }
}
@media screen and (max-width: 768px) {
    .views-slideshow-controls-bottom {
        display: none;
    }
    .slider-title {
        text-align: center;
    }
    .slider-title span,
    .slider-title a {
        font-size: 20px !important;
        background-color: transparent !important;
    }
}
.vscc_controls_previous {
    float: left;
}
.vscc_controls_next {
    float: right;
}
@media screen and (min-width: 768px) {
    .slider-title {
        position: absolute;
        text-align: center;
    }
}
.slider-title.top-right {
    top: 10%;
    right: 3%;
}
.slider-title.top-left {
    top: 10%;
    left: 3%;
}
.slider-title.bottom-right {
    bottom: 10%;
    right: 3%;
}
.slider-title.bottom-left {
    bottom: 10%;
    left: 3%;
}
.slider-title.center {
    top: 50%;
    width: 100%;
}
.slider-title span {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 5px 10px;
    font-size: 30px;
    text-transform: uppercase;
}
.slider-title a {
    color: #fff;
}
.slider-title a:hover {
    text-decoration: none;
}
/* articles */
.node-artikul {
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.6);
}
.article-box {
    overflow: hidden;
    margin-bottom: 30px;
}
.article-title {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 20px;
    text-transform: uppercase;
    padding: 5px 10px;
    z-index: 9;
    -webkit-transition: -webkit-transform 0.5s; /* Safari */
    transition: transform 0.5s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.article-box:hover .article-title {
    -webkit-transform: translateY(20px); /* Safari */
    transform: translateY(20px);
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.article-title a {
    color: #b6c931;
}
@media screen and (max-width: 500px) {
    .article-title {
        font-size: 17px;
    }
    .article-body {
        font-size: 13px;
    }
}
.article-body {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: justify;
    padding: 5px;
    -webkit-transition: -webkit-transform 0.5s; /* Safari */
    transition: transform 0.5s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.article-box:hover .article-body {
    -webkit-transform: translateY(-20px); /* Safari */
    transform: translateY(-20px);
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.article-body a {
    color: #fff;
}
.article-image {
    -webkit-transition: opacity 0.5s ease-in-out;
       -moz-transition: opacity 0.5s ease-in-out;
        -ms-transition: opacity 0.5s ease-in-out;
         -o-transition: opacity 0.5s ease-in-out;
            transition: opacity 0.5s ease-in-out;
}
.article-box:hover .article-image {
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.article-title a:hover,
.article-body a:hover {
    text-decoration: none;
}
.promo {
    position: absolute;
    top: 22%;
    background-color: rgba(255, 0, 0, 0.7);
    padding: 10px;
    color: #fff;
    font-size: 17px;
}
.new {
    position: absolute;
    top: 22%;
    right: 15px;
    background-color: rgba(46, 171, 12, 0.9);
    padding: 10px;
    color: #fff;
    font-size: 17px;
}
.promo,
.new {
    -webkit-transition: opacity 0.3s ease-in-out;
       -moz-transition: opacity 0.3s ease-in-out;
        -ms-transition: opacity 0.3s ease-in-out;
         -o-transition: opacity 0.3s ease-in-out;
            transition: opacity 0.3s ease-in-out;
}
.article-box:hover .promo,
.article-box:hover .new {
    zoom: 1;
    filter: alpha(opacity=00);
    opacity: 0.0;
}
.field-name-field-promo {
    display: inline-block;
    background-color: rgba(255, 0, 0, 0.7);
    padding: 10px;
    margin-right: 15px;
    color: #fff;
    font-size: 17px;
}
.field-name-field-new {
    display: inline-block;
    background-color: rgba(46, 171, 12, 0.9);
    padding: 10px;
    color: #fff;
    font-size: 17px;
}
.field-name-body {
    margin-top: 15px;
}
@media screen and (min-width: 992px) {
    .article-group-left .field-name-body {
        padding-right: 15px;
    }
}
@media screen and (max-width: 991px) {
    .article-group-left .field-name-body {
        margin-bottom: 15px;
    }
}
.owl-theme .owl-controls {
    margin: 0;
}
.owl-prev {
    position: absolute;
    top: 45%;
    left: 0;
}
.owl-next {
    position: absolute;
    top: 45%;
    right: 0;
}
.owl-theme .owl-controls .owl-buttons div {
    color: #b6c931;
    margin: 0;
    padding: 0px 10px;
    line-height: 1.5;
    font-size: 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.6);
    filter: Alpha(Opacity=100);
    opacity: 1.0;
    font-family: monospace;
}
.owl-theme .owl-controls .owl-buttons div:hover {
    color: #fff;
}
.pagination {
    border-radius: 0;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 0;
}
.pagination > .active > a, .pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    color: #000;
    background-color: rgba(182, 201, 49, 0.7);
    border: none;
}
.pagination > li > a, .pagination > li > span {
    color: #fff;
    background-color: rgba(68, 68, 68, 0.7);
    border: none;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #000;
    background-color: rgba(182, 201, 49, 0.7);
}
.easy-breadcrumb {
    font-size: 20px;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px 20px 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #333;
    border-top: 1px solid #333;
}
.easy-breadcrumb_segment-separator {
    font-size: 30px;
}
.easy-breadcrumb span a {
    color: #b6c931;
}
.easy-breadcrumb span a:hover {
    text-decoration: none;
}
.block-webform {
    margin-top: 20px;
    margin-bottom: 20px;
}
.block-webform form {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
}
.block-views {
    margin-top: 20px;
}
/* contacts */
form {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 15px;
}
.form-control {
    height: 45px;
    font-size: 16px;
    color: #b6c931;
    background-color: #333;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control:focus {
    border-color: rgba(182, 201, 49, 0.7);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(182, 201, 49, 0.7), 0 0 8px rgba(182, 201, 49, 0.7);
    box-shadow: inset 0 1px 1px rgba(182, 201, 49, 0.7), 0 0 8px rgba(182, 201, 49, 0.7);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #333;
}
.resizable-textarea textarea {
    border-radius: 0;
}
.resizable-textarea .grippie {
    background-color: #333;
    border-color: #333;
}
.btn-default {
    font-weight: bold;
    color: #000;
    background-color: #b6c931;
}
.btn {
    font-size: 18px;
    margin-top: 15px;
    border: none;
    border-radius: 0;
}
h2.block-title {
    font-size: 36px;
    color: #999;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 5px 15px 9px;
    margin: 0 -15px 20px;
}
.contacts-block {
    font-size: 15px;
    margin-bottom: 30px;
}
.contacts-block > div {
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.6);
}
.map iframe {
    max-width: 100%;
    height: 600px;
}
.map-front iframe {
    max-width: 100%;
    height: 400px;
}
.map-front div {
    margin-left: -15px;
    margin-right: -15px;
}
/* footer */
.footer {
    margin-top: 0px;
    border-top: 1px solid #333;
    background-color: rgba(0, 0, 0, 0.6);
}
.region-footer-left .block-menu {
    text-align: right;
}
footer .nav a {
    color: #fff;
    font-size: 16px;
    display: initial;
}
footer .nav > .active > a,
footer .nav > .active > a:hover,
footer .nav > .active > a:focus {
    color: #b6c931;
    background-color: transparent;
    text-decoration: underline;
}
footer .nav li {
    margin: 10px 0;
}
footer .nav > li > a:hover,
footer .nav > li > a:focus {
    color: #ccc;
    background-color: transparent;
}
.footer-credit {
    background-color: rgba(182, 201, 49, 0.7);
    float: left;
    width: 100%;
}
.footer-credit .rights {
    text-align: right;
    padding: 10px;
    color: #000;
}