@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * 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;
}

/* Grouping content
	 ========================================================================== */
/**
 * 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 */
}

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

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

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

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

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

/**
 * 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;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}
a:visited {
  color: purple;
}
a:hover, a:focus, a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Benoit
--------------------------------------------------------------*/
/*------------------------------------*\
    $GRID SYSTEM (modified Bootstrap)
\*------------------------------------*/
* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

.container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1280px;
}
@media only screen and (min-width: 768px) {
  .container {
    width: 93.75%;
  }
}
.container.full_width {
  max-width: none;
}

@media only screen and (min-width: 768px) {
  .block {
    margin-left: -1%;
    margin-right: -1%;
  }
}

[class^=col-], [class*=" col-"] {
  position: relative;
  min-height: 1px;
  padding: 0 1%;
  float: left;
  width: 100%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-11 [class^=col-nested-], .col-xs-11 [class*=" col-nested-"] {
  padding: 0 1.0909090909%;
}
.col-xs-11 .col-nested-10 {
  width: 90.9090909091%;
}
.col-xs-11 .col-nested-9 {
  width: 81.8181818182%;
}
.col-xs-11 .col-nested-8 {
  width: 72.7272727273%;
}
.col-xs-11 .col-nested-7 {
  width: 63.6363636364%;
}
.col-xs-11 .col-nested-6 {
  width: 54.5454545455%;
}
.col-xs-11 .col-nested-5 {
  width: 45.4545454545%;
}
.col-xs-11 .col-nested-4 {
  width: 36.3636363636%;
}
.col-xs-11 .col-nested-3 {
  width: 27.2727272727%;
}
.col-xs-11 .col-nested-2 {
  width: 18.1818181818%;
}
.col-xs-11 .col-nested-1 {
  width: 9.0909090909%;
}

.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-10 [class^=col-nested-], .col-xs-10 [class*=" col-nested"] {
  padding: 0 1.2%;
}
.col-xs-10 .col-nested-9 {
  width: 90%;
}
.col-xs-10 .col-nested-8 {
  width: 80%;
}
.col-xs-10 .col-nested-7 {
  width: 70%;
}
.col-xs-10 .col-nested-6 {
  width: 60%;
}
.col-xs-10 .col-nested-5 {
  width: 50%;
}
.col-xs-10 .col-nested-4 {
  width: 40%;
}
.col-xs-10 .col-nested-3 {
  width: 30%;
}
.col-xs-10 .col-nested-2 {
  width: 20%;
}
.col-xs-10 .col-nested-1 {
  width: 10%;
}

.col-xs-9 {
  width: 75%;
}
.col-xs-9 [class^=col-nested-], .col-xs-9 [class*=" col-nested"] {
  padding: 0 1.3333333333%;
}
.col-xs-9 .col-nested-8 {
  width: 88.8888888889%;
}
.col-xs-9 .col-nested-7 {
  width: 77.7777777778%;
}
.col-xs-9 .col-nested-6 {
  width: 66.6666666667%;
}
.col-xs-9 .col-nested-5 {
  width: 55.5555555556%;
}
.col-xs-9 .col-nested-4 {
  width: 44.4444444444%;
}
.col-xs-9 .col-nested-3 {
  width: 33.3333333333%;
}
.col-xs-9 .col-nested-2 {
  width: 22.2222222222%;
}
.col-xs-9 .col-nested-1 {
  width: 11.1111111111%;
}

.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-8 [class^=col-nested-], .col-xs-8 [class*=" col-nested"] {
  padding: 0 1.5%;
}
.col-xs-8 .col-nested-7 {
  width: 87.5%;
}
.col-xs-8 .col-nested-6 {
  width: 75%;
}
.col-xs-8 .col-nested-5 {
  width: 62.5%;
}
.col-xs-8 .col-nested-4 {
  width: 50%;
}
.col-xs-8 .col-nested-3 {
  width: 37.5%;
}
.col-xs-8 .col-nested-2 {
  width: 25%;
}
.col-xs-8 .col-nested-1 {
  width: 12.5%;
}

.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-7 [class^=col-nested-], .col-xs-7 [class*=" col-nested"] {
  padding: 0 1.7142857143%;
}
.col-xs-7 .col-nested-6 {
  width: 85.7142857143%;
}
.col-xs-7 .col-nested-5 {
  width: 71.4285714286%;
}
.col-xs-7 .col-nested-4 {
  width: 57.1428571429%;
}
.col-xs-7 .col-nested-3 {
  width: 42.8571428571%;
}
.col-xs-7 .col-nested-2 {
  width: 28.5714285714%;
}
.col-xs-7 .col-nested-1 {
  width: 14.2857142857%;
}

.col-xs-6 {
  width: 50%;
}
.col-xs-6 [class^=col-nested-], .col-xs-6 [class*=" col-nested"] {
  padding: 0 2%;
}
.col-xs-6 .col-nested-5 {
  width: 83.3333333333%;
}
.col-xs-6 .col-nested-4 {
  width: 66.6666666667%;
}
.col-xs-6 .col-nested-3 {
  width: 50%;
}
.col-xs-6 .col-nested-2 {
  width: 33.3333333333%;
}
.col-xs-6 .col-nested-1 {
  width: 16.6666666667%;
}

.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-5 [class^=col-nested-], .col-xs-5 [class*=" col-nested"] {
  padding: 0 2.4%;
}
.col-xs-5 .col-nested-4 {
  width: 80%;
}
.col-xs-5 .col-nested-3 {
  width: 60%;
}
.col-xs-5 .col-nested-2 {
  width: 40%;
}
.col-xs-5 .col-nested-1 {
  width: 20%;
}

.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-4 [class^=col-nested-], .col-xs-4 [class*=" col-nested"] {
  padding: 0 3%;
}
.col-xs-4 .col-nested-3 {
  width: 75%;
}
.col-xs-4 .col-nested-2 {
  width: 50%;
}
.col-xs-4 .col-nested-1 {
  width: 25%;
}

.col-xs-3 {
  width: 25%;
}
.col-xs-3 [class^=col-nested-], .col-xs-3 [class*=" col-nested"] {
  padding: 0 4%;
}
.col-xs-3 .col-nested-2 {
  width: 66.6666666667%;
}
.col-xs-3 .col-nested-1 {
  width: 33.3333333333%;
}

.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-2 [class^=col-nested-], .col-xs-2 [class*=" col-nested"] {
  padding: 0 6%;
}
.col-xs-2 .col-nested-1 {
  width: 50%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 600px) {
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-11 [class^=col-nested-], .col-sm-11 [class*=" col-nested-"] {
    padding: 0 1.0909090909%;
  }
  .col-sm-11 .col-nested-10 {
    width: 90.9090909091%;
  }
  .col-sm-11 .col-nested-9 {
    width: 81.8181818182%;
  }
  .col-sm-11 .col-nested-8 {
    width: 72.7272727273%;
  }
  .col-sm-11 .col-nested-7 {
    width: 63.6363636364%;
  }
  .col-sm-11 .col-nested-6 {
    width: 54.5454545455%;
  }
  .col-sm-11 .col-nested-5 {
    width: 45.4545454545%;
  }
  .col-sm-11 .col-nested-4 {
    width: 36.3636363636%;
  }
  .col-sm-11 .col-nested-3 {
    width: 27.2727272727%;
  }
  .col-sm-11 .col-nested-2 {
    width: 18.1818181818%;
  }
  .col-sm-11 .col-nested-1 {
    width: 9.0909090909%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-10 [class^=col-nested-], .col-sm-10 [class*=" col-nested"] {
    padding: 0 1.2%;
  }
  .col-sm-10 .col-nested-9 {
    width: 90%;
  }
  .col-sm-10 .col-nested-8 {
    width: 80%;
  }
  .col-sm-10 .col-nested-7 {
    width: 70%;
  }
  .col-sm-10 .col-nested-6 {
    width: 60%;
  }
  .col-sm-10 .col-nested-5 {
    width: 50%;
  }
  .col-sm-10 .col-nested-4 {
    width: 40%;
  }
  .col-sm-10 .col-nested-3 {
    width: 30%;
  }
  .col-sm-10 .col-nested-2 {
    width: 20%;
  }
  .col-sm-10 .col-nested-1 {
    width: 10%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-9 [class^=col-nested-], .col-sm-9 [class*=" col-nested"] {
    padding: 0 1.3333333333%;
  }
  .col-sm-9 .col-nested-8 {
    width: 88.8888888889%;
  }
  .col-sm-9 .col-nested-7 {
    width: 77.7777777778%;
  }
  .col-sm-9 .col-nested-6 {
    width: 66.6666666667%;
  }
  .col-sm-9 .col-nested-5 {
    width: 55.5555555556%;
  }
  .col-sm-9 .col-nested-4 {
    width: 44.4444444444%;
  }
  .col-sm-9 .col-nested-3 {
    width: 33.3333333333%;
  }
  .col-sm-9 .col-nested-2 {
    width: 22.2222222222%;
  }
  .col-sm-9 .col-nested-1 {
    width: 11.1111111111%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-8 [class^=col-nested-], .col-sm-8 [class*=" col-nested"] {
    padding: 0 1.5%;
  }
  .col-sm-8 .col-nested-7 {
    width: 87.5%;
  }
  .col-sm-8 .col-nested-6 {
    width: 75%;
  }
  .col-sm-8 .col-nested-5 {
    width: 62.5%;
  }
  .col-sm-8 .col-nested-4 {
    width: 50%;
  }
  .col-sm-8 .col-nested-3 {
    width: 37.5%;
  }
  .col-sm-8 .col-nested-2 {
    width: 25%;
  }
  .col-sm-8 .col-nested-1 {
    width: 12.5%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-7 [class^=col-nested-], .col-sm-7 [class*=" col-nested"] {
    padding: 0 1.7142857143%;
  }
  .col-sm-7 .col-nested-6 {
    width: 85.7142857143%;
  }
  .col-sm-7 .col-nested-5 {
    width: 71.4285714286%;
  }
  .col-sm-7 .col-nested-4 {
    width: 57.1428571429%;
  }
  .col-sm-7 .col-nested-3 {
    width: 42.8571428571%;
  }
  .col-sm-7 .col-nested-2 {
    width: 28.5714285714%;
  }
  .col-sm-7 .col-nested-1 {
    width: 14.2857142857%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-6 [class^=col-nested-], .col-sm-6 [class*=" col-nested"] {
    padding: 0 2%;
  }
  .col-sm-6 .col-nested-5 {
    width: 83.3333333333%;
  }
  .col-sm-6 .col-nested-4 {
    width: 66.6666666667%;
  }
  .col-sm-6 .col-nested-3 {
    width: 50%;
  }
  .col-sm-6 .col-nested-2 {
    width: 33.3333333333%;
  }
  .col-sm-6 .col-nested-1 {
    width: 16.6666666667%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-5 [class^=col-nested-], .col-sm-5 [class*=" col-nested"] {
    padding: 0 2.4%;
  }
  .col-sm-5 .col-nested-4 {
    width: 80%;
  }
  .col-sm-5 .col-nested-3 {
    width: 60%;
  }
  .col-sm-5 .col-nested-2 {
    width: 40%;
  }
  .col-sm-5 .col-nested-1 {
    width: 20%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-4 [class^=col-nested-], .col-sm-4 [class*=" col-nested"] {
    padding: 0 3%;
  }
  .col-sm-4 .col-nested-3 {
    width: 75%;
  }
  .col-sm-4 .col-nested-2 {
    width: 50%;
  }
  .col-sm-4 .col-nested-1 {
    width: 25%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-3 [class^=col-nested-], .col-sm-3 [class*=" col-nested"] {
    padding: 0 4%;
  }
  .col-sm-3 .col-nested-2 {
    width: 66.6666666667%;
  }
  .col-sm-3 .col-nested-1 {
    width: 33.3333333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-2 [class^=col-nested-], .col-sm-2 [class*=" col-nested"] {
    padding: 0 6%;
  }
  .col-sm-2 .col-nested-1 {
    width: 50%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-11 [class^=col-nested-], .col-md-11 [class*=" col-nested-"] {
    padding: 0 1.0909090909%;
  }
  .col-md-11 .col-nested-10 {
    width: 90.9090909091%;
  }
  .col-md-11 .col-nested-9 {
    width: 81.8181818182%;
  }
  .col-md-11 .col-nested-8 {
    width: 72.7272727273%;
  }
  .col-md-11 .col-nested-7 {
    width: 63.6363636364%;
  }
  .col-md-11 .col-nested-6 {
    width: 54.5454545455%;
  }
  .col-md-11 .col-nested-5 {
    width: 45.4545454545%;
  }
  .col-md-11 .col-nested-4 {
    width: 36.3636363636%;
  }
  .col-md-11 .col-nested-3 {
    width: 27.2727272727%;
  }
  .col-md-11 .col-nested-2 {
    width: 18.1818181818%;
  }
  .col-md-11 .col-nested-1 {
    width: 9.0909090909%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-10 [class^=col-nested-], .col-md-10 [class*=" col-nested"] {
    padding: 0 1.2%;
  }
  .col-md-10 .col-nested-9 {
    width: 90%;
  }
  .col-md-10 .col-nested-8 {
    width: 80%;
  }
  .col-md-10 .col-nested-7 {
    width: 70%;
  }
  .col-md-10 .col-nested-6 {
    width: 60%;
  }
  .col-md-10 .col-nested-5 {
    width: 50%;
  }
  .col-md-10 .col-nested-4 {
    width: 40%;
  }
  .col-md-10 .col-nested-3 {
    width: 30%;
  }
  .col-md-10 .col-nested-2 {
    width: 20%;
  }
  .col-md-10 .col-nested-1 {
    width: 10%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-9 [class^=col-nested-], .col-md-9 [class*=" col-nested"] {
    padding: 0 1.3333333333%;
  }
  .col-md-9 .col-nested-8 {
    width: 88.8888888889%;
  }
  .col-md-9 .col-nested-7 {
    width: 77.7777777778%;
  }
  .col-md-9 .col-nested-6 {
    width: 66.6666666667%;
  }
  .col-md-9 .col-nested-5 {
    width: 55.5555555556%;
  }
  .col-md-9 .col-nested-4 {
    width: 44.4444444444%;
  }
  .col-md-9 .col-nested-3 {
    width: 33.3333333333%;
  }
  .col-md-9 .col-nested-2 {
    width: 22.2222222222%;
  }
  .col-md-9 .col-nested-1 {
    width: 11.1111111111%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-8 [class^=col-nested-], .col-md-8 [class*=" col-nested"] {
    padding: 0 1.5%;
  }
  .col-md-8 .col-nested-7 {
    width: 87.5%;
  }
  .col-md-8 .col-nested-6 {
    width: 75%;
  }
  .col-md-8 .col-nested-5 {
    width: 62.5%;
  }
  .col-md-8 .col-nested-4 {
    width: 50%;
  }
  .col-md-8 .col-nested-3 {
    width: 37.5%;
  }
  .col-md-8 .col-nested-2 {
    width: 25%;
  }
  .col-md-8 .col-nested-1 {
    width: 12.5%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-7 [class^=col-nested-], .col-md-7 [class*=" col-nested"] {
    padding: 0 1.7142857143%;
  }
  .col-md-7 .col-nested-6 {
    width: 85.7142857143%;
  }
  .col-md-7 .col-nested-5 {
    width: 71.4285714286%;
  }
  .col-md-7 .col-nested-4 {
    width: 57.1428571429%;
  }
  .col-md-7 .col-nested-3 {
    width: 42.8571428571%;
  }
  .col-md-7 .col-nested-2 {
    width: 28.5714285714%;
  }
  .col-md-7 .col-nested-1 {
    width: 14.2857142857%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-6 [class^=col-nested-], .col-md-6 [class*=" col-nested"] {
    padding: 0 2%;
  }
  .col-md-6 .col-nested-5 {
    width: 83.3333333333%;
  }
  .col-md-6 .col-nested-4 {
    width: 66.6666666667%;
  }
  .col-md-6 .col-nested-3 {
    width: 50%;
  }
  .col-md-6 .col-nested-2 {
    width: 33.3333333333%;
  }
  .col-md-6 .col-nested-1 {
    width: 16.6666666667%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-5 [class^=col-nested-], .col-md-5 [class*=" col-nested"] {
    padding: 0 2.4%;
  }
  .col-md-5 .col-nested-4 {
    width: 80%;
  }
  .col-md-5 .col-nested-3 {
    width: 60%;
  }
  .col-md-5 .col-nested-2 {
    width: 40%;
  }
  .col-md-5 .col-nested-1 {
    width: 20%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-4 [class^=col-nested-], .col-md-4 [class*=" col-nested"] {
    padding: 0 3%;
  }
  .col-md-4 .col-nested-3 {
    width: 75%;
  }
  .col-md-4 .col-nested-2 {
    width: 50%;
  }
  .col-md-4 .col-nested-1 {
    width: 25%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-3 [class^=col-nested-], .col-md-3 [class*=" col-nested"] {
    padding: 0 4%;
  }
  .col-md-3 .col-nested-2 {
    width: 66.6666666667%;
  }
  .col-md-3 .col-nested-1 {
    width: 33.3333333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-2 [class^=col-nested-], .col-md-2 [class*=" col-nested"] {
    padding: 0 6%;
  }
  .col-md-2 .col-nested-1 {
    width: 50%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1024px) {
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-11 [class^=col-nested-], .col-lg-11 [class*=" col-nested-"] {
    padding: 0 1.0909090909%;
  }
  .col-lg-11 .col-nested-10 {
    width: 90.9090909091%;
  }
  .col-lg-11 .col-nested-9 {
    width: 81.8181818182%;
  }
  .col-lg-11 .col-nested-8 {
    width: 72.7272727273%;
  }
  .col-lg-11 .col-nested-7 {
    width: 63.6363636364%;
  }
  .col-lg-11 .col-nested-6 {
    width: 54.5454545455%;
  }
  .col-lg-11 .col-nested-5 {
    width: 45.4545454545%;
  }
  .col-lg-11 .col-nested-4 {
    width: 36.3636363636%;
  }
  .col-lg-11 .col-nested-3 {
    width: 27.2727272727%;
  }
  .col-lg-11 .col-nested-2 {
    width: 18.1818181818%;
  }
  .col-lg-11 .col-nested-1 {
    width: 9.0909090909%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-10 [class^=col-nested-], .col-lg-10 [class*=" col-nested"] {
    padding: 0 1.2%;
  }
  .col-lg-10 .col-nested-9 {
    width: 90%;
  }
  .col-lg-10 .col-nested-8 {
    width: 80%;
  }
  .col-lg-10 .col-nested-7 {
    width: 70%;
  }
  .col-lg-10 .col-nested-6 {
    width: 60%;
  }
  .col-lg-10 .col-nested-5 {
    width: 50%;
  }
  .col-lg-10 .col-nested-4 {
    width: 40%;
  }
  .col-lg-10 .col-nested-3 {
    width: 30%;
  }
  .col-lg-10 .col-nested-2 {
    width: 20%;
  }
  .col-lg-10 .col-nested-1 {
    width: 10%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-9 [class^=col-nested-], .col-lg-9 [class*=" col-nested"] {
    padding: 0 1.3333333333%;
  }
  .col-lg-9 .col-nested-8 {
    width: 88.8888888889%;
  }
  .col-lg-9 .col-nested-7 {
    width: 77.7777777778%;
  }
  .col-lg-9 .col-nested-6 {
    width: 66.6666666667%;
  }
  .col-lg-9 .col-nested-5 {
    width: 55.5555555556%;
  }
  .col-lg-9 .col-nested-4 {
    width: 44.4444444444%;
  }
  .col-lg-9 .col-nested-3 {
    width: 33.3333333333%;
  }
  .col-lg-9 .col-nested-2 {
    width: 22.2222222222%;
  }
  .col-lg-9 .col-nested-1 {
    width: 11.1111111111%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-8 [class^=col-nested-], .col-lg-8 [class*=" col-nested"] {
    padding: 0 1.5%;
  }
  .col-lg-8 .col-nested-7 {
    width: 87.5%;
  }
  .col-lg-8 .col-nested-6 {
    width: 75%;
  }
  .col-lg-8 .col-nested-5 {
    width: 62.5%;
  }
  .col-lg-8 .col-nested-4 {
    width: 50%;
  }
  .col-lg-8 .col-nested-3 {
    width: 37.5%;
  }
  .col-lg-8 .col-nested-2 {
    width: 25%;
  }
  .col-lg-8 .col-nested-1 {
    width: 12.5%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-7 [class^=col-nested-], .col-lg-7 [class*=" col-nested"] {
    padding: 0 1.7142857143%;
  }
  .col-lg-7 .col-nested-6 {
    width: 85.7142857143%;
  }
  .col-lg-7 .col-nested-5 {
    width: 71.4285714286%;
  }
  .col-lg-7 .col-nested-4 {
    width: 57.1428571429%;
  }
  .col-lg-7 .col-nested-3 {
    width: 42.8571428571%;
  }
  .col-lg-7 .col-nested-2 {
    width: 28.5714285714%;
  }
  .col-lg-7 .col-nested-1 {
    width: 14.2857142857%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-6 [class^=col-nested-], .col-lg-6 [class*=" col-nested"] {
    padding: 0 2%;
  }
  .col-lg-6 .col-nested-5 {
    width: 83.3333333333%;
  }
  .col-lg-6 .col-nested-4 {
    width: 66.6666666667%;
  }
  .col-lg-6 .col-nested-3 {
    width: 50%;
  }
  .col-lg-6 .col-nested-2 {
    width: 33.3333333333%;
  }
  .col-lg-6 .col-nested-1 {
    width: 16.6666666667%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-5 [class^=col-nested-], .col-lg-5 [class*=" col-nested"] {
    padding: 0 2.4%;
  }
  .col-lg-5 .col-nested-4 {
    width: 80%;
  }
  .col-lg-5 .col-nested-3 {
    width: 60%;
  }
  .col-lg-5 .col-nested-2 {
    width: 40%;
  }
  .col-lg-5 .col-nested-1 {
    width: 20%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-4 [class^=col-nested-], .col-lg-4 [class*=" col-nested"] {
    padding: 0 3%;
  }
  .col-lg-4 .col-nested-3 {
    width: 75%;
  }
  .col-lg-4 .col-nested-2 {
    width: 50%;
  }
  .col-lg-4 .col-nested-1 {
    width: 25%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-3 [class^=col-nested-], .col-lg-3 [class*=" col-nested"] {
    padding: 0 4%;
  }
  .col-lg-3 .col-nested-2 {
    width: 66.6666666667%;
  }
  .col-lg-3 .col-nested-1 {
    width: 33.3333333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-2 [class^=col-nested-], .col-lg-2 [class*=" col-nested"] {
    padding: 0 6%;
  }
  .col-lg-2 .col-nested-1 {
    width: 50%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1280px) {
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-11 [class^=col-nested-], .col-xl-11 [class*=" col-nested-"] {
    padding: 0 1.0909090909%;
  }
  .col-xl-11 .col-nested-10 {
    width: 90.9090909091%;
  }
  .col-xl-11 .col-nested-9 {
    width: 81.8181818182%;
  }
  .col-xl-11 .col-nested-8 {
    width: 72.7272727273%;
  }
  .col-xl-11 .col-nested-7 {
    width: 63.6363636364%;
  }
  .col-xl-11 .col-nested-6 {
    width: 54.5454545455%;
  }
  .col-xl-11 .col-nested-5 {
    width: 45.4545454545%;
  }
  .col-xl-11 .col-nested-4 {
    width: 36.3636363636%;
  }
  .col-xl-11 .col-nested-3 {
    width: 27.2727272727%;
  }
  .col-xl-11 .col-nested-2 {
    width: 18.1818181818%;
  }
  .col-xl-11 .col-nested-1 {
    width: 9.0909090909%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-10 [class^=col-nested-], .col-xl-10 [class*=" col-nested"] {
    padding: 0 1.2%;
  }
  .col-xl-10 .col-nested-9 {
    width: 90%;
  }
  .col-xl-10 .col-nested-8 {
    width: 80%;
  }
  .col-xl-10 .col-nested-7 {
    width: 70%;
  }
  .col-xl-10 .col-nested-6 {
    width: 60%;
  }
  .col-xl-10 .col-nested-5 {
    width: 50%;
  }
  .col-xl-10 .col-nested-4 {
    width: 40%;
  }
  .col-xl-10 .col-nested-3 {
    width: 30%;
  }
  .col-xl-10 .col-nested-2 {
    width: 20%;
  }
  .col-xl-10 .col-nested-1 {
    width: 10%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-9 [class^=col-nested-], .col-xl-9 [class*=" col-nested"] {
    padding: 0 1.3333333333%;
  }
  .col-xl-9 .col-nested-8 {
    width: 88.8888888889%;
  }
  .col-xl-9 .col-nested-7 {
    width: 77.7777777778%;
  }
  .col-xl-9 .col-nested-6 {
    width: 66.6666666667%;
  }
  .col-xl-9 .col-nested-5 {
    width: 55.5555555556%;
  }
  .col-xl-9 .col-nested-4 {
    width: 44.4444444444%;
  }
  .col-xl-9 .col-nested-3 {
    width: 33.3333333333%;
  }
  .col-xl-9 .col-nested-2 {
    width: 22.2222222222%;
  }
  .col-xl-9 .col-nested-1 {
    width: 11.1111111111%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-8 [class^=col-nested-], .col-xl-8 [class*=" col-nested"] {
    padding: 0 1.5%;
  }
  .col-xl-8 .col-nested-7 {
    width: 87.5%;
  }
  .col-xl-8 .col-nested-6 {
    width: 75%;
  }
  .col-xl-8 .col-nested-5 {
    width: 62.5%;
  }
  .col-xl-8 .col-nested-4 {
    width: 50%;
  }
  .col-xl-8 .col-nested-3 {
    width: 37.5%;
  }
  .col-xl-8 .col-nested-2 {
    width: 25%;
  }
  .col-xl-8 .col-nested-1 {
    width: 12.5%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-7 [class^=col-nested-], .col-xl-7 [class*=" col-nested"] {
    padding: 0 1.7142857143%;
  }
  .col-xl-7 .col-nested-6 {
    width: 85.7142857143%;
  }
  .col-xl-7 .col-nested-5 {
    width: 71.4285714286%;
  }
  .col-xl-7 .col-nested-4 {
    width: 57.1428571429%;
  }
  .col-xl-7 .col-nested-3 {
    width: 42.8571428571%;
  }
  .col-xl-7 .col-nested-2 {
    width: 28.5714285714%;
  }
  .col-xl-7 .col-nested-1 {
    width: 14.2857142857%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-6 [class^=col-nested-], .col-xl-6 [class*=" col-nested"] {
    padding: 0 2%;
  }
  .col-xl-6 .col-nested-5 {
    width: 83.3333333333%;
  }
  .col-xl-6 .col-nested-4 {
    width: 66.6666666667%;
  }
  .col-xl-6 .col-nested-3 {
    width: 50%;
  }
  .col-xl-6 .col-nested-2 {
    width: 33.3333333333%;
  }
  .col-xl-6 .col-nested-1 {
    width: 16.6666666667%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-5 [class^=col-nested-], .col-xl-5 [class*=" col-nested"] {
    padding: 0 2.4%;
  }
  .col-xl-5 .col-nested-4 {
    width: 80%;
  }
  .col-xl-5 .col-nested-3 {
    width: 60%;
  }
  .col-xl-5 .col-nested-2 {
    width: 40%;
  }
  .col-xl-5 .col-nested-1 {
    width: 20%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-4 [class^=col-nested-], .col-xl-4 [class*=" col-nested"] {
    padding: 0 3%;
  }
  .col-xl-4 .col-nested-3 {
    width: 75%;
  }
  .col-xl-4 .col-nested-2 {
    width: 50%;
  }
  .col-xl-4 .col-nested-1 {
    width: 25%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-3 [class^=col-nested-], .col-xl-3 [class*=" col-nested"] {
    padding: 0 4%;
  }
  .col-xl-3 .col-nested-2 {
    width: 66.6666666667%;
  }
  .col-xl-3 .col-nested-1 {
    width: 33.3333333333%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-2 [class^=col-nested-], .col-xl-2 [class*=" col-nested"] {
    padding: 0 6%;
  }
  .col-xl-2 .col-nested-1 {
    width: 50%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.block:before,
.block:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.block:after {
  clear: both;
}

.no_pad, .nesting {
  padding-left: 0;
  padding-right: 0;
}

/*------------------------------------*\
    Guides
\*------------------------------------*/
#grid_toggle, #baseline_toggle {
  display: none;
  position: fixed;
  color: white;
  z-index: 99999999;
  right: 16px;
  text-transform: uppercase;
  line-height: 32px;
  font-size: 8px;
  background-color: #666;
  width: 80px;
  text-align: center;
  /* @media only screen and (min-width: 1280px) {
       display: inline-block;
   }*/
}
#grid_toggle:hover, #baseline_toggle:hover {
  cursor: pointer;
}

#grid_toggle {
  bottom: 8px;
}

#baseline_toggle {
  bottom: 40px;
}

#grid_overlay.hidden {
  display: none;
}

#baseline_overlay.hidden {
  display: none;
}

.label {
  font-size: 16px;
  line-height: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  border-left: 8px solid red;
  border-radius: 8px;
  z-index: 999999999;
  min-height: 8px;
  left: -8px;
  top: 4px;
  display: none;
}
.label mark {
  background-color: #444;
  color: white;
  padding: 8px;
  position: relative;
  top: 14px;
  display: none;
}
.label:hover mark {
  display: inline;
}

#grid_overlay {
  position: fixed;
  pointer-events: none;
  top: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
}
#grid_overlay .container {
  height: 100%;
}
#grid_overlay .container .block {
  height: 100%;
}
#grid_overlay .container .block .col-xs-1 {
  height: 100%;
}
#grid_overlay .container .block .col-xs-1 .fill {
  height: 100%;
  opacity: 0.25;
  background-color: #00FFFF;
}

#baseline_overlay {
  position: fixed;
  top: 0;
  z-index: 40;
  width: 100%;
  background-image: url("img/8px_baseline.gif");
  background-size: 1px 8px;
  min-height: 100%;
  pointer-events: none;
}

ol {
  padding: 0;
  margin: 0 0 0 1em;
}
ol li {
  padding: 0;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

img {
  display: block;
  height: auto;
}

html, body {
  height: 100%;
}

html {
  overflow-y: auto;
}

body {
  overflow: visible !important;
  padding-top: 0;
  background-color: #fff;
}
body.post, body.page {
  margin-bottom: 0;
}

br.no_height {
  line-height: 0;
}

a#top {
  line-height: 0;
  display: none;
  height: 0;
}

.breadcrumbs {
  font-size: 75%;
  margin-bottom: 1.5em;
}

#page a, #page a:visited {
  color: #222;
}

#page a:hover, #page a:visited:hover {
  color: rgb(193, 60, 67);
}

#page_slide_wrapper {
  position: relative;
  top: 52px;
}
@media only screen and (min-width: 1370px) {
  #page_slide_wrapper {
    top: 82px;
  }
}

#content {
  min-height: 100%;
  position: relative;
}
.entry-content {
  margin-top: 0;
}
.entry-content .table-slide {
  width: 99%;
  overflow-x: scroll;
}
.entry-content .table-slide table {
  font-size: 0.75rem;
  line-height: 16px;
  border: 1px solid #ccc;
}
.entry-content .table-slide table tr, .entry-content .table-slide table th, .entry-content .table-slide table td {
  border: 1px solid #ccc;
  padding: 8px;
}

#slider {
  position: relative;
  top: 52px;
  z-index: 1030;
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
}
@media only screen and (min-width: 1370px) {
  #slider {
    top: 82px;
  }
}

/*#content, #colophon {
	padding: $space 0;
}*/
main {
  /*	padding-bottom: $space;*/
  /*	border-bottom: 1px solid #ddd;*/
}
@media only screen and (min-width: 768px) {
  main {
    /*		border-right: 1px solid #ddd;*/
    border-bottom: none;
    padding-bottom: 0;
  }
}

#primary {
  background-color: white;
  padding-top: 56px;
  padding-bottom: 56px;
  margin-bottom: 200px;
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (min-width: 982px) {
  #primary {
    padding-left: 96px;
    padding-right: 96px;
  }
}

#secondary {
  height: 100%;
}

#secondary ul {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}

.entry-footer span {
  margin-right: 8px;
}

a.more-link, a.more-link:visited {
  /*display: block;
  text-align: right;
  margin-top: $space;*/
  color: blue !important;
}

ul.portfolio_categories {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}

li.portfolio_category {
  margin-bottom: 4px;
}

.entry-footer ul.post-categories {
  display: inline;
  margin-left: 0;
  padding-left: 0;
}

.entry-footer ul.post-categories li {
  display: inline;
}
.entry-footer ul.post-categories li::after {
  content: ",";
}
.entry-footer ul.post-categories li:last-child::after {
  content: none;
}

main li, .site-footer li {
  margin-bottom: 8px;
}

.scrollb {
  display: block;
  position: relative;
  top: -56px;
}

hr {
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  height: 16px;
  width: 66.667%;
  margin: 56px auto;
  background-image: url(../img/img_rule_light_gray.svg);
}
hr.black {
  background-image: url(../img/img_rule_black.svg);
}

article .post-thumbnail {
  /*border: $space*1.5 solid $light-gray;*/
  margin: 40px 0;
}
article:last-of-type hr:last-of-type {
  display: none;
}
article .entry-footer {
  font-size: 0.75em;
}

figcaption.wp-caption-text {
  text-align: left;
  font-size: 0.75em;
  font-weight: 600;
}

/* Clearing */
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix:before,
.clearfix:after,
.block:before,
.block:after {
  content: " ";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.block:after,
.clearfix:after {
  clear: both;
}

.block,
.clearfix {
  zoom: 1;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* Misc */
.edit-link {
  display: none;
}

.prev {
  float: left;
}

.next {
  float: right;
}

.flex-container {
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media only screen and (min-width: 768px) {
  .flex-container {
    -moz-column-count: 2;
         column-count: 2;
  }
}

.auto-width {
  width: auto !important;
}

.yith-wcbm-badge.yith-wcbm-badge-text.yith-wcbm-badge-15684 {
  background-color: transparent !important;
  background-image: url(../img/Badges_orange.png) !important;
  background-size: contain !important;
}
.yith-wcbm-badge.yith-wcbm-badge-text.yith-wcbm-badge-15684 .yith-wcbm-badge-text {
  display: none !important;
}

#bitnami-banner .bitnami-corner-image {
  width: 120px;
}

img.size-medium, img.size-Small, img.size-large {
  margin-bottom: 32px;
  margin: 0;
}

img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

@media only screen and (min-width: 360px) {
  img.size-Small {
    width: 25%;
  }
  img.size-Small.alignleft {
    padding: 10px 10px 10px 0;
  }
  img.size-Small.alignright {
    padding: 10px 0 10px 0;
  }
}
@media only screen and (min-width: 640px) {
  img.size-medium {
    width: 50%;
  }
  img.alignleft {
    padding: 10px 10px 10px 0;
  }
  img.alignright {
    padding: 10px 0 10px 10px;
  }
  img.size-medium_large {
    max-width: 768px !important;
  }
}
h2, h3 {
  clear: both;
}

body.term-kryptek-apparel-blowout h1 {
  text-align: center !important;
}

* {
  font-family: brandon-grotesque, sans-serif;
}

html {
  font-size: 21px;
}

body {
  line-height: 1rem;
  line-height: 32px;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
  font-family: novecento-slab, serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.0333em;
}

h1 {
  font-size: 1.5rem;
  margin: 0 0 1.5em 0;
}

h2 {
  font-size: 1.25rem;
  margin: 0 0 2em 0;
}

h3 {
  font-size: 1rem;
  margin: 2.5em 0 0.75em 0;
}

p {
  margin-top: 0;
  margin-bottom: 32px;
}
p + h1, p + h2, p + h3 {
  margin-top: 48px;
}

table + h1, table + h2, table + h3 {
  margin-top: 48px;
}

ul {
  padding-left: 1rem;
  margin: 0;
}

b, strong {
  font-weight: bold;
  font-family: inherit;
  font-style: inherit;
}

i, em {
  font-style: italic;
  font-family: inherit;
  font-weight: inherit;
}

small {
  font-size: 0.9em;
}

#page form {
  margin: 0;
  padding: 40px 0 0 0;
  font-size: 0.75rem;
}
#page button, #page .button, #page .button:visited, #page input.wpcf7-submit {
  background-color: #444;
  text-transform: uppercase;
  font-size: 0.6rem;
  letter-spacing: 0.05em;
  border: 1px solid #222;
  border-radius: 0;
  font-weight: 700;
  color: white;
  line-height: 16px;
  padding: 8px;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
#page button:hover, #page .button:hover, #page .button:visited:hover, #page input.wpcf7-submit:hover {
  background-color: rgb(193, 60, 67);
  border: 1px solid #222;
  color: white;
}
#page button:active, #page .button:active, #page .button:visited:active, #page input.wpcf7-submit:active {
  background-color: rgb(242, 183, 39);
  border: 1px solid #222;
  color: black;
}
#page input, #page textarea {
  color: black;
  border: 1px solid #222;
  border-radius: 0;
  padding: 16px;
  width: 100%;
  font-size: 0.75rem;
  margin-top: 8px;
  margin-bottom: 8px;
}
#page input.wpcf7-submit, #page textarea.wpcf7-submit {
  width: auto;
  display: inline;
  float: right;
}
#page label {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
}

#main_menu_toggle {
  display: block;
  width: 32px;
  height: 32px;
  margin-top: 10px;
  position: fixed;
  top: 0px;
  left: 3.125%;
  z-index: 1050;
  background-color: #222;
  border: 4px solid #222;
  transition: all 0.3s ease-in-out;
}
#main_menu_toggle:hover {
  cursor: pointer;
}
#main_menu_toggle .bar {
  width: 100%;
  height: 4px;
  background-color: white;
  position: absolute;
  transition: all 0.5s ease-in-out;
}
#main_menu_toggle .top {
  top: 0;
}
#main_menu_toggle .middle {
  top: 10px;
  opacity: 1;
  transform: scale(1);
}
#main_menu_toggle .bottom {
  bottom: 0;
}
#main_menu_toggle.visible {
  opacity: 1;
}
#main_menu_toggle.invisible {
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 1370px) {
  #main_menu_toggle {
    display: none;
  }
}

#nav_logo {
  position: absolute;
  width: 104px;
  height: 56px;
  top: 32px;
  left: 50%;
  background-image: url(../img/logo_gokey_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: filter 1s ease-in-out;
  transform: translateX(-50%);
  opacity: 1;
  z-index: 50;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.5));
  display: none;
}
#nav_logo p {
  text-indent: -1000vw;
}
#nav_logo a {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
@media only screen and (min-width: 1370px) {
  #nav_logo {
    top: 12px;
    left: 40px;
    transform: none;
    display: block;
  }
}

#site-navigation {
  position: fixed;
  width: 100vw;
  height: 100%;
  padding: 32px 0 8px 0;
  top: 0;
  left: 0;
  z-index: 1040;
  background-color: #222;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
  transform: translateX(-100%);
}
@media only screen and (min-width: 1370px) {
  #site-navigation {
    transform: translateX(0px);
    overflow-y: visible;
    padding: 0;
    width: 100%;
    height: auto;
  }
}
#site-navigation .menu-primary-container {
  position: relative;
  overflow-y: scroll;
}
@media only screen and (min-width: 1370px) {
  #site-navigation .menu-primary-container {
    overflow-y: visible;
  }
}
#site-navigation .menu-primary-container ul#primary-menu {
  padding: 0;
  margin: 0;
  display: block;
  list-style: none;
  text-transform: uppercase;
  text-align: center;
  line-height: 64px;
}
@media only screen and (min-width: 1370px) {
  #site-navigation .menu-primary-container ul#primary-menu {
    font-size: 0.55rem;
  }
}
#site-navigation .menu-primary-container ul#primary-menu li {
  float: none;
  line-height: 64px;
  padding: 0 10px;
}
#site-navigation .menu-primary-container ul#primary-menu li > a.mPS2id-highlight {
  border-bottom: 4px solid rgb(193, 60, 67);
}
#site-navigation .menu-primary-container ul#primary-menu li a {
  display: inline;
  font-weight: 700;
  text-decoration: none;
  color: white;
  letter-spacing: 0.0333em;
}
#site-navigation .menu-primary-container ul#primary-menu li a:hover, #site-navigation .menu-primary-container ul#primary-menu li a:focus {
  text-decoration: none;
  color: rgb(242, 183, 39);
}
#site-navigation .menu-primary-container ul#primary-menu li form {
  padding: 0;
}
#site-navigation .menu-primary-container ul#primary-menu li form input {
  padding: 8px;
  margin: 0;
  max-width: 300px;
  font-size: 0.55rem;
}
#site-navigation .menu-primary-container ul#primary-menu li .product-search-results {
  background-color: #222;
  /*    			    max-width: 300px;*/
  margin: 0 auto;
  display: none;
}
@media only screen and (min-width: 1370px) {
  #site-navigation .menu-primary-container ul#primary-menu li .product-search-results {
    position: absolute;
    max-width: none;
    width: 400px !important;
  }
}
#site-navigation .menu-primary-container ul#primary-menu li table.search-results {
  font-size: 0.55rem !important;
  line-height: 40px;
  margin: 0 auto;
}
#site-navigation .menu-primary-container ul#primary-menu li table.search-results tr td {
  padding: 8px;
}
#site-navigation .menu-primary-container ul#primary-menu li table.search-results tr.s_product_cat {
  display: none;
}
#site-navigation .menu-primary-container ul#primary-menu li table.search-results td.product-image {
  width: 40px;
}
#site-navigation .menu-primary-container ul#primary-menu li table.search-results td.product-image img {
  width: 40px;
}
#site-navigation .menu-primary-container ul#primary-menu li ul.sub-menu {
  font-size: 0.6rem;
  list-style: none;
  padding: 0;
  margin: -16px 0 0 0;
  background-color: #222;
}
#site-navigation .menu-primary-container ul#primary-menu li ul.sub-menu li {
  margin: 0;
  line-height: 32px;
}
@media only screen and (min-width: 1370px) {
  #site-navigation .menu-primary-container ul#primary-menu li ul.sub-menu li {
    display: block;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1370px) {
  #site-navigation .menu-primary-container ul#primary-menu li ul.sub-menu {
    font-size: 0.55rem;
    display: none;
    margin: 0 0 0 0;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    min-width: 300px;
    text-align: left;
  }
}
@media only screen and (min-width: 1370px) {
  #site-navigation .menu-primary-container ul#primary-menu li {
    line-height: 80px;
    margin-right: 16px;
    display: inline-block;
    position: relative;
  }
  #site-navigation .menu-primary-container ul#primary-menu li:last-child {
    margin-right: 0;
  }
  #site-navigation .menu-primary-container ul#primary-menu li:hover ul.sub-menu, #site-navigation .menu-primary-container ul#primary-menu li:focus ul.sub-menu, #site-navigation .menu-primary-container ul#primary-menu li:focus-within ul.sub-menu {
    display: block;
    position: absolute;
    overflow: visible;
  }
}
@media only screen and (min-width: 1600px) {
  #site-navigation .menu-primary-container ul#primary-menu li {
    margin-right: 32px;
  }
}
#site-navigation.visible {
  opacity: 1;
}
#site-navigation.invisible {
  opacity: 0;
  visibility: hidden;
}
#site-navigation ul#cart-menu {
  list-style: none;
  line-height: 64px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0;
  text-align: center;
  color: white;
}
#site-navigation ul#cart-menu a {
  color: white;
  text-decoration: none;
}
@media only screen and (min-width: 1370px) {
  #site-navigation ul#cart-menu {
    position: absolute;
    top: 4px;
    right: 40px;
    font-size: 0.55rem;
    line-height: 80px;
  }
}
#site-navigation ul#cart-menu li {
  float: none;
}
@media only screen and (min-width: 1370px) {
  #site-navigation ul#cart-menu li {
    float: left;
    margin-left: 16px;
  }
}

#overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 19;
  background-color: #222;
  transition: all 0.3s ease-in-out;
}
#overlay.removed {
  display: none;
}
#overlay.invisible {
  opacity: 0;
}

/*#page_slide_wrapper {


	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;

	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);


}*/
body.nav_open {
  position: fixed;
}
body.nav_open #main_menu_toggle {
  left: 16px;
}
body.nav_open #main_menu_toggle .top {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  top: 10px;
  left: -2px;
  width: 114.1421356237%;
}
body.nav_open #main_menu_toggle .middle {
  transform: scale(0.1);
  -webkit-transform: scale(0.1);
  -ms-transform: scale(0);
  opacity: 0;
}
body.nav_open #main_menu_toggle .bottom {
  transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  bottom: 10px;
  left: -2px;
  width: 114.1421356237%;
}
body.nav_open #site-navigation {
  transform: translateX(0);
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
}
body.nav_open #colophon.site-footer {
  bottom: 240px;
}

body.admin-bar #site-navigation {
  top: 32px;
}

body.admin-bar #mobile_nav_bar {
  top: 32px;
}

body.admin-bar #main_menu_toggle {
  top: 32px;
}

#mobile_nav_bar {
  position: fixed;
  background-color: black;
  width: 100%;
  height: 52px;
  z-index: 1039;
}
#mobile_nav_bar ul#mobile_search {
  padding: 0;
  margin: 0;
  display: block;
  list-style: none;
  text-transform: uppercase;
  line-height: 48px;
  position: relative;
  text-align: right;
  width: 256px;
  float: right;
}
#mobile_nav_bar ul#mobile_search li {
  float: none;
  padding: 0 10px;
}
#mobile_nav_bar ul#mobile_search li > a.mPS2id-highlight {
  border-bottom: 4px solid rgb(193, 60, 67);
}
#mobile_nav_bar ul#mobile_search li a {
  display: inline;
  font-weight: 700;
  text-decoration: none;
  color: white;
  letter-spacing: 0.0333em;
}
#mobile_nav_bar ul#mobile_search li a:hover, #mobile_nav_bar ul#mobile_search li a:focus {
  text-decoration: none;
  color: rgb(242, 183, 39);
}
#mobile_nav_bar ul#mobile_search li form {
  padding: 0;
}
#mobile_nav_bar ul#mobile_search li form input {
  padding: 8px;
  margin: 0;
  max-width: 256px;
  font-size: 0.55rem;
}
#mobile_nav_bar ul#mobile_search li .product-search-results {
  background-color: #222;
  /*    			    max-width: 300px;*/
  margin: 0 auto;
  display: none;
}
@media only screen and (min-width: 1370px) {
  #mobile_nav_bar ul#mobile_search li .product-search-results {
    position: absolute;
    max-width: none;
    width: 400px !important;
  }
}
#mobile_nav_bar ul#mobile_search li table.search-results {
  font-size: 0.55rem !important;
  line-height: 40px;
  margin: 0 auto;
}
#mobile_nav_bar ul#mobile_search li table.search-results tr td {
  padding: 8px;
}
#mobile_nav_bar ul#mobile_search li table.search-results tr.s_product_cat {
  display: none;
}
#mobile_nav_bar ul#mobile_search li table.search-results td.product-image {
  width: 40px;
}
#mobile_nav_bar ul#mobile_search li table.search-results td.product-image img {
  width: 40px;
}
#mobile_nav_bar #mobile_banner {
  display: none;
}
@media only screen and (min-width: 1370px) {
  #mobile_nav_bar {
    display: none;
  }
}

#masthead {
  padding: 20px 0 8px 0;
  border-bottom: 1px solid #ddd;
}
@media only screen and (min-width: 768px) {
  #masthead {
    padding: 8px 0;
  }
}
#masthead #nesting_test div {
  /*			border: 1px solid #333;*/
  background-color: gray;
  height: 100px;
}
#masthead #nesting_test .nesting div {
  /*				border: 1px solid green;*/
  background-color: green;
}

#christmas_shipping {
  text-align: center;
}
#christmas_shipping a, #christmas_shipping a span {
  font-family: novecento-slab, serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.25;
  color: white;
  display: block;
  background-color: rgb(50, 140, 13);
  text-decoration: none;
  padding: 12px;
}
#christmas_shipping a:visited, #christmas_shipping a span:visited {
  color: white;
}
#christmas_shipping a:visited:hover, #christmas_shipping a span:visited:hover {
  color: white;
  background-color: #930c24;
}
#christmas_shipping a:hover, #christmas_shipping a span:hover {
  color: white;
  background-color: #930c24;
}
#christmas_shipping a span {
  padding: 0;
  display: block;
  text-decoration: underline;
  margin-top: 2.6666666667px;
  background-color: transparent;
}

#colophon.site-footer, body.archive.woocommerce-active #page #colophon.site-footer {
  font-size: 0.75rem;
  line-height: 24px;
  min-height: 240px;
  padding: 16px 16px 40px 16px;
  background-color: #222;
  color: white;
  position: relative;
}
#colophon.site-footer ul, body.archive.woocommerce-active #page #colophon.site-footer ul {
  list-style: none;
  padding: 0;
  font-size: 0.75rem;
  text-align: left;
}
#colophon.site-footer a, body.archive.woocommerce-active #page #colophon.site-footer a {
  color: white;
  text-decoration: none;
}
#colophon.site-footer a:hover, body.archive.woocommerce-active #page #colophon.site-footer a:hover {
  text-decoration: underline;
  color: white;
}
@media only screen and (min-width: 982px) {
  #colophon.site-footer, body.archive.woocommerce-active #page #colophon.site-footer {
    padding-left: 0;
    padding-right: 0;
  }
}
#colophon.site-footer #siteseal, body.archive.woocommerce-active #page #colophon.site-footer #siteseal {
  margin-top: 24px;
  display: block;
  width: 123px !important;
  overflow-x: hidden;
}
#colophon.site-footer #siteseal img, body.archive.woocommerce-active #page #colophon.site-footer #siteseal img {
  width: 131px !important;
  max-width: none;
}

body.home .yith-wcbm-badge.yith-wcbm-badge-text.yith-wcbm-badge-15684 {
  display: none !important;
}
body.home .yith-wcbm-badge.yith-wcbm-badge-text.yith-wcbm-badge-15684 .yith-wcbm-badge-text {
  display: none !important;
}
body.home a#home {
  line-height: 0 !important;
}
body.home article {
  padding-top: 0;
}
body.home article h1 {
  display: none;
}
body.home #intro {
  position: relative;
}
body.home #intro .yrm-content {
  color: #222 !important;
}
body.home #intro span.yrm-toggle-expand {
  background-color: #444;
  color: white;
  text-transform: uppercase;
  font-size: 0.65rem !important;
  font-weight: bold !important;
  padding: 8px;
  line-height: 1;
}
body.home #intro.colomat-close {
  display: none;
}
@media only screen and (min-width: 982px) {
  body.home .yrm-btn-wrapper {
    display: none !important;
  }
  body.home .yrm-content {
    display: block !important;
  }
}
body.home #home_video {
  min-height: 100%;
  min-width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.home #content #primary {
  position: relative;
  text-align: center;
  margin-bottom: 200px;
  line-height: 40px;
  /* p:first-of-type:first-letter {
       color: $red;
       font-size: 4em;
       padding-top: 100%;
       position: relative;
       top: 0;
   }*/
}
body.home #content #primary h2 {
  font-size: 1.25rem;
  margin-bottom: 24px;
  color: #444;
}
@media only screen and (min-width: 768px) {
  body.home #content #primary h2 {
    font-size: 1.75rem;
    margin-bottom: 48px;
  }
}
body.home #content #primary p {
  /*                font-size: .75rem;*/
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8px;
  padding-right: 8px;
  /* @media only screen and (min-width: 600px) {
       font-size: .85rem;
       padding-right: $space*2;
       padding-left: $space*2;
   }


   @media only screen and (min-width: 768px) {
       font-size: 1rem;
       padding: 0;
   }*/
}
@media only screen and (min-width: 768px) {
  body.home #content #primary {
    padding-left: 96px;
    padding-right: 96px;
  }
}
body.home #content #primary .woocommerce h2 {
  font-size: 0.75rem;
  line-height: 24px;
  margin-top: 8px;
  margin-bottom: 8px;
  color: #222;
}
body.home #content #primary ul.products {
  margin-top: 72px;
  /*li {



      &:nth-of-type(-n+3) {
          &:before {
              display: none;
          }
      }        

      &:nth-of-type(3n) {
          &:after {
              display: none;
          }
      }


      &:nth-of-type(4) {
                  &:before {
                      display: block;
                  }
              }        

              &:nth-of-type(4n) {
                  &:after {
                      display: block;
                  }
              }

      &:nth-of-type(12) {
          &:after {
              display: none;
          }
      }        


  }*/
}
body.home #content #primary ul.products .tm-woocompare-button, body.home #content #primary ul.products .tm-woowishlist-button {
  display: none;
}
body.home #content banner {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: calc(100vh - 25vw - 52px);
  max-height: 105vw;
  background-repeat: no-repeat;
  background-size: cover;
}
body.home #content banner p {
  width: 100%;
  max-width: none;
  z-index: 1030;
  position: absolute;
}
@media only screen and (min-width: 601px) {
  body.home #content banner {
    height: calc(100vh - 7.8125vw - 52px);
  }
}
@media only screen and (min-width: 1281px) {
  body.home #content banner {
    height: calc(100vh - 100px - 52px);
  }
}
@media only screen and (min-width: 1370px) {
  body.home #content banner {
    height: calc(100vh - 100px - 82px);
  }
}
body.home #content banner #logo {
  position: absolute;
  width: 75%;
  padding-top: 33.3%;
  max-width: 55vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  background-image: url(../img/logo_gokey_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: filter 1s ease-in-out;
  z-index: 1000;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.5));
}
body.home #content banner #logo p {
  text-indent: -1000vw;
}
body.home #ic_signupform .elcontainer {
  max-width: none !important;
  border: none !important;
  width: 100% !important;
}
body.home .ibwp-mp-popup-inr {
  margin: 0 !important;
}
body.home .ibwp-mp-popup-inr .btn {
  font-size: 1.5em !important;
}
body.home .ibwp-mp-popup-inr label.checkbox {
  display: none !important;
}
body.home .ibwp-mp-popup-inr img {
  width: 1px;
}
body.home .ibwp-mp-popup-inr .grecaptcha-badge {
  display: none !important;
}
body.home #ic_signupform .elcontainer .formEl input[type=text]::-moz-placeholder {
  color: #222;
  font-size: 1.25em;
}
body.home #ic_signupform .elcontainer .formEl input[type=text]::placeholder {
  color: #222;
  font-size: 1.25em;
}
body.home #banner_image {
  display: none;
}
@media only screen and (min-width: 1370px) {
  body.home #banner_image {
    display: block;
  }
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
  opacity: 1;
  filter: alpha(opacity=1);
}

#colorbox {
  outline: 0;
}

#cboxTopLeft {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px 0 0 0;
}

#cboxTopCenter {
  height: 10px;
  background-color: rgba(255, 255, 255, 0.25);
}

#cboxTopRight {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 0 5px 0 0;
}

#cboxBottomLeft {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 0 0 0 5px;
}

#cboxBottomCenter {
  height: 10px;
  background-color: rgba(255, 255, 255, 0.25);
}

#cboxBottomRight {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 0 0 5px 0;
}

#cboxMiddleLeft {
  width: 10px;
  background-color: rgba(255, 255, 255, 0.25);
}

#cboxMiddleRight {
  width: 10px;
  background-color: rgba(255, 255, 255, 0.25);
}

#cboxContent {
  background: #fff;
  overflow: hidden;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin: 30px;
}

#cboxTitle {
  position: absolute;
  bottom: 0px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #999;
}

#cboxCurrent {
  position: absolute;
  bottom: 0px;
  left: 100px;
  color: #999; /*display: none !important;*/
}

#cboxLoadingOverlay {
  background: #fff url(images/loading.gif) no-repeat 5px 5px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  top: 10px;
  right: 52px;
  color: #444;
}

#cboxPrevious {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #444;
}

#cboxNext {
  position: absolute;
  top: 10px;
  left: 63px;
  color: #444;
}

#cboxClose {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  color: #444;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

.inColorbox {
  padding-top: 0px;
}
.inColorbox #site-navigation, .inColorbox #masthead {
  display: none !important;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
  animation-duration: 0.75s;
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  100% {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  100% {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
  animation-duration: 0.75s;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  animation-duration: 0.75s;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY;
  animation-duration: 0.75s;
}
@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  100% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  0% {
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    transform: translateX(0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  0% {
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    transform: translateY(0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  0% {
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    transform: translateY(100%);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    transform: translateX(-100%);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    transform: translateX(100%);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    transform: translateY(-100%);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

body.woocommerce-active #page {
  /*.block.product-info {
      margin-bottom: $space*10;
  }*/
}
body.woocommerce-active #page form.woocommerce-ordering {
  margin-bottom: 32px;
}
body.woocommerce-active #page ul.products {
  list-style: none;
  position: relative;
  width: 100%;
}
body.woocommerce-active #page ul.products li.product {
  padding-bottom: 0;
}
body.woocommerce-active #page ul.products li.product img {
  transition: transform 0.25s ease-in-out;
  padding: 8px;
}
body.woocommerce-active #page ul.products li.product a {
  text-decoration: none;
}
body.woocommerce-active #page ul.products li.product a h2, body.woocommerce-active #page ul.products li.product a h3 {
  margin: 1em 0;
}
body.woocommerce-active #page ul.products li.product a span.woocommerce-Price-amount {
  font-size: 0.8rem;
  position: relative;
  font-weight: 700;
}
body.woocommerce-active #page ul.products li.product .button {
  min-width: 150px;
  width: 65%;
  margin: 1em auto;
}
@media only screen and (min-width: 768px) {
  body.woocommerce-active #page ul.products li.product {
    img-padding: 32px;
  }
  body.woocommerce-active #page ul.products li.product:before {
    top: -24px;
    content: "";
    height: 1px;
    background-color: #ccc;
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  body.woocommerce-active #page ul.products li.product:after {
    right: -6.5%;
    top: 50%;
    content: "";
    height: 100%;
    background-color: #ccc;
    width: 1px;
    position: absolute;
    transform: translateY(-50%);
  }
  body.woocommerce-active #page ul.products li.product:nth-of-type(-n+3):before {
    display: none;
  }
  body.woocommerce-active #page ul.products li.product:nth-of-type(3n):after {
    display: none;
  }
}
body.woocommerce-active #page ul.products li:hover img {
  transform: scale(1.0333);
}
body.woocommerce-active #page ul.products li:hover h2 {
  color: rgb(193, 60, 67) !important;
}
body.woocommerce-active #page .entry-summary {
  font-size: 0.8rem;
  line-height: 24px;
  /*margin-bottom: $space*8;*/
}
body.woocommerce-active #page .entry-summary ul {
  list-style: none;
}
body.woocommerce-active #page .entry-summary ul li {
  position: relative;
  margin-bottom: 8px;
}
body.woocommerce-active #page .entry-summary ul li::before {
  content: "•";
  font-size: 24px;
  position: absolute;
  top: -2px;
  left: -16px;
}
body.woocommerce-active #page .entry-summary .price {
  font-weight: 700;
  font-size: 1rem;
}
body.woocommerce-active #page .entry-summary .woocommerce-product-details__short-description {
  margin-bottom: 40px;
}
body.woocommerce-active #page .entry-summary .quantity {
  margin-bottom: 40px;
  line-height: 16px;
}
body.woocommerce-active #page .entry-summary .quantity input {
  font-size: 0.85em;
  max-width: 64px;
  color: #222;
  border-color: #222;
  /*background-color: $gold;*/
  padding: 4px 8px;
}
body.woocommerce-active #page .entry-summary .quantity::before {
  content: "Quantity";
  text-transform: uppercase;
  font-size: 0.5rem;
  font-weight: 700;
  margin-right: 8px;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 1024px) {
  body.woocommerce-active #page .entry-summary {
    width: 40.5%;
    float: right;
  }
}
body.woocommerce-active #page .woocommerce-product-gallery, body.woocommerce-active #page .images {
  position: relative;
  margin-bottom: 20vw;
}
body.woocommerce-active #page .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs, body.woocommerce-active #page .images .flex-control-nav.flex-control-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
}
body.woocommerce-active #page .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li, body.woocommerce-active #page .images .flex-control-nav.flex-control-thumbs li {
  float: none;
  width: 100%;
}
body.woocommerce-active #page .woocommerce-product-gallery #wpb_wiz_gallery, body.woocommerce-active #page .images #wpb_wiz_gallery {
  position: absolute;
  bottom: -8px;
  right: 0;
  z-index: 10;
  transform: translateY(100%);
  /*padding-right: 1px;
  background-color: $light_gray;*/
  line-height: 0;
}
body.woocommerce-active #page .woocommerce-product-gallery #wpb_wiz_gallery .wpb-woo-zoom, body.woocommerce-active #page .images #wpb_wiz_gallery .wpb-woo-zoom {
  width: 14.28%;
  float: left;
  /*padding: $space/2;*/
}
body.woocommerce-active #page .woocommerce-product-gallery #wpb_wiz_gallery .wpb-woo-zoom img, body.woocommerce-active #page .images #wpb_wiz_gallery .wpb-woo-zoom img {
  opacity: 0.9;
  padding: 1px 0px 1px 1px;
}
body.woocommerce-active #page .woocommerce-product-gallery #wpb_wiz_gallery .wpb-woo-zoom img:hover, body.woocommerce-active #page .images #wpb_wiz_gallery .wpb-woo-zoom img:hover {
  opacity: 1;
}
body.woocommerce-active #page .woocommerce-product-gallery #wpb_wiz_gallery .wpb-wiz-active img, body.woocommerce-active #page .images #wpb_wiz_gallery .wpb-wiz-active img {
  opacity: 1;
}
@media only screen and (min-width: 1024px) {
  body.woocommerce-active #page .woocommerce-product-gallery, body.woocommerce-active #page .images {
    width: 50%;
    float: left;
    margin-bottom: 80px;
  }
}
body.woocommerce-active #page .woocommerce-tabs {
  float: none;
  clear: both;
}
body.woocommerce-active #page .woocommerce-tabs ul.tabs li {
  float: left;
  /*border: 1px solid $black;*/
  margin-bottom: 32px;
}
body.woocommerce-active #page .woocommerce-tabs ul.tabs li.active a {
  background-color: rgb(242, 183, 39);
  color: #222;
}
body.woocommerce-active #page .woocommerce-tabs ul.tabs li.active a:hover {
  background-color: rgb(242, 183, 39);
  color: #222;
}
body.woocommerce-active #page .woocommerce-tabs ul.tabs li a {
  background-color: #ccc;
  text-transform: uppercase;
  font-size: 0.4em;
  letter-spacing: 0.05em;
  border: none;
  border-radius: 0;
  text-decoration: none;
  font-weight: 700;
  color: #222;
  line-height: 16px;
  padding: 8px 16px;
  transition: all 0.25s ease-in-out;
}
body.woocommerce-active #page .woocommerce-tabs ul.tabs li a:hover {
  background-color: #444;
  color: white;
}
@media only screen and (min-width: 512px) {
  body.woocommerce-active #page .woocommerce-tabs ul.tabs li a {
    font-size: 0.6rem;
    padding: 8px 40px;
  }
}
body.woocommerce-active #page .woocommerce-Tabs-panel {
  padding: 24px 0 0 0;
  margin-top: 0;
  line-height: 40px;
}
body.woocommerce-active #page .woocommerce-Tabs-panel::before {
  clear: both;
}
body.woocommerce-active #page .woocommerce-Tabs-panel::after {
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  height: 16px;
  width: 66.667%;
  margin: 56px auto;
  background-image: url(img/img_rule_light_gray.svg);
}
body.woocommerce-active #page .woocommerce-Tabs-panel h2, body.woocommerce-active #page .woocommerce-Tabs-panel h3 {
  clear: both;
}
body.woocommerce-active #page .woocommerce-tabs.wc-tabs-wrapper {
  margin-top: 96px;
  /*&::before {
      content: '';
      display: block;
      background-color: transparent;
      background-repeat: no-repeat;
      background-position: center;    
      background-size: 100%;
      height: $space*2;
      width: 66.667%;
      margin: $space*20 auto $space*10 auto;
      background-image: url(img/img_rule_light_gray.svg);
  }*/
}
body.woocommerce-active #page .related.products ul.products, body.woocommerce-active #page .upsells.products ul.products, body.woocommerce-active #page .cross-sells ul.products {
  text-align: center;
  font-size: 0.75rem;
  line-height: 24px;
}
body.woocommerce-active #page .related.products ul.products a.button, body.woocommerce-active #page .upsells.products ul.products a.button, body.woocommerce-active #page .cross-sells ul.products a.button {
  bottom: auto;
  font-size: 0.65em;
}
body.woocommerce-active #page .related.products ul.products h2, body.woocommerce-active #page .related.products ul.products .woocommerce-Price-amount, body.woocommerce-active #page .upsells.products ul.products h2, body.woocommerce-active #page .upsells.products ul.products .woocommerce-Price-amount, body.woocommerce-active #page .cross-sells ul.products h2, body.woocommerce-active #page .cross-sells ul.products .woocommerce-Price-amount {
  font-size: 0.65rem !important;
  text-transform: uppercase;
}
body.woocommerce-active #page .related.products ul.products li.product:nth-of-type(-n+4):before, body.woocommerce-active #page .upsells.products ul.products li.product:nth-of-type(-n+4):before, body.woocommerce-active #page .cross-sells ul.products li.product:nth-of-type(-n+4):before {
  display: none;
}
body.woocommerce-active #page .related.products ul.products li.product:nth-of-type(4n):after, body.woocommerce-active #page .upsells.products ul.products li.product:nth-of-type(4n):after, body.woocommerce-active #page .cross-sells ul.products li.product:nth-of-type(4n):after {
  display: none;
}
body.woocommerce-active #page .related.products ul.products li.product:nth-of-type(3n):after, body.woocommerce-active #page .upsells.products ul.products li.product:nth-of-type(3n):after, body.woocommerce-active #page .cross-sells ul.products li.product:nth-of-type(3n):after {
  display: block;
}
body.woocommerce-active #page .woocommerce-notices-wrapper > .woocommerce-message, body.woocommerce-active #page .woocommerce-notices-wrapper > .woocommerce-error, body.woocommerce-active #page .woocommerce-form-coupon-toggle {
  background-color: #ccc;
  padding: 16px;
  margin: 40px 0;
  position: relative;
  width: 100%;
  border: 1px solid #222;
  font-size: 0.8rem;
  line-height: 16px;
}
body.woocommerce-active #page .woocommerce-notices-wrapper > .woocommerce-message .woocommerce-message, body.woocommerce-active #page .woocommerce-notices-wrapper > .woocommerce-error .woocommerce-message, body.woocommerce-active #page .woocommerce-form-coupon-toggle .woocommerce-message {
  background-color: transparent;
}
body.woocommerce-active #page .woocommerce-notices-wrapper > .woocommerce-message .button, body.woocommerce-active #page .woocommerce-notices-wrapper > .woocommerce-message a, body.woocommerce-active #page .woocommerce-notices-wrapper > .woocommerce-error .button, body.woocommerce-active #page .woocommerce-notices-wrapper > .woocommerce-error a, body.woocommerce-active #page .woocommerce-form-coupon-toggle .button, body.woocommerce-active #page .woocommerce-form-coupon-toggle a {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #444;
  text-transform: uppercase;
  font-size: 0.6rem;
  letter-spacing: 0.05em;
  border: 1px solid #222;
  border-radius: 0;
  font-weight: 700;
  color: white;
  line-height: 16px;
  padding: 8px;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
body.woocommerce-active #page .woocommerce-notices-wrapper > .woocommerce-message .button:hover, body.woocommerce-active #page .woocommerce-notices-wrapper > .woocommerce-message a:hover, body.woocommerce-active #page .woocommerce-notices-wrapper > .woocommerce-error .button:hover, body.woocommerce-active #page .woocommerce-notices-wrapper > .woocommerce-error a:hover, body.woocommerce-active #page .woocommerce-form-coupon-toggle .button:hover, body.woocommerce-active #page .woocommerce-form-coupon-toggle a:hover {
  background-color: rgb(193, 60, 67);
  border: 1px solid #222;
  color: white;
}
body.woocommerce-active #page .woocommerce-notices-wrapper > .woocommerce-message .button:active, body.woocommerce-active #page .woocommerce-notices-wrapper > .woocommerce-message a:active, body.woocommerce-active #page .woocommerce-notices-wrapper > .woocommerce-error .button:active, body.woocommerce-active #page .woocommerce-notices-wrapper > .woocommerce-error a:active, body.woocommerce-active #page .woocommerce-form-coupon-toggle .button:active, body.woocommerce-active #page .woocommerce-form-coupon-toggle a:active {
  background-color: rgb(242, 183, 39);
  border: 1px solid #222;
  color: black;
}
body.woocommerce-active #page ul.woocommerce-error {
  list-style: none;
}
body.woocommerce-active #page ul.woocommerce-error li {
  margin-bottom: 0;
}
body.woocommerce-active #page .woocommerce-info {
  background-color: transparent;
}
body.woocommerce-active #page table.shop_table {
  font-size: 0.75rem;
}
body.woocommerce-active #page table.shop_table .product-subtotal {
  text-align: right;
}
body.woocommerce-active #page table.shop_table td.product-thumbnail {
  max-width: 150px;
  padding: 24px 80px 24px 24px;
}
body.woocommerce-active #page table.shop_table input {
  font-size: 0.75rem;
}
body.woocommerce-active #page table.shop_table td.actions {
  text-align: right;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 40px 0;
}
body.woocommerce-active #page table.shop_table td.actions input {
  height: 34px;
  margin: 8px;
  width: 132px;
}
body.woocommerce-active #page .cross-sells {
  float: left;
}
@media only screen and (min-width: 1280px) {
  body.woocommerce-active #page .cross-sells {
    width: 66%;
  }
}
body.woocommerce-active #page .cart_totals {
  min-width: 320px;
  max-width: 768px;
  float: right;
}
@media only screen and (min-width: 1280px) {
  body.woocommerce-active #page .cart_totals {
    width: 33%;
    min-width: none;
  }
}
body.woocommerce-active #page .cart_totals, body.woocommerce-active #page .cart_totals th, body.woocommerce-active #page .cart_totals td {
  text-align: right;
}
body.woocommerce-active #page .cart_totals table, body.woocommerce-active #page .cart_totals th table, body.woocommerce-active #page .cart_totals td table {
  text-align: right !important;
}
body.woocommerce-active #page .cart_totals td {
  padding-left: 24px;
}
body.woocommerce-active #page form.woocommerce-checkout {
  font-size: 0.85rem;
}
body.woocommerce-active #page form.woocommerce-checkout input {
  font-size: 0.75rem;
}
body.woocommerce-active #page form.woocommerce-checkout input.input-checkbox {
  width: 16px;
}
body.woocommerce-active #page form.woocommerce-checkout th, body.woocommerce-active #page form.woocommerce-checkout td {
  text-align: left;
}
body.woocommerce-active #page form.woocommerce-checkout th:first-child, body.woocommerce-active #page form.woocommerce-checkout td:first-child {
  width: 60%;
}
body.woocommerce-active #page form.woocommerce-checkout th:last-child, body.woocommerce-active #page form.woocommerce-checkout td:last-child {
  padding-left: 8px;
}
body.woocommerce-active #page .col-1, body.woocommerce-active #page .col-2 {
  padding: 0;
}
body.woocommerce-active #page #payment {
  border: solid #222 1px;
  padding: 24px;
  background-color: #ccc;
}
body.woocommerce-active #page #payment ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.woocommerce-active #page #payment label {
  margin-bottom: 24px;
}
body.woocommerce-active #page #payment label img {
  width: 46px;
  float: right;
}
@media only screen and (min-width: 1024px) {
  body.woocommerce-active #page #payment {
    width: 50%;
    float: right;
  }
}
body.woocommerce-active #page .woocommerce-info, body.woocommerce-active #page .woocommerce-noreviews, body.woocommerce-active #page p.no-comments {
  background-color: transparent;
}
@media only screen and (min-width: 1024px) {
  body.woocommerce-active #page #order_review .woocommerce-checkout-review-order-table {
    float: left;
    width: 50%;
  }
}
body.woocommerce-active #page table.variations {
  margin-top: -40px;
  margin-bottom: 8px;
  font-size: 0.75rem;
}
body.woocommerce-active #page table.variations select {
  font-size: 0.75rem;
  margin: 8px 24px 8px 0;
  padding: 8px;
  line-height: 40px;
  border: 1px solid #222;
}
body.woocommerce-active #page table.variations select option {
  font-size: 0.75rem;
}
body.woocommerce-active #page table.variations .label, body.woocommerce-active #page table.variations label {
  display: block;
  border: none;
  font-size: 0.5rem;
  line-height: 40px;
  padding: 8px 8px 8px 0;
}
body.woocommerce-active #page .product_meta {
  margin-top: 40px;
  line-height: 24px;
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
body.woocommerce-active #page .product_meta span span {
  font-weight: 400;
  font-size: 0.75rem;
  margin-left: 8px;
}
body.woocommerce-active #page .product_meta .posted_in {
  display: none;
}
body.woocommerce-active #page form.woocommerce-ordering {
  padding: 0;
}
body.woocommerce-active #page form.woocommerce-ordering select {
  font-size: 1em;
}
body.woocommerce-active #page input#rememberme {
  width: auto;
  margin-bottom: 32px;
}
body.woocommerce-active #page .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 32px 0 48px 0;
  padding: 0;
  font-size: 0.85rem;
}

.zoomContainer:hover {
  cursor: crosshair;
}
.zoomContainer .zoomWindow {
  transform: translateX(120%) translateY(16px) !important;
  height: 90 !important;
  width: 90% !important;
  box-shadow: 0px 3px 5px #444;
  z-index: 20;
}
.zoomContainer .zoomWindow:hover {
  /*cursor: zoom-in !important;*/
}

.zoomLens {
  width: 240px !important;
  height: 240px !important;
  border-radius: 120px !important;
}

body.archive.woocommerce-active #page ul {
  text-align: center;
  font-size: 1rem;
  line-height: 24px;
}
body.archive.woocommerce-active #page ul a.button {
  bottom: auto;
  font-size: 0.65em;
}
body.archive.woocommerce-active #page ul h2, body.archive.woocommerce-active #page ul .woocommerce-Price-amount {
  font-size: 0.65rem !important;
  text-transform: uppercase;
}

body.single-product div.product {
  width: 100%;
}

.prop65 {
  position: relative;
  top: 32px;
  font-size: 0.75rem;
}

.wfg-no-thanks {
  display: none !important;
}

.wfg-title {
  font-family: novecento-slab, serif !important;
}

.woocommerce-product-rating {
  font-size: 0.75rem;
  margin-bottom: 24px;
}

.star-rating {
  line-height: 1;
  font-family: "star";
}
.star-rating span {
  font-family: "star";
}
.star-rating span:before {
  color: #f2b727;
}

header.woocommerce-products-header img {
  margin-bottom: 32px;
}

span.onsale {
  background-color: #34460d;
  display: inline-block;
  color: white;
  text-transform: uppercase;
  font-size: 0.75em;
  padding: 8px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  left: 1%;
  z-index: 39;
}

#comments {
  font-size: 0.75rem;
}

#comments::after {
  background-image: url(../img/img_rule_light_gray.svg);
  display: block;
  content: "";
  height: 8px;
  background-repeat: no-repeat;
  background-size: cover;
}

#comments .star-rating {
  font-size: 0.75em;
}

#comments img.avatar {
  display: none;
}

#comments p.meta {
  margin-bottom: 8px;
}

body.woocommerce-active #page {
  /*.block.product-info {
  margin-bottom: $space*10;
  }*/
}

body.woocommerce-active #page form.woocommerce-ordering {
  margin-bottom: 32px;
}

body.woocommerce-active #page ul.products {
  list-style: none;
  position: relative;
  width: 100%;
}

body.woocommerce-active #page ul.products .star-rating {
  font-size: 0.75em;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -8px;
  margin-bottom: 0;
}

body.woocommerce-active #page ul.products li.product img {
  transition: transform 0.25s ease-in-out;
  padding: 32px;
}

body.woocommerce-active #page ul.products li.product a {
  text-decoration: none;
}

body.woocommerce-active #page ul.products li.product a span.woocommerce-Price-amount {
  font-size: 0.8rem;
  position: relative;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  body.woocommerce-active #page ul.products li.product {
    img-padding: 32px;
  }
  body.woocommerce-active #page ul.products li.product:before {
    top: -24px;
    content: "";
    height: 1px;
    background-color: #ccc;
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  body.woocommerce-active #page ul.products li.product:after {
    right: -6.5%;
    top: 50%;
    content: "";
    height: 100%;
    background-color: #ccc;
    width: 1px;
    position: absolute;
    transform: translateY(-50%);
  }
  body.woocommerce-active #page ul.products li.product:nth-of-type(-n+3):before {
    display: none;
  }
  body.woocommerce-active #page ul.products li.product:nth-of-type(3n):after {
    display: none;
  }
}
body.woocommerce-active #page ul.products li:hover h2 {
  color: #c13c43 !important;
}

body.woocommerce-active #page .entry-summary {
  font-size: 0.8rem;
  line-height: 24px;
  /*margin-bottom: $space*8;*/
}

body.woocommerce-active #page .entry-summary ul {
  list-style: none;
}

body.woocommerce-active #page .entry-summary ul li {
  position: relative;
  margin-bottom: 8px;
}

body.woocommerce-active #page .entry-summary ul li::before {
  content: "•";
  font-size: 24px;
  position: absolute;
  top: -2px;
  left: -16px;
}

body.woocommerce-active #page .entry-summary .price {
  font-weight: 700;
  font-size: 1rem;
}

body.woocommerce-active #page .entry-summary .woocommerce-product-details__short-description {
  margin-bottom: 40px;
}

body.woocommerce-active #page .entry-summary .quantity {
  margin-bottom: 40px;
  line-height: 16px;
}

body.woocommerce-active #page .entry-summary .quantity input {
  font-size: 0.85em;
  max-width: 64px;
  color: #222;
  border-color: #222;
  /*background-color: $gold;*/
  padding: 4px 8px;
}

body.woocommerce-active #page .entry-summary .quantity::before {
  content: "Quantity";
  text-transform: uppercase;
  font-size: 0.5rem;
  font-weight: 700;
  margin-right: 8px;
  letter-spacing: 0.1em;
}

@media only screen and (min-width: 1024px) {
  body.woocommerce-active #page .entry-summary {
    width: 40.5%;
    float: right;
  }
}
body.woocommerce-active #page .woocommerce-product-gallery, body.woocommerce-active #page .images {
  margin-bottom: 15vw;
  position: relative;
  width: 100%;
}

body.woocommerce-active #page .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs, body.woocommerce-active #page .images .flex-control-nav.flex-control-thumbs {
  position: absolute;
  bottom: -56px;
  left: 0;
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  body.woocommerce-active #page .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs, body.woocommerce-active #page .images .flex-control-nav.flex-control-thumbs {
    bottom: -40px;
  }
}
body.woocommerce-active #page .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li, body.woocommerce-active #page .images .flex-control-nav.flex-control-thumbs li {
  float: left;
  width: 40px;
  margin-right: 8px;
}

body.woocommerce-active #page .woocommerce-product-gallery #wpb_wiz_gallery, body.woocommerce-active #page .images #wpb_wiz_gallery {
  position: absolute;
  bottom: -8px;
  right: 0;
  z-index: 10;
  transform: translateY(100%);
  /*padding-right: 1px;
  background-color: $light_gray;*/
  line-height: 0;
}

body.woocommerce-active #page .woocommerce-product-gallery #wpb_wiz_gallery .wpb-woo-zoom, body.woocommerce-active #page .images #wpb_wiz_gallery .wpb-woo-zoom {
  width: 14.28%;
  float: left;
  /*padding: $space/2;*/
}

body.woocommerce-active #page .woocommerce-product-gallery #wpb_wiz_gallery .wpb-woo-zoom img, body.woocommerce-active #page .images #wpb_wiz_gallery .wpb-woo-zoom img {
  opacity: 0.9;
  padding: 1px 0px 1px 1px;
}

body.woocommerce-active #page .woocommerce-product-gallery #wpb_wiz_gallery .wpb-woo-zoom img:hover, body.woocommerce-active #page .images #wpb_wiz_gallery .wpb-woo-zoom img:hover {
  opacity: 1;
}

body.woocommerce-active #page .woocommerce-product-gallery #wpb_wiz_gallery .wpb-wiz-active img, body.woocommerce-active #page .images #wpb_wiz_gallery .wpb-wiz-active img {
  opacity: 1;
}

body.woocommerce-active #page .woocommerce-product-gallery .flex-viewport figure, body.woocommerce-active #page .images .flex-viewport figure {
  margin: 0;
}

@media only screen and (min-width: 1024px) {
  body.woocommerce-active #page .woocommerce-product-gallery, body.woocommerce-active #page .images {
    width: 50%;
    float: left;
    margin-bottom: 80px;
    max-width: 520px;
    max-height: 520px;
  }
}
body.woocommerce-active #page .woocommerce-tabs {
  float: none;
  clear: both;
}

body.woocommerce-active #page .woocommerce-tabs ul.tabs li {
  float: left;
  /*border: 1px solid $black;*/
  margin-bottom: 32px;
}

body.woocommerce-active #page .woocommerce-tabs ul.tabs li.active a {
  background-color: #f2b727;
  color: #222;
}

body.woocommerce-active #page .woocommerce-tabs ul.tabs li.active a:hover {
  background-color: #f2b727;
  color: #222;
}

body.woocommerce-active #page .woocommerce-tabs ul.tabs li a {
  background-color: #ccc;
  text-transform: uppercase;
  font-size: 0.4em;
  letter-spacing: 0.05em;
  border: none;
  border-radius: 0;
  text-decoration: none;
  font-weight: 700;
  color: #222;
  line-height: 16px;
  padding: 8px 16px;
  transition: all 0.25s ease-in-out;
}

body.woocommerce-active #page .woocommerce-tabs ul.tabs li a:hover {
  background-color: #444;
  color: white;
}

@media only screen and (min-width: 512px) {
  body.woocommerce-active #page .woocommerce-tabs ul.tabs li a {
    font-size: 0.6rem;
    padding: 8px 40px;
  }
}
body.woocommerce-active #page .woocommerce-Tabs-panel {
  padding: 24px 0 0 0;
  margin-top: 0;
  line-height: 40px;
}

body.woocommerce-active #page .woocommerce-Tabs-panel::after {
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  height: 16px;
  width: 66.667%;
  margin: auto;
  background-image: url(img/img_rule_light_gray.svg);
}

body.woocommerce-active #page .woocommerce-tabs.wc-tabs-wrapper {
  margin-top: 96px;
  /*&::before {
    content: '';
    display: block;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;    
    background-size: 100%;
    height: $space*2;
    width: 66.667%;
    margin: $space*20 auto $space*10 auto;
    background-image: url(img/img_rule_light_gray.svg);
  }*/
}

body.woocommerce-active #page .related.products ul {
  text-align: center;
  font-size: 0.75rem;
  line-height: 24px;
}

body.woocommerce-active #page .related.products ul a.button {
  bottom: auto;
  font-size: 0.65em;
}

body.woocommerce-active #page .related.products ul h2, body.woocommerce-active #page .related.products ul .woocommerce-Price-amount {
  font-size: 0.65rem !important;
  text-transform: uppercase;
}

body.woocommerce-active #page .related.products ul li:nth-of-type(-n+4):before {
  display: none;
}

body.woocommerce-active #page .related.products ul li:nth-of-type(4n):after {
  display: none;
}

body.woocommerce-active #page .related.products ul li:nth-of-type(3n):after {
  display: block;
}

body.woocommerce-active #page .woocommerce-notices-wrapper > .woocommerce-message, body.woocommerce-active #page .woocommerce-notices-wrapper > .woocommerce-error, body.woocommerce-active #page .woocommerce-form-coupon-toggle {
  background-color: #ccc;
  padding: 16px;
  padding-right: 50%;
  margin: 40px 0;
  position: relative;
  width: 100%;
  border: 1px solid #222;
  font-size: 0.8rem;
  line-height: 16px;
}

body.woocommerce-active #page .woocommerce-notices-wrapper > .woocommerce-message .woocommerce-message, body.woocommerce-active #page .woocommerce-notices-wrapper > .woocommerce-error .woocommerce-message, body.woocommerce-active #page .woocommerce-form-coupon-toggle .woocommerce-message {
  background-color: transparent;
}

body.woocommerce-active #page .woocommerce-notices-wrapper > .woocommerce-message .button, body.woocommerce-active #page .woocommerce-notices-wrapper > .woocommerce-message a, body.woocommerce-active #page .woocommerce-notices-wrapper > .woocommerce-error .button, body.woocommerce-active #page .woocommerce-notices-wrapper > .woocommerce-error a, body.woocommerce-active #page .woocommerce-form-coupon-toggle .button, body.woocommerce-active #page .woocommerce-form-coupon-toggle a {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 40%;
  text-align: center;
  background-color: #444;
  text-transform: uppercase;
  font-size: 0.6rem;
  letter-spacing: 0.05em;
  border: 1px solid #222;
  border-radius: 0;
  font-weight: 700;
  color: white;
  line-height: 16px;
  padding: 8px;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}

body.woocommerce-active #page .woocommerce-notices-wrapper > .woocommerce-message .button:hover, body.woocommerce-active #page .woocommerce-notices-wrapper > .woocommerce-message a:hover, body.woocommerce-active #page .woocommerce-notices-wrapper > .woocommerce-error .button:hover, body.woocommerce-active #page .woocommerce-notices-wrapper > .woocommerce-error a:hover, body.woocommerce-active #page .woocommerce-form-coupon-toggle .button:hover, body.woocommerce-active #page .woocommerce-form-coupon-toggle a:hover {
  background-color: #c13c43;
  border: 1px solid #222;
  color: white;
}

body.woocommerce-active #page .woocommerce-notices-wrapper > .woocommerce-message .button:active, body.woocommerce-active #page .woocommerce-notices-wrapper > .woocommerce-message a:active, body.woocommerce-active #page .woocommerce-notices-wrapper > .woocommerce-error .button:active, body.woocommerce-active #page .woocommerce-notices-wrapper > .woocommerce-error a:active, body.woocommerce-active #page .woocommerce-form-coupon-toggle .button:active, body.woocommerce-active #page .woocommerce-form-coupon-toggle a:active {
  background-color: #f2b727;
  border: 1px solid #222;
  color: black;
}

body.woocommerce-active #page ul.woocommerce-error {
  list-style: none;
}

body.woocommerce-active #page ul.woocommerce-error li {
  margin-bottom: 0;
}

body.woocommerce-active #page .woocommerce-info {
  background-color: transparent;
}

body.woocommerce-active #page table.shop_table {
  font-size: 0.75rem;
}

body.woocommerce-active #page table.shop_table .product-subtotal {
  text-align: right;
}

body.woocommerce-active #page table.shop_table td.product-remove {
  width: 16px;
}

body.woocommerce-active #page table.shop_table td.product-thumbnail {
  padding: 0;
  width: 50%;
}

@media only screen and (min-width: 768px) {
  body.woocommerce-active #page table.shop_table td.product-thumbnail {
    width: 160px;
    padding: 24px;
  }
}
body.woocommerce-active #page table.shop_table td.product-thumbnail::before {
  content: "";
}

body.woocommerce-active #page table.shop_table input {
  font-size: 0.75rem;
}

body.woocommerce-active #page table.shop_table td.actions {
  text-align: right;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 40px 0;
}

body.woocommerce-active #page table.shop_table td.actions input {
  height: 34px;
  margin: 8px;
  width: 132px;
}

body.woocommerce-active #page .cart_totals {
  min-width: 320px;
  max-width: 768px;
  float: right;
}

body.woocommerce-active #page .cart_totals, body.woocommerce-active #page .cart_totals th, body.woocommerce-active #page .cart_totals td {
  text-align: right;
}

body.woocommerce-active #page .cart_totals table, body.woocommerce-active #page .cart_totals th table, body.woocommerce-active #page .cart_totals td table {
  text-align: right !important;
}

body.woocommerce-active #page .cart_totals td {
  padding-left: 24px;
}

body.woocommerce-active #page form.woocommerce-checkout {
  font-size: 0.85rem;
}

body.woocommerce-active #page form.woocommerce-checkout input {
  font-size: 0.75rem;
}

body.woocommerce-active #page form.woocommerce-checkout input.input-checkbox {
  width: 16px;
}

body.woocommerce-active #page form.woocommerce-checkout th, body.woocommerce-active #page form.woocommerce-checkout td {
  text-align: left;
}

body.woocommerce-active #page form.woocommerce-checkout th:first-child, body.woocommerce-active #page form.woocommerce-checkout td:first-child {
  width: 60%;
}

body.woocommerce-active #page form.woocommerce-checkout th:last-child, body.woocommerce-active #page form.woocommerce-checkout td:last-child {
  padding-left: 8px;
}

body.woocommerce-active #page .col-1, body.woocommerce-active #page .col-2 {
  padding: 0;
}

@media only screen and (min-width: 1024px) {
  body.woocommerce-active #page #order_review .woocommerce-checkout-review-order-table {
    float: left;
    width: 50%;
  }
}
body.woocommerce-active #page #payment {
  border: solid #222 1px;
  padding: 24px;
  background-color: #ccc;
}

@media only screen and (min-width: 1024px) {
  body.woocommerce-active #page #payment {
    width: 50%;
    float: right;
  }
}
body.woocommerce-active #page #payment ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

body.woocommerce-active #page #payment input[type=radio] {
  width: auto;
  float: left;
}

body.woocommerce-active #page #payment input[type=radio], body.woocommerce-active #page #payment input[type=checkbox] {
  margin-right: 8px;
}

body.woocommerce-active #page #payment label {
  margin-bottom: 24px;
}

body.woocommerce-active #page #payment label img {
  width: 46px;
  float: right;
}

body.woocommerce-active #page #payment button#place_order {
  float: right;
  position: relative;
  top: -24px;
}

@media only screen and (min-width: 1024px) {
  body.woocommerce-active #page #payment button#place_order {
    top: 0;
  }
}
body.woocommerce-active #page .woocommerce-info, body.woocommerce-active #page .woocommerce-noreviews, body.woocommerce-active #page p.no-comments {
  background-color: transparent;
}

body.woocommerce-active #page table.variations {
  margin-top: -40px;
  margin-bottom: 8px;
  font-size: 0.75rem;
}

body.woocommerce-active #page table.variations select {
  font-size: 0.75rem;
  margin: 8px 24px 8px 0;
  padding: 8px;
  line-height: 40px;
  border: 1px solid #222;
}

body.woocommerce-active #page table.variations select option {
  font-size: 0.75rem;
}

body.woocommerce-active #page table.variations .label, body.woocommerce-active #page table.variations label {
  display: block;
  border: none;
  font-size: 0.5rem;
  line-height: 40px;
  padding: 8px 8px 8px 0;
}

body.woocommerce-active #page .product_meta {
  margin-top: 40px;
  line-height: 24px;
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

body.woocommerce-active #page .product_meta span span {
  font-weight: 400;
  font-size: 0.75rem;
  margin-left: 8px;
}

body.woocommerce-active #page .product_meta .posted_in {
  display: none;
}

body.woocommerce-active #page form.woocommerce-ordering {
  padding: 0;
}

body.woocommerce-active #page form.woocommerce-ordering select {
  font-size: 1em;
}

body.woocommerce-active #page input#rememberme {
  width: auto;
  margin-bottom: 32px;
}

body.woocommerce-active #page .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 32px 0 48px 0;
  padding: 0;
  font-size: 0.85rem;
}

body.woocommerce-active #page #promotion {
  text-align: left;
}

body.woocommerce-active #page #promotion p {
  text-align: left;
  font-size: 0.85rem;
  line-height: 24px;
}

body.woocommerce-active #page #promotion p.add_to_cart_inline {
  text-align: right;
  max-width: 160px;
  float: right;
}

body.woocommerce-active #page #promotion .amount {
  font-weight: 700;
  font-size: 0.75rem;
  clear: both;
  float: none;
}

body.woocommerce-active #page #promotion a.button {
  display: inline-block;
  background-color: #f2b727;
  border: none;
  position: relative;
  float: right;
}

body.woocommerce-active #page #promotion a.button:hover {
  background-color: #222;
}

body.woocommerce-active #page #promotion h3 {
  text-align: center;
  background-color: #8D5120;
  color: #fff;
  padding: 8px;
  line-height: 1;
  margin-top: 0;
}

body.woocommerce-active #page #promotion img {
  max-width: 120px;
  width: 50%;
  float: left;
  margin-right: 24px;
}

body.woocommerce-active #page #promotion img.hero {
  max-width: 640px;
}

body.woocommerce-active #page #promotion img.freedom-hunters {
  float: none;
  margin: 0 auto;
}

body.woocommerce-active #page #promotion img.key-fob {
  margin-right: 24px;
}

@media only screen and (min-width: 982px) {
  body.woocommerce-active #page #promotion img {
    margin-right: 64px;
  }
}
body.woocommerce-active #page #promotion img.covers {
  float: right;
  width: 25%;
}

body.woocommerce-active #page #promotion .or {
  text-align: center;
  font-family: novecento-slab, serif;
  font-size: 2em;
  font-weight: 700;
  color: #34460d;
  margin: 64px;
  clear: both;
}

body.woocommerce-active #page #promotion p:last-of-type {
  font-size: 0.75em;
}

body.woocommerce-active #page form.woocommerce-cart-form {
  padding-top: 0;
}

body.woocommerce-active #page ul#shipping_method {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

body.woocommerce-active #page ul#shipping_method li {
  margin: 0;
  line-height: 1;
}

body.woocommerce-active #page ul#shipping_method label {
  font-size: 0.75em;
}

body.woocommerce-active #page p.woocommerce-shipping-destination {
  width: 50%;
  float: right;
}

body.woocommerce-active #page p.shipping_weight, body.woocommerce-active #page p.shipping_dimensions {
  font-size: 0.65rem;
  margin-bottom: 8px;
}

body.woocommerce-active #page p.shipping_weight:last-of-type, body.woocommerce-active #page p.shipping_dimensions:last-of-type {
  margin-bottom: 32px;
}

body.woocommerce-active #page p.shipping_weight span.label, body.woocommerce-active #page p.shipping_dimensions span.label {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  display: inline;
  font-size: 0.5rem;
  border: none;
  margin-right: 8px;
}

body.woocommerce-active.limited-edition-accessories #page p.stock.in-stock {
  font-size: 0;
}
body.woocommerce-active.limited-edition-accessories #page p.stock.in-stock::after {
  content: "Limited Quantities Available";
  color: rgb(193, 60, 67);
  font-size: 0.75rem;
  font-weight: bold;
}

body.woocommerce-active #page span.price del, body.woocommerce-active #page p.price del {
  color: rgb(193, 60, 67);
  font-size: 0.85em;
  margin-right: 8px;
}
body.woocommerce-active #page span.price ins, body.woocommerce-active #page p.price ins {
  background: none;
}

.upsells.products ul.products li.product, .cross-sells ul.products li.product {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .upsells.products ul.products li.product, .cross-sells ul.products li.product {
    width: 21.15%;
  }
}

[data-acfw-bogo] {
  font-size: 0.855rem;
  position: relative;
  background-color: rgb(242, 183, 39) !important;
  width: 100%;
  padding: 16px 2%;
  border: 1px #222 solid;
  margin-bottom: 48px;
}
[data-acfw-bogo] .button {
  position: absolute;
  right: 2%;
  background-color: rgb(50, 140, 13) !important;
}
[data-acfw-bogo] .button:hover {
  background-color: rgb(50, 70, 13) !important;
  color: white !important;
}

section.related.products img, section.upsells.products img {
  padding: 0 !important;
}

dl.variation dt, dl.variation dd {
  float: left;
  margin: 0;
}
dl.variation p {
  margin: 0;
}
dl.variation dt {
  clear: left;
  margin-right: 8px;
}

.single .gift_card_shipping_message {
  display: none;
}

.gokey-e-gift-cards .gift_card_shipping_message {
  display: block;
}
.gokey-e-gift-cards .gift_card_shipping_message + p {
  display: none;
}

p.stock.available-on-backorder {
  color: rgb(193, 60, 67);
  font-weight: bold;
  margin-top: 16px;
  font-size: larger;
}

.wpcfb-title, .wpcfb-message {
  font-weight: 700;
}

.ppc-button-wrapper {
  width: 100%;
  text-align: center;
  padding: 24px;
}
@media only screen and (min-width: 1024px) {
  .ppc-button-wrapper {
    width: 50%;
    float: right;
    clear: both;
  }
}

table.variations td {
  padding-bottom: 24px;
}
table.variations td a.reset_variations {
  margin-top: 24px;
  display: block;
}
table.variations th.label {
  text-align: left;
  line-height: 1 !important;
  padding: 0 0 8px 0 !important;
  font-size: 0.85em !important;
}
table.variations th.label label {
  line-height: 0 !important;
  display: inline-block !important;
  text-align: left;
  padding: 0 !important;
  font-size: 1em !important;
}
table.variations th.label span {
  margin-left: 0 !important;
}
table.variations .woo-variation-items-wrapper {
  padding: 0 0 24px 0 !important;
}
table.variations select {
  margin-top: 0 !important;
}
table.variations .variable-items-wrapper {
  list-style: none !important;
}
table.variations .variable-items-wrapper li {
  list-style: none !important;
  float: left;
}
table.variations .variable-items-wrapper li::before {
  display: none;
}

.variable-item {
  height: auto !important;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
  min-width: auto !important;
}

#page form#pwgc-balance-form {
  padding: 0;
}
@media only screen and (min-width: 600px) {
  #page form#pwgc-balance-form {
    max-width: 300px;
    float: right;
    margin: 0 0 3em 3em;
    clear: right;
  }
}

#pwgc-balance-container, #card_resources {
  background-color: #ccc;
  padding: 24px;
  margin-bottom: 3em;
  border: 1px solid #222;
}
#pwgc-balance-container #pwgc-balance-number-container, #card_resources #pwgc-balance-number-container {
  margin: 1em 0 0 0;
}
#pwgc-balance-container #pwgc-balance-title, #card_resources #pwgc-balance-title {
  text-align: left;
  font-family: novecento-slab, serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.0333em;
  font-size: 1.333em;
  margin-bottom: 0;
  line-height: 1;
}
#pwgc-balance-container #pwgc-balance-button, #card_resources #pwgc-balance-button {
  background-color: #444;
  text-transform: uppercase;
  font-size: 0.6rem;
  letter-spacing: 0.05em;
  border: 1px solid #222;
  border-radius: 0;
  font-weight: 700;
  color: white;
  line-height: 16px;
  padding: 8px;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
#pwgc-balance-container #pwgc-balance-button:hover, #card_resources #pwgc-balance-button:hover {
  background-color: rgb(193, 60, 67);
  border: 1px solid #222;
  color: white;
}
#pwgc-balance-container #pwgc-balance-button:active, #card_resources #pwgc-balance-button:active {
  background-color: rgb(242, 183, 39);
  border: 1px solid #222;
  color: black;
}
#pwgc-balance-container svg, #card_resources svg {
  display: none;
}

#card_resources {
  background-color: #ccc;
  margin-bottom: 40px;
}
#card_resources h3 {
  margin-top: 0;
}
#card_resources p {
  margin-bottom: 0;
}
#card_resources a.media-img.media-img {
  width: auto;
  display: inline-block;
  margin-bottom: 16px;
}
#card_resources a.media-img.media-img img {
  margin: 0;
  padding: 0;
}
#card_resources p.add_to_cart_inline {
  border: none !important;
  font-size: 0;
  padding: 0 !important;
}
#card_resources p.add_to_cart_inline .woocommerce-Price-amount.amount {
  display: none;
}
#card_resources img {
  max-width: 300px;
}
@media only screen and (min-width: 600px) {
  #card_resources {
    float: right;
    max-width: 300px;
    margin: 0 0 3em 3em;
    clear: right;
  }
}/*# sourceMappingURL=gokey-style.css.map */