@font-face {font-family:'Roboto';font-style:normal;font-weight:400;font-display:swap;src:local('Roboto'),local('Roboto-Regular'),url(/assets/fonts/roboto-regular.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face {font-family:'Roboto';font-style:normal;font-weight:700;font-display:swap;src:local('Roboto Bold'),local('Roboto-Bold'),url(/assets/fonts/roboto-bold.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face {font-family:'fontello';src:url('/assets/fonts/fontello.woff2') format('woff2');font-weight:normal;font-style:normal;}
[class^="i-"]:before, [class*=" i-"]:before {display:inline-block;font-family:"fontello";font-style:normal;font-weight:normal;font-size:14px;font-size:inherit;}

.i-search:before {content:'\e800';color:#7f99c1;}
.i-menu:before {content:'\f0c9';}
.i-cancel:before {content:'\e801';}
.i-music:before {content:'\e802';}
.i-h:before {content:'\e802';font-size:34px;width:36px;float:left;margin-right:10px;color:#679eef;}
.i-v:before {content:'\e803';font-size:13px;color:#7b94b9;}
.i-i:before {content:'\e803';font-size:13px;color:#7b94b9;margin-right:8px;}
.i-prev:before {content:'\e802';font-size:32px;color:#65a2fc;float:left;width:33px;padding:5px 5px 8px 8px;margin-right:12px;border:1px solid #65a2fc;border-radius:6px;}
.i-star:before {content:'\e808';}
.i-eye:before {content:'\e804';color:#4c8b9f;}
.i-down:before {content:'\e805';}
.i-tag:before {content:'\e806';}
.i-hashtag:before {content:'\f292';}
.i-calendar:before {content:'\e807';}
.i-left:before {content:'\e809';}
.i-right:before {content:'\e80a';}
.i-apple:before {content:'\f179';font-size:20px;}
.i-android:before {content:'\f17b';font-size:20px;}
.home-link {display:inline-flex;align-items:center;gap:6px;text-decoration:none;padding:0px 0px 8px}
.home-link svg {width:18px;height:18px;fill:#7b94b9;flex-shrink:0;}

* {background:transparent;margin:0;padding:0;outline:none;border:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
html {height:100%;}
body {font:14px 'Roboto', Tahoma, Geneva, sans-serif;font-weight:400;line-height:normal;display:flex;flex-direction:column;min-height:100vh;padding:0;margin:0;color:#393939;background-color:#f3f3f3;}
a {color:#000;text-decoration:none;}
a:hover, a:focus {color:#6a9ce7;text-decoration:none;}
h1, h2, h3{font-weight:700;font-size:18px;}
ol, ul {list-style:none;}
.clearfix {padding:10px 6px;}

.header {background-color:#4b5563;width:100%;}
.header-inner {display:flex;width:100%; max-width:950px;margin:0 auto;padding:10px 0;box-sizing:border-box;align-items:center;justify-content:space-between;}
.logo {width:210px;height:50px;overflow:hidden;flex-shrink:0;}
.logo img {width:200px;height:50px;}
.search-box {position:relative;flex:1;min-width:0;display:flex;justify-content:flex-end;margin-right:15px;}
.search-box input {border-radius:20px;display:block;width:100%;height:40px;line-height:40px;padding:0 15px;background-color:#f3f3f3;color:#000;box-shadow:inset 0 0 0 1px #e8e8e8;border:1px solid transparent;}
.search-box input:focus {border:1px solid #8ab9ff;}
.search-box button {position:absolute;right:0;top:0;background-color:transparent !important;color:#939393 !important;width:40px;padding:0 !important;display:inline-block;text-align:center;height:40px;line-height:40px;border-radius:20px;cursor: pointer;font-size:14px;font-weight:700;}
.search-box button:hover {background-color:#588ee2;color:#fff;box-shadow:0 10px 20px 0 rgba(0,0,0,0.1);}
.errors{padding:15px 0px 10px;}
.errors span{font-weight:bold;}
.errors p{margin:5px 0 0;}
.berrors {padding: 5px 0px 10px;}
#searchinput{border:2px solid #65a2fc;height:30px;padding:5px;border-radius:10px;}
#dosearch{padding:8px;background:#4772b5;color:#fff;border-radius:8px;font-size:14px;}
#dosearch:hover{background:#588ee2;cursor:pointer;}
#dofullsearch {display:none;}

.h-nav{display:flex;justify-content:space-between;}
.h-nav .fa {font-size:17px;margin-bottom:5px;margin-right:8px;}
.h-nav > a{display:inline-flex;width:30%;height:44px;overflow:hidden;text-overflow:ellipsis;color:#fff;text-align:center;font-size:16px;cursor:pointer;background-color:#4772b5;margin:15px 0px 5px;border-radius:8px;justify-content:center;align-items:center;}
.h-nav > a:hover {color:#fff;box-shadow:inset 0 -3px #8ab9ff}
.h-nav > a.current {color:#fff;box-shadow:inset 0 -3px #8ab9ff;}
.h-nav > div { display:flex;justify-content:center;align-items:center;width:32%;height:44px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#2b4265;font-size:16px;cursor:pointer;background-color:#adb6c4;margin:15px 0 5px;border-radius:8px;}
.h-nav > div:hover {color:#fff;box-shadow:inset 0 -3px #8ab9ff;}
.h-nav > div.current {color:#fff;box-shadow:inset 0 -3px #8ab9ff;}
#mm > div.current {color:#fff;box-shadow:inset 0 -3px #8ab9ff;}
.menu {display:none;margin:10px;}
.i-menu, .i-cancel {margin:4px;}
.nav-menu a {display:block;text-align:center;font-weight:700;font-size:18px;margin-bottom:20px;}
.nav-tabs {background-color:#fff;box-shadow:0 0 20px rgba(0,0,0,0.2);margin:0 -1000px;padding:0 1000px;}
.nav-cats {padding:10px 10px 15px;color:#147ac4;border-top:1px solid #cbdfff;text-align:center;font-size:17px;}
.speedbar {padding:8px 7px;margin-bottom:7px;list-style:none;background-color:#f5f5f5;border-radius:4px;}
.main-container {flex:1;max-width:960px;margin:0 auto;position:relative;z-index:100;width:calc(100% - 20px);}
.content {margin:20px 0;padding:15px 15px 20px 15px;background-color:#fff;box-shadow:0 0 20px rgba(0,0,0,0.2);}
.intro h1 {font-size:19px;font-weight:700;margin-bottom:15px;}
.intro p {margin-bottom:20px;line-height:1.7;font-size:14px;color:#636363;padding-bottom:20px;border-bottom:1px solid #e3e3e3;}
.about {margin:10px 0;padding:15px 0px 20px;border-top:1px solid #e3e3e3;}
.about h2 {font-size:19px;font-weight:700;margin-bottom:15px;}
.about img {float:left;width:85px;height:85px;padding:4px;margin:0 15px 10px 0;object-fit:cover;border-radius:50px;box-shadow:0 3px 8px rgba(71, 114, 181, 0.15);}
.about p {line-height: 1.6;margin: 0;}

.r-box {display:flex;margin:0 0 8px;padding:10px 0px 10px 12px;color:#4c8b9f;border:1px solid #dcdcdc;border-radius:8px;}
.r-box:nth-child(2n) {background-color:#f5f5f5;}
.r-box a{display:block;width:100%;height:100%;text-decoration:none;}
.prev-img {width:48px;height:48px;float:left;margin-right:10px;}
.prev-img img {width:100%;}
.r-i {display:block;margin-top:12px;color:#54719d;}
.r-t {color:#939393;margin-left:20px;font-size:12px;padding:11px 0 0 0;}
.r-box a:hover .prev-img {opacity:0.67;}
.r-box a:hover .i-prev {opacity:0.67;}

.r-title {display:flex;align-items:center;margin-left:8px;}
.r-title::before {font-family:"fontello";content:'\e802';font-size:34px;color:#679eef;margin-right:10px;}
.r-title h1 {margin:0;}
.pl {text-align:center;height:70px;max-width:900px;padding:8px 5px 7px;margin:0px 0px 30px 0px;margin:0 auto 30px;}
.tags-page h3 {font-size:18px;padding:5px 0 5px;}
.ringtone-info {padding:5px 0px 15px 13px;}
.ringtone-info a {border-radius:3px;color:#4167a2;text-decoration:underline;}
.ringtone-info a:hover{color:#6a9ce7;}
.r-about{padding:15px 20px 15px;text-align:center;clear:both;max-width:900px;margin:0 auto;background-color:#f1f1f1;font-size:15px;border-radius:10px;}
.r-about h2 {padding:0px 0px 7px;}
.r-info {padding:1px 20px 40px;max-width:900px;margin:0 auto;font-weight:bold;background-color:#f1f1f1;border-radius:10px;}
.category {min-width:110px;padding:10px 10px 6px 0px;float:left;color:#444;}
.uploaded, .views{display:block;padding:10px 10px 6px 0px;float:right;color:#444;}
.r-info a {padding:4px 6px;min-width:23px;border-radius:3px;background-color:#4772b5;color:#fff;}
.r-info a:hover {background-color:#588ee2;color:#fff;}
.d-container {margin:15px 0px 30px 0px;text-align:center;clear:both;}
.d-button {display:inline-flex;align-items:center;justify-content:flex-start;height:42px;width:170px;padding:0 12px;gap:18px;font-size:15px;color:#fff !important;background-color:#4772b5;border:0;border-radius:7px;cursor:pointer;text-align:left;}
.d-button:first-child{margin-right:5px;}
.d-button:hover{background-color:#588ee2;color:#fff;}
.rel-title {font-size:18px;font-weight:bold;margin-bottom:20px;}
.related {margin-bottom:20px;margin-top:20px;}
.bse{text-align:center;margin:12px 0px 5px;}

.bottom-nav {line-height:40px;text-align:center;padding:15px 0px 15px 0;}
.pagi-nav {max-width:100%;display:inline-block;}
.pagi-nav > span {display:inline-block;}
.pnext a, .pprev a, .pprev > span, .pnext > span {display:block;width:40px;text-align:center;}
.navigation {text-align:center;}
.navigation a, .navigation span, .pnext a, .pprev a, .pprev > span, .pnext > span {display:inline-block;padding:0 5px;min-width:90px;background-color:#4772b5;margin:0 8px; margin-top:7px;box-shadow:3px 5px 10px 0 rgba(0,0,0,0.0);border-radius:5px;color:#fff;}
.navigation span, .pagi-nav a:hover {background-color:#588ee2;color:#fff;}
.navigation span.nav_ext {background-color:#fff;color:#ccc;}
.pagi-nav a:hover {background-color:#6a9ce7;color:#fff;}
.i-left {margin-right:9px;}
.i-right {margin-left:9px;}
.pagi-nav {margin-bottom:0;}

.footer {text-align:center;line-height:1.7;color:#686868;padding-bottom:20px;}
.footer a {color:#393939;}
.f-links a {color:#3b64a3;text-decoration:underline;}
.footer a:hover, .f-links a:hover {color:#6a9ce7;}

.ap{display:flex;flex-direction:row;box-sizing:border-box;margin:0 auto;padding:0 10px;width:96%;height:70px;align-items:center;box-shadow:1px 1px 3px rgba(10,10,15,0.7);border-radius:5px;}
.ap-playpause{display:flex;justify-content:center;align-items:center;width:48px;height:48px;border-radius:50%;cursor:pointer;transition:all .2s ease-in-out}
.ap:not(.ap-playing) .ap-playpause{background:rgba(91,130,255,0);border:3px solid #1e93ed}
.ap:not(.ap-playing) .ap-playpause:hover{background:rgba(91,130,255,0.1)}
.ap-playing .ap-playpause{background:rgba(253,79,26,0);border:3px solid #F30}
.ap-playing .ap-playpause:hover{background:rgba(235,79,26,0.1)}
.ap:not(.ap-playing) .ap-playpause a{content:'';justify-content:center;width:0;height:0;margin-left:2px;border-top:7px solid transparent;border-right:none;border-bottom:7px solid transparent;border-left:12px solid #1e93ed}
.ap-playing .ap-playpause a{content:'';display:flex;justify-content:space-between;width:12px;height:14px}
.ap-playing .ap-playpause a::before,.ap-playing .ap-playpause a::after{content:'';width:4px;height:14px;background-color:#F30}
.ap-time{display:flex;width:40px;justify-content:center;font-size:12px;color:#000}
.ap-time-current{margin-left:24px}
.ap-time-duration{margin-right:24px}
.ap-bar{position:relative;display:flex;margin:0 12px;height:12px;flex-basis:0;flex-grow:1;cursor:pointer}
.ap-bar::before{content:'';position:absolute;top:5px;width:100%;height:2px;background-color:#DDE2E6}
.ap-bar > div{position:absolute;left:0;top:5px}
.ap-bar-loaded{z-index:1;height:2px;background:#BEC8D2}
.ap-bar-played{flex-direction:row-reverse;z-index:2;height:2px;background:-webkit-linear-gradient(left,#0059FF,#09B1FA)}
.ap-bar-played::after{display:flex;position:absolute;content:'';box-sizing:border-box;top:-5px;right:-1px;margin-right:-5px;width:12px;height:12px;background-color:#fff;border-radius:6px}
.ap:not(.ap-playing) .ap-bar-played::after{border:2px solid #BEC8D2}
.ap-playing .ap-bar-played::after{border:2px solid #0059FF}
.ap-volume{display:flex;align-items:center}
.ap-volume-button{display:flex;align-items:center;width:24px;height:24px;cursor:pointer}
.ap-volume-button a{display:flex;width:6px;height:8px;background-color:#9A9FB0;position:relative}
.ap-volume-button a:before,.ap-volume-button a:after{content:'';position:absolute}
.ap-volume-button a:before{width:0;height:0;border-top:8px solid transparent;border-right:9px solid #9A9FB0;border-bottom:8px solid transparent;border-left:none;top:-4px}
.ap:not(.ap-mute) .ap-volume-button a:after{left:10px;top:-2px;width:6px;height:6px;border:6px double #9A9FB0;border-width:6px 6px 0 0;border-radius:0 12px 0 0;transform:rotate(45deg)}
.ap-mute .ap-volume-button a{background-color:#FD4F1A}
.ap-mute .ap-volume-button a:before{border-right:9px solid #FD4F1A}
.ap-volume-adjust{display:flex;align-items:center;margin-left:8px}
.ap-volume-adjust > div{position:relative;display:flex;width:60px;height:2px;cursor:pointer;background-color:#BEC8D2}
.ap-volume-adjust div div{position:absolute;top:0;left:0;height:2px;background-color:#fff}
@media screen and (max-width:679px) {.ap-volume-adjust{display:none}}
.error h1{font-size:2rem;margin-bottom:.25em;}
.error p{margin-bottom:1.5em;color:#666;}
.error a{display:inline-block;padding:.7em .7em;background:#4772b5;color:#fff;text-decoration:none;border-radius:4px;}
.error a:hover{background:#588ee2;}

@media screen and (max-width:1220px) {
.main-container {max-width:1000px;}
}

@media screen and (max-width:950px) {
.main-container {max-width:768px;}
}

@media screen and (max-width:760px) {
.main-container {max-width:640px;}
.ring-rate {display:none;}
.sub-title h1 {font-size:18px;line-height:24px;}
}

@media screen and (max-width:590px) {
.main-container {max-width:480px;}
.header {display:block;}
}

@media screen and (max-width:470px) {
.main-container {padding:0px 5px;}
.r-box {padding-left:10px;padding-right:10px;}
.d-button {width:70%;margin:0px 0px 7px 0px;}
.d-button:first-child {margin-right:0px;}   
}

@media screen and (min-width:372px) and (max-width:450px) {
.h-nav > a {width:32%;}
}

@media screen and (max-width:382px) {
.h-nav > a {padding-top:0px;}
.r-info {padding:1px 5px 40px;}
}