.resort-details .event-description:before,
.resort-details .event-description:after,
.resort-details .resort-description:before,
.resort-details .resort-description:after {
  content: " ";
  display: table;
}
.resort-details .event-description:after,
.resort-details .resort-description:after {
  clear: both;
}
/* ###### Event details ###### */
.main-body.summer .resort-title {
  color: #728b0a;
}
.main-body.summer .resort-link {
  background-color: rgba(140, 170, 11, 0.6);
  border: 2px solid #8caa0b;
}
.main-body.winter .resort-title {
  color: #0ebed9;
}
.main-body.winter .resort-link {
  background-color: rgba(14, 190, 217, 0.6);
  border: 2px solid #0ebed9;
}
.resort-details .back-to-resorts {
  color: #a6a6a6;
  font-family: LatoRegular;
  font-size: 14px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.resort-details .resort-title {
  position: relative;
  top: 10%;
  /*left: 50%;*/
  /*transform: translateX(-50%);*/
  opacity: 0.6;
  color: #728b0a;
  font-size: 6vw;
  font-family: LatoBold;
  display: block;
  text-align: center;
}
.resort-details .resort-location {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-family: LatoRegular;
  font-size: 2em;
}
.resort-details .resort-link {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
  background: transparent;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  padding: 0 30px;
  font-family: LatoBold;
  font-size: 14px;
  display: inline-block;
  color: #fff;
}
.resort-details .ticket-search {
  float: right;
  padding: 5px 0;
}
.resort-details .ticket-search input {
  min-width: 240px;
}
.resort-details .ticket-info {
  position: relative;
  float: right;
  margin-left: 20px;
  font-size: 14px;
}
.resort-details .ticket-info .ticket-id-label {
  margin-bottom: 2px;
}
.resort-details .ticket-info .ticket-id-value {
  font-weight: bold;
}
.resort-details .ticket-info .close-btn {
  position: absolute;
  top: 0px;
  right: 0;
  background: #ccc;
  border-radius: 50%;
  width: 17px;
  height: 17px;
}
.resort-details .ticket-info .close-btn span {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -7px;
  margin-top: -8px;
  display: block;
  font-size: 15px;
  color: #fff;
}
.resort-details .ticket-info .ticket-info-icon {
  float: left;
  font-size: 24px;
  margin-right: 10px;
}
.resort-details .ticket-info .ticket-info-content {
  float: left;
}
.resort-details .event-selector {
  font-size: 48px;
  margin: 20px 0 40px;
}
.resort-details .event-selector .icon-dropdown {
  font-size: 18px;
}
.resort-details .tabs {
  margin-bottom: 30px;
}
.resort-details .tabs .tab {
  float: left;
  position: relative;
}
.resort-details .tabs .tab a {
  display: block;
  padding: 7px 40px;
  font-size: 24px;
  outline: none;
}
.resort-details .tabs .tab.active a {
  background: rgba(133, 139, 155, 0.3);
  border-radius: 30px;
  color: #fff;
}
.resort-details .tabs .tab.active .corner {
  display: block;
}
.resort-details .tabs .tab .corner {
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: transparent;
  border-top-color: rgba(133, 139, 155, 0.3);
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -7px;
}
.resort-details .tabs .tab-mobile {
  float: left;
  position: relative;
}
.resort-details .tabs .tab-mobile a {
  display: block;
  padding: 7px 12px;
  font-size: 24px;
  outline: none;
}
.resort-details .tabs .tab-mobile.active a {
  background: rgba(133, 139, 155, 0.3);
  border-radius: 30px;
  color: #fff;
}
.resort-details .tabs .tab-mobile.active .corner {
  display: block;
}
.resort-details .tabs .tab-mobile .corner {
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: transparent;
  border-top-color: rgba(133, 139, 155, 0.3);
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -7px;
}
.resort-details .resort-header {
  width: 100%;
  height: 500px;
  margin-bottom: 100px;
  overflow: hidden;
  position: relative;
}
.resort-details .resort-header .event-image {
  transition: opacity 1s;
  transform: translate3d(0, 0, 0);
  width: 100%;
  height: 100%;
  opacity: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.resort-details .resort-header .event-image.loaded {
  opacity: 1;
}
.resort-details .resort-header .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to top, transparent 0%, white 100%);
}
.resort-details .report-head {
  font-family: Roboto;
  font-weight: 300;
}
.resort-details .report-head:before,
.resort-details .report-head:after {
  content: " ";
  display: table;
}
.resort-details .report-head:after {
  clear: both;
}
.resort-details .report-head:before,
.resort-details .report-head:after {
  content: " ";
  display: table;
}
.resort-details .report-head:after {
  clear: both;
}
.resort-details .report-head .head {
  float: left;
  font-size: 58px;
  color: #4D5658;
}
.resort-details .report-head .calendar {
  font-size: 18px;
  line-height: 25px;
  width: 190px;
  float: right;
}
.resort-details .report-head .calendar img {
  padding-right: 10px;
  position: relative;
}
.resort-details .report-head .calendar .date {
  font-family: Roboto;
  font-weight: 400;
  font-size: 24px;
}
.resort-details .arrow {
  width: 28px;
  height: 54px;
  z-index: 200;
  position: absolute;
  top: 50%;
  cursor: pointer;
  opacity: .6;
}
.resort-details .arrow:hover {
  opacity: 1;
}
.resort-details .arrow.arrow-left {
  background: url(/images/icon_arrow_left.png) no-repeat center center;
  left: -28px;
}
.resort-details .arrow.arrow-right {
  background: url(/images/icon_arrow_right.png) no-repeat center center;
  left: 100%;
}
.resort-details .report-body {
  position: relative;
  border-top: 1px solid #EEE;
}
.resort-details .report-body .chart {
  width: 100%;
  height: 419px;
  position: relative;
}
.resort-details .report-body .chart canvas {
  z-index: 100;
  width: 100%;
  height: 100%;
  transform: translateZ(0);
  position: absolute;
  top: 0;
  left: 0;
}
.resort-details .report-body .information {
  padding: 0;
  height: 419px;
  z-index: 150;
  position: relative;
}
.resort-details .report-body .information .item {
  width: 10%;
  height: 100%;
  display: inline-block;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  position: relative;
}
.resort-details .report-body .information .item.first {
  border-left: none;
}
.resort-details .report-body .information .item.hovered {
  background-color: rgba(23, 195, 228, 0.1);
}
.resort-details .report-body .information .item .date-item {
  width: inherit;
  height: 90px;
  color: #4D5658;
  text-align: center;
  font-family: Roboto;
  font-weight: 300;
  font-size: 24px;
  display: table-cell;
  vertical-align: middle;
}
.resort-details .report-body .information .item .past {
  opacity: 0.5;
}
.resort-details .report-body .information .item strong {
  font-family: Roboto;
  font-weight: 400;
  font-size: 38px;
  display: block;
  margin-top: -5px;
  line-height: 38px;
}
.resort-details .report-body .information .item .month {
  display: block;
  text-align: center;
  font-size: .7em;
  margin-top: -10px;
}
.resort-details .report-body .information .item .gift-indicator-panel {
  height: 80%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.resort-details .report-body .information .item .gift-indicator-panel .gift-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  font-size: 30px;
  line-height: 30px;
  color: #16C3E3;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.resort-details .report {
  display: none;
}
.resort-details .report.active {
  display: block;
}
.resort-details .trigger {
  display: none;
}
.resort-details .trigger.active {
  display: block;
}
.resort-details .event-description,
.resort-details .resort-description {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  font-family: Roboto;
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  text-align: left;
  color: #4D5658;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .resort-details .event-description,
  .resort-details .resort-description {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .resort-details .event-description,
  .resort-details .resort-description {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .resort-details .event-description,
  .resort-details .resort-description {
    width: 1170px;
  }
}
.resort-details .event-description.mobile,
.resort-details .resort-description.mobile {
  font-size: 12px;
  margin-top: 40px;
}
.resort-details .parameters {
  background-color: rgba(36, 39, 40, 0.89);
  width: 100%;
  padding: 10px 0;
  position: relative;
}
.resort-details .parameters .forecast-copyright {
  color: #fff;
  opacity: .3;
  position: absolute;
  left: 10px;
  bottom: 10px;
  text-align: left;
  font-size: 12px;
  line-height: 15px;
}
.resort-details .parameters .forecast-copyright a {
  color: #fff;
}
.resort-details .parameters .forecast-copyright a:hover {
  text-decoration: underline;
}
.resort-details .parameters .container {
  padding: 0 35px;
}
.resort-details .parameters .cursor-info {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 11px;
  padding-right: 11px;
  text-align: center;
  padding-top: 10px;
}
@media (min-width: 768px) {
  .resort-details .parameters .cursor-info:first-child {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 768px) {
  .resort-details .parameters .cursor-info {
    float: left;
    width: 16.66666667%;
  }
}
.resort-details .parameters .cursor-info .icon {
  margin-right: 10px;
  height: 40px;
  width: 40px;
  float: left;
}
.resort-details .parameters .cursor-info .font-icon {
  float: left;
  margin-right: 10px;
  color: #fff;
  font-size: 32px;
}
.resort-details .parameters .cursor-info .parameter-label {
  text-align: left;
  font-size: 12px;
  font-family: Roboto;
  font-weight: 400;
  color: #fff;
  float: left;
}
.resort-details .parameters .cursor-info .parameter-label .parameter-title {
  color: #8a8a8a;
  margin-bottom: 8px;
}
.resort-details .parameters .cursor-info .parameter-label .parameter-value {
  line-height: 27.76px;
  color: #fff;
  float: left;
  margin-top: -7px;
  margin-right: 5px;
  font-size: 30px;
}
.resort-details .parameters .cursor-info .parameter-label .parameter-value.big {
  font-size: 45px;
  line-height: 48px;
}
.resort-details .parameters .cursor-info .parameter-label .parameter-value.small {
  font-size: 24px;
}
.resort-details .parameters .cursor-info .parameter-label .parameter-unit {
  color: #fff;
  padding-top: 6px;
  float: left;
}
.resort-details .parameters .cursor-info .parameter-label .parameter-unit.big {
  margin-top: -7px;
  padding-top: 0px;
  font-size: 30px;
  line-height: 27.76px;
}
.resort-details .parameters .cursor-info .parameter-label .parameter-unit.top {
  padding-top: 2px;
  line-height: 11px;
}
.resort-details .parameters .cursor-info .parameter-label .parameter-unit.small {
  padding-top: 3px;
}
.resort-details .footer {
  border-top: none;
}
/* ###### END Event details ###### */
.resort-details-mobile .back-to-resorts {
  color: #a6a6a6;
  font-family: LatoRegular;
  font-size: 14px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.resort-details-mobile .resort-title {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.6;
  color: #728b0a;
  font-size: 4em;
  font-family: LatoBold;
  text-align: center;
  line-height: 1em;
}
.resort-details-mobile .resort-location {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translateX(-50%);
  font-family: LatoRegular;
  font-size: 1.5em;
  text-align: center;
}
.resort-details-mobile .resort-link {
  display: none;
  top: 70%;
}
.resort-details-mobile .read-more {
  top: 440px;
}
.resort-details-mobile .report-head .head {
  font-size: 38px;
}
.resort-details-mobile .resort-header {
  height: 400px;
}
.resort-details-mobile .infobox {
  width: 230px;
  height: 210px;
  top: 0;
}
.resort-details-mobile .parameters .container {
  padding: 0 15px;
}
.resort-details-mobile .parameters .parameter-box {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
}
.resort-details-mobile .parameters .parameter-box:before,
.resort-details-mobile .parameters .parameter-box:after {
  content: " ";
  display: table;
}
.resort-details-mobile .parameters .parameter-box:after {
  clear: both;
}
.resort-details-mobile .parameters .parameter-box:before,
.resort-details-mobile .parameters .parameter-box:after {
  content: " ";
  display: table;
}
.resort-details-mobile .parameters .parameter-box:after {
  clear: both;
}
.resort-details-mobile .parameters .parameter-box.temperature .parameter-icon {
  margin-right: 0;
}
.resort-details-mobile .parameters .parameter-box.temperature .parameter-unit {
  margin-left: 34px;
}
.resort-details-mobile .parameters .parameter-box .parameter-icon {
  float: left;
  font-size: 32px;
  margin-right: 7px;
  margin-top: 15px;
}
.resort-details-mobile .parameters .parameter-box .parameter-value {
  float: left;
  font-size: 48px;
}
.resort-details-mobile .parameters .parameter-box .parameter-value sup {
  top: -0.35em;
}
.resort-details-mobile .parameters .parameter-box .parameter-unit {
  line-height: 11px;
  margin-left: 41px;
}
.resort-details-mobile .parameters .parameter-box .parameter-unit:before,
.resort-details-mobile .parameters .parameter-box .parameter-unit:after {
  content: " ";
  display: table;
}
.resort-details-mobile .parameters .parameter-box .parameter-unit:after {
  clear: both;
}
.resort-details-mobile .parameters .parameter-box .parameter-unit:before,
.resort-details-mobile .parameters .parameter-box .parameter-unit:after {
  content: " ";
  display: table;
}
.resort-details-mobile .parameters .parameter-box .parameter-unit:after {
  clear: both;
}
