/* CSS Document */



/***************************************** LINKS BODY ***********************************/
* a {
	margin: 0;
	color: #FC3;
	text-decoration: none;
}

* a:hover {
	margin: 0;
	color: #F93;
	text-decoration: underline;
}


html {
  height: 100%;
}

body {
	min-height: 100%;
	xbackground-color: #06111e;
	background-color: #0c1822;
	background-repeat: repeat-y;
	background-position: center 110px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
/*	background-image: url(../img1/body_backg-6.jpg);
	background-position: center 350px; */

}

body .real_resize img {
  height: 10px;
  width: 10px;
	}


ol {
	list-style-position: inside;
	}



/***************************************** LAYOUT ***********************************/

#content_wrap {
	min-height: 50%;  /* equal to footer height */  
	font-size: 16px;
	color: #C0C0C0;
	display: block;
	width: 100%;
	max-width: 1920px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	margin-top: 110px;
	line-height: 1.4em;
}


/***************************************** HEADER LOGO NAV MENU ***********************************/

#header_wrapper {
	display: block;
	width: 100%;
	background-color: #036;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	}

.header {
	width:100%;
	height: 110px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: #0D313E;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
    }

.header.smaller {
    height: 65px;
    }

.header .container{
	width: 92%;
	padding-right: 4%;
 	padding-left: 4%;
    }

.header #logo {
		display: inline-block;
        width:23%;
		max-width:320px;
        height: 150px;
        float: left;
        margin-left:2%;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

.header.smaller #logo {
        width: 120px;
        height: 75px;
        font-size: 30px;
    }



#nav_wrap {
	display: block;
	float: right;
	width: 70%;
	margin-left: 0%;
	margin-right: 5%;
	text-transform: uppercase;
	}

@media screen and (max-width:800px) {
.mobile-nav {
display: block;
}
#nav_wrap {
display: none;
}
}

@media screen and (min-width:801px) {
.mobile-nav {
display: none;
}
#nav_wrap {
display: block;
}
}


#primary_nav_wrap {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	}


.header #primary_nav_wrap
{
	margin-top:77px
}

.smaller #primary_nav_wrap
{
	margin-top:33px
}

@media screen and (min-width: 600px) and (max-width: 800px) {
.header {
    height: 95px;
    }
.header.smaller {
    height: 65px;
    }

}

@media screen and (max-width: 599px) {
.header, .header.smaller {
    height: 65px;
    }

.header #logo {
	width: 120px;
	height: 75px;
	font-size: 30px;
    }

.header #primary_nav_wrap
{
	margin-top:73px
}
}

#primary_nav_wrap ul
{
	list-style: none;
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
}

#primary_nav_wrap ul a
{
	display: block;
	color: #FFF;
	text-decoration: none;
	line-height: 32px;
	padding: 0 15px;
	font-family: Arial, sans-serif;
}


@media screen and (min-width: 801px) and (max-width: 1370px) {
#primary_nav_wrap ul a
{
	font-size: 1.2vw;
	padding: 0 12px;
}
}


@media screen and (min-width: 1371px) {
#primary_nav_wrap ul a
{
	font-size: 16px;
	padding: 0 15px;
}

}


@media screen and (min-width: 801px) and (max-width: 1370px) {

.header .container{
	width: 97%;
	padding-right: 2%;
 	padding-left: 1%;
    }

.header #logo {
	width: 23%;
	max-width: 230px;
	height: 150px;
	margin-left: 2%;
	margin-top: 2%;
    }

.header.smaller #logo {
	margin-top: 0%;
}

#nav_wrap {
	float: right;
	width: 75%;
	margin-left: 0%;
	margin-right: 0%;
	}
}

@media screen and (max-width: 800px) {
.header #logo {
	width: 40%;
	max-width: 230px;
	height: 150px;
	margin-left: 2%;
	margin-top: 2%;
    }

.header.smaller #logo {
	margin-top: 0%;
}
}

#primary_nav_wrap ul a:hover {
	color: #FC0;
}

#primary_nav_wrap ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0
}


#primary_nav_wrap ul ul li:hover
{
	background-color: #18607D;
}

#primary_nav_wrap ul ul
{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 0;
	background-color: #0A313F;
	z-index: 999;
}

#primary_nav_wrap ul ul li
{
	float:none;
	width:200px
}

#primary_nav_wrap ul ul a
{
	line-height:120%;
	padding:10px 15px
}

#primary_nav_wrap ul ul ul
{
	top:0;
	left:100%
}

#primary_nav_wrap ul li:hover > ul
{
	display:block
}



/****************************************************** FOOTER ****************************************/

#footer_wrap {
	display: block;
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background-color: #222;
	margin-top: 0px;
}

.footer {
	display: block;
	width: 92%;
	max-width:1280px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #999;
	padding-top: 10px;
	padding-bottom: 10px;
}	

.footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1em;
	text-align: left;
	}

.footer .col_1{
	display: block;
	width: 23%;
	padding-right: 2%;
	float: left;
	}
.footer .col_2{
	display: block;
	width: 23%;
	padding-right: 2%;
	float: left;
	}
.footer .col_3{
	display: block;
	width: 23%;
	padding-right: 2%;
	float: left;
	}
.footer .col_4{
	display: block;
	width: 23%;
	padding-left: 2%;
	float: left;
	}		


/****************************************************** FONTS ****************************************/


@font-face {
    font-family: 'boycottregular';
    src: url('../css/Boycott-webfont.eot');
    src: url('../css/Boycott-webfont.eot?#iefix') format('embedded-opentype'),
         url('../css/Boycott-webfont.woff2') format('woff2'),
         url('../css/Boycott-webfont.woff') format('woff'), /* Modern Browsers */
         url('../css/Boycott-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../css/Boycott-webfont.svg#boycottregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


H1 {
	font-family: "boycottregular", Impact, Arial Black, sans-serif;
	color: #F00;
	text-shadow: 0 0 10px #000, 0 0 20px #000, 0 0 40px #000, 0 0 70px #000, 0 0 80px #000;
	font-size: 3.5vw;
	line-height: 1em;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	opacity: 0.80;
	filter: alpha(opacity=80); /* For IE8 and earlier */
	font-style: normal;
	font-weight: normal;
	 }

H2 {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 2em;
	line-height: 1.5em;
	color: #FBAD01;
	font-style: normal;
	display: block;
	letter-spacing: 0.03em;
}

H3 {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 1.75em;
	color: #FFCC99;
	font-style: normal;
	display: block;
	text-align: left;
	letter-spacing: 0.04em;
	xmargin-top: 0.5em;
	margin-bottom: 0.5em;
	line-height: 1.75em;
}

h4 {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 1.25em;
	color: #FFCC99;
	font-style: normal;
	display: block;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
	}

.news_date {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #FFCC99;
	font-style: normal;
	display: block;
	line-height: 1.5em;
	letter-spacing: 0.08em;
	margin-bottom: 10px;
	float: left;
	width: 40%;
	}
	
.view_single_news {
	text-align: right;
	display: block;
	float: left;
	word-spacing: 60%;
	width: 60%;
	}

h22 {
	display: block;
	float: right;
	}
	

p, li {
	line-height: 1.5em;
	}


p a {
	color: #FBAD01;
	text-decoration: none;
	}

p a:hover {
	color: #F60;
	text-decoration: underline;
	}

a.white {
	color: #fff;
	text-decoration: none;
	}

a.white:hover {
	color: #fff;
	text-decoration: underline;
	}

@media screen and (max-width: 599px) {
h2 {	
	font-size: 1.5em;
	text-align: center;
}
h3 { 
	font-size: 1.3em;
	text-align: center;
}

}
/****************************************************** BUTTONS ****************************************/

.button {
	background-color: #003366; /* Green */
	border: none;
	color: #FC0;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	border-radius: 7px;
	-webkit-transition-duration: 0.2s; /* Safari */
	transition-duration: 0.2s;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;

font-family: 'Oswald', Arial, Helvetica, sans-serif;
font-weight: 400;
font-size: 1em;
line-height: 1.5em;
letter-spacing: 0.05em;
}

.button:hover{
	margin-top: 20px;
	text-decoration: none;
	color: #FC6;
	background-color: #006699;
	margin-bottom: 10px;
	}

.button_small {
	background-color: #003366; /* Green */
	border: none;
	color: #FC0;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	border-radius: 7px;
	-webkit-transition-duration: 0.2s; /* Safari */
	transition-duration: 0.2s;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
		}

.button_small:hover{
	text-decoration: none;
	color: #FC6;
	background-color: #006699;
	}


/****************************************************** MISCEL ****************************************/

.addthis_sharing_toolbox {
	margin-top: 10px;
	}


.ctr {
	text-align: center;
	}

.b {
	font-weight: bold;
	}

.i {
	font-style: italic;
	}
	
.s {
	font-size: 12px;
	}

.u {
	text-decoration: underline;
	}

.grey {
	color: #666;
	}

.news_source {
	color: #999999;
	line-height: 1em;
	font-style: italic;
	}

.no-justify {
	text-align: left;
}

.justify {
	text-align: justify;
}

.allcaps {
	text-transform: uppercase;
	}
/****************************************************** BREADCRUMBS ****************************************/

#breadcrumbs_wrap {
	display: block;
	text-align: left;
	float: left;
	margin-top: 10px;
	padding-left: 4%;
}

.breadcrumbs {
	font-size: 13px;
	color: #999999;
	}
.breadcrumbs a {
	color: #FBAD01;
	text-decoration: none;
	}
.breadcrumbs a:hover {
	color: #FBAD01;
	text-decoration: underline;
	}

.line-grey {
	display: block;
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	margin-bottom: 10px;
	}	


.section_title_wrap {
	width: 100%;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: -44px;
	padding-left: 0%;
	padding-right: 0%;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 10px;
}


.title {
	position: absolute;
	top: 140px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%;
}


@media screen and (max-width: 499px) {
.section_title_wrap {
	width: 100%;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: -45px;
	padding-left: 0%;
	padding-right: 0%;
	max-width: 2200px;
	padding-top: 0px;
	padding-bottom: 30px;
	margin-bottom: -30px;
}
.section_title_wrap .title {
	top: 80px;
}

.section_title_wrap h1{
	font-size: 6vw;
}
.breadcrumbs {
	font-size: 0.9em;
	line-height: 1.4em;
	margin-top: 5px;
	}
.breadcrumbs H2 {
	font-size: 2em;
	}

}


/****************************************************** DISCOG MODULE ****************************************/

.discog_tn {
	display: block;
	float: left;
	width: 160px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	}

.discog_module {
	display: block;
	float: left;
	width: 150px;
	min-height: 150px;
	margin-top: 2%;
	margin-right: 2%;
	margin-bottom: 20px;
	margin-left: 0%;
	text-align: center;
	position: relative;
	xbackground-color: #000;
	opacity: 1;
	filter: grayscale(65%);
	-webkit-filter: grayscale(65%);
	-webkit-transition: all 0s ease;
	border: 1px solid #000;
	padding: 0%;
	filter: brightness(100%);
	-webkit-filter: brightness(100%);
	height: 150px;
	Xfont-size: 12px;
	}
 
.dvd {
	min-height: 215px;
	height: 215px;
	}

.vhs {
	min-height: 260px;
	height: 260px;
	}

.discog_module:hover {
	opacity: 1;
	background-color: #000;
	xfilter: grayscale(0%);
	x-webkit-filter: grayscale(0%);
	transition: 0s ease;
	border: 1px solid #FC0;

filter: sepia(150%);
-webkit-filter: sepia(150%);   

}


/****************************************************** TOUR MODULE ****************************************/

.block_tour {
	display: block;
	float: left;
	width: 23%;
	margin-right: 2%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 8px;
	background-color: #333;
	}

.block_tour_img img{
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}

.block_tour_title {
	display: block;
	float: left;
	width: 90%;
	min-height: 40px;
	padding: 5%;
	}

.block_tour_title h3 {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 1.75em;
	color: #FFCC99;
	font-style: normal;
	display: block;
	text-align: left;
	letter-spacing: 0.04em;
	margin-top: 0em;
	margin-bottom: 0em;
	line-height: 1.75em;
	color: #FC3;
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
}
.block_tour_title h3 a:link {
	text-decoration: none;
}

@media screen and (max-width: 599px) {
.block_tour {
	display: block;
	float: left;
	width: 47%;
	margin-right: 3%;
	margin-top: 10px;
	margin-bottom: 5px;
	border-radius: 8px;
	background-color: #333;
	}

}

/****************************************************** TABLE ****************************************/


table {
	display: table;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse: collapse;
	line-height: 1.3em;
}


table .date  {
	text-align: right;
}

table .city  {
	text-align: left;
}



table, th, td {
    border: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

td, th {
   padding: 10px;
	}
td {
	min-width:15px;
	}

th
{
	background-color: #600;
	color: #CCC;
	xwidth: 100%;
}

tr:nth-child(odd) {
	background-color: #222;
}
tr:nth-child(even) {
	background-color: #333;
}

#vlb0outerImageContainer tr {
	background-color: transparent;
}

table thead tr:nth-child(2n+1) {
    background-color: transparent;
}

table thead tr th:first-child {
    border-radius: 8px 0 0 0;
    -moz-border-radius: 8px 0 0 0;
    -webkit-border-radius: 8px 0 0 0;
}

table thead tr th:last-child {
    border-radius: 0 8px 0 0;
    -moz-border-radius: 0 8px 0 0;
    -webkit-border-radius: 0 8px 0 0;
}

table  tr:last-child td:first-child {
    border-radius: 0 0 0 8px;
    -moz-border-radius: 0 0 0 8px;
    -webkit-border-radius: 0 0 0 8px;
}
table  tr:last-child td:last-child {
    border-radius: 0 0 8px 0;
    -moz-border-radius: 0 0 8px 0;
    -webkit-border-radius: 0 0 8px 0;
}

xtable tr:hover td {
	background-color: #666 !important;
	color: #FFF;
}

@media screen and (min-width: 801px) and (max-width: 1370px) {
.small_table {
	font-size: 13px;
	}
}
@media screen and (max-width: 800px) {
.small_table {
	font-size: 12px;
	}
th, td {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
}


/****************************************************** COLUMNS NEWS INDEX ****************************************/


.news-list-img {
	float: left;
	width: 45%;
	display: block;
	margin-left: 0%;
	margin-right: 5%;
	margin-bottom: 10px;
}

.news-list-text {
	float: left;
	width: 50%;
	display: block;
	margin-left: 0%;
	margin-right: 0%;
}

.read-more {
	color: #FFF;
	background-color: #0b313f;
	display: block;
	border-radius: 5px;
	width: 82px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #666;
}
.view-report {
	color: #FFF;
	background-color: #0b313f;
	display: block;
	border-radius: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #666;
}

.read-more a:hover {
	text-decoration: none;
}
.view-report a:hover {
	text-decoration: none;
}

@media screen and (max-width: 599px) {
.news-list-img {
	float: left;
	width: 92%;
	display: block;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 10px;
}

.news-list-text {
	float: left;
	width: 92%;
	display: block;
	margin-left: 2%;
	margin-right: 2%;
}
.read-more {
	display: block;
	border-radius: 5px;
	width: 82px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #666;
	margin-right: auto;
	margin-left: auto;
}
}

/****************************************************** COLUMNS ****************************************/

#content_columns {
	display: block;
	width: 100%;
	max-width: 1380px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	background-color: #0c1822;
}


.col_full {
	display: block;
	width: 92%;
	margin-right: 4%;
	margin-left: 4%;
	background-color: #0c1822;
	}


.col_100 {
	display: block;
	float: left;
	width: 92%;
	margin-left: 4%;
	margin-right: 4%;
	background-color: #0c1822;
	}


/****************************************************** 3 COLUMNS ****************************************/

.col_33-33-33_1 {
	text-align: left;
	float: left;
	width: 28%;
	display: block;
	margin-left: 4%;
}

.col_33-33-33_2 {
	text-align: left;
	display: block;
	float: left;
	width: 28%;
	margin-right: 4%;
	margin-left: 4%;
}

.col_33-33-33_3 {
	text-align: left;
	float: left;
	width: 28%;
	margin-right: 4%;
}

.col_33-33-33_1 .col_33-33-33_2 .col_33-33-33_3, img {
	width:100%;
	}
	
.col_33-33-33_1 .col_33-33-33_2 .col_33-33-33_3, iframe {
	width:100%;
	}
	
	
/****************************************************** 2 COLUMNS 50/50 ****************************************/

.col_50-50_1 {
	display: block;
	width: 48%;
	margin-left: 0%;
	margin-right: 2%;
	float: left;
}
.col_50-50_2 {
	display: block;
	width: 48%;
	margin-left: 2%;
	margin-right: 0%;
	float: left;
}

@media screen and (max-width: 800px) {
.col_50-50_1 {
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
}
.col_50-50_2 {
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
}
}


.col_50-50_1 li, .col_50-50_2 li {
	list-style-position: inside;
}

.col_50-50_2 #vlightbox0 {
	text-align: left;
}

.col_50-50_1 .col_50-50_2, img {
	width:100%;
	}

.col_50-50_1 .col_50-50_2, iframe {
	width:100%;
	}
	

/****************************************************** 2 COLUMNS 66/33 ****************************************/

.col_66-33_1 {
	float: left;
	width: 57.66%;
	display: block;
	margin-left: 4%;
}

.col_66-33_1 li {
	list-style-position: inside;
	text-align: left;
	line-height: 1.5em;
}

.col_66-33_2 {
	text-align: left;
	display: block;
	float: left;
	width: 25.34%;
	margin-right: 4%;
	margin-left: 4%;
}

.col_66-33_2_sidebar {
	display: block;
	float: left;
	width: 30.34%;
	margin-right: 4%;
	margin-left: 4%;
	margin-top: 100px;
	background-color: #333;
	border-radius: 10px;
}

.col_66-33_2_sidebar .container {
	display: block;
	float: left;
	width: 90%;
	padding-top: 0px;
	padding-right: 6%;
	padding-bottom: 4%;
	padding-left: 4%;
	margin-top: 0%;
}

.col_66-33_2_sidebar .container ul {
	padding-left: 5%;
}

.col_66-33_2_sidebar .container li {
	text-align: left;
	line-height: 1.5em;
	list-style-image: url('../img1/bolt-15.png');
	list-style-position: outside;
	list-style-type: none;
}


.col_66-33_2_sidebar p {
	text-align: left;
	xxxline-height: 20px;
}


.col_66-33_1 .col_66-33_2, img {
	width:100%;
	}

.col_66-33_1 .col_66-33_2, iframe {
	width:100%;
	}
	
@media screen and (max-width: 599px) {
.col_66-33_1, .col_66-33_2 {
	float: left;
	width: 92%;
	display: block;
	margin-left: 4%;
	margin-right: 4%;
}
.col_66-33_2_sidebar {
	display: block;
	float: left;
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
	margin-top: 10px;
	background-color: #333;
	border-radius: 10px;
}
.col_66-33_1 H3 {
	text-align: center;
	}
}

/****************************************************** 2 COLUMNS 33/66 ****************************************/

.col_33-66_1 {
	text-align: left;
	float: left;
	width: 29.34%;
	display: block;
	margin-left: 4%;
}

.col_33-66_2 {
	text-align: left;
	display: block;
	float: left;
	width: 58.66%;
	margin-right: 4%;
	margin-left: 4%;
}


.col_33-66_1 .col_33-66_2, img {
	width:100%;
	}

.col_33-66_1 .col_33-66_2, iframe {
	width:100%;
	}
	
	
	
.clear {
	width: 100%;
	clear: both;
	}


/****************************************************** 2 COLUMNS 75/25 ****************************************/

.col_75-25_1 {
	text-align: left;
	float: left;
	width: 66%;
	display: block;
	margin-left: 4%;
}


.col_75-25_1 li {
	list-style-position: inside;
	text-align: left;
	line-height: 1.5em;
}

.col_75-25_2 {
	text-align: left;
	display: block;
	float: left;
	width: 22%;
	margin-right: 4%;
	margin-left: 4%;
}

.col_75-25_2_sidebar {
	display: block;
	float: left;
	width: 22%;
	margin-right: 4%;
	margin-left: 4%;
	background-color: #333;
}

.col_75-25_2_sidebar .container {
	display: block;
	float: left;
	width: 92%;
	padding-top: 0px;
	padding-right: 4%;
	padding-bottom: 4%;
	padding-left: 4%;
	margin-top: 0%;
}

.col_75-25_2_sidebar .container ul {
	padding-left: 5%;
}

.col_75-25_2_sidebar .container li {
	text-align: left;
	line-height: 1.5em;
	list-style-image: url('../img1/bolt-15.png');
	list-style-position: outside;
	list-style-type: none;
}


.col_75-25_2_sidebar p {
	text-align: left;
}


.col_75-25_1 .col_75-25_2, img {
	width:100%;
	}

xx.col_75-25_1 {
	width:100%;
	max-width: 20px;
	}

td .icons img {
	width:100%;
	max-width: 20px;
	}


.col_75-25_1 .col_75-25_2, iframe {
	width:100%;
	}
	
	
@media screen and (max-width: 599px) {
.col_75-25_1, .col_75-25_2 {
	text-align: left;
	float: left;
	width: 92%;
	display: block;
	margin-left: 4%;
	margin-right: 4%;
}
}

/****************************************************** NEWS SIDEBAR ****************************************/


.holder 1 {}
#pane 2 {}
.scroll-pane1 {}

h4 .acc_trigger, h4 .acc_trigger1 {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFCC99;
	padding: 0;
	line-height: 1.5em;
	width: 100%;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: -5px;
	margin-left: 0;
}


.block1 h4 .acc_trigger {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFCC99;
	padding: 0;
	line-height: 1.5em;
	width: 100%;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: -5px;
	margin-left: 0;
}



h4 .acc_trigger ul li a, h4 .acc_trigger1 ul li a {
	color: #FFCC99;
	text-decoration: none;
	display: block;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	font-size: 1em;
	line-height: 2em;
}
h4 .acc_trigger ul li a:hover, h4 .acc_trigger1 ul li a:hover {
	color: #F90;
}
h4 .active, h4 .active1 {
	background-position: left bottom;
	}
.acc_container, .acc_container1 {
	padding: 0;
	overflow: hidden;
	font-size: 12px;
	width: 100%;
	clear: both;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d6d6d6;
}
.acc_container .block, .acc_container1 .block {
	font-size: 12px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 1em;
}


.col_50-50_2 .container_past_gigs  {
	display: block;
	width: 92%;
    border-radius: 10px;
	xxbackground-color: #333;
	xbackground-color: rgba(0, 0, 0, 0.75);
    background-color: hsla(0, 0%, 20%, 0.75);
	padding-right: 4%;
	padding-bottom: 4%;
	padding-left: 4%;
	float: left;
	margin-top: 1%;
	margin-bottom: 1%;
	padding-top: 3%;
}


.col_50-50_2 .container_past_gigs li {
	text-align: left;
	line-height: 1.5em;
	list-style-image: url(../img1/bolt-15.png);
	list-style-position: inside;
	list-style-type: none;
}

.addthis_button {
	width: 126px;
	}

.captcha img {
	width: 100px;
	height: 40px;
	}

.concert_review {
	width: 100px;
	display: block;
		}

/****************************************************** MOBILE ****************************************/


@media screen and (max-width: 599px) {
.desktop {
	display: none;
}
.mobile_800 {
	display: none;
}
.mobile_432 {
	display: block;
}
.nomobile_432 {
	display: none;
	}
}

@media screen and (min-width:600px) and (max-width: 800px) {
.desktop {
	display: none;
}
.mobile_800 {
	display: block;
}
.mobile_432 {
	display: none;
}

.show_full_800 {
	width: 92%;
	margin-right: 4%;
	margin-left: 4%;
	}

}


@media screen and (min-width:801px) {
.desktop {
	display: block;
}

.mobile_432 {
	display: none;
}
.mobile_800 {
	display: none;
}
}

/* @media screen and (min-width: 800px) {
.mobile {
	display: none;
}

} */



.menu-btn {
	position: absolute;
	background-color: #FFF;
	display: block;
	padding: 4px;
	z-index: 99999;
	top: 20px;
	right: 20px;
	border-radius: 3px;
	xwidth: 50px;
	}

.menu-btn div {
	position: absolute;
	left: 100%;
	top: 64%;
	padding-right: 8px;
	margin-top: -0.50em;
	line-height: 1.2;
	font-size: 18px;
	font-weight: 200;
	vertical-align: middle;
	z-index: 9999;
}

#logo {
		z-index: 9990;
}

.menu-btn span {
	display: block;
	width: 19px;
	height: 3px;
	margin: 4px 0;
	background: rgb(0,0,0);
	z-index: 99;
}

.responsive-menu {
	display: none;
}

.expand {
	display: block !important;
	margin-top: -16px;
	position: absolute;
	top: 55px;
	width: 90%;
}

.expand ul li {
	list-style-type: none;
}

.expand ul li a {
	color: #CCC;
	background-color: #0A313F;
	display: block;
	float: right;
	width: 100%;
	text-align: center;
	padding: 5px;
	border: 1px solid #666;
	text-transform: uppercase;
	text-decoration: none;
}

.expand ul li a:hover, .expand ul li a:active, .expand ul li a:focus {
	color: #FC0;
	background-color: #036;
}