/* ==|== primary styles =====================================================    It Fits - HTML5/CSS3 Responsive template	$hekh@r d-Ziner (@shekhardesigner)	April 26th, 2012	Released under Creative Common License	Original post:  http://www.cssjunction.com/freebies/html5-css3-responsive-web-template   ========================================================================== */ /*================================================    RESET================================================*/

html, button, input, select, textarea {
    color: #444;
}

::-moz-selection {
    background: #ffcc44;
    color: White;
    text-shadow: none;
}

::selection {
    background: #ffcc44;
    color: White;
    text-shadow: none;
}

.djprinceLogo {
    height: 90px;
    margin-top: -10px;
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #bdbdbd;
    background-color: #222;
}

h1, h2 {
    font-family: 'Oswald', 'Century Gothic', 'Trebuchet MS', Tahoma;
}

h3, h4 {
    font-family: Helvetica, Arial, Tahoma;
    color: #10253d;
}

h1 {
    font-size: 2.5em;
}

h2 {
    font-size: 2em;
    line-height: 1.15em;
    color: #747474;
}

    h2.orphan {
        margin: 0 0 20px;
    }

h3 {
    font-size: 1.6em;
    margin: 0 0 10px;
    color: burlywood;
}

ul, ol {
    margin: 1em 0;
    padding: 0 0 0 30px;
}

dd {
    margin: 0 0 0 40px;
}

.SongBox {
    height: 220px;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

a {
    color: #636363;
    text-decoration: none;
}

    a:focus, a:hover, a:active {
        outline: 0 none;
        color: #3891cf;
    }

strong {
    color: #747474 !important;
    font-weight: 300 !important;
}
/*================================================    LAYOUTS================================================*/

.container {
    margin: 0 auto;
    width: 960px;
}

span.icon {
    text-transform: none !important;
}

header {
  /*  background-color: #1e88de; /*background: url(../images/light-pattern2.png) transparent;*/
    padding: 15px 0 0;
    height: 100px;
}

#logo {
    color: #3891cf;
    font: 30px 'Oswald', 'Century Gothic', 'Trebuchet MS', Tahoma;
    height: 32px;
    display: block;
    float: left;
    margin: 15px 0 0;
    margin-bottom: 10px;
    margin-top: 0px;
}

    #logo .icon {
        padding-right: 5px;
    }

nav {
    float: right;
    margin: 15px 0 0;
    clear: both;
}

ul[role=navigation] {
    margin: 0;
    padding: 0;
    overflow: hidden;
    font: 0.9em/1.67em Helvetica, Arial, Tahoma;
    text-transform: uppercase;
}

    ul[role=navigation] li {
        list-style: none;
        float: left;
        margin: 0 0 0 10px;
    }

        ul[role=navigation] li a {
            background: rgb(0, 190, 248);
            border: 1px solid #2495b4;
            border-bottom: 0;
            -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3) inset;
            -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3) inset;
            box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3) inset;
            -moz-border-radius: 3px 3px 0 0;
            -webkit-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0;
            color: white;
            display: block;
            padding: 7px 20px 5px;
        }

            ul[role=navigation] li a:hover, ul[role=navigation] li a:focus, ul[role=navigation] li a:active, ul[role=navigation] li a.activePage {
                border-color: #10253d;
                background-color: #36359d;
                color: White;
                -moz-box-shadow: rgba(255, 255, 255, 0.8) 0 1px 0;
                -webkit-box-shadow: rgba(255, 255, 255, 0.8) 0 1px 0;
                box-shadow: rgba(255, 255, 255, 0.8) 0 1px 0;
            }

            ul[role=navigation] li a .icon {
                padding-right: 10px;
                font-size: 17px;
            }

section[role=banner] {
    /*background: url(../images/light-pattern.png);*/
    
    border-bottom: 1px solid #303030;
}

.front {
    background-color: #f1f1f1 !important;
    background: url();
}

section[role=banner] hgroup {
    background: url(../images/leather-pattern3.png);
    -moz-box-shadow: inset rgba(0, 0, 0, 0.1) 0 10px 10px, rgba(255, 255, 255, 0.7) 0 10px 10px;
    -webkit-box-shadow: inset rgba(0, 0, 0, 0.1) 0 10px 10px, rgba(255, 255, 255, 0.7) 0 10px 10px;
    box-shadow: inset rgba(0, 0, 0, 0.1) 0 10px 10px, rgba(255, 255, 255, 0.7) 0 10px 10px;
    border-top: 4px medium #444;
    border-bottom: 4px thin #f0f0f0;
    margin: 0 0 0px;
    padding: 0px 0;
}

    section[role=banner] hgroup h1, section[role=banner] hgroup h2 {
        margin: 0 auto;
        width: 960px;
        color: #ffcc44;
        font: bold 30px Helvetica, Arial, Tahoma;
        text-align: center;
        text-shadow: #000 0 1px 0;
    }

    section[role=banner] hgroup h2 {
        font-size: 20px;
        font-weight: normal;
    }

section[role=banner] article[role=main] {
    margin: 0 auto;
    width: 960px;
    padding: 0 0 30px;
}

    section[role=banner] article[role=main] .post {
        float: left;
        width: 55%;
        color: #222;
        padding-top: 30px;
    }

        section[role=banner] article[role=main] .post h2 {
            font-size: 40px;
            margin: 0 0 10px;
            text-shadow: rgba(0, 0, 0, 0.8) 0 1px 0;
        }

    section[role=banner] article[role=main] aside {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        float: right;
        overflow: hidden;
        width: 40%;
        position: relative;
        border: 3px solid rgba(0, 0, 0, 0.03);
        padding: 2px;
    }

        section[role=banner] article[role=main] aside:after {
            content: '';
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0; /*background: rgba(255, 255, 255, 0.15);                background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.6)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));                background: -moz-linear-gradient(center top, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);*/
            -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.8), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -6px 0 rgba(0, 0, 0, 0.3), inset 0 -7px 0 rgba(255, 255, 255, 0.2);
            -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.8), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -6px 0 rgba(0, 0, 0, 0.3), inset 0 -7px 0 rgba(255, 255, 255, 0.2);
            box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.8), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -6px 0 rgba(0, 0, 0, 0.3), inset 0 -7px 0 rgba(255, 255, 255, 0.2);
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }

        section[role=banner] article[role=main] aside img {
            width: 100%;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            border-radius: 2px;
        }

#RBLadvanced .btn {
    display: inline-block;
    padding: 6px 0px;
}

span.btn.btn-default.active label {
    border-left: solid 20px #e6e6e6;
    font-weight: 600;
    border-right: solid 20px #e6e6e6
}

span.btn.btn-default label {
    border-left: solid 20px transparent;
    border-right: solid 20px transparent;
}

.keybackground {
    background-color: #f6f6f6;
    border: 1px solid #e9e7e7;
    margin-bottom: 20px;
}

.input-group {
    margin-left: 0px;
    min-width: 250px;
    margin-top: 19px;
}

.keybackground label {
    display: block !important;
    font-weight: 200 !important;
}

.button {
    background: #8bc804;
    border: 1px solid #689603;
    -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1), 0 4px 0 #689603, rgba(255, 255, 255, 0.1) 0 -1px 0 inset, rgba(255, 255, 255, 0.15) 0 1px 0 inset;
    -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1), 0 4px 0 #689603, rgba(255, 255, 255, 0.1) 0 -1px 0 inset, rgba(255, 255, 255, 0.15) 0 1px 0 inset;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1), 0 4px 0 #689603, rgba(255, 255, 255, 0.1) 0 -1px 0 inset, rgba(255, 255, 255, 0.15) 0 1px 0 inset;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: White;
    display: block;
    font: bold 22px 'Oswald', 'Century Gothic', 'Trebuchet MS', Tahoma;
    word-spacing: 3px;
    padding: 10px 0px;
    text-align: center;
    text-transform: uppercase;
    width: 190px;
    margin: 10px 20px 0 0;
    text-shadow: #689603 0 1px 0;
}

    .button:hover, .button:focus {
        color: White;
    }

    .button:active {
        -moz-box-shadow: -1px -2px 3px rgba(0, 0, 0, 0.1), 0 -4px 0 #689603, rgba(255, 255, 255, 0.1) 0 1px 0 inset, rgba(255, 255, 255, 0.15) 0 -1px 0 inset;
        -webkit-box-shadow: -1px -2px 3px rgba(0, 0, 0, 0.1), 0 -4px 0 #689603, rgba(255, 255, 255, 0.1) 0 1px 0 inset, rgba(255, 255, 255, 0.15) 0 -1px 0 inset;
        box-shadow: -1px -2px 3px rgba(0, 0, 0, 0.1), 0 -4px 0 #689603, rgba(255, 255, 255, 0.1) 0 1px 0 inset, rgba(255, 255, 255, 0.15) 0 -1px 0 inset;
        text-shadow: #689603 0 -1px 0;
    }

    .button.orange {
        background: #ffcc44;
        border-color: #ffbe11;
        -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1), 0 4px 0 #ffbe11, rgba(255, 255, 255, 0.2) 0 -1px 0 inset, rgba(255, 255, 255, 0.15) 0 1px 0 inset;
        -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1), 0 4px 0 #ffbe11, rgba(255, 255, 255, 0.2) 0 -1px 0 inset, rgba(255, 255, 255, 0.15) 0 1px 0 inset;
        box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1), 0 4px 0 #ffbe11, rgba(255, 255, 255, 0.2) 0 -1px 0 inset, rgba(255, 255, 255, 0.15) 0 1px 0 inset;
        text-shadow: #aa7c00 0 1px 0;
    }

        .button.orange:active {
            -moz-box-shadow: -1px -2px 3px rgba(0, 0, 0, 0.1), 0 -4px 0 #ffbe11, rgba(255, 255, 255, 0.2) 0 1px 0 inset, rgba(255, 255, 255, 0.15) 0 -1px 0 inset;
            -webkit-box-shadow: -1px -2px 3px rgba(0, 0, 0, 0.1), 0 -4px 0 #ffbe11, rgba(255, 255, 255, 0.2) 0 1px 0 inset, rgba(255, 255, 255, 0.15) 0 -1px 0 inset;
            box-shadow: -1px -2px 3px rgba(0, 0, 0, 0.1), 0 -4px 0 #ffbe11, rgba(255, 255, 255, 0.2) 0 1px 0 inset, rgba(255, 255, 255, 0.15) 0 -1px 0 inset;
            text-shadow: #aa7c00 0 -1px 0;
        }

.left {
    float: left;
}

.columns {
    border-bottom: 0px solid #dfe9f2;
    margin: 0 0 30px;
}

    .columns.top-row {
        margin: 0;
    }

    .columns article {
        border-right: 1px solid #dfe9f2;
        display: table-cell;
        font-size: 0.85em;
        line-height: 1.8em;
        width: 21%;
        padding: 10px 2%;
    }

        .columns article:first-child {
            padding-left: 0;
        }

        .columns article:last-child {
            border-right: 0;
            padding-right: 0;
        }

        .columns article h3 {
            font-size: 16px;
            line-height: 22px;
            padding: 0;
            margin: 0;
            color: #222;
        }

        .columns article h2 {
            font-size: 16px;
            line-height: 22px;
            padding: 0;
            margin: 0;
            color: #222;
            text-shadow: rgba(0, 0, 0, 0.8) 0 1px 0;
        }

        .columns article h3 span {
            padding-right: 5px;
        }

        .columns article p {
            margin: 0 0 10px;
        }

        .columns article a:focus, .columns article a:hover, .columns article a:active {
            text-decoration: underline;
        }

    .columns figure img {
        -moz-border-radius: 0 0 3px 3px;
        -webkit-border-radius: 0 0 3px 3px;
        border-radius: 0 0 3px 3px;
        padding: 0 3px 3px;
        border: 0;
        margin: 0 0 0px;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .columns figure img:hover {
            -webkit-transform: scale(1.1) rotate(-5deg);
            -moz-transform: scale(1.1) rotate(-5deg);
            transform: scale(1.1) rotate(-5deg);
        }

        .columns figure img.alt-col:hover {
            -webkit-transform: scale(1.1) rotate(5deg);
            -moz-transform: scale(1.1) rotate(5deg);
            transform: scale(1.1) rotate(5deg);
        }

.sort-bar {
    border-bottom: 1px dotted #dfe9f2;
    font: 12px/18px Helvetica, Arial, Tahoma;
    margin: 0 0 30px;
    padding: 10px 0;
}

    .sort-bar a {
        padding: 0 5px;
    }

        .sort-bar a:hover, .sort-bar a:focus, .sort-bar a:active {
            color: #41b7d8;
        }

.more-link {
    color: #333;
    font-weight: bold;
    white-space: nowrap;
}

aside[role=complementary] {
    background: #f0f0f0;
    border-right: 1px solid #e0e0e0;
    display: table-cell;
    padding: 10px 10px;
    width: 180px;
}

    aside[role=complementary] h2 {
        font-size: 16px;
        color: black;
    }

    aside[role=complementary] p {
        font-size: 14px;
    }

.content {
    display: table;
    padding: 10px 30px 50px 30px;
}

    .content img {
        border: 0px solid #f0f0f0;
        padding: 2px;
    }

    .content table {
        width: 100%;
        border-color: #ccc;
        text-align: left;
        cursor: text;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .content th, .content td {
        border-color: #ccc;
        padding: 10px 10px;
        text-transform: capitalize;
        border-bottom: 1px solid #ccc;
    }

    .content th {
        height: 60px;
        color: #1e88de;
        text-align: left;
        border-bottom: 1px solid #dadada;
        background-position: right;
        background-repeat: no-repeat;
        background-image: url('../images/sort2.png');
    }

        .content th:nth-last-child(-n+2) {
            text-align: left;
            background-position: right;
            background-repeat: space;
            background-image: url() !important;
            ;
        }

        .content th a {
            color: #1e88de;
            display: block !important;
        }

.ResultTable {
    font-size: 1.3em;
    color: #596065;
    font-weight: 300;
    font-family: 'Roboto';
}

    .ResultTable tr:nth-child(odd) td {
        background: #f6f6f6;
        border-bottom: 1px solid #ccc;
    }

    .ResultTable tr:nth-child(even) td {
        background: #fff;
        border-bottom: 1px solid #ccc;
    }

    .ResultTable tr:hover {
        background: #f9f9f9 !important;
        cursor: default;
    }

.post-list {
    margin: 0;
    padding: 0;
}

    .post-list li {
        list-style: none;
        border-bottom: 2px dotted #eaeaea;
        margin: 0 0 30px;
    }

        .post-list li:last-child {
            border: 0;
            margin: 0;
        }

.meta {
    color: #666;
    font-size: 11px;
}

.g-map {
    border: 1px solid #f0f0f0;
    float: right;
    padding: 2px;
    width: 580px;
}

section[role="banner"] article[role="main"].contact .post {
    width: 35%;
}

footer[role=contentinfo] {
    background: url(../images/omt_shadow_br.png);
    background-color: #676767;
    border-top: 4px thin #444;
    -moz-box-shadow: inset rgba(0, 0, 0, 0.1) 0 10px 10px, rgba(255, 255, 255, 0.7) 0 10px 10px;
    -webkit-box-shadow: inset rgba(0, 0, 0, 0.1) 0 10px 10px, rgba(255, 255, 255, 0.7) 0 10px 10px;
    box-shadow: inset rgba(0, 0, 0, 0.1) 0 10px 10px, rgba(255, 255, 255, 0.7) 0 10px 10px;
    color: #dfe9f2;
    padding: 10px 0;
    bottom: 0;
    width: 100%;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    position: fixed;
    bottom: 0pt;
    left: 0pt;
}

    footer[role=contentinfo] p {
        margin: 0 auto;
        width: 960px;
        font: 11px/16px Helvetica, Arial, Tahoma;
        text-align: right;
        overflow: hidden;
    }

    footer[role=contentinfo] a {
        color: #ffffff;
        text-decoration: none;
    }

    footer[role=contentinfo] p .left {
        text-align: left;
    }

.boxshadow {
    -moz-box-shadow: 10px 10px 10px #ebebeb !important;
    -webkit-box-shadow: 10px 10px 10px#ebebeb !important;
    box-shadow: 10px 10px 10px #ebebeb !important;
    border-left: 1px solid #eaeaea;
}

.boxshadowTop {
    -moz-box-shadow: 10px 0px 10px #ebebeb !important;
    -webkit-box-shadow: 10px 0px 10px#ebebeb !important;
    box-shadow: 10px 0px 10px #ebebeb !important;
}

.mysearchbutton {
    display: none;
}

.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    float: left;
    height: 30px !important;
    margin-bottom: 20px;
}
/*	RESPONSIVE STYLES*/

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 960px) {
    h2 .orphan {
        margin: 0 5% 20px;
        width: 90%;
    }

    Img.MatchImg {
        border: 0px solid #f0f0f0 !important;
        padding: 5px !important;
        height: 42px !important;
        margin-right: 5px !important;
        width: 90px;
    }

    Img.MatchImgSpotify {
        display: none !important;
    }

    .AdvancedMode {
        margin-bottom: 20px;
        margin-top: -20px;
    }

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        float: left;
        height: 30px;
        margin-bottom: 0px;
    }

    .dmgh2 {
        font-size: 1.7em !important;
        line-height: 1.15em;
        color: #747474;
        min-width: 350px;
        display: block;
        float: left;
        font-family: 'Roboto';
        font-weight: 200;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .container {
        width: 100%;
    }

    .BoxItemsSelect.various {
        width: 310px !important;
        height: 152px;
    }

    .BoxItemsSelect {
        cursor: pointer;
        width: 152px !important;
        height: 152px;
    }

    header {
        background: none;
        padding-top: 0;
    }

    #logo { /* background: url(../images/light-pattern.png) transparent; */
        margin: 0 0 20px;
        padding: 10px 5%;
        width: 100%;
        float: none;
        font-size: 22px;
        background-color: #1e88de;
        height: 75px;
    }

    .djprinceLogo {
    }

    .social-icons {
        display: block;
        float: none;
        position: absolute;
        right: 5%;
        top: 12px;
    }

    nav {
        float: none;
        margin: 20px 0;
    }

    ul[role=navigation] {
        margin: 0;
        padding: 0;
        overflow: hidden;
        font: 0.9em/1.67em Helvetica, Arial, Tahoma;
        text-transform: uppercase;
    }

        ul[role=navigation] li {
            float: none;
            display: block;
            margin: 0 5% 5px;
            width: 90%;
        }

            ul[role=navigation] li a {
                padding: 9px 20px;
                font-size: 14px;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                border-radius: 5px;
                position: relative;
            }

                ul[role=navigation] li a:after {
                    content: '';
                    display: block;
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    left: 0;
                    top: 0;
                    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.4)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
                    background: -moz-linear-gradient(center top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
                }

                ul[role=navigation] li a:focus {
                    -webkit-box-shadow: inset 0 1px 1px rgba(255,255,255, 0.3);
                    box-shadow: inset 0 1px 1px rgba(255,255,255, 0.3);
                    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
                    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
                    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
                }

                ul [role=navigation] li a .icon {
                    font-size: 22px;
                    vertical-align: text-bottom;
                }

    section[role=banner] hgroup h1, section[role=banner] hgroup h2 {
        width: 100%;
        font: bold 24px Helvetica, Arial, Tahoma;
        padding: 0 5%;
        padding-bottom: 10px !important;
        width: 90%;
    }

    section[role=banner] hgroup h2 {
        font-size: 16px;
        margin-top: 15px;
    }

    section[role=banner] article[role=main] {
        width: 100%;
        padding-bottom: 10px !important;
        padding-top: 30px !important;
        margin-bottom: 0px;
    }

        section[role=banner] article[role=main] h2 {
            line-height: 1.2em;
        }

        section[role=banner] article[role=main] .post, section[role=banner] article[role=main] aside {
            float: none;
            width: 90%;
            margin: 0 5%;
            padding-bottom: 10px !important;
            padding-top: 0px !important;
        }

        section[role=banner] article[role=main] aside {
            display: none;
        }

        section[role=banner] article[role=main] .price-table li {
            display: block;
        }

            section[role=banner] article[role=main] .price-table li ul, section[role=banner] article[role=main] .price-table li h4, section[role=banner] article[role=main] .price-table li .button {
                display: none;
            }

            section[role=banner] article[role=main] .price-table li .dark {
                margin: 0;
                padding: 15px 0 5px;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                border-radius: 5px;
            }

            section[role=banner] article[role=main] .price-table li.box {
                margin: 0 5% 10px;
                width: 90%;
                padding: 0;
            }

                section[role=banner] article[role=main] .price-table li.box .button {
                    margin: 10px 5% 0;
                    width: 90%;
                }

                section[role=banner] article[role=main] .price-table li.box:first-child {
                    padding: 0 0 20px;
                }

                    section[role=banner] article[role=main] .price-table li.box:first-child ul, section[role=banner] article[role=main] .price-table li.box:first-child h4, section[role=banner] article[role=main] .price-table li.box:first-child .button {
                        display: block;
                    }

                    section[role=banner] article[role=main] .price-table li.box:first-child .dark {
                        margin: 0 0 10px;
                        padding-bottom: 0;
                        -moz-border-radius: 5px 5px 0 0;
                        -webkit-border-radius: 5px 5px 0 0;
                        border-radius: 5px 5px 0 0;
                    }

            section[role=banner] article[role=main] .price-table li.gap {
                display: none;
            }

    .button {
        width: 100%;
    }

    .left {
        float: none;
    }

    .columns article {
        border: 0 !important;
        display: block;
        width: 90%;
        padding: 0;
        margin: 0 5%;
        font-size: 13px;
    }

        .columns article figure {
            display: none;
        }

            .columns article figure p {
                margin: 0;
            }

            .columns article figure img {
                width: 100%;
            }

        .columns article:first-child {
            padding: 20px 0 10px;
        }

            .columns article:first-child figure {
                display: block;
            }

        .columns article:last-child h3 {
            border: 0;
        }

    .AdvancedMode {
        margin-right: 5px;
    }

    .sort-bar {
        margin: 0 5% 0px;
    }

        .sort-bar a {
            line-height: 24px;
        }

    aside[role=complementary], .content {
        display: block; /* padding: 0px 5%;*/ /*margin-left: -25px;*/ /* width: 100%; */
    }

        aside[role=complementary] img, .content img { /*max-width: 90%;*/
        }

        aside[role=complementary] table, .content table {
            width: 100%;
        }

        aside[role=complementary] th, .content th, aside[role=complementary] td, .content td {
            padding: 2px 4px;
        }

    footer[role=contentinfo] {
        padding: 10px 5%;
        width: 100%;
        display: none;
    }

        footer[role=contentinfo] p {
            width: 100%;
        }

    .keybackground {
        font-size: 10.66px;
    }

        .keybackground label {
            display: block !important;
            font-weight: 200 !important;
        }

    #logo img {
        margin-top: -10px;
    }

    .content img {
        border: 0px solid #f0f0f0;
        padding: 0px;
    }

    .ResultMobile {
        font-size: 0.65em !important;
    }

    .ResultTable { /*width: 300px !important;*/
        font-size: 0.7em !important;
        font-family: 'Roboto' !important;
        font-weight: 300;
    }

    .mysearchbutton {
        padding: 5px;
        background-color: #8bc804;
        color: white; /* margin-top: -15px; */
        border: 1px solid #a9cca9;
        text-transform: uppercase;
        font-weight: bold;
        height: 34px;
        width: 70px;
        float: right;
        right: 0px;
        position: absolute;
        top: 0px;
        display: inline;
        font-size: small;
    }

    .boxshadow {
        -moz-box-shadow: 0px 0px 0px #ebebeb !important;
        -webkit-box-shadow: 0px 0px 0px#ebebeb !important;
        box-shadow: 0px 0px 0px #ebebeb !important;
        border-left: 0px solid white !important;
    }

    .content th { /* color: white; */
        height: 35px;
        text-align: left;
        background-position: right;
        background-repeat: no-repeat;
        background-image: url();
    }

    #artistImage {
    }

    .floatmenu {
        float: none !important;
        padding: 0px 20px 0px 0px;
        min-width: 285px;
        margin-bottom: 20px;
    }

    .PNLinfo p {
        margin-left: 0px;
    }

    #artistImage img {
        height: 270px !important;
        display: block;
        margin-right: auto;
        padding-bottom: 20px;
        margin-left: auto;
        display: -webkit-flex;
        float: none !important;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
    }

    .floatmenu form-control selectpicker {
        margin-bottom: 0px !important
    }

    .WrapperBoxSongProps {
        margin-right: 10px !important;
        font-size: 25px !important;
    }

    Img.MatchImg {
        margin-right: 0px !important;
    }

    #YTwrapper2 {
        height: 65px !important;
        margin-bottom: 15px;
    }

    .WrapperBoxSongPropsFlat {
        margin-left: -10px;
        font-size: 20px;
    }
    /*      OLDIES	  FIXING IE THE HELL*/

    .oldies .columns {
        overflow: hidden;
    }

        .oldies .columns article {
            float: left;
            display: block;
            width: 21%;
        }

    .oldies section[role="banner"] article[role="main"] .price-table {
        overflow: hidden;
    }

        .oldies section[role="banner"] article[role="main"] .price-table li {
            float: left;
            width: 215px;
        }

            .oldies section[role="banner"] article[role="main"] .price-table li.gap {
                width: 30px;
            }

            .oldies section[role="banner"] article[role="main"] .price-table li .dark {
                width: 215px;
            }

            .oldies section[role="banner"] article[role="main"] .price-table li li {
                float: none;
            }

    .ie7 aside[role=complementary] {
        float: left;
    }

    .ie7 .content {
        width: 680px;
        float: left;
    }

    figcaption {
        margin-top: 15px;
    }
    .content table {
        width: 100%;
        border-color: #323232;
        text-align: left;
        cursor: text;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    /*Dark mode*/
    header.clearfix {
        overflow: hidden;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 4444;
        background-color: #181818;
    }

    body {
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 14px;
        line-height: 1.42857143;
        color: #bdbdbd;
        background-color: #222;
    }

    section[role=banner] {
       /* background: url(../images/light-pattern.png);*/
        border-bottom: 1px solid #303030;
    }

    article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
        display: block;
        background-color: #303030 !important;
    }

    .boxshadow {
        -moz-box-shadow: 10px 10px 10px #1c1c1c !important;
        -webkit-box-shadow: 10px 10px 10px#1c1c1c !important;
        box-shadow: 10px 10px 10px #1c1c1c !important;
        border-left: 1px solid #1c1c1c;
    }
    .content table {
        width: 100%;
        border-color: #ccc;
        text-align: left;
        cursor: text;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .ResultTable tr:nth-child(odd) td {
        background: #b7b7b7;
        border-bottom: 1px solid #ccc;
    }

    .tableTitle {
        font-size: 1.2em;
        display: block;
        min-width: 120px;
        color: #000000;
        font-weight: 300;
    }

    .dmgh2 {
        font-size: 2.9em;
        line-height: 1.15em;
        color: #b1abab;
        min-width: 350px;
        display: block;
        float: left;
        font-family: 'Roboto';
        font-weight: 200;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .ResultTable tr:nth-child(even) td {
        background: #bfbfbf;
        border-bottom: 1px solid #ccc;
    }

    .ResultTable tr:hover {
        background: #1a1a1a !important;
        cursor: default;
    }

    .ResultTable tr {
        background: #1a1a1a !important;
        cursor: default;
    }

    .tableArtist {
        font-size: 0.9em;
        display: block;
        color: #070808;
        font-weight: 500;
    }

    .WrapperBoxPanel {
        background-color: #d7d7d7;
        padding: 20px 20px 0px 20px;
        min-height: 140px;
        margin-bottom: 20px;
        margin-top: 20px;
        border: 1px solid lightgrey;
        height: fit-content;
        overflow: auto;
    }

    #YTwrapper2 {
        background-color: #d7d7d7;
        border: 1px solid lightgrey;
        height: 80px;
        width: 100%;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        text-align: justify;
        -ms-text-justify: distribute-all-lines;
        text-justify: distribute-all-lines;
    }

    .MatchHeader span {
        display: inline-block;
        text-decoration: none;
        animation-duration: 1s;
        animation-fill-mode: both;
        animation-iteration-count: 1;
        cursor: default;
        animation-name: rubberBand;
        COLOR: #8b8b8b;
    }

    .keybackground {
        background-color: #282828;
        /* border: 1px solid #000000; */
        margin-bottom: 20px;
    }

    .form-control {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #bdbdbd;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
        box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }
    .BoxItemsSelect, option {
        background-color: #101010
    }

    .content table {
        width: 100%;
        border-color: #323232;
        text-align: left;
        cursor: text;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
}
