/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Archivo:wght@100;400&display=swap');
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

@font-face {
  font-family: Archivo Thin;
  src: url('../fonts/Archivo-Thin.ttf');
}


.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Archivo Thin', sans-serif;
  font-weight: 400;
  background-color: #0A0F24;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  overflow-y: auto;
}

/*
@media (min-width: 1800px) { /* boxed view 
  body {
    max-width: 1200px;
    margin: 0 auto;
  }
}
*/

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 16px;
  line-height: 25px;
  color: #2a2a2a;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #141C41;
  font-family: 'Archivo Thin', sans-serif;
}

::selection {
  background: #2a2a2a;
  color: #fff;
}

::-moz-selection {
  background: #2a2a2a;
  color: #fff;
}


@media (min-width: 991px) {
.container { 
  max-width: 90%;
  text-align: left;
  margin: 0px auto;
}
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.main-border-button a {
  font-size: 13px;
  color: #fff;
  border: 1px solid #fff;
  padding: 12px 25px;
  display: inline-block;
  font-weight: 500;
  transition: all .3s;
}

.main-border-button a:hover {
  background-color: #fff;
  color: #2a2a2a;
}

.main-white-button a {
  font-size: 13px;
  color: #2a2a2a;
  background-color: #fff;
  padding: 12px 25px;
  display: inline-block;
  border-radius: 3px;
  font-weight: 600;
  transition: all .3s;
}

.main-white-button a:hover {
  opacity: 0.9;
}

.main-text-button a {
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  transition: all .3s;
}

.main-text-button a:hover {
  opacity: 0.9;
}

h2, h3 {
  font-family: 'Archivo Black';
  font-size: 34px;
  text-transform: uppercase;
  font-size: 3em;
  line-height: 43px;
}

h3 {
  font-size: 28px !important;
}

h5 {
  font-size: 14px !important;
  font-weight: bold;
  color: #69BAD3;
}

.section-heading span {
  font-size: 14px;
  color: #a1a1a1;
  font-style: italic;
  font-weight: 400;
}

/* apply no padding on bootstrap elements (eg. news-page) */
.nopadding {
   padding: 5px !important;
   margin: 0 !important;
}

.modal-content {
  border: 0.5px solid #63B2BF; 
}

.modal-header {
  border: none;
}

.modal-body p {
  color: white;
}

.modal-footer {
  border: none;
}

/* 
---------------------------------------------
colors
--------------------------------------------- 
*/

.navyblue {
  color: #141C41;
}

.bg-navyblue {
  background-color: #141C41;
}

.red {
  color: #D02F4C;
}

.bg-red {
  background: #D02F4C;
}

.babyblue {
  color: #69BAD3;
}

.bg-babyblue {
    background: #69BAD3; 
}

.gray {
  color: gray;
}


.yellow {
  color: #FAB942;
}

.green {
  color: #0C9B7A;
}

.bg-green {
  background: #0C9B7A;
}

.white {
  color: #fff;
}

.darkblue {
  color: #0A0F24
}

.bg-darkblue {
  background-color: #0A0F24
}

.white-link {
  display: inline;
}

.white-link a {
  color: #69BAD3 !important;
}

.blue-link {
  text-decoration: underline;
}

.blue-link a {
  color: #141C41 !important;
}

.blue-link:hover {
  text-decoration: none;
}

.btn-yellow {
  background: url('../img/btn_bg_yellow.png') repeat-x;
  color: black;
  border-radius: 0px;
  border: 0;
  font-weight: bold;
  margin-bottom: 5px !important;
}

.btn-blue {
  background: url('../img/btn_bg_blue.jpg') repeat-x;
  color: white !important;
  border: 0;
  border-radius: 0px;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}

.btn-blue:hover {
  background: url('../img/btn_bg_yellow.png') no-repeat !important;
  color: #0C9B7A !important;
  border: 0;
  border-radius: 0px;
}

.btn-blue-small {
  background: url('../img/btn_bg_blue.jpg') no-repeat;
  color: white;
  margin-left: -1px;
  margin-top: -1px;
  border-radius: 0px;
  font-size: 15px;
  font-weight: bold;
}

.btn-empty {
  color: white;
  border-radius: 0px;
  border: 0;
  font-size: 20px;
  font-weight: bold;
  z-index: 100;
  text-transform: uppercase;
}

.btn-empty:hover {
  background: #69BAD3;
  border-radius: 0px;
  border: 0;
  font-weight: bold;
  text-transform: uppercase;
}


.btn-listen:hover {
  background: #69BAD3;
  color: #FAB942;
  border: 0;
  border-radius: 0px;
}

.btn-newsletter {
  padding: 7px;
}

.btn-newsletter:hover {
  background: #0C9B7A;
  color: #FAB942;
  border: 0;
  border-radius: 0px;
}

.btn-contact:hover {
  background: #D02F4C;
  color: #FAB942;
  border: 0;
  border-radius: 0px;
}

.btn-darkblue {
     background: #0A0F24 !important;
     color: white;
} 

.btn-block {
  width: 100%;
}

.btn-standard {
  color: white;
  margin-right: 5px;
  text-transform: lowercase;
  padding: 0px 15px 0px 15px;
  box-shadow: 0 0 0 0.8px #63B2BF;
  //border: 1px solid white;
  border-radius: 25px;
  background-color: transparent;
  transition: background-color 0.5s;
}

.btn-standard::before {
  content: url('../img/icon_arrow.svg');
  display: inline-block;
  position: relative;
  width: 22px;
  top: -3px;
  left: -8px;
  height: 10px;
  transition: 0.1s ease-in;
}

.btn-standard:hover { 
  color: white;
  background-color: #63B2BF;
}

.btn-standard:hover::before { 
  color: #141C41;
  transform: translateX(20%);
}

.btn-standard:active { 
  color: #63B2BF; 
  background-color: transparent !important;
}

.btn-tickets {
  background: #0C9B7A;
  //margin-left: -30px;
  box-shadow: 0 0 0 0.8px #0C9B7A;
  font-size: 20px;
  border-radius: 25px;
  color: white;
  margin-left: 3px;
  padding: 2px 20px 2px 20px;
  transition: background-color 0.5s;
  white-space: nowrap;
}

.btn-tickets:hover { 
  color: white; 
  background-color: transparent !important;
}

.btn-tickets:active { 
  color: #0C9B7A; 
  background-color: transparent !important;
}


.btn-bigger {
  background: transparent;
  //margin-left: -30px;
  box-shadow: 0 0 0 0.8px #63B2BF;
  font-size: 20px;
  border-radius: 25px;
  color: white;
  margin-left: 3px;
  padding: 2px 20px 2px 20px;
  transition: background-color 0.5s;
  white-space: nowrap;
}

.btn-bigger:hover { 
  color: white; 
  background-color: #63B2BF !important;
}

.btn-bigger:active { 
  color: #63B2BF; 
  background-color: transparent !important;
}

.btn-bigger-active { 
  color: #63B2BF; 
  background-color: transparent !important;
}

.arrow {
  margin-left: 40px !important;
}
.arrow::before {
  content: url('../img/icon_arrow.svg');
  display: inline;
  width: 22px;
  position: absolute;
  left: 15px;
  margin-top: 5px;
  height: 10px;
  transition: 0.1s ease-in;
}

.arrow:hover::before {
  transform: translateX(50%);
}

.line-title {
  color: white;
  border-bottom: 1px solid #DDD;
  font-size: 16px;
  height: 16px;
  margin-bottom: 25px;
}

.line-title span {
    background: #141C41;
    padding-right: 10px;
}


.custom-form .form-control {
  background: rgba(255,255,255,0.1) !important;
  color: white !important;
  margin-bottom: 8px;
  border-radius: 0;
  border: 0;
}

.custom-form-newsletter .form-control {
  background: rgba(255,255,255,0.1) !important;
  border: none;
  border-radius: 0;
  color: white;
  margin-bottom: 20px;
}


.custom-form .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white !important;
  opacity: 1; /* Firefox */
}

.form-control::-webkit-input-placeholder {
  color: white !important;
}

.regular-checkbox-newsletter {
  display: none;
}

.regular-checkbox-newsletter + label {
  background: rgba(255,255,255,0.1);
  border: 0;
  padding: 9px;
  border-radius: 0;
  display: inline-block;
  position: relative;
}

.regular-checkbox-newsletter + label:active, .regular-checkbox-newsletter:checked + label:active {
  box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.regular-checkbox-newsletter:checked + label {
  background: rgba(255,255,255,0.3) !important;
  border: 0;
  color: white;
}

.regular-checkbox-newsletter:checked + label:after {
  content: '\2714';
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: white;
}

.regular-checkbox {
  display: none;
}

.regular-checkbox + label {
  background: rgba(255,255,255,0.1);
  border: 0;
  padding: 9px;
  border-radius: 0;
  display: inline-block;
  position: relative;
}

.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
  box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.regular-checkbox:checked + label {
  background: rgba(255,255,255,0.1) !important;
  border: 0;
  color: white;
}

.regular-checkbox:checked + label:after {
  content: '\2714';
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: white;
}

.big-checkbox + label {
  padding: 18px;
}

.big-checkbox:checked + label:after {
  font-size: 28px;
  left: 6px;
}

.checkbox-label-text {
  color: white;
  position: absolute;
  margin-top: 5px !important;
  margin-left: 10px;
}

.checkered {
  background: url('../img/checkered.png'); 
  background-size: 100px;
}

.yellow-dot {
  font-size: 8px; 
  color: #FAB942;
  vertical-align: middle;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.header-section {
  background-color: #141c41;
  padding-bottom: 50px;
}

.nav {
  display: block; 
}

.ultratop {
  height: 35px;
  padding-top: 5px;
  width: 100%;
  text-align: right;
  position: absolute;
  top: 0;
  z-index: 999;
  background: #0A0F24;
}


.socialicon {
  box-shadow: 0 0 0 0.8px #63B2BF;
  border-radius: 10px;
  padding: 4px 6px 4px 6px;
  margin-right: 3px;
  color: rgb(159, 159, 159);
  font-size: 12px;
  transition: background-color 0.5s;

}


.socialicon:hover { 
  color: white;
  background-color: #63B2BF;
}

.socialicon:hover::before { 
  color: #141C41;
  transform: translateX(20%);
}

.socialicon:active { 
  color: #63B2BF; 
  background-color: transparent !important;
  font-weight: bold;
}

.activeicon {
  color: #63B2BF !important;
  background-color: transparent;
}

.logo-40 {
  display: inline-block;
  width: 80%;
  margin-top: 80px;
  margin-left: 80px;
  padding-right: 20px;
}

/* festival date index page */
.topdate {
  font-family: 'Archivo Thin', sans-serif;
  line-height: 30px;
  width: 100%;
  display: inline-block;
  color: white;
  font-size: 2.4em;
  text-transform: uppercase;
  margin-top: 80px;
  text-align: right;
  position: absolute;
  z-index: 999;
}

.topdate .smaller {
  font-size: 0.8em;
}

.headsponsor {
  position: relative;
  left: 50px;
  top: 3px;
  color: #141c41;
  z-index: 10;
}

.headsponsor .powered {
  font-family: 'Archivo Thin', sans-serif;
  font-size: 1.0em;
  display: inline;
  color: white;
}

.headsponsor .sponsor {
  font-family: 'Archivo black', sans-serif;
  font-weight: 100;
  font-size: 1.1em;
  text-transform: uppercase;
  font-style: italic;
  display: inline;
}

.headsponsor .sponsor a {
  color: white;
}

.fat {
  font-weight: 500;
  font-family: 'Archivo Black', sans-serif;
}

.thin {
  font-family: 'Archivo Thin', sans-serif;
}


.header-area .main-nav {
  margin-top: 280px;
  background: transparent;
}

.logo {
  margin-top:70px;
  width: 130px !important;
  float: left;
  color: white;
}

.header-area .main-nav .nav ul {
  display: block;
}

.header-area .main-nav .nav {
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;

}

.index-page {
  margin-top: 20px !important;
}

.header-area .main-nav .nav li {
  padding-left: 40px;
  padding-right: 0px;
}

.header-area .main-nav .nav li a::before {
  content: url('../img/icon_arrow.svg');
  display: block;
  width: 22px;
  position: absolute;
  left: 0px;
  margin-top: -3px;
  height: 10px;
  transition: 0.1s ease-in;
}

.header-area .main-nav .nav li a:hover::before {
  transform: translateX(50%);
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 400;
  font-size: 16px; /* Simon: font size menu */
  color: white;
  text-transform: lowercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 20px;
  line-height: 20px;
  white-space: nowrap;
  border: transparent;
}

.header-area .main-nav .nav li a {
  color: white;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #63B2BF !important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #aaa!important;
  opacity: 1;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 30px;
}

/* caret after menu with submenu items */
.header-area .main-nav .nav li.submenu:after { 
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #2a2a2a;
  position: absolute;
  right: 18px;
  top: 12px;
}

.background-header .main-nav .nav li.submenu:after {
  color: #2a2a2a;
}

/* submenu */
.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 300px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  opacity: 0;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: #aaa!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}


.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: #aaa;
}

.navbar-narrow {
  position: relative;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 767px) { /*Simon: mobile menu */
  .desktop-only {
    display:none;
  }
  
}

@media (min-width: 767px) {
  .mobile-only {
    display: none;
  }
}

/*
---------------------------------------------
info-section
---------------------------------------------
*/

.info-section {
  padding-bottom: 90px;
  color: white;
}

.info-section p {
  color: white;
}

.info-section-title {
  padding-top: 50px;
}

.info-section .left-content {
  margin-right: 30px;
  color: white;
}

.info-section .left-content p {
  font-size: 16px;
  color: white;
  font-weight: 500;
  display: block;
  margin-top: 25px;
}

.info-section .left-content h3 {
  color: white;
  font-size: 15px !important;
  padding-top: 20px;
  text-transform: uppercase;
  margin-bottom: -10px;
  line-height: 20px;
}

.info-section .left-content a {
  color: #63B2BF !important; 
}

.info-section .left-content  a:hover {
  text-decoration: underline !important;
}

.info-section .main-border-button a {
  color: #2a2a2a;
  border: none;
  text-transform: uppercase;
  background-color: #e4e4e4;
  margin-top: 15px;
  margin-bottom: 55px;
}

.info-section .main-border-button a:hover {
  background-color: #2a2a2a;
  color: #fff;
}

.info-section .main-border-button .active {
  background-color: #2a2a2a;
  color: #fff;
}



.info-section hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid ##e4e4e4;
}


ul.list-red {
  margin-left: 200px;
  margin-top: 30px;
}

ul.list-red li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: red; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.indentation {
  margin-top: 30px;
  margin-left: 200px;
}

.info-between {
  position: relative;
}

.info-between  img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  object-fit: contain;
}

/* 
---------------------------------------------
Admin
--------------------------------------------- 
*/

.admin-section {
  padding-top: 50px;
  margin-top: 50px;
  padding-bottom: 90px;
  min-height: 1000px;
  background-color: #141C41;
  color: white;
}

.admin-section table {
  color: white;
  background-color: #141C41;
}

.admin-section table a:not(.btn) {
  color: #69BAD3 !important;
}

#datatable {
  color: white;
}

.dataTables_length {
   color: white !important;
}
.dataTables_filter {
   color: white !important;
}

.dataTables_length select  {
    color: white !important;
 }
 .dataTables_filter input  {
    color: white !important; 
 }

#datatable tr.offline {
  background-color:#293985;
  text-decoration: line-through;
  text-decoration-color: gray;
}

.admin-section .card {
  background: transparent;
}


#datatable thead tr {
  color: white;
}

#datatable tr {
  color: white;
  background-color: transparent;
}

.input-info {
  color:green; 
  font-size: smaller
}

.input-warning {
  color:red; 
  font-size: smaller
}

.admin-menu-right{
  float: left !important;

}

.admin-menu-right a {
  color: black;
  text-transform: uppercase;
  font-size: 10px;
}

.admin-menu-right a:hover {
  color: gray;
}



/* 
---------------------------------------------
footer
--------------------------------------------- 
*/

footer {
  margin-top: 0px;
  padding: 60px 0px 30px 0px;
  background-color: #0A0F24;
}

footer .section-heading h3 {
  margin-bottom: 30px !important;
}

footer ul li {
  display: block;
  margin-bottom: 5px;
  color: white;
  font-size: 12px;
}

footer ul li a {
  font-size: 12px;
  color: #fff;
  transition: all .3s;
  line-height: 3px;
}

footer ul li a:hover {
  color: #aaa;
}

footer h4 {
  letter-spacing: 0.5px;
  font-size: 14px;
  color: gray;
  margin-bottom: 20px;
}

.bottomline {
    display: flex;
    flex-direction: row;
}

.bottomline:before,
.bottomline:after {
    content: "";
    flex: 1 1;
    margin-left: 10px !important;
    margin-right: 10px !important;
    border-bottom: 1px solid #FAB942;
    margin: auto;
}

footer .under-footer {
  margin-top: 30px;
  padding-top: 30px;
}

footer .under-footer p {
  color: gray;
  font-size: 12px;
  font-weight: 300;
}

footer .under-footer a {
  color: gray;
  text-decoration: underline !important;
}

footer .under-footer a:hover {
  color: white;
  text-decoration: none !important;
}

footer .contact-button {
   float:left;
   margin-right:0;
}

.contact-form {
  padding-top: 30px;
}

footer .concept-built {
  float: right;
}

footer .contact-feedback {
  background: rgba(255,255,255,0.3) !important;
  padding: 5px;
}

/* 
---------------------------------------------
HOME PAGE BLUES
--------------------------------------------- 
*/


.index-bands nav {
  text-align: left;
}

.index-bands ul {
  margin-top: 140px;
  margin-left: 140px;
  padding: 0;
  z-index: 999;
}

.index-bands li {
  padding-top: 25px;
}
.index-bands li a {
text-transform: uppercase;
font-size: 42px;
color: #FAB942;
padding: 0px 0 0 0;
line-height: 32px;
list-style-position: inside;
}

.index-bands .indent {
 text-indent: 1.5em;
 margin-left: -1.5em;
}

.index-bands .line-up {
  margin-left: 80px;
}

/* break picture on index-page out of the container */
.break-container {
    width:100vw;
    position:relative;
    right:calc(-3 * (100vw - 100%)/2);
}

.banner-picture {
  width: 100%;
}

/* 
---------------------------------------------
news-page
--------------------------------------------- 
*/

.news-section {
  background-color: #141c41;
  padding-bottom: 30px;
  color: white;
}

.news-section .news-item {
  padding: 8px 0px 0px 0px;
  max-width: 500px; /*change to 600 for news-page */
  border: 1px solid transparent;
  border-radius: 5px;
  margin-bottom: 10px;
}

.slick-slide img {
  margin: -5px 0 -5px -10px;
}

.news-section .news-item:hover {
  border: 1px solid #63B2BF;
  padding: 8px 0px 0px 0px;
  border-radius: 5px;
  transition: all .5s;
  cursor: pointer;
}

.news-section .news-item .thumb {
 display: inline-block;
}

.news-section .news-item .thumb img {
  width: 200px;
  overflow: hidden;
  object-fit: cover;
  object-position: 10%;
}

.news-section .news-item .down-content {
  text-align: left;
  vertical-align: top;
}

.news-section .news-item .down-content h4 { 
  font-size: 16px;
  text-transform: uppercase;
  color: #69BAD3;
  font-weight: bold;
  position: relative;
  top: -4px;
}

.news-section .news-item .down-content h4 a {
  color: white;
}

.news-section .news-item .down-content span {
  font-size: 14px;
  position: relative;
  top: -5px;
  color: gray;
  font-weight: 500;
}

.news-section .news-item .more-info {
  font-size: 14px;
  font-weight: 500;
  //text-align: justify;
  hyphens: auto;
  color: white;
}

.news-section .news-item .down-content .more-info a {
  color: white !important;
}

/* arrow news-items index page */
.nn2 {
  background: transparent;
  border: 1px solid white;
  text-decoration:none; /* Remove that ugly underlining */
  border-radius: 50%;
  display: block;
  height: 40px;
  width: 40px;
  position: relative;
  float: right;
  right: -20px;
}

.nn2:after {
  content:"→";   /* The code for the arrow : see the reference */
  display: block;
  color: white;
  font-weight: bold;
  font-size: 20px; /* Adjust for your needs */
  text-align: center;
  position: relative;
}

.nn2:hover { 
  color: #141C41;
  background-color: white;
}

.nn2:hover::after { 
  color: #141C41;
}

/* arrow news-items index page */
.pp2 {
  background: transparent;
  border: 1px solid white;
  text-decoration:none; /* Remove that ugly underlining */
  border-radius: 50%;
  display: block;
  height: 40px;
  width: 40px;
  position: relative;
  float: right;
  right: 70px;
}

.pp2:after {
  content:"←";   /* The code for the arrow : see the reference */
  display: block;
  color: white;
  font-weight: bold;
  font-size: 20px; /* Adjust for your needs */
  text-align: center;
  position: relative;
}

.pp2:hover::after { 
  color: #141C41;
}

.pp2:hover { 
  color: #141C41;
  background-color: white;
}

.news-items-carousel:before,
.news-items-carousel:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100px;
  top: 0;
  height: 100%;
  pointer-events: none; /*makes the linkes behind clickable*/
}

.news-items-carousel:after {
  right: 0;
  background: linear-gradient(to left, rgba(20, 28,65, 1) 20px, rgba(0, 0, 0, 0));
}


.news-section .news-title {
  //border-bottom: 1px solid white;
  padding-bottom: 0px;
}

.news-section .news-content {
  padding-top: 60px;
  //text-align: justify;
}

.news-section .news-content p {
  color: white;
}

.news-section .news-content a {
  color: #63B2BF;
  text-decoration: none;
}

.news-section .news-content a:hover {
  text-decoration: underline !important;
}

.news-section .news-content img {
  width: 100%; 
  display: block;
  overflow: hidden;
  padding-bottom: 30px;
}

.news-section .follow {
  position: absolute;
  /* z-index: 98; */
  top: 5px;
  right: 15px;
  height: 20px !important;
  width: 150px;
  background: #e4e4e4 !important;
  border: none;
  text-align: center;
  line-height: 20px; 
}

.news-section .follow:hover {
  background-color: black; 
  opacity: 0.6;
  transition: all .1s;
}

.news-section .follow-image {
    float:left;
    height: 20px;
}

.news-section .follow-content {
  display: inline;
  color: black;
  text-align: center;
  font-size: 12px;
  
}

.more-news-title {
  padding-left: 20px;
  padding-top: 70px;

}

.more-news-content {
  padding-top: 10px;
}

.more-news-content-right {
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
}

.more-news-content .date {
  color: #B3B3B3;
  font-size: 12px;
}

.more-news-content .title {
  color: #63B2BF;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
}

.more-news-content .content {
  color: white !important;
  font-size: 14px;
}

.more-news-content .thumb {
  position: relative;
}

.more-news-content .thumb img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  padding: 5px;
  overflow: hidden;
  object-fit: cover;
  object-position: 10%;
}


.more-news-content .hover-content {
  box-shadow: 0 0 0 0.8px #63B2BF;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  background: rgba(0, 0, 0, 0.05);
  text-align: center;
  top: 20px;
  left: 15px;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  cursor: pointer;
  z-index: 1;
}

.more-news-content:hover .hover-content {
  opacity: 1;
  visibility: visible;
}

.more-news-content .hover-content-right {
  position: absolute;
  background: rgba(0, 0, 0, 0.05);
  text-align: center;
  top: 10px;
  left: 0px;
  right: 15px;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  cursor: pointer;
}

.more-news-content:hover .hover-content-right {
  opacity: 1;
  visibility: visible;
}


.more-news-content a {
  color: white;
}

.newsletter-bg {
  height: max-content;
  padding-bottom: 100px;
  position: relative;
  background-color: #141C41;
}


/* 
---------------------------------------------
SPONSORS
--------------------------------------------- 
*/

.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.owl-carousel .owl-item img {
  width: auto;
  max-height: 100px;
}

.sponsors .item .thumb .hover-content {
  position: absolute;
  z-index: 2;
  text-align: center;
  bottom: -60px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}

.sponsors .item .thumb:hover .hover-content {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

.sponsors .item .thumb {
  position: relative;
  margin-top: 40px;
}


.sponsors .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 40%;
  transform: translateY(-25px);
}

.sponsors .owl-dots {
  display: none;
}
    
.sponsors .owl-nav .owl-prev{
  position: absolute;
  left: -80px;
  outline: none;
}

.sponsors .owl-nav .owl-prev span,
.sponsors .owl-nav .owl-next span {
  opacity: 0;
}

.sponsors .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: white;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  width: 50px;
  height: 50px;
  background-color: transparent;
  line-height: 48px;
  /* border :1px solid #2a2a2a; */
}

.sponsors .owl-nav .owl-prev {
  opacity: 0.75;
  transition: all .5s;
}

.sponsors .owl-nav .owl-prev:hover {
  opacity: 1;
}

.sponsors .owl-nav .owl-next {
  opacity: 0.75;
  transition: all .5s;
}

.sponsors .owl-nav .owl-next:hover {
  opacity: 1;
}

.sponsors .owl-nav .owl-next{
  outline: none;
  position: absolute;
  right: -85px;
}

.sponsors .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: white;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  width: 50px;
  height: 50px;
  background-color: transparent;
  line-height: 48px;
  /* border :1px solid #2a2a2a; */
}

.sponsors {
  padding-bottom: 90px;
  background-color: #141C41;
}

.sponsors .sponsor-item .thumb {
  position: relative;
 
}


.sponsors .item .thumb img {
  /*width: 200px !important;*/
  max-height: 100px;
  max-width: 140px;
  padding-right: 30px;
  overflow: hidden;
  width: auto;
  height: auto;
}

.sponsors .powered {
  font-family: 'Archivo', sans-serif;
  font-size: 1.2em;
  color: white;
  margin-top: 38px;
  margin-bottom: -38px;
}


/*
---------------------------------------------
shop-section
---------------------------------------------
*/

.shop-section {
  margin-bottom: 80px;
}

.shop-section .section-heading {
  padding-top: 70px;
  margin-bottom: 30px;
  height: 100px;
  text-align: left;
  position: relative;
}

.shop-section .shop-item {
  padding: 3px;
  max-width: 500px; /*change to 600 for news-page */
  border: 1px solid transparent;
  border-radius: 5px;
  //margin-bottom: 30px;
  height: 100% !important;
  margin-bottom: 20px;
}

.slick-slide img {
  margin: -5px 0 -5px -10px;
}

.shop-section .shop-item:hover {
  border: 1px solid #63B2BF;
  padding: 3px;
  border-radius: 5px;
  transition: all .5s;
  cursor: pointer;
}

.shop-section .shop-item .thumb {
  position: relative;
}


.shop-section .shop-item .thumb .fotorama img {
  width: 100%;
}

.shop-section .shop-item .down-content {
  padding: 8px;
  text-align: left;
}

.shop-section .shop-item .down-content h4 {
  font-size: 18px;
  text-transform: uppercase;
  color: #69BAD3;
  font-weight: bold;
  border-bottom: 1px solid lightgray;
}

.shop-section .shop-item .down-content h4 a {
  color: #2a2a2a;
}

.shop-section .shop-item .down-content span { //price
  font-size: 17px;
  color: white;
  font-weight: bold;
  display: block;
  width: 100% !important;
  margin: 0;
}


.shop-section .shop-item .down-content .more-info {
  font-size: 14px;
  color: gray;
  padding-top: 8px;
  min-height: 60px;
}

.shop-section .shop-item .down-content .sizes-colors { //sizes and colors
  position: absolute;
  font-size: 14px;
  padding-bottom: 0px;
  color: white;
}


.shop-section .shop-item .down-content .more-info a {
  color: #787878;
}

.shop-extra-info {
  color: white;
  font-weight: 800;
  //border: 2px solid white;
  font-size: 14px;
  text-transform: uppercase;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
}

.shop-sold-out {
  color: red;
  font-weight: 800;
  padding: 3px;
  font-size: 14px;
  text-transform: uppercase;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
}

.sold-out {
  position: absolute;
  width: 300px;
  left: 20%;
  top: 20%;

}

.btn-sold-out {
  background: url('../img/btn_bg_red.png') no-repeat;
  color: black;
  transform: rotate(-20deg);
  border-radius: 0px;
  text-transform: capitalize;
  font-size: 30px;
  border: 0;
}




/*
---------------------------------------------
line-up-section
---------------------------------------------
*/

.line-up-section {
  background: #141C41;
  padding-bottom: 90px;
}

.line-up-section-title {
  padding-top: 60px;
  padding-bottom: 20px;
}

.line-up-bands {
  padding-bottom: 40px;
}

.line-up-section p {
  color: white;
}

.line-up-section  .main-border-button .btn-yellow {
  background: url('../img/btn_bg_yellow.png') no-repeat;
  color: black;
  border-radius: 0px;
  border: 0;
  font-weight: bold;
}

.line-up-section  .main-border-button .btn-yellow:hover {
  background: #69BAD3;
  color: white;
  border: 0;
  border-radius: 0px;
}

.line-up-section  .main-border-button .btn-blue {
  background: url('../img/btn_bg_blue.jpg') repeat-x;
  color: white !important;
  border: 0;
  border-radius: 0px;
  font-weight: bold;
}

.line-up-section  .main-border-button .btn-blue:hover {
  background: url('../img/btn_bg_yellow.png') no-repeat !important;
  color: #0C9B7A !important;
  border: 0;
  border-radius: 0px;
}

.line-up-section  .main-border-button a {
  color: white;
  border: none;
  text-transform: uppercase;
  background: rgba(255,255,255,0.1);
  margin-top: 15px;
  margin-bottom: 55px;
}

.line-up-section  .main-border-button a:hover {
  background-color: #2a2a2a;
  color: black;
}

.line-up-section  .main-border-button .active {
  background-color: #2a2a2a;
  color: #fff;
}

.line-up-section .date-section {
  padding-bottom: 30px;
  border-bottom: solid 1px #B4B4B4;
}

.line-up-section .line-up-item {
  padding-top: 30px;
  position: relative;
}


.line-up-section .line-up-item .thumb {
  position: relative;
}

.line-up-section .line-up-item .thumb img {
  width: 100%;
  max-height: 160px;
  min-height: 160px;
  overflow: hidden;
  object-fit: cover;
  object-position: top;
}

.line-up-section .line-up-item  .stamp {
  position: absolute;
  width: 50px;
  height: 80px;
  text-align: center;
  top: 10;
  left: 10px;
  z-index: 10;
}

.line-up-section .line-up-item .thumb  .hover-content {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  text-align: center;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  cursor: pointer;
}

.line-up-section .line-up-item .thumb:hover .hover-content {
  opacity: 1;
  visibility: visible;
}

.line-up-section .line-up-item .down-content {
  height: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.line-up-section .line-up-item .down-content h4 {
  //font-size: 18px;
  font-size: 1.7vmin;
  font-family: 'Archivo Black';
  text-transform: uppercase;
  color: white;
  line-height: 20px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  /*
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  */

}


.line-up-section .line-up-item .date-day {
  font-size: 40px;
  color: white;
  text-transform: uppercase;
}

.line-up-section .line-up-item .date-daynumber {
  font-size: 60px;
  color: white;
  font-family: 'Archivo Black';
  line-height: 30px;
}

.line-up-section .line-up-item .date-hour {
  font-size: 28px;
  color: white;
}

.line-up-section .line-up-item .overlay-date {
    text-align: center;
    position: absolute;
    top: 30px;
    right: 0px;
    /* background: rgba(25, 25, 25, .3); */
    margin: 5px;

}

.empty-opacity {
  background: white;
  opacity: 0.1;
}

.blue-border {
  border-top: 1px solid #141C41;
}

.blue-border h4 {
color: #141C41 !important;
}

.empty-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 86px;
  width: 80px !important;
  margin-top: -62px; /* Half the height */
  margin-left: -40px;
  z-index: 10;

}

/* convert some band names to no text-transform */
.specialname {
  text-transform: none !important;
}





/*
---------------------------------------------
band-detail-section
---------------------------------------------
*/

.band-heading {
  position: relative;
  margin-top: 50px;
}

.band-title {
  border-bottom: 1px solid lightgray;
  padding-bottom: 40px;
}

.band-heading  img {
  width: 100%;
  height: 570px;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
}

.countrycode {
  position: relative;
  top: -10px;
  color: #69BAD3;
  margin-left: 5px;
  padding: 5px;
  border: 1px solid #69BAD3;
  font-size: 18px;
  text-transform: uppercase;
}

.band-detail-right {
  padding-top: 40px;
}

.date-concert {
  text-transform: uppercase;
  font-size: 18px;
}

.history-year a {
  color: white;
  margin-right: 10px;
  padding: 3px;
  border: 1px solid lightgray;
  font-size: 16px;
  text-transform: uppercase;
}

.history-year a:hover {
  background-color: #009b7a;
  color: white; 
  border: 1px solid #009b7a;
}

.history-year-active a {
  background-color: #009b7a;
  color: white; 
  border: 1px solid #009b7a;
}

ul.list-links {
  margin-left: 15px;
}

ul.list-links li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #0C9B7A; /* Change the color */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.list-links li a {
  color: black;
  text-decoration: underline !important;
  text-decoration-color: #0C9B7A !important;
}
.list-links li a:hover {
  color: black;
  text-decoration: none !important;
}

.yellow-banner {
  padding: 30px;
  position: relative;
  background: #FAB942;
  width: 100%;
  line-height: 40px;
  text-align: left;
}

.band-section-title {
  font-family: 'Archivo Thin';
  font-weight: 100;
  font-size: 20px;
  color: #63B2BF;
  margin-bottom: -10px;
}

/* The rest is identical to news-section */


/*
---------------------------------------------
history-section
---------------------------------------------
*/

.history-section {
  padding-bottom: 20px;
  background-color: #141C41;
}

.history-section-title {
  padding-top: 60px;
}


.history-heading {
  position: relative;
  margin-top: 50px;
}

.history-heading  img {
  width: 100%;
  height: 500px;
  overflow: hidden;
  object-fit: cover;
  object-position: top;
}

.history-band {
  display: inline-block;
  margin-bottom: 5px;
}
.history-band a {
  color: white;
  font-weight: 800;
  margin-right: 5px;
  padding: 3px;
  //border: 1px solid lightgray;
  font-size: 14px;
  text-transform: uppercase;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.5s;
}

.history-band a:hover {
  color: white; 
  background-color: #63B2BF !important;
}

.history-band-disabled {
  display: inline-block;
  color: gray;
  margin-bottom: 5px;
}

.history-band-disabled a {
  color: gray !important;
  font-weight: 800;
  margin-right: 5px;
  padding: 3px;
  //border: 1px solid lightgray;
  font-size: 14px;
  text-transform: uppercase;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
}


.history-band-active a {
  background-color: #009b7a;
  color: white; 
  border: 1px solid #009b7a;
}

.history-year-title {
  font-size: 28px;
  margin-bottom: 30px;
  margin-top: 30px;
  text-transform: uppercase;
}

.history-section hr {
  margin-top: 30px;
  margin-bottom: 0px;
  border-top: 1px solid ##e4e4e4;
}

/* 
---------------------------------------------
responsive
--------------------------------------------- 

/* IPAD */
@media (max-width: 1124px) {
  
  .topdate {
    line-height: 30px;
    width: 100%;
    display: inline-block;
    color: white;
    font-size: 2.4em;
    text-transform: uppercase;
    margin-top: 20px;
    text-align: right;
    position: absolute;
    z-index: 999;
  }

  .banner {
    z-index: 0 !important;
  }
  
  h2 {
    font-size: 28px;
    line-height: 30px;
  } 
 
  .countrycode {
    top: -5px;
    font-size: 11px;
  }
  
  .header-area {
    z-index: 999 !important;
  }
  
  .header-area .main-nav .nav li {
    padding-left: 40px;
    padding-right: 5px;
   
  }
  .index-bands li a {
  font-size: 24px;
  line-height: 20px !important;
  }
  
  .line-up {
    margin-left: 110px !important;
  }
  
  .more-news-content .content {
    display: none;
  }
  
  .line-up-section .line-up-item .down-content h4 {
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  }
 

  
}

/* MOBILE PHONES */
@media (max-width: 767px) {
  
  body {
    background: #0A0F24;
  }
  
  header-section {
  background-color: #141C41;
  }
  
  .header-area {
   background-color:  #0A0F24 !important;
   height: 65px;
  }
  
  .btn-tickets {
    text-transform: uppercase;
    font-size: 16px;
  }

  
  .logo {
    margin-top:10px;
    width: 130px !important;
    float: left;
    color: white;
  }
  

  .logo-40-mobile {
    width: 80px !important;
    margin-top: -20px;
    margin-left: 30px;
  }

  
  .topdate {
    top: -60px;
    font-size: 20px;
    right: 10px;
    line-height: 70%;
  }

  .headsponsor {
    float: right;
    //margin-left: 170px;
    margin-right: 50px !important;
    margin-top: -25px;
    font-size: 10px !important;
    z-index:999;
  }
  
  .index-bands li {
    padding-top: 5px;
  }
  
  .index-bands ul {
    margin-top: 25px;
    margin-left: 60px;
    padding: 0;
    z-index: 999;
  }
  
  .index-bands li a {
  font-size: 34px;
  line-height: 30px;
  list-style-position: inside;
  }

  .index-bands .line-up {
    margin-left: 10px;
  }
  .banner {
   margin: 0;
  }
  .navbar-dark {
    background: #0A0F24 !important;
  }
  
  .navbar-toggler,
  .navbar-toggler:focus,
  .navbar-toggler:active,
  .navbar-toggler-icon:focus {
     border: none;
  }
  
  .navbar-toggler{
    color: white !important;
  }
  
  .navbar-toggler img{
    width: 35px;
    margin-top: 0px;
  }
  
  .navbar ul {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  .navbar-nav li  a {
    padding-right: 15px;
    text-transform: lowercase;
    font-size: 24px;
    color: #FAB942;
  }
  
  .socialicon {
    font-size: 12px;
  }
  
  .btn-bigger {
    border-color: orange;
  }

  .nn2 {
    display: none;
  }
  
  .pp2 {
    display: none;
  }
  
  .news-section .news-item {
    padding-bottom: 10px;  
  }
  
  .news-section .news-item .thumb img {
    width: 150px;
  }
  

  .sponsors .sponsor-item .thumb img {
    width: 100px !important;
    overflow: hidden;
  }
  
  .line-up-section-title {
    padding-top: 20px;
  }
  
  .shop-section .section-heading {
   padding-top: 20px;
   margin-bottom: 0px;
  }

  .history-section-title {
    padding-top: 20px;
  }
  

  footer {
    text-align: center;
  }
  footer h4 {
    margin-top: 30px;
  }
  footer .contact-button {
     float:none;
  }
  
  footer .concept-built {
    float: none;
  }
  
  footer .arrow {
  margin-left: 0px !important;
  }
  
  footer .arrow:before {
    content: none;  
  }

ul.list-red {
  margin: 10px;
}

.indentation {
  margin: 10px;
}

.info-section .main-border-button a {
  margin-top: 0px;
  margin-bottom: 10px;
}

.line-up-section  .main-border-button  a {
  margin-top: 10px;
  margin-bottom: 10px;
}

.more-news {
  width: 200px;
  left: 115px;
  top: 25px;
}


.news-section .follow {
left: 15px; 
}

.more-news-content img {
  width: 100%;
  height: 250px;
  overflow: hidden;
  object-fit: cover;
  object-position: 5px 10%;
}

.more-news-content .title {
  font-size: 14px;
  line-height: 15px;
}

.more-news-content .content {
  //display: none;
}

.more-news-content .hover-content {
background: rgba(0, 0, 0, 0.0);
}


.line-up-section .line-up-item .thumb {
  height: 100%;}

.band-heading  img {
  height: 300px;
}

.form-control-custom {
  width: 50%;
}

.btn-blue-small {
  margin-left: -5px;
  margin-top: -6px;
}

.countrycode {
  top: -5px;
  font-size: 11px;
}

.line-up-section .line-up-item .thumb img {
  max-height: 100%;
  min-height: 200px;

}

}

/* very large screens */
@media screen and (min-width: 1600px) {
  .band-heading  img {
    height: 700px !important;
  }
}


#preloader {
  overflow: hidden;
  background-color: #141C41;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 99999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 26px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: green;
}

input:disabled + .slider {
  background-color: lightgray;
}

input:focus + .slider {
  box-shadow: 0px 0px 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 26px;
}

.slider.round:before {
  border-radius: 50%;
}

