@charset "UTF-8";
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
a:link {
  color: #FFFFFF;
  text-decoration: underline;
}

a:hover,a:visited:hover{
color:#717070;
text-decoration:none;
transition: all 0.3s linear;
text-decoration: underline;
}
a,a:visited{
color:#FFF;
text-decoration: underline;
}

.container {
    background-color: #000000;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
    min-height: calc(100vh - 30px);
}
.date_frame {
	width: 300px;
	height: 213px;
	margin-top: 30px;
	padding-top: 1px;
	margin-bottom: 20px;
	text-align: center;
	background-image: url("../images/frame1.jpg");
}
.row {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: inline-block;
	transition: all 0.3s linear;
}
.row.blockDisplay {
	display: block;
}
.column_half {
	width: 50%;
	float: left;
	margin-top: 0px;
}
.columns {
	width: 25%;
	float: left;
	line-height: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.row .columns p {
	padding-left: 10%;
	padding-right: 10%;
}
.container .columns h4 {
	text-align: left;
}
.primary_header {
	max-width: 980px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	clear: left;
}
.secondary_header {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	clear: left;
}
.container .secondary_header ul {
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	width: 100%;
}
.secondary_header ul li {
	list-style: none;
	float: left;
	margin-right: auto;
	margin-top: 0px;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 1px;
	margin-left: auto;
	text-align: center;
	width: 16%;
	transition: all 0.3s linear;
}
.container .left_article {
	width: 60%;
	float: left;
	color: #343434;
	padding-bottom: 15px;
}
.container .full_article {
	width: 100%;
	float: left;
	color: whitesmoke;
}

.container .setlist_article {
	min-width: 55%;
    max-width: 500px;
	float: left;
	color: whitesmoke;
    padding-bottom: 15px;
}
.container .chart {
	min-width: 55%;
    max-width: 500px;
	float: left;
	color: #343434;
    padding-bottom: 15px;
}

.setlist_right_article {
	width: 45%;
	float: left;
	font-weight: bold;
}

.big_block {
	width: 90%;
    padding-top: -50px;
	margin-left: auto;
	margin-right: auto;
	border-width:1px;
    border-style:solid;
    border-color:white;
    background-image: url('../images/w1_block_bg.png'); 
	background-repeat: no-repeat;
}

.big_block ul li{
    color: white;
}

.no_border_block {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.no_border_block table{
    color: white;
}

.no_border_block table p{
    padding-top: 10px;
}

.no_border_block table h2{
    font-size: 25px;
    margin-top: 0;
}


.setlist {
	color: #B3B3B3;
	padding-left: 25px;
}

.bandprofile {
	color: #B3B3B3;
	font-size: 25px;
	line-height: 2;
	padding-left: 50px;
}

.tablestyle {
	color: #B3B3B3;
	font-size: 20px;
	line-height: 2;
	text-align: center;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
}

.tablestyle2 {
	color: #B3B3B3;
	font-size: 20px;
	line-height: 2;
	text-align: left;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
}

.no_border_block table p{
    padding-top: 10px;
}

.djname {
	padding-left: 25px;
	color: whitesmoke;
	font-size: 20px;
}
.noDisplay {
	display: none;
}
.container .left_article h3 {
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 5%;
	font-weight: bold;
	text-transform: uppercase;
}
.container .left_article p {
	padding-left: 5%;
	padding-right: 5%;
	text-align: justify;
	line-height: 24px;
	margin-top: -10px;
	margin-bottom: 20px;
	color: whitesmoke;
}
.container .full_article .list_of_lists {
	font-weight: bold;
	padding-left: 5%;
	text-transform: uppercase;
	font-size: 15px;
	color: #B3B3B3;
	line-height: 2;
}
.container .full_article h3 {
	padding-left: 5%;
	padding-right: 5%;
	font-weight: regular;
	text-transform: uppercase;
	text-align: left;
}

.container .full_article img {
    margin-bottom: 0px;
}

.container .full_article p {
	padding-left: 5%;
	padding-right: 5%;
	text-align: justify;
	line-height: 24px;
	margin-top: -10px;
	margin-bottom: 20px;
	color: whitesmoke;
}
.right_article {
	margin-left: 40px;
	margin-right: -30px;
	width: 30%;
	float: left;
	font-weight: bold;
}

.container .right_article h3 {
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 5%;
	font-weight: bold;
	text-transform: uppercase;
}
.container .right_article ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.right_article ul li {
	list-style: none;
	text-align: center;
	background-color: #B3B3B3;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 0px;
	transition: all 0.3s linear;
	border-left: 5px solid #717070;
}
.right_article ul li:hover {
	background-color: #717070;
	cursor: pointer;
}
.footer {
	overflow: auto;
    clear: both;
	max-width: 1000px;
	padding-top: 7px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
    bottom: 0;
	height: 23px;
}
.title {
	font-weight: bold;
	font-style: normal;
	text-align: center;
	color: #FFFFFF;
	letter-spacing: 2px;
}
.placeholder {
	/* [disabled]max-width: 400px;
*/
	/* [disabled]max-height: 200px;
*/
	width: 100%;
	padding-top: 30px;
	/* [disabled]padding-left: 19px;
*/
	padding-bottom: 30px;
	height: 100%;
}
.left_half {
	background-color: #52BAD5;
}
.container .column_half.left_half h2 {
	color: #FFFFFF;
	text-align: center;
}
.right_half {
	background-color: #01B2D1;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}
.column_title {
	padding-top: 25px;
	padding-bottom: 25px;
}
.copyright {
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 0px;
	height: 20px;
}
.copyright .socm1 {
	float: left;
	text-align: right;
	min-width: 41%;
}
.copyright .socialmi {
	float: left;
}
.copyright .thecall {
	float: left;
	padding-top: 70px;
}
body {
	background-image: url("../images/bg.jpg");
	font-family: 'Lora', serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 100%;
}

.full_article ul li {
    color: white;
	margin-left:20px;
}

@media (min-width: 321px) and (max-width: 768px) {
.secondary_header ul li {
	float: none;
	margin-top: 28px;
	margin-left: 0px;
	width: 100%;
}

.container .secondary_header ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	width: 100%;
	text-align: center;
}
.secondary_header {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-bottom: 40px;
}
.left_article {
	width: 100%;
	height: auto;
}
.setlist_article {
	width: 100%;
	height: auto;
}
.chart {
	width: 100%;
	height: auto;
}
.right_article {
	width: 100%;
	height: auto;
	padding-bottom: 25px;
}

.setlist_right_article {
	width: 100%;
	height: auto;
}

.placeholder {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.columns {
	width: 100%;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.columns p {
	padding-left: 14px;
	padding-right: 14px;
}
.column_half.left_half {
	width: 100%;
}
.column_half.right_half {
	width: 100%;
}
}

@media (min-width: 769px) and (max-width: 1000px) {
.secondary_header {
	overflow: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
.secondary_header ul li {
	margin-top: 10px;
	margin-right: 7%;
	margin-bottom: 10px;
	margin-left: 7%;
}
.left_article {
	height: auto;
}
.setlist_article {
	height: auto;
}
.right_article {
	height: auto;
	padding-bottom: 27px;
}
.placeholder {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.columns {
	width: 50%;
	float: left;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.container .columns p {
	padding-left: 25px;
	padding-right: 25px;
}
}

@media (min-width: 1001px) {
}
.thumbnail {
	width: 100px;
	border-radius: 200px;
	height: 100px;
	margin-left: auto;
}
.thumbnail_align {
	text-align: center;
}
.social {
	text-align: center;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	background-color: #414141;
	clear: both;
	overflow: auto;
}
.social_icon {
	width: 25%;
	text-align: center;
	float: left;
	transition: all 0.3s linear;
	line-height: 0px;
	padding-top: 7px;
}
.container .primary_header .logo {
	max-width: 500px;
    padding-bottom: 50px;
	float: left;
}
.container .primary_header .menu_right {
	width: 40%;
	float: left;
	font-family: 'Glory', sans-serif;
 font-size: 30px;
 font-weight: 300;
 text-transform: uppercase;
 color: whitesmoke;
	line-height: 1.6;
	letter-spacing: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 78px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
#menu {
}
h1, h2, h3, h4, h5, h6 {
 font-family: 'Glory', sans-serif;
 font-size: 30px;
 font-weight: 300;
 text-transform: uppercase;
 color: whitesmoke;
}