
.h1, h1 {
	/*overriding bootstrap*/
    font-weight: lighter;
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 0;
    color: #FFF;
    display: inline-block;
    margin-top: 2px;
    margin-bottom: 0px;
}

.h2, h2 {
	/*overriding bootstrap*/
    font-family: 'Open Sans',sans-serif;
    font-size: 22px!important;
    font-weight: lighter;
    line-height: 45px;
    position: relative;
    color: white;
    margin-top: 0px;
    margin-bottom: 0px;
}

#track-info {
	background: rgba(0,0,0,.6);
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 25px;
	margin-bottom: 15px;
}

#track-description-name, #track-description-artists, #track-description-label {
	font-weight: lighter;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	letter-spacing: 1.1px;
	display: inline-block;
	line-height: 30px;
}

#track-description-name, #track-rank, #additional-sources-intro {
	color: palegreen;
	padding-top: 20px;
}

#rank-intro, #additional-sources-intro, #track-rank, #track-chart-url, #recommendation-url  {
	font-weight: lighter;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 18px;
	letter-spacing: 1.1px;
	display: inline-block;
	line-height: 24px;
}

#rank-intro {
	margin-top: 20px;
	color: white;
}

#track-chart-url > a, #recommendation-url > a {
	text-decoration: underline;
	color: white;
}

#page-update-explanation, #recommendation-text {
	font-weight: lighter;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	letter-spacing: 1.1px;
	display: inline-block;
	color: white;
	line-height: 18px;
	text-align: justify;
}

#additional-sources {
	list-style: none;
	padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

#additional-sources > li > a {
	color: white;
	text-decoration: underline;
	font-weight: lighter;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 1.1px;
}

#myFilter, #myFilterExplantion {
  /*background-image: url('/css/searchicon.png');*/
  background-position: 10px 10px;
  background-repeat: no-repeat;
  /*background: #C5D6E6 !important;*/
  background: rgba(255, 255, 255, 0.88);
  width: 100%;
  font-size: 22px;
  color: grey; /*#191919;*/
  border: 0px; /* solid #c1c8cd; */
  padding-left: 15px;
}

#myFilterExplantion {
  padding-left: 0px;
}

#myFilter:focus {
    outline: none !important;
    border-color: #c1c8cd;
}

.scrolling #myFilter {
    background: rgb(253, 253, 253);
}

.scrolling #myFilterExplantion {
    background: rgb(253, 253, 253);
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: red;
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: red;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: red;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
  color: red;
  opacity: 1;
}

@font-face {
    font-family: 'Days';
    src: url('../fonts/Days-webfont.eot');
    src: url('../fonts/Days-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Days-webfont.woff') format('woff'), url('../fonts/Days-webfont.ttf') format('truetype'), url('../fonts/Days-webfont.svg#daysregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.nav-pills > li {
    padding: 10px;
    min-width: 200px;
}

.nav-pills>li+li {
    margin-left: 0px;
}

.nav-pills > li > a {
	padding: 10px 45px;
    color: #FCFCFC;   
    font-size: 18px;
    font-weight: lighter;
    line-height: 32px;
    /*background-color: #337ab7;*/
    background-color: #939598;
    padding-left: 5px;
    padding-right: 5px;
}

.nav-pills > li.not-active > a:hover {
	color:black;
	font-weight: normal;
    /*background-color: #668299;*/
    background-color: #939598;
    -webkit-box-shadow: 0px 0px 18px 2px rgba(23, 23, 23, 1);
    -moz-box-shadow: 0px 0px 18px 2px rgba(23, 23, 23, 1);
    box-shadow: 0px 0px 18px 2px rgba(23, 23, 23, 1);
}

.nav-pills > li.active > a,.nav-pills > li.active > a:hover {
    font-weight: ligther;
    color:#FCFCFC;
    background-color:#343434;
}

.nav-tabs>li+li {
    margin-left: 0px;
}

.nav-tabs > li > a {
	padding: 10px 45px;
    color: #FCFCFC;
    font-size: 18px;
    font-weight: normal;
    line-height: 32px;
    /*background-color: #337ab7;*/
    /*background-color: #939598;*/
    padding-left: 5px;
    padding-right: 5px;
}

.nav-tabs > li.not-active > a:hover,
.nav-tabs > li.not-active > a:focus {
	color:black;
	font-weight: normal;
    /*background-color: #668299;*/
    background-color: #939598;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover {
    font-weight: normal;
    color:#FCFCFC;
    background-color:#343434;
}

.nav-tabs.nav-justified>li>a {
    margin-bottom: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0px 0px;
}


body {
    /*background: url(../img/pozadina.jpg) no-repeat fixed;*/
    /* background-origin: border-box; */
    background-color: #0D6EB3;
    background-size: contain;
    background-size: 100% 100%;
    /*background-repeat: no-repeat;*/
}

html {
    min-width: 955px;
}

a:focus {
    outline: none;
}

.container {
    width: 955px;
    min-width: 955px;
}

.header-arrow,
.header-footer-sprite {
    background-image: url(../img/header-footer-sprite.png);
    background-repeat: no-repeat;
    display: block;
}

.header-arrow,
.header-footer-sprite-arrow-in-header {
    width: 27px;
    height: 30px;
    background-position: -153px -5px;
    display: inline-block;
    margin-left:5px;
    zoom: 0.8;
}

#spinner {
    position: fixed;
    left: 0px;
    overflow: hidden;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    background-color: rgba(81, 158, 214, 0.6);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.loading {
    background: url(../img/loading.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: fixed;
    left: 0px;
    overflow: hidden;
    overflow-y: hidden;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    -webkit-animation: rotation 2s infinite linear;
}

.spotify-icon {
    background-image: url(../img/spotify-green.png);
    background-repeat: no-repeat;
    background-color: transparent;
    display: block;
    margin-left: 27px;
    margin-top: 2px;
  	height: 22px;
  	width: 22px;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}


/* HOME */

#home {
    /*padding-left: 0;*/
    /*padding-right: 0;*/
}

#date-home {
    background: rgba(255, 255, 255, 0.8);
    width: 200px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    display: block;
    margin: 0 auto;
    text-align: center;
    height: 35px;
    cursor: pointer;
    line-height: 32px;
    font-family: 'Open Sans';
    font-weight: lighter;
    font-size: 18px;
    letter-spacing: -0.9px;
    color: #333333;
}

.discount-pct-rotation {
	background:#343434;
	padding: 2px;
	border-radius: 5px;
	color:palegreen;
}

.new-tracks-text-rotation {
	background:#343434;
	padding: 2px;
	border-radius: 5px;
	color: #337ab7;
	margin-left: -2px;
}

.new-tracks-count-rotation {
	color:palegreen;
}

#categories {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0;
    margin-top: 40px;
    margin-bottom: 40px;
}

.category-icon, .category-icon2, .category-icon3 {
	padding-top: 5px;
	padding-left: 10px;
}

.category-icon:hover {
    /*z-index: 99999;*/
    -webkit-box-shadow: 0px 0px 18px 2px rgba(23, 23, 23, 1);
    -moz-box-shadow: 0px 0px 18px 2px rgba(23, 23, 23, 1);
    box-shadow: 0px 0px 18px 2px rgba(23, 23, 23, 1);
}

.category-icon2:hover {
    /*z-index: 99999;*/
    -webkit-box-shadow: 0px 0px 18px 2px rgba(23, 23, 23, 1);
    -moz-box-shadow: 0px 0px 18px 2px rgba(23, 23, 23, 1);
    box-shadow: 0px 0px 18px 2px rgba(23, 23, 23, 1);
}

.category-icon3:hover {
    /*z-index: 99999;*/
    -webkit-box-shadow: 0px 0px 18px 2px rgba(23, 23, 23, 1);
    -moz-box-shadow: 0px 0px 18px 2px rgba(23, 23, 23, 1);
    box-shadow: 0px 0px 18px 2px rgba(23, 23, 23, 1);
}

#categories li {
    display: inline-block;
    padding: 11px;
    position: relative;
    float: left;
}

#categories li a {
    width: 132px;
    height: 132px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 12px;
    text-align: left;
    font-weight:normal;
    /* z-index: 99999999; */
    display: inline-block;
    float: left;
    /*background-position: 50% 50%;*/
}

#categories li a:hover {
	color: black;
}

.category-icon,
.genres-dark-sprite {
    background-image: url(../img/home/genres-dark-sprite.png);
    background-repeat: no-repeat;
    display: block;
}

.category-icon2,
.genres-dark-and-color-sprite-p2 {
    background-image: url(../img/home/genres-dark-and-color-sprite-p2.png);
    background-repeat: no-repeat;
    display: block;
}

.category-icon3,
.genres-dark-and-color-sprite-p3 {
    background-image: url(../img/home/genres-dark-and-color-sprite-p3.png);
    background-repeat: no-repeat;
    display: block;
}

#category-blank {
    width: 134px;
    height: 134px;
    border: 1px solid black;
    color: white;
    font-weight: lighter;
    text-align: center;
    text-decoration: none;
    vertical-align: text-bottom;
}

#category-pop,
.genres-dark-color-sprite-p3 {
    width: 134px;
    height: 135px;
    background-position: -33px -1031px;
}

#category-rock,
.genres-dark-color-sprite-p3 {
    width: 134px;
    height: 135px;
    background-position: -33px -1427px;
}

#category-country,
.genres-dark-color-sprite-p3 {
    width: 134px;
    height: 135px;
    background-position: -33px -630px;
}

#category-latin,
.genres-dark-color-sprite-p3 {
    width: 134px;
    height: 135px;
    background-position: -33px -829px;
}

#category-r-n-b-hip-hop,
.genres-dark-color-sprite-p3 {
    width: 134px;
    height: 135px;
    background-position: -33px -1228px;
}

#category-big-room,
.genres-dark-sprite-big-room {
    width: 134px;
    height: 135px;
    background-position: -5px -5px;
}

#category-breaks-breakbeat,
.genres-dark-sprite-breaks-breakbeat {
    width: 134px;
    height: 135px;
    background-position: -149px -5px;
}

#category-broken-beat-nu-jazz,
.genres-dark-sprite-broken-beat-nu-jazz {
    width: 134px;
    height: 135px;
    background-position: -293px -5px;
}

/*#category-dance-club-house,
.genres-dark-sprite-dance-club-house {
    width: 134px;
    height: 135px;
    background-position: -437px -5px;
}*/

#category-dance-club-house,
.genres-dark-and-color-sprite-p3 {
    width: 134px;
    height: 135px;
    background-position: -5px -2340px;
}

#category-uk-garage-bassline-grime,
.genres-dark-and-color-sprite-p3 {
    width: 134px;
    height: 135px;
    background-position: -5px -3645px;
}

#category-deep-house,
.genres-dark-sprite-deep-house {
    width: 134px;
    height: 135px;
    background-position: -5px -150px;
}

#category-drum-and-bass,
.genres-dark-sprite-drum-and-bass {
    width: 134px;
    height: 135px;
    background-position: -149px -150px;
}

#category-liquid-dnb,
.genres-dark-color-sprite-p3 {
    width: 134px;
    height: 135px;
    background-position: -5px -2920px;
}

#category-dubstep-trap-grime,
.genres-dark-sprite-dubstep-trap-grime {
    width: 134px;
    height: 135px;
    background-position: -293px -150px;
}

#category-dubstep,
.genres-dark-color-sprite-p3 {
    width: 134px;
    height: 135px;
    background-position: -5px -2630px;
}

#category-trap-future-bass,
.genres-dark-color-sprite-p3 {
    width: 134px;
    height: 135px;
    background-position: -5px -3500px;
}

#category-deep-dubstep-bass,
.genres-dark-color-sprite-p3 {
    width: 134px;
    height: 135px;
    background-position: -5px -2485px;
}

#category-electro-electronica,
.genres-dark-sprite-electro-electronica {
    width: 134px;
    height: 135px;
    background-position: -437px -150px;
}

#category-electro-house,
.genres-dark-sprite-electro-house {
    width: 134px;
    height: 135px;
    background-position: -5px -295px;
}

#category-experimental-ambient-drone,
.genres-dark-sprite-experimental-ambient-drone {
    width: 134px;
    height: 135px;
    background-position: -149px -295px;
}

#category-future-house,
.genres-dark-sprite-future-house {
    width: 134px;
    height: 135px;
    background-position: -293px -295px;
}

#category-hardcore-hardstyle-hard-dance,
.genres-dark-sprite-hardcore-hardstyle-hard-dance {
    width: 134px;
    height: 135px;
    background-position: -437px -295px;
}

#category-house,
.genres-dark-sprite-house {
    width: 134px;
    height: 135px;
    background-position: -5px -440px;
}

#category-indie-dance-nu-disco,
.genres-dark-sprite-indie-dance-nu-disco {
    width: 134px;
    height: 135px;
    background-position: -149px -440px;
}

#category-lounge-downtempo-chill-out,
.genres-dark-sprite-lounge-downtempo-chill-out {
    width: 134px;
    height: 135px;
    background-position: -293px -440px;
}

#category-minimal,
.genres-dark-sprite-minimal {
    width: 134px;
    height: 135px;
    background-position: -437px -440px;
}

#category-popular-hard-uplifting-trance,
.genres-dark-sprite-popular-hard-uplifting-trance {
    width: 134px;
    height: 135px;
    background-position: -581px -5px;
}

#category-popular-progressive-house,
.genres-dark-sprite-popular-progressive-house {
    width: 134px;
    height: 135px;
    background-position: -581px -150px;
}

#category-psy-trance,
.genres-dark-sprite-psy-trance {
    width: 134px;
    height: 135px;
    background-position: -581px -295px;
}

#category-r-and-b-hip-hop-funk,
.genres-dark-sprite-r-and-b-hip-hop-funk {
    width: 134px;
    height: 135px;
    background-position: -581px -440px;
}

#category-reggae-dub,
.genres-dark-sprite-reggae-dub {
    width: 134px;
    height: 135px;
    background-position: -5px -585px;
}

#category-tech-house,
.genres-dark-sprite-tech-house {
    width: 134px;
    height: 135px;
    background-position: -149px -585px;
}

#category-techno,
.genres-dark-sprite-techno {
    width: 134px;
    height: 135px;
    background-position: -293px -585px;
}

#category-underground-progressive-house,
.genres-dark-sprite-underground-progressive-house {
    width: 134px;
    height: 135px;
    background-position: -437px -585px;
}

#category-leftfield,
.genres-dark-and-color-sprite-p2 {
    width: 134px;
    height: 135px;
    background-position: -10px -738px;
}

#category-glitch-hop,
.genres-dark-and-color-sprite-p2 {
    width: 134px;
    height: 135px;
    background-position: -10px -374px;
}

#category-funky-jackin-house,
.genres-dark-and-color-sprite-p2 {
    width: 134px;
    height: 135px;
    background-position: -10px -10px;
}


/* HOVER EFFECT FOR HOME ICONS*/

.category-icon:hover,
.genres-color-sprite {
    background-image: url(../img/home/genres-color-sprite.png);
    background-repeat: no-repeat;
    display: block;
}

.category-icon2:hover,
.genres-dark-and-color-sprite-p2 {
    background-image: url(../img/home/genres-dark-and-color-sprite-p2.png);
    background-repeat: no-repeat;
    display: block;
}

.category-icon3:hover,
.genres-dark-and-color-sprite-p3 {
    background-image: url(../img/home/genres-dark-and-color-sprite-p3.png);
    background-repeat: no-repeat;
    display: block;
}

#category-big-room:hover,
.genres-color-sprite-big-room-on {
    width: 132px;
    height: 132px;
    background-position: -26px -26px;
}

#category-breaks-breakbeat:hover,
.genres-color-sprite-breaks-breakbeat-on {
    width: 132px;
    height: 132px;
    background-position: -215px -26px;
}

#category-broken-beat-nu-jazz:hover,
.genres-color-sprite-broken-beat-nu-jazz-on {
    width: 132px;
    height: 132px;
    background-position: -404px -26px;
}

/*#category-dance-club-house:hover,
.genres-color-sprite-dance-club-house-on {
    width: 132px;
    height: 132px;
    background-position: -595px -27px;
}*/

#category-dance-club-house:hover,
.genres-color-and-dark-sprite-p3 {
    width: 132px;
    height: 132px;
    background-position: -32px -32px;
}

#category-uk-garage-bassline-grime:hover,
.genres-color-and-dark-sprite-p3 {
    width: 132px;
    height: 132px;
    background-position: -32px -2023px;
}

#category-deep-house:hover,
.genres-color-sprite-deep-house-on {
    width: 132px;
    height: 132px;
    background-position: -26px -220px;
}

#category-drum-and-bass:hover,
.genres-color-sprite-drum-and-bass-on {
    width: 132px;
    height: 132px;
    background-position: -215px -215px;
}

#category-liquid-dnb:hover,
.genres-color-and-dark-sprite-p3 {
    width: 132x;
    height: 132px;
    background-position: -33px -1626px;
}

#category-dubstep-trap-grime:hover,
.genres-color-sprite-dubstep-trap-grime-on {
    width: 132x;
    height: 132px;
    background-position: -406px -216px;
}

#category-dubstep:hover,
.genres-color-and-dark-sprite-p3 {
    width: 132x;
    height: 132px;
    background-position: -32px -432px;
}

#category-deep-dubstep-bass:hover,
.genres-color-and-dark-sprite-p3 {
    width: 132x;
    height: 132px;
    background-position: -32px -233px;
}

#category-trap-future-bass:hover,
.genres-color-and-dark-sprite-p3 {
    width: 132x;
    height: 132px;
    background-position: -32px -1824px;
}

#category-electro-electronica:hover,
.genres-color-sprite-electro-electronica-on {
    width: 132px;
    height: 132px;
    background-position: -595px -216px;
}

#category-electro-house:hover,
.genres-color-sprite-electro-house-on {
    width: 132px;
    height: 132px;
    background-position: -26px -407px;
}

#category-experimental-ambient-drone:hover,
.genres-color-sprite-experimental-ambient-drone-on {
    width: 132px;
    height: 132px;
    background-position: -217px -404px;
}

#category-future-house:hover,
.genres-color-sprite-future-house-on {
    width: 132px;
    height: 132px;
    background-position: -404px -405px;
}

#category-hardcore-hardstyle-hard-dance:hover,
.genres-color-sprite-hardcore-hardstyle-hard-dance-on {
    width: 132px;
    height: 132px;
    background-position: -594px -404px;
}

#category-house:hover,
.genres-color-sprite-house-on {
    width: 132px;
    height: 132px;
    background-position: -26px -595px;
}

#category-indie-dance-nu-disco:hover,
.genres-color-sprite-indie-dance-nu-disco-on {
    width: 132px;
    height: 132px;
    background-position: -215px -594px;
}

#category-lounge-downtempo-chill-out:hover,
.genres-color-sprite-lounge-downtempo-chill-out-on {
    width: 132px;
    height: 132px;
    background-position: -405px -596px;
}

#category-minimal:hover,
.genres-color-sprite-minimal-on {
    width: 132px;
    height: 132px;
    background-position: -593px -593px;
}

#category-popular-hard-uplifting-trance:hover,
.genres-color-sprite-popular-hard-uplifting-trance-on {
    width: 132px;
    height: 132px;
    background-position: -783px -26px;
}

#category-popular-progressive-house:hover,
.genres-color-sprite-popular-progressive-house-on {
    width: 132px;
    height: 132px;
    background-position: -783px -218px;
}

#category-psy-trance:hover,
.genres-color-sprite-psy-trance-on {
    width: 132px;
    height: 132px;
    background-position: -782px -404px;
}

#category-r-and-b-hip-hop-funk:hover,
.genres-color-sprite-r-and-b-hip-hop-funk-on {
    width: 132px;
    height: 132px;
    background-position: -782px -594px;
}

#category-reggae-dub:hover,
.genres-color-sprite-reggae-dub-on {
    width: 132px;
    height: 132px;
    background-position: -26px -784px;
}

#category-tech-house:hover,
.genres-color-sprite-tech-house-on {
    width: 132px;
    height: 132px;
    background-position: -217px -787px;
}

#category-techno:hover,
.genres-color-sprite-techno-on {
    width: 132px;
    height: 132px;
    background-position: -404px -784px;
}

#category-underground-progressive-house:hover,
.genres-color-sprite-underground-progressive-house-on {
    width: 132px;
    height: 132px;
    background-position: -595px -788px;
}

#category-leftfield:hover,
.genres-dark-and-color-sprite-p2 {
    width: 132px;
    height: 132px;
    background-position: -37px -923px;
}

#category-glitch-hop:hover,
.genres-dark-and-color-sprite-p2 {
    width: 132px;
    height: 132px;
    background-position: -37px -557px;
}

#category-funky-jackin-house:hover,
.genres-dark-and-color-sprite-p2 {
    width: 132px;
    height: 132px;
    background-position: -37px -192px;
}


/* CATEGORIES - PLAYLIST */

button {
    color: white;
    border: none;
    outline: none;
}

header {
    background: rgba(0, 0, 0, 0.6);
}

#genre-responsive,
#hamburger-menu,
#hamburger-list {
    display: none;
}

#playlist {
    background: rgba(0, 0, 0, 0.6);
}

footer {
    background: rgba(0, 0, 0, 0.5);
}

header {
    height: 125px;
}

header .container {
    padding: 0;
}

a#logo {
    padding: 0;
}

a#logo img {
    /*width: 375px;*/
    margin-top: 33px;
}

#header-message {
    margin-top: 39px;
    text-align: right;
    padding: 0;
    float: right;
}

#header-message p {
    font-weight: lighter;
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 0px;
    color: #FFFFFF;
    display: inline-block;
}

#header-message img {
    margin-top: -15px;
}

.navigation {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: -1.2px;
    padding-left: 17px;
}
.genre-arrow,
.disable-row .play-button,
.play-button,
.seek-button{
    background-image: url(../img/player-misc-sprite.png);
}
.genre-arrow{
    background-repeat: no-repeat;
    display: inline-block;
    background-position: 3px 1px;
    width: 32px;
    height: 25px;

}
.disable-row .play-button{
    width: 22px;
    height: 23px;
    background-position: -178px -5px;
}

.subnavigation td {
    line-height: 23px !important;
}

.navigation:after {
    content:" ";
    /*content: url(../img/genre-arrow-white.png);*/

    display: inline-block;
    position: absolute;
    margin-left: 5px;
}

.navigation:hover {
    cursor: pointer;
}

.subnavigation ul {
    padding: 0;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #929292;
    width: 955px;
    position: absolute;
    z-index: 99999;
    background: white;
    top: 46px;
    /*border: 1px solid #929292;*/
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
	max-height: 280px;
    /* overflow-y: auto; */
    overflow-x: auto;
}

.subnavigation li {
    display: inline-block;
}

.subnavigation a {
    /*text-decoration: none;*/
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.7px;
    color: #4D4D4D;
    padding-left: 20px;
    padding-right: 20px;
}

.subnavigation a:hover {
    /*font-weight: bold;*/
    /*color : #519ED6;*/
}

.subnavigation a:hover {
    color: #313233 !important;
}

#navigation-links {
    background: white;
    /*display: none;*/
}

.file-title {
    font-weight: bold;
    letter-spacing: -1px;
    color: #FFFFFF;
    padding-left: 10px;
}

.date {
    font-weight: lighter;
    font-size: 22px;
    color: white;
    line-height: 24px;
    letter-spacing: -0.9px;
}

#home-message, #festivals-message, #top-djs-list, #tools-for-djs-message {
    text-align: justify;
    color: white;
    font-weight: lighter;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.9px;
    display: block;
    margin: 0 auto;
    margin-top: 70px;
    /*margin-left: 10px;
    margin-right: 10px;*/
}

.headliners {
    font-weight: normal;
    font-size: 14px;
    color: white;
    line-height: 24px;
    letter-spacing: 0.9px;
}

.top-djs {
    font-weight: lighter;
    font-size: 16px;
    color: white;
    line-height: 46px;
    letter-spacing: 0.9px;
}

.top-djs>a {
	color: white;
}

.launch-player {
    font-weight: lighter;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 32px;
    letter-spacing: 0.7px;
    background-color:#343434;
    padding: 5px;
}

.launch-player>a {
	color: white;
}

.buy-tickets>a {
	color: white
}

.buy-tickets {
    font-weight: lighter;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 32px;
    letter-spacing: 0.7px;
    background-color:#343434;
    padding: 5px;
}

#launcher-explanation {
    text-align: center;
    color: white;
    font-weight: lighter;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.7px;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 10px;
}

#leave-a-comment {
    text-align: left;
    color: white;
    font-weight: lighter;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.7px;
    display: block;
    margin: 0 auto;
    margin-top: 70px;
}

#top-side,
#playlist {
    width: 100%;
}

#top-side,
#playlist {
    margin: 15px 0;
    padding: 0;
    list-style: none;
}

#top-side td:nth-child(4):after {
    content: "|";
    position: absolute;
    right: -62px;
    line-height: 44px;
}

#top-side,
#top-side td {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px !important;
    font-weight: normal;
    line-height: 45px;
    margin-bottom: -15px;
    position: relative;
    color: white;
}

#top-side tbody {
    background: #313233 !important;
}

#left-side-control,
#right-side-control {
    display: inline-block;
}

div#left-side-control {
    position: absolute;
    top: -5px;
    /*left: 7px;*/
}

div#right-side-control {
    position: absolute;
    right: 15px;
}

#control-side {
    position: relative;
    height: 245px;
}

#control-side-buttons, #media-type-explanation {
    position: absolute;
    bottom: 0%;
    display: inline-table;
}

#player {
    background: rgba(255, 255, 255, 0.88);
    position: relative;
    margin-top: 25px;
    margin-bottom: 15px;
    padding: 15px 0;
    height: 270px;
}

.scrolling #player {
    background: rgb(253, 253, 253);
    ;
}

#song-name-info, #media-type-explanation  {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    /*font-size: 28px;
    line-height: 34px;*/
    font-size: 27px;
    line-height: 36px;
    cursor: pointer;
    /*letter-spacing : -1.8px;*/
    letter-spacing: -0.3px;
    color: #191919;
    margin-bottom: 0;
}

#media-type-explanation {
	color: #0d6eb3;
}

#song-name {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 36px;
    letter-spacing: -1.8px;
    color: #191919;
    margin-bottom: 15px;
}
.player-controle{
    background-image: url(../img/master-area-sprite.png);
    background-repeat: no-repeat;
    display: inline-block;
}
#pausePlayerMaster {
    background-position: -107px -107px;
}

#nextTrackMaster {
    background-position: -209px -5px;
}

/*#prevVideo {
    background-position: -108px -209px; #c1c8cd;
}*/

#shuffleOffMaster {
    background-position: -108px -209px;
}

#shuffleOffMaster:hover {
    /*background-position: -213px -209px;*/
    border: 1px solid #519ED6;
}

#shuffleOnMaster:hover {
    /*background-position: -108px -209px;*/
    border: 1px solid #519ED6;
}

#shuffleOnMaster {
    background-position: -213px -209px;
}

#seekToMediaMaster {
    background-position: -5px -5px;
}

#playMediaMaster {
    background-position: -209px -107px;
}

#pausePlayerMaster:hover {
    background-position: -107px -107px;
    border: 1px solid #519ED6;
}

#nextTrackMaster:hover {
    background-position: -5px -107px;
    border: 1px solid #519ED6;
}

/*#prevVideo:hover {
    background-position: -213px -209px;
}*/

#seekToMediaMaster:hover {
    background-position: -107px -5px;
    border: 1px solid #519ED6;
}

#playMediaMaster:hover {
     background-position: -5px -209px;
     border: 1px solid #519ED6;
}

#playMediaMaster,
#pausePlayerMaster,
#nextTrackMaster,
#shuffleOffMaster,
#shuffleOnMaster,
#seekToMediaMaster {
    background-repeat: no-repeat;
    width: 92px;
    height: 92px;
    margin-right: 15px;
    /*display: inline-block;*/
    cursor: pointer;
}

.player-controle:hover {
    cursor: pointer;
}

#left-side-control span {
    font-size: 11px;
    width: 40px;
    text-align: center;
    display: table-cell;
    padding-top: 10px;
    font-weight: bold;
}

.share-it-icons,
.popup-it-icons {
    width: 39px;
    height: 39px;
    display: block;
    margin-top: 5px;
    background-repeat: no-repeat;
}
.share-it-icons,
.popup-it-icons{
    background-image: url(../img/master-area-sprite.png);
}

.share-it-icons-fb {
    background-position: -311px -5px;
}

.share-it-icons-tw {
    background-position: -311px -199px;
}

.share-it-icons-link {
    background-position: -311px -103px;
}

.share-it-icons-fb:hover {
    background-position: -311px -54px;
}

.share-it-icons-tw:hover {
    background-position: -311px -248px;
}

.share-it-icons-link:hover {
    background-position: -311px -151px;
}

#player-side #yt-player {
    float: right;
    margin-left: 5px;
}


/* soundcloud */

#sc-player {
    position: absolute;
    top: 0px;
    right: 0;
    /*z-index: 99999999999;*/
    width: 395px;
    height: 240px;
}

#playlist {
    font-family: 'Open Sans', sans-serif;
    /*border: 0.5px solid #ccc;*/
    border-top: 0;
    font-size: 13px;
    letter-spacing: -0.7px;
    color: #d0d0d0;
    position: relative;
}

#playlist tr {
    border-bottom: 0.5px solid #ccc;
    height: 48px;
}

.rank-new, .age-recent {
    color: #28CD82;
}

.rank-old {
    color: #FF7B79;
}

.rank-extended {
	color: #519ED6
}

.rank-overall {
    color: #FF7B79;
    font-size: 16px;
}

#song-name-info {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    /*text-align: justify;*/
    width: 92%;
}

.artist-text {
    padding-left: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 0vw;
}

.active-row .artist-text {
    cursor: pointer;
}

.trackName {
    /*font-weight: bold;*/
    font-weight: normal;
}

.none-clickable {
    cursor: pointer;
}

.left {
    float: left;
    margin-left: 20px;
}

.right {
    float: right;
    margin-right: 20px;
}

.right-pure {
    text-align: right;
    margin-right: 10px;
    font-size: 14px;
	/*background-color: #191414;*/
}

.white-font {
    color: white;
}

.bold {
    font-weight: bold;
}

.disable-row {
    /*background: #a9a9a9;*/
}

.disable-row td {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -0.7px;
    color: #d0d0d0 !important;
}

.disable-row:hover,
.disable-row .play-button:hover {
    cursor: default;
}

.active-row:hover {
    cursor: default;
}

.buy-button-cont {
    display: inline-block;
    /*margin-left: 16px;*/
    padding: 5px 5px;
    border-radius: 40px;
    width: 95%;
    /*border: 1px solid white;*/
    position: relative;
    margin-top: 5px;
}

.buy-button-link-1 .buy-button-cont {
    /*margin-left: 22px; */
    margin-top: 5px;
}

.buy-button-link-2 .buy-button-cont {
    float: right;
    margin-right: 15px;
    margin-top: 1px;
}

.buy-button-cont .link a {
    font-family: 'Open Sans', sans-serif;
    /*font-weight: bold;*/
    /*font-size: 12px;*/
    font-size: 13px;
    line-height: 14px;
    /*letter-spacing: -0.3px;*/
    letter-spacing: -0.5px;
    color: #d0d0d0;
}

.buy-button-cont .price {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: -0.6px;
    color: #FFBF03;
}

.buy-button-link-1 .link,
.buy-button-link-2 .price {
    float: left;
}

.buy-button-link-1 .price,
.buy-button-link-2 .link {
    float: right;
}

.buy-button-link-1 .price,
.buy-button-link-2 .price {
    margin-top: 0px;
}

.buy-button-link-1 .price:before {
    /*content: "|";*/
    margin-top: -1px;
    margin-right: 3px;
    float: left;
}

.buy-button-link-2 .price:after {
    /*content: "|";*/
    margin-top: -1px;
    margin-left: 3px;
    float: right;
}

#show-player {
    display: none;
}

.price-space {
    letter-spacing: 0.5px !important;
}

.now-playing {
    width: 100%;
}

.now-playing .buy-button-cont {
    background: #e8e8e8;
}

.now-playing .skip-input {
    cursor: pointer;
    pointer-events: none;
}

.active-row.now-playing {
    background: #C5D6E6 !important;
}

.played {
    /*background: #eaeaea;*/
}


/* SCROLLING STYLE-ING */

.scrolling header {
    display: none;
}

.scrolling #player {
    position: fixed;
    z-index: 6666666;
    top: -25px;
    width: 955px;
}

.scrolling #top-side {
    position: fixed;
    top: 255px;
    z-index: 99999;
    width: 955px;
}

.scrolling #playlist {
    /*position: absolute;
    width: 955px;
    top: 430px;*/
    margin-top: 476px;
}

.scrolling #main-side-scroll {
    box-shadow: 0px -10px 5px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px -10px 5px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
    -o-box-shadow: 0px -10px 5px rgba(0, 0, 0, 0.6);
}

.modal {
    z-index: 9999999;
}

.now-playing .buy-button-cont .link a,
.now-playing .buy-button-cont .price {
    color: #212121 !important;
}


/* ICONS */


/* playlist iconst */

.play-button {
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 15px;
    border: 0;
    border-radius: 0;
    background-position: -142px -5px;
    background-color: transparent;
    background-repeat: no-repeat;
    height: 24px;
    width: 30px;
}

.seek-button {
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-radius: 0;
    background-position: -147px -44px;
    background-color: transparent;
    background-repeat: no-repeat;
    height: 24px;
    width: 40px;
}

.disable-row .play-button {
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: transparent;
}

.disable-row .play-button {

}

.disable-row .play-button,
.disable-row .artist-text,
.disable-row .skip-input {
    cursor: pointer;
    /*pointer-events: none;*/
}

input[type="checkbox"] {
    display: none;
    /*border: 1px solid #dcdbdb !important;*/
    border: 1px solid rgb(165, 165, 165) !important;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    border-radius: 0px;
    display: inline-block;
    position: relative;
}

input[type="checkbox"]:active,
input[type="checkbox"]:checked:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

input[type="checkbox"]:checked {
    /*background-color: #e9ecee;*/
    background-color: #fff;
    /*border: 1px solid #adb8c0;*/
    border: 1px solid #ababab;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    color: #99a1a7;
}

input[type="checkbox"]:checked:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: -2px;
    left: 3px;
    color: #717171;
}

input[type=checkbox][disabled] {
    cursor: pointer;
    border-radius: 0;
    /*background: red;*/
}

.disable-row input[type="checkbox"]:after,
input[type="checkbox"][disabled]:after {
    /*content: '\2718';*/
    content: '\f00d';
    font-family: 'FontAwesome';
    font-size: 14px;
    font-weight: 100;
    position: absolute;
    top: 1px;
    left: 3px;
    color: #717171;
}

input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: 1px solid !important;
}

.playlist-input-form {
  margin-top: 10px;
}

.form-group {
    margin-bottom: 0px;
}

.form-control {
	border: 1px solid #2e6da4;
	color: #828081;
	font-size: 17px;
	font-weight: 200;
	letter-spacing: 0.6px;
}

.playlist-input-form input[type=submit]{
  width: 30%;
  margin-top: 15px;
}

/* FOOTER */

footer {
    margin-top: 10px;
}

footer p,
footer a,
footer a:hover,
footer a:focus,
footer a:active {
    color: #a2a2a2;
    cursor: pointer;
}

#site-information {
    margin-top: 10px;
    text-align: center;
    /* margin-bottom: 10px; */
    padding-bottom: 15px;
    padding-top: 5px;
    border-bottom: 1px solid white;
    position: relative;
}

#site-information-one a {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 23px;
    line-height: 32px;
    position: absolute !important;
    padding-right: 10px;
    text-align: left;
    text-decoration: none !important;
    position: relative;
    top: 3px;
    color: #FFFFFF;
    left: 0;
}

#site-information-two {
    font-family: 'Days';
    font-size: 24px;
    line-height: 29px;
    color: #519ED6;
    padding-left: 12%;
    margin-right: 10px;
}

#copyright {
    font-family: 'Open Sans', sans-serif;
    font-weight: lighter;
    font-size: 14px;
    color: #CCCCCC;
    text-align: center;
}

#copyright a {
    color: #CCCCCC;
}

.footer-social-icon {
    background-repeat: no-repeat;
    position: absolute;
    top: 6px;
    height: 27px;
    width: 27px;
    margin-right: 4px;
    display: inline-block;
}

.footer-social-icon {
    background-image: url(../img/header-footer-sprite.png);
    background-repeat: no-repeat;
    display: block;
    width: 33px;
    height: 33px;
}

#footer-fb {
    background-position: -5px -5px;
    right:35px;
}

#footer-twitter {
    background-position: -79px -5px;
    right:-10px;
}

#footer-fb:hover {
    background-position: -42px -5px;
}

#footer-twitter:hover {

    background-position: -116px -5px;
}

#back-to-top {
    display: none;
}

.scrolling #back-to-top {
    position: fixed;
    display: block;
    text-align: center;
    bottom: 20px;
    padding: 7px;
    right: 60px;
    /* word-wrap: break-word; */
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 100%;
    border: 1px solid white;
}

.scrolling #back-to-top:after {
    content: url(../img/genre-arrow-white.png);
    position: absolute;
    left: 0;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 0%;
}


/* POPUP */

body.modal-open {
    /*padding: 0 !important;*/
    /*margin-right:17px;*/
}

.modal-open .modal {
    overflow-y: scroll;
}

#show-terms .modal-body {
    height: 350px;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: hidden;
    text-align: justify;
    padding: 0;
}

#show-terms .mCSB_inside>.mCSB_container {
    /*margin-right: 25px;*/
    padding: 15px;
}

#show-terms .modal-dialog {
    margin-top: 8%
}

#share-link .modal-dialog {
    margin-top: 17%;
}

div#terms-text {
    height: 350px;
}

#copyright span:after {
    content: "|";
    padding-left: 3px;
    padding-right: 3px;
}

#copyright span:last-child:after {
    content: "";
}

@-moz-document url-prefix() {
	#categories {
		padding-left: 15px;
		padding-right: 15px;
	}
}


#show-player {
	user-select: none;
		-moz-user-select: none;
		-khtml-user-select: none;
		-webkit-user-select: none;
		-o-user-select: none;
    }

@media (max-width:668px) and (orientation: landscape) {
@-moz-document url-prefix() {

	#control-side-buttons {
		max-height: 80px;
	}

	#playMediaMaster, #pausePlayerMaster, #nextTrackMaster  {
		margin-right: 0px;
		margin-left: -40px;
	}

	#show-player {
		margin-right: 0px;
		margin-left: -40px;
	}

	#hamburger-menu {
		position: absolute;
		/*margin-right: 0px;
		margin-left: -100px;*/
	}
}
}

@media (max-width:668px) and (orientation: portrait) {
@-moz-document url-prefix() {

	#control-side-buttons {
		max-height: 80px;
	}

	#playMediaMaster, #pausePlayerMaster, #nextTrackMaster {
		margin-right: 0px;
		margin-left: -40px;
	}

	#show-player {
		margin-right: 0px;
		margin-left: -40px;
	}

	#hamburger-menu {
		position: absolute;
		/*margin-right: 0px;
		margin-left: -100px;*/
	}
}
}

@media (min-width:668px) {
    #right-side-control {
        display: block !important;
    }
}


/* Landscape */
@media (max-width:668px) and (orientation: landscape) {

	.discount-text-rotation {
		display: none;
	}

	.new-tracks-text-rotation {
		display: none;
	}

    #categories li {
        display: inline-block;
        padding: 11px;
        padding-bottom: 0px;
        position: relative;
        width: 25%;
        /*float: none;*/
    }
    #categories li:nth-child(2n+1) {
        text-align: right;
    }
    #categories li a {
        /*float: none;*/
        /* width: 130px !important; */
        /* height: 130px !important; */
        border-radius: 10px;
        /* z-index: 99999999; */
        display: inline-block;
        /*background-position: 50% 50% !important;*/
        width: 130px !important; /*125*/
        background-size: initial;
        height: 130px !important;/*125*/
        color:black;
        font-weight:lighter
    }
    .category-icon {
        width: 100px !important;
        height: 100px !important;
    }
    /* home */
    #home-message {
        /*width: 99%;*/
        font-size: 16px;
        line-height: 20px;
        margin-top: 40px;
    }
    #launcher-explanation {
    	/*width: 99%;*/
    	font-size: 14px;
    	line-height: 18px;
    	margin-top: 20px;
    	text-align: center;
    	margin-left: 0px;
    	margin-right: 0px;
	}
    #song-name-info, #media-type-explanation {
    	min-height: 24px;
    	max-height: 24px;
    }
}


/* Portrait */
@media (max-width:668px) and (orientation: portrait) {

	.discount-text-rotation {
		display: none;
	}

	.new-tracks-text-rotation {
		display: none;
	}

    #home #categories {
        border: 1px solid #084773;
    }

    #categories li {
        display: inline-block;
        padding: 11px;
        padding-bottom: 5px;
        position: relative;
        width: 50%;
        /*float: none;*/
    }
    #categories li:nth-child(2n+1) {
        text-align: right;
    }
    #categories li a {
        float: none;
        /* width: 130px !important; */
        /* height: 130px !important; */
        border-radius: 10px;
        /* z-index: 99999999; */
        display: inline-block;
        /*background-position: 50% 50% !important;*/
        width: 130px !important;
        background-size: initial;
        height: 130px !important;
        color:black;
        font-weight:lighter
    }
    .category-icon {
        width: 100px !important;
        height: 100px !important;
    }
    /* home */
    #home-message {
        /*width: 93%;*/
        font-size: 16px;
        line-height: 20px;
        margin-top: 40px;
        /*padding-right: 7px;
        padding-left: 7px;*/
        text-align: justify;
    }
    #launcher-explanation {
    	/* width: 93%; */
    	font-size: 14px;
    	line-height: 18px;
    	margin-top: 20px;
    	text-align: center;
	}
    #song-name-info {
    	min-height: 48px;
    	max-height: 72px;
    }
    .top-djs {
    	font-weight: lighter;
    	font-size: 14px;
    	color: white;
    	line-height: 36px;
    	letter-spacing: 0.7px;
	}

	@-moz-document url-prefix() {
            #categories {
            	padding-left: 0px;
                padding-right: 0px;
            }
        }
}

@media (max-width:400px) {
    #playMediaMaster,
    #pausePlayerMaster,
    #nextTrackMaster,
    #shuffleOnMaster,
    #shuffleOffMaster,
    #seekToMediaMaster,
    #show-player,
    #hamburger-menu {
        margin-right: 0 !important;
        width: 37px !important;
        height: 37px !important;
    }
    #control-side-buttons, #media-type-explanation {
        width: 260px !important;
    }
    #playlist tr {
    	border-bottom: 0.5px solid #ccc;
    	height: 20px;
	}
	#nextTrackMaster:hover  {
        border: 1px solid #c1c8cd;
    }
}

@media (max-width:668px) {
    html {
        min-width: 100%;
    }
    .scrolling #player,
    .scrolling #top-side,
    .scrolling #playlist,
    .scrolling header {
        position: relative !important;
        top: 0;
        margin-top: 14px;
        display: inline-grid;
    }
    .container {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        /*padding: 0;*/
    }
    /* header */
    header {
        height: auto;
    }
    header #logo img {
        width: 80%;
        display: block;
        margin-top: 15px;
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
    }
    header #logo,
    header #header-message {
        width: 100%;
    }
    header #header-message {
        margin-top: 25px;
        margin-bottom: 20px;
        text-align: center;
        display: none;
    }
    #header-message img {
        margin-top: -6px;
    }
    #header-message p {
        font-size: 16px;
        line-height: 20px;
    }
    #hamburger-list {
        display: none;
        margin: 0;
        padding: 5px;
        font-size: 12px;
        position: fixed;
        top: 0;
        left: 0;
        color: #e3eef6;
        /*width: 200px;*/
        background: #07375a;
        /*height: 9999px;*/
        height: 99%;
        border-right: 1px solid #787677;
        z-index: 9999999;
        /*overflow: scroll;*/
    }
    #hamburger-ul {
        margin: 0;
        -webkit-margin-before: 0;
        -webkit-margin-after: 0;
        -webkit-margin-start: 0px;
        -webkit-margin-end: 0px;
        -webkit-padding-start: 0px;
        height: 100%;
        overflow: overlay;
    }
    #hamburger-ul .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background: #e3eef6;
    }
    #hamburger-list li {
        list-style: none;
        /*height: 15px;*/
        display: inline-table;
        display: block;
        font-size: 12px;
    }
    #hamburger-list li:first-child {
        display: inline;
    }
    #hamburger-list li a {
        color: #e3eef6;
        letter-spacing: 1px;
        font-size: 12px;
        line-height: 2;
    }
    /* header responsive and resize */
    .scrolling-mobile #control-side-buttons,
    .scrolling-mobile #media-type-explanation {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 80px;
        background: #e3eef6;
        z-index: 999999;
        width: 100% !important;
        padding: 14px;
        padding-left: 10%;
        border-bottom: 3px solid #0d6eb3;
    }
    .scrolling-mobile #control-side-buttons .song-name-info,
    .scrolling-mobile #media-type-explanation,
    .scrolling-mobile #left-side-control {
        display: none !important;
    }
    .scrolling-mobile #control-side {
        height: 0;
        min-height: 0;
        width: 0;
    }
    .scrolling-mobile #playlist {
        margin-top: 8%;
    }
    .scrolling-mobile #player {
        background: transparent;
    }
    .mobile-ua a {
        pointer-events: none;
    }
    .now-playing .buy-button-cont {
        background: transparent !important;
    }
    .now-playing .buy-button-cont .link a {
        color: #212121 !important;
    }
    /* home
    #home-message {
        width: 100%;
        font-size: 16px;
        line-height: 20px;
        margin-top: 40px;
        padding-right: 5px;
        padding-left: 5px;
        text-align: justify;
    } */
    #home #categories {
        margin-top: 40px;
        margin-bottom: 40px;
        /*width: 93%;*/
        min-width: 252px;
        display: block;
        margin-left: 10px;
        margin-right: 10px;
        /*margin-left: auto;
        margin-right: auto;*/
        /*border: 1px solid #084773;*/
    }
    .category-icon {
        background-size: 100% 100%;
        background-repeat: no-repeat;
        width: 100px !important;
        height: 100px !important;
    }
    .category-icon,
    .genres-color-sprite {
        background-image: url(../img/home/genres-color-sprite.png);
        background-repeat: no-repeat;
        display: block;
    }
    .category-icon2,
	.genres-dark-and-color-sprite-p2 {
    	background-image: url(../img/home/genres-dark-and-color-sprite-p2.png);
    	background-repeat: no-repeat;
    	display: block;
	}
	.category-icon3,
	.genres-dark-and-color-sprite-p3 {
    	background-image: url(../img/home/genres-dark-and-color-sprite-p3.png);
    	background-repeat: no-repeat;
    	display: block;
	}
	#category-blank {
    	width: 132px;
    	height: 132px;
    }
    #category-big-room,
    .genres-color-sprite-big-room-on {
        width: 132px;
        height: 132px;
        background-position: -27px -27px;
    }
    #category-breaks-breakbeat,
    .genres-color-sprite-breaks-breakbeat-on {
        width: 132px;
        height: 132px;
        background-position: -216px -27px;
    }
    #category-broken-beat-nu-jazz,
    .genres-color-sprite-broken-beat-nu-jazz-on {
        width: 132px;
        height: 132px;
        background-position: -405px -27px;
    }
    #category-dance-club-house,
    .genres-color-and-dark-sprite-p3 {
        width: 132px;
        height: 132px;
        background-position: -32px -32px;
    }
    #category-uk-garage-bassline-grime,
	.genres-color-and-dark-sprite-p3 {
    	width: 132px;
    	height: 132px;
    	background-position: -32px -2023px;
	}
    #category-deep-house,
    .genres-color-sprite-deep-house-on {
        width: 132px;
        height: 132px;
        background-position: -27px -219px;
    }
    #category-drum-and-bass,
    .genres-color-sprite-drum-and-bass-on {
        width: 132px;
        height: 132px;
        background-position: -216px -216px;
    }
    #category-liquid-dnb,
	.genres-color-and-dark-sprite-p3 {
    	width: 132x;
    	height: 132px;
    	background-position: -33px -1626px;
	}
    #category-dubstep-trap-grime,
    .genres-color-sprite-dubstep-trap-grime-on {
        width: 132x;
        height: 132px;
        background-position: -406px -216px;
    }
    #category-dubstep,
    .genres-color-and-dark-sprite-p3 {
        width: 132x;
        height: 132px;
        background-position: -32px -432px;
    }
    #category-deep-dubstep-bass,
	.genres-color-and-dark-sprite-p3 {
   		width: 132x;
    	height: 132px;
    	background-position: -32px -233px;
	}
	#category-trap-future-bass,
	.genres-color-and-dark-sprite-p3 {
    	width: 132x;
    	height: 132px;
    	background-position: -32px -1824px;
	}
    #category-electro-electronica,
    .genres-color-sprite-electro-electronica-on {
        width: 132px;
        height: 132px;
        background-position: -595px -216px;
    }
    #category-electro-house,
    .genres-color-sprite-electro-house-on {
        width: 132px;
        height: 132px;
        background-position: -27px -407px;
    }
    #category-experimental-ambient-drone,
    .genres-color-sprite-experimental-ambient-drone-on {
        width: 132px;
        height: 132px;
        background-position: -217px -405px;
    }
    #category-future-house,
    .genres-color-sprite-future-house-on {
        width: 132px;
        height: 132px;
        background-position: -405px -405px;
    }
    #category-hardcore-hardstyle-hard-dance,
    .genres-color-sprite-hardcore-hardstyle-hard-dance-on {
        width: 132px;
        height: 132px;
        background-position: -594px -405px;
    }
    #category-house,
    .genres-color-sprite-house-on {
        width: 132px;
        height: 132px;
        background-position: -27px -595px;
    }
    #category-indie-dance-nu-disco,
    .genres-color-sprite-indie-dance-nu-disco-on {
        width: 132px;
        height: 132px;
        background-position: -215px -594px;
    }
    #category-lounge-downtempo-chill-out,
    .genres-color-sprite-lounge-downtempo-chill-out-on {
        width: 132px;
        height: 132px;
        background-position: -405px -596px;
    }
    #category-minimal,
    .genres-color-sprite-minimal-on {
        width: 132px;
        height: 132px;
        background-position: -594px -594px;
    }
    #category-popular-hard-uplifting-trance,
    .genres-color-sprite-popular-hard-uplifting-trance-on {
        width: 132px;
        height: 132px;
        background-position: -783px -27px;
    }
    #category-popular-progressive-house,
    .genres-color-sprite-popular-progressive-house-on {
        width: 132px;
        height: 132px;
        background-position: -784px -218px;
    }
    #category-psy-trance,
    .genres-color-sprite-psy-trance-on {
        width: 132px;
        height: 132px;
        background-position: -783px -405px;
    }
    #category-r-and-b-hip-hop-funk,
    .genres-color-sprite-r-and-b-hip-hop-funk-on {
        width: 132px;
        height: 132px;
        background-position: -783px -595px;
    }
    #category-reggae-dub,
    .genres-color-sprite-reggae-dub-on {
        width: 132px;
        height: 132px;
        background-position: -27px -785px;
    }
    #category-tech-house,
    .genres-color-sprite-tech-house-on {
        width: 132px;
        height: 132px;
        background-position: -217px -786px;
    }
    #category-techno,
    .genres-color-sprite-techno-on {
        width: 132px;
        height: 132px;
        background-position: -405px -784px;
    }
    #category-underground-progressive-house,
    .genres-color-sprite-underground-progressive-house-on {
        width: 132px;
        height: 132px;
        background-position: -596px -787px;
    }
    #category-leftfield,
	.genres-dark-and-color-sprite-p2 {
		width: 132px;
		height: 132px;
		background-position: -37px -923px;
	}
	#category-glitch-hop,
	.genres-dark-and-color-sprite-p2 {
		width: 132px;
		height: 132px;
		background-position: -37px -557px;
	}
	#category-funky-jackin-house,
	.genres-dark-and-color-sprite-p2 {
		width: 132px;
		height: 132px;
		background-position: -37px -192px;
	}
    /* master player */
    #genre-responsive {
        display: block;
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        line-height: 28px;
        color: #0d6eb3;
        margin-bottom: 20px;
        padding-top: 20px;
        padding-left: 2px;
        padding-right:2px;
    }
    #player {
        padding: 0;
        height: auto;
        margin-top: 0;
        margin-bottom: 0;
        border-bottom: 3px solid #0d6eb3;
    }
    #track-info {
		margin-top: 0px;
		margin-bottom: 0px;
	}
    .scrolling-mobile #show-player {
        /*top: 14px;*/
        /*right: 16%;*/
        position: initial;
        right: 24%;
    }
    #show-player {
        background-position: -320px -5px;
        background-repeat: no-repeat;
        display: inline-table;
        border: 1px solid #c1c8cd;
        background-origin: content-box;
        width: 93px !important;
        padding: 10px 8px 8px 8px;
        height: 93px !important;
        zoom: 0.4;
        text-align: center;
        margin-top: 0px;
        cursor: pointer;
        background-color: #eaf1f6;
    }
    .scrolling-mobile #hamburger-menu {
        position: absolute;
        /*top: 7px;*/
        /*top: 26px;*/
        right: 5%;
    }
    .genre-menu,
    .show-player{
        background-image: url(../img/player-misc-sprite.png);
        background-repeat: no-repeat;
        display: block;
    }
    #hamburger-menu {
        /*background-image: url(../img/hamburger-menu.png);*/
        background-position: -42px 0px;
        background-repeat: no-repeat;
        /*background-size: 100% 100%;*/
        display: inline-block;
        border: 1px solid #c1c8cd;
        background-origin: content-box;
        width: 93px !important;
        zoom: 0.4;
        padding: 6px;
        height: 93px !important;
        margin-top: 0px !important;
        text-align: center;
        margin-top: 0px;
        cursor: pointer;
        background-color: #eaf1f6;
    }
    #control-side {
        width: 100%;
        min-height: 105px;
        height: auto;
    }
    #control-side-buttons, #media-type-explanation {
        position: relative;
        display: block;
        width: 370px;
        padding-top: 15px;
        margin: 0 auto;
    }
    #control-side-buttons a:last-child {
        margin-right: 0;
    }
    #playMediaMaster,
    #pausePlayerMaster,
    #nextTrackMaster,
    #shuffleOnMaster,
    #shuffleOffMaster,
    #seekToMediaMaster {
        background-repeat: no-repeat;
        /*background-size: 100% 100%;*/ /* after sprite dont need this line */
        width: 50px;
        height: 50px;
        margin-right: 10px;
        display: inline-block;
        cursor: pointer;
        zoom: 0.4;
        width: 92px !important;
        height: 92px !important;
    }
    .scrolling header {
        display: none;
    }
    .scrolling #player,
    .scrolling #top-side,
    div#player-side {
        width: 100%;
        padding: 0;
    }
    #song-name-info, #media-type-explanation {
        width: 100%;
        text-align: center;
        font-size: 19px;
        line-height: 24px;
    }
    #left-side-control {
        position: relative !important;
        top: auto !important;
        width: 240px;
        display: block !important;
        margin: 0 auto;
        left: auto;
        display: none !important;
    }
    .share-it-icons,
    .popup-it-icons {
        display: inline-block;
    }
    #left-side-control span {
        margin-top: 0px;
        width: 0;
        display: inline-block;
        overflow: hidden;
        padding-left: 20px;
    }
    #right-side-control iframe {
        height: 150px;
        width: 100%;
        margin-left: 0 !important
    }
    #player-side #yt-player {
        float: none !important;
    }
    #right-side-control {
        position: fixed !important;
        left: 0;
        top: 5px;
        position: relative !important;
        width: 100%;
        min-height: 150px;
        z-index: 999999;
    }
    .scrolling-mobile #right-side-control {
        top: 80px;
        display: block;
        z-index: 999999;
        position: fixed !important;
        right: 0;
        left: 0;
    	height: 153px;
    	border-bottom: 3px solid #0d6eb3;
    }
    #sc-player {
        position: relative !important;
    }
    .mobile-ua #sc-player {
        display: none !important;
    }
    /* totals row */
    #top-side {
        display: none;
    }
    /* playlist */
    #playlist {
        margin-top: 0;
    }
    #playlist tr {
    	border-bottom: 0.5px solid #ccc;
    	height: 20px;
	}
    #playlist td {
        width: 100%;
        display: block;
        border: none;
    }
    .artist-text {
        padding-left: 15px;
        text-overflow: initial;
        white-space: normal;
        overflow: visible;
        max-width: none;
    }
    .right-pure {
        text-align: left;
        margin-right: 0;
        font-size: 14px;
    }
    .buy-button-link-1 .buy-button-cont {
        margin-left: 0;
        margin-top: 0;
        text-align: right;
        padding-right: 2%;
    }
    .buy-button-cont .link a {
        font-size: 9px;
        line-height: 14px;
    }
    .buy-button-link-2 .buy-button-cont {
        float: none;
        margin-right: 0;
        margin-top: 0px;
        text-align: center;
    }
    .buy-button-cont {
        display: block;
        margin-left: 0;
        padding: 0;
        border-radius: 0;
        width: 100%;
        border: none;
        position: relative;
    }
    .buy-button-link-1 .link,
    .buy-button-link-2 .price {
        float: none;
    }
    .price {
        display: none;
    }
    .buy-button-link-1 .price,
    .buy-button-link-2 .link {
        float: none;
    }
    #playlist td:first-child {
        display: none;
    }
    #playlist td:nth-child(2) {
        width: 9%;
        display: inline-block;
        padding-left: 3%;
    }
    #playlist td:nth-child(3) {
        width: 59%;
        padding-left: 2%;
        padding-right: 2%;
        line-height: 17px;
        font-size: 11px;
        text-align: justify;
        letter-spacing: 0px;
        display: inline-block;
        margin-bottom: 5px;
        max-height: 36px;
        overflow: hidden;
        margin: 5px 0;
    }
    #playlist td:nth-child(4) {
        width: 12%;
        display: inline-block;
        font-size: 12px;
        text-align: center;
        padding-left: 0%;
    }
    #playlist td:nth-child(5) {
        width: 20%;
        display: inline-block;
        padding-bottom: 4px;
        padding-left: 0%;
        line-height: 12px;
    }
    #playlist td:nth-child(6) {
        display: none;
    }
    /* footer */
    #site-information-one a {
        display: inline-block;
        width: 100%;
        position: relative !important;
        top: 0;
        left: 0;
    }
    #site-information-two {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        display: none;
    }
    #copyright {
        font-size: 94%;
    }
    #copyright span {
        /*display: block; */
        text-align: center;
    }
    #copyright span:after {
        content: "|";
        padding: 0;
    }
    #nextTrackMaster:hover  {
    	background-position: -209px -5px;
        border: 1px solid #c1c8cd;
    }
}

/* Including Tablet */
@media (max-width:1024px) {
    body {
        background-color: #0D6EB3;
        background-image: none;
    }
}

/* PLAYER-GRID STYLE (LIKE GLITCH-HOP USED TO BE) */

#player-grid #top-side tbody .file-title {
    background-image: linear-gradient(to right, #668299, #313233);
}

#player-grid #back-to-top {
    /*background: #629b9c !important;*/
    background-image: linear-gradient(to right, #668299, #313233);
}

#player-grid .now-playing .trackName,
#player-grid .now-playing .trackInfo,
#player-grid .now-playing .number,
#player-grid #back-to-top {
    color: #212121 !important;
}

#player-grid #top-side tbody {
    height: 34px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.50);
}

#player-grid .navigation {
    color: white;
    background: rgba(0, 0, 0, 0.06);
    /* tamna verzija aktivne boje*/
}

#player-grid .active-row:hover {
    background: rgba(0, 0, 0, 0.3);
    color: #ffffff;
}

#player-grid .now-playing .buy-button-cont {}


#nextTrackMaster, #pausePlayerMaster, #playMediaMaster, #seekToMediaMaster, #show-player, #hamburger-menu, #shuffleOffMaster, #shuffleOnMaster {
    border: 1px solid #c1c8cd;
    border-radius: 5px;
}
@media (max-width:668px){
    a#seekToMediaMaster {
        display: none;
    }
    #nextTrackMaster, #pausePlayerMaster, #playMediaMaster, #seekToMediaMaster, #shuffleOffMaster, #shuffleOnMaster {
        width: 95px!important;
        height: 95px!important;
        zoom: 0.6;
		-ms-zoom: 0.6;
		-webkit-zoom: 0.6;
		-moz-transform:  scale(0.6,0.6);
		-moz-transform-origin: top left;
        border: 1px solid #c1c8cd;
    }
    #show-player {
        padding: 10px 9px 8px;
    }
    #hamburger-menu, #show-player {
        width: 95px!important;
        height: 95px!important;
        zoom: 0.6;
		-ms-zoom: 0.6;
		-webkit-zoom: 0.6;
		-moz-transform:  scale(0.6,0.6);
		-moz-transform-origin: top left;
    }
    #hamburger-menu {
        padding: 6px 5px;
        margin-left: 10px;
        width: 95px!important;
    }
    #control-side-buttons, #media-type-explanation {
        width: 330px!important;
    }
}
@media (max-width:400px){
    #nextTrackMaster, #shuffleOnMaster, #shuffleOffMaster, #pausePlayerMaster, #playMediaMaster, #seekToMediaMaster {
        width: 85px!important;
        height: 85px!important;
        zoom: 0.55;
		-ms-zoom: 0.55;
		-webkit-zoom: 0.55;
		-moz-transform:  scale(0.55,0.55);
		-moz-transform-origin: top left;
        border: 1px solid #c1c8cd;
    }
    #show-player {
        padding: 5px 5px 8px;
    }
    #hamburger-menu, #show-player {
        width: 85px!important;
        height: 85px!important;
        zoom: 0.55;
		-ms-zoom: 0.55;
		-webkit-zoom: 0.55;
		-moz-transform:  scale(0.55,0.55);
		-moz-transform-origin: top left;
    }
    #hamburger-menu {
        padding: 1px 2px;
        margin-left: 0px;
    }
    #control-side-buttons, #media-type-explanation {
        width: 250px!important;
    }
    #nextTrackMaster {
        background-position: -213px -12px;
    }
    #playMediaMaster {
        background-position: -213px -111px;
    }
    #pausePlayerMaster:hover {
        background-position: -111px -113px;
    }
    #pausePlayerMaster {
        background-position: -111px -113px;
    }
    /*#nextTrackMaster:hover {
        background-position: -9px -114px;
    }*/
    #nextTrackMaster:hover  {
        background-position: -213px -12px;
        border: 1px solid #c1c8cd;
    }
    #seekToMediaMaster:hover {
        background-position: -107px -5px;
    }
    #playMediaMaster:hover {
         background-position: -10px -213px;
    }
    #shuffleOffMaster {
    	background-position: -111px -214px;
 	}
	#shuffleOffMaster:hover {
    	background-position: -213px -209px;
	}
	#shuffleOnMaster:hover {
    	background-position: -111px -215px;
  	}
	#shuffleOnMaster {
    	background-position: -217px -214px;
 	}
 }
