@charset "utf-8";

.topbg01 { background:url(images/top02.jpg) no-repeat 90% 0px; text-align:left; height: 300px; }

a.anchor{display: block; position: relative; top: -60px; visibility: hidden;}

.selection li {margin-top: 5px;
margin-bottom: 5px;}

a li {color:#FFF;}

.address {
	font-size: 100%;
}

.date {
	-webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
-moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
background: #202020;
background-color: rgba(0, 0, 0, 0.3);
border: 0;
text-align: center;
color: #fff;
}

.gallery
{
    display: inline-block;
}

.phonetext {
	
	font-size: 160%;
	}

.gallery img{
	margin-top: 6px;
	margin-right: 5px;
	float: left;
	width: 100%;
	max-width: 280px;
	border-radius: 5px;
}

.contact {
	background-color: #2B2B2B;
	border-radius: 4px;
	padding: 20px;
}

.hourstext {
	background-color: #2B2B2B;
	border-radius: 4px;
	padding: 20px;
	margin-bottom: 15px;
	text-align:center;
		/*-webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
		-moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
		box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px;*/
}
.hourstext h3{
	margin-top: 0px;
	margin-bottom: 5px;
}
.hourstext p{
	margin-bottom: 0px;
}

.contacttext {
	background-color: #2B2B2B;
	border-radius: 4px;
	padding: 20px;
	margin-bottom: 5px;
		/*-webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
		-moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
		box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px;*/
}

.menuborder {
	border-right: 1px solid #969696;
}

/* dissolve  */
.dissolve {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
 box-shadow: 0 0 50px rgba(0,0,0,0.6);
}

.dissolve img {
  border-radius: 6px;
  z-index: 1;
  max-height: 100%;
  min-height: 100px;
  overflow: hidden;
}

.dissolve .item {
  position: absolute;
  right: 0px;
  opacity: 0;
  -webkit-animation: dissolve 20s linear infinite;
  -moz-animation: dissolve 20s linear infinite;
  -ms-animation: dissolve 20s linear infinite;
  animation: dissolve 20s linear infinite;
}
.dissolve .item:nth-child(2) {
  -webkit-animation-delay: 5s;
  -moz-animation-delay: 5s;
  -ms-animation-delay: 5s;
  animation-delay: 5s;
}
.dissolve .item:nth-child(3) {
  -webkit-animation-delay: 10s;
  -moz-animation-delay: 10s;
  -ms-animation-delay: 10s;
  animation-delay: 10s;
}
.dissolve .item:nth-child(4) {
  -webkit-animation-delay: 15s;
  -moz-animation-delay: 15s;
  -ms-animation-delay: 15s;
  animation-delay: 15s;
}
/*
/* The keyframes calculations are based on assumption of 4 items in the carousel.
/* You should notice the pattern for your own calculations.
*/
/* If you plan to support Safari 4 for any reason, you *must* have 0% and 100% frames */


.gdlink {
	color: #c6c6c6;
}

.gdlink:hover {
	color: #fff;
}





canvas {
	display: block;
	position: fixed;
	width: 100%;
}


























@-webkit-keyframes dissolve {
    0%, 30%, 100% { opacity: 0; }
    5%, 25% { opacity: 1;}
}
@-moz-keyframes dissolve {
    0%, 30%, 100% { opacity: 0; }
    5%, 25% { opacity: 1;}
}
@-ms-keyframes dissolve {
    0%, 30%, 100% { opacity: 0; }
    5%, 25% { opacity: 1;}
}
@keyframes dissolve {
    0%, 30%, 100% { opacity: 0; }
    5%, 25% { opacity: 1;}
}

@media (min-width: 1px) and (max-width: 517px) {
.gallery img{
	margin-top: 6px;
	margin-right: 5px;
	float: left;
	width: 100%;
	max-width: 280px;
}
}
@media (min-width: 0px) and (max-width: 360px) {
  .splashoverlay {
	min-height: 360px;
}
h1 {
	font-size: 10pt;
}
}
@media (min-width: 361px) and (max-width: 379px) {
  .splashoverlay {
	min-height: 360px;
}
h1 {
	font-size: 12pt;
}
}
@media (min-width: 380px) and (max-width: 480px) {
  .splashoverlay {
	min-height: 360px;
}
h1 {
	font-size: 14pt;
}
}

@media (max-width: 640px) {
/*.gallery img{
	margin-top: 6px;
	margin-right: 5px;
	float: left;
	width: 100%;
	max-width: 190px;
}*/
}

@media (min-width: 1px) and (max-width: 766px) {
.menuborder {
border-top: 1px solid #969696;
border-right: 0px solid #969696;
}
}

@media (min-width: 1px) and (max-width: 480px) {
.dissolve {
  width: 100%;
  height: 116px;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
 box-shadow: 0 0 50px rgba(0,0,0,0.6);
}
}
@media (min-width: 481px) and (max-width: 766px) {
	.dissolve {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
 box-shadow: 0 0 50px rgba(0,0,0,0.6);
}

  .splashoverlay {
	min-height: 480px;
}
h1 {
	font-size: 18pt;
}
}

@media (min-width: 519px) and (max-width: 766px) {
.gallery img{
	margin-top: 6px;
	margin-right: 5px;
	float: left;
	width: 100%;
	max-width: 232px;
}
}

@media (min-width: 767px) and (max-width: 991px) {	
.phonetext {
	font-size: 120%;
	}
	
.address {
	font-size: 100%;
	width: 180px;
	margin-top: -8px!important;
	text-align: right;
}

.dissolve {
  width: 100%;
  height: 230px;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
 box-shadow: 0 0 50px rgba(0,0,0,0.6);
}
	
  .splashoverlay {
	min-height: 550px;
}
h1 {
	font-size: 24pt;
}
.gallery img{
	margin-top: 6px;
	margin-right: 5px;
	float: left;
	width: 100%;
	max-width: 232px;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
  .splashoverlay {
	min-height: 600px;
}

.phonetext {
	
	font-size: 140%;
	}
	
}

@media (min-width: 1200px) {
  .splashoverlay {
	min-height: 650px;
}
}
@media (min-width: 1440px) {
  .splashoverlay {
	min-height: 700px;
}
}

