html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background-color: #121314;
    color: #fff;
    font-size: 1.7em;
    font-family: 'Open Sans Condensed',sans-serif;
    overflow: hidden;
}

a {
    text-decoration: none;
}

ol .breadcrumb {
    float: left;
}

#welcome_wrapper {
    float: right;
    margin: 0;
    line-height: 1.2em;
}

#top_logo {
    /*align-items: center;*/
    display: flex;
    /*justify-content: center;*/
    width: 100%;
}

.no_padding {
    padding: 0 !important;
}

nav {
    text-align: left;
}

nav ul {
    color: #000;
    background: #000;
    padding: 5px;
    list-style: none;
    position: relative;
    display: inline-table;
}

nav ul:after {
    content: "";
    clear: both;
    display: block;
}

nav ul.nav li {
    display: none;
}

nav ul.nav li #switchServices li {
    display: list-item;
    text-align: left;
}

nav ul li {
  margin: 0;
}

nav ul li a {
    color: #fff;
    display: inline-block;
    padding: 0 .4em;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    text-decoration: none;
}

.nav > li > a {
    padding: 8px 8px;
}


nav ul li .checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio] {
    color: #000!important;
    margin-left: 0;
}

.navbar-default {
    background-color: #000 !important;
    border-color: #111 !important;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: #000 !important;
}
.navbar {
    position: fixed;
    margin: 0;
    text-align: center;
    width: 100%;
}

.navbar-toggle {
    margin-top: 0;
}

.navbar-collapse.collapse {
    padding-left: 0px;
    padding-right: 0px;
}

.nav-tabs {
    border: none;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:focus, 
.nav-tabs > li.active > a:hover,
.nav > li > a:hover {
    color: #fff !important;
    background: #2a2a2a !important;
    background: linear-gradient(top, #414141 0%, #2a2a2a 100%) !important;
    background: -moz-linear-gradient(top, #414141 0%, #2a2a2a 100%) !important;
    background: -webkit-linear-gradient(top, #414141 0%, #2a2a2a 100%) !important;
    border: none;
    border-bottom: solid #72cf42 1px;
}

.nav-tabs > li > a {
    border-radius: 0;
}


#youtube {
    background: rgba(0,0,0,0) url("/Images/LoveTheMusic/social-youtube-30.png") repeat scroll 0 0/25px auto;
    display: inline-block;
    height: 25px;
    margin: 0 0 0 10px;
    position: relative;
    width: 25px;
}

#youtube:hover {
    background: rgba(0,0,0,0) url("/Images/LoveTheMusic/social-youtube-30-hover.png") repeat scroll 0 0/25px auto;
    display: inline-block;
    height: 25px;
    position: relative;
    width: 25px;
}

#twitter {
    background: rgba(0,0,0,0) url("/Images/LoveTheMusic/social-twitter-30.png") repeat scroll 0 0/25px auto;
    display: inline-block;
    height: 25px;
    margin: 0 0 0 10px;
    width: 25px;
}

#twitter:hover {
    background: rgba(0,0,0,0) url("/Images/LoveTheMusic/social-twitter-30-hover.png") repeat scroll 0 0/25px auto;
    display: inline-block;
    height: 25px;
    position: relative;
    width: 25px;
}

#facebook {
    background: rgba(0,0,0,0) url("/Images/LoveTheMusic/social-facebook-30.png") repeat scroll 0 0/25px auto;
    display: inline-block;
    height: 25px;
    margin: 0 0 0 10px;
    position: relative;
    width: 25px;
}

#facebook:hover {
    background: rgba(0,0,0,0) url("/Images/LoveTheMusic/social-facebook-30-hover.png") repeat scroll 0 0/25px auto;
    display: inline-block;
    height: 25px;
    position: relative;
    width: 25px;
}

.fa {
    display: inline!important;
    color: #fff!important;
    width: 15px;
    height: 20px;
    padding: 0 2px 5px 0;
    font-size: 16px!important;
}

#welcome {
    color: #fff;
    float: left;
    margin: 15px 10px 0 0;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0,0,0,1);
    max-width: 180px;
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

input[type=search] {
    -webkit-appearance: textfield;
}

input[type="search"] {
    width: 330px;
    background: transparent;
    border: 1px solid #ddd;
    color: #fff;
    font-size: 14px;
    line-height: 1.2em;
    padding: 4px 10px 4px 10px;
    margin: 0 3px 0 -1px;
}

/*
select.tunedge {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 65px;
    padding: 3px;
    background: #414141;
    background: -moz-linear-gradient(top,#414141 0%,#2a2a2a 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#414141),color-stop(100%,#2a2a2a));
    background: -webkit-linear-gradient(top,#414141 0%,#2a2a2a 100%);
    background: -o-linear-gradient(top,#414141 0%,#2a2a2a 100%);
    background: -ms-linear-gradient(top,#414141 0%,#2a2a2a 100%);
    background: linear-gradient(to bottom,#414141 0%,#2a2a2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#414141',endColorstr='#2a2a2a',GradientType=0);
    text-align: center;
    font-family: 'Open Sans Condensed',sans-serif;
    font-size: 1em;
    margin-left: 5px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #fff;
    border: none;
    outline: none;
    display: inline-block;
}*/

/*@media screen and (-webkit-min-device-pixel-ratio: 0) {*/
@media screen {
    select {
        padding-right:18px
    }
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}

body::-webkit-scrollbar-thumb {
    background-color: #a9a9a9;
    outline: 1px solid #708090;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    border-radius: 10px;
    background-color: #000;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.5);
    background-color: #a9a9a9;
    outline: 1px solid #708090;
}

#audio_type label select option {
    background: #111;
    color: #fff;
}

.dropdown-menu {
    min-width: 115px;
    padding: 0; 
}

.dropdown-item {
    padding: 10px; 
}


@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'),local('OpenSans'),url(//fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3ZBw1xU1rKptJj_0jans920.woff2) format('woff2');
}


@font-face {
    font-family: 'Open Sans Condensed';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Cond Light'),local('OpenSans-CondensedLight'),url(//fonts.gstatic.com/s/opensanscondensed/v10/gk5FxslNkTTHtojXrkp-xMmDra0ONnO3FPH--kzkC5zr7w4p9aSvGirXi6XmeXNA.woff2) format('woff2');
}

/*
#search button {
    background: #414141;
    background: -moz-linear-gradient(top,#414141 0%,#2a2a2a 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#414141),color-stop(100%,#2a2a2a));
    background: -webkit-linear-gradient(top,#414141 0%,#2a2a2a 100%);
    background: -o-linear-gradient(top,#414141 0%,#2a2a2a 100%);
    background: -ms-linear-gradient(top,#414141 0%,#2a2a2a 100%);
    background: linear-gradient(to bottom,#414141 0%,#2a2a2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#414141',endColorstr='#2a2a2a',GradientType=0);
    font-family: 'Open Sans Condensed',sans-serif;
    font-size: 1em;
    color: #fff;
    text-align: center;
    margin-left: 5px;
    width: 50px;
    height: 25px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: none;
    outline: none;
}*/

#loading {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 100;
    height: 50px;
    margin-top: -50px;
    width: 50px;
    margin-left: -50px;
}

#wrapper {
    background-color: #121314;
    height: 100%;
    margin: auto;
    max-width: 1600px;
    width: 100%;
}

#grid {
    background-color: #121314;
    width: 100%;
    height: 100%;
    list-style-type: none;
    padding: 0; /*166px 0 0 0;*/
    text-align: center;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

label {
    position: relative;
}

label:after {
    font: 11px "Consolas",monospace;
    color: #aaa;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 8px;
    top: 2px;
    padding: 0 0 2px;
    border-bottom: 1px solid #ddd;
    position: absolute;
}

label:before {
    content: '';
    right: 6px;
    top: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    display: block;
}

#results {
    float: right;
    margin: 0!important;
}

.wrapper_bottom {
    position: fixed;
    bottom: 0;
    width: 100%
}



/*Remainging Styles from Official.css*/
/* GLOBAL STYLES
====================== */

a, a:hover, a:focus {
    color: #72cf42;
    text-decoration: none;
}

.centered {
    text-align: center;
}

.breadcrumb {
    background-color: #000 !important;
}

.form-control,
.chosen-container
 {
    background-color: #222;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

    .form-control:focus {
        border-color: #72cf42;
    }

#header_social {
    color: #fff;
    font-size: 1.5em;
    padding: 10px 0 0;
    text-align: left;
    text-shadow: 1px 1px 0 rgb(0, 0, 0);
    display: none;
}

#header_ad {
    padding: 10px 0 0;
}

/*div#top_logo img {
    padding-top: 21.2px;
    max-width: 220px;
}*/

/* WRAPPER
====================== */


.container-fluid {
    max-width: 1600px;
    height: 100%;
    padding: 0;
}

#collection_content {
    height: 100%;
    list-style-type: none;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
}

.row {
    margin: 0;
}

#grid_wrapper {
    border: medium none;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

/* CHROME 57 FIX
====================== */
ul.grid_subcollection li {
	position: static !important;
}


/* 
====================== */

div.container-fluid ol.breadcrumb li a {
    color: #fff;
}

div.container-fluid ol.breadcrumb > .active {
    color: #72cf42;
}

div.container-fluid ol.breadcrumb {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: inline;
    /*margin: 0 0 10px;*/
    padding: 0; /*0 0 10px;*/
}

div.container-fluid div#breadcrumb_bar {
    text-align: left;
    margin: 0 0 5px;
    padding: 0 15px 0 15px;
}

.error {
    color: red;
}