@charset "UTF-8";
/* Includes  ===================================================*/
.drupal-messages .messages {
  background: none;
  border: 0;
}

.grippie {
  display: none;
}

textarea {
  resize: none;
}

#admin-toolbar.vertical {
  z-index: 9999999 !important;
}

img {
  display: block;
}

#admin-toolbar * {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

#admin-toolbar {
  margin-top: -20px;
}

.field-collection-container {
  border: 0;
}

.item-list, .item-listl li, .item-list ul li {
  margin: 0;
}

.ajax-progress {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #000 url(../img/loading.gif) no-repeat 10px center;
  background: rgba(0, 0, 0, 0.7) url(../img/loading.gif) no-repeat 10px center;
  /*height:32px;*/
  margin: 0 5px;
  position: absolute;
  /*width:32px;*/
  z-index: 0;
  padding: 5px 10px;
  color: #fff;
}
.ajax-progress .throbber {
  display: none;
  float: left;
  /* LTR */
}

/* general styles */
.block-region {
  padding: 10px;
  margin: 5px 0;
  clear: both;
}

a.tabledrag-handle,
a.contextual-toggler {
  border: none !important;
}

/**
 * Tabs ===============================================================
 */
#tabs {
  font-size: 12px;
  font-weight: normal;
  background: #333;
  height: 35px;
  border-bottom: 1px solid #222;
}

.tabs {
  position: absolute;
  z-index: 1000;
  height: 35px;
  left: 35px;
}

.primary-tabs {
  position: relative;
  float: left;
  border-right: 1px solid #444;
  border-left: 1px solid #111;
  margin: 0;
  padding: 0;
}
.primary-tabs li {
  position: relative;
  float: left;
  display: block;
  height: 35px;
  border-right: 1px solid #111;
  border-left: 1px solid #444;
}
.primary-tabs li.active {
  background: #222;
}
.primary-tabs li a {
  position: relative;
  display: block;
  line-height: 35px;
  padding: 0 11px;
  color: #eee;
  text-shadow: #000 0px 1px;
  float: left;
  text-decoration: none;
}
.primary-tabs li a:hover {
  background: #222;
}

.admin-expanded .tabs {
  left: 260px;
}

/* Partials  ===================================================*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 0.125s;
  animation-duration: 0.125s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.loading-icon:before {
  font-size: 20px;
  color: #000;
}

@-webkit-keyframes infinite-spinning {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }
}
@keyframes infinite-spinning {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.infinite-spinning {
  -webkit-animation-name: infinite-spinning;
  animation-name: infinite-spinning;
}

@-webkit-keyframes flash {
  50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15%, 45%, 75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  30%, 60%, 90% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15%, 45%, 75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  30%, 60%, 90% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    position: relative;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    position: relative;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
    position: absolute;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
    position: absolute;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@keyframes moveUp {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2px);
  }
}
/*1. SideWide              ==============================*/
.alert, .drupal-messages .messages, .messages {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
  background-image: none !important;
}
.alert h4, .drupal-messages .messages h4, .messages h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link, .drupal-messages .messages .alert-link, .messages .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul, .drupal-messages .messages > p,
.drupal-messages .messages > ul, .messages > p,
.messages > ul {
  margin-bottom: 0;
}
.alert > p + p, .drupal-messages .messages > p + p, .messages > p + p {
  margin-top: 5px;
}

.alert-success, .drupal-messages .messages.notice, .drupal-messages .messages.status {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
  background-image: none !important;
  padding: 15px;
}
.alert-success hr, .drupal-messages .messages.notice hr, .drupal-messages .messages.status hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link, .drupal-messages .messages.notice .alert-link, .drupal-messages .messages.status .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
  background-image: none !important;
  padding: 15px;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning, .drupal-messages .messages.warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
  background-image: none !important;
  padding: 15px;
}
.alert-warning hr, .drupal-messages .messages.warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link, .drupal-messages .messages.warning .alert-link {
  color: #66512c;
}

.alert-danger, .alert-error, .drupal-messages .messages.error, .messages.error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
  background-image: none !important;
  padding: 15px;
}
.alert-danger hr, .alert-error hr, .drupal-messages .messages.error hr, .messages.error hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link, .alert-error .alert-link, .drupal-messages .messages.error .alert-link, .messages.error .alert-link {
  color: #843534;
}

.krumo-root,
.krumo-root * {
  color: black !important;
}
.krumo-root > ul {
  margin: 0 !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #888;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

var {
  font-style: normal;
}

h1.subtitle {
  font-size: 18px;
  font-weight: bold;
  hyphens: auto;
  word-break: break-word;
}
@media (min-width: 992px) {
  h1.subtitle {
    font-size: 30px;
    line-height: 1.4;
  }
}

h2.title {
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
  margin: 0;
  hyphens: auto;
  word-break: break-word;
}
@media (min-width: 992px) {
  h2.title {
    font-size: 50px;
    line-height: 1.3;
  }
}
h2.title span.lang {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
}
@media (min-width: 992px) {
  h2.title span.lang {
    margin-top: 10px;
  }
}
h2.title span.lang * {
  vertical-align: top;
}

.highlighted a {
  color: inherit;
}

p {
  margin: 0 0 10px;
}
p a {
  text-decoration: underline;
}
p a:hover {
  text-decoration: none;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #888;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 40px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0 !important;
  list-style: none !important;
}

.list-inline {
  padding-left: 0 !important;
  list-style: none !important;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

@font-face {
  font-family: "kaaicons";
  src: url("../../fonts/kaaicons.eot?57r03f");
  src: url("../../fonts/kaaicons.eot?57r03f#iefix") format("embedded-opentype"), url("../../fonts/kaaicons.ttf?57r03f") format("truetype"), url("../../fonts/kaaicons.woff?57r03f") format("woff"), url("../../fonts/kaaicons.svg?57r03f#kaaicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.iconfont {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "kaaicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.iconfont:hover {
  text-decoration: none;
}

[class^=kaaicon-]:before, [class*=" kaaicon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "kaaicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^=kaaicon-]:before:hover, [class*=" kaaicon-"]:before:hover {
  text-decoration: none;
}

.kaaicon-foto-video:before {
  content: "";
}

.kaaicon-foto:before {
  content: "";
}

.kaaicon-checkmark:before, section.festival-detail .facets > li > ul > li > label:before, .facetapi-facetapi-links a:before, .facetapi-facetapi-checkbox-links a.facetapi-checkbox:before,
.facetapi-facetapi-links a.facetapi-checkbox:before {
  content: "" !important;
}

.kaaicon-menu:before {
  content: "";
}

.kaaicon-media:before {
  content: "";
}

.kaaicon-logo:before {
  content: "";
}

.kaaicon-quotes-left:before {
  content: "";
}

.kaaicon-quotes-right:before {
  content: "";
}

.kaaicon-star-full:before {
  content: "";
}

.kaaicon-plus:before {
  content: "";
}

.kaaicon-minus:before {
  content: "";
}

.kaaicon-cross:before {
  content: "";
}

.kaaicon-arrow-up-thick:before, .facet-title .iconfont:before {
  content: "";
}

.kaaicon-arrow-up:before {
  content: "";
}

.kaaicon-arrow-right-thick:before {
  content: "";
}

.kaaicon-arrow-right:before, .ui-datepicker .ui-datepicker-next span:before {
  content: "";
}

.kaaicon-arrow-down-thick:before, .facet-closed .facet-title .iconfont:before {
  content: "";
}

.kaaicon-arrow-down:before {
  content: "";
}

.kaaicon-arrow-left-thick:before {
  content: "";
}

.kaaicon-arrow-left:before, .ui-datepicker .ui-datepicker-prev span:before {
  content: "";
}

.kaaicon-arrow-up-full:before {
  content: "";
}

.kaaicon-arrow-right-full:before {
  content: "";
}

.kaaicon-arrow-down-full:before {
  content: "";
}

.kaaicon-arrow-left-full:before {
  content: "";
}

.kaaicon-share:before {
  content: "";
}

.kaaicon-facebook:before {
  content: "";
}

.kaaicon-twitter:before {
  content: "";
}

.kaaicon-youtube:before {
  content: "";
}

.kaaicon-vimeo:before {
  content: "";
}

.kaaicon-instagram:before {
  content: "";
}

.kaaicon-search:before {
  content: "";
}

.kaaicon-heart:before {
  content: "";
}

.kaaicon-file-pdf:before {
  content: "";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "aktiv-grotesk", sans-serif, "Helvetica Neue", Helvetica, Arial;
  font-size: 14px;
  line-height: 1.428571429;
  color: #000;
  background-color: #fff;
}

.body-content {
  padding: 20px;
}
@media (min-width: 992px) {
  .body-content {
    padding: 80px 0 0 0;
  }
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  transition: 0.125s ease-out;
}

a {
  color: #337ab7;
  text-decoration: none;
  transition: 0.125s ease-out;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.no-translation {
  margin: 0 0 40px 0;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
  font-weight: 300;
  line-height: 2;
  text-align: center;
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
  transition: 0.6s;
}

img:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100%);
  min-height: 50px;
  background-color: #e6e6e6;
  border: 2px dotted #c8c8c8;
}

img:after {
  content: "" " - Broken Image";
  display: block;
  font-size: 16px;
  font-style: normal;
  font-family: FontAwesome;
  color: #646464;
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  text-align: center;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 0;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #c5c5c5;
}

.sr-only, .bootstrap-datetimepicker-widget table th.next::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget .btn[data-action=today]::after, .bootstrap-datetimepicker-widget .btn[data-action=clear]::after, .bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after, .bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=showHours]::after, .bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after, .bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

@media (max-width: 767px) {
  .page {
    padding: 0 20px;
  }
}
.content-overflow {
  overflow: hidden;
}

.visible-mobile {
  display: block;
}
@media (min-width: 768px) {
  .visible-mobile {
    display: none;
  }
}

.visible-desktop {
  display: none;
}
@media (min-width: 768px) {
  .visible-desktop {
    display: block;
  }
}

@media (max-width: 991px) {
  .hidden-mobile {
    display: none;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #ff0006;
  border-color: #e60005;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #cc0005;
  border-color: #660002;
}
.btn-danger:hover {
  color: #fff;
  background-color: #cc0005;
  border-color: #a80004;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #cc0005;
  border-color: #a80004;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #a80004;
  border-color: #660002;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #ff0006;
  border-color: #e60005;
}
.btn-danger .badge {
  color: #ff0006;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #888;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #a3a3a3;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  font-style: italic;
  font-weight: 100;
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
  font-style: italic;
  font-weight: 100;
}
.form-control::-webkit-input-placeholder {
  color: #999;
  font-weight: 100;
  font-style: italic;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #c5c5c5;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm,
.input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
input[type=time].input-sm,
.input-group-sm > .input-group-btn > input[type=time].btn,
.input-group-sm input[type=time],
input[type=datetime-local].input-sm,
.input-group-sm > .input-group-btn > input[type=datetime-local].btn,
.input-group-sm input[type=datetime-local],
input[type=month].input-sm,
.input-group-sm > .input-group-btn > input[type=month].btn,
.input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
.input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
input[type=time].input-lg,
.input-group-lg > .input-group-btn > input[type=time].btn,
.input-group-lg input[type=time],
input[type=datetime-local].input-lg,
.input-group-lg > .input-group-btn > input[type=datetime-local].btn,
.input-group-lg input[type=datetime-local],
input[type=month].input-lg,
.input-group-lg > .input-group-btn > input[type=month].btn,
.input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.form-group label {
  font-weight: normal;
  color: #fff;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.picker-switch::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.picker-switch::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=today]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=today]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=clear]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=clear]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=togglePeriod]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=togglePeriod]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=showMinutes]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=showMinutes]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=showHours]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=showHours]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=decrementMinutes]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=decrementMinutes]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=decrementHours]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=decrementHours]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=incrementMinutes]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=incrementMinutes]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=incrementHours]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=incrementHours]::after ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
.form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 0;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.item-list .pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.item-list .pager:before, .item-list .pager:after {
  content: " ";
  display: table;
}
.item-list .pager:after {
  clear: both;
}
.item-list .pager li {
  display: inline;
  padding: 0;
}
.item-list .pager li > a,
.item-list .pager li > span {
  padding: 5px;
  display: inline-block;
}
.item-list .pager li > a:hover,
.item-list .pager li > a:focus {
  text-decoration: none;
  background-color: #c5c5c5;
}
.item-list .pager .pager-next > a,
.item-list .pager .pager-next > span {
  float: right;
}
.item-list .pager .pager-current {
  color: #000;
  padding: 5px;
}
.item-list .pager .pager-previous > a,
.item-list .pager .pager-previous > span {
  float: left;
}
.item-list .pager .disabled > a,
.item-list .pager .disabled > a:hover,
.item-list .pager .disabled > a:focus,
.item-list .pager .disabled > span {
  color: #888;
  background-color: #fff;
  cursor: not-allowed;
}

th {
  text-align: left;
}

table {
  width: 100% !important;
  max-width: 100% !important;
  margin-bottom: 20px !important;
  border: 0;
}
table > thead > tr > th,
table > thead > tr > td,
table > tbody > tr > th,
table > tbody > tr > td,
table > tfoot > tr > th,
table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
table > caption + thead > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > th,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table > tbody + tbody {
  border-top: 2px solid #ddd;
}
table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

table > thead > tr > th,
table > thead > tr > td,
table > tbody > tr > th,
table > tbody > tr > td,
table > tfoot > tr > th,
table > tfoot > tr > td {
  border: 0;
  border-bottom: 1px solid #ddd;
}
table > thead > tr > th,
table > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide,
.element-invisible {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

.container {
  min-width: 280px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    padding-left: 0;
    padding-right: 0;
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 940px;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1260px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: 0;
  margin-right: 0;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1280px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-mobile,
.visible-desktop {
  display: none !important;
}

@media (max-width: 991px) {
  .visible-mobile {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .visible-desktop {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1280px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1280px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1280px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.6/fonts/glyphicons-halflings-regular.eot");
  src: url("https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.6/fonts/glyphicons-halflings-regular.eot") format("embedded-opentype"), url("https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.6/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.6/fonts/glyphicons-halflings-regular.woff") format("woff"), url("https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.6/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.6/fonts/glyphicons-halflings-regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-refresh:before {
  content: "";
}

.glyphicon-chevron-left:before {
  content: "" !important;
}

.glyphicon-chevron-right:before {
  content: "" !important;
}

.glyphicon-calendar:before {
  content: "";
}

.glyphicon-chevron-up:before {
  content: "";
}

.glyphicon-chevron-down:before {
  content: "";
}

#sliding-popup.sliding-popup-top, #sliding-popup.sliding-popup-bottom {
  background: #000;
  color: #b1b1b1;
  padding: 35px 20px;
  width: 100%;
}
#sliding-popup.sliding-popup-top .eu-cookie-compliance-banner, #sliding-popup.sliding-popup-bottom .eu-cookie-compliance-banner {
  padding: 20px 0;
}
@media (min-width: 768px) {
  #sliding-popup .popup-content #popup-buttons button {
    float: right;
  }
}
#sliding-popup .popup-content {
  max-width: 90% !important;
}
#sliding-popup p, #sliding-popup button {
  font-size: 16px;
  line-height: 21px;
  margin-top: 10px;
}
#sliding-popup p {
  color: #fff;
}
#sliding-popup .eu-cookie-compliance-default-button {
  background: transparent;
  border: 0 !important;
  margin: 20px 0 0 0;
  padding: 5px 15px;
  color: #b1b1b1;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
  text-decoration: underline;
}
@media (min-width: 768px) {
  #sliding-popup .eu-cookie-compliance-default-button {
    float: right;
  }
}
#sliding-popup .find-more-button {
  background: transparent;
  border: 0 !important;
  margin: 20px 0 0 0;
  padding: 0;
  color: #b1b1b1;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
  text-decoration: underline;
}
#sliding-popup .eu-cookie-compliance-secondary-button {
  background: #fff;
  border: 0 !important;
  margin: 20px 0 0 15px;
  color: #000 !important;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding: 5px 10px;
}

ul.meta-info {
  list-style: none;
  margin: 0;
  padding: 0 0 25px 0;
}
ul.meta-info li {
  font-weight: bold;
  display: table;
  color: #000;
  padding-bottom: 3px;
}
ul.meta-info li span {
  display: table-cell;
  padding-left: 8px;
  color: #a3a3a3;
}
ul.meta-info li.tickets span {
  display: block;
}
ul.meta-info li var {
  display: table-cell;
}

h4.discipline {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
}
h4.discipline a {
  display: table;
  margin: 0 0 5px 0;
}
h4.discipline i {
  font-style: normal;
  position: relative;
}
h4.discipline i:after {
  content: "/";
  margin: 0 5px;
}
h4.discipline i:last-of-type:after {
  display: none;
}

.teaser h4.discipline {
  width: 100%;
}

.label {
  font-weight: bold;
  background: #000;
  padding: 15px;
  display: block;
  float: left;
  margin: 0 4px 5px 0;
}

.label-small {
  padding: 7px !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
}

a.label:hover {
  text-decoration: none;
  color: #fff;
}

.labels {
  margin-bottom: 40px;
}

ul.tickets-block {
  margin: 0 0 40px 0 !important;
  padding: 0 !important;
  list-style: none;
  width: 100%;
  float: left;
}
ul.tickets-block:before, ul.tickets-block:after {
  content: " ";
  display: table;
}
ul.tickets-block:after {
  clear: both;
}
ul.tickets-block li {
  padding: 10px 0;
}
ul.tickets-block li[disabled] * {
  pointer-events: none;
  color: #e6e6e6 !important;
}
ul.tickets-block li[disabled] * .btn-ticket {
  border-color: #e6e6e6;
}
ul.tickets-block li:before, ul.tickets-block li:after {
  content: " ";
  display: table;
}
ul.tickets-block li:after {
  clear: both;
}
ul.tickets-block li .info,
ul.tickets-block li .cta {
  width: 100%;
  float: left;
}
@media (min-width: 992px) {
  ul.tickets-block li .info,
ul.tickets-block li .cta {
    width: 50%;
  }
}
ul.tickets-block li .info {
  color: #000;
  font-size: 15px;
  font-weight: bold;
}
ul.tickets-block li .info span {
  display: table;
  color: #a3a3a3 !important;
}
ul.tickets-block li .info span.endtime {
  display: block;
}
ul.tickets-block li .info span.endtime a {
  padding-left: 0;
}
ul.tickets-block li .info span a, ul.tickets-block li .info span var {
  display: table-cell;
}
ul.tickets-block li .info span var.endtime {
  display: block;
}
ul.tickets-block li .info span a {
  padding-left: 8px;
}
@media (min-width: 992px) {
  ul.tickets-block li .cta {
    text-align: right;
  }
}

.btn-ticket {
  border: 3px solid #000;
  padding: 4px 14px;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  top: 5px;
  position: relative;
}
.btn-ticket.default {
  color: #000;
}
.btn-ticket.default:hover {
  color: #fff;
}
.btn-ticket:hover {
  background: #000;
  text-decoration: none;
}
.btn-ticket.available {
  color: inherit;
}
.btn-ticket.last {
  color: #ff0006;
}

.hr-more {
  margin: 20px 0 40px 0;
  position: relative;
  width: 100%;
  display: block;
  height: 15px;
  color: #000;
}
.hr-more:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 3px;
  width: 100%;
  background-color: #000;
}
.hr-more:hover span {
  color: inherit;
}
.hr-more a {
  display: block;
  background: #fff;
  color: #000;
  position: absolute;
  bottom: -7px;
  right: 0;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  padding-left: 30px;
}
.hr-more a:hover {
  text-decoration: none;
}
.hr-more a:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "kaaicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 16px;
  margin-right: 30px;
  transition: 0.125s ease-out;
}
.hr-more a:before:hover {
  text-decoration: none;
}

.def-btn, .item-list .pager li > a,
.item-list .pager li > span,
button.sm-share {
  color: #000;
  border: 3px solid #000;
  background: #fff;
  text-transform: uppercase;
  font-weight: bold;
  transition: 0.125s ease-out;
}
.def-btn:hover, .item-list .pager li > a:hover,
.item-list .pager li > span:hover,
button.sm-share:hover {
  color: #fff;
  background: #000;
}

.addthis_sharing_toolbox .at-svc-facebook {
  width: 40px;
  height: 40px;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "kaaicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.addthis_sharing_toolbox .at-svc-facebook:hover {
  text-decoration: none;
}
.addthis_sharing_toolbox .at-svc-facebook:before {
  content: "";
  position: absolute;
  font-size: 10px;
}
.addthis_sharing_toolbox .at-svc-facebook span {
  display: none;
}

.media-browser {
  position: relative;
  margin-bottom: 40px;
}
.media-browser img {
  display: block;
  max-width: 100%;
  height: auto;
  min-height: 80px;
}
.media-browser .carousel-launcher {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90px;
  height: 60px;
  text-align: center;
  color: #bebebe;
  background: #fff;
  padding: 7px 0 0 0;
}
.media-browser .carousel-launcher:hover {
  cursor: pointer;
  color: inherit;
}
.media-browser .carousel-launcher span {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
}
.media-browser .carousel-launcher span:last-of-type {
  position: relative;
  top: -9px;
  left: 5px;
}
.media-browser .carousel-launcher span:first-of-type {
  font-size: 37px;
  color: #000;
}
.media-browser .items {
  display: none;
}

.overlay .popup.media .title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #fff;
}
.overlay .popup.media .title span {
  font-weight: bold;
  display: block;
}
.overlay .popup.media .title span.main {
  font-size: 35px;
}
.overlay .popup.media .title span.sub {
  font-size: 18px;
}
.overlay .popup.media .counter {
  position: absolute;
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #000;
  bottom: 50px;
  z-index: 1000;
  background: #fff;
}

.facets {
  text-transform: none;
}
.facets.full-box {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
@media (max-width: 991px) {
  .facets.full-box {
    padding-top: 10px;
  }
}
.facets.full-box:last-of-type {
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.facets ul {
  margin-bottom: 0;
}

.facet-title {
  color: #000;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
}
@media (min-width: 992px) {
  .facet-title {
    margin-bottom: 30px;
  }
}
.facet-title .iconfont {
  font-size: 16px;
  margin-right: 15px;
}
.facet-closed .facet-wrapper,
.facet-closed .loader {
  display: none !important;
}
.facetapi-facetapi-checkbox-links,
.facetapi-facetapi-links {
  list-style: none;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .facetapi-facetapi-checkbox-links,
.facetapi-facetapi-links {
    padding-top: 20px !important;
  }
}
.facetapi-facetapi-checkbox-links:last-of-type,
.facetapi-facetapi-links:last-of-type {
  margin-bottom: 0;
}
.item-list .facetapi-facetapi-checkbox-links li,
.item-list .facetapi-facetapi-links li {
  margin-bottom: 20px;
}
.facetapi-facetapi-checkbox-links li,
.facetapi-facetapi-links li {
  margin-bottom: 20px;
  vertical-align: middle;
}
.facetapi-facetapi-checkbox-links li.leaf,
.facetapi-facetapi-links li.leaf {
  list-style: none;
}
.facetapi-facetapi-checkbox-links a,
.facetapi-facetapi-links a {
  color: #6c6c6c;
  display: block;
  min-height: 20px;
  padding-left: 40px;
  position: relative;
  text-transform: none;
  vertical-align: middle;
}
.facetapi-facetapi-checkbox-links a:before,
.facetapi-facetapi-links a:before {
  background: #eeeeea;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  margin-right: 20px;
  position: absolute;
  top: 0;
  vertical-align: middle;
  width: 20px;
}
.facetapi-facetapi-checkbox-links a.facetapi-checkbox,
.facetapi-facetapi-links a.facetapi-checkbox {
  color: #6c6c6c;
}
.facetapi-facetapi-checkbox-links a.facetapi-checkbox:before,
.facetapi-facetapi-links a.facetapi-checkbox:before {
  color: #eeeeea;
  font-family: "kaaicons";
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  transition: color 0.2s ease-in-out;
}
.facetapi-facetapi-checkbox-links a.facetapi-checkbox:hover,
.facetapi-facetapi-links a.facetapi-checkbox:hover {
  color: #eeeeea;
  text-decoration: none;
}
.facetapi-facetapi-checkbox-links a.facetapi-checkbox:hover:before,
.facetapi-facetapi-links a.facetapi-checkbox:hover:before {
  color: rgba(0, 0, 0, 0.4);
}
.facetapi-facetapi-checkbox-links a.facetapi-active,
.facetapi-facetapi-links a.facetapi-active {
  color: #000;
}
.facetapi-facetapi-checkbox-links a.facetapi-active:before,
.facetapi-facetapi-links a.facetapi-active:before {
  color: #000;
}

.facetapi-facetapi-links a:before {
  color: transparent;
  font-family: "kaaicons";
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  transition: color 0.2s ease-in-out;
}
.facetapi-facetapi-links a.facetapi-inactive {
  color: #6c6c6c;
}
.facetapi-facetapi-links a.facetapi-inactive:hover {
  color: #000;
  text-decoration: none;
}
.facetapi-facetapi-links a.facetapi-inactive:hover:before {
  color: rgba(0, 0, 0, 0.4);
}

.tags-block {
  margin: 0 0 20px 0;
}
.tags-block ul {
  margin: 0;
  padding-left: 0 !important;
  list-style: none !important;
}
.tags-block ul > li {
  display: inline;
  margin-right: 5px;
}
.tags-block ul > li a {
  color: #000;
  font-weight: bold;
  font-size: 14px;
}
.tags-block ul > li a:hover {
  color: inherit;
}

.media-browser + .tags-block {
  margin: -20px 0 20px 0;
}

blockquote {
  position: relative;
  margin: 30px;
  background: #f2f2ee;
  font-size: 21px;
  padding: 72px 50px 26px 50px;
  text-align: center;
}
blockquote:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "kaaicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  width: 100%;
  font-size: 39px;
  color: #b9b9b9;
  top: 19px;
  left: 0;
}
blockquote:before:hover {
  text-decoration: none;
}
blockquote * {
  margin: 0 !important;
  padding: 0 !important;
}

.bordered-box {
  margin: 0 0 40px 0;
  color: #000;
  padding: 30px;
  border: 4px solid #000;
  position: relative;
}
.bordered-box > span {
  background: #fff;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: -14px;
  left: 20px;
  padding: 0 20px;
  height: 25px;
  overflow: hidden;
}
.bordered-box .title {
  background: #fff;
  display: block;
}
.bordered-box ul {
  margin: 40px 0;
  color: #000000;
  padding: 0 0 0 20px;
}
.bordered-box ul li {
  margin-bottom: 10px;
  color: #9f9f9f;
}
.bordered-box ul b {
  color: #000000;
  font-weight: bold;
}
.bordered-box p, .bordered-box b, .bordered-box ul, .bordered-box li, .bordered-box i, .bordered-box u {
  color: #000;
}
.bordered-box a {
  color: inherit;
}
.bordered-box .tickets-block {
  margin-bottom: 20px !important;
}

.full-box {
  background: #000;
  padding: 30px;
  margin: 0 0 40px 0;
}
.full-box p, .full-box b, .full-box ul, .full-box li, .full-box i, .full-box u {
  color: #fff;
  text-transform: uppercase;
}
.full-box a {
  color: inherit;
}

.facet-box.facet-block {
  position: relative;
}
.facet-box.facet-block .facet-wrapper.huge {
  height: 200px;
  overflow: hidden;
}
.facet-box.facet-block .facet-wrapper.huge + span.hidden,
.facet-box.facet-block .facet-wrapper.huge + span.loader {
  display: block;
}
.facet-box .loader {
  font-size: 13px;
  display: none;
  padding-top: 20px;
}
.facet-box .loader:hover {
  cursor: pointer;
  text-decoration: underline;
}
.facet-box .spacer {
  display: block;
  height: 4px;
  width: 100%;
  background: #000;
  left: 0;
  margin-top: 30px;
  bottom: 0;
}
.facet-box .form-group label {
  color: #6c6c6c;
}
.facet-box .form-group input {
  background-color: #eeeeea;
  border: none;
}
.facet-box .form-group .input-group-addon {
  background-color: #eeeeea;
  border: none;
}

.facet-box {
  border-right: 4px solid #000;
  border-left: 4px solid #000;
  padding: 0px 30px 30px 30px;
}

.hasDatepicker + .facet-box,
.facet-box:first-of-type {
  border-top: 4px solid #000;
  padding-top: 30px;
}

.facet-box:last-of-type {
  border-bottom: 4px solid #000;
}
.facet-box:last-of-type .spacer {
  display: none;
}

.partner-block {
  margin-bottom: 40px;
}
.partner-block li {
  display: inline-block;
  padding: 0;
}
.partner-block img {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 30px;
  transition: 0.125s ease-out;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.partner-block a img:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}

.credits-block {
  margin-bottom: 40px;
}
.credits-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.credits-block ul li > span {
  display: block;
  margin-bottom: 10px;
  color: #a3a3a3;
}
.credits-block ul li > span:first-of-type {
  font-weight: bold;
  margin-bottom: 12px;
  color: #000;
}
.credits-block ul li > span:last-of-type {
  margin-bottom: 20px;
}

.related-block {
  margin: 0 0 40px 0;
}
.related-block > h4 {
  color: #000;
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px;
  text-transform: none;
}
.related-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.related-block ul li {
  margin-bottom: 20px;
  transition: 0.125s ease-out;
}
.related-block ul li:before, .related-block ul li:after {
  content: " ";
  display: table;
}
.related-block ul li:after {
  clear: both;
}
.related-block ul li:hover div:last-of-type {
  color: inherit;
}
.related-block ul li:hover picture img {
  -webkit-backface-visibility: "hidden";
  -moz-backface-visibility: "hidden";
  backface-visibility: "hidden";
  transform: scale(1.1);
}
.related-block ul li picture {
  position: relative;
  overflow: hidden;
  display: block;
}
.related-block ul li picture img {
  transition: 0.125s ease-out;
}
.related-block ul li div:last-of-type {
  padding: 20px 0;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}
@media (min-width: 768px) {
  .related-block ul li div:last-of-type {
    padding: 0 20px;
  }
}
@media (min-width: 992px) {
  .related-block ul li div:last-of-type {
    padding: 10px 20px;
  }
}
@media (min-width: 1280px) {
  .related-block ul li div:last-of-type {
    padding: 30px 20px;
  }
}

.teaser-container,
.view-recent-articles {
  margin-left: -45px;
}
.teaser-container:before, .teaser-container:after,
.view-recent-articles:before,
.view-recent-articles:after {
  content: " ";
  display: table;
}
.teaser-container:after,
.view-recent-articles:after {
  clear: both;
}
.teaser-container .product.teaser,
.view-recent-articles .product.teaser {
  width: 100% !important;
}
@media (min-width: 768px) {
  .teaser-container .product.teaser,
.view-recent-articles .product.teaser {
    width: 50% !important;
  }
}
@media (min-width: 1280px) {
  .teaser-container .product.teaser,
.view-recent-articles .product.teaser {
    width: 33.333333333% !important;
  }
}

section.teaser {
  overflow: hidden;
  padding-left: 45px;
}
@media (max-width: 991px) {
  section.teaser {
    max-width: 500px;
  }
}
section.teaser .kaaicon-foto-video {
  width: 100%;
  float: left;
  display: block;
}
section.teaser .image {
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  display: block;
}
section.teaser .image:hover, section.teaser .image:active, section.teaser .image:focus {
  text-decoration: none;
}
section.teaser .info {
  z-index: 5;
}
section.teaser .info:hover h2, section.teaser .info:hover h3, section.teaser .info:hover h4, section.teaser .info:hover span {
  text-shadow: -2px 4px 0 rgba(0, 0, 0, 0.6);
}
section.teaser .info:hover img {
  transform: scale3d(1.05, 1.05, 1) translate3d(0, 0, 0);
}
section.teaser .info svg {
  display: none;
}
section.teaser .info span {
  font-size: 25px;
  margin-left: 0px;
}
section.teaser .info .data {
  position: absolute;
  z-index: 2;
  padding: 30px;
}
section.teaser .info h2, section.teaser .info h3, section.teaser .info h4, section.teaser .info span {
  text-transform: none;
  transition: 0.6s;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.6);
  color: #fff;
  position: relative;
  z-index: 2;
}
section.teaser .info h2 {
  font-weight: bold;
  margin: 0 0 15px 0;
  font-size: 20px;
}
section.teaser .info h3 {
  font-size: 18px;
  margin: 0;
}
section.teaser .info h4 {
  margin-top: 10px;
  font-size: 14px;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.6);
  display: inline-block;
}
section.teaser .info h4 + h4:before {
  content: "/";
  padding: 5px;
}
section.teaser .link {
  color: inherit;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
}
section.teaser .label {
  color: inherit;
  margin-left: 8px;
}
section.teaser .tags a {
  font-size: 12px;
  font-weight: bold;
}
section.teaser .tags-block {
  margin: 0;
}
section.teaser .tags-block a {
  font-size: 12px;
}
section.teaser .summary {
  margin: 0 0 30px 0;
  font-size: 15px;
  line-height: 24px;
  color: #a3a3a3;
}
section.teaser .date {
  font-size: 17px;
  color: #000;
  font-weight: bold;
}
@media (min-width: 768px) {
  section.teaser .date {
    text-align: right;
  }
}
section.teaser .date-range {
  padding-top: 5px;
}

@media (max-width: 991px) {
  .view-recent-articles .views-row {
    display: none;
  }
  .view-recent-articles .views-row-1,
.view-recent-articles .views-row-2,
.view-recent-articles .views-row-3 {
    display: block;
  }
}

div.small-container {
  margin-left: -40px;
}
div.small-container:before, div.small-container:after {
  content: " ";
  display: table;
}
div.small-container:after {
  clear: both;
}

.small-block {
  overflow: hidden;
  padding-left: 40px;
}
.small-block .image {
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  display: block;
}
.small-block .image:hover, .small-block .image:active, .small-block .image:focus {
  text-decoration: none;
}
.small-block .image:hover svg, .small-block .image:active svg, .small-block .image:focus svg {
  transform: scale(1.1);
  opacity: 0.3;
}
.small-block svg {
  position: absolute;
  z-index: 1;
  fill: #fff;
  opacity: 0.2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.8s ease-out;
}
.small-block h4 {
  font-size: 15px;
  text-align: center;
  color: #000;
  font-weight: bold;
  margin-top: 20px;
  text-transform: none;
}
.small-block .date {
  text-align: center;
  font-size: 17px;
  color: #000;
  font-weight: bold;
}

.section-title {
  margin: 40px 0;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 10px;
  position: relative;
  padding: 0;
}
.section-title span {
  background: #fff;
  padding: 0 15px;
  display: inline;
  position: relative;
  z-index: 1;
}
.section-title:before {
  content: "";
  height: 3px;
  width: 80%;
  max-width: 1000px;
  background: #000;
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .section-title.date {
    margin: 70px 0;
  }
}
@media (min-width: 768px) {
  .section-title {
    font-size: 30px;
    margin: 130px 0;
    padding: 0 100px;
  }
  .section-title span {
    padding: 0 45px;
  }
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.overlay .background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
}
.overlay .popup {
  position: fixed;
  top: 0;
  bottom: 0;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  z-index: 1001;
  margin: 0 auto;
  float: none;
  max-width: 800px;
  overflow-x: hidden;
  overflow-y: auto;
}
.overlay .popup section {
  padding: 20px 15px;
}
.overlay .popup.sm {
  text-align: center;
  background: #000;
  color: #fff;
  max-width: 460px;
}
.overlay .popup.sm section {
  padding: 50px 70px 40px 70px;
}
.overlay .popup.sm .title {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.overlay .popup.sm .sm-icons {
  text-align: center;
  margin: 60px 0;
}
.overlay .popup.sm .sm-icons span {
  color: #fff;
  margin: 0 40px;
  display: inline-block;
  font-size: 16px;
}
.overlay .popup.sm .sm-icons span:hover {
  color: #b1b1b1;
  cursor: pointer;
}
.overlay .popup.sm .sm-icons span:before {
  font-size: 30px;
  display: block;
  margin-bottom: 30px;
}
.overlay .popup.sm .close {
  position: relative;
  bottom: 0;
  top: initial;
  right: 0;
  width: 100%;
  height: 60px;
  left: 0;
  display: block;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}
.overlay .popup.sm .close:hover {
  color: #b1b1b1;
  cursor: pointer;
}
.overlay .popup.sm .close:before {
  display: none;
}
.overlay .popup.msg {
  max-width: 600px;
  padding: 40px;
  color: #fff4c0;
}
.overlay .popup.msg section {
  text-align: center;
  background: #000;
}
.overlay .popup.media {
  height: 90%;
  width: 90%;
  max-width: 90%;
}
.overlay .popup.media section {
  padding: 0;
  height: 100%;
}
@media (min-width: 768px) {
  .overlay .popup {
    position: relative;
    max-height: 90%;
  }
  .overlay .popup section {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .overlay .popup {
    overflow: auto;
    margin: 0 auto !important;
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
}
.overlay .popup .info {
  padding: 22px 0 0 0;
}
@media (min-width: 768px) {
  .overlay .popup .info {
    padding: 22px 30px 0 30px;
  }
}
.overlay .popup .info p {
  font-size: 14px;
  font-weight: 500;
}
.overlay .popup .info h1 {
  margin-top: 0;
  font-size: 24px;
  font-weight: 500;
}
.overlay .close {
  z-index: 100;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
}
.overlay .close:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "kaaicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: #000;
  width: 40px;
  height: 40px;
}
.overlay .close:before:hover {
  text-decoration: none;
}
.overlay .close:hover:before {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.5);
}

.overlay.search .background {
  background: rgba(0, 0, 0, 0.75);
}
.overlay.search .popup {
  max-width: 100%;
}
.overlay.search .popup section.content {
  position: relative;
  padding: 40px 0;
}
.overlay.search .popup section.content:before {
  position: absolute;
  top: 65px;
  left: 25px;
  font-size: 30px;
  color: #000;
}
.overlay.search .close {
  width: 50px;
  height: 50px;
  top: -10px;
}
.overlay.search .close:before {
  line-height: 50px;
  color: #fff;
  width: 50px;
  height: 50px;
}
.overlay.search input {
  background: #eee;
  width: 100%;
  border: 0;
  color: #000;
  padding-left: 75px;
  font-size: 28px;
  height: 80px;
}
.overlay.search input::-moz-placeholder {
  font-style: italic;
  font-weight: 100;
  color: #999;
  opacity: 1;
}
.overlay.search input:-ms-input-placeholder {
  color: #999;
  font-style: italic;
  font-weight: 100;
}
.overlay.search input::-webkit-input-placeholder {
  color: #999;
  font-weight: 100;
  font-style: italic;
}
.overlay.search input[type=submit] {
  display: none;
}

body.locked {
  overflow: hidden;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
  padding: 0 100px;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
  height: 100%;
}

.owl-controls {
  position: absolute;
  top: 0;
  width: 100%;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next {
  position: absolute;
  z-index: 100;
  margin-top: 500px;
  width: 50px;
  height: 100px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:before,
.owl-carousel .owl-controls .owl-nav .owl-next:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "kaaicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:before:hover,
.owl-carousel .owl-controls .owl-nav .owl-next:before:hover {
  text-decoration: none;
}

.owl-carousel .owl-controls .owl-nav .owl-prev {
  left: -100px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.owl-carousel .owl-controls .owl-nav .owl-next {
  right: 100px;
}
.owl-carousel .owl-controls .owl-nav .owl-next:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  height: 100%;
}

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #fff;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../../img/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  padding-top: 25%;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-outer, .fancybox-inner {
  position: relative;
  z-index: 8045;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../../img/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: fixed;
  top: 5%;
  right: 5%;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8050;
}
.fancybox-close:hover:before {
  color: #999999;
}
.fancybox-close:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "kaaicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: #000;
  width: 40px;
  height: 40px;
}
.fancybox-close:before:hover {
  text-decoration: none;
}

.fancybox-nav {
  position: fixed;
  top: 0;
  width: 10%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  width: 50px;
  height: 50px;
}
.fancybox-nav span:hover:before {
  color: #999999;
}
.fancybox-nav span:before {
  color: #000;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "kaaicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  font-size: 24px;
  display: block;
  width: 100%;
  top: 10px;
}
.fancybox-nav span:before:hover {
  text-decoration: none;
}

.fancybox-prev span {
  left: 60%;
}
.fancybox-prev span:before {
  content: "";
}

.fancybox-next span {
  right: 60%;
}
.fancybox-next span:before {
  text-align: right;
  content: "";
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: white;
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  color: #a3a3a3;
  font-size: 13px;
  white-space: nowrap;
}
.fancybox-title-float-wrap .child div {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  top: 30px;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../../img/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url("../../img/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/*!
 * Datetimepicker for Bootstrap 3
 * ! version : 4.7.14
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.input-group.date {
  margin-bottom: 20px;
}

.bootstrap-datetimepicker-widget {
  list-style: none;
  color: #000;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1280px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: "";
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after {
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after {
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after {
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after {
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after {
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after {
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action=clear]::after {
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action=today]::after {
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
  color: #000;
  text-align: center;
  border-radius: 0;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: rgba(0, 0, 0, 0.2);
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #f2f2ee;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: 0.8em;
  height: 20px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.6);
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  background: #f2f2ee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
  color: rgba(0, 0, 0, 0.6);
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: "";
  display: inline-block;
  border: 0 0 7px 7px solid transparent;
  border-bottom-color: #000;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #000;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: rgba(0, 0, 0, 0.2);
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 0;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #f2f2ee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #000;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: rgba(0, 0, 0, 0.6);
}
.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: rgba(0, 0, 0, 0.2);
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ccc;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 0;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #a3a3a3;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #969696;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #888;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #888;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=0px&bgColorHeader=%23f2f2ee&bgTextureHeader=flat&borderColorHeader=%23f2f2ee&fcHeader=%23000000&iconColorHeader=%23444444&bgColorContent=%23ffffff&bgTextureContent=flat&borderColorContent=%23fff&fcContent=%23000000&iconColorContent=%23000&bgColorDefault=%23ffffff&bgTextureDefault=flat&borderColorDefault=%23fff&fcDefault=%23000000&iconColorDefault=%23000&bgColorHover=%23000&bgTextureHover=flat&borderColorHover=%23000&fcHover=%23fff&iconColorHover=%23fff&bgColorActive=%23000000&bgTextureActive=flat&borderColorActive=%23000000&fcActive=%23ffffff&iconColorActive=%23ffffff&bgColorHighlight=%23000000&bgTextureHighlight=flat&borderColorHighlight=%23000000&fcHighlight=%23fff&iconColorHighlight=%23fff&bgColorError=%23fddfdf&bgTextureError=flat&borderColorError=%23f1a899&fcError=%235f3f3f&iconColorError=%23cc0000&bgColorOverlay=%23aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px&bgImgOpacityHeader=&bgImgOpacityContent=&bgImgOpacityDefault=&bgImgOpacityHover=&bgImgOpacityActive=&bgImgOpacityHighlight=&bgImgOpacityError=
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: inherit;
  font-size: 18px;
}

.ui-widget .ui-widget {
  font-size: 18px;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: inherit;
  font-size: 18px;
}

.ui-widget-content {
  border: 1px solid #fff;
  background: #ffffff;
  color: #000000;
}

.ui-widget-content a {
  color: #000000;
}

.ui-widget-header {
  border: 1px solid #f2f2ee;
  background: #f2f2ee;
  color: #000000;
  font-weight: bold;
}

.ui-widget-header a {
  color: #000000;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #fff;
  background: #ffffff;
  font-weight: normal;
  color: #000000;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #000000;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #000;
  background: #000;
  font-weight: normal;
  color: #fff;
}

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-radius: 0;
}

.ui-datepicker-calendar tbody {
  border-top: none;
}
.ui-datepicker-calendar .ui-state-default {
  line-height: 32px;
  font-weight: 700;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  max-width: 36px;
}
.ui-datepicker-calendar .ui-state-default.ui-state-highlight, .ui-datepicker-calendar .ui-state-default.ui-state-active, .ui-datepicker-calendar .ui-state-default.ui-state-hover {
  background: none;
  border: none;
  position: relative;
  z-index: 0;
}
.ui-datepicker-calendar .ui-state-default.ui-state-highlight:after, .ui-datepicker-calendar .ui-state-default.ui-state-active:after, .ui-datepicker-calendar .ui-state-default.ui-state-hover:after {
  position: absolute;
  content: "";
  border-radius: 50px;
  width: 36px;
  height: 36px;
  top: 50%;
  left: 50%;
  margin-left: -18px;
  margin-top: -18px;
  z-index: -1;
}
.ui-datepicker-calendar .ui-state-default.ui-state-highlight:after, .ui-datepicker-calendar .ui-state-default.ui-state-active:after {
  background: #eeeeea;
}
.ui-datepicker-calendar .ui-state-default.ui-state-hover:after {
  background: #000;
}
.ui-datepicker-calendar td a {
  border-radius: 50px;
}

.ui-datepicker {
  border: none;
  padding: 0;
  width: 100%;
}
.ui-datepicker th {
  padding: 2px;
}
.ui-datepicker .ui-datepicker-header {
  padding: 10px 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  cursor: pointer;
  height: 100%;
  top: 0;
}
.ui-datepicker .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-datepicker-next.ui-state-hover {
  background: none;
  border: none;
  font-weight: 700;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  margin-top: -12px;
}
.ui-datepicker .ui-datepicker-prev span:before,
.ui-datepicker .ui-datepicker-next span:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "kaaicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
}
.ui-datepicker .ui-datepicker-prev span:before:hover,
.ui-datepicker .ui-datepicker-next span:before:hover {
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-next span {
  left: auto;
  right: 50%;
  margin-right: -8px;
  margin-left: auto;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  color: #000;
  top: 0;
}
.ui-datepicker .ui-icon {
  background: none;
  height: 24px;
  text-indent: 0;
  width: 20px;
}

.ui-datepicker-title:hover {
  cursor: pointer;
}

.message-wrapper {
  background: #5cb8da;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 60px;
  padding: 30px 40px;
  position: relative;
}

.message-close {
  cursor: pointer;
  display: block;
  font-size: 24px;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
}

.mosaic {
  position: relative;
}

@media (max-width: 991px) {
  .mosaic-large,
.mosaic-wide,
.mosaic-high {
    max-width: 500px;
  }
}
.mosaic-large .image,
.mosaic-wide .image,
.mosaic-high .image {
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.mosaic-large .image:hover, .mosaic-large .image:active, .mosaic-large .image:focus,
.mosaic-wide .image:hover,
.mosaic-wide .image:active,
.mosaic-wide .image:focus,
.mosaic-high .image:hover,
.mosaic-high .image:active,
.mosaic-high .image:focus {
  text-decoration: none;
}
.mosaic-large .info,
.mosaic-wide .info,
.mosaic-high .info {
  z-index: 5;
  background-repeat: no-repeat;
  background-size: cover;
}
.mosaic-large .info:hover img,
.mosaic-wide .info:hover img,
.mosaic-high .info:hover img {
  transform: scale(1.1);
}
.mosaic-large .info:hover h2, .mosaic-large .info:hover h3, .mosaic-large .info:hover h4, .mosaic-large .info:hover span,
.mosaic-wide .info:hover h2,
.mosaic-wide .info:hover h3,
.mosaic-wide .info:hover h4,
.mosaic-wide .info:hover span,
.mosaic-high .info:hover h2,
.mosaic-high .info:hover h3,
.mosaic-high .info:hover h4,
.mosaic-high .info:hover span {
  text-shadow: -2px 4px 0 rgba(0, 0, 0, 0.6);
}
.mosaic-large .data span,
.mosaic-wide .data span,
.mosaic-high .data span {
  font-size: 55px;
  margin-left: 20px;
  color: #fff;
  position: relative;
  z-index: 2;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.6);
  transition: 0.6s;
}
.mosaic-large .data,
.mosaic-wide .data,
.mosaic-high .data {
  position: absolute;
  z-index: 2;
  padding: 30px;
}
.mosaic-large h2, .mosaic-large h3, .mosaic-large h4,
.mosaic-wide h2,
.mosaic-wide h3,
.mosaic-wide h4,
.mosaic-high h2,
.mosaic-high h3,
.mosaic-high h4 {
  color: #fff;
  position: relative;
  z-index: 2;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.6);
  transition: 0.6s;
  text-transform: none;
}
.mosaic-large h2,
.mosaic-wide h2,
.mosaic-high h2 {
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 15px 0;
}
.mosaic-large h3,
.mosaic-wide h3,
.mosaic-high h3 {
  margin: 0;
  text-transform: none;
}
.mosaic-large h4,
.mosaic-wide h4,
.mosaic-high h4 {
  margin-top: 60px;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.6);
  display: block;
  float: left;
  width: 100%;
}
.mosaic-large .link,
.mosaic-wide .link,
.mosaic-high .link {
  color: inherit;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
}
.mosaic-large .label,
.mosaic-wide .label,
.mosaic-high .label {
  color: inherit;
  margin-left: 8px;
}
.mosaic-large .tags a,
.mosaic-wide .tags a,
.mosaic-high .tags a {
  font-size: 12px;
  font-weight: bold;
}
.mosaic-large .tags-block,
.mosaic-wide .tags-block,
.mosaic-high .tags-block {
  margin: 0;
}
.mosaic-large .tags-block a,
.mosaic-wide .tags-block a,
.mosaic-high .tags-block a {
  font-size: 12px;
}
.mosaic-large .summary,
.mosaic-wide .summary,
.mosaic-high .summary {
  margin: 30px 0;
  font-size: 15px;
  line-height: 24px;
  color: #a3a3a3;
}
.mosaic-large .date,
.mosaic-wide .date,
.mosaic-high .date {
  text-align: left;
  font-size: 30px;
  color: #000;
  font-weight: bold;
}

.mosaic-large {
  margin-bottom: 40px;
}
.mosaic-large h2 {
  font-size: 20px;
}
@media (min-width: 768px) {
  .mosaic-large h2 {
    font-size: 60px;
  }
}
.mosaic-large h3 {
  font-size: 18px;
}
@media (min-width: 768px) {
  .mosaic-large h3 {
    font-size: 18px;
  }
}
.mosaic-large h4 {
  font-size: 18px;
}
@media (min-width: 768px) {
  .mosaic-large h4 {
    font-size: 20px;
  }
}
.mosaic-large span {
  font-size: 40px;
}

section.mosaic-wide.default img {
  width: 100%;
}

.mosaic-high h2,
.mosaic-wide h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 15px 0;
}
@media (min-width: 768px) {
  .mosaic-high h2,
.mosaic-wide h2 {
    font-size: 28px;
  }
}
.mosaic-high h3,
.mosaic-wide h3 {
  font-size: 18px;
  margin: 0;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.6);
  text-transform: none;
}
.mosaic-high h4,
.mosaic-wide h4 {
  font-size: 18px;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.6);
}
@media (min-width: 768px) {
  .mosaic-high h4,
.mosaic-wide h4 {
    font-size: 14px;
  }
}
.mosaic-high .date,
.mosaic-wide .date {
  text-align: right;
  font-size: 17px;
  color: #000;
  font-weight: bold;
}
.mosaic-region-left .mosaic-high .date,
.mosaic-region-left .mosaic-wide .date {
  text-align: left;
}
@media (min-width: 992px) {
  .mosaic-region-middle .mosaic-high img,
.mosaic-region-middle .mosaic-wide img {
    width: 100%;
    max-width: auto;
  }
}
.mosaic-region-middle .mosaic-high .date,
.mosaic-region-middle .mosaic-wide .date {
  margin-right: 40px;
}

.mosaic-small {
  margin-bottom: 20px;
  overflow: auto;
}
.mosaic-small .data {
  position: absolute;
  z-index: 2;
  padding: 30px;
}
@media (min-width: 1280px) {
  .mosaic-small .data {
    bottom: 0;
  }
}
.mosaic-small .data h4 {
  margin-top: 0;
  text-align: left;
}
@media (max-width: 992px) {
  .mosaic-small .data h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.mosaic-small .data h5 {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .mosaic-small .data h5 {
    font-size: 18px;
    font-weight: 500;
  }
}
.mosaic-small .data h4, .mosaic-small .data h5 {
  color: #fff;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.6);
  text-transform: none;
}
.mosaic-small .info {
  z-index: 5;
  background-repeat: no-repeat;
  background-size: cover;
}
.mosaic-small .info:hover img {
  transform: scale(1.1);
}

.mosaic-teaser .data h4 {
  margin-top: 40px;
}

/**
 * Mosaic layout 2
 */
.mosaic-region-top-right {
  float: right;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 992px) {
  .mosaic-region-top-right {
    min-height: 60px;
    max-height: 120px;
    overflow: hidden;
    width: 300px;
  }
}
@media (min-width: 1280px) {
  .mosaic-region-top-right {
    width: 440px;
  }
}

.mosaic-region-top-right-two {
  float: right;
  margin-left: -40px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 10;
}
@media (min-width: 992px) {
  .mosaic-region-top-right-two {
    width: 380px;
  }
}
@media (min-width: 1280px) {
  .mosaic-region-top-right-two {
    width: 520px;
  }
}

.mosaic-region-top-left {
  float: left;
  width: 100%;
}
@media (min-width: 992px) {
  .mosaic-region-top-left {
    width: 600px;
  }
}
@media (min-width: 1280px) {
  .mosaic-region-top-left {
    width: 780px;
  }
}
.mosaic-region-top-left iframe {
  height: 610px !important;
  width: 100% !important;
}
@media (max-width: 992px) {
  .mosaic-region-top-left iframe {
    height: 230px !important;
  }
}

.mosaic-region-middle-left {
  float: left;
  position: relative;
  width: 100%;
  z-index: 15;
}
@media (min-width: 992px) {
  .mosaic-region-middle-left {
    margin-right: -120px;
    width: 660px;
  }
}
@media (min-width: 1280px) {
  .mosaic-region-middle-left {
    margin-right: -100px;
    width: 900px;
  }
}

.mosaic-region-middle-right {
  float: right;
  width: 100%;
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) {
  .mosaic-region-middle-right {
    margin-top: -50px;
    width: 300px;
  }
}
@media (min-width: 1280px) {
  .mosaic-region-middle-right {
    margin-top: -80px;
    width: 380px;
  }
}

.mosaic-sidebar {
  margin-top: 20px;
  float: right;
}
@media (min-width: 992px) {
  .mosaic-sidebar {
    padding: 0 0 0 40px;
  }
}
@media (min-width: 1280px) {
  .mosaic-sidebar {
    padding: 0 40px;
  }
}

/**
 * Mosaic layout 1
 */
.mosaic-variant .upcoming-wrapper,
.mosaic-variant .mosaic-sidebar {
  margin-top: 0;
}

.mosaic-region-left,
.mosaic-region-right {
  float: left;
  width: 100%;
}
@media (min-width: 992px) {
  .mosaic-region-left,
.mosaic-region-right {
    margin-top: 40px;
    max-height: none;
    width: 310px;
  }
}
@media (min-width: 1280px) {
  .mosaic-region-left,
.mosaic-region-right {
    width: 400px;
  }
}

.mosaic-region-middle {
  float: left;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (min-width: 992px) {
  .mosaic-region-middle {
    margin: 0 -20px;
    width: 360px;
  }
}
@media (min-width: 1280px) {
  .mosaic-region-middle {
    width: 480px;
  }
}

.mosaic-full-width {
  clear: both;
  margin-bottom: 40px;
  width: 100%;
}

.mosaic-text {
  margin-bottom: 25px;
  padding: 0 50px;
}

.upcoming-wrapper {
  background: #fff;
  margin: 0 0 40px 0;
  z-index: 1;
  position: relative;
  padding: 0;
}
.upcoming-wrapper .owl-carousel .owl-item {
  text-align: left;
}
.upcoming-wrapper .owl-controls {
  position: static;
}
.upcoming-wrapper .owl-carousel .owl-nav .owl-prev,
.upcoming-wrapper .owl-carousel .owl-nav .owl-next {
  height: 24px;
  margin-top: -12px;
  top: 50%;
}
.upcoming-wrapper .owl-carousel .owl-nav .owl-prev:before,
.upcoming-wrapper .owl-carousel .owl-nav .owl-next:before {
  color: #000;
  transition: color 0.2s ease-in-out;
}
.upcoming-wrapper .owl-carousel .owl-nav .owl-prev.disabled,
.upcoming-wrapper .owl-carousel .owl-nav .owl-next.disabled {
  cursor: default;
}
.upcoming-wrapper .owl-carousel .owl-nav .owl-prev.disabled:before,
.upcoming-wrapper .owl-carousel .owl-nav .owl-next.disabled:before {
  color: #ccc;
}
.upcoming-wrapper .owl-carousel .owl-nav .owl-prev {
  left: 10px;
}
.upcoming-wrapper .owl-carousel .owl-nav .owl-next {
  right: 10px;
}
.upcoming-wrapper .owl-stage-outer:before, .upcoming-wrapper .owl-stage-outer:after {
  content: "";
  height: 100%;
  width: 40px;
  top: 0;
  position: absolute;
  z-index: 1;
}
.upcoming-wrapper .owl-stage-outer:before {
  background: #fff;
  left: 0;
}
.upcoming-wrapper .owl-stage-outer:after {
  background: #fff;
  right: 0;
}
@media (min-width: 600px) {
  .upcoming-wrapper .owl-stage-outer:before, .upcoming-wrapper .owl-stage-outer:after {
    width: 80px;
  }
  .upcoming-wrapper .owl-carousel .owl-nav .owl-prev {
    left: 30px;
  }
  .upcoming-wrapper .owl-carousel .owl-nav .owl-next {
    right: 30px;
  }
}

.upcoming-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.upcoming-item {
  color: #000;
  float: left;
  padding: 20px 10px;
}
.upcoming-item h1 {
  font-size: 20px;
}
.upcoming-item h2 {
  font-size: 18px;
}
.upcoming-item h3 {
  font-size: 16px;
}
.upcoming-item .title {
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  margin: 0;
}
.upcoming-item .subtitle {
  font-size: 14px;
  font-weight: 700;
  margin: 10px 0 60px 0;
  text-transform: none;
}
.upcoming-item .date {
  text-align: left;
  font-size: 20px;
  color: #000;
  margin-bottom: 40px;
  font-weight: 700;
  text-transform: uppercase;
}
.upcoming-item .details {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.upcoming-item .btn-ticket {
  color: #000;
}
.upcoming-item .btn-ticket:hover {
  color: #fff;
}

.item-link {
  color: #000;
}
.item-link:hover, .item-link:focus {
  text-decoration: none;
}

.newsletter-box {
  color: #fff;
}
.newsletter-box h4 {
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: none;
}
.newsletter-box .form-email {
  color: #000;
  margin-bottom: 30px;
  padding: 10px 15px;
  width: 100%;
}
.newsletter-box .form-email::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #dcdcdc;
  font-style: italic;
}
.newsletter-box .form-email::-moz-placeholder {
  /* Firefox 19+ */
  color: #dcdcdc;
  font-style: italic;
}
.newsletter-box .form-email:-ms-input-placeholder {
  /* IE 10+ */
  color: #dcdcdc;
  font-style: italic;
}
.newsletter-box .form-email:-moz-placeholder {
  /* Firefox 18- */
  color: #dcdcdc;
  font-style: italic;
}
.newsletter-box .form-email .form-item {
  margin: 0 0 20px 0;
}
.newsletter-box .form-submit {
  color: #fff;
  border: 3px solid white;
  padding: 4px 14px;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  background: transparent;
  font-size: 14px;
  text-decoration: none;
  transition: 0.125s ease-out;
}
.newsletter-box .form-submit:hover {
  background: white;
  color: #000;
}

.view-shop {
  margin-left: -40px;
}
.view-shop:before, .view-shop:after {
  content: " ";
  display: table;
}
.view-shop:after {
  clear: both;
}
.view-shop .product,
.view-shop .product-wrapper {
  margin-bottom: 40px;
  padding-left: 40px;
}
.view-shop .product-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 380px) {
  .view-shop .product {
    width: 100%;
  }
}
@media (min-width: 480px) {
  .view-shop .product:nth-of-type(2n+2) {
    clear: left;
  }
}
@media (min-width: 768px) {
  .view-shop .product:nth-of-type(2n+2) {
    clear: none;
  }
  .view-shop .product:nth-of-type(3n+3) {
    clear: left;
  }
}
@media (min-width: 992px) {
  .view-shop {
    margin-left: -40px;
  }
  .view-shop .product {
    margin-bottom: 80px;
    padding-left: 60px;
  }
  .view-shop .product:nth-of-type(3n+3) {
    clear: none;
  }
  .view-shop .product:nth-of-type(4n+4) {
    clear: left;
  }
}

.product-wrapper > .product {
  height: 100%;
  margin-bottom: 0;
  padding-left: 0;
}

.product-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.product-info p {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.product .product-title {
  text-align: center;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 20px;
  text-transform: none;
  text-shadow: none;
}
.product .product-title a {
  color: inherit;
}
.product.teaser {
  padding-bottom: 50px;
}
.product p {
  font-size: 14px;
  font-style: italic;
  line-height: 1.85714;
  margin-bottom: 20px;
}
.product.small .product-title {
  font-size: 15px;
}
.product.mosaic-wide, .product.mosaic-high {
  padding-left: 0;
  margin-bottom: 30px;
}
.product.soldout .product-link,
.product.soldout .product-title,
.product.soldout p {
  opacity: 0.5;
  transition: opacity 0.2s ease-in-out;
}
.product.sticky .product-link {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.product.sticky .product-title {
  font-size: 22px;
  left: 5%;
  line-height: 1.5;
  position: absolute;
  text-align: left;
  text-transform: uppercase;
  width: 90%;
}
@media (min-width: 992px) {
  .product.sticky .product-title {
    font-size: 28px;
  }
}
.product.sticky .product-info {
  float: right;
  margin-right: 5%;
  width: 25%;
}

.product-link {
  height: 100%;
  width: 100%;
}
.product-link p {
  color: #a3a3a3;
  transition: color 0.2s ease-in-out;
}
.product-link img {
  transition: transform 0.2s ease-in-out;
}
.product-link:hover {
  text-decoration: none;
}
.product-link:hover p {
  color: #707070;
}
.product-link:hover img {
  animation: moveUp 0.4s ease-in-out;
}

.product-price {
  color: #000;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.product-buy {
  border-bottom: 2px solid #8c8c8a;
  color: #000;
  display: inline-block;
  font-size: 16px;
  padding-bottom: 2px;
  transition: border-color 0.2s ease-in-out;
}
.product-buy:hover {
  border-color: #444;
  color: #000;
  text-decoration: none;
}
.product-buy.soldout {
  border: none;
  color: #e26f6f;
}

.image-bg {
  background: #333333;
  display: block;
  height: 0;
  margin-bottom: 5%;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
.image-bg img {
  bottom: -5%;
  display: block;
  left: 0;
  height: auto;
  margin: 0 auto;
  max-height: 100%;
  max-width: 90%;
  position: absolute;
  right: 0;
  width: auto;
}
.sticky .image-bg img {
  bottom: -80px;
  left: 5%;
  max-height: 90%;
  right: auto;
  width: 60%;
}

.mosaic-region-right .product.mosaic-high .product-info,
.mosaic-region-left .product.mosaic-high .product-info {
  padding: 0 40px;
}

@media (min-width: 992px) {
  .view-shop .product.teaser {
    width: 25%;
  }
}

.content-block {
  margin-bottom: 40px;
  padding-left: 40px;
}
@media (max-width: 479px) {
  .content-block {
    width: 100%;
  }
}
@media (min-width: 480px) {
  .content-block:nth-of-type(2n+1) {
    clear: left;
  }
}
@media (min-width: 992px) {
  .content-block:nth-of-type(2n+1) {
    clear: none;
  }
  .content-block:nth-of-type(3n+1) {
    clear: left;
  }
}
.content-block h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
  hyphens: auto;
  word-break: break-word;
}
.content-block h4 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: none;
  hyphens: auto;
  word-break: break-word;
}
.content-block h5 {
  text-transform: none;
}
.content-block ul {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}
.content-block li {
  font-size: 16px;
  margin-bottom: 5px;
}
.content-block li:last-of-type {
  margin-bottom: 0;
}
.content-block li a {
  border-bottom: 2px solid #8c8c8a;
  color: #191916;
  display: inline-block;
  padding-bottom: 2px;
}
.content-block li a:hover {
  text-decoration: none;
}
.content-block li span {
  color: #191916;
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  margin: 2px 10px 0 0;
  vertical-align: top;
}
.content-block p {
  font-style: italic;
  line-height: 2;
}

.block-container {
  margin-left: -40px;
}
.block-container:before, .block-container:after {
  content: " ";
  display: table;
}
.block-container:after {
  clear: both;
}

.form-item .form-text {
  background: #f2f2ee;
  border: 2px solid #f2f2ee;
  color: #000;
  padding: 10px 15px;
}
.form-item .form-text,
.form-item .form-select {
  max-width: 100%;
  width: auto;
}
.form-item input.error {
  border-color: #e26f6f;
}

.webform-component {
  float: left;
  margin: 0 0 20px;
  width: 100%;
}
.webform-component label {
  display: block;
  font-weight: 400;
  margin-bottom: 5px;
}

.webform-component-select label {
  display: none;
}
.webform-component-select .form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f2f2ee;
  background: #f2f2ee url("../../img/arrow-down.png") top right no-repeat;
  border: none;
  border-radius: 0;
  color: #000;
  display: block;
  height: 43px;
  padding: 10px 15px;
}

.form-actions {
  clear: both;
  float: left;
  margin: 40px 0 0;
  text-align: right;
  width: 100%;
}
.form-actions .webform-submit {
  background: none;
  border: none;
  border-bottom: 2px solid #000;
  color: #000;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  padding: 0 0 4px;
}

/**
 * Custom checkbox
 */
/* Base for label styling */
[type=checkbox]:not(:checked),
[type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
[type=checkbox]:not(:checked) + label,
[type=checkbox]:checked + label {
  color: #a3a3a3;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  transition: color 0.1s;
}
[type=checkbox]:not(:checked) + label:before,
[type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: #f2f2ee;
}
[type=checkbox]:not(:checked) + label:after,
[type=checkbox]:checked + label:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "kaaicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 3px;
  left: 2px;
  font-size: 14px;
  line-height: 1;
  color: #000;
  transition: all 0.1s;
}
[type=checkbox]:not(:checked) + label:after:hover,
[type=checkbox]:checked + label:after:hover {
  text-decoration: none;
}

/* checked mark aspect changes */
[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0.75);
}

[type=checkbox]:checked + label {
  color: #000;
}
[type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

/* disabled checkbox */
[type=checkbox]:disabled:not(:checked) + label:before, [type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type=checkbox]:disabled:checked + label:after {
  color: #999;
}
[type=checkbox]:disabled + label {
  color: #aaa;
}

/* accessibility */
[type=checkbox]:checked + label:before,
[type=checkbox]:not(:checked) + label:before {
  border: none;
}

.messages {
  clear: both;
  float: left;
  width: 100%;
}

.messages-inline.error {
  background: transparent;
  border: none;
  color: #e26f6f;
  margin: -10px 0 20px;
  padding: 0;
}

.sticky-nav {
  display: none;
}
@media (min-width: 992px) {
  .sticky-nav {
    background: #fff;
    display: block;
    transition: transform 0.5s, opacity 0.2s;
    width: 100%;
  }
  .sticky-nav.sexy-menu {
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    transform: translateY(-100%);
    opacity: 0;
  }
  .sticky-nav.detached {
    transform: translateY(-100%);
    opacity: 0;
  }
  .sticky-nav.detached.visible {
    transform: translateY(0%);
    opacity: 1;
  }
  .sticky-nav .small {
    overflow: visible;
  }
  .sticky-nav header[role=banner].small {
    padding: 0;
  }
  .sticky-nav header[role=banner].small .search-trigger {
    top: 20px;
  }
  .sticky-nav header[role=banner].small .siteinfo {
    padding: 20px 35px 20px;
  }
  .sticky-nav header[role=banner].small .kaaicon-logo {
    height: auto;
  }
  .sticky-nav header[role=banner].small .kaaicon-logo:before {
    font-size: 30px;
    line-height: 1;
    height: 30px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .sticky-nav header[role=banner].small .desktop-menu nav[role=navigation] ul > li.expanded:before {
    bottom: -10px;
  }
  .sticky-nav header[role=banner].small .desktop-menu nav[role=navigation] ul li.active a:before, .sticky-nav header[role=banner].small .desktop-menu nav[role=navigation] ul li.active-trail a:before {
    top: 43px;
  }
}
@media (min-width: 992px) {
  .sticky-nav header[role=banner].small .desktop-menu nav[role=navigation] ul a {
    padding: 20px 30px;
  }
  .sticky-nav header[role=banner].small .desktop-menu nav[role=navigation] ul li {
    min-height: 0;
  }
  .sticky-nav header[role=banner].small .desktop-menu nav[role=navigation] ul > li.expanded ul {
    top: 100%;
  }
}

.page-paragraphs {
  margin-top: 30px;
}
.page-paragraphs .paragraph {
  margin-bottom: 30px;
}

.paragraph-gallery h2 {
  font-size: 16px;
  font-weight: bold;
  text-transform: none;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .fancybox-overlay .fancybox-wrap {
    left: 0 !important;
    top: 30% !important;
    width: 100% !important;
  }
  .fancybox-overlay .fancybox-wrap .fancybox-outer {
    width: 100% !important;
    height: auto !important;
  }
  .fancybox-overlay .fancybox-wrap .fancybox-outer .fancybox-inner {
    width: 100% !important;
    height: auto !important;
  }
  .fancybox-overlay .fancybox-wrap .fancybox-outer .fancybox-inner img {
    width: 100% !important;
    height: auto;
  }
  .fancybox-overlay .fancybox-wrap .fancybox-outer .fancybox-nav {
    z-index: 9000 !important;
    top: -5% !important;
  }
  .fancybox-overlay .fancybox-wrap .fancybox-outer .fancybox-nav span {
    background: #ccc !important;
    text-align: center !important;
    border-radius: 100% !important;
    opacity: 0.8 !important;
    width: 40px !important;
    height: 40px !important;
  }
  .fancybox-overlay .fancybox-wrap .fancybox-outer .fancybox-nav span:before {
    top: 8px !important;
  }
  .fancybox-overlay .fancybox-wrap .fancybox-outer .fancybox-prev span:before {
    left: 0 !important;
  }
  .fancybox-overlay .fancybox-wrap .fancybox-outer .fancybox-next span:before {
    right: 6px !important;
  }
}

.banner-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  margin-right: 20px;
  margin-bottom: 20px;
}
.banner-wrapper .banner {
  display: flex;
}

.kijk-lees-filters .filter-title {
  color: #000;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
}
.kijk-lees-filters .filters {
  border: 4px solid #000;
  background: #fdfdfd;
  padding: 20px;
  display: flex;
}
.kijk-lees-filters .filter-actions {
  height: 100%;
}
.kijk-lees-filters .filter-actions #edit-submit-articles {
  position: absolute;
  bottom: 10px;
  background: none;
  border: none;
  border-bottom: 2px solid #000;
  color: #000;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  padding: 0 0 4px;
}

.view:before, .view:after,
.view-content:before,
.view-content:after {
  content: " ";
  display: table;
}
.view:after,
.view-content:after {
  clear: both;
}

.production-detail h1 {
  margin: 20px 0 50px 0;
}
.production-detail h2 {
  margin: 0 0 0 0;
}
.production-detail h2.title {
  word-break: inherit;
}
.production-detail h1 .sub, .production-detail h2 .sub {
  font-size: 0.4em;
  display: block;
  line-height: 1.2;
}
.production-detail a[href$=".pdf"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "kaaicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
  font-size: 20px;
  content: "";
}
.production-detail a[href$=".pdf"]:before:hover {
  text-decoration: none;
}
.production-detail a[href$=".pdf"]:hover {
  color: #000;
  text-decoration: none;
}
.production-detail .main-image {
  position: relative;
}
@media (min-width: 992px) {
  .production-detail .main-image .livestream iframe {
    width: 785px;
    height: 555px;
  }
}
.production-detail .main-image .logos-v2 {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap-reverse;
  padding: 20px;
  margin: -10px;
  padding-left: 80px;
}
@media (max-width: 991px) {
  .production-detail .main-image .logos-v2 {
    position: relative;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }
}
.production-detail .main-image .logos-v2 > .festival-logo {
  position: static;
  margin: 10px;
}
.production-detail .main-image .logos-v2 > .festival-logo img {
  margin: 0;
}
.production-detail .main-image .festival-logo {
  max-width: 170px;
  display: block;
  margin: -20px 0 20px 0;
}
@media (min-width: 992px) {
  .production-detail .main-image .festival-logo {
    position: absolute;
    margin: 0;
    z-index: 100;
    right: 10px;
    bottom: 10px;
    max-width: 170px;
  }
  .production-detail .main-image .festival-logo.has-livestream {
    bottom: 60px;
    max-width: 102px;
    opacity: 0.4;
    right: 28px;
  }
}
.production-detail .main-image.multiple-logos .media-browser {
  margin-bottom: 20px;
}
.production-detail .main-image.multiple-logos .logos {
  margin: -10px -10px 20px;
}
.production-detail .main-image.multiple-logos .logos > * {
  margin: 10px;
}
.production-detail .main-image.multiple-logos .logos .festival-logo {
  position: relative;
  opacity: 1;
  max-width: 170px;
  display: inline-block;
  right: auto;
  bottom: auto;
}
.production-detail .date {
  margin: 0 0 60px 0;
  font-size: 30px;
  color: #000;
  font-weight: bold;
}
.production-detail .content-wrapper, .production-detail .content-wrapper p {
  color: #000;
}
.production-detail .content-wrapper .credits {
  font-size: 12px;
}
.production-detail .content-wrapper .credits p {
  color: #737373;
}
.production-detail .content-wrapper img {
  display: block;
  float: left;
  margin: 0 20px 0 0;
}
@media (min-width: 992px) {
  .production-detail .content-wrapper img {
    margin: 0 40px 0 0;
  }
}
.production-detail p b {
  color: #000;
}
@media (min-width: 768px) {
  .production-detail > article {
    padding-right: 55px;
  }
}
.production-detail > article p {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .production-detail > aside {
    padding: 20px 50px 0 0;
  }
}

.arrow-list {
  clear: both;
  background: #000;
  padding: 30px;
  margin: 0 0 40px 0;
  list-style: none;
}
.arrow-list .title,
.arrow-list .subtitle {
  margin: 0;
}
.arrow-list .title {
  font-weight: 700;
}
.arrow-list .subtitle {
  text-transform: none;
}
.arrow-list li {
  margin-bottom: 30px;
}
.arrow-list li:last-of-type {
  margin-bottom: 0;
}
.arrow-list li > a {
  display: block;
  padding-right: 20px;
  position: relative;
}
.arrow-list li > a:hover {
  text-decoration: none;
}
.arrow-list li > a:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "kaaicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
}
.arrow-list li > a:after:hover {
  text-decoration: none;
}
.arrow-list .lang {
  display: inline-block;
  font-size: 10px;
  margin-top: 2px;
  vertical-align: top;
}

.bill-title {
  color: #000;
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
}

.multi-bill {
  margin: 40px 0;
}
@media (min-width: 768px) {
  .multi-bill {
    margin: 80px 0;
  }
}

.practical-info-description p {
  margin: 0 !important;
}

section.article-detail .content > div,
section.artist-detail .content > div {
  color: #000;
}
section.article-detail .content small,
section.artist-detail .content small {
  color: #a3a3a3;
  font-size: 12px;
  margin: 10px 0;
  display: block;
}
section.article-detail .content h1,
section.artist-detail .content h1 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 40px;
  margin: 0 0 40px 0;
}
section.article-detail .content hr,
section.artist-detail .content hr {
  margin: 0 0 40px 0;
}
section.article-detail .content h2,
section.artist-detail .content h2 {
  font-size: 24px;
}
section.article-detail .content h3,
section.artist-detail .content h3 {
  font-size: 19px;
}
section.article-detail .content h2, section.article-detail .content h3,
section.artist-detail .content h2,
section.artist-detail .content h3 {
  font-weight: bold;
}
section.article-detail .content h2 + p, section.article-detail .content h3 + p,
section.artist-detail .content h2 + p,
section.artist-detail .content h3 + p {
  margin-top: -30px;
}
section.article-detail .content h2 + h3,
section.artist-detail .content h2 + h3 {
  margin-top: -20px;
}
section.article-detail .content blockquote,
section.article-detail .content .embed-responsive,
section.article-detail .content table,
section.article-detail .content h2,
section.article-detail .content h3,
section.article-detail .content p,
section.artist-detail .content blockquote,
section.artist-detail .content .embed-responsive,
section.artist-detail .content table,
section.artist-detail .content h2,
section.artist-detail .content h3,
section.artist-detail .content p {
  margin: 0 0 20px 0;
}
@media (min-width: 768px) {
  section.article-detail .content,
section.artist-detail .content {
    padding: 30px 0;
  }
  section.article-detail .content blockquote,
section.article-detail .content table,
section.article-detail .content .embed-responsive,
section.article-detail .content h2,
section.article-detail .content h3,
section.article-detail .content p,
section.artist-detail .content blockquote,
section.artist-detail .content table,
section.artist-detail .content .embed-responsive,
section.artist-detail .content h2,
section.artist-detail .content h3,
section.artist-detail .content p {
    margin: 0 0 20px 0;
  }
}

@media (min-width: 992px) {
  section.artist-detail .related-content section.teaser {
    width: 50% !important;
  }
}
.media-element-container .content {
  padding: 0 !important;
}

/**
*
*/
section.festival-detail .cta-block {
  margin: 20px 0;
}
section.festival-detail .cta-block a {
  margin: 0 20px 0 0;
  font-size: 16px;
  line-height: 30px;
}
@media (min-width: 1280px) {
  section.festival-detail .cta-block {
    padding-left: 104px;
  }
}
section.festival-detail .intro {
  position: relative;
}
section.festival-detail .intro .img {
  max-width: 50%;
}
@media (min-width: 992px) {
  section.festival-detail .intro .img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    max-width: 300px;
  }
}
section.festival-detail .intro h1 {
  margin: 30px 0 15px 0;
  color: #000;
  font-weight: bold;
  font-size: 30px;
}
@media (min-width: 768px) {
  section.festival-detail .intro h1 {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  section.festival-detail .intro h1 {
    padding-left: 350px;
  }
}
@media (min-width: 768px) {
  section.festival-detail .intro .sm {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  section.festival-detail .intro .sm {
    float: right;
    text-align: right;
  }
}
section.festival-detail .intro nav {
  padding: 0;
}
@media (min-width: 992px) {
  section.festival-detail .intro nav {
    padding-left: 300px;
    margin: 0 0 50px 0;
  }
}
section.festival-detail .intro nav ul {
  background: black;
  list-style: none;
  margin: 0;
  padding: 0;
}
section.festival-detail .intro nav ul:before, section.festival-detail .intro nav ul:after {
  content: " ";
  display: table;
}
section.festival-detail .intro nav ul:after {
  clear: both;
}
section.festival-detail .intro nav ul li {
  display: block;
  float: left;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  section.festival-detail .intro nav ul li {
    height: 100px;
    width: auto;
  }
}
section.festival-detail .intro nav ul li:before {
  position: absolute;
  bottom: 5px;
  color: #000;
  font-size: 10px;
  width: 100%;
  text-align: center;
}
section.festival-detail .intro nav ul li:hover a {
  background: #f2f2ee;
  color: #000;
}
section.festival-detail .intro nav ul li:hover > a {
  color: inherit;
}
section.festival-detail .intro nav ul li a {
  width: 100%;
  height: 50px;
  padding: 15px 25px;
  float: left;
  display: block;
  background: black;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  transition: 0.125s ease-out;
}
@media (min-width: 992px) {
  section.festival-detail .intro nav ul li a {
    padding: 40px 25px;
    width: auto;
    height: 100px;
  }
}
section.festival-detail .intro nav ul li a:hover {
  color: inherit;
  text-decoration: none;
}
section.festival-detail .intro nav ul li:hover ul {
  display: block;
}
section.festival-detail .intro nav ul li ul {
  padding-left: 30px;
}
@media (min-width: 992px) {
  section.festival-detail .intro nav ul li ul {
    padding: 0;
    display: none;
    z-index: 20;
    position: absolute;
    left: 0;
    top: 100px;
  }
}
section.festival-detail .intro nav ul li ul a:hover {
  background: #e9e9e5;
}
section.festival-detail .intro nav ul li ul li {
  height: 50px;
}
@media (min-width: 768px) {
  section.festival-detail .intro nav ul li ul li {
    width: 200px;
  }
}
section.festival-detail .intro nav ul li ul li a {
  padding: 15px 25px;
  height: 50px;
  width: 100%;
}
section.festival-detail .festival-overview aside {
  margin-bottom: 65px;
}
section.festival-detail #map {
  height: 200px;
}
@media (min-width: 992px) {
  section.festival-detail #map {
    height: 420px;
  }
}
section.festival-detail .media-browser {
  position: relative;
  margin-top: 40px;
}
@media (min-width: 992px) {
  section.festival-detail .media-browser {
    max-width: 50%;
    float: left;
    margin-top: 0;
    margin-right: 40px;
  }
}
section.festival-detail > article {
  font-size: 16px;
  line-height: 30px;
}
section.festival-detail > article img {
  padding: 0;
}
section.festival-detail .facets {
  background: #000;
  list-style: none;
  margin: 0;
  padding: 0;
}
section.festival-detail .facets > li {
  height: 110px;
  width: 235px;
  float: left;
  display: block;
  padding: 45px 45px 50px 80px;
  color: #fff;
  line-height: 20px;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
section.festival-detail .facets > li > span {
  display: block;
  position: relative;
}
section.festival-detail .facets > li > span:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "kaaicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 11px;
  position: absolute;
  left: -20px;
  top: 5px;
}
section.festival-detail .facets > li > span:before:hover {
  text-decoration: none;
}
section.festival-detail .facets > li:hover ul li span:before {
  content: "";
}
section.festival-detail .facets > li:hover > ul {
  display: block;
}
section.festival-detail .facets > li > ul {
  background: #000;
  z-index: 10;
  position: absolute;
  width: 235px;
  top: 110px;
  left: 0;
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
section.festival-detail .facets > li > ul > li {
  padding: 0 30px;
  margin: 0 0 20px 0;
}
section.festival-detail .facets > li > ul > li.active label:before {
  color: #000;
}
section.festival-detail .facets > li > ul > li > label {
  position: relative;
  padding: 0 0 0 40px;
  font-weight: normal;
  font-size: 16px;
}
section.festival-detail .facets > li > ul > li > label:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "kaaicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  display: block;
  height: 20px;
  left: 0;
  margin-right: 20px;
  position: absolute;
  top: 0;
  vertical-align: middle;
  width: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  transition: color 0.2s ease-in-out;
}
section.festival-detail .facets > li > ul > li > label:before:hover {
  text-decoration: none;
}
section.festival-detail .facets > li > ul > li > label:hover {
  cursor: pointer;
}
section.festival-detail .facets > li > ul > li > label:hover:before {
  color: rgba(0, 0, 0, 0.4);
}
section.festival-detail .facets > li > ul > li input {
  display: none;
}
section.festival-detail .view-switcher {
  margin-top: 4px;
  padding: 40px 50px;
  color: #fff;
}
@media (max-width: 991px) {
  section.festival-detail .view-switcher .switcher > div {
    margin-bottom: 20px;
  }
  section.festival-detail .view-switcher .switcher h4 {
    margin-bottom: 10px;
  }
}
section.festival-detail .view-switcher h4 {
  margin: 0;
  line-height: 20px;
  font-size: 20px;
  font-weight: bold;
  text-transform: none;
}
section.festival-detail .view-switcher label span {
  color: rgba(0, 0, 0, 0.5);
}
section.festival-detail .view-switcher input:checked + span {
  color: #fff;
}

.festival-info-block {
  margin: 30px 0;
  padding: 30px 0;
  border-top: 1px solid #ebebeb;
}
.festival-info-block:before, .festival-info-block:after {
  content: " ";
  display: table;
}
.festival-info-block:after {
  clear: both;
}
@media (min-width: 992px) {
  .festival-info-block {
    margin: 45px 0;
    padding: 45px 0;
  }
}
.festival-info-block aside {
  padding: 0 0 20px;
}
@media (min-width: 992px) {
  .festival-info-block aside {
    padding: 0;
  }
}
.festival-info-block aside h2 {
  padding-right: 30px;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  color: #000;
  font-weight: bold;
}
.festival-info-block ul.teaser-container {
  margin: 0 0 0 -75px;
  padding: 0;
  list-style: none;
}
.festival-info-block li.teaser {
  overflow: hidden;
  padding-left: 75px;
  padding-right: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.festival-info-block li.teaser a {
  font-size: 26px;
  color: #a3a3a3;
  line-height: 39px;
  transition: 0.125s ease-out;
}
.festival-info-block li.teaser a:hover {
  color: #000;
}

@media (min-width: 992px) {
  .section-title {
    margin: 10px 0 50px 0;
  }
}

section.teaser {
  transition: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  margin-bottom: 40px;
}

.to-be-hidden, .to-be-hidden-by-keyword {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

.js_festival-filter-group-toggle .form-group {
  padding: 30px;
}
@media (min-width: 992px) {
  .no-img-spacer {
    width: 220px;
    display: inline-block;
    height: 90px;
    float: left;
  }

  .festival-logo-fallback {
    width: 300px;
    height: 300px;
  }
}
.price-large {
  color: #000;
  font-size: 24px;
}
@media (min-width: 480px) {
  .price-large {
    font-size: 32px;
  }
}

.product-detail h2 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
}
.product-detail .image-bg {
  margin-bottom: 60px;
}
@media (max-width: 479px) {
  .product-detail {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .product-detail .product-info-wrapper {
    display: none;
  }
}

.product-intro {
  margin-bottom: 60px;
}

.search-overview .view {
  margin-left: -45px;
}
@media (min-width: 992px) {
  .search-overview .view {
    margin: 0;
  }
}
.search-overview .view .views-row section.teaser {
  width: 100% !important;
}
@media (min-width: 768px) {
  .search-overview .view .views-row section.teaser {
    width: 50% !important;
  }
}
@media (min-width: 1280px) {
  .search-overview .view .views-row section.teaser {
    width: 33.333333333% !important;
  }
}

.inline-search {
  position: relative;
  margin: 40px 0 60px 0;
}
.inline-search:before {
  position: absolute;
  top: 25px;
  left: 25px;
  font-size: 30px;
  color: #000;
}
.inline-search input {
  background: #eee;
  width: 100%;
  border: 0;
  color: #000;
  padding-left: 75px;
  font-size: 28px;
  height: 80px;
}
.inline-search input::-moz-placeholder {
  font-style: italic;
  font-weight: 100;
  color: #999;
  opacity: 1;
}
.inline-search input:-ms-input-placeholder {
  color: #999;
  font-style: italic;
  font-weight: 100;
}
.inline-search input::-webkit-input-placeholder {
  color: #999;
  font-weight: 100;
  font-style: italic;
}
.inline-search input[type=submit] {
  display: none;
}

.tag-detail .view {
  margin-left: -45px;
}
@media (min-width: 992px) {
  .tag-detail .view {
    margin: 0;
  }
}
.tag-detail .view .views-row section.teaser {
  width: 100% !important;
}
@media (min-width: 768px) {
  .tag-detail .view .views-row section.teaser {
    width: 50% !important;
  }
}
@media (min-width: 1280px) {
  .tag-detail .view .views-row section.teaser {
    width: 33.333333333% !important;
  }
}
.tag-detail aside img {
  margin-bottom: 10px;
}
.tag-detail article {
  padding: 0;
}
@media (min-width: 992px) {
  .tag-detail article {
    padding: 0 0 80px 45px;
  }
}
.tag-detail article span:last-child {
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  background: #e9e9e5;
  margin-top: 70px;
}
.tag-detail article h1 {
  font-weight: bold;
  color: #000;
  margin: 0 0 30px 0;
  font-size: 25px;
}
@media (min-width: 992px) {
  .tag-detail article h1 {
    font-size: 40px;
    margin: 30px 0 50px 0;
  }
}

@media (min-width: 992px) {
  .agenda-overview section.teaser {
    width: 50% !important;
  }
}
@media (max-width: 991px) {
  .agenda-overview .view-content {
    margin-left: -45px;
  }
}
@media (max-width: 991px) {
  .agenda-overview h2.section-title {
    margin-left: 22.5px;
  }
}

.location-detail {
  padding: 0 20px;
}
@media (min-width: 992px) {
  .location-detail {
    padding: 0;
  }
}
.location-detail h1.page-title {
  margin-top: 60px;
  margin-bottom: 0;
}
.location-detail address {
  margin: 20px 0;
}
.location-detail #map {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  min-height: 450px;
  height: 450px;
}
@media (min-width: 992px) {
  .location-detail #map {
    min-height: 500px;
  }
}
.location-detail #map iframe {
  width: 100% !important;
  height: 100% !important;
}

.page-overlay {
  background: #000;
  padding: 40px !important;
}
.page-overlay .region-page-top {
  display: none;
}
.page-overlay .form-type-textfield {
  width: 100%;
}
iframe {
  border: 0;
}

.page-overlay-newsletter {
  max-width: 470px;
}
.page-overlay-newsletter .form-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-transform: none;
  margin: 0 0 30px 0;
}
.page-overlay-newsletter [type=checkbox]:checked + label {
  color: #fff;
}
.page-overlay-newsletter .form-type-textfield label {
  display: none;
}
.page-overlay-newsletter .form-type-checkboxes > label {
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 20px;
  margin: 50px 0 40px 0;
}
.page-overlay-newsletter .form-type-checkboxes:before, .page-overlay-newsletter .form-type-checkboxes:after {
  content: " ";
  display: table;
}
.page-overlay-newsletter .form-type-checkboxes:after {
  clear: both;
}
.page-overlay-newsletter .form-type-checkboxes .form-item {
  min-width: 100px;
  padding-right: 20;
  width: 50%;
  float: left;
}
.page-overlay-newsletter input[type=submit] {
  border: 0;
  margin: 50px 0;
  background: #000;
  font-size: 20px;
  color: #fff;
  text-align: center;
  width: 100%;
}

.newsletter.overlay section {
  padding: 40px 0 0 0;
}
.newsletter.overlay .popup {
  max-width: 470px;
}
.newsletter.overlay iframe {
  height: 650px;
}

.contacts-overview h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  border-top: 1px solid #c5c5c5;
  margin-top: 20px;
  padding-top: 20px;
  display: inline-block;
  width: 100%;
}
.contacts-overview .contact {
  margin-bottom: 60px;
}
.contacts-overview .contact h4 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: none;
  hyphens: auto;
  word-break: break-word;
}
.contacts-overview .contact h5 {
  text-transform: none;
}

.page-title {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 60px;
  margin-top: 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .page-title {
    font-size: 40px;
  }
}

.subnavigation .menu, .subnavigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  hyphens: auto;
  word-break: break-word;
}
.subnavigation .menu li, .subnavigation ul li {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0 0 5px 0;
}
.subnavigation .menu li:last-of-type, .subnavigation ul li:last-of-type {
  margin-bottom: 0;
}
.subnavigation .menu li ul li, .subnavigation ul li ul li {
  margin: 0 0 0 10px;
}
.subnavigation .menu a, .subnavigation ul a {
  color: #a3a3a3;
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
}
.subnavigation .menu a:hover, .subnavigation ul a:hover {
  color: #fff;
  text-decoration: none;
}
.subnavigation .menu a.active, .subnavigation ul a.active {
  border-bottom: 1px solid #fff;
  color: #fff;
  padding-bottom: 2px;
  margin-bottom: 5px;
  display: inline-block;
}

.contact-map {
  margin: 40px 0 70px;
}
.contact-map a {
  border-bottom: 1px solid #000;
  color: #000;
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  margin-top: 30px;
}
.contact-map a:hover {
  text-decoration: none;
}

.contact-intro {
  margin-bottom: 60px;
  max-width: 80%;
}

.contact-list li:before, .contact-list li:after {
  content: " ";
  display: table;
}
.contact-list li:after {
  clear: both;
}
.contact-list strong {
  color: #000;
}

.subtitle-grey {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}

.table-press {
  margin: 40px 0;
}
.table-press a {
  color: #000;
}
.table-press .download-link {
  background: none;
  border: none;
  border-bottom: 2px solid #000;
  color: #000;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 0 0 2px;
}
.table-press .download-link:hover {
  text-decoration: none;
}
.table-press .video-link {
  color: #a3a3a3;
  font-size: 90px;
}
.table-press .video-link:hover {
  text-decoration: none;
}
.table-press td:first-of-type {
  max-width: 50%;
  min-width: 33%;
}
.table-press td:first-of-type img {
  display: inline-block;
}

.partners-overview .partner-group {
  font-size: 14px;
  font-weight: bold;
  margin-top: 30px;
}
.partners-overview .partner a {
  text-decoration: underline;
}
.partners-overview .partner.with-logo {
  padding: 15px 30px;
  display: inline-block;
}

.lang-selector {
  position: absolute;
  top: 80px;
  right: 0;
  max-width: 300px;
  z-index: 800;
}

.lang-switcher {
  text-align: right;
}
.lang-switcher ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lang-switcher ul li {
  display: inline-block;
  color: #c5c5c5;
  padding: 0;
  font-size: 18px;
}
.lang-switcher ul li:after {
  padding: 0 12px;
  content: "/";
}
.lang-switcher ul li.active a {
  color: #000;
}
.lang-switcher ul li a {
  color: #c5c5c5;
}
.lang-switcher ul li:last-of-type:after {
  display: none;
}

header[role=banner] {
  position: relative;
  z-index: 551;
  float: left;
  width: 100%;
  /**
  * Mobile
  */
  /**
  * Desktop
  */
}
header[role=banner] .siteinfo {
  display: inline-block;
  float: left;
  width: 100%;
  padding: 0 0 0 30px;
}
@media (min-width: 992px) {
  header[role=banner] .siteinfo {
    padding-bottom: 40px;
  }
}
header[role=banner] .siteinfo a:hover, header[role=banner] .siteinfo a:focus {
  text-decoration: none;
}
header[role=banner] .kaaicon-logo {
  display: inline-block;
  height: 50px;
}
@media (min-width: 992px) {
  header[role=banner] .kaaicon-logo {
    height: 90px;
  }
}
header[role=banner] .kaaicon-logo:before {
  color: #000;
  font-size: 50px;
  line-height: 50px;
}
@media (min-width: 992px) {
  header[role=banner] .kaaicon-logo:before {
    font-size: 90px;
    line-height: 90px;
  }
}
header[role=banner] .mobile-menu {
  display: none;
}
@media (max-width: 991px) {
  header[role=banner] .mobile-menu {
    display: block;
    background: #000;
    border-top: 3px solid black;
    margin: 30px 0;
  }
  header[role=banner] .mobile-menu .bottom {
    background: #e3e3e3;
    padding: 20px;
  }
  header[role=banner] .mobile-menu .bottom .sm a {
    color: #000;
    margin-right: 40px;
    font-size: 17px;
  }
  header[role=banner] .mobile-menu .bottom a:hover {
    text-decoration: none;
    color: #fff;
  }
  header[role=banner] .mobile-menu .menu-wrapper {
    display: none;
  }
  header[role=banner] .mobile-menu nav[role=navigation] > ul.menu {
    background: #000;
    margin: 0;
    padding: 30px 25px 0 25px;
  }
  header[role=banner] .mobile-menu nav[role=navigation] > ul.menu li {
    margin: 0;
    padding: 0 0 28px 0;
    text-transform: uppercase;
    font-weight: bold;
    list-style: none;
  }
  header[role=banner] .mobile-menu nav[role=navigation] > ul.menu li.expanded {
    position: relative;
  }
  header[role=banner] .mobile-menu nav[role=navigation] > ul.menu li.expanded:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "kaaicons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    right: 0;
    top: 4px;
    color: #fff;
    font-size: 12px;
  }
  header[role=banner] .mobile-menu nav[role=navigation] > ul.menu li.expanded:before:hover {
    text-decoration: none;
  }
  header[role=banner] .mobile-menu nav[role=navigation] > ul.menu li a {
    font-size: 16px;
    color: #fff;
    display: block;
    padding: 10px 0;
  }
  header[role=banner] .mobile-menu nav[role=navigation] > ul.menu li > ul {
    padding: 0 0 0 20px;
    display: none;
  }
  header[role=banner] .mobile-menu nav[role=navigation] > ul.menu li > ul li.expanded {
    margin: 25px 0 20px 5px;
    padding: 0 20px 0 0;
  }
  header[role=banner] .mobile-menu nav[role=navigation] > ul.menu li > ul li.expanded > ul {
    display: none;
  }
  header[role=banner] .mobile-menu nav[role=navigation] > ul.menu li > ul li {
    padding: 0 20px 0 0;
    margin: 10px 0;
  }
}
header[role=banner] .desktop-menu {
  display: none;
}
@media (min-width: 992px) {
  header[role=banner] .desktop-menu {
    display: block;
  }
  header[role=banner] .desktop-menu nav[role=navigation] {
    border-top: 3px solid #000;
    display: block;
    width: 100%;
  }
  header[role=banner] .desktop-menu nav[role=navigation] > ul.menu {
    margin-bottom: 10px;
    display: block !important;
  }
  header[role=banner] .desktop-menu nav[role=navigation] ul {
    text-align: left;
    margin: 0;
    padding: 0;
  }
  header[role=banner] .desktop-menu nav[role=navigation] ul.menu {
    float: left;
    width: 100%;
  }
  header[role=banner] .desktop-menu nav[role=navigation] ul.menu:before, header[role=banner] .desktop-menu nav[role=navigation] ul.menu:after {
    content: " ";
    display: table;
  }
  header[role=banner] .desktop-menu nav[role=navigation] ul.menu:after {
    clear: both;
  }
  header[role=banner] .desktop-menu nav[role=navigation] ul a {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding: 40px 30px;
    color: #000;
    display: block;
    text-transform: uppercase;
    transition: 0.125s ease-out;
  }
  header[role=banner] .desktop-menu nav[role=navigation] ul a:before {
    transition: 0.125s ease-out;
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    right: 0;
    top: 51px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  header[role=banner] .desktop-menu nav[role=navigation] ul a.active, header[role=banner] .desktop-menu nav[role=navigation] ul a:hover, header[role=banner] .desktop-menu nav[role=navigation] ul a:focus {
    text-decoration: none;
  }
  body:not(.front) header[role=banner] .desktop-menu nav[role=navigation] ul a:before {
    background: #fff;
  }
  body:not(.front) header[role=banner] .desktop-menu nav[role=navigation] ul a:hover:before {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  header[role=banner] .desktop-menu nav[role=navigation] ul li {
    transition: 0.125s ease-out;
    margin: 0;
    padding: 0;
    position: relative;
    min-height: 100px;
    display: block;
  }
  header[role=banner] .desktop-menu nav[role=navigation] ul li.active a:before, header[role=banner] .desktop-menu nav[role=navigation] ul li.active-trail a:before {
    top: 64px;
    background: #000;
  }
  header[role=banner] .desktop-menu nav[role=navigation] ul > li {
    float: left;
  }
  header[role=banner] .desktop-menu nav[role=navigation] ul > li:hover {
    background: #f2f2ee;
  }
  header[role=banner] .desktop-menu nav[role=navigation] ul > li:hover a:before {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  header[role=banner] .desktop-menu nav[role=navigation] ul > li.expanded:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "kaaicons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 0;
    margin-right: -10px;
    right: 50%;
  }
  header[role=banner] .desktop-menu nav[role=navigation] ul > li.expanded:before:hover {
    text-decoration: none;
  }
  header[role=banner] .desktop-menu nav[role=navigation] ul > li.expanded:hover:before {
    content: "";
  }
  header[role=banner] .desktop-menu nav[role=navigation] ul > li.expanded ul {
    display: none;
    position: absolute;
    top: 100px;
    left: 0;
    background: #f2f2ee;
    width: 260px;
  }
  header[role=banner] .desktop-menu nav[role=navigation] ul > li.expanded ul a {
    min-height: 50px;
    font-size: 16px;
  }
  header[role=banner] .desktop-menu nav[role=navigation] ul > li.expanded ul a:before {
    display: none;
  }
  header[role=banner] .desktop-menu nav[role=navigation] ul > li.expanded ul > li {
    min-height: 60px;
    padding: 0;
    width: 100%;
    position: relative;
  }
  header[role=banner] .desktop-menu nav[role=navigation] ul > li.expanded ul > li a {
    padding: 20px 30px;
  }
  header[role=banner] .desktop-menu nav[role=navigation] ul > li.expanded ul > li:hover {
    background: #e9e9e5;
  }
  header[role=banner] .desktop-menu nav[role=navigation] ul > li.expanded ul > li:hover a {
    text-decoration: none;
  }
  header[role=banner] .desktop-menu nav[role=navigation] ul > li.expanded ul > li.expanded {
    position: relative;
  }
  header[role=banner] .desktop-menu nav[role=navigation] ul > li.expanded ul > li.expanded:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "kaaicons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 27px;
    margin: 0;
    right: 5px;
  }
  header[role=banner] .desktop-menu nav[role=navigation] ul > li.expanded ul > li.expanded:before:hover {
    text-decoration: none;
  }
  header[role=banner] .desktop-menu nav[role=navigation] ul > li.expanded ul > li.expanded ul {
    position: absolute;
    top: 0 !important;
    left: 260px;
  }
  header[role=banner] .desktop-menu nav[role=navigation] ul > li.expanded:hover > ul {
    display: block;
  }
}
header[role=banner].small {
  padding: 0;
}
header[role=banner].small .siteinfo {
  text-align: left;
  padding: 0 0 35px 0;
}
@media (min-width: 992px) {
  header[role=banner].small .siteinfo {
    padding: 0 0 35px 35px;
  }
}
header[role=banner].small .kaaicon-logo:before {
  font-size: 50px;
  line-height: 50px;
  height: 50px;
}
header[role=banner].small .lang-selector {
  padding: 15px 0 0 0;
}
header[role=banner] button[role=search] {
  position: absolute;
  top: 35px;
  right: 0;
  background: none;
  border: 0;
  font-size: 22px;
  color: #000;
}

.search-trigger {
  color: #fff;
  font-size: 30px;
  margin: 0 0 28px 20px;
  display: block;
}
@media (min-width: 992px) {
  .search-trigger {
    display: block;
    position: absolute;
    top: 40px;
    right: 25px;
    color: #000;
    z-index: 20;
  }
  .search-trigger:hover {
    cursor: pointer;
  }
}
.search-trigger:hover, .search-trigger:focus, .search-trigger:active {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 992px) {
  .search-trigger:hover, .search-trigger:focus, .search-trigger:active {
    color: #000;
  }
}

.mobile-menu-trigger {
  position: absolute;
  border: 0;
  background: #fff;
  color: #000;
  font-size: 20px;
  padding: 10px;
  top: 0;
  right: 0;
}
@media (min-width: 992px) {
  .mobile-menu-trigger {
    display: none;
  }
}

.mobile-search-trigger {
  position: absolute;
  border: 0;
  background: #fff;
  color: #000;
  font-size: 20px;
  padding: 10px;
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  .mobile-search-trigger {
    display: none;
  }
}

footer[role=contentinfo] {
  background: #000;
  color: #fff;
  padding: 80px 20px 0 20px;
  margin-top: 80px;
}
@media (min-width: 768px) {
  footer[role=contentinfo] {
    margin-top: 180px;
    padding: 80px 0 0 0;
  }
}
footer[role=contentinfo] .kaaicon-logo {
  font-size: 45px;
  display: inline-block;
  line-height: 45px;
  color: #fff;
}
footer[role=contentinfo] .kaaicon-logo:hover {
  text-decoration: none;
}
footer[role=contentinfo] h3, footer[role=contentinfo] a {
  font-weight: bold;
  font-size: 17px;
  line-height: 30px;
  color: #888;
}
footer[role=contentinfo] h3 {
  color: #fff;
  margin: 0 0 20px 0;
}
@media (max-width: 767px) {
  footer[role=contentinfo] h3 {
    margin: 0;
  }
}
footer[role=contentinfo] ul {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}
footer[role=contentinfo] ul:before, footer[role=contentinfo] ul:after {
  content: " ";
  display: table;
}
footer[role=contentinfo] ul:after {
  clear: both;
}
@media (min-width: 768px) {
  footer[role=contentinfo] ul {
    margin: 0;
  }
}
footer[role=contentinfo] ul li {
  list-style: none;
  margin: 0;
}
@media (max-width: 767px) {
  footer[role=contentinfo] ul li {
    float: left;
    margin: 10px 20px 0 0;
  }
}
footer[role=contentinfo] .social-menu a {
  display: block;
  margin-bottom: 20px;
  color: #fff;
}
@media (min-width: 992px) {
  footer[role=contentinfo] .social-menu a {
    text-align: center;
  }
}
footer[role=contentinfo] .social-menu a:before {
  font-size: 20px;
}
footer[role=contentinfo] .social-menu a:hover {
  text-decoration: none;
}
footer[role=contentinfo] .copy {
  padding-top: 40px;
}
@media (min-width: 768px) {
  footer[role=contentinfo] .copy {
    padding-top: 120px;
  }
}
footer[role=contentinfo] .copy p, footer[role=contentinfo] .copy a {
  font-size: 11px;
  color: #888;
}

/*# sourceMappingURL=base.css.map */
