* { padding:0px;margin:0px;box-sizing: border-box; }
textarea:focus, input:focus{ outline: none;}
html { height:100%;width:100%; }
a { box-sizing:initial; }
img { display:inline-block; }
body { overflow-y: scroll;font-family:verdana, arial; font-size:1rem; }
h1 { font-size:1.6rem; }
h2 { font-size:1.55rem; }
h3 { font-size:1.4rem; }
h4 { font-size:1.35rem; }
h5 { font-size:1.2rem; }
sub { font-size:1.1rem; }
p { line-height: 1.45; margin-bottom:20px; }
.end-block { clear:both; }

.div_table { display:table; table-layout:fixed; }
.div_tr { display:table-row; }
.div_td { display:table-cell;vertical-align:middle; }
.primary-div {
	table-layout:auto;
}
.top2-div { width:100%; display:block; }
.top2 { width:calc(50% - 10px); margin-right:20px; float:left;}
.top2:nth-child(2) { margin-right:0px; }

.top3-div { width:100%;margin-bottom:0px; }
.top3 { width: 32%; width: calc(96% / 3); float:left; }
.top3:nth-child(2) { margin-left:2%; margin-right:2%; }

.top4-div { width:100%; display:block; }
.top4 { width:calc(25% - 21px); float:left; }
.top4-div .top4:nth-of-type(1) { margin-right:14px; }
.top4-div .top4:nth-of-type(2) { margin-left:14px; margin-right:14px; }
.top4-div .top4:nth-of-type(3) { margin-left:14px; margin-right:14px; }
.top4-div .top4:nth-of-type(4) { margin-left:14px; }
#Print1_printLink a {
	color:#fff;
}

#modal_cover {
	display:none;
	background-color: #000;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    opacity: 0.5;
	z-index:3;
}
#modal_window {
	display:none;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 40%;
	height: auto;
	background-color:#fff;
	padding:0px;
	box-shadow: rgb(0, 0, 0) 0px 8px 24px 4px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	z-index:4;
}
#exit_page_with_modal {
	display:none;
	position: fixed;
	left: 50%;
	top: 40%;
	transform: translate(-50%, -50%);
	width: 50%;
	height: auto;
	background-color: #000;
	color:#fff;
	padding:20px;
	font-size:19px;
	box-shadow: rgb(0, 0, 0) 0px 8px 24px 4px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	z-index:4000;
}

#exit_modal_form {
	outline:none;
}

#exit_modal_you_are_leaving {
	text-align: center;
	color: #fff;
	font-size: 45px;
	font-weight:normal;
	border:none;
	width:100%;
	font-size:18px;
}

#exit_modal_website {
	text-align: center;
	color: #fff;
	word-break:break-word;
	font-weight:bold;
	font-size:16px;
}
#exit_modal_goto {
	background: rgb(173 216 230 / 60%);
	padding: 20px;
	font-size:16px;
	text-align:center;
	font-weight:normal;
	margin: 10px 0px 20px 0px;
	border:none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#exit_page_goto_address {
	color: #fff;
	text-align: center;
	word-wrap: break-word;
}
#exit_modal_notice {
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.exit_modal_buttons {
	background: grey;
	color: #fff;
	font-size: 18px;
	margin-top: 10px;
	padding: 12px;
	margin: 10px 10px;
	display: inline-block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.exit_modal_buttons_group {
	text-align:center;
}
.exit_modal_buttons_cancel {
	cursor:pointer;
}
.exit_modal_buttons_cancel:focus {
	outline: solid;
}
.exit_modal_buttons_continue {
	cursor:pointer;
	background: #1e90ff;
}

.exit_modal_buttons_continue:focus {
	outline: solid;
}
@media only screen and (min-width:0px) and (max-width:1280px) {
	#exit_page_with_modal {
		width:90%;
	}
}

.general_form_window {
	width:100%;
}
.general_form_window h1 {
	margin-bottom:10px;
}
.general_form_window .nextline {
	display:block;
}
.general_form_window .space_full {
	width:100%;
}
.general_form_window .space_fit {
	width:77%;
}
.general_form_window .space_half {
	width:50%;
}
.general_form_window .space_third {
	width:33.3%;
}
.general_form_window .space_bottom {
	margin-bottom:10px;
}
.general_form_window .space_bottom_more {
	margin-bottom:15px;
}
.general_form_window .notice_text {
	color:#00008b;
}
.general_form_window .space_lr {
	padding-left:10px;
	padding-right:10px;
}
.general_form_window .error {
	border:1px solid #ff0000;
}
.general_form_window strong {
	display:block;
	margin-bottom:5px;
}
.general_form_window input {
	border:1px solid #c5c5c5;
	padding:7px 10px;
	font-size:16px;
	background-color:#f7f7f7;
}
.general_form_window textarea {
	border:1px solid #c5c5c5;
	padding:7px 10px;
	font-size:16px;
	width:100%;
	margin-bottom:10px;
	min-height:100px;
	background-color:#f7f7f7;
}
.general_form_window select {
	border:1px solid #c5c5c5;
	padding:5px 10px;
	font-size:16px;
	background-color:#f7f7f7;
}
.website-background {
	position: fixed;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	z-index:-100;
}
.website-background img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	min-width: 50%;
	min-height: 50%;
}
.rpwb_gallery_pages {
	text-align:center;
}
.paging li {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 23px;
}
.paging li span {
	color:white;
	cursor:pointer;
}
.paging li a {
	color:white;
}
.accessibility {
	position:absolute;top:0px;right:0px;padding:10px;background:rgba(0,0,0,0.8);color:#fff;z-index:10000;
}

.accessibility a {
	color:#fff;
}

.external-page { border:none;box-sizing:border-box;min-height:50vh;width:100%;order:none;overflow:auto;-webkit-overflow-scrolling:touch; }

#preview-theme {
	position:fixed;bottom:0px;width:100%;text-align:center;padding:30px 10px;background:rgba(0,0,0,0.8);color:#fff;z-index:10000;font-weight:bold;
}

#preview-theme a {
	color:#ff0000;
}

.website-one-col {
	width:100%;
}

.top-right-col {
	background: rgba(0, 0, 0, 0.6);
	padding:10px;
	display: flex;
    flex-direction: column;
	justify-content: center;
	min-height:100vh;
	position:relative;
	float: none;
    width: 100%;
}
.scrolling-modal {
	display:flex;
	position:relative;
	background-color:#000;
}
.scrolling-modal-column {
	position:relative;
	width:50%;
}
.scrolling-modal-image {
	background-size: cover;
	height:100%;
}
.scrolling-modal-content {
	width:50%;
	background-color:#fff;
	overflow: hidden;
}
.scrolling-modal-reverse {
	flex-direction: row-reverse;
}

.primary-div .scrolling-modal:nth-of-type(even) {
	flex-direction: row-reverse;
}

.website-content {
	padding-left:2%;
	padding-right:2%;
}
/* ------------------------------------------------------------ */
.hours_detailed_block {
	display:block;
}
.hours_detailed {
	margin-bottom:15px;
	width:100%;
	font-size: 17px;
}
.hours_detailed .div_table {
	width:100%;
	border-collapse: collapse;
}
.hours_detailed .div_td {
	padding:6px 8px;
}

.hours_detailed .-day {
	min-width:90px;
	font-size:20px;
	text-align:right;
	padding-right: 10px;
	vertical-align: top;
}

.hours_detailed {
	background: rgba(0,0,0,0.6);
	color:#fff;
	min-width: 400px;
	max-width: 500px;
}
.hours_detailed_title {
	margin-bottom:0px;
	font-size: 22px;
	padding:10px;
	font-weight: bold;
	background: rgba(0,0,0,0.6);
}
.hours_detailed_table {
	padding:10px;
	margin-bottom: 15px;
	width: 100%;
	font-size: 17px;						
}

/*
.hours_detailed_block {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}

.hours_detailed {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  margin:20px;
}
*/
/* ------------------------------------------------------------ */

.billboard_div {
	/*
	background-color: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	*/
}

.billboard_month_title {
	font-size:50px;
	font-weight:bold;
	font-variant: small-caps;
	text-align:center;
}

.billboard_day {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	margin-bottom:30px;
}

.billboard_card {
	flex: 0 0 calc(33.333% - 20px);
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	margin: 10px;
	border-radius: 5px;
}

.billboard_card_day {
	display:inline-block;
	width:60px;
	font-size:60px;
	font-weight:bold;
}

.billboard_card_day em {
	display:block;
	font-size:20px;
	font-style:normal;
}

.billboard_card_day_description {
	padding-left:20px;
	text-align:left;
}

.billboard_card_day_title {
	list-style-type:none;
}

.billboard_card_day_title li {
	margin-bottom:15px;
}

.billboard_card_day_title_only img {
	width:100%;
	margin-top:10px;
}


.event_block {
	padding: 10px;
	border-radius: 20px;
	padding-bottom: 20px;
	margin-bottom:30px;
}

.event_block dt {
	font-weight: bold;
	font-size: 1.4rem;
	margin-bottom: 10px;
    margin-left: 10px;	
}

.event_block ul {
	margin-left: 10px;
	margin-right: 10px;
}

.event_block .-special-event {
	margin-top: 10px;
	margin-bottom: 30px;
	border-radius: 10px;
	padding: 10px;
	list-style-type: none;
	margin-bottom: 0px;
}

.event_block .event_title {
	font-weight: bold;
	font-size: 1.1rem;
}

.event_block .event_when {
	margin-top: 5px;
}

.event_block .event_details {
	padding: 10px;
	margin-top: 5px;
}

.event_block .event_details img {
	max-width:100%;
}


@media (max-width: 600px) {
	.billboard_card {
		flex: 0 0 calc(100% - 20px);
	}
}
@media only screen and (min-width:600px) and (max-width:960px) {
	.billboard_card {
		flex: 0 0 calc(100% - 20px);
		//flex: 0 0 calc(50% - 20px);
	}
}

/* ------------------------------------------------------------ */

.rpwb_photo_gallery img {
	width:100%;
}
.rpwb_photo_gallery ul {
	list-style-type:none;
}
.rpwb_photo_gallery ul li {
	margin-bottom:30px;
}
.rpwb_photo_gallery .top2-div .top2 {
	vertical-align:top;
}
.rpwb_photo_gallery .top2-div .top2 img {
	display:block;
	margin-bottom:20px;
}
@media only screen and (min-width:0px) and (max-width:600px) {
	.rpwb_photo_gallery .top2-div {
		display:block;
		width:100%;
	}
	.rpwb_photo_gallery .top2-div .top2 {
		display:block;
		width:100%;
	}
}
@media only screen and (min-width:600px) and (max-width:960px) {
	.rpwb_photo_gallery .top2-div {
		display:block;
		width:100%;
	}
	.rpwb_photo_gallery .top2-div .top2 {
		display:block;
		width:100%;
	}
}
/* ------------------------------------------------------------ */


/* ------------------------------------------------------------ */
.rpwb_featured_item {
	clear:both;
	width:100%;
	text-align:left;
	margin-bottom:15px;
	border-bottom:1px dotted #fff;
}
.rpwb_featured_item h3 {
	padding-top:15px;
	text-transform:uppercase;
	text-decoration: none;
	-moz-text-shadow: 1px 1px 2px #000;
	-webkit-text-shadow: 1px 1px 2px #000;
	text-shadow: 1px 1px 2px #000;
}
.rpwb_featured_item img {
	border:2px solid #999;
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
@media only screen and (min-width:0px) and (max-width:600px) {
	.rpwb_featured_item {
		width:100%;
		margin-bottom:30px;
	}
	.rpwb_featured_item img {
		float:none;
		width:100%;
		margin-left:0px;
	}
}
@media only screen and (min-width:600px) and (max-width:960px) {
	.rpwb_featured_item img {
		float:none;
		margin-left:0px;
		width:100%;
	}
}
/* ------------------------------------------------------------ */


@media only screen and (min-width:0px) and (max-width:600px) {
	
	#modal_window {
		width:80%;
	}
	
	.top3 {
		width:100%;
		margin-right:0px;
		margin-bottom:50px;
	}
	
	.top4 {
		width:100%;
		margin-right:0px;
		margin-bottom:50px;
	}
}

@media only screen and (min-width:600px) and (max-width:960px) {
	
	.top3 {
		width:100%;
		margin-right:0px;
		margin-bottom:50px;
	}
	
	.top3:nth-child(2) {
		margin:0px;
		margin-bottom:50px;
	}
	
	.top4 {
		width: calc(50% - 15px);
		margin-right: 15px;
		margin-bottom:100px;
	}
}