html,
body {
    padding: 0;
    margin: 0;
    height: 100;
}

* {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
}

body {
    background-color: #fff;
    /*background-color: #f6c500;
	background-image: linear-gradient(to right, rgba(246,193,0,0), rgba(246,193,0,1));*/
    font-size: 14px;
    /* min-width: 720px; */
}


/*MUSIC PLAYER*/

#nowPlayingBarContainer {
    width: 100%;
    background-color: #282828;
    bottom: 0;
    max-height: 200px;
    /* min-width: 620px; */
    position: fixed;
    z-index: 999;
}

#nowPlayingBar {
    display: flex;
    flex-wrap: wrap;
    padding: 7px 7px;
    align-items: center;
    /* height: 125px; */
}

#nowPlayingLeft,
#nowPlayingRight {
    flex: 30%;
    /* width: 30%;
    min-width: 180px; */
}

#nowPlayingRight {
    text-align: right;
}

#nowPlayingCenter {
    flex: 30%;
    text-align: center;
}

.topNav .burger-menu {
    display: none;
}

.topNav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    top: 10px;
    width: 100%;
    z-index: 99;
}


/*MUSIC PLAYER CONTROLS*/

#nowPlayingBar .contentLeft {
    display: flex;
}

#nowPlayingBar .contentCenter {
    display: flex;
    flex-direction: column;
}

#playerControls .buttons {
    margin: 0 auto;
    display: table;
}

.controlButton {
    background-color: transparent;
    border: none;
    vertical-align: middle;
}

.controlButton img {
    width: 20px;
    height: 20px;
}

.controlButton.play img,
.controlButton.pause img {
    width: 40px;
    height: 40px;
}

.controlButton:hover {
    cursor: pointer;
}

.progressTime {
    color: #f6c500;
    font-size: 11px;
    min-width: 40px;
    text-align: center;
}

.playBackBar {
    display: flex;
}

.progressBar {
    width: 100%;
    height: 12px;
    display: inline-flex;
    cursor: pointer;
}

.progressBarBg {
    background-color: #404040;
    width: 100%;
    height: 4px;
    border-radius: 2px;
}

.progress {
    background-color: #a0a0a0;
    height: 4px;
    width: 0;
    border-radius: 2px;
}

.playBackBar .progressBar {
    margin-top: 3px;
}

#nowPlayingLeft .albumArtWork {
    height: 100%;
    max-width: 57px;
    margin-right: 15px;
    float: left;
    background-size: cover;
    border-radius: 5%;
    width: 57px;
    height: 57px;
    object-fit: cover;
}

#nowPlayingLeft .trackInfo {
    display: table;
}

#nowPlayingLeft .trackInfo .trackName {
    margin: 6px 0;
    display: inline-block;
    width: 100%;
}

#nowPlayingLeft .trackInfo .artistName span {
    font-size: 12px;
    color: #a0a0a0;
}

.volumeBar {
    /* width: 100px;
    position: absolute;
    left: 500; */
}

.volumeBar .progressBar {
    width: 125px;
}

#topContainer {
    min-height: 100%;
    width: 100%;
}

#navBarContainer {
    background-color: #8a0304;
    width: 220px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}

.navBar {
    padding: 25px;
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
}

.logo {
    margin-bottom: 5;
}

.logo img {
    width: 32px;
}

.navBar .group {
    border-top: 1px solid #a0a0a0;
    padding: 10px 0;
}

.navItem {
    padding: 7px 0;
    font-size: 14px;
    font-weight: 700;
    display: block;
    letter-spacing: 1px;
    position: relative;
}

.navItemLink {
    color: #a0a0a0;
    text-decoration: none;
    padding: 5px 0 5px 5px;
}

.navItemLink:hover {
    color: #cc942b;
}

.navItemLink .icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
}

#mainViewContainer {
    margin-left: 220px;
    padding-bottom: 90px;
    width: calc(100% - 220px);
    background: rgb(210, 202, 202);
    background: linear-gradient(180deg, rgba(210, 202, 202, 1) 0%, rgba(255, 254, 254, 1) 57%);
}

#mainContent {
    padding: 0 20px;
}

.pageHeadingBig {
    padding: 20px;
    /*text-align: center;*/
    color: #8a0304;
}

.gridViewItem {
    display: inline-block;
    margin-right: 20px;
    width: 29%;
    max-width: 120px;
    min-width: 10s0px;
    padding-bottom: 20px;
}
.gridViewImage {
    display: inline-block;
    margin-right: 20px;
	margin-bottom: 5px;
    width: 29%;
    max-width: 120px;
    min-width: 10s0px;
    padding-bottom: 20px;
	background: rgb(138, 3, 4);
	border-radius: 5%;
}
.gridViewImage img {
    border-radius: 50%;
    margin: 15px;
}

.gridViewItem img {
    width: 100%;
    border-radius: 5%;
}

.gridViewInfo {
    font-weight: 300;
    text-align: center;
    padding: 5px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #000;
}

.gridViewItem a {
    text-decoration: none;
}

.gridViewContainer h2 {
    color: #000;
}

.entityInfo {
    padding: 40px 0 10px 0;
    display: inline-block;
    width: 100%;
}

.entityInfo .leftSection {
    width: 30%;
    float: left;
    max-width: 250px;
}

.entityInfo .leftSection img {
    width: 100%;
}

.entityInfo .rightSection {
    /*width: 70%;*/
    float: left;
    padding: 5px 10px 5px 40px;
    box-sizing: border-box;
}

.entityInfo .rightSection h2 {
    /* margin: 20 0 40px 0; */
    margin-top: 0;
    color: #000;
    /*line-height: 7px;

    /font-size: 70px;*/
}

.entityInfo .rightSection span {
    color: #484545;
    font-weight: 600;
}

.tracklist {
    padding: 0;
}

.tracklistRow {
    height: 40px;
    padding: 15px 10px;
    list-style: none;
}

.tracklist span {
    color: #000;
    font-weight: 200;
}

.tracklistRow:hover {
    background-color: #b4b4b4;
}

.tracklistRow .trackcount {
    width: 8%;
    float: left;
}

.tracklistRow .trackCount img {
    width: 20px;
    visibility: hidden;
    position: absolute;
    cursor: pointer;
}

.tracklistRow:hover .trackCount img {
    visibility: visible;
}

.tracklistRow .trackCount span {
    visibility: visible;
}

.tracklistRow:hover .trackCount span {
    visibility: hidden;
}

.tracklistRow .trackInfo {
    width: 75%;
    float: left;
}

.tracklistRow .trackInfo span {
    display: block;
}

.tracklistRow .trackOptions {
    width: 5%;
    float: left;
    text-align: right;
}

.tracklistRow .trackOptions img {
    width: 15px;
    visibility: hidden;
}

.tracklistRow:hover .trackOptions img {
    visibility: visible;
}

.tracklistRow .trackDuration {
    width: 12%;
    float: left;
    text-align: right;
}

.tracklistRow .trackInfo .trackName {
    color: #8a0304;
    margin-bottom: 7px;
}

.tracklistContainer {
    border-top: 1px solid #a0a0a0;
    color: black;
}

.tracklistContainer h2 {
    color: #000;
}

.artistInfo {
    text-align: center;
}

.artistInfo h1 {
    color: #000;
}

.button {
    color: #fffefe;
    cursor: pointer;
    margin-bottom: 10px;
    background-color: transparent;
    font-weight: 500;
    letter-spacing: 2px;
    border: 2px solid #8a0304;
    border-radius: 500px;
    padding: 8px;
    min-width: 104px;
    text-shadow: 0px 0px 6px #181818;
}

.button.green {
    /*background-color: #8a0304;*/
    border-color: #8a0304;
}

.borderBottom {
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
}

[role="link"] {
    cursor: pointer;
}

.searchContainer {
    background-color: #000;
    padding: 20px 28px;
    z-index: -1;
}

.searchContainer h4 {
    margin: 0;
    font-weight: 300;
}

.searchContainer .searchInput {
    width: 100%;
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 2px;
}

input:focus {
    outline: none;
}

.artistContainer {
    color: #8a0304;
}

.artistContainer h2 {
    color: #000;
}

.searchResultRow {
    padding: 15px 10px;
}

.searchResultRow:hover {
    background-color: #2a2a2a;
}

.searchResultRow .artistname span {
    color: #8a0304;
}

.noResults {
    margin: 15px;
    display: block;
}

.buttonItems .button {
    display: block;
    margin: 0 auto 20px auto;
}

.playlistsGridViewContainer {
    margin-top: 10px;
}

.playlistsContainer {
    padding: 10px 0;
}

.playlistImage {
    border: 3px solid #8a0304;
    padding: 10px;
}

.optionsMenu {
    position: fixed;
    width: 200px;
    background-color: #282828;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    z-index: 1000;
    display: none;
}

.optionsMenu .item {
    width: 100%;
    padding: 12px 20px;
    box-sizing: border-box;
    font-weight: 400;
    color: rgba(147, 147, 147, 0.8);
    cursor: pointer;
    height: 40px;
    background-color: black;
    font-size: 14px;
}

.optionsMenu .item:hover {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

.optionsMenu select {
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.userInfo h1 {
    text-align: center;
}

.userInfo h1 img {
    border-radius: 50%;
    height: 90px;
    border: 2px solid #8a0304;
}

.userDetails {
    padding: 20px;
}

.userDetails .container h2 {
    text-align: center;
}

.userDetails .container input[type="text"],
.userDetails .container input[type="password"],
.userDetails .container .button {
    display: block;
    margin: 16px auto;
}

.userDetails .container input[type="text"],
.userDetails .container input[type="password"] {
    height: 50px;
    width: 100%;
    background: #1f1f1f;
    border: none;
    font-size: 20px;
    font-weight: 300;
    padding: 0 20px;
}

.userDetails .container .message {
    color: 8a0304;
    font-weight: 300;
}


/* Create three equal columns that floats next to each other */
/*
.column img {
    width: 100%;
}

.column {
    float: left;
    width: 100%;
    padding: 10px;*/
   
    /*  height: 300px; Should be removed. Only for demonstration */
}

.header {
  text-align: center;
  padding: 32px;
}

.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
  margin-right: 20px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns 
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}
*/
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other 
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
*/
.viewport {
    width: 100%;
}

.indexFeature {
    display: inline-block;
	max-width: 345px;
 	margin: 0 0 10px 12px;
    /* width: 29%;
    margin-right: 20px;
    min-width: 150px;
	padding-bottom: 20px;
	overflow: hidden */
    
    ;
}



/* Clear floats after the columns */

.row:after {
    content: "";
    display: table;
    clear: both;
}


/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */

@media screen and (max-width: 600px) {
    .column {
        width: 100%;
    }
}

.relatedVideos {
    background-color: #8a0304;
    width: 220px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    overflow: auto;
    margin-top: 50px;
}

.vidcolumn {
    margin-bottom: 5px;
}

.vidcolumn h2,
p {
    margin-left: 5px;
}

.vidcolumn img {
    width: 100%;
    padding: 5px;
}

.videoLinkName {
    font-size: 17px;
    font-weight: 600;
    margin-left: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #8a0304;
}

.videoLinkArtist {
    font-size: 13px;
    margin-left: 5px;
    color: #8a0304;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#social {
    padding-bottom: 5px;
}


/*   CAROUSEL        */

.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.buttonUser {
    color: #8a0304;
    cursor: pointer;
    /* margin-bottom: 10px;  */
    background-color: #fff;
    font-weight: 500;
    letter-spacing: 2px;
    border: 2px solid #8a0304;
    border-radius: 500px;
    padding: 8px 32px;
    min-width: 130px;
    margin-right: 20px;
}

.dropdown {
    position: relative;
    display: inline-block;
    /* padding: 5px 20px 0 0; */
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 110px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 10px;
}

.dropImage {
    border-radius: 50%;
    height: 30px;
    border: 2px solid #8a0304;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.intro {
    height: 800px;
    background-image: url(http://tapehustlers.com/images/laptopintro.png);
    background-position: 50px -100px;
    background-repeat: no-repeat;
}

.introText {
    color: #8a0304;
    margin-top: 100px;
    font-weight: 600;
    font-size: 50px;
}

.copyText {
    padding-top: 5px;
    color: #000;
    font-size: 20px;
}

.access {
    /* float: left; */
    margin-top: 100px;
    margin-right: 900;
}

.upload {
    background-color: #CCCCCC;
}

.socialIcon {
    border-radius: 50%;
    height: 30px;
}

.artistImage {
    border-radius: 25%;
    border: 2px solid #8a0304;
    height: 120px;
}

.reviewContainer p {
    color: #8a0304;
}

.artistInsert,
h2,
td {
    color: #000;
    margin: auto;
    width: 50%;
    padding: 10px;
}

#tv {
    position: relative;
    width: 200px;
    height: 150px;
    margin: 20px 0;
    background: red;
    border-radius: 50% / 10%;
    color: white;
    text-align: center;
    text-indent: .1em;
}

#tv:before {
    content: '';
    position: absolute;
    top: 10%;
    bottom: 10%;
    right: -5%;
    left: -5%;
    background: inherit;
    border-radius: 5% / 50%;
}

.circle {}


/*END MUSIC PLAYER CONTROLS*/

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

.gridViewItemPop {
    display: inline-block;
    margin-right: 20px;
	margin-bottom: 10px;
    width: 29%;
    max-width: 200px;
    min-width: 150px;
    padding-bottom: 10px;
    background: rgb(138, 3, 4);
    /*background: linear-gradient(0deg, rgba(138,3,4,1) 11%, rgba(255,255,255,0.6082808123249299) 74%);*/
    border-radius: 5%;
    color: #FFFFFF;
    padding-top: 5px;
}

.gridViewItemPop img {
    
    border-radius: 50%;
	margin:20px;
}

.gridViewInfoPop {
    font-weight: 300;
    text-align: center;
    padding: 5px 5px 0px 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #fff;
}

.zoom {
    transition: transform .2s;
    margin: 0 auto;
	width: 75%;
}

.zoom:hover {
    -ms-transform: scale(0.5);
    /* IE 9 */
    -webkit-transform: scale(0.5);
    /* Safari 3-8 */
    transform: scale(0.5);
}


/* The hero image */

.hero-image {
    /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
    background-image: url("https://country1037fm.com/wp-content/uploads/sites/46/2019/12/Gabby-Barrett_The-Good-Ones_Social-Facebook-970x491.jpg");
    /* Set a specific height */
    height: 500px;
    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}


/* Place text in the middle of the image */

.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.indexVideoItem {
    height: 70px
}

#customers {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
}

#customers td,
#customers th {
    border-bottom: 1px solid #ddd;
    padding: 8px;
    width: 180px;
    height: 51px;
}

#customers tr:nth-child(even) {
    background-color: #f2f2f2;
}

#customers tr:hover {
    background-color: #ddd;
}

#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4CAF50;
    color: white;
}

#events {
    width: 50%;
    padding-right: 100px;
}

.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.heroColumn img {
    margin-top: 150px;
    margin-left: 10px;
    height: 200px;
}

.dmca {
    margin-top: 530px;
    padding: 7px 0;
    font-size: 10px;
    font-weight: 700;
    display: block;
    letter-spacing: 1px;
    position: relative;
}

.legal {
    padding: 7px 0;
    font-size: 10px;
    display: block;
    letter-spacing: 1px;
    position: relative;
    border-top: 1px solid #a0a0a0;
    color: black;
}

.dot {
    height: 5px;
    width: 5px;
    background-color: #8a0304;
    border-radius: 50%;
    display: inline-block;
}

.review p {
    color: #000;
}

#mainContent .entityInfo .rightSection h2 {
    padding: 0.08em 0px;
    visibility: visible;
    width: 100%;
    font-size: 46px;
    line-height: 46px;
    font-weight: 900;
}

@media only screen and (max-width: 992px) {
    #nowPlayingCenter {
        flex: 100%;
        order: 3;
    }
    #nowPlayingRight {
        flex: 30%;
        order: 2;
    }
    #nowPlayingLeft {
        flex: 70%;
        order: 1;
    }
    #nowPlayingRight {
        text-align: center;
    }
    .controlButton.play img,
    .controlButton.pause img {
        width: 30px;
        height: 30px;
    }
    .controlButton img {
        width: 20px;
        height: 20px;
    }
    .progressTime {
        font-size: 12px;
        min-width: none;
    }
    .playBackBar .progressBar {
        margin: 7px 0px 0px 0px;
    }
    #mainViewContainer {
        margin-left: auto;
        width: 100%;
    }
    #navBarContainer {
        height: auto;
        z-index: 99;
        -webkit-transform: translate3d(-100%, 0px, 0px);
        transform: translate3d(-100%, 0px, 0px);
        visibility: visible;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
    }
    .closed #navBarContainer {
        -webkit-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px);
        visibility: visible;
    }
    .topNav .burger-menu {
        display: block;
        margin-right: 15px;
        font-size: 30px;
    }
    #mainContent {
        padding-top: 30px;
        padding-bottom: 100px;
    }
    #mainContent .entityInfo .rightSection h2 {
        font-size: 16px;
        line-height: 25px;
    }
}

.timerText {
    font-size: 13;
    font-weight: 800;
    color: #f6c500;
}
/*END MUSIC PLAYER*/