@charset "UTF-8"; /*!
* Bootstrap v3.3.4 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=8990532d74b71d9cafdc)
 * Config saved to config.json and https://gist.github.com/8990532d74b71d9cafdc
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

a {
    background-color: transparent
}


a:active,a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,kbd,pre,samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,th {
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #eee!important;
}

input,button,select,textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #286090;
    text-decoration: none;
}

a:hover,a:focus {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role="button"] {
    cursor: pointer
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .container {
        width:750px
    }
}

@media (min-width: 992px) {
    .container {
        width:970px
    }
}

@media (min-width: 1200px) {
    .container {
        width:1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0%
}

@media (min-width: 768px) {
    .col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12 {
        float:left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0%
    }
}

@media (min-width: 992px) {
    .col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12 {
        float:left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0%
    }
}

@media (min-width: 1200px) {
    .col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {
        float:left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0%
    }
}

.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after {
    content: " ";
    display: table
}

.clearfix:after,.container:after,.container-fluid:after,.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs,.visible-sm,.visible-md,.visible-lg {
    display: none !important
}

.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display:block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs,td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display:block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display:inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display:inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display:block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm,td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display:block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display:inline !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display:inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display:block !important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md,td.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display:block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display:inline !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display:inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display:block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg,td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display:block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display:inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display:inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display:none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display:none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display:none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display:none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print,td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.btn-group em {
    font-style: normal
}

.paginate {
    text-align: center;
    padding: 10px 0;
    margin: 15px 0 5px 0;
    font-size: 13px
}

.paginate em {
    font-style: normal;
    margin: 2px
}

.paginate a {
    margin: 2px;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-decoration: none;
    color: #204eab;
    background: #eee;
    padding: 4px 7px;
}

.paginate .current,.paginate a:hover,.paginate a:active {
    margin: 2px;
    border: 1px solid #BF4646;
    border-radius: 3px;
    color: #fff;
    background: #C85555;
    text-decoration: none;
    padding: 4px 7px;
}

.paginate .disabled {
    margin: 2px;
    border: 1px solid #aaa;
    border-radius: 3px;
    color: #aaa
}

html,body {
    height: 100%;
	background-color: #eee;
}

.container {
    max-width: 1000px;
	background-color: #eee;
}

a {
    color: #286090;
}

.layout {
    height: auto !important;
    margin: 0 auto;
    min-height: 100%;
}

.header .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-image: linear-gradient(
180deg,#252424,#337ab7);
    height: 52px;
}

.logo__content {
    padding: 13px 0 0 10px;
    position: relative
}

@media screen and (max-width: 768px) {
    .header .container {
    }
}

@media screen and (max-width: 400px) {
    .header .container {
    
    }
}

.menu {
    margin-bottom: 0px;
}

.menu .container {
background-image: linear-gradient(
0deg,#252424,#337ab7);
    border-color: #337ab7;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.menu .container ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.menu .container ul li {
    text-transform: uppercase;
    text-align: center;
    float: left;
    padding: 12px 0px;
    min-width: 100px;
    border-right: 1px solid #996161;
}

.menu .container ul li:first-child {
    border: none;
    padding: 4px 14px 0px 4px;
}

.menu .container ul li a {
    color: #eee;
    padding: 9px 30px;
}

.menu .container ul li a:hover {
    color: #ccc;
    text-decoration: none
}

.menu .container ul li.search-form {
    margin-top: 0;
    float: right;
}

.menu .container ul li.search-form .form-control.input-sm {
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 13px;
    height: 26px;
    line-height: 1.4;
    padding: 2px 8px
}

@media screen and (max-width: 768px) {
    .menu .container .menu-mobi {
        background-color:transparent;
        border: 1px solid #eee;
        border-radius: 3px;
        float: left;
        margin: 5px 0 4px 15px;
        padding: 5px 7px 1px;
        position: relative
    }

    .menu .container .menu-mobi:hover {
        background-color: #722e2a
    }

    .menu .container .menu-mobi .mobi-row {
        height: 2px;
        width: 20px;
        display: block;
        border: 1px solid #eee;
        border-radius: 1px;
        margin-bottom: 5px
    }

    .menu .container ul li.txt {
        width: 100%;
        display: none;
        padding: 0;
        border-top: 1px solid #4c2927;
        border-right: none;
        border-radius: 0;
    }

    .menu .container ul li.txt:hover {
        background-color: #3287ca
    }

    .menu .container ul li.txt a {
        padding: 9px 0;
        display: block;
        width: 100%
    }

    .menu .container ul li.txt a:hover {
        color: #fff
    }
}

.master-content {
    margin-bottom: 90px;
}

.master-content h1,.master-content h2,.master-content h3,.master-content h4 {
    color: #f4f5fc;
    font-weight: normal;
    margin: 20px 0 10px;
    line-height: 1.1;
}

.master-content h1 {
	color: #252424;
    font-size: 19px
}

.master-content h2 {
    font-size: 17px;
    padding: 5px;
    background-image: linear-gradient(
270deg,#252424,#337ab7);
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.master-content h3 {
    font-size: 15px
}

.master-content h4 {
    font-size: 14px
}

@media screen and (max-width: 768px) {
    .master-content h1 {
        font-size:16px
    }

    .master-content h2 {
        font-size: 15px
    }

    .master-content h3 {
        font-size: 14px
    }
}

.footer {
    margin-top: -70px
}

.footer .container {
    background-color: #222232;
}

.footer .container .copyright {
    padding: 10px 0 10px;
    color: #aaa;
}

.footer .container .copyright .contacts {
    margin: 8px 0;
    line-height: 18px
}

.footer .container .search-form {
    margin: 5px 0
}

.footer .container .search-form input {
    width: 100%;
    color: #222;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 13px;
    height: 26px;
    line-height: 1.4;
    padding: 2px 8px
}

.footer .container .search-form input::-webkit-input-placeholder {
    color: #aaa
}

.footer .container .search-form input::-moz-placeholder {
    color: #aaa
}

.footer .container .search-form input:-moz-placeholder {
    color: #aaa
}

.footer .container .search-form input:-ms-input-placeholder {
    color: #aaa
}

.song-item {
    padding: 5px 3px 3px;
    line-height: 18px;
}

.song-item:nth-child(odd) {
    background-color: #3836360d;
}

.song-item .params {
    margin-top: -1px;
    color: #3f3f4e;
    font-size: 12px
}

.song-item .params span {
    float: left;
    margin-right: 20px
}

.playlist .song-item .params {
    margin-left: 33px
}

.playlist .song-item .download-btn-link {
    float: right;
    width: 53px;
    height: 35px;
}
.download-btn-link svg{
margin-top: 10px;
margin-left: 15px;
}
}
.sort-tracks {
    margin-bottom: 15px
}

.sort-tracks .sort-tracks-item {
    float: left;
    padding: 6px 14px;
    border: 1px solid #2f52b0;
    margin-left: -1px
}

.sort-tracks .sort-tracks-item.active {
    background-color: #4b72d3;
    color: #fff
}

.str-artist .artist-image {
    width: 300px;
    margin-top: 35px
}

.str-artist .share-link {
    margin-bottom: 5px
}

@media screen and (max-width: 1000px) {
    .str-artist .artist-image {
        width:230px;
        margin-top: 35px
    }
}

@media screen and (max-width: 768px) {
    .str-artist .artist-image {
        margin:0 0 15px 0
    }
}

.breadcrumbs {
    margin-top: 5px;
    font-size: 12px;
    padding: 5px 12px;
    background-color: #c9cbcd;
    border-radius: 3px;
}

.breadcrumbs span {
    color: #666
}

.breadcrumbs>span {
    padding-right: 4px
}

.breadcrumbs span+span::before {
    padding: 0 5px;
    content: "→ ";
    color: #ccc
}

.singers-page .letters .clearfix {
    margin-bottom: 10px
}

.singers-page .letters .letter {
    display: block;
    float: left;
    margin: 5px 4px 5px 0;
    padding: 1px 5px;
    background: #eee;
    border: 1px solid #ddd;
    border-radius: 3px
}

.artist-item {
    padding: 7px 8px 5px;
    line-height: 18px
}

.artist-item:nth-child(odd) {
    background-color: #f4f5fc
}

.artist-item .params {
    margin-top: -1px;
    color: #aaa;
    font-size: 12px
}

.artist-item .params span {
    float: left;
    margin-right: 20px
}

.musik-str .download-wrapper {
    padding: 0 15px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.musik-str .btns .download_copyrights {
    display: flex;
}

.musik-str .btns .download__icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.musik-str .btns .download__text_alert {
    line-height: 16.96px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    font-size: 16px;
    color: #ff413699;
}

.musik-str .song-wrap {
    margin: 10px 0 5px;
    padding: 0 20px 10px 20px;
    border: 1px solid #3f3f4e;
    border-radius: 3px
	
}

.musik-str .song-wrap .song-item {
    background-color: #3f3f4e;
    width: 245px;
	border-radius: 3px
}

.musik-str .song-wrap .song-item .params {
    margin-top: 15px;
    color: #888;
    border-radius: 3px;
}

.musik-str .btns {
    margin: 20px 0 20px 0
}

.musik-str .telegram {
    display: inline-block;
    margin: 20px 10px 0 0
}

.musik-str .telegram a {
    color: #fff;
    background-color: #2ca5e0;
    border: 1px solid #0082be;
    border-radius: 3px;
    font-size: 16px;
    padding: 8px 7px 7px 0px
}

.musik-str .telegram a img {
    width: 33px;
    height: 33px;
    margin: -4px 4px 0 0
}

.musik-str .download {
    display: inline-block;
    margin: 0 10px 0 0
}

@media only screen and (max-width: 360px) {
    .musik-str .download {
        height:40px
    }
}

.musik-str .download a {
    font-size: 16px;
    padding: 6px 20px;
    color: #ffffff;
    border-radius: 3px;
    background-image: linear-gradient( 
0deg,#252424,#337ab7);
}

.musik-str .download a:hover {
    text-decoration: none;
    color: #aaaaaa;
	background-image: linear-gradient( 
180deg,#252424,#337ab7);
}

.musik-str .genres {
    background: url("/static/genres-icon-2dd044c8c5921a5db4279b44725d336d.png") no-repeat 0 1px;
    padding-left: 25px;
    margin-top: 8px;
    margin-bottom: 2px;
    margin-right: 10px;
    float: left
}

.musik-str .genres a {
    font-size: 11px;
    padding: 2px 5px;
    border-radius: 2px;
    background-color: #c55656;
    color: #fff
}

.musik-str .genres a:hover {
    text-decoration: none;
    background-color: #ab2020;
    border-color: #b32b2b
}

.musik-str .boxes {
    background: url("/static/music-collection-9d8f2310d37e3cdee26bf169ac528782.png") no-repeat 0 1px
}

.musik-str h2,.musik-str h3 {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 5px;
    background-color: #ff4136;
    margin-top: 20px;
}

.musik-str h4 {
    margin-top: 0
}

.musik-str .share-link {
    margin: 0
}

.musik-str .share-link .share-title {
    font-size: 18px;
    float: left;
    margin: 4px 5px 0 0;
    color: #ab2020
}

.musik-str .share-link input {
    width: 220px;
    display: block;
    margin-top: 4px;
    font-size: 11px;
    line-height: 11px
}

.musik-str .all-songs-link {
    margin: 7px
}

.musik-str .all-songs-link a {
    color: #e36868;
    text-decoration: underline
}

.lyrics .lyrics-text {
    position: relative;
    max-height: 154px;
    overflow: hidden;
    transition: max-height .5s cubic-bezier(0,1,0,1);
    color: #c1c1c1;
}

.lyrics .lyrics-text.expanded {
    overflow: scroll;
    max-height: 1000px;
    transition: max-height .5s ease-in-out;
}

.lyrics .expand-button {
    cursor: pointer;
}

.videos .video {
    float: left;
    width: 50%;
    padding: 2px;
    position: relative
}

.videos .video img {
    width: 100%
}

.videos .video .play {
    background: url(/static/play_youtube-74e9d729b152d4d775cfa26b3e3d9525.png) no-repeat scroll 0 0 transparent;
    width: 37px;
    height: 25px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -10px 0 0 -20px
}

.video-show iframe {
    height: 280px
}

@media only screen and (max-width: 360px) {
    .video-show iframe {
        height:210px
    }
}

.boxes .box {
    float: left;
    margin: 0 10px 10px 0
}

.boxes .box:last-child {
    margin-right: 0
}

@media screen and (max-width: 1199px) {
    .boxes .box {
        margin:0 13px 10px 0
    }
}
@media screen and (max-width: 745px) {
    .boxes .box {
        display:none;
    }
}

@media screen and (max-width: 991px) {
    .home-str .boxes .box-counter-8,.home-str .boxes .box-counter-9,.home-str .boxes .box-counter-10,.home-str .boxes .box-counter-11 {
        display:none
    }
}

@media screen and (max-width: 655px) {
    .home-str .boxes .box-counter-4,.home-str .boxes .box-counter-5,.home-str .boxes .box-counter-6,.home-str .boxes .box-counter-7 {
        display:none
    }
}

.box-cover {
    overflow: hidden;
    position: relative;
    max-width: 600px
}

.box-cover .box-cover-img img {
    max-width: 100%
}

.box-cover .box-cover-content {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    text-shadow: 1px 1px #000;
    width: 90%
}

.box-cover .box-cover-content h1 {
    color: #fff;
    font-size: 32px
}

.box-cover .box-cover-content h2 {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    background: none;
}

.box-cover-md {
    max-width: 230px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.box-cover-md .box-cover-content {
    bottom: 20px
}

@media screen and (max-width: 768px) {
    #genre-page .box-cover .box-cover-content {
        bottom:40px
    }

    #genre-page .box-cover .box-cover-content h1 {
        font-size: 26px
    }
}

@media screen and (max-width: 400px) {
    #genre-page .box-cover {
        max-width:400px
    }

    #genre-page .box-cover .box-cover-content {
        bottom: 20px
    }

    #genre-page .box-cover .box-cover-content h1 {
        font-size: 20px
    }
}

.videos-on-main .video-link-source {
    padding-top: 10px;
    text-align: center
}

.videos-on-main .video-link-source a {
    border: 1px solid #204eab;
    border-radius: 3px;
    color: #204eab;
    font-size: 16px;
    padding: 6px 20px
}

.videos-on-main .video-link-source a:hover {
    text-decoration: none;
    border-color: #ab2020;
    color: #ab2020
}

.videos-on-main .video {
    float: left;
    margin: 0 10px 10px 0
}

.videos-on-main .video:last-child {
    margin-right: 0
}

.videos-on-main .video a {
    color: #fff
}

.videos-on-main .video .play {
    background: url(/static/play_youtube-74e9d729b152d4d775cfa26b3e3d9525.png) no-repeat scroll 0 0 transparent;
    width: 37px;
    height: 25px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -10px 0 0 -20px
}

.videos-on-main .video .video-link-source {
    display: none
}

@media screen and (max-width: 1200px) {
    .videos-on-main .video-cover-md {
        max-width:210px
    }
}

@media screen and (max-width: 991px) {
    .videos-on-main .video-cover-md {
        max-width:230px
    }

    .videos-on-main .video-counter-6,.videos-on-main .video-counter-7 {
        display: none
    }
}

@media screen and (max-width: 660px) {
    .videos-on-main .video-counter-4,.videos-on-main .video-counter-5 {
        display:none
    }
}

@media screen and (max-width: 515px) {
    .videos-on-main .video-counter-3 {
        display:none
    }
}

@media screen and (max-width: 1199px) {
    .videos-on-main .video {
        margin:0 13px 10px 0
    }
}

.video-cover {
    overflow: hidden;
    position: relative;
    max-width: 600px
}

.video-cover .video-cover-img img {
    max-width: 100%
}

.video-cover .video-cover-content {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    text-shadow: 1px 1px #000;
    width: 90%;
    font-size: 13px
}

.video-cover-md {
    max-width: 230px
}

.video-cover-md .video-cover-content {
    bottom: 20px
}

.search-result-text {
    color: #bbb
}

#genre-page .t-dsc {
    margin: 8px 0 12px;
    color: #413636;
}

#p-theme .t-dsc {
    color: #333;
}

.t-dsc {
    margin: 4px 0 8px;
    font-size: 13px;
    line-height: 16px;
    color: #413636;
}

.t-dsc.md {
    font-size: 12px
}

.t-dsc.sm {
    font-size: 12px;
    margin-top: 15px;
    color: #3f3f4e;
}

.t-dsc strong,.t-dsc b {
    font-weight: 500
}

.t-dsc i {
    font-weight: 300
}

@media screen and (max-width: 500px) {
    .t-dsc.t-dsc-crop {
        white-space:nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #204eab !important;
        border-bottom: 1px dotted #204eab
    }

    .t-dsc.t-dsc-crop strong,.t-dsc.t-dsc-crop b {
        font-weight: normal
    }
}

@media screen and (max-width: 400px) {
    .musik-str .t-dsc {
        /* display:none; */
    }
}

.error-page {
    text-align: center;
    font-size: 24px;
    padding: 100px 0
}

.jp-progress {
    cursor: pointer;
    height: 5px;
    background: #4d4d74;
}

.jp-progress .jp-seek-bar .jp-play-bar {
    height: 5px;
    background-image: linear-gradient(
270deg,#252424,#337ab7);
}

.musik-str .jp-progress {
}

.play-btn,.jp-play,.jp-pause {
    cursor: pointer;
    display: block;
    float: left;
    width: 21px;
    height: 20px;
}

.cover-img {
    float: left;
    margin-right: 15 px;
    width: 55 px;
    height: 55 px;
	padding-right: 5px;
    position: relative;
}
.cover-img img {
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.track-img{
	height: 48px;
    max-width: 100%;
    height: auto;
display: block;
}
.play-btn {
    width: 48px;
    height: 48px;
    background: url("/wp-content/themes/party/img/playbtn.png") no-repeat 15px 15px;
    border-radius: 20px;
    margin-right: 10px;
    border-color: #fd4239;
	float: right;
	margin-top: -48px;
	position: absolute;
}
.name{
margin-top: 5px;}
.play-btn.play {
    background: url("/wp-content/themes/party/img/pausebtn.png") no-repeat 15px 15px;
}

.play-btn.disabled {
    opacity: 0.3;
    cursor: not-allowed
}

.jp-play {
    background: url("/wp-content/themes/party/img/playbtn2.png") no-repeat 1px 0px;
}

.jp-pause {
    background: url("/wp-content/themes/party/img/pausebtn2.png") no-repeat 0 1px;
}

.dotted,a.dotted {
    text-decoration: none;
    border-bottom: 1px dotted
}

.rsya {
    float: left
}

.rsya-top {
    margin-bottom: 7px
}

[role="button"] {
    cursor: pointer
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,.btn:focus,.btn.focus {
    color: #333333;
    text-decoration: none
}

.btn:active,.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled,fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc
}

.btn-default:focus,.btn-default.focus {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active:hover,.btn-default.active:hover,.open>.dropdown-toggle.btn-default:hover,.btn-default:active:focus,.btn-default.active:focus,.open>.dropdown-toggle.btn-default:focus,.btn-default:active.focus,.btn-default.active.focus,.open>.dropdown-toggle.btn-default.focus {
    color: #333333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus {
    background-color: #ffffff;
    border-color: #cccccc
}

.btn-default .badge {
    color: #ffffff;
    background-color: #333333
}

.btn-primary {
    color: #ffffff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary:focus,.btn-primary.focus {
    color: #ffffff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #ffffff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary:active:hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open>.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open>.dropdown-toggle.btn-primary.focus {
    color: #ffffff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #ffffff
}

.btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:focus,.btn-success.focus {
    color: #ffffff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #ffffff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active:hover,.btn-success.active:hover,.open>.dropdown-toggle.btn-success:hover,.btn-success:active:focus,.btn-success.active:focus,.open>.dropdown-toggle.btn-success:focus,.btn-success:active.focus,.btn-success.active.focus,.open>.dropdown-toggle.btn-success.focus {
    color: #ffffff;
    background-color: #398439;
    border-color: #255625
}

.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #ffffff
}

.btn-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:focus,.btn-info.focus {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active:hover,.btn-info.active:hover,.open>.dropdown-toggle.btn-info:hover,.btn-info:active:focus,.btn-info.active:focus,.open>.dropdown-toggle.btn-info:focus,.btn-info:active.focus,.btn-info.active.focus,.open>.dropdown-toggle.btn-info.focus {
    color: #ffffff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #ffffff
}

.btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:focus,.btn-warning.focus {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active:hover,.btn-warning.active:hover,.open>.dropdown-toggle.btn-warning:hover,.btn-warning:active:focus,.btn-warning.active:focus,.open>.dropdown-toggle.btn-warning:focus,.btn-warning:active.focus,.btn-warning.active.focus,.open>.dropdown-toggle.btn-warning.focus {
    color: #ffffff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #ffffff
}

.btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:focus,.btn-danger.focus {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active:hover,.btn-danger.active:hover,.open>.dropdown-toggle.btn-danger:hover,.btn-danger:active:focus,.btn-danger.active:focus,.open>.dropdown-toggle.btn-danger:focus,.btn-danger:active.focus,.btn-danger.active.focus,.open>.dropdown-toggle.btn-danger.focus {
    color: #ffffff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #ffffff
}

.btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0
}

.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active {
    border-color: transparent
}

.btn-link:hover,.btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none
}

.btn-lg,.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0
}

.btn-sm,.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

.btn-xs,.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block {
    width: 100%
}

.btn-group,.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group>.btn,.btn-group-vertical>.btn {
    position: relative;
    float: left
}

.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active {
    z-index: 2
}

.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle="buttons"]>.btn input[type="radio"],[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],[data-toggle="buttons"]>.btn input[type="checkbox"],[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.clearfix:before,.clearfix:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after {
    content: " ";
    display: table
}

.clearfix:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after {
    clear: both
}

#p-theme .collection-cover {
    height: 178px;
    overflow: hidden
}

#p-theme .collection-cover img {
    border-radius: 0
}

#p-theme .theme-name {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 5px
}

#p-theme .theme-description {
    margin-bottom: 15px
}

#p-theme .collection-name h2 {
    margin: 0px 0 5px;
    font-size: 19px
}

#p-theme .collection-name h2 span {
    color: #ccc;
    font-size: 80%
}

#p-theme .collection-songs-count {
    margin-left: 20px;
    border: 1px solid #204eab;
    border-radius: 3px;
    padding: 3px 5px;
    font-size: 12px
}

#p-theme .collection-songs-count:hover {
    background-color: #3c6ac8;
    text-decoration: none;
    color: #fff
}

#p-theme .song-item {
    padding: 7px 8px 10px;
    line-height: 16px
}

#p-theme .song-item .play-btn {
    width: 24px;
    background: url("/static/play-button-8e98b22ce2d885e11a8f598fc2602e6d.png") no-repeat 0 0
}

#p-theme .song-item .play-btn.play {
    background: url("/static/pause-button-e1841aa8d6009615cbf18ec8bf951a95.png") no-repeat 0 0
}

#p-theme .song-item .jp-progress {
    margin: 4px 0 -9px 25px
}

.themes {
    margin-bottom: 8px
}

.themes-part {
    list-style: none;
    margin: 0;
    padding: 0
}

.themes-part li {
    float: left;
    margin: 0 15px 10px 0
}

.themes-part li:hover a {
    color: #fff;
    background-color: #3c6ac8
}

.themes-part li.active a {
    color: #fff;
    background-color: #3c6ac8
}

.themes-part li.active:hover a {
    color: #3c6ac8;
    background-color: #fff
}

@media screen and (max-width: 520px) {
    .themes-part li {
        margin:0 10px 5px 0
    }
}

.themes-part li a {
    font-size: 14px;
    color: #204eab;
    border: 1px solid #204eab;
    border-radius: 3px;
    display: block;
    padding: 5px 20px;
    text-decoration: none
}

@media screen and (max-width: 520px) {
    .themes-part li a {
        font-size:12px;
        padding: 5px
    }
}

.rbt-list {
    float: right;
    background-image: url("/static/tbr/rbt-icon-171b4842d39c0c2c78bc93f513222f68.png");
    background-repeat: no-repeat;
    background-size: 23px;
    margin-top: 5px;
    margin-righ: 5px;