* {
  -webkit-overflow-scrolling: touch;
}
/* poppins-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/poppins-v20-latin-300.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/poppins-v20-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/poppins-v20-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* Overwrite Theme Start */
html,
body {
  -webkit-font-smoothing: subpixel-antialiased;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
body {
  font-size: 16px;
  font-weight: 300;
  background: #000000;
  color: white;
  font-family: "Poppins", "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
p.normal {
  font-size: 16px !important;
}
body.home p,
#credits p {
  font-size: 13px;
}
p.small {
  font-size: 13px;
  line-height: 18px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #FFF;
  font-family: "Poppins", "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ticket p {
  font-size: 14px;
}
.page-title-3,
.page-title-4 {
  height: auto !important;
}
h1.uppercase {
  letter-spacing: normal !important;
  margin-right: 0px;
}
h1.h1_date {
  font-size: 40px;
}
p,
span {
  font-weight: 300;
}
a,
a:focus,
a:link,
.dropdown-menu > li > a {
  color: #FF6B00;
  font-weight: 300;
}
.nav > li > a {
  padding: 10px;
}
a:hover {
  color: #ffa666;
}
.darkbg a,
footer a,
.darkbg a:focus,
footer a:focus,
.darkbg a:link,
footer a:link {
  color: white;
  font-weight: 300;
}
.darkbg a:hover,
footer a:hover {
  color: #EFEFEF;
}
section,
footer {
  padding: 60px 0px;
}
.filters li {
  color: #FFF;
  border: 0px !important;
}
.filters li.active {
  border: 0px;
}
p.lead {
  font-size: 80px;
  color: #FFF;
  font-weight: 300;
}
.pricing-table {
  position: relative;
  border: 1px solid #B2ACA9;
  padding: 0px 0px 30px 0px;
  margin-bottom: 20px;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
}
.pricing-table .content {
  padding: 30px;
  min-height: 230px;
}
.pricing-table .content h5 {
  min-height: 0px !important;
}
.pricing-table:hover {
  border-color: #333 !important;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
}
.pricing-table:hover .content,
.pricing-table:hover .image {
  opacity: 0.2;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
}
.pricing-table:hover .btn {
  display: block !important;
  position: absolute;
  top: 140px;
  left: 50%;
  margin-left: -95px;
  width: 150px;
  -webkit-transition: all 1s ease-in;
  -moz-transition: all 1s ease-in;
  -o-transition: all 1s ease-in;
}
/* Overwrite Theme End */
.col-md-3-4 {
  width: 20%;
  float: left;
}
@media screen and (max-width: 767px) {
  .col-md-3-4 {
    width: 100%;
  }
}
.btn-brown {
  border-color: #FF6B00 !important;
  color: #FF6B00 !important;
  font-weight: 600 !important;
}
.btn-brown:hover {
  background: #FF6B00 !important;
  color: #FFF !important;
}
h1,
.h1 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 300;
  margin-bottom: 12px;
}
@media screen and (max-width: 600px) {
  .home .container h1 {
    font-size: 28px !important;
  }
  .home .container .lead p {
    font-size: 14px !important;
  }
}
h5,
.h5 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  h5,
  .h5 {
    font-size: 13px;
    line-height: 18px;
  }
}
.alignright {
  float: right;
  margin: 0px 0px 0px 20px;
}
.alignleft {
  float: left;
  margin: 0px 20px 0px 0px;
}
.main-container .separator {
  width: 100%;
  height: 1px;
  background: #B2ACA9;
  margin: 20px 0px;
}
/* Nav dropdown hover */
.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}
.dropdown-menu li:hover .sub-menu {
  visibility: visible;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
  margin-top: 0;
}
.navbar .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px;
}
.navbar .sub-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  left: 10px;
  top: 11px;
  left: -6px;
}
/* End Dropdown hover */
.home nav {
  background: rgba(0, 0, 0, 0.3) !important;
}
.home .slides .lead p {
  font-size: 16px;
  line-height: 26px;
}
.nav-container {
  width: 100%;
}
.nav-container nav {
  background: #000000;
  text-align: center;
}
.nav-container nav #main-menu .dropdown-menu {
  background: rgba(63, 59, 58, 0.3);
  text-align: center;
  border: 0px;
  min-width: inherit !important;
  position: absolute;
  top: 35px;
  box-shadow: none;
  width: 100%;
}
.nav-container nav #main-menu .dropdown-menu li > a {
  padding: 3px 5px;
  height: auto !important;
  text-transform: capitalize !important;
}
.nav-container nav #main-menu #dropdown-programma {
  left: -19px;
}
.nav-container nav #main-menu li,
.nav-container nav #main-menu li:hover {
  background: transparent;
}
.nav-container nav #main-menu li a,
.nav-container nav #main-menu li:hover a,
.nav-container nav #main-menu li a:hover,
.nav-container nav #main-menu li:hover a:hover {
  font-size: 14px;
  background: transparent;
  color: #FFF;
  text-transform: uppercase;
}
.nav-container nav #main-menu li a:hover,
.nav-container nav #main-menu li:hover a:hover {
  color: #FF6B00;
}
.nav-container nav #main-menu li > a:after {
  content: '/';
  margin: 0px 0px 0px 20px;
  color: #FFF !important;
}
.nav-container nav #main-menu li.dropdown ul li a:after {
  display: none;
}
.nav-container nav #main-menu li:last-child a:after {
  display: none;
}
.nav-container nav #main-menu li.active > a {
  color: #FF6B00;
}
.nav-container .navbar-toggle {
  top: 0px;
  font-size: 30px;
}
.nav-container .nav-bar {
  color: white;
  background: transparent;
  padding: 70px 0px 120px;
}
.nav-container .nav-bar .separator {
  color: white;
}
@media screen and (max-width: 767px) {
  .nav-container .nav-bar {
    padding: 3px 0px 0px;
  }
}
.nav-container a.brand {
  color: white;
  font-size: 36px;
}
.nav-container nav.transparent .nav-utility,
.nav-container nav.transparent .nav-bar {
  border: 0px;
}
#dateHome {
  padding: 80px 0px 0px;
  text-align: center;
}
#dateHome .col-xs-4 {
  width: 33.3% !important;
}
#dateHome a {
  color: white !important;
}
#dateHome a .number {
  font-size: 72px;
  line-height: 76px;
  font-weight: 300;
}
#dateHome a .month {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}
#dateHome a:hover {
  color: #FF6B00 !important;
}
#lang-menu {
  position: relative;
  width: 100px;
}
#lang-menu ul {
  position: absolute;
  right: 45px;
  top: -50px;
}
@media screen and (max-width: 767px) {
  #lang-menu ul {
    right: 85px;
    min-width: 50px !important;
  }
}
#lang-menu ul li {
  display: inline-block;
}
#lang-menu ul li a {
  font-size: 13px;
  color: #FFF !important;
}
#lang-menu ul li a:after {
  color: #FFF;
  content: '/';
  margin: 0px 0px 0px 10px;
}
#lang-menu ul li.active a {
  color: #FF6B00;
}
#lang-menu ul li:last-child a:after {
  display: none;
}
.footer-2 h5 span {
  display: block;
}
.footer-2 h5 span a {
  color: #B2ACA9;
}
.footer-2 h5 span a:hover {
  color: #ffffff;
}
.footer-2 ul {
  margin: 20px 0px;
  padding: 0px;
}
.footer-2 ul li {
  display: inline-block;
  margin: 5px 10px;
}
.footer-2 #nav-footer {
  padding-bottom: 40px;
  border-bottom: 1px solid white;
  margin-bottom: 40px;
}
.footer-2 #nav-footer li.separator {
  color: white;
}
.footer-2 #nav-footer li.active a {
  color: #FF6B00;
}
.footer-2 #nav-footer li {
  text-transform: uppercase !important;
}
.nav-bar {
  max-height: none !important;
  overflow: visible !important;
}
nav.transparent.fixed {
  background: rgba(0, 0, 0, 0.4);
}
#map {
  width: 100%;
  height: 100%;
  color: #000000;
}
.evento-template-default .event_row {
  border-top: 2px solid #B2ACA9;
}
.evento-template-default .event_row.inactive,
.evento-template-default .event_date.inactive {
  display: none;
}
.evento-template-default h1 {
  margin-bottom: 0px;
}
.evento-template-default .panel {
  background: transparent !important;
  border: none !important;
}
.evento-template-default .panel .panel-title {
  font-size: 72px;
  line-height: 88px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .evento-template-default .panel .panel-title {
    font-size: 22px;
    line-height: 38px;
  }
}
.evento-template-default .panel .panel-title a {
  color: #FFF;
}
.evento-template-default .panel .panel-heading,
.evento-template-default .panel .panel-body {
  border: none !important;
  background: transparent !important;
}
.evento-template-default .panel .panel-heading > div > div {
  border-bottom: 1px solid #b2aca9 !important;
}
.evento-template-default .panel .panel-heading .panel-title {
  position: relative;
}
.evento-template-default .panel .panel-heading .panel-title i {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #b2aca9;
}
.evento-template-default .panel .panel-heading .panel-title i.opened {
  display: block;
}
.evento-template-default .panel .panel-heading .panel-title i.closed {
  display: none;
}
.evento-template-default .panel .panel-heading .panel-title a.collapsed i.opened {
  display: none;
}
.evento-template-default .panel .panel-heading .panel-title a.collapsed i.closed {
  display: block;
}
@media screen and (max-width: 767px) {
  .evento-template-default .panel .panel-body h2 {
    font-size: 18px;
    line-height: 28px;
  }
}
.padding30 {
  padding: 0px 30px;
}
.wp-caption {
  width: auto !important;
}
@media screen and (max-width: 767px) {
  .noslide-container img {
    display: block !important;
    max-width: 100% !important;
    height: auto !important;
    width: auto !important;
  }
  #extra .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  #extra .container .row > div {
    padding-left: 0px;
    padding-right: 0px;
  }
  .padding30 {
    padding: 0px 0px;
  }
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background: #000;
    color: #FFF;
  }
  .nav-container .navbar-toggle {
    z-index: 9;
  }
  .navbar-default .navbar-collapse {
    background: #000;
  }
  .nav-bar a {
    height: auto !important;
  }
  .navbar-toggle {
    margin-top: 1px;
  }
  #main-menu {
    position: absolute;
    left: 0px;
    width: 100%;
    top: 64px;
    z-index: 999;
    background: #000;
  }
  #main-menu li a:after {
    display: none;
  }
  .nav-container nav #main-menu li a,
  .nav-container nav #main-menu li:hover a,
  .nav-container nav #main-menu li a:hover,
  .nav-container nav #main-menu li:hover a:hover {
    font-size: 16px;
  }
  p.lead {
    line-height: 22px;
  }
  .cover.fullscreen .slides li {
    height: auto;
    padding: 150px 0 0px;
  }
  section {
    padding: 25px 0px;
  }
  footer #nav-footer li {
    margin: 5px;
  }
  footer #nav-footer li a {
    font-size: 13px;
  }
  body.expandedNav:not(.home) #main-menu {
    background: white;
  }
  body.expandedNav:not(.home) #main-menu .dropdown-menu {
    background: white !important;
    padding-bottom: 15px;
    position: relative;
    top: -10px;
    left: 0px !important;
  }
  body.expandedNav:not(.home) #main-menu .dropdown-menu a {
    text-align: center;
    padding: 5px 15px;
  }
  body.expandedNav:not(.home) .nav-bar a,
  body.expandedNav:not(.home) .nav-bar a:link,
  body.expandedNav:not(.home) .nav-bar a:active {
    color: black !important;
  }
}
@media screen and (max-width: 320px) {
  .brand img {
    max-width: 150px !important;
  }
}
@media screen and (min-width: 768px) {
  .minHeight {
    min-height: 200px;
  }
}
