/*
Tunedge IMAGE Skin
//www.tunedge.com
Author: Martin Wood for Official Multimedia
*/

a:hover,
a:focus {
    text-decoration: underline;
}
div.clear {
    clear:both;
}

/*This brings back the color of the text in the input fields*/
input,
textarea {
    color: initial;
}

/* NAVIGATION
====================== */
#header {
    padding: 0;
}
#header_bg {
    background-image: url("//www.officialmultimedia.com/projects/tunedge/img/header_bg.jpg");
    height: 140px;
}
nav ul li:hover > ul {
    display: block;
}
nav ul li ul li {
    display: list-item;
    padding: 0;
    white-space: nowrap;
}
nav ul.nav-tabs li:hover {
    background: #000;
    background: linear-gradient(top, #000 0%, #222 40%);
    background: -moz-linear-gradient(top, #000 0%, #222 40%);
    background: -webkit-linear-gradient(top, #000 0%, #222 40%);
}
nav ul li:hover a {
    color: #fff;
}
nav ul .checkbox {
    margin-left: 10px;
}
nav ul .checkbox {
    cursor: pointer;
}
nav ul ul {
    display: none;
    background: #222;
    padding: 0;
    position: absolute;
    top: 100%;
    z-index: 10001;
    margin: 0;
}
nav ul ul li {
    float: none;
    border-top: 1px solid #6b727c;
    border-bottom: 1px solid #575f6a;
    position: relative;
}
nav ul ul li a {
    padding: .5em;
    color: #fff;
}
nav ul ul li a:hover {
    background: #000;
}
nav ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}

.input-group-btn:not(:first-child):not(:last-child)>.btn, .input-group-btn:not(:first-child):not(:last-child)>.btn-group {
    border-radius: 0;
}

@media(max-width:767px){
	.collapse.in {
	    display: block;
	    position: absolute;
	    top: 100%;
	    background: #000;
	    z-index: 999;
	    width: 93%;
	    padding: 0;
	    margin: 0;
	}
    .nav-tabs {
        display: block;
    }
	.nav-tabs>li {
	    float: none;
	    margin-bottom: 0;
	    text-align: left;
	}
	nav ul {
	    background: #000;
	    font-size: 1.1em;
	    padding: 5px 0;
	    position: relative;
	    display: block;
	}
}

li #socialBar a {
	float:left;
}
#socialBar:hover {
	background: none;
}
#switch_services nav {
    float: left;
}
#switch_services nav ul li {
	line-height: 1.5em;
}

/* SEARCH
====================== */

#search ul {
    display: inline-block;
    list-style: none outside none;
    float: right;
    margin-right: 20px;
}
#search ul li {
    margin-left: 10px;
    position: relative;
    float: right;
}
#search ul li a {
    color: #fff;
    font-size: 1em;
    float: right;
    position: relative;
    text-align: right;
}
#search ul li a:hover {
    color: #b62f2c;
    -webkit-text-stroke: 5px #000;
    text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

#search form button, .collapseBtn {
    background: #414141;
    /* Old browsers */
    
    background: -moz-linear-gradient(top, #414141 0%, #2a2a2a 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #414141), color-stop(100%, #2a2a2a));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, #414141 0%, #2a2a2a 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, #414141 0%, #2a2a2a 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, #414141 0%, #2a2a2a 100%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, #414141 0%, #2a2a2a 100%);
    /* W3C */
    
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414141', endColorstr='#2a2a2a', GradientType=0);
    /* IE6-9 */
    
    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;
}
/*.collapseBtn {
    width: 63px;
    height: 19px;
    padding-top: 3px;
}*/


h2 {
	color: #fff;
    font-size: 1.5em;
    text-transform: uppercase;
	margin: 0;
}

h3 {
	color: #fff;
    font-size: 1em;
    text-transform: uppercase;
	margin: 0;
}
.result_buttons img, #music_buttons img {
    -moz-border-radius: 35px;
    border-radius: 35px;
	border: 2px solid #c80d15;
    background-color: #323436;
    width: 40px;
    height: 40px;
}
.result_buttons img:hover, #music_buttons img:hover {
    -moz-border-radius: 35px;
    border-radius: 35px;
    border: 2px solid #575757;
	background-color: #df2a2a;
    width: 40px;
    height: 40px;
}
.result_buttons img[selected], #music_buttons img[selected] {
    background-color: #df2a2a;
}

.audioplayer-song-changer {
    width: 9%;
    float: left;
    margin-top: 8px;
}
    .audioplayer-song-changer img {
        -moz-border-radius: 35px;
        border-radius: 35px;
        border: 2px solid #575757;
        background-color: rgba(223, 42, 42, 1);
        width: 40px;
        height: 40px;
    }
        .audioplayer-song-changer img:hover {
            -moz-border-radius: 35px;
            border-radius: 35px;
            border: 2px solid #eee;
            width: 40px;
            height: 40px;
        }

/* HOME
====================== */

.grid_row {
    width: 100%;
    list-style-type: none;
    padding: 0px;
}
div.row_left img,
div.overlay_half img {
    width: 100%;
}
.row_left {
    width: 25%;
    float: left;
}
.row_right {
    width: 75%;
    float: left;
}
.double_grid {
    width: 32.33%;
    padding: .1% .5% .1% .5%;
    float: left;
    display: inline;
    position: relative;
}
.single_grid {
    padding: 0px 15px 30px 15px;
    position: relative;
}
.quarter_grid {
    width: 25%;
    padding: 1.5%;
    position: relative;
}
.overlay_full {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.overlay_half {
    display: block;
    position: relative;
    width: 100%;
    float: left;
	margin-bottom: -5px;
    overflow: hidden;
}
.overlay_half p {
    display: block;
    margin: 0;
    width: 100%;
    height: 2em;
    position: absolute;
    bottom: 0px;
    left: 0;
    padding: 0.3em 0px;
    background-color: #000;
    color: #fff;
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    opacity: 0.80;
    z-index: 1000;
}
.row_left p {
    display: block;
    margin: 0;
    width: 100%;
    height: 2em;
    position: absolute;
    bottom: 0px;
    left: 0;
    padding: 0;
    background-color: #000;
    color: #fff;
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    opacity: 0.80;
}
.overlay_half img {
    width: 100%;
    transition: all 0.2s linear;
}
.overlay_half:hover img {
    transform: scale(1.05);
}
.overlay_full img {
    width: 100%;
    transition: all 0.2s linear;
}
.overlay_full:hover img {
    transform: scale(1.05);
}

/* SUBLEVEL GRID
====================== */

#grid_scroll {
    height: 800px;
    overflow-y: scroll;
}
ul.left_collection {
    color: #fff;
    list-style-type: none;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    width: 20%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    float: left;
    text-align: center;
}
    ul.left_collection li {
        width: 100%;
        border: 0px none;
        margin-bottom: 10px;
        border-spacing: 0px;
        /*position: relative;*/
        display: inline;
        text-align: left;
    }
        ul.left_collection li a {
            color: #eee;
            font-size: 1.1em;
            float: left;
        }
        ul.left_collection li .leftNavItem,
        ul.left_collection li .playlist_owned,
        ul.left_collection li .playlist_notowned {
            display: block;
            position: relative;
            background: #222326;
            /* Old browsers */
    
            background: -moz-linear-gradient(top, #222326 0%, #323438 100%);
            /* FF3.6+ */
    
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #222326), color-stop(100%, #323438));
            /* Chrome,Safari4+ */
    
            background: -webkit-linear-gradient(top, #222326 0%, #323438 100%);
            /* Chrome10+,Safari5.1+ */
    
            background: -o-linear-gradient(top, #222326 0%, #323438 100%);
            /* Opera 11.10+ */
    
            background: -ms-linear-gradient(top, #222326 0%, #323438 100%);
            /* IE10+ */
    
            background: linear-gradient(to bottom, #222326 0%, #323438 100%);
            /* W3C */
    
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222326', endColorstr='#323438', GradientType=0);
            /* IE6-9 */
    
            float: left;
            width: 100%;
            position: relative;
            padding: 5px 0px 5px 10px;
        }
        ul.left_collection li div img {
            width: 40px;
            height: 40px;
            border: 2px solid #000;
	        transition: none;
            float: left;
            margin-right: 10px;
        }
        ul.left_collection li div:hover img {
            transform: scale(1) !important;
        }
        ul.left_collection li div p {
            display: block;
            margin: 0;
            width: 100%;
            height: 1em;
            position: absolute;
            bottom: 0;
            left: 0;
            padding: 0.5em 10px;
            background-color: #000;
            color: #fff;
            filter: alpha(opacity=80);
            -moz-opacity: 0.80;
            opacity: 0.80;
        }

ul.grid_subcollection {
    background-color: #222;
    float: right;
    list-style-type: none;
    margin: 0px 0px 0px 0px; 
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px 0 0 0;
    width: 80%;
    height: 100%;
}

#topLibraries {
    display: flex;
    flex-wrap: wrap;
}

#topLibraries > [class*='col-'] {
    flex-grow: 1;
}


.grid_topcollection {
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.grid_topcollection .wrapper {
    overflow: hidden;
    border: 1px solid #000;
}

.grid_topcollection .parent {
        width: 100%;
        transition: all 0.2s linear;
        overflow: hidden;
        /*position: relative;
        display: inline-block;*/
        height: 0;
        padding-bottom: 88%;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .grid_topcollection .wide {
        padding-bottom: 41%;
    }

    .grid_topcollection .parent:hover {
        transform: scale(1.05);
    }
    .grid_topcollection .child {
        height: 100%;
        width: 100%;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .grid_topcollection div p {
        display: block;
        margin: 0;
        width: 100%;
        position: absolute;
        bottom: 16px;
        left: 0;
        padding: 0.2em 0;
        background-color: #000;
        color: #fff;
        filter: alpha(opacity=80);
        -moz-opacity: 0.80;
        opacity: 0.80;
    }


ul.grid_paging {
    list-style-type: none;
}
ul.grid_results {
    list-style-type: none;
    margin: 0px 0px 0px 0px; /*Removed top Margin*/
    width: 80%;
    height: 100%;
    float: right;
    text-align: center;
    background-color: #474747;
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
}
    ul.grid_results li {
        background: #474747;
        /* Old browsers */
    
        background: -moz-linear-gradient(top, #dddddd 0%, #878787 1%, #1c1c1c 9%, #1a1a1a 24%, #111111 35%, #121314 40%, #191919 45%, #242424 61%, #363636 72%, #242424 79%, #121314 99%, #dddddd 100%);
        /* FF3.6+ */
    
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(1%, #878787), color-stop(9%, #1c1c1c), color-stop(24%, #1a1a1a), color-stop(35%, #111111), color-stop(40%, #000000), color-stop(45%, #191919), color-stop(61%, #242424), color-stop(72%, #363636), color-stop(79%, #242424), color-stop(99%, #121314), color-stop(100%, #dddddd));
        /* Chrome,Safari4+ */
    
        background: -webkit-linear-gradient(top, #dddddd 0%, #878787 1%, #1c1c1c 9%, #1a1a1a 24%, #111111 35%, #121314 40%, #191919 45%, #242424 61%, #363636 72%, #242424 79%, #121314 99%, #dddddd 100%);
        /* Chrome10+,Safari5.1+ */
    
        background: -o-linear-gradient(top, #dddddd 0%, #878787 1%, #1c1c1c 9%, #1a1a1a 24%, #111111 35%, #121314 40%, #191919 45%, #242424 61%, #363636 72%, #242424 79%, #121314 99%, #dddddd 100%);
        /* Opera 11.10+ */
    
        background: -ms-linear-gradient(top, #dddddd 0%, #878787 1%, #1c1c1c 9%, #1a1a1a 24%, #111111 35%, #121314 40%, #191919 45%, #242424 61%, #363636 72%, #242424 79%, #121314 99%, #dddddd 100%);
        /* IE10+ */
    
        background: linear-gradient(to bottom, #dddddd 0%, #878787 1%, #1c1c1c 9%, #1a1a1a 24%, #111111 35%, #121314 40%, #191919 45%, #242424 61%, #363636 72%, #242424 79%, #121314 99%, #dddddd 100%);
        /* W3C */
    
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#121314', endColorstr='#474747', GradientType=0);
        /* IE6-9 */
    
	    width: 100%;
	    min-height: 90px;
	    display: block;
	    overflow: hidden; 
    }
        ul.grid_results li:nth-child(odd) {} 
        ul.grid_subcollection li {
            width: 100%;
            border: 0px none;
            margin-bottom: 10px;
            border-spacing: 0px;
            display: inline;
            text-align: center;
        }

    ul.grid_subcollection li div {
        display: block;
        float: left;
        width: 23%;
        overflow: hidden;
        position: relative;
        margin: 0 0 1.6% 1.6%;
    }

ul.grid_subcollection li div img {
    width: 100%;
    border: 1px solid #000;
    transition: all 0.2s linear;
}
ul.grid_subcollection li div:hover img {
    transform: scale(1.05);
}
ul.grid_subcollection li div p {
    display: block;
    margin: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0.2em 0;
    background-color: #000;
    color: #fff;
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    opacity: 0.80;
}

ul.grid_subcollection li div.double {
    width: 47.5%;
}


.col-tb-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.result {
    padding: 10px;
    font-size: 1.2em;
}

.results_name {
    float: left;
    width: 100%;
    color: #fff;
    font-size: .84em;
    text-transform: uppercase;
    text-align: left;
    height: 1em;
	line-height: 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.results_description {
    color: #eee;
    float: left;
    width: 100%;
    font-size: .84em;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	line-height: 1em;
}
.results_date {
    float: left;
    width: 100%;
    color: #fff;
    font-size: .9em;
    text-align: center;
	line-height: 1em;
}
.results_time {
    color: #fff;
    float: left;
    width: 100%;
    font-size: .9em;
    text-align: center;
	line-height: 1em;
}
.result_versions {
    width: 100%;
    float: left;
    text-align: center;
}
#grid_pad {
    /*height: 140px;*/	
    clear: both;
}

.lyrics {
	line-height: 1em;
	/*white-space: pre;*/
	text-align: center;
}
.lyrics_btn {
    font-size: .8em;
    background: #121314;
    background: linear-gradient(top, #414141 0%, #121314 100%);
    background: -moz-linear-gradient(top, #414141 0%, #121314 100%);
    background: -webkit-linear-gradient(top, #414141 0%, #121314 100%);
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.15);
    text-shadow: none;
    color: #fff;
    padding: 0 10px;
    border: 2px solid #f7ff02;
    border-radius: 10px;
    list-style: none;
    position: relative;
    display: inline-table;
	vertical-align: top;
}
.result_player {
    float: left;
    width: 100%;
    margin: 0;
}
.result_waveform {
    float: left;
    width: 91%;
}
.result_waveform img {
    width: 100%;
    height: auto;
}
.loading-svg,.play-icon
{
    display: none;
}
.meta-artist-con {
    z-index: 10000;
}

#wrapper .scrub-bg {
    height: 30px;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    box-sizing: border-box;
}
#wrapper .scrub-bg-reflect {
    height: 20px;
    top: 60px;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.5;
    transform: scaleY(-1);
    width: 100%;
    box-sizing: border-box;
}
#wrapper .scrub-bg-img {
    height: 100%;
    max-width: none;
    position: relative;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: linear;
    box-sizing: border-box;
}
#wrapper .scrub-bg-reflect img.scrub-bg-img-reflect {
    display: block;
    height: 100%;
    max-width: none;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    line-height: 1;
}

/* SINGLE WAVEFORM
====================== */

/*.scrub-bg {
	height: 50px !important;
}*/

.result_buttons {
    float: left;
	display: inline-flex;
    width: 25%;
    margin: 10px 0px 0px 0px;
}
.result_buttons a {
	color: #222 !important;
    border-radius: 10px;
}

.track_more {
	padding: 20px;
}

.track_cover {
	float: left;
	width: 25%;
	box-sizing: border-box;
}

.track_cover img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.track_description {
	float: left;
	color: #fff;
	width: 50%;
	padding-left: 20px;
	box-sizing: border-box;
}

.track_versions {
	padding-left: 20px;
	width: 20%;
	float: left;
}

ul.more_versions {
	padding: 0 !important;
}

ul.more_versions li{
	height: auto !important;
	color: #fff;
	background: none !important;
	list-style-type: none;
}

.track_cover {
	color: #fff;
}

.track_cover h2 {
	color: #fff;
    font-size: 1.5em;
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline;
	margin: 0;
}

.track_cover h3 {
	color: #fff;
    font-size: 1em;
    text-align: center;
    text-transform: uppercase;
	margin: 0;
}

.result_more {
    background: #474747;
    /* Old browsers */
    
    background: -moz-linear-gradient(top, #f3f3f3 0%, #b2b2b2 1%, #333 9%, #383838 24%, #444 35%, #45484a 40%, #242424 45%, #363636 61%, #484848 72%, #363636 79%, #45484a 99%, #dddddd 100%) !important;
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f3f3), color-stop(1%, #b2b2b2), color-stop(9%, #333), color-stop(24%, #383838), color-stop(35%, #444), color-stop(40%, #000000), color-stop(45%, #242424), color-stop(61%, #363636), color-stop(72%, #484848), color-stop(79%, #363636), color-stop(100%, #45484a)) !important;
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, #f3f3f3 0%, #b2b2b2 1%, #333 9%, #383838 24%, #444 35%, #45484a 40%, #242424 45%, #363636 61%, #484848 72%, #363636 79%, #45484a 100%) !important;
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, #f3f3f3 0%, #b2b2b2 1%, #333 9%, #383838 24%, #444 35%, #45484a 40%, #242424 45%, #363636 61%, #484848 72%, #363636 79%, #45484a 100%) !important;
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, #f3f3f3 0%, #b2b2b2 1%, #333 9%, #383838 24%, #444 35%, #45484a 40%, #242424 45%, #363636 61%, #484848 72%, #363636 79%, #45484a 100%) !important;
    /* IE10+ */
    
    background: linear-gradient(to bottom, #f3f3f3 0%, #b2b2b2 1%, #333 9%, #383838 24%, #444 35%, #45484a 40%, #242424 45%, #363636 61%, #484848 72%, #363636 79%, #45484a 100%) !important;
    /* W3C */
    
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#121314', endColorstr='#474747', GradientType=0) !important;
    /* IE6-9 */
    
    height: 70px;

    padding-top: 10px;
    font-size: 1.3em !important;
}


/* PAGINATION
====================== */
.pagination {
    padding: 8px;
    margin-bottom: 10px;
    background-clip: padding-box;
    border: 1px solid;
    border-color: #070809 #0d0e0f #131517;
    border-color: rgba(0, 0, 0, 0.8) rgba(0, 0, 0, 0.65) rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    background-color: #222;
    background: #4c4c4c;
    /* Old browsers */
    
    background: -moz-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c4c4c), color-stop(12%, #595959), color-stop(25%, #666666), color-stop(39%, #474747), color-stop(50%, #2c2c2c), color-stop(51%, #000000), color-stop(60%, #111111), color-stop(76%, #2b2b2b), color-stop(91%, #1c1c1c), color-stop(100%, #131313));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
    /* W3C */
    
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0);
    /* IE6-9 */
    
    -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.05);
    box-shadow: 0 1px rgba(255, 255, 255, 0.05);
}
.pagination li {
    width: inherit !important;
    min-height: 20% !important;
    display: -webkit-inline-box !important;
}
.pagination > a,
.pagination > span {
    float: left;
    margin-left: 5px;
    padding: 0 6px;
    min-width: 17px;
    line-height: 27px;
    font-size: 14px;
    font-weight: bold;
    color: #d4d4d4;
    text-align: center;
    text-decoration: none;
    border: 1px solid black;
    border-radius: 3px;
}
.pagination:first-child {
    margin-left: 0;
}
.pagination > a {
    text-decoration: none;
    text-shadow: 0 2px rgba(171, 8, 8, 1);
    background-clip: padding-box;
    border-color: rgba(0, 0, 0, 0.9);
    background: #121314;
    /* Old browsers */
    
    background: -moz-linear-gradient(top, #121314 0%, #3d3d3d 47%, #121314 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #121314), color-stop(47%, #3d3d3d), color-stop(100%, #121314));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, #121314 0%, #3d3d3d 47%, #121314 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, #121314 0%, #3d3d3d 47%, #121314 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, #121314 0%, #3d3d3d 47%, #121314 100%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, #121314 0%, #3d3d3d 47%, #121314 100%);
    /* W3C */
    
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#121314', endColorstr='#121314', GradientType=0);
    /* IE6-9 */
    
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04), inset 0 1px rgba(255, 255, 255, 0.04), inset 0 -1px rgba(0, 0, 0, 0.15), 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04), inset 0 1px rgba(255, 255, 255, 0.04), inset 0 -1px rgba(0, 0, 0, 0.15), 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.1s ease-out;
    -moz-transition: 0.1s ease-out;
    -o-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
}
.pagination > a:hover {
    background-color: #333;
    background-color: rgba(255, 255, 255, 0.05);
}
.pagination > span,
.pagination > a:active {
    color: #eee;
    text-shadow: 0 -1px black;
    background: #1c1c1c;
    background: rgba(255, 255, 255, 0.01);
    border-color: black rgba(0, 0, 0, 0.65) rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.05), inset 0 2px 2px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.05), inset 0 2px 2px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
}
.pagination .prev,
.pagination .next {
    font-family: Noteworthy, Arial, sans-serif;
    font-size: 14px;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #72cf42;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #72cf42;
}


.contact_placement,
.registration_placement,
.login_placement, 
.MailingList_placement,
#cartContainer, 
#notesContainer {
    display: none;
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    z-index: 10001;
}

.contact_wrapper,
.registration_wrapper,
.login_wrapper, 
.MailingList_wrapper,
.cartMain, 
.notesMain {
	height: 100%;
    background: #474747;
    /* Old browsers */
    
    background: -moz-linear-gradient(top, #dddddd 0%, #878787 1%, #1c1c1c 9%, #1a1a1a 24%, #111111 35%, #121314 40%, #191919 45%, #242424 61%, #363636 72%, #242424 79%, #121314 99%, #dddddd 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(1%, #878787), color-stop(9%, #1c1c1c), color-stop(24%, #1a1a1a), color-stop(35%, #111111), color-stop(40%, #000000), color-stop(45%, #191919), color-stop(61%, #242424), color-stop(72%, #363636), color-stop(79%, #242424), color-stop(99%, #121314), color-stop(100%, #dddddd));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #dddddd 0%, #878787 1%, #1c1c1c 9%, #1a1a1a 24%, #111111 35%, #121314 40%, #191919 45%, #242424 61%, #363636 72%, #242424 79%, #121314 99%, #dddddd 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, #dddddd 0%, #878787 1%, #1c1c1c 9%, #1a1a1a 24%, #111111 35%, #121314 40%, #191919 45%, #242424 61%, #363636 72%, #242424 79%, #121314 99%, #dddddd 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, #dddddd 0%, #878787 1%, #1c1c1c 9%, #1a1a1a 24%, #111111 35%, #121314 40%, #191919 45%, #242424 61%, #363636 72%, #242424 79%, #121314 99%, #dddddd 100%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, #dddddd 0%, #878787 1%, #1c1c1c 9%, #1a1a1a 24%, #111111 35%, #121314 40%, #191919 45%, #242424 61%, #363636 72%, #242424 79%, #121314 99%, #dddddd 100%);
    /* W3C */
    
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#121314', endColorstr='#474747', GradientType=0);
    /* IE6-9 */

    display: none;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    width: 85%;
    max-width: 575px;
    padding-bottom: 15px;
    background-color: black;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 0 0 20px 0 #222;
    -webkit-box-shadow: 0 0 20px 0 #222;
    -moz-box-shadow: 0 0 20px 0 #222;
    position: relative;
}

/*#cartContainer,
#notesContainer,*/
.cartMain, 
.notesMain,
.contact_placement.active, 
.registration_placement.active, 
.login_placement.active, 
.MailingList_placement.active, 
#modal-content.active {
    display: block;
}


#note_wrapper {
	width: 100%;
}

td.LayerBold {
	position: absolute;
	left: 60px;
	margin-top: 30px;
}


.PopupHeader {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 2em;
    text-align: center;
    text-shadow: 1px 1px 0 #ab0808;
    text-transform: uppercase;	
}

.PopupHeaderLeft {
    float: left;    
    color: #fff;
    padding-left: 10px;
}
.PopupHeaderRight {
    float: right;    
    padding-right: 10px;
}

#noteList {
    clear: both;
    padding-right: 10px;
    border: none;
}
#noteList table {
    width: 100%;
}

#contactUsForm td.FormLabel, tr.PopupContent td.LabelForm {
	color: #fff;
    font-size: 1em;
    text-shadow: 1px 1px 0 #ab0808;
    text-transform: uppercase;
	margin: 0;
}


.form-left {
    text-align: right;
    white-space: nowrap;
}

.spacer {
    margin-top: 10px;
}

.center {
    margin: auto;
    width: fit-content;
}

#pnlContact .col-xs-5,
#pnlContact .col-xs-6,
#pnlContact .col-xs-7,
#pnlContact .col-xs-12, 
#pnlContact .col-sm-3,
#pnlContact .col-sm-6,
#pnlContact .col-sm-9,
#pnlContact .col-md-6,
#pnlRegistration .col-xs-5,
#pnlRegistration .col-xs-6,
#pnlRegistration .col-xs-7,
#pnlRegistration .col-xs-12, 
#pnlRegistration .col-sm-3,
#pnlRegistration .col-sm-6,
#pnlRegistration .col-sm-9,
#pnlRegistration .col-md-6 {
    padding-left: 6px;
    padding-right: 6px;
}


#popupBackground {
    display: none;
    top: 0;
    left: 0;
    position: fixed; 
    z-index: 10000; 
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px; 
    width: 100%; 
    height: 100%; 
    filter: alpha(opacity=70); 
	opacity: 0.7;
    background-color: #7c7c7c;
}


.cartHeader {
	background:url(../images/hdr_results.png) no-repeat;
	height: 22px;
	/*width: 625px;
    margin-left: auto; 
    margin-right: auto;*/
	color: #fff;
	font-size: 12px;
	padding: 5px 0 0 10px;
    font-size: 1em;
    /*text-shadow: 1px 1px 0 #ab0808;*/
    text-transform: uppercase;
}


.cartMain a, .notesMain a {
    font-size: 1em;
    color: #FFFFFF;
    padding-right: 5px;
}

.cartMain img, .notesMain img {
    border: 0;
}

.cartButtons {
    margin-left: auto; 
    margin-right: auto;
    background: transparent url(../images/bg_results.png) repeat-y scroll 0 0;
    padding-top: 10px;
}

#noteForm tr {
    height: 45px;
}

#notesList {
    overflow: hidden;
    max-height: 400px;
    /*width: 605px;*/
}

.singleItemMenu {
    left: 50px;
}

.addToCartMenu {
    display: none;
	z-index: 1000;
	position: absolute;
	padding: 0px 0px 0px 0px;
	background-color: #E1ECF4;
	color: #273D98; 
	border: solid 1px #273D98;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

.addToCartMenu p {
    font:bold 11px/16px arial,helvetica,sans-serif;
	display:block;
	border-width:1px;
	border-style:solid;
	border-color:#CCD0D6 #667385 #33455C #99A2AD;
	white-space:nowrap;
	margin:0;
	padding:1px 3px;
	color:#21378C;
	background:#FFFFFF url(../images/Subhead2Bg.gif);
	text-decoration:none;
}

.addToCartMenu a {
	font:bold 11px/16px arial,helvetica,sans-serif;
	display:block;
	border-width:1px;
	border-style:solid;
	border-color:#060 #888 #555 #bbb;
	white-space:nowrap;
	margin:0;
	padding:1px 3px;
	color:#000;
	background:#F4F3F3;
	text-decoration:none;
}

.addToCartMenu a:hover{
	color:#ffffff;
	background:#5F91BF;
}

.addToCartMenu li {
    list-style: none;
}

/* DOWNLOAD BUTTON */

.action_menu {
    top: -80px;
    /*right: 100%;*/
    /*font-size: .8em;*/
    z-index: 10001;
    border: 2px solid #c80d15;
    display: inline-block;
    position: relative;
	border-radius: 25px;
	/*width: 20%;*/
	/*top: none !important;*/
	/*left: !important;*/
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f3f3f3 0%, #b2b2b2 1%, #333 9%, #383838 24%, #444 35%, #45484a 40%, #242424 45%, #363636 61%, #484848 72%, #363636 79%, #45484a 99%, #dddddd 100%) repeat scroll 0 0 !important;
	color: #fff;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(171, 8, 8, 1);
    text-transform: uppercase;

    margin-left: auto;
    margin-right: auto;
	margin-bottom: -74px;
    padding: 7px;
}

.action_menu ul {
    padding-right: 10px;
    padding-left: 10px;
}

.action_menu ul li {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #dddddd 0%, #878787 1%, #1c1c1c 9%, #1a1a1a 24%, #111111 35%, #121314 40%, #191919 45%, #242424 61%, #363636 72%, #242424 79%, #121314 99%, #dddddd 100%) repeat scroll 0 0;
    border-radius: 25px;
    /*width: 90%;
    margin: auto;*/
    min-height: 24px;
}

.action_menu ul li#addPlaylist {
    /* Permalink - use to edit and share this gradient: //colorzilla.com/gradient-editor/#ffffff+0,d6d6d6+70,999999+100 */
	background: #ffffff; /* Old browsers */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
	border-radius: 25px;
    /*width: 90%;*/
    margin: auto;
    min-height: 24px;
	color: #000;
	text-shadow: none;
	font-weight: bold;
}

.action_menu ul li a {
    padding-left: 20px;
    padding-right: 20px;
}

.note_menu {
    top: -80px;
    right: 100%;
    font-size: .8em;
    z-index: 9999;
    border: 2px solid #c80d15;
}

/* PLAYLIST */

.playlist_owned {
	position: relative;
}
.playlist_owned:hover img {
	transform: scale(1) !important;
}
.playlist_owned img {
	width: 32px;
	height: 32px;
	border: 2px solid #c80d15 !important;
}
.playlist_notowned img {
	width: 32px !important;
	height: 32px !important;
	border: 2px solid #2fd565 !important;
}
.playlist_title {
	vertical-align: middle;
	background: none !important;
	/*width: 50% !important;*/
	float: left;
}
.playlist_title a {
	margin: 0 !important;
}
.playlist_icon {
	float: left;
	background: none !important;
	width: 36px !important;
	height: 36px !important;
	margin-right: 10px;
}
.playlist_menu {
	width: 100% !important;
	padding: 0 !important;
	float: left;
	text-align: center !important;
}

.PlaylistShare {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #dddddd 0%, #878787 1%, #1c1c1c 9%, #1a1a1a 24%, #111111 35%, #121314 40%, #191919 45%, #242424 61%, #363636 72%, #242424 79%, #121314 99%, #bbb 100%) repeat scroll 0 0;
	border: none !important;
	color: #fff !important;
	padding: 0px 20px 0px 20px;
	text-align: center;
}

.PlayListShare p, .form_header {
	background: none !important;
	border: none !important;
	color: #fff !important;
	font-family: "Open Sans Condensed",sans-serif !important;
    font-size: 2em !important;
    text-shadow: 1px 1px 0 #ab0808 !important;
    text-transform: uppercase !important;
	text-align: center !important;
}

.PlaylistShare a:link {
    color: #fff;
    text-decoration: underline;
}

.PlayListShare td {
	color: #fff !important;
	font-family: "Open Sans Condensed",sans-serif !important;
	padding: 1px 3px;
    text-decoration: none;
}

.PlayListShare  tr {
	text-align: center;
}

.BtnLarge {
	color: #fff !important;
    display: block;
	width: 200px;
    height: 1em;
	font-size: 1em;
	line-height: 1em;
    text-align: center;
    text-decoration: none !important;
	background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top, #414141 0%, #121314 100%) repeat scroll 0 0;
	border: 1px solid #fff;
	border-radius: 10px;
	font-size: 0.9em;
	position: relative;
	text-shadow: none;
	float: none;
	padding: 5px 10px 5px 10px !important;
	margin: 10px 0px 0px 10px;
	text-align: center;
}

.BtnSmall {
	color: #fff !important;
    display: block;
    height: 1em;
	font-size: 1em;
	line-height: 1em;
    text-align: center;
    text-decoration: none !important;
	background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top, #414141 0%, #121314 100%) repeat scroll 0 0;
	border: 1px solid #fff;
	border-radius: 10px;
	font-size: 0.9em;
	position: relative;
	text-shadow: none;
	float: none;
	padding: 5px 10px 5px 10px !important;
	margin: 10px 0px 0px 10px;
	text-align: center;
}

.BtnLarge a, .BtnSmall a {
	color: #fff !important;
}


#centerShowPublicWarning
{
    display: none;
    /*top: -80px;*/
    z-index: 10001;
    border: 2px solid #c80d15;

    /*position: relative;*/
	border-radius: 25px;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f3f3f3 0%, #b2b2b2 1%, #333 9%, #383838 24%, #444 35%, #45484a 40%, #242424 45%, #363636 61%, #484848 72%, #363636 79%, #45484a 99%, #dddddd 100%) repeat scroll 0 0 !important;
	color: #fff;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(171, 8, 8, 1);
    text-transform: uppercase;

    /*margin-left: auto;
    margin-right: auto;
	margin-bottom: -74px;*/

    /*border: solid 1px black;*/
    position: fixed;
    left: 50%;
    top: 50%;
    /*background-color: white;*/
 
    height: 24px;
    margin-top: -50px;

    width: 300px;
    margin-left: -150px;
}

.result_buttons div.action_menu ul li {
    min-height: 1em;
}

    .result_buttons div.action_menu ul li a {
        color: #fff !important;
    }
        .result_buttons div.action_menu ul li a:hover {
            color: #df2a2a !important;
        }
    
#play {
    cursor: pointer;
}
#pause {
    cursor: pointer;
}

.scrub-prog, .scrub-prog-reflect {
    background-color: #72cf42;
}

#apsimple {
    width: 100%;
    margin-top: 0;
    position: fixed;
    left: 0px;
    bottom: 0px;
}

.audioplayer .ap-controls .con-controls {
    width: 100%;
    line-height: 100%;
}

.audioplayer.skin-default .con-controls .con-playpause {
    z-index: 999 !important;
}

.audioplayer.skin-wave-mode-small .ap-controls .ap-controls-right {
    float: none;
}

.btn_dark {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top, #414141 0%, #121314 100%) repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 10px;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
    color: #fff;
    display: inline-table;
    font-size: 0.8em;
    list-style: outside none none;
    padding: 0 10px;
    position: relative;
    text-shadow: none;
    vertical-align: top;
}

    .btn_dark:hover {
        background: #fff;
        color: #000 !important;
    }

.cartMain a:hover, .notesMain a:hover {
    /*color: #000 !important;*/
    text-decoration: underline;
}

.btn_dark a {
    padding: 0;
}

#noteList {
    overflow-y: auto;
    height: 300px;
    margin-bottom: 4px;
}

    #noteList table tbody tr.SortRow th {
        text-align: left;
    }

#closeNotesSpan a:hover {
    color: #fff !important;
    text-shadow: 1px 1px 0 #000;
}


/* ----------- MAILING LIST ----------- */

#mc_embed_signup {
    text-align: center;
}

#mc_embed_signup_scroll {
    text-align: right;
    margin-right: 220px;
}

.audioplayer.skin-wave .ap-controls .con-playpause {
    top: 16px !important;
    left: 3px;
    width: 45px;
    height: 45px;
    -webkit-tap-highlight-color: transparent;
}

/******* NAVBAR ******/

.navbar {
    margin: 0;
    text-align: center;
    width: 100%;
    z-index: 3999;
}
.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
}


.playlist_btn,
.result_versions_btn {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top, #414141 0%, #121314 100%) repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 10px;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
    color: #fff !important;
    display: table;
    list-style: outside none none;
    padding: 0 10px;
    font-size: 16px;
    position: relative;
    text-shadow: none;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    margin-right: 10px;
}

    .playlist_btn a,
    .playlist_btn input,
    .result_versions_btn a, 
    .result_versions_btn input {
        color: #fff !important;
        font-size: 1em;
        list-style: outside none none;
        padding: 0 10px;
        position: relative;
        text-shadow: none;
        font-family: "Open Sans Condensed",sans-serif;
        background: none;
    }

    .playlist_btn:hover, 
    .playlist_btn a:hover, 
    .playlist_btn input:hover,
    .result_versions_btn:hover, 
    .result_versions_btn a:hover, 
    .result_versions_btn input:hover {
        background: #fff;
        color: #000 !important;
    }


input #btnSubmit {
    border: none;
}

.ui-menu-item {
    font-size: 14px;
    font-family: Arial;
    padding-left: 11px;
}

.ui-widget-content {
    z-index: 5000;
    padding-left: 0px;
}

.btn-default {
    z-index: 100;
}

a[onclick] {
    cursor: pointer;
}




 /* MUSIC PLAYER
====================== */

#music_wrapper {
    margin: auto;
    width: 100%;
    /*min-width: 1024px;*/
    max-width: 1600px;
}

.audioplayer {
    margin: 0;
    /*width: 90%;*/
    float: left;
    /*overflow: hidden;*/
}

.audioplayer-song-changer,
img#play,
img#pause {
    z-index: 10001;
}

#music_buttons_container {
    float: right;
    /*width: 100px;*/
}

#music_buttons {
    float: left;
    text-align: center;
    padding: 20px 10px 5px 10px;
}

#music_wrapper .result_versions_btn {
    /*float: right;*/
    margin-top: 20px; 
    margin-left: 10px;
}

.audioplayer.skin-wave .ap-controls .scrubbar {
    /*top: -43px;*/
    /*width: 85%;*/
    /*left: 65px;*/
    /*clear: left*/;
    cursor: pointer;
    /*position: relative;*/
    z-index: 9999;
}


.skin-wave.audioplayer .ap-controls .con-playpause .playbtn {
    background-color: rgba(223, 42, 42, 1);
}
.skin-wave.audioplayer .ap-controls .con-playpause .pausebtn {
    background-color: rgba(223, 42, 42, 1);
}
.skin-wave.audioplayer .meta-artist .the-artist {
    color: rgba(237, 29, 36, 1);
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 18px;
    font-weight: normal;
}

/*.skin-wave-mode-small.audioplayer .ap-controls .ap-controls-right {
    display: none;
}*/
.skin-wave.audioplayer .meta-artist .the-name {
    background: none;
}
    .skin-wave.audioplayer .meta-artist .the-name a {
        color: rgb(255, 255, 255);
        text-transform: uppercase;
        font-family: "Open Sans Condensed",sans-serif;
        text-decoration: none;
    }


.skin-wave-mode-small.audioplayer .the-thumb-con .the-thumb {
    width: 70px !important;
    height: 70px !important;
}

.skin-wave.audioplayer .audioplayer-inner .the-thumb-con {
    margin-top: 5px !important;
}




input {
    color: #000;
}
select {
    color: #000;
}

h1, h2, h3, h4 {
    font-weight: bold;
}

/* Popups */

.popupButton {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top, #414141 0%, #121314 100%) repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 10px;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
    /*color: #fff !important;*/
    display: table;
    list-style: outside none none;
    padding: 7px;
    font-size: 1em;
    position: relative;
    text-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
    margin-top: 4px;
}

.closeButton {
    margin-right: 4px;
}

a.popupButton,
a .popupButton {
    color: #fff;
    text-decoration: none;
}

a.popupButton:hover, 
a.popupButton:focus,
a:hover .popupButton, 
a:focus .popupButton
{
    background: #fff;
    color: #000;
    text-decoration: none;
}

.playlist_menu,
.playlist_title,
.popupButtonGroup {
    display: flex;
    justify-content: center;
}


.cover {
    color: yellow;
    font-size: large;
    font-family: 'Open Sans',sans-serif;
    top: -5px;
    position: relative;
}

/* RESPONSIVE
====================== */
/*MEDIUM AND SMALLER*/
@media (max-width: 1200px) {
    div.result_buttons a img,
    .audioplayer-song-changer img {
        width: 40px;
        height: 40px;
    }
}

/* ----------- MOBILE MIN WIDTH ----------- */

/*MEDIUM AND LARGER*/
@media(min-width: 992px) {
    .nav-tabs {
        font-size: .9em;
    }
    /*.nav-tabs.headerLoggedIn {
        font-size: .9em;
    }*/
}

/*LARGE AND BIGGER*/
@media (min-width: 1200px) {
    .nav-tabs {
        font-size: 1em;
    }
    /*.nav-tabs.headerLoggedIn {
        font-size: 1em;
    }*/
}

/*SMALLER THAN MEDIUM*/
@media screen and (max-width: 992px) {
    .row_left {
        width: 50%;
    }
    /*.audioplayer {
        width: 80%;
    }*/
    ul.grid_subcollection {
        width: 100%;
    }

    /*ul.grid_subcollection li div {
        width: 31%;
    }*/

    ul.grid_results {
        width: 100%;
    }

        ul.grid_results li {
            min-height: 70px !important;
        }

    #collection_content {
        overflow-y: hidden;
    }


    div.result_buttons a img, 
    .audioplayer-song-changer img {
        height: 40px;
        width: 40px;
    }

    #header_ad, #header_social, ul.left_collection {
        display: none;
    }

    div#top_logo img {
        padding: 6px 0 6px 0;
        width: auto;
        height: 50px;
    }

    div.container-fluid ol.breadcrumb {
        padding: 0;
        white-space: nowrap;
    }

    div.container-fluid div#breadcrumb_bar {
        text-align: left;
        padding: 0 16px;
    }

    /*#wrapper .scrub-bg-reflect {
        display: none;
    }*/

    .track_cover {
        display: none;
    }

    .track_description {
        width: 100%;
        padding: 0;
    }

    .track_versions {
        display: none;
    }

    .result_buttons {
        clear: left;
        float: none;
        width: auto;
    }

    .result_more {
        height: 70px !important;
    }

        .result_more .audioplayer-song-changer {
            height: auto;
        }

    ul.pagination li {
        min-height: 40px !important;
    }

    .result_more_play {
        margin-top: -31px;
    }

    .result .col-xs-12 {
        padding-left: 0;
    }

    .results_versions {
        font-size: 1em;
    }

    .result_versions_btn {
        /*font-size: 16px !important;
        padding: 0px 3px;*/
        margin-left: 5px;
        margin-top: 0px;
    }

    #ap1 .col-sm-1, 
    #ap1 .col-sm-2, 
    #ap1 .col-sm-3, 
    #ap1 .col-sm-4, 
    #ap1 .col-sm-5, 
    #ap1 .col-sm-6, 
    #ap1 .col-sm-7,
    #ap1 .col-md-3, 
    #ap1 .col-md-4, 
    #ap1 .col-md-7,
    #ap1 .col-md-8 
     {
        padding-right: 0;
        padding-left: 0;
    }

}

/*SMALL ONLY*/
@media(min-width: 768px) and (max-width: 992px) {

    ul.grid_results li {
        min-height: 100px !important;
    }
}

/*EXTRA SMALL AND SMALLER*/
@media(max-width: 768px) {
    .audioplayer-song-changer {
        width: 9%;
        float: left;
        margin-top: -31px;
    }

    .meta-artist-con {
        display: none !important;
    }

    ul.grid_subcollection li div {
        width: 48%;
    }

    ul.grid_subcollection li div.double {
        width: 97%;
    }
    
    #results {
        display: none;
    }

    .small .result_buttons .rightbtn {
        display: block;
    }

    .result_buttons .rightbtn {
        display: none;
        position: absolute;
        width: 175px;
        top: 0 !important;
        right: 0px !important;
        width: 100% !important;
    }

    .track_more {
        padding: 20px;
    }

    .audioplayer .ap-controls .con-playpause .playbtn {
        position: absolute;
        top: 1px;
        left: 0;
    }

    a.music_toggle {
        border: 1px solid #fff;
        width: 65px;
        height: 35px;
        color: #fff !important;
        font-size: 30px;
        padding: 3px;
        display: inline-block !important;
        line-height: 10px;
        cursor: pointer;
    }

    .result_buttons {
        margin: -30px 0px 0px 0px;
    }

        .result_buttons .rightbtn {
            display: none;
            position: relative;
            width: 175px;
            top: 20%;
            right: 25%;
        }

    .rightbtn a {
        display: inline-block;
        z-index: 999;
    }

    .result_buttons.show_bt .rightbtn {
        display: block;
    }

    .result_versions_btn {
        position: relative;
        /*z-index: 9999;*/
        font-size: 1em;
        /*display: none;*/
        margin-top: 5px;
    }

    #music_buttons {
        width: 185px;
        display: none;
    }

    .small-section {
        position: relative;
    }

    .results_time {
        width: 10%;
        font-size: 1em;
        margin-top: 8px;
        margin-right: 00px;
        float: left;
    }

    .results_date,
    .result_waveform,
    .results_description {
        display: none;
    }
    .scrubbar {
        top: 0px;
        left: 10%;
    }

    .audioplayer.skin-wave.alternate-layout .ap-controls .scrubbar .scrub-bg, 
    .audioplayer.skin-wave.alternate-layout .ap-controls .scrubbar .scrub-prog {
        height: 0 !important;
    }

    .scrub-prog-img {
        width: 0px !important;
        height: 0px !important;
    }

    .results_name {
        /*padding-left: 56px;*/
        font-size: 1em !important;
        margin-top: 8px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .result {
        position: relative;
    }

    .grid_results li.result {
        min-height: 0 !important;
        height: 70px !important;
        overflow: hidden;
        position: relative;
    }

    .audioplayer.skin-wave .ap-controls .con-playpause .playbtn, 
    .audioplayer.skin-wave .ap-controls .con-playpause .pausebtn {
        width: 80% !important;
        height: 80% !important;
    }

    .action_menu {
        position: fixed;
        top: 200px;
        width: 100%;
        /*z-index: 999;*/
    }

    #pnlContact .Comments {
        width: 135.5px;        
    }

    .contact_wrapper,
    .registration_wrapper,
    .login_wrapper, 
    .MailingList_wrapper,
    .cartMain, 
    .notesMain {
        width: 100% !important;
        overflow: auto;
    }

    .contact_placement,
    .registration_placement,
    .login_placement, 
    .MailingList_placement,
    #cartContainer, 
    #notesContainer {
        height: 100%;
        top: 0px !important;
    }
}

/*SUPER SMALL*/
@media(max-width: 320px) {
    .result_more .result_versions_btn {
        display: none;
    }

    .audioplayer.skin-wave .ap-controls {
        margin-top: -38px !important;
    }

        .audioplayer.skin-wave .ap-controls .con-playpause {
            top: -4px !important;
            left: 3px;
            width: 45px;
            height: 45px;
            -webkit-tap-highlight-color: transparent;
        }

    .results_time {
        width: 10%;
        font-size: 14px;
        margin-top: 15px;
        margin-right: 00px;
        float: left;
    }
}

/* SMALLER THAN EXTRA SMALL */
@media (max-width: 480px) {
    .col-xs-1, .col-xs-2, .col-xs-9 {
        padding-right: 0;
        padding-left: 10px;
    }

    ul.grid_results {
        padding-top: 10px;
    }

    .hidden-xxs {
        display: none;
    }
    h2 {
        padding-bottom: 10px;
    }
    .results_name {
        padding-left: 16px;
    }
}



/*iphone 6+ landscape -- didn't work... Not sure how to do this: */
/*@media(device-width: 736px) and (device-height: 414px)
{
    .login_wrapper.active::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
    }
    .login_wrapper.active::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(0,0,0,.5);
        -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
    }
}*/

/* Fixes for the Switch Services DDL */
  /*@media(min-width: 320px) and (max-width: 599px){
    .input-group.search_bar #audioType {
        width: 15% !important;
        height: 34px !important;
        margin: 0;
        padding: 0;
        text-align: center !important;
        float: left;
        padding-left: 16px;
        font-size: 12px;
        padding: 8px 8px 8px 16px;
    }
    .input-group.search_bar .input-group .form-control:not(:first-child):not(:last-child), 
    .input-group.search_bar .input-group-addon:not(:first-child):not(:last-child), 
    .input-group.search_bar .input-group-btn:not(:first-child):not(:last-child) {
        border-radius: 0;
        width: 11%;
    }
    .input-group.search_bar #txtSearch {
        float: left;
        width: 58%;
        display: block;
        margin: 0;
        padding-left: 30px;
    }
    .input-group.search_bar .input-group-btn {
        position: relative;
        font-size: 0;
        white-space: nowrap;
        display: block;
        float: left;
        width: 15%;
    }
    .input-group.search_bar {
        position: relative;
        display: block;
        float: left;
        width: calc(100% - 60px);
    }
}

 @media(min-width: 600px) and (max-width: 767px){
    .input-group.search_bar #audioType {
        width: 14% !important;
        height: 34px !important;
        margin: 0;
        padding: 0;
        text-align: center;
        float: left;
        text-indent: 37%;
        padding: 5px;
    }
    .input-group.search_bar .input-group .form-control:not(:first-child):not(:last-child), 
    .input-group.search_bar .input-group-addon:not(:first-child):not(:last-child), 
    .input-group.search_bar .input-group-btn:not(:first-child):not(:last-child) {
        border-radius: 0;
        width: 9%;
    }
    .input-group.search_bar #txtSearch {
        float: left;
        width: 63%;
        display: block;
        margin: 0;
    }
    .input-group.search_bar .input-group-btn {
        position: relative;
        font-size: 0;
        white-space: nowrap;
        display: block;
        float: left;
        width: 14%;
    }
    .input-group.search_bar {
        position: relative;
        display: block;
        float: left;
        width: 89%;
    }
}


 @media(min-width: 768px){
    .input-group.search_bar {
        position: relative;
        display: block;
        border-collapse: separate;
    }
    .search_bar .input-group-btn {
        position: relative;
        font-size: 0;
        white-space: nowrap;
        float: left;
        display: block;
        width: 10%;
    }
    .search_bar.input-group .form-control#txtSearch{
        display: block;
        width: 70%;
        float: left !important;
    }
    .search_bar .btn-default {
        z-index: 100;
        width: 100%;
    }
}
@media(min-width: 992px) and (max-width: 1140px) {

    .search_bar.input-group .form-control#txtSearch {
        display: block;
        width: 68%;
        float: left !important;
    }
}*/


