body {
	margin:0px;
	padding:0px;
	font-family: 'Open Sans', sans-serif;
	background-color:#0b0b0b;
	color:#FFF;
}
img {
	width:auto;
	height:auto;
	max-width:100%;
	border: 0px;
}
.txtcenter {
	text-align:center!important;
}
.txtright {
	text-align:right!important;
}
.wrapper {
	width:100%;
	height:auto;
}
.headercontainer, .bannercontainer, .contantcontainer, .footercontainer {
	width:100%;
	max-width:1180px;
	margin:0 auto;
}
.container {
	width:100%;
	max-width:1010px;
	margin:0 auto;
}
.headercontainer {
	background-color:#1e1e1e;
}
.logocontainer {
	position:relative;
}
.logosec {
	width:130px;
	height:115px;
	position:absolute;
	top:-10px;
	left:0;
	z-index:999;
}

.slides img {width:100%;  max-height:540px;}	
.logosec img{width:auto; max-width:100%; height:auto;}
.shade{width:130px; height:9px; position:absolute; top:96px; left:0; z-index:999;}
.shade img{width:auto; max-width:100%; height:auto;}
.topspacer {
	width:100%;
	max-width:1180px;
	margin:0 auto;
	height:6px;
	background:url(../images/noisebg.jpg) repeat;
}
.topspacer1{width:100%; 
	max-width:1180px;
	margin:0 auto; height:30px; background:#1e1e1e;}
.bannersec {
	width:100%;
	max-width:1180px;
	margin:0 auto;
}
.homesec1 {
	width:100%;
	background-color:#1a1a1a;
	background-image:url(../images/secbg1.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	padding:2% 0;
}
.homesec2 {
	width:100%;
	/*background-color:#281601;*/
	background-image:url(../images/secbg2.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	padding:2% 0;
}
.homesec3 {
	width:100%;
	background-color:#151515;
	padding:2% 0;
}
#yttitle {
	font-size:13px;
}
.playbutbox {
	width:79px;
	height:46px;
	position:absolute;
	margin:auto;
	top:0;
	right:0;
	bottom:0;
	left:0;
	cursor:pointer;
}

.boxcont1 img {
	width:auto;
	max-width:100%;
	height:auto;
}
.boxcont1 img:hover {
	opacity:0.7;
}

/*-----------ARTIST PAGE----------------*/
.artistbox{position:relative; margin-bottom:35px;}
.artistbox img{width:100%; height:auto;}
.artistboxbottom{width:100%; background:#2f2f2f; border-bottom:8px solid #000; padding:8px 0; position:absolute; bottom:0px;font-family: 'Oswald', sans-serif; font-size:16px; text-transform:uppercase; color:#9b9b9b;}
.artistboxbottomleft{width:65%; float:left; margin-left:5%; font-weight:800;}
.artistlogobox{width:100%; height:64px; max-height:64px; position:absolute; bottom:55px; left:10px;}
.artistlogobox img{width:auto!important; max-height:60px; height:auto;}
.artistcontainer{width:103%; height:auto;}
.artistcontainer ul{margin:0px; padding:0px; list-style:none;}
.artistcontainer ul li{float:left; display:block; margin-right:3%; width:30%; height:auto; position:relative; min-height:293px; background:#000; margin-bottom:3%; }
.artistcontainer ul li img{width:100%; height:auto;}
.artistcontainer ul li:hover{opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */}
	
	
.mediabox{width:102%; height:auto; margin-left:-10px;}
.mediabox ul{margin:0px; padding:0px; list-style:none;}
.mediabox ul li{width:100%; margin-left:10px; max-width:135px; display:block; height:auto; min-height:120px; float:left; margin-bottom:10px;}
.mediabox a {word-break: break-all;}

.past{width:102%; height:auto; margin-left:-10px;}
.past ul{margin:0px; padding:0px; list-style:none;}
.past ul li{width:100%; margin-left:10px; max-width:135px; display:block; height:auto; min-height:120px; float:left; margin-bottom:10px;}
.past a {word-break: break-all;}

.logos {width:100%;}
/*-----------ARTIST PAGE----------------*/


/*................Small banner Starts..........................*/
.smallbannertxt {
	width:100%;
	max-width:1180px;
	background:url(../images/noisebg.jpg) repeat;
	padding:1.5% 0;
	margin:0 auto;
}
.smallbannertxt h1 {
	margin:0px;
	padding:0px;
	color:#fff;
	font-family: 'Oswald', sans-serif;
	font-size:32px;
	text-transform:uppercase;
}
.smallbannertxt h1 a:link {
	color:#2e1a02;
	text-decoration:none;
}
.smallbannertxt h1 a:visited {
	color:#2e1a02;
	text-decoration:none;
}
.smallbannertxt h1 a:hover {
	color:#fff;
	text-decoration:none;
}
/*................Small banner Ends..........................*/
/*................FooterSection Starts..........................*/
.footercontainer {
	background-color:#0b0b0b;
	background-image:url(../images/footerbg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	padding:2% 0;
}
.footercontainer h3 {
	margin:0px;
	padding:0px;
	font-size:22px;
	font-weight:600;
	font-family: 'Oswald', sans-serif;
	color:#9e9e9e;
}
.footercontainer h4 {
	font-size:14px;
	color:#cccccc;
	line-height:22px;
	font-weight:400;
}
#social1 {
	width:102px;
	height:28px;
	display:block;
	background:url(../images/footericon1.png) no-repeat 0 0;
	margin-bottom:5px;
}
#social1:hover {
	background-position:0 -28px;
}
#social1 span {
	display:none;
}
#social2 {
	width:86px;
	height:28px;
	display:block;
	background:url(../images/footericon2.png) no-repeat 0 0;
	margin-bottom:5px;
}
#social2:hover {
	background-position:0 -28px;
}
#social2 span {
	display:none;
}
#social3 {
	width:97px;
	height:29px;
	display:block;
	background:url(../images/footericon3.png) no-repeat 0 0;
	margin-bottom:5px;
}
#social3:hover {
	background-position:0 -29px;
}
#social3 span {
	display:none;
}
#social4 {
	width:117px;
	height:28px;
	display:block;
	background:url(../images/footericon4.png) no-repeat 0 0;
	margin-bottom:5px;
}
#social4:hover {
	background-position:0 -28px;
}
#social4 span {
	display:none;
}
#social5 {
	width:105px;
	height:28px;
	display:block;
	background:url(../images/footericon5.png) no-repeat 0 0;
	margin-bottom:5px;
}
#social5:hover {
	background-position:0 -28px;
}
#social5 span {
	display:none;
}
.footmenu h4 {
	line-height:28px;
}
.footmenu a:link {
	color:#cccccc;
	text-decoration:none;
}
.footmenu a:visited {
	color:#cccccc;
	text-decoration:none;
}
.footmenu a:hover {
	color:#fff;
	text-decoration:none;
}
/*................FooterSection Ends..........................*/
.boxes {
	border:2px solid #0f0f0f;
	position:relative;
	background:url(../images/transbg.png) repeat;
	color:#999;
	height:300px;
}
.boxes .headingtxt {
	font-size:22px;
	font-family: 'Oswald', sans-serif;
	color:#9b9b9b;
	font-weight:600;
	background:#0f0f0f;
	padding:5px 10px;
	margin-bottom:10px;
}
.boxes1 {
	border:2px solid #222222;
	position:relative;
	background:#0c0c0c;
	color:#999;
	height:235px;
}
.boxes1 .headingtxt {
	font-size:22px;
	font-family: 'Oswald', sans-serif;
	color:#9b9b9b;
	font-weight:600;
	background:#222222;
	padding:5px 10px;
	margin-bottom:10px;
}
.boxcont {
	padding:5px 10px;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	line-height:16px;
	height: 200px;
	overflow: hidden;
}
.boxcont span {
	color:#a1a1a1;
	font-size:12px;
}
.boxcont a:link {
	color:#fff;
	text-decoration:none;
}
.boxcont a:visited {
	color:#fff;
	text-decoration:none;
}
.boxcont a:hover {
	color:#ccc;
	text-decoration:underline;
}
.boxbottom {
	width:100%;
	height:40px;
	background:#0f0f0f;
	position:absolute;
	bottom:0px;
	line-height:40px;
}
.boxlink {
	font-size:14px;
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	padding-left:10px;
	font-weight:600;
}
.boxlink a:link {
	color:#a5a5a5;
	text-decoration:none;
}
.boxlink a:visited {
	color:#a5a5a5;
	text-decoration:none;
}
.boxlink a:hover {
	color:#fff;
	text-decoration:none;
}
.boxcont1 {
	padding:5px 10px;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	line-height:20px;
}
#applibut {
	width:212px;
	height:34px;
	display:block;
	background:url(../images/butapplication.png) no-repeat 0 0;
}
#applibut:hover {
	background-position:0 -34px;
}
#applibut span {
	display:none;
}
.slidersec1 {
	padding:5px 10px;
}
.youtube-video {
	width:85%; 
	height:auto;
}
/*..............SliderCSS....................*/
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
	display:none;
}
.nbs-flexisel-container {
	position:relative;
	max-width:100%;
}
.nbs-flexisel-ul {
	position:relative;
	width:9999px;
	margin:0px;
	padding:0px;
	list-style-type:none;
	text-align:center;
}
.nbs-flexisel-inner {
	overflow:hidden;
	float:left;
	width:100%;
}
.nbs-flexisel-item {
	float:left;
	margin:0px;
	padding:0px;
	cursor:pointer;
	position:relative;
	line-height:0px;
}
.nbs-flexisel-item img {
	width: auto;
	cursor: pointer;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	max-width:100%;
	height:auto;
}
/*** Navigation ***/

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 30px;
	height: 42px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	opacity: 1;
}
.nbs-flexisel-nav-left {
	left: 5px;
	background: url(../images/previous.png) no-repeat;
}
.nbs-flexisel-nav-right {
	right: 5px;
	background: url(../images/next.png) no-repeat;
}
/*..............SliderCSS....................*/
/*------------------------------------*\
    Flaunt JS Navigation
\*------------------------------------*/

.nav {
	position:relative;
	display:inline-block;
	font-size:18px;
	font-weight:900;
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
}
.nav ul {
	list-style:none;
}
.nav-list {
	text-align:center;
}
.nav-item {
	float:left;
 *display:inline;
	zoom:1;
	position:relative;
}
.nav-item a {
	display:block;
	color:#777777;
	padding:5px 14px;
	background:#1e1e1e;
	border-bottom:0px solid #8B2870;
	text-decoration:none;
}
.nav-item > a:hover {
	color:#ffffff;
}
.nav-item:hover .nav-submenu {
	display:block;
}
/* Navigation submenu */
.nav-submenu {
	display:none;
	position:absolute;
	left:0;
	width:180px;
}
.nav-submenu-item a {
	background:#8B2770;
	border-bottom:1px solid #9A337E;
	display:block;
	padding:15px;
}
.nav-submenu-item a:hover {
	background:#932C77;
}
/* Mobile navigation */
.nav-mobile {
	display:none; /* Hide from browsers that don't support media queries */
	cursor:pointer;
	position:absolute;
	top:0;
	right:0;
	background:#3D3D3B url(../images/nav.svg) no-repeat center center;
	background-size:18px;
	height:50px;
	width:50px;
}
/* Mobile navigation, clickable area for revealing <ul> */
.nav-click {
	position:absolute;
	top:0;
	right:0;
	display:none;
	border-left:1px solid #8B2870;
	height:49px;
	width:50px;
	cursor:pointer;
}
.nav-click i {
	display:block;
	height:48px;
	width:48px;
	background:url(../images/drop.svg) no-repeat center center;
	background-size:20px;
}
.nav-click:hover {
	background-color:#6E1656;
}
.nav-rotate {
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
}

/*------------------------------------*\
    Media Queries
\*------------------------------------*/

@media only screen and (min-width: 320px) and (max-width: 768px) {
.container {
	width:90%;
	margin:0 auto;
}
.nav-mobile {
	display:block;
}
.nav {
	width:100%;
	padding:50px 0 0;
}
.nav ul {
	list-style:none;
	width:89%;
}
.nav-list {
	display:none;
	position:absolute;
	z-index:999;
	top:32px;
}
.nav-item {
	width:100%;
	float:none;
}
.nav-item > a {
	width:100%;
	padding:15px 0;
	border-bottom:1px solid #333;
}
.nav-click {
	display:block;
}
.nav-mobile-open {
	border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
}
.nav-item:hover .nav-submenu {
	display:none;
}
.nav-submenu {
	position:static;
	width:100%;
}

}
@media only screen and (min-width: 480px) and (max-width: 640px) {
.youtube-video {
	width:50%; 
	height:auto;
}	
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
.container {
	width:95%;
	margin:0 auto;
}
.nav {
	font-size:16px;
}
.nav-item a {
	padding:5px 10px;
}
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
.slides img {width:100%;  max-height:147px;}	

.shade{width:80px; height:9px; position:absolute; top:56px; left:0; z-index:999;}
.smallbannertxt{padding:1% 0;}
.smallbannertxt h1{margin:0px; padding:0px; color:#fff; font-family: 'Oswald', sans-serif; font-size:20px; text-transform:uppercase;}
.smallbannertxt h1 a:link{color:#2e1a02; text-decoration:none;}
.smallbannertxt h1 a:visited{color:#2e1a02; text-decoration:none;}
.smallbannertxt h1 a:hover{color:#fff; text-decoration:none;}

.logosec{width:80px; height:71px; position:absolute; top:0px; left:0; z-index:999;}


/*-----------ARTIST PAGE----------------*/

.artistboxbottom{width:100%; background:#2f2f2f; border-bottom:8px solid #000; padding:8px 0; position:absolute; bottom:0px;font-family: 'Oswald', sans-serif; font-size:16px; text-transform:uppercase; color:#9b9b9b;}
.artistboxbottomleft{width:65%; float:left; margin-left:5%; font-weight:800;}
.artistlogobox{width:100%; height:64px; max-height:64px; position:absolute; bottom:55px; left:10px;}
.artistlogobox img{width:auto!important; max-height:60px; height:auto;}
.artistcontainer{width:100%; height:auto;}
.artistcontainer ul{margin:0px; padding:0px; list-style:none;}
.artistcontainer ul li{float:none; display:block; margin-right:0%; width:100%; height:auto; position:relative; min-height:253px; background:#000; margin-bottom:3%; }
.artistcontainer ul li img{width:100%; height:auto;}

/*-----------ARTIST PAGE----------------*/

}

@media only screen and (min-width: 481px) and (max-width: 640px) {

.slides img {width:100%;  max-height:221px;}	
	
	/*-----------ARTIST PAGE----------------*/

.artistboxbottom{width:100%; background:#2f2f2f; border-bottom:8px solid #000; padding:8px 0; position:absolute; bottom:0px;font-family: 'Oswald', sans-serif; font-size:14px; text-transform:uppercase; color:#9b9b9b;}
.artistboxbottomleft{width:65%; float:left; margin-left:5%; font-weight:800;}
.artistlogobox{width:100%; height:64px; max-height:64px; position:absolute; bottom:45px; left:10px;}
.artistlogobox img{width:auto!important; max-height:60px; height:auto;}
.artistcontainer{width:103%; height:auto;}
.artistcontainer ul{margin:0px; padding:0px; list-style:none;}
.artistcontainer ul li{float:left; display:block; margin-right:3%; width:47%; height:auto; position:relative; min-height:200px; background:#000; margin-bottom:3%; }
.artistcontainer ul li img{width:100%; height:auto;}

/*-----------ARTIST PAGE----------------*/
	}
	
@media only screen and (min-width: 641px) and (max-width: 800px) {
	
	/*-----------ARTIST PAGE----------------*/
.slides img {width:100%;  max-height:294px;}	
.artistboxbottom{width:100%; background:#2f2f2f; border-bottom:8px solid #000; padding:8px 0; position:absolute; bottom:0px;font-family: 'Oswald', sans-serif; font-size:16px; text-transform:uppercase; color:#9b9b9b;}
.artistboxbottomleft{width:65%; float:left; margin-left:5%; font-weight:800;}
.artistlogobox{width:100%; height:64px; max-height:64px; position:absolute; bottom:50px; left:10px;}
.artistlogobox img{width:auto!important; max-height:60px; height:auto;}
.artistcontainer{width:103%; height:auto;}
.artistcontainer ul{margin:0px; padding:0px; list-style:none;}
.artistcontainer ul li{float:left; display:block; margin-right:3%; width:47%; height:auto; position:relative; min-height:280px; background:#000; margin-bottom:3%; }
.artistcontainer ul li img{width:100%; height:auto;}

/*-----------ARTIST PAGE----------------*/
}

@media only screen and (min-width: 801px) and (max-width: 1175px) {
.slides img {width:100%;  max-height:367px;}	
}
	
/*.................................INNER PAGE COMMON CSS STYLES.................................*/
.innerheadingtxtcontainer{
	width:100%;
	max-width:1180px;
	background:url(../images/noisebg.jpg) repeat;
	font-size:32px;
	font-family: 'Oswald', sans-serif;
	color:#fff;
	text-transform:uppercase;
	font-weight:600;
	padding:1% 0;
	margin:0 auto;
}








.bottomlinksec{width:100%; max-width:1180px; margin:0 auto; height:auto; background:#0e0e0e; padding:3% 0;font-family: 'Oswald', sans-serif; font-size:14px; line-height:22px; color:#333;}
.bottomlinksec a:link{color:#333; text-decoration:none;}
.bottomlinksec a:visited{color:#333; text-decoration:none;}
.bottomlinksec a:hover{color:#ccc; text-decoration:none;}

/*-----------STORE PAGE----------------*/
.storebanner{width:100%; height:auto;}
.storeboxbottom{width:100%; background:#2f2f2f; border-bottom:8px solid #000; padding:8px 0; position:absolute; bottom:-40px;font-family: 'Oswald', sans-serif; font-size:16px; text-transform:uppercase; color:#fff;}
.storeboxbottom a:link{color:#9b9b9b; text-decoration:none;}
.storeboxbottom a:visited{color:#9b9b9b; text-decoration:none;}
.storeboxbottom a:hover{color:#fff; text-decoration:none;}
.storeboxbottomleft{width:38%; float:left; margin-left:3%; font-weight:800;}
.storeboxbottomright{width:55%; float:right; margin-right:3%; font-weight:800; text-align:right;}

/*-----------News PAGE----------------*/
.newscontainer{ background:#000; padding:2%; position:relative; color:#c0c0c0;font-family: 'Open Sans', sans-serif; font-size:14px;}
.newscontainer img{width:auto; width:100% !important; height:auto !important; max-width:550px;}

.newscontainer .heading{color:#9e9e9e; font-size:18px; font-weight:500;}
.newscontainer a:link{color:#a5a5a5; text-decoration:none;}
.newscontainer a:visited{color:#a5a5a5; text-decoration:none;}
.newscontainer a:hover{color:#fff; text-decoration:none;}
.comments{font-family: 'Oswald', sans-serif; text-transform:uppercase;}
#butprevious{width:148px; height:45px; display:block; background:url(../images/but_previous.png) no-repeat 0 0;}
#butprevious:hover{ background-position:0 -45px;}
#butprevious span{display:none;}

/*-----------Hype PAGE----------------*/
.presstopsec{width:100%; max-width:1180px; margin:0 auto; padding:1% 0; background:#000; text-align:center;}
.hypecontainer{ background:#000; padding:2%; position:relative; color:#c0c0c0;font-family: 'Oswald', sans-serif;font-size:14px;}
.hypecontainer img{width:auto; max-width:100%; height:auto;}
.hypecontainer a:link{color:#bf7011; text-decoration:none;}
.hypecontainer a:visited{color:#bf7011; text-decoration:none;}
.hypecontainer a:hover{color:#c0c0c0; text-decoration:none;}

/*-----------Contact PAGE----------------*/
.contactheading{width:96%; background:#000; padding:1% 2%; font-family: 'Oswald', sans-serif; font-size:22px; color:#9b9b9b; text-align:left; margin-bottom:2px;}
.contactcontainer{ width:92%; background:#000; padding:4%; position:relative; color:#c0c0c0;font-family: 'Open Sans', sans-serif;font-size:14px;}
.contactcontainer span{color:#f00;}
.contactcontainer input[type="text"]{width:94%; background:#363636; height:30px; padding:5px 10px; color:#fff; -webkit-border-radius: 3px; border-radius: 3px; border:none;}
.contactcontainer select{width:94%; background:#363636; height:30px; padding:5px 10px; color:#fff; -webkit-border-radius: 3px; border-radius: 3px; border:none;}
.contactcontainer textarea{width:94%; background:#363636; height:130px; padding:5px 10px; color:#fff; -webkit-border-radius: 3px; border-radius: 3px; border:none;}
#butsend{width:135px; height:46px; display:block; background:url(../images/but_send.png) no-repeat 0 0; border:none; cursor:pointer; outline: none;}
#butsend:hover{ background-position:0 -46px;}
#butsend span{display:none;}

/*-----------Tour PAGE----------------*/
.tourstop{ background:#000; padding:0px; position:relative; color:#c0c0c0; font-family: 'Oswald', sans-serif; font-size:14px; text-transform:uppercase;}
.tourstop select{width:94%; background:#363636; height:30px; padding:5px 10px; color:#fff; -webkit-border-radius: 3px; border-radius: 3px; border:none;}
.tourscontainer{ background:#000; padding:0 0; position:relative; color:#c0c0c0;font-family: 'Open Sans', sans-serif;font-size:14px;}
.tourscontainer table{ margin:0px; padding:0px; border:none; border-collapse:collapse;}
.tourscontainer table tr{}
.tourscontainer table th{ background:#9b9b9b; color:#fff; text-transform:uppercase;font-family: 'Open Sans',sans-serif; padding:15px 10px; text-align:left;}
.tourscontainer table td{ background:#020202; color:#fff;font-family: 'Open Sans',sans-serif;font-size:12px; padding:15px 10px; text-align:left; border-bottom:#252525 solid 1px;}
.tourscontainer table td a:link{color:#9b9b9b; text-decoration:none;}
.tourscontainer table td a:visited{color:#9b9b9b; text-decoration:none;}
.tourscontainer table td a:hover{color:#999; text-decoration:none;}

/*-----------ArtistDetails PAGE----------------*/
.innerheadingartist{
	width:100%;
	max-width:1180px;
	background:url(../images/noisebg.jpg) repeat;
	height:10px;
	margin:0 auto;
}
.artistsubhead{ background:#010101; padding:6px 20px; position:relative; font-family: 'Oswald', sans-serif; font-weight:600; border-bottom:2px solid #171717; font-size:20px; color:#9b9b9b;}
.artistboxes{ background:#010101; padding:20px; position:relative; color:#c1c1c1; font-size:14px; line-height:22px;}
.artistboxes img{width:auto; max-width:100%; height:auto;}
.banddetailbox{width:245px; height:auto; margin:0 auto;}
.banddetailbox h3{font-family: 'Oswald', sans-serif; font-size:20px; color:#9b9b9b;}
.banddetailbox h4{font-family: 'Open Sans',sans-serif; font-size:16px; font-weight:400; color:#bababa; line-height:32px;}

.artistboxes table{margin:0px; padding:0px; width:100%;}
.artistboxes table th{font-family: 'Open Sans',sans-serif; font-size:16px; font-weight:400; text-transform:uppercase;color:#bcbcbc; text-align:left; padding:5px 10px;}
.artistboxes table td{font-family: 'Open Sans',sans-serif; font-size:13px; background:#1e1e1e; border-bottom:#000 solid 1px;color:#bcbcbc; text-align:left; padding:4px 10px;}
.artistboxes table td a:link{color:#9b9b9b; text-decoration:none;}
.artistboxes table td a:visited{color:#9b9b9b; text-decoration:none;}
.artistboxes table td a:hover{color:#bcbcbc; text-decoration:none;}
.artistboxes .linkbut{font-family: 'Oswald', sans-serif; margin-top:10px; font-size:14px; color:#ccc; text-transform:uppercase; width:100%; text-align:right;}
.artistboxes .linkbut a:link{color:#9b9b9b; text-decoration:none;}
.artistboxes .linkbut a:visited{color:#9b9b9b; text-decoration:none;}
.artistboxes .linkbut a:hover{color:#bcbcbc; text-decoration:none;}
.gold{color:#9b9b9b;}
.mediatxt{font-size:12px; color:#ccc; line-height:16px;}
.mediatxt a:link{color:#ccc; text-decoration:none;}
.mediatxt a:visited{color:#ccc; text-decoration:none;}
.mediatxt a:hover{color:#b66b0f; text-decoration:none;}


/*  *********  IFRAME ************** */ 
@media only screen and (min-width: 320px) and (max-width: 650px) {
	.newscontainer iframe{width:auto; width:100% !important;}
}

/*  *********  SLIDER ************** */ 

@media only screen and (min-width: 320px) and (max-width: 359px) {
.currentTours .slick-slide img {
    padding-left: 10%;
}
.featured .slick-slide img {
    padding-left: 10%;
}
}

@media only screen and (min-width: 360px) and (max-width: 479px) {
.currentTours.slick-slide img {
    padding-left: 17%;
}
.featured .slick-slide img {
    padding-left: 17%;
}
}

@media only screen and (min-width: 481px) and (max-width: 539px) {
.currentTours .slick-slide img {
    padding-left: 5%;
}
.featured .slick-slide img {
    padding-left: 5%;
}
}

@media only screen and (min-width: 540px) and (max-width: 600px) {
.currentTours .slick-slide img {
    padding-left: 10%;
}
.featured .slick-slide img {
    padding-left: 10%;
}
}

@media only screen and (min-width: 601px) and (max-width: 640px) {
.currentTours  .slick-slide img {
    padding-left: 14%;
}
.featured .slick-slide img {
    padding-left: 14%;
}
}

@media only screen and (min-width: 641px) and (max-width: 768px) {
.currentTours .slick-slide img {
    padding-left: 2%;
}
.featured .slick-slide img {
    padding-left: 2%;
}
.logos .slick-slide img {
    padding-left: 12%;
}
}




