.header {
	position: fixed;
    margin: auto;
    margin-left: auto;
    margin-right: auto;
	top: 0;
    padding: 5px 0 10px 0;
	height: 60px !important; /*min-height hack*/
	height: 60px;            /*min-height hack*/
	width: 100%;
	text-align: center;
/*    background: #1b1f22 url(../img/pattern2.png) left top repeat; */
	background: url(../img/pattern7.png) left top repeat;
    border-top: 2px solid #fff;
    -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
	z-index: 7999;
}



.footer {
	position: fixed;
	bottom: 0;
	height: 20px;
	width: 100%;
    margin: 0 auto;
    padding-bottom: 10px;
    background: #1b1f22 url(../img/pattern2.png) left top repeat;
	text-align: center;
    border-top: 1px solid white;
    -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
	opacity:0.75;
	z-index: 7999;
}
/*
.content {
	position: fixed;
	width: 100%;
	height: 100%;
    margin: 2px auto;
	padding: 60px 5px 5px 5px;
	text-align: center;
    background: #2f3239 url(../img/pattern.png) left top repeat;
    -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
	opacity:1;
	z-index: 7998;
}
*/

.content {
	width: 80%;
	height: 100%;
    margin: 0 auto;
	text-align: center;
	background: url(../img/pattern8.png) left top repeat;
}

@media only screen and (max-width: 600px) {
.header {
	height: 120px !important;
    }
.content {
    margin: 50px auto;
    }
}
@media handheld, only screen and (min-width: 1600px) {
.header {
	height: 80px !important;
    }
.content {
    margin: 20px auto;
    }
}	

.boxback {
	width: 100%;
	height: 100%;
    margin: auto;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
	padding: 5px 0px 5px 0px;
	text-align: center;
	background: url(../img/pattern6.png) left top repeat;
}
.boxback2 {
	width: 100%;
	height: 100%;
    margin: auto;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
	padding: 2px 2px 2px 1px;
	text-align: center;
	background: url(../img/pattern6.png) left top repeat;
}

.bgimg {
	background: url(../img/bg55.png);
    background-repeat:no-repeat;
    background-size:cover;
	height: 100%;
}

.vidz{
object-fit: cover;
	display: inline-block;
	height: 100%;
    margin: auto;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
	padding: 0 0 0 0;
	text-align: center;
	outline: 4px solid #1b1f22;
}

video {
  width: 100%    !important;
  height: auto   !important;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Style the tab */
.tab {
    overflow: hidden;

}

/* Style the buttons that are used to open the tab content */
.tab button {
    cursor: pointer;
    background-color: inherit;
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
  color: #ffffff;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: normal;
	font-size: 12px;
  background: #1b1f22;
  padding: 2px 1px 2px 1px;
  border: solid #000000 0px;
  outline: none;
    letter-spacing: 2px;
	font-weight: normal;
	    text-transform: uppercase;
/*	text-decoration: overline; */
}

/* Change background color of buttons on hover */
.tab button:hover {
  background: #2a3035;
  text-decoration: none;
      text-transform: uppercase;
}

/* Create an active/current tablink class */
.tab button.active {
	background: #000;
/*	border: dotted #fff 1px; */
	border: solid #2f3239 1px; 
	text-decoration: dotted underline;
	text-transform: uppercase;
}

/* Style the tab content */
.tabcontent {
    display: none;
    border: 0px solid #ccc;
    border-top: none;
	animation: fadeEffect 1.5s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}