/*	Table OF Contents
==========================
1-General Styles
2-Navigation
3-Audio Player
4-Social Fonts
5-Albums
6-Breadcrumb
7-Home-Slider
8-Latest News,events,videos
9-Artist
10-photo gallery
11-blog
12-Upcomming Events
13-Sidebar
14-Contact
15-Footer
16-Responsive

/* =========================
   1-Genral
   ========================*/
.loader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: rgba(0,0,0,0.7);
	display: none;
}
body {
	font-family: 'Roboto', sans-serif;
	color: #fff;
	background: #000;
}
a{
	outline:none !important;
}
img{
	max-width:100%;
	height:auto;
}

.top5{
	width: 220px;
	height:130px;
	margin: 0px 0px -15px 0px;
	border: solid 3px;
	border-color: #1b1b1b;

}
.home {
	background: url(../img/BG/Home-BG.jpg) fixed;
}
.container {
	background: #0e0e0e;
	background:rgba(14,14,14,0.98);
}
ul, li {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
}
h1 {
	font-size: 30px;
	text-transform: uppercase;
	position: relative;
	padding-left: 20px;
}
h1:before {
	content: '';
	left: 0;
	top: 0;
	font-size: 30px;
	position: absolute;
	height: 100%;
	width: 10px;
	background: #e62948;
	text-transform: uppercase;
}
.responsive-vimeo {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 50px;
}
.responsive-vimeo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#ajaxArea {
	position: relative;
}
#ajaxArea.loading:after {
	content: "";
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	height: 100%;
	width: 100%;
	background: url(../img/basic/loading.GIF) no-repeat center center rgba(0,0,0,0.7);
}
/* =========================
   2-Navigation
   ========================*/
header {
	background: #29292b;
	margin-bottom: 37px;
}
#XV-lamp {
	height: 1px;
	position: absolute;
	left: 0;
	width: 100px;
	z-index: 100;
	bottom: 10px;
	background: #000;
}
ul.navbar-nav {
	float: right;
}
.navbar-header {
	font-weight: 700;
}
.navbar-header .logo {
	display: block;
	font-size: 54px;
	line-height: 60px;
	color: #fff;
	font-family: 'Oswald', sans-serif;
}
.logo span {
	color: #e62948;
}
.navbar-header .slogan {
	display: block;
	font-size: 14px;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}
.navbar-default {
	margin-bottom: 0;
	border-radius: 0;
	z-index: 99999;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #e62948;
	background: none;
}
.navbar-default .navbar-nav > li a {
	position: relative;
}
.navbar-brand:before, .navbar-default .navbar-nav > li.active a:before, .navbar-default .navbar-nav > li:hover a:before {
	position: absolute;
	height: 2px;
	content: none;
	width: 100%;
	top: -1px;
	left: 0;
	background: #e62948
}
.navbar-default .navbar-nav > li .dropdown-menu a:before {
	display: none;
}
.navbar-brand {
	position: relative;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover {
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	font-weight: 100;
	text-transform: uppercase;
	text-align: center;
}
.navbar-default .navbar-nav > li > a:hover{
	color: #8a8a8a;
}
.navbar-default {
	background: url(../img/basic/header-pattern.png);
	border: none;
}
.navbar-nav > li {
	margin: 0;
	position: relative;
}
.navbar-nav > li:last-child {
	padding-right: 0px;
}
.navbar-nav > li > a {
	font-family: 'Oswald', sans-serif;
	padding: 0;
	outline: none !important;
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 30px;
	padding-left: 8px;
	padding-right: 10px;
}
.navbar-default .dropdown-menu > li > a {
	text-transform: uppercase;
	font-family: oswald;
	font-size: 16px;
	color: #fff;
	font-weight: 300;
	line-height: 32px;
}
.navbar-default a.disabled {
	pointer-events: none;
	position: relative;
}
.navbar-default a.disabled:after {
	position: absolute;
	left: 0;
	top: 0;
	widows: 100%;
	height: 100%;
	content: "";
	z-index: 999;
	background: #000;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background: #e62948;
}
.navbar-default .container {
	position: relative;
}
.nav-level-down{
	display: none;
}
.navbar-default .navbar-toggle {
	border: none;
	color: #555;
	font-size: 26px;
	height: 40px;
	line-height: 22px;
	top: 25px;
	display: none;
}
.dropdown a i {
	display: none;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: none;
}
.navbar-default ul.dropdown-menu {
	background: #161616;
	padding: 0;
	min-width: 20px;
	border-radius: 0;
}
.navbar-nav {
	margin-right: 40px;
}
.navbar-nav > li:hover ul.dropdown-menu {
	display: block;
}

.nav-search {
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 9999;
	background: #e62948;
	overflow: hidden;
	width: 50px;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
}
.nav-search button {
	width: 51px;
	height: 60px;
	background: #e62948;
	color: #fff;
	text-align: center;
	line-height: 60px;
	font-size: 18px;
	border: none;
	float: right;
	position: relative;
	z-index: 999;
}
.nav-search input {
	z-index: 99;
	position: absolute;
	top: 0;
	left: 0;
	width: 688px;
	height: 100%;
	color: #666;
	border: none;
	-webkit-transition: all .9s ease-in-out;
	-moz-transition: all .9s ease-in-out;
	-o-transition: all .9s ease-in-out;
	transition: all .9s ease-in-out;
	padding-left: 10px;
	font-family: 'oswald';
	font-size: 18px;
}
.nav-search:hover input {
	display: block;
}
.nav-search:hover {
	width: 688px;
}
.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
	position: static;
}
.yamm .container {
	position: relative;
}
.yamm .dropdown-menu {
	left: auto;
}
.yamm .nav.navbar-right .dropdown-menu {
	left: auto;
	right: 0;
}
.yamm .yamm-content {
	padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
	left: 0;
	right: 0;
}
.yamm-artist-info img {
	width: 100%;
	height: auto;
}
.yamm-content h2 {
	font-size: 16px;
	text-transform: uppercase;
	font-family: oswald;
	font-weight: 300;
	margin: 0;
	padding-left: 15px;
	padding-bottom: 15px;
}
.yamm-content h4, .yamm-content a {
	text-decoration: none;
	font-size: 16px;
	font-family: oswald;
	font-weight: 300;
	color: #e62948;
	text-transform: uppercase;
}
.yamm-artist-name {
	border-left: 1px solid #272425;
	border-right: 1px solid #272425;
	padding: 0;
	margin-top: 32px;
}
.yamm-artist-name li {
	padding-left: 25px;
	padding-bottom: 10px;
	line-height: 20px;
	list-style: none;
	display: block;
}
.yamm-content p {
	font-size: 12px;
	font-weight: 300;
	color: #878787;
}
.yamm-artist-album img {
	height: 116px;
	width: 116px;
	float: left;
	margin-right: 18px;
}
.yamm-artist-album h2 {
	padding-left: 0;
}
.yamm-blog img {
	height: auto;
	width: 100%;
}
.yamm-blog h4 {
	line-height: 20px;
}
.yamm-blog-detail img {
	height: 70px;
	width: 70px;
	float: left;
}
.yamm-blog-detail {
	margin-bottom: 24px;
}
.yamm-blog-detail h4 {
	margin: 0;
	line-height: 20px;
	padding-left: 80px;
}
.yamm-blog-detail p {
	padding-left: 80px;
}
.yamm-artist-name li.to-page {
	margin-top: 0;
}
.yamm-artist-name li.to-page a {
	color: #fff;
}
.to-page {
	color: #fff !important;
	margin-top: 5px;
	display: block;
}
header .container {
	background: none !important;
}

/* =========================
   3-Audio Player
   ========================*/

#audio-player .container {
	background: rgba(255, 255, 255, 0);
}
.rock-player {
}
.rock-player .controls {
	position: relative;
	margin: 2px 0px 0px 0px;
}
.rock-player .controls div {
	display: inline-block;
	position: relative;
	margin-right: 2px;
	cursor: pointer;
}
.rock-player .controls .jp-prev, .rock-player .controls .jp-next {
	height: 41px;
	width: 41px;
	border-radius: 50%;
	background-color: #1f1f1f;
	text-align: center;
}

.jp-prev {
	background: url(../jPlayer/controls/prev.png) center center #1f1f1f no-repeat;
}
.jp-next {
	background: url(../jPlayer/controls/next.png) center center #1f1f1f no-repeat;
}
.play-pause {
	position: relative;
	top: 10px;
	height: 40px;
	width: 40px;
	border-radius: 50%;
}
.playListTrigger {
	display: none;
	position:absolute;
	right:20px;
	top:20px;
	z-index:99;
}
.audio-list{
	    margin: 12px 0px 0px 10px;
}
#audio-player .container{
	position:relative;
}
.playListTrigger > a{
	color:#fff;
	font-size:26px;
	outline:none;
}
.jp-play {
	background: url(../jPlayer/controls/play.png) center center #e62948 no-repeat;
}
.jp-pause {
	background: url(../jPlayer/controls/pause.png) center center #e62948 no-repeat;
}

.jp-play-top {
	background: url(../jPlayer/controls/play.png) center center #e62948 no-repeat;
}
.jp-pause-top {
	background: url(../jPlayer/controls/pause.png) center center #e62948 no-repeat;
}
.audio-list-icon {
	float: left;
	position: relative;
	top: 0px;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background: url(../jPlayer/controls/list.png) center center #e62948 no-repeat;
}
.jp-playlist {
	padding-left: 80px;
}
.jp-playlist h5 {
	color: #e62948;
	margin-bottom: 5px;
}
.jp-playlist .audio-track {
	position: relative;
}
.jp-playlist ul {
	padding: 0;
	list-style: none;
	height: 100%;
}
.mCSB_buttonUp, .mCSB_buttonDown {
	bottom: auto;
	height: 0;
	width: 0;
	top: -900px;
}
.audio-track {
	height: 50px;
	overflow: hidden;
}
.jp-playlist li a {
	font-family: 'Oswald', sans-serif;
	color: #464646;
	font-size: 13px;
	line-height: 25px;
	display: block;
	text-decoration: none;
	outline: none;
}
.jp-playlist li {
	/* border-bottom: 1px solid #FFFFFF; */
	position: relative;
	 margin: -6px;
}
.jp-playlist li a.jp-playlist-item-remove {
	position: absolute;
	top: -4px;
	right: 0px;
	font-size: 30px;
	display: block;
	width: 10px;
	text-align: center;
	display: block !important;
}
.jp-playlist li.jp-playlist-current a {
	color: #fff;
}
.player-status {
	position: relative;
	padding-top: 21px;
}
.audio-timer {
	text-align: right;
	color: #fff;
}
.audio-title, .audio-timer {
	display: block;
	font-size: 15px;
        color: #fff;
	font-family: 'Oswald', sans-serif;
}
.audio-title {
	        margin: 4px 0px;
}
.player-social {
	        margin: -23px 168px
}
.player-social img {
	   border-radius: 50%;
	   width: 20px;
}
.audio-timer {
	position: absolute;
	right: 0;
	        margin: -21px 10px;
}
.audio-progress {
	position: relative;
	background: #303030;
	height: 4px;
	width: 100%;
	border-radius: 2px;
	overflow: hidden;
}
.audio-progress .jp-seek-bar {
	position: absolute;
	left: 0;
	top: 0;
	min-height: 4px;
	width: 100%;
}
.audio-progress .audio-play-bar {
	position: absolute;
	left: 0;
	top: 0;
	min-height: 4px;
	height: 100%;
	background: #e62948;
}
/* @group volume controls */
.jp-state-no-volume .jp-volume-controls {
  display: none; }

.jp-volume-controls {
	position: relative;
	top: -7px;
	left: 10px;
	width: 63px; }

.jp-audio-stream .jp-volume-controls {
  left: 70px; }

.jp-video .jp-volume-controls {
  top: 12px;
  left: 50px; }

.jp-volume-controls button {
  display: block;
  position: absolute;
  overflow: hidden;
  text-indent: -9999px;
  border: none;
  cursor: pointer; }

.jp-mute,
.jp-volume-max {
  width: 18px;
  height: 15px; }

.jp-volume-max {
  left: 103px; }

.jp-mute {
  background: url("jplayer.blue.monday.png") 0 -170px no-repeat; }

.jp-mute:focus {
  background: url("jplayer.blue.monday.png") -19px -170px no-repeat; }

.jp-state-muted .jp-mute {
  background: url("jplayer.blue.monday.png") -60px -170px no-repeat; }

.jp-state-muted .jp-mute:focus {
  background: url("jplayer.blue.monday.png") -79px -170px no-repeat; }

.jp-volume-max {
  background: url("jplayer.blue.monday.png") 0 -186px no-repeat; }

.jp-volume-max:focus {
  background: url("jplayer.blue.monday.png") -19px -186px no-repeat; }

.jp-volume-bar {
  position: absolute;
  overflow: hidden;
  background-color: #fff;
  top: 1px;
  left: 16px;
  width: 80px;
  height: 5px;
  cursor: pointer; }

.jp-volume-bar-value {
  background-color: #e62948 ;
  width: 0px;
  height: 5px;
  top: -5px }

/* @end */



/* =========================
   4-Social Fonts
   ========================*/
.social {
	margin: 0;
	padding: 5px;
	text-align: center;
}
.social li a {
	color: #444445;
	line-height: 29px;
	text-align: center;
	font-size: 18px;
	border: 1px solid #2b2b2b;
	height: 29px;
	width: 29px;
	display: block;
	text-decoration: none;
}
.social li {
	display: inline-block;
	padding: 2.5px;
}
.social li:hover a {
	color: #e62948;
}
/* =========================
   5-Albums
   ========================*/

#albums .container {
	position: relative;
	padding-bottom: 20px;
	overflow: hidden;
}
.album {
	position: relative;
	float: left;
	width: 270px;
	height: 270px;
	margin-right: 15px;
}
.recent-album-list .album {
	margin-left: 7px;
	margin-right: 7px;
	margin-bottom: 10px;
}
.album-wrapper {
	position: relative;
	display: table;
}
.album img {
	width: 100%;
	height: 270px;
	max-width: 270px;
}

.album.wide img {
	max-width: 100%;
}
.album .hover {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	border: 6px solid #fdfdfd;
	background: rgba(14,14,14,.85);
	overflow: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}
.album .hover ul {
	margin: 0;
	padding: 0;
	margin-top: 60px;
	text-align: center;
	margin-bottom: 30px;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
}
.album .hover h2, .album .hover h3 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	padding-left: 50px;
}
.album .hover h2 {
	font-size: 30px;
	line-height: 32px;
	color: #e62948;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
}
.album .hover h3 {
	font-size: 20px;
	line-height: 25px;
	color: #fff;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
}
.album:hover .hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
}
.album:hover ul {
	margin-top: 97px;
}
.album:hover h2, .album:hover h3 {
	padding-left: 12px;
}
.album .hover li {
	display: inline-block;
	list-style: none;
	background: #e62948;
	text-align: center;
}
.album .hover li a {
	display: block;
	text-decoration: none;
	font-size: 29px;
	color: #fff;
}
.album .hover li {
	height: 65px;
	overflow: hidden;
	margin-left: 4px;
	margin-right: 4px;
	width: 65px;
	line-height: 65px;
	border-radius: 50%;
}
.albums-carousel {
	padding-top: 15px;
}
.top-carouselnav {
	position: absolute;
	top: 20px;
	right: 15px;
	width: 65px;
}
.top-carouselnav a {
	display: block;
	height: 29px;
	width: 29px;
	background: #262525;
	color: #e62948;
	text-align: center;
	line-height: 29px;
	text-decoration: none;
	font-size: 16px;
	margin-left: 3px;
	position: absolute;
	top: 0;
}
a.prev-album {
	left: 0;
}
a.next-album {
	right: 0;
}
#recent-albums {
	position: relative;
}
#recent-albums h4 {
	text-transform: uppercase;
	padding-left: 15px;
	padding-bottom: 10px;
}
.recent-album {
	margin-bottom: 47px;
}
.recent-album img {
	width: 100%;
	height: auto;
}
.recent-album-list {
	border-bottom: 2px solid #171717;
	padding-bottom: 34px;
}
.album-purchase img {
	max-width: 100%;
	height: auto;
	margin-bottom: 22px;
	margin-top: 32px;
}
.album-purchase a {
	display: block;
	background: #1a1a1a;
	color: #e62948;
	font-size: 15px;
	font-family: oswald;
	font-family: 300;
	text-transform: uppercase;
	text-decoration: none;
	padding: 12px 12px 12px 15px;
	border-radius: 5px;
	margin-bottom: 12px;
}
.album-purchase a span {
	color: #fff;
	float: right;
}
.album-detail-content h3 {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 20px;
	margin: 0;
	margin-top: 32px;
	margin-bottom: 13px;
}
.album-detail-content h4 {
	text-transform: uppercase;
	font-size: 38px;
	line-height: 20px;
	color: #e62948;
	margin-bottom: 22px;
}
.album-detail-content li {
	display: inline-block;
	color: #ffbd00;
	margin-bottom: 15px;
}
.album-detail-content li span {
	color: #fff;
	font-size: 14px;
	font-family: roboto;
	font-weight: 300;
	margin-right: 10px;
}
.album-detail-content p {
	color: #878787;
	font-weight: 300;
	line-height: 26px;
	font-family: roboto;
	padding-bottom: 35px;
}
.related-albums {
	margin-top: 65px;
}
.related-album {
	float: left;
	margin-right: 30px;
	margin-top: 25px;
}
.related-album img {
	max-width: 170px;
	width: 100%;
	height: auto;
}
.related-album h3 {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	margin: 0;
	margin-top: 24px;
}
.related-album h4 {
	color: #e62948;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	margin: 0;
}
/* =========================
   6-Breadcrumb
   ========================*/
.breadcrumb {
	position: relative;
	background: none;
	padding: 0;
	margin-bottom: 0;
}
.breadcrumb .row {
	border-bottom: 1px solid #171717;
}
.breadcrumb h1 {
	font-size: 50px;
}
.breadcrumb h5 {
	font-size: 16px;
	font-family: oswald;
	color: #e62948;
	text-transform: uppercase;
	padding-bottom: 15px;
}
.breadcrumb ul {
	margin: 5px 0;
	padding-top: 80px;
	text-align: right;
}
.breadcrumb li {
	margin: 0;
	padding: 0;
	display: inline-block;
}
.breadcrumb li a {
	text-decoration: none;
	text-transform: capitalize;
}
.breadcrumb li, .breadcrumb li a {
	color: #828282;
	font-size: 12px;
	line-height: 18px;
}
.breadcrumb li:after {
	content: '/';
	padding: 0 3px;
}
.breadcrumb li:last-child:after {
	content: '';
}
/* =========================
   7-Home-Slider
   ========================*/
#home-slider {
	position: relative;
}
#home-slider .container {
	background-image: url(../img/basic/header-pattern.png);
}
.slider-nav {
	position: absolute;
	bottom: 52px;
	left: 20px;
	z-index: 999;
}
#homeSliderNav {
	display: none;
}
.flexslider .slides > li {
	position: relative;
}
.flex-caption {
	position: absolute;
	max-width: 435px;
	bottom: 52px;
	left: 115px;
	border-right: 6px solid #e62948;
}
.flex-caption h2 {
	margin: 0;
	padding: 0;
	line-height: 40px;
	text-transform: uppercase;
	padding: 14px;
	font-size: 30px;
	color: #fff;
	background: rgba(0,0,0,.3)
}
.home-inner {
	position: relative;
	margin-bottom: 15px;
	overflow:hidden;
}
.slider-nav a {
	display: inline-block;
	outline: none;
	background: #000000;
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	-khtml-opacity: .5;
	width: 45px;
	height: 67px;
	line-height: 67px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}
#home-slider .container {
	padding-top: 15px;
}
/* =========================
   8-Latest News,events,videos
   ========================*/
.events_showcase {
	font-family: 'Oswald', sans-serif;
}
.events_showcase {
	margin-top: -45px;
	width: 100%;
}
.events_showcase .container {
	background: #1f1f1f;
}
.event_calender {
	position: relative;
}
.event_calender {
	max-width: 420px;
	margin-left: auto;
	margin-right: auto;
}
.events_showcase h6 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	padding: 20px 0;
	margin-bottom: 25px;
	border-bottom: 1px solid #2c2c2c;
}
.events_showcase h5 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	color: #e62948;
	max-width: 420px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.events_showcase h5 {
	color: #e62948;
}
.events_showcase .dropdown-menu li a:hover {
	background: #282828;
	color: #fff;
}
.events_showcase .event-feed a.btn {
	background: #e62948;
}
.events_showcase .event-feed {
	border-bottom: 1px solid #2c2c2c;
}
.events_showcase .btn-group, .events_showcase .btn-group button {
	width: 100%;
	max-width: 420px;
	margin: 0 auto;
	text-align: left;
	color: #fff;
	text-transform: uppercase;
}
.events_showcase .btn-group {
	margin-bottom: 20px;
}
.btn-group button:hover, .btn-group button:focus, .btn-group button:active {
	color: #fff !important;
}
.events_showcase .btn-group .btn {
	background: #282828;
}
.btn-group button span {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 14px;
	color: #484848;
}
.events_showcase h6 span {
	color: #e62948;
}
.events_showcase h3 {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	border-bottom: 1px solid #2c2c2c;
	padding-bottom: 10px;
}
.events_showcase h3 span {
	color: #e62948;
}
.event_calender th {
	background: none;
	text-align: center;
	text-transform: uppercase;
	height: 20px;
	width: 60px;
	color: #4e4e4e;
	font-size: 18px;
	font-weight: 700;
}
.event_calender td {
	text-align: center;
	height: 60px;
	width: 60px;
	background: #282828;
	border-right: 3px solid #1f1f1f;
	font-size: 24px;
	color: #e62948;
}
.event_calender .other-month {
	color: #616161;
}
.event_calender td:last-child {
	border-right: none;
}
.event_calender tr {
	background: #1f1f1f;
	border-bottom: 3px solid #1f1f1f;
}
.event_calender tr:last-child {
	border-bottom: none;
}
#updates {
	position: relative;
}
#updates .container {
	padding-bottom: 25px;
	border-bottom: 1px solid #171717;
}
.h-events {
	background-color: #171717;
	position: relative;
	margin-bottom: 15px;
}
.event-feed {
	position: relative;
	
	padding-top: 20px;
	border-bottom: 1px solid #171717;
}
.event-detail {
	display: table;
}
.event-feed img {
	width: 100%;
	/*max-width: 150px;*/
	margin-right: 10px;
	max-height: 150px;
	height: auto;
	float: left;
}
.event-feed.latest img {
	width: 100%;
	height: auto;
	float: none;
	max-width: 100%;
}
.h-events .event-feed:after {
	content: '';
	width: 1px;
	background: #1f1f1f;
	height: 86%;
	position: absolute;
	top: 7%;
	right: 0;
}
.event-feed .date {
	font-family: 'Oswald', sans-serif;
	float: left;
}
.event-feed .date .day {
	display: block;
	color: #ffffff;
	font-size: 30px;
}
.event-feed .date .month {
	font-size: 18px;
	color: #717171;
}
.event-feed h5, .event-feed p {
	
}
.event-feed h5 {
	color: #e62948;
	text-align: center;
	font-size: 25px;
	margin: 0;
	
}

.event-feed2 h5, .event-feed2 p {
	margin: 0px 0px 0px 50px;
	
}

.event-feed2 h3{
	margin: 20px 0px 0px 23px;
	font-size: 18px;
}
.event-feed2 h5 {
	color: #e62948;
	font-size: 18px;
	margin: -18px 0px 0px 50px;
	
}

.event-feed h2 {
	color: #e62948;
	text-align: center;
	font-size: 20px;
	margin: 0;
	
}

.event-feed h6 {
	color: #fff;
	font-size: 16px;
	
}

.event-feed p {
	color: #ffffff;
	text-align: center;
	font-size: 16px;

}
.event-feed a.btn, .latest-post a.btn {
	background: #1f1f1f;
	border-radius: 4px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
	padding: 9px 17px;
	position: relative;
	margin-top: 10px;
	margin-left: 20px;
	font-family: 'Oswald', sans-serif;
}
.event-feed a.btn:hover, .latest-post a.btn:hover {
	background: #e62948;
}
.btn.sold-out:hover {
	background: #1f1f1f !important;
	cursor: not-allowed;
}
.more-events a {
	background: #e62948;
	width: 100%;
	height: auto;
	display: block;
	font-family: oswald;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	padding-top: 38px;
	padding-bottom: 59px;
}
.more-events a b {
	font-size: 40px;
	margin-right: 15px;
}
.news-feed, .latest-post {
	position: relative;
	
	padding-bottom: 8px;
}
.news-feed img, .latest-post img {
	width: 99px;
	height: auto;
	float: left;
}
.news-feed h2, .news-feed a, .latest-post h2 {
	margin: 0;
	text-decoration: none;
	display: block;
	padding: 0;
	color: #fff;
	font-size: 16px;
	color: #fff;
	/* padding-left: 110px;*/
	margin-bottom: 10px;
}
.news-feed h2:hover, .news-feed a:hover, .latest-post h2:hover, .latest-post h2 a:hover {
	color: #e62948;
}
.news-feed h2 a {
	padding-left: 0;
}
.news-feed ul, .latest-post ul {
	padding: 0;
	margin: 0;
	padding-left: 110px;
}
.news-feed li, .latest-post li {
	list-style: none;
	display: inline-block;
	margin-right: 8px;
	font-size: 13px;
	color: #5e5e5e;
	font-weight: 400;
}
.news-feed li span, .latest-post li span {
	color: #e62948;
	padding-right: 5px;
}
.news-feed p, .latest-post p {
	padding-left: 110px;
	color: #B5B5B5;
	font-size: 15px;
}
.news-feed.style-news img {
	width: 100%;
	max-width: 355px;
}
.news-feed.style-news h2 {
	font-size: 22px;
	padding-left: 385px;
}
.news-feed.style-news h2 a {
	font-size: 22px;
}
.news-feed.style-news p {
	font-size: 15px;
	padding-left: 385px;
	padding-bottom: 92px;
}
.news-feed.style-news ul {
	padding-left: 385px;
}
.news-wrapper img {
	width: 100%;
	max-width: 156px;
}
.news-wrapper h2, .news-wrapper ul, .news-wrapper p {
	padding-left: 185px;
}
.news-feed-btn {
	border-top: 1px solid #171717;
	margin-top: 30px;
	text-align: center;
}
.news-feed-btn a {
	padding: 5px 10px;
	background: #171717;
	color: #8b8b8b;
	text-decoration: none;
	font-size: 13px;
	font-family: oswald;
	font-weight: bold;
	border-radius: 2px;
}
.news-feed-btn a:hover {
	background: #e62948;
	color: #FFF;
}
.news-feed-btn li {
	display: inline-block;
	padding-right: 8px;
}
.news-feed-btn ul {
	padding-top: 20px;
}
#videos, #artists {
	position: relative;
}
.video-feed {
	position: relative;
	padding-top: 20px;
	padding-bottom: 5px;
}
.latest-videos {
	position: relative;
}
.video-feed img {
	width: 100%;
	height: auto;
}
.video-feed a {
	position: absolute !important;
	background: #e62948;
	text-align: center;
	border-radius: 50%;
	text-decoration: none;
	top: 50%;
	margin-top: -24px;
	margin-left: -40px;
	left: 50%;
	display: block;
	height: 57px;
	width: 57px;
	color: #fff;
	line-height: 57px;
	font-size: 26px;
}
.video-feed a span {
	color: #fff !important;
}
#videos .video-feed a {
	margin-top: -55px;
}
.video-feed h6 {
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	bottom: -5px;
	background: #000;
	padding: 10px;
}
.video-feed h5 {
    position: absolute;
    left: 0;
    bottom: 0px;
    background: #000;
    opacity: 0.9;
    font-size: 12px;
    color: #FFF;
    height: 25px;
    width: 100%;
    line-height: 25px;
    padding-left: 16px;
    margin: 0;
}
.latest-videos .video-feed a {
	width: 70px;
	height: 70px;
	line-height: 70px;
}
.latest-videos .video-feed {
	margin-bottom: 20px;
}
.store-item img {
	padding-top: 18px;
	width: 100%;
	height: auto;
}
.store-item h3 {
	font-family: oswald;
	font-size: 20px;
	color: #e62948;
	width: 120px;
	float: left;
	text-transform: uppercase;
	line-height: 25px;
}
.store-item h5 {
	font-family: oswald;
	font-size: 20px;
	line-height: 39px;
	text-align: end;
}
.store-item a {
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 22px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
	font-family: oswald;
	font-size: 14px;
	background: #1f1f1f;
	margin-right: 31px;
	margin-top: 4px;
}
.store-item a:hover {
	background: #e62948;
	color: #FFF;
}
.store-item a b {
	padding-right: 10px;
}
/* =========================
   9-Artist
   ========================*/
 
.track_player {
	display: none !important;
}

.artist .artistFace{
	margin-top: 40px;
}
.artist-tracks h1 {
	margin-bottom: 30px;
}
.no-ar{
    margin: 1px 0px 0px 46px;
    position: absolute;
}
.artist-tracks .track{
	width:100%;
	clear: both;
	width:100%;
}
.artist a {
	color: #e62948;
	font-size: 20px;
	font-family: oswald;
	text-transform: uppercase;
	text-align: center;
	margin-top:10px;
	margin-bottom:20px;
	display: block;
	text-decoration: none;
}
.artist-list {
	margin-top: 10px;
	padding-bottom: 60px;
}
.artist-detail .artist {
	width: 100%;
	height: auto;
}
.artist-detail-content {
	text-align: left;
	border-bottom: 2px solid #171717;
}
.artist-detail-content h3 {
	font-size: 30px;
	color: #e62948;
	text-transform: uppercase;
	margin-top: 34px;
	margin-bottom: 20px;
}
.artist-detail-content p {
	color: #878787;
	line-height: 26px;
	padding-bottom: 15px;
}
.artist-tracks {
	text-align: left;
}
.track {
	margin-top: 1px;
	position: relative;
}
.alreadyAdded-warning {
	clear: both;
	display: none;
	font-size: 16px;
	padding: 10px;
	line-height: 20px;
	color: #fff;
	background: #e62948;
}
.alreadyAdded-warning button {
	padding: 5px 25px;
	background: #1f1f1f;
	border-radius: 4px;
	color: #fff;
	margin: 0 4px;
	font-size: 16px;
}
.alreadyAdded-warning button:hover {
	color: #e62948;
}
.track div {
	margin: 0;
	display: inline-block;
	float: left;
	padding:0 15px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 800;
	color: #3e3e3e;
	background: #1a1a1a;
}
.artist-tracks .track div{
	min-height:40px;
	line-height:40px;
	overflow:hidden;
}
.track div.track_title{
	overflow:hidden;
	max-height:30px;
}
.track.even .track_title, .track.even .track_release {
	background-color: #141414;
}
.track .track_title {
	color: #e62948;
	min-width: 150px;
}
.track_listen span {
	cursor: pointer;
	color: #3e3e3e;
	line-height: 16px;
	padding: 0;
	text-align: left;
	margin: 0;
}
.track_listen span i {
	display: inline-block;
	margin-left: 10px;
	height: 27px;
	width: 27px;
	border: 1px solid #3c3c3c;
	border-radius: 50%;
	font-size: 10px;
	line-height: 27px;
	text-align: center;
	color: #e62948;
	position: relative;
	top: -2px;
}
.track .track_release span {
	color: #e62948;
}
.track .track_listen {
	background: #242424;
}
.track .track_buy {
	color: #fff;
	background: #e62948;
	display: block;
}
.track_buy a {
	margin: 0;
	color: #fff;
	font-size: 14px !important;
	font-weight: 800;
}
.track .track_buy i {
	margin-right: 5px;
}
/*=============================*/

.album-tracks .track div {
	display: block;
	background: none;
	font-size: 14px;
	line-height: 25px;
	font-family: roboto;
	font-weight: 300;
	text-transform: capitalize;
}
.album-tracks .track li {
	display: block;
	clear: both;
	padding-top:15px;
	padding-bottom:5px;
	border-bottom: 1px solid #1a1a1a;
}
.album-tracks .track li.track-head{
	padding-bottom:0;
}

.album-tracks .track .track_title {
	color: #fff;
	width: 40%;
	padding-left: 22px;
}
.album-tracks .track .track_time {
	width: 8%;
	color: #4a4a4a;
}
.album-tracks .track .track_popularity {
	width: 19%;
}
.album-tracks .track .track_listen {
	width: 10%;
}
.album-tracks .track .track_listen span {
	text-decoration: none;
}
.album-tracks .track .track_buy {
	width: 23%;
}
.album-tracks .track .track_popularity ul {
	margin: 4px 0 0;
	padding: 0;
	border: none;
}
.album-tracks .track .track_popularity li {
	height: 15px;
	width: 5px;
	background: #4a4a4a;
	display: inline-block;
}
.album-tracks .track .track_popularity li.active {
	background: #ffc11a;
}
.album-tracks .track .track_buy a {
	color: #e62948;
	font-family: oswald;
	font-weight: 300;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
}
.album-tracks .track{
	margin-top:30px;
}
.album-tracks .track li.track-head{
	background: #1a1a1a;
	padding-top:10px;
	padding-bottom:10px;
}
.album-tracks .track li.track-head div{
	font-size: 15px;
	line-height: 26px;
	font-family: oswald;
	color: #e62948;
	text-transform: uppercase;
	margin-top:0;
}
/*==================
10-photo gallery
===================*/
.isotope, .isotope .isotope-item { /* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
	overflow: visible !important;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
#gallery {
	position: relative;
}
.photo-gallery {
	position: relative;
	display: none;
	border-bottom: 2px solid #171717;
}
.photo-gallery img {
	width: 100%;
	height: auto;
}
.photo-filter {
	padding-top: 36px;
	padding-bottom: 30px;
}
.photo-filter h5 {
	font-size: 16px;
	color: #5a5a5a;
	text-transform: uppercase;
	font-family: oswald;
	float: left;
	margin: 0;
	padding-right: 20px;
	padding-top: 3px;
}
.photo-filter li {
	display: inline-block;
}
.photo-filter li a {
	text-decoration: none;
	font-size: 16px;
	color: #FFF;
	text-transform: uppercase;
	font-family: oswald;
}
.photo-filter li a:hover {
	color: #e62948;
}
.photo-filter li:after {
	content: '/';
	padding: 10px;
	font-size: 16px;
	color: #343434;
}
.photo-filter li:last-child:after {
	content: '';
}
.photo-item {
	overflow: hidden;
	position: relative;
	text-align: center;
	float: left;
	width: 31.2%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 40px;
}
.photo-item .fig-caption {
	position: absolute;
	left: 0;
	bottom: -30%;
	font-size: 20px;
	font-family: oswald;
	background: #e62948;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 10px 0px;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.photo-item:hover .fig-caption {
	bottom: 0%;
}
.photo-item .fig-caption a {
	color: #fff;
	display: block;
	text-decoration: none;
}
/* =========================
   11-blog
   ========================*/

/*latest from blog*/
blockquote{
	display:block;
	font-size: 15px;
	line-height: 24px;
	margin-left: 60px;
	margin-top: 55px;
	margin-bottom: 20px;
	border-left:4px solid #e62948;
}
#blog {
	position: relative;
}
#blog .container {
	padding-bottom: 80px;
}
#latest-blog h1 {
	margin-left: 15px;
}
#latest-blog .container {
	position: relative;
	padding-top: 15px;
	padding-bottom: 70px;
}
.blog-post {
	position: relative;
	padding-bottom: 45px;
	margin-top: 17px;
	color: #ffffff;
	font-size: 13px;
}
.blog-post p {
	color: #ffffff;
	font-size: 13px;
	height: 0;
	overflow: hidden;
	text-transform: none;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.blog-post:hover p {
	height: 55px;
}
.blog-post h2, .blog-post a {
	font-size: 16px;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
	color: #fff;
	line-height: 18px;
}
.blog-post img {
	width: 100%;
	height: auto;
}
.blog-post .hover {
	padding: 14px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80%;
	background-color: #171717;
	border-top: 3px solid #e62948;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.blog-post .hover ul {
	margin: 0;
	padding: 0;
	color: #5e5e5e;
}
.blog-post:hover .hover {
	background-color: #e62948;
	color: #fff;
}
.blog-post:hover ul {
	color: #fff;
}
.blog-post .hover ul:before {
	content: 'by';
	text-transform: none !important;
}
.blog-post .hover li {
	list-style: none;
	display: inline-block;
	line-height: 20px;
	font-size: 13px;
	text-transform: none !important;
}
.blog-post .hover li:before {
	content: '/';
	padding-right: 2px;
	padding-left: 2px;
}
.blog-post .hover li:first-child:before {
	padding: 0;
	content: '';
}
.latest-post img {
	width: 100%;
	height: auto;
	float: none;
}
.latest-post h2, .latest-post p, .latest-post ul {
	padding-left: 0;
}
.latest-post h2 {
	font-size: 34px;
	padding-top: 30px;
}
.latest-post h2 a {
	color: #fff;
	text-decoration: none;
}
.latest-post{
	font-size: 15px;
}
.latest-post a.btn {
	margin-left: 0;
}
.latest-post.detail p {
	padding-top: 20px;
}


.comment-write b, .comment-read b {
	font-size: 46px;
	padding: 4px 10px 2px 10px;
	background: #e62948;
	float: left;
	margin-right: 12px;
}
.comment-write input {
	background: #fff;
	color: #a3a3a3;
	font-size: 18px;
	line-height: 30px;
	font-family: roboto;
	border: none;
	padding: 18px;
	width: 88%;
}
.comment-write {
	margin-top: 20px;
	margin-bottom: 42px;
}
.comment-read {
	padding-top: 20px;
	position: relative;
}
.comment-read:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #242424;
}
.comment-read:last-child:after {
	content: '';
	display: none;
}
.comment-read h3 {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	font-family: oswald;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	margin: 0;
}
.comment-read h4 {
	color: #e62948;
	font-size: 13px;
	line-height: 30px;
	font-family: roboto;
	text-transform: uppercase;
	text-align: right;
}
.comment-read p {
	color: #878787;
	font-size: 15px;
	line-height: 26px;
	font-family: roboto;
	padding-left: 68px;
}
.comment-reply i {
	color: #474747;
	font-size: 30px;
	float: left;
	padding-left: 15px;
	padding-right: 20px;
	padding-top: 25px;
}
.comment-reply p {
	padding-left: 135px;
}
.comment-read li {
	display: inline-block;
	padding-right: 10px;
	text-transform: capitalize;
}
.comment-read ul {
	text-align: right;
	padding-bottom: 10px;
}
.comment-ul i, .comment-reply .comment-ul i {
	color: #e62948;
	margin-right: 5px;
	margin-left: 8px;
	font-size: 15px;
	float: none;
	padding: 0;
}
.comment-ul span {
	color: #17bd13;
	margin-right: 5px;
}
.comment-ul li a {
	text-decoration: none;
	color: #fff;
}
.comment-ul .fa fa-border {
	border: none;
	border-left: 2px solid #222222;
	border-right: 2px solid #222222;
	border-radius: 0;
}
.comment-reply {
	background: #191919;
	padding: 10px;
	margin-top: 20px;
}
.comment-reply i {
	color: #474747;
	font-size: 30px;
	float: left;
}
/*====================
12-Upcomming Events
=======================*/

#latest-events {
	position: relative;
}
.event-map {
	height: 240px;
	width: 100%;
	margin-top: 20px;
}
.event-feed.latest .day {
	background: #e62948;
	width: 70px;
	font-size: 32px;
}
.event-feed.latest .month {
	background: #212121;
	width: 70px;
	display: block;
	font-size: 16px;
	line-height: 29px;
	color: #FFF;
}
.event-feed ul {
	margin-left: 70px;
}
.event-feed li {
	list-style: none;
	font-size: 14px;
	font-family: oswald;
	text-transform: uppercase;
}
.event-feed.latest .date {
	text-align: center;
}
.event-feed.latest h5 {
	padding-left: 85px;
	font-size: 26px;
	text-transform: uppercase;
	padding-bottom: 12px;
}
.event-feed.latest h5 a {
	margin-left: 0;
	color: #e62948;
	text-decoration: none;
}
.event-feed.latest p {
	font-size: 14px;
	font-family: oswald;
	text-transform: uppercase;
}
.event-feed.latest b {
	color: #e62948;
	float: left;
	padding-left: 15px;
	padding-right: 5px;
}
.event-feed.latest {
	border: none;
}
.event-feed.latest img {
	margin-bottom: 20px;
	width: 100%;
	height: auto;
}
.event-info h3 {
	font-size: 30px;
	color: #FFF;
	font-size: oswald;
	text-transform: uppercase;
}
.event-info p {
	font-size: 14px;
	line-height: 26px;
	color: #878787;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: roboto;
}
.event-info .video-feed {
	float: left;
	margin-right: 30px;
}
/* =========================
   13-Sidebar
   ========================*/
   
.sidebar {
	position: relative;
}
#search {
	width: 80%;
	height: 41px;
	background: #171717;
	border: none;
	float: left;
	border: 1px solid #202020;
	border-right: none;
	margin-top: 10px;
	margin-bottom: 20px;
}
.search button {
	background: #171717;
	padding: 4px;
	color: #454545;
	font-size: 25px;
	line-height: 30px;
	margin-top: 10px;
	border: 1px solid #202020;
	border-left: none;
	width: 20%;
}
.recent-post, .admin-post {
	border-bottom: 1px solid #171717;
	margin-top: 30px;
}
.recent-post img {
	width: 100%;
	max-width: 70px;
	height: auto;
	float: left;
}
.admin-post b {
	color: #262626;
	font-size: 30px;
	float: left;
	line-height: 32px;
	padding-left: 10px;
}
.recent-post h5, .admin-post h5 {
	font-size: 14px;
	line-height: 22px;
	color: #b0b0b0;
	font-family: oswald;
	padding-left: 82px;
}
.recent-post h5 a, .admin-post h5 a {
	color: #b0b0b0;
	text-decoration: none;
}
.recent-post p, .admin-post p {
	font-size: 13px;
	line-height: 28px;
	color: #e62948;
	padding-left: 82px;
}
.admin-post p, .admin-post h5 {
	padding-left: 56px;
}
.category {
	margin-top: 18px;
}
.category li {
	display: block;
}
.category li a {
	color: #b0b0b0;
	font-family: oswald;
	font-size: 14px;
	line-height: 40px;
	text-transform: uppercase;
	border-bottom: 1px solid #171717;
	text-decoration: none;
	display: block;
}
.tags {
	margin-top: 30px;
}
.tags li {
	display: inline-block;
}
.tags li a {
	display: block;
	color: #fff;
	text-decoration: none;
	background: #e62948;
	text-transform: capitalize;
	font-size: 14px;
	line-height: 40px;
	font-family: open sans;
	padding-left: 15px;
	padding-right: 25px;
	border-radius: 4px;
	margin-right: 5px;
	margin-bottom: 10px;
}
/* =========================
   14-Contact
   ========================*/
#contact {
	position: relative;
}
#contactform {
	margin-top: 20px;
}
.contact-map {
	height: 380px;
	margin-top: 25px;
}
#contact h5, #contact p, #contact h3 {
	font-size: 16px;
	line-height: 24px;
	color: #7f8c8d;
	font-family: oswald;
}
#contact h3 {
	color: #e62948;
	text-transform: uppercase;
}
#contact p {
	font-family: open sans;
}
#contact i, #contact b {
	color: #e62948;
	float: left;
	font-size: 17px;
	padding-right: 16px;
}
#contact i {
	font-size: 23px;
}
#contact h5 {
	color: #fff;
	text-transform: uppercase;
}
#contact .booking-info {
	border-top: 1px solid #171717;
	border-bottom: 1px solid #171717;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 12px;
}
#contact #name, #contact #email, #contact #message, #contact input {
	width: 100%;
	background: #171717;
	border: 1px solid #202020;
}
#contact #name, #contact #email, #contact input {
	height: 46px;
	color: #fff;
	padding-left: 5px;
}
#contact #message, #contact textarea {
	height: 146px;
	padding-left: 5px;
	color: #fff;
}
#contact #submit1 {
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	padding: 15px 56px;
	text-align: center;
	font-family: oswald;
	font-size: 14px;
	background: #1f1f1f;
	margin-top: 20px;
	border: none;
	border-radius: 3px;
}
#contact #submit1:hover {
	background: #e62948;
	color: #FFF;
}
#valid-issue {
	margin-top: 30px;
	margin-bottom: 30px;
}


/* =========================
   14-Contact
   ========================*/
#contactpedido {
	position: relative;
}
#contactpedidoform {
	margin-top: 20px;
}
.contactpedido-map {
	height: 380px;
	margin-top: 25px;
}
#contactpedido h5, #contactpedido p, #contactpedido h3 {
	font-size: 16px;
	line-height: 24px;
	color: #7f8c8d;
	font-family: oswald;
}
#contactpedido h3 {
	color: #e62948;
	text-transform: uppercase;
}
#contactpedido p {
	font-family: open sans;
}
#contactpedido i, #contactpedido b {
	color: #e62948;
	float: left;
	font-size: 17px;
	padding-right: 16px;
}
#contactpedido i {
	font-size: 23px;
}
#contactpedido h5 {
	color: #fff;
	text-transform: uppercase;
}
#contactpedido .booking-info {
	border-top: 1px solid #171717;
	border-bottom: 1px solid #171717;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 12px;
}
#contactpedido #namepedido, #contactpedido #emailpedido, #contactpedido #messagepedido, #contactpedido input {
	width: 100%;
	background: #171717;
	border: 1px solid #202020;
}
#contactpedido #namepedido, #contactpedido #emailpedido, #contactpedido input {
	height: 32px;
	color: #fff;
	padding-left: 5px;
}
#contactpedido #messagepedido, #contactpedido textarea {
	height: 70px;
	padding-left: 5px;
	color: #fff;
}
#contactpedido #submit1pedido {
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	padding: 15px 56px;
	text-align: center;
	font-family: oswald;
	font-size: 14px;
	background: #1f1f1f;
	margin-top: 20px;
	border: none;
	border-radius: 3px;
}
#contactpedido #submit1pedido:hover {
	background: #e62948;
	color: #FFF;
}
#valid-issuepedido {
	margin-top: 30px;
	margin-bottom: 30px;
}



/* =========================
   15-Footer
   ========================*/
footer .container {
	position: relative;
	border-top: 3px solid #e62948;
	padding-top: 40px;
	padding-bottom: 100px;
}
footer h4 {
	font-size: 20px;
	text-transform: uppercase;
	padding-bottom: 10px;
}
footer h4 span {
	color: #e62948;
	position: relative;
	margin-right: 10px;
}
.latest-tweet li {
	display: block;
	padding-bottom: 15px;
}
.latest-tweet li span {
	display: none;
}
.latest-tweet li a {
	color: #e22847;
}
.latest-tweet li p {
	color: #878787;
	text-transform: lowercase;
	font-family: roboto;
	font-size: 13px;
	font-family: 22px;
}
.latest-tweet .timestamp {
	text-align: right;
	color: #393939;
	margin-top: 12px;
}
#flicker-feed li {
	display: inline-block;
	margin-right: 27px;
	margin-bottom: 27px;
}
#flicker-feed li img {
	width: 60px;
	height: 60px;
}
.sitemap {
	margin: 0;
	padding: 0;
}
.sitemap li {
	font-family: 'Oswald', sans-serif;
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #171717;
	line-height: 30px;
	font-size: 15px;
	text-transform: uppercase;
}
.sitemap li:last-child {
	border-bottom: 0;
}
.sitemap li:before {
	content: '.';
	font-size: 40px;
	color: #181818;
	line-height: 5px;
	padding-right: 10px;
}
.sitemap li a {
	color: #FFF;
	text-decoration: none;
}
.sitemap li a:hover {
	color: #e22847;
}
#newsletter input {
	width: 100%;
	background: #0e0b0c;
	height: 40px;
	border: 1px solid #171717;
	color: #353535;
	border-radius: 3px;
	text-align: left;
	padding-left: 10px;
}
#newsletter {
	text-align: right;
}
#newsletter button {
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 24px;
	text-align: center;
	font-family: oswald;
	font-size: 14px;
	background: #e62948;
	margin: 10px 0;
	border: none;
	font-family: 'Oswald', sans-serif;
	border-radius: 4px;
}

/* =========================
   16-Responsive
   ========================*/


/* Large desktop */
@media (min-width: 1200px) {
.track div {
	font-size: 16px;
}

.track .track_title {
	min-width: 250px;
}
.navbar-nav > li > a {
	padding-left: 13px;
	padding-right: 13px;
}
.flex-caption {
	left: 134px;
	border-right: none;
	border-left: 6px solid #e62948;
}
.slider-nav {
	position: absolute;
	bottom: 52px;
	left: 50%;
	z-index: 999;
}
#leave-comment {
	max-width: 89.9%;
}
}

@media (max-width: 1199px) {
.album-wrapper {
	width: 855px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 1024px) {
.player-social {
    margin: -23px 128px;
}
}

}
@media (min-width: 993px) {
.nav-level-down{
	display:none !important;
}
.player-social {
    margin: -23px 128px;
}

}
@media (max-width: 992px) {
.artist-tracks .track_release{
	display:none;
}
.player-social {
    margin: -23px 120px;
}

.artist-tracks .track div{
	width:40%;
	min-width:0;
}
.artist-tracks .track div.track_title{
	padding-left:10px !important;
}
.artist-tracks .track div.track_listen{
	width:20%;
	text-align:center;
}
.container{
	max-width:94%;
}
.playListTrigger {
	display: block;
}
.audio-list{
	display: none;
}
#audio-player {
	bottom: 0px;
}
#audio-player.open {
	bottom: 0;
}
.audio-track {
	height: 150px;
}
.jp-playlist {
	padding-left: 0;
}
.audio-list-icon {
	display: none;
}
.navbar-default .navbar-toggle {
	display: block;
}
.nav-search, .nav-search:hover {
	position: relative;
	right: auto !important;
	top: auto !important;
	z-index: 999;
	background: #e62948;
	overflow: hidden;
	width: 340px;
	margin-left: 10px;
	border-radius: 0;
}
.nav-search input {
	width: 100%;
	border-radius: 0;
}
.navbar-nav {
	margin-right: 0;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover {
	line-height: 30px;
}
.navbar-nav > li:after {
	display: none;
}
.navbar-nav > li {
	border-bottom: 1px solid #111;
}
.nav-search button {
	background: #222;
}
.nav-search input {
	background: none repeat scroll 0 0 #0e0b0c;
	border: 1px solid #171717;
}
.navbar-nav > li > a {
	padding: 8px 0 8px 10px;
}
.dropdown a i {
	display: inline-block;
	float: right;
	margin-right: 35px;
	color: #222;
	margin-top: 5px;
}
.navbar-nav > li {
	padding: 0 0 0 20px;
}
ul.navbar-nav {
	display: block;
	float: none;
	margin-top: 0;
}
.container > .navbar-header, .container > .navbar-collapse {
	padding-bottom: 10px;
	padding-left: 10px;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	text-align: left;
}
.navbar-nav > li:hover ul.dropdown-menu {
	display: block;
	display: table;
}
.navbar-default .nav_wrapper {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0px;
	transform: translateX(-60px);
	transition: transform 0.3s ease 0s, width 0.3s ease 0s;
	width: 0px;
	z-index: 99999;
}
.nav_wrapper.active {
	transform: translateX(-10px);
	width: 350px;
}
.navbar-default .nav_scroll {
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	position: absolute;
	width: 370px;
	background: #161616;
}
ul.dropdown-menu {
	display: block;
	display: table;
	float: none;
	position: absolute;
	left: 0;
	top: 60px;
	width: 103%;
	height: 100%;
	transition: transform 0.3s ease 0s, width 0.3s ease 0s;
	-webkit-transition: transform 0.3s ease 0s, width 0.3s ease 0s;
	-moz-transition: transform 0.3s ease 0s, width 0.3s ease 0s;
	-o-transition: transform 0.3s ease 0s, width 0.3s ease 0s;
	-ms-transition: transform 0.3s ease 0s, width 0.3s ease 0s;
	box-shadow: none;
	transform: translateX(-400px);
	-webkit-transform: translateX(-400px);
	-moz-transform: translateX(-400px);
	-o-transform: translateX(-400px);
	-ms-transform: translateX(-400px);
}
.nav-level-down {
	display: none;
	border-bottom: 1px solid #111;
	text-align: center;
}
.nav-level-down a {
	text-decoration: none;
	outline: none;
	color: #555;
}
.nav-level-down a:hover {
	color: #fff;
}
.nav-level-down a span {
	text-align: center;
	line-height: 30px;
	font-size: 20px;
}
ul.dropdown-menu.open {
	transform: translateX(-10px);
	-webkit-transform: translateX(-10px);
	-moz-transform: translateX(-10px);
	-o-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
}
.navbar-brand:before, .navbar-default .navbar-nav > li.active a:before, .navbar-default .navbar-nav > li:hover a:before {
	display: none;
}
.navbar-default .navbar-nav > li:hover {
	background: #e62948;
}
.yamm-artist-name {
	border: none;
	margin-bottom: 15px;
}
.yamm-artist-name li {
	padding-left: 10px;
}
.yamm-artist-album img {
	margin-bottom: 5px;
}
}

/* Portrait tablet to landscape and desktop */
@media (max-width: 980px) {
.event-feed img {
	max-width: 100%;
	float: none;
	margin-right: 0;
	margin-bottom: 20px;
}
.player-social {
    margin: -23px 158px;
}

#flicker-feed li img {
	margin-right: -17px;
}
.store-item h5 {
	text-align: left;
}
.store-item h3 {
	float-left: none;
}
.latest-tweet .timestamp {
	text-align: left;
	padding-bottom: 15px;
}
.news-feed.style-news img, .news-feed.style-news h2, .news-feed.style-news p, .news-feed.style-news ul {
	float: none;
	padding-left: 0;
}
.news-feed.style-news h2 {
	padding-top: 30px;
}
.news-feed.style-news p {
	padding-bottom: 0px;
}
.recent-post img, .recent-post h5, .recent-post p {
	float: none;
	padding-left: 0;
}
.latest-videos .video-feed a {
	width: 50px;
	height: 50px;
	line-height: 50px;
}
.event-feed.latest h5 {
	line-height: 31px;
}
.event-feed.latest p {
	line-height: 18px;
}
.event-feed.latest b {
}
.video-feed h6 {
	padding: 4px;
}
.track div {
	width: auto;
	font-size: 16px;
	padding:0 !important;
}

.comment-write input {
	width: 85%;
}

.album-tracks .track li.track-head{
	display: none;
}

.album-purchase a {
	text-align: center;
}
.album-purchase a span {
	float: none;
}
.album-tracks .track div {
	font-weight: 700;
	text-transform: uppercase;
}
.album-wrapper {
	width: 585px;
}
}
@media (min-width: 900px) {
.player-social {
    margin: -23px 120px;
}
}

@media (max-width: 870px) {
.player-social {
    margin: -23px 120px;
}
}


/* Landscape phone to portrait tablet */
@media (max-width: 800px) {

.jp-volume-controls{
	display: none !important;
}

.player-social {
    margin: -26px 72px;
}
.player-social img {
    border-radius: 50%;
    width: 24px;
}

.flex-caption {
	left: auto;
	bottom: auto;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #e62948;
	bottom: 0;
	position: relative;
	display: block;
	max-width: 100%;
	text-align: center;
}
.flex-caption h2 {
	font-size: 20px;
	line-height: 20px;
}
.slider-nav {
	bottom: 80px;
	left: 0px;
}
.slider-nav a {
	border-bottom: 1px solid #e62948;
}
.event-feed {
	display: table;
	margin: 0 auto;
}
.audio-timer {
    margin: -18px 0px 0px 0px
}
.audio-title{
margin: 24px 0px 0px -50px;
}

.player-status {
	padding-top:0;
	margin-bottom: 5px;
}
.controls {
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.store-item a {
	margin-left: -120px;
	margin-top: 20px;
}
.store-item h5 {
	text-align: left;
}
.latest-videos .video-feed a {
	width: 70px;
	height: 70px;
	line-height: 70px;
}
.search button {
	width: 10%;
}
#search {
	width: 90%;
}
.photo-item {
	width: 47%;
}
.h-events .event-feed:after {
	content: '';
	display: none;
}
.album-purchase a span {
	float: right;
}
.album-purchase a {
	text-align: left;
}
}

@media (max-width: 767px) {
.container{
	width:100%;
}

.audio-timer {
    margin: -17px 0px 0px 0px;
}
.audio-title{
margin: -21px 0px 0px 190px;
}

#audio-player {
	bottom: 0px;
}
.album-tracks .track .track_popularity{
	display:none !important;
}
.album-tracks .track .track_title{
	width:55%;
}
.album-tracks .track .track_listen{
	width:
}
}

/* Landscape phones and down */
@media (max-width: 500px) {
.artist-tracks .track_buy a{
	font-size:11px !important;
	font-weight:normal;
}
.flex-caption h2 {
	font-size: 16x;
	line-height: 20px;
}
.audio-title {
    margin: -21px 0px 0px 204px;
}

.jp-volume-controls{
	display: none !important;
}

.player-social {
    margin: -30px 72px;
}
.player-social img {
    border-radius: 50%;
    width: 24px;
}


.album-wrapper {
	width: 300px;
}
.comment-write input {
	width: 80%;
}
.news-feed img, .news-feed h2, .news-feed p, .news-feed ul {
	float: none;
	padding-left: 0 !important;
}
.news-feed h2, .news-feed a, .latest-post h2 {
	padding-left: 0 !important;
	margin-top: 5px;
}
.news-feed h2 {
	padding-top: 30px;
}
.news-feed-btn {
	text-align: left;
}
.news-feed-btn ul {
	padding-left: 0;
	padding-top: 20px;
	margin-bottom: 20px;
}
.news-feed-btn li {
	padding-right: 5px;
}
.breadcrumb ul {
	padding-top: 0;
}
.recent-post img {
	float: left;
}
.recent-post P, .recent-post h5 {
	padding-left: 82px;
}
.photo-item {
	width: 100%;
}
.navbar-header .logo {
	font-size: 35px;
}
.navbar-default .navbar-toggle {
	border: none;
}
.album-tracks .track .track_title{
	width:80%;
}
.album-tracks .track div{
	padding: 0 !important;
	margin:0 !important;
}
.album-tracks .track div,.album-tracks .track div a{
	font-size:12px !important;
}
.album-tracks .track div.track_time{
	display:none;
}
.album-tracks .track div.track_buy{
	width:100%;
	text-align: left;
}
}
@media (max-width: 480px) {
	.audio-timer{
		display: none;
	}
.jp-volume-controls{
	display: none !important;
}

.player-social {
    margin: -25px 72px;
}
.player-social img {
    border-radius: 50%;
    width: 24px;
}
}

@media (max-width: 380px) {
.nav_wrapper.active {
	width: 300px;
}
.audio-timer {
    display: none;
}
.navbar-default .nav_scroll {
	width: 320px;
}
ul.dropdown-menu {
	width: 106%;
}

.jp-volume-controls{
	display: none !important;
}

.player-social {
    margin: -35px 72px;
}
.player-social img {
    border-radius: 50%;
    width: 24px;
}

.audio-title {
    display: none;
}
.dropdown a i {
	margin-right: 30px;
}
.nav-search, .nav-search:hover {
	width: 300px;
	margin-left: 0;
	margin-right: 0;
}
}

@media (max-width: 320px) {
.nav_wrapper.active {
	width: 280px;
}

.audio-title {
    display: none;
}
.player-social {
    margin: -31px 72px;
}
.navbar-default .nav_scroll {
	width: 300px;
}
.nav-search, .nav-search:hover {
	width: 285px;
}
.audio-timer {
    display: none;
}

.navbar-toggle {
	margin-right: 8px;
}
}
@media (max-width: 270px) {

}
.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}


/*player TOP 5*/
#pButton{
    height:32px; 
    width: 32px;
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    outline:none;
    border-radius: 3px;
}
#pButton1{
    height:32px; 
    width: 32px;
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    outline:none;
    border-radius: 3px;
}
#pButton2{
    height:32px; 
    width: 32px;
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    outline:none;
    border-radius: 3px;
}
#pButton3{
    height:32px; 
    width: 32px;
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    outline:none;
    border-radius: 3px;
}
#pButton4{
    height:32px; 
    width: 32px;
    border-radius: 3px;
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    outline:none;
}

.aligButton{
	margin: -40px 0px 30px 180px;
}


.play{background: url('/assets/img/play.png') ;}
.pause{background: url('/assets/img/pause.png') ;}


/*Ouvinte do mês*/
.ouvinteimg{
	width: 40px; 
	margin: -62px 0px 0px 0px;
	opacity: 0.6;
	border-radius: 5px;

}

img.ouvinteimg:hover{
	opacity: 1.0;
	background: #fff;
	width: 64px;
}



/*OUÇA NO CELULAR*/

.celularimg{
	width: 46px; 
	
	border-radius: 5px;
	
}
.celularimg:hover{
	opacity: 0.7;
	background: #fff;
	margin-top: -7px;
}

.banner-app img:hover{
	opacity: 0.5;
}

#fb-root {
  display: none;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important;
}
.noticia img{
		width: 500px;
    	height: 140px;
    	color: #000;
	}
.noticia{
    	color: #bdbdbd;
	}

.titulo-n h2, .titulo-n a {
	color: #fff;
	font-size: 14px;
}
.titulo-n h2:hover, .titulo-n a:hover{
	color: #e62948;
	text-decoration: none;
}

/* ===== TOP 5 MODERNO - estilo card translúcido ===== */
/* Mantém a estrutura antiga do projeto, apenas moderniza o visual. */
.top5{
    width:64px !important;
    height:64px !important;
    object-fit:cover !important;
    border-radius:50% !important;
    border:2px solid rgba(255,255,255,.18) !important;
    box-shadow:0 8px 20px rgba(0,0,0,.35) !important;
    margin:10px 0 -76px 82px !important;
    position:relative !important;
    z-index:3 !important;
    background:#222 !important;
}
.event-feed2{
    min-height:102px !important;
    margin:8px 0 10px 0 !important;
    padding:20px 14px 16px 145px !important;
    border-radius:6px !important;
    background:rgba(75,84,96,.72) !important;
    border:1px solid rgba(255,255,255,.06) !important;
    box-shadow:0 6px 18px rgba(0,0,0,.18) !important;
    position:relative !important;
    overflow:hidden !important;
    transition:transform .2s ease, background .2s ease, box-shadow .2s ease !important;
}
.event-feed2:hover{
    transform:translateY(-2px) !important;
    background:rgba(86,96,110,.82) !important;
    box-shadow:0 10px 24px rgba(0,0,0,.28) !important;
}
.event-feed2:before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(120deg, rgba(255,255,255,.10), rgba(255,255,255,0) 45%);
    pointer-events:none;
}
.event-feed2 h3{
    position:absolute !important;
    left:24px !important;
    top:31px !important;
    margin:0 !important;
    color:#fff !important;
    font-size:28px !important;
    line-height:1 !important;
    font-weight:800 !important;
    opacity:.92 !important;
}
.event-feed2 h5{
    margin:0 0 6px 0 !important;
    color:#fff !important;
    font-size:17px !important;
    line-height:1.25 !important;
    font-weight:800 !important;
    text-align:left !important;
    text-shadow:0 1px 1px rgba(0,0,0,.35) !important;
}
.event-feed2 p{
    margin:0 !important;
    color:rgba(255,255,255,.86) !important;
    font-size:14px !important;
    line-height:1.3 !important;
    font-weight:500 !important;
}
.event-feed2 audio{display:none !important;}
.event-feed2 .aligButton{
    margin:0 !important;
    position:absolute !important;
    left:101px !important;
    top:38px !important;
    z-index:4 !important;
}
.event-feed2 #pButton,
.event-feed2 #pButton1,
.event-feed2 #pButton2,
.event-feed2 #pButton3,
.event-feed2 #pButton4{
    width:36px !important;
    height:36px !important;
    border-radius:50% !important;
    border:0 !important;
    background-color:rgba(0,0,0,.42) !important;
    background-size:16px 16px !important;
    background-repeat:no-repeat !important;
    background-position:center !important;
    box-shadow:0 4px 12px rgba(0,0,0,.35) !important;
    cursor:pointer !important;
}
.event-feed2 #pButton:hover,
.event-feed2 #pButton1:hover,
.event-feed2 #pButton2:hover,
.event-feed2 #pButton3:hover,
.event-feed2 #pButton4:hover{
    background-color:rgba(0,0,0,.65) !important;
}
.event-feed2 .play{background-image:url('/assets/img/play.png') !important;}
.event-feed2 .pause{background-image:url('/assets/img/pause.png') !important;}

@media (max-width: 767px){
    .top5{margin-left:74px !important;}
    .event-feed2{padding-left:135px !important;}
    .event-feed2 .aligButton{left:93px !important;}
}

/* ===== CORREÇÃO TOP 5 - PADRÃO ALINHADO ===== */
.top5-thumb-wrap{
    position:relative !important;
    height:0 !important;
    margin:0 !important;
    padding:0 !important;
    text-align:left !important;
    z-index:5 !important;
}
.top5-thumb-wrap .top5,
.top5{
    width:62px !important;
    height:62px !important;
    object-fit:cover !important;
    border-radius:50% !important;
    border:2px solid rgba(255,255,255,.22) !important;
    box-shadow:0 6px 18px rgba(0,0,0,.35) !important;
    margin:18px 0 0 72px !important;
    position:relative !important;
    display:block !important;
    z-index:6 !important;
    background:#1f2530 !important;
}
.event-feed2{
    width:100% !important;
    min-height:102px !important;
    margin:10px 0 12px 0 !important;
    padding:22px 14px 14px 145px !important;
    border-radius:6px !important;
    background:rgba(73,82,95,.78) !important;
    border:1px solid rgba(255,255,255,.07) !important;
    box-shadow:0 6px 18px rgba(0,0,0,.20) !important;
    position:relative !important;
    overflow:hidden !important;
    box-sizing:border-box !important;
}
.event-feed2 h3{
    position:absolute !important;
    left:24px !important;
    top:34px !important;
    margin:0 !important;
    color:#fff !important;
    font-size:28px !important;
    line-height:1 !important;
    font-weight:800 !important;
    z-index:2 !important;
}
.event-feed2 h5{
    display:block !important;
    max-width:100% !important;
    margin:0 0 6px 0 !important;
    color:#fff !important;
    font-size:16px !important;
    line-height:1.22 !important;
    font-weight:800 !important;
    text-align:left !important;
    white-space:normal !important;
    word-break:normal !important;
    overflow-wrap:anywhere !important;
    text-shadow:0 1px 1px rgba(0,0,0,.28) !important;
    position:relative !important;
    z-index:2 !important;
}
.event-feed2 p{
    display:block !important;
    margin:0 !important;
    color:rgba(255,255,255,.88) !important;
    font-size:14px !important;
    line-height:1.25 !important;
    font-weight:500 !important;
    text-align:left !important;
    white-space:normal !important;
    overflow-wrap:anywhere !important;
    position:relative !important;
    z-index:2 !important;
}
.event-feed2 audio{display:none !important;}
.event-feed2 .aligButton{
    position:absolute !important;
    left:104px !important;
    top:39px !important;
    width:28px !important;
    height:28px !important;
    margin:0 !important;
    z-index:7 !important;
}
.event-feed2 #pButton,
.event-feed2 #pButton1,
.event-feed2 #pButton2,
.event-feed2 #pButton3,
.event-feed2 #pButton4{
    width:28px !important;
    height:28px !important;
    border-radius:50% !important;
    border:0 !important;
    background-color:rgba(0,0,0,.50) !important;
    background-size:13px 13px !important;
    background-repeat:no-repeat !important;
    background-position:center !important;
    box-shadow:0 4px 12px rgba(0,0,0,.40) !important;
    cursor:pointer !important;
}
.event-feed2 .play{background-image:url('/assets/img/play.png') !important;}
.event-feed2 .pause{background-image:url('/assets/img/pause.png') !important;}
@media (max-width:767px){
    .top5-thumb-wrap .top5,
    .top5{width:56px !important;height:56px !important;margin:20px 0 0 64px !important;}
    .event-feed2{min-height:96px !important;padding-left:130px !important;padding-top:21px !important;}
    .event-feed2 h3{left:20px !important;top:33px !important;font-size:26px !important;}
    .event-feed2 .aligButton{left:94px !important;top:39px !important;}
    .event-feed2 h5{font-size:15px !important;}
    .event-feed2 p{font-size:13px !important;}
}

/* =========================================================
   INDEX ORGANIZADO - topo + menu + slider moderno
   Mantem a estrutura original do projeto sem alterar PHP
   ========================================================= */
body{
    background-color:#0b0f16 !important;
}
header{
    width:100%;
    position:relative;
    z-index:20;
}
header .navbar.navbar-default{
    background:rgba(30,36,48,.84) !important;
    border:0 !important;
    border-radius:0 !important;
    min-height:88px !important;
    margin:0 !important;
    box-shadow:0 10px 35px rgba(0,0,0,.25);
    backdrop-filter:blur(8px);
    -webkit-backdrop-filter:blur(8px);
}
header .navbar .container{
    max-width:1320px;
    width:100%;
    min-height:88px;
    display:flex;
    align-items:center;
}
header .navbar-header{
    display:flex;
    align-items:center;
    min-height:88px;
}
header .navbar-brand{
    height:auto !important;
    padding:0 !important;
    display:flex;
    align-items:center;
}
header .navbar-brand img{
    max-height:62px !important;
    width:auto !important;
    object-fit:contain;
    filter:drop-shadow(0 3px 1px rgba(0,0,0,.85));
}
header .nav_wrapper{
    margin-left:auto;
    width:auto;
}
header .nav_scroll{
    overflow:visible !important;
}
header .navbar-nav{
    float:none !important;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:6px;
    margin:0 !important;
}
header .navbar-nav>li>a{
    color:#e8edf5 !important;
    font-family:Roboto,Arial,sans-serif !important;
    font-size:15px !important;
    font-weight:500 !important;
    line-height:1 !important;
    padding:14px 12px !important;
    border-radius:12px;
    text-transform:none !important;
    transition:all .25s ease;
}
header .navbar-nav>li>a:hover,
header .navbar-nav>li.active>a,
header .navbar-nav>li.active>a:hover{
    color:#fff !important;
    background:rgba(255,255,255,.10) !important;
}
#home-slider{
    padding-top:24px !important;
}
#home-slider .container{
    max-width:1320px;
    width:100%;
}
.home-inner{
    background:rgba(27,35,48,.82) !important;
    border:1px solid rgba(255,255,255,.05);
    padding:14px !important;
    box-shadow:0 20px 45px rgba(0,0,0,.35);
}
#flex-home,
#flex-home .slides,
#flex-home .slides li{
    border-radius:0 !important;
    overflow:hidden;
}
#flex-home .slides img{
    width:100%;
    min-height:360px;
    max-height:430px;
    object-fit:cover;
}
.flex-caption,
#flex-home .flex-caption{
    background:rgba(9,14,22,.84) !important;
    color:#fff !important;
    font-size:24px !important;
    font-weight:800 !important;
    letter-spacing:.3px;
    text-align:center !important;
    padding:13px 18px !important;
    text-transform:uppercase;
}
.slider-nav a,
#homeSliderNav a{
    background:rgba(21,29,41,.75) !important;
    color:#fff !important;
    border-radius:50% !important;
    width:34px !important;
    height:34px !important;
    line-height:34px !important;
    text-align:center !important;
    border:1px solid rgba(255,255,255,.08);
}
#updates .container{
    max-width:1320px;
    width:100%;
    background:rgba(20,26,36,.80);
    padding:18px 16px 30px;
    box-shadow:0 20px 45px rgba(0,0,0,.28);
}
#updates h1{
    color:#fff !important;
    font-size:24px !important;
    font-weight:700 !important;
    line-height:1.2 !important;
    margin:18px 0 14px !important;
    padding-left:15px !important;
    border-left:10px solid #09b6ff !important;
    text-shadow:0 1px 2px rgba(0,0,0,.6);
}
.event-feed,
.news-feed,
.banner-app,
.fb-page{
    border-radius:8px;
}
@media(max-width:991px){
    header .navbar .container{display:block;min-height:auto;padding:0 15px;}
    header .navbar-header{min-height:76px;justify-content:space-between;}
    header .navbar-toggle{display:block !important;margin-top:20px;color:#fff !important;background:rgba(255,255,255,.12) !important;border:0 !important;border-radius:8px;}
    header .nav_wrapper{width:100%;margin-left:0;}
    header .navbar-nav{display:block;padding:8px 0 18px;}
    header .navbar-nav>li>a{padding:13px 10px !important;display:block;}
    #flex-home .slides img{min-height:240px;max-height:320px;}
}
@media(max-width:640px){
    header .navbar-brand img{max-height:50px !important;}
    .flex-caption,#flex-home .flex-caption{font-size:17px !important;padding:10px !important;}
    #home-slider{padding-top:12px !important;}
    .home-inner{padding:8px !important;}
    #updates .container{padding:12px 10px 24px;}
}

/* News extras */
.blog-subtitle{font-size:18px;line-height:1.4;margin:8px 0 12px;font-weight:400;opacity:.88;}
.blog-meta-extra{font-size:13px;opacity:.75;margin:0 0 18px;}


/* ===== Notícias Home Profissional ===== */
.home-news-card{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 8px 22px rgba(0,0,0,.12);padding-bottom:12px;margin-bottom:20px;text-align:left;min-height:280px;}
.home-news-img{width:100%;height:145px;object-fit:cover;display:block;background:#eee;}
.home-news-card .titulo-n{padding:12px 14px 4px;margin:0;font-weight:700;line-height:1.25;}
.home-news-card .titulo-n a{color:#222;text-decoration:none;}
.home-news-card .noticia{padding:0 14px;color:#555;line-height:1.45;}
.home-news-card p.noticia{font-size:12px;color:#888;margin-top:8px;}
@media(max-width:767px){.home-news-img{height:190px}.home-news-card{min-height:0}}


/* ===== HOME NOTÍCIAS COM FOTO - CORREÇÃO DEFINITIVA ===== */
.home-news-col{margin-bottom:24px !important;}
.home-news-card{
    display:block !important;
    width:100% !important;
    min-height:0 !important;
    margin:0 0 22px !important;
    padding:0 !important;
    border-radius:10px !important;
    overflow:hidden !important;
    background:rgba(255,255,255,.10) !important;
    border:1px solid rgba(255,255,255,.12) !important;
    box-shadow:0 12px 28px rgba(0,0,0,.28) !important;
    text-align:left !important;
    backdrop-filter:blur(4px);
    -webkit-backdrop-filter:blur(4px);
}
.home-news-image-link{display:block !important;width:100% !important;height:165px !important;overflow:hidden !important;background:rgba(0,0,0,.35) !important;text-decoration:none !important;}
.home-news-img{width:100% !important;height:165px !important;object-fit:cover !important;display:block !important;transition:transform .25s ease !important;}
.home-news-card:hover .home-news-img{transform:scale(1.04) !important;}
.home-news-placeholder{display:flex !important;align-items:center !important;justify-content:center !important;color:#fff !important;font-size:42px !important;opacity:.85 !important;}
.home-news-body{padding:14px 16px 16px !important;}
.home-news-category{display:inline-block !important;margin:0 0 9px !important;padding:4px 9px !important;border-radius:999px !important;background:rgba(0,182,255,.95) !important;color:#fff !important;font-size:11px !important;font-weight:800 !important;line-height:1 !important;text-transform:uppercase !important;letter-spacing:.3px !important;}
.home-news-title,.home-news-card .titulo-n{padding:0 !important;margin:0 0 8px !important;line-height:1.25 !important;text-align:left !important;}
.home-news-title a,.home-news-card .titulo-n a{color:#fff !important;font-size:17px !important;font-weight:800 !important;text-decoration:none !important;text-shadow:0 1px 2px rgba(0,0,0,.45) !important;}
.home-news-title a:hover,.home-news-card .titulo-n a:hover{color:#09b6ff !important;}
.home-news-excerpt,.home-news-card .home-news-excerpt{display:block !important;padding:0 !important;margin:0 0 10px !important;color:rgba(255,255,255,.86) !important;font-size:14px !important;line-height:1.45 !important;text-align:left !important;}
.home-news-date,.home-news-card .home-news-date{display:block !important;padding:0 !important;margin:0 !important;color:rgba(255,255,255,.68) !important;font-size:12px !important;text-align:left !important;}
@media(max-width:767px){
    .home-news-image-link,.home-news-img{height:210px !important;}
    .home-news-title a,.home-news-card .titulo-n a{font-size:18px !important;}
}


/* ===== HOME - ÚLTIMAS NOTÍCIAS EM CARDS HORIZONTAIS ===== */
#updates h1 + br + .row{
    margin-left:0 !important;
    margin-right:0 !important;
}
.home-news-col{
    width:100% !important;
    float:none !important;
    padding-left:0 !important;
    padding-right:0 !important;
    margin-bottom:14px !important;
}
.home-news-card{
    width:100% !important;
    min-height:0 !important;
    display:flex !important;
    align-items:stretch !important;
    background:rgba(255,255,255,.96) !important;
    border-radius:6px !important;
    overflow:hidden !important;
    box-shadow:0 8px 22px rgba(0,0,0,.16) !important;
    border:1px solid rgba(255,255,255,.18) !important;
    padding:0 !important;
    margin:0 0 14px !important;
    text-align:left !important;
}
.home-news-image-link,
.home-news-img{
    width:210px !important;
    min-width:210px !important;
    height:130px !important;
    max-height:130px !important;
}
.home-news-image-link{
    display:block !important;
    overflow:hidden !important;
    background:#e9edf3 !important;
}
.home-news-img{
    display:block !important;
    object-fit:cover !important;
    object-position:center !important;
    transition:transform .25s ease !important;
}
.home-news-card:hover .home-news-img{transform:scale(1.04) !important;}
.home-news-placeholder{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    color:#7c8798 !important;
    font-size:40px !important;
}
.home-news-body{
    flex:1 !important;
    padding:18px 20px 12px !important;
    min-width:0 !important;
}
.home-news-category{
    display:none !important;
}
.home-news-title,
.home-news-card .titulo-n{
    padding:0 !important;
    margin:0 0 8px !important;
    line-height:1.22 !important;
    text-align:left !important;
}
.home-news-title a,
.home-news-card .titulo-n a{
    color:#1d2430 !important;
    font-size:18px !important;
    font-weight:800 !important;
    text-decoration:none !important;
    text-shadow:none !important;
}
.home-news-title a:hover,
.home-news-card .titulo-n a:hover{
    color:#0a93d6 !important;
}
.home-news-excerpt,
.home-news-card .home-news-excerpt{
    display:block !important;
    padding:0 !important;
    margin:0 0 14px !important;
    color:#333b48 !important;
    font-size:14px !important;
    line-height:1.45 !important;
    text-align:left !important;
}
.home-news-date,
.home-news-card .home-news-date{
    display:block !important;
    padding:0 !important;
    margin:0 !important;
    color:#606b7c !important;
    font-size:12px !important;
    text-align:left !important;
}
@media(max-width:767px){
    .home-news-card{display:block !important;}
    .home-news-image-link,
    .home-news-img{
        width:100% !important;
        min-width:100% !important;
        height:190px !important;
        max-height:190px !important;
    }
    .home-news-body{padding:14px 15px 16px !important;}
    .home-news-title a,.home-news-card .titulo-n a{font-size:17px !important;}
}

/* ===== Comentários das notícias - layout profissional ===== */
.news-comments-box{
  margin:30px 0 10px;
  padding:24px;
  background:rgba(13,18,27,.88);
  border:1px solid rgba(255,255,255,.12);
  border-radius:14px;
  box-shadow:0 14px 35px rgba(0,0,0,.28);
  color:#fff;
  clear:both;
}
.news-comments-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding-bottom:14px;
  margin-bottom:18px;
  border-bottom:1px solid rgba(255,255,255,.12);
}
.news-comments-head h3{
  margin:0;
  color:#fff;
  font-size:24px;
  font-weight:800;
  line-height:1.2;
}
.news-comments-head span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:34px;
  height:34px;
  padding:0 10px;
  border-radius:999px;
  background:#ff2f6d;
  color:#fff;
  font-weight:800;
}
.news-comment-success,
.news-comment-errors,
.comments-off,
.news-no-comments{
  border-radius:10px;
  padding:12px 14px;
  margin:0 0 16px;
}
.news-comment-success{background:rgba(39,174,96,.18);border:1px solid rgba(39,174,96,.45);color:#d8ffe5;}
.news-comment-errors{background:rgba(255,47,109,.15);border:1px solid rgba(255,47,109,.45);color:#ffd8e4;}
.news-comment-errors p{margin:0 0 6px;}
.news-comment-errors p:last-child{margin-bottom:0;}
.comments-off,.news-no-comments{background:rgba(255,255,255,.07);color:#d9e1ef;}
.news-comments-list{display:flex;flex-direction:column;gap:14px;margin-bottom:22px;}
.news-comment-item{
  display:flex;
  gap:13px;
  padding:14px;
  border-radius:12px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.08);
}
.news-comment-avatar{
  flex:0 0 42px;
  width:42px;
  height:42px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#ff2f6d,#8b2cff);
  color:#fff;
  font-weight:900;
  font-size:18px;
}
.news-comment-content{flex:1;min-width:0;}
.news-comment-content strong{display:block;color:#fff;font-size:15px;margin-bottom:2px;}
.news-comment-content small{display:block;color:#aeb8ca;font-size:12px;margin-bottom:8px;}
.news-comment-content p{margin:0;color:#e7ecf5;line-height:1.55;word-break:break-word;}
.news-comment-form{
  margin-top:18px;
  padding-top:20px;
  border-top:1px solid rgba(255,255,255,.12);
}
.news-comment-form h4{
  margin:0 0 16px;
  color:#fff;
  font-size:20px;
  font-weight:800;
}
.comment-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.comment-field{margin-bottom:14px;}
.comment-field label{
  display:block;
  margin-bottom:7px;
  color:#fff;
  font-weight:700;
  font-size:14px;
}
.comment-field label span{color:#aeb8ca;font-weight:500;}
.news-comment-form input,
.news-comment-form textarea{
  width:100% !important;
  box-sizing:border-box;
  border:1px solid rgba(255,255,255,.18) !important;
  border-radius:10px !important;
  background:#fff !important;
  color:#202938 !important;
  padding:12px 14px !important;
  outline:none !important;
  font-size:15px !important;
  line-height:1.45 !important;
  height:auto !important;
}
.news-comment-form textarea{min-height:145px;resize:vertical;}
.news-comment-form input:focus,
.news-comment-form textarea:focus{
  border-color:#ff2f6d !important;
  box-shadow:0 0 0 3px rgba(255,47,109,.18) !important;
}
.comment-hp{display:none !important;position:absolute !important;left:-9999px !important;opacity:0 !important;}
.news-comment-submit{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 22px;
  border:0;
  border-radius:10px;
  background:linear-gradient(135deg,#ff2f6d,#f39c12);
  color:#fff;
  font-weight:800;
  cursor:pointer;
  box-shadow:0 10px 20px rgba(0,0,0,.25);
}
.news-comment-submit:hover{filter:brightness(1.06);}
@media(max-width:768px){
  .news-comments-box{padding:18px;margin-top:22px;}
  .comment-grid{grid-template-columns:1fr;gap:0;}
  .news-comments-head h3{font-size:21px;}
}

/* =========================================================
   CORREÇÃO MOBILE - MENU / HOME RESPONSIVA
   Mantém desktop intacto e corrige menu estourado no celular
   ========================================================= */
@media (max-width: 767px) {
  html, body {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  img, iframe, object, embed, video {
    max-width: 100% !important;
  }

  header, .navbar, .navbar-default {
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  .navbar-default .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .navbar-header {
    min-height: 72px !important;
    padding: 10px 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  .navbar-brand {
    float: none !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .navbar-brand img {
    max-width: 150px !important;
    height: auto !important;
  }

  .navbar-default .navbar-toggle {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    float: none !important;
    width: 48px !important;
    height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 10px !important;
    background: rgba(255,255,255,.08) !important;
    color: #fff !important;
    z-index: 50 !important;
  }

  /* Troca o menu lateral antigo por menu vertical normal no celular */
  .navbar-default .nav_wrapper {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    right: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    transform: none !important;
    -webkit-transform: none !important;
    overflow: visible !important;
    display: none !important;
    z-index: 40 !important;
  }

  .navbar-default .nav_wrapper.active {
    display: block !important;
    width: 100% !important;
  }

  .navbar-default .nav_scroll {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    overflow: visible !important;
    background: #151515 !important;
    border-radius: 14px !important;
    padding: 8px !important;
    margin: 8px 0 14px 0 !important;
  }

  ul.navbar-nav,
  .navbar-nav {
    width: 100% !important;
    float: none !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .navbar-nav > li,
  .navbar-default .navbar-nav > li:hover {
    float: none !important;
    width: 100% !important;
    display: block !important;
    padding: 0 !important;
    margin: 0 0 6px 0 !important;
    border: 0 !important;
  }

  .navbar-default .navbar-nav > li > a,
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    display: block !important;
    width: 100% !important;
    padding: 13px 18px !important;
    line-height: 1.2 !important;
    text-align: left !important;
    border-radius: 12px !important;
    background: rgba(255,255,255,.04) !important;
    color: #fff !important;
    font-size: 16px !important;
  }

  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    background: rgba(255,255,255,.12) !important;
    color: #fff !important;
  }

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

  #home-slider .container,
  #updates .container {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  #home-slider .home-inner,
  #flex-home,
  .flexslider,
  .flex-viewport {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .flexslider .slides img,
  #home-slider img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
  }

  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .col-lg-3, .col-lg-6,
  .col-md-3, .col-md-6,
  .col-sm-3, .col-sm-6,
  .col-xs-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 480px) {
  .navbar-brand img {
    max-width: 130px !important;
  }
  #home-slider .container,
  #updates .container {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}


/* =========================================================
   ACABAMENTO MOBILE PROFISSIONAL - ESPAÇOS E SLIDER
   Corrige espaços grandes no celular sem alterar desktop
   ========================================================= */
@media (max-width: 767px){
  body{background:#05080d !important;}

  header{margin:0 !important;padding:0 !important;}
  header .navbar.navbar-default{
    min-height:74px !important;
    height:auto !important;
    margin:0 !important;
    padding:0 !important;
    box-shadow:0 8px 22px rgba(0,0,0,.35) !important;
  }
  header .navbar .container{
    min-height:74px !important;
    padding-top:0 !important;
    padding-bottom:0 !important;
  }
  header .navbar-header{
    min-height:74px !important;
    height:74px !important;
    padding:0 !important;
  }
  header .navbar-brand img{
    max-height:56px !important;
    width:auto !important;
    object-fit:contain !important;
  }

  /* remove faixas/folgas exageradas entre menu e slider */
  #ajaxArea,
  .pageContentArea{
    margin-top:0 !important;
    padding-top:0 !important;
  }
  #home-slider{
    margin:0 !important;
    padding:12px 0 8px !important;
  }
  #home-slider .container{
    padding-left:10px !important;
    padding-right:10px !important;
  }
  #home-slider .home-inner{
    margin:0 !important;
    padding:8px !important;
    border-radius:0 !important;
    box-shadow:0 12px 28px rgba(0,0,0,.35) !important;
  }

  #flex-home,
  #flex-home .slides,
  #flex-home .slides > li,
  .flexslider,
  .flex-viewport{
    height:auto !important;
    min-height:0 !important;
  }
  #flex-home .slides img,
  .flexslider .slides img{
    width:100% !important;
    height:220px !important;
    min-height:220px !important;
    max-height:220px !important;
    object-fit:cover !important;
    object-position:center center !important;
  }
  .flex-caption,
  #flex-home .flex-caption{
    position:relative !important;
    left:auto !important;right:auto !important;bottom:auto !important;
    width:100% !important;
    margin:0 !important;
    padding:12px 10px !important;
    font-size:22px !important;
    line-height:1.15 !important;
    text-align:center !important;
    background:rgba(3,7,12,.90) !important;
  }
  .flex-caption h2,
  #flex-home .flex-caption h2{
    font-size:22px !important;
    line-height:1.15 !important;
    margin:0 !important;
    padding:0 !important;
    white-space:normal !important;
  }
  .slider-nav{
    left:14px !important;
    bottom:72px !important;
    top:auto !important;
    z-index:10 !important;
  }
  .slider-nav a{
    width:38px !important;
    height:38px !important;
    line-height:38px !important;
    font-size:18px !important;
    border-radius:50% !important;
    background:rgba(0,0,0,.38) !important;
  }

  /* seções com menos respiro e títulos proporcionais */
  #updates{
    margin-top:0 !important;
    padding-top:12px !important;
  }
  #updates h1,
  .pageContentArea h1{
    font-size:30px !important;
    line-height:1.15 !important;
    margin:22px 0 14px !important;
    padding-left:50px !important;
    letter-spacing:.3px !important;
  }
  #updates h1:before,
  .pageContentArea h1:before{
    width:34px !important;
    height:44px !important;
  }

  .col-lg-3, .col-lg-6, .col-md-3, .col-md-6, .col-sm-3, .col-sm-6{
    margin-bottom:14px !important;
  }
}

@media (max-width: 420px){
  #flex-home .slides img,
  .flexslider .slides img{
    height:205px !important;
    min-height:205px !important;
    max-height:205px !important;
  }
  .flex-caption,
  #flex-home .flex-caption{font-size:20px !important;}
  .flex-caption h2,
  #flex-home .flex-caption h2{font-size:20px !important;}
  #updates h1, .pageContentArea h1{font-size:28px !important;}
}

/* ===== Apoie / Doação na Home ===== */
.home-donation-card{
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.13);
  border-radius:8px;
  padding:22px 18px;
  text-align:center;
  margin:10px 0 25px;
  box-shadow:0 14px 35px rgba(0,0,0,.22);
  backdrop-filter:blur(4px);
}
.home-donation-icon{
  width:46px;
  height:46px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 10px;
  color:#fff;
  font-size:20px;
  background:#00aeef;
}
.home-donation-card h3{
  color:#fff;
  font-size:20px;
  margin:0 0 8px;
  font-weight:700;
}
.home-donation-card p{
  color:rgba(255,255,255,.88);
  font-size:15px;
  line-height:1.45;
  margin:0 auto 16px;
}
.home-donation-btn{
  display:block;
  width:100%;
  max-width:260px;
  margin:0 auto;
  background:#00aeef;
  color:#fff!important;
  border-radius:7px;
  padding:12px 16px;
  font-weight:700;
  text-decoration:none!important;
  transition:all .2s ease;
  box-shadow:0 8px 20px rgba(0,174,239,.25);
}
.home-donation-btn:hover,
.home-donation-btn:focus{
  color:#fff!important;
  transform:translateY(-1px);
  filter:brightness(1.08);
}
@media(max-width:767px){
  .home-donation-card{padding:18px 14px;margin-bottom:18px;}
  .home-donation-card h3{font-size:18px;}
  .home-donation-btn{max-width:100%;padding:11px 12px;}
}

/* ===== Apoie na lateral direita e responsivo ===== */
.home-donation-sidebar{
  width:100% !important;
  margin:0 0 22px 0 !important;
  text-align:center !important;
}
.home-donation-sidebar .home-donation-btn,
.home-donation-btn{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  width:100% !important;
  min-height:46px !important;
  white-space:normal !important;
  line-height:1.25 !important;
}
@media (max-width: 767px){
  .home-donation-card,
  .home-donation-sidebar{
    width:100% !important;
    max-width:100% !important;
    margin:18px 0 !important;
    padding:18px 14px !important;
    box-sizing:border-box !important;
  }
  .home-donation-card h3{font-size:20px !important; margin:8px 0 !important;}
  .home-donation-card p{font-size:15px !important; margin-bottom:14px !important;}
  .home-donation-icon{width:48px !important;height:48px !important;line-height:48px !important;margin:0 auto 10px !important;}
  .home-donation-btn{
    width:100% !important;
    max-width:100% !important;
    min-height:50px !important;
    padding:13px 12px !important;
    font-size:15px !important;
    border-radius:10px !important;
  }
}

/* ===== Aplicativos Home - cards modernos ===== */
.app-modern-list{
    display:flex !important;
    flex-direction:column !important;
    gap:8px !important;
    margin:0 0 12px !important;
}
.app-modern-card{
    display:flex !important;
    align-items:center !important;
    gap:14px !important;
    width:100% !important;
    min-height:78px !important;
    padding:14px 18px !important;
    border-radius:7px !important;
    background:rgba(255,255,255,.16) !important;
    border:1px solid rgba(255,255,255,.08) !important;
    color:#fff !important;
    text-decoration:none !important;
    box-shadow:0 8px 22px rgba(0,0,0,.18) !important;
    backdrop-filter:blur(3px);
    -webkit-backdrop-filter:blur(3px);
    transition:transform .2s ease, background .2s ease, border-color .2s ease !important;
}
.app-modern-card:hover,
.app-modern-card:focus{
    color:#fff !important;
    text-decoration:none !important;
    background:rgba(255,255,255,.24) !important;
    border-color:rgba(255,255,255,.18) !important;
    transform:translateY(-2px);
}
.app-modern-icon{
    width:72px !important;
    min-width:72px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    color:#fff !important;
    font-size:46px !important;
    line-height:1 !important;
    text-shadow:0 2px 6px rgba(0,0,0,.35) !important;
}
.app-modern-text{
    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;
    min-width:0 !important;
    line-height:1.05 !important;
}
.app-modern-text small{
    display:block !important;
    color:rgba(255,255,255,.86) !important;
    font-size:14px !important;
    font-weight:500 !important;
    margin:0 0 2px !important;
}
.app-modern-text strong{
    display:block !important;
    color:#fff !important;
    font-size:27px !important;
    font-weight:700 !important;
    letter-spacing:-.3px !important;
    text-shadow:0 1px 2px rgba(0,0,0,.35) !important;
    white-space:normal !important;
}
.banner-app{display:none !important;}
@media(max-width:991px){
    .app-modern-card{min-height:70px !important;padding:12px 14px !important;}
    .app-modern-icon{width:58px !important;min-width:58px !important;font-size:38px !important;}
    .app-modern-text strong{font-size:23px !important;}
    .app-modern-text small{font-size:13px !important;}
}
@media(max-width:767px){
    .app-modern-list{gap:10px !important;}
    .app-modern-card{border-radius:8px !important;min-height:74px !important;}
}

/* ===== Visitantes Home - contador real ===== */
.home-visitors-card{
    display:flex !important;
    align-items:center !important;
    justify-content:space-around !important;
    gap:18px !important;
    width:100% !important;
    padding:16px 12px !important;
    margin:0 0 18px !important;
    border-radius:7px !important;
    background:rgba(255,255,255,.16) !important;
    border:1px solid rgba(255,255,255,.08) !important;
    box-shadow:0 8px 22px rgba(0,0,0,.18) !important;
    backdrop-filter:blur(3px);
    -webkit-backdrop-filter:blur(3px);
}
.home-visitor-item{
    flex:1 1 0 !important;
    text-align:center !important;
    color:#fff !important;
    line-height:1.15 !important;
    min-width:0 !important;
}
.home-visitor-item i{
    display:block !important;
    font-size:36px !important;
    color:#fff !important;
    margin:0 0 5px !important;
    text-shadow:0 2px 6px rgba(0,0,0,.35) !important;
}
.home-visitor-item strong{
    display:block !important;
    font-size:25px !important;
    font-weight:700 !important;
    color:#fff !important;
    margin:0 0 3px !important;
}
.home-visitor-item span{
    display:block !important;
    font-size:14px !important;
    color:rgba(255,255,255,.9) !important;
    font-weight:500 !important;
}
@media(max-width:991px){
    .home-visitors-card{padding:14px 10px !important;gap:10px !important;}
    .home-visitor-item i{font-size:31px !important;}
    .home-visitor-item strong{font-size:23px !important;}
}
@media(max-width:767px){
    .home-visitors-card{margin-bottom:20px !important;}
}

/* =========================================================
   SLIDER MOBILE - SOMENTE IMAGEM RESPONSIVA
   Não altera HTML, JS, texto, setas, altura do slider ou estrutura.
   ========================================================= */
@media (max-width: 768px){
  #flex-home .slides li img,
  #flex-home .slides > li > img,
  #home-slider img{
    width:100% !important;
    max-width:100% !important;
    height:auto !important;
    min-height:0 !important;
    display:block !important;
  }

  #flex-home .slides li{
    overflow:hidden !important;
  }
}

/* ===== Peça Sua Música - sem banco de dados ===== */
.pedido-home-card{
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.14);
    border-radius:14px;
    padding:16px;
    margin:0 0 18px;
    text-align:center;
    box-shadow:0 10px 25px rgba(0,0,0,.18);
}
.pedido-home-card .pedido-home-icon{
    width:54px;
    height:54px;
    border-radius:50%;
    margin:0 auto 10px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#111;
    color:#fff;
    font-size:22px;
}
.pedido-home-card h3{
    margin:0 0 6px;
    font-size:20px;
    color:#fff;
}
.pedido-home-card p{
    margin:0 0 12px;
    color:#d7d7d7;
    font-size:13px;
    line-height:1.35;
}
.pedido-home-form input,
.pedido-home-form textarea{
    width:100%;
    border:1px solid rgba(255,255,255,.18);
    background:rgba(0,0,0,.35);
    color:#fff;
    border-radius:9px;
    padding:10px 12px;
    margin-bottom:9px;
    outline:none;
    font-size:13px;
}
.pedido-home-form textarea{
    min-height:86px;
    resize:vertical;
}
.pedido-home-form input::placeholder,
.pedido-home-form textarea::placeholder{color:#cfcfcf;}
.pedido-home-form button,
.pedido-home-link,
.pedido-btn,
.pedido-musica-form button{
    display:inline-block;
    width:100%;
    border:0;
    border-radius:9px;
    padding:11px 14px;
    background:#008ee6;
    color:#fff !important;
    font-weight:700;
    text-decoration:none !important;
    text-align:center;
    transition:.2s ease;
}
.pedido-home-form button:hover,
.pedido-home-link:hover,
.pedido-btn:hover,
.pedido-musica-form button:hover{
    filter:brightness(1.08);
    transform:translateY(-1px);
}
.pedido-home-link{
    background:#222;
    margin-top:10px;
    font-size:13px;
}
.pedido-musica-body{
    min-height:100vh;
    background:linear-gradient(135deg,#111827,#0f172a 55%,#020617);
}
.pedido-musica-page{
    min-height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:24px 14px;
}
.pedido-musica-box{
    width:100%;
    max-width:520px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.18);
    border-radius:22px;
    padding:28px;
    box-shadow:0 20px 50px rgba(0,0,0,.35);
    color:#fff;
    text-align:center;
}
.pedido-logo{
    max-width:170px;
    max-height:90px;
    object-fit:contain;
    margin:0 auto 16px;
    display:block;
}
.pedido-musica-form h1{
    margin:0 0 8px;
    font-size:30px;
    color:#fff;
}
.pedido-musica-form p{
    color:#d6d6d6;
    margin-bottom:18px;
}
.pedido-musica-form label{
    display:block;
    text-align:left;
    color:#fff;
    font-weight:700;
    margin:12px 0 6px;
}
.pedido-musica-form label small{font-weight:400;color:#cbd5e1;}
.pedido-musica-form input,
.pedido-musica-form textarea{
    width:100%;
    border:1px solid rgba(255,255,255,.22);
    background:rgba(0,0,0,.42);
    color:#fff;
    border-radius:12px;
    padding:13px 14px;
    outline:none;
}
.pedido-musica-form textarea{min-height:130px;resize:vertical;}
.pedido-voltar{
    display:block;
    margin-top:14px;
    color:#e5e7eb !important;
}
.pedido-alert{
    padding:15px;
    border-radius:12px;
    margin:16px 0;
    font-size:17px;
    font-weight:700;
}
.pedido-alert-success{background:rgba(34,197,94,.18);border:1px solid rgba(34,197,94,.45);color:#dcfce7;}
.pedido-alert-error{background:rgba(239,68,68,.18);border:1px solid rgba(239,68,68,.45);color:#fee2e2;}
.pedido-alert-info{background:rgba(59,130,246,.18);border:1px solid rgba(59,130,246,.45);color:#dbeafe;}
.pedido-actions{display:flex;gap:10px;flex-wrap:wrap;}
.pedido-actions .pedido-btn{flex:1;min-width:180px;}
.pedido-btn-light{background:#374151;}
@media(max-width:767px){
    .pedido-home-card{padding:14px;margin-bottom:16px;}
    .pedido-home-form input,
    .pedido-home-form textarea{font-size:15px;padding:11px 12px;}
    .pedido-home-form button{font-size:15px;}
    .pedido-musica-box{padding:22px 16px;border-radius:18px;}
    .pedido-musica-form h1{font-size:24px;}
}

/* ===== Peça Sua Música Moderno - Sidebar/Home ===== */
.home-music-request-widget{margin:0 0 18px;}
.pedido-modern-card{
  background:rgba(255,255,255,.10) !important;
  border:1px solid rgba(255,255,255,.16) !important;
  border-radius:8px !important;
  padding:14px !important;
  margin:0 0 18px !important;
  text-align:left !important;
  box-shadow:none !important;
  backdrop-filter:blur(4px);
}
.pedido-modern-head{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:12px;
}
.pedido-modern-icon{
  width:46px;
  height:46px;
  min-width:46px;
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#00b7ff,#8b00ff);
  color:#fff;
  font-size:21px;
  box-shadow:0 8px 18px rgba(0,0,0,.25);
}
.pedido-modern-card h3{
  margin:0 !important;
  color:#fff !important;
  font-size:19px !important;
  line-height:1.15 !important;
  font-weight:800 !important;
  text-transform:none !important;
}
.pedido-modern-card p{
  margin:3px 0 0 !important;
  color:#d7dee9 !important;
  font-size:12px !important;
  line-height:1.35 !important;
}
.pedido-modern-form label{
  display:block;
  margin:0 0 9px !important;
}
.pedido-modern-form label span{
  display:block;
  margin:0 0 4px;
  color:#f3f5fa;
  font-size:11px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.4px;
}
.pedido-modern-form input,
.pedido-modern-form textarea{
  width:100% !important;
  background:rgba(0,0,0,.38) !important;
  border:1px solid rgba(255,255,255,.18) !important;
  color:#fff !important;
  border-radius:7px !important;
  padding:10px 11px !important;
  margin:0 !important;
  font-size:13px !important;
  outline:none !important;
  box-sizing:border-box !important;
}
.pedido-modern-form textarea{
  min-height:76px !important;
  max-height:120px !important;
  resize:vertical !important;
}
.pedido-modern-form input:focus,
.pedido-modern-form textarea:focus{
  border-color:#00b7ff !important;
  box-shadow:0 0 0 2px rgba(0,183,255,.15) !important;
}
.pedido-modern-form input::placeholder,
.pedido-modern-form textarea::placeholder{color:#aeb8c7 !important;}
.pedido-modern-form button{
  width:100% !important;
  border:0 !important;
  border-radius:8px !important;
  padding:11px 12px !important;
  background:linear-gradient(135deg,#008ee6,#0064c9) !important;
  color:#fff !important;
  font-weight:800 !important;
  text-align:center !important;
  box-shadow:0 8px 18px rgba(0,0,0,.25) !important;
  cursor:pointer !important;
}
.pedido-modern-link{
  display:block !important;
  width:100% !important;
  margin-top:9px !important;
  padding:9px 10px !important;
  border-radius:8px !important;
  background:rgba(0,0,0,.30) !important;
  color:#dfe7f3 !important;
  text-align:center !important;
  font-size:12px !important;
  font-weight:700 !important;
  text-decoration:none !important;
}
.pedido-modern-form button:hover,
.pedido-modern-link:hover{filter:brightness(1.08);transform:none !important;}
@media (max-width:768px){
  .pedido-modern-card{padding:14px !important;margin-bottom:18px !important;}
  .pedido-modern-form input{height:44px !important;font-size:15px !important;}
  .pedido-modern-form textarea{min-height:68px !important;font-size:15px !important;}
  .pedido-modern-form button{height:46px !important;font-size:15px !important;}
}

/* ===== Peça Sua Música - Card compacto profissional ===== */
.home-music-request-widget .pedido-modern-card,
.home-music-request-widget .pedido-home-card{
  box-sizing:border-box !important;
}
.pedido-cta-card{
  position:relative;
  width:100% !important;
  margin:0 0 18px !important;
  padding:18px 16px !important;
  border-radius:8px !important;
  background:rgba(255,255,255,.11) !important;
  border:1px solid rgba(255,255,255,.16) !important;
  box-shadow:none !important;
  backdrop-filter:blur(4px);
  text-align:center !important;
  overflow:hidden;
}
.pedido-cta-card:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,rgba(0,183,255,.13),rgba(139,0,255,.10));
  pointer-events:none;
}
.pedido-cta-card > *{position:relative;z-index:1;}
.pedido-cta-icon{
  width:54px;
  height:54px;
  margin:0 auto 10px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#00b7ff,#8b00ff) !important;
  color:#fff !important;
  font-size:24px;
  box-shadow:0 10px 22px rgba(0,0,0,.28);
}
.pedido-cta-card h3{
  margin:0 0 6px !important;
  color:#fff !important;
  font-size:20px !important;
  line-height:1.15 !important;
  font-weight:800 !important;
  text-transform:none !important;
  text-shadow:0 2px 5px rgba(0,0,0,.35);
}
.pedido-cta-card p{
  margin:0 auto 14px !important;
  color:#d9e1ee !important;
  font-size:13px !important;
  line-height:1.45 !important;
  max-width:260px;
}
.pedido-cta-btn{
  display:block !important;
  width:100% !important;
  box-sizing:border-box !important;
  padding:12px 14px !important;
  border-radius:8px !important;
  background:linear-gradient(135deg,#008ee6,#0064c9) !important;
  color:#fff !important;
  text-decoration:none !important;
  text-align:center !important;
  font-weight:800 !important;
  font-size:14px !important;
  text-transform:uppercase;
  letter-spacing:.3px;
  box-shadow:0 8px 18px rgba(0,0,0,.25) !important;
}
.pedido-cta-btn:hover{
  filter:brightness(1.08);
  color:#fff !important;
  text-decoration:none !important;
}
@media (max-width:768px){
  .pedido-cta-card{padding:16px 14px !important;margin-bottom:18px !important;}
  .pedido-cta-icon{width:50px;height:50px;font-size:22px;}
  .pedido-cta-card h3{font-size:19px !important;}
  .pedido-cta-card p{font-size:13px !important;}
  .pedido-cta-btn{height:46px;display:flex !important;align-items:center;justify-content:center;font-size:13px !important;}
}

/* ===== Ajuste final: Previsão, visitantes e Peça Música mobile ===== */
.rf-weather-widget{
  width:100% !important;
  box-sizing:border-box !important;
  margin:0 0 18px !important;
  padding:16px !important;
  border-radius:8px !important;
  background:rgba(255,255,255,.14) !important;
  border:1px solid rgba(255,255,255,.12) !important;
  color:#fff !important;
  box-shadow:0 8px 22px rgba(0,0,0,.18) !important;
  backdrop-filter:blur(4px);
  -webkit-backdrop-filter:blur(4px);
}
.rf-weather-head{display:flex !important;align-items:center !important;gap:12px !important;margin-bottom:14px !important;}
.rf-weather-icon{width:46px !important;height:46px !important;border-radius:12px !important;display:flex !important;align-items:center !important;justify-content:center !important;background:linear-gradient(135deg,#00b7ff,#8b00ff) !important;font-size:23px !important;color:#fff !important;}
.rf-weather-head strong{display:block !important;font-size:18px !important;line-height:1.1 !important;color:#fff !important;}
.rf-weather-head small{display:block !important;margin-top:3px !important;font-size:12px !important;color:#dce7f7 !important;}
.rf-weather-body{display:flex !important;align-items:center !important;gap:14px !important;}
.rf-weather-temp{font-size:44px !important;line-height:1 !important;font-weight:800 !important;color:#fff !important;min-width:82px !important;text-align:center !important;}
.rf-weather-info span{display:block !important;font-size:15px !important;font-weight:700 !important;color:#fff !important;}
.rf-weather-info small{display:block !important;margin-top:4px !important;font-size:12px !important;color:#dce7f7 !important;}
.home-visitors-card .home-visitor-item strong{min-height:28px !important;}
.home-music-request-widget,
.home-music-request-widget .pedido-home-card,
.home-music-request-widget .pedido-cta-card,
.home-music-request-widget .pedido-cta-btn{
  visibility:visible !important;
  opacity:1 !important;
}
@media (max-width: 768px){
  .home-music-request-widget{display:block !important;width:100% !important;margin:0 0 20px !important;clear:both !important;}
  .home-music-request-widget .pedido-home-card,
  .home-music-request-widget .pedido-cta-card{display:block !important;width:100% !important;max-width:100% !important;margin:0 0 18px !important;box-sizing:border-box !important;}
  .home-music-request-widget .pedido-cta-btn{display:flex !important;width:100% !important;height:48px !important;align-items:center !important;justify-content:center !important;line-height:1.2 !important;}
  .rf-weather-widget{padding:14px !important;margin-bottom:18px !important;}
  .rf-weather-temp{font-size:38px !important;min-width:70px !important;}
  .rf-weather-head strong{font-size:17px !important;}
}

/* ===== Ajuste profissional do cabeçalho mobile: menu ao lado da logo ===== */
@media (max-width: 767px){
  header .navbar.navbar-default{
    min-height:76px !important;
    background:rgba(31,37,50,.96) !important;
    box-shadow:0 8px 24px rgba(0,0,0,.30) !important;
  }
  header .navbar .container,
  .navbar-default .container{
    width:100% !important;
    max-width:100% !important;
    min-height:auto !important;
    padding:0 16px !important;
    display:block !important;
    background:transparent !important;
  }
  header .navbar-header,
  .navbar-header{
    width:100% !important;
    min-height:76px !important;
    height:76px !important;
    padding:0 !important;
    margin:0 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:14px !important;
  }
  header .navbar-default .navbar-toggle,
  .navbar-default .navbar-toggle{
    order:1 !important;
    position:relative !important;
    top:auto !important;
    left:auto !important;
    right:auto !important;
    float:none !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:58px !important;
    height:58px !important;
    min-width:58px !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    border-radius:14px !important;
    background:rgba(255,255,255,.12) !important;
    color:#fff !important;
    font-size:30px !important;
    line-height:1 !important;
    box-shadow:0 6px 16px rgba(0,0,0,.20) !important;
  }
  header .navbar-brand,
  .navbar-brand{
    order:2 !important;
    float:none !important;
    height:auto !important;
    margin:0 !important;
    padding:0 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
  }
  header .navbar-brand img,
  .navbar-brand img{
    max-height:54px !important;
    max-width:160px !important;
    width:auto !important;
    height:auto !important;
    object-fit:contain !important;
  }
  header .nav_wrapper,
  .navbar-default .nav_wrapper{
    margin:0 0 12px !important;
  }
  header .nav_scroll,
  .navbar-default .nav_scroll{
    margin:0 0 12px !important;
  }
  #home-slider{
    padding-top:12px !important;
  }
  #updates h1{
    font-size:26px !important;
    line-height:1.1 !important;
    margin-top:22px !important;
  }
  #updates .col-lg-3 img,
  #updates .col-md-3 img,
  #updates .col-sm-3 img{
    max-width:100% !important;
    height:auto !important;
  }
}


/* ===== Contatos funcionais (WhatsApp / E-mail) ===== */
.rf-contact-link,
.rf-contact-link:visited{
    color: inherit !important;
    text-decoration: none !important;
    display: inline-block;
}
.rf-contact-link:hover{
    color: #21c7ff !important;
    text-decoration: none !important;
}
.rf-contact-link p{
    display: inline-block;
    margin: 0 0 0 8px;
}


/* Ouvinte do mês - botões sociais modernos */
.ouvinte-social-btn{
    width:40px;
    height:40px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin:8px 4px 0;
    border-radius:8px;
    color:#fff !important;
    text-decoration:none !important;
    font-size:20px;
    background:rgba(255,255,255,.16);
    border:1px solid rgba(255,255,255,.18);
    transition:all .25s ease;
}
.ouvinte-social-btn:hover{
    transform:translateY(-2px);
    opacity:1;
}
.ouvinte-facebook{background:#3b5998;}
.ouvinte-twitter{background:#1da1f2;}
.ouvinte-instagram{background:#c13584;}
.ouvinte-whatsapp{background:#25d366;}
@media(max-width:768px){
    .ouvinte-social-btn{width:42px;height:42px;font-size:21px;margin:8px 5px 0;}
}

/* Ouvinte do mês - ajuste visual profissional */
.event-feed h5{
    color:#ffffff !important;
    font-weight:700 !important;
    text-align:center !important;
    font-size:24px !important;
    line-height:1.2 !important;
    margin:12px 0 10px !important;
    text-shadow:0 2px 8px rgba(0,0,0,.45) !important;
}
.ouvinte-social-btn{
    width:50px !important;
    height:50px !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    margin:10px 6px 0 !important;
    border-radius:10px !important;
    font-size:24px !important;
    box-shadow:0 8px 18px rgba(0,0,0,.28) !important;
}
@media(max-width:768px){
    .event-feed h5{
        font-size:22px !important;
        margin:10px 0 8px !important;
    }
    .ouvinte-social-btn{
        width:48px !important;
        height:48px !important;
        font-size:23px !important;
        margin:9px 5px 0 !important;
    }
}


/* ===== TOP 5 MP3 FUNCIONAL - BOTÃO HTML5 ===== */
.event-feed2 #pButton,
.event-feed2 #pButton1,
.event-feed2 #pButton2,
.event-feed2 #pButton3,
.event-feed2 #pButton4{
    width:32px !important;
    height:32px !important;
    min-width:32px !important;
    min-height:32px !important;
    border:0 !important;
    border-radius:50% !important;
    background:#19b84a !important;
    color:#fff !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    cursor:pointer !important;
    box-shadow:0 4px 12px rgba(0,0,0,.35) !important;
    background-image:none !important;
    background-size:auto !important;
    font-size:0 !important;
    line-height:1 !important;
    padding:0 !important;
    margin:0 !important;
}
.event-feed2 #pButton:before,
.event-feed2 #pButton1:before,
.event-feed2 #pButton2:before,
.event-feed2 #pButton3:before,
.event-feed2 #pButton4:before{
    content:'\25B6';
    font-size:14px;
    margin-left:2px;
}
.event-feed2 #pButton.pause:before,
.event-feed2 #pButton1.pause:before,
.event-feed2 #pButton2.pause:before,
.event-feed2 #pButton3.pause:before,
.event-feed2 #pButton4.pause:before{
    content:'\275A\275A';
    font-size:12px;
    margin-left:0;
}
.event-feed2 #pButton:hover,
.event-feed2 #pButton1:hover,
.event-feed2 #pButton2:hover,
.event-feed2 #pButton3:hover,
.event-feed2 #pButton4:hover{
    transform:scale(1.08);
    filter:brightness(1.08);
}
.event-feed2 audio[id^="music"]{
    display:none !important;
}
