@import "/fonts/fontello/css/fontello.css";
.lato {
  font-family: 'Lato', sans-serif;
}
.bauer {
  font-family: 'Bauer Bodoni Pro_1 W01 Roman' /*
	font-family:'Bauer Bodoni Pro_1 W01 Roman';
	font-family:'Bauer Bodoni Pro_1 W01 Italic';
	font-family:'Bauer Bodoni Pro_1 W01 Bold';
	font-family:'Bauer Bodoni Pro_1 W01 Bold It';
	font-family:'Bauer Bodoni Pro_2 W01 Black';
	font-family:'Bauer Bodoni Pro_2 W01_1475660';
	font-family:'Bauer Bodoni Pro_2 W01 Bold Cn';
	font-family:'Bauer Bodoni Pro_2 W01_1475672';
*/;
}
@media all and (min-width: 768px) {
  .show-mobile {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}
@media all and (min-width: 1100px) {
  .show-tablet {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .show-tablet {
    display: none !important;
  }
}
@media all and (max-width: 1099px) {
  .show-desktop {
    display: none !important;
  }
}
@media all and (min-width: 1100px) {
  .hide-desktop {
    display: none !important;
  }
}
.rcontainer {
  width: 1100px;
  position: relative;
  z-index: 1;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin: 0px auto;
}
@media all and (max-width: 1099px) {
  .rcontainer {
    width: 768px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (max-width: 767px) {
  .rcontainer {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.rotate {
  display: inline-block;
  -webkit-animation: rotate 2s infinite linear;
  -moz-animation: rotate 2s infinite linear;
  -o-animation: rotate 2s infinite linear;
  -ms-animation: rotate 2s infinite linear;
  animation: rotate 2s infinite linear;
}
@-moz-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
    -moz-transform: rotate(-359deg);
    -ms-transform: rotate(-359deg);
    -o-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
    -moz-transform: rotate(-359deg);
    -ms-transform: rotate(-359deg);
    -o-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}
@-o-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
    -moz-transform: rotate(-359deg);
    -ms-transform: rotate(-359deg);
    -o-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}
@-ms-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
    -moz-transform: rotate(-359deg);
    -ms-transform: rotate(-359deg);
    -o-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
    -moz-transform: rotate(-359deg);
    -ms-transform: rotate(-359deg);
    -o-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}
.pulse {
  display: inline-block;
  -webkit-animation: pulse 1s infinite linear;
  -moz-animation: pulse 1s infinite linear;
  -o-animation: pulse 1s infinite linear;
  -ms-animation: pulse 1s infinite linear;
  animation: pulse 1s infinite linear;
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-o-keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-ms-keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.rotate-and-pulse {
  display: inline-block;
  -webkit-animation: rotate-and-pulse 2s infinite linear;
  -moz-animation: rotate-and-pulse 2s infinite linear;
  -o-animation: rotate-and-pulse 2s infinite linear;
  -ms-animation: rotate-and-pulse 2s infinite linear;
  animation: rotate-and-pulse 2s infinite linear;
}
@-moz-keyframes rotate-and-pulse {
  0% {
    -webkit-transform: scale(1, 1) rotate(0deg);
    -moz-transform: scale(1, 1) rotate(0deg);
    -ms-transform: scale(1, 1) rotate(0deg);
    -o-transform: scale(1, 1) rotate(0deg);
    transform: scale(1, 1) rotate(0deg);
  }
  25% {
    -webkit-transform: scale(0.7, 0.7) rotate(90deg);
    -moz-transform: scale(0.7, 0.7) rotate(90deg);
    -ms-transform: scale(0.7, 0.7) rotate(90deg);
    -o-transform: scale(0.7, 0.7) rotate(90deg);
    transform: scale(0.7, 0.7) rotate(90deg);
  }
  50% {
    -webkit-transform: scale(1, 1) rotate(180deg);
    -moz-transform: scale(1, 1) rotate(180deg);
    -ms-transform: scale(1, 1) rotate(180deg);
    -o-transform: scale(1, 1) rotate(180deg);
    transform: scale(1, 1) rotate(180deg);
  }
  75% {
    -webkit-transform: scale(0.7, 0.7) rotate(270deg);
    -moz-transform: scale(0.7, 0.7) rotate(270deg);
    -ms-transform: scale(0.7, 0.7) rotate(270deg);
    -o-transform: scale(0.7, 0.7) rotate(270deg);
    transform: scale(0.7, 0.7) rotate(270deg);
  }
  100% {
    -webkit-transform: scale(1, 1) rotate(360deg);
    -moz-transform: scale(1, 1) rotate(360deg);
    -ms-transform: scale(1, 1) rotate(360deg);
    -o-transform: scale(1, 1) rotate(360deg);
    transform: scale(1, 1) rotate(360deg);
  }
}
@-webkit-keyframes rotate-and-pulse {
  0% {
    -webkit-transform: scale(1, 1) rotate(0deg);
    -moz-transform: scale(1, 1) rotate(0deg);
    -ms-transform: scale(1, 1) rotate(0deg);
    -o-transform: scale(1, 1) rotate(0deg);
    transform: scale(1, 1) rotate(0deg);
  }
  25% {
    -webkit-transform: scale(0.7, 0.7) rotate(90deg);
    -moz-transform: scale(0.7, 0.7) rotate(90deg);
    -ms-transform: scale(0.7, 0.7) rotate(90deg);
    -o-transform: scale(0.7, 0.7) rotate(90deg);
    transform: scale(0.7, 0.7) rotate(90deg);
  }
  50% {
    -webkit-transform: scale(1, 1) rotate(180deg);
    -moz-transform: scale(1, 1) rotate(180deg);
    -ms-transform: scale(1, 1) rotate(180deg);
    -o-transform: scale(1, 1) rotate(180deg);
    transform: scale(1, 1) rotate(180deg);
  }
  75% {
    -webkit-transform: scale(0.7, 0.7) rotate(270deg);
    -moz-transform: scale(0.7, 0.7) rotate(270deg);
    -ms-transform: scale(0.7, 0.7) rotate(270deg);
    -o-transform: scale(0.7, 0.7) rotate(270deg);
    transform: scale(0.7, 0.7) rotate(270deg);
  }
  100% {
    -webkit-transform: scale(1, 1) rotate(360deg);
    -moz-transform: scale(1, 1) rotate(360deg);
    -ms-transform: scale(1, 1) rotate(360deg);
    -o-transform: scale(1, 1) rotate(360deg);
    transform: scale(1, 1) rotate(360deg);
  }
}
@-o-keyframes rotate-and-pulse {
  0% {
    -webkit-transform: scale(1, 1) rotate(0deg);
    -moz-transform: scale(1, 1) rotate(0deg);
    -ms-transform: scale(1, 1) rotate(0deg);
    -o-transform: scale(1, 1) rotate(0deg);
    transform: scale(1, 1) rotate(0deg);
  }
  25% {
    -webkit-transform: scale(0.7, 0.7) rotate(90deg);
    -moz-transform: scale(0.7, 0.7) rotate(90deg);
    -ms-transform: scale(0.7, 0.7) rotate(90deg);
    -o-transform: scale(0.7, 0.7) rotate(90deg);
    transform: scale(0.7, 0.7) rotate(90deg);
  }
  50% {
    -webkit-transform: scale(1, 1) rotate(180deg);
    -moz-transform: scale(1, 1) rotate(180deg);
    -ms-transform: scale(1, 1) rotate(180deg);
    -o-transform: scale(1, 1) rotate(180deg);
    transform: scale(1, 1) rotate(180deg);
  }
  75% {
    -webkit-transform: scale(0.7, 0.7) rotate(270deg);
    -moz-transform: scale(0.7, 0.7) rotate(270deg);
    -ms-transform: scale(0.7, 0.7) rotate(270deg);
    -o-transform: scale(0.7, 0.7) rotate(270deg);
    transform: scale(0.7, 0.7) rotate(270deg);
  }
  100% {
    -webkit-transform: scale(1, 1) rotate(360deg);
    -moz-transform: scale(1, 1) rotate(360deg);
    -ms-transform: scale(1, 1) rotate(360deg);
    -o-transform: scale(1, 1) rotate(360deg);
    transform: scale(1, 1) rotate(360deg);
  }
}
@-ms-keyframes rotate-and-pulse {
  0% {
    -webkit-transform: scale(1, 1) rotate(0deg);
    -moz-transform: scale(1, 1) rotate(0deg);
    -ms-transform: scale(1, 1) rotate(0deg);
    -o-transform: scale(1, 1) rotate(0deg);
    transform: scale(1, 1) rotate(0deg);
  }
  25% {
    -webkit-transform: scale(0.7, 0.7) rotate(90deg);
    -moz-transform: scale(0.7, 0.7) rotate(90deg);
    -ms-transform: scale(0.7, 0.7) rotate(90deg);
    -o-transform: scale(0.7, 0.7) rotate(90deg);
    transform: scale(0.7, 0.7) rotate(90deg);
  }
  50% {
    -webkit-transform: scale(1, 1) rotate(180deg);
    -moz-transform: scale(1, 1) rotate(180deg);
    -ms-transform: scale(1, 1) rotate(180deg);
    -o-transform: scale(1, 1) rotate(180deg);
    transform: scale(1, 1) rotate(180deg);
  }
  75% {
    -webkit-transform: scale(0.7, 0.7) rotate(270deg);
    -moz-transform: scale(0.7, 0.7) rotate(270deg);
    -ms-transform: scale(0.7, 0.7) rotate(270deg);
    -o-transform: scale(0.7, 0.7) rotate(270deg);
    transform: scale(0.7, 0.7) rotate(270deg);
  }
  100% {
    -webkit-transform: scale(1, 1) rotate(360deg);
    -moz-transform: scale(1, 1) rotate(360deg);
    -ms-transform: scale(1, 1) rotate(360deg);
    -o-transform: scale(1, 1) rotate(360deg);
    transform: scale(1, 1) rotate(360deg);
  }
}
@keyframes rotate-and-pulse {
  0% {
    -webkit-transform: scale(1, 1) rotate(0deg);
    -moz-transform: scale(1, 1) rotate(0deg);
    -ms-transform: scale(1, 1) rotate(0deg);
    -o-transform: scale(1, 1) rotate(0deg);
    transform: scale(1, 1) rotate(0deg);
  }
  25% {
    -webkit-transform: scale(0.7, 0.7) rotate(90deg);
    -moz-transform: scale(0.7, 0.7) rotate(90deg);
    -ms-transform: scale(0.7, 0.7) rotate(90deg);
    -o-transform: scale(0.7, 0.7) rotate(90deg);
    transform: scale(0.7, 0.7) rotate(90deg);
  }
  50% {
    -webkit-transform: scale(1, 1) rotate(180deg);
    -moz-transform: scale(1, 1) rotate(180deg);
    -ms-transform: scale(1, 1) rotate(180deg);
    -o-transform: scale(1, 1) rotate(180deg);
    transform: scale(1, 1) rotate(180deg);
  }
  75% {
    -webkit-transform: scale(0.7, 0.7) rotate(270deg);
    -moz-transform: scale(0.7, 0.7) rotate(270deg);
    -ms-transform: scale(0.7, 0.7) rotate(270deg);
    -o-transform: scale(0.7, 0.7) rotate(270deg);
    transform: scale(0.7, 0.7) rotate(270deg);
  }
  100% {
    -webkit-transform: scale(1, 1) rotate(360deg);
    -moz-transform: scale(1, 1) rotate(360deg);
    -ms-transform: scale(1, 1) rotate(360deg);
    -o-transform: scale(1, 1) rotate(360deg);
    transform: scale(1, 1) rotate(360deg);
  }
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.align-middle {
  vertical-align: middle;
}
.uppercase {
  text-transform: uppercase;
}
.normalcase {
  text-transform: none;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.background-default {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.shadow-before:before {
  display: block;
  content: '';
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.clear-after:after {
  display: block;
  content: "";
  float: none;
  clear: both;
}
.list-reset {
  padding: 0px;
  margin: 0px;
  display: block;
  list-style: none;
}
.list-reset li,
.list-reset.inline-block li {
  display: inline-block;
}
.list-reset.block li {
  display: block;
}
.table {
  display: table;
}
.table-row {
  display: table-row;
  vertical-align: middle;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.relative {
  position: relative;
  z-index: 1;
}
.display-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -ms-flex;
  display: flexbox;
  display: flex;
}
.display-inline-flex {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flexbox;
  display: inline-flex;
}
body {
  padding: 0px;
  margin: 0px;
}
a,
a:hover,
a:active,
a:visited,
a:focus,
input,
textarea,
select,
button {
  color: inherit;
  font-family: inherit;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}
img {
  border: 0px;
  vertical-align: middle;
}
header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block;
}
body {
  font-family: 'Lato', sans-serif;
  font-weight: lighter;
  font-size: 16px;
  line-height: 18px;
  color: #000;
  background-color: #fff;
  padding-bottom: 80px;
  height: auto;
  font-smooth: auto;
  -webkit-font-smoothing: auto;
}
@media all and (max-width: 767px) {
  body {
    padding-bottom: 100px;
  }
}
.icon {
  font-size: 30px;
}
#header {
  height: 90px;
  background-color: #fff;
  position: relative;
  z-index: 100;
  font-family: 'Lato', sans-serif;
}
@media all and (max-width: 1099px) {
  #header {
    height: 70px;
  }
}
@media all and (max-width: 767px) {
  #header {
    height: 50px;
  }
}
#header.collapsed {
  height: 0px;
}
#header .rcontainer {
  height: 100%;
}
#header #logo {
  display: inline-block;
  width: 440px;
  height: 160px;
  background-image: url(/layout/logo.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0px;
  left: 10px;
}
@media all and (max-width: 1099px) {
  #header #logo {
    width: 400px;
    height: 110px;
  }
}
@media all and (max-width: 767px) {
  #header #logo {
    background-image: url(/layout/logo_mobile.svg);
    width: 50px;
    height: 50px;
    left: 0px;
  }
}
#header #languages {
  position: absolute;
  right: 180px;
  bottom: 10px;
  width: 160px;
}
@media all and (max-width: 1099px) {
  #header #languages {
    right: 140px;
  }
}
@media all and (max-width: 767px) {
  #header #languages {
    width: 120px;
    right: 130px;
    bottom: 5px;
  }
}
#header #languages .icon {
  font-size: 15px;
  position: absolute;
  top: 10px;
  right: 10px;
}
@media all and (max-width: 767px) {
  #header #languages .icon {
    right: 0px;
  }
}
#header #languages .language {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  padding: 10px 30px;
  color: #000;
  background-color: #fff;
}
#header #languages .language:hover {
  color: #fff;
  background-color: #0073b6;
}
@media all and (max-width: 767px) {
  #header #languages .language {
    padding: 10px 20px;
  }
}
#header #languages .others {
  display: block;
  position: absolute;
  width: 100%;
  background-color: #fff;
  top: 40px;
  line-height: 30px;
  left: 0px;
  overflow: hidden;
  height: 0px;
  -webkit-transition: height 0.5s ease;
  -moz-transition: height 0.5s ease;
  -ms-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
#header #languages .others.open {
  height: 120px;
}
#header #search-form {
  position: absolute;
  z-index: 1;
  right: 100px;
  bottom: 10px;
}
@media all and (max-width: 1099px) {
  #header #search-form {
    right: 80px;
  }
}
@media all and (max-width: 767px) {
  #header #search-form {
    right: 70px;
    bottom: 5px;
  }
}
#header #search-form #search-bar,
#header #search-form #search-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  vertical-align: middle;
}
#header #search-form #search-button {
  border: none;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
  color: black;
}
#header #search-form #search-bar {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 22px;
  outline: none;
  font-weight: lighter;
  margin-right: 10px;
  background-color: #0073b6;
  color: #fff;
  border: none;
  border-box: 0px;
  /*
			background-color: #fff;
			color: #000;
			border: 1px solid #000;
			.box-shadow(0px 0px 10px 0px #000);
*/
  box-sizing: border-box;
  padding: 10px 0px;
  -webkit-transition: width .5s ease, opacity .5s linear;
  -moz-transition: width .5s ease, opacity .5s linear;
  -ms-transition: width .5s ease, opacity .5s linear;
  -o-transition: width .5s ease, opacity .5s linear;
  transition: width .5s ease, opacity .5s linear;
  width: 0px;
  opacity: 0;
}
#header #search-form #search-bar.open {
  width: 460px;
  opacity: 1;
  padding: 10px;
}
@media all and (max-width: 1099px) {
  #header #search-form #search-bar.open {
    width: 195px;
  }
}
@media all and (max-width: 1099px) {
  #header #search-form #search-bar {
    font-size: 16px;
    line-height: 20px;
  }
}
@media all and (max-width: 767px) {
  #header #search-form #search-bar {
    margin-right: 5px;
  }
}
#header #open-menu {
  position: absolute;
  top: 25px;
  right: 10px;
  z-index: 1;
}
#header #open-menu .icon {
  font-size: 55px;
}
@media all and (max-width: 1099px) {
  #header #open-menu {
    top: 10px;
    right: 10px;
  }
  #header #open-menu .icon {
    font-size: 50px;
  }
}
@media all and (max-width: 767px) {
  #header #open-menu {
    top: 5px;
    right: 10px;
  }
  #header #open-menu .icon {
    font-size: 40px;
  }
}
#header #menu {
  position: absolute;
  z-index: 10;
  top: 0px;
  right: 0px;
  z-index: 100;
  background-color: #000;
  color: #fff;
  padding: 70px 40px 40px;
  box-sizing: content-box;
  width: 240px;
  /*
		visibility: hidden;
		.opacity(0);
		.transition(~"visibility 0s ease 0.5s, opacity 0.5s ease 0s");
	
		&.open {
			visibility: visible;
			.opacity(1);
			.transition(~"visibility 0s ease 0s, opacity 0.5s ease 0s");
		}
*/
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  transition: transform .5s ease;
  -webkit-transform: translateY(-150%);
  -moz-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  -o-transform: translateY(-150%);
  transform: translateY(-150%);
}
#header #menu.open {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
@media all and (max-width: 1099px) {
  #header #menu {
    padding: 50px 30px 30px;
    width: 250px;
  }
}
@media all and (max-width: 767px) {
  #header #menu {
    padding: 40px 20px 20px;
    width: 100%;
    box-sizing: border-box;
  }
}
#header #menu #close-menu {
  position: absolute;
  z-index: 1;
  font-size: 45px;
  top: 30px;
  right: 15px;
}
@media all and (max-width: 1099px) {
  #header #menu #close-menu {
    font-size: 40px;
    top: 20px;
    right: 15px;
  }
}
@media all and (max-width: 767px) {
  #header #menu #close-menu {
    font-size: 40px;
    top: 8px;
    right: 13px;
  }
}
#header #menu #menu-list {
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  #header #menu #menu-list {
    margin-bottom: 20px;
  }
}
#header #menu #menu-list .label {
  display: block;
  cursor: pointer;
  position: relative;
  padding-right: 25px;
}
#header #menu #menu-list .label .arrow {
  font-size: 15px;
  position: absolute;
  top: 0px;
  right: 0px;
}
#header #menu #menu-list .first-level-menu-item {
  display: block;
  margin: 10px 0px;
  padding: 10px 0px 0px;
  border-top: 1px solid #8e8e8e;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bolder;
  letter-spacing: 0.5px;
  line-height: 20px;
}
@media all and (max-width: 1099px) {
  #header #menu #menu-list .first-level-menu-item {
    margin: 8px 0px;
    padding: 8px 0px 0px;
    font-size: 16px;
    line-height: 18px;
  }
}
@media all and (max-width: 767px) {
  #header #menu #menu-list .first-level-menu-item {
    margin: 8px 0px;
    padding: 8px 0px 0px;
    font-size: 14px;
    line-height: 16px;
  }
}
#header #menu #menu-list .first-level-menu-item:first-child {
  border-top: none;
}
#header #menu #menu-list .first-level-menu-item .second-level-menu-item {
  font-size: 16px;
  color: #8e8e8e;
  margin: 5px 0px;
  text-transform: none;
  line-height: 18px;
}
@media all and (max-width: 767px) {
  #header #menu #menu-list .first-level-menu-item .second-level-menu-item {
    font-size: 14px;
    margin: 5px 0px;
    line-height: 16px;
  }
}
#header #menu #menu-list .first-level-menu-item .second-level-menu-item:first-child {
  margin-top: 10px;
}
#header #menu #menu-list .first-level-menu-item .second-level-menu-item:hover {
  color: #fff;
}
#header #menu #socials {
  text-align: center;
}
#header #menu #socials a {
  display: inline-block;
  margin: 0px 5px;
}
#header #menu #socials a,
#header #menu #socials a:hover,
#header #menu #socials a:active,
#header #menu #socials a:visited,
#header #menu #socials a:focus {
  color: #fff;
  text-decoration: none;
}
#footer {
  text-align: center;
  color: #000;
  font-family: 'Lato', sans-serif;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media all and (max-width: 767px) {
  #footer .rcontainer.utils {
    padding: 0px;
    margin-bottom: 20px;
  }
}
#footer #subscribe-newsletter,
#footer #download-app {
  display: block;
  background-color: #000;
  color: #fff;
  padding: 20px 30px;
  font-size: 18px;
  margin-bottom: 10px;
}
@media all and (max-width: 1099px) {
  #footer #subscribe-newsletter,
  #footer #download-app {
    padding: 15px 20px;
  }
}
@media all and (max-width: 767px) {
  #footer #subscribe-newsletter,
  #footer #download-app {
    padding: 10px 10px;
    margin-bottom: 0px;
  }
}
#footer #subscribe-newsletter#download-app,
#footer #download-app#download-app {
  background-color: #dadada;
}
#footer #subscribe-newsletter#download-app .icon,
#footer #download-app#download-app .icon {
  margin-left: -10px;
}
@media all and (max-width: 767px) {
  #footer #subscribe-newsletter#download-app .spacer,
  #footer #download-app#download-app .spacer {
    display: none;
  }
  #footer #subscribe-newsletter#download-app .bordered-button,
  #footer #download-app#download-app .bordered-button {
    display: inline-block;
    border: none;
    padding-left: 0px;
    padding-right: 0px;
    width: 200px;
  }
}
#footer #subscribe-newsletter label,
#footer #download-app label {
  margin-left: -10px;
}
#footer #subscribe-newsletter .icon,
#footer #download-app .icon {
  font-size: 60px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
@media all and (max-width: 1099px) {
  #footer #subscribe-newsletter .icon,
  #footer #download-app .icon {
    font-size: 50px;
    margin-right: 0px;
  }
}
@media all and (max-width: 767px) {
  #footer #subscribe-newsletter .icon,
  #footer #download-app .icon {
    font-size: 40px;
  }
}
#footer #subscribe-newsletter .input-wrap,
#footer #download-app .input-wrap {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
#footer #subscribe-newsletter input,
#footer #download-app input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #ccc;
  background-color: transparent;
  padding: 5px;
  font-weight: lighter;
}
#footer #subscribe-newsletter .error,
#footer #download-app .error {
  position: absolute;
  bottom: -20px;
  font-size: 12px;
  left: 5px;
  color: red;
  line-height: 14px;
}
@media all and (max-width: 767px) {
  #footer #subscribe-newsletter .error,
  #footer #download-app .error {
    position: static;
    width: 195px;
    margin-bottom: 5px;
    text-align: left;
    margin-top: 5px;
    margin-left: 5px;
  }
}
#footer #subscribe-newsletter .spacer,
#footer #download-app .spacer {
  display: inline-block;
  vertical-align: middle;
  width: 510px;
  margin-right: 20px;
  box-sizing: border-box;
  color: #fff;
  font-size: 18px;
}
@media all and (max-width: 1099px) {
  #footer #subscribe-newsletter .spacer,
  #footer #download-app .spacer {
    width: 280px;
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  #footer #subscribe-newsletter .spacer,
  #footer #download-app .spacer {
    font-size: 15px;
    width: 200px;
    margin-right: 0px;
  }
}
#footer #subscribe-newsletter .spacer.message,
#footer #download-app .spacer.message {
  width: 814px;
  text-align: left;
}
@media all and (max-width: 1099px) {
  #footer #subscribe-newsletter .spacer.message,
  #footer #download-app .spacer.message {
    width: 600px;
  }
}
@media all and (max-width: 767px) {
  #footer #subscribe-newsletter .spacer.message,
  #footer #download-app .spacer.message {
    width: 100%;
  }
}
#footer #subscribe-newsletter .bordered-button,
#footer #download-app .bordered-button {
  width: 300px;
}
@media all and (max-width: 1099px) {
  #footer #subscribe-newsletter .bordered-button,
  #footer #download-app .bordered-button {
    width: 250px;
  }
}
@media all and (max-width: 767px) {
  #footer #subscribe-newsletter .bordered-button,
  #footer #download-app .bordered-button {
    display: block;
    margin: 0px auto;
  }
}
#footer #footer-banners {
  text-align: center;
  margin-bottom: 50px;
}
@media all and (max-width: 1099px) {
  #footer #footer-banners {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 767px) {
  #footer #footer-banners {
    margin-bottom: 30px;
  }
}
#footer #footer-banners .banner {
  display: block;
  float: left;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 33%;
  height: 180px;
  margin-left: 3px;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
#footer #footer-banners .banner:first-child {
  margin-left: 0px;
}
@media all and (max-width: 1099px) {
  #footer #footer-banners .banner {
    height: 120px;
  }
}
@media all and (max-width: 767px) {
  #footer #footer-banners .banner {
    width: 250px;
    float: none;
    margin: 3px auto;
  }
  #footer #footer-banners .banner:first-child {
    margin-left: auto;
  }
}
#footer #footer-banners .banner .link {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  display: table;
  width: 101%;
  height: 101%;
  background-color: rgba(255, 255, 255, 0.3);
}
#footer #footer-banners .banner .link .cell {
  display: table-cell;
  vertical-align: middle;
}
#footer #footer-banners .banner .link .cell img {
  width: 120px;
  height: auto;
}
@media all and (max-width: 1099px) {
  #footer #footer-banners .banner .link .cell img {
    width: 90px;
  }
}
#footer #footer-menu {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media all and (max-width: 1099px) {
  #footer #footer-menu {
    font-size: 16px;
    margin-bottom: 18px;
  }
}
@media all and (max-width: 767px) {
  #footer #footer-menu {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
#footer #footer-menu .link {
  display: inline-block;
  padding: 0px 20px;
  border-left: 1px solid #000;
  margin-bottom: 10px;
}
#footer #footer-menu .link:first-child {
  border-left: none;
}
@media all and (max-width: 1099px) {
  #footer #footer-menu .link {
    padding: 0px 15px;
  }
}
@media all and (max-width: 767px) {
  #footer #footer-menu .link {
    padding: 0px 10px;
    margin-bottom: 5px;
  }
}
#footer #copyright {
  font-size: 16px;
  line-height: 18px;
}
@media all and (max-width: 1099px) {
  #footer #copyright {
    font-size: 13px;
    line-height: 15px;
  }
}
@media all and (max-width: 767px) {
  #footer #copyright {
    font-size: 11px;
    line-height: 13px;
  }
}
#services {
  display: block;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 100;
  color: #fff;
  background-color: #0073b6;
  padding: 10px 5px;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 10px 0px #ffffff;
  -moz-box-shadow: 0px 0px 10px 0px #ffffff;
  box-shadow: 0px 0px 10px 0px #ffffff;
}
@media all and (max-width: 767px) {
  #services {
    padding: 10px 0px;
  }
}
#services .service {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border-left: 1px solid #fff;
  box-sizing: border-box;
  height: 60px;
  width: 125px;
  overflow: hidden;
}
#services .service:first-child {
  border-left-color: transparent;
}
@media all and (max-width: 1099px) {
  #services .service {
    height: 50px;
    width: 90px;
  }
}
@media all and (max-width: 767px) {
  #services .service {
    height: 30px;
    width: 70px;
    margin-bottom: 5px;
  }
  #services .service:first-child {
    border-left-color: #fff;
  }
  #services .service.fourth {
    /*border-right: 1px solid #fff;*/
    border-right: none;
  }
}
#services .service .icon {
  font-size: 40px;
  position: relative;
}
#services .service .icon.bigger {
  font-size: 50px;
  top: -3px;
}
@media all and (max-width: 1099px) {
  #services .service .icon {
    font-size: 30px;
  }
  #services .service .icon.bigger {
    font-size: 40px;
    top: -5px;
  }
}
#services .service .label {
  display: block;
  vertical-align: middle;
  font-size: 11px;
  line-height: 11px;
  text-transform: uppercase;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 0px 5px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media all and (max-width: 1099px) {
  #services .service .label {
    font-size: 10px;
    line-height: 10px;
  }
}
@media all and (max-width: 767px) {
  #services .service .label {
    display: none;
  }
}
#scroll-to-top {
  position: fixed;
  z-index: 1000;
  -webkit-box-shadow: 0px 0px 10px 0px #ffffff;
  -moz-box-shadow: 0px 0px 10px 0px #ffffff;
  box-shadow: 0px 0px 10px 0px #ffffff;
  border: 1px solid #fff;
  right: 10px;
  top: 10px;
  display: inline-block;
  background-color: #0073B6;
  color: #fff;
  padding: 5px 0px;
  font-size: 30px;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  transition: transform .5s ease;
}
#scroll-to-top.visible {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
@media all and (max-width: 1099px) {
  #scroll-to-top {
    font-size: 25px;
  }
}
@media all and (max-width: 767px) {
  #scroll-to-top {
    font-size: 20px;
  }
}
.fog-overlay {
  position: fixed;
  display: table;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s ease 0.5s, opacity 0.5s ease 0s;
  -moz-transition: visibility 0s ease 0.5s, opacity 0.5s ease 0s;
  -ms-transition: visibility 0s ease 0.5s, opacity 0.5s ease 0s;
  -o-transition: visibility 0s ease 0.5s, opacity 0.5s ease 0s;
  transition: visibility 0s ease 0.5s, opacity 0.5s ease 0s;
}
.fog-overlay.visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s ease 0s, opacity 0.5s ease 0s;
  -moz-transition: visibility 0s ease 0s, opacity 0.5s ease 0s;
  -ms-transition: visibility 0s ease 0s, opacity 0.5s ease 0s;
  -o-transition: visibility 0s ease 0s, opacity 0.5s ease 0s;
  transition: visibility 0s ease 0s, opacity 0.5s ease 0s;
}
.fog-overlay .spinner {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 150px;
  margin-left: -105px;
  margin-top: -75px;
  display: inline-block;
  -webkit-animation: rotate 2s infinite linear;
  -moz-animation: rotate 2s infinite linear;
  -o-animation: rotate 2s infinite linear;
  -ms-animation: rotate 2s infinite linear;
  animation: rotate 2s infinite linear;
}
.fog-overlay .rcontainer {
  text-align: center;
}
.fog-overlay .rcontainer .popup-content {
  text-align: left;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  border: 2px solid #fff;
  padding: 30px;
  display: inline-block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.fog-overlay .rcontainer .popup-content .exit-wrap {
  display: block;
  padding: 20px 0px 0px;
  text-align: center;
}
md-checkbox.privacy-check.error .md-icon {
  border-color: #f44336;
}
label.labelBooking {
  color: rgba(0, 0, 0, 0.26);
}
body #cookies-info-wrap {
  display: block;
  position: fixed;
  background-color: #0073b6;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 90px;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 0px 10px 0px #ffffff;
  -moz-box-shadow: 0px 0px 10px 0px #ffffff;
  box-shadow: 0px 0px 10px 0px #ffffff;
  -webkit-transition: -webkit-transform 1s ease;
  -moz-transition: -moz-transform 1s ease;
  -ms-transition: -ms-transform 1s ease;
  -o-transition: -o-transform 1s ease;
  transition: transform 1s ease;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
body #cookies-info-wrap.close {
  display: block;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
@media all and (max-width: 1099px) {
  body #cookies-info-wrap {
    font-size: 14px;
    line-height: 18px;
  }
}
@media all and (max-width: 767px) {
  body #cookies-info-wrap {
    font-size: 12px;
    line-height: 16px;
  }
}
body #cookies-info-wrap #cookies-info {
  width: 1100px;
  position: relative;
  z-index: 1;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin: 0px auto;
  display: table;
  height: 100%;
}
@media all and (max-width: 1099px) {
  body #cookies-info-wrap #cookies-info {
    width: 768px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (max-width: 767px) {
  body #cookies-info-wrap #cookies-info {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
body #cookies-info-wrap #cookies-info-text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 0px;
  padding-right: 0px;
}
body #cookies-info-wrap #cookies-info-close {
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
  margin: 10px auto 0px;
  background-color: #fff;
}
@media all and (max-width: 1099px) {
  body #cookies-info-wrap #cookies-info-close {
    width: 25px;
    height: 25px;
  }
}
@media all and (max-width: 767px) {
  body #cookies-info-wrap #cookies-info-close {
    width: 20px;
    height: 20px;
  }
}
#interreg {
  margin: 40px 0px;
}
@media all and (max-width: 1099px) {
  #interreg {
    margin: 30px 0px;
  }
}
@media all and (max-width: 767px) {
  #interreg {
    margin: 20px 0px;
  }
}
#interreg a {
  display: inline-block;
}
#interreg img {
  max-width: 330px;
  max-height: 150px;
  width: auto;
  height: auto;
  margin: 10px;
}
@media all and (max-width: 767px) {
  #interreg img {
    display: block;
    max-width: 280px !important;
    margin-left: auto;
    margin-right: auto;
  }
}
#interreg img.interreg {
  max-width: 300px;
}
#interreg img.small {
  max-width: 250px;
  max-height: 50px;
}
.iftm img {
  max-width: 100%;
  margin-top: 10px;
}
.section {
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 1099px) {
  .section {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  .section {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
#legend-title {
  text-transform: uppercase;
  color: #B4B4B4;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 22px;
  font-family: 'Lato', sans-serif;
}
@media all and (max-width: 1099px) {
  #legend-title {
    font-size: 16px;
    line-height: 20px;
  }
}
#when-and-where {
  margin-top: 4px;
  background-color: #0073b6;
  color: #fff;
  font-family: 'Lato', sans-serif;
  display: table;
  width: 100%;
  box-sizing: border-box;
  padding: 40px 20px;
}
@media all and (max-width: 1099px) {
  #when-and-where {
    margin-top: 2px;
    padding: 25px 10px;
  }
}
@media all and (max-width: 767px) {
  #when-and-where {
    margin-top: 0px;
    padding: 15px 0px;
  }
}
#when-and-where .icon {
  font-size: 40px;
}
@media all and (max-width: 1099px) {
  #when-and-where .icon {
    font-size: 30px;
  }
}
@media all and (max-width: 767px) {
  #when-and-where .icon {
    font-size: 20px;
  }
}
@media all and (max-width: 767px) {
  #when-and-where .table-cell.pseudo {
    display: table-row;
    vertical-align: middle;
    height: 10px;
  }
}
#when-and-where .table-cell.with-border {
  border-right: 1px solid #fff;
  width: 30px;
}
#when-and-where .table-cell.with-border .cell-content {
  padding: 0px 20px;
}
@media all and (max-width: 1099px) {
  #when-and-where .table-cell.with-border .cell-content {
    padding: 0px 10px;
  }
}
#when-and-where .table-cell .cell-content {
  padding: 0px 40px;
}
@media all and (max-width: 1099px) {
  #when-and-where .table-cell .cell-content {
    padding: 0px 20px;
  }
}
@media all and (max-width: 767px) {
  #when-and-where .table-cell .cell-content {
    padding: 0px 10px;
  }
}
#when-and-where .when {
  font-size: 34px;
  line-height: 38px;
}
@media all and (max-width: 1099px) {
  #when-and-where .when {
    font-size: 26px;
    line-height: 30px;
  }
}
@media all and (max-width: 767px) {
  #when-and-where .when {
    font-size: 21px;
    line-height: 24px;
  }
}
#when-and-where .where {
  font-size: 22px;
  line-height: 26px;
}
@media all and (max-width: 1099px) {
  #when-and-where .where {
    font-size: 20px;
    line-height: 24px;
  }
}
@media all and (max-width: 767px) {
  #when-and-where .where {
    font-size: 16px;
    line-height: 20px;
  }
}
#return-to {
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 1099px) {
  #return-to {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  #return-to {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 1099px) {
  #return-to {
    font-size: 16px;
    line-height: 18px;
  }
}
@media all and (max-width: 767px) {
  #return-to {
    text-align: center;
    font-size: 14px;
    line-height: 16px;
  }
}
.fulltext {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: lighter;
  color: black;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media all and (max-width: 1099px) {
  .fulltext {
    font-size: 14px;
    line-height: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.fulltext a,
.fulltext a:hover,
.fulltext a:visited,
.fulltext a:focus,
.fulltext a:active {
  text-decoration: underline;
  color: #0073b6;
}
.bordered-button {
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  font-size: 18px;
  line-height: 20px;
  font-weight: lighter;
  padding: 10px;
  vertical-align: middle;
  cursor: pointer;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background-color .3s linear;
  -moz-transition: background-color .3s linear;
  -ms-transition: background-color .3s linear;
  -o-transition: background-color .3s linear;
  transition: background-color .3s linear;
}
.bordered-button:hover {
  background-color: #0073b6;
}
.bordered-button.black {
  color: #000;
}
.bordered-button.black:hover {
  background-color: #fff;
}
@media all and (max-width: 1099px) {
  .bordered-button {
    font-size: 15px;
    line-height: 18px;
  }
}
.bordered-button.black-and-white {
  display: inline-block;
  width: 520px;
  margin: 2px;
  background-color: #fff;
  color: #000;
  border-color: #000;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.bordered-button.black-and-white:hover {
  background-color: #0073b6;
  color: #fff;
}
@media all and (max-width: 1099px) {
  .bordered-button.black-and-white {
    width: 365px;
    font-weight: 300;
  }
}
@media all and (max-width: 767px) {
  .bordered-button.black-and-white {
    width: 100%;
    display: block;
    padding: 7px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
  }
}
.bordered-button.black-and-white.black {
  background-color: #000;
  color: #fff;
}
.bordered-button.black-and-white.auto {
  width: auto !important;
  display: inline-block !important;
}
.preview-box {
  float: left;
  margin: 3px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ddd;
  background-image: url(/layout/logo_mobile.svg);
  background-clip: padding-box;
  width: 522px;
  height: 270px;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  visibility: visible;
  opacity: 1;
  text-align: left;
}
.preview-box:before {
  -webkit-transition: background-color 0.5s linear;
  -moz-transition: background-color 0.5s linear;
  -ms-transition: background-color 0.5s linear;
  -o-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}
.preview-box.hidden {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.5s linear 0s;
  -moz-transition: visibility 0s linear 0.5s, opacity 0.5s linear 0s;
  -ms-transition: visibility 0s linear 0.5s, opacity 0.5s linear 0s;
  -o-transition: visibility 0s linear 0.5s, opacity 0.5s linear 0s;
  transition: visibility 0s linear 0.5s, opacity 0.5s linear 0s;
}
@media all and (max-width: 1099px) {
  .preview-box {
    margin: 2px;
    width: 362px;
    height: 180px;
  }
}
@media all and (max-width: 767px) {
  .preview-box {
    margin: 1px;
    width: 100%;
    height: 160px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.preview-box .info-box {
  position: absolute;
  left: 0px;
  z-index: 1;
  width: 100%;
  min-height: 80px;
  box-sizing: border-box;
  padding: 10px;
  color: #000;
  font-size: 16px;
  line-height: 18px;
  -webkit-transition: bottom 0.5s ease;
  -moz-transition: bottom 0.5s ease;
  -ms-transition: bottom 0.5s ease;
  -o-transition: bottom 0.5s ease;
  transition: bottom 0.5s ease;
  bottom: 0px;
}
@media all and (max-width: 1099px) {
  .preview-box .info-box {
    min-height: 60px;
    font-size: 14px;
    line-height: 16px;
  }
}
.preview-box .info-box .table {
  padding: 10px;
  -webkit-transition: background-color 0.5s linear;
  -moz-transition: background-color 0.5s linear;
  -ms-transition: background-color 0.5s linear;
  -o-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
  box-sizing: border-box;
}
@media all and (max-width: 767px) {
  .preview-box .info-box .table {
    background-color: rgba(255, 255, 255, 0.8) !important;
  }
}
.preview-box .info-box .table-cell .info-wrap .name {
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}
@media all and (max-width: 1099px) {
  .preview-box .info-box .table-cell .info-wrap .name {
    margin-bottom: 3px;
  }
}
.preview-box .info-box .table-cell .info-wrap .location {
  text-transform: uppercase;
  display: block;
}
.preview-box .info-box .table-cell .icons-wrap {
  float: right;
  padding-top: 5px;
}
.preview-box .info-box .table-cell .icons-wrap .icon {
  font-size: 40px;
}
@media all and (max-width: 1099px) {
  .preview-box .info-box .table-cell .icons-wrap .icon {
    font-size: 30px;
  }
}
.preview-box:hover:before {
  background-color: transparent;
}
.preview-box:hover .info-box .table {
  background-color: #fff;
}
.others-wrap {
  text-align: right;
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 30px;
  position: relative;
}
@media all and (max-width: 1099px) {
  .others-wrap {
    font-size: 16px;
    margin-top: 20px;
  }
  .others-wrap .icon {
    font-size: 20px;
  }
}
@media all and (max-width: 767px) {
  .others-wrap {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
  }
}
.others-wrap .icon,
.others-wrap .label {
  vertical-align: middle;
}
.others-wrap .icon {
  vertical-align: middle;
  font-size: 25px;
}
.others-wrap .left-element {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
}
.others-wrap .left-element.in-bici {
  left: 250px;
  top: -10px;
}
.others-wrap .left-element.in-bici img {
  width: 130px;
  height: auto;
}
@media all and (max-width: 767px) {
  .others-wrap .left-element {
    position: static;
    display: block;
    margin-top: 10px;
  }
}
.tda-in-itinerary {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px;
  width: 50px;
  float: right;
}
.tda-in-itinerary.big {
  background-color: #000000;
  width: 200px;
  float: none;
  margin-bottom: 10px;
}
@media all and (max-width: 767px) {
  .tda-in-itinerary.big {
    width: 150px;
  }
}
@media all and (max-width: 767px) {
  .poi-list.rcontainer {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.async-loading-info {
  color: #0073b6;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: lighter;
  line-height: 24px;
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: left;
}
@media all and (max-width: 1099px) {
  .async-loading-info {
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  .async-loading-info {
    font-size: 14px;
    line-height: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.async-loading-info .counter {
  vertical-align: middle;
}
.async-loading-info .load-more {
  float: right;
  position: relative;
}
.async-loading-info .load-more.blocked {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30%)";
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  cursor: not-allowed;
}
.async-loading-info .load-more .icon {
  vertical-align: middle;
  font-size: 40px;
  position: absolute;
  top: -5px;
  left: -70px;
}
@media all and (max-width: 1099px) {
  .async-loading-info .load-more .icon {
    font-size: 30px;
    top: -3px;
    left: -50px;
  }
}
@media all and (max-width: 767px) {
  .async-loading-info .load-more .icon {
    font-size: 25px;
    left: -40px;
  }
}
.async-loading-info .load-more .label {
  color: black;
  vertical-align: middle;
}
.slider-item {
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
}
.slider-item.current {
  display: block;
}
.slider-indexes,
.slideshow-indexes {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  right: 10px;
}
.slider-indexes .slider-index,
.slideshow-indexes .slider-index,
.slider-indexes .slideshow-index,
.slideshow-indexes .slideshow-index {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  background-color: transparent;
  margin: 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.slider-indexes .slider-index.black,
.slideshow-indexes .slider-index.black,
.slider-indexes .slideshow-index.black,
.slideshow-indexes .slideshow-index.black {
  border-color: #000;
  border-width: 1px;
}
@media all and (max-width: 767px) {
  .slider-indexes .slider-index,
  .slideshow-indexes .slider-index,
  .slider-indexes .slideshow-index,
  .slideshow-indexes .slideshow-index {
    width: 7px;
    height: 7px;
    margin: 3px;
  }
}
.slider-indexes .slider-index.current,
.slideshow-indexes .slider-index.current,
.slider-indexes .slideshow-index.current,
.slideshow-indexes .slideshow-index.current {
  background-color: #fff;
}
.slider-indexes .slider-index.current.black,
.slideshow-indexes .slider-index.current.black,
.slider-indexes .slideshow-index.current.black,
.slideshow-indexes .slideshow-index.current.black {
  background-color: #000;
}
.slider-prev,
.slider-next,
.slideshow-prev,
.slideshow-next {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 10px;
  font-size: 50px;
  margin-top: -30px;
}
.slider-prev.slider-prev,
.slider-next.slider-prev,
.slideshow-prev.slider-prev,
.slideshow-next.slider-prev,
.slider-prev.slideshow-prev,
.slider-next.slideshow-prev,
.slideshow-prev.slideshow-prev,
.slideshow-next.slideshow-prev {
  right: auto;
  left: 10px;
}
h2.section-title,
h3.section-title {
  font-family: 'Bauer Bodoni Pro_1 W01 Roman' /*
	font-family:'Bauer Bodoni Pro_1 W01 Roman';
	font-family:'Bauer Bodoni Pro_1 W01 Italic';
	font-family:'Bauer Bodoni Pro_1 W01 Bold';
	font-family:'Bauer Bodoni Pro_1 W01 Bold It';
	font-family:'Bauer Bodoni Pro_2 W01 Black';
	font-family:'Bauer Bodoni Pro_2 W01_1475660';
	font-family:'Bauer Bodoni Pro_2 W01 Bold Cn';
	font-family:'Bauer Bodoni Pro_2 W01_1475672';
*/;
  font-size: 34px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 40px;
  line-height: 38px;
  text-transform: uppercase;
}
h2.section-title:before,
h3.section-title:before {
  display: inline-block;
  content: "-\00a0";
}
h2.section-title:after,
h3.section-title:after {
  display: inline-block;
  content: "\00a0-";
}
@media all and (max-width: 1099px) {
  h2.section-title,
  h3.section-title {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  h2.section-title,
  h3.section-title {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
h2.section-title.with-blue-bar,
h3.section-title.with-blue-bar {
  font-family: 'Lato', sans-serif;
  color: #0073b6;
  font-size: 20px;
  line-height: 24px;
  border-bottom: 2px solid #0073b6;
  height: 0px;
  margin-top: 20px;
  margin-bottom: 50px;
  letter-spacing: 5px;
}
@media all and (max-width: 1099px) {
  h2.section-title.with-blue-bar,
  h3.section-title.with-blue-bar {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 4px;
  }
}
@media all and (max-width: 767px) {
  h2.section-title.with-blue-bar,
  h3.section-title.with-blue-bar {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 30px;
    letter-spacing: 4px;
  }
}
h2.section-title.with-blue-bar:before,
h3.section-title.with-blue-bar:before {
  content: "";
}
h2.section-title.with-blue-bar:after,
h3.section-title.with-blue-bar:after {
  content: "";
}
h2.section-title.with-blue-bar .label,
h3.section-title.with-blue-bar .label {
  position: relative;
  z-index: 1;
  top: -10px;
  background-color: #fff;
  padding: 0px 20px;
}
@media all and (max-width: 1099px) {
  h2.section-title.with-blue-bar .label,
  h3.section-title.with-blue-bar .label {
    top: -8px;
  }
}
@media all and (max-width: 767px) {
  h2.section-title.with-blue-bar .label,
  h3.section-title.with-blue-bar .label {
    top: -7px;
  }
}
h2.section-title.with-blue-icon,
h3.section-title.with-blue-icon {
  text-align: left;
  color: #0073b6;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 20px;
  border-bottom: 2px solid #0073b6;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  margin-bottom: -10px;
  padding-top: 10px;
}
h2.section-title.with-blue-icon:before,
h3.section-title.with-blue-icon:before,
h2.section-title.with-blue-icon:after,
h3.section-title.with-blue-icon:after {
  display: none;
}
h2.section-title.with-blue-icon .icon,
h3.section-title.with-blue-icon .icon {
  float: right;
  font-size: 45px;
  position: relative;
  top: -10px;
}
@media all and (max-width: 1099px) {
  h2.section-title.with-blue-icon .icon,
  h3.section-title.with-blue-icon .icon {
    font-size: 35px;
    top: -10px;
  }
}
@media all and (max-width: 767px) {
  h2.section-title.with-blue-icon .icon,
  h3.section-title.with-blue-icon .icon {
    font-size: 30px;
    top: -10px;
  }
}
@media all and (max-width: 1099px) {
  h2.section-title.with-blue-icon,
  h3.section-title.with-blue-icon {
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 18px;
  }
}
@media all and (max-width: 767px) {
  h2.section-title.with-blue-icon,
  h3.section-title.with-blue-icon {
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 16px;
  }
}
h3.section-subtitle {
  font-family: 'Bauer Bodoni Pro_1 W01 Roman' /*
	font-family:'Bauer Bodoni Pro_1 W01 Roman';
	font-family:'Bauer Bodoni Pro_1 W01 Italic';
	font-family:'Bauer Bodoni Pro_1 W01 Bold';
	font-family:'Bauer Bodoni Pro_1 W01 Bold It';
	font-family:'Bauer Bodoni Pro_2 W01 Black';
	font-family:'Bauer Bodoni Pro_2 W01_1475660';
	font-family:'Bauer Bodoni Pro_2 W01 Bold Cn';
	font-family:'Bauer Bodoni Pro_2 W01_1475672';
*/;
  font-weight: lighter;
  font-size: 34px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 38px;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 1099px) {
  h3.section-subtitle {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
    width: 500px;
  }
}
@media all and (max-width: 767px) {
  h3.section-subtitle {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
    width: 300px;
  }
}
h3.section-subtitle.auto {
  width: 100%;
}
@media all and (max-width: 1099px) {
  h3.section-subtitle.auto {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  h3.section-subtitle.auto {
    width: 100%;
  }
}
.separator {
  display: block;
  width: 200px;
  border-style: solid;
  border-color: #fff;
  border-width: 0px;
  border-bottom-width: 2px;
  margin: 20px auto;
}
@media all and (max-width: 1099px) {
  .separator {
    width: 150px;
  }
}
@media all and (max-width: 767px) {
  .separator {
    margin: 15px auto;
  }
}
.where-and-when {
  text-align: center;
  font-size: 26px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: lighter;
  margin-bottom: 20px;
}
@media all and (max-width: 1099px) {
  .where-and-when {
    font-size: 18px;
    line-height: 22px;
  }
}
.contacts {
  font-size: 16px;
  line-height: 18px;
}
@media all and (max-width: 1099px) {
  .contacts {
    font-size: 14px;
    line-height: 16px;
  }
}
@media all and (max-width: 767px) {
  .contacts {
    font-size: 12px;
    line-height: 14px;
  }
}
.contacts .logos {
  text-align: center;
}
.contacts .logos .logo {
  width: 70px;
  height: auto;
  margin: 0px 10px 10px;
}
@media all and (max-width: 1099px) {
  .contacts .logos .logo {
    width: 60px;
  }
}
@media all and (max-width: 767px) {
  .contacts .logos .logo {
    width: 50px;
  }
}
.contacts .contact {
  margin-bottom: 15px;
}
@media all and (max-width: 1099px) {
  .contacts .contact {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 767px) {
  .contacts .contact {
    margin-bottom: 5px;
  }
}
.contacts .contact * {
  vertical-align: middle;
}
.contacts .contact.details {
  margin-bottom: 5px;
  margin-left: 5px;
}
@media all and (max-width: 1099px) {
  .contacts .contact.details {
    margin-bottom: 5px;
  }
}
.contacts .icon {
  color: #0073b6;
  font-size: 20px;
  margin-right: 20px;
  vertical-align: middle;
}
.contacts .label {
  color: #0073b6;
  text-transform: uppercase;
  font-weight: 500;
}
.service-info {
  display: inline-block;
  vertical-align: top;
  width: 522px;
  margin: 2px 3px;
  text-align: left;
  color: #000;
}
@media all and (max-width: 1099px) {
  .service-info {
    width: 365px;
    margin: 1px 2px;
  }
}
@media all and (max-width: 767px) {
  .service-info {
    width: 100%;
    margin: 0px;
  }
}
.service-info .service-label {
  background-color: #0073b6;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  padding: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media all and (max-width: 1099px) {
  .service-info .service-label {
    font-size: 16px;
    line-height: 18px;
    padding: 8px;
  }
}
@media all and (max-width: 767px) {
  .service-info .service-label {
    white-space: normal;
    font-size: 14px;
    line-height: 16px;
    padding: 5px;
  }
}
.service-info .service-content {
  padding: 15px;
}
@media all and (max-width: 1099px) {
  .service-info .service-content {
    padding: 10px;
  }
}
@media all and (max-width: 767px) {
  .service-info .service-content {
    padding: 5px;
  }
}
#breadcrumbs {
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  color: black;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 25px;
  text-align: left;
}
#breadcrumbs .current {
  color: #0073b6;
}
@media all and (max-width: 767px) {
  #breadcrumbs {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 20px;
  }
}
#breadcrumbs.first-element {
  margin-top: 45px;
}
@media all and (max-width: 1099px) {
  #breadcrumbs.first-element {
    margin-top: 35px;
  }
}
@media all and (max-width: 767px) {
  #breadcrumbs.first-element {
    margin-top: 15px;
  }
}
.macro-itinerary-filter {
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 10px;
  color: #000;
}
@media all and (max-width: 1099px) {
  .macro-itinerary-filter {
    font-size: 20px;
    line-height: 24px;
  }
}
@media all and (max-width: 767px) {
  .macro-itinerary-filter {
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
  }
}
.macro-itinerary-filter .filter {
  display: inline-block;
  width: 59%;
}
@media all and (max-width: 767px) {
  .macro-itinerary-filter .filter {
    display: block;
    width: 100%;
  }
}
.macro-itinerary-filter .filter .icon {
  font-size: 50px;
  vertical-align: middle;
}
@media all and (max-width: 1099px) {
  .macro-itinerary-filter .filter .icon {
    font-size: 40px;
  }
}
@media all and (max-width: 767px) {
  .macro-itinerary-filter .filter .icon {
    font-size: 30px;
  }
}
.macro-itinerary-filter .filter .label {
  vertical-align: middle;
  text-align: left;
}
.macro-itinerary-filter .filter.bike {
  width: 40%;
}
@media all and (max-width: 767px) {
  .macro-itinerary-filter .filter.bike {
    width: 100%;
  }
}
.macro-itinerary-filter .filter.bike .icon {
  font-size: 60px;
}
@media all and (max-width: 1099px) {
  .macro-itinerary-filter .filter.bike .icon {
    font-size: 50px;
  }
}
@media all and (max-width: 767px) {
  .macro-itinerary-filter .filter.bike .icon {
    font-size: 40px;
  }
}
#black-filter {
  color: #fff;
  text-align: center;
  padding: 20px 0px;
  background-color: #000;
  position: relative;
  overflow: visible;
  margin-bottom: 20px;
}
#black-filter:after {
  display: block;
  content: "";
  float: none;
  clear: both;
}
@media all and (max-width: 1099px) {
  #black-filter {
    padding: 20px 0px;
  }
}
@media all and (max-width: 767px) {
  #black-filter {
    padding: 0px;
    background-color: #fff;
    margin-bottom: 0px;
  }
}
#black-filter.under-geo-filter {
  margin-top: 3px;
  margin-bottom: 30px;
}
@media all and (max-width: 1099px) {
  #black-filter.under-geo-filter {
    margin-top: 2px;
    margin-bottom: 25px;
  }
}
@media all and (max-width: 767px) {
  #black-filter.under-geo-filter {
    margin-bottom: 0px;
  }
}
#black-filter .filter-item {
  display: block;
  float: left;
  width: 14%;
  position: relative;
}
@media all and (max-width: 767px) {
  #black-filter .filter-item {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 1px;
  }
}
#black-filter .filter-item.sport {
  width: 16.5%;
}
@media all and (max-width: 767px) {
  #black-filter .filter-item.sport {
    display: block;
    width: 100%;
    margin-bottom: 1px;
  }
}
#black-filter .filter-item.itinerary {
  width: 19%;
}
@media all and (max-width: 767px) {
  #black-filter .filter-item.itinerary {
    display: block;
    width: 100%;
    margin-bottom: 1px;
  }
}
#black-filter .filter-item.accomodation {
  width: 12.5%;
}
@media all and (max-width: 767px) {
  #black-filter .filter-item.accomodation {
    display: block;
    width: 100%;
    margin-bottom: 1px;
  }
}
@media all and (max-width: 767px) {
  #black-filter .filter-item.accomodation .filter-link {
    height: 50px;
  }
}
#black-filter .filter-item.accomodation .filter-link .label {
  margin-top: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media all and (max-width: 1099px) {
  #black-filter .filter-item.accomodation .filter-link .label {
    width: 70px;
    font-size: 10px;
  }
}
@media all and (max-width: 767px) {
  #black-filter .filter-item.accomodation .filter-link .label {
    width: auto;
  }
}
#black-filter .filter-item.with-separator::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: -15px;
  left: 0px;
  height: 100px;
  border-left: 4px solid #fff;
}
@media all and (max-width: 1099px) {
  #black-filter .filter-item.with-separator::before {
    border-width: 3px;
    height: 85px;
  }
}
@media all and (max-width: 767px) {
  #black-filter .filter-item.with-separator::before {
    display: none;
  }
}
#black-filter .filter-item .filter-link {
  display: table;
  width: 100%;
  box-sizing: border-box;
  border-left: 1px solid #fff;
  height: 70px;
  background-color: #000;
  padding: 0px 15px;
}
@media all and (max-width: 1099px) {
  #black-filter .filter-item .filter-link {
    height: 40px;
    padding: 0px 10px;
  }
}
@media all and (max-width: 767px) {
  #black-filter .filter-item .filter-link {
    border-left: none;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 100%;
  }
}
#black-filter .filter-item .filter-link .table-cell {
  position: relative;
}
@media all and (max-width: 767px) {
  #black-filter .filter-item .filter-link .table-cell {
    text-align: left;
  }
}
#black-filter .filter-item .filter-link .webfont {
  font-size: 50px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}
@media all and (max-width: 1099px) {
  #black-filter .filter-item .filter-link .webfont {
    vertical-align: middle;
    width: auto;
    font-size: 35px;
  }
}
#black-filter .filter-item .filter-link .arrows {
  position: absolute;
  top: 10px;
  right: 0px;
}
@media all and (min-width: 768px) {
  #black-filter .filter-item .filter-link .arrows {
    display: none !important;
  }
}
#black-filter .filter-item .filter-link .arrows .icon {
  font-size: 15px;
}
#black-filter .filter-item .filter-link .arrow {
  font-size: 50px;
  position: absolute;
  z-index: -1;
  bottom: -50px;
  left: 50%;
  margin-left: -35px;
  color: #000;
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  transition: transform .5s ease;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}
#black-filter .filter-item .filter-link .arrow.visible {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
#black-filter .filter-item .filter-link:hover .arrow.animated {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
#black-filter .filter-item .filter-link .label {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
}
@media all and (max-width: 767px) {
  #black-filter .filter-item .filter-link .label {
    display: inline-block;
    vertical-align: middle;
  }
}
#black-filter .filter-item:first-child .filter-link,
#black-filter .filter-item.first .filter-link {
  border-left: none;
}
#food-section {
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 1099px) {
  #food-section {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  #food-section {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  #food-section .filter {
    padding: 0px;
  }
}
#food-section .download-buttons {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 1099px) {
  #food-section .download-buttons {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  #food-section .download-buttons {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
#consorzi {
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 1099px) {
  #consorzi {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  #consorzi {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
#consorzi .consorzi-wrap:after {
  display: block;
  content: "";
  float: none;
  clear: both;
}
@media all and (max-width: 767px) {
  #consorzi .consorzi-wrap {
    padding: 0px;
  }
}
#consorzi .consorzi-wrap .consorzio-link {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  float: left;
  position: relative;
  width: 523px;
  height: 180px;
  margin: 3px;
  background-color: #000;
}
#consorzi .consorzi-wrap .consorzio-link.smaller {
  width: 346px;
}
@media all and (max-width: 1099px) {
  #consorzi .consorzi-wrap .consorzio-link {
    margin: 2px;
    width: 364px;
    height: 120px;
  }
  #consorzi .consorzi-wrap .consorzio-link.smaller {
    width: 241px;
  }
}
@media all and (max-width: 767px) {
  #consorzi .consorzi-wrap .consorzio-link {
    margin: 0px;
    margin-bottom: 2px;
    width: 100%;
    height: 110px;
  }
  #consorzi .consorzi-wrap .consorzio-link.smaller {
    width: 100%;
  }
}
#consorzi .consorzi-wrap .consorzio-link .overlay {
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  text-align: center;
}
#consorzi .consorzi-wrap .consorzio-link .overlay .consorzio-logo {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff;
  margin-top: 10px;
  display: inline-block;
  width: 160px;
  height: 160px;
}
@media all and (max-width: 1099px) {
  #consorzi .consorzi-wrap .consorzio-link .overlay .consorzio-logo {
    width: 100px;
    height: 100px;
  }
}
@media all and (max-width: 767px) {
  #consorzi .consorzi-wrap .consorzio-link .overlay .consorzio-logo {
    width: 90px;
    height: 90px;
  }
}
#top-slideshow,
#top-slideshow-full {
  position: relative;
  color: #fff;
  height: 630px;
}
@media all and (max-width: 1099px) {
  #top-slideshow,
  #top-slideshow-full {
    height: 400px;
  }
}
@media all and (max-width: 767px) {
  #top-slideshow,
  #top-slideshow-full {
    height: 310px;
  }
}
#top-slideshow .slideshow-item,
#top-slideshow-full .slideshow-item {
  position: absolute;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  display: none;
}
#top-slideshow .slideshow-item.current,
#top-slideshow-full .slideshow-item.current {
  display: block;
}
#top-slideshow .slideshow-item .title-wrap,
#top-slideshow-full .slideshow-item .title-wrap {
  display: table;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
#top-slideshow .slideshow-item .title-wrap .title,
#top-slideshow-full .slideshow-item .title-wrap .title {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 34px;
  line-height: 38px;
}
@media all and (max-width: 767px) {
  #top-slideshow .slideshow-item .title-wrap .title,
  #top-slideshow-full .slideshow-item .title-wrap .title {
    display: none;
  }
}
#top-slideshow .utils,
#top-slideshow-full .utils {
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#top-slideshow .utils .rcontainer,
#top-slideshow-full .utils .rcontainer {
  height: 100%;
}
#top-slideshow .utils .slideshow-full-toggle,
#top-slideshow-full .utils .slideshow-full-toggle {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 10px;
  text-transform: uppercase;
}
@media all and (max-width: 767px) {
  #top-slideshow .utils .slideshow-full-toggle,
  #top-slideshow-full .utils .slideshow-full-toggle {
    display: none;
  }
}
#top-slideshow .utils .slideshow-full-toggle .icon,
#top-slideshow-full .utils .slideshow-full-toggle .icon {
  font-size: 30px;
}
#top-slideshow .utils .slideshow-indexes.close,
#top-slideshow-full .utils .slideshow-indexes.close {
  right: 30px;
}
#top-slideshow-full {
  position: fixed;
  z-index: 1000;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0%)";
  filter: alpha(opacity=30);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: visibility 0s ease 0.5s, opacity 0.5s ease 0s;
  -moz-transition: visibility 0s ease 0.5s, opacity 0.5s ease 0s;
  -ms-transition: visibility 0s ease 0.5s, opacity 0.5s ease 0s;
  -o-transition: visibility 0s ease 0.5s, opacity 0.5s ease 0s;
  transition: visibility 0s ease 0.5s, opacity 0.5s ease 0s;
}
#top-slideshow-full.visible {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100%)";
  filter: alpha(opacity=30);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: visibility 0s ease 0s, opacity 0.5s ease 0s;
  -moz-transition: visibility 0s ease 0s, opacity 0.5s ease 0s;
  -ms-transition: visibility 0s ease 0s, opacity 0.5s ease 0s;
  -o-transition: visibility 0s ease 0s, opacity 0.5s ease 0s;
  transition: visibility 0s ease 0s, opacity 0.5s ease 0s;
}
#top-slideshow-full .slideshow-item .title-wrap {
  display: block;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
#top-slideshow-full .slideshow-item .title-wrap .title {
  font-size: 24px;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: 100%;
  height: auto;
  background-color: transparent;
  text-align: left;
}
#top-slideshow-full .utils .slideshow-full-toggle {
  bottom: auto;
  top: 30px;
  left: 30px;
}
#top-slideshow-full .utils .slideshow-indexes {
  right: 30px;
}
#top-header,
#top-image {
  height: 400px;
  color: #fff;
  text-align: center;
  position: relative;
}
#top-header:before,
#top-image:before {
  display: block;
  content: '';
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
@media all and (max-width: 767px) {
  #top-header,
  #top-image {
    height: 300px;
  }
}
#top-header .table,
#top-image .table {
  height: 100%;
}
#top-header .icon,
#top-image .icon {
  font-size: 70px;
  vertical-align: middle;
}
@media all and (max-width: 1099px) {
  #top-header .icon,
  #top-image .icon {
    font-size: 50px;
  }
}
@media all and (max-width: 767px) {
  #top-header .icon,
  #top-image .icon {
    font-size: 40px;
  }
}
#top-header .icon-label,
#top-image .icon-label {
  display: block;
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
}
@media all and (max-width: 767px) {
  #top-header .icon-label,
  #top-image .icon-label {
    font-size: 16px;
    line-height: 18px;
  }
}
#top-header #top-image-title,
#top-image #top-image-title {
  text-transform: uppercase;
  text-align: center;
  font-size: 34px;
  line-height: 38px;
}
@media all and (max-width: 1099px) {
  #top-header #top-image-title,
  #top-image #top-image-title {
    font-size: 24px;
    line-height: 28px;
  }
}
@media all and (max-width: 767px) {
  #top-header #top-image-title,
  #top-image #top-image-title {
    font-size: 20px;
    line-height: 22px;
  }
}
#top-header #top-image-subtitle,
#top-image #top-image-subtitle {
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
  margin: 10px 0px;
}
@media all and (max-width: 767px) {
  #top-header #top-image-subtitle,
  #top-image #top-image-subtitle {
    font-size: 16px;
    line-height: 18px;
  }
}
#top-header #subpages,
#top-image #subpages {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -ms-flex;
  display: flexbox;
  display: flex;
  -moz-box-direction: row;
  -ms-flexbox-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-wrap: wrap;
  -moz-box-wrap: wrap;
  -ms-flexbox-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#top-header #subpages .bordered-button,
#top-image #subpages .bordered-button {
  margin: 10px;
  padding: 10px 40px;
  border: 2px solid #fff;
  -webkit-box-flex-grow: 1;
  -moz-box-flex-grow: 1;
  -ms-flexbox-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#top-header #subpages .bordered-button:hover,
#top-image #subpages .bordered-button:hover {
  background-color: #fff;
  color: black;
}
@media all and (max-width: 1099px) {
  #top-header #subpages .bordered-button,
  #top-image #subpages .bordered-button {
    margin: 5px;
    padding: 8px 20px;
    border-width: 1px;
  }
}
@media all and (max-width: 767px) {
  #top-header #subpages .bordered-button,
  #top-image #subpages .bordered-button {
    font-size: 11px;
    line-height: 13px;
    padding: 5px 10px;
    margin: 3px;
  }
}
#top-header {
  height: auto;
  color: #000;
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 1099px) {
  #top-header {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  #top-header {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
#top-header .separator {
  border-color: #000;
}
#top-header:before {
  display: none;
}
#top-map {
  height: 500px;
  color: #000;
  text-align: center;
  position: relative;
}
@media all and (max-width: 1099px) {
  #top-map {
    height: 400px;
  }
}
@media all and (max-width: 767px) {
  #top-map {
    height: 300px;
    /*height: auto;*/
  }
}
#top-map #googleMapWrap,
#top-map #googleMap {
  width: 100%;
  height: 100%;
  position: relative;
}
@media all and (max-width: 767px) {
  #top-map #googleMapWrap#googleMap,
  #top-map #googleMap#googleMap {
    height: 300px;
  }
}
#top-map #googleMapWrap #get-directions-overlay,
#top-map #googleMap #get-directions-overlay {
  position: absolute;
  bottom: 35px;
  left: 10px;
  background-color: #FFF;
  width: 320px;
  -webkit-box-shadow: 0px 0px 10px 0px #cccccc;
  -moz-box-shadow: 0px 0px 10px 0px #cccccc;
  box-shadow: 0px 0px 10px 0px #cccccc;
  padding: 20px;
  box-sizing: border-box;
  text-align: left;
  border: 1px solid #BEC0BB;
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s linear;
  -moz-transition: -moz-transform 0.5s ease, opacity 0.5s linear;
  -ms-transition: -ms-transform 0.5s ease, opacity 0.5s linear;
  -o-transition: -o-transform 0.5s ease, opacity 0.5s linear;
  transition: transform .5s ease, opacity .5s linear;
  -webkit-transform: translateX(-260px);
  -moz-transform: translateX(-260px);
  -ms-transform: translateX(-260px);
  -o-transform: translateX(-260px);
  transform: translateX(-260px);
  opacity: 0.6;
}
@media all and (max-width: 767px) {
  #top-map #googleMapWrap #get-directions-overlay,
  #top-map #googleMap #get-directions-overlay {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
#top-map #googleMapWrap #get-directions-overlay.visible,
#top-map #googleMap #get-directions-overlay.visible {
  opacity: 0.9;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#top-map #googleMapWrap #get-directions-overlay .close,
#top-map #googleMap #get-directions-overlay .close {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 15px;
  color: #000000;
}
@media all and (max-width: 767px) {
  #top-map #googleMapWrap #get-directions-overlay .close,
  #top-map #googleMap #get-directions-overlay .close {
    display: none;
  }
}
#top-map #googleMapWrap #get-directions-overlay .title,
#top-map #googleMap #get-directions-overlay .title {
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 500;
}
#top-map #googleMapWrap #get-directions-overlay .title *,
#top-map #googleMap #get-directions-overlay .title * {
  vertical-align: bottom;
}
#top-map #googleMapWrap #get-directions-overlay .title .icon,
#top-map #googleMap #get-directions-overlay .title .icon {
  font-size: 20px;
}
#top-map #googleMapWrap #get-directions-overlay form,
#top-map #googleMap #get-directions-overlay form {
  padding-right: 60px;
  position: relative;
}
#top-map #googleMapWrap #get-directions-overlay form .row,
#top-map #googleMap #get-directions-overlay form .row {
  position: relative;
  padding: 10px 0px 10px 40px;
}
#top-map #googleMapWrap #get-directions-overlay form .row .icon,
#top-map #googleMap #get-directions-overlay form .row .icon {
  position: absolute;
  top: 0px;
  left: -15px;
  color: #0073b6;
  font-size: 40px;
}
#top-map #googleMapWrap #get-directions-overlay form .row .icon.from,
#top-map #googleMap #get-directions-overlay form .row .icon.from {
  color: #000;
  font-size: 30px;
  top: 10px;
  left: -10px;
}
#top-map #googleMapWrap #get-directions-overlay form .submit,
#top-map #googleMap #get-directions-overlay form .submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 0;
  background-color: transparent;
  border: none;
  padding: 0px;
  font-size: 50px;
  cursor: pointer;
  width: 55px;
}
#top-map #googleMapWrap #get-directions-overlay form input,
#top-map #googleMap #get-directions-overlay form input,
#top-map #googleMapWrap #get-directions-overlay form .input,
#top-map #googleMap #get-directions-overlay form .input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 5px;
  background-color: #f5f5f3;
  display: block;
  border: none;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: lighter;
  text-overflow: ellipsis;
}
#top-map #googleMapWrap #get-directions-overlay form input:focus,
#top-map #googleMap #get-directions-overlay form input:focus,
#top-map #googleMapWrap #get-directions-overlay form .input:focus,
#top-map #googleMap #get-directions-overlay form .input:focus {
  -webkit-box-shadow: 0px 0px 10px 0px #0073b6;
  -moz-box-shadow: 0px 0px 10px 0px #0073b6;
  box-shadow: 0px 0px 10px 0px #0073b6;
}
#top-map #googleMapWrap #get-directions-overlay form input.disabled,
#top-map #googleMap #get-directions-overlay form input.disabled,
#top-map #googleMapWrap #get-directions-overlay form .input.disabled,
#top-map #googleMap #get-directions-overlay form .input.disabled {
  background-color: transparent;
  padding: 0px;
  text-transform: uppercase;
}
#top-map #googleMapWrap #waypoint-overlay,
#top-map #googleMap #waypoint-overlay {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s ease 0.5s, opacity 0.5s ease 0s;
  -moz-transition: visibility 0s ease 0.5s, opacity 0.5s ease 0s;
  -ms-transition: visibility 0s ease 0.5s, opacity 0.5s ease 0s;
  -o-transition: visibility 0s ease 0.5s, opacity 0.5s ease 0s;
  transition: visibility 0s ease 0.5s, opacity 0.5s ease 0s;
  /*
			.close{
				top: 10px;
				right: 10px;
				color: #fff;
				font-size: 30px;
			}
*/
}
#top-map #googleMapWrap #waypoint-overlay.visible,
#top-map #googleMap #waypoint-overlay.visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s ease 0s, opacity 0.5s ease 0s;
  -moz-transition: visibility 0s ease 0s, opacity 0.5s ease 0s;
  -ms-transition: visibility 0s ease 0s, opacity 0.5s ease 0s;
  -o-transition: visibility 0s ease 0s, opacity 0.5s ease 0s;
  transition: visibility 0s ease 0s, opacity 0.5s ease 0s;
}
@media all and (max-width: 1099px) {
  #top-map #googleMapWrap #waypoint-overlay,
  #top-map #googleMap #waypoint-overlay {
    padding: 15px;
  }
}
@media all and (max-width: 767px) {
  #top-map #googleMapWrap #waypoint-overlay,
  #top-map #googleMap #waypoint-overlay {
    padding: 10px;
  }
}
#top-map #googleMapWrap #waypoint-overlay img,
#top-map #googleMap #waypoint-overlay img {
  max-width: 100%;
  max-height: 100%;
}
#top-map #googleMapWrap #waypoint-overlay .title,
#top-map #googleMap #waypoint-overlay .title {
  position: absolute;
  z-index: 1;
  max-width: 90%;
  bottom: 10px;
  left: 50%;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  padding: 5px 40px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media all and (max-width: 767px) {
  #top-map #googleMapWrap #waypoint-overlay .title,
  #top-map #googleMap #waypoint-overlay .title {
    font-size: 14px;
    line-height: 16px;
    bottom: 5px;
  }
}
#top-map #googleMapWrap #waypoint-overlay .title .label,
#top-map #googleMap #waypoint-overlay .title .label {
  vertical-align: middle;
}
#top-map #googleMapWrap #waypoint-overlay .title .close,
#top-map #googleMap #waypoint-overlay .title .close {
  position: absolute;
  top: 7px;
  right: 5px;
  font-size: 20px;
}
@media all and (max-width: 767px) {
  #top-map #googleMapWrap #waypoint-overlay .title .close,
  #top-map #googleMap #waypoint-overlay .title .close {
    top: 5px;
  }
}
#top-map #top-map-title-wrap {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  transition: transform .5s ease;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
#top-map #top-map-title-wrap:before {
  display: block;
  content: '';
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
#top-map #top-map-title-wrap:before {
  background-color: rgba(0, 0, 0, 0.05);
}
#top-map #top-map-title-wrap.close {
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
}
#top-map #top-map-title-wrap #top-map-title {
  text-transform: uppercase;
  text-align: center;
  font-size: 34px;
  line-height: 38px;
}
@media all and (max-width: 1099px) {
  #top-map #top-map-title-wrap #top-map-title {
    font-size: 24px;
    line-height: 28px;
  }
}
@media all and (max-width: 767px) {
  #top-map #top-map-title-wrap #top-map-title {
    font-size: 20px;
    line-height: 22px;
  }
}
#top-map .separator {
  border-color: #000;
}
#top-map .close {
  position: absolute;
  top: -10px;
  right: -30px;
  font-size: 20px;
}
#top-map .itinerary-infowindow {
  font-family: 'Lato', sans-serif;
  color: #000;
  font-weight: 500;
  font-size: 15px;
  line-height: 17px;
  text-align: left;
  max-width: 300px;
  padding: 5px 5px 0px 0px;
}
#top-map .itinerary-infowindow .row {
  display: block;
  margin: 5px 0px;
}
#top-map .itinerary-infowindow .icon {
  line-height: 30px;
}
@media all and (max-width: 1099px) {
  #top-map .itinerary-infowindow {
    font-size: 13px;
    line-height: 15px;
  }
  #top-map .itinerary-infowindow .icon {
    font-size: 25px;
    line-height: 25px;
  }
}
@media all and (max-width: 767px) {
  #top-map .itinerary-infowindow {
    font-size: 11px;
    line-height: 13px;
  }
  #top-map .itinerary-infowindow .icon {
    font-size: 20px;
    line-height: 20px;
  }
}
@media all and (max-width: 767px) {
  .ItineraryObj #top-map {
    padding-bottom: 180px;
  }
}
#thematical-legend {
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
  display: block;
  text-align: center;
  box-sizing: border-box;
}
@media all and (max-width: 1099px) {
  #thematical-legend {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  #thematical-legend {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
#thematical-legend .item {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border-left: 1px solid #fff;
  box-sizing: border-box;
  height: 70px;
  width: 90px;
  overflow: hidden;
  color: #b4b4b4;
}
#thematical-legend .item:first-child {
  border-left-color: transparent;
}
@media all and (max-width: 1099px) {
  #thematical-legend .item {
    height: 53px;
    width: 63px;
  }
}
#thematical-legend .item .icon {
  font-size: 40px;
  position: relative;
}
#thematical-legend .item .icon.bigger {
  font-size: 50px;
  top: -3px;
}
@media all and (max-width: 1099px) {
  #thematical-legend .item .icon {
    font-size: 30px;
  }
  #thematical-legend .item .icon.bigger {
    font-size: 40px;
    top: -5px;
  }
}
#thematical-legend .item .label {
  display: block;
  vertical-align: middle;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 0px 5px;
  box-sizing: border-box;
}
@media all and (max-width: 1099px) {
  #thematical-legend .item .label {
    font-size: 8px;
    line-height: 10px;
    padding: 0px 2px;
  }
}
.filter-content {
  text-align: left;
}
.filter-content .section-subtitle {
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
  margin-top: 30px;
}
@media all and (max-width: 1099px) {
  .filter-content .section-subtitle {
    font-size: 20px;
    line-height: 22px;
  }
}
@media all and (max-width: 767px) {
  .filter-content .section-subtitle {
    font-size: 16px;
    line-height: 18px;
  }
}
#events-list,
#news-list {
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 1099px) {
  #events-list,
  #news-list {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  #events-list,
  #news-list {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  #events-list,
  #news-list {
    padding-left: 0px;
    padding-right: 0px;
  }
}
#events-list h2.section-title.normal,
#news-list h2.section-title.normal {
  text-transform: uppercase;
  background-color: #dadada;
  font-family: 'Lato', sans-serif;
  padding-top: 40px;
  padding-bottom: 40px;
  font-weight: 300;
  letter-spacing: 2px;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 2px;
}
#events-list h2.section-title.normal:before,
#news-list h2.section-title.normal:before,
#events-list h2.section-title.normal:after,
#news-list h2.section-title.normal:after {
  display: none;
}
@media all and (max-width: 1099px) {
  #events-list h2.section-title.normal,
  #news-list h2.section-title.normal {
    padding-top: 30px;
    padding-bottom: 30px;
    letter-spacing: 1.5px;
    font-size: 21px;
    line-height: 24px;
  }
}
@media all and (max-width: 767px) {
  #events-list h2.section-title.normal,
  #news-list h2.section-title.normal {
    padding-top: 20px;
    padding-bottom: 20px;
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 1px;
  }
}
#events-list .all-years,
#news-list .all-years {
  margin-top: 50px;
}
#poi-list-simple,
#poi-list-thematic,
#poi-list-geografic {
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 1099px) {
  #poi-list-simple,
  #poi-list-thematic,
  #poi-list-geografic {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  #poi-list-simple,
  #poi-list-thematic,
  #poi-list-geografic {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  #poi-list-simple,
  #poi-list-thematic,
  #poi-list-geografic {
    padding-left: 0px;
    padding-right: 0px;
  }
}
#poi-list-simple #poi-list-filter:after,
#poi-list-thematic #poi-list-filter:after,
#poi-list-geografic #poi-list-filter:after {
  display: block;
  content: "";
  float: none;
  clear: both;
}
#poi-list-simple #poi-list-filter .item,
#poi-list-thematic #poi-list-filter .item,
#poi-list-geografic #poi-list-filter .item {
  float: left;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #0073b6;
  margin: 3px;
  position: relative;
  color: #fff;
  width: 170px;
  height: 150px;
  text-align: center;
  box-sizing: border-box;
  padding: 10px;
  overflow: hidden;
}
#poi-list-simple #poi-list-filter .item.geo,
#poi-list-thematic #poi-list-filter .item.geo,
#poi-list-geografic #poi-list-filter .item.geo {
  width: 206px;
}
#poi-list-simple #poi-list-filter .item.first,
#poi-list-thematic #poi-list-filter .item.first,
#poi-list-geografic #poi-list-filter .item.first {
  width: 346px;
}
#poi-list-simple #poi-list-filter .item .icon,
#poi-list-thematic #poi-list-filter .item .icon,
#poi-list-geografic #poi-list-filter .item .icon {
  font-size: 50px;
  position: relative;
  z-index: 2;
}
#poi-list-simple #poi-list-filter .item .label,
#poi-list-thematic #poi-list-filter .item .label,
#poi-list-geografic #poi-list-filter .item .label {
  display: block;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  margin-top: 10px;
  position: relative;
  z-index: 2;
}
#poi-list-simple #poi-list-filter .item .label .icon,
#poi-list-thematic #poi-list-filter .item .label .icon,
#poi-list-geografic #poi-list-filter .item .label .icon {
  font-size: 25px;
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -18px;
  -webkit-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  -o-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  transition: transform .5s ease;
}
@media all and (max-width: 767px) {
  #poi-list-simple #poi-list-filter .item .label .icon,
  #poi-list-thematic #poi-list-filter .item .label .icon,
  #poi-list-geografic #poi-list-filter .item .label .icon {
    display: none !important;
  }
}
#poi-list-simple #poi-list-filter .item .overlay,
#poi-list-thematic #poi-list-filter .item .overlay,
#poi-list-geografic #poi-list-filter .item .overlay {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
#poi-list-simple #poi-list-filter .item .arrows,
#poi-list-thematic #poi-list-filter .item .arrows,
#poi-list-geografic #poi-list-filter .item .arrows {
  position: relative;
  z-index: 2;
  float: right;
}
#poi-list-simple #poi-list-filter .item .arrows .icon,
#poi-list-thematic #poi-list-filter .item .arrows .icon,
#poi-list-geografic #poi-list-filter .item .arrows .icon {
  font-size: 15px;
  position: static;
}
#poi-list-simple #poi-list-filter .item.current .overlay,
#poi-list-thematic #poi-list-filter .item.current .overlay,
#poi-list-geografic #poi-list-filter .item.current .overlay,
#poi-list-simple #poi-list-filter .item:hover .overlay,
#poi-list-thematic #poi-list-filter .item:hover .overlay,
#poi-list-geografic #poi-list-filter .item:hover .overlay {
  background-color: rgba(0, 0, 0, 0.2);
}
#poi-list-simple #poi-list-filter .item.current .label .icon,
#poi-list-thematic #poi-list-filter .item.current .label .icon,
#poi-list-geografic #poi-list-filter .item.current .label .icon,
#poi-list-simple #poi-list-filter .item:hover .label .icon,
#poi-list-thematic #poi-list-filter .item:hover .label .icon,
#poi-list-geografic #poi-list-filter .item:hover .label .icon {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
@media all and (max-width: 1099px) {
  #poi-list-simple #poi-list-filter .item,
  #poi-list-thematic #poi-list-filter .item,
  #poi-list-geografic #poi-list-filter .item {
    height: 100px;
    margin: 2px;
    width: 118px;
  }
  #poi-list-simple #poi-list-filter .item.geo,
  #poi-list-thematic #poi-list-filter .item.geo,
  #poi-list-geografic #poi-list-filter .item.geo {
    width: 143px;
  }
  #poi-list-simple #poi-list-filter .item.first,
  #poi-list-thematic #poi-list-filter .item.first,
  #poi-list-geografic #poi-list-filter .item.first {
    width: 240px;
  }
  #poi-list-simple #poi-list-filter .item .icon,
  #poi-list-thematic #poi-list-filter .item .icon,
  #poi-list-geografic #poi-list-filter .item .icon {
    font-size: 40px;
  }
  #poi-list-simple #poi-list-filter .item .label,
  #poi-list-thematic #poi-list-filter .item .label,
  #poi-list-geografic #poi-list-filter .item .label {
    font-size: 10px;
    line-height: 12px;
    margin-top: 5px;
  }
}
@media all and (max-width: 767px) {
  #poi-list-simple #poi-list-filter .item,
  #poi-list-thematic #poi-list-filter .item,
  #poi-list-geografic #poi-list-filter .item {
    float: none;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    text-align: left;
    height: 62px;
    padding: 10px;
    padding-left: 100px;
  }
  #poi-list-simple #poi-list-filter .item.geo,
  #poi-list-thematic #poi-list-filter .item.geo,
  #poi-list-geografic #poi-list-filter .item.geo {
    width: 100%;
    padding-left: 10px;
  }
  #poi-list-simple #poi-list-filter .item.first,
  #poi-list-thematic #poi-list-filter .item.first,
  #poi-list-geografic #poi-list-filter .item.first {
    width: 100%;
  }
  #poi-list-simple #poi-list-filter .item .icon,
  #poi-list-thematic #poi-list-filter .item .icon,
  #poi-list-geografic #poi-list-filter .item .icon {
    position: absolute;
    top: 10px;
    left: 20px;
  }
}
#meeting {
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
  height: 400px;
  color: #000;
}
@media all and (max-width: 1099px) {
  #meeting {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  #meeting {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 1099px) {
  #meeting {
    height: 270px;
  }
}
@media all and (max-width: 767px) {
  #meeting {
    height: auto;
  }
}
#meeting .content {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  #meeting .content {
    background-image: none !important;
  }
}
#meeting .column {
  position: relative;
  z-index: 2;
  float: left;
  height: 100%;
  color: #fff;
  text-align: center;
  width: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#meeting .column:before {
  display: block;
  content: '';
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
#meeting .column .table-cell {
  position: relative;
  z-index: 1;
}
@media all and (min-width: 768px) {
  #meeting .column {
    background-image: none !important;
  }
}
@media all and (max-width: 767px) {
  #meeting .column {
    float: none;
    width: 100%;
  }
}
#meeting .column.first .icon {
  font-size: 60px;
}
#meeting .column.first h2 {
  font-size: 34px;
  line-height: 38px;
  margin: 10px 0px 30px;
  font-weight: lighter;
}
@media all and (max-width: 1099px) {
  #meeting .column.first h2 {
    font-size: 22px;
    line-height: 25px;
    margin: 5px 0px 20px;
  }
}
#meeting .column.first .bordered-button {
  border: 2px solid #fff;
}
@media all and (max-width: 767px) {
  #meeting .column.first .bordered-button {
    display: none;
  }
}
@media all and (max-width: 767px) {
  #meeting .column.first {
    height: 150px;
  }
}
#meeting .column.second {
  font-size: 16px;
  line-height: 18px;
  padding: 20px;
  box-sizing: border-box;
  color: #000;
}
@media all and (max-width: 1099px) {
  #meeting .column.second {
    font-size: 12px;
    line-height: 14px;
  }
}
@media all and (max-width: 767px) {
  #meeting .column.second {
    padding: 0px;
  }
  #meeting .column.second:before {
    display: none;
  }
}
#meeting .column.second .table-cell {
  background-color: rgba(255, 255, 255, 0.9);
}
#meeting .column.second .table-cell .abstract {
  padding: 20px;
  margin: 0px;
}
@media all and (max-width: 1099px) {
  #meeting .column.second .table-cell .abstract {
    padding: 15px;
  }
}
@media all and (max-width: 767px) {
  #meeting .column.second .table-cell .abstract {
    padding: 10px;
    text-align: left;
  }
}
#meeting .column.second .table-cell .bordered-button {
  border: 1px solid #000;
}
@media all and (max-width: 767px) {
  #meeting .column.second .table-cell {
    background-color: transparent;
  }
}
#itineraries {
  padding-top: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
  background-color: #f5f4f4;
  padding-bottom: 20px;
}
@media all and (max-width: 1099px) {
  #itineraries {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  #itineraries {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 1099px) {
  #itineraries {
    padding-top: 30px;
  }
}
@media all and (max-width: 767px) {
  #itineraries {
    padding-top: 20px;
    padding-bottom: 0px;
  }
}
#itineraries #tda-link {
  top: -15px;
}
#itineraries-section {
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 1099px) {
  #itineraries-section {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  #itineraries-section {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
#itineraries-section #itinerary-list-filter {
  width: 1100px;
  position: relative;
  z-index: 1;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin: 0px auto;
}
@media all and (max-width: 1099px) {
  #itineraries-section #itinerary-list-filter {
    width: 768px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (max-width: 767px) {
  #itineraries-section #itinerary-list-filter {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media all and (max-width: 767px) {
  #itineraries-section #itinerary-list-filter {
    padding-left: 0px;
    padding-right: 0px;
  }
}
#itineraries-section #itinerary-list-filter #black-filter {
  margin-bottom: 40px;
}
@media all and (max-width: 1099px) {
  #itineraries-section #itinerary-list-filter #black-filter {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  #itineraries-section #itinerary-list-filter #black-filter {
    margin-bottom: 0px;
  }
}
#itineraries-section #itinerary-logos {
  width: 1100px;
  position: relative;
  z-index: 1;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin: 0px auto;
  text-align: center;
}
@media all and (max-width: 1099px) {
  #itineraries-section #itinerary-logos {
    width: 768px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (max-width: 767px) {
  #itineraries-section #itinerary-logos {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
#itineraries-section #itinerary-logos:after {
  display: block;
  content: "";
  float: none;
  clear: both;
}
#itineraries-section #itinerary-logos .link {
  display: inline-block;
  vertical-align: bottom;
  margin: 5px;
  position: relative;
}
#itineraries-section #itinerary-logos .link.bls {
  top: 10px;
}
#itineraries-section #itinerary-logos .link.in-bici img {
  width: 130px;
  height: auto;
}
#itineraries-section #itinerary-logos .link img {
  width: 100%;
  height: auto;
}
#news {
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
  color: #fff;
  height: 400px;
}
@media all and (max-width: 1099px) {
  #news {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  #news {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 1099px) {
  #news {
    height: 300px;
  }
}
#news .table {
  height: 100%;
}
#news .slider-indexes {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  left: 0px;
  width: 100%;
  text-align: right;
}
@media all and (max-width: 767px) {
  #news .slider-indexes {
    text-align: center;
  }
}
#news .slider-next,
#news .slider-prev {
  font-size: 40px;
}
@media all and (max-width: 767px) {
  #news .slider-next,
  #news .slider-prev {
    top: auto;
    bottom: 10px;
    font-size: 30px;
  }
}
#news .slider-item:before {
  display: block;
  content: '';
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
#events {
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 1099px) {
  #events {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  #events {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  #events .rcontainer {
    padding-left: 0px;
    padding-right: 0px;
  }
}
#events #main-event,
#events #other-events {
  height: 450px;
  color: #fff;
  display: block;
  float: left;
  position: relative;
  overflow: hidden;
}
#events #main-event:before,
#events #other-events:before {
  display: block;
  content: '';
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
@media all and (max-width: 1099px) {
  #events #main-event,
  #events #other-events {
    height: 360px;
  }
}
#events #main-event {
  margin-right: 5px;
  width: 670px;
}
@media all and (max-width: 1099px) {
  #events #main-event {
    width: 460px;
  }
}
#events #main-event.unique {
  width: 100%;
}
#events #other-events {
  width: 380px;
}
@media all and (max-width: 1099px) {
  #events #other-events {
    width: 250px;
  }
}
@media all and (max-width: 767px) {
  #events #other-events {
    width: 100%;
    height: 300px;
  }
}
#events .table {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
#events .table .table-cell {
  padding-left: 10px;
  padding-right: 10px;
}
#events .slider-indexes {
  width: 100%;
  right: auto;
  left: 0px;
  text-align: center;
}
@media all and (max-width: 1099px) {
  #events .slider-indexes {
    bottom: 10px;
  }
}
#gallery {
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 1099px) {
  #gallery {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  #gallery {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  #gallery {
    padding: 0px;
  }
}
#gallery .slider-wrap {
  width: 100%;
  height: 430px;
  overflow: hidden;
  position: relative;
  margin: 0px auto;
}
@media all and (max-width: 1099px) {
  #gallery .slider-wrap {
    height: 300px;
  }
}
@media all and (max-width: 767px) {
  #gallery .slider-wrap {
    height: 230px;
  }
}
#gallery .slider-wrap.small {
  width: 530px;
  height: 250px;
}
@media all and (max-width: 767px) {
  #gallery .slider-wrap.small {
    width: 100%;
    height: 230px;
  }
}
#gallery .slider-wrap .slider-item .link {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#gallery .slider-indexes {
  position: static;
  text-align: right;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 767px) {
  #gallery .slider-indexes {
    text-align: center;
  }
}
#gallery .slider-indexes.small {
  width: 530px;
}
.accordion-wrap {
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 1099px) {
  .accordion-wrap {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  .accordion-wrap {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  .accordion-wrap {
    padding: 0px;
  }
}
.accordion-wrap .accordion-list .accordion {
  border-bottom: 2px solid #fff;
  background-color: #eee;
}
.accordion-wrap .accordion-list .accordion .accordion-label {
  text-transform: uppercase;
  padding-right: 50px;
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
  color: #000;
  font-size: 18px;
  line-height: 20px;
  box-sizing: border-box;
  background-color: #0073b6;
  color: #fff;
}
.accordion-wrap .accordion-list .accordion .accordion-label .arrow {
  color: #fff;
}
@media all and (max-width: 1099px) {
  .accordion-wrap .accordion-list .accordion .accordion-label {
    padding: 10px 15px;
    font-size: 16px;
    line-height: 18px;
  }
}
@media all and (max-width: 767px) {
  .accordion-wrap .accordion-list .accordion .accordion-label {
    padding: 10px 10px;
    font-size: 14px;
    line-height: 16px;
  }
}
.accordion-wrap .accordion-list .accordion .arrow {
  font-size: 25px;
  float: right;
  color: #0073b6;
  position: absolute;
  top: 10px;
  right: 15px;
}
@media all and (max-width: 1099px) {
  .accordion-wrap .accordion-list .accordion .arrow {
    font-size: 20px;
  }
}
.accordion-wrap .accordion-list .accordion.current {
  border-bottom: 2px solid #0073b6;
}
.accordion-wrap .accordion-list .accordion .accordion-content {
  max-width: 100%;
}
.accordion-wrap .accordion-list .accordion .accordion-content .contacts {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  #meteo .meteo-data-wrap {
    padding: 0px;
  }
}
#meteo #meteo-locations .locations-list {
  padding-top: 10px;
  padding-bottom: 10px;
}
#meteo #meteo-locations .locations-list .location .location-link {
  padding: 5px 20px;
  display: inline-block;
  width: 100%;
  background-color: transparent;
  color: #000;
  font-size: 18px;
  line-height: 20px;
  box-sizing: border-box;
}
@media all and (max-width: 1099px) {
  #meteo #meteo-locations .locations-list .location .location-link {
    padding: 5px 15px;
    font-size: 16px;
    line-height: 18px;
  }
}
@media all and (max-width: 767px) {
  #meteo #meteo-locations .locations-list .location .location-link {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 16px;
  }
}
#meteo #meteo-locations .locations-list .location .location-link.current {
  font-weight: 500;
}
#meteo #meteo-data {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
}
#meteo #meteo-data:after {
  display: block;
  content: "";
  float: none;
  clear: both;
}
@media all and (max-width: 1099px) {
  #meteo #meteo-data {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  #meteo #meteo-data {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
#meteo #meteo-data .location .single-meteo {
  display: block;
  box-sizing: border-box;
  width: 50%;
  float: left;
  border: 3px solid #fff;
  background-color: #0073b6;
  color: #fff;
  padding: 25px 30px;
}
@media all and (max-width: 1099px) {
  #meteo #meteo-data .location .single-meteo {
    padding: 20px 20px;
  }
}
@media all and (max-width: 767px) {
  #meteo #meteo-data .location .single-meteo {
    padding: 15px;
    float: none;
    width: 100%;
    border-left: none;
    border-right: none;
  }
}
#meteo #meteo-data .location .single-meteo table {
  width: 100%;
}
#meteo #meteo-data .location .single-meteo .day {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media all and (max-width: 1099px) {
  #meteo #meteo-data .location .single-meteo .day {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 767px) {
  #meteo #meteo-data .location .single-meteo .day {
    font-size: 16px;
  }
}
#meteo #meteo-data .location .single-meteo .when {
  font-size: 15px;
  text-transform: uppercase;
}
@media all and (max-width: 1099px) {
  #meteo #meteo-data .location .single-meteo .when {
    font-size: 13px;
  }
}
@media all and (max-width: 767px) {
  #meteo #meteo-data .location .single-meteo .when {
    font-size: 11px;
  }
}
#meteo #meteo-data .location .single-meteo .type img {
  width: 60px;
  height: auto;
}
@media all and (max-width: 1099px) {
  #meteo #meteo-data .location .single-meteo .type img {
    width: 50px;
  }
}
@media all and (max-width: 767px) {
  #meteo #meteo-data .location .single-meteo .type img {
    width: 40px;
  }
}
#meteo #meteo-data .location .single-meteo .temp {
  font-size: 21px;
}
@media all and (max-width: 1099px) {
  #meteo #meteo-data .location .single-meteo .temp {
    font-size: 18px;
  }
}
@media all and (max-width: 767px) {
  #meteo #meteo-data .location .single-meteo .temp {
    font-size: 15px;
  }
}
#meteo #meteo-data .location .single-meteo .wind-direction {
  font-size: 12px;
}
@media all and (max-width: 1099px) {
  #meteo #meteo-data .location .single-meteo .wind-direction {
    font-size: 10px;
  }
}
@media all and (max-width: 767px) {
  #meteo #meteo-data .location .single-meteo .wind-direction {
    font-size: 8px;
  }
}
#meteo #meteo-data .location .single-meteo .wind-direction img {
  width: 30px;
  height: auto;
}
@media all and (max-width: 767px) {
  #meteo #meteo-data .location .single-meteo .wind-direction img {
    font-size: 20px;
  }
}
#meteo #meteo-data .location .single-meteo .wind-intensity {
  font-size: 16px;
}
@media all and (max-width: 1099px) {
  #meteo #meteo-data .location .single-meteo .wind-intensity {
    font-size: 13px;
  }
}
@media all and (max-width: 767px) {
  #meteo #meteo-data .location .single-meteo .wind-intensity {
    font-size: 11px;
  }
}
#social-layer {
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
  color: #0073b6;
  text-align: center;
  font-size: 21px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
}
@media all and (max-width: 1099px) {
  #social-layer {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  #social-layer {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 1099px) {
  #social-layer {
    font-size: 18px;
    line-height: 20px;
  }
}
@media all and (max-width: 767px) {
  #social-layer {
    font-size: 16px;
    line-height: 18px;
  }
}
#social-layer * {
  vertical-align: middle;
}
#social-layer .icon {
  font-size: 40px;
  line-height: 40px;
}
@media all and (max-width: 1099px) {
  #social-layer .icon {
    font-size: 35px;
    line-height: 35px;
  }
}
@media all and (max-width: 767px) {
  #social-layer .icon {
    font-size: 30px;
    line-height: 30px;
  }
}
#social-layer li {
  display: inline-block;
}
#social-layer li .icon,
#social-layer li a {
  display: inline-block;
  padding: 10px 40px;
}
@media all and (max-width: 1099px) {
  #social-layer li .icon,
  #social-layer li a {
    padding: 10px 20px;
  }
}
@media all and (max-width: 767px) {
  #social-layer li .icon,
  #social-layer li a {
    padding: 10px 10px;
  }
}
#social-layer li a:hover {
  background-color: #0073b6;
  color: #fff;
}
@media all and (max-width: 767px) {
  #social-layer li {
    display: block;
  }
  #social-layer li .icon:hover,
  #social-layer li a:hover {
    background-color: transparent;
    color: #0073b6;
  }
}
#blue-contacts {
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 1099px) {
  #blue-contacts {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  #blue-contacts {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
#blue-contacts .contact {
  padding: 20px;
  background-color: #0073b6;
  color: #fff;
  width: 100%;
  margin-bottom: 2px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 18px;
}
@media all and (max-width: 1099px) {
  #blue-contacts .contact {
    padding: 20px 10px;
    font-size: 14px;
    line-height: 16px;
  }
}
@media all and (max-width: 767px) {
  #blue-contacts .contact {
    padding: 10px;
    font-size: 12px;
    line-height: 14px;
  }
}
#blue-contacts .contact .column {
  display: inline-block;
  width: 250px;
  padding: 0px 10px;
  border-left: 1px solid #fff;
  vertical-align: middle;
  box-sizing: border-box;
  width: 31%;
}
#blue-contacts .contact .column.name {
  width: 36%;
}
#blue-contacts .contact .column.name.bis {
  width: 60%;
}
#blue-contacts .contact .column.name.tris {
  width: 100%;
}
@media all and (max-width: 767px) {
  #blue-contacts .contact .column {
    padding: 5px 10px;
    display: block;
    width: 100% !important;
    border-left: none;
  }
}
#blue-contacts .contact .column:first-child {
  border-left: none;
}
#blue-contacts .contact .column > .symbol,
#blue-contacts .contact .column > .text {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  margin-left: -2px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#blue-contacts .contact .column > .symbol.symbol,
#blue-contacts .contact .column > .text.symbol {
  width: 30%;
  text-align: center;
}
@media all and (max-width: 1099px) {
  #blue-contacts .contact .column > .symbol.symbol,
  #blue-contacts .contact .column > .text.symbol {
    width: 20%;
  }
}
#blue-contacts .contact .column > .symbol.text,
#blue-contacts .contact .column > .text.text {
  text-align: left;
  width: 70%;
}
@media all and (max-width: 1099px) {
  #blue-contacts .contact .column > .symbol.text,
  #blue-contacts .contact .column > .text.text {
    width: 80%;
  }
}
#blue-contacts .contact .column .name {
  text-transform: uppercase;
}
#blue-contacts .contact .column .website a,
#blue-contacts .contact .column .website a:hover,
#blue-contacts .contact .column .website a:active,
#blue-contacts .contact .column .website a:focus,
#blue-contacts .contact .column .website a:visited {
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#associated {
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 1099px) {
  #associated {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  #associated {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
#related-pages {
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 1099px) {
  #related-pages {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  #related-pages {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
#related-pages .links-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -ms-flex;
  display: flexbox;
  display: flex;
  -moz-box-direction: row;
  -ms-flexbox-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-wrap: wrap;
  -moz-box-wrap: wrap;
  -ms-flexbox-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#related-pages .links-wrap .bordered-button {
  -webkit-box-flex-grow: 1;
  -moz-box-flex-grow: 1;
  -ms-flexbox-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#details {
  width: 1100px;
  z-index: 1;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin: 0px auto;
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
  overflow: visible;
}
@media all and (max-width: 1099px) {
  #details {
    width: 768px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (max-width: 767px) {
  #details {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media all and (max-width: 1099px) {
  #details {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  #details {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
#elevation {
  text-align: center;
  width: 1100px;
  z-index: 1;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin: 0px auto;
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 1099px) {
  #elevation {
    width: 768px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (max-width: 767px) {
  #elevation {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media all and (max-width: 1099px) {
  #elevation {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  #elevation {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  #elevation {
    padding: 0px;
  }
}
@media all and (max-width: 767px) {
  #elevation img {
    max-width: 100%;
    height: auto;
  }
}
#press-details,
#itinerary-details {
  width: 1100px;
  z-index: 1;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin: 0px auto;
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 1099px) {
  #press-details,
  #itinerary-details {
    width: 768px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (max-width: 767px) {
  #press-details,
  #itinerary-details {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media all and (max-width: 1099px) {
  #press-details,
  #itinerary-details {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  #press-details,
  #itinerary-details {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  #press-details,
  #itinerary-details {
    padding-left: 0px;
    padding-right: 0px;
  }
}
#press-details .black-details .detail .label,
#itinerary-details .black-details .detail .label,
#press-details .white-details .detail .label,
#itinerary-details .white-details .detail .label {
  font-size: 16px;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
}
@media all and (max-width: 1099px) {
  #press-details .black-details .detail .label,
  #itinerary-details .black-details .detail .label,
  #press-details .white-details .detail .label,
  #itinerary-details .white-details .detail .label {
    font-size: 15px;
    line-height: 17px;
  }
}
@media all and (max-width: 1099px) {
  #press-details .black-details .detail .label,
  #itinerary-details .black-details .detail .label,
  #press-details .white-details .detail .label,
  #itinerary-details .white-details .detail .label {
    font-size: 14px;
    line-height: 16px;
  }
}
#press-details .black-details .detail .label .bold,
#itinerary-details .black-details .detail .label .bold,
#press-details .white-details .detail .label .bold,
#itinerary-details .white-details .detail .label .bold {
  font-weight: 500;
}
#press-details .black-details,
#itinerary-details .black-details {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -ms-flex;
  display: flexbox;
  display: flex;
  -webkit-box-wrap: wrap;
  -moz-box-wrap: wrap;
  -ms-flexbox-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: black;
  color: white;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 0;
}
@media all and (max-width: 767px) {
  #press-details .black-details,
  #itinerary-details .black-details {
    padding: 0;
  }
}
#press-details .black-details .detail,
#itinerary-details .black-details .detail {
  -webkit-box-flex-grow: 0;
  -moz-box-flex-grow: 0;
  -ms-flexbox-grow: 0;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-box-flex-shrink: 0;
  -moz-box-flex-shrink: 0;
  -ms-flexbox-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-box-flex-basis: 25%;
  -moz-box-flex-basis: 25%;
  -ms-flexbox-basis: 25%;
  -webkit-flex-basis: 25%;
  -ms-flex-basis: 25%;
  flex-basis: 25%;
  width: 25%;
  overflow: hidden;
  border-left: 1px solid white;
  padding: 10px;
  box-sizing: border-box;
}
#press-details .black-details .detail:first-child,
#itinerary-details .black-details .detail:first-child {
  border-left: none;
}
@media all and (max-width: 767px) {
  #press-details .black-details .detail,
  #itinerary-details .black-details .detail {
    -webkit-box-flex-grow: 0;
    -moz-box-flex-grow: 0;
    -ms-flexbox-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-box-flex-shrink: 0;
    -moz-box-flex-shrink: 0;
    -ms-flexbox-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-box-flex-basis: 100%;
    -moz-box-flex-basis: 100%;
    -ms-flexbox-basis: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
    overflow: hidden;
    border-left: none;
    border-top: 1px solid white;
  }
}
#press-details .black-details .detail .label,
#itinerary-details .black-details .detail .label {
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media all and (max-width: 767px) {
  #press-details .black-details .detail .label,
  #itinerary-details .black-details .detail .label {
    margin-bottom: 0;
  }
}
#press-details .black-details .detail .star,
#itinerary-details .black-details .detail .star {
  font-size: 20px;
}
@media all and (max-width: 767px) {
  #press-details .black-details .detail .star,
  #itinerary-details .black-details .detail .star {
    font-size: 15px;
  }
}
#press-details .white-details,
#itinerary-details .white-details {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -ms-flex;
  display: flexbox;
  display: flex;
  -webkit-box-wrap: wrap;
  -moz-box-wrap: wrap;
  -ms-flexbox-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: white;
  color: black;
  text-align: center;
  margin-bottom: 20px;
  border: 1px solid black;
}
@media all and (max-width: 767px) {
  #press-details .white-details,
  #itinerary-details .white-details {
    border: none;
    border-bottom: 1px solid black;
  }
}
#press-details .white-details .detail,
#itinerary-details .white-details .detail {
  -webkit-box-flex-grow: 0;
  -moz-box-flex-grow: 0;
  -ms-flexbox-grow: 0;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-box-flex-shrink: 0;
  -moz-box-flex-shrink: 0;
  -ms-flexbox-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-box-flex-basis: 33.33%;
  -moz-box-flex-basis: 33.33%;
  -ms-flexbox-basis: 33.33%;
  -webkit-flex-basis: 33.33%;
  -ms-flex-basis: 33.33%;
  flex-basis: 33.33%;
  width: 33.33%;
  overflow: hidden;
  padding: 10px;
  box-sizing: border-box;
  border-top: 1px solid black;
  border-left: 1px solid black;
}
#press-details .white-details .detail:nth-child(3n+1),
#itinerary-details .white-details .detail:nth-child(3n+1) {
  border-left: none;
}
#press-details .white-details .detail.wide,
#itinerary-details .white-details .detail.wide {
  -webkit-box-flex-grow: 0;
  -moz-box-flex-grow: 0;
  -ms-flexbox-grow: 0;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-box-flex-shrink: 0;
  -moz-box-flex-shrink: 0;
  -ms-flexbox-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-box-flex-basis: 50%;
  -moz-box-flex-basis: 50%;
  -ms-flexbox-basis: 50%;
  -webkit-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  width: 50%;
  overflow: hidden;
}
#press-details .white-details .detail.wide.first,
#itinerary-details .white-details .detail.wide.first {
  border-left: none;
}
@media all and (max-width: 480px) {
  #press-details .white-details .detail.wide,
  #itinerary-details .white-details .detail.wide {
    -webkit-box-flex-grow: 0;
    -moz-box-flex-grow: 0;
    -ms-flexbox-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-box-flex-shrink: 0;
    -moz-box-flex-shrink: 0;
    -ms-flexbox-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-box-flex-basis: 100%;
    -moz-box-flex-basis: 100%;
    -ms-flexbox-basis: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
    overflow: hidden;
  }
}
#press-details .white-details .detail.placeholder,
#itinerary-details .white-details .detail.placeholder {
  display: none;
}
@media all and (max-width: 1099px) {
  #press-details .white-details .detail.placeholder,
  #itinerary-details .white-details .detail.placeholder {
    display: block;
  }
}
@media all and (max-width: 480px) {
  #press-details .white-details .detail.placeholder,
  #itinerary-details .white-details .detail.placeholder {
    display: none;
  }
}
@media all and (max-width: 1099px) {
  #press-details .white-details .detail,
  #itinerary-details .white-details .detail {
    -webkit-box-flex-grow: 0;
    -moz-box-flex-grow: 0;
    -ms-flexbox-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-box-flex-shrink: 0;
    -moz-box-flex-shrink: 0;
    -ms-flexbox-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-box-flex-basis: 50%;
    -moz-box-flex-basis: 50%;
    -ms-flexbox-basis: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
    width: 50%;
    overflow: hidden;
    padding: 8px;
  }
  #press-details .white-details .detail:nth-child(3n+1),
  #itinerary-details .white-details .detail:nth-child(3n+1) {
    border-left: 1px solid black;
  }
  #press-details .white-details .detail:nth-child(2n+1),
  #itinerary-details .white-details .detail:nth-child(2n+1) {
    border-left: none;
  }
}
@media all and (max-width: 767px) {
  #press-details .white-details .detail,
  #itinerary-details .white-details .detail {
    padding: 5px;
  }
}
@media all and (max-width: 480px) {
  #press-details .white-details .detail,
  #itinerary-details .white-details .detail {
    -webkit-box-flex-grow: 0;
    -moz-box-flex-grow: 0;
    -ms-flexbox-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-box-flex-shrink: 0;
    -moz-box-flex-shrink: 0;
    -ms-flexbox-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-box-flex-basis: 100%;
    -moz-box-flex-basis: 100%;
    -ms-flexbox-basis: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
    overflow: hidden;
    border-left: none !important;
  }
}
#press-details .white-details .detail .label,
#itinerary-details .white-details .detail .label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -ms-flex;
  display: flexbox;
  display: flex;
  -moz-box-align-items: center;
  -ms-flexbox-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  flex-align: center;
  align-items: center;
  -webkit-box-justify-content: center;
  -moz-box-justify-content: center;
  -ms-flexbox-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-pack: center;
  flex-pack: center;
  justify-content: center;
  height: 100%;
  -moz-box-direction: column;
  -ms-flexbox-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#press-details .white-details .detail .unknown,
#itinerary-details .white-details .detail .unknown {
  font-size: 16px;
  line-height: 18px;
}
@media all and (max-width: 1099px) {
  #press-details .white-details .detail .unknown,
  #itinerary-details .white-details .detail .unknown {
    font-size: 14px;
    line-height: 16px;
  }
}
@media all and (max-width: 767px) {
  #press-details .white-details .detail .unknown,
  #itinerary-details .white-details .detail .unknown {
    font-size: 12px;
    line-height: 14px;
  }
}
#press-details .grey-details,
#itinerary-details .grey-details {
  text-align: center;
}
#press-details .grey-details a,
#itinerary-details .grey-details a {
  display: inline-block;
  width: 523px;
  margin: 0px 2px;
  box-sizing: border-box;
  background-color: #eee;
  color: #000;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 26px;
  padding: 15px 30px;
  text-align: left;
  font-weight: 400;
  position: relative;
}
@media all and (max-width: 1099px) {
  #press-details .grey-details a,
  #itinerary-details .grey-details a {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 20px;
    width: 360px;
    margin: 0px 1px;
  }
}
@media all and (max-width: 767px) {
  #press-details .grey-details a,
  #itinerary-details .grey-details a {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    margin: 2px 0px;
  }
}
#press-details .grey-details a .icon,
#itinerary-details .grey-details a .icon {
  font-size: 35px;
  position: absolute;
  top: 10px;
  right: 20px;
}
@media all and (max-width: 1099px) {
  #press-details .grey-details a .icon,
  #itinerary-details .grey-details a .icon {
    font-size: 30px;
    top: 5px;
  }
}
#search-list h3.section-title,
#press-list h3.section-title {
  margin-bottom: 0px;
}
#search-list .item,
#press-list .item {
  margin-bottom: 10px;
}
#video-section {
  margin-top: 40px;
  margin-bottom: 20px;
}
@media all and (max-width: 1099px) {
  #video-section {
    margin-top: 0;
  }
}
#video-section .video-wrapper {
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -ms-flex;
  display: flexbox;
  display: flex;
  -webkit-box-justify-content: space-between;
  -moz-box-justify-content: space-between;
  -ms-flexbox-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-flex-pack: justify;
  flex-pack: justify;
  justify-content: space-between;
  -webkit-box-wrap: wrap;
  -moz-box-wrap: wrap;
  -ms-flexbox-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (max-width: 767px) {
  #video-section .video-wrapper {
    -webkit-box-justify-content: center;
    -moz-box-justify-content: center;
    -ms-flexbox-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-pack: center;
    flex-pack: center;
    justify-content: center;
  }
}
#video-section .video-wrapper .video {
  margin-top: 20px;
  -webkit-box-flex-grow: 0;
  -moz-box-flex-grow: 0;
  -ms-flexbox-grow: 0;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-box-flex-shrink: 0;
  -moz-box-flex-shrink: 0;
  -ms-flexbox-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-box-flex-basis: calc(50% - 10px);
  -moz-box-flex-basis: calc(50% - 10px);
  -ms-flexbox-basis: calc(50% - 10px);
  -webkit-flex-basis: calc(50% - 10px);
  -ms-flex-basis: calc(50% - 10px);
  flex-basis: calc(50% - 10px);
  width: calc(50% - 10px);
  overflow: hidden;
}
@media all and (max-width: 767px) {
  #video-section .video-wrapper .video {
    -webkit-box-flex-grow: 0;
    -moz-box-flex-grow: 0;
    -ms-flexbox-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-box-flex-shrink: 0;
    -moz-box-flex-shrink: 0;
    -ms-flexbox-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-box-flex-basis: 100%;
    -moz-box-flex-basis: 100%;
    -ms-flexbox-basis: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
    overflow: hidden;
    max-width: 400px;
  }
}
#video-section .video-wrapper .video .video-content {
  position: relative;
  padding-bottom: 56%;
}
#video-section .video-wrapper .video .video-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#video-section .bottom-text {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: lighter;
  color: black;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media all and (max-width: 1099px) {
  #video-section .bottom-text {
    font-size: 14px;
    line-height: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
#video-section .bottom-text a,
#video-section .bottom-text a:hover,
#video-section .bottom-text a:visited,
#video-section .bottom-text a:focus,
#video-section .bottom-text a:active {
  text-decoration: underline;
  color: #0073b6;
}
