.animation {
  animation: ppframe linear 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: ppframe linear 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: ppframe linear 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: ppframe linear 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: ppframe linear 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
}
.shadow {
  -webkit-box-shadow: 2px 2px 2px 0 rgba(100, 100, 100, 0.5);
  box-shadow: 2px 2px 2px 0 rgba(100, 100, 100, 0.5);
}
.animate {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
html,
body {
  height: 100%;
}
body {
  background: #26a59a;
  background-image: url(../image/bg_chelentano.jpg);
  background-size: cover;
  background-position: 50% 50%;
  font-size: 14px;
  color: #ffffff;
  font-family: 'PT Sans', sans-serif;
  transition: all 500ms ease;
}
/*video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url('../video/bg3.jpg') no-repeat;
    background-size: cover;
    transition: 1s opacity;
}*/
@font-face {
  font-family: 'vida_21';
  src: url('../fonts/vida21pro-webfont.eot');
  src: url('../fonts/vida21pro-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/vida21pro-webfont.woff') format('woff'), url('../fonts/vida21pro-webfont.ttf') format('truetype'), url('../fonts/vida21pro-webfont.svg#CamingoDosPro') format('svg');
  font-weight: 300;
}
.jp-audio {
  width: 13.233333em;
  height: 19.8499995em;
}
.jp-audio .jp-type-single,
.jp-audio .jp-gui {
  width: inherit;
  height: inherit;
}
.jp-audio .jp-controls {
  position: relative;
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: inherit;
  height: 13.233333em;
  padding-bottom: 4.411111em;
}
.jp-audio .jp-controls > li {
  position: absolute;
  left: 0px;
  top: 0px;
  width: inherit;
  height: inherit;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
#pause {
  display: none;
}
#pause,
#play {
  display: block;
  width: 13.233333em;
  height: 13.233333em;
  border-radius: 50%;
  border: 0.3em solid #ffffff;
  margin-left: -0.3em;
  margin-top: -0.3em;
  position: relative;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(100, 100, 100, 0.5);
  box-shadow: 2px 2px 2px 0 rgba(100, 100, 100, 0.5);
}
#pause .triangle,
#play .triangle {
  position: relative;
  background-color: #ffffff;
  text-align: left;
  top: 3.30833325em;
  left: 3.47374991em;
  -moz-transform: rotate(-90deg) skewX(-30deg) scale(1, 0.866);
  -webkit-transform: rotate(-90deg) skewX(-30deg) scale(1, 0.866);
  -ms-transform: rotate(-90deg) skewX(-30deg) scale(1, 0.866);
  transform: rotate(-90deg) skewX(-30deg) scale(1, 0.866);
}
#pause .triangle:before,
#play .triangle:before,
#pause .triangle:after,
#play .triangle:after {
  content: '';
  position: absolute;
  background-color: inherit;
}
#pause .triangle,
#play .triangle,
#pause .triangle:before,
#play .triangle:before,
#pause .triangle:after,
#play .triangle:after {
  width: 4.411111em;
  height: 4.411111em;
  border-top-right-radius: 30%;
}
#pause .triangle:before,
#play .triangle:before {
  -moz-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
  -webkit-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
  -ms-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
  transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
}
#pause .triangle:after,
#play .triangle:after {
  -moz-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
  -webkit-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
  -ms-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
  transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
}
#pause .pausebuttons,
#play .pausebuttons {
  width: 2.2055555em;
  height: 7.9399998em;
  background-color: #ffffff;
  border-radius: 1em;
  position: relative;
  top: 2.55214279em;
  left: 3.96968233em;
}
#pause .pausebuttons:after,
#play .pausebuttons:after {
  content: '';
  width: inherit;
  height: inherit;
  position: absolute;
  border-radius: inherit;
  background-color: inherit;
  left: 150%;
}
#pause:hover,
#play:hover {
  animation: ppframe linear 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: ppframe linear 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: ppframe linear 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: ppframe linear 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: ppframe linear 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  cursor: pointer;
}
#header {
  /*    nav {
            float: right;
            padding: 2em;
            position: relative;
            i.fa {
                cursor: pointer;
            }
            &>div {
                &.active {
                    display: block;
                }
                font-size: 1.2em;
                position: absolute;
                right: 2em;
                top: 4.5em;
                display: none;
                text-align: right;
                line-height: 2em;
                z-index: 999;
                a {
                    text-shadow: 1px 1px 1px #303030;
                    white-space: nowrap;
                    display: block;
                    color: white;
                    text-decoration: none;
                    &:hover {
                        .animation;
                        text-decoration: underline;
                    }
                }
            }
        }*/
}
#header #logo {
  float: left;
  padding: 2em;
  width: 13.233333em;
}
#header #logo img {
  max-width: 80%;
  max-height: 80%;
  width: auto;
  height: auto;
}
#header .navlink {
  font-family: 'vida_21', sans-serif;
  float: right;
  padding: 1em 1em 0 0;
  position: relative;
  display: block;
  text-decoration: none;
  color: white;
  font-size: 1.4em;
  font-weight: 300;
}
#header .navlink:hover {
  opacity: 0.8;
}
#body {
  margin: 0px auto;
  width: 13.233333em;
  top: 50%;
  position: absolute;
  left: 30%;
  margin-top: -8.6166665em;
  margin-left: -6.6166665em;
}
#streamchanger {
  margin-top: -4em;
  height: 4em;
  width: 26.466666em;
  margin-left: -6.6166665em;
  margin-right: -6.6166665em;
  position: relative;
}
#streamchanger span {
  cursor: pointer;
  display: inline-block;
  text-align: left;
  margin-top: 20px;
  width: 12.57166635em;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#streamchanger span#stream2 {
  text-align: right;
}
#streamchanger span img {
  max-height: 1em;
  width: auto;
  max-width: 13.233333em;
  height: auto;
}
#streamchanger strong {
  position: absolute;
  top: -20px;
  display: block;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#streamchanger strong.right {
  right: 50px;
  left: auto;
}
#streamchanger strong.left {
  right: auto;
  left: 46px;
}
#streamchanger strong img {
  opacity: 0.8;
}
#streamchanger strong.stop img {
  opacity: 0;
}
#footer {
  width: 100%;
  position: absolute;
  bottom: 5px;
  text-align: center;
  /*    #donate {
            padding-bottom: 1em;
            a {
                display: inline-block;
                background-color: white;
                color: gray;
                border-radius: 20px;
                font-size: 1.3em;
                padding: 0em 1em .1em 1em;
                text-decoration: none;
                font-style: italic;
                &:hover {
                    .animation;
                }
            }
        }*/
}
#footer #notes {
  clear: both;
  left: 1em;
  bottom: 1em;
  position: absolute;
}
#footer #footerlinks {
  clear: both;
  right: 2em;
  bottom: 1em;
  position: absolute;
}
#footer #footerlinks > a,
#footer #footerlinks #share {
  font-size: 28px;
  line-height: 28px;
  color: #ffffff;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 0px 10px;
  cursor: pointer;
  position: relative;
}
#footer #footerlinks > a:hover,
#footer #footerlinks #share:hover {
  animation: ppframe linear 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: ppframe linear 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: ppframe linear 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: ppframe linear 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: ppframe linear 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
}
#footer #footerlinks > a img,
#footer #footerlinks #share img {
  max-width: 28px;
  max-height: 28px;
  width: auto;
  height: auto;
}
#shareplace {
  display: none;
  position: absolute;
  width: 13.233333em;
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 3.5em;
  right: -1em;
  border: 1px solid #ffffff;
  padding: 0.2em 1em 0.7em 1em;
  font-size: 0.5em;
}
#shareplace span {
  text-shadow: 1px 1px 1px #303030;
  text-align: left;
  display: block;
}
#shareplace span#triangle {
  position: absolute;
  bottom: -15px;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 20px 0 20px;
  border-color: #ffffff transparent transparent transparent;
}
#shareplace span#closebutton {
  position: absolute;
  top: 0em;
  right: 0.5em;
  cursor: pointer;
}
#shareplace span#sharetitle {
  margin-right: 30px;
}
#shareplace span.asli {
  cursor: pointer;
}
#shareplace span.asli:hover {
  animation: ppframe linear 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: ppframe linear 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: ppframe linear 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: ppframe linear 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: ppframe linear 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  text-decoration: underline;
}
#shareplace span.asli .fa {
  width: 1.5em;
}
#shareplace span.asli em {
  font-style: normal;
}
#shareplace span input {
  color: #333333;
  max-width: 180px;
  width: 100%;
  font-size: 0.9em;
}
.jp-volume-slider {
  opacity: 0;
  width: 58%;
  position: absolute;
  left: 22%;
  top: 14.233333em;
  margin: 0px auto;
  height: 4em;
}
.jp-volume-slider .ui-slider-handle {
  height: 4.5em;
  -ms-touch-action: none;
  touch-action: none;
}
#volumebars {
  width: 60%;
  margin: 0px auto;
  position: absolute;
  left: 22%;
  top: 14.233333em;
  text-align: justify;
}
#volumebars span {
  display: inline-block;
  background-color: transparent;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  width: 8.33333333%;
  margin-left: 1.33333333%;
  margin-right: 1.33333333%;
  border-radius: 5px;
  height: 4em;
}
#volumebars span:nth-child(1) {
  height: 0.57142857em;
}
#volumebars span:nth-child(2) {
  height: 1.14285714em;
}
#volumebars span:nth-child(3) {
  height: 1.71428571em;
}
#volumebars span:nth-child(4) {
  height: 2.28571429em;
}
#volumebars span:nth-child(5) {
  height: 2.85714286em;
}
#volumebars span:nth-child(6) {
  height: 3.42857143em;
}
#volumebars span:nth-child(7) {
  height: 4em;
}
#volumebars span.selected {
  background-color: #ffffff;
}
#currtitleinsert {
  position: absolute;
  text-align: center;
  width: 26.466666em;
  margin-left: -6.6166665em;
}
#currtitleinsert .tracktitle {
  font-size: 1.2em;
  display: block;
  font-style: italic;
  font-weight: bold;
}
#currtitleinsert .artist {
  display: block;
}
@media (max-width: 800px) {
  #body {
    left: 50%;
  }
}
@media (max-width: 640px) {
  body {
    background-image: url(../image/bg_mobile.jpg);
  }
  #body {
    left: 50%;
  }
  video {
    display: none;
  }
}
@media (max-width: 500px) {
  #header #logo {
    margin: 0px auto;
  }
  #header nav > div {
    font-size: 1em;
  }
  #footer a {
    zoom: 0.8;
  }
  #footer {
    width: 13.233333em;
    left: 50%;
    margin-left: -6.6166665em;
  }
  #footer #footerlinks {
    position: static;
  }
  #shareplace {
    background-color: #ffffff;
    right: -3.30833325em;
    color: #333333;
  }
  #shareplace span {
    text-shadow: none;
  }
  #shareplace span#triangle {
    right: 3.30833325em;
  }
}
@media (max-width: 500px) and (max-height: 800px) {
  body {
    font-size: 11.25px;
  }
  #body {
    left: 50%;
  }
}
@media (max-width: 580px) and (max-height: 400px) {
  body {
    font-size: 10.1px;
  }
  #header #logo {
    margin: 0 0 0 0;
  }
  #body {
    left: 50%;
    font-size: 10px;
  }
  #body .jp-audio {
    font-size: 8px;
  }
  #body .jp-audio .jp-controls {
    margin-left: 1em;
  }
  #footer {
    width: 100%;
  }
  #footer #donate {
    padding-bottom: 2em;
    position: absolute;
    right: 2em;
    bottom: 3em;
    font-size: 12px;
  }
  #footer #footerlinks > a,
  #footer #footerlinks #share {
    font-size: 20px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    margin: 0px 10px;
  }
  #footer #footerlinks > a img,
  #footer #footerlinks #share img {
    max-width: 20px;
    max-height: 20px;
    width: auto;
    height: auto;
  }
  #shareplace {
    background-color: #ffffff;
    right: -2em;
    color: #333333;
  }
  #shareplace span {
    text-shadow: none;
  }
  #shareplace span#triangle {
    right: 15px;
  }
}
@keyframes ppframe {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes ppframe {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ppframe {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes ppframe {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes ppframe {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/*# sourceMappingURL=css.css.map */