<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body.dark {
	background-color: #111;
}
::-webkit-input-placeholder {
	color:#c9c9c9!important;
	font-size: 18px;
}
:-moz-placeholder {
	color:#c9c9c9!important;
	font-size: 18px;
}
::-moz-placeholder {
	color:#c9c9c9!important;
	font-size: 18px;
}
:-ms-input-placeholder {
	color:#c9c9c9!important;
	font-size: 17px;
}
.wysihtml5-sandbox {
	min-height: 400px;
}
.form-group-wysihtml-lg .wysihtml5-sandbox {
	min-height: 800px;
}
textarea.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus
.uneditable-input:focus {
  border-color: rgba(105, 222, 241, 0.6);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(105, 222, 241, 0.9);
  outline: 0 none;
}
textarea {
	resize: none;
}
a {
	color:#cc0000;
}
a:hover, a:focus {
	color:#cc3333;
	text-decoration: none;
}
a:focus,button:focus {
	outline:none!important;
}
.alert {
	margin-top: 20px;
}
.alert .fa {
	font-size: 55px;
	vertical-align: middle;
	margin-right: 25px;
}
table&gt;thead&gt;tr&gt;th, .table&gt;thead&gt;tr&gt;th, table&gt;tbody&gt;tr&gt;th, .table&gt;tbody&gt;tr&gt;th, table&gt;tfoot&gt;tr&gt;th, .table&gt;tfoot&gt;tr&gt;th, table&gt;thead&gt;tr&gt;td, .table&gt;thead&gt;tr&gt;td, table&gt;tbody&gt;tr&gt;td, .table&gt;tbody&gt;tr&gt;td, table&gt;tfoot&gt;tr&gt;td, .table&gt;tfoot&gt;tr&gt;td {
	vertical-align: middle;
}
table tr th {
	background-color: #333;
	color:#fff;
}
.alert {
	padding: 20px;
}
.alert-not-found .glyphicon{
	font-size: 55px;
	float: left;
    margin-right: 20px;
    vertical-align: middle;
}
.btn-lg, .btn-group-lg&gt;.btn {
    padding: 15px 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}
h1 .btn-back {
	display: block;
	width: 27%;
	margin-top: 15px;
}
hr.user-light,
hr.user-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.user-light:after,
hr.user-primary:after {
    content: "\f007";
    display: inline-block;
    position: relative;
    top: -1em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}
hr.user-light {
    border-color: #fff;
}
hr.user-light:after {
    color: #fff;
    background-color: transparent;
}
hr.user-primary {
    border-color: #cc0000;
}
hr.user-primary:after {
    color: #cc0000;
    background-color: #fff;
}
hr.contact-light,
hr.contact-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}
hr.contact-light:after,
hr.contact-primary:after {
    content: "\f073";
    display: inline-block;
    position: relative;
    top: -0.9em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}
hr.contact-envelope:after {
	content: "\f0e0";
}
hr.contact-light {
    border-color: #fff;
    margin-bottom: 40px;
}
hr.contact-light:after {
    color: #fff;
    background-color: #231f20;
}
hr.login-light,
hr.login-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}
hr.login-light:after,
hr.login-primary:after {
    content: "\f090";
    display: inline-block;
    position: relative;
    top: -24px;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}
hr.login-light {
    border-color: #fff;
    margin-bottom: 40px;
}
hr.login-light:after {
    color: #fff;
    background-color: #111;
}
hr.date-light,
hr.date-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}
hr.date-light:after,
hr.date-primary:after {
    content: "\f073";
    display: inline-block;
    position: relative;
    top: -0.9em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}
hr.date-light {
    border-color: #2c3e50;
    margin-bottom: 40px;
}
hr.date-light:after {
    color: #2c3e50;
    background-color: #f9f9f9;
}
p {
    font-size: 20px;
}
.breadcrumb {
	background-color: #f9f9f9;
}
body.dark .breadcrumb {
	background-color: #232323;
}
body.dark h1,
body.dark h2,
body.dark h3,
body.dark h4,
body.dark h5,
body.dark h6 {
	color:#fff;
}
body.dark hr {
	border-color: #232323;
}
body.dark .container-login hr {
	border-color: #e8e8e8;
}
.img-centered {
    margin: 0 auto;
}
.input-lg {
	font-size: 17px;
	height: 61px;
}
.form-search .input-lg {
	border: none;
}
select.input-lg {
	height: 61px;
	line-height: 61px;
}
.footer {
	width:100%;
	background-color:#000;
	color:#fff;
}
.well {
	background-color: #f9f9f9;
}
.form-control {
	color:#656565;
	font-size: 18px;
	font-weight:200;
}
.form-group-fixed {
	position: fixed;
	margin-top: 25px
}
body &gt; .slider {
	margin-top:60px;
}
body #page-content {
	margin-top:67px;
}
.container-bottom {
	margin-bottom: 20px;
}
.container-next-date {
	text-align: center;
}
.container-next-date h2 {
	margin: 0 0 20px 0;
	padding: 0;
	color:#333;
}
.container-next-date h3 {
	margin: 0 0 20px 0;
	padding: 0;
	color:#565656;
}
.container-next-date p.description {
	margin: 0 0 20px 0;
	font-style: italic;
}
.pagination {
	margin: 0;
}
.pagination-left {
	font-weight: bold;
	line-height: 42px;
}
.pagination-bottom {
	margin-bottom: 20px;
}
.pagination&gt;li&gt;a, .pagination&gt;li&gt;span {
	color: #fff;
    background-color: #333;
    border: none;
    padding: 8px 15px;
}
.pagination&gt;.active&gt;a, .pagination&gt;.active&gt;span, .pagination&gt;.active&gt;a:hover, .pagination&gt;.active&gt;span:hover, .pagination&gt;.active&gt;a:focus, .pagination&gt;.active&gt;span:focus {
	color: #fff;
    background-color: #000;
    border: none;
}
.pagination&gt;li&gt;a:hover, .pagination&gt;li&gt;span:hover, .pagination&gt;li&gt;a:focus, .pagination&gt;li&gt;span:focus {
	color: #fff;
    background-color: #454545;
    border: none;
}
.img-avatar {
	width: 50px;
	height: 50px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	margin-right: 10px;
}
.img-full {
	width: 100%;
}
.footer p {
	margin:0;
	text-align:center;
	color:#fff;
	text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}
.footer a {
	color:#c8c8c8;
}
.footer a.btn {
	color:#fff;
	margin-top: 10px;
}
.footer &gt; .container {
	padding-right:15px;
	padding-left:15px;
}
footer h3 {
    margin-bottom: 30px;
}
footer .footer-above {
    padding-top: 20px;
    background-color: #232323;
}
footer .footer-col {
    margin-bottom: 20px;
}
footer .btn-outline {
	background-color: #131313;
	margin-top: 0px;
}
footer .footer-below {
    padding: 25px 0;
    background-color: #cc0000;
    font-size: 18px;
}
footer .list-inline {
	margin-top: 20px;
	margin-bottom: 0;
}
footer .list-inline a {
	margin-bottom: 10px;
}
footer .list-inline .icon-fa-deezer {
	width: 18px;
	height: 10px;
	background-size: cover;
}
.btn-social {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
}
ul.list-links {
	margin: 0;
	padding: 0;
}
ul.list-links li {
	text-align: center;
	list-style-type: none;
	font-size: 18px;
	line-height: 30px;
}
.form-group-affix.affix {
	top:90px;
}
.navbar {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    min-height: 67px;
}
.navbar .dropdown a{
	text-transform:none;
}
.navbar-nav&gt;li&gt;.dropdown-menu {
	margin-top: 0px;
}
.dropdown-menu&gt;li&gt;a {
	padding: 5px 20px;
}
.dropdown-menu&gt;li&gt;a:hover, .dropdown-menu&gt;li&gt;a:focus {
	background-color: #cc0000;
	color:#fff;
}
.navbar-inverse {
	background-color: #000;
	border:none;
}
.navbar-inverse .navbar-nav&gt;li&gt;a {
	color:#fff;
	text-transform: uppercase;
	font-size: 15px;
}
.navbar-inverse .navbar-nav&gt;li&gt;a:hover {
	color:#e8e8e8;
}
.navbar-inverse .navbar-nav&gt;.active&gt;a,.navbar-inverse .navbar-nav&gt;.active&gt;a:focus,.navbar-inverse .navbar-nav&gt;.active&gt;a:hover {
	background-color:transparent;
	color:#cc0000;
}
.navbar-inverse .navbar-nav&gt;.open&gt;a, .navbar-inverse .navbar-nav&gt;.open&gt;a:hover, .navbar-inverse .navbar-nav&gt;.open&gt;a:focus {
	background-color: #cc0000;
}
.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
	border:none;
}
.navbar-toggle {
	margin-top: 18px;
}
.navbar-inverse .navbar-toggle {
	border:none;
	background-color:#cc0000;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color:#fff;
}
.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover {
	background:#cc0000;
}
.navbar-brand&gt;img {
	margin-top: -5px;
	max-height: 55px;
}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-brand{
	color:#fff;
	text-transform: uppercase;
    font-size: 28px;
    font-weight: bold;
}
.navbar-inverse .navbar-brand:hover {
	color:#e8e8e8;
}
.nav-tabs {
	margin-bottom: 20px;
}
.heading-title {
	padding: 5px 10px;
	font-size: 15px;
	margin-top: 0;
}
.heading-inverse, .heading-inverse a {
	background-color: #000;
	color:#fff;
}
.btn {
	border:none;
}
.btn-reservations {
	display: none;
	margin:80px auto 0 auto;
}
.btn-primary {
	background-color: #337ab7;
}
.btn-primary:hover, .btn-primary:focus {
	background-color: #2e6da4;
}
.btn-default {
	background-color: #656565;
	color:#fff;
}
.btn-default:hover, .btn-default:focus{
	background-color: #454545;
	color:#fff;
}
.btn-nav {
	text-align: left;
    float: left;
    font-size: 14px;
    padding: 10px 13px;
    margin-right: 4px;
}
.btn-nav:last-child {
	margin-bottom: 20px;
}
.dropdown-menu.dropdown-menu-languages&gt;li&gt;a {
	padding: 7px 5px 7px 15px!important;
}
.dropdown-languages a {
	background-color: transparent!important;
}
.dropdown-menu-languages {
	min-width: 84px;
	width: 84px;
	padding-top: 0;
	padding-bottom: 0;
	border-top: none;
	background-color: #000;
}
.dropdown-menu-languages li {
	float: left;
}
.btn-outline {
    margin-top: 15px;
    border: none;
    font-size: 20px;
    color: #fff;
    background-color:#232323;
    transition: all .3s ease-in-out;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    color: #e8e8e8;
    background:#000 ;
}
.container-slider {
	background-color: #000;
}
.slider {
	background-image:url(../img/slider.jpg);
	background-position:center;
	background-size:cover;
	width:100%;
	height:500px;
	padding-right:15px;
	padding-left:15px;
}
.slider .btn,.slider input,.slider select {
	border:none;
}
.slider .title {
	color:#fff;
	text-align:center;
	font-size:28px;
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    text-shadow: 0 3px 8px rgba(0,0,0,.62);
	padding-top:20px;
}
.slider p.description {
    color: #fff;
	margin-top: 40px;
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    text-shadow: 0 3px 4px rgba(0,0,0,.9);
    letter-spacing: 1.5px;
}
.slider .btn-phone {
	margin:0 auto;
	display:block;
	margin-top:25px;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:30px;
	padding-right:30px;
	font-size:17px;
	background-color:#cc0000;
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}
.slider .btn-phone:hover, .slider .btn-phone:focus {
	background-color: #cc3333;
}
.form-search {
	text-align:center;
	margin-top:40px;
}
.form-search .btn-submit {
	display: block;
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
	background-color:#000;
}
.form-search .btn-submit {
	margin-top: 20px;
}
.form-search .btn-submit  .glyphicon {
	vertical-align: text-top;
}
.form-inline.form-search .form-control {
	width:200px;
}
.container-featured {
	margin-top:25px;
	position:relative;
}
.col-featured {
	margin-bottom:25px;
}
.container-featured h2 {
	text-align: center;
    color: #fff;
    font-size: 18px;
    background-color: #232323;
    padding: 15px 0;
    margin: 0;
}
.container-featured img:hover {
	opacity:.8;
}
.container-blue {
	padding:40px 0 60px 0;
	background-color: #cc0000;
	background-image:radial-gradient(#cc0000, #cc3333);
	color:#fff;
}
.container-blue p {
	line-height: 30px;
	margin-top: 30px;
	margin-bottom: 40px;
	font-size: 18px;
	text-align: center;
}
.container-video {
	padding:40px 0;
	background-color: #f5f5f5;
}
.container-video iframe {
	margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: 280px;
}
.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.container-dark {
	padding:40px 0 60px 0;
	background-color: #050505;
	background-image:radial-gradient(#050505, #121212);
	color:#fff;
}
.container-dark h2 {
	text-align: center;
}
.container-dark p {
	line-height: 30px;
	margin-top: 30px;
	margin-bottom: 40px;
	font-size: 18px;
}
.container-dark .well {
	background-color: transparent;
	border: none;
	padding: 0px;
}
.container-dark .well .col-padding {
	padding-left: 0px;
	padding-right: 0px;
}
.container-light-grey {
	padding:60px 0 60px 0;
	background-color: #f9f9f9;
	color:#545454;
}
.container-light-grey p {
	line-height: 30px;
	margin-top: 30px;
	margin-bottom: 40px;
	font-size: 18px;
}
.container-light-grey .fa-quote-left {
	color:#e8e8e8;
	margin-right: 10px;
}
.container-light-grey .fa-quote-right {
	color:#e8e8e8;
	margin-left: 10px;
}
.container-contact {
	padding-top:20px;
	padding-bottom:20px;
	background-color: #231f20;
}
.container-contact.container-top {
	text-align: center;
	padding-bottom: 0;
}
.container-contact h1 {
	color:#fff;
	margin-top: 0px;
}
.container-contact.container-top p.description {
	margin-top: 40px;
	color:#fff;
}
.container-contact address {
	font-size: 25px;
	text-align:center;
}
.container-contact address h3 {
	margin-top: 0;
	font-size: 28px;
	color:#fff;
}
.container-contact p.phone {
	font-size: 24px;
    font-weight: 100;
    margin-top: 20px;
}
.container-contact hr {
	border-top: 1px solid #fff;
}
#form-contact .form-submit {
	text-align: right;
	margin-bottom: 0px;
}
#form-contact .btn {
	width:50%;
}
table.bit-events {
	margin-top: 20px;
}
.container-latest-news {
	margin-top: 67px;
	padding-left: 0px;
	padding-right: 0px;
	background: linear-gradient(to right, black 0%,black 50%,#000000 50%,white 50%,white 100%);
}
.container-latest-bio {
	margin-top: 67px;
	padding-left: 0px;
	padding-right: 0px;
	background: #fff;
}
.container-latest-news div.description {
	font-size: 17px;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	min-height: 123px;
	font-weight: bold;
    text-transform: uppercase;
}
.container-latest-news div.description p {
	font-size: 17px;
	font-weight: bold;
    text-transform: uppercase;
}
.container-latest-news div.carousel-caption {
	position: absolute;
	width: 100%;
	top:0;
	left:0;
	color:#fff;
	text-align: center;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
}
.container-latest-news div.carousel-caption h3 {
	font-size: 14px;
	margin: 0 auto;
	margin-top: 0;
	width: 80%;
}
.container-latest-news div.carousel-caption button {
	font-size: 80px;
    color: #fff;
    background-color: transparent;
    border:none;
}
.container-latest-news .btn-arrow {
	padding-left: 10px;
	padding-right: 10px;
	text-align: right;
}
.container-latest-news .btn-arrow a {
	color:#fff;
}
.container-latest-news .btn-arrow a:hover {
	text-decoration: none;
}
.container-latest-news .btn-arrow-absolute {
	position: absolute;
	bottom:0px;
	right:10px;
}
.container-latest-news .btn-arrow-absolute a {
	font-size: 40px;
	opacity: 0.5;
}
.container-latest-news .btn-arrow-absolute a:hover {
	opacity: 1;
}
.container-music {
    background-color: #f1f1f1;
    padding-top: 20px;
}
.container-top.container-music {
	background-color: #333;
	padding-top: 0px;
}
.col-music {
	min-height: 250px;
}
.container-music h2 {
	font-size: 13px;
	margin: 0;
}
.container-music .col-music div.title {
	font-size:12px;
	background-color: #fff;
	border-bottom:1px solid #e8e8e8;
	border-left:1px solid #e8e8e8;
	border-right:1px solid #e8e8e8;
	text-align: center;
	margin-bottom: 20px;
	padding-bottom:20px;
}
.container-music .col-music div.title h3 {
	font-size:12px;
	margin: 0;
	padding:10px;
}
.container-music .col-music h3 a {
	color:#333;
}
.container-music .bloc-play {
	position: absolute;
	color:#fff;
	font-size: 35px;
	text-align: center;
	width: 100%;
	left: 0;
	bottom: 44%;
}
.container-music .col-music .bloc-play {
	bottom: 60%;
}
.container-music .row-actions {
	margin-top: 20px;
	margin-bottom: 20px;
}
.container-music p.description {
	font-size: 12px;
	margin-top: 15px;
}
.container-videos {
    background-color: #f1f1f1;
    padding-top: 20px;
}
.container-videos .col-videos h3 {
	font-size:12px;
	background-color: #fff;
	border-bottom:1px solid #e8e8e8;
	border-left:1px solid #e8e8e8;
	border-right:1px solid #e8e8e8;
	margin: 0;
	margin-bottom: 20px;
	padding:10px;
	min-height: 47px;
	text-align: center;
}
.container-videos .col-videos h3 a {
	color:#333;
}
.container-videos .pagination-right,
.container-videos .pagination {
	float: none!important;
	text-align: center;
}
.container-videos .pagination {
	margin-bottom: 15px;
}
a.video-container {
	display: block;
	cursor: pointer;
}
.btn-play-video {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	bottom:52%;
	text-align: center;
}
.btn-play-video .fa {
	color:#fff;
	font-size:55px;
}
.share-channel {
	background-color: #333;
    padding: 10px 10px 5px 10px;
    color: #fff;
}
.col-relative {
	position: relative
}
.col-no-margin {
	margin-left: 0px;
	margin-right: 0px;
}
.col-no-padding {
	padding-left: 0px;
	padding-right: 0px;
}
h1.title-block,
h2.title-block {
	background-color: #333;
	color:#fff;
	padding:10px;
	font-size: 14px;
	margin: 0;
}
h1.title-block a,
h2.title-block a {
	color:#fff;
}
.container-fluid .container h1.title-block,
.container-fluid .container h2.title-block {
	padding:10px 0;
}
.title-block .fa {
	font-size: 20px;
	color:#fff;
	vertical-align: text-bottom;
}
.btn-pagination {
	display: block;
	font-size: 35px;
	text-align: center;
	margin-bottom: 20px;
}
.btn-back {
	margin-top: 20px;
	margin-bottom: 20px;
}
#modalBuyMusic .modal-header {
	border-bottom: none;
}
#modalBuyMusic .modal-footer {
	border-top: none;
}
#modalBuyMusic ul, #modalBuyMusic ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#modalBuyMusic ul li {
	clear: both;
    float: left;
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 37px;
}
#modalBuyMusic ul .btn {
	float:right;
}
#modalBuyMusic .modal-title {
    margin: 0;
    background-color: #333;
    color: #fff;
    line-height: 1.42857143;
    font-size: 15px;
    padding: 10px;
    text-align: center;
    font-weight: normal;
}
#modalBuyMusic .modal-title  span{
	display: block;
	text-transform:none;
	color:#c8c8c8;
}
#modalBuyMusic .bloc-play {
	position: absolute;
	left:0;
	right:0;
	top:19%;
	text-align: center;
	width: 100%;
	padding-top: 80px;
}
#modalBuyMusic .bloc-play a {
	font-size: 80px;
}
#player {
	display:none;
	background-color: #151515;
	padding:10px 0;
	position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
}
#player a.inline-playable {
	color:#fff;
	font-size: 40px;
	vertical-align: middle;
	margin-right: 10px
}
#player .col-btn-player {
	text-align: center;
}
#player h3 {
	color:#fff;
	text-align: center;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 15px;
}
#player .icon-png {
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 4px;
	height: 31px;
	line-height: 31px;
	vertical-align: middle;
}
#player .progress {
	background-color: #151515;
	background-size: 100% 40px;
	border-radius: 0;
	border:none;
	box-shadow:none;
	height: 40px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-position: left center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.col-player-progress {
	cursor: pointer;
}
#player .progress-bar-prepend {
	background-color: transparent;
	box-shadow: none;
}
#player .progress-bar {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
#player .close {
	position: absolute;
	top:20px;
	right:20px;
	cursor: pointer;
	color:#fff;
	z-index: 1;
	float: none;
    opacity: 1;
    text-shadow:none;
}
#player .open-player {
	display: none;
	position: absolute;
	top:13px;
	right:10px;
	cursor: pointer;
	color:#fff;
	z-index: 1;
	border: none;
    background: none;
}
.container-news {
	background-color:#f1f1f1;
	padding-top: 20px;
}
.container-news .well {
	padding: 1px;
	background-color: #fff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
}
.container-news img {
	width: 75px;
	height: 75px;
	display: inline-block;
}
.container-news h3 {
	font-size: 12px;
	font-weight: normal;
	color:#c8c8c8;
	text-transform: none;
	margin: 0;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.container-news p.description {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 13px;
	font-weight: bold;
}
.container-news .btn-play-video {
	bottom:auto;
	left: 35px;
    top: 18px;
	right: auto;
	width: auto;
}
.container-news .btn-play-video .fa {
	font-size: 45px;
}
.container-news .inline-playable {
	position: absolute;
	left: 37px;
    top: 12px;
}
.filter {
	border: 1px solid #f8f8f8;
	font-size: 12px;
	padding: 1px 5px;
	margin-bottom: 15px;
	display: inline-block;
	color:#a8a8a8;
	background-color: #fff;
	box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
	margin-right: 5px;
	background-color: #fbfbfb;
}
.filter:focus {
	color:#a8a8a8;
}
.filter span.select {
	width: 7px;
	height: 7px;
	background-color: #c8c8c8;
	display: inline-block;
	vertical-align: middle;
}
.filter.active span.select {
	background-color:#cc0000;
}
.filter.active {
	color:#cc0000;
}
.filter:hover,
.filter.active:hover {
	color:#666;
}
.filter:hover span.select,
.filter.active:hover span.select {
	background-color:#666;
}
div.gallery {
   float:left;
   width: 100%;
}
div.gallery .item {
  	float: left;
  	margin-bottom: 20px;
}
div.gallery .item img {
  	max-width: 100%;
  	max-height: 100%;
  	vertical-align: bottom;
  	cursor: pointer;
}
div.gallery .first-item {
  	clear: both;
}
div.gallery .last-row, div.gallery .last-row ~ .item {
  	margin-bottom: 20px;
}
ul.gallery-list, ul.gallery-list li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#albums-pictures{
	margin-bottom: 20px;
}
ul.gallery-list li {
	float:left;
	width:100px;
	height: 150px;
	margin-right: 40px;
	margin-bottom: 10px;
	text-align: center;
}
ul.gallery-list li img {
	cursor: move;
}
.instagram-media {
	margin-bottom: 20px!important;
	min-height: 395px;
}
.container-login {
	padding-top:92px;
}
.container-login h1 {
	text-align: center;
	margin-bottom: 20px;
	color:#fff;
}
.container-login p{
	font-size: 16px;
}
.container-login .well {
	background-color: #fff;
}
.container-login .btn-form-submit {
	margin-top: 20px;
}
.btn-form-submit {
	margin-bottom: 20px;
}
.container-login .btn-back {
	color:#fff;
}
.container-albums {
	padding-top: 20px;
}
/*******************************************
NEWS
*******************************************/
.col-news-albums img {
	width: auto;
	max-width: auto;
	height: 60px;
	max-height: 60px;
}
.col-news-albums .well {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
}
.row-news-inner {
    background-color: #f9f9f9;
    padding: 15px;
    margin-bottom: 20px;
}
.row-news .date-news {
	background-color: #f1f1f1;
}
.row-news .date-news span {
    display: inline-block;
    background-color: #77b300;
    color: #fff;
    padding: 5px 20px;
    margin: 0;
    font-size: 18px;
}
.row-news .date-news label {
	margin-top: 10px;
	margin-right: 10px;
}
.row-news .btn-delete, .row-new .btn-delete {
	margin-right: 15px;
	margin-left: 15px;
}
.row-news h3 {
	font-weight: bold;
}
.row-news .description-short {
	min-height: 120px;
}
.row-new .date-news span {
    display: inline-block;
    color: #fff;
    padding: 5px 20px;
    margin: 0;
    font-size: 18px;
    position: absolute;
    background-color: #77b300;
}
.row-new .social-links {
	margin-top: 10px;
}
.row-new  .img-responsive {
	margin-bottom: 20px;
}
.progress-bar-news {
	margin-top:10px;
	margin-bottom: 0px;
}
/*BIO*/
.tab-bio {
	margin-top: 20px;
}
.tab-bio  .nav-tabs a {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}
.tab-bio p {
	font-size: 17px;
}
.tab-bio .nav-tabs {
	margin-bottom: 0px;
}
.tab-bio .well {
    border-top: none;
    box-shadow: none;
    border-radius: 0;
}
.tab-bio  .nav-tabs&gt;li.active a {
	background-color: #f9f9f9;
}
.tab-bio .well h2 {
	margin-bottom: 20px;
}
.text-bio {
	margin-bottom: 20px;
	font-size: 17px;
}
.img-bio {
	display: none;
}
.img-bio.active {
	display: block;
}
.progress-bar-bio {
	margin-top:10px;
	margin-bottom: 0px;
}
/*Shop*/
.container-shop {
	padding-top: 20px;
}
.container-shop .pagination-right,
.container-shop .pagination,
.container-music .pagination-right,
.container-music .pagination,
.container-albums .pagination-right,
.container-albums .pagination {
	float: none!important;
	text-align: center;
}
.container-shop .pagination,
.container-music .pagination,
.container-albums .pagination {
	margin-bottom: 15px;
}
.row-shop h2 {
	margin-top: 0;
	font-size: 14px;
	text-transform: none;
}
.row-shop h3 {
	margin-top: 0;
	font-size: 12px;
	text-transform: none;
	color:#565656;
}
.row-shop span.price {
	display: block;
    text-align: center;
    color: #fff;
    font-style: italic;
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #337ab7;
    width: 100%;
}
.row-shop .row-media {
	float: left;
	width: 100%;
	min-height: 108px;
	background-color: #f9f9f9;
	border: 1px solid #e8e8e8;
	padding: 10px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);

}
.row-shop .row-media a.img {
	display: block;
	position: relative;
}
.row-shop .row-media a.img img {
	width: 100%;
}
a.bit-track-artist-header {
	border-top: none!important;
}
table.bit-events {
	margin-bottom: 20px;
}
/*******************************************
ALBUMS LIST
*******************************************/
.col-albums {
    text-align: center;
    margin-bottom: 30px;
}

.col-albums .img-circle {
    display: inline-block;
    border: 4px solid #e8e8e8;
}
body.dark .col-albums .img-circle {
	border-color: #333;
}
.col-albums .img-circle :hover {
	opacity: 0.8;
}
.col-albums h4 a {
	color:#333;
	text-decoration: none;
	font-size: 17px;
}
.col-albums h4 a:hover {
	color:#666;
	text-decoration: none;
}
#modalSliderGallery {
	margin: 0!important;
	padding: 0!important;
}
#modalSliderGallery .modal-dialog {
	width: 100%;
	margin: 0!important;
	padding: 0!important;

}
#modalSliderGallery .modal-content {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	box-shadow:none;
	background-color: #000;
	border: none;
}
#modalSliderGallery .modal-header {
	border-bottom: 1px solid #323232;
	color:#fff;
}
#modalSliderGallery .modal-body {
	padding:0;
}
#modalSliderGallery .modal-footer {
	border-top: 1px solid #323232;
}
#modalSliderGallery .close {
	color:#fff;
	opacity: 0.8;
}
#modalSliderGallery .close:hover {
	opacity: 1;
}
#carousel-gallery .carousel-inner img {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}
#modalSliderGallery .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
#carousel-gallery .item {
	text-align: center;
}
/*******************************************
NEWSLETTER
*******************************************/
.row-newsletter {
	float: left;
	width: 100%;
}
.form-newsletter {
	float: left;
	width: 100%;
	padding: 20px;
	padding-bottom: 5px;
	background-color: #000;
}
.form-newsletter-grey {
	background-color: #222;
}
.form-newsletter h2 {
	color:#fff;
	margin-top: 0;
	margin-bottom: 20px;
	text-align: center;
	font-size: 23px;
}
/*******************************************
BLOCK UI
*******************************************/
div.blockOverlay{
	background-color: transparent !important;
}
div.blockMsg {
    width:  40px;
    height:40px;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    background-color:transparent;
    border: none;
    box-shadow: none;
}
div.blockMsg img {
	-webkit-animation:spin 2.0s linear infinite;
    -moz-animation:spin 2.0s linear infinite;
    animation:spin 2.0s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); }}
/*icons*/
.icon-png {
	display: inline-block;
	text-align: center;
	background-repeat: no-repeat;
}
.icon-fa-deezer {
	background-image: url('../img/icon-deezer.png');
	width: 36px;
	height: 20px;
	vertical-align: middle;
}
.icon-deezer {
	background-image: url('../img/deezer.png');
	width: 52px;
	height: 31px;
	vertical-align: middle;
}
.icon-deezer-dark {
	background-image: url('../img/deezer-dark.png');
	width: 31px;
	height: 31px;
	vertical-align: middle;
}
.icon-itunes {
	background-image: url('../img/itunes.png');
	width: 83px;
	height: 31px;
	vertical-align: middle;
}
.icon-google-play {
	background-image: url('../img/google-play.png');
	width: 104px;
	height: 31px;
	vertical-align: middle;
}
.icon-ugt {
	background-image: url('../img/ugt.png');
	width: 122px;
	height: 31px;
	vertical-align: middle;
}
.icon-amazon {
	background-image: url('../img/amazon.png');
	width: 155px;
	height: 31px;
	vertical-align: middle;
}
.icon-spotify {
	background-image: url('../img/spotify.png');
	width: 86px;
	height: 28px;
	vertical-align: middle;
	background-color: #fff;
}
.icon-spotify-dark {
	background-image: url('../img/spotify-dark.png');
	width: 31px;
	height: 31px;
	vertical-align: middle;
}
.icon-download {
	background-image: url('../img/download.png');
	width: 31px;
	height: 31px;
	vertical-align: middle;
}
.icon-quote-left {
	background-image: url('../img/quote-left.png');
	width: 66px;
	height: 50px;
	background-size: cover;
	margin-right:10px;
	vertical-align: middle;
}
.icon-quote-right {
	background-image: url('../img/quote-right.png');
	width: 66px;
	height: 50px;
	background-size: cover;
	margin-left:10px;
	vertical-align: middle;
}</pre></body></html>