body{
  text-rendering: auto;
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p{
  font-weight: 400;
}
.box {
   border: 2px dashed #ccc;
   padding: 40px;
   font-weight: 400;
   margin-bottom: 40px;
   margin-top: 40px;
}
.box p {
   color: #000 !important;
   font-weight: 400 !important;
   line-height: 1.2;
}
div.idolo-text-content .box p:first-of-type::first-letter {
   color: #000;
   float: none;
   font-size: 24px;
   font-weight: 400;
   margin: initial;
}
.home-idolos{
  position: relative;
}
.open-info{
  z-index: 9999999999999;
}
.item{
  background-color: #ccc;
  color: #fff;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  position: relative;
}
.owl-idolos, .owl-stage-outer, .owl-stage, .item{
  height: 100vh;
  min-height: 576px;
}
.owl-item{
  transition: .3s linear all;
}

.owl-idolos .owl-item:hover .slide-idolo{
  transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  z-index: 999;
  background-color: rgba(22, 97, 156, 0.76);
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.7);
}

.item.open-info::before {
  content: "";
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-color: rgba(255, 255, 255, 0);
}
.item.open-info.slide-estilo-azul::before {
  background-color: rgba(22, 97, 156, 0.75);
}
.item.open-info.slide-estilo-amarelo::before {
  background-color: rgba(117, 81, 11, 0.75);
}
.item.open-info.slide-estilo-vermelho::before {
  background-color: rgba(130, 67, 48, 0.75);
}
.item.open-info.slide-estilo-verde::before {
  background-color: rgba(55, 72, 35, 0.75);
}

/* Background idolos */
.slide-estilo-azul {
  background-color: #16619c;
/*  background-image: url('images/1.png')*/;
}
.slide-estilo-amarelo {
  background-color: #e4a425;
}
.slide-estilo-vermelho  {
  background-color: #7e412f;
}
.slide-estilo-verde  {
  background-color: #7da64c;
}
.slide-info-pele .modal-title {
  font-size: 14px;
}
.replay-idolos{
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
  color: #082339;
}
.replay-idolos a{
  color: #082339;
}
.button-voltar:hover{
  text-decoration: none;
}
.replay-idolos img{
  margin: auto;
  margin-bottom: 15px;
}
.replay-idolos span{
  color: #082339;
  font-weight: 100;
}

/* Conteudo Slides */
.capa-title{
  font-family: 'Oswald', sans-serif;
  font-size: 60px;
  font-weight: 100;
  width: 100%;
  padding: 0px 10px;
}
h1.capa-title {
  color:#082339;
  position: relative;
}
.mais-infograficos{
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  font-weight: 300;
  width: 100%;
  margin: 20px auto;
}
.text-or{
  font-weight: 400;
/*  color: #082339;*/
}
p.texto-capa{
  width: 80%;
  margin: 120px auto 0px auto;
  text-align: center;
}
.slide-capa{
  background-image: url(../images/background.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  background-color: #2f2f2f;
}
.slide-final{
  background-image: url(../images/background-final.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  background-color: #fdd;
}
.slide-final .item-idolo p {
  color: #ffffff;
}
.slide-final .share-idolos i {
  color: #ffffff;
  padding: 5px 10px;
  transition: all 0.5s ease !important;
}
.slide-final .replay-idolos span {
  color: #ffffff;
}
.slide-final .share-idolos h4 {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #ffffff;
}
.idolo-slides{
  position: absolute;
  top: 43%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
.idolo-pais{
  font-family: 'Oswald', sans-serif;
  font-size: 50px;
  font-weight: 100;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 5%;
  text-transform: uppercase;
}
.idolo-ano{
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  bottom: 15%;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 300;
  font-family: 'Oswald', sans-serif;
}
.ano-participacao{
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  bottom: 10%;
  font-size: 34px;
  font-weight: 100;
  font-family: 'Oswald', sans-serif;
}
.ge-logo{
  position: absolute;
  text-align: center;
  width: 100%;
  top: 5%;
}
.ge-logo img{
  margin: auto;
}
.share-idolos{
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 4%;
}
.share-idolos h4{
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color:#082339;
}
.share-idolos i{
  color: #082339;
  padding: 5px 10px;
  transition: all 0.5s ease !important;
}
.share-idolos i:hover{
  transform: scale(1.30, 1.30);
  -moz-transform: scale(1.30);
  -webkit-transform: scale(1.30);
}
.item-idolo{
  padding: 0px 20px 10px 20px;
}
.item-idolo p{
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}
.item-idolo h3{
  font-weight: bold;
  text-transform: uppercase;
  font-size: 24px;
  padding-bottom: 20px;
}
.links-infograficos{
  color: #082339;
  font-weight: 400;
}
.links-infograficos:hover{
  color: #fff;
}
.idolo-img{
  min-height: 200px;
  position: relative;
}
.idolo-img img{
  margin: auto;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.idolo-slides .abrir-slide {
  text-transform: uppercase;
  padding: 8px 20px !important;
  z-index: 999999999999;
  color: #fff;
  background-color: rgba(91, 192, 222, 0) !important;
  border-color: #ffffff !important;
}

.ini-nav {
  display: none;
}

.scroll-btn {
   position: relative;
   transform: translateY(50%);
   text-align: center;
   width: 100%;
}
.scroll-btn > * {
    display: block;
    line-height: 18px;
    font-size: 16px;
    font-weight: normal;
    color: #fd0;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 2px;
    text-align: center;
    margin: 0 auto;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
    color: white;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.scroll-btn .mouse {
    position: relative;
    display: block;
    width: 35px;
    height: 55px;
    margin: 0 auto 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid #60ad21;
    border-radius: 23px;
}
.scroll-btn .mouse > * {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background: #60ad21;
    border-radius: 50%;
    -webkit-animation: ani-mouse 2.5s linear infinite;
    -moz-animation: ani-mouse 2.5s linear infinite;
    animation: ani-mouse 2.5s linear infinite;
}

@-webkit-keyframes ani-mouse {
    0% {
    opacity: 1;
    top: 29%;
    }
    15% {
    opacity: 1;
    top: 50%;
    }
    50% {
    opacity: 0;
    top: 50%;
    }
    100% {
    opacity: 0;
    top: 29%;
    }
}
@-moz-keyframes ani-mouse {
    0% {
    opacity: 1;
    top: 29%;
    }
    15% {
    opacity: 1;
    top: 50%;
    }
    50% {
    opacity: 0;
    top: 50%;
    }
    100% {
    opacity: 0;
    top: 29%;
    }
}
@keyframes ani-mouse {
    0% {
    opacity: 1;
    top: 29%;
    }
    15% {
    opacity: 1;
    top: 50%;
    }
    50% {
    opacity: 0;
    top: 50%;
    }
    100% {
    opacity: 0;
    top: 29%;
    }
}

.scroll-btn .hand-mobile {
   border-radius: 0px;
   text-align: center;
   width: 50px;
   margin: auto;
}

/*.scroll-btn .hand-mobile > span {
    position: absolute;
    display: block;
    top: 29%;
    right: 100%;
    width: 50px;
    height: 50px;
    margin: -4px 0 0 -4px;
    border-radius: 0%;
    z-index: 999;
    width: 100%;
    -webkit-animation: ani-hand 2.5s linear infinite;
    -moz-animation: ani-hand 2.5s linear infinite;
    animation: ani-hand 2.5s linear infinite;
    text-align: center;
}*/

@-webkit-keyframes ani-hand {
    0% {
    opacity: 1;
    right: 29%;
    }
    15% {
    opacity: 1;
    right: 50%;
    }
    50% {
    opacity: 0;
    right: 50%;
    }
    100% {
    opacity: 0;
    right: 29%;
    }
}
@-moz-keyframes ani-hand {
    0% {
    opacity: 1;
    right: 29%;
    }
    15% {
    opacity: 1;
    right: 50%;
    }
    50% {
    opacity: 0;
    right: 50%;
    }
    100% {
    opacity: 0;
    right: 29%;
    }
}
@keyframes ani-hand {
    0% {
    opacity: 1;
    right: 29%;
    }
    15% {
    opacity: 1;
    right: 50%;
    }
    50% {
    opacity: 0;
    right: 50%;
    }
    100% {
    opacity: 0;
    right: 29%;
    }
}

/* OwlCaroussel do Nav */
.owl-idolos .owl-nav{
  text-align: center;
}
.owl-idolos .owl-prev, .owl-idolos .owl-next {
  position: absolute;
  top: 40%;
  padding: 10px;
  color: white;
}
.owl-next.disabled, .owl-prev.disabled {
  display: none;
}
.owl-idolos .owl-next{
  right: 0;
}
.owl-idolos .owl-prev{
  left: 0;
}
.owl-idolos .arrow-carousel img{
  width: 15px;
  height: auto;
}
.owl-idolos .arrow-carousel .animated {
  animation-duration: 7000ms !important;
}
.owl-dots {
  position: fixed;
  bottom: -50px;
  width: 100%;
  height: 77px;
  text-align: center;
}
.owl-dot {
  background: #6f6f6f;
  width: 5px;
  height: 5px;
  border-radius: 20px;
  display: inline-block;
  margin: 0 3px;
}
.owl-dot.active {
  background: #d6d6d6;
}

.owl-carousel .hand-mobile.animated {
  animation-duration: 1500ms;
  display: block;
}

/* Customização do modal */
.modal-open .modal-backdrop.in {
  opacity: 0 !important;
}
.modal-open .slide-extra{
  display: block;
}
.modal-open .owl-idolos .owl-nav{
 display: none;
}
.modal.idolos-modal {
  overflow: hidden;
  padding-left: 0px !important;
}
.modal.idolos-modal .modal-body {
  height: 100vh;
  overflow: hidden;
}

.modal_scroll {
  overflow: auto;
  height: 100vh;
}

.idolos-modal .modal-dialog{
  max-width: 100%;
  margin: 0px;
  float: right;
}
.idolos-modal .modal-content{
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.7)
  border-radius: 0px;
  padding: 0;
  margin: 0;
  border: 0;
  min-height: 100vh;
}

/* Header Modal */
.idolos-modal .modal-header{
  text-align: center;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  position: fixed;
  z-index: 9999999;
  width: 100%;
  border-bottom: none;
  height: 50px;
}
.idolos-modal .modal-header .close {
  font-weight: 400;
  right: left;
  color: #fff;
  text-shadow: none;
  font-size: 14px;
  margin-top: 2px;
  opacity: 0.85;
  position: absolute;
  left: 12px;
}
.idolos-modal .modal-header .modal-control {
  position: absolute;
  right: 0;
  top:  11px;
  display: table;
  width: 200px
}

.idolos-modal .modal-header .close.prev,
.idolos-modal .modal-header .close.next {
  display: table-cell;
  vertical-align: middle;
  position: initial;
  left: initial;
  float: none
}

.idolos-modal .modal-header span{
  margin-right: 10px;
  margin-left: 10px;
}
.idolos-modal .modal-title{
  font-weight: 300;
  text-transform: uppercase;
}

/* Body Modal */
.idolos-modal .modal-body{
  padding: 0px;
  display: inline-block;
  width: 100%;
}
.container-destaque{
  width: 100%;
  background-color: #0e0e0e;
  display: block;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.modal-destaque{
  max-width: 700px;
  margin: 45px auto 0px auto;
}
.container-idolos{
  width: 100%;
  max-width: 650px;
  margin: auto;
  padding: 0 15px;
  margin-bottom: 40px;
  margin-top: 50px;
}
.sidebar-modal{
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}
.sidebar-text{
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 14px;
  line-height: 1.6em;
}
.sidebar-text strong{
  color: #272727
}
.title-sidebar{
  border-bottom: 1px solid #e8e8e8;
  color: #333;
  padding-bottom: 5px;
  margin: 0 auto 15px auto;
}
.sidebar-modal .title-sidebar{
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: bold;
}
.idolo-original{
  width: 100%;
  text-align: center;
  margin: 20px auto;
}
.idolo-original img{
  max-width: 100%;
}
.copa-poster{
  width: 100%;
  margin: 20px auto;
  text-align: center;
}
.idolo-text-content {
  padding-right: 25px;
  margin-bottom: 220px;
}
.idolo-text-content h2{
  margin-top: 0px;
  line-height: 40px;
}
.container-idolos p{
  font-family: 'Open Sans', sans-serif;
  font-weight: 200;
  color: #666;
  font-size: 24px;
  /*line-height: 1.6em;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.container-idolos .logo-copa{
  width: 100%;
  margin: 40px auto 55px auto;
}
.container-idolos .logo-copa img{
  max-height: 195px;
  max-width: 250px;
  width: auto;
  float: left;
}
.container-idolos .logo-copa .title-copa{
  display: inline-block;
  margin-left: 30px
}
.container-idolos .logo-copa .title-copa h2{
  font-family: 'Oswald', sans-serif;
  font-size: 55px;
  font-weight: 200;
  color: #666;
}
.container-idolos .logo-copa .title-copa .title-year{
  font-family: 'Oswald', sans-serif;
  font-size: 140px;
  font-weight: 200;
  line-height: 140px;
  margin: 0;
  padding: 0;
}
.classificacao-copa{
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
}
.classificacao-paises{
  margin: 15px auto;
}
.classificacao-copa .bandeiras{
  width: auto;
  float: left;
  margin-right: 20px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 0px solid #000000;
  -webkit-box-shadow: -1px 0px 10px 2px rgba(237,237,237,1);
  -moz-box-shadow: -1px 0px 10px 2px rgba(237,237,237,1);
  box-shadow: -1px 0px 10px 2px rgba(237,237,237,1);
}
.classificacao-copa h2{
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
  margin-bottom: 5px;
  font-size: 24px;
}
.classificacao-copa small{
  font-size: 14px;
}

/* SVG */
blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 20px;
  quotes: "\201C""\201D""\2018""\2019";
}

blockquote p {
  display: inline;
}

div.idolo-text-content p:first-of-type::first-letter {
  color: #c69c6d;
  float: left;
  font-size: 5em;
  margin: 0 .2em 0 0;
}

.enfaseTextoDiv {
  border: 2px dashed #ccc;
  padding: 40px;
  margin-bottom: 40px;
  margin-top: 40px;
  background-color: #FFFFFF;
  font-size: 24px;
}

.enfaseTextoDiv p {
  font-weight: 600;
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.1;
}

.labelDescricao {
  font-family: 'Open Sans', sans-serif;
  font-weight: 200;
  color: #fff;
  font-size: 18px;
  line-height: 1.6em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.w3-content {
  margin: 50px auto;
  max-height: 400px;
  overflow: hidden;
}


svg {
  width: 35%;
  height: auto;
  margin-top: 29%;
}

g > polygon,
g > path {
  opacity: 0;
}

@media (min-width: 1904px) and (max-width: 1920px) {
  svg {
    width: 42%;
  }
}


@media (min-width: 1350px) and (max-width: 1366px) {
  svg {
    width: 40%;
    height: auto;
    margin-top: 21%;
  }
  .idolo-ano {
    bottom: 17%;
  }

  .ano-participacao {
    font-size: 32px;
  }
}

@media (min-width: 1264px) and (max-width: 1280px) {
  svg {
    width: 50%;
    height: auto;
    margin-top: 21%;
  }
  .idolo-ano {
    bottom: 17%;
  }
  .ano-participacao {
    font-size: 28px;
  }
}

@media (max-width: 1200px) {
  .container-idolos .logo-copa img{
    max-width: 200px;
    max-height: 145px;
  }
  .container-idolos .logo-copa .title-copa {
    margin-left: 15px;
  }
  .container-idolos .logo-copa .title-copa h2{
    font-size: 40px;
  }
  .container-idolos .logo-copa .title-copa .title-year {
    font-size: 100px;
    line-height: 90px;
  }
  .classificacao-copa{
    text-align: center;
  }
  .classificacao-copa .bandeiras{
    width: 90px;
    float: none;
    margin: auto;
  }
}
@media (max-width: 1024px) {
  svg {
    width: 30%;
    height: auto;
    margin-top: 21%;
  }
  .idolo-ano {
    bottom: 17%;
  }
  .idolo-text-content {
    margin-left: 25px;
  }
  .owl-idolos .owl-item:hover{
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    box-shadow: none;
  }
  .w3-content, .w3-display-container {
    height: 300px;
  }
}
@media (max-width: 991px) {
  .container-idolos .logo-copa{
    text-align: center;
  }
  .container-idolos .logo-copa img{
    float: none;
    margin-bottom: 30px;
  }
  .container-idolos .logo-copa .title-copa{
    width: 100%;
    margin: auto;
    text-align: center;
  }

}
@media (max-width: 768px) {
   /* Modal */
  .idolos-modal .modal-dialog{
    width: 100%;
  }
  .imagem-topo-modal{
    margin-bottom: 20px;
  }
  .idolo-ano{
    margin: 0;
    bottom: 7%;
    line-height: 45px;
  }

  .idolos-modal .modal-header .modal-control {
    width: 100px
  }
  .idolos-modal .modal-header .close img {
    margin-left: 10px;
    margin-right: 10px;
  }
  .idolos-modal .modal-header .close span{
    display: none;
  }
  .idolos-modal .modal-header .close{
    margin-top: 0px
  }
  svg {
    margin-top: 0;
    width: 45%;
  }

  .modal-control button {
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 32px;
    height: 32px;
  }
   .modal-control button.close.prev{
    margin-right: 7px;
    margin-top: 0px;
  }
  .modal-control button.close.next{
    margin-left: 7px;
    margin-top: 0px;
  }
  .modal-control button.prev img{
    margin-right: 4px;
    width: 10px;
    height: auto;
  }
  .modal-control button.next img{
    margin-left: 4px;
    width: 10px;
    height: auto;
  }
}

@media (max-width: 480px) {
  .capa-title{
    font-size: 36px;
  }
  .mais-infograficos{
    font-size: 20px;
  }
  .idolo-slides {
    top: 48%;
  }
  .idolo-pais {
    font-size: 35px;
    top: 2%;
  }
  .idolo-ano{
    font-size: 45px;
  }
  .item-idolo{
    padding: 0px 20px 15px 20px;
  }
  .item-idolo h3{
    padding-bottom: 0px;
    margin-top: 0px;
    font-size: 20px;
    font-weight: bold;
  }
  .item-idolo p {
    font-size: 16px;
  }
  .idolo-img {
    min-height: 130px;
    margin-bottom: 15px;
  }
  .idolo-img img{
    height: 100%;
    width: auto !important;
  }
  .owl-idolos .arrow-carousel img {
    width: 10px;
  }
  /* Modal */
  .modal-dialog{
    position: relative;
  }
  .modal-title{
    font-size: 16px;
  }

  .container-idolos{
    margin-bottom: 25px;
  }
  .container-destaque{
    margin-bottom: 25px;
  }
  .container-idolos p{
    font-size: 20px;
  }
  .container-idolos .logo-copa .title-copa h2{
    font-size: 38px;
  }
  .classificacao-copa h2{
    line-height: 28px;
  }
  .container-idolos .logo-copa {
    margin: 25px auto 25px auto;
  }
  .classificacao-copa .classificacao-paises {
    min-height: 175px;
    margin-bottom: 0;
  }
  .ge-logo{
    top: 1%;
  }
  .idolo-ano {
    font-size: 14px;
    bottom: 15%;
  }
  .ano-participacao {
    font-size: 24px;
  }
  .ini-nav {
    width: 90%;
    height: auto;
    margin: -95px auto;
    padding: 4%;
    border-radius: 5px;
    display: block;
    color: #ffffff;
    font-weight: 800;
    position: absolute;
    background: #2b89ca;
  }
  .scroll-btn .mouse {
    display: none;
  }
  .scroll-btn .hand-mobile {
    display: block;
  }
  .primeiro-slide .owl-next {
    display: none;
  }
  svg {
    margin-top: 0%;
  }
  .jp-state-playing .jp-play .play:before ,
  .jp-state-playing .jp-play:focus .play:before {
      border: 0;
      width: 15px;
      height: 80%;
      background-color: #4cc2d6;
      left: 0;
  }
  .jp-state-playing .jp-play .play:after ,
  .jp-state-playing .jp-play:focus .play:after {
      content: '';
      position: absolute;
      border: 0;
      width: 15px;
      height: 80%;
      background-color: #4cc2d6;
      right: 0;
  }
}

@media (max-width: 320px) {
  .scroll-btn {
    transform: translateY(20%);
  }
}

.jp-audio {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    padding: 0;
    border:  0;
    box-shadow: 0 0 6px 1px rgba(0,0,0,.1);
    border: 1px solid #ddd;
    z-index: 9;
}
.jp-details, .jp-playlist {
    background-color: transparent;
    border-top: 0;
}
.jp-details .jp-title {
    padding:  20px 20px 5px 20px;
}
.jp-audio .jp-type-playlist .jp-progress {
    top: 0;
    width: 80%;
    height: 4px;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 20px;
}
.jp-audio .jp-type-playlist .jp-toggles {
    width: 55px;
    position: initial;
    left: initial;
    top: initial;
    margin: inherit;
    text-align: center;
}
.jp-toggles button {
    margin: auto;
    float: none;
}

.jp-audio .jp-type-playlist .jp-time-holder {
    top: 10px;
    width: 80%;
    height: 5px;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 20px;
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
    list-style: none;
    padding: 10px 20px 5px 20px;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current, div.jp-type-playlist div.jp-playlist a:hover {
    color: #333;
}

.jp-current-time {
    text-align: left;
}
.jp-play-bar {
    background: #63cdda;
}
.jp-play,
.jp-play:focus {
    background: transparent;
}
.jp-play .play {
    position: absolute;
    width: 35px;
    height: 40px;
    top: 12px;
    left: 0;
    right: 0;
    margin: auto;
}
.jp-play .play:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 25px solid #4cc2d6;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  float:left;
}
.jp-state-playing .jp-play ,
.jp-state-playing .jp-play:focus {
    border-color: #4cc2d6;
    background: transparent;
}
.jp-state-playing .jp-play .play:before ,
.jp-state-playing .jp-play:focus .play:before {
    border: 0;
    width: 15px;
    height: 80%;
    background-color: #4cc2d6;
    left: 0;
}
.jp-state-playing .jp-play .play:after ,
.jp-state-playing .jp-play:focus .play:after {
    content: '';
    position: absolute;
    border: 0;
    width: 15px;
    height: 80%;
    background-color: #4cc2d6;
    right: 0;
}
.jp-audio .jp-controls {
    position: relative;
    float: left;
    display: table;
    width: 100%;
    min-height: 80px;
    margin-top: 50px;
    padding: 12px 0 0 0;
    border-top: 1px solid #777;
    overflow: visible;
}
.jp-audio button {
    background-color: transparent;
}
.jp-plus,
.jp-minus {
    background-repeat: no-repeat;
    background-size: 16%;
    background-position: center;
}
.jp-minus {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+ICA8cGF0aCBmaWxsPSIjYWFhIiBkPSJNOCA0SDd2NWg0VjhIOHoiLz4gIDxwYXRoIGZpbGw9IiNhYWEiIGQ9Ik04IDBDNSAwIDIuNCAxLjYgMS4xIDQuMUwwIDN2NGg0TDIuNSA1LjVDMy41IDMuNSA1LjYgMiA4IDJjMy4zIDAgNiAyLjcgNiA2cy0yLjcgNi02IDZjLTEuOCAwLTMuNC0uOC00LjUtMi4xTDIgMTMuMkE3LjggNy44IDAgMCAwIDggMTZjNC40IDAgOC0zLjYgOC04cy0zLjYtOC04LTh6Ii8+PC9zdmc+);
}
.jp-plus {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+ICA8cGF0aCBmaWxsPSIjYWFhIiBkPSJNOCA0SDd2NWg0VjhIOHoiLz4gIDxwYXRoIGZpbGw9IiNhYWEiIGQ9Ik0xNiA3VjNsLTEuMSAxLjFBNy43IDcuNyAwIDAgMCA4IDBDMy42IDAgMCAzLjYgMCA4czMuNiA4IDggOGMyLjQgMCA0LjYtMS4xIDYtMi44bC0xLjUtMS4zQTUuOSA1LjkgMCAwIDEgOCAxNGMtMy4zIDAtNi0yLjctNi02czIuNy02IDYtNmMyLjQgMCA0LjUgMS41IDUuNSAzLjVMMTIgN2g0eiIvPjwvc3ZnPg==);
}
.jp-audio .jp-controls .col {
    position: relative;
    text-align: center;
    width: 12%;
    height: 50px;
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.jp-current-time, .jp-duration {
    font-size: 0.7em;
}
.jp-playlist ul {
    font-size: .72em;
}

@media (max-width: 767px)  {
    .jp-playlist ul {
      font-size: .72em;
    }
    .jp-play .play {
      top: 10px;
    }
    .jp-play .play:before {
      border-left: 25px solid #4cc2d6;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      float: left;
    }
    .jp-plus, .jp-minus {
      background-size: 35%;
    }
    .jp-audio .jp-controls {
      margin-top: 40px;
      padding-bottom: 70px;
    }
    .jp-audio .jp-controls .col {
      width: 18%;
      height: 50px;
    }
    .jp-current-time, .jp-duration {
      font-size: 1em;
    }

}
