.headtitle {
    border: 2px inset green;
    background-color: black;
    color: white;
    font-size: 10px;
    text-transform: uppercase;
    padding: 7px 12px 7px 12px;
    margin: 5px 5px 3px 5px;
    text-align: center;
}

.smartbanner-show {
    margin-top: 80px;
}

.smartbanner-show .smartbanner {
    display: block;
}

.smartbanner {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-family: helvetica neue, sans-serif;
    background: #f4f4f4;
    z-index: 9998;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    -webkit-text-size-adjust: none;
}

.smartbanner-container {
    margin: 0 auto;
    white-space: nowrap;
}

.smartbanner-close {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    font-family: arialroundedmtbold, Arial;
    font-size: 20px;
    text-align: center;
    color: #888;
    text-decoration: none;
    border: 0;
    border-radius: 14px;
    -webkit-font-smoothing: subpixel-antialiased;
}

.smartbanner-close:active,
.smartbanner-close:hover {
    color: #aaa;
}

.smartbanner-icon {
    display: inline-block;
    vertical-align: middle;
    width: 57px;
    height: 57px;
    margin-right: 12px;
    background-size: cover;
    border-radius: 10px;
}

.smartbanner-info {
    display: inline-block;
    vertical-align: middle;
    width: 44%;
    font-size: 11px;
    line-height: 1.2em;
    font-weight: 700;
}

.smartbanner-title {
    font-size: 13px;
    line-height: 18px;
}

.smartbanner-button {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    font-weight: 700;
    color: #6a6a6a;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.smartbanner-button:active,
.smartbanner-button:hover {
    color: #aaa;
}

.smartbanner-ios {
    background: #f4f4f4;
    background: linear-gradient(to bottom, #f4f4f4, #cdcdcd);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    line-height: 80px;
}

.smartbanner-ios .smartbanner-close {
    border: 0;
    width: 18px;
    height: 18px;
    line-height: 18px;
    color: #888;
    text-shadow: 0 1px 0 #fff;
}

.smartbanner-ios .smartbanner-close:active,
.smartbanner-ios .smartbanner-close:hover {
    color: #aaa;
}

.smartbanner-ios .smartbanner-icon {
    background: rgba(0, 0, 0, 0.6);
    background-size: cover;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.smartbanner-ios .smartbanner-info {
    color: #6a6a6a;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.smartbanner-ios .smartbanner-title {
    color: #4d4d4d;
    font-weight: 700;
}

.smartbanner-ios .smartbanner-button {
    padding: 0 10px;
    min-width: 10%;
    color: #6a6a6a;
    background: #efefef;
    background: linear-gradient(to bottom, #efefef, #dcdcdc);
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px #bfbfbf, 0 1px 0 rgba(255, 255, 255, 0.6), 0 2px 0 rgba(255, 255, 255, 0.7) inset;
}

.heading-top {
    left: 0;
    position: relative;
    -webkit-transition: left 0.2s ease-out;
    -khtml-transition: left 0.2s ease-out;
    -moz-transition: left 0.2s ease-out;
    -ms-transition: left 0.2s ease-out;
    -o-transition: left 0.2s ease-out;
    transition: left 0.2s ease-out;
}

.smartbanner-ios .smartbanner-button:active,
.smartbanner-ios .smartbanner-button:hover {
    background: #dcdcdc;
    background: linear-gradient(to bottom, #dcdcdc, #efefef);
}

.smartbanner-android {
    background: #3d3d3d url(data:image/gif;base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7);
    box-shadow: inset 0 4px 0 #88b131;
    line-height: 82px;
}

.smartbanner-android .smartbanner-close {
    border: 0;
    width: 17px;
    height: 17px;
    line-height: 17px;
    margin-right: 7px;
    color: #b1b1b3;
    background: #1c1e21;
    text-shadow: 0 1px 1px #000;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) inset, 0 1px 1px rgba(255, 255, 255, 0.3);
}

.smartbanner-android .smartbanner-close:active,
.smartbanner-android .smartbanner-close:hover {
    color: #eee;
}

.smartbanner-android .smartbanner-icon {
    background-color: transparent;
    box-shadow: none;
}

.smartbanner-android .smartbanner-info {
    color: #ccc;
    text-shadow: 0 1px 2px #000;
}

.search-box {
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Source Sans Pro;
}

.thesearchbox {
    padding: 5px 0 15px;
}

#searchform input {
    all: unset;
    padding: 7px;
}

#searchform input[type=submit] {
    all: unset;
    background: #000 !important;
    padding: 7px;
    color: #fff !important;
    border: 1px solid #fff;
    border-left: 0 !important;
    margin-left: 0 !important;
    display: inline-block !important;
    font-size: 15px;
    vertical-align: middle !important;
    font-family: sans-serif;
    text-transform: uppercase;
    font-weight: 500;
}

#s {
    width: 40%;
    background: #fff !important;
    border: 1px solid #fff !important;
    text-align: left !important;
    margin-right: 0 !important;
    font-size: 15px;
    vertical-align: middle !important;
}

.smartbanner-android .smartbanner-title {
    color: #fff;
    font-weight: 700;
}

.smartbanner-android .smartbanner-button {
    min-width: 12%;
    color: #d1d1d1;
    padding: 0;
    background: 0 0;
    border-radius: 0;
    box-shadow: 0 0 0 1px #333, 0 0 0 2px #dddcdc;
}

.smartbanner-android .smartbanner-button:active,
.smartbanner-android .smartbanner-button:hover {
    background: 0 0;
}

.smartbanner-android .smartbanner-button-text {
    text-align: center;
    display: block;
    padding: 0 10px;
    background: #42b6c9;
    background: linear-gradient(to bottom, #42b6c9, #39a9bb);
    text-transform: none;
    text-shadow: none;
    box-shadow: none;
}

.smartbanner-android .smartbanner-button-text:active,
.smartbanner-android .smartbanner-button-text:hover {
    background: #2ac7e1;
}

.smartbanner-windows {
    background: #f4f4f4;
    background: linear-gradient(to bottom, #f4f4f4, #cdcdcd);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    line-height: 80px;
}

.smartbanner-windows .smartbanner-close {
    border: 0;
    width: 18px;
    height: 18px;
    line-height: 18px;
    color: #888;
    text-shadow: 0 1px 0 #fff;
}

.smartbanner-windows .smartbanner-close:active,
.smartbanner-windows .smartbanner-close:hover {
    color: #aaa;
}

.smartbanner-windows .smartbanner-icon {
    background: rgba(0, 0, 0, 0.6);
    background-size: cover;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.smartbanner-windows .smartbanner-info {
    color: #6a6a6a;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.smartbanner-windows .smartbanner-title {
    color: #4d4d4d;
    font-weight: 700;
}

.smartbanner-windows .smartbanner-button {
    padding: 0 10px;
    min-width: 10%;
    color: #6a6a6a;
    background: #efefef;
    background: linear-gradient(to bottom, #efefef, #dcdcdc);
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px #bfbfbf, 0 1px 0 rgba(255, 255, 255, 0.6), 0 2px 0 rgba(255, 255, 255, 0.7) inset;
}

.smartbanner-windows .smartbanner-button:active,
.smartbanner-windows .smartbanner-button:hover {
    background: #dcdcdc;
    background: linear-gradient(to bottom, #dcdcdc, #efefef);
}

.sharebox {
    text-align: center !important;
    margin: 10px 0;
}

.other-info {
    margin-top: 5px;
}

.slide-content-con .featured-bc .featured-bc-head span {
    font: inherit;
    line-height: 1.62em !important;
    font-size: 18px !important;
    font-weight: 700;
    line-height: 24px !important;
}

.slide-content-con .featured-bc .featured-bc-head span a {
    color: #fff;
}

.slide-content-con .featured-bc .featured-bc-head div.featured-bc-h3 {
    font: inherit;
    line-height: 1.62em !important;
    margin-bottom: 18px !important;
    font-size: 18px !important;
    font-weight: 700;
    line-height: inherit !important;
    left: 0;
    right: 0;
}

.slide-content-con .featured-bc .featured-bc-head div.featured-bc-h3 a {
    color: #fff;
    left: 0;
    right: 0;
}

.pager {
    padding-left: 0;
    margin: 30px 0 0;
    text-align: center;
    list-style: none;
}

.pager li {
    display: block;
}

.pager li > a {
    width: 49%;
    background: #eee;
    border: 1px solid #ddd;
    padding: 15px 0;
    margin: 5px 0;
    display: block;
    border-radius: 0 !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pager li > a:focus,
.pager li > a:hover {
    text-decoration: none;
    background-color: #eee;
}

.pager .next > a,
.pager .next > span {
    float: right;
}

.pager .previous > a,
.pager .previous > span {
    float: left;
}

.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}

.pager:before,
.pager:after {
    display: table;
    content: " ";
}

.pager:after {
    clear: both;
}

.file-name.myhome {
    font-size: 20px !important;
    line-height: 25px !important;
    margin: 10px 0 0 !important;
    padding: 0 5px !important;
    text-shadow: 0;
}

.file-name.myhome a {
    color: #414141;
    text-decoration: none;
}

.info.infohome {
    height: 100px !important;
    overflow: hidden !important;
}

.file-list {
    margin: 0 auto !important;
}

.a-file.myfile {
    -weebkit-box-shadow: 5px 5px 5px #c7c7c7 !important;
    -mmoz-box-shadow: 5px 5px 5px #c7c7c7 !important;
    box-shadow: 5px 5px 5px #c7c7c7 !important;
}

.a-file.myfile .image {
    position: relative;
}

.a-file.myfile .mydater {
    position: absolute;
    top: 0;
    left: 0;
    width: 23%;
    padding: 5px 20px 5px 5px;
    background: #f5f5f5;
    color: #000;
    border: 1px solid #e5e5e5;
    font-size: 11px !important;
}

.featured-bc-head {
    left: 0 !important;
    right: 0 !important;
}

.slide-content-con .featured-bc .featured-bc-img img {
    width: 100%;
    overflow: visible !important;
    overflow-x: visible;
    object-fit: cover;
    max-width: 400px;
    max-height: 350px;
}

.slide-content-con .featured-bc .featured-bc-img a {
    max-width: 400px;
    width: 300px;
    max-height: 400px;
    height: 350px;
}

.my-navblock {
    display: block !important;
}

@media (min-width: 940px) {
    body {
        margin: 0 auto !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }
    
    #page-title {
        padding: 35px 20px !important;
    }
    
    .my-navblock {
        display: inline !important;
    }
    
    .xftr {
        margin-top: 50px !important;
    }
}

#main-header.now-sticky {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 17 !important;
}

.song-player {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
}

.song-info {
    padding: 10px 10px 0;
    border-top: 1px solid #212121;
}

.song-info h1 {
    font-size: 22px;
    line-height: 1.3em;
    color: #000;
}

.song-info h2 {
    font-size: 1.17em;
    margin-top: 0;
    padding-top: 0;
}

.song-name h2 {
    font-size: 1.15em !important;
}

ul.id3-info li:nth-last-child(1) {
    padding-bottom: 0;
    margin-bottom: 0;
}

ul.id3-info li:nth-child(1) {
    padding-top: 0;
    margin-top: 0;
}

a {
    color: #d31111;
    text-decoration: none;
}

a:visited {
    color: #0c5c02;
}

.hide {
    display: none;
}

.clear {
    clear: both;
    float: none;
}

.mainn {
    background: #f5f5f5;
    padding: 20px 10px;
    margin: 10px 5px -11px;
    color: #000;
    font-weight: 700;
    font-size: 15px;
    text-align: left;
    border-bottom: 0;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-radius: 3px 3px 0 0;
    text-transform: uppercase;
}

.table-title,
.content {
    color: #777;
    font-size: 1em;
    line-height: 1.5;
    margin: 5px;
    text-shadow: 1px 1px 2px #fff;
}

.table-title {
    margin-top: 20px;
}

#contentt {
    padding: 10px;
}

.contentt {
    margin: 0 5px;
}

.group {
    background: #fff;
    border: 1px solid #ccc;
    overflow: hidden;
    margin: 10px 5px;
    padding: 10px;
}

ul.table.group {
    margin: 10px 5px;
    padding: 0;
}

ul.table {
    clear: both;
    color: #999;
    list-style: none;
    margin: 0;
}

ul.table li {
    border-bottom: 1px solid #ccc;
}

ul.table li:last-child {
    border: 0;
}

ul.table.disclosure li,
ul.table li.disclosure {
    margin: 0;
    padding: 0;
    position: relative;
}

ul.table.disclosure a,
ul.table li.disclosure a {
    border: 0;
    display: block;
    text-decoration: none;
}

ul.table.disclosure a .date,
ul.table li.disclosure a .date {
    color: #666;
    font-size: 11px;
    white-space: nowrap;
}

ul.table li .title {
    background: #a5a5a5;
    border-bottom: 1px solid #777;
    color: #fff;
    display: block;
    font-size: 10px;
    font-weight: 400;
    padding: 3px 8px;
    text-shadow: 0 1px 1px #555;
}

ul.table.disclosure a,
ul.table li.disclosure a {
    padding: 15px;
}

ul.table li .title {
    padding-left: 15px;
    padding-right: 15px;
}

#site-name a {
    padding-bottom: 16px;
    padding-top: 16px;
}

.pagination .next a,
.pagination .prev a {
    border-bottom-width: 15px;
    border-top-width: 15px;
}

ul.table.disclosure .posts-list a {
    padding: 0;
    font-weight: 400;
    color: #000;
    font-size: 15px;
    height: 90px;
    font-family: Source Sans Pro;
}

.post-excerpt {
    padding: 15px 10px 0 0 !important;
    flex-direction: column;
    flex: 510%;
    overflow: hidden;
    resize: vertical;
}

.post-meta {
    color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
}

.post-thumbnail {
    background-size: cover;
    background-position: center;
    float: left;
    margin: 0 10px 0 0;
    width: 95px;
    height: 90px !important;
    overflow: hidden;
    border-right: 1px solid #ccc;
    position: relative;
}

.post-thumbnail img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
}

.center {
    text-align: center;
}

.clearboth {
    clear: both;
}

.thecontent {
    font-size: 15px;
}

a.article-author-link {
    color: #000 !important;
}

.main.h3 {
    background-image: linear-gradient(to right, #000, #000);
    color: #fff;
    display: block;
    padding: 15px 0;
    font-size: 1.1em !important;
    font-weight: 900;
    margin: 30px 0 -5px;
    display: flex;
    justify-content: center;
}

.main.block-u {
    background-image: linear-gradient(to right, #333, #000);
    height: 7px;
    margin: 0 0 -17px;
    padding: 12px 0 0;
}

.main.h3 a,
.main.h3 span {
    width: 33% !important;
    color: #fff !important;
    text-transform: uppercase;
    padding: 0;
    text-decoration: none !important;
    text-align: center;
    outline: 0;
    background: #000;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.main.h3 a {
    padding: 0 !important;
    outline: 0;
    background: 0 0;
    text-decoration: none !important;
    outline: none;
}

.main.h3 a:hover,
.main.h3 span:hover,
.main.h3 a:focus,
.main.h3 span:focus,
.main.h3 a:active,
.main.h3 span:active {
    outline: 0;
    background: #000;
    text-decoration: none !important;
    outline: none;
}

.show {
    display: block;
}

.main.h3 .arrow {
    content: "";
    display: block;
    position: absolute;
    top: 11px;
    left: 5;
    width: 30px;
    height: 30px;
}

.main.h3 .active {
    color: #fff !important;
    border-bottom: 5px solid #fff;
}

.subscribe-button-telegram {
    background-color: #3c8ce7;
    display: block;
    color: #fff !important;
    letter-spacing: 4px;
    text-align: center;
    text-transform: uppercase;
    line-height: 40px;
    height: 40px;
    font-size: 15px;
    margin-top: 5px;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.subscribe-button-telegram img {
    height: 15px;
    display: inline-block;
}

.subscribe-button-whatsapp {
    background-color: #cd5c5c;
    display: block;
    color: #fff !important;
    letter-spacing: 4px;
    text-align: center;
    text-transform: uppercase;
    line-height: 40px;
    height: 40px;
    font-size: 15px;
    margin-top: 5px;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fixedbar {
    bottom: 0;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    left: 0;
    right: 0;
    padding: 0;
    position: fixed;
    font-size: 16px;
    width: 100%;
    z-index: 99999;
    float: left;
    vertical-align: middle;
    margin: 0 auto;
    opacity: 0.95;
    font-weight: 700;
}

.boxfloat {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#tips,
#tips li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#tips {
    width: 100%;
    font-size: 20px;
    line-height: 120%;
}

#tips li {
    padding: 0;
    display: none;
}

#tips li a {
    color: #fff;
}

#tips li a:hover {
    text-decoration: none;
}

#tips li a img {
    max-width: 100%;
}

#tip-close {
    position: absolute;
    right: -1px;
    top: -1px;
    display: block;
    cursor: pointer;
}

.mba-link-wrapper {
    background: rgba(0, 0, 0, 0.9);
    background: #333;
    display: block;
    padding: 5px 10px;
    margin: 0 auto;
    border-top: 1px solid #000;
}

.mba-row {
    display: flex;
    background-size: 36px;
    background-position: 280px center;
}

.mba-thumbnail {
    margin-top: 5px;
    width: 20%;
    text-align: left;
}

.mba-thumbnail img {
    height: 50px;
    width: 60px;
    border: 1px solid #fff;
}

.mba-info {
    width: 90%;
    text-align: left;
    padding-left: 5px;
}

.mba-title {
    display: inline-block;
    background: #000;
    color: #fff;
    font-weight: 400;
    padding: 1px 5px 0;
    line-height: 1;
    text-transform: uppercase;
    font-size: 10px;
    border-radius: 4px;
    margin-bottom: 3px;
}

.mba-track {
    font-family: "Source Sans Pro";
    line-height: 1.3;
    color: #fff;
    font-weight: 500;
    display: block;
    box-sizing: border-box;
    font-size: 13px;
    padding-left: 2px;
    padding-top: 10px;
}

.mba-track .mba-artiste {
    display: block;
    font-weight: 400;
    font-size: 21px;
}

.mba-button {
    display: none;
    width: 20%;
    height: 40px;
    background: url(https://cdn0.iconfinder.com/data/icons/pack-web-app-game/512/play-button-512.png) no-repeat;
    background-size: contain;
    background-position: center;
}

a.download {
    word-wrap: break-word !important;
    white-space: normal !important;
    line-height: 1.7 !important;
    cursor: default;
}

.modal {
    display: none;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: none;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal iframe {
    margin: 0 auto;
}

.fixframe {
    position: relative;
}

.modal-content {
    background-color: #fefefe;
    z-index: 9999 !important;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    top: 10%;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    margin: 15% auto;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 700;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.cookie-content {
    background-color: #fefefe;
    z-index: 99999 !important;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    margin: 10px auto;
    overflow-wrap: break-word;
}

.fbiframe {
    background: #fff;
    padding: 10px 20px;
    margin: 0 auto;
}

ul.s-cloud li a.xc {
    padding-right: 7px !important;
}

blockquote {
    all: unset;
}

a.red {
    color: #ff0800 !important;
}

.biG {
    font-size: 24px;
}

.details {
    line-height: 1.8 !important;
    font-family: sans-serif;
    font-size: 16px;
    color: #212121;
}

.details p {
    margin: 1em 0;
}

.video-about {
    line-height: 1.5 !important;
}

.post-text {
    line-height: 1.5 !important;
    font-family: open sans, sans-serif;
    color: #212121;
}

.pages-info {
    color: #000 !important;
}

.itunesdownload {
    color: #fff;
    padding: 5px 15px;
    border-radius: 15px;
    margin: 4px;
    border: 1px solid #444;
    text-shadow: 1px 1px #555;
    background-color: #357ec7;
}

.doc-info {
    color: #999;
    text-align: right;
    font-size: 90%;
    margin-bottom: 5px;
}

doc-container {
    line-height: 1.5em;
}

.id3-info {
    color: #212121;
}

.id3-info a {
    line-height: 1.8;
}

.mid3-info {
    list-style: none;
    text-align: left;
    padding: 10px 15px;
}

.divads {
    margin: 10px 0;
}

.footer-top-border-set {
    border-top: 1px solid #fff !important;
    border-bottom: 1px solid #333 !important;
}

header#page-header {
    padding-top: 0 !important;
}

.heading-top {
    background: #000;
    padding: 30px 0 0;
    border-width: 2px 0 1px;
    border-color: #333;
    border-style: solid;
    z-index: 12;
    margin-top: 80px;
    font-family: sans-serif;
}

.hheading-top {
    border-bottom: 1px solid #fff;
}

.heading-top-div {
    margin: 30px 0 10px;
    padding: 0;
}

.heading-top-div a {
    text-decoration: none;
    border: 1px solid #333;
    margin-left: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 8px !important;
    display: inline-block;
    background: #1c1c1c;
}

.heading-top-div a:nth-child(1) {
    margin-left: 0;
}

.heading-top-border {
    border-bottom: 1px solid #333;
    margin: 0 auto 15px;
    text-align: center;
}

.heading-top-border:nth-child(even) {
    padding-bottom: 10px;
}

img.refresh-captcha {
    vertical-align: super;
    margin-left: 4px;
}

.myembedded-video-wrapper iframe {
    text-align: center;
    width: 100%;
    margin: 10px auto;
}

.myerror {
    color: #d8000c;
    background-color: #ffbaba;
    padding: 10px;
    margin: 10px 0;
    font-weight: 400 !important;
}

.relpost-block-container {
    display: flex;
    flex-wrap: wrap;
    margin-left: 5px;
    margin-right: 3px;
}

.relpost-thumb-wrapper {
    padding-bottom: 32px;
}

.relpost-thumb-container h3 {
    text-transform: uppercase;
    font-size: 20px !important;
    font-weight: 600;
    border-bottom: 1px solid #e6e6e6;
    margin: 0;
    margin-bottom: 0;
    padding-bottom: 2px;
}

.relpost-block-single {
    flex: 0 0 49%;
    width: 100%;
    padding: 0 0 10px;
    margin: 0 6px 5px 0;
    border-bottom: 1px solid #e6e6e6 !important;
    background: #333;
}

.relpost-block-single:hover {
    background: #000;
}

a.relpost-block-single:nth-child(even) {
    margin-right: 0;
}

.relpost-block-single > div {
    flex-direction: column;
    width: 100% !important;
    height: auto !important;
    display: flex;
    align-items: center;
}

.relpost-block-single-image {
    width: 100% !important;
    height: 150px !important;
}

.relpost-block-single-text {
    font-family: sans-serif !important;
    padding: 5px 0 0 5px;
    color: #fff !important;
    font-size: 13px !important;
    line-height: 1.5;
    font-weight: 600;
    text-align: left;
    flex: 0 0 60%;
}

.read-also-header span {
    display: inline-block;
    padding: 0 10px;
    margin: 0 0 0 5px;
    background: red;
    color: #fff !important;
    font-size: 19px;
}

.covidmain {
    background: #000;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    margin: 0 10px 15px;
    border: 2px solid #fff;
    border-radius: 3px;
}

.covidtext {
    font-size: 20px;
    line-height: 1.4em;
    margin-bottom: 5px;
    font-weight: 700;
    text-transform: uppercase !important;
}

.redstat {
    color: red;
    font-size: 25px;
    font-weight: 700;
}

.supsize {
    font-size: 16px;
    font-weight: 700;
    vertical-align: super;
}

.seecoro {
    background: #fff;
    color: #000;
    padding: 8px 8px 5px;
    display: inline-block;
    margin: 10px 0;
    border: 1px solid #333;
    border-radius: 3px 2px 3px 2px;
}

table#demotable {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    border: 1px #000 solid;
}

table#demotable td {
    width: 50%;
    border: 1px #000 solid;
    padding: 10px;
}

table#demotable caption {
    font-style: italic;
}

table#demotable tr {
    border-top: 1px solid #333 !important;
}

h4.mu-o-title {
    margin-bottom: 0 !important;
}

.mu-o-unit .mu-o-ind.ind {
    white-space: nowrap;
    color: #70757a;
    padding: 15px 7px !important;
}

.mu-o-unit > div {
    padding: 10px 7px;
}

.mu-o-unit-c {
    border-bottom: 1px solid #dfe1e5;
    border-left: 2px solid rgba(0, 0, 0, 0.1);
    border-right: 2px solid rgba(0, 0, 0, 0.1);
    font-size: 15px;
    padding-top: 7px;
}

.mu-o-unit-c:last-child {
    border-bottom: 1px solid #c7c7c7;
    padding-bottom: 20px;
}

.mu-o-unit-c {
    background: #fff;
}

.mu-o-unit.mu-o-head > div {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 2px solid rgba(0, 0, 0, 0.1);
    font-weight: 700;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px 7px;
}

.mu-o-unit.mu-o-head > div:first-child {
    border-right: none;
    border-left: 2px solid rgba(0, 0, 0, 0.1) !important;
}

.mu-o-unit.mu-o-head > div:nth-child(3) {
    border-left: none;
}

.mu-o-prod {
    color: #6c6b6b !important;
    font-weight: 400;
    font-family: sans-serif;
}

.rindx {
    padding-right: 10px !important;
    font-size: 16px;
    color: #212121;
    text-align: center !important;
}

.related-header {
    font-weight: 700 !important;
}

.wp-video,
figure.wp-caption {
    max-width: 100%;
    width: 99%;
    margin: 0 auto;
}

.post-page-featured-image {
    position: relative;
    height: 350px;
    overflow-x: visible;
    overflow-y: hidden;
    margin: 15px 0;
}

.post-page-featured-image .watermark {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
    color: #fff;
    line-height: 1;
    padding: 4px 3px 5px;
    font-size: 15px;
    display: inline-block;
}

.post-page-featured-image .watermark::before {
    content: "";
}

.post-page-featured-image.post-page-featured-image__Music {
    max-height: inherit;
}

.post-page-featured-image img {
    display: block;
    float: none;
    padding: 0 !important;
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.song-stats-divider {
    position: relative;
    border-top: 1px solid #e5e5e5;
    margin: 0 -10px 5px;
}

.inscp {
    margin: 20px 10px;
}

.hixc {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 -10px 20px;
}

.hixc2 {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin: 20px -10px 5px;
}

.midate {
    margin-bottom: 15px;
}

.catthecaht {
    margin: 15px 0 20px;
}

.catthecaht a:link {
    background-color: #0c5c02;
    border: 1px solid #cc0;
    color: #fff;
    padding: 7px 8px !important;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    font-family: Source Sans Pro;
    text-decoration: none;
}

.catthecaht a:hover {
    background-color: #fff;
    border: 1px solid #0c5c02;
    color: #0c5c02;
}

.catthecaht a:visited {
    background-color: #fff;
    border: 1px solid #0c5c02;
    color: #0c5c02;
}

.rating-title {
    text-transform: uppercase;
    font-size: 17px;
    margin: 0 0 10px;
    font-weight: 600;
    font-family: sans-serif;
}

.rating-main-wrapper {
    margin-bottom: 25px;
    font-family: sans-serif;
}

.rating-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.rating-wrapper a {
    text-decoration: none !important;
}

.rating-div {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid #c7c7c7;
    font-size: 14px;
    padding-bottom: 15px;
}

.rating-div > p {
    line-height: 1;
    font-weight: 600;
    letter-spacing: -0.06875rem;
    font-size: 28px;
    vertical-align: baseline;
    padding: 15px 0 0;
    margin-bottom: 0;
    font-family: arial, helvetica;
    color: #0c5c02;
}

.rating-hash {
    font-family: none !important;
    font-style: none;
    color: #0c5c02;
    font-size: 28px;
    padding-right: 2px;
}

.rating-hash-2 {
    color: #0f9ed6;
    font-size: 26px;
    padding-right: 2px;
    display: none;
}

.rating-name {
    color: #3c4043;
    letter-spacing: -0.025rem;
    font-size: 10px;
    font-weight: 500;
    font-style: normal;
    font-family: open sans, sans-serif;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
    .rating-wrapper {
        grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
    }
}

.thefooter {
    font-size: 14px;
    padding: 20px 15px;
    letter-spacing: normal;
    color: #999;
    background: #000;
    text-indent: 0px;
    border-top: 1px solid #fff;
    font-family: source sans pro, sans-serif !important;
}

.thefooter-wrapper {
    display: flex;
    padding: 0 10px;
}

.thefooter-col-1 {
    flex: 110%;
}

.thefooter-col-2 {
    flex: 110%;
    padding-left: 30px;
}

.thefooter ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.thefooter ul > li {
    margin: 0 0 10px;
}

.thefooter ul > li a {
    color: #ddd;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
}

.thefooter ul > li a.hot {
    color: #2ed034;
}

.thefooter-wrapper h3 {
    margin: 0 0 5px;
    padding: 0;
    color: #2ed034;
}

.thefooter-line {
    border-top: 1px solid #2bc41d;
    margin-top: 10px;
    padding-top: 15px;
    text-align: center;
}

.thefooter-social-pack {
    margin: 5px 0 15px;
}

.thefooter-copyright {
    margin-bottom: 25px;
    font-size: 15px;
}

.album-side {
    display: grid;
    grid-template-columns: 1fr 50px;
    position: relative;
}

.album-side-1 {
    padding: 20px 0;
}

.album-side-1 a {
    color: #282928;
    font-size: 17px;
    font-weight: 400;
}

.album-side-2 {
    text-align: right;
    margin-right: 5px;
    position: absolute;
    top: 20%;
    right: 5px;
}

.album-side-2 span {
    color: #3c4043;
    font-size: 90%;
    font-family: Open Sans, sans-serif;
}

.thefeat {
    color: #6f8a71;
}

.chart-list {
    font-family: source sans pro, sans-serif;
    background-color: #fff;
    list-style-type: none !important;
    list-style: none !important;
    width: 100%;
    margin: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.chart-list.index {
    margin-bottom: 0;
    margin-top: 0;
}

.chart-li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 0;
    margin: 0;
    position: relative;
}

.chart-li a {
    display: flex;
    display: -ms-flexbox;
    text-decoration: none !important;
    padding: 10px 0;
    height: 100%;
}

.chart-li a img {
    width: 70px !important;
    height: 65px !important;
    vertical-align: middle;
    margin-right: 8px;
    margin-left: 10px;
}

.chart-body {
    -ms-flex: 1;
    flex: 1;
}

.chart-body .name-title {
    font-size: 15px;
    overflow: hidden;
    max-height: 3.6em;
    height: 3em;
    margin-bottom: 3px;
    font-weight: 600;
    line-height: 1.2em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #282928;
    margin-top: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-right: 10px;
    font-family: "Source Sans Pro", sans-serif;
    padding-right: 2px;
    vertical-align: bottom;
}

.name-title.bign {
    font-size: 15px;
    font-weight: 600;
    color: #282928;
    font-family: "Source Sans Pro", sans-serif, arial, helvetica;
}

.chart-body .other-details {
    overflow: none;
    line-height: 16px;
    max-height: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #6f8a71;
}

.chart-body .other-details span {
    margin-right: 3px;
}

.other-details .artistname {
    margin-bottom: 3px;
    color: #59615a;
    font-weight: 400;
    font-family: sans-serif;
    padding-right: 5px;
    font-size: 14px;
}

.chart-body .entry {
    text-transform: uppercase;
    line-height: 1.35em;
    padding: 0 4px;
    background: #593;
    color: #fff;
    display: inline-block;
    margin-bottom: 3px;
    font-size: 14px;
}

.rankchange {
    margin-top: 2px;
    color: #999;
    font-size: 13px;
}

.rankchange span {
    margin-top: 1px;
    display: block;
}

.wnum {
    padding-right: 3.5px;
}

.wnum-2 {
    padding-right: 0 !important;
}

.wgreen {
    color: #5aac29;
}

.wred {
    color: #3fef36;
}

.smallspan {
    margin-top: 3px;
    font-size: 13px;
}

.weeklychartlist-other-info .entry {
    text-transform: uppercase;
    line-height: 1.35em;
    padding: 0 4px;
    background: #593;
    color: #fff;
    display: inline-block;
    margin-bottom: 3px;
    font-size: 14px;
}

.chartlist-other-info {
    display: block;
}

.weeklychartlist-other-info {
    -ms-flex: 0.5;
    flex: 0.5;
    margin-right: 10px;
    text-align: right;
}

.chartlist-other-info span {
    display: inline-block;
}

.chart-list.related .artistname {
    color: #59615a;
}

@media only screen and (min-width: 768px) {
    header#page-header h1#page-title {
        font-size: 35px;
        line-height: 40px;
    }
    
    .weeklychartlist-other-info .entry {
        font-family: Source Sans Pro, sans-serif;
    }
    
    .rating-div {
        border: none;
    }
    
    .rankchange {
        padding-right: 10px;
    }
    
    .weeklyspan {
        display: block;
        margin-top: 5px;
        font-size: 90%;
    }
    
    .weeklychartlist-other-info {
        margin-right: 12px;
    }
    
    .chartlist-other-info {
        -ms-flex: 1;
        flex: 1;
        margin-right: 10px;
        text-align: right;
        color: #6f8a71;
    }
    
    .chartlist-other-info span {
        display: inline-block;
        margin-bottom: 3px;
        margin-right: 3px;
    }
    
    .chartlist-other-info .entry {
        text-transform: uppercase;
        line-height: 1.35em;
        padding: 0 4px;
        background: #593;
        color: #fff;
        display: inline-block;
        margin-bottom: 3px;
        font-size: 14px;
    }
    
    .other-details .artistname {
        font-weight: 500;
        font-family: Source Sans Pro;
        color: #59615a;
        margin-top: 3px;
    }
    
    .chart-list.related .artistname {
        color: #59615a;
    }
    
    .chart-body .name-title {
        font-size: 16px;
    }
    
    .chart-li a:active {
        background: #dee1de;
    }
    
    .chart-body .other-details {
        font-family: sans-serif;
    }
}

.artistname.index {
    color: #59615a !important;
    font-family: Source Sans Pro;
    margin-top: 3px;
    font-size: 105%;
    font-weight: 500;
}

.name-title.index {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    color: #282928;
}

.badge-rate {
    box-sizing: inherit;
    font-style: normal;
    margin: 5px 0 0 5px;
    position: relative;
    z-index: 1;
    font-size: 17px;
    height: 35px;
    text-align: center;
    min-width: 30px;
    font-weight: 600;
    line-height: 30px;
    border-radius: 42px;
    color: #000;
    transition: all 0.3s ease-out;
}

span.badge-rate + img {
    border-radius: 4px;
    width: 70px;
    height: 60px;
}

.badge-rate:hover {
    -webkit-transform: rotate(360deg) !important;
    -moz-transform: rotate(360deg) !important;
    -ms-transform: rotate(360deg) !important;
    -o-transform: rotate(360deg) !important;
    transform: rotate(360deg) !important;
}

.badge-rate-2 {
    box-sizing: inherit;
    font-style: normal;
    margin: 8px 8px 0 0;
    position: relative;
    z-index: 1;
    font-size: 15px;
    height: 35px;
    text-align: center;
    background: #c7c9c6;
    min-width: 35px;
    font-weight: 700;
    line-height: 35px;
    border-radius: 42px;
    color: #000;
    transition: all 0.3s ease-out;
}

.badge-rate-2:hover {
    -webkit-transform: rotate(360deg) !important;
    -moz-transform: rotate(360deg) !important;
    -ms-transform: rotate(360deg) !important;
    -o-transform: rotate(360deg) !important;
    transform: rotate(360deg) !important;
}

.chartlist-header {
    background: #fff;
    padding: 10px 10px;
    display: flex;
    font-family: Source Sans Pro, sans-serif;
    margin-top: 0;
}

.chartlist-type {
    -ms-flex: 0.5;
    flex: 0.5;
    font-size: 20px;
    font-family: Source Sans Pro, sans-serif;
    font-weight: 700;
    margin-top: 2px;
    line-height: 1.2em;
}

.chartlist-select {
    -ms-flex: 1;
    flex: 1;
    text-align: right;
}

.chartlist-select select {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased !important;
    font-size: 13px;
    margin: 0;
    vertical-align: middle;
    height: 30px;
    background: #f6f6f6;
    border: 1px solid #2b1;
    border-radius: 100px;
    width: 85%;
    color: #444;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: -0.04rem;
    text-align-last: center;
    font-family: "Open Sans";
}

.chartlist-select select:focus {
    border: 1px solid #676d68;
    outline: 0;
}

.chart-list.related li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.chart-list.related li {
    margin-left: -10px;
    margin-right: -10px;
    position: relative;
}

.chart-list.related > li a {
    margin-left: 0 !important;
}

.chart-list.related {
    border-top: none;
}

.chartlist-type.related {
    -ms-flex: 1;
    flex: 1;
    font-size: 22px !important;
    margin-left: -13px;
    padding-bottom: 5px;
    font-family: sans-serif !important;
    font-weight: 400 !important;
}

.mpostheader {
    font-size: 14px;
    color: #282928;
    position: relative;
    margin: 0 -10px 25px -10px;
    font-weight: 400;
    font-family: Source Sans Pro, sans-serif;
    padding: 0 10px 0 10px;
}

.mpostheader i {
    font-size: 90%;
}

.mpostheader h1,
.mpostheader .h1 {
    font-size: 28px;
    margin: 0;
    font-family: inherit;
    font-weight: 700;
    line-height: 36px;
    font-family: sans-serif !important;
    padding-right: 0;
    padding-top: 3px;
}

.mpostheader h2 {
    font-size: 18px;
    font-weight: 500;
    font-family: Source Sans Pro, sans-serif;
    display: block;
    margin-top: 7px;
    margin: 10px -7px 7px -12px;
    padding-left: 12px;
    padding-right: 7px;
    padding-bottom: 6px;
    border-bottom: 1px solid #c1c1c1;
}

.mpostheader .div {
    margin: 10px 0 7px;
    padding-bottom: 7px;
    color: #373737;
    border-bottom: 1px solid #c7c7c7;
    font-size: 14px;
    font-family: sans-serif !important;
    font-weight: 500;
}

.mpostheader .div > a {
    color: #444 !important;
}

img.headerbadge {
    width: 16px;
    height: 16px;
    vertical-align: sub;
}

.tsmall {
    font-size: 14px;
}

@media only screen and (min-width: 768px) {
    #song-player {
        margin: 0 50px 15px !important;
    }
    
    .mpostheader {
        border-bottom: 1px solid #c1c1c1;
        padding: 0 7px 15px 15px;
    }
    
    .mpostheader h1,
    .mpostheader .h1 {
        font-size: 24px;
        margin: 10px 0 0;
        font-family: inherit;
        font-weight: 700;
        line-height: 1.2;
        font-family: open sans, arial, helvetica, sans-serif !important;
        padding-top: 10px;
    }
    
    .mpostheader .div {
        margin-top: 20px;
        font-size: 16px;
    }
    
    img.headerbadge {
        display: inline-block !important;
    }
    
    .badge-rate {
        background: #ccc;
        margin: 8px 0 0 7px;
        min-width: 35px;
        line-height: 30px;
    }
}

.stick-kit {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.commentbox-header,
#HCB_comment_box > h3 {
    background: #f2f2f2;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-width: 1px 0;
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
    padding: 12px 7px;
    font-size: 16px;
    font-family: open sans, sans-serif;
    color: #212121;
}

[href*=htmlcommentbox],
.home-desc {
    display: none;
}

.admin-link > a {
    display: block !important;
}

#comments_list {
    background: #f2f2f2;
    border-style: solid;
    border-color: #c1c1c1;
    border-width: 0 0 1px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px 18px;
    margin-bottom: 10px;
}

#comments_list + p {
    background: #e5e5e5;
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px 20px 20px;
    text-align: center;
    border-bottom: 1px solid #c1c1c1;
    border-top: 1px solid #e5e5e5;
    margin-top: -10px;
}

#comments_list .comment {
    background: #fff;
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    padding: 15px 10px 20px;
    margin-bottom: 10px;
}

#comments_list .comment .date {
    color: #686c6e;
    font-size: 13px;
}

#comments_list .comment .date::before {
    font-family: fontawesome;
    content: "\f017";
    font-size: 14px;
    padding-right: 2px;
}

#comments_list .comment blockquote {
    all: unset;
    display: block !important;
    margin: 15px 0 !important;
    font-family: source sans pro, sans-serif;
}

input.hcb-shadow-r,
textarea.hcb-shadow-r {
    display: block;
    margin-bottom: 8px;
    padding: 6px;
    font-size: 14px;
    line-height: 1.428571;
    color: #6c6b6b;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    box-shadow: inset 0 0 5px rgba(47, 47, 47, 0.3);
    -moz-box-shadow: inset 0 0 5px rgba(47, 47, 47, 0.7);
    -webkit-box-shadow: inset 0 0 5px rgba(47, 47, 47, 0.3);
    background: #fff;
}

input.hcb-shadow-r {
    width: 50%;
    height: 25px;
    margin-bottom: 12px;
}

textarea.hcb-shadow-r {
    height: 150px;
    width: 95% !important;
}

#comments_list .comment .likes {
    padding-right: 5px;
}

.stickyx {
    height: 50px;
}

.fixed {
    position: fixed;
}

.pusup {
    margin-top: 23px;
    font-family: sans-serif;
}

.mu-o {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-left: -10px;
    margin-right: -10px;
    padding: 5px 10px 25px;
    background: #f2f2f2;
}

.myfooter ul {
    list-style: none;
    list-style-type: none;
    font-family: Open Sans, sans-serif;
    padding: 0;
    margin: 0;
    padding-top: 10px;
}

.myfooter.container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.myfooter .pageWrapper {
    text-align: center;
    width: 100%;
    background: #000;
}

.myfooter .footNav {
    overflow: hidden;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.myfooter .footNav li {
    color: #fff;
    width: 30%;
    margin-right: 3px;
}

.myfooter .footNav li a {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px;
    text-align: left;
}

.myfooter .portalLogo {
    margin: 0;
    display: block;
}

.myfooter .portalLogo img {
    max-height: 40px;
}

.myfooter .topFooter {
    width: 92%;
    margin: 0 auto;
    padding: 0 10px 10px;
    display: none;
}

.myfooter .topFooter li {
    margin: 5px 0;
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #2b2b2b;
    border: 1px solid #2b2b2b;
    height: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.myfooter .bottomFooter {
    background: #000;
    padding: 20px 15px 10px;
}

.socialLinks.serviceFooterContainer {
    margin-bottom: 5px;
}

ul.profileList {
    margin-bottom: 0;
}

.myfooter #socialLinks .profileList {
    display: flex;
    justify-content: center;
}

.myfooter #socialLinks .profileList a {
    width: 100px;
    margin-right: 10px;
    padding: 3px 2px;
    text-align: center;
    color: #fff;
    background: #2b2b2b;
}

.myfooter #socialLinks .profileList i {
    font-size: 30px;
    padding: 5px;
}

#copyrights {
    margin: 20px 15px 25px;
    padding-top: 10px;
}

#copyrights .copy {
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    padding: 10px;
}

.copybold {
    font-weight: 500;
}

.h2black {
    color: #212121;
    margin-left: -10px;
    margin-right: -10px;
    border-bottom: 1px solid #c1c1c1;
    padding: 0 10px 10px;
}

#contents-column > div.chartlist-header {
    padding-top: 30px;
}

.toright {
    right: 5%;
    position: absolute;
    font-weight: 400 !important;
}

.torightt {
    font-weight: 400 !important;
}

img.topbannerads {
    width: 100% !important;
    max-width: 320px !important;
    height: 100% !important;
    max-height: 100px !important;
}

/* Reset styles */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

html {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

body {
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 20px;
    padding: 0;
    margin: 0 auto;
    color: #414141;
    background: #c7c7c7;
    background-repeat: repeat;
    min-width: 0;
}

a {
    cursor: pointer;
}

a:link {
    text-decoration: none;
    color: #06790a;
}

a:hover {
    text-decoration: underline;
    color: #08990e;
}

a.normal {
    color: #414141;
    cursor: pointer;
}

a.normal label:hover, a.normal:hover {
    color: #414141;
    text-decoration: none;
}

a.normal:visited {
    color: #414141;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 18px;
    font: inherit;
    font-weight: 700;
    line-height: 1.62em;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 14px;
}

p {
    margin-bottom: 24px;
}

b, strong {
    font-weight: 700;
}

blockquote {
    background: #f9f9f9;
    position: relative;
    color: #5b5b5b;
    margin: 0 0 24px 40px;
    border-left: 5px solid #ddd;
    padding: 10px 8px 5px 14px;
}

blockquote .quote-footer {
    margin-top: 15px;
    margin-left: 10px;
}

blockquote .quote-author {
    font-weight: 700;
    color: #414141;
}

blockquote cite {
    font-style: normal;
}

blockquote cite:before {
    content: "- ";
}

table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    margin-bottom: 24px;
}

table tr:nth-child(even) {
    background: #f0f0f0;
}

table table td, table th {
    padding: 6px 0;
}

table th {
    font-weight: 700;
}

fieldset {
    border: #eee 1px solid;
    padding: 2%;
}

input[type=button], input[type=reset], input[type=submit] {
    display: inline-block;
    padding: 8px 30px;
    font-size: 18px;
    line-height: 20px;
    box-shadow: none;
    background-color: transparent;
    font-family: inherit;
    font-weight: 700;
    text-shadow: 0.3px 0.3px 0.3px #999;
    border: 1px solid #000;
    color: #000;
    border-radius: 0;
}

input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
    background-color: #000;
    color: #fff;
    cursor: pointer;
    text-shadow: 0.5px 0.5px 0.5px rgba(0, 0, 0, 0.4);
}

input[type=number], input[type=password], input[type=text], select, textarea {
    width: 95%;
    padding: 8px;
    box-shadow: #f0f0f0 0 1px 3px inset;
    background: #f5f5f5;
    border: #dedede 1px solid;
}

input[type=number]:focus, input[type=password]:focus, input[type=text]:focus, select:focus, textarea:focus {
    box-shadow: #eee 0 1px 3px inset;
    background: #fff;
    color: #333;
    background-repeat: no-repeat;
}

textarea {
    font-size: 15px;
}

hr {
    border: none;
    border-top: #eee 1px solid;
}

dt {
    font-weight: 700;
    margin-bottom: 24px;
}

dd {
    margin-left: 30px;
    margin-bottom: 24px;
}

ul {
    list-style-type: disc;
    margin-left: 30px;
    margin-bottom: 24px;
}

ol li, ul li {
    margin-top: 4px;
    padding: 4px 0;
}

ul ul {
    list-style-type: square;
    margin-bottom: 0;
}

ul ul ul {
    list-style-type: circle;
}

ol {
    list-style-type: decimal;
    margin-left: 30px;
    margin-bottom: 24px;
}

ol ol {
    list-style: upper-alpha;
    margin-bottom: 0;
}

ol ol ol {
    list-style: lower-roman;
}

ol ol ol ol {
    list-style: lower-alpha;
}

address {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 16px;
}

code {
    font-family: Monaco, Consolas, lucida console, bitstream vera sans mono, monospace;
}

kbd, tt {
    font-family: monospace;
}

abbr, acronym {
    border-bottom: #999 1px dotted;
    cursor: help;
}

big {
    font-size: 1.3em;
}

cite, em {
    font-style: italic;
}

ins {
    background: #eee;
    text-decoration: none;
}

pre {
    padding: 15px;
    background: #f5f5f5;
    border: #ccc 1px dashed;
    font-family: Monaco, Consolas, lucida console, bitstream vera sans mono, monospace;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
    overflow: auto;
    white-space: pre;
}

q {
    quotes: inherit;
}

q:before {
    content: open-quote;
}

q:after {
    content: close-quote;
}

sub, sup {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    position: relative;
    font-size: 10px;
}

sup {
    bottom: 1ex;
}

sub {
    top: 0.5ex;
}

img, video {
    max-width: 90%;
    height: auto;
}

video {
    display: block;
}

audio {
    max-width: 100%;
}

#right-col {
    width: 35%;
    float: left;
    margin-left: -35%;
    overflow: hidden;
    position: relative;
    z-index: 12;
}

#left-col {
    display: none;
    position: relative;
    z-index: 12;
}

#main-wrapper {
    width: 100%;
    float: left;
}

#contents-column {
    padding: 0;
    margin: 0 35% 0 0;
    background-color: rgba(245, 245, 245, 0.2);
    overflow-x: auto;
    word-wrap: break-word;
    position: relative;
    z-index: 12;
}

.content-width {
    width: auto;
    max-width: 1150px;
    margin: 0 auto;
}

.content-width.main-content {
    position: relative;
    z-index: 11;
}

.content-width.in-header {
    min-width: 0;
    position: relative;
}

#bg-ad-link {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    position: fixed;
    z-index: 10;
    text-indent: -9999px;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    background-repeat: repeat;
    background-attachment: fixed;
}

#bg-ad-link img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
}

::-webkit-scrollbar {
    width: 13px;
    height: 13px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px transparent;
}

::-webkit-scrollbar-track-piece {
    background: #fff;
    border-radius: 2px;
    border: 1px solid #000;
}

::-webkit-scrollbar-thumb {
    background: #000;
    box-shadow: inset 0 0 6px transparent;
    border-radius: 2px;
    border: 1px solid transparent;
}

::-webkit-scrollbar-thumb:hover {
    background: #000;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: green;
}

#main-header-contacts {
    background-color: #151515;
    color: #fff;
    text-shadow: 0.5px 0.5px 0.5px rgba(0, 0, 0, 0.4);
    font-weight: 400;
    position: relative;
    z-index: 12;
}

#main-header-contacts ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: right;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
}

#main-header-contacts ul li {
    float: left;
    margin: 0;
    padding: 0 8px;
    height: 18px;
}

#main-header-contacts ul li a {
    display: block;
}

#main-header-contacts ul li .is-rs {
    color: #f60;
}

#main-header-contacts ul li .is-fb {
    color: #3b8a98;
}

#main-header-contacts ul li .is-tw {
    color: #55acee;
}

#main-header-contacts ul li .is-gp {
    color: #dd4b39;
}

#main-header-contacts ul li .is-ig {
    color: #125688;
}

#main-header-contacts ul li .is-wa {
    color: #4dc247;
}

#main-header-contacts ul li .is-yt {
    color: #b00;
}

#main-header {
    text-align: center;
    background-color: #151515;
    color: #fff;
    height: 100px;
    position: relative;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
}

#main-header #main-header-container {
    display: table;
    width: 100%;
    height: 100px;
}

#main-header #site-logo {
    display: table-cell;
    width: 22%;
    vertical-align: middle;
    background-color: #151515;
    text-align: left;
}

#main-header #site-logo a img {
    padding: 0 10px;
}

#main-header #main-header-actions {
    display: table-cell;
    width: 22%;
    vertical-align: middle;
}

#main-header #main-header-nav {
    display: table-cell;
    width: 78%;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    background-color: #151515;
    font-family: sans-serif;
}

#main-header #main-header-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: right;
    height: 100px;
}

#main-header #main-header-nav ul li {
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 12;
    float: left;
    height: 97px;
    line-height: 97px;
    border-bottom: 3px solid #fff;
}

#main-header #main-header-nav ul li.active {
    border-bottom-color: #08910c;
}

#main-header #main-header-nav ul li a {
    display: block;
    padding: 0 15px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0.5px 0.5px 0.5px rgba(0, 0, 0, 0.4);
}

#main-header #main-header-nav ul li a:hover {
    text-decoration: none;
}

#main-header #main-header-nav ul li a .caret {
    font-size: 60%;
}

#main-header #main-header-nav ul li ul {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-2em);
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 10ms;
}

#main-header #main-header-nav ul li ul li {
    float: none;
    display: block;
    text-align: left;
    white-space: nowrap;
    background-color: #151515;
    margin: 0;
}

#main-header #main-header-nav ul li:hover ul {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0);
    transition-delay: 0s, 0s, 0.3s;
}

#main-header #main-header-nav ul li .wrap {
    background-color: #fff;
}

#main-header #main-header-nav ul li:hover ul.multi {
    background-color: #151515;
    margin: 0;
}

#main-header #main-header-nav ul li:hover ul.multi li ul {
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    position: absolute;
    left: 100%;
    transform: translateX(-2em);
    top: 0;
}

#main-header #main-header-nav ul li:hover ul.multi li:hover ul {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateX(0);
}

#main-header #main-header-nav ul:hover li.active {
    border-bottom-color: #fff;
}

#main-header #main-header-nav ul li:hover, #main-header #main-header-nav ul:hover li.active:hover {
    border-bottom-color: #08910c;
}

#main-header #header-search-form {
    position: absolute;
    display: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    z-index: 13;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
}

#main-header #header-search-form .col {
    display: block;
    height: 100%;
    text-align: center;
    border: none;
}

#main-header #header-search-form .the-input {
    position: absolute;
    top: 0;
    right: 100px;
    left: 0;
    margin: 0;
    padding: 0 18px;
    text-align: left;
    font-size: 1.5em;
    line-height: 1.5em;
    max-width: none;
    min-width: 0;
    box-shadow: none;
}

#main-header #header-search-form .the-input:focus {
    border: none;
}

#main-header #header-search-form .the-submit {
    width: 50px;
    background: 0 0;
    position: absolute;
    right: 50px;
    top: 0;
    cursor: pointer;
}

#main-header #header-search-form .the-close {
    width: 50px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

#main-header #log-reg-container ul {
    list-style-type: none;
    display: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

#main-header #log-reg-container ul li {
    position: relative;
    font-weight: 700;
    background-color: #f5f5f5;
    display: inline-block;
    padding: 5px 20px;
    margin: 0 7px;
    border: 1px solid #444;
    line-height: 20px;
}

#main-header #main-header-nav ul li ul li {
    height: 47px;
    line-height: 47px;
}

#main-header.logged-in {
    height: 130px;
}

#main-header.now-sticky {
    height: 70px;
    position: fixed;
    top: 0;
}

#main-header.logged-in.now-sticky #main-header-container {
    height: 60px !important;
}

#main-header.now-sticky #main-header-nav ul, #main-header.now-sticky #site-logo img {
    margin-bottom: -40px;
}

#main-header.logged-in.now-sticky #main-header-nav ul, #main-header.logged-in.now-sticky #site-logo img {
    margin-bottom: -10px;
}

#main-header.logged-in.now-sticky #site-logo img {
    padding-top: 10px;
}

#main-header.now-sticky #site-logo img {
    max-height: 44px;
    padding-bottom: 10px;
}

#main-header.now-sticky #main-header-container {
    height: 50px;
}

#main-header.now-sticky #main-header-nav ul {
    height: 50px;
}

#main-header.now-sticky #main-header-nav ul li {
    height: 47px;
    line-height: 47px;
}

#main-header .mob-nav-button {
    display: none;
}

#main-header.logged-in.now-sticky {
    height: 90px;
}

#main-header.now-sticky #main-header-nav ul li {
    border-bottom-color: #151515;
}

#main-header.now-sticky #main-header-nav ul li.active {
    border-bottom-color: #fff;
}

header#page-header {
    background-color: #000;
    margin-top: 0;
    padding: 30px;
    padding-bottom: 0;
    text-align: center;
    position: relative;
    z-index: 12;
}

header#page-header h1#page-title {
    padding: 20px;
    font-size: 22px;
    line-height: 22px;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

header#page-header #bbm-block {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    background-color: #fff;
    display: inline-block;
    padding: 7px 10px;
    overflow: hidden;
    max-width: 90%;
}

header#page-header #bbm-block .the-link {
    display: inline-block;
    background-color: #333;
    color: #fff;
    padding: 5px 8px;
    margin-left: 7px;
}

header#page-header #bbm-block .the-whatsapp {
    display: block;
    color: #4dc247;
    background-color: #fff;
    padding: 5px 8px;
    font-weight: 700;
    font-size: 110%;
    text-shadow: 1px 1px 0 #333;
}

nav#main-header #logged-in-bar {
    height: 30px;
    overflow: hidden;
    background-color: #000;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
}

nav#main-header #logged-in-bar a {
    color: #00fe00;
}

nav#main-header #logged-in-bar .the-user-url {
    display: inline-block;
    padding: 3px 0 0 10px;
    float: left;
    vertical-align: middle;
}

nav#main-header #logged-in-bar .the-user-actions {
    display: inline-block;
    float: right;
    vertical-align: middle;
}

nav#main-header #logged-in-bar .the-user-actions ul {
    margin: 0;
}

nav#main-header #logged-in-bar .the-user-actions li {
    float: left;
    list-style: none;
    padding: 0;
    padding-left: 15px;
}

nav#main-header #logged-in-bar .the-user-actions li:nth-last-of-type(1) {
    padding-right: 15px;
}

nav#main-header #logged-in-bar .the-user-actions li .counter {
    color: #000;
    padding: 1px 5px;
    font-size: 70%;
    position: relative;
    top: -6px;
    background-color: #f5f5f5;
}

#breadcrumbs {
    margin: 0 0 5px;
    padding: 8px;
    color: #666;
    background-color: #fff;
}

#breadcrumbs div {
    display: inline;
}

#breadcrumbs a {
    color: #666;
}

h1.title, h2.title {
    position: relative;
    font-size: 2em;
    font-weight: 700;
    padding: 6px 20px 6px 28px;
    margin: 0 0 10px -15px;
    color: #fff;
    background: #090;
    text-shadow: 0 1px 2px #000;
    -webkit-box-shadow: 0 2px 4px #888;
    -moz-box-shadow: 0 2px 4px #888;
    box-shadow: 0 2px 4px #888;
}

h1.title:after, h2.title:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    top: 100%;
    border-width: 5px 4px;
    border-style: solid;
    border-color: #666 #666 transparent transparent;
}

h1.title:before, h2.title:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    right: -2px;
    top: 0;
    border-color: transparent #fff transparent transparent;
}

header#main-header.logged-in {
    height: 90px;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clear:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

footer#main-footer {
    background-color: #3d3d3d;
    color: #999;
    position: relative;
    z-index: 11;
    clear: left;
}

footer#main-footer a {
    color: #999;
    font-weight: 700;
    text-shadow: 0.5px 0.5px 0.5px #000;
}

footer#main-footer strong {
    text-shadow: 0.5px 0.5px 0.5px #000;
}

footer#main-footer .slots-container {
    text-align: center;
}

footer#main-footer .slots-container .slot {
    display: inline-block;
    margin: 0 5px;
    vertical-align: top;
    width: 23%;
    text-align: left;
}

footer#main-footer .slots-container .slot:nth-of-type(1) {
    border: none;
}

footer#main-footer .slots-container .slot .slot-header {
    font-size: 1.5em;
    line-height: 1.5em;
    padding: 10px 15px;
    border-bottom: 2px solid #999;
    text-shadow: 2px 2px 2px #000;
    font-weight: 700;
}

footer#main-footer .slots-container .slot .slot-content {
    border-left: 2px solid #999;
    padding: 10px;
}

footer#main-footer .slots-container .slot .slot-content ul {
    list-style-type: square;
}

footer#main-footer .credits {
    padding: 13px 10px;
    text-align: right;
    font-size: 90%;
}

footer#main-footer .page-gen-time {
    padding: 13px 10px;
    text-align: center;
    font-size: 80%;
}

footer#main-footer .copyright {
    text-align: center;
    padding: 10px;
    border-top: 1px solid #858585;
}

.slide-content-con {
    background: #000;
    background: -webkit-radial-gradient(circle, #dedede, #000);
    background: -o-radial-gradient(circle, #dedede, #000);
    background: -moz-radial-gradient(circle, #dedede, #000);
    background: radial-gradient(circle, #dedede, #000);
    position: relative;
    z-index: 12;
}

.slide-content-con .slide-content-inner, .slide-content-con div.scrollWrapper {
    width: 100%;
    overflow: auto;
}

.slide-content-con .slide-content {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
}

.slide-content-con div.scrollableArea {
    margin: 0;
    padding: 0;
    position: relative;
    height: 350px;
}

.slide-content-con div.scrollableArea .slide-content {
    display: block;
}

.slide-content-con .featured-bc {
    width: 400px;
    max-height: 350px;
    min-width: 400px;
    margin-left: -100px;
    position: relative;
    float: left;
    display: block;
}

.slide-content-con .featured-bc .featured-bc-img {
    width: 300px;
    overflow-x: hidden;
    height: 350px;
}

.slide-content-con .featured-bc .featured-bc-img a {
    padding: 0;
    margin: 0;
    display: block;
    width: 300px;
    height: 350px;
    max-height: 350px;
}

.slide-content-con .featured-bc .featured-bc-img img {
    width: 300px;
    height: 350px;
    max-width: 300px;
    max-height: 350px;
    padding: 0;
    margin: 0;
    display: block;
}

.slide-content-con .featured-bc .featured-bc-excerpt {
    display: none;
}

.slide-content-con .featured-bc .featured-bc-head {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    margin-right: 100px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
    text-shadow: 1px 1px 1px #333;
}

.slide-content-con .featured-bc .featured-bc-head h3 {
    font-size: 20px;
    line-height: 24px;
}

.slide-content-con .featured-bc .featured-bc-head h3 a {
    color: #fff;
}

.slide-content-con .featured-bc:nth-of-type(1) {
    margin-left: 0;
}

.slide-content-con .featured-bc:nth-last-of-type(1) .featured-bc-head {
    margin-right: 0;
}

.slide-content-con .slide-anchors {
    display: none;
}

.pages {
    padding: 10px;
    background-color: #fff;
    margin: 10px 0 0;
    text-align: center;
}

.pages .a-page, .pages .pages .this-page {
    background-color: #000;
    color: #fff;
    margin: 3px 3px 0 0;
    font-weight: 600;
    border: 1px solid #c7c7c7;
    text-shadow: 0.5px 0.5px 5px rgba(0, 0, 0, 0.4);
    display: inline-block;
    border-radius: 4px;
}

.pages .a-page a {
    color: #f5f5f5;
    display: inline-block;
    padding: 8px 14px;
}

.pages .this-page {
    color: #000;
    margin-right: 3px;
    background-color: #fff;
    display: inline-block;
    padding: 8px 14px;
    border: 1px solid #c7c7c7;
    text-shadow: 0.5px 0.5px 0.5px rgba(0, 0, 0, 0.4);
    border-radius: 4px;
}

.pages .a-page a:active, .pages .pages .this-page a:active {
    background-color: #f6f6f6;
    text-shadow: none !important;
    color: #000 !important;
    text-decoration: none;
}

.pages .page-listing {
    margin-bottom: 15px;
}

.pages .pages-info {
    padding: 3px 5px;
    font-size: 90%;
}

.file-list {
    text-align: center;
}

.file-list .a-file {
    display: inline-block;
    width: 45%;
    margin: 10px;
    vertical-align: top;
    background-color: #fff;
    text-align: center;
    -webkit-box-shadow: 5px 5px 5px #c7c7c7;
    -moz-box-shadow: 5px 5px 5px #c7c7c7;
    box-shadow: 5px 5px 5px #c7c7c7;
}

.file-list .a-file .image .the-image {
    width: 100%;
    max-width: 100%;
    height: 200px;
    margin: 0;
}

.file-list .a-file .image a {
    display: block;
}

.file-list .a-file .info .file-name {
    padding-left: 5px;
    font-size: 28px;
    line-height: 32px;
    margin: 15px 0;
    font-weight: 600;
    text-shadow: 0.5px 0.5px 0.5px rgba(0, 0, 0, 0.4);
    font-family: Source Sans Pro;
}

.file-list .a-file .info .other-info {
    font-size: 90%;
    color: #999;
}

.file-list .a-file .info .other-info ul {
    list-style: none;
    margin: 0;
    padding: 5px 5px 5px 20px;
    text-align: left;
}

.file-list .a-file .info .other-info ul li {
    padding: 0;
    margin: 0;
}

.button, a.button {
    border: 2px solid #c7c7c7;
    border-radius: 10px;
    background-color: #017722;
    color: #fff;
    text-shadow: 0.5px 0 1px #999, 0.5px 0 1px #000;
    padding: 10px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    margin: 5px 8px;
    white-space: nowrap;
    cursor: default;
}

.button:hover, a.button:hover {
    background-color: #08990e;
    text-decoration: none;
}

a.button.download {
    border-radius: 10px;
    background-color: #056108;
    color: #fff;
    padding: 10px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    margin: 5px 8px;
    white-space: nowrap;
    border-width: 0;
}

a.button.download:hover {
    background-color: #08990e;
}

a.button.download:active {
    background-color: #08990e;
}

a.button.download.buy {
    font-size: 85%;
    margin: 5px 20px 2px;
}

#hcb_submit {
    border-radius: 4px;
    outline: 0;
    background-color: #056108;
    color: #fff;
    padding: 10px;
    display: inline-block;
    font-weight: 600;
    margin: 5px 0;
    white-space: nowrap;
    border-width: 0;
    font-size: 14.5px;
    cursor: default;
}

#hcb_submit:hover {
    background-color: #017722;
}

#hcb_submit:active {
    background-color: #017722;
}

.post-tags {
    margin: 10px 0 0 10px;
    padding: 10px;
    text-align: left;
}

.post-tags .title {
    font-weight: 700;
    display: inline;
    font-size: 16px;
}

.post-tags a {
    line-height: 21px;
    display: inline-block;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 700;
    margin: 7px;
    padding: 7px 14px;
    text-transform: uppercase;
    background: #e6e6e6;
    text-shadow: 0.5px 0.5px 0.5px rgba(0, 0, 0, 0.4);
    color: #404;
    text-decoration: none;
}

.post-tags a:hover {
    background-color: #000;
    color: #fff;
}

.post-tags.no-margin {
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.form .row {
    text-align: left;
    padding: 10px 0 3px;
}

.form .row:nth-last-of-type(1) {
    border: none;
}

.form .row .label, .form .row .name {
    display: block;
    text-align: left;
    padding: 7px 7px 0;
    font-weight: 700;
    text-shadow: 0.5px 0.5px 0.5px #f5f5f5;
    vertical-align: top;
}

.form .row .label.input-middle, .form .row .name.input-middle {
    vertical-align: middle;
}

.form .row .input {
    text-align: left;
    padding: 7px;
    vertical-align: top;
}

.form .row textarea {
    height: 224px;
}

.form .row .input.no-fixed select {
    width: auto;
    max-width: 49%;
    min-width: 0;
}

.form .row.inline-row {
    margin: 7px 0;
}

.form .row.inline-row .input, .form .row.inline-row .label, .form .row.inline-row .name {
    display: inline-block;
    padding: 0;
}

.form-wrapper {
    background-color: #fff;
    padding: 12px;
}

.delete-form {
    background: #fff;
    -webkit-box-shadow: 5px 5px 5px #c7c7c7;
    -khtml-box-shadow: 5px 5px 5px #c7c7c7;
    -moz-box-shadow: 5px 5px 5px #c7c7c7;
    -ms-box-shadow: 5px 5px 5px #c7c7c7;
    -o-box-shadow: 5px 5px 5px #c7c7c7;
    box-shadow: 5px 5px 5px #c7c7c7;
    padding: 5px 0;
    text-align: center;
    font-weight: 700;
}

.delete-form .item-info {
    padding: 15px 10px;
    border-left: 10px solid #000;
}

.delete-form .item-info img {
    border: 5px solid #ccc;
    max-height: 324px;
}

.delete-form .delete-actions {
    display: block;
    padding: 15px;
    text-align: right;
}

.delete-form .delete-actions .delete-button {
    display: inline-block;
    text-align: right;
    padding-right: 10px;
}

.delete-form .delete-actions .delete-button:nth-last-of-type(1) {
    text-align: right;
    padding-right: 0;
    padding-left: 10px;
}

.delete-form .delete-actions .delete-button .positive {
    border: none;
}

.delete-form .delete-actions .delete-button .negative {
    background-color: #000;
    color: #fff;
}

.move-item {
    background: #fff;
    padding: 10px;
}

.move-item .move-warning {
    border-left: 5px solid #000;
    text-align: left;
    padding: 10px 5px;
    font-weight: 700;
}

.promo-ui {
    text-align: center;
    padding: 10px 5px;
    background: #fff;
}

.promo-ui .promo-notice {
    border-left: 5px solid #000;
    text-align: left;
    padding: 10px 5px;
    font-weight: 700;
}

.error {
    text-align: center;
    font-weight: 700;
    background: #fff;
}

.error .main-error {
    font-size: 10em;
    padding: 18px 30px;
    line-height: 3em;
}

.error .error-info {
    font-size: 1.8em;
    padding: 10px;
    line-height: 1.8em;
}

.broadcasts-list .broadcast {
    word-wrap: break-word;
    margin: 10px 0;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #c7c7c7;
    -webkit-box-shadow: 5px 5px 5px #c7c7c7;
    -khtml-box-shadow: 5px 5px 5px #c7c7c7;
    -moz-box-shadow: 5px 5px 5px #c7c7c7;
    -ms-box-shadow: 5px 5px 5px #c7c7c7;
    -o-box-shadow: 5px 5px 5px #c7c7c7;
    box-shadow: 5px 5px 5px #c7c7c7;
}

.broadcasts-list .broadcast.featured {
    background-color: #d7ffd7;
}

.broadcasts-list .broadcast-img {
    border: 3px solid #dedede;
    width: 110px;
    float: left;
}

.broadcasts-list .broadcast-img img {
    height: 100px;
    max-width: 99.9%;
    width: 99.9%;
    padding: 0;
    margin: 0;
}

.broadcasts-list .broadcast-others {
    margin-left: 115px;
    padding: 10px;
}

.broadcasts-list ul {
    text-align: left;
}

.sponsored-banner {
    text-align: center;
}

.doc-title2 {
    background: #fff;
    color: #000;
}

h1.doc-title2 {
    padding: 10px 5px 10px 10px !important;
    margin: 0 0 2px !important;
}

.doc-title {
    background: #fff;
    color: #000;
}

h2.doc-title {
    padding: 10px 5px 10px 10px !important;
    margin: 0 0 2px !important;
}

.doc-container {
    padding: 12px;
    background-color: #fff;
    -webkit-box-shadow: 5px 5px 5px #c7c7c7;
    -khtml-box-shadow: 5px 5px 5px #c7c7c7;
    -moz-box-shadow: 5px 5px 5px #c7c7c7;
    -ms-box-shadow: 5px 5px 5px #c7c7c7;
    -o-box-shadow: 5px 5px 5px #c7c7c7;
    box-shadow: 5px 5px 5px #c7c7c7;
    font-size: 16px;
    line-height: 20px;
}

.doc-container .doc-info {
    color: #6c6b6b;
    text-align: right;
    font-size: 90%;
}

.user-profile {
    background-color: #fff;
    padding: 14px;
    font-size: 16px;
    line-height: 20px;
    -webkit-box-shadow: 5px 5px 5px #c7c7c7;
    -khtml-box-shadow: 5px 5px 5px #c7c7c7;
    -moz-box-shadow: 5px 5px 5px #c7c7c7;
    -ms-box-shadow: 5px 5px 5px #c7c7c7;
    -o-box-shadow: 5px 5px 5px #c7c7c7;
    box-shadow: 5px 5px 5px #c7c7c7;
}

.user-profile .info-box {
    display: table;
    table-layout: fixed;
}

.user-profile .info-box .photo {
    display: table-cell;
    width: 200px;
    text-align: center;
    vertical-align: top;
}

.user-profile .info-box .photo img {
    width: 190px;
    height: 190px;
}

.user-profile .info-box .other-info {
    display: table-cell;
    vertical-align: top;
    border-left: none;
}

.user-profile .info-box .other-info ul {
    list-style: none;
}

.user-profile .info-box .other-info .info-text {
    font-style: italic;
    font-weight: 400;
    font-size: 90%;
    color: #a2a2a2;
}

.user-list {
    text-align: center;
}

.user-list .the-user {
    padding: 10px;
    margin: 10px;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    border: 1px solid #dedede;
    -webkit-box-shadow: 5px 5px 5px #c7c7c7;
    -khtml-box-shadow: 5px 5px 5px #c7c7c7;
    -moz-box-shadow: 5px 5px 5px #c7c7c7;
    -ms-box-shadow: 5px 5px 5px #c7c7c7;
    -o-box-shadow: 5px 5px 5px #c7c7c7;
    box-shadow: 5px 5px 5px #c7c7c7;
    width: 40%;
    text-align: center;
}

.user-list .icon img {
    width: 200px;
    height: 200px;
    border: 5px solid #bbb;
}

.user-list .other-info {
    color: #999;
    font-size: 90%;
}

.notifications-list .note {
    background-color: #fff;
    -webkit-box-shadow: 5px 5px 5px #c7c7c7;
    -khtml-box-shadow: 5px 5px 5px #c7c7c7;
    -moz-box-shadow: 5px 5px 5px #c7c7c7;
    -ms-box-shadow: 5px 5px 5px #c7c7c7;
    -o-box-shadow: 5px 5px 5px #c7c7c7;
    box-shadow: 5px 5px 5px #c7c7c7;
    margin: 10px 0;
    border-bottom: 1px solid #dedede;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.notifications-list .note.new {
    background-color: #d7ffd7;
}

.notifications-list .note-img {
    width: 70px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 10px 0;
}

.notifications-list .note-img img {
    width: 60px;
    height: 60px;
}

.notifications-list .note-text {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}

.notifications-list .note .note-date {
    font-style: italic;
    font-size: 90%;
    color: #999;
}

.notifications-list .note .the-note {
    padding: 10px;
    margin: 0;
}

.bcs {
    text-align: center;
    box-sizing: border-box;
}

.bcs .bc {
    display: inline-block;
    position: relative;
    width: 45%;
    vertical-align: top;
    background-color: #fff;
    margin: 0 10px 30px;
    border-bottom: 1px solid #dedede;
    box-shadow: 5px 5px 5px #dedede;
}

.bcs .bc .bc-time {
    text-align: left;
    padding: 5px 10px;
    font-size: 80%;
    line-height: 80%;
}

.bcs .bc .bc-foot {
    font-size: 90%;
    display: table;
    width: 100%;
}

.bcs .bc .bc-foot-left, .bcs .bc .bc-foot-right {
    display: table-cell;
    width: 50%;
}

.bcs .bc .bc-foot-left {
    text-align: left;
}

.bcs .bc .bc-foot-right {
    text-align: right;
}

.bcs .bc .bc-foot-int {
    padding: 10px;
}

.bcs .bc .bc-foot a {
    color: #333;
}

.bcs .bc .bc-img img {
    width: 100%;
    height: 200px;
    max-width: 100%;
}

.bcs .bc .bc-h3 {
    border-left: 5px solid #333;
    padding: 0 10px;
    font-size: 28px;
    line-height: 32px;
    text-align: left;
}

.bcs .bc .bc-excerpt {
    color: #666;
    padding: 7px 18px;
}

.bcs .bc .bc-content {
    text-align: left;
}

.bcs .bc-block-container {
    margin-top: 20px;
}

.bcs .bc-block {
    display: flex;
    background-color: #fff;
    box-sizing: border-box;
}

.bcs .bc-block-container:nth-of-type(even) .bc-block.bc-2 {
    flex-direction: row-reverse;
}

.bcs .bc-block .bc-leader {
    width: 50%;
    max-width: 50%;
    flex: 50%;
}

.bcs .bc-block .bc-other {
    width: 50%;
    max-width: 50%;
    flex: 50%;
    display: block;
    padding: 0 10px;
    background-image: linear-gradient(to right, #fff, #c7c7c7);
}

.bcs .bc-block .bc {
    display: block;
    width: auto;
    position: relative;
    margin: 0;
    background-color: inherit;
}

.bcs .bc-block .bc-leader .bc {
    display: block;
    height: 100%;
}

.bcs .bc-block .bc-leader .bc .bc-img {
    height: 100%;
    padding: 0;
    margin: 0;
}

.bcs .bc-block .bc-leader .bc .bc-img img {
    height: 100%;
}

.bcs .bc-block .bc-leader .bc .bc-h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 20px 10px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.9);
}

.bcs .bc-block .bc-other .bc {
    display: flex;
    align-items: flex-end;
    margin: 7px 0;
    justify-content: flex-start;
}

.bcs .bc-block .bc-other .bc .bc-h3 {
    font-size: 1em;
    border: none;
    line-height: 1;
    flex: auto;
}

.bcs .bc-block .bc-other .bc .bc-img {
    flex: 60px;
    max-width: 60px;
    height: 60px;
}

.bcs .bc-block .bc-other .bc .bc-img img {
    height: 60px;
    width: 60px;
    max-width: none;
    border-radius: 50%;
}

.bcs .bc-block .bc-leader .bc .bc-time, .bcs .bc-block .bc-other .bc .bc-time {
    display: none;
}

.bcs .bc-block-title {
    text-align: left;
}

.bcs .bc-block-title .bc-block-h3 {
    background-image: linear-gradient(to right, #000, #000);
    color: #fff;
    display: inline-block;
    padding: 15px 40px;
    font-size: 1.2em;
    font-weight: 700;
}

.bcs .bc-block-title .bc-block-u {
    background-image: linear-gradient(to right, #333, #000);
    height: 7px;
}

.bcs .bc-block.bc-cloud {
    display: block;
    text-align: left;
    background-color: #fff;
}

.bcs .bc-block.bc-cloud .bc {
    max-width: none;
    margin: 0 7px;
    padding: 15px 5px;
    border-bottom: 1px solid #dedede;
    box-sizing: border-box;
}

.bcs .bc-block.bc-cloud .bc-img {
    display: none;
}

.bcs .bc-block.bc-cloud .bc-h3 {
    font-size: 1em;
    border: none;
    line-height: 1;
    margin: 0;
    padding: 0 5px;
}

.bcs .bc-block.bc-cloud .bc-time {
    padding: 5px;
    line-height: 1;
    display: inline;
}

.bcs .bc-block-footer {
    text-align: right;
}

.bcs .bc-block-footer a.bc-more {
    background-color: #c00;
    color: #fff;
    padding: 12px 30px;
    font-size: 1.2em;
    font-weight: 700;
    display: inline-block;
}

.bcs .bc-block-footer a.bc-more:hover {
    background-color: #fff;
    color: #c00;
}

.sidebar-box {
    margin-bottom: 20px;
    padding: 5px;
    padding-bottom: 10px;
    background-color: #fff;
    box-shadow: 5px 5px 5px #c7c7c7;
}

.sidebar-box:nth-of-type(1) {
    margin-top: 5px;
}

.sidebar-box .box-name {
    font-size: 20px;
    font-family: Source Sans Pro, sans-serif;
    line-height: 25px;
    padding: 10px;
    margin: -10px -5px 15px;
    color: #fff;
    text-shadow: 1.5px 1.5px 2px #000;
    background: #000;
    font-weight: 600;
}

.official-social-links {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: table;
}

.official-social-links li {
    margin: 0;
    padding: 0;
    display: table-cell;
    width: 24%;
    text-align: center;
}

.official-social-links li img {
    width: 50px;
    height: 50px;
}

.sponsored-sidebar {
    text-align: center;
    overflow: hidden;
}

.sponsored-sidebar.sticky_stick {
    bottom: auto;
    position: fixed;
}

.subscribe-form {
    text-align: center;
}

.subscribe-form .the-form {
    display: block;
}

.subscribe-form .subscribe-email {
    display: inline-block;
    width: 90%;
    margin-bottom: 10px;
}

.subscribe-form .subscribe-submit {
    display: inline-block;
}

.subscribe-form .subscribe-credit {
    padding: 10px;
    margin: 0;
    text-align: center;
    font-size: 80%;
    color: #999;
}

.media-otw {
    text-align: center;
    font-family: Source Sans Pro;
}

.media-otw .otw-title {
    border-left: 0 solid #000;
    border-right: 0 solid #000;
    padding: 10px;
    background-color: #fff;
    margin: 5px 0;
    font-size: 140%;
    line-height: 140%;
}

#music-otw, #video-otw {
    height: auto;
}

#music-otw .motw-img {
    margin: 10px 0;
}

#music-otw .motw-img img {
    width: 100%;
    height: 230px;
}

#music-otw .by-text {
    font-style: italic;
    color: #c7c7c7;
    font-size: 90%;
    font-weight: 400;
}

#music-otw .motw-artiste {
    font-weight: 600;
    margin: 0;
}

.votw-iframe {
    height: 250px;
    width: 95%;
}

.media-otw-handle {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
    background-color: #fff;
    border-bottom: 4px solid #000;
}

.media-otw-handle li {
    margin: 0;
    display: table-cell;
    width: 50%;
    padding: 10px;
    font-weight: 600;
    font-size: 120%;
    background-color: #fff;
    color: #000;
    text-shadow: 0.3px 0.3px 0.3px rgba(0, 0, 0, 0.4);
}

.media-otw-handle li a {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #000;
    text-decoration: none;
}

.otw-o {
    margin: 10px 0;
}

.otw-o .otw-oi {
    display: table;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 2px solid #dedede;
}

.otw-o .otw-oi .index {
    display: table-cell;
    width: 60px;
    vertical-align: top;
}

.otw-o .otw-oi .index .no {
    background-size: contain;
    width: 60px;
    height: 60px;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    background: #000;
    text-shadow: 1px 1px 1px #333;
}

.otw-o .otw-oi .name {
    display: table-cell;
    vertical-align: middle;
    font-weight: 600;
    text-align: left;
    padding: 10px;
}

.media-otw-handle li.active {
    background-color: #000;
    color: #fff;
}

.media-otw-handle li.active a {
    color: #fff;
}

#recent-items .recent-items-toggle {
    margin: 0 0 5px;
    padding: 0;
    list-style: none;
    width: 100%;
    display: table;
    text-align: center;
    border: 1px solid #999;
    text-shadow: 0.3px 0.3px 0.3px rgba(0, 0, 0, 0.4);
}

#recent-items .recent-items-toggle li {
    margin: 0 -5px;
    display: table-cell;
    border-collapse: collapse;
    padding: 3px 6px;
    border-right: 2px solid #999;
    width: 20%;
    font-weight: 600;
}

#recent-items .recent-items-toggle li a {
    display: block;
    color: #000;
}

#recent-items .recent-items-toggle li:nth-last-of-type(1) {
    border-right: none;
}

#recent-items .recent-items-toggle li.active {
    background-color: #000;
    color: #fff;
    margin-top: -5px;
}

#recent-items .recent-items-toggle li.active a {
    color: #fff;
}

.recent-archive .row {
    display: table;
    width: 100%;
    border-bottom: 1px solid #dedede;
    table-layout: fixed;
    font-family: sans-serif;
}

.recent-archive .row .img {
    margin: 3px 0 0;
    width: 70px;
    height: 70px;
    display: table-cell;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

.recent-archive .row .img img {
    width: 60px;
    height: 60px;
    border: 2px solid #dedede;
}

.recent-archive .row:nth-last-of-type(1) {
    border-bottom: none;
}

.recent-archive .row .content {
    display: table-cell;
    vertical-align: middle;
    padding: 7px;
}

.recent-archive .row .content-name {
    font-size: 90%;
    font-weight: 600;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.recent-archive .row .content-details {
    color: #999;
}

.css.geshiHighlight {
    font-family: monospace;
}

.css.geshiHighlight .imp {
    font-weight: 700;
    color: red;
}

.css.geshiHighlight .kw1 {
    color: #000;
    font-weight: 700;
}

.css.geshiHighlight .kw2 {
    color: #933;
}

.css.geshiHighlight .co1 {
    color: #a1a100;
}

.css.geshiHighlight .co2 {
    color: red;
    font-style: italic;
}

.css.geshiHighlight .coMULTI {
    color: grey;
    font-style: italic;
}

.css.geshiHighlight .es0 {
    color: #009;
    font-weight: 700;
}

.css.geshiHighlight .es2 {
    color: #009;
    font-weight: 700;
}

.css.geshiHighlight .br0 {
    color: #0a0;
}

.css.geshiHighlight .sy0 {
    color: #0a0;
}

.css.geshiHighlight .st0 {
    color: red;
}

.css.geshiHighlight .nu0 {
    color: #c6c;
}

.css.geshiHighlight .re0 {
    color: #c0c;
}

.css.geshiHighlight .re1 {
    color: #66f;
}

.css.geshiHighlight .re2 {
    color: #33f;
}

.css.geshiHighlight .re3 {
    color: #933;
}

.css.geshiHighlight span.xtra {
    display: block;
}

.php.geshiHighlight {
    font-family: monospace;
}

.php.geshiHighlight .imp {
    font-weight: 700;
    color: red;
}

.php.geshiHighlight .kw1 {
    color: #b1b100;
}

.php.geshiHighlight .kw2 {
    color: #000;
    font-weight: 700;
}

.php.geshiHighlight .kw3 {
    color: #900;
}

.php.geshiHighlight .kw4 {
    color: #090;
    font-weight: 700;
}

.php.geshiHighlight .co1 {
    color: #666;
    font-style: italic;
}

.php.geshiHighlight .co2 {
    color: #666;
    font-style: italic;
}

.php.geshiHighlight .co3 {
    color: #00c;
    font-style: italic;
}

.php.geshiHighlight .co4 {
    color: #093;
    font-style: italic;
}

.php.geshiHighlight .coMULTI {
    color: #666;
    font-style: italic;
}

.php.geshiHighlight .es0 {
    color: #009;
    font-weight: 700;
}

.php.geshiHighlight .es1 {
    color: #009;
    font-weight: 700;
}

.php.geshiHighlight .es2 {
    color: #609;
    font-weight: 700;
}

.php.geshiHighlight .es3 {
    color: #609;
    font-weight: 700;
}

.php.geshiHighlight .es4 {
    color: #069;
    font-weight: 700;
}

.php.geshiHighlight .es5 {
    color: #069;
    font-weight: 700;
    font-style: italic;
}

.php.geshiHighlight .es6 {
    color: #093;
    font-weight: 700;
}

.php.geshiHighlight .es_h {
    color: #009;
    font-weight: 700;
}

.php.geshiHighlight .br0 {
    color: #090;
}

.php.geshiHighlight .sy0 {
    color: #393;
}

.php.geshiHighlight .sy1 {
    color: #000;
    font-weight: 700;
}

.php.geshiHighlight .st0 {
    color: #00f;
}

.php.geshiHighlight .st_h {
    color: #00f;
}

.php.geshiHighlight .nu0 {
    color: #c6c;
}

.php.geshiHighlight .nu8 {
    color: #208080;
}

.php.geshiHighlight .nu12 {
    color: #208080;
}

.php.geshiHighlight .nu19 {
    color: purple;
}

.php.geshiHighlight .me1 {
    color: #004000;
}

.php.geshiHighlight .me2 {
    color: #004000;
}

.php.geshiHighlight .re0 {
    color: #008;
}

.php.geshiHighlight span.xtra {
    display: block;
}

/* Many more language-specific geshiHighlight styles... */

/* Responsive styles at the end */
@media (max-width: 940px) {
    #main-header-contacts,
    #top-banner {
        display: none;
    }
    
    #main-footer, #page-header, .main-content {
        left: 0;
        position: relative;
        -webkit-transition: left 0.2s ease-out;
        -moz-transition: left 0.2s ease-out;
        -ms-transition: left 0.2s ease-out;
        -o-transition: left 0.2s ease-out;
        transition: left 0.2s ease-out;
    }
    
    #main-header {
        height: 50px;
        position: fixed;
    }
    
    #main-header #main-header-container {
        display: block;
        width: auto;
        height: 50px;
    }
    
    #main-header #site-logo {
        display: inline-block;
        text-align: center;
        width: auto;
        height: 50px;
        line-height: 50px;
        vertical-align: middle;
    }
    
    #main-header #site-logo a {
        display: block;
        padding: 0;
        margin: 0;
    }
    
    #main-header #site-logo img {
        max-height: 50px;
        vertical-align: middle;
        display: inline-block;
    }
    
    /* Mobile navigation styles... */
}

@media (max-width: 640px) {
    /* Tablet styles... */
}

@media (max-width: 560px) {
    /* Mobile styles... */
}

@media (max-width: 360px) {
    /* Small mobile styles... */
}

@media screen and (max-width: 768px) {
    #content-desktop {
        display: none;
    }
    
    #content-mobile {
        display: block;
    }
}

.mobileHide {
    display: inline;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .mobileHide {
        display: none;
    }
}