@charset "utf-8";
/* CSS Document */

@import "../fonts/font.css";
@import "https://fonts.googleapis.com/css?family=Ek+Mukta:400,300,500,600,700,800"; {
font-family: 'Ek Mukta', sans-serif;
}
html {
	height: 100%;
}
body {
	min-height: 100%;
	display: flex;
	flex-direction: column;
}
.middle {
	flex: 1;
	/* width: 52%; */
}
html, body {
	height: 100%;
}
* {
	margin: 0 auto;
	padding: 0;
	outline: none;/* list-style:none; */
}
a, .img-center {
	text-decoration: none;
	color: #000;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover, a:focus {
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a img {/* -webkit-transition: opacity 300ms ease-out; */
	-moz-transition: opacity 300ms ease-out;/* transition: opacity 300ms ease-out; */
}
img {
	border: none
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Ek Mukta', sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 30px;
	margin: 0 0 0.5em;
	text-transform: uppercase;
	vertical-align: middle;
}
.homeHeading {
	font-size: 3vw;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 30px
}
h5 {
	font-size: 20px
}
h6 {
	font-size: 18px
}
ul li {
	font-family: 'Ek Mukta', sans-serif;
}
.middle ul {
	margin: 0 0 1.25rem;
}
p, .middle li {
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	font-family: 'Ek Mukta', sans-serif;
}
.middle ul li {
	list-style: disc;
	margin: 0 0 0 20px;
}
b {
	font-weight: 800;
}
.benefits .middle-wrap .columns {
	text-align: center;
}
.benefits .columns li {
	list-style: none;
	margin: 0;
}
select {
	outline: none !important;
	margin: 0;
}
body {
	font-family: 'Ek Mukta', sans-serif;
	background: #fff;
}
.dots-bg {/* background: url(/images/graphics/small-bg.jpg) bottom left fixed; */
	padding: 20px 0;
}
.slick-slider, figure {
	margin: 0;
}
header.gototop {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1099;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
iframe {
	border: none;
}
#form-login .item {
	width: 100%;
	float: left;
	max-width: 385px;
}
#form-login .item input[type="checkbox"] {
	float: left;
	margin-top: 4px;
}
#form-login form .item label {
	display: inline-block !important;
	width: auto;
	float: left;
}
.home-buttons a {
	align-items: center;
	background: #988222;
	box-shadow: 0px 0px 10px #000;
	display: flex;
	border: 1px solid #ffffff;
	font-size: 4vw;
	line-height: 20px;
	margin: 5px 0;
	padding: 0;
	height: 30px;
	justify-content: center;
	vertical-align: middle;
	width: 100%;
}

@media (min-width: 800px) {
	.home .middle {
		/* margin: -20% auto 0; */
		width: 52%;
	}
}
@media(min-width: 479px) {
	.home-buttons a {
		line-height: 50px;
		height: 50px;
	}
}
.home-buttons a:hover {
	background: #c2000b;
    border: 1px solid #fff;
    color: #fff !important;
}
.home .banner {
	background: none;
	position: relative;
	height: auto;
	min-height: auto;
}
.home .left-profiles {
	margin: 0;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	position: relative;
}
.neg-margin {
	position: relative;
	width: 100%;
	margin: -20% 0 60px;
}
.home .middle {
	margin: 0 auto;
	position: relative;
}
/*=========================*******==================***Globle***==================*******==================*/

label {
	color: #000000;
	font-size: 17px;
	font-weight: 300;
}
input[type="submit"] {
	font-size: 15px;
	font-family: 'Ek Mukta', sans-serif;
	font-weight: 700;
	line-height: 30px;
	padding: 0px 30px;
	text-transform: uppercase;
}
input[type="text"], input[type="number"], input[type="email"], input[type="search"], input[type="tel"], input[type="date"], input[type="password"], textarea, select {
	width: 100%;
	float: left;
	height: 30px;
	padding: 0 5px;
	font-size: 17px;
	font-weight: 300;
	margin: 0 0 10px;
	line-height: 30px;
	box-shadow: none;
	box-sizing: content-box;
}
textarea {
	height: 165px;
	resize: none;
}
select {
	/* color:#bebcbc; */

	border: 1px solid #464646;
	/* background-color: #252525; */
	background-image: url(../img/selectbox-arrow.png);
	background-position: 100% center;
	background-repeat: no-repeat;
}
select option {
	color: #666;
}
.ticket-form input[type="text"][readonly] {
	color: #bebcbc;
	border: 1px solid #464646;
	background-color: #252525;
}
.btn {
	padding: 0 20px;
	font-size: 15px;
	line-height: 30px;
	display: inline-block;
	font-weight: bold;
	background: #c2000b;
	border: 1px solid #c2000b;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	color: #fff !important;
	text-decoration: none !important;
	vertical-align: top;
}
.btn:hover {
	color: #c2000b !important;
}
h1 .btn {
	float: right;
	
}

@media (min-width: 1025px) {
	h1 .btn {
		margin: 8px 0 0;
	}
}

.img-hover {
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}
.img-hover:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	content: "";
	opacity: 0;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
.img-hover img {
	webkit-transition: transform 0.5s ease;
	-moz-transition: transform 0.5s ease;
	-o-transition: transform 0.5s ease;
	transition: transform 0.5s ease;
	width: 100%;
}
.img-hover:hover img {
	webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.img-hover:hover:after {
	opacity: 1;
}
.img-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.titles {
	width: 100%;
	float: left;
}
.titles h4 {
	font-size: 30px;
	font-weight: 300;
}
.titles h4:after, .titles h4:before, .titles span:after, .titles span:before {
	content: ' ';
	width: 100px;
	height: 3px;
	display: inline-block;
	vertical-align: middle;
}
.titles h4:after {
	margin-left: 15px;
}
.titles h4:before {
	margin-right: 15px;
}
.titles h2 {
	font-size: 55px;
	font-weight: 800;
	line-height: 55px;
}
.titles h3 {
	font-weight: 300;
}
.titles span .fa-stop, .title-h4 .fa-stop, .quote p:before, .list-style li:before {
	display: inline-block;
	margin: 0 15px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.titles span:after, .titles span:before {
	width: 200px;
}
.other-title {
	position: relative;
	z-index: 1;
	padding: 15px 75px 0;
}
/*.other-title:before{content:' ';background: inherit;display: block;height: 50%;left: 0;position: absolute;right: 0;z-index: -1;top: 0;transform: skewY(2deg);transform: skewY(2deg);-webkit-transform: skewY(2deg);-moz-transform: skewY(2deg);-o-transform: skewY(2deg);transform-origin: 100% 0;-webkit-transform-origin: 100% 0;-moz-transform-origin: 100% 0;-o-transform-origin: 100% 0;}*/
.other-title h1 {
	display: inline-block;
	margin: 0;/* font-weight: 300; */
	line-height: 50px;
	text-transform: uppercase;
}
.home .other-title {
	text-align: center;
}
.other-title .bounce {
	display: inline-block;
	margin: 0 0 0 30px;
	font-size: 2em
}
.other-title p {
	font-size: 20px;
	line-height: 30px;
}
.title-h4 {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.title-h4 .fa-stop {
	font-size: 16px;
}
.banner {
	background: url(/_assets/img/Banner.jpg) no-repeat;
	background-size: contain;
	z-index: -1;
	position: relative;
	min-height: 775px;
	margin: 68px 0 0;
	position: absolute;
	width: 100%;
}
.banner.full-banner {
	min-height: 415px;
}
.middle {
	margin-top: 16vw;
}
@media (min-width: 800px){
	.middle {
		width: 52%;
	}

	.business .middle {
		width: 100%;
	}
}
.centred {
	text-align: center;
}
.home-page .middle {
	margin: 20px 0;
}
.middle-wrap {
	padding: 0 0 30px;
}
.home-page .middle-wrap {
	padding: 20px 50px;
}
.wideImage {
	width: 100%
}
.full-content.middle {
	margin-top: -153px;
}
.social-icon {
	margin: 30px 0;
	text-align: center;
}
.social-icon li {
	display: inline-block;
	margin: 0 3px;
}
.true a {
	text-transform: uppercase;
	color: #c2000b;
	font-weight: 700;
}
.row-wrap .medium-3 {
	padding: 0 10px;
}
.row-wrap {
	padding: 0 5px;
}
.column+.column:last-child, .columns+.column:last-child, .column+.columns:last-child, .columns+.columns:last-child {
	float: left;
}
.upcoming-event h4, .user-detail h5, .tour-event-detail h5, .date p, .event-date p, .media-cap h3, .news-date p, .blog-date p, .blog .pagination ul, .tabs-content, .user-detail p {
	margin: 0;
}
.tour-event-detail .tour_desc {
	width: 100%;
	display: inline-block;
	padding-top: 15px;
	color: #aaa;
	padding-bottom: 18px;
}
.tour-event-detail .tour_desc p {
	margin: 0px 0 1px 0px;
}
.greyButton {
	display: none;
}
/*=========================*******==================***Home***==================*******==================*/

.clear {
	clear: both;
}
section, header, footer, .middle-wrap, .gallery-portfolio, .tour-details, .event-location, .pagination, .news-video, .blog-wrap, .media-package, .blog-comment-list, .comment-form, .contact-box, .contact-form, .filter-result, .album-song, .upcoming-event, .search-box, .musician, .musician-cap, .social-icon, .inspired-title, .gallery-title {
	width: 100%;
	float: left;
}

.middle-wrap a {
	color: #c2000b;
	text-decoration: underline;
}
.home .questions {
	color: #000;
	margin: 0 0 20px;
	text-align: center;
	text-transform: uppercase;
}
.home .questions .btn {
	width: 100%;
}
.home .questions .fa {
	font-size: 90px;
}
/*******==================***home-slider***==================*******/

.slider-img img, .inspired img, .news-fig img, .fig img, .musician figure img, .album-img img, .tour figure img, .tour-event figure img, .news-feed img {
	width: 100%;
}
.home-slide {
	position: relative;
}
.slider-cap {
	position: absolute;
	bottom: 100px;
	right: 100px;
}
.home-slider .slick-prev:before, .home-slider .slick-next:before {
	font-size: 36px;
}
.arrow-down {
	width: 50px;
	display: block;/* position: absolute; *//* bottom: 8px; *//* left: 0px; *//* right: 0px; */
	margin: 0 auto;
	font-size: 44px;
	display: inline-block;
	text-align: center;
}
.bounce {
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-o-animation-name: bounce;
	animation-name: bounce;
}
.animated {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-fill-mode: both;
	-webkit-animation-duration: 4s;
	-moz-animation-duration: 4s;
	-ms-animation-duration: 4s;
	-o-animation-duration: 4s;
	animation-duration: 4s;
}
 @-webkit-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
}
40% {
-webkit-transform: translateY(-10px);
}
 60% {
-webkit-transform: translateY(-5px);
}
}
 @-moz-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
-moz-transform: translateY(0);
}
 40% {
-moz-transform: translateY(-10px);
}
 60% {
-moz-transform: translateY(-5px);
}
}
 @-o-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
-o-transform: translateY(0);
}
 40% {
-o-transform: translateY(-10px);
}
 60% {
-o-transform: translateY(-5px);
}
}
@keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
transform: translateY(0);
}
 40% {
transform: translateY(-10px);
}
 60% {
transform: translateY(-5px);
}
}
.homeHeading {
	color: #c2000b;
	text-align: center;
	text-shadow: 1px 1px 1px #000;
	margin: 0;
	text-transform: uppercase;
}
.left-profiles .slide a {
	background: #ffffff;
	border-radius: 10px;

	box-shadow: 2px 2px 10px #000;
	display: block;
	font-weight: bold;
	margin: 5% 2%;
	padding: 0;
	text-align: center;
}
.left-profiles .slide a:hover {
	box-shadow: 2px 2px 10px #c2000b;
}
.left-profiles .slide .text {
	line-height: 18px;
	height: 46px;
	padding: 5px 0;
}
.left-profiles .slide img {
	width: 85%;
}

/*******==================***header***==================*******/

.home-wrap {
	padding: 0;
	display: block;
	position: absolute;
	top: 100%;
	width: 100%;
}
.top-bar img {
	display: block;
	margin: 0 auto;
	max-width: 300px;
}
.top-bar-section {
	float: none;
}
.top-bar-section ul li {
	display: inline-block;
	float: none;
}
.top-bar, .top-bar-section ul li, .top-bar-section ul li a {
	background: none !important;




}
.top-bar-section ul li a {
	font-size: 15px;
	padding: 0px 8px !important;
	line-height: 30px !important;
	font-weight: 500;
	text-transform: uppercase;
	font-family: 'Ek Mukta', sans-serif;
}
.top-bar-section .has-dropdown>a {
	padding: 0px 10px !important;
}
.top-bar-section .has-dropdown>a:after {
	border: none;
}
.top-bar-section .dropdown {
	min-width: 115px;
}
.top-bar-section .dropdown a {
	padding: 4px 15px !important;
}
.top-bar-section ul, .utility {
	float: right;
}
.top-bar-section ul {
	padding: 25px 0 0;
}
.top-bar .title-area {
	padding: 25px 0;
}
.utility {
	padding-left: 20px;
	margin-left: 10px;
}
.utility ul li a {
	font-size: 18px;
	line-height: 32px;
}
.search-box {
	padding: 15px 0 0;
	text-align: center;
}
.search-box input[type="text"] {
	max-width: 800px;
	margin-right: 15px;
	display: inline-block;
	float: none;
}
.search-box, .utility .fa-times {
	display: none;
}
/*******==========================ADVERTS================================*****/

.indexLeft,
.indexRight {
	display: none;
}

@media (min-width: 992px) {

	.indexLeft,
	.indexRight {
		left: 6%;
		display: block;
		margin: 0 2%;
		position: absolute;
		text-align: center;
		width: 15%;
		top: 26vw;
	}
	
	.indexRight {
		left: auto;
		right: 6%;
	}
	
	.indexLeft h2,
	.indexRight h2 {
		color: #666;
		text-transform: uppercase;
	}
	
	.indexLeft p,
	.indexRight p {
		background: #efefef;
		border: 1px solid #cccccc;
		display: block;
		padding: 0.5%;
	}
	
}

/*******==================***about-music***==================*******/

.about-music {
	padding: 100px 0;
	text-align: center;
	min-height: 610px
}
.about-music p {
	font-size: 18px;
	display: inline-block;
	margin: 30px 30px 15px;
}
/*******==================***home-services***==================*******/

.home-services {
	text-align: center;
	padding: 90px 0;
}
.home-services h4 {
	font-weight: 300;
	margin: 25px 0 20px;
}
.home-services span {
	font-size: 90px;
}
.home-services p {
	font-size: 17px;
	line-height: 24px;
	margin: 0 0 32px;
}
.home-services .btn {
	font-size: 18px;
	padding: 10px 15px;
	display: inline-block;
	width: 160px;
}

/*******==================***footer***==================*******/

footer {
	margin: 5px 0 0;
	padding: 10px 0;
	text-align: center;
}
footer p, footer a {
	display: inline-block;
	font-size: 15px;
	font-weight: 300;
	margin: 0;
	line-height: 24px;
}
.footer-menu p a:before {
	content: '|';
	margin: 0 5px;
}
.footer-menu p a:first-child:before {
	content: '';
	margin: 0px;
}
footer .columns {
	z-index: 999;
}
/*=====================***FAQ***==============================*/

.main-faq .accordion {
	border: none;
}
.accordion .accordion-navigation>a, .accordion dd>a {
	padding: 20px 35px 19px 15px;
	display: block;
	font-size: 16px;
}
.accordion-content p {
	margin: 0;
}
.accordion .accordion-navigation, .accordion dd {
	position: relative;
}
.accordion .accordion-navigation>a:before, .accordion dd>a:before {
	content: "+";
	font-size: 24px;
	display: inline-block;
	position: absolute;
	right: 18px;
	top: 14px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.accordion .accordion-navigation.active >a:before, .accordion dd.active >a:before {
	content: "_";
	top: 2px;
	color: #fff;

}
/*=========================*******==================***contact***==================*******==================*/

.contact .title-h4 {
	margin-bottom: 30px;
}
.contact-box {
	padding: 36px 20px;
	margin-bottom: 40px;
}

.contact-box .fig {

	width: 22%;
	float: left;
	margin-right: 30px;
}
.contact-box .fig-cap {
	width: 68%;
	float: left;
}
.contact-box em {
	font-size: 45px;
	display: inline-block;
	width: 67px;
	height: 67px;
	text-align: center;
	line-height: 67px;
	border-radius: 50%;
}
.contact-box em.fa-envelope {
	font-size: 38px;
}
.contact-box h5 {
	font-size: 26px;
	font-weight: 700;


	line-height: 28px;
}
.contact-box p, .contact-box a {
	font-size: 16px;







	margin: 0;
}
.contact-form input[type="text"], .contact-form textarea {
	font-size: 15px;
	height: 40px;
	font-family: 'Ek Mukta', sans-serif;
	padding-left: 40px;
}
.contact-form textarea {
	height: 190px;
	line-height: inherit;
}
.input-field {
	width: 100%;
	float: left;
	position: relative;
}
.input-field:before {
	position: absolute;
	top: 8px;
	left: 12px;
	font-size: 22px;
}
.contact-form .fa-envelope:before {
	font-size: 18px;
	top: 10px;
}
.contact-form input[type="submit"] {
	padding: 13px 45px;
}
/* ================================ OTHER STYLING ================================ */

.cards {
	font-size: 0;
}
.cards .corporate, .cards .plus, .cards .premium, .cards .stealth {
	display: inline-block;
	width: 25%;
}
.cards img {
	display: none;
	width: 100%;
}
.cards .h_image {
	display: block;
}
.cards .corporate:hover img, .cards .plus:hover img, .cards .premium:hover img, .cards .stealth:hover img {
	display: block;
}
.cards .corporate:hover .h_image, .cards .plus:hover .h_image, .cards .premium:hover .h_image, .cards .stealth:hover .h_image {
	display: none;
}
.benefits .middle-wrap .fa {
	color: #c2000b;
	background: #fff;
	margin: 20px auto;
	font-size: 7em;
	text-align: center;/* border: 1px solid #ffffff; */
	padding: 10%;
	border-radius: 50%;
	display: block;/* margin: 20px 0; */
	width: 60%;
}
/*business page */

.contactDetails {
	margin: 0 0 20px;
}

.business .firstRowSpecial img {
	border: 1px solid #cccccc;
}
.contactDetails .row {
	background: #eee;
	border-bottom: 1px solid #666;
	padding: 10px 0;
	margin: 0;
}
.contactDetails .row:nth-child(2n) {
	background: #ddd;
}
.contactDetails .row:last-child {
	border: 0 none;
}

@media (min-width: 1025px) and (max-width: 1260px) {
	
	.firstRow {
		max-width: 65% !important;
		/* position: absolute; */
		margin: 20px auto 0 !important;
	}

	.contactDetails {
		font-size: 14px;
		line-height: 16px;
	}

	.contactDetails div {
		display: block;
		float: none;
	}

	.contactDetails .row {
	padding: 7px 0;
	}

}

@media (min-width: 1261px) {
	.firstRow {
		max-width: 65% !important;
		margin: 20px auto !important;
	}
}

.special p {
	font-size: 1.2em;
	line-height: 1.7em
}
#googleMap {
	margin-bottom: 1.25rem;
	width: 100%;
	height: 300px;
}
.contactDetails .row a {
	text-decoration: underline;
}
/* specials page */

.benefits .middle img {
	width: 60%;
}

.actualSpecial {
	position: relative;
}

.actualSpecial .text {
	color: #000;
	left: 17%;
	position: absolute;
	width: 67%;
	top: 59%;
	font-size: 1.4vw;
}

.actualSpecial img {
	margin: 0 0 10px;
}

.actualSpecial em {
	display: block;
	font-size: 0.9em;
}

@media (max-width: 1024px) {
	.actualSpecial .text { font-size: 16px}
}

@media (max-width: 800px) {
	.actualSpecial .text { font-size: 12px; line-height: 18px}
}

@media (max-width: 640px) {
	.actualSpecial .text { font-size: 3vw; line-height: 4vw}
}

/*=========================MEMBERS EDIT=======================*/

/* manage edit business page */

.manage .picLeft, .manage .picRight {
	background: #f00;
	margin: 0 auto 20px;
	width: 100%;
}

@media (min-width:640px) {
.manage .picLeft, .manage .picRight {
	width: 48%;
	display: inline-block;
	vertical-align: bottom;
}
}




@media (min-width:940px) {
.manage .picLeft, .manage .picRight {
	width: 30%;
	display: inline-block;
	vertical-align: bottom;
}
}
.manage .picLeft label, .manage .picRight label {
	color: #fff;
}
.manage .warning {
	display: none;
	font: 400 11px/21px "Open Sans", sans-serif;
}
.manage .picLeft img:hover, .manage .picRight img:hover {
	cursor: pointer;
}
#picLeftChange:checked ~ img, #picRightChange:checked ~ img {
	display: none;
}
#picLeftChange:checked ~ input, #picRightChange:checked ~ input, #picLeftChange:checked ~ .warning, #picRightChange:checked ~ .warning {
	display: block;
}
.manage .picLeft img, .manage .picRight img {
	width: 100%;
}
.manage .picLeft input, .manage .picRight input {
	display: none;
}
/*=========================*******==================***STATE SELECTOR**==================*******==================*/

#mapwrapper {
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 0;
	background-color: transparent;
	min-width: 220px;
}
#map {
	max-height: 100%;
	width: 100%;
	margin: 0;
}
#states a {
	display: block;
}
#states:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#states a path {
	transition: fill .5s ease;
	-moz-transition: fill .5s ease;
	-webkit-transition: fill .5s ease;
	fill: #c2000b;
}
#states a:hover path {
	transition: fill .5s ease;
	-moz-transition: fill .5s ease;
	-webkit-transition: fill .5s ease;
	fill: #aaa222 !important;
}
#states a:hover path {
	cursor: pointer;
	fill: #425957;
}
#states a text {
	cursor: pointer;
	fill: #222222;
	display: initial;
}
#states a:hover text {
	fill: #FFFFFF;
	color: #FFFFFF;
}
#states a.inverse text {
	fill: #222222;
}
.CCMcredit a {
	color: #81AC8B;
}

@media (min-width: 580px) {
#map {
	margin: -20px auto 0;
	width: 65%;
}
}
/*=========================*******==================***HOME AND HOME PROFILE PICKS LEFT AND RIGHT ***==================*******==================*/

.customers {
	background: url('/_assets/img/customers.jpg');
	background-size: cover;
	padding: 50px 0 40px;
}
.customers h2, .customers h3 {
	color: #ffffff;
	text-shadow: 0px 2px 6px rgba(0,0,0,1);
}
.customers h2 {
	font-size: 2.5em;
}
.businesses {
	background-image: url('/_assets/img/businesses.jpg');
	background-size: cover;
	padding: 50px 0 40px;
}
.businesses h2, .businesses h3 {
	color: #ffffff;
	text-shadow: 0px 2px 6px rgba(0,0,0,1);
}
.businesses h2 {
	font-size: 2.5em;
}
.left-profiles img {
	width: 100%;
}
.right-profiles p {
	background: #ffffff;
	color: #000000;
	padding: 10px;
}
.right-profiles span {
	background: #eee;
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	margin: 15px 0 0;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
}

@media(max-width: 991px) {
.left-profiles, .right-profiles {
	position: static;
	margin: 20px auto;
	width: 100%;
	text-align: center;
}
.left-profiles {
	margin: 160px auto 20px;
}
.home .middle {
	margin: 0;
}
}

@media(max-width: 640px) {
.left-profiles {
	margin: 120px auto 20px;
}
}

@media(min-width: 992px) and (max-width: 1775px) {
.left-profiles span, .right-profiles span {
	font-size: 0.8em;
}
}
.left-profiles h2, .right-profiles h2 {
	text-align: center;
	text-transform: uppercase;
}

.displayOnMobile {
	display: none;
}

@media (min-width: 1024px) and (max-width: 1300px) {

	.displayOnMobile {
		display: block;
	}

	.hideOnMobile {
		display: none;
	}

	.profileColumn {
		width: 50% !important;
	}

}

/*=========================*******==================***Media Query***==================*******==================*/

/*slider*/

@media(max-width:1400px) {
.home-slider {
	text-align: left;
}
.home-slider h1 {
	font-size: 2.6em;
	margin: 0 5%;
	padding: 2% 0 0;
	width: 55%;
}
.home-slide h2 {
	text-align: center;
	margin: 0 5%;
	padding: 1% 0 0;
	width: 55%;
}
.home-slide p {
	color: #fff;
	font-size: 1.5em;
	line-height: 1.7em;

	margin: 0 10%;
	padding: 1% 0 0;
	width: 45%;
}

.home-slide .btn {
	line-height: 50px;
	margin: 2% 0 10% 20%;/* padding: 0; */
	width: 25%;
	text-align: center;
}
.home-slide .btn:hover {
}
}

@media(max-width:1199px) {
.titles h4 {
	font-size: 25px;
}
.titles h2 {
	font-size: 45px;
	line-height: 45px;
}
.titles span:after, .titles span:before {
	width: 100px;
}
.titles h4:after, .titles h4:before {
	width: 60px;
}
/*******==================***Globle***==================*******/
	
.utility {
	padding-left: 15px;
}
.top-bar .title-area {
	padding: 25px 0;
	width: 30%;
}
.top-bar-section ul li a {
	padding: 0px 7px !important;
	font-size: 12px
}
.about-music {
	min-height: inherit;
}
.song-box {
	padding: 18px;
}
.slider-cap {
	max-width: 60%;
	bottom: 40px;
	right: 40px;
}
.biography .slick-prev {
	left: 35%;
}
.biography .slick-next {
	right: 35%;
}
.recent-blog .fig {
	margin-right: 10px;
}
.tabs dd>a, .tabs .tab-title>a {
	padding: 7px 15px;
}
.contact-box .fig-cap {
	width: 65%;
}
/*slider*/
.home-slider {
	text-align: left;
}
.home-slider h1 {
	font-size: 2.2em;
	padding: 3% 5% 0;
	width: 60%;
	text-align: left;
}
.home-slide h2 {
	padding: 3% 5% 0;
	width: 60%;
	text-align: left;
}
.home-slide p {
	font-size: 1.3em;
	margin: 0 5%;
	padding: 3% 5% 0;
	width: 60%;
	text-align: left;
}
.home-slide .btn {
	line-height: 35px;
	margin: 3% 5% 0 10%;
	text-align: center;
}
.home-slide .btn:hover {
}
}

@media(max-width:991px) {
	.neg-margin {
		margin: 170px 0 0;
	}

.banner {
	display: none;
}
.middle {
	margin: 160px 0 0;
}

.about-music, .home-services, .famous-musician, .band, .featured-tour, .inspired-title {
	padding: 60px 0;
}
h1 {
	font-size: 34px;
}
h2 {
	font-size: 20px;
	line-height: 30px;
}
h3, .blog-list h3 a {
	font-size: 16px;
	line-height: 26px;
}
h5 {
	font-size: 18px;
}



.other-title {
	padding: 15px 30px 0;
}
.other-title h1, .blog-list h3 a {
	margin: 0 0 5px;
}
.other-title p {
	font-size: 17px;
	line-height: 24px;
}
.middle-wrap {
	padding: 15px 10px;
}
.home-page .middle-wrap {
	padding: 25px 25px 0
}
.middle-wrap.gallery {
	padding: 0 10px;
}
.middle-wrap.tour {
	padding: 60px 60px;
}
.top-bar .title-area {
	margin: 0 auto;
	padding: 0;
	float: none;
	text-align: center;
}
.top-bar .title-area, .utility {
	padding: 20px 0 0;
	width: inherit;
	border: none;
}
.utility ul li {
	display: inline-block;
	margin: 0 10px;
}
.top-bar-section .dropdown {
	text-align: left;
}
.top-bar-section, footer .medium-3, footer .medium-6 {
	width: 100%;
	float: left;
	text-align: center;/* padding: 5px 0 0; */
}
.top-bar-section ul {
	float: none;
	display: inline-block;
	padding: 0;
}
.search-box input[type="text"] {
	max-width: 540px;
}
.home-slider .slick-prev:before, .home-slider .slick-next:before {
	font-size: 25px;
}
.contact-box {
	text-align: center;
}
.contact-box .fig, .contact-box .fig-cap {
	width: 100%;
}
.right-forum .new-topic, .right-forum .subscribe {
	width: 150px;
	font-size: 13px;
	padding: 10px;
}
.product-qty input.cartInputText {
	width: 100%;
	max-width: 45px;
	text-align: center;
	padding: 8px;
}
/*slider*/
.home-slider {
	text-align: center;
}
.home-slider h1 {
	font-size: 2.1em;
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
.home-slide h2 {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
.home-slide p {
	width: 60%;
	margin: 0 auto;
	text-align: center;
}
.home-slide .btn {
	width: auto;
	padding: 0 1%;
	margin: 2% auto 0;
}
}

@media(min-width: 1024px) and (max-width: 1300px) {

.business .profile {
	max-width: 95%;
}
}

@media (min-width: 1301px) {
.neg-margin {
	margin: -17% 0 0;
}
.business .profile {
	width: 1120px;
}

.home-heading {
	margin: 10px 0 0;
	font-size: 45px;
}
.home-buttons a {
	height: 40px;
}
}

@media(min-width: 992px) {
.title-area {
	display: none;
}
.title-area ul {
	margin: 0 auto;
}
.top-bar-section ul {
	float: none;
	margin: 0 auto;
	display: block;
	padding: 0;
	line-height: 50px;
	text-align: center;
	width: 100%;
}
.top-bar-section li {
	display: inline-block;
}
.top-bar-section ul li a {
	font-size: 14px;
}
.title-area a {
	font-size: 2em;
}
.row {
	/* left: 23%; */
	margin: 10px auto 0;
	/* max-width: 59%; */
	width: 100%;
}
header .row {
	max-width: 100% !important;
}
.home .questions .btn {
	height: 65px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
}
.home-buttons a {
	font-size: 20px;
	height: 40px;
}
}
@media(min-width: 1024px) {
.home-buttons a {
	font-size: 1vw;
}
}

@media(max-width:767px) {
.about-music .medium-6, .featured-songs .medium-6, .famous-musician .medium-5, .famous-musician .medium-7, .tour-details .medium-5, .tour-details .medium-7, .recent-release .release-details,  .recent-release .medium-8, .news-feed .medium-4, .news-feed .medium-8, .store .medium-8, .store .blog-menu, .blog .blog-menu, .blog .medium-8, .blog-detail .blog-menu, .blog-detail .medium-8,  .features-page .medium-8, .features-page .medium-4 {
	width: 100%;
}
.home-services .medium-3, .band .medium-3, .featured-tour .medium-3, .poster .medium-3 {
	width: 50%;
	padding-bottom: 35px;
}
/*******==================***Globle***==================*******/
	
.search-box input[type="text"] {
	max-width: 300px;
}
.song-left {
	padding-right: 15px;
}
.music-video {
	padding-left: 15px;
	padding-top: 35px;
}
.music-video iframe, .new-promo figure {
	margin: 0;
}
.famous-musician {
	text-align: center;
}
.upcoming-event {
	max-width: 295px;
	margin: 0 auto;
	float: none;
	display: inline-block;
}

.band .medium-3, .blog-menu, .feature-menu {
	padding-bottom: 20px;
}
.user-detail, .user-icon {
	height: 80px;
}
.media-cap-1 {
	top: 0;
	right: 0;
	left: 0;
}
.poster {
	padding: 60px 0;
}
.release-details, .news-list {
	padding-bottom: 60px;
}
.song-detail {
	padding-left: 15px;
}
.news-list-wrap .fig {
	width: 25%;
}
.news-list-wrap .fig-cap {
	width: 72%;
}
.tabs dd>a, .tabs .tab-title>a {
	font-size: 13px;
	padding: 7px 12px;
}
.tour {
	padding: 0 10px;
}
}

@media(min-width:641px) {
.top-bar-section ul ul {
	display: none;
}
.top-bar-section ul li {
	position: relative;
}
.top-bar-section ul li:hover ul {
	display: block;
	position: absolute;
	top: 100%;
	left: -5px;
	text-align: left;
	background: #000;
	padding: 0;
}
.top-bar-section ul ul li {
	display: block;
	width: 100%;
}
.top-bar-section ul ul li a {
	color: #ffffff !important;
	padding: 0 10px !important;
}
.top-bar-section ul ul li:hover a {
	background: #c2000b !important;
}
}

@media(max-width:640px) {
	.neg-margin {
		margin: 110px 0 0;
	}
.inspired .medium-3, .recent-release .medium-8 .medium-4, .store .medium-8 .medium-4 {
	width: 50%;
}
/*******==================***Globle***==================*******/
	
.banner {
	margin: 30px 0 0;
}
.utility {
	top: 20px;
	padding: 0;
	position: absolute;
	right: 0;
	z-index: 2;
}
.top-bar {
	height: 95px;
}
.top-bar {
	-moz-transition: height 0.5s;
	-webkit-transition: height 0.5s;
	-o-transition: height 0.5s;
	transition: height 0.5s;
}
.top-bar.expanded {
	height: 445px;
}
.top-bar .toggle-topbar {/* right: 112px; */
	margin: -22px 0 0 !important;
}
.top-bar .title-area, .utility {
	padding: 10px 0;
}
.top-bar .toggle-topbar.menu-icon {/* margin-top: 32px; *//* left: 0; *//* right: inherit; */
	width: 100%;
	background: #fff;/* z-index: 100; */
	border-top: 1px solid #fff;
	padding: 0;
}
.top-bar .toggle-topbar.menu-icon a {
	font-size: 17px;
	display: inline-block;
}
.top-bar-section ul li, .user-detail {
	text-align: left;
	display: block;
}
.top-bar-section ul li a {
	font-size: 16px;
	border-bottom: 1px solid #666;
	line-height: 35px !important;
	display: block;
}
.top-bar.expanded .title-area, .top-bar-section .dropdown {
	background: none;
}
.top-bar-section .has-dropdown>a:after {
	content: "\f101";
	font-family: 'FontAwesome';
	position: absolute;
	top: -5px;
	right: 5px;
	font-size: 24px;
}
.top-bar-section .has-dropdown .dropdown a:after {
	content: " ";
}
.biography .musician {
	max-width: 275px;
	margin: 0 auto;
	float: none;
	display: inline-block;
}
.biography .medium-4, .new-promo, .song-lyrics.middle-wrap {
	text-align: center;
}
.biography .slick-prev, .biography .slick-next {
	bottom: -2%;
}
.biography .slick-prev {
	left: 0%;
}
.biography .slick-next {
	right: 0%;
}
.middle img {
	display: block;
	margin: 0 auto;
}
.middle-wrap.tour {
	padding: 0px 15px;
}
.tour .social-icon {
	width: inherit;
	left: 0;
	right: 0;
	margin: 0;
	top: -42px;
}
.tour .social-icon li {
	width: 40px;
	display: inline-block;
}
.home-izotope .item {
	width: 50%;
}
.home-izotope .item.w-50, .features-store .medium-12, .album-song .medium-7 {
	width: 100%;
}
.new-promo figure {
	margin-top: 40px;
}
.media-poster-img {
	position: relative;
	text-align: center;
}
.media-cap-2 {
	bottom: inherit;
	top: 30%;
}
.media-1, .media-2 {
	max-width: 200px;
}
.album-img {
	width: 100%;
	text-align: center;
	padding: 18px;
}
.recent-release .musician {
	padding-bottom: 30px;
}
.song-search .blog-search {
	float: none;
	display: inline-block;
}
.news-date span {
	font-size: 25px;
	line-height: 25px;
}
.news-title p, .blog-date p {
	font-size: 15px;
	line-height: 18px;
}
.news-date:before {
	bottom: -25px;
}
.blog-title .social {
	width: 65px;
	height: 65px;
	left: -68px;
	bottom: -32px;
}
.blog-date span {
	font-size: 20px;
}
.blog-wrap {
	padding: 0 0 65px 65px;



}
.fb-like figure {
	width: 16%;
}
.contact-box .fig {
	margin: 20px 0;
}
#gmaps {
	height: 250px;
}
.tour-details ul li span {
	min-width: 80px;
}
.tour-details ul li, .tour-details ul li p, .tour-details ul li a, .tour-details p {
	font-size: 14px;
}
table.forum .icon {
	width: 25px;
	margin-top: 0px;
}
table.forum td {
	padding: 9px 5px !important
}
table.forum .icon img {
	width: 100%
}
table.forum .forum {
	margin: 0 0 0 30px;
}
table.forum .forum h3 {
	font-size: 20px;
	line-height: 20px
}
table.forum td.lastpost {
	width: 20% !important;
}
table.forum td.posts {
	width: 20% !important;
}
table.forum td.topics {
	width: 20% !important;
}
table.forum td.name {
	width: 40% !important;
}
/*slider*/
.home-slider {
}
.home-slider h1 {
}
.home-slide h2 {
	font-size: 2em
}
.home-slide p {
	font-size: 20px;
	line-height: 30px;
	width: 70%
}
.home-slide .btn {
	margin: 3% auto 0;
}
.home-slide .btn:hover {
}
}

@media(max-width:479px) {
.banner {
	display: none;
}
h1, .song-detail h2 {
	font-size: 26px;
	line-height: 36px !important;
	/* text-align: center; */
}
.other-title, .blog-list, .right-forum {
	text-align: center;
}
.homeHeading {
	font-size: 6vw;
}
.titles h4, .contact-box h5 {
	font-size: 22px;
}
.title-h4, .blog-list h3 a, .blog-title h3 {
	font-size: 25px;
}
.titles h4:after, .titles h4:before {
	width: 35px;
}
.home-services .medium-3, .band .medium-3, .featured-tour .medium-3, .poster .medium-3, .recent-release .medium-8 .medium-4, .store .medium-8 .medium-4, .blog-list .small-6, .features-store .small-6 {
	width: 100%;
}
/*******==================***Globle***==================*******/
	
.song-box, .album-song .song-box, .album-img {
	padding: 10px 0;
}
.song-list ul li {
	padding: 18px 35px 18px 20px;
}
.song-list ul li span em {
	font-size: 15px;
	margin-right: 5px;
}
/*******==================***Globle***==================*******/

.banner {
	margin: -20px 0 0;
	background: url(../img/Banner-Mob.jpg) no-repeat;
	background-size: cover;
}
.utility {
	position: relative;
	top: 0;
}
.search-box input[type="text"] {
	height: 40px;
	max-width: 175px;
	margin-right: 10px;
}
.search-box input[type="submit"] {
	font-size: 15px;

	padding: 8px 20px;
}
.social {
	margin: -8px 16px;
	width: 55px;
	height: 55px;
}
.slider-cap {
	bottom: 20px;

	right: 20px;
}
.slider-img img {
	max-width: inherit;
	width: auto;
	height: 265px;
}
.middle {
	margin-top: 120px;

}
.filter-wrap .but a {
	font-size: 14px;
}
.filter-wrap li {
	padding: 0 8px;
}
.media-cap-1 {
	top: 0;
	right: 0;
	left: 0;
}
.media-cap h2 {
	font-size: 50px;

	line-height: 40px;
}
.media-cap span, .media-cap h2 em, .song-detail p, .news-highlight p:after, .news-highlight p:before {
	font-size: 20px;
	line-height: 20px;
}
.media-cap h3 {
	font-size: 28px;
	line-height: 20px;
}
.media-cap-2 {
	top: 40%;
	right: 0;
	left: 0;
}
.media-cap p {
	display: none;
}
.media-cap a, .media-cap-below a {
	font-size: 14px;
	padding: 8px 20px;
}
.poster h3 a {
	font-size: 28px;
	margin: 0 0 15px;
}
.media-1, .media-2 {



	max-width: 135px;
}


.album-social li a {
	width: 60px;
}
.news-list-wrap .fig {
	width: 35%;
}
.news-list-wrap .fig-cap {
	width: 60%;
}
.news-title-cap {
	width: 75%;
	height: 65px;
	padding: 15px 15px;
}
.news-date {
	width: 25%;
	height: 65px;
}
.news-highlight p {
	font-size: 15px;
	padding: 25px 35px;
}
.pagination ul li:first-child a, .pagination ul li:last-child a {
	margin: 0 10px;
}
.blog-wrap {
	padding: 0 0 65px;
}
#catblogoutput .blog-list {
	padding-top: 14px;
}
#catblogoutput .blog-cat {
	max-width: 167px;
	float: right;
	padding: 0 0 12px 0px;
	text-align: left;
}
.blog-cat li {
	border: none;
}
.blog-title .social {
	left: 0;
}
.blog-title h3 {
	text-align: center;
	line-height: 30px;
	padding-bottom: 50px;
}
.blog-detail .blog-cat {
	padding: 45px 0 45px;

}
.fb-like figure {
	width: 28%;
}
.author-comment .fig-cap {
	width: 75%;
}
input[type="submit"] {
	font-size: 15px;
	padding: 8px 20px;
	margin: 0 0 1.25rem;
}
.right-forum .new-topic {
	margin: 0 0 15px;
}
.ftr-view-cart {
	float: left !important;
}
.blog-list h3 {
	margin-left: 55px;
}
.blog-list h3 a {
	font-size: 20px;
	line-height: 22px;
}
/*slider*/
.home-slider {
	background: url("../img/slider/slider-mobile.jpg") no-repeat 0 0 fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.home-slider h1 {
	color: #333;
	font-weight: 700;
	text-shadow: none;
	font-size: 20px;
	line-height: 20px !important;
	width: 100%;
}
.home-slide h2 {
	color: #000;
	font-size: 1.2em;/* text-decoration: underline; */
}
.home-slide .btn {
	font-size: 16px;
	width: 70%;
	padding: 1%;
}
.home-slide .btn:hover {
}
.follow-us {
	padding: 20px;
}
.slick-next:before, .slick-prev:before {
	color: #cccccc !important;
}
.slick-prev, .slick-next {
	top: 43% !important;
}
.benefits .middle-wrap .fa {
	font-size: 5em;
}
p, .middle li {
	line-height: 21px;
}
.home-buttons .small-12 {
	padding: 0 4vw;
}
.home-buttons a {
	margin: 5px 0;
	width: 60vw;
	padding: 0;
}
.greyButton {
	display: inline;
}
.greyButton a {
	float: right;
	position: absolute;
	background-size:cover;
	z-index: 999;
	right: 0;
	height: 60px;
	padding: 53px 0;
	margin: 5px 4vw;
	text-align: center;
	line-height: 30px;
	width: 27vw;
	color: #c2000b;
	text-shadow: 1px 1px 1px #000;
	border: 1px solid #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 6vw;
}
.mobileSpecial a {
	background-image: url(/_assets/img/greyButton-money.jpg);
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	color: #fff;
}
.mobileWanted a {
	background-image: url(/_assets/img/greyButton-wanted.jpg);
}
}
@media (min-width: 800px) {
.indexLeft,
.indexRight {
	z-index: 998;
}

.indexRight {
	background: #c2000b;
	border-bottom: 5px solid #c2000b;
}



.indexRight h3 {
	color: #ffffff;
	font-size: 1.6vw;
	margin: 0;
	padding: 5px 0 0;
	text-transform: uppercase;
}
.indexRight a {
	background: #ffffff;
	color: #000;
}

.indexLeft .greyButton,
.indexRight .greyButton {
	display: block;
}
.indexLeft .greyButton a,
.indexRight .greyButton a {
	align-items:center;
	background-size: 100%;
	border: 1px solid #666666;
	z-index: 999;
	right: 0;
	height: 75px;
	margin: 5px 0;
	line-height: 60px;
	width: 100%;
	color: #c2000b;
	text-shadow: 1px 1px 1px #000 !important;
	/* border: 1px solid #fff; */
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.5vw;
	padding: 0;
	display: flex;
}
.indexLeft a span,
.indexRight a span {
	display: block;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
}
.indexLeft .mobileSpecial {
	background-image: url(/_assets/img/greyButton-money.jpg);
	color: #fff !important;
	font-size: 2vw;
	text-shadow: none;
}
.indexLeft .mobileWanted {
	background-image: url(/_assets/img/greyButton-wanted.jpg);
}

.greySpecials a {
	color: #000 !important;
	line-height: 20px !important;
	height: 60px !important;
	vertical-align: middle;
}

.advertise {
	background: #cccccc !important;
	color: #ffffff !important;
	font-size: 1.3vw !important;
	line-height: 1.5vw !important;
	/* height: 130px !important; */
	/* width: 100% !important; */
	display: block;
	margin: 5px 0;
	padding: 0;
}
.indexRight .advertise {
	align-items: center;
	background: #ffffff !important;
	display: flex !important;
	font-size: 14px !important;
	margin: 5px 5px 0;
}
.indexRight .advertise:hover {
	background: #c2000b !important;
	color: #ffffff !important;
}

.business .indexRight .advertise:hover {
	background: #ffffff !important;
	color: #000000 !important;
}

.indexRight a span {
	margin: 0;
	padding: 10px 5px;
	text-align: left !important;
	width: 90%;
}
	.indexRight a .arrow {
		color: #c2000b;
		font-size: 20px;
	}
	.indexRight .advertise:hover .arrow {
	color: #ffffff;
}
}

.business .indexRight {
	display: none !important;
}

.currentSpecials .indexRight {
	display: block !important;
	margin: 0 0 20px;
	padding: 0;
	position: static;
	width: 100%;
}

.currentSpecials .indexRight .advertise {
	color: #000000 !important;
	font-size: 16px !important;
	text-align: left;
	display: block !important;
	padding: 10px;
}