body * {
    margin: 0;
    padding: 0;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 1.5;
    border: 0;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: -.3px;
    font-size: 14px;
   
}

a img,:link img,:visited img {
    border: none;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #ff0000;
}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, img, strong, b, u, i, center, ol, ul, li, form, label, article, aside, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

i {
    font: inherit;
}

b {
    font-weight: bold;
}

textarea {
    font-size: small;
}

main {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

footer {
    width: 100%;
    text-align: center;
    background: #323232;
    color: #fff;
    padding: 10px 0px 10px 0px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 2px solid red;
}

.tCenter {
    text-align: center;
    padding: 5px;
}

header {
    width: 100%;
    background: #323232;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}



.logo{padding:2px;text-align:center;display: flex;
  justify-content: center;
  align-items: center;
 margin-left: 20px;
}
.logo a{color:#fff;font-weight:700}

h1 {
  color: white;
  font-size: 24px;
  text-align: center;
}

.ad {
    width: 100%;
}

.bg {
    background: #fff;
}

hr {
    background-color: #D2D2D2;
    border: medium none;
    height: 1px;
    margin: 2px 0;
    padding: 5px;
}

.heading {
    padding: 6px 0px 6px 10px;
    font-size: 17px;
    border-bottom: solid 1px #e0e0e0;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    display: block;
    background: linear-gradient(to right,#0190c7,#ec318f);
    position: static;
    line-height: 22px;
    cursor: default;
}

.heading a {
    color: #fff;
}

.heading3 {
    padding: 5px 5px 5px 7px;
    font-size: 17px ;
    text-transform: capitalize;
    color: #333;
    margin: 2px 2px 1px 0;
    display: block;
    background: linear-gradient(-35deg,white,white,white,white,white,white,white,#ff9999,#ff6666,#ff2b2b);
    position: static;
    line-height: 20px;
    font-weight: bold;
}

input[type=submit],input[type=text] {
    padding: 2px;
    border: 1px solid #cdcdcd;
    border-color: rgba(0,0,0,.15);
    border-radius: 3px;
    background-color: #eee;
    margin: 0px;
}

.downLink {
    margin: 5px 0;
}

.dwnLink {
    font-weight: bold;
}

.vd {
    width: 100%;
}

.sp {
    margin-top: 5px;
}
.top21 {
  margin: 4px 0 4px 0;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 8px;
}
.top21 a {
  color: #333;
  text-decoration: none;
  margin-right: 10px;
}
.top21 a:hover {
  color: red;
}

.az {
  text-align: center;
  margin: 10px 0;
  padding:6px;
  background:#fff;
}

.az a {
  display: inline-block;
  padding: 2px 5px;
  margin: 0 5px;
  border-radius: 20px;
  color: #000;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}

.bpan2 {
    padding: 10px;
    background: #fff;
    margin: 2px 0 2px 0;
}

.bpan {padding:2px;margin:1px 0;border-top:1px solid #ddd;border-bottom:1px solid #ddd;background:#fff;font-weight:bold;}


.az a:hover{background:#d6f0ff}



.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  max-width: 100%;
}

.tags {
  padding: 20px;
  background-color: #f7f7f7;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #333;
  margin-bottom: 5px;
}

.pgn {
    background: #fff;
    border: 1px solid #f2f6fa;
    text-align: center;
    padding-top: 14px;
    padding-bottom: 5px;
    margin-top: 1px;
    margin-bottom: 3px
}

.pgn a,.pgn span {
    border: 1px solid #2e76b3;
    padding: 7px 15px;
    margin: 0 2px;
    background: #3a87c9;
    text-decoration: none;
    color: #ffffff;
    border-radius: 4px;
    font-size: 15px
}

.pgn a:hover,.pgn span {
    background: #215f94;
    border-color: #1f5c8f;
    color: #fff
}

.pgn div {
    padding-top: 10px;
    padding-bottom: 4px
}

img {
    vertical-align: middle;
}

.l {
    padding: 5px;
}

.cnt {
    background: #b0abab;
}

.track-icon::before {
    content: '\266B';
    color: #DB0707;
    font-size: 40px;
}

.nw {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

ul.breadcrumb, ul.breadcrumb a {
    color: #333;
}

ul.breadcrumb li {
    display: inline;
    font-size: 18px;
    padding: 0!important;
    background: transparent!important;
    color: #666;
    font-size: 15px;
}

ul.breadcrumb li a {
    color: #333;
    text-decoration: none;
    font-size: 15px;
}

ul.breadcrumb li+li:before {
    color: black;
    content: "\203A";
    padding-right: 4px;
    position: relative;
    top: 1px;
    padding-left: 4px;
    font-size: 19px;
}

.wlist li a {
    display: block
}

.wlist li {
    background: #fff;
    cursor: pointer;
    padding: 12px 0 12px 4px;
    font-size: 17px;
    margin: 1px 0px 0px 0px;
    border-bottom: 1px solid #d8cdcd;
    overflow: auto;
}

.wlist li i {
    width: 40px;
    height: 44px;
    margin-top: -8px;
    float: left;
}

.list li a {
    display: block
}

.gy A:link, .gy A:visited, .gy A:active, .gy A:hover {
    color: #5a5a5a;
    outline: 0;
    text-decoration: none;
}

.list {
    list-style: none;
    clear: both;
}

.list li {
    color: #333;
    border-bottom: 1px solid #d8d1d1;
    margin: 3px 3px 0px 3px;
    padding: 0px 15px 0px 2px;
    overflow: hidden;
}

.list li:hover {
    box-shadow: 0 1px 8px 0 rgba(0,0,0,0.45);
    cursor: pointer;
}

.list> img {
    width: 100%;
    display: inline-flex;
    margin: -9px 0px 0px 0px;
}

.list li img {
    display: block;
    width: 80px;
    height: 80px;
    display: block;
    margin: 2px 10px 3px 0px;
    border: 0;
    float: left;
    border-radius: 5px
}

.block {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    margin: 0px 0 0px;
}

.form-wrapper {
    width : 91%;
    margin-top: 6px;
    float : right;
}

.form-wrapper input {
    width : 66%;
    height : 30px;
    float : left;
    padding : 0px 10px;
    border : 0;
    border-radius : 3px 0 0 3px;
}

.form-wrapper input focus {
    outline : 0;
    background : #fff;
    box-shadow : 0 0 2px rgba(0, 0, 0, 0.8) inset;
}

.form-wrapper input {
    font-size: 17px;
}

.form-wrapper button {
    position: relative;
    font-size: 15px;
    margin-top: -1px;
    width: 65px;
    height: 31px;
    border: 0;
    padding: 0;
    cursor: pointer;
    color: #fff;
    background: #DB0707;
    border-radius: 0 3px 3px 0;
}

nav {
    display: inline-table;
    width: 100%;
    background: #323232;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
}

nav a {
    width: 33.33%;
    background: #323232;
    text-align: center;
    color: #fefefe;
    padding: 10px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #666;
    border-bottom: 0;
    border-right: 0;
    text-decoration: none;
    box-sizing: border-box;
    float: left
}

nav i {
    width: 15px;
    margin-left: -6px;
    float: left;
}

.search-bar {
    width: 99.5%;
    padding-top: 15px;
    height: 50px;
    background: #323232;
    border: 1px solid #666;
    float: left;
}

.xl {
    font-size: 18px
}

.ht {
    font-size: 17px;
}

.xxl {
    font-size: 20px;
}

.c {
    text-align: center
}

.bld {
    font-size: 18px;
    margin: 8px;
}

.tr {
    width: 100%;
    display: inline-table;
}

.td {
    width: 22%;
    max-width: 120px;
}

tr.tr td {
    border-bottom: 1px solid #d8cdd5;
    padding: 3px;
}

.mpan {
    padding: 10px;
    background: #fff;
    margin: 4px 0 2px 0;
}


audio {
    max-width: 268px;
    width: 90%;
    -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 #b3b3b3;
    -webkit-box-shadow: 2px 2px 4px 0px #b3b3b3;
    box-shadow: 2px 2px 4px 0px #b3b3b3;
    -moz-border-radius: 27px;
    -webkit-border-radius: 27px;
    border-radius: 27px;
    outline: 0;
}

.trend {
    color: #fff;
    font-size: 12px;
    background: #008856;
    padding: 1px 5px 1px 5px;
    border-radius: 3px;
}

.trend:hover {
    color: #fff;
    background: #0b8ade;
}

.btn:hover {
    background: -webkit-radial-gradient(center, ellipse cover, #54a6c7 30%, #000000 100%);
    color: #fff
}

.btn {
    font-weight: normal;
    display: inline-block;
    background: #797777;
    background: #3d84b8;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    padding: 8px 68px;
    margin: 6px;
}

.btn a {
    color: #ffffff;
    font-weight: normal !important;
}

.dbutton:hover {
    background: -webkit-radial-gradient(center, ellipse cover, #004BCC 30%, #000000 100%);
    color: #fff
}

.dbutton {
    display: inline-block;
    background: #004BCC;
    color: #fff;
    font-size: 16px;
    border-radius: 6px;
    padding: 5px 12px;
    margin: 6px;
}

.dbutton a {
    color: #ffffff;
    font-weight: normal;
}

.sb {
    width: 32px;
    margin-right: 32px;
    margin-bottom: 6px;
}

.button {
    width: 50px;
    padding: 8px 25px;
    background: #323232;
    color: #fff !important;
    border-radius: 10px;
    margin: 0 20px;
}

.button:hover {
    background: #888;
}

.bk A:link, .bk A:visited, .bk A:active, .bk A:hover {
    color: #333;
    outline: 0;
    text-decoration: none;
}

.bk A:hover {
    text-decoration: underline;
}

.bk {
    color: #333;
}

.b {
    font-weight: 700
}

.s {
    font-size: 13.5px;
}

.x {
    font-size: 16.5px
}

.gy {
    color: #5a5a5a;
    margin-top: 4px;
}

.blue {
    color: #004488;
    font-weight: normal;
}

.f a {
    color: #fff;
}

.ads {
    padding: 0px;
    background: #fff;
    margin: 2px 0 2px 0;
}

.m {
    margin: 8px;
}

.j {
    text-align: justify;
}

.dl-icon::before {
    content: '\1F4E5';
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    margin: 0 1px;
}

.imgs {
    transition: opacity 500ms ease-in-out 100ms;
}

.loading {
    background: url('https://paglasongs.com/includes/imgs/loading.svg') center center no-repeat;
}

img.b-loaded {
    opacity: 1;
    width: auto;
}

@supports (-webkit-overflow-scrolling: touch) {
    body {
        font-size: 15px;
        line-height: 1.3;
    }
}

@media only screen and (max-width: 320px) {
    body {
        font-size:13.5px;
        min-width: 200px;
    }

    nav {
        width: 100%;
        font-size: 13px;
    }

    .ad {
        width: 100%;
    }

    .form-wrapper input {
        width: 50%;
    }

    .vd {
        width: 250px;
        height: 160px
    }

    .search-bar {
        width: 99%;
    }

    .form-wrapper {
        width: 93%;
    }

    nav a {
        width: 50%;
    }

    .icon {
        display: none
    }

    .heading {
        font-size: 15px;
    }

    tr.tr td {
        width: 100%;
        float: left
    }

    .td {
        width: 100%;
        max-width: 100%
    }

    .imgs {
        width: 100%;
        height: auto;
    }

    .expend + .smalldesc {
        max-height: 240px;
    }
}

@media only screen and (min-width: 768px) {
    header {
        text-align:left;
        background: #323232;
    }

    nav {
        width: 100%;
        font-size: 15px;
    }

    nav a {
        width: 16.666%;
    }

    .ad {
        width: 100%;
    }

    .vd {
        width: 520px;
    }

    .form-wrapper {
        width : 84%;
    }

    .form-wrapper input {
        width: 68%;
    }

    .form-wrapper button {
        height: 31px;
        top: 0px
    }

    .search-bar {
        width: 99.8%;
    }

    .list li {
        display: inline-table;
        width: 47%;
    }

    .tab {
        width: 30%
    }

    .imgs {
        display: table;
        margin: 20px 15px 0 10px;
        float: left;
    }

    table {
        display: block;
        min-height: 207px;
    }

    .cd {
        text-align: left
    }

    .mpan {
        padding: 0px;
        background: #fff;
        margin: 0;
    }

    .heading {
        font-size: 17px;
    }

    .xxxl {
        font-size: 26px;
    }

    .expend + .smalldesc {
        max-height: 220px;
    }
}

@media only screen and (min-width: 1024px) {
    header {
        max-width: 1049px;
        width: 81%;
    }

    main {
        max-width: 1049px;
        width: 81%
    }

    nav {
        display: flex;
        max-width: 1049px;
        width: 81%;
        font-size: 14px
    }

    nav a {
        width: 35%;
    }

    .vd {
        width: 480px;
    }

    .ad {
        width: 1049px;
        width: 100%;
    }

    .search-bar {
        width: 96%;
        padding-top: 0px;
        height: 42px;
    }

    .form-wrapper {
        width : 96%;
    }

    .form-wrapper input {
        width: 60%;
    }

    footer {
        max-width: 1049px;
        width: 80%
    }

    .list li {
        display: inline-block;
        width: 47%;
    }

    .tab {
        width: 20%
    }

    .wlist li {
        padding: 6px 0 6px 7px;
    }

    .heading {
        font-size: 17px;
    }

    .expend + .smalldesc {
        max-height: 167px;
    }
}

@media (max-width: 280px) {
    #fixedban {
        display: none;
    }
}

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