﻿/**{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}*/

@font-face {
    font-family: Karaokept;
    src: url(../fonts/Karaokept-ExtraBold_0.ttf);
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h2, .h2 {
    font-size: 28px !important;
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    min-height: 100%;
}

body {
    color: #333;
    background: linear-gradient(#000, #fff);
}

#q {
    width: 363px;
    padding-left: 5px;
}

span.voice-search {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAACrElEQVR42u2Xz2sTQRSAX8VSb1K8iNqKooJH2Ux6Ksn+iPQqxZMIehJB0do/IMhmQWsvHr2KSEGk0tSLIoWIYNUKij20F2/N7iaUZnYT0kYzzhMKs0HDJiTdLcwHDwKZSd63781LBiQSSW9JZdkhzfKm1Rz9mjZp/W9YdEU3vXv4HsQZ40FtNG36q5rls//Ej4tmbSS2T15Mvp3ExOPmEMQNbBtMMEyoljcFcQN7PqyAlqNfIG7gYQ0tYNIaxA1MrJPY3wImbUqBKAXSFv0tBSIVMOkvKRDtGKWN/T6FdqRAxFNoWwpEPIXqUqBT6ALU/UVgu8GW4GD3f6f9TRDYNJTDrk7YbtiqUumHwIYoUJuHERDAS0r4CvgFECgbY+cFAR7KT+g1POmCKFDNw6WggHc3fBtVb4CAoyauBgXIG+g1Xh5mRAGah6cggBd11fK/h7lOprIs0H6uRl6KAo5O7kOv4QmPiwJ4Jqqv4FiwCtXjvD2+tRmfK6kZ/ygI2HritK0rDVGgrClJ6DWMwYC/AGuCBMYcIC2V0CzvjmbRz3j3xUjn6CfeYreUJ2wQkGD75INPX1mFfsEFrrcIYCvdhC4paWQakxajpJMr0C9YFg54i7AsClRmh9/xnr0NHcInzZStk2aLwAcGMAD9pPIazvFKVDD5rdnhJeHLX5RTyRPQHpz5o66emMc9wdlPtvA8wF7Aq2BUHh1525qEo5JtR1WeOXpickO9cJIpyuD6xJmhYiZ5ytWSl3mlnuOaf+2zDaLDXmJrSgZ/MYVEugo+gSh+FkSBa4yd5Ul87DZ5XpFl/AyIEjzYjkau8WqshU2cr13HPbgX4gJOD97n465GZlyVvC9mSKloKI2iTnbwNT+gBX54H+IaXAtxJzE3ycSAFqSAFJACUkAikXD+AHj5/wx2o5osAAAAAElFTkSuQmCC) no-repeat -3px 0;
    background-size: 24px 24px;
    display: none;
    height: 23px;
    width: 17px;
    position: absolute;
    right: 55px;
    z-index: 3;
    top: 5px;
}

body > .navbar > .container {
    padding-left: 8px;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #428bca;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #2a6496;
        text-decoration: underline;
        background: transparent;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    a:active, a:hover {
        outline: 0;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.img-circle {
    border-radius: 50%;
}

hr {
    border-color: #eee;
}

.body-content {
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
}

.capitalize {
    /*text-transform: capitalize;*/
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

.limit-width-and-center {
    margin-left: auto;
    margin-right: auto;
    width: 1170px;
}

.floating-panel {
    border: 1px solid gray;
    /*border-radius: 10px 10px 10px 10px;*/
    box-shadow: 2px 2px 8px #202020;
}

.floating-panel-white {
    background-color: white;
}

.search-box {
    margin: 0;
    margin-top: 8px;
    padding: 0;
    width: 300px;
}

    .search-box button {
        background: linear-gradient(#8dce00, #bfea61);
        width: 50px;
    }

.navbar {
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 0;
    border: 1px solid #3d3d3d !important;
}

.footer {
    width: 1170px;
    margin: auto;
    display: table;
    font-size: 13px;
    text-align: center;
    margin-bottom: 50px;
}

    .footer > div {
        display: table-cell;
        white-space: nowrap;
        color: #333;
        text-align: center;
        vertical-align: middle;
    }

        .footer > div a {
            color: #333;
        }

        .footer > div:first-child {
            text-align: left;
        }

        .footer > div:last-child {
            text-align: right;
        }

.home-popup-content {
    width: 1152px;
    height: 508px;
    background: url(../Static/HomePopup/home-popup-bg.jpg);
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
}

    .home-popup-content > a {
        position: absolute;
    }

        .home-popup-content > a.btn-success {
            top: 360px;
            left: calc(50% - 100px);
            background-color: limegreen;
            width: 200px;
            font-size: 28px;
        }

        .home-popup-content > a.btn-info {
            top: 430px;
            left: calc(50% - 50px);
            width: 100px;
            font-size: 25px;
            background-color: royalblue;
        }


.item .top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.item .bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.item .center {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}

.item .gd {
    background-color: transparent;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(rgba(0,0,0,0)),color-stop(20%,rgba(0,0,0,0.25)),to(rgba(0,0,0,0.75)));
    background-image: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.25) 20%,rgba(0,0,0,0.75));
    background-image: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.25) 20%,rgba(0,0,0,0.75));
    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.25) 20%,rgba(0,0,0,0.75));
    background-repeat: no-repeat;
}

.item .opacity {
    background-color: rgba(0,0,0,0.75);
}

.item-overlay {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

    .item-overlay.active, .item:hover .item-overlay {
        display: block;
    }

.bg-black {
    background-color: #232c32;
    color: #7d94a4;
}

.text-xs {
    font-size: 12px;
}

.text-ellipsis {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pos-rlt {
    position: relative;
}

.pos-stc {
    position: static;
}

.pos-abt {
    position: absolute;
}

.img-full {
    width: 100%;
}

    .img-full img {
        width: 100%;
    }

.r {
    border-radius: 2px 2px 2px 2px;
}

.r-2x {
    border-radius: 4px;
}

.r-3x {
    border-radius: 6px;
}

.thumb-sm {
    width: 40px;
    display: inline-block;
}

.avatar {
    position: relative;
    display: block;
    border-radius: 500px;
    white-space: nowrap;
}

.m-r {
    margin-right: 15px;
}

.thumb img, .thumb-xs img, .thumb-sm img, .thumb-md img, .thumb-lg img, .thumb-btn img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.avatar img {
    border-radius: 10%;
    width: 100%;
}

ul.ui-autocomplete {
    box-shadow: gray 0 10px 15px;
}

.search-list-group-item {
    border: none !important;
    border-bottom: 1px solid rgb(221, 221, 221) !important;
    background-color: whitesmoke !important;
    height: 44px !important;
    overflow: hidden !important;
    font-family: "Helvetica Neue","Source Sans Pro",Helvetica,Arial,sans-serif !important;
    position: relative;
}

    .search-list-group-item:nth-child(2n) {
        background-color: #eee !important;
    }

    .search-list-group-item:last-child {
        border-bottom: none !important;
    }

    .search-list-group-item.ui-state-focus {
        border: none !important;
        border-bottom: 1px solid rgb(221, 221, 221) !important;
        background: none !important;
        background-color: floralwhite !important;
        margin: initial !important;
    }

    .search-list-group-item .thumbnail {
        width: 40px !important;
        position: absolute;
        top: 6px !important;
        left: 7px !important;
        padding: 2px !important;
        margin-bottom: 0;
        cursor: pointer !important;
    }

    .search-list-group-item .description-container {
        position: absolute;
        left: 54px;
        top: 6px;
    }

    .search-list-group-item .song-name {
        /*text-transform: uppercase;*/
        font-size: 12px;
        cursor: pointer;
        float: left;
        margin-bottom: -3px;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
        overflow: hidden;
    }

    .search-list-group-item .song-artist {
        font-size: 10px;
        color: gray;
        float: left;
        clear: left;
        /*text-transform: capitalize !important;*/
    }

        .search-list-group-item .song-artist a:hover {
            text-decoration: underline;
        }

    .search-list-group-item.excerpt {
        height: 60px !important;
    }

div.excerpt {
    position: absolute;
    top: 41px;
    left: 0;
    font-size: 10px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 10px;
    cursor: pointer;
}

    div.excerpt:hover {
        text-decoration: underline;
    }

.ui-menu .ui-menu-item {
    margin: initial !important;
    padding: initial !important;
    cursor: initial !important;
    min-height: initial !important;
    list-style-image: initial !important;
}

.ui-widget {
    font-size: 14px !important;
}

.search-list-pager {
    border: none !important;
    background-color: whitesmoke !important;
    height: 30px !important;
    overflow: hidden !important;
    font-family: "Helvetica Neue","Source Sans Pro",Helvetica,Arial,sans-serif !important;
}

    .search-list-pager.ui-state-focus {
        border: none !important;
        border-bottom: 1px solid rgb(221, 221, 221) !important;
        background: none !important;
        background-color: whitesmoke !important;
        margin: initial !important;
    }

    .search-list-pager > div {
        text-align: left;
        padding-top: 5px;
        padding-bottom: 5px;
        vertical-align: middle;
    }

        .search-list-pager > div:last-child {
            text-align: right;
        }

    .search-list-pager a {
        color: #428BCA !important;
        font-size: 12px !important;
    }


.fav-container {
    top: 8px;
    right: 8px;
    position: absolute;
}

    .fav-container .fa-heart {
        color: silver;
        cursor: pointer;
    }

        .fav-container .fa-heart.active {
            color: red;
        }

.dropdown.user-account {
    max-width: 300px;
}

    .dropdown.user-account > button, .dropdown.user-account.open > button {
        background-color: transparent;
        border: none;
        color: #1a68be;
        height: 50px;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 100%;
        max-width: 220px;
    }

    .dropdown.user-account:hover > ul.dropdown-menu {
        display: block;
    }

    .dropdown.user-account > .dropdown-menu {
        color: #9d9d9d;
        background-color: #222222;
        top: 48px;
        width: 100%;
    }

        .dropdown.user-account > .dropdown-menu .divider {
            background-color: #3d3d3d;
        }

        .dropdown.user-account > .dropdown-menu > li > a {
            color: #9d9d9d;
        }

            .dropdown.user-account > .dropdown-menu > li > a:hover {
                background-color: #333;
            }

.login-popup > .b-ajax-wrapper > .row {
    width: 650px;
    /*height: 280px;*/
    border-radius: 4px;
    background-color: white;
    padding: 10px;
}

.account-pad-fix {
    padding-top: 7px;
}

.black {
    color: black;
}

.underline {
    text-decoration: underline;
}

.field-validation-error {
    color: red;
    white-space: nowrap;
}

.lyrics-popup {
    display: none;
    border: 2px solid white;
    overflow: hidden;
    box-shadow: white 0 0 6px;
}

    .lyrics-popup .body {
        width: 400px;
        height: 500px;
    }

        .lyrics-popup .body > .content {
            width: 415px;
            height: 493px;
            overflow-y: scroll;
            overflow-x: hidden;
            background-color: black;
            background-image: url('kPlayer/images/performer-alt.jpg');
            background-repeat: no-repeat;
            background-size: 100% 100%;
            padding: 20px 20px 0 20px;
            color: white;
        }

        .lyrics-popup .body span.highlight {
            color: yellow;
            font-weight: bold;
        }

ul.faqs {
    list-style: none;
}

    ul.faqs > text {
        font-weight: bold;
    }

div.faqs {
    padding-left: 40px;
    padding-right: 40px;
}

    div.faqs h1 {
        font-size: 18px;
        font-weight: bold;
    }

    div.faqs h2 {
        font-size: 14px;
        font-weight: bold;
    }

        div.faqs h2 > p {
            font-size: 12px;
        }

figure {
    /*border-top: 1px dotted skyblue;
    border-bottom: 1px dotted skyblue;*/
    padding: 5px;
    margin-bottom: 10px;
}

    figure > img {
        /*border: 2px dashed whitesmoke;*/
        border: 1px dotted skyblue;
        padding: 15px;
        vertical-align: top;
        margin-right: 20px;
    }

    figure > figure {
        display: table-cell;
    }

ol.prefix-p {
    counter-reset: item;
    list-style-type: none;
}

    ol.prefix-p li:before {
        content: 'P' counter(item, decimal) '. ';
        counter-increment: item;
    }

.player-thumb {
    display: block;
    position: absolute;
    top: 3px;
    height: 44px;
    right: -35px;
    border: solid 1px gray;
    transition: all 3s ease-in;
    opacity: 0;
    z-index: 2;
}
