/*
Theme Name: Perkins Park
Author: Urban Propaganda
Author URI: https://www.urban-propaganda.de/
Description: Custom Theme for Perkins Park
Version: 1.0
License: Commercial

Not for resale.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}


*/

/* Local Fonts */
/* titillium-web-200 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 200;
  src: url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-200.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-200.woff') format('woff'), /* Modern Browsers */
       url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-200.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-200italic - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 200;
  src: url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-200italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-200italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-200italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-200italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-200italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-200italic.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-300 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-300.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-regular - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-regular.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-300italic - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 300;
  src: url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-300italic.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-italic - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-italic.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-600italic - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 600;
  src: url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-600italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-600italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-600italic.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-600 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-600.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-700 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-700.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-700italic - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 700;
  src: url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-700italic.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-900 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-900.woff') format('woff'), /* Modern Browsers */
       url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/titillium-web-v15-latin/titillium-web-v15-latin-900.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* End Local Fonts */

@font-face {
    font-family: 'TitilliumWeb';
    src: url('TitilliumWeb-Regular.ttf') format('ttf'),
         url('TitilliumWeb-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TitilliumWeb';
    src: url('TitilliumWeb-Bold.ttf') format('ttf'),
         url('TitilliumWeb-Bold.ttf') format('ttf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'TitilliumWeb';
    src: url('TitilliumWeb-Light.ttf') format('ttf'),
         url('TitilliumWeb-Light.ttf') format('ttf');
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: 'TitilliumWeb';
    src: url('TitilliumWeb-Italic.ttf') format('ttf'),
         url('TitilliumWeb-Italic.ttf') format('ttf');
    font-weight: normal;
    font-style: italic;
}


@font-face {
    font-family: 'norwesterregular';
    src: url('norwester-webfont.woff2') format('woff2'),
         url('norwester-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html, body{
	height:100%;
	margin:0px;	
	padding:0px;
}

body{
	background-color:#f5f5f5;
	width:100%;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 300;
	font-size:16px;
	color:#010101;
	position: relative;
}

h1, h2, h3, h4, h5{
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
}

h2, h3{
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
}

h2{
	font-size:1.8em;
}

h1{
	font-family: "norwesterregular", 'Titillium Web';
	font-size:65px;
	line-height:85px;
}


#navcontainer{
	position:fixed;
	width:100%;
	z-index:99999;
}

#nav{
	position:relative;
	width:100%;
	max-width:1400px;
	margin-left:auto;
	margin-right:auto;
}

#logo{
	text-transform: uppercase;
	font-family: 'norwesterregular', sans-serif;
	font-weight: normal;
	font-size:1.5em;
	position:absolute;
	left:20px;
	top:20px;
	cursor: pointer;
	color:#ffffff;
}

.black #logo{
	color:#000000;
}

#logo a.claim{
	position: relative;
	margin-left:30px;
	webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	top:3px;
	color:inherit;
	text-decoration: none;
}

.button_close {
	position:absolute;
	top:7px;
	left:0px;
	width: 20px;
	height: 20px;
	display: block !important;
}

.button_close a {
	
}

.button_close span {
	display: block !important;
	position: absolute;
	left: 0;
	width: 20px;
	height: 2px;
	background-color: #ffffff;
	webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.black .button_close span {
	background-color:#000000;
}

.button_closed {
	position:absolute;
	top:27px;
	right:27px;
	width: 20px;
	height: 20px;
	display: block !important;
	cursor: pointer;
}

.button_closed span {
	display: block !important;
	position: absolute;
	left: 0;
	width: 20px;
	height: 2px;
	background-color: #ffffff;
	webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}


.button_close span.line_1 {
	top: 0;
}

.button_close span.line_2 {
	top: 6px;
}

.button_close span.line_3 {
	top: 12px;
}


#logo{
	pointer-events:none;
}

#logo .button_close{
	pointer-events:all;
}


#logo a{
	display: block;
	pointer-events:all;
}


#logo .button_close:hover  span.line_2,
.button_close.active a span.line_2
{
	top: 6px;
	opacity: 0;
}

#logo .button_close:hover span.line_1
{
	top: 3px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width:65%;
}

#logo .button_close:hover span.line_3
{
	top: 11px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width:65%;
}

.button_close.active a span.line_1
{
	top: 3px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width:65%;
}

.button_close.active a span.line_3
{
	top: 11px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width:65%;
}


#logo .button_close.active:hover  span.line_2{
	top: 6px;
	opacity: 0;
}

#logo .button_close.active:hover span.line_1
{
	top: 3px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width:65%;
}

#logo .button_close.active:hover span.line_3
{
	top: 11px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width:65%;
}




.button_closed a span.line_1
{
	top: 6px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width:100%;
}

.button_closed a span.line_3
{
	top: 6px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width:100%;
}


#mainnav{
	position:fixed;
	top:0px;
	left:0px;
	width:25%;
	background-color:#666666;
	max-width:300px;
	height:100%;
	z-index:99999;
	display:block;
	left:-300px;
	overflow-y: auto;
}

#mainnav ul{
	display:block;
	margin:0px;
	padding:0px;
	list-style-type: none;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:20px;
	margin-top:20px;
}

#mainnav ul.first{
	margin-top:23px;	
}

#mainnav ul li{
	display:block;	
	margin:0px;
	padding:0px;
}

#mainnav ul li a{
	padding-right:5px;
	color:#ffffff;
	line-height:2em;
	text-decoration: none;
	font-size:1.1em;
}

#mainnav ul li a
{
	text-transform: uppercase;
	font-family: 'Titillium Web', sans-serif;
	font-weight: normal;
}

#mainnav ul li ul li a{
	color:#cccccc;
}

#mainnav ul li ul li a:hover{
	color:#ffffff;
}

#mainnav ul li ul{
	margin-top:0px;
	padding-left:0px;
}

#mainnav ul li ul li a{
	font-family: 'Titillium Web', sans-serif;
	text-transform: none;
}	
	    

.grid{
	width:100%;
	max-width:1360px;
	position: relative;
	margin-left:auto !important;
	margin-right:auto !important;
}

.vc_row.nopadding.grid.white.center{
	background-color:#ffffff !important;
	max-width: none !important;
	padding-left:0px;
	padding-right:0px;
	text-align: center;
}

.grid.white .wpb_column:first-of-type{
	width:100%;
	position: relative;
	margin-left:auto !important;
	margin-right:auto !important;
}

#page.home .grid{
	position:relative;
	max-width:100%;
}

.half{
	width:50%;
	float:left;
}

.half img{
	width:100%;
	height:auto;
}

.thirdcontainer{
	padding:20px;
}

.third{
	position: relative;
	width:100%;
	background-color:#00000;
}

.third .overlay{
	position:absolute;
	width:100%;
	text-align:center;
	height:100%;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	cursor: pointer;
}



.third .overlay div.headline{
	position:relative;
	top:60%;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}



.third .overlay .title{
	display: inline-block;
	color:#010101;
	background-color:#ffffff;
	padding:14px;
	font-size:1em;
	line-height:1em;
	font-weight:700;
	font-family: 'Titillium Web', sans-serif;
}	

.third .overlay .text{
	font-family: 'Titillium Web', serif;
	color:#ffffff;
	display:block;
	width:60%;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	font-weight:400;
	opacity:0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	line-height:1.4em;
}

.third .overlay:hover{
	background-color:rgba(0,0,0,0.6);
}	

.third .overlay:hover .text{
	opacity:1;
}

.third .overlay:hover div.headline{
	top:38%;	
}	

.third img{
	width:100%;
	height:auto;
}




.clear{
	clear:both;
}

#footercontainer{
	position: relative;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:60px;
	padding-top:40px;
	background-color:#ffffff;
	margin-top:60px;
}

#footercontainer hr{
	margin-left:20px;
	margin-right:20px;
	border:none;
	outline:none;
	height:1px;
	border-bottom:1px solid #ccc;
	margin-top:40px;
	margin-bottom:40px;
}

#footer{
	position: relative;
	width:100%;
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}

.footernav{
	margin-bottom:40px;
}

.footernav h4{
	margin-bottom:5px;
	font-weight:700;
}	

.footernav ul{
	display:block;
	margin:0px;
	padding:0px;
	list-style-type: none;
}

.footernav ul li{
	display:inline-block;	
	margin:0px;
	padding:0px;
	
}

.footernav ul li a{
	padding-left:5px;
	padding-right:10px;
	color:#666666;
	font-size:1em;
	font-family: 'Titillium Web', serif;
	font-weight: 400;
	text-decoration: none;	
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	font-weight:400;
	border-right:1px solid #666;
}

.footernav ul li:last-of-type a{
	border-right:none;	
}	

.footernav ul li a:hover{
	color:#010101;	
}	

.footernav ul li a:before{
	content: "";
	position:relative;
	color:red;
}	

#footer .social a{
	width:20px;
	margin-left:10px;
	margin-right:10px;
	display:inline-block;
}

#footer .social a img{
	width:100%;
	height:auto;
}



.slider section{
	background-position:center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.video{
	position: relative;
}

.videofile{
	margin-left: -30% !important;
	width: 160% !important;
}

.video .overlay{
	z-index:99;
	position:absolute;
	top:0px;
	left:0px;
	text-align:center;
	width:100%;
	height:100%;
	text-align:center;
	color:#ffffff;
	background-color:rgba(0,0,0,0.6);
	cursor:pointer;
}

.video .overlay .title{
	position:absolute;
	width:100%;
	top:20%;	
}	

.video .overlay .title h2{
	font-size:4em;
	text-transform: uppercase;	
	margin-bottom:30px;
}	

.video .overlay span{
	display:inline-block;
	font-size:1em;	
	text-transform: uppercase;
	padding:10px;
	padding-right:35px;
	padding-left:35px;
	border:1px solid #ffffff;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.video .overlay:hover span{	
	background-color:#ffffff;
	color:#010101;
}

.actionbox{
	position: relative;
}

.actionbox .overlay{
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	text-align: center;
	background-color:rgba(0,0,0,0.7);
	color:#ffffff;
	opacity:0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-shadow: 1px 1px 4px #000000;
	font-weight:400;
}

.actionbox:hover .overlay{
	opacity:1;	
	cursor: pointer;
}	

.actionbox .overlay div{
	position: absolute;
	width:100%;
	bottom:60px;
}	

.actionbox .overlay div span.title{
	display:inline-block;
	padding:15px;
	background-color: #ffffff;
	font-weight:700;
	color:#010101;
	text-transform: uppercase;
	text-shadow: none;
	margin-bottom:20px;
}	

.actionbox .overlay div .down{
	width:20px;
	height:auto;
	margin-top:20px;
}	

.marginal{
	width:25%;
	max-width:300px;
	position: relative;
}

.nexttomarginal{
	padding-top:80px;
	width:75%;
	position: relative;
	padding-bottom:60px;
}

.nexttomarginal p{
	font-family: 'Titillium Web', serif;
	font-weight: 400;
	font-style: normal;
	font-size:0.9em;
	line-height:1.2em;
}

div.vc_wp_custommenu.wpb_content_element.stickem.stickit{
	width:275px;
	margin-bottom:200px;
}

body.single-event div.vc_wp_custommenu.wpb_content_element.stickem{
	width:275px;
}

body.single-event .blackbox{
	display: none;
}

.stickit {
	position: fixed;
	top: 80px;
	padding:0px;
	margin-left:0px;
	padding-bottom:50px;
}

.stickit-end {
	position: absolute;
	top:auto;
	bottom:0px;
	padding-top:0px;
	width: 100%;
}

.table{
	width:100%;
	max-width:1400px;
	position: relative;
	margin-left:auto !important;
	margin-right:auto !important;
}

body.single .table{
	max-width:1380px;
}

.table .wpb_wrapper:first-of-type{
	display: table;
	width:100%;
	position: relative;
}


.table .wpb_wrapper:first-of-type .wpb_wrapper{
	display:block;
	width:auto;
}



.table .marginalcontainer{
	display:table-row;
	width:100%;
	position: relative;
}



.table .marginalcontainer .wpb_column{
	display:table-cell;
	float:none;
	vertical-align: top;
	padding-bottom: 60px;
	padding-top: 80px;
	padding-left:0px !important;
	padding-right:0px !important;
}

.table .marginalcontainer .wpb_column.vc_col-sm-9{
	width:75%;
	position: relative;
}

.table .marginalcontainer .wpb_column.vc_col-sm-9.nopaddingbottom{
	padding-bottom:0px !important;
}

.table .marginalcontainer .wpb_column.vc_col-sm-3{
	max-width:300px;
	width:23%;
	padding-right:2% !important;
	position: relative;
}	

.table .marginalcontainer .wpb_column.vc_col-sm-3 .wpb_wrapper{
	height:auto;
}	

.table .marginalcontainer .wpb_column.vc_col-sm-9 .twothirds .wpb_wrapper{
}	


.parallax-container{
	overflow: hidden;
	margin-bottom:100px !important;
	max-height:350px !important;
}

.grid.location{
}

.parallax-titlecontainer{
	width:100%;
	max-width:1400px;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	padding-left:60px;
	padding-right:20px;
}

.parallax-title{
	margin-top:10%;
	color:#ffffff;
	max-width:60%;
	font-weight:400;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}

.parallax-title h1{
	margin:0px;
	text-transform: uppercase;
	font-size:3em;
	text-shadow: 1px 1px 20px #333;
}

.parallax-title h2{
	margin:0px;
	text-transform: uppercase;
	font-size:2em;
	text-shadow: 1px 1px 20px #333;
}

iframe.vimeo{
}

.blackboxcontainer{
	background-color:#232323;
}

.blackbox{
	width:100%;
	max-width:1400px;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	padding-left:20px;
	padding-right:20px;
	color:#ffffff;
}

.blackbox .passpartout{
	padding:20px;
	padding-right:40px;
}


.slider section.active article{
	padding-bottom:20% !important;
}

.subnav h3{
	margin-top:0px;
	margin-bottom:0px;
}

.subnav a{
	color:inherit;
	text-decoration: none;
	padding-bottom:10px;
	padding-top:15px;
	border-bottom:5px solid #010101;
	display:block;
	position: relative;
}

.subnav a span{
	display:block;
	padding-right:0px;	
}	

.subnav a:first-of-type{
	padding-top:0px;
}

.subnav a .subnav-image{
	display:none;
	width:100%;	
	margin-bottom:10px;
}	

.subnav a img{
	width:100%;
	height:auto;	
	display:block;
}	

.subnav a::after{
	content: '';
	background-image:url(/images/arrow_orange-right.png);
	background-repeat:no-repeat;
	width:13px;
	height:21px;
	position:absolute;
	bottom:23px;
	right:5px;
	font-weight:bold;
	font-size:2em;
}	

.subnav a.noevent:last-of-type:after{
	background-image:none;
}

#scrolltotop{
	cursor: pointer;
	position:fixed;
	bottom:0px;
	right:20px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display:none;
	z-index:999999;
}

.vc_row{
	overflow: hidden !important;
}

#page{
	max-width: 100%;
	overflow: hidden;
	position: relative;
}

.vc_row.nopadding.grid{
	padding-left:15px;
	padding-right:15px;
	max-width: 1370px;
}

.nopadding div.wpb_column.vc_column_container.vc_col-sm-4{
	padding-left:0px;
	padding-right:0px;
	line-height: 0;
}

.nopadding div.wpb_column.vc_column_container.vc_col-sm-4 .vc_column-inner{
	padding-left:0px !important;
	padding-right:0px !important;
}

.special_link{
	display:inline-block;
	min-width:50%;
	background-color:#232323;
	color:#ffffff;
	padding:10px;
	padding-bottom:20px;
	padding-left:0px;
	border-bottom:3px solid #666666;
	font-size:inherit;
	text-decoration: none;
	margin-bottom:15px;
	position: relative;
	
}

.special_link:hover h3,
.special_link:hover h4{
	color:#eb9404;
}

.special_link::after{
	content: '';
	background-image:url(/images/arrow_orange-right.png);
	background-repeat:no-repeat;
	width:13px;
	height:21px;
	position:absolute;
	top:25px;
	right:10px;
	font-weight:bold;
	font-size:2em;
}	

.special_link h3{
	line-height:1.2em;
	margin-top:0px;
	margin-bottom:4px;
	font-size:1.4em;
	font-weight: 700;
	font-family:"Titillium Web";
}

.special_link h4{
	line-height:1.1em;
	margin-top:0px;
	margin-bottom:0px;
	font-size:1.2em;
	font-weight: 300;
	font-family: 'Titillium Web', serif;
}


.vc_column_container>.vc_column-inner{
	padding-left:10px !important;
}

.twothirds{
	width:75%;
}

.twothirds h2{
	line-height:1em !important;
}

.leftpadding .wpb_wrapper{
	padding-left:0px;
	padding-right:0px;
}

.leftpadding.vc_column_container>.vc_column-inner,
.rightpadding.vc_column_container>.vc_column-inner{
	padding-left:0px !important;
	padding-right:0px !important;
}

.leftpadding .wpb_single_image .vc_single_image-wrapper,
.rightpadding .wpb_single_image .vc_single_image-wrapper{
	display: block;
}

.leftpadding .wpb_single_image .vc_figure,
.rightpadding .wpb_single_image .vc_figure{
	display:block;
}


.leftpadding .wpb_wrapper .wpb_wrapper{
	padding-left:0px;
	padding-right:0px;
}	

.leftpadding img{
	width:100%;
	height:auto;
}

.rightpadding img{
	width:100%;
	height:auto;
}

.leftpadding p img{
	width:auto;
	height:auto;
}

.rightpadding p img{
	width:auto;
	height:auto;
}

.leftpadding p,
.leftpadding h1,
.leftpadding h2,
.leftpadding h3,
.leftpadding h4,
.rightpadding p,
.rightpadding h1,
.rightpadding h2,
.rightpadding h3,
.rightpadding h4
{
	padding-left:20px;
	padding-right:20px;
}

.leftpadding .vc_toggle,
.rightpadding .vc_toggle
{
	margin-left:20px;
	margin-right:20px;
}

.nopadding .vc_toggle{
	margin-left:0px;
	margin-right:0px;
}

.nopadding.vc_column_container>.vc_column-inner{
	padding-left:0px !important;
}

.leftpadding a,
.rightpadding a{
	margin-left:0px;
}

.leftpadding form p,
.leftpadding form h1,
.leftpadding form h2,
.leftpadding form h3,
.rightpadding form p,
.rightpadding form h1,
.rightpadding form h2,
.rightpadding form h3{
	padding-left:0px;
	padding-right:0px;
}

.marginalcontainer .vc_column_container>.vc_column-inner{
	padding-left:0px !important;
	padding-right:0px !important;
}

h2{
	margin-top:0px;
}

a{
	color:#ed9600;
}

body .flexslider{
	border:none;
	background:transparent !important;
	border-radius: 0px !important;
}

body .flexslider li,
body .flexslider li a,
body .flexslider li img{
	line-height:0px;
}

.wpb_wrapper p{
	font-family: 'Titillium Web', serif;
	line-height:1.6em;
	font-size:16px !important;
}

.superhead h1{
	font-family: "norwesterregular";
	font-size:100px;
	line-height:105px;
	text-transform:uppercase;
	max-width:75%;
	text-align: center;
	margin-left: auto;
	margin-right:auto;
}

body .vc_row-o-full-height .superhead h1{
	font-size:4em;
	text-transform:uppercase;
	max-width:75%;
	text-align: center;
	margin-left: auto;
	margin-right:auto;
	text-shadow:1px 1px 5px #333333;
}

body .vc_row-o-full-height .superhead h2{
	font-size:3em;
	text-transform:uppercase;
	max-width:75%;
	text-align: center;
	margin-left: auto;
	margin-right:auto;
	text-shadow:1px 1px 5px #333333;
}

.superhead.left h1{
	font-size:65px;
	line-height: 85px;
	text-transform:uppercase;
	
	text-align: left;
	margin-left: 10px;
	margin-right:auto;
	text-shadow:none;
}

.nopadding .fc_column-inner{
	padding:0px !important;
}

.table div.left{
	width:50%;
	float:left;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0px;
  background-color:#ffffff;
  font-family: 'Titillium Web', serif;
  line-height:1.6em;
  
}

.table div.left .text{
	padding-left:40px;
	padding-right:40px;	
	padding-bottom:40px;	
}	

.table div.right{
	width:50%;
	float:left;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.marginalcontainer .special_link{
	
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
  display:inline-block;
	min-width:50%;
	background-color:transparent;
	color:#ffffff;
	border-bottom:3px solid #010101;
	font-size:inherit;
	text-decoration: none;
	margin-bottom:15px;
	position: relative;
	float:left;
  
}

.marginalcontainer .special_link::after{
	content: '';
	background-image:url(/images/arrow_orange-right.png);
	background-repeat:no-repeat;
	width:13px;
	height:21px;
	position:absolute;
	top:25px;
	right:20px;
	font-weight:bold;
	font-size:2em;
}	


.invisible{
	margin-bottom:0px !important;
}

.invisible .vc_sep_holder .vc_sep_line{
	border-top:none !important;
}

.marginalcontainer .special_link h3,
.marginalcontainer .special_link h4{
	color:#010101;	
}	


.table div.nowhite{
	background-color:transparent !important;
}

.table div.left img,
.table div.right img{
	max-width:100%;
	height:auto;
	display:block;
	margin-bottom:15px;
}

.table div.left p,
.table div.right p{
	margin-top:0px;
}

.table blockquote{
	
}

.faqbox{
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
}

body i.vc_toggle_icon{
	display:none !important;
}

.vc_toggle_title h4{
	font-family: 'Titillium Web', sans-serif !important;
	font-weight: 300 !important;
	font-size:1.4em;
	padding-left:0px !important;
}

.vc_toggle{
	border-bottom:1px solid #ccc !important;
	padding-bottom:10px !important;
}

.vc_toggle_title, .vc_toggle_content{
	padding-left:0px !important;
}

.vc_toggle_content{
	padding-bottom:10px !important;
	margin-bottom:10px !important;
}

.vc_toggle:last-of-type{
	margin-bottom:0px !important;
}

.vc_toggle_title:after{
	position: absolute;
	top:1px;
	right:15px;
	display:block;
	content:"";
	background-image:url(/images/toggle_open.png);
	background-repeat:no-repeat;
	width:21px;
	height:21px;
}

.vc_toggle_active .vc_toggle_title:after{
	background-image:url(/images/toggle_close.png);
	top:5px;
}

.whitetext{
	color:#ffffff !important;
}

.grid .wpb_wrapper a{
	color:#EB9404;
}

.grid .wpb_wrapper a.special_link{
	color:#ffffff;
}

.vc_toggle_content.alternate{
	background-color:#ffffff;
	padding:30px !important;
}

.vc_toggle_content.alternate:nth-of-type(even){
	background-color:transparent;
}

.css-events-list .vc_toggle{
	border-bottom:none !important;
	position: relative;
}

.css-events-list .vc_toggle_title h2{
	display:block !important;
	padding-bottom:10px !important;
	border-bottom:1px solid #ccc !important;
	
}

.css-events-list .vc_toggle_title h2 span{
	display:inline-block;
	text-transform: uppercase;
	background-color:#333333;
	color:#ffffff;
	line-height:1.4em;
	padding-left:10px;
	padding-right:10px;
}

.alternate_date{
	float:left;
	display:block;
	width:48%;
	margin-right:2%;
	font-size:2em;
	line-height:1em;
}
.alternate_content{
	float:left;
	display:block;
	width:50%;
}

.alternate_content h3{
	font-weight:700;
	font-size:2em;
	line-height:1em;
	margin-top:1px;
	margin-bottom:0px;
	padding-left:0px;
}

.alternate_content h3 a{
	text-decoration: none;
	color:inherit !important;	
}	

.eventbuttons{
	margin-top:30px;
	text-align: left;
	width:50%;
	float:right;
}

.eventbuttons a,
.eventbuttons div.shareme
{
	text-decoration: none;
	display:inline-block;
	margin-left:10px;
	margin-right:10px;
	color:#666666 !important;
	border:2px solid #cccccc;
	padding-left:10px;
	padding-right:10px;
	line-height:1.7em;
	font-size:1em;
	font-weight:400;
	cursor:pointer;
	position: relative;
}

.catoptions{
	font-size:0.5em;
	position: relative;
    top: -5px;
}

.catoptions div.shareme,
.catoptions a{
	text-decoration: none;
	display:block;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
	color:#ffffff !important;
	border:1px solid #ffffff;
	padding-left:10px;
	padding-right:10px;
	line-height:1.7em !important;
	font-size:1em;
	font-weight:300;
	cursor:pointer;
	position: relative;
	width:100px;
}

.catoptions div.shareme .leftSocialButtonOnPage{
	left:-5px;
}

.eventbuttons.center{
	display: block;
	text-align: left;
	width:100%;
	float:none;
}

.eventbuttons.large a{
	font-size:1.1em;
	margin-left:0px;
}

.eventbuttons div.shareme{
	margin-left:0px;
}

.eventbuttons a:hover,
.eventbuttons div.shareme:hover{
	background-color:#f1f1f1;
	border:2px solid #999999;
}

.eventbuttons a.tonights_special{
	border-color:#EB9404;
	color:#EB9404 !important;
}

.eventbuttons a.tonights_special:hover{
	border-color:#EB9404;
	background-color:#EB9404;
	color:#ffffff !important;
}

div.shareme .leftSocialButtonOnPage{
	display:none !important;
	position:absolute;
	width:98px !important;
	top:-68px;
	left:-33px;
	z-index:999;
	padding-left:4px;
	background-color:black !important;
}

div.shareme:hover .leftSocialButtonOnPage{
	display: block !important;	
	border-bottom:10px solid rgba(0,0,0,0);
	border-top:10px solid rgba(0,0,0,0);
	border-left:10px solid rgba(0,0,0,0);
	border-right:10px solid rgba(0,0,0,0);
	-webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}	


div.shareme .leftSocialButtonOnPage:before {
	content:'x',
	width:100%;
	top:100%;
	left:0px;
	position: absolute;
	background-color:red;
	height:10px;	
}	

div.shareme .leftSocialButtonOnPage:after {
    content:'';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-top: solid 10px #000000;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
}

div.shareme .leftSocialButtonOnPage{
}	

div.shareme .leftSocialButtonOnPage .csbwfs-sbutton-post{
	padding-left:0px;
	padding-right:0px;
}

div.shareme #socialButtonOnPage .csbwfs-sbutton-post a{
	width:31px;
	margin-left:0px;
	margin-right:0px;
	border-radius:0px !important;
	padding-left:0px;
	padding-right:0px;
	border:none !important;
	background-color:transparent !important;
	cursor: pointer !important;
}

.csbwfs-hide{
	display:none !important;
}

.csbwfs-sbutton div a{
	background-color:#000000 !important;
}

body.home .flexslider .slides>li{
	background-color:#000000;
	position: relative;
}

body.home .wpb_posts_slider .flex-caption{
	position: absolute !important;
	top:0px;
	width:100%;
	display:block;
	background-color:transparent !important;
	padding:0px !important;
	height:100%;
}

body.home .wpb_posts_slider .flex-caption h2,
body.home .wpb_posts_slider .flex-caption .blackbox{
	display:block;
	text-align: center;
}

body.home .blackboxwrapper,
body.single .blackboxwrapper{
	width:90%;
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
}

body.home .blackbox .catimage,
body.single .blackbox .catimage{
	float:left;
	width:20%;
	height:50px;
	line-height:50px;
}

body.home .flexslider .slides .blackbox .catimage img{
	height:auto;	
	opacity:1;
}	

body.home .blackbox .date,
body.single .blackbox .date{
	float:left;
	width:60%;
	height:50px;
	line-height:50px;
}

body.home .blackbox .date{
	line-height:1em;
}

body.home .blackbox .date span{
	font-size:0.6em;
}

body.single .blackbox .date{
	text-align:center;

}

body.home .blackbox .catoptions{
	float:left;
	width:20%;
	height:50px;
	line-height:50px;
}


body.home .wpb_posts_slider .flex-caption h2{
	max-width:940px;
	margin-left:auto;
	margin-right:auto;
	font-family: "norwesterregular";
	font-size:1em;
	font-size:100px;
	line-height:105px;
	margin-bottom:0px;
}

body.home .wpb_posts_slider .flex-caption h2 a{
	text-decoration: none;
	color:#ffffff;
	line-height:105px;
}

body.home .wpb_posts_slider .flex-caption .blackbox,
body.single .blackbox{
	background-color:#000000;
	padding-top:30px;
	padding-bottom:30px;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	font-size:1.8em;
	max-width: none;
	position:absolute;
	bottom:0px;
	max-height:300px;
	padding-left:0;
	padding-right:0;
}	

body.home .wpb_gallery .wpb_flexslider .flex-control-nav{
	bottom:20% !important;
	top:auto !important;
}

.flex-direction-nav a{
	top:50% !important;
	padding:10px;
}

.flex-direction-nav a:before{
	content:" " !important;
	background-image:url(/images/arrow_white-left.png);
	background-repeat:no-repeat;
	width:22px;
	height:39px;
	position:absolute;
	left:20px;
	top:10px;

}

.flex-direction-nav a.flex-next:before{
	content:" " !important;
	background-image:url(/images/arrow_white-right.png);
	background-repeat:no-repeat;
	width:22px;
	height:39px;
	position:absolute;
	right:20px;
	top:10px;
	right:auto;
}

body.home .flex-control-paging li a{
	background:rgba(255,255,255,0.7) !important;
}

body.home .flex-control-paging li a.flex-active{
	background:rgba(255,255,255,1) !important;
}

body.home .flex-direction-nav{
	width:95%;
}

body.home .flex-direction-nav a{
	color:#ffffff !important;
}

.flexslider .slides img{
	height:auto;
}

body.home .flexslider .slides img{
	height:100vh;
	opacity:0;
}

body.home .vc_row-o-full-height{
	min-height:100vh !important;
}

body.home .link_image{
    background-image: url();
    background-size: cover;
    opacity: 0.8;
    background-position: center;
    display: table;
    width: 100%;
}



body.home .wpb_posts_slider .flex-caption h2{
	display: table;	
	height:100%;
}		

body.home .wpb_posts_slider .flex-caption h2 div.row{
	display:table-row;	
	height:100%;
}	

body.home .wpb_posts_slider .flex-caption h2 div.row a{
	display: table-cell;	
	vertical-align: middle;
	height:100%;
	padding-bottom:130px;
}	


body.home .flexslider:hover .flex-next,
body.home .flexslider:hover .flex-prev{
	margin-top:-100px;
}

body.home .flex-caption .link_image{
	opacity:1;
	background-image:none !important;
	display:block;
}

.greybox{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.7);
	z-index:9999999;
	text-align: center;
	display:none;
}

.greybox .showspecial_container{
	width:auto;
	max-width:800px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:50%;
	margin-top:-15%;
	display:inline-block;
}

.greybox .showspecial_container div{
	position:relative;
	display:inline-block;	
}	

.greybox .showspecial_container a.special_close{
	position: absolute;
	top:-10px;
	right:-10px;	
	background-color:#ffffff;
	padding:10px;
	padding-bottom:12px;
	line-height:0.5em;
	display:inline-block;
}	

.greybox .showspecial_container div.special_button{
	position:absolute;
	width:100%;
	left:0px;
	bottom:10%;
}

.greybox .showspecial_container div.special_button a{
	display:inline-block;
	border:2px solid #ffffff;
	background-color:rgba(0,0,0,0.5);
	color:#ffffff !important;
	padding:10px;
	padding-left:20px;
	padding-right:20px;
	text-decoration:none;
	text-transform: uppercase;
}	

.greybox .showspecial_container div.special_button a:hover{
	background-color:rgba(0,0,0,1);
}	

.greybox .showspecial_container img{
	position:relative;
	display:block;	
	width:100%;
	height:auto;
}	

.singleevent-header{
	position:relative;
	background-color:black;
	line-height:0px;
}

.singleevent-header img{
	width:100%;
	height:auto;
	position:relative;
	opacity:0.8;
}

.singleevent-header .title{
	position:absolute;
	width:100%;
	display:block;
	text-align: center;
	bottom:45%;
	left:0px;
	text-decoration: none;
    color: #ffffff;
    font-size: 4em;
}

.singleevent-header .titlecontainer{
	position:absolute;
	width:100%;
	display:block;
	text-align: center;
	bottom:35%;
	left:0px;
	text-decoration: none;
    color: #ffffff;
    font-size: 1em;
}

.singleevent-header .titlecontainer .title{
	
	font-family: "norwesterregular";
    max-width:940px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
    font-size: 100px;
    line-height:105px;
}

.event-categories-images{
	list-style-type: none;
	margin-left:0px;
}

body.single .event-categories-images{
	margin-top:0px;
	margin-bottom:0px;
}

.event-categories-images li{
	text-align: center;
}

h2.singleevent-title{
	font-weight: 700;
	font-size:2.2em;
}	

span.datetime{
	font-size: 2em;
    line-height: 1em;
}

body.single .vc_toggle_content{
	display: none;
}

body.single .vc_toggle_active .vc_toggle_content{
	display: block;
}

.vc_row.vc_parallax{
	background-color:#000000;
}

.vc_parallax-inner{
	opacity:0.8;
}

.eingeklinkt{
	width:30%;
	float:right;
	margin-left:40px;
	margin-bottom:20px;
}

.eingeklinkt img{
	width:100%;
	height:auto;
}

.mmd_img{
	position: relative;
	display:inline-block;
	background-color:#ffffff;
}

.mmd_caption{
	position: relative;
	display:block;
	padding:20px;
	color:#010101 !important;
}

.vc_gitem-animated-block .mmd_caption{
	top:100%;
	background-color:#ffffff;
}

.mmd_desc{
	position:absolute;
	text-align:center;
	color:#010101 !important;
	width:100%;
	bottom:10%;
	left:0px;
}

.mmd_desc_container{
	padding:20px;
	padding-left:20px;
	padding-right:20px;
	background-color:#010101;
	color:#ffffff !important;
	display:inline-block;
	margin-left:auto;
	margin-right:auto;
	line-height:1.2em;
	max-width:70%;
	position:relative;
}

.wpb_image_grid .wpb_image_grid_ul a{
	line-height:0px;
}

.wpb_image_grid .wpb_image_grid_ul .isotope-item{
	margin:0px !important;
}

.wpcf7-text{
	padding:10px;
	width:94%;
	border:1px solid #ccc;
}

.wpcf7-textarea{
	padding:10px;
	width:94%;
	border:1px solid #ccc;
}

.wpcf7-submit{
	border:1px solid #ccc;
	padding:10px;
	background-color:#ffffff;
	color:inherit !important;
	font-size:0.9em;
	font-family: 'Titillium Web', serif;
}

body.page-id-426 .wpcf7-text{
	padding:10px;
	width:97%;
	border:1px solid #ccc;
}

body.page-id-426  .wpcf7-textarea{
	padding:10px;
	width:97%;
	border:1px solid #ccc;
}



/* PRE EVENTS */

.preevent .blackbox{
	display:block;
	text-align: center;
	background-color:#000000;
	padding-top:40px;
	padding-bottom:40px;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	font-size:1.8em;
	max-width: none;
	position:absolute;
	bottom:0px;
	max-height:300px;
}

.preevent .blackboxwrapper{
	width:90%;
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
}

.preevent .blackbox .catimage{
	float:left;
	width:20%;
}

.preevent .blackbox .catimage img{
	height:auto;	
	opacity:1;
}	

.preevent .blackbox .date{
	float:left;
	width:60%;
}

.preevent .blackbox .catoptions{
	float:left;
	width:20%;
}

.preevent .event-categories-images{
	margin-top:0px;
}

.vc_toggle_size_md.nolabel .vc_toggle_title h4{
	display:none !important;
}

.vc_toggle_size_md.nolabel .vc_toggle_title{
	min-height:60px;
}

.vc_toggle_size_md.nolabel .vc_toggle_title:after{
	position: relative;
	top: 1px;
    margin-left: auto;
    display: block;
    content: "";
    background-image: url(/images/toggle_open.png);
    background-repeat: no-repeat;
    width: 21px;
    height: 21px;
    margin-right: auto;
}

.dark.vc_separator.vc_sep_color_grey .vc_sep_line{
	border-color:#cccccc;
}

.bgmp_map-canvas{
	width:100% !important;
}


@media screen and (max-width: 1400px){
	.vc_row-fluid.grid.nopadding{
		left:-15px;
	}

}

.mobileonly{
	display:none !important;
}

#mobiletrigger{
	display:none;
}

@media screen and (max-width: 1024px){
	
	
	body.page-id-505 .table .marginalcontainer .wpb_column.vc_col-sm-9{
		width:100%;	
	}
	
	.table div.left{
		width:47.5%;
		float:left;
		-webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  padding:0px;
	  background-color:#ffffff;
	  font-family: 'Titillium Web', serif;
	  line-height:1.6em;
	  
	}
	
	.table div.left .text{
		padding-left:40px;
		padding-right:40px;	
		padding-bottom:40px;	
	}	
	
	.table div.right{
		width:47.5%;
		float:left;
		-webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	}
	
	
	body.page-id-505 .table .marginalcontainer .wpb_column.vc_col-sm-9 .special_link:first-of-type{
		width:47% !important;
		float:left;
		-webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  padding:0px;
	  background-color:#ffffff;
	  font-family: 'Titillium Web', serif;
	  line-height:1.6em;
	  margin-left:15px;
	  margin-right:8px;
	  min-width:40% !important;
	}
	
	body.page-id-505 .table .marginalcontainer .wpb_column.vc_col-sm-9 .special_link:last-of-type{
		width:47% !important;
		float:left;
		-webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  padding:0px;
	  background-color:#ffffff;
	  font-family: 'Titillium Web', serif;
	  line-height:1.6em;
	  margin-right:15px;
	  margin-left:8px;
	  min-width:40% !important;
	}
	
	#mobiletrigger{
		width:300px;height:40px;background-color:transparent;position:fixed;left:50px;top:0px;display:block;z-index:99999999;
		text-decoration: none;
	}
	
	body.page-id-2 .twothirds .wpb_wrapper p{
		font-family: 'Titillium Web', serif;
		line-height:1.6em;
		font-size:9px !important;
	}
	
	.marginalcontainer .special_link{
		float:none;
		width: 75% !important;
	    margin-left: auto;
	    margin-right: auto;
	    display: block;
	}
	
	.nobottommargin .wpb_content_element{
		margin-bottom:0px;
	}
	
	.mobileonly .nowhite img{
		width:100%;
		height:auto;
	}
	    
	
	
	
	
	.logoreihe img{
		width:20%;
		height:auto;
	}
	
	
	.extendedgallery .vc_column_container>.vc_column-inner{
		padding-left:0px !important;
		padding-right:0px !important;
	}
	
	iframe#panorama{
		height:450px !important;
	}
	
	#wprmenu_menu ul li a, #wprmenu_menu ul li a:hover,
	#wprmenu_menu.wprmenu_levels ul li,
	body #wprmenu_menu.wprmenu_levels > ul{
		border-left:none !important;
		border-bottom:none !important;
		border-top:none !important;
		border-right:none !important;
	}
	
	.wprmenu_no_border_bottom.menu-item-324 ul{
		display:block !important;
	}	
	
	html body.home{
		margin-top:-42px;
	}
	
	.vc_row-fluid.grid.nopadding{
		left:-15px;
	}
	
	.eingeklinkt{
		display:none;
	}
	
	
	.table .marginalcontainer .wpb_column.vc_col-sm-3{
		display:none;
	}
	
	.table .marginalcontainer .wpb_column.vc_col-sm-9 .wpb_text_column{
		display:block;
		width:90%;
	}
	
	.twothirds{
		width:100%;
	}
	
	.vc_column_container>.vc_column-inner{
		padding-left:15px !important;
		padding-right:15 px !important;
	}
	
	.vc_row.nopadding.grid{
	}
	
	.third{
		width:100%;
	}
	
	.third .overlay{
		background-color:rgba(0,0,0,0.6);
	}	
	
	.third .overlay .text{
		opacity:1;
	}
	
	.third .overlay div.headline{
		top:38%;	
	}
	
	.table .marginalcontainer{
		display:block;
		margin-left:0px;
		margin-right:0px;
	}
	
	.table .marginalcontainer .wpb_column.vc_col-sm-9{
		width:90%;
	}
	
	.table .marginalcontainer .wpb_column.vc_col-sm-9 .wpb_text_column{
		margin-left:15px;
	}
	
	.table .marginalcontainer .wpb_column.vc_col-sm-9 .wpb_text_column.soundcloud{
		width:100% !important;
	}
	
	.table .vc_column_container>.vc_column-inner{
		padding-left:0px !important;
		padding-right:0px !important;
	}
	
	
}



@media screen and (max-width: 800px){
	
	
	
	
	.nopadding .vc_column-inner{
		padding-top:0px !important;
	}
	
	.leftpadding .vc_toggle, .rightpadding .vc_toggle{
		margin-left:auto !important;
		margin-right:auto !important;
		max-width:90%;
	}
	
	body.home .wpb_posts_slider .flex-caption h2{
		    font-size: 60px;
			line-height: 65px;
			width:85%;
	}
	
	body.home .wpb_posts_slider .flex-caption h2 a{
		
			line-height: 65px;
	}
	
	.alternate_date{
		float:none;
		display:block;
		width:100%;
		margin-bottom:20px;
	}
	
	.alternate_content{
		float:none;
		display:block;
		width:100%;
	}
	
	.eventbuttons{
		float:none;
	}
}

#mainnav ul li.menu-item-has-children{
	margin-top:40px;
}

.singleeventimage img{
	width: 100%;
	height:auto;
}

.preevent .singleevent-data .datetime{
}

.mmd_caption:empty{
	display: none;
}

.mmd_desc:empty{
	display: none;
}

.mmd_desc_container:empty{
	display: none;
}

.nostyle ul{
	list-style-type: none;
}

.wpb_gallery_slides .mmd_img{
	width:100%;
}

.gallerylisting .vc_gitem-zone.vc_gitem-zone-c{
	display:none;
}

.gallerylisting .mmd_desc{
	display:none;
}

.mmd_galdesc{
	display: none;
}

.gallerylisting .mmd_galdesc{
	display: block;
	position:absolute;
	text-align:center;
	color:#010101 !important;
	width:100%;
	bottom:10%;
	left:0px;
}

.gallerylisting-header{
	position:relative;
	margin-top:100px;
	margin-bottom:100px;
}

.gallerylisting-header img{
	width:100%;
	height:auto;
	position:relative;
	opacity:0.8;
}

.gallerylisting-header .title{
	position:relative;
	width:100%;
	display:block;
	text-align: left;
	left:0px;
	text-decoration: none;
    color: #ffffff;
    font-size: 2em;
}

.gallerylisting-header .titlecontainer{
	position:relative;
	width:100%;
	display:block;
	text-align: left;
	left:0px;
	text-decoration: none;
    color: #ffffff;
    font-size: 1em;
}

.gallerylisting-header .titlecontainer .title{
	font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    max-width:1360px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
    font-size: 2em;
    color:black;
}



.singleevent-data .event-categories-images img,
.mydarkicon img{
	-webkit-filter: invert(100%);
	filter: invert(100%) !important;
}

body.postid-2524 .mydarkicon img{
	-webkit-filter: none !important;
	filter: none !important;
}

body.page .vc_parallax .vc_parallax-inner,
body.single .vc_parallax .vc_parallax-inner{
	background-size: contain !important;
	background-repeat: no-repeat !important;
	top:0px !important;
	min-height:80vh;
	height:100% !important;
	background-position: center top;
}

.gotocalendar{
	padding-top:7px;
	clear: both;
    width: 150px;
    top: 20px;
    height: auto;
    line-height: 1em;
    position: relative;
    border-top: 1px solid #666;
    font-size: 0.5em;
    margin-left:auto;
    margin-right:auto;
}

.vc_parallax.vc_row-has-fill>.vc_column_container>.vc_column-inner{
	padding-top:0px;	
}	

.singleevent-header{
	overflow: hidden;
}

.singleevent-header .titlecontainer{
	bottom:auto;
	top:0px;
	height:100%;
}

.singleevent-header .titletable{
	display:table;
    width: 100%;
    height: 100%;
}

.singleevent-header .titletable .row{
	display: table-row;
    width: 100%;
    height: 100%;
}

.singleevent-header .titletable .row .title{
	display: table-cell;
    width: 100%;
    height: 100%;
    bottom:auto;
    top:auto;
    vertical-align: middle;
}



#wprmenu_menu .current_page_parent a{
	color:#CFCFCF !important;
}

#wprmenu_menu .current_page_parent .current-menu-item a{
	color:#EB9404 !important;
}


@media screen and (min-width: 1900px){
	body.page .vc_parallax .vc_parallax-inner,
	body.single .vc_parallax .vc_parallax-inner{
		background-size: cover !important;
	}
}	

@media screen and (max-height: 1200px){
	body.page .vc_parallax .vc_parallax-inner,
	body.single .vc_parallax .vc_parallax-inner{
		background-size: cover !important;
	}
	
	.singleevent-header .titlecontainer .title{
		max-width:85%;
	}
}	

@media screen and (max-width: 1000px){
	.vc_row.vc_parallax{
		padding-top:50px !important;
		padding-bottom:50px !important;
	}
	
	.vc_row.vc_parallax .superhead h1{
		font-size: 80px;
		line-height: 85px;
	}
	
	
	.singleevent-header .titlecontainer{
		bottom:35%;
	}
	
	.singleevent-header .titlecontainer .title{
	
		font-size: 80px;
		line-height: 85px;
	}	
	
}

@media screen and (max-width: 800px){
	.singleevent-header .titlecontainer{
		bottom:30%;
	}
	
	.singleevent-header .titlecontainer .title{
	
		font-size: 70px;
		line-height: 75px;
	}
	
	.form-50{
		width:100% !important;
	}
	
	.form-50.smallmobile{
		width:30% !important;
	}
}

@media screen and (max-width: 782px){	
	
	
	
	body.home #page{
		margin-top:-45px;
	}
	
	.superhead{
		margin-top:-45px;
	}
}	

@media screen and (max-width: 782px) and (max-height: 900px){	
	.superhead{
		margin-top:-100px;
	}
	
	.superhead.left h1{
		margin-top:100px;
	}
}	


table.foodanddrinks{
	width:90%;
	border-spacing: 0;
    border-collapse: collapse;
}

table.foodanddrinks td{
	border-bottom:1px solid #ccc;
	padding-top:5px;
	padding-bottom:5px;
	vertical-align: top;
}

table.foodanddrinks tr td{
	white-space: nowrap;
	width:12%;	
	text-align: right;
	padding-right:0px;
}	

table.foodanddrinks tr td:first-of-type{
	white-space: inherit;
	width:76%;	
	text-align: left;
	padding-right:30px;
}	

	
	

@media screen and (max-width: 768px){	
	body #page .vc_video-bg-container{
		padding-top:20px !important;
		padding-bottom:20px !important;
		background-color:black !important;
	}
	
	.vc_video-bg-container  .superhead h1{
		font-size: 50px;
		line-height: 55px;
		margin-top:0px;
	}
	
	table.foodanddrinks{
		width:100%;
		border-spacing: 0;
	    border-collapse: collapse;
	}
	
	table.foodanddrinks td{
		padding-right:30px;
		border-bottom:1px solid #ccc;
		padding-top:5px;
		padding-bottom:5px;
		width:15%;
		text-align: right;
	}
		
	table.foodanddrinks tr td:first-of-type{
		width:70%;
		text-align: left;
	}	
	
}



@media screen and (max-width: 450px){
	
	body.page-id-505 .table .marginalcontainer .wpb_column.vc_col-sm-9{
		width:94%;	
	}
	
	body.page-id-505 .table .marginalcontainer .wpb_column.vc_col-sm-9 .special_link:first-of-type{
		margin-left:15px !important;
		min-width:96% !important;
		padding-bottom:5px;
	}
	
	body.page-id-505 .table .marginalcontainer .wpb_column.vc_col-sm-9 .special_link:last-of-type{
		margin-left:15px !important;
		min-width:96% !important;
		padding-bottom:5px;
	}
	
	.mobileonly{
		display:block !important;
	}
	
	.mobileonly.vc_row-o-content-middle{
		display: flex !important;
	}
	
	.desktop{
		display: none !important;
	}
	
	.flex-direction-nav{
		display: none;
	}
	
	body.home .wpb_gallery .wpb_flexslider .flex-control-nav{
		display: none;
	}
	
	body.home .wpb_posts_slider .flex-caption h2{
		font-size: 50px;
		line-height: 55px;
	}
	
	body.home .blackbox .date{
		font-size:0.8em;
	}
	
	body.home .wpb_posts_slider .flex-caption h2{
		font-size: 40px;
		line-height: 1em !important;
	}
	
	body.home .wpb_posts_slider .flex-caption h2 a{
		line-height: 1em !important;
	}
	
	.singleevent-header .titlecontainer .title{
		font-size: 40px !important;
		line-height: 1em !important;
		padding-left:10%;
		padding-right:10%;
		margin-left:auto;
		margin-right:auto;
	}
	
}

@media screen and (max-width: 320px){
	.catoptions{
		display: none !important;
	}
	
	body.home .wpb_posts_slider .flex-caption .blackbox, body.single .blackbox{
		bottom:0px;
		padding-bottom:105px;
	}
}	



@media screen and (max-width: 600px){	
	
	body.home .vc_row-o-full-height{
		min-height: 90vh !important;
		top: -45px;
		position: relative;
	}
	
	.event-categories-images{
		padding-left:0px;
	}
	
	
	h1,h2,h3{
		-moz-hyphens: auto;
		-o-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto; 
		word-wrap: break-word;
	}
	
	.wpb_image_grid .wpb_image_grid_ul .isotope-item{
		position: relative;
		height:auto;
		width:100% !important;
	}
	
	.wpb_image_grid .wpb_image_grid_ul img{
		width:100% !important;
	}
	
	body.home .wpb_posts_slider .flex-caption .blackbox, body.single .blackbox{
		bottom:0px;
		padding-bottom:95px;
	}
	
	body.home .blackbox .catimage, body.single .blackbox .catimage{
		display: none;
	}
	
	body.home .blackbox .date{
		width:100%;
		height:auto;
	}
	
	body.home .wpb_gallery .wpb_flexslider .flex-control-nav{
		bottom:40% !important;
	}
	
	body.home .blackbox .catoptions{
		width:100%;
		margin-top:10px;
	}
	
	body.home .blackbox .catoptions div.shareme,
	body.home .blackbox .catoptions a{
		display:inline-block;
	}
		
	.vc_row.vc_parallax{
		height:100vh;
	}
	
	.logoreihe img{
		width:50%;
		height:auto;
		display: block;
		margin-left:auto;
		margin-right:auto;
	}
	
	h2{
		line-height:120%;
	}
	
	.superhead.left h1{
	    font-size: 45px;
		line-height: 55px;
	}
	
	h1{
	    font-size: 45px;
		line-height: 55px;
	}
	
	.superhead.left h1 br{
		display: none;	
	}	
	
	.table .marginalcontainer .wpb_column{
		padding-top:40px;
	}
	
	.table .marginalcontainer .wpb_column.vc_col-sm-9 .wpb_text_column.left{
		width:100% !important;
	}
	
	.vc_toggle .vc_toggle_title>h4{
		display: inline-block !important;
	    max-width: 90%;
	    margin-top: 0;
	    margin-bottom: 15px;
	}
	
	#scrolltotop{
		bottom:60px;
	}
	
	.vc_row.vc_parallax{
		padding-top:20px !important;
		padding-bottom:20px !important;
	}
	
	.vc_row.vc_parallax .superhead{
		margin-bottom:0px;
	}
	
	.vc_row.vc_parallax .superhead h1{
		font-size: 50px;
		line-height: 55px;
		margin-top:0px;
		max-width: 80%;
	}
	
	.leftpadding .vc_toggle, .rightpadding .vc_toggle{
		margin-left:0px;
		margin-right:15px;
	}
	
	.css-events-list .vc_toggle_title h2{
		padding-left:0px;
	}
	
	.vc_toggle_content.alternate{
		padding-left:15px !important;
		padding-right:15px !important;
	}
	
	.singleevent-header .titlecontainer{
		bottom:20%;
	}
	
	.singleevent-header .titlecontainer .title{
	
		font-size: 60px;
		line-height: 65px;
	}
	
	.vc_row-fluid.grid.nopadding{
		left:-15px !important;
	}
	
	.nopadding .third{
		width:100%;
	}
	
	.csbwfs-social-widget {
	    position: fixed;
	    width: 100%;
	    z-index: 99999;
	    text-align: center;
	    background-color: #000000 !important;
	    left:0px !important;
	    right:auto !important;
	    bottom:0px !important;
	    top:auto !important;
	}
	
	.csbwfs-social-widget .csbwfs-sbutton {
	    background: none;
	    float: none;
	    height: 42px;
	    margin: 0;
	    padding: 0;
	    position: relative;
	    width: 50px;
	    display: inline-block;
	}
	
	.eventbuttons{
		float:none !important;
		width:100%;
	}
	
}	


@media screen and (max-width: 1024px) and (min-height: 900px){
	body.home .wpb_posts_slider .flex-caption .blackbox{
		padding-bottom:150px;
	}
	
	body.home .wpb_gallery .wpb_flexslider .flex-control-nav{
		bottom:35% !important;
	}
}

@media screen and (max-width: 1024px) and (max-height: 768px){
	body.home .wpb_posts_slider .flex-caption .blackbox{
		padding-bottom:150px;
	}
	
	body.home .wpb_gallery .wpb_flexslider .flex-control-nav{
		bottom:35% !important;
	}
}	

@media screen and (max-width: 600px) and (max-height: 800px){
	body.home .wpb_posts_slider .flex-caption .blackbox{
		padding-bottom:90px;
	}
	
	body.home .wpb_gallery .wpb_flexslider .flex-control-nav{
		bottom:35% !important;
	}
}

#wprmenu_bar{
}

#wprmenu_bar .menu_title{
	font-family: 'norwesterregular', sans-serif;
	margin-top:-2px;
	line-height: 30px;
	cursor: pointer;
	float: left;
	left: 10px;
	margin-top: 3px;
}

#wprmenu_bar .wprmenu_icon{
	margin-top:4px;
}

#wprmenu_bar.menu_is_opened .wprmenu_icon{
	margin-top:2px;	
}	

#wprmenu_bar .wprmenu_icon span{
	height:2px;
}

.vc_gitem-is-link{
	cursor:default !important;
}

.checkbox-mindestverzehr,
.checkbox-dinner,
.adressdatenbank,
.checkbox-reservierungsbereich,
.checkbox-side-lounge,
.checkbox-dinner,
.checkbox-Einbindung,
.checkbox-Exklusiv,
.checkbox-show,
.checkbox-welcomedrink,
.checkbox-dj,
.checkbox-haustechnik,
.checkbox-buffet,
.checkbox-kinglounge,
.checkbox-sidelounge,
.checkbox-reservierungsbereich-klein,
.checkbox-mittlere-lounge,
.checkbox-jim-beam-sidelounge,
.checkbox-vip-bereich
{
	float:left;
}

.shortdate input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date{
	max-width:100px;	
}	

.shortdate input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-required.wpcf7-validates-as-number{
	max-width:70px;
}

input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date{
	width: 94% !important;
	padding-bottom: 8px !important;    
}

.checkboxlabel{
	    display: inline-block;
    width: 80%;
    float: left;
}

.vc_toggle_content form{
	max-width: 99%;
}

.pp_top{
	display:none;
}

div.pp_default .pp_content_container .pp_right{
	background:none !important;
}

div.pp_default .pp_content_container .pp_left{
	background:none !important;
}

.pp_bottom, .pp_description, .pp_nav{
	display:none !important;
}

div.pp_default .pp_content{
	background:transparent !important;
}

div.pp_default .pp_close{
	
}

.pp_details{
	position: absolute !important;
    top: 10px;
    right: 30px;
}

.wpcf7-list-item-label{
	display: none;
}

a.pp_close{
	z-index:99999999;
}

a.pp_expand{
	display: none !important;
}

#mc_embed_signup input[type=text],
#mc_embed_signup input[type=email]{
	padding: 10px;
    width: 97%;
    border: 1px solid #ccc;
    max-width: 500px;
    margin-bottom:1.5em;
}

#mc-embedded-subscribe.button{
	border: 1px solid #ccc;
    padding: 10px;
    background-color: #ffffff;
    color: inherit !important;
    font-size: 0.9em;
    font-family: 'Titillium Web', serif;
}

.mce_inline_error{
	width: 97%;
    max-width: 500px;
}