/*yacbar*/
@media all{
	#yacToolbar_center{
		background:rgba(0, 0, 0, 0.85) !important;
	}

	#yacToolbar_center ul li a{
		border-right:1px solid #999;
		color:#666;
	}

	#yacToolbar_center ul li a:hover{
		background-color:#eee;
	}
}

/* Body */
body {
		background-color: transparent;
}
a {
	transition: .3s ease-out;
}
.to-the-top {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 999;
}
.to-the-top p {
	padding: 5px;
	background-color: #282828;
	border-radius: 5px;
	color: #ffffff;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	margin: 0;
}
.max-kilo {
	max-width: 1000px;
	position: relative;
	margin: 0 auto;
}

/* Nav */
.top-bar-section ul li > a, .top-bar-section li:not(.has-form) a:not(.button), .top-bar {
background: transparent;
}
.top-bar-section .has-dropdown > a:after {
	top: 20px;
}


/* Layout */
.event-block {
	background-color: rgba(0,0,0,0.7);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
	list-style: none;
	color: #ffffff !important;
	padding-top: 10px;
	padding: 2%;
}
.pad {
	padding: 1%;
}

.event-block label {
	border-bottom:  1px dotted #ffffff;
}
.event-block * {
	color: #ffffff !important;
}

/* Helper Classes */
.clear {
	clear: both;
}
.wh {
	border: 10px solid #ffffff;
}

.tagline {
	min-height: 20px;
	margin-bottom: 2px;
	min-width: 10px;
}
.tabs dd > a {
	background: transparent;
	background-color: rgba(0,0,0,0.3);
	color: #ffffff;
}
.tabs dd.active a {
	background: transparent;
	background-color: rgba(0,0,0,0.8);
}
.tabs dd > a .active {
	background: transparent;
	background-color: rgba(0,0,0,0.8);
	color: #ffffff;
}
.side-nav li a {
	font-size: 140%;
	line-height: normal;
}
.side-nav {
	padding: 0;
}

.top-bar-section ul {
	background: transparent;
	text-align: center
}

.top-bar-section ul .inline-left {
	display:inline-block; 
	float: left;
}

.top-bar-section ul .inline-right {
	display:inline-block; 
	float: right;
}


.coupon-grid img {
	width: 100%;
	height:  auto;
}
.blog-entry-img img {
	max-width: 100%;
	height:  auto;
}

/* Real Person jQuery plugin styles v1.1.1. */
.realperson-challenge {
	display: block;
	color: #fff !important;
}
.realperson-text {
	font-family: "Courier New",monospace;
	font-size: 6px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 3px;
}
.realperson-regen {
	padding-top: 4px;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
}
.realperson-disabled {
	opacity: 0.5;
	filter: Alpha(Opacity=50);
}
.realperson-disabled .realperson-regen {
	cursor: default;
}
.abs-box {
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	position: absolute;
}


.comment-entries > .comments-entry:last-child {
	border: none;
}
.begin {
	padding-top: 30px;
}
.quick-links {
	margin-bottom: 10px;
	margin-top: 10px;
}

.quick-links-gap {
	height: 10px;	
}


#copy {
	text-align: center;
	color: #000000;
	margin-top: 15px;
	padding-top: 20px;
}

.copy_pad {
	padding: 0px 20px;	
}

/* Social */
.social-block ul {
	list-style-type: none;
	margin: 0px;
}
.social-block ul li {
	float: left;
}
.social-block ul li img {
	width: 100%; 
	height: auto;
	max-width: 40px;
}

/* Page Editor */
.pe-content {
	padding: 10px;
}
.pe-content p {
	line-height: 2rem !important;
}

/* Blog */
.blog-entry-content {
	margin-bottom: 10px;
}
.blog-entry-content p {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.blog-entry-date {
}
.blog-entry {
	margin-bottom: 20px !important;
}
.blog-entry-content {
	padding-top: 0px;
	margin-top: 20px;
	padding: 5px;
line-height: 1.5rem;
}
.blog-entry > h2 {
	font-size: 1.6rem;
	padding-top: 10px;
}
.weblog-nav-entry-title {
	font-size: 1.3rem;
}
.weblog-nav {
	padding-top: 40px;
}
.weblog-nav-entry-img {
	display: none;
}
.weblog-nav-entry {
	padding: 10px 0px;
	border-bottom: 1px dotted #004358;
}
.weblog-nav > div.weblog-nav-entry:last-child {
	border: none;
}
.blog-entry-img {
	width: 200px;
	height: auto;
}
.blog-entry-content {
padding: 5px;
line-height: 1.5rem;
}

/* Albums */
.album-block, .photo-list, .blog-block {
	text-align: center;
}
.blog-block {
	width: 32.333%;
}
.photo-list img, .album-block img {
	border-radius: 3px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.album-title {
	font-size: 1.4rem;
}
.photos {
	padding-top: 10px;
}
.photo-list {
	padding-left:  10px;
}
.photos {
}
.album-pl-title {
	padding-left: 10px; 
	padding-top: 30px;
}
.album-block p {
	margin-bottom: 0px;
}

/* Coupons */
.coupons-msg {
	padding: 10px;
	margin: 0px;
}
.coupon-block {
	padding: 10px;
	border: 2px dashed;
	background-color: #ffffff;
}
.coupon-grid > li {
	padding: 10px;
}

/* Specials */
.tabs dd > a:hover {
	color: #191919;
}
.tabs dd.active a:hover {
	color: #ffffff;
}
.specials-content {
	float: right !important;
}
.specials-nav {
	float:  left;
}
@media (max-width: 40.063em) {
	.specials-nav, .specials-content {
		float: none !important;
	}
}

/* Events */
.have-events {
}
.calendar {
	width: 98%;
	margin-left: 1%;
}
.specific-day:hover .specific-day-info {
	color: #ffffff !important;
}
.event-title {
	min-height: 0px;
	padding-top: 15px;
	padding-bottom: 0px;
}

/* Comments */
.comment-person, .comment-date {
	display: inline;
}
.comment-person {
	margin-right:  5px;
}
.comment-date {
	margin-left: 2px;
}
.comment-submit textarea {
	min-height: 100px;
}
.comments-title {
	font-size: 2.2rem;
}
.comments-entry {
	padding: 10px;
}
.comment-person, .comment-date {
	font-size: .8rem;
	padding-bottom:  5px;
}
.comment-content, .blog-entry-content p {
	padding: 10px 1px;
	margin: 10px 0px;
	line-height: 2rem !important;
}
.comment-content {
	margin-top: 0px;
}
.comment-person {
	padding-left: 10px;
}
.comment-content {
	margin-bottom: 0px;
}
.comment-content p {
	margin-bottom: 0px;
}

.event-noimage img {
	border: 1px solid #dddddd;
}
.event-hasimage img {
	border: 1px solid #dddddd;
}

/* Videos */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0px;
}
@media (max-width: 720px) {
	#videos li {
		width: 100%;
	}
}

.video-desc {
	margin-bottom: 0px;
}

/* Contact */
#address, #business_hours {
	padding-top: 15px;
}
#business_hours ul li {
	list-style-type: none;
}
#business_hours ul {
	margin: 0;
}
.contact-biz {
	font-size: 220%;
}

/* Menu */
#menu #navigation ul.top-level a {
	display: block;
	color: #222222;
	padding-top: 1rem;
	padding-right: 2rem;
	padding-bottom: 1.0625rem;
	padding-left: 2rem;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-size: 1rem;
	background: transparent;
	background-color: rgba(0,0,0,0.3) !important;
	color: #ffffff;
	text-decoration: none !important;
	transition: .2s ease-out;
}
#menu ul.top-level li {
	border: none;
}
#menu #navigation ul.top-level a:hover {
	color: #191919;
}
#menu #navigation ul.top-level a:hover {
	background: #e1e1e1 !important;
}
#menu #navigation ul.top-level a.selected {
	background: transparent;
}

#menu #right_menu {
	border: none;
	max-width:300px;
	float:left;
}

#left_menu{
	padding:16px;
	width:65%;
	float:right;
	border-left:1px solid #111;
}
@media screen and (max-width:975px){
	#left_menu{
		width:98%;
		border-left:none;
		border-top:1px solid #111;
	}
	#menu #right_menu{
		max-width: none;
		width: 100%;
		text-align: center;
	}
}

#menu{
	padding-top:16px;
	padding-bottom:16px;
}

#menu h2{
	font-size:2em;
}

#menu .menu-item-title{
	border-bottom:none !important;
}

#mini-cart {
	color: #191919;
}
#mini-cart h2 {
	font-size: 24px;
}
#menu #navigation ul.top-level a.selected {
	color: #ffffff !important;
}

/* Media Queries */

.event-content > ul {
	margin: 0;
	padding: 2% 0px;
}

.coupon-footer {
	font-size: 1rem;
}
.coupon-footer img {
	width: 16px;
	height:  auto;
}


/* Old */
#footer, #footer a {
	color: #191919;
	min-height: 0px;
}
.footer_privacy {
	padding-top: 10px;
}


.social-block ul li img {
	transition: .2s ease-out;
}
.social-block ul li img:hover {
	margin-top: 3px;
	max-width: 40px;
}


#realperson-text{
	height: 16px;
}
.sendus {
	margin: 0px;
	padding-top: 16px;
}
.home-details {
	bottom: 0px;
}
.home-boxes > div {
	position: relative;
}
.home-box-events li {
	list-style: none;
	display: none;
}
.home-box-events li:first-child {
	display: block;
}
.home-box-events-event {
	margin-left: auto !important;
	margin-right: auto !important;
	padding:  10px;
}

.home-box, .home-events-slider {
margin-left: 0;
margin-bottom: 10px;
background-color: rgba(255,255,255,0.8);
padding: 10px;
box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
#home-event {
padding: 10px;
}
.home-box-events-event label {
	border-bottom: 1px dotted rgba(0,0,0,0.6);
	text-align: left;
}
.home-box .event-title {
	padding-top: 0px;
}
.home-box p {
	margin-bottom:  auto;
}

.orbit-container .orbit-prev, .orbit-container .orbit-next {
	background-color: rgba(0,0,0,0.1);
	transition: .2s ease-out;
}
.orbit-slide-number span {
	color: #191919 !important;
}
.orbit-container .orbit-slide-number {
	color: #282828;
}
#home-event {
}
@media only screen and (max-width: 1000px) {
.logo {
	width: 210px !important;
	margin-left: -105px !important;
}
}
.home-event-slider .orbit-container {
	width: 100%;
}
#home-event li {
	left: 0px;
}
.social-block {
	position: absolute;
	top: 1px;
	padding: 2px;
	left: 10px;
}
.home-box-spacer {
	height: 21%;
}
.home-box > h2, .home-box > p {
	font-size: .9rem;
}

.columns h2 {
  font-size: 1.5rem;
}
.photo-list a > img {
	max-width: 97%; 
	margin-left: 1%;
	margin-right:1%; 
	margin-bottom: 1%;
}
.album-block a > img {
	max-width: 66%;
	height: auto;
}

#navigation li {
	list-style: none;
}
#navigation .top-level {
	margin-left: 0px;
}
.item-buttons {
	margin-top: 10px;
}
#map_canvas {
	height: 190px; 
	width: 100%
}
.contact-spacer {
	height: 20px;
}
.coupon-print {
	float: right;
	font-size: 1rem;
}
.coupon-print img {
	width: 16px;
	height: auto;
}

/* FORMS */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999999;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #999999;
}
input.error, textarea.error {
	margin-bottom: 1rem;
	border: 1px solid red !important;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
	border-radius: 6px;
	border-bottom-left-radius: 0px;
}
h3:after {
}
.validate input {
	position: relative;
}
textarea, input {
	color: #191919 !important;

}
.error-box {
	width: 100%;
	height: 30px;
	background-color: red;
	margin-top: -16px;
	margin-bottom:  10px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
small .error-box {
	text-align:  center;
	color: #ffffff !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.9);
	padding-top: 2px;

}
small.error {
margin-top: -17px;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
text-align: center;
width: 50%;
box-shadow: 1px 1px 0px #B8341D, 1px 1px 4px rgba(0,0,0,0.4);
padding-top: 10px;
}
.realperson-regen {
	text-align: left !important;
	padding: 5px;
	background-color: rgba(255,255,255,0.3);
	margin-top: 5px;
	margin-bottom:  10px;
}
.alert-box.warning {
	background-color: #F04124;
	box-shadow: 1px 1px 0px #B8341D, 1px 1px 4px rgba(0,0,0,0.4);
	border: none;
}

#captcha {
	text-transform: uppercase;
}
#hide {
    display:none;
}
 
.rating input {
    position:absolute;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity:0;
    opacity:0;
    cursor:pointer;
    width:17px;
}
 
.rating span {
    width:24px;
    height:16px;
    line-height:16px;
    padding:1px 22px 1px 0; /* 1px FireFox fix */
    background:url(/themes/fresh/images/icons/stars.png) no-repeat -22px 0;
}
 
/* Change span immediately following the checked radio */
 
.rating input:checked + span {
    background-position:-22px 0;
}
/* Reset all remaining stars back to default background.
   This supersedes the above due to its ordering. */
 
.rating input:checked + span ~ span {
    background-position:0 0;
}
input {
	margin: 0 0 1rem 0;
}
.survey-spacer {
	margin-top: 1em;
}

/* required label */
label.required .fa {
	color: red;
	padding-left: 4px;
	position: absolute;
	line-height: 9px;
	font-size: 100%;
}

/* no records found error */
.none-found {
	padding: 20px 10px;
}
.none-found p {
	width: 100%;
	padding: 5px 10px;
	background-color: #dedede;
	border: 1px solid #aaaaaa;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	color: #555555;
}
.none-found .fa {
	padding-right:  8px;
	color: #555555;
	text-shadow: 1px 1px 0px #ffffff, 1px 1px 3px rgba(0,0,0,0.3);
}