
body {
	padding: 0;
	margin: 0;
	background-color: #E7E7E7;
}

.hidden_bit_pixel {
    display: none;
}

.hidden_video_id {
    display: none;
}

.meta_description {
    display: none;
}

img[src="http://load.s3.amazonaws.com/pixel.gif"]{
    display: none;
}

.ui-loader {
    display:none;
}

a:link, a:visited {
	color: #000000;
}

a:hover, a:active {
	color: #00b4b3;
}

a h4 {
	display: inline-block;
	text-decoration: inherit;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Fira Sans', 'sans-serif';
}

p {
	font-family: 'Fira Sans', 'sans-serif';
}

.container-fluid {
	padding: 0;
	background-repeat: no-repeat;
}

.bg-home {
    background-color: #FFFFFF;
}

.header-nav {
    max-width: 1172px;
    margin-left: auto;
    margin-right: auto;
}

.header_bar {
	background-color: #00b4b3;
	background-clip: content-box;
	margin-bottom: 22px;
}

.header_bar h1,
.header_bar h2,
.header_bar h3,
.header_bar h4,
.header_bar h5 {
	padding-left: 8px;
	color: #FFFFFF;
}

#main-header-container {
    width: 100%;
}

#main-nav-container {
    padding: 12px 30px;
    margin-bottom: 0;
    box-shadow: 0px 1px 2px #AAAAAA;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    z-index: 20;
}

#main-header-container h2 {
    text-align: center;
    color: #FFFFFF;
    font-weight: 400;
    margin-bottom: 0;
    margin-right: 52px;
    min-width: 326px;
}

#main-nav-container h4 {
    font-weight: 300;
}

#nav-inner-container {
    max-width: 1076px;
    margin-left: auto;
    margin-right: auto;
}

.header-navigation-container {
    position: relative;
    top: 12px;
}

@media screen and (max-width: 767px){
    #header-navigation {
        float: none !important;
    }
    
    #header-navigation .nav {
        margin-top: 20px;
    }
}

#main-navigation {
    padding-left: 0;
    padding-right: 0;
}

#main-navigation ul {
    width: 100%;
}

#main-navigation ul li {
    font-family: 'Fira Sans', 'sans-serif';
    float: none;
    display: inline-block;
    margin-right: 2%;
    padding-bottom: 5px;
    padding-top: 12px;
    background-color: #FFFFFF;
}

#main-navigation ul li a {
    font-size: 18px;
    padding: 0;
    padding-left: 14px;
    padding-right: 14px;
}

/* BOOTSTRAP */
.navbar-default .navbar-nav > li > a {
    color: #000000;
}

.navbar-default .navbar-nav > li > div > a:hover, 
.navbar-default .navbar-nav > li > div > a:focus {
    color: #000000 !important;
    text-decoration: none !important;
}

.navbar-default .navbar-nav > .active > div > a, 
.navbar-default .navbar-nav > .active > div > a:hover, 
.navbar-default .navbar-nav > .active > div > a:focus {
    color: #000000 !important;
    text-decoration: none !important;
}

.navbar-default .navbar-nav > li > .li-container {
    display: inline-block;
    border-bottom: 1px solid #FFFFFF;
}

.navbar-default .navbar-nav > li > .li-container:hover, 
.navbar-default .navbar-nav > li > .li-container:focus {
    border-bottom: 1px solid #00B4B3;
}

.navbar-default .navbar-nav > .active > .li-container, 
.navbar-default .navbar-nav > .active > .li-container:hover, 
.navbar-default .navbar-nav > .active > .li-container:focus {
    border-bottom: 1px solid #00B4B3;
}
/*************/

/*#main-navigation ul li.active {
    color: #0e7e8b;
}
*/

@media screen and (max-width: 767px){
    #main-navigation ul li.page-link {
        padding-bottom: 29px;
    }   
}

#main-navigation ul li.page-link:hover {
    color: #0e7e8b;
}

#main-navigation ul li.right-nav {
    margin-right: 0;
    padding-right: 0;
}

#artist_search_li {
    width: 258px;
}

#artist_search_li > .ui-input-text {
    display: inline;
}

#search_icon {
    font-size: 1.5em;
    color: #CBCBCB;
}

#artist_search {
    width: 205px;
    margin-left: 14px;
    border: 0;
    border-bottom: 1px solid #AAAAAA;
    position: relative;
    bottom: 5px;
}

@media screen and (max-width: 1066px) {
    #artist_search_li {
        width: 192px;
    }
    
    #artist_search {
        width: 139px;
    }
}

#artist_search:focus {
    outline: 0;
}

.navbar-collapse.in {
    overflow-y: visible; 
}

#search_popover {
    top: 34px;
    width: 400px;
    z-index: 9999;
}

@media screen and (max-width: 676px){
    #search_popover {
        left: 50px;
    }
}

#search_popover .arrow {
    left: 20%;
}

#search_results .search_result {
    display: block;
    text-align: left;
}

#search_results .search_result img {
    width: 30px;
}

#search_results .search_result_name {
    font-size: 0.8em;
    padding-left: 12px;
}

@media screen and (max-width: 767px){
    #main-navigation ul li {
        display: block;
        text-align: center;
        margin-right: 0;
    }    
}

.notice {
    color: #6EB949;
    background-color: #E3F1D9;
    border: 1px solid #6EB949;
    margin-top: -13px;    
    margin-left: -31px;
    margin-right: -31px;
    margin-bottom: 12px;
    padding: 0 14px;
    text-align: center;
}

@media screen and (max-width: 992px){
    .notice {
        margin-top: -1px;
        margin-left: -1px;
        margin-right: -1px;
    }
}

.notice .close-notice {
    float: right;
    position: relative;
    top: 8px;
}
.notice .close-notice:hover {
    cursor: pointer;
}

.notice .message {
    margin: 16px 0 8px 0;
    font-size: 1.1em;
    font-weight: 500;
    padding: 0 36px;
}

.notice .note {
    margin-bottom: 12px;
}

.notice a {
    color: #1B9A98;
    text-decoration: none;
}

@media screen and (max-width: 767px){
    .notice .message{
        padding: 0 36px;
    }
}

@media screen and (max-width: 610px){
    .notice .message{
        padding: 0 24px;
    }    
}

@media screen and (max-width: 424px){
    .notice .message{
        padding: 0 12px;
    }        
}

@media screen and (max-width: 400px){
    .notice .message{
        padding: 0 10px;
    }         
}

/*
*
*   App CTA
*
*/

.container-fluid .parallax {
    position: relative;
    background: url("http://d38hmgjgf0kofx.cloudfront.net/images/v3/BIT_bg_maroon5.jpg")50% 0 no-repeat fixed;
    background-size: cover;
    height: 647px;
    width: 100%;
    margin: 0;
}

.container-fluid .parallax .container {
    width: 70%;
    position: relative;
    top: 120px;
}

.container-fluid .parallax .container .text {
    margin-top: 10%;
    z-index: 2;
}

@media screen and (max-width: 991px){
    .container-fluid .parallax {
        height: 400px;
    }  
    .container-fluid .parallax .container {
        top: 74px;
    }
    .container-fluid .parallax .container .text {
        margin-top: 4%;
    }
}

@media screen and (max-width: 767px){
    .container-fluid .parallax {
        height: 500px;
    }  
    .container-fluid .parallax .container {
        width: 100%;
    }
    .container-fluid .parallax .container {
        top: 0px;
    }    
    .container-fluid .parallax .container .text {
        margin-top: 15%;
        padding-left: 7%;
    }
}

.container-fluid .parallax .text h3, 
.container-fluid .parallax .text h4 {
    color: #FFFFFF;
    font-weight: 900;
    text-shadow: 1px 3px 3px #3E3E3E;
}

.container-fluid .parallax .text h3 {
    font-size: 43px;
}

.container-fluid .parallax .text h4 {
    font-size: 23px;
}

.container-fluid .parallax .app-buttons {
    max-width: 500px;
    margin-left: -8px;
    padding: 0;
}

.container-fluid .parallax .app-buttons .button-container {
    padding: 0;
    max-width: 230px;
}

.container-fluid .parallax .app-buttons img {
    width: 100%;
    max-width: 231px;
}

#mainSection {
	max-width: 1238px;
    padding-top: 0;
/*    padding-top: 38px;*/
    padding-bottom: 66px;
    margin: 0 auto 40px auto;
	background-color: #FFFFFF;
}

.main-content {
    margin-left: 66px;
    margin-right: 66px;
}

.section-home {
/*    padding-top: 0!important;*/
    padding-bottom: 0!important;
}

@media screen and (max-width: 767px){
    .main-content {
        margin-left: 14px;
        margin-right: 14px;
    }
}

.stub_container {
	min-height: 375px;
	margin-bottom: 22px;
}

.stub_container h4 {
	margin-bottom: 0px;
}

.stub_date {
	margin-bottom: 0px;
    color: #CBCBCB;
}

.stub_dek {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #777777;
}

.read_more {
	color: #00b4b3 !important;
	font-family: "Rockwell", "serif";
}

.feature_info .read_more {
    color: #FFFFFF !important;
}

@media screen and (max-width : 991px) {
	.stub_container .content_container p {
		width: 332px;
	}
}

#article-container {
	position: relative;
    width: 70%;
    margin: 36px auto 20px auto;
    float: none;
    overflow: auto;
}

@media screen and (max-width: 767px){
    #article-container {
        width: 96%;
    }
}

.protosite-article-container {
    width: 100% !important;
}

.stub_image_container {
	max-height: 254px;
	overflow-y: hidden;
    position: relative;
}

.article_image {
	width: 100%;
    max-width: 338px;
	max-height: 100%;
}

@media screen and (max-width: 767px) {
	.article_image {
		max-width: 332px;
	}
}

.feature {
	position: relative;
/*	max-width: 1076px;
	min-width: 332px;*/
	height: 420px;
/*	margin-left: 15px;*/
	margin-bottom: 38px;
	background-clip: content-box;
}

.feature a {
	color: #FFFFFF;
	text-decoration: none;
}

.feature_image_container {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-clip: content-box;
}

.feature_image_container:before {
    content: '';
	position: absolute;
	top: 0;
	right: 14px;
	bottom: 0;
	left: 14px;
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 50%, rgba(0,0,0,0.7) 82%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(82%,rgba(0,0,0,0.7)), color-stop(50%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 50%,rgba(0,0,0,0.7) 82%); /* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(top, rgba(255,255,255,0) 50%,rgba(0,0,0,0.7) 82%); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0) 50%,rgba(0,0,0,0.7) 82%); /* IE10+ */
	background-image: linear-gradient(to bottom, rgba(255,255,255,0) 50%,rgba(0,0,0,0.7) 82%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.feature_image {
	width: 100%;
	z-index: -1;
}

.feature_date {
	color: #CBCBCB;
}

.feature_info {
	display: inline-block;
	position: absolute;
	bottom: 3px;
	color: #FFFFFF;
	padding-left: 20px;
    padding-right: 20px;
}

.feature_info h1 {
	margin-top: 0;
	margin-bottom: 6px;
	color: #FFFFFF;
}

.feature_info p {
	padding-top: 5px;
}

.article_title, .article_dek {
	margin-top: 0;
}

.dek_hidden {
    display: none !important;
}

.upcoming_shows_by_artist_id {
    display: none !important;
}

.upcoming_shows_artist_name {
    display: none !important;
}

.track_button_name {
    display: none !important;
}

.track_table_names {
    display: none !important;
}

.author_date {
	font-family: "Georgia", "Times", "Times New Roman", "serif";
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	line-height: 14px
}

.article_content {
	line-height: 28px;
}

.article_content p,
.article_content h1,
.article_content h2,
.article_content h3,
.article_content h4,
.article_content h5,
.article_content .iframe_container{
	margin-left: 20px;
	padding-right: 20px;
}

.lg-article .article_content .iframe_container {
    margin-left: 0;
    padding-right: 0;
}

.lg-article .article_content .youtube_embed iframe {
    width: 745px !important;
    height: 418px !important;
}

.article_content p {
    margin-bottom: 24px
}

.article_content > a {
	margin-left: 20px;
	padding-right: 20px;    
}

.article_content a {
    color: #00B4B3;
    font-weight: bold;
}

.article_image_fullwidth_container {
	margin-top: 20px;
	margin-bottom: 20px;
}

.article_image_fullwidth {
	width: 100%;
}

.article_image_annotation {
    padding-top: 3px;
}

.article_image_annotation span {
	color: #7F7F7F;
	font-size: 0.9em;
	font-style: italic;
	font-family: "Georgia", "sans-serif";
}

.article_orig_image {
    max-width: 100%;
}

.large_text_container {
	margin-top: 40px;
	margin-bottom: 40px;
}

.oneliner_container {
	margin-top: 20px;
	margin-bottom: 20px;	
}

.article_bold_oneliner {
	font-weight: bold;
	font-size: 1.2em;
	font-family: "Bitter", "serif";
}

.article_large_text {
	padding-left: 80px !important;
	padding-right: 80px !important;
	color: #00B4B3;
	font-family: "Bitter", "serif";
}

@media screen and (max-width: 767px){
    .article_large_text {
        padding-left: 10px !important;
        padding-right: 10px !important;     
        font-size: 24px;
    }
}

.article_aside_image_container {
	width: 378px;
	float: left;
}

.article_aside_image {
	margin-top: 6px;
	width: 354px;
	box-shadow: 3px 3px 5px #888888;
} 

@media screen and (max-width: 568px){
	.article_aside_image_container {
		width: 100%;
	}

	.article_aside_image {
		width: 100%;
	}
}

.contest_form {
    margin-left: 20px;
    padding-right: 20px;
    width: 100%;
}

.contest_form iframe {
    max-width: 100% !important;
}

.iframe_container {
    width: 100%;
}

.iframe_container iframe {
    max-width: 100% !important;
}

.instagram_container { 
    margin-left: 20px;
    padding-right: 20px;
    position: relative; 
    padding-bottom: 120%; 
    height: 0; 
    overflow: hidden;
} 
.instagram_container iframe, 
.instagram_container object, 
.instagram_container embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}

@media screen and (max-width: 900px){
    .instagram_container { 
        padding-bottom: 125%;
    }
}

@media screen and (max-width: 530px){
    .instagram_container { 
        padding-bottom: 140%;
    }
}

.twitter_tweet {
    margin-left: 20px;
    padding-right: 20px;    
}

.sidebar_articles {
	margin-bottom: 38px;
}

.sidebar_articles_image {
	width: 100%;
/*	height: 158px;
	background-size: cover;
	background-clip: content-box;*/
}

.sidebar_articles a {
	width: 99%;
}

.sidebar_articles h4 {
	margin-bottom: 2px;
}

/* 
*
*
*   PAGES/ZONES
*
*
*/

.bit_video_player {
    max-width: 810px;
}

/*.home-section {
    margin-top: 40px
}*/

.zone-header {
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 24px;
    border-bottom: 1px solid #00b4b3;
}

.template {
    margin-top: 10px;
    margin-bottom: 10px;
}

.template.height_one {
    min-height: 512px;
}

.column_container {
    padding: 0;
}

.bit_button {
    color: #FFFFFF !important;
    text-decoration: none !important;
    background-color: #00B4B3;
    display: block;
    position: relative;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.glyphicon-menu-left:before {
    content:"\e257";
}

.glyphicon-menu-right:before {
    content:"\e258";
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-menu-left,
.carousel-control .glyphicon-menu-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  color: #b8b8b8;
  text-shadow: none;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-menu-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-menu-right {
  right: 50%;
}

/* 
*
*
*   TEMPLATES : ADS
*
*
*/

#cf_masthead {
    background-color: #494949 !important
}

#cf_pushdown_container {
    z-index: 10000;
}

.flex-container {
    height: 1px;
}

.ad {
    text-align: center;
}

.ad_push_down {
    margin-top: 38px;
}

@media screen and (max-width: 991px){
    .sm-short-ad-inline {
        margin-bottom: 30px;
        text-align: left;
        padding-left: 32px;
    }
}

@media screen and (max-width: 767px){
    .lg-full-ad {
        padding-left: 20px !important;
    }
}

@media screen and (max-width: 340px){
    .lg-full-ad {
        padding-left: 0px !important;
    }
    .sm-short-ad,
    .sm-tall-ad {
        padding-left: 10px !important;
    }
}

/* 
*
*
*   TEMPLATES : ARTICLE
*
*
*/

.lg-article .article_title {
    color: #000000;
    margin-top: 30px;
}

.lg-article .article_dek {
    font-weight: 400;
    margin-bottom: 16px;
}

.lg-article .author_name {
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
}

@media screen and (max-width: 767px){
    .lg-article .author_name {   
        padding-left: 0;
        padding-top: 5px;
        display: block;
    }
}

.lg-article p {
    font-family: 'Fira Sans', 'sans-serif';
    font-size: 1.3em;
    line-height: 1.6;
    margin-bottom: 36px;
}

.lg-article a,
.lg-article p,
.lg-article h1,
.lg-article h2,
.lg-article h3,
.lg-article h4,
.lg-article h5 {
    margin-left: 0;
}

.lg-article .youtube-player {
    margin-bottom: 36px;
}

/*
*
*
*   Photo gallery
*
*
*
*/

@media screen and (max-width: 767px) {
    .inline-ad {
        padding-left: 0px !important;
    }   
}

.lg-article .photo_gallery {
    margin-bottom: 20px;
}

.lg-full-carousel-gallery,
.lg-article .photo_gallery,
.lg-article .photo_gallery .carousel-inner,
.lg-article .photo_gallery .carousel-inner .gallery_image {
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    overflow: hidden !important;
}

.lg-article .gallery-title {
    padding-top: 10px;
}

.lg-article .gallery-title h4 {
    padding-top: 4px;
    margin-bottom: 20px;
}

.lg-article .gallery-title .index-container {
    text-align: right;
}

.lg-article .gallery-title .index-indicator {
    font-family: 'Fira Sans', 'sans-serif';
    font-weight: 700;
    margin: 10px 0;
    display: inline-block;
}

.lg-article .gallery-title .expand-view-hidden {
    display: none;
}

.lg-article .gallery-title .expand-view {
    width: 20px;
    height: 19px;
    background-image: URL('/images/expand-view.png');
    background-size: contain;
    display: inline-block;
    position: relative;
    top: 4px;
    margin-left: 20px;
    margin-right: 10px;
}

.lg-article .gallery-title .expand-view-alt:hover {
    cursor: pointer;
}


.lg-article .photo_gallery .carousel-indicator-container .carousel-control {
    width: 2%;
    font-size: 0.9em;
    z-index: 20;
}

.lg-article .photo_gallery .carousel-control.right,
.lg-article .photo_gallery .carousel-control.left {

  background-image: none !important;
  background-repeat: repeat-x;
  filter: none !important;
}

.lg-article .photo_gallery .carousel-control .glyphicon {
    font-size: 1.3em !important;
    margin-top: 320%;
    color: #FFFFFF;
    font-weight: 300;
}

@media screen and (max-width: 767px) {
    .lg-article .photo_gallery .carousel-control .glyphicon {
        font-size: 1em !important;
    }
}

.lg-article .photo_gallery .carousel-caption {
    padding-bottom: 0;
    padding-top: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.5);
    border-top: 1px solid black;
/*    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;*/
    text-shadow: none;
}

.lg-article .photo_gallery .carousel-caption p {
    padding: 16px;
    margin-bottom: 0;
    font-size: 16px;
    color: #FFFFFF;
}

@media screen and (max-width: 767px) {
    .lg-article .photo_gallery .carousel-caption p {
        font-size: 12px;
        padding: 8px;
    }
}

.caption-store {
    display: none;
}

.track-button-hidden {
    display: none;
}

.carousel-image-caption {
    min-height: 22px;
    font-size: 1em !important;
    font-style: italic;
    color: #777777;
}

.gallery-track-button {
    min-height: 1px;
    margin-bottom: 26px;
}

.gallery-track-button .bit_button {
    font-family: "Fira Sans", 'sans-serif';
    text-align: center;
    padding-top: 8px;
    padding-bottom: 6px;
    font-weight: 400;
}

.lb-caption {
    font-family: "Fira Sans", 'sans-serif';
}

/*.modal.combined.carousel {
  position: absolute; // Needed because the carousel overrides the position property
}*/

/*.lg-article .photo_gallery .carousel-indicators .active img {
    border: 2px solid #428BCA;
    opacity: 0.7;
}*/

@media screen and (max-width: 600px){    
    .lg-article .lg-full-carousel .carousel-indicators li {
        display: inline-block;
    }
}

.lg-article .photo_gallery .carousel-control .icon-prev, 
.lg-article .photo_gallery .carousel-control .icon-next, 
.lg-article .photo_gallery .carousel-control .glyphicon-menu-left, 
.lg-article .photo_gallery .carousel-control .glyphicon-menu-right {
    top: 45%;
}

.lg-article .share_icon_container {
    margin-top: 30px;
}

.lg-article .share_icon_container .share_icons li {
    display: inline-block;
    padding: 9px 10px 5px 10px;
    margin-top: 6px;
    margin-right: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.lg-article .share_icon_container .share_icons li a {
    color: #FFFFFF;
    font-family: "Fira Sans", 'sans-serif';
    text-decoration: none;
}

.lg-article .share_icon_container .share_icons li a span {
    position: relative;
    bottom: 2px;
}

.lg-article .share_icon_container .share_icons li a .fa {
    font-size: 1.4em;
}

.lg-article .share_icon_container .share_icons .facebook {
    background-color: #3C5A95;
}

.lg-article .share_icon_container .share_icons .twitter {
    background-color: #55ACEE;
}

.lg-article .share_icon_container .share_icons .email {
    background-color: #4A4A4A;
    padding-top: 9px;
}

.lg-article .share_icon_container .share_icons .track_artist {
    background-color: #00B8AB;
    padding-top: 12px;
}

.lg-article .share_icon_container .share_icons .track_artist .bit_icon {
    width: 20px;
    position: relative;
    bottom: 3px;
}

.lg-article .upcoming_shows {
    margin-bottom: 12px;
    margin-top: 18px;
    font-weight: 700;
}

.lg-article .upcoming_shows a {
    color: #00b4b3;
}

.lg-article .noshows a {
    color: #00b4b3;
}

.lg-article .artist_event_table,
.lg-article .track_table {
    width: 100%;
    font-family: "Fira Sans", 'sans-serif';
}

.lg-article .track_table {
    margin-bottom: 36px;
}

.lg-article .artist_event_table .table_head th {
    color: #777777;
    height: 30px;
}

.lg-article .artist_event_table .table_body td,
.lg-article .track_table .table_body td {
    padding-top: 8px;
    padding-bottom: 8px;
}

.lg-article .artist_event_table .table_date,
.lg-article .artist_event_table .table_date_body {
    width: 17.96%;
    padding-right: 8px;
}

.lg-article .artist_event_table .table_venue,
.lg-article .artist_event_table .table_venue_body {
    width: 45.53%;
    padding-left: 8px;
    padding-right: 8px;
}

.lg-article .artist_event_table .table_location,
.lg-article .artist_event_table .table_location_body {
    width: 16.6%;
    padding-left: 8px;
    padding-right: 8px;
}

.lg-article .artist_event_table .table_button,
.lg-article .artist_event_table .table_button_body {
    width: 19.9%;
    padding-left: 8px;
}

.lg-article .artist_event_table .table_body,
.lg-article .track_table .table_body{
    border-top: 1px solid #CBCBCB;
    border-bottom: 1px solid #CBCBCB;
    font-weight: bold;
}

.lg-article .artist_event_table .table_body .bit_button{
    background-color: #5CA74A;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-align: center;
    font-weight: 500;
    padding-top: 6px;
    padding-bottom: 3px;
    font-size: 0.9em;
}

.lg-article .track_table .table_body .track_artist {
    width: 32%;
}

.lg-article .track_table .table_body .bit_button {
    background-color: #00B8AB;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-align: center;
    font-weight: 500;
    padding-top: 6px;
    padding-bottom: 3px;
    padding-right: 6px;
    padding-left: 6px;
    font-size: 0.9em;    
}

.lg-article .track_header_container h3 {
    margin-bottom: 0;
}

.lg-article .track_header_container .track_btn_td {
    vertical-align: top;
}

.lg-article .track_header_container .bit_button {
    margin-top: 20px;
    max-width: 100px;
    font-family: "Fira Sans", "sans-serif";
    font-weight: 300;
    padding: 1px 30px 0px 30px;
}

.lg-article .author-bio-container {
    margin-top: 30px;
    padding-top: 28px;
    padding-bottom: 28px;
    border: 1px solid #CBCBCB;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.lg-article .author-bio-container .author-photo-container {
    padding-left: 10px;
}

.lg-article .author-bio-container .author-photo-container .author_image {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.lg-article .author-bio-container .author-description-container {
    padding-left: 4px;
}

.lg-article .author-bio-container .author-description-container p {
    font-size: 0.9em;
    margin-bottom: 0;
}

.lg-article .author-bio-container .author-description-container a {
    color: #00b4b3;
}

#loading_gif {
    margin-left: auto;
    margin-right: auto;
    display: none;
}

#loadingModal .modal-content {
    background-color: transparent;
    box-shadow: none !important;
    border: none !important
}

#loadingModal #loading_gif {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#errorModal .modal-content .modal-body p {
    font-family: 'Fira Sans', 'sans-serif';
    text-align: center;
}

#no_more_articles {
    text-align: center;
    display: none;
}

#no_more_articles h3 {
    margin-top: 32px;
    margin-bottom: 16px
}

#no_more_articles a {
    display: inline-block;
    margin: 8px 2% 10px 2%;
    font-family: 'Fira Sans', 'sans-serif';
}

#no_more_articles #button_1 {
    padding: 10px 16px 8px 16px;
}

#no_more_articles #button_2 {
    padding: 10px 10px 8px 10px;
}

.pdf_button_container {
    text-align: center;
}

#pdf_button {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block;
    font-family: "Fira Sans", 'sans-serif';
    font-size: 18px;
    padding: 14px;
    border: 0;
    line-height: normal;
    overflow: visible;
    -webkit-appearance: button; /* for input */
    -webkit-user-select: none; /* for button */
    -moz-user-select: none;
    -ms-user-select: none;
}

#pdf_button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

#pdf_button:focus {
	outline: 0;
}

.template {
    padding-left: 30px;
    padding-right: 30px;
}

/* 
*
*
*   TEMPLATES : LG
*
*
*/

.lg-rail {
    padding-left: 42px;
    padding-right: 42px;
    margin-top: 0;
}

.lg-rail .zone_article_stub {
    padding-left: 3px;
    padding-right: 3px;
}

.lg-rail .article_stub h4 {
    display: block;
    font-size: 1.1em;
    line-height: 1.2em;
}

.lg-huge-carousel {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
}

.lg-huge-carousel .carousel-inner .item {
    width: 100%;
}

.lg-huge-carousel .carousel-inner img {
    width: 100%;
}

.lg-huge-carousel .carousel-indicators {
    bottom: 0;
}

.lg-huge-carousel .carousel-caption {
    text-align: left;
    left: 0%;
    right: 0%;
    margin-left: auto;
    margin-right: auto;
/*    padding-left: 30px;
    padding-right: 30px;*/
    padding-left: 68px;
    padding-right: 68px; 
    padding-bottom: 0;
    bottom: 0px;
    max-width: 1136px
}

.lg-huge-carousel .carousel-caption a {
    color: #FFFFFF;
    text-decoration: none;
}

.lg-huge-carousel .carousel-caption h1 {
    font-size: 26px;
}

.lg-huge-carousel .carousel-caption h3 {
    margin-bottom: 32px;
}

.lg-huge-carousel .carousel-caption .read_more_btn {
    color: #000000;
    background-color: #FFFFFF;
    text-decoration: none;
    padding: 10px 30px 6px 30px;
    font-family: 'Fira Sans', 'sans-serif';
    font-size: 20px;
    text-shadow: none;
    display: block;
    position: relative;
    bottom: 0px;
    float: right;
}

@media screen and (max-width: 1216px){
    .lg-huge-carousel .carousel-caption {
        bottom: -28px;
        padding-left: 68px;
        padding-right: 68px;       
    }
    
    .lg-huge-carousel .carousel-caption .read_more_btn {
        bottom: 28px;
    }
}

@media screen and (max-width: 1000px){
    .lg-huge-carousel .carousel-caption {
        padding-left: 52px;
        padding-right: 52px;
    }
}

@media screen and (max-width: 1000px){
    .lg-huge-carousel .carousel-caption {
        padding-left: 82px;
        padding-right: 82px;
    }
    
    .lg-huge-carousel .carousel-caption h1 {
        font-size: 22px;
        margin-bottom: 38px;
    }
    
    .lg-huge-carousel .carousel-caption h3 {
        font-size: 18px;
    }
    
    .lg-huge-carousel .carousel-caption .read_more_btn {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px){
    .lg-huge-carousel .carousel-caption .read_more_btn {
        display: none;
    }
    
    .lg-huge-carousel .carousel-indicators li {
        display: none;
    }
    
    .lg-huge-carousel .carousel-caption {
        padding-left: 52px;
        padding-right: 52px;
        bottom: 0;
    }
    
    .lg-huge-carousel .carousel-caption h1 {
        font-size: 1em;
        margin-bottom: 32px; 
    }
    
    .lg-huge-carousel .carousel-caption h3 {
        font-size: 0.9em;
        margin-top: 0px;
    }
}

.lg-huge-carousel .carousel-indicators li {
    width: 14px;
    height: 14px;
}

.lg-huge-carousel .carousel-indicators .active {
    width: 16px;
    height: 16px;    
}

.lg-huge-carousel .carousel-control {
    width: 6%;
    z-index: 10;
}

.lg-huge-carousel .carousel-control:hover {
    opacity: 0.8;
}

.lg-huge-carousel .carousel-control .glyphicon {
    font-size: 1.8em;
}

.lg-huge-carousel .carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 182, 179, 0.3) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 182, 179, 0.3) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.lg-huge-carousel .carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 182, 179, 0.3) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 182, 179, 0.3) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.lg-full-carousel .carousel-caption {
    text-align: left;
    left: 0%;
    right: 0%;
    padding-bottom: 48px;
    bottom: 0;
}

.lg-full-carousel .carousel-caption a {
    color: #FFFFFF;
    text-decoration: none;
}

.lg-full-carousel .carousel-caption h1 {
    display: inline-block;
    padding: 10px 20px 5px 30px;
    background-color: rgb(0, 182, 179);
    background-color: rgba(0, 182, 179, 0.5);
}

.lg-full-carousel .carousel-caption h3 {
    margin-top: 6px;
    padding-left: 30px;
}

@media screen and (max-width: 1138px){
    .lg-full-carousel .carousel-caption {
        padding-bottom: 16px;   
    }
}

@media screen and (max-width: 959px){
    .lg-full-carousel .carousel-caption {
        padding-bottom: 0px;  
    }
    
    .lg-full-carousel .carousel-caption h1 {
        font-size: 22px;
    }
    
    .lg-full-carousel .carousel-caption h3 {
        font-size: 18px;
    }
}

@media screen and (max-width: 1000px){    
    .lg-full-carousel .carousel-caption h1 {
        font-size: 22px;
    }
    
    .lg-full-carousel .carousel-caption h3 {
        font-size: 18px;
    }
}

@media screen and (max-width: 600px){    
    .lg-full-carousel .carousel-indicators li {
        display: none;
    }
}

@media screen and (max-width: 657px){
    .lg-full-carousel .carousel-caption h1 {
        margin-bottom: 0;
        font-size: 1em;
    }    
    .lg-full-carousel .carousel-caption h3 {
        font-size: 0.9em;
    }
}

.lg-full-carousel .carousel-indicators li {
    width: 14px;
    height: 14px;
}

.lg-full-carousel .carousel-indicators .active {
    width: 16px;
    height: 16px;    
}

.lg-full-carousel .carousel-control {
    z-index: 10;
}

.lg-full-carousel .carousel-control .glyphicon {
    font-size: 1.8em;
}

.lg-full-carousel .carousel-control {
    width: 8%
}

.lg-full-carousel .carousel-control:hover {
    opacity: 0.8;
}

.lg-full-carousel .carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 182, 179, 0.3) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 182, 179, 0.3) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.lg-full-carousel .carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 182, 179, 0.3) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 182, 179, 0.3) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.lg-full-video .playlist_container {
    width: 100%;
    height: 420px;
}

.lg-full-video .playlist_container iframe {
    max-width: 100% !important;
    height: 100% !important;
}

.lg-six .row {
    margin-left: -32px;
    margin-right: -32px;
}

.lg-six .zone_article_stub {
    padding-left: 32px;
    padding-right: 32px;
}

@media screen and (max-width: 767px){
    .lg-six .zone_article_stub {
        padding-left: 12px;
        padding-right: 12px;
    }   
}

.lg-six .category_label {
    top: 86%;
    left: 4%;
    min-width: 100px;
}

.lg-six .zone_article_stub {
    margin-bottom: 30px;
}

.lg-six .zone_article_stub h3 {
    margin-top: 10px;
    margin-bottom: 3px;
}

.lg-six .zone_article_stub h4,
.lg-six .zone_article_stub h5 {
    font-weight: 300;
}

.lg-six .article_stub {
    max-width: 338px;
}

.lg-three .row {
    margin-left: -32px;
    margin-right: -32px;
}

.lg-three .small-section {
    margin-bottom: 26px;
    padding-left: 32px;
    padding-right: 32px;
}

.lg-three .article_stub {
    max-width: 338px;
}

.lg-three .article_stub h4 {
    margin-top: 16px;
    margin-bottom: 0;
}

.lg-three .article_stub h5 {
    font-weight: 300;
}

.lg-three-alt .row {
    margin-left: -32px;
    margin-right: -32px;
}

.lg-three-alt .zone_article_stub {
    padding-left: 32px;
    padding-right: 32px;
}

.lg-three-alt .stub_side_section {
    max-width: 338px;
}

.lg-three-alt .small-section h5 {
    margin-bottom: 3px;
}

.lg-three-alt .article_stub h4 {
    font-weight: 300;
}

.lg-three-alt .category_label {
    top: 86%;
    left: 4%;
    min-width: 100px;
}

.lg-three-alt .zone_article_stub {
    margin-bottom: 30px;
}

.lg-three-alt .zone_article_stub h3 {
    margin-top: 10px;
    margin-bottom: 3px;
}

.lg-three.trailers .stub_image_container,
.sm-three.trailers .stub_image_container {
    width: 100%;
    height: 173px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #000000;
}

.lg-three.trailers .stub_image_container .play-button,
.sm-three.trailers .stub_image_container .play-button {
    display: block;
    margin-top: 69px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;    
    transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s; 
}

.lg-three.trailers .stub_image_container:hover .play-button,
.sm-three.trailers .stub_image_container:hover .play-button {
    background-color: #00B6B4;
}

.lg-mss .small-section {
    margin-bottom: 16px;
    max-width: 420px;
}

.lg-mss .small-section .article_image {
    width: 60px;
}

.lg-mss .small-section .stub_image_container {
    max-width: 80px;
    padding-left: 15px;
    padding-right: 0;
}

.lg-mss .small-section .stub_side_section {
    padding-left: 6px;
    padding-right: 15px;
}

.lg-mss .small-section .stub_side_section h5 {
    margin-top: 0;
    margin-bottom: 0;
}

.lg-mss .small-section .stub_side_section p {
    margin-bottom: 0;
    font-size: 0.9em;
}

.lg-mss .small-section .tickets_btn {
    padding: 3px 20px 1px 20px;
    font-size: 0.9em;
    background-color: #00B4B3;
    font-family: 'Fira Sans', "sans-serif";
    float: right;
    bottom: 13px;
}

/* 
*
*
*   TEMPLATES : MD
*
*
*/

.md-tour-trailer .tour_trailer_container {
    margin-bottom: 6px;
}

.md-tour-trailer #single-trailer-title {
    margin-top: 10px;
}

.md-tour-trailer .trailer-title {
    font-size: 17px;
    color: #00B4B3;
}

.md-tour-trailer .youtube_embed_container iframe {
    width: 745px !important;
    height: 418px !important;
}

.youtube-container { 
    display: block; 
    width: 100%; 
}

.youtube-player { 
    display: block; 
    padding-bottom: 56.25%; 
    overflow: hidden; 
    position: relative; 
    width: 100%; 
    height: 100%; 
    cursor: pointer; 
    display: block; 
}

.youtube-active {
    padding-bottom: 0px;
}

img.youtube-thumb { 
    bottom: 0; 
    display: block; 
    left: 0; 
    margin: auto; 
    max-width: 100%; 
    width: 100%; 
    position: absolute; 
    right: 0; 
    top: 0; 
    height: auto 
}

div.play-button { 
    height: 72px; 
    width: 72px; 
    left: 50%; 
    top: 50%; 
    margin-left: -36px; 
    margin-top: -36px; 
    position: absolute; 
    background: url("http://i.imgur.com/TxzC70f.png") no-repeat; 
}

@media screen and (max-width: 767px){
    .md-tour-trailer .bit_video_player .jwplayer {
        height: 320px !important;
    }
}

@media screen and (max-width: 560px){
    .md-tour-trailer .bit_video_player .jwplayer {
        height: 260px !important;
    }
}
                
.md-tour-trailer .share_icon_container {
    margin-bottom: 30px;
}

.md-tour-trailer .share_icon_container .share_icons li {
    display: inline-block;
    padding: 9px 10px 5px 10px;
    margin-top: 6px;
    margin-right: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.md-tour-trailer .share_icon_container .share_icons li a {
    color: #FFFFFF;
    font-family: "Fira Sans", 'sans-serif';
    text-decoration: none;
}

.md-tour-trailer .share_icon_container .share_icons li a span {
    position: relative;
    bottom: 2px;
    font-size: 14px;
}

.md-tour-trailer .share_icon_container .share_icons li a .fa {
    font-size: 1.2em;
}

.md-tour-trailer .share_icon_container .share_icons .facebook {
    background-color: #3C5A95;
}

.md-tour-trailer .share_icon_container .share_icons .twitter {
    background-color: #55ACEE;
}

.md-tour-trailer .share_icon_container .share_icons .track_artist {
    float: right;
    margin-right: 0px;
    background-color: #00B8AB;
    padding-top: 9px;
}

@media screen and (max-width: 600px){
    .md-tour-trailer .share_icon_container .share_icons .track_artist {
        float: none;
    }
    
    .md-tour-trailer.single .share_icon_container .share_icons span {
        font-size: 13px;
    }    
}

.md-tour-trailer .share_icon_container .share_icons .track_artist .bit_icon {
    width: 16px;
    position: relative;
    bottom: 3px;
}

.md-tour-trailer .share_icon_container .share_icons .track_artist span {
    padding-left: 5px;
}

.md-full-single .article_image {
    max-width: 100%;
}

.md-full-single .tall-section:before {
    content: '';
	position: absolute;
	top: 0;
	right: 14px;
	bottom: 0;
	left: 14px;
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 50%, rgba(0,0,0,0.7) 82%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(82%,rgba(0,0,0,0.7)), color-stop(50%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 50%,rgba(0,0,0,0.7) 82%); /* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(top, rgba(255,255,255,0) 50%,rgba(0,0,0,0.7) 82%); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0) 50%,rgba(0,0,0,0.7) 82%); /* IE10+ */
	background-image: linear-gradient(to bottom, rgba(255,255,255,0) 50%,rgba(0,0,0,0.7) 82%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.md-full-single .tall-section .article_image {
    background-position: center;
}

.md-full-single .tall-section .feature_info {
    padding-left: 3%;
    padding-right: 5%;
    padding-bottom: 3px;
}

.md-full-single .tall-section h4,
.md-full-single .tall-section h5 {
    margin-bottom: 0;
}

.md-full-single .tall-section a {
    color: #FFFFFF;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.md-six .zone_article_stub {
    margin-bottom: 60px;
}

@media screen and (max-width: 767px){
    .md-six .zone_article_stub {
        margin-bottom: 20px;
    }
}

.md-one-four .tall-section {
    margin-bottom: 30px;
    height: 425px;
    max-width: 326px;
}

.md-one-four .fw-url:hover {
    cursor: pointer;
}

.md-one-four .tall-section:before {
    content: '';
	position: absolute;
	top: 0;
	right: 14px;
	bottom: 0;
	left: 14px;
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 50%, rgba(0,0,0,0.7) 82%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(82%,rgba(0,0,0,0.7)), color-stop(50%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 50%,rgba(0,0,0,0.7) 82%); /* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(top, rgba(255,255,255,0) 50%,rgba(0,0,0,0.7) 82%); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0) 50%,rgba(0,0,0,0.7) 82%); /* IE10+ */
	background-image: linear-gradient(to bottom, rgba(255,255,255,0) 50%,rgba(0,0,0,0.7) 82%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.md-one-four .tall-section .feature_info {
    padding-left: 9%;
    padding-right: 9%;
    padding-bottom: 14px;
}

.md-one-four .tall-section h4,
.md-one-four .tall-section h5 {
    margin-bottom: 0;
}

.md-one-four .tall-section a {
    color: #FFFFFF;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.md-one-four .small-section .article_stub_container {
/*    margin-bottom: 16.3%;*/
    padding-left: 49px;
    min-height: 121px;
}

@media screen and (max-width: 991px){
    .md-one-four .small-section .article_stub_container {
        padding-left: 30px;
        min-height: 90px;
    }
}

.md-one-four .small-section .stub_image_container,
.md-one-four .small-section .stub_side_section {
    padding: 0;
}

.md-one-four .small-section .stub_image_container {
    max-width: 100px;
}

.md-one-four .small-section .stub_side_section {
    padding-left: 8px;
    max-width: 220px;
}

.md-one-four .small-section .stub_side_section h5 {
    margin-bottom: 3px;
    margin-top: 0;
}

.no-bottom {
    margin-bottom: 0 !important;
    min-height: 1px !important;
}

.md-six-mss .small-section {
    margin-bottom: 16px;
}

.md-six-mss .small-section .article_image {
    width: 60px;
}

.md-six-mss .small-section .stub_image_container {
    max-width: 80px;
    padding-left: 15px;
    padding-right: 0;
}

.md-six-mss .small-section .stub_side_section {
    padding-left: 6px;
    padding-right: 15px;
}

.md-six-mss .small-section .stub_side_section h5 {
    margin-top: 0;
    margin-bottom: 0;
}

.md-six-mss .small-section .stub_side_section p {
    margin-bottom: 0;
    font-size: 0.9em;
}

.md-six-mss .small-section .tickets_btn {
    padding: 3px 20px 1px 20px;
    font-size: 0.9em;
    background-color: #00B4B3;
    font-family: 'Fira Sans', "sans-serif";
    float: right;
    bottom: 13px;
}

@media screen and (max-width: 400px){
    .md-six-mss .small-section .tickets_btn {
        float: none;
        position: static;
        max-width: 130px;
    }    
}

.md-five-four .category_label {
    top: 87%;
    left: 4%;
    min-width: 80px;
}

.md-five-four .large-section {
    margin-bottom: 36px;
}

.md-five-four .large-section h4 {
    font-weight: 300;
}

.md-five-four .large-section .article_stub {
    max-width: 338px;
}

.md-five-four .small-section {
    margin-bottom: 40px;
}

.md-five-four .small-section .stub_image_container {
    padding-right: 0;
}

.md-five-four .small-section .stub_container {
    padding-left: 6px;
    padding-right: 0;
}

.md-five-four .small-section .stub_side_section h5 {
    margin-top: 0;
}

.md-five .category_label {
    top: 80%;
    left: 10%;
    min-width: 90px;
}

.md-five .small-section {
    margin-bottom: 36px;
}

.md-five .small-section .stub_image_container {
    padding-right: 0;
}

.md-five .small-section .stub_side_section {
    padding-left: 16px;
    padding-right: 0;
}

@media screen and (max-width: 991px){
    .md-five .small-section .stub_side_section {
        max-width: 338px;
    }
}

.md-five .small-section .stub_side_section h3 {
    margin-top: 0;
}

.md-five .small-section .stub_side_section h4 {
    font-weight: 300;
}

.md-five .small-section .stub_side_section h5 {
    font-weight: 400;
}

.md-five .small-section .stub_side_section p {
    font-size: 0.9em;
}

@media screen and (max-width: 991px){
    .md-five .small-section .stub_side_section h3 {
        margin-top: 10px;
        margin-bottom: 3px;
    }   
}

.md-four .row {
    margin-left: -32px;
    margin-right: -32px;
}

.md-four .small-section {
    margin-bottom: 20px;
    padding-left: 32px;
    padding-right: 32px;
}

.md-four .stub_side_section {
    max-width: 338px;
}

.md-four .small-section h5 {
    margin-bottom: 3px;
}

.md-four-alt .row {
    margin-left: -32px;
    margin-right: -32px;
}

.md-four-alt .zone_article_stub {
    padding-left: 32px;
    padding-right: 32px;
}

.md-four-alt .stub_side_section {
    max-width: 338px;
}

.md-four-alt .article_stub h4 {
    font-weight: 300;
}

.md-four-alt .small-section h5 {
    margin-bottom: 3px;
}

.md-four-alt .category_label {
    top: 86%;
    left: 4%;
    min-width: 100px;
}

.md-four-alt .zone_article_stub {
    margin-bottom: 30px;
}

.md-four-alt .zone_article_stub h3 {
    margin-top: 10px;
    margin-bottom: 3px;
}

.md-three .article_image {
    margin-bottom: 12px;
}

.md-three .category_label {
    top: 74%;
    left: 10%;
    min-width: 80px;
}

.md-three .small-section {
    margin-bottom: 36px;
}

.md-three .small-section .stub_image_container {
    padding-right: 0;
}

.md-three .small-section .stub_side_section {
    padding-right: 0;
    padding-left: 16px;
}

@media screen and (max-width: 991px){
    .md-three .small-section .stub_side_section {
        max-width: 338px;
    }
}

.md-three .small-section .stub_side_section h3 {
    margin-top: 0;
}

.md-three .small-section .stub_side_section h4 {
    font-weight: 300;
}

.md-three .small-section .stub_side_section h5 {
    font-weight: 400;
}

.md-three .small-section .stub_side_section p {
    font-size: 0.9em;
}

/* 
*
*
*   TEMPLATES : SM
*
*
*/

.sm-full-carousel .carousel-caption {
    text-align: left;
    padding-bottom: 0;
    left: 9%;
    right: 9%;
}

.sm-full-carousel .carousel-caption h4 {
    margin-bottom: 3px;
}

.sm-full-carousel .carousel-caption p {
    font-size: 0.9em;
}

.sm-full-carousel .carousel-control .glyphicon {
    font-size: 1.8em;
}

.sm-full-carousel .carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 182, 179, 0.3) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 182, 179, 0.3) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.sm-full-carousel .carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 182, 179, 0.3) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 182, 179, 0.3) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.sm-four .small-section {
    margin-bottom: 22px;
}

.sm-four .small-section .stub_image_container,
.sm-four .small-section .stub_side_section {
    padding: 0;
}

.sm-four .small-section .stub_side_section {
    padding-left: 8px;
}

.sm-four .small-section .stub_side_section h5 {
    margin-top: 0;
}

.sm-five-mss .small-section {
    margin-bottom: 3.3%;
}

.sm-five-mss .small-section .article_image {
    width: 60px;
}

.sm-five-mss .small-section .stub_image_container,
.sm-five-mss .small-section .stub_side_section {
    padding: 0;
}

.sm-five-mss .stub_image_container {
    max-width: 60px;
}

.sm-five-mss .small-section .stub_side_section {
    padding-left: 10px;
}

.sm-five-mss .stub_side_section h5 {
    margin-bottom: 0;
    margin-top: 0;
}

.sm-five-mss .stub_side_section p {
    margin-bottom: 0;
    margin-top: 0;
}

.sm-five-mss .tickets_btn {
    padding: 5px 15px 1px 15px;
    font-size: 0.9em;
    float: right;
    bottom: 18px;
}

@media screen and (max-width: 1111px)
and (min-width: 767px) {
    .sm-five-mss .tickets_btn {
        float: none;
        position: static;
        max-width: 130px;
    }
}

@media screen and (max-width: 400px){
    .sm-five-mss .tickets_btn {
        float: none;
        position: static;
        max-width: 130px;
    }    
}

@media screen and (max-width: 1010px)
and (min-width: 767px) {
    .sm-five-mss .stub_image_container {
        width: 38%;
    }
    .sm-five-mss .small-section .stub_side_section {
        width: 62%;
    }
}

.sm-five-mss .stub_side_section a {
    font-family: "Fira Sans", 'sans-serif';
}

.sm-five-mkb .zone-header {
    font-size: 21px;
}

.sm-five-mkb .small-section-container {
    padding: 0;
}

.sm-five-mkb .small-section {
    margin-bottom: 3.3%;
}

.sm-five-mkb .small-section-container .stub_image_container,
.sm-five-mkb .small-section-container .stub_side_section {
    padding: 0;
}

.sm-five-mkb .small-section-container .stub_image_container {
    max-width: 60px;
    height: 60px;
    background-color: #C7CAD8;
}

.sm-five-mkb .small-section-container .stub_side_section {
    padding-left: 10px;
}

.sm-five-mkb .small-section .article_image {
    width: 60px;
}

.sm-five-mkb .small-section h5 {
    margin-top: 0;
    margin-bottom: 4px;
}

.sm-five-mkb .small-section p {
    font-family: 'Fira Sans', 'sans-serif';
    font-size: 0.9em;
}

.sm-five-mkb .track_btn {
    padding: 3px 20px 1px 20px;
    font-family: 'Fira Sans', "sans-serif";
    float: right;
    bottom: 8px;
}

.sm-five-ja #justAnnouncedFeed {
    height: 456px;
    width: 100%;
    overflow-y: hidden;
}

.sm-five-ja .small-section {
    min-height: 80px;
    margin-bottom: 4px;
    transition: none;
}

.sm-five-ja .jspVerticalBar {
    width: 0px;
    display: none;
}

.title-container {
    position: relative;
}

.show-controls-container {
    position: absolute;
    right: 9px;
    bottom: 6px;
}

.show-controls {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
}

.show-controls:hover {
    cursor: pointer;
}

.show-controls .fa {
    font-size: 18px;
    position: relative;
}

.show-controls-up {
    border: 2px solid #CBCBCB;
}

.show-controls-up .fa {
    color: #CBCBCB;
    top: 4px;
}

.show-controls-down {
    border: 2px solid #00b3b4;
}

.show-controls-down .fa {
    color: #00b3b4;
    top: 5px;
}

.sm-three .row {
    margin-left: -32px;
    margin-right: -32px;
}

.sm-three .small-section {
    margin-bottom: 26px;
    padding-left: 32px;
    padding-right: 32px;
}

.sm-three .article_stub {
    max-width: 338px;
}

.sm-three .article_stub h4 {
    margin-top: 16px;
    margin-bottom: 0;
}

.sm-three .article_stub h5 {
    font-weight: 300;
}

.event-zone:hover {
    color: #00B4B3;
    cursor: pointer;
}

/* 
*
*
*   CATEGORY COLOURS
*
*
*/

.category_label {
    color: #FFFFFF;
    padding: 2px 8px 0px 8px;
    position: absolute;
    font-family: 'Fira Sans', 'sans-serif';
}

.article_category_label {
    margin-right: 16px;
    color: #FFFFFF;
    padding: 2px 8px 0px 8px;
    font-family: 'Fira Sans', 'sans-serif';    
}

.NEWS {
    background-color: #CE8C06;
}

.REVIEW {
    background-color: #A1AE0F;
}

.INTERVIEW {
    background-color: #EA4BEA;
}

.GUIDE {
    background-color: #16C648;
}

.LIVE_PREVIEW {
    background-color: #EF5B62;
}

.BEHIND_THE_SCENES {
    background-color: #7D5AD1;
}

.QUIZ {
    background-color: #3EB6FF;
}

.LIST {
    background-color: #5A71D1;
}

.SESSION {
    background-color: #FF3E78;
}

.RSVIP {
    background-color: #007470;
}

.TOUR_TRAILER {
    background-color: #C15310;
}

.SPECIAL {
    display: none;
}

/* 
*
*
*   CHARTS
*
*
*/

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/*
*
*   CHARTS
*
*/

.chart-header {
    margin-bottom: 16px;
}

.chart-header h1,
.chart-header p {
    color: #000000;
    font-family: 'Fira Sans', 'sans-serif';
}

.chart-header h1 {
    margin-bottom: 20px;
}

.chart-header p {
    font-size: 16px;
    line-height: 1;
}

.charts {
    font-family: 'Fira Sans', 'sans-serif';
}

.charts .chart-toggle:hover {
    text-decoration: none;
    color: #000000 !important;
    cursor: default;
}
.charts .chart-toggle:link {
    text-decoration: none;
}
.charts .chart-toggle:active {
    text-decoration: none;
}
.charts .chart-toggle:visited {
    text-decoration: none;
}

.charts .type-selector {
    background: none;
    border: none;
    outline: none;
    padding: 5px 36px 25px 0;
}

@media screen and (max-width: 478px){
    .charts-all .type-selector {
        padding: 4px 0px 25px 0;
    }
}

.charts .type-selector.active {
    color: #00b4b3;
}

.charts-few .artist_info {
    margin-bottom: 24px;
    max-width: 260px;
}

.charts .index {
    font-family: "Lora", 'serif';
    font-size: 0.9em;
}

.charts .tracker_count {
    float: right;
    color: #000000;
    font-family: "Fira Sans", 'sans-serif';
    font-size: 1em;
}

.charts .tracker_growth {
    color: #61A73A;
    font-family: "Fira Sans", 'sans-serif';
    font-size: 1em;
}

.charts-few .tracker_growth {
    float: right;
}

.charts img {
    width: 100%;
    background-color: #C6CAD7;
}

.charts-few .image_container {
    position: relative;
}

.charts .tracker-growth-indicator {
    width: 30px;
    height: 30px;
    position: absolute;
    background-image: URL('../images/growth_indicator.png');
    background-color: transparent;
}

.charts-few .tracker-growth-indicator {
    bottom: 88px;
    right: 10px;    
}

.charts-all .tracker-growth-indicator {
    bottom: -8px;
    right: -8px;    
}

.charts .artist_name {
    font-family: "Fira sans", "sans-serif";
    margin-top: 10px;
    min-height: 40px;
}

.charts .bit_button {
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
}

.charts .see_all_button {
    float: right;
    background-color: #E7E7E7;
    padding: 10px 20px 9px 20px;
}

@media screen and (max-width: 991px){
    .charts .see_all_button {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 8%;
        width: 100%;
        min-height: 170px;
        max-height: 228px;
        padding: 46% 35%;
    }
    
    .charts .see_all_container {
        max-width: 260px;
        min-height: 302px;
        text-align: center;
    }
}

.charts-all {
    min-height: 2300px;
}

@media screen and (max-width: 991px){
    .charts-all {
        min-height: 0px;
    }
}

.charts-all .artist_info {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #E7E7E7;
}

.charts-all .index-col {
    padding: 0;
    width: 10px;
}

.charts-all .image-col {
    padding-right: 0;
}

.charts-all .index-col .index {
    font-size: 20px;
    color: #BABABA;
    font-family: "Fira sans", 'sans-serif';
}

.charts-all .info-col {
    width: 80.131351351351%;
}

@media screen and (max-width: 767px){
    .charts-all .info-col {
        width: 71%;
    }
}

.charts-all .info-col .info-container {
    padding-right: 0;
    padding-left: 10px;
}

.charts-all .artist_name {
    min-height: 0;
    margin-top: 0;
    display: inline-block;
    margin-bottom: 4px;
}

.charts-all .tracker_count {
    float: none;
    margin-bottom: 0;
}

.charts-all .button_container {
    text-align: right;
    padding-right: 0;
    padding-left: 10px;
}

.charts-all .button_container a {
    display: inline-block;
    padding: 5px 24px;
}

@media screen and (max-width: 400px){
    .charts-all .button_container a {
        padding: 5px 20px;
    }
}

.charts-all .button_container .tour_date {
    background-color: #E7E7E7;
    color: #000000 !important;
}

.charts-all .custom-select {
    border: none;
    outline: 0;
    padding: 5px 0 5px 10px;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    overflow: hidden;
}

.charts-all .genre-select {
    margin-top: 10px;
    width: 98.5%;
    font-size: 24px;
    height: 43px;
    color: #000000;
    background: url(../images/select-arrow.png) no-repeat right #E7E7E7;
}

.charts-all .sort-select {
    width: 184px;
    height: 24px;
    display: inline-block;
    float: right;
    color: #000000;
    background: url(../images/select-arrow-small.png) no-repeat right #E7E7E7;
    margin-right: 1.55%;
    padding-top: 3px;
}

.charts-all .genre-select:focus{
    outline: 0 !important;
}


