:root {
    --white: #fff;
    --background: #fff;
    --background_dark: #2e2e31;
    --background_darker: #222224;
    --brand: #cb1606;
    --color_hover_bg: #f4f4f4;
    --color_hover_bg_night: #0d0d0d;
    --color_border: #e7e7e7;
    --color_border_night: #2b2525;
    --fa_color: #353a44;
    --text_color: #2b2525;
    --color_333: #333;
    --color_777: #777;
    --color_999: #999;
    --color_eee: #eee;
    --color_ddd: #ddd;
    --bg_black: #030303;
    --box_shadow: 0 0 25px rgba(0,0,0,.2);
    --font_family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Open Sans", "Helvetica Neue", Arial, sans-serif;
}

html {
    -webkit-font-smoothing: antialiased;
}

/* open-sans-300 - latin */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("/_/fonts/open-sans-v15-latin/open-sans-v15-latin-300.eot"); /* IE9 Compat Modes */
    src: local("Open Sans Light"), local("OpenSans-Light"),
    url("/_/fonts/open-sans-v15-latin/open-sans-v15-latin-300.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("/_/fonts/open-sans-v15-latin/open-sans-v15-latin-300.woff2") format("woff2"), /* Super Modern Browsers */ url("/_/fonts/open-sans-v15-latin/open-sans-v15-latin-300.woff") format("woff"), /* Modern Browsers */ url("/_/fonts/open-sans-v15-latin/open-sans-v15-latin-300.ttf") format("truetype"), /* Safari, Android, iOS */ url("/_/fonts/open-sans-v15-latin/open-sans-v15-latin-300.svg#OpenSans") format("svg"); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/_/fonts/open-sans-v15-latin/open-sans-v15-latin-regular.eot"); /* IE9 Compat Modes */
    src: local("Open Sans Regular"), local("OpenSans-Regular"),
    url("/_/fonts/open-sans-v15-latin/open-sans-v15-latin-regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("/_/fonts/open-sans-v15-latin/open-sans-v15-latin-regular.woff2") format("woff2"), /* Super Modern Browsers */ url("/_/fonts/open-sans-v15-latin/open-sans-v15-latin-regular.woff") format("woff"), /* Modern Browsers */ url("/_/fonts/open-sans-v15-latin/open-sans-v15-latin-regular.ttf") format("truetype"), /* Safari, Android, iOS */ url("/_/fonts/open-sans-v15-latin/open-sans-v15-latin-regular.svg#OpenSans") format("svg"); /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("/_/fonts/open-sans-v15-latin/open-sans-v15-latin-600.eot"); /* IE9 Compat Modes */
    src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"),
    url("/_/fonts/open-sans-v15-latin/open-sans-v15-latin-600.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("/_/fonts/open-sans-v15-latin/open-sans-v15-latin-600.woff2") format("woff2"), /* Super Modern Browsers */ url("/_/fonts/open-sans-v15-latin/open-sans-v15-latin-600.woff") format("woff"), /* Modern Browsers */ url("/_/fonts/open-sans-v15-latin/open-sans-v15-latin-600.ttf") format("truetype"), /* Safari, Android, iOS */ url("/_/fonts/open-sans-v15-latin/open-sans-v15-latin-600.svg#OpenSans") format("svg"); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("/_/fonts/open-sans-v15-latin/open-sans-v15-latin-700.eot"); /* IE9 Compat Modes */
    src: local("Open Sans Bold"), local("OpenSans-Bold"),
    url("/_/fonts/open-sans-v15-latin/open-sans-v15-latin-700.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("/_/fonts/open-sans-v15-latin/open-sans-v15-latin-700.woff2") format("woff2"), /* Super Modern Browsers */ url("/_/fonts/open-sans-v15-latin/open-sans-v15-latin-700.woff") format("woff"), /* Modern Browsers */ url("/_/fonts/open-sans-v15-latin/open-sans-v15-latin-700.ttf") format("truetype"), /* Safari, Android, iOS */ url("/_/fonts/open-sans-v15-latin/open-sans-v15-latin-700.svg#OpenSans") format("svg"); /* Legacy iOS */
}

/* open-sans-800 - latin */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url("/_/fonts/open-sans-v15-latin/open-sans-v15-latin-800.eot"); /* IE9 Compat Modes */
    src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"),
    url("/_/fonts/open-sans-v15-latin/open-sans-v15-latin-800.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("/_/fonts/open-sans-v15-latin/open-sans-v15-latin-800.woff2") format("woff2"), /* Super Modern Browsers */ url("/_/fonts/open-sans-v15-latin/open-sans-v15-latin-800.woff") format("woff"), /* Modern Browsers */ url("/_/fonts/open-sans-v15-latin/open-sans-v15-latin-800.ttf") format("truetype"), /* Safari, Android, iOS */ url("/_/fonts/open-sans-v15-latin/open-sans-v15-latin-800.svg#OpenSans") format("svg"); /* Legacy iOS */
}


/* roboto-300 - latin */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("/_/fonts/roboto-v18-latin/roboto-v18-latin-300.eot"); /* IE9 Compat Modes */
    src: local("Roboto Light"), local("Roboto-Light"),
    url("/_/fonts/roboto-v18-latin/roboto-v18-latin-300.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("/_/fonts/roboto-v18-latin/roboto-v18-latin-300.woff2") format("woff2"), /* Super Modern Browsers */ url("/_/fonts/roboto-v18-latin/roboto-v18-latin-300.woff") format("woff"), /* Modern Browsers */ url("/_/fonts/roboto-v18-latin/roboto-v18-latin-300.ttf") format("truetype"), /* Safari, Android, iOS */ url("/_/fonts/roboto-v18-latin/roboto-v18-latin-300.svg#Roboto") format("svg"); /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/_/fonts/roboto-v18-latin/roboto-v18-latin-regular.eot"); /* IE9 Compat Modes */
    src: local("Roboto"), local("Roboto-Regular"),
    url("/_/fonts/roboto-v18-latin/roboto-v18-latin-regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("/_/fonts/roboto-v18-latin/roboto-v18-latin-regular.woff2") format("woff2"), /* Super Modern Browsers */ url("/_/fonts/roboto-v18-latin/roboto-v18-latin-regular.woff") format("woff"), /* Modern Browsers */ url("/_/fonts/roboto-v18-latin/roboto-v18-latin-regular.ttf") format("truetype"), /* Safari, Android, iOS */ url("/_/fonts/roboto-v18-latin/roboto-v18-latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
}

/* roboto-500 - latin */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("/_/fonts/roboto-v18-latin/roboto-v18-latin-500.eot"); /* IE9 Compat Modes */
    src: local("Roboto Medium"), local("Roboto-Medium"),
    url("/_/fonts/roboto-v18-latin/roboto-v18-latin-500.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("/_/fonts/roboto-v18-latin/roboto-v18-latin-500.woff2") format("woff2"), /* Super Modern Browsers */ url("/_/fonts/roboto-v18-latin/roboto-v18-latin-500.woff") format("woff"), /* Modern Browsers */ url("/_/fonts/roboto-v18-latin/roboto-v18-latin-500.ttf") format("truetype"), /* Safari, Android, iOS */ url("/_/fonts/roboto-v18-latin/roboto-v18-latin-500.svg#Roboto") format("svg"); /* Legacy iOS */
}

#header {
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}

.feed-content .wall-item {
    border-image: linear-gradient(to left, rgba(128, 128, 128, 0) 1%, rgba(128, 128, 128, .2) 50%, rgba(128, 128, 128, 0) 100%) 100% 0 0 0/1px 0 1px 0 stretch;
}

#header {
    border-image: linear-gradient(to right, rgba(128, 128, 128, 0.1) 1%, rgba(128, 128, 128, 0.05) 100%) 100% 0 0 0/5px 0 5px 0 stretch;
}

.nav-tabs {
    border-image: linear-gradient(to left, rgba(128, 128, 128, 0) 1%, rgba(128, 128, 128, .1) 50%, rgba(128, 128, 128, 0) 100%) 0 0 100% 0/2px 0 2px 0 stretch;
}

hr,
.night hr {
    background: transparent !important;
    background-image: linear-gradient(to right, transparent, rgba(128, 128, 128, .2), transparent) !important;
}

.playing span.playbar {
    background: transparent !important;
    background-image: linear-gradient(to right, transparent, rgba(128, 128, 128, .2), transparent) !important;
}

.fa-play:before {
    content: "\f054";
}

img {
    border-radius: 10px;
}

.water-jar {
    height: 34px;
    width: 34px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    overflow: hidden;
}

.track-detail-header .water-jar {
    height: 41px;
    width: 41px;
}

.water-jar .water {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    /*
    -webkit-transition: all 50s cubic-bezier(0.130, 0.350, 0.235, 0.995);
    -moz-transition: all 50s cubic-bezier(0.130, 0.350, 0.235, 0.995);
    transition: all 50s cubic-bezier(0.130, 0.350, 0.235, 0.995);
    */
    opacity: 1;
    border: 0 solid var(--white);
    border-radius: 50%;
}

.water-jar .water.anim {
    /* opacity: 0;
    border: 18px solid var(--white);
    */
    -webkit-animation: border-pulsate 1s infinite;
    animation: border-pulsate 1s infinite;
    -webkit-animation-timing-function: ease-in-out; /* Safari 4.0 - 8.0 */
    animation-timing-function: ease-in-out;
}


/* Chrome, Safari, Opera */
@-webkit-keyframes trackdetail {
    0% {
        border: 18px solid var(--white);
        opacity: 0;
    }
    50% {
        border: 0 solid var(--white);
        opacity: 1;
    }
    100% {
        border: 0 solid var(--white);
        opacity: 1;
    }
}


@keyframes border-pulsate {
    0% {
        border: 18px solid var(--white);
        opacity: 0;
    }
    50% {
        border: 0 solid var(--white);
        opacity: 1;
    }
    100% {
        border: 0 solid var(--white);
        opacity: 1;
    }
}


.water-jar .water.hidden {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
}


select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    appearance: none;
    background: var(--white) url("/_/images/arrow-2.png") no-repeat right 50% !important;
    padding-right: 30px !important;
    cursor: pointer;
    box-shadow: none !important;
}

.navbar-form .btn-default:hover,
.navbar-form .btn-default:focus,
.navbar-form .btn-default:active,
.navbar-form .btn-default.active {
    color: var(--color_777);
    background-color: var(--white);
    border-color: var(--color_border);
}

select::-ms-expand {
    display: none;
}


a:hover, a:focus {
    text-decoration: none !important;
}

.radio, .checkbox.styled {
    margin-top: 0;
}


body {
    background-color: white;
    color: var(--text_color);
    font-family: var(--font_family);
    font-size: 14px;
    line-height: 22px;
    margin: 0 !important;
    padding-top: 55px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: auto !important;
}

@media (min-width: 1470px) {

    body {
        background: var(--color_eee);
    }
}

.body {
    overflow-x: hidden;
}

.uv-icon {
    z-index: 999 !important;
}

.btn {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: var(--white);
    background-color: var(--brand);
    border-color: var(--brand);
}

#header .dropdown-menu {
    border: 0;
    margin-left: -13px;
}

#header .btn-default:hover,
#header .btn-default:focus,
#header .btn-default:active,
#header .btn-default.active,
#header .open .dropdown-toggle.btn-default {
    background-color: transparent !important;
}


.container {
    width: 100%;
}

#global_content .container {
    z-index: 2;
}

.content-row {
    margin-left: 5px;
    margin-right: 5px;
}

.content-layer-content .content-row {
    margin-left: 10px;
    margin-right: 10px;
}

.content-col {
    margin-left: 220px;
    background: var(--white);
    max-width: 1200px;
    min-height: 100vh;
}

.global-wrapper {
    max-width: 1470px;
    margin: 0 auto;
    position: relative;
}

.content-col-openlayer {
    margin-left: 110px;
    box-shadow:  var(--box_shadow);
    -webkit-box-shadow:  var(--box_shadow);
    min-height: 2000px;
    margin-right: 160px !important;
}

.content-col-right {
    margin-right: 50px;
    background: var(--white);

}

@media (min-width: 1470px) {
    .content-col-right {
        background: var(--white);

    }

    .content-col-openlayer {
        margin-left: 220px !important;
        margin-right: 50px !important;
        box-shadow: none;
        -webkit-box-shadow: none;
    }


}

.no-animation {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.sidenav > ul,
.tab-pane > ul {
    margin: 0;
    padding: 0;
    list-style: none;

}

.sidenav > ul > li,
.tab-pane > ul > li {
    display: block;
    position: relative;

}

.sidenav > ul > li > a,
.tab-pane > ul > li > a {
    color: var(--text_color);
    text-decoration: none;
    padding: 5px 40px 5px 30px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    display: block;
    font-size: 12px;
    width: 100%;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}

#tab-sidebar-menu > ul > li > a {
    padding: 5px 20px 4px 30px;

}

#tab-sidebar-menu > ul > li > a .pull-right {
    color: var(--brand);

}


.sidenav > ul > li > a > img,
.tab-pane > ul > li > a > img {
    margin-right: 10px;
}

.sidenav > ul > li > a > i,
.tab-pane > ul > li > a > i {
    margin-right: 20px;
}

#tab-acivity-interactions i,
#tab-sidebar-notifications i {
    margin-right: 0;
}


.sidenav > ul > li > a > img {
    border-radius: 50%;
}


.sidenav > ul > li:hover > a,
.sidenav > ul > li.open > a,
.tab-pane > ul > li:hover > a,
.tab-pane > ul > li.open > a {
    color: var(--text_color);
    text-decoration: none;
}

.sidenav .dropdown-menu {
    border: 0;
    left: 4px;
    font-size: 12px;
}

.dropdown-menu > li > span {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: var(--color_333);
    white-space: nowrap;
}

.dropdown-menu > li > span,
.dropdown-menu > li > a {
    padding: 6px 20px;
}

.content-layer {
    position: fixed !important;
    top: 55px;
    right: 0;
    left: 0;
    padding-left: 220px;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    scroll-behavior: smooth;
    z-index: 98;
    opacity: 1;
    -webkit-animation: player 0.5s; /* Chrome, Safari, Opera */
    animation: player 0.5s;
    background: rgba(0, 0, 0, 0.4);
    -webkit-overflow-scrolling: touch;
}

.content-layer:after {
    content: "";
    position: fixed;
    z-index: 1;
    top: 55px;
    left: 0;
    right: 75px;
    bottom: 50px;
    backdrop-filter: blur(10px);
    -webkit-animation: player 0.5s; /* Chrome, Safari, Opera */
    animation: player 0.5s;
}

.content-layer-content {
    background: var(--white);
    box-shadow:  var(--box_shadow);
    -webkit-box-shadow:  var(--box_shadow);
    position: relative;
    z-index: 98;
    min-height: calc(100% - 30px);
    max-width: 1300px;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}


@media (max-width: 1919px) {
    .content-layer-content {
        margin-right: 20px;
    }
}

@media (min-width: 1920px) {
    .content-layer {
        margin-left: 0;
        padding-left: 0;
    }

    .content-layer-content {
        left: 50vw;
        margin-left: -622px;
    }

    .content-layer-bg:after {
        left: 50vw !important;
        margin-left: -700px !important;
    }
}

html.no-scrolling body {
    overflow: hidden !important
}

html.no-scrolling {
    overflow: visible !important;
    width: auto;
    position: fixed;
    /*overflow-y: scroll !important;*/
    overflow-y: visible !important;
    width: 100%;
}

html.no-scrolling #global_content {
    position: relative;
    z-index: 2;

}

.content-layer-background {
    position: fixed !important;
    top: 0;
    right: 100px;
    left: 0;
    bottom: 0;
    z-index: 98;
    cursor: pointer;
}

.content-layer-bg {
    position: fixed !important;
    top: 0;
    right: 100px;
    left: 0;
    bottom: 0;
    z-index: 98;
    cursor: pointer;

}

.content-layer-bg:after {
    content: "\f137";
    position: absolute;
    left: 35px;
    top: 84px;
    z-index: 98;
    color: var(--white);
    font-size: 42px;
    opacity: 0.9;
    font-family: "FontAwesome";
}


/* Header */
#header {
    background: var(--white);
    clear: both;
    border-top: 5px solid #EDEDED;
    min-height: 50px;
    padding: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    left: 0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);

}


.nav-sidebar {
    width: 220px;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    bottom: 0;
    height: auto;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;

}

.no-scrolling .nav-sidebar {
    /*
	filter: blur(2px);
	-webkit-filter: blur(2px);
	-webkit-transform: translate3d(0, 0, 0);
	*/
}


.nav-sidebar:before {
    content: " ";
    background: var(--color_hover_bg);
    width: 220px;
    top: 0;
    position: fixed;
    z-index: 0;
    bottom: 0;
    height: 100%;
}

.nav-sidebar .sidenav {
    top: 55px;
    position: sticky;
    width: 220px !important;
    padding-top: 25px;
    max-height: 100vh;
    overflow-y: auto;
    padding-bottom: 100px;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.nav-sidebar .sidenav::-webkit-scrollbar {
    display: none;
}

.premium .nav-sidebar .sidenav {
    top: 50px;
}

#header > .container {
    height: 50px;
    position: relative;
    display: table;
    max-width: 1500px;
}

#header > .navbar-collapse > .container {
    position: relative;
}

#header .micro-player {
    margin: 0;
    padding: 0;

    list-style: none;
    position: absolute;
    width: 200px;
    border-left: 1px solid var(--color_eee);
    height: 50px;
    right: 0;
    top: 0;
}

#header .micro-player.playing .play_track a,
#header .micro-player.playing .pause_track a {
    color: var(--white) !important;
    border-color: var(--white) !important;
    z-index: 99999 !important;
    right: 5px !important;
    left: auto !important;
    opacity: 0.7 !important;
}

#header .micro-player .play_track a,
#header .micro-player .pause_track a {
    display: block;
    text-decoration: none;
    color: #888;
    outline: none;
    position: absolute;
    z-index: 10;
    font-size: 16px;
    font-weight: bold;
    width: 38px;
    height: 38px;
    border: 2px solid #888;
    border-radius: 50%;
    left: 37px;
    top: 4px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    background: transparent !important;
    padding: 0;

}

#header .micro-player.playing:hover .play_track a,
#header .micro-player.playing:hover .pause_track a {
    color: #888 !important;
    border-color: #888 !important;
    z-index: 99999 !important;
    right: auto !important;
    left: 37px !important;
    opacity: 1 !important;
}


#header .micro-player .play_track:hover a,
#header .micro-player .pause_track:hover a,
#header .micro-player .play_next:hover a,
#header .micro-player .play_repeat:hover a,
#header .micro-player .track_link:hover a {
    border-color: var(--brand) !important;
    color: var(--brand) !important;
    background: transparent !important;
}


#header .micro-player .playing a {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    color: var(--text_color);
    font-size: 12px;
    margin: 0 !important;
    background-size: 50px !important;
    display: block;
    text-overflow: ellipsis;
    z-index: 1;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    padding: 12px 60px 9px 15px;
}


#header .micro-player .track_link a {
    position: absolute;
    z-index: 10;
    font-size: 12px;
    left: 10px;
    top: 6px;
    color: #888;
    width: auto;
    overflow: visible;
    margin: 0;
    background: transparent !important;
    padding: 0;
}


#header .micro-player .play_next a,
#header .micro-player .play_repeat a {
    position: absolute;
    z-index: 10;
    font-size: 10px;
    left: 70px;
    top: 6px;
    color: #888;
    width: auto;
    overflow: visible;
    margin: 0;
    background: transparent !important;
    padding: 0;
}


#header .micro-player i {
    font-size: 17px;
    position: absolute;
    left: 10px;
    top: 10px;
}

#header .micro-player .play_next a,
#header .micro-player .play_repeat a {
    position: absolute;
    font-size: 10px;
    left: 75px;
    top: 7px;
    color: #888;
    width: auto;
    overflow: visible;
    margin: 0;
}


#header .micro-player .play_next a i,
#header .micro-player .play_repeat a i {
    font-size: 13px;
    top: 10px;
    left: 10px;
}

#header .micro-player .track_link a i {
    font-size: 15px;
    top: 11px;
    left: 3px;
}


#header .micro-player i.fa-play {
    font-size: 16px;
    left: 13px;
    top: 10px;
}

#header .micro-player .hover > *,
#header .micro-player:hover .playing a {
    opacity: 1;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

/*
#header .micro-player.playing .hover > *,
#header .micro-player.playing:hover .playing a {
	opacity: 0;
}
*/

#header .micro-player.playing .playing .playbar + a {
    opacity: 1;
    background-color: var(--white) !important;
    z-index: 99999;
    position: absolute;
}

#header .micro-player .hover > *,
#header .micro-player .hover a {
    opacity: 1 !important;
}

#header .micro-player.playing:hover .playing .playbar + a {
    z-index: -1 !important;
    opacity: 0 !important;
}

#header .search {
    margin: 0;
    border: 0;
    box-shadow: none;
    margin: 0;
    border: 0;
    box-shadow: none;
    float: left;
    position: relative;
    width: auto;
    margin: 0 0 0 30px;
    display: table-cell;
}


#header .search input {
    padding: 4px 12px;
    height: 30px;
    margin: 0;
    border: 0;
    box-shadow: none;
    position: relative;
    top: 9px;
    right: 0;
    border-radius: 0;
    width: 20px;
    border: 1px solid transparent;
    background: transparent;
    padding-left: 30px;
    width: 100%;
    z-index: 99;
    vertical-align: top;
    display: block;
}

#header .search input:hover,
#header .search input:focus {
    border-bottom: 1px solid #ccc;
}


#header .search:before {
    content: "\f002";
    display: block;
    font-family: "FontAwesome";
    position: absolute;
    left: 5px;
    top: 13px;
    width: 20px;
    height: 20px;
    z-index: 6;

}

#header nav {
    float: left;
}

#header nav ul.nav-main {
    margin: 5px 0 0 0;
}

#header nav ul.nav-main > li + li {
    margin-left: -5px;
}

#header nav ul.nav-main li a {
    font-size: 13px;
    font-style: normal;
    line-height: 20px;
    margin-left: 3px;
    margin-right: 3px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 10px 12px;
    border-radius: 0;
    border-bottom: 3px solid transparent;
    text-overflow: ellipsis;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    background: transparent !important;
}

#header nav ul.nav-main > li > a {
    color: var(--text_color);
}

#header nav ul.nav-main li.active a {
    color: var(--white);
}


#header nav ul.nav-main > li:hover a {
    color: #666;
    background: transparent;
    border-bottom: 2px solid var(--brand);
    margin-bottom: -1px;
}

#header nav ul.nav-main li ul a {
    text-transform: none;
    font-weight: normal;
    font-size: 0.9em;
}

#header nav ul.nav-main li.dropdown.open a.dropdown-toggle {
    color: #666;
}

#header nav ul.nav-main li.dropdown:hover > a,
#header nav ul.nav-main li.dropdown.active2 > a {
    padding-bottom: 13px;
    color: #444;
}

#header nav ul.nav-main li.dropdown:hover > ul {
    display: block;
}

#header nav ul.nav-main li.dropdown:hover a.dropdown-toggle,
#header nav ul.nav-main li.dropdown.active2 a.dropdown-toggle {
}

#header nav ul.nav-main li.active a {
}

#header nav ul.nav-main ul.dropdown-menu {
    border: 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
    margin: 1px 0 0 3px;
    padding: 5px;
    top: auto;
}

#header nav ul.nav-main ul.dropdown-menu li:hover > a {
    filter: none;
    background: var(--color_999);
}


#header nav ul.nav-main ul.dropdown-menu li:last-child > span,
#header nav ul.nav-main ul.dropdown-menu li:last-child > a {
    border-bottom: 0;
}

#header nav ul.nav-main ul.dropdown-menu > li > span,
#header nav ul.nav-main ul.dropdown-menu > li > a {
    color: var(--text_color);
    font-weight: 400;
    padding-bottom: 4px;
    padding-top: 4px;
    text-transform: none;
    position: relative;
    padding: 8px 10px 8px 5px;
    font-size: 0.9em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#header nav ul.nav-main ul.dropdown-menu ul.dropdown-menu {
    margin-left: 0;
    margin-top: -5px;
}

#header nav ul.nav-main .dropdown-submenu {
    position: relative;
}

#header nav ul.nav-main .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
}

#header nav ul.nav-main .dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

#header nav ul.nav-main .dropdown-submenu.pull-left {
    float: none;
}

#header nav ul.nav-main .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
}

#header nav ul.nav-main .dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

#header nav ul.nav-main .dropdown-submenu:hover > a:after {
    border-left-color: var(--white);
}

#header nav ul.nav-top {
    margin: 10px 0 -10px;
    min-height: 62px;
}

#header nav ul.nav-top li:hover .dropdown-menu {
    display: block !important;
}

#header nav ul.nav-top li span {
    display: block;
    line-height: 14px;
    margin-bottom: 2px;
    margin-right: 0;
    margin-top: 5px;
    padding: 8px 2px 8px 12px;
}

#header nav ul.nav-top li a, #header nav ul.nav-top li span {
    color: var(--color_999);
    font-size: 0.9em;
    padding: 6px 10px;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
}

#header nav ul.nav-top li.active a, #header nav ul.nav-top li.active span {
    color: var(--white);
}


#header nav ul.nav-top li i {
    position: relative;
    top: 1px;
}

#header .nav-main-collapse {
    overflow-y: visible;
}

#header .nav-main-collapse.in {
    overflow-y: visible;
}

/* Logo */
#header .logo {
    margin: 0;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    color: transparent;
    padding-left: 9px;
    line-height: 0;
    width: 200px;
}

#header .logo a {
    position: relative;
    z-index: 1;
}

#header .logo img {
    position: relative;
    color: transparent;
    height: 40px !important;
}

.nav-top .dropdown-menu {
    margin-top: 0;
}

.nav-top .dropdown-menu a {
    color: var(--color_333) !important;
}

.nav-top .dropdown-menu li.active i {
    color: var(--brand) !important;
}

/* Header Container */
.header-container {
    min-height: 76px;
    position: relative;
}

/* Header Mega Menu */
@media (max-width: 1200px) {
    .header-item .hidden-md {
        display: none;
    }

}

@media (max-width: 1810px) {
    .last-header-item {
        margin-right: 200px !important;
    }

}

@media (min-width: 300px) {
    #header nav.mega-menu .nav, #header nav.mega-menu .dropup, #header nav.mega-menu .dropdown, #header nav.mega-menu .collapse {
        position: static;
    }

    #header nav.mega-menu ul.nav-main .mega-menu-content {
        text-shadow: none;
    }

    #header nav.mega-menu ul.nav-main li.mega-menu-item .mega-menu-sub-title {
        color: var(--color_333);
        display: block;
        font-size: 1em;
        font-weight: 600;
        padding-bottom: 5px;
        text-transform: uppercase;
    }

    #header nav.mega-menu ul.nav-main li.mega-menu-item ul.dropdown-menu {
        background: var(--white) !important;
        color: var(--text_color);
        box-shadow:  var(--box_shadow);
        -webkit-box-shadow:  var(--box_shadow);
        border-radius: 0;
    }

    #header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu a {
        color: var(--text_color);
        text-shadow: none;
        margin: 0 0 0 -8px;
        padding: 3px 8px;
        text-transform: none;
        font-size: 0.9em;
        display: block;
        font-weight: normal;
        border: 0;
    }

    #header nav.mega-menu ul.nav-main li.mega-menu-item:hover ul.sub-menu li:hover a:hover {
        background: var(--color_hover_bg) !important;
        text-decoration: none;
    }

    #header nav.mega-menu ul.nav-main li.mega-menu-fullwidth ul.dropdown-menu {
        border-radius: 6px;
    }

    #header nav.mega-menu .navbar-inner, #header nav.mega-menu .container {
        position: relative;
    }

    #header nav.mega-menu .dropdown-menu {
        left: auto;
    }

    #header nav.mega-menu .dropdown-menu > li {
        display: block;
    }

    #header nav.mega-menu .mega-menu-content {
        padding: 15px 15px;
    }

    #header nav.mega-menu .mega-menu-content:before {
        display: table;
        content: "";
        line-height: 0;
    }

    #header nav.mega-menu .mega-menu-content:after {
        display: table;
        content: "";
        line-height: 0;
        clear: both;
    }

    #header nav.mega-menu.navbar .nav > li > .dropdown-menu:after, #header nav.mega-menu.navbar .nav > li > .dropdown-menu:before {
        display: none;
    }

    #header nav.mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
    }

    #header nav.mega-menu nav.pull-right .dropdown-menu {
        right: 0;
    }

    #header.flat-menu nav.mega-menu ul.nav-main li.mega-menu-fullwidth ul.dropdown-menu {
        border-radius: 0;
    }
}

/* Header Flat Menu */
#header.flat-menu > .container {
    height: 91px;
    margin-bottom: -82px;
}

#header.flat-menu .header-top {
    margin-top: -8px;
}

#header.flat-menu .social-icons {
    margin: 11px 10px 9px 10px;
    margin: 10px 10px 0;
}

#header.flat-menu .search {
    margin-top: 8px;
}

#header.flat-menu .search form {
    margin: 0;
}

#header.flat-menu .search input.search-query {
    padding-bottom: 5px;
    padding-top: 5px;
}

#header.flat-menu nav ul.nav-main {
    float: right;
    margin: -9px 0 -8px;
}

#header.flat-menu nav ul.nav-main > li > a {
    margin-bottom: 0;
    border-top: 5px solid transparent;
}

#header.flat-menu nav ul.nav-main li a {
    border-radius: 0;
    margin-left: 1px;
    margin-right: 3px;
    padding-bottom: 20px;
    padding-top: 46px;
}

#header.flat-menu nav ul.nav-main li.dropdown:hover a.dropdown-toggle {
    border-radius: 0;
}

#header.flat-menu nav ul.nav-main li.dropdown:hover > a {
    padding-bottom: 21px;
}

#header.flat-menu nav ul.nav-main ul.dropdown-menu {
    margin: 0 0 0 1px;
    border-radius: 0;
}

#header.flat-menu nav ul.nav-main ul.dropdown-menu ul.dropdown-menu {
    border-radius: 0;
}

/* Header Flat Menu - Sticky Menu / Boxed */
body.sticky-menu-active #header.flat-menu ul.nav-main {
    margin-bottom: -10px;
    margin-top: 34px;
}

body.sticky-menu-active #header.flat-menu ul.nav-main > li > a, body.sticky-menu-active #header.flat-menu ul.nav-main > li:hover > a {
    border-top-color: transparent;
    padding-bottom: 26px;
    padding-top: 26px;
}

body.sticky-menu-active #header.flat-menu .logo {
    padding-top: 15px;
}

body.sticky-menu-active #header.flat-menu .header-top {
    display: none;
}

body.boxed #header.flat-menu {
    padding: 15px 0 7px;
    border-radius: 5px 5px 0 0;
}

body.boxed #header.flat-menu.clean-top {
    padding-bottom: 8px;
}

body.boxed #header.flat-menu.colored {
    padding: 0 0 7px;
}

/* Header Single Menu */
#header.single-menu {
    min-height: 86px;
}

#header.single-menu > .container {
    height: 91px;
    margin-bottom: -77px;
}

#header.single-menu .social-icons {
    margin-top: 32px;
}

#header.single-menu .search {
    display: none;
}

#header.single-menu .search + nav {
    display: none;
}

#header.single-menu nav ul.nav-main {
    margin: -28px 0 -9px;
    float: right;
}

#header.single-menu nav ul.nav-main li a, #header.single-menu nav ul.nav-main li.dropdown:hover > a {
    padding-bottom: 20px;
    padding-top: 62px;
}

#header.single-menu nav.mega-menu .mega-menu-signin {
    margin-right: 0;
}

/* Header Single Menu - Sticky Menu / Boxed */
body.sticky-menu-active #header.single-menu .logo {
    padding-top: 14px;
}

body.sticky-menu-active #header.single-menu .social-icons {
    margin-top: 54px;
}

body.sticky-menu-active #header.single-menu nav ul.nav-main {
    margin-top: 20px;
    margin-bottom: -9px;
}

body.sticky-menu-active #header.single-menu nav ul.nav-main > li > a, body.sticky-menu-active #header.single-menu nav ul.nav-main > li:hover > a {
    border-top-color: transparent;
    padding-bottom: 21px;
    padding-top: 36px;
}

body.boxed #header.single-menu {
    padding: 15px 0 7px;
}

/* Header Clean Top */
#header.clean-top .header-top {
    border-bottom: 1px solid #EDEDED;
    background-color: var(--color_hover_bg);
    margin-top: -8px;
}

#header.clean-top .social-icons {
    margin: 11px 10px 9px 10px;
}

/* Header Clean Top - Sticky Menu / Boxed */
body.sticky-menu-active #header.clean-top ul.nav-main > li > a, body.sticky-menu-active #header.clean-top ul.nav-main > li:hover > a {
    padding-bottom: 20px;
    padding-top: 33px;
}

body.boxed #header.clean-top {
    border-radius: 5px 5px 0 0;
}

/* Header Colored */
#header.colored {
    border-top: 0;
}

#header.colored > .container {
    height: 107px;
    margin-bottom: -92px;
}

#header.colored .header-top p, #header.colored .header-top a, #header.colored .header-top span {
    color: var(--white);
}

#header.colored .search input.search-query {
    border: 0;
    padding-bottom: 5px;
    padding-top: 5px;
    box-shadow: none;
}

#header.colored nav ul.nav-main {
    margin: -15px 0 -8px;
}

#header.colored nav ul.nav-main li a {
    padding-bottom: 24px;
    padding-top: 50px;
}

#header.colored nav ul.nav-main li.dropdown:hover > a {
    padding-bottom: 24px;
}

/* Header Colored - Sticky Menu / Boxed */
body.sticky-menu-active #header.colored .logo {
    padding-top: 6px;
}

body.sticky-menu-active #header.colored ul.nav-main > li > a, body.sticky-menu-active #header.colored ul.nav-main > li:hover > a {
    padding-bottom: 24px;
    padding-top: 24px;
}

/* Header Darken Top Border */
#header.darken-top-border > .container {
    height: 103px;
}

#header.darken-top-border ul.nav-main {
    margin: -11px 0 -8px;
}

/* Header Darken Top Border - Sticky Menu / Boxed */
body.sticky-menu-active #header.darken-top-border nav ul.nav-main {
    margin-top: 33px;
}

body.sticky-menu-active #header.darken-top-border nav ul.nav-main > li > a, body.sticky-menu-active #header.darken-top-border nav ul.nav-main > li:hover > a {
    padding-bottom: 22px;
    padding-top: 30px;
}

body.boxed #header.darken-top-border {
    border-top: 0;
}

/* Header Center */
#header.center .logo {
    text-align: center;
    position: static;
    margin-top: 5px;
}

#header.center nav {
    float: left;
    text-align: center;
    width: 100%;
}

#header.center nav ul.nav-main {
    margin: 35px 0 10px;
}

#header.center nav ul.nav-main > li {
    display: inline-block;
    float: none;
    text-align: left;
}

/* Header Center - Sticky Menu */
body.sticky-menu-active #header.center > .container {
    margin-top: -60px;
}

body.sticky-menu-active #header.center .logo {
    text-align: left;
}

body.sticky-menu-active #header.center .logo img {
    margin-top: 42px;
}

body.sticky-menu-active #header.center nav {
    float: right;
    margin-top: 18px;
    width: auto;
}

body.sticky-menu-active #header.center nav ul.nav-main > li > a, body.sticky-menu-active #header.center nav ul.nav-main > li:hover > a {
    padding-bottom: 10px;
    padding-top: 10px;
}

/* Header Narrow */
@media (min-width: 992px) {
    #header.narrow {
        height: auto;
        min-height: 85px;
        padding: 0;
        border-bottom: 1px solid #E9E9E9;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    }

    #header.narrow > .container {
        margin-bottom: -48px;
        height: 75px;
    }
}

/* Mega Menu (Signin/SignUp) */
#header nav.mega-menu ul.nav-main .mega-menu-signin {
    padding-left: 0;
    margin-left: 0;
}

#header nav.mega-menu ul.nav-main .mega-menu-signin a {
    color: #444;
}

#header nav.mega-menu ul.nav-main .mega-menu-signin .dropdown-menu {
    width: 40%;
    right: 8px;
    border-radius: 6px 0 6px 6px;
}

#header nav.mega-menu ul.nav-main .mega-menu-signin .icon-user {
    margin-right: 5px;
}

#header nav.mega-menu ul.nav-main .mega-menu-signin .mega-menu-sub-title {
    margin-bottom: 10px;
    display: block;
}

#header nav.mega-menu ul.nav-main .mega-menu-signin .sign-up-info, #header nav.mega-menu ul.nav-main .mega-menu-signin .log-in-info {
    text-align: center;
    display: block;
}

#header nav.mega-menu ul.nav-main .mega-menu-signin.open a.dropdown-toggle {
    margin-bottom: -1px;
    padding-bottom: 11px;
}


#headerAccount {
    margin: 0 20px;

}

.signin .signin-form {
    display: block;
}

.signin .signup-form,
.signin .recover-form {
    display: none;
}

.signup .signin-form {
    display: none;
}

.signup .signup-form {
    display: block;
}

.signup .recover-form {
    display: none;
}

.recover .signin-form,
.recover .signup-form {
    display: none;
}

.recover .recover-form {
    display: block;
}

#header nav.mega-menu ul.nav-main .mega-menu-signin.logged .user-avatar .img-thumbnail {
    float: left;
    margin-right: 15px;
}

#header nav.mega-menu ul.nav-main .mega-menu-signin.logged .user-avatar .img-thumbnail img {
    max-width: 55px;
}

#header nav.mega-menu ul.nav-main .mega-menu-signin.logged .user-avatar strong {
    color: #111;
    display: block;
    padding-top: 7px;
}

#header nav.mega-menu ul.nav-main .mega-menu-signin.logged .user-avatar span {
    color: #666;
    display: block;
    font-size: 12px;
}

#header nav.mega-menu ul.nav-main .mega-menu-signin.logged .user-avatar p {
    color: var(--color_999);
    margin: 0 0 0 25px;
    text-align: left;
}

#header nav.mega-menu ul.nav-main .mega-menu-signin.logged .list-account-options {
    list-style: square;
    margin-top: 6px;
}

#header nav.mega-menu ul.nav-main .mega-menu-signin.logged .list-account-options a:hover {
    text-decoration: none;
}

body #header nav.mega-menu .mega-menu-signin ul.dropdown-menu li a, body #header nav.mega-menu .mega-menu-signin ul.dropdown-menu:hover li:hover li:hover a {
    background-color: transparent !important;
    color: var(--text_color);
    padding: 0;
    margin: 0;
}

/* Page Top */
.page-top {
    background-color: #171717;
    min-height: 50px;
    padding: 0;
    padding: 20px 0;
    position: relative;
    text-align: left;
    z-index: 0;
}

.track-detail-header {
    padding-bottom: 0;
    z-index: 1;
    border-radius: 10px;

}

.track-detail-header:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-position: center !important;
    background-size: cover !important;
    opacity: 1;
    background: var(--bg_black);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.track-detail-header:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-position: center !important;
    background-size: cover !important;
    opacity: 0.7;
    -webkit-animation: trackdetail 2s; /* Chrome, Safari, Opera */
    animation: trackdetail 2s;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}


/* Chrome, Safari, Opera */
@-webkit-keyframes trackdetail {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.7;
    }
}

/* Standard syntax */
@keyframes trackdetail {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.7;
    }
}


.track-detail-header {
    padding-bottom: 0

}

.track-detail-header:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-position: center !important;
    background-size: cover !important;
    opacity: 1;
    background: var(--bg_black);
}

.artist-page:after {
    content: " ";
    position: absolute;
    left: -220px;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-position: center !important;
    background-size: cover !important;
    opacity: 1;
    -webkit-animation: artistdetail 2s;
    animation: artistdetail 2s;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes artistdetail {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Standard syntax */
@keyframes artistdetail {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


.artist-page:before {
    content: " ";
    position: absolute;
    left: -220px;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-position: center !important;
    background-size: cover !important;
    opacity: 1;
    background: var(--bg_black);

}


.artist-page .row:before {
    content: " ";
    position: absolute;
    left: -220px;
    top: -20px;
    right: 0;
    bottom: -20px;
    z-index: 1;
    opacity: 1;
    background: var(--bg_black);
    display: block;
    z-index: 0;
    background: -moz-linear-gradient(10deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 18%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(10deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 18%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(10deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 18%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
}

.artist-page.page-top .row {
    margin-left: 0;
    margin-right: 0;
}


.track-category-header:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-position: center !important;
    background-size: cover !important;
    opacity: 0.7;
    -webkit-animation: category 2s; /* Chrome, Safari, Opera */
    animation: category 2s;

}


/* Chrome, Safari, Opera */
@-webkit-keyframes category {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.7;
    }
}

/* Standard syntax */
@keyframes category {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.7;
    }
}


.hc-details,
ul.simple-user-list.small .post-info,
#header nav ul.nav-main ul.dropdown-menu,
.statusbar .annotation,
.statusbar font,
.statusbar .note,
#global_content .dropdown-menu {
    -webkit-animation: hcdetails 0.2s; /* Chrome, Safari, Opera */
    animation: hcdetails 0.2s;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes hcdetails {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Standard syntax */
@keyframes hcdetails {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


.page-top ul.breadcrumb {
    background: none;
    margin: -3px 0 0;
    padding: 0;
}

.page-top ul.breadcrumb > li {
    text-shadow: none;
}

.page-top h2 {
    color: var(--white);
    display: inline-block;
    font-weight: 200;
    /*margin: 0 0 -25px;*/
    min-height: 37px;
    line-height: 46px;
    /*padding: 0 0 17px;*/
    position: relative;
}

/* Homepage */
.page-top.home-page {
    z-index: 3;
}


.no-scrolling .page-top.home-page,
.no-scrolling .page-top.content-col-right {
    /*
	filter: blur(2px);
	-webkit-filter: blur(2px);
	-webkit-transform: translate3d(0, 0, 0);
	*/
}


section.page-top.category-page {
    z-index: 1;
}


.page-top.home-page .row {
    position: relative;
}

.page-top.home-page p.lead {
    color: #E8E8E8;
}

.page-top.home-page img {
    bottom: -20px;
    position: relative;
}

.page-top.home-page h1 {
    color: var(--white);
    margin-bottom: 10px;
    margin-top: 30px;
}

/* Artist Page */
.page-top.artist-page {
    border-top: 0 solid var(--brand);
    background-size: cover;
}

/*
.page-top.artist-page * {
	text-shadow: 0 0 1px rgba(0,0,0,0.8);
}
*/

.page-top.artist-page .dropdown *,
.page-top.artist-page .btn * {
    text-shadow: none;
}

.page-top.artist-page .playlist .functions .dropdown {
    display: none !important;
}


.page-top.artist-page .row {
    position: relative;
    z-index: 10;
    min-height: 240px;
}

.page-top.artist-page .lead {
    color: var(--white);
    margin-left: 20px;
    font-size: 18px;
    font-weight: 400;
}


.page-top.artist-page .lead a {
    color: var(--color_ddd);

}

.page-top.artist-page .rounded-image {
    background-color: var(--bg_black);
}

.page-top.artist-page h1 {
    color: var(--white);
    margin-bottom: 10px;
    margin-top: 0;
    margin-left: 20px;
}

.page-top.artist-page .container a {
    color: var(--white);
    font-weight: 400;
    margin-bottom: 5px;
}

.page-top.artist-page .push-bottom {
    margin-left: 20px;
    text-shadow: none;
}


.page-top.artist-page p.lead .thumb-info-social-icons a i,
.page-top.artist-page p.lead .thumb-info-social-icons a {
    background: transparent;
    text-shadow: none;
    color: var(--color_ddd) !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.page-top.artist-page p.lead .thumb-info-social-icons a:hover i,
.page-top.artist-page p.lead .thumb-info-social-icons a:hover {
    background: transparent;
    color: var(--white) !important;
}

.page-top.artist-page .artist-page-content h1 .user-official,
.page-top.artist-page .artist-page-content h1 .user-premium-1,
.page-top.artist-page .artist-page-content h1 .user-premium-2 {
    margin-left: 10px;
    margin-right: 0;
    width: 25px;
    height: 25px;
}

.page-top.artist-page .artist-page-content h1 .user-official:after,
.page-top.artist-page .artist-page-content h1 .user-premium-1:after,
.page-top.artist-page .artist-page-content h1 .user-premium-2:after {
    font-size: 30px;
}

.page-top.artist-page.backgroundimage .artist-page-content #description {
    margin-left: 40px;
    line-height: 31px;
    display: inline-block;
}

.page-top.artist-page.backgroundimage .quote-lvl1,
.page-top.artist-page.backgroundimage .quote-lvl2,
.page-top.artist-page.backgroundimage .quote-lvl3 {
    position: relative;
}

.page-top.artist-page.backgroundimage .quote-lvl1,
.page-top.artist-page.backgroundimage .quote-lvl2 {
    padding: 3px 0;
    background: #111;
}

.page-top.artist-page.backgroundimage .quote-lvl2 {
    right: 20px;
}

.page-top.artist-page.backgroundimage .quote-lvl3 {
    left: 10px;
}


.page-top.artist-page.backgroundimage {
    background: var(--bg_black);
    background-size: cover;
    background-position: center;
}


/* Category Page */
.page-top.category-page h1 {
    color: var(--white);
    margin-bottom: 10px;
    margin-top: 20px;
    position: relative;
    z-index: 1;
}

/* Parallax */
.parallax {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    margin: 70px 0;
    padding: 50px 0;
}

.parallax.disabled {
    background-size: auto;
}

.parallax blockquote {
    border: 0;
    padding: 0 10%;
}

.parallax blockquote i.icon-quote-left {
    font-size: 34px;
    position: relative;
    left: -5px;
}

.parallax blockquote p {
    font-size: 24px;
    line-height: 30px;
}

.parallax blockquote span {
    font-size: 16px;
    line-height: 20px;
    color: var(--color_999);
    position: relative;
    left: -5px;
}

/* Section Featured */
section.featured {
    background: #F0F0ED;
    border-top: 5px solid #ECECE8;
    margin: 35px 0;
    padding: 50px 0;
}

section.featured.footer {
    margin: 30px 0 -70px;
}

section.featured.map {
    background-image: url(../img/map-bottom.png);
    background-position: center 0;
    background-repeat: no-repeat;
    margin-top: 0;
    border-top: 0;
}

/* Section Highlight */
section.highlight {
    background: #CCC;
    boder-left: 0;
    boder-right: 0;
    border: 3px solid #CCC;
    margin: 35px 0 45px;
    padding: 40px 0;
    color: var(--white);
}

section.highlight > p, section.highlight > a {
    color: var(--white);
}

section.highlight h1, section.highlight h2, section.highlight h3, section.highlight h4, section.highlight h5 {
    color: var(--white);
}

section.highlight .img-thumbnail {
    background-color: var(--white) !important;
    border-color: var(--white) !important;
}

section.highlight.footer {
    margin: 45px 0 -70px;
}

section.highlight.top {
    margin-top: 0;
}

/* Call To Action */
section.call-to-action {
    position: relative;
    clear: both;
}

section.call-to-action:before {
    content: "";
    display: block;
    position: absolute;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid var(--white);
    height: 15px;
    width: 15px;
    top: -5px;
    left: 50%;
    margin-left: -7px;
}

section.call-to-action h3 {
    text-transform: none;
    color: #121212;
}

section.call-to-action h3 .btn {
    margin-left: 10px;
}

/* Sidebar */
aside ul.nav-list > li > a {
    color: #666;
    font-size: 0.9em;
}

/* Home Slider - Revolution Slider */
.slider-container {
    background: #171717;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
}

.slider-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.slider-container .tp-bannershadow {
    filter: alpha(opacity=20);
    opacity: 0.20;
}

.slider-container .top-label {
    color: var(--white);
    font-size: 24px;
    font-weight: 300;
}

.slider-container .main-label {
    color: var(--white);
    font-size: 62px;
    line-height: 62px;
    font-weight: 800;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}

.slider-container .bottom-label {
    color: var(--white);
    font-size: 20px;
    font-weight: 300;
}

.slider-container .blackboard-text {
    color: #BAB9BE;
    font-size: 46px;
    line-height: 46px;
    font-family: "Shadows Into Light", cursive;
    text-transform: uppercase;
}

.slider-container .tp-caption {
    filter: alpha(opacity=0);
    opacity: 0;
}

.slider-container .tp-caption a {
    color: var(--white);
}

.slider-container .tp-caption a:hover {
    color: var(--white);
}

.slider-container .tp-caption.fullscreenvideo {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0 !important;
}

.slider-container .tp-caption.fullscreenvideo video {
    height: 100%;
    width: 100%;
    padding: 0;
    position: relative;
}

.slider-container.light {
    background-color: #EAEAEA;
}

.slider-container.light .tp-bannershadow {
    filter: alpha(opacity=5);
    opacity: 0.05;
    top: 0;
    bottom: auto;
    z-index: 1000;
}

.slider-container.light .top-label, .slider-container.light .main-label, .slider-container.light .bottom-label {
    color: var(--text_color);
}

.slider-container.light .tp-caption a {
    color: var(--text_color);
}

.slider-container.light .tp-caption a:hover {
    color: var(--text_color);
}

.slider {
    height: 500px;
    max-height: 500px;
    position: relative;
}

.slider > ul > li > .center-caption {
    left: 0 !important;
    margin-left: 0 !important;
    text-align: center;
    width: 100%;
}

.slider .tp-bannertimer {
    display: none;
}

.slider .main-button {
    font-size: 22px;
    font-weight: 600;
    line-height: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
}

.slider-container-fullscreen {
    height: 2000px;
    max-height: none;
}

.slider-container-fullscreen .slider {
    max-height: none;
}

/* Home Slider - Nivo Slider */
.nivo-slider {
    position: relative;
}

.nivo-slider .theme-default .nivoSlider {
    border-radius: 10px 10px 0 0;
    box-shadow: none;
    margin-top: 10px;
}

.nivo-slider .theme-default .nivoSlider img {
    border-radius: 10px 10px 0 0;
}

.nivo-slider .theme-default .nivo-controlNav {
    margin-top: -72px;
    position: absolute;
    z-index: 100;
    right: 5px;
    bottom: -17px;
}

.nivo-slider .theme-default .nivo-caption {
    padding-left: 20px;
}

/* Map */
.map-section {
    background: transparent url(../img/map-top.png) center 0 no-repeat;
    padding-top: 220px;
    margin-top: 40px;
}

/* Home Intro */
.home-intro {
    background-color: #171717;
    overflow: hidden;
    padding: 20px 0 10px 0;
    position: relative;
    text-align: left;
    z-index: 1;
}

.home-intro p {
    color: var(--white);
    display: inline-block;
    font-size: 1.4em;
    font-weight: 300;
    max-width: 800px;
    padding-top: 5px;
}

.home-intro p span {
    color: var(--color_999);
    display: block;
    font-size: 0.8em;
    padding-top: 5px;
}

.home-intro p em {
    font-family: "Shadows Into Light", cursive;
    font-size: 1.6em;
}

.home-intro .get-started {
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    text-align: right;
}

.home-intro .get-started .btn {
    position: relative;
    z-index: 1;
}

.home-intro .get-started .btn i {
    font-size: 1.1em;
    font-weight: normal;
    margin-left: 5px;
}

.home-intro .get-started a {
    color: var(--white);
}

.home-intro .get-started a:not(.btn) {
    color: var(--color_777);
}

.home-intro .learn-more {
    margin-left: 15px;
}

.home-intro.light {
    background-color: #E2E2E2;
}

.home-intro.light.secundary {
    background-color: #E0E1E4;
}

.home-intro.light p {
    color: var(--color_777);
}

/* Home Intro Compact */
.home-intro-compact {
    border-radius: 0 0 10px 10px;
    margin-top: -10px;
}

.home-intro-compact p {
    padding-left: 20px;
}

.home-intro-compact .get-started {
    padding-right: 20px;
}

/* Home Concept */
.home-concept {
    background: transparent url(../img/home-concept.png) no-repeat center 0;
    width: 100%;
    overflow: hidden;
}

.home-concept strong {
    display: block;
    font-family: "Shadows Into Light", cursive;
    font-size: 2.1em;
    font-weight: normal;
    position: relative;
    margin-top: 30px;
}

.home-concept .row {
    position: relative;
}

.home-concept .process-image {
    background: transparent url(../img/home-concept-item.png) no-repeat 0 0;
    width: 160px;
    height: 175px;
    margin: 135px auto 0 auto;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
}

.home-concept .process-image img {
    border-radius: 150px;
    margin: 7px 8px;
}

.home-concept .our-work {
    margin-top: 52px;
    font-size: 2.6em;
}

.home-concept .project-image {
    background: transparent url(../img/home-concept-item.png) no-repeat 100% 0;
    width: 350px;
    height: 420px;
    margin: 15px 0 0 -30px;
    padding-bottom: 45px;
    position: relative;
    z-index: 1;
}

.home-concept .sun {
    background: transparent url(../img/home-concept-icons.png) no-repeat 0 0;
    width: 60px;
    height: 56px;
    display: block;
    position: absolute;
    left: 10%;
    top: 35px;
}

.home-concept .cloud {
    background: transparent url(../img/home-concept-icons.png) no-repeat 100% 0;
    width: 116px;
    height: 56px;
    display: block;
    position: absolute;
    left: 57%;
    top: 35px;
}

/* Page 404 */
.page-not-found {
    margin: 50px 0;
}

.page-not-found h2 {
    font-size: 140px;
    font-weight: 600;
    letter-spacing: -10px;
    line-height: 140px;
}

.page-not-found h4 {
    color: var(--color_777);
}

.page-not-found p {
    font-size: 1.4em;
    line-height: 36px;
}

/* #Footer */
#footer {
    background: var(--text_color);
    border-top: 4px solid #1F1F1F;
    font-size: 0.9em;
    margin-top: 50px;
    padding: 30px 0 0;
    position: relative;
    clear: both;
}

#footer a:hover {
    color: #CCC;
}

#footer form {
    filter: alpha(opacity=85);
    opacity: 0.85;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer a {
    color: var(--white) !important;
}

#footer h4 {
    font-size: 1.8em;
    font-weight: 200;
    text-shadow: 1px 1px 1px var(--text_color);
}

#footer h5 {
    color: #CCC !important;
}

#footer ul.nav-list.primary > li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 20px;
    padding-bottom: 11px;
}

#footer ul.nav-list.primary > li:last-child a {
    border-bottom: 0;
}

#footer ul.nav-list.primary > li a:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

#footer ul.list.icons li {
    margin-bottom: 5px;
}

#footer .container .row > div {
    margin-bottom: 25px;
}

#footer .container input:focus {
    box-shadow: none;
}

#footer .footer-ribbon {
    background: var(--color_999);
    position: absolute;
    margin: -100px 0 0 22px;
    padding: 10px 20px 6px 20px;
}

#footer .footer-ribbon:before {
    border-right: 10px solid #646464;
    border-top: 16px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: -10px;
    position: absolute;
    top: 0;
    width: 7px;
}

#footer .footer-ribbon span {
    color: var(--white);
    font-size: 1.6em;
    font-family: "Shadows Into Light", cursive;
}

#footer .newsletter form {
    width: 100%;
    max-width: 262px;
}

#footer .newsletter form input.form-control {
    height: 34px;
    padding: 6px 12px;
}

#footer .alert a {
    color: #222 !important;
}

#footer .alert a:hover {
    color: #666 !important;
}

#footer .twitter .icon {
    clear: both;
    font-size: 1.5em;
    position: relative;
    top: 3px;
}

#footer .twitter .time {
    color: var(--color_999);
    display: block;
    font-size: 0.9em;
    padding-top: 3px;
    margin-bottom: 20px;
}

#footer .twitter .time:last-child {
    margin-bottom: 0;
}

#footer .twitter ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer .twitter-account {
    color: var(--white);
    display: block;
    font-size: 0.9em;
    margin: -15px 0 5px;
    filter: alpha(opacity=55);
    opacity: 0.55;
}

#footer .twitter-account:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

#footer .contact {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer .contact i {
    display: block;
    float: left;
    font-size: 1.2em;
    margin: 7px 8px 10px 0;
    position: relative;
    text-align: center;
    top: -2px;
    width: 16px;
}

#footer .contact i.icon-envelope {
    font-size: 1em;
    top: 0;
}

#footer .contact p {
    margin-bottom: 10px;
}

#footer .logo {
    display: block;
    margin-top: 6px;
}

#footer .logo.push-bottom {
    margin-bottom: 12px;
}

#footer .footer-copyright {
    background: #0C0C0C;
    border-top: 4px solid #111;
    margin-top: 0;
    padding: 30px 0 10px;
}

#footer .footer-copyright nav {
    float: right;
}

#footer .footer-copyright nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer .footer-copyright nav ul li {
    border-left: 1px solid #505050;
    display: inline-block;
    line-height: 12px;
    margin: 0;
    padding: 0 8px;
}

#footer .footer-copyright nav ul li:first-child {
    border: medium none;
    padding-left: 0;
}

#footer .footer-copyright p {
    color: var(--text_color);
    margin: 0;
    padding: 0;
}

#footer .phone {
    color: var(--white);
    font-size: 26px;
    font-weight: bold;
    display: block;
    padding-bottom: 15px;
    margin-top: -5px;
}

#footer .recent-work li {
    float: left;
    width: 30%;
    margin: 10px 3% 0 0;
}

#footer .recent-work li .thumb-info {
    float: left;
    display: inline-block;
}

#footer .recent-work li:hover img {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

#footer .recent-work img {
    width: 100%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

#footer .view-more-recent-work {
    padding: 12px;
}

#footer.short {
    padding-top: 50px;
}

#footer.short .footer-copyright {
    background: transparent;
    border: 0;
    padding-top: 0;
    margin-top: 0;
}

/* Dark Version */
body.dark {
    background-color: var(--background_darker);
}

body.dark.boxed .body {
    background-color: var(--background_darker);
}

body.dark #header {
    background: var(--background_darker);
    border-top-color: #1d1d1f;
}

body.dark #header nav ul.nav-top li a:hover {
    background-color: var(--background_dark);
}

body.dark #header nav.mega-menu ul.nav-main li.mega-menu-item .mega-menu-sub-title {
    color: var(--white);
}

body.dark #header nav.mega-menu ul.nav-main li.mega-menu-item ul.dropdown-menu {
    background-color: var(--background_dark) !important;
}

body.dark #header nav.mega-menu ul.nav-main li.mega-menu-item:hover ul.sub-menu li:hover a:hover {
    background-color: #0e0e0f !important;
}

body.dark #header nav.mega-menu ul.nav-main li.mega-menu-item .form-control {
    background-color: #363639 !important;
    border-color: #363639 !important;
    color: var(--white) !important;
}

body.dark #header nav.mega-menu ul.nav-main .mega-menu-signin a,
body.dark #header nav.mega-menu ul.nav-main .mega-menu-signin a:hover,
body.dark #header nav.mega-menu ul.nav-main .mega-menu-signin.logged .user-avatar strong {
    color: var(--white);
}

body.dark #header .search input.search:focus {
    border-color: var(--background_dark);
}

body.dark #header.clean-top .header-top {
    background: #272729;
    border-bottom-color: var(--background_dark);
}

body.dark #header.narrow {
    border-bottom-color: #272729;
}

body.dark #header nav.mega-menu .mega-menu-shop .actions-continue {
    border-top-color: #272729;
}

body.dark #header nav.mega-menu .mega-menu-shop .dropdown-menu li table tr td a {
    color: var(--white);
}

body.dark #header nav.mega-menu .mega-menu-shop a {
    color: var(--white);
}

body.dark.sticky-menu-active #header {
    border-bottom-color: var(--background_dark);
}

body.dark h1, body.dark h2, body.dark h3, body.dark h4, body.dark h5, body.dark h6 {
    color: var(--white);
}

body.dark .modal-header h1, body.dark .modal-header h2, body.dark .modal-header h3, body.dark .modal-header h4, body.dark .modal-header h5, body.dark .modal-header h6 {
    color: var(--color_777);
}

body.dark blockquote {
    border-color: var(--background_dark);
}

body.dark section.featured {
    background-color: #1d1d1f;
    border-top-color: #363639;
}

body.dark section.featured.map {
    background-image: url(../img/map-bottom.png);
}

body.dark section.call-to-action:before {
    border-top-color: #363639;
}

body.dark section.timeline:after {
    background: #505050;
    background: -moz-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(100%, #7db9e8));
    background: -webkit-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
    background: -o-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
    background: -ms-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
    background: linear, to bottom, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%;
}

body.dark section.timeline .timeline-date {
    background-color: var(--background_dark);
    border-color: var(--background_dark);
    text-shadow: none;
}

body.dark section.timeline .timeline-title {
    background: var(--background_dark);
}

body.dark section.timeline .timeline-box {
    border-color: var(--background_dark);
    background: var(--background_dark);
}

body.dark section.timeline .timeline-box.left:before {
    box-shadow: 0 0 0 3px var(--background_dark), 0 0 0 6px var(--background_dark);
}

body.dark section.timeline .timeline-box.left:after {
    background: var(--background_dark);
    border-right-color: var(--background_dark);
    border-top-color: var(--background_dark);
}

body.dark section.timeline .timeline-box.right:before {
    box-shadow: 0 0 0 3px var(--background_dark), 0 0 0 6px var(--background_dark);
}

body.dark section.timeline .timeline-box.right:after {
    background: var(--background_dark);
    border-left-color: var(--background_dark);
    border-bottom-color: var(--background_dark);
}

body.dark .form-control {
    background-color: var(--background_dark);
    border-color: var(--background_dark);
}

body.dark .btn-default {
    background-color: var(--background_dark);
    border-color: var(--background_dark);
    color: var(--white);
}

body.dark .btn.disabled,
body.dark .btn[disabled] {
    border-color: var(--background_dark) !important;
}

body.dark .pagination > li > a,
body.dark .pagination > li > span {
    background-color: var(--background_dark);
    border-color: #29292c;
}

body.dark .theme-default .nivoSlider {
    background-color: var(--background_darker);
}

body.dark .map-section {
    background-image: url(../img/map-top-dark.png);
}

body.dark .home-concept {
    background-image: url(../img/home-concept-dark.png);
}

body.dark .home-concept .process-image {
    background-image: url(../img/home-concept-item-dark.png);
}

body.dark .home-concept .project-image {
    background-image: url(../img/home-concept-item-dark.png);
}

body.dark .home-concept .sun {
    background-image: url(../img/home-concept-icons-dark.png);
}

body.dark .home-concept .cloud {
    background-image: url(../img/home-concept-icons-dark.png);
}

body.dark .page-top {
    border-bottom-color: #1d1d1f;
}

body.dark .panel-group .panel {
    background-color: var(--background_dark);
}

body.dark .panel-group .panel-default {
    border-color: var(--background_dark);
}

body.dark .panel-group .panel-heading {
    background-color: #363639;
}

body.dark .panel-group .form-control {
    background-color: #272729;
    border-color: #272729;
}

body.dark .toggle > label {
    background-color: #363639;
}

body.dark .featured-box {
    background: #363639;
    border-left-color: #363639;
    border-right-color: #363639;
    border-bottom-color: #363639;
}

body.dark .featured-box.secundary h4 {
    color: var(--white);
}

body.dark .feature-box.secundary h4 {
    color: var(--white);
}

body.dark .progress {
    background: #363639;
}

body.dark .arrow {
    background-image: url(../img/arrows-dark.png);
}

body.dark .thumbnail,
body.dark .img-thumbnail {
    background-color: var(--background_dark);
    border-color: var(--background_dark);
}

body.dark .thumb-info-social-icons {
    border-top-color: #404043;
}

body.dark ul.nav-list.primary > li a {
    border-bottom-color: var(--background_dark);
}

body.dark ul.nav-list.primary > li a:hover {
    background-color: var(--background_dark);
}

body.dark .tabs .nav-tabs li a,
body.dark .tabs .nav-tabs li a:hover {
    border-top-color: var(--background_dark);
    border-left-color: var(--background_dark);
    border-right-color: var(--background_dark);
    background: var(--background_dark);
}

body.dark .tabs .nav-tabs.nav-justify li a,
body.dark .tabs .nav-tabs.nav-justify li a:hover {
    border-bottom-color: var(--background_dark);
}

body.dark .tabs.tabs-left .nav-tabs > li a, body.dark .tabs.tabs-right .nav-tabs > li a {
    background: var(--background_dark);
    border-left-color: var(--background_dark);
    border-right-color: var(--background_dark);
}

body.dark .tabs .nav-tabs {
    border-color: var(--background_dark);
}

body.dark .tabs .nav-tabs li.active a,
body.dark .tabs .nav-tabs li.active a:hover,
body.dark .tabs .nav-tabs li.active a:focus {
    background: #363639;
    border-left-color: #363639;
    border-right-color: #363639;
}

body.dark .tabs .nav-tabs.nav-justify li.active a {
    border-bottom-color: #363639;
}

body.dark .tabs.tabs-vertical {
    border-top-color: #363639;
}

body.dark .tabs.tabs-bottom .nav-tabs li a, body.dark .tabs.tabs-bottom .nav-tabs li a:hover {
    border-bottom-color: var(--background_dark);
}

body.dark .tabs .tab-content {
    background: #363639;
    border-color: #363639;
}

body.dark .testimonial-author strong {
    color: var(--white);
}

body.dark .page-header {
    border-bottom-color: var(--background_dark);
}

body.dark .table > thead > tr > th,
body.dark .table > tbody > tr > th,
body.dark .table > tfoot > tr > th,
body.dark .table > thead > tr > td,
body.dark .table > tbody > tr > td,
body.dark .table > tfoot > tr > td,
body.dark .table-bordered {
    border-color: var(--background_dark);
}

body.dark .table-striped > tbody > tr:nth-child(2n+1) > td,
body.dark .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #363639;
}

body.dark pre {
    background-color: var(--background_dark);
    border-color: var(--background_dark);
    color: var(--color_777);
}

body.dark .show-grid [class*="col-md-"] .show-grid-block {
    background-color: var(--background_dark);
    border-color: var(--background_dark);
}

body.dark hr {
    background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.2), transparent);
    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
}

body.dark hr.light {
    background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2), transparent);
}

body.dark ul.history li .thumb {
    background-image: url(../img/history-thumb-dark.png);
}

body.dark .blog-posts article {
    border-color: var(--background_dark);
}

body.dark section.featured .recent-posts .date .day,
body.dark article.post .post-date .day {
    background-color: var(--background_dark);
}

body.dark article .post-video,
body.dark article .post-video iframe,
body.dark article .post-audio,
body.dark article .post-audio iframe {
    background-color: var(--background_dark);
    border-color: var(--background_dark);
}

body.dark ul.simple-post-list li {
    border-bottom-color: #272729;
}

body.dark .post-block {
    border-top-color: #1d1d1f;
}

body.dark ul.comments .comment-block {
    background-color: var(--background_dark);
}

body.dark ul.comments .comment-arrow {
    border-right-color: var(--background_dark);
}

body.dark .pricing-table li {
    border-top-color: #272729;
}

body.dark .pricing-table h3 {
    background-color: #272729;
    text-shadow: none;
}

body.dark .pricing-table h3 span {
    background: var(--background_dark);
    border-color: #29292c;
    box-shadow: 0 5px 20px #29292c inset, 0 3px 0 var(--background_dark) inset;
    color: var(--color_777);
}

body.dark .pricing-table .most-popular {
    border-color: var(--background_dark);
}

body.dark .pricing-table .most-popular h3 {
    background-color: var(--background_dark);
    color: var(--white);
    text-shadow: none;
}

body.dark .pricing-table .plan-ribbon {
    background-color: var(--background_dark);
}

body.dark .pricing-table .plan {
    background: var(--background_dark);
    border: 1px solid var(--background_dark);
    color: var(--color_777);
    text-shadow: none;
}

body.dark .product-thumb-info {
    background-color: var(--background_dark);
    border-color: transparent;
}

body.dark .shop .quantity .qty {
    background-color: var(--background_dark);
    border-color: transparent;
}

body.dark .shop .quantity .minus,
body.dark .shop .quantity .plus {
    background-color: #272729;
    border-color: transparent;
}

body.dark .shop table.cart td,
body.dark .shop .cart-totals th,
body.dark .shop .cart-totals td {
    border-color: var(--background_dark);
}

body.dark #footer .footer-ribbon {
    margin-top: -96px;
}

body.dark #footer .newsletter form .btn-default {
    background-color: #272729;
    border-color: #272729;
    color: var(--color_777);
}

/* Boxed Layout */
body.boxed {
    background-color: transparent;
    background-position: 0 0;
    background-repeat: repeat;
}

body.boxed .body {
    background-color: var(--white);
    border-bottom: 5px solid var(--text_color);
    border-radius: 5px;
    border-top: 5px solid #CCC;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    margin: 25px auto;
    max-width: 1200px;
    height: auto;
}

body.boxed #header {
    padding: 15px 0;
}


/* PLAYLIST */

#play_queue {
    position: fixed;
    top: 55px;
    right: -200px;
    left: auto;
    background: var(--white);
    z-index: 99;
    width: 200px;
    bottom: 0;
    -webkit-transition: all 0.2s linear 0.5s;
    transition: all 0.2s linear 0.5s;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    padding: 20px 0 80px;
}

#play_queue:hover {
    z-index: 100;
}

#play_queue ul {
    list-style: none;
    padding: 0;
    height: 100%;
    margin: 0;
}


#play_queue ul li {
    list-style: none;
    float: left;
    width: 200px;
    margin: 0;
    padding: 5px 5px 5px 60px;
    color: var(--white);
    overflow: hidden;
    background-size: 50px !important;
    cursor: pointer;
    position: relative;
    z-index: 1;
    opacity: 0.3;
    height: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-animation: playqueue 2s; /* Chrome, Safari, Opera */
    animation: playqueue 2s;
}


/* Chrome, Safari, Opera */
@-webkit-keyframes playqueue {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.3;
    }
}

/* Standard syntax */
@keyframes playqueue {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.3;
    }
}

#play_queue ul li i {
    display: none;
    position: absolute;
    right: 3px;
    top: 1px;
    z-index: 9;
}

#play_queue ul li:hover {
    opacity: 1;
}

#play_queue ul li:hover i {
    display: block;
}

#play_queue ul li.active {
    opacity: 1;
}

#play_queue ul li b,
#play_queue ul li span {
    width: 190px;
    white-space: nowrap;
    color: var(--white);
}

#play_queue ul li b {
    font-size: 12px;
    line-height: 16px;
    width: 100%;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

#play_queue.hover,
#play_queue:hover {
    box-shadow: var(--box_shadow);
    -webkit-box-shadow: var(--box_shadow);
    background: #3a3a3a;
    color: var(--white);
    right: 0;

}


#play_queue .hover {
    display: none;
}

#play_queue:hover .hover {
    display: block;
}

#play_queue:hover ul li,
#play_queue:hover ul li b,
#play_queue:hover ul li span {
    color: var(--white);
}

#play_queue ul li span {
    font-size: 10px;
    line-height: 16px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

#play_queue ul li span.playbar {
    position: absolute;
    left: 60px;
    bottom: 7px;
    width: 132px;
    display: block;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}

#play_queue ul li.active span.playbar {
    background: rgba(255, 255, 255, 0.5);
}

#play_queue ul li span.playbar div.position {
    height: 3px;
    background: var(--brand);
    width: 0%;
}


#play_queue ul li .play-pause i {
    display: none;
    position: absolute;
    right: 0;
    top: -6px;
    z-index: 9;
    font-size: 25px;
}

#play_queue ul li.active .play-pause i {
    display: block;
}


.listeners-played {
    background: var(--white);
    z-index: 2;
    padding: 20px 25px;
    position: absolute;
    bottom: -489px;
    width: 100%;
    box-shadow:  var(--box_shadow);
    -webkit-box-shadow:  var(--box_shadow);
    height: 363px;
    overflow: hidden;
    border-radius: 10px;
}

/* PLAYLIST */

.more_by_artist {
    background: var(--white);
    z-index: 99 !important;
    padding: 5px 0 5px 0;
    position: absolute;
    bottom: -90px;
    width: 100%;
    height: 80px;
    box-shadow: var(--box_shadow);
    -webkit-box-shadow: var(--box_shadow);
    max-width: 1300px;
    border-radius: 10px;
}


.more_by_artist ul {
    list-style: none;
    padding: 10px 0 0 25px;
    height: 60px;
    overflow: hidden;
}

.more-by-artist {
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.more-by-artist .more_by_artist_scroll {
    list-style: none;
    padding: 0 0 0 0;
    height: 60px;
    overflow: hidden;
    margin-left: 0;

}

.more_by_artist ul li,
.more_by_artist_scroll div {
    list-style: none;
    float: left;
    width: 300px;
    /*background-color: var(--color_hover_bg) !important;*/
    margin: 0 10px 10px 0;
    padding: 0;
    color: var(--text_color);
    overflow: hidden;
    background-size: 50px !important;
    cursor: pointer;
    position: relative;
    z-index: 1;
    /*border-radius: 3px;*/
}

.more_by_artist_scroll ul li a,
.more_by_artist_scroll div a {
    display: block;
    padding: 7px 5px 3px 60px;
}

.more_by_artist ul li i
.more_by_artist_scroll div {
    display: none;
    position: absolute;
    right: 0;
    top: -6px;
    z-index: 9;
    font-size: 25px;
}

/*
.more_by_artist ul li:hover i,
.more_by_artist_scroll div:hover i {
    display: block;
}
*/

.more_by_artist ul li.active,
.more_by_artist_scroll div.active {
    background-color: var(--brand) !important;
}

.more_by_artist ul li b,
.more_by_artist_scroll div b,
.more_by_artist ul li span,
.more_by_artist_scroll div span {
    width: 190px;
    white-space: nowrap;
    color: var(--text_color);
}

.more_by_artist ul li a:hover,
.more_by_artist_scroll div a:hover {
    text-decoration: none;
}

.more_by_artist ul li b,
.more_by_artist_scroll div b {
    font-size: 14px;
    line-height: 16px;
    width: 100%;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.more_by_artist ul li span,
.more_by_artist_scroll div span {
    font-size: 10px !important;
    line-height: 20px;
    display: inline !important;
    padding: 0 !important;
}

.more_by_artist ul li span.playbar,
.more_by_artist_scroll div span.playbar {
    position: absolute;
    left: 60px;
    bottom: 3px;
    width: 132px;
    background: rgba(255, 255, 255, 0.3);
    display: block;
}

.more_by_artist ul li span.playbar div.position,
.more_by_artist_scroll div span.playbar div.position {
    height: 3px;
    background: rgba(255, 255, 255, 0.7);
    width: 0%;
}

.more_by_artist .simple-user-list {
    position: absolute;
    left: 25px;
    top: 10px;
    padding: 0;
    z-index: 99;
    overflow: visible;
    width: 285px
}

.more_by_artist .simple-user-list li {
    width: 285px;
    padding: 0;
    min-height: 60px;
    overflow: visible;
}

.more_by_artist ul.simple-user-list .post-info {
    padding-top: 6px;
}


.playing span.playbar {
    position: absolute;
    top: 45px;
    width: 200px;
    display: block;
    background: var(--color_eee);
    cursor: ew-resize;
    height: 5px;
}

.playing span.playbar div.position {
    height: 5px;
    background: var(--brand);
    width: 0%;
}

#ascrail2002-hr {
    top: 106px !important;
    z-index: 999;
    display: none !important;
}

#ascrail2002-hr div {
    background: var(--text_color) !important;
    cursor: pointer;
}

.ui-sortable-helper {
    position: fixed;
}

#playlist_toggle.active a {
    color: var(--white) !important;
}

body.playlist_open {
    padding-top: 70px !important;
}


.maps-hovercard {
    background: var(--white);
    z-index: 2;
    padding: 0;
}


.maps-hovercard ul {
    list-style: none;
    padding: 10px 10px 0 10px;
    margin-bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 200px;

}


.maps-hovercard ul li {
    list-style: none;
    width: 300px;
    background-color: var(--white) !important;
    margin: 0 0 10px 0;
    padding: 7px 5px 7px 60px;
    color: var(--text_color);
    overflow: hidden;
    background-size: 50px !important;
    cursor: pointer;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid var(--color_eee);
}

.maps-hovercard ul li:last-child {
    border-bottom: 0;
    margin-bottom: 5px;
}

.maps-hovercard ul li i {
    display: none;
    position: absolute;
    right: 0;
    top: -6px;
    z-index: 9;
    font-size: 25px;
}

.maps-hovercard ul li:hover i {
    display: block;
}

.maps-hovercard ul li.active {
    background-color: var(--white) !important;
}

.maps-hovercard ul li b,
.maps-hovercard ul li span {
    width: 280px;
    white-space: nowrap;
    color: #222;
}

.maps-hovercard ul li a:hover {
    text-decoration: none;
}

.maps-hovercard ul li b {
    font-size: 14px;
    line-height: 16px;
    width: 100%;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.maps-hovercard ul li span {
    font-size: 10px;
    line-height: 20px;
}


#sidebar {
    position: relative;
}

#sidebar_content {


}


#sidebar h3,
#sidebar .h3,
#sidebar h4,
#sidebar .h4,
#sidebar h5,
#sidebar .h5,
#w2f-dest h3,
#w2f-dest .h3,
#w2f-dest h4,
#w2f-dest .h4,
#w2f-dest h5,
#w2f-dest .h5 {
    color: #666;
    text-transform: none;
    margin-left: 30px;
    font-size: 13px;
    margin-bottom: 5px;
}


#sidebar .sidebar_content,
.feed-content .sidebar_content,
#w2f-dest .sidebar_content {
    margin: 20px 0 50px 0;
}

#sidebar .lists,
.feed-content .lists,
#w2f-dest .lists {
    list-style: none;
    padding: 0;

}

#sidebar .lists li,
.feed-content .lists li,
#w2f-dest .lists li {
    display: block;


}


.favs-item .fa-times {
    position: absolute;
    right: 5px;
    top: 11px;
    cursor: pointer;
    color: #888;
    display: none;
}


.favs-item .fa-reply-all {
    position: absolute;
    right: 20px;
    top: 12px;
    cursor: pointer;
    color: var(--brand);
    display: none;
}

.favs-item .fa-times:hover,
.favs-item .fa-reply-all:hover {
    opacity: 0.5;
}

.favs-item:hover .fa-times,
.favs-item:hover .fa-reply-all {
    display: block;
}

#sidebar .lists li a,
#w2f-dest .lists li a,
.feed-content .lists li a,
#tab-sidebar-notifications .lists li a,
#tab-sidebar-messages .lists li a {
    color: var(--text_color);
    text-decoration: none;
    padding: 13px 15px 12px 65px !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    display: block;
    font-size: 12px;
    width: 100%;
    word-wrap: break-word;
    background-position: 15px 10px !important;
    line-height: 14px;
    white-space: normal;
}

#follow-favs .lists li a {
    padding: 10px 35px 10px 65px !important;
}

#sidebar .lists li b,
#w2f-dest .lists li b,
.feed-content .lists li b,
#tab-sidebar-notifications .lists li b,
#tab-sidebar-messages .lists li b {
    font-weight: 400;

}

#tab-sidebar-menu ul li:hover a {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

#tab-sidebar-menu ul li:hover a,
#sidebar .lists li:hover a,
#sidebar .lists li a:hover,
#w2f-dest .lists li a:hover,
.feed-content .lists li a:hover,
#w2f-dest .lists li:hover a,
.feed-content .lists li:hover a,
#tab-sidebar-notifications .lists li a:hover,
#tab-sidebar-messages .lists li a:hover {
    text-decoration: none;
    background-color: var(--white) !important;

}


#sidebar .lists.with-icon li a,
#w2f-dest .lists.with-icon li a,
.feed-content .lists.with-icon li a,
#tab-sidebar-notifications .lists.with-icon li a,
#tab-sidebar-messages .lists.with-icon li a {
    padding: 5px 20px 5px 30px !important;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 24px;
}

#sidebar .lists.with-icon li a i,
#w2f-dest .lists.with-icon li a i,
.feed-content .lists.with-icon li a i,
#tab-sidebar-notifications .lists.with-icon li a i,
#tab-sidebar-messages .lists.with-icon li a i {
    margin-right: 20px;
}

#tab-sidebar-messages .lists li a i {
    margin-right: 5px;
}


.nicescroll-rails {
    z-index: 9999;
    display: none !important;
}

#table-playlist .active {
    background: var(--color_eee) !important;
    outline: 2px solid var(--color_eee) !important;
}


#sidebar_posts {
    position: absolute;
    top: 0;
    right: -120px;
    bottom: 0;
    width: 180px;
    z-index: 999;
    -moz-box-shadow: 0 0 10px 1px #000;
    -webkit-box-shadow: 0 0 10px 1px #000;
    box-shadow: 0 0 10px 1px #000;
    color: var(--white);
    z-index: 99999999;
    background: #222222;
}

#sidebar_posts.out {
    right: -160px !important;
}

#sidebar_posts.hidden {
    display: none !important;
}


#sidebar_posts_content {
    overflow-y: hidden;
    overflow-x: hidden;
    height: 100%;
}


#sidebar_posts_content .sidebar_content {
    width: 160px;
}

#ascrail2000,
#ascrail2001,
#ascrail2002 {
    display: none !important
}


#sidebar .lists li.now {

}

#sidebar .lists li.new {

}

#sidebar .lists li.focused {

}


#description .details {
    display: inline;
}

.user_online:after {
    content: "\f111";
    font-family: "FontAwesome";
    margin-right: 2px;
    margin-left: 5px;
    line-height: 12px;
    font-size: 7px;
    color: #6bb933;
    position: relative;
    top: -2px;
}

.user-premium-1 {
    display: inline;
    width: 5px;
    margin-left: 5px;
}

.user-premium-1:after {

    content: "\f196";
    font-family: "FontAwesome";
    font-size: 11px;
    color: var(--brand);
    position: relative;
    top: -1px;
}


.user-premium-2 {
    display: inline;
    width: 5px;
    margin-left: 5px;
}

.user-premium-2:after {
    content: "\f0fe";
    font-family: "FontAwesome";
    font-size: 10px;
    color: var(--brand);
    position: relative;
    top: -1px;
}

.user-official {
    display: inline;
    width: 5px;
    margin-left: 5px;
}


.user-official:after {

    content: "\f058";
    font-family: "FontAwesome";
    font-size: 10px;
    color: #0687f5;
    position: relative;
    top: -1px;
}


#_atssh {
    position: fixed !important;
}


.loadie {
    position: fixed;
    top: 0;
    left: 0;

    background: var(--brand); /* Old browsers */
    background: -moz-linear-gradient(left, #a50000 80%, #a50000 55%, var(--brand) 97%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(80%, #a50000), color-stop(55%, #a50000), color-stop(97%, var(--brand))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #a50000 80%, #a50000 55%, var(--brand) 97%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #a50000 80%, #a50000 55%, var(--brand) 97%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #a50000 80%, #a50000 55%, var(--brand) 97%); /* IE10+ */
    background: linear-gradient(to right, #a50000 80%, #a50000 55%, var(--brand) 97%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a50000', endColorstr='var(--brand)', GradientType=1); /* IE6-9 */

    width: 0;
    height: 4px;
    transition: width 0.5s ease-out;
    -moz-transition: width 0.5s ease-out;
    -webkit-transition: width 0.5s ease-out;
    z-index: 9999999;
}

h5 a {
    margin: 150px auto 400px;
    display: inline-block;
    font-size: 24px;
    color: #ccc;
}


.h5 a {
    margin: 150px auto 400px;
    display: inline-block;
    font-size: 24px;
    color: #ccc;
}


.tags_styled {
    padding: 0;
    margin: 0;
}

.tags_styled li {
    margin: 2px 0;

}

.tags_styled li,
.tags_styled a {
    float: left;
    display: inline-block;
    height: 16px;
    line-height: 15px;
    position: relative;
    font-size: 11px;
    white-space: nowrap;
}

.tags_styled a {
    margin-right: 10px;
    padding: 0 5px 0 8px;
    background: #dedede;
    color: var(--text_color);
    text-decoration: none;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
}


.tags_styled a:before {
    content: "";
    float: left;
    position: absolute;
    top: 0;
    left: -5px;
    width: 0;
    height: 0;
    border-color: transparent #dedede transparent transparent;
    border-style: solid;
    border-width: 8px 5px 8px 0;
}

.tags_styled a:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    float: left;
    width: 4px;
    height: 4px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: var(--white);
    -moz-box-shadow: -1px -1px 2px #dedede;
    -webkit-box-shadow: -1px -1px 2px #dedede;
    box-shadow: -1px -1px 2px #dedede;
}

.tags_styled a:hover {
    background: var(--color_eee);
}

.tags_styled a:hover:before {
    border-color: transparent var(--color_eee) transparent transparent;
}

#setslist,
.setslist {
    margin: 0;
    padding: 0;
    list-sytle: none;


}

#setslist li,
.setslist li {
    display: block;
    clear: both;
    position: relative;
}


#setslist li:last-child hr,
.setslist li:last-child hr {
    display: none;
}

#setslist .ui-sortable-helper {
    display: none !important;
}


#track-gallery .ui-sortable-helper {
    display: fixed !important;
}


#track-gallery .ui-sortable-placeholder {
    position: relative;
    display: inline-block;
    margin: 0 5px 5px 0;
    list-style: none;
    width: 80px;
    height: 80px;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}


.margin-top-15 {
    margin-top: 15px !important;
}


.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}


.padding-top-30 {
    padding-top: 30px !important;
}


.padding-top-15 {
    padding-top: 15px !important;
}


.margin-top-40 {
    margin-top: 40px !important;
}

.margin-top-60 {
    margin-top: 60px !important;
}

.margin-top-70 {
    margin-top: 70px !important;
}

.margin-top-80 {
    margin-top: 80px !important;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}


.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-bottom-60 {
    margin-bottom: 60px !important;
}

.margin-bottom-80 {
    margin-bottom: 80px !important;
}


.margin-right-5 {
    margin-right: 5px !important;
}

.set-settings-dropdown {
    display: none;
}

#setslist li.margin-top-20:hover .set-settings-dropdown {
    display: block;
}


.navbar {
    min-height: 0;
    border-radius: 3px;
}

.navbar-form {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
}

.navbar-form .form-control,
.navbar-form .btn,
.navbar-form .input-group-addon {
    border-width: 0 1px 0 1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-left: -1px;
    display: block;
    width: auto;
    vertical-align: middle;
    float: left;
    box-shadow: none;
    border-color: var(--color_border);
    min-height: 35px;
    color: var(--color_777);
}

.navbar-form .btn-primary {
    color: var(--white);

}

.nav-config-bar {
    width: auto !important;
    right: 0 !important;
    padding-top: 15px;
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    z-index: 2;
    background: var(--white);
    margin-bottom: 15px !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
}

.tab-content .nav-config-bar {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 5px;
    padding-right: 5px;
}

.nav-config-bar .margin-bottom-30 {
    margin-bottom: 15px !important;
}


.navbar-form .pull-right {
    margin-right: -1px;
}

.navbar-form .input-group-addon {
    width: 20px;
    padding: 7px 0;
    text-align: center;
    margin: 0 0 0 -1px;
    background: #f8f8f8;
}

.navbar-form .form-control:focus {
    border-color: var(--color_border);
}

.navbar-form .form-group {
    display: block;
    width: auto;
    vertical-align: middle;
    float: left;
}


.navbar-form .pull-right .form-control {
    margin-right: -1px;
    margin-left: 0;
}


.navbar-brand {
    padding: 0 15px;
    font-size: 14px;
    line-height: 35px;
    height: auto;
    margin: 0;
    font-weight: 500;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: var(--brand) !important;
}

.jqstooltip {
    height: 17px !important;
    position: absolute !important;
    border-radius: 0 !important;
    padding: 2px !important;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 35px !important;

}


.ranking {
    position: absolute;
    display: block;
    font-weight: 800 !important;
    padding: 0 5px 0 5px !important;
    margin: 0;
    color: #e5e5e5 !important;
    background-color: var(--brand);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    left: -116px;
    z-index: 2;
    top: 5px;
    font-size: 9px !important;
    line-height: 17px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.ranking:hover {
    background-color: #760000;
}

.track-detail-header ul.playlist li .ranking {
    left: -6px;
}

.ranking:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    top: 100%;
    border-width: 3px 3px;
    border-style: solid;
    border-color: #760000 #760000 transparent transparent;
}

.tooltip {
    -webkit-transition-delay: .5s; /* Safari */
    transition-delay: .5s;
}


.comments .tooltip {
    -webkit-transition-delay: 0s; /* Safari */
    transition-delay: 0s;
}

.tooltip,
.tooltip-inner {
    word-wrap: break-word !important;
    white-space: normal !important;
    max-width: 300px !important;

}


.soc-media-sharing {
    position: relative;
    background: #f3f3f3;
    padding: 15px 15px 10px 15px;
    margin-top: 15px;
    margin-bottom: -16px;
}

.soc-media-sharing.default {
    padding: 12px 15px 15px 15px;
}

.soc-media-sharing {
    background: none;
    padding: 0;
    margin: 0 0 20px;
}

.soc-media-sharing h3 {
    display: inline-block;
    font: 400 20px/24px var(--font_family), sans-serif;
    color: #222;
    margin: 0 30px 0 0;
}

.soc-media-sharing a {
    color: #828282;
    margin: 0 8px;
}

.soc-media-sharing a:hover {
    color: #222;
}

.soc-media-sharing a.btn-social span {
    display: none;
}

.soc-media-sharing a.btn-icon,
.soc-media-sharing a.btn-icon-title {
    display: inline-block;
    width: 36px;
    text-align: center;
    padding: 8px 0;
    background: #828282;
    margin: 0 6px 5px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.soc-media-sharing.default a.btn-icon,
.soc-media-sharing.default a.btn-icon-title {
    display: inline-block;
    width: auto;
    padding: 0;
    background: none;
    margin: 0 8px;
}

.soc-media-sharing.soc-style-two a.btn-social i.fa,
.soc-media-sharing.soc-style-three a.btn-social i.fa {
    font-size: 16px;
    color: var(--white);
    text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.soc-media-sharing.soc-style-two a.btn-social i.fa-facebook-square:before,
.soc-media-sharing.soc-style-three a.btn-social i.fa-facebook-square:before {
    content: "\f09a";
}

.soc-media-sharing.soc-style-two a.btn-social i.fa-twitter-square:before,
.soc-media-sharing.soc-style-three a.btn-social i.fa-twitter-square:before {
    content: "\f099";
}

.soc-media-sharing.soc-style-two a.btn-social i.fa-pinterest-square:before,
.soc-media-sharing.soc-style-three a.btn-social i.fa-pinterest-square:before {
    content: "\f231";
}

.soc-media-sharing.soc-style-two a.btn-social i.fa-linkedin-square,
.soc-media-sharing.soc-style-three a.btn-social i.fa-linkedin-square {
    line-height: 5px;
}

.soc-media-sharing.soc-style-two a.btn-social i.fa-linkedin-square:before,
.soc-media-sharing.soc-style-three a.btn-social i.fa-linkedin-square:before {
    content: "\f0e1";
}

.soc-media-sharing.soc-style-two a.btn-social i.fa-google-plus-square:before,
.soc-media-sharing.soc-style-three a.btn-social i.fa-google-plus-square:before {
    content: "\f0d5";
}

.soc-media-sharing.soc-style-two a.btn-social span,
.soc-media-sharing.soc-style-three a.btn-social span {
    display: none;
}

.soc-media-sharing.soc-style-three a.btn-facebook,
.soc-media-sharing.soc-style-two a.btn-facebook:hover {
    background: #3b5998;
}

.soc-media-sharing.soc-style-three a.btn-twitter,
.soc-media-sharing.soc-style-two a.btn-twitter:hover {
    background: #282828;
}

.soc-media-sharing.soc-style-three a.btn-pinterest,
.soc-media-sharing.soc-style-two a.btn-pinterest:hover {
    background: #cb2028;
}

.soc-media-sharing.soc-style-three a.btn-linkedin,
.soc-media-sharing.soc-style-two a.btn-linkedin:hover {
    background: #0073b2;
}

.soc-media-sharing.soc-style-three a.btn-google,
.soc-media-sharing.soc-style-two a.btn-google:hover {
    background: #d73d32;
}

.soc-media-sharing.soc-style-three a.btn-social:hover {
    background: #444;
}


@media (min-width: 992px) {
    .soc-media-sharing a.btn-social.btn-icon-title {
        width: auto;
        padding: 8px 15px 8px 12px;
        text-align: left;
    }

    .soc-media-sharing a.btn-social.btn-icon-title span {
        display: inline-block;
        font-weight: 400;
        font-size: 13px;
        color: var(--white);
        margin-left: 12px;
    }

    .soc-media-sharing.default a.btn-social.btn-icon-title {
        padding: 0;
        margin-right: 10px;
    }

    .soc-media-sharing.default a.btn-social.btn-icon-title span {
        font-weight: 700;
        color: #444;
        margin-left: 8px;
    }
}

/*
.headline .hc-preview a.hc-hover {
	width: 320px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 22px;
	margin-bottom: -6px;
}
*/


#landr-iframe {
    z-index: 999;
    display: block;
    border: 0 none transparent;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: visible;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}


/* NIFTY FORM CHECKBOXES & RADIOS */
/*======================================*/
.form-checkbox:not(.btn),
.form-radio:not(.btn) {
    display: inline-block;
    background-color: transparent;
    border: 0;
    position: relative;
    padding: 3px;
    line-height: 1em;
    min-width: 19px;
    margin: 0;
}

.input-group-addon > .form-checkbox,
.input-group-addon > .form-radio {
    margin-bottom: 5px;
}

.form-text.form-checkbox:not(.btn),
.form-text.form-radio:not(.btn) {
    padding-left: 25px;
}

.form-checkbox > input[type="checkbox"],
.form-radio > input[type="radio"] {
    margin-left: -50px;
    opacity: 0;
    position: absolute !important;
    visibility: hidden;
    z-index: -1;
}

#container.show-form .form-checkbox > input[type="checkbox"],
#container.show-form .form-radio > input[type="radio"] {
    margin-top: -0.1em;
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.form-checkbox:hover,
.form-radio:hover {
    cursor: pointer;
}

fieldset[disabled] .form-checkbox:hover,
fieldset[disabled] .form-radio:hover {
    cursor: no-drop;
}

fieldset[disabled] .form-checkbox,
fieldset[disabled] .form-radio,
.form-checkbox.disabled,
.form-radio.disabled {
    opacity: .5;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.form-checkbox.disabled::selection,
.form-radio.disabled::selection {
    background: transparent;
}

.form-checkbox.disabled::-moz-selection,
.form-radio.disabled::-moz-selection {
    background: transparent;
}

.form-checkbox.form-normal:before,
.form-radio.form-normal:before {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: transparent;
    border: 1px solid #c3cedb;
    border-radius: 0;
    left: 0;
    top: 50%;
    margin-top: -9px;
}

.form-radio.form-normal:before {
    background-color: transparent;
}

.has-success .form-checkbox {
    color: #24692F;
}

.has-success .form-checkbox.form-normal:before,
.has-success .form-checkbox.form-normal:not(.disabled):hover:before,
.has-success .form-radio.form-normal:before,
.has-success .form-radio.form-normal:not(.disabled):hover:before {
    background-color: transparent;
    border-color: #699737;
}

#container .has-success .form-radio.form-normal.active:before {
    background-color: #699737;
    border-color: #699737;
}

.has-warning .form-checkbox {
    color: #bb7815;
}

.has-warning .form-checkbox.form-normal:before,
.has-warning .form-checkbox.form-normal:not(.disabled):hover:before,
.has-warning .form-radio.form-normal:before,
.has-warning .form-radio.form-normal:not(.disabled):hover:before {
    background-color: transparent;
    border-color: #bb7815;
}

#container .has-warning .form-radio.form-normal:before {
    background-color: #bb7815;
    border-color: #bb7815;
}

.has-error .form-checkbox {
    color: #d82b0a;
}

.has-error .form-checkbox.form-normal:before,
.has-error .form-checkbox.form-normal:not(.disabled):hover:before,
.has-error .form-radio.form-normal:before,
.has-error .form-radio.form-normal:not(.disabled):hover:before {
    background-color: transparent;
    border-color: #d82b0a;
}

#container .has-error .form-radio.form-normal.active:before {
    background-color: #d82b0a;
    border-color: #d82b0a;
}

.form-radio.form-normal:before {
    border-radius: 50%;
}

/* Check Symbol */
fieldset:not([disabled]) .form-checkbox.form-normal:not(.disabled):hover:after,
fieldset:not([disabled]) .form-checkbox.form-normal.active:after,
.form-checkbox.form-normal:not(.disabled):hover:after,
.form-checkbox.form-normal.active:after {
    content: '';
    position: absolute;
    height: 6px;
    width: 11px;
    left: 3px;
    top: 50%;
    margin-top: -5px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-bottom: 2.5px solid #515151;
    border-left: 2.5px solid #515151;
}

fieldset:not([disabled]) .has-success .form-checkbox.form-normal:not(.disabled):hover:after,
fieldset:not([disabled]) .has-success .form-checkbox.form-normal.active:after,
.has-success .form-checkbox.form-normal:not(.disabled):hover:after,
.has-success .form-checkbox.form-normal.active:after {
    border-color: #24692F;
}

fieldset:not([disabled]) .has-warning .form-checkbox.form-normal:not(.disabled):hover:after,
fieldset:not([disabled]) .has-warning .form-checkbox.form-normal.active:after,
.has-warning .form-checkbox.form-normal:not(.disabled):hover:after,
.has-warning .form-checkbox.form-normal.active:after {
    border-color: #f0a238;
}

fieldset:not([disabled]) .has-error .form-checkbox.form-normal:not(.disabled):hover:after,
fieldset:not([disabled]) .has-error .form-checkbox.form-normal.active:after,
.has-error .form-checkbox.form-normal:not(.disabled):hover:after,
.has-error .form-checkbox.form-normal.active:after {
    border-color: #e33a4b;
}

/* Circle Symbol */
fieldset:not([disabled]) .form-radio.form-normal:not(.disabled):hover:after,
fieldset:not([disabled]) .form-radio.form-normal.active:after,
.form-radio.form-normal:not(.disabled):hover:after,
.form-radio.form-normal.active:after {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #515151;
    border-radius: 50%;
    left: 4px;
    bottom: 50%;
    margin-bottom: -3px;
}

fieldset:not([disabled]) .has-success .form-radio.form-normal:not(.disabled):not(.active):hover:after,
fieldset:not([disabled]) .has-success .form-radio.form-normal.active:after,
.has-success .form-radio.form-normal:not(.disabled):not(.active):hover:after,
.has-success .form-radio.form-normal.active:after {
    background-color: #699737;
}

fieldset:not([disabled]) .has-warning .form-radio.form-normal:not(.disabled):not(.active):hover:after,
fieldset:not([disabled]) .has-warning .form-radio.form-normal.active:after,
.has-warning .form-radio.form-normal:not(.disabled):not(.active):hover:after,
.has-warning .form-radio.form-normal.active:after {
    background-color: #bb7815;
}

fieldset:not([disabled]) .has-error .form-radio.form-normal:not(.disabled):not(.active):hover:after,
fieldset:not([disabled]) .has-error .form-radio.form-normal.active:after,
.has-error .form-radio.form-normal:not(.disabled):not(.active):hover:after,
.has-error .form-radio.form-normal.active:after {
    background-color: #d82b0a;
}

.form-checkbox.form-normal:not(.active):hover:after,
.form-radio.form-normal:not(.active):hover:after {
    opacity: 0.3;
}

.form-checkbox.form-normal.form-primary.active:after,
.form-checkbox.form-normal.form-info.active:after,
.form-checkbox.form-normal.form-success.active:after,
.form-checkbox.form-normal.form-warning.active:after,
.form-checkbox.form-normal.form-danger.active:after,
.form-checkbox.form-normal.form-mint.active:after,
.form-checkbox.form-normal.form-purple.active:after,
.form-checkbox.form-normal.form-pink.active:after,
.form-checkbox.form-normal.form-dark.active:after {
    border-color: var(--white);
}

/* Checkbox & Radio default
	*==================================================*/
.form-checkbox.form-normal:not(.disabled):hover:before,
.form-radio.form-normal:not(.disabled):hover:before {
    border-color: #54abd9;
}

.form-checkbox.form-normal.active:after {
    border-color: #404449;
}

/* Checkbox & Radio primary
	*==================================================*/
.form-checkbox.form-normal.form-primary:hover:before,
.form-radio.form-normal.form-primary.active:before,
.form-checkbox.form-normal.form-primary:not(.active):hover:after {
    border-color: #489eed;
}

.form-checkbox.form-normal.form-primary.active:before,
.form-radio.form-normal.form-primary.active:after {
    background-color: #5fa2dd;
    border-color: #5fa2dd;
}

/* Checkbox & Radio info
	*==================================================*/
.form-checkbox.form-normal.form-info:hover:before,
.form-radio.form-normal.form-info.active:before,
.form-checkbox.form-normal.form-info:not(.active):hover:after {
    border-color: #4ebcda;
}

.form-checkbox.form-normal.form-info.active:before,
.form-radio.form-normal.form-info.active:after {
    background-color: #4ebcda;
    border-color: #4ebcda;
}

/* Checkbox & Radio success
	*==================================================*/
.form-checkbox.form-normal.form-success:hover:before,
.form-radio.form-normal.form-success.active:before,
.form-checkbox.form-normal.form-success:not(.active):hover:after {
    border-color: #9cc96b;
}

.form-checkbox.form-normal.form-success.active:before,
.form-radio.form-normal.form-success.active:after {
    background-color: #9cc96b;
    border-color: #9cc96b;
}

/* Checkbox & Radio warning
	*==================================================*/
.form-checkbox.form-normal.form-warning:hover:before,
.form-radio.form-normal.form-warning.active:before,
.form-checkbox.form-normal.form-warning:not(.active):hover:after {
    border-color: #ebaa4b;
}

.form-checkbox.form-normal.form-warning.active:before,
.form-radio.form-normal.form-warning.active:after {
    background-color: #ebaa4b;
    border-color: #ebaa4b;
}

/* Checkbox & Radio danger
	*==================================================*/
.form-checkbox.form-normal.form-danger:hover:before,
.form-radio.form-normal.form-danger.active:before,
.form-checkbox.form-normal.form-danger:not(.active):hover:after {
    border-color: #f76c51;
}

.form-checkbox.form-normal.form-danger.active:before,
.form-radio.form-normal.form-danger.active:after {
    background-color: #f76c51;
    border-color: #f76c51;
}

/* Checkbox & Radio mint
	*==================================================*/
.form-checkbox.form-normal.form-mint:hover:before,
.form-radio.form-normal.form-mint.active:before,
.form-checkbox.form-normal.form-mint:not(.active):hover:after {
    border-color: #50c7a7;
}

.form-checkbox.form-normal.form-mint.active:before,
.form-radio.form-normal.form-mint.active:after {
    background-color: #50c7a7;
    border-color: #50c7a7;
}

/* Checkbox & Radio purple
	*==================================================*/
.form-checkbox.form-normal.form-purple:hover:before,
.form-radio.form-normal.form-purple.active:before,
.form-checkbox.form-normal.form-purple:not(.active):hover:after {
    border-color: #986291;
}

.form-checkbox.form-normal.form-purple.active:before,
.form-radio.form-normal.form-purple.active:after {
    background-color: #986291;
    border-color: #986291;
}

/* Checkbox & Radio pink
	*==================================================*/
.form-checkbox.form-normal.form-pink:hover:before,
.form-radio.form-normal.form-pink.active:before,
.form-checkbox.form-normal.form-pink:not(.active):hover:after {
    border-color: #e17ca7;
}

.form-checkbox.form-normal.form-pink.active:before,
.form-radio.form-normal.form-pink.active:after {
    background-color: #e17ca7;
    border-color: #e17ca7;
}

/* Checkbox & Radio dark
	*==================================================*/
.form-checkbox.form-normal.form-dark:hover:before,
.form-radio.form-normal.form-dark.active:before,
.form-checkbox.form-normal.form-dark:not(.active):hover:after {
    border-color: #3b4146;
}

.form-checkbox.form-normal.form-dark.active:before,
.form-radio.form-normal.form-dark.active:after {
    background-color: #3b4146;
    border-color: #3b4146;
}

.form-inline .form-checkbox,
.form-inline .form-radio {
    padding-right: 15px;
}

/* CHECKBOXES AND RADIO USE THE FONTAWESOME ICONS */
/*======================================*/
.form-checkbox.form-icon:after,
.form-radio.form-icon:after {
    content: "\f096";
    color: inherit;
    font-size: 19px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: absolute;
    left: 0.1em;
    top: 50%;
    margin-top: -0.44em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.input-group .form-checkbox:after,
.input-group .form-radio:after {
    left: 1px;
}

.input-group .form-checkbox,
.input-group .form-radio {
    padding: 0;
}

.form-checkbox.active.form-icon:after {
    content: "\f046";
}

.form-radio.form-icon:after {
    content: "\f10c";
}

.form-radio.form-icon.active:after {
    content: "\f192";
}

.form-checkbox.form-icon.form-primary:after,
.form-radio.form-icon.form-primary:after {
    color: #5fa2dd;
}

.form-checkbox.form-icon.form-info:after,
.form-radio.form-icon.form-info:after {
    color: #4ebcda;
}

.form-checkbox.form-icon.form-success:after,
.form-radio.form-icon.form-success:after {
    color: #9cc96b;
}

.form-checkbox.form-icon.form-warning:after,
.form-radio.form-icon.form-warning:after {
    color: #ebaa4b;
}

.form-checkbox.form-icon.form-danger:after,
.form-radio.form-icon.form-danger:after {
    color: #f76c51;
}

.form-checkbox.form-icon.form-mint:after,
.form-radio.form-icon.form-mint:after {
    color: #50c7a7;
}

.form-checkbox.form-icon.form-purple:after,
.form-radio.form-icon.form-purple:after {
    color: #986291;
}

.form-checkbox.form-icon.form-pink:after,
.form-radio.form-icon.form-pink:after {
    color: #e17ca7;
}

.form-checkbox.form-icon.form-dark:after,
.form-radio.form-icon.form-dark:after {
    color: #3b4146;
}

/* CHECKBOXES AND RADIO WITH BUTTON STYLE */
/*======================================*/
.form-checkbox.form-icon.btn,
.form-radio.form-icon.btn {
    position: relative;
    padding-left: 2.7em;
    margin-bottom: 12px;
}

.form-checkbox.form-icon.btn:active,
.form-radio.form-icon.btn:active {
    margin-bottom: 12px;
}

.form-checkbox.form-icon.btn.form-no-label,
.form-radio.form-icon.btn.form-no-label {
    padding-left: 0;
    padding-right: 0;
    min-height: 2.5em;
    min-width: 2.85em;
}

.form-checkbox.form-icon.btn:after,
.form-radio.form-icon.btn:after {
    margin-top: -0.46em;
    left: 0.45em;
}

.form-icon.btn.btn-primary:after,
.form-icon.btn.btn-info:after,
.form-icon.btn.btn-success:after,
.form-icon.btn.btn-warning:after,
.form-icon.btn.btn-danger:after,
.form-icon.btn.btn-mint:after,
.form-icon.btn.btn-purple:after,
.form-icon.btn.btn-pink:after,
.form-icon.btn.btn-dark:after {
    color: var(--white);
}

.form-checkbox.form-icon.btn.btn-labeled,
.form-radio.form-icon.btn.btn-labeled {
    padding-left: 3em;
}

.form-checkbox.form-icon.btn.btn-labeled:before,
.form-radio.form-icon.btn.btn-labeled:before {
    content: '';
    position: absolute;
    display: inline-block;
    margin-left: 0;
    width: 2.7em;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.15);
}

/* CHECKBOXES AND RADIO BLOCK LEVEL */
/*======================================*/
.checkbox.form-block {
    padding-top: 4px;
}

.form-radio.form-block,
.form-radio.form-block:active,
.form-checkbox.form-block,
.form-checkbox.form-block:active,
.form-block > .form-radio,
.form-block > .form-radio:active,
.form-block > .form-checkbox,
.form-block .form-checkbox:active {
    width: 100%;
    margin: 5px 0;
}

.plan {
    text-align: center;
}

.plan .plan-title {
    font-size: 2em;
    font-weight: 100;
}

.plan .plan-icon {
    font-size: 7em;
    color: rgba(0, 0, 0, 0.1);
}

.list-todo .form-checkbox input:checked ~ span {
    text-decoration: line-through;
    opacity: 0.7;
}

.list-skills li {
    float: left;
}

ul.list.icons li i {

}

.morris-full-content {
    height: 170px;
    margin: 0 -25px -30px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .morris-full-content {
        height: 200px;
    }
}

.morris-donut {
    display: inline-block;
    text-align: center;
    max-width: 200px;
    max-height: 200px;
}

.morris-donut text {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-weight: 300 !important;
}

.flot-full-content {
    min-height: 212px;
    margin: -8px;
    bottom: -8px;
}

.pie-title-center {
    display: inline-block;
    position: relative;
    text-align: center;
}

.pie-value {
    display: block;
    position: absolute;
    font-size: 14px;
    height: 40px;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -20px;
    line-height: 40px;
}

.range-vertical {
    height: 135px;
}


/*
Name: 			theme-elements.css
Written by: 	Okler Themes - (http://www.okler.net)
Version: 		3.1.0
*/
/* Headings */
h1, h2, h3, .h3, h4, h5, .h5, h6 {
    color: var(--text_color);
    font-weight: 200;
    margin: 0;
}

.h1,
h1 {
    font-size: 3.2em;
    line-height: 44px;
    margin: 0 0 44px 0;
}

.h2,
h2 {
    font-size: 2.6em;
    font-weight: 300;
    line-height: 42px;
    margin: 0 0 32px 0;
}

.h3,
h3 {
    color: #CCC;
    font-size: 1.8em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 24px;
    margin-bottom: 33px;
}

.h4,
h4 {
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px 0;
}

h4 .fa-bolt,
h4 .fa-music {
    color: var(--color_eee);
}

h5,
.h5 {
    font-size: 1em;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 18px;
    margin: 0 0 14px 0;
    text-transform: uppercase;
}

.listeners-played .h5
.listeners-played h5 {
    text-align: center;
}

h6,
.h6 {
    color: var(--text_color);
    font-size: 1em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 18px;
    margin: 0 0 14px 0;
}

h1.big,
.h1.big {
    font-size: 4.2em;
    line-height: 54px;
}

h1.short,
.h1.short {
    margin-bottom: 15px;
}

h2.short {
    margin-bottom: 15px;
}

h3.short,
h4.short,
h5.short,
h6.short {
    margin-bottom: 9px;
}

h1.shorter,
h2.shorter,
h3.shorter,
h4.shorter,
h5.shorter,
h6.shorter {
    margin-bottom: 0;
}

h1.tall,
h2.tall,
h3.tall,
h4.tall,
h5.tall,
h6.tall {
    margin-bottom: 33px;
}

h1.taller,
h2.taller,
h3.taller,
h4.taller,
h5.taller,
h6.taller {
    margin-bottom: 44px;
}

h1.spaced,
h2.spaced,
h3.spaced,
h4.spaced,
h5.spaced,
h6.spaced {
    margin-top: 22px;
}

h1.more-spaced,
h2.more-spaced,
h3.more-spaced,
h4.more-spaced,
h5.more-spaced,
h6.more-spaced {
    margin-top: 44px;
}

h1.dark,
h2.dark,
h3.dark,
h4.dark,
h5.dark {
    color: var(--text_color);
}

h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white {
    color: var(--white);
}

h1.text-shadow,
h2.text-shadow,
h3.text-shadow,
h4.text-shadow,
h5.text-shadow,
h6.text-shadow {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

h2 .inverted {
    min-height: 60px;
}

/* Modal Titles */
.modal-header h3 {
    color: var(--text_color);
    text-transform: none;
}

/* Blockquote */
blockquote {
    font-size: 1em;
}

/* Paragraphs */
p {
    color: var(--text_color);
    line-height: 24px;
    margin: 0 0 20px;
}

.description ul,
#description ul,
.description ol,
#description ol,
.description blockquote,
#description blockquote {
    color: var(--text_color);
    line-height: 24px;
    margin-bottom: 20px;
    padding-left: 0;
    list-style-position: outside;
    margin-left: 18px;
}


p.featured {
    font-size: 1.6em;
    line-height: 1.5em;
}

p.short {
    margin-bottom: 0;
}

p.tall {
    margin-bottom: 20px;
}

p.taller {
    margin-bottom: 40px;
}

p .alternative-font {
    display: inline-block;
    margin-top: -15px;
    position: relative;
    top: 3px;
    margin-bottom: -6px;
}

/* Labels */
.label-dark,
.label-dark:hover {
    background: #111;
    text-decoration: none;
    font-weight: normal;
}

/* Drop Caps */
p.drop-caps:first-child:first-letter {
    float: left;
    font-size: 75px;
    line-height: 60px;
    padding: 4px;
    margin-right: 5px;
    margin-top: 5px;
    font-family: Georgia;
}

p.drop-caps.secundary:first-child:first-letter {
    background-color: #CCC;
    color: var(--white);
    padding: 6px;
    margin-right: 5px;
    border-radius: 4px;
}

/* Alternative Font Style */
.alternative-font {
    color: #CCC;
    font-family: "Shadows Into Light", cursive;
    font-size: 1.6em;
}

/* Navs */
ul.nav-list.primary > li {
    margin: 0;
    padding: 0;
}

ul.nav-list.primary > li a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background-image: url(../img/list-primary.png);
    background-position: 9px 16px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #EDEDDE;
    padding: 8px 20px;
}

ul.nav-pills > li.active > a {
    background-color: #CCC;
}

ul.nav-pills > li.active > a:hover, ul.nav-pills > li.active > a:focus {
    background-color: #CCC;
}

/* Buttons */
.btn-primary[disabled] {
    border-color: #CCC !important;
    background-image: none;
}

.btn-icon i {
    margin-right: 10px;
}

.btn-icon-right i {
    margin-right: 0;
    margin-left: 10px;
}

/* Forms */
form label {
    font-weight: normal;
}

textarea {
    resize: vertical;
}

select {
    border: 1px solid #E5E7E9;
    border-radius: 6px;
    outline: none;
}

.label {
    font-weight: normal;
}

.form-group:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.form-control {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.form-control:focus {
    box-shadow: none !important;
    border-color: #CCC;
}

.input-group {
    z-index: 0;
}

/* Forms Validations */
label.valid {
    display: inline-block;
    text-indent: -9999px;
}

label.error {
    color: #C10000;
    font-size: 0.9em;
    margin-top: -5px;
    padding: 0;
}


/* Icons */
.featured-icon {
    background: #CCC;
    border-radius: 35px;
    color: var(--white);
    display: inline-block;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    top: 5px;
    width: 35px;
}

.featured-icon i {
    color: var(--white);
    font-size: 0.9em;
    font-weight: normal;
}


.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: var(--color_ddd);
}

/* Icons List */
ul.icons {
    list-style: none;
}

ul.icons [class^="icon-"] {
    margin-right: 5px;
}

/* Thumbnails */
.img-thumbnail {
    border-radius: 100%;
    position: relative;
}

.img-thumbnail.following:after {
    display: block;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    background: var(--brand);
    border-radius: 50%;
    bottom: -2px;
    right: 6px;
    z-index: 1;
    border: 2px solid var(--white);
    opacity: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.simple-user-list:hover .img-thumbnail.following:after {
    opacity: 1;
    width: 10px;
    height: 10px;
}

.img-thumbnail img {
    border-radius: 100%;
    -webkit-animation: thumbnail 0.5s; /* Chrome, Safari, Opera */
    animation: thumbnail 0.5s;
}


.comments .img-thumbnail img {
    -webkit-animation: 0 !important; /* Chrome, Safari, Opera */
    animation: 0 !important;
    transition: none !important;
}


/* Chrome, Safari, Opera */
@-webkit-keyframes thumbnail {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Standard syntax */
@keyframes thumbnail {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


.rounded-image {
    border-radius: 100%;
    position: relative;
    border: 3px solid var(--color_eee);
    padding: 0;
}

.rounded-image img {
    border-radius: 100%;
    -webkit-animation: thumbnail 0.5s; /* Chrome, Safari, Opera */
    animation: thumbnail 0.5s;
}


.img-thumbnail .zoom {
    background: #CCC;
    border-radius: 100%;
    bottom: 8px;
    color: var(--white);
    display: block;
    height: 30px;
    padding: 6px;
    position: absolute;
    right: 8px;
    text-align: center;
    width: 30px;
}

.img-thumbnail .zoom i {
    font-size: 14px;
    left: -1px;
    position: relative;
    top: -3px;
}

/* Thumbnail Gallery */
ul.thumbnail-gallery {
    list-style: none;
    margin: 10px 0;
    padding: 0;
}

ul.thumbnail-gallery li {
    display: inline-block;
    margin: 10px 10px 0 0;
    padding: 0;
}

/* List */
ul.list li {
    margin-bottom: 13px;
}

ul.list.icons li i {
    color: #CCC;
    margin-right: 5px;
}

ul.list.pull-left li {
    text-align: left;
}

.tabs {
    border-radius: 4px;
    margin-bottom: 35px;
}

.nav-tabs {
    margin: 0;
    font-size: 0;
    border-bottom: 2px solid var(--color_ddd);
    min-height: 30px;
}

.fancybox-inner .nav-tabs {
    margin-bottom: 20px;
}

.sidenav .nav-tabs {
    border-bottom-color: var(--white);
    padding: 0 15px 0 29px;
    margin-bottom: 10px;
    min-height: 29px;
}

.nav-tabs li {
    display: inline-block;
    /* float: none; */
    margin-right: 1px;
}

.nav-tabs > li {
    margin-bottom: -2px;
    margin-right: 20px;
}

.nav-tabs > li.pull-right {
    margin-right: 0;
    margin-bottom: -3px;
}

.nav-tabs > li.pull-right a {
    line-height: 22px;
}

.sidenav .nav-tabs > li {
    margin-right: 10px;
    padding
}


.nav-tabs li:last-child a {
    margin-right: 0;
}

.nav-tabs li a {
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
}


.nav-tabs li a,
.nav-tabs li a:hover,
.nav-tabs li a:active,
.nav-tabs li a:focus {
    border-top: none;
    border-bottom: 2px solid transparent;
    color: var(--text_color);
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0;
    background: transparent;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    line-height: 23px;
    padding: 0 0 5px 0;
}

.nav-tabs li a:hover,
.nav-tabs li a:active,
.nav-tabs li a:focus {
    border-bottom-color: transparent;
    border-bottom: 2px solid var(--brand);
    box-shadow: none;
}

.nav-tabs li a:active, .nav-tabs li a:focus {
    border-bottom: 0;
}

.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
    background: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top: 0;
    border-bottom: 2px solid var(--brand);
    color: var(--text_color);
    line-height: 23px;
    padding: 0 0 5px;
}

.sidenav .nav-tabs li a {
    font-size: 14px;
    line-height: 22px;
    padding-left: 3px !important;
    padding-right: 3px !important;
}

.sidenav .nav-tabs li.highlight a {
    color: var(--brand) !important;
}

.sidenav .nav-tabs li a:focus {
    line-height: 22px !important;
}

.tab-content {
}

/* Right Aligned */
.nav-tabs.nav-right {
    text-align: right;
}

/* Justified */
.nav-tabs.nav-justify {
    display: table;
    table-layout: fixed;
    margin-bottom: -1px;
    width: 100%;
}

.nav-tabs.nav-justify li {
    display: table-cell;
    margin-bottom: 0;
    width: 100%;
}

.nav-tabs.nav-justify li:first-child a,
.nav-tabs.nav-justify li:first-child a:hover {
    border-radius: 5px 0 0 0;
    border-left: 1px solid var(--color_eee);
}

.nav-tabs.nav-justify li:last-child a,
.nav-tabs.nav-justify li:last-child a:hover {
    border-radius: 0 5px 0 0;
    border-right: 1px solid var(--color_eee);
}

.nav-tabs.nav-justify li a {
    border-left: none;
    border-right: none;
    border-bottom: 1px solid var(--color_eee);
    border-radius: 0;
    margin-right: 0;
}

.nav-tabs.nav-justify li a:hover, .nav-tabs.nav-justify li a:focus {
    border-bottom: 1px solid var(--color_eee);
    border-left: none;
    border-right: none;
}

.nav-tabs.nav-justify li.active a {
    border-bottom: 1px solid var(--white);
}

.nav-tabs.nav-justify li.active a:hover {
    border-bottom: 1px solid var(--white);
}

/* Bottom Tabs */
.tabs.tabs-bottom .tab-content {
    border-radius: 4px 4px 0 0;
    border-bottom: 0;
    border-top: 1px solid var(--color_eee);
}

.tabs.tabs-bottom .nav-tabs {
    border-bottom: none;
    border-top: 1px solid var(--color_eee);
}

.tabs.tabs-bottom .nav-tabs li {
    margin-bottom: 0;
    margin-top: -1px;
}

.tabs.tabs-bottom .nav-tabs li:last-child a {
    margin-right: 0;
}

.tabs.tabs-bottom .nav-tabs li a {
    border-radius: 0 0 5px 5px;
    font-size: 14px;
    margin-right: 1px;
}

.tabs.tabs-bottom .nav-tabs li a, .tabs.tabs-bottom .nav-tabs li a:hover {
    border-bottom: 3px solid var(--color_eee);
    border-top: 1px solid var(--color_eee);
}

.tabs.tabs-bottom .nav-tabs li a:hover {
    border-bottom: 3px solid #CCC;
    border-top: 1px solid var(--color_eee);
}

.tabs.tabs-bottom .nav-tabs li.active a,
.tabs.tabs-bottom .nav-tabs li.active a:hover,
.tabs.tabs-bottom .nav-tabs li.active a:focus {
    border-bottom: 3px solid #CCC;
    border-top-color: transparent;
}

/* Bottom Tabs with Justified Nav */
.tabs.tabs-bottom .nav-tabs.nav-justify {
    border-top: none;
}

.tabs.tabs-bottom .nav-tabs.nav-justify li a {
    margin-right: 0;
}

.tabs.tabs-bottom .nav-tabs.nav-justify li:first-child a {
    border-radius: 0 0 0 5px;
}

.tabs.tabs-bottom .nav-tabs.nav-justify li:last-child a {
    margin-right: 0;
    border-radius: 0 0 5px 0;
}

/* Vertical */
.tabs-vertical {
    display: table;
    width: 100%;
    border-top: 1px solid var(--color_eee);
}

.tabs-vertical .tab-content {
    display: table-cell;
    vertical-align: top;
}

.tabs-vertical .nav-tabs {
    border-bottom: none;
    display: table-cell;
    height: 100%;
    float: none;
    padding: 0;
    vertical-align: top;
}

.tabs-vertical .nav-tabs > li {
    display: block;
}

.tabs-vertical .nav-tabs > li a {
    border-radius: 0;
    display: block;
    padding-top: 10px;
}

.tabs-vertical .nav-tabs > li a, .tabs-vertical .nav-tabs > li a:hover, .tabs-vertical .nav-tabs > li a:focus {
    border-bottom: none;
    border-top: none;
}

.tabs-vertical .nav-tabs > li.active a,
.tabs-vertical .nav-tabs > li.active a:hover, .tabs-vertical .nav-tabs > li.active:focus {
    border-top: none;
}

/* Vertical - Left Side */
.tabs-left .tab-content {
    border-radius: 0 5px 5px 5px;
    border-left: none;
}

.tabs-left .nav-tabs > li {
    margin-right: -1px;
}

.tabs-left .nav-tabs > li:first-child a {
    border-radius: 5px 0 0 0;
}

.tabs-left .nav-tabs > li:last-child a {
    border-radius: 0 0 0 5px;
}

.tabs-left .nav-tabs > li a {
    border-right: 1px solid var(--color_eee);
    border-left: 3px solid var(--color_eee);
    margin-right: 1px;
    margin-left: -3px;
}

.tabs-left .nav-tabs > li a:hover {
    border-left-color: #CCC;
}

.tabs-left .nav-tabs > li.active a,
.tabs-left .nav-tabs > li.active a:hover,
.tabs-left .nav-tabs > li.active a:focus {
    border-left: 3px solid #CCC;
    border-right-color: var(--white);
}

/* Vertical - Right Side */
.tabs-right .tab-content {
    border-radius: 5px 0 5px 5px;
    border-right: none;
}

.tabs-right .nav-tabs > li {
    margin-left: -1px;
}

.tabs-right .nav-tabs > li:first-child a {
    border-radius: 0 5px 0 0;
}

.tabs-right .nav-tabs > li:last-child a {
    border-radius: 0 0 5px 0;
}

.tabs-right .nav-tabs > li a {
    border-right: 3px solid var(--color_eee);
    border-left: 1px solid var(--color_eee);
    margin-right: 1px;
    margin-left: 1px;
}

.tabs-right .nav-tabs > li a:hover {
    border-right-color: #CCC;
}

.tabs-right .nav-tabs > li.active a,
.tabs-right .nav-tabs > li.active a:hover,
.tabs-right .nav-tabs > li.active a:focus {
    border-right: 3px solid #CCC;
    border-left: 1px solid var(--white);
}


/* Miscellaneous */
body a {
    outline: none !important;
}

li {
    line-height: 24px;
}

.center {
    text-align: center;
}

.push-bottom {
    margin-bottom: 35px;
}

.push-top {
    margin-top: 35px;
}

.bold {
    font-weight: bold;
}

.inverted {
    color: var(--white);
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

/* Clearfix */
.clearfix {
    display: inline-block;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* Divider Line */
hr {
    background: var(--color_ddd);
    border: 0;
    height: 1px;
    margin: 20px 0 20px 0;
}

.sidenav hr {
    background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.1), transparent);
    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.1), transparent);
}

hr.short {
    margin: 11px 0 11px 0;
}

hr.tall {
    margin: 44px 0 44px 0;
}

hr.taller {
    margin: 66px 0 66px 0;
}

hr.light {
    background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.2), transparent);
    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
}

/* Read More */
.read-more,
.learn-more {
    display: inline-block;
    white-space: nowrap;
    margin-left: 5px;
}


/* Offset Anchor */
.offset-anchor {
    display: block;
    position: relative;
    visibility: hidden;
    top: -100px;
}

/* Show Grid */
.show-grid [class*="col-md-"] .show-grid-block {
    background-color: var(--color_eee);
    line-height: 40px;
    min-height: 40px;
    text-align: center;
    border: 1px solid var(--white);
    display: block;
}


/* Pricing Tables */
.pricing-table {
    margin: 25px 0 0 -15px;
    padding-left: 0;
    text-align: center;
}

.pricing-table ul {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
}

.pricing-table li {
    border-top: 1px solid var(--color_ddd);
    padding: 10px 0;
}

.pricing-table h3 {
    background-color: var(--color_eee);
    border-radius: 2px 2px 0 0;
    font-size: 20px;
    font-weight: normal;
    margin: -20px -20px 50px -20px;
    padding: 20px;
}

.pricing-table h3 span {
    background: var(--white);
    border: 5px solid var(--white);
    border-radius: 100px;
    box-shadow: 0 5px 20px var(--color_ddd) inset, 0 3px 0 var(--color_999) inset;
    color: var(--color_777);
    display: block;
    font: bold 25px / 25px Georgia, Serif;
    height: 100px;
    margin: 20px auto -65px;
    width: 100px;
    padding-top: 20px;
}

.pricing-table .most-popular {
    border: 3px solid #CCC;
    box-shadow: 11px 0 10px -10px rgba(0, 0, 0, 0.1), -11px 0 10px -10px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
    top: -10px;
    z-index: 2;
}

.pricing-table .most-popular h3 {
    background-color: #666;
    color: var(--white);
    padding-top: 30px;
    text-shadow: 0 1px var(--text_color);
}

.pricing-table .plan-ribbon-wrapper {
    height: 88px;
    overflow: hidden;
    position: absolute;
    right: -5px;
    top: -5px;
    width: 85px;
}

.pricing-table .plan-ribbon {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background-image: -webkit-linear-gradient(top, #bfdc7a, #8ebf45);
    background-image: linear-gradient(to bottom, #bfdc7a, #8ebf45);
    background-color: #bfdc7a;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    color: var(--text_color);
    font-size: 14px;
    left: -5px;
    padding: 7px 0;
    position: relative;
    text-align: center;
    text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
    top: 15px;
    width: 120px;
}

.pricing-table .plan-ribbon:before {
    left: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    bottom: -3px;
    content: "";
    position: absolute;
}

.pricing-table .plan-ribbon:after {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    bottom: -3px;
    content: "";
    position: absolute;
    right: 0;
}

.pricing-table .plan {
    background: var(--white);
    border: 1px solid var(--color_ddd);
    border-radius: 5px;
    color: var(--text_color);
    margin-bottom: 35px;
    margin-right: -31px;
    padding: 20px;
    position: relative;
    text-shadow: 0 1px rgba(255, 255, 255, 0.8);
}

.pricing-table .btn {
    margin-top: 5px;
}

/* Pricing Tables Boxed */
body.boxed .pricing-table {
    margin-left: -31px;
}

body.boxed .pricing-table .plan, body.boxed .pricing-table h3 {
    border-radius: 0;
}


/* Thumb Info */
.thumb-info {
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    max-width: 100%;
}

.thumb-info:hover .thumb-info-action-icon {
    right: 0;
    top: 0;
}

.thumb-info:hover .thumb-info-action {
    filter: alpha(opacity=100);
    opacity: 1;
}

.thumb-info:hover .thumb-info-title {
    background: var(--bg_black);
}

.thumb-info .thumb-info-action-icon {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: #CCC;
    border-radius: 0 0 0 25px;
    display: inline-block;
    font-size: 25px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: -100px;
    text-align: center;
    top: -100px;
    width: 50px;
}

.thumb-info .thumb-info-action-icon i {
    font-size: 24px;
    left: 3px;
    position: relative;
    top: -4px;
}

.thumb-info .thumb-info-action {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: rgba(36, 27, 28, 0.9);
    bottom: 0;
    color: var(--white);
    filter: alpha(opacity=0);
    height: 100%;
    left: 0;
    opacity: 0.0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.thumb-info .thumb-info-inner {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    white-space: nowrap;
}

.thumb-info .thumb-info-title {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: rgba(36, 27, 28, 0.9);
    bottom: 10%;
    color: var(--white);
    font-size: 18px;
    font-weight: 700;
    left: 0;
    letter-spacing: -1px;
    padding: 9px 11px 9px;
    position: absolute;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    z-index: 1;
}

.thumb-info .thumb-info-type {
    background-color: #CCC;
    border-radius: 2px;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 8px -2px -15px -2px;
    padding: 2px 9px;
    text-transform: none;
}

.thumb-info img {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    border-radius: 3px;
    position: relative;
}

.thumb-info:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

/* Thumb Info Caption  */
.thumb-info-caption {
    padding: 10px 0;
}

.thumb-info-caption p {
    font-size: 0.9em;
    line-height: 20px;
    margin: 0 0 8px;
    padding: 10px;
}

/* Thumb Info Social Icons */
.thumb-info-social-icons {
    border-top: 0 dotted var(--color_ddd);
    margin: 0;
    display: block;
}

.thumb-info-social-icons a {
    background: #CCC;
    border-radius: 25px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}

.thumb-info-social-icons a:hover {
    text-decoration: none;
}

.thumb-info-social-icons a span {
    display: none;
}

.thumb-info-social-icons a i {
    color: var(--white);
    font-size: 0.9em;
    font-weight: normal;
}

/* Thumb Info Secundary */
.thumb-info.secundary .thumb-info-title {
    background: transparent;
    bottom: auto;
    left: 0;
    right: 0;
    top: 35%;
    text-align: center;
    opacity: 0;
}

.thumb-info.secundary .thumb-info-type {
    float: none;
}

.thumb-info.secundary:hover .thumb-info-title {
    top: 42%;
    opacity: 1;
}

/* Portfolio */
.track-title {
    margin-bottom: -10px;
    margin-top: 20px;
}

.track-title a {
    display: inline-block;
}

.track-title .fa {
    /* font-size: 2.5em; */
}

.track-title .track-nav,
.track-title .track-nav-all {
    margin-top: 11px;
}

.track-title .track-nav {
    text-align: right;
}

.track-title .track-nav a {
    width: 50%;
}

.track-title .track-play-pause .fa-play-circle,
.track-title .track-play-pause .fa-stack {
    font-size: 6em;
    position: absolute;
    top: -40px;
    left: 30px;
    z-index: 999;
}

.track-title .track-play-pause .fa-stack {
    font-size: 3em;
}

.track-title .fa-angle-right {
    text-align: right;
}

.track-title .track-nav-prev {
    text-align: left;
}

/* Portfolio Info */
.track-info {
    margin: 2px 0 10px;
    float: right;
}

.track-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.track-info ul li {
    display: inline-block;
    border-right: 1px solid #E6E6E6;
    color: #B1B1B1;
    padding-right: 8px;
    margin-right: 8px;
    font-size: 0.9em;
}

.track-info ul li:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}


.tags {
    display: block;
    color: #B1B1B1;
    font-size: 0.9em;
    margin-top: 0 !important
}

.tags a {
    color: var(--color_999);
}


.track-info ul li a {
    text-decoration: none;
    color: #B1B1B1;
}

.track-info ul li a:hover .fa-heart {
    color: #E53F51;
}

.track-info ul li .fa {
    margin-right: 4px;
}

/* Portfolio List */
ul.track-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.track-list .track-item {
    margin-bottom: 35px;
}


/* Portfolio List */
ul.category-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.category-list .category-item {
    margin-bottom: 35px;
}

ul.category-list .category-item img,
ul.category-list .img-thumbnail {
    border-radius: 5px;
}

/* Portfolio Details */
ul.track-details {
    list-style: none;
    padding: 0;
    margin: 0 0 0 5px;
    font-size: 0.9em;
    border-bottom: 1px solid var(--color_ddd);
    margin-bottom: 10px;

}

.comment-global-write {
    position: relative;
    padding-left: 10px;
    margin: 20px 0;
}

#write_comment,
#write_comment_answer {
    position: relative;
    padding-left: 10px;
}

#write_comment .input-group img,
#write_comment_answer .input-group img,
.comment-global-write img {
    position: absolute;
    left: 0;
    top: -8px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 5;
}

.content-layer-content #write_comment input,
.comment-global-write input {
    padding-left: 50px !important;
}

.track-detail #write_comment input {
    padding-left: 50px;
    border-left: 0 !important;
    margin-top: 45px;
}


ul.track-details li {
    padding: 0;
    margin: 0 0 20px;
}


.toggle-possible-playlist-tracks {
    cursor: pointer;
    font-weight: normal;
}

.track-meta-info {
    background: var(--color_hover_bg);
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}

.track-meta-info .functions {
    float: left;
}

.col-md-7 .functions .hidden-sm,
.col-md-8 .functions .hidden-sm,
.col-md-8 .roof .text-right,
.col-md-7 .roof .text-right {
    display: none !important;

}

.btn {
    outline: 0 !important;
}

.track-meta-info .functions .btn-default {
    background: transparent;
    color: #666;
}

.track-meta-info .functions .btn.active {
    box-shadow: none;
    border: 1px solid var(--brand);
    color: #888;
}

.track-meta-info .functions .btn.active i {
    color: var(--brand);
}

.track-meta-info .infobits {
    float: right;
    margin-top: 5px;
}

.track-meta-info .infobits span {
    margin-left: 10px;
}

.track-meta-info .infobits span i {
    margin-right: 5px;
}

ul.track-details p {
    padding: 0;
    margin: 0;
}

ul.track-details blockquote {
    padding: 0 0 0 10px;
    margin: 15px 0 0;
    color: var(--color_999);
}

ul.track-details ul.list-skills li {
    margin-right: 10px;
    margin-bottom: 5px;
}

/* jquery.Jcrop.css v0.9.12 - MIT License */
/*
  The outer-most container in a typical Jcrop instance
  If you are having difficulty with formatting related to styles
  on a parent element, place any fixes here or in a like selector

  You can also style this element if you want to add a border, etc
  A better method for styling can be seen below with .jcrop-light
  (Add a class to the holder and style elements for that extended class)
*/
.jcrop-holder {
    direction: ltr;
    text-align: left;
}

/* Selection Border */
.jcrop-vline,
.jcrop-hline {
    background: var(--white) url("../img/Jcrop.gif");
    font-size: 0;
    position: absolute;
}

.jcrop-vline {
    height: 100%;
    width: 1px !important;
}

.jcrop-vline.right {
    right: 0;
}

.jcrop-hline {
    height: 1px !important;
    width: 100%;
}

.jcrop-hline.bottom {
    bottom: 0;
}

/* Invisible click targets */
.jcrop-tracker {
    height: 100%;
    width: 100%;
    /* "turn off" link highlight */
    -webkit-tap-highlight-color: transparent;
    /* disable callout, image save panel */
    -webkit-touch-callout: none;
    /* disable cut copy paste */
    -webkit-user-select: none;
}

/* Selection Handles */
.jcrop-handle {
    background-color: var(--color_333);
    border: 1px var(--color_eee) solid;
    width: 7px;
    height: 7px;
    font-size: 1px;
}

.jcrop-handle.ord-n {
    left: 50%;
    margin-left: -4px;
    margin-top: -4px;
    top: 0;
}

.jcrop-handle.ord-s {
    bottom: 0;
    left: 50%;
    margin-bottom: -4px;
    margin-left: -4px;
}

.jcrop-handle.ord-e {
    margin-right: -4px;
    margin-top: -4px;
    right: 0;
    top: 50%;
}

.jcrop-handle.ord-w {
    left: 0;
    margin-left: -4px;
    margin-top: -4px;
    top: 50%;
}

.jcrop-handle.ord-nw {
    left: 0;
    margin-left: -4px;
    margin-top: -4px;
    top: 0;
}

.jcrop-handle.ord-ne {
    margin-right: -4px;
    margin-top: -4px;
    right: 0;
    top: 0;
}

.jcrop-handle.ord-se {
    bottom: 0;
    margin-bottom: -4px;
    margin-right: -4px;
    right: 0;
}

.jcrop-handle.ord-sw {
    bottom: 0;
    left: 0;
    margin-bottom: -4px;
    margin-left: -4px;
}

/* Dragbars */
.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
    height: 7px;
    width: 100%;
}

.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
    height: 100%;
    width: 7px;
}

.jcrop-dragbar.ord-n {
    margin-top: -4px;
}

.jcrop-dragbar.ord-s {
    bottom: 0;
    margin-bottom: -4px;
}

.jcrop-dragbar.ord-e {
    margin-right: -4px;
    right: 0;
}

.jcrop-dragbar.ord-w {
    margin-left: -4px;
}

/* The "jcrop-light" class/extension */
.jcrop-light .jcrop-vline,
.jcrop-light .jcrop-hline {
    background: var(--white);
    filter: alpha(opacity=70) !important;
    opacity: .70 !important;
}

.jcrop-light .jcrop-handle {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: var(--bg_black);
    border-color: var(--white);
    border-radius: 3px;
}

/* The "jcrop-dark" class/extension */
.jcrop-dark .jcrop-vline,
.jcrop-dark .jcrop-hline {
    background: var(--bg_black);
    filter: alpha(opacity=70) !important;
    opacity: 0.7 !important;
}

.jcrop-dark .jcrop-handle {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: var(--white);
    border-color: #000000;
    border-radius: 3px;
}

/* Simple macro to turn off the antlines */
.solid-line .jcrop-vline,
.solid-line .jcrop-hline {
    background: var(--white);
}

/* Fix for twitter bootstrap et al. */
.jcrop-holder img,
img.jcrop-preview {
    max-width: none;
}


/* Post Comments */
.post-comments {
    margin-top: 45px;
}

ul.comments {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.comments li {
    clear: both;
    padding: 0 0 0 70px;
}

ul.comments li img.avatar {
    height: 50px;
    width: 50px;
}

ul.comments li ul.reply {
    margin: 0 0 0 -23px;
}

ul.comments li a {
    text-decoration: none;
}

ul.comments li .img-thumbnail {
    margin-left: -70px;
    position: absolute;
    padding: 0;
    border: 0;
}

ul.comments li .comment {
    margin-top: 15px;
    margin-bottom: 5px;
    position: relative;
}

ul.comments .comment-arrow {
    border-bottom: 10px solid transparent;
    border-right: 10px solid var(--color_hover_bg);
    border-top: 10px solid transparent;
    height: 0;
    left: -10px;
    position: absolute;
    top: 13px;
    width: 0;
}

ul.comments .comment-block {
    background: var(--color_hover_bg);
    border-radius: 5px;
    padding: 10px 15px 10px;
    position: relative;
    border-radius: 3px;
    min-height: 67px;
}

ul.comments .comment-block p {
    font-size: 0.9em;
    line-height: 16px;
    margin: 0;
    padding: 0;
    padding: 0 100px 0 0;
    color: #222;
    word-wrap: break-word;
}

ul.comments .comment-block .comment-by {
    display: block;
    font-size: 1em;
    line-height: 21px;
    margin: 0;
    padding: 0 0 5px 0;
}

ul.comments .comment-block .comment-by .pull-right {
    position: absolute;
    bottom: 10px;
    right: 15px;
    font-size: 0.9em;
    background: var(--color_hover_bg);
}

ul.comments .comment-block:hover .comment-by .pull-right:after {
    content: " ";
    position: absolute;
    top: 0;
    left: -50px;
    height: 24px;
    width: 50px;
    z-index: 21;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f4f4+0,f4f4f4+100&0+0,1+100 */
    background: -moz-linear-gradient(left, rgba(244, 244, 244, 0) 0%, rgba(244, 244, 244, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(244, 244, 244, 0) 0%, rgba(244, 244, 244, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(244, 244, 244, 0) 0%, rgba(244, 244, 244, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f4f4f4', endColorstr='#f4f4f4', GradientType=1); /* IE6-9 */

}

ul.comments .comment-block .comment-by .pull-right .comment_answer {
    display: none;
}

ul.comments .comment-block:hover .comment-by .pull-right .comment_answer {
    display: inline-block;

}

ul.comments .comment-block .date {
    color: var(--color_999);
    font-size: 0.9em;
    position: absolute;
    top: 10px;
    right: 15px;
}

/* Leave a Comment */
.post-leave-comment {
    margin-top: 25px;
    padding-top: 45px;
}

.post-leave-comment h3 {
    margin: 0 0 40px;
}


/* Simple Post List */
ul.simple-user-list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%
}

ul.simple-user-list.small {
    margin-top: 20px;
    margin-bottom: 0;
}

ul.simple-user-list li {
    *zoom: 1;
    padding: 15px 0;
    width: 20%;
    float: left;
    list-style: none;
    min-height: 85px;
    display: table;
    line-height: 18px;
}

ul.simple-user-list.small li {
    width: auto;
    padding: 5px 0;
    min-height: 60px;
    position: relative;
}


ul.simple-user-list.small .post-info {
    display: none;
    position: absolute;
    width: auto;
    z-index: 5;
    background: var(--white);
    min-width: 183px;
    left: -5px;
    top: 57px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 3px 0 3px 10px;

}

ul.simple-user-list.small .post-info:before {
    top: -7px;
}

ul.simple-user-list.small .post-info:before {
    left: 23px;
}

ul.simple-user-list.small .post-info:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fefefe;
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.1);
    position: absolute;
}


ul.simple-user-list.small .post-info:after {
    top: -6px;
}

ul.simple-user-list.small .post-info:after {
    left: 24px;
}

ul.simple-user-list.small .post-info:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid var(--white);
    border-top: 0;
    position: absolute;
}

ul.simple-user-list.small li:hover .post-info {
    display: block;
}


.content-layer-content ul.simple-user-list-100 li {
    width: 100%;
    padding-bottom: 0;
}


ul.simple-user-list-100 li {
    width: 100%;
    padding-bottom: 0;
}

ul.simple-user-list li:before, ul.simple-user-list li:after {
    content: " ";
    display: table;
}

ul.simple-user-list li:after {
    clear: both;
}


ul.simple-user-list .post-image {
    margin-right: 12px;
    display: table-cell;
    vertical-align: middle;
    padding-right: 12px;
    width: 50px;
}

ul.simple-user-list .post-image .img-thumbnail {
    border: 0;
    padding: 0;
    background: transparent !important;
}

ul.simple-user-list .post-info {
    display: table-cell;
    vertical-align: middle;
}

ul.simple-user-list .post-info .hc-name {

    /* font-weight: 600; */
}


ul.simple-user-list .post-meta,
ul.simple-user-list .post-meta a {
    color: #888;
    font-size: 0.9em;
}


@font-face {
    font-family: 'landr';
    src: url('/_/fonts/landr.eot?-q7dzw');
    src: url('/_/fonts/landr.eot?#iefix-q7dzw') format('embedded-opentype'),
    url('/_/fonts/landr.ttf?-q7dzw') format('truetype'),
    url('/_/fonts/landr.woff?-q7dzw') format('woff'),
    url('/_/fonts/landr.svg?-q7dzw#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="landr-"], [class*=" landr-"] {
    font-family: 'landr';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.landr-logo-small .path1:before {
    content: "\e601";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
}

.landr-logo-small .path2:before {
    content: "\e602";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    margin-left: -1.2939453125em;
}

.landr-logo:before {
    content: "\e600";
}


h3,
h4,
h5,
.h5 {
    color: var(--color_333);
}

a {
    color: var(--brand);
}

.feature-box .feature-box-icon {
    color: var(--brand);
    font-size: 26px;
}

a:hover {
    color: #b31f13;
}

a:active {
    color: #9e2218;
}

.alternative-font {
    color: var(--brand);
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover {
    background-color: var(--brand) !important;
}

#header nav.mega-menu ul.nav-main li.mega-menu-item ul.dropdown-menu {
    margin-top: 0;
    margin-left: -200px;

}

#header nav.mega-menu ul.nav-main li.mega-menu-item ul.dropdown-menu:before {
    content: "";
    background: var(--white);
    height: 5px;
    position: absolute;
    top: -5px;
    left: -2px;
    right: -2px;
    z-index: 2;
}

.btn-primary {
    color: var(--white);
    text-shadow: none !important;
    background-color: var(--brand);
    border-color: var(--brand);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    color: var(--white);
    text-shadow: none !important;
    background-color: #ae2016;
    border-color: #ae2016;
}

.btn-primary:active,
.btn-primary.active {
    background-color: #ae2016;
    border-color: #ae2016;
}

body.boxed div.body {
    border-top-color: var(--brand);
}

section.highlight {
    background-color: var(--brand);
    border-color: #9e2218;
}

section.page-top h2 {
    border-bottom-color: var(--brand);
}

section.toggle label {
    color: var(--brand);
    border-left-color: var(--brand);
}

section.toggle input[type="checkbox"]:checked ~ label {
    background-color: #b3e5ff;
    border-color: var(--brand);
}

section.page-top.home-page {
    background-color: var(--brand);
    border-top-color: var(--brand);
}


section.page-top.track-page {
    background-color: var(--bg_black);
    border-top-color: #888;
}


section.page-top.category-page {
    background-color: var(--bg_black);
    border-top-color: #888;
}

section.page-top.artist-page {
    background-color: var(--bg_black);
    border-top-color: var(--bg_black);
    min-height: 240px;
}

div.feature-box div.feature-box-icon {
    background-color: var(--brand);
}

ul.timeline li div.featured-box div.box-content {
    border-top-color: var(--brand);
}

a.thumb-info span.thumb-info-type {
    background-color: var(--brand);
}

a.thumb-info span.thumb-info-action-icon {
    background-color: var(--brand);
}

.thumbnail span.zoom {
    background-color: var(--brand);
}

div.thumb-info-social-icons a {
    background-color: var(--brand);
}

.inverted {
    background-color: var(--brand);
}

div.tabs ul.nav-tabs a {
    color: var(--text_color);
}


div.tabs ul.nav-tabs a:hover {
    color: var(--brand);
}

div.tabs ul.nav-tabs a:hover {
    border-top-color: var(--brand);
    color: var(--brand);
}

div.tabs ul.nav-tabs li.active a {
    border-top-color: var(--brand);
    color: var(--brand);
}


ul.list.icons li i {
    color: var(--brand);
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: #AAA;
    -webkit-box-shadow: 0 0 8px 2px #ebebeb;
    -moz-box-shadow: 0 0 8px 2px #ebebeb;
    box-shadow: 0 0 8px 2px #ebebeb;
}

header nav ul.nav-main ul.dropdown-menu,
header nav ul.nav-main li.dropdown.open a.dropdown-toggle,
header nav ul.nav-main li.active a,
header nav ul.nav-main li.dropdown:hover a {
    color: var(--text_color);
}

header nav ul.nav-main ul.dropdown-menu li:hover > a {
    background-color: #00aaff !important;
}

header nav ul.nav-main ul.dropdown-menu {
    color: var(--white);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: var(--brand);
    background-image: -moz-linear-gradient(top, var(--brand), #ae2016);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--brand)), to(#ae2016));
    background-image: -webkit-linear-gradient(top, var(--brand), #ae2016);
    background-image: -o-linear-gradient(top, var(--brand), #ae2016);
    background-image: linear-gradient(to bottom, var(--brand), #ae2016);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcb1606', endColorstr='#ffae2016', GradientType=0);
    border-color: #ae2016 #ae2016 #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

header nav ul.nav-main ul.dropdown-menu:hover,
header nav ul.nav-main ul.dropdown-menu:focus,
header nav ul.nav-main ul.dropdown-menu:active,
header nav ul.nav-main ul.dropdown-menu.active,
header nav ul.nav-main ul.dropdown-menu.disabled,
header nav ul.nav-main ul.dropdown-menu[disabled] {
    color: var(--white);
    background-color: #ae2016;
}

header nav ul.nav-main ul.dropdown-menu:active,
header nav ul.nav-main ul.dropdown-menu.active {
    background-color: #003399 \9;
}

header nav ul.nav-main li.dropdown:hover ul.dropdown-menu li > a {
    background: none !important;
}

header nav ul.nav-main li.dropdown:hover ul.dropdown-menu li > a:hover {
    background: #b31f13 !important;
}

div.slider div.tp-bannertimer {
    background-color: var(--brand);
}

div.home-intro p em {
    color: #00aaff;
}

div.home-concept strong {
    color: var(--brand);
}

blockquote.testimonial {
    background: #b31f13;
}

div.testimonial-arrow-down {
    border-top-color: #b31f13;
}

div.recent-posts div.date span.month,
article.post div.post-date span.month {
    background-color: var(--brand);
}

div.recent-posts div.date span.day,
article.post div.post-date span.day {
    color: var(--brand);
}

div.pricing-table div.most-popular {
    border-color: var(--brand);
}

div.pricing-table div.most-popular h3 {
    background-color: #0074ad;
    background-image: -moz-linear-gradient(top, var(--brand), #ae2016);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--brand)), to(#ae2016));
    background-image: -webkit-linear-gradient(top, var(--brand), #ae2016);
    background-image: -o-linear-gradient(top, var(--brand), #ae2016);
    background-image: linear-gradient(to bottom, var(--brand), #ae2016);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcb1606', endColorstr='#ffae2016', GradientType=0);
}

footer div.footer-ribon {
    background: var(--brand);
}

footer div.footer-ribon::before {
    border-right-color: #ae2016;
}


/*
Name: 			theme-responsive.css
Written by: 	Okler Themes - (http://www.okler.net)
Version: 		3.1.0
*/

@media (max-width: 1200px) {
    #header nav.mega-menu ul.nav-main li.mega-menu-item ul.dropdown-menu {
        margin-left: -180px;
        border-radius: 6px;
    }

    ul.simple-user-list li {
        width: 33%;
    }
}


@media (max-width: 991px) {

    .content-layer {
        padding-left: 110px;
    }

    #playing-tracks {
        display: none !important;
    }

    .content-col-openlayer {
        margin-left: 55px;
    }

    /* Thumbnails */
    .thumbnail {
        border: 0;
        text-align: center;
    }

    /* Isotope */
    ul.sort-destination.isotope {
        overflow: visible !important;
        height: auto !important;
    }

    ul.sort-destination.isotope.full-width {
        overflow: hidden !important;
    }

    .isotope-item {
        position: static !important;
        text-align: center;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
    }

    .isotope-item.col-md-3 {
        max-width: 292px;
    }

    /* Isotope Grid Fixes */
    .isotope-hidden {
        display: none !important;
    }

    /* Team */
    ul.team-list .team-item {
        margin: 0 auto 35px;
        max-width: 270px;
    }

    /* Featured Boxes */
    .featured-boxes .featured-box {
        max-width: 350px;
    }

    /* Timeline */
    section.timeline .timeline-box {
        float: none;
        clear: both;
        right: auto;
        left: auto;
        margin: 25px auto;
        max-width: 70%;
        width: auto;
    }

    section.timeline .timeline-box.right {
        float: none;
        clear: both;
        right: auto;
        left: auto;
        margin: 25px auto;
        max-width: 70%;
        width: auto;
    }

    section.timeline .timeline-box.left:after, section.timeline .timeline-box.right:after, section.timeline .timeline-box.left:before, section.timeline .timeline-box.right:before {
        display: none;
    }

    /* Footer */
    #footer .phone {
        font-size: 20px;
    }

    /* Scroll to Top */
    .scroll-to-top {
        display: none !important;
    }

    /* Login */
    #header nav.mega-menu ul.nav-main .mega-menu-signin {
        margin-right: 0;
    }

    #header nav.mega-menu ul.nav-main .mega-menu-signin a {
        color: var(--white);
    }

    #header nav.mega-menu ul.nav-main .mega-menu-signin a .icon-angle-down {
        display: none !important;
    }

    #header nav.mega-menu ul.nav-main .mega-menu-signin ul.dropdown-menu {
        margin: 25px 0 0 0 !important;
        padding: 0 0 0 8px;
        width: 100%;
        right: 0;
    }

    #header nav.mega-menu ul.nav-main .mega-menu-signin ul.dropdown-menu li a {
        color: var(--white);
        padding: 6px 0 !important;
    }

    #header nav.mega-menu ul.nav-main .mega-menu-signin.logged .user-avatar strong, #header nav.mega-menu ul.nav-main .mega-menu-signin.logged .user-avatar span {
        color: var(--white) !important;
    }

    #header nav.mega-menu ul.nav-main .mega-menu-signin.logged .list-account-options {
        margin: 25px 0 0 0 !important;
    }

    #header nav.mega-menu ul.nav-main .mega-menu-signin.logged .list-account-options a {
        color: var(--white) !important;
    }

    #header nav.mega-menu ul.nav-main .mega-menu-signin.logged .list-account-options a:hover {
        color: var(--white) !important;
    }


    body.dark #header nav.mega-menu ul.nav-main li.mega-menu-item ul.dropdown-menu {
        background: transparent !important;
    }

    /* Shop */
    .shop .actions-continue {
        float: none;
    }

    .shop table.cart th.product-price, .shop table.cart td.product-price, .shop table.cart th.product-quantity, .shop table.cart td.product-quantity {
        display: none;
    }

    #header nav.mega-menu .mega-menu-shop a {
        color: var(--white);
    }

    #header nav.mega-menu .mega-menu-shop a .icon-angle-down {
        display: none !important;
    }

    #header nav.mega-menu .mega-menu-shop > ul.dropdown-menu {
        display: none !important;
    }

    /* Offset Anchor */
    .offset-anchor {
        top: 0;
    }

    /* Boxed */
    body.boxed .body {
        margin: 0 auto;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
}

@media (max-width: 767px) {
    /* Base */
    h1.big {
        font-size: 3.2em;
        line-height: 42px;
    }

    /* Header */
    #header {
        display: block;
    }

    #header > .container {
        width: 100%;
    }

    #header .social-icons {
        display: none;
    }

    #header nav ul.nav-top {
        float: right;
        margin-right: 0;
    }

    #header.center nav {
        width: auto;
    }

    /* Responsive Button Nav */
    .btn-responsive-nav {
        top: 55px;
    }

    /* Sort */
    .sort-source-wrapper {
        background: #171717;
        clear: both;
        margin-top: -35px;
    }

    .sort-source-wrapper .nav {
        margin: 0;
    }

    .sort-destination, .isotope-item {
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 380px;
    }

    .sort-destination.full-width {
        max-width: none;
        top: 0;
        margin-bottom: -30px;
    }

    .sort-destination.full-width .isotope-item {
        max-width: none;
    }

    /* Home Intro */
    .home-intro-compact {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    /* Pricing Tables */
    .pricing-table {
        margin-left: 0;
    }

    .pricing-table .plan {
        margin-right: 0;
    }

    /* Footer */
    #footer .phone {
        font-size: 20px;
    }

    /* Boxed */
    body.boxed {
        background: none !important;
    }
}

@media (max-width: 479px) {
    /* Base */
    body {
        font-size: 13px;
    }

    h2 {
        line-height: 40px;
    }

    /* Arrow */
    .arrow {
        display: none;
    }

    /* Header */
    #header nav ul.nav-top, #header .header-top {
        display: none;
    }

    /* Page Top */
    .page-top {
        padding: 16px 0;
    }

    .page-top h2 {
        line-height: 38px;
    }

    /* Owl Carousel*/
    .owl-carousel-spaced {
        margin-left: 0;
    }

    /* Sort */
    .sort-destination, .isotope-item {
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 240px;
    }

    .sort-destination.full-width .isotope-item {
        position: static !important;
        clear: both;
        float: none;
        width: auto;
    }

    /* History */
    ul.history li .thumb {
        display: none;
    }

    ul.history li .featured-box {
        margin-left: 0;
    }

    /* Timeline */
    section.timeline {
        width: auto;
        float: none;
        margin-left: 0;
        margin-right: 0;
    }

    section.timeline .timeline-box {
        margin: 15px auto;
        max-width: 90%;
    }

    section.timeline .timeline-box.right {
        margin: 15px auto;
        max-width: 90%;
    }

    /* Blog */
    ul.comments li {
        border-left: 8px solid var(--color_ddd);
        clear: both;
        padding: 0 0 0 10px;
    }

    ul.comments li .img-thumbnail {
        display: none;
    }

    ul.comments .comment-arrow {
        display: none;
    }

    article.post-large {
        margin-left: 0;
    }

    article.post-large .post-image, article.post-large .post-date {
        margin-left: 0;
    }

    /* Home Concept */
    .home-concept .project-image {
        background-position: 0 0;
        margin-left: auto;
        max-width: 160px;
        max-height: 220px;
    }

    .home-concept .fc-slideshow {
        max-height: 145px;
        max-width: 145px;
    }

    .home-concept .fc-slideshow img {
        max-height: 145px;
        max-width: 145px;
    }

    /* Page 404 */
    .page-not-found {
        margin: 0;
    }

    .page-not-found h2 {
        font-size: 100px;
        letter-spacing: 0;
        line-height: 100px;
    }
}

@media (max-width: 600px) {
    /* Header */
    #header nav ul.nav-top li {
        display: none;
    }

    #header nav ul.nav-top li .phone {
        display: block;
    }
}


.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-highlight {
    font-weight: inherit !important;
}

.tt-hint {
    color: var(--color_999);
    top: 9px !important;
}

.tt-menu {
    width: 100%;
    margin: 12px 0;
    padding: 8px 0;
    background-color: var(--white);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.tt-dataset {
    width: 50%;
    float: left;
}

.tt-dataset h5 {
    padding: 5px 10px 0;
    margin-bottom: 5px;
}

.tt-suggestion {
    padding: 3px 10px;
    font-size: 12px;
    line-height: 16px;
    height: 45px;
}

.tt-suggestion:hover {
    cursor: pointer;
    color: var(--white);
    background-color: var(--brand);
}

.tt-suggestion.tt-cursor {
    color: var(--white);
    background-color: var(--brand);

}

.tt-suggestion p {
    margin: 0;
}

#global_content .functions div.dropdown:hover div.dropdown-menu,
ul.playlist li .functions .dropdown.open .dropdown-menu {
    display: inline-block !important;
    margin-top: 0 !important;
}


#global_content .dropdown-menu {
    border: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

#global_content .dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 5px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

#global_content .dropdown-menu:after {
    position: absolute;
    top: -6px;
    left: 6px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid var(--white);
    border-left: 6px solid transparent;
    content: '';
}

.user-featured-track {
    z-index: 3;
    position: relative;
}

.checkbox.styled {
    padding-left: 20px;
    margin-bottom: 2px;
}

.checkbox.styled label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
    line-height: 1.42857143;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox.styled label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: var(--white);
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox.styled label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555;
}

.checkbox.styled input[type="checkbox"],
.checkbox.styled input[type="radio"] {
    opacity: 0;
    z-index: 1;
}

.checkbox.styled input[type="checkbox"]:checked + label::after,
.checkbox.styled input[type="radio"]:checked + label::after {
    font-family: "FontAwesome";
    content: "\f00c";
}

.checkbox.styled input[type="checkbox"]:disabled + label,
.checkbox.styled input[type="radio"]:disabled + label {
    opacity: 0.65;
}

.checkbox.styled input[type="checkbox"]:disabled + label::before,
.checkbox.styled input[type="radio"]:disabled + label::before {
    background-color: var(--color_eee);
    cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
    background-color: #337ab7;
    border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
    color: var(--white);
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
    color: var(--white);
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
    color: var(--white);
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
    color: var(--white);
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
    color: var(--white);
}

.radio.styled {
    padding-left: 20px;
    margin-bottom: 2px;
}

.radio.styled label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
    line-height: 1.42857143;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio.styled label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: var(--white);
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

.radio.styled label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: var(--text_color);
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio.styled input[type="radio"] {
    opacity: 0;
    z-index: 1;
}

.radio.styled input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.radio.styled input[type="radio"]:disabled + label {
    opacity: 0.65;
}

.radio.styled input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
}

.radio.radio-inline {
    margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
    background-color: #337ab7;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #337ab7;
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #337ab7;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
    font-family: 'FontAwesome';
    content: "\f00c";
}

input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
    color: var(--white);
}

input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
    color: var(--white);
}

.cc_container {

    background: rgba(0, 0, 0, 0.9) !important;

    font-size: 14px !important;

}


@media screen and (min-width: 768px) {

    .cc_container {

        padding: 10px 30px 9px !important;

    }

}


.cc_container a.cc_more_info,
.cc_container a.cc_more_info:visited,
.cc_container a.cc_more_info:hover,
.cc_container a.cc_more_info:active {
    color: var(--white) !important;
    text-decoration: underline !important;
}


.cc_container .cc_btn,
.cc_container .cc_btn:visited,
.cc_container .cc_btn:hover,
.cc_container .cc_btn:active {
    background: #e2001a !important;
    color: var(--white) !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

.cc_container .cc_message {
    color: var(--white) !important;
}


#mainMenu.search-open {
    display: none;
}

.swal2-container {
    z-index: 8011 !important;
}

.switch-slider {
    position: relative;
    display: block;
    margin-bottom: 3px;
}

.switch-slider input {
    display: none;
}

.switch-slider label {
    padding-left: 40px;
}

.checkbox-slider {
    position: absolute;
    border-radius: 34px;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    width: 32px;
    height: 22px;
}

.checkbox-slider:before {
    position: absolute;
    border-radius: 50%;
    content: "";
    height: 18px;
    width: 18px;
    left: 2px;
    bottom: 2px;
    background-color: var(--white);
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .checkbox-slider {
    background-color: #5cb85c;
}

input:focus + .checkbox-slider {
    box-shadow: 0 0 1px #dff0d8;
}

input:checked + .checkbox-slider:before {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}


.navbar-form .bootstrap-select.form-control:not([class*=col-]) {
    width: auto;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted var(--color_333) !important;
    outline: 0 !important;
    outline-offset: -2px;
}

.navbar-form .btn-group > .btn:first-child {
    margin-left: -1px;
    border-right: 0;
}

.caret:before {
    content: "\f107";
}

.caret {
    border: 0;
    content: "\f107";
    font-family: FontAwesome;
    font-size: 15px;
    display: block;
    height: 5px;
    margin-top: -10px !important;
    right: 20px !important;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: var(--color_777);
}

.bs-searchbox .form-control {
    border-width: 1px;
    border-radius: 3px;
}

.bootstrap-select .dropdown-menu {
    padding: 0;
}

.codemirror-user-suggest {
    list-style: none;
    position: absolute;
    top: 404px;
    padding: 0;
    background: var(--white);
    z-index: 999;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
}

.codemirror-user-suggest img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.codemirror-user-suggest li {
    padding: 3px 10px;
    cursor: pointer;
}

.codemirror-user-suggest li.active,
.codemirror-user-suggest li:hover {
    color: var(--white);
    background: var(--brand);
}


#user-dropdown-header .dropdown-menu li > a > .fa {
    margin-right: 5px;
}

.chatboxtextarea {
    width: 212px;
    height: 44px;
    padding: 3px 0pt 3px 3px;
    border: 1px solid var(--color_ddd);
    margin: 1px;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
    box-shadow: none !important;
    overflow: auto;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#table-playlist td {
    padding: 4px 2px;
    border-bottom: 1px solid #efefef;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: text;
    background-color: transparent;
    opacity: 1;
}


#header .micro-player:before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    background: var(--white);
    height: 60px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .3);
    overflow: hidden;
    margin-top: 0;
}

#play_queue {
    bottom: 50px;
}

#header .micro-player {
    position: fixed;
    top: auto;
    background: var(--white);
    margin: 0;
    width: auto;
    opacity: 1;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    border-left: 0 !important;
    bottom: 0;
    display: block !important;
    left: 0;
    right: 150px;
}

#header .micro-player .play_track a,
#header .micro-player .pause_track a {
    top: 8px;
}

#header .micro-player .playing .playbar + a,
#header .micro-player.playing:hover .playing .playbar + a {
    opacity: 1 !important;
    z-index: 99999 !important;
    position: absolute;
    left: 140px;
    background-color: transparent !important;
    width: auto;
    right: 110px;
    top: 5px;
    background-position: left center !important;
    padding: 12px 15px 9px 70px;
}

#header .micro-player .track_link a {
    display: none;
}

#header .micro-player.playing .play_track a,
#header .micro-player.playing .pause_track a {
    color: #888 !important;
    border-color: #888 !important;
    z-index: 99999 !important;
    left: 37px !important;
    right: auto;
    opacity: 1 !important;
    top: 8px !important;
}

#volume_slider {
    top: 20px;
}

.play_next {
    display: block !important;
}

#header .micro-player .play_next a,
#header .micro-player .play_repeat a {
    top: 11px;
}

#header .micro-player .play_repeat a {
    left: 5px;
}

#header .micro-player .play_prev a {
    position: absolute;
    font-size: 10px;
    left: 78px;
    top: 11px;
    color: #888;
    width: auto;
    overflow: visible;
    margin: 0;
}

#header .micro-player .play_prev a i {
    font-size: 13px;
    top: 10px;
    left: 10px;
}

#header .micro-player .play_prev:hover a,
#header .micro-player .play_prev:hover a,
#header .micro-player .play_track:hover a,
#header .micro-player .pause_track:hover a {
    border-color: var(--brand) !important;
    color: var(--brand) !important;
    background: 0 0 !important;
}

#header .micro-player .play_next a {
    left: 100px;
}

.playing span.playbar {
    top: 0;
    width: 100%;
    z-index: 999999;
}

.playing span.playbar div.position {
    position: relative;
    top: 0;
}


.playing span.playbar .position:after {
    content: "";
    position: absolute;
    right: 0;
    width: 10px;
    height: 10px;
    background: #cb1610;
    z-index: 99;
    top: -3px;
    right: -5px;
    border-radius: 10px;
}


.content-layer {
    bottom: 50px;
}

.last-header-item {
    margin-right: 50px !important;
}

.content-col.content-col-right {
    padding-bottom: 60px;
}

.btn-social > :first-child {
    left: 2px !important;
}

.progress {
    background-color: transparent;
    width: 100%;
    height: 12px;
    border-color: var(--brand);
    border-width: 2px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border-style: solid;
    margin-top: 6px;
}

.progress-bar {
    background-color: var(--brand);
    width: 293px;
    height: 4px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin: 2px;
}

/* UPGRADE 2018 */

.fancybox-opened .fancybox-skin {
    border-radius: 10px !important;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .5) !important;
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, .5) !important;
    box-shadow: 0 0 25px rgba(0, 0, 0, .5) !important;
}

.fancybox-close {
    right: -50px !important;
    opacity: 0.8;
}


.fancybox-wrap.fancybox-opened {
    transform: translateY(0%);
    opacity: 1 !important;
}

.fancybox-wrap {
    -webkit-transition: transform 0.3s, opacity 0.3s;
    -moz-transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translateY(-5%);
    -moz-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    transform: translateY(-5%);
    opacity: 0 !important;
}

/* KEIN ALT TAG AUSGEBEN */
img {
    font-size: 0;
}


/* WALL */


.feed-content #wall-article-container {
    margin-bottom: 30px;
}

.feed-content .wall-item {
    width: 100%;
    z-index: 1;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    border-bottom: 1px solid var(--color_eee);
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.feed-content #wall-article-container .wall-item:first-child {
    margin-top: 15px;
}

.feed-content #wall-article-container .wall-item:last-child {
    border: 0;
}


.feed-content .wall-item-image {
    width: 50px;
    float: right;
    margin-left: 10px;
    margin-top: 10px;
    border-radius: 5px;
}

.feed-content .wall-item-author {
    display: inline;
    font-size: 12px;
    color: #888;
    margin-bottom: 0;
}


.feed-content .wall-item-title {
    display: inline;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: var(--color_333);
    margin-bottom: 10px;
}

.feed-content .wall-item-unread {
    float: right;
    text-indent: -9999px;
    width: 10px;
    height: 10px;
    background: var(--brand);
    border-radius: 50%;
    margin-top: 8px;
}

.feed-content .wall-item-content {
    display: inline;
    color: var(--color_333);
    margin-bottom: 5px;
}

.feed-content .wall-item-time {
    display: inline;
    font-size: 11px;
    color: #aaa;
    margin-bottom: 10px;
}

.track-wall-articles {
    display: none;
    background: rgba(0, 0, 0, 0.2);
    padding: 10px 10px 0 10px;
    border-radius: 5px;
    opacity: 0.4;

    -webkit-transition-property: opacity !important;
    -moz-transition-property: opacity !important;
    -ms-transition-property: opacity !important;
    -o-transition-property: opacity !important;
    transition-property: opacity !important;
    -webkit-transition-duration: .3s !important;
    -moz-transition-duration: .3s !important;
    -ms-transition-duration: .3s !important;
    -o-transition-duration: .3s !important;
    transition-duration: .3s !important;
}

.track-wall-articles:hover {
    opacity: 1;
}


@media (max-width: 1469px) {
    .track-wall-articles {
        display: block;
        position: fixed;
        left: 20px;
        top: 140px;
        width: 180px;
    }
}

@media (min-width: 1920px) {
    .track-wall-articles {
        display: block;
        position: fixed;
        left: 20px;
        top: 140px;
        width: 180px;
    }
}


@media (min-width: 2070px) {
    .track-wall-articles {
        position: fixed;
        left: 90px;
        top: 80px;
        width: 180px;
    }
}


.track-wall-articles .h5 {
    color: var(--white);
}

.track-detail-header .wall-item {
    width: 100%;
    z-index: 1;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    border-bottom: 1px solid #aaa;
    padding-bottom: 5px;
    margin-bottom: 5px;
    line-height: 18px;
}

.track-detail-header #track-wall-article-container .wall-item:first-child {
    margin-top: 5px;
}

.track-detail-header #track-wall-article-container .wall-item:last-child {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}


.track-detail-header .wall-item-image {
    width: 50px;
    float: right;
    margin-left: 10px;
    margin-top: 10px;
}

.track-detail-header .wall-item-author {
    display: inline;
    font-size: 12px;
    color: var(--color_eee);
    margin-bottom: 0;
}


.track-detail-header .wall-item-title {
    display: inline;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: var(--white);
    margin-bottom: 10px;
}

.track-detail-header .wall-item-unread {
    float: right;
    text-indent: -9999px;
    width: 10px;
    height: 10px;
    background: var(--brand);
    border-radius: 50%;
    margin-top: 8px;
}

.track-detail-header .wall-item-content {
    display: inline;
    color: var(--color_eee);
    margin-bottom: 5px;
}

.track-detail-header .wall-item-time {
    display: inline;
    font-size: 11px;
    color: #aaa;
    margin-bottom: 10px;
}


.id-playing {
    width: 75px;
    height: auto;
    position: absolute;
    right: 0;
    top: 16px;
    z-index: 9999999;
}

.id-playing > span {
    cursor: pointer;
}


/* STORIES */

#stories-container,
.story-item {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s !important;
    -moz-transition-duration: 0s !important;
    -ms-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important;
}

.story-item {
    -webkit-transition-property: opacity !important;
    -moz-transition-property: opacity !important;
    -ms-transition-property: opacity !important;
    -o-transition-property: opacity !important;
    transition-property: opacity !important;
    -webkit-transition-duration: .3s !important;
    -moz-transition-duration: .3s !important;
    -ms-transition-duration: .3s !important;
    -o-transition-duration: .3s !important;
    transition-duration: .3s !important;
}

#stories-container,
.stories-container {
    width: 100%;
    margin: 0 -8px !important;
    display: flex;
    flex-basis: content;
}


.story-item {
    width: 25%;
    z-index: 1;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    padding: 10px;
}


.story-item-image {
    margin-bottom: 10px;
    border-radius: 10px;
}

.story-item-author {
    display: block;
    font-size: 14px;
    color: #888;
    margin-bottom: 0;
}

.story-item-unread {
    float: right;
    text-indent: -9999px;
    width: 10px;
    height: 10px;
    background: var(--brand);
    border-radius: 50%;
}

.story-item-title {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: var(--color_333);
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.story-item-content {
    display: block;
    color: var(--color_333);
    margin-bottom: 5px;
}

.story-item-time {
    display: block;
    font-size: 12px;
    color: #aaa;
    margin-bottom: 10px;
}


.livestream .controls,
.livestream .comment-image,
.livestream .time,
.livestream .timing,
.live-dot,
.track-detail-header .livestream-wave-container {
    display: none !important;
}

.livestream-wave-container {
    width: 100%;
    height: 25px;
    top: 45px;
    position: absolute;
    padding-left: 8px;
    overflow: hidden;
    white-space: nowrap;
    mask-image: url(/_/images/wavform_mask_2.png);
    -webkit-mask-image: url(/_/images/wavform_mask_2.png);
}

.livestream-wave {
    height: 35px;
    opacity: 0.5;
    margin-right: -14px;
}

.live-dot {
    background: var(--brand);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    left: -103px;
    top: 5px;
    z-index: 2;
    border: 3px solid var(--white);
}

.live-hint {
    display: inline-block;
    background: var(--brand);
    color: var(--white);
    border-radius: 3px;
    padding: 0 6px;
    font-size: 12px;
    font-weight: bold;
    margin-top: 0;
    line-height: 18px;
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.live-hint:before {
    content: "LIVE ";
}

.live-hint-video:before {
    content: "LIVE VIDEO ";
}

.live-hint-replay:before {
    content: "REPLAY ";
}

.fan-exclusive {
    display: inline-block;
    background: rgba(0, 0, 0, 0.3);
    color: var(--white);
    border-radius: 3px;
    padding: 0 6px;
    font-size: 11px;
    font-weight: bold;
    margin-top: 0;
    line-height: 18px;
    position: relative;
    top: -4px;
    margin-left: 5px;
}

.track-detail-header .fan-exclusive {
    position: absolute;
    left: -5px;
    top: 0;
    background: rgba(255, 255, 255, 0.1);
}

.track-detail-header .fan-exclusive-headline {
    padding-top: 15px;
}

.track-detail-header .live-dot {
    left: auto;
    right: -320px;
}

.track-detail-header .live-hint {
    padding: 0 10px;
    font-size: 24px;
    line-height: 32px;
}

.livestream-wave-container .wave {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 88.7'%3E%3Cpath d='M800 56.9c-155.5 0-204.9-50-405.5-49.9-200 0-250 49.9-394.5 49.9v31.8h800v-.2-31.6z' fill-opacity='0.4' fill='grey'/%3E%3C/svg%3E");
    position: absolute;
    width: 200%;
    height: 100%;
    animation: wave 20s -3s linear infinite;
    transform: translate3d(0, 0, 0);
    opacity: 0.8;
}

.night .livestream-wave-container .wave {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 88.7'%3E%3Cpath d='M800 56.9c-155.5 0-204.9-50-405.5-49.9-200 0-250 49.9-394.5 49.9v31.8h800v-.2-31.6z' fill-opacity='0.4' fill='grey'/%3E%3C/svg%3E");
}

.livestream-wave-container .wave:nth-of-type(2) {
    bottom: 0;
    animation: wave 28s linear reverse infinite;
    opacity: 0.5;
}

.livestream-wave-container .wave:nth-of-type(3) {
    bottom: 0;
    animation: wave 30s -1s linear infinite;
    opacity: 0.5;
}

@keyframes wave {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-25%);
    }
    100% {
        transform: translateX(-50%);
    }
}

.placeholder-svg {
    width: 100%;
    height: 100px;
    opacity: 0.2;
}

.placeholder-play-button {
    r: 22;
    cx: 137px;
    cy: 25px;
}

.placeholder-cover {
    width: 100px;
    height: 100px;
    cx: 0;
    cy: 0;
    border-radius: 5px;
}

.placeholder-author-name {
    width: 30%;
    height: 10px;
    x: 170px;
    y: 7px;
}

.placeholder-title {
    width: 60%;
    height: 20px;
    x: 170px;
    y: 22px;
}

.placeholder-wave {
    width: 100%;
    height: 50px;
    x: 110px;
    y: 60px;
    opacity: .5;
}

.notification {
    padding: 9px;
    position: fixed;
    top: 13px;
    right: 10px;
    background: #ccc;
    color: var(--white) !important;
    z-index: 100;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: block;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
}

.notification.active {
    color: var(--brand) !important;
    background: var(--white);
    border: 1px solid var(--brand);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}


.jcrop-keymgr {
    opacity: 0 !important;
}

.btn-fan {
    opacity: 1 !important;
}

.btn-fan:hover {
    opacity: 0.8 !important;
}

.genre-menu.bold a {
    font-weight: 700 !important;
    border: 1px solid #ccc !important;
    border-radius: 20px !important;
    padding-left: 15px !important;
    margin-left: -15px !important;
}

.sub-menu-prio {
    padding-left: 15px !important;
}

.sub-menu-prio li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
}

.sub-menu-prio li a {
    padding-right: 20px !important;
}

#playing-tracks {
    position: fixed;
    left: 20px;
    width: 180px;
    height: 100%;
    top: 130px;
    opacity: 0.5;
    transition: opacity .5s;
    -webkit-transition: opacity .5s;
}

@media only screen and (min-width: 1920px) {
    #playing-tracks {
        left: calc(50vw - (1415px / 2) - 230px);
    }
}

#playing-tracks:hover {
    opacity: 1;
}

#playing-tracks:empty {
    opacity: 0;
}

#playing-tracks:before {
    content: "' . TranslateUtility::get('Friends now playing') . '";
    display: block;
    color: var(--white);
    font-size: 11px;
    text-align: center;
    margin-bottom: 5px;
}

.music-playing-item {
    width: 100%;
    height: 130px;
    position: relative;
    color: var(--white);
    z-index: 1;
    background: var(--bg_black);
    word-wrap: break-word;
    -webkit-hyphens: auto;
    background-size: cover;
    background-position: center;
    background-color: var(--bg_black);
    cursor: pointer;
    border-radius: 15px !important;
    display: none;
    margin-bottom: 10px;
}


.music-playing-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    border-radius: 15px !important;
}

.music-playing-item.noimage {
    background: var(--bg_black) url(https://wall.hearthis.at/images/noimage.jpg) top center no-repeat;
}

.music-playing-item.unread:after {
    content: "";
    position: absolute;
    right: 5px;
    bottom: 5px;
    display: block;
    background: var(--brand);
    z-index: 99;
    font-size: 9px;
    border-radius: 4px;
    padding: 0 3px;
    line-height: 13px;
    width: 6px;
    height: 6px;
}


.music-playing-item .date,
.music-playing-item .modify-ago,
.music-playing-item .copy,
.music-playing-item .title-long,
.music-playing-item .more-link,
.music-playing-item .tags {
    display: none;
}


.music-playing-item .notext {
    display: none !important;
}

.music-playing-item .title {
    font-size: 14px;
    font-weight: normal !important;
    display: block;
    width: 100%;
    padding: 30px 10px 16px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 62%, rgba(0, 0, 0, 0.9) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 62%, rgba(0, 0, 0, 0.9) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 62%, rgba(0, 0, 0, 0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    text-shadow: none;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    color: var(--white);
    line-height: 18px;
    border-radius: 5px;
}

.music-playing-item .genre {
    position: absolute;
    left: 11px;
    bottom: 5px;
    display: block;
    z-index: 99;
    font-size: 9px;
    line-height: 11px;
    color: var(--white);
}

.music-playing-item .favicon {
    display: block;
    width: auto;
    position: absolute;
    background: var(--white);
    top: 5px;
    left: 5px;
    z-index: 1;
    border-radius: 50%;
    background-size: cover !important;
}

.music-playing-item .author {
    font-size: 10px;
    font-weight: normal !important;
    display: block;
    line-height: 9px;
    padding: 6px 8px 6px 23px;
    background: rgba(0, 0, 0, .9);
    color: var(--white) !important;
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 0;
    opacity: 0.8;
    font-weight: 700;
    text-shadow: none !important;
    border-radius: 25px;
}

.music-playing-item * {
    position: absolute;
    margin: 0;
}

.music-playing-item .image {
    width: 100%;
    height: auto;
}


.embed-responsive video {
    transition: all .3s;
}

.embed-responsive video.fixed {
    position: fixed;
    right: 80px;
    width: 400px;
    left: auto;
    bottom: auto;
    top: 65px;
    height: auto;
}

.muted .listeners-played,
.muted .more_by_artist {
    z-index: 0 !important;
}


a.announcekit-widget-floating-badge {
    top: 10px !important;
    right: 10px !important;
    left: auto !important;
    bottom: auto !important;
    width: 40px !important;
    height: 40px !important;
    box-shadow: none !important;
}

a.announcekit-widget-floating-badge svg {
    zoom: 0.7;
}

.announcekit-badge-icon {
    top: 55% !important;
}


.replay-information-data {
    background: rgb(2, 0, 36);
    background: linear-gradient(18deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
    color: var(--white);
    border-radius: 5px;
    padding: 20px;
    padding-right: 300px;
    position: relative;
    overflow: visible;
}

.replay-information-data * {
    color: var(--white);
}

.replay-information-data .btn {
    color: var(--white);
    text-decoration: none !important;
    background: rgba(255, 255, 255, 0.2);
    border-color: var(--white);
}

.replay-information-data .btn:hover {
    background: transparent;
}


.track-detail-header .headline {
    overflow: visible !important;
}

.caption_container {
    display: none;
}

.track-detail-header .headline .caption_container {
    background: rgba(0, 0, 0, .4);
    margin-top: 20px;
    border-radius: 5px;
    padding: 15px;
    font-size: 16px;
    width: auto;
    max-width: 100%;
    white-space: normal;
    opacity: 1;
    transition: opacity .1s ease-out;
    display: table;
}

.track-detail-header .headline .caption_container:empty {
    display: none;
    opacity: 0;
}

.btn-transcription-deactivate {
    background: var(--brand) !important;
    color: var(--white) !important;
    border: 1px solid var(--brand) !important;
}

.btn-transcription-disabled {
    opacity: .4 !important;
    border-color: rgba(255, 255, 255, .4) !important;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}


.accessibility_mode {
    button:focus, a:focus, input:focus, select:focus, area:focus, textarea:focus, .pagination li a:focus, input[type="checkbox"]:focus+label::before {
        outline: 2px dashed var(--brand) !important;
        outline-offset: 5px !important;
    }
}

.sr-only:focus,
.sr-only:active,
.sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
}