.mdl-switch-audio .container {
  max-width: 960px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.mdl-switch-audio .top-section img {
  max-height: 46px;
  height: auto;
  display: block;
  margin: 0 auto 2.25rem;
  margin-bottom: 1.5rem;
}

.mdl-switch-audio .top-section .collg-12 {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.mdl-switch-audio .top-section hr {
  background: #02426d;
  border: none;
  display: block;
  height: 1px;
  margin: 2rem auto 1.5rem;
  max-width: 100px;
  margin-bottom: 1.5rem;
  margin-top: 1.75rem;
}

.mdl-switch-audio .top-section h2 {
  color: #a2006e;
  text-align: center;
  margin-bottom: 1.5rem;
}

.mdl-switch-audio .top-section h2 sup {
  font-size: 40%;
  top: -0.75rem;
}

.mdl-switch-audio .top-section h3 {
  color: #a2006e;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  margin: 0;
}

.mdl-switch-audio .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.mdl-switch-audio .top-section .colmd-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  margin-left: 8.333333%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.mdl-switch-audio .top-section .colmd-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  -ms-flex-item-align: center;
  align-self: center;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.mdl-switch-audio .top-section .colmd-3 img {
  max-width: 100%;
  height: auto;
  max-height: inherit;
  margin: 0;
  width: 100%;
  vertical-align: middle;
  border-style: none;
}

.mdl-switch-audio .top-section .row.m-0s {
  margin-bottom: 3rem;
  margin-top: 3rem;
  margin-left: 0;
  margin-right: 0;
}

.mdl-switch-audio .top-section .colmd-8 h3+p {
  padding-top: 1.5rem;
}

.mdl-switch-audio .top-section .colmd-8 p {
  color: #666;
  text-align: center;
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 1.5rem;
  font-weight: 300;
}

.mdl-switch-audio .bottom-section {
  width: 100%;
}

.mdl-switch-audio .bottom-section .page-center {
  padding-bottom: 3rem;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.mdl-switch-audio .bottom-section .audio {
  position: relative;
}

.mdl-switch-audio .bottom-section .collg-3 {
  text-align: center;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.mdl-switch-audio .bottom-section .collg-3 a {
  cursor: default;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.mdl-switch-audio .bottom-section .collg-3 .difference-circle {
  max-height: 60px;
  width: 75%;
  padding-top: 75%;
  height: auto;
  background: #a2006e;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  position: relative;
  margin-bottom: 1rem;
  transition: transform .3s;
  transform: scale(1);
  z-index: 2;
}

.mdl-switch-audio .bottom-section .difference-circle .step-text {
  position: absolute;
  padding-right: 5px;
  padding-left: 5px;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
}

.mdl-switch-audio .bottom-section .calamansi {
  background: transparent;
  box-shadow: none;
  display: block;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 0;
  height: auto;
  width: 100%;
  box-sizing: border-box;
}

.mdl-switch-audio .bottom-section h3 {
  color: #a2006e;
  text-align: center;
  margin-bottom: 0;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
}

.mdl-switch-audio .bottom-section p {
  font-size: 13px;
  line-height: 28px;
  margin-bottom: 0;
  padding-right: 1rem;
  padding-left: 1rem;
  color: #666;
}

.mdl-switch-audio .bottom-section h3 + p {
  padding-top: 1.5rem;
}


.calamansi-skin--basic {
  width: 100%;
  box-sizing: border-box;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 4px;
  user-select: none;
  -webkit-user-select: none;
  background-color: #fff;
}
.calamansi-skin--basic .clmns--slider {
  flex-grow: 1;
  background-color: #D8D8D8;
  cursor: pointer;
  position: relative;
}
.calamansi-skin--basic .clmns--slider .clmns--playback-progress {
  background-color: #44BFA3;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.calamansi-skin--basic .clmns--slider .clmns--pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #44BFA3;
  position: absolute;
  pointer-events: all;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
}
.calamansi-skin--basic .clmns--controls {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #55606E;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 24px;
  margin-right: 24px;
}
.calamansi-skin--basic .clmns--controls .clmns--slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.mdl-switch-audio .bottom-section p {
  font-weight: 300;
}
.calamansi-skin--basic .clmns--controls .clmns--slider .clmns--playback-progress {
  width: 0;
  height: 100%;
}
.calamansi-skin--basic .clmns--controls .clmns--slider .clmns--playback-progress .clmns--pin {
  right: -8px;
  top: -6px;
}
.calamansi-skin--basic .clmns--controls span {
  cursor: default;
  word-break: initial;
}
.calamansi-skin--basic .clmns--volume {
  position: relative;
}
.calamansi-skin--basic .clmns--volume .clmns--volume-btn {
  cursor: pointer;
}
.calamansi-skin--basic .clmns--volume .clmns--volume-btn.clmns--open path {
  fill: #44BFA3;
}
.calamansi-skin--basic .clmns--volume .clmns--volume-btn.clmns--open ~ .clmns--volume-controls {
  display: flex;
}
.calamansi-skin--basic .clmns--volume .clmns--volume-controls {
  width: 30px;
  height: 135px;
  background-color: rgba(0, 0, 0, 0.62);
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: none;
  z-index: 1;
}
.calamansi-skin--basic .clmns--volume .clmns--volume-controls .clmns--slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.calamansi-skin--basic .clmns--volume .clmns--volume-controls .clmns--slider .clmns--volume-value {
  bottom: 0;
  height: 100%;
  width: 6px;
  border-radius: 3px;
  background-color: #44BFA3;
  position: absolute;
}
.calamansi-skin--basic .clmns--volume .clmns--volume-controls .clmns--slider .clmns--volume-value .clmns--pin {
  left: -5px;
  top: -8px;
}

.calamansi-skin--basic .clmns--svg {
  display: block;
}
.top-section .container {
  padding-bottom: 1.5rem !important;
}
.difference-circle .calamansi-skin--basic .clmns--svg {
  width: 40px;
  height: 68px;
  margin: 0 auto 1rem;
}
.difference-circle .calamansi-skin--basic .clmns--svg path {
  fill: #fff;
}
.difference-circle .calamansi-skin--basic .clmns--controls {
  margin: 0 12px;
  flex-wrap: wrap;
}
.difference-circle .calamansi-skin--basic .clmns--controls span.clmns--playback-time {
  order: 2;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  margin-top: 10px;
  font-size: 13px;
  font-weight: normal;
  color: #fff;
}
.difference-circle .calamansi-skin--basic .clmns--slider {
  background: #fff;
}
.difference-circle .calamansi-skin--basic .clmns--controls .clmns--slider {
  order: 1;
  width: 100%;
}
.difference-circle .calamansi-skin--basic .clmns--controls span.clmns--playback-duration {
  order: 3;
  display: flex;
  margin-top: 10px;
  flex-direction: column;
  align-self: flex-end;
  font-size: 13px;
  font-weight: normal;
  color:#fff;
}
.difference-circle .clmns--volume {
  display: none;
}

.calamansi{
  box-sizing:border-box;width:100%;height:auto
}
.calamansi .clmns--control{cursor:pointer}
.calamansi .clmns--slider{touch-action:none}
.calamansi .clmns--noselect{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.calamansi .clmns--playlist-item{cursor:pointer}
.mdl-switch-audio .bottom-section .collg-3:nth-child(2) .difference-circle {
  background: #3ec2b4;
}
.mdl-switch-audio .bottom-section .collg-3:nth-child(3) .difference-circle {
  background: #3ec6f4;
}
.mdl-switch-audio .bottom-section .collg-3:nth-child(4) .difference-circle {
  background: #02426d;
}

.mdl-switch-audio .difference-circle .calamansi-skin--basic .clmns--slider .clmns--pin {
  background: #fff;
  box-shadow: none;
}

@media (max-width:992px){
  .mdl-switch-audio .container {
    max-width: 720px;
  }
  .mdl-switch-audio .bottom-section .page-center {
    max-width: 720px;
  }
  .mdl-switch-audio .bottom-section .collg-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 1.5rem !important;
  }
  .mdl-switch-audio .top-section .collg-12 {
    padding-left: 1.5rem!important;
    padding-right: 1.5rem !important;
  }
  .mdl-switch-audio .bottom-section h3 br {
    display: none;
  }

}



@media (max-width:767px){
  .mdl-switch-audio .top-section .collg-12 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .mdl-switch-audio .top-section .colmd-3 {
    margin: 0;
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1.5rem !important;
  }

  .mdl-switch-audio .top-section .colmd-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .mdl-switch-audio .bottom-section .collg-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1.5rem !important;
  }

  .mdl-switch-audio .bottom-section h3 br {
    display: none;
  }
  .mdl-switch-audio .top-section hr {
    margin-top: 2rem;
  }

  .mdl-switch-audio .top-section h2 {
    font-size: 30px;
    line-height: 40px;
  }

}

@media (max-width:500px){
  .mdl-switch-audio .bottom-section .collg-3 .difference-circle {
    width: 90%;
    padding-top: 90%;
  }
}

