* {
  margin: 0;
  padding: 0px;
  font-family: arial;
  text-decoration: none;
}
.followlist{
  position: absolute;
  color: #fff;
  font-weight: 600;
  font-size: 25px;
  right: 20px;
  list-style: none;
}
body {
  padding: 0;
  margin: 0;
}

p{
  margin:0;
}

.contacts{
  margin-top: 10px;
}

.songDetails{

}

.emailStoreResults{
  font-size: 14px;
  color:red;
background-color: #222;

opacity: 0;
transition: 3s;
}

.contacts p{
  color:#fff;
}

.messageCenter{
  position: absolute;
}

.pageNotFound{
  color: #fff;
  text-align: center;
  margin: 120px auto;
  background-color: #345;
  font-size: 15px;
}

.homepageSongLinks {
  background-color: #345;
}

.AllContentContainer {
  position: relative;
  background-color: #000;
}
@media only screen and (max-width:768px)
{
  .AllContentContainer{
padding-bottom:320px;
  }

}

@media  only screen and (min-width:768px){
  .AllContentContainer{
      padding-bottom:146px;

  }

}
#table {
  width: 100%;
}

.row {
  padding: 0;
  margin: 0;
}

.profileAnchorLink {}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: italic;
  text-align: center;
}

.btn-danger {
  background-color: #e74c3c;
}

.btn-danger:hover {
  background: #c0392b;
  border: solid .1px #ecf0f1;
}
.zero-padding{
  padding: 0;
}


.logo {
  font-weight: bold;
  font-size: 30px;
}

.logo:hover {
  color: #bdc3c7;
}

a {
  font-family: arial;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 549;
}

.searchBar {
  border: 0px;
  border-radius: 10px;
  position: absolute;
  top: 8px;
  width: 400px;
  height: 35px;
  right: 40px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  background-color: #c0392b;
  width: 100%;
  padding: 5px;
  z-index: 15;
}

header a {
  position: relative;
  left: 20px;
  display: flex;
  font-size: 28px;
  align-items: center;
  color: #fff;
}

a:hover {
  text-decoration: none;
}

h3 {
  color: #fff;
  z-index: 10;
}

/****MENUS****/
#liveStream {
  color: #cc042c;
}

#liveStream:hover {
  color: #bdc3c7;
}

.mobileNavMenu {
  position: fixed;
  top: 50px;
  background: #000;
  height: 0;
  visibility: hidden;
  width: 100%;
  transition: all .2s ease-in-out;
  z-index: 250;
  padding: 5px;
}

.mobileNavMenu ul {
  visibility: hidden;
  padding-left: 10px;
    z-index: 10 !important;
}

.mobileNavMenu ul li {
  line-height: 50px;
  list-style: none;
    z-index: 10 !important;
}

.mobileNavMenu ul li a{
  display: block;
}

.mobileNavMenu ul li a {
  transition: all .3s ease-in-out;
    z-index: 10 !important;
  opacity: 0;
}

/*****
/***************LEFT MENU **************/
.topLeft {
  background: #c0392b;
  width: 100%;
}

.contact-mail {
  font-size: 13px;
  padding: 3px;
  margin: 2px 5px;
  color: #fff;
  width: 200px;
}

.profile {
  text-align: center;
}

.profile a {
  font-size: 13px;
}

.profile a:hover {
  color: #bdc3c7;
}

.menuContentWidth {
  position: fixed;
  margin-top: 50px;
  padding: 0px;
  display: none;
  background: #000;
}

.left-menu {
  height: 100vh;
  padding: 0px;
}

.left-menu ul {
  list-style-type: none;
  padding: 0px;
  margin-top: 0px;
}

.left-menu ul li {
  padding: 10px;
  width: 100%;
  font-weight: bold;
  left: 0;
  display: block;
  color: #fff;
  transition: 0.6s;
}
.left-menu ul li a{
  display: block;
}
.left-menu ul li a:hover {
  color: #fff;
  text-decoration: none;
}

.left-menu ul li a {
  color: #fff;
}

.left-menu ul li:hover {
  background: #c0392b;
  cursor: pointer;
  transform: perspective(50em);
  transform: rotateX(360deg);
  delay: .5s;
  transition: .7s ease-in;
}

.credits {
  padding: 5px;
  text-align: center;
  font-size: 11px;
  font-style: italic;
  margin-top: 100px;
}

.credits {}

.specialCredits {
  color: #fff;
}

@media only screen and (min-width:768px) {
  .menuContentWidth {
    display: block;
  }

  .mobileNavMenu {
    display: none;
  }
}

/***************END OF LEFT MENU********************/
/***********************MOBILE MENU****************************/
.musicPlayerVibes {
  display: flex;
  justify-content: center;
  padding: 10px;
}

.bookingsBtn {
  position: relative;
  left: 65px;
  display: none;
}

#mobileMenuBtn {
  position: inherit;
  margin-right: 10px;
  right: 20px;
  width: 40px;
  display: none;
  height: 40px;
  background-image: url("../images/menuBtn.png");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
  z-index: 1000;
}

@media screen and (max-width:767px) {
  #mobileMenuBtn {
    display: block;
  }
}

@media screen and (max-width:768px) {
  .searchBar {
    display: none;
  }
}

/***********************END OF MOBILE MENU****************************/
/**********************MAIN CONTENT***********************************/
.mainContent {
  position: absolute;
  margin-top: 50px;
  background-color:#000;
  right: 0;
    min-height: calc(100% - 30px);
}
.board{

}
.topContent {
  background-color: #000;
  overflow: hidden;
}

.banner {
  position: relative;
  height: 300px;
  display: flex;
  justify-content: center;
  background-image: url('../../assets/images/backgrounds/performances.jpg');
  object-fit: fill;
}

.banner img {
  height: inherit;
  position: absolute;
  box-shadow: 2px 2px 5px;

}

@media only screen and (max-width:415px) {
  .banner IMG {
    width: 100%;
  }
}

@media only screen and (min-width:768px) {
  .banner {
    height: 585px;
  }
}

.backgroundOverlay {
  height: inherit;
}

.contentContainer {
  min-height: 100%;
  width: 100%;
}

/*******************************additionalContent********************************/
.additionalContent {
  background: #blue;
  width: 100%;
  height: 100%;


}



.additionalContent .heading {
  color: #ecf0f1;
  padding-top: 10px;
}

.homeSelectedHotList ul li {
  list-style: none;
  color: #ecf0f1;
}

.lead {
  font-size: 14px;
}

/********************************************INDEX THUMBNAILS***********************************/
.thumbnailTitles {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}

.thumbnails {
  position: relative;
  width: 100%;
  padding: 0;
}

#table {
  display: table;
}

.th {
  display: table-header-group;
}

.tr {
  margin-top: 100px !important;
  display: table-row;
}

.td {
  display: table-cell;
  word-break: keep-all;
  padding: 2px;
}

.td li {
  padding: 3px
}

.td:last-child {
  width: 50px;
  text-align: center;
}

.thumbnails ul li {
  color: #fff;
  list-style: none;
}

.thmb1 {
  position: relative;
  background-image: url('../../assets/images/backgrounds/singing.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.thmb2 {
  position: relative;
  background-image: url('../../assets/images/backgrounds/original.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.thmb3 {
  position: relative;
  background-image: url('../../assets/images/backgrounds/performances.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.contentOverlay {
  background-color: rgb(0, 0, 0);
  opacity: .5;
  width: 100%;
  height: 100%;
  position: absolute;
}


.HotList {
  position: relative;
}

.streamMusicBtn {
  background: #fff;
}

.buyBtn {
  border-right: 2px solid #c0392b;
}

.streamMusicBtn {
  list-style: none;
  margin-top: 3px;
  padding: 5px;
  display: none;
  transition: ease-in-out;
}

.streamMusicBtn li:hover {
  background-color: #c0392b;
  cursor: pointer;
  color: #fff;
}

.td span {}

.HotList span {
  font-size: 10px;
  color: #fff;
}

.HotList li {
  font-size: 16px;
}

.siteWhite {
  z-index: 10;
}

.contentOverlay:hover {
  opacity: 0;
  cursor: pointer;
  transition: .4s;
}

/********************************SECOND CONTENT**************************************/
.secondContentTitle {
  background: #1d1f1d;
  padding-top: 10px;
  text-transform: uppercase;
  color: #fff;
}

/*************************JAJAH MAHN SOCIAL************************************/
.social-links {
  display: flex;
  justify-content: center;
}

.social-links i {
  font-size: 30px;
  padding: 10px;
  color: #fff;
}

.fa-facebook:hover {
  color: #3b5998;
}

.fa-twitter:hover {
  color: #00acee;
}

.fa-youtube:hover {
  color: #FF0000;
}

.fa-instagram:hover {
  color: rgb(138, 58, 185);
}

.watchHere{
  color: #222;
}

/******************************MUSIC PAGE**************************************/
.musicThumbnails {
  overflow: hidden;
  padding: 10px;
}

.musicThumbnails img {
  width: 100%;
  height: 100%;
}

/************Overlay Upon Hover to give Spot light to the Define Title*********/
.musicContentOverlay {
  background-color: rgb(0, 0, 0);
  opacity: 0;
  transition: .4s;
  width: 100%;
  height: 100%;
  position: absolute;
}

.musicContentOverlay:hover {
  background-color: rgb(0, 0, 0);
  opacity: .8;
  width: 100%;
  height: 100%;
  position: absolute;
}

.albumDetails {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.albumDetails p {
  color: #fff;
  font-size: 26px;
}

/***********************END OF MUSIC PAGE STYLE********************************/
/****************************BIO***********************************************/
.bioBackground {
  background-image: url('../../assets/images/backgrounds/performances.jpg');
  background-size: cover;
  color: #fff;
  ] overflow: hidden;
}
.bioLead{
  font-weight: 600;
}

.bioTextOverlay {
  background-color: rgba(0, 0, 0, 0.5);
}

.bioBanner{
    background-image: url('../../assets/images/backgroundBanner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width:100%;
    padding:20px;
}

.bioInforSec{
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.5);

}

.bioInforSec p{
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  font-family: arial;
  font-weight: 600;

}

.bioBanner img{
  margin-left: -10px;
  width:120px;
  border-radius: 60px;
  transition: .4s;
}

.bioBanner img:hover{
border-radius: 50px;
  cursor: pointer;
}

.bioInforSec i{
  color: #d63031;
}



/****************************************SELECTED TRACKS ACTION***********************************/


/*************************************HANDLING UNFINISHED PAGES*****************/
.unfineshedPagesOverlay {
  visibility: collapse;
  display: flex;
  border-radius: 509px;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  z-index: 15;
  transition: .3s ease-out;
}

@media only screen and (max-width:320px) {
  .shopUnfineshedPagesOverlay>.messageBox {
    top: 100px;
    width: 95%;
    margin: 0 auto;
  }

  .shopUnfineshedPagesOverlay>.messageBox p {
    color: red;
  }
}

@media only screen and (max-width:768px) {
  .shopUnfineshedPagesOverlay>.messageBox {
    width: 95%;
    top: 70px;
    display: block;
  }
  .shopUnfineshedPagesOverlay>.messageBox p{
    font-size: 10px;
  }
  .emailSubmit{
    width: 100%;
    margin-left: 5px;
    margin-top: 10px;
  }

  .emailStoreResults{
    margin-top: -10px;
  }
  {
    font-size: 12px;
  }

}

.shopUnfineshedPagesOverlay {
  display: flex;
    border-radius: 10px;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  z-index: 2;
  transition: .3s ease-out;
}

.shopUnfineshedPagesOverlay>.messageBox {
  z-index: 118;
  border-radius: 10px;
  transition: .6s;
  box-shadow: 2px 2px 10px;
}

.shopUnfineshedPagesOverlay>.messageBox:hover{
  z-index: 118;
  border-radius: 10px;

    box-shadow: 2px 2px 10px red;
}

.shopUnfineshedPagesOverlay>.messageBox>p {
  color: #333;
  font-size: 25px;
}

.shopUnfineshedPagesOverlay>.messageBox .emailForNotification {
  font-size: 16px;
}

.closeaction {
  position: relative;
  display: block;
}

.closeaction>.fa-close {
  position: absolute;
  right: 0;
  color: #222;
}

.messageBox {
  position: fixed;
  top: 220px;
  padding: 30px;
  z-index: 10;
  font-size: 20px;
  text-align: center;
  background-color: #fff;
  color: #fff;
}

.messageBox hr {
  visibility: hidden;
}

.streamMsg p {
  font-size: 16px;
  color: #222;
}

.emailForNotification {
  font-size: 16px;
}

/*************************************FOOTER SECTION***************************/
.footerContent {
  text-align: center;
  padding: 10px;
}

.footer {
  position: absolute;
  width: 100%;
  background-color: #000;
  padding: 15px;
  margin-top: -150px;
  height: auto;
  bottom: 0 ;
}

@media only screen and (min-width:360px) {
  .footer{

    padding:25px;
  }
}

.footer p {
  color: #fff;
  padding: 0;
  font-size: 14px;
}

.footer p a {
  color: #fff;
  font-size: 14px;
}

.PlayerBottom{
  bottom:0;
}

/*******CONTACTS**************/

.newsletter{

background-color: #fff;


}

.newLetterContents{

  display: flex;
  justify-content: center;
}

.textInput{

  display: block;
}

.newsLetterSubmit{
  display: block;
  text-align: center;
}
