@charset "UTF-8";
/* NEW YORK BASE.CSS */
/* normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ========================================================================== HTML5 display definitions ========================================================================== */
/** Correct `block` display not defined in IE 8/9. */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/** Correct `inline-block` display not defined in IE 8/9. */
audio,
canvas,
video {
  display: inline-block;
}

/** Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
audio:not([controls]) {
  display: none;
  height: 0;
}

/** Address styling not present in IE 8/9. */
[hidden] {
  display: none;
}

/* ========================================================================== Base ========================================================================== */
/** 1. Set default font family to sans-serif. 2. Prevent iOS text size adjust after orientation change, without disabling user zoom. */
html {
  font-family: sans-serif; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/** Remove default margin. */
body {
  margin: 0;
}

/* ========================================================================== Links ========================================================================== */
/** Address `outline` inconsistency between Chrome and other browsers. */
a:focus {
  outline: thin dotted;
}

/** Improve readability when focused and also mouse hovered in all browsers. */
a:active,
a:hover {
  outline: 0;
}

/* ========================================================================== Typography ========================================================================== */
/** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari 5, and Chrome. */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/** Address styling not present in IE 8/9, Safari 5, and Chrome. */
abbr[title] {
  border-bottom: 1px dotted;
}

/** Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
b,
strong {
  font-weight: bold;
}

/** Address styling not present in Safari 5 and Chrome. */
dfn {
  font-style: italic;
}

/** Address differences between Firefox and other browsers. */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/** Address styling not present in IE 8/9. */
mark {
  background: #ff0;
  color: #000;
}

/** Correct font family set oddly in Safari 5 and Chrome. */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/** Improve readability of pre-formatted text in all browsers. */
pre {
  white-space: pre-wrap;
}

/** Set consistent quote types. */
q {
  quotes: "\201C""\201D""\2018""\2019";
}

/** Address inconsistent and variable font size in all browsers. */
small {
  font-size: 80%;
}

/** Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ========================================================================== Embedded content ========================================================================== */
/** Remove border when inside `a` element in IE 8/9. */
img {
  border: 0;
}

/** Correct overflow displayed oddly in IE 9. */
svg:not(:root) {
  overflow: hidden;
}

/* ========================================================================== Figures ========================================================================== */
/** Address margin not present in IE 8/9 and Safari 5. */
figure {
  margin: 0;
}

/* ========================================================================== Forms ========================================================================== */
/** Define consistent border, margin, and padding. */
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/** 1. Correct `color` not being inherited in IE 8/9. 2. Remove padding so people aren't caught out if they zero out fieldsets. */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/** 1. Correct font family not being inherited in all browsers. 2. Correct font size not being inherited in all browsers. 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome. */
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

/** Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
button,
input {
  line-height: normal;
}

/** Address inconsistent `text-transform` inheritance for `button` and `select`. All other form control elements do not inherit `text-transform` values. Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+. Correct `select` style inheritance in Firefox 4+ and Opera. */
button,
select {
  text-transform: none;
}

/** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/** Re-set default cursor for disabled elements. */
button[disabled],
html input[disabled] {
  cursor: default;
}

/** 1. Address box sizing set to `content-box` in IE 8/9. 2. Remove excess padding in IE 8/9. */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/** 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome (include `-moz` to future-proof). */
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/** Remove inner padding and search cancel button in Safari 5 and Chrome on OS X. */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/** Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/** 1. Remove default vertical scrollbar in IE 8/9. 2. Improve readability and alignment in all browsers. */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ========================================================================== Tables ========================================================================== */
/** Remove most spacing between table cells. */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  line-height: 1.6;
  -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}

p,
address {
  margin: 0 0 10px 0;
}

small {
  font-size: 80%;
}

hr {
  clear: both;
  margin: 10px 0 30px;
  height: 0;
  border-width: 1px;
  border-style: solid;
  border-width: 1px 0 0;
}

[data-icon]:before {
  font-family: "themes-Regular";
  content: attr(data-icon);
  font-size: 18px;
  position: relative;
  margin-right: 7px;
  line-height: 1;
  bottom: -1px;
  font-weight: bold;
}

a,
a:visited {
  text-decoration: none;
  outline: 0;
}

p a,
p a:visited {
  line-height: inherit;
}

input#password {
  padding: 12px;
  margin-right: 5px;
  border-width: 1px;
  border-style: solid;
}

input#submit {
  padding: 12px;
  text-transform: uppercase;
  border: none;
  -webkit-appearance: none; /* removing mobile safari styling */
  -webkit-border-radius: 5px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
  -moz-border-radius: 5px; /* FF1-3.6 */
  border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  cursor: pointer;
  border: none;
}

.sharing {
  clear: both;
  font-size: 0.917em;
  margin-top: 20px;
  width: 100%;
  text-align: left;
  z-index: 1;
}
.sharing .share-buttons {
  position: relative;
}
.sharing .share-buttons .share-label {
  display: inline-block;
  cursor: pointer;
  line-height: 2;
  border: none;
  outline: none;
}
.sharing .share-buttons ul {
  display: none;
  padding: 10px 0px 0px 10px;
  position: absolute;
  width: auto;
  bottom: 25px;
  left: 0px;
  margin: 0;
  z-index: -500;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
  -moz-border-radius: 4px; /* FF1-3.6 */
  border-radius: 4px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sharing .share-buttons ul li {
  float: left;
  margin: 0 10px 10px 0;
  text-align: center;
  height: 20px;
  width: auto;
  padding: 0;
  display: inline-block;
  position: relative;
}
.sharing .share-buttons ul li a {
  width: 20px;
  height: 20px;
  text-indent: 100%;
  float: left;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  background: url("/_assets/_sprites/share_this.png") no-repeat 0 0;
  background-size: 20px 140px;
}
.sharing .share-buttons ul li a:hover {
  opacity: 0.7;
}
.sharing .share-buttons ul li.facebook a {
  background-position: 0 0;
}
.sharing .share-buttons ul li.pinterest a {
  background-position: 0 -20px;
}
.sharing .share-buttons ul li.twitter a {
  background-position: 0 -40px;
}
.sharing .share-buttons ul li.tumblr a {
  background-position: 0 -60px;
}
.sharing .share-buttons ul li.linkedin a {
  background-position: 0 -80px;
}
.sharing .share-buttons ul li.google a {
  background-position: 0 -100px;
}
.touch .sharing .share-buttons ul li.permalink {
  display: none;
}
.sharing .share-buttons ul li.permalink {
  position: static;
}
.sharing .share-buttons ul li.permalink a {
  background-position: 0 -120px;
}
.sharing .share-buttons ul li.permalink a input {
  visibility: hidden;
  width: 100%;
  padding: 7px;
  position: absolute;
  border: none;
  background-color: #777;
  -webkit-border-radius: 3px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
  -moz-border-radius: 3px; /* FF1-3.6 */
  border-radius: 3px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  box-shadow: none;
  color: white;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  right: 0;
  top: 0;
}
.sharing .share-buttons ul li.permalink a input:focus {
  outline: none;
}
.sharing .share-buttons ul li.permalink a:hover {
  opacity: 1;
}
.sharing .share-buttons ul li.permalink a:hover input {
  visibility: visible;
}
.sharing .share-buttons ul li .count {
  float: left;
  height: 20px;
  width: auto;
  padding: 4px 5px;
  line-height: 100%;
  border-radius: 2px;
  margin-left: 5px;
  background-color: rgba(221, 221, 221, 0.7);
  color: black;
  font-size: 10px;
}
.sharing .share-buttons ul li .count:before {
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 3px 3px 3px 0;
  content: "";
  top: 7px;
  left: 22px;
  border-color: transparent rgba(221, 221, 221, 0.7) transparent transparent;
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (-o-min-device-pixel-ratio: 3 / 2),
  only screen and (min-device-pixel-ratio: 1.5) {
  .sharing .share-buttons ul li a {
    background: url("/_assets/_sprites/share_this-2x.png") no-repeat 0 0;
    background-size: 20px 140px;
  }
}
.sharing.open ul {
  display: inline-block;
  z-index: 500;
}

.cart-link {
  padding: 10px;
  -webkit-border-radius: 5px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
  -moz-border-radius: 5px; /* FF1-3.6 */
  border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  display: none;
  max-width: 200px;
  margin: 0 auto;
  float: left;
  width: 100%;
  -webkit-transition: background-color 200ms ease-in-out,
    color 200ms ease-in-out;
  -moz-transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
  -ms-transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
  -o-transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
  line-height: 0.7;
}
.cart-link .label {
  font-size: 0.75em;
  line-height: 16px;
}
.cart-link.show-cart {
  display: block;
}

.cart-link-small,
.cart-link-small.show-cart {
  display: none;
}

.audio-player ol li {
  padding: 10px;
  overflow: hidden;
  line-height: 2.5;
  position: relative;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.audio-player ol li audio {
  position: absolute;
}
.audio-player ol li .controls,
.audio-player ol li h2,
.audio-player ol li h3 {
  z-index: 1;
  position: relative;
}
.audio-player ol li .info {
  float: left;
  width: 75%;
  margin-top: 7px;
  line-height: 1.5;
}
.audio-player ol li .length {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.audio-player ol li .length .load {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.audio-player ol li .length .load,
.audio-player ol li .length .progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.audio-player ol li .time {
  display: inline;
  line-height: 1.9;
  font-size: 0.8em;
  z-index: 5;
  position: relative;
}
.audio-player ol li .controls {
  width: 15%;
  float: left;
}
.audio-player ol li .controls .previous,
.audio-player ol li .controls .next {
  display: none;
}
.audio-player ol li .controls .play-pause {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 5px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
  -moz-border-radius: 5px; /* FF1-3.6 */
  border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  margin-right: 15px;
  float: left;
  position: relative;
}
.audio-player ol li .controls .play-pause:before {
  float: left;
  width: 100%;
  line-height: 27px;
  text-align: center;
  text-indent: 0;
  font-size: 1.5em;
  bottom: 0;
}
.audio-player ol li .controls .play-pause.pause:before {
  content: attr(data-icon-pause);
}
.audio-player ol li .controls .previous,
.audio-player ol li .controls .next {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 5px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
  -moz-border-radius: 5px; /* FF1-3.6 */
  border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  margin-right: 5px;
  margin-top: 5px;
  float: left;
}
.audio-player ol li .controls .previous:before,
.audio-player ol li .controls .next:before {
  float: left;
  width: 100%;
  line-height: 17px;
  text-align: center;
  text-indent: 0;
  font-size: 1.5em;
  bottom: 0;
}
.audio-player ol li .album-image {
  display: none;
}
.audio-player ol li h2,
.audio-player ol li h3 {
  margin-right: 5px;
  display: inline;
}
.audio-player ol li .download {
  position: relative;
  z-index: 5;
}

#site-header {
  float: left;
  height: 100%;
  width: 220px;
  padding: 30px;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
}
#site-header .logo img {
  max-width: 100%;
}
#site-header .logo h1 {
  line-height: 1.2; /* line up w. page title */
  margin: 0;
}
#site-header .logo h1 a {
  font-size: 1.375em;
}
#site-header .logo h2 {
  line-height: 1.1;
  margin-top: 5px;
}
#site-header .logo h2 span {
  font-size: 0.875em;
}
#site-header #main-nav .toggle {
  display: none;
}
#site-header #main-nav .toggle a:before {
  display: none;
}
#site-header #main-nav > ul {
  margin: 20px 0;
  font-size: 0.75em;
}
#site-header #main-nav ul li {
  margin-bottom: 0;
  line-height: 1.2;
  margin-bottom: 5px;
  font-weight: 600;
}
#site-header #main-nav ul li ul {
  margin-left: 0;
  display: none;
}
#site-header #main-nav ul li ul li:first-child {
  margin-top: 5px;
}
#site-header #main-nav ul li.open ul {
  display: block;
}
#site-header #main-nav ul li.section {
  float: left;
  width: 100%;
  margin: 5px 0 7px;
}
#site-header #main-nav ul li.section span {
  cursor: pointer;
}
#site-header #main-nav ul li.section span:before {
  float: right;
  display: none;
}
#site-header #main-nav ul li.section span:after {
  content: "+";
  margin-left: 4px;
}
#site-header #main-nav ul li.section.open span:after {
  content: "";
}

#main-content {
  margin-left: 220px;
  padding: 30px;
  font-size: 0.75em;
}
#main-content #page-title {
  line-height: 26px;
  margin: 0 0 30px 0;
  max-width: 700px;
}
#main-content section.horizontal-gallery .auto-scaling img {
  max-width: none;
}
#main-content section.events,
#main-content section.index {
  max-width: 700px;
}
#main-content section iframe,
#main-content section object,
#main-content section embed {
  max-width: 100%;
}
#main-content section img {
  max-width: 100%;
}
#main-content .content-editor {
  max-width: 700px;
}
#main-content .content-editor h1 {
  font-size: 2em;
}
#main-content .content-editor h2 {
  font-size: 1.8em;
}
#main-content .content-editor h3 {
  font-size: 1.6em;
}
#main-content .content-editor h4 {
  font-size: 1.4em;
}
#main-content .content-editor h5 {
  font-size: 1.2em;
}
#main-content .content-editor h6 {
  font-size: 1em;
}
#main-content .content-editor h1,
#main-content .content-editor h2,
#main-content .content-editor h3,
#main-content .content-editor h4,
#main-content .content-editor h5,
#main-content .content-editor h6 {
  margin-bottom: 0.8em;
}
#main-content .content-editor ul {
  list-style: disc;
  margin-left: 40px;
  margin-bottom: 20px;
}
#main-content .content-editor ul li {
  margin-bottom: 5px;
}
#main-content .content-editor ol {
  list-style: decimal;
  margin-left: 40px;
  margin-bottom: 20px;
}
#main-content .content-editor ol li {
  margin-bottom: 5px;
}
#main-content .content-editor i,
#main-content .content-editor em {
  font-style: italic;
}
#main-content .content-editor b,
#main-content .content-editor strong {
  font-weight: bold;
}
#main-content .content-editor img {
  max-width: 100%;
}
#main-content .content-editor img.right {
  margin: 0 0 20px 20px;
  float: right;
}
#main-content .content-editor img.left {
  margin: 0 20px 20px 0;
  float: left;
}
#main-content .content-editor img.center {
  margin: 20px auto;
  display: block;
}
#main-content .content-editor p {
  font-size: 1em;
}
#main-content .content-editor p em {
  font-style: italic;
}
#main-content .content-editor p strong {
  font-weight: bold;
}
#main-content .content-editor iframe,
#main-content .content-editor object,
#main-content .content-editor embed {
  max-width: 100%;
}
#main-content .content-editor table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
}
#main-content .content-editor table thead tr th,
#main-content .content-editor table tfoot tr td {
  font-weight: bold;
  text-align: left;
}
#main-content .content-editor table td,
#main-content .content-editor table th {
  padding: 7px;
}
#main-content .content-editor table tr {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
#main-content .content-editor blockquote {
  margin-bottom: 20px;
  font-size: 1.3em;
  margin: 25px 0;
}
#main-content .content-editor q {
  font-size: 2.5em;
  margin-bottom: 10px;
  line-height: 1.3;
}
#main-content .content-editor cite {
  line-height: 2;
  margin-left: 12px;
  display: block;
}
#main-content .content-editor address {
  font-style: italic;
  margin-bottom: 10px;
  font-size: 1em;
}
#main-content .content-editor pre {
  padding: 1.5em;
  margin-bottom: 10px;
  font-size: 1em;
  white-space: normal;
  -webkit-border-radius: 5px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
  -moz-border-radius: 5px; /* FF1-3.6 */
  border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  font-family: Monaco, Consolas, "DejaVu Sans Mono", monospace;
}
#main-content .content-editor .video-container {
  height: 0;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  overflow: hidden;
}
#main-content .content-editor .video-container iframe,
#main-content .content-editor .video-container object,
#main-content .content-editor .video-container embed,
#main-content .content-editor .video-container video {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
#main-content .contact {
  max-width: 700px;
}
#main-content .contact .map-content-container {
  float: right;
  width: 70%;
}
#main-content .contact .map-content-container .map-container {
  margin-bottom: 20px;
}
#main-content .contact .map-content-container .map-container img {
  float: none;
  max-width: none;
}
#main-content .contact .map-content-container .map-container #map-canvas {
  height: 300px;
  width: 100%;
  margin-bottom: 5px;
}
#main-content .contact .map-content-container .content {
  margin-bottom: 35px;
}
#main-content .contact .form-container {
  float: right;
  margin-bottom: 20px;
  width: 100%;
}
#main-content .contact .form-container #contact-form {
  width: 100%;
}
#main-content .contact .form-container #contact-form fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
#main-content .contact .form-container #contact-form fieldset .form-fields {
  list-style: none;
  margin: 0;
  padding: 0;
}
#main-content
  .contact
  .form-container
  #contact-form
  fieldset
  .form-fields
  > li {
  margin-bottom: 5px;
  padding-bottom: 15px;
}
#main-content
  .contact
  .form-container
  #contact-form
  fieldset
  .form-fields
  > li:nth-child(1) {
  float: left;
  padding-right: 5px;
  width: 50%;
}
#main-content
  .contact
  .form-container
  #contact-form
  fieldset
  .form-fields
  > li:nth-child(2) {
  float: left;
  padding-left: 5px;
  width: 50%;
}
#main-content
  .contact
  .form-container
  #contact-form
  fieldset
  .form-fields
  > li
  label {
  clear: left;
  display: block;
  margin-bottom: 5px;
}
#main-content
  .contact
  .form-container
  #contact-form
  fieldset
  .form-fields
  > li
  input,
#main-content
  .contact
  .form-container
  #contact-form
  fieldset
  .form-fields
  > li
  textarea {
  background: none;
  border-radius: 3px;
  padding: 6px 10px;
  width: 100%;
  border-width: 1px;
  border-style: solid;
}
#main-content
  .contact
  .form-container
  #contact-form
  fieldset
  .form-fields
  > li
  textarea {
  height: 100px;
}
#main-content .contact .form-container #contact-form fieldset .captcha {
  float: left;
  margin-bottom: 25px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#main-content .contact .form-container #contact-form fieldset .captcha span {
  font-weight: bold;
}
#main-content
  .contact
  .form-container
  #contact-form
  fieldset
  .captcha
  .captcha-wrapper {
  margin-bottom: 3px;
}
#main-content
  .contact
  .form-container
  #contact-form
  fieldset
  .captcha
  .captcha-label {
  float: left;
  font-size: 1em;
  margin: 3px 0 10px 0;
}
#main-content
  .contact
  .form-container
  #contact-form
  fieldset
  .captcha
  #captcha-list {
  float: left;
  text-align: right;
  width: 100%;
}
#main-content
  .contact
  .form-container
  #contact-form
  fieldset
  .captcha
  #captcha-list
  li {
  clear: none;
  display: inline-block;
  float: left;
  margin: 0 0.8% 0 0;
  padding: 0;
  text-align: center;
}
#main-content
  .contact
  .form-container
  #contact-form
  fieldset
  .captcha
  #captcha-list
  li
  a {
  display: block;
  font-size: 0.8em;
  padding: 2px 6px;
  -webkit-border-radius: 3px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
  -moz-border-radius: 3px; /* FF1-3.6 */
  border-radius: 3px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}
#main-content
  .contact
  .form-container
  #contact-form
  fieldset
  .parsley-errors-list {
  padding: 0;
  position: relative;
  margin: 0;
}
#main-content
  .contact
  .form-container
  #contact-form
  fieldset
  .parsley-errors-list
  li {
  display: inline-block;
  font-size: 0.8em;
  font-weight: bold;
  margin: 5px 0 15px 0;
  padding: 4px 6px;
  position: absolute;
  right: 0;
  width: auto;
  -webkit-border-radius: 3px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
  -moz-border-radius: 3px; /* FF1-3.6 */
  border-radius: 3px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}
#main-content
  .contact
  .form-container
  #contact-form
  fieldset
  .parsley-errors-list
  li.require {
  position: static;
  right: auto;
  left: 0;
  margin-bottom: 0;
}
#main-content
  .contact
  .form-container
  #contact-form
  fieldset
  .parsley-errors-list
  li.require:before {
  right: auto;
  left: 6px;
  top: 2px;
}
#main-content
  .contact
  .form-container
  #contact-form
  fieldset
  .parsley-errors-list
  li:before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  content: "";
  display: inline-block;
  height: 0;
  right: 6px;
  position: absolute;
  top: -3px;
  width: 0;
}
#main-content
  .contact
  .form-container
  #contact-form
  fieldset
  input[type="submit"] {
  -webkit-border-radius: 5px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
  -moz-border-radius: 5px; /* FF1-3.6 */
  border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  border: none;
  padding: 11px 20px;
}
#main-content .contact .form-container #contact-form fieldset #hamper {
  display: none;
}
#main-content .contact .form-container #result-message {
  padding: 20px;
  text-align: center;
  margin-bottom: 10px;
}
#main-content .contact .form-container #result-message h1 {
  margin-right: 3px;
}
#main-content .contact .form-container #result-message h1,
#main-content .contact .form-container #result-message p {
  display: inline;
  font-size: 1.2em;
  margin-bottom: 0;
}
#main-content .contact .contact-info {
  list-style: none;
  float: left;
  width: 25%;
  margin: 0 5% 0 0;
}
#main-content .contact .contact-info li.location .value {
  font-weight: bold;
}
#main-content .contact .contact-info li.name {
  font-size: 2em;
  line-height: 1.3;
}
#main-content .contact .contact-info li.contact-item {
  margin: 0 0 3px;
}
#main-content .contact .contact-info li .type {
  text-transform: capitalize;
}
#main-content .contact address {
  clear: left;
  margin: 0 5% 0 0;
  width: 25%;
}
#main-content .menu {
  max-width: 700px;
}
#main-content .menu section.content-editor {
  margin-bottom: 30px;
}
#main-content .menu .section-titles {
  margin: 0 0 20px;
  float: left;
  width: 100%;
}
#main-content .menu .section-titles li {
  display: inline-block;
  float: none;
}
#main-content .menu .section-titles li a {
  text-decoration: none;
  padding: 0px;
  margin: 0 10px 0 0;
  font-size: 1em;
  display: block;
}
#main-content .menu .menu-list {
  margin-bottom: 40px;
}
#main-content .menu .menu-list li.menu-item {
  margin: 0 0 30px;
}
#main-content .menu .menu-list li.menu-item.has-sub-items {
  border-bottom: none;
  margin: 40px 0;
  padding: 0;
}
#main-content .menu .menu-list li.menu-item.has-sub-items h2.section-title {
  margin: 0 0 20px;
  font-size: 1.8em;
}
#main-content .menu .menu-list li.menu-item.has-sub-items ul.sub-items {
  padding: 0 0 0 30px;
  border-left-style: solid;
  border-left-width: 1px;
}
#main-content
  .menu
  .menu-list
  li.menu-item.has-sub-items
  li.menu-item:last-child {
  margin: 0;
}
#main-content .menu .menu-list li.menu-item h2.item-title,
#main-content .menu .menu-list li.menu-item .price {
  display: inline-block;
  font-size: 1.6em;
}
#main-content .menu .menu-list li.menu-item h2.item-title {
  margin: 0 5px 0 0;
}
#main-content .menu .menu-list li.menu-item .description {
  margin: 2px 0 0;
}
#main-content .menu.two-column li.menu-item {
  float: left;
  width: 100%;
}
#main-content .menu.two-column li.menu-item.has-sub-items {
  float: none;
  margin: 0 0 30px;
  width: 100%;
  display: inline-block;
}
#main-content .menu.two-column li.menu-item.has-sub-items ul.sub-items {
  display: inline-block;
  width: 100%;
}
#main-content
  .menu.two-column
  li.menu-item.has-sub-items
  ul.sub-items
  li.menu-item {
  width: 45%;
  margin-right: 10%;
}
#main-content
  .menu.two-column
  li.menu-item.has-sub-items
  ul.sub-items
  li.menu-item:nth-child(even) {
  margin-right: 0px;
}
#main-content
  .menu.two-column
  li.menu-item.has-sub-items
  ul.sub-items
  li.menu-item:nth-last-child(2) {
  margin-bottom: 0;
}
#main-content #blog {
  max-width: 700px;
}
#main-content #blog h1 {
  float: left;
  margin-right: 15px;
}
#main-content #blog .category-dropdown {
  overflow: hidden;
  position: relative;
  width: auto;
  font-size: 0.833em;
  float: left;
  margin-bottom: 25px;
}
#main-content #blog .category-dropdown .select-box {
  z-index: 0;
  padding: 5px 10px 5px 10px;
  -webkit-border-radius: 5px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
  -moz-border-radius: 5px; /* FF1-3.6 */
  border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  font-size: 1.1em;
}
#main-content #blog .category-dropdown .select-box:before {
  line-height: 1;
  bottom: 2px;
}
#main-content #blog .category-dropdown .select-box .category {
  margin-right: 5px;
}
#main-content #blog .category-dropdown select {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  width: 100%;
  padding: 8px;
  -webkit-appearance: none;
  margin: 0;
}
#main-content #blog a.subscribe {
  clear: none;
  float: right;
  margin: 2px 0;
}
#main-content #blog a.subscribe:before {
  bottom: 0;
}
#main-content #blog #filter {
  float: left;
  width: 100%;
  display: none;
}
#main-content #blog #filter .all-posts {
  display: none;
}
#main-content #blog.post #filter,
#main-content #blog.filtered_list #filter {
  display: block;
  margin-bottom: 20px;
}
#main-content #blog.filtered_list #filter p {
  margin-bottom: 0;
  padding: 10px;
  -webkit-border-radius: 5px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
  -moz-border-radius: 5px; /* FF1-3.6 */
  border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}
#main-content #blog.filtered_list #filter p .tag-filtered em {
  font-weight: bold;
}
#main-content #blog ul li {
  float: left;
  width: 100%;
}
#main-content #blog ul li article {
  margin-bottom: 40px; /* footer */
}
#main-content #blog ul li article .video {
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  display: block;
  position: relative;
}
#main-content #blog ul li article .video video,
#main-content #blog ul li article .video iframe,
#main-content #blog ul li article .video object,
#main-content #blog ul li article .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main-content #blog ul li article header {
  overflow: hidden;
}
#main-content #blog ul li article header h1 {
  font-size: 1.833em;
  float: left;
  width: 100%;
  margin-bottom: 0.5em;
  line-height: 1.35;
}
#main-content #blog ul li article .blogs-content {
  float: left;
  width: 100%;
}
#main-content #blog ul li article .blogs-content p:last-child {
  margin-bottom: 15px;
}
#main-content #blog ul li article > footer {
  float: left;
  width: 100%;
  font-size: 0.917em;
  line-height: 2;
  position: relative;
}
#main-content #blog ul li article > footer time {
  float: left;
  font-weight: bold;
  margin-right: 20px;
  line-height: 1.5;
  z-index: 2;
  position: relative;
}
#main-content #blog ul li article > footer .tags-categories {
  float: left;
  margin-right: 20px;
  z-index: 2;
  position: relative;
}
#main-content #blog ul li article > footer .tags-categories h3 {
  float: left;
  margin-right: 3px;
  line-height: 2.1;
}
#main-content #blog ul li article > footer .tags-categories ul {
  float: left;
  margin-right: 10px;
}
#main-content #blog ul li article > footer .tags-categories ul li {
  display: inline;
  float: none;
  width: auto;
}
#main-content #blog ul li article > footer .tags-categories ul li a {
  line-height: 2.1;
}
#main-content #blog ul li article > footer .tags-categories ul li a:after {
  content: ",";
}
#main-content
  #blog
  ul
  li
  article
  > footer
  .tags-categories
  ul
  li:last-child
  a:after {
  content: " ";
}
#main-content #blog ul li article > footer .tags-categories:before {
  float: left;
}
#main-content #blog ul li article > footer #comments {
  margin-top: 40px;
  overflow: hidden;
  width: 100%;
  float: left; /* Disqus style */ /* facebook comment styles */
}
#main-content #blog ul li article > footer #comments > div,
#main-content #blog ul li article > footer #comments iframe,
#main-content #blog ul li article > footer #comments > div > span {
  width: 100% !important;
}
#main-content
  #blog
  ul
  li
  article
  > footer
  #comments
  #dsq-content
  #dsq-global-toolbar
  .dsq-global-toolbar-left
  li {
  width: auto;
}
#main-content #blog ul li article > footer #comments .fb_iframe_widget iframe {
  background: #ffffff;
}
#main-content #blog ul li article > footer .comments {
  float: left;
  margin-right: 20px;
}
#main-content #blog ul li article > footer .sharing {
  font-size: 1em;
  top: 0;
  float: left;
  width: 222px;
  position: relative;
  clear: none;
  margin-top: 0;
  z-index: 2;
}
#main-content #blog ul li article > footer .sharing ul {
  left: 0;
}
#main-content #blog ul li article > footer .sharing ul li {
  width: auto;
}
#main-content
  #blog
  ul
  li
  article
  > footer
  .sharing
  .share-buttons
  .share-label {
  display: inline-block;
}
#main-content #blog ul li article.quote blockquote {
  margin-bottom: 15px;
}
#main-content #blog ul li article.quote blockquote p {
  font-size: 2.5em;
  margin-bottom: 0;
  line-height: 1.3;
}
#main-content #blog ul li article.quote blockquote footer {
  font-size: 1.167em;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 15px;
}
#main-content #blog ul li article.audio .blogs-content .audio-player {
  width: 100%;
  margin: 15px 0;
}
#main-content #blog ul li article.audio .blogs-content .audio-player ol {
  margin: 0;
  list-style: none;
}
#main-content #blog ul li article.audio .blogs-content .audio-player ol .info {
  margin-top: 0;
  line-height: 2.5;
}
#main-content #blog ul li article.audio .blogs-content .audio-player ol h2,
#main-content #blog ul li article.audio .blogs-content .audio-player ol h3 {
  margin-bottom: 0;
  line-height: 1;
  margin-right: 10px;
  vertical-align: middle;
}
#main-content #blog ul li article.audio .blogs-content .audio-player ol .time {
  vertical-align: bottom;
}
#main-content #blog ul li article.image header img {
  margin-bottom: 10px;
  max-width: 100%;
}
#main-content #blog ul li article.image header h1,
#main-content #blog ul li article.video header h1 {
  font-size: 1em;
  font-weight: bold;
}
#main-content #blog ul li article.video header h1 {
  margin-top: 10px;
}
#main-content #blog ul li article.link .blogs-content {
  border-left-width: 2px;
  border-left-style: solid;
}
#main-content #blog ul li article.link .blogs-content p {
  padding-left: 12px;
}
#main-content #blog ul li article.link .blogs-content p:last-child {
  margin-bottom: 0;
}
#main-content #blog ul li article.link footer {
  margin-top: 15px;
}
#main-content #blog .blog-paging {
  float: left;
  width: 100%;
}
#main-content #blog .blog-paging a.older,
#main-content #blog .blog-paging a.newer {
  float: left;
  padding: 10px 15px;
}
#main-content #blog .blog-paging a.older {
  margin-right: 5px;
}
#main-content #blog.tumblr ul li article {
  margin-top: 0;
}
#main-content #blog.tumblr ul li article em {
  font-style: italic;
}
#main-content #blog.tumblr ul li article strong {
  font-weight: bold;
}
#main-content #blog.tumblr ul li article > footer time {
  line-height: inherit;
  margin-right: 0;
}
#main-content #blog.tumblr ul li article > footer .sharing {
  float: right;
  font-size: 1em;
}
#main-content #blog.tumblr ul li article > footer .tumblr-sharing {
  float: left;
  z-index: 2;
  position: relative;
}
#main-content #blog.tumblr ul li article > footer .tumblr-sharing a {
  margin-left: 10px;
  padding-left: 10px;
  border-left-width: 1px;
  border-left-style: solid;
}
#main-content #blog.tumblr ul li article.audio embed {
  margin: 0 0 12px 3px;
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
#main-content #blog.tumblr ul li article.chat .blogs-content ul {
  display: inline-block;
  margin: 0 0 10px;
}
#main-content #blog.tumblr ul li article.chat .blogs-content ul li {
  list-style: none outside none;
  margin: 0 0 5px;
}
#main-content #blog.tumblr ul li article.chat .blogs-content ul li .name {
  font-weight: bold;
}
#main-content #blog.tumblr ul li article.chat .blogs-content ul li .name:after {
  content: ": ";
}
#main-content .index ul {
  margin-left: 0;
  float: left;
  width: 100%;
}
#main-content .index ul li a {
  display: block;
}
#main-content .index ul li a img {
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}
#main-content .index ul li .titles {
  text-align: center;
}
#main-content .index ul li .titles h2 {
  font-weight: bold;
}
#main-content .index ul.normal li {
  float: left;
  width: 31%;
  margin: 0 3% 20px 0;
  text-align: center;
}
#main-content .index ul.normal li:nth-child(3n + 4) {
  clear: left;
}
#main-content .index ul.normal li:nth-child(3n) {
  margin-right: 0;
}
#main-content .index ul.large li {
  float: left;
  width: 48%;
  margin: 0 4% 20px 0;
  text-align: center;
}
#main-content .index ul.large li:nth-child(even) {
  margin-right: 0;
}
#main-content .index ul.large li:nth-child(2n + 3) {
  clear: left;
}
#main-content .horizontal-gallery .thumbnails,
#main-content .vertical-gallery .thumbnails,
#main-content .slideshow-gallery .thumbnails {
  display: none;
}
#main-content .horizontal-gallery .content-editor,
#main-content .vertical-gallery .content-editor,
#main-content .slideshow-gallery .content-editor,
#main-content .slideshow-thumbnails-gallery .content-editor,
#main-content .grid-gallery .content-editor {
  margin-bottom: 30px;
}
#main-content .horizontal-gallery .large-gallery,
#main-content .vertical-gallery .large-gallery,
#main-content .slideshow-gallery .large-gallery,
#main-content .slideshow-thumbnails-gallery .large-gallery,
#main-content .grid-gallery .large-gallery {
  max-width: 800px;
}
#main-content .horizontal-gallery .large-gallery li a,
#main-content .vertical-gallery .large-gallery li a,
#main-content .slideshow-gallery .large-gallery li a,
#main-content .slideshow-thumbnails-gallery .large-gallery li a,
#main-content .grid-gallery .large-gallery li a {
  display: block;
}
#main-content .horizontal-gallery .large-gallery li .details,
#main-content .vertical-gallery .large-gallery li .details,
#main-content .slideshow-gallery .large-gallery li .details,
#main-content .slideshow-thumbnails-gallery .large-gallery li .details,
#main-content .grid-gallery .large-gallery li .details {
  max-width: 800px;
}
#main-content .horizontal-gallery .large-gallery li .details h2,
#main-content .vertical-gallery .large-gallery li .details h2,
#main-content .slideshow-gallery .large-gallery li .details h2,
#main-content .slideshow-thumbnails-gallery .large-gallery li .details h2,
#main-content .grid-gallery .large-gallery li .details h2 {
  font-weight: bold;
}
#main-content .horizontal-gallery .large-gallery li .details p.count,
#main-content .vertical-gallery .large-gallery li .details p.count,
#main-content .slideshow-gallery .large-gallery li .details p.count,
#main-content .slideshow-thumbnails-gallery .large-gallery li .details p.count,
#main-content .grid-gallery .large-gallery li .details p.count {
  font-size: 0.8em;
  line-height: 2.1;
}
#main-content .horizontal-gallery .large-gallery li .details b,
#main-content .vertical-gallery .large-gallery li .details b,
#main-content .slideshow-gallery .large-gallery li .details b,
#main-content .slideshow-thumbnails-gallery .large-gallery li .details b,
#main-content .grid-gallery .large-gallery li .details b {
  font-weight: bold;
}
#main-content .horizontal-gallery .large-gallery li .details i,
#main-content .vertical-gallery .large-gallery li .details i,
#main-content .slideshow-gallery .large-gallery li .details i,
#main-content .slideshow-thumbnails-gallery .large-gallery li .details i,
#main-content .grid-gallery .large-gallery li .details i {
  font-style: italic;
}
#main-content .horizontal-gallery .large-gallery li .details a,
#main-content .vertical-gallery .large-gallery li .details a,
#main-content .slideshow-gallery .large-gallery li .details a,
#main-content .slideshow-thumbnails-gallery .large-gallery li .details a,
#main-content .grid-gallery .large-gallery li .details a {
  display: inline;
}
#main-content .horizontal-gallery .large-gallery li img,
#main-content .vertical-gallery .large-gallery li img,
#main-content .slideshow-gallery .large-gallery li img,
#main-content .slideshow-thumbnails-gallery .large-gallery li img,
#main-content .grid-gallery .large-gallery li img {
  max-height: 700px;
}
#main-content .horizontal-gallery .large-gallery li .video,
#main-content .vertical-gallery .large-gallery li .video,
#main-content .slideshow-gallery .large-gallery li .video,
#main-content .slideshow-thumbnails-gallery .large-gallery li .video,
#main-content .grid-gallery .large-gallery li .video {
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  display: block;
  position: relative;
  margin-bottom: 8px;
}
#main-content .horizontal-gallery .large-gallery li .video video,
#main-content .horizontal-gallery .large-gallery li .video iframe,
#main-content .horizontal-gallery .large-gallery li .video object,
#main-content .horizontal-gallery .large-gallery li .video embed,
#main-content .horizontal-gallery .large-gallery li .video video,
#main-content .vertical-gallery .large-gallery li .video video,
#main-content .vertical-gallery .large-gallery li .video iframe,
#main-content .vertical-gallery .large-gallery li .video object,
#main-content .vertical-gallery .large-gallery li .video embed,
#main-content .vertical-gallery .large-gallery li .video video,
#main-content .slideshow-gallery .large-gallery li .video video,
#main-content .slideshow-gallery .large-gallery li .video iframe,
#main-content .slideshow-gallery .large-gallery li .video object,
#main-content .slideshow-gallery .large-gallery li .video embed,
#main-content .slideshow-gallery .large-gallery li .video video,
#main-content .slideshow-thumbnails-gallery .large-gallery li .video video,
#main-content .slideshow-thumbnails-gallery .large-gallery li .video iframe,
#main-content .slideshow-thumbnails-gallery .large-gallery li .video object,
#main-content .slideshow-thumbnails-gallery .large-gallery li .video embed,
#main-content .slideshow-thumbnails-gallery .large-gallery li .video video,
#main-content .grid-gallery .large-gallery li .video video,
#main-content .grid-gallery .large-gallery li .video iframe,
#main-content .grid-gallery .large-gallery li .video object,
#main-content .grid-gallery .large-gallery li .video embed,
#main-content .grid-gallery .large-gallery li .video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main-content .horizontal-gallery .large-gallery.auto-scaling,
#main-content .vertical-gallery .large-gallery.auto-scaling,
#main-content .slideshow-gallery .large-gallery.auto-scaling,
#main-content .slideshow-thumbnails-gallery .large-gallery.auto-scaling,
#main-content .grid-gallery .large-gallery.auto-scaling {
  max-width: none;
}
#main-content .horizontal-gallery .large-gallery.auto-scaling li .video,
#main-content .vertical-gallery .large-gallery.auto-scaling li .video,
#main-content .slideshow-gallery .large-gallery.auto-scaling li .video,
#main-content
  .slideshow-thumbnails-gallery
  .large-gallery.auto-scaling
  li
  .video,
#main-content .grid-gallery .large-gallery.auto-scaling li .video {
  padding-top: 0;
  height: auto;
  overflow: visible;
}
#main-content .horizontal-gallery .large-gallery .video .vjs-big-play-button,
#main-content .vertical-gallery .large-gallery .video .vjs-big-play-button,
#main-content .slideshow-gallery .large-gallery .video .vjs-big-play-button,
#main-content
  .slideshow-thumbnails-gallery
  .large-gallery
  .video
  .vjs-big-play-button,
#main-content .grid-gallery .large-gallery .video .vjs-big-play-button {
  color: #fff;
  border: none;
  border-radius: 8px;
  box-shadow: none;
  margin-left: -1.5em;
  margin-top: -1.3em;
  height: 2em;
  width: 3em;
}
#main-content
  .horizontal-gallery
  .large-gallery
  .video
  .vjs-big-play-button:before,
#main-content
  .vertical-gallery
  .large-gallery
  .video
  .vjs-big-play-button:before,
#main-content
  .slideshow-gallery
  .large-gallery
  .video
  .vjs-big-play-button:before,
#main-content
  .slideshow-thumbnails-gallery
  .large-gallery
  .video
  .vjs-big-play-button:before,
#main-content .grid-gallery .large-gallery .video .vjs-big-play-button:before {
  line-height: 2em;
}
#main-content
  .horizontal-gallery
  .large-gallery
  .video
  .vjs-control-bar
  .vjs-play-control:before,
#main-content
  .vertical-gallery
  .large-gallery
  .video
  .vjs-control-bar
  .vjs-play-control:before,
#main-content
  .slideshow-gallery
  .large-gallery
  .video
  .vjs-control-bar
  .vjs-play-control:before,
#main-content
  .slideshow-thumbnails-gallery
  .large-gallery
  .video
  .vjs-control-bar
  .vjs-play-control:before,
#main-content
  .grid-gallery
  .large-gallery
  .video
  .vjs-control-bar
  .vjs-play-control:before {
  color: #fff;
  content: "\25b6";
  font-family: "themes-Regular";
  font-size: 3em;
  line-height: 0.8;
}
#main-content
  .horizontal-gallery
  .large-gallery
  .video
  .vjs-control-bar
  .vjs-play-control.vjs-playing:before,
#main-content
  .vertical-gallery
  .large-gallery
  .video
  .vjs-control-bar
  .vjs-play-control.vjs-playing:before,
#main-content
  .slideshow-gallery
  .large-gallery
  .video
  .vjs-control-bar
  .vjs-play-control.vjs-playing:before,
#main-content
  .slideshow-thumbnails-gallery
  .large-gallery
  .video
  .vjs-control-bar
  .vjs-play-control.vjs-playing:before,
#main-content
  .grid-gallery
  .large-gallery
  .video
  .vjs-control-bar
  .vjs-play-control.vjs-playing:before {
  content: "\2171";
}
#main-content
  .horizontal-gallery
  .large-gallery
  .video
  .vjs-control-bar
  .vjs-duration,
#main-content
  .vertical-gallery
  .large-gallery
  .video
  .vjs-control-bar
  .vjs-duration,
#main-content
  .slideshow-gallery
  .large-gallery
  .video
  .vjs-control-bar
  .vjs-duration,
#main-content
  .slideshow-thumbnails-gallery
  .large-gallery
  .video
  .vjs-control-bar
  .vjs-duration,
#main-content
  .grid-gallery
  .large-gallery
  .video
  .vjs-control-bar
  .vjs-duration {
  opacity: 0.76;
}
#main-content
  .horizontal-gallery
  .large-gallery
  .video
  .vjs-control-bar
  .vjs-progress-control,
#main-content
  .vertical-gallery
  .large-gallery
  .video
  .vjs-control-bar
  .vjs-progress-control,
#main-content
  .slideshow-gallery
  .large-gallery
  .video
  .vjs-control-bar
  .vjs-progress-control,
#main-content
  .slideshow-thumbnails-gallery
  .large-gallery
  .video
  .vjs-control-bar
  .vjs-progress-control,
#main-content
  .grid-gallery
  .large-gallery
  .video
  .vjs-control-bar
  .vjs-progress-control {
  height: 0.3em;
  top: -0.3em;
}
#main-content
  .horizontal-gallery
  .large-gallery
  .video
  .vjs-control-bar
  .vjs-load-progress,
#main-content
  .vertical-gallery
  .large-gallery
  .video
  .vjs-control-bar
  .vjs-load-progress,
#main-content
  .slideshow-gallery
  .large-gallery
  .video
  .vjs-control-bar
  .vjs-load-progress,
#main-content
  .slideshow-thumbnails-gallery
  .large-gallery
  .video
  .vjs-control-bar
  .vjs-load-progress,
#main-content
  .grid-gallery
  .large-gallery
  .video
  .vjs-control-bar
  .vjs-load-progress {
  background: rgba(255, 255, 255, 0.1);
}
#main-content
  .horizontal-gallery
  .large-gallery
  .video
  .vjs-control-bar
  .vjs-play-progress,
#main-content
  .horizontal-gallery
  .large-gallery
  .video
  .vjs-control-bar
  .vjs-volume-level,
#main-content
  .vertical-gallery
  .large-gallery
  .video
  .vjs-control-bar
  .vjs-play-progress,
#main-content
  .vertical-gallery
  .large-gallery
  .video
  .vjs-control-bar
  .vjs-volume-level,
#main-content
  .slideshow-gallery
  .large-gallery
  .video
  .vjs-control-bar
  .vjs-play-progress,
#main-content
  .slideshow-gallery
  .large-gallery
  .video
  .vjs-control-bar
  .vjs-volume-level,
#main-content
  .slideshow-thumbnails-gallery
  .large-gallery
  .video
  .vjs-control-bar
  .vjs-play-progress,
#main-content
  .slideshow-thumbnails-gallery
  .large-gallery
  .video
  .vjs-control-bar
  .vjs-volume-level,
#main-content
  .grid-gallery
  .large-gallery
  .video
  .vjs-control-bar
  .vjs-play-progress,
#main-content
  .grid-gallery
  .large-gallery
  .video
  .vjs-control-bar
  .vjs-volume-level {
  background-image: none;
}
#main-content
  .horizontal-gallery
  .large-gallery
  .video
  .vjs-control-bar
  .vjs-volume-bar,
#main-content
  .vertical-gallery
  .large-gallery
  .video
  .vjs-control-bar
  .vjs-volume-bar,
#main-content
  .slideshow-gallery
  .large-gallery
  .video
  .vjs-control-bar
  .vjs-volume-bar,
#main-content
  .slideshow-thumbnails-gallery
  .large-gallery
  .video
  .vjs-control-bar
  .vjs-volume-bar,
#main-content
  .grid-gallery
  .large-gallery
  .video
  .vjs-control-bar
  .vjs-volume-bar {
  margin-top: 1.3em;
}
#main-content
  .horizontal-gallery
  .large-gallery
  .video
  .vjs-control-bar
  .vjs-fullscreen-control:before,
#main-content
  .horizontal-gallery
  .large-gallery
  .video
  .vjs-control-bar
  .vjs-mute-control:before,
#main-content
  .vertical-gallery
  .large-gallery
  .video
  .vjs-control-bar
  .vjs-fullscreen-control:before,
#main-content
  .vertical-gallery
  .large-gallery
  .video
  .vjs-control-bar
  .vjs-mute-control:before,
#main-content
  .slideshow-gallery
  .large-gallery
  .video
  .vjs-control-bar
  .vjs-fullscreen-control:before,
#main-content
  .slideshow-gallery
  .large-gallery
  .video
  .vjs-control-bar
  .vjs-mute-control:before,
#main-content
  .slideshow-thumbnails-gallery
  .large-gallery
  .video
  .vjs-control-bar
  .vjs-fullscreen-control:before,
#main-content
  .slideshow-thumbnails-gallery
  .large-gallery
  .video
  .vjs-control-bar
  .vjs-mute-control:before,
#main-content
  .grid-gallery
  .large-gallery
  .video
  .vjs-control-bar
  .vjs-fullscreen-control:before,
#main-content
  .grid-gallery
  .large-gallery
  .video
  .vjs-control-bar
  .vjs-mute-control:before {
  color: #fff;
  font-size: 1em;
  line-height: 3;
}
#main-content
  .horizontal-gallery
  .large-gallery
  .video
  .vjs-control-bar
  .vjs-volume-bar,
#main-content
  .horizontal-gallery
  .large-gallery
  .video
  .vjs-control-bar
  .vjs-volume-level,
#main-content
  .vertical-gallery
  .large-gallery
  .video
  .vjs-control-bar
  .vjs-volume-bar,
#main-content
  .vertical-gallery
  .large-gallery
  .video
  .vjs-control-bar
  .vjs-volume-level,
#main-content
  .slideshow-gallery
  .large-gallery
  .video
  .vjs-control-bar
  .vjs-volume-bar,
#main-content
  .slideshow-gallery
  .large-gallery
  .video
  .vjs-control-bar
  .vjs-volume-level,
#main-content
  .slideshow-thumbnails-gallery
  .large-gallery
  .video
  .vjs-control-bar
  .vjs-volume-bar,
#main-content
  .slideshow-thumbnails-gallery
  .large-gallery
  .video
  .vjs-control-bar
  .vjs-volume-level,
#main-content
  .grid-gallery
  .large-gallery
  .video
  .vjs-control-bar
  .vjs-volume-bar,
#main-content
  .grid-gallery
  .large-gallery
  .video
  .vjs-control-bar
  .vjs-volume-level {
  height: 2px;
}
#main-content
  .horizontal-gallery
  .large-gallery
  .video:hover
  .vjs-control-bar
  .vjs-progress-control,
#main-content
  .vertical-gallery
  .large-gallery
  .video:hover
  .vjs-control-bar
  .vjs-progress-control,
#main-content
  .slideshow-gallery
  .large-gallery
  .video:hover
  .vjs-control-bar
  .vjs-progress-control,
#main-content
  .slideshow-thumbnails-gallery
  .large-gallery
  .video:hover
  .vjs-control-bar
  .vjs-progress-control,
#main-content
  .grid-gallery
  .large-gallery
  .video:hover
  .vjs-control-bar
  .vjs-progress-control {
  height: 0.5em;
  top: -0.5em;
}
#main-content .horizontal-gallery .large-gallery .video .vjs-control:before,
#main-content
  .horizontal-gallery
  .large-gallery
  .video
  .vjs-slider-handle:before,
#main-content
  .horizontal-gallery
  .large-gallery
  .video
  .vjs-big-play-button:before,
#main-content .vertical-gallery .large-gallery .video .vjs-control:before,
#main-content .vertical-gallery .large-gallery .video .vjs-slider-handle:before,
#main-content
  .vertical-gallery
  .large-gallery
  .video
  .vjs-big-play-button:before,
#main-content .slideshow-gallery .large-gallery .video .vjs-control:before,
#main-content
  .slideshow-gallery
  .large-gallery
  .video
  .vjs-slider-handle:before,
#main-content
  .slideshow-gallery
  .large-gallery
  .video
  .vjs-big-play-button:before,
#main-content
  .slideshow-thumbnails-gallery
  .large-gallery
  .video
  .vjs-control:before,
#main-content
  .slideshow-thumbnails-gallery
  .large-gallery
  .video
  .vjs-slider-handle:before,
#main-content
  .slideshow-thumbnails-gallery
  .large-gallery
  .video
  .vjs-big-play-button:before,
#main-content .grid-gallery .large-gallery .video .vjs-control:before,
#main-content .grid-gallery .large-gallery .video .vjs-slider-handle:before,
#main-content .grid-gallery .large-gallery .video .vjs-big-play-button:before {
  text-shadow: none;
}
#main-content .horizontal-gallery .large-gallery .video .vjs-slider-handle,
#main-content .vertical-gallery .large-gallery .video .vjs-slider-handle,
#main-content .slideshow-gallery .large-gallery .video .vjs-slider-handle,
#main-content
  .slideshow-thumbnails-gallery
  .large-gallery
  .video
  .vjs-slider-handle,
#main-content .grid-gallery .large-gallery .video .vjs-slider-handle {
  display: none;
}
#main-content .vertical-gallery .large-gallery li .video.twice,
#main-content .slideshow-gallery .large-gallery li .video.twice,
#main-content .slideshow-thumbnails-gallery .large-gallery li .video.twice {
  padding-bottom: 50%;
}
#main-content .vertical-gallery .large-gallery li .video.cinematic24,
#main-content .slideshow-gallery .large-gallery li .video.cinematic24,
#main-content
  .slideshow-thumbnails-gallery
  .large-gallery
  li
  .video.cinematic24 {
  padding-bottom: 41.667%;
}
#main-content .vertical-gallery .large-gallery li .video.cinematic239,
#main-content .slideshow-gallery .large-gallery li .video.cinematic239,
#main-content
  .slideshow-thumbnails-gallery
  .large-gallery
  li
  .video.cinematic239 {
  padding-bottom: 41.84%;
}
#main-content .vertical-gallery .large-gallery li .video.cinematic235,
#main-content .slideshow-gallery .large-gallery li .video.cinematic235,
#main-content
  .slideshow-thumbnails-gallery
  .large-gallery
  li
  .video.cinematic235 {
  padding-bottom: 42.55%;
}
#main-content .vertical-gallery .large-gallery li .video.widescreen,
#main-content .slideshow-gallery .large-gallery li .video.widescreen,
#main-content
  .slideshow-thumbnails-gallery
  .large-gallery
  li
  .video.widescreen {
  padding-bottom: 56.25%;
}
#main-content .vertical-gallery .large-gallery li .video.standard,
#main-content .slideshow-gallery .large-gallery li .video.standard,
#main-content .slideshow-thumbnails-gallery .large-gallery li .video.standard {
  padding-bottom: 75%;
}
#main-content .vertical-gallery .large-gallery li .video.us-widescreen,
#main-content .slideshow-gallery .large-gallery li .video.us-widescreen,
#main-content
  .slideshow-thumbnails-gallery
  .large-gallery
  li
  .video.us-widescreen {
  padding-bottom: 54.05%;
}
#main-content .vertical-gallery .large-gallery li {
  padding-bottom: 20px;
}
#main-content .vertical-gallery .large-gallery li img {
  max-height: none;
}
#main-content .horizontal-gallery {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#main-content .horizontal-gallery .horizontal-gallery-container {
  overflow: hidden;
  margin-bottom: 20px;
}
#main-content .horizontal-gallery .horizontal-gallery-container .large-gallery {
  display: block;
  position: relative;
}
#main-content
  .horizontal-gallery
  .horizontal-gallery-container
  .large-gallery
  li {
  display: table-cell;
  vertical-align: top;
  padding-right: 20px;
  padding-bottom: 20px;
}
#main-content
  .horizontal-gallery
  .horizontal-gallery-container
  .large-gallery
  li
  img,
#main-content
  .horizontal-gallery
  .horizontal-gallery-container
  .large-gallery
  li
  iframe,
#main-content
  .horizontal-gallery
  .horizontal-gallery-container
  .large-gallery
  li
  embed {
  height: 603px;
  max-width: inherit;
}
#main-content
  .horizontal-gallery
  .horizontal-gallery-container
  .large-gallery
  li:last-child {
  padding-right: 0;
}
#main-content
  .horizontal-gallery
  .horizontal-gallery-container
  .large-gallery
  li
  .media-container
  .video {
  width: 1072px;
}
#main-content
  .horizontal-gallery
  .horizontal-gallery-container
  .large-gallery.auto-scaling
  li
  img {
  height: auto;
  max-width: auto;
}
#main-content .horizontal-gallery .horizontal-gallery-container #slider {
  position: relative;
  display: block;
  height: 10px;
  width: 100%;
  -webkit-border-radius: 3px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
  -moz-border-radius: 3px; /* FF1-3.6 */
  border-radius: 3px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}
#main-content
  .horizontal-gallery
  .horizontal-gallery-container
  #slider
  .slider-track-x {
  height: 15px;
  display: block;
  width: 100%;
}
#main-content
  .horizontal-gallery
  .horizontal-gallery-container
  #slider
  .slider-track-x
  #handle {
  cursor: move;
  height: 10px;
  text-align: center;
  vertical-align: top;
  outline: none;
  opacity: 0.3;
  -moz-opacity: 0.3;
  -webkit-border-radius: 3px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
  -moz-border-radius: 3px; /* FF1-3.6 */
  border-radius: 3px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}
#main-content
  .horizontal-gallery
  .horizontal-gallery-container
  #slider
  .slider-track-x
  #handle:hover {
  cursor: move;
  opacity: 0.75;
  -moz-opacity: 0.75;
}
#main-content .slideshow-gallery .thumbnails,
#main-content .slideshow-thumbnails-gallery .thumbnails {
  overflow: hidden;
}
#main-content .slideshow-gallery .thumbnails li,
#main-content .slideshow-thumbnails-gallery .thumbnails li {
  display: inline-block;
  margin: 0 10px 10px 0;
  max-height: 170px;
}
#main-content .slideshow-gallery .thumbnails li img,
#main-content .slideshow-thumbnails-gallery .thumbnails li img {
  max-height: 170px;
  box-shadow: white 0em 0em 0em;
}
#main-content .slideshow-gallery .thumbnails li:hover,
#main-content .slideshow-thumbnails-gallery .thumbnails li:hover {
  opacity: 0.85;
}
#main-content .slideshow-gallery .large-gallery .navigation,
#main-content .slideshow-thumbnails-gallery .large-gallery .navigation {
  float: left;
}
#main-content .slideshow-gallery .large-gallery .navigation p,
#main-content .slideshow-thumbnails-gallery .large-gallery .navigation p {
  float: left;
  margin-bottom: 0;
}
#main-content .slideshow-gallery .large-gallery .navigation p span,
#main-content .slideshow-thumbnails-gallery .large-gallery .navigation p span {
  margin: 0 2px;
}
#main-content .slideshow-gallery .large-gallery .navigation .next,
#main-content .slideshow-gallery .large-gallery .navigation .previous,
#main-content .slideshow-thumbnails-gallery .large-gallery .navigation .next,
#main-content
  .slideshow-thumbnails-gallery
  .large-gallery
  .navigation
  .previous {
  margin-right: 7px;
  float: left;
}
#main-content .slideshow-gallery .large-gallery .navigation.hide,
#main-content .slideshow-thumbnails-gallery .large-gallery .navigation.hide {
  display: none;
}
#main-content .slideshow-gallery .large-gallery ul,
#main-content .slideshow-thumbnails-gallery .large-gallery ul {
  clear: both;
  margin-top: 15px;
  float: left;
  width: 100%;
}
#main-content .slideshow-gallery .large-gallery ul li,
#main-content .slideshow-thumbnails-gallery .large-gallery ul li {
  display: none;
  width: 100%;
  float: left;
}
#main-content .slideshow-gallery .large-gallery ul li a,
#main-content .slideshow-thumbnails-gallery .large-gallery ul li a {
  float: left;
  width: 100%;
}
#main-content .slideshow-gallery .large-gallery ul li img,
#main-content .slideshow-thumbnails-gallery .large-gallery ul li img {
  width: auto;
}
#main-content .slideshow-gallery .large-gallery ul li .details,
#main-content .slideshow-thumbnails-gallery .large-gallery ul li .details {
  margin-top: 5px;
}
#main-content .slideshow-gallery .large-gallery ul li .details a,
#main-content .slideshow-thumbnails-gallery .large-gallery ul li .details a {
  float: none;
  width: auto;
  display: inline;
}
#main-content .slideshow-gallery .large-gallery ul li .details h2,
#main-content .slideshow-thumbnails-gallery .large-gallery ul li .details h2 {
  font-weight: bold;
}
#main-content .slideshow-gallery .large-gallery .back-to-slideshow {
  display: none;
}
#main-content .slideshow-gallery .large-gallery .transitioning.fade-out {
  position: absolute;
}
#main-content .slideshow-thumbnails-gallery .thumbnails {
  display: block;
}
#main-content .slideshow-thumbnails-gallery .large-gallery {
  display: none;
}
#main-content .slideshow-thumbnails-gallery.show .thumbnails,
#main-content .slideshow-thumbnails-gallery.vertical-layout.show .thumbnails {
  display: none;
}
#main-content .slideshow-thumbnails-gallery.show .large-gallery,
#main-content
  .slideshow-thumbnails-gallery.vertical-layout.show
  .large-gallery {
  display: block;
}
#main-content
  .slideshow-thumbnails-gallery.show
  .large-gallery
  .back-to-slideshow,
#main-content
  .slideshow-thumbnails-gallery.vertical-layout.show
  .large-gallery
  .back-to-slideshow {
  font-size: 0.8em;
  margin-left: 5px;
  line-height: 2;
}
#main-content .slideshow-thumbnails-gallery.vertical-layout .thumbnails {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
#main-content .slideshow-thumbnails-gallery.vertical-layout .thumbnails li {
  max-height: 100%;
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}
#main-content .slideshow-thumbnails-gallery.vertical-layout .thumbnails li a {
  width: 100%;
}
#main-content
  .slideshow-thumbnails-gallery.vertical-layout
  .thumbnails
  li
  a
  img {
  max-height: inherit;
  display: block;
  width: 100% !important;
  height: auto;
}
#main-content
  .slideshow-thumbnails-gallery.vertical-layout
  .thumbnails
  li:hover {
  opacity: 0.5;
}
#main-content .grid-gallery .large-gallery {
  max-width: 1250px;
}
#main-content .grid-gallery .large-gallery li {
  margin: 0 2% 20px 0;
  width: 32%;
  float: left;
}
#main-content .grid-gallery .large-gallery li:nth-child(3n + 1) {
  clear: left;
}
#main-content .grid-gallery .large-gallery li:nth-child(3n) {
  margin-right: 0;
}
#main-content .grid-gallery .large-gallery li .details h2 {
  font-weight: bold;
}
#main-content .grid-gallery .large-gallery li .details p,
#main-content .grid-gallery .large-gallery li .details h2 {
  margin-top: 10px;
}
#main-content .grid-gallery .large-gallery li .details .meta {
  margin-top: 10px;
}
#main-content .grid-gallery .large-gallery li .details .meta p {
  display: inline-block;
  line-height: 1;
  margin: 0;
  margin-right: 10px;
}
#main-content .grid-gallery .large-gallery li .details .meta p:before {
  line-height: 0;
}
#main-content .audio {
  max-width: 700px;
  margin-bottom: 30px;
  overflow: hidden;
}
#main-content .audio .album-art {
  float: left;
  margin-right: 3%;
  width: 35%;
}
#main-content .audio .album-art > div {
  text-align: center;
}
#main-content .audio .album-art .bandcamp-link {
  display: inline-block;
  font-size: 0.9em;
  margin-top: 0.8em;
  margin-left: 5px;
  padding: 3px 5px;
  -webkit-border-radius: 3px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
  -moz-border-radius: 3px; /* FF1-3.6 */
  border-radius: 3px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}
#main-content .audio .audio-player {
  float: left;
  width: 62%;
  border-top-width: 1px;
  border-top-style: solid;
}
#main-content .audio .audio-player li {
  border-top: none;
}
#main-content .audio .audio-player li a.download {
  font-size: 0.7em;
  padding: 3px 5px;
  margin-left: 5px;
  -webkit-border-radius: 3px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
  -moz-border-radius: 3px; /* FF1-3.6 */
  border-radius: 3px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}
#main-content .events li {
  width: 48%;
  margin-right: 4%;
  float: left;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top-width: 1px;
  border-top-style: solid;
}
#main-content .events li:nth-child(2n) {
  margin-right: 0;
}
#main-content .events li:nth-child(2n + 1) {
  clear: left;
}
#main-content .events li .date {
  font-size: 1em;
  font-weight: bold;
  display: block;
}
#main-content .events li h2 {
  font-size: 1.5em;
  font-weight: bold;
}
#main-content .events li .info {
  margin-top: 10px;
}
#main-content .events li .info p {
  margin-top: 6px;
}
#main-content .events li .address {
  margin-right: 5px;
}
#main-content .events li .timeframe {
  margin-right: 5px;
}
#main-content #store-listing .categories {
  margin: 0 0 20px;
  padding: 0;
}
#main-content #store-listing .categories li {
  list-style: none;
  display: inline-block;
  float: none;
}
#main-content #store-listing .categories li a {
  text-decoration: none;
  padding: 0px;
  margin: 0 10px 0 0;
  font-size: 1em;
}
#main-content #store-listing .categories li a:hover {
  text-decoration: none;
}
#main-content #store-listing .categories li:first-child a {
  padding: 0;
}
#main-content #store-listing .categories li.selected a {
  text-decoration: none;
}
#main-content #store-listing .titles {
  overflow: hidden;
}
#main-content #store-listing .titles h2,
#main-content #store-listing .titles .price {
  float: left;
  text-align: left;
  width: 100%;
}
#main-content #store-listing.etsy .titles h2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: normal;
}
#main-content #store-listing .pagination {
  margin-bottom: 20px;
}
#main-content #store-listing .pagination li {
  float: left;
  margin-right: 5px;
}
#main-content #store-listing .pagination li a {
  padding: 0px 5px;
  display: block;
}
#main-content #store-listing .pagination li a:hover {
  text-decoration: underline;
}
#main-content #store-listing .pagination li.current a {
  -webkit-border-radius: 3px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
  -moz-border-radius: 3px; /* FF1-3.6 */
  border-radius: 3px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}
#main-content #store-detail {
  max-width: 750px;
  margin-top: 40px;
}
#main-content #store-detail .back-to-listing {
  margin-bottom: 20px;
  display: block;
}
#main-content #store-detail .product-specifics {
  float: right;
  clear: right;
  width: 32%;
  margin-left: 3%;
}
#main-content #store-detail .product-specifics h1,
#main-content #store-detail .product-specifics .price {
  font-size: 1.833em;
}
#main-content #store-detail .product-specifics .price {
  margin-bottom: 20px;
}
#main-content #store-detail .product-specifics .price .currency {
  font-size: 0.675em;
}
#main-content #store-detail .product-specifics .add-to-cart {
  margin-bottom: 10px;
  width: 100%;
  padding: 15px;
  cursor: pointer;
  -webkit-appearance: none; /* removing mobile safari styling */
  -webkit-border-radius: 5px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
  -moz-border-radius: 5px; /* FF1-3.6 */
  border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  text-align: left;
  border: none;
}
#main-content #store-detail .product-specifics .options {
  padding: 3%;
  margin-bottom: 10px;
  width: 94%;
  overflow: hidden;
  -webkit-appearance: none; /* removing mobile safari styling */
  -webkit-border-radius: 5px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
  -moz-border-radius: 5px; /* FF1-3.6 */
  border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}
#main-content #store-detail .product-specifics .options #product-options {
  width: 100%;
  float: left;
}
#main-content #store-detail .product-specifics .options.single {
  display: none;
}
#main-content #store-detail .main-image-container {
  width: 65%;
  float: left;
}
#main-content #store-detail .main-image-container .thumbnails li {
  height: 100px;
  display: inline-block;
  margin: 15px 15px 0 0;
}
#main-content #store-detail .main-image-container .thumbnails li img {
  max-height: 100%;
}
#main-content #store-detail .product-description {
  margin-top: 30px;
  float: left;
  clear: left;
  width: 90%;
  padding-right: 10%;
}
#main-content #store-cart {
  margin-bottom: 35px;
  max-width: 750px;
}
#main-content #store-cart:last-child {
  margin-bottom: 0;
}
#main-content #store-cart.etsy .cart-actions .continue-shopping,
#main-content #store-cart.etsy .cart-actions .checkout {
  vertical-align: middle;
}
#main-content #store-cart.etsy .cart-actions .checkout {
  background: url("/_assets/_sprites/etsy-button-sprite.png") no-repeat top left;
  height: 36px;
  padding: 0;
  text-indent: -9999px;
  width: 179px;
  -webkit-border-radius: 0; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
  -moz-border-radius: 0; /* FF1-3.6 */
  border-radius: 0; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}
#main-content #store-cart.etsy .cart-actions .checkout:hover {
  background-position: 0 -36px;
}
#main-content #store-cart.etsy .cart-actions .checkout:active {
  background-position: 0 -72px;
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (-o-min-device-pixel-ratio: 3 / 2),
  only screen and (min-device-pixel-ratio: 1.5) {
  #main-content #store-cart.etsy .cart-actions .checkout {
    background: url("/_assets/_sprites/etsy-button-sprite-2x.png") no-repeat top
      left;
    background-size: 179px 108px;
  }
}
#main-content #store-cart .empty-notice {
  -webkit-border-radius: 5px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
  -moz-border-radius: 5px; /* FF1-3.6 */
  border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  padding: 20px;
  text-align: center;
  margin-bottom: 10px;
}
#main-content #store-cart .empty-notice p {
  margin-bottom: 0;
  font-size: 1.5em;
}
#main-content #store-cart ul {
  margin-bottom: 10px;
}
#main-content #store-cart ul li {
  overflow: hidden;
  padding: 5px 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
#main-content #store-cart ul li:first-child {
  border-top-width: 1px;
  border-top-style: solid;
}
#main-content #store-cart ul li .product-image {
  float: left;
  width: 15%;
}
#main-content #store-cart ul li .product-image img {
  float: left;
  max-height: 75px;
}
#main-content #store-cart ul li .product-title {
  float: left;
  width: 26%;
  margin-right: 2%;
  margin-left: 2%;
  margin-top: 25px;
}
#main-content #store-cart ul li .product-option {
  float: left;
  width: 30%;
  margin-top: 25px;
}
#main-content #store-cart ul li .price {
  float: left;
  width: 15%;
  text-align: right;
  margin-top: 25px;
  font-size: 1.2em;
}
#main-content #store-cart ul li .price span {
  font-size: 0.65em;
}
#main-content #store-cart ul li .delete {
  float: right;
  width: 10%;
  text-align: right;
  margin-top: 25px;
}
#main-content #store-cart .total {
  float: right;
  margin: 20px 0 10px 0;
  text-align: right;
  width: 100%;
}
#main-content #store-cart .total .label,
#main-content #store-cart .total #cart-total {
  display: inline-block;
}
#main-content #store-cart .total #cart-total {
  font-size: 1.2em;
  margin-left: 3%;
}
#main-content #store-cart .total #cart-total .currency {
  font-size: 0.65em;
}
#main-content #store-cart .cart-actions {
  float: right;
  clear: both;
}
#main-content #store-cart .cart-actions .continue-shopping {
  display: inline-block;
  padding: 5px 15px;
}
#main-content #store-cart .cart-actions .checkout {
  padding: 5px 15px;
  margin-left: 5px;
  display: none;
  -webkit-border-radius: 5px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
  -moz-border-radius: 5px; /* FF1-3.6 */
  border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}
#main-content #about {
  max-width: 800px;
}
#main-content #about .content-editor img.left {
  max-width: 50%;
  float: left;
  margin: 0 20px 5px 0px;
}
#main-content #about .content-editor img.right {
  max-width: 50%;
  float: right;
  margin: 0 0 5px 20px;
}
#main-content #about .content-editor img.full {
  width: 100%;
  float: none;
  margin: 0 0 15px;
}
#main-content .listing {
  max-width: 700px;
}
#main-content .listing section.content-editor {
  margin-bottom: 30px;
}
#main-content .listing .listing-list {
  margin: 0 0 40px;
  padding: 0;
}
#main-content .listing .listing-list > li {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  list-style: none;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 0 0 30px;
}
#main-content .listing .listing-list > li .image {
  display: block;
  float: left;
  line-height: 0;
  margin: 5px 5% 5px 0;
  width: 35%;
}
#main-content .listing .listing-list > li .image img {
  max-width: 100%;
}
#main-content .listing .listing-list > li .info {
  float: left;
  width: 60%;
}
#main-content .listing .listing-list > li h2.listing-title {
  display: block;
  font-size: 1.8em;
  font-weight: bold;
  margin: 5px 0;
}
#main-content .listing .listing-list > li .description {
  margin: 5px 0;
}
#main-content .listing.grid .listing-list > li {
  float: left;
  margin: 0 3.5% 20px 0;
  padding: 0 0 10px;
  width: 31%;
}
#main-content .listing.grid .listing-list > li:nth-child(3n + 1) {
  clear: left;
}
#main-content .listing.grid .listing-list > li:nth-child(3n) {
  margin-right: 0;
}
#main-content .listing.grid .listing-list > li h2.listing-title {
  float: none;
  font-size: 1.3em;
  margin: 0 0 10px;
  line-height: 1;
}
#main-content .listing.grid .listing-list > li .description {
  margin: 0 0 10px;
}
#main-content .listing.grid .listing-list > li .image {
  float: none;
  width: 100%;
  margin: 0 0 10px;
  display: block;
}
#main-content .listing.grid .listing-list > li .info {
  float: none;
  width: auto;
  margin: 20px 0 10px 0;
  display: block;
}
#main-content .listing.grid .listing-list > li .info h2.listing-title {
  margin: 0;
}
#main-content .listing.grid .listing-list > li .info .description {
  margin: 10px 0 0;
}

.no-csscolumns #main-content .vertical-layout ul.thumbnails li {
  width: auto;
  max-height: 170px;
  display: inline-block;
  margin: 0 10px 10px 0;
}
.no-csscolumns #main-content .vertical-layout ul.thumbnails li img {
  max-height: 170px;
  width: auto !important;
}

.widgets {
  margin-left: 220px;
  padding-left: 40px;
  overflow: hidden;
  padding-top: 10px;
  max-width: 700px;
}
.widgets .wrapper {
  font-size: 0.75em;
}
.widgets .wrapper .widget {
  margin-right: 4%;
  margin-bottom: 20px;
  width: 46%;
  float: left;
}
.widgets .wrapper .widget:nth-child(odd) {
  clear: left;
}
.widgets .wrapper .widget h2.widget-title {
  font-weight: bold;
  margin-bottom: 10px;
}
.widgets .wrapper .widget h2.widget-title a {
  font-weight: bold;
  margin-bottom: 10px;
}
.widgets .wrapper .widget li {
  margin-bottom: 10px;
}
.widgets .wrapper .widget a:hover {
  text-decoration: underline;
}
.widgets .wrapper .widget .date {
  display: block;
  font-size: 0.8em;
}
.widgets .wrapper .widget .date a {
  display: block;
}
.widgets .wrapper .widget p {
  margin-bottom: 0;
}
.widgets .wrapper .blank h1,
.widgets .wrapper .blank h2,
.widgets .wrapper .blank h3,
.widgets .wrapper .blank h4,
.widgets .wrapper .blank h5,
.widgets .wrapper .blank h6 {
  font-weight: bold;
}
.widgets .wrapper .blank h1 {
  font-size: 2em;
}
.widgets .wrapper .blank h2 {
  font-size: 1.8em;
}
.widgets .wrapper .blank h3 {
  font-size: 1.6em;
}
.widgets .wrapper .blank h4 {
  font-size: 1.4em;
}
.widgets .wrapper .blank h5 {
  font-size: 1.2em;
}
.widgets .wrapper .blank h6 {
  font-size: 1em;
}
.widgets .wrapper .blank h2.widget-title {
  font-size: inherit;
}
.widgets .wrapper .blank p {
  margin-bottom: 20px;
}
.widgets .wrapper .blank i,
.widgets .wrapper .blank em {
  font-style: italic;
}
.widgets .wrapper .blank b,
.widgets .wrapper .blank strong {
  font-weight: bold;
}
.widgets .wrapper .blank ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
.widgets .wrapper .blank ul li {
  margin-bottom: 0.5em;
  padding: 0;
  list-style-type: disc;
}
.widgets .wrapper .audio-player ol li {
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  border-top: none;
}
.widgets .wrapper .audio-player ol li.count_1 {
  display: block;
}
.widgets .wrapper .audio-player ol li h2,
.widgets .wrapper .audio-player ol li h3,
.widgets .wrapper .audio-player ol li .length {
  line-height: 2.5;
}
.widgets .wrapper .audio-player ol li h2,
.widgets .wrapper .audio-player ol li h3,
.widgets .wrapper .audio-player ol li .time {
  display: inline;
  float: none;
}
.widgets .wrapper .audio-player ol li .length {
  border-top-width: 1px;
  border-top-style: solid;
}
.widgets .wrapper .audio-player ol li .time {
  line-height: 3;
}
.widgets .wrapper .audio-player ol li .controls {
  margin: 10px auto 0;
  width: 95px;
  float: none;
}
.widgets .wrapper .audio-player ol li .controls .play-pause {
  margin-right: 5px;
}
.widgets .wrapper .audio-player ol li .controls .previous,
.widgets .wrapper .audio-player ol li .controls .next {
  display: block;
}
.widgets .wrapper .audio-player ol li .controls .next {
  margin-right: 15px;
}
.widgets .wrapper .audio-player ol li .info {
  width: 100%;
  text-align: center;
  margin-top: 0;
}
.widgets .wrapper .audio-player ol li .album-image {
  display: none;
}
.widgets .wrapper .social ul li {
  float: left;
  display: block;
  margin: 0 5px 5px 0;
}
.widgets .wrapper #fb-like-box {
  width: 100% !important;
}
.widgets .wrapper #fb-like-box > span {
  width: 100% !important;
}
.widgets .wrapper #fb-like-box > span > iframe {
  width: 100% !important;
}

#ui-datepicker-div {
  border: none;
  width: 300px !important;
  padding: 0;
  position: fixed !important;
  margin: -120px 0 0 -150px !important;
  top: 50% !important;
  left: 50% !important;
  z-index: 500 !important;
}
#ui-datepicker-div:before {
  content: "";
  background: #000;
  right: 0;
  opacity: 0.7;
  bottom: 0;
  height: 100%;
  width: 100%;
  line-height: 1;
  margin: -120px 0 0 151px;
  display: block;
  position: fixed;
  z-index: -1;
  pointer-events: none;
}
#ui-datepicker-div .ui-datepicker-calendar:before {
  content: "";
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
#ui-datepicker-div .ui-datepicker-header:before {
  background: none !important;
  content: "x";
  color: white !important;
  font-size: 13px;
  font-weight: bold;
  display: block;
  left: 50%;
  line-height: 1;
  margin: -150px 0 0 150px;
  padding: 6px 10px 10px 10px;
  pointer-events: none;
  position: fixed;
  top: 50%;
  z-index: 499;
}

.ui-datepicker {
  margin-left: 0 !important;
  margin-top: -1px;
}

#datepicker,
#ui-datepicker-div {
  border-radius: 0;
}
#datepicker .ui-datepicker-calendar,
#ui-datepicker-div .ui-datepicker-calendar {
  border-left-width: 1px;
  border-left-style: solid;
  margin: 0;
}
#datepicker .ui-datepicker-next,
#ui-datepicker-div .ui-datepicker-next {
  right: 10px;
  top: 6px;
}
#datepicker .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-prev {
  left: 10px;
  top: 6px;
}
#datepicker a.ui-datepicker-next,
#datepicker a.ui-datepicker-prev,
#ui-datepicker-div a.ui-datepicker-next,
#ui-datepicker-div a.ui-datepicker-prev {
  cursor: pointer;
}
#datepicker .ui-widget-header .ui-icon,
#datepicker .ui-state-hover .ui-icon,
#ui-datepicker-div .ui-widget-header .ui-icon,
#ui-datepicker-div .ui-state-hover .ui-icon {
  background: none;
  text-align: center;
}
#datepicker .ui-datepicker-next-hover,
#datepicker .ui-datepicker-prev-hover,
#ui-datepicker-div .ui-datepicker-next-hover,
#ui-datepicker-div .ui-datepicker-prev-hover {
  background: none;
  border: none;
}
#datepicker .ui-datepicker-next .ui-icon:before,
#ui-datepicker-div .ui-datepicker-next .ui-icon:before {
  content: "→";
  display: block;
  text-indent: 0;
}
#datepicker .ui-datepicker-prev .ui-icon:before,
#ui-datepicker-div .ui-datepicker-prev .ui-icon:before {
  content: "←";
  display: block;
  text-indent: 0;
}
#datepicker .ui-icon-circle-triangle-e,
#ui-datepicker-div .ui-icon-circle-triangle-e {
  background: none;
}
#datepicker .ui-corner-all,
#ui-datepicker-div .ui-corner-all {
  border-radius: 0;
}
#datepicker .ui-datepicker-header,
#ui-datepicker-div .ui-datepicker-header {
  border-style: solid;
  border-width: 1px;
  background-image: none;
  padding: 8px 0;
}
#datepicker .ui-state,
#datepicker .ui-state-hover,
#datepicker .ui-state-active,
#datepicker .ui-state-default,
#ui-datepicker-div .ui-state,
#ui-datepicker-div .ui-state-hover,
#ui-datepicker-div .ui-state-active,
#ui-datepicker-div .ui-state-default {
  background-image: none;
}
#datepicker .ui-state-disabled .ui-state-default,
#ui-datepicker-div .ui-state-disabled .ui-state-default {
  background: none;
}
#datepicker th,
#ui-datepicker-div th {
  -moz-opacity: 0.4;
  filter: Alpha(Opacity=40);
  opacity: 0.4;
}
#datepicker td,
#ui-datepicker-div td {
  padding: 0;
}
#datepicker td a:hover,
#ui-datepicker-div td a:hover {
  outline-width: 1px;
  outline-style: solid;
}
#datepicker td a.ui-state-active,
#ui-datepicker-div td a.ui-state-active {
  outline-width: 1px;
  outline-style: solid;
}
#datepicker td a.ui-state-highlight,
#ui-datepicker-div td a.ui-state-highlight {
  outline-width: 1px;
  outline-style: solid;
}
#datepicker td.ui-state-disabled,
#ui-datepicker-div td.ui-state-disabled {
  -moz-opacity: 0.3;
  filter: Alpha(Opacity=30);
  opacity: 0.3;
}
#datepicker td.ui-datepicker-other-month,
#ui-datepicker-div td.ui-datepicker-other-month {
  opacity: 0.08;
  filter: Alpha(Opacity=8);
  -moz-opacity: 0.08;
}
#datepicker table,
#ui-datepicker-div table {
  margin: 0;
  width: 100.2%;
}
#datepicker table thead tr,
#ui-datepicker-div table thead tr {
  border-right-width: 1px;
  border-right-style: solid;
}
#datepicker table thead tr th,
#ui-datepicker-div table thead tr th {
  background: none;
  background: transparent;
}
#datepicker table .ui-datepicker th,
#ui-datepicker-div table .ui-datepicker th {
  padding: 0px 0 5px;
}
#datepicker table .ui-state-highlight,
#ui-datepicker-div table .ui-state-highlight {
  background-image: none;
}
#datepicker table .ui-state-default,
#datepicker table .ui-widget-content .ui-state-default,
#datepicker table .ui-widget-header .ui-state-default,
#ui-datepicker-div table .ui-state-default,
#ui-datepicker-div table .ui-widget-content .ui-state-default,
#ui-datepicker-div table .ui-widget-header .ui-state-default {
  border: none;
  font-weight: bold;
  padding: 9px 5px;
  text-align: center;
}
#datepicker table td a,
#datepicker table td a:hover,
#ui-datepicker-div table td a,
#ui-datepicker-div table td a:hover {
  text-decoration: none;
}
#datepicker table tr,
#ui-datepicker-div table tr {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
#datepicker table tr td,
#ui-datepicker-div table tr td {
  border-right-width: 1px;
  border-right-style: solid;
}

.opentable {
  position: relative;
}
.opentable span.opentable-link {
  display: block;
  font-size: 10px;
  opacity: 0.7;
  margin-top: 8px;
}
.opentable span.opentable-link:hover {
  opacity: 1;
}
.opentable .OT_ExtLink:link,
.opentable .OT_ExtLink:visited,
.opentable .OT_ExtLink:hover,
.opentable .OT_ExtLink:active {
  margin: 0 0 10px;
  width: auto;
  text-align: left;
}
.opentable .powered {
  display: block;
  font-size: 0.8em;
  position: absolute;
  bottom: 27px;
  left: 146px;
  -moz-opacity: 0.4;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.opentable form#OT_form {
  width: 100%;
}
.opentable form#OT_form .OT_wrapper {
  width: 100%;
  border: none;
  background: transparent;
}
.opentable form#OT_form .OT_wrapper .OT_header {
  display: none;
  margin: 0;
  padding: 0;
}
.opentable form#OT_form .OT_wrapper ul.OT_list {
  width: 100%;
}
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_cal,
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_day,
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_time,
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_party,
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_submit {
  border: none;
  width: 100%;
  margin: 0 0 12px;
  padding: 0;
  position: relative;
  background-image: none;
}
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_cal input,
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_day input,
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_time input,
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_party input,
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_submit input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_cal input:focus,
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_day input:focus,
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_time input:focus,
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_party input:focus,
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_submit input:focus {
  outline: none;
}
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_cal .ui-datepicker,
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_day .ui-datepicker,
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_time .ui-datepicker,
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_party .ui-datepicker,
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_submit .ui-datepicker {
  margin: 0 auto;
}
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_cal ul,
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_day ul,
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_time ul,
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_party ul,
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_submit ul {
  left: 50%;
  right: 50%;
  margin-left: -50%;
  top: 28px;
  width: 100%;
}
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_cal ul li.OT_navListItem,
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_cal ul li.OT_navListItem,
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_day ul li.OT_navListItem,
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_day ul li.OT_navListItem,
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_time ul li.OT_navListItem,
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_time ul li.OT_navListItem,
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_party ul li.OT_navListItem,
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_party ul li.OT_navListItem,
.opentable
  form#OT_form
  .OT_wrapper
  ul.OT_list
  li.OT_submit
  ul
  li.OT_navListItem,
.opentable
  form#OT_form
  .OT_wrapper
  ul.OT_list
  li.OT_submit
  ul
  li.OT_navListItem {
  width: 100%;
  margin: 0;
  padding: 0;
}
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_cal ul li.OT_navListItem a,
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_cal ul li.OT_navListItem a,
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_day ul li.OT_navListItem a,
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_day ul li.OT_navListItem a,
.opentable
  form#OT_form
  .OT_wrapper
  ul.OT_list
  li.OT_time
  ul
  li.OT_navListItem
  a,
.opentable
  form#OT_form
  .OT_wrapper
  ul.OT_list
  li.OT_time
  ul
  li.OT_navListItem
  a,
.opentable
  form#OT_form
  .OT_wrapper
  ul.OT_list
  li.OT_party
  ul
  li.OT_navListItem
  a,
.opentable
  form#OT_form
  .OT_wrapper
  ul.OT_list
  li.OT_party
  ul
  li.OT_navListItem
  a,
.opentable
  form#OT_form
  .OT_wrapper
  ul.OT_list
  li.OT_submit
  ul
  li.OT_navListItem
  a,
.opentable
  form#OT_form
  .OT_wrapper
  ul.OT_list
  li.OT_submit
  ul
  li.OT_navListItem
  a {
  line-height: 29px;
  padding: 0 8px;
  text-align: left;
}
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_submit {
  display: block;
  height: auto;
  margin-bottom: 5px;
}
.opentable
  form#OT_form
  .OT_wrapper
  ul.OT_list
  li.OT_submit
  a.OT_Find_a_Table:link,
.opentable
  form#OT_form
  .OT_wrapper
  ul.OT_list
  li.OT_submit
  a.OT_Find_a_Table:visited,
.opentable
  form#OT_form
  .OT_wrapper
  ul.OT_list
  li.OT_submit
  a.OT_Find_a_Table:hover,
.opentable
  form#OT_form
  .OT_wrapper
  ul.OT_list
  li.OT_submit
  a.OT_Find_a_Table:active {
  background-image: none;
  font-size: 12px;
  padding: 10px 20px;
  display: block;
  height: auto;
  border-radius: 5px;
  width: auto;
  text-shadow: none;
  text-decoration: none;
}
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_submit .OTButton {
  width: auto;
  text-align: left;
}
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_cal .ui-widget {
  width: 100%;
  border: none;
  padding: 0px;
}
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_time,
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_party,
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_day {
  height: 29px;
}
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_time input,
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_party input,
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_day input {
  background: none;
  border-radius: 0;
  margin: 0 auto;
  padding: 0 0 0 8px;
  display: block;
  font-weight: bold;
  border-width: 1px;
  border-style: solid;
  width: 100%;
  height: 29px;
  position: relative;
  z-index: 2;
}
.opentable
  form#OT_form
  .OT_wrapper
  ul.OT_list
  li.OT_time
  input.OT_searchPartyField,
.opentable
  form#OT_form
  .OT_wrapper
  ul.OT_list
  li.OT_time
  input.OT_searchTimeField,
.opentable
  form#OT_form
  .OT_wrapper
  ul.OT_list
  li.OT_time
  input.OT_searchDateField,
.opentable
  form#OT_form
  .OT_wrapper
  ul.OT_list
  li.OT_party
  input.OT_searchPartyField,
.opentable
  form#OT_form
  .OT_wrapper
  ul.OT_list
  li.OT_party
  input.OT_searchTimeField,
.opentable
  form#OT_form
  .OT_wrapper
  ul.OT_list
  li.OT_party
  input.OT_searchDateField,
.opentable
  form#OT_form
  .OT_wrapper
  ul.OT_list
  li.OT_day
  input.OT_searchPartyField,
.opentable
  form#OT_form
  .OT_wrapper
  ul.OT_list
  li.OT_day
  input.OT_searchTimeField,
.opentable
  form#OT_form
  .OT_wrapper
  ul.OT_list
  li.OT_day
  input.OT_searchDateField {
  background-image: none;
}
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_time .OT_navList,
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_party .OT_navList,
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_day .OT_navList {
  border-width: 1px;
  border-style: solid;
  max-height: 92px;
}
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_time:after,
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_party:after,
.opentable form#OT_form .OT_wrapper ul.OT_list li.OT_day:after {
  content: "▼";
  position: absolute;
  right: 10px;
  bottom: 9px;
  font-size: 8px;
  display: block;
  z-index: 1;
}

#site-footer {
  margin-left: 220px;
  overflow: hidden;
  padding: 20px 0 20px 40px;
  max-width: 700px;
}
#site-footer .wrapper {
  font-size: 0.75em;
}

.group:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

* html .group {
  zoom: 1;
}

/* IE6 */
*:first-child + html .group {
  zoom: 1;
}

/* IE7 */
@-ms-viewport {
  width: device-width;
}

/* #IE 7
================================================== */
.ie8 #main-content {
  min-width: 740px;
}
.ie8 .widgets {
  width: 740px;
}

.ie7 #main-content {
  margin-left: 280px;
}
.ie7 #main-content .horizontal-gallery ul.large-gallery {
  behavior: url(/_assets/_js/display-table.min.htc);
  -dt-display: table-row-group;
}
.ie7 #main-content .horizontal-gallery ul.large-gallery li {
  -dt-display: table-cell;
}
.ie7 #main-content .horizontal-gallery img {
  max-width: none;
}
.ie7 #main-content #store-cart .cart-actions {
  float: none;
  text-align: right;
}
.ie7 #main-content #store-cart .cart-actions .continue-shopping {
  display: inline;
}
.ie7 #main-content #store-cart .cart-actions .checkout {
  display: inline;
}
.ie7 #main-content .slideshow-gallery ul.thumbnails li,
.ie7 #main-content .slideshow-thumbnails-gallery ul.thumbnails li {
  display: inline;
}
.ie7 .widgets {
  margin-left: 280px;
}
.ie7 .data-icon span {
  font-size: 18px;
  position: relative;
  margin-right: 7px;
  line-height: 1;
  bottom: -1px;
  font-weight: bold;
}
.ie7 .audio-player ol li .controls .play-pause.data-icon span {
  position: absolute;
  left: 13px;
  top: 4px;
  display: block;
  text-indent: 0px;
}
.ie7 .cart-link .label {
  float: left;
  line-height: 1;
}
.ie7 .cart-link .arrow {
  float: right;
}

.ie7 #main-content section.events li.row-reset,
.ie8 #main-content section.events li.row-reset {
  margin-right: 0;
}
.ie7 #main-content .listing.grid .listing-list > li.row-reset,
.ie8 #main-content .listing.grid .listing-list > li.row-reset {
  margin-right: 0;
}
.ie7 #main-content .listing.grid .listing-list > li.clear-reset,
.ie8 #main-content .listing.grid .listing-list > li.clear-reset {
  clear: left;
}
.ie7 #main-content .grid-gallery .large-gallery li.row-reset,
.ie8 #main-content .grid-gallery .large-gallery li.row-reset {
  margin-right: 0;
}
.ie7 #main-content .grid-gallery .large-gallery li.clear-reset,
.ie8 #main-content .grid-gallery .large-gallery li.clear-reset {
  clear: left;
}
.ie7 #ui-datepicker-div:before,
.ie8 #ui-datepicker-div:before {
  display: none;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  .content-editor a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  #menu,
  #virbHud,
  .toggle,
  .cart-link,
  .cart {
    display: none !important;
  }
}
@media only screen and (width: 1024px) and (orientation: landscape) {
  #site-header {
    position: absolute;
  }
  #site-header nav#main-nav > ul {
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 1400px) {
  #main-content .slideshow-thumbnails-gallery.vertical-layout .thumbnails {
    display: block;
    margin: 0 auto;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media only screen and (max-width: 960px) {
  #main-content .slideshow-thumbnails-gallery.vertical-layout .thumbnails {
    display: block;
    margin: 0 auto;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media only screen and (max-width: 900px) {
  #main-content .content-editor p {
    padding-right: 0;
  }
  #main-content .contact .map-content-container {
    float: none;
    width: 100%;
  }
  #main-content
    .contact
    .form-container
    #contact-form
    fieldset
    .form-fields
    li:nth-child(1),
  #main-content
    .contact
    .form-container
    #contact-form
    fieldset
    .form-fields
    li:nth-child(2) {
    width: 100%;
    padding: 0;
  }
  #main-content
    .contact
    .form-container
    #contact-form
    fieldset
    .form-fields
    li
    ul.parsley-errors-list
    li {
    padding: 4px 6px;
    width: auto;
  }
  #main-content .contact .contact-info {
    float: none;
    width: 100%;
    margin: 0;
  }
  #main-content .slideshow-gallery ul.thumbnails,
  #main-content .slideshow-thumbnails-gallery ul.thumbnails {
    text-align: center;
  }
  #main-content .grid-gallery .large-gallery li {
    margin: 0 4% 20px 0;
    width: 48%;
  }
  #main-content .grid-gallery .large-gallery li:nth-child(3n + 1) {
    clear: none;
  }
  #main-content .grid-gallery .large-gallery li:nth-child(3n) {
    margin-right: 4%;
  }
  #main-content .grid-gallery .large-gallery li:nth-child(2n + 1) {
    clear: left;
  }
  #main-content .grid-gallery .large-gallery li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 769px) {
  #site-header #main-nav > ul {
    opacity: 1 !important;
    display: block !important;
    height: auto !important;
    overflow: visible !important;
    margin-bottom: 20px !important;
  }
}
@media only screen and (max-width: 768px) {
  #site-header {
    float: none;
    height: auto;
    overflow: auto;
    padding: 20px 0 0;
    position: relative;
    text-align: left;
    width: 100%;
  }
  #site-header .logo {
    text-align: center;
    width: 100%;
    padding: 0 5%;
  }
  #site-header #main-nav {
    float: left;
    margin: 0;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 100%;
  }
  #site-header #main-nav .toggle {
    display: block;
    float: right;
    width: 100%;
    margin: 20px 0 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  #site-header #main-nav .toggle a {
    display: block;
    position: relative;
    text-align: left;
    width: 100%;
    padding: 10px 5%;
    font-size: 0.75em;
  }
  #site-header #main-nav .toggle a:before {
    float: right;
    display: inline;
    font-size: inherit;
    line-height: inherit;
    margin-right: 0;
    bottom: auto;
    vertical-align: middle;
  }
  #site-header #main-nav > ul {
    width: 100%;
    padding: 0;
    border: none;
    position: relative;
    display: none;
    float: left;
    margin-top: 0;
    margin-bottom: 0;
  }
  #site-header #main-nav > ul li,
  #site-header #main-nav > ul li.section {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    float: left;
    width: 100%;
  }
  #site-header #main-nav > ul li {
    line-height: 1.8;
    margin-bottom: 0;
  }
  #site-header #main-nav > ul li ul {
    display: none;
    margin-bottom: 0 !important;
    overflow: hidden;
    width: 100%;
  }
  #site-header #main-nav > ul li ul li {
    border-bottom: none;
    border-top-style: solid;
    border-top-width: 1px;
  }
  #site-header #main-nav > ul li ul li a {
    padding: 10px 5%;
  }
  #site-header #main-nav > ul li ul li a:hover {
    border: none;
  }
  #site-header #main-nav > ul li.section span:after {
    content: none;
    margin-left: 0;
  }
  #site-header #main-nav > ul li.section:hover ul {
    display: none;
  }
  #site-header #main-nav > ul li.section:after {
    content: "\002B";
    display: block;
    height: 0;
    position: absolute;
    top: 6px;
    right: 6.7%;
    width: 0;
    font-size: 17px;
    font-weight: 100;
    font-family: "Helvetica", sans-serif;
  }
  #site-header #main-nav > ul li.section.open span:after {
    content: none;
    margin-left: 0;
  }
  #site-header #main-nav > ul li.section.open ul {
    display: block;
  }
  #site-header #main-nav > ul li.section.open:after {
    content: "\FE63";
    right: 7.2%;
    top: 8px;
  }
  #site-header #main-nav > ul li a,
  #site-header #main-nav > ul li.section span {
    padding: 10px 5%;
    display: block;
    cursor: pointer;
  }
  #site-header #main-nav > ul li.section span:before {
    display: block;
  }
  #site-header #main-nav > ul li.current a,
  #site-header #main-nav > ul li:hover a {
    border: none;
  }
  #site-header #main-nav > ul li ul li:first-child {
    margin-top: 0;
  }
  .cart-link-large,
  .cart-link-large.show-cart {
    display: none;
  }
  .cart-link-small {
    max-width: none;
  }
  .cart-link-small .label,
  .cart-link-small .arrow {
    font-size: 1em;
  }
  .cart-link-small {
    display: none;
    background: none;
    -webkit-border-radius: 0; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
    -moz-border-radius: 0; /* FF1-3.6 */
    border-radius: 0; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding: 10px 60px 10px 5%;
  }
  .cart-link-small:hover {
    background: none;
  }
  .cart-link-small.show-cart {
    display: block;
  }
  #main-content {
    margin-left: 0;
    padding: 30px 5%;
    width: 100%;
  }
  #main-content .sharing {
    position: relative;
  }
  #main-content .sharing .share-buttons ul {
    padding: 10px 0px 0px 10px;
  }
  #main-content .sharing .share-buttons ul li {
    margin: 0 10px 10px 0;
  }
  #main-content #blog ul li article > footer {
    padding-left: 0;
    width: 100%;
  }
  #main-content #blog ul li article > footer .tags-categories {
    clear: left;
    float: left;
    text-align: left;
    margin-left: 0;
    margin-top: 10px;
  }
  #main-content #blog ul li article > footer .comments {
    display: block;
  }
  #main-content #blog ul li article > footer .sharing {
    clear: left;
    float: left;
    margin-top: 10px;
    text-align: left;
    position: relative;
    z-index: 2;
  }
  #main-content #blog ul li article > footer .sharing .share-buttons ul {
    left: 0px;
    right: auto;
  }
  #main-content #blog.tumblr ul li article > footer .sharing {
    clear: left;
    float: left;
    margin-top: 0;
    position: relative;
    z-index: 2;
  }
  #main-content .categories li a {
    font-size: 1em;
    margin: 0;
    padding: 5px;
    text-decoration: none;
  }
  #main-content .categories li a:hover {
    text-decoration: none;
  }
  #main-content .categories li:first-child a {
    padding: 5px 5px 5px 0;
  }
  .widgets {
    clear: none;
    float: none;
    margin: 0;
    padding: 30px 5%;
    width: 100%;
    max-width: none;
  }
  .widgets .wrapper .widget {
    width: 48%;
  }
  .widgets .wrapper .widget:nth-child(even) {
    margin-right: 0;
  }
  #ui-datepicker-div {
    width: 55%;
  }
  #site-footer {
    clear: none;
    float: none;
    margin: 0;
    padding: 30px 5%;
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  body {
    font-size: 120%;
  }
  #main-nav .toggle a {
    font-size: 0.8em;
  }
  #blog .sharing .share-buttons ul {
    left: auto;
  }
  #main-content .audio .album-art {
    float: none;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }
  #main-content .audio .audio-player {
    margin-left: 0;
    width: 100%;
  }
  #main-content .audio .blogs-content .audio-player ol .info {
    line-height: 1.5;
  }
  #main-content #blog ul li article > footer {
    font-size: 0.717em;
  }
  #main-content #blog a.subscribe {
    clear: both;
    display: inline-block;
    float: left;
    font-size: 11px;
    margin: 0;
  }
  #main-content .index ul.normal li {
    width: 48%;
  }
  #main-content .index ul.normal li:nth-child(3n + 4) {
    clear: none;
  }
  #main-content .index ul.normal li:nth-child(2n + 3) {
    clear: left;
  }
  #main-content .index ul.normal li:nth-child(3n) {
    margin-right: 3%;
  }
  #main-content .index ul.normal li:nth-child(2n) {
    margin-right: 0;
  }
  #main-content .slideshow-gallery .thumbnails,
  #main-content .slideshow-thumbnails-gallery .thumbnails {
    display: block;
  }
  #main-content .slideshow-gallery .large-gallery,
  #main-content .slideshow-thumbnails-gallery .large-gallery {
    display: none;
  }
  #main-content .thumbnails {
    text-align: center;
  }
  #main-content .thumbnails li {
    display: inline-block;
  }
  #main-content .horizontal-gallery .horizontal-gallery-container {
    overflow-x: hidden;
  }
  #main-content
    .horizontal-gallery
    .horizontal-gallery-container
    .large-gallery {
    left: 0 !important;
  }
  #main-content
    .horizontal-gallery
    .horizontal-gallery-container
    .large-gallery
    li {
    display: block;
    padding-right: 0;
  }
  #main-content
    .horizontal-gallery
    .horizontal-gallery-container
    .large-gallery
    li
    img {
    height: auto !important;
    max-height: none !important;
    max-width: 100%;
    width: 100% !important;
  }
  #main-content
    .horizontal-gallery
    .horizontal-gallery-container
    .large-gallery
    li
    .video {
    width: auto !important;
  }
  #main-content
    .horizontal-gallery
    .horizontal-gallery-container
    .large-gallery
    li
    iframe,
  #main-content
    .horizontal-gallery
    .horizontal-gallery-container
    .large-gallery
    li
    embed {
    height: 100% !important;
  }
  #main-content .horizontal-gallery .horizontal-gallery-container #slider {
    display: none;
  }
  #main-content .slideshow-gallery .thumbnails li,
  #main-content .slideshow-thumbnails-gallery .thumbnails li {
    float: none;
    margin-right: 0;
    max-height: none;
    max-width: 100%;
    display: block;
  }
  #main-content .slideshow-gallery .thumbnails li img,
  #main-content .slideshow-thumbnails-gallery .thumbnails li img {
    max-height: none;
    width: auto;
  }
  #main-content .slideshow-thumbnails-gallery.vertical-layout .thumbnails {
    display: block;
    margin: 0 auto;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  #main-content .slideshow-thumbnails-gallery.vertical-layout .thumbnails li {
    float: none;
    margin-right: 0;
    max-width: 100%;
    max-height: none;
  }
  #main-content
    .slideshow-thumbnails-gallery.vertical-layout
    .thumbnails
    li
    img,
  #main-content
    .slideshow-thumbnails-gallery.vertical-layout
    .thumbnails
    li
    a
    img {
    max-height: none;
    width: auto !important;
    display: inline-block;
  }
  #main-content .slideshow-thumbnails-gallery.vertical-layout .large-gallery {
    display: none;
  }
  #main-content .grid-gallery .large-gallery li {
    margin: 0 0 20px 0;
    width: 100%;
  }
  #main-content .events li {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  #main-content .events li:nth-child(2n + 1) {
    clear: none;
  }
  #main-content #store-listing .titles h2,
  #main-content #store-listing .titles .price {
    max-width: 100%;
  }
  #main-content #store-detail .back-to-listing {
    float: none;
    text-align: left;
    width: 100%;
  }
  #main-content #store-detail .main-image-container {
    width: 100%;
  }
  #main-content #store-detail .product-specifics {
    float: none;
    margin-left: 0;
    width: 100%;
  }
  #main-content #store-detail .product-specifics #product-options {
    float: left;
    width: 35%;
  }
  #main-content #store-detail .product-specifics .add-to-cart {
    float: right;
    margin-bottom: 20px;
    width: 100%;
  }
  #main-content #store-cart ul li .product-image {
    float: left;
    text-align: center;
    width: 100%;
  }
  #main-content #store-cart ul li .product-image img {
    float: none;
  }
  #main-content #store-cart ul li .product-title {
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    text-align: center;
    width: 100%;
  }
  #main-content #store-cart ul li .product-option {
    float: left;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
    width: 100%;
  }
  #main-content #store-cart ul li .price {
    float: left;
    margin-top: 0;
    text-align: center;
    width: 100%;
  }
  #main-content #store-cart ul li .delete {
    float: right;
    margin-top: 0;
    text-align: right;
    width: 20%;
  }
  #main-content #store-cart ul li .total .label {
    width: auto;
    margin-left: 10px;
  }
  #main-content #store-cart ul li .total #cart-total {
    float: none;
    text-align: right;
    width: auto;
  }
  #main-content #store-cart .cart-actions {
    float: none;
    text-align: center;
  }
  #main-content #store-cart .cart-actions .continue-shopping,
  #main-content #store-cart .cart-actions .checkout {
    padding: 15px 3%;
    text-align: center;
  }
  #main-content #store-cart .cart-actions .continue-shopping {
    margin-right: 0;
  }
  #main-content #store-cart .cart-actions .checkout {
    margin-left: 1%;
    width: 43%;
  }
  #main-content #store-cart.etsy .cart-actions .checkout {
    margin: 10px;
    padding: 0;
  }
  #main-content .listing .listing-list > li {
    margin-bottom: 20px;
    padding: 0px 0px 20px;
  }
  #main-content .listing .listing-list > li .image {
    width: 100%;
    margin: 10px 0;
    float: none;
  }
  #main-content .listing .listing-list > li .image img {
    max-width: 100%;
  }
  #main-content .listing .listing-list > li .info {
    float: none;
    width: 100%;
  }
  #main-content .listing .listing-list > li h2.listing-title {
    font-size: 1.5em;
    margin: 5px 0;
  }
  #main-content .listing .listing-list > li .description {
    margin: 5px 0 0;
  }
  #main-content .listing.grid .listing-list > li {
    float: none;
    width: 100%;
  }
  #main-content .menu .menu-list li.menu-item.has-sub-items {
    margin: 50px 0;
  }
  #main-content .menu .menu-list li.menu-item.has-sub-items h2.section-title {
    margin: 0 0 15px;
    font-size: 1.6em;
  }
  #main-content .menu .menu-list li.menu-item.has-sub-items ul.sub-items {
    padding: 0 0 0 20px;
  }
  #main-content .menu .menu-list li.menu-item h2.item-title,
  #main-content .menu .menu-list li.menu-item .price {
    font-size: 1.3em;
  }
  #main-content .menu .menu-list li.menu-item h2.item-title {
    margin: 0 5px 0 0;
  }
  #main-content .menu .menu-list li.menu-item .description {
    font-size: 0.9em;
  }
  #main-content .menu.two-column li.menu-item {
    float: none;
  }
  #main-content .menu.two-column li.menu-item.has-sub-items {
    margin: 0 0 30px;
  }
  #main-content
    .menu.two-column
    li.menu-item.has-sub-items
    ul.sub-items
    li.menu-item {
    width: 100%;
    margin-right: 0;
  }
  #main-content
    .menu.two-column
    li.menu-item.has-sub-items
    ul.sub-items
    li.menu-item:nth-last-child(2) {
    margin-bottom: 30px;
  }
  #main-content
    .contact
    .form-container
    #contact-form
    fieldset
    .captcha
    .captcha-label {
    margin-bottom: 10px;
  }
  #main-content
    .contact
    .form-container
    #contact-form
    fieldset
    .captcha
    #captcha-list {
    width: 100%;
  }
  #main-content
    .contact
    .form-container
    #contact-form
    fieldset
    .captcha
    #captcha-list
    li {
    margin: 0 1% 1% 0;
    text-align: center;
    width: 49.5%;
  }
  #main-content
    .contact
    .form-container
    #contact-form
    fieldset
    .captcha
    #captcha-list
    li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 479px) {
  input#password {
    margin-bottom: 10px;
    width: 100%;
  }
  input#submit {
    width: 100%;
  }
  #site-header {
    padding: 20px 0 0;
  }
  #site-header #main-nav {
    overflow: hidden;
    position: relative;
    text-align: left;
  }
  #site-header #main-nav .toggle a {
    padding-left: 7%;
    padding-right: 7%;
  }
  #site-header #main-nav ul li a,
  #site-header #main-nav ul li.section span {
    padding: 10px 30px 10px 7%;
  }
  #site-header #main-nav ul li ul li a {
    padding: 10px 30px 10px 7%;
  }
  #site-header #main-nav ul li.section.open:after {
    right: 11%;
  }
  #site-header #main-nav ul li.section:after {
    right: 10.3%;
  }
  #site-header .logo {
    padding: 0 7%;
  }
  .cart-link-small {
    padding: 10px 30px 10px 7%;
  }
  #main-content {
    padding: 20px 7%;
    width: 100%;
  }
  #main-content .index .normal li,
  #main-content .index .large li {
    margin-right: 0;
    width: 100%;
  }
  #main-content #blog ul li article header h1 {
    float: none;
    width: 100%;
  }
  #main-content .events li {
    margin-right: 0;
    width: 100%;
  }
  #main-content .events li:nth-last-child(2) {
    border-bottom: none;
  }
  #main-content #store-detail .product-specifics {
    text-align: center;
  }
  #main-content #store-detail .product-specifics #product-options {
    margin-top: 20px;
    width: 100%;
  }
  #main-content #store-detail .product-specifics .add-to-cart {
    margin-top: 10px;
    padding: 15px 0;
    text-align: center;
    width: 100%;
  }
  #main-content #about {
    max-width: 800px;
  }
  #main-content #about .content-editor img.left {
    max-width: 100%;
    float: none;
    margin: 0 0 15px;
  }
  #main-content #about .content-editor img.right {
    max-width: 100%;
    float: none;
    margin: 0 0 15px;
  }
  .widgets {
    padding: 20px 7%;
    width: 100%;
  }
  .widgets .wrapper .widget {
    margin-left: 0;
    margin-right: 0;
    width: 96%;
  }
  .widgets .wrapper .widget:nth-child(odd) {
    clear: none;
  }
  #ui-datepicker-div {
    width: 80%;
  }
  #site-footer {
    padding: 20px 7%;
    width: 86%;
  }
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  .content-editor a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  #menu,
  #virbHud,
  .toggle,
  .cart-link,
  .cart {
    display: none !important;
  }
}
