@font-face
{
	font-family: DejaVuSans;
	src: url('../fonts/DejaVuSans.ttf');
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    color: rgb(243,148,104); /*#444;*/
    background: rgb(243,148,104);
	font-family: 'Open Sans Condensed', Arial, sans-serif;
    font-size: 1.0em;
	
}
	
html {
	background: url(../img/bg/bg12.jpg) no-repeat center center fixed;
	/* background: url(../img/bg/bg11.jpg) no-repeat center center fixed; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
	
	
.recent-shows-table td
{
	border-top:1px solid rgba(255, 255, 255, .5);
	box-shadow: 0px -1px #000;
	color: #fff;
	font-size: 0.8em;
	font-family: sans-serif;
	text-shadow: 1px 1px #000;
	padding-left: 10px;
}

.recent-shows-table tr 
{ 
	height: 60px; 
}

.recent-shows-table a:hover
{
	text-decoration: none;
}

.bg-rotator {
	position: fixed;
	width: 100%;	
    height: 100%;
}

.bg {
	position: fixed;
	width: 100%;	
    height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	-webkit-transition: opacity 3s ease-in-out;
	-moz-transition: opacity 3s ease-in-out;
	-o-transition: opacity 3s ease-in-out;
	transition: opacity 3s ease-in-out;
}

.wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* Text */
h1{
	margin: 10px;
	margin-bottom: -10px;
    padding: 0;
	color: rgb(243,148,104); /*#f9f9f9;*/
	font-family: 'Blackout', 'Open Sans Condensed', Arial, sans-serif;
    font-weight: bold;
    font-size: 2.0em;
	opacity: 1;
}

p , h2, h3{
    line-height: 1.4;
    font-size: 1em;
	padding: 0;
	margin: 10px;
	color: rgb(243,148,104); /*#f9f9f9;*/
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

a,
a:visited {
    color: #f9f9f9;
    text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

h1 a,
h1 a:hover,
h1 a:visited {
    text-decoration: none;
}

/* Components */
#top-container {
	margin: 0;
	padding: 20px;
	float: left;
}

.walters-logo {
	position: relative;
}

.nav-menu {
	position: relative;
}

.nav-menu ul {
	margin-top: 20;
	padding: 0;
}

.nav-menu ul li {
	list-style: none;
	margin-bottom: 2px;
	margin-right: 16px; /*margin-left: 16px;*/
	display: inline;
}

.center-container {
	width: 100%;
	float: left;
}

.page {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  text-align: center;
  display: none;
}

.active-page {
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	padding: 20px;
	opacity: 1;
	text-align: center;
	display: block;
}

.shop-item { 
	float: left; 
	background: #eee;
	box-shadow: 0px 0px 1px #999;
	border-radius: 2px;
	padding: 8px;
	margin: 2px;
	margin-top: 20px;
}

.media-item { 
	float: left; 
	background: #eee;
	box-shadow: 0px 0px 1px #999;
	border-radius: 2px;
	padding: 8px;
	margin: 2px;
}

.shop-item p,
.media-item p {
	color: #444;
	font-size: 1em;
}

#booking-page p {
	font-size: 1.2em;
}

#page-content-wrapper {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	-moz-box-shadow: 0px 0px 1px #999;
	-webkit-box-shadow: 0px 0px 1px #999;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	margin-top: -20px;
	padding: 20px;
}

#fbooking {
	margin-top: 3em;
}

#impressum {
	float: left;
	text-align: left;
	width: 30%;
}

#impressum2 {
	float: left;
	text-align: left;
	width: 70%;
}


#socialmedia {
	position: fixed; /*relative*/
	float: left; /*right*/
	margin-top: 12px;
}

#socialmedia ul{
	margin: 0;
	padding: 0;
}

#socialmedia li {
	list-style: none;
	display: inline;
}

#legal {
	position: fixed;
	bottom: 10px;
    left: 20px;
}

#dr-music {
	position: fixed;
	bottom: 6px;
    right: 10px;
}

@media screen and (max-width:640px){
	#socialmedia {
		float: left;
		margin: 0px 0px 0px 40px;
	}
}
