/*
Theme Name: Musik
Theme URI: http://flatfull.com/wp/musik/
Author: Flatfull.com
Author URI: http://flatfull.com/
Description: A responsive music wordpress theme, Manage audio, album, genres, artist and sell the audio files to customer.
Version: 2.3.3
License: Envato License
License URI: http://themeforest.net/licenses/standard
Text Domain: musik
Tags: white, dark, light, fluid-layout, custom-colors, editor-style, featured-images, threaded-comments, translation-ready


*/

/* =WordPress
--------------------------------------------------------------*/

a.song-landing-btn-spotify {
    display: none !important;
}

a.song-landing-btn-itunes {
    display: none !important;
}

#months li.active a {
    color: #163a88;
    border-top: 4px solid #163a88;
}

    
.mrg-bottom-30 li.active a {
    color: #163a88;
}
.mrg-bottom-30 li.active  {
    border-top: 4px solid #163a88;
}


#months {
    -webkit-column-count: 12;
    -moz-column-count: 12;
    column-count: 12;
    margin: 0px 0 20px 0;
}
#months li {
    list-style: none;
    text-align: center;
}
#months li:first-of-type {
    padding-left: 0;
    text-align: left;
}
#months li a {
    color: #bbb;
    font-size: 14px;
}
.sub-nav {
    width: 100%;
    margin-top: -10px;
    white-space: nowrap;
    font-size: 0;
    display: table;
}

.sub-nav li a {
    color: #bbb;
    font-weight: bold;
    font-size: 16px;
}


.sub-nav li:first-of-type {
    padding-left: 0;
    text-align: center;
}

.sub-nav li {
    padding: 0 5px;
    display: table-cell;
    text-align: center;
}


img, object, embed {
  max-width: 100%;
  height: auto;
}
table{
	width: 100%;
	border: 1px solid #f5f5f5;
	margin-bottom: 20px;
}
table th,
table td{
	padding: 12px 16px;
	background-color: #fff;
	border-bottom: 1px solid #f5f5f5;
}

.alignnone, .alignleft {
  margin: 0.538em 1.47em 1.47em 0;
}

.aligncenter {
  display: block;
  margin: 0.538em auto 0.538em auto;
}

.alignright {
  float: right;
  margin: 0.538em 0 1.47em 1.47em;
}

.alignleft {
  float: left;
}

.wp-caption, .gallery-caption {
  max-width: 100%;
  padding: 0.583em 0.333em 1.593em;
  text-align: center;
}

.wp-caption img {
  border: 0 none;
  margin: 0;
  padding: 0;
  height: auto;
  max-width: 100%;
  width: auto;
}

.wp-caption-text {
  font-size: 0.846em;
  color: #808080;
  margin: 1em 0;
}

body.admin-bar > section > section{
	bottom: 32px;
}
.nav-primary{
    overflow: scroll;
}
#menu-historias{
    padding-bottom: 160px;
}
.navbar-fixed-top-xs{
    display: block;
    width: 100%;
    height: auto !important;
    box-shadow: 0 4px 20px rgba(216, 216, 216, 0.25);
    background: rgb(255, 255, 255);
}

.text-center-nav-xs .bg {
    background-color: rgba(255, 255, 255, 0.74);
    box-shadow: 0 15px 30px rgba(0,0,0,.05);
    border-radius: 42px;
    margin: 10px;
}

.h1 {
    font-size: 46px;
}

.excerpt_thumbnail {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 350px;
    max-height: 500px !important;
    border-radius: 8px;
    overflow: hidden;
}

.excerpt_img{
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}
.excerpt_thumbnail:after {
    position: absolute;
    content:"";
    height:100%;
    width:100%;
    top:0;
    left:0;
background:linear-gradient(141deg, rgb(22, 58, 136) 33%, rgb(219, 47, 47) 100%);
	opacity: 0.8;
}


.excerpt_autor {
    position: relative;
    display: block;
    margin: 12px auto 10% auto;
     font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: rgba(250,250,250,.8);
    z-index: 2;
}

.excerpt_autor a {
    color: rgba(250,250,250,.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

    .excerpt_autor a:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #fafafa;
}

.excerpt_thumbnail > h1{
    position: relative !important;
    display: block !important;
    width: 90%;
    margin: 10% auto 24px auto;
    padding: 0 10%;
    font-size: 4rem;
    z-index: 2;
	text-align:center;
	color:white;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.category-sticky,
.sticky {
	display: block;
	border-left: 3px solid #4cb6cb;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
	padding: 20px;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* =Entry
-------------------------------------------------------------- */
.entry-content ul, 
.entry-content ol, 
.entry-content form,
.entry-content p{
	margin-bottom: 1.462em;
	font-size:17px;
}
.padder-v a {
border-bottom: 2px solid rgba(31, 64, 138, 0.6);
color:inherit;
}
.padder-v a:hover {
background-color:#DB2F2F;
color:white;
border-bottom: none;
text-decoration:none;
}
.entry-content li{
	margin: 0.5em 0;
}
.entry-content a{
	/*color: #4cb6cb;*/
}
.entry-footer > span,
.entry-meta > span{
}

.tags-footer > span{
font-size:12px;
margin:6px;
text-transform:uppercase;
}

.comment-list time{
	font-size: 11px;
	opacity: 0.7;
}
.comment-reply-title{
	padding: 20px 0 10px 0;
	margin: 0;
}


.widget_recent_entries li a{
	display: block;
}

.widget_recent_entries li .post-date{
	font-style: italic;
	color: #888;
	font-size: 11px;
}

.widget_calendar table{
	border-width: 0;
}
.widget_calendar table th,
.widget_calendar table td{
	padding: 4px 6px;
	border-width: 0;
	background-color: transparent;
}


/* input */
.edd-input,
.edd-select,
.entry-content input[type=text], 
.entry-content input[type=email], 
.entry-content input[type=password], 
.entry-content select,
.entry-content textarea{
	border: 1px solid #ddd !important;
	background-color: #fff !important;
	padding: 6px 10px !important;
	margin-bottom: 10px;
	outline: 0;
}

.edd-input,
.edd-select,
.entry-content input[type=text], 
.entry-content select{
	height: 34px;
}

.edd-input:focus,
.edd-input:active,
.entry-content input[type=text]:focus, 
.entry-content input[type=email]:focus, 
.entry-content input[type=password]:focus,
.entry-content select:focus,
.entry-content textarea:focus{
	outline: 0;
	border-color: #ccc !important;
}

.edd_form legend{
	font-size: 16px;
	padding-top: 10px;
	border: none;
}

.edd_download_purchase_form .edd_price_options .edd_download_quantity_wrapper{
	display: inline;
}

/* button */
.button,
.edd_submit,
.group-button a,
input[type=submit],
input[type=button]{
	outline: 0;
	font-weight: bold;
	border: 1px solid #ddd;
	background: #fff;
	padding: 6px 16px;
	line-height: 20px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	border-radius: 3px;
}
.button:hover,
.button:focus,
.edd_submit:hover,
.edd_submit:focus,
.group-button a:hover,
input[type=submit]:hover,
input[type=button]:hover{
	border-color: #999;
}

/* pagination */
.screen-reader-text{display: none}
.nav-links .page-numbers{
    box-sizing: border-box;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 4px;
    padding: 6px 14px;
    border: 1px solid #dbe2e7;
    border-radius: 40px;
    font-size: 16px;  
    transition: all  .2s ease-in-out;
        font-weight:600; 

}
.nav-links .page-numbers:hover,
.nav-links .page-numbers:focus{
    background-color: #ffffff;
    padding: 5px 13px;
    border: 2px solid rgba(31, 64, 138, 0.15);
    color: #1f408a !important;
}
.nav-links .page-numbers:active{
    background-color: #ffffff;
    border: 2px solid rgba(31, 64, 138, 0.15);
    padding: 3px 5px;
    color: #1f408a !important;
    box-shado: 0 2px 8px rgba(0,0,0,.14)
}

.nav-links .page-numbers.current{
	background-color: #eaeef1;

}

.item .btn-xs{
	border-radius: 20px;
	line-height: 1;
}
.item .item-overlay.bottom{
	top: auto;
}

.item .edd_price_options{
	font-size: 12px;
}

.item .edd_price_options{
	display: none;
}

.item .edd-cart-ajax-alert{
	display: none;
}

.item .edd_download_purchase_form{
	margin-bottom: 0;
}

.item .item-download{
	position: absolute;
	bottom: -3px;
	right: 1px;
	z-index: 1;
}

.item .edd_download_quantity_wrapper{
	display: none;
}

.edd-cart-ajax-alert{white-space: nowrap;}

/* widgets */

.widget{
	margin-bottom: 20px;
}
.sub-title{
	margin: -6px 0 12px 0;
	opacity: 0.7;
}
.dropdown-menu .widget{
	margin-bottom: 0;
}
.dropdown-menu .widget li{
	border-radius: 0 !important;
	border-left-width: 0;
	border-right-width: 0;
}
.widget-title{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 10px;
}
.widget ul{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget li{
	display: block;
	padding: 10px 15px;
	background-color: #fff;
	border: 1px solid #eaeef1;
	margin-bottom: -1px;
}

.widget ul.nav > li{
	padding: 0;
}

.nav > li > ul > li > a{
	padding-left: 30px;
}

.nav > li > ul > li > ul > li > a{
	padding-left: 40px;
}

.widget ul.list-inline li{
	padding: 0;
	border-radius: 3px;
	margin-right: 4px;
	margin-bottom: 8px;
	background-color:transparent;
	border:none;
}

.widget ul.list-inline li a{
      box-sizing: border-box;
    display: inline-block;
    margin: 0 8px 0 0;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: .9em;
    letter-spacing: .05em;
    background-color: #ffffff;
    border: 1px solid #dde3e8;
    transition: all .25s ease-in-out;
}

.widget ul.list-inline li a:hover {
    background-color: #dde3e8;
    border: 1px solid #dde3e8;
    box-shadow: 0 2px 8px rgba(0,0,0,.14);
}

.widget ul.nav li li a{
	padding-left: 30px;
}

.widget ul.nav li li li a{
	padding-left: 50px;
}

.widget li li{
	padding: 0;
	padding-top: 10px;
	padding-left: 20px;
	border-width: 0;
}

.widget li:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.widget li:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.widget th,
.widget td{
	padding: 4px 8px;
} 
.pull-left ~ .clear{
	clear: none !important;
}


/* =Cart Widget
-------------------------------------------------------------- */
.edd-cart-number-of-items{
	margin:0;
	padding: 12px 16px;
	font-style: normal;
	font-weight: bold;
}
.edd_total{
	display: inline-block;
	float: right;
	background: transparent !important;
}
.edd-cart-item{
	position: relative;
	padding-right: 70px !important;
}
.edd-remove-from-cart{
	position: absolute;
	right: 10px;
	top: 10px;
}
.edd-cart-item-separator{
	display: none;
}

.dropdown-menu .edd-cart{
	max-height: 200px;
	overflow-y: auto;
}

#edd_checkout_login_register,
#edd_checkout_user_info{
	background-color: #fff;
}
#edd_checkout_cart input.edd-item-quantity{
	width: 4em;
}
/* avatar */
#basic-user-avatar-form{
	padding: 20px 10px;
}
#basic-user-avatar-form img{
	float: left;
	margin-right: 20px;
}
#basic-user-avatar-form .description{
	display: none;
}
#basic-user-avatar-form input[type="submit"]{
	margin-top: 20px;
	outline: 0;
	font-weight: bold;
	border: 1px solid #ddd;
	background: #fff;
	padding: 6px 16px;
	line-height: 20px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.text-muted a{opacity: 0.7}
.item-desc{min-height: 38px;}
.item-author .avatar{
	margin-right: 6px;
}

#home-sidebar .list-group-item{
	padding: 10px 0;
	background-color: transparent;
	border-width: 0;
}

#masonry .item{
	position: absolute;
	width: 100%;
	height: 100%;
}
#masonry .text-muted{
	font-size: 0px;
	color: rgba(255, 255, 255, 0.75) !important;
}


.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.fb-comment,
.fb_iframe_widget {
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
}

@media (max-width: 767px) {
	#nav footer .btn-block{
		text-align: left;
	}
	.navbar-form{
		padding: 0 !important;
	}
  #content
  {
    padding: 30px 0 0 0;
  }
  .rank_container
  {
    clear: both;
    height: 30px;
    width: 230px;
  }
  .rank_share
  {
    position:initial !important;
    float: right;
    margin: -20px 0 0 10px;
  }
  .rank_play
  {
    position:initial !important;
    float: right;
  }
  #playlist_art
  {
    width:42px !important;
height: 42px !important;
  }
#playlist_art img {
    position: relative !important;
    height: 42px !important;
    top: 0 !important;
    left: 0 !important;
    border-radius: 3px !important;
}
  
}
@media (max-width: 1110px){
#barraMTV .nav-toggler
  {
    display: inline-block;
    background: #212121;
    height: 45px;
    float:none;
  }
}

.avatar{
	display: inline-block !important;
}
/*
Custom default player
*/

.mejs-container{
	outline:0;
}
div.mejs-container .mejs-controls{
	visibility: visible;
	height: 40px;;
	background-color: #4cb6cb;
}
div.mejs-controls .mejs-button{
	min-width: 40px;
	height: 40px;
}
div.mejs-controls .mejs-button button{
	margin: 12px 10px;
}
div.mejs-controls div.mejs-time-rail{
	padding-top: 0;
}
div.mejs-container .mejs-controls .mejs-time{
	padding: 15px 10px 0;
}
div.mejs-controls .mejs-time-rail .mejs-time-total{
	outline: 0;
	margin: 0;
}
div.mejs-controls .mejs-time-rail span:not(.mejs-time-float), 
div.mejs-controls .mejs-time-rail a{
	height: 40px;
}
div.mejs-controls .mejs-time-rail .mejs-time-current{
	background-color: #36b0c8;
}
div.mejs-controls .mejs-time-rail .mejs-time-loaded, 
div.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{
	background-color: #62bcce;
}
div.mejs-controls .mejs-volume-button .mejs-volume-slider{
	left: 5px;
}

/*
	buddy press
*/
#buddypress .avatar{
	display: inline-block;
}
#buddypress a{
border-bottom:none;
}
#buddypress a:hover{
border-bottom:none;
background-color:transparent;
color:inherit;
}
#buddypress #item-header{
	margin: -30px;
	margin-bottom: 0;
	position: relative;
	background-color: #000;
}
#buddypress #item-header #message{
	position: absolute;
	z-index: 10;
	left: 0;
	bottom:0;
	margin: 0;
}
#buddypress div#message.updated p{
	margin: 0;
}
#buddypress div#item-header div#item-meta{
	font-size: 100% !important;
	color: inherit;
	margin-bottom: 0;
}
#buddypress #item-nav{
	margin: 0 -30px;
	padding: 20px 30px;
	background: #fff;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.04);
}
#buddypress #item-nav a{
	color: #888;
			font-size:15px;

}
#buddypress form#whats-new-form textarea{
	min-height: 40px;
}
#buddypress #object-nav ul li.selected a{
	background-color: #788990;
	color: #fff;
	border-radius: 3px;
}
#buddypress div.item-list-tabs ul li a span{
	border-width: 0;
	font-size: 12px;
	padding: 1px 6px;
	background: #fff;
	color: #444;
}
#buddypress div.item-list-tabs ul li.selected a,
#buddypress div.item-list-tabs ul li.current a{
	background-color: #fff;
}

#buddypress a.bp-primary-action,
#buddypress a.bp-secondary-action,
#buddypress span.highlight{
	font-size: inherit;
}

.bp-avatar-nav ul.avatar-nav-items li.current{
	border-bottom-color: #f2f4f8;
}

.bp_members .entry-header,
.bp_group .entry-header{
	position: absolute;
	z-index: 10;
}
.bp_members .entry-header h1,
.bp_group .entry-header h1{
	font-size: 20px;
	color: rgba(255,255,255,0.9) !important;
	text-shadow: 0 1px 0 rgba(0,0,0,0.1);
}
.bp_members .entry-content{margin:0;}
#buddypress input[type=submit],
#buddypress input[type=button]{
	padding-top: 6px;
	padding-bottom: 6px;
}
/*cover*/
#buddypress #header-cover-image{
	top: 0;
	bottom:0;
	left: 0;
	right: 0;
	height: auto;
}
.profile-cover-inner{
	position: absolute;
	top: 0;
	bottom:0;
	left: 0;
	right: 0;
}
#item-header-cover-image{
	background-color: transparent;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0,0,0,0)), color-stop(50%, rgba(0,0,0,0)), to(rgba(0,0,0,0.7)));
    background-image: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0) 50%, rgba(0,0,0,0.7));
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0) 50%, rgba(0,0,0,0.7));
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0) 50%, rgba(0,0,0,0.7));
    background-repeat: no-repeat;
}

#buddypress #item-header-cover-image #item-header-avatar{
	margin: 0;
	padding-top: 50px;
	float: none;
}

.profile-cover-action{
	position: absolute;
	z-index: 11;
	top: 15px;
	display: none;
}
#buddypress #item-header-content,
#buddypress #item-header-content a{
	color: #fff !important;
}
#buddypress #item-header-avatar{
	display:block;
	text-align: center;
	position: relative;
	z-index: 10;
}
#buddypress div#item-header div#item-actions{
	float: right;
	font-size: 12px;
	text-align: center;
	width: auto;
	margin: 0 !important;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 10;
}
#buddypress div#item-header ul li{
	float: none;
	display: inline-block;
}
ul#group-admins{
	padding: 0
}
#buddypress div#item-header div#item-actions h3{
	font-size: 14px;
}
#buddypress #item-header-avatar a{
	display:inline-block;
}
#buddypress #item-header-avatar img{
	float: none !important;
	margin: 0 !important;
	border: 5px solid #fff;
}
#buddypress #item-header-content{
	padding-top: 10px;
	padding-bottom: 20px;
	float: none !important;
	display: block;
	text-align: center;
	position: relative;
	z-index: 10;
	margin: 0 !important;
}
#buddypress #item-buttons{
	display: inline-block;
	margin-top: 20px;
}
#buddypress #item-buttons a{
	background-color: transparent;
	border-color: rgba(255,255,255,0.7);
	border-radius: 15px;
	-webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-weight: bold;
}
#buddypress #item-buttons a:hover,
#buddypress #item-buttons a:focus
{
	background-color: transparent;
	border-color: rgba(255,255,255,1);
	border-radius: 3px;
}
#buddypress #subnav{
	margin: 15px 0 15px 0 !important;
}

#buddypress div.activity-comments div.acomment-meta,
#buddypress div.activity-comments div.acomment-content,
#buddypress .activity-list li.mini{
	font-size: 100% !important;
	margin-top: 4px;
}
#buddypress .activity-list li.mini .activity-avatar img.avatar{
	width: 50px;
	height: auto;
	margin-left: 0;
}
#buddypress div.activity-comments ul li{
	padding-top: 20px
}
#buddypress div.activity-comments ul li>ul{
	padding-top: 20px;
}
#buddypress ul.item-list li{
	padding-bottom: 20px;
}
#buddypress ul.item-list li img.avatar{
	margin-right: 14px;
}
#buddypress .standard-form label.radio{
	margin-left: 20px !important;
}
#search-message-form{margin-bottom: 0;}
#buddypress .activity-list .activity-content .activity-header img.avatar{
	margin-top: -8px !important;
}
#buddypress form#whats-new-form textarea{
	width: 100%;
}
#buddypress ul.item-list li div.item-title, #buddypress ul.item-list li h4{
	font-size: 100%;
}

.profile-fields{
	margin: 20px 0;
}
.profile-fields td{
	background-color: transparent;
	color: inherit;
	font-size: 14px;
}
#buddypress #reply-title small a span, 
#buddypress a.bp-primary-action span{
	border-radius: 10px;
}
#buddypress div.activity-comments form .ac-textarea{
	background-color: transparent;
	padding: 0;
	border: none;
}
#buddypress span.activity{
	display: block;
}

body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-header-content, 
body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-actions{
	max-width: 100%;
}

.simplefavorite-button{
	background-color: transparent;
	border-width: 0;
}
.modal{
	text-align: center;
}
.modal:before{
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	content: '';
}
.modal > div{
	text-align: left;
	display: inline-block;
	vertical-align: middle;
}

.bg-white #jp_container .lt{
	background-color: #ffffff;
}

.bg-white #jp_container .dk{
	background-color: #f9f9f9;
}

.bg-white #jp_container .lter{
	background-color:#163A88;
}

.footer.bg-white{
        background-color: rgba(255,255,255,.9);
	box-shadow: 0 -1px 0 rgba(0,0,0,0.035);
}

.edd-popup{
	position: relative;
}

#edd-modal .btn-xs{
	padding: 8px 20px;
	font-size: 14px;
}

.edd-choose{
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.navbar-form .dropdown-menu{
	width: 380px;
}

.navbar-form .list-group{
	max-height: 312px;
	overflow-y: scroll;
	margin-bottom: 0; 
}
.navbar-form .list-group-item{
	border-radius: 0 !important;
}
.navbar-form .list-group-item:first-child{
	border-top-width: 0;
}
.navbar-form .list-group-item:last-child{
	border-bottom-width: 0;
}
.navbar-collapse.in{
	overflow-y: visible !important;
}

@media (max-width: 767px){
	.nav-off-screen,
	.nav-off-screen + * {
	    position: fixed !important;
	}
}

.rank_article
{
    margin: 5px 0px;
    border: solid 1px #eaeaea;
    border-radius: 5px;
    background: #ececec;
}



.rank_number
{
    width: 64px;
    background: #ececec;
    text-align: center;
    vertical-align: top;
    height: 100px;
    display: inline-block;
    margin: 0px;
    padding:18px 0 0 0;
    color: #545a5f;
    font-size: 30px;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-radius: 5px 0 0 5px;
}

.rank_crown
{
    position: absolute;
    top: -10px;
    left: -10px;
    width: 30px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.rank_arrow
{
    position: absolute;
    top: 36px;
    left: -14px;
    border-radius: 50%;
    width: 24px;
}

.fav_btn
{
    position: absolute;
    right: 0px;
    bottom: 28px;
}

.fav_btn a
{
    background: none;
    border: none;
    box-shadow: none;
}

.mashsb-count
{
display:none !important;
}

.social_share_ic
{
    top: -28px;
    position: absolute;
    right: 0px;
}

.r_points
{
    width: 80px;
    background: rgb(255, 255, 255);
    text-align: center;
    color: black;
    height: 58px;
    cursor: default;
    margin: 18px 0px;
    font-size: 40px;
}

.r_points_text
{
    color: #000000;
    top: 15px;
    font-size: 20px;
    text-align: center;
    width: 80px;
    margin-top:-8px;
}

.r_points_q
{
    position: relative;
    left: 70px;
    top: -85px;
    width: 16px;
    text-align: center;
    color: #cecece;
    height: 16px;
    cursor: default;
    border-radius: 50%;
    margin: 6px;
    font-size: 20px;
    font-weight: bold;
}

.rank_clear
{
    padding: 20px 0px;
    height: 100px;
    font-size: 18px;
}

.rank_play
{
    font-size: 14px;
    position: absolute;
    top: 14px;
    right: 126px;
}

.rank_share
{
    font-size: 16px;
    position: absolute;
    top: -5px;
    right: 13px;
}

.btn_rank_play
{
    color: #ffffff !important;
    background-color: #DB2F2F;
        width: 156px !important;
    height: 48px !important;
    box-sizing: border-box !important;
    padding: 13px 20px 0 20px !important;
    border-radius: 50px 50px !important;
    margin-right: 16px !important;
    border-width: 0 !important;
    text-align: center !important;
    transition: all .25s ease-in-out;
        margin-top: -10px !important;    	
}

.btn_rank_play:hover
{
    color: #ffffff !important;
    background-color: #1f408a;
	
}

.btn_rank_play-text{
font-size: 1em;
    line-height: 100%;
    font-weight: 600;
    margin: 0 4px 0 4px;
font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/* MTV */

@media (min-width: 768px)
#content_begin{
    padding-top:45px !important;
}

@media (max-width: 767px)
#content_begin{
    padding-top: 35px !important;
}

#music_post_widget-3, #music_post_widget-5, #music_post_widget-4
{
  overflow:hidden;
  position:relative;
}

#music_post_widget-3 .row, #music_post_widget-5 .row, #music_post_widget-4 .row
{
  display: flex;
  height: 280px;
  overflow: hidden;
  width: 100%;
  position: relative;
  overflow-x: scroll;
}

#music_post_widget-3 .col-xs-6, #music_post_widget-5 .col-xs-6, #music_post_widget-4 .col-xs-6
{
  width:225px;
}

#music_post_widget-3 .col-xs-6 article, #music_post_widget-5 .col-xs-6 article, #music_post_widget-4 .col-xs-6 article
{
  width:205px;
  transition: all .5s ease-in-out;
}

#music_post_widget-3 .col-xs-6 article:hover, 
#music_post_widget-5 .col-xs-6 article:hover, 
#music_post_widget-4 .col-xs-6 article:hover
{
  box-shadow: 0px 1px 0px rgba(240, 80, 80, 0.23);
}

#music_post_widget-3 .col-xs-6 article:active, 
#music_post_widget-5 .col-xs-6 article:active, 
#music_post_widget-4 .col-xs-6 article:active
{
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: rgba(0,0,0,.08);
  box-shadow: 0px 1px 0px rgba(240, 80, 80, 0.5);
}

.carr_btn
{
  position: absolute;
  top: 0;
  height: 212px;
  background: rgba(250, 250, 250, 0.44);
  margin-top:20px;
  width: 40px;
  display: none;
  padding: 20px 0 0 0;
}

.carr_btn_right
{
  right:0px;
}

.carr_btn i
{
  padding: 68px 5px;
  color: white;
  font-size: 40px;
  text-shadow: 0px 0px 5px rgba(125, 125, 125, 0.76);
}

.labels_specific
{
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 300;
  color: white;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
}

.label_recom
{
  box-sizing: border-box;
  background: rgba(31, 64, 138, 0.66);
  margin: 0 0 5px 0;
  padding: 2px 4px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 3px;
  font-size: 1.1rem;
  letter-spacing: 0.05rem;
}

.label_estreno
{
  background: rgba(219, 47, 47, 0.86);
  margin: 0 0 5px 0;
  padding: 2px 4px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 3px;
  font-size: 1.1rem;
  letter-spacing: 0.05rem;
}

#playlist_art
{
  position: relative;
  width: 64px;
  height: 60px;
}

#playlist_art img
{
  position: absolute;
  height: 64px;
  top: -15px;
  left: 0;
  border: 1px solid rgba(250, 250, 250, 0.54);
  border-radius: 4px;
  box-shadow: 0px 5px 14px rgba(0,0,0,.14);
}


#playlist_artist
{
  box-sizing: border-box;
  width: 160px;
  text-overflow: ellipsis;
  text-align: center;
  padding: 14px 5px;
  font-size: 14px;
  height: 100%;
  color: #333;
  line-height: 1.2;
}

.playlist_artist_name
{
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  text-transform: uppercase;
}

.jp-title
{
  display:none;
}

.cmcircle
{
  border: solid 1px rgba(128, 128, 128, 0.7);
  border-radius: 10px;
  font-size: 12px;
  width: 80px;
  color: rgba(128, 128, 128, 0.7);
  background-color: transparent;
  transition: all .25s ease-out
}

.cmcircle:hover
{
  border: solid 1px rgba(128, 128, 128, 1);
  color: rgba(128, 128, 128, 1);
}

.cmcircle:active
{
  border: solid 1px rgba(128, 128, 128, 1);
  color: rgba(128, 128, 128, 1);
  background-color: rgba(128, 128, 128, .24);
}

#nav section footer
{
    bottom: 88px;
    font-size: 13px;
    margin-left: 7px;
}

.cont_fakescroll
{
  text-align:right;
}

.fakescroll
{
  width: 250px;
  display: inline-block;
  top: 0;
  right: 10px;
  background: #eaeaea;
  margin: 3px 10px;
}

.fakescroll div
{
  height: 3px;
  background: #163A88;
  width: 30px;
}

/*
#music_post_widget-3 .row::-webkit-scrollbar-track, #music_post_widget-5 .row::-webkit-scrollbar-track, #music_post_widget-4 .row::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}
*/

#music_post_widget-3 .row::-webkit-scrollbar, #music_post_widget-5 .row::-webkit-scrollbar, #music_post_widget-4 .row::-webkit-scrollbar
{
	width: 12px;
  height: 0px;
	background-color: #F5F5F5;
}
/*
#music_post_widget-3 .row::-webkit-scrollbar-thumb, #music_post_widget-5 .row::-webkit-scrollbar-thumb, #music_post_widget-4 .row::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #adadad;
}*/


#music_post_widget-5 .labels_specific, #music_post_widget-24 .labels_specific
{
  display:none;
}

.m-b-lg {
    padding-bottom: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px){
.vbox > section.w-f-md {
    bottom: 0 !important;
}
}

.song-landing-header-box{
padding: 20px 20px 0 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
margin-bottom: 0 !important;
}

.song-landing-img{
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0,0,0,.20);
}

.song-landing-artist{
font-size: 1.4em !important;
}

.song-landing-artist-box{
    margin: 0 !important;
}

.song-landing-song{
    margin: 0 0 4px 0 !important;
    font-size: 2.2em !important;
}

.song-landing-year-box{
    margin: 0 !important;
}

.song-landing-btn-play-box{
   margin-top: 0 !important;
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}

.song-landing-btn-play{
width: 100px !important;
    height: 48px !important;
    box-sizing: border-box !important;
    padding: 13px 20px 0 20px !important;
    border-radius: 50px 50px !important;
    margin-right: 16px !important;
    border-width: 0 !important;
    text-align: center !important;
    transition: all .25s ease-in-out;
}
.song-landing-btn-play:hover{
    box-shadow: 0 2px 8px rgba(0,0,0,.14);
}

.song-landing-btn-play-text{
font-size: 1em;
    line-height: 100%;
    font-weight: 600;
    margin: 0 4px 0 4px;
font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.song-landing-btn-add{
    width: 56px !important;
    height: 48px !important;
    padding: 13px 16px 13px 20px !important;
    margin-left: -4px !important;
    margin-top: -2px !important;
    border-width: 0 !important;
    background-color: rgb(255, 255, 255) !important;
    color: #788188 !important;
    text-align: center !important;
    border: 1px solid rgb(221, 227, 232) !important;
    border-radius: 36px 0 0 36px !important;
}
.song-landing-btn-play-box > .simplefavorite-button > a.btn.btn-default,
.song-landing-btn-fav{
height: 48px !important;
    width: 53px !important;
    border-radius: 0 50% 50% 0 !important;
    padding: 14px 16px 14px 14px !important;
    margin-right: 16px !important;
    margin-left: 0px !important;
    margin-top: -2px !important;
    border-width: 0 !important;
    background-color: rgb(255, 255, 255) !important;
    color: #788188 !important;
    text-align: center !important;
    border: 1px solid rgb(221, 227, 232) !important;
    border-left: 0 !important;
    box-shadow: none !important;
}

.song-landing-btn-add:hover{
    color: #fff !important;
    background-color: #163A88 !important;
}
.song-landing-btn-fav:hover,
.song-landing-btn-play-box > .simplefavorite-button > a.btn.btn-default:hover{
    color: #ffffff !important;
    background-color: #DB2F2F !important;
}


.song-landing-btn-spotify,
.song-landing-btn-itunes{
    box-sizing: border-box;
    margin: 0px 0 0 0;
    display: none !IMPORTANT;
    height: 48px !IMPORTANT;
    width: 48px !IMPORTANT;
    box-shadow: none !IMPORTANT;
    margin-left: 0px !IMPORTANT;
    border-left: none !IMPORTANT;
    border-radius: 0 !important;
    padding: 12px !IMPORTANT;
    color: #788188 !IMPORTANT;
    background-color: #fff;
    text-align: center;
    border: 1px solid #dbe2e7;
}
.song-landing-btn-spotify:hover,
.song-landing-btn-spotify:focus{
    color: #ffffff !important;
    background-color: #1ed760 !important;
    border-color: #1ed760 !important;
}
.song-landing-btn-itunes:hover,
.song-landing-btn-itunes:focus{
    color: #ffffff !important;
    background-color: #0080fc !important;
    border-color: #0080fc !important;
}
.song-landing-text-box{
padding: 0 24px 8px 29px;
    margin-left: 26px;
    border-left: 1px solid rgb(203, 206, 209);
    border-radius: 0;
    line-height: 150%;
    margin-top: 0;
}

.song-landing-text-box a{
border-bottom: 2px solid rgba(31, 64, 138, 0.6);color:inherit;
color:inherit;
}

.song-landing-text-box a:hover{
background-color:#DB2F2F;
color:white;
border-bottom: none;
text-decoration:none;

}

.song-landing-author-box > .item-author > a{
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    letter-spacing: .02em;
    display: inline-block;
    background-color: transparent;
    border-radius: 30px;
    padding: 0 16px 0 6px;
}
.song-landing-author-box > .item-author > a > img{
    box-sizing: border-box;
    width: 52px;
    height: 52px;
    margin: 4px 6px 4px 0px;
    padding: 3px;
    border: 1px solid #cbced1;
}
.song-landing-genre{
display: inline-block;
float: left;
margin: 4px 0;
}
.song-landing-genre > a {
box-sizing: border-box;
    display: inline-block;
    margin: 0 8px 0 0;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.9em;
    letter-spacing: .05em;
    background-color: #ffffff;
    border: 1px solid #dde3e8;
    transition: all .25s ease-in-out;
}
.song-landing-genre > a:hover {
    background-color: #dde3e8;
    border: 1px solid #dde3e8;
    box-shadow: 0 2px 8px rgba(0,0,0,.14);
}

.song-landing-ranking{
display: inline-block;
float: left;
margin: 4px 0;
}
.song-landing-ranking-box{
    display: inline-block;
    height: 28px;
    margin-right: 10px;
    border-radius: 24px;
    overflow: hidden;
    transition: all .25s ease-in-out;
}

.song-landing-ranking-box:hover{
    box-shadow: 0 2px 8px rgba(0,0,0,.14);
}

.song-landing-ranking-title{
    display: inline-block;
    float: left;
    height: 28px;
    padding: 3px 6px 3px 10px;
    font-size: 1.2em;
    border: 1px solid #163A88;
    border-radius: 24px 0 0 24px;
    color: #163A88;
    background-color: rgba(31, 64, 138, 0.31);
}

.song-landing-ranking-number{
    box-sizing: border-box;
    float: left;
    display: inline-block;
    height: 28px;
    padding: 3px 14px 3px 10px;
    font-size: 1.2em;
    font-weight: 600;
    color: #fff;
    background-color: #163A88;
}

.song-landing-social-box{
  display: inline-block !important;
    position: relative !important;
    padding: 4px 0 !important;
    right: 0px !important;
    width: 100px !important;
    height: 48px !important;
    overflow: hidden !important;
    margin-top: -20px !important;
    top: 20px !important;
}

.song-landing-social-box > .mashsb-container{
overflow: hidden !important;
    display: inline-block !important;
height: 40px !important;
padding: 0 !important;
}
.song-landing-social-box > .mashsb-container > .mashsb-box {
height: 40px !important;
    display: inline-block !important;
}
.song-landing-social-box > .mashsb-container > .mashsb-box > .mashsb-buttons{
display: inline-block !important;
    height: 40px !important;
}

.simplefavorite-button{
padding: 0 !important
}
@media (max-width: 768px){
  .song-landing-btn-play{
    box-sizing: border-box !important;
    display: block !important;
    width: 90% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    margin-bottom: 20px !important;
  }
.song-landing-btn-add {
    margin-left: calc(50% - 100px) !important;
}
.song-landing-social-box{
text-align: center;
    display: block !important;
    width: 100% !important;
    margin-top: 4px !IMPORTANT;
    padding: 18px 0 12px 0 !important;
    border-top: 1px solid #d8e0e5;
    height: auto !important;
}
.excerpt_thumbnail {
    height: 100%
    min-height: 300px;
    max-height: 350px
}

.excerpt_img{
    height: 100%
    min-height: 300px;
    max-height: 350px
}
.excerpt_autor {
    margin: 16px auto 20% auto;
}
.excerpt_thumbnail > h1{
    margin: 20% auto 24px auto;
    font-size: 3rem;
    padding: 0 5%;
}

.otw-sidebar a {
 border-bottom:none;  
}

.otw-sidebar a:hover {
background-color:transparent;
color:black;
}
}
.bg-warning .nav > li > a{
    margin-left: 0 !important;
    border: 0 !important;
    border-left: 2px solid rgba(219, 47, 47, 0) !important;
    border-radius: 0 8px 8px 0 !important;
}

.bg-warning .nav > li:hover > a,
.bg-warning .nav > li:focus > a{
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0 !important;
    border-left: 2px solid rgba(219, 47, 47, 0.3) !important;
    border-radius: 0 8px 8px 0 !important;
    font-size: 15px !important;
    background-color: rgba(219, 47, 47, 0) !important;
}
.bg-warning .nav > li.active > a{
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0 !important;
    color: #1f408a !IMPORTANT;
    border-left: 2px solid rgb(31, 64, 138) !important;
    border-radius: 0 8px 8px 0 !important;
    font-size: 15px !important;
    margin-bottom: 8px !important;
    background-color: rgba(255, 255, 255, 0.5) !important;
    box-shadow: -2px 3px 11px rgba(0, 0, 0, 0.09) !important;
}
.icon-social{
    box-sizing: border-box;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 4px;
    padding: 4px 5px;
    border: 1px solid #dbe2e7;
    border-radius: 40px;
    font-size: 16px;  
    transition: all  .2s ease-in-out; 
}
.icon-social:hover,
.icon-social:focus{
    background-color: #ffffff;
    padding: 3px 5px;
    border: 2px solid rgba(31, 64, 138, 0.15);
    color: #1f408a !important;
}
.icon-social:active{
    background-color: #ffffff;
    border: 2px solid rgba(31, 64, 138, 0.15);
    padding: 3px 5px;
    color: #1f408a !important;
    box-shado: 0 2px 8px rgba(0,0,0,.14)
}

.lovell_thumbnail {
    position: relative;
    display:grid;
    width: 100%;
    height: 100%;
    min-height: 40px !important;
    max-height: 160px !important;
    min-width: 50px !important;
    max-width: 180px !important;
    border-radius: 8px;
    overflow: hidden;
}

.lovell_thumbnail:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(141deg, rgb(22, 58, 136) 33%, rgb(219, 47, 47) 100%);
}

.lovell_thumbnail > h1{
    position: relative !important;
    display: block !important;
    width: 100%;
    margin:inherit;
    padding:6%;
    font-size: 1.7rem;
    margin-top:6px;
    z-index: 2;
    text-align:center;
    color:white;
}

.lovell_container {
  display: grid;
  grid-template-columns: 16% 16% 16% 16% 16% 16%;
  grid-template-rows: 50px 50px;
  grid-gap:8px;
  margin-bottom:22px;

}
@media screen and (max-width: 479px) {
  .lovell_thumbnail > h1{
    font-size: 1.5rem;
    margin-top:10px;
}
  .lovell_container {
  grid-template-columns: 33% 33% 33%;
  grid-template-rows: 25% 25% 25% 25%;
  margin-right:20px;
  margin-bottom:40px;
}
}
@media screen and (max-width: 768px) {
  .lovell_thumbnail > h1{
    font-size: 1.3rem;
    margin-top:10px;
}
  .lovell_container {
  grid-template-columns: 33% 33% 33%;
  grid-template-rows: 25% 25% 25% 25%;
  margin-right:20px;
  margin-bottom:40px;
}
	.footer_links {
     text-align: center;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: .075em;
    font-weight: 600;
    margin-bottom: 40px;
	}	
	.footer_links a {
     color: #ddd;
    display: inline-block;
    position: relative;
}
	.footer_links a:after {
	    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    width: 100%;
    height: 1px;
    background: #eee;
    -webkit-transition: -webkit-transform .15s;
    transition: -webkit-transform .15s;
    transition: transform .15s;
    transition: transform .15s,-webkit-transform .15s;
}
	}