@charset "UTF-8";
@-moz-keyframes spinning {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes spinning {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
@keyframes spinning {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@-webkit-keyframes turning {
  0% {
    -webkit-transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(180deg); }
  50% {
    -webkit-transform: rotate(180deg); }
  75% {
    -webkit-transform: rotate(359deg); }
  100% {
    -webkit-transform: rotate(359deg); } }
@keyframes turning {
  0% {
    transform: rotate(0deg); }
  25% {
    transform: rotate(180deg); }
  50% {
    transform: rotate(180deg); }
  75% {
    transform: rotate(359deg); }
  100% {
    transform: rotate(359deg); } }
.head-detail h1, .navbar-inverse .navbar-right, .panorama-holder figcaption div.container > div, .big-tickets .nav-tabs li a, form.fullticketform div.button.details h2, form.fullticketform section a.desc, form.fullticketform section h3, form.fullticketform section .ui-datepicker.ui-widget .ui-datepicker-header, form.fullticketform section h3 .ui-datepicker-title, form.fullticketform section .ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-title, .intro h2, section.newslist h2, .tiles h2, .mainlist.grid-view h2, .tiles .tile figure em.btn-info, .mainlist.grid-view .tile figure em.btn-info, .infobottom .social .temperatures a, .infobottom .social h3:first-of-type, .infobottom .social form input, .products-list h1 span, .breakcrumb-sc .breadcrumb, .page-navigation-cn .page-navigation li a, .payment-step h1, .payment-step ul li span, .payment-step ul li a {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic; }

@font-face {
  font-family: 'socicon';
  src: url("../fonts/socicon/socicon.eot");
  src: url("../fonts/socicon/socicon.eot?#iefix") format("embedded-opentype"), url("../fonts/socicon/socicon.woff") format("woff"), url("../fonts/socicon/socicon.woff2") format("woff2"), url("../fonts/socicon/socicon.ttf") format("truetype"), url("../fonts/socicon/socicon.svg#sociconregular") format("svg");
  font-weight: normal;
  font-style: normal;
  text-transform: initial; }
.socicon {
  font-family: 'socicon';
  font-style: normal; }

@media (max-width: 479px) {
  [class*="col-"] {
    width: 100%; } }
.visible-xxs-inline {
  display: none;
  visibility: hidden; }
  @media (max-width: 479px) {
    .visible-xxs-inline {
      display: inline;
      visibility: visible; } }

.visible-touch-inline {
  display: none !important;
  visibility: hidden; }

body.touch .visible-touch-inline {
  display: inline !important;
  visibility: visible; }

.visible-xxs-block {
  display: none;
  visibility: hidden; }
  @media (max-width: 479px) {
    .visible-xxs-block {
      display: block;
      visibility: visible; } }

.visible-touch-block {
  display: none !important;
  visibility: hidden; }

body.touch .visible-touch-block {
  display: block !important;
  visibility: visible; }

.visible-xxs-inline-block {
  display: none;
  visibility: hidden; }
  @media (max-width: 479px) {
    .visible-xxs-inline-block {
      display: inline-block;
      visibility: visible; } }

.visible-touch-inline-block {
  display: none !important;
  visibility: hidden; }

body.touch .visible-touch-inline-block {
  display: inline-block !important;
  visibility: visible; }

@media (max-width: 479px) {
  .hidden-xxs {
    display: none !important; } }
img {
  max-width: 100%; }

#all {
  margin: 0 auto;
  height: auto;
  min-height: 100%;
  position: relative; }

#page {
  position: relative;
  z-index: 1;
  margin: 0 auto; }
  @media (max-width: 991px) {
    #page {
      padding: 0 15px; } }

header {
  position: relative;
  z-index: 2; }

body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  /*overflow-x: hidden;*/ }
  @media (max-width: 991px) {
    body, html {
      background: white; } }


.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.noselect:focus {
	outline: 0;
}

ol {
	padding-left: 15px;
}

h5 {
  color: #11619c;
  font-size: 1em;
  margin: 0;
  font-weight: bolder;
  padding-top: 1.1em;
  padding-bottom: 1.1em; }

.small {
	font-size: 0.75rem;
}

section.image {
  display: none; }
  @media (min-width: 992px) {
    section.image {
      display: block;
      background-color: #555555;
      background-size: cover;
      height: 245px; } }

#page > section > section {
  padding: 10px 50px;
  background: white; }
  @media (max-width: 767px) {
    #page > section > section {
      padding: 10px 0; } }
  #page > section > section.row {
    margin-left: 0;
    margin-right: 0; }

form .honey, form .cake {
  display: none !important; }

.form-control-feedback {
  top: -5px;
  right: 15px; }

@media (min-width: 768px) {
  .dropdown.hover:hover a.dropdown-toggle {
    color: white;
    background: #11619c; }
  .dropdown.hover:hover .dropdown-menu {
    display: block; } }
.well > h1:first-child, .well > h2:first-child, .well > h3:first-child, .well > h4:first-child, .well > h5:first-child, .well > h6:first-child {
  margin-top: 0; }

.form-horizontal .help-block {
  clear: both; }

.btn:focus {
  outline: none !important;
  box-shadow: none !important; }

figure.fixfigure {
  display: table; }
  figure.fixfigure figcaption {
    display: table-caption;
    caption-side: bottom; }

@media (max-width: 767px) {
  .table-overflow-xs {
    overflow: auto; } }
.old-price {
  text-decoration: line-through; }

.minirow {
  margin-left: -2px;
  margin-right: -2px; }
  .minirow > *[class*="col-"] {
    padding-left: 2px;
    padding-right: 2px; }

.ui-datepicker.ui-widget {
  position: relative;
  background: #fff;
  border: 1px solid #dedede;
  padding: 0 0 10px 0;
  max-width: 340px;
  width: 100%;
  overflow-x: auto;
  -webkit-border-radius: 0;
  border-radius: 0; }
  .ui-datepicker.ui-widget.loading::before {
    position: absolute;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    content: "⌛";
    color: #777777;
    transform-origin: center center;
    -webkit-animation: turning 3s infinite ease-in-out;
    animation: turning 3s infinite ease-in-out;
    top: 45%;
    left: 45%;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    font-size: 40px;
    width: 40px;
    height: 42px;
    line-height: 40px;
    overflow: hidden; }
  .ui-datepicker.ui-widget.loading::after {
    text-align: center;
    content: attr(data-loading);
    font-size: 20px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 50% 0;
    background: rgba(255, 255, 255, 0.7); }
  .ui-datepicker.ui-widget .ui-datepicker-header {
    background: none transparent;
    border: 0;
    padding: 0;
    border-bottom: 1px solid #dedede;
    position: relative;
    -webkit-border-radius: 0;
    border-radius: 0; }
    .ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-next {
      position: absolute;
      width: 45px;
      height: 100%;
      display: block;
      top: 0;
      cursor: pointer;
      border: none;
      font-weight: normal; }
      .ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-prev:hover, .ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-next:hover {
        background: none;
        color: #11619c; }
      .ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-prev::after, .ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-next::after {
        display: inline-block;
        width: 100%;
        height: 100%;
        text-align: center;
        font-size: 2em; }
      .ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-prev span, .ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-next span {
        display: none; }
    .ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-prev::after {
      content: "\2190"; }
    .ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-next::after {
      content: "\2192"; }
    .ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-title {
      color: #333333;
      font-weight: 600;
      font-size: 18px;
      line-height: 48px;
      margin: 0 45px; }
  .ui-datepicker.ui-widget .ui-datepicker-calendar {
    margin: 0; }
    .ui-datepicker.ui-widget .ui-datepicker-calendar th {
      font-weight: 600;
      font-size: 14px;
      padding: 20px 3px 15px 3px; }
    .ui-datepicker.ui-widget .ui-datepicker-calendar td {
      text-align: center; }
      .ui-datepicker.ui-widget .ui-datepicker-calendar td a, .ui-datepicker.ui-widget .ui-datepicker-calendar td span {
        margin: 5px 0;
        display: inline-block;
        border: 1px solid #777777;
        width: 37px;
        height: 37px;
        line-height: 37px;
        padding: 0;
        text-align: center;
        color: black;
        font-size: 14px;
        font-weight: 300;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: none; }
        .ui-datepicker.ui-widget .ui-datepicker-calendar td a:hover, .ui-datepicker.ui-widget .ui-datepicker-calendar td span:hover {
          border-color: black; }
      .ui-datepicker.ui-widget .ui-datepicker-calendar td.ui-datepicker-today a, .ui-datepicker.ui-widget .ui-datepicker-calendar td.ui-datepicker-today span {
        background: #8ab93f;
        border-width: 0;
        color: white; }
      .ui-datepicker.ui-widget .ui-datepicker-calendar td.ui-datepicker-current-day a, .ui-datepicker.ui-widget .ui-datepicker-calendar td.ui-datepicker-current-day span {
        background: #11619c;
        border-width: 0;
        color: white; }
      .ui-datepicker.ui-widget .ui-datepicker-calendar td.ui-datepicker-other-month a, .ui-datepicker.ui-widget .ui-datepicker-calendar td.ui-datepicker-other-month span {
        border-width: 0;
        color: #999999; }
      .ui-datepicker.ui-widget .ui-datepicker-calendar td.ui-state-disabled a, .ui-datepicker.ui-widget .ui-datepicker-calendar td.ui-state-disabled span {
        border-color: #f0ad4e;
        color: #f0ad4e; }
      .ui-datepicker.ui-widget .ui-datepicker-calendar td.ui-datepicker-unselectable a, .ui-datepicker.ui-widget .ui-datepicker-calendar td.ui-datepicker-unselectable span {
        border-color: #d9534f;
        color: #d9534f; }

.dropdown-menu.with-inputs li {
  padding: 2px 4px; }
  .dropdown-menu.with-inputs li label {
    display: block;
    width: 155px;
    overflow: visible;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    color: #11619c; }
    .dropdown-menu.with-inputs li label > * {
      display: inline-block; }
    .dropdown-menu.with-inputs li label span {
      width: 110px; }
    .dropdown-menu.with-inputs li label input {
      box-shadow: none;
      background: white;
      border: none;
      width: 40px;
      height: 22px;
      margin: 1px 0;
      text-align: center; }
  .dropdown-menu.with-inputs li:hover {
    background: #11619c; }
    .dropdown-menu.with-inputs li:hover label span {
      color: white; }

.head-detail {
  background: white;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: dotted #555555 1px; }
  @media (min-width: 768px) {
    .head-detail {
      display: table;
      min-height: 110px;
      width: 100%; }
      .head-detail.action > * {
        display: table-cell;
        float: none;
        vertical-align: middle;
        height: 100%;
        margin: 0; } }
  .head-detail h1 {
    font-size: 18px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .head-detail h1 {
        font-size: 23px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .head-detail h1 {
        font-size: 28px; } }
    @media (min-width: 1200px) {
      .head-detail h1 {
        font-size: 35px; } }

.select {
  position: relative; }
  .select span.labeling {
    /*display: block;
    padding-right: 20px;*/
    cursor: pointer;
    /*text-overflow: ellipsis;
    white-space: nowrap;*/
    overflow: hidden; }
  .select select {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    top: 0;
    opacity: 0; }

.hr {
  width: 30px;
  margin: 0;
  height: 4px;
  background-color: #222222; }

dl.pricelist {
  width: 100%;
  overflow: auto; }
  dl.pricelist dt, dl.pricelist dd {
    line-height: 1.4em; }
  dl.pricelist dt {
    float: left;
    font-weight: normal;
    width: 50%;
    overflow: hidden;
    white-space: nowrap; }
    dl.pricelist dt::after {
      content: " .................................................................................."; }
    dl.pricelist dt.meta::after {
      content: ''; }
  dl.pricelist dd {
    float: left;
    width: 50%;
    overflow: hidden; }
    dl.pricelist dd span {
      float: right; }
  dl.pricelist strong {
    font-weight: bolder;
    color: #11619c; }
  dl.pricelist.strong {
    font-size: 16px; }

@media (min-width: 768px) {
  header .navbar .container {
    padding-left: 0;
    padding-right: 0; } }

.navbar-inverse {
  color: white;
  z-index: 2;
  min-height: 33px;
  border: none; }
  .navbar-inverse .navbar-nav > li > a {
    padding: 6px 0; }
    .navbar-inverse .navbar-nav > li > a img {
      max-height: 19px; }
  .navbar-inverse .navbar-left {
    font-size: 12px; }
  /*@media (min-width: 480px) {
      .navbar-inverse .navbar-left {
        float: left; } }
  @media (min-width: 480px) {
    .navbar-inverse .navbar-right {
      float: right; } }*/
  .navbar-inverse .navbar-right{
    float: right;
  }
  .navbar-inverse .navbar-left{
    float: left;
  }
  .navbar-inverse .navbar-left, .navbar-inverse .navbar-right, .navbar-inverse .navbar-form.navbar-right {
    margin: 0;
    padding-left: 0;
    padding-right: 0; }
  .navbar-inverse .navbar-form.navbar-right {
    margin-top: 0;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .navbar-inverse .navbar-form.navbar-right {
        padding: 0 15px; } }
    .navbar-inverse .navbar-form.navbar-right .input-group > * {
      height: 33px;
      border: none;
      margin-top: 0;
      margin-bottom: 0;
      box-shadow: none !important; }
    .navbar-inverse .navbar-form.navbar-right .input-group-addon {
      background: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-cart {
      display: block;
      width: 100%; } }
  .navbar-inverse #loginform {
    margin-top: 15px;
    margin-bottom: 15px; }

#minicart.dropdown {
  display: inline-block;
  position: relative; }
  @media (max-width: 767px) {
    #minicart.dropdown {
      display: block;
      width: 100%; } }
  #minicart.dropdown a.btn {
    margin-left: 0;
    margin-right: 0; }
  #minicart.dropdown > a.btn.dropdown-toggle {
    padding: 0 10px; }
  @media (max-width: 767px) {
    #minicart.dropdown > a.btn {
      padding: 15px 5px 0 !important; } }
  #minicart.dropdown .dropdown-menu {
    padding: 15px;
    top: 95%;
    min-width: 100%; }
    @media (max-width: 767px) {
      #minicart.dropdown .dropdown-menu {
        position: relative;
        box-shadow: none; } }
    @media (min-width: 768px) {
      #minicart.dropdown .dropdown-menu {
        width: 358px;
        padding: 29px 25px; } }
    #minicart.dropdown .dropdown-menu h6 {
      font-size: 13px;
      margin: -5px 0 20px 0;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      font-weight: 300; }
    @media (max-width: 767px) {
      #minicart.dropdown .dropdown-menu .cartitem {
        float: left;
        width: 100%; } }
  @media (max-width: 767px) and (min-width: 480px) {
    #minicart.dropdown .dropdown-menu .cartitem {
      width: 50%; } }

    #minicart.dropdown .dropdown-menu .cartitem a:first-child {
      color: black;
      text-decoration: none; }
      #minicart.dropdown .dropdown-menu .cartitem a:first-child img {
        margin-bottom: 26px; }
        @media (max-width: 479px) {
          #minicart.dropdown .dropdown-menu .cartitem a:first-child img {
            width: 100px; } }
      @media (max-width: 479px) {
        #minicart.dropdown .dropdown-menu .cartitem a:first-child > div {
          width: auto;
          float: left; } }
      #minicart.dropdown .dropdown-menu .cartitem a:first-child h4 {
        font-size: 12px; }
    @media (max-width: 767px) {
      #minicart.dropdown .dropdown-menu .cartitem {
        color: white; }
        #minicart.dropdown .dropdown-menu .cartitem a {
          color: white !important; } }

.navbar-default {
  z-index: 1; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .navbar-default {
      min-height: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .navbar-default {
      border-bottom: dotted #555555 1px; } }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav > li {
      padding-left: 15px; } }
  .navbar-default .navbar-nav > li.home-link {
    display: none; }
  .navbar-default .navbar-nav > li > a {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -.05em; }
    @media (min-width: 768px) {
      .navbar-default .navbar-nav > li > a {
        padding-bottom: 29.33333px; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .navbar-default .navbar-nav > li {
      max-width: 14.28571%;
      text-align: center; }
      .navbar-default .navbar-nav > li.home-link {
        display: inline-block; }
      .navbar-default .navbar-nav > li > a {
        padding: 15px 8px; } }
  .navbar-default .navbar-brand {
    padding-top: 5px;
    padding-bottom: 0;
    margin-left: 0; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .navbar-default .navbar-brand {
        display: none; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .navbar-default .navbar-right {
      float: left !important; } }

footer {
  background: white; }
  footer .black {
    background: #143339;
    color: white; }
    @media (min-width: 992px) {
      footer .black .container {
        background-size: contain; } }
    footer .black nav {
      padding: 30px 0; }
      footer .black nav strong {
        display: block;
        text-transform: uppercase; }
      footer .black nav a {
        display: block;
        line-height: 18px;
        padding: 8px 0 4px;
        color: white; }
  footer .logos {
    background: white;
    padding-top: 15px;
    padding-bottom: 15px; }
    footer .logos img {
      /*-webkit-filter: grayscale(1);
      -webkit-filter: grayscale(100%);
      filter: gray;
      filter: grayscale(100%);*/
      margin-right: 10px; }
  footer .copyright {
    padding-top: 15px;
    padding-bottom: 15px; }
    @media (min-width: 768px) {
      footer .copyright .row > *:last-child {
        text-align: right; } }

.big-panorama {
  height: 600px;
  position: relative;
  overflow: hidden;
  margin-bottom: 4px; }
  @media (max-width: 1199px) {
    .big-panorama {
      height: auto;
      padding-bottom: 50%; } }
  .big-panorama .pages {
    display: block;
    position: absolute;
    bottom: 5%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 3; }
    .big-panorama .pages span {
      cursor: pointer;
      width: 20px;
      height: 20px;
      margin: 0 3px;
      background: white;
      transition: background .2s; }
      .big-panorama .pages span.active, .big-panorama .pages span:hover {
        background: #11619c; }
  .big-panorama .logos {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
    .big-panorama .logos .container {
      max-height: 100%;
      padding: 0; }
      .big-panorama .logos .container div {
        width: 25%;
        height: 600px;
        float: right;
        background: black;
        background: rgba(0, 0, 0, 0.68);
        text-align: center; }
        @media (max-width: 1199px) {
          .big-panorama .logos .container div {
            height: auto;
            padding-bottom: 50%; } }
      .big-panorama .logos .container img {
        max-width: 100%; }

.panorama-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .01;
  z-index: 0; }
  .panorama-holder.active {
    z-index: 1;
    opacity: 1; }
  @media (max-width: 767px) {
    .panorama-holder {
      text-align: center; } }
  .panorama-holder > img {
    max-height: 100%;
    display: none; }
    @media (max-width: 767px) {
      .panorama-holder > img {
        display: inline; }
        .panorama-holder > img.image-panorama-is2 {
          display: none; } }
  .panorama-holder figcaption {
    position: absolute;
    left: 0;
    bottom: 15%;
    width: 100%; }
    .panorama-holder figcaption div.container {
      padding: 0; }
      .panorama-holder figcaption div.container > div {
        display: inline-block;
        max-width: 75%;
        padding: 0 15px;
        background: white;
        background: rgba(255, 255, 255, 0.7);
        font-size: 18px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .panorama-holder figcaption div.container > div {
            font-size: 23px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .panorama-holder figcaption div.container > div {
            font-size: 28px; } }
        @media (min-width: 1200px) {
          .panorama-holder figcaption div.container > div {
            font-size: 35px; } }
  @media (max-width: 767px) {
    .panorama-holder .image-panorama-is2 {
      display: none; } }

.logos-mobile {
  background: black;
  background: rgba(0, 0, 0, 0.68);
  margin-bottom: 5px; }

.big-tickets {
  background: #f1f1f1; }
  .big-tickets .nav-tabs {
    background: #b5dbf7;
    margin-bottom: 20px; }
    .big-tickets .nav-tabs li {
      padding: 0; }
      .big-tickets .nav-tabs li a {
        position: relative;
        border: solid white;
        border-width: 0 1px 0 0 !important;
        margin: 0;
        padding: 29px 16px;
        background: none;
        color: #11619c;
        font-size: 24px;
        line-height: 24px;
        text-transform: lowercase; }
      .big-tickets .nav-tabs li.active a, .big-tickets .nav-tabs li:hover a {
        background: #11619c;
        color: white; }
        .big-tickets .nav-tabs li.active a::after, .big-tickets .nav-tabs li:hover a::after {
          content: "";
          display: inline-block;
          position: absolute;
          bottom: -11px;
          left: 50%;
          transform: translateX(-11px);
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 11px 12px 0 12px;
          border-color: #11619c transparent transparent transparent; }
      .big-tickets .nav-tabs li.intro-show-section.intro-show-section-box-active a {
        padding: 26px 16px; }
      .big-tickets .nav-tabs li.intro-show-section.intro-show-section-box-active span {
        display: none; }
      .big-tickets .nav-tabs li.intro-show-section.intro-show-section-box-active img {
        height: 30px; }
      .big-tickets .nav-tabs li.intro-show-section.active a::after, .big-tickets .nav-tabs li.intro-show-section:hover a::after {
        border: 0; }

body:not(:-moz-handler-blocked) fieldset {
  display: table-cell; }

@media (min-width: 992px) {
  form.fullticketform > div.top {
    display: table;
    position: relative;
    float: none;
    min-width: 100%;
    width: calc(100% + 16px);
    border-collapse: separate;
    border-spacing: 8px;
    margin: -8px -8px 0; } }
@media (min-width: 992px) {
  form.fullticketform > div.top > div {
    display: table-row; } }
form.fullticketform > div.top > div > section {
  position: relative;
  background: white; }
  @media (min-width: 992px) {
    form.fullticketform > div.top > div > section {
      display: table-cell;
      vertical-align: top;
      float: none;
      border-collapse: collapse;
      border-spacing: 0; } }
  @media (min-width: 480px) and (max-width: 991px) {
    form.fullticketform > div.top > div > section {
      display: inline-block;
      width: 48%;
      margin: 1%;
      float: left; }
      form.fullticketform > div.top > div > section.date {
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 480px) and (max-width: 991px) and (max-width: 767px) {
      form.fullticketform > div.top > div > section.date {
        width: 98%; } }
  @media (min-width: 480px) and (max-width: 991px) {
      form.fullticketform > div.top > div > section:nth-child(odd) {
        clear: left; }
      form.fullticketform > div.top > div > section:last-child {
        clear: none; } }
@media (min-width: 992px) {
  form.fullticketform > div.top > div.button {
    display: table-caption;
    caption-side: bottom; } }
@media (max-width: 991px) {
  form.fullticketform > div.top > div.button {
    display: block;
    clear: left; } }
form.fullticketform div.button {
  background: #b5dbf7;
  text-align: center;
  padding: 0 0 14px;
  margin: 0 8px; }
  form.fullticketform div.button button {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 25px;
    padding: 9px 125px; }
  form.fullticketform div.button strong {
    display: inline-block;
    padding-top: 14px; }
  form.fullticketform div.button.details {
    text-align: left;
    padding-bottom: 0; }
    form.fullticketform div.button.details h2 {
      margin: 12px;
      color: #11619c;
      font-size: 24px; }
    form.fullticketform div.button.details ul {
      display: block;
      overflow: auto;
      padding: 0;
      margin: 10px 0 0;
      list-style: none; }
      @media (min-width: 992px) {
        form.fullticketform div.button.details ul {
          overflow: visible;
          margin-top: 65px;
          padding: 0 12px;
          background: #8ab93f; } }
      form.fullticketform div.button.details ul li {
        display: inline-block;
        position: relative;
        margin: 0;
        padding: 0 10px 10px;
        line-height: 30px;
        font-size: 16px; }
        @media (min-width: 992px) {
          form.fullticketform div.button.details ul li {
            margin: -30px 0 5px 40px;
            padding: 0; } }
        form.fullticketform div.button.details ul li img {
          position: absolute;
          left: -50px;
          bottom: 5px;
          max-height: 95px; }
          @media (max-width: 991px) {
            form.fullticketform div.button.details ul li img {
              display: none; } }
        form.fullticketform div.button.details ul li strong, form.fullticketform div.button.details ul li span {
          display: block;
          padding: 0; }
        form.fullticketform div.button.details ul li strong {
          font-weight: 400; }
          form.fullticketform div.button.details ul li strong em {
            font-style: normal;
            font-size: .9em; }
        @media (min-width: 992px) {
          form.fullticketform div.button.details ul li span {
            color: white; } }
        form.fullticketform div.button.details ul li:last-child {
          margin-left: 0;
          font-size: 20px; }
          @media (min-width: 768px) {
            form.fullticketform div.button.details ul li:last-child {
              float: right;
              text-align: right; } }
          @media (max-width: 767px) {
            form.fullticketform div.button.details ul li:last-child {
              display: block;
              background: #8ab93f;
              color: white; }
              form.fullticketform div.button.details ul li:last-child strong, form.fullticketform div.button.details ul li:last-child span {
                display: inline; } }
          form.fullticketform div.button.details ul li:last-child span {
            font-style: italic; }
form.fullticketform section {
  padding: 10px 12px; }
  form.fullticketform section:first-child {
    padding-bottom: 180px; }
  form.fullticketform section .control-label {
    text-align: left; }
    form.fullticketform section .control-label:first-child {
      padding-right: 0; }
  form.fullticketform section a.desc {
    position: absolute;
    bottom: 3%;
    left: 5%;
    width: 90%;
    display: none;
    color: #11619c;
    text-decoration: none;
    font-size: 18px; }
    form.fullticketform section a.desc.active {
      display: block; }
  form.fullticketform section .radio input, form.fullticketform section .checkbox input {
    margin-right: 3px;
    vertical-align: text-bottom;
    width: 20px;
    height: 20px;
    position: relative; }
    form.fullticketform section .radio input::after, form.fullticketform section .checkbox input::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 20px;
      height: 20px;
      border: solid #9a9a9a 1px;
      background: white;
      cursor: pointer;
      transition: all .2s; }
  form.fullticketform section .radio input::after {
    border-radius: 50%; }
  form.fullticketform section .radio input:checked::after {
    background: #11619c;
    border-color: #11619c; }
  form.fullticketform section .radio.separate {
    margin: 2px 0;
    padding: 7px 10px;
    background: red;
  }
    form.fullticketform section .radio.separate.vacant {
      background: #8ab93f;
      color: white;
	display: block;
    }
    form.fullticketform section .radio.separate label {
      font-size: 18px;
      font-weight: 600; }
  form.fullticketform section .input-group.spinner .input-group-addon {
    font-size: 2em;
    padding: 0;
    width: 38px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    background: white;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    form.fullticketform section .input-group.spinner .input-group-addon:hover {
      background: #ebebeb; }
    form.fullticketform section .input-group.spinner .input-group-addon:first-child {
      border-radius: 4px 0 0 4px; }
    form.fullticketform section .input-group.spinner .input-group-addon:last-child {
      border-radius: 0 4px 4px 0; }
  form.fullticketform section .input-group.spinner input {
    text-align: center;
    width: 45px;
    padding-left: 1px;
    padding-right: 1px; }
  form.fullticketform section .input-group.spinner input[type="number"]::-webkit-inner-spin-button,
  form.fullticketform section .input-group.spinner input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  form.fullticketform section .ui-datepicker.ui-widget {
    border: none; }
  form.fullticketform section h3, form.fullticketform section .ui-datepicker.ui-widget .ui-datepicker-header {
    margin: 0;
    text-align: center;
    font-size: 22px;
    border-bottom: solid #dedede 1px; }
    form.fullticketform section h3, form.fullticketform section h3 .ui-datepicker-title, form.fullticketform section .ui-datepicker.ui-widget .ui-datepicker-header, form.fullticketform section .ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-title {
      height: 38px;
      line-height: 38px;
      font-size: 22px;
      font-weight: 400; }
  form.fullticketform section h3 {
    margin-bottom: 15px; }
form.fullticketform fieldset {
  margin-top: 8px;
  background: white; }
  form.fullticketform fieldset .hold > * {
    padding-bottom: 26px; }
    @media (min-width: 992px) {
      form.fullticketform fieldset .hold > *:last-child {
        margin-left: -4px;
        border-left: solid #f1f1f1 8px;
        overflow: hidden; } }
    @media (min-width: 480px) {
      form.fullticketform fieldset .hold > *:first-child {
        border-right: solid #f1f1f1 8px;
        margin-right: -4px; }
      form.fullticketform fieldset .hold > *:last-child .btn-success.row {
        margin-right: -23px;
        padding-left: 15px; }
      form.fullticketform fieldset .hold > *:only-child {
        border: none;
        margin: 0; } }

/*.checkout form.fullticketform {
  margin-top: 0;
}*/
.intro {
  background: white;
  padding-bottom: 16px; }
  .intro .container {
    padding: 0; }
  .intro h2 {
    font-size: 18px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .intro h2 {
        font-size: 23px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .intro h2 {
        font-size: 28px; } }
    @media (min-width: 1200px) {
      .intro h2 {
        font-size: 35px; } }
  .intro .row > div {
    position: relative; }
    .intro .row > div iframe {
      width: 100%;
      height: 100%;
      /*min-height: 200px;*/ }

section.newslist {
  background: #f1f1f1; }
  section.newslist .container {
    padding: 0; }
  section.newslist h2 {
    color: #11619c;
    font-size: 18px; }
    @media (min-width: 768px) and (max-width: 991px) {
      section.newslist h2 {
        font-size: 23px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      section.newslist h2 {
        font-size: 28px; } }
    @media (min-width: 1200px) {
      section.newslist h2 {
        font-size: 35px; } }
    section.newslist h2 .filter {
      display: inline-block;
      float: right;
      list-style: none;
      /*border: solid #11619c 1px;*/
      margin: 0;
      /*padding: 11px 17px; */}
      section.newslist h2 .filter li {
        display: inline-block;
        float: left;
        position: relative;
        padding: 0 6px 0 16px;
        margin: 0;
        font-size: 12px;
        font-weight: 700;
        line-height: 19px; }
        section.newslist h2 .filter li a {
          color: #11619c; width: 100%}
        /*section.newslist h2 .filter li:not(:first-child) {
          padding-left: 16px; }
         section.newslist h2 .filter li:not(:first-child)::after {
            content: '';
            display: inline-block;
            position: absolute;
            width: 4px;
            height: 4px;
            border-radius: 4px;
            top: 7px;
            left: 4px;
            background: black; }*/
        section.newslist h2 .filter li.active a, section.newslist h2 .filter li a:hover {
          color: black;
          text-decoration: none; }
  section.newslist .list .item {
    margin: 10px 0 10px 0;
    overflow: hidden; }
    section.newslist .list .item:nth-child(even) {
      background: white; }
    @media (max-width: 1200px) {
      section.newslist .list .item.item-fix-intro {
        display: table; }
        section.newslist .list .item.item-fix-intro img, section.newslist .list .item.item-fix-intro .desc {
          display: table-cell; } }
    section.newslist .list .item img {
      width: 33%;
      float: left;
      margin-right: 2.8%; }
    section.newslist .list .item a {
      text-decoration: none;
      color: black; }
    section.newslist .list .item .desc {
      padding: 3px 0 0; }
      section.newslist .list .item .desc h4 {
        color: black;
        font-weight: 300;
        font-size: 20px;
        margin: 5px 0; }
      section.newslist .list .item .desc time {
        color: #11619c;
        font-weight: 700;
        font-size: 14px; }
      section.newslist .list .item .desc p {
        margin: 0; }
      section.newslist .list .item .desc .more {
        font-weight: 700;
        color: #11619c; }
    @media (min-width: 1200px) {
      section.newslist .list .item {
        height: 190.575px; } }
  @media (min-width: 992px) {
    section.newslist .list .row .item {
      background: none;
      height: 90.725px; }
      section.newslist .list .row .item img {
        width: 29%; } }
  @media (min-width: 992px) and (min-width: 1200px) {
    section.newslist .list .row .item {
      height: 83.7375px; } }
  @media (min-width: 992px) {
      section.newslist .list .row .item .desc p, section.newslist .list .row .item .desc a.more {
        display: none; }
      section.newslist .list .row .item .desc h4 {
        font-size: 14px;
        margin: 2px 0; } }
  section.newslist .paginat a {
    display: inline-block;
    position: relative;
    padding: 0 12px;
    margin-right: 1px;
    line-height: 40px;
    color: white;
    font-size: 24px;
    font-weight: 300;
    background: #11619c; }
    section.newslist .paginat a:only-child {
      padding: 0 42px; }
    section.newslist .paginat a.active, section.newslist .paginat a:hover {
      background: #8ab93f;
      text-decoration: none; }
    section.newslist .paginat a:first-child::before {
      content: '';
      display: inline-block;
      position: absolute;
      top: 10px;
      left: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 11px 0 11px 12px;
      border-color: transparent transparent transparent #f1f1f1; }

.tiles, .mainlist.grid-view {
  background-size: cover;
  background-position: center;
  margin-top: 4px; }
  .tiles h2, .mainlist.grid-view h2 {
    color: white;
    font-size: 18px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .tiles h2, .mainlist.grid-view h2 {
        font-size: 23px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .tiles h2, .mainlist.grid-view h2 {
        font-size: 28px; } }
    @media (min-width: 1200px) {
      .tiles h2, .mainlist.grid-view h2 {
        font-size: 35px; } }
  .tiles.news, .mainlist.grid-view.news {
    border-bottom: solid #eeeeee 5px; }
  .tiles.news h2, .mainlist.grid-view.news h2 {
    color: #11619c; }
  .tiles .tile.square, .mainlist.grid-view .tile.square {
    margin-top: 4px;
    overflow: hidden; }
    @media (min-width: 768px) and (max-width: 991px) {
      .tiles .tile.square, .mainlist.grid-view .tile.square {
        height: 246px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .tiles .tile.square, .mainlist.grid-view .tile.square {
        height: 238.5px; } }
    @media (min-width: 1200px) {
      .tiles .tile.square, .mainlist.grid-view .tile.square {
        height: 288.5px; } }
  .tiles .tile h4, .mainlist.grid-view .tile h4 {
    background: white;
    font-weight: 300;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    color: black; }
    .tiles .tile h4 > span, .mainlist.grid-view .tile h4 > span {
      display: inline-block;
      line-height: 24px;
      vertical-align: middle; }
  .tiles .tile figure, .mainlist.grid-view .tile figure {
    position: relative; }
    .tiles .tile figure em, .mainlist.grid-view .tile figure em {
      opacity: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border: 0px;
      background: black; }
      .tiles .tile figure em.btn-info, .mainlist.grid-view .tile figure em.btn-info {
        text-transform: uppercase; }
    .tiles .tile figure::after, .mainlist.grid-view .tile figure::after {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translate(-14px, 0);
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 14px 14px 14px;
      border-color: transparent transparent #ffffff transparent; }
    .tiles .tile figure.primary, .mainlist.grid-view .tile figure.primary {
      background: #11619c; }
      .tiles .tile figure.primary em, .mainlist.grid-view .tile figure.primary em {
        opacity: 1;
        background: none;
        font-style: normal;
        font-size: 18px;
        font-weight: 300; }
  .tiles .tile:hover figure img, .mainlist.grid-view .tile:hover figure img {
    opacity: .8; }
  .tiles .tile:hover figure em, .mainlist.grid-view .tile:hover figure em {
    opacity: 1; }
  .tiles .tile img, .mainlist.grid-view .tile img {
    width: 100%; }
  .tiles .tile.square h4, .mainlist.grid-view .tile.square h4 {
    height: 95px;
    line-height: 95px; }
  .tiles .tile.newsitem > div[class*="col-"], .mainlist.grid-view .tile.newsitem > div[class*="col-"] {
    min-height: 130px;
    border-right: dotted #777777 1px; }
  .tiles .tile.newsitem h4, .mainlist.grid-view .tile.newsitem h4 {
    line-height: 28px;
    padding-top: 25px;
    padding-bottom: 25px; }
  .tiles .tile time, .mainlist.grid-view .tile time {
    display: block;
    color: #555555;
    padding-bottom: 25px; }

.infobottom {
  background: white; }
  .infobottom .addresses {
    padding-top: 50px;
    line-height: 1.7em; }
    .infobottom .addresses .logos a {
      padding-bottom: 15px; }
      @media (max-width: 991px) {
        .infobottom .addresses .logos a:nth-child(odd) {
          clear: left; } }
  .infobottom .social {
    color: white;
    background: #11619c; }
    .infobottom .social a {
      color: white; }
    .infobottom .social .temperatures {
      padding-top: 15px;
      padding-bottom: 15px; }
      .infobottom .social .temperatures a {
        display: block;
        color: white;
        background-size: cover;
        padding: 18px;
        text-decoration: none;
        text-align: center; }
        .infobottom .social .temperatures a > * {
          display: block; }
        .infobottom .social .temperatures a h4 {
          font-size: 15px;
          line-height: 16px;
          min-height: 32px;
          margin: 0; }
        .infobottom .social .temperatures a strong {
          font-size: 48px;
          padding: 0 0 0px;
          font-weight: 400; }
          .infobottom .social .temperatures a strong sup {
            font-size: 20px; }
        @media (max-width: 767px) {
          .infobottom .social .temperatures a {
            margin-bottom: 12px; } }
    .infobottom .social h3:first-of-type {
      font-size: 13px;
      border-bottom: solid white 1px;
      padding-bottom: 7px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .infobottom .social h3:first-of-type {
          font-size: 17px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .infobottom .social h3:first-of-type {
          font-size: 20px; } }
      @media (min-width: 1200px) {
        .infobottom .social h3:first-of-type {
          font-size: 25px; } }
    .infobottom .social p {
      padding: 12px 0; }
      .infobottom .social p.infobottom-minimum {
        padding: 6px 0; }
    .infobottom .social h3.infobottom-minimum {
      font-size: 20px;
      margin-top: 10px;
      margin-bottom: 10px; }
    .infobottom .social form {
      margin-bottom: 35px; }
      .infobottom .social form.infobottom-minimum {
        margin-bottom: 0; }
      .infobottom .social form > div {
        background: white;
        padding: 11px 0; }
      .infobottom .social form input {
        font-size: 17px;
        border: 0px;
        box-shadow: none;
        border-right: solid #777777 1px; }
        .infobottom .social form input:focus {
          box-shadow: none;
          outline: none; }
      .infobottom .social form .btn {
        display: block;
        text-align: center;
        width: 100%;
        height: 34px;
        color: black;
        text-transform: uppercase;
        background: none;
        letter-spacing: .05em; }
        .infobottom .social form .btn i {
          float: right;
          font-size: 24px;
          line-height: .6em; }
          .infobottom .social form .btn i::after {
            content: "\2192";
            color: #11619c; }
      .infobottom .social form .dropdown a {
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
        text-decoration: none; }
      .infobottom .social form .dropdown .dropdown-menu {
        color: black;
        padding-left: 7px;
        padding-right: 7px; }
    .infobottom .social nav {
      margin: 17px 0 40px; }
      .infobottom .social nav .btn {
        color: #555555;
        background: white;
        height: 55px;
        width: 55px;
        padding: 0;
        line-height: 55px;
        text-align: center;
        font-size: 27px;
        margin-right: 5px; }
      .infobottom .social nav.infobottom-minimum {
        margin: 17px 0 25px; }
        .infobottom .social nav.infobottom-minimum .btn {
          height: 45px;
          width: 45px;
          line-height: 45px; }

@media (min-width: 992px) {
  section.products-list {
    margin-top: -110px; } }
.products-list > * {
  padding-left: 0;
  padding-right: 0; }
.products-list h1 {
  background-color: #143339;
  padding: 10px 30px;
  margin: 0;
  width: 100%;
  height: 110px;
  position: relative; }
  @media (max-width: 991px) {
    .products-list h1 {
      height: auto;
      padding-bottom: 0; } }
  .products-list h1 span {
    display: table-cell;
    vertical-align: middle;
    height: 80px;
    color: white;
    font-size: 15px; }
    @media (max-width: 991px) {
      .products-list h1 span {
        height: auto; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .products-list h1 span {
        font-size: 20px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .products-list h1 span {
        font-size: 24px; } }
    @media (min-width: 1200px) {
      .products-list h1 span {
        font-size: 30px; } }
  .products-list h1::after {
    position: relative;
    border: 8px solid transparent;
    display: block;
    width: 0;
    height: 0;
    content: '';
    border-bottom: 8px solid #fff;
    border-left: 8px solid #fff;
    bottom: -4px;
    left: 0; }
.products-list .mainlist {
  background: white; }
  .products-list .mainlist .shop-item {
    text-decoration: none;
    color: black; }
    .products-list .mainlist .shop-item figure {
      padding: 0; }
    .products-list .mainlist .shop-item h4 {
      font-size: 26px;
      color: black;
      font-weight: 300;
      line-height: 28px; }
    .products-list .mainlist .shop-item .hr {
      margin-top: 20px; }
    .products-list .mainlist .shop-item .item-text p {
      margin: 10px 0 0; }
      .products-list .mainlist .shop-item .item-text p em {
        float: right;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 200px 200px;
        border-color: transparent transparent #007bff transparent; }
    .products-list .mainlist .shop-item .price-box {
      margin-top: 20px; }
      .products-list .mainlist .shop-item .price-box .price {
        color: #555555;
        font-size: 14px; }
        .products-list .mainlist .shop-item .price-box .price.special-price {
          color: #11619c;
          font-size: 15px; }
          @media (min-width: 768px) and (max-width: 991px) {
            .products-list .mainlist .shop-item .price-box .price.special-price {
              font-size: 20px; } }
          @media (min-width: 992px) and (max-width: 1199px) {
            .products-list .mainlist .shop-item .price-box .price.special-price {
              font-size: 24px; } }
          @media (min-width: 1200px) {
            .products-list .mainlist .shop-item .price-box .price.special-price {
              font-size: 30px; } }
        .products-list .mainlist .shop-item .price-box .price.old-price {
          text-decoration: line-through; }
  .products-list .mainlist.grid-view {
    margin-top: 0;
    padding-left: 2px;
    padding-right: 2px; }
    @media (min-width: 480px) and (max-width: 767px) {
      .products-list .mainlist.grid-view .shop-item:nth-child(2n+1) {
        clear: both; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .products-list .mainlist.grid-view .shop-item:nth-child(3n+1) {
        clear: both; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .products-list .mainlist.grid-view .shop-item:nth-child(2n+1) {
        clear: both; } }
    @media (min-width: 1200px) {
      .products-list .mainlist.grid-view .shop-item:nth-child(3n+1) {
        clear: both; } }
    .products-list .mainlist.grid-view .shop-item .item-text {
      padding: 20px 30px 35px;
      min-height: 240px; }
    .products-list .mainlist.grid-view .shop-item figure, .products-list .mainlist.grid-view .shop-item .item-text {
      width: 100%; }
  .products-list .mainlist.list-view .shop-item {
    width: 100%;
    padding: 29px;
    /*border: solid transparent 1px;
    &:hover {
      border-color: $brand-primary;
    }*/ }
    .products-list .mainlist.list-view .shop-item .item-text {
      padding: 0 30px 35px; }
    .products-list .mainlist.list-view .shop-item figure em {
      display: none !important; }

.left-menu {
  margin: 0;
  padding: 20px 30px;
  list-style: none; }
  @media (max-width: 991px) {
    .left-menu {
      display: block;
      width: 100%;
      padding: 10px;
      border-bottom: dotted #555555 1px;
      overflow: auto; } }
  .left-menu li {
    float: none;
    padding: 5px 0; }
    @media (max-width: 991px) {
      .left-menu li {
        float: left;
        padding-right: 15px; } }
    .left-menu li a {
      display: block;
      line-height: 25px;
      color: #555555;
      text-decoration: none; }
      .left-menu li a.active {
        color: #11619c; }
        @media (max-width: 991px) {
          .left-menu li a.active {
            text-decoration: underline; } }

.breakcrumb-sc {
  background-color: #fff;
  padding: 10px 15px;
  min-height: 43px;
  position: relative;
  border-bottom: dotted #555555 1px; }
  .breakcrumb-sc .breadcrumb {
    display: flex;
    padding: 0;
    margin: 0;
    background-color: transparent; }
    .breakcrumb-sc .breadcrumb li {
      display: inline-block;
      font-size: 14px;
      color: #11619c; }
      .breakcrumb-sc .breadcrumb li a {
        color: #555555;
        font-size: 14px;
        text-decoration: none; }
        .breakcrumb-sc .breadcrumb li a:hover {
          color: #11619c; }

.sort-view {
  background: white;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 65px;
  border-bottom: dotted #555555 1px; }
  .sort-view .toggle-view {
    display: inline-block;
    padding: 0 2px;
    font-size: 22px;
    text-decoration: none;
    color: black; }
    .sort-view .toggle-view:hover, .sort-view .toggle-view.active {
      color: #11619c; }
  @media (max-width: 479px) {
    .sort-view .text-right {
      text-align: left !important; } }

.page-navigation-cn {
  border-top: dotted #555555 1px;
  padding: 30px;
  position: relative; }
  .page-navigation-cn .page-navigation {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0; }
    .page-navigation-cn .page-navigation li {
      font-size: 18px;
      display: inline-block; }
      .page-navigation-cn .page-navigation li a {
        display: block;
        text-decoration: none;
        line-height: 35px;
        padding-left: 13px;
        padding-right: 13px;
        color: #333333;
        -webkit-transition: all 0.1s linear;
        transition: all 0.1s linear; }
        .page-navigation-cn .page-navigation li a:hover {
          color: white;
          background-color: #222222; }

@media (min-width: 992px) {
  .item-main {
    margin-top: -152px; } }
.item-main .head-detail .price-box {
  color: #555555; }
  .item-main .head-detail .price-box > * {
    vertical-align: middle; }
  .item-main .head-detail .price-box span {
    font-size: 17px;
    color: #11619c; }
    @media (min-width: 768px) and (max-width: 991px) {
      .item-main .head-detail .price-box span {
        font-size: 23px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .item-main .head-detail .price-box span {
        font-size: 28px; } }
    @media (min-width: 1200px) {
      .item-main .head-detail .price-box span {
        font-size: 34px; } }
  .item-main .head-detail .price-box .btn {
    line-height: 50px;
    font-size: 18px;
    padding-left: 35px;
    padding-right: 35px;
    margin-left: 20px;
    font-weight: 600;
    -webkit-transition: all .2s;
    transition: all .2s; }
    .item-main .head-detail .price-box .btn:hover {
      background: white;
      color: #11619c; }
.item-main .body-detail > figure {
  padding: 0;
  position: relative; }
  .item-main .body-detail > figure img {
    width: 100%; }
.item-main .body-detail > div.text {
  padding: 15px;
  text-align: justify; }
  .item-main .body-detail > div.text table {
    border: solid #555555 1px; }
    .item-main .body-detail > div.text table td, .item-main .body-detail > div.text table th {
      padding: 5px 7px;
      border: solid #777777 1px;
      border-width: 0 1px 1px 0; }

@media (min-width: 992px) {
  #page > section.checkout {
    margin-top: -156px;
    padding: 0; } }

section.cart .contents > ul.items {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0; }
  @media (min-width: 768px) {
    section.cart .contents > ul.items {
      display: table;
      width: 100%; } }
  section.cart .contents > ul.items > li {
    display: inline-block; }
    @media (max-width: 767px) {
      section.cart .contents > ul.items > li {
        padding: 19px;
        background-color: white;
        border: 5px solid #eeeeee;
        margin: 10px; } }
    @media (min-width: 768px) {
      section.cart .contents > ul.items > li {
        display: table-row; } }
    section.cart .contents > ul.items > li > * {
      display: block;
      padding: 5px 0;
      font-size: 16px;
      text-align: center; }
      section.cart .contents > ul.items > li > * input {
        width: 70px;
        display: inline-block;
        padding-right: 0; }
      section.cart .contents > ul.items > li > * img {
        max-height: 100px; }
      section.cart .contents > ul.items > li > * a {
        color: black; }
        section.cart .contents > ul.items > li > * a.text-danger {
          display: inline-block;
          margin-top: 5px;
          color: #d9534f;
          text-decoration: underline;
          font-size: 13px; }
      section.cart .contents > ul.items > li > *.name {
        text-align: left; }
      section.cart .contents > ul.items > li > * .dropdown {
        display: inline-block;
        padding-right: 5px; }
        section.cart .contents > ul.items > li > * .dropdown em {
          cursor: pointer; }
      @media (min-width: 768px) {
        section.cart .contents > ul.items > li > * {
          display: table-cell;
          vertical-align: middle;
          padding: 5px 15px;
          border-bottom: solid #eeeeee 1px;
          border-right: solid #eeeeee 1px; }
          section.cart .contents > ul.items > li > *:last-child {
            border-right: none; } }
    section.cart .contents > ul.items > li > strong {
      font-weight: 700; }
    section.cart .contents > ul.items > li:first-child > * {
      text-transform: uppercase;
      font-size: 14px;
      padding-top: 12px;
      padding-bottom: 12px;
      border-top: solid #eeeeee 1px;
      border-bottom: solid #eeeeee 1px;
      font-weight: bold; }
      section.cart .contents > ul.items > li:first-child > *:first-child {
        border-right: none; }
section.cart .contents .bottom {
  margin-top: 20px; }
  section.cart .contents .bottom .panel .row {
    font-size: 15px; }
    section.cart .contents .bottom .panel .row em {
      font-weight: bold; }
    section.cart .contents .bottom .panel .row.total {
      font-size: 17px; }
    @media (max-width: 767px) {
      section.cart .contents .bottom .panel .row > * {
        text-align: left; } }
section.cart .contents ul.summary {
  display: table;
  float: right;
  border: solid #000 1px;
  padding: 0;
  list-style: none; }
  section.cart .contents ul.summary li {
    display: table-row; }
    section.cart .contents ul.summary li > * {
      display: table-cell;
      vertical-align: middle;
      padding: 6px; }
      section.cart .contents ul.summary li > * > * {
        vertical-align: middle; }

@media (min-width: 992px) {
  #checkout {
    background: white;
    padding-left: 0;
    padding-right: 0; } }
#checkout .foursteps li.open {
  cursor: pointer; }
#checkout .checkout-payment {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0; }
  #checkout .checkout-payment li {
    padding-top: 0;
    padding-bottom: 0;
    margin: 21px 0 0; }
    #checkout .checkout-payment li label {
      text-align: center;
      display: block;
      border: solid #777777 1px;
      background: #777777;
      cursor: pointer;
      transition: all 300ms linear;
      box-shadow: 0 0 15px 0 rgba(30, 30, 30, 0.3);
      -webkit-box-shadow: 0 0 15px 0 rgba(30, 30, 30, 0.3); }
      #checkout .checkout-payment li label strong {
        display: block;
        color: white;
        background: #666666;
        line-height: 18px;
        padding: 3px 0;
        transition: all 300ms linear; }
      #checkout .checkout-payment li label.inactive {
        box-shadow: none;
        -webkit-box-shadow: none;
        background: #eeeeee; }
        #checkout .checkout-payment li label.inactive strong {
          background: #777777;
          color: black; }
        #checkout .checkout-payment li label.inactive:hover {
          box-shadow: 0 0 15px 0 rgba(30, 30, 30, 0.3);
          -webkit-box-shadow: 0 0 15px 0 rgba(30, 30, 30, 0.3); }
#checkout .sidecart .item {
  margin-top: 15px; }
  #checkout .sidecart .item > img {
    display: inline-block;
    vertical-align: middle;
    max-width: 30%; }
  #checkout .sidecart .item > span {
    display: inline-block;
    vertical-align: middle;
    max-width: 70%;
    padding-left: 4px; }
#checkout .sidecart hr {
  border-color: #777777; }
#checkout .lnk {
  display: inline;
  padding: 0;
  background: none;
  border: none;
  color: #11619c;
  text-decoration: none; }
  #checkout .lnk:hover, #checkout .lnk:focus {
    color: #093657;
    text-decoration: underline; }
#checkout .well > .row > [class*="col-"] {
  margin-bottom: 20px; }
#checkout h5 {
  font-size: 18px;
  font-weight: 400; }
#checkout form.ticketform fieldset.row {
  margin-left: 0;
  margin-right: 0; }

.payment-step {
  background: #11619c !important;
  padding-top: 30px !important;
  color: white; }
  @media (min-width: 992px) {
    .payment-step {
      min-height: 156px; } }
  .payment-step h1 {
    font-size: 18px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .payment-step h1 {
        font-size: 23px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .payment-step h1 {
        font-size: 28px; } }
    @media (min-width: 1200px) {
      .payment-step h1 {
        font-size: 35px; } }
  .payment-step ul {
    margin: 0;
    padding: 15px 0 10px 0;
    list-style: none;
    position: relative; }
    .payment-step ul li {
      margin-top: 4px;
      padding: 0;
      float: left;
      position: relative; }
      @media (max-width: 479px) {
        .payment-step ul li {
          display: inline-block;
          width: auto;
          padding: 5px; } }
      .payment-step ul li.active::after {
        background-color: white; }
      .payment-step ul li.active span, .payment-step ul li.active a {
        background-color: #88b0cd;
        color: #11619c; }
      .payment-step ul li.proceed::after, .payment-step ul li.proceed::before {
        background-color: white; }
      @media (min-width: 480px) {
        .payment-step ul li::after, .payment-step ul li::before {
          display: block;
          position: absolute;
          background-color: #11619c;
          height: 10px;
          content: '';
          width: 50%;
          left: 0;
          top: 23px;
          border-top: 4px solid #7fa7c5;
          border-bottom: 4px solid #7fa7c5; }
        .payment-step ul li::before {
          right: 0;
          left: inherit; } }
      .payment-step ul li span, .payment-step ul li a {
        display: none; }
        @media (min-width: 480px) {
          .payment-step ul li span, .payment-step ul li a {
            font-weight: 600;
            display: block;
            position: relative;
            z-index: 1;
            margin: auto;
            width: 54px;
            height: 54px;
            background-color: #11619c;
            border: 2px solid white;
            color: white;
            font-weight: 300;
            line-height: 50px;
            font-size: 34px;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            -webkit-background-clip: padding-box;
            background-clip: padding-box; }
            .payment-step ul li span:hover, .payment-step ul li a:hover {
              text-decoration: none; } }
      .payment-step ul li p {
        color: white;
        font-size: 18px;
        line-height: 28px;
        margin: 5px 0 0 0; }
      @media (max-width: 479px) {
        .payment-step ul li p {
          color: #88b0cd; }
          .payment-step ul li p::after {
            content: ' >';
            color: white;
            padding-left: 5px; }
        .payment-step ul li:last-child p::after {
          content: none; }
        .payment-step ul li.active p {
          color: white;
          text-decoration: underline; }
        .payment-step ul li.open p {
          color: white; } }

@media (min-width: 1200px) {
  .datepicker-holder {
    display: table; }
    .datepicker-holder > * {
      display: table-cell; }
      .datepicker-holder > *:last-child {
        padding-left: 15px; } }
.datepicker-holder .legend {
  overflow: auto; }
  .datepicker-holder .legend dt {
    display: inline-block;
    float: left;
    clear: both;
    margin: 5px 5px 5px 0;
    padding: 0;
    border: 1px solid #777777;
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    color: black;
    font-size: 14px;
    font-weight: 300;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: none; }
    .datepicker-holder .legend dt.ui-state-disabled {
      border-color: #f0ad4e;
      color: #f0ad4e; }
    .datepicker-holder .legend dt.ui-datepicker-unselectable {
      border-color: #d9534f;
      color: #d9534f; }
  .datepicker-holder .legend dd {
    display: inline-grid;
    min-height: 37px;
    line-height: 19px;
    margin: 5px 0;
    padding: 9px; }

/*@import "style/breadcrumbs";
@import "style/forms";
@import "style/search";

@import "style/intro";
@import "style/list";
@import "style/main";*/
/*!
 * Lightbox for Bootstrap 3 by @ashleydw
 * https://github.com/ashleydw/lightbox
 *
 * License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
 */
.ekko-lightbox-container {
  position: relative; }

.ekko-lightbox-nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%; }

.ekko-lightbox-nav-overlay a {
  z-index: 100;
  display: block;
  width: 49%;
  height: 100%;
  font-size: 30px;
  color: #fff;
  text-shadow: 2px 2px 4px #000;
  opacity: 0;
  filter: dropshadow(color=#000000, offx=2, offy=2);
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.ekko-lightbox-nav-overlay a:empty {
  width: 49%; }

.ekko-lightbox a:hover {
  text-decoration: none;
  opacity: 1; }

.ekko-lightbox .glyphicon-chevron-left {
  left: 0;
  float: left;
  padding-left: 15px;
  text-align: left; }

.ekko-lightbox .glyphicon-chevron-right {
  right: 0;
  float: right;
  padding-right: 15px;
  text-align: right; }

.ekko-lightbox .modal-footer {
  text-align: left; }

form.fullticketform section .radio.separate span.sw {
    margin-top: 1rem;
    font-size: 1.4rem;
    max-width: 78px;
    line-height: 1.4rem;
    display: block;
}

img.pii {
	height: 2rem;
	width:  2rem;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 60%;
  margin: 20px auto;
}

section[data-section="path"] {
	max-width: 24rem;
}

section[data-section="path"] input:focus {
	outline: none;
}

div.ap-c {
	padding-left: 28px;
	position: relative;
}

div.ap-c div {
	position: absolute;
	left: 0;
	top: 0
}

/*added*/
.google-map{ position: relative; height: inherit; }
.google-map .napis{ position: absolute; bottom: 15px; right: 15px; font-weight: 700; }

.arrow-down {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-left: 6px dashed;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.filler{ position: absolute; top:0; left: 0; width: 100%; height: 203px; z-index: -1; }

.scrolling-notice{ font-size: 16px; color: black; background: white; padding: 10px 0; margin-bottom: -3px; }
.scrolling-notice b, .scrolling-notice strong{ color: #11619c; }
.notice-border{ width: 100%; border: 2px solid #11619c; margin-top: -1px; }

#filler{ position: fixed; width: 100%; height: 128px; z-index: -1; }
#header-fixed, #upper-header, #lower-header{ width: 100%; }
#upper-header{ position: relative; }

.filler-pos{ position: relative !important; }
.lower-up{ position: fixed; top: 0px; transition: all 0.35s ease-in; }
.lower-down{ position: fixed; top: -130px;transition: all 0.35s ease-in; z-index: 999;}


.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.text-left{ text-align: left; }
.text-center{ text-align: center; }

.info-area{ float: right; margin: 0; padding-left: 0; padding-right: 0; }
.info-icon{ padding: 5px 18px 0px 0px!important; }
.info-icon img{ width: 20px; height: 20px; }
.lang-name a{ text-transform: uppercase; }
.dropdown-menu{ min-width: 83px; margin-right: -2px; }
.header-info a{ color: white; }
.header-info a:hover{ color: white; }
.header-info .btn{ margin-right: 8px; }

.input-group .form-control, .added_c_button button{ 
  padding: 0; 
  width: 0 !important; 
  opacity: 0;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);

  transition: all 0.35s ease-in;
}
.input-group .expanded.added_c_button{ 
  padding: 0px 0px; 
  opacity: 1;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0); 
  transition: all 0.35s ease-in;
  background-color:transparent;
}
.input-group .expanded{ 
  padding: 6px 12px; 
  width: 175px !important;
  opacity: 1;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0); 
  transition: all 0.35s ease-in;
}
.added_c_button.expanded button{ 
  padding: 7px; 
  width: auto !important;
  opacity: 1;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0); 
  transition: all 0.35s ease-in;
  background-color:transparent;
  border: none;
}
.added_c_button button{
    background-color: transparent !important;
    border: none;
}

.input-group-addon{ 
  cursor: pointer; 
  background-color: transparent !important;
  padding: 2px 5px 0 15px;
}

.glyphicon-search::before{
  color: white;
  font-size: 16px;
}

.navbar-logo{ float: left; }

.slider-logo-area{ background: white; padding: 15px 0 0px 0;}
.slider-wrapper{ width: 100%; height: 120px !important; position: relative; display: inline-block; }
.slider-wrapper .logo-slider .slick-slide{ height: 120px; width: 120px; padding: 0 20px; }
.slider-wrapper .logo-slider .slick-slide img{ width: 100%; height: 100%; object-fit: contain; }

.image-wrap{ height: 252px; }
.image-wrap img{ height: 100%; width: 100%; object-fit: cover; }
.ogled-sj .row, .kako-do-nas .row{ margin: 0; }

.title-line{ display: flex; align-items: center; justify-content: space-between; }
section.newslist h2 .filter { display: flex; align-items: center; }
section.newslist h2 .filter .boxed{ border: 1px solid #11619c; margin: 0; }
section.newslist h2 .filter .boxed .dt-link .current-topic{ display: block; padding: 11px 17px 11px 7px; }
section.newslist h2 .filter .boxed .dt-link .caret{ border-top: 5px dashed; border-right: 5px solid transparent; border-left: 5px solid transparent; margin-top: -2px; }
.dropdown-menu-filter{ right: 0; left: auto; min-width: 200px; }
.dropdown-menu-filter li{ width: 100%; text-align: right; padding: 0!important; }
.dropdown-menu-filter li.active a{ color: white!important; }

.footer-nav, .footer-nav li{ list-style: none; list-style-type: none; padding-inline-start: 0; }
.dropdown-menu-footer { display: block; position: relative; background: transparent; border: none; box-shadow: none; }

.footer-nav .dropdown .dt-footer:hover, .footer-nav .dropdown .dt-footer:active,
.footer-nav .dropdown .dt-footer:link,  .footer-nav .dropdown .dt-footer:visited { 
  text-decoration: none !important; cursor: default !important; 
}
.footer-nav .dropdown .dropdown-menu-footer li a:hover, .footer-nav .dropdown .dropdown-menu-footer li a:focus{ background: transparent !important; color: white; text-decoration: underline; }

.clogos a{text-decoration: none !important;}

.temps-images{
  height: fit-content;
}

.shorten-name{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 75ch;
  min-width: 18ch;
}

@media(max-width: 1199px){
  .image-wrap{ height: 222px; }
}

@media(max-width: 991px){
  .image-wrap{ height: 173px; }
  .dropdown-menu-footer{ padding-bottom: 20px; }

  .shorten-name{
    max-width: 50ch;
  }
}

@media(max-width: 767px){
  .dropdown-menu{ min-width: 66px; }
  .navbar-nav .open .dropdown-menu-top > li > a, .navbar-nav .open .dropdown-menu-top .dropdown-header{ padding-left: 10px; }
  .input-group .form-control{ float: right; }
  
  .input-group .form-control.searchbar, .input-group .searchbar button{ float: left; }
  
  .input-group .expanded{ width: 100% !important; }
  .input-group .expanded.searchbar{ width: 80% !important; }
  
  .navbar-default .navbar-nav > li{ padding-left: 0; }
  .navbar-logo{ padding: 5px 0 10px 0;}

  .ogled-sj .row, .kako-do-nas .row{ margin: 0 -15px; }
  .ogled-sj{ margin: 0 15px; }
  .kako-do-nas{ margin: 0 15px; }
  .image-wrap{ height: 252px; width: 100%; }

  .dropdown-menu-footer{ opacity: 0; padding-bottom:0; height: 0; overflow: hidden; width: 100%; transition: all 0.35s ease-in, opacity 0.6s ease-in; }
  .expand-menu{ opacity: 1; position: relative; transition: all 0.35s ease-in, opacity 0.1s ease-in; }

  .shorten-name{
    max-width: 35ch;
  }
}

@media(max-width: 480px){
  .img-flag{ display: none; }
  .navbar-nav .open .dropdown-menu-top > li > a, .navbar-nav .open .dropdown-menu-top .dropdown-header{ padding: 5px 3px 5px 0px }
  .dropdown-menu{ min-width: 39px; }
  .dropdown-menu .text-center{ text-align: left; }

  .navbar-toggle{
    margin: 5px 15px 32px 0;
  }

  .navbar-buttons-wrapper{
    display: flex;
    position: relative;
    width: 100%;
    justify-content: center;
    padding: 0 0 0 5px;
  }

  .navbar-logo{
    width: 100%;
    display: block;
    clear: both;
    padding: 10px 0 20px 10px;
  }
}
.head_home_btn{
    font-size: 12px; text-transform: uppercase; padding-left: 0px; padding-right: 0px;
}

