/******************************************************
 Blue Gate Restaurant Master Stylesheet
 Created: 08-01-2012
 Author: Will Burrows
 
 Last Edited: 08-01-2012
 By: Will Burrows
*******************************************************/
@font-face {
	font-family:Droid Serif;
	src:url('/assets/fonts/DroidSerif-Regular.ttf');
}
@font-face {
	font-family:Droid Serif;
	font-style:italic;
	src:url('/assets/fonts/DroidSerif-Italic.ttf');
}
@font-face {
	font-family:Droid Serif;
	font-weight:bold;
	src:url('/assets/fonts/DroidSerif-Bold.ttf');
}
@font-face {
	font-family:Droid Serif;
	font-weight:bold;
	font-style:italic;
	src:url('/assets/fonts/DroidSerif-BoldItalic.ttf');
}
@font-face {
	font-family:Nymphette;
	src:url('/assets/fonts/Nymphette.ttf');
}
@font-face {
	font-family:Brannboll;
	src:url('/assets/fonts/BrannbollFet.ttf');
}
@font-face {
	font-family:Brannboll Light;
	src:url('/assets/fonts/BrannbollSmal.ttf');
}
i, em {
	font-style:italic;
}
b, strong {
	font-weight:bold;
}

/******************************************************
 General
*******************************************************/
* {
	margin:0;
	padding:0;
	font:15px/21px Droid Serif;
	color:#333;
}
body {
	background:url('/assets/images/bluegaterestaurant/layout/bg-canvas.jpg') 0 0 repeat;
}
img {
	border:0;
}
hr {
	border:none;
	margin:10px auto 20px;
	width:100%;
	height:1px;
	background:#6c86b5;
}
.clearer {
	clear:both;
	display:block;
	height:0;
	margin:0;
}
br {
	line-height:1px;
}

/******************************************************
 Custom Twitter Widget
*******************************************************/
#twitter_update_list {
	width:100%;
	font-size:11px;
	line-height:21px;
	list-style:none;
	overflow:hidden;
}
#twitter_update_list li {
	border-bottom:1px dashed #d0d1d6;
	padding-bottom:9px;
	margin-bottom:9px;
}
#twitter_update_list span {
	font:13px/15px Droid Serif;
	color:#4d4d4d;
	text-decoration:none;
}
#twitter_update_list span a {
	font:13px/15px Droid Serif;
	color:#2e5397;
	font-weight:normal;
}
#twitter_update_list a {
	color:#2e5397;
}
#twitter_update_list a[style="font-size: 85%;"], #twitter_update_list li>a:last-of-type {
	display:none;
}

/******************************************************
 Fonts
*******************************************************/
h1 {
	font: 21px/36px Droid Serif;
	color: #2e5397;
	/* [disabled]font-weight:bold; */
	padding-bottom: 5px;
}
h2 {
	 font:18px/21px Droid Serif;
	 color:#2e5397;
	 font-weight:bold;
	 padding-bottom:5px;
	 margin-bottom:10px;
	 border-bottom:1px solid #6c86b5;
}
h3 {
	 font:15px/17px Droid Serif;
	 color:#2e5397;
	 font-weight:bold;
	 padding-bottom:3px;
}
h4 {
	 font:32px/36px Droid Serif;
	 color:#2e5397;
	 font-weight:bold;
	 padding-bottom:15px;
}
h5 {
	 font:21px/24px Droid Serif;
	 color:#2e5397;
	 font-weight:normal;
	 border-bottom:1px dotted #2e5397;
	 padding-bottom:5px;
	 margin-bottom:3px;
}
h5.favorite {
	background:url('/assets/images/bluegaterestaurant/layout/icon-gate.png') 0 6px no-repeat;
	text-indent:20px;
}
p {
	padding-bottom: 10px;
	text-align: justify;
	letter-spacing: -0.2px;
}
p.fineprint {
	font:11px/13px Droid Serif;
	color:#666;
	font-style:italic;
	padding:10px 0;
}
p.boldblue {
	font:16px/40px Droid Serif;
	color:#2e5397;
	font-weight:bold;
	text-shadow:0 1px 0 #fff;
}
a {
	color:#2e5397;
	text-decoration:none;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
a:hover {
	color:#6c86b5;
}
a.fineprint {
	font:14px/16px Droid Serif;
	font-style:italic;
}

/******************************************************
 Page Structure
*******************************************************/
#page {
	min-height:100%;
	margin:0 auto;
}
* html #page {
	height:100%;
}
#wrap {
	position:relative;
	min-height:100%;
}

/******************************************************
 Site ID (displays on all Riegsecker sites)
*******************************************************/
#site-id {
	position:relative;
	width:100%;
	height:28px;
	background:#6c86b5;
	text-align:center;
}
#site-id ul {
	list-style:none;
	text-align:center;
	margin:0 auto;
	padding:0;
	width:1050px;
	height:29px;
	overflow:hidden;
}
#site-id ul li {
	display:inline;
	padding:7px 0;
	margin:0 9px;
	font:13px/29px Droid Serif;
	font-style:normal;
	color:#fff;
	text-shadow:0 -1px 0 #2e5397;
}
#site-id ul li.title {
	font-weight:bold;
}
#site-id ul li.current {
	background:url('/assets/images/bluegaterestaurant/layout/tick.png') center 24px no-repeat;
	color:#fcf5eb;
}
#site-id ul li a {
	font:13px/29px Droid Serif;
	font-style:normal;
	color:#fff;
	text-shadow:0 -1px 0 #2e5397;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
#site-id ul li a:hover {
	color:#e6e6e6;
}

/******************************************************
 Buttons
*******************************************************/
.button-center {
	display:block;
	margin:10px auto;
	width:180px;
	height:40px;
	background:url('/assets/images/bluegaterestaurant/layout/bg-header-button.png') 0 0 no-repeat;
	font:14px/40px Droid Serif;
	color:#fcf5eb;
	font-weight:bold;
	text-shadow:0 -1px 0 #2e5397;
	text-align:center;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.button-center:hover {
	background:url('/assets/images/bluegaterestaurant/layout/bg-header-button-hover.png') 0 0 no-repeat;
	color:#2e5397;
	text-shadow:0 1px 0 #fcf5eb;
}

/******************************************************
 Header
*******************************************************/
#header {
	position:relative;
	margin:0 auto;
	width:980px;
	height:130px;
}
#header .call-us {
	position:absolute;
	top:-40px;
	left:0;
	width:180px;
	height:40px;
	font:16px/40px Droid Serif;
	color:#2e5397;
	font-weight:bold;
	text-shadow:0 1px 0 #fff;
}
#header #social-buttons {
	position:absolute;
	top:-30px;
	right:0;
	width:70px;
	height:20px;
}
#header #social-buttons .facebook {
	float:left;
	margin:0 5px 0 0;
	width:20px;
	height:20px;
	background:url('/assets/images/bluegaterestaurant/layout/sprite-social.png') 0 0 no-repeat;
	text-indent:-9999px;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
#header #social-buttons .facebook:hover {
	width:20px;
	height:20px;
	background:url('/assets/images/bluegaterestaurant/layout/sprite-social.png') 0 -20px no-repeat;
}
#header #social-buttons .twitter {
	float:left;
	margin:0 5px 0 0;
	width:20px;
	height:20px;
	background:url('/assets/images/bluegaterestaurant/layout/sprite-social.png') -20px 0 no-repeat;
	text-indent:-9999px;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
#header #social-buttons .twitter:hover {
	width:20px;
	height:20px;
	background:url('/assets/images/bluegaterestaurant/layout/sprite-social.png') -20px -20px no-repeat;
}
#header #social-buttons .tripadvisor {
	float:left;
	width:20px;
	height:20px;
	background:url('/assets/images/bluegaterestaurant/layout/sprite-social.png') -40px 0 no-repeat;
	text-indent:-9999px;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
#header #social-buttons .tripadvisor:hover {
	width:20px;
	height:20px;
	background:url('/assets/images/bluegaterestaurant/layout/sprite-social.png') -40px -20px no-repeat;
}
#header .logo {
	position:absolute;
	top:-40px;
	left:365px;
	width:250px;
	height:150px;
	background:url('/assets/images/bluegaterestaurant/layout/bg-logo.png') 0 0 no-repeat;
	text-indent:-9999px;
	z-index:999;
		-webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.5)); /* Shadow on transaprent png */
		-moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.5));
		-ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.5));
		-o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.5));
		filter: drop-shadow(0 1px 2px rgba(0,0,0,.5));
}
#header .nav-container {
	position:relative;
	margin:40px auto 0;
	width:980px;
	height:78px;
	border-top:1px solid #d0d1d6;
	border-bottom:1px solid #d0d1d6;
}
#header .nav {
	position:relative;
	margin:2px auto 0;
	width:980px;
	height:70px;
	border-top:2px solid #d0d1d6;
	border-bottom:2px solid #d0d1d6;
}
#header .nav .left {
	float:left;
	margin:2px 0 0 50px;
	width:auto;
	height:70px;
}
#header .nav .right {
	float:right;
	margin:2px 0 0;
	width:auto;
	height:70px;
}
#header .nav #nav-item {
	display:inline-block;
	margin:10px 0 0 0;
	padding:0 20px;
	font:11px/13px Droid Serif;
	color:#666;
	text-shadow:0 1px 0 #fff;
	text-align:center;
}
#header .nav #nav-item h4.nav-item-title {
	display:block;
	padding-bottom:3px;
	font:16px/17px Droid Serif;
	font-weight:bold;
	color:#2e5397;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
#header .nav #nav-item:hover h4.nav-item-title {
	color:#6c86b5;
}
#header .reservations {
	position:absolute;
	bottom:15px;
	right:0;
	width:180px;
	height:40px;
	border-radius:20px;
	background:url('/assets/images/bluegaterestaurant/layout/bg-header-button.png') 0 0 no-repeat;
	font:14px/40px Droid Serif;
	color:#fcf5eb;
	font-weight:bold;
	text-shadow:0 -1px 0 #2e5397;
	text-align:center;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
#header .reservations:hover {
	background:url('/assets/images/bluegaterestaurant/layout/bg-header-button-hover.png') 0 0 no-repeat;
	color:#2e5397;
	text-shadow:0 1px 0 #fcf5eb;
}
#header .bday {
	position:absolute;
	bottom:-5px;
	right:10px;
	width:290px;
	height:50px;
	background:url('/assets/images/bluegaterestaurant/layout/bday.png') 90px 0 no-repeat;
	font:18px/50px Droid Serif;
	font-weight:bold;
	text-shadow:0 1px 0 #fff;
	color:#2e5397;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
#header .bday:hover {
	color:#6C86B5;
}

/******************************************************
 Page Splits
*******************************************************/
#split {
	position:relative;
	width:100%;
	height:5px;
	background:#476aac;
	-moz-box-shadow:0 0 12px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:0 0 12px 0 rgba(0,0,0,.2);
    box-shadow:0 0 12px 0 rgba(0,0,0,.2);
}
#banner {
	position:relative;
	width:100%;
	height:110px;
	background:url('/assets/images/bluegaterestaurant/layout/bg-banner.png') 0 0 repeat-x;
	-moz-box-shadow:0 0 12px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:0 0 12px 0 rgba(0,0,0,.2);
    box-shadow:0 0 12px 0 rgba(0,0,0,.2);
}
#banner h2 {	
	font:32px/110px Brannboll;
	color:#fcf5eb;
	text-shadow:0 -2px 0 #2e5397;
	text-align:center;
}
#banner h2:before {
    font:36px/120px Nymphette;
    content:"\0055";
    color:#2e5397;
	text-shadow:0 1px 0 rgba(255,255,255,.5);
}
#banner h2:after {
    font:36px/120px Nymphette;
    content:"\0056";
    color:#2e5397;
	text-shadow:0 1px 0 rgba(255,255,255,.5);
}
#banner h2:before {
    margin-right:10px;
}
#banner h2:after {
    margin-left:10px;
}

/******************************************************
 Slideshow
*******************************************************/
#carousel-box {
	position:relative;
	margin:0 auto;
	width:980px;
	height:367px;
	background:#d0d1d6;
	-moz-box-shadow:0 0 12px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:0 0 12px 0 rgba(0,0,0,.2);
    box-shadow:0 0 12px 0 rgba(0,0,0,.2);
	z-index:99;
}
#carousel-box .text {
	position:absolute;
	top:0;
	right:0;
	padding:20px;
	width:280px;
	height:280px;
	overflow:hidden;
	text-shadow:0 1px 0 #fff;
}
#carousel-box .text h3 {
	font:21px/24px Droid Serif;
	color:#163463;
	text-align:center;
}
#carousel-box .text .hr-210 {
	display:block;
	margin:20px auto;
	width:210px;
	height:1px;
	background:#6c86b5;
}
#carousel-box .text p {
	font:15px/21px Droid Serif;
	color:#333;
	text-align:center;
}

/******************************************************
 Content
*******************************************************/
#content {
	position: relative;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url('/assets/images/riegsecker/layout/bg-spring-02.jpg');
	background-color: rgb(11,43,6);
}
#content .home-buttons {
	position:relative;
	margin:10px 0 0;
	width:100%;
	height:108px;
}
#content .home-buttons .menus {
	float:left;
	margin:0 16px 0 0;
	width:215px;
	height:100px;
	background:url('/assets/images/bluegaterestaurant/layout/home-button-menu.jpg') 0 0 no-repeat;
	border:4px solid #eae4da;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
#content .home-buttons .hours {
	float:left;
	margin:0 16px 0 0;
	width:215px;
	height:100px;
	background:url('/assets/images/bluegaterestaurant/layout/home-button-hours.jpg') 0 0 no-repeat;
	border:4px solid #eae4da;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
#content .home-buttons .groups {
	float:left;
	margin:0 16px 0 0;
	width:215px;
	height:100px;
	background:url('/assets/images/bluegaterestaurant/layout/home-button-groups.jpg') 0 0 no-repeat;
	border:4px solid #eae4da;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
#content .home-buttons .bakery {
	float:left;
	width:215px;
	height:100px;
	background:url('/assets/images/bluegaterestaurant/layout/home-button-bakery.jpg') 0 0 no-repeat;
	border:4px solid #eae4da;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
#content .home-buttons h3 {	
	margin:70px 0 0;
	padding:0 5px 0 0;
	background:rgba(252,245,235,.65);	
	height:30px;
	font:24px/30px Droid Serif;
	text-transform:uppercase;
	letter-spacing:4px;
	text-align:right;
	color:#2e5397;
	font-weight:bold;
	text-shadow:0 1px 0 #fcf5eb;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
#content .home-buttons .menus:hover h3, #content .home-buttons .hours:hover h3, #content .home-buttons .groups:hover h3, #content .home-buttons .bakery:hover h3 {
	margin:35px 0 0;
	background:rgba(252,245,235,.9);
}
#content .inner {
	position:relative;
	margin:0 auto;
	padding:20px 20px 30px;
	width:940px;
	overflow:hidden;
	background:#fcf5eb;
	-moz-box-shadow:0 0 12px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:0 0 12px 0 rgba(0,0,0,.2);
    box-shadow:0 0 12px 0 rgba(0,0,0,.2);
	text-shadow:0 1px 0 #fff;
}
#content .inner img.subpage-header {
	-moz-box-shadow:0 0 8px 0 rgba(0,0,0,.1);
    -webkit-box-shadow:0 0 8px 0 rgba(0,0,0,.1);
    box-shadow:0 0 8px 0 rgba(0,0,0,.1);
	margin:0 0 20px;
}
#content .inner ul.menu-listing {
	list-style:none;
	width:660px;
	margin:0;
}
#content .inner ul.menu-listing li {
	display:block;
	margin:0 0 20px;
	overflow:hidden;
}
#content .inner ul.menu-listing li img {
	margin:0 20px 0 0;
	border:4px solid #eae4da;
	float:left;
}
#content .inner .sidebar-right {
	float:right;
	margin:-20px 0 20px 20px;
	width:200px;
	padding:20px;
	min-height:300px;
	border-radius:0 0 4px 4px;
	background:url('/assets/images/bluegaterestaurant/layout/bg-canvas.jpg') 0 0 repeat;
	-moz-box-shadow:inset 0 0 6px 0 rgba(0,0,0,.1);
    -webkit-box-shadow:inset 0 0 6px 0 rgba(0,0,0,.1);
    box-shadow:inset 0 0 6px 0 rgba(0,0,0,.1);
}
#content .inner .sidebar-right ul {
	list-style:none;
	margin:0 0 30px;
}
#content .inner .sidebar-right ul li {
	display:block;
	height:40px;
	border-bottom:1px dashed #b3b3b3;
	font:14px/40px Droid Serif;
	text-indent:25px;
	cursor:pointer;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
#content .inner .sidebar-right ul li:hover {
	color:#6c86b5;
}
#content .inner .sidebar-right ul.menu li {
	background:url('/assets/images/bluegaterestaurant/layout/icon-arrow.png') 0 13px no-repeat;
}
#content .inner .sidebar-right ul.popular li {
	background:url('/assets/images/bluegaterestaurant/layout/icon-gate.png') 0 13px no-repeat;
}
#content .inner .sidebar-right ul.pdf li {
	background:url('/assets/images/bluegaterestaurant/layout/icon-pdf.gif') 0 13px no-repeat;
}
#content .inner .sidebar-right ul.sidebar-hours li {
	font:13px/40px Droid Serif;
	text-indent:0;
	text-align:left;
	text-transform:uppercase;
	cursor:default;
}
#content .inner .sidebar-right ul.sidebar-hours li:hover {
	color:#4d4d4d;
}
#content .inner .sidebar-right ul.sidebar-hours li span.hours {
	float:right;
	font:13px/40px Droid Serif;
	text-align:right;
	color:#4d4d4d;
	font-weight:normal;
}
#content .inner ul.image-gallery {
	position:relative;
	margin:10px 0 20px;
	width:680px;
	overflow:hidden;
	list-style:none;
}
#content .inner ul.image-gallery li {
	margin:0 25px 25px 0;
	float:left;
	width:192px;
	height:122px;
	overflow:hidden;
	border:4px solid #eae4da;
}

/******************************************************
 Footer
*******************************************************/
#footer {
	position:relative;
	margin:0 auto;
	width:100%;
	height:397px;
	overflow:hidden;
	border-top:2px solid #476aac;
	background:url('/assets/images/bluegaterestaurant/layout/bg-canvas.jpg') 0 0 repeat;
	-moz-box-shadow:0 0 12px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:0 0 12px 0 rgba(0,0,0,.2);
    box-shadow:0 0 12px 0 rgba(0,0,0,.2);
	z-index:2;
}
#footer .inner {
	position:relative;
	margin:20px auto;
	width:980px;
	overflow:hidden;
}
#footer .inner .column-one {
	float:left;
	margin:0 40px 0 0;
	width:300px;
	height:auto;
	text-shadow:0 1px 0 #fff;
}
#footer .inner .column-two {
	float:left;
	margin:0 40px 0 0;
	width:300px;
	height:auto;
	text-shadow:0 1px 0 #fff;
}
#footer .inner .column-two ul {
	list-style:none;
}
#footer .inner .column-two ul li {
	display:block;
	height:40px;
	border-bottom:1px dashed #d0d1d6;
	font:15px/40px Droid Serif;
	color:#476aac;
	text-transform:uppercase;
	font-weight:bold;
}
#footer .inner .column-two ul li span.hours {
	float:right;
	font:14px/40px Droid Serif;
	text-align:right;
	color:#4d4d4d;
	font-weight:normal;
}
#footer .inner .column-three {
	float:left;
	margin:0;
	width:300px;
	height:auto;
	text-shadow:0 1px 0 #fff;
}
#footer .inner .column-three ul.featured-items {
	list-style:none;
}
#footer .inner .column-three ul.featured-items li {
	display:block;
	margin:0 0 10px;
	height:90px;
	border-bottom:1px dashed #d0d1d6;
}
#footer .inner .column-three ul.featured-items li img {
	margin:0 10px 0 0;
	border:4px solid #fff;
	float:left;
	-moz-box-shadow:0 0 8px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:0 0 8px 0 rgba(0,0,0,.2);
    box-shadow:0 0 8px 0 rgba(0,0,0,.2);
}
#footer .inner .column-three ul.featured-items li h5 {
	font:18px/21px Droid Serif;
}
#footer .inner .column-three ul.featured-items li span.desc {
	font:12px/13px Droid Serif;
}
#footer-links {
	position:relative;
	margin:0 auto;
	width:100%;
	height:50px;
	z-index:-1;
	background:url('/assets/images/bluegaterestaurant/layout/bg-farm-scene.jpg') 0 -950px no-repeat;
}
#footer-links .inner {
	position:relative;
	margin:0 auto;
	width:980px;
	height:50px;
	font:12px/50px Droid Serif;
	color:#333;
	text-shadow:0 1px 0 #fff;
}

/******************************************************
 Back-to-Top Button
*******************************************************/
#w2b-StoTop {
	position:fixed;
	bottom:429px;
	left:50%;
	margin-left:-510px;
	width:35px;
	height:35px;
	border-radius:20px;
	background:url('/assets/images/bluegaterestaurant/layout/back-to-top.png') 8px 6px no-repeat #fcf5eb;
	cursor:pointer;
	border:2px solid #476aac;
	-moz-box-shadow:0 0 9px rgba(0,0,0,.35);
	-webkit-box-shadow:0 0 9px rgba(0,0,0,.35);
	box-shadow:0 0 9px rgba(0,0,0,.35);
	z-index:999999999;
}
