@charset "UTF-8";
@import 'https://fonts.googleapis.com/css?family=Droid+Sans:400,700|Noto+Serif:400i,700i';
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

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

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

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

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

/* NEAT SETTINGS
================================================================================================ */
/* BITTERS SETTINGS
================================================================================================ */
button, input[type="button"], input[type="reset"], input[type="submit"],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #477dca;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Droid Sans", sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
button:hover,
button:focus {
  background-color: #2c5999;
  color: #fff;
}

button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

fieldset {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  margin: 0 0 0.75em;
  padding: 1.5em;
}

input,
label,
select {
  display: block;
  font-family: "Droid Sans", sans-serif;
  font-size: 1em;
}

label {
  font-weight: 600;
  margin-bottom: 0.375em;
}

label.required::after {
  content: "*";
}

label abbr {
  display: none;
}

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], body select, input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple=multiple],
textarea {
  box-sizing: border-box;
  font-family: "Droid Sans", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color;
  width: 100%;
}

textarea {
  resize: vertical;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}


.post-content ol {
  list-style-type: decimal;
  margin-bottom: 0.75em;
  padding-left: 1.5em;
}

dl {
  margin-bottom: 0.75em;
}

dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}

dl dd {
  margin: 0;
}

table {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -moz-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

body {
  color: #333;
  font-family: "Droid Sans", sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Serif", serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.75em;
}

p {
  margin: 0 0 0.75em;
}

a {
  color: #477dca;
  text-decoration: none;
  transition: color 0.1s linear;
}

a:active, a:focus, a:hover {
  color: #2c5999;
}

a:active, a:focus {
  outline: none;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

/*!
 *  Font Awesome 4.6.2 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../css/fonts/fontawesome-webfont.eot?v=4.6.2");
  src: url("../css/fonts/fontawesome-webfont.eot?#iefix&v=4.6.2") format("embedded-opentype"), url("../css/fonts/fontawesome-webfont.woff2?v=4.6.2") format("woff2"), url("../css/fonts/fontawesome-webfont.woff?v=4.6.2") format("woff"), url("../css/fonts/fontawesome-webfont.ttf?v=4.6.2") format("truetype"), url("../css/fonts/fontawesome-webfont.svg?v=4.6.2#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
  font-family: "Ionicons";
  src: url("../css/fonts/ionicons.eot?v=2.0.0");
  src: url("../css/fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../css/fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("../css/fonts/ionicons.woff?v=2.0.0") format("woff"), url("../css/fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}

.ion, .ionicons,
.ion-alert:before,
.ion-alert-circled:before,
.ion-android-add:before,
.ion-android-add-circle:before,
.ion-android-alarm-clock:before,
.ion-android-alert:before,
.ion-android-apps:before,
.ion-android-archive:before,
.ion-android-arrow-back:before,
.ion-android-arrow-down:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropdown-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropup:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-forward:before,
.ion-android-arrow-up:before,
.ion-android-attach:before,
.ion-android-bar:before,
.ion-android-bicycle:before,
.ion-android-boat:before,
.ion-android-bookmark:before,
.ion-android-bulb:before,
.ion-android-bus:before,
.ion-android-calendar:before,
.ion-android-call:before,
.ion-android-camera:before,
.ion-android-cancel:before,
.ion-android-car:before,
.ion-android-cart:before,
.ion-android-chat:before,
.ion-android-checkbox:before,
.ion-android-checkbox-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-color-palette:before,
.ion-android-compass:before,
.ion-android-contact:before,
.ion-android-contacts:before,
.ion-android-contract:before,
.ion-android-create:before,
.ion-android-delete:before,
.ion-android-desktop:before,
.ion-android-document:before,
.ion-android-done:before,
.ion-android-done-all:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite:before,
.ion-android-favorite-outline:before,
.ion-android-film:before,
.ion-android-folder:before,
.ion-android-folder-open:before,
.ion-android-funnel:before,
.ion-android-globe:before,
.ion-android-hand:before,
.ion-android-hangout:before,
.ion-android-happy:before,
.ion-android-home:before,
.ion-android-image:before,
.ion-android-laptop:before,
.ion-android-list:before,
.ion-android-locate:before,
.ion-android-lock:before,
.ion-android-mail:before,
.ion-android-map:before,
.ion-android-menu:before,
.ion-android-microphone:before,
.ion-android-microphone-off:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person:before,
.ion-android-person-add:before,
.ion-android-phone-landscape:before,
.ion-android-phone-portrait:before,
.ion-android-pin:before,
.ion-android-plane:before,
.ion-android-playstore:before,
.ion-android-print:before,
.ion-android-radio-button-off:before,
.ion-android-radio-button-on:before,
.ion-android-refresh:before,
.ion-android-remove:before,
.ion-android-remove-circle:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share:before,
.ion-android-share-alt:before,
.ion-android-star:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-stopwatch:before,
.ion-android-subway:before,
.ion-android-sunny:before,
.ion-android-sync:before,
.ion-android-textsms:before,
.ion-android-time:before,
.ion-android-train:before,
.ion-android-unlock:before,
.ion-android-upload:before,
.ion-android-volume-down:before,
.ion-android-volume-mute:before,
.ion-android-volume-off:before,
.ion-android-volume-up:before,
.ion-android-walk:before,
.ion-android-warning:before,
.ion-android-watch:before,
.ion-android-wifi:before,
.ion-aperture:before,
.ion-archive:before,
.ion-arrow-down-a:before,
.ion-arrow-down-b:before,
.ion-arrow-down-c:before,
.ion-arrow-expand:before,
.ion-arrow-graph-down-left:before,
.ion-arrow-graph-down-right:before,
.ion-arrow-graph-up-left:before,
.ion-arrow-graph-up-right:before,
.ion-arrow-left-a:before,
.ion-arrow-left-b:before,
.ion-arrow-left-c:before,
.ion-arrow-move:before,
.ion-arrow-resize:before,
.ion-arrow-return-left:before,
.ion-arrow-return-right:before,
.ion-arrow-right-a:before,
.ion-arrow-right-b:before,
.ion-arrow-right-c:before,
.ion-arrow-shrink:before,
.ion-arrow-swap:before,
.ion-arrow-up-a:before,
.ion-arrow-up-b:before,
.ion-arrow-up-c:before,
.ion-asterisk:before,
.ion-at:before,
.ion-backspace:before,
.ion-backspace-outline:before,
.ion-bag:before,
.ion-battery-charging:before,
.ion-battery-empty:before,
.ion-battery-full:before,
.ion-battery-half:before,
.ion-battery-low:before,
.ion-beaker:before,
.ion-beer:before,
.ion-bluetooth:before,
.ion-bonfire:before,
.ion-bookmark:before,
.ion-bowtie:before,
.ion-briefcase:before,
.ion-bug:before,
.ion-calculator:before,
.ion-calendar:before,
.ion-camera:before,
.ion-card:before,
.ion-cash:before,
.ion-chatbox:before,
.ion-chatbox-working:before,
.ion-chatboxes:before,
.ion-chatbubble:before,
.ion-chatbubble-working:before,
.ion-chatbubbles:before,
.ion-checkmark:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.ion-chevron-right:before,
.ion-chevron-up:before,
.ion-clipboard:before,
.ion-clock:before,
.ion-close:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-coffee:before,
.ion-compass:before,
.ion-compose:before,
.ion-connection-bars:before,
.ion-contrast:before,
.ion-crop:before,
.ion-cube:before,
.ion-disc:before,
.ion-document:before,
.ion-document-text:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email:before,
.ion-email-unread:before,
.ion-erlenmeyer-flask:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-eye:before,
.ion-eye-disabled:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.ion-flame:before,
.ion-flash:before,
.ion-flash-off:before,
.ion-folder:before,
.ion-fork:before,
.ion-fork-repo:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy:before,
.ion-happy-outline:before,
.ion-headphone:before,
.ion-heart:before,
.ion-heart-broken:before,
.ion-help:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information:before,
.ion-information-circled:before,
.ion-ionic:before,
.ion-ios-alarm:before,
.ion-ios-alarm-outline:before,
.ion-ios-albums:before,
.ion-ios-albums-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-analytics:before,
.ion-ios-analytics-outline:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-ios-arrow-thin-down:before,
.ion-ios-arrow-thin-left:before,
.ion-ios-arrow-thin-right:before,
.ion-ios-arrow-thin-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at:before,
.ion-ios-at-outline:before,
.ion-ios-barcode:before,
.ion-ios-barcode-outline:before,
.ion-ios-baseball:before,
.ion-ios-baseball-outline:before,
.ion-ios-basketball:before,
.ion-ios-basketball-outline:before,
.ion-ios-bell:before,
.ion-ios-bell-outline:before,
.ion-ios-body:before,
.ion-ios-body-outline:before,
.ion-ios-bolt:before,
.ion-ios-bolt-outline:before,
.ion-ios-book:before,
.ion-ios-book-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-box:before,
.ion-ios-box-outline:before,
.ion-ios-briefcase:before,
.ion-ios-briefcase-outline:before,
.ion-ios-browsers:before,
.ion-ios-browsers-outline:before,
.ion-ios-calculator:before,
.ion-ios-calculator-outline:before,
.ion-ios-calendar:before,
.ion-ios-calendar-outline:before,
.ion-ios-camera:before,
.ion-ios-camera-outline:before,
.ion-ios-cart:before,
.ion-ios-cart-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-checkmark:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock:before,
.ion-ios-clock-outline:before,
.ion-ios-close:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-cloud:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-download-outline:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloud-upload-outline:before,
.ion-ios-cloudy:before,
.ion-ios-cloudy-night:before,
.ion-ios-cloudy-night-outline:before,
.ion-ios-cloudy-outline:before,
.ion-ios-cog:before,
.ion-ios-cog-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-wand:before,
.ion-ios-color-wand-outline:before,
.ion-ios-compose:before,
.ion-ios-compose-outline:before,
.ion-ios-contact:before,
.ion-ios-contact-outline:before,
.ion-ios-copy:before,
.ion-ios-copy-outline:before,
.ion-ios-crop:before,
.ion-ios-crop-strong:before,
.ion-ios-download:before,
.ion-ios-download-outline:before,
.ion-ios-drag:before,
.ion-ios-email:before,
.ion-ios-email-outline:before,
.ion-ios-eye:before,
.ion-ios-eye-outline:before,
.ion-ios-fastforward:before,
.ion-ios-fastforward-outline:before,
.ion-ios-filing:before,
.ion-ios-filing-outline:before,
.ion-ios-film:before,
.ion-ios-film-outline:before,
.ion-ios-flag:before,
.ion-ios-flag-outline:before,
.ion-ios-flame:before,
.ion-ios-flame-outline:before,
.ion-ios-flask:before,
.ion-ios-flask-outline:before,
.ion-ios-flower:before,
.ion-ios-flower-outline:before,
.ion-ios-folder:before,
.ion-ios-folder-outline:before,
.ion-ios-football:before,
.ion-ios-football-outline:before,
.ion-ios-game-controller-a:before,
.ion-ios-game-controller-a-outline:before,
.ion-ios-game-controller-b:before,
.ion-ios-game-controller-b-outline:before,
.ion-ios-gear:before,
.ion-ios-gear-outline:before,
.ion-ios-glasses:before,
.ion-ios-glasses-outline:before,
.ion-ios-grid-view:before,
.ion-ios-grid-view-outline:before,
.ion-ios-heart:before,
.ion-ios-heart-outline:before,
.ion-ios-help:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-home:before,
.ion-ios-home-outline:before,
.ion-ios-infinite:before,
.ion-ios-infinite-outline:before,
.ion-ios-information:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad:before,
.ion-ios-keypad-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-list:before,
.ion-ios-list-outline:before,
.ion-ios-location:before,
.ion-ios-location-outline:before,
.ion-ios-locked:before,
.ion-ios-locked-outline:before,
.ion-ios-loop:before,
.ion-ios-loop-strong:before,
.ion-ios-medical:before,
.ion-ios-medical-outline:before,
.ion-ios-medkit:before,
.ion-ios-medkit-outline:before,
.ion-ios-mic:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-minus:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-monitor:before,
.ion-ios-monitor-outline:before,
.ion-ios-moon:before,
.ion-ios-moon-outline:before,
.ion-ios-more:before,
.ion-ios-more-outline:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate:before,
.ion-ios-navigate-outline:before,
.ion-ios-nutrition:before,
.ion-ios-nutrition-outline:before,
.ion-ios-paper:before,
.ion-ios-paper-outline:before,
.ion-ios-paperplane:before,
.ion-ios-paperplane-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-partlysunny-outline:before,
.ion-ios-pause:before,
.ion-ios-pause-outline:before,
.ion-ios-paw:before,
.ion-ios-paw-outline:before,
.ion-ios-people:before,
.ion-ios-people-outline:before,
.ion-ios-person:before,
.ion-ios-person-outline:before,
.ion-ios-personadd:before,
.ion-ios-personadd-outline:before,
.ion-ios-photos:before,
.ion-ios-photos-outline:before,
.ion-ios-pie:before,
.ion-ios-pie-outline:before,
.ion-ios-pint:before,
.ion-ios-pint-outline:before,
.ion-ios-play:before,
.ion-ios-play-outline:before,
.ion-ios-plus:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetags:before,
.ion-ios-pricetags-outline:before,
.ion-ios-printer:before,
.ion-ios-printer-outline:before,
.ion-ios-pulse:before,
.ion-ios-pulse-strong:before,
.ion-ios-rainy:before,
.ion-ios-rainy-outline:before,
.ion-ios-recording:before,
.ion-ios-recording-outline:before,
.ion-ios-redo:before,
.ion-ios-redo-outline:before,
.ion-ios-refresh:before,
.ion-ios-refresh-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-rewind:before,
.ion-ios-rewind-outline:before,
.ion-ios-rose:before,
.ion-ios-rose-outline:before,
.ion-ios-search:before,
.ion-ios-search-strong:before,
.ion-ios-settings:before,
.ion-ios-settings-strong:before,
.ion-ios-shuffle:before,
.ion-ios-shuffle-strong:before,
.ion-ios-skipbackward:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-snowy:before,
.ion-ios-speedometer:before,
.ion-ios-speedometer-outline:before,
.ion-ios-star:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-sunny:before,
.ion-ios-sunny-outline:before,
.ion-ios-telephone:before,
.ion-ios-telephone-outline:before,
.ion-ios-tennisball:before,
.ion-ios-tennisball-outline:before,
.ion-ios-thunderstorm:before,
.ion-ios-thunderstorm-outline:before,
.ion-ios-time:before,
.ion-ios-time-outline:before,
.ion-ios-timer:before,
.ion-ios-timer-outline:before,
.ion-ios-toggle:before,
.ion-ios-toggle-outline:before,
.ion-ios-trash:before,
.ion-ios-trash-outline:before,
.ion-ios-undo:before,
.ion-ios-undo-outline:before,
.ion-ios-unlocked:before,
.ion-ios-unlocked-outline:before,
.ion-ios-upload:before,
.ion-ios-upload-outline:before,
.ion-ios-videocam:before,
.ion-ios-videocam-outline:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass:before,
.ion-ios-wineglass-outline:before,
.ion-ios-world:before,
.ion-ios-world-outline:before,
.ion-ipad:before,
.ion-iphone:before,
.ion-ipod:before,
.ion-jet:before,
.ion-key:before,
.ion-knife:before,
.ion-laptop:before,
.ion-leaf:before,
.ion-levels:before,
.ion-lightbulb:before,
.ion-link:before,
.ion-load-a:before,
.ion-load-b:before,
.ion-load-c:before,
.ion-load-d:before,
.ion-location:before,
.ion-lock-combination:before,
.ion-locked:before,
.ion-log-in:before,
.ion-log-out:before,
.ion-loop:before,
.ion-magnet:before,
.ion-male:before,
.ion-man:before,
.ion-map:before,
.ion-medkit:before,
.ion-merge:before,
.ion-mic-a:before,
.ion-mic-b:before,
.ion-mic-c:before,
.ion-minus:before,
.ion-minus-circled:before,
.ion-minus-round:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ion-navicon:before,
.ion-navicon-round:before,
.ion-navigate:before,
.ion-network:before,
.ion-no-smoking:before,
.ion-nuclear:before,
.ion-outlet:before,
.ion-paintbrush:before,
.ion-paintbucket:before,
.ion-paper-airplane:before,
.ion-paperclip:before,
.ion-pause:before,
.ion-person:before,
.ion-person-add:before,
.ion-person-stalker:before,
.ion-pie-graph:before,
.ion-pin:before,
.ion-pinpoint:before,
.ion-pizza:before,
.ion-plane:before,
.ion-planet:before,
.ion-play:before,
.ion-playstation:before,
.ion-plus:before,
.ion-plus-circled:before,
.ion-plus-round:before,
.ion-podium:before,
.ion-pound:before,
.ion-power:before,
.ion-pricetag:before,
.ion-pricetags:before,
.ion-printer:before,
.ion-pull-request:before,
.ion-qr-scanner:before,
.ion-quote:before,
.ion-radio-waves:before,
.ion-record:before,
.ion-refresh:before,
.ion-reply:before,
.ion-reply-all:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad:before,
.ion-sad-outline:before,
.ion-scissors:before,
.ion-search:before,
.ion-settings:before,
.ion-share:before,
.ion-shuffle:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-android:before,
.ion-social-android-outline:before,
.ion-social-angular:before,
.ion-social-angular-outline:before,
.ion-social-apple:before,
.ion-social-apple-outline:before,
.ion-social-bitcoin:before,
.ion-social-bitcoin-outline:before,
.ion-social-buffer:before,
.ion-social-buffer-outline:before,
.ion-social-chrome:before,
.ion-social-chrome-outline:before,
.ion-social-codepen:before,
.ion-social-codepen-outline:before,
.ion-social-css3:before,
.ion-social-css3-outline:before,
.ion-social-designernews:before,
.ion-social-designernews-outline:before,
.ion-social-dribbble:before,
.ion-social-dribbble-outline:before,
.ion-social-dropbox:before,
.ion-social-dropbox-outline:before,
.ion-social-euro:before,
.ion-social-euro-outline:before,
.ion-social-facebook:before,
.ion-social-facebook-outline:before,
.ion-social-foursquare:before,
.ion-social-foursquare-outline:before,
.ion-social-freebsd-devil:before,
.ion-social-github:before,
.ion-social-github-outline:before,
.ion-social-google:before,
.ion-social-google-outline:before,
.ion-social-googleplus:before,
.ion-social-googleplus-outline:before,
.ion-social-hackernews:before,
.ion-social-hackernews-outline:before,
.ion-social-html5:before,
.ion-social-html5-outline:before,
.ion-social-instagram:before,
.ion-social-instagram-outline:before,
.ion-social-javascript:before,
.ion-social-javascript-outline:before,
.ion-social-linkedin:before,
.ion-social-linkedin-outline:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest:before,
.ion-social-pinterest-outline:before,
.ion-social-python:before,
.ion-social-reddit:before,
.ion-social-reddit-outline:before,
.ion-social-rss:before,
.ion-social-rss-outline:before,
.ion-social-sass:before,
.ion-social-skype:before,
.ion-social-skype-outline:before,
.ion-social-snapchat:before,
.ion-social-snapchat-outline:before,
.ion-social-tumblr:before,
.ion-social-tumblr-outline:before,
.ion-social-tux:before,
.ion-social-twitch:before,
.ion-social-twitch-outline:before,
.ion-social-twitter:before,
.ion-social-twitter-outline:before,
.ion-social-usd:before,
.ion-social-usd-outline:before,
.ion-social-vimeo:before,
.ion-social-vimeo-outline:before,
.ion-social-whatsapp:before,
.ion-social-whatsapp-outline:before,
.ion-social-windows:before,
.ion-social-windows-outline:before,
.ion-social-wordpress:before,
.ion-social-wordpress-outline:before,
.ion-social-yahoo:before,
.ion-social-yahoo-outline:before,
.ion-social-yen:before,
.ion-social-yen-outline:before,
.ion-social-youtube:before,
.ion-social-youtube-outline:before,
.ion-soup-can:before,
.ion-soup-can-outline:before,
.ion-speakerphone:before,
.ion-speedometer:before,
.ion-spoon:before,
.ion-star:before,
.ion-stats-bars:before,
.ion-steam:before,
.ion-stop:before,
.ion-thermometer:before,
.ion-thumbsdown:before,
.ion-thumbsup:before,
.ion-toggle:before,
.ion-toggle-filled:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt:before,
.ion-tshirt-outline:before,
.ion-umbrella:before,
.ion-university:before,
.ion-unlocked:before,
.ion-upload:before,
.ion-usb:before,
.ion-videocamera:before,
.ion-volume-high:before,
.ion-volume-low:before,
.ion-volume-medium:before,
.ion-volume-mute:before,
.ion-wand:before,
.ion-waterdrop:before,
.ion-wifi:before,
.ion-wineglass:before,
.ion-woman:before,
.ion-wrench:before,
.ion-xbox:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ion-alert:before {
  content: "";
}

.ion-alert-circled:before {
  content: "";
}

.ion-android-add:before {
  content: "";
}

.ion-android-add-circle:before {
  content: "";
}

.ion-android-alarm-clock:before {
  content: "";
}

.ion-android-alert:before {
  content: "";
}

.ion-android-apps:before {
  content: "";
}

.ion-android-archive:before {
  content: "";
}

.ion-android-arrow-back:before {
  content: "";
}

.ion-android-arrow-down:before {
  content: "";
}

.ion-android-arrow-dropdown:before {
  content: "";
}

.ion-android-arrow-dropdown-circle:before {
  content: "";
}

.ion-android-arrow-dropleft:before {
  content: "";
}

.ion-android-arrow-dropleft-circle:before {
  content: "";
}

.ion-android-arrow-dropright:before {
  content: "";
}

.ion-android-arrow-dropright-circle:before {
  content: "";
}

.ion-android-arrow-dropup:before {
  content: "";
}

.ion-android-arrow-dropup-circle:before {
  content: "";
}

.ion-android-arrow-forward:before {
  content: "";
}

.ion-android-arrow-up:before {
  content: "";
}

.ion-android-attach:before {
  content: "";
}

.ion-android-bar:before {
  content: "";
}

.ion-android-bicycle:before {
  content: "";
}

.ion-android-boat:before {
  content: "";
}

.ion-android-bookmark:before {
  content: "";
}

.ion-android-bulb:before {
  content: "";
}

.ion-android-bus:before {
  content: "";
}

.ion-android-calendar:before {
  content: "";
}

.ion-android-call:before {
  content: "";
}

.ion-android-camera:before {
  content: "";
}

.ion-android-cancel:before {
  content: "";
}

.ion-android-car:before {
  content: "";
}

.ion-android-cart:before {
  content: "";
}

.ion-android-chat:before {
  content: "";
}

.ion-android-checkbox:before {
  content: "";
}

.ion-android-checkbox-blank:before {
  content: "";
}

.ion-android-checkbox-outline:before {
  content: "";
}

.ion-android-checkbox-outline-blank:before {
  content: "";
}

.ion-android-checkmark-circle:before {
  content: "";
}

.ion-android-clipboard:before {
  content: "";
}

.ion-android-close:before {
  content: "";
}

.ion-android-cloud:before {
  content: "";
}

.ion-android-cloud-circle:before {
  content: "";
}

.ion-android-cloud-done:before {
  content: "";
}

.ion-android-cloud-outline:before {
  content: "";
}

.ion-android-color-palette:before {
  content: "";
}

.ion-android-compass:before {
  content: "";
}

.ion-android-contact:before {
  content: "";
}

.ion-android-contacts:before {
  content: "";
}

.ion-android-contract:before {
  content: "";
}

.ion-android-create:before {
  content: "";
}

.ion-android-delete:before {
  content: "";
}

.ion-android-desktop:before {
  content: "";
}

.ion-android-document:before {
  content: "";
}

.ion-android-done:before {
  content: "";
}

.ion-android-done-all:before {
  content: "";
}

.ion-android-download:before {
  content: "";
}

.ion-android-drafts:before {
  content: "";
}

.ion-android-exit:before {
  content: "";
}

.ion-android-expand:before {
  content: "";
}

.ion-android-favorite:before {
  content: "";
}

.ion-android-favorite-outline:before {
  content: "";
}

.ion-android-film:before {
  content: "";
}

.ion-android-folder:before {
  content: "";
}

.ion-android-folder-open:before {
  content: "";
}

.ion-android-funnel:before {
  content: "";
}

.ion-android-globe:before {
  content: "";
}

.ion-android-hand:before {
  content: "";
}

.ion-android-hangout:before {
  content: "";
}

.ion-android-happy:before {
  content: "";
}

.ion-android-home:before {
  content: "";
}

.ion-android-image:before {
  content: "";
}

.ion-android-laptop:before {
  content: "";
}

.ion-android-list:before {
  content: "";
}

.ion-android-locate:before {
  content: "";
}

.ion-android-lock:before {
  content: "";
}

.ion-android-mail:before {
  content: "";
}

.ion-android-map:before {
  content: "";
}

.ion-android-menu:before {
  content: "";
}

.ion-android-microphone:before {
  content: "";
}

.ion-android-microphone-off:before {
  content: "";
}

.ion-android-more-horizontal:before {
  content: "";
}

.ion-android-more-vertical:before {
  content: "";
}

.ion-android-navigate:before {
  content: "";
}

.ion-android-notifications:before {
  content: "";
}

.ion-android-notifications-none:before {
  content: "";
}

.ion-android-notifications-off:before {
  content: "";
}

.ion-android-open:before {
  content: "";
}

.ion-android-options:before {
  content: "";
}

.ion-android-people:before {
  content: "";
}

.ion-android-person:before {
  content: "";
}

.ion-android-person-add:before {
  content: "";
}

.ion-android-phone-landscape:before {
  content: "";
}

.ion-android-phone-portrait:before {
  content: "";
}

.ion-android-pin:before {
  content: "";
}

.ion-android-plane:before {
  content: "";
}

.ion-android-playstore:before {
  content: "";
}

.ion-android-print:before {
  content: "";
}

.ion-android-radio-button-off:before {
  content: "";
}

.ion-android-radio-button-on:before {
  content: "";
}

.ion-android-refresh:before {
  content: "";
}

.ion-android-remove:before {
  content: "";
}

.ion-android-remove-circle:before {
  content: "";
}

.ion-android-restaurant:before {
  content: "";
}

.ion-android-sad:before {
  content: "";
}

.ion-android-search:before {
  content: "";
}

.ion-android-send:before {
  content: "";
}

.ion-android-settings:before {
  content: "";
}

.ion-android-share:before {
  content: "";
}

.ion-android-share-alt:before {
  content: "";
}

.ion-android-star:before {
  content: "";
}

.ion-android-star-half:before {
  content: "";
}

.ion-android-star-outline:before {
  content: "";
}

.ion-android-stopwatch:before {
  content: "";
}

.ion-android-subway:before {
  content: "";
}

.ion-android-sunny:before {
  content: "";
}

.ion-android-sync:before {
  content: "";
}

.ion-android-textsms:before {
  content: "";
}

.ion-android-time:before {
  content: "";
}

.ion-android-train:before {
  content: "";
}

.ion-android-unlock:before {
  content: "";
}

.ion-android-upload:before {
  content: "";
}

.ion-android-volume-down:before {
  content: "";
}

.ion-android-volume-mute:before {
  content: "";
}

.ion-android-volume-off:before {
  content: "";
}

.ion-android-volume-up:before {
  content: "";
}

.ion-android-walk:before {
  content: "";
}

.ion-android-warning:before {
  content: "";
}

.ion-android-watch:before {
  content: "";
}

.ion-android-wifi:before {
  content: "";
}

.ion-aperture:before {
  content: "";
}

.ion-archive:before {
  content: "";
}

.ion-arrow-down-a:before {
  content: "";
}

.ion-arrow-down-b:before {
  content: "";
}

.ion-arrow-down-c:before {
  content: "";
}

.ion-arrow-expand:before {
  content: "";
}

.ion-arrow-graph-down-left:before {
  content: "";
}

.ion-arrow-graph-down-right:before {
  content: "";
}

.ion-arrow-graph-up-left:before {
  content: "";
}

.ion-arrow-graph-up-right:before {
  content: "";
}

.ion-arrow-left-a:before {
  content: "";
}

.ion-arrow-left-b:before {
  content: "";
}

.ion-arrow-left-c:before {
  content: "";
}

.ion-arrow-move:before {
  content: "";
}

.ion-arrow-resize:before {
  content: "";
}

.ion-arrow-return-left:before {
  content: "";
}

.ion-arrow-return-right:before {
  content: "";
}

.ion-arrow-right-a:before {
  content: "";
}

.ion-arrow-right-b:before {
  content: "";
}

.ion-arrow-right-c:before {
  content: "";
}

.ion-arrow-shrink:before {
  content: "";
}

.ion-arrow-swap:before {
  content: "";
}

.ion-arrow-up-a:before {
  content: "";
}

.ion-arrow-up-b:before {
  content: "";
}

.ion-arrow-up-c:before {
  content: "";
}

.ion-asterisk:before {
  content: "";
}

.ion-at:before {
  content: "";
}

.ion-backspace:before {
  content: "";
}

.ion-backspace-outline:before {
  content: "";
}

.ion-bag:before {
  content: "";
}

.ion-battery-charging:before {
  content: "";
}

.ion-battery-empty:before {
  content: "";
}

.ion-battery-full:before {
  content: "";
}

.ion-battery-half:before {
  content: "";
}

.ion-battery-low:before {
  content: "";
}

.ion-beaker:before {
  content: "";
}

.ion-beer:before {
  content: "";
}

.ion-bluetooth:before {
  content: "";
}

.ion-bonfire:before {
  content: "";
}

.ion-bookmark:before {
  content: "";
}

.ion-bowtie:before {
  content: "";
}

.ion-briefcase:before {
  content: "";
}

.ion-bug:before {
  content: "";
}

.ion-calculator:before {
  content: "";
}

.ion-calendar:before {
  content: "";
}

.ion-camera:before {
  content: "";
}

.ion-card:before {
  content: "";
}

.ion-cash:before {
  content: "";
}

.ion-chatbox:before {
  content: "";
}

.ion-chatbox-working:before {
  content: "";
}

.ion-chatboxes:before {
  content: "";
}

.ion-chatbubble:before {
  content: "";
}

.ion-chatbubble-working:before {
  content: "";
}

.ion-chatbubbles:before {
  content: "";
}

.ion-checkmark:before {
  content: "";
}

.ion-checkmark-circled:before {
  content: "";
}

.ion-checkmark-round:before {
  content: "";
}

.ion-chevron-down:before {
  content: "";
}

.ion-chevron-left:before {
  content: "";
}

.ion-chevron-right:before {
  content: "";
}

.ion-chevron-up:before {
  content: "";
}

.ion-clipboard:before {
  content: "";
}

.ion-clock:before {
  content: "";
}

.ion-close:before {
  content: "";
}

.ion-close-circled:before {
  content: "";
}

.ion-close-round:before {
  content: "";
}

.ion-closed-captioning:before {
  content: "";
}

.ion-cloud:before {
  content: "";
}

.ion-code:before {
  content: "";
}

.ion-code-download:before {
  content: "";
}

.ion-code-working:before {
  content: "";
}

.ion-coffee:before {
  content: "";
}

.ion-compass:before {
  content: "";
}

.ion-compose:before {
  content: "";
}

.ion-connection-bars:before {
  content: "";
}

.ion-contrast:before {
  content: "";
}

.ion-crop:before {
  content: "";
}

.ion-cube:before {
  content: "";
}

.ion-disc:before {
  content: "";
}

.ion-document:before {
  content: "";
}

.ion-document-text:before {
  content: "";
}

.ion-drag:before {
  content: "";
}

.ion-earth:before {
  content: "";
}

.ion-easel:before {
  content: "";
}

.ion-edit:before {
  content: "";
}

.ion-egg:before {
  content: "";
}

.ion-eject:before {
  content: "";
}

.ion-email:before {
  content: "";
}

.ion-email-unread:before {
  content: "";
}

.ion-erlenmeyer-flask:before {
  content: "";
}

.ion-erlenmeyer-flask-bubbles:before {
  content: "";
}

.ion-eye:before {
  content: "";
}

.ion-eye-disabled:before {
  content: "";
}

.ion-female:before {
  content: "";
}

.ion-filing:before {
  content: "";
}

.ion-film-marker:before {
  content: "";
}

.ion-fireball:before {
  content: "";
}

.ion-flag:before {
  content: "";
}

.ion-flame:before {
  content: "";
}

.ion-flash:before {
  content: "";
}

.ion-flash-off:before {
  content: "";
}

.ion-folder:before {
  content: "";
}

.ion-fork:before {
  content: "";
}

.ion-fork-repo:before {
  content: "";
}

.ion-forward:before {
  content: "";
}

.ion-funnel:before {
  content: "";
}

.ion-gear-a:before {
  content: "";
}

.ion-gear-b:before {
  content: "";
}

.ion-grid:before {
  content: "";
}

.ion-hammer:before {
  content: "";
}

.ion-happy:before {
  content: "";
}

.ion-happy-outline:before {
  content: "";
}

.ion-headphone:before {
  content: "";
}

.ion-heart:before {
  content: "";
}

.ion-heart-broken:before {
  content: "";
}

.ion-help:before {
  content: "";
}

.ion-help-buoy:before {
  content: "";
}

.ion-help-circled:before {
  content: "";
}

.ion-home:before {
  content: "";
}

.ion-icecream:before {
  content: "";
}

.ion-image:before {
  content: "";
}

.ion-images:before {
  content: "";
}

.ion-information:before {
  content: "";
}

.ion-information-circled:before {
  content: "";
}

.ion-ionic:before {
  content: "";
}

.ion-ios-alarm:before {
  content: "";
}

.ion-ios-alarm-outline:before {
  content: "";
}

.ion-ios-albums:before {
  content: "";
}

.ion-ios-albums-outline:before {
  content: "";
}

.ion-ios-americanfootball:before {
  content: "";
}

.ion-ios-americanfootball-outline:before {
  content: "";
}

.ion-ios-analytics:before {
  content: "";
}

.ion-ios-analytics-outline:before {
  content: "";
}

.ion-ios-arrow-back:before {
  content: "";
}

.ion-ios-arrow-down:before {
  content: "";
}

.ion-ios-arrow-forward:before {
  content: "";
}

.ion-ios-arrow-left:before {
  content: "";
}

.ion-ios-arrow-right:before {
  content: "";
}

.ion-ios-arrow-thin-down:before {
  content: "";
}

.ion-ios-arrow-thin-left:before {
  content: "";
}

.ion-ios-arrow-thin-right:before {
  content: "";
}

.ion-ios-arrow-thin-up:before {
  content: "";
}

.ion-ios-arrow-up:before {
  content: "";
}

.ion-ios-at:before {
  content: "";
}

.ion-ios-at-outline:before {
  content: "";
}

.ion-ios-barcode:before {
  content: "";
}

.ion-ios-barcode-outline:before {
  content: "";
}

.ion-ios-baseball:before {
  content: "";
}

.ion-ios-baseball-outline:before {
  content: "";
}

.ion-ios-basketball:before {
  content: "";
}

.ion-ios-basketball-outline:before {
  content: "";
}

.ion-ios-bell:before {
  content: "";
}

.ion-ios-bell-outline:before {
  content: "";
}

.ion-ios-body:before {
  content: "";
}

.ion-ios-body-outline:before {
  content: "";
}

.ion-ios-bolt:before {
  content: "";
}

.ion-ios-bolt-outline:before {
  content: "";
}

.ion-ios-book:before {
  content: "";
}

.ion-ios-book-outline:before {
  content: "";
}

.ion-ios-bookmarks:before {
  content: "";
}

.ion-ios-bookmarks-outline:before {
  content: "";
}

.ion-ios-box:before {
  content: "";
}

.ion-ios-box-outline:before {
  content: "";
}

.ion-ios-briefcase:before {
  content: "";
}

.ion-ios-briefcase-outline:before {
  content: "";
}

.ion-ios-browsers:before {
  content: "";
}

.ion-ios-browsers-outline:before {
  content: "";
}

.ion-ios-calculator:before {
  content: "";
}

.ion-ios-calculator-outline:before {
  content: "";
}

.ion-ios-calendar:before {
  content: "";
}

.ion-ios-calendar-outline:before {
  content: "";
}

.ion-ios-camera:before {
  content: "";
}

.ion-ios-camera-outline:before {
  content: "";
}

.ion-ios-cart:before {
  content: "";
}

.ion-ios-cart-outline:before {
  content: "";
}

.ion-ios-chatboxes:before {
  content: "";
}

.ion-ios-chatboxes-outline:before {
  content: "";
}

.ion-ios-chatbubble:before {
  content: "";
}

.ion-ios-chatbubble-outline:before {
  content: "";
}

.ion-ios-checkmark:before {
  content: "";
}

.ion-ios-checkmark-empty:before {
  content: "";
}

.ion-ios-checkmark-outline:before {
  content: "";
}

.ion-ios-circle-filled:before {
  content: "";
}

.ion-ios-circle-outline:before {
  content: "";
}

.ion-ios-clock:before {
  content: "";
}

.ion-ios-clock-outline:before {
  content: "";
}

.ion-ios-close:before {
  content: "";
}

.ion-ios-close-empty:before {
  content: "";
}

.ion-ios-close-outline:before {
  content: "";
}

.ion-ios-cloud:before {
  content: "";
}

.ion-ios-cloud-download:before {
  content: "";
}

.ion-ios-cloud-download-outline:before {
  content: "";
}

.ion-ios-cloud-outline:before {
  content: "";
}

.ion-ios-cloud-upload:before {
  content: "";
}

.ion-ios-cloud-upload-outline:before {
  content: "";
}

.ion-ios-cloudy:before {
  content: "";
}

.ion-ios-cloudy-night:before {
  content: "";
}

.ion-ios-cloudy-night-outline:before {
  content: "";
}

.ion-ios-cloudy-outline:before {
  content: "";
}

.ion-ios-cog:before {
  content: "";
}

.ion-ios-cog-outline:before {
  content: "";
}

.ion-ios-color-filter:before {
  content: "";
}

.ion-ios-color-filter-outline:before {
  content: "";
}

.ion-ios-color-wand:before {
  content: "";
}

.ion-ios-color-wand-outline:before {
  content: "";
}

.ion-ios-compose:before {
  content: "";
}

.ion-ios-compose-outline:before {
  content: "";
}

.ion-ios-contact:before {
  content: "";
}

.ion-ios-contact-outline:before {
  content: "";
}

.ion-ios-copy:before {
  content: "";
}

.ion-ios-copy-outline:before {
  content: "";
}

.ion-ios-crop:before {
  content: "";
}

.ion-ios-crop-strong:before {
  content: "";
}

.ion-ios-download:before {
  content: "";
}

.ion-ios-download-outline:before {
  content: "";
}

.ion-ios-drag:before {
  content: "";
}

.ion-ios-email:before {
  content: "";
}

.ion-ios-email-outline:before {
  content: "";
}

.ion-ios-eye:before {
  content: "";
}

.ion-ios-eye-outline:before {
  content: "";
}

.ion-ios-fastforward:before {
  content: "";
}

.ion-ios-fastforward-outline:before {
  content: "";
}

.ion-ios-filing:before {
  content: "";
}

.ion-ios-filing-outline:before {
  content: "";
}

.ion-ios-film:before {
  content: "";
}

.ion-ios-film-outline:before {
  content: "";
}

.ion-ios-flag:before {
  content: "";
}

.ion-ios-flag-outline:before {
  content: "";
}

.ion-ios-flame:before {
  content: "";
}

.ion-ios-flame-outline:before {
  content: "";
}

.ion-ios-flask:before {
  content: "";
}

.ion-ios-flask-outline:before {
  content: "";
}

.ion-ios-flower:before {
  content: "";
}

.ion-ios-flower-outline:before {
  content: "";
}

.ion-ios-folder:before {
  content: "";
}

.ion-ios-folder-outline:before {
  content: "";
}

.ion-ios-football:before {
  content: "";
}

.ion-ios-football-outline:before {
  content: "";
}

.ion-ios-game-controller-a:before {
  content: "";
}

.ion-ios-game-controller-a-outline:before {
  content: "";
}

.ion-ios-game-controller-b:before {
  content: "";
}

.ion-ios-game-controller-b-outline:before {
  content: "";
}

.ion-ios-gear:before {
  content: "";
}

.ion-ios-gear-outline:before {
  content: "";
}

.ion-ios-glasses:before {
  content: "";
}

.ion-ios-glasses-outline:before {
  content: "";
}

.ion-ios-grid-view:before {
  content: "";
}

.ion-ios-grid-view-outline:before {
  content: "";
}

.ion-ios-heart:before {
  content: "";
}

.ion-ios-heart-outline:before {
  content: "";
}

.ion-ios-help:before {
  content: "";
}

.ion-ios-help-empty:before {
  content: "";
}

.ion-ios-help-outline:before {
  content: "";
}

.ion-ios-home:before {
  content: "";
}

.ion-ios-home-outline:before {
  content: "";
}

.ion-ios-infinite:before {
  content: "";
}

.ion-ios-infinite-outline:before {
  content: "";
}

.ion-ios-information:before {
  content: "";
}

.ion-ios-information-empty:before {
  content: "";
}

.ion-ios-information-outline:before {
  content: "";
}

.ion-ios-ionic-outline:before {
  content: "";
}

.ion-ios-keypad:before {
  content: "";
}

.ion-ios-keypad-outline:before {
  content: "";
}

.ion-ios-lightbulb:before {
  content: "";
}

.ion-ios-lightbulb-outline:before {
  content: "";
}

.ion-ios-list:before {
  content: "";
}

.ion-ios-list-outline:before {
  content: "";
}

.ion-ios-location:before {
  content: "";
}

.ion-ios-location-outline:before {
  content: "";
}

.ion-ios-locked:before {
  content: "";
}

.ion-ios-locked-outline:before {
  content: "";
}

.ion-ios-loop:before {
  content: "";
}

.ion-ios-loop-strong:before {
  content: "";
}

.ion-ios-medical:before {
  content: "";
}

.ion-ios-medical-outline:before {
  content: "";
}

.ion-ios-medkit:before {
  content: "";
}

.ion-ios-medkit-outline:before {
  content: "";
}

.ion-ios-mic:before {
  content: "";
}

.ion-ios-mic-off:before {
  content: "";
}

.ion-ios-mic-outline:before {
  content: "";
}

.ion-ios-minus:before {
  content: "";
}

.ion-ios-minus-empty:before {
  content: "";
}

.ion-ios-minus-outline:before {
  content: "";
}

.ion-ios-monitor:before {
  content: "";
}

.ion-ios-monitor-outline:before {
  content: "";
}

.ion-ios-moon:before {
  content: "";
}

.ion-ios-moon-outline:before {
  content: "";
}

.ion-ios-more:before {
  content: "";
}

.ion-ios-more-outline:before {
  content: "";
}

.ion-ios-musical-note:before {
  content: "";
}

.ion-ios-musical-notes:before {
  content: "";
}

.ion-ios-navigate:before {
  content: "";
}

.ion-ios-navigate-outline:before {
  content: "";
}

.ion-ios-nutrition:before {
  content: "";
}

.ion-ios-nutrition-outline:before {
  content: "";
}

.ion-ios-paper:before {
  content: "";
}

.ion-ios-paper-outline:before {
  content: "";
}

.ion-ios-paperplane:before {
  content: "";
}

.ion-ios-paperplane-outline:before {
  content: "";
}

.ion-ios-partlysunny:before {
  content: "";
}

.ion-ios-partlysunny-outline:before {
  content: "";
}

.ion-ios-pause:before {
  content: "";
}

.ion-ios-pause-outline:before {
  content: "";
}

.ion-ios-paw:before {
  content: "";
}

.ion-ios-paw-outline:before {
  content: "";
}

.ion-ios-people:before {
  content: "";
}

.ion-ios-people-outline:before {
  content: "";
}

.ion-ios-person:before {
  content: "";
}

.ion-ios-person-outline:before {
  content: "";
}

.ion-ios-personadd:before {
  content: "";
}

.ion-ios-personadd-outline:before {
  content: "";
}

.ion-ios-photos:before {
  content: "";
}

.ion-ios-photos-outline:before {
  content: "";
}

.ion-ios-pie:before {
  content: "";
}

.ion-ios-pie-outline:before {
  content: "";
}

.ion-ios-pint:before {
  content: "";
}

.ion-ios-pint-outline:before {
  content: "";
}

.ion-ios-play:before {
  content: "";
}

.ion-ios-play-outline:before {
  content: "";
}

.ion-ios-plus:before {
  content: "";
}

.ion-ios-plus-empty:before {
  content: "";
}

.ion-ios-plus-outline:before {
  content: "";
}

.ion-ios-pricetag:before {
  content: "";
}

.ion-ios-pricetag-outline:before {
  content: "";
}

.ion-ios-pricetags:before {
  content: "";
}

.ion-ios-pricetags-outline:before {
  content: "";
}

.ion-ios-printer:before {
  content: "";
}

.ion-ios-printer-outline:before {
  content: "";
}

.ion-ios-pulse:before {
  content: "";
}

.ion-ios-pulse-strong:before {
  content: "";
}

.ion-ios-rainy:before {
  content: "";
}

.ion-ios-rainy-outline:before {
  content: "";
}

.ion-ios-recording:before {
  content: "";
}

.ion-ios-recording-outline:before {
  content: "";
}

.ion-ios-redo:before {
  content: "";
}

.ion-ios-redo-outline:before {
  content: "";
}

.ion-ios-refresh:before {
  content: "";
}

.ion-ios-refresh-empty:before {
  content: "";
}

.ion-ios-refresh-outline:before {
  content: "";
}

.ion-ios-reload:before {
  content: "";
}

.ion-ios-reverse-camera:before {
  content: "";
}

.ion-ios-reverse-camera-outline:before {
  content: "";
}

.ion-ios-rewind:before {
  content: "";
}

.ion-ios-rewind-outline:before {
  content: "";
}

.ion-ios-rose:before {
  content: "";
}

.ion-ios-rose-outline:before {
  content: "";
}

.ion-ios-search:before {
  content: "";
}

.ion-ios-search-strong:before {
  content: "";
}

.ion-ios-settings:before {
  content: "";
}

.ion-ios-settings-strong:before {
  content: "";
}

.ion-ios-shuffle:before {
  content: "";
}

.ion-ios-shuffle-strong:before {
  content: "";
}

.ion-ios-skipbackward:before {
  content: "";
}

.ion-ios-skipbackward-outline:before {
  content: "";
}

.ion-ios-skipforward:before {
  content: "";
}

.ion-ios-skipforward-outline:before {
  content: "";
}

.ion-ios-snowy:before {
  content: "";
}

.ion-ios-speedometer:before {
  content: "";
}

.ion-ios-speedometer-outline:before {
  content: "";
}

.ion-ios-star:before {
  content: "";
}

.ion-ios-star-half:before {
  content: "";
}

.ion-ios-star-outline:before {
  content: "";
}

.ion-ios-stopwatch:before {
  content: "";
}

.ion-ios-stopwatch-outline:before {
  content: "";
}

.ion-ios-sunny:before {
  content: "";
}

.ion-ios-sunny-outline:before {
  content: "";
}

.ion-ios-telephone:before {
  content: "";
}

.ion-ios-telephone-outline:before {
  content: "";
}

.ion-ios-tennisball:before {
  content: "";
}

.ion-ios-tennisball-outline:before {
  content: "";
}

.ion-ios-thunderstorm:before {
  content: "";
}

.ion-ios-thunderstorm-outline:before {
  content: "";
}

.ion-ios-time:before {
  content: "";
}

.ion-ios-time-outline:before {
  content: "";
}

.ion-ios-timer:before {
  content: "";
}

.ion-ios-timer-outline:before {
  content: "";
}

.ion-ios-toggle:before {
  content: "";
}

.ion-ios-toggle-outline:before {
  content: "";
}

.ion-ios-trash:before {
  content: "";
}

.ion-ios-trash-outline:before {
  content: "";
}

.ion-ios-undo:before {
  content: "";
}

.ion-ios-undo-outline:before {
  content: "";
}

.ion-ios-unlocked:before {
  content: "";
}

.ion-ios-unlocked-outline:before {
  content: "";
}

.ion-ios-upload:before {
  content: "";
}

.ion-ios-upload-outline:before {
  content: "";
}

.ion-ios-videocam:before {
  content: "";
}

.ion-ios-videocam-outline:before {
  content: "";
}

.ion-ios-volume-high:before {
  content: "";
}

.ion-ios-volume-low:before {
  content: "";
}

.ion-ios-wineglass:before {
  content: "";
}

.ion-ios-wineglass-outline:before {
  content: "";
}

.ion-ios-world:before {
  content: "";
}

.ion-ios-world-outline:before {
  content: "";
}

.ion-ipad:before {
  content: "";
}

.ion-iphone:before {
  content: "";
}

.ion-ipod:before {
  content: "";
}

.ion-jet:before {
  content: "";
}

.ion-key:before {
  content: "";
}

.ion-knife:before {
  content: "";
}

.ion-laptop:before {
  content: "";
}

.ion-leaf:before {
  content: "";
}

.ion-levels:before {
  content: "";
}

.ion-lightbulb:before {
  content: "";
}

.ion-link:before {
  content: "";
}

.ion-load-a:before {
  content: "";
}

.ion-load-b:before {
  content: "";
}

.ion-load-c:before {
  content: "";
}

.ion-load-d:before {
  content: "";
}

.ion-location:before {
  content: "";
}

.ion-lock-combination:before {
  content: "";
}

.ion-locked:before {
  content: "";
}

.ion-log-in:before {
  content: "";
}

.ion-log-out:before {
  content: "";
}

.ion-loop:before {
  content: "";
}

.ion-magnet:before {
  content: "";
}

.ion-male:before {
  content: "";
}

.ion-man:before {
  content: "";
}

.ion-map:before {
  content: "";
}

.ion-medkit:before {
  content: "";
}

.ion-merge:before {
  content: "";
}

.ion-mic-a:before {
  content: "";
}

.ion-mic-b:before {
  content: "";
}

.ion-mic-c:before {
  content: "";
}

.ion-minus:before {
  content: "";
}

.ion-minus-circled:before {
  content: "";
}

.ion-minus-round:before {
  content: "";
}

.ion-model-s:before {
  content: "";
}

.ion-monitor:before {
  content: "";
}

.ion-more:before {
  content: "";
}

.ion-mouse:before {
  content: "";
}

.ion-music-note:before {
  content: "";
}

.ion-navicon:before {
  content: "";
}

.ion-navicon-round:before {
  content: "";
}

.ion-navigate:before {
  content: "";
}

.ion-network:before {
  content: "";
}

.ion-no-smoking:before {
  content: "";
}

.ion-nuclear:before {
  content: "";
}

.ion-outlet:before {
  content: "";
}

.ion-paintbrush:before {
  content: "";
}

.ion-paintbucket:before {
  content: "";
}

.ion-paper-airplane:before {
  content: "";
}

.ion-paperclip:before {
  content: "";
}

.ion-pause:before {
  content: "";
}

.ion-person:before {
  content: "";
}

.ion-person-add:before {
  content: "";
}

.ion-person-stalker:before {
  content: "";
}

.ion-pie-graph:before {
  content: "";
}

.ion-pin:before {
  content: "";
}

.ion-pinpoint:before {
  content: "";
}

.ion-pizza:before {
  content: "";
}

.ion-plane:before {
  content: "";
}

.ion-planet:before {
  content: "";
}

.ion-play:before {
  content: "";
}

.ion-playstation:before {
  content: "";
}

.ion-plus:before {
  content: "";
}

.ion-plus-circled:before {
  content: "";
}

.ion-plus-round:before {
  content: "";
}

.ion-podium:before {
  content: "";
}

.ion-pound:before {
  content: "";
}

.ion-power:before {
  content: "";
}

.ion-pricetag:before {
  content: "";
}

.ion-pricetags:before {
  content: "";
}

.ion-printer:before {
  content: "";
}

.ion-pull-request:before {
  content: "";
}

.ion-qr-scanner:before {
  content: "";
}

.ion-quote:before {
  content: "";
}

.ion-radio-waves:before {
  content: "";
}

.ion-record:before {
  content: "";
}

.ion-refresh:before {
  content: "";
}

.ion-reply:before {
  content: "";
}

.ion-reply-all:before {
  content: "";
}

.ion-ribbon-a:before {
  content: "";
}

.ion-ribbon-b:before {
  content: "";
}

.ion-sad:before {
  content: "";
}

.ion-sad-outline:before {
  content: "";
}

.ion-scissors:before {
  content: "";
}

.ion-search:before {
  content: "";
}

.ion-settings:before {
  content: "";
}

.ion-share:before {
  content: "";
}

.ion-shuffle:before {
  content: "";
}

.ion-skip-backward:before {
  content: "";
}

.ion-skip-forward:before {
  content: "";
}

.ion-social-android:before {
  content: "";
}

.ion-social-android-outline:before {
  content: "";
}

.ion-social-angular:before {
  content: "";
}

.ion-social-angular-outline:before {
  content: "";
}

.ion-social-apple:before {
  content: "";
}

.ion-social-apple-outline:before {
  content: "";
}

.ion-social-bitcoin:before {
  content: "";
}

.ion-social-bitcoin-outline:before {
  content: "";
}

.ion-social-buffer:before {
  content: "";
}

.ion-social-buffer-outline:before {
  content: "";
}

.ion-social-chrome:before {
  content: "";
}

.ion-social-chrome-outline:before {
  content: "";
}

.ion-social-codepen:before {
  content: "";
}

.ion-social-codepen-outline:before {
  content: "";
}

.ion-social-css3:before {
  content: "";
}

.ion-social-css3-outline:before {
  content: "";
}

.ion-social-designernews:before {
  content: "";
}

.ion-social-designernews-outline:before {
  content: "";
}

.ion-social-dribbble:before {
  content: "";
}

.ion-social-dribbble-outline:before {
  content: "";
}

.ion-social-dropbox:before {
  content: "";
}

.ion-social-dropbox-outline:before {
  content: "";
}

.ion-social-euro:before {
  content: "";
}

.ion-social-euro-outline:before {
  content: "";
}

.ion-social-facebook:before {
  content: "";
}

.ion-social-facebook-outline:before {
  content: "";
}

.ion-social-foursquare:before {
  content: "";
}

.ion-social-foursquare-outline:before {
  content: "";
}

.ion-social-freebsd-devil:before {
  content: "";
}

.ion-social-github:before {
  content: "";
}

.ion-social-github-outline:before {
  content: "";
}

.ion-social-google:before {
  content: "";
}

.ion-social-google-outline:before {
  content: "";
}

.ion-social-googleplus:before {
  content: "";
}

.ion-social-googleplus-outline:before {
  content: "";
}

.ion-social-hackernews:before {
  content: "";
}

.ion-social-hackernews-outline:before {
  content: "";
}

.ion-social-html5:before {
  content: "";
}

.ion-social-html5-outline:before {
  content: "";
}

.ion-social-instagram:before {
  content: "";
}

.ion-social-instagram-outline:before {
  content: "";
}

.ion-social-javascript:before {
  content: "";
}

.ion-social-javascript-outline:before {
  content: "";
}

.ion-social-linkedin:before {
  content: "";
}

.ion-social-linkedin-outline:before {
  content: "";
}

.ion-social-markdown:before {
  content: "";
}

.ion-social-nodejs:before {
  content: "";
}

.ion-social-octocat:before {
  content: "";
}

.ion-social-pinterest:before {
  content: "";
}

.ion-social-pinterest-outline:before {
  content: "";
}

.ion-social-python:before {
  content: "";
}

.ion-social-reddit:before {
  content: "";
}

.ion-social-reddit-outline:before {
  content: "";
}

.ion-social-rss:before {
  content: "";
}

.ion-social-rss-outline:before {
  content: "";
}

.ion-social-sass:before {
  content: "";
}

.ion-social-skype:before {
  content: "";
}

.ion-social-skype-outline:before {
  content: "";
}

.ion-social-snapchat:before {
  content: "";
}

.ion-social-snapchat-outline:before {
  content: "";
}

.ion-social-tumblr:before {
  content: "";
}

.ion-social-tumblr-outline:before {
  content: "";
}

.ion-social-tux:before {
  content: "";
}

.ion-social-twitch:before {
  content: "";
}

.ion-social-twitch-outline:before {
  content: "";
}

.ion-social-twitter:before {
  content: "";
}

.ion-social-twitter-outline:before {
  content: "";
}

.ion-social-usd:before {
  content: "";
}

.ion-social-usd-outline:before {
  content: "";
}

.ion-social-vimeo:before {
  content: "";
}

.ion-social-vimeo-outline:before {
  content: "";
}

.ion-social-whatsapp:before {
  content: "";
}

.ion-social-whatsapp-outline:before {
  content: "";
}

.ion-social-windows:before {
  content: "";
}

.ion-social-windows-outline:before {
  content: "";
}

.ion-social-wordpress:before {
  content: "";
}

.ion-social-wordpress-outline:before {
  content: "";
}

.ion-social-yahoo:before {
  content: "";
}

.ion-social-yahoo-outline:before {
  content: "";
}

.ion-social-yen:before {
  content: "";
}

.ion-social-yen-outline:before {
  content: "";
}

.ion-social-youtube:before {
  content: "";
}

.ion-social-youtube-outline:before {
  content: "";
}

.ion-soup-can:before {
  content: "";
}

.ion-soup-can-outline:before {
  content: "";
}

.ion-speakerphone:before {
  content: "";
}

.ion-speedometer:before {
  content: "";
}

.ion-spoon:before {
  content: "";
}

.ion-star:before {
  content: "";
}

.ion-stats-bars:before {
  content: "";
}

.ion-steam:before {
  content: "";
}

.ion-stop:before {
  content: "";
}

.ion-thermometer:before {
  content: "";
}

.ion-thumbsdown:before {
  content: "";
}

.ion-thumbsup:before {
  content: "";
}

.ion-toggle:before {
  content: "";
}

.ion-toggle-filled:before {
  content: "";
}

.ion-transgender:before {
  content: "";
}

.ion-trash-a:before {
  content: "";
}

.ion-trash-b:before {
  content: "";
}

.ion-trophy:before {
  content: "";
}

.ion-tshirt:before {
  content: "";
}

.ion-tshirt-outline:before {
  content: "";
}

.ion-umbrella:before {
  content: "";
}

.ion-university:before {
  content: "";
}

.ion-unlocked:before {
  content: "";
}

.ion-upload:before {
  content: "";
}

.ion-usb:before {
  content: "";
}

.ion-videocamera:before {
  content: "";
}

.ion-volume-high:before {
  content: "";
}

.ion-volume-low:before {
  content: "";
}

.ion-volume-medium:before {
  content: "";
}

.ion-volume-mute:before {
  content: "";
}

.ion-wand:before {
  content: "";
}

.ion-waterdrop:before {
  content: "";
}

.ion-wifi:before {
  content: "";
}

.ion-wineglass:before {
  content: "";
}

.ion-woman:before {
  content: "";
}

.ion-wrench:before {
  content: "";
}

.ion-xbox:before {
  content: "";
}

/* BUTTONS
================================================================================================ */
button, input[type="button"], input[type="reset"], input[type="submit"], a.button, button.button, button.button.alt, button.button.alt.disabled, a.button, a.button.alt, a.button.disabled, a.button.alt.disabled {
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
  display: inline-block;
  height: 35px;
  padding: 0 20px;
  border: 2px solid #d5b068;
  font-size: 12px;
  font-weight: 600;
  font-family: "Droid Sans", sans-serif;
  text-transform: uppercase;
  color: #333333;
  text-decoration: none;
  cursor: pointer;
  background: transparent;
  text-align: center;
  border-radius: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

button:hover, button:active, input[type="button"]:hover, input[type="button"]:active, input[type="reset"]:hover, input[type="reset"]:active, input[type="submit"]:hover, input[type="submit"]:active, a.button:hover, a.button:active, button.button:hover, button.button:active, button.button.alt:hover, button.button.alt:active, button.button.alt.disabled:hover, button.button.alt.disabled:active, a.button:hover, a.button:active, a.button.alt:hover, a.button.alt:active, a.button.disabled:hover, a.button.disabled:active, a.button.alt.disabled:hover, a.button.alt.disabled:active {
  color: #ffffff;
  background: #d5b068;
  text-decoration: none;
}

button.disabled, input[type="button"].disabled, input[type="reset"].disabled, input[type="submit"].disabled, a.button.disabled, button.button.disabled, button.button.alt.disabled, button.button.alt.disabled.disabled, a.button.disabled, a.button.alt.disabled, a.button.disabled.disabled, a.button.alt.disabled.disabled {
  background-color: transparent;
}

button.alt, input[type="button"].alt, input[type="reset"].alt, input[type="submit"].alt, a.button.alt, button.button.alt, button.button.alt.alt, button.button.alt.disabled.alt, a.button.alt, a.button.alt.alt, a.button.disabled.alt, a.button.alt.disabled.alt {
  color: #fff;
  background-color: transparent;
}

button.alt:hover, input[type="button"].alt:hover, input[type="reset"].alt:hover, input[type="submit"].alt:hover, a.button.alt:hover, button.button.alt:hover, button.button.alt.alt:hover, button.button.alt.disabled.alt:hover, a.button.alt:hover, a.button.alt.alt:hover, a.button.disabled.alt:hover, a.button.alt.disabled.alt:hover {
  background-color: #d5b068;
  color: #fff;
}

button.strong, input[type="button"].strong, input[type="reset"].strong, input[type="submit"].strong, a.button.strong, button.button.strong, button.button.alt.strong, button.button.alt.disabled.strong, a.button.strong, a.button.alt.strong, a.button.disabled.strong, a.button.alt.disabled.strong {
  border-color: #66a8fc;
}

button.strong:hover, input[type="button"].strong:hover, input[type="reset"].strong:hover, input[type="submit"].strong:hover, a.button.strong:hover, button.button.strong:hover, button.button.alt.strong:hover, button.button.alt.disabled.strong:hover, a.button.strong:hover, a.button.alt.strong:hover, a.button.disabled.strong:hover, a.button.alt.disabled.strong:hover {
  border-color: #d5b068;
}

button.solid,
.woocommerce button.button[type=submit], .woocommerce .woocommerce-cart table.shop_table button.button.alt, input[type="button"].solid, body .gform_wrapper input[type="button"][type=submit],
.woocommerce input[type="button"][type=submit], .woocommerce .woocommerce-cart table.shop_table input.button.alt[type="button"], input[type="reset"].solid, body .gform_wrapper input[type="reset"][type=submit],
.woocommerce input[type="reset"][type=submit], .woocommerce .woocommerce-cart table.shop_table input.button.alt[type="reset"], input[type="submit"].solid, body .gform_wrapper input[type="submit"][type=submit],
.woocommerce input[type="submit"][type=submit], .woocommerce .woocommerce-cart table.shop_table input.button.alt[type="submit"], a.button.solid, .woocommerce a.button,
.woocommerce a.button[type=submit], .woocommerce .woocommerce-cart table.shop_table a.button.alt, button.button.solid,
.woocommerce button.button[type=submit], .woocommerce .woocommerce-cart table.shop_table button.button.alt, button.button.alt.solid,
.woocommerce button.button.alt[type=submit], .woocommerce .woocommerce-cart table.shop_table button.button.alt, button.button.alt.disabled.solid,
.woocommerce button.button.alt.disabled[type=submit], .woocommerce .woocommerce-cart table.shop_table button.button.alt.disabled, a.button.solid, .woocommerce a.button,
.woocommerce a.button[type=submit], .woocommerce .woocommerce-cart table.shop_table a.button.alt, a.button.alt.solid, .woocommerce a.button.alt, .woocommerce .woocommerce-cart table.shop_table a.button.alt, a.button.disabled.solid, .woocommerce a.button.disabled, .woocommerce .woocommerce-cart table.shop_table a.button.disabled.alt, a.button.alt.disabled.solid, .woocommerce a.button.alt.disabled, .woocommerce .woocommerce-cart table.shop_table a.button.alt.disabled {
  color: #fff;
  background-color: #d5b068;
  border: none;
}

button.solid:hover,
.woocommerce button.button:hover[type=submit], .woocommerce .woocommerce-cart table.shop_table button.button.alt:hover, input[type="button"].solid:hover, body .gform_wrapper input[type="button"]:hover[type=submit],
.woocommerce input[type="button"]:hover[type=submit], .woocommerce .woocommerce-cart table.shop_table input.button.alt[type="button"]:hover, input[type="reset"].solid:hover, body .gform_wrapper input[type="reset"]:hover[type=submit],
.woocommerce input[type="reset"]:hover[type=submit], .woocommerce .woocommerce-cart table.shop_table input.button.alt[type="reset"]:hover, input[type="submit"].solid:hover, body .gform_wrapper input[type="submit"]:hover[type=submit],
.woocommerce input[type="submit"]:hover[type=submit], .woocommerce .woocommerce-cart table.shop_table input.button.alt[type="submit"]:hover, a.button.solid:hover, .woocommerce a.button:hover, .woocommerce .woocommerce-cart table.shop_table a.button.alt:hover, button.button.solid:hover,
.woocommerce button.button:hover[type=submit], .woocommerce .woocommerce-cart table.shop_table button.button.alt:hover, button.button.alt.solid:hover,
.woocommerce button.button.alt:hover[type=submit], .woocommerce .woocommerce-cart table.shop_table button.button.alt:hover, button.button.alt.disabled.solid:hover,
.woocommerce button.button.alt.disabled:hover[type=submit], .woocommerce .woocommerce-cart table.shop_table button.button.alt.disabled:hover, a.button.solid:hover, .woocommerce a.button:hover, .woocommerce .woocommerce-cart table.shop_table a.button.alt:hover, a.button.alt.solid:hover, .woocommerce a.button.alt:hover, .woocommerce .woocommerce-cart table.shop_table a.button.alt:hover, a.button.disabled.solid:hover, .woocommerce a.button.disabled:hover, .woocommerce .woocommerce-cart table.shop_table a.button.disabled.alt:hover, a.button.alt.disabled.solid:hover, .woocommerce a.button.alt.disabled:hover {
  background-color: #c4a260;
}

button.solid.alt,
.woocommerce button.alt.button[type=submit], .woocommerce .woocommerce-cart table.shop_table button.alt.button, input[type="button"].solid.alt, body .gform_wrapper input[type="button"].alt[type=submit],
.woocommerce input[type="button"].alt[type=submit], .woocommerce .woocommerce-cart table.shop_table input.button[type="button"].alt, input[type="reset"].solid.alt, body .gform_wrapper input[type="reset"].alt[type=submit],
.woocommerce input[type="reset"].alt[type=submit], .woocommerce .woocommerce-cart table.shop_table input.button[type="reset"].alt, input[type="submit"].solid.alt, body .gform_wrapper input[type="submit"].alt[type=submit],
.woocommerce input[type="submit"].alt[type=submit], .woocommerce .woocommerce-cart table.shop_table input.button[type="submit"].alt, a.button.solid.alt, .woocommerce a.button.alt, .woocommerce .woocommerce-cart table.shop_table a.button.alt, button.button.solid.alt,
.woocommerce button.button.alt[type=submit], .woocommerce .woocommerce-cart table.shop_table button.button.alt, button.button.alt.solid.alt,
.woocommerce button.button.alt.alt[type=submit], .woocommerce .woocommerce-cart table.shop_table button.button.alt.alt, button.button.alt.disabled.solid.alt,
.woocommerce button.button.alt.disabled.alt[type=submit], .woocommerce .woocommerce-cart table.shop_table button.button.alt.disabled.alt, a.button.solid.alt, .woocommerce a.button.alt, .woocommerce .woocommerce-cart table.shop_table a.button.alt, a.button.alt.solid.alt, .woocommerce a.button.alt.alt, .woocommerce .woocommerce-cart table.shop_table a.button.alt.alt, a.button.disabled.solid.alt, .woocommerce a.button.disabled.alt, .woocommerce .woocommerce-cart table.shop_table a.button.disabled.alt, a.button.alt.disabled.solid.alt, .woocommerce a.button.alt.disabled.alt {
  color: #fff;
  background-color: #d5b068;
}

button.solid.alt:hover,
.woocommerce button.alt.button:hover[type=submit], .woocommerce .woocommerce-cart table.shop_table button.alt.button:hover, input[type="button"].solid.alt:hover, body .gform_wrapper input[type="button"].alt:hover[type=submit],
.woocommerce input[type="button"].alt:hover[type=submit], .woocommerce .woocommerce-cart table.shop_table input.button[type="button"].alt:hover, input[type="reset"].solid.alt:hover, body .gform_wrapper input[type="reset"].alt:hover[type=submit],
.woocommerce input[type="reset"].alt:hover[type=submit], .woocommerce .woocommerce-cart table.shop_table input.button[type="reset"].alt:hover, input[type="submit"].solid.alt:hover, body .gform_wrapper input[type="submit"].alt:hover[type=submit],
.woocommerce input[type="submit"].alt:hover[type=submit], .woocommerce .woocommerce-cart table.shop_table input.button[type="submit"].alt:hover, a.button.solid.alt:hover, .woocommerce a.button.alt:hover, .woocommerce .woocommerce-cart table.shop_table a.button.alt:hover, button.button.solid.alt:hover,
.woocommerce button.button.alt:hover[type=submit], .woocommerce .woocommerce-cart table.shop_table button.button.alt:hover, button.button.alt.solid.alt:hover,
.woocommerce button.button.alt.alt:hover[type=submit], .woocommerce .woocommerce-cart table.shop_table button.button.alt.alt:hover, button.button.alt.disabled.solid.alt:hover,
.woocommerce button.button.alt.disabled.alt:hover[type=submit], .woocommerce .woocommerce-cart table.shop_table button.button.alt.disabled.alt:hover, a.button.solid.alt:hover, .woocommerce a.button.alt:hover, .woocommerce .woocommerce-cart table.shop_table a.button.alt:hover, a.button.alt.solid.alt:hover, .woocommerce a.button.alt.alt:hover, a.button.disabled.solid.alt:hover, .woocommerce a.button.disabled.alt:hover, a.button.alt.disabled.solid.alt:hover, .woocommerce a.button.alt.disabled.alt:hover {
  background-color: #c4a260;
}

button.solid.strong,
.woocommerce button.strong.button[type=submit], .woocommerce .woocommerce-cart table.shop_table button.strong.button.alt, input[type="button"].solid.strong, body .gform_wrapper input[type="button"].strong[type=submit],
.woocommerce input[type="button"].strong[type=submit], .woocommerce .woocommerce-cart table.shop_table input.button.alt[type="button"].strong, input[type="reset"].solid.strong, body .gform_wrapper input[type="reset"].strong[type=submit],
.woocommerce input[type="reset"].strong[type=submit], .woocommerce .woocommerce-cart table.shop_table input.button.alt[type="reset"].strong, input[type="submit"].solid.strong, body .gform_wrapper input[type="submit"].strong[type=submit],
.woocommerce input[type="submit"].strong[type=submit], .woocommerce .woocommerce-cart table.shop_table input.button.alt[type="submit"].strong, a.button.solid.strong, .woocommerce a.button.strong, .woocommerce .woocommerce-cart table.shop_table a.button.strong.alt, button.button.solid.strong,
.woocommerce button.button.strong[type=submit], .woocommerce .woocommerce-cart table.shop_table button.button.strong.alt, button.button.alt.solid.strong,
.woocommerce button.button.alt.strong[type=submit], .woocommerce .woocommerce-cart table.shop_table button.button.alt.strong, button.button.alt.disabled.solid.strong,
.woocommerce button.button.alt.disabled.strong[type=submit], .woocommerce .woocommerce-cart table.shop_table button.button.alt.disabled.strong, a.button.solid.strong, .woocommerce a.button.strong, .woocommerce .woocommerce-cart table.shop_table a.button.strong.alt, a.button.alt.solid.strong, .woocommerce a.button.alt.strong, .woocommerce .woocommerce-cart table.shop_table a.button.alt.strong, a.button.disabled.solid.strong, .woocommerce a.button.disabled.strong, .woocommerce .woocommerce-cart table.shop_table a.button.disabled.strong.alt, a.button.alt.disabled.solid.strong, .woocommerce a.button.alt.disabled.strong {
  background-color: #66a8fc;
}

button.solid.strong:hover,
.woocommerce button.strong.button:hover[type=submit], .woocommerce .woocommerce-cart table.shop_table button.strong.button.alt:hover, input[type="button"].solid.strong:hover, body .gform_wrapper input[type="button"].strong:hover[type=submit],
.woocommerce input[type="button"].strong:hover[type=submit], .woocommerce .woocommerce-cart table.shop_table input.button.alt[type="button"].strong:hover, input[type="reset"].solid.strong:hover, body .gform_wrapper input[type="reset"].strong:hover[type=submit],
.woocommerce input[type="reset"].strong:hover[type=submit], .woocommerce .woocommerce-cart table.shop_table input.button.alt[type="reset"].strong:hover, input[type="submit"].solid.strong:hover, body .gform_wrapper input[type="submit"].strong:hover[type=submit],
.woocommerce input[type="submit"].strong:hover[type=submit], .woocommerce .woocommerce-cart table.shop_table input.button.alt[type="submit"].strong:hover, a.button.solid.strong:hover, .woocommerce a.button.strong:hover, .woocommerce .woocommerce-cart table.shop_table a.button.strong.alt:hover, button.button.solid.strong:hover,
.woocommerce button.button.strong:hover[type=submit], .woocommerce .woocommerce-cart table.shop_table button.button.strong.alt:hover, button.button.alt.solid.strong:hover,
.woocommerce button.button.alt.strong:hover[type=submit], .woocommerce .woocommerce-cart table.shop_table button.button.alt.strong:hover, button.button.alt.disabled.solid.strong:hover,
.woocommerce button.button.alt.disabled.strong:hover[type=submit], .woocommerce .woocommerce-cart table.shop_table button.button.alt.disabled.strong:hover, a.button.solid.strong:hover, .woocommerce a.button.strong:hover, .woocommerce .woocommerce-cart table.shop_table a.button.strong.alt:hover, a.button.alt.solid.strong:hover, .woocommerce a.button.alt.strong:hover, a.button.disabled.solid.strong:hover, .woocommerce a.button.disabled.strong:hover, a.button.alt.disabled.solid.strong:hover, .woocommerce a.button.alt.disabled.strong:hover {
  background-color: #d5b068;
}

button.big, input[type="button"].big, input[type="reset"].big, input[type="submit"].big, a.button.big, button.button.big, button.button.alt.big, button.button.alt.disabled.big, a.button.big, a.button.alt.big, a.button.disabled.big, a.button.alt.disabled.big {
  height: 50px;
}

button.huge, input[type="button"].huge, input[type="reset"].huge, input[type="submit"].huge, a.button.huge, button.button.huge, button.button.alt.huge, button.button.alt.disabled.huge, a.button.huge, a.button.alt.huge, a.button.disabled.huge, a.button.alt.disabled.huge {
  height: 70px;
  font-size: 16px;
}

button.big, button.huge, input[type="button"].big, input[type="button"].huge, input[type="reset"].big, input[type="reset"].huge, input[type="submit"].big, input[type="submit"].huge, a.button.big, a.button.huge, button.button.big, button.button.huge, button.button.alt.big, button.button.alt.huge, button.button.alt.disabled.big, button.button.alt.disabled.huge, a.button.big, a.button.huge, a.button.alt.big, a.button.alt.huge, a.button.disabled.big, a.button.disabled.huge, a.button.alt.disabled.big, a.button.alt.disabled.huge {
  font-size: 16px;
}

button.shadow, input[type="button"].shadow, input[type="reset"].shadow, input[type="submit"].shadow, a.button.shadow, button.button.shadow, button.button.alt.shadow, button.button.alt.disabled.shadow, a.button.shadow, a.button.alt.shadow, a.button.disabled.shadow, a.button.alt.disabled.shadow {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 480px) {
  button.huge, input[type="button"].huge, input[type="reset"].huge, input[type="submit"].huge, a.button.huge, button.button.huge, button.button.alt.huge, button.button.alt.disabled.huge, a.button.huge, a.button.alt.huge, a.button.disabled.huge, a.button.alt.disabled.huge {
    height: 60px;
  }
  button.big, input[type="button"].big, input[type="reset"].big, input[type="submit"].big, a.button.big, button.button.big, button.button.alt.big, button.button.alt.disabled.big, a.button.big, a.button.alt.big, a.button.disabled.big, a.button.alt.disabled.big {
    height: 45px;
  }
  button.big, button.huge, input[type="button"].big, input[type="button"].huge, input[type="reset"].big, input[type="reset"].huge, input[type="submit"].big, input[type="submit"].huge, a.button.big, a.button.huge, button.button.big, button.button.huge, button.button.alt.big, button.button.alt.huge, button.button.alt.disabled.big, button.button.alt.disabled.huge, a.button.big, a.button.huge, a.button.alt.big, a.button.alt.huge, a.button.disabled.big, a.button.disabled.huge, a.button.alt.disabled.big, a.button.alt.disabled.huge {
    font-size: 14px;
  }
}

.dialog {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 1000;
  top: 50%;
  left: 50%;
  position: fixed;
  display: none;
  max-width: 700px;
  width: 80%;
  padding: 40px;
  background: #fff;
}

.dialog.active {
  display: block;
}

.dialog header {
  margin: 0 0 1em 0;
  position: relative;
}

.dialog header h3 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.dialog header a.close {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0;
  color: #333333;
}

.dialog header a.close:hover i, .dialog header a.close:active i {
  color: #5fd7ff;
}

.dialog header a.close i {
  font-size: 28px;
}

.dialog#search-dialog .content .input {
  margin-bottom: 2em;
  position: relative;
  z-index: 2;
}

.dialog#search-dialog .content .input .submit {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 1em;
}

.dialog#search-dialog .content .input .submit i {
  font-size: 28px;
}

.dialog#search-dialog .content .input input {
  height: 80px;
  font-weight: 400;
  background: #f2f2f2;
  border: 0;
  border-bottom: 3px solid #cccccc;
  box-shadow: none;
  border-radius: 0;
}

.dialog#search-dialog .content .input input::-ms-clear {
  display: none;
}

.dialog#search-dialog .content .input input:focus {
  border-color: #5fd7ff;
}

.dialog#search-dialog .content .results .hint {
  text-align: center;
  font-weight: 700;
}

.dialog#search-dialog .content .results .products::after {
  clear: both;
  content: "";
  display: table;
}

.dialog#search-dialog .content .results .products li {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-bottom: 1em;
  background: #eaeaea;
  text-align: center;
  border: 3px solid transparent;
}

.dialog#search-dialog .content .results .products li:last-child {
  margin-right: 0;
}

.dialog#search-dialog .content .results .products li:nth-child(3n) {
  margin-right: 0;
}

.dialog#search-dialog .content .results .products li:nth-child(3n+1) {
  clear: left;
}

.dialog#search-dialog .content .results .products li:hover, .dialog#search-dialog .content .results .products li:active {
  border-color: #5fd7ff;
}

.dialog#search-dialog .content .results .products li img {
  display: block;
  height: auto;
}

.dialog#search-dialog .content .results .products li .name {
  margin: 0;
  padding: 5px;
  font-size: 0.8125em;
}

@media screen and (max-width: 480px) {
  .dialog#search-dialog .content .results .products li {
    float: left;
    display: block;
    margin-right: 16.03631%;
    width: 41.98184%;
  }
  .dialog#search-dialog .content .results .products li:last-child {
    margin-right: 0;
  }
  .dialog#search-dialog .content .results .products li:nth-child(2n) {
    margin-right: 0;
  }
  .dialog#search-dialog .content .results .products li:nth-child(2n+1) {
    clear: left;
  }
}

.dialog#quick-view-dialog .product-lightbox::after {
  clear: both;
  content: "";
  display: table;
}

.dialog#quick-view-dialog .product-lightbox .image {
  width: 40%;
}

.dialog#quick-view-dialog .product-lightbox .image figure {
  margin: 0;
}

.dialog#quick-view-dialog .product-lightbox .image figure img {
  display: block;
  width: 100%;
}

.dialog#quick-view-dialog .product-lightbox .details {
  width: 60%;
  padding-left: 40px;
}

.dialog#quick-view-dialog .product-lightbox .details .name {
  font-size: 1.375em;
  text-transform: uppercase;
}

.dialog#quick-view-dialog .product-lightbox .details .variations {
  table-layout: auto;
}

.dialog#quick-view-dialog .product-lightbox .details .variations td {
  border-bottom: 0;
}

.dialog#quick-view-dialog .product-lightbox .details .variations select {
  margin: 0;
}

.dialog#quick-view-dialog .product-lightbox .details .variations label {
  font-weight: 400;
}

.dialog#quick-view-dialog .product-lightbox .details .variations .reset_variations {
  position: absolute;
}

.dialog#quick-view-dialog .product-lightbox .image,
.dialog#quick-view-dialog .product-lightbox .details {
  float: left;
}

.dialog#quick-view-dialog .product-lightbox .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px;
  background: #f3f3f3;
}

.dialog#quick-view-dialog .product-lightbox .footer .quantity,
.dialog#quick-view-dialog .product-lightbox .footer .button {
  display: inline-block;
  vertical-align: middle;
}

.dialog#quick-view-dialog .product-lightbox .footer .quantity input {
  height: 50px;
  margin: 0;
  background: #ffffff;
}

.dialog#quick-view-dialog .product-lightbox .footer .button.alt {
  height: 50px;
  font-size: 1em;
  border: 3px solid #5fd7ff;
  background-color: transparent;
  border-radius: 0;
  color: #333333;
}

.dialog#quick-view-dialog .product-lightbox .footer .button.alt:hover, .dialog#quick-view-dialog .product-lightbox .footer .button.alt:active {
  background: #5fd7ff;
  color: #ffffff;
}

.dialog#quick-view-dialog .product-lightbox .footer .price {
  float: left;
  width: 40%;
  margin: 0;
  text-align: center;
  line-height: 1;
  font-size: 3.125em;
  font-weight: 700;
  color: #5fd7ff;
}

.dialog#quick-view-dialog .product-lightbox .footer .price del {
  font-size: 25px;
  color: #cccccc;
}

.dialog#quick-view-dialog .product-lightbox .footer .price ins {
  text-decoration: none;
}

.dialog#quick-view-dialog .product-lightbox .footer .cart,
.dialog#quick-view-dialog .product-lightbox .footer .woocommerce-variation-add-to-cart {
  float: right;
  width: 60%;
  text-align: right;
}

.dialog#quick-view-dialog .content {
  padding-bottom: 130px;
}

@media screen and (max-width: 480px) {
  .dialog#quick-view-dialog .content {
    padding-bottom: 0;
  }
  .dialog#quick-view-dialog .product-lightbox .image,
  .dialog#quick-view-dialog .product-lightbox .details {
    float: none;
    width: auto;
  }
  .dialog#quick-view-dialog .product-lightbox .details {
    padding: 1em 0 0;
  }
  .dialog#quick-view-dialog .product-lightbox .footer {
    position: static;
    background: none;
  }
  .dialog#quick-view-dialog .product-lightbox .footer .cart,
  .dialog#quick-view-dialog .product-lightbox .footer .woocommerce-variation-add-to-cart,
  .dialog#quick-view-dialog .product-lightbox .footer .price {
    float: none;
    display: block;
    width: auto;
    text-align: center;
  }
  .dialog#quick-view-dialog .product-lightbox .footer .price {
    margin-bottom: 10px;
  }
}

.dialog .content .loader {
  text-align: center;
}

.dialog .content .loader:before {
  display: none !important;
}

@media screen and (max-width: 780px) {
  .dialog {
    width: 95%;
    padding: 20px;
  }
}

.shade {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.pagination ul {
  font-size: 0.9375em;
  text-align: center;
}

.pagination ul li {
  display: inline-block;
}

.pagination ul li.active a {
  font-weight: 700;
  color: #ffffff;
  background: #5fd7ff;
}

.pagination ul li a {
  display: block;
  padding: 0 5px;
  background: #eaeaea;
}

.pagination ul li a:hover {
  color: #ffffff;
  background: #d5b068;
  text-decoration: none;
}

.pagination ul li i {
  font-size: 0.75em;
}

ul.accordion li {
  display: block;
}

ul.accordion li.active .header i {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

ul.accordion li .header {
  position: relative;
  z-index: 1;
  padding: .5em 1em;
  background: #f4f4f4;
  border-radius: 3px;
  cursor: pointer;
}

ul.accordion li .header .title {
  margin: 0;
  padding: 0;
  color: #d5b068;
}

ul.accordion li .header i {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
  position: absolute;
  top: 50%;
  right: 1em;
  font-size: 1.2em;
  color: #878787;
}

ul.accordion li .content {
  display: none;
  padding: 0 1em;
}

.post-content ul.accordion.sales li {
  margin-bottom: 10px;
}

.post-content ul.accordion.sales li .header {
  background: #fff;
}

.post-content ul.accordion.sales li .header h3 {
  margin: 0;
}

.post-content ul.accordion.sales li .content {
  padding: 20px 0;
}

.post-content ul.accordion.sales li .content::after {
  clear: both;
  content: "";
  display: table;
}

.post-content ul.accordion li {
  padding: 0;
}

.post-content ul.accordion li:before {
  display: none;
  content: '';
}

.post-content ul.tabs {
  margin: 0;
  border-bottom: 3px solid #eaeaea;
  text-transform: uppercase;
}

.post-content ul.tabs::after {
  clear: both;
  content: "";
  display: table;
}

.post-content ul.tabs li {
  float: left;
  display: block;
  padding: 0;
  margin: 0;
}

.post-content ul.tabs li:before {
  display: none;
}

.post-content ul.tabs li a {
  display: block;
  padding: 0 1em;
  font-size: .88em;
  line-height: 35px;
  color: #333333;
}

.post-content ul.tabs li a:hover {
  text-decoration: none;
  background: #5fd7ff;
}

.post-content ul.tabs li a.active {
  font-weight: 700;
  background-color: #eaeaea;
}

.tab-content {
  display: none;
  padding-top: 1em;
}

.tab-content.active {
  display: block;
}

.ui-tooltip {
  position: absolute;
  z-index: 9999;
}

.ui-tooltip .ui-tooltip-content {
  max-width: 200px;
  padding: 10px;
  font-size: .66em;
  background: #f4f4f4;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(213, 176, 104, 0.25);
}

.social-networks {
  white-space: nowrap;
}

.social-networks a {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-left: 5px;
  text-align: center;
}

.social-networks a:first-child {
  margin-left: 0;
}

.social-networks a i {
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  transition: color 0.5s;
  line-height: 32px;
  font-size: 28px;
  color: #878787;
}

.social-networks a:hover i {
  color: #d5b068;
}

#dialog-overlay {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
}

#dialog-overlay.active {
  display: block;
}

.owl-controls .owl-pagination .owl-page {
  display: inline-block;
  margin: 0 5px;
}

.owl-controls .owl-pagination .owl-page.active span {
  background: #ffffff;
}

.owl-controls .owl-pagination .owl-page span {
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.fn {
  float: none;
}

.clr {
  clear: both;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.hide {
  display: none;
}

/* COLUMNS
================================================================================================ */
@media screen and (max-width: 780px) {
  .cols-1 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 6.17215%;
  }
  .cols-1:last-child {
    margin-right: 0;
  }
  .cols-2 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
  }
  .cols-2:last-child {
    margin-right: 0;
  }
  .cols-3 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
  }
  .cols-3:last-child {
    margin-right: 0;
  }
  .cols-4 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
  }
  .cols-4:last-child {
    margin-right: 0;
  }
  .cols-5 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%;
  }
  .cols-5:last-child {
    margin-right: 0;
  }
  .cols-6 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  .cols-6:last-child {
    margin-right: 0;
  }
  .cols-7 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%;
  }
  .cols-7:last-child {
    margin-right: 0;
  }
  .cols-8 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
  }
  .cols-8:last-child {
    margin-right: 0;
  }
  .cols-9 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
  }
  .cols-9:last-child {
    margin-right: 0;
  }
  .cols-10 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
  }
  .cols-10:last-child {
    margin-right: 0;
  }
  .cols-11 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 91.4702%;
  }
  .cols-11:last-child {
    margin-right: 0;
  }
  .cols-12 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  .cols-12:last-child {
    margin-right: 0;
  }
  .omega {
    margin-right: 0;
  }
}

/* GENERAL SETTINGS
================================================================================================ */
/* GRAVITY FORM SETTINGS
================================================================================================ */
body div.gform_wrapper {
  max-width: none;
  margin: 0;
  overflow: hidden;
}

body div.gform_wrapper textarea {
  padding-top: .5em;
  padding-bottom: .5em;
}

body div.gform_wrapper ul.gform_fields li.gfield {
  background: none;
  padding-left: 0;
  padding-right: 0;
}

body div.gform_wrapper ul.gform_fields li.gfield.gfield_error {
  width: 100%;
  border: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

body div.gform_wrapper ul.gform_fields li.gfield.gfield_error div.ginput_container {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-top: 0;
}

body div.gform_wrapper ul.gform_fields li.gfield.gfield_error div.ginput_container input[type=text], body div.gform_wrapper ul.gform_fields li.gfield.gfield_error div.ginput_container select[type=text],
body div.gform_wrapper ul.gform_fields li.gfield.gfield_error div.ginput_container input[type=tel],
body div.gform_wrapper ul.gform_fields li.gfield.gfield_error div.ginput_container input[type=email],
body div.gform_wrapper ul.gform_fields li.gfield.gfield_error div.ginput_container input[type=number],
body div.gform_wrapper ul.gform_fields li.gfield.gfield_error div.ginput_container input[type=password],
body div.gform_wrapper ul.gform_fields li.gfield.gfield_error div.ginput_container select,
body div.gform_wrapper ul.gform_fields li.gfield.gfield_error div.ginput_container textarea {
  border: 2px solid #d9403a;
}

body div.gform_wrapper ul.gform_fields li.gfield div.ginput_container input[type=text], body div.gform_wrapper ul.gform_fields li.gfield div.ginput_container select[type=text],
body div.gform_wrapper ul.gform_fields li.gfield div.ginput_container input[type=tel],
body div.gform_wrapper ul.gform_fields li.gfield div.ginput_container input[type=email],
body div.gform_wrapper ul.gform_fields li.gfield div.ginput_container input[type=number],
body div.gform_wrapper ul.gform_fields li.gfield div.ginput_container input[type=password],
body div.gform_wrapper ul.gform_fields li.gfield div.ginput_container select,
body div.gform_wrapper ul.gform_fields li.gfield div.ginput_container textarea {
  padding-left: 1em;
  padding-right: 1em;
  text-indent: 0;
}

body div.gform_wrapper ul.gform_fields li.gfield div.ginput_container.ginput_complex input + label,
body div.gform_wrapper ul.gform_fields li.gfield div.ginput_container.ginput_complex select + label {
  display: none;
}

body div.gform_wrapper ul.gform_fields li.gfield div.ginput_container.ginput_complex span[class^=ginput_] {
  display: inline-block;
  margin-bottom: 10px;
}

body div.gform_wrapper ul.gform_fields li.gfield div.ginput_container.ginput_complex span[class^=ginput_].ginput_full {
  width: 100%;
}

body div.gform_wrapper ul.gform_fields li.gfield div.ginput_container.ginput_complex span[class^=ginput_].ginput_full input[type="text"], body div.gform_wrapper ul.gform_fields li.gfield div.ginput_container.ginput_complex span[class^=ginput_].ginput_full select {
  width: 100%;
}

body div.gform_wrapper .top_label .gfield_label {
  display: block;
  margin: 0 0;
  font-style: normal;
}

body div.gform_wrapper label.gfield_label + div.ginput_container {
  margin: 0 0 10px;
}

body div.gform_wrapper label.gfield_label + div.ginput_container input,
body div.gform_wrapper label.gfield_label + div.ginput_container select,
body div.gform_wrapper label.gfield_label + div.ginput_container textarea {
  width: 100%;
}

body div.gform_wrapper .gform_body {
  width: auto;
}

body div.gform_wrapper .gform_footer {
  margin: 0;
  padding: 0;
}

body div.gform_wrapper .gform_validation_container {
  display: none;
}

body div.gform_wrapper div.validation_error {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 14px;
  background: #f6c9cc;
  border: none;
}

body div.gform_wrapper .validation_message {
  display: none;
}

body div.gform_wrapper .gform_confirmation_message {
  padding: 10px;
  background: #d1f3c0;
}

body div.gform_wrapper .recaptchatable input[type="text"], body div.gform_wrapper .recaptchatable select {
  height: auto;
}

body select {
  width: 100%;
  margin-bottom: 0.75em;
}

body input[type="color"], body input[type="date"], body input[type="datetime"], body input[type="datetime-local"], body input[type="email"], body input[type="month"], body input[type="number"], body input[type="password"], body input[type="search"], body input[type="tel"], body input[type="text"], body select, body input[type="time"], body input[type="url"], body input[type="week"], body input:not([type]), body textarea,
body select {
  height: 45px;
}

body input[type="color"], body input[type="date"], body input[type="datetime"], body input[type="datetime-local"], body input[type="email"], body input[type="month"], body input[type="number"], body input[type="password"], body input[type="search"], body input[type="tel"], body input[type="text"], body select, body input[type="time"], body input[type="url"], body input[type="week"], body input:not([type]), body textarea,
body select[multiple=multiple],
body .select2-container .select2-choice,
body textarea {
  background-color: #fff;
  border: 0;
  border-bottom: 3px solid #eaeaea;
}

body input[type="color"]:hover, body input[type="date"]:hover, body input[type="datetime"]:hover, body input[type="datetime-local"]:hover, body input[type="email"]:hover, body input[type="month"]:hover, body input[type="number"]:hover, body input[type="password"]:hover, body input[type="search"]:hover, body input[type="tel"]:hover, body input[type="text"]:hover, body select:hover, body input[type="time"]:hover, body input[type="url"]:hover, body input[type="week"]:hover, body input:not([type]):hover, body textarea:hover,
body select[multiple=multiple]:hover,
body .select2-container .select2-choice:hover,
body textarea:hover {
  border-color: #c4c4c4;
}

body input[type="color"]:focus, body input[type="date"]:focus, body input[type="datetime"]:focus, body input[type="datetime-local"]:focus, body input[type="email"]:focus, body input[type="month"]:focus, body input[type="number"]:focus, body input[type="password"]:focus, body input[type="search"]:focus, body input[type="tel"]:focus, body input[type="text"]:focus, body select:focus, body input[type="time"]:focus, body input[type="url"]:focus, body input[type="week"]:focus, body input:not([type]):focus, body textarea:focus,
body select[multiple=multiple]:focus,
body .select2-container .select2-choice:focus,
body textarea:focus {
  border-color: #d5b068;
  outline: none;
}

body .select2-container .select2-choice {
  height: 45px;
  line-height: 45px;
}

body fieldset input[type="color"], body fieldset input[type="date"], body fieldset input[type="datetime"], body fieldset input[type="datetime-local"], body fieldset input[type="email"], body fieldset input[type="month"], body fieldset input[type="number"], body fieldset input[type="password"], body fieldset input[type="search"], body fieldset input[type="tel"], body fieldset input[type="text"], body fieldset select, body fieldset input[type="time"], body fieldset input[type="url"], body fieldset input[type="week"], body fieldset input:not([type]), body fieldset textarea,
body fieldset select[multiple=multiple],
body fieldset .select2-container .select2-choice,
body fieldset textarea {
  background: #ffffff;
}

body input[type=number]::-webkit-inner-spin-button, body input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* HEADER
================================================================================================ */
.the-header {
  position: relative;
  z-index: 10;
  background-color: #202020;
}

.the-header ul, .the-header li {
  margin: 0;
  padding: 0;
}

.the-header .flex-box {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  padding: 0 30px;
}

.the-header #utility-bar {
  padding: 5px 0;
  font-size: 12px;
  text-align: right;
  background: #000;
  border-bottom: 1px solid #333333;
}

.the-header #utility-bar ul li {
  display: inline-block;
  vertical-align: middle;
}

.the-header #utility-bar ul li:last-child:after {
  display: none;
}

.the-header #utility-bar ul li:after {
  content: ' | ';
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
}

.the-header #utility-bar a:hover {
  text-decoration: none;
  color: #ffffff;
}

.the-header #logo {
  -webkit-transition: padding 0.5s;
  -moz-transition: padding 0.5s;
  transition: padding 0.5s;
  display: block;
}

.the-header #logo img {
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  transition: height 0.5s;
  display: block;
  height: 123px;
}

.the-header #logo:hover {
  text-decoration: none;
}

.the-header #logo,
.the-header .slogan-search,
.the-header .contact {
  padding: 30px 0;
}

.the-header .menu-toggle {
  display: none;
}

.the-header .nav-header {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
}

.the-header .search-toggle {
  display: inline-block;
  margin-left: 20px;
}

.the-header .search-toggle i {
  color: #d5b068;
}

.the-header .search-toggle:hover i {
  color: #66a8fc;
}

.the-header ul.main-menu {
  padding-left: 362px;
  text-transform: uppercase;
  font-size: 1.125em;
  font-weight: 700;
}

.the-header ul.main-menu::after {
  clear: both;
  content: "";
  display: table;
}

.the-header ul.main-menu:before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  content: "";
  border-top: 4px solid #d5b068;
}

.the-header ul.main-menu > li {
  position: relative;
  display: inline-block;
  border-top: 4px solid transparent;
}

.the-header ul.main-menu > li:hover > ul {
  display: block;
}

.the-header ul.main-menu > li:hover.menu-item-has-children > a:after {
  color: #ffffff;
}

.the-header ul.main-menu > li:first-child {
  margin-left: 0;
}

.the-header ul.main-menu > li.menu-item-has-children > a:after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  font-family: "Ionicons", sans-serif;
  font-size: 12px;
  line-height: 1;
  content: '\f3d0';
  text-align: center;
  color: #cccccc;
}

.the-header ul.main-menu > li.current_page_item, .the-header ul.main-menu > li.current_page_parent, .the-header ul.main-menu > li.current_page_ancestor {
  border-top-color: #fff;
}

.the-header ul.main-menu > li > a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 2em 1.5em 0;
}

.the-header ul.main-menu > li > a:hover {
  color: #d5b068;
}

.the-header ul.main-menu > li a:hover {
  text-decoration: none;
}

.the-header ul.main-menu > li ul {
  position: absolute;
  left: 0;
  z-index: 101;
  text-align: left;
  line-height: 1;
  font-size: 14px;
  background: #fff;
  border-bottom: 3px solid #fff;
  text-transform: none;
  white-space: nowrap;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

.the-header ul.main-menu > li ul li {
  display: block;
}

.the-header ul.main-menu > li ul li a {
  display: block;
  padding: 10px 22px;
  color: #d5b068;
  text-decoration: none;
}

.the-header ul.main-menu > li ul li a:hover {
  background: rgba(213, 176, 104, 0.25);
}

.the-header ul.main-menu ul {
  display: none;
}

.the-header ul.main-menu a {
  color: #5fd7ff;
}

.the-header .slogan-search,
.the-header .contact {
  font-family: "Noto Serif", serif;
  font-style: italic;
}

.the-header .slogan-search {
  text-align: center;
}

.the-header .slogan-search .slogan {
  margin-bottom: .5em;
  color: #ffffff;
  font-size: 1.5em;
}

.the-header .slogan-search .search-form {
  position: relative;
}

.the-header .slogan-search .search-form label {
  margin: 0;
}

.the-header .slogan-search .search-form input {
  width: 500px;
  height: 80px;
  margin: 0;
  padding: 0 30px;
  font-family: "Noto Serif", serif;
  color: #d5b068;
  border: 0;
  background: #161616;
}

.the-header .slogan-search .search-form input:focus {
  background: #333333;
}

.the-header .slogan-search .search-form button {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0;
  border: 0;
}

.the-header .slogan-search .search-form button:hover {
  background: none;
}

.the-header .slogan-search .search-form button:hover i {
  color: #ffffff;
}

.the-header .slogan-search .search-form button i {
  font-size: 24px;
  color: #d5b068;
}

.the-header .slogan-search .phone {
  display: none;
}

.the-header .contact {
  text-align: right;
  color: #ffffff;
}

.the-header .contact .phone {
  font-size: 1.875em;
}

.the-header .contact .phone i {
  margin-right: 10px;
  color: #d5b068;
}

.the-header .contact .phone a {
  color: #ffffff;
}

.the-header .contact address {
  font-size: 1.25em;
  font-style: italic;
}

.the-header .contact address .line-3 {
  font-size: .88em;
  opacity: .5;
}

.the-header .mini-cart {
  display: none;
  position: absolute;
  z-index: 99;
  right: 0;
  min-width: 250px;
  padding: 10px;
  background: #333333;
  color: #cccccc;
  box-shadow: 0 3px 15px rgba(95, 215, 255, 0.5);
}

.the-header .mini-cart ul.cart_list {
  text-align: left;
}

.the-header .mini-cart ul.cart_list li {
  position: relative;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.the-header .mini-cart ul.cart_list li::after {
  clear: both;
  content: "";
  display: table;
}

.the-header .mini-cart ul.cart_list li a.remove {
  position: absolute;
  left: 0;
  top: 6px;
}

.the-header .mini-cart ul.cart_list li a.remove + a {
  display: block;
  padding-left: 25px;
  font-size: 0.875em;
}

.the-header .mini-cart ul.cart_list li a.remove + a img {
  float: right;
}

.the-header .mini-cart ul.cart_list li dl.variation {
  padding-left: 25px;
  border-left: 0;
  font-size: 13px;
}

.the-header .mini-cart ul.cart_list li dl.variation dd {
  margin: 0;
  padding: 0;
}

.the-header .mini-cart ul.cart_list li dl.variation dd p {
  margin: 0;
  padding: 0;
}

.the-header .mini-cart ul.cart_list li .quantity {
  clear: both;
  display: block;
  padding: .5em 0 0;
  text-align: right;
}

.the-header .mini-cart ul.cart_list li .quantity .amount {
  font-weight: 700;
  color: #5fd7ff;
}

.the-header .mini-cart ul.cart_list li .quantity .amount span {
  color: #5fd7ff;
}

.the-header .mini-cart p {
  margin: 0;
}

.the-header .mini-cart p.total {
  padding: 1em 0;
  font-size: 1.125em;
  line-height: 1;
}

.the-header .mini-cart p.total .amount {
  font-weight: 700;
  font-size: 1em;
  color: #5fd7ff;
}

.the-header .mini-cart p.total .amount span {
  color: #5fd7ff;
}

.the-header .mini-cart p.buttons {
  text-align: center;
}

.the-header .mini-cart p.buttons a.button {
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
  display: inline-block;
  height: 35px;
  padding: 0 20px;
  border: 2px solid #d5b068;
  font-size: 12px;
  font-weight: 600;
  font-family: "Droid Sans", sans-serif;
  text-transform: uppercase;
  color: #333333;
  text-decoration: none;
  cursor: pointer;
  background: transparent;
  text-align: center;
  border-radius: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 32px;
  color: #ffffff;
}

.the-header .mini-cart p.buttons a.button:hover, .the-header .mini-cart p.buttons a.button:active {
  color: #ffffff;
  background: #d5b068;
  text-decoration: none;
}

.the-header .mini-cart p.buttons a.button.disabled {
  background-color: transparent;
}

.the-header .mini-cart p.buttons a.button.alt {
  color: #fff;
  background-color: transparent;
}

.the-header .mini-cart p.buttons a.button.alt:hover {
  background-color: #d5b068;
  color: #fff;
}

.the-header .mini-cart p.buttons a.button.strong {
  border-color: #66a8fc;
}

.the-header .mini-cart p.buttons a.button.strong:hover {
  border-color: #d5b068;
}

.the-header .mini-cart p.buttons a.button.solid, .the-header .mini-cart p.buttons .woocommerce a.button, .woocommerce .the-header .mini-cart p.buttons a.button {
  color: #fff;
  background-color: #d5b068;
  border: none;
}

.the-header .mini-cart p.buttons a.button.solid:hover, .the-header .mini-cart p.buttons .woocommerce a.button:hover, .woocommerce .the-header .mini-cart p.buttons a.button:hover {
  background-color: #c4a260;
}

.the-header .mini-cart p.buttons a.button.solid.alt, .the-header .mini-cart p.buttons .woocommerce a.button.alt, .woocommerce .the-header .mini-cart p.buttons a.button.alt {
  color: #fff;
  background-color: #d5b068;
}

.the-header .mini-cart p.buttons a.button.solid.alt:hover, .the-header .mini-cart p.buttons .woocommerce a.button.alt:hover, .woocommerce .the-header .mini-cart p.buttons a.button.alt:hover {
  background-color: #c4a260;
}

.the-header .mini-cart p.buttons a.button.solid.strong, .the-header .mini-cart p.buttons .woocommerce a.button.strong, .woocommerce .the-header .mini-cart p.buttons a.button.strong {
  background-color: #66a8fc;
}

.the-header .mini-cart p.buttons a.button.solid.strong:hover, .the-header .mini-cart p.buttons .woocommerce a.button.strong:hover, .woocommerce .the-header .mini-cart p.buttons a.button.strong:hover {
  background-color: #d5b068;
}

.the-header .mini-cart p.buttons a.button.big {
  height: 50px;
}

.the-header .mini-cart p.buttons a.button.huge {
  height: 70px;
  font-size: 16px;
}

.the-header .mini-cart p.buttons a.button.big, .the-header .mini-cart p.buttons a.button.huge {
  font-size: 16px;
}

.the-header .mini-cart p.buttons a.button.shadow {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 480px) {
  .the-header .mini-cart p.buttons a.button.huge {
    height: 60px;
  }
  .the-header .mini-cart p.buttons a.button.big {
    height: 45px;
  }
  .the-header .mini-cart p.buttons a.button.big, .the-header .mini-cart p.buttons a.button.huge {
    font-size: 14px;
  }
}

.the-header #growl {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
  z-index: 100;
  right: 40px;
  top: 110%;
  display: none;
}

.the-header #growl .content {
  padding: 1em;
  background: #fff;
  border: 2px solid #5fd7ff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.the-header #growl .content .product {
  font-weight: 700;
}

@media screen and (max-width: 1380px) {
  .the-header #utility-bar .wrap {
    padding: 0 30px;
  }
  .the-header ul.main-menu {
    padding-left: 302px;
  }
  .the-header ul.main-menu > li > a {
    font-size: .88em;
  }
}

@media screen and (max-width: 1080px) {
  .the-header #logo img {
    height: 75px;
  }
  .the-header #growl {
    right: 20px;
  }
  .the-header .slogan-search .slogan {
    font-size: 18px;
  }
  .the-header .slogan-search .search-form input {
    width: 350px;
    height: 45px;
  }
  .the-header .contact {
    font-size: .66em;
  }
  .the-header ul.main-menu {
    padding-left: 285px;
  }
  .the-header ul.main-menu > li > a {
    padding: 20px 1em 0;
    font-size: .88em;
  }
}

@media screen and (max-width: 780px) {
  .the-header {
    padding: 40px 0 20px;
  }
  .the-header .flex-box {
    display: block;
    padding: 0;
  }
  .the-header #utility-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .the-header #utility-bar .wrap {
    padding: 0;
  }
  .the-header #logo {
    padding: 0;
  }
  .the-header #logo img {
    height: 67px;
  }
  .the-header #growl {
    left: 20px;
  }
  .the-header .menu-toggle {
    position: absolute;
    top: 0;
    right: 20px;
    display: block;
  }
  .the-header .menu-toggle i {
    font-size: 42px;
    color: #fff;
  }
  .the-header .nav-header,
  .the-header .slogan-search .slogan,
  .the-header .contact {
    display: none;
  }
  .the-header .slogan-search {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .the-header .slogan-search .search-form input {
    width: 100%;
    height: 45px;
  }
  .the-header .slogan-search .phone {
    display: block;
    margin: 0;
    padding-top: 10px;
    font-size: 20px;
    line-height: 1;
  }
  .the-header .slogan-search .phone i {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    margin-right: 20px;
    color: rgba(255, 255, 255, 0.5);
  }
}

@media screen and (max-width: 480px) {
  .the-header .partner-logo img {
    width: 100px;
  }
}

#mobile-nav {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.95);
  overflow-y: auto;
}

#mobile-nav.off {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
  visibility: hidden;
}

#mobile-nav.on {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  visibility: visible;
}

#mobile-nav.on .menu {
  text-align: right;
}

#mobile-nav.on .menu li {
  position: relative;
  padding: 0 5%;
}

#mobile-nav.on .menu li:last-child {
  margin-bottom: 0;
}

#mobile-nav.on .menu li.current-menu-item {
  background-color: rgba(213, 176, 104, 0.2);
}

#mobile-nav.on .menu li.current-menu-item > a {
  color: #fff;
  border-bottom: 0;
}

#mobile-nav.on .menu li a {
  display: block;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

#mobile-nav.on .menu > li.heading > a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}

#mobile-nav.on .menu > li > a {
  padding: 10px 0;
  text-decoration: none;
  text-transform: uppercase;
}

#mobile-nav.on .menu > li > .sub-menu {
  font-size: .88em;
}

#mobile-nav.on .menu > li > .sub-menu li {
  padding: 0;
}

#mobile-nav.on .menu > li > .sub-menu a {
  padding: 10px 0 10px 10px;
  text-decoration: none;
}

#mobile-nav .menu-trigger {
  margin-bottom: 20px;
  padding: 0 5%;
  display: block;
  text-align: right;
  text-decoration: none;
}

#mobile-nav .menu-trigger i {
  color: #fff;
  font-size: 32px;
}

@media screen and (max-width: 780px) {
  #mobile-nav {
    display: block;
  }
}

body.scrolled .the-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

body.scrolled .the-header #utility-bar {
  display: none;
}

body.scrolled .the-header .slogan-search,
body.scrolled .the-header .contact {
  display: none;
}

body.scrolled .the-header .nav-header {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  right: 0;
}

body.scrolled .the-header #logo {
  position: relative;
  z-index: 10;
  padding: 10px 0;
}

body.scrolled .the-header #logo img {
  height: 60px;
}

body.scrolled .the-header ul.main-menu:before {
  display: none;
}

body.scrolled .the-header ul.main-menu > li {
  border-top: 0;
}

body.scrolled .the-header ul.main-menu > li.menu-item-has-children > a:after {
  top: 1.8em;
}

body.scrolled .the-header ul.main-menu > li > a {
  padding-top: 0;
}

body.scrolled.admin-bar .the-header {
  top: 32px;
}

@media screen and (max-width: 1380px) {
  body.scrolled .the-header ul.main-menu > li.menu-item-has-children > a:after {
    top: 1.4em;
  }
}

@media screen and (max-width: 1080px) {
  body.scrolled .the-header #logo img {
    height: 50px;
  }
  body.scrolled .the-header ul.main-menu > li.menu-item-has-children > a:after {
    top: 1.2em;
  }
}

@media screen and (max-width: 780px) {
  body.scrolled .the-header {
    padding: 10px 0;
  }
  body.scrolled .the-header .slogan-search {
    display: none;
  }
}

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

@media screen and (max-width: 780px) {
  body.admin-bar.scrolled .the-header,
  body.admin-bar.scrolled #mobile-nav {
    top: 45px;
  }
  body.admin-bar #mobile-nav {
    top: 45px;
  }
}

@media screen and (max-width: 480px) {
  body.admin-bar.scrolled .the-header,
  body.admin-bar.scrolled #mobile-nav {
    top: 0;
  }
}

/* FOOTER
================================================================================================ */
.the-footer {
  position: relative;
  z-index: 1;
  color: #999999;
}

.the-footer a {
  color: #999;
}

.the-footer .row::after {
  clear: both;
  content: "";
  display: table;
}

.the-footer .row:last-child {
  border-bottom: 0;
}

.the-footer .row.r1 {
  padding: 40px 0;
  background: #d5b068;
  text-align: center;
}

.the-footer .row.r1 img {
  margin-bottom: 1em;
}

.the-footer .row.r1 .text {
  color: #ffffff;
  font-size: 1.25em;
  font-weight: 700;
}

.the-footer .row.r2 {
  background: #1b1b1b;
}

.the-footer .row.r2 .wrap {
  padding: 40px 0;
  border-top: 4px solid #fff;
}

.the-footer .row.r2 .flex-box {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.the-footer .row.r2 .col {
  margin: auto;
}

.the-footer .row.r2 .col.c1, .the-footer .row.r2 .col.c2 {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
}

.the-footer .row.r2 .col.c1.mobile {
  display: none;
}

.the-footer .row.r2 .col.c1 a {
  position: relative;
  display: inline-block;
  padding: 30px 0;
  font-weight: 700;
  font-size: 1.0625em;
  color: #d5b068;
}

.the-footer .row.r2 .col.c1 a:hover {
  color: #ffffff;
}

.the-footer .row.r2 .col.c1 a:before, .the-footer .row.r2 .col.c1 a:after {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  z-index: 1;
  width: 75%;
  content: "";
}

.the-footer .row.r2 .col.c1 a:before {
  top: 0;
  border-top: 4px solid #121212;
}

.the-footer .row.r2 .col.c1 a:after {
  bottom: 0;
  border-bottom: 4px solid #121212;
}

.the-footer .row.r2 .col.c2 {
  -webkit-flex-grow: 2;
  -moz-flex-grow: 2;
  flex-grow: 2;
  -ms-flex-positive: 2;
}

.the-footer .row.r2 .col.c3 {
  text-align: right;
}

.the-footer .row.r2 .col.c3 p {
  font-size: 12px;
  text-transform: uppercase;
  white-space: nowrap;
}

.the-footer .row.r3 {
  padding: 30px 0;
  background: #121212;
}

.the-footer .row.r3 .col.c1 {
  float: left;
}

.the-footer .row.r3 .col.c2 {
  float: right;
}

.the-footer .contact {
  font-size: 0.8125em;
}

.the-footer .contact address, .the-footer .contact .phone {
  display: inline-block;
  vertical-align: middle;
}

.the-footer .contact address div, .the-footer .contact .phone div {
  display: inline-block;
}

.the-footer .contact address {
  margin-right: 30px;
}

.the-footer .copyright {
  font-size: 0.8125em;
  text-align: right;
}

.the-footer .copyright p {
  margin: 0;
}

.the-footer .copyright p a {
  color: #878787;
}

.the-footer .nav-footer {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.the-footer .nav-footer ul {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  padding-left: 20px;
  border-left: 4px solid #d5b068;
}

.the-footer .nav-footer ul li {
  display: block;
}

.the-footer .nav-footer ul li a {
  font-size: 0.875em;
  font-weight: 700;
  color: #999;
}

.the-footer .nav-footer ul li a:hover {
  text-decoration: none;
  color: #ffffff;
}

@media screen and (max-width: 1380px) {
  .the-footer .row.r1 .wrap, .the-footer .row.r2 .wrap, .the-footer .row.r3 .wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 1080px) {
  .the-footer .row.r3 .col.c1, .the-footer .row.r3 .col.c2 {
    float: none;
    text-align: center;
  }
  .the-footer .row.r3 .contact {
    margin-bottom: 20px;
  }
  .the-footer .row.r3 .contact address {
    margin: 0;
  }
  .the-footer .row.r3 .copyright {
    float: none;
    text-align: center;
  }
}

@media screen and (max-width: 780px) {
  .the-footer .row.r1 {
    padding: 20px 0;
  }
  .the-footer .row.r2 .wrap {
    padding: 20px 0;
  }
  .the-footer .row.r2 .flex-box {
    display: block;
  }
  .the-footer .row.r2 .col {
    padding: 0;
  }
  .the-footer .row.r2 .col.c1, .the-footer .row.r2 .col.c3 {
    text-align: center;
  }
  .the-footer .row.r2 .col.c1 {
    display: none;
  }
  .the-footer .row.r2 .col.c1.mobile {
    display: block;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  .the-footer .nav-footer {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
}

.floating-ad {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #d5b068;
  background: #b30000;
}

.floating-ad .content {
  position: relative;
  padding: 20px 40px;
  min-height: 50px;
}

.floating-ad .text {
  padding-right: 160px;
  font-size: 1.75em;
  color: #ffffff;
}

.floating-ad .btn {
  position: absolute;
  right: 60px;
  top: 20px;
}

.floating-ad .close {
  position: absolute;
  top: 20px;
  right: 20px;
}

.floating-ad .close:hover i {
  color: #ffffff;
}

.floating-ad .close i {
  line-height: 50px;
  font-size: 24px;
}

@media screen and (max-width: 780px) {
  .floating-ad .content {
    padding: 10px 20px;
    min-height: 0;
  }
  .floating-ad .text {
    font-size: 14px;
  }
  .floating-ad .btn {
    top: 10px;
    height: 36px;
    font-size: 14px;
  }
  .floating-ad .close {
    top: 10px;
  }
  .floating-ad .close i {
    line-height: 36px;
    font-size: 16px;
  }
}

.the-content .sidebar {
  background: #f4f4f4;
  margin-bottom: 50px;
}

.the-content .sidebar section::after {
  clear: both;
  content: "";
  display: table;
}

.the-content .sidebar section.sidebar-box {
  padding: 40px;
  border-left: 4px solid #eaeaea;
  border-bottom: 4px solid #eaeaea;
}

.the-content .sidebar section.sidebar-box .content {
  margin-left: 25px;
}

.the-content .sidebar section.sidebar-box .title {
  position: relative;
  padding-left: 1.2em;
  margin: 0 0 1em;
  padding: 0 0 0 25px;
  font-size: 1.375em;
  font-style: italic;
}

.the-content .sidebar section.sidebar-box .title:before {
  position: absolute;
  top: 12px;
  left: 0;
  display: block;
  content: "";
  font-family: "Ionicons", sans-serif;
  font-size: 8px;
  color: #d5b068;
  text-shadow: none;
  line-height: 1;
}

.the-content .sidebar section.sidebar-box .title:before {
  font-style: normal;
}

.the-content .sidebar .widget {
  margin-bottom: 20px;
}

.the-content .sidebar .widget p {
  margin: 0;
}

.the-content .sidebar .widget .widgettitle {
  margin: 0;
  font-weight: 300;
  color: #d5b068;
}

.the-content .sidebar #side-nav {
  margin-bottom: 2em;
}

.the-content .sidebar #side-nav .root-page {
  padding: 0;
  font-size: 1.5em;
  font-weight: 600;
  color: #d5b068;
}

.the-content .sidebar #side-nav ul {
  margin: 0;
}

.the-content .sidebar #side-nav ul li {
  position: relative;
  z-index: 1;
  line-height: 1.2;
}

.the-content .sidebar #side-nav ul li:before {
  position: absolute;
  display: block;
  left: 0;
  top: 12px;
  width: 9px;
  height: 14px;
  content: '';
}

.the-content .sidebar #side-nav ul li.current-menu-item > a {
  color: #66a8fc;
}

.the-content .sidebar #side-nav ul li a {
  display: block;
  padding: 10px 20px 10px 30px;
}

.the-content .sidebar #side-nav ul li a:hover {
  color: #c4a260;
  text-decoration: none;
}

.the-content .sidebar #side-nav ul li .sub-menu {
  font-size: .66em;
}

.the-content .sidebar #services-menu li {
  position: relative;
  padding-left: 1.2em;
}

.the-content .sidebar #services-menu li:before {
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  content: "";
  font-family: "Ionicons", sans-serif;
  font-size: 12px;
  color: #d5b068;
  text-shadow: none;
  line-height: 1;
}

.the-content .sidebar #services-menu a {
  font-size: 15px;
  color: #878787;
}

.the-content .sidebar #store-hours {
  border-bottom: 0;
}

.the-content .sidebar #store-hours .item {
  margin-bottom: .5em;
  font-size: 15px;
  font-weight: 700;
}

.the-content .sidebar #store-hours .item:last-child {
  margin-bottom: 0;
}

.the-content .sidebar #store-hours .days {
  color: #878787;
}

.the-content .sidebar #map {
  position: relative;
  z-index: 1;
}

.the-content .sidebar #map iframe {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}

.the-content .sidebar #map .map-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.the-content .sidebar #map .map-overlay.disabled {
  pointer-events: none;
}

@media screen and (max-width: 1080px) {
  .the-content .sidebar section.sidebar-box {
    padding: 20px;
  }
}

@media screen and (max-width: 780px) {
  .the-content .sidebar {
    padding: 0;
  }
  .the-content .sidebar section.sidebar-box {
    border-left: 0;
  }
  .the-content .sidebar section.sidebar-box#services-menu {
    border-top: 4px solid #eaeaea;
  }
  .the-content .sidebar #side-nav {
    margin-bottom: 0;
    padding: 20px;
    background: #fff;
  }
}

#product-categories {
  position: relative;
  z-index: 3;
  padding: 40px 0;
  font-size: 1.125em;
  background: #ffffff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}

#product-categories .title {
  padding: 0 40px;
  font-family: "Droid Sans", sans-serif;
  color: #d5b068;
  text-transform: uppercase;
}

#product-categories > ul > li {
  position: relative;
  padding: 0 40px;
}

#product-categories > ul > li:hover > .children {
  display: block;
}

#product-categories > ul > li:hover > a {
  text-decoration: none;
}

#product-categories > ul > li:hover > a span.name {
  color: #d5b068;
}

#product-categories > ul > li:hover > a i {
  color: #333333;
}

#product-categories > ul > li.current a {
  color: #5fd7ff;
  font-weight: 700;
}

#product-categories > ul > li > .children {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  padding: 20px 40px;
  background: #333333;
}

#product-categories > ul > li > .children::after {
  clear: both;
  content: "";
  display: table;
}

#product-categories > ul > li > .children > li {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-bottom: 1em;
}

#product-categories > ul > li > .children > li:last-child {
  margin-right: 0;
}

#product-categories > ul > li > .children > li:nth-child(3n) {
  margin-right: 0;
}

#product-categories > ul > li > .children > li:nth-child(3n+1) {
  clear: left;
}

#product-categories > ul > li > .children > li > a {
  font-weight: 700;
  text-transform: uppercase;
}

#product-categories > ul > li > .children > li a {
  color: #ffffff;
}

#product-categories > ul > li > .children > li a:hover {
  color: #d5b068;
  text-decoration: none;
}

#product-categories > ul > li > .children > li a i {
  display: none;
}

#product-categories > ul > li > .children > li .children a {
  font-weight: 400;
  font-size: 14px;
}

#product-categories > ul > li > .children > li .children a i {
  display: none;
}

#product-categories > ul > li > .children li.current > a {
  color: #d5b068;
}

#product-categories > ul > li > a {
  position: relative;
  display: block;
  padding: .3em 0;
  color: #333333;
}

#product-categories > ul > li > a > span {
  display: block;
}

#product-categories > ul > li > a > span.name {
  padding-right: 25px;
  font-weight: 700;
}

#product-categories > ul > li > a > i {
  position: absolute;
  top: 7px;
  right: 0;
  font-size: 0.875em;
  color: #d5b068;
}

@media screen and (max-width: 1080px) {
  #product-categories {
    padding: 20px 0;
  }
  #product-categories .title {
    padding: 0 20px;
  }
  #product-categories > ul > li {
    padding: 0 20px;
  }
  #product-categories > ul > li > .children {
    padding: 20px;
  }
}

@media screen and (max-width: 780px) {
  #product-categories {
    margin-left: -20px;
    margin-right: -20px;
    box-shadow: none;
  }
  #product-categories > ul > li:hover > .children {
    display: none;
  }
}

#hero-image {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 296px;
  background: no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

#hero-image .wrap {
  height: 100%;
}

#hero-image header {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  z-index: 3;
  left: 390px;
  right: 0;
  top: 50%;
}

#hero-image header .title {
  margin: 0 0 .2em;
  padding: 0;
  font-size: 3.125em;
  font-family: "Droid Sans", sans-serif;
}

#hero-image header .subtitle {
  margin: 0 0 1em;
  padding: 0;
  font-size: 1.38em;
  font-family: "Droid Sans", sans-serif;
}

#hero-image header .title,
#hero-image header .subtitle {
  color: #ffffff;
}

#hero-image header .btn.big {
  height: 50px;
  color: #ffffff;
}

#hero-image .shade {
  background-color: rgba(0, 0, 0, 0.25);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.5));
  background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.5));
}

#hero-image .slant {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  height: 95px;
}

#hero-image .slant svg {
  display: block;
  width: 100%;
  height: 100%;
}

#hero-image .slant svg .poly {
  fill: #f4f4f4;
}

@media screen and (max-width: 1380px) {
  #hero-image header {
    left: 330px;
  }
}

@media screen and (max-width: 1080px) {
  #hero-image header {
    left: 300px;
  }
}

@media screen and (max-width: 780px) {
  #hero-image {
    height: 240px;
    font-size: .66em;
  }
  #hero-image header {
    left: 0;
  }
  #hero-image .slant {
    height: 50px;
  }
}

@media screen and (max-width: 480px) {
  #hero-image {
    height: 200px;
    font-size: .5em;
  }
}

#mini-cart {
  -webkit-transition: width 0.3s, top 0.5s;
  -moz-transition: width 0.3s, top 0.5s;
  transition: width 0.3s, top 0.5s;
  position: fixed;
  z-index: 99;
  width: 39px;
  right: 0;
  top: 240px;
}

#mini-cart.open {
  width: 280px;
  border-bottom: 4px solid #d5b068;
}

#mini-cart.open .toggle.icon {
  display: none;
}

#mini-cart h3 {
  margin: 0 0 .5em;
  padding: 0;
  line-height: 1;
  color: #878787;
}

#mini-cart ul li {
  color: #cccccc;
  margin-bottom: 1em;
}

#mini-cart ul li::after {
  clear: both;
  content: "";
  display: table;
}

#mini-cart ul li a {
  font-size: 14px;
}

#mini-cart ul li a:hover {
  text-decoration: none;
  color: #ffffff;
}

#mini-cart ul li .quantity,
#mini-cart ul li .variation {
  font-size: 12px;
  color: #878787;
}

#mini-cart ul li .variation {
  padding: 0;
  border: 0;
}

#mini-cart ul li .variation dd {
  margin: 0;
}

#mini-cart .buttons {
  margin: 0;
  text-align: center;
}

#mini-cart .buttons .button {
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
  display: inline-block;
  height: 35px;
  padding: 0 20px;
  border: 2px solid #d5b068;
  font-size: 12px;
  font-weight: 600;
  font-family: "Droid Sans", sans-serif;
  text-transform: uppercase;
  color: #333333;
  text-decoration: none;
  cursor: pointer;
  background: transparent;
  text-align: center;
  border-radius: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #d5b068;
  line-height: 32px;
}

#mini-cart .buttons .button:hover, #mini-cart .buttons .button:active {
  color: #ffffff;
  background: #d5b068;
  text-decoration: none;
}

#mini-cart .buttons .button.disabled {
  background-color: transparent;
}

#mini-cart .buttons .button.alt {
  color: #fff;
  background-color: transparent;
}

#mini-cart .buttons .button.alt:hover {
  background-color: #d5b068;
  color: #fff;
}

#mini-cart .buttons .button.strong {
  border-color: #66a8fc;
}

#mini-cart .buttons .button.strong:hover {
  border-color: #d5b068;
}

#mini-cart .buttons .button.solid, #mini-cart .buttons body .gform_wrapper input.button[type=submit], body .gform_wrapper #mini-cart .buttons input.button[type=submit], #mini-cart .buttons .woocommerce a.button, .woocommerce #mini-cart .buttons a.button,
#mini-cart .buttons .woocommerce .button[type=submit], .woocommerce #mini-cart .buttons .button[type=submit], #mini-cart .buttons .woocommerce .woocommerce-cart table.shop_table .button.alt, .woocommerce .woocommerce-cart table.shop_table #mini-cart .buttons .button.alt {
  color: #fff;
  background-color: #d5b068;
  border: none;
}

#mini-cart .buttons .button.solid:hover, #mini-cart .buttons body .gform_wrapper input.button:hover[type=submit], body .gform_wrapper #mini-cart .buttons input.button:hover[type=submit], #mini-cart .buttons .woocommerce a.button:hover, .woocommerce #mini-cart .buttons a.button:hover,
#mini-cart .buttons .woocommerce .button:hover[type=submit], .woocommerce #mini-cart .buttons .button:hover[type=submit], #mini-cart .buttons .woocommerce .woocommerce-cart table.shop_table .button.alt:hover, .woocommerce .woocommerce-cart table.shop_table #mini-cart .buttons .button.alt:hover {
  background-color: #c4a260;
}

#mini-cart .buttons .button.solid.alt, #mini-cart .buttons body .gform_wrapper input.button.alt[type=submit], body .gform_wrapper #mini-cart .buttons input.button.alt[type=submit], #mini-cart .buttons .woocommerce a.button.alt, .woocommerce #mini-cart .buttons a.button.alt,
#mini-cart .buttons .woocommerce .button.alt[type=submit], .woocommerce #mini-cart .buttons .button.alt[type=submit], #mini-cart .buttons .woocommerce .woocommerce-cart table.shop_table .button.alt, .woocommerce .woocommerce-cart table.shop_table #mini-cart .buttons .button.alt {
  color: #fff;
  background-color: #d5b068;
}

#mini-cart .buttons .button.solid.alt:hover, #mini-cart .buttons body .gform_wrapper input.button.alt:hover[type=submit], body .gform_wrapper #mini-cart .buttons input.button.alt:hover[type=submit], #mini-cart .buttons .woocommerce a.button.alt:hover, .woocommerce #mini-cart .buttons a.button.alt:hover,
#mini-cart .buttons .woocommerce .button.alt:hover[type=submit], .woocommerce #mini-cart .buttons .button.alt:hover[type=submit], #mini-cart .buttons .woocommerce .woocommerce-cart table.shop_table .button.alt:hover, .woocommerce .woocommerce-cart table.shop_table #mini-cart .buttons .button.alt:hover {
  background-color: #c4a260;
}

#mini-cart .buttons .button.solid.strong, #mini-cart .buttons body .gform_wrapper input.button.strong[type=submit], body .gform_wrapper #mini-cart .buttons input.button.strong[type=submit], #mini-cart .buttons .woocommerce a.button.strong, .woocommerce #mini-cart .buttons a.button.strong,
#mini-cart .buttons .woocommerce .button.strong[type=submit], .woocommerce #mini-cart .buttons .button.strong[type=submit], #mini-cart .buttons .woocommerce .woocommerce-cart table.shop_table .button.strong.alt, .woocommerce .woocommerce-cart table.shop_table #mini-cart .buttons .button.strong.alt {
  background-color: #66a8fc;
}

#mini-cart .buttons .button.solid.strong:hover, #mini-cart .buttons body .gform_wrapper input.button.strong:hover[type=submit], body .gform_wrapper #mini-cart .buttons input.button.strong:hover[type=submit], #mini-cart .buttons .woocommerce a.button.strong:hover, .woocommerce #mini-cart .buttons a.button.strong:hover,
#mini-cart .buttons .woocommerce .button.strong:hover[type=submit], .woocommerce #mini-cart .buttons .button.strong:hover[type=submit], #mini-cart .buttons .woocommerce .woocommerce-cart table.shop_table .button.strong.alt:hover, .woocommerce .woocommerce-cart table.shop_table #mini-cart .buttons .button.strong.alt:hover {
  background-color: #d5b068;
}

#mini-cart .buttons .button.big {
  height: 50px;
}

#mini-cart .buttons .button.huge {
  height: 70px;
  font-size: 16px;
}

#mini-cart .buttons .button.big, #mini-cart .buttons .button.huge {
  font-size: 16px;
}

#mini-cart .buttons .button.shadow {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 480px) {
  #mini-cart .buttons .button.huge {
    height: 60px;
  }
  #mini-cart .buttons .button.big {
    height: 45px;
  }
  #mini-cart .buttons .button.big, #mini-cart .buttons .button.huge {
    font-size: 14px;
  }
}

#mini-cart .toggle.icon {
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  transition: background-color 0.4s;
  display: block;
  background: #202020;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

#mini-cart .toggle.icon:hover {
  background-color: #333333;
}

#mini-cart .toggle.icon img {
  display: block;
  padding: 5px;
}

#mini-cart .toggle.link {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

#mini-cart .toggle.link:hover {
  text-decoration: none;
  color: #ffffff;
}

#mini-cart .pad {
  display: none;
  padding: 20px;
  background: #202020;
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  #mini-cart.open {
    width: 100%;
  }
}

body.scrolled #mini-cart {
  top: 150px;
}

@media screen and (max-width: 480px) {
  body.scrolled #mini-cart {
    top: 100px;
  }
}

#breadcrumbs {
  margin-bottom: 20px;
  padding: 10px 0;
  font-size: 12px;
  font-family: "Noto Serif", serif;
  text-transform: uppercase;
}

#breadcrumbs .post:after {
  display: none;
}

#breadcrumbs span[typeof="ListItem"] {
  display: inline-block;
  vertical-align: middle;
  color: #333333;
}

@media screen and (max-width: 780px) {
  #breadcrumbs {
    font-size: 10px;
  }
}

.post-content {
  /* WORDPRESS CORE
================================================================================================ */
}

.post-content ol,
.post-content ul {
  margin: 1em 0;
}

.post-content ol li,
.post-content ul li {
  margin: 0.25em 0;
}

.post-content ol.unstyled,
.post-content ul.unstyled,
.post-content ul.gallery {
  padding-left: 0;
  margin: 0;
  list-style-type: none;
}

.post-content ol.unstyled li,
.post-content ul.unstyled li,
.post-content ul.gallery li {
  margin: 0;
}

.post-content ul li {
  position: relative;
  padding-left: 1.2em;
  padding-left: 1em;
}

.post-content ul li:before {
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  content: "";
  font-family: "Ionicons", sans-serif;
  font-size: 8px;
  color: #c4a260;
  text-shadow: none;
  line-height: 1;
}

.post-content p {
  margin: 0 0 1em;
}

.post-content img {
  display: block;
  max-width: 100%;
  height: auto;
}

.post-content img[class*="wp-image"] {
  padding: 10px;
  background: #ffffff;
}

.post-content table {
  width: 100%;
  margin: 1em 0;
}

.post-content blockquote {
  color: #595959;
  margin: 1.5em 0;
  padding-left: 0.75em;
}

.post-content small {
  font-size: 0.8em;
}

@media screen and (max-width: 780px) {
  .post-content iframe {
    display: block;
    width: 100%;
  }
}

.post-content .alignnone {
  float: none;
}

.post-content .alignright {
  display: inline;
  float: right;
  margin-left: 2em;
}

.post-content .alignleft {
  display: inline;
  float: left;
  margin-right: 2em;
}

.post-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.post-content .txt-alignleft {
  text-align: left;
}

.post-content .txt-aligncenter {
  text-align: center;
}

.post-content .txt-alignright {
  text-align: right;
}

.post-content .wp-caption {
  width: auto !important;
  margin-bottom: 20px;
  border-bottom: 3px solid #eaeaea;
}

.post-content .wp-caption img {
  display: block;
  border: 0 none;
  height: auto;
  margin: 0;
  padding: 0;
  max-width: 100%;
  width: auto;
}

.post-content .wp-caption p.wp-caption-text {
  margin: 0;
  padding: 20px 0;
  font-size: 1.75em;
  font-weight: 700;
}

/* GALLERY
================================================================================================ */
.post-content ul.gallery {
  margin: 2em 0;
}

.post-content ul.gallery::after {
  clear: both;
  content: "";
  display: table;
}

.post-content ul.gallery li {
  float: left;
  display: block;
  margin-right: 7.42297%;
  width: 19.43277%;
  margin-bottom: 1em;
}

.post-content ul.gallery li:last-child {
  margin-right: 0;
}

.post-content ul.gallery li:nth-child(5n) {
  margin-right: 0;
}

.post-content ul.gallery li:nth-child(5n+1) {
  clear: left;
}

.post-content ul.gallery li a img {
  width: 100%;
  height: auto;
  padding: 4px;
  border: 1px solid #e0e0e0;
}

.post-content ul.gallery li a:hover img {
  padding: 2px;
  border: 3px solid #d0d0d0;
}

@media screen and (max-width: 780px) {
  .post-content ul.gallery li {
    float: left;
    display: block;
    margin-right: 10.1484%;
    width: 26.56773%;
  }
  .post-content ul.gallery li:last-child {
    margin-right: 0;
  }
  .post-content ul.gallery li:nth-child(3n) {
    margin-right: 0;
  }
  .post-content ul.gallery li:nth-child(3n+1) {
    clear: left;
  }
}

@media screen and (max-width: 480px) {
  .post-content ul.gallery li {
    float: left;
    display: block;
    margin-right: 16.03631%;
    width: 41.98184%;
  }
  .post-content ul.gallery li:last-child {
    margin-right: 0;
  }
  .post-content ul.gallery li:nth-child(2n) {
    margin-right: 0;
  }
  .post-content ul.gallery li:nth-child(2n+1) {
    clear: left;
  }
}

/* TESTIMONIALS
================================================================================================ */
.testimonials .item {
  margin-bottom: 2em;
  padding-bottom: 3em;
  background: url(../images/testimonial-deco.png) no-repeat right bottom;
}

.testimonials .item.featured {
  width: auto;
  padding: 0 0 1em 0;
}

.testimonials .item.featured .testimonial {
  font-size: 1.75em;
  font-weight: 700;
}

.testimonials .item.featured .client {
  display: inline-block;
  padding-right: 20px;
  background: #fff;
}

.testimonials .item .testimonial {
  padding: 0;
  margin: 0 0 1em;
}

.testimonials .item .client {
  color: #000;
}

.testimonials .cols::after {
  clear: both;
  content: "";
  display: table;
}

.testimonials .cols .col {
  float: left;
  width: 45.295%;
}

.testimonials .cols .col:nth-child(2n) {
  margin-left: 9.41%;
}

@media screen and (max-width: 480px) {
  .testimonials .cols .col {
    float: none;
    width: auto;
  }
  .testimonials .cols .col:nth-child(2n) {
    margin-left: 0;
  }
}

#team ul li {
  display: block;
  margin-bottom: 2em;
}

#team ul li::after {
  clear: both;
  content: "";
  display: table;
}

#team .thumbnail {
  float: left;
  margin-right: 2em;
}

#team .details .name {
  margin: 0;
  font-size: 35px;
}

#team .details .meta p {
  margin: 0;
}

#team .details .more {
  padding-top: 1em;
  font-weight: 700;
  text-transform: uppercase;
}

@media screen and (max-width: 1080px) {
  #team .thumbnail {
    width: 170px;
  }
}

/* HOME
================================================================================================ */
body.home .the-content {
  position: relative;
  z-index: 2;
  padding: 0;
}

body.home .the-content .main .pad {
  padding: 695px 50px 50px;
}

body.home .the-content .wrap {
  z-index: 2;
}

@media screen and (max-width: 780px) {
  body.home .the-content .main .pad {
    padding: 0 0 30px;
  }
}

body.home section.hero-content-block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
}

body.home section.hero-content-block .slideshow::after {
  clear: both;
  content: "";
  display: table;
}

body.home section.hero-content-block .slideshow .slide-image {
  height: 695px;
  background: no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

body.home section.hero-content-block .slideshow .shade {
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
}

body.home section.hero-content-block .slideshow .animated-background-image {
  background-position: 50% 0;
}

body.home section.hero-content-block .slideshow .slide-content {
  position: absolute;
  z-index: 3;
  top: 100px;
  padding-left: 390px;
}

body.home section.hero-content-block .slideshow .slide-content .title {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 3.125em;
  font-family: "Droid Sans", sans-serif;
  color: #ffffff;
}

body.home section.hero-content-block .slideshow .slide-content .desc {
  margin: 0;
  font-family: "Droid Sans", sans-serif;
  font-size: 1.375em;
  font-weight: 400;
  color: #ffffff;
}

body.home section.hero-content-block .slideshow .slide-content .more .btn {
  min-width: 280px;
  color: #fff;
}

body.home section.hero-content-block .slideshow .slide-content .more .btn:hover {
  background-color: #5fd7ff;
}

body.home section.hero-content-block .cut {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  right: 0;
  height: 95px;
}

body.home section.hero-content-block .cut svg {
  display: block;
  width: 100%;
  height: 100%;
}

body.home section.hero-content-block .cut svg .poly {
  fill: #f4f4f4;
}

@media screen and (max-width: 1380px) {
  body.home section.hero-content-block .slideshow .slide-content {
    padding-left: 330px;
  }
  body.home section.hero-content-block .slideshow .slide-content .title {
    font-size: 2.8125em;
  }
}

@media screen and (max-width: 1080px) {
  body.home section.hero-content-block .slideshow .slide-content {
    padding-left: 300px;
  }
  body.home section.hero-content-block .slideshow .slide-content .title {
    font-size: 2.5em;
  }
  body.home section.hero-content-block .slideshow .owl-controls {
    bottom: 40px;
  }
}

@media screen and (max-width: 780px) {
  body.home section.hero-content-block {
    position: relative;
  }
  body.home section.hero-content-block .slideshow .slide-image {
    height: 380px;
  }
  body.home section.hero-content-block .slideshow .slide-image::after {
    clear: both;
    content: "";
    display: table;
  }
  body.home section.hero-content-block .slideshow .slide-image .wrap {
    border-top: 5px solid #d5b068;
  }
  body.home section.hero-content-block .slideshow .slide-content {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    top: 20px;
    padding: 0;
  }
  body.home section.hero-content-block .slideshow .owl-controls {
    display: none;
  }
  body.home section.hero-content-block .cut {
    height: 22px;
  }
}

@media screen and (max-width: 480px) {
  body.home section.hero-content-block .slideshow .slide-content .slide-desc {
    font-size: 12px;
  }
}

body.home section.category-slider header, body.home section.popular header, body.home section.news header {
  padding: 1em 0;
}

body.home section.category-slider header::after, body.home section.popular header::after, body.home section.news header::after {
  clear: both;
  content: "";
  display: table;
}

body.home section.category-slider header h4, body.home section.popular header h4, body.home section.news header h4 {
  margin: 0;
  padding: 0;
  font-size: 1.25em;
  font-weight: 400;
  font-family: "Droid Sans", sans-serif;
}

body.home section.category-slider, body.home section.popular {
  padding: 30px 0;
  border-bottom: 5px solid #eaeaea;
}

body.home section.category-slider .slider .item,
body.home section.category-slider .list .item, body.home section.popular .slider .item,
body.home section.popular .list .item {
  position: relative;
  z-index: 1;
  margin-right: 10px;
  background: no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

body.home section.category-slider .slider .item a,
body.home section.category-slider .list .item a, body.home section.popular .slider .item a,
body.home section.popular .list .item a {
  display: block;
  width: 100%;
  height: 100%;
}

body.home section.category-slider .slider .item a:hover,
body.home section.category-slider .list .item a:hover, body.home section.popular .slider .item a:hover,
body.home section.popular .list .item a:hover {
  text-decoration: none;
}

body.home section.category-slider .slider .item a:hover .name,
body.home section.category-slider .list .item a:hover .name, body.home section.popular .slider .item a:hover .name,
body.home section.popular .list .item a:hover .name {
  color: #d5b068;
  text-decoration: none;
}

body.home section.category-slider .slider .item figure,
body.home section.category-slider .list .item figure, body.home section.popular .slider .item figure,
body.home section.popular .list .item figure {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 10px;
  background: no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

body.home section.category-slider .slider .item figure:before,
body.home section.category-slider .list .item figure:before, body.home section.popular .slider .item figure:before,
body.home section.popular .list .item figure:before {
  content: '';
  display: block;
  margin-top: 100%;
}

body.home section.category-slider .slider .item .name,
body.home section.category-slider .list .item .name, body.home section.popular .slider .item .name,
body.home section.popular .list .item .name {
  margin: 0;
  padding: 10px 10px 0 0;
  font-family: "Droid Sans", sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  background: #f4f4f4;
  color: #333333;
}

body.home section.category-slider .owl-controls, body.home section.popular .owl-controls {
  position: relative;
  z-index: 1;
  padding-top: 30px;
}

body.home section.category-slider .owl-controls .owl-pagination, body.home section.popular .owl-controls .owl-pagination {
  text-align: center;
}

body.home section.category-slider .owl-controls .owl-pagination .owl-page span, body.home section.popular .owl-controls .owl-pagination .owl-page span {
  width: 10px;
  height: 10px;
  background: #cccccc;
  border: 0;
}

body.home section.category-slider .owl-controls .owl-pagination .owl-page.active span, body.home section.popular .owl-controls .owl-pagination .owl-page.active span {
  background: #d5b068;
}

body.home section.category-slider .owl-controls .owl-buttons .owl-prev,
body.home section.category-slider .owl-controls .owl-buttons .owl-next, body.home section.popular .owl-controls .owl-buttons .owl-prev,
body.home section.popular .owl-controls .owl-buttons .owl-next {
  position: absolute;
  top: 30px;
}

body.home section.category-slider .owl-controls .owl-buttons .owl-prev i,
body.home section.category-slider .owl-controls .owl-buttons .owl-next i, body.home section.popular .owl-controls .owl-buttons .owl-prev i,
body.home section.popular .owl-controls .owl-buttons .owl-next i {
  color: #cccccc;
}

body.home section.category-slider .owl-controls .owl-buttons .owl-prev:hover i,
body.home section.category-slider .owl-controls .owl-buttons .owl-next:hover i, body.home section.popular .owl-controls .owl-buttons .owl-prev:hover i,
body.home section.popular .owl-controls .owl-buttons .owl-next:hover i {
  color: #d5b068;
}

body.home section.category-slider .owl-controls .owl-buttons .owl-prev, body.home section.popular .owl-controls .owl-buttons .owl-prev {
  left: 20px;
}

body.home section.category-slider .owl-controls .owl-buttons .owl-next, body.home section.popular .owl-controls .owl-buttons .owl-next {
  right: 20px;
}

@media screen and (max-width: 480px) {
  body.home section.category-slider, body.home section.popular {
    padding-bottom: 60px;
  }
  body.home section.category-slider .slider,
  body.home section.category-slider .list, body.home section.popular .slider,
  body.home section.popular .list {
    margin-right: 0;
  }
  body.home section.category-slider .owl-controls, body.home section.popular .owl-controls {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    position: relative;
    padding-top: 0;
  }
  body.home section.category-slider .owl-controls .owl-pagination, body.home section.popular .owl-controls .owl-pagination {
    display: none;
  }
  body.home section.category-slider .owl-controls .owl-buttons, body.home section.popular .owl-controls .owl-buttons {
    font-size: 24px;
  }
  body.home section.category-slider .owl-controls .owl-buttons .owl-next,
  body.home section.category-slider .owl-controls .owl-buttons .owl-prev, body.home section.popular .owl-controls .owl-buttons .owl-next,
  body.home section.popular .owl-controls .owl-buttons .owl-prev {
    top: 0;
  }
  body.home section.category-slider .owl-controls .owl-buttons .owl-prev, body.home section.popular .owl-controls .owl-buttons .owl-prev {
    left: 0;
  }
  body.home section.category-slider .owl-controls .owl-buttons .owl-next, body.home section.popular .owl-controls .owl-buttons .owl-next {
    right: 0;
  }
}

body.home section.popular header h4 {
  float: left;
}

body.home section.popular header .view-all {
  float: right;
}

body.home section.popular header .view-all i {
  font-size: 12px;
  color: #d5b068;
}

body.home section.popular header .view-all a {
  color: #878787;
  font-size: 0.9375em;
}

body.home section.popular .list::after {
  clear: both;
  content: "";
  display: table;
}

body.home section.popular .list span.onsale {
  top: 0;
  left: auto;
  right: 0;
  z-index: 9;
  margin: -.5em -.5em 0 0;
}

body.home section.news .posts article {
  margin-bottom: 20px;
}

body.home section.news .posts article::after {
  clear: both;
  content: "";
  display: table;
}

body.home section.news .posts article .thumbnail {
  float: left;
}

body.home section.news .posts article .thumbnail + .excerpt {
  margin-left: 180px;
}

body.home section.news .posts article a {
  color: #202020;
}

body.home section.news .posts article a:hover {
  color: #c4a260;
}

@media screen and (max-width: 480px) {
  body.home section.news .posts article .thumbnail {
    display: none;
  }
  body.home section.news .posts article .thumbnail + .excerpt {
    margin-left: 0;
  }
}

body.home section.about .post-content {
  line-height: 1.8;
  font-size: 1.25em;
}

body.home section.about .post-content strong {
  font-size: 1.625em;
}

@media screen and (max-width: 780px) {
  body.home section.about {
    padding: 20px 0;
  }
}

.woo-content.single-product .summary h1 {
  margin-bottom: .5em;
}

.woo-content.single-product .summary div[itemprop="description"] {
  padding-bottom: 1em;
  border-bottom: 1px solid #eaeaea;
}

.woo-content.single-product .summary table.variations {
  padding: 0;
  table-layout: auto;
}

.woo-content.single-product .summary table.variations td {
  padding-top: 10px;
  padding-bottom: 10px;
}

.woo-content.single-product .summary table.variations .label label {
  font-weight: 400;
  font-size: 1.125em;
  line-height: 67px;
}

.woo-content.single-product .summary table.variations .value select {
  height: 67px;
  margin: 0;
  padding: 0 1em;
  font-weight: 700;
}

.woo-content.single-product .summary table.variations .reset_variations {
  position: absolute;
  right: 0;
}

.woo-content.single-product .summary .variations_form .single_variation_wrap button[type=submit] {
  display: none;
}

.woo-content.single-product .summary .woocommerce-variation-price,
.woo-content.single-product .summary [itemprop="offers"] {
  margin-bottom: 25px;
  padding: 25px 0;
  line-height: 50px;
  border-top: 1px solid #eaeaea;
  border-bottom: 3px solid #eaeaea;
}

.woo-content.single-product .summary .woocommerce-variation-price::after,
.woo-content.single-product .summary [itemprop="offers"]::after {
  clear: both;
  content: "";
  display: table;
}

.woo-content.single-product .summary .woocommerce-variation-price .price ins:before, .woo-content.single-product .summary .woocommerce-variation-price .price del:before,
.woo-content.single-product .summary [itemprop="offers"] .price ins:before,
.woo-content.single-product .summary [itemprop="offers"] .price del:before {
  display: inline;
  margin-right: 5px;
  font-size: 1rem;
  font-weight: 400;
  color: #333333;
}

.woo-content.single-product .summary .woocommerce-variation-price .price ins,
.woo-content.single-product .summary [itemprop="offers"] .price ins {
  font-size: 2em;
  text-decoration: none;
}

.woo-content.single-product .summary .woocommerce-variation-price .price ins:before,
.woo-content.single-product .summary [itemprop="offers"] .price ins:before {
  content: "Now";
}

.woo-content.single-product .summary .woocommerce-variation-price .price del,
.woo-content.single-product .summary [itemprop="offers"] .price del {
  margin-right: 10px;
  font-style: normal;
  text-decoration: none;
  opacity: 1;
}

.woo-content.single-product .summary .woocommerce-variation-price .price del:before,
.woo-content.single-product .summary [itemprop="offers"] .price del:before {
  content: "Was";
}

.woo-content.single-product .summary .woocommerce-variation-price .price span.label, .woo-content.single-product .summary .woocommerce-variation-price .price span.amount,
.woo-content.single-product .summary [itemprop="offers"] .price span.label,
.woo-content.single-product .summary [itemprop="offers"] .price span.amount {
  display: inline-block;
  vertical-align: baseline;
}

.woo-content.single-product .summary .woocommerce-variation-price .price span.label,
.woo-content.single-product .summary [itemprop="offers"] .price span.label {
  margin-right: 1em;
  font-size: 18px;
  color: #333333;
}

.woo-content.single-product .summary .woocommerce-variation-price .price span.amount,
.woo-content.single-product .summary [itemprop="offers"] .price span.amount {
  font-weight: 700;
  color: #d5b068;
}

.woo-content.single-product .summary .notice {
  padding: 1em 0;
  font-weight: 700;
}

.woo-content.single-product .summary .variations_button::after,
.woo-content.single-product .summary .cart::after {
  clear: both;
  content: "";
  display: table;
}

.woo-content.single-product .summary .variations_button .quantity,
.woo-content.single-product .summary .cart .quantity {
  position: relative;
  margin-right: 0;
  float: right;
}

.woo-content.single-product .summary .variations_button .quantity:before,
.woo-content.single-product .summary .cart .quantity:before {
  display: inline-block;
  content: 'Quantity:';
  margin-right: 1em;
  font-size: 18px;
}

.woo-content.single-product .summary .variations_button .quantity input,
.woo-content.single-product .summary .cart .quantity input {
  display: inline-block;
  height: 67px;
  max-width: 65px;
  margin: 0;
  font-size: 1.25em;
  font-weight: 700;
  text-align: center;
}

.woo-content.single-product .summary .variations_button button,
.woo-content.single-product .summary .cart button {
  height: 67px;
  font-size: 1.25em;
  font-weight: 700;
  border-width: 4px;
}

.woo-content.single-product .documents {
  clear: both;
  padding: 30px 0;
  border-top: 1px solid #eaeaea;
}

.woo-content.single-product .documents ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.woo-content.single-product .documents ul li {
  display: block;
  padding: 5px 0;
}

.woo-content.single-product .documents ul li img, .woo-content.single-product .documents ul li span {
  display: inline-block;
  vertical-align: middle;
}

.woo-content.single-product .documents ul li img {
  margin-right: 20px;
}

.woo-content.single-product .diagram {
  margin-bottom: 2em;
}

.woo-content.single-product .diagram h4 {
  font-size: 1.375em;
}

.woo-content.single-product .diagram img {
  display: block;
}

.woo-content.single-product div.wc-tabs-wrapper ul.tabs {
  margin: 0;
  padding: 0;
}

.woo-content.single-product div.wc-tabs-wrapper ul.tabs:before {
  border-bottom: 4px solid #eaeaea;
}

.woo-content.single-product div.wc-tabs-wrapper ul.tabs li {
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: 4px solid transparent;
  background-color: transparent;
}

.woo-content.single-product div.wc-tabs-wrapper ul.tabs li:before, .woo-content.single-product div.wc-tabs-wrapper ul.tabs li:after {
  display: none;
}

.woo-content.single-product div.wc-tabs-wrapper ul.tabs li.active {
  background-color: transparent;
  border-bottom-color: #5fd7ff;
}

.woo-content.single-product div.wc-tabs-wrapper ul.tabs li.active a {
  color: #333333;
}

.woo-content.single-product div.wc-tabs-wrapper ul.tabs li a {
  display: block;
  padding: 25px 30px;
  font-size: 0.875em;
  text-transform: uppercase;
  color: #bdbdbd;
}

.woo-content.single-product div.wc-tabs-wrapper .wc-tab {
  padding: 0 30px;
}

.woo-content.single-product div.wc-tabs-wrapper .wc-tab h2 {
  padding-bottom: 0;
}

.woo-content.single-product .related.products {
  margin-left: -50px;
  margin-right: -50px;
  padding: 40px 50px;
  background: #f3f3f3;
}

.woo-content.single-product .related.products::after {
  clear: both;
  content: "";
  display: table;
}

.woo-content.single-product .related.products h2 {
  padding-top: 0;
}

@media screen and (max-width: 1380px) {
  .woo-content.single-product .summary .notice {
    clear: right;
  }
  .woo-content.single-product .summary .variations_button .quantity input,
  .woo-content.single-product .summary .cart .quantity input {
    width: 2.5em;
  }
}

@media screen and (max-width: 1080px) {
  .woo-content.single-product div.wc-tabs-wrapper ul.tabs li a {
    padding: 15px 20px;
  }
  .woo-content.single-product div.wc-tabs-wrapper .wc-tab {
    padding: 0 20px;
  }
  .woo-content.single-product .related.products {
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
  }
}

@media screen and (max-width: 780px) {
  .woo-content.single-product .summary .variations_button .quantity input,
  .woo-content.single-product .summary .cart .quantity input {
    width: 3.5em;
  }
  .woo-content.single-product .onsale {
    position: static;
    display: block;
    height: auto;
    min-height: 0;
    margin-bottom: 5px;
    padding: 10px 0;
    border-radius: 0;
    line-height: 1;
  }
  .woo-content.single-product div.wc-tabs-wrapper ul.tabs {
    margin-left: -20px;
    margin-right: -20px;
    font-size: .88em;
  }
  .woo-content.single-product div.wc-tabs-wrapper .wc-tab {
    padding: 0;
  }
  .woo-content.single-product .documents ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .woo-content.single-product .related.products {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media screen and (max-width: 780px) {
  .woo-content {
    padding-top: 0;
  }
}

.woocommerce a.button,
.woocommerce input[type=submit],
.woocommerce .button[type=submit] {
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
  display: inline-block;
  height: 35px;
  padding: 0 20px;
  border: 2px solid #d5b068;
  font-size: 12px;
  font-weight: 600;
  font-family: "Droid Sans", sans-serif;
  text-transform: uppercase;
  color: #333333;
  text-decoration: none;
  cursor: pointer;
  background: transparent;
  text-align: center;
  border-radius: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 36px;
}

.woocommerce a.button:hover, .woocommerce a.button:active,
.woocommerce input[type=submit]:hover,
.woocommerce input[type=submit]:active,
.woocommerce .button[type=submit]:hover,
.woocommerce .button[type=submit]:active {
  color: #ffffff;
  background: #d5b068;
  text-decoration: none;
}

.woocommerce a.button.disabled,
.woocommerce input[type=submit].disabled,
.woocommerce .button[type=submit].disabled {
  background-color: transparent;
}

.woocommerce a.button.alt,
.woocommerce input[type=submit].alt,
.woocommerce .button[type=submit].alt {
  color: #fff;
  background-color: transparent;
}

.woocommerce a.button.alt:hover,
.woocommerce input[type=submit].alt:hover,
.woocommerce .button[type=submit].alt:hover {
  background-color: #d5b068;
  color: #fff;
}

.woocommerce a.button.strong,
.woocommerce input[type=submit].strong,
.woocommerce .button[type=submit].strong {
  border-color: #66a8fc;
}

.woocommerce a.button.strong:hover,
.woocommerce input[type=submit].strong:hover,
.woocommerce .button[type=submit].strong:hover {
  border-color: #d5b068;
}

.woocommerce a.button.solid, .woocommerce a.button,
.woocommerce a.button[type=submit], .woocommerce .woocommerce-cart table.shop_table a.button.alt,
.woocommerce input[type=submit].solid,
.woocommerce body .gform_wrapper input[type=submit],
body .gform_wrapper .woocommerce input[type=submit],
.woocommerce input[type=submit],
.woocommerce .woocommerce-cart table.shop_table input.button.alt[type="submit"],
.woocommerce .button[type=submit].solid,
.woocommerce body .gform_wrapper input.button[type=submit],
body .gform_wrapper .woocommerce input.button[type=submit],
.woocommerce .button[type=submit],
.woocommerce .woocommerce-cart table.shop_table .button.alt[type=submit] {
  color: #fff;
  background-color: #d5b068;
  border: none;
}

.woocommerce a.button.solid:hover, .woocommerce a.button:hover, .woocommerce .woocommerce-cart table.shop_table a.button.alt:hover,
.woocommerce input[type=submit].solid:hover,
.woocommerce body .gform_wrapper input[type=submit]:hover,
body .gform_wrapper .woocommerce input[type=submit]:hover,
.woocommerce input[type=submit]:hover,
.woocommerce .woocommerce-cart table.shop_table input.button.alt[type="submit"]:hover,
.woocommerce .button[type=submit].solid:hover,
.woocommerce body .gform_wrapper input.button[type=submit]:hover,
body .gform_wrapper .woocommerce input.button[type=submit]:hover,
.woocommerce .button[type=submit]:hover,
.woocommerce .woocommerce-cart table.shop_table .button.alt[type=submit]:hover {
  background-color: #c4a260;
}

.woocommerce a.button.solid.alt, .woocommerce a.button.alt, .woocommerce .woocommerce-cart table.shop_table a.button.alt,
.woocommerce input[type=submit].solid.alt,
.woocommerce body .gform_wrapper input[type=submit].alt,
body .gform_wrapper .woocommerce input[type=submit].alt,
.woocommerce input[type=submit].alt,
.woocommerce .woocommerce-cart table.shop_table input.button[type="submit"].alt,
.woocommerce .button[type=submit].solid.alt,
.woocommerce body .gform_wrapper input.button[type=submit].alt,
body .gform_wrapper .woocommerce input.button[type=submit].alt,
.woocommerce .button[type=submit].alt,
.woocommerce .woocommerce-cart table.shop_table .button[type=submit].alt {
  color: #fff;
  background-color: #d5b068;
}

.woocommerce a.button.solid.alt:hover, .woocommerce a.button.alt:hover, .woocommerce .woocommerce-cart table.shop_table a.button.alt:hover,
.woocommerce input[type=submit].solid.alt:hover,
.woocommerce body .gform_wrapper input[type=submit].alt:hover,
body .gform_wrapper .woocommerce input[type=submit].alt:hover,
.woocommerce input[type=submit].alt:hover,
.woocommerce .woocommerce-cart table.shop_table input.button[type="submit"].alt:hover,
.woocommerce .button[type=submit].solid.alt:hover,
.woocommerce body .gform_wrapper input.button[type=submit].alt:hover,
body .gform_wrapper .woocommerce input.button[type=submit].alt:hover,
.woocommerce .button[type=submit].alt:hover,
.woocommerce .woocommerce-cart table.shop_table .button[type=submit].alt:hover {
  background-color: #c4a260;
}

.woocommerce a.button.solid.strong, .woocommerce a.button.strong, .woocommerce .woocommerce-cart table.shop_table a.button.strong.alt,
.woocommerce input[type=submit].solid.strong,
.woocommerce body .gform_wrapper input[type=submit].strong,
body .gform_wrapper .woocommerce input[type=submit].strong,
.woocommerce input[type=submit].strong,
.woocommerce .woocommerce-cart table.shop_table input.button.alt[type="submit"].strong,
.woocommerce .button[type=submit].solid.strong,
.woocommerce body .gform_wrapper input.button[type=submit].strong,
body .gform_wrapper .woocommerce input.button[type=submit].strong,
.woocommerce .button[type=submit].strong,
.woocommerce .woocommerce-cart table.shop_table .button.alt[type=submit].strong {
  background-color: #66a8fc;
}

.woocommerce a.button.solid.strong:hover, .woocommerce a.button.strong:hover, .woocommerce .woocommerce-cart table.shop_table a.button.strong.alt:hover,
.woocommerce input[type=submit].solid.strong:hover,
.woocommerce body .gform_wrapper input[type=submit].strong:hover,
body .gform_wrapper .woocommerce input[type=submit].strong:hover,
.woocommerce input[type=submit].strong:hover,
.woocommerce .woocommerce-cart table.shop_table input.button.alt[type="submit"].strong:hover,
.woocommerce .button[type=submit].solid.strong:hover,
.woocommerce body .gform_wrapper input.button[type=submit].strong:hover,
body .gform_wrapper .woocommerce input.button[type=submit].strong:hover,
.woocommerce .button[type=submit].strong:hover,
.woocommerce .woocommerce-cart table.shop_table .button.alt[type=submit].strong:hover {
  background-color: #d5b068;
}

.woocommerce a.button.big,
.woocommerce input[type=submit].big,
.woocommerce .button[type=submit].big {
  height: 50px;
}

.woocommerce a.button.huge,
.woocommerce input[type=submit].huge,
.woocommerce .button[type=submit].huge {
  height: 70px;
  font-size: 16px;
}

.woocommerce a.button.big, .woocommerce a.button.huge,
.woocommerce input[type=submit].big,
.woocommerce input[type=submit].huge,
.woocommerce .button[type=submit].big,
.woocommerce .button[type=submit].huge {
  font-size: 16px;
}

.woocommerce a.button.shadow,
.woocommerce input[type=submit].shadow,
.woocommerce .button[type=submit].shadow {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 480px) {
  .woocommerce a.button.huge,
  .woocommerce input[type=submit].huge,
  .woocommerce .button[type=submit].huge {
    height: 60px;
  }
  .woocommerce a.button.big,
  .woocommerce input[type=submit].big,
  .woocommerce .button[type=submit].big {
    height: 45px;
  }
  .woocommerce a.button.big, .woocommerce a.button.huge,
  .woocommerce input[type=submit].big,
  .woocommerce input[type=submit].huge,
  .woocommerce .button[type=submit].big,
  .woocommerce .button[type=submit].huge {
    font-size: 14px;
  }
}

.woocommerce ul.products::after {
  clear: both;
  content: "";
  display: table;
}

.woocommerce ul.products li.product {
  width: 24.205%;
  margin: 0 1.06% 20px 0;
  position: relative;
  z-index: 1;
}

.woocommerce ul.products li.product:nth-child(4n) {
  margin-right: 0;
}

.woocommerce ul.products li.product a {
  display: block;
}

.woocommerce ul.products li.product a img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.woocommerce ul.products li.product a:hover h3 {
  color: #d5b068;
}

.woocommerce ul.products li.product h3 {
  margin: 0;
  padding: 10px 10px 0 0;
  font-family: "Droid Sans", sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  color: #333333;
}

.woocommerce ul.products li.product h3 mark {
  display: none;
}

.woocommerce ul.products li.product.type-product {
  padding-bottom: 66px;
}

.woocommerce ul.products li.product.type-product.product-type-variable .more {
  left: 10px;
  width: auto;
  text-align: center;
}

.woocommerce ul.products li.product.type-product figure {
  position: relative;
  margin: 0 0 10px;
}

.woocommerce ul.products li.product.type-product .info {
  margin-bottom: 1em;
  color: #333333;
}

.woocommerce ul.products li.product.type-product .info .desc {
  max-height: 4.5em;
  overflow: hidden;
}

.woocommerce ul.products li.product.type-product .info p {
  margin: 0;
}

.woocommerce ul.products li.product.type-product a.btn {
  position: absolute;
  z-index: 1;
  display: block;
  bottom: 0;
  width: 100%;
  height: 56px;
  margin: 0 0 0 0;
  padding: 0 1em;
  font-weight: 700;
  line-height: 56px;
  background: #ffffff;
  box-shadow: 0 1px 1px #ccc;
  text-align: center;
  text-transform: uppercase;
  color: #333333;
}

.woocommerce ul.products li.product.type-product a.btn:hover {
  color: #d5b068;
}

.woocommerce ul.products li.product.type-product .onsale {
  z-index: 9;
}

.woocommerce ul.products li.product.type-product .more {
  right: 10px;
  bottom: 9px;
  width: 40px;
  line-height: 1.1;
}

.woocommerce ul.products li.product.product-category a {
  width: 100%;
  height: 100%;
  color: #333333;
}

.woocommerce ul.products li.product.product-category a:hover {
  color: #c4a260;
}

.woocommerce ul.products li.product.product-category a h2 {
  font-family: "Droid Sans", sans-serif;
  text-transform: uppercase;
}

.woocommerce ul.products li.product.product-category a h2 mark {
  font-size: .8em;
  background: none;
}

.woocommerce .woocommerce-cart table.shop_table .button.alt {
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
  display: inline-block;
  height: 35px;
  padding: 0 20px;
  border: 2px solid #d5b068;
  font-size: 12px;
  font-weight: 600;
  font-family: "Droid Sans", sans-serif;
  text-transform: uppercase;
  color: #333333;
  text-decoration: none;
  cursor: pointer;
  background: transparent;
  text-align: center;
  border-radius: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.woocommerce .woocommerce-cart table.shop_table .button.alt:hover, .woocommerce .woocommerce-cart table.shop_table .button.alt:active {
  color: #ffffff;
  background: #d5b068;
  text-decoration: none;
}

.woocommerce .woocommerce-cart table.shop_table .button.alt.disabled {
  background-color: transparent;
}

.woocommerce .woocommerce-cart table.shop_table .button.alt.alt {
  color: #fff;
  background-color: transparent;
}

.woocommerce .woocommerce-cart table.shop_table .button.alt.alt:hover {
  background-color: #d5b068;
  color: #fff;
}

.woocommerce .woocommerce-cart table.shop_table .button.alt.strong {
  border-color: #66a8fc;
}

.woocommerce .woocommerce-cart table.shop_table .button.alt.strong:hover {
  border-color: #d5b068;
}

.woocommerce .woocommerce-cart table.shop_table .button.alt.solid, .woocommerce .woocommerce-cart table.shop_table a.button.alt,
.woocommerce .woocommerce-cart table.shop_table .button.alt[type=submit], .woocommerce .woocommerce-cart table.shop_table .button.alt {
  color: #fff;
  background-color: #d5b068;
  border: none;
}

.woocommerce .woocommerce-cart table.shop_table .button.alt.solid:hover, .woocommerce .woocommerce-cart table.shop_table a.button.alt:hover,
.woocommerce .woocommerce-cart table.shop_table .button.alt:hover[type=submit], .woocommerce .woocommerce-cart table.shop_table .button.alt:hover {
  background-color: #c4a260;
}

.woocommerce .woocommerce-cart table.shop_table .button.alt.solid.alt, .woocommerce .woocommerce-cart table.shop_table a.button.alt.alt,
.woocommerce .woocommerce-cart table.shop_table .button.alt.alt[type=submit], .woocommerce .woocommerce-cart table.shop_table .button.alt.alt {
  color: #fff;
  background-color: #d5b068;
}

.woocommerce .woocommerce-cart table.shop_table .button.alt.solid.alt:hover, .woocommerce .woocommerce-cart table.shop_table a.button.alt.alt:hover,
.woocommerce .woocommerce-cart table.shop_table .button.alt.alt:hover[type=submit], .woocommerce .woocommerce-cart table.shop_table .button.alt.alt:hover {
  background-color: #c4a260;
}

.woocommerce .woocommerce-cart table.shop_table .button.alt.solid.strong, .woocommerce .woocommerce-cart table.shop_table a.button.alt.strong,
.woocommerce .woocommerce-cart table.shop_table .button.alt.strong[type=submit], .woocommerce .woocommerce-cart table.shop_table .button.alt.strong {
  background-color: #66a8fc;
}

.woocommerce .woocommerce-cart table.shop_table .button.alt.solid.strong:hover, .woocommerce .woocommerce-cart table.shop_table a.button.alt.strong:hover,
.woocommerce .woocommerce-cart table.shop_table .button.alt.strong:hover[type=submit], .woocommerce .woocommerce-cart table.shop_table .button.strong.alt:hover {
  background-color: #d5b068;
}

.woocommerce .woocommerce-cart table.shop_table .button.alt.big {
  height: 50px;
}

.woocommerce .woocommerce-cart table.shop_table .button.alt.huge {
  height: 70px;
  font-size: 16px;
}

.woocommerce .woocommerce-cart table.shop_table .button.alt.big, .woocommerce .woocommerce-cart table.shop_table .button.alt.huge {
  font-size: 16px;
}

.woocommerce .woocommerce-cart table.shop_table .button.alt.shadow {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 480px) {
  .woocommerce .woocommerce-cart table.shop_table .button.alt.huge {
    height: 60px;
  }
  .woocommerce .woocommerce-cart table.shop_table .button.alt.big {
    height: 45px;
  }
  .woocommerce .woocommerce-cart table.shop_table .button.alt.big, .woocommerce .woocommerce-cart table.shop_table .button.alt.huge {
    font-size: 14px;
  }
}

.woocommerce .woocommerce-error li:before {
  display: none;
}

.woocommerce nav.woocommerce-pagination {
  margin-bottom: 20px;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  font-size: 1.625em;
}

@media screen and (max-width: 1080px) {
  .woocommerce ul.products li.product {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
  }
  .woocommerce ul.products li.product:nth-child(4n) {
    margin-right: 2.35765%;
  }
  .woocommerce ul.products li.product:nth-child(4n+1) {
    clear: none;
  }
  .woocommerce ul.products li.product:nth-child(3n) {
    margin-right: 0;
  }
  .woocommerce ul.products li.product:nth-child(3n+1) {
    clear: left;
  }
  .woocommerce ul.products li.product:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 780px) {
  .woocommerce ul.products li.product {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  .woocommerce ul.products li.product:nth-child(3n) {
    margin-right: 2.35765%;
  }
  .woocommerce ul.products li.product:nth-child(3n+1) {
    clear: none;
  }
  .woocommerce ul.products li.product:nth-child(2n) {
    margin-right: 0;
  }
  .woocommerce ul.products li.product:nth-child(2n+1) {
    clear: left;
  }
  .woocommerce ul.products li.product:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .woocommerce ul.products li.product {
    width: 100%;
    margin: 0 0 20px 0 !important;
  }
  .woocommerce ul.products li.product:nth-child(2n) {
    margin-right: 2.35765%;
  }
  .woocommerce ul.products li.product:nth-child(2n+1) {
    clear: none;
  }
}

body.archive .category-header {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 5px solid #eaeaea;
}

body.archive .category-header .term-description {
  font-size: 1.25em;
}

@media screen and (max-width: 780px) {
  body.archive form.filters {
    padding: 20px 20px 10px;
  }
}

@media screen and (max-width: 480px) {
  body.archive form.filters label {
    width: auto !important;
    margin: 0 0 10px 0 !important;
    float: none !important;
  }
}

body.single-product article .actions {
  clear: both;
  padding: 30px 0;
  border-top: 5px solid #eaeaea;
  border-bottom: 5px solid #eaeaea;
  text-align: center;
}

body.single-product article .actions .msgErrorOptions {
  padding: 1em;
  color: #b30000;
}

body.single-product article .actions .addquotelistlink {
  display: inline;
}

body.single-product article .actions .addquotelistlink div, body.single-product article .actions .addquotelistlink span {
  display: inline !important;
}

body.single-product article .actions .addquotelistlink + .clear {
  display: none !important;
}

body.single-product article .actions a,
body.single-product article .actions a.button {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  height: auto;
  margin: 0 5px;
  padding: 30px;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.1em;
  border: none;
  background: #ffffff;
  box-shadow: 0 1px 1px #ccc;
  text-transform: none;
  color: #333333;
  text-align: center;
}

body.single-product article .actions a:hover,
body.single-product article .actions a.button:hover {
  color: #c4a260;
  text-decoration: none;
}

body.single-product article .actions a:hover.disabled,
body.single-product article .actions a.button:hover.disabled {
  background: none;
}

body.single-product article .actions a:hover mark,
body.single-product article .actions a.button:hover mark {
  color: #333333;
}

body.single-product article .actions a img,
body.single-product article .actions a.button img {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  z-index: 2;
  top: 50%;
}

body.single-product article .actions a img + span,
body.single-product article .actions a.button img + span {
  padding-left: 40px;
}

body.single-product article .actions a mark,
body.single-product article .actions a.button mark {
  background: none;
  color: #c4a260;
}

body.single-product article .additional-info {
  clear: both;
}

body.single-product article .additional-info .section-heading {
  font-family: "Droid Sans", sans-serif;
  color: #c4a260;
  text-transform: uppercase;
}

@media screen and (max-width: 780px) {
  body.single-product article .actions.has-both a {
    width: 100%;
  }
  body.single-product article .actions.has-both a:first-child {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 780px) {
  .woocommerce-pagination {
    font-size: 10px;
  }
}

.pp_woocommerce .ppt {
  display: none !important;
}

body.logged-in #gform_wrapper_3 li#field_3_6 {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
}

body, html {
  margin: 0;
  padding: 0;
}

body {
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  background: #f4f4f4;
}

body.scrolled {
  padding-top: 191px;
}

@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }
  body.scrolled {
    padding-top: 187px;
  }
}

h1 {
  font-size: 2.5em;
  line-height: 1.1;
}

h2 {
  font-size: 2em;
  line-height: 1.25;
}

h3 {
  font-size: 1.5em;
  line-height: 1.25;
}

h4 {
  font-size: 1em;
  line-height: 1.5;
}

h5 {
  font-size: .88em;
}

h6 {
  font-size: .66em;
}

address {
  font-style: normal;
}

a {
  color: #d5b068;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:hover.unstyled {
  text-decoration: none;
}

a:hover button {
  text-decoration: none;
}

/* LAYOUT
================================================================================================ */
.wrap {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.wrap::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 780px) {
  .wrap {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.the-content .flex::after {
  clear: both;
  content: "";
  display: table;
}

.the-content .flex .main {
  float: left;
  width: 100%;
  padding-left: 340px;
}

.the-content .flex .sidebar {
  float: left;
  width: 340px;
  margin-left: -100%;
}

@media screen and (max-width: 1380px) {
  .the-content .flex .sidebar {
    width: 280px;
  }
  .the-content .flex .main {
    padding-left: 280px;
  }
}

@media screen and (max-width: 1080px) {
  .the-content .flex .sidebar {
    width: 250px;
  }
  .the-content .flex .main {
    padding-left: 250px;
  }
}

@media screen and (max-width: 780px) {
  .the-content .flex {
    display: block;
  }
  .the-content .flex .main {
    float: none;
    width: auto;
    padding-left: 0;
  }
  .the-content .flex .sidebar {
    float: none;
    width: auto;
    margin: 0 -20px;
  }
}

.the-content .wrap {
  padding: 0;
}

.the-content .main > .pad {
  padding: 316px 30px 50px 40px;
}

.the-content.contact .col {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

.the-content.contact .col:last-child {
  margin-right: 0;
}

.the-content.contact .col:nth-child(2n) {
  margin-right: 0;
}

.the-content.contact .col:nth-child(2n+1) {
  clear: left;
}

.the-content.contact .phone,
.the-content.contact address {
  margin-bottom: 1em;
}

.the-content.contact .phone p,
.the-content.contact address p {
  margin-bottom: 0;
}

.the-content.contact div.gform_wrapper {
  padding: 30px 40px;
  background: #ffffff;
}

.the-content.contact div.gform_wrapper li.gfield {
  padding-right: 0;
}

.the-content.contact div.gform_wrapper li.gfield#field_1_4, .the-content.contact div.gform_wrapper li.gfield#field_1_1 {
  float: left;
  width: 47.5%;
}

.the-content.contact div.gform_wrapper li.gfield#field_1_4 {
  margin-right: 5%;
}

.the-content.contact div.gform_wrapper li.gfield#field_1_1 {
  clear: none;
}

.the-content.contact div.gform_wrapper li.gfield.gfield_error input[type=text], .the-content.contact div.gform_wrapper li.gfield.gfield_error body select[type=text], body .the-content.contact div.gform_wrapper li.gfield.gfield_error select[type=text],
.the-content.contact div.gform_wrapper li.gfield.gfield_error input[type=email],
.the-content.contact div.gform_wrapper li.gfield.gfield_error textarea {
  border: 0 !important;
  border-bottom: 5px solid #cc2226 !important;
}

.the-content.contact div.gform_wrapper li.gfield input[type=text], .the-content.contact div.gform_wrapper li.gfield body select[type=text], body .the-content.contact div.gform_wrapper li.gfield select[type=text],
.the-content.contact div.gform_wrapper li.gfield input[type=email],
.the-content.contact div.gform_wrapper li.gfield textarea {
  padding-left: 0 !important;
  padding-right: 0 !important;
  border: 0;
  border-bottom: 5px solid #eaeaea;
  border-radius: 0;
  color: #d5b068;
  box-shadow: none;
  text-indent: 0;
}

.the-content.contact div.gform_wrapper li.gfield input[type=text]:focus, .the-content.contact div.gform_wrapper li.gfield body select[type=text]:focus, body .the-content.contact div.gform_wrapper li.gfield select[type=text]:focus,
.the-content.contact div.gform_wrapper li.gfield input[type=email]:focus,
.the-content.contact div.gform_wrapper li.gfield textarea:focus {
  border-color: #d5b068;
}

.the-content.contact div.gform_wrapper li.gfield label {
  font-size: 11px;
}

.the-content.contact div.gform_wrapper .gform_footer {
  text-align: right;
}

.the-content.contact div.gform_wrapper .gform_footer input {
  margin-right: 0;
}

@media screen and (max-width: 780px) {
  .the-content.contact .col {
    float: none;
    margin: 0;
    width: auto;
  }
  .the-content.contact .col.c1 {
    margin-bottom: 2em;
  }
}

@media screen and (max-width: 480px) {
  .the-content.contact div.gform_wrapper {
    padding: 1em;
  }
  .the-content.contact div.gform_wrapper li.gfield#field_1_4, .the-content.contact div.gform_wrapper li.gfield#field_1_1 {
    width: auto;
    float: none;
    margin-right: 0;
  }
}

@media screen and (max-width: 780px) {
  .the-content .main > .pad {
    padding: 260px 0 20px;
  }
}

@media screen and (max-width: 480px) {
  .the-content .main > .pad {
    padding-top: 220px;
  }
}

/* CONTENT
================================================================================================ */
.post {
  margin-bottom: 2em;
}

.post::after {
  clear: both;
  content: "";
  display: table;
}

.post-header {
  margin-bottom: 1em;
}

.post-header .post-title {
  margin: 0;
  padding: 0;
}

.post-header .post-meta {
  padding: 5px 0;
  font-size: 75%;
}

.post-thumbnail {
  float: left;
  margin-right: 2em;
  margin-bottom: 1em;
}

@media screen and (max-width: 480px) {
  .post-thumbnail {
    float: none;
    margin-right: 0;
  }
}

.post-excerpt {
  overflow: hidden;
}

.post-excerpt p {
  margin-top: 0;
}

.section-header {
  padding: 0 0 2em;
}

.section-header .page-title {
  margin: 0;
  padding: 0;
  font-size: 2.8125em;
}

.blog article,
.archive article,
.search article {
  margin-bottom: 2em;
}

.blog .post-meta,
.archive .post-meta,
.search .post-meta {
  clear: left;
}

.single .post-meta {
  padding-top: 1em;
}

.single-team .the-content .wp-post-image {
  float: left;
  display: block;
  max-width: 100%;
  width: 39%;
  margin-right: -39%;
  padding: 10px;
  height: auto;
  background: #fff;
  box-shadow: 0 3px 20px rgba(95, 215, 255, 0.25);
}

.single-team .the-content .post-content {
  clear: left;
}

.single-team .the-content.extra .post-header {
  margin-left: 44%;
}

.single-team .the-content.extra .post-header .icons {
  position: relative;
  z-index: 1;
  padding-left: 40px;
  margin-bottom: 2em;
  border-left: 1px solid #d5b068;
}

.single-team .the-content.extra .post-header .position {
  text-transform: uppercase;
}

.single-team .the-content.extra .post-header p {
  font-size: 20px;
}

.single-team .the-content.extra .post-header a {
  color: #c37e46;
}

.single-team .the-content.extra .post-header .contact p {
  line-height: 56px;
}

.single-team .the-content.extra .post-header .quote {
  margin-left: -3%;
}

.single-team .the-content.extra .post-header .quote p {
  font-size: 16px;
}

.single-team .the-content + .the-content {
  padding-top: 0;
}

/*! PLEASE DON'T EDIT THIS FILE. EDIT STYLE-ADDITIONAL.CSS INSTEAD */

/*# sourceMappingURL=theme.css.map */
