﻿html{
	
		background-color:#000000;
        font-family: 'Archivo Narrow', sans-serif !important;
/*	background: url("../images/background.jpg") repeat;*/
	background-size: 4px 4px;
}
  body {
      margin: 0px;
	background-color:#000000;
	color:#ffffff;
      font-family: "Montserrat", sans-serif;
     /* background: url("../images/background.jpg") repeat;*/
	background-size: 4px 4px;
	  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  }
  .container {
      min-width: 300px;
      width: 100%;
  }
  .header img {
         
    min-width: 300px;
    height: auto;
    display: block;
    margin: 0 auto;
    width: inherit;
    max-width: 600px;
    width: 30%;
  }
  .header {
      background: black;
      padding: 30px;
      padding-bottom: 10px;
    border-bottom: 2px solid #fec628;
    background: #000000;
  }
  .nav {
      color: white;
      width: 1400px;
      margin: 0 auto;
      max-width: 100%;
      display: inline-block;
  }
  .nav a {
      color: white;
      text-decoration: none;
      float: right;
      cursor: pointer;
      /*font-weight: bold;*/
  }
  .containt {
      margin-top: 20px;
	  margin-bottom: 20px;
      color: #fec628;
      text-align: center;
      font-size: 17px;
  }
  .contentHeading{
	      margin-top: 0px;
      font-weight: bold;
    color: #fec628;
    text-align: center;
    font-size: 17px;
  }
  .containtTitle {
      font-weight: bold;
      font-size: 18px;
		color:#fec628;	
		margin:0px;	
        }
		.contentTitleOuter{
			display:inline-block;
		}
		
		.containtTitleHR{
			border-top:1px solid #fec628;
			margin:0px;
		}
  p {
      margin: 3px;
  }
  
  .mainContaint {
      text-align: center;
      padding: 10px;
padding-bottom:40px;
  }
  .containtAudio {
      width: 700px;
      max-width: 100%;
      margin: 0 auto;
  }
  .audioListParent {
      margin: 20px;
      width: 100%;
      margin-left: 0px;
      padding: 20px 0px;
      /*padding-left: 5px;
    padding-right: 0px;*/
      
      border: 2px solid #fec628;
      border-radius: 5px;
	  background:#1a1a1a;
  } .audioListParentSong {
      margin: 20px;
      width: 100%;
      margin-left: 0px;
     /* padding: 20px 0px;
      padding-left: 5px;
    padding-right: 0px;*/
  }
  .audioList, .audioListSong1 {
      height: 222px;
      overflow-y: hidden;
  }
  .audioListSong {
      /*height: 120px;*/
      overflow-y: hidden;
  }
  .audioList p:hover, .audioListSong-nonuse p:hover{
 color: #000000 !important;
    background: #fec628 !important;
	opacity:1 !important;
  }
  .audioList p,.audioListSong-nonuse p {
          color: #000000;
    background: #FFFFFF;
      padding: 5px;
      /*font-weight: bold;*/
      font-size: 16px;
      cursor: pointer;
      margin: 5px;
      margin: 0px 20px;
      margin-bottom: 2px;
      margin-top: 2px;   
	  background: #000000;
    color: #FFF;
    border: 1px solid #585858;
	opacity:1 ;
  }
  .audioListActive {
             color: #000000 !important;
    background: #fec628 !important;
    cursor: default !important;
    /* opacity: 0.7 !important; */
    border: 1px solid #0f4789;
  }
  .audioPlayer, .audioPlayerSong {
      padding: 10px;
      margin: 20px auto;
  }
  #audioPlayer, #audioPlayerSong {
      margin: auto;
  }
  .jwplayer {
      width: 100% !important;
      max-width: 300px;
      min-width: 250px;
	  margin:auto !important;
  }
  .musicComposerList{
	  font-size:17px;
  }
		.musicHeading, .perFormHeading, .lyricsHeading{
			color:#ffffff;
			margin-top:10px;
	
		}
		
		.hideElement{
			display:none; !important;
		}
  @media only screen and (max-width: 767px) {
      .header {
          border-bottom: 2px solid #fec628;
	  background: #000000;
          padding: 20px;
          padding-bottom: 10px;
      }
  }
  .musicComposerListLeft {
      display: block;
      margin: 2px;
  }
  .musicComposerListRight {
      display: inline-block;
      vertical-align: top;
      text-align: center;
	  color:#ffffff;
  }
  .musicComposerListRight p {
      margin-left: 0px;
  }
  
  
  footer {
  display:none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 4;
  height: 40px;
  width: 100%;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.16), 0px 2px 5px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.16), 0px 2px 5px rgba(0, 0, 0, 0.26);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  background: #000000;
  color:#FFFFFF;
  border-top: 2px solid #fec628;
}

@media (max-width: 900px) {
  footer {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /*height: 50px;*/
  }
}

footer .copyright > img, footer .copyright > svg {
    margin-right: 1px;
    height: 14px;
	margin-bottom:-2px;
}
footer .copyright {
  margin-left: 24px;
  /* font-family: 'Archivo Narrow', sans-serif !important; */
  font-size: 0.7em;
  opacity:0.8;
}

@media (max-width: 900px) {
  footer .copyright {
    margin-left: 0;
    margin-top: 1px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 570px) {
  footer .copyright {
    /* font-family: 'Archivo Narrow', sans-serif !important; */
    font-size: 0.65em;
  }
}

@media (max-width: 470px) {
  footer .copyright {
    /* font-family: 'Archivo Narrow', sans-serif !important; */
    font-size: 0.625rem;
  }
}

footer .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 32px;
}

@media (max-width: 900px) {
  footer .links {
    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;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 12px 0 12px;
  }
}

@media (max-width: 570px) {
  footer .links {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 12px 2px 12px;
  }
}

footer .links .wb-links, footer .links .site-links {
  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;
}

@media (max-width: 900px) {
  footer .links .wb-links, footer .links .site-links {
    margin-bottom: 2px;
  }
}

@media (max-width: 570px) {
  footer .links .wb-links, footer .links .site-links {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0;
    height: 15px;
  }
}

footer .links .link {
  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;
		  
	margin:0px 5px;
}

footer .links a {
  text-align: center;
  display: inline-block;
  text-decoration: none;
  color: black;
  -webkit-transition: color 200ms linear;
  transition: color 200ms linear;
  color: #FFFFFF;
  /* font-family: 'Archivo Narrow', sans-serif !important; */
  font-size: 0.65em;
  font-weight: 600;
  cursor:pointer;
  opacity:0.8;
}

footer .links a:hover, footer .links a:active {
  color: white;
}

@media (hover: none), (hover: on-demand) {
  footer .links a:hover {
    color: black !important;
  }
  footer .links a:active {
    color: white !important;
  }
}

@media (max-width: 570px) {
  footer .links a {
    /* font-family: 'Archivo Narrow', sans-serif !important; */
    font-size: 0.65em;
  }
}

@media (max-width: 470px) {
  footer .links a {
    /* font-family: 'Archivo Narrow', sans-serif !important; */
    font-size: 0.65em;
  }
}

footer .links .divider {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  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;
}

footer .links .divider .bar {
  height: 12px;
  width: 1px;
  background: rgba(0, 0, 0, 0.4);
}

@media (max-width: 570px) {
  footer .links .divider .bar {
    height: 10px;
  }
}

@media (max-width: 470px) {
  footer .links .divider .bar {
    height: 8px;
  }
}

@media (max-width: 570px) {
  footer .links .divider.no-show-narrow {
    display: none !important;
  }
}
