@charset "utf-8";
/* CSS Document */

/*********************************************
	UTILITIES
*********************************************/
/* clearfix - is used for clearing floats */
.clearfix:after{
	clear:both;content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0
}

.clearfix{display:inline-block}
* html .clearfix{height:1%}
.clearfix{display:block}

@font-face {
    font-family: 'stymie';
    src: url('fonts/stymie_becker_med_cond-webfont.eot');
    src: url('fonts/stymie_becker_med_cond-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/stymie_becker_med_cond-webfont.woff') format('woff'),
         url('fonts/stymie_becker_med_cond-webfont.ttf') format('truetype'),
         url('fonts/stymie_becker_med_cond-webfont.svg#stymie_becker_med_condregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
	background-color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	margin:0;
}

.notice {
	background: #ee2e32;
	color: #ffffff;
	text-align: center;
	padding: 15px;
	font-weight: 700;
	font-size: 14px;
}
.notice p {
	margin: 0;
}
/* /////////////////////////////////////////////////////////
				Main Navigation
//////////////////////////////////////////////////////////*/
.main-nav{
	clear:both;	
}

.main-nav ul, .main-nav ul ul{
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
}

.main-nav ul{
	margin:0 30px 10px;
}


.main-nav ul li, .main-nav ul li li{
	margin:0;
	padding:0 10px;
	float:left;
	position:relative;
	
}

.main-nav ul li ul{
	position:absolute;
	top:18px;
	margin-left:-20px;
	*left:0;
	display:none;
}

.main-nav ul li:hover ul{
	display:block;
}

.main-nav ul li a{
	display:block;
	background:url(../images/main-nav.png) no-repeat left top;
	text-indent:-9999px;
	float:left;
	height:19px;
	width:48px;
	
	
}

.main-nav li.main1 a{background-position:0 0;}
.main-nav li.main1:hover a{background-position:-200px 0;}

.main-nav li.main2 a{background-position:0 -40px; width:84px;}
.main-nav li.main2:hover a{background-position:-200px -40px;}

.main-nav li.main3 a{background-position:0 -80px; width:55px;}
.main-nav li.main3:hover a{background-position:-200px -80px;}

.main-nav li.main4 a{background-position:0 -120px; width:72px;}
.main-nav li.main4:hover a{background-position:-200px -120px;}

.main-nav li.main5 a{background-position:0 -160px; width:70px;}
.main-nav li.main5:hover a{background-position:-200px -160px;}

.main-nav li.main6 a{background-position:0 -200px; width:90px;}
.main-nav li.main6:hover a{background-position:-200px -200px;}

.main-nav li.main7 a{background-position:0 -240px; width:110px;}
.main-nav li.main7:hover a{background-position:-200px -240px;}

.main-nav li.main8 a{background-position:0 -280px; width:55px;}
.main-nav li.main8:hover a{background-position:-200px -280px;}

	.main-nav li.main8 li.main8-drop1 a{background-position:-400px 0; width:160px; height:44px;}
	.main-nav li.main8 li.main8-drop1:hover a{background-position:-600px 0;}
	
	.main-nav li.main8 li.main8-drop2 a{background-position:-400px -43px; width:160px; height:36px;}
	.main-nav li.main8 li.main8-drop2:hover a{background-position:-600px -43px;}

.main-nav li.main9 a{background-position:0 -320px; width:69px;}
.main-nav li.main9:hover a{background-position:-200px -320px;}

.main-nav li.main10 a{background-position:0 -360px; width:78px;}
.main-nav li.main10:hover a{background-position:-200px -360px;}
/*
<ul class="main-nav">
	<li class="main1"><a href="index.php">Home</a></li>
	<li class="main2"><a href="locations.php">Locations</a>
		<ul>
			<li class="main2-drop1"><a href="about-silver-spring-mining.php">About US</a></li>
		</ul>
	</li>
	<li class="main3"><a href="menus.php">Menus</a></li>
	<li class="main4"><a href="specials.php">Specials</a></li>
	<li class="main5"><a href="gallery.php">Gallery</a></li>
	<li class="main6"><a href="https://secure.d3corp.com/silverspringminingco/gift_cards.php">Gift Cards</a></li>
	<li class="main7"><a href="employment-silver-spring-mining.php">Employment</a></li>
	<li class="main8"><a href="email-club.php">E-Club</a></li>
	<li class="main9"><a href="contact-silver-spring-mining.php">Contact</a></li>
	<li class="main10"><a href="kidsclub-silver-spring-mining.php">Kids Club</a></li>
</ul>


*/



/* GENRAL FORMATTING */

.wrapper {
	background-image:url(../images/bg-2022.jpg);
	background-repeat:repeat-y;
	width:1000px;
	margin:0 auto;
}

.clear {
	clear:both;
}

.bg-top {
	background-image:url(../images/bg-top-2022.jpg);
	width:1000px;
	height:21px;
	margin:0 auto;
	background-repeat:no-repeat;
}

hr {
	background-color:#e1d79c;
	color:#e1d79c;
}

a:link, a:visited {
	color:#008769;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#008769;
	font-weight:bold;
	text-decoration:underline;
}

.green-btn, .green-btn:visited {
	display: inline-block;
	background: #008769;
	color: #fff!important;
	padding: 8px 12px;
	font-weight: 700;
	font-size: 11px;
	margin-bottom: 5px;
	text-align: center;
	min-width: 114px;
}
.green-btn:hover {
	background: #ef2e31;
	text-decoration: none;
}

/* HEADER */

.nav {
	text-align:center;
}

.header {
	width:887px;
	margin:5px auto 0px auto;
}
.header-pic {
    float:left;
    width:300px;
}

.flash {
    float:left;
}
.slider-wrap{
    float:right;
    width:587px;
    background:#000;
}
.flexslider{
    padding:0 !important;
    margin:0 !important;
    background:none !important;
    border:none !important;
    box-shadow:none !important;
}
#carousel{
    padding: 7.5px 0 !important;
}
#carousel li{
    height:60px !important;
    opacity:.6;
}
#carousel li:hover, #carousel li.flex-active-slide{
    opacity:1;
}
#carousel li a{
    display:block;
    width:70px !important;
    height:60px !important;
}
#carousel li img{
    width:auto;
    margin-left:-30%;
}
#carousel .flex-direction-nav{
    display:none !important;
}
.flex-direction-nav a:before{
    color:rgba(255,255,255,.8) !important;
}

/* MAIN CONTENT */

.main-content {
	width:887px;
	margin:0 auto;
}

.content-left-bg {
	float:left;
	background-image:url(../images/left-bg.png);
	background-repeat:repeat-y;
	width:567px;
}

.content-left {
	width:547px;
	padding:10px;
	line-height:18px;
}

.content-bg-sub {
	float:left;
	background-image:url(../images/left-bg.png);
	background-repeat:repeat;
	width:887px;
}

.content-sub {
	width:867px;
	height:100%;
	padding:10px;
	line-height:18px;
}

.content-right-bg {
	background-image:url(../images/right-bg-color.png);
	background-repeat:repeat-y;
	width:320px;
	float:left;
}

.content-right {
	width:300px;
	padding:10px;
	font-size:10px;
}

.pic-right {
	float:right;
	margin:0px 0px 10px 10px;
}

.picborder {
	border:1px solid #ee2e32;
}

.menu-header {
	width:800px;
	font-size:16px;
	font-weight:bold;
	border-bottom:1px solid #EE2E32;
	color:#000;
	padding:3px;
	text-align:center;
	margin:0 auto;
}

.menu-description {
	width:784px;
	margin:0 auto;
	text-align:left;
	padding:10px;
}

.specials-header {
	width:800px;
	font-size:16px;
	font-weight:bold;
	border-bottom:1px solid #EE2E32; 
	color:#000;
	padding:3px;
	text-align:left;
	margin:0 auto;
}

.specials-description {
	width:784px;
	height:100%;
	margin:0 auto;
	text-align:left;
	padding:10px;
}

.news-header {
	width:800px;
	font-size:16px;
	font-weight:bold;
	color:#000;
	padding:3px;
	text-align:left;
	margin:0 auto;
}

.news-description {
	width:784px;
	margin:0 auto;
	text-align:left;
	padding:10px;
}

.header {
	color: #008769;
	font-size:18px;
	font-weight:bold;
	}

/* FOOTER */

.footer {
	width:887px;
	margin:5px auto 0px auto;
	background-image:url(../images/left-bg.png);
	background-repeat:repeat;
	font-size:10px;
}

.footer-left {
	padding:10px;
	width:400px;
	float:left;
}

.footer-right {
	width:420px;
	float:right;
	text-align:center;
	padding:9px;
}

.ecoupons-header{
	font-weight:bold;
	font-size:1.6em;
	padding:0 0 10px 0;
}
.dinmenu{
  display:block;
  height:150px;
  width:163px;
  float:left;
  background:url(/images/newcarts.png) no-repeat;
  background-position:0px 7px;
  margin-right:20px;
}
.dinmenu:hover{
  background-position:0px -166px;
}
.employ{
  display:block;
  height:150px;
  width:163px;
  float:left;
  background:url(/images/newcarts.png) no-repeat;
  background-position:-174px 7px;
  margin-right:20px;
}
.employ:hover{
  background-position:-174px -166px;
}



.content-wrapper {
	background-image:url(../images/right-bg-color.png);
	}

.banner-large {
	float:left;
	width:260px;
	height:200px;
	margin-right:10px;
	margin-bottom:10px;
	border:0px;
	}

.banner-medium {
	float:left;
	width:260px;
	height:140px;
	margin-right:10px;
	margin-bottom:10px;
	border:0px;
	}

.banner-small {
	float:left;
	width:260px;
	height:65px;
	margin-right:10px;
	margin-bottom:10px;
	border:0px;
	}

.banner-doublewide {
	float:left;
	width:535px;
	height:365px;
	margin-bottom:10px;
	border:0px;
	}

.banner-right {
	float:left;
	width:300px;
	margin-bottom:10px;
	border:0px;
	}

.banner-large img, .banner-medium img, .banner-small img, .banner-right img, .banner-doublewide img {
	width:100%;
	height:100%;
	}
	

.menus-list {
	text-align:center;
	}

.menus-list a {
vertical-align:middle;
	background-image:url(/images/bg-menus-horseshoe.png);
	width:225px;
	height:75px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	padding:3px 19px 0 69px;
	font-size:25px;
	line-height:22px;
	display:inline-block;
	color:white;
	font-family:stymie;
	text-align:center;
	text-decoration:none;
	font-weight:normal;
	text-shadow: 2px 2px 5px black;
	}

.menus-list a:hover {
	color:red;
	}	
.cell-middle {
	display: table;
	vertical-align: middle;
	height:100%;
	width:100%;
	}
.cell-middle span {
	display: table-cell;
	vertical-align: middle;
	}
#giftcardCheck{
 	display:none; 
}
.left{
 	float:left;
}
.third{
  width:33%;
}


.special-frame {
	font-family: 'Arvo', sans-serif;
	font-weight: 	700;
	display:inline-block;
	box-sizing:border-box;
	padding: 20px 10px;
	text-align:center;
	border-radius:10px;
	background-color:#E72E3A;
	box-shadow:1px 1px 1px black;
	width: 146px;
	margin: 5px 0;
	text-transform: uppercase;
}
.special-frame a {
	color: #fcbe10;
	font-size: 24px;
	text-shadow: 1px 1px 5px #000000;
}
.special-frame.menu-btn {
	background-color: #832518;
}
.special-frame.menu-btn a {
	color: #c29a54;
}
.small {
	font-size: 12px;
	font-weight: 400;
}

/* Pop Up */
#mask {
    background: rgba(0, 0, 0, 0.7);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
	z-index: 999;
}
#mask .modal {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}
#mask button {
	background: transparent;
	border: none;
	box-shadow: none;
	color: white;
	cursor: pointer;
	float: right;
	font-size: 40px;
	line-height: 1;
	padding: 0;
	margin-left: auto;
}
  
#mask .modal-content {
	background: transparent;
	border: none;
	border-radius: 0;
	margin: 0 15px;
	width: auto;
	max-width: 500px;
}

#mask .modal-content img {
	max-width: 100%;
	height: auto;
}
  
#opening-modal {
	width: 80%;
	max-width: 500px;
	margin: 0 auto;
	height: 100%;
}
#opening-modal .modal-content {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	background-color: transparent;
}
