/* COLORS */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
  min-height: 101%; }

html, body {
  font-size: 10px;
  position: relative;
  background-color: #fbfbfb;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: table;
  width: 100%;
  height: 100%;
  margin: 0;
  color: #aFB7B9;
  padding: 0;
  font-family: "Roboto Mono", monospace, Helvetica, Arial; }

p, label {
  font-size: 1.4rem; }

a {
  color: #e6629a; }

.ctTitleHome {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 600px;
  line-height: 550px;
  text-align: center; }
  .ctTitleHome .arrowBottom {
    display: inline-block;
    line-height: 0;
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    bottom: 100px;
    background: none;
    border: 0;
    transform: scale3d(1, 1, 1) translateX(-50%); }
  .ctTitleHome h1 {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    line-height: 7rem;
    font-size: 8rem;
    color: #ffffff; }
  @media (max-width: 700px) {
    .ctTitleHome {
      display: none; } }

.ctTitleHomeRelative {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 600px; }

.mainTitle {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0;
  font-size: 1.5rem;
  font-weight: normal;
  font-family: "Roboto Mono", monospace;
  color: #aFB7B9; }

.legal {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 1.2rem; }

.background, .bgHomeContainer .bgHome {
  position: absolute;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }
  .background div.image, .bgHomeContainer .bgHome div.image {
    position: absolute;
    top: -40px;
    left: -40px;
    width: 115%;
    height: 115%;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-filter: blur(15px);
    -ms-filter: blur(15px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px); }

.bgHomeContainer {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  padding: 0;
  background-color: #2C2F36; }
  .bgHomeContainer.display {
    display: table; }
  .bgHomeContainer .bgHome {
    background-color: #ffffff;
    transform: scale3d(1, 1, 1); }
    .bgHomeContainer .bgHome div.image {
      background-color: #BEA5B8;
      background-image: url("../images/bgMoldau.jpg");
      filter: none;
      opacity: 0.8; }
      @media (max-width: 700px) {
        .bgHomeContainer .bgHome div.image {
          background-color: #1f2125;
          background-image: none; } }

.fullOverlay, .fullOverlayWithContent {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 0;
  display: table;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .fullOverlay .bg, .fullOverlayWithContent .bg {
    position: absolute;
    width: 100%;
    height: 100%; }
  .fullOverlay.display, .display.fullOverlayWithContent {
    z-index: 2;
    visibility: visible;
    opacity: 1; }
    .fullOverlay.display.fullOverlay_topOfAll, .display.fullOverlay_topOfAll.fullOverlayWithContent {
      z-index: 5; }
  .fullOverlay.dark, .dark.fullOverlayWithContent {
    background-color: rgba(0, 0, 0, 0.6); }
  .fullOverlay .table, .fullOverlayWithContent .table {
    width: 100%;
    height: 100%;
    display: table-cell;
    text-align: center;
    vertical-align: middle; }
  .fullOverlay.transparent, .transparent.fullOverlayWithContent {
    opacity: 0; }

.fullOverlayWithContent {
  position: absolute;
  background-color: transparent; }
  .fullOverlayWithContent.display {
    -webkit-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    z-index: 600;
    visibility: visible;
    opacity: 1; }

.shadow, .btn-primary, .panel, .menu .menuItem, .search .containerURL .panelHome {
  box-shadow: 1px 3px 8px 0px rgba(0, 0, 0, 0.1); }

.framerate {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 50px;
  background-color: #000000;
  padding: 15px;
  z-index: 50; }

/*------------------------------*/
/* CONTAINER */
/*------------------------------*/
.container {
  margin: 0;
  padding: 0;
  position: relative;
  display: none;
  text-align: center;
  width: 100%; }

/*------------------------------*/
/* FOOTER */
/*------------------------------*/
.footer {
  display: block;
  background-color: transparent;
  margin-top: 50px;
  padding: 0px;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  color: #888888; }

.footerBar {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 3;
  padding: 8px 15px 12px;
  background-color: #2C2F36;
  transform: translateY(100px);
  transition: transform 0.3s ease-out; }
  .footerBar__display {
    transform: translateY(0); }

/** Components **/
@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-ms-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

.uil-ring-css {
  background: none;
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px; }

.uil-ring-css > div {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  top: 15px;
  left: 15px;
  border-radius: 30px;
  box-shadow: 0 3px 0 0 #ffffff;
  -ms-animation: uil-ring-anim 1s linear infinite;
  -moz-animation: uil-ring-anim 1s linear infinite;
  -webkit-animation: uil-ring-anim 1s linear infinite;
  -o-animation: uil-ring-anim 1s linear infinite;
  animation: uil-ring-anim 1s linear infinite; }

/* ==========================================================================
droplistcheckbox
========================================================================== */
.droplistcheckbox, .dropbox {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 45px;
  padding: 0; }
  .droplistcheckbox .colorSquare, .dropbox .colorSquare {
    display: table-cell;
    position: relative;
    z-index: 1;
    height: 45px; }
  .droplistcheckbox .selector, .dropbox .selector {
    position: absolute;
    cursor: pointer;
    display: block;
    overflow: hidden;
    height: 45px;
    width: 100%;
    outline: 0px none;
    background-color: #1f2125;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 1.4rem;
    z-index: 5; }
    .droplistcheckbox .selector:hover a.arrowBtn, .dropbox .selector:hover a.arrowBtn {
      background-color: #2f3236; }
    .droplistcheckbox .selector a, .dropbox .selector a {
      line-height: 45px;
      height: 45px;
      display: block;
      text-decoration: none;
      color: #aFB7B9;
      text-align: left; }
    .droplistcheckbox .selector .entry, .dropbox .selector .entry {
      color: #aaaaaa; }
      .droplistcheckbox .selector .entry.hided, .dropbox .selector .entry.hided {
        display: none; }
    .droplistcheckbox .selector .multiSel, .dropbox .selector .multiSel {
      display: table;
      width: 90%;
      color: #aFB7B9; }
    .droplistcheckbox .selector .inputHided, .dropbox .selector .inputHided {
      display: none;
      position: absolute;
      z-index: -1;
      background-color: transparent;
      border: none;
      color: transparent; }
    .droplistcheckbox .selector a.arrowBtn, .dropbox .selector a.arrowBtn {
      position: absolute;
      display: inline-block;
      right: 0px;
      top: 0px;
      width: 10%;
      height: 45px;
      background-color: #1f2125;
      z-index: 1; }
      .droplistcheckbox .selector a.arrowBtn span, .dropbox .selector a.arrowBtn span {
        display: inline-block;
        position: absolute;
        font: 10px "Consolas", monospace;
        color: #ffffff;
        left: 50%;
        top: 15px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg); }
  .droplistcheckbox .listSelect, .dropbox .listSelect {
    position: absolute;
    width: 0px;
    max-height: 250px;
    overflow-y: scroll;
    background-color: #1f2125;
    z-index: 4;
    top: 45px;
    opacity: 0;
    padding: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    -webkit-transition: transform 0.2s ease-out;
    -ms-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out; }
    .droplistcheckbox .listSelect .checkHided, .dropbox .listSelect .checkHided {
      position: absolute;
      width: 0;
      opacity: 0; }
    .droplistcheckbox .listSelect.display, .dropbox .listSelect.display {
      -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
      -moz-transform: scaleY(1);
      -o-transform: scaleY(1);
      transform: scaleY(1);
      width: 100%;
      opacity: 1; }
    .droplistcheckbox .listSelect .mutliSelect, .dropbox .listSelect .mutliSelect {
      display: block;
      width: 100%;
      height: 100%; }
      .droplistcheckbox .listSelect .mutliSelect ul, .dropbox .listSelect .mutliSelect ul {
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0; }
        .droplistcheckbox .listSelect .mutliSelect ul li, .dropbox .listSelect .mutliSelect ul li {
          position: relative;
          padding: 0;
          line-height: 0;
          list-style: none;
          cursor: pointer;
          border-top: solid 1px #2f3236; }
          .droplistcheckbox .listSelect .mutliSelect ul li.selected a:before, .dropbox .listSelect .mutliSelect ul li.selected a:before {
            opacity: 0.5; }
          .droplistcheckbox .listSelect .mutliSelect ul li a, .dropbox .listSelect .mutliSelect ul li a {
            position: relative;
            display: inline-block;
            width: 100%;
            height: 45px;
            margin: 0;
            text-align: left;
            padding-left: 0;
            padding-right: 0;
            color: #aFB7B9; }
            .droplistcheckbox .listSelect .mutliSelect ul li a:before, .dropbox .listSelect .mutliSelect ul li a:before {
              content: '';
              position: absolute;
              display: block;
              z-index: 2;
              top: 0;
              left: 0;
              background-color: #000000;
              width: 100%;
              height: 45px;
              opacity: 0;
              transition: opacity 0.2s ease-out; }
            .droplistcheckbox .listSelect .mutliSelect ul li a:hover:before, .droplistcheckbox .listSelect .mutliSelect ul li a.over:before, .dropbox .listSelect .mutliSelect ul li a:hover:before, .dropbox .listSelect .mutliSelect ul li a.over:before {
              opacity: 0.5; }
          .droplistcheckbox .listSelect .mutliSelect ul li .ctColorSquare, .dropbox .listSelect .mutliSelect ul li .ctColorSquare {
            position: relative;
            display: table;
            width: 100%;
            height: 45px; }
          .droplistcheckbox .listSelect .mutliSelect ul li span, .dropbox .listSelect .mutliSelect ul li span {
            margin-top: 0px;
            display: inline-block;
            vertical-align: top; }
          .droplistcheckbox .listSelect .mutliSelect ul li input, .dropbox .listSelect .mutliSelect ul li input {
            display: block;
            position: absolute;
            opacity: 0;
            padding: 0;
            margin-bottom: 0px;
            margin-top: 0px;
            width: auto;
            height: auto;
            margin: 10px 10px 0 0; }
          .droplistcheckbox .listSelect .mutliSelect ul li.disabled, .dropbox .listSelect .mutliSelect ul li.disabled {
            opacity: 0.5; }
          .droplistcheckbox .listSelect .mutliSelect ul li.all, .dropbox .listSelect .mutliSelect ul li.all {
            padding-left: 0; }
          .droplistcheckbox .listSelect .mutliSelect ul li .labelColorSquares, .dropbox .listSelect .mutliSelect ul li .labelColorSquares {
            position: absolute;
            display: inline-block;
            top: 0;
            left: 0;
            z-index: 2;
            text-align: center;
            font-size: 1.5rem;
            background-color: rgba(0, 0, 0, 0.5);
            color: #ffffff;
            width: 100%;
            height: 45px;
            padding: 0; }
            .droplistcheckbox .listSelect .mutliSelect ul li .labelColorSquares span, .dropbox .listSelect .mutliSelect ul li .labelColorSquares span {
              margin-top: 22px; }
        .droplistcheckbox .listSelect .mutliSelect ul li:first-child, .dropbox .listSelect .mutliSelect ul li:first-child {
          border-top: none; }

.btn {
  padding: 10px;
  text-decoration: none; }
  .btn a {
    color: #ffffff; }

.btn-primary {
  font-size: 1.4rem;
  height: 50px;
  background-color: #ffffff;
  min-width: 100px;
  border: none;
  color: #333333;
  font-weight: normal;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .btn-primary:focus, .btn-primary:hover {
    height: 50px;
    background-color: #eeeeee; }

.buttonPlay {
  width: 70px;
  height: 70px;
  display: inline-block;
  line-height: 70px;
  vertical-align: middle;
  text-align: center;
  background-color: #ffffff;
  border: 0;
  border-radius: 150px;
  z-index: 20;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .buttonPlay div {
    position: relative !important;
    display: inline-block;
    padding: 0;
    margin: 0;
    color: #000000;
    font-size: 1.5rem; }

/*------------------------------*/
/* BUTTON CLOSE */
/*------------------------------*/
.btnClose {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  background-color: transparent;
  top: 15px;
  right: 15px;
  cursor: pointer; }
  .btnClose:after {
    content: 'X';
    color: #ffffff;
    font-size: 2.5rem;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0; }

input[type="radio"], input[type="checkbox"] {
  display: inline-block !important;
  padding: 0;
  height: 15px !important;
  width: 15px !important; }

.urlChange {
  top: 120px;
  left: 140px;
  vertical-align: top; }
  .urlChange .input-group {
    vertical-align: top;
    display: block; }
    .urlChange .input-group input {
      width: 250px; }
  .urlChange button {
    margin-left: 15px;
    vertical-align: top;
    display: inline-block; }

.zoneDrag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: table-cell; }

.inputFile {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: inline-block;
  cursor: pointer; }
  .inputFile .button {
    display: inline-block; }
  .inputFile p {
    padding: 12px;
    display: inline-block; }
  .inputFile input {
    cursor: pointer;
    position: absolute !important;
    z-index: 2;
    top: 0;
    left: 0;
    height: 600px;
    opacity: 0 !important; }

.input-group {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%; }
  .input-group label {
    padding-right: 10px; }
  .input-group input {
    outline: 0;
    background-color: transparent;
    border: 0;
    border-bottom: solid 1px #cccccc;
    font-size: 1.7rem;
    font-weight: normal;
    padding: 5px 0;
    margin: 0;
    box-shadow: none;
    color: #ffffff;
    opacity: 0.7; }
    .input-group input:focus {
      opacity: 1; }
  .input-group input.checkbox {
    margin-top: 8px; }
  .input-group input.inputColor {
    max-width: 70px;
    margin-right: 10px; }

.colorpicker {
  width: 356px;
  height: 176px;
  overflow: hidden;
  position: absolute;
  z-index: 7;
  background: url(../images/colorpicker/colorpicker_background.png);
  font-family: Arial, Helvetica, sans-serif;
  display: none; }

.colorpicker_color {
  width: 150px;
  height: 150px;
  left: 14px;
  top: 13px;
  position: absolute;
  background: #f00;
  overflow: hidden;
  cursor: crosshair; }

.colorpicker_color div {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  background: url(../images/colorpicker/colorpicker_overlay.png); }

.colorpicker_color div div {
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  height: 11px;
  overflow: hidden;
  background: url(../images/colorpicker/colorpicker_select.gif);
  margin: -5px 0 0 -5px; }

.colorpicker_hue {
  position: absolute;
  top: 13px;
  left: 171px;
  width: 35px;
  height: 150px;
  cursor: n-resize; }

.colorpicker_hue div {
  position: absolute;
  width: 35px;
  height: 9px;
  overflow: hidden;
  background: url(../images/colorpicker/colorpicker_indic.gif) left top;
  margin: -4px 0 0 0;
  left: 0px; }

.colorpicker_new_color {
  position: absolute;
  width: 60px;
  height: 30px;
  left: 213px;
  top: 13px;
  background: #f00; }

.colorpicker_current_color {
  position: absolute;
  width: 60px;
  height: 30px;
  left: 283px;
  top: 13px;
  background: #f00; }

.colorpicker input {
  background-color: transparent;
  border: 1px solid transparent;
  position: absolute;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: #898989;
  top: 4px;
  right: 11px;
  text-align: right;
  margin: 0;
  padding: 0;
  height: 11px; }

.colorpicker_hex {
  position: absolute;
  width: 72px;
  height: 22px;
  background: url(../images/colorpicker/colorpicker_hex.png) top;
  left: 212px;
  top: 142px; }

.colorpicker_hex input {
  right: 6px; }

.colorpicker_field {
  height: 22px;
  width: 62px;
  background-position: top;
  position: absolute; }

.colorpicker_field span {
  position: absolute;
  width: 12px;
  height: 22px;
  overflow: hidden;
  top: 0;
  right: 0;
  cursor: n-resize; }

.colorpicker_rgb_r {
  background-image: url(../images/colorpicker/colorpicker_rgb_r.png);
  top: 52px;
  left: 212px; }

.colorpicker_rgb_g {
  background-image: url(../images/colorpicker/colorpicker_rgb_g.png);
  top: 82px;
  left: 212px; }

.colorpicker_rgb_b {
  background-image: url(../images/colorpicker/colorpicker_rgb_b.png);
  top: 112px;
  left: 212px; }

.colorpicker_hsb_h {
  background-image: url(../images/colorpicker/colorpicker_hsb_h.png);
  top: 52px;
  left: 282px; }

.colorpicker_hsb_s {
  background-image: url(../images/colorpicker/colorpicker_hsb_s.png);
  top: 82px;
  left: 282px; }

.colorpicker_hsb_b {
  background-image: url(../images/colorpicker/colorpicker_hsb_b.png);
  top: 112px;
  left: 282px; }

.colorpicker_submit {
  position: absolute;
  width: 22px;
  height: 22px;
  background: url(../images/colorpicker/colorpicker_submit.png) top;
  left: 322px;
  top: 142px;
  overflow: hidden; }

.colorpicker_focus {
  background-position: center; }

.colorpicker_hex.colorpicker_focus {
  background-position: bottom; }

.colorpicker_submit.colorpicker_focus {
  background-position: bottom; }

.colorpicker_slider {
  background-position: bottom; }

/** Blocks **/
.panel {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 800px;
  min-height: 100%;
  z-index: 4;
  padding: 30px;
  background-color: #2C2F36;
  border: solid 0px #cccccc;
  transform: scale3d(1, 1, 1) translateX(-800px);
  transition: transform 0.3s ease-out; }
  @media (max-width: 700px) {
    .panel {
      left: 0px;
      top: 0px;
      width: 100%;
      transform: translateX(-100%); } }
  .panel.opened {
    transform: translateX(0); }
  .panel.hided {
    display: none; }
  .panel__title {
    font-size: 1.5rem;
    text-align: left;
    margin: 40px 0;
    padding: 0 0 15px 0;
    color: #e6629a;
    font-weight: normal;
    font-family: "Roboto Mono", monospace;
    position: relative; }
  .panel__subTitle {
    font-size: 1.5rem;
    text-align: center;
    margin-top: 0;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: normal; }

.tools, .containerListMusic {
  text-align: left;
  width: 800px; }
  @media (max-width: 700px) {
    .tools, .containerListMusic {
      width: 100%; } }

.tools div.button, .containerListMusic div.button, .container div.button {
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-top: 10px; }
  .tools div.button button, .containerListMusic div.button button, .container div.button button {
    display: inline-block; }

.tools .myGroup, .containerListMusic .myGroup, .container .myGroup {
  position: relative;
  display: block;
  vertical-align: middle;
  width: 100%;
  height: auto;
  margin-bottom: 25px;
  padding-right: 10px; }
  .tools .myGroup .input.colorsNotes, .containerListMusic .myGroup .input.colorsNotes, .container .myGroup .input.colorsNotes {
    margin-top: 5px; }
  .tools .myGroup.inline, .containerListMusic .myGroup.inline, .container .myGroup.inline {
    margin-bottom: 15px; }
    .tools .myGroup.inline label, .containerListMusic .myGroup.inline label, .container .myGroup.inline label {
      display: inline-block;
      margin-top: 17px;
      width: 35%;
      text-align: right; }
    .tools .myGroup.inline input, .containerListMusic .myGroup.inline input, .container .myGroup.inline input {
      display: inline-block;
      width: 62%; }
    .tools .myGroup.inline .input, .containerListMusic .myGroup.inline .input, .container .myGroup.inline .input {
      display: inline-block;
      width: 62%; }
  .tools .myGroup.col2, .containerListMusic .myGroup.col2, .container .myGroup.col2 {
    display: inline-block;
    margin-bottom: 10px;
    width: 49%; }
  @media (max-width: 600px) {
    .tools .myGroup.inline, .containerListMusic .myGroup.inline, .container .myGroup.inline {
      margin-bottom: 15px; }
      .tools .myGroup.inline label, .containerListMusic .myGroup.inline label, .container .myGroup.inline label {
        display: block;
        width: 100%;
        text-align: left; }
      .tools .myGroup.inline input, .containerListMusic .myGroup.inline input, .container .myGroup.inline input {
        display: block;
        width: 100%; }
      .tools .myGroup.inline .input, .containerListMusic .myGroup.inline .input, .container .myGroup.inline .input {
        width: 100%; }
    .tools .myGroup.col2, .containerListMusic .myGroup.col2, .container .myGroup.col2 {
      width: 100%; } }
  .tools .myGroup label, .containerListMusic .myGroup label, .container .myGroup label {
    margin: 5px 5px 0 0;
    padding: 0;
    display: inline-block;
    height: auto;
    text-align: left;
    vertical-align: middle; }
  .tools .myGroup p, .containerListMusic .myGroup p, .container .myGroup p {
    margin-top: 10px;
    line-height: normal; }
  .tools .myGroup select, .containerListMusic .myGroup select, .container .myGroup select {
    display: inline-block;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 30px; }
  .tools .myGroup input, .containerListMusic .myGroup input, .container .myGroup input {
    float: none;
    display: block;
    vertical-align: top;
    margin-top: 5px;
    width: 100%; }
  .tools .myGroup .input, .containerListMusic .myGroup .input, .container .myGroup .input {
    width: 100%;
    height: 30px; }
  .tools .myGroup input.checkbox, .containerListMusic .myGroup input.checkbox, .container .myGroup input.checkbox {
    margin-top: 8px; }

.containerListMusic {
  text-align: center; }
  .containerListMusic.overflowHidden {
    height: 100%;
    overflow-y: hidden; }
  .containerListMusic ul.gridList {
    list-style: none;
    width: 100%;
    padding: 0;
    position: relative;
    margin: 35px auto 0; }
    .containerListMusic ul.gridList .listItemAdd {
      position: relative;
      display: inline-block;
      padding: 0;
      list-style: none;
      width: 100% !important;
      margin-top: 25px;
      border: solid 1px #cccccc;
      background-color: #ffffff;
      border-radius: 6px;
      text-align: left;
      vertical-align: middle;
      height: 250px; }
      .containerListMusic ul.gridList .listItemAdd a {
        display: block;
        width: 100%;
        height: 100%;
        line-height: 250px;
        text-align: center;
        text-decoration: none;
        color: #e6629a;
        font-family: "Roboto Mono", monospace;
        font-size: 2rem; }
    .containerListMusic ul.gridList .listItem {
      position: relative;
      display: inline-block;
      padding: 0;
      margin: 0 0 12px 0;
      list-style: none;
      width: 250px;
      text-align: left;
      vertical-align: top;
      background-color: #1f2125; }
      .containerListMusic ul.gridList .listItem .ctItem {
        overflow: hidden; }
      .containerListMusic ul.gridList .listItem:first-child {
        width: 512px; }
      @media (max-width: 700px) {
        .containerListMusic ul.gridList .listItem:first-child {
          width: 250px; } }
      .containerListMusic ul.gridList .listItem a:hover .listItemInfo {
        transform: translateY(60%) scale(0.85); }
        .containerListMusic ul.gridList .listItem a:hover .listItemInfo:before {
          background-color: #e6629a; }
      .containerListMusic ul.gridList .listItem a:hover .list__title:before {
        opacity: 0.8; }
      .containerListMusic ul.gridList .listItem a:hover p {
        transform: translateY(0); }
      .containerListMusic ul.gridList .listItem .listItemInfoOver {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .containerListMusic ul.gridList .listItem .listItemInfo {
        position: relative;
        z-index: 2;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: transform 0.3s ease-out;
        transform: scale3d(1, 1, 1); }
        .containerListMusic ul.gridList .listItem .listItemInfo:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          text-align: center;
          width: 100%;
          height: 100%;
          z-index: 2;
          background-color: #ffffff;
          opacity: 0.1;
          transition: all 0.3s ease-out;
          transform: scale3d(1); }
      .containerListMusic ul.gridList .listItem p {
        color: #e6629a;
        padding: 20px 10px 0px 10px;
        line-height: 2rem;
        text-align: center;
        font-size: 1.4rem;
        width: 100%;
        margin: 0;
        font-weight: normal;
        display: block;
        transform: translateY(50px);
        transition: transform 0.3s ease-out;
        transform: scale3d(1); }
      .containerListMusic ul.gridList .listItem .list__title {
        position: absolute;
        bottom: 0;
        left: 0;
        text-align: center;
        width: 100%;
        color: #ffffff;
        vertical-align: middle;
        line-height: 2rem;
        font-size: 1.5rem;
        margin: 0;
        padding: 10px 15px;
        font-family: "Roboto Mono", monospace;
        font-weight: normal;
        display: block;
        z-index: 3; }
        .containerListMusic ul.gridList .listItem .list__title:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          text-align: center;
          width: 100%;
          height: 100%;
          z-index: -1;
          background-color: #000000;
          opacity: 0.5;
          transition: all 0.3s ease-out;
          transform: scale3d(1); }
      .containerListMusic ul.gridList .listItem p.footer {
        color: #ffffff;
        text-align: center;
        font-weight: normal;
        padding: 5px 10px;
        font-style: italic;
        font-size: 1.3rem; }
      .containerListMusic ul.gridList .listItem a {
        display: block;
        position: relative;
        line-height: 0;
        width: 100%;
        height: 100%; }
      .containerListMusic ul.gridList .listItem img {
        width: 100% !important;
        height: auto !important; }
  .containerListMusic.entry {
    display: inline-block;
    position: relative;
    margin-top: 600px;
    margin-left: 15%;
    z-index: 4;
    overflow-y: visible;
    height: 100%;
    width: 70%;
    left: 0;
    transition: none;
    transform: translateX(0); }
    .containerListMusic.entry:before {
      content: '';
      position: absolute;
      top: 0;
      left: -50%;
      width: 50%;
      height: 100%;
      background-color: #2C2F36; }
    .containerListMusic.entry:after {
      content: '';
      position: absolute;
      top: 0;
      right: -50%;
      width: 50%;
      height: 100%;
      background-color: #2C2F36; }
    @media (max-width: 700px) {
      .containerListMusic.entry {
        margin-top: 0;
        margin-left: 0;
        left: 0px;
        top: 0px;
        width: 100%;
        transform: translateX(-100%); }
        .containerListMusic.entry:after, .containerListMusic.entry:before {
          content: none; } }
    .containerListMusic.entry.opened {
      transform: translateX(0); }
  .containerListMusic .listMusic {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    background-color: #fbfbfb;
    margin-bottom: 25px; }
    .containerListMusic .listMusic h2 {
      width: 100%;
      margin-bottom: 30px;
      text-align: center; }
    .containerListMusic .listMusic ul.listing {
      list-style: none;
      display: inline-block;
      width: 100%;
      padding: 0;
      position: relative; }
      .containerListMusic .listMusic ul.listing li {
        width: 100%;
        display: inline-block;
        list-style: none;
        text-align: center; }
        .containerListMusic .listMusic ul.listing li a {
          color: #000000; }

/**
 * Pure CSS3 Piano by Taufik Nurrohman
 * On: 1 December 2011
 * URL: http://hompimpaalaihumgambreng.blogspot.com/
 * Note: This experiment is under the God Almighty License.
 * Please do not replace or remove the attribution above if you want to save/modify this project legally.
 * Good luck!
 */
.pianokeyboard {
  position: absolute;
  display: block;
  width: 100%;
  left: 0px;
  bottom: 0px;
  z-index: 100;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  /* Piano Wrapper */
  /* Tuts */
  /* Black Tuts */
  /* Tooltips */
  /* Tooltip Arrow */
  /* Drop Down Menus */
  /* Loupe */
  /* Paper */
  /* Animation */ }
  .pianokeyboard.black {
    z-index: 102; }
    .pianokeyboard.black ul li {
      background: transparent; }
    .pianokeyboard.black ul li div.anchorBlack {
      display: block;
      height: 150px;
      background-color: transparent; }
  .pianokeyboard.directive {
    z-index: 101; }
    .pianokeyboard.directive ul li {
      background: transparent; }
    .pianokeyboard.directive ul li div.anchor {
      background-color: transparent; }
      .pianokeyboard.directive ul li div.anchor.on {
        background-color: #ff0000; }
    .pianokeyboard.directive ul li div.black {
      background-color: transparent; }
      .pianokeyboard.directive ul li div.black.on {
        background-color: #ff0000; }
  .pianokeyboard ul li div.anchor {
    display: block;
    height: 150px; }
  .pianokeyboard ul li div.black {
    position: absolute;
    top: 0px;
    left: 70%;
    width: 50%;
    height: 90px; }
  .pianokeyboard a {
    color: indigo;
    text-decoration: none; }
  .pianokeyboard a:hover {
    text-decoration: underline; }
  .pianokeyboard .p-wrapper {
    display: block;
    width: 100%; }
  .pianokeyboard ul {
    position: relative;
    display: block;
    width: 100%;
    height: 160px;
    margin: 0;
    padding: 0; }
  .pianokeyboard ul li {
    list-style: none;
    float: left;
    display: inline;
    background: #aaa;
    width: 2%;
    position: relative; }
  .pianokeyboard ul.piano li a, .pianokeyboard ul.piano li div.anchor {
    display: block;
    height: 150px;
    background: #fff;
    background: -webkit-linear-gradient(-30deg, #f5f5f5, #fff);
    background: -moz-linear-gradient(-30deg, #f5f5f5, #fff);
    background: -ms-linear-gradient(-30deg, #f5f5f5, #fff);
    background: -o-linear-gradient(-30deg, #f5f5f5, #fff);
    background: linear-gradient(-30deg, #f5f5f5, #fff);
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 0px #fff, inset 0 -1px 0px #fff, inset 1px 0px 0px #fff, inset -1px 0px 0px #fff, 0 4px 3px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: inset 0 1px 0px #fff, inset 0 -1px 0px #fff, inset 1px 0px 0px #fff, inset -1px 0px 0px #fff, 0 4px 3px rgba(0, 0, 0, 0.7);
    box-shadow: inset 0 1px 0px #fff, inset 0 -1px 0px #fff, inset 1px 0px 0px #fff, inset -1px 0px 0px #fff, 0 4px 3px rgba(0, 0, 0, 0.7);
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px; }
  .pianokeyboard ul.piano li a:active, .pianokeyboard ul.piano li div.anchor:active {
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    position: relative;
    top: 2px;
    height: 150px; }
  .pianokeyboard ul.piano li a:active:before, .pianokeyboard ul.piano li div.anchor:active:before {
    content: "";
    width: 0px;
    height: 0px;
    border-width: 150px 5px 0px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0px;
    top: 0px; }
  .pianokeyboard ul.piano li a:active:after, .pianokeyboard ul.piano li div.anchor:active:after {
    content: "";
    width: 0px;
    height: 0px;
    border-width: 150px 5px 0px;
    border-style: solid;
    border-color: transparent rgba(0, 0, 0, 0.1) transparent transparent;
    position: absolute;
    right: 0px;
    top: 0px; }
  .pianokeyboard ul.piano li div.black {
    position: absolute;
    top: 0px;
    left: 70%;
    width: 50%;
    background: #333;
    background: -webkit-linear-gradient(-20deg, #333, #000, #333);
    background: -moz-linear-gradient(-20deg, #333, #000, #333);
    background: -ms-linear-gradient(-20deg, #333, #000, #333);
    background: -o-linear-gradient(-20deg, #333, #000, #333);
    background: linear-gradient(-20deg, #333, #000, #333);
    z-index: 10;
    border-width: 1px 2px 7px;
    border-style: solid;
    border-color: #666 #222 #111 #555;
    -webkit-box-shadow: inset 0px -1px 2px rgba(255, 255, 255, 0.4), 0 2px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0px -1px 2px rgba(255, 255, 255, 0.4), 0 2px 3px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px -1px 2px rgba(255, 255, 255, 0.4), 0 2px 3px rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px; }
  .pianokeyboard ul.piano li div.black:active {
    border-bottom-width: 2px;
    height: 120px;
    -webkit-box-shadow: inset 0px -1px 1px rgba(255, 255, 255, 0.4), 0 1px 0px rgba(0, 0, 0, 0.8), 0 2px 2px rgba(0, 0, 0, 0.4), 0 -1px 0px #000;
    -moz-box-shadow: inset 0px -1px 1px rgba(255, 255, 255, 0.4), 0 1px 0px rgba(0, 0, 0, 0.8), 0 2px 2px rgba(0, 0, 0, 0.4), 0 -1px 0px #000;
    box-shadow: inset 0px -1px 1px rgba(255, 255, 255, 0.4), 0 1px 0px rgba(0, 0, 0, 0.8), 0 2px 2px rgba(0, 0, 0, 0.4), 0 -1px 0px #000; }
  .pianokeyboard ul#piano li b {
    position: absolute;
    top: 0px;
    margin-top: -10px;
    background: #111;
    color: #fff;
    font: bold 14px 'Trebuchet MS',Arial,Sans-Serif;
    border: 2px solid #e6e6e6;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    width: 100px;
    height: 30px;
    padding: 10px;
    left: -40px;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -transition: all 0.2s ease-out; }
  .pianokeyboard ul#piano li b:before {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 50px;
    border-width: 8px;
    border-style: solid;
    border-color: #e6e6e6 transparent transparent transparent; }
  .pianokeyboard ul#piano li b:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 53px;
    border-width: 5px;
    border-style: solid;
    border-color: #111 transparent transparent transparent; }
  .pianokeyboard ul#piano li:hover b {
    visibility: visible;
    opacity: 1;
    margin-top: 10px; }
  .pianokeyboard ul#piano li ul, .pianokeyboard #search, .pianokeyboard #contact {
    position: absolute;
    border: 2px solid #e6e6e6;
    margin-top: -100px;
    top: 100%;
    left: 0px;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 2px 7px #000;
    -moz-box-shadow: 0 2px 7px #000;
    box-shadow: 0 2px 7px #000;
    -webkit-transition: all 0.2s ease-out 0.2s;
    -moz-transition: all 0.2s ease-out 0.2s;
    -ms-transition: all 0.2s ease-out 0.2s;
    -o-transition: all 0.2s ease-out 0.2s;
    transition: all 0.2s ease-out 0.2s; }
  .pianokeyboard #search, .pianokeyboard #contact {
    background: #333;
    padding: 40px 10px 8px;
    -webkit-border-radius: 0 0 18px 0;
    -moz-border-radius: 0 0 18px 0;
    border-radius: 0 0 18px 0; }
  .pianokeyboard #search input[type="text"], .pianokeyboard #contact input[type="text"] {
    border: 1px solid #aaa;
    font: normal 12px Cambria,Georgia,Serif;
    padding: 2px 5px 2px;
    width: 120px;
    margin-bottom: 2px;
    margin-right: 2px;
    position: relative;
    color: #aaa;
    -webkit-box-shadow: inset 0 0 5px #ccc;
    -moz-box-shadow: inset 0 0 5px #ccc;
    box-shadow: inset 0 0 5px #ccc;
    -webkit-border-radius: 0 0 10px 0;
    -moz-border-radius: 0 0 10px 0;
    border-radius: 0 0 10px 0; }
  .pianokeyboard #contact textarea {
    border: 1px solid #aaa;
    font: normal 12px Cambria,Georgia,Serif;
    padding: 2px 5px;
    width: 270px;
    height: 100px;
    margin-top: 4px;
    position: relative;
    color: #aaa;
    -webkit-box-shadow: inset 0 0 5px #ccc;
    -moz-box-shadow: inset 0 0 5px #ccc;
    box-shadow: inset 0 0 5px #ccc;
    -webkit-border-radius: 0 0 10px 0;
    -moz-border-radius: 0 0 10px 0;
    border-radius: 0 0 10px 0; }
  .pianokeyboard #contact input[type="submit"] {
    background: -webkit-linear-gradient(top, #666, #000, #333);
    background: -moz-linear-gradient(top, #666, #000, #333);
    background: -ms-linear-gradient(top, #666, #000, #333);
    background: -o-linear-gradient(top, #666, #000, #333);
    background: linear-gradient(top, #666, #000, #333);
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px #000;
    -moz-box-shadow: 0 1px 1px #000;
    box-shadow: 0 1px 1px #000;
    padding: 3px 10px 4px;
    margin: 4px 2px;
    font: normal 10px Verdana,Arial,Sans-Serif;
    color: #ccc;
    float: right; }
  .pianokeyboard #search input:focus, .pianokeyboard #contct input:focus, .pianokeyboard #contact textarea:focus {
    color: #000; }
  .pianokeyboard #search:after {
    content: "";
    width: 5px;
    height: 5px;
    border: 1px solid #666;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    left: 100%;
    margin-left: -25px;
    top: 46px;
    z-index: 100; }
  .pianokeyboard #search:before {
    content: "";
    width: 2px;
    height: 0px;
    border: 1px solid #666;
    position: absolute;
    z-index: 3;
    left: 100%;
    margin-left: -28px;
    top: 53px;
    -webkit-transform: rotate(-42deg);
    -moz-transform: rotate(-42deg);
    -ms-transform: rotate(-42deg);
    -o-transform: rotate(-42deg);
    transform: rotate(-42deg); }
  .pianokeyboard ul li li {
    width: 150px;
    height: auto;
    display: block;
    float: none;
    background: transparent; }
  .pianokeyboard ul#piano li li a, .pianokeyboard ul#piano li li a:active {
    height: auto;
    display: block;
    padding: 10px 15px;
    background: #333;
    font: normal 12px Arial,Sans-Serif;
    color: #fff;
    text-decoration: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-width: 1px 0;
    border-style: solid;
    border-color: #444 transparent #222 transparent;
    top: 0px;
    margin-top: 0px; }
  .pianokeyboard ul#piano li li a:active:before, .pianokeyboard ul#piano li li a:active:after {
    border: none !important; }
  .pianokeyboard ul#piano li:hover ul, .pianokeyboard ul#piano li:hover #search, .pianokeyboard ul#piano li:hover #contact {
    visibility: visible;
    opacity: 1;
    margin-top: 15px; }
  .pianokeyboard ul#piano li li a:hover {
    background: #111;
    border-top-color: #222;
    border-bottom-color: #000; }
  .pianokeyboard .credit {
    margin: 50px;
    width: 390px;
    height: 50px;
    padding: 30px;
    position: relative;
    background: #fff;
    font: italic 1em Cambria,Georgia,Serif;
    color: #666;
    background: -webkit-gradient(linear, 0% 20%, 0% 92%, from(#fff), to(#f9f9f9), color-stop(0.1, #fff));
    background: -moz-linear-gradient(0 0 270deg, #fff, #fff 10%, #f9f9f9);
    background: -ms-linear-gradient(0 0 270deg, #fff, #fff 10%, #f9f9f9);
    background: -o-linear-gradient(0 0 270deg, #fff, #fff 10%, #f9f9f9);
    background: linear-gradient(0 0 270deg, #fff, #fff 10%, #f9f9f9);
    border: 1px solid #ccc;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
    -webkit-border-bottom-right-radius: 60px 5px;
    -moz-border-radius-bottomright: 60px 5px;
    border-bottom-right-radius: 60px 5px;
    -webkit-animation: taufik 1s;
    -moz-animation: taufik 1s;
    animation: taufik 1s; }
  .pianokeyboard .credit:before {
    content: "";
    width: 98%;
    z-index: -1;
    height: 100%;
    padding: 0 0 1px 0;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    background: -webkit-gradient(linear, 0% 20%, 0% 92%, from(#fff), to(#f9f9f9), color-stop(0.1, #fff));
    background: -moz-linear-gradient(0 0 270deg, #fff, #fff 10%, #f9f9f9);
    background: -ms-linear-gradient(0 0 270deg, #fff, #fff 10%, #f9f9f9);
    background: -o-linear-gradient(0 0 270deg, #fff, #fff 10%, #f9f9f9);
    background: linear-gradient(0 0 270deg, #fff, #fff 10%, #f9f9f9);
    border: 1px solid #ccc;
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
    -webkit-border-bottom-right-radius: 60px 5px;
    -moz-border-radius-bottomright: 60px 5px;
    border-bottom-right-radius: 60px 5px;
    -webkit-transform: skew(2deg, 2deg) translate(-4px, 8px);
    -moz-transform: skew(2deg, 2deg) translate(-4px, 8px);
    -ms-transform: skew(2deg, 2deg) translate(-4px, 8px);
    -o-transform: skew(2deg, 2deg) translate(-4px, 8px);
    transform: skew(2deg, 2deg) translate(-4px, 8px); }
  .pianokeyboard .credit:after {
    content: "";
    width: 98%;
    z-index: -1;
    height: 98%;
    padding: 0 0 1px 0;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #f3f3f3;
    background: -webkit-gradient(linear, 0% 20%, 0% 92%, from(#fff), to(#f9f9f9), color-stop(0.1, #fff));
    background: -moz-linear-gradient(0 0 270deg, #fff, #fff 10%, #f9f9f9);
    background: -ms-linear-gradient(0 0 270deg, #fff, #fff 10%, #f9f9f9);
    background: -o-linear-gradient(0 0 270deg, #fff, #fff 10%, #f9f9f9);
    background: linear-gradient(0 0 270deg, #fff, #fff 10%, #f9f9f9);
    border: 1px solid #ccc;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    -webkit-transform: rotate(-4deg) translate(-14px, -2px);
    -moz-transform: rotate(-4deg) translate(-14px, -2px);
    -ms-transform: rotate(-4deg) translate(-14px, -2px);
    -o-transform: rotate(-4deg) translate(-14px, -2px);
    transform: rotate(-4deg) translate(-14px, -2px); }
  .pianokeyboard .credit_ribbon {
    position: absolute;
    top: 0;
    left: 0;
    width: 115px;
    height: 35px;
    background: rgba(0, 0, 0, 0.1);
    background: -webkit-gradient(linear, 555% 20%, 0% 92%, from(rgba(0, 0, 0, 0.1)), to(transparent), color-stop(0.1, rgba(0, 0, 0, 0.2)));
    background: -moz-linear-gradient(555% 0 180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2) 10%, transparent);
    background: -ms-linear-gradient(555% 0 180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2) 10%, transparent);
    background: -o-linear-gradient(555% 0 180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2) 10%, transparent);
    background: linear-gradient(555% 0 180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2) 10%, transparent);
    border-left: 1px dashed rgba(0, 0, 0, 0.1);
    border-right: 1px dashed rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.2);
    -webkit-transform: rotate(-30deg) skew(0, 0) translate(-30px, -20px);
    -moz-transform: rotate(-30deg) skew(0, 0) translate(-30px, -20px);
    -o-transform: rotate(-30deg) skew(0, 0) translate(-30px, -20px);
    transform: rotate(-30deg) skew(0, 0) translate(-30px, -20px); }
  .pianokeyboard .clear {
    clear: both; }

@-webkit-keyframes taufik {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes taufik {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes taufik {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.containerVisu {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  padding: 0; }
  .containerVisu.display {
    display: block; }
  .containerVisu__title {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 5px;
    left: 120px;
    font-size: 12rem;
    color: #dddddd;
    text-align: left;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0.2;
    font-weight: normal;
    font-family: "Roboto Mono", monospace; }
    @media (max-width: 700px) {
      .containerVisu__title {
        left: 15px;
        font-size: 3rem; } }
  .containerVisu__description {
    margin: 0;
    padding: 0;
    text-align: left;
    position: absolute;
    top: 140px;
    left: 170px;
    font-size: 5rem;
    opacity: 0.2;
    color: #dddddd; }
    @media (max-width: 700px) {
      .containerVisu__description {
        top: 45px;
        left: 20px;
        font-size: 2rem; } }

#containerMidi {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden; }
  #containerMidi .noteContainer {
    position: absolute;
    display: block; }
  #containerMidi .note {
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 30px;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -ms-perspective: 1000;
    -moz-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000; }
    #containerMidi .note.off {
      background-color: transparent; }
  #containerMidi .playLine {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    display: block;
    background-color: #000000;
    opacity: 0.5; }
  #containerMidi .tracks {
    width: 100%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: relative; }
    #containerMidi .tracks canvas {
      top: 0;
      left: 0;
      z-index: 0;
      display: block;
      position: absolute; }
    #containerMidi .tracks .tracksScroll, #containerMidi .tracks .notesTemp {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      display: block;
      -webkit-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-perspective: 1000;
      -ms-perspective: 1000;
      -moz-perspective: 1000;
      -o-perspective: 1000;
      perspective: 1000;
      position: absolute; }
    #containerMidi .tracks .track {
      position: absolute;
      width: 100%;
      height: 100%; }

.menu {
  position: fixed;
  margin: 0;
  padding: 0;
  left: -13px;
  top: 150px;
  z-index: 3;
  width: 0;
  display: none;
  -webkit-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }
  @media (max-width: 700px) {
    .menu {
      top: 50px; } }
  .menu.display {
    display: block; }
  .menu.hided {
    -webkit-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -o-transform: translateX(-200px);
    transform: translateX(-200px); }
  .menu.opened {
    -webkit-transform: translateX(800px);
    -ms-transform: translateX(800px);
    -moz-transform: translateX(800px);
    -o-transform: translateX(800px);
    transform: translateX(800px); }
  .menu .menuItem {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 6px;
    display: inline-block;
    position: relative; }
    .menu .menuItem:focus .bt, .menu .menuItem:hover .bt, .menu .menuItem:visited .bt {
      background-color: #ffffff;
      color: #333333; }
    .menu .menuItem .bt {
      display: block;
      cursor: pointer;
      border: 0;
      background-color: #2C2F36;
      text-decoration: none;
      color: #ffffff;
      font-size: 1.3rem;
      font-family: "Roboto Mono", monospace;
      font-weight: normal;
      padding: 8px;
      padding-left: 18px;
      -webkit-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -o-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }

.search {
  position: relative;
  display: inline-block;
  max-width: 650px;
  padding: 0;
  text-align: center; }
  .search form {
    position: relative;
    z-index: 1;
    display: table;
    height: 100%;
    width: 100%; }
  .search .containerURL {
    display: table-cell;
    text-align: left;
    vertical-align: middle; }
    .search .containerURL h2 {
      width: auto !important;
      text-align: left !important;
      margin-left: 30% !important;
      padding-left: 10px !important; }
    .search .containerURL label {
      font-size: 1.8rem;
      text-align: right !important;
      margin-bottom: 20px !important;
      display: inline-block !important;
      width: 30% !important;
      vertical-align: middle;
      padding-top: 11px !important;
      padding-bottom: 0px !important; }
    .search .containerURL .panelHome {
      width: 500px;
      background-color: #ffffff;
      border: solid 0px #cccccc;
      padding: 30px; }
    .search .containerURL input {
      text-align: left;
      display: inline-block !important;
      width: 60% !important; }
    @media (max-width: 600px) {
      .search .containerURL {
        text-align: center; }
        .search .containerURL h2 {
          margin-left: 0 !important;
          padding-left: 0 !important;
          text-align: center !important; }
        .search .containerURL label {
          text-align: left !important;
          display: block !important;
          width: 100% !important; }
        .search .containerURL .inputFile {
          text-align: left; }
          .search .containerURL .inputFile p {
            padding: 0px !important; }
        .search .containerURL input {
          text-align: left !important;
          display: block !important;
          width: 100% !important; } }

.shareBar {
  display: block;
  position: fixed;
  top: 40%;
  left: 0;
  width: 60px;
  text-align: center;
  z-index: 3;
  transform: translateX(-60px);
  transition: transform 0.3s ease-out; }
  @media (max-width: 700px) {
    .shareBar {
      top: auto;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 80px;
      line-height: 80px;
      text-align: center;
      transform: translateX(0) translateY(80px); } }
  .shareBar__display {
    transform: translateX(0); }
    @media (max-width: 700px) {
      .shareBar__display {
        transform: translateY(0); } }
  .shareBar__list {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 48px; }
  .shareBar__listItem {
    display: block;
    margin: 15px 0 0 0;
    padding: 0; }
    .shareBar__listItem a {
      display: block; }
    .shareBar__listItem:first-child {
      margin: 0; }
    @media (max-width: 700px) {
      .shareBar__listItem {
        display: inline-block;
        margin: 0 0 0 15px; } }

.shareUrl {
  display: inline-block;
  position: fixed;
  z-index: 3;
  bottom: 15px;
  left: 0;
  width: 100%;
  padding: 15px;
  margin-bottom: 20px;
  text-align: center; }
  .shareUrl__title {
    display: inline-block;
    text-align: left;
    font-size: 1.4rem;
    font-weight: normal;
    color: #ffffff;
    opacity: 0;
    margin-bottom: 10px;
    transition: opacity 0.3s ease-out; }
  .shareUrl__value {
    display: inline-block;
    width: 100%;
    height: 40px;
    color: #cccccc;
    padding: 15px;
    background-color: #1f2125;
    opacity: 0.5;
    border: 0;
    transform: scaleY(0);
    transition: transform 0.3s ease-out; }
  .shareUrl__display .shareUrl__title {
    opacity: 1; }
  .shareUrl__display .shareUrl__value {
    transform: scaleY(1); }
