@charset "UTF-8";
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; }

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

.sass-container {
  clear: both; }
  .sass-container::after {
    clear: both;
    content: "";
    display: table; }

.sass-col-sm-1 {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 6.4549180328%;
  min-height: 1px; }
  .sass-col-sm-1:last-child {
    margin-right: 0; }
  .sass-col-sm-1:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-1 {
      width: 100%;
      box-sizing: border-box; } }

.sass-col-sm-offset-1 {
  margin-left: 8.5040983607%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-1 {
      margin-left: 0%; } }

.sass-col-sm-2 {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 14.9590163934%;
  min-height: 1px; }
  .sass-col-sm-2:last-child {
    margin-right: 0; }
  .sass-col-sm-2:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-2 {
      width: 100%;
      box-sizing: border-box; } }

.sass-col-sm-offset-2 {
  margin-left: 17.0081967213%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-2 {
      margin-left: 0%; } }

.sass-col-sm-3 {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 23.4631147541%;
  min-height: 1px; }
  .sass-col-sm-3:last-child {
    margin-right: 0; }
  .sass-col-sm-3:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-3 {
      width: 100%;
      box-sizing: border-box; } }

.sass-col-sm-offset-3 {
  margin-left: 25.512295082%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-3 {
      margin-left: 0%; } }

.sass-col-sm-4 {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 31.9672131148%;
  min-height: 1px; }
  .sass-col-sm-4:last-child {
    margin-right: 0; }
  .sass-col-sm-4:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-4 {
      width: 100%;
      box-sizing: border-box; } }

.sass-col-sm-offset-4 {
  margin-left: 34.0163934426%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-4 {
      margin-left: 0%; } }

.sass-col-sm-5 {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 40.4713114754%;
  min-height: 1px; }
  .sass-col-sm-5:last-child {
    margin-right: 0; }
  .sass-col-sm-5:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-5 {
      width: 100%;
      box-sizing: border-box; } }

.sass-col-sm-offset-5 {
  margin-left: 42.5204918033%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-5 {
      margin-left: 0%; } }

.sass-col-sm-6 {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 48.9754098361%;
  min-height: 1px; }
  .sass-col-sm-6:last-child {
    margin-right: 0; }
  .sass-col-sm-6:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-6 {
      width: 100%;
      box-sizing: border-box; } }

.sass-col-sm-offset-6 {
  margin-left: 51.0245901639%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-6 {
      margin-left: 0%; } }

.sass-col-sm-7 {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 57.4795081967%;
  min-height: 1px; }
  .sass-col-sm-7:last-child {
    margin-right: 0; }
  .sass-col-sm-7:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-7 {
      width: 100%;
      box-sizing: border-box; } }

.sass-col-sm-offset-7 {
  margin-left: 59.5286885246%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-7 {
      margin-left: 0%; } }

.sass-col-sm-8 {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 65.9836065574%;
  min-height: 1px; }
  .sass-col-sm-8:last-child {
    margin-right: 0; }
  .sass-col-sm-8:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-8 {
      width: 100%;
      box-sizing: border-box; } }

.sass-col-sm-offset-8 {
  margin-left: 68.0327868852%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-8 {
      margin-left: 0%; } }

.sass-col-sm-9 {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 74.487704918%;
  min-height: 1px; }
  .sass-col-sm-9:last-child {
    margin-right: 0; }
  .sass-col-sm-9:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-9 {
      width: 100%;
      box-sizing: border-box; } }

.sass-col-sm-offset-9 {
  margin-left: 76.5368852459%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-9 {
      margin-left: 0%; } }

.sass-col-sm-10 {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 82.9918032787%;
  min-height: 1px; }
  .sass-col-sm-10:last-child {
    margin-right: 0; }
  .sass-col-sm-10:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-10 {
      width: 100%;
      box-sizing: border-box; } }

.sass-col-sm-offset-10 {
  margin-left: 85.0409836066%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-10 {
      margin-left: 0%; } }

.sass-col-sm-11 {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 91.4959016393%;
  min-height: 1px; }
  .sass-col-sm-11:last-child {
    margin-right: 0; }
  .sass-col-sm-11:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-11 {
      width: 100%;
      box-sizing: border-box; } }

.sass-col-sm-offset-11 {
  margin-left: 93.5450819672%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-11 {
      margin-left: 0%; } }

.sass-col-sm-12 {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 100%;
  min-height: 1px; }
  .sass-col-sm-12:last-child {
    margin-right: 0; }
  .sass-col-sm-12:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-12 {
      width: 100%;
      box-sizing: border-box; } }

.sass-col-sm-offset-12 {
  margin-left: 102.0491803279%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-12 {
      margin-left: 0%; } }

#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-1 {
  display: inline;
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-2 {
  display: inline;
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-3 {
  display: inline;
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-4 {
  display: inline;
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-5 {
  display: inline;
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-6 {
  display: inline;
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-7 {
  display: inline;
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-8 {
  display: inline;
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-9 {
  display: inline;
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-10 {
  display: inline;
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-11 {
  display: inline;
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-12 {
  display: inline;
  min-height: 100px; }

.wrapper > .main, .wrapper > div > .main, .fullwidth .ccm-area-block-list > div > .main {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .wrapper > .main::after, .wrapper > div > .main::after, .fullwidth .ccm-area-block-list > div > .main::after {
    clear: both;
    content: "";
    display: table; }

.main .magnific-gallery ul, .main .magnific-gallery li {
  list-style-type: none;
  margin: 0;
  padding: 0; }
.main .magnific-gallery li {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 31.9672131148%;
  margin-bottom: 20px;
  text-align: center; }
  .main .magnific-gallery li:last-child {
    margin-right: 0; }
  .main .magnific-gallery li:nth-child(3n) {
    margin-right: 0; }
  .main .magnific-gallery li:nth-child(3n+1) {
    clear: left; }
  @media only screen and (max-width: 1024px) {
    .main .magnific-gallery li {
      float: left;
      display: block;
      margin-right: 2.0491803279%;
      width: 48.9754098361%; }
      .main .magnific-gallery li:nth-child(3n) {
        margin-right: 2.0491803279%; }
      .main .magnific-gallery li:nth-child(3n+1) {
        clear: none; }
      .main .magnific-gallery li:last-child {
        margin-right: 0; }
      .main .magnific-gallery li:nth-child(2n) {
        margin-right: 0; }
      .main .magnific-gallery li:nth-child(2n+1) {
        clear: left; } }
  @media only screen and (max-width: 768px) {
    .main .magnific-gallery li {
      width: 100%;
      box-sizing: border-box; } }

/* #Hidden element styles
================================================== */
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

.ccm-page a {
  color: black;
  text-decoration: none; }
.ccm-page h1, .ccm-page h2, .ccm-page h3, .ccm-page h4, .ccm-page h5, .ccm-page h6 {
  font-weight: normal;
  font-family: 'Libre Baskerville', serif; }
.ccm-page h1 {
  font-size: 36px;
  font-weight: 400;
  font-family: 'Libre Baskerville', serif;
  margin-top: 0;
  margin-bottom: 60px;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .ccm-page h1 {
      font-size: 26px;
      margin-bottom: 20px; } }
.ccm-page h2 {
  font-size: 25px;
  font-weight: 400;
  font-family: 'Libre Baskerville', serif;
  margin-top: 0;
  margin-bottom: 20px; }
  @media only screen and (max-width: 768px) {
    .ccm-page h2 {
      font-size: 21px; } }
.ccm-page h3 {
  font-size: 20px;
  font-weight: 400;
  font-family: 'Libre Baskerville', serif;
  margin-top: 0;
  margin-bottom: 20px; }
  @media only screen and (max-width: 768px) {
    .ccm-page h3 {
      font-size: 18px; } }
.ccm-page p, .ccm-page li {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Lato', sans-serif; }
.ccm-page td, .ccm-page th {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Lato', sans-serif; }
.ccm-page th {
  font-weight: 600;
  text-align: left; }
.ccm-page ul, .ccm-page ol {
  margin: 0;
  padding: 0;
  margin-left: 15px; }
.ccm-page .btn-black a {
  color: white !important;
  background-color: black;
  display: inline-block;
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 30px;
  border-radius: 2px;
  max-width: 200px;
  text-align: center;
  clear: both;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 16px;
  border: solid 2px black;
  display: block;
  margin: 0 auto;
  margin-top: 40px; }
  .ccm-page .btn-black a:hover {
    background-color: white;
    color: black !important; }
.ccm-page hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #CCCCCC;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px; }
.ccm-page img[style*="left"] {
  margin-right: 10px;
  margin-bottom: 10px; }
.ccm-page img[style*="right"] {
  margin-left: 10px;
  margin-bottom: 10px; }
.ccm-page img, .ccm-page video {
  max-width: 100%;
  height: auto !important; }
.ccm-page .googleMapCanvas img {
  max-width: none; }

.std-btn, .footer-content #mc_embed_signup .button, .store-product .store-product-button button, .store-cart-modal .store-btn-cart-modal-continue, .store-cart-modal .store-btn-cart-modal-update, .store-cart-modal .store-btn-cart-modal-clear, .store-cart-modal .store-btn-cart-modal-checkout, .ccm-page .btn {
  display: inline-block;
  background: #FFFFFF;
  color: black;
  text-align: center;
  text-decoration: none;
  padding: 4px;
  padding-left: 8px;
  padding-right: 8px;
  outline: none;
  border: solid 2px black;
  font-family: 'Lato', sans-serif; }
  .std-btn:hover, .footer-content #mc_embed_signup .button:hover, .store-product .store-product-button button:hover, .store-cart-modal .store-btn-cart-modal-continue:hover, .store-cart-modal .store-btn-cart-modal-update:hover, .store-cart-modal .store-btn-cart-modal-clear:hover, .store-cart-modal .store-btn-cart-modal-checkout:hover, .ccm-page .btn:hover {
    background-color: black;
    color: white; }

.mfp-container figure {
  margin: 0; }

.header-wrapper {
  z-index: 1000;
  min-height: 70px;
  position: fixed;
  left: 0;
  right: 0;
  background-image: url("../images/title-back.png");
  background-color: transparent;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.78), white);
  background-image: linear-gradient(rgba(255, 255, 255, 0.78), white);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); }
  @media only screen and (max-width: 768px) {
    .header-wrapper {
      background-color: transparent;
      background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.5), white);
      background-image: linear-gradient(rgba(255, 255, 255, 0.5), white); } }
  @media only screen and (max-width: 860px) {
    .header-wrapper {
      position: static; } }

.page-template-home h2 {
  font-size: 36px;
  font-weight: 400;
  font-family: 'Libre Baskerville', serif;
  margin-top: 0;
  margin-bottom: 60px;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .page-template-home h2 {
      font-size: 26px;
      margin-bottom: 20px; } }
.page-template-home .sitelogo {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 100%;
  margin-top: 130px; }
  .page-template-home .sitelogo:last-child {
    margin-right: 0; }
  .page-template-home .sitelogo a {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    background-image: url("../images/logo_jun.png");
    background-size: 428px 258px;
    width: 428px;
    height: 258px;
    display: block;
    margin-top: 0;
    outline: none;
    background-size: 428px 258px;
    background-repeat: no-repeat;
    font-size: 0;
    margin: 0 auto;
    text-align: center; }
    @media only screen and (max-width: 860px) {
      .page-template-home .sitelogo a {
        margin-top: 0;
        width: 214px;
        height: 129px;
        outline: none;
        background-size: 214px 129px;
        background-repeat: no-repeat; } }
  @media only screen and (max-width: 860px) {
    .page-template-home .sitelogo {
      width: 100%;
      box-sizing: border-box;
      margin-top: 0;
      text-align: left;
      position: absolute;
      top: 0;
      left: 0;
      width: 116px; }
      .page-template-home .sitelogo a {
        width: 116px;
        background-size: 100% auto; } }
.page-template-home .banner-wrapper {
  min-height: 955px;
  background-image: url("../images/bannerback.jpg");
  background-size: cover;
  background-position: center top; }
  @media only screen and (max-width: 860px) {
    .page-template-home .banner-wrapper {
      min-height: 0; } }
.page-template-home .banner-content {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px; }
  .page-template-home .banner-content:last-child {
    margin-right: 0; }
  .page-template-home .banner-content h2, .page-template-home .banner-content h1 {
    font-size: 30px;
    font-style: italic;
    font-weight: normal;
    color: white;
    text-align: center;
    text-shadow: 1px 1px 1px black; }

.banner-wrapper {
  background-image: url("../images/bannerback.jpg");
  background-size: cover;
  background-position: center top; }
  @media only screen and (max-width: 860px) {
    .banner-wrapper {
      min-height: 0; } }

.top-wrapper {
  min-height: 250px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: rgba(255, 255, 255, 0.8); }
  @media only screen and (max-width: 768px) {
    .top-wrapper {
      padding-top: 20px;
      padding-bottom: 20px; } }

.top-content {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 100%; }
  .top-content:last-child {
    margin-right: 0; }

.highlight-wrapper {
  min-height: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #F3F3F3; }
  .highlight-wrapper h2 {
    font-style: italic;
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    font-family: 'Libre Baskerville', serif;
    margin-top: 0;
    margin-bottom: 20px; }
    @media only screen and (max-width: 768px) {
      .highlight-wrapper h2 {
        font-size: 21px; } }
  .highlight-wrapper h3 {
    margin-bottom: 0; }
  @media only screen and (max-width: 768px) {
    .highlight-wrapper {
      padding-top: 20px;
      padding-bottom: 20px; } }

.highlight-content {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 100%; }
  .highlight-content:last-child {
    margin-right: 0; }

.main-wrapper {
  min-height: 200px;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media only screen and (max-width: 768px) {
    .main-wrapper {
      padding-top: 20px; } }

@media only screen and (max-width: 768px) {
  .page-template-home .main-wrapper {
    padding-top: 30px; } }

.main-content {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 100%; }
  .main-content:last-child {
    margin-right: 0; }

.lower-wrapper {
  background-image: url("../images/newsback.jpg");
  background-size: cover;
  background-position: center top; }

.lower-container {
  min-height: 200px;
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: rgba(255, 255, 255, 0.8); }

.lower-content {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 100%; }
  .lower-content:last-child {
    margin-right: 0; }

.ccm-block-type-form label {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Lato', sans-serif; }
.ccm-block-type-form .form-group input, .ccm-block-type-form .form-group textarea {
  display: block !important;
  border: solid 1px #666 !important;
  width: 100% !important;
  box-sizing: border-box; }

.footer-wrapper {
  min-height: 200px;
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: solid 2px #F3F3F3; }

.header-container, .main-container, .footer-container, .banner-container, .lower-container, .cart-container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .header-container::after, .main-container::after, .footer-container::after, .banner-container::after, .lower-container::after, .cart-container::after {
    clear: both;
    content: "";
    display: table; }

.cart-wrapper {
  background-color: white;
  border-top: solid 1px #F3F3F3;
  border-bottom: solid 1px #F3F3F3;
  z-index: 1000 !important; }
  @media only screen and (max-width: 860px) {
    .cart-wrapper {
      position: static !important; } }

.cart {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 100%; }
  .cart:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 860px) {
    .cart {
      width: 100%;
      box-sizing: border-box; } }

.sitelogo {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 60px; }
  .sitelogo:last-child {
    margin-right: 0; }
  .sitelogo a {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    background-image: url("../images/logo_jun.png");
    background-size: 214px 129px;
    width: 214px;
    height: 129px;
    display: block;
    margin-top: 0;
    outline: none;
    background-size: 214px 129px;
    background-repeat: no-repeat;
    font-size: 0;
    margin: 0 auto;
    text-align: center; }
    @media only screen and (max-width: 860px) {
      .sitelogo a {
        margin-top: 0;
        height: 70px; } }
  @media only screen and (max-width: 860px) {
    .sitelogo {
      width: 100%;
      box-sizing: border-box;
      margin-top: 0;
      text-align: left;
      position: absolute;
      top: 0;
      left: 0;
      width: 116px; }
      .sitelogo a {
        width: 116px;
        background-size: 100% auto; } }

.title-wrapper {
  padding-top: 20px;
  background-image: url("../images/title-back.png");
  background-color: transparent;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.78), white);
  background-image: linear-gradient(rgba(255, 255, 255, 0.78), white); }
  @media only screen and (max-width: 768px) {
    .title-wrapper {
      background-color: transparent;
      background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.5), white);
      background-image: linear-gradient(rgba(255, 255, 255, 0.5), white);
      padding-top: 1px; } }
  .title-wrapper h1 {
    margin-top: 30px;
    margin-bottom: 30px; }

.grey-wrapper {
  min-height: 250px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #F3F3F3; }

.summary-wrapper-news {
  margin-bottom: 20px; }
  .summary-wrapper-news::after {
    clear: both;
    content: "";
    display: table; }

.news-entry {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 31.9672131148%;
  margin-bottom: 20px;
  text-align: center; }
  .news-entry:last-child {
    margin-right: 0; }
  .news-entry:nth-child(3n) {
    margin-right: 0; }
  .news-entry:nth-child(3n+1) {
    clear: left; }
  .news-entry::after {
    clear: both;
    content: "";
    display: table; }
  .news-entry .news-time {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Lato', sans-serif; }
  .news-entry .read-more {
    font-size: 13px;
    font-weight: 700;
    color: black; }
  .news-entry p {
    font-size: 13px; }
  @media only screen and (max-width: 768px) {
    .news-entry {
      width: 100%;
      box-sizing: border-box;
      padding-right: 20px; } }
  .news-entry img {
    margin-bottom: 20px; }

time {
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Lato', sans-serif; }

.news-image-top {
  float: right;
  margin-left: 10px;
  margin-bottom: 20px; }
  @media only screen and (max-width: 768px) {
    .news-image-top {
      float: none;
      margin-left: 0; } }

.grey-content {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 100%; }
  .grey-content:last-child {
    margin-right: 0; }

.navigation {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 100%; }
  .navigation:last-child {
    margin-right: 0; }

.sidebar-main {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 65.9836065574%; }
  .sidebar-main:last-child {
    margin-right: 0; }

.sidebar {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 31.9672131148%; }
  .sidebar:last-child {
    margin-right: 0; }

.footer-content {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 100%;
  text-align: center; }
  .footer-content:last-child {
    margin-right: 0; }
  .footer-content .ccm-block-social-links {
    text-align: center; }
    .footer-content .ccm-block-social-links ul {
      display: inline !important; }
    .footer-content .ccm-block-social-links .fa {
      font-size: 20px; }
  .footer-content #mc_embed_signup input, .footer-content #mc_embed_signup label {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Lato', sans-serif; }
  .footer-content #mc_embed_signup input {
    border: 1px solid #666;
    border-radius: 0;
    padding: 5px; }

.sitenavigation {
  margin-top: 25px;
  text-align: center; }
  .sitenavigation .sub-trigger {
    display: none !important; }
  .sitenavigation ul {
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block; }
  .sitenavigation li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: left;
    margin-left: 25px;
    margin-right: 25px;
    font-size: 14px;
    line-height: 20px; }
    @media only screen and (max-width: 1024px) {
      .sitenavigation li {
        margin-left: 15px;
        margin-right: 15px; } }
    .sitenavigation li.nav-dropdown:hover > a {
      background-color: #FFFFFF !important;
      color: #000000; }
    .sitenavigation li > a {
      box-sizing: border-box;
      color: #717070;
      font-family: "Libre Baskerville", serif;
      text-decoration: none;
      display: block;
      padding: 0;
      -webkit-tap-highlight-color: transparent;
      font-weight: 700; }
      .sitenavigation li > a.nav-selected {
        color: #000000; }
      .sitenavigation li > a:hover {
        color: #000000; }
    .sitenavigation li.clicked > ul {
      display: block; }
    .sitenavigation li ul {
      display: none;
      position: absolute;
      z-index: 1000;
      background-color: #F2F2F2;
      min-width: 200px;
      max-width: 700px;
      margin: 0; }
      .sitenavigation li ul a:hover {
        background-color: #F2F2F2;
        color: #000; }
      .sitenavigation li ul a.nav-last {
        border-bottom: none; }
      .sitenavigation li ul a.nav-path-selected, .sitenavigation li ul a.linkclicked {
        background-color: #F2F2F2;
        color: #000; }
      .sitenavigation li ul a.nav-selected {
        background-color: #F2F2F2;
        color: #000; }
      .sitenavigation li ul li {
        float: none;
        margin: 0;
        display: block;
        padding-top: 0;
        padding-bottom: 0; }
      .sitenavigation li ul ul {
        margin-top: 0; }
        .sitenavigation li ul ul a {
          background-color: #1a1a1a; }
  .sitenavigation .nav-dropdown:hover > a, .sitenavigation .nav-dropdown.clicked > a {
    background-color: #333333; }

.no-js .sitenavigation li:hover > ul {
  display: block !important; }

.menu-icon {
  display: none; }

@media only screen and (max-width: 860px) {
  .menu-icon {
    width: 30px;
    min-height: 22px;
    padding-top: 0;
    display: block;
    -webkit-tap-highlight-color: transparent;
    background-color: white;
    padding: 5px;
    padding-top: 2px;
    padding-bottom: 7px;
    position: absolute;
    top: 16px;
    right: 20px;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    transition-timing-function: ease; }
    .menu-icon span {
      display: block;
      height: 4px;
      background-color: #000;
      margin-top: 5px; }

  .sitenavigation.is-tapped .menu-icon {
    -webkit-tap-highlight-color: transparent; }
    .sitenavigation.is-tapped .menu-icon span {
      background-color: #b3b3b3; }

  .sitenavigation ul {
    display: none;
    max-width: none !important;
    margin-top: 0; }

  .sitenavigation li {
    float: none;
    display: block;
    margin: 0;
    padding: 0;
    margin-top: 0;
    border-right: none; }

  .sitenavigation > ul {
    display: block;
    position: absolute;
    margin: 0;
    background-color: white;
    right: 0;
    left: 0;
    top: 75px;
    z-index: 100;
    padding: 0;
    height: 100vh;
    overflow-y: auto; }
    .sitenavigation > ul a {
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      background-color: white;
      display: block;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 20px;
      padding-right: 20px;
      height: auto;
      color: black;
      float: none;
      font-size: 14px;
      line-height: 20px;
      font-family: "Libre Baskerville", serif;
      min-height: 40px;
      text-align: left;
      border: none !important;
      -webkit-font-smoothing: antialiased;
      -webkit-tap-highlight-color: transparent; }
      .sitenavigation > ul a:hover {
        background-color: #cccccc; }
    .sitenavigation > ul li {
      clear: both;
      width: 100%;
      background-color: white;
      border-bottom: solid 1px #CCCCCC;
      -webkit-tap-highlight-color: transparent; }
      .sitenavigation > ul li li {
        background-color: #cccccc; }
        .sitenavigation > ul li li li {
          background-color: #b3b3b3; }
    .sitenavigation > ul ul {
      display: none;
      width: 100%;
      z-index: 200;
      border: none;
      margin-left: 0;
      padding: 0;
      position: relative !important;
      margin-top: 0;
      left: 0%;
      width: 100%;
      text-align: left; }
      .sitenavigation > ul ul ul {
        clear: both;
        left: 0;
        margin-top: 0; }
      .sitenavigation > ul ul li {
        border-bottom: solid 1px white;
        padding-top: 0;
        padding-bottom: 0; }
        .sitenavigation > ul ul li li a {
          background-color: gray;
          padding-left: 30px; }
        .sitenavigation > ul ul li li li a {
          background-color: #999999;
          padding-left: 40px; }
      .sitenavigation > ul ul a {
        background-color: #737373;
        font-size: 70%;
        padding-left: 20px; }
        .sitenavigation > ul ul a:before {
          content: '↳';
          display: inline-block;
          margin-right: 4px;
          color: #AAA;
          font-family: Arial; }
    .sitenavigation > ul li.nav-dropdown {
      cursor: pointer; }
      .sitenavigation > ul li.nav-dropdown > a {
        width: 80%; }
    .sitenavigation > ul .sub-trigger {
      width: 20% !important;
      display: block !important;
      background-color: transparent !important;
      float: right;
      position: absolute;
      opacity: 0.001;
      right: 0;
      z-index: 10000; }
      .sitenavigation > ul .sub-trigger:hover {
        background-color: transparent !important; }
    .sitenavigation > ul li.nav-dropdown:after {
      content: '▼';
      position: absolute;
      color: #666666;
      padding: 0;
      display: block;
      width: 20%;
      right: 0;
      margin-top: -28px;
      text-align: center;
      font-size: 12px;
      padding-top: 0;
      padding-bottom: 0;
      box-sizing: border-box; }
    .sitenavigation > ul li.expanded:after {
      display: none; }
    .sitenavigation > ul li.expanded:before {
      content: '▲' !important;
      position: absolute;
      color: #666666;
      padding: 0;
      display: block;
      width: 20%;
      right: 0;
      margin-top: 12px;
      text-align: center;
      font-size: 12px;
      padding-top: 0;
      padding-bottom: 0;
      box-sizing: border-box; }

  #nav .nav {
    display: none; }

  .menu-shroud {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    transition-timing-function: ease;
    opacity: 0; }

  .csstransforms3d #nav .nav {
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    transition-timing-function: ease;
    width: 280px;
    transform: translate3d(-280px, 0, 0);
    -webkit-transform: translate3d(-280px, 0, 0);
    top: 0 !important;
    display: block; }
  .csstransforms3d .sitenavigation.is-tapped .nav {
    display: block !important; }
  .csstransforms3d.off-canvas-triggered .page {
    height: 100vh;
    overflow: hidden; }
  .csstransforms3d.off-canvas-triggered .menu-shroud {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    opacity: 1;
    height: 100%;
    height: 100vh;
    z-index: 10; }
    .csstransforms3d.off-canvas-triggered .menu-shroud:before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0.5 !important;
      content: '';
      z-index: 1;
      height: 100%;
      height: 100vh;
      background-color: #AAA;
      display: block; }
  .csstransforms3d.off-canvas-triggered #nav .nav {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    top: 0 !important; } }
.store-product-list {
  text-align: center; }
  .store-product-list .store-product-list-item {
    padding-left: 0;
    padding-right: 0;
    float: none;
    box-sizing: border-box;
    margin-bottom: 40px; }
  .store-product-list .store-product-list-name {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 20px; }
  .store-product-list .store-product-list-thumbnail {
    margin-top: 0; }
    .store-product-list .store-product-list-thumbnail img {
      display: block;
      margin: 0 auto; }

.store-btn-more-details {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700; }

.store-btn-add-to-cart {
  background-color: black;
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Lato', sans-serif;
  border: solid 2px black; }
  .store-btn-add-to-cart:hover {
    background-color: white;
    color: black; }

.store-product-list-per-row-2 .store-product-list-item {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 48.9754098361%; }
  .store-product-list-per-row-2 .store-product-list-item:last-child {
    margin-right: 0; }
  .store-product-list-per-row-2 .store-product-list-item:nth-child(2n) {
    margin-right: 0; }
  .store-product-list-per-row-2 .store-product-list-item:nth-child(2n+1) {
    clear: left; }
  @media only screen and (max-width: 768px) {
    .store-product-list-per-row-2 .store-product-list-item {
      width: 100%;
      box-sizing: border-box; } }

.store-product-list-per-row-3 .store-product-list-item {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 31.9672131148%; }
  .store-product-list-per-row-3 .store-product-list-item:last-child {
    margin-right: 0; }
  .store-product-list-per-row-3 .store-product-list-item:nth-child(3n) {
    margin-right: 0; }
  .store-product-list-per-row-3 .store-product-list-item:nth-child(3n+1) {
    clear: left; }
  @media only screen and (max-width: 768px) {
    .store-product-list-per-row-3 .store-product-list-item {
      width: 100%;
      box-sizing: border-box; } }

.store-product-list-per-row-4 .store-product-list-item {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 23.4631147541%; }
  .store-product-list-per-row-4 .store-product-list-item:last-child {
    margin-right: 0; }
  .store-product-list-per-row-4 .store-product-list-item:nth-child(4n) {
    margin-right: 0; }
  .store-product-list-per-row-4 .store-product-list-item:nth-child(4n+1) {
    clear: left; }
  @media only screen and (max-width: 768px) {
    .store-product-list-per-row-4 .store-product-list-item {
      width: 100%;
      box-sizing: border-box; } }

.store-product-list-per-row-5 .store-product-list-item {
  float: left;
  display: block;
  margin-right: 0.9732360097%;
  width: 19.2214111922%; }
  .store-product-list-per-row-5 .store-product-list-item:last-child {
    margin-right: 0; }
  .store-product-list-per-row-5 .store-product-list-item:nth-child(5n) {
    margin-right: 0; }
  .store-product-list-per-row-5 .store-product-list-item:nth-child(5n+1) {
    clear: left; }
  @media only screen and (max-width: 768px) {
    .store-product-list-per-row-5 .store-product-list-item {
      float: left;
      display: block;
      margin-right: 2.0491803279%;
      width: 31.9672131148%; }
      .store-product-list-per-row-5 .store-product-list-item:last-child {
        margin-right: 0; }
      .store-product-list-per-row-5 .store-product-list-item:nth-child(3n) {
        margin-right: 0; }
      .store-product-list-per-row-5 .store-product-list-item:nth-child(3n+1) {
        clear: left; } }
  @media only screen and (max-width: 500px) {
    .store-product-list-per-row-5 .store-product-list-item {
      width: 100%;
      box-sizing: border-box; } }

.product-count-2.store-product-list-per-row-3 .store-product-list-item {
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 31.9672131148%; }
  .product-count-2.store-product-list-per-row-3 .store-product-list-item:last-child {
    margin-right: 0; }
  .product-count-2.store-product-list-per-row-3 .store-product-list-item:first-child {
    margin-left: 17.0081967213%; }
    @media only screen and (max-width: 768px) {
      .product-count-2.store-product-list-per-row-3 .store-product-list-item:first-child {
        margin-left: 0%;
        margin-left: 0 !important; } }
  @media only screen and (max-width: 768px) {
    .product-count-2.store-product-list-per-row-3 .store-product-list-item {
      width: 100%;
      box-sizing: border-box;
      margin-left: 0%; } }

.product-count-2.store-product-list-per-row-5 .store-product-list-item {
  float: left;
  display: block;
  margin-right: 0.9732360097%;
  width: 19.2214111922%; }
  .product-count-2.store-product-list-per-row-5 .store-product-list-item:last-child {
    margin-right: 0; }
  .product-count-2.store-product-list-per-row-5 .store-product-list-item:first-child {
    margin-left: 30.2919708029%; }
    @media only screen and (max-width: 768px) {
      .product-count-2.store-product-list-per-row-5 .store-product-list-item:first-child {
        margin-left: 0%;
        margin-left: 0 !important; } }
  @media only screen and (max-width: 768px) {
    .product-count-2.store-product-list-per-row-5 .store-product-list-item {
      float: left;
      display: block;
      margin-right: 2.0491803279%;
      width: 31.9672131148%; }
      .product-count-2.store-product-list-per-row-5 .store-product-list-item:last-child {
        margin-right: 0; }
      .product-count-2.store-product-list-per-row-5 .store-product-list-item:nth-child(3n) {
        margin-right: 0; }
      .product-count-2.store-product-list-per-row-5 .store-product-list-item:nth-child(3n+1) {
        clear: left; } }
  @media only screen and (max-width: 500px) {
    .product-count-2.store-product-list-per-row-5 .store-product-list-item {
      width: 100%;
      box-sizing: border-box; } }

.store-product .store-product-details {
  padding-left: 0;
  padding-right: 0;
  float: none;
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 48.9754098361%; }
  .store-product .store-product-details .store-product-name {
    display: none; }
  .store-product .store-product-details:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .store-product .store-product-details {
      width: 100%;
      box-sizing: border-box; } }
.store-product .store-out-of-stock-label {
  color: red; }
.store-product .store-product-image {
  padding-left: 0;
  padding-right: 0;
  float: none;
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 48.9754098361%; }
  .store-product .store-product-image img {
    display: block;
    margin: 0 auto; }
  .store-product .store-product-image:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .store-product .store-product-image {
      width: 100%;
      box-sizing: border-box; } }
.store-product .store-product-price {
  font-weight: bold; }

.store-product-option-group label {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Lato', sans-serif;
  font-weight: 700; }
.store-product-option-group select {
  border: solid 1px black;
  background-color: white;
  border-radius: 0px !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Lato', sans-serif;
  font-weight: 400; }

.store-cart-page {
  max-width: 600px;
  margin: 0 auto; }
  .store-cart-page .store-cart-table {
    width: 100%; }
    @media only screen and (max-width: 768px) {
      .store-cart-page .store-cart-table tbody td:before {
        float: left;
        width: 20%;
        min-width: 4em;
        font-weight: normal; } }
    .store-cart-page .store-cart-table .col-sm-2 {
      float: left;
      margin-right: 20px; }
    .store-cart-page .store-cart-table tbody td {
      vertical-align: top;
      padding-right: 4px;
      text-align: center; }
      .store-cart-page .store-cart-table tbody td:first-child, .store-cart-page .store-cart-table tbody td:nth-child(2) {
        text-align: left; }
      @media only screen and (max-width: 768px) {
        .store-cart-page .store-cart-table tbody td {
          text-align: left;
          clear: both; } }
      .store-cart-page .store-cart-table tbody td input {
        max-width: 30px; }
      .store-cart-page .store-cart-table tbody td:last-child {
        text-align: right; }
        @media only screen and (max-width: 768px) {
          .store-cart-page .store-cart-table tbody td:last-child {
            text-align: left;
            border-bottom: solid 1px #F3F3F3;
            padding-bottom: 10px; } }
    .store-cart-page .store-cart-table thead th {
      text-align: center; }
      .store-cart-page .store-cart-table thead th:first-child {
        text-align: left; }
      .store-cart-page .store-cart-table thead th:last-child {
        text-align: right; }
    .store-cart-page .store-cart-table th {
      border-bottom: solid 1px #F3F3F3;
      padding-bottom: 4px; }
    .store-cart-page .store-cart-table h4 {
      margin-top: 0;
      padding-top: 0;
      font-size: 14px;
      font-weight: 400;
      font-family: 'Lato', sans-serif; }
    .store-cart-page .store-cart-table .store-btn-cart-list-remove {
      background-color: white;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: none;
      color: black; }
      .store-cart-page .store-cart-table .store-btn-cart-list-remove:hover {
        color: red; }
    .store-cart-page .store-cart-table .store-btn-cart-list-clear {
      margin-top: 10px;
      margin-bottom: 20px;
      margin-left: 0;
      font-weight: normal; }
    .store-cart-page .store-cart-table .store-btn-cart-list-update {
      float: right;
      font-weight: normal;
      margin-top: 10px; }
  .store-cart-page .store-cart-page-cart-total, .store-cart-page .store-cart-page-shipping {
    text-align: right; }
  .store-cart-page .store-cart-page-discount-field {
    font-family: 'Lato', sans-serif;
    margin-bottom: 10px;
    border: solid 1px #666;
    padding: 4px; }

.store-checkout-cart-view table {
  margin-bottom: 20px; }
.store-checkout-cart-view .store-cart-table {
  width: 100%;
  border-collapse: collapse; }
  .store-checkout-cart-view .store-cart-table td {
    font-size: 14px;
    padding: 4px; }
.store-checkout-cart-view td.cart-list-thumb {
  min-width: 40px;
  padding-left: 0;
  padding-right: 0; }
.store-checkout-cart-view th {
  border-bottom: solid 1px #F3F3F3;
  padding-bottom: 4px;
  font-weight: normal;
  padding-left: 4px;
  padding-right: 4px; }
.store-checkout-cart-view .cart-list-thumb img {
  min-width: 20px; }

.store-cart-modal {
  font-family: 'Lato', sans-serif;
  border: solid 2px black; }
  @media only screen and (max-width: 768px) {
    .store-cart-modal {
      top: 0 !important;
      max-height: 100% !important; } }
  .store-cart-modal a {
    color: black;
    text-decoration: none; }
  .store-cart-modal #cart {
    width: 100%; }
    .store-cart-modal #cart td {
      padding: 0;
      float: none;
      vertical-align: top;
      padding-right: 4px;
      font-size: 14px;
      text-align: center;
      padding-top: 4px; }
      .store-cart-modal #cart td:first-child, .store-cart-modal #cart td:nth-child(2) {
        text-align: left; }
    .store-cart-modal #cart th {
      border-bottom: solid 1px #F3F3F3;
      padding-bottom: 4px;
      font-weight: normal;
      font-size: 14px; }
      .store-cart-modal #cart th:first-child {
        text-align: left; }
  .store-cart-modal .alert {
    text-align: center;
    border: solid 1px #cb4000;
    padding-top: 4px;
    padding-bottom: 4px; }
  .store-cart-modal .alert-success {
    text-align: center;
    border: solid 1px #cb4000;
    padding-top: 4px;
    padding-bottom: 4px; }
  .store-cart-modal .alert-warning {
    font-family: 'Lato', sans-serif; }
  .store-cart-modal .store-cart-list-product-qty {
    text-align: center;
    font-family: 'Lato', sans-serif; }
    .store-cart-modal .store-cart-list-product-qty input {
      max-width: 40px;
      text-align: center; }
  .store-cart-modal .store-btn-cart-list-remove {
    border: none; }
  .store-cart-modal .store-cart-page-cart-total {
    font-family: 'Lato', sans-serif;
    text-align: right; }
  .store-cart-modal .store-cart-page-cart-links {
    font-family: 'Lato', sans-serif; }
    .store-cart-modal .store-cart-page-cart-links .store-cart-list-product-name {
      font-family: 'Libre Baskerville', serif; }
      .store-cart-modal .store-cart-page-cart-links .store-cart-list-product-name a {
        color: black !important;
        text-decoration: none; }
  .store-cart-modal .store-btn-cart-modal-clear {
    margin-bottom: 20px; }
  .store-cart-modal .store-btn-cart-modal-checkout {
    float: right; }

.store-utility-links {
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .store-utility-links {
      float: none;
      text-align: center; } }
  .store-utility-links .store-utility-links-totals {
    display: inline-block;
    padding-right: 5px; }
  .store-utility-links .store-utility-links-cart-link {
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px; }
    .store-utility-links .store-utility-links-cart-link a {
      background-color: white;
      color: #333333;
      display: inline-block;
      border: 2px solid #333333;
      padding: 4px; }
      .store-utility-links .store-utility-links-cart-link a:hover {
        background-color: #333333;
        color: white; }
  .store-utility-links .store-utility-links-checkout-link {
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px; }
    .store-utility-links .store-utility-links-checkout-link a {
      background-color: #cb4000;
      border: 2px solid #cb4000;
      color: white;
      display: inline-block;
      padding: 4px; }
      .store-utility-links .store-utility-links-checkout-link a:hover {
        background-color: #333333;
        border: 2px solid #333333; }

.store-cart-empty {
  display: none; }

.ccm-page .store-checkout-form-shell {
  padding-left: 0;
  padding-right: 0;
  float: none;
  margin-bottom: 40px;
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 57.4795081967%; }
  .ccm-page .store-checkout-form-shell:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .ccm-page .store-checkout-form-shell {
      width: 100%;
      box-sizing: border-box; } }
.ccm-page .store-checkout-cart-view {
  padding-left: 0;
  padding-right: 0;
  float: none;
  float: left;
  display: block;
  margin-right: 2.0491803279%;
  width: 31.9672131148%;
  margin-left: 8.5040983607%; }
  .ccm-page .store-checkout-cart-view:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .ccm-page .store-checkout-cart-view {
      width: 100%;
      box-sizing: border-box;
      margin-left: 0%; } }
  .ccm-page .store-checkout-cart-view .store-checkout-totals-line-items {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .ccm-page .store-checkout-cart-view .store-checkout-totals-line-items li {
      margin: 0;
      padding: 0;
      margin-bottom: 10px; }
  .ccm-page .store-checkout-cart-view #store-enter-discount-trigger {
    color: red;
    font-weight: bold; }
.ccm-page .store-checkout-form-group-body .col-md-6 {
  padding-left: 0;
  padding-right: 0;
  float: none;
  margin-bottom: 10px;
  float: left;
  display: block;
  margin-right: 6.4102564103%;
  width: 46.7948717949%; }
  .ccm-page .store-checkout-form-group-body .col-md-6:last-child {
    margin-right: 0; }
  .ccm-page .store-checkout-form-group-body .col-md-6:nth-child(2n) {
    margin-right: 0; }
  .ccm-page .store-checkout-form-group-body .col-md-6:nth-child(2n+1) {
    clear: left; }
  @media only screen and (max-width: 768px) {
    .ccm-page .store-checkout-form-group-body .col-md-6 {
      width: 100%;
      box-sizing: border-box;
      margin-left: 0%;
      border-top: solid 1px #f8f8f8;
      padding-top: 10px;
      margin-bottom: 0; } }
.ccm-page .store-checkout-form-group-body .checkbox label {
  margin-bottom: 20px; }
.ccm-page .store-checkout-form-group-body .row::after {
  clear: both;
  content: "";
  display: table; }
.ccm-page .store-checkout-form-group-body .row:nth-child(4), .ccm-page .store-checkout-form-group-body .row:nth-child(3) {
  padding-top: 20px;
  border-top: solid 1px #F3F3F3; }
  @media only screen and (max-width: 768px) {
    .ccm-page .store-checkout-form-group-body .row:nth-child(4), .ccm-page .store-checkout-form-group-body .row:nth-child(3) {
      padding-top: 0;
      border: none; } }
.ccm-page .store-checkout-form-group-body h2 {
  text-align: center; }
.ccm-page .store-checkout-form-group-body .col-md-6 input, .ccm-page .store-checkout-form-group-body .col-md-6 select {
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;
  margin-bottom: 10px;
  border: solid 1px #666;
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
  height: 30px; }
.ccm-page .store-checkout-form-group-body label {
  box-sizing: border-box;
  font-family: 'Lato', sans-serif; }
.ccm-page #store-checkout-form-group-billing .form-group label, .ccm-page #store-checkout-form-group-shipping .form-group label {
  display: block;
  color: #666; }
.ccm-page .store-checkout-form-group-buttons {
  clear: both;
  margin-top: 10px; }
.ccm-page .btn {
  display: inline-block; }

.store-checkout-form-group-summary .col-sm-6 {
  float: none; }
.store-checkout-form-group-summary .panel-body {
  padding: 0; }
  .store-checkout-form-group-summary .panel-body::after {
    clear: both;
    content: "";
    display: table; }
.store-checkout-form-group-summary .panel-body div {
  float: left;
  display: block;
  margin-right: 3.1055900621%;
  width: 48.4472049689%;
  box-sizing: border-box; }
  .store-checkout-form-group-summary .panel-body div:last-child {
    margin-right: 0; }
  .store-checkout-form-group-summary .panel-body div p {
    margin-top: 0; }
  @media only screen and (max-width: 768px) {
    .store-checkout-form-group-summary .panel-body div {
      width: 100%;
      box-sizing: border-box; } }

.store-checkout-totals-line-items {
  font-family: 'Lato', sans-serif;
  margin-top: 20px; }

.store-cart-item {
  font-family: 'Lato', sans-serif; }
  .store-cart-item td {
    vertical-align: top; }

.store-cart-product-qty {
  text-align: center;
  min-width: 60px; }

.store-checkout-form-group-complete {
  background-color: #fcfcfc;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  padding: 20px;
  margin-bottom: 20px; }
  .store-checkout-form-group-complete .panel-heading {
    font-size: 22px;
    font-weight: 400;
    font-family: 'Libre Baskerville', serif;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center; }
  .store-checkout-form-group-complete label {
    margin-bottom: 10px;
    display: block;
    color: #666; }
  .store-checkout-form-group-complete p {
    margin-bottom: 20px; }

#store-checkout-shipping-method-options::after {
  clear: both;
  content: "";
  display: table; }

.store-shipping-method {
  margin-bottom: 10px; }
  .store-shipping-method input, .store-shipping-method label {
    float: left; }
  .store-shipping-method label p {
    margin-top: 0;
    margin-left: 20px; }
  .store-shipping-method .store-shipping-details {
    width: 100%; }
    .store-shipping-method .store-shipping-details p {
      font-size: 16px;
      font-family: 'Lato', sans-serif; }

#store-checkout-form-group-shipping-method .panel-body div {
  float: left;
  display: block;
  margin-right: 3.1055900621%;
  width: 100%; }
  #store-checkout-form-group-shipping-method .panel-body div:last-child {
    margin-right: 0; }

#store-checkout-payment-method-options {
  margin-bottom: 10px; }
  #store-checkout-payment-method-options::after {
    clear: both;
    content: "";
    display: table; }
  #store-checkout-payment-method-options .radio {
    clear: both;
    margin-bottom: 10px; }
    #store-checkout-payment-method-options .radio::after {
      clear: both;
      content: "";
      display: table; }
    #store-checkout-payment-method-options .radio input {
      margin-right: 5px; }

.store-payment-method-container {
  clear: both; }

.store-checkout-form-delivery-instructions {
  clear: both;
  margin-top: 10px; }
  .store-checkout-form-delivery-instructions label {
    display: block;
    box-sizing: border-box; }
  .store-checkout-form-delivery-instructions textarea {
    margin-top: 10px;
    clear: both;
    width: 100%;
    float: none;
    margin-bottom: 10px;
    border: solid 1px #666;
    padding: 4px; }

.summary-shipping-instructions {
  font-size: 12px; }

.store-btn-next-pane, .store-btn-complete-order {
  float: right; }

.store-shipping-method-option {
  clear: both; }
  .store-shipping-method-option label {
    width: 100% !important;
    font-size: 14px; }

.credit-card-box {
  clear: both;
  margin-top: 10px;
  margin-bottom: 20px;
  border: solid 1px #F3F3F3;
  padding: 20px;
  padding-bottom: 10px;
  padding-top: 14px; }
  .credit-card-box::after {
    clear: both;
    content: "";
    display: table; }
  .credit-card-box .row {
    margin-bottom: 10px; }
  .credit-card-box .col-xs-7 {
    float: left;
    display: block;
    margin-right: 2.0491803279%;
    width: 57.4795081967%; }
    .credit-card-box .col-xs-7:last-child {
      margin-right: 0; }
  .credit-card-box .col-xs-5 {
    float: left;
    display: block;
    margin-right: 2.0491803279%;
    width: 40.4713114754%;
    margin-right: 0; }
    .credit-card-box .col-xs-5:last-child {
      margin-right: 0; }
  .credit-card-box .has-error input {
    border: solid 1px red !important; }
  .credit-card-box input {
    outline: none; }
  .credit-card-box .input-group {
    width: 100%;
    display: table; }
    .credit-card-box .input-group input {
      width: 100% !important;
      margin-right: 0 !important;
      padding: 4px;
      display: table-cell;
      border: solid 1px #666; }
  .credit-card-box .form-group input {
    width: 100% !important;
    margin-right: 0 !important;
    box-sizing: border-box;
    border: solid 1px #666;
    padding: 4px; }
  .credit-card-box .input-group-addon {
    display: table-cell;
    width: 20px;
    padding-left: 10px; }
  .credit-card-box label {
    float: none !important;
    width: 100% !important;
    margin-bottom: 4px;
    display: block; }

.store-copy-billing-container {
  display: block;
  clear: both; }

.store-order-complete-page p {
  text-align: center; }

.store-checkout-cart-contents {
  background-color: white; }
  @media only screen and (max-width: 768px) {
    .store-checkout-cart-contents {
      position: static !important; } }

.store-copy-billing-container {
  clear: both;
  font-size: 16px;
  font-family: 'Lato', sans-serif; }

.store-payment-errors {
  font-family: 'Lato', sans-serif;
  color: red; }

.store-checkout-code-form .form-control {
  border: solid 1px #666; }
