@media (min-width: 1480px) {
  .container {
    min-width: 1400px;
  }
}
.ipsApp .navigation-wrapper{
  /*position: relative;*/
  transition: all .4s linear;
}
.ipsApp .navigation-wrapper.sticky{
  position: fixed;
  width: 100%;
  z-index: 10;
}
/*.ipsApp .navigation-wrapper.sticky+div{
margin-top: 70px;
}*/
@media(max-width: 640px){
  .ipsApp .navigation-wrapper{
    position: fixed;
  }
}
.ipsNavigation_main .ipsNavigation_language .ipsFlag{
  margin-top: 25px;
}
#common_menu {
  display: none;
}
.ipsNavigation_main {
  background: transparent !important;
}
.ipsNavigation_main li:not(.ipsNavigation_language) {
  display: none;
}
*::-webkit-scrollbar-track {
  background-color: #d9f0fd;
  border-radius: 1px;
}
*::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #d9f0fd;
}
*::-webkit-scrollbar-thumb {
  border-radius: 1px;
  background-color: #1B1AA6 /*background-color: #07489d;*/;
}
.scroll-container + footer {
  display: none;
}
.play-on-pc {
  position: absolute;
  right: 0;
  bottom: 15vh;
  z-index: 10;
}
.play-on-pc a {
  display: block;
  width: 250px;
  padding-bottom: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  opacity: 0.6;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  cursor: pointer;
}
.play-on-pc a:hover {
  opacity: 1;
}
@media (max-width: 1024px) {
  .play-on-pc a {
    width: 170px;
  }
}
@media (max-width: 640px) {
  .play-on-pc {
    bottom: 10vh;
  }
  .play-on-pc a {
    width: 100px;
  }
}
.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}
.ratio-16x9:before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio-16x9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.video img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  cursor: pointer;
  transition: all 0.2s linear;
}
.video:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url("../src/play-button.svg");
  background-size: 90px auto;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  cursor: pointer;
  transition: all 0.2s linear;
}
.video:hover:after {
  opacity: 0.8;
}
.video.videoWrapperActive:after {
  opacity: 0;
  display: none;
}
.video.videoWrapperActive img {
  display: none;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
html,
body {
  overflow-x: hidden;
  overflow-y: auto;
}
body.ipsApp {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 1.5;
  background: linear-gradient(180deg, #1917A6 0%, #1B1AA6 28%, #1049CC 50%, #1049CC 75%, #008AFF 100%);
}
body.ipsApp * {
  box-sizing: border-box;
}
body.ipsApp h1,
body.ipsApp .asH1 {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 42px;
  font-weight: 600;
  text-shadow: none;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  body.ipsApp h1,
  body.ipsApp .asH1 {
    font-size: 34px;
  }
  body.ipsApp .top-navigation__language .ipsFlag {
    transform: translateY(8px);
    margin: auto;
  }
}
body.ipsApp h2 {
  text-shadow: none;
}
@media (max-width: 768px) {
  body.ipsApp h2 {
    font-size: 24px;
  }
}
body.ipsApp p {
  font-size: 17px;
  color: #d7e9fc;
}
@media (max-width: 1280px) {
  body.ipsApp p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  body.ipsApp p {
    font-size: 15px;
  }
}
body.ipsApp .section p a {
  text-decoration: underline;
  color: #BDE3FF;
}
body.ipsApp .section p a:hover {
  color: #fff;
  text-decoration: none;
}
body.ipsApp .map {
  position: relative;
}
body.ipsApp .map-wrapper {
  transition: all 0.2s linear;
}
@media (max-width: 768px) {
  body.ipsApp .map-wrapper {
    max-height: 600px;
  }
}

body.ipsApp .map-wrapper.draggable {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
body.ipsApp .map-wrapper .event {
  cursor: pointer;
  transition: all 0.2s linear;
}
body.ipsApp .map-wrapper svg {
  /*height: 100%;*/
  max-width: 100%;
}
body.ipsApp .map-wrapper svg .active {
  stroke: white;
  filter: url(#active);
  z-index: 1;
}
body.ipsApp .map-wrapper svg .hover {
  stroke: white;
  filter: url(#shadow);
  z-index: 1;
}
@media(max-width: 480px){
  body.ipsApp .map-wrapper{
    position: relative;
    width: 100%;
    padding-bottom: 70%;
    overflow: hidden;
  }
  body.ipsApp .map-wrapper svg {
    max-width: 123%;
    position: absolute;
    top: 0;
    left: -54%;
    right: -50%;
    margin: auto;
  }
}
body.ipsApp .map-details {
  position: absolute;
  top: 100px;
  left: 200px;
  color: #fff;
  width: 340px;
  font-size: 14px;
  padding: 15px 25px;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  transition: all 0.2s linear;
  z-index: 10;
}
body.ipsApp .map-details:before {
  content: '';
  display: block;
  position: absolute;
  background-color: #2842FB;
  width: 10px;
  height: 10px;
  top: calc(50% - 5px);
  left: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.ipsApp .map-details.show {
  visibility: visible;
  opacity: 1;
}
body.ipsApp .map-details .close {
  position: absolute;
  top: 30px;
  right: 25px;
  width: 17px;
  height: 17px;
  background-image: url(//ips4-wowslegends-global.gcdn.co/pages_media/57_84c1e40ea0e759e3f1505eb1788ddf3c_close_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  font-size: 0;
  border: none;
  opacity: 0.6;
  transition: all 0.2s linear;
  outline: none;
  z-index: 1;
  cursor: pointer;
}
body.ipsApp .map-details .close:hover {
  opacity: 0.9;
}
body.ipsApp .map-details.right:before {
  left: auto;
  right: 5px;
}
body.ipsApp .map-details.noarrow {
  width: 100%;
  padding: 0 14px;
}
body.ipsApp .map-details.noarrow:before {
  display: none;
}
body.ipsApp .map-details.noarrow .close {
  display: block;
}
body.ipsApp .map-details .btn,
body.ipsApp .map-details a.btn{
  font-size: 13px;
  text-decoration: none!important;
  font-weight: bold;
  background: #ff8d17;
  border-radius: 0;
  transition: all .2s linear;
}
body.ipsApp .map-details .btn:hover,
body.ipsApp .map-details .btn:active{
  filter: brightness(1.2);
}
body.ipsApp .map-details .title {
  display: block;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
}
body.ipsApp .map-details .body {
  margin: 0 -15px;
  padding: 20px;
  background-color: #2842FB;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
  transition: all .2s linear;
}
body.ipsApp .map-details .body h3 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
body.ipsApp .map-details .body p {
  font-size: 14px;
}
body.ipsApp .map-details .body a{
  color: #fff;
  text-decoration: underline;
  transition: all .2s linear;
}
body.ipsApp .map-details .body a:hover{
  text-decoration: none;
}
body.ipsApp .map-details .body .dates{
  font-size: 13px;
  background: rgba(0, 0, 0, .1);
  padding: 20px 20px 10px;
  width: calc( 100% + 40px);
  margin: 14px -20px 14px;
}
body.ipsApp .map-details .body img {
  width: 15px;
  margin-top: 2px;
}
@media(max-width: 992px){
  body.ipsApp .map-details{
    position: relative;
    top: 0;
  }
  body.ipsApp .map-details:not(.show){
    max-height: 0;
    overflow: hidden;
  }
  body.ipsApp .map-details .body{
    box-shadow: none;
    background-color: #0b2182;
  }
  body.ipsApp .map-details .close{
    top: 20px;
    right: 20px;
  }
}

.ipsApp p {
  margin: 0;
  padding-bottom: 1rem;
}
.fullpage .ipsApp .ipsButton {
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #fff;
  width: 180px;
  height: 56px;
  margin: 0 10px 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  font-size: 17px;
  transition: all 0.2s linear;
}
.fullpage .ipsApp .ipsButton:hover {
  color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  filter: brightness(1.2);
}
.fullpage .ipsApp .ipsButton .wrap {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.fullpage .ipsApp .ipsButton-ps {
  background: #003d91;
}
.fullpage .ipsApp .ipsButton-ps img {
  max-width: 22px;
  margin-right: 10px;
}
.fullpage .ipsApp .ipsButton-xbox {
  background: #51a81b;
}
.fullpage .ipsApp .ipsButton-xbox img {
  max-width: 22px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .fullpage .ipsApp .ipsButton {
    width: 128px;
    margin: 0 5px 10px;
  }
  .fullpage .ipsApp .ipsButton-xbox,
  .fullpage .ipsApp .ipsButton-ps {
    font-size: 0;
    height: 44px;
  }
}
.ipsApp .scroll-thumb {
  position: relative;
  animation: updown 2s linear infinite;
  -webkit-animation: updown 2s linear infinite;
  -moz-animation: updown 2s linear infinite;
  display: block;
  width: 20px;
  height: 20px;
  margin: 40px auto 0;
  padding: 20px;
  background-image: url(//ips4-wowslegends-global.gcdn.co/pages_media/30_arrow.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  left: 0;
  right: 0;
  z-index: 10;
}
*[data-toggle="collapse"] {
  display: flex;
  flex-direction: row;
}
*[data-toggle="collapse"] .arrow {
  display: inline-block;
  margin-left: 4px;
  width: 12px;
  height: 7px;
  background-image: url("../src/arrow-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  transition: all 0.2s linear;
}
*[data-toggle="collapse"] span {
  display: inline-block;
  color: #fff;
  font-weight: 500;
}
*[data-toggle="collapse"] span.show {
  display: none;
}
*[data-toggle="collapse"].collapsed .arrow {
  transform: rotate(0deg);
}
*[data-toggle="collapse"].collapsed span {
  display: none;
}
*[data-toggle="collapse"].collapsed span.show {
  display: inline-block;
}
.fullpage>.container {
  margin-bottom: 140px;
}
@media (max-width: 768px) {
  .fullpage>.container {
    margin-bottom: 60px;
  }
}
.section p {
  color: #fff;
}
.section h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 46px;
  color: #76FF02;
  margin-bottom: 40px;
}
@media (max-width: 1280px) {
  .section h2 {
    font-size: 34px;
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .section h2 {
    font-size: 30px;
    margin-bottom: 34px;
  }
}
@media (max-width: 768px) {
  .section h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.section.main {
  display: flex;
  position: relative;
  height: 100vh;
  min-height: 900px;
  overflow: hidden;
}
.section.main .video-wrap {
  /*position: relative;*/
}
.section.main .video-wrap:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(27, 25, 166, 0) 0%, #1b1aa6 100%);
  bottom: -1px;
  z-index: 0;
}
.section.main .video-wrap video {
  position: absolute;
  top: 0;
  left: -300%;
  right: -300%;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
}
.section.main .desc {
  position: absolute;
  display: block;
  width: 100%;
  margin: -100px auto 70px;
  z-index: 1;
}
.section.main .desc h1 {
  display: block;
  max-width: 94%;
  margin: 0 auto 1.4rem;
  font-size: 68px;
  line-height: 1.4;
  color: #FEC005;
  text-shadow: -1px -1px 0 #000, 4px -1px 0 #000, -1px 4px 0 #000, 4px 4px 0 #000;
}
@media (max-width: 1600px) {
  .section.main .desc h1 {
    font-size: 54px;
  }
}
@media (max-width: 1280px) {
  .section.main .desc h1 {
    font-size: 48px;
  }
}
@media (max-width: 992px) {
  .section.main {
    min-height: 760px;
  }
  .section.main .desc h1 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .section.main .video-wrap video{
    top: 40px;
    left: -290%;
    height: 60%;
    min-width: auto;
    min-height: auto;
  }
  .section.main .video-wrap:after{
    background: linear-gradient(180deg, rgba(27, 25, 166, 0) 0%, rgba(27, 26, 166, 80%) 20%, #1b1aa6 50%, #1b1aa6 100%);
  }
  .section.main .desc{
    margin: 0 auto 35%;
  }
  .section.main .desc h1 {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  .section.main {
    height: 96vh;
    min-height: 640px;
  }
  .section.main .desc h1 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .section.main .desc .scroll-thumb {
    margin-top: 0;
  }
}
.section.about {
  background-color: #2842FB;
  padding: 100px 0;
}
.section.about .content {
  display: block;
  max-width: 80%;
  margin: auto;
}
.section.about .content p {
  color: #BDE3FF;
}
@media (max-width: 768px) {
  .section.about .content {
    max-width: 96%;
  }
}
@media (max-width: 1280px) {
  .section.about {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .section.about {
    padding: 40px 0;
  }
}
.section.trailer .rock-the-tide {
  width: 90%;
  max-width: 300px;
}
@media (max-width: 480px) {
  .section.trailer .rock-the-tide {
    width: 68%;
  }
}
.section.shedule .head {
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.1);
}
.section.shedule .head .item {
  position: relative;
  border: none;
  padding: 26px 20px;
  background-color: transparent;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 26px;
  cursor: pointer;
  transition: all 0.2s linear;
  align-items: center;
}
.section.shedule .head .item:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 6px;
  bottom: -1px;
  background-color: var(--bgcolor);
  transition: all 0.2s linear;
}
.section.shedule .head .item:not(.collapsed):after {
  width: 100%;
}
.section.shedule .head .item:not(.collapsed),
.section.shedule .head .item:hover {
  background: rgba(255, 255, 255, 0.05);
  border: none;
  box-shadow: none;
  outline: none;
}
@media (max-width: 992px) {
  .section.shedule .head .item {
    font-size: 20px;
    padding: 20px 16px;
  }
}
@media (max-width: 480px) {
  .section.shedule .head .item {
    font-size: 16px;
    padding: 16px 10px;
  }
}
.section.shedule .body {
  border: 1px solid #fff;
  border-top: 0;
}
.section.shedule .body h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  margin-bottom: 15px;
}
.section.shedule .body .info {
  color: #fff;
  margin-bottom: 10px;
}
.section.shedule .body .info .time {
  font-size: 0.94rem;
}
.section.shedule .body .info img {
  max-width: 16px;
}
.section.shedule .body .event-wrap {
  padding: 30px 34px 15px;
}
.section.shedule .body .event-wrap:not(:last-of-type) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
@media (max-width: 992px) {
  .section.shedule .body .event-wrap {
    padding: 30px 24px;
  }
  .section.shedule .body .event-wrap p:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.section.gift .ticket {
  width: 90%;
  max-width: 640px;
}
@media (max-width: 992px) {
  .section.gift .ticket {
    max-width: 400px;
    margin: auto;
  }
}

#ipsLayout_footer:before{
  display: none!important;
}
#ipsLayout_footer .container a, #ipsLayout_footer .container p{
  color: #fff;
}
#ipsLayout_footer .ipsGrid_logo a{
  opacity: .7
}

@keyframes updown {
  0%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
/*# sourceMappingURL=summerfest.css.map */