
.my-owl {
  width: 100%;
  height: 70vh;

}

.my-owl2 {
  width: 100%;
  height: 45vh;

}

.konten-slide{
  width: 100%;
  height: 100%;
  
  padding-top: 190px;
  color: #fffl
}

.my-konten{
  background: rgba(29, 29, 29, 0.57);
  margin-top: 60px;
  padding: 5px 10px;
}

.my-konten h4.ui.header a{
  color: rgb(245, 222, 16);
  font-size: 26px;
}
.my-konten h4.ui.header .sub.header {
  color: #fff;
  border-left: 3px solid rgb(245, 222, 16);
  padding-left: 10px;
}

.myhero{
  /*background: url('../img/bg1.png') bottom left no-repeat;*/
  /* background-size: 100%; */
  /* background:rgba(255, 255, 255,0) */
  background-size:cover;
}

#intro{
  /* background: url('../img/bg1.png') top center no-repeat; */
  /* background: rgb(52, 52, 52) */
  /* background-attachment: fixed; */
}

ol.ordered-list {
    counter-reset: myCouter;
}

.ordered-list li {
    list-style: outside none none;
}

.ordered-list li::before {
    content: counter(myCouter, decimal);
    counter-increment: myCouter;

    background: #2980b9 none repeat scroll 0 0;
    color: white;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 5px 10px;
    text-align: center;
    width: 40px;
}

.sama{
  width: 100%;
  height: 100px;
}

.sama2{
  width: 100%;
  height: 70px;
  border-radius: 3px ;
  border: 3px solid rgb(84, 84, 84);
  padding: 2px;
}

.sama3{
  width: 100%;
  height: 70px;
  border-radius: 3px ;
  border: 3px solid rgb(84, 84, 84);
  padding: 2px;
}

.myLink{
  text-decoration: none;
}

a.myLink:hover{
  color: rgb(246, 246, 246);

}

.posisiCharts{
  position:relative;
  right: 0;
  bottom:10px;
  font-weight: bold;
  font-size: 17px;
  color: rgb(245, 166, 49);
  /* background:#fff; */

}

.topSong{
  box-sizing: border-box;
  background: #fff;
  /* padding: 5px 10px; */
  border-bottom: 2px solid rgb(88, 29, 42);
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* --------- THREE --------- */


.three {
  /* list-style: none; */
  padding: 0;
  margin: 0px 0;
}

.three .transition {
  transition: .7s cubic-bezier(.3, 0, 0, 1.3)
}

.three .lis {
  background: #FFFFFF;
  border: 1px solid rgba(150,150,150,0.29);
  -moz-box-shadow: 0px 0px 18px 0px rgba(103,85,85,0.39);
  box-shadow: 0px 0px 18px 0px rgba(103,85,85,0.39);
  width: 250px;
  height: 430px;
  display: inline-block;
  margin: 0 20px;
  text-align: center;
}
.three .lis img {
  margin-top: 60px;
  display: block;
}
.three .lis:hover img {
  margin-top: 40px;
}
.three .lis:hover {
  -moz-box-shadow: 0px 0px 5px 0px rgba(103,85,85,0.25);
  box-shadow: 0px 0px 5px 0px rgba(103,85,85,0.25);
}
.three .lis:hover span {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  bottom: -400px;
}
.three .lis:hover h3 {
  color: rgba(255,255,255,1);
  margin-top: 25px;
}
.three .lis .wrapper {
  overflow: hidden;
  position: absolute;
  width: 250px;
  height: 430px;
  left: 35px;
  top:0;
}
.three .lis span {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  height: 500px;
  width: 500px;
  background: #252525;
  display: block;
  position: absolute;
  bottom: 150px;
  left: -125px;

}
.three .lis span img {
  margin-top: 10px;
  width: 50px;
}
.three .lis span:hover {
  background: #ECD16B;
}
.three .lis span i {
  position: absolute;
  bottom: -90px;
  color: #7a640f;
  text-transform: uppercase;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border: 2px solid #393938;
  padding: 10px 30px;
  font-style: normal;
  display: inline-block;
  left: 195px;
}

.three .lis .wrapper .member-img{
  width: 120px;
  height: 120px;
  border-radius: 100%;
}

.three .lis span .mamber-img {
  width: 120px;
  height: 120px;
  margin-top: 170px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  border-radius: 100%;

}
.three .lis span .mamber-img + h3 {
  margin-top: 20px;
}
.three .lis h3 {
  margin-top: 40px;
  color: rgba(255,255,255,1);
  font-size: 16px;
}
.three .lis h3 em {
  display: block;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
  margin-top: 5px;
}
.three .social {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 10px;
}
.three .social li {
  opacity: 0;
  display: inline-block;
  padding: 5px;
}
.three .lis:hover .social li {
  opacity: 0.8;
}
.three .social li a {
  cursor: pointer;
  display: block;
}
.three .social li a:hover {
  opacity: 0.5;
}
.three .social li img {
  width: 24px;
}

.slick-next{
  right: 0 !important;
  z-index: 9999;


}

.slick-prev{
  left: 0 !important;
  z-index: 9999;

}






@media only screen and (max-width: 700px) {
  .container{
    overflow-x:hidden !important;
  }

  .my-owl {
    width: 100%;
    height: 40vh;

  }

  .my-owl2 {
    width: 100%;
    height: 40vh;
    margin-top:10px;


  }

  .my-konten{
    margin-top: 10px;
    height:300px;
  }
  
  .my-konten h4.ui.header a{
  color: rgb(245, 222, 16);
  font-size: 12px;
}
.my-konten h4.ui.header .sub.header {
  color: #fff;
  border-left: 3px solid rgb(245, 222, 16);
  padding-left: 10px;
}

  .sama{
    width: auto;
    height: auto;
  }

  .three{
    margin-left: 25px;
  }
  .three .lis{
    width: 300px;

  }

  .three .lis span{
    width: 550px;
  }

  .three .lis span i {

    left: 225px;
  }

  .three .lis .wrapper {

    width: 300px;
    height: 430px;
    left: auto;
    top:0;
  }


}
