/*
	App styles
*/
/*@import "forms";*/
body, form input, form textarea {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*:focus {
  outline: none !important;
}

body {
  padding: 0;
  margin: 0;
}

.container-header {
  height: 400px;
  background-color: #000;
  background-image: url("/images/tpl/2023/header-2023.jpg");
  background-repeat: no-repeat;
  background-size: 1024px auto;
  background-position: center top;
}

.container-bricks {
  min-height: 70vh;
  background-color: #000;
}

.nav-section ul {
  list-style: none;
  margin: 40px 0 0 0;
  padding: 0;
  text-align: center;
}
.nav-section ul li {
  display: inline-block;
  margin: 0 1px 0px 1px;
  padding: 0;
}
.nav-section ul li a {
  display: inline-block;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
}
.nav-section ul li a span {
  display: none;
}
.nav-section ul li.link-home a {
  width: 92px;
  background-image: url("/images/tpl/nav/home-a.png");
}
.nav-section ul li.link-home a:hover, .nav-section ul li.link-home a.active {
  background-image: url("/images/tpl/nav/home-b.png");
}
.nav-section ul li.link-lineup a {
  width: 88px;
  background-image: url("/images/tpl/nav/lineup-a.png");
}
.nav-section ul li.link-lineup a:hover, .nav-section ul li.link-lineup a.active {
  background-image: url("/images/tpl/nav/lineup-b.png");
}
.nav-section ul li.link-schedule a {
  width: 92px;
  background-image: url("/images/tpl/nav/schedule-a.png");
}
.nav-section ul li.link-schedule a:hover, .nav-section ul li.link-schedule a.active {
  background-image: url("/images/tpl/nav/schedule-b.png");
}
.nav-section ul li.link-practical a {
  width: 108px;
  background-image: url("/images/tpl/nav/practical-a.png");
}
.nav-section ul li.link-practical a:hover, .nav-section ul li.link-practical a.active {
  background-image: url("/images/tpl/nav/practical-b.png");
}
.nav-section ul li.link-foundation a {
  width: 136px;
  background-image: url("/images/tpl/nav/foundation-a.png");
}
.nav-section ul li.link-foundation a:hover, .nav-section ul li.link-foundation a.active {
  background-image: url("/images/tpl/nav/foundation-b.png");
}
.nav-section ul li.link-about a {
  width: 123px;
  background-image: url("/images/tpl/nav/about-a.png");
}
.nav-section ul li.link-about a:hover, .nav-section ul li.link-about a.active {
  background-image: url("/images/tpl/nav/about-b.png");
}
.nav-section ul li.link-contact a {
  width: 95px;
  background-image: url("/images/tpl/nav/contact-a.png");
}
.nav-section ul li.link-contact a:hover, .nav-section ul li.link-contact a.active {
  background-image: url("/images/tpl/nav/contact-b.png");
}
.nav-section ul li.link-stages a {
  width: 93px;
  background-image: url("/images/tpl/nav/stages-a.png");
}
.nav-section ul li.link-stages a:hover, .nav-section ul li.link-stages a.active {
  background-image: url("/images/tpl/nav/stages-b.png");
}

.page-title-section {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.page-title-section img {
  height: 80px;
}
.page-title-section .hidden {
  display: none;
}

.page-text-section h2, .page-text-section h3, .page-text-section h4, .page-text-section h5, .page-text-section h6 {
  margin-bottom: 16px;
}
.page-text-section p {
  line-height: 150%;
  margin-bottom: 30px;
}
.page-text-section ul {
  margin-bottom: 30px;
}
.page-text-section ul li {
  margin-bottom: 10px;
  line-height: 150%;
}

.page-blog-section .item-image {
  display: block;
  position: relative;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  filter: sepia(0);
}
.page-blog-section .item-image:hover {
  filter: sepia(55%);
}
.page-blog-section .item-image.big-square {
  min-height: 470px;
  margin-bottom: 10px;
}
.page-blog-section .item-image.small-square {
  min-height: 250px;
  margin-bottom: 10px;
}
.page-blog-section .item-image.rectangle {
  min-height: 250px;
  margin-bottom: 12px;
}
.page-blog-section .item-image .image {
  display: none;
}
.page-blog-section .item-image .image img {
  display: none;
  max-width: 100%;
}
.page-blog-section .item-text {
  display: block;
  text-decoration: none;
  margin-bottom: 50px;
}
.page-blog-section .item-text .copyright {
  display: block;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  font-size: 12px;
  font-style: italic;
  margin-bottom: 8px;
}
.page-blog-section .item-text .caption {
  display: block;
  max-width: 92%;
  color: #fff;
  text-shadow: 3px 3px 4px #000;
}
.page-blog-section .item-text .caption .date {
  display: block;
  font-size: 14px;
  text-decoration: none;
  margin-bottom: 8px;
}
.page-blog-section .item-text .caption .title {
  display: block;
  font-size: 26px;
  font-weight: normal;
  line-height: 120%;
  text-decoration: underline;
}
.page-blog-section .item-text .caption .title:hover {
  text-decoration: none;
}

.page-blog-detail-section {
  padding-top: 60px;
}
.page-blog-detail-section .title {
  font-size: 50px;
  font-weight: normal;
  padding-bottom: 20px;
}
.page-blog-detail-section .post-image {
  padding-bottom: 20px;
}
.page-blog-detail-section .post-image img {
  max-width: 100%;
}
.page-blog-detail-section .post-image .copyright {
  text-align: right;
  font-size: 12px;
  font-style: italic;
  margin: 6px 3px 0 0;
}
.page-blog-detail-section .post-desc {
  padding-top: 40px;
  padding-bottom: 40px;
}
.page-blog-detail-section .post-desc p {
  line-height: 150%;
}
.page-blog-detail-section .post-media {
  padding-bottom: 40px;
}
.page-blog-detail-section .post-media iframe {
  max-width: 100% !important;
}

.page-lineup-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-lineup-section ul li {
  width: 100%;
  padding: 2px 0;
  margin: 0;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
}
.page-lineup-section ul li:nth-of-type(odd) {
  transform: rotate(-1deg);
}
.page-lineup-section ul li:nth-of-type(even) {
  transform: rotate(1deg);
}
.page-lineup-section ul li a {
  color: #fff;
  background-color: #000;
  text-decoration: none;
  padding: 5px 7px;
}
.page-lineup-section ul li a:hover {
  text-decoration: underline;
}

.page-band-section {
  padding-top: 60px;
}
.page-band-section .title {
  font-size: 50px;
  font-weight: normal;
}
.page-band-section .band-image {
  padding-bottom: 20px;
}
.page-band-section .band-image img {
  max-width: 100%;
}
.page-band-section .band-image .copyright {
  text-align: right;
  font-size: 12px;
  font-style: italic;
  margin: 6px 3px 0 0;
}
.page-band-section .band-perform {
  font-size: 20px;
  line-height: 150%;
  padding-bottom: 30px;
}
.page-band-section .band-perform div {
  padding-bottom: 10px;
}
.page-band-section .band-perform div span {
  padding-bottom: 3px;
  border-bottom: 1px solid #000;
}
.page-band-section .band-desc {
  padding-top: 40px;
  padding-bottom: 40px;
}
.page-band-section .band-desc p {
  line-height: 150%;
}
.page-band-section .band-media {
  padding-bottom: 40px;
}
.page-band-section .band-media iframe {
  max-width: 100% !important;
}

.page-schedule-section ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 20px;
}
.page-schedule-section ul li {
  padding: 0;
  margin: 0 0 6px 0;
}
.page-schedule-section ul li h2, .page-schedule-section ul li h3, .page-schedule-section ul li h4 {
  font-weight: normal;
  padding: 0 0 10px 0;
  margin: 0;
}
.page-schedule-section ul.schedule-block > li.date {
  margin-bottom: 50px;
  border-bottom: 1px solid #000;
}
.page-schedule-section ul.schedule-block > li.date > ul > li.stage {
  margin-bottom: 30px;
}
.footer-section {
  padding-top: 120px;
  padding-bottom: 20px;
  text-align: center;
}
.footer-section img {
  max-width: 100%;
}

/*
	Responsive breakpoints
 */
@media (max-width: 767.98px) {
  .container-header {
    height: 320px;
    background-image: url("/images/tpl/2023/header-mobile-2023.jpg");
    background-repeat: no-repeat;
    background-size: 300px 300px;
    background-position: center top;
  }
}

/*# sourceMappingURL=app-base.css.map */
