@charset "utf-8";
/* WTC Home CSS Document */

body {
	color: #fff;
	font: 13px/18px Arial, Helvetica, sans-serif;
/*	background-color: #242424; 
	background: linear-gradient(-72deg, black 50%, #ccc 50%); */
	background-color: #00020b;
	background-image: url(../images/bg-lights-blu.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-attachment: fixed;	
	margin-bottom: 72px; /* bottom = footer height + space */
}
html {
	overflow-y: scroll;
	/* Sticky Footer */
    position: relative;
    min-height: 100%;
}
a:link {
	color: #ccc;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ccc;
}
a:hover {
	text-decoration: none;
	color: #999;
  -webkit-transition-duration: .2s;
  -moz-transition-duration: .2s;
  transition-duration: .2s;
}
a:active {
	text-decoration: none;
	color: #999;
	background-color: transparent;
}
a:focus {
	text-decoration: none;
	color: #999;
	background-color: transparent;
}
a.alt:link {
	color: #4f91e2;
	text-decoration: none;
}
a.alt:visited {
	text-decoration: none;
	color: #4f91e2;
}
a.alt:hover {
	text-decoration: none;
	color: #999;
}
img {
	display: block;	
}
/********** Page Layout **************/
.container {
	max-width: 990px;
	margin: 0 auto;
	box-sizing: border-box;
}
.flex-row {
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
/*	align-items: center;*/
	justify-content: space-between;	
}
header {
	margin-top: 58px;
	margin-bottom: 74px;
/*  background-color: #525252; */
    background-color: rgba(26,26,26,0.7);
/*	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9000;*/
}
#logo-hm {
	position: absolute;
	max-width: 140px;
	top: -112%;
	left: 41%;
	z-index: 1500;
}
#logo-tab {
  display: none;
} 
#logo-mobile {
  display: none;
}
section {
	margin-top: 2%;
	margin-bottom: 2%;
	border-top: 2px solid #999;
	border-bottom: 2px solid #999; 
}
#body-main {
	background-color: #002895;
    border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.body-1-wrap {
	position: relative;
/*	max-width: 990px;*/
	width: 100%;
}
.body-1-text {
	position: absolute;
    font-size: 16px;
	top: 2%;
	left: 2px;
	width: 52%;
	z-index: 1000;
}
.body-1-text-alt {
  display: none;
}
.home-pic-mobile {
	display: none;
}
/* text spacer */
.spacer-wrap {
    display: block;
    min-height: 180px;
    height: auto;
    position: relative;
}
.spacer-wrap:before { 
    content: "";
    float: right;
    height: 0;
    width: 0;
}
.spacer {
	clear: both;
	float: right;
	width: 58px;
	height: 220px;
	background-color: transparent;
}
/*.body-1-shape {
    background-color: aqua;
    margin-left: 3%;
    float: right;
    transform: skewX(-15deg);
}*/
#body-event {
  text-align: center;
	background-color: #181a1f;
}
#body-music {
/*  text-align: center;*/	
/*  background-color: #525252;*/
	background-color: #181a1f;	
}
.music-wrap {
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row;
   flex-direction: row;
    justify-content: space-around;
	align-items: center;
}
.body-cd {
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row;
   flex-direction: row;
	align-items: center;
	align-content: center;
    border-left: 2px solid #999;
    border-right: 2px solid #999;
    transform: skewX(-15deg);
}
.body-cd-img {
    margin: 10px 10px 10px 32px;
    transform: skewX(15deg);
	/*-webkit-box-shadow: -1px 1px 0 4px rgba(0,0,0,.7)*/;
	box-shadow: -2px 2px 4px 0 rgba(0,0,0,.7);
}
.body-cd-text {
    margin: 10px 16px 10px 10px;
    transform: skewX(15deg);
}
.cd-blue {
	background: url(../images/bg_music_cd-blue.png) repeat-x center center;	
}
.cd-green {
	background: url(../images/bg_music_cd-green.png) repeat-x center center;
}
.cd-gold {
	background: url(../images/bg_music_cd-gold.png) repeat-x center center;	
}
#body-video {
	text-align: center;	
/*	background-color: #525252; */		
	background-color: #181a1f;
	background-image: url(../images/bg-video.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.video-width {
	max-width: 560px;
	margin-right: auto;
	margin-left: auto;
}
.video-wrap {
	position: relative; /* keeps the aspect ratio */
	padding-top: 20px;
	padding-bottom: 56.25%; /* fine tunes the positioning 16:9 */
	height: 0;
	overflow: hidden;
    border-left: 2px solid #999;
    border-right: 2px solid #999;
}
.video-wrap iframe,
.video-wrap object,
.video-wrap embed {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;	
}
.bottom-links {
/*	padding-bottom: 48px;
	position: relative;*/
}
.bottom-links img {
	float: left;
	width: 60px;
	margin: 1px 4px;
}
.ilk-link {
	width: 46%;
}
.ilk-link a {
	display: flex;
	align-items: center;
	text-align: left;
	font-size: 12px;
	border: 1px solid #CCC;
	border-radius: 4px;
	padding: 6px 8px;
	background-color: rgba(84,84,84,0.6);
/*	position: absolute;
	left: 2%; */
}
.ilk-link a:hover {
	background-color: rgba(84,84,84,0.2);
}
.mp-link {
	width: 46%;	
}
.mp-link a {
	display: flex;
	align-items: center;
	text-align: left;
	font-size: 12px;
	border: 1px solid #CCC;
	border-radius: 4px;
	padding: 6px 8px;
	background-color: rgba(84,84,84,0.6);
/*	position: absolute;
	right: 2%; */
}
.mp-link a:hover {
	background-color: rgba(84,84,84,0.2);
}

footer {
/*	margin-top: 24px;
	padding-top: 4px;
	padding-bottom: 10px;
	clear: both;*/
	background-color: #181a1f;
    border-top: 2px solid #999;
	text-align: center;
	/* Sticky Footer */
	height: 24px;
	width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
	padding: 10px;
}
.copyright {
	color: #cccccc;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	margin-left: 1%;
	float: left;
}
.MPD {
	color: #cccccc;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	margin-right: 1%;
	float: right;
	padding: 2px;
}
/********** Misc Styles **************/
.clear {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
}
.img-responsive {
	max-width: 100%;
	height: auto;
}
.img-left {
	float: left;
	margin-right: 10px;
}
.img-right {
	float: right;
	margin-left: 10px;
}
.italic {
	font-style: italic;
}
.text-caps {
	text-transform: uppercase;
	color: #46a606;
	font-weight: bold;
	padding-left: 8px;
}