@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }
	
	#maincopy {
		margin-right: 0 ! important;
	}
	#container {
         box-shadow: none ! important;
	}
	#subHeaderImage {
		z-index: 1;
	}
}

.big-spacer {
	height: 3em;
}

.little-spacer {
	height: 1.2em;
}

.image-break {
	height: 400px;
	z-index: -2;
}
a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
	transition: .2s;
}
a.skip-main:focus, a.skip-main:active {
    color: #fff;
    background-color:#000;
    left: 25px;
    top: 70px;
    width: auto;
    height: auto;
    overflow:auto;
    
    padding:8px;
    border-radius: 5px;
    border:2px solid yellow;
    text-align:center;
    font-size:1.2em;
	font-family: "Raleway", sans-serif;
    z-index:1001; /* above mobile nav */
}


.unslider-container {
	height: 600px;
}


.unslider-wrap {
	background-color: #000;
	overflow: hidden;
}

#facilities-block .container {
 margin: 0em auto 2em auto;
 overflow: hidden;
}

#facilities-block a.button {
	text-align: center;
	width: auto;
	min-width: 0;
}
#facilities-block .image {
 position: relative;
 height: auto;
 background-position: 50% 50%;
 background-size: 100% auto;
 max-height: 550px;
 overflow: hidden;
}

#facilities-block .image img {
 width: 100%;
 height: auto;
 display: block;
}
 
#facilities-block .title {
 color: #fff;
 font-family: Raleway;
 background-color: rgba(40,0,10,1);
 vertical-align: middle;
 font-size: 1.2em;
 line-height: 1.2em;
 left: 0;
 right: 0%;
 bottom: 0%;
 }
 
 #facilities-block .title > p {
	 padding: 1em;
	 display: inline-block;
 }
 #facilities-block .container .content {
	padding: 2em 1em;


  }
  
 #facilities-block .container .title .notes {
  background-color: #fff;
  padding: 1.4em;
  float: right;
  width: 45%;
  /*box-shadow: 0 0 6px 2px rgba(30,30,0,.4);*/
  border: 1px solid rgba(44,44,44,.4);
  margin: 1.5em 1.5em 1em 1.5em;
  font-family: Raleway;
  font-size: .9rem;
  line-height: 1.4em;
  color: #111;
  }
#facilities-block .container .title .notes p {
	padding-bottom: .75em;
	line-height: 1.4em;
}
#facilities-block .container .title .notes p.reserveButton {
	padding-bottom: 0;
}

#facilities-block .container .title .notes .terms-reveal {
	cursor: pointer;
	font-style: italic;
	color: #700;
	color: #900;
	font-size: .8em;
	white-space: nowrap;
}
#facilities-block .container .title .notes .terms-reveal i.material-icons {
	transition: .4s;
	vertical-align: middle;
	font-size: 20px ! important;
	padding: 0 ! important;
	line-height: 20px;
	color: #900;
	margin-bottom: 2px;
}
#facilities-block .container .title .notes .terms-reveal i.material-icons.expanded {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	/*color: #888;*/
}
	
	
#facilities-block .container .title .notes .terms {
	 /*display: inline-block;*/
	 display: none;
	 float: left;
	 margin: 1em 0;
 }

#form-messages {
	padding: 1em;
	margin: 0 0 1.5em 0;
	display: none;
	visibility: hidden;
	border-radius: 5px;
}
#form-messages.success, #form-messages.error {
	display: block;
	visibility: visible;
}
#form-messages.success {
	border: 1px solid green;
	background: #dfd;
}

#form-messages.error {
	border: 1px solid red;
	background: #fdd;
	
}
* {
 margin: 0;
 padding: 0;
-webkit-font-smoothing:antialiased
-webkit-overflow-scrolling: none;
box-sizing: border-box; 
}

html {
 overflow-y: scroll; /* Force scrollbar */
 -webkit-text-stroke: 0.0px;
 height: 100%;
 -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape */
}
.noshow {
 display: none;
}
img {
/*image-rendering:optimizeQuality;
-ms-interpolation-mode:bicubic;*/
}

a {
 color: #C00;
 text-shadow: 0 0 1px rgba(0,0,0,.1);
 /*outline: 0;*/
 text-decoration: none;
}
body.mouse-active {
	 outline: 0;
}

a img {
 border: 0;
}
a.dead_link {
 cursor: not-allowed ! important;
}
a.link {
	cursor: pointer;
}

a.anchor:before {
	content: '';
	display: block;
	position: relative;
	width: 0;
	height: 60px;
	margin-top: -60px; 
}
body {
 color: #454550;
 color: #353540;
 font-size: 100%;
 font-family: "adobe-caslon-pro";
 height: 100%;
 height: 100vh;
 font-family: "Sorts Mill Goudy";
}

:focus {
	outline: #000 auto Highlight;
	outline: auto 2px -webkit-focus-ring-color;
	transition: none ! important;
}

body.mouse-active :focus {
	outline: none;
}
main:focus {outline: 0;}

.numeric {
 font-family: Arial;
}

#container {

 margin: 0 auto;
 background-color: #fff;
 box-shadow: 0px 0px 16px #252525;
 box-shadow: 0px 0px 16px #151515;
 overflow: hidden;
}



/*** scrollToTop Button ***/

#scrollToTopButton {
	position: fixed;
	bottom: 12%;
	right: 0;
	font-weight: bold;
	visibility: hidden;
	opacity: 0;
	font-size: 24px;
	background: rgba(36,36,36,.8);
	padding: 8px 6px;
	line-height: 0;
	transition: .3s;
	border-radius: 5px 0 0 5px;
	z-index: 201;
	cursor: pointer;
	color: #f3c874;
}
#scrollToTopButton:hover {
	background: rgba(231,200,116,.9);
	color: #222;
}
#scrollToTopButton.shown {
	visibility: visible;
	opacity: 1;
}
#scrollToTopButton .material-icons {
	font-size: 24px;
}




#mainNav {
 text-align: center;
 font-family: "Raleway";
 letter-spacing: .15em;
 font-weight: 600;
 text-transform: uppercase;
 position: fixed;
 top: 0;
 width: 100%;
 height: 50px;
 z-index: 100;
 background-color: #400;
 background: rgba(60,5,5,1);
 font-size: .8em;
 color: #fff;
}

#closure_notice {
	line-height: 1.8em;
	position: absolute;
	top: 0%;
	width: 40%;
	border: 1px solid #770000;
	background-color: #770000;
	padding: 30px;
	margin: 20px 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	visibility: hidden;
	opacity: 0;
	transition: .5s;
	color: #fff;
	box-shadow: 10px 10px 10px rgba(0,0,0,.4);

}
#closure_notice p {
		line-height: 1.9em;
}
#closure_notice:before {
	content: "";
	position: absolute;
	top: 6px;
	bottom: 6px;
	left: 6px;
	right: 6px;
	border: 1px solid #b99;
}
#closure_notice .close_button {
	border: 1px solid white;
	display: inline-block;
	text-transform: lowercase;
	margin: 10px 0 0 0;
	padding: 3px 8px;
	cursor: pointer;
	z-index: 100;
	position: relative;
	transition: .3s;
}
#closure_notice .close_button:hover {
	background-color: #fff;
	color: #700;
}
#closure_notice.revealed {
	top: 100%;
	visibility: visible;
	opacity: 1;
	
}
#menuButton {
 text-align: left;
 margin-left: 5px;
 display: none;
 cursor: pointer;
 height: 50px;
}
#menuButton .menuButton {
	margin-top: 13px;
	margin-left: 10px;
}
#navigation {
 padding-top: 0px;
 min-width: 600px;
 white-space: nowrap;
 margin: 0 auto;
 display: table; /* Fallback */
 display: flex;
 display: -webkit-flex;
 flex-basis: auto;
 justify-content: space-between;
 -webkit-justify-content: space-between;
 padding-left: 30px;
 padding-right: 30px;
}

#navigation li {
 display: inline-block;
 min-width: 1%;
 list-style-type: none;
 padding-left: 1em;
 padding-right: 1em;
 position: relative; 
}

#navigation li img {
 vertical-align: middle;
 max-height: 32px;
}
#navigation li.highlighted a {
 color: #fc6;
 color: #fff;
}

#navigation li:last-child {
 border-right: none;
}
#navigation li a {
 text-decoration: none;
 color: #FFF;
 padding: 6px 0;
 padding: 6px 4px;
 transition: .1s;
 display: block;
 margin-top: 12px;
}
#navigation li.icon a {
	margin-top: 3px;
}
#navigation li a:hover {
 color: #eecc88;
 }

#navigation li a.active {
 padding-bottom: 6px;
 color: #eecc88;
 /*border-bottom: 1px solid rgba(233,200,128,.3);*/
}
#navigation li.icon a.active {
	border-bottom: none;
}
.subHeaderImageContainer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	
	width: 100%;
	height: 70%;
	overflow: hidden;
}
#subHeaderImage {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
 z-index: -1;
 /*line-height: 0;*/
 height: 600px;

 
 width: 100%;
 overflow: hidden;
 background-size: cover;
 background-repeat: no-repeat;
 background-position: 50% 50%;
}

#subHeaderImage.hidden {
	visibility: hidden;
	opacity: 0;
}
#subHeaderImage.fullHeight {
	position: fixed;
	min-height: 900px;
	height: 100%;
	/*height: 100vh;*/
}
	
	
#subHeaderImage img {
 width: 100%;
}

#subHeaderImageBanner {
	position: absolute;
	top: -5%;
	left: 10%;
	z-index:10;
	width: auto;
	font-family: "Raleway";
	background: rgba(245,224,88,.9);
	background: rgba(240,240,200,.9);

	color: #223623;
	color: #f00;
	text-align: left;
	line-height: 0;

}


#home-inset {
 width: 85%;
 font-size: 1.2em;
 position: relative;
 box-shadow: 0 0 10px rgba(0,0,0,.5);
 background-color: #fff;
 background-color: rgba(255,255,255,1);
 padding: 30px;
 margin: -200px auto 0px auto;

 text-align: center;
}
#home-inset > * {
	padding: 10px;
}
#home-inset p.tagline, #home-inset h3.tagline {
 font-family: "utopia-std-caption";
 font-family: "adobe-caslon-pro";
 font-size: 1.6em;
 color: #444;
 line-height: 1.3em;
 letter-spacing: .03em;
 font-variant: small-caps;
 font-weight: normal;
 /*text-shadow: 3px 3px 3px rgba(128,100,50,.2);*/

}
#home-inset p {
	line-height: 1.5em;
	color: #666;
}
#home-inset:before {
	content: "";
	position: absolute;
	top: 14px;
	bottom: 14px;
	left: 14px;
	right: 14px;
	border: 1px solid rgba(128,100,50,.25);
}

.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.split {
	width: 33%;
}
.split-two {
	width: 48%;
}
.boxes-container {
	margin: 0;
}
.boxes {
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.boxes > div {
	float: left;
	width: 33.3%;
	padding-bottom: 40%;
	position: relative;
}
.boxes > div.single {
	width: 100%;
}
.boxes > div > div {
	margin: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-position: 50% 50%;
	background-size: cover;
	/*opacity: .9;*/
	transition: .2s;
}
.boxes > div > div:hover {
	opacity: 1;
}
.boxes.nohover > div > div {
	opacity: 1;
}
.boxes > div:first-child > div {
	margin-left: 0;
}
	
.boxes > div:last-child > div {
	margin-right: 0;
}
	

.boxes a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.boxes a .overlay {
	position: absolute;
	top: 0em;
	left: 0em;
	bottom: 0em;
	right: 0em;

	background-color: rgba(12,12,16,.8);
	opacity: 0;
	visibility: hidden;
	transition: .3s
}
.boxes a.hovered .overlay {
	top: 1em;
	left: 1em;
	bottom: 1em;
	right: 1em;
	opacity: 1;
	visibility: visible;
}
.boxes a .overlay .overlay-text {
	position: absolute;
	bottom: 2em;
	left: 2em;
	font-family: "Raleway";
	color: #fff;
	font-size: 1em;
	text-shadow: 0 0 8px #000;
}
.boxes a .overlay .overlay-text i.material-icons {
	font-size: 18px;
	vertical-align: middle;
	padding-bottom: 2px; 
}
#pageMain {
	background-color: #fff;	
	margin-top: 600px;
}
#pageMain.fullHeight {
	margin-top: 100vh;
}
.pageMain {
	background-color: #fff;
}
.constraint_box_lower {
 margin: 0 auto;
 padding: 1px 1em;
 max-width: 1200px;
}

#copybox, .copybox {
 width: 100%;
}

#maincopy, .maincopy {
 
 font-size: 1.16em;
}

img {
	/* keep images from extending beyond the right border of maincopy */
 max-width: 100%;
}
#maincopy img.left {
 float: left;
 padding: 0px 10px 8px 0px;
 margin-right: 1em;
}
#maincopy img.right {
 float: right;
 padding: 0px 0px 8px 10px;
 margin-left: 1em;
}
img.thumbnail {
	max-width: 200px;
}
p {
 line-height: 1.7em;
 padding-bottom: 1.5em;
}
p:last-child {
 padding-bottom: 0;
}

#maincopy p.heading {
 font-size: 1.15em;
 font-weight: bold;
 margin-bottom: 8px;
 margin-left: 0px;
 padding-bottom: 3px ! important;
 color: #222;
 font-family: "Sorts Mill Goudy";

}

.copy.standout {
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
	font-size: 1.1em;
}

.copy.standout p.intro {
	padding-bottom: 1em;
	color: #111;
}
 /* Never pad the last paragraph in a copy block */
.copy p:last-child {
	padding-bottom: 0 ! important;
}
.copy {
	max-width: 800px;
	margin: 0 auto;
	overflow: hidden;
}

.copy.flexbox {
	display: flex;
	-webkit-display: flex;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
	
}
.copy.flexbox .flex-child {
	margin: 0 2%;
	flex: 1 1 0;
	-webkit-flex: 1 1 0;
	margin-bottom: 1em;
}
.copy.flexbox .flex-child p {
	min-width: 250px;
}

.headline, .copy h1 {
	font-size: 1.5em;
	color: #445;
	margin-bottom: 0px; 
	line-height: 1em;
	padding-bottom: .9em;
	font-weight: normal;
	
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: 'Raleway';
	font-variant: small-caps;
	text-transform: lowercase;
	padding-bottom: .9em;
	letter-spacing: .05em;
	color: #666;
	line-height: 1em;
}

.headline:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 160px;
    margin-top: .8em;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(233, 200, 180, 0.85), rgba(0, 0, 0, 0));
	
}



div.event {
	margin: 0px 0 40px 0;
}
div#event_list div:last-child {
	margin-bottom: 20px;
}
div.event:last-child {
	margin-bottom: 0;
}

div.event ul {
	list-style-type: none;
	margin-left: 30px;
}
div.event ul li {
	line-height: 1.3em;
	padding-bottom: 8px;
}

.event .header {
	font-family: 'Raleway', sans-serif;
}
#map {
	min-height: 300px;
	background-image: url(/images/contact.gif);
	background-position: 15% 80%;
	border: 1px solid #ccc;
	position: relative;
}

#map .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #440000dd;
	color: #fff;
	text-align: center;
	padding: .5em;
	transition: .2s;
	font-family: raleway;
	font-size: .86em;
	
}
#map:hover .overlay {
	background-color: #880000ff;
}

#reservationsbox {
 display: none;
 width: 236px;
 border-left: 1px solid #aaa;
 border-right: 1px solid #aaa;
 border-bottom: 1px solid #aaa;
 padding: 10px 0;
 font-size: 1.2em;
 color: #222;
 margin: 0 auto;
 background-color: #e1e1d9;
}
#mailinglistbox {
 display: none;
 width: 236px;
 border-left: 1px solid #aaa;
 border-right: 1px solid #aaa;
 border-bottom: 1px solid #aaa;
 padding: 10px 0;
 font-size: 1.2em;
 color: #111;
 margin: 0 auto;
 background-color: #e1e1d9;
}


form.mailing_list p.note {
	font-size: .86em;
	line-height: 1.3em;
	text-align: left;
	margin: 0 28px;
}
form.mailing_list p.checkbox {
 text-align: left;
 padding-bottom: 0;
 margin-left: 10px;
 margin-top: 15px;
}

.event-request-container {
	padding: 1em;
	margin-left: 2.6em;
	margin-bottom: 1em;
	background-color: #efefe9;
	clear: right;
	font-family: Raleway;
	position: relative;
}

.event-request-container .lightbox {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,.86);
	opacity: 0;
	visibility: hidden;
	transition: .2s;
}

.event-request-container .lightbox.waiting {
	opacity: 1;
	visibility: visible;
}
.event-request-container .lightbox img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.event-request-container p.note {
	color: #B00; font-size: .8em; line-height: 1.3em; padding-top: 3px;
}
.event-request-container p.note i.material-icons {
	font-size: 18px;
	vertical-align: middle;
}
#maincopy .event-request-container p.heading {
	font-size: 1rem;
	font-family: Raleway;
}
.event-request-container .control-label {
	font-size: .8rem;
	margin-bottom: .4em;
	display: block;
	font-weight: bold;
}

.event-request-container .control-label sup {
	font-family: Arial, sans-serif;
	padding-left: 3px;
	font-size: 1rem;
	position: absolute;

}

form .control-group {
	padding-bottom: .8em;
	font-size: .95rem;
}


form .control-group.split-two {
	width: 50%; /* remove space between inline-block elements to prevent drop due to white space */
	display: inline-block;

	padding: .5%;
	vertical-align: top;
	padding-bottom: .8em;
}
form .control-group.split {
	width: 50%;
	display: inline-block;

	padding: .5%;
	vertical-align: top;
	padding-bottom: .5em;
}

form .control-group.split-two.left {
	width: 55%;
}
	
form .control-group.split-two.right {
	width: 45%;
}
form .control-group.split-two input {
	width:100%;
	font-size: .8rem;
}

form .control-group.split input {
	width:100%;
	font-size: .8rem;
}
.event-request-container form input,  .event-request-container form textarea {
	width: 100%;
}
.event-request-container form textarea {
	height: 80px;
}

form input, form select {
	padding: .2em;
	font-size: .95rem;
	font-family: "Raleway", sans-serif;
}

form fieldset {
	border: 0;
}
a.social_media img {
	margin-bottom: 20px;
	margin-left: .5em;
	margin-right: .5em;
	opacity: 0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	-moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

a.social_media img:hover, a.social_media img.on {
	opacity: 1 ! important;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}


#footerPreImage {
 position: relative;
 line-height: 0;
 height: 70%;
 max-height: 800px;
 min-height: 400px;
 overflow: hidden;
 background-size: cover;
 background-position: 50% 50%;
 
 background-color: #222229; /* Fallback for browsers that don't know background-size */
 background-repeat: no-repeat;
}

#footerPreImage.left {
	background-position: 25% 50%;
}
#footerPreImage.right {
	background-position: 75% 50%;
}
#footerPreImage img {
 width: 100%;
}

#footer {
 color: #d6d6d6;
 padding: 10px;
 font-size: .75em;
 letter-spacing: .1em;
 text-align: center;
 font-family: "Raleway";
 text-transform: uppercase;
 background-color: #223226;
 background-color: #0d1c21;

}
#footer ul {
 display: table;
 
 margin: 0 auto;
 padding: 20px;
}
#footer ul li {
 list-style-type: none;
 display: table-cell;
 padding: 0 8px;
 vertical-align: middle;
 width: 20%;
 line-height: 1.4em;
}
#footer ul li:last-child {
 border-right: none;
 padding-right: 0;
}
#footer a {
 color: #eee;
 text-decoration: none;
 transition: .2s;
}

#footer a:hover {
 color: #eecc88;
 text-decoration: none;
}
.copyright {
 text-align: center;
 color: #98A298;
 font-size: 1em;
 text-transform: none;
 padding: 6px 0 0px 0;
 letter-spacing: .04em;
}

#menuContainer {
	padding: 0 40px;
	/*max-width: 840px;*/
	margin: 0 auto;
}

div#menus {
 margin: 0 auto;
 text-align: center;
 position: relative;
}
div#menus p {
	text-align: center;
}

.menuboxContainer, .genericBoxContainer {
	width: 33%;
	padding: 1em;
	display: inline-block;
	
}

.menubox, .genericBox {
 background-size: cover;
 background-position: 50% 50%;
 min-height: 250px;
 position: relative;
 display: inline-block;
 width: 100%;
 padding-bottom: 100%;

}
	
.menubox a, .genericBox a {
 display: block;
 color: #fff;
 
 text-shadow: 0 0 4px #000;
 padding: 10px;
 font-family: "Raleway";
 font-size: .8em;
 transition: .2s;
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;

}

.menubox:before, .genericBox:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.menubox .overlay, .genericBox .overlay {
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 60px;
	background-color: rgba(30,0,0,.9);
	transition: .2s;
	line-height: 1.3em;
}
.menubox .overlay.active, .genericBox .overlay.active {
	/*height: 44px;*/
	background-color: rgba(120,0,0,1);
}
.menubox .overlay .text, .genericBox .overlay .text {
	position: absolute;
	top: 50%;
	width: 100%;
	padding: 1em;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.button {
 border-radius: 30px;
 background: #570000;
 color: #fff;
 padding: 8px 12px;
 font-family: "Raleway", sans-serif;
 margin: 0px auto;
 display: inline-block;
 white-space: no-wrap;
 font-size: .96rem;
 text-decoration: none;
 -webkit-transition: .2s;
 transition: .2s;
 border: 0;
 min-width: 200px;
 line-height: normal;
}

.button:hover, .button.hovered {
 background: rgba(255,255,255,1);
 background-color: #900;
 color: #fff;
 cursor: pointer;
 /*border: 1px solid #900;*/
}
.button:active {
 background: #fff;
}

.button.white {
	/*border-radius: 0;*/
	background-color: rgba(255,255,255,.9);
	background-color: #fff;
	color: #000;
	padding: 8px 20px;
	min-width: 0;
	font-size: .7em;
	font-weight: 600;
}
.button.white:hover {
	background-color: rgba(0,0,0,.8);
	color: #fff;
}

.button.white:focus {
	background-color: rgba(0,0,0,.8);
	color: #fff;
}


/* PRIVATE EVENT FACILITIES */


#private-event-facilities {
	height: 100%;
	min-height: 600px; /* need to match slider height or pageMain will flow up under the unslider as this div shrinks vertically on short screens */
}
#private-event-facilities .unslider, #private-event-facilities .unslider-wrap > li {
	height: 100%;
	min-height: 600px;
	position: relative; /* needed for slide animatino */
}
#private-event-facilities .unslider-container {
	height: 100%;
}

#private-event-facilities .unslider-wrap > li > div {
	height: 100%;
	background-size: cover;
}
#private-event-facilities .unslider-nav {
	position: absolute;
	bottom: 0;
	background-color: rgba(0,0,0,.5);
}
#private-event-facilities .unslider-nav ol li {
  -webkit-tap-highlight-color: rgba(227, 181, 54, 0); /* Try this at 0 for just the slider dots */
  display: inline-block;
  width: 5%;
  height: 10px;
  border-radius: 0px;
  margin: 1em 0em;
  background: #fff;
  overflow: hidden;
  text-indent: -999em;
 
  border: 1px solid rgba(255,255,255,.2);
  cursor: pointer;
  vertical-align: bottom;
  transition: .25s;
}

#private-event-facilities .unslider-nav ol li:hover {
	/*background-color: #ffdd66;*/
}
	
#private-event-facilities .unslider-nav ol li.unslider-active {
  background-color: #b00;
  background-color: #c00;
  color: #fff;
  cursor: default;
}

#private-event-facilities .unslider-arrow {
	border-radius: 0;
	background-color: transparent;
	color: #fff;
	top: 50%;

}
#private-event-facilities .unslider-arrow.prev {
	left: 0;
}
#private-event-facilities .unslider-arrow.next {
	right: 0;
}
#private-event-facilities .unslider-arrow i.material-icons {
	font-size: 50px;
	/*text-shadow: 0 0 8px rgba(0,0,0,1);*/
	transition: .4s;
	background-color: #000;
	background-color: #900;	
}

#private-event-facilities .unslider-arrow i.material-icons:hover {
	/*text-shadow: 0 0 8px rgba(255,255,255,.9);*/
	background-color: #c00;
	}	

#private-event-facilities .unslider .copy-container {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	color: #fff;
	padding: 5em 5em;

	margin: 0;
	opacity: 1;
	transition: .5s;
}
#private-event-facilities .unslider .copy-container.right .copy {
	text-align: right;
}
#private-event-facilities .unslider .copy-container.hidden  {
	opacity: 0;
	visibility: hidden;	
}
#private-event-facilities .unslider .visibility-off {
	/*margin: 1em 0;*/
	display: inline;
	line-height: 0;
}

#private-event-facilities .unslider .visibility-on {	
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,.3);
	background: #000;
	/*opacity: 0;*/
	/*visibility: hidden;*/
	transition: .5s;
	color: #fff;
	cursor: pointer;	
}

#private-event-facilities .unslider .visibility-on i.material-icons {	
	position: relative;
	top: 52%;
	width: 36px;
	font-size: 36px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	text-shadow: 0 0 8px #000;
	transition: .5s;
}
#private-event-facilities .unslider .visibility-on.shown {	
	opacity: 1;
	visibility: visible;
}

#private-event-facilities .unslider .visibility-on.shown i.material-icons {	
	top: 50%;
}

#private-event-facilities .unslider .copy {
	position: absolute;
	bottom: 35px;
	width: 40%;
	max-width: 600px;
	min-width: 400px;
	color: #fff;
	/*transform: translateY(-50%);*/
	/*-webkit-transform: translateY(-50%);*/
	font-size: 1.2em;
	text-shadow: 0 0 10px rgba(0,0,0,1);
	transition: .5s;
	margin: 0;
}
#private-event-facilities .unslider .copy.centered {
	width: 50%;
	max-width: 1000px;

}
#private-event-facilities .unslider .copy p {
	line-height: initial;
	padding-bottom: 1em;
}


#private-event-facilities .unslider .copy-container.center {
	background: rgba(3,5,12,.7);
	left: 0;
	right: 0;
	width: auto;
	
}	
#private-event-facilities .unslider .copy-container.center .copy {
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto; /* override bottom declaration for main copy block */
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	text-align: center;
}
#private-event-facilities .unslider .copy-container .copy i.material-icons {
	vertical-align: middle;
	cursor: pointer;
}

#private-event-facilities .unslider .copy-container.left {
	/*background: linear-gradient(90deg, rgba(0,0,0,.9) 20%, rgba(0,0,0,0) 100%);*/
	background: linear-gradient(55deg, rgba(0,0,0,.9) 20%, rgba(0,0,0,0) 60%);
	left: 0;
	right: auto;
}	


#private-event-facilities .unslider .copy-container.right {
	background: linear-gradient(305deg, rgba(0,0,0,.9) 20%, rgba(0,0,0,0) 100%);
	right: 0;
	left: auto;
}	
#private-event-facilities .unslider .copy-container.right .copy {
	right: 0;
	left: auto;
	padding: 2em 4em 2em 0em;
}

#private-event-facilities .unslider .copy-container.left .copy {
	left: 0;
	right: auto;
	padding: 2em 0em 2em 4em;
}



#private-event-facilities .unslider .copy .title {
	font-size: 1.7em;

}
#private-event-facilities .unslider .copy.centered .title {
	margin-bottom: 1em;
	

}
#private-event-facilities .unslider .copy .title.noborder {
	border-bottom: none;
}
#private-event-facilities .unslider .copy .capacity {
	font-size: 1em;
	font-style: italic;
	padding-bottom: .1em;
	margin-bottom: .5em;
}
#private-event-facilities .unslider .terms {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 600px;
	margin: 0 auto;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	height: auto;
	z-index: 100;
	background-color: #fff;
	color: #000;
	padding: 2em;
	opacity: 0;
	visibility: hidden;
	transition: .4s;
}
#private-event-facilities .unslider .terms.shown {
	opacity: 1;
	visibility: visible;
}	

#private-event-facilities .unslider .terms .close {
	padding: .5em;
	color: #fff;
	background-color: #900;
	display: block;
	margin: 1em auto 0 auto;
	text-align: center;
	cursor: pointer;
}
#private-event-facilities h1,
#private-event-facilities h2,
#private-event-facilities h3,
#private-event-facilities h4,
#private-event-facilities h5,
#private-event-facilities h6 {
	color: #fff;
	padding-bottom: .4em;
}
#private-event-facilities h1 {
	font-size: 2em;
}

#private-event-facilities h2 {
	font-size: 1.7em;
}

#private-event-facilities .button {
	min-width: 0;
}
#private-event-facilities .button {
	display: inline;
	margin: 0em 0.5em 0 0;
}
#private-event-facilities .button.centered {
	display: inline-block;
	margin: 10px 10px;
}
#private-event-facilities #PEsliderBegin {
	display: inline-block;
	margin: .2em 1em;
}
#private-event-facilities .PEsliderBegin {
	cursor: pointer;
}