html,
body {
    font-family: 'allerregular', sans-serif;
    font-weight: 400;
    color: #2c3e50;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'allerregular', sans-serif;
    font-weight: normal;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a:hover {
    color: #ed145b;
}

a,
a:hover,
a:active,
a:focus,
button:focus,
.btn:focus,
.form-control:focus {
    outline: none !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

.btn.btn-primary {
    text-transform: uppercase;
    font-family: 'allerbold';
    font-size: 14px;
    text-align: center;
    border-color: #ed145b;
    background-color: #ed145b;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 35px;
    padding-right: 60px;
    position: relative;
}

.btn.btn-primary:hover {
    background-color: transparent;
    color: #ed145b;
}

.btn.btn-primary2 {
    text-transform: uppercase;
    font-family: 'allerbold';
    font-size: 14px;
    text-align: center;
    border-color: #ed145b;
    background-color: transparent;
    color: #ed145b;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 35px;
    padding-right: 60px;
    position: relative;
}

.btn.btn-primary2:hover {
    background-color: #ed145b;
    color: #fff;
}

.btn.btn-default i,
.btn.btn-primary i {
    margin-left: 10px;
    font-size: 18px;
}

.btn.btn-primary i {
    color: #fff;
    position: absolute;
    right: 30px;
    top: 14px;
}

.btn.btn-primary:hover i {
    right: 20px;
    color: #ed145b;
}

.btn.btn-default {
    background-color: transparent;
    border: none;
    font-size: 14px;
    color: #8a8a8a;
    padding: 0;
    text-transform: uppercase;
    font-family: 'allerbold';
    line-height: 0;
}

.btn.btn-default:hover {
    color: #ed145b;
}

.btn.btn-default i {
    color: #ed145b;
}

.btn.btn-default:hover i {
    color: #8a8a8a;
}

.section-padding {
    padding-top: 60px;
    padding-bottom: 50px;
}

.bg-image {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.section-title {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.section-title h1,
.page-title h1 {
    font-size: 12px;
    letter-spacing: 14px;
    color: #ed145b;
    font-family: 'allerbold';
    margin-top: 15px;
}

.section-title h2,
.page-title h2 {
    font-size: 46px;
    color: #000;
    margin: 0;
    font-family: 'aller_displayregular';
}

.page-title h1,
.page-title h2 {
    color: #fff;
}

.no-padding {
    padding: 0;
}

.before-after,
.before {
    position: relative;
}

.before-after:before,
.before-after:after {
    position: absolute;
    content: "";
    top: -30px;
    width: 6%;
    border-bottom: 30px solid #fff;
    z-index: 10;
}

.before-after:before {
    left: 0;
    border-right: 25px solid transparent;
}

.before-after:after {
    right: 0;
    border-left: 25px solid transparent;
}

.before:before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    margin-left: -46%;
    width: 92%;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    border-top: 30px solid #fff;
}

.bg-white {
    background-color: #FFF;
}

.bg-transparent {
    background-color: rgba(0, 0, 0, 0.3) !important;
    margin-bottom: 30px;
}

.page-title {
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: center;
    padding-top: 120px;
    padding-bottom: 70px;
    width: 100%;
}

.breadcrumb {
    z-index: 1;
    background-image: url(../img/breadcrumb.jpg);
    background-color: transparent;
    position: relative;
    margin-bottom: 0;
    padding: 0;
}

.body-multiple {
    position: relative;
    z-index: 1;
}

.breadcrumb .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(237, 20, 91, 0.4);
    ;
    z-index: -1;
}

.body-multiple:before {
    content: "";
}

.pagination {
    margin-bottom: 15px;
    display: block;
}

.page-content {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.navbar-toggle {
    border: 1px solid #ed145b;
    margin-top: 12px;
}

.navbar-toggle .icon-bar {
    background-color: #ed145b;
}

/*==========================================================================Header==========================================================================*/

#navigation .navbar {
    min-height: 0;
    margin-bottom: 0;
    border: 0;
    padding: 0;
}

#navigation .navbar:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background-color: #fff;
    z-index: -1;
}

#navigation .navbar:after {
    position: absolute;
    content: "";
    top: 30px;
    left: 50%;
    margin-left: -46%;
    width: 92%;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    border-top: 30px solid #fff;
    z-index: -1;
}

#navigation .navbar-brand {
    margin-right: 90px;
}

.navbar-default {
    background-color: transparent;
    border: none;
}

#navigation .navbar-collapse {
    float: left;
}

#navigation .navbar-nav li {
    position: relative;
}

#navigation .navbar-nav>li>a {
    color: #767676;
    text-transform: uppercase;
    padding: 0 20px;
    line-height: 60px;
    font-size: 14px;
    display: block;
    background-color: transparent;
}

#navigation .navbar-nav>li>a:focus,
#navigation .navbar-nav>li.active>a,
#navigation .navbar-nav>li>a:hover,
#navigation .navbar-nav>.active>a,
#navigation .navbar-nav>.active>a:focus,
#navigation .navbar-nav>.active>a:hover {
    color: #ed145b;
}

#navigation .navbar-nav li ul.sub-menu li a:hover,
#navigation .navbar-nav li ul.sub-menu li a:focus,
#navigation .navbar-nav li ul.sub-menu li a:active,
#navigation .navbar-nav li ul.sub-menu li.active>a {
    color: #ed145b;
}

#navigation .btn.btn-primary {
    float: right;
    padding-top: 5px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
}

#navigation .form-control {
    float: right;
    padding-top: 5px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
    border-color: #ed145b;
    position: relative;
    display: inline-block;
    margin-bottom: 0px;
    width: 100px;
}

/*Dropdown CSS*/

ul.sub-menu {
    position: absolute;
    top: 60px;
    left: 0;
    background-color: #fff;
    list-style: none;
    padding: 7px 0;
    margin: 0;
    min-width: 180px;
    border-top: 1px solid #ed145b;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
    display: none;
    z-index: 999;
}

.nav.navbar-nav>li:hover>ul.sub-menu {
    display: block;
    -webkit-animation: fadeInUp 400ms;
    -moz-animation: fadeInUp 400ms;
    -ms-animation: fadeInUp 400ms;
    -o-animation: fadeInUp 400ms;
    animation: fadeInUp 400ms;
}

#navigation .navbar-nav li ul.sub-menu li a {
    display: block;
    color: #767676;
    padding: 7px 0 7px 20px;
    font-size: 14px;
    text-transform: uppercase;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/*End Drpdown Menu CSS*/

/* Mega Menu CSS */

#navigation .megamenu>.sub-menu {
    padding: 22px 0;
    box-sizing: border-box;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 900;
}

#navigation .navbar-nav .megamenu {
    position: static;
}

#navigation .navbar-nav .megamenu a i {
    margin-right: 10px;
}

#navigation .navbar-nav .megamenu li a {
    padding: 7px 0 7px 20px;
    font-size: 14px;
    text-transform: uppercase;
}

/* Home Banner */

.home-content {
    padding-top: 235px;
    padding-bottom: 100px;
    color: #fff;
}

.logo-intro img {
    display: inline;
    margin-top: -20px;
}

.logo-intro span {
    font-family: 'Cookie', cursive;
    font-size: 58px;
    color: #fff;
    text-transform: capitalize;
    margin-left: 10px;
}

#countdown {
    margin-bottom: 35px;
}

#countdown li {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    width: 140px;
}

#countdown li p {
    font-size: 18px;
    line-height: 0;
    font-family: 'allerbold';
    margin-top: 42px;
}

#countdown li+li {
    margin-left: 25px;
}

#countdown li span {
    font-size: 51px;
    color: #fff;
    font-family: 'aller_displayregular';
    float: left;
    width: 60px;
}

.home-content h2 {
    font-size: 116px;
    text-transform: uppercase;
    font-family: 'aller_displayregular';
    margin-top: 0;
    margin-bottom: 5px;
}

.social {
    margin-top: 20px;
}

.social a {
    color: #fff;
    font-size: 14px;
    margin-right: 5px;
    margin-left: 5px;
}

.home-banner .social a:hover,
.social a:hover {
    color: #ed145b;
}

.album-cover {
    float: left;
    margin-right: 20px;
}

.album-title h4 {
    color: #fff;
    font-size: 14px;
    margin-top: 5px;
}

.home-banner .jp-play-bar {
    background-color: #fff;
}

/* About Section */

.about-section.about {
    background-image: url(../img/bg_galeri2.jpg);
    background-color: #e7eced;
}

.about-section.about.before-after:before,
.about-section.about.before-after:after {
    background-image: url(../img/bg_galeri2.jpg);
    height: 30px;
    border: 0;
    top: -29px;
}

.about-section.about.before-after:before {
    -moz-transform: skewX(40deg);
    -webkit-transform: skewX(40deg);
    -o-transform: skewX(40deg);
    -ms-transform: skewX(40deg);
    transform: skewX(40deg);
    left: -15px;
    background-position: left top;
}

.about-section.about.before-after:after {
    background-position: right top;
    -moz-transform: skewX(-40deg);
    -webkit-transform: skewX(-40deg);
    -o-transform: skewX(-40deg);
    -ms-transform: skewX(-40deg);
    transform: skewX(-40deg);
    right: -15px;
}

.about-section .about-content {
    padding-bottom: 10px;
}

.about-section.about .about-content {
    padding-bottom: 55px;
}

.about-section .about-image {
    max-height: 370px;
    overflow: hidden;
}

.about-section.about .about-info {
    background-color: #fff;
}

.about-info {
    padding: 35px;
    padding-left: 55px;
    padding-right: 70px;
    padding-bottom: 80px;
    font-size: 16px;
    line-height: 26px;
    font-family: 'aller_lightregular';
    overflow: hidden;
}

.about-section.about .about-info {
    background-color: #fff;
    padding-bottom: 87px;
}

.about-info h3 {
    font-size: 26px;
    font-family: 'allerbold';
    padding-bottom: 25px;
    margin-bottom: 20px;
    color: #000;
}

.about-section.about .about-info h3 {
    border-bottom: 1px solid #f0f1f2;
}

.about-info ul {
    margin-top: 20px;
    font-family: 'allerregular';
    font-size: 14px;
}

.about-info ul li i {
    color: #ed145b;
    margin-right: 10px;
    font-size: 14px;
}

.about-festival .about-content {
    padding-bottom: 25px;
    padding-top: 20px;
}

.about-festival .about-info {
    padding-top: 5px;
}

.about-festival .about-text {
    margin-top: 20px;
    font-size: 14px;
    margin-bottom: 25px;
}

.about-festival .about-time {
    margin-bottom: 25px;
}

.about-festival .about-info h3 {
    padding-bottom: 0;
    margin-bottom: 30px;
}

.about-section.about-festival {
    padding-bottom: 0;
}

.festival-info .audio-list {
    padding-top: 35px;
}

.festival-info .audio-list .controls a {
    display: block;
}

.festival-info .audio-list .controls {
    float: left;
    background-color: #d3d3d3;
    margin-right: 20px;
    width: 40px;
    height: 40px;
    line-height: 48px;
    text-align: center;
    display: block;
}

.festival-info .jp-play {
    background-image: none;
    margin: 0 6px;
}

.audio-list .controls:hover {
    background-color: #ed145b;
}

.audio-list .controls i {
    color: #fff;
    font-size: 24px;
}

.audio-list .audio-info h5 {
    font-size: 14px;
    color: #000;
    display: inline-block;
    float: left;
    margin-top: 10px;
}

/* Artists Section */

.artists {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.artists img,
.artist-image img {
    width: 100%;
}

.artists-section .section-title {
    margin-bottom: 50px;
}

.artists-overlay {
    position: absolute;
    top: -100%;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(237, 20, 91, 0.7);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.artists:hover .artists-overlay {
    top: 0;
}

.artists-info {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    text-transform: uppercase;
    padding: 25px;
}

.artists-info li a {
    color: #fff;
    font-size: 14px;
}

.artists-info li a:hover {
    color: #000;
}

.artists-info a {
    color: #fff;
    font-size: 34px;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 14px;
    display: block;
    font-family: 'aller_displayregular';
}

.artists-info h6 {
    font-family: 'allerbold';
    letter-spacing: 8px;
    margin-bottom: 5px;
}

.artists-section .btn.btn-primary {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 25px;
}

.ferformers .pagination {
    padding-top: 40px;
}

/* Gallery Sction */

.gallery-section {
    background-image: url(../img/bg_galeri.jpg);
    background-color: #e7eced;
    padding-bottom: 100px;
}

.video-content {
    position: relative;
    max-width: 100%;
    width: 912px;
    margin: 0px auto;
}

.video-overlay {
    position: absolute;
    padding: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(237, 20, 91, 0.7);
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.video-content:hover .video-overlay {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.video-content .video {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -33px;
}

.video-content .video.video-icons {
    margin-top: -60px;
    margin-left: -63px;
}

.video-content .video a {
    font-size: 66px;
    color: #fff;
}

.video-content .video a:hover {
    color: #ed145b;
}

.gallery-section .section-title {
    margin-bottom: 40px;
    padding-top: 55px;
    text-align: left;
}

.gallery-section .nav-tabs {
    background-color: #fff;
    border-bottom: 0;
    padding: 25px 15px;
    margin-bottom: 25px;
}

.gallery-section .nav-tabs a h5 {
    font-size: 14px;
    line-height: 18px;
    margin-top: 15px;
}

.gallery-section .nav-tabs>li {
    width: 25%;
}

.gallery-section .nav-tabs>li>a {
    margin-right: 0;
    border: 0;
}

.gallery-section .nav>li>a {
    padding: 0 10px;
    color: #000;
    display: block;
}

.gallery-section .nav-tabs li span {
    display: block;
}

.gallery-section .nav>li>a:focus,
.gallery-section .nav>li>a:hover,
.gallery-section .nav-tabs>li.active>a,
.gallery-section .nav-tabs>li.active>a:focus,
.gallery-section .nav-tabs>li.active>a:hover {
    border: 0;
    background-color: transparent;
}

.gallery-section .gallery-image {
    position: relative;
    max-width: 110px;
    max-height: 110px;
    overflow: hidden;
}

.nav-tabs>li .image-overlay {
    opacity: 0;
}

.nav-tabs>li a.active .image-overlay,
.gallery-image:hover .image-overlay,
.nav-tabs>li a.active>:focus .image-overlay {
    background-color: rgba(237, 20, 91, 0.7);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.image-overlay img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -18px;
    margin-left: -18px;
}

.gallery-section .gallery-image i {
    font-size: 30px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -13px;
    margin-top: -16px;
}

.festival-info {
    background-color: #f7f7f7;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}

.festival-info:last-child {
    margin-bottom: 25px;
}

.festival-image {
    float: left;
    max-width: 115px;
    max-height: 110px;
    margin-right: 25px;
    position: relative;
    overflow: hidden;
}

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(237, 20, 91, 0.7);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.festival-info:hover .image-overlay {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.festival-info .time {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -48px;
    text-align: center;
    color: #fff;
    font-size: 38px;
    font-family: 'aller_lightregular';
}

.festival-info .time span {
    font-size: 16px;
    letter-spacing: 8px;
    font-family: 'allerbold';
    display: block;
}

.festival-info h2,.festival-info h2 a {
    color: #000;
    font-family: 'allerbold';
    margin-top: 20px;
    font-size: 20px;
}

.festival-info:hover h2,.festival-info:hover h2 a {
    color: #ed145b;
}

.festival-info h5 {
    display: block;
    font-size: 14px;
    margin: 30px 10px;
    padding-right: 15px;
}

.festival-info .text-left h5 {
    display: inline;
    font-size: 14px;
    margin-top: 10px;
    margin-left: 0px;
    padding-right: 15px;
}

.festival-info .text-right {
    padding-right: 60px;
    padding-top: 50px;
}

.gallery-section.artist-hive {
    padding-bottom: 75px;
}

.photo-galery .photo {
    max-width: 270px;
    max-height: 245px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}

.photo-galery .photo .photo-overlay {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(237, 20, 91, 0.6);
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.photo-galery .photo .showcase-icons {
    position: absolute;
    top: -100%;
    left: 0;
    margin-top: -45px;
}

.photo-galery .photo:hover .photo-overlay {
    top: 0;
}

.photo-galery .photo:hover .showcase-icons {
    top: 50%;
}

.photo-galery .photo .showcase-icons i {
    color: #fff;
    font-size: 66px;
}

/* Gallery Hive */

.gallery-hive {
    padding-top: 80px;
    padding-bottom: 35px;
}

.gallery-item {
    position: relative;
    margin-bottom: 40px;
    max-height: 590px;
    overflow: hidden;
}

.gallery-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 50px;
}

.gallery-info .title i {
    font-size: 72px;
    color: #fff;
    display: block;
}

.gallery-info .title a {
    font-size: 34px;
    text-transform: uppercase;
    font-family: 'aller_displayregular';
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
}

.gallery-info a i {
    margin-right: 10px;
}

.gallery-info a,
.gallery-info a i {
    font-size: 16px;
    color: #fff;
}

.gallery-info a span {
    text-transform: uppercase;
}

.gallery-item:hover .gallery-info {
    background: transparent;
}

.gallery-overlay {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(237, 20, 91, 0.7);
}

.gallery-item:hover .gallery-overlay {
    top: 0;
}

.gallery-item:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.06) 12%, rgba(0, 0, 0, 0.15) 25%, rgba(0, 0, 0, 0.64) 78%, rgba(0, 0, 0, 0.73) 93%, rgba(0, 0, 0, 0.75) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.06) 12%, rgba(0, 0, 0, 0.15) 25%, rgba(0, 0, 0, 0.64) 78%, rgba(0, 0, 0, 0.73) 93%, rgba(0, 0, 0, 0.75) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.06) 12%, rgba(0, 0, 0, 0.15) 25%, rgba(0, 0, 0, 0.64) 78%, rgba(0, 0, 0, 0.73) 93%, rgba(0, 0, 0, 0.75) 100%);
}

/* Clients Section */

.clients-section {
    text-align: center;
}

.clients-section .section-title {
    padding-top: 5px;
    margin-bottom: 50px;
}

.clients-section .client {
    margin: 10px 40px 0;
}

.clients-section .client li {
    margin-left: 20px;
    margin-right: 20px;
}

.client img {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
    opacity: .6;
}

.client img:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
    opacity: 1;
}

/* Shop Section */

.shop-section {
    text-align: center;
    background-image: url(../images/bg/3.jpg);
    background-color: #e7eced;
}

.shop-section .section-title {
    margin-bottom: 45px;
    padding-top: 55px;
}

.shop-section .products {
    margin-bottom: 10px;
    min-height: 455px;
    padding-top: 30px;
    text-align: center;
}

.shop-section .products img {
    display: inline-block;
}

.products h5 {
    font-family: 'allerbold';
    margin-top: 5px;
}

.products a {
    font-size: 24px;
    color: #000;
    font-family: 'allerbold';
    display: block;
}

.products:hover a {
    color: #ed145b;
}

.shop-section .products i,
.products:hover i {
    color: #ed145b;
}

.products i {
    font-size: 24px;
    color: #d9d9d9;
    margin-top: 5px;
    margin-bottom: 20px;
}

/* Products Section */

.products-section {
    padding-top: 40px;
}

.products-section .products {
    min-height: 455px;
    padding-top: 30px;
    margin-bottom: 25px;
}

.products img {
    display: inline-block;
}

.products-section .pagination {
    margin-top: 20px;
    margin-bottom: 65px;
}

.products-section .products:hover {
    background-color: #f0f3f5;
}

.shop-section .products:hover {
    background-color: #fff;
}

/* Products Details */

.products-slider .owl-prev,
.products-slider .owl-next {
    position: absolute;
    top: 50%;
}

.products-slider .owl-prev {
    left: 0;
}

.products-slider .owl-next {
    right: 0;
}

.products-slider .owl-nav i {
    font-size: 64px;
    color: #d1d1d1;
}

.products-slider .owl-nav i:hover {
    color: #ed145b;
}

.products-details h1 {
    color: #757575;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 30px;
}

.products-details h1 span {
    color: #39b54a;
}

.products-details h2 {
    font-size: 36px;
    font-family: 'allerbold';
    margin-top: 0;
}

.products-details h3 {
    font-size: 24px;
    font-family: 'allerbold';
    margin-top: 0;
}

.products-details .color {
    margin-top: 45px;
    margin-bottom: 30px;
}

.products-details .color h3 {
    margin-right: 45px;
    display: inline-block;
}

.products-details input[type="radio"]+label {
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.products-details input[type="radio"] {
    display: none;
}

.products-details input[type="radio"]+label:before {
    border: 5px solid transparent;
}

.products-details input[type="radio"]:checked+label:before {
    border: 5px solid #e5e5e5;
}

.products-details input[type="radio"]+label:before,
.products-details input[type="radio"]+label:after {
    position: absolute;
    top: 2px;
    left: 0;
    content: "";
    width: 23px;
    height: 23px;
    border-radius: 50%;
    display: inline-block;
}

.products-details input[type="radio"]+label:after {
    left: 4px;
    top: 6px;
    width: 15px;
    height: 15px;
    background-color: #757575;
}

.products-details input[type="radio"]:checked+label:after {
    background-color: #757575;
}

.products-details input[type="radio"]#color2+label:after {
    background-color: #0072bc;
}

.products-details input[type="radio"]#color3+label:after {
    background-color: #f26d7d;
}

.products-details input[type="radio"]#color4+label:after {
    background-color: #62a35d;
}

.products-details input[type="radio"]#color5+label:after {
    background-color: #f26522;
}

.products-content {
    margin-top: 40px;
    margin-bottom: 55px;
}

.products-details .share h3,
.products-details .cart h3 {
    font-size: 14px;
}

.products-details .cart h3 {
    float: left;
    margin-right: 40px;
    padding-top: 5px;
}

.quantity .input-text {
    border: 1px solid #d6d6d6;
    padding: 6px 15px;
    max-width: 70px;
}

.quantity {
    position: relative;
    z-index: 1;
    max-width: 175px;
}

.quantity:before {
    position: absolute;
    content: "";
    top: 0;
    right: 35px;
    width: 1px;
    height: 100%;
    background-color: #d6d6d6;
}

.quantity .btn.btn-default {
    position: absolute;
    right: 15px;
    bottom: 17px;
    background-color: transparent;
}

.quantity i.fa-angle-down {
    position: absolute;
    right: 0;
}

.quantity .btn.btn-default i {
    color: #454545;
    font-size: 14px;
}

.quantity .btn.btn-default:focus,
.quantity input:focus {
    outline: none;
    background-color: transparent;
}

.add-buttons {
    margin-top: 45px;
    margin-bottom: 35px;
}

.cart-button {
    margin-right: 15px;
}

.add-buttons .button {
    text-transform: uppercase;
    font-family: 'allerbold';
    border: 1px solid #ed145b;
    padding: 0 30px;
    padding-top: 10px;
    padding-bottom: 13px;
    padding-left: 55px;
    background-color: #ed145b;
    color: #fff;
    border-radius: 4px;
    position: relative;
}

.add-buttons i {
    margin-left: 0;
    margin-right: 10px;
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -12px;
}

.add-buttons .wishlist-button {
    background-color: #8dc63f;
    border: 1px solid #8dc63f;
}

.wishlist-button:hover {
    background-color: transparent;
    color: #8dc63f;
}

.cart-button:hover {
    background-color: transparent;
    color: #ed145b;
}

.products-details .share {
    color: #787878;
}

.related-products .product-content {
    margin-top: 40px;
    padding-bottom: 15px;
}

.related-products .products {
    padding: 15px 0;
}

.related-products .products:hover {
    background-color: #fafafa;
}

.related-products h1 {
    font-size: 28px;
    color: #ed145b;
    text-transform: uppercase;
    font-family: 'aller_displayregular';
    margin-bottom: 45px;
}

.related-products i {
    color: #d9d9d9;
}

.related-products .products:hover i {
    color: #ed145b;
}

/* Products Description */

.products-description {
    font-size: 14px;
    line-height: 26px;
    color: #888;
    background-color: #fafafa;
}

.products-description .description-content {
    padding-top: 5px;
    padding-bottom: 30px;
}

.products-description h5 {
    font-size: 16px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
    color: #000;
}

.products-description .short-info p {
    margin-bottom: 20px;
}

.products-description .nav-tabs {
    border-bottom: 0;
}

.products-description .nav-tabs li {
    margin-bottom: 25px;
}

.products-description .nav-tabs li+li {
    border-left: 2px solid #aeaeae;
    margin-left: 25px;
    padding-left: 25px;
}

.products-description .nav-tabs>li>a {
    border: 0;
    color: #888;
    padding: 0;
    font-size: 16px;
    line-height: 15px;
    display: block;
}

.products-description .nav-tabs>li>a.active,
.products-description .nav-tabs>li>a.active:focus,
.products-description .nav-tabs>li>a.active:hover,
.products-description .nav-tabs>li>a:hover {
    border: 0;
    background-color: transparent;
    color: #ed145b;
}

.product-menu {
    float: left;
}

.product-menu.sub {
    margin-left: 130px;
}

.products-description.before-after:before,
.products-description.before-after:after {
    border-bottom: 30px solid #fafafa;
}

.rating-bar {
    margin-bottom: 60px;
    max-width: 335px;
}

.rating-number span {
    display: block;
    font-size: 30px;
    font-family: 'allerbold';
}

.skill-progress {
    position: relative;
    min-height: 30px;
}

.progress {
    height: 12px;
    background-color: #f3f3f3;
    border-radius: 4px;
    box-shadow: none;
    width: 60%;
    position: relative;
    display: inline-block;
    margin-top: 10px;
    margin-left: 40px;
    margin-bottom: 0;
}

.rating-count {
    position: absolute;
    top: 0;
    right: 0;
}

.progress-bar {
    background-color: #d8d8d8;
    box-shadow: none;
}

.progress-bar {
    -webkit-transition: width 2s ease-in-out;
    -moz-transition: width 2s ease-in-out;
    -ms-transition: width 2s ease-in-out;
    -o-transition: width 2s ease-in-out;
    transition: width 2s ease-in-out;
    border-radius: 4px;
}

.star-rating {
    margin-right: 20px;
    color: #fed700;
    margin-top: 15px;
}

.star-rating li {
    float: left;
}

.product-reviews .comment {
    margin-top: 30px;
    border-bottom: 1px solid #888;
}

.product-reviews .comment:last-child {
    border-bottom: 0;
}

.product-reviews .description {
    margin-bottom: 30px;
}

.comment-info .author {
    font-family: 'allerbold';
    float: left;
    margin-right: 20px;
}

.form-group.review {
    padding-top: 80px;
}

.product-reviews .comment-info {
    overflow: hidden;
}

.comment-info .time {
    float: right;
    text-transform: capitalize;
}

.comment-info .star-rating {
    margin-top: 4px;
}

.form-group.review label {
    font-size: 14px;
}

.rating-star {
    position: absolute;
    top: 50px;
}

.rating-star h6 {
    font-size: 14px;
    line-height: 0;
}

.rating>input {
    display: none;
}

.rating>label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rating>.half:before {
    content: "\f089";
    position: absolute;
}

.rating>label {
    color: #ddd;
    float: right;
}

.rating>input:checked~label,
.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
    color: #fed700;
}

.rating>input:checked+label:hover,
.rating>input:checked~label:hover,
.rating>label:hover~input:checked~label,
.rating>input:checked~label:hover~label {
    color: #fed700;
}

.contact-form .btn.btn-primary {
    padding-right: 35px;
}

/* Blog Section */

.blog-section .section-title {
    padding-top: 30px;
}

.entry-post {
    position: relative;
    margin-bottom: 25px;
    overflow: hidden;
}

.post-content {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 45px;
    padding-bottom: 50px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-family: 'aller_lightregular';
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.07) 11%, rgba(0, 0, 0, 0.19) 24%, rgba(0, 0, 0, 0.69) 64%, rgba(0, 0, 0, 0.85) 79%, rgba(0, 0, 0, 0.97) 93%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.07) 11%, rgba(0, 0, 0, 0.19) 24%, rgba(0, 0, 0, 0.69) 64%, rgba(0, 0, 0, 0.85) 79%, rgba(0, 0, 0, 0.97) 93%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.07) 11%, rgba(0, 0, 0, 0.19) 24%, rgba(0, 0, 0, 0.69) 64%, rgba(0, 0, 0, 0.85) 79%, rgba(0, 0, 0, 0.97) 93%, rgba(0, 0, 0, 1) 100%);
}

.entry-post:hover .post-content {
    padding-top: 50%;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.20) 18%, rgba(0, 0, 0, 0.42) 36%, rgba(0, 0, 0, 0.85) 70%, rgba(0, 0, 0, 0.95) 87%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.20) 18%, rgba(0, 0, 0, 0.42) 36%, rgba(0, 0, 0, 0.85) 70%, rgba(0, 0, 0, 0.95) 87%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.20) 18%, rgba(0, 0, 0, 0.42) 36%, rgba(0, 0, 0, 0.85) 70%, rgba(0, 0, 0, 0.95) 87%, rgba(0, 0, 0, 1) 100%);
}

.post-content .time {
    width: 65px;
    height: 65px;
    text-align: center;
    background-color: #ed145b;
}

.post-content .time a {
    font-size: 34px;
    color: #fff;
    display: block;
    padding: 15px;
    line-height: 18px;
    text-transform: uppercase;
    font-family: 'aller_displayregular';
}

.post-content .time a span {
    font-size: 14px;
    font-family: 'allerbold';
    letter-spacing: 5px;
}

.entry-title {
    margin: 20px 0;
}

.entry-title h1,
.entry-title a {
    font-size: 34px;
    line-height: 34px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'aller_displayregular';
}

.entry-title a:hover {
    color: #ed145b;
}

.post-icons {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: rgba(237, 20, 91, 0.5);
}

.post-icons:hover {
    background-color: #ed145b;
}

.post-icons a {
    color: #fff;
    font-size: 18px;
    display: block;
}

/* Blog Details */

.blog-details .entry-post {
    max-width: inherit;
    max-height: 600px;
}

.blog-section.blog {
    padding-top: 80px;
}

.blog-section.blog .entry-post {
    margin-bottom: 30px;
}

.blog-section.blog .pagination {
    margin-top: 50px;
}

.entry-post .entry-meta a {
    font-size: 16px;
    color: #fff;
}

.entry-post .entry-meta i {
    margin-right: 10px;
}

.entry-post .entry-meta li+li {
    margin-left: 15px;
}

.entry-post .entry-meta li:first-child {
    text-transform: uppercase;
}

.entry-post .entry-meta a:hover {
    color: #ed145b;
}

.blog-details .entry-post {
    margin-top: 80px;
}

.blog-details .entry-title {
    margin-top: 15px;
    margin-bottom: 10px;
}

.blog-details .post-content {
    padding-bottom: 50px;
}

.entry-summary {
    font-size: 16px;
    line-height: 24px;
    margin-top: 55px;
    font-family: 'aller_lightregular';
    max-width: 1085px;
}

.entry-summary::first-letter {
    font-size: 46px;
    text-transform: uppercase;
}

.entry-summary p {
    margin-bottom: 25px;
}

.commenter-info {
    float: left;
    margin-right: 15px;
}

.commenter-avatar {
    width: 50px;
    height: 50px;
}

.commenter-avatar img {
    border-radius: 100%;
    overflow: hidden;
}

.comments-area .media-body {
    overflow: hidden;
}

.blog-social {
    margin-top: 45px;
    margin-bottom: 60px;
}

.media-inner,
.media-inner h4 span {
    font-size: 14px;
    line-height: 22px;
    color: #888;
}

.media-inner h4 {
    font-size: 18px;
    color: #000;
    margin-bottom: 15px;
}

.media-inner .reply {
    font-size: 14px;
    color: #ed145b;
}

.post-comment {
    max-width: 1075px;
}

.replay-box h1,
.feedback h1 {
    border-bottom: 2px solid #e6e7e8;
    padding-bottom: 10px;
    margin-bottom: 60px;
    margin-top: 5px;
    font-size: 46px;
    text-transform: uppercase;
    font-family: 'aller_displayregular';
}

.comments-area h1 {
    margin-bottom: 40px;
}

.comments-area h1 {
    color: #000;
    font-size: 46px;
    text-transform: uppercase;
    font-family: 'aller_displayregular';
}

.comments-area li {
    padding-bottom: 90px;
}

.comments-area li:last-child {
    padding-left: 180px;
}

.replay-box {
    padding-bottom: 60px;
    overflow: hidden;
}

.blog-details.bg-transparent {
    overflow: hidden;
}

/* Replay Box */

.replay-box h1,
.feedback h1 {
    color: #000;
    border-bottom: 2px solid #e6e7e8;
    padding-bottom: 10px;
    margin-bottom: 60px;
    margin-top: 5px;
    font-size: 46px;
    text-transform: uppercase;
    font-family: 'aller_displayregular';
}

.replay-box .contact-form {
    padding: 0 40px;
}

.replay-box .form-group label {
    font-size: 14px;
    color: #6e6e6e;
    text-transform: capitalize;
}

.form-control {
    border-radius: 0;
    border: 1px solid #ececec;
    height: 36px;
    margin-bottom: 25px;
    box-shadow: none;
}

.form-control:focus {
    border: 1px solid #ed145b;
}

textarea.form-control {
    min-height: 135px;
    resize: none;
}

.contact-form .btn.btn-primary {
    margin-top: 15px;
}

.contact-section.contact .contact-info {
    padding-top: 75px;
    padding-bottom: 70px;
}

.contact-section.contact .contact-info h3 {
    margin-bottom: 30px;
}

.contact-section.contact.before-after:before,
.contact-section.contact.before-after:after {
    background-image: url(../images/bg/map-bg.jpg);
    height: 30px;
    border: 0;
    top: -29px;
    background-size: cover;
}

.contact-section.contact.before-after:before {
    -moz-transform: skewX(40deg);
    -webkit-transform: skewX(40deg);
    -o-transform: skewX(40deg);
    -ms-transform: skewX(40deg);
    transform: skewX(40deg);
    left: -15px;
    background-position: left top;
}

.contact-section.contact.before-after:after {
    background-position: right top;
    -moz-transform: skewX(-40deg);
    -webkit-transform: skewX(-40deg);
    -o-transform: skewX(-40deg);
    -ms-transform: skewX(-40deg);
    transform: skewX(-40deg);
    right: -15px;
}

/* Feedback */

.feedback {
    background-color: #fafafa;
}

.feedback .feedback-content {
    padding-top: 20px;
    padding-bottom: 55px;
    overflow: hidden;
}

.contact-info li,
.contact-info li a {
    font-family: 'allerregular';
    font-size: 14px;
    margin-bottom: 10px;
    color: #444;
}

.contact-info li a:hover {
    color: #ed145b;
}

.feedback.before-after:before,
.feedback.before-after:after {
    border-bottom: 30px solid #fafafa;
}

.contact-section.contact .contact-info {
    padding-top: 75px;
    padding-bottom: 70px;
    margin-top: -187px;
}

.social.contact-social {
    position: absolute;
    top: 50%;
    left: 50%;
}

/* Promotion */

.promotion {
    text-align: center;
    background-image: url(../img/bg_foot.jpg);
    background-color: #802b43;
    background-position: center center;
}

.promotion-content {
    padding-top: 25px;
    padding-bottom: 25px;
}

.promotion.bg-transparent {
    background-image: inherit;
    background-color: rgba(0, 0, 0, 0.3);
}

.promotion h2 {
    font-size: 70px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: 'aller_displayregular';
}

.promotion .btn.btn-primary {
    background-color: #fff;
    color: #ed145b;
    border-color: #fff;
}

.promotion .btn.btn-primary i {
    color: #ed145b;
}

.promotion .btn.btn-primary:hover {
    background-color: transparent;
    color: #fff;
}

.promotion .btn.btn-primary:hover i {
    color: #fff;
}

/* Twitter Teed */

.twitter-feed {
    padding-bottom: 60px;
    text-align: center;
}

.twitter-feed .section-title {
    margin-bottom: 45px;
    padding-top: 20px;
    font-size: 46px;
    color: #00bff3;
}

.twitter-feed .section-title h1 {
    margin-top: 5px;
}

.twitter-feed .feed-content {
    max-width: 550px;
    display: inline-block;
    color: #707070;
}

.twitter-feed h4 {
    margin-top: 35px;
    font-family: 'aller_lightregular';
}

.twitter-feed a {
    color: #00bff3;
    font-family: 'allerregular';
}

.twitter-feed a:hover {
    color: #ed145b;
}

.feed-content.white-color a:hover {
    color: #000 !important;
}

/* Contact Section */

.contact-section {
    position: relative;
}

.contact-section.before:before {
    z-index: 1;
}

#gmap {
    height: 615px;
    width: 100%;
}

.contact-info {
    background-color: #fff;
    padding: 35px;
    padding-top: 55px;
    padding-bottom: 100px;
    max-width: 365px;
    position: absolute;
    top: 50%;
    right: 8%;
    margin-top: -197px;
    overflow: hidden;
}

.contact-info .time {
    width: 65px;
    height: 65px;
    text-align: center;
    background-color: #ed145b;
}

.contact-info .time h2 {
    font-size: 34px;
    line-height: 18px;
    padding: 15px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'aller_displayregular';
}

.contact-info .time h2 span {
    font-size: 14px;
    font-family: 'allerbold';
    letter-spacing: 5px;
}

.contact-info h3 {
    margin-bottom: 15px;
    margin-top: 20px;
    text-transform: uppercase;
    font-family: 'aller_displayregular';
}

.contact-info li {
    font-family: 'allerregular';
    font-size: 14px;
    margin-bottom: 10px;
}

.contact-info i {
    color: #ed145b;
    margin-right: 10px;
    font-size: 14px;
}

.contact-info .btn.btn-primary {
    margin-top: 20px;
}

/* Schedule Section */

.schedule-section {
    text-align: center;
}

.schedule-section .section-title {
    margin-bottom: 45px;
    color: #ed145e;
    padding-top: 40px;
}

.gallery-section .jp-play::after,
.gallery-section .jp-play::after,
.schedule-section .jp-play::after,
.audio-album .jp-play::after {
    display: none;
}

.schedule-section i {
    font-size: 46px;
}

.schedule-text {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    color: #707070;
    max-width: 750px;
    display: inline-block;
    margin-bottom: 30px;
    font-family: 'aller_lightregular';
}

.schedule-menu {
    margin-bottom: 30px;
    background-color: #f7f7f7;
    padding: 30px 40px;
    text-align: left;
    margin-left: 0;
}

.schedule-menu li+li {
    margin-left: 50px;
}

.schedule-menu li:nth-child(2) {
    margin-left: 70px;
    margin-right: 130px;
}

.schedule-menu li:nth-child(4) {
    margin-left: 110px;
    margin-right: 80px;
}

.schedule-menu li:nth-child(5) {
    margin-left: 85px;
}

.schedule-menu a {
    font-size: 16px;
    color: #ed145b;
    text-transform: capitalize;
    font-family: 'allerbold';
}

.schedule-section .rock-roll {
    padding-top: 35px;
    padding-right: 40px;
    padding-left: 40px;
    overflow: hidden;
}

.schedule-section .festival-image {
    margin-right: 30px;
}

/* Artist Detail */

.artist-info {
    font-size: 16px;
    line-height: 26px;
    font-family: 'aller_lightregular';
    padding-top: 55px;
}

.artist-info li a {
    font-size: 14px;
    color: #000;
}

.artist-info li a:hover {
    color: #ed145b;
}

.artist-detail h1 {
    font-size: 34px;
    text-transform: uppercase;
    font-family: 'aller_displayregular';
    max-width: 140px;
    line-height: 31px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.artist-detail h4 {
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'allerbold';
    letter-spacing: 5px;
    margin-bottom: 30px;
}

.artist-info address {
    margin-top: 25px;
}

.artist-info address .menu li {
    margin-bottom: 5px;
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
}

.artist-info address .menu {
    float: left;
    max-width: 320px;
}

.artist-info address .menu.sub {
    margin-left: 80px;
}

.artist-info address .menu span {
    font-family: 'allerregular';
    margin-right: 15px;
}

.artist-info address .menu h6,
.artist-info address .menu h5 {
    font-size: 14px;
}

.artist-info address .menu h5 {
    float: left;
    min-width: 120px;
    font-weight: 700;
}

/* Musical Awards */

.musical-awards .section-title {
    padding-bottom: 10px;
}

.musical-awards.section-padding {
    padding-top: 95px;
    padding-bottom: 0;
}

.awards-timline {
    max-width: 500px;
    display: inline-block;
}

.timeline-panel img {
    display: inline;
}

.panel-left {
    float: left;
    width: 50%;
    text-align: right;
    padding-right: 45px;
    position: relative;
}

.panel-right {
    float: right;
    width: 50%;
    text-align: left;
    padding-left: 45px;
    padding-top: 5px;
}

.awards-timline h4 {
    color: #ed145b;
    margin-bottom: 0;
    font-size: 18px;
}

.timeline-panel {
    margin-bottom: 75px;
}

.panel-left:after {
    position: absolute;
    content: "";
    top: 25px;
    right: 0;
    width: 4px;
    height: 365px;
    background-color: #ed145b;
}

.timeline-panel.timeline {
    position: relative;
}

.timeline-panel.timeline:before {
    position: absolute;
    content: "";
    top: 10px;
    right: -51px;
    width: 16px;
    height: 16px;
    background-color: #ed145b;
    border-radius: 50%;
}

/* Showcase Section */

.showcase-section {
    padding-bottom: 50px;
}

.showcase-section .section-title {
    margin-top: 20px;
    padding-bottom: 10px;
}

.showcase-section .section-title h2 {
    font-size: 34px;
    margin-top: 25px;
    margin-bottom: 10px;
}

.showcase-section .section-title li+li {
    margin-left: 20px;
}

.showcase-section .section-title i {
    font-size: 72px;
    color: #ed145b;
}

.showcase-section .section-title a,
.showcase-section .section-title a i {
    font-size: 16px;
    color: #808080;
    text-transform: lowercase;
}

.showcase-section .section-title a i {
    margin-right: 10px;
}

.showcase-section .section-title a span {
    text-transform: uppercase;
}

.showcase-section .section-title a:hover i,
.showcase-section .section-title a:hover {
    color: #ed145b;
}

.showcase {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.showcase img {
    width: 100%;
}

.showcase-overlay {
    position: absolute;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(237, 20, 91, 0.6);
}

.showcase:hover .showcase-overlay {
    top: 0;
}

.showcase-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 15px;
    padding-left: 35px;
    padding-right: 35px;
}

.showcase-icons a {
    display: block;
    font-size: 66px;
    text-align: center;
    color: #fff;
}

.showcase-icons {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 700ms;
    -moz-transition: all 700ms;
    -ms-transition: all 700ms;
    -o-transition: all 700ms;
    transition: all 700ms;
    z-index: 1;
}

.showcase:hover .showcase-icons {
    top: 50%;
    margin-top: -45px;
}

.showcase-info h3 {
    font-size: 22px;
    margin-bottom: 0;
    font-family: 'aller_displayregular';
}

.showcase-info h5 {
    font-size: 12px;
    font-family: 'allerbold';
    letter-spacing: 10px;
    margin-top: 0;
}

.showcase-section .pagination {
    padding-top: 30px;
    display: block;
}

.pagination li {
    display: inline-block;
}

.showcase-section nav {
    width: 100%;
}

/* Life Career */

.life-career,
.earnings {
    background-image: url(../images/bg/3.jpg);
    background-color: #e7eced;
}

.career-content {
    padding-top: 95px;
    padding-bottom: 55px;
}

.career-image,
.earning-image,
.discography-image,
.vocal-image {
    max-height: 375px;
    overflow: hidden;
}

.career-info,
.earning-info,
.vocal-info {
    font-size: 16px;
    line-height: 26px;
    font-family: 'aller_lightregular';
}

.career-info h1,
.discography h1,
.earning-info h1,
.vocal-info h1 {
    font-size: 26px;
    font-family: 'allerbold';
    margin-bottom: 30px;
}

.discography-content {
    padding-top: 75px;
    padding-bottom: 25px;
}

.discography-content li {
    line-height: 30px;
    font-size: 14px;
}

.vocal-content {
    padding-top: 55px;
    padding-bottom: 25px;
}

/* Discography */

.earnings-content {
    padding-top: 95px;
    padding-bottom: 55px;
}

.discography .menu {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: 'aller_lightregular';
}

.discography .menu.sub {
    margin-left: 70px;
}

/* Pagination */

.pagination li a {
    border: 0;
    font-size: 18px;
    color: #ed145b;
    background-color: #fff;
    padding: 10px 15px;
    padding-top: 6px;
    border-radius: 0;
    margin: 5px;
    display: block;
    font-family: 'allerbold';
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover,
.pagination>.active>a,
.pagination>.active>a:hover {
    background-color: #ed145b;
    color: #fff;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 0;
    color: #a4a4a4;
}

.pagination>li:first-child>a:hover,
.pagination>li:first-child>a:focus,
.pagination>li:last-child>a:focus,
.pagination>li:last-child>a:hover {
    color: #fff;
}

.bg-transparent .pagination li a {
    background-color: transparent;
}

.bg-transparent .pagination li a:hover,
.bg-transparent .pagination>li>a:focus,
.bg-transparent .pagination>.active>a {
    background-color: #ed145b;
}

/* Sponsors */

.sponsors-title {
    position: relative;
    z-index: 1;
    padding-top: 115px;
    padding-bottom: 125px;
}

.sponsors-title img {
    display: inline;
}

.sponsors-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/sponsors-overlay.png);
    z-index: -1;
    background-position: center center;
}

.become-sponsors h1,
.sponsors h1 {
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'aller_displayregular';
    margin-bottom: 25px;
    text-align: center;
}

.sponsors-section {
    background-color: #fafafa;
    padding-top: 75px;
    padding-bottom: 25px;
}

.sponsors-section h1 {
    padding-bottom: 40px;
}

.sponsors-section.before-after:before,
.sponsors-section.before-after:after {
    border-bottom: 30px solid #fafafa;
}

.sponsors-section .client li {
    margin-bottom: 35px;
}

.sponsors-section .client li+li {
    margin-left: 40px;
}

.sponsors-section .client li:nth-child(5) {
    margin-left: 0;
}

.become-sponsors {
    padding-top: 90px;
    padding-bottom: 50px;
    color: #fff;
    background-color: #ed145b;
}

.become-sponsors.before:before {
    border-top: 30px solid #fafafa;
}

.sponsors-info {
    max-width: 905px;
    display: inline-block;
}

.become-sponsors .btn.btn-primary {
    background-color: #fff;
    color: #ed145b;
    margin-top: 35px;
}

.become-sponsors .btn.btn-primary i {
    color: #ed145b;
}

.become-sponsors .btn.btn-primary:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

.become-sponsors .btn.btn-primary:hover i {
    color: #fff;
}

/*==========================================================================MULTI EVENT==========================================================================*/

.white-color,
.white-color h1,
.white-color h2,
.white-color h3,
.white-color h4,
.white-color span,
.white-color label,
.white-color a,
.white-color .section-title i {
    color: #fff !important;
}

.home-banner.banner .banner-overlay {
    background-color: rgba(237, 20, 91, 0.7);
}

.home-banner.banner .home-content h2 {
    margin-bottom: 0;
}

.home-banner.banner .home-content h3 {
    font-size: 27px;
    margin-top: 0;
    margin-bottom: 25px;
}

.home-banner.banner .social {
    margin-top: 30px;
}

.home-banner.banner #countdown {
    margin-bottom: 0;
}

.home-banner.banner .home-content {
    padding-bottom: 200px;
    padding-top: 290px;
}

.home-content .btn.btn-primary:hover {
    background-color: rgba(237, 20, 91, 0.7);
    color: #fff;
}

.home-content .btn.btn-primary:hover i {
    color: #fff;
}

.home-banner.banner .btn.btn-primary {
    background-color: #fff;
    color: #ed145b;
}

.home-banner.banner .btn.btn-primary i {
    color: #ed145b;
}

.home-banner.banner .btn.btn-primary:hover {
    background-color: #ed145b;
    color: #fff;
}

.home-banner.banner .btn.btn-primary:hover i {
    color: #fff;
}

/* Schedule Slider */

.schedule-slider {
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 40px;
    padding-bottom: 35px;
    margin-bottom: 30px;
}

.schedule-slider .schedule {
    background-color: rgba(0, 0, 0, 0.3);
    max-width: 375px;
    min-height: 110px;
    margin-left: 20px;
    margin-right: 15px;
    padding-right: 15px;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
}

.schedule-slider .time {
    float: left;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 15px;
    background-image: url(../images/bg/8.jpg);
    position: relative;
    z-index: 1;
}

.schedule-slider .time-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 0, 83, 0.5);
    z-index: -1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.schedule-slider .time:hover .time-overlay {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.schedule-slider .time h1 {
    font-size: 72px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'aller_lightregular';
    line-height: 40px;
    text-align: center;
    margin-top: 22px;
}

.schedule-slider .time h1 span {
    font-size: 16px;
    letter-spacing: 10px;
    font-family: 'allerbold';
    display: block;
}

.schedule-slider h4 {
    font-size: 18px;
    text-transform: capitalize;
    font-family: 'allerbold';
    color: #fff;
    padding-top: 30px;
}

.schedule-slider .owl-prev,
.schedule-slider .owl-next {
    color: #765c6b;
    position: absolute;
    top: 50%;
    font-size: 42px;
    margin-top: -30px;
}

.schedule-slider .owl-prev {
    left: -35px;
}

.schedule-slider .owl-next {
    right: -35px;
}

.schedule-slider .owl-prev:hover,
.schedule-slider .owl-next:hover {
    color: #fff;
}

/* Feedback */

.feedback.bg-transparent {
    background-color: rgba(0, 0, 0, 0.3);
}

.contact-content {
    position: relative;
    position: relative;
    padding-top: 85px;
    padding-bottom: 75px;
}

/* Promotion */

.promotion.bg-transparent {
    background-image: inherit;
    background-color: rgba(0, 0, 0, 0.3);
}

/* Become Sponsors */

.become-sponsors.sponsors {
    background-color: transparent;
}

/* Ucoming Events */

.ucoming-events .dropdown {
    display: inline-block;
}

.ucoming-events .dropdown li {
    margin: 0;
    width: 100%;
    padding: 2px 15px;
}

.ucoming-events .dropdown a {
    font-size: 14px;
    color: #a4a4a4;
    display: block;
    width: 90px;
}

.ucoming-events .dropdown a:hover,
.ucoming-events .dropdown-menu>li>a:focus,
.ucoming-events .dropdown-menu>li>a:hover {
    background-color: transparent;
    color: #ed145e;
}

.ucoming-events .dropdown i {
    color: #ed145b;
}

.ucoming-events .dropdown-menu {
    width: 80px;
    padding-bottom: 15px;
    padding-top: 10px;
}

.ucoming-events .schedule-menu li i {
    margin-left: 5px;
}

.ucoming-events .schedule-menu li:nth-child(2) {
    margin-left: 5px;
    margin-right: 235px;
}

.ucoming-events .schedule-menu li ul li:nth-child(2) {
    margin-left: 0;
}

.ucoming-events .festival-image {
    margin-right: 70px;
}

.ucoming-events .festival-info .time {
    width: 100%;
    margin-left: -55px;
}

.ucoming-events .festival-info .time h1 {
    font-size: 60px;
    margin-top: 5px;
}

.ucoming-events .festival-info .time h1 span {
    line-height: 0;
}

.ucoming-events .festival-info h2, .ucoming-events .festival-info h2 a {
    font-size: 24px;
}

.ucoming-events .address {
    padding-top: 40px;
}

.ucoming-events .button {
    text-align: center;
    padding-top: 30px;
}

.ucoming-events .btn.btn-primary:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.ucoming-events .btn.btn-primary:hover i {
    color: #fff;
}

.promotion.bg-transparent .promotion-content {
    padding-top: 40px;
}

/* Gallery Section */

.featured-video {
    background-image: inherit;
    background-color: transparent;
    padding-bottom: 0;
}

.right-content.bg-transparent,
.video-gallery.bg-transparent {
    position: relative;
}

.video-gallery.bg-transparent:before,
.right-content.bg-transparent:after {
    position: absolute;
    content: "";
    bottom: 0;
    width: 80px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.video-gallery.bg-transparent:before {
    left: -80px;
}

.right-content.bg-transparent:after {
    right: -80px;
}

.video-content.video-icons .jp-play.play-icon {
    width: 125px;
    height: 125px;
    margin-left: -60px !important;
    margin-top: -25px !important;
}

.featured-video .video-gallery {
    padding-right: 65px;
    max-width: 650px;
    padding-bottom: 50px;
}

.featured-video .right-content {
    padding-left: 65px;
    padding-bottom: 75px;
}

.video-content.video-icons .jp-playlist ul li a:before {
    content: "";
    background-image: url(../images/player/2.png);
    background-position: center center;
    background-repeat: no-repeat;
}

#jplayer-container .jp-playlist li {
    background-color: rgba(0, 0, 0, 0.33);
    margin-bottom: 1px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    padding-left: 25px;
    padding-right: 20px;
}

#jplayer-container .jp-playlist li:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

#jplayer-container .jp-playlist li:first-child {
    margin-top: 1px;
    padding-top: 55px;
}

#jplayer-container .jp-playlist li:nth-child(6) {
    padding-bottom: 35px;
}

#jplayer-container .jp-playlist li a {
    color: #fff;
}

#jplayer-container .jp-title span {
    margin-right: 10px;
}

#jplayer-container .time {
    right: 20px;
    position: absolute;
}

#jplayer-container .control-content {
    background-color: #fff;
    overflow: hidden;
    position: relative;
}

#jplayer-container .jp-artist {
    display: none;
}

#jplayer-container #playing {
    position: absolute;
    left: 125px;
    z-index: 1;
}

#jplayer-container #playing .artist-name {
    position: absolute;
    top: 40px;
    color: #000;
}

#jplayer-container .jp-controls {
    background-image: url(../images/player/3.jpg);
    width: 110px;
    height: 110px;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-right: 20px;
}

#jplayer-container .jp-controls:before,
.audio-album .jp-controls:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(237, 20, 91, 0.7);
    z-index: -1;
}

#jplayer-container .jp-controls:hover:before,
.audio-album .jp-controls:hover:before {
    background-color: rgba(237, 20, 91, 0.9);
}

#jplayer-container .track-name {
    color: #000;
}

#jplayer-container .jp-progress {
    background-color: #cccccc;
}

.featured-video .jp-play-bar {
    background-color: #ed145b;
}

#jplayer-container .jp-current-time {
    color: #ed145b;
    line-height: 0;
    margin-top: 75px;
}

#jplayer-container .jp-progress {
    width: 45%;
    margin: 0;
    margin-right: 20px;
}

#jplayer-container li a img {
    display: inline;
    margin-top: 26px;
    text-align: center;
}

#jplayer-container .jp-play {
    margin: 0;
    background-image: inherit;
}

.audio-content {
    max-height: 525px;
    overflow: hidden;
}

.twitter-feed.bg-transparent {
    margin-top: 30px;
}

.clients-section.clients .client img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
    opacity: 1;
}

.clients-section.clients .client img:hover {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
    opacity: .5;
}

.artist-section .artist-detail {
    margin-top: 25px;
    padding-bottom: 25px;
}

.artist-section .pagination {
    padding-top: 50px;
    margin-bottom: 0;
}

/*==========================================================================BAND==========================================================================*/

.band-banner .home-content {
    padding-top: 295px;
    padding-bottom: 220px;
}

.band-banner .home-content h1 {
    font-family: 'Cookie', cursive;
    font-size: 90px;
}

.band-banner .home-content h2 {
    font-size: 78px;
    line-height: 20px;
    margin-bottom: 40px;
}

.home-banner.band-banner .jp-play-bar {
    background-color: #ed145b;
}

/* Recent Albums */

.albums-slider.slider-band {
    background-image: url(../images/bg/10.jpg);
    background-repeat: no-repeat;
    background-position: 100px 100px;
}

.album-image {
    max-width: 270px;
    max-height: 290px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.album-overlay {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(237, 20, 91, 0.7);
    z-index: 1;
}

.album-icons {
    position: absolute;
    top: 50%;
    left: -100%;
    width: 100%;
    height: 100%;
    margin-top: -33px;
    font-size: 48px;
    color: #fff;
    z-index: 1;
    -webkit-transition: all 1000ms;
    -moz-transition: all 1000ms;
    -ms-transition: all 1000ms;
    -o-transition: all 1000ms;
    transition: all 1000ms;
}

.album-icons a {
    color: #fff;
}

.recent-albums .album-item {
    color: #000;
    margin-left: 15px;
    margin-right: 15px;
}

.album-item h2,
.cbp-item h2 {
    font-size: 12px;
    letter-spacing: 10px;
    margin-top: 15px;
    font-family: 'allerbold';
    text-transform: uppercase;
    margin-bottom: 5px;
}

.album-item h3 {
    font-size: 24px;
}

.album-item h3,
.cbp-item h3 a {
    margin-top: 0;
    font-family: 'aller_displayregular';
    text-transform: uppercase;
    color: #000;
}

.cbp-item h3 {
    margin-top: 0;
    font-size: 24px;
}

.cbp-item h3 a:hover {
    color: #ed145b;
}

.album-image:hover .album-overlay {
    left: 0;
}

.album-image:hover .album-icons {
    left: 0;
}

.albums-slider .owl-prev,
.albums-slider .owl-next {
    position: absolute;
    top: 50%;
    font-size: 64px;
    color: #d1d1d1;
    margin-top: -80px;
}

.albums-slider .owl-prev {
    left: -60px;
}

.albums-slider .owl-next {
    right: -60px;
}

.albums-slider .owl-prev:hover,
.albums-slider .owl-next:hover {
    color: #ed145b;
}

/* Shop Section */

.products.item {
    overflow: hidden;
    position: relative;
    margin-bottom: 35px;
}

.shop-section .product-content {
    padding-bottom: 10px;
}

.products.item .products-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -60px;
    margin-top: -90px;
    color: #fff;
    background-color: rgba(237, 20, 91, 0.8);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    line-height: 126px;
    text-align: center;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.products.item .products-icons i {
    color: #fff;
    font-size: 48px;
}

.products.item:hover .products-icons {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.product-thumb {
    margin-bottom: 30px;
    margin-top: 15px;
}

.promotion.contact {
    font-size: 25px;
    color: #fff;
    line-height: 32px;
    position: relative;
    background-image: url(../images/bg/11.jpg);
    z-index: 1;
}

.promotion.contact h1 {
    font-size: 48px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: 'aller_displayregular';
}

.promotion.contact a {
    color: #fff;
}

.promotion.contact a:hover {
    color: #000;
}

.promotion.contact .promotion-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(237, 20, 91, 0.7);
    z-index: -1;
}

.promotion.contact .social {
    margin-top: 30px;
}

/* Gallery Section */

.festival-schedule.live-shows .festival-info {
    margin-bottom: 27px;
}

.festival-schedule.live-shows .image-overlay {
    background-color: rgba(184, 187, 189, 0.5);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.festival-schedule.live-shows .festival-info:hover .image-overlay {
    background-color: rgba(237, 20, 91, 0.7);
}

.festival-schedule.live-shows .time h1 {
    font-size: 72px;
    line-height: 40px;
    padding-top: 5px;
    margin-top: 15px;
}

/* Artist Detail */

.artist-detail.our-band {
    padding-top: 80px;
}

.artist-detail.our-band h1 {
    max-width: 100%;
    margin-top: 5px;
}

.artist-detail.our-band h4 {
    margin-bottom: 45px;
}

.artist-detail.our-band .menu li {
    margin-bottom: 10px;
}

.band.vocalist,
.band.vocalist {
    background-image: url(../images/bg/3.jpg);
    background-color: #e7eced;
}

.vocalist-content {
    padding-top: 60px;
    padding-bottom: 25px;
}

.band.vocalist .vocalist-content,
.band.vocalist .vocalist-content {
    margin-top: 30px;
    margin-bottom: 30px;
}

.vocalist-image {
    position: relative;
    overflow: hidden;
    max-width: 575px;
    max-height: 375px;
}

.vocalist-overlya {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(237, 20, 91, 0.7);
}

.vocalist-image:hover .vocalist-overlya {
    top: 0;
}

.vocalist h1 {
    font-size: 34px;
    text-transform: uppercase;
    max-width: 150px;
    font-family: 'aller_displayregular';
    line-height: 30px;
    margin-bottom: 0;
}

.vocalist h2 {
    font-size: 12px;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-family: 'allerbold';
    margin-top: 15px;
    margin-bottom: 30px;
}

.vocalist-overlya .social {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 34px;
    margin-left: -75px;
    margin-top: -18px;
}

.vocalist-overlya .social a {
    font-size: 34px;
}

.vocalist-overlya .social a:hover {
    color: #000;
}

.vocalist p {
    margin-bottom: 20px;
}

/* Album Section */

.album-menu {
    margin-bottom: 80px;
    margin-top: 15px;
}

.album-menu .btn-default i {
    color: #000;
    font-size: 18px;
}

.album-menu li,
.album-menu .btn-default {
    color: #000;
    font-size: 18px;
    text-transform: capitalize;
    font-family: 'allerregular';
}

.album-menu .btn-default.active.focus,
.album-menu .btn-default.active:focus,
.album-menu .btn-default:hover,
.album-menu .btn-default.active:hover,
.album-menu .btn-default:active.focus,
.album-menu .btn-default:active:focus,
.album-menu .btn-default:active:hover,
.album-menu .open>.dropdown-toggle.btn-default.focus,
.album-menu .open>.dropdown-toggle.btn-default:focus,
.album-menu .open>.dropdown-toggle.btn-default:hover {
    background-color: transparent;
    color: #000;
}

.album-menu li {
    float: left;
}

.album-menu li a {
    color: #000;
    font-size: 18px;
    position: relative;
    padding: 10px;
    padding-left: 0;
}

.album-menu .dropdown-menu {
    border-radius: 0;
}

.album-menu .dropdown-menu li {
    float: none;
    padding-left: 20px;
    cursor: pointer;
    color: #000;
    margin-bottom: 5px;
    font-size: 16px;
}

.album-menu .dropdown-menu li:hover {
    color: #ed145b;
}

.album-menu .dropdown-menu li+li {
    margin-left: 0;
}

.album-menu li i {
    margin-left: 10px;
}

.album-menu li+li {
    margin-left: 30px;
}

.album-section .cbp-item {
    margin-bottom: 50px;
}

#portfolio-item {
    overflow: hidden;
}

.album-section .pagination {
    margin-top: 65px;
}

/* Audio Album */

.audio-album .album-content {
    padding-top: 20px;
}

.audio-album .left-content h1 {
    font-size: 12px;
    font-family: 'allerbold';
    letter-spacing: 10px;
    text-transform: uppercase;
    margin-top: 25px;
}

.audio-album .left-content h2 {
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'aller_displayregular';
    margin-top: 0;
}

.audio-album .left-content h3 {
    font-size: 16px;
    color: #757575;
    margin-top: 15px;
}

.audio-album .left-content h3 span {
    color: #39b54a;
}

.audio-album .left-content h4 {
    font-size: 24px;
    font-family: 'allerbold';
    margin-bottom: 30px;
}

.audio-album .quantity {
    max-width: 265px;
}

.audio-album .quantity h3 {
    float: left;
    margin-right: 30px;
    line-height: 0;
    color: #000;
}

.audio-album .quantity .input-text {
    max-width: 160px;
}

.audio-album .quantity:before {
    right: 40px;
}

.audio-album .button {
    margin-bottom: 15px;
    text-align: left;
    font-size: 14px;
}

.audio-album .add-buttons {
    margin-top: 35px;
}

.audio-album .jp-interface {
    background-color: #f4f4f4;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 30px;
}

.audio-album #playing {
    position: absolute;
    top: -5px;
    left: 143px;
    z-index: 1;
}

.audio-album .jp-progress {
    width: 72%;
    background-color: #c3c3c3;
    margin-top: 70px;
    margin-left: 0;
    margin-right: 30px;
}

.audio-album .jp-play {
    margin: 0;
    background-image: inherit;
}

.audio-album .jp-controls {
    background-image: url(../images/album/1.jpg);
    background-size: contain;
    width: 110px;
    height: 110px;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-right: 20px;
}

.audio-album li a img {
    display: inline;
    margin-top: 27px;
    text-align: center;
}

.audio-album .track-name {
    font-size: 20px;
}

.audio-album .jp-current-time {
    padding-top: 60px;
    color: #ed145b;
    font-family: 'allerbold';
}

.audio-album .artist-name {
    position: absolute;
    top: 45px;
}

.audio-album .jp-playlist li {
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.audio-album .jp-playlist li a {
    color: #000;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
    font-size: 16px;
}

.audio-album .jp-playlist li:last-child {
    border-bottom: 0;
}

.audio-album .jp-artist {
    display: none;
}

.audio-album .info-wrapper .time {
    position: absolute;
    right: 40px;
}

.audio-album .jp-title span {
    margin-right: 15px;
}

.audio-album .jp-playlist li.jp-playlist-current a,
.audio-album .jp-playlist li a:hover {
    color: #ed145b;
}

.audio-album .info-wrapper .time:before {
    position: absolute;
    right: 80px;
    top: 0;
    content: "\f08a";
    font-family: fontawesome;
    font-size: 16px;
    color: #c3c3c3;
}

.audio-album .jp-playlist li a:hover .time:before,
.audio-album .jp-playlist li.jp-playlist-current a .time:before {
    position: absolute;
    content: "\f004";
    font-family: fontawesome;
    color: #ed145b;
}

.audio-album .jp-play-bar {
    background-color: #ed145b;
}

/* Related Album */

.related-album {
    padding-top: 20px;
    padding-bottom: 60px;
}

.related-album h1 {
    font-size: 34px;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-family: 'aller_displayregular';
}

/* BIOGRAPHY */

.home-banner.biography .home-content {
    padding-top: 315px;
    padding-bottom: 220px;
}

.home-banner.biography .home-content h1 {
    font-size: 60px;
    font-family: 'Cookie', cursive;
    color: #ed145b;
}

.home-banner.biography .home-content h2 {
    font-size: 78px;
    line-height: 36px;
    margin-bottom: 30px;
}

.home-banner.biography .jp-play-bar {
    background-color: #ed145b;
}

.about.about-biography .about-info h3 {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.about.about-biography .about-info h4 {
    font-size: 16px;
    border-bottom: 1px solid #f0f1f2;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.about.about-biography .social {
    margin-top: 30px;
}

.about.about-biography .social a i {
    font-size: 24px;
}

.about.about-biography .social .fa-facebook {
    color: #0072bc;
}

.about.about-biography .social .fa-twitter {
    color: #00aeef;
}

.about.about-biography .social .fa-google-plus {
    color: #ed1c24;
}

.about.about-biography .social .fa-soundcloud {
    color: #f26522;
}

.about.about-biography .social .fa-instagram {
    color: #8dc63f;
}

.about.about-biography .social .fa-rss {
    color: #ffd200;
}

.about.about-biography .social i:hover {
    color: #ed145b;
}

/* Biography Section */

.biography-section {
    color: #000;
    font-size: 16px;
    line-height: 26px;
}

.biography-content {
    padding-top: 20px;
    padding-bottom: 25px;
}

.biography-image {
    max-height: 530px;
    overflow: hidden;
}

.biography-section .social a {
    color: #000;
}

.biography-section .social a:hover {
    color: #ed145b;
}

.biography-info {
    padding-top: 55px;
}

.biography-info h1 {
    text-transform: uppercase;
    font-size: 34px;
    font-family: 'aller_displayregular';
    margin: 0;
}

.biography-info h4 {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 10px;
    font-family: 'allerbold';
    margin-bottom: 45px;
}

.signature {
    margin-top: 40px;
}

.signature h1,
.signature h2 {
    font-family: 'Allura', cursive;
    color: #000;
}

.signature h1 {
    font-size: 40px;
    margin-bottom: 0;
    line-height: 40px;
}

.signature h2 {
    margin: 0;
    font-size: 20px;
}

.life-career .menu span {
    font-family: 'allerbold';
    margin-right: 10px;
}

.video-gallery .before-none .jp-playlist ul li a:before {
    content: "";
}

/* Tyopography Section */

.tyopography-section {
    padding-top: 200px;
}

.tyopography-section h1 {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 30px;
    font-family: 'allerbold';
}

.tyopography-section .nav-tabs>li {
    float: none;
}

.buttons .btn.btn-primary {
    margin-bottom: 20px;
    font-size: 22px;
    padding-right: 35px;
    margin-right: 30px;
}

.buttons .btn.btn-primary i {
    position: inherit;
    right: 0;
    top: 0;
    margin-left: 10px;
}

.full-rounded-buttons .btn.btn-primary {
    border-radius: 50px;
}

.buttons-normal .btn.btn-primary {
    border-radius: 0;
}

.buttons .btn.btn-primary.medium {
    font-size: 18px;
}

.buttons .btn.btn-primary.small {
    font-size: 14px;
}

.tyopography-section .button .btn.btn-primary {
    width: 100%;
    margin-top: 30px;
}

.transparent-buttons .btn.btn-primary {
    background-color: #fff;
    color: #ed145e;
}

.transparent-buttons .btn.btn-primary:hover {
    background-color: #ed145e;
    color: #fff;
}

.tyopography-section .clients h1,
.tyopography-section .albums h1 {
    font-size: 30px;
    font-family: 'aller_displayregular';
}

.tyopography-section .clients {
    margin-top: 50px;
    margin-bottom: 50px;
}

.tyopography-section .albums {
    padding-bottom: 100px;
}

.tyopography-section .album-image {
    max-width: 220px;
    max-height: 225px;
}

.tyopography-section .albums-slider .owl-prev,
.tyopography-section .albums-slider .owl-next {
    opacity: 0;
}

.tyopography-section .albums-slider:hover .owl-prev,
.tyopography-section .albums-slider:hover .owl-next {
    opacity: 1;
}

.tyopography-section .nav-tabs {
    border: 0;
}

.tyopography-section .nav-tabs>li>a {
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-family: 'allerbold';
    color: #000;
}

.tyopography-section .nav-tabs>li>a:hover,
.tyopography-section .nav-tabs>li.active>a,
.tyopography-section .nav-tabs>li.active>a:focus,
.tyopography-section .nav-tabs>li.active>a:hover {
    color: #ed145b;
    background-color: #fff;
    border: 0;
    border-bottom-color: transparent;
}

.tyopography-section .showcase {
    max-height: 200px;
}

.tyopography-section .pagination-1 li a {
    border-radius: 50px;
    padding-top: 5px;
}

.tyopography-section .pagination-2 li a {
    border: 1px solid #ed145b;
}

.tyopography-section .pagination-3 li a {
    border: 1px solid #ed145b;
    background-color: #ed145b;
    color: #fff;
}

.tyopography-section .pagination-3 li.active a,
.tyopography-section .pagination-3 li a:hover {
    background-color: transparent;
    color: #ed145b;
}

/*==========================================================================Footer Top==========================================================================*/

.footer-top {
    padding-top: 70px;
    padding-bottom: 15px;
}

.footer-widget {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
    overflow: hidden;
}

.footer-widget h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'allerbold';
    margin-bottom: 35px;
}

.footer-logo {
    margin-bottom: 20px;
    margin-top: 10px;
}

.recent-post {
    margin-bottom: 20px;
    overflow: hidden;
}

.recent-post a {
    color: #fff;
    font-size: 15px;
}

.recent-image {
    float: left;
    margin-right: 25px;
    max-width: 55px;
    max-height: 55px;
}

.photos-filckr li {
    float: left;
    margin-bottom: 15px;
    width: 30.9%;
}

.recent-image:hover img,
.photos-filckr li:hover img {
    opacity: .5;
}

.photos-filckr li+li {
    margin-left: 9px;
}

.photos-filckr li:nth-child(4) {
    margin-left: 0;
}

.footer-widget .contact {
    font-size: 14px;
}

.footer-widget .contact li {
    margin-bottom: 10px;
}

.footer-widget .contact i {
    margin-right: 10px;
}

.footer-widget .contact a {
    color: #fff;
}

.footer-widget a:hover {
    color: #000;
}

/*==========================================================================Footer==========================================================================*/

.footer {
    padding-top: 20px;
    padding-bottom: 10px;
}

.copyright {
    font-size: 14px;
    text-transform: uppercase;
    float: left;
}

.copyright a {
    color: #ed145b;
    font-family: 'allerbold';
}

.footer-memu {
    float: right;
}

.footer-memu li {
    float: left;
}

.footer-memu li+li {
    margin-left: 30px;
}

.footer-memu li a {
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    line-height: 30px;
}

.footer-memu li a:hover {
    color: #ed145b;
}

/*==========================================================================Extra Css==========================================================================*/

a,
button,
.artists-overlay,
.post-icons,
.image-overlay,
.clients li,
.post-content,
.festival-info h2,
.showcase-overlay,
.products,
.products i,
.gallery-overlay,
.time-overlay,
.owl-prev,
.owl-next,
.album-overlay,
.products-icons,
.btn.btn-default i,
.btn.btn-primary i,
.controls,
.showcase-section i,
.vocalist-overlya,
.time:before,
.client img,
.video-overlay,
.owl-nav i,
.jp-controls:before,
.jp-playlist li,
.photos-filckr li:hover:before,
.recent-image img,
.photos-filckr li img {
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

@font-face {
    font-family: 'allerregular';
    src: url('../fonts/aller.regular-webfont.woff2') format('woff2'), url('../fonts/aller.regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'aller_lightregular';
    src: url('../fonts/aller_lt-webfont.woff2') format('woff2'), url('../fonts/aller_lt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'allerbold';
    src: url('../fonts/aller_bd-webfont.woff2') format('woff2'), url('../fonts/aller_bd-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'aller_displayregular';
    src: url('../fonts/allerdisplay-webfont.woff2') format('woff2'), url('../fonts/allerdisplay-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

video {
    background-color: #333;
}

/*Magnific-popup overwrite CSS*/

.mfp-figure {
    background-color: #fff;
}

img.mfp-img {
    padding: 12px;
}

.mfp-image-holder .mfp-close {
    top: -35px;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer;
}

.mfp-counter {
    right: 50%;
    color: #fff;
    top: 50px;
    margin-right: -20px;
}

ul.list-inline li {
    display: inline-block;
    margin-right: 10px;
}

ul.list-inline li:last-child {
    margin-right: 0;
}

.footer-content {
    overflow: hidden;
}

.photos-filckr li a {
    display: block;
}

.festival-image .time h1 {
    margin-top: 15px;
    font-size: 36px;
}

.row>nav {
    width: 100%;
}

.album-section .dropdown-toggle::after {
    display: none;
}

.navbar-toggler {
    position: absolute;
    top: 18px;
    right: 15px;
    color: #ed145b;
    padding: 5px 8px;
    border: 1px solid #ed145b;
}

.player {
    color: #fff;
    margin: 0px auto;
}

.layar {
    width: 100%;
    height: 92%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    display: flex
}

.player .layar .part-team {
    padding: 30px 30px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 90%;
    font-size: 35px;
    font-weight: 900
}

.playPrimary img {
    transition: transform .2s;
    z-index: 2;
    position: relative
}

.playPrimary img:hover {
    transform: scale(1.2)
}

.playPrimary {
    margin: auto
}

.loading2play {
    width: 100%;
    height: 100%;
    display: flex;
    background-color: rgba(0, 0, 0, .5)
}

.loading {
    margin: auto;
    background-image: url('../img/preloader.gif');
    background-size: 100%;
    background-repeat: no-repeat;
    display: none
}

.control {
    height: 8%;
    padding: 0 1.6%;
    display: flex;
    box-sizing: border-box
}

.playSecondary {
    margin: auto;
    order: 1;
    flex: 1
}

.playSecondary:hover {
    color: red
}

.waktu {
    display: flex;
    font-size: small;
    order: 2;
    flex: 1
}

.live {
    margin: auto
}

.stream {
    margin: auto
}

.progressbar {
    display: flex;
    order: 3;
    flex: 18
}

.quality {
    margin: auto;
    text-align: right;
    order: 4;
    flex: 1
}

.volume {
    margin: auto;
    text-align: right;
    order: 5;
    flex: 1
}

.minmax {
    text-align: right;
    margin: auto;
    order: 6;
    flex: 1
}

@keyframes blink {
    0% {
        opacity: 0
    }
    49% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
}

blink {
    animation: blink 1s infinite
}

.psbar {
    margin: auto;
    display: flex;
    background-color: #242424;
    height: 18%;
    width: 96%;
    padding: 1px
}

.psbar span {
    margin: auto;
    display: inline-block;
    height: 100%;
    transition: width .4s ease-in-out
}

.blue span {
    background-color: #3498db
}

.orange span {
    background-color: #fecf23;
    background-image: linear-gradient(top, #fecf23, #fd9215)
}

.red span {
    background-color: red;
    background-image: linear-gradient(top, red, #fa8e8e)
}

.green span {
    background-color: #a5df41;
    background-image: linear-gradient(top, #a5df41, #4ca916)
}

.stripes span {
    background-size: 30px 30px;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .25) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .25) 50%, rgba(255, 255, 255, .25) 75%, transparent 75%, transparent);
    animation: animate-stripes 3s linear infinite
}

@keyframes animate-stripes {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: 60px 0
    }
}

.shine span {
    position: relative
}

.shine span::after {
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    border-radius: 3px;
    animation: animate-shine 2s ease-out infinite
}

@keyframes animate-shine {
    0% {
        opacity: 0;
        width: 0
    }
    50% {
        opacity: .5
    }
    100% {
        opacity: 0;
        width: 95%
    }
}

.glow span {
    box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;
    animation: animate-glow 1s ease-out infinite
}

@keyframes animate-glow {
    0% {
        box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset
    }
    50% {
        box-shadow: 0 5px 5px rgba(255, 255, 255, .3) inset, 0 -5px 5px rgba(255, 255, 255, .3) inset
    }
    100% {
        box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset
    }
}

.lengserbtn {
    background-color: #000;
    color: #fff;
    padding: 1px;
    border: none;
    transition: transform .2s;
    font-size: 12px
}

.lengserup {
    position: relative;
    display: inline-block
}

.lengserup-content {
    right: 0;
    text-align: center;
    display: none;
    position: absolute;
    bottom: 92%;
    background-color: #000;
    box-shadow: 0 8px 16px 0 rgba(255, 0, 0, .2);
    z-index: 1
}

ul.lengserup-content {
    list-style-type: none;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0px
}

.lengserup-content li {
    font-size: small;
    color: #fff;
    padding: 6px 8px;
    text-decoration: none;
    display: block;
    cursor: pointer
}

.lengserup-content li:hover {
    background-color: #242424
}

.lengserup-content li:active {
    background-color: #242424
}

.lengserup:hover .lengserup-content {
    display: block
}

.lengserup:hover .lengserbtn {
    color: red
}

.lengserbtn:hover {
    color: red;
    transform: scale(1.2)
}

@media (max-width:319.98px) {
    .player,
    .player .layar .part-team {
        width: 260px;
        height: 160px
    }
    .player .layar .part-team {
        padding: 25px 25px
    }
    .playPrimary img,
    .player .layar .part-team .logo img {
        width: 44px;
        height: 44px
    }
    .loading {
        width: 64px;
        height: 64px
    }
    .control {
        height: 20%
    }
    .layar {
        height: 80%
    }
    .live {
        width: 50px
    }
    .lengserbtn {
        font-size: 8px;
        padding: 0 1px
    }
    .player .layar .part-team {
        font-size: 25px;
        font-weight: 600
    }
}

@media only screen and (min-width:320px) and (max-width:349.98px) {
    .player,
    .player .layar .part-team {
        width: 300px;
        height: 200px
    }
    .player .layar .part-team {
        padding: 25px 25px
    }
    .playPrimary img,
    .player .layar .part-team .logo img {
        width: 44px;
        height: 44px
    }
    .loading {
        width: 64px;
        height: 64px
    }
    .control {
        height: 20%
    }
    .layar {
        height: 80%
    }
    .live {
        width: 50px
    }
    .lengserbtn {
        font-size: 8px;
        padding: 0 1px
    }
    .player .layar .part-team {
        font-size: 25px;
        font-weight: 600
    }
}

@media only screen and (min-width:350px) and (max-width:359.98px) {
    .player,
    .player .layar .part-team {
        width: 330px;
        height: 230px
    }
    .player .layar .part-team {
        padding: 25px 25px
    }
    .playPrimary img,
    .player .layar .part-team .logo img {
        width: 44px;
        height: 44px
    }
    .loading {
        width: 64px;
        height: 64px
    }
    .control {
        height: 20%
    }
    .layar {
        height: 80%
    }
    .live {
        width: 50px
    }
    .lengserbtn {
        font-size: 9px;
        padding: 0 1px
    }
    .player .layar .part-team {
        font-size: 25px;
        font-weight: 600
    }
}

@media only screen and (min-width:360px) and (max-width:479.98px) {
    .player,
    .player .layar .part-team {
        width: 360px;
        height: 252px;
        padding: 0 5px
    }
    .player .layar .part-team {
        padding: 25px 25px
    }
    .playPrimary img,
    .player .layar .part-team .logo img {
        width: 44px;
        height: 44px
    }
    .loading {
        width: 64px;
        height: 64px
    }
    .control {
        height: 10%
    }
    .layar {
        height: 90%
    }
    .live {
        width: 50px
    }
    .lengserbtn {
        font-size: 10px;
        padding: 0 1px
    }
    .player .layar .part-team {
        font-size: 25px;
        font-weight: 600
    }
}

@media only screen and (min-width:480px) and (max-width:575.98px) {
    .player,
    .player .layar .part-team {
        width: 480px;
        height: 252px
    }
    .playPrimary img {
        width: 44px;
        height: 44px
    }
    .player .layar .part-team .logo img {
        width: 60px;
        height: 60px
    }
    .loading {
        width: 64px;
        height: 64px
    }
    .control {
        height: 10%
    }
    .layar {
        height: 90%
    }
    .live {
        width: 50px
    }
    .player .layar .part-team {
        font-size: 25px;
        font-weight: 600
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .player,
    .player .layar .part-team {
        width: 560px;
        height: 320px
    }
    .player .layar .part-team .logo img {
        width: 70px;
        height: 70px
    }
    .playPrimary img {
        width: 46px;
        height: 46px
    }
    .loading {
        width: 66px;
        height: 66px
    }
    .control {
        height: 10%
    }
    .layar {
        height: 90%
    }
    .live {
        width: 50px
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .player,
    .player .layar .part-team {
        width: 660px;
        height: 380px
    }
    .player .layar .part-team .logo img {
        width: 80px;
        height: 80px
    }
    .playPrimary img {
        width: 50px;
        height: 50px
    }
    .loading {
        width: 60px;
        height: 60px
    }
    .live {
        width: 50px
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .player,
    .player .layar .part-team {
        width: 848px;
        height: 477px
    }
    .player .layar .part-team .logo img {
        width: 130px;
        height: 130px
    }
    .playPrimary img {
        width: 60px;
        height: 60px
    }
    .loading {
        width: 70px;
        height: 70px
    }
    .live {
        width: 50px
    }
}

@media (min-width:1200px) {
    .player,
    .player .layar .part-team {
        width: 912px;
        height: 513px
    }
    .player .layar .part-team .logo img {
        width: 140px;
        height: 140px
    }
    .playPrimary img {
        width: 70px;
        height: 70px
    }
    .loading {
        width: 80px;
        height: 80px
    }
}

.adskanan,
.adskiri {
    position: absolute;
    width: 160px;
    z-index: 100;
    display: none
}

.adskiri {
    top: 110px;
    left: 42%;
    margin: 0 0 0 -840px;
    position: fixed
}

.adskanan {
    top: 110px;
    right: 48%;
    margin: 0 -980px 0 0;
    position: fixed
}

#player-side-bottom {
    max-height: 250px;
    overflow: hidden;
    text-align: center
}

@media (min-width:1650px) {
    .adskanan,
    .adskiri {
        display: block
    }
}

@media (max-width:1920px) {
    .adskanan {
        right: 10px;
        margin: 0
    }
    .adskiri {
        left: 10px;
        margin: 0
    }
}

.poplayer {
    position: absolute;
    width: 100%;
    height: 100%
}

.pop-wrap {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 5
}

.pop-main {
    display: table-cell;
    vertical-align: middle
}

.pop-html {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-height: 250px;
    overflow: hidden
}

.pop-html>p {
    color: #f7f7f7;
    background: #000;
    max-width: 604px;
    margin: 0 auto
}

.pop-block {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1
}

.pop-block>iframe {
    max-height: 250px;
    overflow: hidden
}

.pop-border {
    border: 1px solid #cecece
}

.pop-bottom {
    vertical-align: bottom;
    padding-bottom: 5px
}

.pop-skip {
    width: 100%;
    position: absolute;
    z-index: 5;
    text-align: center
}

.pop-preroll-close {
    border-right: 0;
    box-sizing: content-box;
    border: none;
    outline: 0;
    color: #fff;
    background-color: #000
}

@media(max-width:575px) {
    .pop-block,
    .pop-html,
    .pop-main,
    .pop-preroll-close,
    .pop-skip,
    .pop-wrap,
    .poplayer,
    .preroll {
        display: none
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .poplayer {
        width: 560px;
        height: 320px
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .poplayer {
        width: 660px;
        height: 380px
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .poplayer {
        width: 848px;
        height: 477px
    }
}

@media (min-width:1200px) {
    .poplayer {
        width: 912px;
        height: 513px
    }
}

#music_reg .modal-dialog {
    margin-top: 15%
}

.ease {
    transition: all .3s ease-in-out
}

#music_reg .modal-body .modal-ft,
#music_reg .modal-body .modal-text {
    color: #eee;
}

#music_reg .modal-header {
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    z-index: 1;
    background-color: #ed145b;
    color: #fff
}

#music_reg .modal-body {
    padding: 0;
    overflow: hidden;
    position: relative;
    min-height: 350px;
    background: #000
}

#music_reg .modal-body .img-cover {
    background: #ed145b;
    z-index: 1
}

#music_reg .modal-body .offerlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

#music_reg .modal-body .modal-ft,
#music_reg .modal-body .modal-text {
    position: absolute;
    bottom: 90px;
    background-color: #ed145b
}

#music_reg .modal-body .modal-text {
    opacity: 1;
    left: 0
}

#music_reg .modal-body .modal-ft {
    opacity: 0;
    left: -10px
}

#music_reg .modal-body .modal-ft ul {
    list-style: none;
    margin-bottom: 0
}

#music_reg .modal-body .modal-ft ul li .icon {
    color: #fff;
    margin-right: 10px
}

#music_reg .modal-body .modal-text strong {
    color: #fff
}

#music_reg .modal-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: #ed145b
}

#music_reg .modal-content:hover .modal-body .offerlay {
    background-color: rgba(10, 11, 16, .8)
}

#music_reg .modal-content:hover .modal-body .modal-text {
    left: -10px;
    opacity: 0
}

#music_reg .modal-content:hover .modal-body .modal-ft {
    left: 0;
    opacity: 1
}

@media (min-width:992px) {
    #music_reg .modal-header {
        font-size: 20px
    }
    #music_reg .modal-body .modal-ft,
    #music_reg .modal-body .modal-text {
        font-size: 14px;
        color: #eee;
        padding: 10px 15px;
        width: 50%
    }
}

@media (max-width:991px) {
    #music_reg .modal-dialog {
        margin-top: 15%
    }
    #music_reg .modal-header {
        font-size: 16px;
        height: 18%
    }
    #music_reg .modal-body .modal-ft,
    #music_reg .modal-body .modal-text {
        font-size: 12px;
        padding: 8px 13px;
        width: 48%
    }
}

@media (max-width:767px) {
    #music_reg .modal-dialog {
        margin-top: 20%
    }
    #music_reg .modal-header {
        font-size: 14px
    }
    #music_reg .modal-body .modal-ft,
    #music_reg .modal-body .modal-text {
        font-size: 10px;
        padding: 8px 12px;
        width: 46%
    }
}

@media (max-width:575px) {
    #music_reg .modal-dialog {
        margin-top: 40%
    }
    #music_reg .modal-header {
        font-size: 14px
    }
    #music_reg .modal-body .modal-ft,
    #music_reg .modal-body .modal-text {
        font-size: 10px;
        padding: 8px 12px;
        width: 45%
    }
}

@media (max-width:480px) {
    #music_reg .modal-body .modal-ft,
    #music_reg .modal-body .modal-text {
        width: 75%;
        margin-bottom: 5px
    }
}

@media (max-width:400px) {
    #music_reg .modal-body .modal-ft,
    #music_reg .modal-body .modal-text {
        width: 75%;
        margin-bottom: 50px
    }
}

.search {
    float: right;
}

.search * {
    outline: none;
    box-sizing: border-box;
}

.search__wrapper {
    position: relative;
}

.search__field {
    width: 38px;
    height: 38px;
    color: transparent;
    font-family: Lato, sans-serif;
    font-size: 1.35em;
    padding: 0.35em 50px 0.35em 15px;
    border: 1px solid transparent;
    border-radius: 10px;
    cursor: pointer;
}

.search__field:focus {
    border-bottom-color: #ccc;
    width: 50vw;
    color: #2b2b2b;
    cursor: default;
    position: absolute;
    margin-top: 60px;
    right: 0;
    float: left;
    display: block;
}

.search__field:focus~.search__icon {
    background-color: transparent;
    color: #ed145b;
    cursor: pointer;
    pointer-events: auto;
    margin-top: 60px;
}

.search__icon {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 38px;
    height: 38px;
    font-size: 1.35em;
    text-align: center;
    border-radius: 50%;
    pointer-events: none;
    display: inline-block;
    background-color: #ed145b;
    color: #fff;
    border: none;
}

.search__field::-webkit-input-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.search__field:-moz-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.search__field::-moz-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.search__field:-ms-input-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.search__field::-webkit-input-placeholder[style*=hidden] {
    color: #83b0c1;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}

.search__field:-moz-placeholder[style*=hidden] {
    color: #83b0c1;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}

.search__field::-moz-placeholder[style*=hidden] {
    color: #83b0c1;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}

.search__field:-ms-input-placeholder[style*=hidden] {
    color: #83b0c1;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}

#navigation .btn.btn-reg,
#navigation .btn.btn-log {
    float: right;
    text-transform: uppercase;
    text-align: center;
    background-color: #ed145b;
    width: 38px;
    height: 38px;
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 1.1em;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 5px;
}
/* lg */

@media (min-width: 1400px) {
    .home-banner.banner .home-content {
        padding-bottom: 200px;
        padding-top: 250px;
    }
}

/* md */

@media (min-width: 992px) and (max-width: 1199px) {
    #navigation .navbar-brand {
        margin-right: 30px;
        padding-left: 0;
    }
    #navigation .navbar-nav>li>a {
        padding: 0 10px;
    }
    #navigation .btn.btn-primary {
        margin-right: 30px;
    }
    #navigation .form-control {
        margin-right: 30px;
    }
    #audio-player .jp-playlist .jp-playlist-item.jp-playlist-current {
        margin-left: -90px;
    }
    .home-banner .jp-progress {
        width: 60%;
    }
    .festival-image {
        margin-right: 20px;
    }
    .festival-info .text-right {
        padding-right: 30px;
        padding-top: 60px;
        overflow: hidden;
    }
    .post-content {
        padding-left: 30px;
        padding-right: 30px;
    }
    .about-info {
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .gallery-section .nav>li>a {
        padding: 0 1px;
    }
    .festival-info {
        margin-bottom: 13px;
    }
    .artists-info a {
        font-size: 26px;
        line-height: 24px;
    }
    .artist-info address .menu.sub {
        margin-left: 0;
    }
    .artist-info address .menu {
        float: none;
        min-width: 100%;
    }
    .schedule-menu li:nth-child(2) {
        margin-right: 55px;
    }
    .schedule-menu li:nth-child(4) {
        margin-left: 55px;
        margin-right: 45px;
    }
    .schedule-section .festival-image {
        margin-right: 15px;
    }
    .festival-info h2 {
        font-size: 22px;
    }
    .photos-filckr li {
        width: 47%;
    }
    .about-info {
        padding-left: 30px;
        padding-right: 0;
    }
    .schedule-slider .owl-prev {
        left: -10px;
    }
    .schedule-slider .owl-next {
        right: -10px;
    }
    #jplayer-container .jp-controls {
        width: 85px;
    }
    #jplayer-container #playing {
        left: 105px;
        line-height: 17px;
    }
    #jplayer-container #playing .artist-name {
        top: 50px;
    }
    .video-content .video.video-icons {
        margin-left: -75px;
        margin-top: -60px;
    }
    .schedule-slider h4 {
        padding-top: 20px;
    }
    .gallery-info .title a {
        font-size: 30px;
    }
    .discography .menu.sub {
        margin-left: 20px;
    }
    .photos-filckr li:nth-child(4) {
        margin-left: 10px;
    }
    .photos-filckr li:nth-child(3),
    .photos-filckr li:nth-child(5) {
        margin-left: 0;
    }
    .audio-album .quantity h3 {
        margin-right: 10px;
    }
    .audio-album .quantity .input-text {
        max-width: 135px;
    }
    .featured-video .right-content {
        padding-bottom: 25px;
        padding-left: 30px;
    }
    .jp-progress {
        margin-left: 0;
    }
    .festival-info .audio-list .controls {
        margin-right: 8px;
    }
    .products.item .products-icons {
        margin-top: -120px;
    }
    .entry-title a {
        font-size: 28px;
        line-height: 30px;
    }
    .artist-info {
        padding-top: 0;
    }
    .promotion h2 {
        font-size: 100px;
    }
}

/* sm */

@media (max-width: 991px) {
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        position: relative;
        display: block;
        padding-left: 15px;
        padding-right: 15px;
    }
    #navigation .btn.btn-primary {
        position: absolute;
        top: 7px;
        right: 70px;
        margin-top: 10px;
    }
    #navigation .btn.btn-reg {
        position: absolute;
        top: 7px;
        right: 58px;
        margin-top: 10px;
        background-color: #fff;
        color: #ed145b;
        border: solid 1px #ed145b;
    }
    #navigation .btn.btn-log {
        position: absolute;
        top: 7px;
        right: 101px;
        margin-top: 10px;
        background-color: #fff;
        color: #ed145b;
        border: solid 1px #ed145b;
    }
    .search {
        position: absolute;
        top: 7px;
        right: 145px;
        margin-top: 10px;
    }
    .search__icon {
        background-color: #fff;
        color: #ed145b;
        border: solid 1px #ed145b;
    }
    #navigation .form-control {
        position: absolute;
        top: 7px;
        right: 70px;
        margin-top: 10px;
    }
    #navigation .navbar:before {
        height: 40px;
    }
    #navigation .navbar:after {
        top: 40px;
    }
    #navigation .navbar-brand {
        margin-top: 15px;
    }
    .navbar-toggler-icon {
        width: inherit;
        height: inherit;
        line-height: inherit;
    }
    .about-info {
        margin-top: 30px;
        padding: 0;
    }
    #navigation .navbar-collapse {
        float: none;
        margin-top: 10px;
        border-top: 1px solid #ed145b;
        background-color: #fff;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #navigation .navbar-nav>li>a {
        line-height: 35px;
    }
    .equalizer {
        display: none;
    }
    ul.sub-menu {
        left: 20px;
        top: 25px;
    }
    #navigation .navbar-nav li ul.sub-menu li a {
        padding: 5px 0 5px 20px;
    }
    .logo-intro span {
        font-size: 30px;
    }
    .logo-intro img {
        width: 20%;
        margin: 0;
        margin-top: -4px;
    }
    .artist-detail-content .artist-image {
        margin-bottom: 30px;
    }
    .about-section.about .about-info {
        padding: 30px;
        margin-top: 0;
    }
    .career-image,
    .earning-image,
    .discography-image,
    .vocal-image {
        margin-bottom: 20px;
    }
    .schedule-slider h4 {
        margin-top: 0;
    }
    .clients-section .client {
        margin-left: 15px;
        margin-right: 15px;
    }
    .artist-detail .artist-image {
        margin-bottom: 20px;
    }
    .audio-album .track-name {
        font-size: 16px;
    }
    .album-item {
        margin-bottom: 20px;
    }
    .album-item h3 {
        font-size: 20px;
    }
    .related-album h1 {
        font-size: 30px;
    }
    .cbp-item h3 {
        font-size: 20px;
    }
    .album-image {
        max-width: 100%;
    }
}

/* sm */

@media (min-width: 768px) and (max-width: 991px) {
    .home-content h2 {
        font-size: 85px;
    }
    #jplayer-container .jp-progress {
        width: 35%;
    }
    #audio-player .jp-playlist .jp-playlist-item.jp-playlist-current {
        margin-left: -55px;
    }
    .home-banner .jp-progress {
        width: 43%;
    }
    .home-banner .jp-controls {
        margin-left: 35px;
    }
    .audio-list .audio-info h5 {
        max-width: 145px;
    }
    .artists {
        margin-top: 10px;
    }
    .artists-info {
        padding: 25px 10px;
    }
    .artists-info ul {
        margin-bottom: 10px;
    }
    .artists-info a {
        font-size: 25px;
        line-height: 20px;
    }
    .section-title h2 {
        font-size: 36px;
    }
    .festival-image {
        margin-right: 15px;
    }
    .festival-info .text-left {
        float: none;
    }
    .festival-info .text-right {
        text-align: left !important;
        padding: 0;
    }
    .shop-section .products {
        min-height: 345px;
    }
    .entry-title h1,
    .entry-title a {
        font-size: 24px;
        line-height: 30px;
    }
    .entry-title {
        margin-bottom: 0;
        line-height: 30px;
    }
    .promotion h2 {
        font-size: 85px;
    }
    .about-content .no-padding {
        padding-left: 15px;
        padding-right: 15px;
    }
    .gallery-section .nav-tabs {
        padding-left: 30px;
    }
    .festival-info .time {
        margin-left: -40px;
    }
    .festival-info .time h1 {
        font-size: 30px;
    }
    .product-menu.sub {
        margin-left: 0;
    }
    .product-menu {
        float: none;
    }
    .add-buttons .button {
        margin-bottom: 10px;
    }
    .artist-info address .menu.sub {
        margin-left: 0;
    }
    .artist-info address .menu {
        float: none;
        min-width: 100%;
    }
    .artist-detail h1 {
        font-size: 28px;
        line-height: 26px;
    }
    .entry-title {
        margin: 20px 0;
    }
    .entry-title h1,
    .entry-title a {
        font-size: 26px;
        line-height: 20px;
    }
    .schedule-section .festival-image {
        margin-right: 10px;
    }
    .festival-info h2 {
        font-size: 18px;
    }
    .festival-info h5 {
        display: block;
    }
    .festival-info .rock-roll {
        padding: 0;
        margin-top: 35px;
    }
    .schedule-menu li+li {
        margin: 0;
    }
    .schedule-menu li:nth-child(2) {
        margin-left: 30px;
        margin-right: 35px;
    }
    .schedule-menu li:nth-child(4) {
        margin-left: 60px;
    }
    .schedule-menu li:nth-child(5) {
        margin: 0;
    }
    .schedule-slider .owl-prev {
        left: 0;
    }
    .schedule-slider .owl-next {
        right: 0;
    }
    .photos-filckr li {
        width: 30%;
    }
    .photos-filckr li+li {
        margin-left: 15px;
    }
    .ucoming-events .festival-image {
        margin-right: 10px;
    }
    .ucoming-events .festival-info h2 {
        font-size: 20px;
        margin-top: 22px;
    }
    .ucoming-events .address {
        padding-top: 35px;
    }
    .ucoming-events .button {
        text-align: inherit;
    }
    .festival-info {
        padding-right: 20px;
    }
    .ucoming-events .btn.btn-primary {
        padding-left: 25px;
        padding-right: 50px;
    }
    .ucoming-events .schedule-menu li:nth-child(2) {
        margin-right: 80px;
    }
    .featured-video .right-content {
        padding-left: 20px;
    }
    #jplayer-container .jp-controls {
        width: 65px;
    }
    #jplayer-container #playing {
        left: 80px;
        line-height: 17px;
        padding-right: 10px;
    }
    #jplayer-container #playing .artist-name {
        display: none;
    }
    .video-content .video.video-icons {
        margin-left: -55px;
        margin-top: -50px;
    }
    .band-banner .home-content h1 {
        font-size: 65px;
    }
    .band-banner .home-content h2 {
        font-size: 60px;
        line-height: 10px;
    }
    .band-banner .home-content {
        padding-bottom: 80px;
        padding-top: 175px;
    }
    .albums-slider.slider-band {
        background-position: 0 100px;
    }
    .products.item .products-icons {
        width: 80px;
        height: 80px;
        line-height: 80px;
        margin-left: -45px;
        margin-top: -100px;
    }
    .products.item .products-icons i {
        font-size: 30px;
    }
    .about-section .about-image img {
        width: 100%;
    }
    .gallery-info .title a {
        font-size: 26px;
        line-height: 28px;
    }
    .gallery-info .title i {
        font-size: 65px;
    }
    .discography-image,
    .vocal-image {
        margin-top: 20px;
    }
    .biography-image img,
    .discography-image img,
    .earning-image img,
    .vocal-image img,
    .artist-image img,
    .career-image img {
        width: 100%;
    }
    .photos-filckr li:nth-child(4) {
        margin-left: 0;
    }
    .audio-album .jp-progress {
        width: 50%;
        margin-top: 75px;
    }
    .audio-album .quantity h3 {
        margin-right: 10px;
    }
    .audio-album .quantity .input-text {
        max-width: 135px;
    }
    .add-buttons .button {
        padding-left: 30px;
        padding-right: 10px;
        font-size: 14px;
    }
    .add-buttons i {
        left: 5px;
    }
    .video.video-icons img {
        width: 70%;
    }
    #countdown li+li {
        margin-left: 10px;
    }
    .audio-content {
        max-height: 605px;
    }
    .featured-video .right-content {
        padding-bottom: 45px;
    }
    .career-content,
    .earnings-content {
        padding-top: 50px;
    }
    .discography-content,
    .vocal-content {
        padding-top: 0;
    }
    .jp-progress {
        margin-left: 0;
    }
    .home-banner.banner .home-content {
        padding-bottom: 140px;
        padding-top: 250px;
    }
    .gallery-section .nav-tabs li {
        width: 50%;
    }
    .post-content {
        padding-bottom: 20px;
        padding: 20px;
    }
    .entry-title h1,
    .entry-title a {
        font-size: 18px;
    }
    .artist-info {
        padding-top: 0;
    }
}

/* xs */

@media (max-width: 767px) {
    #navigation .navbar:after {
        left: 50%;
        margin-left: -47%;
        width: 94%;
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 20px solid #fff;
    }
    .before:before {
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid #fff;
    }
    .before-after:before,
    .before-after:after,
    .about-section.about.before-after:before,
    .about-section.about.before-after:after {
        top: -12px;
        width: 8%;
        height: 13px;
    }
    #navigation .navbar:before {
        height: 50px;
    }
    .btn.btn-primary {
        font-size: 13px;
        padding-top: 6px;
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 45px;
    }
    .btn.btn-primary i {
        right: 17px;
        top: 10px;
        font-size: 15px;
    }
    .btn.btn-primary:hover i {
        right: 14px;
    }
    .form-control {
        height: 40px !important;
    }
    #navigation .btn.btn-primary {
        position: absolute;
        top: 4px;
        right: 75px;
        font-size: 11px;
        padding: 3px 10px 6px;
    }
    #navigation .btn.btn-reg {
        top: 2px;
    }
    #navigation .btn.btn-log {
        top: 2px;
    }
    .search {
        top: 2px;
    }
    #navigation .form-control {
        position: absolute;
        top: 4px;
        right: 75px;
        font-size: 11px;
        padding: 3px 10px 6px;
    }
    .navbar-brand {
        padding-left: 10px;
        padding-top: 12px;
    }
    .navbar-toggle {
        margin-top: 8px;
    }
    .home-banner.banner .home-content,
    .home-content {
        padding-top: 110px;
        padding-bottom: 45px;
    }
    .home-banner.banner .home-content h3 {
        font-size: 20px;
    }
    .home-content h2 {
        font-size: 36px;
        line-height: 45px;
    }
    #countdown li span {
        font-size: 30px;
        width: 30px;
    }
    #countdown li {
        width: 115px;
    }
    #countdown li p {
        font-size: 12px;
        margin-top: 22px;
    }
    #countdown li+li {
        margin-left: 0;
    }
    .jp-controls {
        margin-left: 23%;
    }
    .audio-album .jp-controls {
        margin-left: 0;
    }
    .audio-album .jp-progress {
        width: 55%;
    }
    .audio-album .track-name {
        font-size: 16px;
    }
    .related-album h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .related-album {
        padding-top: 0;
    }
    .jp-progress {
        width: 70%;
        margin-left: 0;
        margin-bottom: 30px;
    }
    .home-banner #audio-player .jp-playlist-current,
    .home-banner .album-cover,
    .jp-volume-controls {
        display: none;
    }
    .section-padding {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .artists-section .section-title,
    .gallery-section .section-title,
    .twitter-feed .section-title,
    .gallery-section .section-title,
    .section-title {
        margin-bottom: 30px;
    }
    .section-title h2 {
        font-size: 30px;
    }
    .artists {
        margin-top: 0;
        margin-bottom: 15px;
    }
    .artists-section .btn.btn-primary {
        margin-bottom: 0;
    }
    .festival-schedule .section-title {
        margin-top: 10px;
        padding-top: 0;
        overflow: hidden;
    }
    .festival-info h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .entry-title h1,
    .entry-title a {
        font-size: 24px;
        line-height: 26px;
    }
    .blog-section.blog .entry-post,
    .entry-post {
        margin-bottom: 15px;
    }
    .entry-post img {
        width: 100%;
    }
    .promotion h2 {
        font-size: 60px;
    }
    .festival-info {
        margin-bottom: 15px;
    }
    .twitter-feed h4 {
        margin-top: 0;
    }
    .promotion-content {
        padding-top: 50px;
        padding-bottom: 0;
    }
    .gallery-section .nav-tabs li {
        width: 25%;
    }
    .about-content .no-padding {
        padding-left: 15px;
        padding-right: 15px;
    }
    .artists-info a {
        font-size: 24px;
        line-height: 20px;
    }
    .btn.btn-default {
        font-size: 14px;
    }
    .festival-info .text-right {
        text-align: left;
        overflow: hidden;
        padding-top: 0;
        padding-right: 0;
    }
    .festival-info .time {
        margin-left: -38px;
    }
    .festival-info .time h1 {
        font-size: 28px;
    }
    #gmap {
        min-height: 480px;
    }
    .footer-memu li a {
        font-size: 14px;
    }
    .page-title h2 {
        font-size: 30px;
    }
    .vocal-content,
    .earnings-content,
    .discography-content,
    .career-content,
    .artist-detail-content,
    .musical-awards.section-padding {
        padding: 0;
    }
    .earnings-content,
    .career-content,
    .musical-awards.section-padding {
        padding-top: 30px;
    }
    .discography .menu.sub {
        margin-left: 15px;
    }
    .discography-image {
        margin-top: 20px;
    }
    .panel-left::after {
        height: 380px;
    }
    .photo-galery .photo {
        max-height: 350px;
        max-width: 100%;
        margin-bottom: 15px;
    }
    .artist-image img,
    .photo-galery .photo img,
    .album-image img {
        width: 100%;
    }
    .artist-info address .menu.sub,
    .product-menu.sub {
        margin-left: 0;
    }
    .artist-info address .menu,
    .product-menu {
        float: none;
    }
    .artist-detail h1 {
        font-size: 26px;
        line-height: 24px;
    }
    .artist-detail h4 {
        margin-bottom: 10px;
    }
    .artist-info {
        padding-top: 20px;
    }
    .showcase-section .section-title h2 {
        font-size: 26px;
    }
    .showcase-section .section-title i {
        font-size: 50px;
    }
    .products-description .nav-tabs li+li {
        margin-left: 10px;
        padding-left: 8px;
    }
    .products-details h2 {
        font-size: 26px;
    }
    .products-slider .owl-nav i {
        font-size: 40px;
    }
    .sponsors-title img {
        width: 50%;
        margin-top: 0;
    }
    .sponsors-title {
        padding: 50px 0;
    }
    .sponsors-section .client li+li {
        margin-left: 0;
    }
    .sponsors-section {
        padding-top: 30px;
    }
    .blog-social {
        margin-top: 25px;
        margin-bottom: 50px;
    }
    .comments-area h1,
    .replay-box h1,
    .feedback h1 {
        font-size: 30px;
    }
    .comments-area li {
        padding-bottom: 30px;
    }
    .comments-area li:last-child {
        padding-left: 55px;
    }
    .blog-details .post-content {
        padding-left: 20px;
        padding-bottom: 20px;
        padding-right: 20px;
    }
    .entry-post .entry-meta a {
        font-size: 14px;
    }
    .entry-post .entry-meta li+li {
        margin-left: 5px;
    }
    .feedback .feedback-content {
        padding-bottom: 0;
    }
    .schedule-menu {
        padding-left: 15px;
        padding-right: 15px;
    }
    .schedule-menu li+li {
        margin-left: 20px;
    }
    .schedule-menu li:nth-child(2),
    .schedule-menu li:nth-child(5),
    .schedule-menu li:nth-child(4) {
        margin: 0;
        margin-left: 30px;
    }
    .schedule-section .festival-image {
        margin-right: 15px;
        max-height: 105px;
    }
    .schedule-section .rock-roll {
        padding: 0;
        margin-top: 30px;
    }
    .festival-info .text-left {
        float: none;
    }
    .festival-info h5 {
        text-align: left;
        float: none !important;
        overflow: hidden;
        display: block;
        margin: 0 auto;
    }
    .festival-info .audio-list {
        padding-top: 15px;
        padding-bottom: 25px;
        padding-left: 10px;
    }
    .audio-list .audio-info h5 {
        display: inherit;
        float: none;
        padding-top: 0;
    }
    .schedule-section .section-title {
        margin-bottom: 10px;
        padding-top: 10px;
    }
    .footer-top {
        padding-top: 0;
    }
    .footer-widget {
        margin-bottom: 0;
    }
    .photos-filckr li:nth-child(4) {
        margin-left: 10px;
    }
    .footer-widget h3 {
        margin-bottom: 25px;
        margin-top: 20px;
    }
    .schedule-slider .schedule {
        margin-left: 60px;
    }
    .ucoming-events .festival-info .time h1 {
        font-size: 40px;
        margin-top: 20px;
    }
    .ucoming-events .festival-image {
        margin: 15px auto;
        float: none;
        text-align: center;
        display: block;
    }
    .festival-info .events-title {
        overflow: hidden;
    }
    .ucoming-events .address {
        padding-top: 15px;
        margin-left: 15px;
    }
    .ucoming-events .festival-info {
        padding-bottom: 5px;
    }
    .ucoming-events .festival-info h2 {
        font-size: 22px;
    }
    .no-padding {
        padding-right: 15px;
        padding-left: 15px;
    }
    .ucoming-events .button {
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
        margin: 0 auto;
    }
    .ucoming-events .schedule-menu li:nth-child(2) {
        margin: 0;
    }
    .blog-section.blog .pagination {
        margin-top: 10px;
        margin-bottom: 0;
    }
    .pagination li a {
        padding: 5px 10px;
        font-size: 14px;
    }
    .band-banner .home-content h2,
    .home-banner.biography .home-content h2 {
        font-size: 36px;
        margin-bottom: 10px;
    }
    .band-banner .home-content h1,
    .home-banner.biography .home-content h1 {
        font-size: 45px;
        line-height: 18px;
    }
    .band-banner .home-content h1 {
        line-height: 30px;
    }
    .band-banner .home-content,
    .home-banner.biography .home-content {
        padding-top: 90px;
        padding-bottom: 30px;
        text-align: center;
    }
    .albums-slider.slider-band {
        background-image: inherit;
    }
    .promotion.contact h1 {
        font-size: 28px;
        margin-bottom: 0;
    }
    .promotion.contact {
        font-size: 18px;
        line-height: 27px;
    }
    .promotion-content {
        padding-top: 20px;
    }
    .promotion.contact .social {
        margin-top: 0;
    }
    .gallery-section .section-title {
        padding-top: 0;
    }
    .band.vocalist .vocalist-content,
    .band.vocalist .vocalist-content {
        margin-top: 0;
        margin-bottom: 0;
    }
    .vocalist-content {
        padding-top: 20px;
        padding-bottom: 0;
    }
    .vocalist h1 {
        font-size: 24px;
        line-height: 25px;
    }
    .vocalist h2 {
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .vocalist-overlya .social a {
        font-size: 18px;
    }
    .about.about-biography .social a i {
        font-size: 16px;
    }
    .about.about-biography .social a {
        margin: 0;
    }
    .gallery-info .title a {
        font-size: 24px;
        margin-bottom: 0;
        margin-top: 10px;
    }
    .gallery-info .title i {
        font-size: 40px;
    }
    .gallery-item {
        margin-bottom: 15px;
    }
    .biography-info h1 {
        font-size: 24px;
    }
    .biography-section .social a {
        margin: 0;
    }
    .page-title {
        padding-bottom: 25px;
        padding-top: 80px;
    }
    .artist-detail.our-band h4 {
        margin-bottom: 10px;
    }
    .footer-logo img {
        width: 30%;
    }
    .album-image {
        max-width: 100%;
    }
    .album-menu li.pull-right {
        font-size: 14px;
        margin-top: 10px;
    }
    .album-menu li+li {
        margin-left: 8px;
    }
    .album-menu {
        margin-bottom: 25px;
        margin-top: 0;
    }
    .cbp-item h3 {
        font-size: 18px;
    }
    .album-section .pagination {
        margin-top: 20px;
    }
    .artist-section .artist-detail,
    .showcase-section .pagination {
        padding-top: 0;
        margin-bottom: 0;
    }
    .artist-section .artist-detail {
        padding-bottom: 0;
    }
    .products-section .pagination {
        margin-bottom: 20px;
    }
    .featured-video .video-gallery {
        padding-right: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .featured-video .right-content {
        padding-left: 0;
        padding-bottom: 20px;
        padding-top: 10px;
    }
    .featured-video .jp-controls {
        margin-left: 0;
    }
    #jplayer-container .jp-progress {
        width: 34%;
    }
    #jplayer-container #playing .artist-name {
        display: none;
    }
    .right-content.bg-transparent::after {
        right: 100%;
    }
    .video.video-icons img {
        width: 50%;
    }
    .products-content {
        margin-bottom: 0;
    }
    .ferformers .pagination {
        margin-top: 0;
    }
    .video-content .video.video-icons {
        margin-left: -30px;
        margin-top: -32px;
    }
    .festival-info .audio-list .controls {
        margin-left: 10px;
    }
    .artist-info address .menu h5 {
        min-width: 105px;
    }
    .copyright,
    .footer-memu {
        float: none;
        ;
        text-align: center;
    }
    .footer-memu li+li {
        margin-left: 15px;
    }
    .footer-memu li {
        float: none;
        display: inline-block;
    }
    .festival-image {
        margin-right: 30px;
    }
    .about-section .about-content {
        padding-bottom: 10px;
    }
    #navigation .navbar-brand {
        margin-top: 3px;
        padding-left: 0;
    }
    .navbar-toggler {
        top: 14px;
    }
    #navigation .btn.btn-primary {
        top: 7px;
        right: 65px;
    }
    #navigation .form-control {
        top: 7px;
        right: 65px;
    }
    .photos-filckr li {
        width: inherit;
        margin-right: 15px;
        margin-left: 0;
    }
    .photos-filckr li+li,
    .photos-filckr li:nth-child(4) {
        margin-left: 0;
    }
    .vocalist-image {
        margin-bottom: 30px;
    }
    .related-album h1 {
        font-size: 26px;
    }
}

/* XS Portrait */

@media (max-width: 575px) {
    .showcase {
        margin-bottom: 15px;
    }
    .showcase-icons a {
        font-size: 50px;
    }
    #navigation .navbar::after {
        margin-left: -49%;
        width: 98%;
    }
    .schedule-section .rock-roll {
        margin-left: 20px;
    }
    .panel-left::after {
        height: 260px;
    }
    .blog-details .entry-post {
        max-height: inherit;
        margin-top: 50px;
    }
    .related-album h1 {
        font-size: 22px;
    }
    .audio-album .quantity .input-text {
        max-width: 170px;
    }
    .audio-album .left-content h2,
    .audio-album .left-content h4 {
        font-size: 20px;
    }
}

/* XS Portrait */

@media (max-width: 475px) {
    .logo-intro img {
        width: 30%;
        margin: 0;
    }
    .logo-intro span {
        font-size: 24px;
    }
    .home-content h2 {
        margin-top: 10px;
    }
    .page-title h2 {
        font-size: 26px;
    }
    .vocalist h1 {
        font-size: 20px;
    }
    .promotion h2 {
        font-size: 40px;
    }
    #navigation .navbar:after {
        left: 50%;
        margin-left: -50%;
        width: 100%;
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
    }
    .navbar-toggle {
        margin-top: 12px;
    }
    .navbar-brand {
        padding-top: 15px;
    }
    .clients-section .section-title {
        margin-bottom: 20px;
    }
    .festival-info .text-left {
        float: none;
    }
    .festival-info .text-right {
        text-align: inherit;
        display: inline;
    }
    .festival-image {
        margin-right: 15px;
    }
    .gallery-section .nav-tabs {
        padding-left: 15px;
    }
    .gallery-section .nav>li>a {
        padding: 0 10px;
    }
    .section-title h2 {
        font-size: 24px;
    }
    .artists-info a {
        font-size: 20px;
        line-height: 18px;
    }
    .contact-info {
        padding: 0 20px;
        padding-top: 25px;
        padding-bottom: 50px;
        margin-left: 25px;
        margin-top: -180px;
        right: 9%;
    }
    .footer {
        text-align: center;
    }
    .footer-memu,
    .copyright {
        float: none;
        display: inline-block;
    }
    .discography .menu.sub {
        margin-left: 0;
    }
    .discography .menu {
        display: inherit;
    }
    .photo-galery .photo {
        max-height: 245px;
    }
    .products-description .nav-tabs li {
        float: none;
        margin-bottom: 15px;
        width: 100%;
    }
    .products-description .nav-tabs li+li {
        margin-left: 0;
        padding-left: 0;
        border: none;
    }
    .add-buttons .button {
        margin-bottom: 10px;
    }
    .become-sponsors h1,
    .sponsors h1 {
        margin-bottom: 10px;
    }
    .sponsors-section .client li {
        margin-bottom: 15px;
    }
    .become-sponsors {
        padding-top: 70px;
        padding-bottom: 40px;
    }
    .become-sponsors .btn.btn-primary {
        margin-top: 10px;
    }
    .blog-details .post-content {
        padding-left: 20px;
        padding-bottom: 20px;
    }
    .blog-details .entry-post .entry-meta a {
        font-size: 13px;
    }
    .entry-post .entry-meta li+li {
        margin-left: 0;
    }
    .blog-details .entry-title {
        margin-top: 5px;
        margin-bottom: 0;
    }
    .entry-title h1 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 0;
        margin-top: 15px;
    }
    .comments-area h1,
    .replay-box h1,
    .feedback h1 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .replay-box .contact-form {
        padding: 0;
    }
    .replay-box {
        padding-bottom: 0;
    }
    .contact-form .btn.btn-primary {
        margin-top: 0;
    }
    .comments-area li:last-child {
        padding-left: 0;
    }
    .schedule-menu li:nth-child(2),
    .schedule-menu li:nth-child(5),
    .schedule-menu li:nth-child(4),
    .schedule-menu li+li {
        margin: 0;
    }
    .festival-info h2 {
        font-size: 18px;
        margin-top: 15px;
    }
    .schedule-slider .schedule {
        margin-left: 0;
        margin: 0;
    }
    .schedule-slider h4 {
        padding-top: 10px;
    }
    .ucoming-events .festival-image {
        float: none;
    }
    .pagination li a {
        font-size: 14px;
        margin: 2px;
    }
    .band-banner .home-content {
        padding-top: 70px;
        padding-bottom: 20px;
    }
    .products.item .products-icons {
        width: 80px;
        height: 80px;
        line-height: 80px;
        margin-left: -45px;
        margin-top: -100px;
    }
    .products.item .products-icons i {
        font-size: 30px;
    }
    .artist-detail.our-band {
        padding-top: 25px;
    }
    .artist-detail.our-band.section-padding {
        padding-bottom: 10px;
    }
    .gallery-info .title a {
        line-height: 26px;
    }
    .festival-info h5 {
        display: block;
        overflow: hidden;
    }
    .festival-info .pull-left {
        float: none !important;
    }
    .festival-info .pull-right {
        float: none !important;
        text-align: left;
    }
    .festival-info .audio-list {
        padding-top: 20px;
    }
    .audio-album .jp-controls {
        width: 100px;
    }
    .audio-album .jp-progress {
        width: 33%;
    }
    .audio-album .jp-interface {
        padding-bottom: 28px;
    }
    .audio-album #playing {
        left: 130px;
    }
    .audio-album .info-wrapper .time,
    .audio-album .artist-name {
        display: none;
    }
    .timeline-panel {
        margin-bottom: 45px;
    }
    .audio-content {
        max-height: 555px;
    }
    .products.item {
        min-height: 410px;
    }
    .ucoming-events .button {
        text-align: center;
    }
    .schedule-slider .time {
        margin-right: 15px;
    }
    .photos-filckr li:nth-child(4) {
        margin-left: 0;
    }
    .festival-info .text-right {
        padding-top: 0;
        padding-right: 0px;
    }
    .festival-image {
        max-height: initial;
    }
    .festival-info {
        padding-bottom: 10px;
    }
    .video-content .video a {
        font-size: 50px;
    }
    .video-content .video {
        margin-top: -35px;
    }
    .about-info {
        margin-top: 20px;
    }
    #jplayer-container #playing {
        line-height: 16px;
    }
    #jplayer-container .jp-progress {
        width: 30%;
    }
}

.proof {display: block;width: 270px;position: fixed;left: 20px;animation: proof 8s;opacity: 0;box-shadow: 0 0 70px rgb(0 0 0 / 5%);border-radius: var(--border-radius);z-index: 99999 }.proof>* {padding: 8px;background: linear-gradient(135.89deg, #FB355E -5.11%, #29589A 97.89%);border: 1px solid var(--border-color);border-radius: 8px !important;overflow: hidden }.ripple {-webkit-animation: ripple 2s ease-out;-webkit-animation-iteration-count: infinite;animation: ripple 2s ease-out;animation-iteration-count: infinite }.proof-avatar, .proof-data {display: inline-block;vertical-align: middle }.proof-avatar {width: 56px;height: 56px;background: #ddd;overflow: hidden;border-radius: 4px }.proof-avatar>img {width: 100%;display: block }.proof-data {width: calc(100% - 75px);margin-left: 10px }.proof-data>* {width: 100%;display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;line-height: 1.2;margin: 2px 0 !important }.proof-data h4 {font-weight: 700;font-size: .9em;color:#ffffff; }.proof p {font-size: .8rem;line-height: 1.5;color:#ffffff; }.proof-data small {color:#ffffff;font-size: .8em;background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAA7AAAAOwBeShxvQAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAO3SURBVFiFtZddaFtlGMd/z8nJaU7SpiFd+mHr7AaVgWVSrFd6oR06sLtwFuYcG9SB4D7SrhtserMbHXOgIEMy2MXYxbQXszrohmwlbgpiEYajZawojLKJa9GW2tgmJDnn9SLN1nVNzkka/3fnnOd5fn/e857nfY7gUioaDWJZ3Yh0Ac8DrUBo6fEcMInILZT6nmTyipw7l3BTVxzBBw48CxwDdgJ+l34XUWoQXT8lp0//XpYBNTBgkk5/BPQDukvwSmWAz1lYOC7nz6dcG1B9fW3Y9jco1V4meEVBNUo2+5acPfvA0YCKRjuw7atApCLwR/oD2+6WM2fGChpQfX1tWNZP/wP8kQmlXpRYbCp/Q3sI7+31YVkXi8I1reAjl2pB0y6rgQHzCQMEAh+T+7xWlWpqIn3yJNndu8E0C4U5S6kXSKc/yF8KPPzUblNkt9vt7WT37s0lzc2hX7iA3L1bro1/UapNYrGp/AocKwZfKRUKkdm/H2vr1nJfSzUixwFERaNBbPsBDk1m+Qosl0xO5lZjdrZUEwskk00altXtBC8m1dpK5sgR7I6OUlMD+P1vaEu9fW0yTbJ79pDdtQsMw32eUl0aRXZ+qbI7O8kcPoxqbnZrYLMGbKiUAQBVX0+mvx+rqwvE4awT2agBwUoaAEDXsbZtw9q+3SmyVufKuIFSjjVTz3Qy82emJB8Bo5Hw5bHCAZpUaXg9dklVXUgEam7dJNx7sHigx2Pr+PQk6WygUnBdWdSd+BRj5IZzsE9f1PEZ95lPbaoE3D8zTfi9Q8jsnLsE03tPw6ePrBWsCYSHh6nr6XUPB/B5r2oY/hN4HEfDgvJmktQfOkrgs1hpiR4Bw39Kk/jgNOHAb+XAa+6M09i9A++v46Un19VMSHxwOneU1VYfdGway+TBIvJFjNC+o5DOlg4XgWrjfVgaSCR+cYTG4C/FcvTbE4iAOfsXjW+/i+/r4dLBeTUER+X6tz/AsplQvfJmiL8X7pNIVRdMNAxIp8sHAwTNBC2RFvnuy3lYNpLJjUtzNARfosprFUxeK7zKa7HO/2oe/pgBAIkPjfF0aCdVemETa4E3h3fI9Us3H2OuFqte79nEVGKUf5K1FYEHzQT1NS9LfOiJg2HVgU6uDU3QHFnPU6Ef19IjEIHG2p9pibSsBgc3P6dbejYzn/qKmcRzWM6nJpBrMutq7hAw9uV3e0GP7iqC2vJOA5nkhyTTr5HMrCeV9ZO1ciuoe2x8+iKm9x4+4xqG+YnEB6fd1P0PTfsslJQPhfQAAAAASUVORK5CYII=);background-size: contain;background-position: left center;background-repeat: no-repeat;padding-left: 18px }@keyframes proof {0% {bottom: 0;transform: scale(1) }6% {bottom: 20px;opacity: 1;transform: scale(1.05) }12% {transform: scale(1) }90% {bottom: 20px;opacity: 1;transform: scale(1) }100% {bottom: -50px;opacity: 0;transform: scale(1) }}@-webkit-keyframes ripple {0% {-webkit-box-shadow: 0 0 0 0 rgba(168, 207, 248, .4) }30% {-webkit-box-shadow: 0 0 10px 15px transparent }100% {-webkit-box-shadow: 0 0 0 0 transparent }}@keyframes ripple {0% {box-shadow: 0 0 0 0 rgba(168, 207, 248, .4) }30% {box-shadow: 0 0 10px 15px transparent }100% {box-shadow: 0 0 0 0 transparent }}
@charset "UTF-8";.vjs-modal-dialog .vjs-modal-dialog-content, .video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}.vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {text-align: center;}@font-face {font-family: VideoJS;src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==) format("woff");font-weight: normal;font-style: normal;}.vjs-icon-play, .video-js .vjs-play-control .vjs-icon-placeholder, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-play:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {content: "\f101";}.vjs-icon-play-circle {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-play-circle:before {content: "\f102";}.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {content: "\f103";}.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {content: "\f104";}.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {content: "\f105";}.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {content: "\f106";}.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {content: "\f107";}.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {content: "\f108";}.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {content: "\f109";}.vjs-icon-square {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-square:before {content: "\f10a";}.vjs-icon-spinner {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-spinner:before {content: "\f10b";}.vjs-icon-subtitles, .video-js .vjs-subs-caps-button .vjs-icon-placeholder, .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-subtitles-button .vjs-icon-placeholder {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-subtitles:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before {content: "\f10c";}.vjs-icon-captions, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-captions-button .vjs-icon-placeholder {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-captions:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before {content: "\f10d";}.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {content: "\f10e";}.vjs-icon-share {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-share:before {content: "\f10f";}.vjs-icon-cog {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-cog:before {content: "\f110";}.vjs-icon-circle, .vjs-seek-to-live-control .vjs-icon-placeholder, .video-js .vjs-volume-level, .video-js .vjs-play-progress {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-circle:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before, .video-js .vjs-volume-level:before, .video-js .vjs-play-progress:before {content: "\f111";}.vjs-icon-circle-outline {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-circle-outline:before {content: "\f112";}.vjs-icon-circle-inner-circle {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-circle-inner-circle:before {content: "\f113";}.vjs-icon-hd {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-hd:before {content: "\f114";}.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {content: "\f115";}.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {content: "\f116";}.vjs-icon-facebook {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-facebook:before {content: "\f117";}.vjs-icon-gplus {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-gplus:before {content: "\f118";}.vjs-icon-linkedin {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-linkedin:before {content: "\f119";}.vjs-icon-twitter {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-twitter:before {content: "\f11a";}.vjs-icon-tumblr {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-tumblr:before {content: "\f11b";}.vjs-icon-pinterest {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-pinterest:before {content: "\f11c";}.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {content: "\f11d";}.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {content: "\f11e";}.vjs-icon-next-item {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-next-item:before {content: "\f11f";}.vjs-icon-previous-item {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-previous-item:before {content: "\f120";}.vjs-icon-picture-in-picture-enter, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-picture-in-picture-enter:before, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {content: "\f121";}.vjs-icon-picture-in-picture-exit, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder {font-family: VideoJS;font-weight: normal;font-style: normal;}.vjs-icon-picture-in-picture-exit:before, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before {content: "\f122";}.video-js {display: block;vertical-align: top;box-sizing: border-box;color: #fff;background-color: #000;position: relative;padding: 0;font-size: 10px;line-height: 1;font-weight: normal;font-style: normal;font-family: Arial, Helvetica, sans-serif;word-break: initial;}.video-js:-moz-full-screen {position: absolute;}.video-js:-webkit-full-screen {width: 100% !important;height: 100% !important;}.video-js[tabindex="-1"] {outline: none;}.video-js *, .video-js *:before, .video-js *:after {box-sizing: inherit;}.video-js ul {font-family: inherit;font-size: inherit;line-height: inherit;list-style-position: outside;margin-left: 0;margin-right: 0;margin-top: 0;margin-bottom: 0;}.video-js.vjs-fluid, .video-js.vjs-16-9, .video-js.vjs-4-3 {width: 100%;max-width: 100%;height: 0;}.video-js.vjs-16-9 {padding-top: 56.25%;}.video-js.vjs-4-3 {padding-top: 75%;}.video-js.vjs-fill {width: 100%;height: 100%;}.video-js .vjs-tech {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}body.vjs-full-window {padding: 0;margin: 0;height: 100%;}.vjs-full-window .video-js.vjs-fullscreen {position: fixed;overflow: hidden;z-index: 1000;left: 0;top: 0;bottom: 0;right: 0;}.video-js.vjs-fullscreen:not(.vjs-ios-native-fs) {width: 100% !important;height: 100% !important;padding-top: 0 !important;}.video-js.vjs-fullscreen.vjs-user-inactive {cursor: none;}.vjs-hidden {display: none !important;}.vjs-disabled {opacity: 0.5;cursor: default;}.video-js .vjs-offscreen {height: 1px;left: -9999px;position: absolute;top: 0;width: 1px;}.vjs-lock-showing {display: block !important;opacity: 1;visibility: visible;}.vjs-no-js {padding: 20px;color: #fff;background-color: #000;font-size: 18px;font-family: Arial, Helvetica, sans-serif;text-align: center;width: 300px;height: 150px;margin: 0px auto;}.vjs-no-js a, .vjs-no-js a:visited {color: #66A8CC;}.video-js .vjs-big-play-button {font-size: 3em;line-height: 1.5em;height: 1.63332em;width: 3em;display: block;position: absolute;top: 10px;left: 10px;padding: 0;cursor: pointer;opacity: 1;border: 0.06666em solid #fff;background-color: #2B333F;background-color: rgba(43, 51, 63, 0.7);border-radius: 0.3em;transition: all 0.4s;}.vjs-big-play-centered .vjs-big-play-button {top: 50%;left: 50%;margin-top: -0.81666em;margin-left: -1.5em;}.video-js:hover .vjs-big-play-button, .video-js .vjs-big-play-button:focus {border-color: #fff;background-color: #73859f;background-color: rgba(115, 133, 159, 0.5);transition: all 0s;}.vjs-controls-disabled .vjs-big-play-button, .vjs-has-started .vjs-big-play-button, .vjs-using-native-controls .vjs-big-play-button, .vjs-error .vjs-big-play-button {display: none;}.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {display: block;}.video-js button {background: none;border: none;color: inherit;display: inline-block;font-size: inherit;line-height: inherit;text-transform: none;text-decoration: none;transition: none;-webkit-appearance: none;-moz-appearance: none;appearance: none;}.vjs-control .vjs-button {width: 100%;height: 100%;}.video-js .vjs-control.vjs-close-button {cursor: pointer;height: 3em;position: absolute;right: 0;top: 0.5em;z-index: 2;}.video-js .vjs-modal-dialog {background: rgba(0, 0, 0, 0.8);background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));overflow: auto;}.video-js .vjs-modal-dialog > * {box-sizing: border-box;}.vjs-modal-dialog .vjs-modal-dialog-content {font-size: 1.2em;line-height: 1.5;padding: 20px 24px;z-index: 1;}.vjs-menu-button {cursor: pointer;}.vjs-menu-button.vjs-disabled {cursor: default;}.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {display: none;}.vjs-menu .vjs-menu-content {display: block;padding: 0;margin: 0;font-family: Arial, Helvetica, sans-serif;overflow: auto;}.vjs-menu .vjs-menu-content > * {box-sizing: border-box;}.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {display: none;}.vjs-menu li {list-style: none;margin: 0;padding: 0.2em 0;line-height: 1.4em;font-size: 1.2em;text-align: center;text-transform: lowercase;}.vjs-menu li.vjs-menu-item:focus, .vjs-menu li.vjs-menu-item:hover, .js-focus-visible .vjs-menu li.vjs-menu-item:hover {background-color: #73859f;background-color: rgba(115, 133, 159, 0.5);}.vjs-menu li.vjs-selected, .vjs-menu li.vjs-selected:focus, .vjs-menu li.vjs-selected:hover, .js-focus-visible .vjs-menu li.vjs-selected:hover {background-color: #fff;color: #2B333F;}.vjs-menu li.vjs-menu-title {text-align: center;text-transform: uppercase;font-size: 1em;line-height: 2em;padding: 0;margin: 0 0 0.3em 0;font-weight: bold;cursor: default;}.vjs-menu-button-popup .vjs-menu {display: none;position: absolute;bottom: 0;width: 10em;left: -3em;height: 0em;margin-bottom: 1.5em;border-top-color: rgba(43, 51, 63, 0.7);}.vjs-menu-button-popup .vjs-menu .vjs-menu-content {background-color: #2B333F;background-color: rgba(43, 51, 63, 0.7);position: absolute;width: 100%;bottom: 1.5em;max-height: 15em;}.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content, .vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {max-height: 5em;}.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {max-height: 10em;}.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {max-height: 14em;}.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content, .vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content, .vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content {max-height: 25em;}.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu, .vjs-menu-button-popup .vjs-menu.vjs-lock-showing {display: block;}.video-js .vjs-menu-button-inline {transition: all 0.4s;overflow: hidden;}.video-js .vjs-menu-button-inline:before {width: 2.222222222em;}.video-js .vjs-menu-button-inline:hover, .video-js .vjs-menu-button-inline:focus, .video-js .vjs-menu-button-inline.vjs-slider-active, .video-js.vjs-no-flex .vjs-menu-button-inline {width: 12em;}.vjs-menu-button-inline .vjs-menu {opacity: 0;height: 100%;width: auto;position: absolute;left: 4em;top: 0;padding: 0;margin: 0;transition: all 0.4s;}.vjs-menu-button-inline:hover .vjs-menu, .vjs-menu-button-inline:focus .vjs-menu, .vjs-menu-button-inline.vjs-slider-active .vjs-menu {display: block;opacity: 1;}.vjs-no-flex .vjs-menu-button-inline .vjs-menu {display: block;opacity: 1;position: relative;width: auto;}.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu, .vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu, .vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {width: auto;}.vjs-menu-button-inline .vjs-menu-content {width: auto;height: 100%;margin: 0;overflow: hidden;}.video-js .vjs-control-bar {display: none;width: 100%;position: absolute;bottom: 0;left: 0;right: 0;height: 3em;background-color: #2B333F;background-color: rgba(43, 51, 63, 0.7);}.vjs-has-started .vjs-control-bar {display: flex;visibility: hidden;opacity: 1;transition: visibility 0.1s, opacity 0.1s;}.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {visibility: hidden;opacity: 0;transition: visibility 1s, opacity 1s;}.vjs-controls-disabled .vjs-control-bar, .vjs-using-native-controls .vjs-control-bar, .vjs-error .vjs-control-bar {display: none !important;}.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {opacity: 1;visibility: hidden;}.vjs-has-started.vjs-no-flex .vjs-control-bar {display: table;}.video-js .vjs-control {position: relative;text-align: center;margin: 0;padding: 0;height: 100%;width: 4em;flex: none;}.vjs-button > .vjs-icon-placeholder:before {font-size: 1.8em;line-height: 1.67;}.video-js .vjs-control:focus:before, .video-js .vjs-control:hover:before, .video-js .vjs-control:focus {text-shadow: 0em 0em 1em white;}.video-js .vjs-control-text {border: 0;clip: rect(0 0 0 0);height: 1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}.vjs-no-flex .vjs-control {display: table-cell;vertical-align: middle;}.video-js .vjs-custom-control-spacer {display: none;}.video-js .vjs-progress-control {cursor: pointer;flex: auto;display: flex;align-items: center;min-width: 4em;touch-action: none;}.video-js .vjs-progress-control.disabled {cursor: default;}.vjs-live .vjs-progress-control {display: none;}.vjs-liveui .vjs-progress-control {display: flex;align-items: center;}.vjs-no-flex .vjs-progress-control {width: auto;}.video-js .vjs-progress-holder {flex: auto;transition: all 0.2s;height: 0.3em;}.video-js .vjs-progress-control .vjs-progress-holder {margin: 0 10px;}.video-js .vjs-progress-control:hover .vjs-progress-holder {font-size: 1.6666666667em;}.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {font-size: 1em;}.video-js .vjs-progress-holder .vjs-play-progress, .video-js .vjs-progress-holder .vjs-load-progress, .video-js .vjs-progress-holder .vjs-load-progress div {position: absolute;display: block;height: 100%;margin: 0;padding: 0;width: 0;}.video-js .vjs-play-progress {background-color: #fff;}.video-js .vjs-play-progress:before {font-size: 0.9em;position: absolute;right: -0.5em;top: -0.3333333333em;z-index: 1;}.video-js .vjs-load-progress {background: rgba(115, 133, 159, 0.5);}.video-js .vjs-load-progress div {background: rgba(115, 133, 159, 0.75);}.video-js .vjs-time-tooltip {background-color: #fff;background-color: rgba(255, 255, 255, 0.8);border-radius: 0.3em;color: #000;float: right;font-family: Arial, Helvetica, sans-serif;font-size: 1em;padding: 6px 8px 8px 8px;pointer-events: none;position: absolute;top: -3.4em;visibility: hidden;z-index: 1;}.video-js .vjs-progress-holder:focus .vjs-time-tooltip {display: none;}.video-js .vjs-progress-control:hover .vjs-time-tooltip, .video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {display: block;font-size: 0.6em;visibility: visible;}.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {font-size: 1em;}.video-js .vjs-progress-control .vjs-mouse-display {display: none;position: absolute;width: 1px;height: 100%;background-color: #000;z-index: 1;}.vjs-no-flex .vjs-progress-control .vjs-mouse-display {z-index: 0;}.video-js .vjs-progress-control:hover .vjs-mouse-display {display: block;}.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {visibility: hidden;opacity: 0;transition: visibility 1s, opacity 1s;}.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {display: none;}.vjs-mouse-display .vjs-time-tooltip {color: #fff;background-color: #000;background-color: rgba(0, 0, 0, 0.8);}.video-js .vjs-slider {position: relative;cursor: pointer;padding: 0;margin: 0 0.45em 0 0.45em;-webkit-touch-callout: none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;background-color: #73859f;background-color: rgba(115, 133, 159, 0.5);}.video-js .vjs-slider.disabled {cursor: default;}.video-js .vjs-slider:focus {text-shadow: 0em 0em 1em white;box-shadow: 0 0 1em #fff;}.video-js .vjs-mute-control {cursor: pointer;flex: none;}.video-js .vjs-volume-control {cursor: pointer;margin-right: 1em;display: flex;}.video-js .vjs-volume-control.vjs-volume-horizontal {width: 5em;}.video-js .vjs-volume-panel .vjs-volume-control {visibility: visible;opacity: 0;width: 1px;height: 1px;margin-left: -1px;}.video-js .vjs-volume-panel {transition: width 1s;}.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control, .video-js .vjs-volume-panel:active .vjs-volume-control, .video-js .vjs-volume-panel:focus .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control:active, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {visibility: visible;opacity: 1;position: relative;transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;}.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {width: 5em;height: 3em;margin-right: 0;}.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {left: -3.5em;transition: left 0s;}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {width: 10em;transition: width 0.1s;}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {width: 4em;}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {height: 8em;width: 3em;left: -3000em;transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;}.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {width: 5em;height: 3em;visibility: visible;opacity: 1;position: relative;transition: none;}.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical, .video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {position: absolute;bottom: 3em;left: 0.5em;}.video-js .vjs-volume-panel {display: flex;}.video-js .vjs-volume-bar {margin: 1.35em 0.45em;}.vjs-volume-bar.vjs-slider-horizontal {width: 5em;height: 0.3em;}.vjs-volume-bar.vjs-slider-vertical {width: 0.3em;height: 5em;margin: 1.35em auto;}.video-js .vjs-volume-level {position: absolute;bottom: 0;left: 0;background-color: #fff;}.video-js .vjs-volume-level:before {position: absolute;font-size: 0.9em;}.vjs-slider-vertical .vjs-volume-level {width: 0.3em;}.vjs-slider-vertical .vjs-volume-level:before {top: -0.5em;left: -0.3em;}.vjs-slider-horizontal .vjs-volume-level {height: 0.3em;}.vjs-slider-horizontal .vjs-volume-level:before {top: -0.3em;right: -0.5em;}.video-js .vjs-volume-panel.vjs-volume-panel-vertical {width: 4em;}.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {height: 100%;}.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {width: 100%;}.video-js .vjs-volume-vertical {width: 3em;height: 8em;bottom: 8em;background-color: #2B333F;background-color: rgba(43, 51, 63, 0.7);}.video-js .vjs-volume-horizontal .vjs-menu {left: -2em;}.vjs-poster {display: inline-block;vertical-align: middle;background-repeat: no-repeat;background-position: 50% 50%;background-size: contain;background-color: #000000;cursor: pointer;margin: 0;padding: 0;position: absolute;top: 0;right: 0;bottom: 0;left: 0;height: 100%;}.vjs-has-started .vjs-poster {display: none;}.vjs-audio.vjs-has-started .vjs-poster {display: block;}.vjs-using-native-controls .vjs-poster {display: none;}.video-js .vjs-live-control {display: flex;align-items: flex-start;flex: auto;font-size: 1em;line-height: 3em;}.vjs-no-flex .vjs-live-control {display: table-cell;width: auto;text-align: left;}.video-js:not(.vjs-live) .vjs-live-control, .video-js.vjs-liveui .vjs-live-control {display: none;}.video-js .vjs-seek-to-live-control {cursor: pointer;flex: none;display: inline-flex;height: 100%;padding-left: 0.5em;padding-right: 0.5em;font-size: 1em;line-height: 3em;width: auto;min-width: 4em;}.vjs-no-flex .vjs-seek-to-live-control {display: table-cell;width: auto;text-align: left;}.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control, .video-js:not(.vjs-live) .vjs-seek-to-live-control {display: none;}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {cursor: auto;}.vjs-seek-to-live-control .vjs-icon-placeholder {margin-right: 0.5em;color: #888;}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {color: red;}.video-js .vjs-time-control {flex: none;font-size: 1em;line-height: 3em;min-width: 2em;width: auto;padding-left: 1em;padding-right: 1em;}.vjs-live .vjs-time-control {display: none;}.video-js .vjs-current-time, .vjs-no-flex .vjs-current-time {display: none;}.video-js .vjs-duration, .vjs-no-flex .vjs-duration {display: none;}.vjs-time-divider {display: none;line-height: 3em;}.vjs-live .vjs-time-divider {display: none;}.video-js .vjs-play-control {cursor: pointer;}.video-js .vjs-play-control .vjs-icon-placeholder {flex: none;}.vjs-text-track-display {position: absolute;bottom: 3em;left: 0;right: 0;top: 0;pointer-events: none;}.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {bottom: 1em;}.video-js .vjs-text-track {font-size: 1.4em;text-align: center;margin-bottom: 0.1em;}.vjs-subtitles {color: #fff;}.vjs-captions {color: #fc6;}.vjs-tt-cue {display: block;}video::-webkit-media-text-track-display {transform: translateY(-3em);}.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {transform: translateY(-1.5em);}.video-js .vjs-picture-in-picture-control {cursor: pointer;flex: none;}.video-js .vjs-fullscreen-control {cursor: pointer;flex: none;}.vjs-playback-rate > .vjs-menu-button, .vjs-playback-rate .vjs-playback-rate-value {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}.vjs-playback-rate .vjs-playback-rate-value {pointer-events: none;font-size: 1.5em;line-height: 2;text-align: center;}.vjs-playback-rate .vjs-menu {width: 4em;left: 0em;}.vjs-error .vjs-error-display .vjs-modal-dialog-content {font-size: 1.4em;text-align: center;}.vjs-error .vjs-error-display:before {color: #fff;content: "X";font-family: Arial, Helvetica, sans-serif;font-size: 4em;left: 0;line-height: 1;margin-top: -0.5em;position: absolute;text-shadow: 0.05em 0.05em 0.1em #000;text-align: center;top: 50%;vertical-align: middle;width: 100%;}.vjs-loading-spinner {display: none;position: absolute;top: 50%;left: 50%;margin: -25px 0 0 -25px;opacity: 0.85;text-align: left;border: 6px solid rgba(43, 51, 63, 0.7);box-sizing: border-box;background-clip: padding-box;width: 50px;height: 50px;border-radius: 25px;visibility: hidden;}.vjs-seeking .vjs-loading-spinner, .vjs-waiting .vjs-loading-spinner {display: block;-webkit-animation: vjs-spinner-show 0s linear 0.3s forwards;animation: vjs-spinner-show 0s linear 0.3s forwards;}.vjs-loading-spinner:before, .vjs-loading-spinner:after {content: "";position: absolute;margin: -6px;box-sizing: inherit;width: inherit;height: inherit;border-radius: inherit;opacity: 1;border: inherit;border-color: transparent;border-top-color: white;}.vjs-seeking .vjs-loading-spinner:before, .vjs-seeking .vjs-loading-spinner:after, .vjs-waiting .vjs-loading-spinner:before, .vjs-waiting .vjs-loading-spinner:after {-webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;}.vjs-seeking .vjs-loading-spinner:before, .vjs-waiting .vjs-loading-spinner:before {border-top-color: white;}.vjs-seeking .vjs-loading-spinner:after, .vjs-waiting .vjs-loading-spinner:after {border-top-color: white;-webkit-animation-delay: 0.44s;animation-delay: 0.44s;}@keyframes vjs-spinner-show {to {visibility: visible;}}@-webkit-keyframes vjs-spinner-show {to {visibility: visible;}}@keyframes vjs-spinner-spin {100% {transform: rotate(360deg);}}@-webkit-keyframes vjs-spinner-spin {100% {-webkit-transform: rotate(360deg);}}@keyframes vjs-spinner-fade {0% {border-top-color: #73859f;}20% {border-top-color: #73859f;}35% {border-top-color: white;}60% {border-top-color: #73859f;}100% {border-top-color: #73859f;}}@-webkit-keyframes vjs-spinner-fade {0% {border-top-color: #73859f;}20% {border-top-color: #73859f;}35% {border-top-color: white;}60% {border-top-color: #73859f;}100% {border-top-color: #73859f;}}.vjs-chapters-button .vjs-menu ul {width: 24em;}.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {vertical-align: middle;display: inline-block;margin-bottom: -0.1em;}.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {font-family: VideoJS;content: "";font-size: 1.5em;line-height: inherit;}.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {vertical-align: middle;display: inline-block;margin-bottom: -0.1em;}.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {font-family: VideoJS;content: " ";font-size: 1.5em;line-height: inherit;}.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-current-time, .video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-time-divider, .video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-duration, .video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-remaining-time, .video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-playback-rate, .video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-chapters-button, .video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-descriptions-button, .video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-captions-button, .video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-subtitles-button, .video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-audio-button, .video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-control, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-current-time, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-time-divider, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-duration, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-remaining-time, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-playback-rate, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-chapters-button, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-descriptions-button, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-captions-button, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-subtitles-button, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-audio-button, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-control, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-current-time, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-time-divider, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-duration, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-remaining-time, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-playback-rate, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-chapters-button, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-descriptions-button, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-captions-button, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subtitles-button, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-audio-button, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-control {display: none;}.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {width: auto;width: initial;}.video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-liveui) .vjs-subs-caps-button, .video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-live) .vjs-subs-caps-button, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subs-caps-button {display: none;}.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-custom-control-spacer, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-custom-control-spacer {flex: auto;display: block;}.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui.vjs-no-flex .vjs-custom-control-spacer, .video-js:not(.vjs-fullscreen).vjs-layout-tiny.vjs-no-flex .vjs-custom-control-spacer {width: auto;}.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-progress-control, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-progress-control {display: none;}.vjs-modal-dialog.vjs-text-track-settings {background-color: #2B333F;background-color: rgba(43, 51, 63, 0.75);color: #fff;height: 70%;}.vjs-text-track-settings .vjs-modal-dialog-content {display: table;}.vjs-text-track-settings .vjs-track-settings-colors, .vjs-text-track-settings .vjs-track-settings-font, .vjs-text-track-settings .vjs-track-settings-controls {display: table-cell;}.vjs-text-track-settings .vjs-track-settings-controls {text-align: right;vertical-align: bottom;}@supports (display: grid) {.vjs-text-track-settings .vjs-modal-dialog-content {display: grid;grid-template-columns: 1fr 1fr;grid-template-rows: 1fr;padding: 20px 24px 0px 24px;}.vjs-track-settings-controls .vjs-default-button {margin-bottom: 20px;}.vjs-text-track-settings .vjs-track-settings-controls {grid-column: 1/-1;}.vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content, .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content, .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {grid-template-columns: 1fr;}}.vjs-track-setting > select {margin-right: 1em;margin-bottom: 0.5em;}.vjs-text-track-settings fieldset {margin: 5px;padding: 3px;border: none;}.vjs-text-track-settings fieldset span {display: inline-block;}.vjs-text-track-settings fieldset span > select {max-width: 7.3em;}.vjs-text-track-settings legend {color: #fff;margin: 0 0 5px 0;}.vjs-text-track-settings .vjs-label {position: absolute;clip: rect(1px 1px 1px 1px);clip: rect(1px, 1px, 1px, 1px);display: block;margin: 0 0 5px 0;padding: 0;border: 0;height: 1px;width: 1px;overflow: hidden;}.vjs-track-settings-controls button:focus, .vjs-track-settings-controls button:active {outline-style: solid;outline-width: medium;background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);}.vjs-track-settings-controls button:hover {color: rgba(43, 51, 63, 0.75);}.vjs-track-settings-controls button {background-color: #fff;background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);color: #2B333F;cursor: pointer;border-radius: 2px;}.vjs-track-settings-controls .vjs-default-button {margin-right: 1em;}@media print {.video-js > *:not(.vjs-tech):not(.vjs-poster) {visibility: hidden;}}.vjs-resize-manager {position: absolute;top: 0;left: 0;width: 100%;height: 100%;border: none;z-index: -1000;}.js-focus-visible .video-js *:focus:not(.focus-visible) {outline: none;background: none;}.video-js *:focus:not(:focus-visible), .video-js .vjs-menu *:focus:not(:focus-visible) {outline: none;background: none;}
.vjs-ad-playing.vjs-ad-playing .vjs-progress-control{pointer-events:none}.vjs-ad-playing.vjs-ad-playing .vjs-play-progress{background-color:#ffe400}.vjs-ad-loading .vjs-loading-spinner{display:block;visibility:visible}.vjs-ad-playing .vjs-captions-button{display:none}.vjs-ad-playing .vjs-audio-button{display:none}.vjs-ad-loading .vjs-loading-spinner:before,.vjs-ad-loading .vjs-loading-spinner:after{-webkit-animation:vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite,vjs-spinner-fade 1.1s linear infinite;animation:vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite,vjs-spinner-fade 1.1s linear infinite}.vjs-ad-loading .vjs-loading-spinner:before{border-top-color:#fff}.vjs-ad-loading .vjs-loading-spinner:after{border-top-color:#fff;-webkit-animation-delay:0.44s;animation-delay:0.44s}.vjs-ad-loading .vjs-big-play-button,.vjs-ad-loading .vjs-poster,.vjs-ad-content-resuming .vjs-big-play-button,.vjs-ad-content-resuming .vjs-poster{display:none}
.vast-skip-button {display: block;position: absolute;top: 5px;right: 0;width: auto;background-color: #000;color: #AAA;font-size: 12px;font-style: italic;line-height: 12px;padding: 10px;z-index: 2;}.vast-skip-button.enabled {cursor: pointer;color: #fff;}.vast-skip-button.enabled:hover {cursor: pointer;background: #333;}.vast-blocker {display: block;position: absolute;margin: 0;padding: 0;height: 100%;width: 100%;top: 0;left: 0;right: 0;bottom: 0;}
