html {
    position: relative;
    height: 100%;
    min-width: 300px;
}

body {
    background-color: #efefef;
    margin: 0 auto;
    padding: 60px 0;
    min-width: 300px; 
    max-width: 1920px; 
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    color: #333333;
    font-size: 15px;
}

.dark {
    background-color: #1f1f1f;
    color: #dddddd;
}

img:-moz-loading {
    visibility: hidden;
}

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

.dark a {
    color: #dddddd;
}

select,
input,
textarea {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    color: #555555;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #9999aa;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dark select,
.dark input,
.dark textarea {
    color: #dddddd;
    background-color: #282828;
}

input[type="image"] {
    border: 0;
    background-color: transparent;
}

input {
    height: 50px;
    font-size: 17px;
    padding-left: 10px;
}

textarea {
    font-size: 17px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.dark ::placeholder {
  color: #dddddd;
  opacity: 1; /* Firefox */
}

.dark ::-ms-input-placeholder { /* Edge 12 -18 */
  color: #dddddd;
}


hr {
    border-color:#CBCBD6; 
    width:100%; 
    border-style: dotted; 
    border-width: 1px 0 0 0;
    margin: 5px 0;
}

.dark hr {
    border-color:#555555; 
}

fieldset,
form {
    border: 0;
    margin: 0;
    padding: 0;
}

.nowrap {
    white-space: nowrap;
}

.adsbygoogle {
    text-align: center;
}

/* ---------- HEADER ---------- */
.header-top {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 60px;
background-color: #000000;
z-index: 1000;
}

.header-top-inner {
min-width: 320px;
max-width: 1920px;
margin: 0 auto;
height: inherit;
}

.header-top-inner-logo {
    font-size: 0;
}

.logo {
background: url(images/free-stock-music.png);
background-image: url(images/free-stock-music.svg), none;
background-size: 320px 60px;
background-repeat: no-repeat;
background-attachment: scroll;
background-clip: border-box;
background-origin: padding-box;
background-position: 0 0;
width: 320px;
height: 60px;
display: inline-block;
margin: 0;
padding: 0;
}

@media all and (max-width: 480px) {
  .logo {
    background-size: 205px 38px;
    width: 205px;
    height: 38px;
    margin-top: 11px;
  }
}


/* ---------- CONTENT ---------- */

.musicQuizBanner {
    width: 60%;
    display: block;
    margin: 35px auto 30px auto;
}

.musicQuizBanner img {
    width: 100%;
    border: 4px solid #76c58c;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

@media all and (max-width: 800px) {
    .musicQuizBanner {
        width: 90%;
    }
    .musicQuizBanner img {
        border: 3px solid #76c58c;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        border-radius: 15px;
    }
}


.defBannerCont {
    width: 100%;
}

.defBanner {
    width: 60%;
    display: block;
    margin: 15px auto;
}

.defBanner img {
    width: 100%;
    margin: 0 auto;
    display: block;
    border-width: 6px;
    border-style: solid;
    border-color: #ffffff;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    box-shadow: 1px 1px 10px #cccccc;
}

.defBanner.defBannerSq img {
    max-width: 280px;    
}

.defBanner.defBannerRect img {
    max-width: 640px;    
}

@media all and (max-width: 1000px) {
    .defBanner {
        width: 90%;
    }
    .defBanner img {
        border-width: 3px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        border-radius: 15px;
    }
}


@media all and (min-width: 1000px) and (max-width: 1500px) {
    .defBanner {
        width: 75%;
    }
}


.dark .defBanner img {
    border-color: #aaaaaa;
    box-shadow: 1px 1px 10px #000000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


#mainCont {
padding: 20px 20px 70px 20px; 
max-width: 1920px; 
margin: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.artist-page #mainCont {
    padding: 0 20px 70px 20px;    
}

.pageTrack #mainCont {
    padding: 20px 20px 70px 20px;     
}

@media all and (max-width: 600px) {
    #mainCont {
        padding: 20px 10px 70px 10px;      
    }
    .pageTrack #mainCont {
        padding: 20px 10px 70px 10px;    
    }
}


.content {
    width: 100%;
    position: absolute;
    left: 0;
    top: 60px;
}

#musicOverlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1999;
    cursor: pointer;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.7);
}

.musicContWrapper {
    display: flex;
    flex-wrap: wrap;
}

.musicCont {
    padding: 12px 10px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.musicCont.track {
    padding: 0;
}

.buyLicenseLine {
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    padding: 14px 0 6px 0;
}

.buyLicenseLine.ad {
    line-height: 17px; 
    padding: 18px 0 2px 0;
}

.buyLicenseLine b {
    font-weight: 400;  
}


.trackAvatarCont {
    position: absolute;
    top: 32px;
    right: 34px;
    width: 48px;
    height: 48px;
}

.trackAvatarCont.ai2 {
    width: 105px;
    right: 24px;
}

.trackAvatarCont.ai3 {
    width: 163px;    
    right: 12px;
}

.trackAvatarCont.ai4 {
    width: 214px;  
    right: 6px;
}


.track .artstAvatarCont {
    width: 220px;
    display: none;
}


.track .artstAvatarCont td {
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    text-shadow: 1px 1px 1px #666666;
    color: #ffffff;
    font-weight: 500;
    white-space: nowrap;
}

.trackAvatar {
    width: 44px;
    height: 44px; 
    margin-bottom: 0;
    -moz-border-radius: 44px;
    -webkit-border-radius: 44px;
    border-radius: 44px;
    border: 3px solid #ffffff;
    box-shadow: 0 6px 6px 0 rgb(0 0 0 / 6%), 0 0 20px 0 rgb(0 0 0 / 10%);
}

.track .trackAvatar,
.followIcon {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
    -moz-border-radius: 54px;
    -webkit-border-radius: 54px;
    border-radius: 54px;
    border: 4px solid #ffffff;
    box-shadow: 0 9px 9px 0 rgb(0 0 0 / 10%), 0 0 29px 0 rgb(0 0 0 / 10%);
}

/* Overlap 2nd, 3rd and 4th artist image */

.ai2 .ai234 {
    margin-left: -5px;
}
.ai3 .ai234 {
    margin-left: -5px;
}
.ai4 .ai234 {
    margin-left: -5px;
}

.track .ai2 .ai234 {
    margin-left: -10px;
}
.track .ai3 .ai234 {
    margin-left: -12px;
}
.track .ai4 .ai234 {
    margin-left: -15px;
}

@media all and (max-width: 1000px) {
    .track .ai4 .ai234 {
    margin-left: -22px;
    }
}


@media all and (min-width: 900px) {
   .track .artstAvatarCont {
       display: table;
   }
}

@media all and (max-width: 480px) {
   .musicCont {
   width: 100%;
   }
   .download {
        font-size: 9px !important;
   }
}

@media all and (max-width: 700px) {
   .trackAvatarCont {
       display: none;
   }
}

@media all and (min-width: 481px) and (max-width: 1400px) {
   .musicCont {
        width: 100%;
   }
}

@media all and (min-width: 1400px) and (max-width: 1600px) {
   .musicCont {
        width: 49.7%;
   }
   .musicCont.track {
        width: 100%;
   }
   .buy-license-page .musicCont,
   .buy-single-license-for-any-platform-page .musicCont {
        width: 100%;
   }
}

@media all and (min-width: 1601px) {
   .musicCont {
    width: 33%;
   }
   .musicCont.track {
        width: 100%;
   }
   .download.track {
        font-size: 11px !important;
   }
   
   .search-page.license .musicCont,
   .buy-license-page .musicCont,
   .buy-single-license-for-any-platform-page .musicCont {
        width: 100%;
   }
}

.unitButtonsCont {
    display: flex;
    gap: 15px;
}

.unitLabelCont {
    position: absolute;
    top: -19px;
    left: -6px;
    z-index: 100;
}

.unitLabel {
    display: inline-block;
    background-color: #767676;
    color: #ffffff;
    border: 1px solid #ffffff;
    font-size: 12px;
    padding: 1px 8px 3px 8px;
    margin-right: 8px;
    text-shadow: 1px 1px 1px #5E5E5E;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.dark .unitLabel {
    background-color: #444444;   
}

.trackPropertiesCont {
    margin: 18px 0;
}

.donateCont {
    font-size: 16px; 
    text-align: center; 
    margin-bottom: 10px;
}

.longDescription {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.longDescription a,
.link {
    color: #167E2E;
    text-decoration: underline;
    outline: none;
}

.dark .longDescription a,
.dark .link {
    color: #aaaaaa;
}

.creditTextExample,
.trackArtistPropertiesCont {
    word-break: break-all;
    word-wrap: break-word;
}

.musicCommonTerms,
.warningCont {
    background-color: #dca3a3;
    color: #ffffff;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    padding: 10px 15px;
    margin: 25px 0 10px 0;
    line-height: 22px;
    text-shadow: 1px 1px 3px #333333;
}

.dark .musicCommonTerms,
.dark .warningCont {
    color: #dddddd;
    background-color: #662222;
    text-shadow: 1px 1px 3px #000000;
    box-shadow: 0 9px 9px 0 rgb(0 0 0 / 10%), 0 0 29px 0 rgb(0 0 0 / 10%);
}

.trackDescription {
margin: 14px 0 8px 0;
}

.trackMoods,
.trackCategories {
margin: 8px 0;
}


.license {
display: flex;
align-items: center;
margin-top: 12px;
margin-bottom: 20px;
width: 100%;
}

.license .licenseLinkText {
padding-right: 15px;
word-break: break-word;
}

.licenseLinkImg img {
    width: 88px;
    height: 31px;
}

.musicImgTitleArtistCont {
    display: flex;
    margin-bottom: 12px;
}

.titleAuthorCatCont {
    width: 100%;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ButtonsCont {
    position: relative;
}

.mName,
.mNameBanner {
    position: relative;
    height: 100%;
    font-size: 20px;
    font-weight: 400;
    padding: 18px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 16px; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: transform 0.1s, width 0.1s, height 0.1s;
}

.mName.musicExpand {
    background-color: #efefef;
}

.dark .mName {
    background-color: #303030;     
}

.mNameBanner {
    margin: 0;
    padding: 24px;
    max-width: 1920px;
    margin: 0 auto;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; 
}


.mName:before, .mName:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.mName:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.musicExpand.mName:before,
.musicExpand.mName:after,
.dark .mName:before, 
.dark .mName:after {
    display: none;
}

.mName.longBody:before, 
.mName.longBody:after {
    top: 99%;  
}


.musicExpand {
    width: 90%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2000;
    height: auto;
    box-shadow: 0 0 15px #000000;
    transition: none;
}


/* Latest 20 front page */
.latestAllCont .downloadSingle,
.latestAllCont .musicDescrCont,
.latestAllCont .catCont,
.latestAllCont .buyLicenseLine,
.similarContent .downloadSingle,
.similarContent .musicDescrCont,
.similarContent .catCont,
.similarContent .buyLicenseLine {
    display: none;
}


.latestAllCont .musicExpand .downloadSingle,
.latestAllCont .musicExpand .musicDescrCont,
.latestAllCont .musicExpand .catCont,
.latestAllCont .musicExpand .buyLicenseLine,
.similarContent .musicExpand .downloadSingle,
.similarContent .musicExpand .musicDescrCont,
.similarContent .musicExpand .catCont,
.similarContent .musicExpand .buyLicenseLine {
    display: block;
}


@media all and (max-width: 750px) {
    .musicExpand .musicDescrCont,
    .musicExpand .buyLicenseLine,
    .latestAllCont .musicExpand .musicDescrCont,
    .latestAllCont .musicExpand .buyLicenseLine,
    .similarContent .musicExpand .musicDescrCont,
    .similarContent .musicExpand .buyLicenseLine {
        display: none;
    }
}






#targetExpand {
    margin: 20px 0 10px 0;   
}

#closeExpand {
    position: absolute;
    top: -20px;
    right: -26px;
    zoom: 0.8;
    cursor: pointer;
}

@media all and (max-width: 820px) {
    #closeExpand {
        position: absolute;
        top: -10px;
        right: -18px;
        zoom: 1;
    }
}




.artist-page .topText.artistImgBg {
    background-size: auto;
    background-position: center;
}

.allArtistLicensesCont,
.allArtistDiscountOffersCont {
    margin-top: 15px;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 32px;
    border-width: 3px;
    border-style: solid;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;   
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.allArtistLicensesCont .allArtistLicensesHead,
.allArtistDiscountOffersCont .allArtistDiscountOffersHead {
    display: inline-block;
    font-size: 17px;
    color: #ffffff;
    padding: 3px 15px;
    margin: 5px 0 20px 0;
    text-shadow: 1px 1px 1px #666;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.allArtistLicensesCont .artistLicenseLinePrice,
.allArtistDiscountOffersCont .artistDiscountOfferLinePrice {
    padding: 1px 15px 0 15px;
    min-width: 42px;
    display: inline-block;
    text-align: center;
    background: #717171;
    font-weight: 500;
    text-shadow: 1px 1px 1px #666;
    color :#ffffff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;   
}

.artistLicenseButtonPrice,
.artistLicenseTrackButtonPrice,
.artistDiscountOfferButtonPrice {
    color: #767676;
    padding: 0 10px;
    margin: 0 6px;
    display: inline-block;
    text-align: center;
    background: #ffffff;
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 6%), 0 0 15px 0 rgb(0 0 0 / 10%);
    text-shadow: none;
    font-weight: 500;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px; 
    line-height: 25px;
}

.artistLicenseTrackButtonPrice {
    line-height: 23px;  
}

.allArtistLicensesCont .artistLicenseLineTitle,
.allArtistDiscountOffersCont .artistDiscountOfferLineTitle {
    font-weight: 700;
    color: #555555;
    margin-left: 10px;
}

.dark .allArtistLicensesCont .artistLicenseLineTitle,
.dark .allArtistDiscountOffersCont .artistDiscountOfferLineTitle {
    color: #aaaaaa;
}

.allArtistLicensesCont .artistLicenseLineLink,
.allArtistDiscountOffersCont .artistDiscountOffersLineLink {
    display: inline-block;
    margin-bottom: 10px;
}

.dark .allArtistLicensesCont .artistLicenseLineLink,
.dark .allArtistDiscountOffersCont .artistDiscountOffersLineLink {
    color: #aaaaaa;
}






.artistLicensesCont {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    text-shadow: 1px 1px 1px #666;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.artistLicenseCont p {
    margin: 10px 0;  
}

.artistLicensesCont .artistLicenseCont {
    padding: 0 10px 20px 10px; 
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media all and (min-width: 800px) and (max-width: 1400px) {
    
    .artistLicensesCont{
        flex-wrap: wrap;
    }
    
    .artistLicensesCont .artistLicenseCont {
        width: 33.33% !important;
    }
}

@media all and (min-width: 500px) and (max-width: 800px) {
    
    .artistLicensesCont{
        flex-wrap: wrap;
    }
    
    .artistLicensesCont .artistLicenseCont {
        width: 50% !important;
    }
}

@media all and (max-width: 500px) {
    
    .artistLicensesCont{
        flex-wrap: wrap;
    }
    
    .artistLicensesCont .artistLicenseCont {
        width: 100% !important;
    }
}

.artistLicensesCont .artistLicense {
    position: relative;
    background:  rgb(153,153,153);
    background: linear-gradient(0deg, rgba(174,174,174,1) 0%, rgba(123,123,123,1) 100%);
    padding: 30px 30px 80px 30px;
    line-height: 24px;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #ffffff;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.artistLicensesCont .artistLicenseTitle {
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 10px 0;
}

.artistLicensesCont .artistLicensePrice {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    font-size: 20px;
    padding: 10px 0 10px 0;
    margin: 0 auto;
}

.artistLicensesCont .artistLicensePriceLabel {
    display: inline-block;
    background: #717171;
    padding: 5px 15px 7px 15px;
    font-weight: 500;
    box-shadow: 0 9px 9px 0 rgb(0 0 0 / 10%), 0 0 29px 0 rgb(0 0 0 / 10%);
    border: 2px solid #ffffff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.artistLicensesCont .artistLicensePriceLabel a {
    color: #ffffff;
}

.artistLicensesCont .artistLicenseDescr {
    min-height: 48px; 
}



.audioCont {
    height: 152px;
    background: rgb(153,153,153);
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

.dark .audioCont {
    box-shadow: 0 9px 9px 0 rgb(0 0 0 / 10%), 0 0 29px 0 rgb(0 0 0 / 10%);
}

.track .audioCont {
    height: 44px;
    background: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}



.thumbnail {
    position: absolute;
    top: 30px;
    left: 32px;
}

.mNameBanner .thumbnail {
    position: relative;
    top: 0;
    left: 0;
}


.thumbnail img {
width: 112px;
height: 112px;
border: 4px solid #ffffff;
box-shadow: 0 9px 9px 0 rgb(0 0 0 / 10%), 0 0 29px 0 rgb(0 0 0 / 10%);
-moz-border-radius: 14px;
-webkit-border-radius: 14px;
border-radius: 14px;
}

.mTitle {
    color: #ffffff;
    font-weight: 700;
    padding: 15px 70px 0 155px;
    font-size: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-shadow: 1px 1px 1px #666;
}

.cut2.mTitle {
    padding: 15px 120px 0 155px;
}

.cut3.mTitle {
    padding: 15px 165px 0 155px;
}

.cut4.mTitle {
    padding: 15px 210px 0 155px;
}

.mAuthor {
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    padding: 9px 0 13px 156px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-shadow: 1px 1px 1px #666;
}

.dark .mTitle,
.dark .mAuthor {
    color: #eeeeee;  
}

.ad .adPriceCont {
    text-align: left;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    padding: 18px 0 2px 155px;
    text-shadow: 1px 1px 1px #666;
}

.track .mTitle {
  padding-left: 0;
  font-size: 24px;
  margin-bottom: 8px;
}
.track .mAuthor {
  padding: 0;
  font-size: 17px;
  font-weight: 500;
}
.track .catCont {
  padding: 1px 0 15px 200px;
  font-size: 16px;
  font-weight: 400;
}

.track .mNameBanner {
    overflow: hidden;
}
  

@media all and (max-width: 600px) {
    .thumbnail img,
    .track .thumbnail img {
        width: 70px;
        height: 70px;   
        border: 3px solid #ffffff;
    }
    .mTitle {
        padding: 15px 20px 0 108px;
        font-size: 20px;
        line-height: 29px;
    }
    .cut2.mTitle,
    .cut3.mTitle,
    .cut4.mTitle {
        padding: 15px 20px 0 108px;
    }
    
    .track .mTitle {
        padding: 6px 0 0 0; 
        font-size: 20px;
        line-height: 29px;
    }
    .mAuthor {
        padding: 9px 0 25px 108px;
    }
    .ad .adPriceCont {
        padding: 18px 0 2px 18px;
    }
}


.deletedTrackCont {
    width: 100%;
    background-color: rgba(255, 150, 150, 0.7);
    border: 1px solid #e06f6f;
    line-height: 32px;
    font-size: 24px;
    color: #ffffff;
    margin-top: 20px;
    padding: 20px;
    text-align: center;
    text-shadow: 1px 1px 2px #555555;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media all and (max-width: 500px) { 
    .deletedTrackCont {
        font-size: 16px; 
        line-height: 24px;
        padding: 10px;
        white-space: normal;
    }
}

@media all and (min-width: 501px) and (max-width: 900px) {
    .deletedTrackCont {
        font-size: 16px; 
        line-height: 24px;
        white-space: normal;
    }
}

.musicDescrCont {
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
    padding: 16px 20px 0 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;  
}

.musicExpand .musicDescrCont {
    text-overflow: unset;   
    white-space: normal; 
    overflow: visible 
}

.musicDescrCont a {
    text-decoration: none;
    font-weight: 500;
    white-space: nowrap;
}

.emptyCatCont {
    line-height: 31px;
}

.catCont {
    color: #167E2E;
    font-size: 15px;
    font-weight: 400;
    padding: 18px 10px 2px 10px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-shadow: 0 1px 1px #ffffff, 0 1px 1px #ffffff, 0 1px 1px #ffffff, 0 1px 1px #ffffff;
    text-transform: lowercase;
}

.dark .catCont {
    color: #aaaaaa;
    text-shadow: none;
}

.catCont a,
.buyLicenseLine.ad a {
    background-color: #f5f4f1; 
    margin: 3px 5px;
    padding: 3px 7px 5px 7px;
    display: inline-block;
    border: 1px solid #c2ddbe;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius: 4px;
    text-decoration: none;
}

.dark .catCont a,
.dark .buyLicenseLine.ad a {
    background-color: #282828;
    border: 1px solid #888888;
    color: #dddddd;
}

.catCont a,
.artistCategories a {
    color: #167E2E;
}

.dark .catCont a,
.dark .artistCategories a {
    color: #dddddd;
}

.artistCategories a {
    text-decoration: underline;
}

.catCont a:hover {
    text-decoration: underline;
}




.titleAuthorCatCont .mTitle,
.titleAuthorCatCont .mAuthor,
.titleAuthorCatCont .mAuthor a,
.titleAuthorCatCont .catCont,
.titleAuthorCatCont .catCont a {
    color: #ffffff;
    text-shadow: 1px 1px 1px #666;
}

.controls {
padding: 15px 0;
}

.waveform {
position: relative;
background: url(images/wave.jpg);
background-size: 1100px 128px;
background-repeat: no-repeat;
background-position: center center;
}

.previewLabel {
position: absolute;
top: 0;
right: 0;
font-size: 12px;
background-color: #6dcff6;
color: #ffffff;
padding: 1px 7px 3px 8px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
border: 1px solid #64bde1;
text-shadow: 1px 1px 1px #294652;
z-index: 10;
font-weight: 400;
}

.typeLabel {
display: inline-block;
font-size: 12px;
background-color: #a3a8bc;
color: #ffffff;
padding: 1px 8px 3px 7px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
border: 1px solid #d9d9d9;
text-shadow: 1px 1px 1px #777;
z-index: 10;
font-weight: 400;
vertical-align: 4px;
margin-left: 14px;
}


.topText,
.index-page.category-subpage .topText {
    display: block;
    font-size: 17px;
    line-height: 28px;
    padding: 20px;
    font-weight: 400;
    color: #ffffff;
    min-height: 155px;
    max-width: 1920px;
    margin: 0 auto;
    background-color: #000000;
    background-image: url(images/royalty-free-music-bg.webp);
    background-position: left 40px;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.index-page.category-subpage .topText,
.mood-page .topText {
    background-image: none;
}

.dark .topText,
.dark .topText a,
.dark .index-page.category-subpage .topText a {
    color: #eeeeee;   
}

.search-page .topText {
    background: none;
}

.topTextLeft,
.topTextRight,
.topTextBottom,
.topTextRightInner,
.topTextBottomInner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.index-page .topText {
    display: flex; 
    min-height: 235px;
}

.index-page .topTextLeft,
.index-page .topTextRight {
    width: 50%;
}


.index-page.category-subpage .topTextLeft,
.index-page.category-subpage .topTextRight {
    width: 100%;
}

h1.topTextLeftLabel {
    line-height: 120px;
    display: inline-block;
    vertical-align: top;
    font-size: 2.3vw;
    font-weight: 700;
    margin: 0 0 0 25px;
    text-shadow: 1px 1px 3px #000000;
}

.topTextLeft {
    width: 100%;
    padding: 10px;
}

.topTextRight {
    width: 100%;
    padding: 10px 10px 10px 20px;
    font-size: 1.38vw;
    line-height: 38px;
}


@media all and (max-width: 1400px) { 
    .index-page .topText {
        display: block; 
    }
    h1.topTextLeftLabel {
        font-size: 38px;
    }
    .index-page .topTextLeft,
    .index-page .topTextRight {
        width: 100%;
    }
    .topTextRight {
        max-width: 750px;
        font-size: 22px;
        padding: 10px;
        background: rgba(0,0,0,0.7);
        padding: 20px;
        border: 4px solid rgba(255,255,255,0.5);
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
    }
    .topText,
    .index-page.category-subpage .topText {
        background-position: left 40px;
    }
}

@media all and (min-width: 550px) and (max-width: 900px) { 
    h1.topTextLeftLabel {
        font-size: 3.7vw; 
    }
    .topTextRight {
        font-size: 2.5vw;
    }
    .topText {
        min-height: 110px;
    }
}

@media all and (max-width: 550px) { 
    h1.topTextLeftLabel {
        font-size: 3vw; 
    }
    .topTextRight {
        font-size: 2.3vw;
    }
    .topText {
        min-height: 110px;
    }
}


.topTextBottom {
    width: 100%;
    padding: 10px;
    font-size: 22px;
    line-height: 36px;
}

.topTextRightLink {
    color: #ffffff;
}
.topTextRightLink:hover {
    text-decoration: underline;
}


.topTextRightInner,
.topTextBottomInner {
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    background: rgba(0,0,0,0.5);
    padding: 20px;
    border: 4px solid rgba(255,255,255,0.9);
    text-shadow: 1px 1px 3px #000000;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}



.artist-page .topText {
    display: block;
    height: auto;
    min-height: 80px;
    padding: 30px 20px;
    color: #ffffff;
    text-shadow: 1px 1px 3px #222;
    background:  rgb(153,153,153);
    background: linear-gradient(0deg, rgba(134,134,134,1) 0%, rgba(83,83,83,1) 100%);
}

.artist-page .topText a {
    color: #ffffff;  
}

.topText .musicImg,
.topText .musicImgConstant {
    width: 120px;
    height: 120px;
    border: 4px solid #ffffff;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.topText .artist.musicImg {
width: 120px;
height: 120px;
float: left;
margin: 0 20px 10px 20px;
-moz-border-radius: 120px;
-webkit-border-radius: 120px;
border-radius: 120px;
border: 4px solid #ffffff;
-moz-box-shadow:    0px 0px 10px 0px rgba(0,0,0,0.5);
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
box-shadow:         0px 0px 10px 0px rgba(0,0,0,0.5);

}

@media all and (max-width: 680px) { 
 .topText {
      font-size: 16px;
      line-height: 26px;
  }
 .topText .musicImg,
 .topText .artist.musicImg {
      -moz-border-radius: 66px;
      -webkit-border-radius: 66px;
      border-radius: 66px;
      width: 66px;
      height: 66px;
  }
  h1.topTextLeftLabel {
      line-height: 66px;
  }
}


@media all and (max-width: 480px) { 
 .topText {
      font-size: 15px;
      line-height: 25px;
  }
 .topText .musicImg,
 .topText .artist.musicImg {
      -moz-border-radius: 44px;
      -webkit-border-radius: 44px;
      border-radius: 44px;
      width: 44px;
      height: 44px;
  }
  h1.topTextLeftLabel {
      line-height: 44px;
  }
}






.artistTitle {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    padding: 6px 0 5px 0;
    white-space: nowrap;
}

.artistDescr {
    font-size: 15px;
    line-height: 22px;
}

.artistWeb {
    margin: 5px 0;
}

.artistWebsiteLinkCont {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.about-page .artistWebsiteLinkCont {
    width: auto;
    display: inline-block;
    text-align: left;
}

.about-page .artistWebsiteLinkCont a {
    color: #333333;
}

.dark .about-page .artistWebsiteLinkCont a {
    color: #eeeeee;
}

@media all and (max-width: 680px) {
    .artistWebsiteLinkCont {
        display: inline-block;
        width: 100%;
        text-align: center; 
    }
}

.artistWebsiteLink {
    color: #ffffff;
    line-height: 32px;
    white-space: nowrap;
}

.artistWebsiteLinkImg {
    width: 22px;
    height: 22px;
    vertical-align: middle;
    -webkit-filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.3));
}


.front-label {
    border-bottom: 1px dotted #CBCBD6;
    color: #555555;
    font-size: 15px;
    line-height: 26px;
    font-style: italic;
    padding: 15px 15px 30px 15px;
    font-weight: 400;
    text-align: left;
    user-select: text;
    -moz-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    word-wrap: break-word;   
}

.dark .front-label {
    color: #aaaaaa;
    border-bottom: 1px dotted #555555;   
}

.dark .inner .front-label {
    color: #555555;
}

.trackDescrContFlexLeft .front-label {
    padding: 15px 0 30px 0;   
}

.youtubeCont,
.spotifyCont,
.spotifyPlaylistsCont {
    border-bottom: 1px dotted #CBCBD6;
    color: #555555;
    font-size: 15px;
    line-height: 26px;
    font-style: italic;
    padding: 15px 0;
    font-weight: 400;
    text-align: left;
    user-select: text;
    -moz-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    word-wrap: break-word;
}

.dark .youtubeCont,
.dark .spotifyCont,
.dark .spotifyPlaylistsCont {
    color: #dddddd;
    border-bottom: 1px dotted #555555;
}

.authorsTermCont {
    font-style: italic; 
    line-height: 24px;
}

.youtubeCont,
.spotifyCont {
font-style: normal;
}

.youtubeCont {
    line-height: 26px;
}

.spotifyPlaylistsCont {
    font-style: normal;
}

.spotifyCont {
    display: inline-block;
    width: 50%;
    height: 160px;
    border-top: 0;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.spotifyContHead {
    margin-bottom: 15px;  
}

@media all and (max-width: 1400px) {
    .spotifyCont {
        display: block;
        width: 100%;  
        height: 160px;
    }
}


.dropdownLabel {
    width: 130px;
    font-size: 13px;
    margin-bottom: 5px;
}

.infoline {
    position: relative;
    width: 100%;
    margin: 14px 0 10px 0;
    padding: 5px 0 15px 0;
    border-bottom: 1px dotted #cbcbd6;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.similarHead,
.vmmHead {
    position: relative;
    background-color: #dadada;
    width: 100%;
    margin: 18px 0 10px 0;
    padding: 10px 14px;
}

.vmmHead {
    line-height: 30px;
}

.vmmInputCont {
    white-space: nowrap;
}

.searchH1 {
    display: inline-block;
    font-size: 16px;
}

.searchH1 i {
    color: #767676;
    font-weight: 400;
}

.infoline,
.similarHead,
.vmmHead,
.searchCont {
    font-size: 16px;
    font-weight: 400;
    color: #555555;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-shadow: 0 1px 0 #ffffff;
}

.dark .infoline,
.dark .similarHead,
.dark .vmmHead,
.dark .searchCont {
    color: #ffffff;   
    text-shadow: none;
}

.dark .infoline {
    border-bottom: 1px dotted #555555;
}

.dark .similarHead,
.dark .vmmHead {
    background-color: #303030;
    color: #dddddd;
}

.searchCont {
    position: relative;
    background-color: #cccccc;
    width: 100%;
    padding: 20px 15px 12px 15px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px; 
}

.dark .searchCont {
    background-color: #303030;  
}

.tracksNumberCont {
    line-height: 23px;
    margin-left: 15px;
}

.trackDetailsCont {
    font-size: 17px; 
    white-space: normal;
}

.dropdownSearch,
.inputSearch {
    width: 100%; 
    height: 32px;
    padding-left: 5px;
    font-size: 17px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    box-sizing: border-box;     

}

.inputSearch {
    padding-left: 10px;
}

.searchItemCont {
    display: inline-block;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    box-sizing: border-box;  
}

.catSelect,
.moodSelect {
    float: right;
    padding-left: 10px;
}

.searchButtonCont {
    display: block;
    text-align: right; 
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 0;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    box-sizing: border-box; 
}

@media all and (max-width: 500px) {
    .searchItemCont {
        width: 100%;
    }  
}

@media all and (min-width: 500px) and (max-width: 700px) {
    .searchItemCont {
        width: 50%;
    }  
}

@media all and (min-width: 700px) and (max-width: 900px) {
    .searchItemCont {
        width: 33.33%;
    }  
}

@media all and (min-width: 900px) and (max-width: 1200px) {
    .searchItemCont {
        width: 25%;
    }  
}

@media all and (min-width: 1200px) and (max-width: 2000px) {
    .searchItemCont {
        width: 20%;
    }
}


h3.successMessage,
h3.sentMessage {
    background-color: #ddeedd;
    border: 1px solid #aad8aa;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    color: green;
    padding: 15px 20px;
}

.dark h3.successMessage,
.dark h3.sentMessage {
    background-color: #445544;
    border: 1px solid #667766;
    color: #ffffff;
}

h3.errorMessage {
    background-color: #eedddd;
    border: 1px solid #d8aaaa;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    color: #994444;
    padding: 15px 20px;
}

.dark h3.errorMessage {
    background-color: #554444;
    border: 1px solid #776666;
    color: #ffffff;
}


.bannerWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 20px;
    margin: 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}

.bannerWrapper ins {
    flex: 1;
    min-height: 280px;
}



/* ---------- FOOTER ---------- */

#footer-table {
position: fixed;
left: 0;
bottom: 0;
margin: 0;
padding: 10px 16px;
border: 0 none;
border-spacing: 0;
width: 100%;
background-color: #555d65;
color: #FFFFFF;
font-weight: 400;
text-shadow: 1px 1px 1px #556677;
border-top: 1px solid #555d65;
z-index: 999;
}

#footer-table a {
color: #FFFFFF;
}

#footer-table a:hover {
text-decoration: none;
}

.footerSocialCont {
    width: 300px;
}

.footerDonateCont {
    padding-top: 3px;
}

.copyright {
text-align: right;
}


.download:last-child {
    /* margin-right: 10px; */
}

.download,
.downloadSingle,
.downloadRedirect,
.searchButton {
    display: inline-block;
    background-color: #168936;
    text-align: center;
    color: #FFFFFF;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 17px;
    font-weight: 400;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -moz-background-clip:padding;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    cursor: pointer;
    text-shadow: 1px 1px 1px #666;
    padding: 12px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    box-sizing: border-box;

}

.searchButton {
    border: 2px solid #ffffff;
    box-shadow: 0 9px 9px 0 rgb(0 0 0 / 10%), 0 0 29px 0 rgb(0 0 0 / 10%);
}

.dark .searchButton {
    border: 2px solid #aaaaaa;
    box-shadow: 0 9px 9px 0 rgb(0 0 0 / 10%), 0 0 29px 0 rgb(0 0 0 / 10%);
}


.track .download,
.track .downloadSingle,
.track .downloadRedirect,
.track .searchButton {
    border: 2px solid #ffffff;
}


.download.mp3-file,
.download.wav-file {
    width: 49.5% !important;
    margin-top: 15px;
    margin-bottom: 2px;
}

.download.mp3-file {
    margin-right: 0.5%;   
}
.download.wav-file {
    margin-left: 0.5%;  
}


.downloadSingle {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 2px;
    display: block;
}

.dark .downloadSingle {
    box-shadow: 0 9px 9px 0 rgb(0 0 0 / 10%), 0 0 29px 0 rgb(0 0 0 / 10%);
}

.downloadRedirect {
    margin-bottom: 15px;
}

.button-subline {
    font-size: 15px;
    margin-top: 5px;
}

.button-subline-track {
    font-size: 14px;
    margin-top: 6px; 
}

@media all and (max-width: 400px) {
    .button-subline {
        font-size: 10px;
    }
}

@media all and (min-width: 401px) and (max-width: 500px) {
    .button-subline {
        font-size: 11px;
    }
}


@media all and (min-width: 501px) and (max-width: 600px) {
    .button-subline {
        font-size: 12px;
    }
}


/* Color of the buttons in music track page */
.track .download,
.track .downloadSingle {
    background: rgb(187,187,187);
    background: linear-gradient(0deg, rgba(187,187,187,0.6) 0%, rgba(119,119,119,0.6) 50%, rgba(170,170,170,0.6) 100%);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    filter:progid:DXImageTransform.Microsoft.Shadow(none);
}

.dark .track .download,
.dark .track .downloadSingle {
    background: linear-gradient(0deg, rgba(187,187,187,0.4) 0%, rgba(119,119,119,0.5) 50%, rgba(170,170,170,0.4) 100%);
}


/* PAGES */

.page_button,
.page_button_fade {
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px; 
    -o-border-radius: 12px;
    -khtml-border-radius: 12px;
    background-color: #168936;
    color:#FFF;
    border: solid 2px #ffffff;
    padding: 0 8px;
    margin: 5px 4px;
    line-height: 38px;
    font-weight: 500;
    min-width: 22px;
    text-align: center;
    display: inline-block;
    -webkit-appearance: none !important;
}

.page_button {
    cursor: pointer;
    box-shadow: 0 0 5px rgba(66,66,66,0.7);
    -moz-box-shadow: 0 0 5px rgba(66,66,66,0.7);
    -webkit-box-shadow: 0 0 5px rgba(66,66,66,0.7);
    -o-box-shadow: 0 0 5px rgba(66,66,66,0.7);
    -khtml-box-shadow: 0 0 5px rgba(66,66,66,0.7);
    text-shadow: 1px 1px 1px #444;
}

.page_button_fade {
    opacity: 0.6;
    box-shadow: 0 0 5px rgba(66,66,66,0.5);
    -moz-box-shadow: 0 0 5px rgba(66,66,66,0.5);
    -webkit-box-shadow: 0 0 5px rgba(66,66,66,0.5);
    -o-box-shadow: 0 0 5px rgba(66,66,66,0.5);
    -khtml-box-shadow: 0 0 5px rgba(66,66,66,0.5);
    text-shadow: 1px 1px 1px #888;
}

.dark .page_button,
.dark .page_button_fade {
    background-color: #444444;
    border: solid 2px #aaaaaa;
}

.dark .page_button {
    color: #dddddd;
}


#pages a:hover {
text-decoration: none;
}

#pages {
margin: 40px auto 10px auto;
table-layout: fixed;
}

#pages td {
font-size: 15px;
line-height: 36px;
padding: 0 10px;
text-align: center;
}

#pages td a {
display: inline-block;
}

@media all and (max-width: 640px) {
  .labelPage,
  .numberButton {
    display: none !important;
  }
  .arrowButton,
  .arrowButton span {
    padding: 10px 15px !important;
    font-size: 24px;
  }
}

/* SEARCH SUGGESTIONS */

::-webkit-input-placeholder { font-style:italic;}
::-moz-placeholder { font-style:italic;} /* firefox 19+ */
:-ms-input-placeholder { font-style:italic;} /* ie */
input:-moz-placeholder { font-style:italic;}



#search {
width: 100%;
height: 40px;
background-image: url("../images/search-bg.jpg");
background-repeat: no-repeat;
padding: 7px 6px;
margin: 0 0 10px 0;
position: relative;
z-index: 1100;
-webkit-box-sizing: padding-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: padding-box;    /* Firefox, other Gecko */
box-sizing: padding-box;
}


.break { clear:both; }


#searchform { 
font-size:18px; 
float: right; 
text-align: left;
-webkit-box-sizing: padding-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: padding-box;    /* Firefox, other Gecko */
box-sizing: padding-box;         /* Opera/IE 8+ */
}

#searchform div { color:#eeeeee; }
#searchform div input { font-size:12px; padding:5px; width:398px; margin: 0 3px; 0 0; height: 13px; border: 1px solid #104372;}
#suggestions { 
position: absolute; 
left: 1px; 
top: 23px; 
display:none;
-moz-box-shadow:1px 1px 9px #333 !important;
-webkit-box-shadow:1px 1px 9px #333 !important;
box-shadow:1px 1px 9px #333 !important;
filter:progid:DXImageTransform.Microsoft.Shadow(color='#333 ',direction='120',strength='3') !important;
}

#search-cont {
position: relative;
}

.search-label {
font-style: italic;
float: right;
font-size:12px;
line-height: 26px;
margin: 0 10px 0 0;
color: #FFF;
text-shadow: 0 -1px 1px #003263;
}

/* SEARCHRESULTS */
#searchresults { border-width: 0 1px 1px 1px; border-color:#dedede; border-style:solid; width: 263px; background-color: #F0F0F6; font-size: 15px; line-height: 36px; padding: 0; margin: 0; text-shadow: none;}
#searchresults a { display:block; background-color: #f6faff; clear:left; height:36px; text-decoration:none; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; cursor: pointer; cursor: hand; z-index: 1100; border-bottom: 1px solid #dedede;}
#searchresults a:hover { background-color:#558ADB; color:#ffffff; }
#searchresults a img { float:left; padding:5px 10px; }
#searchresults a span.searchheading { display:block; color:#003263; padding-left: 12px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; z-index: 1100;}
#searchresults a:hover span.searchheading { color:#ffffff; }
#searchresults a span { color:#555555;}
#searchresults a:hover span { color:#f1f1f1; }
#searchresults span.category { font-size:12px; padding:2px 2px 2px 15px; display:block; color:#ffffff; font-weight: 500; background-color:#A9B3C3; }
#searchresults span.seperator { float:right; padding-right:15px; margin-right:5px;
			background-image:url(../images/shortcuts_arrow.gif); background-repeat:no-repeat; background-position:right; text-shadow: 1px 1px 1px #556677;}
#searchresults span.seperator a { background-color:transparent; display:block; margin:5px; height:auto; color:#ffffff; }


/* END SEARCH SUGGESTIONS */


.submitForm input,
.submitForm textarea {
    margin-top: 10px;
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.submitLeft {
width: 537px;
display: inline-block;
}

.submitRight {
width: 500px;
display: inline-block;
float: right;
vertical-align: top;
text-align: center;
}

@media all and (max-width: 1974px) {
  .submitRight {
    display: none;
  }
  .submitLeft {
    width: 100%;
  }
}


/* Merchandise */

.mchSubLineCont {
    width: 100%;
}

.mchSubLine {
    width: 100%;
    padding: 14px 0 6px 0;
    font-size: 15px;
    line-height: 24px;
    color: #767676;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
}

.dark .mchSubLine {
    color: #ffffff;
}

.audioCont .mchSubLineCont .mchSubLine,
.track .mchSubLineCont .mchSubLine {
    color: #ffffff;
    padding: 10px 0;
}

.track .mchSubLine {
    background: rgba(181,181,181,0.6);
}





/* adBanner */

.adBannerCont {
    width: 100%;
    height: 120px;
    padding: 10px;
    color: #ffffff;
    border: 3px solid #ffffff;
    table-layout: fixed;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    box-shadow: 1px 1px 10px #cccccc;
}

.dark .adBannerCont {
    color: #dddddd;
    border: 3px solid #aaaaaa;
    box-shadow: none;
}

.adBannerCont .abtd1 {
    position: relative;
    width: 110px;
    text-align: center;
}

.abads {
    position: absolute;
    top: -8px;
    left: -3px;
    z-index: 100;
    background-color: #444444;
    color: #ffffff;
    border: 1px solid #ffffff;
    font-size: 11px;
    padding: 0 6px 2px 6px;
    text-shadow: 1px 1px 1px #5E5E5E;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.adBannerCont .abtd4 {
    width: 140px;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
}

/* Spotify playlist cell */
.adBannerCont .abtd4 .spotifyPlaylistLabel {
    margin-right: 50px;
    margin-left: 20px;
    font-size: 20px;   
    line-height: 26px;
}

.adBannerCont .abName,
.adBannerCont .abAuthor {
    font-size: 18px;  
    line-height: 28px;
    margin-left: 10px;
    font-weight: 500;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;

}

.adBannerCont .abtd2 {
    width: 50%;
}

.adBannerCont .abtd3 {
    width: 50%;
    padding: 0 30px;
}

@media all and (max-width: 800px) {
  .adBannerCont .abtd3 {
    display: none;
  }
  .adBannerCont .abtd2 {
    width: 100%;
  }
}

@media all and (max-width: 500px) {
  .adBannerCont .abtd4 {
    width: 100px;
    font-size: 18px;
  }
}



.adBannerCont .abDesc {
    font-size: 17px;  
    line-height: 22px;
    font-weight: 400;
    text-align: center;
}

.adBannerCont .abAuthor {
    font-size: 17px;
    font-style: italic;
    font-weight: 400;
}

.adBannerCont .abtd1 img {
    width: 96px;
    height: 96px;
    margin-left: 5px;
    vertical-align: middle;
    border: 3px solid #ffffff;
    box-shadow: 0 9px 9px 0 rgb(0 0 0 / 10%), 0 0 29px 0 rgb(0 0 0 / 10%);
    -moz-border-radius: 14px;
	 -webkit-border-radius: 14px;
	 border-radius: 14px;
}

.dark .adBannerCont .abtd1 img {
    border: 3px solid #aaaaaa;
}







/* Best Offers & Playlists Banner in music track page */

.boBanner,
.plBanner {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.boBanner img,
.plBanner img {
    width: 100%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}


.boSticker,
.plSpotify {
    animation: bounce 12s infinite;
    transform: scale(1);
}

.boSticker {
    position: absolute;
    top: -25px;
    right: -31px;
    background: url(banners/bo-sticker.png);
    background-size: 100px 60px;
    width: 100px;
    height: 60px;
}

.plSpotify {
    position: absolute;
    top: -15px;
    right: -15px;
    background: url(images/spotify.png);
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
}

@keyframes bounce {
  0% { transform: scale(1); }
  2% { transform: scale(1.15); }
  4% { transform: scale(0.75); }
  6% { transform: scale(1.1) }
  8% { transform: scale(1) }
  100% { transform: scale(1) }
}


/* Similar to popular */

.popularMusicCont {
    display: flex;
    flex-wrap: wrap;
    padding: 14px 20px;
    border-bottom: 1px dotted #555555;
}

.popularMusicWrapper .popularMusicCont:first-child {
    border-top: 1px dotted #555555;  
}

.popularMusicAvatar {
    margin-right: 20px;
    width: 60px;
    height: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
}

@media all and (max-width: 500px) {
    .popularMusicAvatar {
        display: none;
    }
}

.popularMusicTitle {
    flex: 1;
    align-items: center;
    justify-content: center;
    color: #555555;
    min-width: 200px;
    font-size: 24px;
    font-weight: 500;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.popularMusicAuthor {
    color: #555555;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dark .popularMusicTitle,
.dark .popularMusicAuthor {
    color: #ffffff;
    text-shadow: 1px 1px 1px #666;
}

.similarTracksLabel {
    flex: 1;
    justify-content: center;
    align-self: center;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px; 
    -o-border-radius: 12px;
    -khtml-border-radius: 12px;
    background-color: #168936;
    color:#FFF;
    border: solid 2px #ffffff;
    padding: 10px 20px;
    margin: 14px 0;
    min-width: 200px;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    -webkit-appearance: none !important;
}

.dark .similarTracksLabel {
    color: #dddddd;
    background-color: #282828;
}



/* Playlists & Pages */

.playlistsContWrapper {
    display: flex;
}

.playlistsCont {
    width: 50%;
    padding: 30px;
    margin: 0 20px;
    border: 3px solid #888888;
    border-radius: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dark .playlistsCont {
    border: 3px solid #ffffff;    
}

@media all and (max-width: 1030px) {
    .playlistsContWrapper {
        display: block;
    }
    .playlistsCont {
        width: 100%;
    }
    .playlistsCont {
        margin: 20px 0;   
    }
}

.playlistsCont h2 {
    font-weight: 500;
    margin: 0 auto 20px auto;
    padding: 10px 20px;
    border-radius: 10px;
    color: #ffffff;
    text-shadow: 1px 1px 2px #333333;
}

.playlistsCont h3 {
    margin: 25px 0 20px 0;
}

.playlistsCont.free h2 {
    background-color: #3f704d;
}
.playlistsCont.premium h2 {
    background-color: #b8860b;
}

.playlistsCont.premium img.rfmbpIMG {
    display: block;
    width: 60%;
    max-width: 300px;
    border: 2px solid #aaaaaa;
    box-shadow: 1px 1px 5px #000000;
    margin: 25px auto;
    border-radius: 8px;
}

.formCont img.rfmbpIMG {
    display: block;
    width: 100%;
    border: 2px solid #aaaaaa;
    box-shadow: 1px 1px 5px #000000;
    border-radius: 12px;
    margin: 25px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.playlistsCont.premium .premiumButton {
    width: 50%;
    background-color: #b8860b;
    font-weight: 500;
    margin: 15px auto;
    display: block;
    text-align: center;
    padding: 10px 20px;
    border-radius: 10px;
    text-shadow: 1px 1px 2px #333333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.checksCont {
    width: 270px;
    margin: 0 auto;
}

.checksCont span {
    font-size: 18px;
    font-weight: 500;
    color: #b8860b;
}

.playlistsCont.premium .premiumButton a {
    display: inline-block;
    color: #ffffff;
    width: 100%;
}


.playlistsTitle {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pgTitle,
.playlistsTitle {
    text-align: center;
    font-weight: 500;
}

.pgSubTitle,
.playlistsSubTitle {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}


.playlistTitleWrapper {
    display: flex;
    flex-wrap: wrap;    
}

.playlistTitle {
    display: flex;
    align-items: center;
    margin: 10px 0;
    width: 50%;
}

.playlistName {
    margin: 0 15px;   
}

@media all and (max-width: 560px) {
    .playlistTitle {
        width: 100%;
    }
    .playlistName {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;   
    }
    .playlistsCont.premium .premiumButton {
        width: 100%;
    }
}

.playlistImgCont {
    height: 40px;   
}

.playlistImg {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border: 2px solid #ffffff;
}

/* FAQ */

.faqLayout {
    width: 100%;
}
.faqAcc {
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 1px solid #767676;
}
.faqAcc__q p {
    margin: 5px;
    padding: 0;
}
.faqAcc__a p {
    margin: 12px 5px 5px 5px;
    padding: 10px;
    color: white;
    background: #606060;
    border-radius: 10px;
}
.faqAcc:hover {
    cursor: pointer;
}
.faqAcc__a {
    display: none;
}
.faqAcc.active .faqAcc__a {
    display: block;
}


/* FSM Team Playlist */

.pageFSMTeamPlaylistHead {
    font-size: 24px;
    text-align: center;
    margin: 10px 0 30px 0;
    line-height: 38px;
}




/* vmm */

a.vmm-button,
a.vmm-button-listing {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    background: #f1f3f4;
    background: rgba(241, 243, 244, 0.75);
    color: #3f3f40;
    border-radius: 40px;
    margin-left: 15px;
    text-shadow: 1px 1px 2px #ffffff;
    padding: 0 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 17px;
    font-weight: 500;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media all and (max-width: 860px) {
    a.vmm-button,
    a.vmm-button-listing {
        flex-basis: 1000px;   
    }
}

a.vmm-button-listing {
    display: none;
}

.buy-single-license-for-any-platform-page  a.vmm-button-listing,
.buy-license-page a.vmm-button-listing {
    display: block;
}

.musicExpand a.vmm-button-listing {
    display: inline-block;
}

.vmm-container {
    display: flex;
    width: 100%;
    margin-top: 10px;
}

.vmm-video-container {
    position: relative;
    background-color: #333333;
    width: 55%;
    align-items: center;
    justify-content: center;
}

.vmm-video-container video {
    display: block;
    width: 100%;
    height: auto;
    max-height: 555px;
}

.vmm-music-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 3px 20px;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media all and (max-width: 700px) {
    .vmm-container {
        display: block;
    }
    .vmm-video-container {
        width: 100%;
    }
    .vmm-video-container video {
        max-height: 300px;    
    }
    .vmm-music-list {
        padding: 3px 10px 3px 0;   
        margin-top: 10px;
    }
}

#videoInputFrameCont .vmmInputCont {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    width: 100%;
    text-align: center;
}

@media all and (max-width: 700px) {
  #videoInputFrameCont .vmmInputCont {
    display: none;
  }
}

.vmm-music-item {
    display: flex;
    color: #eeeeee;
    padding: 8px;
    margin: 5px 0;
    border: 2px solid transparent;
    border-radius: 10px;
    text-shadow: 1px 1px 1px #666;
    cursor: pointer;
}
.dark .vmm-music-item {
    color: #dddddd;
}
.vmm-music-item.active,
.vmm-music-item:hover {
    color: #ffffff;
    border: 2px solid #ffffff;
    box-shadow: 0 0 6px #666666;
}
.dark .vmm-music-item.active,
.dark .vmm-music-item:hover {
    color: #ffffff;
    border: 2px solid #ffffff;
    box-shadow: none;
}

.vmm-music-item:hover,
.dark .vmm-music-item:hover {
    border: 2px dotted #ffffff;   
}

.active.vmm-music-item:hover,
.active.dark .vmm-music-item:hover {
    border: 2px solid #ffffff;   
}


.vmm-music-avatar {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    border-radius: 6px;
    border: 2px solid #eeeeee;
    object-fit: cover;
    box-shadow: 0 9px 9px 0 rgb(0 0 0 / 10%), 0 0 29px 0 rgb(0 0 0 / 10%);
    transition: border-radius .4s ease-in-out,filter .4s ease-in-out;
}

.active .vmm-music-avatar {
    border: 2px solid #ffffff;
}

.playing .vmm-music-avatar {
    border-radius: 100%;
    animation: 4s linear infinite avatar-rotation;
}

.paused .vmm-music-avatar {
    border-radius: 100%;
    animation-play-state: paused;
}

.vmm-music-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    min-width: 0;
}

.vmm-music-title {
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vmm-music-author {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vmmInputCont input {
    border: 0;
    font-size: 16px;
    height: auto;
    border-radius: 0;
    background: none;
    padding: 0;
    width: 210px;
}

.vmmTrackButton {
    display: none; 
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
}

.active .vmmTrackButton {
    display: block; 
}

@keyframes avatar-rotation {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}



