/*SEKTSIOONIDE KONTEINERID*/	
.kontserdid, .kontakt, .muusika, .uudised {
	padding: 0 10% 0 10%;
	margin: 0;
	text-align: center;
    }

.bio {
	padding: 0 15% 0 15%;
	margin: 0;
	text-align: center;
    }
	
.videod {
	padding: 0 16.5% 0 16.5%;
	margin: 0;
	text-align: center;
    }

.videolist {
	max-height: 30em;
}

.pildid {
	padding: 0 0 0 0;
	margin: 0;
}

figure {
    margin: 0;
}

/*mummude värvid
.gallery .control-button {
  color: #ccc;
  color: rgba(255, 255, 255, 0.4);
}

.gallery .control-button:hover {
  color: #aaa;
  color: rgba(255, 255, 255, 0.8);
}
*/

/*
	Theme controls how everything looks in Gallery CSS.
*/
.gallery {
  position: relative; /*piltide asukoht lehel*/
}
.gallery .item { /*ei tee midagi?*/
  height: 100%;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.gallery .controls { /*mummude asukoht*/
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.gallery .control-button { /*mummude paigutus*/
  display: inline-block;
  margin: 0 .02em;
  font-size: 3em;
  text-align: center;
  text-decoration: none;
  transition: color .1s;
  color: rgba(255, 255, 255, 0.4);
}

.gallery .control-button:hover {
  font-weight: bold;
}

.gallery .control-operator:target ~ .controls .control-button {
  color: #ccc;
  color: rgba(255, 255, 255, 0.4);
  
}

.gallery .control-button:first-of-type,
.gallery .control-operator:nth-of-type(1):target ~ .controls .control-button:nth-of-type(1),
.gallery .control-operator:nth-of-type(2):target ~ .controls .control-button:nth-of-type(2),
.gallery .control-operator:nth-of-type(3):target ~ .controls .control-button:nth-of-type(3),
.gallery .control-operator:nth-of-type(4):target ~ .controls .control-button:nth-of-type(4),
.gallery .control-operator:nth-of-type(5):target ~ .controls .control-button:nth-of-type(5) {
  color: white;
  color: rgba(255, 255, 255, 0.8);
}

.gallery .item:first-of-type {
  position: static;
  pointer-events: auto;
  opacity: 1;
}

.gallery .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}

.gallery .control-operator {
  display: none;
}

.gallery .control-operator:target ~ .item {
  pointer-events: none;
  opacity: 0;
  -webkit-animation: none;
  -o-animation: none;
  animation: none;
}

.gallery .control-operator:target ~ .controls .control-button {
  -webkit-animation: none;
  -o-animation: none;
  animation: none;
}

/*
@-webkit-keyframes controlAnimation-5 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }

  5.7%, 20% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }

  25.7%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}

@-o-keyframes controlAnimation-5 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }

  5.7%, 20% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }

  25.7%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}
*/

@keyframes controlAnimation-5 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }

  5.7%, 20% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }

  25.7%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}
/*
@-webkit-keyframes galleryAnimation-5 {
  0% {
    opacity: 0;
  }

  5.7%, 20% {
    opacity: 1;
  }

  25.7%, 100% {
    opacity: 0;
  }
}

@-o-keyframes galleryAnimation-5 {
  0% {
    opacity: 0;
  }

  5.7%, 20% {
    opacity: 1;
  }

  25.7%, 100% {
    opacity: 0;
  }
}
*/
@keyframes galleryAnimation-5 {
  0% {
    opacity: 0;
  }

  5.7%, 20% {
    opacity: 1;
  }

  25.7%, 100% {
    opacity: 0;
  }
}

.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5) {
  pointer-events: auto;
  opacity: 1;
}

.items-5.autoplay .control-button {
  -webkit-animation: controlAnimation-5 35s infinite;
  -o-animation: controlAnimation-5 35s infinite;
  animation: controlAnimation-5 35s infinite;
}

.items-5.autoplay .item {
  -webkit-animation: galleryAnimation-5 35s infinite;
  -o-animation: galleryAnimation-5 35s infinite;
  animation: galleryAnimation-5 35s infinite;
}

.items-5 .control-button:nth-of-type(1),
.items-5 .item:nth-of-type(1) {
  -webkit-animation-delay: -2s;
  -o-animation-delay: -2s;
  animation-delay: -2s;
}

.items-5 .control-button:nth-of-type(2),
.items-5 .item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}

.items-5 .control-button:nth-of-type(3),
.items-5 .item:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s;
}

.items-5 .control-button:nth-of-type(4),
.items-5 .item:nth-of-type(4) {
  -webkit-animation-delay: 19s;
  -o-animation-delay: 19s;
  animation-delay: 19s;
}

.items-5 .control-button:nth-of-type(5),
.items-5 .item:nth-of-type(5) {
  -webkit-animation-delay: 26s;
  -o-animation-delay: 26s;
  animation-delay: 26s;
}





#cf {
  position:relative;
  height:281px;
  width:450px;
  margin:0 auto;
}

#cf img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#cf img.top: {
  opacity:0;
}
  @keyframes cf3FadeInOut {
  0% {
  opacity:1;
}
45% {
opacity:1;
}
55% {
opacity:0;
}
100% {
opacity:0;
}
}

#cf img.top {
animation-name: cf3FadeInOut;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-duration: 5s;
animation-direction: alternate;
}

.w3-badge{background-color:#000;color:#fff;display:inline-block;padding-left:8px;padding-right:8px;text-align:center}.w3-badge{border-radius:50%}
.w3-white {color:#000!important;background-color:#fff!important}
.w3-border{border:1px solid #ccc!important}
.w3-transparent {background-color:transparent!important}
.w3-hover-white:hover{color:#000!important;background-color:#fff!important}
.w3-center {text-align:center!important}
.w3-text-khaki{color:#b4aa50!important}
.w3-center {display:inline-block;width:auto}
.w3-display-bottommiddle{position:absolute;left:50%;bottom:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.w3-display-container:hover {display:block}.w3-display-container:hover span.w3-display-hover{display:inline-block}.w3-display-hover{display:none}
.w3-display-container{position:relative}
.w3-text-white {color:#fff!important}
.w3-large{font-size:18px!important}
.w3-section{margin-top:16px!important;margin-bottom:16px!important}
.w3-container:after,.w3-container:before {content:"";display:table;clear:both}
.w3-container{padding:0.01em 16px}
.w3-hover-khaki:hover{color:#000!important;background-color:#f0e68c!important}
.w3-left{float:left!important}.w3-right{float:right!important}
.w3-content{max-width:980px;margin:auto}


/*FONDID*/
@font-face {
	font-family: 'Raleway-Regular';
	src:  url('https://koobas.hobune.stream/wayback/20210105181932/https://webzone.ee/numbero/font/Raleway-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Raleway-Black';
	src:  url('https://koobas.hobune.stream/wayback/20210105181932/https://webzone.ee/numbero/font/Raleway-Black.ttf') format('truetype');
}
body {
	font-family: Raleway-Regular;
	margin: 0;
}
h1 {
	font-family: Raleway-Black;
	margin: 0;
	font-size: 2em;
	}
ul {
	list-style-type: none;
}
.vari {
	box-shadow: 0 5px 5px #aaaaaa;
}
.uudised a:link {
	color: black;
	text-decoration: none;
}
.uudised a:visited {
    color: grey;
    background-color: transparent;
}
.uudised a:hover {
	color: black;
    font-weight: bold;
    background-color: transparent;
}
.uudised a:active {
    background-color: transparent;
}
.kontserdilist a:link {
	color: black;
	text-decoration: none;
}
.kontserdilist a:visited {
    color: grey;
    background-color: transparent;
}
.kontserdilist a:hover {
	color: black;
    font-weight: bold;
    background-color: transparent;
}
.kontserdilist a:active {
    background-color: transparent;
}
/*KONTSERDITE RIPPMENÜÜ*/	
.kontserdilist {
	max-height: 9em;
	overflow: hidden;
	margin: 0;
	padding: 0;
	transition: max-height 0.2s linear;
	list-style-type: none;
}
#expander:checked + .kontserdilist {
	max-height: 200em;
}
label {
	position: absolute;
}
label:hover {
	color: grey;
}
label:after {
	content: '▼';
	white-space: nowrap;
	position: absolute;
	cursor: pointer;
	bottom: 0px;
	left: 0em;
}
#expander:checked ~ #label_expander:after {
	content: '▲';
}
#expander {
	display: none;
}
.rasvane {
	font-family:Raleway-Black;
}

/*VIDEOKARUSELL*/

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
	box-shadow: 0 5px 5px #aaaaaa;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}






/*
     FILE ARCHIVED ON 18:19:32 Jan 5, 2021 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 18:49:45 May 28, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
