@charset "UTF-8";
@import url(font-roboto.css);
@import url(font-awesome.min.css);

/* Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	-webkit-text-size-adjust: none;
}

/* Basic */

body {
	
	font-family: 'robotolight', Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
	background: #000;
	color: #fff;
	font-size: 14px;
}
html, body {
    height: 100%;
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
em {
	font-style: italic;
}
a {
    outline: none !important;
	text-decoration: none;
	color: #fff;
}
.headerFrame {
	margin: 0 auto 0 auto;
	padding: 0;
	overflow: hidden;
	width: 100%;
}
.contentFrame {
	margin: 0 auto 0 auto;
	padding: 30px 0 30px 0;
	overflow: hidden;
	width:980px;
}
	@media only screen and (min-width: 1600px) {
		.contentFrame {
			width:1440px;
		}
	}
	@media only screen and (min-width: 768px) and (max-width: 1200px) {
		.contentFrame {
			width: 748px;
		}
	}
	@media only screen and (max-width: 767px) {
		.contentFrame {
			width: 100%;
		}
	}
	
/* Grid */

.row {
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display:flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
	display:-webkit-flex; /* NEW - Chrome */
	/*display:-moz-flex;*/
	display: -ms-flexbox; /* TWEENER - IE 10 */
	width:100%; 
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	overflow: hidden;
	/*justify-content: center;
	 align-items: stretch;*/
}
.col5 {
	width: 5%;
}
.col10 {
	width: 10%;
}
.col15 {
	width: 15%;
}
.col20 {
	width: 20%;
}
.col27 {
	width: 27%;
}
.col20_first {
	width: 20%;
	margin: 0 0 10px 0;
}
.col50 {
	width: 50%;
	margin: 0;
}
.col45_video {
	width: 45%;
	overflow: hidden;
	margin: 0 5% 20px 0;
}
.col80, .col80live {
	width: 80%;
	margin: 0;
}
.col75 {
	width: 75%;
}
.col20_first_gal {
	width: 50%;
	margin: 0 0 20px 0;
}
	@media only screen and (min-width: 1600px) {
		.col20_first {
			width: 20%;
			margin: 0 0 20px 0;
		}
	}
	@media only screen and (min-width: 768px) and (max-width: 1200px) {
		.col20_first {
			width: 33%;
			margin: 0 0 20px 0;
		}
		.col20_first_gal {
			width: 33%;
			margin: 0 0 20px 0;
		}
	}
	@media only screen and (max-width: 767px) {
		
		.col80live {
			width: 70%;
			margin: 0;
		}
		
		.col50,
		.col80,
		.col20 {
			width: 100%;
			margin: 0;
		}
		
		.col80 {
			margin: 0 0 20px 0;
		}
		
		.col20 {
			width: 45%;
		}
		
		.col10 {
			width: 15%;
		}
		
		.col20_first {
			width: 50%;
			margin: 0 0 10px 0;
		}
		
		.col20_first_gal {
			width: 50%;
			margin: 0 0 10px 0;
		}
	}
	@media only screen and (min-width: 500px) and (max-width: 767px) {
		.col20_first {
			width: 33%;
			margin:  0 0 10px 0;
		}
		.col20_first_gal {
			width: 33%;
			margin:  0 0 10px 0;
		}
	}

/* Type */	

h1, h2, h3, h4, h6 {
	margin: 0;
	padding: 0;
}
h1 {
	margin: 0 0 35px 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 250%;
} 
h2 {
	margin: 0 0 25px 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 160%;
	color: #D84800;
	color: #fff;
} 
h3 {
	margin: 0 0 15px 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 130%;
} 
p {
	margin: 0 0 5px 0;
}
p a:hover {
    color: #D84800;
	color: #fff;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.content p {
	font-family: 'robotoregular', Arial, Helvetica, sans-serif;
    margin: 0 0 5px 0;
	line-height: 26px;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    margin: 1em 0;
    padding: 0;
}
.left {
    margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
}
.right {
	margin: 0;
	padding: 0;
	float: right;
	overflow: hidden;
}
.txtcenter {
    text-align: center;
}
.txtpadding {
    padding: 0;
}
.txtpadding_caption {
    padding: 10px 0 20px 0;
}
.txt_highlight_yellow {
    color: rgba(250,186,33,1);
	color: #faba21;
}
.txt_highlight_red {
    color: rgba(249,3,4,1);
	color: #f90304;
	text-shadow: 0px 0px 1px #faba21;
}
.txtlarger {
    font-size: 120%;
}
.txtsmaller{
    font-size: 90%;
}
.txtuppercase {
    text-transform: uppercase;
}
.txtright {
    text-align: right;
}
.txt_i_xl {
    font-size: 26px;
}
.txttopmargin {
   margin: 150px 0 0;
}
.txtnomarge {
   margin: 0;
}
.txtmar_right {
   margin: 0 5% 2% 0;
}
	@media only screen and (min-width: 768px) and (max-width: 1200px) {
		.txtpadding	{
			padding: 0 10px 0 10px;
		}
	}
	@media only screen and (max-width: 767px) {
		.nomobile {
			display: none;
		}
		.txtpadding	{
			padding: 0 10px 0 10px;
		}
		.txttopmargin {
			margin: 70px 0 0;
		}
		.txtmar_right {
			margin: 0 5% 0 0;
		}
		.right {
			float: left;
		}
	}
	@media only screen and (min-width: 500px) and (max-width: 767px) {
		.right {
			float: right;
		}
	}
	
/* Header */	

	header.header_start {
		position: absolute;
		width: 100%;
		height: 75px;
		margin: 0;
		padding: 0;
		/* border-bottom: rgba(255,255,255,0.1) 1px solid; */
		z-index: 10000;
		background: transparent;
	}	

	header.header_scroll {
		position: fixed;
		width: 100%;
		height: 76px;
		margin: 0;
		padding: 0;
		z-index: 1000;
		top:0;
		background: rgba(0,0,0,0.8);
		border-bottom: none;
		z-index: 10000;
	}
	
header.header_start h1,
header.header_scroll h1 {
	position: absolute;
	margin: 25px 0 0 40px;
	padding: 0;
	text-indent: -999em;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../../img/logo.png);
	width: 500px;
	height: 78px;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 99999999;
}	
header.header_scroll h1 {
	width: 265px;
	height: 42px;
	margin: 15px 0 0 40px;
}
header.header_start #banner {
	font-family: 'roboto_slabregular', Arial, Helvetica, sans-serif;
	position: absolute;
	font-size: 22px;
	padding: 0;
	top: 120px;
	left: 40px;
	overflow: hidden;
	text-align: center;
	letter-spacing: 3px;
}
header.header_scroll #banner {
	display: none;
}
#dropbox {
	display: none;
}
	@media only screen and (min-width: 768px) and (max-width: 1200px) {
		#dropbox {
			float: right;
			cursor: pointer;
			overflow: hidden;
			width: 40px;
			height: 40px;
			display: block;
			margin: 15px 10px 0 0;
			z-index: 99999999;
			position: absolute;
			right: 20px;
		}
		#dropbox a {
			font-size: 200%;
			margin: 0;
			padding: 0;
			display: block;
			line-height: 40px;
			width: 40px;
			height: 40px;
			overflow: hidden;
			text-align: center;
			color: rgba(255,255,255,1);
			text-decoration: none;
		}
		#dropbox a:before {
			content: "\f0c9";
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			position: relative;
		}
		#dropbox.active a:before {
			content: "\f00d";
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			position: relative;
			font-size: 120%;
		}
	}
	@media only screen and (max-width: 767px) {
		header.header_start,
		header.header_scroll {
			position: fixed;
			width: 100%;
			height: 60px;
			margin: 0;
			padding: 0;
			z-index: 1000;
			top:0;
			border-bottom: none;
			background: rgba(0,0,0,0.9);
		}
		header.header_start h1,
		header.header_scroll h1   {
			width: 255px;
			height: 40px;
			margin: 10px 0 0 10px;
		}
		header.header_start #banner {
			font-size: 16px;
			padding: 0;
			top: 75px;
			left: 10px;
			letter-spacing: 2px;
		}
		#dropbox {
			float: right;
			cursor: pointer;
			overflow: hidden;
			width: 40px;
			height: 40px;
			display: block;
			margin: 10px 10px 0 0;
		}
		#dropbox a {
			font-size: 200%;
			margin: 0;
			padding: 0;
			display: block;
			line-height: 40px;
			width: 40px;
			height: 40px;
			overflow: hidden;
			text-align: center;
			color: rgba(255,255,255,1);
			text-decoration: none;
		}
		#dropbox a:before {
			content: "\f0c9";
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			position: relative;
		}
		#dropbox.active a:before {
			content: "\f00d";
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			position: relative;
		}
	}
	
/* Nav */	
	
nav {
	float: right;
	margin:0 40px 0 0;
	padding: 0;
}
nav ul {
	list-style-type: none;
  	margin: 0;
 	padding:0;
}
nav ul li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	color: #fff;
}
	nav ul li a {
		font-family: 'robotoregular', Arial, Helvetica, sans-serif;
		font-size: 120%;
		padding: 0 20px 0 20px;
		margin: 0;
		display: block;
		text-transform: uppercase;
		color: rgba(250,186,33,1);
		color: rgba(255,255,255,1);
		line-height: 75px;
		text-decoration: none;
		outline: none 0;
		color: #FFF;
	}
	
	nav ul li a:hover,
	nav ul li a.active {
		color: #D84800;
		color: #fff;
		-webkit-transition: all 0.7s ease;
		-moz-transition: all 0.7s ease;
		-o-transition: all 0.7s ease;
		-ms-transition: all 0.7s ease;
		transition: all 0.7s ease;
	}
	
	nav ul li a:hover{
		color: #cc0000;
	}
	
	@media only screen and (min-width: 768px) and (max-width: 1200px) {
		header.header_start nav,
		header.header_scroll nav {
			display: none;
			position: absolute;
			margin: 0;
			background: rgba(0,0,0,0.9);
			width: 100%;	
			z-index: 9999;
			padding:  140px 0 20px 0;
			left: 0;
		}
		header.header_scroll nav {
			padding:  60px 0 20px 0;
		}
		nav ul li {
		  display: block;
		  float: none;
		}
		nav ul li a {
		 font-size: 110%;
		  padding: 15px 0 15px 0;
		  margin: 0;
		  display: block;
		  line-height: normal;
		  text-align: center;
		}
	}
	@media only screen and (max-width: 767px) {
		nav {
			display: none;
			position: absolute;
			margin: 60px 0 0 0;
			background: rgba(0,0,0,0.9);
			width: 100%;	
			z-index: 999999 !important;
			padding:  0 0 20px 0;
			left: 0;
		}
		nav ul li {
		  display: block;
		  float: none;
		}
		nav ul li a {
		 font-size: 110%;
		  padding: 15px 0 15px 0;
		  margin: 0;
		  display: block;
		  line-height: normal;
		  text-align: center;
		}
	}
	@media only screen and (min-width: 500px) and (max-width: 767px) {
		nav ul {
			display: table;
			margin: 0 auto 0 auto;
		}	
		nav ul li {
		  display: inline;
		  float: left;
		}
		nav ul li a {
		 font-size: 110%;
		   padding: 0 15px 0 15px;
		  margin: 0;
		  display: block;
		  line-height: 75px;
		}
	}

/* Content */		
	
.content {
	min-height: 100%;
}

	.content:before {
		content: "";
		position: fixed;
		left: 0;
		right: 0;
		z-index: -1;
		display: block;
		background-image: url(../../img/skully_glow.png);
		-webkit-background-size: contain;
		/*-moz-background-size: contain;*/
		-o-background-size: contain;
		background-size: contain;
		background-position:50% 90px;
		background-repeat: no-repeat;
		width: 100%;
		height: 100%;
		opacity: 0.7;
	}
	
.container {
	width: 100%;
    height: 100%;
	margin: 0;
	overflow: hidden;
}		
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {	
	-webkit-background-size: cover;
	/*-moz-background-size: cover;*/
	-o-background-size: cover;
	background-size: cover;
	background-position:50% 50%;
	opacity: 0.7;
}
.swiper-button-prev.swiper-button-red,
.swiper-container-rtl .swiper-button-next.swiper-button-red {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-red,
.swiper-container-rtl .swiper-button-prev.swiper-button-red {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E");
}
	@media only screen and (max-width: 767px) {
		.swiper-container {
			width: 100%;
			height: 100%;
			top: 0;
			margin: 0 0 0 0;
		}
		.swiper-slide {	
			-webkit-background-size: contain;
			/*-moz-background-size: contain;*/
			-o-background-size: contain;
			background-size: cover;
			background-position:50% 0;
			background-repeat:no-repeat;
		}
	}
.socialmedia {
    position: absolute;
	width: 100%;
	bottom: 20px;	
	z-index: 100;
}
.socialmedia a {
    display: inline-block;
    padding: 0.25em;
    margin: 0 0.05em;
    font-size: 300%;
	color: rgba(255,255,255,.7);
}
.socialmedia a.facebook:hover,
.socialmedia a.twitter:hover {
	color: #D84800;
	color: #fff;
	float: none;
	-webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.thumbnail,
.thumbnail_gal {
	position: relative;
	width: 180px;
	height: 180px;
	overflow: hidden;
	opacity: 0.9;
	/*border: rgba(0,0,0,0.1) 3px solid;*/
	background: #000;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	transition: all 0.7s ease;
	margin: 0 auto 0 auto;
}
.thumbnail:hover,
.thumbnail_gal:hover{
	/*border: #D84800 3px solid;*/
}	
.thumbnail img,
.thumbnail_gal img {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 100%;
	width: auto;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	}	
.thumbnail img.portrait,
.thumbnail_gal img.portrait   {
	width: 100%;
	height: auto;
}
.thumbnail a:hover,
.thumbnail_gal a:hover   {
	opacity: 0.5;
}
.thumbnail_gal {
	width: 220px;
	height: 220px;
}
	@media only screen and (min-width: 1600px) {
		.thumbnail {
			width: 260px;
			height: 260px;
		}
		.thumb {
			min-height: 260px;
		}
	}
	@media only screen and (min-width: 768px) and (max-width: 1200px) {
		.thumbnail {
			width: 190px;
			height: 190px;
		}
	}
	@media only screen and (max-width: 767px) {
		.thumbnail {
			width: 150px;
			height: 150px;
		}
		.thumbnail_gal {
			width: 150px;
			height: 150px;
		}
	}
	@media only screen and (min-width: 500px) and (max-width: 767px) {
		.thumbnail {
			width: 150px;
			height: 150px;
		}
	}
figure,
figure img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.thumb {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 200px;
	background: #D84800;
	background: #000;
}
.thumb img {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 100%;
	width: auto;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	}	
.thumb img.portrait  {
	width: 100%;
	height: auto;
}
	@media only screen and (min-width: 1600px) {
		.thumb {
			min-height: 250px;
		}
	}
	@media only screen and (min-width: 768px) and (max-width: 1200px) {
		.thumb {
			min-height: 150px;
		}
	}
	@media only screen and (max-width: 767px) {
		.thumb {
			min-height: 150px;
		}
	}
	@media only screen and (min-width: 500px) and (max-width: 767px) {
		.thumb {
			min-height: 220px;
		}
	}
.caption {
	text-align: center;
	font-family: 'robotobold', Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 20px 0 20px 0;
	clear: both;
}	
.clear, .clear_space, .clear_form {
	margin: 0;
	padding: 0;
	overflow: hidden;
	clear:both;
	height: 0;
}
.clear_space {
	height: 20px;
}
.clear_form {
	height: 40px;
}
.embed_video { 
	overflow: hidden; 
	margin: 0 auto 0 auto;
	width: 70%;
}
.embed_container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
	height: auto; 
	margin: 0 0 20px 0;
}	
.embed_container iframe, 
.embed_container object, 
.embed_container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}
a.download_link {
	font-family: 'robotoregular', Arial, Helvetica, sans-serif;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	transition: all 0.7s ease;
	text-indent: -30px;
	display: block;
	padding: 0 0 0 30px;
}
a.download_link:hover {
	color: #D84800;
	color: #fff;
}
a.download_link:before {
	content: "\f019";
	/*content: "\f1c5";*/
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	font-size: 140%;
	margin: 0 10px 0 0;
	padding: 0;
	position:relative;
}
.event {
   font-family: 'robotobold', Arial, Helvetica, sans-serif;
   font-size: 20px;
}
.date,
.location {
   font-family: 'robotoregular', Arial, Helvetica, sans-serif;
}

	
	
		
	
	
	
	
	
	
	
	
a.facebook_link {
	font-family: 'robotoregular', Arial, Helvetica, sans-serif;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
a.facebook_link:hover {
	color: #D84800;
	color: #fff;
}
a.facebook_link:before {
	content: "\f09a";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	font-size: 140%;
	margin: 0 10px 0 0;
	padding: 0;
	position:relative;
}
a.download_link_pdf {
	font-family: 'robotoregular', Arial, Helvetica, sans-serif;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
a.download_link_pdf:hover {
	color: #D84800;
	color: #fff;
}
a.download_link_pdf:before {
	content: "\f1c1";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	font-size: 140%;
	margin: 0 10px 20px 0;
	padding: 0;
	position:relative;
}
.scrollup {
	width:40px;
	height:40px;
	position:fixed;
	bottom:20px;
	right:20px;
	display:none;			
	z-index: 99998;
	outline: 0 none;
	color: #D84800;
	color: #fff;
	text-decoration: none;
	padding: 0;
	line-height: 40px;
	text-align:center;
	font-size: 42px;
}
.invisible_row_live,
.invisible_row_art	{
	display: none;
}
.visible_link_live,
.visible_link_art {
	margin: 20px auto 0 auto;
	display: table;
	width: auto;
	border: 1px solid;
	font-size: 120%;
	color: #D84800;
	color: #fff;
	padding: 10px 10px;
	clear: both;
}
.visible_link_live a,
.visible_link_art a {
	color: #D84800;
	color: #fff;
	display: block;
}

/* Footer */	

footer {
	font-family: 'robotolight', Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: rgba(255,255,255,0.7);
	overflow: hidden;
	clear: both;
	background: #000;
}
footer a {
	font-family: 'robotolight', Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: rgba(255,255,255,0.7);
	text-decoration: none;
}
footer a:hover {
	color: #D84800;
	color: #fff;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
	@media only screen and (max-width: 767px) {
		footer .break {
		  clear: both;	
		  display: table;
		  margin: 0 auto 5px auto;
		}
	}
	
	
	
	
	.freakinfingers {
		position:absolute;
		bottom: 20px;
	}
	
	.fbbox {
		position:absolute;
		bottom: 45px;
		right: 45px;
	}
	
	.fbbox a {
		font-size: 3.25em !important;
	}
	
	media only screen and (max-width: 767px) {
		.freakinfingers {
				width: 110px;
		}
	}
	
	
		.freakinfingers img {
			width: 100%;
			height: auto;
		}
	
	
	.content p.month {
	   font-family: 'robotoregular', Arial, Helvetica, sans-serif;
	    font-size: 16px;
		text-align: center;
		background: #cc0000;
		border-radius: 5px 5px 0 0;
		margin: 0;
	}
	
	.content p.day {
	   font-family: 'robotobold', Arial, Helvetica, sans-serif;
	    font-size: 36px;
		text-align: center;
		padding: 10px 0 10px 0;
		margin: 0;
		background: #fff;
		border-radius: 0 0 5px 5px;
		color: #000;
	}
	
	.content p.timetable {
		margin: 20px 0 0 0;
		font-size: 15px;
	}
	
	.ausverkauft {
		float: right;
		margin: -55px 50% 0 0;
	}

	.abgesagt {
		float: right;
		margin: -120px 50% 0 0;
	}
	
	@media only screen and (min-width: 768px) and (max-width: 1200px) {
		
		.ausverkauft {
			margin: -55px 25% 0 0;
		}

		.abgesagt {
			float: right;
			margin: -120px 50% 0 0;
		}
		
	}
	
	@media only screen and (max-width: 767px) {
		
		.ausverkauft, .abgesagt {
			margin: 0 25% 0 0;
		}
		
	}