.film-item .film-item-image {
  position: relative;
  display: inline-block;
}
.film-item .film-item-image .film-item-descr {
  z-index: 10;
  background-color: #279989;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FFF;
  padding: 20% 23px 55px;
  font-size: 14px;
  font-weight: 300;
  /*    color: white;*/
  text-align: center;
  z-index: 2;
  background-color: #279989;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.film-item .film-item-image .film-item-descr a {
  color: white;
  font-weight: bold;
}
.film-item .film-item-image .film-item-descr a:hover {
  color: white;
  text-decoration: underline;
}
.film-item .category {
  bottom: 0;
  font-size: 11px;
  font-weight: 300;
  line-height: 23px;
  padding: 0 10px;
  position: absolute;
  left: 0;
  right: auto;
  background-color: #279989;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  z-index: 3;
}
.film-item .film-item-buttons {
  padding: 10px 5px 5px 5px;
  margin-top: 5px;
}
.film-item .film-item-buttons .btn-mod.btn-small {
  padding: 6px;
  margin: 3px;
}
.film-item .film-item-buttons .btn-mod.btn-border:hover, .film-item .film-item-buttons .btn-mod.btn-border:focus {
  background: #279989 none repeat scroll 0 0;
  border-color: transparent;
  color: #fff;
}

.production .film-item .film-item-descr {
  background-color: #279989;
}

.pfc .film-item .film-item-descr {
  background-color: #279989;
}

.film-development .film-item .film-item-descr {
  background-color: black;
}

.no-mobile .film-item:hover .film-item-image:after {
  background: rgba(255, 255, 255, 0.93);
}
.no-mobile .film-item:hover .film-item-descr {
  opacity: 1;
}
.no-mobile .film-item:hover .film-item-descr {
  color: whitesmoke;
}

/* Mobile touch */
.film-item .js-active .film-item-image:after {
  background: rgba(255, 255, 255, 0.93);
}
.film-item .js-active .film-item-descr {
  opacity: 1;
}

.vcenter {
  display: flex;
  align-items: center;
}

/* hr elements */
.hr-dotted-separator {
  display: block;
  height: 1px;
  width: 80%;
  border: 0;
  margin: 1em 0;
  padding: 0;
}

.separator-line {
  height: 4px;
  margin: 0 auto;
  width: 30px;
  margin: 7% auto;
}

.separator-line-thick {
  height: 4px;
  margin: 0 auto;
  width: 30px;
  margin: 7% auto;
}

.separator-line-vertical {
  width: 7px;
  height: 80px;
  background-color: #fff;
  float: left;
  margin-right: 90px;
}

#development .hr-dotted-separator {
  border-top: 1px dotted #e6af2a;
}
#development .separator-line {
  background: #e6af2a !important;
}

#production .hr-dotted-separator {
  border-top: 1px dotted #e75e50;
}
#production .separator-line {
  background: #e75e50 !important;
}

#default .hr-dotted-separator {
  border-top: 1px dotted #60a532;
}
#default .separator-line {
  background: #60a532 !important;
}

/* ==============================
  Menu
  =============================== */
.inner-nav ul {
  font-size: 14px;
  font-weight: 400;
}

/*  =============================
  Header
 ===============================*/
.small-section {
  padding: 25px 0;
}

/* ==============================
    Scroller
 ================================ */
.item-carousel-production .owl-item {
  padding-left: 15px;
  padding-right: 15px;
}

.item-carousel-production .owl-controls .owl-page.active span {
  background-color: black;
  border: 6px solid lightgrey;
}

.item-carousel-production .owl-controls .owl-page span {
  background-color: white;
  border: 6px solid white;
  width: 15px;
}

/* ==============================
   Post previews
   ============================== */
.post-prev-img {
  /*margin-bottom: 23px;*/
  position: relative;
}
.post-prev-img a {
  -webkit-transition: all 0.2s cubic-bezier(0.3, 0.1, 0.58, 1);
  -moz-transition: all 0.2s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: all 0.2s cubic-bezier(0.3, 0.1, 0.58, 1);
  -ms-transition: all 0.2s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.2s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.post-prev-img a:hover {
  opacity: .85;
}
.post-prev-img img {
  width: 100%;
}

.post-prev-title {
  margin-bottom: 6px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.post-prev-title a {
  color: #111;
  text-decoration: none;
  -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.post-prev-title a:hover {
  color: #111;
}

.post-prev-info a {
  margin-bottom: 15px;
  font-size: 11px;
  text-decoration: none;
  color: #aaa;
  -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.post-prev-info a:hover {
  color: #111;
}

.post-prev-text {
  margin-bottom: 22px;
  color: #111;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.75;
}

/* Author */
.author-item .author-item-image .author-item-prev {
  margin-bottom: 23px;
  position: relative;
}
.author-item .author-item-image .author-item-descr {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 20% 23px 55px;
  font-size: 14px;
  font-weight: 300;
  /*    color: white;*/
  text-align: center;
  z-index: 2;
  background-color: #279989;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.author-item .author-item-image .author-item-descr a {
  color: white;
  font-weight: bold;
}
.author-item .author-item-image .author-item-descr a:hover {
  color: white;
  text-decoration: underline;
}

.author .author-item .author-item-descr {
  background-color: black;
}

.authors-page .author .author-item .author-item-descr {
  background-color: #279989;
}

/* Hover state */
.no-mobile .author-item:hover .author-item-image:after {
  background: rgba(255, 255, 255, 0.93);
}
.no-mobile .author-item:hover .author-item-descr {
  opacity: 0.8;
}
.no-mobile .author-item:hover .author-item-descr {
  color: whitesmoke;
}

.author-item .js-active .author-item-image:after {
  background: rgba(255, 255, 255, 0.93);
}
.author-item .js-active .author-item-descr {
  opacity: 1;
}

/* Sections styles */
.owl-item .page-section.bg-scroll {
  height: 536px;
  padding: 0px 0;
}
.owl-item .page-section.bg-scroll.view-section {
  padding: 70px 0;
  height: 536px;
}

.owl-item .home-text.html-section {
  padding: 70px 0;
  height: 536px;
}

.homepage .bg-gray {
  background-color: black;
  color: white;
}
.homepage .bg-gray h4 {
  color: white;
}

.turquoise .bg-gray-lighter {
  /*background-color: $turquoise;*/
  color: #e75e50;
}

/* bloquote */
blockquote p {
  /*Font*/
  font-size: 18px;
  line-height: 1.45;
}
blockquote footer {
  color: #279989;
  font-size: 14px;
  display: block;
  margin-top: 5px;
  font-weight: bold;
}
blockquote footer:before {
  content: "\2014 \2009 ";
  color: #279989;
}

.home-text blockquote p {
  /*Font*/
  font-size: 18px;
  line-height: 1.45;
  color: white;
}
.home-text blockquote footer {
  color: #e75e50;
  font-size: 14px;
  display: block;
  margin-top: 5px;
  font-weight: bold;
}
.home-text blockquote footer:before {
  content: "\2014 \2009 ";
  color: #e75e50;
}

/*blockquote:before {

  display: block;
  padding-left: 10px;
  content: "\201C";
  font-size: 80px;
  position: absolute;
  left: -20px;
  top: -20px;
  color: $red;

  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
}*/
/* hompegae blocquote */
.homepage blockquote p {
  display: block;
  padding: 15px 20px 15px 45px;
  margin: 0.25em 0;
  position: relative;
  /*Font*/
  /*font-family: Georgia, serif;*/
  font-family: "Open Sans", arial, sans-serif;
  font-size: 18px;
  line-height: 1.45;
  color: white;
  text-align: justify;
}
.homepage blockquote footer {
  color: #e75e50;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
.homepage blockquote footer:before {
  content: "\2014 \2009 ";
  color: #e75e50;
}

.homepage blockquote:before {
  display: block;
  padding-left: 10px;
  content: "\201C";
  font-size: 80px;
  position: absolute;
  left: -20px;
  top: -20px;
  color: #e75e50;
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
}

.pfc h1 {
  color: black;
}
.pfc .mod-breadcrumbs {
  color: black;
}
.pfc .mod-breadcrumbs a {
  color: black;
}

/* store customization */
.checkout-review {
  width: 100%;
}

/* disable weight rows */
.tabledrag-toggle-weight-wrapper {
  display: none;
}

/* modal theme */
div.ctools-modal-content {
  background: white none repeat scroll 0 0;
  border: 1px solid #000;
  color: #000;
  margin: 2px;
  padding: 0;
  text-align: left;
  width: 600px;
}
div.ctools-modal-content .modal-header {
  background-color: black;
  padding: 0 0.25em 0 1em;
}
div.ctools-modal-content .modal-title {
  color: white;
  font-size: 120%;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
}

.close {
  color: #000;
  float: right;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  opacity: 0.2;
  text-shadow: 0 1px 0 #fff;
}

.multipage-pane-title {
  margin-bottom: 30px;
  text-align: center !important;
}

.form-item > label.option {
  color: black;
}

.multipage-pane-wrapper {
  padding-top: 15px;
  text-align: center !important;
}

.form-actions {
  text-align: center !important;
}

/* ----- customize wizard ---- */
/* checkout pages */
#commerce-checkout-form-checkout, #commerce-checkout-form-shipping {
  padding-top: 30px;
}

/* fieldset */
/*
@mixin fieldset-wizard {
  border: 1px solid #279989;
  border-radius: 3px;
  margin-bottom: 20px;
  .fieldset-wrapper{
    padding: 15px;
  }
  legend {
    color: #FFF;
    background: #279989 none repeat scroll 0 0;
    font-size: 1.5em;
    padding: 10px;
    margin-left: 5px;
    margin-right: 15px;

    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.2em;
    line-height: 1.3;
    margin-top: 0;
    position: relative;
    font-family: Dosis,arial,sans-serif;
    letter-spacing: 0.2em;
    text-transform: uppercase;
  }
}*/
fieldset.group-ps-user-information, fieldset.group-address-delivery,
fieldset.group-ps-address-billing, fieldset.group-ps-message, fieldset.group-projection, fieldset.group-movie {
  border: 1px solid #A9A9A9;
  border-radius: 3px;
  margin-bottom: 20px;
}
fieldset.group-ps-user-information .fieldset-wrapper, fieldset.group-address-delivery .fieldset-wrapper,
fieldset.group-ps-address-billing .fieldset-wrapper, fieldset.group-ps-message .fieldset-wrapper, fieldset.group-projection .fieldset-wrapper, fieldset.group-movie .fieldset-wrapper {
  padding: 15px;
}
fieldset.group-ps-user-information > legend, fieldset.group-address-delivery > legend,
fieldset.group-ps-address-billing > legend, fieldset.group-ps-message > legend, fieldset.group-projection > legend, fieldset.group-movie > legend {
  color: rgba(10, 10, 10, 0.95);
  background: #f9f9f9 none repeat scroll 0 0;
  font-size: 1.5em;
  padding: 10px;
  margin-left: 5px;
  margin-right: 15px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.3;
  margin-top: 0;
  position: relative;
  font-family: Dosis,arial,sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

fieldset#edit-commerce-shipping, fieldset#edit-customer-profile-billing, fieldset#edit-cart-contents,
fieldset#edit-customer-profile-shipping, fieldset#edit-checkout-review, fieldset#edit-commerce-payment {
  border: 1px solid #A9A9A9;
  border-radius: 3px;
  margin-bottom: 20px;
}
fieldset#edit-commerce-shipping .fieldset-wrapper, fieldset#edit-customer-profile-billing .fieldset-wrapper, fieldset#edit-cart-contents .fieldset-wrapper,
fieldset#edit-customer-profile-shipping .fieldset-wrapper, fieldset#edit-checkout-review .fieldset-wrapper, fieldset#edit-commerce-payment .fieldset-wrapper {
  padding: 15px;
}
fieldset#edit-commerce-shipping > legend, fieldset#edit-customer-profile-billing > legend, fieldset#edit-cart-contents > legend,
fieldset#edit-customer-profile-shipping > legend, fieldset#edit-checkout-review > legend, fieldset#edit-commerce-payment > legend {
  color: rgba(10, 10, 10, 0.95);
  background: #f9f9f9 none repeat scroll 0 0;
  font-size: 1.5em;
  padding: 10px;
  margin-left: 5px;
  margin-right: 15px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.3;
  margin-top: 0;
  position: relative;
  font-family: Dosis,arial,sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

/* fieldset configuration */
/*
fieldset.group-ps-user-information, fieldset.group-address-delivery, fieldset.group-ps-address-billing, fieldset.group-ps-message, fieldset.group-projection, fieldset.group-movie {
  border: 1px solid #279989;
  border-radius: 3px;
  margin-bottom: 20px;
}

fieldset.group-ps-user-information .fieldset-wrapper, fieldset.group-address-delivery .fieldset-wrapper, fieldset.group-ps-address-billing .fieldset-wrapper, fieldset.group-ps-message .fieldset-wrapper, fieldset.group-projection .fieldset-wrapper, fieldset.group-movie .fieldset-wrapper{
  padding: 15px;
}
fieldset.group-ps-user-information>legend, fieldset.group-address-delivery>legend, fieldset.group-ps-address-billing>legend ,fieldset.group-ps-message>legend, fieldset.group-projection>legend, fieldset.group-movie>legend {
  color: #FFF;
  background: #279989 none repeat scroll 0 0;
  font-size: 1.5em;
  padding: 10px;
  margin-left: 5px;
  margin-right: 15px;

  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.3;
  margin-top: 0;
  position: relative;
  font-family: Dosis,arial,sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
*/
/*--------------*/
/*
fieldset#edit-commerce-shipping, fieldset#edit-customer-profile-billing, fieldset#edit-cart-contents,
fieldset#edit-customer-profile-shipping, fieldset#edit-checkout-review, fieldset#edit-commerce-payment {
  border: 1px solid #279989;
  border-radius: 3px;
  margin-bottom: 20px;
}
fieldset#edit-commerce-shipping .fieldset-wrapper, fieldset#edit-customer-profile-billing .fieldset-wrapper, fieldset#edit-cart-contents
.fieldset-wrapper, fieldset#edit-customer-profile-shipping .fieldset-wrapper, fieldset#edit-checkout-review .fieldset-wrapper,
fieldset#edit-commerce-payment .fieldset-wrapper{
  padding: 15px;
}
fieldset#edit-customer-profile-billing legend, fieldset#edit-cart-contents legend, fieldset#edit-customer-profile-shipping legend,
fieldset#edit-commerce-shipping legend, fieldset#edit-checkout-review legend, fieldset#edit-commerce-payment legend {
  color: #FFF;
  background: #279989 none repeat scroll 0 0;
  font-size: 1.5em;
  padding: 10px;
  margin-left: 5px;
  margin-right: 15px;

  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.3;
  margin-top: 0;
  position: relative;
  font-family: Dosis,arial,sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
*/
#edit-continue {
  margin-right: 20px;
}

.special-legend {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.3;
  margin-top: 0;
  position: relative;
  font-family: Dosis,arial,sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.checkout-help {
  margin-top: 20px;
}

.view-id-commerce_cart_form {
  margin-top: 40px;
}

/* block styling */
.widget-posts li a {
  font-size: 16px;
}

.widget-posts .product-price {
  font-size: 19px;
}

#sidebar {
  padding-left: 35px;
}

#block-views-products-best-sellers-block, .block-commerce-cart {
  border: 1px solid #279989;
  border-radius: 3px;
  margin-bottom: 20px;
  padding: 5px;
}

#block-views-products-best-sellers-block .widget-title, .block-commerce-cart .widget-title {
  border-bottom: 1px solid #279989;
  color: black;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.block-commerce-cart .widget-posts {
  border-bottom: 2px solid #279989;
}

/* responsive tests */
.banner-section {
  border-bottom: 0px;
}

.checkout-buttons .checkout-cancel, .checkout-buttons .checkout-back {
  color: rgba(10, 10, 10, 0.95);
}

.checkout-buttons .checkout-cancel:focus, .checkout-buttons .checkout-back:focus {
  color: rgba(10, 10, 10, 0.95);
}

.checkout-buttons .checkout-cancel:hover, .checkout-buttons .checkout-back:hover {
  color: rgba(10, 10, 10, 0.95);
}

/**
recent things
 */
/* topbar styles */
/* ==============================
   Top bar
   ============================== */
.top-bar {
  min-height: 40px;
  background: #fbfbfb;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 11px;
  letter-spacing: 1px;
}

/*
 * Top links
 */
.top-links {
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.top-links li {
  float: left;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}
.top-links li .fa {
  font-size: 14px;
  position: relative;
  top: 1px;
}
.top-links li .tooltip {
  text-transform: none;
  letter-spacing: normal;
  z-index: 2003;
}
.top-links li:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.top-links li a {
  display: block;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  text-decoration: none;
  text-align: center;
  color: #999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.1s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.1s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.1s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.1s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.1s cubic-bezier(0, 0, 0.58, 1);
}
.top-links li a:hover {
  color: #555;
  background-color: rgba(0, 0, 0, 0.02);
}

/*
 * Top bar dark
 */
.top-bar.dark {
  background-color: rgba(10, 10, 10, 0.95);
  border-bottom: none;
}
.top-bar.dark .top-links li a {
  color: #aaa;
}
.top-bar.dark .top-links li a:hover {
  color: #ccc;
  background-color: #279989;
}

#top-bar {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  line-height: 44px;
  font-size: 13px;
  position: relative;
  line-height: 44px;
  font-size: 13px;
    /*.dark {
      background-color: rgba(10, 10, 10, 0.95);
      box-shadow: none;
      background-color: #333;
      position: relative;
      border-bottom: 1px solid #279989;
      height: 45px;
      line-height: 44px;
      font-size: 13px;


      .top-links li,
      .top-links li:last-child{
        border-color: rgba(255,255,255, .07);
      }
      .top-links li a{
        color: #aaa;
        font-size: 12px;
        font-family: "Open Sans", arial, sans-serif;
      }
      .top-links li .fa {
        top: 14px;
        font-size: 14px;
      }
      .top-links li a:hover {
        color: #ccc;
        background-color: #279989;
      }

      .top-links li, .top-bar.dark .top-links li:last-child {
        border-color:#333;
      }
      .top-links ul li {
        float: left;
        position: relative;
        height: 44px;
        border-left: none;
      }

    }*/
}
#top-bar li {
  border-left: none;
  border-right: none;
}
#top-bar .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 15px;
  width: 100%;
}

/*
 * Owl Carousel
 */
.owl-buttons {
  position: static;
}

.owl-prev,
.owl-next {
  opacity: 0;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  width: 105px;
  height: 105px;
  line-height: 105px;
  font-size: 16px;
  text-align: center;
  color: #111;
  z-index: 6;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

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

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

.owl-prev:before,
.owl-next:before {
  content: "";
  display: block;
  width: 66%;
  height: 66%;
  position: absolute;
  top: 17px;
  left: 0;
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.owl-next:before {
  left: auto;
  right: 0;
}

.owl-prev .fa,
.owl-next .fa {
  position: relative;
}

.owl-prev:hover,
.owl-next:hover {
  -webkit-transition: 0 none !important;
  -moz-transition: 0 none !important;
  -ms-transition: 0 none !important;
  -o-transition: 0 none !important;
  transition: 0 none !important;
}

.owl-prev:hover:before,
.owl-next:hover:before {
  opacity: 0.87;
}

.owl-prev:active:before,
.owl-next:active:before {
  opacity: 0.6;
}

.owl-carousel:hover .owl-prev {
  opacity: 1;
  left: -35px;
}

.owl-carousel:hover .owl-next {
  opacity: 1;
  right: -35px;
}

.owl-pagination {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
  text-align: center;
}

.owl-page {
  display: inline-block;
  padding: 6px 4px;
  position: relative;
}

.owl-page span {
  width: 6px;
  height: 6px;
  display: block;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
  z-index: 1000 !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.owl-page:hover span {
  background: white;
}

.owl-page.active span {
  background: transparent;
  bordeR: 1px solid rgba(255, 255, 255, 0.8);
  -webkit-transform: scale(1.33333);
  -moz-transform: scale(1.33333);
  -o-transform: scale(1.33333);
  -ms-transform: scale(1.33333);
  transform: scale(1.33333);
}

.item-carousel .owl-prev {
  left: -125px;
}

.item-carousel .owl-next {
  right: -125px;
}

section:hover .item-carousel.owl-carousel .owl-prev {
  opacity: 1;
  left: -80px;
}

section:hover .item-carousel.owl-carousel .owl-next {
  opacity: 1;
  right: -80px;
}

.item-carousel {
  margin-bottom: -50px;
  padding-bottom: 50px;
}

.item-carousel .owl-pagination {
  bottom: 0;
}

.work-full-slider .owl-pagination,
.content-slider .owl-pagination {
  bottom: 15px;
}

.single-carousel,
.small-item-carousel {
  margin-bottom: 35px;
}

.single-carousel .owl-pagination,
.small-item-carousel .owl-pagination {
  position: relative;
  left: 0;
  top: 35px;
  margin: 0;
}

.single-carousel.black .owl-page span,
.small-item-carousel.black .owl-page span {
  background: rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.single-carousel.black .owl-page:hover span,
.small-item-carousel.black .owl-page:hover span {
  background: rgba(0, 0, 0, 0.4);
}

.single-carousel.black .owl-page.active span,
.small-item-carousel.black .owl-page.active span {
  background: rgba(0, 0, 0, 0.4);
}

.single-carousel.black .owl-prev,
.single-carousel.black .owl-next,
.small-item-carousel.black .owl-prev,
.small-item-carousel.black .owl-next {
  color: rgba(0, 0, 0, 0.2);
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.single-carousel.black .owl-prev:hover,
.single-carousel.black .owl-next:hover,
.small-item-carousel.black .owl-prev:hover,
.small-item-carousel.black .owl-next:hover {
  color: rgba(0, 0, 0, 0.35);
}

.single-carousel .owl-prev,
.small-item-carousel .owl-prev {
  left: -125px;
}

.single-carousel .owl-next,
.small-item-carousel .owl-next {
  right: -125px;
}

section:hover .single-carousel .owl-prev,
section:hover .small-item-carousel .owl-prev {
  opacity: 1;
  left: -80px;
}

section:hover .single-carousel .owl-next,
section:hover .small-item-carousel .owl-next {
  opacity: 1;
  right: -80px;
}

.black-arrows .owl-prev,
.black-arrows .owl-next {
  color: #fff;
}

.black-arrows .owl-prev:before,
.black-arrows .owl-next:before {
  background: black;
}

/* skinning */
.owl-prev:before,
.owl-next:before {
  background: black;
}

.owl-prev, .owl-next {
  color: white;
}

.item-carousel-artists .owl-prev:before,
.item-carousel-artists .owl-next:before {
  background: #fff;
}
.item-carousel-artists .owl-prev, .item-carousel-artists .owl-next {
  color: #111;
}

.owl-film-top {
  background-image: url(../images/Film_strip_top_1.png);
  background-size: 50% 100%;
  opacity: 1;
  display: block;
  position: absolute;
  top: 0%;
  margin-top: px;
  width: 100%;
  height: 41px;
  line-height: 105px;
  font-size: 16px;
  text-align: center;
  color: #111;
  z-index: 6;
}

.owl-film-bottom {
  background-image: url(../images/Film_strip_bottom.png);
  background-size: 50% 100%;
  opacity: 1;
  display: block;
  position: absolute;
  bottom: 0%;
  margin-top: px;
  width: 100%;
  height: 41px;
  line-height: 105px;
  font-size: 16px;
  text-align: center;
  color: #111;
  z-index: 6;
}

#search-block-form .form-control {
  width: 80%;
}

#search-block-form .mn-sub {
  width: 260px;
}

.search-dropdown-list .mn-sub {
  left: -180px;
}

/* fixes */
.movie-item {
  cursor: pointer;
}

.section-more {
  margin-top: 15px;
}

.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 1px;
}

.col-xs-1-5 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
}
#top-bar {
  z-index: 1030;
}

.commerce-add-to-cart {
  display: inline;
}

.commerce-add-to-cart div {
  display: inline;
}

/* webform customizing */
.webform-client-form-256 .form-checkbox {
  display: none;
}

fieldset .webform-component--row--message, fieldset .webform-component--row--address-billing, fieldset .webform-component--row--address-delivery, fieldset .webform-component--row--user-information, fieldset .webform-component--row--projection,
fieldset .webform-component--row--film-selection {
  border: 1px solid #a9a9a9;
  border-radius: 3px;
  margin-bottom: 20px;
}

fieldset legend {
  background: #f9f9f9 none repeat scroll 0 0;
  color: rgba(10, 10, 10, 0.95);
  font-family: Dosis,arial,sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.3;
  margin-left: 5px;
  margin-right: 15px;
  margin-top: 0;
  padding: 10px;
  position: relative;
  text-transform: uppercase;
  width: 60%;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

/*span.check-movie {
  bottom: 10px;
}*/
.check-movie a:hover i {
  color: black;
}

.production .film-item .film-item-descr.checked-movie {
  background-color: green;
  opacity: 0.8;
}

.production .film-item .film-item-descr.checked-movie .check-movie a:hover i {
  color: red;
}

.fieldset-wrapper {
  padding: 10px;
}

.webform-client-form-256 .form-group {
  padding: 10px;
}

.webform-client-form-336 .form-checkbox {
  display: none;
}

.form-item, .form-actions {
  margin-bottom: 0px;
  margin-top: 0;
}

.btn-mod.btn-large {
  padding: 6px 12px;
}

.film-item-descr.clickable {
  cursor: pointer;
}

.logo-slider img {
  width: auto;
}

.label-momento {
  background-color: #279989;
}

.film-item {
  text-align: center;
}

/* Mobile fixes */
/*#admin-menu {
  display: none;
}
html body.admin-menu {
  margin-top: 0px !important;
}*/
#menu-header-div {
  z-index: 255;
}

.search-advanced {
  display: none;
}

.owl-carousel {
  overflow: hidden;
}

.main-nav {
  height: 76px !important;
}
.owl-item p {
margin: 0px;
}
