body, html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #777;
	width: 100% !important;
	height: 100% !important;
}
h1 {
	font-weight: 700;
}
h1 strong {
	font-weight: 900;
}
h2 {
	text-transform: uppercase;
	line-height: 20px;
	font-weight: 600;
	margin: 0;
	color: #555;
}
h3 {
	font-size: 16px;
	font-weight: 700;
	color: #555;
}
h4 {
	font-weight: 500;
	color: #555;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 14px;
}
a {
	color: #754747;
}
a:hover, a:focus {
	text-decoration: none;
	color: rgba(35,42,61,1.00);
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ddd;
	z-index: 99999;
	height: 100%;
}
#status {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
	padding: 0;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 4px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #232a3d;
	margin: 0 auto;
	margin-bottom: 30px;
	border: 0;
}
/* Navigation */
.navbar-custom {
	padding: 0;
	border-bottom: 0;
	letter-spacing: 1px;
	background: #232a3d;
	text-transform: uppercase;
}
.navbar-custom .navbar-brand {
	font-weight: 600;
}
.navbar-custom .navbar-brand i.fa {
	color: #ffffff;
}
.navbar-custom .navbar-brand:focus {
	outline: 0;
}
.navbar-custom .navbar-toggle {
	color: #eee;
	font-size: 18px;
	border-radius: 2px;
	padding: 0 4px;
}
.navbar-custom .navbar-toggle:hover, .navbar-custom .navbar-toggle:focus {
	background-color: #232a3d;
	color: #ffffff;
}
.navbar-custom .navbar-brand .navbar-toggle:focus, .navbar-custom .navbar-brand .navbar-toggle:active {
	outline: 0;
}
.navbar-custom a {
	color: #fff;
}
.navbar-custom .nav li a {
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.navbar-custom .nav li a:hover {
	outline: 0;
	color: #efdad9;
	background-color: transparent;
}
.navbar-custom .nav li a:focus, .navbar-custom .nav li a:active {
	outline: 0;
	background-color: transparent;
	color: #efdad9;
}
.navbar-custom .nav li.active {
	outline: 0;
}
.navbar-custom .nav li.active a {
	background-color: rgba(255,255,255,.3);
}
.navbar-custom .nav li.active a:hover {
	color: #efdad9;
}
/* Home Section */
#intro {
	display: table;
	width: 100%;
	height: auto;
	padding: 100px 0;
	/*padding: 100px 0;*/
	text-align: center;
	color: #fff;
	background: url(../img/intro-bg2.jpg) no-repeat center center;
    /*background: url(../img/intro-bg.jpg) no-repeat center center;*/
	/*	background: url(../img/intro-bg.jpg) no-repeat center center fixed;*/
	/*background-color: #000;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-color: rgba(239,218,217,1.00);
}
#intro .intro-body {
	display: table-cell;
	vertical-align: middle;
}
#intro .intro-body H1 {
	font-size: 76px;
	font-weight: 700;
	color: rgba(255,255,255,0.8);
	text-transform: uppercase;
}
#intro .intro-body .brand-heading {
	color: #232a3d;
	text-shadow: 0 4px #a13e1a;
}
#intro .intro-body .intro-text {
	font-size: 18px;
}

@media(min-width:768px) {
#intro {
	height: 100%;
	padding: 0;
}
#intro .intro-body .intro-text {
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 100px;
	color: rgba(255,255,255,0.9);
}
}
.btn-default {
	color: #f6f6f6;
	background: #232a3d;
	border: 0;
	padding: 12px 24px;
	margin: 0 8px;
	font-size: 18px;
	transition: all 0.5s;
}
/*Explore */
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	color: #f6f6f6;
	background-color: #C07566;
}
/*Sounds of Brazil*/
.btn-primary {
	color: #f6f6f6;
	background: #405c2b;
	border: 0;
	padding: 12px 24px;
	margin: 0 8px;
	font-size: 18px;
	transition: all 0.5s;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active {
	color: #f6f6f6;
	background-color: #7aa758;
}
/* social-top Section */
#social-top {
	padding: 20px 0 40px 0;
	background: #f6f6f6;
}
#social-top i.fa {
	font-size: 22px;
	color: #232a3d;
	margin-bottom: 10px;
}

#social-top .social ul {
	margin-top: 30px;
}
#social-top .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#social-top .social i.fa {
	font-size: 24px;
	padding-top: 8px;
	color: #cf5022;
	border-radius: 4px;
	transition: all 0.3s;
}
#social-top .social i.fa:hover {
	color: #a13e1a;
}
/*Sounds of Brazil end*/
.section-title.center {
	padding: 30px 0;
}
.section-title h2, .section-title.center h2 {
	margin-bottom: 30px;
}
/* Listen Section */
#listen {
	padding: 20px 0;
	background: rgba(239,218,217,1.00);
}
#listen .listen-text {
	margin-left: 10px;
}
#listen H4 {
	font-size: 20px;
}
#listen li {
	margin-bottom: 3px;
	list-style: none;
	padding: 0;
	font-size: 13px;
}
#listen li:before {
	content: "✓";
	font-weight: 600;
	padding-right: 10px;
	color: #232a3d;
}
#listen i.fa {
	float: left;
	display: block;
	margin-right: 15px;
	color: #fff;
	font-size: 44px;
	text-shadow: 0 0 1px #666;
}
#listen img {
	margin-top: 20px;
}
#listen p {
	margin-top: 20px;
	margin-bottom: 30px;
}
/* Watch Section */
#watch {
	padding: 20px 0;
	background: #ffffff;
}
img.img-thumbnail.watch-img {
	width: 200px;
	height: 200px;
	border: 0;
	border-radius: 0;
	background-color: #f6f6f6;
}
#watch .thumbnail {
	background: transparent;
	border: 0;
}
#watch .thumbnail .caption {
	padding: 9px;
	color: #777;
}
/*Live Section*/
#live {
	background-color: rgba(239,218,217,1.00);
}
#live .navy {
	color: #232a3d
}
/*#live .purple {
	color: #232a3d
}*/
#live .time-small {
	font-size: 80%;
}
#live strong {
	font-weight: 600;
}
#live em {
	font-style: normal;
}
#live .title {
	color: #232a3d;
	font-size: 110%;
}
/*Added for toggle Upcoming/Past list Mar-2022*/
#live .panel-title a:hover, #live .panel-title a:focus {
	color: rgba(52,62,91,1.00);
}
.event-list {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.event-list > li {
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 5px rgb(51, 51, 51);
	box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7);
	padding: 0px;
	margin: 0px 0px 20px;
}
.event-list > li > time {
	display: inline-block;
	width: 100%;
	color: rgb(255, 255, 255);
	background-color: rgb(35,42,61);
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
}
.event-list > li:nth-child(even) > time {
    color: rgb(35,42,61);
	background-color: rgb(239,218,217);
}
.event-list > li > time > span {
	display: none;
}
.event-list > li > time > .day {
	display: block;
	font-size: 48pt;
	/*font-size: 56pt;*/
	font-weight: 100;
	line-height: 1;
}
.event-list > li time > .month {
	display: block;
	font-size: 24pt;
	font-weight: 900;
	line-height: 1;
}
/*added*/
.event-list > li time > .year {
	display: block;
	font-size: 24pt;
	font-weight: 900;
	line-height: 2;
}
.event-list > li > img {
	width: 100%;
}
.event-list > li > .info {
	padding-top: 5px;
	text-align: center;
}
.event-list > li > .info > .title {
	font-size: 17pt;
	font-weight: 700;
	margin: 0px;
}
.event-list > li > .info > .desc {
	font-size: 13pt;
	font-weight: 300;
	margin: 0px;
}
.event-list > li > .info > ul, .event-list > li > .social > ul {
	display: table;
	list-style: none;
	margin: 10px 0px 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
}
.event-list > li > .social > ul {
	margin: 0px;
}
.event-list > li > .info > ul > li, .event-list > li > .social > ul > li {
	display: table-cell;
	cursor: pointer;
	color: rgb(30, 30, 30);
	font-size: 11pt;
	font-weight: 300;
	padding: 3px 0px;
}
.event-list > li > .info > ul > li > a {
	display: block;
	width: 100%;
	color: rgb(30, 30, 30);
	text-decoration: none;
}
.event-list > li > .social > ul > li {
	padding: 0px;
}
.event-list > li > .social > ul > li > a {
	padding: 3px 0px;
}
.event-list > li > .info > ul > li:hover, .event-list > li > .social > ul > li:hover {
	color: rgb(30, 30, 30);
	background-color: rgb(200, 200, 200);
}
/* Services Section */
#hire {
	padding-top: 20px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0px;
	/*background: url(../img/services-bg.jpg) no-repeat center center;*/
	background: url(../img/hire-bg.jpg) center -100px;
	background-size: cover;
	/*background-attachment: fixed;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-color: rgba(197,200,122,1.00);
}
#hire .service {
	padding: 20px 10px;
}
#hire h2 {
	font-family: 'Open Sans', sans-serif;
	color: #FFFFFF;
	line-height: 26px;
}
#hire h3 {
	font-size: 24px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	color: #232a3d !important;
}
#hire p {
	color: #FFFFFF;
	font-weight: 600;
	font-size: 140%;
}

#hireimg {
	background-color: rgba(255,255,255,1.00);
}
#hireimg .img-responsive {
	margin: 0 auto;
	width: 100%;
	height: 100%;
}

.space {
	margin-top: 40px;
}
.spacebelow {
	margin-bottom: 40px;
}
#hire i.fa {
	font-size: 120px;
	/*font-size: 36px;*/
	color: #A9AB33;
	/*color: #232a3d;*/
	transition: all 0.5s;
}
#hire .purple {
	color: #A9AB33;
	background-color: #232a3d;
}
.categories {
	padding-bottom: 30px;
	text-align: center;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin-left: 20px;
}
ol.type li a {
	color: #777;
	padding: 8px 16px;
	border: 1px solid #ccc;
	border-radius: 2px;
}
ol.type li a.active {
	color: #f6f6f6;
	border: 1px solid #cf5022;
	background: #cf5022;
}
ol.type li a:hover {
	color: #f6f6f6;
	border: 1px solid #cf5022;
	background: #cf5022;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin-bottom: 30px;
}
.portfolio-item .hover-bg {
	max-height: 190px;
	overflow: hidden;
	position: relative;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: rgba(255,255,255,0.6);
	background: rgba(0, 0, 0, 0.66);
	padding: 25% 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	color: #f6f6f6;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>p {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>p {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>i {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
/* Testimonials Section */
#testimonials {
	/*background: url(../img/testimonials-bg.jpg);
	background-size: cover;
	background-attachment: fixed;*/
	background: rgba(243,240,221,1.00);
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 20px;
	padding-top: 0px;
}
#testimonials h2 {
	color: #232a3d;
}
#testimonials blockquote {
	position: relative;
	margin-top: 20px;
	border: 0;
	text-align: center;
	color: #232a3d;
}
#testimonials i {
	font-size: 24px;
	color: rgb(122,43,129);
	margin-bottom: 14px;
}
#testimonials .clients-name {
	display: inline-block;
	border-top: 1px solid rgb(122,43,129);
	padding: 20px 0;
	margin-top: 10px;
}
/*Bio Section*/
#bio {
	padding-top: 20px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0px;
	/*background: url(../img/bio-bg.jpg) no-repeat center center;
	background-size: cover;*/
	/*background-attachment: fixed;*/
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;*/
	background-color: rgba(239,218,217,1.00);
}
#bio i.fa {
	font-size: 20px;
	padding: 5px;
	color: #E0B9B7;
}
#bio p.biolarger {
    	font-size: 18px !important;
}
#bio p.bioquote {
    	font-size: 16px !important;
}
#bioimg {
	/*display: table;
	width: 100%;
	height: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0px;
	background: url(../img/bio-bg.jpg) no-repeat center center;
	background-size: cover;*/
	/*background-attachment: fixed;*/
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;*/
	background-color: rgba(255,255,255,1.00);
}
#bioimg .img-responsive {
	margin: 0 auto;
	width: 100%;
	height: 100%;
}
/* Contact Section */
#contact {
	padding: 20px 0 40px 0;
	background: #f6f6f6;
}
#contact .contact-item {
	padding: 10px;
	margin: 10px;
	height: 100px;
	border-radius: 4px;
}
#contact h3 {
	font-size: 20px;
	font-weight: 400;
	margin-top: 40px;
}
#contact form {
	padding: 30px 0;
}
#contact i.fa {
	font-size: 22px;
	color: #232a3d;
	margin-bottom: 10px;
}
#contact .text-danger {
	color: #ff3333;
	text-align: left;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
#contact .btn-default {
	background: #cf5022;
	border: 0;
	border-radius: 4px;
	padding: 10px 20px;
	color: #f6f6f6;
	margin-top: 15px;
	font-size: 15px;
}
#contact .btn-default:hover, #contact .btn-default:focus {
	color: #f6f6f6;
	background: #a13e1a;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
#contact .social ul {
	margin-top: 30px;
}
#contact .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#contact .social i.fa {
	font-size: 24px;
	padding-top: 8px;
	color: #cf5022;
	border-radius: 4px;
	transition: all 0.3s;
}
#contact .social i.fa:hover {
	color: #a13e1a;
}
/*EPK*/
.namehead {
	font-size: 150%;
	font-weight: 600;
}
.bandprofile {
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
}
.bandprofile img {
	margin-bottom: 20px;
	clear: both;
	width: 150px;
	height: auto;
}

/*EPK Info*/
#info {
	padding-top: 25px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 25px;
	background-color: rgba(250,249,242,1.00);
}
/*EPK Downloads*/
#downloads {
	padding-top: 25px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 25px;
	background-color: rgba(250,249,242,1.00);
}
#downloads h3 {font-size: 130% !important;}
#downloads i.fa {
	color: #ffffff;
}
#downloads .btn-default {margin-top: 20px; margin-bottom: 20px;}
#downloads img {margin: 0 auto;}



/* Footer Section*/
#footer {
	background: #333;
	color: #777;
	padding: 20px 0;
	text-align: center;
}
#footer a {
	color: #999999;
}
#footer a:hover, a:focus {
	color: #ffffff;
}
#footer p {
	font-size: 13px;
	margin-top: 10px;
}

@media (min-width: 768px) {
.event-list > li {
	position: relative;
	display: block;
	width: 100%;
	height: 120px;
	padding: 0px;
}
.event-list > li > time, .event-list > li > img {
	display: inline-block;
}
.event-list > li > time, .event-list > li > img {
	width: 120px;
	float: left;
}
.event-list > li > .info {
	background-color: rgb(245, 245, 245);
	overflow: hidden;
}
.event-list > li > time, .event-list > li > img {
	width: 120px;
	height: 120px;
	padding: 0px;
	margin: 0px;
}
.event-list > li > .info {
	position: relative;
	height: 120px;
	text-align: left;
	padding-right: 40px;
}
.event-list > li > .info > .title, .event-list > li > .info > .desc {
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
.event-list > li > .info > ul {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.event-list > li > .social {
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	width: 40px;
}
.event-list > li > .social > ul {
	border-left: 1px solid rgb(230, 230, 230);
}
.event-list > li > .social > ul > li {
	display: block;
	padding: 0px;
}
.event-list > li > .social > ul > li > a {
	display: block;
	width: 40px;
	padding: 10px 0px 9px;
}
}

@media (max-width: 768px) {
.hover-bg .hover-text {
	padding: 20%;
}
}

@media (max-width: 640px) {
#intro .intro-body H1 {
	font-size: 5em;
}
}
