



<link rel="stylesheet" href="<? echo $css_path.'w3-theme-black.css'; ?>">
<link rel="stylesheet" href="<? echo $css_path.'font-awesome.min.css'; ?>" data-noprefix>


 <script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">



<style type='text/css'>



* {
  box-sizing: border-box;
}

#playerWrapper {
    position: relative;
//    width: 340px;
//    background-color: #f5f5f5;
//    border: 1px solid black;
//    margin-bottom: 1em;
//    padding: 1em 1em 1em 1em;
    transition-property: all;
    transition-duration: 100ms;
    transition-timing-function: ease-in-out;
}
p {
  width: 60%;
}


.buttonY {
  display: inline-block;
  font-family: "Montserrat", "Trebuchet MS", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  position: relative;
  padding: 1em 1.4em;
  padding-right: 3.7em;
  background: #009ED8;
  border: none;
  color: #186156;
  transition: 0.2s;
  font-size: 1.3em;
  font-weight: bold;
}
.buttonY:before,
.buttonY:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding-top: inherit;
  padding-bottom: inherit;
  width: 2.5em;
  content: "\00a0";
  font-family: 'FontAwesome', sans-serif;
  font-size: 1.2em;
  text-align: center;
  transition: 0.2s;
  transform-origin: 50% 60%;
}
.buttonY:before {
  background: rgba(0, 0, 0, 0.1);
}
.buttonY:hover {
  background: #0079a5;
}
.buttonY:active,
.buttonY:focus {
  background: #002e3f;
  outline: none;
}
.buttonY {
  min-width: 10em;
}
.arrowY {
  background: gold;

}
.arrowY:hover {
  background: goldenrod;
  color:white;
}
.arrowY:active,
.arrowY:focus {
  background: goldenrod;
}
.arrowY:after {
  content: "\F054";
}
.arrowY:hover:after {
  -webkit-animation: bounceright 0.3s alternate ease infinite;
  animation: bounceright 0.3s alternate ease infinite;
}



.buttonX {
  display: inline-block;
  font-family: "Montserrat", "Trebuchet MS", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  position: relative;
  padding: 1em 1.4em;
  padding-right: 3.7em;
  background: #009ED8;
  border: none;
  color: #186156;
  transition: 0.2s;
  font-size: 1.5em;
  font-weight: bold;
}
.buttonX:before,
.buttonX:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding-top: inherit;
  padding-bottom: inherit;
  width: 2.8em;
  content: "\00a0";
  font-family: 'FontAwesome', sans-serif;
  font-size: 1.2em;
  text-align: center;
  transition: 0.2s;
  transform-origin: 50% 60%;
}
.buttonX:before {
  background: rgba(0, 0, 0, 0.1);
}
.buttonX:hover {
  background: #0079a5;
}
.buttonX:active,
.buttonX:focus {
  background: #002e3f;
  outline: none;
}
.buttonX {
  min-width: 15em;
}
.arrowX {
  background: gold;

}
.arrowX:hover {
  background: goldenrod;
  color:white;
}
.arrowX:active,
.arrowX:focus {
  background: goldenrod;
}
.arrowX:after {
  content: "\F054";
}
.arrowX:hover:after {
  -webkit-animation: bounceright 0.3s alternate ease infinite;
  animation: bounceright 0.3s alternate ease infinite;
}

.arrowV {
  background: green;
}
.arrowV:hover {
  background: seagreen;
  color:white;
}
.arrowV:active,
.arrowV:focus {
  background: green;
}
.arrowV:after {
  content: "\F054";
}
.arrowV:hover:after {
  -webkit-animation: bounceright 0.3s alternate ease infinite;
  animation: bounceright 0.3s alternate ease infinite;
}

.arrowR {
  background: #186156;
	color: lightgrey;
}
.arrowR:hover {
  background: seagreen;
  color:white;
}
.arrowR:active,
.arrowR:focus {
  background: seagreen;
}
.arrowR:after {
  content: "\F054";
}
.arrowR:hover:after {
  -webkit-animation: bounceright 0.3s alternate ease infinite;
  animation: bounceright 0.3s alternate ease infinite;
}




.buttonREG {
  display: inline-block;
  font-family: "Montserrat", "Trebuchet MS", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  position: relative;
  padding: 1em 1.4em;
  padding-right: 3.7em;
  background: #009ED8;
  border: none;
  color: white;
  transition: 0.2s;
  font-size: 1.5em;
  font-weight: bold;
}
.buttonREG:before,
.buttonREG:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding-top: inherit;
  padding-bottom: inherit;
  width: 2.8em;
  content: "\00a0";
  font-family: 'FontAwesome', sans-serif;
  font-size: 1.2em;
  text-align: center;
  transition: 0.2s;
  transform-origin: 50% 60%;
}
.buttonREG:before {
  background: rgba(0, 0, 0, 0.1);
}
.buttonREG:hover {
  background: #0079a5;
}
.buttonREG:active,
.buttonREG:focus {
  background: #002e3f;
  outline: none;
}
.buttonREG {
  min-width: 15em;
}
.arrowREG {
  background: green;

}
.arrowREG:hover {
  background: seagreen;
  color:white;
}
.arrowREG:active,
.arrowREG:focus {
  background: seagreen;
}
.arrowREG:after {
  content: "\F054";
}
.arrowREG:hover:after {
  -webkit-animation: bounceright 0.3s alternate ease infinite;
  animation: bounceright 0.3s alternate ease infinite;
}


.buttonBlu {
  display: inline-block;
  font-family: "Montserrat", "Trebuchet MS", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  position: relative;
  padding: 1em 1.4em;
  padding-right: 3.7em;
  background: #009ED8;
  border: none;
  color: white;
  transition: 0.2s;
  font-size: 1.5em;
  font-weight: bold;
}
.buttonBlu:before,
.buttonBlu:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding-top: inherit;
  padding-bottom: inherit;
  width: 2.8em;
  content: "\00a0";
  font-family: 'FontAwesome', sans-serif;
  font-size: 1.2em;
  text-align: center;
  transition: 0.2s;
  transform-origin: 50% 60%;
}
.buttonBlu:before {
  background: rgba(0, 0, 0, 0.1);
}
.buttonBlu:hover {
  background: #0079a5;
}
.buttonBlu:active,
.buttonBlu:focus {
  background: #002e3f;
  outline: none;
}
.buttonBlu {
  min-width: 15em;
}
.arrowBlu {
  background: #0c8fae;

}
.arrowBlu:hover {
  background: #08718a;
  color:white;
}
.arrowBlu:active,
.arrowBlu:focus {
  background: #08718a;
}
.arrowBlu:after {
  content: "\F054";
}
.arrowBlu:hover:after {
  -webkit-animation: bounceright 0.3s alternate ease infinite;
  animation: bounceright 0.3s alternate ease infinite;
}


@-webkit-keyframes bounceright {
  from {
    -webkit-transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(3px);
  }
}
@-webkit-keyframes wiggle {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(30deg);
  }
}
@keyframes bounceright {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(3px);
  }
}
@keyframes wiggle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(30deg);
  }
}
</style>
