@charset "utf-8";
/* WTC Int CSS Document */

h1 {
	font-family: 'Titillium Web', sans-serif;
	text-transform: uppercase;
	font-style: italic;
	background: url(../images/Stripes.png) no-repeat left;
	padding-left: 28px;
	color: #fff;
	text-shadow: -2px 2px #001333;
	letter-spacing: 2px;
}
h2 {
	font-weight: 500;
	padding: 8px;
	margin-left: 1%;
    border: 1px solid #999;
	-webkit-transform: skewX(-15deg);
	    -ms-transform: skewX(-15deg);
	        transform: skewX(-15deg);
	text-shadow: -1px 1px #001333
}
h3 {
	margin-top: 0;
	margin-bottom: 4px;
	color: #B0B0B0;
	padding: 8px;
	background-color: rgb(22,22,22);
	background-color: rgba(22,22,22,0.6);
}
h4 {
	font-size: 22px;	
	font-weight: 500;
	padding: 8px;
    border: 2px solid #999;
	-webkit-transform: skewX(-15deg);
	    -ms-transform: skewX(-15deg);
	        transform: skewX(-15deg);
	width: calc(100% - 50%);
}
h5 {
	font-size: 22px;	
	font-weight: 600;
	border-bottom: 1px solid #666;
	padding-bottom: 4px;
	margin: 4px 0;
}
h6 {
	color: #4f91e2;
	font-size: 15px;
	font-weight: normal;
	margin-top: 12px;
	margin-left: 1%;
	margin-bottom: 8px;
	text-transform: uppercase;	
}
ol {
	margin: 0;
	padding: 0;
	list-style-position: inside;	
}
/********** Page Layout **************/
#body-main {
	background-color: rgb(0,40,149);
	background-color: rgba(0,40,149,0.7);
}
#body-content {
	background-color: rgb(20,20,20);
	background-color: rgba(20,20,20,0.7);
}
.body-text {
	padding-left: 2%;
	padding-right: 2%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;		
}
.flex-row-2 {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
/********** Music **************/
audio {
	max-width: 96%;	
}
.music-pic {
	max-width: 640px;
	margin: 14px auto 0 auto;
	padding-right: 20px;	
}
.music-col {
	width: 28%;
	margin: 2%;
	float: left;
}
.music-cd-box {
	width: 100%;
	margin-bottom: 10px;
}
.music-cd-box img {
	float: left;
	-webkit-box-shadow: -2px 2px 4px 0 rgba(0,0,0,.7);
	        box-shadow: -2px 2px 4px 0 rgba(0,0,0,.7);	
}
.music-btns {
	float: right;	
}
.music-btns a {
	text-align: center;
	display: block;
	font-size: 11px;
	border: 1px solid #CCC;
	border-radius: 4px;
	padding: 4px;
	margin-right: 8px;
	margin-bottom: 8px;
	background-color: rgba(84,84,84,0.6);	
}
.music-cd-text {
	text-align: justify;
	font-size: 12px;
	color: #ccc;
	border-top: 1px solid #cadef3;
	border-bottom: 1px solid #cadef3;
	padding-top: 1.8%;
	padding-bottom: 1.8%;
}
.blue {
	background-color: #003ad6;
}
.green {
	background-color: #46a606;
}
.gold {
	background-color: #dc9416;
}
/********** CD Pages **************/
.bg-dark {
	background-color: rgba(40,40,40,0.6);
    border: 1px solid #444;
	-webkit-transform: skewX(-15deg);
	    -ms-transform: skewX(-15deg);
	        transform: skewX(-15deg);
	margin-top: 2%;
	margin-bottom: 2%;
}
.bg-dark p {
	color: #46a606;
	font-size: 22px;	
	font-weight: 500;
	padding: 8px;
	margin: 0;
	width: calc(100% - 50%);
	background-color: rgba(255,255,255,0.1);
	text-shadow: -1px 1px #001333;
}
/*.cd-flex-wrap {
  display: -webkit-flex;
  display: flex;	
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}*/
.cd-flex-row { /* Safari */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;	
	-webkit-box-align: start;	
	    -ms-flex-align: start;	
	        align-items: flex-start;
	margin-bottom: 20px;	
}
/* active play state */
.active {
	background: rgba(142,201,255,.3);
}
.music li {
	line-height: 26px;
	margin-left: 16px;
	padding: 1px;
}
.music-cd-box2 {
	width: 120px;	
	margin-bottom: 0;
}
/*.music-cd-text2 {
	text-align: justify;
	font-size: 12px;
	color: #ccc;
	border-top: 1px solid #cadef3;
	border-bottom: 1px solid #cadef3;
	margin: 0 0 0 4%;
	padding-top: 1px;
	padding-bottom: 6px;
	width: 50%;
}*/
.music-cd-text2 {
	text-align: justify;
	font-size: 12px;
	color: #ccc;
	border-top: 1px solid #cadef3;
	border-bottom: 1px solid #cadef3;
	margin: 0 4% 0 0;
	padding-top: 1px;
	padding-bottom: 6px;
	width: 50%;
}
.cd-badges {
	margin-left: 4%;	
}
.badges {
	margin: 0;
	padding-bottom: 8px;
}
.badges img {
	width: 124px;	
}
.badges a:hover{
	opacity: 0.5;	
}
.lyrics {
	margin-bottom: 12px;
}
.lyrics-btn a {
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	color: #002895;
	border: 1px solid #CCC;
	border-radius: 4px;
	padding: 6px 12px;
	background-color: rgba(202,222,243,0.7);
}
.lyrics-btn a:hover {
	background-color: rgba(202,222,243,0.5);
}
#btn-lyrics {
	cursor: pointer;	
}
.lyrics-jump ul {
	padding-left: 10px;
	margin-right: 24px;
	line-height: 160%;
}
/*:target {
	border: 1px solid #D4D4D4;
	background-color: #FFFF99;
}*/
/********** Video **************/
.video-all {
	text-align: center;
	margin-bottom: 1%;
}
.video-thumb {
	margin: 2%;
	display: inline-block;
}
.video-thumb p {
	background-color: #00020b;
	padding-top: 6px;
	padding-bottom: 6px;
}
.video-btns {
	background-color: rgba(0, 2, 11, 0.5);
	width: 100%;
	margin-top: 1%;
	overflow: hidden;
}
.video-btns span {
	float: right;
}
.video-btns a {
	display: block;
	text-align: center;	
	font-size: 11px;
	padding: 4px;
	margin: 8px 8px 8px 0;
	border: 1px solid #CCC;
	border-radius: 4px;
/*	width: 10%;
	float: right; */
}
/*.cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 1em;
}
.card {
	flex: 0 1 calc(33% - 1em);
	margin-bottom: 2em;
}*/
/********** Photos **************/
.photo-head {
	width: 32%;	
}
.albums div {
  text-align: center;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 18px;
}
.albums div p {
	color: #4f91e2;
	font-size: 15px;
	margin-top: 0;
	text-transform: uppercase;
/*	font-variant: small-caps;*/ 
}
.albums img {
  border: 2px solid #fff;
  	display: inline-block;		
}
.promo-text {
	width: 75%;
	margin-left: 1%;	
}
.gallery * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gallery {
	margin-top: 1%;
	margin-bottom: 1%;
}
.gallery.photos a img {
  position: relative;
  float: left;
  width: 18%;
  height: auto;
  border: 2px solid #fff;
  margin: 1%;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  -o-transition: transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
}
.gallery a:hover img {
  opacity: 0.5;
  z-index: 5;
}
.photos-link {
	background-color: #00020b;
	text-align: left;
}
.photos-thumb a:hover {
	opacity: 0.5;
}
/********** Bios **************/
.bios a:link {
	color: #4f91e2;
	text-decoration: none;
}
.bios a:visited {
	text-decoration: none;
	color: #4f91e2;
}
.bios a:hover {
	text-decoration: none;
	color: #999;
}
.bios {
	width: 60%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background-color: rgba(204,204,204,0.2);
	background-clip: padding-box;
	border: 4px solid rgba(224,224,224,0.3);
	margin: 34px 0px 0px;
	clear: both;
/*	position: relative;*/
}
.bios.left {
	text-align: right;
	margin-left: 2%;
}
.bios.right {
	float: right;
	margin-right: 2%;
}
.bios p {
	margin: 2px;
	padding: 8px;
}
.bios.left img {
  float:left;  
  clear:both;
  width: 31%;
  margin: -70px 10px 10px -30px;	
}
.bios.left img:before {
  content: '' ;
  display: block;
  float: left;
  height: 180px;	
}
.bios.right img {
/*	margin-left: 10px;
	position: absolute;
	top: -20px;
	right: 8px;*/
  float:right;  
  clear:both;
  width: 31%;
  margin: -70px -30px 10px 10px;	
}
.bios.right img:before {
  content: '' ;
  display: block;
  float: right;
  height: 180px;	
}
/********** Stuff **************/
.space-top {
	margin-top: 22px;
	margin-bottom: 22px;
}
.gallery.flyers a img {
  position: relative;
  float: left;
  width: 128px;
  height: auto;
/*  border: 2px solid #666;*/
  margin: 0.6%;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  -o-transition: transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
}
.jump-links a {
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
	border: 1px solid #CCC;
	border-radius: 6px;
	padding: 6px;
	margin-right: 8px;
	background-color: rgba(84,84,84,0.6);
}
.music-stuff {
	list-style-position: outside;
	text-align: left;
	border: 1px solid #CCC;
	border-radius: 4px;
	padding: 4px;
	margin-right: 50%;
	margin-bottom: 8px;
	background-color: rgba(84,84,84,0.6);
}
.audio-extras {
	margin-right: 18%;	
}
.material-icons {
	color: #eee;
	width: 22px;
	height: 22px;
	font-size: 22px;	
	text-align: center;
	line-height: 20px; /* keep buttons v-centered */
	vertical-align: middle;
	cursor: pointer;
	padding-right: 4px;	
	margin-left: 2px;
	margin-right: 8px;	
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.material-icons:hover {
  color: #666;	
}
.pause {
	display: none;
}
/******* ContactForm (required) *******/
#contact-area {
	padding-left: 2%;
	padding-right: 8%;
	margin-top: 4%;
	margin-bottom: 4%;
}
#contact-area input, #contact-area textarea {
	width: 90%;
	padding: 4px;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 2px solid #cccccc;
	background: #cdd7e2;
}
#contact-area textarea {
	height: 40px;
	background: #cdd7e2;
}
#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #7F7373;
	background: #FFFFFF;
}
#contact-area input.submit-button {
	width: 100px;
	background: #F8F8F8;
}
#contact-area input.submit-button:hover {
	border: 2px solid #7F7373;
}
label {
	text-align: left;
	font-size: 120%;
}
/******* simplelightbox *******/
.sl-overlay {
/*  background: #fff; */
  background: #000;
}
/************************ Mobile < 510 *****************************/
@media only screen and (max-width:510px) {
  #contact-area input, #contact-area textarea {
	  width: 98%;
  }	
}

/************************ Tablets < 768 *****************************/
@media only screen and (max-width:768px) {
  h2 {
	  width: 82%;	
	  font-size: 17px;
  }
  .photo-head {
		width: 82%;	
		font-size: 17px;	
  }  
}