@charset "UTF-8";
#todayTimeBox {
  background: rgba(255, 255, 255, 0.8);
  bottom: 0;
  color: #333;
  /* max-height: 30vw; */
  overflow: hidden;
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 20;
  z-index: 10000000000;
  width: 100%;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
}
#todayTimeBox .centerIt {
  padding: 0px 0 0px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#todayTimeBox .flexWrap {
  padding-left: 154px;
  justify-content: left;
}
#todayTimeBox .centerIt {
  padding: 19px 0 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#todayTimeBox ul li {
  display: inline-block;
  line-height: 1.3em;
  margin: 0 0 0px;
  position: relative;
  width: 100%;
}
#todayTimeBox ul li a {
  color: #ffffff;
  color: #58585a;
  display: inline-block;
  padding-left: 25px;
  position: relative;
  vertical-align: top;
}
#todayTimeBox ul li a:hover {
  opacity: 1;
}
#todayTimeBox ul li a:before {
  /* background: #fff; */
  border-radius: 50%;
  color: #fff;
  color: #58585a;
  content: '';
  display: inline-block;
  font-family: fontello;
  font-weight: normal;
  height: 17px;
  left: 0;
  line-height: 17px;
  position: absolute;
  margin: 0;
  text-align: center;
  top: 2px;
  width: 17px;
}
#todayTimeBox .col {
  display: inline-block;
  padding-right: 20px;
  /*width: 67%;*/
}
#todayTimeBox #openingWrap.col {
  display: none;
  /*width: 33%;*/
}
#todayTimeBox .headline {
  color: #ffffff;
  color: #58585a;
  font-family: "klavikabold_italic", Verdana, sans-serif;
  font-size: 1.5em;
  font-weight: normal;
  /*font-style: italic;*/
  line-height: 1.1em;
  margin-top: 8px;
  margin-bottom: 7px;
}
#todayTimeBox p {
  font-size: 1.2em;
}
#whatsUpToday, #guidesWrap {
  /*max-width: 35%;*/
  max-width: 50%;
}
#whatsUpToday li {
  position: relative;
  width: 100%;
}
#whatsUpToday .btnLink {
  margin-left: 10px;
}
.opened_todayTimeBox #todayTimeBox {
  height: auto;
  padding: 30px;
}
button#todayTimeBtn, button#todayTimeBtn_tmp {
  background: none;
  border: none;
  color: #fff;
  font-family: 'klavika_regularbold', sans-serif;
  font-size: 1em;
  height: auto;
  letter-spacing: normal;
  line-height: 1em;
  margin: 0;
  outline: none;
  padding: 0 70px 0 30px;
  text-decoration: none;
  text-transform: none;
  width: auto;
  text-align: left;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  bottom: 30px;
  z-index: 1;
  left: 30px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  font-size: 2.25em;
}
button#todayTimeBtn:before, button#todayTimeBtn_tmp:before {
  font-size: 0.5em;
  line-height: 1em;
  top: 9px;
  position: absolute;
  left: 0px;
}
@media (max-width: 600px) {
  button#todayTimeBtn, button#todayTimeBtn_tmp {
    font-size: 1.8em;
    left: 20px;
  }
}
button#todayTimeBtn.active:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 1;
}
.sliderWrap .item.textpos-1 .textWrap {
  display: none;
}
.closeBtn {
  color: #58585a;
  cursor: pointer;
  display: block;
  font-size: 42px;
  height: 25px;
  line-height: 50px;
  padding: 16px 5px;
  position: absolute;
  text-align: center;
  right: 0;
  top: -20px;
  width: 50px;
  z-index: 999;
}
@media (max-width: 767px) {
  .closeBtn {
    font-size: 31px;
  }
}
.closeBtn:active, .closeBtn:link, .closeBtn:focus, .closeBtn:focus-visible, .closeBtn:visited {
  background: transparent;
  color: #f18800;
  outline: none;
  box-shadow: none;
  opacity: 1;
}
.closeBtn span.bars {
  background: #58585a;
  display: block;
  height: 3px;
  width: 25px;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.closeBtn span.bars.top, .closeBtn span.bars.bottom {
  content: "";
  position: relative;
}
.closeBtn span.bars.top {
  top: -7px;
}
.closeBtn span.bars.bottom {
  bottom: -7px;
}
.closeBtn:hover span.bars.middle, .closeBtn:hover span.bars.top, .closeBtn:hover span.bars.bottom {
  background: #000000;
}
.opened_todayTimeBox .closeBtn span.bars.middle {
  opacity: 0;
}
.opened_todayTimeBox .closeBtn span.bars.top {
  content: "";
  position: relative;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  top: 3px;
  bottom: 0;
}
.opened_todayTimeBox .closeBtn span.bars.bottom {
  right: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  top: -3px;
  bottom: 0;
}
