@charset "UTF-8";
/*
*************************************************

Screen Styles

Created by the friendly folks at Happy Cog
http://www.happycog.com/

*************************************************
*/
/*-------------------------------------------

  	  Global combinations
    
-------------------------------------------*/
article, aside, details, fig caption, figure, footer, header, group, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.move, .offer-box label, .newsletter-pop label {
  position: absolute;
  left: -9999px;
}

.hide {
  display: none;
}

.line {
  display: block;
}

a.line {
  display: inline-block;
}

.clearfix-alt {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

/*-------------------------------------------
    Colors and Sizes
-------------------------------------------*/
/* Colors */
/* Text/Sizes */
/*-------------------------------------------
    Grid Dimensions
-------------------------------------------*/
/*-------------------------------------------
    	Type Styles
    	Type Sizes: 14, 18, 20, 26, 28, 30, 32, 36, 42, 50, 68
-------------------------------------------*/
/*-------------------------------------------

   	 General Selectors
-------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  background: #fff;
}
html.lt-ie9 {
  margin-left: 0 !important;
}

body {
  color: black;
  font: 14px/28px din-condensed-web, sans-serif;
}
@media screen and (min-width: 800px) {
  body {
    font: 26px/42px franklin-gothic-urw-cond, sans-serif;
  }
}

/* block level */
h1, .alpha {
  font: 50px/1.2 abril-display, serif;
  margin-bottom: 39px;
}

h2, .beta {
  font: 28px/1.2 abril-display, serif;
  text-transform: uppercase;
  color: #f17193;
  margin-bottom: 13px;
  padding-top: 26px;
  background: url(../i/jgd/brdr-pink.png) repeat-x 0 0;
}
@media screen and (min-width: 800px) and (max-width: 1476px) {
  h2, .beta {
    font-size: 36px;
    margin-bottom: 26px;
  }
}
@media screen and (min-width: 1476px) {
  h2, .beta {
    font-size: 42px;
    margin-bottom: 39px;
  }
}

h3, .gamma, figcaption {
  font: 30px/1.2 abril-display, serif;
  text-transform: none;
  color: black;
  margin-bottom: 13px;
}
@media screen and (min-width: 800px) {
  h3, .gamma, figcaption {
    font-size: 32px;
  }
}

h4, .delta {
  font: 14px/1.2 din-condensed-web, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}

h6, .zeta {
  font: 500 26px/1.2 abril-display, serif;
  text-decoration: none;
  text-transform: none;
  margin-bottom: 13px;
}

.event-content h1 {
  margin-top: 39px;
  margin-bottom: 0;
}

.event-address {
  font-weight: normal;
  margin-bottom: 39px;
}

p, ul, dl, ol, table {
  margin-bottom: 28px;
}

ul li {
  list-style-type: none;
}

table {
  border-collapse: collapse;
}

th {
  padding: 15px 2%;
  border-left: 2px solid #fff;
  background: black;
  text-align: left;
  color: #fff;
}
th:first-child {
  border-left: none;
}

td {
  padding: 10px 2%;
  border-bottom: 1px solid black;
}

blockquote {
  padding: 0 73px;
  border-left: 1px dotted #d7d7d7;
}
blockquote p {
  margin-bottom: 13px;
}
blockquote p:first-child:before {
  content: "\201c";
  margin-left: -0.2em;
}
blockquote .who {
  margin-bottom: 26px;
  font-style: italic;
}

/* inline */
em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

abbr {
  border: none;
}

a {
  color: #06a149;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
a:hover, a:focus {
  color: #198547;
}

figure img {
  margin: 0 auto 39px;
}

figcaption {
  text-align: center;
  margin-bottom: 26px;
}

img {
  display: block;
  margin-bottom: 13px;
  max-width: 100%;
}
a img {
  border: none;
}

iframe {
  max-width: 100%;
}

code {
  font: 12px/1 "Courier New", Courier, monospace;
}

sub, sup {
  line-height: 0;
}

::-moz-selection {
  background: black;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: black;
  color: #fff;
  text-shadow: none;
}

/*-------------------------------------------

   	Forms
-------------------------------------------*/
form {
  overflow: hidden;
  margin-bottom: 1.5em;
}

fieldset {
  border: none;
}

.form-heading, label {
  font-weight: bold;
}

.inline li {
  list-style-type: none;
}
.inline label {
  display: inline;
  margin-left: 5px;
  font-weight: normal;
  font-size: 16px;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], textarea {
  font: 12px din-condensed-web, sans-serif;
  padding: 5px 5px;
  -webkit-box-shadow: 0px 0px 2px 2px #d0d0d0;
  box-shadow: 0px 0px 2px 2px #d0d0d0;
}
.form-block input[type="text"], .form-block input[type="email"], .form-block input[type="tel"], .form-block input[type="url"], .form-block textarea {
  display: block;
}

.form-block select {
  display: block;
}

input[type="submit"] {
  cursor: pointer;
  display: inline-block;
  background: #231f20;
  padding: 6.5px;
  color: #fff;
  font: normal 18px/18px abril-display, serif;
  border: none;
}
input[type="submit"]:hover, input[type="submit"]:focus {
  background: black;
}

/*
* Symbolset
* www.symbolset.com
* Copyright © 2012 Oak Studios LLC
*
* Upload this file to your web server
* and place this within your <head> tags.
* <link href="webfonts/ss-social.css" rel="stylesheet" />
*/
@font-face {
  font-family: "SSSocial";
  src: url("../f/ss-social-circle.eot");
  src: url("../f/ss-social-circle.eot?#iefix") format("embedded-opentype"), url("../f/ss-social-circle.woff") format("woff"), url("../f/ss-social-circle.ttf") format("truetype"), url("../f/ss-social-circle.svg#SSSocialCircle") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "SSSocial";
  src: url("../f/ss-social-regular.eot");
  src: url("../f/ss-social-regular.eot?#iefix") format("embedded-opentype"), url("../f/ss-social-regular.woff") format("woff"), url("../f/ss-social-regular.ttf") format("truetype"), url("../f/ss-social-regular.svg#SSSocialRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* This triggers a redraw in IE to Fix IE8's :before content rendering. */
html:hover [class^="ss-"] {
  -ms-zoom: 1;
}

.ss-icon, .ss-icon.ss-social, .ss-icon.ss-social-circle,
[class^="ss-"]:before, [class*=" ss-"]:before,
[class^="ss-"][class*=" ss-social"]:before, [class*=" ss-"][class*=" ss-social"]:before,
[class^="ss-"].right:after, [class*=" ss-"].right:after,
[class^="ss-"][class*=" ss-social"].right:after, [class*=" ss-"][class*=" ss-social"].right:after {
  font-family: "SSSocial";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.ss-icon.ss-social-circle,
[class^="ss-"].ss-social-circle:before, [class*=" ss-"].ss-social-circle:before,
[class^="ss-"].ss-social-circle.right:after, [class*=" ss-"].ss-social-circle.right:after {
  font-weight: bold;
}

[class^="ss-"].right:before,
[class*=" ss-"].right:before {
  display: none;
  content: '';
}

.ss-facebook:before, .ss-facebook.right:after {
  content: '';
}

.ss-twitter:before, .ss-twitter.right:after {
  content: '';
}

.ss-linkedin:before, .ss-linkedin.right:after {
  content: '';
}

.ss-googleplus:before, .ss-googleplus.right:after {
  content: '';
}

.ss-tumblr:before, .ss-tumblr.right:after {
  content: '';
}

.ss-wordpress:before, .ss-wordpress.right:after {
  content: '';
}

.ss-blogger:before, .ss-blogger.right:after {
  content: '';
}

.ss-posterous:before, .ss-posterous.right:after {
  content: '';
}

.ss-youtube:before, .ss-youtube.right:after {
  content: '';
}

.ss-vimeo:before, .ss-vimeo.right:after {
  content: '';
}

.ss-flickr:before, .ss-flickr.right:after {
  content: '';
}

.ss-instagram:before, .ss-instagram.right:after {
  content: '';
}

.ss-pinterest:before, .ss-pinterest.right:after {
  content: '';
}

.ss-svpply:before, .ss-svpply.right:after {
  content: '';
}

.ss-readmill:before, .ss-readmill.right:after {
  content: '';
}

.ss-dropbox:before, .ss-dropbox.right:after {
  content: '';
}

.ss-dribbble:before, .ss-dribbble.right:after {
  content: '';
}

.ss-behance:before, .ss-behance.right:after {
  content: '';
}

.ss-github:before, .ss-github.right:after {
  content: '';
}

.ss-octocat:before, .ss-octocat.right:after {
  content: '';
}

.ss-stackoverflow:before, .ss-stackoverflow.right:after {
  content: '';
}

.ss-paypal:before, .ss-paypal.right:after {
  content: '';
}

.ss-kickstarter:before, .ss-kickstarter.right:after {
  content: '';
}

.ss-foursquare:before, .ss-foursquare.right:after {
  content: '';
}

.ss-skype:before, .ss-skype.right:after {
  content: '';
}

.ss-rdio:before, .ss-rdio.right:after {
  content: '';
}

.ss-spotify:before, .ss-spotify.right:after {
  content: '';
}

.ss-lastfm:before, .ss-lastfm.right:after {
  content: '';
}

.ss-mail:before, .ss-mail.right:after {
  content: '✉';
}

.ss-like:before, .ss-like.right:after {
  content: '👍';
}

.ss-rss:before, .ss-rss.right:after {
  content: '';
}

/*
* Symbolset
* www.symbolset.com
* Copyright © 2012 Oak Studios LLC
*
* Upload this file to your web server
* and place this within your <head> tags.
* <link href="webfonts/ss-pika.css" rel="stylesheet" />
*/
@font-face {
  font-family: "SSPika";
  src: url("../f/ss-pika.eot");
  src: url("../f/ss-pika.eot?#iefix") format("embedded-opentype"), url("../f/ss-pika.woff") format("woff"), url("../f/ss-pika.ttf") format("truetype"), url("../f/ss-pika.svg#SSPika") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* This triggers a redraw in IE to Fix IE8's :before content rendering. */
html:hover [class^="ss-"] {
  -ms-zoom: 1;
}

.ss-icon, .ss-icon.ss-pika,
[class^="ss-"]:before, [class*=" ss-"]:before,
[class^="ss-"].ss-pika:before, [class*=" ss-"].ss-pika:before,
[class^="ss-"].right:after, [class*=" ss-"].right:after,
[class^="ss-"].ss-pika.right:after, [class*=" ss-"].ss-pika.right:after {
  font-family: "SSPika";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

[class^="ss-"].right:before,
[class*=" ss-"].right:before {
  display: none;
  content: '';
}

.ss-cursor:before, .ss-cursor.right:after {
  content: '';
}

.ss-crosshair:before, .ss-crosshair.right:after {
  content: '⌖';
}

.ss-search:before, .ss-search.right:after {
  content: '🔎';
}

.ss-zoomin:before, .ss-zoomin.right:after {
  content: '';
}

.ss-zoomout:before, .ss-zoomout.right:after {
  content: '';
}

.ss-screenshot:before, .ss-screenshot.right:after {
  content: '';
}

.ss-binoculars:before, .ss-binoculars.right:after {
  content: '';
}

.ss-view:before, .ss-view.right:after {
  content: '👀';
}

.ss-attach:before, .ss-attach.right:after {
  content: '📎';
}

.ss-link:before, .ss-link.right:after {
  content: '🔗';
}

.ss-move:before, .ss-move.right:after {
  content: '';
}

.ss-write:before, .ss-write.right:after {
  content: '✎';
}

.ss-writingdisabled:before, .ss-writingdisabled.right:after {
  content: '';
}

.ss-erase:before, .ss-erase.right:after {
  content: '✐';
}

.ss-compose:before, .ss-compose.right:after {
  content: '📝';
}

.ss-draw:before, .ss-draw.right:after {
  content: '✏';
}

.ss-lock:before, .ss-lock.right:after {
  content: '🔒';
}

.ss-unlock:before, .ss-unlock.right:after {
  content: '🔓';
}

.ss-key:before, .ss-key.right:after {
  content: '🔑';
}

.ss-backspace:before, .ss-backspace.right:after {
  content: '⌫';
}

.ss-ban:before, .ss-ban.right:after {
  content: '🚫';
}

.ss-nosmoking:before, .ss-nosmoking.right:after {
  content: '🚭';
}

.ss-trash:before, .ss-trash.right:after {
  content: '';
}

.ss-target:before, .ss-target.right:after {
  content: '◎';
}

.ss-new:before, .ss-new.right:after {
  content: '🆕';
}

.ss-tag:before, .ss-tag.right:after {
  content: '';
}

.ss-pricetag:before, .ss-pricetag.right:after {
  content: '';
}

.ss-flowertag:before, .ss-flowertag.right:after {
  content: '';
}

.ss-bookmark:before, .ss-bookmark.right:after {
  content: '🔖';
}

.ss-flag:before, .ss-flag.right:after {
  content: '⚑';
}

.ss-like:before, .ss-like.right:after {
  content: '👍';
}

.ss-dislike:before, .ss-dislike.right:after {
  content: '👎';
}

.ss-heart:before, .ss-heart.right:after {
  content: '♥';
}

.ss-halfheart:before, .ss-halfheart.right:after {
  content: '';
}

.ss-emptyheart:before, .ss-emptyheart.right:after {
  content: '♡';
}

.ss-star:before, .ss-star.right:after {
  content: '⋆';
}

.ss-halfstar:before, .ss-halfstar.right:after {
  content: '';
}

.ss-medal:before, .ss-medal.right:after {
  content: '';
}

.ss-ribbon:before, .ss-ribbon.right:after {
  content: '🎀';
}

.ss-bullseye:before, .ss-bullseye.right:after {
  content: '🎯';
}

.ss-sample:before, .ss-sample.right:after {
  content: '';
}

.ss-crop:before, .ss-crop.right:after {
  content: '';
}

.ss-layers:before, .ss-layers.right:after {
  content: '';
}

.ss-gridlines:before, .ss-gridlines.right:after {
  content: '';
}

.ss-pen:before, .ss-pen.right:after {
  content: '✒';
}

.ss-feather:before, .ss-feather.right:after {
  content: '';
}

.ss-rubbereraser:before, .ss-rubbereraser.right:after {
  content: '';
}

.ss-paintroller:before, .ss-paintroller.right:after {
  content: '';
}

.ss-rubberstamp:before, .ss-rubberstamp.right:after {
  content: '';
}

.ss-checkclipboard:before, .ss-checkclipboard.right:after {
  content: '';
}

.ss-linechartclipboard:before, .ss-linechartclipboard.right:after {
  content: '';
}

.ss-clockwise:before, .ss-clockwise.right:after {
  content: '⥁';
}

.ss-phone:before, .ss-phone.right:after {
  content: '📞';
}

.ss-phonedisabled:before, .ss-phonedisabled.right:after {
  content: '';
}

.ss-headset:before, .ss-headset.right:after {
  content: '';
}

.ss-megaphone:before, .ss-megaphone.right:after {
  content: '📢';
}

.ss-rss:before, .ss-rss.right:after {
  content: '';
}

.ss-facetime:before, .ss-facetime.right:after {
  content: '';
}

.ss-reply:before, .ss-reply.right:after {
  content: '↩';
}

.ss-send:before, .ss-send.right:after {
  content: '';
}

.ss-mail:before, .ss-mail.right:after {
  content: '✉';
}

.ss-inbox:before, .ss-inbox.right:after {
  content: '📥';
}

.ss-outbox:before, .ss-outbox.right:after {
  content: '📤';
}

.ss-wifimail:before, .ss-wifimail.right:after {
  content: '';
}

.ss-chat:before, .ss-chat.right:after {
  content: '💬';
}

.ss-user:before, .ss-user.right:after {
  content: '👤';
}

.ss-femaleuser:before, .ss-femaleuser.right:after {
  content: '👧';
}

.ss-users:before, .ss-users.right:after {
  content: '👥';
}

.ss-usergroup:before, .ss-usergroup.right:after {
  content: '';
}

.ss-adduser:before, .ss-adduser.right:after {
  content: '';
}

.ss-removeuser:before, .ss-removeuser.right:after {
  content: '';
}

.ss-deleteuser:before, .ss-deleteuser.right:after {
  content: '';
}

.ss-userprofile:before, .ss-userprofile.right:after {
  content: '';
}

.ss-businessuser:before, .ss-businessuser.right:after {
  content: '';
}

.ss-cart:before, .ss-cart.right:after {
  content: '';
}

.ss-addcart:before, .ss-addcart.right:after {
  content: '';
}

.ss-removecart:before, .ss-removecart.right:after {
  content: '';
}

.ss-deletecart:before, .ss-deletecart.right:after {
  content: '';
}

.ss-downloadcart:before, .ss-downloadcart.right:after {
  content: '';
}

.ss-emptycart:before, .ss-emptycart.right:after {
  content: '';
}

.ss-basket:before, .ss-basket.right:after {
  content: '';
}

.ss-gift:before, .ss-gift.right:after {
  content: '🎁';
}

.ss-apple:before, .ss-apple.right:after {
  content: '🍏';
}

.ss-cashregister:before, .ss-cashregister.right:after {
  content: '';
}

.ss-store:before, .ss-store.right:after {
  content: '🏬';
}

.ss-searchbarcode:before, .ss-searchbarcode.right:after {
  content: '';
}

.ss-notepad:before, .ss-notepad.right:after {
  content: '';
}

.ss-creditcard:before, .ss-creditcard.right:after {
  content: '💳';
}

.ss-safe:before, .ss-safe.right:after {
  content: '';
}

.ss-digitalsafe:before, .ss-digitalsafe.right:after {
  content: '';
}

.ss-atm:before, .ss-atm.right:after {
  content: '🏧';
}

.ss-dispensecash:before, .ss-dispensecash.right:after {
  content: '';
}

.ss-banknote:before, .ss-banknote.right:after {
  content: '💵';
}

.ss-coins:before, .ss-coins.right:after {
  content: '';
}

.ss-bankcheck:before, .ss-bankcheck.right:after {
  content: '';
}

.ss-piggybank:before, .ss-piggybank.right:after {
  content: '';
}

.ss-moneybag:before, .ss-moneybag.right:after {
  content: '💰';
}

.ss-tip:before, .ss-tip.right:after {
  content: '';
}

.ss-calculator:before, .ss-calculator.right:after {
  content: '';
}

.ss-percent:before, .ss-percent.right:after {
  content: '%';
}

.ss-bank:before, .ss-bank.right:after {
  content: '🏦';
}

.ss-scales:before, .ss-scales.right:after {
  content: '⚖';
}

.ss-piechart:before, .ss-piechart.right:after {
  content: '';
}

.ss-piechartthirds:before, .ss-piechartthirds.right:after {
  content: '';
}

.ss-barchart:before, .ss-barchart.right:after {
  content: '📊';
}

.ss-upwardsbarchart:before, .ss-upwardsbarchart.right:after {
  content: '';
}

.ss-downwardsbarchart:before, .ss-downwardsbarchart.right:after {
  content: '';
}

.ss-horizontalbarchart:before, .ss-horizontalbarchart.right:after {
  content: '';
}

.ss-analytics:before, .ss-analytics.right:after {
  content: '';
}

.ss-upwardslinechart:before, .ss-upwardslinechart.right:after {
  content: '📈';
}

.ss-downwardslinechart:before, .ss-downwardslinechart.right:after {
  content: '📉';
}

.ss-linecharts:before, .ss-linecharts.right:after {
  content: '';
}

.ss-scatterchart:before, .ss-scatterchart.right:after {
  content: '';
}

.ss-stock:before, .ss-stock.right:after {
  content: '';
}

.ss-form:before, .ss-form.right:after {
  content: '';
}

.ss-box:before, .ss-box.right:after {
  content: '📦';
}

.ss-crate:before, .ss-crate.right:after {
  content: '';
}

.ss-deliveryvan:before, .ss-deliveryvan.right:after {
  content: '';
}

.ss-deliverytruck:before, .ss-deliverytruck.right:after {
  content: '';
}

.ss-forklift:before, .ss-forklift.right:after {
  content: '';
}

.ss-cargoship:before, .ss-cargoship.right:after {
  content: '';
}

.ss-hook:before, .ss-hook.right:after {
  content: '';
}

.ss-weight:before, .ss-weight.right:after {
  content: '';
}

.ss-containers:before, .ss-containers.right:after {
  content: '';
}

.ss-fragile:before, .ss-fragile.right:after {
  content: '';
}

.ss-thissideup:before, .ss-thissideup.right:after {
  content: '';
}

.ss-home:before, .ss-home.right:after {
  content: '⌂';
}

.ss-building:before, .ss-building.right:after {
  content: '🏢';
}

.ss-lodging:before, .ss-lodging.right:after {
  content: '🏨';
}

.ss-earth:before, .ss-earth.right:after {
  content: '🌎';
}

.ss-globe:before, .ss-globe.right:after {
  content: '🌐';
}

.ss-garage:before, .ss-garage.right:after {
  content: '';
}

.ss-warehouse:before, .ss-warehouse.right:after {
  content: '';
}

.ss-floorplan:before, .ss-floorplan.right:after {
  content: '';
}

.ss-address:before, .ss-address.right:after {
  content: '';
}

.ss-searchhouse:before, .ss-searchhouse.right:after {
  content: '';
}

.ss-housesale:before, .ss-housesale.right:after {
  content: '';
}

.ss-navigate:before, .ss-navigate.right:after {
  content: '';
}

.ss-compass:before, .ss-compass.right:after {
  content: '';
}

.ss-signpost:before, .ss-signpost.right:after {
  content: '';
}

.ss-map:before, .ss-map.right:after {
  content: '';
}

.ss-gps:before, .ss-gps.right:after {
  content: '';
}

.ss-compassnavigate:before, .ss-compassnavigate.right:after {
  content: '';
}

.ss-compassarrow:before, .ss-compassarrow.right:after {
  content: '';
}

.ss-location:before, .ss-location.right:after {
  content: '';
}

.ss-pin:before, .ss-pin.right:after {
  content: '📍';
}

.ss-pushpin:before, .ss-pushpin.right:after {
  content: '📌';
}

.ss-maplocation:before, .ss-maplocation.right:after {
  content: '';
}

.ss-globelocation:before, .ss-globelocation.right:after {
  content: '';
}

.ss-puzzle:before, .ss-puzzle.right:after {
  content: '';
}

.ss-floppydisk:before, .ss-floppydisk.right:after {
  content: '💾';
}

.ss-firewall:before, .ss-firewall.right:after {
  content: '';
}

.ss-database:before, .ss-database.right:after {
  content: '';
}

.ss-hdd:before, .ss-hdd.right:after {
  content: '';
}

.ss-music:before, .ss-music.right:after {
  content: '♫';
}

.ss-eighthnote:before, .ss-eighthnote.right:after {
  content: '♪';
}

.ss-mic:before, .ss-mic.right:after {
  content: '🎤';
}

.ss-volume:before, .ss-volume.right:after {
  content: '🔈';
}

.ss-lowvolume:before, .ss-lowvolume.right:after {
  content: '🔉';
}

.ss-highvolume:before, .ss-highvolume.right:after {
  content: '🔊';
}

.ss-radio:before, .ss-radio.right:after {
  content: '📻';
}

.ss-stereo:before, .ss-stereo.right:after {
  content: '';
}

.ss-airplay:before, .ss-airplay.right:after {
  content: '';
}

.ss-vinylrecord:before, .ss-vinylrecord.right:after {
  content: '';
}

.ss-disc:before, .ss-disc.right:after {
  content: '💿';
}

.ss-camera:before, .ss-camera.right:after {
  content: '📷';
}

.ss-picture:before, .ss-picture.right:after {
  content: '🌄';
}

.ss-video:before, .ss-video.right:after {
  content: '📹';
}

.ss-playvideo:before, .ss-playvideo.right:after {
  content: '';
}

.ss-play:before, .ss-play.right:after {
  content: '▶';
}

.ss-pause:before, .ss-pause.right:after {
  content: '';
}

.ss-stop:before, .ss-stop.right:after {
  content: '■';
}

.ss-record:before, .ss-record.right:after {
  content: '●';
}

.ss-rewind:before, .ss-rewind.right:after {
  content: '⏪';
}

.ss-fastforward:before, .ss-fastforward.right:after {
  content: '⏩';
}

.ss-skipback:before, .ss-skipback.right:after {
  content: '⏮';
}

.ss-skipforward:before, .ss-skipforward.right:after {
  content: '⏭';
}

.ss-eject:before, .ss-eject.right:after {
  content: '⏏';
}

.ss-repeat:before, .ss-repeat.right:after {
  content: '🔁';
}

.ss-replay:before, .ss-replay.right:after {
  content: '↺';
}

.ss-shuffle:before, .ss-shuffle.right:after {
  content: '🔀';
}

.ss-index:before, .ss-index.right:after {
  content: '';
}

.ss-page:before, .ss-page.right:after {
  content: '';
}

.ss-book:before, .ss-book.right:after {
  content: '📕';
}

.ss-books:before, .ss-books.right:after {
  content: '📚';
}

.ss-openbook:before, .ss-openbook.right:after {
  content: '📖';
}

.ss-heartbook:before, .ss-heartbook.right:after {
  content: '';
}

.ss-downloadbook:before, .ss-downloadbook.right:after {
  content: '';
}

.ss-musicopenbook:before, .ss-musicopenbook.right:after {
  content: '';
}

.ss-searchbook:before, .ss-searchbook.right:after {
  content: '';
}

.ss-notebook:before, .ss-notebook.right:after {
  content: '📓';
}

.ss-newspaper:before, .ss-newspaper.right:after {
  content: '📰';
}

.ss-notice:before, .ss-notice.right:after {
  content: '';
}

.ss-rows:before, .ss-rows.right:after {
  content: '';
}

.ss-columns:before, .ss-columns.right:after {
  content: '';
}

.ss-thumbnails:before, .ss-thumbnails.right:after {
  content: '';
}

.ss-pagecurl:before, .ss-pagecurl.right:after {
  content: '';
}

.ss-desktop:before, .ss-desktop.right:after {
  content: '💻';
}

.ss-laptop:before, .ss-laptop.right:after {
  content: '';
}

.ss-tablet:before, .ss-tablet.right:after {
  content: '';
}

.ss-smartphone:before, .ss-smartphone.right:after {
  content: '';
}

.ss-cell:before, .ss-cell.right:after {
  content: '📱';
}

.ss-walkytalky:before, .ss-walkytalky.right:after {
  content: '';
}

.ss-ereader:before, .ss-ereader.right:after {
  content: '';
}

.ss-ebook:before, .ss-ebook.right:after {
  content: '';
}

.ss-wifibook:before, .ss-wifibook.right:after {
  content: '';
}

.ss-wifiopenbook:before, .ss-wifiopenbook.right:after {
  content: '';
}

.ss-battery:before, .ss-battery.right:after {
  content: '🔋';
}

.ss-highbattery:before, .ss-highbattery.right:after {
  content: '';
}

.ss-mediumbattery:before, .ss-mediumbattery.right:after {
  content: '';
}

.ss-lowbattery:before, .ss-lowbattery.right:after {
  content: '';
}

.ss-emptybattery:before, .ss-emptybattery.right:after {
  content: '';
}

.ss-chargingbattery:before, .ss-chargingbattery.right:after {
  content: '';
}

.ss-heartmobile:before, .ss-heartmobile.right:after {
  content: '';
}

.ss-phonemobile:before, .ss-phonemobile.right:after {
  content: '';
}

.ss-lockmobile:before, .ss-lockmobile.right:after {
  content: '';
}

.ss-textmobile:before, .ss-textmobile.right:after {
  content: '';
}

.ss-dollarmobile:before, .ss-dollarmobile.right:after {
  content: '';
}

.ss-euromobile:before, .ss-euromobile.right:after {
  content: '';
}

.ss-rssmobile:before, .ss-rssmobile.right:after {
  content: '';
}

.ss-navigationmobile:before, .ss-navigationmobile.right:after {
  content: '';
}

.ss-batterymobile:before, .ss-batterymobile.right:after {
  content: '';
}

.ss-powermobile:before, .ss-powermobile.right:after {
  content: '';
}

.ss-browseonline:before, .ss-browseonline.right:after {
  content: '';
}

.ss-shoponline:before, .ss-shoponline.right:after {
  content: '';
}

.ss-bankonline:before, .ss-bankonline.right:after {
  content: '';
}

.ss-realtyonline:before, .ss-realtyonline.right:after {
  content: '';
}

.ss-readonline:before, .ss-readonline.right:after {
  content: '';
}

.ss-weatheronline:before, .ss-weatheronline.right:after {
  content: '';
}

.ss-lightbulb:before, .ss-lightbulb.right:after {
  content: '💡';
}

.ss-lightbulbon:before, .ss-lightbulbon.right:after {
  content: '';
}

.ss-cfl:before, .ss-cfl.right:after {
  content: '';
}

.ss-hairdryer:before, .ss-hairdryer.right:after {
  content: '';
}

.ss-picnictable:before, .ss-picnictable.right:after {
  content: '';
}

.ss-flame:before, .ss-flame.right:after {
  content: '';
}

.ss-campfire:before, .ss-campfire.right:after {
  content: '🔥';
}

.ss-bonfire:before, .ss-bonfire.right:after {
  content: '';
}

.ss-balloon:before, .ss-balloon.right:after {
  content: '🎈';
}

.ss-christmastree:before, .ss-christmastree.right:after {
  content: '🎄';
}

.ss-sweep:before, .ss-sweep.right:after {
  content: '';
}

.ss-chess:before, .ss-chess.right:after {
  content: '♞';
}

.ss-onedie:before, .ss-onedie.right:after {
  content: '⚀';
}

.ss-twodie:before, .ss-twodie.right:after {
  content: '⚁';
}

.ss-threedie:before, .ss-threedie.right:after {
  content: '⚂';
}

.ss-fourdie:before, .ss-fourdie.right:after {
  content: '⚃';
}

.ss-fivedie:before, .ss-fivedie.right:after {
  content: '⚄';
}

.ss-sixdie:before, .ss-sixdie.right:after {
  content: '⚅';
}

.ss-downloadcloud:before, .ss-downloadcloud.right:after {
  content: '';
}

.ss-download:before, .ss-download.right:after {
  content: '';
}

.ss-downloadbox:before, .ss-downloadbox.right:after {
  content: '';
}

.ss-downloadcrate:before, .ss-downloadcrate.right:after {
  content: '';
}

.ss-uploadcloud:before, .ss-uploadcloud.right:after {
  content: '';
}

.ss-upload:before, .ss-upload.right:after {
  content: '';
}

.ss-uploadbox:before, .ss-uploadbox.right:after {
  content: '';
}

.ss-uploadcrate:before, .ss-uploadcrate.right:after {
  content: '';
}

.ss-fork:before, .ss-fork.right:after {
  content: '';
}

.ss-merge:before, .ss-merge.right:after {
  content: '';
}

.ss-refresh:before, .ss-refresh.right:after {
  content: '↻';
}

.ss-sync:before, .ss-sync.right:after {
  content: '';
}

.ss-loading:before, .ss-loading.right:after {
  content: '';
}

.ss-wifi:before, .ss-wifi.right:after {
  content: '';
}

.ss-connection:before, .ss-connection.right:after {
  content: '';
}

.ss-reload:before, .ss-reload.right:after {
  content: '';
}

.ss-file:before, .ss-file.right:after {
  content: '📄';
}

.ss-addfile:before, .ss-addfile.right:after {
  content: '';
}

.ss-removefile:before, .ss-removefile.right:after {
  content: '';
}

.ss-deletefile:before, .ss-deletefile.right:after {
  content: '';
}

.ss-downloadfile:before, .ss-downloadfile.right:after {
  content: '';
}

.ss-uploadfile:before, .ss-uploadfile.right:after {
  content: '';
}

.ss-importfile:before, .ss-importfile.right:after {
  content: '';
}

.ss-exportfile:before, .ss-exportfile.right:after {
  content: '';
}

.ss-settingsfile:before, .ss-settingsfile.right:after {
  content: '';
}

.ss-lockfile:before, .ss-lockfile.right:after {
  content: '';
}

.ss-userfile:before, .ss-userfile.right:after {
  content: '';
}

.ss-picturefile:before, .ss-picturefile.right:after {
  content: '';
}

.ss-textfile:before, .ss-textfile.right:after {
  content: '';
}

.ss-exe:before, .ss-exe.right:after {
  content: '';
}

.ss-zip:before, .ss-zip.right:after {
  content: '';
}

.ss-doc:before, .ss-doc.right:after {
  content: '';
}

.ss-ppt:before, .ss-ppt.right:after {
  content: '';
}

.ss-pdf:before, .ss-pdf.right:after {
  content: '';
}

.ss-jpg:before, .ss-jpg.right:after {
  content: '';
}

.ss-png:before, .ss-png.right:after {
  content: '';
}

.ss-folder:before, .ss-folder.right:after {
  content: '📁';
}

.ss-openfolder:before, .ss-openfolder.right:after {
  content: '📂';
}

.ss-downloadfolder:before, .ss-downloadfolder.right:after {
  content: '';
}

.ss-uploadfolder:before, .ss-uploadfolder.right:after {
  content: '';
}

.ss-cloudfolder:before, .ss-cloudfolder.right:after {
  content: '';
}

.ss-lockfolder:before, .ss-lockfolder.right:after {
  content: '';
}

.ss-securefolder:before, .ss-securefolder.right:after {
  content: '';
}

.ss-picturefolder:before, .ss-picturefolder.right:after {
  content: '';
}

.ss-moviefolder:before, .ss-moviefolder.right:after {
  content: '';
}

.ss-quote:before, .ss-quote.right:after {
  content: '“';
}

.ss-text:before, .ss-text.right:after {
  content: '';
}

.ss-font:before, .ss-font.right:after {
  content: '';
}

.ss-highlight:before, .ss-highlight.right:after {
  content: '';
}

.ss-print:before, .ss-print.right:after {
  content: '⎙';
}

.ss-fax:before, .ss-fax.right:after {
  content: '📠';
}

.ss-list:before, .ss-list.right:after {
  content: '';
}

.ss-layout:before, .ss-layout.right:after {
  content: '';
}

.ss-action:before, .ss-action.right:after {
  content: '';
}

.ss-redirect:before, .ss-redirect.right:after {
  content: '↪';
}

.ss-expand:before, .ss-expand.right:after {
  content: '⤢';
}

.ss-contract:before, .ss-contract.right:after {
  content: '';
}

.ss-help:before, .ss-help.right:after {
  content: '❓';
}

.ss-info:before, .ss-info.right:after {
  content: 'ℹ';
}

.ss-alert:before, .ss-alert.right:after {
  content: '⚠';
}

.ss-caution:before, .ss-caution.right:after {
  content: '⛔';
}

.ss-logout:before, .ss-logout.right:after {
  content: '';
}

.ss-login:before, .ss-login.right:after {
  content: '';
}

.ss-scaleup:before, .ss-scaleup.right:after {
  content: '';
}

.ss-scaledown:before, .ss-scaledown.right:after {
  content: '';
}

.ss-plus:before, .ss-plus.right:after {
  content: '+';
}

.ss-hyphen:before, .ss-hyphen.right:after {
  content: '-';
}

.ss-check:before, .ss-check.right:after {
  content: '✓';
}

.ss-delete:before, .ss-delete.right:after {
  content: '␡';
}

.ss-bearface:before, .ss-bearface.right:after {
  content: '🐻';
}

.ss-bird:before, .ss-bird.right:after {
  content: '🐦';
}

.ss-fishes:before, .ss-fishes.right:after {
  content: '';
}

.ss-tropicalfish:before, .ss-tropicalfish.right:after {
  content: '';
}

.ss-tree:before, .ss-tree.right:after {
  content: '🌳';
}

.ss-evergreen:before, .ss-evergreen.right:after {
  content: '🌲';
}

.ss-palmtree:before, .ss-palmtree.right:after {
  content: '🌴';
}

.ss-leaf:before, .ss-leaf.right:after {
  content: '🍂';
}

.ss-seedling:before, .ss-seedling.right:after {
  content: '🌱';
}

.ss-grass:before, .ss-grass.right:after {
  content: '';
}

.ss-settings:before, .ss-settings.right:after {
  content: '⚙';
}

.ss-dashboard:before, .ss-dashboard.right:after {
  content: '';
}

.ss-dial:before, .ss-dial.right:after {
  content: '';
}

.ss-notifications:before, .ss-notifications.right:after {
  content: '🔔';
}

.ss-notificationsdisabled:before, .ss-notificationsdisabled.right:after {
  content: '🔕';
}

.ss-flash:before, .ss-flash.right:after {
  content: '⌁';
}

.ss-wrench:before, .ss-wrench.right:after {
  content: '🔧';
}

.ss-tapemeasure:before, .ss-tapemeasure.right:after {
  content: '';
}

.ss-clock:before, .ss-clock.right:after {
  content: '⏲';
}

.ss-watch:before, .ss-watch.right:after {
  content: '⌚';
}

.ss-stopwatch:before, .ss-stopwatch.right:after {
  content: '⏱';
}

.ss-alarmclock:before, .ss-alarmclock.right:after {
  content: '⏰';
}

.ss-calendar:before, .ss-calendar.right:after {
  content: '📅';
}

.ss-addcalendar:before, .ss-addcalendar.right:after {
  content: '';
}

.ss-removecalendar:before, .ss-removecalendar.right:after {
  content: '';
}

.ss-checkcalendar:before, .ss-checkcalendar.right:after {
  content: '';
}

.ss-deletecalendar:before, .ss-deletecalendar.right:after {
  content: '';
}

.ss-sausage:before, .ss-sausage.right:after {
  content: '';
}

.ss-burger:before, .ss-burger.right:after {
  content: '🍔';
}

.ss-pizza:before, .ss-pizza.right:after {
  content: '🍕';
}

.ss-fish:before, .ss-fish.right:after {
  content: '🐟';
}

.ss-shrimp:before, .ss-shrimp.right:after {
  content: '🍤';
}

.ss-turkey:before, .ss-turkey.right:after {
  content: '';
}

.ss-steak:before, .ss-steak.right:after {
  content: '';
}

.ss-sidedish:before, .ss-sidedish.right:after {
  content: '🍚';
}

.ss-noodles:before, .ss-noodles.right:after {
  content: '🍜';
}

.ss-spaghetti:before, .ss-spaghetti.right:after {
  content: '🍝';
}

.ss-corn:before, .ss-corn.right:after {
  content: '';
}

.ss-carrot:before, .ss-carrot.right:after {
  content: '';
}

.ss-icecream:before, .ss-icecream.right:after {
  content: '🍨';
}

.ss-mug:before, .ss-mug.right:after {
  content: '☕';
}

.ss-beer:before, .ss-beer.right:after {
  content: '🍺';
}

.ss-bottle:before, .ss-bottle.right:after {
  content: '';
}

.ss-wineglass:before, .ss-wineglass.right:after {
  content: '🍷';
}

.ss-cocktail:before, .ss-cocktail.right:after {
  content: '🍸';
}

.ss-tea:before, .ss-tea.right:after {
  content: '🍵';
}

.ss-teapot:before, .ss-teapot.right:after {
  content: '';
}

.ss-waterbottle:before, .ss-waterbottle.right:after {
  content: '';
}

.ss-wineglasssparkle:before, .ss-wineglasssparkle.right:after {
  content: '';
}

.ss-salt:before, .ss-salt.right:after {
  content: '';
}

.ss-pepper:before, .ss-pepper.right:after {
  content: '';
}

.ss-oliveoil:before, .ss-oliveoil.right:after {
  content: '';
}

.ss-hotsauce:before, .ss-hotsauce.right:after {
  content: '';
}

.ss-coal:before, .ss-coal.right:after {
  content: '';
}

.ss-oven:before, .ss-oven.right:after {
  content: '';
}

.ss-stove:before, .ss-stove.right:after {
  content: '';
}

.ss-cook:before, .ss-cook.right:after {
  content: '🍳';
}

.ss-bbq:before, .ss-bbq.right:after {
  content: '';
}

.ss-utensils:before, .ss-utensils.right:after {
  content: '🍴';
}

.ss-spoonfork:before, .ss-spoonfork.right:after {
  content: '';
}

.ss-knife:before, .ss-knife.right:after {
  content: '🔪';
}

.ss-cookingutensils:before, .ss-cookingutensils.right:after {
  content: '';
}

.ss-measuringcup:before, .ss-measuringcup.right:after {
  content: '';
}

.ss-colander:before, .ss-colander.right:after {
  content: '';
}

.ss-scale:before, .ss-scale.right:after {
  content: '';
}

.ss-eggtimer:before, .ss-eggtimer.right:after {
  content: '';
}

.ss-platter:before, .ss-platter.right:after {
  content: '';
}

.ss-apron:before, .ss-apron.right:after {
  content: '';
}

.ss-bbqapron:before, .ss-bbqapron.right:after {
  content: '';
}

.ss-chef:before, .ss-chef.right:after {
  content: '';
}

.ss-handbag:before, .ss-handbag.right:after {
  content: '👜';
}

.ss-briefcase:before, .ss-briefcase.right:after {
  content: '💼';
}

.ss-hanger:before, .ss-hanger.right:after {
  content: '';
}

.ss-weathervane:before, .ss-weathervane.right:after {
  content: '';
}

.ss-thermometer:before, .ss-thermometer.right:after {
  content: '';
}

.ss-weather:before, .ss-weather.right:after {
  content: '';
}

.ss-cloud:before, .ss-cloud.right:after {
  content: '☁';
}

.ss-droplet:before, .ss-droplet.right:after {
  content: '💧';
}

.ss-sun:before, .ss-sun.right:after {
  content: '☀';
}

.ss-partlycloudy:before, .ss-partlycloudy.right:after {
  content: '⛅';
}

.ss-rain:before, .ss-rain.right:after {
  content: '☔';
}

.ss-thunderstorm:before, .ss-thunderstorm.right:after {
  content: '⛈';
}

.ss-umbrella:before, .ss-umbrella.right:after {
  content: '☂';
}

.ss-rainbow:before, .ss-rainbow.right:after {
  content: '🌈';
}

.ss-fog:before, .ss-fog.right:after {
  content: '';
}

.ss-wind:before, .ss-wind.right:after {
  content: '';
}

.ss-tornado:before, .ss-tornado.right:after {
  content: '';
}

.ss-snowflake:before, .ss-snowflake.right:after {
  content: '❄';
}

.ss-fan:before, .ss-fan.right:after {
  content: '';
}

.ss-solarpanel:before, .ss-solarpanel.right:after {
  content: '';
}

.ss-plug:before, .ss-plug.right:after {
  content: '🔌';
}

.ss-outlet:before, .ss-outlet.right:after {
  content: '';
}

.ss-car:before, .ss-car.right:after {
  content: '🚘';
}

.ss-taxi:before, .ss-taxi.right:after {
  content: '🚖';
}

.ss-locomotive:before, .ss-locomotive.right:after {
  content: '🚂';
}

.ss-train:before, .ss-train.right:after {
  content: '🚆';
}

.ss-traintunnel:before, .ss-traintunnel.right:after {
  content: '🚇';
}

.ss-bus:before, .ss-bus.right:after {
  content: '🚍';
}

.ss-truck:before, .ss-truck.right:after {
  content: '🚚';
}

.ss-caravan:before, .ss-caravan.right:after {
  content: '🚐';
}

.ss-tractor:before, .ss-tractor.right:after {
  content: '🚜';
}

.ss-tunnel:before, .ss-tunnel.right:after {
  content: '';
}

.ss-plane:before, .ss-plane.right:after {
  content: '✈';
}

.ss-arrival:before, .ss-arrival.right:after {
  content: '';
}

.ss-departure:before, .ss-departure.right:after {
  content: '';
}

.ss-helicopter:before, .ss-helicopter.right:after {
  content: '🚁';
}

.ss-bike:before, .ss-bike.right:after {
  content: '🚲';
}

.ss-motorcycle:before, .ss-motorcycle.right:after {
  content: '';
}

.ss-boat:before, .ss-boat.right:after {
  content: '🚢';
}

.ss-sailboat:before, .ss-sailboat.right:after {
  content: '⛵';
}

.ss-schooner:before, .ss-schooner.right:after {
  content: '';
}

.ss-skylift:before, .ss-skylift.right:after {
  content: '🚡';
}

.ss-rocket:before, .ss-rocket.right:after {
  content: '🚀';
}

.ss-steeringwheel:before, .ss-steeringwheel.right:after {
  content: '';
}

.ss-trafficcamera:before, .ss-trafficcamera.right:after {
  content: '';
}

.ss-fuel:before, .ss-fuel.right:after {
  content: '⛽';
}

.ss-jerrycan:before, .ss-jerrycan.right:after {
  content: '';
}

.ss-passport:before, .ss-passport.right:after {
  content: '';
}

.ss-trafficlight:before, .ss-trafficlight.right:after {
  content: '🚦';
}

.ss-highway:before, .ss-highway.right:after {
  content: '';
}

.ss-road:before, .ss-road.right:after {
  content: '';
}

.ss-intersection:before, .ss-intersection.right:after {
  content: '';
}

.ss-wheelchair:before, .ss-wheelchair.right:after {
  content: '♿';
}

.ss-elevator:before, .ss-elevator.right:after {
  content: '';
}

.ss-golf:before, .ss-golf.right:after {
  content: '';
}

.ss-hockey:before, .ss-hockey.right:after {
  content: '';
}

.ss-iceskate:before, .ss-iceskate.right:after {
  content: '⛸';
}

.ss-billiards:before, .ss-billiards.right:after {
  content: '🎱';
}

.ss-baseballglove:before, .ss-baseballglove.right:after {
  content: '';
}

.ss-tennis:before, .ss-tennis.right:after {
  content: '🎾';
}

.ss-tabletennis:before, .ss-tabletennis.right:after {
  content: '';
}

.ss-badminton:before, .ss-badminton.right:after {
  content: '';
}

.ss-boxing:before, .ss-boxing.right:after {
  content: '';
}

.ss-bowling:before, .ss-bowling.right:after {
  content: '';
}

.ss-football:before, .ss-football.right:after {
  content: '🏈';
}

.ss-soccer:before, .ss-soccer.right:after {
  content: '⚽';
}

.ss-hiker:before, .ss-hiker.right:after {
  content: '';
}

.ss-pool:before, .ss-pool.right:after {
  content: '';
}

.ss-shower:before, .ss-shower.right:after {
  content: '🚿';
}

.ss-exercise:before, .ss-exercise.right:after {
  content: '';
}

.ss-exercisebike:before, .ss-exercisebike.right:after {
  content: '';
}

.ss-dumbbell:before, .ss-dumbbell.right:after {
  content: '';
}

.ss-jumprope:before, .ss-jumprope.right:after {
  content: '';
}

.ss-yoga:before, .ss-yoga.right:after {
  content: '';
}

.ss-suitcase:before, .ss-suitcase.right:after {
  content: '';
}

.ss-luggage:before, .ss-luggage.right:after {
  content: '';
}

.ss-donotdisturb:before, .ss-donotdisturb.right:after {
  content: '';
}

.ss-sunscreen:before, .ss-sunscreen.right:after {
  content: '';
}

.ss-callbell:before, .ss-callbell.right:after {
  content: '';
}

.ss-hospital:before, .ss-hospital.right:after {
  content: '⛨';
}

.ss-medicalcross:before, .ss-medicalcross.right:after {
  content: '';
}

.ss-ambulance:before, .ss-ambulance.right:after {
  content: '🚑';
}

.ss-bandage:before, .ss-bandage.right:after {
  content: '';
}

.ss-medicalthermometer:before, .ss-medicalthermometer.right:after {
  content: '';
}

.ss-stethoscope:before, .ss-stethoscope.right:after {
  content: '';
}

.ss-syringe:before, .ss-syringe.right:after {
  content: '💉';
}

.ss-pill:before, .ss-pill.right:after {
  content: '💊';
}

.ss-pillbottle:before, .ss-pillbottle.right:after {
  content: '';
}

.ss-supplements:before, .ss-supplements.right:after {
  content: '';
}

.ss-bathroomscale:before, .ss-bathroomscale.right:after {
  content: '';
}

.ss-dna:before, .ss-dna.right:after {
  content: '';
}

.ss-anatomicalheart:before, .ss-anatomicalheart.right:after {
  content: '';
}

.ss-checkheart:before, .ss-checkheart.right:after {
  content: '';
}

.ss-eyesurgery:before, .ss-eyesurgery.right:after {
  content: '';
}

.ss-brokenbone:before, .ss-brokenbone.right:after {
  content: '';
}

.ss-up:before, .ss-up.right:after {
  content: '⬆';
}

.ss-upright:before, .ss-upright.right:after {
  content: '⬈';
}

.ss-right:before, .ss-right.right:after {
  content: '➡';
}

.ss-downright:before, .ss-downright.right:after {
  content: '⬊';
}

.ss-down:before, .ss-down.right:after {
  content: '⬇';
}

.ss-downleft:before, .ss-downleft.right:after {
  content: '⬋';
}

.ss-left:before, .ss-left.right:after {
  content: '⬅';
}

.ss-upleft:before, .ss-upleft.right:after {
  content: '⬉';
}

.ss-navigateup:before, .ss-navigateup.right:after {
  content: '';
}

.ss-navigateright:before, .ss-navigateright.right:after {
  content: '▻';
}

.ss-navigatedown:before, .ss-navigatedown.right:after {
  content: '';
}

.ss-navigateleft:before, .ss-navigateleft.right:after {
  content: '◅';
}

.ss-directup:before, .ss-directup.right:after {
  content: '▴';
}

.ss-directright:before, .ss-directright.right:after {
  content: '▹';
}

.ss-dropdown:before, .ss-dropdown.right:after {
  content: '▾';
}

.ss-directleft:before, .ss-directleft.right:after {
  content: '◃';
}

.ss-leftright:before, .ss-leftright.right:after {
  content: '⬌';
}

.ss-rightward:before, .ss-rightward.right:after {
  content: '';
}

.ss-leftward:before, .ss-leftward.right:after {
  content: '';
}

.ss-previouspage:before, .ss-previouspage.right:after {
  content: '⎗';
}

.ss-nextpage:before, .ss-nextpage.right:after {
  content: '⎘';
}

.ss-retweet:before, .ss-retweet.right:after {
  content: '';
}

.ss-share:before, .ss-share.right:after {
  content: '';
}

/*-------------------------------------------

    	Structure/Containers
-------------------------------------------*/
.wrap {
  margin: 0 auto;
  padding: 0 18px;
  max-width: 1476px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.lt-ie8 .wrap {
  zoom: 1;
}

html.lt-ie9 {
  width: 1024px;
}

.page-wrap {
  background: white url(../i/jgd/brdr-page-top-mobile.gif) repeat-x 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 800px) {
  .page-wrap {
    padding: 0 20px;
    background-color: #fff;
    background-image: url(../i/jgd/brdr-page-left-corner.gif), url(../i/jgd/brdr-page-right-corner.gif), url(../i/jgd/brdr-page-top.gif), url(../i/jgd/brdr-page-side.gif), url(../i/jgd/brdr-page-side.gif);
    background-position: 0 0, right 0, 0 0, 0 0, right 0;
    background-repeat: no-repeat, no-repeat, repeat-x, repeat-y, repeat-y;
  }
}
.lt-ie9 .page-wrap {
  background: white url(../i/jgd/brdr-page-top-mobile.gif) repeat-x 0 0;
}

/* test-line1 */
.text-wrap {
  padding: 13px 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 800px) {
  .content {
    margin-top: 15px;
  }
}
.mobile-swap {
  display: table;
  caption-side: top;
  width: 100%;
  overflow: hidden;
}
.lt-ie9 .mobile-swap {
  display: block;
}
@media screen and (min-width: 768px) {
  .mobile-swap {
    display: block;
  }
}
.mobile-swap .visit {
  display: table-caption;
  overflow: hidden;
}
.lt-ie9 .mobile-swap .visit {
  display: block;
}
@media screen and (min-width: 768px) {
  .mobile-swap .visit {
    display: block;
  }
}

.home .page-wrap {
  overflow: hidden;
}

.split:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.lt-ie8 .split {
  zoom: 1;
}
.split .col {
  width: 48%;
  float: left;
  margin-left: 4%;
}
.split .col:first-child {
  margin-left: 0;
}

@media screen and (min-width: 800px) {
  .split-3 {
    margin-bottom: 39px;
  }
  .split-3:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
  }
  .lt-ie8 .split-3 {
    zoom: 1;
  }
  .split-3 .col {
    float: left;
    width: 30.99579%;
    padding-left: 3.50631%;
    padding-right: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  .split-3 .first {
    padding-left: 0;
  }
}
@media screen and (min-width: 800px) and (min-width: 1476px) {
  .home .split-3 {
    background: url(../i/jgd/homepage-3up-bg.gif) repeat-y center 0;
  }
  .home .split-3.first, .lt-ie9 .home .split-3 {
    background: none;
  }
}

@media screen and (min-width: 1000px) {
  .split-2:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
  }
  .lt-ie8 .split-2 {
    zoom: 1;
  }
  .split-2 .col {
    float: left;
    width: 49%;
    margin-left: 2%;
  }
  .split-2 .first {
    margin-left: 0;
  }
}
/* 
	LAYOUT A
	Sub on Right, Main on Left 
*/
@media screen and (min-width: 800px) {
  .layout-a .wrap-layout-a:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
  }
  .lt-ie8 .layout-a .wrap-layout-a {
    zoom: 1;
  }
  .layout-a .sub {
    float: right;
    width: 29.38289%;
    margin-right: 5.11921%;
    margin-top: -300px;
    z-index: 10;
    position: relative;
    background: #fff;
  }
  .layout-a .sub.level {
    margin-top: 0;
  }
  .layout-a .event-sub {
    margin-top: 39px;
  }
  .layout-a .main {
    float: left;
    width: 55.25947%;
    margin-left: 5.11921%;
  }
}

/* 
	LAYOUT B // MENU
	Secondary on left, Main in Middle, Sub on Right 
*/
@media screen and (min-width: 1476px) {
  .layout-b .page-wrap {
    padding: 0 !important;
  }
  .no-js .layout-b .secondary {
    width: 17.25105%;
  }
  .layout-b .secondary {
    float: left;
    width: 17.25105%;
  }
  .layout-b .stuck {
    width: 249px;
  }
  .layout-b .main {
    float: left;
    width: 65.4979%;
  }
  .layout-b .main > * {
    margin-left: 10px;
  }
  .layout-b .sub {
    float: right;
    width: 17.25105%;
  }
  .layout-b .sub > * {
    margin-left: 10px;
  }
  .layout-b.menu .sub {
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) and (max-width: 1476px) {
  .layout-b .secondary {
    float: left;
    width: 22.37027%;
  }
  .layout-b .main {
    float: left;
    width: 55.25947%;
  }
  .layout-b .main > * {
    margin-left: 10px;
  }
  .layout-b .sub {
    float: right;
    width: 22.37027%;
  }
  .layout-b .sub > * {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .layout-b .sub {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .layout-b.menu .sub {
    display: none;
  }
}

@media all and (min-width: 800px) {
  body:after {
    content: 'widescreen';
    display: none;
  }
}
.page-header {
  padding: 26px 0 0;
  text-align: center;
}
@media screen and (min-width: 800px) {
  .page-header .wrap {
    overflow: visible;
    position: relative;
  }
}

.logo {
  margin-bottom: 0;
  line-height: 1;
}
@media screen and (min-width: 800px) {
  .logo {
    margin-bottom: 26px;
  }
}
.lt-ie9 .logo {
  margin-bottom: 13px;
}
.logo a {
  display: block;
  text-indent: -9999px;
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 61px;
  width: 251px;
  background-image: url(../i/jgd/logo-sprite.png);
  background-size: 251px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.lt-ie8 .logo a {
  display: block;
}
.lt-ie9 .logo a {
  height: 121px;
  width: 495px;
}
.lt-ie9 .logo a:hover, .lt-ie9 .logo a:focus {
  background-position: 0 0;
}
.logo a:hover, .logo a:focus {
  background-position: 0 -62px;
}
@media screen and (min-width: 800px) {
  .logo a {
    height: 96px;
    width: 392px;
    background-size: 392px;
  }
  .logo a:hover, .logo a:focus {
    background-position: 0 -97px;
  }
}
@media screen and (min-width: 1476px) {
  .logo a {
    height: 121px;
    width: 495px;
    background-size: 100%;
  }
  .logo a:hover, .logo a:focus {
    background-position: 0 -123px;
  }
}

.location-select {
  margin-bottom: 13px;
  position: relative;
  display: inline-block;
  min-width: 200px;
  margin-top: 10px;
}
@media screen and (min-width: 800px) {
  .location-select {
    display: none;
  }
}
.lt-ie9 .location-select {
  display: none;
}

.loc-current .city-current {
  text-decoration: underline;
}
.loc-current .ss-icon {
  position: relative;
  top: 1px;
  text-decoration: none;
}

.loc-sel {
  background: none;
  border: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.loc-sel option {
  opacity: 1;
}

.location-nav {
  display: none;
}
.location-nav ul {
  margin-bottom: 13px;
}
.location-nav li {
  display: inline;
  margin-left: 25px;
  text-transform: uppercase;
}
.location-nav li:first-child {
  margin-left: 0;
}
.location-nav a {
  font: 11px/24px din-condensed-web, sans-serif;
  color: #8b8b8b;
  text-decoration: none;
}
.location-nav a:hover, .location-nav a:focus {
  text-decoration: underline;
}
.location-nav .on a {
  font-weight: bold;
  color: #231f20;
}
@media screen and (min-width: 800px) {
  .location-nav {
    display: block;
  }
}
.lt-ie9 .location-nav {
  display: block;
}

.main-nav {
  font: 700 24px abril-display, serif;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.main-nav a {
  color: black;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #d7d7d7;
  padding: 6.5px 0;
}
.main-nav a:hover, .main-nav a:focus {
  color: #f17193;
}
.main-nav .on a {
  color: #f17193;
}
@media screen and (min-width: 500px) {
  .main-nav {
    font-size: 30px;
  }
}
@media screen and (min-width: 600px) {
  .main-nav {
    font-size: 34px;
  }
}
@media screen and (min-width: 800px) {
  .main-nav {
    font-size: 28px;
  }
  .main-nav ul {
    background: transparent url(../i/jgd/brdr-pink.png) repeat-x 0 bottom;
    padding-bottom: 26px;
    margin-bottom: 13px;
  }
  .main-nav li {
    display: inline;
    margin-right: 10px;
    background: transparent url(../i/jgd/star-pink.png) no-repeat right center;
    background-size: 17px 16px;
    padding-right: 31px;
  }
  .main-nav li.nav-book-jump {
    background: none;
    padding-right: 0;
  }
  .main-nav a {
    display: inline;
    border: none;
  }
  .main-nav a:hover, .main-nav a:focus {
    color: #f17193;
  }
}
@media screen and (min-width: 850px) {
  .main-nav {
    font-size: 32px;
  }
}
@media screen and (min-width: 940px) {
  .main-nav {
    font-size: 36px;
  }
}
@media screen and (min-width: 1030px) {
  .main-nav {
    font-size: 40px;
  }
}
.lt-ie9 .main-nav {
  font-size: 28px;
}
.lt-ie9 .main-nav ul {
  background: transparent url(../i/jgd/brdr-pink.png) repeat-x 0 bottom;
  padding-bottom: 26px;
  margin-bottom: 6.5px;
}
.home .lt-ie9 .main-nav ul {
  margin-bottom: 6.5px;
}
.lt-ie9 .main-nav li {
  display: inline;
  margin-right: 10px;
  background: transparent url(../i/jgd/star-pink.png) no-repeat right center;
  background-size: 17px 16px;
  padding-right: 31px;
}
.lt-ie9 .main-nav li.nav-book-jump {
  background: none;
  padding-right: 0;
}
.lt-ie9 .main-nav a {
  display: inline;
  border: none;
}
.lt-ie9 .main-nav a:hover, .lt-ie9 .main-nav a:focus {
  color: #f17193;
}

li.nav-book a {
  background: black;
  color: #fff;
}
li.nav-book a:hover, li.nav-book a:focus {
  color: #fff;
}
@media screen and (min-width: 800px) {
  li.nav-book {
    display: none;
  }
}
.lt-ie9 li.nav-book {
  display: none;
}

li.nav-book-jump {
  display: none;
  margin-right: 0;
}
@media screen and (min-width: 800px) {
  li.nav-book-jump {
    display: inline;
  }
}

.header-social {
  display: none;
  position: absolute;
  top: 6.5px;
  right: 25px;
  font-size: 18px;
}
.header-social .f-fb {
  border-left: 1px solid #d7d7d7;
  padding-left: 12.5px;
  margin-left: 12.5px;
  padding-top: 3px;
}
.header-social li {
  display: inline;
}
@media screen and (min-width: 800px) {
  .header-social {
    display: block;
  }
}
.lt-ie9 .header-social {
  display: block;
  top: 6.5px;
}

.book-open .page-wrap {
  position: relative;
  left: -240px;
}
@media screen and (min-width: 800px) {
  .book-open .page-wrap {
    position: static;
  }
}

.book-table {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 240px;
  background: #dbdbdb url(img-pathbg-book-mobi.gif) repeat-y 0 0;
  padding: 13px 15px;
  color: black;
}
.book-open .book-table {
  display: block;
  z-index: 10000;
}
.book-table .clearfix {
  border-bottom: 1px solid #fff;
  margin-bottom: 13px;
}
.book-table h2 {
  background: none;
  padding: 0;
  color: black;
  float: left;
  margin-bottom: 6.5px;
}
.book-table table {
  margin-bottom: 0;
}
.book-table #OT_searchWrapper #imageCal td {
  border: none !important;
}
.book-table #OT_searchWrapperAll #OT_searchWrapper .imgCal * {
  line-height: 20px;
}

.close-book {
  float: right;
  color: black;
  font: italic 12px/34px din-condensed-web, sans-serif;
}

.lt-ie9 #OT_searchWrapperAll {
  margin-top: 20px !important;
}
#OT_searchWrapperAll #OT_logoLink, #OT_searchWrapperAll #OT_logo {
  display: none;
}
#OT_searchWrapperAll #OT_searchWrapper {
  width: auto;
  height: auto;
}
#OT_searchWrapperAll #OT_searchWrapper .OT_feedTitle {
  display: none;
}
#OT_searchWrapperAll #OT_searchWrapper dl {
  position: static;
  text-align: left;
}
#OT_searchWrapperAll #OT_searchWrapper dt, #OT_searchWrapperAll #OT_searchWrapper dd {
  position: static;
  width: auto;
  text-align: left;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
}
#OT_searchWrapperAll #OT_searchWrapper dt {
  font: bold 14px din-condensed-web, sans-serif;
}
#OT_searchWrapperAll #OT_searchWrapper dd {
  margin-bottom: 13px;
}
#OT_searchWrapperAll #OT_searchWrapper #dateDisplay {
  display: none;
}
#OT_searchWrapperAll #OT_searchWrapper #OT_submitWrap {
  position: relative;
  display: inline-block;
  line-height: 1;
  background: black;
  min-height: 35px;
  min-width: 130px;
}
#OT_searchWrapperAll #OT_searchWrapper #OT_submitWrap:after {
  content: 'Find a Table \2192';
  position: absolute;
  left: 0;
  top: 7px;
  width: 100%;
  color: #fff;
  font: 20px/1 din-condensed-web, sans-serif;
  padding: 0 10px 5px;
  z-index: 1;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#OT_searchWrapperAll #OT_searchWrapper #OT_submitWrap input {
  opacity: 0;
  position: relative;
  z-index: 2;
  padding: 5px 15px;
}
#OT_searchWrapperAll #OT_searchWrapper div.imgCal {
  position: static;
}

.partOfCal img.partOfCal.spacer {
  display: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #OT_partySize select.feedFormField {
    background: white url(../i/table-dble_arrows.png) 80% center no-repeat;
    -webkit-appearance: none;
  }

  #OT_searchWrapper #startDate, #OT_searchWrapper .OT_feedFormfieldCalendar {
    background: white url(../i/table-dwn_arrow.png) 90% 60% no-repeat;
  }

  #OT_time select.feedFormField {
    background: white url(../i/table-dble_arrows.png) 86% center no-repeat;
    -webkit-appearance: none;
  }
}
@media screen and (max-width: 1075px) {
  #OT_searchWrapperAll #OT_searchWrapper #OT_submitWrap input {
    padding: 0px !important;
  }

  #OT_searchWrapper #startDate, #OT_searchWrapper .OT_feedFormfieldCalendar {
    width: 115px !important;
    height: 28px;
    padding: 6px;
    cursor: pointer;
  }

  #OT_partySize select.feedFormField {
    padding: 6px;
    width: 45px;
    border-radius: 0;
    border: 0;
    height: 28px;
    -moz-box-shadow: inset 0 0 3px #a7a7a7;
    -webkit-box-shadow: inset 0 0 3px #a7a7a7;
    box-shadow: inset 0 0 3px #a7a7a7;
    cursor: pointer;
  }

  #OT_time select.feedFormField {
    width: 83px;
    padding: 6px;
    border-radius: 0;
    border: 0;
    height: 28px;
    -moz-box-shadow: inset 0 0 3px #a7a7a7;
    -webkit-box-shadow: inset 0 0 3px #a7a7a7;
    box-shadow: inset 0 0 3px #a7a7a7;
    cursor: pointer;
  }

  #OT_date {
    margin-top: -2px !important;
  }
}
@media screen and (min-width: 1075px) {
  #OT_searchWrapper #startDate, #OT_searchWrapper .OT_feedFormfieldCalendar {
    width: 125px !important;
    height: 38px;
    padding: 11px 13px;
    cursor: pointer;
  }

  #OT_partySize select.feedFormField {
    width: 60px;
    padding: 11px 13px;
    border-radius: 0;
    border: 0;
    height: 38px;
    -moz-box-shadow: inset 0 0 3px #a7a7a7;
    -webkit-box-shadow: inset 0 0 3px #a7a7a7;
    box-shadow: inset 0 0 3px #a7a7a7;
    cursor: pointer;
  }

  #OT_time select.feedFormField {
    width: 93px;
    padding: 11px 13px;
    border-radius: 0;
    border: 0;
    height: 38px;
    -moz-appearance: none;
    -moz-box-shadow: inset 0 0 3px #a7a7a7;
    -webkit-box-shadow: inset 0 0 3px #a7a7a7;
    box-shadow: inset 0 0 3px #a7a7a7;
    cursor: pointer;
  }
}
@media screen and (max-width: 600px) and (orientation: landscape) {
  .book-table {
    padding-top: 3px;
  }
  .book-table .close-book {
    line-height: 18px;
    font-size: 10px;
  }
  .book-table .clearfix {
    margin-bottom: 6.5px;
  }
  .book-table h2 {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 2px;
  }

  #OT_searchWrapperAll #OT_searchWrapper dt {
    font-size: 11px;
  }

  #OT_searchWrapperAll #OT_searchWrapper dd {
    margin-bottom: 6.5px;
  }
}
@media screen and (min-width: 800px) {
  .book-table {
    background: #f17193;
    display: block;
    position: relative;
    height: auto;
    width: auto;
    line-height: 1;
    padding: 7px 12.5px 3px;
  }
  .book-table .clearfix {
    border: none;
    display: inline-block;
    margin: 0;
    vertical-align: top;
  }
  .book-table h2 {
    color: #fff;
    margin-bottom: 0;
    line-height: 1;
    font-size: 24px;
    line-height: 36px;
  }

  .close-book {
    display: none;
  }

  #OT_searchWrapperAll {
    display: inline-block;
  }
  .book-table #OT_searchWrapperAll {
    width: auto;
    height: auto;
  }
  #OT_searchWrapperAll form {
    margin-bottom: 0;
    overflow: visible;
  }
  #OT_searchWrapperAll #OT_searchWrapper dt, #OT_searchWrapperAll #OT_searchWrapper dd {
    float: left;
    margin-bottom: 0;
    line-height: 36px;
  }
  #OT_searchWrapperAll #OT_searchWrapper dt {
    margin: 0 5px 0 15px;
    font: normal 16px/36px abril-display, serif;
  }
  #OT_searchWrapperAll #OT_searchWrapper select {
    margin: 0;
  }
  #OT_searchWrapperAll #OT_searchWrapper #OT_submitWrap {
    margin-left: 20px;
  }
  #OT_searchWrapperAll #OT_searchWrapper div.imgCal {
    position: absolute;
  }
  #OT_searchWrapperAll #OT_searchWrapper .rightArrowTd, #OT_searchWrapperAll #OT_searchWrapper .leftArrowTd {
    vertical-align: bottom;
  }
  #OT_searchWrapperAll #OT_searchWrapper .rightArrowTd img, #OT_searchWrapperAll #OT_searchWrapper .leftArrowTd img {
    display: inline-block;
    margin-bottom: 0;
    position: relative;
    top: 2px;
  }
  #OT_mobile{
	  visibility:hidden;
	  display:none;
	  }
  #reserve_mobile{
	  visibility:hidden;
	  display:none;
	  }
}
@media screen and (min-width: 850px) {
  .book-table {
    padding: 12px 25px 10px;
  }
  .book-table:after {
    position: absolute;
    content: '';
    right: -1px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 32px solid transparent;
    border-right: 32px solid #fff;
    border-bottom: 32px solid transparent;
  }
  .book-table:before {
    position: absolute;
    content: '';
    left: -1px;
    top: 0px;
    width: 0;
    height: 0;
    border-top: 32px solid transparent;
    border-left: 32px solid #fff;
    border-bottom: 32px solid transparent;
  }
}
@media screen and (min-width: 1020px) {
  .book-table {
    background-color: #f17193;
    background-image: url(../i/jgd/bg-book-desktop.png), url(../i/jgd/bg-book-desktop.png);
    background-repeat: no-repeat;
    background-position: left center, right center;
    background-size: 147px 13px, 147px 13px;
  }
  .book-table .clearfix {
    margin-left: 15px;
  }
}
@media screen and (min-width: 1125px) {
  .book-table {
    background-color: #f17193;
    background-image: url(../i/jgd/bg-book-desktop.png), url(../i/jgd/bg-book-desktop.png);
    background-repeat: no-repeat;
    background-position: left center, right center;
    background-size: 181px 15px, 181px 15px;
  }
  .book-table .clearfix {
    margin-left: 15px;
  }
}
@media screen and (min-width: 1075px) {
  #OT_searchWrapperAll #OT_searchWrapper dt {
    font-size: 22px;
  }
}
.lt-ie9 .book-table {
  background: #f17193;
  display: block;
  position: relative;
  height: auto;
  width: auto;
  line-height: 1;
  padding: 7px 12.5px 3px;
}
.lt-ie9 .book-table .clearfix {
  border: none;
  display: inline-block;
  margin: 0 0 0 50px;
  vertical-align: top;
}
.lt-ie9 .book-table h2 {
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
  font-size: 24px;
  line-height: 56px;
}
.lt-ie9 .close-book {
  display: none;
}
.lt-ie9 #OT_searchWrapperAll {
  display: inline-block;
  width: 600px;
  height: auto;
  margin: 0 auto;
  position: relative;
  top: -12px;
}
.book-table .lt-ie9 #OT_searchWrapperAll {
  width: auto;
  height: auto;
}
.lt-ie9 #OT_searchWrapperAll form {
  margin-bottom: 0;
  overflow: visible;
}
.lt-ie9 #OT_searchWrapperAll #OT_searchWrapper dt, .lt-ie9 #OT_searchWrapperAll #OT_searchWrapper dd {
  float: left;
  margin-bottom: 0;
  line-height: 36px;
}
.lt-ie9 #OT_searchWrapperAll #OT_searchWrapper dt {
  margin: 0 5px 0 15px;
  font: normal 16px/36px abril-display, serif;
}
.lt-ie9 #OT_searchWrapperAll #OT_searchWrapper select {
  margin: 0;
}
.lt-ie9 #OT_searchWrapperAll #OT_searchWrapper #OT_submitWrap {
  margin-left: 20px;
  background: transparent;
  position: relative;
  top: 3px;
}
.lt-ie9 #OT_searchWrapperAll #OT_searchWrapper #OT_submitWrap:after {
  content: none;
}
.lt-ie9 #OT_searchWrapperAll #OT_searchWrapper div.imgCal {
  position: absolute;
}
.lt-ie9 #OT_searchWrapperAll #OT_searchWrapper .rightArrowTd, .lt-ie9 #OT_searchWrapperAll #OT_searchWrapper .leftArrowTd {
  vertical-align: bottom;
}
.lt-ie9 #OT_searchWrapperAll #OT_searchWrapper .rightArrowTd img, .lt-ie9 #OT_searchWrapperAll #OT_searchWrapper .leftArrowTd img {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  top: 4px;
}

.lt-ie8 .book-table .clearfix {
  display: inline;
}
.lt-ie8 .book-table h2 {
  line-height: 36px;
}
.lt-ie8 #OT_searchWrapperAll {
  top: 0px;
  display: inline;
}
.lt-ie8 #OT_searchWrapper #startDate, .lt-ie8 #OT_searchWrapper .OT_feedFormfieldCalendar {
  top: 2px;
  position: relative;
  width: 92px;
}

.visit {
  background: #06a149;
  color: #fff;
  text-align: center;
  z-index: 101;
  position: relative;
}
@media screen and (min-width: 800px) {
  .visit {
    background: #405f2c;
    text-align: left;
    padding: 13px 0 0;
  }
}
.lt-ie9 .visit {
  background: #405f2c;
  text-align: left;
  padding: 13px 0 0;
}
.visit h2 {
  margin-bottom: 13px;
  color: #fff;
  background: none;
  padding: 0;
  font-size: 28px;
}
.visit .wrap {
  padding-top: 13px;
  padding-bottom: 13px;
}
.visit .block {
  background: #3cb462;
  margin-bottom: 26px;
}
@media screen and (min-width: 800px) {
  .visit .block {
    background: transparent;
  }
}
.lt-ie9 .visit .block {
  background: transparent;
}
.visit .block .map-static {
  display: inline-block;
  margin: 0 auto;
}
@media screen and (min-width: 800px) {
  .visit .block .map-static {
    display: none;
  }
}
.visit .block .map-dynamic {
  display: none;
}
@media screen and (min-width: 800px) {
  .visit .block .map-dynamic {
    display: block;
    width: 100%;
  }
}
.visit h3 {
  color: #fff;
  padding: 0;
  background: none;
  margin-bottom: 13px;
  padding-bottom: 6.5px;
  border-bottom: 1px solid #06a149;
  text-transform: uppercase;
}
@media screen and (min-width: 800px) {
  .visit h3 {
    font-size: 34px;
  }
}
.visit a {
  color: #fff;
}
.visit a:hover, .visit a:focus {
  color: black;
}
.visit .map-link {
  display: none;
  font: 20px abril-display, serif;
  margin-bottom: 6.5px;
}
.visit .map-link a {
  text-decoration: none;
}
.visit .map-link a:hover, .visit .map-link a:focus {
  text-decoration: underline;
}
@media screen and (min-width: 800px) {
  .visit .map-link {
    display: block;
  }
}
.lt-ie9 .visit .map-link {
  display: block;
}
@media screen and (min-width: 800px) {
  .visit .visit-map .text-wrap {
    padding-right: 0;
  }
}

.geo-info {
  font: 24px abril-display, serif;
}
#map_canvas .geo-info {
  font-style: normal;
  color: #06a149;
  font: normal 20px din-condensed-web, sans-serif;
  text-align: center;
  display: block;
}

.info-pair {
  font: 24px abril-display, serif;
  margin-bottom: 13px;
}
.info-pair span {
  display: block;
  font: bold 14px din-condensed-web, sans-serif;
  color: #0f6534;
}
@media screen and (min-width: 800px) {
  .info-pair span {
    text-transform: uppercase;
    font: normal 24px abril-display, serif;
  }
}

.visit-address {
  font: 28px abril-display, serif;
  margin-bottom: 13px;
}
@media screen and (min-width: 901px) {
  .visit-address {
    font-size: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .visit-address {
    font-size: 30px;
  }
}
@media screen and (min-width: 800px) {
  .visit-address {
    font-size: 36px;
  }
}
@media screen and (min-width: 800px) and (max-width: 900px) {
  .visit-address {
    font-size: 20px;
  }
}
.lt-ie9 .visit-address {
  font-size: 20px;
}

@media screen and (min-width: 800px) {
  .visit header {
    border-bottom: 1px solid #0d6d36;
    margin-bottom: 26px;
    position: relative;
    padding-bottom: 6.5px;
  }
  .visit header:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    width: 100%;
    height: 100%;
    background: transparent center center no-repeat;
    background: #0d6d36;
    height: 1px;
    bottom: -4px;
    top: auto;
  }
  .visit header h2 {
    display: inline;
  }
  .visit header .geo-info {
    display: inline;
    font-size: 18px;
    margin-left: 10px;
  }
  .visit .phone {
    font-size: 36px;
  }

  .line1 {
    text-transform: uppercase;
  }

  .visit-map {
    width: 65.4979%;
    float: left;
  }
  .visit-map > .block:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
  }
  .lt-ie8 .visit-map > .block {
    zoom: 1;
  }
  .visit-map .text-wrap {
    float: right;
    width: 34.5021%;
  }

  .map-wrap {
    background: #3cb462;
    width: 65.4979%;
    float: left;
    padding: 13px;
  }

  .visit-hours {
    width: 30.99579%;
    float: right;
    text-align: center;
    background: #3cb462;
  }
}
.lt-ie9 .visit header {
  border-bottom: 1px solid #0d6d36;
  margin-bottom: 26px;
  position: relative;
  padding-bottom: 6.5px;
}
.lt-ie9 .visit header h2 {
  display: inline;
}
.lt-ie9 .visit header .geo-info {
  display: inline;
  font-size: 18px;
  margin-left: 10px;
}
.lt-ie9 .visit .phone {
  font-size: 24px;
}
.lt-ie9 .line1 {
  text-transform: uppercase;
}
.lt-ie9 .visit-map {
  width: 68.9%;
  float: left;
}
.lt-ie9 .visit-map > .block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.lt-ie8 .lt-ie9 .visit-map > .block {
  zoom: 1;
}
.lt-ie9 .visit-map .text-wrap {
  float: right;
  width: 34.5021%;
}
.lt-ie9 .map-wrap {
  background: #3cb462;
  width: 65.4979%;
  float: left;
  padding: 13px;
}
.lt-ie9 .visit-hours {
  width: 30.99579%;
  float: right;
  text-align: center;
  background: #3cb462;
}

.page-footer {
  background: #fff;
  padding-top: 39px;
  position: relative;
  z-index: 100;
}
.page-footer section {
  text-align: center;
  border-top: 3px solid #f17193;
  padding: 26px 0 0;
}
@media screen and (min-width: 800px) {
  .page-footer section {
    border: none;
    padding-top: 0;
  }
}
.lt-ie9 .page-footer section {
  border: none;
  padding-top: 0;
}
.page-footer h2 {
  color: black;
  padding: 0;
  background: none;
}
@media screen and (min-width: 800px) {
  .page-footer h2 {
    margin-bottom: 13px;
  }
}
.lt-ie9 .page-footer h2 {
  margin-bottom: 0;
}
@media screen and (min-width: 800px) {
  .page-footer .wrap {
    overflow: visible;
  }
}

.tab-head {
  float: left;
}

.tabset .clearfix {
  position: relative;
}

.tab-controls {
  float: right;
  margin-bottom: 0;
  bottom: 17px;
  position: absolute;
  right: 0;
}
.tab-controls li {
  float: left;
  margin-right: 20px;
  position: relative;
  line-height: 32px;
}
.tab-controls li.tab-on:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid #f17193;
  position: absolute;
  bottom: -18px;
  left: 0;
}
.lt-ie9 .tab-controls li {
  top: 20px;
}
.lt-ie9 .tab-controls li.tab-on:after {
  content: none;
  border: none;
}
.tab-controls a {
  font-size: 24px;
}

.tab {
  background: #f17193;
  padding: 13px 25px;
  margin-bottom: 26px;
  color: #fff;
}
@media screen and (min-width: 800px) {
  .tab {
    text-align: left;
    padding-left: 100px;
  }
}
.lt-ie9 .tab {
  text-align: left;
  padding-left: 100px;
}
.tab p {
  margin-bottom: 13px;
  font: 14px/28px din-condensed-web, sans-serif;
}
@media screen and (min-width: 800px) {
  .tab p {
    font: 20px abril-display, serif;
  }
}
.tab a {
  color: #fff;
  text-decoration: underline;
}
.tab a:hover, .tab a:focus {
  color: black;
}

a.tab-link {
  display: block;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (min-width: 800px) {
  a.tab-link {
    display: none;
  }
}
.lt-ie9 a.tab-link {
  display: none;
}

#tab-twitter {
  position: relative;
}
#tab-twitter img {
  display: none;
  border: 5px solid #ed809d;
}
@media screen and (min-width: 800px) {
  #tab-twitter img {
    display: block;
    position: absolute;
    left: 13px;
    top: 13px;
  }
}
.lt-ie9 #tab-twitter img {
  display: block;
  position: absolute;
  left: 13px;
  top: 13px;
}
#tab-twitter .tab-meta {
  display: none;
}
@media screen and (min-width: 800px) {
  #tab-twitter .tab-meta {
    display: block;
    font: 16px abril-display, serif;
    text-transform: uppercase;
    margin-bottom: 13px;
  }
}
.lt-ie9 #tab-twitter .tab-meta {
  display: block;
  font: 14px abril-display, serif;
  text-transform: uppercase;
  margin-bottom: 6.5px;
}
#tab-twitter .tab-cta {
  display: none;
}
#tab-twitter .tab-cta a {
  text-decoration: none;
  display: inline-block;
  background: #231f20;
  padding: 6.5px;
  color: #fff;
  font: normal 18px/18px abril-display, serif;
}
#tab-twitter .tab-cta a:hover, #tab-twitter .tab-cta a:focus {
  background: black;
}
@media screen and (min-width: 800px) {
  #tab-twitter .tab-cta {
    display: inline-block;
  }
}
.lt-ie9 #tab-twitter .tab-cta {
  display: inline-block;
}

#tab-fb {
  padding-left: 25px;
}
#tab-fb .fb-like-box {
  background: #fff;
}

#tab-twitter {
  padding-left: 25px;
}
#tab-twitter iframe {
  width: 100%;
}

#fb-root {
  display: none;
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important;
  background: #fff;
}
@media screen and (max-width: 400px) {
  .fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    overflow: hidden;
    max-width: 300px;
  }
}

.offer-box p.intro {
  max-width: 380px;
  margin: 0 auto 30px;
}
.offer-box form {
  margin-bottom: 0;
}
.offer-box form p {
  margin-bottom: 20px;
}
.offer-box form input[type="text"] {
  font: normal 16px abril-display, serif;
  width: 140px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
@media screen and (max-width: 340px) {
  .offer-box form input[type="text"] {
    width: 120px;
  }
}
@media screen and (min-width: 769px) and (max-width: 970px) {
  .offer-box form input[type="text"] {
    width: 120px;
  }
}
.offer-box form input[type="text"]::-webkit-input-placeholder {
  color: black;
}
.offer-box form input[type="text"]:-moz-placeholder {
  color: black;
}
.offer-box form input[type="text"]:-ms-input-placeholder {
  color: black;
}
.offer-box form input[type="text"].email {
  width: 220px;
}
@media screen and (max-width: 340px) {
  .offer-box form input[type="text"].email {
    width: 185px;
  }
}
@media screen and (min-width: 769px) and (max-width: 970px) {
  .offer-box form input[type="text"].email {
    width: 185px;
  }
}
.offer-box form input[type="submit"] {
  width: 55px;
  -webkit-appearance: none !important;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (min-width: 800px) {
  .offer-box {
    background: transparent url(../i/jgd/bg-offer.png) no-repeat 0 0;
    background-size: 100% 100%;
  }
  .page-footer .offer-box {
    padding: 40px 30px 20px;
  }
  .offer-box h2 {
    color: #f17193;
    margin-bottom: 13px;
    font-size: 24px;
  }
  .offer-box p {
    font: normal 16px abril-display, serif;
  }
  .offer-box .single-input {
    margin: 0 50px 13px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1040px) {
  .offer-box .single-input {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .offer-box .single-input p {
    padding-right: 2px;
  }
  .offer-box .single-input input {
    -webkit-box-shadow: 0px 0px 2px 2px #d0d0d0;
    box-shadow: 0px 0px 2px 2px #d0d0d0;
    margin-bottom: 6.5px;
  }
  .offer-box .single-input button {
    position: static;
  }
}
@media screen and (min-width: 940px) {
  .offer-box h2 {
    font-size: 34px;
  }
  .offer-box p {
    font-size: 20px;
  }
}
.lt-ie9 .offer-box {
  background: transparent url(../i/jgd/bg-offer.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.page-footer .lt-ie9 .offer-box {
  padding: 20px 30px;
}
.lt-ie9 .offer-box h2 {
  color: #f17193;
  margin-bottom: 13px;
  font-size: 24px;
}
.lt-ie9 .offer-box p {
  font: normal 16px abril-display, serif;
}
.lt-ie9 .offer-box .single-input {
  margin-bottom: 13px;
}

.legal {
  text-align: center;
  padding-top: 26px;
  display: none;
  border-top: 1px solid #f17193;
  position: relative;
  font: 12px din-condensed-web, sans-serif;
}
.legal:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  width: 100%;
  height: 100%;
  background: transparent center center no-repeat;
  background: #f17193;
  height: 1px;
  top: -4px;
}
@media screen and (min-width: 800px) {
  .legal {
    display: block;
    clear: both;
  }
}
.lt-ie9 .legal {
  display: block;
  clear: both;
}

@media screen and (min-width: 800px) {
  .page-footer {
    padding-bottom: 52px;
  }
  .page-footer .wrap > .clearfix {
    margin-bottom: 26px;
  }

  .tabset {
    width: 51.75316%;
    float: left;
  }

  .tab {
    margin-bottom: 0;
  }

  .offer-box {
    width: 39.62132%;
    float: right;
  }
}
.lt-ie9 .page-footer {
  padding-bottom: 52px;
}
.lt-ie9 .page-footer .wrap .clearfix {
  margin-bottom: 26px;
}
.lt-ie9 .tabset {
  width: 51.75316%;
  float: left;
}
.lt-ie9 .tab {
  margin-bottom: 0;
}
.lt-ie9 section.offer-box {
  width: 476px;
  height: 260px;
  padding: 39px 25px 0;
  float: right;
}
.lt-ie9 section.offer-box .intro {
  margin-bottom: 5px;
}
.lt-ie9 .map-wrap {
  width: 425px;
}
.lt-ie9 .visit-map .text-wrap {
  float: left;
}

.lt-ie8 .garces-footer-2 {
  margin-right: 20px;
}
.lt-ie8 section.offer-box {
  width: 426px;
}

.garces-footer {
  background: #3c3c3c;
  text-align: center;
  font: 14px Verdana, sans-serif;
  padding: 26px 50px;
  position: relative;
  min-height: 0;
  z-index: 100;
}
.garces-footer ul {
  margin-bottom: 0;
}
.garces-footer li {
  margin-bottom: 5px;
}
.lt-ie8 .garces-footer li {
  margin-bottom: 0;
}
.garces-footer nav a {
  color: #faf8de;
  text-decoration: none;
}
.garces-footer nav a:hover, .garces-footer nav a:focus {
  text-decoration: underline;
}
.garces-footer nav {
  position: relative;
  z-index: 10;
}
.garces-footer nav strong {
  font-weight: normal;
}

.garces-footer-1 .ss-icon, .garces-footer-2 .ss-icon {
  display: none;
}

.social-links {
  padding-top: 6.5px;
}
.social-links li {
  display: inline-block;
  margin: 0 5px;
}
.social-links li a {
  font-size: 30px;
}
.social-links li a:hover, .social-links li a:focus {
  text-decoration: none;
  color: #fff;
}
.lt-ie8 .social-links li {
  display: inline;
}

.garces-group-pop {
  display: none;
  position: absolute;
  padding: 13px 0 6.5px;
  width: 98%;
  z-index: 9;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f9f7de;
  border: 5px solid #fff;
  border-bottom: none;
  bottom: 60px;
  -webkit-box-shadow: 0 5px 23px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 23px 2px rgba(0, 0, 0, 0.3);
  font: 14px Georgia;
}
.garces-group-pop:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.lt-ie8 .garces-group-pop {
  zoom: 1;
}
.garces-group-pop h3 {
  font: 24px abril-display, serif;
  text-transform: uppercase;
  border-bottom: 1px solid #f2a147;
  padding: 0 0 6.5px;
  margin-bottom: 13px;
}
.garces-group-pop a {
  color: #c14b42;
  text-decoration: none;
}
.garces-group-pop a:hover, .garces-group-pop a:focus {
  text-decoration: underline;
}
.garces-group-pop .btn {
  font: normal 18px/28px abril-display, serif;
}
.garces-group-pop .btn a {
  background: #f2a147;
  color: #fff;
  padding: 4px 10px;
  text-decoration: none;
}
.garces-group-pop .btn a:hover, .garces-group-pop .btn a:focus {
  background: black;
  text-decoration: none;
}
.garces-group-pop .split {
  margin-bottom: 39px;
}
.garces-group-pop .col li {
  margin-bottom: 13px;
  display: block;
}

.gg-name {
  width: 30.99579%;
  float: left;
  padding: 13px 25px 0;
  text-align: center;
  position: relative;
}
.gg-name:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  width: 100%;
  height: 100%;
  background: transparent center center no-repeat;
  background: #f3b265;
  width: 1px;
  left: auto;
  right: 0;
}
.gg-name:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  width: 100%;
  height: 100%;
  background: transparent center center no-repeat;
  background: #f3b265;
  width: 3px;
  left: auto;
  right: 4px;
}
.gg-name img {
  display: inline-block;
}
@media screen and (max-height: 500px) {
  .gg-name img {
    max-height: 75px;
    margin-bottom: 5px;
  }
}
.gg-name h2 {
  color: #c14b42;
  background: none;
  padding: 0;
  text-transform: none;
  margin-bottom: 26px;
}
.gg-name h2 em {
  display: block;
  font: italic 14px georgia;
  color: #636363;
}

.gg-col {
  width: 34.5021%;
  float: left;
  padding: 13px 50px;
}
.gg-col:nth-child(2) {
  width: 34.5021%;
}

@media screen and (max-height: 500px) {
  .garces-group-pop {
    max-height: 350px;
    overflow: scroll;
    padding: 5px 0 0;
    border: none;
  }
  .garces-group-pop h3 {
    font-size: 18px;
    margin-bottom: 6.5px;
    padding-bottom: 2px;
  }
  .garces-group-pop .col li {
    margin-bottom: 6.5px;
  }
  .garces-group-pop .split {
    margin-bottom: 13px;
  }

  .gg-col {
    padding: 5px 15px;
    width: 36.25526%;
  }

  .gg-col:nth-child(2) {
    width: 39.62132%;
  }

  .gg-name {
    padding: 10px 5px 0 0;
    width: 22.37027%;
  }
  .gg-name:after {
    background: none;
  }
  .gg-name:before {
    background: none;
  }
  .gg-name h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
.newsletter-pop {
  display: none;
  position: absolute;
  z-index: 9;
  width: 400px;
  background: transparent url(../i/bg-newsletter-pop.jpg) no-repeat center center;
  bottom: 60px;
  right: 50px;
  padding: 26px;
  text-align: center;
  box-shadow: 0 5px 23px 2px rgba(0, 0, 0, 0.3);
}
.newsletter-pop form {
  margin-bottom: 0;
}
.newsletter-pop form p {
  margin-bottom: 20px;
}
.newsletter-pop form input[type="text"] {
  font: normal 16px abril-display, serif;
  width: 140px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
@media and screen and (max-width: 340px) {
  .newsletter-pop form input[type="text"] {
    width: 120px;
  }
}
@media and screen and (min-width: 769px) and (max-width: 970px) {
  .newsletter-pop form input[type="text"] {
    width: 120px;
  }
}
.newsletter-pop form input[type="text"]::-webkit-input-placeholder {
  color: black;
}
.newsletter-pop form input[type="text"]:-moz-placeholder {
  color: black;
}
.newsletter-pop form input[type="text"]:-ms-input-placeholder {
  color: black;
}
.newsletter-pop form input[type="text"].email {
  width: 220px;
}
@media and screen and (max-width: 340px) {
  .newsletter-pop form input[type="text"].email {
    width: 185px;
  }
}
@media and screen and (min-width: 769px) and (max-width: 970px) {
  .newsletter-pop form input[type="text"].email {
    width: 185px;
  }
}
.newsletter-pop form input[type="submit"] {
  width: 55px;
  -webkit-appearance: none;
}
.newsletter-pop div {
  background: #fff;
  border: 1px solid #c14b42;
  outline: 5px solid #fff;
  padding: 13px 26px;
}
.newsletter-pop h3 {
  color: #c14b42;
  text-transform: uppercase;
  margin-bottom: 6.5px;
  font-size: 24px;
}
.newsletter-pop p {
  font: 14px georgia;
}
.newsletter-pop .single-input input {
  font: italic 12px georgia;
}

@media screen and (min-width: 890px) {
  .garces-footer {
    height: 60px;
    text-align: left;
    font: bold 14px Verdana, sans-serif;
    padding: 0 15px;
    width: 100%;
    left: 0;
    bottom: 0;
    position: fixed;
    z-index: 1000;
  }
  .garces-footer nav:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
  }
  .lt-ie8 .garces-footer nav {
    zoom: 1;
  }
  .garces-footer nav li {
    display: inline-block;
    margin-bottom: 0;
    height: 66px;
  }
  .garces-footer nav a {
    padding: 20px 15px 0;
    height: 60px;
    display: inline-block;
    float: left;
  }
  .garces-footer nav a:focus {
    text-decoration: none;
  }
  .garces-footer nav a:hover, .garces-footer nav a.pop-open {
    background: #2e2e2e;
    color: #fff;
    text-decoration: none;
  }
  .garces-footer nav a:hover .ss-icon, .garces-footer nav a.pop-open .ss-icon {
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .garces-footer nav a.pop-open {
    background: #c14b42;
  }

  .garces-footer-1 {
    float: left;
  }

  .garces-footer-2 {
    float: right;
  }

  .garces-footer-1 .ss-icon, .garces-footer-2 .ss-icon {
    display: inline-block;
    background: #60595b;
    font-size: 11px;
    width: 23px;
    height: 20px;
    padding: 5px 6px 3px;
    margin-left: 5px;
    line-height: 11px;
    position: relative;
    -webkit-border-radius: 150px;
    border-radius: 150px;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
  }
  .garces-footer-1 .pop-open .ss-icon, .garces-footer-2 .pop-open .ss-icon {
    background: #8d322b;
  }

  .gg-footer strong {
    display: block;
    text-indent: -9999px;
    background-color: transparent;
    background-position: 0 0;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    width: 118px;
    height: 40px;
    background-image: url(../i/ir-gg-footer.png);
    background-position: 0 bottom;
    background-size: 100%;
    position: relative;
    top: -6.5px;
    float: left;
  }
  .gg-footer a:hover strong, .gg-footer a:focus strong {
    background-position: 0 0;
  }

  .social-links {
    display: none;
  }
}
.lt-ie9 .garces-footer {
  height: 60px;
  text-align: left;
  font: bold 14px Verdana, sans-serif;
  padding: 0 15px;
  width: 100%;
  left: 0;
  bottom: 0;
  position: fixed;
  z-index: 1000;
}
.lt-ie9 .garces-footer nav:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.lt-ie8 .lt-ie9 .garces-footer nav {
  zoom: 1;
}
.lt-ie9 .garces-footer nav li {
  display: inline;
  margin-bottom: 0;
  height: 66px;
}
.lt-ie9 .garces-footer nav a {
  padding: 20px 15px 0;
  height: 60px;
  display: inline-block;
  float: left;
}
.lt-ie9 .garces-footer nav a:focus {
  text-decoration: none;
}
.lt-ie9 .garces-footer nav a:hover, .lt-ie9 .garces-footer nav a.pop-open {
  background: #2e2e2e;
  color: #fff;
  text-decoration: none;
}
.lt-ie9 .garces-footer-1 {
  float: left;
}
.lt-ie9 .garces-footer-2 {
  float: right;
}
.lt-ie9 .garces-footer-1 .ss-icon, .lt-ie9 .garces-footer-2 .ss-icon {
  display: none;
}
.lt-ie9 .gg-footer strong {
  background: none;
  text-indent: 0;
  font-weight: bold;
}
.lt-ie9 .gg-footer a:hover strong, .lt-ie9 .gg-footer a:focus strong {
  background-position: 0 0;
}
.lt-ie9 .social-links {
  display: none;
}

.menu-panel {
  border: 10px solid #d7d7d7;
  margin-bottom: 39px;
  padding: 15px;
}
.panel-wrap:first-of-type .menu-panel {
  margin-top: 0;
}
@media screen and (min-width: 1476px) {
  .menu-panel {
    padding: 15px 50px;
  }
}
@media (max-width: 1000px) {
  .menu-panel {
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .menu-panel {
    margin-top: 80px;
    padding: 15px 30px;
  }
}
@media (max-width: 550px) {
  .menu-panel {
    margin-top: 70px;
    padding: 15px 15px;
  }
}
body:not('.desktop') .menu-panel {
  display: block;
}
.menu-panel .more-fancy {
  text-align: center;
}
.menu-panel h2 {
  text-align: center;
  line-height: 1;
  background: none;
  padding-top: 0;
  font-size: 88px;
  margin-bottom: 0;
}
@media screen and (min-width: 1476px) {
  .menu-panel h2 {
    padding-top: 50px;
    font-size: 138px;
    margin-bottom: -10px;
  }
}
.menu-panel h3 {
  text-align: center;
  color: black;
  font-size: 48px;
  margin-bottom: 13px;
  line-height: 1;
}
@media screen and (min-width: 1476px) {
  .menu-panel h3 {
    font-size: 62px;
    margin-bottom: 26px;
  }
}
.menu-panel .intro {
  text-align: center;
  line-height: 1.2;
}
@media screen and (min-width: 1476px) {
  .menu-panel .intro {
    line-height: 1.5;
  }
}
.menu-panel h4 {
  background: url(../i/jgd/brdr-pink.png) repeat-x 0 bottom, url(../i/jgd/brdr-pink.png) repeat-x 0 top;
  font: 36px/1 abril-display, serif;
  text-align: center;
  color: #f17193;
  padding: 10px 20px;
  margin-bottom: 13px;
  margin-top: 26px;
  overflow: hidden;
}
@media screen and (min-width: 1476px) {
  .menu-panel h4 {
    margin-bottom: 30px;
    font-size: 40px;
  }
}
.menu-panel h4 span {
  display: inline-block;
  margin: 0 auto;
  padding: 0 35px;
  background: url(../i/jgd/star-pink.png) no-repeat 0 center, url(../i/jgd/star-pink.png) no-repeat right center;
}
@media screen and (max-width: 550px) {
  .menu-panel h4 {
    margin-left: -10px;
    margin-right: -10px;
    font-size: 22px;
  }
  .menu-panel h4 span {
    background: url(../i/jgd/star-white-small.png) no-repeat 0 center, url(../i/jgd/star-white-small.png) no-repeat right center;
    padding: 0 25px;
  }
}
@media screen and (min-width: 1476px) {
  .menu-panel .menu-items {
    margin-bottom: 56px;
  }
}
.menu-panel li {
  font: 500 26px/1.2 abril-display, serif;
  text-decoration: none;
  text-transform: none;
  margin-bottom: 13px;
  text-transform: uppercase;
  padding: 13px 0;
}
.menu-panel li:first-of-type {
  border-bottom: 1px dotted #d7d7d7;
}
.menu-panel li:last-of-type {
  border-bottom: none;
}
.menu-panel li strong {
  font-weight: normal;
}
@media screen and (min-width: 1476px) {
  .menu-panel li strong {
    font-size: 38px;
  }
}
.menu-panel span {
  display: block;
}
.menu-panel .descript {
  width: 100%;
  text-transform: none;
  font: 24px/30px franklin-gothic-urw-cond, sans-serif;
}
@media screen and (max-width: 1476px) {
  .menu-panel .descript {
    font: 16px/1.4 din-condensed-web, sans-serif;
    margin-bottom: 6.5px;
    display: block;
  }
}
@media screen and (min-width: 1476px) {
  .menu-panel .price {
    font-size: 38px;
  }
}

.panel-wrap {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media screen and (max-width: 767px) {
  .menu img.lazy {
    display: none !important;
  }
}
.menu .secondary.fixed {
  position: fixed;
  top: 10px;
}

@media screen and (min-width: 1000px) {
  .menu-panel {
    padding: 15px 35px;
  }
  .menu-panel li {
    position: relative;
  }
  .menu-panel li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
  }
  .lt-ie8 .menu-panel li {
    zoom: 1;
  }
  .menu-panel li .price {
    position: absolute;
    top: 10px;
    right: 0;
  }
  .menu-panel h4 {
    font-size: 48px;
  }
  .menu-panel .descript {
    width: 100%;
  }

  .menu-time {
    color: #8b8b8b;
    font-size: 30px;
  }
  .menu-time strong {
    font-size: 35px;
    color: black;
    text-transform: uppercase;
    font-family: abril-display, serif;
    font-weight: normal;
  }

  .mod-block.delivery-block, .delivery-block.alt-block {
    text-align: left;
    background: url(../i/jgd/stars-green.png) no-repeat 20px 30px;
    padding: 100px 18px 80px;
    font: 26px/1.2 franklin-gothic-urw-cond, sans-serif;
    margin-bottom: 10px;
  }
  .mod-block.delivery-block h2, .delivery-block.alt-block h2 {
    font: 30px/1.2 abril-display, serif;
    margin-bottom: 13px;
    text-transform: uppercase;
    color: black;
    padding-top: 0;
  }
  .mod-block.delivery-block p, .delivery-block.alt-block p {
    font: 26px/1.2 franklin-gothic-urw-cond, sans-serif;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1476px) {
  .mod-block.delivery-block h2, .delivery-block.alt-block h2 {
    font: 37px/1.2 abril-display, serif;
  }
}
@media screen and (min-width: 1476px) {
  .menu-header:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
  }
  .lt-ie8 .menu-header {
    zoom: 1;
  }
  .menu-header .more-fancy {
    width: 45%;
    float: right;
    font-size: 26px;
    margin-bottom: 0;
    margin-top: 22px;
    text-align: right;
  }
  .menu-header .beta {
    float: left;
    width: 45%;
    font-size: 50px;
    text-align: left;
    line-height: 1;
  }
}
.delivery-block h4 {
  font: 500 39px/1.2 din-condensed-web, sans-serif;
  margin-bottom: 13px;
  text-transform: uppercase;
  color: black;
}

.secondary .lazy {
  float: right;
  clear: both;
}

.sub .lazy {
  float: left;
  clear: both;
}

.menu-panel strong.more-fancy {
  text-align: center;
  font-family: franklin-gothic-urw-cond, sans-serif !important;
  display: block;
  margin: 0 auto;
}

.royalSlider > .slide {
  display: none;
}

.slideshow-wrapper {
  position: relative;
}
@media screen and (min-width: 800px) {
  .slideshow-wrapper {
    min-height: 350px;
  }
}
.slideshow-wrapper h2 {
  text-align: center;
  position: absolute;
  top: 200px;
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: .75;
  font-size: 100px;
  letter-spacing: -2px;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.55);
  background: none;
  z-index: 1000;
}
.slideshow-wrapper h2 span {
  display: block;
  max-width: 70%;
  margin: 0 auto;
}
.lt-ie9 .slideshow-wrapper h2 {
  font-size: 48px;
}
.lt-ie9 .slideshow-wrapper h2 span {
  width: 50%;
  background: #231f20;
  padding: 15px;
}
@media screen and (min-width: 1190px) and (max-width: 1476px) {
  .slideshow-wrapper h2 {
    top: 240px;
    font-size: 68px;
  }
  .slideshow-wrapper h2 span {
    max-width: 60%;
  }
}
@media screen and (max-width: 1190px) {
  .slideshow-wrapper h2 {
    top: 170px;
    font-size: 68px;
  }
}
@media screen and (max-width: 1000px) {
  .slideshow-wrapper h2 {
    top: 130px;
  }
}
@media screen and (max-width: 950px) {
  .slideshow-wrapper h2 {
    top: 100px;
    font-size: 48px;
  }
}
@media screen and (min-width: 768px) and (max-width: 850px) {
  .slideshow-wrapper h2 {
    top: 80px;
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .slideshow-wrapper h2 {
    display: none;
  }
}

.slideshow {
  margin-bottom: 39px;
}
.slideshow:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.lt-ie8 .slideshow {
  zoom: 1;
}
.lt-ie9 .slideshow {
  margin-left: 20px;
}
.slideshow figure {
  float: left;
  position: relative;
  max-width: 50%;
}
.slideshow figcaption {
  position: absolute;
  margin-bottom: 0;
  z-index: 10000;
}
.slideshow figcaption a {
  text-decoration: none;
  font: 30px abril-display, serif;
  background: rgba(0, 0, 0, 0.6);
  padding: 6.5px 13px;
  color: #fff;
  display: block;
}
@media screen and (max-width: 1476px) {
  .slideshow figcaption a {
    font-size: 18px;
  }
}
.slideshow figcaption a:hover, .slideshow figcaption a:focus {
  background: #000;
}
@media screen and (max-width: 1000px) {
  .slideshow figcaption {
    max-width: 200px;
  }
  .slideshow figcaption span {
    display: block;
  }
}
.slideshow figcaption span {
  color: #06a149;
}
.slideshow img {
  margin: 0;
}
.slideshow .rsSlide:nth-child(odd) figure figcaption {
  top: 30px;
  left: 30px;
  bottom: auto;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .slideshow .rsSlide:nth-child(odd) figure figcaption {
    top: 15px;
  }
}
.slideshow .rsSlide:nth-child(odd) figure.second figcaption {
  top: auto;
  bottom: 30px;
  left: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .slideshow .rsSlide:nth-child(odd) figure.second figcaption {
    bottom: 15px;
  }
}
.slideshow .rsSlide:nth-child(even) figure figcaption {
  bottom: 30px;
  top: auto;
  left: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .slideshow .rsSlide:nth-child(even) figure figcaption {
    bottom: 15px;
  }
}
.slideshow .rsSlide:nth-child(even) figure.second figcaption {
  top: 30px;
  left: 30px;
  bottom: auto;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .slideshow .rsSlide:nth-child(even) figure.second figcaption {
    top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .slideshow {
    display: none !important;
  }
}

.lt-ie9 .rsSlide figure figcaption {
  top: 30px;
  left: 30px;
  bottom: auto;
  background: black;
}

.lt-ie9 .rsSlide .second figcaption {
  top: auto;
  bottom: 30px;
}

.slider {
  position: relative;
}
.lt-ie9 .upcoming-events .slider {
  padding-bottom: 20px;
}
html .slider .rsNav {
  width: auto;
  position: absolute;
  right: -62px;
  bottom: 0;
}
html .slider .rsNav .rsBullet {
  height: auto;
  width: auto;
  padding: 3px;
}
@media screen and (min-width: 801px) {
  html .slider .rsNav .rsBullet {
    top: 7px;
    position: relative;
  }
}
html .slider .rsNav .rsBullet span {
  height: 10px;
  width: 10px;
  background-color: #b8b8b8;
}
html .slider .rsNav .rsBullet.rsNavSelected span {
  background-color: #06a149;
}
.upcoming-events .slider .rsNav {
  right: 0;
}
.lt-ie9 .upcoming-events .slider .rsNav {
  bottom: 20px;
}
@media screen and (max-width: 800px) {
  .slider .prev-arrow, .slider .next-arrow {
    display: none !important;
  }
  html .slider .rsNav {
    width: 100%;
  }
}

.slider-arrow {
  background: url(../i/jgd/grn-arrows-hover.png) no-repeat 0 0;
  width: 57px;
  height: 22px;
  display: block;
  text-indent: -9999px;
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  position: relative;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.lt-ie8 .slider-arrow {
  display: block;
  float: left;
  margin-top: 10px;
}
.about-slideshow .slider-arrow {
  top: 0;
}
.slider-arrow:hover {
  background-position: 0 -23px;
}

.next-arrow {
  background-position: -58px 0;
  margin-left: 8px;
}
.about-slideshow .next-arrow {
  margin: 0 20px;
}
.next-arrow:hover {
  background-position: -58px -23px;
}

.prev-arrow {
  margin-right: 8px;
}
.about-slideshow .prev-arrow {
  margin: 0 20px;
}

.mobile-slideshow {
  margin-bottom: 39px;
}
.lt-ie9 .mobile-slideshow {
  display: none;
}
@media screen and (min-width: 800px) {
  .mobile-slideshow {
    display: none;
  }
}
.mobile-slideshow .rsNav .rsBullet {
  height: auto;
  width: auto;
  padding: 3px;
}
.mobile-slideshow .rsNav .rsBullet span {
  height: 10px;
  width: 10px;
  background-color: #fff;
  border: 2px solid black;
}
.mobile-slideshow .rsNav .rsBullet.rsNavSelected span {
  background-color: #06a149;
}
.about .mobile-slideshow {
  margin-bottom: 78px;
}
.home .mobile-slideshow {
  max-width: 80%;
  text-align: center;
  margin: 0 auto 50px;
}

html .rsDefaultInv .rsGCaption {
  clear: both;
  position: relative;
  float: none;
  background: none;
  text-align: center;
}
html .rsDefaultInv .rsGCaption:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.lt-ie8 html .rsDefaultInv .rsGCaption {
  zoom: 1;
}
html .rsDefaultInv .rsGCaption figcaption {
  clear: both;
  margin-bottom: 0;
}

html .slider .rsNav .rsBullet span {
  cursor: pointer;
}
html .slider .rsNav .rsBullet span:hover, html .slider .rsNav .rsBullet span:focus {
  background-color: #06a149;
}

@media screen and (min-width: 767px) {
  .home .mobile-slideshow {
    display: none !important;
  }
}
.about-slideshow {
  height: 650px;
  margin-bottom: 39px;
}
.about-slideshow:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.lt-ie8 .about-slideshow {
  zoom: 1;
}
@media screen and (max-width: 800px) {
  .about-slideshow {
    display: none !important;
  }
}
.about-slideshow .rsOverflow {
  float: left;
}
.about-slideshow img {
  margin: 0;
}
.about-slideshow figcaption {
  font: 22px abril-display, serif;
  background: rgba(0, 0, 0, 0.8);
  padding: 13px 5px 5px;
  position: absolute;
  top: auto;
  bottom: 30px;
  left: 234px;
  color: #fff;
  height: 52px;
  padding-right: 20px;
}
.lt-ie9 .about-slideshow figcaption {
  background: black;
}
.about-slideshow figcaption a {
  text-decoration: none;
}
.about-slideshow .arrows-holder {
  background: rgba(0, 0, 0, 0.8);
  padding: 5px;
  position: absolute;
  top: auto;
  bottom: 30px;
  left: 30px;
  height: 52px;
}
.lt-ie9 .about-slideshow .arrows-holder {
  background: black;
}
.about-slideshow.rsDefaultInv .rsGCaption {
  bottom: auto;
  left: auto;
}

.lt-ie9 .home .rsNav .rsBullet {
  margin-bottom: 7px !important;
}

/*-------------------------------------------

    	CTA Modules
-------------------------------------------*/
.mod-block, .alt-block {
  border: 4px solid #06a149;
  margin-bottom: 26px;
  text-align: center;
  padding: 3px;
}
@media screen and (min-width: 1476px) {
  .mod-block, .alt-block {
    padding: 10px;
  }
}
.mod-block h2, .alt-block h2 {
  background-image: none;
}
.mod-block img, .alt-block img {
  margin: 0 auto 26px;
}

.alt-block {
  border-color: #f17193;
}
@media screen and (min-width: 800px) {
  .alt-block {
    padding: 0;
  }
}
.home .alt-block {
  border: none;
}
.lt-ie8 .home .alt-block .heading {
  max-width: 441px;
}
@media screen and (max-width: 800px) {
  .home .alt-block {
    padding: 0;
  }
}
@media screen and (min-width: 800px) {
  .home .alt-block h3, .home .alt-block .gamma, .home .alt-block figcaption {
    font-size: 36px;
  }
}
@media screen and (min-width: 1476px) {
  .home .alt-block .more-fancy {
    font-size: 38px;
  }
}
.home .alt-block p {
  line-height: 32px;
}
.home .alt-block h5 + .more-fancy {
  margin-top: 20px;
}

@media screen and (min-width: 800px) {
  .hours .sub {
    border: 4px solid #06a149;
  }
  .hours .sub .mod-block, .hours .sub .alt-block {
    border: none;
  }
}
/*-------------------------------------------

    	CTA Modules on About at Desktop
-------------------------------------------*/
@media screen and (min-width: 800px) {
  .private-events-block .heading {
    margin-bottom: 0;
  }
  .private-events-block .gamma, .private-events-block figcaption {
    font-size: 36px;
    margin-bottom: 13px;
  }
  .private-events-block p {
    font: 16px/30px din-condensed-web, sans-serif;
  }

  .events-block h3 {
    text-transform: uppercase;
    font-size: 42px;
    padding-bottom: 26px;
    margin-bottom: 26px;
    background: url(../i/jgd/brdr-grey.png) center bottom no-repeat;
  }
  .events-block h4 {
    font: 30px/1.2 abril-display, serif;
    text-transform: none;
    color: black;
    margin-bottom: 13px;
    font-size: 36px !important;
  }
  .events-block p {
    font: 16px/30px din-condensed-web, sans-serif;
  }

  .restaurants-block .adorn-star {
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 26px;
  }
  .restaurants-block .link-list {
    background: url(../i/jgd/star-green.png) center bottom no-repeat;
    padding-bottom: 40px;
  }
  .restaurants-block .link-list li {
    margin-bottom: 6.5px;
  }
  .restaurants-block .link-list a {
    font-size: 32px;
  }
}
@media screen and (min-width: 800px) and (min-width: 800px) {
  .events-block h4 {
    font-size: 32px;
  }
}
@media screen and (max-width: 800px) {
  .about-block .heading {
    padding: 20px;
  }
  .about-block .heading i {
    font: bold 16px/1 din-condensed-web, sans-serif;
    display: block;
    margin-top: 0;
  }

  .private-events-block {
    padding: 0;
  }
  .private-events-block .heading {
    padding: 10px 20px;
    margin-bottom: 0;
  }
}
#map_canvas {
  height: 500px;
  max-width: 1476px;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  #map_canvas {
    height: 400px;
    margin: 0 15px 30px;
  }
}

.hours-topper {
  text-align: center;
}
.hours-topper address {
  margin-bottom: 13px;
}
.hours-topper .more-fancy {
  font-size: 28px;
}
.hours-topper iframe {
  margin: 0 auto 39px;
}
.hours-topper img {
  margin: 0 auto 39px;
}
@media screen and (min-width: 800px) {
  .hours-topper img {
    display: none;
  }
}
@media screen and (min-width: 800px) {
  .hours-topper h1 {
    letter-spacing: -1px;
    line-height: 1 !important;
    font: 28px/1.2 abril-display, serif;
    text-transform: uppercase;
    color: #f17193;
    margin-bottom: 13px;
    padding-top: 26px;
    background: url(../i/jgd/brdr-pink.png) repeat-x 0 0;
    margin-bottom: 0;
    padding-top: 40px;
    background: none;
  }
  .hours-topper address {
    font: 46px/1 abril-display, serif;
    margin-bottom: 0;
  }
  .hours-topper address span {
    padding-left: 35px;
    background: url(../i/jgd/star-pink.png) no-repeat 0 center;
  }
  .hours-topper .more-fancy {
    font: 46px/1 abril-display, serif;
    color: black;
    text-decoration: none;
  }
}
@media screen and (min-width: 800px) and (min-width: 800px) and (max-width: 1476px) {
  .hours-topper h1 {
    font-size: 36px;
    margin-bottom: 26px;
  }
}
@media screen and (min-width: 800px) and (min-width: 1476px) {
  .hours-topper h1 {
    font-size: 42px;
    margin-bottom: 39px;
  }
}
@media screen and (min-width: 800px) and (min-width: 1476px) {
  .hours-topper address {
    font: 68px/1 abril-display, serif;
  }
}
@media screen and (min-width: 800px) and (min-width: 1476px) {
  .hours-topper .more-fancy {
    font: 68px/1 abril-display, serif;
  }
}

.upcoming-events:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.lt-ie8 .upcoming-events {
  zoom: 1;
}
.upcoming-events h2 {
  color: black !important;
}
.upcoming-events h3 {
  font: 30px/1.2 abril-display, serif;
  text-transform: none;
  color: black;
  margin-bottom: 13px;
  font-size: 40px !important;
  margin-bottom: 6.5px;
}
@media screen and (min-width: 800px) {
  .upcoming-events h3 {
    font-size: 32px;
  }
}
.upcoming-events h3 a {
  text-decoration: none;
}
.lt-ie9 .upcoming-events h2 {
  margin-bottom: 0;
}
.lt-ie9 .upcoming-events .slider p {
  margin-bottom: 39px;
}
.upcoming-events .meta {
  font-style: italic;
  margin-bottom: 6.5px;
}
.upcoming-events .slider {
  max-width: 85%;
  text-align: center;
  padding: 0 10px;
  margin: 0 auto;
}
.lt-ie8 .upcoming-events .slider-arrow {
  display: none;
}
@media screen and (min-width: 800px) {
  .upcoming-events {
    padding: 30px;
  }
  .upcoming-events h2 {
    width: 15%;
    padding-top: 0;
    float: left;
    font-size: 52px;
    line-height: .8;
    text-align: left;
  }
  .upcoming-events h2.ss-calendar:before {
    display: none;
  }
  .upcoming-events h2 span {
    font-size: 72px;
  }
  .upcoming-events .slider {
    padding: 0;
    padding-left: 73px;
    width: 80%;
    text-align: left;
    float: right;
  }
  .upcoming-events p {
    font-size: 28px;
  }
  .upcoming-events p:last-of-type {
    margin-bottom: 52px;
  }
}
@media screen and (min-width: 800px) and (min-width: 1476px) {
  .upcoming-events .slider {
    float: left;
  }
}
@media screen and (min-width: 800px) and (min-width: 1476px) {
  .upcoming-events p {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .upcoming-events {
    margin-top: 39px;
  }
}

.gt-ie9 div.rsNav .rsBullet,
.ie10 div .rsNav .rsBullet {
  margin-bottom: 7px !important;
}

.menu-nav {
  position: relative;
  background: #fff;
  z-index: 5;
}
.menu-nav li {
  padding-right: 10px;
  border-bottom: 1px dotted #d7d7d7;
  position: relative;
}
@media screen and (min-width: 800px) {
  .menu-nav li {
    padding-left: 73px;
  }
}
@media screen and (min-width: 768px) and (max-width: 800px) {
  .menu-nav li {
    padding: 10px;
  }
}
.menu-nav li.on a {
  color: #f17193;
}
@media screen and (min-width: 800px) {
  .menu-nav li.on:before {
    content: url(../i/jgd/pnk-arrows.png);
    position: absolute;
    left: 0;
    top: 3px;
  }
}
.menu-nav a {
  font: 500 26px/1.2 abril-display, serif;
  text-decoration: none;
  text-transform: none;
  margin-bottom: 13px;
  font-size: 39px;
  text-transform: uppercase;
  color: black;
}
@media screen and (max-width: 1200px) {
  .menu-nav a {
    font-size: 26px;
  }
}
@media screen and (max-width: 960px) {
  .menu-nav a {
    font-size: 22px;
  }
}
.menu-nav a:hover, .menu-nav a:focus {
  color: #f17193;
}

@media screen and (max-width: 767px) {
  .sticky {
    top: 0 !important;
  }

  .nav-container nav {
    width: 100%;
    left: 0;
  }

  .menu-nav {
    z-index: 1000;
    border-bottom: 1px dotted #d7d7d7;
    padding-left: 12px;
  }
  .menu-nav:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
  }
  .lt-ie8 .menu-nav {
    zoom: 1;
  }
  .menu-nav li {
    float: left;
    margin-right: 0;
    padding: 10px;
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) and (min-width: 600px) {
  .sticky .menu-nav {
    padding: 0 40px;
  }
}
.sticky {
  position: fixed;
  top: 15px;
  animation: thedrop 1s 1;
  -moz-animation: thedrop 1s 1;
  -webkit-animation: thedrop 1s 1;
  z-index: 100;
}
@media screen and (max-width: 960px) {
  .sticky .back-to-top {
    display: block;
  }
}

.back-to-top {
  display: none;
}
.menu-nav .back-to-top a {
  color: #1a1a1a;
}

/* v1.0.3 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  position: relative;
  direction: ltr;
}

.royalSlider > * {
  float: left;
}

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0;
}

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}

.rsThumb {
  float: left;
  position: relative;
}

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear;
}

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none;
}

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto;
}

.rsContent {
  width: 100%;
  height: 100%;
  position: relative;
}

.rsPreloader {
  position: absolute;
  z-index: 0;
}

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
}

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
}

.rsTabs {
  float: left;
  background: none !important;
}

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsVideoContainer {
  /*left: 0;
  top: 0;
  position: absolute;*/
  /*width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
}

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s;
}

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px;
}

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15;
  -webkit-backface-visibility: hidden;
}

.grab-cursor {
  cursor: url(grab.png) 8 8, move;
}

.grabbing-cursor {
  cursor: url(grabbing.png) 8 8, move;
}

.rsNoDrag {
  cursor: auto;
}

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(blank.gif);
  -webkit-backface-visibility: hidden;
}

/******************************
*
*  RoyalSlider Default Inverted Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-default-inverted.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/
/* Background */
.rsDefaultInv,
.rsDefaultInv .rsOverflow,
.rsDefaultInv .rsSlide,
.rsDefaultInv .rsVideoFrameHolder,
.rsDefaultInv .rsThumbs {
  color: #222;
}

/***************
*
*  1. Arrows
*
****************/
.rsDefaultInv .rsArrow {
  height: 100%;
  width: 44px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}

.rsDefaultInv.rsVer .rsArrow {
  width: 100%;
  height: 44px;
}

.rsDefaultInv.rsVer .rsArrowLeft {
  top: 0;
  left: 0;
}

.rsDefaultInv.rsVer .rsArrowRight {
  bottom: 0;
  left: 0;
}

.rsDefaultInv.rsHor .rsArrowLeft {
  left: 0;
  top: 0;
}

.rsDefaultInv.rsHor .rsArrowRight {
  right: 0;
  top: 0;
}

.rsDefaultInv .rsArrowIcn {
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  position: absolute;
  cursor: pointer;
  background: url("rs-default-inverted.png");
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.75);
  *background-color: #FFF;
  border-radius: 2px;
}

.rsDefaultInv .rsArrowIcn:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.rsDefaultInv.rsHor .rsArrowLeft .rsArrowIcn {
  background-position: -64px -32px;
}

.rsDefaultInv.rsHor .rsArrowRight .rsArrowIcn {
  background-position: -64px -64px;
}

.rsDefaultInv.rsVer .rsArrowLeft .rsArrowIcn {
  background-position: -96px -32px;
}

.rsDefaultInv.rsVer .rsArrowRight .rsArrowIcn {
  background-position: -96px -64px;
}

.rsDefaultInv .rsArrowDisabled .rsArrowIcn {
  filter: alpha(opacity=20);
  opacity: .2;
  *display: none;
}

/***************
*
*  2. Bullets
*
****************/
.rsDefaultInv .rsBullets {
  position: relative;
  z-index: 35;
  padding-top: 4px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  line-height: 5px;
  overflow: hidden;
}

.rsDefaultInv .rsBullet {
  width: 5px;
  height: 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px;
}

.rsDefaultInv .rsBullet span {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #BBB;
}

.rsDefaultInv .rsBullet.rsNavSelected span {
  background-color: #000;
}

/***************
*
*  3. Thumbnails
*
****************/
.rsDefaultInv .rsThumbsHor {
  width: 100%;
  height: auto;
}

.rsDefaultInv .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.rsDefaultInv.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%;
}

.rsDefaultInv.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%;
}

.rsDefaultInv .rsThumb {
  float: left;
  overflow: hidden;
  width: 96px;
  height: 72px;
}

.rsDefaultInv .rsThumb img {
  width: 100%;
  height: 100%;
}

.rsDefaultInv .rsThumb.rsNavSelected {
  background: #FFF;
}

.rsDefaultInv .rsThumb.rsNavSelected img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.rsDefaultInv .rsTmb {
  display: block;
}

/* Thumbnails with text */
.rsDefaultInv .rsTmb h5 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 20px;
}

.rsDefaultInv .rsTmb span {
  color: #DDD;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
}

/* Thumbnails arrow icons */
.rsDefaultInv .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  background: #FFF;
  background: rgba(255, 255, 255, 0.75);
}

.rsDefaultInv .rsThumbsArrow:hover {
  background: rgba(255, 255, 255, 0.9);
}

.rsDefaultInv.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px;
}

.rsDefaultInv.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0;
}

.rsDefaultInv.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0;
}

.rsDefaultInv.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0;
}

.rsDefaultInv.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0;
}

.rsDefaultInv .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url("rs-default-inverted.png");
}

.rsDefaultInv.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px;
}

.rsDefaultInv.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px;
}

.rsDefaultInv.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px;
}

.rsDefaultInv.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px;
}

.rsDefaultInv .rsThumbsArrowDisabled {
  display: none !important;
}

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
  .rsDefaultInv .rsThumb {
    width: 59px;
    height: 44px;
  }

  .rsDefaultInv .rsThumbsHor {
    height: 44px;
  }

  .rsDefaultInv .rsThumbsVer {
    width: 59px;
  }
}
/***************
*
*  4. Tabs
*
****************/
.rsDefaultInv .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative;
}

.rsDefaultInv .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #D9D9DD;
  border-right: 1px solid #f5f5f5;
  text-decoration: none;
  background-color: #FFF;
  background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
  -webkit-box-shadow: inset 1px 0 0 #fff;
  box-shadow: inset 1px 0 0 #fff;
  *display: inline;
  *zoom: 1;
}

.rsDefaultInv .rsTab:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.rsDefaultInv .rsTab:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #cfcfcf;
}

.rsDefaultInv .rsTab:active {
  border: 1px solid #D9D9DD;
  background-color: #f4f4f4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}

.rsDefaultInv .rsTab.rsNavSelected {
  color: #FFF;
  border: 1px solid #999;
  text-shadow: 1px 1px #838383;
  box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
  background: #ACACAC;
  background-image: -webkit-linear-gradient(top, #acacac, #bbbbbb);
  background-image: -moz-llinear-gradient(top, #acacac, #bbbbbb);
  background-image: linear-gradient(to bottom, #acacac, #bbbbbb);
}

/***************
*
*  5. Fullscreen button
*
****************/
.rsDefaultInv .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer;
}

.rsDefaultInv .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("rs-default-inverted.png") 0 0;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.75);
  *background-color: #FFF;
  border-radius: 2px;
}

.rsDefaultInv .rsFullscreenIcn:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.rsDefaultInv.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0;
}

/***************
*
*  6. Play/close video button
*
****************/
.rsDefaultInv .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer;
}

.rsDefaultInv .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: url(rs-default-inverted.png) no-repeat 0 -32px;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.75);
  *background-color: #FFF;
}

.rsDefaultInv .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(255, 255, 255, 0.9);
}

.rsDefaultInv .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
}

.rsDefaultInv .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

.rsDefaultInv .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px;
}

.rsDefaultInv .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("rs-default-inverted.png") -64px 0;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.75);
  *background-color: #FFF;
}

.rsDefaultInv .rsCloseVideoIcn:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

/***************
*
*  7. Preloader
*
****************/
.rsDefaultInv .rsPreloader {
  width: 20px;
  height: 20px;
  background-image: url(../preloaders/preloader.gif);
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}

/***************
*
*  8. Global caption
*
****************/
.rsDefaultInv .rsGCaption {
  position: absolute;
  float: none;
  bottom: 6px;
  left: 6px;
  text-align: left;
  background: #FFF;
  background: rgba(255, 255, 255, 0.75);
  color: #000;
  padding: 2px 8px;
  width: auto;
  font-size: 12px;
  border-radius: 2px;
}

.restaruant-location {
  background: black;
  text-align: center;
  padding: 25px;
  margin: 0 -20px;
}
.restaruant-location p {
  color: #faf8de;
  font: 18px Georgia;
  margin-bottom: 0;
}
.restaruant-location p a {
  font-style: italic;
  color: #faf8de;
}

.tasting-menu {
  padding: 20px 18px 40px;
  margin-bottom: 75px;
  border: #bdbaba 4px double;
  margin-right: 0;
}
.tasting-menu h4 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  background: #06a149;
  text-align: center;
  padding: 20px 60px;
  margin-bottom: 26px;
  font: 48px/1 abril-display, serif;
  background-color: #f17193;
  padding: 10px 20px;
  margin-top: 0;
}
.tasting-menu h4 span {
  display: inline-block;
  margin: 0 auto;
  padding: 0 35px;
  background: url(../i/jgd/star-white.png) no-repeat 0 center, url(../i/jgd/star-white.png) no-repeat right center;
}
@media screen and (max-width: 550px) {
  .tasting-menu h4 {
    margin-left: -10px;
    margin-right: -10px;
    font-size: 22px;
  }
  .tasting-menu h4 span {
    background: url(../i/jgd/star-white-small.png) no-repeat 0 center, url(../i/jgd/star-white-small.png) no-repeat right center;
    padding: 0 25px;
  }
}
.tasting-menu .tasting-intro {
  font-size: 26px;
  text-align: center;
  padding: 0 15px;
  line-height: 1.2;
  font-family: franklin-gothic-urw-cond, sans-serif;
}
@media screen and (min-width: 1476px) {
  .tasting-menu .tasting-intro {
    padding: 0 30px;
  }
}
.tasting-menu .tasting-options {
  text-align: center;
  margin-bottom: 0;
}
.tasting-menu .tasting-options li {
  border-bottom: 1px dashed #d7d7d7;
  padding: 0 0 13px;
  margin-bottom: 20px;
}
.tasting-menu .tasting-options h5 {
  font-style: normal;
  color: #f17193;
  font-family: abril-display, serif;
  font-size: 20px;
}
.tasting-menu .tasting-options h5 span {
  text-transform: none;
  font-family: franklin-gothic-urw-cond, sans-serif;
  display: inline;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.6);
}
.tasting-menu .tasting-options p {
  padding: 0 30px;
  text-transform: none;
  font: italic 20px/1.2 franklin-gothic-urw-cond, sans-serif;
  margin: 0;
}
@media screen and (min-width: 1476px) {
  .tasting-menu .tasting-options p {
    padding: 0 100px;
  }
}
.tasting-menu .tasting-meta {
  font-size: 16px;
  line-height: 1;
  font-family: abril-display, serif;
  text-align: center;
  margin-bottom: 0;
  color: black;
}

/*-------------------------------------------

    	Restaurant Themes
------------------------------------------*/
/* Colors */
/*GENERAL*/
a {
  color: #405f2c;
}

a:hover, a:focus {
  color: black;
}

.visit a:hover, .visit a:focus {
  color: black;
}

.more-fancy a {
  font-family: franklin-gothic-urw-cond, sans-serif !important;
  font-weight: bold !important;
}

@media screen and (max-width: 800px) {
  body {
    font: 18px/24px franklin-gothic-urw-cond, sans-serif !important;
  }

  .visit a:hover, .visit a:focus {
    color: #405f2c;
  }
}
p {
  font-family: franklin-gothic-urw-cond, sans-serif;
}

h2 {
  font-family: din-condensed-web, sans-serif;
  color: black;
}

h3 {
  font-family: franklin-gothic-urw-cond, sans-serif;
  font-weight: bold;
}

section {
  font-family: franklin-gothic-urw-cond, sans-serif;
}

.mod-block, .alt-block {
  border-color: #252525;
}

.lt-ie9 .wrap-border {
  margin-left: auto;
  margin-right: auto;
}

.logo {
  margin-bottom: 0;
  line-height: 1;
}
@media screen and (min-width: 800px) {
  .logo {
    margin-bottom: 26px;
  }
}
.lt-ie9 .logo {
  margin-bottom: 13px;
}
.logo a {
  display: block;
  text-indent: -9999px;
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 70px;
  width: 251px;
  background-image: url(../i/jgd/logo-sprite.png);
  background-size: 240px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  margin-left: 40px;
}
.lt-ie8 .logo a {
  display: block;
}
.lt-ie9 .logo a {
  height: 121px;
  width: 495px;
}
.lt-ie9 .logo a:hover, .lt-ie9 .logo a:focus {
  background-position: 0 0;
}
.logo a:hover, .logo a:focus {
  background-position: 0 -85px;
}
@media screen and (min-width: 800px) {
  .logo a {
    height: 130px;
    width: 375px;
    margin-left: 0px;
    background-size: 375px;
  }
  .logo a:hover, .logo a:focus {
    background-position: 0 -135px;
  }
}
@media screen and (min-width: 1476px) {
  .logo a {
    height: 140px;
    width: 495px;
    margin-left: 0px;
    background-size: 100%;
  }
  .logo a:hover, .logo a:focus {
    background-position: 0 -177px;
  }
}

.main-nav {
  font: 700 24px din-condensed-web, sans-serif;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.main-nav a {
  font: 700 36px din-condensed-web, sans-serif;
  color: black;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #d7d7d7;
  padding: 6.5px 0;
}
.main-nav a:hover, .main-nav a:focus {
  color: #405f2c;
}
.main-nav .on a {
  color: #405f2c;
}
@media screen and (min-width: 500px) {
  .main-nav {
    font-size: 30px;
  }
}
@media screen and (min-width: 600px) {
  .main-nav {
    font-size: 34px;
  }
}
@media screen and (min-width: 800px) {
  .main-nav {
    font-size: 28px;
  }
  .main-nav ul {
    background: transparent url(../i/jgd/brdr-grey.png) repeat-x 0 bottom;
    padding-bottom: 26px;
    margin-bottom: 13px;
  }
  .main-nav li {
    display: inline;
    margin-right: 10px;
    background: transparent url(../i/jgd/star-divider.png) no-repeat right center;
    background-size: 17px 16px;
    padding-right: 31px;
  }
  .main-nav li.nav-book-jump {
    background: none;
    padding-right: 0;
  }
  .main-nav a {
    display: inline;
    border: none;
  }
  .main-nav a:hover, .main-nav a:focus {
    color: #405f2c;
  }
}

.wrap {
  margin: 0 auto;
  padding: 0 18px;
  max-width: 1476px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.lt-ie8 .wrap {
  zoom: 1;
}

html.lt-ie9 {
  width: 1024px;
}

.page-wrap {
  background: white url(../i/jgd/brdr-page-top-mobile.gif) repeat-x 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 800px) {
  .page-wrap {
    padding: 0 20px;
    background-color: #fff;
    background-image: url(../i/jgd/brdr-page-top.gif), url(../i/jgd/brdr-page-side.gif), url(../i/jgd/brdr-page-side.gif);
    background-position: 0 0, 0 0, right 0;
    background-repeat: repeat-x, repeat-y, repeat-y;
  }
}
.lt-ie9 .page-wrap {
  background: white url(../i/jgd/brdr-page-top-mobile.gif) repeat-x 0 0;
}

/* test-line1 */
.text-wrap {
  padding: 13px 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 800px) {
  .content {
    margin-top: 15px;
  }
}
.mobile-swap {
  display: table;
  caption-side: top;
  width: 100%;
  overflow: hidden;
}
.lt-ie9 .mobile-swap {
  display: block;
}
@media screen and (min-width: 768px) {
  .mobile-swap {
    display: block;
  }
}
.mobile-swap .visit {
  display: table-caption;
  overflow: hidden;
}
.lt-ie9 .mobile-swap .visit {
  display: block;
}
@media screen and (min-width: 768px) {
  .mobile-swap .visit {
    display: block;
  }
}

.home .page-wrap {
  overflow: hidden;
}

/** Footer **/
.visit {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(../i/jgd/map-background.png);
  background-attachment: scroll;
  padding: 13px 0 0;
  text-align: left;
  background-color: black;
}
.visit header {
  border-bottom-color: #252525;
  color: #ffffff;
}
.visit header:after {
  background: transparent url(../i/jgd/brdr-grey.png) repeat-x 0 bottom;
}
.visit header .geo-info {
  font-family: franklin-gothic-urw-cond, sans-serif;
}
.visit a {
  font-family: franklin-gothic-urw-cond, sans-serif;
}
.visit h2 {
  font-family: din-condensed-web, sans-serif;
  color: #ffffff;
}
.visit h3 {
  font-style: normal;
  padding-bottom: 17.5px;
  margin-top: 10px;
  border: none;
  background: url(../i/jgd/dashed-line-divider-white.png) bottom center no-repeat;
}
.visit .block {
  margin-bottom: 0px;
}
.visit .map-wrap {
  background: black;
}
.visit .visit-hours {
  background: #405f2c;
  margin: 10px;
}
.visit .visit-hours h3 {
  font-family: din-condensed-web, sans-serif;
}

.lt-ie9 .visit .visit-hours {
  width: 28%;
}
.lt-ie9 .visit header {
  border-bottom: 4px double #252525;
}
.lt-ie9 .visit header:after {
  height: 0px;
}

.visit-map, .visit-hours {
  margin-bottom: 26px;
}

.visit-address {
  font-family: franklin-gothic-urw-cond, sans-serif;
  color: #ffffff;
  font-weight: bold;
  font-size: 29px;
}

.text-wrap.block {
  position: relative;
  border: 2px solid black;
  box-shadow: 0 0 0 10px black;
}

.line1 {
  font-family: franklin-gothic-urw-cond, sans-serif;
  font-weight: bold;
}

.phone a {
  font-family: franklin-gothic-urw-cond, sans-serif;
  color: #ffffff;
  font-weight: bold;
}

.info-pair {
  font-family: franklin-gothic-urw-cond, sans-serif;
}
.info-pair span {
  font-family: franklin-gothic-urw-cond, sans-serif;
  font-weight: bold;
  color: white;
  text-transform: capitalize;
}

.help a {
  color: white;
  font-family: franklin-gothic-urw-cond, sans-serif;
  font-weight: normal;
  z-index: 1 !important;
}
.help a:hover {
  text-decoration: none;
  color: white;
}

@media screen and (max-width: 900px) {
  .help a {
    font-size: 16px;
  }

  .info-pair {
    font-size: 24px;
  }
  .info-pair span {
    font-size: 22px;
  }

  .visit-address {
    font-size: 22px;
  }

  .phone a {
    font-size: 26px;
    color: #405f2c;
  }
}
@media screen and (max-width: 799px) {
  .visit .block {
    text-align: center;
    background: #405f2c;
  }
}
.phone a:hover {
  color: #8b8b8b;
}

.text-wrap.block {
  border: 2px solid black;
  box-shadow: 0 0 0 10px #000000;
  position: relative;
}

li.nav-book a {
  background: black;
  color: #fff;
}
li.nav-book a:hover, li.nav-book a:focus {
  color: #fff;
}
@media screen and (min-width: 800px) {
  li.nav-book {
    display: none;
  }
}
.lt-ie9 li.nav-book {
  display: none;
}

li.nav-book-jump {
  display: none;
  margin-right: 0;
}
@media screen and (min-width: 800px) {
  li.nav-book-jump {
    display: inline;
  }
}

/*LOCATION NAV*/
.location-nav a {
  font: 14px/24px din-condensed-web, sans-serif;
  font-weight: bold;
}
.location-nav a:hover {
  color: #8b8b8b;
}

.location-select {
  font: 16px/24px din-condensed-web, sans-serif;
}

/*SOCIAL ICONS*/
a.f-twitter:hover, a.f-twitter:focus {
  color: #405f2c !important;
}

a.f-fb:hover, a.f-fb:focus {
  color: #405f2c !important;
}

/*BOOK A TABLE BAR*/
.book-table {
  background-color: black;
}
.lt-ie9 .book-table {
  background: black;
}

.book-open .book-table {
  background-image: url(../i/jgd/ribbon-middle.png);
  background-position: left 0;
  background-repeat: repeat-x;
}

@media screen and (min-width: 1075px) {
  .book-table:before {
    border: 0;
    content: url(../i/jgd/ribbon-end-left-2.png);
    position: absolute;
    top: 0px;
  }

  .book-table:after {
    border: 0;
    content: url(../i/jgd/ribbon-end-right-2.png);
    position: absolute;
    right: 13px;
    top: 0px;
  }
}
/* fix for Chrome pixel placement */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-width: 1075px) {
  .book-table:before {
    top: 1px;
  }

  .book-table:after {
    top: 1px;
  }
}
@media screen and (min-width: 905px) {
  .book-table {
    background-image: url(../i/jgd/ribbon-middle.png);
    background-repeat: repeat-x;
    background-position: left;
    background-size: 400px 63px;
  }
}
/*FOOTER - Twitter & Email Sign Up*/
.tab {
  background: #405f2c;
}

.tab-controls li.tab-on:after {
  border-bottom-color: #405f2c;
}

.customisable, .customisable:link {
  color: black !important;
}

.lt-ie9 .offer-box {
  width: 400px !important;
}

.offer-box, .lt-ie9 .offer-box {
  position: relative;
  margin-bottom: 26px;
  border: none;
  background: none;
  border: 16px solid white !important;
  border-image: url(../i/jgd/event-brdr.png) 23 round !important;
}
.offer-box h2, .lt-ie9 .offer-box h2 {
  color: black;
  font: din-condensed-web, sans-serif;
}
.offer-box p, .lt-ie9 .offer-box p {
  font-family: franklin-gothic-urw-cond, sans-serif;
}
.offer-box form input[type="text"], .lt-ie9 .offer-box form input[type="text"] {
  font-family: franklin-gothic-urw-cond, sans-serif;
}

.ie10 .offer-box, .lt-ie10 .offer-box {
  border: 4px double #405f2c !important;
}
.ie10 .offer-box:before, .lt-ie10 .offer-box:before {
  left: -6px;
}
.ie10 .offer-box:after, .lt-ie10 .offer-box:after {
  right: 25px;
}

input[type="submit"] {
  background: none repeat scroll 0 0 black;
  border: medium none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font: 18px/18px din-condensed-web, sans-serif;
  padding: 6.5px;
}

.page-footer section {
  text-align: left;
}
.page-footer .tabset {
  text-align: center;
  border: none;
}
.page-footer h2, .page-footer p, .page-footer form {
  text-align: center;
  font-family: din-condensed-web, sans-serif;
}

.page-footer h2 {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: black;
  padding: 0;
}

@media screen and (max-width: 800px) {
  .offer-box, .ie10 .offer-box, .lt-ie10 .offer-box {
    border-image: none !important;
    border: 0px solid white !important;
    border-top: 4px double #252525 !important;
  }
  .offer-box:before, .ie10 .offer-box:before, .lt-ie10 .offer-box:before {
    content: "" !important;
  }
  .offer-box:after, .ie10 .offer-box:after, .lt-ie10 .offer-box:after {
    content: "" !important;
  }

  .tabset {
    border-top: 4px double #252525 !important;
  }
}
.legal {
  border-top: 4px double #252525;
  font-family: franklin-gothic-urw-cond, sans-serif;
  font-size: 14px;
}
.legal:after {
  background: #252525;
}

/*****************************************
	INDEX
*****************************************/
/* SLIDESHOW */
.slideshow-wrapper {
  position: relative;
}
@media screen and (min-width: 800px) {
  .slideshow-wrapper {
    min-height: 350px;
  }
}
.slideshow-wrapper h2 {
  text-align: center;
  position: absolute;
  top: 200px;
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: .75;
  font-size: 100px;
  letter-spacing: -2px;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.55);
  background: none;
  z-index: 1000;
  font-family: din-condensed-web, sans-serif;
}
.slideshow-wrapper h2 span {
  display: block;
  max-width: 70%;
  margin: 0 auto;
}
.lt-ie9 .slideshow-wrapper h2 {
  font-size: 48px;
}
.lt-ie9 .slideshow-wrapper h2 span {
  width: 50%;
  background: #231f20;
  padding: 15px;
}
@media screen and (min-width: 1190px) and (max-width: 1476px) {
  .slideshow-wrapper h2 {
    top: 240px;
    font-size: 68px;
  }
  .slideshow-wrapper h2 span {
    max-width: 60%;
  }
}
@media screen and (max-width: 1190px) {
  .slideshow-wrapper h2 {
    top: 170px;
    font-size: 68px;
  }
}
@media screen and (max-width: 1000px) {
  .slideshow-wrapper h2 {
    top: 130px;
  }
}
@media screen and (max-width: 950px) {
  .slideshow-wrapper h2 {
    top: 100px;
    font-size: 48px;
  }
}
@media screen and (min-width: 768px) and (max-width: 850px) {
  .slideshow-wrapper h2 {
    top: 80px;
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .slideshow-wrapper h2 {
    display: none;
  }
}

.slideshow figcaption a {
  font-family: franklin-gothic-urw-cond, sans-serif;
  font-size: 18px;
  background: rgba(37, 37, 37, 0.85);
}
.slideshow figcaption span {
  color: #3cb462;
  font-weight: bold;
}

.mobile-slideshow .rsNav .rsBullet.rsNavSelected span {
  background-color: black;
}

.about-slideshow figcaption {
  font-size: 18px;
}

.about-slideshow .arrows-holder {
  background: rgba(0, 0, 0, 0.8);
  padding: 5px;
  position: absolute;
  top: auto;
  bottom: 30px;
  left: 18px;
  height: 52px;
}

/*UPCOMING EVENT*/
.upcoming-events {
  font-family: franklin-gothic-urw-cond, sans-serif;
  font-size: 18px;
  padding: 30px !important;
  margin: 0 auto;
  border-width: 5px;
  margin-bottom: 26px;
}
.upcoming-events .meta {
  font-family: franklin-gothic-urw-cond, sans-serif;
}
.upcoming-events .more-fancy a {
  font-family: franklin-gothic-urw-cond, sans-serif !important;
}
.upcoming-events h2 {
  color: white !important;
  font-family: headline-text !important;
  text-transform: lowercase;
  padding-left: 48px;
}
.upcoming-events h3 {
  font: 30px/1.2 abril-display, serif;
  text-transform: none;
  color: black;
  margin-bottom: 13px;
  font-size: 40px !important;
  margin-bottom: 6.5px;
}
@media screen and (min-width: 800px) {
  .upcoming-events h3 {
    font-size: 32px;
  }
}
.upcoming-events h3 a {
  text-decoration: none;
}
.lt-ie9 .upcoming-events h2 {
  margin-bottom: 0;
}
.lt-ie9 .upcoming-events .slider p {
  margin-bottom: 39px;
}

.ie10 .upcoming-events, .lt-ie10 .upcoming-events {
  border: 4px double #252525;
  outline: 1px solid #252525;
}

h2.ss-calendar {
  font-family: franklin-gothic-urw-cond, sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 800px) {
  h2.ss-calendar {
    font-size: 35px;
    line-height: 36px;
    margin-left: -2000px;
  }
  h2.ss-calendar span {
    font-size: 54px;
  }

  .upcoming-events {
    background: url(../i/jgd/upcoming-events-ribbon.png) no-repeat 10px 0px;
  }
  .upcoming-events p {
    font-size: 26px;
  }

  .rsBullet {
    margin-bottom: 5px;
    padding-bottom: 3px !important;
    line-height: 0;
  }

  .upcoming-events .slider {
    float: right;
    padding: 0 0 0 120px;
    text-align: left;
    width: 76%;
  }
}
html .slider .rsNav .rsBullet.rsNavSelected span {
  background-color: #405f2c;
}

html .slider .rsNav .rsBullet span:hover {
  background-color: #dbd9d7;
}

html .slider .rsNav .rsBullet {
  top: -1px;
}

.slider-arrow {
  background: url(../i/jgd/slider-arrow.png) no-repeat 0 0;
  width: 55px;
  height: 28px;
}
.slider-arrow:hover {
  background-position: 0px -27px;
}

.next-arrow {
  background-position: -55px 0px;
}
.next-arrow:hover {
  background-position: -55px -27px;
}

@media screen and (max-width: 800px) {
  .upcoming-events:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
  }
  .lt-ie8 .upcoming-events {
    zoom: 1;
  }
  .upcoming-events h2 {
    color: black !important;
  }
  .upcoming-events h3 {
    font: 30px/1.2 abril-display, serif;
    text-transform: none;
    color: black;
    margin-bottom: 13px;
    font-size: 30px !important;
    margin-bottom: 6.5px;
  }
  .upcoming-events h3 a {
    text-decoration: none;
  }
}
@media screen and (max-width: 800px) and (min-width: 800px) {
  .upcoming-events h3 {
    font-size: 32px;
  }
}
/* SPECIALs */
@media screen and (min-width: 800px) {
  .heading span {
    font-family: din-condensed-web, sans-serif;
    padding: 0 36px !important;
  }
}
.home .alt-block {
  font-size: 24px;
  line-height: 28px;
}

h4.gamma {
  font-family: abril-display, serif;
  color: black;
  font-weight: bold;
}

.alt-block .more-fancy a {
  font-family: franklin-gothic-urw-cond, sans-serif;
}

@media screen and (max-width: 800px) {
  .alt-block .more-fancy a {
    font-size: 24px !important;
  }
}
.home .split-3 {
  background: none;
}

.heading span {
  font-family: din-condensed-web, sans-serif;
  padding: 0 46px !important;
}

@media screen and (min-width: 800px) {
  .home .alt-block h3, .home .alt-block .gamma, .home .alt-block figcaption, .home .alt-block figcaption {
    font-size: 32px;
  }
}
/*****************************************
	MENU PAGE
*****************************************/
/* MENU NAV */
.menu-nav
a {
  color: black;
  font: 500 28px/28px din-condensed-web, sans-serif;
  margin-bottom: 13px;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (min-width: 800px) {
  .menu-nav
  a {
    font: 500 30px/30px din-condensed-web, sans-serif;
  }
}
@media screen and (min-width: 1476px) {
  .menu-nav
  a {
    font: 500 36px/1.2 din-condensed-web, sans-serif;
  }
}

.menu-nav a:hover {
  color: black;
}

.menu-nav li.on a {
  color: #405f2c;
}

.menu-nav li {
  padding-left: 63px;
}
@media screen and (min-width: 1476px) {
  .menu-nav li {
    padding-left: 53px;
  }
}

@media screen and (min-width: 800px) {
  .menu-nav li.on:before {
    content: url(../i/jgd/menu-pointer.png);
    top: -3px;
  }
}
/*MENU PANELS*/
.menu-panel h2 {
  color: black;
}

.menu-panel {
  border: 10px solid #dbd9d7;
}
.menu-panel li {
  font-family: franklin-gothic-urw-cond, sans-serif;
}
.menu-panel li strong {
  text-transform: capitalize;
  font-weight: bold;
}
.menu-panel .descript {
  font-family: franklin-gothic-urw-cond, sans-serif;
}
.menu-panel h3 span {
  font-size: 24px;
  margin: 30px 0px 15px 0px;
}
.menu-panel h4 {
  color: #405f2c;
  width: 100%;
  height: 100%;
  border-top: 4px double #252525;
  border-bottom: 4px double #252525;
  background: none;
  text-transform: capitalize;
}
.menu-panel h4 span {
  background: url(../i/jgd/text-divider.png) no-repeat 0 center, url(../i/jgd/text-divider.png) no-repeat right center;
}

@media screen and (max-width: 800px) {
  .menu-panel h2 {
    font-size: 65px;
  }

  .menu-panel h4 {
    font-size: 30px;
  }
}
.menu-time, .lt-ie9 {
  font-size: 18px;
  margin-top: -10px;
}
.menu-time strong, .lt-ie9 strong {
  font-family: franklin-gothic-urw-cond, sans-serif !important;
  font-weight: bold !important;
  font-size: 24px;
}

@media screen and (max-width: 1476px) {
  .menu-panel .descript {
    font-size: 18px;
    line-height: 20px;
  }
}
.adorn-brdr-btm {
  background: none !important;
  border-bottom: 4px double #252525;
}

@media screen and (max-width: 550px) {
  .menu-panel h4 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .menu-panel h4 span {
    padding: 0px 35px;
  }
}
.mod-block.delivery-block, .delivery-block.alt-block {
  border: 4px double #dbd9d7;
  padding-left: 18px;
  padding-right: 18px;
}
.mod-block.delivery-block p, .delivery-block.alt-block p, .mod-block.delivery-block .lt-ie9 p, .delivery-block.alt-block .lt-ie9 p {
  font-family: franklin-gothic-urw-cond, sans-serif !important;
  margin-top: 20px;
}

/* TASTING MENU */
.tasting-menu .intro {
  font-style: normal;
  border-bottom: none;
}
.tasting-menu h4 {
  color: white;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x, repeat-x !important;
  background-position: 0 top, 0 bottom !important;
  background-color: #252525;
  margin-top: 18px;
  border: none;
  font-size: 26px;
  padding: 10px 20px;
  text-transform: none;
}
@media screen and (min-width: 500px) {
  .tasting-menu h4 {
    background-image: none;
  }
}
@media screen and (min-width: 1000px) {
  .tasting-menu h4 {
    font-size: 42px;
  }
}
@media screen and (min-width: 1000px) {
  .tasting-menu h4 span {
    /* background: url(../i/jgd/heading-left-flourish.png) no-repeat left center, url(../i/jgd/heading-right-flourish.png) no-repeat right center; */
    background: none;
    padding: 0 75px;
  }
}
.tasting-menu .tasting-options li, .tasting-menu .lt-ie9 ul.tasting-options li {
  border-bottom: 1px dotted #dbd9d7;
}
.tasting-menu .tasting-options li p, .tasting-menu .lt-ie9 ul.tasting-options li p {
  font-style: italic;
  font-family: franklin-gothic-urw-cond, sans-serif !important;
  font-size: 24px;
  line-height: 26px;
}
.tasting-menu .tasting-options li h5, .tasting-menu .lt-ie9 ul.tasting-options li h5 {
  color: #252525 !important;
  font-family: franklin-gothic-urw-cond, sans-serif;
}
.tasting-menu .tasting-options li h6, .tasting-menu .lt-ie9 ul.tasting-options li h6 {
  font-family: franklin-gothic-urw-cond, sans-serif;
  font-weight: bold;
  margin-top: -28px;
  margin-bottom: 35px;
}
.tasting-menu .tasting-meta {
  margin-top: 25px;
}

@media screen and (min-width: 900px) {
  .mod-block.delivery-block, .delivery-block.alt-block, .delivery-block.alt-block {
    background: none;
    padding-top: 0px;
    padding-bottom: 40px;
    text-align: center;
  }
  .mod-block.delivery-block p, .delivery-block.alt-block p, .delivery-block.alt-block p {
    font-size: 24px;
    line-height: 26px;
  }
}
@media screen and (max-width: 900px) {
  .mod-block.delivery-block p, .delivery-block.alt-block p {
    font-size: 18px;
    line-height: 22px;
  }
  .mod-block.delivery-block .intro, .delivery-block.alt-block .intro {
    font-size: 20px;
    line-height: 24px;
  }
  .mod-block.delivery-block h6, .delivery-block.alt-block h6 {
    font-size: 20px;
    line-height: 24px;
  }
}
/* WE DELIVER */
.sub .mod-block.delivery-block, .sub .delivery-block.alt-block {
  width: 100%;
  max-width: 325px;
  padding: 30px;
  border: 4px double #252525;
}
.sub .mod-block.delivery-block p, .sub .delivery-block.alt-block p {
  font-style: normal;
  border-bottom: none;
  padding-top: 10px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.sub .mod-block.delivery-block h2, .sub .delivery-block.alt-block h2 {
  font-size: 40px;
  font-family: din-condensed-web, sans-serif;
  padding-top: 0;
  padding-bottom: 30px;
  background: url(../i/jgd/dashed-line-divider-black.png) 50% 100% no-repeat;
}

@media screen and (max-width: 900px) {
  .sub .mod-block.delivery-block h2, .sub .delivery-block.alt-block h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1476px) {
  .layout-b .sub {
    width: 16.5%;
  }
  .layout-b .sub > * {
    margin-left: 0px !important;
  }
}
.lt-ie9 .descript {
  font-family: franklin-gothic-urw-cond, sans-serif !important;
}

/**********************************
	HOURS
**********************************/
/*HEADING*/
@media screen and (min-width: 800px) {
  .wrap-border {
    border: 10px solid #dbd9d7;
  }
}
.hours-topper h1, .hours-topper h1, .lt-ie9 .hours-toppers h1, .lt-ie9 .hours-toppers h1 {
  color: #252525 !important;
}
.hours-topper address, .lt-ie9 .hours-toppers address {
  font-family: franklin-gothic-urw-cond, sans-serif;
  font-weight: bold;
}
.hours-topper .more-fancy, .lt-ie9 .hours-toppers .more-fancy {
  font-family: franklin-gothic-urw-cond, sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 800px) {
  .hours-topper .more-fancy {
    font-size: 50px;
  }
  .hours-topper address {
    font-size: 50px;
  }
  .hours-topper address span {
    padding-left: 40px;
    background: url(../i/jgd/title-heading-flourish.png) no-repeat 0 center;
  }
}
/*MAP POP-UP*/
/*CONTENT*/
@media screen and (min-width: 800px) {
  .hours .sub {
    border: 2px solid #405f2c;
  }
}
.hours .mod-block, .hours .alt-block, .hours .alt-block {
  padding: 2px;
  border: 2px solid #405f2c;
}

.facts li {
  text-align: center;
  margin-bottom: 26px;
}
@media screen and (min-width: 800px) {
  .facts li {
    font: 28px/1 din-condensed-web, sans-serif;
    padding-bottom: 39px;
    margin-bottom: 39px;
    background: url(../i/jgd/brdr-grey.png) center bottom no-repeat;
  }
  .facts li:last-child {
    background: none;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 800px) and (max-width: 1476px) {
  .facts li {
    font-size: 24px;
  }
}
.facts .list-head {
  font: bold 14px/1 din-condensed-web, sans-serif;
  text-transform: uppercase;
  display: block;
  color: black;
}
@media screen and (min-width: 800px) {
  .facts .list-head {
    font: 32px/1 din-condensed-web, sans-serif;
    text-transform: uppercase;
    color: black;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1476px) {
  .facts .list-head {
    font-size: 32px;
  }
}
@media screen and (max-width: 800px) {
  .about-block .facts .list-head:after {
    content: ":";
  }
}
.facts .list-meta {
  display: block;
  font: italic 10px din-condensed-web, sans-serif;
  margin-top: 6.5px;
}
@media screen and (min-width: 800px) {
  .facts .list-meta {
    font: 20px franklin-gothic-urw-cond, sans-serif;
    margin-top: 0;
  }
}
.facts p {
  margin-bottom: 0;
}
.facts p + p {
  margin-top: 13px;
}

.link-list li {
  text-align: center;
  margin-bottom: 6.5px;
}
.link-list a {
  font: 500 26px/1.2 abril-display, serif;
  text-decoration: none;
  text-transform: none;
  margin-bottom: 13px;
}

@media screen and (min-width: 800px) {
  .facts li {
    background: url(../i/jgd/hours-divider-black.png) 50% 100% no-repeat !important;
  }

  .facts li:last-child {
    background: none !important;
  }
}
.hours .main section h2, .about .main h2 {
  background: none;
  border-top: 4px double #252525;
}

/*****************************************
	ABOUT PAGE
*****************************************/
/* MODULE */
.mod-block .heading, .alt-block .heading {
  background-color: #252525 !important;
  border-width: 5px;
  border-bottom-style: double;
  border-top-style: double;
  border-color: #dbd9d7;
}

.about .mod-block, .about .alt-block {
  border-width: 5px;
  border-bottom-style: double;
  border-color: #dbd9d7;
}

.heading {
  font-weight: normal;
}
.heading i {
  font-family: franklin-gothic-urw-cond, sans-serif;
  font-size: 32px !important;
}

.about .alt-block h3.heading, .hours .alt-block h3.heading {
  background: #252525 !important;
}

@media screen and (max-width: 900px) {
  .heading i {
    font-size: 24px !important;
  }
}
.about .facts li {
  font-family: franklin-gothic-urw-cond, sans-serif !important;
  font-size: 22px;
}
.about .facts li b.list-head {
  font-family: din-condensed-web, sans-serif;
  font-size: 32px;
}

.more a, a.more {
  font-family: franklin-gothic-urw-cond, sans-serif !important;
  font-weight: normal !important;
  font-size: 18px !important;
}

.lt-ie9 .private-events-block:after {
  left: 120px;
}

.private-events-block {
  border-color: black !important;
  position: relative;
}
.private-events-block:after {
  content: url(../i/jgd/hours-divider-white.png);
  position: absolute;
  bottom: -22px;
  width: 100%;
  left: 1.4%;
}
.private-events-block p {
  font-family: franklin-gothic-urw-cond, sans-serif;
}

.about .events-block h3, .about .restaurants-block h3 {
  font-family: abril-display, serif;
  font-weight: normal;
  background: url(../i/jgd/hours-divider-white.png) 50% 100% no-repeat;
}

.restaurants-block h3.adorn-star {
  background: url(../i/jgd/hours-divider-black.png) 50% 100% no-repeat, url(../i/jgd/star-white-small.png) 50% 0% no-repeat;
}

@media screen and (min-width: 800px) {
  .private-events-block p {
    font-family: franklin-gothic-urw-cond, sans-serif;
    font-size: 18px;
  }

  .events-block p {
    font-family: franklin-gothic-urw-cond, sans-serif;
    font-size: 18px;
  }

  .restaurants-block .link-list {
    background: url(../i/jgd/star-white-small.png) 50% 100% no-repeat;
  }
}
@media screen and (max-width: 800px) {
  .private-events-block:after {
    bottom: -15px;
  }
}
/*CONTENT*/
.lead p:first-of-type {
  font-weight: bold;
  font-family: franklin-gothic-urw-cond, sans-serif !important;
}

/*SLIDER*/
.about-slideshow figcaption {
  font-family: franklin-gothic-urw-cond, sans-serif;
  left: 218px;
}

/***************************************
	EVENTS
***************************************/
.event-content section.main {
  margin-bottom: 100px;
}
.event-content section.main article h2 {
  font-family: franklin-gothic-urw-cond, sans-serif;
  font-style: italic;
  text-transform: none;
  font-size: 32px;
}

/*** OT Wrappers ***/
#OT_submitWrap {
  position: relative;
  display: inline-block;
  line-height: 1;
  background: #405f2c;
  min-height: 35px;
  min-width: 130px;
}
#OT_submitWrap:after {
  content: 'Find a Table \2192';
  position: absolute;
  left: 0;
  top: 7px;
  width: 100%;
  color: #fff;
  font: 18px/1 din-condensed-web, sans-serif;
  padding: 0 10px 5px;
  z-index: 1;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#OT_submitWrap input {
  opacity: 0;
  position: relative;
  z-index: 2;
  padding: 5px 15px;
}

#OT_searchWrapperAll #OT_searchWrapper #OT_submitWrap:after {
  -moz-box-sizing: border-box;
  color: #FFFFFF;
  content: 'Find a Table \2192';
  font: 19px/1 din-condensed-web, sans-serif;
  left: 0;
  padding: 0 10px 5px;
  position: absolute;
  text-align: center;
  top: 7px;
  width: 100%;
  z-index: 1;
}

#OT_searchWrapperAll #OT_searchWrapper #OT_submitWrap {
  background: none repeat scroll 0 0 #405f2c;
  font: 18px/1 din-condensed-web, sans-serif;
  display: inline-block;
  line-height: 1;
  min-height: 35px;
  min-width: 130px;
  position: relative;
}

#OT_searchWrapperAll #OT_searchWrapper dt {
  font-family: din-condensed-web, sans-serif;
  font-size: 24px;
  color: #ffffff;
}

/*-------------------------------------------

   	General Classes
-------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.lt-ie8 .clearfix {
  zoom: 1;
}

.left {
  display: block;
  float: left;
  margin: 0 50px 13px 0;
}

.right {
  display: block;
  float: right;
  margin: 0 0 13px 50px;
}

@media (max-width: 639px) {
  .left, .right {
    float: none;
    margin: 0 0 13px 0;
  }
}
@media (max-width: 1000px) {
  .main .left, .main .right {
    float: none;
    margin: 0 0 13px 0;
  }
}
.upper {
  text-transform: uppercase;
}

@media screen and (max-width: 800px) {
  .mobile-hide, .home .mod-block img, .home .alt-block img {
    display: none;
  }
}
.mobile-hide .lt-ie9, .home .mod-block img .lt-ie9, .home .alt-block img .lt-ie9 {
  display: none;
}

@media screen and (min-width: 800px) {
  .mobile-only {
    display: none;
  }
}
.mobile-only .lt-ie9 {
  display: none;
}

.for-print {
  display: none;
}

.cushion {
  padding: 26px;
}

.meta + .meta {
  margin-top: -26px;
}

.adorn-star {
  background: url(../i/jgd/star-green.png) center 0 no-repeat, url(../i/jgd/brdr-grey.png) center bottom no-repeat;
  padding-top: 52px;
  padding-bottom: 26px;
  margin-top: 26px;
  margin-bottom: 39px;
}
.lt-ie9 .adorn-star {
  background: url(../i/jgd/brdr-grey.png) center bottom no-repeat;
}

@media screen and (min-width: 800px) {
  .wrap-border {
    border: 10px solid #d7d7d7;
    border-bottom: none;
    padding: 10px 10px 30px;
  }
  .wrap-border:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
  }
  .lt-ie8 .wrap-border {
    zoom: 1;
  }
}
@media screen and (min-width: 800px) and (max-width: 1556px) {
  .wrap-border {
    margin: 0 10px;
  }
}

.adorn-brdr-btm {
  padding-bottom: 26px;
  margin-bottom: 26px;
  background: url(../i/jgd/brdr-pink.png) repeat-x 0 bottom;
  text-align: center;
}

@media screen and (min-width: 800px) and (max-width: 1476px) {
  .lead p:first-of-type {
    font: 42px/54px abril-display, serif;
    letter-spacing: -2px;
  }
}
@media screen and (min-width: 1476px) {
  .lead p:first-of-type {
    font: 54px/60px abril-display, serif;
    letter-spacing: -2px;
  }
}

.heading {
  color: #fff;
  text-align: center;
  padding: 20px;
  margin-bottom: 26px;
  font-size: 28px;
  font-family: abril-display, serif;
  text-transform: uppercase;
}
@media screen and (min-width: 800px) {
  .heading {
    padding: 20px;
  }
  .heading span {
    padding: 0 35px;
    background: url(../i/jgd/mini-ribbon-heading-middle.png) x-repeat 0 center !important;
  }
}
.mod-block .heading, .alt-block .heading {
  background-color: #06a149;
}
.alt-block .heading {
  background-color: #f17193;
}
@media screen and (max-width: 800px) {
  .home .heading {
    padding: 10px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1476px) {
  .heading {
    font-size: 42px;
    line-height: 1;
  }
  .sub .heading {
    font-size: 32px;
  }
}
@media screen and (min-width: 800px) and (max-width: 860px) {
  .sub .heading {
    font-size: 26px;
  }
}
@media screen and (min-width: 1476px) {
  .heading {
    line-height: 1;
  }
  .sub .heading {
    font-size: 42px;
  }
}
.heading span {
  display: inline-block;
  margin: 0 auto;
}
@media screen and (max-width: 1476px) {
  body:not(".home") .heading span {
    text-transform: none;
    display: block;
    font: bold 16px/1 din-condensed-web, sans-serif;
  }
}
.heading i {
  text-transform: none;
  font-size: 34px;
  line-height: 1;
  font-style: normal;
  margin-top: -10px;
}

.phone {
  background: black;
  font: 30px abril-display, serif;
  display: inline-block;
  margin-bottom: 26px;
}
@media screen and (min-width: 800px) {
  .phone {
    background: transparent;
  }
}
.phone a {
  text-decoration: none;
  display: block;
  padding: 6.5px 25px;
}
@media screen and (min-width: 800px) {
  .phone a {
    padding: 0;
  }
}
.lt-ie8 .phone {
  background: transparent;
}
.lt-ie8 .phone a {
  display: inline;
  background: black;
}

.help {
  font: bold 12px din-condensed-web, sans-serif;
}
@media screen and (min-width: 800px) {
  .help {
    font: normal 20px/24px abril-display, serif;
  }
}

@media screen and (max-width: 800px) {
  .pop-block {
    display: none !important;
  }
}

a.f-twitter {
  color: #00aced;
}
a.f-twitter:hover, a.f-twitter:focus {
  color: #06a149;
}

a.f-fb {
  color: #3b5b99;
}
a.f-fb:hover, a.f-fb:focus {
  color: #06a149;
}

.targeted {
  -webkit-animation: target-fade 2s 1;
  -moz-animation: target-fade 3s 1;
  -o-animation: target-fade 3s 1;
  animation: target-fade 3s 1;
}

@-webkit-keyframes target-fade {
  0% {
    background-color: #dbd9d7;
  }

  10% {
    background-color: #dbd9d7;
  }

  100% {
    background-color: #f17193;
  }
}

@-moz-keyframes target-fade {
  0% {
    background-color: #dbd9d7;
  }

  10% {
    background-color: #dbd9d7;
  }

  100% {
    background-color: #f17193;
  }
}

@-o-keyframes target-fade {
  0% {
    background-color: #dbd9d7;
  }

  10% {
    background-color: #dbd9d7;
  }

  100% {
    background-color: #f17193;
  }
}

@keyframes target-fade {
  0% {
    background-color: #dbd9d7;
  }

  10% {
    background-color: #dbd9d7;
  }

  100% {
    background-color: #f17193;
  }
}

/*-------------------------------------------

    	Links
-------------------------------------------*/
.more a, a.more {
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
}
@media screen and (min-width: 800px) {
  .more a, a.more {
    font-size: 16px;
    line-height: 30px;
    font-family: din-condensed-web, sans-serif;
  }
}

.more-fancy a {
  font: 20px/1 abril-display, serif;
  text-decoration: none;
}
.alt-block .more-fancy, .events-list .more-fancy, .news-list .more-fancy, .upcoming-events .more-fancy {
  margin-top: -13px;
}
.alt-block .more-fancy a, .events-list .more-fancy a, .news-list .more-fancy a, .upcoming-events .more-fancy a {
  font-size: 28px;
  text-decoration: underline;
  line-height: 28px;
}
.alt-block .more-fancy a:hover, .alt-block .more-fancy a:focus, .events-list .more-fancy a:hover, .events-list .more-fancy a:focus, .news-list .more-fancy a:hover, .news-list .more-fancy a:focus, .upcoming-events .more-fancy a:hover, .upcoming-events .more-fancy a:focus {
  text-decoration: none;
}

/*-------------------------------------------

    	Lists
-------------------------------------------*/
/* BASIC LIST: no bullets */
.basic {
  list-style-type: none;
}
.basic li {
  margin-left: 0;
}

.news-list li, .events-list li {
  position: relative;
}
.lt-ie8 .news-list li, .lt-ie8 .events-list li {
  zoom: 1;
}
@media screen and (min-width: 800px) {
  .news-list li, .events-list li {
    padding-left: 150px;
    border-bottom: 1px dotted #d7d7d7;
    margin-bottom: 34px;
  }
  .news-list li:last-child, .events-list li:last-child {
    border-bottom: none;
  }
}
.news-list li img, .events-list li img {
  max-width: 125px;
  position: absolute;
  left: 0;
}
.news-list img, .news-list p, .events-list img, .events-list p {
  display: none;
}
@media screen and (min-width: 800px) {
  .news-list img, .news-list p, .events-list img, .events-list p {
    display: block;
  }
}
.news-list h3, .events-list h3 {
  margin-bottom: 6.5px;
  border-bottom: 1px dotted #d7d7d7;
}
@media screen and (min-width: 800px) {
  .news-list h3, .events-list h3 {
    border-bottom: none;
  }
}
@media screen and (min-width: 800px) {
  .news-list h3, .events-list h3 {
    font: 30px/1.2 abril-display, serif;
    text-transform: none;
    color: black;
    margin-bottom: 13px;
    font-size: 40px !important;
  }
}
@media screen and (min-width: 800px) and (min-width: 800px) {
  .news-list h3, .events-list h3 {
    font-size: 32px;
  }
}
.news-list h3 a, .events-list h3 a {
  text-decoration: none;
}
.news-list p, .events-list p {
  font: 26px/42px franklin-gothic-urw-cond, sans-serif;
}
.news-list p.meta, .events-list p.meta {
  font-style: italic;
  margin-bottom: 6.5px;
}

.basic-list .leadin {
  margin-bottom: 13px;
}
.basic-list li {
  border-bottom: 1px dotted #d7d7d7;
}
.basic-list li a {
  font-weight: normal;
  font: 16px/28px din-condensed-web, sans-serif;
  text-decoration: none;
  padding-bottom: 13px;
}
@media screen and (min-width: 800px) {
  .basic-list {
    font: 32px abril-display, serif;
  }
  .basic-list li {
    border: none;
    padding-left: 18px;
    background: url(../i/bg-marker.png) no-repeat 0 20px;
  }
  .basic-list li a {
    font: 32px/54px abril-display, serif;
    text-decoration: underline;
  }
}

/* Highly stylized li's
.facts { 
	li {
		text-align: center;
		margin-bottom: $base-med;
		@media screen and (min-width: $q-widescreen) {
			font: 32px/1 $headline-text;
			padding-bottom: $base-lg;
			margin-bottom: $base-lg;
			background: url(../i/jgd/brdr-grey.png) center bottom no-repeat;
			&:last-child { 
				background: none;
				padding-bottom: 0;
			}
		}
		@media screen and (min-width: $q-widescreen) and (max-width: $q-desktop) {
			font-size: 28px;
		}
	}
	.list-head { 
		@media screen and (min-width: $q-widescreen) {
			font: 32px/1 $headline-text;
			text-transform: uppercase;
			color: $pink;
			margin-bottom: 0;
		}
		@media screen and (min-width: $q-desktop) {
			font-size: 36px;
		}
		@media screen and (max-width: $q-widescreen) { 
			// Add the semicolon to facts headings on small screens
			.about-block &:after {
				content: ":";
			}
		}
		font: bold 14px/1 $system-text;
		text-transform: uppercase;
		display: block;
		color: $black;
	}
	.list-meta { 
		display: block;
		@media screen and (min-width: $q-widescreen) {
			font: 24px $body-text;
			margin-top: 0;
		}
		font: italic 14px $system-text;
		margin-top: $base-sm;
	}
	p { 
		margin-bottom: 0; 
	}
	p + p { 
		margin-top: $base; 
	}
}

.link-list {
	li { 
		text-align: center; 
		margin-bottom: $base/2;
	}
	a { 
		@include zeta;	
	}
}

*/
/*-------------------------------------------

    	Form Additions
-------------------------------------------*/
.single-input {
  -webkit-box-shadow: 0px 0px 2px 2px #d0d0d0;
  box-shadow: 0px 0px 2px 2px #d0d0d0;
}
.single-input * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.single-input p {
  padding: 2px 105px 2px 2px;
  margin-bottom: 0;
  position: relative;
}
.single-input p:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.lt-ie8 .single-input p {
  zoom: 1;
}
.lt-ie8 .single-input p {
  padding: 2px;
}
.single-input input {
  width: 100%;
  border: none;
  float: left;
  font: italic 12px din-condensed-web, sans-serif;
  padding: 5px 5px;
  min-height: 28px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
}
.lt-ie9 .single-input input {
  min-height: 18px;
  padding: 7px 10px 3px;
}
.lt-ie8 .single-input input {
  border: 0px solid #fff;
  float: left;
  width: 160px;
}
.single-input button {
  position: absolute;
  right: 1px;
  top: 1px;
  min-width: 95px;
  background: #231f20;
  color: #fff;
  border: none;
  padding: 0 0 4px;
  font: normal 18px/18px abril-display, serif;
  min-height: 36px;
}
.single-input button:hover, .single-input button:focus {
  background: black;
  cursor: pointer;
}
.lt-ie9 .single-input button {
  padding-bottom: 0;
  min-height: 30px;
}
.lt-ie8 .single-input button {
  position: static;
  float: right;
  width: 85px;
  min-width: 0;
}
.lt-ie9 .single-input {
  border: 2px solid #d0d0d0;
}

/*-------------------------------------------

    	Symbolset
-------------------------------------------*/
.ss-clock:before, .ss-location:before, .ss-calendar:before, .ss-pdf:before {
  margin-right: 6px;
  position: relative;
  top: 2px;
}

.ss-location:before {
  font-size: 18px;
}

.ss-clock:before {
  top: 4px;
}

.ss-calendar:before {
  font-size: 28px;
  position: relative;
}

/*-------------------------------------------

    	Google Maps
-------------------------------------------*/
#map_canvas .gmnoprint img, #footer_map_canvas .gmnoprint img {
  width: auto;
  max-width: none;
  min-width: none;
}
