.body {
  background-color: #e8eaef;
}
.blog-content .blog_pagination{
	display:none;
}
ol.breadcrumb {
  margin-bottom: 0;
}
.footer-title {
  color: #fff;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-top: 5px;
  margin-bottom: 0px;
}
.footer-header {
  position: relative;
}
.footer-header::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #333;
  right: 0;
  left: 0;
  bottom: 5px;
  z-index: -1;
  width: 90%;
}
.ring-tones,
.ring-tones > div > div > div {
  background-color: #fff;
}
.ring-tones > div > div {
  padding: 0;
}
.ring-tones h2 {
  display: flex;
  justify-content: center;
  background-color: #ff9966;
}
.audio-player {
  position: relative;
  overflow: hidden;
}
.audio-player > div {
  float: left;
}
.audio-player .player-img {
  font-size: 40pt;
}
.category-list a,
.app_name {
  text-decoration: unset;
  color: #333;
}
.player-detail-title {
  display: flex;
}
.player-detail-title span.player-rating {
  display: flex;
  justify-items: center;
}
.bar-line {
  width: 40px;
  margin: 23px 10px;
  background: #000;
  height: 1px;
}
.player-detail-description {
  word-break: break-all;
}
#jp_container_1 {
  width: 100% !important;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -moz-box-shadow: 2px 2px 4px 0px #006773;
  -webkit-box-shadow: 2px 2px 4px 0px #006773;
  box-shadow: 2px 2px 4px 0px #006773;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border-radius: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px;
}
#jp_container_1 svg.play-s{
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
}
.jp-current-time, .jp-duration{
  font-size: 0.35em !important;
}
#jp_container_1:hover,
#jp_container_1:focus,
#jp_container_1:active {
  -webkit-box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.4);
  box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.4);
  -webkit-transform: scale(1.005);
  -moz-transform: scale(1.005);
  transform: scale(1.005);
}
.jp-audio,
.jp-audio-stream,
.jp-video {
  border: unset !important;
  color: #000 !important;
}
button.topbutton{
  position:fixed;
  right: 0%;
  bottom:5px;
  font-size: 30px;
  z-index:1;
  display:none;
}
button.jp-stop,button.jp-play {
  position: relative !important;
  background: unset !important;
}
button.jp-stop svg, button.jp-play svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
button.jp-stop:focus, button.jp-play:focus {
  color: #009AFF;
}
.player-name-block,
.app_block {
  overflow: hidden;
  white-space: nowrap;
}
.text_wrapper:hover{
	cursor:pointer;
}
.text_wrapper{
  overflow: hidden;
}

.text_overflow {
  word-wrap: none;
  position:relative;
}

.gener-recent h2,.category-list h3 {
  background-color: #ff9966;
}
.app-item a:hover,.category-list a:hover {
  text-decoration: unset;
  color: #000;
  font-weight: bold;
}
#jp_container_1 .cp-container{
  position: unset !important;
    width: unset !important;
    height: unset !important;
    background: unset !important;
    padding:unset !important;
    -webkit-tap-highlight-color: unset !important;
    background-size: unset !important;
    float: unset !important;
}
.app-item .cp-container{
  width: 100% !important;
  height: 100% !important;
  font-size: 25pt;
}
.intro-page h2, #search h1,#category-detail h1, #page h1,.blog>h3{
  background-color: #ff9966;
}
.blog >.blog_pagination{
	display:none;
}
#page .app-item>div>div{
  padding:0;
}
.app-item .app_thumb{
  overflow: hidden;
  height: 100%;
}
.app-item .app_thumb svg.fa-play{
  padding: 8px 8px 8px 12px;
}
.app-item .app_thumb svg.fa-pause-circle{
  padding: 2px;
}
.app-item .app_thumb svg{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.1em;
  height: 1.1em;
  
}
.loading {
  display: none;
  position: absolute;
  width: 90%;
  height: 100%;
  text-align: center;
  z-index: 1;
  background: #fff;
  opacity: 0.8;
}
.cp-container:hover {
  font-size: 33pt;
  font-weight: bold;
}
.app_name:hover {
  text-decoration: unset;
  color: #000;
  font-weight: bold;
}
.audio-player .player-name {
  font-size: 14pt;
}
.cp-container {
  font-size: 30pt;
  width: auto !important;
  height: 38px !important;
  background: unset !important;
}
.cp-container .fa-pause-circle{
  display: none;
}
.cp-container .fa-play{
  padding-left: 2px;
}
.cp-container .fa-play,.cp-container .fa-pause-circle,.cp-container .play-s{
  position: absolute;
  left: -5px;
  top: 5px;
  border-radius: 50%;
  background-color: #009AFF;
  color: #FFF;
  width: 0.7em;
  height: 0.7em;
}

.cp-container .cp-progress-holder {
  display: none !important;
}
.cp-container .cp-controls {
  padding: 14px 14px 14px 10px !important;
}
.cp-container .cp-controls .cp-pause,
.cp-container .cp-controls .cp-play {
  background: unset !important;
}
.footer {
  background-color: #ff9966;
  margin-bottom: 0;
}
.footer .social-link {
  text-align: center;
  font-size: 28pt;
  background-color: gainsboro;
  padding: 10px 0;
}
.footer .social-link a:hover {
  text-decoration: unset;
}
.footer .list p {
  padding: 0 0 10px;
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  color: #333;
  text-transform: uppercase;
}
.footer .copyright {
  display: flex;
  justify-content: center;
  color: #fff;
}
.footer .copyright p {
  margin-top: 2rem;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: bold;
}
.footer .copyright a {
  color: #fff;
}
.footer .copyright a:hover {
  text-decoration: unset;
  color: #333;
}
.text-muted{
    font-size:13px;
}
.post_qrcode{
  display: flex;
  justify-content: center;
}
.sidebar-right h5{
  background-color: #FF3333;
}
.social.text-center{
  font-size: 17pt;
}
.social.text-center a{
  font-size: 20pt;
}
.xorder {
  background: #ccc none repeat scroll 0 0;
  border-radius: 0 0 12px;
  font-size: 12px;
  padding-bottom: 2px;
  padding-top: 1px;
  position: absolute;
  text-align: center;
  width: 22px;
  z-index: 999;
  color: #3c3c3c;
}
.xorder-1 {
  background: #0f4;
  color: #fff;
}
.xorder-2 {
  background: orange;
  color: #fff;
}
.xorder-3 {
  background: green;
  color: #fff;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.page-item.active .page-link {
  background-color: #87cefa;
  border-color: unset;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
ul.pagination li{
  display: flex;
}
.download-flex{
  padding:0;
}

@media(max-width:1025px){
 img.alignnone{
    width:100% !important;
  }
}

@media(min-width:1025px){
  #index svg.fa-music{
    display: block !important;
  }
}
@media(min-width:1024px){
  #index svg.fa-music{
    display: none;
  }
  .download-flex{
    padding-top: .5rem!important;
  }
}

@media (max-width: 768px) {
  #index .size{
    font-size: 11px;
  }
  .download-flex{
    padding: 0 !important;
    font-size: 14px;    
  }
  .download-flex svg{
    margin-top: 3px;
  }
  .download-center{
    display: inline-flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media(max-width: 720px) {
  #sidebarright{
    padding: 0;
  }
  .player-detail-title {
    display: block;
  }
  .bar-line {
    display: none;
  }
}
@media (max-width: 576px) {
  .download-flex{
    font-size: 15px;
  }
  .jp-toggles,
  .jp-duration,
  .jp-progress {
    display: none !important;
  }
  .jp-controls,
  .jp-time-holder {
    width: auto !important;
  }
  .jp-time-holder {
    top: 32px !important;
    left: 140px !important;
  }
}
@media (max-width: 320px) {
  .download-flex{
    font-size: 14px;
  }  
}
