@charset "UTF-8";
@import url("//hello.myfonts.net/count/2e6bad");
@import url("//hello.myfonts.net/count/2e6bed");
@font-face {
  font-family: 'HelveticaNeueLTStd-Hv';
  src: url("../assets/2E6BAD_0_0.eot");
  src: url("../assets/2E6BAD_0_0.eot?#iefix") format("embedded-opentype"), url("../assets/2E6BAD_0_0.woff2") format("woff2"), url("../assets/2E6BAD_0_0.woff") format("woff"), url("../assets/2E6BAD_0_0.ttf") format("truetype"); }
@font-face {
  font-family: 'HelveticaNeueLTStd-Bd';
  src: url("../assets/2E6BED_0_0.eot");
  src: url("../assets/2E6BED_0_0.eot?#iefix") format("embedded-opentype"), url("../assets/2E6BED_0_0.woff2") format("woff2"), url("../assets/2E6BED_0_0.woff") format("woff"), url("../assets/2E6BED_0_0.ttf") format("truetype"); }
  @font-face {
      font-family: 'latoblack';
      src: url('../assets/lato-black-webfont.eot');
      src: url('../assets/lato-black-webfont.eot?#iefix') format('embedded-opentype'),
           url('../assets/lato-black-webfont.woff') format('woff'),
           url('../assets/lato-black-webfont.ttf') format('truetype');
      font-weight: normal;
      font-style: normal;
  }
  @font-face {
      font-family: 'latoregular';
      src: url('../assets/lato-regular-webfont.eot');
      src: url('../assets/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
           url('../assets/lato-regular-webfont.woff') format('woff'),
           url('../assets/lato-regular-webfont.ttf') format('truetype');
      font-weight: normal;
      font-style: normal;
  }

/* GENERAL */

.btn-link {
  background: transparent;
  border: none;
  border-bottom: 1px solid #111;
  cursor: pointer;
  padding: 0;
}

.btn-link:hover,
.btn-link:active,
.btn-link:focus {
  outline: none;
}

.hidden {
  display: none !important;
}

.relative{
  position: relative;
}

.text-left{
  text-align: left;
}

.bg--yellow {
  background: rgba(251, 245, 35, 0.9); }

.clearfix:before,
.clearfix:after{
  display: table;
  content: "";
  line-height: 0;}
.clearfix:after{
  clear: both; }

html *:not([class^="edy-"]) {
  box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3;
  color: black;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  min-height: 100vh; }
  body.lightbox-visible {
    overflow: hidden; }
  @media screen and (max-width: 769px) {
    body {
      max-width: 769px; } }

h1 {
  font-family: 'HelveticaNeueLTStd-Hv', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400; }

h2, h3, h4, h5, h6 {
  font-family: 'HelveticaNeueLTStd-Bd', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400; }

.content-formatted:after {
  content: "";
  display: table;
  clear: both; }

.body-background-image,
.body-background-color {
  z-index: -2; }

.body-background-color {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.body-background-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center center; }

.bgpicker-btn {
  position: absolute;
  top: 0;
  background: none;
  border: none;
  cursor: pointer; }
  .bgpicker-btn:focus {
    outline: none; }

a.untranslated {
  opacity: .5 !important; }

.content-formatted {
  word-wrap: break-word; }
  .content-formatted h1, .content-formatted h2, .content-formatted h3, .content-formatted h4, .content-formatted h5, .content-formatted h6, .content-formatted p, .content-formatted ul, .content-formatted ol, .content-formatted pre, .content-formatted code, .content-formatted img, .content-formatted iframe, .content-formatted table form {
    margin-bottom: 0; }
  .content-formatted h1:first-child, .content-formatted h2:first-child, .content-formatted h3:first-child, .content-formatted h4:first-child, .content-formatted h5:first-child, .content-formatted h6:first-child, .content-formatted p:first-child, .content-formatted ul:first-child, .content-formatted ol:first-child, .content-formatted pre:first-child, .content-formatted code:first-child, .content-formatted img:first-child, .content-formatted iframe:first-child, .content-formatted table form:first-child {
    margin-top: 0; }
  .content-formatted h1, .content-formatted h2, .content-formatted h3, .content-formatted h4, .content-formatted h5, .content-formatted h6 {
    color: black;
    word-wrap: break-word;
    margin: 0; }
  .content-formatted h1 {
    font-size: 1.8em;
    text-transform: uppercase;
    border-bottom: 5px solid currentColor; }
  .content-formatted.product-header h1 {
    border-bottom: 0;
  }
  .content-formatted h2 {
    font-size: 1.5em; }
  .content-formatted h3, .content-formatted h4, .content-formatted h5, .content-formatted h6 {
    font-size: 1.3em; }
  .content-formatted h4 {
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: 3px solid currentColor; }
  .content-formatted p {
    margin-top: 20px; }
  .content-formatted a {
    font-weight: 600;
    color: black;
    text-decoration: none;
    opacity: 1;
    -webkit-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    transition: opacity 0.1s; }
    .content-formatted a:hover {
      opacity: .8; }
  .content-formatted h1 a, .content-formatted h2 a, .content-formatted h3 a, .content-formatted h4 a, .content-formatted h5 a, .content-formatted h6 a {
    font-weight: 400; }
  .content-formatted img, .content-formatted iframe {
    max-width: 100%; }
  .content-formatted img {
    height: auto;
    margin-top: 25px; }
  .content-formatted iframe {
    margin-top: 25px; }
  .content-formatted pre {
    margin-top: 25px;
    font-size: 14px;
    background-color: #fafafa; }
  .content-formatted code {
    font-size: 14px;
    background-color: #fafafa; }
  .content-formatted pre {
    overflow: auto;
    padding: 10px; }
    .content-formatted pre code {
      display: inline;
      padding: 0;
      white-space: pre;
      line-height: inherit;
      background-color: transparent;
      word-wrap: normal; }
  .content-formatted code {
    display: inline-block;
    padding: 5px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-all; }
  .content-formatted blockquote {
    margin: 20px 40px; }
  .content-formatted .edy-positionable-container-left, .content-formatted .edy-positionable-container-right {
    width: 45%; }
  .content-formatted .edy-positionable-container-left {
    margin-right: 20px; }
  .content-formatted .edy-positionable-container-right {
    margin-left: 20px; }
  .content-formatted .edy-image-container-with-title:after {
    display: block;
    padding: 4px;
    font-size: 12px;
    line-height: 1.3em;
    content: attr(data-title); }
  .content-formatted .table-container {
    margin-top: 20px; }
  .content-formatted .overthrow {
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  .content-formatted .horizontal-scroll {
    border-left: 1px dashed #303132;
    border-right: 1px dashed #303132; }
  .content-formatted table {
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
    border-collapse: collapse; }
    .content-formatted table td {
      padding: 10px;
      border-top: 1px solid #303132;
      border-bottom: 1px solid #303132; }
  .content-formatted .edy-texteditor-view {
    min-height: 32px; }
  .content-formatted form,
  .content-formatted .form {
    margin: 5px 0; }
    .content-formatted form .edy-fe-field,
    .content-formatted form .form_field,
    .content-formatted .form .edy-fe-field,
    .content-formatted .form .form_field {
      margin-bottom: 10px; }
    .content-formatted form .form_field label,
    .content-formatted form .form_field .edy-fe-label,
    .content-formatted .form .form_field label,
    .content-formatted .form .form_field .edy-fe-label {
      font-weight: bold;
      margin-bottom: 5px; }
    .content-formatted form .form_field input,
    .content-formatted form .form_field textarea,
    .content-formatted form .form_field select,
    .content-formatted .form .form_field input,
    .content-formatted .form .form_field textarea,
    .content-formatted .form .form_field select {
      display: block;
      font-size: 1.1em; }
    .content-formatted form .form_field input,
    .content-formatted form .form_field textarea,
    .content-formatted .form .form_field input,
    .content-formatted .form .form_field textarea {
      padding: 5px;
      border: none; }
    .content-formatted form .form_field_size_large,
    .content-formatted .form .form_field_size_large {
      width: 100%; }
    .content-formatted form .form_field_size_medium,
    .content-formatted .form .form_field_size_medium {
      width: 75%; }
    .content-formatted form .form_field_size_small,
    .content-formatted .form .form_field_size_small {
      width: 50%; }
    .content-formatted form .form_submit input,
    .content-formatted .form .form_submit input {
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none;
      padding: 5px 15px;
      font-size: 1.1em;
      border: none;
      background: #fbf523;
      cursor: pointer;
      color: black;
      font-weight: 600;
      text-transform: uppercase;
      -webkit-transition: background-color 0.1s;
      -moz-transition: background-color 0.1s;
      transition: background-color 0.1s; }
      .content-formatted form .form_submit input:hover,
      .content-formatted .form .form_submit input:hover {
        background: rgba(251, 245, 35, 0.85); }

.main-heading {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: 'HelveticaNeueLTStd-Hv', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 18px;
}

.main-heading a {
  text-decoration: none;
  color: #111;
}

.secondary-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'HelveticaNeueLTStd-Hv', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 23px;
}
.col-med-6 {
  width: 50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

@media(max-width: 769px) {
  .col-med-6 {
    display: block;
    width: 100%;
  }
}

.hidden-desktop {
  display: none!important;
}
@media screen and (max-width: 769px) {
  .hidden-desktop {
    display: block!important;
} }

@media screen and (max-width: 769px) {
  .hidden-mob {
  display: none!important;
} }

/*Form single group*/

.single-form-group {
  display: block;
}

/* MENUS */
.edit-btn {
  display: inline-block;
  vertical-align: middle;
  line-height: 0.8;
  margin-right: 20px;
  margin-left: 8px;
  margin-top: 5px; }
  @media screen and (max-width: 769px) {
    .edit-btn {
      vertical-align: initial; } }

.menu-main {
  position: relative;
  font-size: 0px; }
  .menu-main:before, .menu-main:after {
    content: "";
    display: table; }
  .menu-main:after {
    clear: both; }
  .menu-main .menu-left {
    float: left;
    margin-left: 40px; }
  .menu-main .menu-right {
    float: right; }
  .menu-main .menu {
    margin: 0; }
    .menu-main .menu .menu-item {
      display: inline-block;
      line-height: 60px;
      vertical-align: middle; }
    .menu-main .menu .menu-link {
      padding: 22px 0 23px;
      color: black;
      text-decoration: none;
      border-bottom-style: solid;
      border-bottom-color: rgba(0, 0, 0, 0.9);
      border-bottom-width: 0;
      vertical-align: top;
      -webkit-transition: border-bottom-width 0.1s, padding-bottom 0.1s;
      -moz-transition: border-bottom-width 0.1s, padding-bottom 0.1s;
      transition: border-bottom-width 0.1s, padding-bottom 0.1s; }
    .menu-main .menu .menu-link.active,
    .menu-main .menu .menu-link:hover {
      padding-bottom: 18px;
      border-width: 0;
      border-bottom-width: 5px; }
    /*CART BUTTON*/

    @media screen and (min-width: 1135px) {
      .menu-main .menu.cart-holder-md {
        display:none;
      }
    }
    @media screen and (max-width: 1135px) and (min-width: 769px) {
      .menu-main .menu.cart-holder-md {
        display:inline-block;
      }
    }
    .menu-main .menu.cart-holder {
      position: relative;
      margin-right: 15px;}
    @media screen and (max-width: 1135px) {
      .menu-main li.cart-holder {
        display: none!important;}}
    .menu-main .menu.cart-holder:before{
      content: '';
      position: absolute;
      top: 5px;
      right: 0;
      bottom: 5px;
      left: 0;
      /*background-color: #f6f4ab; */
    }
      .menu-main .menu.cart-holder .cart{
        position: relative;
        padding-left: 10px;
        padding-right: 10px;
      }
      .menu-main .menu.cart-holder .cart.active,
      .menu-main .menu.cart-holder .cart:hover {
        border: none; }
      .menu-main .menu.cart-holder .cart:hover span {
        border-bottom: 3px solid #000; }
      .menu-main .cart-holder .cart:before,
      .menu-main .menu.mob-cart-holder .cart:before{
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 23px;
        width: 24px;
        margin-right: 5px;
        background: url('../images/shopping_cart_full.png') no-repeat center center transparent;
        background-size: 100% auto;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover; }
      .menu-main .cart-holder .cart.cart-empty:before,
      .menu-main .menu.mob-cart-holder .cart.cart-empty:before{
        background-image: url('../images/shopping_cart_empty.png');
      }
      @media screen and (max-width: 769px) {
        .menu-main .menu.mob-cart-holder .cart:before{
          content: "";
          background: url('../images/shopping_cart_full_yellow.png') no-repeat center center transparent;
        }
        .menu-main .menu.mob-cart-holder .cart.cart-empty:before{
          background-image: url('../images/shopping_cart_empty_yellow.png');
        }
      }

.menu-lang {
  position: absolute;
  bottom: 100%;
  right: 0;
  height: 54px; }

.menu-lang .menu {
  width: auto;
  list-style: none;
  display: inline-block;
  line-height: 46px; }
  .menu-lang .menu .menu-item {
    display: inline-block; }
  .menu-lang .menu .menu-link {
    color: #fbf523; }

@media screen and (max-width: 769px) {
  .menu-main .menu-wrapper {
    display: none; }

  .menu-main.open .menu-wrapper {
    display: block; }

  .menu-main.open + .menu-lang {
    visibility: visible;
    opacity: 1; }

  .menu-main + .menu-lang {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: auto;
    right: 55px;
    height: 100%;
    color: black;
    -webkit-transition: opacity 0.15s;
    -moz-transition: opacity 0.15s;
    transition: opacity 0.15s; }
    .menu-main + .menu-lang .menu {
      line-height: 60px; }
    .menu-main + .menu-lang .menu .menu-item:last-child {
      margin-right: 0; }
    .menu-main + .menu-lang .menu-link {
      color: black; }
      .menu-main + .menu-lang .menu-link:hover {
        color: rgba(0, 0, 0, 0.9); } }
.menu .menu-item {
  margin-right: 15px; }
  .menu .menu-item:last-child {
    margin-right: 25px; }

.menu {
  padding: 0;
  margin: 0;
  font-size: .8rem; }

.menu .menu-item {
  font-size: .9rem; }

.menu .menu-item .menu-link {
  font-size: .85em;
  text-transform: uppercase;
  text-decoration: none; }

.menu-lang .menu {
  vertical-align: middle; }

.menu-tags {
  display: inline-block; }

/* HEADER */
.header {
  height: 60px;
  margin: 60px 60px 0;
  position: relative;
  /* MAIN MENU OPTIMIZATION */ }
  .header:before, .header:after {
    content: "";
    display: table; }
  .header:after {
    clear: both; }
  .header .menu-link {
    font-family: 'HelveticaNeueLTStd-Hv', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif; }
  .header .header-logo {
    margin-right: 5px;
    margin-left: 10px;
    width: auto;
    min-width: 110px;
    height: 60px;
    float: left; }
    .header .header-logo a {
      display: inline-block;
      text-decoration: none;
      color: black; }
      .header .header-logo a img {
        width: 135px;
        margin: -27px -20px; }
        .header .header-logo a img.en-logo {
          width: 192px;
          margin: -23px -44px; }
    .header .header-logo h1.logo {
      margin: 0;
      padding: 8px 0; }
      .header .header-logo h1.logo a > div:first-child {
        font-size: 33px;
        line-height: 1; }
      .header .header-logo h1.logo a > div:last-child {
        color: black;
        font-size: 8px;
        font-weight: 300;
        letter-spacing: .25px;
        line-height: 1;
        margin-left: 2px;
        margin-top: -1px;
        text-transform: initial; }
  .header .mobile-menu-toggle {
    display: none; }
  @media screen and (max-width: 769px) {
    .header {
      margin: 0;
      width: 100%; }
      .header .menu-wrapper {
        visibility: hidden;
        pointer-events: none;
        padding-top: 5px;
        border-top: none; }
      .header .menu-main.open .menu-wrapper {
        visibility: visible;
        pointer-events: all;
        display: inline-block;
        width: 100%;
        height: auto;
        background: #fbf523;
        border-top: 5px solid currentColor;
        padding-top: 0;
        position: relative;
        z-index: 10;
        padding-bottom: 15px;
        -webkit-transition: padding-top 0.1s, border-top-width 0.1s;
        -moz-transition: padding-top 0.1s, border-top-width 0.1s;
        transition: padding-top 0.1s, border-top-width 0.1s; }
        .header .menu-main.open .menu-wrapper .menu {
          width: 48%;
          display: inline-block;
          list-style: none; }
        @media screen and (max-width: 769px) {
          .header .menu-main.open .menu-wrapper .menu.mob-cart-holder {
            width: 100%;
            background:black;
          }
        }
          .header .menu-main.open .menu-wrapper .menu.menu-left {
            text-align: right;
            margin-right: 2%; }
          .header .menu-main.open .menu-wrapper .menu.menu-right {
            text-align: left;
            margin-left: 2%; }
          .header .menu-main.open .menu-wrapper .menu .menu-item {
            display: list-item;
            line-height: 2.5em; }
            .header .menu-main.open .menu-wrapper .menu .menu-item .menu-link {
              padding: 8px 0; }
      .header .mobile-menu-toggle {
        position: absolute;
        padding-left: 1em;
        font-size: 32px;
        display: block;
        height: 38px;
        width: 32px;
        top: 11px;
        right: 10px; }
      .header .mobile-menu-toggle:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0.25em;
        width: 1em;
        height: 0.15em;
        background: black;
        box-shadow: 0 0.25em 0 0 black, 0 0.5em 0 0 black; }}
        @media screen and (min-width: 770px) {
          .cart-holder {
            display: inline-block;
            float: right;
            line-height: 60px;
            margin-right: 15px;
          }
        }
  @media screen and (max-width: 1135px) and (min-width: 769px) {
    .header .menu-main .menu-wrapper {
      height: 60px;
      display: inline-block;
      position: absolute;
      left: 125px;
      top: 0;
      right: 200px; /*Original style change*/
      bottom: 0; }
    .header .menu-main .menu-wrapper .menu {
      display: inline-block;
      height: 30px;
      float: left;
      margin: 0; }
      .header .menu-main .menu-wrapper .menu .menu-item {
        line-height: 30px; }
      .header .menu-main .menu-wrapper .menu .menu-link {
        line-height: 1;
        padding: 3px 0;
        vertical-align: 0; }
        .header .menu-main .menu-wrapper .menu .menu-link.active, .header .menu-main .menu-wrapper .menu .menu-link:hover {
          padding-bottom: 0;
          border-bottom-width: 3px; } }

@media screen and (max-width: 1100px) {
  .header .menu .menu-item .menu-link {
    font-size: 0.85em;
    text-transform: uppercase;
    text-decoration: none; }
  .header .menu .menu-item {
    margin-right: 10px; }
    .header .menu .menu-item:last-child {
      margin-right: 15px; }
  .header .menu-main .menu .menu-link.active,
  .header .menu-main .menu .menu-link:hover {
    padding-bottom: 17px; } }
  @media screen and (max-width: 769px) {
    .header .menu-main .menu .menu-link.cart {
      padding: 22px 15px 23px 0;
      text-align: right;
      display: block;
      color:#fbf523;
      font-size: 15px;
      text-transform: uppercase;
    }
    .header .menu-main .menu .menu-link.cart:focus,
    .header .menu-main .menu .menu-link.cart:hover,
    .header .menu-main .menu .menu-link.cart:active {
      border-bottom: 0;
      padding-bottom: 23px;
    }
  }
  .header .btn-login {
    background: transparent;
    border: none;
    cursor: pointer;
  }
  .header .btn-login:hover,
  .header .btn-login:focus,
  .header .btn-login:active {
    outline: none;
  }

/* MAIN CONTENT */
.container {
  position: relative;
  padding: 30px 60px 60px; }
  .container:before, .container:after {
    content: "";
    display: table; }
  .container:after {
    clear: both; }
  @media screen and (max-width: 769px) {
    .container {
      padding: 30px; } }

.main {
  padding: 15px;
  margin-bottom: 30px;
  position: relative;
  z-index: 0; }
  .main .main-content-bg-color {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: -1; }
  .main--left {
    float: left;
    width: 50%;
    margin-right: 50%; }
  .main--right {
    float: right;
    width: 50%;
    margin-left: 50%; }
  .main--left, .main--right {
    max-width: 535px; }
    @media screen and (max-width: 769px) {
      .main--left, .main--right {
        max-width: 100vw;
        width: 100vw;
        float: none;
        margin: 0 -30px; } }
    .main--left[data-element-type=Kava], .main--right[data-element-type=Kava] {
      width: 900px;
      max-width: 900px; }
  .main--hidden {
    display: none; }
  .main__header h1 {
    margin: 0;
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 5px;
    padding-right: 55px; }
  .main__header__submenu {
    list-style: none;
    padding: 0; }
    .main__header__submenu__item {
      margin: 1px 0; }
      .main__header__submenu__item a {
        color: black;
        font-weight: 600;
        font-size: 1.1em;
        line-height: 1.1em;
        text-decoration: none;
        color: black;
        -webkit-transition: color 0.1s;
        -moz-transition: color 0.1s;
        transition: color 0.1s; }
        .main__header__submenu__item a:hover {
          color: #fbf523; }
  .main__body {
    font-size: 1em; }
    .main__body iframe {
      width: 100% !important; }
  .main__lower {
    float: left; }
    .main__lower:before, .main__lower:after {
      content: "";
      display: table; }
    .main__lower:after {
      clear: both; }
    .main__lower__block {
      float: left;
      display: block;
      min-height: 160px;
      width: 250px;
      padding: 10px;
      font-size: 0.85em;
      color: black; }
      .main__lower__block h1 {
        margin-bottom: 10px;
        padding: 5px 0; }
      .main__lower__block > h1 {
        line-height: 1.1; }
      .main__lower__block > a {
        color: black;
        display: inline-block;
        text-decoration: none;
        position: relative;
        margin-bottom: 5px; }
      .main__lower__block p {
        margin: 0;
        padding: 0; }
      .main__lower__block > p a {
        text-decoration: none;
        color: inherit; }
    .main__lower__block + .main__lower__block {
      margin-left: 25px; }
    @media screen and (max-width: 310px) {
      .main__lower__block {
        width: 100%; } }
    @media screen and (max-width: 584px) {
      .main__lower__block {
        margin: 0 auto 25px; }
      .main__lower__block + .main__lower__block {
        margin-left: 0; } }
    @media screen and (min-width: 585px) and (max-width: 768px) {
      .main__lower__block:nth-child(3n) {
        margin-left: 0; }
      .main__lower__block:nth-child(n+3) {
        margin-top: 25px; } }
    @media screen and (min-width: 769px) and (max-width: 919px) {
      .main__lower__block:nth-child(3n) {
        margin-left: 0; }
      .main__lower__block:nth-child(n+3) {
        margin-top: 25px; } }
    @media screen and (min-width: 920px) and (max-width: 1194px) {
      .main__lower__block:nth-child(4n) {
        margin-left: 0; }
      .main__lower__block:nth-child(n+4) {
        margin-top: 25px; } }

:not(.editmode) .main__lower__block:empty {
  background: none; }

.gallery-page > .js-gallery-forward {
  position: absolute;
  top: 50%;
  right: 60px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
.gallery-page > .js-gallery-back {
  position: absolute;
  top: 50%;
  left: 60px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
.gallery-page .gallery-footer {
  bottom: 30px; }
.gallery-page .gallery-close {
  top: 30px;
  right: 60px;
  width: 60px;
  height: 60px;
  z-index: 10; }
  .gallery-page .gallery-close:before, .gallery-page .gallery-close:after {
    background-color: #fbf523;
    height: 85px;
    left: 28px;
    top: -12px;
    width: 3px; }
@media screen and (max-width: 769px) {
  .gallery-page .gallery-footer {
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    height: 60px;
    padding-left: 15px;
    padding-right: 15px; }
    .gallery-page .gallery-footer .title,
    .gallery-page .gallery-footer .author {
      position: absolute;
      left: 125px;
      right: 55px;
      margin: 0; }
    .gallery-page .gallery-footer .title {
      top: 0;
      bottom: 30px; }
      .gallery-page .gallery-footer .title span {
        display: inline-block;
        line-height: 1.2em; }
    .gallery-page .gallery-footer .author {
      top: 30px;
      bottom: 0; }
    .gallery-page .gallery-footer .count {
      height: auto;
      line-height: auto;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    .gallery-page .gallery-footer .controls {
      padding: 15px 0; }
  .gallery-page .gallery-close {
    top: 15px;
    right: 15px;
    width: 57px;
    height: 57px;
    opacity: 1; }
    .gallery-page .gallery-close:before, .gallery-page .gallery-close:after {
      height: 75px; }
  .gallery-page .js-gallery-back {
    left: 15px; }
  .gallery-page .js-gallery-forward {
    right: 15px; }
  .gallery-page .ico-arrow-big {
    background-size: 85px 75px !important;
    width: 85px;
    height: 75px;
    opacity: 1; } }

.editmode .gallery-page .-hidden {
  display: none; }
.editmode .gallery-page .gallery-items {
  margin-bottom: 15px; }
  .editmode .gallery-page .gallery-items:before, .editmode .gallery-page .gallery-items:after {
    content: "";
    display: table; }
  .editmode .gallery-page .gallery-items:after {
    clear: both; }
  .editmode .gallery-page .gallery-items .gallery-item {
    position: relative;
    padding: 0 10px 0 42px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    max-width: 535px; }
    .editmode .gallery-page .gallery-items .gallery-item .delete-gallery-item {
      left: 0;
      top: 37px;
      opacity: .5; }
      .editmode .gallery-page .gallery-items .gallery-item .delete-gallery-item:hover {
        opacity: .25; }
    .editmode .gallery-page .gallery-items .gallery-item:first-of-type {
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .editmode .gallery-page .gallery-items .gallery-item.-flash {
      background: rgba(251, 245, 35, 0.5); }
    .editmode .gallery-page .gallery-items .gallery-item .drop-picture {
      width: 150px;
      height: 75px;
      margin-right: 15px;
      outline: 1px dashed rgba(0, 0, 0, 0.5); }
    .editmode .gallery-page .gallery-items .gallery-item .item-fields {
      padding: 15px 0;
      vertical-align: top; }
      .editmode .gallery-page .gallery-items .gallery-item .item-fields label,
      .editmode .gallery-page .gallery-items .gallery-item .item-fields .label {
        display: inline-block;
        margin-right: 5px;
        font-size: .85em; }
      .editmode .gallery-page .gallery-items .gallery-item .item-fields .edy-editable {
        min-height: 20px; }
      .editmode .gallery-page .gallery-items .gallery-item .item-fields .edy-editable,
      .editmode .gallery-page .gallery-items .gallery-item .item-fields input {
        line-height: 20px;
        height: 20px;
        display: inline-block;
        font-weight: 600;
        border: 0;
        font-size: 1.1em;
        width: 100%;
        max-width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
        .editmode .gallery-page .gallery-items .gallery-item .item-fields .edy-editable:focus,
        .editmode .gallery-page .gallery-items .gallery-item .item-fields input:focus {
          outline: 0; }
    .editmode .gallery-page .gallery-items .gallery-item .drop-picture {
      background-size: cover; }
    .editmode .gallery-page .gallery-items .gallery-item .drop-picture,
    .editmode .gallery-page .gallery-items .gallery-item .item-fields {
      display: inline-block; }
    .editmode .gallery-page .gallery-items .gallery-item .item-title {
      margin-bottom: 5px; }
    .editmode .gallery-page .gallery-items .gallery-item .item-title,
    .editmode .gallery-page .gallery-items .gallery-item .item-author {
      width: 310px; }
    .editmode .gallery-page .gallery-items .gallery-item .item-position {
      position: absolute;
      bottom: 5px;
      left: 42px; }

.gallery-footer {
  position: absolute;
  padding: 0 30px;
  right: 60px;
  bottom: 60px;
  left: 60px;
  height: 30px; }
  .gallery-footer .count,
  .gallery-footer .title,
  .gallery-footer .author,
  .gallery-footer .controls {
    height: 30px;
    display: inline-block;
    line-height: 30px; }
  .gallery-footer .count {
    float: left;
    font-size: 2em;
    font-weight: 600; }
    .gallery-footer .count .index,
    .gallery-footer .count .max {
      display: inline-block;
      line-height: inherit;
      padding: 0 5px; }
  .gallery-footer .title {
    margin-left: 30px;
    float: left;
    font-weight: bold; }
  .gallery-footer .title,
  .gallery-footer .author {
    font-size: 1.2em; }
  .gallery-footer .author {
    margin-right: 30px;
    float: right; }
  .gallery-footer .controls {
    float: right; }
    .gallery-footer .controls a {
      width: 32px;
      height: 30px;
      display: inline-block;
      vertical-align: middle;
      cursor: pointer;
      opacity: 1;
      -webkit-transition: opacity 0.1s;
      -moz-transition: opacity 0.1s;
      transition: opacity 0.1s; }
      .gallery-footer .controls a:hover {
        opacity: 0.65; }
    .gallery-footer .controls .ico-close {
      position: relative;
      top: 0;
      right: 0;
      opacity: 1; }
      .gallery-footer .controls .ico-close:before, .gallery-footer .controls .ico-close:after {
        height: 16px;
        top: 7px; }

.main.texts .main__header,
.main.videos .main__header {
  margin-bottom: 5px; }
.main.texts .main__body__submenu,
.main.videos .main__body__submenu {
  font-size: 1.2em;
  list-style: none;
  padding-left: 0;
  margin: 0; }
  .main.texts .main__body__submenu__item.closed > ul,
  .main.videos .main__body__submenu__item.closed > ul {
    display: none; }
  .main.texts .main__body__submenu__item.open,
  .main.videos .main__body__submenu__item.open {
    margin-bottom: 15px; }
  .main.texts .main__body__submenu__item ul,
  .main.videos .main__body__submenu__item ul {
    list-style: none;
    margin: 0; }
  .main.texts .main__body__submenu__child,
  .main.videos .main__body__submenu__child {
    line-height: 1.5; }
    .main.texts .main__body__submenu__child a,
    .main.videos .main__body__submenu__child a {
      font-weight: 400;
      color: black;
      -webkit-transition: color 0.1s;
      -moz-transition: color 0.1s;
      transition: color 0.1s; }
      .main.texts .main__body__submenu__child a:hover,
      .main.videos .main__body__submenu__child a:hover {
        color: #fbf523; }
      .main.texts .main__body__submenu__child a .ico-arrow-right,
      .main.videos .main__body__submenu__child a .ico-arrow-right {
        width: 13px;
        height: 13px;
        vertical-align: -2px;
        background-size: 13px; }

/* ICONS */
.ico {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 16px;
  vertical-align: -3px; }
  .ico.ico-arrow-right {
    background: url(/images/ico-arrow-right.png) center no-repeat; }
  .ico.ico-arrow-left {
    background: url(/images/ico-arrow-right.png) center no-repeat;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .ico.ico-download {
    background: url(/images/ico-download.png) center no-repeat;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  .ico.ico-cog {
    font-size: 32px;
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
    line-height: 16px;
    vertical-align: -6px; }
    .ico.ico-cog:after {
      content: "⚙"; }

.ico-close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 32px;
  height: 32px;
  opacity: 0.65;
  -webkit-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  transition: opacity 0.1s; }
  .ico-close:hover {
    opacity: 1; }
  .ico-close:before, .ico-close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #333; }
  .ico-close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .ico-close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.ico-arrow-big {
  padding: 30px 0;
  display: block;
  width: 143px;
  height: 127px;
  background-size: 143px 127px;
  opacity: .5;
  cursor: pointer; }
  .ico-arrow-big:hover {
    opacity: .8; }
  .ico-arrow-big.-right {
    float: right;
    background: url(/images/ico-arrow-big.png) center no-repeat; }
  .ico-arrow-big.-left {
    float: left;
    background: url(/images/ico-arrow-big.png) center no-repeat;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

/* ELEMENTS */
.elements[data-element-type=Kava] {
  font-size: 11px; }
.elements[data-element-type=Kava] #calendar td.tickets .buyTickets {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;

  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.buyTickets {
  display: inline-block;
  padding: 7px 14px;
  background-color: #fbf523;
  text-transform: uppercase;
  font-family: 'HelveticaNeueLTStd-Bd', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 0.9em;
  font-weight: 600;
  color: black;
  white-space: nowrap;
  cursor: pointer;
}

.elements[data-element-type=Kava] #calendar tr:hover td.tickets .buyTickets {
  display: inline-block;
  color: black;
}
  @media screen and (max-width: 1019px) {
    .elements[data-element-type=Kava] {
      float: none;
      margin: 0;
      width: 100%; } }
  .elements[data-element-type=Kava] #calendar {
    margin-left: -5px;
    margin-right: -5px;
    font-size: 1.1em; }
    .elements[data-element-type=Kava] #calendar thead h3 {
      font-size: 1.5em;
      line-height: 1.5em;
      border-bottom: 2px solid black;
      margin-bottom: 15px;
      padding-left: 5px;
      padding-right: 5px; }
    .elements[data-element-type=Kava] #calendar thead th {
      border: none; }
    .elements[data-element-type=Kava] #calendar thead tr {
      border: none; }
    .elements[data-element-type=Kava] #calendar tr {
      border-top: 1px solid black;
      border-bottom: 1px solid black; }
    .elements[data-element-type=Kava] #calendar td:first-child {
      padding-left: 5px; }
    .elements[data-element-type=Kava] #calendar td:last-child {
      padding-right: 5px; }
    .elements[data-element-type=Kava] #calendar td {
      border: 0;
      padding: 3px 0; }
      .elements[data-element-type=Kava] #calendar td.day {
        width: 25px; }
      .elements[data-element-type=Kava] #calendar td.date, .elements[data-element-type=Kava] #calendar td.time {
        width: 40px; }
      .elements[data-element-type=Kava] #calendar td.time {
        padding-right: 10px; }
      .elements[data-element-type=Kava] #calendar td.title {
        font-family: 'HelveticaNeueLTStd-Bd', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
        font-weight: 400 !important; }
        .elements[data-element-type=Kava] #calendar td.title a {
          font-weight: 400; }
      .elements[data-element-type=Kava] #calendar td.info {
        font-size: .9em; }
      .elements[data-element-type=Kava] #calendar td.location {
        padding-left: 10px;
        min-width: 55px; }
      .elements[data-element-type=Kava] #calendar td.tickets {
        padding-left: 10px;
        text-align: left;
        padding-right: 0;
        width: 120px; }
    .elements[data-element-type=Kava] #calendar tr,
    .elements[data-element-type=Kava] #calendar tr a {
      color: black;
      -webkit-transition: color 0.1s;
      -moz-transition: color 0.1s;
      transition: color 0.1s; }
    .elements[data-element-type=Kava] #calendar tr:hover,
    .elements[data-element-type=Kava] #calendar tr:hover a {
      color: #fbf523; }
    .elements[data-element-type=Kava] #calendar .tickets{
      position: relative; }
    .elements[data-element-type=Kava] #calendar .ticketsButton{
      /*position: absolute;*/
      /*display: none;*/
      padding: 4px 14px;
      margin-top: 2px;
      margin-bottom: 2px;
      display: block;
      /*margin-top: -3px;*/
      /*text-align: center;*/
      text-align: left;
      /*text-transform: uppercase;*/
      /*font-size: 0.8em;*/
      font-size: 0.9em;
      font-weight: 400;
      color: black;
      font-family: 'HelveticaNeueLTStd-Bd', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
      /*background-color: #fbf523;*/
      white-space: nowrap;
      opacity: 1;
    }
    .elements[data-element-type=Kava] #calendar tr:hover .ticketsButton{
      /*display: block;*/
      color: #fbf523;
    }

@media screen and (max-width: 769px) {
  .elements[data-element-type=Kava] {
    max-width: 100vw;
    width: 100vw;
    float: none;
    margin: 0 -30px; }
  .elements[data-element-type=Kava] .mobile .row {
    border-bottom: 0 !important; }
  .elements[data-element-type=Kava] .mobile .row-second {
    border-top: 0 !important;
    border-bottom: 0 !important; }
  .elements[data-element-type=Kava] .mobile .row-third {
    border-top: 0 !important; }
  .elements[data-element-type=Kava] .mobile tr:hover, .elements[data-element-type=Kava] .mobile tr:hover a {
    color: inherit !important; }
  .elements[data-element-type=Kava] .mobile tr a:hover {
    color: #fbf523 !important; }
  .elements[data-element-type=Kava] .mobile td.day {
    width: auto; }
  .elements[data-element-type=Kava] .mobile td.location {
    text-align: left;
    padding-left: 5px !important; }
  .elements[data-element-type=Kava] .mobile td.title {
    text-align: right;
    width: 65%; }
  .elements[data-element-type=Kava] .mobile td.info {
    text-align: right;
    max-width: 60%;
    width: 60%; }
    .elements[data-element-type=Kava] .mobile td.info:empty {
      display: none; }
  .elements[data-element-type=Kava] .mobile td.tickets {
    padding-left: 5px !important;
    border: 0 !important;
    text-align: right !important; }
    .elements[data-element-type=Kava] .mobile td.tickets a {
      border-bottom: 0;
      text-decoration: none; }
    .elements[data-element-type=Kava] #calendar .ticketsButton {
      text-align: right; } }
.elements[data-element-type=Lavastus] .main__header, .elements[data-element-type=Naitleja] .main__header {
  margin-bottom: 0; }
.elements[data-element-type=Lavastus] p, .elements[data-element-type=Naitleja] p {
  margin: 0 0 5px; }
.elements[data-element-type=Lavastus] p:first-child, .elements[data-element-type=Naitleja] p:first-child {
  margin-top: 15px; }
.elements[data-element-type=Naitleja] h1 {
  float: left;
  max-width: 415px;
  line-height: 1.2;
  border-bottom: 0; }
.elements[data-element-type=Naitleja] header {
  border-bottom: 5px solid currentColor; }
.elements[data-element-type=Naitleja] .side-menu {
  float: right;
  font-size: .85rem; }
  .elements[data-element-type=Naitleja] .side-menu .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right; }
  .elements[data-element-type=Naitleja] .side-menu-item:last-of-type {
    margin-bottom: 5px; }
  .elements[data-element-type=Naitleja] .side-menu .menu-link {
    text-transform: uppercase;
    color: black;
    text-decoration: none;
    -webkit-transition: color 0.15s;
    -moz-transition: color 0.15s;
    transition: color 0.15s; }
    .elements[data-element-type=Naitleja] .side-menu .menu-link:hover {
      color: #fbf523; }
.elements[data-element-type=Naitleja] p a {
  color: black;
  font-size: 1.2em;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: color 0.15s;
  -moz-transition: color 0.15s;
  transition: color 0.15s; }
  .elements[data-element-type=Naitleja] p a:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    right: 0;
    bottom: 0;
    background: url(/images/ico-arrow-right.png) center no-repeat;
    background-size: 11px 9px;
    padding-left: 10px; }
  .elements[data-element-type=Naitleja] p a:hover {
    color: #fbf523; }
.elements[data-element-type=Lavastus] h3 {
  font-size: 1.6em;
  margin-top: 15px;
  border-bottom: 5px solid black;
  margin-bottom: 10px; }
.elements[data-element-type=Lavastus] p a {
  color: black;
  font-size: 1.3em;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: color 0.15s;
  -moz-transition: color 0.15s;
  transition: color 0.15s; }
  .elements[data-element-type=Lavastus] p a:hover {
    color: #fbf523; }
  .elements[data-element-type=Lavastus] p a > span:first-child {
    display: inline-block;
    min-width: 75px; }
.elements.main__body {
  margin-top: 0; }

.main--left[data-element-type=Etendused], .main--right[data-element-type=Etendused] {
      width: 900px;
      max-width: 900px; }
@media screen and (max-width: 1019px) {
  .elements[data-element-type=Etendused] {
    float: none;
    margin: 0;
    width: 100%; } }
@media screen and (max-width: 769px) {
  .elements[data-element-type=Etendused] {
    max-width: 100vw;
    width: 100vw;
    float: none;
    margin: 0 -30px; }}




  /*Theatre plans*/
.main--left[data-element-type=Etendus], .main--right[data-element-type=Etendus] {
      width: 1200px;
      max-width: 1200px; }
@media screen and (max-width: 1340px) {
  .elements[data-element-type=Etendus] {
    float: none;
    margin: 0;
    width: 100%; } }
@media screen and (max-width: 769px) {
  .elements[data-element-type=Etendus] {
    max-width: 100vw;
    width: 100vw;
    float: none;
    margin: 0 -30px; } }

/*container-sm*/

.elements[data-element-type=Etendus].element-container-sm {
      width: 1200px;
      max-width: 1200px; }
@media screen and (max-width: 1340px) {
  .elements[data-element-type=Etendus].element-container-sm {
    float: none;
    margin: 0;
    width: 100%; } }


/*container-md*/
.elements[data-element-type=Etendus].element-container-md {
      width: 1300px;
      max-width: 1300px; }
@media screen and (max-width: 1440px) {
  .elements[data-element-type=Etendus].element-container-md{
    float: none;
    margin: 0;
    width: 100%; } }

/*container-lg*/
.elements[data-element-type=Etendus].element-container-lg {
      width: 1550px;
      max-width: 1550px; }

@media screen and (max-width: 1690px) {
  .elements[data-element-type=Etendus].element-container-lg {
    float: none;
    margin: 0;
    width: 100%; } }



@media screen and (max-width: 769px) {
  .elements[data-element-type=Etendus].element-container-sm,
  .elements[data-element-type=Etendus].element-container-md,
  .elements[data-element-type=Etendus].element-container-lg {
    max-width: 100vw;
    width: 100vw;
    float: none;
    margin: 0 -30px; } }

.elements[data-element-type=Etendus].element-container-sm .theatre-plan-container {
    width: 570px;
}

@media screen and (max-width: 1250px) {
    .elements[data-element-type=Etendus].element-container-sm .theatre-plan-container {
    width: 540px;
    }
  }
@media screen and (max-width: 1150px) {
    .elements[data-element-type=Etendus].element-container-sm .theatre-plan-container {
    width: 100%;
    }
  }

  .elements[data-element-type=Etendus].element-container-md .theatre-plan-container {
    width: 700px;
  }
  .elements[data-element-type=Etendus].element-container-md .theatre-plan-container-inner {
    width: 500px;
  }
  @media screen and (max-width: 769px) {
    .elements[data-element-type=Etendus].element-container-md .theatre-plan-container-inner {
      width: 100%;
    }}
  @media screen and (max-width: 1370px) {
    .elements[data-element-type=Etendus].element-container-md .theatre-plan-container {
      width: 600px;
    }
  }
  @media screen and (max-width: 1270px) {
    .elements[data-element-type=Etendus].element-container-md .theatre-plan-container {
      width: 500px;
    }
  }
  @media screen and (max-width: 1180px) {
    .elements[data-element-type=Etendus].element-container-md .theatre-plan-container {
      width: 100%;
    }
  }

  .elements[data-element-type=Etendus].element-container-lg .theatre-plan-container {
    width: 900px;
  }
  .elements[data-element-type=Etendus].element-container-lg .theatre-plan-container-inner {
      width: 780px;
  }
  @media screen and (max-width: 1650px) {
    .elements[data-element-type=Etendus].element-container-lg .theatre-plan-container {
      width: 870px;
    }
  }
  @media screen and (max-width: 1599px) {
    .elements[data-element-type=Etendus].element-container-lg .theatre-plan-container {
      width: 770px;
    }
  }
  @media screen and (max-width: 1450px) {
    .elements[data-element-type=Etendus].element-container-lg .theatre-plan-container {
      width: 670px;
    }
  }
  @media screen and (max-width: 1350px) {
    .elements[data-element-type=Etendus].element-container-lg .theatre-plan-container {
      width: 100%;
    }
  }

  @media screen and (max-width: 1399px) {
    .elements[data-element-type=Etendus] .theatre-plan-container {
    width: 100%;
    display: block;
    float: none;
    margin: 0 auto 30px auto;
    }
  }

  /*default size*/

  .elements[data-element-type=Etendus] .theatre-plan-container-inner {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
  }

    .elements[data-element-type=Etendus] .theatre-plan-container {
    display: inline-block;
    float: left;
    margin-bottom: 30px;
    text-align: center;
  }

  @media(max-width: 970px) {
    .elements[data-element-type=Etendus].element-container-lg .theatre-plan-container {
      overflow-x: auto;
      }}

  @media(max-width: 769px) {
    .elements[data-element-type=Etendus] .theatre-plan-container {
      overflow-x: auto;
      overflow-y: visible;
    }}
    .elements[data-element-type=Etendus] .theatre-plan-title {
      margin-top: 3px;
      text-transform: uppercase;
      text-align: left;
      color: #000;
      font-size: 18px;
      font-family: 'HelveticaNeueLTStd-Hv', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    }
      .elements[data-element-type=Etendus] .theatre-plan-section-title {
        padding: 0 15px;
        color: #000;
        font-size: 14px;
        text-transform: uppercase;
        font-family: 'HelveticaNeueLTStd-Hv', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
      }
        .elements[data-element-type=Etendus] .theatre-plan-two .theatre-plan-section-title {
          width: 100px;
        }
        .elements[data-element-type=Etendus] .row-title,
        .elements[data-element-type=Etendus] .seat,
        .elements[data-element-type=Etendus] .seat .seat-button {
          display: inline-block;
          vertical-align: middle;
          font-family: 'HelveticaNeueLTStd-Hv', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
        }
        @media(max-width: 769px) {
          .elements[data-element-type=Etendus] .seat .seat-button  {
            font-size: 8px;
          }
        }
        .elements[data-element-type=Etendus] .row-title {
          margin: 0 15px;
          font-size: 19px;
        }
        @media(max-width: 769px) {
          .elements[data-element-type=Etendus] .row-title {
            margin: 0;
            font-size: 11px;
          }
        }

        .elements[data-element-type=Etendus] .seat .seat-button {
          width: 17px;
          margin: 0 -1px;
          padding: 4px 0;
          border: 2px solid #000;
          border-radius: 6px;
          text-align: center;
          border-color: #707070;
          font-size: 10px;
          color: #707070;
          cursor: default;
        }

        .elements[data-element-type=Etendus] .seat .seat-button.seat-button--large {
          width: 22px;
        }

        .elements[data-element-type=Etendus] .seat--large .seat-button {
          width: 24px;
          margin: 0 -4px;
        }

        .seat--large.seat--relative-position {
          position: relative;
        }

        .section-right .seat--large.seat--relative-position { left: 80px; margin: 0 -10px; }
        .section-left .seat--large.seat--relative-position { right: 80px; margin: 0 -10px; }

        .elements[data-element-type=Etendus] .seat.selectable .seat-button {
          color: #000;
          border-color: #000;
        }
        .elements[data-element-type=Etendus] .seat.selected .seat-button {
          color: #e2dd1f;
          border-color: #e2dd1f;
        }
        .elements[data-element-type=Etendus] .seat.selected .seat-button,
        .elements[data-element-type=Etendus] .seat.selectable .seat-button {
          cursor: pointer;
        }
        .elements[data-element-type=Etendus] .seat-vertical .seat-button {
          width: 25px;
          min-height: 16px;
          min-width: 21px;
          padding: 0px;
        }

    .elements[data-element-type=Etendus] .theatre-plan-stage {
      font-size: 20px;
      color: #969696;
      text-transform: uppercase;
      background-color: #000;
      letter-spacing: 3px;
      margin-top: 30px;
      font-family: 'HelveticaNeueLTStd-Hv', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    }

  /*Template one*/
  .elements[data-element-type=Etendus] .theatre-plan-one .theatre-plan-single-block {
    display: inline-block;
  }
    .elements[data-element-type=Etendus] .theatre-plan-one .section-left {
      text-align: right;
    }
      .elements[data-element-type=Etendus] .theatre-plan-one .section-left .section-row {
        margin: 0 1px 0 3px;
      }
    .elements[data-element-type=Etendus] .theatre-plan-one .section-right {
      text-align: left
    }
      .elements[data-element-type=Etendus] .theatre-plan-one .section-right .section-row {
        margin: 0 3px 0 1px;
        direction: rtl;
      }
  .elements[data-element-type=Etendus] .theatre-plan-one .theatre-plan-stage {
    display: block;
    height: 45px;
    line-height: 45px;
  }
  /*Template Two*/
  .elements[data-element-type=Etendus] .theatre-plan-two{
    display: block;
  }
  .elements[data-element-type=Etendus] .theatre-plan-two .theatre-plan-inner-left,
  .elements[data-element-type=Etendus] .theatre-plan-two .theatre-plan-inner-right {
    float: left;
    display: inline-block;
  }
  .elements[data-element-type=Etendus] .theatre-plan-two .theatre-plan-inner-left{
    width: 30%;
  }
  @media(max-width: 769px) {
    .elements[data-element-type=Etendus] .theatre-plan-two .theatre-plan-inner-left{
    width: 10%;
  }}
    .elements[data-element-type=Etendus] .theatre-plan-two .theatre-plan-stage {
      height: 500px;
      width: 130px;
    }
    @media(max-width: 769px) {
    .elements[data-element-type=Etendus] .theatre-plan-two .theatre-plan-stage{
    width: 10px;
    margin-top: 20px;
  }}
    .elements[data-element-type=Etendus] .theatre-plan-two .theatre-plan-stage:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle;
    }
  .elements[data-element-type=Etendus] .theatre-plan-two .theatre-plan-inner-right{
    width: 70%;
    text-align: left;
  }
    .elements[data-element-type=Etendus] .theatre-plan-two .theatre-plan-single-block {
      margin-bottom: 1px;
      min-width: 300px;
    }
      .elements[data-element-type=Etendus] .theatre-plan-two .theatre-plan-single-block .theatre-plan-section-title,
      .elements[data-element-type=Etendus] .theatre-plan-two .theatre-plan-single-block .section {
        display: inline-block;
        vertical-align: middle;
      }
        .elements[data-element-type=Etendus] .theatre-plan-two .theatre-plan-single-block .section-row {
          display: inline-block;
          text-align: center;
        }
          .elements[data-element-type=Etendus] .theatre-plan-two .theatre-plan-single-block .section-row .row-title{
            margin: 0;
          }
          .elements[data-element-type=Etendus] .theatre-plan-two .theatre-plan-single-block.section-right .section-row .row-title {
            margin: 25px 0 0;
          }
          .elements[data-element-type=Etendus] .theatre-plan-two .theatre-plan-single-block.section-right .section-row:last-child .row-title {
            /*margin: 0;*/
          }
          .elements[data-element-type=Etendus] .theatre-plan-two .theatre-plan-single-block .section-row .row-title,
          .elements[data-element-type=Etendus] .theatre-plan-two .theatre-plan-single-block .section-row .seat {
            display: block;
            margin: 2px 1px;
          }

  /*Template three*/
  @media(max-width: 769px) {
  .elements[data-element-type=Etendus] .theatre-plan-one,
  .elements[data-element-type=Etendus] .theatre-plan-two,
  .elements[data-element-type=Etendus] .theatre-plan-three,
  .elements[data-element-type=Etendus] .theatre-plan-four {
    min-width: 380px;
  }}
  .elements[data-element-type=Etendus] .theatre-plan-five {
    min-width: 680px;
  }

  .elements[data-element-type=Etendus] .theatre-plan-three .theatre-plan-single-block {
    display: inline-block;
    padding: 0;
  }
    .elements[data-element-type=Etendus] .theatre-plan-three .section-left {
      text-align: right;
    }
    .elements[data-element-type=Etendus] .theatre-plan-three .section-right {
      text-align: left
    }
      .elements[data-element-type=Etendus] .theatre-plan-three .section-left .section-row {
        margin: 0 1px 0 3px;
      }

      .elements[data-element-type=Etendus] .theatre-plan-three .section-right .section-row {
        margin: 0 3px 0 1px;
        direction: rtl;
      }
        .elements[data-element-type=Etendus] .theatre-plan-three .section-left .section-row .row-title{
          margin: 0 20px 0 0;
        }
        .elements[data-element-type=Etendus] .theatre-plan-three .section-left .section-row:first-child .row-title{
          margin: 0 4px 0 0;
        }
        .elements[data-element-type=Etendus] .theatre-plan-three .section-right .section-row .row-title {
          margin: 0 0 0 20px;
        }
        .elements[data-element-type=Etendus] .theatre-plan-three .section-right .section-row:first-child .row-title{
          margin: 0 0 0 4px;
        }
    .elements[data-element-type=Etendus] .theatre-plan-three .theatre-plan-stage {
      display: block;
      height: 45px;
      line-height: 45px;
    }

  .elements[data-element-type=Etendus] .theatre-plan-three-with-hidden-seats .theatre-plan-single-block {
    display: inline-block;
    padding: 0;
  }
    .elements[data-element-type=Etendus] .theatre-plan-three-with-hidden-seats .section-left {
      text-align: right;
    }
    .elements[data-element-type=Etendus] .theatre-plan-three-with-hidden-seats .section-right {
      text-align: left
    }
      .elements[data-element-type=Etendus] .theatre-plan-three-with-hidden-seats .section-left .section-row {
        margin: 0 1px 0 3px;
      }

      .elements[data-element-type=Etendus] .theatre-plan-three-with-hidden-seats .section-right .section-row {
        margin: 0 3px 0 1px;
        direction: rtl;
      }
        .elements[data-element-type=Etendus] .theatre-plan-three-with-hidden-seats .section-left .section-row .row-title{
          margin: 0 20px 0 0;
        }
        .elements[data-element-type=Etendus] .theatre-plan-three-with-hidden-seats .section-left .section-row:first-child .row-title{
          margin: 0 4px 0 0;
        }
        .elements[data-element-type=Etendus] .theatre-plan-three-with-hidden-seats .section-right .section-row .row-title {
          margin: 0 0 0 20px;
        }
        .elements[data-element-type=Etendus] .theatre-plan-three-with-hidden-seats .section-right .section-row:first-child .row-title{
          margin: 0 0 0 4px;
        }

        .elements[data-element-type=Etendus] .theatre-plan-three-with-hidden-seats .section-row[identifier="LISARIDA"] .row-title {
          display: none;
        }

        .theatre-plan-container-inner.theatre-plan-three-with-hidden-seats {
          position: relative;
        }

        .elements[data-element-type=Etendus] .theatre-plan-three-with-hidden-seats .theatre-plan-single-block.section-left.section-left--absolute {
          position: absolute;
          left: 30px;
          bottom: 75px;
        }

        .elements[data-element-type=Etendus] .theatre-plan-three-with-hidden-seats .theatre-plan-single-block.section-right.section-right--absolute {
          position: absolute;
          right: 30px;
          bottom: 75px;
        }

    .elements[data-element-type=Etendus] .theatre-plan-three-with-hidden-seats .theatre-plan-stage {
      display: block;
      height: 45px;
      line-height: 45px;
    }

    .elements[data-element-type=Etendus] .theatre-plan-three-with-hidden-seats .seat-empty {
      background: transparent;
      border: transparent;
      color: transparent;
      visibility: hidden;
    }

  /*Template four*/
  .elements[data-element-type=Etendus] .theatre-plan-four .theatre-plan-single-block {
    display: inline-block;
    padding: 0px 10px;
  }
    .elements[data-element-type=Etendus] .theatre-plan-four .section-left {
      text-align: right;
    }
    .elements[data-element-type=Etendus] .theatre-plan-four .section-right {
      text-align: left
    }
      .elements[data-element-type=Etendus] .theatre-plan-four .section-row {
        margin: 0 3px;
      }
      .elements[data-element-type=Etendus] .theatre-plan-four .section-right .section-row {
        direction: rtl;
      }
  .elements[data-element-type=Etendus] .theatre-plan-four .theatre-plan-stage {
    display: block;
    height: 45px;
    line-height: 45px;
  }

  /*Template five*/
  .elements[data-element-type=Etendus] .theatre-plan-five {

  }
    .elements[data-element-type=Etendus] .theatre-plan-five {
      display: block;
    }

      /*Template five upper part*/
      .elements[data-element-type=Etendus] .theatre-plan-five.theatre-plan-five-upper .theatre-plan-single-block {
        float: left;
        width: 50%;
        padding: 0 2.5px;
      }
      .elements[data-element-type=Etendus] .theatre-plan-five.theatre-plan-five-upper .theatre-plan-single-block.section-left {
        text-align: right;
      }
      .elements[data-element-type=Etendus] .theatre-plan-five.theatre-plan-five-upper .theatre-plan-single-block.section-right {
        direction: rtl;
        text-align: left;
      }
        .elements[data-element-type=Etendus] .theatre-plan-five.theatre-plan-five-upper .section,
        .elements[data-element-type=Etendus] .theatre-plan-five.theatre-plan-five-upper .theatre-plan-section-title {
          display: inline-block;
          vertical-align: middle;
        }
          .elements[data-element-type=Etendus] .theatre-plan-five.theatre-plan-five-upper .theatre-plan-single-block .row-title,
          .elements[data-element-type=Etendus] .theatre-plan-five.theatre-plan-five-upper .theatre-plan-single-block .seat .seat-button{
            margin: 2px -1px;
          }
          .elements[data-element-type=Etendus] .theatre-plan-five.theatre-plan-five-upper .theatre-plan-single-block.section-left .section-row:first-child .row-title {
            margin: 0 6px 0 0;
          }
          .elements[data-element-type=Etendus] .theatre-plan-five.theatre-plan-five-upper .theatre-plan-single-block.section-left .row-title {
            margin: 0 23px 0 0;
          }
          .elements[data-element-type=Etendus] .theatre-plan-five.theatre-plan-five-upper .theatre-plan-single-block.section-right .section-row:first-child .row-title {
            margin: 0 0 0 6px;
          }
          .elements[data-element-type=Etendus] .theatre-plan-five.theatre-plan-five-upper .theatre-plan-single-block.section-right .row-title {
            margin: 0 0 0 23px;
          }
      /*Template five lower part*/
      .elements[data-element-type=Etendus] .theatre-plan-five.theatre-plan-five-lower {

      }
        .elements[data-element-type=Etendus] .theatre-plan-five.theatre-plan-five-lower .theatre-plan-single-block.section-left {
          float: left;
        }
        .elements[data-element-type=Etendus] .theatre-plan-five.theatre-plan-five-lower .theatre-plan-single-block.section-right {
          float: right;
        }
          .elements[data-element-type=Etendus] .theatre-plan-five.theatre-plan-five-lower .theatre-plan-single-block .theatre-plan-section-title {
            margin-bottom: 0;
          }
          .elements[data-element-type=Etendus] .theatre-plan-five.theatre-plan-five-lower .theatre-plan-single-block .section-row {
            display: inline-block;
          }
            .elements[data-element-type=Etendus] .theatre-plan-five.theatre-plan-five-lower .theatre-plan-single-block .row-title,
            .elements[data-element-type=Etendus] .theatre-plan-five.theatre-plan-five-lower .theatre-plan-single-block .seat {
              display: block;
              margin: 1px 2px;
            }
            .elements[data-element-type=Etendus] .theatre-plan-five.theatre-plan-five-lower .theatre-plan-single-block .row-title {
              margin: 1px 2px 7px;
            }
        .elements[data-element-type=Etendus] .theatre-plan-five.theatre-plan-five-lower .theatre-plan-stage-container {
          height: 1px;
          overflow: visible;
        }
          .elements[data-element-type=Etendus] .theatre-plan-five.theatre-plan-five-lower .theatre-plan-stage {
            position: relative;
            bottom: 165px;
            height: 165px;
            width: 34%;
            margin-left: auto;
            margin-right: auto;
          }

          @media(max-width: 769px) {
            .elements[data-element-type=Etendus] .theatre-plan-five.theatre-plan-five-lower .theatre-plan-stage {
              margin-top: 30px;
            }
          }

          .elements[data-element-type=Etendus] .theatre-plan-five.theatre-plan-five-lower .theatre-plan-stage:before {
            content: '';
            display: inline-block;
            height: 100%;
            vertical-align: middle;
          }

  .elements[data-element-type=Etendus] .theatre-plan-six .theatre-plan-stage {
      display: block;
      height: 26px;
    }


  .elements[data-element-type=Etendus] .theatre-plan-seven {
    min-width: 470px;
  }
        .elements[data-element-type=Etendus] .theatre-plan-seven .theatre-plan-stage,
        .elements[data-element-type=Etendus] .theatre-plan-eight .theatre-plan-stage {
            display: block;
            height: 70px;
            margin: 15px auto;
            width: 90%;
          }
          .elements[data-element-type=Etendus] .theatre-plan-seven .theatre-plan-stage:before,
          .elements[data-element-type=Etendus] .theatre-plan-eight .theatre-plan-stage:before {
            content: '';
            display: inline-block;
            height: 100%;
            vertical-align: middle;
            margin-right: -1px; /* Adjusts for spacing */
          }
            .elements[data-element-type=Etendus] .theatre-plan-seven .row-title{
              margin: 0 10px;
              font-size: 15px;
            }
            .elements[data-element-type=Etendus] .theatre-plan-seven .row-title:first-child{
              margin: 0 10px 0 0;
            }
            .elements[data-element-type=Etendus] .theatre-plan-seven .row-title:last-child{
              margin: 0 0 0 10px;
            }
              .elements[data-element-type=Etendus] .theatre-plan-seven .seat .seat-button{
                width: 16px;
                font-size: 10px;
              }

    .elements[data-element-type=Etendus] .theatre-plan-eight {
      position: relative;
    }

    .elements[data-element-type=Etendus] .theatre-plan-eight .vertical-section-row {
          width: 25px;
          display: inline-block;
          float: left;
    }

    .elements[data-element-type=Etendus] .theatre-plan-eight .theatre-plan-stage {
      width: 475px;
      margin: 15px auto;
    }

    .elements[data-element-type=Etendus] .theatre-plan-eight .seat-post {
      border-radius: 100%;
      height: 17px;
      width: 17px;
      min-width: 0;
      color: transparent;
      border: 1px solid #000;
      background: #000;
    }

    .elements[data-element-type=Etendus] .theatre-plan-eight .center-balcony {

    }

    .elements[data-element-type=Etendus] .theatre-plan-eight .first-irregular-row .row-title {
      position: relative;
      top: -12px;
    }


    .elements[data-element-type=Etendus] .theatre-plan-eight .seat-post-left {
      position: relative;
      top: -17px;
      right: 20px;
    }

    .elements[data-element-type=Etendus] .theatre-plan-eight .seat-post-right {
      position: relative;
      top: -17px;
      left: 20px;
    }

   .elements[data-element-type=Etendus] .theatre-plan-eight .seat-post-irregular {
      top: 5px;
   }

   .elements[data-element-type=Etendus] .theatre-plan-eight .section-single-bottom {
    margin-top: 50px;
   }



    /*.elements[data-element-type=Etendus] .theatre-plan-eight .first-irregular-row {
      margin-top: -8.5px;
    }*/

    .elements[data-element-type=Etendus] .theatre-plan-eight .seat-post .seat-button {
      visibility: hidden;
    }

    .elements[data-element-type=Etendus] .theatre-plan-eight .seat-empty .seat-button,
    .elements[data-element-type=Etendus] .theatre-plan-eight .seat-divider,
    .elements[data-element-type=Etendus] .theatre-plan-eight .seat-halfed,
    .elements[data-element-type=Etendus] .theatre-plan-eight .seat-halfed-vertical {
      background: transparent;
      border: transparent;
      color: transparent;
      visibility: hidden;
    }

    .elements[data-element-type=Etendus] .theatre-plan-eight .row-title {
      margin: 0 5px;
    }

    .section-center-balcony .section-row .seat,
    .section-back-balcony .section-row .seat {
      position: relative;
      margin-left: 4px;
    }
    .elements[data-element-type=Etendus] .theatre-plan-eight .section-single-bottom {
      position: relative;
    }

    .elements[data-element-type=Etendus] .theatre-plan-eight .front-curved-row:nth-child(3) {
      margin-top: 0;
    }

    .elements[data-element-type=Etendus] .theatre-plan-eight .front-curved-row .seat:first-child {
      margin-left: 0;
    }

    /*Theatre-plan-nine*/

    .elements[data-element-type=Etendus] .theatre-plan-nine .seat-empty {
      background: transparent;
      border: transparent;
      color: transparent;
      visibility: hidden;
    }

    .elements[data-element-type=Etendus] .theatre-plan-nine .theatre-plan-stage {
      border-radius: 100%;
      height: 160px;
      width: 160px;
      margin: 3px auto;
    }


    .elements[data-element-type=Etendus] .theatre-plan-nine .section-single-bottom {
      margin-top: 0;
    }

    .elements[data-element-type=Etendus] .theatre-plan-nine .last-irregular-row {
      position: relative;
      z-index: 4;
    }

    /*.elements[data-element-type=Etendus] .theatre-plan-nine .section-row.front-curved-row {
      position: relative;
      z-index: 3;
    }*/

    .elements[data-element-type=Etendus] .theatre-plan-nine .active.price-picker-box {
      z-index: 9999;
    }

    .elements[data-element-type=Etendus] .theatre-plan-nine .last-irregular-row .seat:nth-child(n+14) {
      transform: rotate(-15deg);
    }

    .elements[data-element-type=Etendus] .theatre-plan-nine .last-irregular-row .seat:nth-child(14) {
      top: 30px;
    }

    .elements[data-element-type=Etendus] .theatre-plan-nine .last-irregular-row .seat:nth-child(15) {
      top: 25px;
    }

    .elements[data-element-type=Etendus] .theatre-plan-nine .last-irregular-row .seat:nth-child(16) {
      top: 20px;
    }
    .elements[data-element-type=Etendus] .theatre-plan-nine .last-irregular-row .seat:nth-child(17) {
      top: 15px;
    }
    .elements[data-element-type=Etendus] .theatre-plan-nine .last-irregular-row .seat:nth-child(18) {
      top: 10px;
    }
    .elements[data-element-type=Etendus] .theatre-plan-nine .last-irregular-row .seat:nth-child(19) {
      top: 5px;
    }
    .elements[data-element-type=Etendus] .theatre-plan-nine .last-irregular-row .seat:nth-child(20) {
      top: 0px;
    }

    .elements[data-element-type=Etendus] .theatre-plan-nine .section-center-balcony .theatre-plan-section-title {
        position: absolute;
        /*top: 21px;*/
        top: 18px;
        left: 0;
        right: 0;
        text-align: center;
      }


    .front-curved-row:nth-child(3) {
      margin-bottom: 0;
    }

    .front-curved-row-posts {
      margin-top: 2px;
    }

    .back-curved-row-back {
      margin-top: -34px;
    }

    .front-curved-row-empty {
      margin-bottom: 21px;
    }
    /*Generated nth-childs*/
      /*-----------------------------------------------------------------------------------------------------*/
      .front-curved-row .seat:nth-child(14) {
        top: 44px;
      }
      .front-curved-row .seat:nth-child(15) {
        top: 40px;
      }
      .front-curved-row .seat:nth-child(16) {
        top: 36px;
      }
      .front-curved-row .seat:nth-child(17) {
        top: 32px;
      }
      .front-curved-row .seat:nth-child(18) {
        top: 28px;
      }
      .front-curved-row .seat:nth-child(19) {
        top: 24px;
      }
      .front-curved-row .seat:nth-child(20) {
        top: 20px;
      }
      .front-curved-row .seat:nth-child(21) {
        top: 16px;
      }
      .front-curved-row .seat:nth-child(22) {
        top: 12px;
      }
      .front-curved-row .seat:nth-child(23) {
        top: 8px;
      }
      .front-curved-row .seat:nth-child(24) {
        top: 4px;
      }
      .front-curved-row .seat:nth-child(12) {
        top: 44px;
      }
      .front-curved-row .seat:nth-child(11) {
        top: 40px;
      }
      .front-curved-row .seat:nth-child(10) {
        top: 36px;
      }
      .front-curved-row .seat:nth-child(9) {
        top: 32px;
      }
      .front-curved-row .seat:nth-child(8) {
        top: 28px;
      }
      .front-curved-row .seat:nth-child(7) {
        top: 24px;
      }
      .front-curved-row .seat:nth-child(6) {
        top: 20px;
      }
      .front-curved-row .seat:nth-child(5) {
        top: 16px;
      }
      .front-curved-row .seat:nth-child(4) {
        top: 12px;
      }
      .front-curved-row .seat:nth-child(3) {
        top: 8px;
      }
      .front-curved-row .seat:nth-child(2) {
        top: 4px;
      }
      .front-curved-row .seat:nth-child(13) {
        top: 44px;
      }
      .front-curved-row-posts .seat:nth-child(12) {
        top: 40px;
      }
      .front-curved-row-posts .seat:nth-child(13) {
        top: 40px;
      }
      .front-curved-row-posts .seat:nth-child(14) {
        top: 36px;
      }
      .front-curved-row-posts .seat:nth-child(15) {
        top: 32px;
      }
      .front-curved-row-posts .seat:nth-child(16) {
        top: 28px;
      }
      .front-curved-row-posts .seat:nth-child(17) {
        top: 24px;
      }
      .front-curved-row-posts .seat:nth-child(18) {
        top: 20px;
      }
      .front-curved-row-posts .seat:nth-child(19) {
        top: 16px;
      }
      .front-curved-row-posts .seat:nth-child(20) {
        top: 12px;
      }
      .front-curved-row-posts .seat:nth-child(21) {
        top: 8px;
      }
      .front-curved-row-posts .seat:nth-child(22) {
        top: 4px;
      }
      .front-curved-row-posts .seat:nth-child(11) {
        top: 40px;
      }
      .front-curved-row-posts .seat:nth-child(10) {
        top: 36px;
      }
      .front-curved-row-posts .seat:nth-child(9) {
        top: 32px;
      }
      .front-curved-row-posts .seat:nth-child(8) {
        top: 28px;
      }
      .front-curved-row-posts .seat:nth-child(7) {
        top: 24px;
      }
      .front-curved-row-posts .seat:nth-child(6) {
        top: 20px;
      }
      .front-curved-row-posts .seat:nth-child(5) {
        top: 16px;
      }
      .front-curved-row-posts .seat:nth-child(4) {
        top: 12px;
      }
      .front-curved-row-posts .seat:nth-child(3) {
        top: 8px;
      }
      .front-curved-row-posts .seat:nth-child(2) {
        top: 4px;
      }
      .front-curved-row-empty .seat:nth-child(5) {
        top: 12px;
      }
      .front-curved-row-empty .seat:nth-child(6) {
        top: 8px;
      }
      .front-curved-row-empty .seat:nth-child(7) {
        top: 4px;
      }
      .front-curved-row-empty .seat:nth-child(4) {
        top: 12px;
      }
      .front-curved-row-empty .seat:nth-child(3) {
        top: 8px;
      }
      .front-curved-row-empty .seat:nth-child(2) {
        top: 4px;
      }
      .back-curved-row-front .seat:nth-child(11) {
        top: 32px;
      }
      .back-curved-row-front .seat:nth-child(12) {
        top: 32px;
      }
      .back-curved-row-front .seat:nth-child(13) {
        top: 28px;
      }
      .back-curved-row-front .seat:nth-child(14) {
        top: 24px;
      }
      .back-curved-row-front .seat:nth-child(15) {
        top: 20px;
      }
      .back-curved-row-front .seat:nth-child(16) {
        top: 16px;
      }
      .back-curved-row-front .seat:nth-child(17) {
        top: 12px;
      }
      .back-curved-row-front .seat:nth-child(18) {
        top: 8px;
      }
      .back-curved-row-front .seat:nth-child(19) {
        top: 4px;
      }
      .back-curved-row-front .seat:nth-child(10) {
        top: 32px;
      }
      .back-curved-row-front .seat:nth-child(9) {
        top: 32px;
      }
      .back-curved-row-front .seat:nth-child(8) {
        top: 28px;
      }
      .back-curved-row-front .seat:nth-child(7) {
        top: 24px;
      }
      .back-curved-row-front .seat:nth-child(6) {
        top: 20px;
      }
      .back-curved-row-front .seat:nth-child(5) {
        top: 16px;
      }
      .back-curved-row-front .seat:nth-child(4) {
        top: 12px;
      }
      .back-curved-row-front .seat:nth-child(3) {
        top: 8px;
      }
      .back-curved-row-front .seat:nth-child(2) {
        top: 4px;
      }
      .back-curved-row-center .seat:nth-child(11) {
        top: 28px;
      }
      .back-curved-row-center .seat:nth-child(12) {
        top: 28px;
      }
      .back-curved-row-center .seat:nth-child(13) {
        top: 24px;
      }
      .back-curved-row-center .seat:nth-child(14) {
        top: 20px;
      }
      .back-curved-row-center .seat:nth-child(15) {
        top: 16px;
      }
      .back-curved-row-center .seat:nth-child(16) {
        top: 12px;
      }
      .back-curved-row-center .seat:nth-child(17) {
        top: 8px;
      }
      .back-curved-row-center .seat:nth-child(18) {
        top: 4px;
      }
      .back-curved-row-center .seat:nth-child(9) {
        top: 28px;
      }
      .back-curved-row-center .seat:nth-child(8) {
        top: 28px;
      }
      .back-curved-row-center .seat:nth-child(7) {
        top: 24px;
      }
      .back-curved-row-center .seat:nth-child(6) {
        top: 20px;
      }
      .back-curved-row-center .seat:nth-child(5) {
        top: 16px;
      }
      .back-curved-row-center .seat:nth-child(4) {
        top: 12px;
      }
      .back-curved-row-center .seat:nth-child(3) {
        top: 8px;
      }
      .back-curved-row-center .seat:nth-child(2) {
        top: 4px;
      }
      .back-curved-row-center .seat:nth-child(10) {
        top: 28px;
      }
      .back-curved-row-back .seat:nth-child(19) {
        top: 60px;
      }
      .back-curved-row-back .seat:nth-child(20) {
        top: 60px;
      }
      .back-curved-row-back .seat:nth-child(21) {
        top: 52px;
      }
      .back-curved-row-back .seat:nth-child(22) {
        top: 48px;
      }
      .back-curved-row-back .seat:nth-child(23) {
        top: 44px;
      }
      .back-curved-row-back .seat:nth-child(24) {
        top: 40px;
      }
      .back-curved-row-back .seat:nth-child(25) {
        top: 36px;
      }
      .back-curved-row-back .seat:nth-child(26) {
        top: 36px;
      }
      .back-curved-row-back .seat:nth-child(27) {
        top: 32px;
      }
      .back-curved-row-back .seat:nth-child(28) {
        top: 20px;
      }
      .back-curved-row-back .seat:nth-child(29) {
        top: 16px;
      }
      .back-curved-row-back .seat:nth-child(30) {
        top: 12px;
      }
      .back-curved-row-back .seat:nth-child(31) {
        top: 8px;
      }
      .back-curved-row-back .seat:nth-child(32) {
        top: 4px;
      }
      .back-curved-row-back .seat:nth-child(33) {
        top: 8px;
      }
      .back-curved-row-back .seat:nth-child(34) {
        top: 4px;
      }
      .back-curved-row-back .seat:nth-child(17) {
        top: 60px;
      }
      .back-curved-row-back .seat:nth-child(16) {
        top: 60px;
      }
      .back-curved-row-back .seat:nth-child(15) {
        top: 60px;
      }
      .back-curved-row-back .seat:nth-child(14) {
        top: 52px;
      }
      .back-curved-row-back .seat:nth-child(13) {
        top: 52px;
      }
      .back-curved-row-back .seat:nth-child(12) {
        top: 48px;
      }
      .back-curved-row-back .seat:nth-child(11) {
        top: 44px;
      }
      .back-curved-row-back .seat:nth-child(10) {
        top: 40px;
      }
      .back-curved-row-back .seat:nth-child(9) {
        top: 36px;
      }
      .back-curved-row-back .seat:nth-child(8) {
        top: 28px;
      }
      .back-curved-row-back .seat:nth-child(7) {
        top: 24px;
      }
      .back-curved-row-back .seat:nth-child(6) {
        top: 20px;
      }
      .back-curved-row-back .seat:nth-child(5) {
        top: 16px;
      }
      .back-curved-row-back .seat:nth-child(4) {
        top: 12px;
      }
      .back-curved-row-back .seat:nth-child(3) {
        top: 8px;
      }
      .back-curved-row-back .seat:nth-child(2) {
        top: 4px;
      }
      .back-curved-row-back .seat:nth-child(18) {
        top: 60px;
      }

        .elements[data-element-type=Etendus] .theatre-plan-eight .section-block {
          margin-top: 75px;
        }

        .elements[data-element-type=Etendus] .theatre-plan-eight .seat-halfed .seat-button {
          width: 8.5px;
          min-width: 0;
        }

        .elements[data-element-type=Etendus] .theatre-plan-eight .seat-halfed-vertical{
          height: 8.5px;
          min-height: 0;
        }

        .elements[data-element-type=Etendus] .theatre-plan-eight .seat-divider {
          width: 0;
          height: 8.5px;
          padding: 0px 177px;
        }

        .elements[data-element-type=Etendus] .theatre-plan-eight .section-back-balcony,
        .elements[data-element-type=Etendus] .theatre-plan-eight .section-center-balcony {
          position: relative;
          top: -5px;
        }

        .elements[data-element-type=Etendus] .theatre-plan-eight .section-center-balcony {
          margin-bottom: 40px;
          margin-top: -30px;
        }

      .elements[data-element-type=Etendus] .theatre-plan-eight .section-left-balcony,
      .elements[data-element-type=Etendus] .theatre-plan-eight .section-right-balcony {
        z-index: 10;
        position: relative;
      }

      .elements[data-element-type=Etendus] .theatre-plan-eight .section-left-balcony .theatre-plan-section-title,
      .elements[data-element-type=Etendus] .theatre-plan-eight .section-right-balcony .theatre-plan-section-title {
        position: absolute;
        top: -40px;
      }

        .elements[data-element-type=Etendus] .theatre-plan-eight .section-left-balcony .row-title,
        .elements[data-element-type=Etendus] .theatre-plan-eight .section-right-balcony .row-title {
          margin: 0;
        }

        .elements[data-element-type=Etendus] .theatre-plan-eight .section-left-balcony {
          float: left;
        }
        .elements[data-element-type=Etendus] .theatre-plan-eight .section-right-balcony {
          float: right;
        }

        .elements[data-element-type=Etendus] .theatre-plan-eight .section-single {
          display: inline-block;
        }

        .elements[data-element-type=Etendus] .theatre-plan-eight .section-center-balcony {
          position: relative;
        }

        .elements[data-element-type=Etendus] .theatre-plan-eight .main-section-title {
          position: absolute;
          top: 80px;
          width: 100%;
          text-align: center;
          padding: 0 15px;
          color: #000;
          font-size: 14px;
          text-transform: uppercase;
          font-family: 'HelveticaNeueLTStd-Hv', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
        }

        .elements[data-element-type=Etendus] .theatre-plan-eight .section-center-balcony .theatre-plan-section-title {
          position: absolute;
          left: 0;
          right: 0;
          text-align: center;
        }

    .elements[data-element-type=Etendus] .theatre-plan-eight .first-irregular-row .ecs-price-picker:nth-child(-n+6),
    .elements[data-element-type=Etendus] .theatre-plan-eight .first-irregular-row .ecs-price-picker:nth-child(15),
    .elements[data-element-type=Etendus] .theatre-plan-eight .first-irregular-row .ecs-price-picker:nth-child(16),
    .elements[data-element-type=Etendus] .theatre-plan-eight .first-irregular-row .ecs-price-picker:nth-child(17),
    .elements[data-element-type=Etendus] .theatre-plan-eight .first-irregular-row .ecs-price-picker:nth-child(18),
    .elements[data-element-type=Etendus] .theatre-plan-eight .first-irregular-row .ecs-price-picker:nth-child(19),
    .elements[data-element-type=Etendus] .theatre-plan-eight .first-irregular-row .ecs-price-picker:nth-child(22),
    .elements[data-element-type=Etendus] .theatre-plan-eight .first-irregular-row .ecs-price-picker:nth-child(23),
    .elements[data-element-type=Etendus] .theatre-plan-eight .first-irregular-row .ecs-price-picker:nth-child(24),
    .elements[data-element-type=Etendus] .theatre-plan-eight .first-irregular-row .ecs-price-picker:nth-child(25),
    .elements[data-element-type=Etendus] .theatre-plan-eight .first-irregular-row .ecs-price-picker:nth-child(26) {
      position: relative;
      top: -10px;
    }

    .elements[data-element-type=Etendus] .theatre-plan-eight .active.price-picker-box {
      z-index: 9999;
    }




.element[data-element-type=Lavastus] header, .element[data-element-type=Naitleja] header {
  position: relative;
  border-bottom: 5px solid currentColor;
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 5px;
  padding-right: 5px; }
.element[data-element-type=Lavastus] .main__header, .element[data-element-type=Naitleja] .main__header {
  margin-bottom: 0; }
.element[data-element-type=Lavastus] h1, .element[data-element-type=Naitleja] h1 {
  float: left;
  max-width: 415px;
  line-height: 1.2;
  border-bottom: 0; }
.element[data-element-type=Lavastus] .ico-close, .element[data-element-type=Naitleja] .ico-close {
  top: 0;
  right: 0; }
.element[data-element-type=Lavastus] .side-menu, .element[data-element-type=Naitleja] .side-menu {
  float: right;
  margin-top: 40px;
  margin-bottom: 5px;    /*original style affected*/
  font-size: 0.85em; }
  .element[data-element-type=Lavastus] .side-menu .menu, .element[data-element-type=Naitleja] .side-menu .menu {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
    text-align: right; }
  .element[data-element-type=Lavastus] .side-menu-item:last-of-type, .element[data-element-type=Naitleja] .side-menu-item:last-of-type {
    margin-bottom: 5px; }
  .element[data-element-type=Lavastus] .side-menu .menu-link, .element[data-element-type=Naitleja] .side-menu .menu-link {
    text-transform: uppercase;
    color: black;
    text-decoration: none;
    -webkit-transition: color 0.15s;
    -moz-transition: color 0.15s;
    transition: color 0.15s; }
    .element[data-element-type=Lavastus] .side-menu .menu-link:hover, .element[data-element-type=Naitleja] .side-menu .menu-link:hover {
      color: #fbf523; }
.element[data-element-type=Lavastus] .edy-partial-view, .element[data-element-type=Naitleja] .edy-partial-view {
  margin-top: 0; }
.element[data-element-type=Lavastus] .main__body, .element[data-element-type=Naitleja] .main__body {
  color: black; }
  .element[data-element-type=Lavastus] .main__body a, .element[data-element-type=Naitleja] .main__body a {
    color: black;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: color 0.15s;
    -moz-transition: color 0.15s;
    transition: color 0.15s; }
    .element[data-element-type=Lavastus] .main__body a:hover, .element[data-element-type=Naitleja] .main__body a:hover {
      color: #fbf523; }

.blog-page .main h1 {
  font-size: 2.2em;
  text-transform: uppercase;
  border-bottom: 4px solid currentColor; }
.blog-page .main h2 {
  font-size: 1.8em; }
  .blog-page .main h2 a {
    text-decoration: none;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .blog-page .main h2 a:hover {
      opacity: .85; }
.blog-page .main__body {
  margin-top: 15px; }
.blog-page .main__body article h2 {
  line-height: 1.3;
  margin: 0; }
  .blog-page .main__body article h2 a {
    color: inherit; }
.blog-page .main__body article header > div {
  opacity: .8; }
.blog-page .main__body article header {
  margin-bottom: 15px; }
.blog-page .main__body article + article {
  margin-top: 30px; }

.front-page .body-background-color,
.front-page .main-content-bg-color {
  -webkit-transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  transition: background-color 0.15s;
  z-index: 0; }
.front-page .main {
  margin-bottom: 60px;
  font-size: .85rem; }
.front-page .main__body {
  position: relative;
  z-index: 1; }
.front-page .front-page-block-bubbles {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center; }
  .front-page .front-page-block-bubbles ul {
    height: 30px;
    line-height: 30px;
    list-style: none;
    margin: 0;
    padding: 0; }
  .front-page .front-page-block-bubbles ul li {
    display: inline-block;
    vertical-align: middle; }
    .front-page .front-page-block-bubbles ul li + li {
      margin-left: 5px; }
    .front-page .front-page-block-bubbles ul li .bubble {
      width: 16px;
      height: 16px;
      display: inline-block;
      border-radius: 8px;
      background-color: rgba(128, 128, 128, 0.5);
      position: relative;
      display: inline-block;
      vertical-align: middle; }
      .front-page .front-page-block-bubbles ul li .bubble:hover:after, .front-page .front-page-block-bubbles ul li .bubble.selected:after {
        content: ' ';
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        height: 10px;
        width: 10px;
        background-color: rgba(251, 245, 35, 0.5);
        border-radius: 5px; }

/* Products page */

/*.products-page .main__header.content-formatted {
  margin-bottom: 50px;
}

.products-page .col-sm-12:first-child .home-product-box {
  border-top: 1px solid #111;
}

.products-page .home-product-box {
  display: block;
  padding: 4px 0;
  border-bottom: 1px solid #111;
}*/

/*Checkout*/
.checkout-content .contact-wrap {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 15px;
}
    .checkout-content .errors-wrap p,
    .checkout-content .contact-wrap-filled p {
      margin: 5px 0;
      font-size: 15px;
      font-family: 'latoblack', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    }
    .checkout-content .contact-wrap-filled p {
      margin-left: 8px;
    }
    .checkout-content .contact-wrap-filled label {
      position: relative;
      margin-left: 8px;
    }
    .checkout-content .contact-wrap-filled label:before {
      content:"*";
      position: absolute;
      top: 0;
      left: -8px;
    }
    .checkout-content .contact-wrap-filled label {
      font-size: 12px;
    }
    .checkout-content .contact-wrap .form-group input {
      width: 100%;
      height: 40px;
      margin-bottom: 5px;
      padding: 0 10px;
      line-height: 40px;
      background: #5c5c5c;
      border:none;
      color: #fff;
    }
    .checkout-content .contact-wrap .form-group label {
      display: block;
      margin-bottom: 5px;
    }
    .checkout-buttons-wrap {
      float: right;
    }
      .btn-secondary{
        display: inline-block;
        text-transform: uppercase;
        font-size: 16px;
        font-family: 'HelveticaNeueLTStd-Hv', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
        background: transparent;
        border:none;
        vertical-align: middle;
        cursor: pointer;
      }
      .btn-primary {
        display: inline-block;
        padding: 6px 12px;
        background: #fffa29;
        text-transform: uppercase;
        text-align: center;
        border: none;
        font-family: 'HelveticaNeueLTStd-Hv', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
        font-size: 18px;
        color: #000;
        vertical-align: middle;
        text-decoration: none;
        cursor: pointer;
      }
      .btn-primary span {
        display: block;
        font-size: 21px;
      }
      .btn-primary.btn-checkout{
        font-size: 16px;
        padding: 8px 18px;
      }
      .btn-primary.btn-checkout span {
        font-size: 16px;
      }
      .btn-primary.btn-product{
        font-size: 16px;
        padding: 8px 18px;
      }
      .btn-primary.btn-product span {
        font-size: 16px;
      }
.checkout-content .order-tbl {
  width: 100%;
  margin-bottom: 20px;
}
  .checkout-content .order-tbl .table-doubleborder,
  .product-page .cart-tbl .table-doubleborder {
        padding: 1px 0;
        border-top: 1px solid #737373;
        border-bottom: 1px solid #737373;
  }
  .checkout-content .order-tbl .table-singleborder {
        padding-top: 1px;
        padding-bottom: 0;
        background: #737373;
  }
  .checkout-content .main--right[data-element-type=Etendus] {
    float: right;
    width: 600px;
    max-width:600px;
  }
  @media screen and (max-width: 740px) {
  .checkout-content .elements[data-element-type=Etendus] {
    width: 100vw;
    max-width: 100vw;
    float:none;}}
    .checkout-content .order-tbl .main-info-row {
      border: 1px solid #ddd;
    }
      .checkout-content .order-tbl .main-info-row td {
        padding-top: 15px;
        padding-bottom: 15px;
      }
      .checkout-content .order-tbl .main-info-row .ticket-info a {
        text-decoration: none;
        color: #111;
        font-family: 'latoblack', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
      }
      .checkout-content .order-tbl .main-info-row .ticket-price {
        font-family: 'latoregular', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
        text-align: right;
      }
    .checkout-content .checkout-form-heading-wrapper {
      margin-top: 10px;
      margin-bottom: 10px;
      border-bottom: 1px solid #737373;
    }
      .checkout-content .checkout-form-heading-wrapper .checkout-form-heading,
      .checkout-content .checkout-form-heading-wrapper .checkout-form-info {
        display: inline-block;
        margin-top:0;
        margin-bottom:0;
      }
      .checkout-content .checkout-form-heading-wrapper .checkout-form-info {
        position: relative;
        top:5px;
        float: right;
      }
      @media screen and (max-width: 419px) {
        .checkout-content .checkout-form-heading-wrapper .checkout-form-info {
          display: block;
          margin-bottom: 5px;
          float: none;
        }}
  .checkout-content .order-tbl tfoot td {
    text-align: right;
    font-size: 15px;
    font-family: 'HelveticaNeueLTStd-Hv', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  }
.company-checkbox {
  display: block;
}
  .company-checkbox input {
    vertical-align: middle;
  }
.company-info-form {
  margin-top: 15px;
}

/*Product amount wrap*/

.product-amount-wrap {
  display: inline-block;
}

.cart-tbl .cart-row.has-value .products-product-amount {
  color: #e2dd1f;
}

.product-amount-wrap .products-product-amount {
  display: inline-block;
  height: 32px;
  width: 32px;
  line-height: 32px;
  padding: 0 6px;
  background: #5c5c5c;
  text-align: center;
  border:none;
  color: #b1b1b1;
}

.cart-tbl .cart-row {
  font-size: 14px;
  font-family:'latoblack', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}

.cart-tbl .cart-row .product-price {
  color: #707070;
}

.cart-tbl .cart-row.has-value .product-price {
  color: #111;
}
.total-wrap {
  display: inline-block;
  float: right;
  font-family:'HelveticaNeueLTStd-Hv', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 17px;
  line-height: 32px;
}

@media screen and (max-width: 769px) {
  .total-wrap {
    float: none;
    text-align: right;
  }
}

/*Campaign wrap*/

.cart-bottom-campaign-total-wrap {
  margin-bottom: 25px;
}

.campaign-label {
  display: block;
  margin-bottom: 10px;
  font-family:'latoblack', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 15px;
}

.cart-bottom-campaign-wrap {
  display: inline-block;
  float: left;
}
  .cart-bottom-campaign-wrap .campaign-code-input {
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
    background: #ababab;
    border: none;
    color: #5c5c5c;
  }
  .cart-bottom-campaign-wrap .btn-campaign,
  .btn-mobile-add {
    padding: 0 18px;
    background: #5c5c5c;
    line-height: 32px;
    border: none;
    color: #b1b1b1;
    font-size: 12px;
    text-transform: uppercase;
  }

/*Cart*/
.cart-container {
  display: inline-block;
  float: right;
  width: 440px;
}

.elements[data-element-type=Etendus] .cart-container .product-header h1{
  font-size: 20px;
}

.elements[data-element-type=Etendus] .cart-container .secondary-heading{
  font-size: 18px;
}

@media screen and (max-width: 1150px) {
  .elements[data-element-type=Etendus].element-container-sm .cart-container {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 1180px) {
  .elements[data-element-type=Etendus].element-container-md .cart-container {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 1350px) {
  .elements[data-element-type=Etendus].element-container-lg .cart-container {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 769px) {
  .cart-container {
    width: 100%;
  }
}
.cart-tbl {
  width: 100%;
  margin-bottom: 15px;
  border-collapse:collapse;
}
  .cart-tbl .cart-row {
    border-bottom:1px solid #737373;
  }

  .cart-tbl tr>td {
    text-align: right;
  }
  .cart-tbl tr>td:first-child {
    text-align: left;
  }
  .cart-tbl .cart-row td:last-child {
    width: 130px;
  }
  .cart-tbl tbody td {
    padding: 20px 0;
  }

/*loaders*/
.loading{
  position: relative;
}
.ecs-checkout-form.loading [type="submit"]:after,
.loading:after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  background: url('/images/loader.gif') center center no-repeat;
  z-index: 1;
}

/* loading of theathre plan */
.ecs-theatre-plan.loading{
  width: 100%;
}
.ecs-theatre-plan.loading:after{
  padding-top: 25px;
}

/* submit cart loader */
.ecs-checkout-form.loading:after{
  content: none;
}
.ecs-checkout-form.loading [type="submit"]{
  position: relative;
}



.issuu-lightbox {
  position: fixed;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  background: rgba(255, 255, 255, 0.9);
  display: none; }
  .issuu-lightbox .embed-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .issuu-lightbox .embed-content > div {
      margin: 0 auto;
      width: 100% !important;
      height: 100% !important; }
      .issuu-lightbox .embed-content > div > div > div {
        height: 100% !important; }
      .issuu-lightbox .embed-content > div > div > div + div {
        display: none; }
  .issuu-lightbox .ico-close {
    right: auto;
    top: 15px;
    left: 15px;
    bottom: auto;
    z-index: 100; }
  .issuu-lightbox.visible {
    display: block; }

/* CUSTOM WIDGETS */
.editmode-tools {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 10;
  line-height: 30px;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 0 10px;
  color: white; }
  @media screen and (max-width: 769px) {
    .editmode-tools {
      display: none; } }
  .editmode-tools label {
    font-size: 10px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.75); }
  .editmode-tools .tool {
    display: inline-block;
    margin-right: 10px; }

.menu-position,
.production-status {
  position: absolute;
  top: 10px;
  left: 65px;
  z-index: 10;
  padding: 5px;
  background: rgba(255, 255, 255, 0.75);
  color: white; }
  .menu-position label,
  .production-status label {
    font-size: 10px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.75); }

@media screen and (max-width: 769px) {
  .edy-bgpicker-toggle-button,
  .editmode-tools,
  .menu-position,
  .production-status {
    display: none; } }
/* GENERICS */
@media screen and (max-width: 769px) {
  .hide-on-mobile {
    display: none !important; } }




/*this needs to be sorted*/
.seat{
  position: relative;
}

.price-picker-box {
  display: none;
}

.active.price-picker-box{
  position: absolute;
  background: #fffa29;
  cursor: default;
  font-size: 15px;
  padding: 8px 5px;
}

.dropdown-primary {
  position: absolute;
  background: #393939;
  cursor: default;
  font-size: 15px;
  padding: 8px 5px;
}

.dropdown-primary a{
  color: #fff;
}

.active.price-picker-box {
  top: 100%;
  display: block;
  left: -125px;
  width: 250px;
  direction: ltr;
  z-index: 1;
}

.active.price-picker-box div{
  padding: 10px 20px;
  margin: 0 -5px;
  cursor: pointer;
}

.active.price-picker-box div:focus,
.active.price-picker-box div:hover,
.active.price-picker-box div:active {
  background-color: #F6F4AB;
  opacity: 1;
}

.dropdown-primary a:focus,
.dropdown-primary a:hover,
.dropdown-primary a:active {
  background-color: #515151;
  opacity: 1;
}

.price-label {
  display: inline-block;
  width: 70%;
  vertical-align: middle;
  text-align: left;
  -ms-word-break: break-all;
  word-break: break-all;
  font-family: 'latoregular', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}

.price-picker-price {
  display: inline-block;
  width: 30%;
  margin-left: -5px;
  vertical-align: middle;
  font-family: 'HelveticaNeueLTStd-Bd', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 13px;
  text-align: right;
}

/*Cart Dropdowns*/

.dropdown {
  margin-bottom: 10px;
}

.slider-dropdown {
  display: inline-block;
  position: relative;
}

.btn-dropdown {
  position: relative;
  padding-right: 47px;
  padding-left: 10px;
  background: #fff;
  border: none;
  font-size: 19px;
  line-height: 38px;
  color: #a4a4a4;
}

.btn-dropdown:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  border-style: solid;
  border-width: 8px 8.5px 0 8.5px;
  border-color: #a4a4a4 transparent transparent transparent;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  display: none;
  padding-left: 0;
  list-style-type: none;
  z-index: 99999;
  background: #fff;
}

.dropdown-menu.active {
  display: block;
}

.dropdown-menu li a {
  display: block;
  padding: 8px 10px;
  white-space: nowrap;
  text-decoration:none;
  font-size: 15px;
  color:#111;
}




.dropdown-btn-primary {
  display: inline-block;
  /*margin-bottom: 10px;*/
  /*background-color: rgba(251, 245, 35, 0.9);*/
  /*line-height: 25px;*/
  /*padding: 0 8px;*/
  text-transform: uppercase;
  /*font-size: 15px;*/
}
.dropdown-btn-primary:hover {
  color: #fbf523;
}

.tickets-btn{
 font-size: .8rem;
}

.dropdown-primary {
  right: 0;
  top: 100%;
  margin: 3px 0 0;
  width: 300px;
  min-width: 100%;
  list-style-type: none;
  font-family:'latoblack', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  text-align: right;
}

.dropdown-primary a {
  display: block;
  margin: 0 -5px;
  padding: 8px 10px;
}


/*Login lightbox*/

.login-lightbox-placement {
  display: none;
}

.lightbox-gray {
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:gray;
  opacity:0.7;
  z-index: 51;
}

.login-lightbox-placement.active {
  display: block;
}

.lightbox {
  position: absolute;
  top: 100px;
  right: 100px;
  margin: auto;
  padding: 30px 20px 30px 20px;
  z-index: 52;
  width: 700px;
  background: #E2DD1F;
}

@media screen and (max-width: 1020px) {
  .lightbox {
    right: 0;
    }
  }
@media screen and (max-width: 769px) {
  .lightbox {
    top: 0;
    width: 100%;
  }
}


/*.lightbox.register-lightbox {
  height: 400px;
}*/

.lightbox {
  text-align: center;
}

.main header.lightbox-header {
  border-bottom: none;
}

.main .lightbox-header h1 {
  float: none;
  max-width: 100%;
  margin: 0 0 10px 0;
  padding: 0;
  text-transform: none;
  font-family: 'latoblack', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 21px;
  border-bottom: none;
}

.lightbox-header h1 {
  float: none;
  max-width: 100%;
  margin: 0 0 10px 0;
  padding: 0;
  text-transform: none;
  font-family: 'latoblack', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 21px;
  border-bottom: none;
}

.lightbox.login-lightbox-screen .lightbox-header h1 {
  font-size: 25px;
  margin-bottom: 30px;
}

.lightbox span {
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
}

.lightbox span a {
  text-decoration: none;
  border-bottom: 1px solid #111;
  color: #111;
}

.login-form label,
.login-form input {
  display: block;
}

.login-form label {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
}

.login-form input {
  margin: auto;
  text-align: center;
}

.login-form input,
.register-form input,
.new-password-form input {
  margin-bottom: 10px;
  padding: 0 10px;
  height: 34px;
  line-height: 34px;
  background: #fff;
  border: none;
  width: 100%;
  color: #111;
}

.register-form select{
  margin-bottom: 10px;
}

@media screen and (max-width: 769px) {
  .lightbox {
    top: 0;
  }
}

.register-form input:-webkit-input-placeholder,
.register-form input::-moz-placeholder,
.register-form input::-ms-input-placeholder {
  color: #ababab;
}

.register-form label {
  margin-right: 5px;
  line-height: 32px;
}

.lightbox .lightbox-buttons-wrap {
  display: block;
  margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
  .lightbox .lightbox-buttons-wrap .btn-main {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}

.lightbox .btn-main {
  display: inline-block;
  padding: 10px 30px;
  background: #111;
  color: #E2DD1F;
  font-size: 12px;
  border: none;
  vertical-align: middle;
  font-family: 'HelveticaNeueLTStd-Hv', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  text-transform: uppercase;
  cursor: pointer;
}

.lightbox.login-lightbox-screen .btn-main,
.lightbox.login-lightbox-screen .btn-secondary {
  font-size: 16px;
}

.lightbox .btn-secondary {
  font-size: 12px;
  cursor: pointer;
}

.form-single-group-block {
  position: relative;
}

.form-single-group-block label,
.form-single-group-inline label:first-child {
  width:25%;
  clear: right;
}

.form-single-group-half{
  position: relative;
  width: 50%;
  float: left;
}


@media (max-width: 769px) {
  .form-single-group-half {
    display: block;
    width: 100%;
  }
}

.form-single-group-block .form-single-group-half label,
.form-single-group-inline .form-single-group-half label:first-child {
  width: 50%;
  float: left;
}

.form-single-group-block.form-single-group-block-full-row{
  display: block;
}

.form-single-group-block.form-single-group-block-full-row label{
  position: relative;
  width: auto;
  padding-left: 25px;
  text-align: left;
}

@media screen and (max-width: 769px) {
  .form-single-group-block label,
  .form-single-group-inline label,
  .form-single-group-inline label:first-child,
  .form-single-group-inline .inline-input-wrap,
  .form-single-group-block input,
  .form-single-group-inline .inline-input-wrap-md {
    width: 100%!important;
  }
  .form-single-group-inline .inline-input-wrap input,
  .form-single-group-block input,
  .form-single-group-inline .inline-input-wrap-md input,
  .form-single-group-inline .inline-input-wrap,
  .form-single-group-inline label,
  .form-single-group-block label {
    display: block;
    text-align: center!important;
    line-height: 38px!important;
    font-size: 18px!important;
  }
}

.form-single-group-inline label {
  width: 20%;
}

.form-single-group-inline label,
.form-single-group-block label {
  display:inline-block;
  float:left;
  text-align:right;
}

.form-single-group-block input {
  display: inline-block;
  float: right;
  width: 74%;
}

.form-single-group-block .form-single-group-half input {
  float: right;
  width: 50%;
}

.form-single-group-block.form-single-group-block-full-row input[type="checkbox"] {
  text-align: left;
  position: absolute;
  left: 0;
  top: 50%;
  width: 13px!important;
  margin-top: -17px;
}

.form-single-group-inline .inline-input-wrap select {
  height: 32px;
  border: none;
}

.inline-input-year{

}
.inline-input-year input{
  float: left;
  width: 30%;
  margin-left: 3%;
}
.form-single-group-inline .inline-input-wrap,
.form-single-group-inline .inline-input-wrap-md {
  display:inline-block;
  width: 48%;
  float: left;
}


.form-single-group-error{
  position: relative;
  top: -4px;
  z-index: -1;
}

.form-single-group-error p{
  margin:0 0 5px 0;
  font-size: 13px;
  color: #B7305C;
  font-family: 'latoblack', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}

.new-password-form .form-single-group-inline {
  display: block;
  margin-bottom: 20px;
}

.new-password-form .btn-primary {
  float: right;
}



/* tegin ka css-i*/
.variations-container{
  margin-bottom: 10px;
}

.ecs-prices-mob {
  position: fixed;
  width: 85%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 1;
  background-color: #fffa29;
  cursor: default;
  font-size: 15px;
  padding: 8px 5px;
}
@media (max-width: 769px) {
  .ecs-prices-mob.active {
    display: block;
  }
}

.ecs-price-type-btn-mob{
  padding: 10px 20px;
  margin: 0 -5px;
  cursor: pointer;
}
.ecs-price-type-btn-mob:hover{
  background-color: #F6F4AB;
}

.mob-variations-container{
  display: table;
  width: 50%;
  float: left;
}

.mob-variations-container:first-child{
  width: 100%;
}

.mob-variations-label{
  display: table-cell;
  padding-right: 5px;
}

.mob-variations-dropdown{
  display: table-cell;
  width: 100%;
  padding: 0 5px;
}

.mob-variations-dropdown .btn-dropdown{
  width: 100%;
}

.mob-variations-errors{
  display: block;
}

.mob-variations-btn{
  display: block;
}

.front-page-splash {
  position: fixed;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
}

.front-page-splash .splash-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  height: 75%;
  width: auto;
}

.elements[data-element-type=Etendus] .theatre-plan-eight .first-right-irregular-row.first-irregular-row .ecs-price-picker  {
  top: 0;
}

.elements[data-element-type=Etendus] .theatre-plan-eight .first-right-irregular-row.first-irregular-row .ecs-price-picker.irregular-seat  {
  top: 5px;
}

.elements[data-element-type=Etendus] .theatre-plan-eight .first-right-irregular-row.first-irregular-row .ecs-price-picker.seat-post-top-irregular {
  top: 5px;
}


/* product add amount */
.product-amount-remove,
.product-amount-add{
  display: inline-block;
  padding: 0 5px 4px;
  font-size: 20px;
  vertical-align: middle;
  font-family: 'HelveticaNeueLTStd-Bd', 'Helvetica', 'Arial', sans-serif;
  cursor: pointer;
}

/* seats available if no plan */
.no-plan-container {
  width: 570px;
  height: 300px;
  display: inline-block;
}

.regular-product .theatre-plan-container{
  display: inline-block;
}

@media screen and (max-width: 1340px) {
  .no-plan-container {
    height: 100px;
  }
}

@media screen and (max-width: 769px) {
  .regular-product .theatre-plan-container{
    display: block;
  }
  .no-plan-container {
    display: block;
    height: 100px;
  }
}


.no-plan-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  width: 1px;
  vertical-align: middle;
  margin-left: -1px; /* Adjusts for spacing */
}

@media screen and (max-width: 1150px) {
  .no-plan-container {
    width: 100%;
  }
}

.seats-available{
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 32px;
  font-family: 'HelveticaNeueLTStd-Bd', 'Helvetica', 'Arial', sans-serif;
}


/* non matrix product styles */

.regular-product .theatre-plan-title,
.regular-product .variations-container,
.regular-product .ecs-prices-mob{
  display: none!important;
}
