.audio-player .nav.navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    float: none;
}

.audio-player .nav.navbar-nav:before,
.audio-player .nav.navbar-nav:after {
    display: none;
}

.audio-player .nav.navbar-nav > li {
    -webkit-box-ordinal-group: inherit;
    -webkit-order: inherit;
    -ms-flex-order: inherit;
    order: inherit;
    margin: 0px 15px;
}

.audio-player .nav.navbar-nav > li.home {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.audio-player .nav.navbar-nav > li > a i {
    vertical-align: middle;
}

.audio-player .navbar-default .navbar-nav > li > a:after {
    bottom: -8px!important;
}

.clear span {
   font-size: 16px;
}

/* Phones and small devices */
@media  only screen and (max-width: 767px) {
    
    .audio-player .nav.navbar-nav > li {
        margin: 0;
    }

    .audio-player .nav.navbar-nav > li > a {
        padding: 10px 5px;
    }

    .pos-rlt {
        min-width: 140px;
        min-height: 140px;
    }
 }
 /*
  Medium devices (tablets, 768px and up)
 */
 @media  only screen and (min-width: 768px) {
    .pos-rlt {
        min-width: 157px;
        min-height: 157px;
    }
    .navHolder {
        margin-top: 0px!important;
    }
 }

 /* Large deviced inc Desktop */
 @media  only screen and (min-width: 1600px){
    .pos-rlt {
        min-width: 157px;
        min-height: 157px;
    }

    .navHolder {
        margin-top: 0px!important;
    }
 }

.playableItem .drmHolder {
    left: 12px;
    top: 5px;
    width: 40px;
    height: 40px;
    padding-left: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 16px;
    opacity: 0.8;
}
.playableItem svg.vLock {
    width: 19px;
}
.drmHolder {
    position: absolute;
    border-radius: 50%;
    padding-left: 16px;
    padding-top: 8px;
    padding-bottom: 4px;
    padding-right: 16px;
    background: rgba(0,0,0,.5);
    top: calc(50% - 24px);
    left: calc(50% - 24px);
    width: 48px;
    height: 48px;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
}

.item a:first-of-type:hover .drmHolder {
    opacity: 1;
}

.video-locked-icon svg.vLock {
    width: 40px;
}
svg.vLock {
    width: 19px;
    height: 31px;
}

.vLockWhite {
    opacity: 1;
    color: #fff;
}
.solidLock {
    pointer-events: none;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
    width: 48px;
    height: 48px;
    background: rgba(0,0,0,.5);
    position: absolute;
    padding-top: 7px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
    border-radius: 50%;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    display: block;
    cursor: pointer;
}
.hIte {
    display: inline-block;
}

a.moreButton.genreItem-link {
    text-decoration: none!important;
}
.genreItem-link a:hover{
    text-decoration: none;
}
.genreItem-link .fa {
    padding-left: 10px;
    font-size: 16px;
    font-weight: 400;
    padding-right: 2px;
}
.moreButton {
    float: right;
    height: 34px;
    font-size: 12px;
    border-radius: 20px!important;
    line-height: 34px;
    padding-bottom: 0;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 0;
    margin-bottom: 16px;
    border-radius: 20px;
    background: hsla(0,0%,100%,.15);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-transform: uppercase;
}
.moreButton:hover, .moreButton:focus {
        background-color: hsla(0,0%,100%,.35);
}
.hItem {
    display: inline-block;
}

.app-required .close span {
    position: absolute;
    color: #ffffff;
    font-size: 32px;
    font-weight: bold;
    margin-top: -26px;
    display: block;
    margin-left: -5px;
}
.app-required .close {
    float: none;
    border: none;
    border-radius: 50%;
    background: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 1;
    width: 40px;
    height: 40px;
    position: relative;
}
.large-lock{
    background-size: 30% 30%;
}
.play-overlay-button:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin-left: 3px;
    display: block;
    content: "";
    box-sizing: border-box;
    width: 18px;
    height: 22px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 11px 0 11px 18px;
    border-radius: 2px;
}
.play-overlay-button {
    position: absolute;
    z-index: 100;
    margin-right: auto;
    padding-left: 50px;
    border-radius: 50%;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
    width: 48px;
    height: 48px;
    background: rgba(0,0,0,.5);
}

.scrolled {
    background: transparent!important;
    -webkit-backdrop-filter: blur(32px);
    backdrop-filter: blur(32px);
}
.lockWarning {
    padding-right: 10px;
}
.navHolder {
    float: right;
}
.navHolder a {
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
}
.albumsSummary {
    text-align: left;
    color: #ffffff;
    padding-top: 10px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
}
a.currentlyPlaying:hover, a.playableItem:hover {
    text-decoration: none;
}
.AlbumImage img{
    border-radius: 4px;
}
.inner-track-info-container {
    padding: 10px 15px 0px 15px;
    margin: 0 15px;
}
.track-info-container, .track-info {
    display: block;
}
.track-info-container .track-album-art {
    width:100%;
    margin: 0;
    float: left;
}
.inner-track-info-container p {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 15px;
}
.playableItem, .play-all-container {
    margin-top: 8px!important;
    margin-bottom: 8px!important;
    border-radius: 4px!important;
    background: hsla(0,0%,100%,.15)!important;
    padding-left: 12px;
}
.play-all-container {
    padding: 5px 0;
}
.play-all-btn {
    border-radius: 20px;
}
.total-track-counter-container {
    padding: 6px 8px 0 0;
    font-size: 16px;
}
.playerThumb {
    max-width: 46px!important;
}
.trackCounter {
    margin-top: 0px!important;
    margin-bottom: 0px!important;
    margin: 0px 0px 0px 15px;
    font-size: 24px!important;
}
.stateInfo {
    padding-top: 8px;
    min-width: 32px;
}

#albumSongs .list-group-item {
    border-color: none;
}
.AlbumInfo {
    margin-bottom: 25px;
}

.artistItem img:hover, .albumItem img:hover{
    opacity: 0.3;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.pos-rlt{
    border-radius: 4px;
}
.genreItem {
    padding-top: 0px!important;
    padding-left: 0px;
    padding-right: 0px;
}
.albumThumb {
    border-radius: 4px;
}
.cursorStop {
    cursor: not-allowed;
}
#appOnly {
    margin-bottom: 25px;
}
.centerThis {
    margin-left: auto;
    margin-right: auto;
    float: none!important;
    text-align: center;
}

.drmHolder .drm-locked {
    background: rgba(0, 163, 224, 0.6);
    padding-right: 0px;
    width: 100%;
    height: 100%;
    background: none;
    margin: auto;
}
img.albumThumb {
    z-index: 1;
    position: relative;
}
.play-overlay-button {
    position: absolute;
    z-index: 2;
    padding-left: auto;
    margin-right: auto;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.item a:first-of-type:hover .play-overlay-button,
.item a:first-of-type:focus .play-overlay-button {
    opacity: 1;
}

.drm-small {
    padding-top: 5px;
}
.drm-locked {
    position: absolute;
    z-index: 100;
    margin-right: auto;
    position: absolute;
    z-index: 124;
    padding-left: 50px;
    content: "";
    display: block;
    top: 50%;
    margin-right: auto;
    border-radius: 50%;
    top: calc(48% - 24px);
    left: calc(50% - 24px);
    width: 60px;
    height: 60px;
    background: rgba(0,0,0,.9);
}

.drm-locked:after {
    opacity: 1.5;
    top: 2px;
    left: 5px;
    height: 80%;
    width: 80%;
    position: absolute;
    background-image: url(../img/drmlocked.png);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    content: "";
}
.albumHolder {
    padding-left: 0px;
    padding-right: 0px;
}
.drmHolder.drm-locked{
    position: inherit!important;
}
.AlbumImage .drm-locked {
    padding-left: 0px!important;
}
#mobileProgress .jp-play-bar {
    height: 10px;
}
.screenblocker{
    top:0!important;
    z-index: 2147483647!important;
    height: 100vh!important;
}
#closefsmedia{
    display:none!important;
}
.genreTitle, .artistsTitle, .albumsTitle, .artistTitle{
    font-size:24px;
    font-weight: 700;
    padding-left: 20px;
    padding-right: 20px;
}
.dwnMenu{
    display:none;
    position:absolute;
    right: 0;
    left: auto;
    width: 150px;
    list-style: none;
    padding:5px;
}
.dwnMenuShow{
    display:block;
}

#volBar{
    background: #005878;
}
.jp-volume-bar-value {
    background: rgb(6,167,226);
}
@keyframes eq-uppydowny {
  0% {

    transform: scaleY(1);
  }
  25% {
    transform: scaleY(.25);
  }
  50% {

    transform: scaleY(.5);
  }
  75% {
    transform: scaleY(.15);
  }
  100% {

    transform: scaleY(1);
  }
}
.eq__bar {
    position: absolute;
    bottom: 0px;
    fill: #FFFFFF;
    animation-name: eq-uppydowny;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    transform-origin: 1px 16px;
    -ms-transform-origin: 1px 16px;
    -moz-transform-origin: 1px 16px;
    -o-transform-origin: 1px 16px;
    -webkit-transform-origin: 1px 16px;
}
#eq1 {
    animation-duration: 0.5s;
}

#eq2 {
    animation-duration: 1.3s;
}

#eq3 {
    animation-duration: 0.7s;
}
#eq4 {
    animation-duration: 0.3s;
}
#eq5 {
    animation-duration: 0.6s;
}
.nTop .nIcon{
    display: block;
    height: 100px;
    line-height: 100px;
    transition: 0.3s;
}
.nTop .nText{
    display: none;
    transition: 0.3s;
}
.nTop {
    color: #FFFFFF;
    height: 60px;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{
    display:block;
}
audio,canvas,progress,video{
    display:inline-block;
    vertical-align:baseline;
}
audio:not([controls]){
    display:none;
    height:0;
}
a{
    background:transparent;
}
a:active,a:hover{
    outline:0;
}
small{
    font-size:80%;
}
img{
    border:0;
}
button,input,optgroup,select,textarea{
    margin:0;
    font:inherit;
    color:inherit;
}
button{
    overflow:visible;
}
button,select{
    text-transform:none;
}
button,html input[type="button"],input[type="reset"],input[type="submit"]{
    -webkit-appearance:button;
    cursor:pointer;
}
input{
    line-height:normal;
}
table{
    border-spacing:0;
    border-collapse:collapse;
}
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;
}


input,button,select,textarea{
    font-family:inherit;
    font-size:inherit;
    line-height:inherit;
}
a{
    color:#428bca;
    text-decoration:none;
}
a:hover,a:focus{
    color:#2a6496;
    text-decoration:underline;
}
a:focus{
    outline:thin dotted;
    outline:5px auto -webkit-focus-ring-color;
    outline-offset:-2px;
}
img{
    vertical-align:middle;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
    font-family:inherit;
    font-weight:bold;
    line-height:1.1;
    color: #ffffff;
}
h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{
    font-weight:normal;
    line-height:1;
    color:#999;
}
h1,.h1,h2,.h2,h3,.h3{
    margin-top:20px;
    margin-bottom:10px;
}
h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{
    font-size:65%;
}
h4,.h4,h5,.h5,h6,.h6{
    margin-top:10px;
    margin-bottom:10px;
}
h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{
    font-size:75%;
}
h1,.h1{
    font-size:36px;
}
h2,.h2{
    font-size:30px;
}
h3,.h3{
    font-size:24px;
}
h4,.h4{
    font-size:18px;
}
h5,.h5{
    font-size:14px;
}
h6,.h6{
    font-size:12px;
}
p{
    margin:0 0 10px;
}
.lead{
    margin-bottom:20px;
    font-size:16px;
    font-weight:200;
    line-height:1.4;
}
@media (min-width: 768px){
    .lead{
        font-size:21px;
    }
}
small,.small{
    font-size:85%;
}
cite{
    font-style:normal;
}
.text-left{
    text-align:left;
}
.text-right{
    text-align:right;
}
.text-justify{
    text-align:justify;
}

.page-header{
    padding-bottom:9px;
    margin:40px 0 20px;
    border-bottom:1px solid #eee;
}
ul,ol{
    margin-top:0;
    margin-bottom:10px;
}
ul ul,ol ul,ul ol,ol ol{
    margin-bottom:0;
}
.list-unstyled{
    padding-left:0;
    list-style:none;
}
.list-inline{
    padding-left:0;
    margin-left:-5px;
    list-style:none;
}
.list-inline>li{
    display:inline-block;
    padding-right:5px;
    padding-left:5px;
}
dl{
    margin-top:0;
    margin-bottom:20px;
}
dt,dd{
    line-height:1.42857143;
}
dt{
    font-weight:bold;
}
dd{
    margin-left:0;
}
@media (min-width: 768px){
    .dl-horizontal dt{
        float:left;
        width:160px;
        overflow:hidden;
        clear:left;
        text-align:right;
        text-overflow:ellipsis;
        white-space:nowrap;
    }
    .dl-horizontal dd{
        margin-left:180px;
    }
}

.fade{
    opacity:0;
    -moz-transition:opacity .15s linear;
    -o-transition:opacity .15s linear;
    -webkit-transition:opacity .15s linear;
    transition:opacity .15s linear;
}
.fade.in{
    opacity:1;
}
.collapse{
    display:none;
}
.collapse.in{
    display:block;
}
.collapsing{
    position:relative;
    height:0;
    overflow:hidden;
    -moz-transition:height .35s ease;
    -o-transition:height .35s ease;
    -webkit-transition:height .35s ease;
    transition:height .35s ease;
}
.pull-right>.dropdown-menu{
    right:0;
    left:auto;
}
.dropup .caret{
    content:"";
    border-top:0;
    border-bottom:4px solid;
}
.dropup .dropdown-menu{
    top:auto;
    bottom:100%;
    margin-bottom:1px;
}

.list-group{
    padding-left:0;
    margin-bottom:20px;
}
.list-group-item{
    position:relative;
    display:block;
    margin-bottom:-1px;
    background-color:#fff;
    border:none;
}
.list-group-item:first-child{
    border-top-left-radius:4px;
    border-top-right-radius:4px;
}
.list-group-item:last-child{
    margin-bottom:0;
    border-bottom-right-radius:4px;
    border-bottom-left-radius:4px;
}
.list-group-item>.badge{
    float:right;
}
.list-group-item>.badge+.badge{
    margin-right:5px;
}
a.list-group-item{
    color:#555;
}
a.list-group-item .list-group-item-heading{
    color:#333;
}
a.list-group-item:hover,a.list-group-item:focus{
    text-decoration:none;
    background-color:#f5f5f5;
    outline: none;
}

.center-block{
    display:block;
    margin-right:auto;
    margin-left: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;
    visibility:hidden !important;
}
.affix{
    position:fixed;
}
@-ms-viewport{
    width:device-width;
}
.visible-xs,.visible-sm,.visible-md,.visible-lg{
    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 (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: 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: 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 (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;
    }
}
@media print{
    .hidden-print{
        display:none !important;
    }
}
.animated{
    -webkit-animation-fill-mode:both;
    -moz-animation-fill-mode:both;
    -ms-animation-fill-mode:both;
    -o-animation-fill-mode:both;
    animation-fill-mode:both;
    -webkit-animation-duration:0.5s;
    -moz-animation-duration:0.5s;
    -ms-animation-duration:0.5s;
    -o-animation-duration:0.5s;
    animation-duration:0.5s;
}
.fadeInRight{
    -webkit-animation-name:fadeInRight;
    -moz-animation-name:fadeInRight;
    -o-animation-name:fadeInRight;
    animation-name:fadeInRight;
}

.h1, .h2,.h3,.h4,.h5,.h6{
    font-size: 24px;
    font-weight: bold;
}
a{
    color:#545a5f;
    text-decoration:none;
}
a:hover,a:focus{
    color:#ffffff;
    text-decoration:none;
}
label{
    font-weight:normal;
}
small,.small{
    font-size:13px;
}
.badge,.label{
    font-weight:bold;
}
.badge{
    background-color:#aac4c8;
}
.badge.up{
    position:relative;
    top:-10px;
    padding:3px 6px;
    margin-left:-10px;
}
.badge-sm{
    font-size:85%;
    padding:2px 5px !important;
}
.label-sm{
    padding-top:0;
    padding-bottom:0;
}
.badge-white{
    background-color:transparent;
    border:1px solid rgba(255,255,255,0.35);
    padding:2px 6px;
}
.badge-empty{
    background-color:transparent;
    border:1px solid rgba(0,0,0,0.15);
    color:inherit;
}
.caret-white{
    border-top-color:#fff;
    border-top-color:rgba(255,255,255,0.65);
}
a:hover .caret-white{
    border-top-color:#fff;
}
.tooltip-inner{
    background-color:rgba(0,0,0,0.9);
    background-color:#5a6a7a;
}
.tooltip.top .tooltip-arrow{
    border-top-color:rgba(0,0,0,0.9);
    border-top-color:#5a6a7a;
}
.tooltip.right .tooltip-arrow{
    border-right-color:rgba(0,0,0,0.9);
    border-right-color:#5a6a7a;
}
.tooltip.bottom .tooltip-arrow{
    border-bottom-color:rgba(0,0,0,0.9);
    border-bottom-color:#5a6a7a;
}
.tooltip.left .tooltip-arrow{
    border-left-color:rgba(0,0,0,0.9);
    border-left-color:#5a6a7a;
}
.thumbnail{
    border-color:#eaeef1;
}
.popover-content{
    font-size:12px;
    line-height:1.5;
}
.progress-xs{
    height:6px;
}
.progress-sm{
    height:10px;
}
.progress-sm .progress-bar{
    font-size:10px;
    line-height:1em;
}
.progress,.progress-bar{
    -webkit-box-shadow:none;
    box-shadow:none;
}

.accordion-group,.accordion-inner{
    border-color:#eaeef1;
    border-radius:2px;
}

.form-control{
    border-color:#cbd5dd;
    border-radius:2px;
}
.form-control,.form-control:focus{
    -webkit-box-shadow:none;
    box-shadow:none;
}
.form-control:focus{
    border-color:#545ca6;
}
.input-s-sm{
    width:120px;
}
.input-s{
    width:200px;
}
.input-s-lg{
    width:250px;
}
.input-lg{
    height:45px;
}
.input-group-addon{
    border-color:#cbd5dd;
    background-color:#f1f5f6;
}
.list-group{
    border-radius:2px;
}
.list-group.no-radius .list-group-item{
    border-radius:0 !important;
}
.list-group.no-borders .list-group-item{
    border:none;
}
.list-group.no-border .list-group-item{
    border-width:1px 0;
}
.list-group.no-bg .list-group-item{
    background-color:transparent;
}
.list-group-item{
    border-color:#eaeef1;

}
a.list-group-item:hover,a.list-group-item:focus{
    background-color:#eef3f4;
}
.list-group-item.media{
    margin-top:0;
}
.list-group-item.active{

    border-color:#4cb6cb !important;
    background-color:#4cb6cb !important;
}
.list-group-item.active .text-muted{
    color:#c3e6ed;
}
.list-group-alt .list-group-item:nth-child(2n+2){
    background-color:rgba(0,0,0,0.02) !important;
}
.list-group-lg .list-group-item {
    padding-top: 5px;
    padding-bottom: 5px;
}
.list-group-sp .list-group-item{
    margin-bottom:5px;
    border-radius:3px;
}
.list-group-item>.badge{
    margin-right:0;
}
.list-group-item>.fa-chevron-right{
    float:right;
    margin-top:4px;
    margin-right:-5px;
}
.list-group-item>.fa-chevron-right+.badge{
    margin-right:5px;
}

.nav-pills.no-radius>li>a{
    border-radius:0;
}
.nav-pills>li.active>a{
    color:#fff !important;
    background-color:#4cb6cb;
}
.nav>li>a:hover,.nav>li>a:focus{
    background-color:#edf2f3;
}
.nav.nav-sm>li>a{
    padding:6px 8px;
}
.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{
    background-color:#edf2f3;
}
.nav-tabs{
    border-color:#eaeef1;
}
.nav-tabs>li>a{
    border-radius:2px 2px 0 0;
    border-bottom-color:#eaeef1 !important;
}
.nav-tabs>li.active>a{
    border-color:#eaeef1 !important;
    border-bottom-color:#fff !important;
}
.pagination>li>a{
    border-color:#eaeef1;
}
.pagination>li>a:hover,.pagination>li>a:focus{
    border-color:#eaeef1;
    background-color:#e8eff0;
}


.no-gutter [class*="col"]{
    padding:0;
}
.icon-muted{
    color:#ccc;
}

.footer{
    min-height:60px;
    border-radius:0;
    border:none;
    margin-bottom:0;
    padding:0;
    position:relative;
    z-index:1030;
    width: 100%;
}

@media (orientation: landscape){
    html.ios7.ipad > body{
        padding-bottom:20px;
    }
}
@media (min-width: 768px){
    body.container{
        -webkit-box-shadow:0 3px 60px rgba(0,0,0,0.3);
        box-shadow:0 3px 60px rgba(0,0,0,0.3);
        border-left:1px solid #cbd5dd;
        border-right:1px solid #cbd5dd;
    }
    .app,.app body{
        min-height:100%;
    }
    .app .hbox.stretch{
        height:100%;
    }
    .app .vbox>section,.app .vbox>footer{
        position:absolute;
    }
    .app .vbox.flex>section>section{
        overflow:auto;
    }
    .hbox{
        display:table;
        table-layout:fixed;
        border-spacing:0;
        width:100%;
    }
    .hbox>aside,.hbox>section{
        display:table-cell;
        vertical-align:top;
        height:100%;
        float:none;
    }
    .hbox>aside.show,.hbox>aside.hidden-sm,.hbox>section.show,.hbox>section.hidden-sm{
        display:table-cell !important;
    }
    .vbox>section,.vbox>footer{
        top:0;
        bottom:0;
        width:100%;
    }
    .vbox>section.w-f{
        bottom:50px;
    }
    .vbox>section.w-f-md{
        bottom:60px;
    }
    .vbox>footer{
        top:auto;
        z-index:1000;
    }
    .vbox.flex>header,.vbox.flex>section,.vbox.flex>footer{
        position:inherit;
    }
    .vbox.flex>section{
        display:table-row;
        height:100%;
    }
    .vbox.flex>section>section{
        position:relative;
        height:100%;
        -webkit-overflow-scrolling:touch;
    }
    .ie .vbox.flex>section>section{
        display:table-cell;
    }
    .vbox.flex>section>section>section{
        position:absolute;
        top:0;
        bottom:0;
        left:0;
        right:0;
    }
    .aside-xs{
        width:60px;
    }
    .aside-sm{
        width:150px;
    }
    .aside{
        width:200px;
    }
    .aside-md{
        width:240px;
    }
    .aside-lg{
        width:300px;
    }
    .aside-xl{
        width:360px;
    }
    .aside-xxl{
        width:480px;
    }
    .footer-md{
        min-height:60px;
    }
    .scrollable{
        -webkit-overflow-scrolling:touch;
    }

}
.scrollable{
    overflow-x:hidden;
    overflow-y:auto;
}
.no-touch .scrollable.hover{
    overflow-y:hidden;
}
.no-touch .scrollable.hover:hover{
    overflow:visible;
    overflow-y:auto;
}
.no-touch ::-webkit-scrollbar-button{
    width:10px;
    height:6px;
    background-color:rgba(50,50,50,0.05);
}
.slimScrollBar{
    border-radius:5px;
    border:2px solid transparent;
    border-radius:10px;
    background-clip:padding-box !important;
}
@media print{
    html,body,.hbox,.vbox{
        height:auto;
    }
    .vbox>section,.vbox>footer{
        position:relative;
    }
}

.nav-primary li>a>i{
    margin:-10px -10px;
    line-height:38px;
    width:38px;
    float:left;
    margin-right:5px;
    text-align:center;
    position:relative;
    overflow:hidden;
}
.nav-primary li>a>i:before{
    position:relative;
    z-index:2;
}
.nav-primary ul.nav>li>a{
    padding:9px 20px;
    position:relative;
    -moz-transition:background-color .2s ease-in-out 0s;
    -o-transition:background-color .2s ease-in-out 0s;
    -webkit-transition:background-color .2s ease-in-out 0s;
    transition:background-color .2s ease-in-out 0s;
}
.no-borders .nav-primary ul.nav>li>a{
    border-width:0 !important;
}
.nav-primary ul.nav>li>a>.badge{
    font-size:11px;
    padding:2px 5px 2px 4px;
    margin-top:2px;
}
.nav-primary ul.nav>li>a>.text-muted{
    margin:0 3px;
}
.nav-primary ul.nav>li>a.active .text{
    display:none;
}
.nav-primary ul.nav>li>a.active .text-active{
    display:inline-block !important;
}
.nav-primary ul.nav>li li a{
    font-weight:normal;
    text-transform:none;
}
.nav-primary ul.nav>li.active>ul{
    display:block;
}
.nav-primary ul.nav ul{
    display:none;
}
@media (min-width: 768px){
    .visible-nav-xs{
        display:none;
    }
    .nav-xs{
        width:70px;
    }
    .nav-xs .slimScrollDiv,.nav-xs .slim-scroll{
        overflow:visible !important;
    }
    .nav-xs .slimScrollBar,.nav-xs .slimScrollRail{
        display:none !important;
    }
    .nav-xs .scrollable{
        overflow:visible;
    }
    .nav-xs .nav-primary>ul>li>a{
        position:relative;
        padding:0;
        font-size:11px;
        text-align:center;
        height:50px;
        overflow-y:hidden;
        border:none;
    }
    .nav-xs .nav-primary>ul>li>a span{
        display:table-cell;
        vertical-align:middle;
        height:50px;
        width:70px;
        padding:0 5px;
        background-color: #06a7e2;
        color: #FFFFFF;
    }
    .nav-xs .nav-primary>ul>li>a span.pull-right{
        display:none !important;
    }
    .nav-xs .nav-primary>ul>li>a i{
        width:auto;
        float:none;
        display:block;
        font-size:16px;
        margin:0;
        line-height:50px;
        border:none !important;
        -moz-transition:margin-top 0.2s;
        -o-transition:margin-top 0.2s;
        -webkit-transition:margin-top 0.2s;
        transition:margin-top 0.2s;
    }
    .nav-xs .nav-primary>ul>li>a i b{
        left:0 !important;
    }
    .nav-xs .nav-primary>ul>li>a .badge{
        position:absolute;
        right:10px;
        top:4px;
        z-index:3;
    }
    .nav-xs .nav-primary>ul>li:hover>a i,.nav-xs .nav-primary>ul>li:focus>a i,.nav-xs .nav-primary>ul>li:active>a i,.nav-xs .nav-primary>ul>li.active>a i{
        margin-top:-50px;
    }
    .nav-xs .nav-primary>ul ul{
        display:none !important;
        position:absolute;
        left:100%;
        top:0;
        z-index:1050;
        width:220px;
        -webkit-box-shadow:0 2px 6px rgba(0,0,0,0.1);
        box-shadow:0 2px 6px rgba(0,0,0,0.1);
    }
    .nav-xs .nav-primary li:hover>ul,.nav-xs .nav-primary li:focus>ul,.nav-xs .nav-primary li:active>ul{
        display:block !important;
    }
    .nav-xs.nav-xs-right .nav-primary>ul ul{
        left:auto;
        right:100%;
    }
    .nav-xs>.vbox>.footer{
        padding:0 20px;
    }
    .nav-xs .hidden-nav-xs{
        display:none;
    }
    .nav-xs .visible-nav-xs{
        display:inherit;
    }
    .nav-xs .text-center-nav-xs{
        text-align:center;
    }
    .nav-xs .nav-user{
        padding-left:0;
        padding-right:0;
    }
    .nav-xs .nav-user .dropdown>a{
        display:block;
        text-align:center;
    }

}
@media (max-width: 767px){

    .albumHolder{
        padding-right: 45px;
    }
    #albumListThumb {
        padding-right: 15px;
    }


    .open,.open body{
        height:100%;
    }
    .nav-primary .dropdown-menu{
        position:relative;
        float:none;
        left:0;
        margin-left:0;
        padding:0;
    }
    .nav-primary .dropdown-menu a{
        padding:15px;
        border-bottom:1px solid #eee;
    }
    .nav-primary .dropdown-menu li:last-child a{
        border-bottom:none;
    }
    .nav-user{
        margin:0;
        padding:15px;
    }
    .nav-user.open{
        display:inherit !important;
    }
    .nav-user .dropdown-menu{
        display:block;
        position:static;
        float:none;
    }
    .nav-user .dropdown>a{
        display:block;
        text-align:center;
        font-size:18px;
        padding-bottom:10px;
    }

    .slimScrollDiv,.slim-scroll{
        overflow:visible !important;
        height:auto !important;
    }
    .slimScrollBar,.slimScrollRail{
        display:none !important;
    }
}


.post-item{
    border-radius:3px;
    background-color:#fff;
    -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.15);
    box-shadow:0px 1px 2px rgba(0,0,0,0.15);
    margin-bottom:15px;
}
.post-item .post-title{
    margin-top:0;
}
.post-item .post-media{
    text-align:center;
}
.post-item .post-media img{
    border-radius:3px 3px 0 0;
}
.i-fw{
    width:1.2857142857143em;
    text-align:center;
}
.i-lg{
    font-size:1.3333333333333em;
    line-height:0.75em;
    vertical-align:-15%;
}
.i-md{
    font-size:1.2em;
}
.i-sm{
    font-size:0.75em;
}
.i-1x{
    font-size:1em;
}
.i-2x{
    font-size:2em;
}
.i-3x{
    font-size:2.7em;
}
.i-4x{
    font-size:4em;
}
.i-5x{
    font-size:5em;
}
.i-s{
    position:relative;
    display:inline-block;
    vertical-align:middle;
}
.i-s>i{
    position:absolute;
    left:0;
    width:100%;
    text-align:center;
    line-height:inherit;
}
.i-s-2x{
    width:2em;
    height:2em;
    font-size:2em;
    line-height:2em;
}
.i-s-2x .i-s-base{
    font-size:2em;
}
.i-s-3x{
    width:2.5em;
    height:2.5em;
    font-size:2.5em;
    line-height:2.5em;
}
.i-s-3x .i-s-base{
    font-size:2.5em;
}
.i-s-4x{
    width:3em;
    height:3em;
    font-size:3em;
    line-height:3em;
}
.i-s-4x .i-s-base{
    font-size:3em;
}
.i-s-5x{
    width:3.5em;
    height:3.5em;
    font-size:3.5em;
    line-height:3.5em;
}
.i-s-5x .i-s-base{
    font-size:3.5em;
}
.switch{
    cursor:pointer;
    position:relative;
}
.switch input{
    position:absolute;
    opacity:0;
    filter:alpha(opacity=0);
}
.switch input:checked+span{
    background-color:#1ab667;
}
.switch input:checked+span:after{
    left:31px;
}
.switch span{
    position:relative;
    width:60px;
    height:30px;
    border-radius:30px;
    background-color:#fff;
    border:1px solid #eee;
    border-color:rgba(0,0,0,0.1);
    display:inline-block;
    -moz-transition:background-color 0.2s;
    -o-transition:background-color 0.2s;
    -webkit-transition:background-color 0.2s;
    transition:background-color 0.2s;
}
.switch span:after{
    content:"";
    position:absolute;
    background-color:#fff;
    width:26px;
    top:1px;
    bottom:1px;
    border-radius:30px;
    -webkit-box-shadow:1px 1px 3px rgba(0,0,0,0.25);
    box-shadow:1px 1px 3px rgba(0,0,0,0.25);
    -moz-transition:left 0.2s;
    -o-transition:left 0.2s;
    -webkit-transition:left 0.2s;
    transition:left 0.2s;
}
.nav-docs>ul>li>a{
    padding-top:5px !important;
    padding-bottom:5px !important;
}
.dropfile{
    border:2px dashed #e0e4e8;
    text-align:center;
    min-height:20px;
}
.dropfile.hover{
    border-color:#aac3cc;
}
.dropfile small{
    margin:50px 0;
    display:block;
}
.portlet{
    min-height:30px;
}
.jqstooltip{
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
}
.easypiechart{
    position:relative;
    text-align:center;
}
.easypiechart>div{
    position:relative;
    z-index:1;
}
.easypiechart>div .text{
    position:absolute;
    width:100%;
    top:60%;
    line-height:1;
}
.easypiechart>div img{
    margin-top:-4px;
}
.easypiechart canvas{
    position:absolute;
    top:0;
    left:0;
    z-index:0;
}
.flot-legend .legend>div{
    display:none;
}
.flot-legend .legend .legendColorBox>div{
    border:none !important;
    margin:5px;
}
.flot-legend .legend .legendColorBox>div>div{
    border-radius:10px;
}
.doc-buttons .btn{
    margin-bottom:5px;
}
.list-icon i{
    font-size:14px;
    width:40px;
    vertical-align:middle;
    margin:0;
    display:inline-block;
    text-align:center;
    -moz-transition:font-size .2s;
    -o-transition:font-size .2s;
    -webkit-transition:font-size .2s;
    transition:font-size .2s;
}
.list-icon div{
    line-height:40px;
    white-space:nowrap;
}
.list-icon div:hover i{
    font-size:26px;
}
.th-sortable{
    cursor:pointer;
}
.th-sortable .th-sort{
    float:right;
    position:relative;
}
.th-sort i{
    position:relative;
    z-index:1;
}
.th-sort .fa-sort{
    position:absolute;
    left:0;
    top:3px;
    color:#bac3cc;
    z-index:0;
}
.th-sortable.active .text{
    display:none !important;
}
.th-sortable.active .text-active{
    display:inline-block !important;
}
.sortable-placeholder{
    list-style:none;
    border:1px dashed #CCC;
    min-height:50px;
    margin-bottom:5px;
}
.input-append.date .add-on i,.input-prepend.date .add-on i{
    display:block;
    cursor:pointer;
    width:16px;
    height:16px;
}
.parsley-error-list{
    margin:0;
    padding:0;
    list-style:none;
    margin-top:6px;
    font-size:12px;
}
.parsley-error{
    border-color:#ff5f5f !important;
}
.datepicker td.active,.datepicker td.active:hover,.datepicker td.active:hover.active,.datepicker td.active.active{
    background:#545ca6;
}
#flotTip{
    padding:3px 5px;
    background-color:#000;
    z-index:100;
    color:#fff;
    opacity:.7;
    filter:alpha(opacity=70);
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
.bg-gradient{
    background-image:-webkit-gradient(linear,left 0,left 100%,from(rgba(40,50,60,0)),to(rgba(40,50,60,0.05)));
    background-image:-webkit-linear-gradient(top,rgba(40,50,60,0),0,rgba(40,50,60,0.05),100%);
    background-image:-moz-linear-gradient(top,rgba(40,50,60,0) 0,rgba(40,50,60,0.05) 100%);
    background-image:linear-gradient(to bottom,rgba(40,50,60,0) 0,rgba(40,50,60,0.05) 100%);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0028323c',endColorstr='#0c28323c',GradientType=0);
    filter:none;
}
.bg-light{
    background-color:#e8eff0;
    color:#788188;
}
.bg-light.lt,.bg-light .lt{
    background-color:#edf2f3;
}
.bg-light.lter,.bg-light .lter{
    background-color:#f2f5f5;
}
.bg-light.dk,.bg-light .dk{
    background-color:#F6FBFF;
}
.bg-light.dker,.bg-light .dker{
    background-color:#d7e5e8;
}
.bg-light.bg,.bg-light .bg{
    background-color:#e8eff0;
}
.bg-dark{
    background-color:#5a6a7a;
    color:#c9d0d7;
}
.bg-dark.lt,.bg-dark .lt{
    background-color:#687786;
}
.bg-dark.lter,.bg-dark .lter{
    background-color:#778490;
}
.bg-dark.dk,.bg-dark .dk{
    background-color:#4d5d6e;
}
.bg-dark.dker,.bg-dark .dker{
    background-color:#405161;
}
.bg-dark.bg,.bg-dark .bg{
    background-color:#5a6a7a;
}
.bg-dark a{
    color:#e6eaed;
}
.bg-dark a:hover{
    color:#fff;
}
.bg-dark a.list-group-item:hover,.bg-dark a.list-group-item:focus{
    background-color:inherit;
}
.bg-dark .nav>li:hover>a,.bg-dark .nav>li:focus>a,.bg-dark .nav>li:active>a,.bg-dark .nav>li.active>a{
    color:#fff;
    background-color:#62778c;
}
.bg-dark .nav>li>a{
    color:#d8dde2;
}
.bg-dark .nav>li>a:hover,.bg-dark .nav>li>a:focus{
    background-color:#06a7e2;
}
.bg-dark .nav .open>a{
    background-color:#06a7e2;
}
.bg-dark .caret{
    border-top-color:#c9d0d7;
    border-bottom-color:#c9d0d7;
}
.bg-dark .open>a,.bg-dark .open>a:hover,.bg-dark .open>a:focus{
    color:#fff;
}
.bg-dark .text-muted{
    color:#acb7c1 !important;
}
.bg-dark .text-lt{
    color:#ffffff !important;
}
.bg-dark .icon-muted{
    color:#acb7c1 !important;
}
.bg-dark.auto .list-group-item,.bg-dark .auto .list-group-item{
    border-color:#4f5d6b !important;
    background-color:transparent;
}
.bg-dark.auto .list-group-item:hover,.bg-dark.auto .list-group-item:focus,.bg-dark.auto .list-group-item:active,.bg-dark.auto .list-group-item.active,.bg-dark .auto .list-group-item:hover,.bg-dark .auto .list-group-item:focus,.bg-dark .auto .list-group-item:active,.bg-dark .auto .list-group-item.active{
    background-color:#4d5d6e !important;
}
.bg-black{
    background-color:#232c32;
    color:#7d94a4;
}
.bg-black.lt,.bg-black .lt{
    background-color:#2f3940;
}
.bg-black.lter,.bg-black .lter{
    background-color:#3b464d;
}
.bg-black.dk,.bg-black .dk{
    background-color:#181f24;
}
.bg-black.dker,.bg-black .dker{
    background-color:#0d1215;
}
.bg-black.bg,.bg-black .bg{
    background-color:#232c32;
}
.bg-black a{
    color:#9badb9;
}
.bg-black a:hover{
    color:#fff;
}
.bg-black a.list-group-item:hover,.bg-black a.list-group-item:focus{
    background-color:inherit;
}
.bg-black .nav>li:hover>a,.bg-black .nav>li:focus>a,.bg-black .nav>li:active>a,.bg-black .nav>li.active>a{
    color:#fff;
    background-color:#2c3942;
}
.bg-black .nav>li>a{
    color:#8ca1af;
}
.bg-black .nav>li>a:hover,.bg-black .nav>li>a:focus{
    background-color:#06a7e2;
}
.bg-black .nav .open>a{
    background-color:#06a7e2;
}
.bg-black .caret{
    border-top-color:#7d94a4;
    border-bottom-color:#7d94a4;
}
.bg-black .open>a,.bg-black .open>a:hover,.bg-black .open>a:focus{
    color:#fff;
}
.bg-black .text-muted{
    color:#627b8c !important;
}
.bg-black .text-lt{
    color:#c8d2d9 !important;
}
.bg-black .icon-muted{
    color:#627b8c !important;
}
.bg-black.auto .list-group-item,.bg-black .auto .list-group-item{
    border-color:#191f23 !important;
    background-color:transparent;
}
.bg-black.auto .list-group-item:hover,.bg-black.auto .list-group-item:focus,.bg-black.auto .list-group-item:active,.bg-black.auto .list-group-item.active,.bg-black .auto .list-group-item:hover,.bg-black .auto .list-group-item:focus,.bg-black .auto .list-group-item:active,.bg-black .auto .list-group-item.active{
    background-color:#181f24 !important;
}
.bg-primary{
    background-color:#545ca6;
    color:#dadcec;
}
.bg-primary.lt,.bg-primary .lt{
    background-color:#666dad;
}
.bg-primary.lter,.bg-primary .lter{
    background-color:#797fb4;
}
.bg-primary.dk,.bg-primary .dk{
    background-color:#495098;
}
.bg-primary.dker,.bg-primary .dker{
    background-color:#3e4589;
}
.bg-primary.bg,.bg-primary .bg{
    background-color:#545ca6;
}
.bg-primary-ltest{
    background-color:#ecf6fb;
}
.bg-primary a{
    color:#fcfcfd;
}
.bg-primary a:hover{
    color:#fff;
}
.bg-primary a.list-group-item:hover,.bg-primary a.list-group-item:focus{
    background-color:inherit;
}
.bg-primary .nav>li:hover>a,.bg-primary .nav>li:focus>a,.bg-primary .nav>li:active>a,.bg-primary .nav>li.active>a{
    color:#fff;
    background-color:#6068b3;
}
.bg-primary .nav>li>a{
    color:#ebecf5;
}
.bg-primary .nav>li>a:hover,.bg-primary .nav>li>a:focus{
    background-color:#06a7e2;
}
.bg-primary .nav .open>a{
    background-color:#06a7e2;
}
.bg-primary .caret{
    border-top-color:#dadcec;
    border-bottom-color:#dadcec;
}
.bg-primary .open>a,.bg-primary .open>a:hover,.bg-primary .open>a:focus{
    color:#fff;
}
.bg-primary .text-muted{
    color:#b8bbdb !important;
}
.bg-primary .text-lt{
    color:#ffffff !important;
}
.bg-primary .icon-muted{
    color:#b8bbdb !important;
}
.bg-primary.auto .list-group-item,.bg-primary .auto .list-group-item{
    border-color:#4b5395 !important;
    background-color:transparent;
}
.bg-primary.auto .list-group-item:hover,.bg-primary.auto .list-group-item:focus,.bg-primary.auto .list-group-item:active,.bg-primary.auto .list-group-item.active,.bg-primary .auto .list-group-item:hover,.bg-primary .auto .list-group-item:focus,.bg-primary .auto .list-group-item:active,.bg-primary .auto .list-group-item.active{
    background-color:#495098 !important;
}
.bg-success{
    background-color:#1ab667;
    color:#a9f3ce;
}
.bg-success.lt,.bg-success .lt{
    background-color:#20c974;
}
.bg-success.lter,.bg-success .lter{
    background-color:#2ad980;
}
.bg-success.dk,.bg-success .dk{
    background-color:#15a25a;
}
.bg-success.dker,.bg-success .dker{
    background-color:#108d4e;
}
.bg-success.bg,.bg-success .bg{
    background-color:#1ab667;
}
.bg-success-ltest{
    background-color:#f1ffed;
}
.bg-success a{
    color:#d6f9e7;
}
.bg-success a:hover{
    color:#fff;
}
.bg-success a.list-group-item:hover,.bg-success a.list-group-item:focus{
    background-color:inherit;
}
.bg-success .nav>li:hover>a,.bg-success .nav>li:focus>a,.bg-success .nav>li:active>a,.bg-success .nav>li.active>a{
    color:#fff;
    background-color:#1acf74;
}
.bg-success .nav>li>a{
    color:#c0f6da;
}
.bg-success .nav>li>a:hover,.bg-success .nav>li>a:focus{
    background-color:#06a7e2;
}
.bg-success .nav .open>a{
    background-color:#06a7e2;
}
.bg-success .caret{
    border-top-color:#a9f3ce;
    border-bottom-color:#a9f3ce;
}
.bg-success .open>a,.bg-success .open>a:hover,.bg-success .open>a:focus{
    color:#fff;
}
.bg-success .text-muted{
    color:#7decb4 !important;
}
.bg-success .text-lt{
    color:#ffffff !important;
}
.bg-success .icon-muted{
    color:#7decb4 !important;
}
.bg-success.auto .list-group-item,.bg-success .auto .list-group-item{
    border-color:#17a05a !important;
    background-color:transparent;
}
.bg-success.auto .list-group-item:hover,.bg-success.auto .list-group-item:focus,.bg-success.auto .list-group-item:active,.bg-success.auto .list-group-item.active,.bg-success .auto .list-group-item:hover,.bg-success .auto .list-group-item:focus,.bg-success .auto .list-group-item:active,.bg-success .auto .list-group-item.active{
    background-color:#15a25a !important;
}
.bg-info{
    background-color:#4cb6cb;
    color:#eaf6f9;
}
.bg-info.lt,.bg-info .lt{
    background-color:#62bcce;
}
.bg-info.lter,.bg-info .lter{
    background-color:#78c3d2;
}
.bg-info.dk,.bg-info .dk{
    background-color:#36b0c8;
}
.bg-info.dker,.bg-info .dker{
    background-color:#2ea0b6;
}
.bg-info.bg,.bg-info .bg{
    background-color:#4cb6cb;
}
.bg-info-ltest{
    background-color:#ecfcff;
}
.bg-info a{
    color:#ffffff;
}
.bg-info a:hover{
    color:#fff;
}
.bg-info a.list-group-item:hover,.bg-info a.list-group-item:focus{
    background-color:inherit;
}
.bg-info .nav>li:hover>a,.bg-info .nav>li:focus>a,.bg-info .nav>li:active>a,.bg-info .nav>li.active>a{
    color:#fff;
    background-color:#5dc0d3;
}
.bg-info .nav>li>a{
    color:#f2f2f2;
}
.bg-info .nav>li>a:hover,.bg-info .nav>li>a:focus{
    background-color:#06a7e2;
}
.bg-info .nav .open>a{
    background-color:#06a7e2;
}
.bg-info .caret{
    border-top-color:#eaf6f9;
    border-bottom-color:#eaf6f9;
}
.bg-info .open>a,.bg-info .open>a:hover,.bg-info .open>a:focus{
    color:#fff;
}
.bg-info .text-muted{
    color:#c3e6ed !important;
}
.bg-info .text-lt{
    color:#ffffff !important;
}
.bg-info .icon-muted{
    color:#c3e6ed !important;
}
.bg-info.auto .list-group-item,.bg-info .auto .list-group-item{
    border-color:#39adc4 !important;
    background-color:transparent;
}
.bg-info.auto .list-group-item:hover,.bg-info.auto .list-group-item:focus,.bg-info.auto .list-group-item:active,.bg-info.auto .list-group-item.active,.bg-info .auto .list-group-item:hover,.bg-info .auto .list-group-item:focus,.bg-info .auto .list-group-item:active,.bg-info .auto .list-group-item.active{
    background-color:#36b0c8 !important;
}
.bg-warning{
    background-color:#fad733;
    color:#fffefa;
}
.bg-warning.lt,.bg-warning .lt{
    background-color:#f8da4e;
}
.bg-warning.lter,.bg-warning .lter{
    background-color:#f7de69;
}
.bg-warning.dk,.bg-warning .dk{
    background-color:#fcd417;
}
.bg-warning.dker,.bg-warning .dker{
    background-color:#face00;
}
.bg-warning.bg,.bg-warning .bg{
    background-color:#fad733;
}
.bg-warning-ltest{
    background-color:#fffee6;
}
.bg-warning a{
    color:#ffffff;
}
.bg-warning a:hover{
    color:#fff;
}
.bg-warning a.list-group-item:hover,.bg-warning a.list-group-item:focus{
    background-color:inherit;
}
.bg-warning .nav>li:hover>a,.bg-warning .nav>li:focus>a,.bg-warning .nav>li:active>a,.bg-warning .nav>li.active>a{
    color:#fff;
    background-color:#fddd4a;
}
.bg-warning .nav>li>a{
    color:#f2f2f2;
}
.bg-warning .nav>li>a:hover,.bg-warning .nav>li>a:focus{
    background-color:#06a7e2;
}
.bg-warning .nav .open>a{
    background-color:#06a7e2;
}
.bg-warning .caret{
    border-top-color:#fffefa;
    border-bottom-color:#fffefa;
}
.bg-warning .open>a,.bg-warning .open>a:hover,.bg-warning .open>a:focus{
    color:#fff;
}
.bg-warning .text-muted{
    color:#fef4c8 !important;
}
.bg-warning .text-lt{
    color:#ffffff !important;
}
.bg-warning .icon-muted{
    color:#fef4c8 !important;
}
.bg-warning.auto .list-group-item,.bg-warning .auto .list-group-item{
    border-color:#f9d21a !important;
    background-color:transparent;
}
.bg-warning.auto .list-group-item:hover,.bg-warning.auto .list-group-item:focus,.bg-warning.auto .list-group-item:active,.bg-warning.auto .list-group-item.active,.bg-warning .auto .list-group-item:hover,.bg-warning .auto .list-group-item:focus,.bg-warning .auto .list-group-item:active,.bg-warning .auto .list-group-item.active{
    background-color:#fcd417 !important;
}
.bg-danger{
    background-color:#f05050;
    color:#ffffff;
}
.bg-danger.lt,.bg-danger .lt{
    background-color:#f06a6a;
}
.bg-danger.lter,.bg-danger .lter{
    background-color:#f18282;
}
.bg-danger.dk,.bg-danger .dk{
    background-color:#f13636;
}
.bg-danger.dker,.bg-danger .dker{
    background-color:#f21b1b;
}
.bg-danger.bg,.bg-danger .bg{
    background-color:#f05050;
}
.bg-danger-ltest{
    background-color:#fbedec;
}
.bg-danger a{
    color:#ffffff;
}
.bg-danger a:hover{
    color:#fff;
}
.bg-danger a.list-group-item:hover,.bg-danger a.list-group-item:focus{
    background-color:inherit;
}
.bg-danger .nav>li:hover>a,.bg-danger .nav>li:focus>a,.bg-danger .nav>li:active>a,.bg-danger .nav>li.active>a{
    color:#fff;
    background-color:#f46565;
}
.bg-danger .nav>li>a{
    color:#f2f2f2;
}
.bg-danger .nav>li>a:hover,.bg-danger .nav>li>a:focus{
    background-color:#06a7e2;
}
.bg-danger .nav .open>a{
    background-color:#06a7e2;
}
.bg-danger .caret{
    border-top-color:#ffffff;
    border-bottom-color:#ffffff;
}
.bg-danger .open>a,.bg-danger .open>a:hover,.bg-danger .open>a:focus{
    color:#fff;
}
.bg-danger .text-muted{
    color:#e6e6e6 !important;
}
.bg-danger .text-lt{
    color:#ffffff !important;
}
.bg-danger .icon-muted{
    color:#e6e6e6 !important;
}
.bg-danger.auto .list-group-item,.bg-danger .auto .list-group-item{
    border-color:#ee3939 !important;
    background-color:transparent;
}
.bg-danger.auto .list-group-item:hover,.bg-danger.auto .list-group-item:focus,.bg-danger.auto .list-group-item:active,.bg-danger.auto .list-group-item.active,.bg-danger .auto .list-group-item:hover,.bg-danger .auto .list-group-item:focus,.bg-danger .auto .list-group-item:active,.bg-danger .auto .list-group-item.active{
    background-color:#f13636 !important;
}
.bg-white{
    background-color:#fff;
    color:#788188;
}
.bg-white .text-muted{
    color:#939aa0;
}
.bg-white-only{
    background-color:#fff;
}
.bg-empty{
    background-color:transparent;
}
a.bg-light:hover,a.bg-light:focus{
    color:#545a5f;
}
.text-primary{
    color:#545ca6;
}
.text-primary-lt{
    color:#636bb0;
}
.text-primary-lter{
    color:#747bb9;
}
.text-primary-dk{
    color:#4b5395;
}
.text-primary-dker{
    color:#434984;
}
.text-info{
    color:#4cb6cb;
}
.text-info-lt{
    color:#60bed1;
}
.text-info-lter{
    color:#74c6d6;
}
.text-info-dk{
    color:#39adc4;
}
.text-info-dker{
    color:#339cb1;
}
.text-success{
    color:#1ab667;
}
.text-success-lt{
    color:#1dcc74;
}
.text-success-lter{
    color:#23e080;
}
.text-success-dk{
    color:#17a05a;
}
.text-success-dker{
    color:#14894e;
}
.text-warning{
    color:#fad733;
}
.text-warning-lt{
    color:#fbdc4c;
}
.text-warning-lter{
    color:#fbe165;
}
.text-warning-dk{
    color:#f9d21a;
}
.text-warning-dker{
    color:#f4ca06;
}
.text-danger{
    color:#f05050;
}
.text-danger-lt{
    color:#f26767;
}
.text-danger-lter{
    color:#f47f7f;
}
.text-danger-dk{
    color:#ee3939;
}
.text-danger-dker{
    color:#ec2121;
}
.text-dark{
    color:#5a6a7a;
}
.text-dark-lt{
    color:#657789;
}
.text-dark-lter{
    color:#718496;
}
.text-dark-dk{
    color:#4f5d6b;
}
.text-dark-dker{
    color:#44515d;
}
.text-black{
    color:#000;
}
.text-white{
    color:#fff;
}
.text-muted{
    color:#939aa0;
}
.pos-rlt{
    position:relative;
}
.pos-stc{
    position:static;
}
.pos-abt{
    position:absolute;
}
.line{
    *width:100%;
    height:2px;
    margin:10px 0;
    font-size:0;
    overflow:hidden;
}
.line-xs{
    margin:0;
}
.line-lg{
    margin-top:15px;
    margin-bottom:15px;
}
.line-dashed{
    border-style:dashed !important;
    background-color:transparent;
    border-width:0;
}
.no-line{
    border-width:0;
}
.no-border,.no-borders{
    border-color:transparent;
    border-width:0;
}
.no-radius{
    border-radius:0;
}
.block{
    display:block;
}
.block.hide{
    display:none;
}
.inline{
    display:inline-block !important;
}
.none{
    display:none;
}
.pull-right-lg{
    float:right;
}
.pull-none{
    float:none;
}
.rounded{
    border-radius:500px;
}
.btn-s-xs{
    min-width:90px;
}
.btn-s-sm{
    min-width:100px;
}
.btn-s-md{
    min-width:120px;
}
.btn-s-lg{
    min-width:150px;
}
.btn-s-xl{
    min-width:200px;
}
.l-h-2x{
    line-height:2em;
}
.l-h-1x{
    line-height:1.2;
}
.l-h{
    line-height:1.5;
}
.v-middle{
    vertical-align:middle !important;
}
.v-top{
    vertical-align:top !important;
}
.v-bottom{
    vertical-align:bottom !important;
}
.font-normal{
    font-weight:normal;
}
.font-thin{
    font-weight:300;
}
.font-bold{
    font-weight:700;
}
.text-xs{
    font-size:12px;
}
.text-ellipsis{
    display: block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    font-size: 14px;
    color: #ffffff;
}
.text-ellipsis.text-xs {
    font-size: 12px;
    color: #ffffff;
}
.albumText {
    font-size: 14px;
    text-align: left;
}
.albumText.text-xs {
    font-size: 12px;
}
.text-u-c{
    text-transform:uppercase;
}
.text-l-t{
    text-decoration:line-through;
}
.text-u-l{
    text-decoration:underline;
}
.text-active,.active>.text,.active>.auto .text{
    display:none !important;
}
.active>.text-active,.active>.auto .text-active{
    display:inline-block !important;
}
.box-shadow{
    box-shadow:0 2px 2px rgba(0,0,0,0.05),0 1px 0 rgba(0,0,0,0.05);
}
.wrapper-xs{
    padding:5px;
}
.wrapper-sm{
    padding:10px;
}
.wrapper{
    padding:15px;
}
.wrapper-md{
    padding:20px;
}
.wrapper-lg{
    padding:30px;
}
.wrapper-xl{
    padding:50px;
}
.padder-lg{
    padding-left:30px;
    padding-right:30px;
}
.padder-md{
    padding-left:20px;
    padding-right:20px;
}
.padder{
    padding-left:15px;
    padding-right:15px;
}
.padder-sm{
    padding-left: 10px;
    padding-right: 10px;
}
.padder-v{
    padding-top: 5px;
    padding-bottom: 25px;
}
.no-padder{
    padding:0 !important;
}
.pull-in{
    margin-left:-15px;
    margin-right:-15px;
}
.pull-out{
    margin:-10px -15px;
}
.b{
    border:1px solid rgba(0,0,0,0.05);
}
.b-a{
    border:1px solid #eaeef1;
}
.b-t{
    border-top:1px solid #eaeef1;
}
.b-r{
    border-right:1px solid #eaeef1;
}
.b-b{
    border-bottom:1px solid #eaeef1;
}
.b-l{
    border-left:1px solid #eaeef1;
}
.b-light{
    border-color:#d9e4e6;
}
.b-dark{
    border-color:#657789;
}
.b-primary{
    border-color:#636bb0;
}
.b-success{
    border-color:#1dcc74;
}
.b-info{
    border-color:#60bed1;
}
.b-warning{
    border-color:#fbdc4c;
}
.b-danger{
    border-color:#f26767;
}
.b-black{
    border-color:#2e3941;
}
.b-white{
    border-color:#fff;
}
.b-dashed{
    border-style:dashed !important;
}
.b-2x{
    border-width:2px;
}
.b-3x{
    border-width:3px;
}
.b-4x{
    border-width:4px;
}
.b-5x{
    border-width:5px;
}
.r{
    border-radius:2px 2px 2px 2px;
}
.r-2x{
    border-radius:4px;
}
.r-3x{
    border-radius:6px;
}
.r-l{
    border-radius:2px 0 0 2px;
}
.r-r{
    border-radius:0 2px 2px 0;
}
.r-t{
    border-radius:2px 2px 0 0;
}
.r-b{
    border-radius:0 0 2px 2px;
}
.m-xxs{
    margin:2px 4px;
}
.m-xs{
    margin:5px;
}
.m-sm{
    margin:10px;
}
.m{
    margin:15px;
}
.m-md{
    margin:20px;
}
.m-lg{
    margin:30px;
}
.m-xl{
    margin:50px;
}
.m-n{
    margin:0 !important;
}
.m-l-none{
    margin-left:0;
}
.m-l-xs{
    margin-left:5px;
}
.m-l-sm{
    margin-left:10px;
}
.m-l{
    margin-left:15px;
}
.m-l-md{
    margin-left:20px;
}
.m-l-lg{
    margin-left:30px;
}
.m-l-xl{
    margin-left:40px;
}
.m-l-n-xxs{
    margin-left:-1px;
}
.m-l-n-xs{
    margin-left:-5px;
}
.m-l-n-sm{
    margin-left:-10px;
}
.m-l-n{
    margin-left:-15px;
}
.m-l-n-md{
    margin-left:-20px;
}
.m-l-n-lg{
    margin-left:-30px;
}
.m-l-n-xl{
    margin-left:-40px;
}
.m-t-none{
    margin-top:0;
}
.m-t-xxs{
    margin-top:1px;
}
.m-t-xs{
    margin-top:5px;
}
.m-t-sm{
    margin-top:10px;
}
.m-t{
    margin-top:15px;
}
.m-t-md{
    margin-top:20px;
}
.m-t-lg{
    margin-top:30px;
}
.m-t-xl{
    margin-top:40px;
}
.m-t-n-xxs{
    margin-top:-1px;
}
.m-t-n-xs{
    margin-top:-5px;
}
.m-t-n-sm{
    margin-top:-10px;
}
.m-t-n{
    margin-top:-15px;
}
.m-t-n-md{
    margin-top:-20px;
}
.m-t-n-lg{
    margin-top:-30px;
}
.m-t-n-xl{
    margin-top:-40px;
}
.m-r-none{
    margin-right:0;
}
.m-r-xxs{
    margin-right:1px;
}
.m-r-xs{
    margin-right:5px;
}
.m-r-sm{
    margin-right:10px;
}
.m-r{
    margin-right:15px;
}
.m-r-md{
    margin-right:20px;
}
.m-r-lg{
    margin-right:30px;
}
.m-r-xl{
    margin-right:40px;
}
.m-r-n-xxs{
    margin-right:-1px;
}
.m-r-n-xs{
    margin-right:-5px;
}
.m-r-n-sm{
    margin-right:-10px;
}
.m-r-n{
    margin-right:-15px;
}
.m-r-n-md{
    margin-right:-20px;
}
.m-r-n-lg{
    margin-right:-30px;
}
.m-r-n-xl{
    margin-right:-40px;
}
.m-b-none{
    margin-bottom:0;
}
.m-b-xxs{
    margin-bottom:1px;
}
.m-b-xs{
    margin-bottom:5px;
}
.m-b-sm{
    margin-bottom:10px;
}
.m-b{
    margin-bottom:15px;
}
.m-b-md{
    margin-bottom:20px;
}
.m-b-lg{
    margin-bottom:30px;
}
.m-b-xl{
    margin-bottom:40px;
}
.m-b-n-xxs{
    margin-bottom:-1px;
}
.m-b-n-xs{
    margin-bottom:-5px;
}
.m-b-n-sm{
    margin-bottom:-10px;
}
.m-b-n{
    margin-bottom:-15px;
}
.m-b-n-md{
    margin-bottom:-20px;
}
.m-b-n-lg{
    margin-bottom:-30px;
}
.m-b-n-xl{
    margin-bottom:-40px;
}
.media-xs{
    min-width:50px;
}
.media-sm{
    min-width:80px;
}
.media-md{
    min-width:90px;
}
.media-lg{
    min-width:120px;
}
.thumb-lg{
    width:128px;
    display:inline-block;
}
.thumb-md{
    width:64px;
    display:inline-block;
}
.thumb{
    width:50px;
    display:inline-block;
}
.thumb-sm{
    width:40px;
    display:inline-block;
}
.thumb-xs{
    width:30px;
    display:inline-block;
}
.thumb-wrapper{
    padding:2px;
    border:1px solid #dbe2e7;
}
.thumb img,.thumb-xs img,.thumb-sm img,.thumb-md img,.thumb-lg img,.thumb-btn img{
    height:auto;
    max-width:100%;
    vertical-align:middle;
}
.img-full{
    width:100%;
}
.img-full img{
    width:100%;
}
.clear{
    display:block;
    overflow:hidden;
}
.row-sm{
    margin-left:-10px;
    margin-right:-10px;
}
.row-sm>div{
    padding-left:0px;
    padding-right:0px;
}
.i-checks input{
    opacity:0;
}
.i-checks input:checked+i{
    border-color:#545ca6;
}
.i-checks input:checked+i:before{
    position:absolute;
    left:0px;
    width:100%;
    top:2px;
    text-align:center;
    font-family:inherit;
    font-style:normal;
    font-weight:normal;
    color:#545ca6;
}
.i-checks input[type="radio"]+i{
    border-radius:100%;
}
.i-checks input[type="checkbox"]:checked+i:before{
    content:"\f00c";
}
.i-checks input[type="radio"]:checked+i:before{
    content:"\f111";
}
.i-checks input[disabled]+i,fieldset[disabled] .i-checks input+i{
    border-color:#dbe2e7;
}
.i-checks input[disabled]+i:before,fieldset[disabled] .i-checks input+i:before{
    color:#cbd5dd;
}
.i-checks i{
    width:18px;
    height:18px;
    line-height:1;
    border:1px solid #cbd5dd;
    background-color:#fff;
    margin-left:-20px;
    margin-top:-2px;
    display:inline-block;
    vertical-align:middle;
    margin-right:4px;
    position:relative;
    font-size:12px;
}
.ie8 .i-checks i{
    display:none;
}
.scroll-x,.scroll-y{
    overflow:hidden;
    -webkit-overflow-scrolling:touch;
}
.scroll-y{
    overflow-y:auto;
}
.scroll-x{
    overflow-x:auto;
}
.no-touch .scroll-x,.no-touch .scroll-y{
    overflow:hidden;
}
.no-touch .scroll-x:hover,.no-touch .scroll-x:focus,.no-touch .scroll-x:active{
    overflow-x:auto;
}
.no-touch .scroll-y:hover,.no-touch .scroll-y:focus,.no-touch .scroll-y:active{
    overflow-y:auto;
}
.no-touch .hover-action{
    display:none;
}
.no-touch .hover:hover .hover-action{
    display:inherit;
}
.hover-rotate{
    -moz-transition:all .2s ease-in-out .1s;
    -o-transition:all .2s ease-in-out .1s;
    -webkit-transition:all .2s ease-in-out .1s;
    transition:all .2s ease-in-out .1s;
}
.hover:hover .hover-rotate,.hover:active .hover-rotate{
    -moz-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
}
.item .top{
    position:absolute;
    top:0;
    left:0;
    right:0;
}
.item .bottom{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
}
.item .center{
    position:absolute;
    top:50%;
    left:0;
    right:0;
}
.item .gd{
    background-color:transparent;
    background-image:-webkit-gradient(linear,0 0,0 100%,from(rgba(0,0,0,0)),color-stop(20%,rgba(0,0,0,0.25)),to(rgba(0,0,0,0.75)));
    background-image:-webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.25) 20%,rgba(0,0,0,0.75));
    background-image:-moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.25) 20%,rgba(0,0,0,0.75));
    background-image:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.25) 20%,rgba(0,0,0,0.75));
    background-repeat:no-repeat;
}
.item .opacity{
    background-color:rgba(0,0,0,0.75);
}
.item-overlay{
    display:none;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
}
.item-overlay.active,.item:hover .item-overlay{
    display:block;
}
.backdrop{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1050;
}
.backdrop.fade{
    opacity:0;
    filter:alpha(opacity=0);
}
.backdrop.in{
    opacity:0.8;
    filter:alpha(opacity=80);
}
.h{
    font-size:170px;
    text-shadow:0 1px 0 #d9d9d9,0 2px 0 #d0d0d0,0 5px 10px rgba(0,0,0,0.125),0 10px 20px rgba(0,0,0,0.2);
}

@media (max-width: 767px){
    .shift{
        display:none !important;
    }
    .shift.in{
        display:block !important;
    }
    .row-2 [class*="col"]{
        width:50%;
        float:left;
    }
    .row-2 .col-0{
        clear:none;
    }
    .row-2 li:nth-child(odd){
        clear:left;
        margin-left:0;
    }
    .text-center-xs{
        text-align:center;
    }
    .text-left-xs{
        text-align:left;
    }
    .text-right-xs{
        text-align:right;
    }
    .pull-none-xs{
        float:none !important;
    }
    .dropdown-menu.pull-none-xs{
        left:0;
    }
    .hidden-xs.show{
        display:inherit !important;
    }
}
/*player*/
/*controls*/
.jp-controls {
    display: table;
    table-layout: fixed;
    border-spacing: 0;
    width: 100%;
}
.jp-controls a{
    cursor: pointer;
    display: inline-block;
}

.jp-controls > div{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 40px;
    height: 60px;
}
div.jp-progress{
    width: auto;
    padding: 0 15px;
    vertical-align: top;
    position: relative;
}
.jp-seek-bar{
    position: relative;
}
.jp-title{
    position: absolute;
    left: 25px;
    top: 0;
    right: 25px;
    display: block !important;
    line-height: 60px;
}
.jp-title ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.jp-title li{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jp-artist{
    opacity: 0.6;
}

.jp-play-bar{
    height: 60px;
}
.jp-volume{
    width: 60px !important;
    padding-right:10px !important;
}
.jp-volume-bar-value{
  height: 6px;
}
a.hid{
    display: none;
}
/*video*/
.jp-video{
    font-size: 0;
    line-height: 0;
    min-height: 160px;
}
.jp-video-play{
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    cursor: pointer;
    margin-left: -30px;
    margin-top: -65px;
}
.jp-video-full {
    /* Rules for IE6 (full-screen) */
    width:480px;
    height:270px;
    /* Rules for IE7 (full-screen) - Otherwise the relative container causes other page items that are not position:static (default) to appear over the video/gui. */
    position:static !important; position:relative;
}
/* The z-index rule is defined in this manner to enable Popcorn plugins that add overlays to video area. EG. Subtitles. */
.jp-video-full div div {
    z-index:1000;
}
.jp-video-full .jp-jplayer {
    top: 0;
    left: 0;
    position: fixed !important; position: relative; /* Rules for IE6 (full-screen) */
    overflow: hidden;
}
.jp-video-full .jp-gui {
    position: fixed !important; position: static; /* Rules for IE6 (full-screen) */
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    z-index:1001; /* 1 layer above the others. */
}
.jp-video-full .jp-interface {
    position: absolute !important; position: relative; /* Rules for IE6 (full-screen) */
    bottom: 0;
    left: 0;
}
/*playlist*/
.jp-playlist ul{
    max-height: 320px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    display: none !important;
}
.jp-playlist.open ul{
    display: block !important;
    bottom: 60px;
    left: 180px;
}
.jp-playlist li{
    list-style: none;
    position: relative;
}
.jp-playlist-item{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 12px 40px 12px 8px;
}
.jp-playlist-item:focus{
    outline: 0;
}
.jp-playlist-item:before{
    display: inline-block;
    text-align: center;
    width: 30px;
    font-family: inherit;
    content:"\f0da";
    opacity: 0.6;
}
a.jp-playlist-current:before{
    content:"\f144";
    opacity: 1;
}
.jp-playlist li:first-child .jp-playlist-item{
    border-width: 0;
}
.jp-playlist-item-remove{
    font-size: 15px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 11px 18px;
    opacity: 0.6;
}
@media (max-width: 767px) {
    .footer .jp-gui{
        margin: 0 -10px;
    }
    .jp-playlist.open ul{
        display: block !important;
        bottom: 60px;
        left: 0px;
        right: 0px;
    }
}
