html { height:100%; }

/*
v1a
*/

h1,h2,h3,h4,h5,h6 {
	/*
		font-family: "oswaldlight";
	*/
}

@keyframes slideinl { from { margin-left: -25%; } to { margin-left: 0%; }}
@keyframes fadein { from { opacity:0; } to { opacity:1; } }

.website-body {
	height:100%;
}

.footer_block {
	display:inline-block;
	margin:0px 15px;
}

.skip_to_main_content {
	font-size: 14px;
	text-align:center;
	display:block;
	margin-bottom:15px;
}

.skip_to_main_content {
position: absolute;
top: -1000px;
left: -1000px;
height: 1px;
width: 1px;
text-align: left;
overflow: hidden;
}
a.skip_to_main_content:active,
a.skip_to_main_content:focus,
a.skip_to_main_content:hover {
left: 0;
top: 0;
width: auto;
height: auto;
overflow: visible;
}

.mobile { display:none; }
.mobile-menu-return { display:none; }
.location-name { 
	text-align:center;
	list-style-type:none;
	padding:0px;
}
.location-name li {
	padding:0px;
}

.website-navigation-shell .location-name li {
	padding:0px;
}

.website-shell {
	margin: 0px auto;
	height:100%;
	width:100%;
	display:table;
}
.website-logo-link { margin-bottom:50px; display:block;  }

.website-navigation-shell {
    padding: 20px;
    width: 280px;
    background: rgba(0,0,0,0.8);
    color: #fff;
    box-shadow: 0 0 12px #000;
    display: table-cell;
    vertical-align: top;
    animation-duration: 1s;
    animation-name: slideinl;
    text-align: center;
    position: fixed;
    height: 100vh;
}

.website-navigation {
	list-style-type:none;
	text-align:right;
	margin-right:10px;
	margin-bottom:20px;
	border-bottom:1px solid #fff;			
}
.website-navigation li {
	/* font-family: 'oswaldlight'; */
	margin-bottom:10px;
	text-decoration: none;
	font-size: 17px;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: 1px;
}

.website-navigation li a {
	color:#fff;
	text-decoration:none;
    -moz-text-shadow: 3px 3px 4px #000;
    -webkit-text-shadow: 3px 3px 4px #000;
    text-shadow: 3px 3px 4px #000;
}

.website-navigation li a:hover {
	color:#ffa500;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.website-snippet-hours {
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 20px;
	text-align: center;
}

.address-and-phone {
	list-style-type:none; 
	text-align:center;
}

.website-social {
	text-align:center;
	margin-top:20px;
}
.website-social a {
	margin:10px;
}

.website-address, .mobile-address {

    width: 100%;

    padding-right: 0px;

    padding-top: 10px;

}

.website-address .div_td:nth-of-type(1) { width:36px; }
.website-address .div_td:nth-of-type(2) {
	text-align:right;
	/* font-family: 'oswaldlight'; */
	font-size: 18px;
	line-height: 1.2;
	text-shadow: 0px 0px 2px black;
}
.website-content {
    width: calc(100% - 280px);
   
    padding-right: 20px;
    padding-top: 20px;
    display: table-cell;
    color: #fff;
    vertical-align: top;
    float: right;
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
.website-content h1 {
	color:#fff;
	font-size:20px;
	text-align:justify;
	margin-bottom:20px;
}
.website-content p {
	font-size: 15px; 
	line-height: 1.5;
	text-shadow: 1px 1px 1px black;
	margin:0px;
	margin-bottom:25px;
}
.website-content-ads {
	margin:0px auto;
	width:75%;
	margin-top:30px;
}
.website-content-ads li {
	color:#fff;
	display:block;			
	text-shadow: 1px 1px 1px black;
	border-bottom:1px solid #fff;
	padding-bottom:10px;
	margin-bottom:20px;
	text-align:center;
}
.website-content-ads li:last-of-type {
	border:none;
}
.website-content-ads li a { color: #fff; text-decoration:none;}
.website-content-ads li a:hover { 
	color:#fc0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
 }
.website-content-ad p {
	padding:0px; margin:0px; text-align:center;			
}

.website-navigation-shell ul {

    list-style-type: none;

    width: 100%;

    padding: 0;

    margin: 0;

    text-align: center;

}

.website-navigation-shell li {

    margin: 0;

    padding: 10px 0px 10px 0px;

}

.mobile-navbutton {

    display: none;

}

#modal_window{
text-align:center;
max-width:360px;
}
#modal_closer {
	padding: 10px;
	background: #000;
	text-align:right;
}
#modal_closer button {
	padding:5px;
background-color:#fff;
border-radius: 5px;
font-variant: small-caps;
}
#modal_content {
	padding:10px;
}

.primary-div {
	width:100%;
}

.top2-div {
	color:#fff;
	text-shadow: 1px 1px 1px black;
}

.top2-div .top2:nth-of-type(2) {
	margin-top: 0px;
}


.credit { position: absolute;
    right: 20px;
    bottom: 20px;
    padding-bottom: 15px !important;    
    padding-left: 20px;}
.credit a { color:#fff; font-weight:bold; text-decoration:none; font-size:12px; }
.credit a:hover { color:#ff0000; }

.menu_system_content {
	background: rgba(0,0,0,0.7);-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;padding: 20px; margin-bottom:15px;
	margin-bottom:35px;
}

.menu_system_content #CustomContentControl1_lbl_Title {
	text-align:center;
	display:block;
	padding:20px;
	font-size:25px;
}
.menu_system_links {
	text-align: center;
}
.menu_system_links li {
	margin:10px;
	display: inline-block;
}
.menu_system_links li a {
	color:#fff;
	font-size:23px;
	/* font-family: 'oswaldlight'; */
}
.menu_system_links li a:hover {
	color:#ffa500;
}


.menu_system_links_li_selected a {
	color:#fdeeac !important;
}

.website-navigation-selected a {
	color:#ffa500 !important;
}

.end-block {
	margin-bottom:30px;
}

.stackable-block .top2 {
	text-align:center;
}

.stackable-block .top3 {
	text-align:center;
}

.stackable-block .top4 {
	text-align:center;
}

.rpwb_gallery_pages {
	text-align:center;
}
.rpwb_gallery_pages ul {
	margin:0px auto;
	display:inline-block;
}

.rpwb_gallery_pages li a {
	color:#fff;
}

.rpwb_gallery_pages li span {
	color:#fff;
}


@media only screen and (min-width:0px) and (max-width:600px) {
	
	.mobile { display:block; }
	.desktop { display:none; }
	.website-shell {
		display:block;
	}
	.website-body {
		height:auto;
	}
	.website-navigation {
		margin-right:0px;
	}
	.website-navigation-shell {

		width: 100%;

		max-width: 100%;

		position: static;

		height: auto;

		padding: 10px 0px 10px 0px;

		display: block;

		text-align: center;

		animation-duration: 0s;

	}
	.website-navigation{

		visibility: hidden;

		height: 0;

	}
	.websitenavigation ul {

		visibility: hidden;

		height: 0;

	}
	.website-logo-link {

		margin-top: 0px;

	}
	
	.website-navigation li {
		background-color: rgba(0,0,0,0.5);
		padding:5px;
		text-align: center;
		font-size: 20px;
		letter-spacing: 2px;
	}
	.website-content {
		width:100%;
		display:block;
		padding-bottom:50px;
	}
	.mobile-navbutton {

		display: block;

		text-align: center;

		padding: 20px;

		background-color: red;

	}
	.mobile-phone {
		background-color: gray;
		border-radius: 10px;
		padding: 10px;
		width: 50%;
		color:#fff;
		margin:0px auto;
		margin-bottom:15px;
		text-align:center;
	}
	
	.mobile-menu {
		padding: 20px; padding-bottom:30px;
		color:#ff0000;
		text-align:center;
	}
	
	.mobile-menu a {
		color:#fff;
		font-weight:bold;
	}
	
	.mobile-phone a {
		color:#fff;
		text-decoration:none;
		font-weight:bold;
	}
	
	.mobile-address {
		margin-bottom:10px;
		text-align:center;
	}
	
	.mobile-website-description h1 {
		font-size:16px;
	}
	.mobile-website-description {
		font-size:15px;
	}
	
	
	.top2 {
		display:block;
		width:100%;
	}
	.top2-div {
		display:block;
		width:100%;
		margin-bottom:25px;
	}
	
}

@media only screen and (min-width:600px) and (max-width:960px) {
	.website-content { 
		padding-top:50px;
		padding-left:5%;
		padding-right:5%;
		height:100%;
	}
	
	.top2 {
		display:block;
		width:100%;
	}
	.top2-div {
		display:block;
		width:100%;
		margin-bottom:25px;
	}
}

@media only screen and (min-width:1400px) {
	.website-content {
		margin: 0px auto;
	}
	
}