/*
Theme Name: klingeltonmobi
*/
@font-face {
    font-family: 'fontello';
    src: url('./fonts/fontello.eot?47288448');
    src: url('./fonts/fontello.eot?47288448#iefix') format('embedded-opentype'),
         url('./fonts/fontello.woff?47288448') format('woff'),
         url('./fonts/fontello.ttf?47288448') format('truetype'),
         url('./fonts/fontello.svg?47288448#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

  .download-icon
    {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: never;
     
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      margin-right: .2em;
      text-align: center;
      /* opacity: .8; */
     
      /* For safety - reset parent styles, that can break glyph codes*/
      font-variant: normal;
      text-transform: none;
     
      /* fix buttons height, for twitter bootstrap */
      line-height: 1em;
     
      /* Animation center compensation - margins should be symmetric */
      /* remove if not needed */
      margin-left: .2em;
     
      /* You can be more comfortable with increased icons size */
      /* font-size: 120%; */
     
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
     
      /* Uncomment for 3D effect */
      /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    }
.nav-bar a, .nav-bar-2 a {
    color: #fff;
}
.nav-bar a, .nav-bar-2 a:hover{
	color:#ff4400;
}
.nav-bar a, .nav-bar-2 .responsiveMenu a, .nav-bar-2 a {
    text-decoration: none!important;
}
body, html {
    font-family: "Open Sans", sans-serif!important;
}
.nav-bar {
    padding: 35px 20px;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}
.nav-bar .logo .icon {
    display: inline-block;
    position: relative;
    top: -9px;
    margin-right: 6px;
}
.nav-bar .logo span.text {
    color: #000;
    font-weight: 700;
    font-size: 30px;
}
.nav-bar-2 {
    padding: 20px 20px 14px;
    width: 100%;
    background: #540032;
    margin: 0 auto 70px;
}
.nav-bar-2 .max-width {
    max-width: 1000px;
}
.nav-bar-2 .responsiveMenu a {
    color: #337ab7!important;
}
.nav-bar-2 .nav-menu {
    text-align: right;
}
.nav-bar-2 .nav-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.nav-bar-2 .nav-menu li {
    display: inline-block;
    padding: 0 15px;
    font-size: 15px;
    font-weight: 700;
}
.nav-bar-2 .logo {
    text-align: left;
}
.nav-bar-2 .logo .icon {
    display: inline-block;
    position: relative;
    top: -4px;
    margin-right: 2px;
}
.nav-bar-2 .logo img {
    /*width: 30px;
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);*/
}
.nav-bar-2 .logo span.text {
    color: #fff;
    font-weight: 700;
    font-size: 17px;
}
footer {
    background: #252525;
    text-align: center;
    padding: 10px;
    margin-top: 50px;
}
footer .copyright {
    color: #efefef;
    font-weight: 700;
}

.nav-bar-2 .nav-menu .icon, .nav-bar-2 .nav-menu .icon:hover {
    color: #fff;
    text-decoration: none;
}
.main {
    max-width: 1000px;
    margin: 0 auto;
}
.nav-bar-2 .nav-menu .icon {
    display: none;
    font-size: 25px;
    position: relative;
    top: -5px;
}
.responsiveMenu {
    transition: opacity .3s linear;
    position: absolute;
    right: 0;
    z-index: 100;
    display: none;
}
.responsiveMenu ul {
    display: block;
    background: #fff;
    border-radius: 5px;
    height: auto;
    text-align: left;
    z-index: 2000;
    opacity: 1;
    float: right;
    white-space: nowrap;
    transition: opacity .3s linear;
    list-style: none;
    margin: 0 20px 0 0;
    padding: 20px;
}
.hidden1, .hidden1.open {
    transition: height .5s linear;
}
.responsiveMenu ul li {
    float: none;
    display: block;
    line-height: 65px;
    padding: 0;
    margin: 0 25px;
    font-size: 19px;
    color: #337ab7!important;
    border-bottom: solid 1px #dcdcdc;
}
.page-heading {
    font-weight: 300;
    color: #000;
    text-align: center;
}
.page-heading .emphasize {
    font-weight: 700;
    color: #000;
}
.home .page-heading{
	margin-top:0px;
}
.ringtone-filters .down-caret {
    font-size: 10px;
    position: relative;
    top: -1px;
    margin-left: 3px;
}
.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.categories {
    display: none;
    padding-bottom: 35px;
    text-align: left;
}
.categoryName, .pagination-links, .ringtone-filters, .ringtone-filters ul {
    text-align: center;
}
.categories .selected {
    color: #86C9F0;
}
.categories ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.categories li {
    display: inline-block;
    padding: 10px;
}
.categories li a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
}
.categories li a:hover {
    text-decoration: none;
    color: #86C9F0;
}
.categoryName {
    color: #fff;
    font-size: 18px;
    margin-top: -15px;
    margin-bottom: 25px;
}
.categoryName .emphasize {
    font-weight: 700;
    color: #86C9F0;
}
.hidden1 {
    height: 0;
}
.hidden1.open {
    height: 200px;
}
.pagination-links {
    margin-top: 20px;
}
.pagination-links ul {
    list-style: none;
    margin: 0;
    padding: 0 0 35px;
}
.pagination-links ul .disabled {
    padding: 6px 12px;
    background: #540032;
    color: #fff;
}
.pagination-links ul .active {
    padding: 6px 12px;
    background: linear-gradient(to right, #e052a0, #f15c41);
    background: -webkit-linear-gradient(left, #e052a0, #f15c41);
    background: -webkit-gradient(linear, left top, right top, from(#e052a0), to(#f15c41));
    color: #fff;
}
.pagination-links ul li {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 20px;
}
.pagination-links ul li a {
    padding: 6px 12px;
    color: #fff;
    background: #c9283e;
    text-decoration: none;
}
.pagination-links ul li a:hover {
    background: linear-gradient(to right, #e052a0, #f15c41);
    background: -webkit-linear-gradient(left, #e052a0, #f15c41);
    background: -webkit-gradient(linear, left top, right top, from(#e052a0), to(#f15c41));
    color: #fff;
}
.home .pagination{
	margin-bottom:0px;
	padding-bottom:0px;
}
.home .pagination-links.more ul li a{
	padding:15px 50px;
}
.ringtone-filters ul {
    width: 100%;
    padding: 0;
    list-style: none;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
    background: #540032;
    box-shadow: 0 3px 20px -2px #669ed4;
    -webkit-box-shadow: 0 3px 20px -2px #669ed4;
    -moz-box-shadow: 0 3px 20px -2px #669ed4;
}
.ringtone-filters .category-filter:hover, .ringtone-filters ul a:hover li {
    background: #80004c!important;
    color: #fff!important;
}
.ringtone-filters .category-filter {
    cursor: pointer;
}
.ringtone-filters .responsive-category-filter {
    cursor: pointer;
    color: #fff;
    max-width: 200px;
    margin: 0 auto 40px;
    background: #e75176;
    font-weight: 700;
    padding: 15px;
    border-radius: 3px;
}
.ringtone-filters .responsive-category-filter:hover {
    color: #fff!important;
}
.ringtone-filters li {
    display: block;
    float: left;
    padding: 15px 25px;
    font-weight: 700;
    border-right: 1px solid #DDD;
    color: #fff;
    font-size: 15px;
    width: 25%}
.ringtone-filters .filter-selected {
    color: #fff!important;
    background: #c8283e;
}
.responsive-filters {
    display: none;
}
.responsive-filters li {
    width: 33.3%!important;
}
.responsive-filters ul {
    box-shadow: 0 3px 11px -2px #669ed4!important;
    -webkit-box-shadow: 0 3px 11px -2px #669ed4!important;
}
.all-ringtones {
    margin-top: 35px;
}
.all-ringtones .ringtoneSection {
    margin: 0!important;
}
.all-ringtones .downloadSection {
    margin: 15px -20px 0!important;
}
.all-ringtones .downloadSection .download-btn {
    margin: 0;
    padding: 0;
}
.all-ringtones .downloadSection .download-btn a {
    margin: 0;
    background: #183550;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-weight: 700;
    display: block;
}
.all-ringtones .downloadSection .download-btn a:hover {
    background-image: linear-gradient(to right, #e052a0, #f15c41);
    background-image: -webkit-linear-gradient(left, #e052a0, #f15c41);
    background-image: -webkit-gradient(linear, left top, right top, from(#e052a0), to(#f15c41));
    text-decoration: none;
    color: #fff;
}
.all-ringtones .ringtone {
    color: #fff;
    padding: 0 10px;
    margin-bottom: 30px;
}
.all-ringtones .ringtone .ringtone-container {
    background: #284664;
    padding: 20px 20px 0;
    overflow: hidden;
    border-radius: 8px;
}
.all-ringtones .ringtone .detail {
    padding: 0;
    font-size: 14px;
}
.all-ringtones .ringtone .title {
    font-weight: 700;
    margin-bottom: 7px;
}
.all-ringtones .ringtone .category {
    padding: 0;
    font-weight: 300;
}
.all-ringtones .ringtone .category a, .all-ringtones .ringtone .category a:hover {
    color: #86C9F0;
}
.all-ringtones .ringtone .category .emphasize {
    font-weight: 700;
    color: #86C9F0;
}
.all-ringtones .ringtone .preview {
    padding: 0;
}
.all-ringtones .ringtone .ui360 {
    margin: 0;
}
.all-ringtones .ringtone .sm2-360ui {
    background-color: #1e3750;
}
.all-ringtones .ringtone .sm2-360btn-default {
    background-size: unset!important;
}
.all-ringtones .ringtone .sm2_buffering .sm2-360btn-default, .all-ringtones .ringtone .sm2_paused .sm2-360btn-default, .all-ringtones .ringtone .sm2_playing .sm2-360btn-default {
    background-size: 22px 22px!important;
}
.max-width650 {
    max-width: 650px;
    margin: 0 auto;
}
@media only screen and (max-width:991px) {
    .sidebar {
    padding: 0!important;
    margin-top: 30px;
}
}@media only screen and (max-width:595px) {
    .de-filter {
    display: none!important;
}
.responsive-filters {
    display: block!important;
}
}@media screen and (max-width:767px) {
    .ringtone {
    padding: 0!important;
}
.allRingtones {
    max-width: 500px;
    margin: 0 auto;
}
}@media screen and (max-width:880px) {
    .nav-bar-2 {
    padding-top: 25px!important;
}
.nav-bar-2 .logo {
    text-align: left!important;
    margin: 0!important;
}
.nav-bar-2 .nav-menu ul {
    display: none;
}
.nav-bar-2 .nav-menu .icon {
    display: block;
    text-align: right;
}
}.ringtone-player {
    border-radius: 3px;
    background: #fff;
	border:1px solid #be170e;
}
.ringtone-player .detail {
    color: #000;
    text-align: center;
    padding: 20px;
}
.ringtone-player .title {
    font-weight: 700;
    margin-bottom: 7px;
    font-size: 19px;
	text-align:center;
}
.ringtone-player .category {
    padding: 0;
    font-weight: 300;
    font-size: 14px;
}
.ringtone-player .category a, .ringtone-player .category a:hover {
    color: #888;
}
.ringtone-player .category .emphasize {
    font-weight: 700;
    color: #86C9F0;
}
.ringtone-player .sm2-bar-ui {
    font-size: 16px;
    border-top: 1px solid #be170e;
}
.ringtone-player .sm2-bar-ui .sm2-main-controls, .ringtone-player .sm2-bar-ui .sm2-playlist-drawer {
    background-color: #be170e;
}
.ringtone-player .sm2-bar-ui .sm2-inline-texture {
    background: 0 0;
}
.ringtone-player .audio-player {
    line-height: 0;
}
.download-section {
    text-align: center;
    margin: 35px 0;
}
.download-section .mp3-btn a {
    background: #4eaf52;
}
.download-section .mp3-btn a:hover {
    background: #3a823d;
}
.download-section .m4r-btn a {
    background: #d8505d;
}
.download-section .m4r-btn a:hover {
    background: #9c3741;
}
.download-section .dl-btn {
    display: inline-block;
    width: 250px;
    margin: 10px 5px;
}
.download-section .dl-btn a {
    color: #fff!important;
    text-decoration: none;
    padding: 15px 5px;
    font-weight: 700;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .4);
}
.download-section .dl-btn a:hover {
    color: #fff;
}
.ringtone-info {
    background: #ECF0F1;
    padding: 0 20px;
}
.ringtone-info ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.ringtone-info ul li {
    border-bottom: 1px solid #cdcdce;
    padding: 20px 0;
}
.ringtone-info ul li:last-child {
    border-bottom: none;
}
.ringtone-info .label {
    color: #333;
    font-weight: 600;
}
.ringtone-info .category .entry, .ringtone-info .tags .entry {
    color: #207fca;
    font-weight: 700;
}
.ringtone-info .category .entry a, .ringtone-info .category .entry a:hover, .ringtone-info .tags .entry a, .ringtone-info .tags .entry a:hover {
    color: #207fca;
}
.sidebar {
    padding: 0 0 0 60px;
}
.sidebar .heading {
    color: #333;
    font-weight: 700;
    background: #ecf0f1;
    padding: 15px 20px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 18px;
}
.sidebar .content {
    background: #294663;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    color: #fff;
    font-weight: 700;
}
.sidebar .content ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.sidebar .content ul a, .sidebar .content ul a:hover {
    color: #fff;
    text-decoration: none;
}
.sidebar .content ul a:hover li {
    background-image: linear-gradient(to right, #e052a0, #f15c41);
    background-image: -webkit-linear-gradient(left, #e052a0, #f15c41);
    background-image: -webkit-gradient(linear, left top, right top, from(#e052a0), to(#f15c41));
}
.sidebar .content ul li {
    padding: 15px 20px;
    border-bottom: 1px solid #253f58;
}
.ring-grid{
	padding-left:0;
	padding-right:0;
}
.cat-ringtones-show h2{
	margin-top:0px;
}
@media only screen and (max-width: 960px){
	.ringtone-filters li {
		padding: 15px 25px !important;
	}
}

.info {
    max-height: 88px !important;
}

.name {
    word-break: break-all !important;
}
