﻿/**
* custom.css 
* @package : V-webb
* @author : kunule8@gmail.com
**/

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	/* Prevent font scaling in landscape while allowing user zoom */
	-webkit-text-size-adjust: 100%;
	font-size: 1em;
	background: url(../images/body_tail.jpg) repeat-x #000;
}
.body-wrapper {
	background: #000;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
body a {
	color: #1781bf;
}
.layout-boxed .body-innerwrapper {
	max-width: 1000px;
	margin: 0 auto;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
a:focus {
	text-decoration: none;
}
input[type=text], button, select, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
}
#sp-main-body {
	padding: 10px 0;
	background: #E1E1E1;
}
#sp-right .sp-module, #sp-component {
	background: #F7F4F4;
	padding: 15px;
	border:1px solid #C4CAC6;
}
#sp-right {
	left: 15px;
}
.sp-module-title {
	font-size: 30px !important;
	color: #ff663d;
}
.componentheadingblog, .componentheadinghome, .entry-header h2, .mytabs h3 {
	font-family: Special Elite, sans-serif;
	font-size: 30px !important;
	color: #1781BF;
}
.charts h3 {
	font-family: Special Elite, sans-serif;
	font-size: 30px !important;
	color: #ff663d;
}

/** Header Colors **/

#sp-header {
	background: #191919 none repeat scroll 0 0;
	box-shadow: none;
	height: 98px;
}
.itemid-101 #sp-header {
	background: #191919 !important;
	height: 98px;
}
.itemid-114 #sp-header {
	background: #FF3D7D !important;
	height: 98px;
}
.itemid-116 #sp-header, .itemid-200 #sp-header, .itemid-196 #sp-header, .pastgigs #sp-header, .itemid-197 #sp-header{
	background: #FF663D !important;
	height: 98px;
}
.itemid-127 #sp-header {
	background: #19A02C !important;
	height: 98px;
}
.itemid-117 #sp-header {
	background: #1781BF !important;
	height: 98px;
}
.itemid-119 #sp-header, .itemid-123 #sp-header, .itemid-193 #sp-header, .itemid-194 #sp-header, .itemid-469 #sp-header {
	background: #A646CA !important;
	height: 98px;
}
#player {
	height: 450px !important;
}

/* End Header Colors **/

.sp-megamenu-parent>li>a {
	display: inline-block;
	padding: 2px 15px;
	line-height: 30px;
	border-radius: 6px;
	text-transform: uppercase;
}
#sp-menu {
	background: #E1E1E1;
	margin-top: 0px;
}
#sp-menu .row {
	margin-left: -30px!important;
	margin-right: -30px !important
}
.sp-megamenu-parent {
	float: left;
}
.sp-menu-item {
	margin-right: 6px;
}
.sp-menu-item a {
	font-size: 18px !important;
	color: #fff !important;
}
a.home {
	background: #191919;
	box-shadow: inset 0 0 0 0 #5B5B5B;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
}
a.home:hover {
	box-shadow: inset 0 100px 0 0 #5B5B5B;
}
a.gigs {
	background: #FF663D;
	box-shadow: inset 0 0 0 0 #F03300;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
}
a.gigs:hover {
	box-shadow: inset 0 100px 0 0 #F03300;
}
a.vnews {
	background: #19A02C;
	box-shadow: inset 0 0 0 0 #127420;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
}
a.vnews:hover {
	box-shadow: inset 0 100px 0 0 #127420;
}
a.vblog {
	background: #1781BF;
	box-shadow: inset 0 0 0 0 #116391;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
}
a.vblog:hover {
	box-shadow: inset 0 100px 0 0 #116391;
}
a.vmedia {
	background: #A646CA;
	box-shadow: inset 0 0 0 0 #8A31AC;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
}
a.vmedia:hover {
	box-shadow: inset 0 100px 0 0 #8A31AC;
}
a.vcontact {
	background: #FF3D7D;
	box-shadow: inset 0 0 0 0 #FF095B;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
}
a.vcontact:hover {
	box-shadow: inset 0 100px 0 0 #FF095B;
}
.active a.home {
	border-top: 5px solid #191919;
	border-radius: 0 0 6px 6px;
}
.active a.gigs, .itemid-200 a.gigs {
	border-top: 5px solid #FF663D;
	border-radius: 0 0 6px 6px;
}
.active a.vnews {
	border-top: 5px solid #19A02C;
	border-radius: 0 0 6px 6px;
}
.active a.vblog {
	border-top: 5px solid #1781BF;
	border-radius: 0 0 6px 6px;
}
.active a.vmedia {
	border-top: 5px solid #A646CA;
	border-radius: 0 0 6px 6px;
}
.active a.vcontact {
	border-top: 5px solid #FF3D7D;
	border-radius: 0 0 6px 6px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	margin-top: 2px;
	background: #A646CA;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
	padding: 20px;
	border-radius: 6px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a:hover {
	background: transparent;
	color: #000 !Important;
}
.layout-boxed .body-innerwrapper {
	background: #E1E1E1;
}
#sp-slider {
	margin-top: 5px;
}
#slider-container {
	border: 5px solid #BABABA;
}
#sp-slider .sp-module ul>li {
	display: block;
	border-bottom: none;
}
#sp-highlights .moduleItemTitle {
	font-family: Chivo, sans-serif;
	font-size: 16px;
	font-weight: 300;
}
#sp-top-bar, #sp-top-bar a {
	padding: 3px 0;
	font-size: 15px;
	background: #72243D!important;
	color: #fff !important;
}
#sp-footer {
	background: #191919;
	padding: 5px 0;
}
a.moduleItemReadMore, a.k2ReadMore, .readmore a {
	color: #393033;
	background: #fcae7e;
	padding: 5px;
	border-radius: 4px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	transition: all 0.8s linear;
}
a.moduleItemReadMore:hover, a.k2ReadMore:hover, .readmore a:hover {
	background: #1781BF;
	color: #fff;
}
.catItemTitle a {
	color: #000
}
.news-bottom {
	border-bottom: 1px dotted #191919;
	margin-top: 25px;
}
.newsimage, .newsitemimg img, .charts .moduleItemImage img, .gigimage img, .contactimg img, .merchimg img, .itemImage img, .our-merch-store .catItemImage img {
	padding: 2px;
	border: 1px solid #D4D4D4
}
div.catItemView.news {
	margin-bottom: 0px;
	padding: 4px;
}
div.itemIntroText, .catItemIntroText p {
	color: #333;
	font-size: 13px;
	font-weight: normal;
	line-height: 22px;
	padding: 0;
}
.itemToolbar {
	display: none;
}
.carousel div.module-title {
	text-align: center;
	background: url(../images/highlights_tail.gif) 0 50% repeat-x;
	margin: 0 0 1px;
}
.carousel div.module-title h2.title {
	color: #4d4444;
	text-transform: uppercase;
	text-align: center;
	font: bold 10px/26px Arial, Helvetica, sans-serif;
	display: inline;
	background: #e1e1e1;
	padding: 0 10px;
}
.carousel div.k2ItemsBlock {
	background: #fff;
}
.carousel div.k2ItemsBlock ul li {
	float: left;
	width: 215px;
	margin-right: 16px;
	text-transform: uppercase;
	color: #4d4444;
}
.carousel div.k2ItemsBlock ul li a.moduleItemImage {
	display: inline-block;
	margin: 0 0 8px;
	border: none;
}
.carousel div.k2ItemsBlock ul li span.moduleItemDateCreated {
	float: right;
	color: #9c9c9c;
	padding-right: 10px;
}
.carousel div.k2ItemsBlock ul li a.moduleItemTitle {
	margin-left: 10px;
	display: inline-block;
	margin-bottom: 3px;
}
.carousel div.k2ItemsBlock ul li div.moduleItemIntrotext {
	font-weight: bold;
	font-size: 11px;
	padding: 0 10px;
}
.carousel div.k2ItemsBlock ul li.item1 a.moduleItemTitle {
	color: #ff3d7d;
}
.carousel div.k2ItemsBlock ul li.item2 a.moduleItemTitle {
	color: #067dc2;
}
.carousel div.k2ItemsBlock ul li.item3 a.moduleItemTitle {
	color: #10a625;
}
.carousel div.k2ItemsBlock ul li.item4 a.moduleItemTitle {
	color: #ff663d;
}
.tabs_nav {
	overflow: hidden;
	margin: 0 0 26px !important;
}
.tabs_nav li {
	margin: 0 2px 0 0;
	font-size: 11px;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
}
.tabs_nav li a {
	color: #e2e5e7;
	background: #827e7e;
	display: block;
	padding: 0 10px;
	line-height: 22px;
}
.tabs_nav li.selected a {
	font-weight: bold;
	color: #fff;
	background: #2b99d2;
	line-height: 26px;
}
.tabs_nav li a:hover {
	color: #fff;
	background: #2b99d2;
}
.tabs_k2 a.moduleItemImage {
	float: left;
	border: 1px solid #fff;
	margin: 0 16px 0 0;
	position: relative;
}
.tabs_k2 a.moduleItemImage:after {
	position: absolute;
	background: url(../images/play.png);
	width: 40px;
	height: 40px;
	display: block;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
	content: ' ';
}
.tabs_k2 a.moduleItemImage .after {
	position: absolute;
	background: url(../images/play.png);
	width: 40px;
	height: 40px;
	display: block;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
	content: ' ';
}
.tabs_k2 ul {
	margin: 0;
	list-style: none;
}
.tabs_k2 p {
	margin: 0 0 10px;
}
.tabs_container li {
	margin: 0 0 20px;
}
.hot_videos .rt-block {
	background: #f7f4f4;
	padding: 26px 16px 16px;
}
.hot_videos .k2ItemsBlock ul {
	display: none;
}
.hot_videos div.module-title {
	margin: 0 0 8px;
}
.hot_videos div.module-title h2.title {
	color: #1781bf;
}
.hot_videos a.moduleItemTitle {
	display: inline-block;
	margin-top: 8px;
}
.hot_videos div.k2ItemsBlock a.moduleCustomLink {
	color: #2b99d2;
}
div.k2ItemsBlock a.moduleCustomLink {
	float: right;
	font-size: 11px;
	text-decoration: underline;
	margin-top: -5px;
	display: block;
}
div.k2ItemsBlock a.moduleCustomLink:hover {
	text-decoration: none;
}
.charts div.module-title h2.title {
	color: #ff663d;
}
.charts div.k2ItemsBlock ul {
	padding: 24px 0 0;
}
.charts div.k2ItemsBlock ul li {
	border-top: 1px solid #dad8d8;
	padding: 19px 0;
}
.charts div.k2ItemsBlock ul li .dropcap {
	float: left;
	color: #2b99d2;
	font: bold 28px/32px Arial, Helvetica, sans-serif;
	width: 50px;
}
.charts div.k2ItemsBlock ul li a.moduleItemImage {
	float: left;
	border: 1px solid #fff;
	margin: 0 16px 0 0;
}
.charts div.k2ItemsBlock ul li a.moduleItemTitle {
	display: inline-block;
	margin: 10px 0 0;
}
.charts div.k2ItemsBlock ul li p {
	color: #4d4444;
	font-size: 11px;
}
.all_news .rt-block {
	padding: 28px 19px 30px 16px;
}
.all_news div.module-title {
	margin: 0 0 8px;
}
.all_news div.module-title h2.title {
	color: #278935;
}
.all_news div.k2ItemsBlock ul li {
	margin: 0 0 20px;
	overflow: hidden;
}
.all_news div.k2ItemsBlock ul li a.moduleItemImage {
	float: left;
	margin: 0 16px 0 0;
	border: 1px solid #fff;
}
.all_news div.k2ItemsBlock ul li a.moduleItemReadMore {
	float: right;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext {
	overflow: hidden;
}
/**** 499 ***/

.all_news div.k2ItemsBlock ul li a.moduleItemTitle {
	font: bold 14px/24px Arial, Helvetica, sans-serif;
	display: block;
	margin: 8px 0 6px;
}
.all_news div.k2ItemsBlock ul li span.moduleItemDateCreated {
	display: block;
	padding: 3px 0 0;
}
#port #k2Container {
	padding: 20px 0px 0 16px;
}
#port .mb8-sa4 #k2Container {
	padding: 20px 16px;
}
.component-content .contact {
	padding: 20px 20px;
}
.charts .moduleItemTitle {
	color: #4d4444;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}
.charts div.k2ItemsBlock ul li p {
	color: #4d4444;
	font-size: 11px;
	line-height: 16px;
}
.page-header {
	padding-bottom: 0px;
	margin: 0;
	border-bottom: none;
}
.itemid-119 .page-header h1, .itemid-469 .page-header h1 {
	font-family: Special Elite, sans-serif;
	font-size: 30px !important;
	color: #8A31AC;
}
.speasyimagegallery-album img, .speasyimagegallery-gallery-item img {
	padding: 2px;
	border: 1px solid #191919;
}
.video-container {
	background: red;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	background: red;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* comment because of bug video Youtube 
div.itemVideoBlock, div.catItemVideoBlock {
	margin: 0 0 16px;
	display: inline-block;
	border: 1px solid #fff;
	background: none;
	padding: 0;
}
div.itemVideoBlock, div.catItemVideoBlock {
	margin: 0 0 10px;
	display: inline-block;
	border: none;
	background: none;
	padding: 0;
}*/
div.k2Pagination {
	padding: 8px;
	margin: 24px 0 4px 0;
	text-align: center;
}
div.k2Pagination ul {
	text-align: center;
}
div.k2Pagination ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
div.k2Pagination ul li a {
	display: inline-block;
	padding: 4px 8px;
	margin: 0 8px;
	border: 1px solid #A646CA;
	border-radius: 0px;
	vertical-align: middle;
	background: #fff;
	text-decoration: none;
}
div.k2Pagination ul li a:hover {
	background: #FF663D;
	cursor: pointer;
}

/*6003*/
div.k2Pagination ul li.active a {
	background: #FF663D;
	border: 1px solid #FF663D;
	color: #fff !important;
}
div.k2Pagination ul li a span {
	vertical-align: middle;
}
.k2Pagination .pagination li a {
	color: #A646CA !Important
}
.pagination>.active>a:hover, .pagination>.active>a:focus, .pagination>.active>span:hover, .pagination>.active>span:focus, .pagination>.active>a:hover, .pagination>.active>a:focus, .pagination>.active>span:hover, .pagination>.active>span:focus {
	border-color: #A646CA !important;
	background-color: #A646CA !important;
	color: #fff !important;
}
#callinfo:before {
	font-family: fontawesome;
	content: '\f05a';
	padding-right: 10px;
}
.social {
	padding: 0
}
.social li {
	list-style-type: none
}
.fb:before {
	font-family: fontawesome;
	content: '\f230';
	margin-right: 10px;
}
.youtube:before {
	font-family: fontawesome;
	content: '\f16a';
	margin-right: 10px;
}
#phone:before {
	font-family: fontawesome;
	content: '\f098';
	margin-right: 10px;
}
.soundcloud:before {
	font-family: fontawesome;
	content: '\f1be';
	margin-right: 5px;
}
#ff_formdiv1 input, #ff_formdiv1 textarea {
	width: 100%
}
#bfSubmitButton {
	float: left;
	background: #FCAE7E;
	border: 1px solid #FCAE7E;
	color: #000;
	margin-left: 5px;
	box-shadow: 1px 1px 5px #000;
	transition: all 0.4s linear;
}
#bfSubmitButton:hover {
	background: #1781BF;
	border: 1px solid #1781BF;
	color: #fff;
}
#sp-bottom {
	background: #191919 !important;
	border-left: 10px solid #E1E1E1;
	border-right: 10px solid #E1E1E1;
	border-bottom: 10px solid #E1E1E1;
	padding: 15px 0 !Important;
}
#sp-bottom h3 {
	color: #e1e1e1;
	font-size: 14px !Important;
	font-weight: bold !important;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 10px;
	text-transform: uppercase !important;
}
.news_list h3 {
	border-bottom: 2px solid #19a02c;
	padding-bottom: 5px !important;
}
.video_list h3 {
	border-bottom: 2px solid #2b99d2;
	padding-bottom: 5px !important;
}
.reviews_list h3 {
	border-bottom: 2px solid #a646ca;
	padding-bottom: 5px !important;
}
.live_list h3 {
	border-bottom: 2px solid #ff3d7d;
	padding-bottom: 5px !important;
}
#sp-bottom li a {
	line-height: 28px;
	color: #7c7a7a;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#sp-bottom li a:hover {
	color: #fff;
}
#sp-bottom li a:before {
	font-family: FontAwesome;
	content: "\f0da";
	margin-right: 8px;
	color: #fff;
}
#sp-bottom li {
	border-bottom: 1px dotted #7c7a7a;
}
.hot_songs li {
	border-bottom: none !important
}
.hot_songs .moduleItemTitle {
	font-weight: bold;
	font-family:arial;
	line-height:15px;
	text-transform: uppercase;
	font-size: 11px;
	color: #4d4444;
}
.news .itemTitle {
	text-transform: uppercase
}
#sp-top-a {
	background: #fff;
	margin-top: 15px !important;
	border:1px solid #909A92;
}
.carousel {
	padding: 5px;
}
.bt-cs .bt-inner .bt-title {
	clear: both;
	color: #1781BF !Important;
	font-weight: bold;
	text-transform: uppercase;
}
#sp-highlights .container {
	background: #fff;
	;
	margin-top: 15px;
}
.gkTabsContainer li a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	color: #4d4444;
}
.gkTabsContainer .avPlayerBlock iframe {
	width: 50%;
	height: 100%;
	float: left
}
#sp-mainbottom-a {
	background: #F7F4F4;
	padding: 15px;
}
.latest_news h3 {
	color: #19a02c !important
}
.latest_news .moduleItemTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
	color: #4d4444;
}
.moduleItemVideoCaption {
	display: none;
}
.latest_news.sp-module ul>li>a:before {
	font-family: FontAwesome;
	content: none;
}
.latest_news a.moduleItemReadMore {
	background: #FCAE7E;
	padding: 6px 8px;
	width: 125px;
	text-align: center;
	transition: all 0.5s linear;
}
.latest_news a.moduleItemReadMore:hover {
	background: #2b99d2;
	color: #fff;
}
.newstitle {
	margin-top: -20px;
}
.gigs + .sp-dropdown-main .sp-dropdown-inner{background:#FF663D !important}
@media screen and (max-width: 800px) {
	#sp-menu {
		background: #72243D;
		height: 30px;
		border-bottom: 1px solid #000;
	}
	.fa-bars {
		color: #fff !important;
	}
	#offcanvas-toggler {
		float: right;
		line-height: 30px;
		margin-left: 1px;
		font-size: 20px;
	}
	
	.offcanvas-inner li a:before {
   
    content: none !important;
   
}
}


/** K2 Store **/

.k2store .btn{border-radius:45px !important;


}

.k2store-product-info{ border-bottom:1px solid #E1E1E1}
.itemView .k2store-product-info{border:1px solid #e1e1e1;
padding:15px;
background:#fff;

}
.product_quantity_input input{border-radius:0 !important}

.view-mycart #sp-header{
	background: #191919 !important;
	height:98px;

	
	
}


.view-mycart .home, .itemid-210 .home {
	border-top: 5px solid #191919;
	border-radius: 0 0 6px 6px;
}

.k2store-minicart-button .btn {background:#005BCC !important;

border:1px solid #005BCC;
}


#cart_actions input,.btn.begin_checkout{border-radius:0 !Important; width:150px}
.btn.begin_checkout{margin-top:5px;}


#k2store-checkout-content h1,
 .checkout-content h2,
 #onCheckoutPayment_wrapper h3, 
 .checkout-content h3{
	 font-size:15px; 
	 }
.checkout-content input{border-radius:0 !important}
.checkout-content .left, .checkout-content .right{background:#F8F8F8; 
height:auto;
padding:15px;
 border:1px solid #DBDEE1}
 ..our-merch-store .catItemImage img{height:200px !important; width:auto !Important}
  .catItemView.our-merch-store{border-bottom:1px solid #D4D4D4}
    .catItemView .k2store-product-info {
    border-bottom: none;
}
.our-merch-store .catItemBody{padding:0}
.merchproduct{padding-top:8px;}
.hot_songs{padding-bottom:15px;}

.view-orders h3{font-size:16px;}
#sp-component .scroll-pane .even .moduleItemTitle {
    color: #1781bf;
}
@media screen and (max-width: 767px) {
	#sp-slider.hidden-xs {
    display: block !important;
}
#sp-slider .nivoSlider {
    background-position: 100% 100% !important;
    background-size: cover !important;
    width: 100% !important;
}
}
@media screen and (min-width: 768px) and (max-width: 1169px){
.theme-custom a.nivo-nextNav {
    background-image: url("../images/slider_next.png");
    background-position: 12px 11px;
    border-radius: 10px 0 0 10px;
    right: 230px !important;
}
}

.home + .sp-dropdown-main .sp-dropdown-inner
{
	background: #000000;
}
.sp-dropdown-items a.home
{
		background: #000000;
		border-top: none;
		border-radius: 0;
}		


.k2ItemsBlock .moduleItemReadMore
{
	background: #FCAE7E;
    padding: 6px 8px;
    width: 125px;
    text-align: center;
    transition: all 0.5s linear;
    height: 40px;

}
.k2ItemsBlock a.moduleItemReadMore:hover {
    background: #2b99d2;
    color: #fff;
}