@charset "UTF-8";
body, html {
  height: 100%;
}

html body {
  font-family: "Open Sans";
}

@media (max-width: 768px) {
  html body #legal.container {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}

html body .ribbon {
  padding: 10px 0 40px;
}

html body .ribbon .op-closed::before, html body .ribbon .op-open::before {
  font-family: FontAwesome;
  content: "\f017";
  margin-right: 6px;
  color: #333;
  font-size: 18px;
  margin-top: 0;
  display: inline-block;
  float: left;
}

html body .ribbon .language {
  margin-top: 8px;
}

html body .ribbon .languages a {
  margin-top: 3px;
  display: inline-block;
}

html body .ribbon.info {
  color: #333333;
  padding: 10px 0;
  display: inline-block;
  width: 100%;
  margin-top: 0;
  font-size: 12px;
  border-bottom: 1px solid #eee;
}

@media (max-width: 991px) {
  html body .ribbon.info {
    margin: 10px -5px -5px;
  }
}

html body .ribbon.info .promo-widget div {
  display: none;
}

html body .ribbon.info a {
  text-decoration: underline;
  color: #D01653;
}

html body .ribbon.highlight {
  background: #333;
  color: #ddd;
  font-size: 15px;
  font-weight: 500;
  padding: 18px 0;
}

html body .ribbon.highlight a {
  color: #02DAC5;
  text-decoration: underline;
}

html body .ribbon.legal {
  padding: 10px 0 40px;
  display: inline-block;
  width: 100%;
  font-size: 10px;
  text-transform: uppercase;
  margin: 10px 0;
  font-weight: 400;
}

@media (max-width: 991px) {
  html body .ribbon.legal {
    background: #fff;
    margin-bottom: -5px;
  }
  html body .ribbon.legal * {
    text-align: center;
    font-size: 11px;
    margin-top: 4px;
  }
  html body .ribbon.legal .menu-footer-menu-container {
    margin-bottom: 10px;
    font-weight: 600;
  }
}

html body .ribbon li a {
  margin-right: 10px;
  color: #333;
}

html body .ribbon li, html body .ribbon ul {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}

html body .break-1 {
  background-image: url("img/break_01.png");
  position: absolute;
  z-index: 991;
  margin-top: -10%;
  width: 100%;
  left: 0;
  right: 0;
  pointer-events: none;
}

html body .break-2 {
  background-image: url("img/break_02.png");
  position: absolute;
  z-index: 991;
  margin-top: -10%;
  width: 100%;
  left: 0;
  right: 0;
  pointer-events: none;
}

html body .break-3 {
  position: absolute;
  z-index: 975;
  margin-top: -10%;
  width: 100%;
  left: 0;
  right: 0;
  pointer-events: none;
}

html body .break-4 {
  background-image: url("img/break_04.png");
  background-repeat: repeat-x;
  position: absolute;
  z-index: 991;
  height: 10%;
  width: 100%;
  left: 0;
  right: 0;
  pointer-events: none;
}

html body h1, html body h2, html body h3, html body h4, html body h5, html body h6 {
  font-family: "Oswald", sans-serif;
}

html body h1 {
  text-transform: uppercase;
  font-weight: 600;
}

html body a {
  cursor: pointer;
  color: #F50050;
}

html body b, html body strong {
  font-weight: 600;
}

html body p {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
}

html body .tag {
  color: #FF9F1D;
  text-transform: unset;
}

html body .image img {
  width: 100%;
  height: auto;
}

html body .events, html body .post {
  margin-top: 15px;
}

html body .events h1, html body .post h1 {
  margin-top: 0;
}

html body .events .entry-summary, html body .post .entry-summary {
  text-align: justify;
  margin-top: 10px;
  padding-top: 0;
}

html body span.phone {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 10px;
  display: inline-block;
}

html body .op-cell {
  text-align: right;
}

html body .fa-ticket {
  float: left;
  margin-top: 3px;
  margin-right: 10px;
  margin-left: -5px;
}

html body .weather.temperature::before {
  font-family: FontAwesome;
  content: "\f2c9";
  margin-right: 6px;
  color: #333;
  font-size: 18px;
  margin-top: 0;
  float: left;
  display: inline-block;
}

html body .weather .temp {
  margin-top: 3px;
}

html body .header-widget {
  display: inline-block;
  margin-right: 10px;
}

html body .button {
  background: #02DAC5;
  padding: 10px 25px;
  border-radius: 25px;
  color: #fff !important;
  font-weight: bolder;
  margin: 10px 0;
  display: inline-block;
}

html body .op-table th {
  width: 40%;
}

html body .bump {
  padding-top: 120px;
}

html body .no-padding {
  padding: 0 !important;
}

@media (max-width: 768px) {
  html body .container>.row {
    padding: 0 20px;
  }
}

@media (min-width: 991px) {
  html body .modal-dialog {
    width: 900px;
    margin: 30px auto;
  }
}

html body .gform_body ul {
  padding: 0;
}

html body .gform_body li {
  padding: 0;
  list-style: none;
}

html body .gform_body input, html body .gform_body textarea {
  border: 1px solid #aaa;
  border-radius: 20px;
  padding: 10px 20px;
  width: 100%;
}

html body .gform_body select {
  border: 1px solid #aaa;
  border-radius: 20px;
  padding: 10px 20px;
  width: 100%;
}

html body .gform_body button, html body .gform_body html input[type="button"], html body .gform_body input[type="reset"], html body .gform_body input[type="submit"] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: none !important;
}

html body .breadcrumb {
  background: none;
  margin-top: 23px;
  text-align: right;
}

@media (max-width: 991px) {
  html body .breadcrumb {
    text-align: left;
    margin: 0;
    padding: 0;
  }
}

html body .breadcrumb a {
  color: #F50050;
}

html body .entry-content {
  padding-top: 30px;
}

html body .entry-content #roller-widget img {
  width: 40px !important;
}

html body .entry-content img {
  width: 100%;
  height: auto;
}

html body .entry-content .size-logo {
  width: auto !important;
  height: auto !important;
  text-align: center;
  margin: 0 auto;
  display: table;
  margin-bottom: 40px !important;
  max-width: 300px;
}

html body .page .page-header {
  border-bottom: 0;
  margin-bottom: 0;
}

html body .page-header {
  margin-top: 200px;
  background: 0;
}

html body .entry-header h3.category {
  display: inline-block;
  margin-right: 20px;
  padding-top: 10px;
}

html body .site-main {
  position: relative;
}

html body table {
  width: 100%;
}

html body table span {
  text-align: right;
}

html body article h1 {
  margin-bottom: 0;
}

html body article h3 {
  color: #F50050;
  margin-top: 10px;
  margin-bottom: 30px;
}

html body article .widget-content img {
  width: 100%;
  height: auto;
}

html body footer {
  background: #fff;
}

html body .alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

html body .alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

html body .jobs:nth-child(4n+1) {
  clear: both;
}

html body .jobs h2 {
  margin-bottom: 20px;
}

html body .wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%;
}

html body .wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%;
}

html body .wp-caption-text {
  text-align: center;
}

html body .wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

html body .absolute {
  position: absolute;
}

html body .post-type-archive-jobs .jobs:nth-child(4n+1) {
  clear: left !important;
}

html body div[name=roller-widget-loader] img {
  width: 30px !important;
}

html body header.fixed .main-navigation {
  /*margin: 10px 10px 0;*/
}
html body header.fixed {
  z-index: 9999;
}

@media (max-width: 1199px) {
  html body header.fixed .main-navigation {
    margin: 0;
  }
}

@media (max-width: 991px) {
  html body header.fixed .main-navigation {
    margin: 10px 0 0;
  }
}

@media (max-width: 768px) {
  html body header.fixed .main-navigation {
    margin: 40px 0 0;
  }
}

html body header.fixed .call-out {
  margin: 0 !important;
}

@media (max-width: 1199px) {
  html body header.fixed .navbar .navbar-primary-collapse {
    width: 100%;
  }
}

html body header.fixed .navbar .navbar-primary-collapse.collapse {
  display: block !important;
}

@media (max-width: 1199px) {
  html body header.fixed .navbar .navbar-primary-collapse #mega-menu-primary {
    margin-top: 60px !important;
  }
}

@media (max-width: 991px) {
  html body header.fixed .navbar .navbar-primary-collapse #mega-menu-primary {
    margin-top: 50px !important;
  }
}

@media (max-width: 768px) {
  html body header.fixed .navbar .navbar-primary-collapse #mega-menu-primary {
    margin-top: 60px !important;
  }
}

html body header.sticky .main-navigation {
  margin-top: 0;
}

html body header.sticky .navbar #mega-menu-wrap-primary {
  margin-top: 4px !important;
}

html body header.sticky .navbar .call-out {
  /*margin-top: 0 !important;*/
}

@media (max-width: 1199px) {
  html body header.sticky .navbar .navbar-primary-collapse {
    width: 100%;
  }
}

html body header.sticky .navbar .navbar-primary-collapse.collapse {
  display: block !important;
}

@media (max-width: 1199px) {
  html body header.sticky .navbar .navbar-primary-collapse #mega-menu-primary {
    margin-top: 90px !important;
  }
}

@media (max-width: 991px) {
  html body header.sticky .navbar .navbar-primary-collapse #mega-menu-primary {
    margin-top: 90px !important;
  }
}

@media (max-width: 768px) {
  html body header.sticky .navbar .navbar-primary-collapse #mega-menu-primary {
    margin-top: 60px !important;
  }
}
/*
@media (min-width: 1200px) {
  html body header.sticky .navbar .navbar-primary-collapse #mega-menu-primary {
    margin-right: 20px !important;
  }
}*/

@media (max-width: 768px) {
  html body header.sticky .navbar .call-out {
    /*margin-top: 0 !important;*/
  }
}

html body .navbar {
  z-index: 980;
}

html body .navbar .float-right {
  float: right;
  top: 0;
}

@media (max-width: 1199px) {
  html body .navbar .float-right {
    position: absolute;
    right: 0;
  }
}

@media (max-width: 768px) {
  html body .navbar .float-right {
    position: absolute;
    right: 0;
  }
}

html body .navbar .float-right .call-out-list {
  right: 0;
}

@media (max-width: 1199px) {
  html body .navbar .float-left-md-down {
    float: left !important;
    position: relative;
    right: inherit;
  }
}

html body #mega-menu-wrap-primary {
  margin-top: 4px;
  z-index: 991;
}

@media (max-width: 768px) {
  html body #mega-menu-wrap-primary {
    margin-top: 0 !important;
  }
}

@media (max-width: 1199px) {
  html body #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item.mega-menu-columns-2-of-4 {
    width: 100%;
  }
}
/*
@media (min-width: 1200px) {
  html body #mega-menu-wrap-primary {
    margin-right: 10px !important;
  }
}*/

html body .mega-menu-item-has-children {
  transition: 0s ease-in all;
}

@media (min-width: 1200px) {
  html body .mega-menu-item-has-children:hover>a::after {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transition: 0.2s ease-in all;
  }
}

html body #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:after {
  content: "" !important;
  font-family: "dashicons" !important;
  font-size: 45px !important;
  margin: 0 !important;
  color: #02DAC5 !important;
  font-weight: 500;
}

html body #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:before {
  content: "MENU" !important;
  color: #555 !important;
  font-size: 16px !important;
  font-weight: normal !important;
  font-family: "Open Sans" !important;
  float: right !important;
  font-weight: 600 !important;
  line-height: 37px !important;
}

@media (max-width: 768px) {
  html body #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:before {
    display: none !important;
  }
}

html body .mega-menu-item-has-children a::after {
  content: "" !important;
  background-image: url(img/call_out.svg) !important;
  position: absolute !important;
  top: 100% !important;
  left: 50%;
  right: 50%;
  margin-left: -20px !important;
  opacity: 0;
  transition: 0.2s ease-in all;
  transition-delay: 0.18s;
  pointer-events: none;
  visibility: hidden;
  border-bottom: 20px solid #fff !important;
  border-left: 20px solid transparent !important;
  border-right: 20px solid transparent !important;
  z-index: 999 !important;
  display: inline-block;
  width: 20px !important;
  height: 20px;
}

html body .mega-menu-item-has-children a::after .container {
  width: 40px;
  height: 20px;
}

html body .mega-menu-item-has-children a::after .call-out {
  height: 100%;
  width: 100%;
  -webkit-filter: drop-shadow(3px 0 7px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(3px 0 7px rgba(0, 0, 0, 0.2));
}

html body .mega-menu-item-has-children a::after .call-out polygon {
  fill: #fff;
}

html body li.mega-menu-item.mega-menu-flyout .mega-sub-menu {
  border-radius: 5px !important;
}

html body li.mega-menu-item.mega-menu-flyout .mega-menu-item {
  margin-top: 0 !important;
}

html body li.mega-menu-item .mega-sub-menu {
  z-index: 998 !important;
  margin-top: 20px !important;
}

@media (max-width: 1199px) {
  html body li.mega-menu-item .mega-sub-menu {
    margin-bottom: 15px !important;
    padding-bottom: 20px !important;
  }
}

html body li.mega-menu-item .mega-sub-menu .mega-menu-item {
  margin-top: 20px !important;
}

html body li.mega-menu-item .mega-sub-menu .widget_nav_menu ul {
  list-style: none !important;
  padding-left: 10px !important;
}

html body li.mega-menu-item li.widget_nav_menu:nth-child(2) {
  border-left: 1px solid #eee !important;
}

html body li.mega-menu-item li h4 {
  padding-top: 0 !important;
  padding-bottom: 5px !important;
}

html body li.mega-menu-item a {
  color: #333;
}

@media (max-width: 1199px) {
  html body li.mega-menu-item a {
    text-align: center !important;
  }
}

html body #mega-menu-primary>li.mega-menu-item:nth-child(4) {
  margin-left: 280px !important;
}

@media (max-width: 1199px) {
  html body #mega-menu-primary>li.mega-menu-item:nth-child(4) {
    margin-left: inherit !important;
  }
}

html body header {
  position: relative;
}

@media (max-width: 768px) {
  html body header .header-hidden-xs {
    display: none !important;
  }
}

html body header .header-widget {
  cursor: pointer;
}

html body header .header-widget * {
  float: left;
}

html body header .header-widget i {
  display: inline-block;
  margin-top: 2px;
  position: relative;
  font-size: 20px;
}

html body header .header-widget span {
  display: inline-block;
  width: auto;
  height: auto;
}

html body header .header-widget span.op-closed, html body header .header-widget span.op-open {
  line-height: 26px;
  display: inline !important;
}

html body header #logo {
  text-align: center;
  left: 50%;
  position: absolute;
  pointer-events: none;
  margin-left: -80px
}

html body header #logo .logo {
  position: relative;
  z-index: 800;
  display: inline-block;
  width: 160px;
  margin: 0 !important;
  pointer-events: all;
}

@media (max-width: 600px) {
  html body header #logo {
    margin-left: -45px;
  }
  html body header #logo .logo {
    position: relative;
    z-index: 800;
    display: inline-block;
    width: 90px !important;
    margin: 0 !important;
    pointer-events: all;
    padding-top: 0 !important;
  }
}

@media (max-width: 768px) {
  html body header #logo .logo {
    position: relative;
    z-index: 800;
    display: inline-block;
    width: 120px;
    margin: 0 !important;
    pointer-events: all;
    padding-top: 0 !important;
  }
}

@media (max-width: 1200px) {
  html body header #logo .logo {
    position: relative;
    z-index: 800;
    display: inline-block;
    width: 160px;
    margin: 0 !important;
    pointer-events: all;
  }
}

@media (min-width: 1200px) {
  html body header #logo .logo {
    position: relative;
    z-index: 800;
    display: inline-block;
    width: 160px !important;
    margin: 0 !important;
    pointer-events: all;
    padding-top: 15px !important;
  }
}

@media (max-width: 768px) {
  html body header .header {
    display: inline-block;
    text-align: center;
    position: absolute;
    margin-top: 15px;
  }
  html body header .header .logo {
    position: relative;
    margin: 0 auto !important;
    display: inline-block;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  html body header .header .logo {
    width: 100px;
  }
}

@media (max-width: 768px) {
  html body header #mega-menu-wrap-primary {
    margin-top: 3px !important;
  }
}

html body header .call-out {
  margin-top: 10px;
}

html body header.sticky {
  background: #F9F6ED;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

html body header.sticky.active {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

html body header.sticky .navbar {
  margin: 20px 0 !important;
}

@media (max-width: 600px) {
  html body header.sticky #logo .logo {
    width: 90px !important;
  }
}

html body header.sticky .logo {
  position: absolute;
  width: 100px;
  margin: 20px 520px 0;
  z-index: 998 !important;
}

@media (max-width: 600px) {
  html body header.sticky .logo {
    width: 90px !important;
  }
}

@media (max-width: 1199px) {
  html body header.sticky .logo {
    position: absolute;
    margin: 10px 420px;
    z-index: 998 !important;
    width: 100px;
  }
}

@media (max-width: 991px) {
  html body header.sticky .logo {
    position: absolute;
    display: inline-block;
    width: 100px;
    margin: 0 !important;
  }
}

html body header.sticky #logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}

html body header.fixed {
  background: #F9F6ED;
}

html body header.fixed:after {
  position: absolute;
  height: 0;
  margin-top: -2%;
  padding-top: 2%;
  padding-bottom: 8.69565%;
  width: 100%;
  content: "";
  z-index: 99;
  float: left;
  background-image: url('data:image/svg+xml;charset=US-ASCII,<svg%20xmlns%3D"http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg"%20width%3D"1620"%20height%3D"120">%20%20<path%20fill%3D"%23F9F6ED"%20fill-rule%3D"evenodd"%20d%3D"M1620%2C0%20L0%2C0%20L9.09494702e-13%2C120%20C9.09494702e-13%2C120%20405%2C60%20810%2C60%20C1215.00025%2C60.0000376%201620%2C120%201620%2C120%20L1620%2C0%20Z"%2F><%2Fsvg>');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

html body header .logo {
  position: absolute;
  width: 140px;
  margin: 20px 500px 0;
  z-index: 998;
}

@media (max-width: 1199px) {
  html body header .logo {
    position: absolute;
    margin: 10px 390px;
    z-index: 999;
    width: 160px;
  }
}

@media (max-width: 991px) {
  html body header .logo {
    position: absolute;
    margin: 10px 285px;
    z-index: 999;
    width: 160px;
  }
}

html body .call-out {
  display: inline-block;
  list-style: none;
  position: relative;
  margin-top: 0;
  text-transform: uppercase;
  cursor: pointer;
}

html body .call-out .title, html body .call-out .title a {
  border: 2px solid #02DAC5 !important;
  z-index: 991;
  color: #fff !important;
  position: relative;
  padding: 10px 20px;
  margin: 0;
  font-size: 16px !important;
  font-weight: 700 !important;
  border-radius: 50px;
  background: #02DAC5;
}

@media (max-width: 768px) {
  html body .call-out .title, html body .call-out .title a {
    height: 45px;
  }
  html body .call-out .title .fa-ticket, html body .call-out .title a .fa-ticket {
    float: left;
    margin: 3px 0;
  }
}

html body .call-out .title span, html body .call-out .title a span {
  display: inline;
}

html body .call-out:active .call-out-list, html body .call-out:hover .call-out-list {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

html body .call-out .call-out-list {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  list-style: none;
  transition: 0.3s ease-in-out opacity;
  visibility: none;
  margin: 0;
  padding: 10px 20px;
  width: 200px;
  text-align: left;
  border-top: 2px solid transparent;
  z-index: 999;
  border-radius: 25px;
  background: #02DAC5;
  background-clip: padding-box;
}

html body .call-out .call-out-list .call-out-item {
  display: block;
  padding: 5px 0;
  position: relative;
}

html body .call-out .call-out-list .call-out-item a {
  font-size: 1.27em;
  font-weight: 600;
  z-index: 991;
  color: #fff !important;
  border-radius: 50px;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}

html body .float-right .call-out {
  float: right;
  right: 0;
  z-index: 998;
}

html body .overlay:after {
  background-image: linear-gradient(to top left, rgba(255, 159, 29, 0.75) 0%, rgba(255, 130, 10, 0.75) 100%);
  position: absolute;
  content: "";
  z-index: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

html body .overlay.pink:after {
  background-image: linear-gradient(to top left, rgba(197, 92, 135, 0.75) 0%, rgba(239, 24, 131, 0.75) 100%);
}

html body .overlay.orange:after {
  background-image: linear-gradient(to top left, rgba(255, 159, 29, 0.75) 0%, rgba(255, 130, 10, 0.75) 100%);
}

html body .overlay.red:after {
  background-image: linear-gradient(to top left, rgba(197, 92, 135, 0.75) 0%, rgba(239, 24, 131, 0.75) 100%);
}

html body .overlay.teal:after {
  background-image: linear-gradient(to top left, rgba(197, 92, 135, 0.75) 0%, rgba(239, 24, 131, 0.75) 100%);
}

html body .overlay.transparent:after {
  background-image: none !important;
}

html body .hero-container, html body .title-container {
  color: #fff;
  overflow: hidden;
}

html body .hero-container .home-hero-content, html body .title-container .home-hero-content {
  padding: 10% 0;
}

html body .hero-container iframe, html body .title-container iframe {
  width: 300%;
  height: 300%;
  position: absolute;
  top: -100%;
  bottom: 0;
  left: -100%;
  right: 0;
}

html body .hero-container .hero .link a, html body .hero-container .hero-video .link a, html body .title-container .hero .link a, html body .title-container .hero-video .link a {
  border: 2px solid #fff;
  z-index: 991;
  color: #fff !important;
  position: relative;
  padding: 8px 24px 9px;
  margin: 0 10px;
  font-weight: 400;
  font-size: 1.27em;
  font-weight: 600;
  border-radius: 50px;
}

html body .hero-container .title.row, html body .title-container .title.row {
  margin-top: 50px;
}

html body .hero-container .excerpt, html body .title-container .excerpt {
  z-index: 99;
  color: #fff;
}

html body .hero-container .attractions, html body .title-container .attractions {
  z-index: 999;
}

html body .hero-container .attractions .attractions li, html body .title-container .attractions .attractions li {
  list-style: none;
  display: inline-block;
  text-align: center;
}

html body .hero-container .attractions a, html body .title-container .attractions a {
  color: #fff;
  margin: 0 10px;
}

html body .hero-container .link-row, html body .title-container .link-row {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  html body .hero-container .link-row a, html body .title-container .link-row a {
    width: auto;
    margin: 10px;
    display: inline-block;
  }
  html body .hero-container .link-row .link a, html body .title-container .link-row .link a {
    margin-bottom: 20px;
  }
}

html body .hero-container .row.text, html body .title-container .row.text {
  margin-top: 100px;
}

@media (min-width: 991px) {
  html body .hero-container .content-row, html body .title-container .content-row {
    margin-left: -40px;
    margin-right: -40px;
  }
}

html body .hero-container .content-row .content-block, html body .title-container .content-row .content-block {
  border-radius: 3px;
}

html body .hero-container .content-row:last-child, html body .title-container .content-row:last-child {
  margin-bottom: 200px;
}

html body .hero-container .content-row .col-grid, html body .title-container .content-row .col-grid {
  z-index: 991;
}

@media (min-width: 1199px) {
  html body .hero-container .content-row .col-grid, html body .title-container .content-row .col-grid {
    padding: 20px;
  }
}

@media (max-width: 1199px) {
  html body .hero-container .content-row .col-grid, html body .title-container .content-row .col-grid {
    padding: 10px;
  }
}

html body .hero-container .content-row .col-grid .content-block, html body .title-container .content-row .col-grid .content-block {
  z-index: 991;
  color: #fff;
}

html body .hero-container .content-row .col-grid .content-block h1, html body .hero-container .content-row .col-grid .content-block h2, html body .hero-container .content-row .col-grid .content-block h3, html body .hero-container .content-row .col-grid .content-block h4, html body .hero-container .content-row .col-grid .content-block h5, html body .hero-container .content-row .col-grid .content-block h6, html body .title-container .content-row .col-grid .content-block h1, html body .title-container .content-row .col-grid .content-block h2, html body .title-container .content-row .col-grid .content-block h3, html body .title-container .content-row .col-grid .content-block h4, html body .title-container .content-row .col-grid .content-block h5, html body .title-container .content-row .col-grid .content-block h6 {
  margin-top: 0;
  text-transform: uppercase;
}

html body .hero-container .content-row .col-grid .content-block h3, html body .title-container .content-row .col-grid .content-block h3 {
  font-weight: 400 !important;
  font-size: 30px;
}

html body .hero-container .content-row .col-grid .content-block.content_1, html body .hero-container .content-row .col-grid .content-block.content_2, html body .hero-container .content-row .col-grid .content-block.content_3, html body .title-container .content-row .col-grid .content-block.content_1, html body .title-container .content-row .col-grid .content-block.content_2, html body .title-container .content-row .col-grid .content-block.content_3 {
  overflow: hidden;
}

html body .hero-container .content-row .col-grid .content-block.content_2 .text, html body .hero-container .content-row .col-grid .content-block.content_5 .text, html body .title-container .content-row .col-grid .content-block.content_2 .text, html body .title-container .content-row .col-grid .content-block.content_5 .text {
  padding: 20px 10px 20px !important;
}

html body .hero-container .content-row .col-grid .content-block.content_5 .image img, html body .title-container .content-row .col-grid .content-block.content_5 .image img {
  border-radius: 3px 0 0 3px;
}

html body .hero-container .content-row .col-grid .content-block.content_4, html body .title-container .content-row .col-grid .content-block.content_4 {
  position: relative;
  padding-bottom: 20px;
}

html body .hero-container .content-row .col-grid .content-block.content_4 a, html body .title-container .content-row .col-grid .content-block.content_4 a {
  position: absolute;
  bottom: 0;
  background: #02DAC5;
  padding: 10px 20px;
  color: #fff;
  border-radius: 50px;
  font-weight: bold;
  bottom: -40px;
}

html body .hero-container .content-row .col-grid .content-block.content_6, html body .title-container .content-row .col-grid .content-block.content_6 {
  padding: 11% 0 !important;
  text-align: center;
}

html body .hero-container .content-row .col-grid .content-block.content_6 h5, html body .title-container .content-row .col-grid .content-block.content_6 h5 {
  font-weight: 300;
  font-size: 2rem;
  margin-bottom: 10%;
}

html body .hero-container .content-row .col-grid .content-block.content_6 .circle, html body .title-container .content-row .col-grid .content-block.content_6 .circle {
  padding: 15px;
}

html body .hero-container .content-row .col-grid .content-block.content_6 .circle span, html body .title-container .content-row .col-grid .content-block.content_6 .circle span {
  padding-top: 100%;
  border: 2px solid #fff;
  width: 100%;
  float: left;
  height: auto;
  border-radius: 80%;
  margin: 0 auto;
}

html body .hero-container .content-row .col-grid .content-block .text, html body .title-container .content-row .col-grid .content-block .text {
  padding: 20px;
}

html body .hero-container .content-row .col-grid .content-block .text a, html body .title-container .content-row .col-grid .content-block .text a {
  color: #fff;
  text-decoration: underline;
}

html body .hero-container .content-row .col-grid .content-block .image, html body .title-container .content-row .col-grid .content-block .image {
  overflow: hidden;
}

html body .hero-container .content-row .col-grid .content-block .image img, html body .title-container .content-row .col-grid .content-block .image img {
  width: auto;
  min-width: 100%;
}

html body .hero-container .content-row .col-grid .content-block.color1, html body .title-container .content-row .col-grid .content-block.color1 {
  background: #02DAC5;
}

html body .hero-container .content-row .col-grid .content-block.color2, html body .title-container .content-row .col-grid .content-block.color2 {
  background: #EF1883;
}

html body .hero-container .content-row .col-grid .content-block.color3, html body .title-container .content-row .col-grid .content-block.color3 {
  background: #F50050;
}

html body .hero-container .content-row .col-grid .content-block.color4, html body .title-container .content-row .col-grid .content-block.color4 {
  background: #FF9F1D;
}

html body .hero-container .content-row .col-grid .content-block.color5, html body .title-container .content-row .col-grid .content-block.color5 {
  background: #FFFFFF;
  color: #02DAC5;
}

html body .hero-container .content-row .col-grid .content-block img, html body .title-container .content-row .col-grid .content-block img {
  width: 100%;
}

html body .hero-container .hero-video, html body .title-container .hero-video {
  position: relative;
  padding: 0;
}

html body .hero-container .hero-video .video-container, html body .title-container .hero-video .video-container {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

html body .hero-container .hero-video .video-container video, html body .title-container .hero-video .video-container video {
  min-width: 100%;
  min-height: 100%;
}

html body .hero-container .hero, html body .title-container .hero {
  padding-top: 40px;
  padding-bottom: 20px;
}

@media (max-width: 991px) {
  html body .hero-container .hero, html body .title-container .hero {
    padding-top: 40px;
  }
}

html body .hero-container .title h1, html body .title-container .title h1 {
  padding-top: 60px;
  font-size: 50px !important;
}

@media (max-width: 600px) {
  html body .hero-container .title h1, html body .title-container .title h1 {
    font-size: 30px !important;
  }
}

html body .hero-container .title p, html body .title-container .title p {
  font-size: 16px;
}

html body .hero-container .title .page_item a, html body .title-container .title .page_item a {
  font-size: 16px;
  text-decoration: underline;
}

html body .hero-container .hero, html body .hero-container .title, html body .title-container .hero, html body .title-container .title {
  z-index: 2;
  background-size: cover;
  background-position: center;
  position: relative;
}

html body .hero-container .hero.contain, html body .hero-container .title.contain, html body .title-container .hero.contain, html body .title-container .title.contain {
  padding-top: 5vh;
  padding-bottom: 15vh;
}

html body .hero-container .hero .link, html body .hero-container .title .link, html body .title-container .hero .link, html body .title-container .title .link {
  z-index: 9;
  margin-top: 20px;
}

html body .hero-container .hero .link a, html body .hero-container .title .link a, html body .title-container .hero .link a, html body .title-container .title .link a {
  border: 2px solid #fff;
  padding: 10px 30px;
  font-size: 16px;
  border-radius: 25px;
  z-index: 9 !important;
  color: #fff;
}

html body .hero-container .hero .subtitle, html body .hero-container .title .subtitle, html body .title-container .hero .subtitle, html body .title-container .title .subtitle {
  color: #fff;
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 20px;
}

html body .hero-container .hero h1, html body .hero-container .title h1, html body .title-container .hero h1, html body .title-container .title h1 {
  text-transform: uppercase;
  margin-top: 0 !important;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 90px;
  color: #fff;
}

@media (max-width: 991px) {
  html body .hero-container .hero h1, html body .hero-container .title h1, html body .title-container .hero h1, html body .title-container .title h1 {
    font-size: 60px;
  }
}

@media (max-width: 768px) {
  html body .hero-container .hero h1, html body .hero-container .title h1, html body .title-container .hero h1, html body .title-container .title h1 {
    font-size: 40px;
  }
}

@media (max-width: 600px) {
  html body .hero-container .hero h1, html body .hero-container .title h1, html body .title-container .hero h1, html body .title-container .title h1 {
    font-size: 25px;
  }
}

html body .two-column {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  html body .two-column .content-block {
    margin-bottom: 15px;
  }
}

html body .two-column .row .text {
  padding: 20px;
}

html body .two-column .row .text h3 {
  margin-top: 0;
}

html body .two-column .col-grid {
  background-clip: content-box !important;
  border-radius: 3px;
  color: #fff;
}

html body .two-column .col-grid .content-block {
  overflow: hidden;
  border-radius: 3px;
}

html body .two-column .col-grid .content-block .text {
  padding: 25px 30px;
}

html body .two-column .col-grid .content-block .text h3 {
  font-weight: 400;
  font-size: 26px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

html body .two-column .col-grid .content-block .text p {
  margin-bottom: 10px;
}

html body .two-column .col-grid .content-block .text a {
  text-decoration: underline;
  font-size: 13px;
  margin-top: 8px;
  color: #ffffff;
  font-weight: 600;
}

html body .two-column .col-grid .content-block .text * {
  padding: 0;
  margin: 0;
}

html body .two-column .col-grid .content-block.color1 {
  background: #02DAC5;
  background: linear-gradient(to left top, #02DAC5, #F50050);
}

html body .two-column .col-grid .content-block.color2 {
  background: #EF1883;
  background: linear-gradient(to left top, #F50050, #FFEB04);
}

html body .two-column .col-grid .content-block.color3 {
  background: #F50050;
  background: linear-gradient(to left top, #02DAC5, #F50050);
}

html body .two-column .col-grid .content-block.color4 {
  background: #FF9F1D;
  background: linear-gradient(to left top, #FF9F1D, #EF1883);
}

html body .two-column .col-grid .content-block.color4 {
  background: #FF9F1D;
  background: linear-gradient(to left top, #FFFFFF, #D01653);
}

html body .two-column .col-grid .image {
  overflow: hidden;
}

html body .two-column .col-grid .image img {
  height: auto;
  width: 100%;
}

html body .three-column-bubble {
  min-height: 625px;
  max-height: 625px;
}

@media (max-width: 768px) {
  html body .three-column-bubble {
    min-height: 900px;
  }
}

html body .three-column-bubble .bubble {
  position: absolute;
  top: 2vw;
  left: 2vw;
  right: 2vw;
  bottom: 2vw;
}

html body .three-column-bubble h1 {
  font-weight: 600 !important;
  margin: 40px 0;
}

@media (max-width: 991px) {
  html body .three-column-bubble h1 {
    text-align: center;
  }
}

html body .three-column-bubble .bubbles {
  position: relative;
  height: 0;
}

@media (min-width: 1200px) {
  html body .three-column-bubble .bubbles {
    padding-top: 33%;
  }
}

@media (max-width: 1199px) {
  html body .three-column-bubble .bubbles {
    padding-top: 50%;
  }
}

@media (max-width: 768px) {
  html body .three-column-bubble .bubbles {
    padding-top: 83.33333%;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

@media (min-width: 768px) {
  html body .three-column-bubble .bubbles {
    transition: all ease-in-out;
    animation: mymove infinite;
    opacity: 9;
  }
}

html body .three-column-bubble .bubbles:nth-child(1n) {
  animation-duration: 15.1s;
  animation-delay: 0s;
  transition-delay: 1s;
  transition-duration: 4.1s;
}

html body .three-column-bubble .bubbles:nth-child(1n):after {
  content: "";
  position: absolute;
  background: #333;
  top: 0;
  left: 0;
  background-position: center;
  right: 0;
  bottom: 0;
  background: url("img/bubbles1.png");
  background-size: contain;
  background-repeat: no-repeat;
}

html body .three-column-bubble .bubbles:nth-child(1n) .bubble {
  background: linear-gradient(to left top, #FFFFFF, #EF1883);
}

html body .three-column-bubble .bubbles:nth-child(2n) {
  animation-duration: 7.3s;
  animation-delay: 0s;
  transition-delay: 2s;
  transition-duration: 3.3s;
}

html body .three-column-bubble .bubbles:nth-child(2n):after {
  content: "";
  position: absolute;
  background: #333;
  top: 0;
  left: 0;
  background-position: center;
  right: 0;
  bottom: 0;
  background: url("img/bubbles2.png");
  background-size: contain;
  background-repeat: no-repeat;
}

html body .three-column-bubble .bubbles:nth-child(2n) .bubble {
  background: linear-gradient(to left top, #02DAC5, #F50050);
}

html body .three-column-bubble .bubbles:nth-child(3n) {
  animation-duration: 12.9s;
  animation-delay: 0s;
  transition-delay: 3s;
  transition-duration: 3.9s;
}

html body .three-column-bubble .bubbles:nth-child(3n):after {
  content: "";
  position: absolute;
  background: #333;
  top: 0;
  left: 0;
  background-position: center;
  right: 0;
  bottom: 0;
  background: url("img/bubbles3.png");
  background-size: contain;
  background-repeat: no-repeat;
}

html body .three-column-bubble .bubbles:nth-child(3n) .bubble {
  background: linear-gradient(to left top, #FF9F1D, #D01653);
}

@media (max-width: 1199px) {
  html body .three-column-bubble .bubbles:nth-child(3n) {
    display: none;
  }
}

html body .three-column-bubble .bubbles .absolute {
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20%;
  color: #fff;
}

html body .three-column-bubble .bubbles .absolute .text {
  font-weight: 200;
  max-width: 90%;
}

@media (max-width: 768px) {
  html body .three-column-bubble .bubbles .absolute .text {
    max-width: 100%;
  }
}

html body .three-column-bubble .bubbles .absolute .text h3 {
  font-weight: 400 !important;
  font-size: 30px;
}

html body .three-column-bubble .bubbles .absolute .text a {
  color: #fff;
}

@media (max-width: 1199px) {
  @keyframes mymove {
    0% {
      margin-top: 0;
      padding-top: 33.3333%;
      width: 33.33333%;
      opacity: 0.9;
      margin-left: 0;
      margin-right: 0;
    }
    25% {
      width: 32.2%;
      padding-top: 33.3333%;
      opacity: 1;
      margin-left: 0.5%;
      margin-right: 0.5%;
    }
    50% {
      width: 33.33333%;
      padding-top: 33.3333%;
      margin-top: 5%;
      margin-left: 0;
      margin-right: 0;
      opacity: 0.9;
    }
    75% {
      width: 32.2%;
      padding-top: 32.2%;
      margin-left: 0.5%;
      opacity: 1;
      margin-right: 0.5%;
    }
    100% {
      margin-top: 0;
      padding-top: 33.3333%;
      width: 33.33333%;
      opacity: 0.9;
      margin-left: 0;
      margin-right: 0;
    }
  }
}

@media (min-width: 1200px) {
  @keyframes mymove {
    0% {
      margin-top: 0;
      padding-top: 33.3333%;
      width: 33.33333%;
      opacity: 0.9;
      margin-left: 0;
      margin-right: 0;
    }
    25% {
      width: 32.2%;
      padding-top: 33.3333%;
      opacity: 1;
      margin-left: 0.5%;
      margin-right: 0.5%;
    }
    50% {
      width: 33.33333%;
      padding-top: 33.3333%;
      margin-top: 5%;
      margin-left: 0;
      margin-right: 0;
      opacity: 0.9;
    }
    75% {
      width: 32.2%;
      padding-top: 32.2%;
      margin-left: 0.5%;
      opacity: 1;
      margin-right: 0.5%;
    }
    100% {
      margin-top: 0;
      padding-top: 33.3333%;
      width: 33.33333%;
      opacity: 0.9;
      margin-left: 0;
      margin-right: 0;
    }
  }
}

html body .feed-social .fts, html body .feed-social .fts-jal-single-fb-post {
  width: 25%;
  float: left;
}

html body .feed-social .fts>div, html body .feed-social .fts-jal-single-fb-post>div {
  padding: 5px !important;
}

html body .feed-social .fts-jal-fb-group-display img {
  width: 100%;
  object-fit: cover;
  height: 280px
}

html body .feed-social .fts-jal-fb-group-display .fts-jal-fb-picture {
  width: 100%
}

html body .feed-social .fts-jal-fb-description-wrap, html body .feed-social .fts-jal-fb-header, html body .feed-social .fts-jal-fb-user-name, html body .feed-social .fts-jal-fb-user-thumb, html body .feed-social .fts-powered-by-text, html body .feed-social html body .container .fts-powered-by-text {
  display: none !important;
  opacity: none;
  visibility: hidden;
}

html body .feed-social .fts-jal-fb-post-time {
  margin-top: 10px;
  margin-bottom: 0;
}

html body .feed-social .fts-fluid-videoWrapper-html5, html body .feed-social .fts-jal-fb-vid-wrap {
  margin-top: 0;
}

html body .feed-social img.fts-jal-fb-vid-image {
  width: 100%;
}

html body .feed-social .fts-jal-fb-vid-picture {
  position: relative;
  height: auto !important;
  margin: 0;
  line-height: normal !important;
  cursor: pointer;
  display: block;
  width: 100%;
}

html body .feed-social .fts-jal-fb-picture, html body .feed-social .fts-jal-fb-vid-picture {
  margin: 0 !important;
}

html body .feed-social .fts-jal-fb-link-wrap {
  margin-top: 0;
}

html body .feed-social .fts-jal-fb-right-wrap {
  display: table;
}

html body .feed-social .fts-jal-fb-top-wrap {
  display: table-footer-group;
}

html body .feed-social .fts-jal-single-fb-post {
  border-bottom: 0;
}

html body .attractions {
  padding-bottom: 20px;
}

html body .attractions .carousel-control {
  background: none !important;
  width: 5% !important;
}

html body .attractions .carousel.color1 .col-grid .content-block.color1 {
  background: #F50050;
}

html body .attractions .carousel.color2 .col-grid .content-block.color1 {
  background: #EF1883;
}

html body .attractions .carousel.color3 .col-grid .content-block.color1 {
  background: #FF9F1D;
}

html body .attractions .carousel.color4 .col-grid .content-block.color1 {
  background: #02DAC5;
}

html body .attractions .col-grid, .four-column .col-grid {
  background-clip: content-box !important;
  margin-bottom: 10px;
  border-radius: 3px;
  color: #fff;
}

html body .attractions .col-grid *, , .four-column .col-grid * {
  transition: 0.3s ease-in-out all;
}

html body .attractions .col-grid:hover .image, .four-column .col-grid:hover .image {
  overflow: hidden;
}

html body .attractions .col-grid:hover .image img, .four-column .col-grid:hover .image img {
  width: auto;
  transform: scale(1.2);
}

/* 
      html body .attractions .col-grid:hover .text h3 {
        font-size: 27px !important; }
 */

html body .attractions .col-grid .image {
  overflow: hidden;
  height: 275px;
}

.four-column .col-grid .image {
  overflow: hidden
}

html body .attractions .col-grid .image img, .four-column .col-grid .image img {
  transition: .3s ease-in-out transform;
  width: auto;
  height: auto
}

html body .attractions .col-grid .categoryName {
  font-size: 20px;
}

html body .attractions .col-grid .content-block {
  overflow: hidden;
  border-radius: 3px;
}

html body .attractions .col-grid .content-block .text {
  padding: 10px;
}

html body .attractions .col-grid .content-block .text h3, .four-column h3 {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 15px;
  text-transform: uppercase;
  min-height: 52px !important
}

.carousel_readmore {
  text-align: right;
  float: right;
  padding-top: 5px;
  color: #fff !important;
  text-decoration: none !important
}

html body .attractions .col-grid .content-block .text p {
  margin-bottom: 10px;
}

html body .attractions .col-grid .content-block .text a {
  text-decoration: underline;
  font-size: 13px;
  margin-top: 8px;
  color: #ffffff;
  font-weight: 600;
}

html body .attractions .col-grid .content-block .text * {
  padding: 0;
  margin: 0;
}

html body .attractions .col-grid .content-block.color1 {
  background: #02DAC5;
}

html body .attractions .col-grid .content-block.color2 {
  background: #EF1883;
}

html body .attractions .col-grid .content-block.color3 {
  background: #F50050;
}

html body .attractions .col-grid .content-block.color4 {
  background: #FF9F1D;
}

html body .attractions .col-grid .content-block.color4 {
  background: #FF9F1D;
}

html body .childPages h4 {
  font-family: "Open Sans";
  font-weight: 600;
}

html body .childPages a {
  font-weight: 600;
}

html body .childPages * {
  list-style: none;
}

html body .LunaParkCallToActionFooterWidget a, html body .LunaParkCallToActionHeaderWidget a {
  color: #F50050;
}

html body .LunaParkCallToActionFooterWidget h5, html body .LunaParkCallToActionHeaderWidget h5 {
  font-size: 18px;
  color: #FFEB04 !important;
  width: 75%;
  font-weight: 600;
}

html body .LunaParkCallToActionFooterWidget h5:after, html body .LunaParkCallToActionHeaderWidget h5:after {
  content: "";
  display: inline-block;
  border-top: 1px solid #ddd;
  width: 100%;
}

html body .LunaParkCallToActionHeaderWidget .widget-container {
  border-radius: 4px !important;
  background: #F50050 !important;
  color: #fff !important;
}

html body .LunaParkCallToActionHeaderWidget .widget-container .image {
  overflow: hidden;
  height: 100%;
  max-height: 200px;
}

html body .LunaParkCallToActionHeaderWidget .widget-container .image img {
  height: 100%;
  width: 100%;
}

html body .LunaParkCallToActionHeaderWidget .widget-container .text {
  padding: 5% !important;
}

html body .LunaParkCallToActionHeaderWidget .widget-container .text h3, html body .LunaParkCallToActionHeaderWidget .widget-container .text h4 {
  font-weight: 400;
  font-size: 26px !important;
  margin-bottom: 10px;
  margin-top: 10px;
  text-transform: uppercase;
  color: #FFEB04 !important;
}

html body .LunaParkCallToActionHeaderWidget .widget-container .text a {
  text-decoration: underline;
  font-size: 13px;
  margin-top: 8px;
  color: #ffffff;
  font-weight: 600;
}

html body .LunaParkCallToActionHeaderWidget .widget-container .text * {
  padding: 0;
  margin: 0;
  line-height: 1 !important;
}

html body .widget-container p {
  color: #fff;
}

html body .LunaParkCallToActionFooterWidget {
  background: #F50050 !important;
  color: #fff !important;
  border-top: 1px solid #F50050 !important;
  border-bottom: 1px solid #F50050 !important;
}

html body .pricing-wrap {
  background: #F9F6ED;
  padding: 15px;
  border-radius: 15px;
  margin: 2em auto;
}

html body .pricing-wrap.featured {
  background: #f50050;
  color: #fff;
}

html body .pricing-wrap .image-banner {
  width: 100%;
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 1em;
}

html body .pricing-wrap .price-meta {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 1em;
}

html body .pricing-wrap .price-meta.justify-center {
  justify-content: center;
}

html body .pricing-wrap .price-meta.justify-between {
  justify-content: space-between;
}

html body .pricing-wrap .price-meta .price {
  display: flex;
}

html body .pricing-wrap .price-meta .price h3 {
  margin-right: 10px;
  font-weight: 300;
}

html body .pricing-wrap .price-meta .price h1 {
  font-size: 48px;
}

html body .pricing-wrap .price-meta .price h1, html body .pricing-wrap .price-meta .price h3 {
  margin-top: 10px;
}

html body .pricing-wrap .content {
  max-width: 400px;
  margin: 0 auto;
}

html body .label-date {
  padding: 20px;
  top: 30px;
}

html body .container:nth-child(6n) .label-date {
  background-color: #E79114;
}

html body .container:nth-child(6n+1) .label-date {
  background-color: #838BB1;
}

html body .container:nth-child(6n+2) .label-date {
  background-color: #094C6E;
}

html body .container:nth-child(6n+3) .label-date {
  background-color: #5D8E8A;
}

html body .container:nth-child(6n+4) .label-date {
  background-color: #9a4c84;
}

html body .container:nth-child(6n+5) .label-date {
  background-color: #d12148;
}

html body .label-date h2 {
  color: #fff;
}

html body .label-date h3 {
  color: rgba(255, 255, 255, 0.5);
  font-size: 50px;
}

html body .label-date p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  padding: 10px 0;
  margin-bottom: 0;
}

html body .history-txtblock p {
  padding: 20px 10px 0 0;
  font-size: 16px;
}

html body p {
  line-height: 2;
}

html body .small {
  width: 25%;
  transition: ease-in-out .5s;
}

html body .compliment-small {
  width: 75%;
  transition: ease-in-out .5s;
}

html body .large {
  width: 40%;
  transition: ease-in-out .5s;
}

html body .compliment-large {
  width: 60%;
  transition: ease-in-out .5s;
}

html body .full {
  width: 100%;
  transition: ease-in-out .5s;
}

html body .right-column, html body .right-row, html body .left-column, html body .left-row {
  display: flex;
}

html body .right-column {
  flex-direction: column;
}

html body .right-column .history-txtblock p {
  padding-top: 0px;
}

html body .right-row {
  flex-direction: row;
}

html body .right-row .label-date, html body .right-row .history-txtblock {
  margin-right: 1rem;
}

html body .left-row {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 991px) {
  html body .right-row .small, html body .right-row .large, html body .right-row .compliment-small, html body .right-row .compliment-large {
    width: 50%;
  }
  html body .right-row .compliment-small, html body .right-row .compliment-large {
    overflow: hidden;
  }
  html body .right-row .compliment-small img, html body .right-row .compliment-large img {
    width: auto;
    height: 100%;
    left: -50%;
    position: relative;
  }
  html body .right-column .small, html body .right-column .large, html body .right-column .compliment-small, html body .right-column .compliment-large {
    width: 50%;
  }
  html body .history-txtblock p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 600px) {
  html body .right-row, html body .right-column {
    flex-direction: column;
    margin: 2rem 0;
  }
  html body .right-row .small, html body .right-row .large, html body .right-row .compliment-small, html body .right-row .compliment-large, html body .right-column .small, html body .right-column .large, html body .right-column .compliment-small, html body .right-column .compliment-large {
    width: 100%;
  }
  html body .right-row .compliment-small img, html body .right-row .compliment-large img, html body .right-column .compliment-small img, html body .right-column .compliment-large img {
    width: 100%;
    left: 0;
  }
  html body .right-row .left-row, html body .right-column .left-row {
    flex-direction: column;
  }
  html body .right-row .label-date, html body .right-column .label-date {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  html body .right-row .label-date h2, html body .right-row .label-date h3, html body .right-column .label-date h2, html body .right-column .label-date h3 {
    margin-top: 0;
    margin-bottom: 0;
  }
  html body .right-row .label-date p, html body .right-column .label-date p {
    display: none;
  }
  html body .right-row .entry-content, html body .right-column .entry-content {
    padding-top: 0px;
  }
  html body .right-row .entry-content .history-txtblock p, html body .right-column .entry-content .history-txtblock p {
    padding: 20px 15px 0 0;
  }
}

html body .map #interactive_map {
  position: relative;
  min-width: 693px;
  height: auto;
  overflow: hidden;
  max-width: 100% !important;
  min-width: 100% !important;
}

html body .map #interactive_map #map_background {
  width: 100% !important;
  margin-bottom: -2px;
}

@media (max-width: 991px) {
  html body .map .element {
    display: none;
  }
}

html body .map, html body .sky {
  background: #4AB3C6;
  margin-top: -1px;
}

html body .map #interactive_map>.element, html body .sky #interactive_map>.element {
  width: inherit !important;
  pointer-events: none;
  cursor: pointer;
}

html body .map #interactive_map>.element .pin, html body .sky #interactive_map>.element .pin {
  pointer-events: all;
  cursor: pointer;
}

html body .map .element.active .tooltips, html body .sky .element.active .tooltips {
  z-index: 991;
  opacity: 1;
  pointer-events: all;
  cursor: pointer;
}

html body .map .tooltips, html body .sky .tooltips {
  pointer-events: none;
  transition: 0.3s ease-in-out all;
  opacity: 0;
  margin: 10px 0 0 10px;
  background: #fff;
  padding: 10px;
  border-radius: 40px;
  width: 100% !important;
  display: block !important;
  background-clip: initial !important;
  float: left !important;
  position: relative;
  z-index: 999;
}

html body .map .tooltips img, html body .sky .tooltips img {
  margin-bottom: 0;
  visibility: visible;
  display: inline-block;
}

html body .map .tooltips span, html body .sky .tooltips span {
  display: inline-block;
  line-height: 65px;
  margin-left: 15px;
  font-size: 16px;
}

html body .map .tab, html body .sky .tab {
  color: #fff;
}

html body .map .tab.text, html body .sky .tab.text {
  margin-bottom: 20px;
}

html body .map .tab:nth-child(n+2), html body .sky .tab:nth-child(n+2) {
  border-left: 1px solid #fff;
}

html body .map .tab.active, html body .sky .tab.active {
  color: #EF1883;
}

html body .map .tab *, html body .sky .tab * {
  text-transform: uppercase;
  margin: 0;
  cursor: pointer;
}

html body .map .cta, html body .sky .cta {
  color: #fff;
  padding: 3% 0;
}

@media (max-width: 768px) {
  html body .map .cta, html body .sky .cta {
    padding: 50px 0;
  }
}

@media (min-width: 768px) {
  html body .map .cta .stream, html body .sky .cta .stream {
    border-right: 1px solid #fff;
  }
}

@media (max-width: 768px) {
  html body .map .cta .stream:after, html body .sky .cta .stream:after {
    content: "";
    display: inline-block;
    border-bottom: 1px solid #fff;
    float: left;
    width: 100%;
    margin-top: 25px;
  }
}

@media (max-width: 768px) {
  html body .map .cta .join, html body .sky .cta .join {
    padding-top: 20px;
  }
}

html body .map .cta h1, html body .sky .cta h1 {
  margin-top: 0;
}

html body .map .cta p, html body .sky .cta p {
  margin: 0 0 18px;
}

html body .map .cta a, html body .sky .cta a {
  font-size: 1.5rem;
  background-color: #FF9F1D;
  border-radius: 50px;
  color: #fff;
  padding: 12px 30px;
  display: inline-block;
  line-height: 1;
  font-weight: 600;
}

@media (max-width: 991px) {
  html body .map .cta a, html body .sky .cta a {
    font-size: 1.5rem;
    background-color: #FF9F1D;
    border-radius: 50px;
    color: #fff;
    padding: 17px 35px;
    display: inline-block;
    line-height: 1;
    font-weight: 600;
  }
}

html body .beach.social {
  background-color: #F2E6C0;
}

html body .beach.social .logo {
  width: 140px;
  margin-top: 20px;
}

html body .beach a {
  color: #D01653;
}

html body .beach .ticket .call-out {
  margin-top: 8px;
}

html body .beach span {
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  margin-right: 10px;
  line-height: 20px;
}

@media (max-width: 991px) {
  html body .beach span {
    width: 100%;
  }
}

@media (max-width: 991px) {
  html body .beach .float-right>* {
    float: none !important;
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  html body .beach .text-left {
    text-align: center;
    margin-top: 20px;
  }
}

html body .beach .text-left span {
  float: left;
  margin-top: 10px;
}

@media (max-width: 991px) {
  html body .beach .text-left span {
    float: left;
    margin-top: 10px;
    clear: left;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}

html body .beach .text-container {
  width: 25%;
  text-align: left;
  float: right;
}

@media (max-width: 991px) {
  html body .beach .text-container {
    width: 100%;
    text-align: center;
  }
}

html body .beach .float-right .call-out-list, html body .beach .float-right>* {
  float: right;
  right: 0;
}

html body .beach .ticket {
  margin-top: 57px;
}

@media (max-width: 991px) {
  html body .beach .ticket {
    text-align: center;
    margin-top: 20px;
  }
}

html body .beach .icons {
  margin-top: 68px;
}

@media (max-width: 991px) {
  html body .beach .icons {
    margin-top: 10px;
    padding-bottom: 40px;
  }
}

html body .beach .icons a {
  display: inline-block;
}

html body .beach .icons .fa {
  font-size: 18px;
  border: 2px solid #D01653;
  color: #D01653;
  border: 2px solid #D01653;
  color: #D01653;
  padding: 10px;
  float: left;
  display: inline-block;
  border-radius: 50px;
  width: 42px;
  height: 42px;
  text-align: center;
  margin: 0;
}

html body #site-footer {
  background-color: #F2E6C0;
}

html body #site-footer svg {
  height: 40px;
  width: auto;
  margin-top: 15px;
}

@media (max-width: 768px) {
  html body #site-footer {
    border-top: 1px solid #fff;
  }
}

@media (max-width: 991px) {
  html body #site-footer .container {
    width: 100%;
  }
}

html body #site-footer .site-footer {
  margin-top: 30px;
  font-family: "Oswald", sans-serif;
}

html body #site-footer .site-footer h5 {
  font-size: 16px;
}

@media (max-width: 991px) {
  html body #site-footer .site-footer {
    text-align: center;
  }
}

html body #site-footer .site-footer .widget {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 991px) {
  html body #site-footer .site-footer .widget {
    height: 230px;
  }
}

html body #site-footer .site-footer .widget {
  padding: 10px 20px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

@media (max-width: 991px) {
  html body #site-footer .site-footer .widget {
    border: 0 !important;
  }
}

html body #site-footer .site-footer .widget h5 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

html body #site-footer .site-footer .widget a {
  font-weight: 600;
  text-decoration: underline;
  color: #D01653;
  font-size: 13px;
}

@media (max-width: 991px) {
  html body #site-footer .site-footer .widget a {
    font-size: 16px;
  }
}

html body #site-footer .site-footer .widget * {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  html body .op-table {
    font-size: 80%;
  }
}

html body .mec-modal-preloader, html body .mec-month-navigator-loading:after {
  position: absolute;
}

html body .mec-modal-preloader, html body .mec-month-navigator-loading:after {
  width: 100%;
  height: 100%;
  background: no-repeat rgba(255, 255, 255, 0.88) url("../img/ajax-loader.gif") center;
  border-style: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: "";
  z-index: 999;
  display: inline-block;
}

html body .roller {
  width: 80px;
  margin-top: -2.5px;
  margin-left: 10px;
}

html body .header-widget .wpc-weather-id .time_symbol.climacon {
  height: 26px !important;
}

html body .header-widget .wpc-weather-id .time_symbol svg {
  width: 32px !important;
  height: 32px !important;
  margin: -4px 0 !important;
}

html body .header-widget .wpc-weather-id .time_temperature {
  margin-top: 0 !important;
}

html body .header-widget .wpc-weather-id .time_temperature {
  font-size: 12px !important;
  line-height: 26px !important;
}

html body .header-widget .wpc-weather-id #wpc-weather {
  padding: 0 !important;
  margin: 0 !important;
}

html body .flyout {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

html body .flyout.active {
  opacity: 1;
  visibility: visible;
}

html body .flyout .wpc-weather-id {
  position: absolute;
  top: 26px;
  left: 0;
  z-index: 9999;
  background: #fff;
  width: 500px;
}

html body .translated-ltr #logo, html body .translated-rtl #logo {
  display: none;
}

html body .translated-ltr #mega-menu-primary>li.mega-menu-item:nth-child(4), html body .translated-rtl #mega-menu-primary>li.mega-menu-item:nth-child(4) {
  margin-left: 0 !important;
}

html .carousel-inner>.item, body .multi-item-carousel .carousel-inner>.item {
  transition: 500ms ease-in-out left;
}

html .carousel-inner .active.left, body .multi-item-carousel .carousel-inner .active.left {
  left: -33%;
}

html .carousel-inner .active.right, body .multi-item-carousel .carousel-inner .active.right {
  left: 33%;
}

html .carousel-inner .next, body .multi-item-carousel .carousel-inner .next {
  left: 33%;
}

html .carousel-inner .prev, body .multi-item-carousel .carousel-inner .prev {
  left: -33%;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  html .carousel-inner>.item, body .multi-item-carousel .carousel-inner>.item {
    transition: 500ms ease-in-out left;
    transition: 500ms ease-in-out all;
    backface-visibility: visible;
    transform: none !important;
  }
}

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

/*cep adds*/

/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

/* Font */

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html body .hero-container .content-row .col-grid .content-block h3, html body .title-container .content-row .col-grid .content-block h3 {
  font-weight: 600 !important;
  font-size: 30px;
}

/* Header img onda 
html body header.fixed::after {
background-image: none;}
*/

.hours, body .ng-scope {
  font-family: 'Roboto', sans-serif !important;
}

iframe#roller-widget body {
  font-family: 'Roboto', sans-serif !important;
}

html body p {
  font-family: 'Roboto', sans-serif !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px !important;
}

html body #site-footer .site-footer {
  margin-top: 30px;
  font-family: 'Roboto', sans-serif !important;
}

html body, body {
  font-family: 'Roboto', sans-serif !important;
  color: #535353;
}

.hours {
  font-family: 'Roboto', sans-serif !important;
}

.location_name {
  font-family: 'Roboto Condensed', sans-serif !important;
}

html body h1, html body h2, html body h3, html body h4, html body h5, html body h6 {
  font-family: 'Roboto Condensed', sans-serif !important;
  font-weight: 600 !important;
}

.mec-calendar .mec-calendar-side .mec-next-month i, .mec-calendar .mec-calendar-side .mec-previous-month i {
  color: #626262 !important;
}

.mec-calendar .mec-calendar-events-side .mec-table-side-day {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #40d9f1;
}

li {
  list-style: none;
}

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

html body .feed-social a.customize-unpreviewable {
  cursor: pointer;
  color: #FF9F1D;
}

html body .feed-social a.fts-jal-fb-see-more.customize-unpreviewable {
  color: #999;
}

.postType {
  padding-left: 15px;
}

p {
  color: #535353;
}

.content-block p, .container.cta p {
  color: #fff;
}

.container.attractions div.content-block.color1 p {
  color: #535353
}

.categoryName, h6 {
  color: #535353;
  font-family: 'Roboto', sans-serif;
}

.title-container .title h1 {
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  font-family: 'Roboto Condensed', sans-serif;
}

html body .overlay.orange:after {
  background-image: linear-gradient(to top left, rgba(255, 159, 29, 0) 0%, rgba(255, 130, 10, 0) 100%);
}

html body .overlay:after {
  background-image: linear-gradient(to top left, rgba(255, 255, 29, 0) 0%, rgba(255, 130, 10, 0) 100%) !important;
}

.navbar {
  font-family: 'Roboto Condensed', sans-serif;
}

html body .title-container .title h1 {
  padding-top: 20%;
}

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

ul, ol {
  padding: 15px !important;
}

ul.gfield_radio {
  padding: 0 !important
}

div#mega-menu-wrap-primary ul li {
  list-style: none !important;
}

html body .ribbon.highlight {
  display: none;
}

html body #mega-menu-wrap-primary {
  margin-top: -12px !important;
}

/* Grid*/

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.shops-template-default.single-shops .col-xs-24, .shops-template-default.single-shops .col-sm-16, .dining-template-default.single-dining .col-xs-24, .dining-template-default.single-dining .col-sm-16, .games-template-default.single-games .col-xs-24, .games-template-default.single-games .col-sm-16, .rides-template-default.single-rides .col-xs-24, .rides-template-default.single-rides .col-sm-16 {
  padding-left: 15px;
  padding-right: 15px;
}

/* MENU */

html body header #logo .logo {
  padding: 15px !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-menu-item-has-children>a.mega-menu-link::after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item-has-children>a.mega-menu-link::after, #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item-has-children>a.mega-menu-link::after {
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
}

html body .hero-container .content-row .col-grid .content-block .text a, html body .title-container .content-row .col-grid .content-block .text a {
  text-decoration: none;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
  padding: 0px !important;
}

.mega-block-title {
  text-transform: uppercase !important;
  padding-bottom: 10%;
  font-weight: bolder;
  border-bottom: 1px solid #666;
  padding-left: 15px;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item {
  color: #666;
  font-family: inherit;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 28px !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
  border-radius: 0px !important;
}

html body .LunaParkCallToActionHeaderWidget .widget-container {
  border-radius: 0px !important;
}

.mega-sub-menu ul li a {
  margin-bottom: 10px;
  width: 100%;
}

.mega-sub-menu ul li {
  /* padding:5px 10px; */
  margin-left: 0;
}

.mega-sub-menu ul li:hover {
  /* background-color: #fefbf1; */
  /* width:80%;   */
  text-decoration: none;
}

.mega-sub-menu ul li a:hover {
  color: #f50050;
  text-decoration: none;
}
/*
html body #mega-menu-primary>li.mega-menu-item:nth-child(4) {
  margin-left: 238px !important;
}*/

/* Header */

html body .hero-container .hero.contain, html body .hero-container .title.contain, html body .title-container .hero.contain, html body .title-container .title.contain {
  padding-top: 5vh;
  padding-bottom: 25vh;
}

html body .hero-container .hero-video, html body .title-container .hero-video {
  min-height: 70vh !important;
}

html body .hero-container .title h1, html body .title-container .title h1 {
  font-size: 70px !important;
}

html body .hero-container .home-hero-content, html body .title-container .home-hero-content {
  padding: 20vh 0;
}

/* btn */

.btn {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 0;
}

html body .hero-container .hero .link a, html body .hero-container .hero-video .link a, html body .title-container .hero .link a, html body .title-container .hero-video .link a {
  border-radius: 0px;
}

html body .call-out .title, html body .call-out .title a {
  border-radius: 0px;
}

html body .map .cta a, html body .sky .cta a {
  border-radius: 0px;
  padding: 15px 30px;
}

.btn.btn-outline-light {
  border: 1px solid;
  border-radius: 0;
}

.btn.btn-outline-light:hover, .btn.btn-outline-light:focus {
  border: 1px solid !important;
}

html body .button {
  border-radius: 0;
}

/* pricing-wrap */

html body .pricing-wrap {
  border-radius: 0;
}

html body .pricing-wrap.featured p, html body .pricing-wrap.featured p em {
  color: #fff;
}

html body .pricing-wrap {
  padding: 20px 0px !important;
  overflow: hidden !important;
  min-height: 940px !important;
}

.pricing .price-meta {
  padding: 20px !important;
}

.pricing .content ul, .pricing .content p {
  padding: 0 40px !important;
}

.pricing-wrap h4 {
  font-size: 21px;
}

/* riga video 3 blocchi */

.content-block-container {
  margin-top: 10%;
}

.content-block.content_2 ul {
  margin-left: -38px;
}

.content-block.content_2 ul li {
  font-size: 16px;
  line-height: 24px;
}

.content-block.content_2 .text a {
  text-decoration: none;
}

.content-block.content_3 .op-overview-shortcode {
  margin-top: 30px;
  text-align: center
}

.content-block.content_2, .content-block.content_3 {
  min-height: 300px !important;
}

.content-block.content_3 h3 {
  text-align: center
}

.content-block-container {
  display: none;
}

/* bubble */

html body .three-column-bubble .bubbles:nth-child(3n) .bubble {
  /* background: linear-gradient(to left top, #fd6646, #f9c527); */
  background: linear-gradient(to left top, #f6fd00, #ffb200);
}

html body .three-column-bubble .bubbles:nth-child(1st) .bubble {
  background: linear-gradient(to left top, #ff2da1, #ffb9d4);
}

html body .three-column-bubble .bubbles:nth-child(2n) .bubble {
  background: linear-gradient(to left top, #ff804d, #ff2a4a);
}

html body .three-column-bubble .bubbles .absolute {
  padding: 40px;
}

/* bordi arrotondati */

html body .hero-container .content-row .content-block, html body .title-container .content-row .content-block, html body .two-column .col-grid .content-block {
  border-radius: 0px;
}

html body .call-out .call-out-list {
  border-radius: 0px;
}

html body .two-column .col-grid .content-block.content_1 .text p {
  margin-bottom: 20px;
}

.content-block.content_1 .customize-unpreviewable {
  border: 1px solid #fff;
  padding: 10px 20px!important;
}

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

.fts-jal-fb-message {
  color: #999;
}

.fts-jal-fb-post-time {
  color: #333;
  text-transform: uppercase;
  font-weight: bold;
}

html body .two-column .col-grid .content-block.color2, html body .two-column .content-block.color1 {
  background: #F50050;
}

html body .two-column .col-grid .content-block.color1 {
  background: #ff632f;
  background: linear-gradient(to left top, #ff632f, #c9003d);
}

/* Gradient */

.moderate-thrill {
  background-image: linear-gradient(to bottom, rgba(254, 213, 0, 1) 0%, rgba(255, 74, 89, 1) 100%);
}

.mild-thrill {
  background-image: linear-gradient(to bottom, rgba(254, 49, 157, 1) 0%, rgba(255, 187, 211, 1) 100%);
}

.high-thrill {
  background-image: linear-gradient(to bottom, rgba(231, 251, 92, 1) 0%, rgba(0, 203, 122, 1) 100%);
}

.extreme-thrill {
  background-image: linear-gradient(to bottom, rgba(245, 176, 204, 1) 0%, rgba(131, 35, 233, 1) 100%);
}

body:not(.single-rides) .rides {
  background: #ffa71f;
  background: linear-gradient(to bottom, #ffa71f, #ff6d00);
}

body:not(.single-dining) .dining {
  background: #ffce49;
  background: linear-gradient(to bottom, #ffce49, #ff3b23);
}

body:not(.single-games) .games {
  background: #908edf;
  background: linear-gradient(to bottom, #908edf, #3734ba);
}

body:not(.single-shops) .shops {
  background: #d236f8;
  background: linear-gradient(to bottom, #c5a2e5, #d236f8);
}

.grid4-boxes {
  background: #ffa71f;
  background: linear-gradient(to bottom, #ffa71f, #ff6d00);
  overflow: hidden
}

.grid4-boxes .text p {
  min-height: 75px;
  display: inline-block
}

linear-gradient(to left top, #ff632f, #c9003d);
.orange-gradient {
  background-image: linear-gradient(to bottom, rgba(255, 167, 31, 1) 0%, rgba(255, 109, 0, 1) 100%);
}

.light-blue {
  background-image: linear-gradient(to bottom, rgba(1, 255, 255, 1) 0%, rgba(0, 151, 254, 1) 100%);
}

.peach-gradient {
  background-image: linear-gradient(to bottom, rgba(255, 128, 77, 1) 0%, rgba(255, 42, 74, 1) 100%);
}

.yellow-gradient {
  background-image: linear-gradient(to bottom, rgba(246, 253, 0, 1) 0%, rgba(255, 178, 0, 1) 100%);
}

.orangepink-gradient {
  background-image: linear-gradient(to bottom, rgba(255, 146, 1, 1) 0%, rgba(255, 0, 128, 1) 100%);
}

.pink-gradient {
  background-image: linear-gradient(to bottom, rgba(254, 49, 157, 1) 0%, rgba(255, 187, 211, 1) 100%);
}

.green-gradient {
  color: linear-gradient(to bottom, rgba(87, 194, 126, 1) 0%, rgba(159, 210, 114, 1) 100%);
}

html body .attractions .col-grid .content-block.color1 {
  background-image: linear-gradient(to bottom, rgba(245, 176, 204, 1) 0%, rgba(131, 35, 233, 1) 100%);
}

html body .attractions .col-grid .content-block.color2 {
  background-image: linear-gradient(to bottom, rgba(231, 251, 92, 1) 0%, rgba(0, 203, 122, 1) 100%);
}

html body .attractions .col-grid .content-block.color3 {
  background-image: linear-gradient(to bottom, rgba(254, 213, 0, 1) 0%, rgba(255, 74, 89, 1) 100%);
}

html body .attractions .col-grid .content-block.color4 {
  background-image: linear-gradient(to bottom, rgba(255, 185, 212, 1) 0%, rgba(255, 45, 161, 1) 100%);
}

/* logo */

html body header.sticky #logo .logo {
  width: 130px !important;
  margin-top: -10px !important;
}

/* mappa */

#interactive_map_container h4 {
  text-transform: uppercase !important;
}

html body .map .tab, html body .sky .tab {
  color: rgba(255, 255, 255, 1);
  border: 1px solid;
}

html body .map .tab.active, html body .sky .tab.active {
  color: #fff;
  background: #ff9f1d;
  border: 1px solid #ff9f1d !important;
}

html body .map .cta .stream, html body .sky .cta .stream {
  border-right: 0px;
}

#interactive_map_container {
  padding-top: 50px;
}

#interactive_map_container h4 {
  font-size: 4rem;
  color: #fff;
  padding-bottom: 20px
}

#interactive_map_container h3 {
  padding: 10px;
}

html body .map .tab:nth-child(n+2), html body .sky .tab:nth-child(n+2) {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  ;
}

html body .map .tooltips, html body .sky .tooltips {
  border-radius: 0px;
}

html body .map, html body .sky {
  background: #85f0f6;
}

/* 
.row div#tab_1, .row div#tab_2, .row div#tab_3, .row div#tab_4 {
	display: none;
}
 */

/* Lista elementi */

html body.page-template-attractions-rides .attractions .col-grid .image img, html body.page-template-attractions-child .attractions .col-grid .image img {
  width: auto;
  transform: scale(1.12);
}

html body.page-template-attractions-rides .attractions .col-grid .content-block, html body.page-template-attractions-child .attractions .col-grid .content-block {
  border-radius: 0px;
}

.page-template-attractions-rides .attractions.row.text-center, .page-template-attractions-child .attractions.row.text-center {
  display: none;
}

html body.page-template-attractions-rides .content-block.color1 p {
  color: #535353;
}

/* attraction page */

.title-container .attractions {
  display: none;
}

html body .attractions .col-grid .content-block {
  border-radius: 0px;
}

html body .attractions .col-grid .image img {
  min-height: 200px;
  transform: scale(1);
  max-width: 100%;
}

html body .attractions .col-grid:hover .image img {
  width: auto;
  transform: scale(1.2);
}

/* CAROUSEL */

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: block !important;
  padding: 0 5px;
}

.owl-next {
  text-align: right;
  cursor: pointer;
  margin-top: -22px !important;
  border: 1px solid;
  padding: 10px;
}

.owl-next:after {
  content: " >";
}

.owl-prev {
  text-align: left;
  cursor: pointer;
  border: 1px solid #535353;
  width: 6%;
  padding: 10px;
  color: #535353;
}

.owl-prev:before {
  content: "< ";
}

.owl-next {
  margin-top: -42px !important;
  border: 1px solid #535353;
  padding: 10px;
  width: 6%;
  text-align: right;
  margin-left: 70px;
  color: #535353;
}

.owl-next:hover, .owl-next:active, .owl-next:focus, .owl-prev:hover, .owl-prev:active, .owl-prev:focus {
  color: #f50050 !important;
  border: 1px solid #f50050;
}

html body .attractions .col-grid * {
  transition: 0;
}

/*html body.page-template-attractions-rides .attractions .col-grid .image img, html body.page-template-attractions-child .attractions .col-grid .image img {
	width: auto;
	transform: inherit;
}*/

/* CALENDAR */

.mec-calendar .mec-calendar-events-side .mec-table-side-day {
  border-radius: 0 !important;
  border-width: 2px !important
}

.mec-calendar .mec-selected-day:not(.openings_1):not(.openings_2):not(.openings_3):not(.openings_4):not(.openings_5):not(.openings_6):not(.openings_7), .mec-calendar .mec-selected-day:hover:not(.openings_1):not(.openings_2):not(.openings_3):not(.openings_4):not(.openings_5):not(.openings_6):not(.openings_7) {
  background-color: #ccc !important;
}

.openings_1 {
  background: #ff8627 !important;
  color: #fff !important;
  border: 1px solid #fff;
}

.openings_2 {
  background: #37bdeb !important;
  color: #fff !important;
  border: 1px solid #fff;
}

.openings_3 {
  background: #8fca45 !important;
  color: #fff !important;
  border: 1px solid #fff;
}

.openings_4 {
  background: #ffca48 !important;
  color: #fff !important;
  border: 1px solid #fff;
}

.openings_5 {
  background: #fa416d !important;
  color: #fff !important;
  border: 1px solid #fff;
}

.openings_6 {
  background: #2b4fa9 !important;
  color: #fff !important;
  border: 1px solid #fff;
}

.openings_7 {
  background: #fe4d4d !important;
  color: #fff !important;
  border: 1px solid #fff;
}

.openings_1 a, .openings_2 a, .openings_3 a, .openings_4 a, .openings_5 a, .openings_6 a, .openings_7 a {
  color: #fff !important
}

.mec-table-side-day {
  border-color: #ccc !important;
}

.openings_1_border .mec-table-side-day {
  border-color: #ff8627 !important;
}

.openings_2_border .mec-table-side-day {
  border-color: #37bdeb !important;
}

.openings_3_border .mec-table-side-day {
  border-color: #8fca45 !important;
}

.openings_4_border .mec-table-side-day {
  border-color: #ffca48 !important;
}

.openings_5_border .mec-table-side-day {
  border-color: #fa416d !important;
}

.openings_6_border .mec-table-side-day {
  border-color: #2b4fa9 !important;
}

.openings_7_border .mec-table-side-day {
  border-color: #fe4d4d !important;
}

.badge {
  padding: 10px !important;
  border-radius: 0px !important;
  font-size: 14px !important;
  /*width: 13.88% !important;*/
}

.mec-wrap .mec-totalcal-box .mec-totalcal-view span, .mec-wrap div {
  font-family: 'Roboto', sans-serif !important;
}

.mec-calendar .mec-calendar-events-side .mec-table-side-title {
  font-size: 14px;
  letter-spacing: 0px !important;
}

.mec-calendar .mec-calendar-side .mec-next-month, .mec-calendar .mec-calendar-side .mec-previous-month {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.mec-wrap .mec-totalcal-box {
  border: 0;
  box-shadow: 0;
}

.mec-calendar .mec-event-footer {
  display: none;
}

.text {
  padding: 15px !important
}

.mec-totalcal-view, .mec-totalcal-weeklyview, .mec-totalcal-weeklyview, .mec-totalcal-dailyview, .mec-totalcal-listview {
  display: none !important;
}

.mec-calendar .mec-calendar-row dt.mec-has-event:hover {
  background: #dcdcdc;
}

.opening_hours_side {
  font-weight: 300;
  font-size: 24px;
}

.mec-calendar .mec-calendar-events-side .mec-table-side-title {
  font-weight: 300 !important;
}

span.opening_hours_side_hours {
  font-size: 34px;
  line-height: 36px;
  font-weight: bolder;
}

html body .entry-content .mec-event-image img {
  width: 100% !important;
}

/* FORM */

html body .gform_body input, html body .gform_body textarea {
  border-radius: 0px;
}

#logo {
  z-index: 999;
}

html body .button {
  border: 2px solid #02DAC5 !important;
}

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
  border-radius: 0 !important;
}

.gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li {
  width: 25% !important;
}

.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li {
  width: 20% !important;
}

.gform_wrapper .gform_footer {
  margin: 16px !important;
}

.gform_wrapper form {
  border-top: 1px solid #eee !important;
  padding-top: 20px !important;
}

.gform_wrapper h3.gform_title {
  font-size: 20px !important;
  text-align: center;
}

/* PAGINA MAPPA */

.page-template-default.page.page-id-8890 .sky {
  display: none !important;
}

/* FOOTER */

html body #site-footer .site-footer .widget {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

ul#menu-footer {
  padding: 0 !important;
}

/* IMG */

html body .entry-content img {
  width: auto !important;
}

html body.rides-template-default .entry-content img.attachment-full {
  width: 100% !important;
}

.ssba.ssba-img {
  width: 30px !important;
}

html body.page-template-page-about .entry-content img {
  width: 100% !important;
}


a.title {
  display: inline-block
}

/* MOBILE */

@media only screen and (max-width: 1024px) {
  #vid {
    display: none
  }
  .home h1 {
    color: #fff !important
  }
  html body .hero-container .hero .link a, html body .hero-container .hero-video .link a, html body .title-container .hero .link a, html body .title-container .hero-video .link a {
    color: #fff !important;
    border: 2px solid #fff;
  }
  html body .hero-container .home-hero-content, html body .title-container .home-hero-content {
    padding: 5% 0 0 !important
  }
  a.title {
    display: inline-flex;
  }

  html body header.sticky #logo {
    margin-left: 0;
  }
  html body #mega-menu-wrap-primary {
    margin-right: 0 !important
  }
  .owl-prev, .owl-next {
    width: 7%;
  }
  html body .hero-container, html body .title-container {
    background-image: url("https://lunaparknyc.com/app/uploads/2018/03/LP_website-header-AttractionPage.jpg");
    background-size: cover;
  }
  html body #mega-menu-primary>li.mega-menu-item:nth-child(4) {
    margin-left: auto !important;
  }
  html body .three-column-bubble .bubbles:nth-child(3n) {
    display: block;
  }
  html body .three-column-bubble {
    min-height: auto;
  }
  .home .three-column-bubble h1 {
    color: #535353 !important;
  }
  html body .three-column-bubble .bubbles .absolute .text h3 {
    font-size: 24px !important
  }
  html body .navbar {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .img-circle {
    border-radius: 0 !important
  }
  html body .three-column-bubble .bubbles {
    animation: none !important;
    padding-top: 30% !important
  }
  .owl-prev, .owl-next {
    width: 10%
  }
  html body .hero-container .title h1, html body .title-container .title h1 {
    font-size: 40px !important
  }
  html body header.sticky #logo .logo {
    width: 90px !important;
  }
  .pricing-wrap h4 {
    padding: 10px 40px;
  }
}

.upb_video_class, .vc_row, .wpb_column, .wpb_row {
  width: 100%
}

.prices_home, .plan_home, .rides_home, .map_home {
  display: none !important
}

@media only screen and (max-width: 767px) {
  .home #main-column+.vc_row {
    margin: 0 !important;
    padding: 0 !important;
  }
  .home #main-column+.vc_row .vc_column-inner {
    padding: 0 !important
  }
  .img-circle {
    border-radius: 50% !important
  }
  html body .three-column-bubble .bubbles {
    padding-top: 83.33333% !important
  }
  html body header.sticky #logo .logo {
    width: 80px !important;
  }
  .prices_home .price, .price-meta .price, .price-meta .text-center {
    width: 100% !important
  }
  .stream, #map_background, .beach.social .ticket {
    display: none !important
  }
  html body .prices_home .pricing-wrap .price-meta .price, .price-meta .price {
    display: contents !important
  }
  .video_home .link-row, .bubbles_home, .news_home, .social_home, .info_home {
    display: none !important
  }
  .home .hero-container .title h1 {
    padding-top: .75em !important
  }
  .prices_home, .plan_home, .rides_home, .map_home {
    display: inline-block !important;
    margin-bottom: 0 !important
  }
  .plan_home a, .rides_home a, .map_home a {
    background: #F50050 !important
  }
  .plan_home .ultb3-info, .rides_home .ultb3-info, .map_home .ultb3-info {
    top: 0 !important
  }
  .featured_rides, .attractions_category_title {
    display: none !important
  }
  .attractions_body {
    padding-top: 20px
  }
  .categoryName {
    text-align: center;
    font-size: 2em
  }
  .carousel_readmore {
    font-size: 1.25em;
    padding-bottom: 10px !important;
    float: left !important
  }
  .title_ride, .title_cpt {
    display: none !important
  }
  .single article {
    padding-top: 20px !important
  }
  .call-out, .home .rice-meta .text-center {
    width: 100% !important;
    text-align: center !important
  }
  .call-out a {
    width: 80% !important;
    top: -12px;
    margin: 0 auto !important;
  }

  .active .call-out {
    margin-top: 2px;
  }
  
  html body header.sticky #logo {
    left: 45px;
  }

  .home #main {
    text-align: center !important
  }
  .main_content_ride {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
  }
  .main_content_ride div:nth-child(3) {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
  }
  .main_content_ride div:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    box-ordinal-group: 3;
  }
  .luna-pass-calendar {
    display: none !important
  }
}

@media only screen and (max-width: 500x) {
  .badge {
    padding: 10px !important;
    border-radius: 0px !important;
    font-size: 12px !important;
    width: 49.5% !important;
  }
}

@media only screen and (max-width: 414px) {
  html body li.mega-menu-item .mega-sub-menu {
    margin-top: 0 !important
  }
  html body header #logo .logo {
    padding: 0 !important
  }
  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
    background: transparent !important;
    box-shadow: none !important
  }
  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item, #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item .menu-attractions-container {
    margin-top: 0 !important;
    width: 100% !important;
    text-align: center !important
  }
  html body li.mega-menu-item .mega-sub-menu .widget_nav_menu ul {
    padding-left: 0 !important
  }
  html body .hero-container .home-hero-content, html body .title-container .home-hero-content {
    padding: 0 !important
  }
  html body .hero-container .title h1 {
    padding: 0 !important
  }
  #wpadminbar {
    display: none;
  }
  /*menu*/
  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
    z-index: 999;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px 10px;
    -o-border-radius: 0pxpx;
    border-radius: 0px;
    background: transparent !important;
    padding: 20px 3% 20px 3%;
    position: absolute;
    width: 100%;
    border-top: 0px solid #fff;
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
    border-bottom: 0px solid #fff;
    max-width: none;
    left: 0;
    -webkit-box-shadow: 0px rgba(0, 0, 0, 0.2) !important;
    -moz-box-shadow: 0px rgba(0, 0, 0, 0.2) !important;
    -ms-box-shadow: 0px rgba(0, 0, 0, 0.2) !important;
    -o-box-shadow: 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 !important;
  }
  .mega-block-title {
    display: none !important;
  }
  #mega-menu-item-lunaparkcalltoactionheaderwidget-2, #mega-menu-item-lunaparkcalltoactionheaderwidget-5, #mega-menu-item-lunaparkcalltoactionheaderwidget-6, #mega-menu-item-lunaparkcalltoactionheaderwidget-9, #mega-menu-item-lunaparkcalltoactionheaderwidget-10, #mega-menu-item-lunaparkcalltoactionheaderwidget-11 {
    display: none !important;
  }
  .mega-sub-menu {
    text-align: center;
  }
  .owl-prev, .owl-next {
    width: 18%;
  }
}

@media only screen and (max-width: 480px) {
  .owl-prev, .owl-next {
    width: 49%;
    text-align: center;
  }
  .owl-next {
    margin-left: 50%;
  }
  .badge {
    width: 32.7% !important;
  }
  html body .pricing-wrap {
    min-height: auto !important;
  }
  html body .container>.row {
    padding: 0 10px !important
  }
}

@media only screen and (max-width: 360px) {
  .badge {
    width: 100% !important;
  }
  .price-meta .button {
    margin: auto 24%;
  }
  html body .pricing-wrap .price-meta.justify-between {
    justify-content: center;
  }
}

@media only screen and (max-width: 320px) {
  .price-meta .button {
    margin: auto;
  }
}


.op-today, .op-next-period {
  line-height: 2.25em;
  padding-left: 5px
}

.mec-calendar .mec-has-event.mec-no-real-event:after {
  display: none !important
}

.opening_hours_side {
  text-align: center;
  width: 100%;
  display: inline-block;
  text-transform: uppercase
}

/*BLOG*/

.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
  color: #fff;
  background-color: #F50050 !important;
}

.vc_btn3.vc_btn3-shape-rounded {
  border-radius: 0 !important;
}

.vc_gitem_row .vc_gitem-col {
  padding: 20px !important;
}

.byline {
  display: none;
}

.txt-white p {
  color: #fff;
}

.elemento-blog .vc_grid-item h4 {
  font-size: 2em;
  text-transform: uppercase !important;
}

.wpb_column.vc_column_container.vc_col-sm-4 {
  border-left: 1px solid #dfdfdf;
}

.elemento-blog .vc_grid-item .vc_gitem-zone .vc_gitem-zone-c {
  background-color: #f9f6ed !important;
}

.widgettitle {
  font-size: 20px !important;
}

.form-control, .btn {
  border-radius: 0px !important;
}

p.help-block {
  display: none;
}

html body article h3 {
  color: #555;
  /* 
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 10px;
 */
}

.vc_custom_1419328565352, .vc_gitem-zone .vc_gitem-zone-c {
  background-color: #f9f6ed !important;
}

.elemento-blog .vc_gitem-zone.vc_gitem-zone-c {
  background-color: #F9F6ED !important
}

#commentform .form-submit {
  clear: both;
  text-align: right;
}

.beige {
  background-color: #F9F6ED !important;
  margin-bottom: 30px
}

#archivio-blog .screen-reader-text, #categorie-blog-mobile .screen-reader-text {
  display: none !important
}

.mec-single-event .mec-events-event-image {
  display: none !important
}

.event-color {
  display: none !important
}

.mec-event-riassunto {
  clear: both;
  float: left;
  margin-top: 10px
}

.home-news-image {
  max-width: 100% !important
}

.home-news-button {
  font-size: 14px;
  padding: 14px 20px;
  float: left;
  clear: both;
  margin-top: 12px
}

.home .feed-social {
  padding-top: 80px
}

.anr_captcha_field {
  float: right;
  margin: 1em 0
}

@media (max-width: 768px) {
  .only_desktop {
    display: none !important
  }
  .fullwidth_mobile {
    width: 100% !important
  }
  html body header .header-hidden-xs {
    display: block !important;
  }
}

@media (min-width: 769px) {
  .only_mobile {
    display: none !important
  }
}

@media (max-width: 480px) {
  html body .navbar {
    margin-top: 0px;
  }
  html body header .header-hidden-xs {
    display: block !important;
  }
  html body header #logo {
    margin-left: -50px !important;
  }
  .price-meta .button {
    margin: auto !important;
    font-size: 24px !important;
  }
  html body .call-out .title .fa-ticket {
    display: none;
  }
  html body .call-out .title {
    height: auto;
  }
}
div.site-content .vc_row .wpb_column .vc_column-inner .wpb_wrapper .ult-responsive.ult_countdown.ult-cd-no-border.ult-cd-s2 {
  display: none;
}

/* safari fix */
html body #mega-menu-primary>li.mega-menu-item.safari-line-fix {
  margin-left: 170px !important;
}

@media (max-width: 1200px) {
  html body #mega-menu-primary>li.mega-menu-item.safari-line-fix {
    margin-left: 0px !important;
  }
}

html body #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 span.mega-toggle-label {
  display: none;
}


/* video-lightbox-youtube mobile fix */

@media (max-width: 480px) {
.video-lightbox-youtube a {display: block !important; text-align: center !important;}
.video-lightbox-youtube a img {max-width: 320px !important}
}





html body header.fixed .call-out { display: none !important}


.col-md-24 { width: 90% !important}


/* POP UP */

.abril-font  {font-family: 'Abril Fatface', cursive !important;}
.libre-font  {font-family: 'Libre Franklin', sans-serif !important;}


