@charset "UTF-8";
/* --------------------------------------
/*  Import
/* -------------------------------------- */
/* --------------------------------------
/*  Import
/* -------------------------------------- */
/*** Media Queries ***/
/* --------------------------------------
/*  Mixins
/* -------------------------------------- */
/* --------------------------------------
/*  Gradients
/* -------------------------------------- */
/* ---------------------
/* Mixins
/* --------------------- */
.remove-default-appearance {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

/* --------------------------------------
/*  SVGs
/* -------------------------------------*/
@font-face {
  font-family: 'CharterITCPro-Bold';
  src: url("/content/themes/nucleo-clutchmoto/assets/fonts/charter-bold.eot");
  src: url("/content/themes/nucleo-clutchmoto/assets/fonts/charter-bold.eot?#iefix") format("embedded-opentype"), url("/content/themes/nucleo-clutchmoto/assets/fonts/charter-bold.woff2") format("woff2"), url("/content/themes/nucleo-clutchmoto/assets/fonts/charter-bold.woff") format("woff"), url("/content/themes/nucleo-clutchmoto/assets/fonts/charter-bold.ttf") format("truetype"); }

/* --------------------------------------
/*  Colours
/* -------------------------------------*/
/* --------------------------------------
/*  Font Weights
/* -------------------------------------*/
.font-weight__normal {
  font-weight: 400; }

.font-weight__medium {
  font-weight: 500; }

.font-weight__bold {
  font-weight: 700; }

/* --------------------------------------
/*  Font Sizes
/* -------------------------------------*/
/* --------------------------------------
/*  Font Families
/* -------------------------------------*/
/* --------------------------------------
/*  Spacing
/* -------------------------------------*/
/* --------------------------------------
/*  Defaults
/* -------------------------------------*/
/* --------------------------------------
/*  Transitions
/* -------------------------------------*/
/* --------------------------------------
/*  Responsive Font sizes
/* -------------------------------------*/
/* --------------------------------------
/*  Animations
/* -------------------------------------*/
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  33% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  66% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }
@keyframes wobble {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  33% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  66% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

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

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

/*** Media Queries ***/
/* --------------------------------------
/*  Mixins
/* -------------------------------------- */
/* --------------------------------------
/*  Gradients
/* -------------------------------------- */
/* ---------------------
/* Mixins
/* --------------------- */
.remove-default-appearance {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

/* --------------------------------------
/*  SVGs
/* -------------------------------------*/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

[role="button"] {
  cursor: pointer; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

/* --------------------------------------
/*  Custom BS
/* -------------------------------------*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=25d49cea796819a13e3e2b6bb7887d7c)
 * Config saved to config.json and https://gist.github.com/25d49cea796819a13e3e2b6bb7887d7c
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret, .nucleo-isotope-container .nucleo-isotope-filter a > .caret,
  .dropup > .btn > .caret,
  .nucleo-isotope-container .nucleo-isotope-filter .dropup > a > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table td,
  .table th {
    background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #E0E0E0 !important; } }

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

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #616161;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline; }

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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; }

[role="button"] {
  cursor: pointer; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #21759b;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #616161;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #616161;
  background-color: #f5f5f5;
  border: 1px solid #BDBDBD;
  border-radius: 4px; }

pre code {
  padding: 0;
  font-size: inherit;
  color: #757575;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

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

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #757575;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd; }

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0; }

.table > tbody + tbody {
  border-top: 2px solid #dddddd; }

.table .table {
  background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #dddddd; }

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd; }

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd; }
  .table-responsive > .table {
    margin-bottom: 0; }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap; }
  .table-responsive > .table-bordered {
    border: 0; }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #616161;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

.btn, .nucleo-isotope-container .nucleo-isotope-filter a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.btn:focus, .nucleo-isotope-container .nucleo-isotope-filter a:focus,
.btn:active:focus,
.nucleo-isotope-container .nucleo-isotope-filter a:active:focus,
.btn.active:focus,
.nucleo-isotope-container .nucleo-isotope-filter a.active:focus,
.btn.focus,
.nucleo-isotope-container .nucleo-isotope-filter a.focus,
.btn:active.focus,
.nucleo-isotope-container .nucleo-isotope-filter a:active.focus,
.btn.active.focus,
.nucleo-isotope-container .nucleo-isotope-filter a.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn:hover, .nucleo-isotope-container .nucleo-isotope-filter a:hover, .btn:focus, .nucleo-isotope-container .nucleo-isotope-filter a:focus,
.btn.focus,
.nucleo-isotope-container .nucleo-isotope-filter a.focus {
  color: #616161;
  text-decoration: none; }

.btn:active, .nucleo-isotope-container .nucleo-isotope-filter a:active,
.btn.active,
.nucleo-isotope-container .nucleo-isotope-filter a.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled, .nucleo-isotope-container .nucleo-isotope-filter a.disabled,
.btn[disabled],
.nucleo-isotope-container .nucleo-isotope-filter a[disabled],
fieldset[disabled] .btn,
fieldset[disabled] .nucleo-isotope-container .nucleo-isotope-filter a,
.nucleo-isotope-container .nucleo-isotope-filter fieldset[disabled] a {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }

a.btn.disabled, .nucleo-isotope-container .nucleo-isotope-filter a.disabled,
fieldset[disabled] a.btn,
fieldset[disabled] .nucleo-isotope-container .nucleo-isotope-filter a,
.nucleo-isotope-container .nucleo-isotope-filter fieldset[disabled] a {
  pointer-events: none; }

.btn-default {
  color: #616161;
  background-color: #fff;
  border-color: #BDBDBD; }

.btn-default:focus,
.btn-default.focus {
  color: #616161;
  background-color: #E0E0E0;
  border-color: #8c8c8c; }

.btn-default:hover {
  color: #616161;
  background-color: #E0E0E0;
  border-color: #adadad; }

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #616161;
  background-color: #E0E0E0;
  border-color: #adadad; }

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #616161;
  background-color: #d4d4d4;
  border-color: #8c8c8c; }

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none; }

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #BDBDBD; }

.btn-default .badge {
  color: #fff;
  background-color: #616161; }

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent; }

.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #757575;
  text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.nav > li {
  position: relative;
  display: block; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee; }

.nav > li.disabled > a {
  color: #757575; }

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #757575;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed; }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: rgba(0, 0, 0, 0.1); }

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.nav > li > a > img {
  max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #dddddd; }

.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #616161;
  background-color: #fff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default; }

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0; }

.nav-tabs.nav-justified > li {
  float: none; }

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff; } }

.nav-pills > li {
  float: left; }

.nav-pills > li > a {
  border-radius: 4px; }

.nav-pills > li + li {
  margin-left: 2px; }

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7; }

.nav-stacked > li {
  float: none; }

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0; }

.nav-justified {
  width: 100%; }

.nav-justified > li {
  float: none; }

.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs-justified {
  border-bottom: 0; }

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd; }

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px; } }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }

.navbar-collapse.in {
  overflow-y: auto; }

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }
  .navbar-collapse.in {
    overflow-y: visible; }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px; } }

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none; }

.navbar-brand > img {
  display: block; }

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.navbar-toggle:focus {
  outline: 0; }

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px; }

@media (min-width: 768px) {
  .navbar-toggle {
    display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px; }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none; } }

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0; }
  .navbar-nav > li {
    float: left; }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .navbar-form .form-control-static {
    display: inline-block; }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto; }
  .navbar-form .input-group > .form-control {
    width: 100%; }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0; }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px; }
  .navbar-form .form-group:last-child {
    margin-bottom: 0; } }

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px; }

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
  .navbar-right ~ .navbar-right {
    margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }

.navbar-default .navbar-brand {
  color: #757575; }

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #616161;
  background-color: transparent; }

.navbar-default .navbar-text {
  color: #757575; }

.navbar-default .navbar-nav > li > a {
  color: #757575; }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #616161;
  background-color: transparent; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #616161;
  background-color: #e7e7e7; }

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #BDBDBD;
  background-color: transparent; }

.navbar-default .navbar-toggle {
  border-color: #dddddd; }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888; }

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7; }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #616161; }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #757575; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #616161;
    background-color: transparent; }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #616161;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #BDBDBD;
    background-color: transparent; } }

.navbar-default .navbar-link {
  color: #757575; }

.navbar-default .navbar-link:hover {
  color: #616161; }

.navbar-default .btn-link {
  color: #757575; }

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #616161; }

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #BDBDBD; }

.navbar-inverse {
  background-color: #222222;
  border-color: #080808; }

.navbar-inverse .navbar-brand {
  color: #BDBDBD; }

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-text {
  color: #BDBDBD; }

.navbar-inverse .navbar-nav > li > a {
  color: #BDBDBD; }

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808; }

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #3B4044;
  background-color: transparent; }

.navbar-inverse .navbar-toggle {
  border-color: #616161; }

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #616161; }

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff; }

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010; }

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff; }

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #BDBDBD; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #3B4044;
    background-color: transparent; } }

.navbar-inverse .navbar-link {
  color: #BDBDBD; }

.navbar-inverse .navbar-link:hover {
  color: #fff; }

.navbar-inverse .btn-link {
  color: #BDBDBD; }

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff; }

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #3B4044; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #E0E0E0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000; }

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn, .modal-footer .nucleo-isotope-container .nucleo-isotope-filter a + .btn, .nucleo-isotope-container .nucleo-isotope-filter .modal-footer a + .btn, .modal-footer .nucleo-isotope-container .nucleo-isotope-filter .btn + a, .nucleo-isotope-container .nucleo-isotope-filter .modal-footer .btn + a, .modal-footer .nucleo-isotope-container .nucleo-isotope-filter a + a, .nucleo-isotope-container .nucleo-isotope-filter .modal-footer a + a {
  margin-left: 5px;
  margin-bottom: 0; }

.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .nucleo-isotope-container .nucleo-isotope-filter a + .btn, .nucleo-isotope-container .nucleo-isotope-filter .modal-footer .btn-group a + .btn, .modal-footer .btn-group .nucleo-isotope-container .nucleo-isotope-filter .btn + a, .nucleo-isotope-container .nucleo-isotope-filter .modal-footer .btn-group .btn + a, .modal-footer .btn-group .nucleo-isotope-container .nucleo-isotope-filter a + a, .nucleo-isotope-container .nucleo-isotope-filter .modal-footer .btn-group a + a {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-header:after,
.modal-footer:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }

.tooltip.in {
  opacity: .9;
  filter: alpha(opacity=90); }

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0; }

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px; }

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0; }

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow, .tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top .tooltip-arrow {
  left: 50%;
  margin-left: -5px; }

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  margin-bottom: -5px; }

.tooltip.top-right .tooltip-arrow {
  left: 5px;
  margin-bottom: -5px; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow, .tooltip.bottom-left .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom .tooltip-arrow {
  left: 50%;
  margin-left: -5px; }

.tooltip.bottom-left .tooltip-arrow {
  right: 5px;
  margin-top: -5px; }

.tooltip.bottom-right .tooltip-arrow {
  left: 5px;
  margin-top: -5px; }

.tooltip-inner {
  padding: 16px;
  white-space: nowrap; }

/* --------------------------------------
/*  Z-index (ZI)
/* -------------------------------------- */
/* --------------------------------------
/*  Typography
/* -------------------------------------- */
h1, .h1-style {
  font-family: "Poppins", sans-serif, "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 15px;
  color: #3B4044;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 0;
  padding-top: 0;
  font-size: 1.602em; }
  h1 a, h1a, .h1-style a, .h1-stylea {
    color: #757575; }
    h1 a:hover, h1 a:focus, h1a:hover, h1a:focus, .h1-style a:hover, .h1-style a:focus, .h1-stylea:hover, .h1-stylea:focus {
      text-decoration: underline;
      color: #5c5c5c; }
  @media (min-width: 400px) and (max-width: 1400px) {
    h1, .h1-style {
      font-size: calc( 1.602em + (47.355 - 24.03) * ( (100vw - 400px) / ( 1400 - 400) )); } }
  @media (min-width: 1400px) {
    h1, .h1-style {
      font-size: 3.157em; } }

h2, .h2-style {
  font-family: "Poppins", sans-serif, "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 15px;
  color: #3B4044;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 16px;
  padding-top: 0;
  font-size: 1.424em; }
  h2 a, h2a, .h2-style a, .h2-stylea {
    color: #757575; }
    h2 a:hover, h2 a:focus, h2a:hover, h2a:focus, .h2-style a:hover, .h2-style a:focus, .h2-stylea:hover, .h2-stylea:focus {
      text-decoration: underline;
      color: #5c5c5c; }
  @media (min-width: 400px) and (max-width: 1400px) {
    h2, .h2-style {
      font-size: calc( 1.424em + (39.36 - 21.36) * ( (100vw - 400px) / ( 1400 - 400) )); } }
  @media (min-width: 1400px) {
    h2, .h2-style {
      font-size: 2.624em; } }

h3, .h3-style {
  font-family: "Poppins", sans-serif, "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 15px;
  color: #3B4044;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.266em; }
  h3 a, h3a, .h3-style a, .h3-stylea {
    color: #000; }
    h3 a:hover, h3 a:focus, h3a:hover, h3a:focus, .h3-style a:hover, .h3-style a:focus, .h3-stylea:hover, .h3-stylea:focus {
      text-decoration: underline;
      color: black; }
  @media (min-width: 400px) and (max-width: 1400px) {
    h3, .h3-style {
      font-size: calc( 1.266em + (18.99 - 18.99) * ( (100vw - 400px) / ( 1400 - 400) )); } }
  @media (min-width: 1400px) {
    h3, .h3-style {
      font-size: 1.266em; } }

h4, .h4-style {
  font-family: "Poppins", sans-serif, "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 15px;
  color: #3B4044;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.125em; }
  h4 a, h4a, .h4-style a, .h4-stylea {
    color: #000; }
    h4 a:hover, h4 a:focus, h4a:hover, h4a:focus, .h4-style a:hover, .h4-style a:focus, .h4-stylea:hover, .h4-stylea:focus {
      text-decoration: underline;
      color: black; }
  @media (min-width: 400px) and (max-width: 1400px) {
    h4, .h4-style {
      font-size: calc( 1.125em + (16.875 - 16.875) * ( (100vw - 400px) / ( 1400 - 400) )); } }
  @media (min-width: 1400px) {
    h4, .h4-style {
      font-size: 1.125em; } }

h5, .h5-style {
  font-family: "Poppins", sans-serif, "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 15px;
  color: #000;
  line-height: 1.2;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.889em; }
  h5 a, h5a, .h5-style a, .h5-stylea {
    color: #000; }
    h5 a:hover, h5 a:focus, h5a:hover, h5a:focus, .h5-style a:hover, .h5-style a:focus, .h5-stylea:hover, .h5-stylea:focus {
      text-decoration: underline;
      color: black; }
  @media (min-width: 400px) and (max-width: 1400px) {
    h5, .h5-style {
      font-size: calc( 0.889em + (13.335 - 13.335) * ( (100vw - 400px) / ( 1400 - 400) )); } }
  @media (min-width: 1400px) {
    h5, .h5-style {
      font-size: 0.889em; } }

h6, .h6-style {
  font-family: "Roboto", sans-serif, "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 15px;
  color: #3B4044;
  line-height: 1.7;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.79em; }
  h6 a, h6a, .h6-style a, .h6-stylea {
    color: #757575; }
    h6 a:hover, h6 a:focus, h6a:hover, h6a:focus, .h6-style a:hover, .h6-style a:focus, .h6-stylea:hover, .h6-stylea:focus {
      text-decoration: underline;
      color: #5c5c5c; }
  @media (min-width: 400px) and (max-width: 1400px) {
    h6, .h6-style {
      font-size: calc( 0.79em + (11.85 - 11.85) * ( (100vw - 400px) / ( 1400 - 400) )); } }
  @media (min-width: 1400px) {
    h6, .h6-style {
      font-size: 0.79em; } }

.larger-text {
  font-family: "Roboto", sans-serif, "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 40px;
  color: #000;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0; }

.small-heading {
  font-family: "Poppins", sans-serif, "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 15px;
  color: #000;
  line-height: 1.7;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.95rem;
  text-align: center;
  margin-bottom: 1em; }
  .small-heading a, .small-headinga {
    color: #757575; }
    .small-heading a:hover, .small-heading a:focus, .small-headinga:hover, .small-headinga:focus {
      text-decoration: underline;
      color: #5c5c5c; }
  @media (min-width: 400px) and (max-width: 1400px) {
    .small-heading {
      font-size: calc( 0.95rem + (14.25 - 14.25) * ( (100vw - 400px) / ( 1400 - 400) )); } }
  @media (min-width: 1400px) {
    .small-heading {
      font-size: 0.95rem; } }

/* --------------------------------------
/*  Copy
/* -------------------------------------- */
blockquote {
  border: 0;
  margin: 35px 0;
  padding: 25px 0;
  border-bottom: 1px solid #000;
  border-top: 3px double #000; }
  blockquote h1, blockquote h2, blockquote h3,
  blockquote h4, blockquote h5, blockquote h6,
  blockquote p, blockquote a, blockquote span,
  blockquote ul, blockquote ol, blockquote li,
  blockquote input, blockquote button, blockquote label {
    font-size: 22px;
    color: #000;
    font-family: "Poppins", sans-serif, "Helvetica", Arial, Helvetica, Sans-serif;
    line-height: 1.2; }

.body-section a, .body-sectiona {
  color: #000; }
  .body-section a:hover, .body-section a:focus, .body-sectiona:hover, .body-sectiona:focus {
    text-decoration: underline;
    color: black; }

cite {
  font-style: normal; }

ul, ol {
  line-height: 1.7;
  padding-left: 25px;
  margin-bottom: 25px; }

p {
  line-height: 1.7;
  font-family: "Roboto", sans-serif, "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 15px;
  margin-bottom: 15px;
  margin-top: 0; }

/* --------------------------------------
/*  Buttons
/* -------------------------------------- */
.btn, .nucleo-isotope-container .nucleo-isotope-filter a {
  text-align: center;
  padding: 1em 2em;
  font-size: calc(0.889 * 15px);
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  border-radius: 0;
  border: 0;
  font-weight: 700;
  background-color: #F6F6F6;
  color: #757575;
  line-height: 1.4;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em; }
  .btn:hover, .nucleo-isotope-container .nucleo-isotope-filter a:hover, .btn:focus, .nucleo-isotope-container .nucleo-isotope-filter a:focus, .btn a, .nucleo-isotope-container .nucleo-isotope-filter a a, .btn a:hover, .nucleo-isotope-container .nucleo-isotope-filter a a:hover, .btn a:focus, .nucleo-isotope-container .nucleo-isotope-filter a a:focus {
    text-decoration: none; }
  .btn.btn-primary, .nucleo-isotope-container .nucleo-isotope-filter a.btn-primary, .btn.btn-default, .nucleo-isotope-container .nucleo-isotope-filter a.btn-default {
    text-align: center;
    padding: 1em 2em;
    font-size: calc(0.889 * 15px);
    -webkit-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
    border-radius: 0;
    border: 0;
    font-weight: 700;
    background-color: #F6F6F6;
    color: #757575;
    line-height: 1.4;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background-color: #000;
    color: #fff; }
    .btn.btn-primary:hover, .nucleo-isotope-container .nucleo-isotope-filter a.btn-primary:hover, .btn.btn-primary:focus, .nucleo-isotope-container .nucleo-isotope-filter a.btn-primary:focus, .btn.btn-primary a, .nucleo-isotope-container .nucleo-isotope-filter a.btn-primary a, .btn.btn-primary a:hover, .nucleo-isotope-container .nucleo-isotope-filter a.btn-primary a:hover, .btn.btn-primary a:focus, .nucleo-isotope-container .nucleo-isotope-filter a.btn-primary a:focus, .btn.btn-default:hover, .nucleo-isotope-container .nucleo-isotope-filter a.btn-default:hover, .btn.btn-default:focus, .nucleo-isotope-container .nucleo-isotope-filter a.btn-default:focus, .btn.btn-default a, .nucleo-isotope-container .nucleo-isotope-filter a.btn-default a, .btn.btn-default a:hover, .nucleo-isotope-container .nucleo-isotope-filter a.btn-default a:hover, .btn.btn-default a:focus, .nucleo-isotope-container .nucleo-isotope-filter a.btn-default a:focus {
      text-decoration: none; }
    .btn.btn-primary:hover, .nucleo-isotope-container .nucleo-isotope-filter a.btn-primary:hover, .btn.btn-primary:focus, .nucleo-isotope-container .nucleo-isotope-filter a.btn-primary:focus, .btn.btn-primary:active, .nucleo-isotope-container .nucleo-isotope-filter a.btn-primary:active, .btn.btn-default:hover, .nucleo-isotope-container .nucleo-isotope-filter a.btn-default:hover, .btn.btn-default:focus, .nucleo-isotope-container .nucleo-isotope-filter a.btn-default:focus, .btn.btn-default:active, .nucleo-isotope-container .nucleo-isotope-filter a.btn-default:active {
      background-color: black;
      color: #fff; }
  .btn.btn-primary-rev, .nucleo-isotope-container .nucleo-isotope-filter a.btn-primary-rev {
    text-align: center;
    padding: 1em 2em;
    font-size: calc(0.889 * 15px);
    -webkit-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
    border-radius: 0;
    border: 0;
    font-weight: 700;
    background-color: #F6F6F6;
    color: #757575;
    line-height: 1.4;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff; }
    .btn.btn-primary-rev:hover, .nucleo-isotope-container .nucleo-isotope-filter a.btn-primary-rev:hover, .btn.btn-primary-rev:focus, .nucleo-isotope-container .nucleo-isotope-filter a.btn-primary-rev:focus, .btn.btn-primary-rev a, .nucleo-isotope-container .nucleo-isotope-filter a.btn-primary-rev a, .btn.btn-primary-rev a:hover, .nucleo-isotope-container .nucleo-isotope-filter a.btn-primary-rev a:hover, .btn.btn-primary-rev a:focus, .nucleo-isotope-container .nucleo-isotope-filter a.btn-primary-rev a:focus {
      text-decoration: none; }
    .btn.btn-primary-rev:hover, .nucleo-isotope-container .nucleo-isotope-filter a.btn-primary-rev:hover, .btn.btn-primary-rev:focus, .nucleo-isotope-container .nucleo-isotope-filter a.btn-primary-rev:focus, .btn.btn-primary-rev:active, .nucleo-isotope-container .nucleo-isotope-filter a.btn-primary-rev:active {
      background-color: #fff;
      color: #000; }
  .btn.btn-secondary, .nucleo-isotope-container .nucleo-isotope-filter a.btn-secondary {
    text-align: center;
    padding: 1em 2em;
    font-size: calc(0.889 * 15px);
    -webkit-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
    border-radius: 0;
    border: 0;
    font-weight: 700;
    background-color: #F6F6F6;
    color: #757575;
    line-height: 1.4;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background-color: white;
    color: #000;
    border: solid 1px #E0E0E0; }
    .btn.btn-secondary:hover, .nucleo-isotope-container .nucleo-isotope-filter a.btn-secondary:hover, .btn.btn-secondary:focus, .nucleo-isotope-container .nucleo-isotope-filter a.btn-secondary:focus, .btn.btn-secondary a, .nucleo-isotope-container .nucleo-isotope-filter a.btn-secondary a, .btn.btn-secondary a:hover, .nucleo-isotope-container .nucleo-isotope-filter a.btn-secondary a:hover, .btn.btn-secondary a:focus, .nucleo-isotope-container .nucleo-isotope-filter a.btn-secondary a:focus {
      text-decoration: none; }

/* --------------------------------------
/*  Tabs reset
/* -------------------------------------*/
.tabs-container ul.nav.nav-tabs li a:focus {
  outline: none; }

/* --------------------------------------
/*  - Bootstrap Reset
/* -------------------------------------- */
.navbar-inner {
  background: none;
  -webkit-filter: none;
  filter: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  border: none;
  padding: 0px;
  min-height: 0px; }

.navbar-default {
  border-color: transparent; }

.navbar {
  background: transparent;
  margin-bottom: 0px;
  min-height: 1px; }

.navbar .nav > li {
  float: left; }

.navbar .nav > li > a {
  padding: 0px;
  text-shadow: none; }
  .navbar .nav > li > a i, .navbar .nav > li > a b {
    border-bottom-color: #757575;
    border-top-color: #757575; }

.navbar-nav {
  margin-left: 0px;
  margin-right: 0px; }

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #616161;
  text-decoration: none;
  background-color: transparent; }

.navbar .nav .active > a {
  color: #616161;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.navbar .nav .active > a:hover {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
  background-image: none;
  background-repeat: repeat-x;
  text-decoration: none;
  -webkit-filter: none;
  filter: none; }

.navbar-collapse {
  padding-right: 0px;
  padding-left: 0px; }

/* --------------------------------------
/*  - Bootstrap Dropdown Menu
/* -------------------------------------- */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent; }

.navbar .nav > li.active > a, .navbar .nav > li.active > a:hover, .navbar .nav > li.dropdown.active > .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none; }

.navbar .nav > li.dropdown.open > .dropdown-toggle {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: rgba(0, 0, 0, 0.2);
  -webkit-border-image: none;
  -o-border-image: none;
  border-image: none;
  border-radius: 0;
  position: relative; }

.navbar .nav > li .dropdown-menu {
  border-radius: 0;
  margin: 0;
  padding: 0; }

.navbar .nav > li .dropdown-menu:after, .navbar .nav > li .dropdown-menu:before {
  display: none; }

.navbar .nav > li .dropdown-menu li {
  display: block;
  width: 100%;
  text-align: left; }

.navbar .nav > li .dropdown-menu li a {
  padding: 3px 10px;
  font-size: 15px-2; }

.navbar .nav > li .dropdown-menu li a:hover {
  color: #3B4044; }

/*
	Multilevel Dropdown
*/
.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px; }

.dropdown-menu li:hover > .sub-menu {
  visibility: visible; }

.dropdown:hover > .dropdown-menu {
  display: block; }

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
  margin-top: 0; }

.navbar .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px; }

.navbar .sub-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  top: 11px;
  left: -6px; }

.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px; }

.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #E0E0E0;
  margin-top: 5px;
  margin-right: -10px; }

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff; }

.dropdown-submenu.pull-left {
  float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px; }

/* --------------------------------------
/*  #7 - Bootstrap Nav Overrides
/* -------------------------------------- */
.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px; }

.dropdown-menu li:hover .sub-menu {
  visibility: visible; }

.dropdown:hover .dropdown-menu {
  display: block; }

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
  margin-top: 0; }

.navbar .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px; }

.navbar .sub-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  top: 11px;
  left: -6px; }

/* --------------------------------------
/*  Tables
/* -------------------------------------*/
table.table {
  border-spacing: 2px;
  border-collapse: separate; }
  table.table > tbody > tr > td {
    border: 0;
    padding: 0.7em;
    font-size: 0.875rem; }
    @media (max-width: 543px) {
      table.table > tbody > tr > td {
        padding: 0.4em;
        font-size: 0.7rem; } }

/* --------------------------------------
/*  Collapse
/* -------------------------------------*/
.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
  border: 0; }

.panel-group .panel {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .panel-group .panel .panel-heading {
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0; }
    .panel-group .panel .panel-heading h4 {
      font-family: "Poppins", sans-serif, "Helvetica", Arial, Helvetica, Sans-serif;
      font-size: 15px;
      color: #3B4044;
      line-height: 1.2;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 1.266em;
      font-size: 30px;
      line-height: 1.5; }
      .panel-group .panel .panel-heading h4 a, .panel-group .panel .panel-heading h4a {
        color: #000; }
        .panel-group .panel .panel-heading h4 a:hover, .panel-group .panel .panel-heading h4 a:focus, .panel-group .panel .panel-heading h4a:hover, .panel-group .panel .panel-heading h4a:focus {
          text-decoration: underline;
          color: black; }
      @media (min-width: 400px) and (max-width: 1400px) {
        .panel-group .panel .panel-heading h4 {
          font-size: calc( 1.266em + (18.99 - 18.99) * ( (100vw - 400px) / ( 1400 - 400) )); } }
      @media (min-width: 1400px) {
        .panel-group .panel .panel-heading h4 {
          font-size: 1.266em; } }
      .panel-group .panel .panel-heading h4 a:hover, .panel-group .panel .panel-heading h4 a:focus, .panel-group .panel .panel-heading h4 a a, .panel-group .panel .panel-heading h4 a a:hover, .panel-group .panel .panel-heading h4 a a:focus {
        text-decoration: none; }
  .panel-group .panel .panel-body {
    padding-left: 0;
    padding-right: 0; }

/* --------------------------------------
/*  Variables / Mixins
/* -------------------------------------*/
/* --------------------------------------
/*  Imports
/* -------------------------------------*/
/* --------------------------------------
/*  WooCommerce Form Field Styles
/* -------------------------------------*/
/* --------------------------------------
/*  File Contents

    - Buttons
    - Alerts
    - Notifications

/* -------------------------------------*/
/* --------------------------------------
/*  Buttons
/* -------------------------------------*/
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  text-align: center;
  padding: 1em 2em;
  font-size: calc(0.889 * 15px);
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  border-radius: 0;
  border: 0;
  font-weight: 700;
  background-color: #F6F6F6;
  color: #757575;
  line-height: 1.4;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em; }
  .woocommerce #respond input#submit:hover, .woocommerce #respond input#submit:focus, .woocommerce #respond input#submit a, .woocommerce #respond input#submit a:hover, .woocommerce #respond input#submit a:focus, .woocommerce a.button:hover, .woocommerce a.button:focus, .woocommerce a.button a, .woocommerce a.button a:hover, .woocommerce a.button a:focus, .woocommerce button.button:hover, .woocommerce button.button:focus, .woocommerce button.button a, .woocommerce button.button a:hover, .woocommerce button.button a:focus, .woocommerce input.button:hover, .woocommerce input.button:focus, .woocommerce input.button a, .woocommerce input.button a:hover, .woocommerce input.button a:focus {
    text-decoration: none; }
  .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    text-align: center;
    padding: 1em 2em;
    font-size: calc(0.889 * 15px);
    -webkit-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
    border-radius: 0;
    border: 0;
    font-weight: 700;
    background-color: #F6F6F6;
    color: #757575;
    line-height: 1.4;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background-color: #000;
    color: #fff; }
    .woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit.alt:focus, .woocommerce #respond input#submit.alt a, .woocommerce #respond input#submit.alt a:hover, .woocommerce #respond input#submit.alt a:focus, .woocommerce a.button.alt:hover, .woocommerce a.button.alt:focus, .woocommerce a.button.alt a, .woocommerce a.button.alt a:hover, .woocommerce a.button.alt a:focus, .woocommerce button.button.alt:hover, .woocommerce button.button.alt:focus, .woocommerce button.button.alt a, .woocommerce button.button.alt a:hover, .woocommerce button.button.alt a:focus, .woocommerce input.button.alt:hover, .woocommerce input.button.alt:focus, .woocommerce input.button.alt a, .woocommerce input.button.alt a:hover, .woocommerce input.button.alt a:focus {
      text-decoration: none; }
    .woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit.alt:focus, .woocommerce #respond input#submit.alt:active, .woocommerce a.button.alt:hover, .woocommerce a.button.alt:focus, .woocommerce a.button.alt:active, .woocommerce button.button.alt:hover, .woocommerce button.button.alt:focus, .woocommerce button.button.alt:active, .woocommerce input.button.alt:hover, .woocommerce input.button.alt:focus, .woocommerce input.button.alt:active {
      background-color: black;
      color: #fff; }
    .woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled[disabled], .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled[disabled], .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled[disabled], .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled[disabled] {
      text-align: center;
      padding: 1em 2em;
      font-size: calc(0.889 * 15px);
      -webkit-transition: background-color 0.5s;
      -o-transition: background-color 0.5s;
      transition: background-color 0.5s;
      border-radius: 0;
      border: 0;
      font-weight: 700;
      background-color: #F6F6F6;
      color: #757575;
      line-height: 1.4;
      font-family: "Roboto", sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      background-color: #000;
      color: #fff; }
      .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt.disabled:focus, .woocommerce #respond input#submit.alt.disabled a, .woocommerce #respond input#submit.alt.disabled a:hover, .woocommerce #respond input#submit.alt.disabled a:focus, .woocommerce #respond input#submit.alt.disabled[disabled]:hover, .woocommerce #respond input#submit.alt.disabled[disabled]:focus, .woocommerce #respond input#submit.alt.disabled[disabled] a, .woocommerce #respond input#submit.alt.disabled[disabled] a:hover, .woocommerce #respond input#submit.alt.disabled[disabled] a:focus, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt.disabled:focus, .woocommerce a.button.alt.disabled a, .woocommerce a.button.alt.disabled a:hover, .woocommerce a.button.alt.disabled a:focus, .woocommerce a.button.alt.disabled[disabled]:hover, .woocommerce a.button.alt.disabled[disabled]:focus, .woocommerce a.button.alt.disabled[disabled] a, .woocommerce a.button.alt.disabled[disabled] a:hover, .woocommerce a.button.alt.disabled[disabled] a:focus, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt.disabled:focus, .woocommerce button.button.alt.disabled a, .woocommerce button.button.alt.disabled a:hover, .woocommerce button.button.alt.disabled a:focus, .woocommerce button.button.alt.disabled[disabled]:hover, .woocommerce button.button.alt.disabled[disabled]:focus, .woocommerce button.button.alt.disabled[disabled] a, .woocommerce button.button.alt.disabled[disabled] a:hover, .woocommerce button.button.alt.disabled[disabled] a:focus, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt.disabled:focus, .woocommerce input.button.alt.disabled a, .woocommerce input.button.alt.disabled a:hover, .woocommerce input.button.alt.disabled a:focus, .woocommerce input.button.alt.disabled[disabled]:hover, .woocommerce input.button.alt.disabled[disabled]:focus, .woocommerce input.button.alt.disabled[disabled] a, .woocommerce input.button.alt.disabled[disabled] a:hover, .woocommerce input.button.alt.disabled[disabled] a:focus {
        text-decoration: none; }
      .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt.disabled:focus, .woocommerce #respond input#submit.alt.disabled:active, .woocommerce #respond input#submit.alt.disabled[disabled]:hover, .woocommerce #respond input#submit.alt.disabled[disabled]:focus, .woocommerce #respond input#submit.alt.disabled[disabled]:active, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt.disabled:focus, .woocommerce a.button.alt.disabled:active, .woocommerce a.button.alt.disabled[disabled]:hover, .woocommerce a.button.alt.disabled[disabled]:focus, .woocommerce a.button.alt.disabled[disabled]:active, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt.disabled:focus, .woocommerce button.button.alt.disabled:active, .woocommerce button.button.alt.disabled[disabled]:hover, .woocommerce button.button.alt.disabled[disabled]:focus, .woocommerce button.button.alt.disabled[disabled]:active, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt.disabled:focus, .woocommerce input.button.alt.disabled:active, .woocommerce input.button.alt.disabled[disabled]:hover, .woocommerce input.button.alt.disabled[disabled]:focus, .woocommerce input.button.alt.disabled[disabled]:active {
        background-color: black;
        color: #fff; }

body.woocommerce-account .woocommerce-Message .woocommerce-Button {
  display: none; }

/* --------------------------------------
/*  Message
/* -------------------------------------*/
.woocommerce-message, .woocommerce-error, .woocommerce-info {
  background: #F6F6F6;
  color: #757575;
  border: 0; }
  .woocommerce-message:before, .woocommerce-error:before, .woocommerce-info:before {
    color: #000; }

.single-product .woocommerce-message, .single-product .woocommerce-error, .single-product .woocommerce-info, #yith-wcwl-form .woocommerce-message, #yith-wcwl-form .woocommerce-error, #yith-wcwl-form .woocommerce-info {
  margin: 0 !important;
  top: auto;
  bottom: 0;
  width: 100%;
  background: #000;
  color: white;
  left: 0;
  padding: 24px;
  border: 0;
  border-radius: 0;
  position: fixed;
  text-align: center;
  z-index: 900; }
  .single-product .woocommerce-message:before, .single-product .woocommerce-error:before, .single-product .woocommerce-info:before, #yith-wcwl-form .woocommerce-message:before, #yith-wcwl-form .woocommerce-error:before, #yith-wcwl-form .woocommerce-info:before {
    display: none; }
  .single-product .woocommerce-message .button, .single-product .woocommerce-error .button, .single-product .woocommerce-info .button, #yith-wcwl-form .woocommerce-message .button, #yith-wcwl-form .woocommerce-error .button, #yith-wcwl-form .woocommerce-info .button {
    float: none;
    text-align: center;
    padding: 1em 2em;
    font-size: calc(0.889 * 15px);
    -webkit-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
    border-radius: 0;
    border: 0;
    font-weight: 700;
    background-color: #F6F6F6;
    color: #757575;
    line-height: 1.4;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background-color: white;
    color: #000;
    border: solid 1px #E0E0E0;
    border: 0;
    margin-right: 16px; }
    .single-product .woocommerce-message .button:hover, .single-product .woocommerce-message .button:focus, .single-product .woocommerce-message .button a, .single-product .woocommerce-message .button a:hover, .single-product .woocommerce-message .button a:focus, .single-product .woocommerce-error .button:hover, .single-product .woocommerce-error .button:focus, .single-product .woocommerce-error .button a, .single-product .woocommerce-error .button a:hover, .single-product .woocommerce-error .button a:focus, .single-product .woocommerce-info .button:hover, .single-product .woocommerce-info .button:focus, .single-product .woocommerce-info .button a, .single-product .woocommerce-info .button a:hover, .single-product .woocommerce-info .button a:focus, #yith-wcwl-form .woocommerce-message .button:hover, #yith-wcwl-form .woocommerce-message .button:focus, #yith-wcwl-form .woocommerce-message .button a, #yith-wcwl-form .woocommerce-message .button a:hover, #yith-wcwl-form .woocommerce-message .button a:focus, #yith-wcwl-form .woocommerce-error .button:hover, #yith-wcwl-form .woocommerce-error .button:focus, #yith-wcwl-form .woocommerce-error .button a, #yith-wcwl-form .woocommerce-error .button a:hover, #yith-wcwl-form .woocommerce-error .button a:focus, #yith-wcwl-form .woocommerce-info .button:hover, #yith-wcwl-form .woocommerce-info .button:focus, #yith-wcwl-form .woocommerce-info .button a, #yith-wcwl-form .woocommerce-info .button a:hover, #yith-wcwl-form .woocommerce-info .button a:focus {
      text-decoration: none; }

/* --------------------------------------
/*  Alerts
/* -------------------------------------*/
#yith-wcwl-popup-message {
  margin: 0 !important;
  top: auto;
  bottom: 0;
  width: 100%;
  background: #000;
  color: white;
  left: 0;
  padding: 24px;
  border: 0;
  border-radius: 0;
  position: fixed;
  text-align: center;
  z-index: 900; }

/* --------------------------------------
/*  Flags
/* -------------------------------------*/
.woocommerce ul.products li.product .products-flags {
  top: 0.5em;
  right: 0.5em;
  position: absolute; }
  .woocommerce ul.products li.product .products-flags span {
    font-family: "Poppins", sans-serif, "Helvetica", Arial, Helvetica, Sans-serif;
    font-size: 15px;
    color: #000;
    line-height: 1.7;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.95rem;
    text-align: center;
    margin-bottom: 1em;
    border-radius: 0;
    margin: 0;
    line-height: 1;
    min-height: 0;
    padding: 1em 1.2em;
    position: static;
    display: inline-block;
    background-color: #3B4044;
    color: #fff; }
    .woocommerce ul.products li.product .products-flags span a, .woocommerce ul.products li.product .products-flags spana {
      color: #757575; }
      .woocommerce ul.products li.product .products-flags span a:hover, .woocommerce ul.products li.product .products-flags span a:focus, .woocommerce ul.products li.product .products-flags spana:hover, .woocommerce ul.products li.product .products-flags spana:focus {
        text-decoration: underline;
        color: #5c5c5c; }
    @media (min-width: 400px) and (max-width: 1400px) {
      .woocommerce ul.products li.product .products-flags span {
        font-size: calc( 0.95rem + (14.25 - 14.25) * ( (100vw - 400px) / ( 1400 - 400) )); } }
    @media (min-width: 1400px) {
      .woocommerce ul.products li.product .products-flags span {
        font-size: 0.95rem; } }
    .woocommerce ul.products li.product .products-flags span.onsale {
      background-color: #000;
      color: #fff;
      margin: 0; }

/* --------------------------------------
/*  Cart Summary

    - Mixin

/* -------------------------------------*/
/* --------------------------------------
/*  Code
/* -------------------------------------*/
.nucleo-wc-cart-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  position: relative;
  cursor: pointer;
  padding: 0 16px; }
  .nucleo-wc-cart-summary:hover .nucleo-wc-cart-summary__display > a:before, .nucleo-wc-cart-summary:hover .nucleo-wc-yith-wishlist-summary__display > a:before, .nucleo-wc-cart-summary:focus .nucleo-wc-cart-summary__display > a:before, .nucleo-wc-cart-summary:focus .nucleo-wc-yith-wishlist-summary__display > a:before, .nucleo-wc-cart-summary:active .nucleo-wc-cart-summary__display > a:before, .nucleo-wc-cart-summary:active .nucleo-wc-yith-wishlist-summary__display > a:before {
    color: #000; }
  .past-pl-bottom .nucleo-wc-cart-summary:hover .nucleo-wc-cart-summary__dropdown, .past-pl-bottom .nucleo-wc-cart-summary:hover .nucleo-wc-yith-wishlist-summary__dropdown, .past-pl-bottom .nucleo-wc-cart-summary:focus .nucleo-wc-cart-summary__dropdown, .past-pl-bottom .nucleo-wc-cart-summary:focus .nucleo-wc-yith-wishlist-summary__dropdown, .past-pl-bottom .nucleo-wc-cart-summary:active .nucleo-wc-cart-summary__dropdown, .past-pl-bottom .nucleo-wc-cart-summary:active .nucleo-wc-yith-wishlist-summary__dropdown {
    display: block; }
  @media (max-width: 767px) {
    .nucleo-wc-cart-summary:hover .nucleo-wc-cart-summary__dropdown, .nucleo-wc-cart-summary:hover .nucleo-wc-yith-wishlist-summary__dropdown, .nucleo-wc-cart-summary:focus .nucleo-wc-cart-summary__dropdown, .nucleo-wc-cart-summary:focus .nucleo-wc-yith-wishlist-summary__dropdown, .nucleo-wc-cart-summary:active .nucleo-wc-cart-summary__dropdown, .nucleo-wc-cart-summary:active .nucleo-wc-yith-wishlist-summary__dropdown {
      display: none; } }
  .nucleo-wc-cart-summary.item-added .nucleo-wc-cart-summary__display > a:before, .nucleo-wc-cart-summary.item-added .nucleo-wc-yith-wishlist-summary__display > a:before {
    -webkit-animation: wobble 0.3s 5;
    animation: wobble 0.3s 5;
    color: #000; }
  .nucleo-wc-cart-summary__display > a {
    display: block;
    color: black; }
    .nucleo-wc-cart-summary__display > a:hover, .nucleo-wc-cart-summary__display > a:focus, .nucleo-wc-cart-summary__display > a a, .nucleo-wc-cart-summary__display > a a:hover, .nucleo-wc-cart-summary__display > a a:focus {
      text-decoration: none; }
    .nucleo-wc-cart-summary__display > a:before {
      -webkit-transition: color 0.5s;
      -o-transition: color 0.5s;
      transition: color 0.5s;
      font-size: 18px;
      display: inline-block; }
  .nucleo-wc-cart-summary__label {
    display: none; }
  .nucleo-wc-cart-summary__dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    width: 320px;
    background: #fff;
    border: 1px #E0E0E0 solid;
    padding: 24px;
    cursor: default;
    overflow: hidden;
    z-index: -5;
    opacity: 0;
    display: block;
    -webkit-transform: translate(0, 5%);
    -ms-transform: translate(0, 5%);
    transform: translate(0, 5%);
    -webkit-transition: opacity 0.1s, -webkit-transform 0.3s;
    transition: opacity 0.1s, -webkit-transform 0.3s;
    -o-transition: opacity 0.1s, transform 0.3s;
    transition: opacity 0.1s, transform 0.3s;
    transition: opacity 0.1s, transform 0.3s, -webkit-transform 0.3s; }
    .past-pl-bottom .nucleo-wc-cart-summary__dropdown {
      display: none; }
  .nucleo-wc-cart-summary__cart-items {
    max-height: 400px;
    overflow: hidden;
    overflow-y: scroll;
    width: 320px;
    padding-right: 33px; }
  .nucleo-wc-cart-summary__empty-message {
    margin-bottom: 16px; }
  .nucleo-wc-cart-summary__cart-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: solid #E0E0E0 1px; }
    .nucleo-wc-cart-summary__cart-item__image {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 75px;
      padding-right: 16px; }
    .nucleo-wc-cart-summary__cart-item__details {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
    .nucleo-wc-cart-summary__cart-item__title {
      padding-bottom: 4px; }
      .nucleo-wc-cart-summary__cart-item__title a {
        color: #757575; }
        .nucleo-wc-cart-summary__cart-item__title a:hover, .nucleo-wc-cart-summary__cart-item__title a:focus, .nucleo-wc-cart-summary__cart-item__title a a, .nucleo-wc-cart-summary__cart-item__title a a:hover, .nucleo-wc-cart-summary__cart-item__title a a:focus {
          text-decoration: none; }
        .nucleo-wc-cart-summary__cart-item__title a:hover, .nucleo-wc-cart-summary__cart-item__title a:focus, .nucleo-wc-cart-summary__cart-item__title a:active {
          color: #000; }
    .nucleo-wc-cart-summary__cart-item__price, .nucleo-wc-cart-summary__cart-item__quantity, .nucleo-wc-cart-summary__cart-item__variations-list {
      font-size: calc(0.79 * 15px);
      padding-bottom: 4px; }
    .nucleo-wc-cart-summary__cart-item__price del {
      display: none; }
    .nucleo-wc-cart-summary__cart-item__price ins {
      text-decoration: none; }
    .nucleo-wc-cart-summary__cart-item__remove a {
      color: #757575; }
      .nucleo-wc-cart-summary__cart-item__remove a:hover, .nucleo-wc-cart-summary__cart-item__remove a:focus, .nucleo-wc-cart-summary__cart-item__remove a a, .nucleo-wc-cart-summary__cart-item__remove a a:hover, .nucleo-wc-cart-summary__cart-item__remove a a:focus {
        text-decoration: none; }
    .nucleo-wc-cart-summary__cart-item__remove a:before {
      content: "\f00d";
      font-family: FontAwesome; }
    .nucleo-wc-cart-summary__cart-item__remove__label {
      display: none; }
  .nucleo-wc-cart-summary__total {
    padding: 0 0 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700; }
    .nucleo-wc-cart-summary__total__label {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto; }
    .nucleo-wc-cart-summary__total__value {
      font-size: calc(1.125 * 15px); }
  .nucleo-wc-cart-summary__goto-checkout {
    margin-top: 4px; }
  .nucleo-wc-cart-summary__display > a:before {
    content: "\f07a";
    font-family: FontAwesome; }
  .nucleo-wc-cart-summary:hover .nucleo-wc-cart-summary__dropdown, .nucleo-wc-cart-summary:focus .nucleo-wc-cart-summary__dropdown, .nucleo-wc-cart-summary:active .nucleo-wc-cart-summary__dropdown, .nucleo-wc-cart-summary.item-added .nucleo-wc-cart-summary__dropdown {
    z-index: 1000;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

/* --------------------------------------
/*  Yith Wishlist Summary

    -

/* -------------------------------------*/
.nucleo-wc-yith-wishlist-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  position: relative;
  cursor: pointer;
  padding-right: 16px; }
  .nucleo-wc-yith-wishlist-summary:hover .nucleo-wc-cart-summary__display > a:before, .nucleo-wc-yith-wishlist-summary:hover .nucleo-wc-yith-wishlist-summary__display > a:before, .nucleo-wc-yith-wishlist-summary:focus .nucleo-wc-cart-summary__display > a:before, .nucleo-wc-yith-wishlist-summary:focus .nucleo-wc-yith-wishlist-summary__display > a:before, .nucleo-wc-yith-wishlist-summary:active .nucleo-wc-cart-summary__display > a:before, .nucleo-wc-yith-wishlist-summary:active .nucleo-wc-yith-wishlist-summary__display > a:before {
    color: #000; }
  .past-pl-bottom .nucleo-wc-yith-wishlist-summary:hover .nucleo-wc-cart-summary__dropdown, .past-pl-bottom .nucleo-wc-yith-wishlist-summary:hover .nucleo-wc-yith-wishlist-summary__dropdown, .past-pl-bottom .nucleo-wc-yith-wishlist-summary:focus .nucleo-wc-cart-summary__dropdown, .past-pl-bottom .nucleo-wc-yith-wishlist-summary:focus .nucleo-wc-yith-wishlist-summary__dropdown, .past-pl-bottom .nucleo-wc-yith-wishlist-summary:active .nucleo-wc-cart-summary__dropdown, .past-pl-bottom .nucleo-wc-yith-wishlist-summary:active .nucleo-wc-yith-wishlist-summary__dropdown {
    display: block; }
  @media (max-width: 767px) {
    .nucleo-wc-yith-wishlist-summary:hover .nucleo-wc-cart-summary__dropdown, .nucleo-wc-yith-wishlist-summary:hover .nucleo-wc-yith-wishlist-summary__dropdown, .nucleo-wc-yith-wishlist-summary:focus .nucleo-wc-cart-summary__dropdown, .nucleo-wc-yith-wishlist-summary:focus .nucleo-wc-yith-wishlist-summary__dropdown, .nucleo-wc-yith-wishlist-summary:active .nucleo-wc-cart-summary__dropdown, .nucleo-wc-yith-wishlist-summary:active .nucleo-wc-yith-wishlist-summary__dropdown {
      display: none; } }
  .nucleo-wc-yith-wishlist-summary.item-added .nucleo-wc-cart-summary__display > a:before, .nucleo-wc-yith-wishlist-summary.item-added .nucleo-wc-yith-wishlist-summary__display > a:before {
    -webkit-animation: wobble 0.3s 5;
    animation: wobble 0.3s 5;
    color: #000; }
  .nucleo-wc-yith-wishlist-summary__display > a {
    display: block;
    color: black; }
    .nucleo-wc-yith-wishlist-summary__display > a:hover, .nucleo-wc-yith-wishlist-summary__display > a:focus, .nucleo-wc-yith-wishlist-summary__display > a a, .nucleo-wc-yith-wishlist-summary__display > a a:hover, .nucleo-wc-yith-wishlist-summary__display > a a:focus {
      text-decoration: none; }
    .nucleo-wc-yith-wishlist-summary__display > a:before {
      -webkit-transition: color 0.5s;
      -o-transition: color 0.5s;
      transition: color 0.5s;
      font-size: 18px;
      display: inline-block; }
  .nucleo-wc-yith-wishlist-summary__label {
    display: none; }
  .nucleo-wc-yith-wishlist-summary__dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    width: 320px;
    background: #fff;
    border: 1px #E0E0E0 solid;
    padding: 24px;
    cursor: default;
    overflow: hidden;
    z-index: -5;
    opacity: 0;
    display: block;
    -webkit-transform: translate(0, 5%);
    -ms-transform: translate(0, 5%);
    transform: translate(0, 5%);
    -webkit-transition: opacity 0.1s, -webkit-transform 0.3s;
    transition: opacity 0.1s, -webkit-transform 0.3s;
    -o-transition: opacity 0.1s, transform 0.3s;
    transition: opacity 0.1s, transform 0.3s;
    transition: opacity 0.1s, transform 0.3s, -webkit-transform 0.3s; }
    .past-pl-bottom .nucleo-wc-yith-wishlist-summary__dropdown {
      display: none; }
  .nucleo-wc-yith-wishlist-summary__cart-items {
    max-height: 400px;
    overflow: hidden;
    overflow-y: scroll;
    width: 320px;
    padding-right: 33px; }
  .nucleo-wc-yith-wishlist-summary__empty-message {
    margin-bottom: 16px; }
  .nucleo-wc-yith-wishlist-summary__cart-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: solid #E0E0E0 1px; }
    .nucleo-wc-yith-wishlist-summary__cart-item__image {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 75px;
      padding-right: 16px; }
    .nucleo-wc-yith-wishlist-summary__cart-item__details {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
    .nucleo-wc-yith-wishlist-summary__cart-item__title {
      padding-bottom: 4px; }
      .nucleo-wc-yith-wishlist-summary__cart-item__title a {
        color: #757575; }
        .nucleo-wc-yith-wishlist-summary__cart-item__title a:hover, .nucleo-wc-yith-wishlist-summary__cart-item__title a:focus, .nucleo-wc-yith-wishlist-summary__cart-item__title a a, .nucleo-wc-yith-wishlist-summary__cart-item__title a a:hover, .nucleo-wc-yith-wishlist-summary__cart-item__title a a:focus {
          text-decoration: none; }
        .nucleo-wc-yith-wishlist-summary__cart-item__title a:hover, .nucleo-wc-yith-wishlist-summary__cart-item__title a:focus, .nucleo-wc-yith-wishlist-summary__cart-item__title a:active {
          color: #000; }
    .nucleo-wc-yith-wishlist-summary__cart-item__price, .nucleo-wc-yith-wishlist-summary__cart-item__quantity, .nucleo-wc-yith-wishlist-summary__cart-item__variations-list {
      font-size: calc(0.79 * 15px);
      padding-bottom: 4px; }
    .nucleo-wc-yith-wishlist-summary__cart-item__price del {
      display: none; }
    .nucleo-wc-yith-wishlist-summary__cart-item__price ins {
      text-decoration: none; }
    .nucleo-wc-yith-wishlist-summary__cart-item__remove a {
      color: #757575; }
      .nucleo-wc-yith-wishlist-summary__cart-item__remove a:hover, .nucleo-wc-yith-wishlist-summary__cart-item__remove a:focus, .nucleo-wc-yith-wishlist-summary__cart-item__remove a a, .nucleo-wc-yith-wishlist-summary__cart-item__remove a a:hover, .nucleo-wc-yith-wishlist-summary__cart-item__remove a a:focus {
        text-decoration: none; }
    .nucleo-wc-yith-wishlist-summary__cart-item__remove a:before {
      content: "\f00d";
      font-family: FontAwesome; }
    .nucleo-wc-yith-wishlist-summary__cart-item__remove__label {
      display: none; }
  .nucleo-wc-yith-wishlist-summary__total {
    padding: 0 0 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700; }
    .nucleo-wc-yith-wishlist-summary__total__label {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto; }
    .nucleo-wc-yith-wishlist-summary__total__value {
      font-size: calc(1.125 * 15px); }
  .nucleo-wc-yith-wishlist-summary__goto-checkout {
    margin-top: 4px; }
  .nucleo-wc-yith-wishlist-summary:hover .nucleo-wc-yith-wishlist-summary__dropdown, .nucleo-wc-yith-wishlist-summary:focus .nucleo-wc-yith-wishlist-summary__dropdown, .nucleo-wc-yith-wishlist-summary:active .nucleo-wc-yith-wishlist-summary__dropdown, .nucleo-wc-yith-wishlist-summary.item-added .nucleo-wc-yith-wishlist-summary__dropdown {
    z-index: 1000;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .nucleo-wc-yith-wishlist-summary__display > a:before {
    content: "\f06b";
    font-family: FontAwesome; }

.woocommerce .products .product-category {
  overflow: hidden; }
  .woocommerce .products .product-category a {
    display: block;
    width: 100%;
    padding: 50% 0;
    position: relative; }
    .woocommerce .products .product-category a img {
      position: absolute;
      z-index: 1;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      max-width: 100%;
      max-height: 100%; }
    #wrap .woocommerce .products .product-category a .woocommerce-loop-category__title {
      position: absolute;
      z-index: 2;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      display: block;
      padding: 16px 24px;
      text-align: center;
      -webkit-transition: -webkit-box-shadow 0.3s;
      transition: -webkit-box-shadow 0.3s;
      -o-transition: box-shadow 0.3s;
      transition: box-shadow 0.3s;
      transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
      text-transform: uppercase;
      letter-spacing: 0.12em;
      color: white;
      font-size: calc(2.624 * 15px); }
      #wrap .woocommerce .products .product-category a .woocommerce-loop-category__title .count {
        display: none; }
    .woocommerce .products .product-category a:hover .woocommerce-loop-category__title, .woocommerce .products .product-category a:focus .woocommerce-loop-category__title, .woocommerce .products .product-category a:active .woocommerce-loop-category__title {
      -webkit-transition: -webkit-box-shadow 0.3s;
      transition: -webkit-box-shadow 0.3s;
      -o-transition: box-shadow 0.3s;
      transition: box-shadow 0.3s;
      transition: box-shadow 0.3s, -webkit-box-shadow 0.3s; }

/* --------------------------------------
/*  Shop Page Filters
/* -------------------------------------*/
@media (max-width: 991px) {
  .archive.woocommerce .filter-products-button {
    clear: both; } }

.archive.woocommerce form.woocommerce-ordering {
  z-index: inherit; }
  @media (max-width: 767px) {
    .archive.woocommerce form.woocommerce-ordering {
      float: right; } }
  @media (max-width: 543px) {
    .archive.woocommerce form.woocommerce-ordering {
      margin-top: 4px;
      width: 100%; } }
  .archive.woocommerce form.woocommerce-ordering select {
    padding: 9px;
    border: 1px solid #E0E0E0;
    margin-right: 4px;
    background-color: transparent; }
    @media (max-width: 767px) {
      .archive.woocommerce form.woocommerce-ordering select {
        margin: 0; } }
    @media (max-width: 543px) {
      .archive.woocommerce form.woocommerce-ordering select {
        width: 100%; } }

.archive.woocommerce .woof_products_top_panel .filters-label {
  margin-right: 8px;
  float: left; }

.archive.woocommerce .woof_products_top_panel ul {
  float: left;
  line-height: inherit; }

.archive.woocommerce .woof_products_top_panel li a {
  line-height: 1;
  position: relative; }
  .archive.woocommerce .woof_products_top_panel li a:after {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "\f057";
    font-family: FontAwesome; }
  .archive.woocommerce .woof_products_top_panel li a .woof_remove_ppi {
    background: none; }

.archive.woocommerce .products-filters {
  margin-bottom: 1em; }
  .archive.woocommerce .products-filters .chosen-container-active .chosen-single, .archive.woocommerce .products-filters .chosen-container-single .chosen-single {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .archive.woocommerce .products-filters .WOOF_Widget {
    list-style: none; }
    .archive.woocommerce .products-filters .WOOF_Widget .woof_redraw_zone {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin: 0 calc(-16px / 2); }
      @media (max-width: 767px) {
        .archive.woocommerce .products-filters .WOOF_Widget .woof_redraw_zone {
          display: block;
          margin: 0; } }
      .archive.woocommerce .products-filters .WOOF_Widget .woof_redraw_zone .woof_container {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        width: 0;
        display: inline-block;
        margin-left: calc(16px / 2);
        margin-right: calc(16px / 2); }
        @media (max-width: 767px) {
          .archive.woocommerce .products-filters .WOOF_Widget .woof_redraw_zone .woof_container {
            display: block;
            width: 100%;
            margin: 0; } }
        .archive.woocommerce .products-filters .WOOF_Widget .woof_redraw_zone .woof_container .woof_block_html_items,
        .archive.woocommerce .products-filters .WOOF_Widget .woof_redraw_zone .woof_container .woof_price_filter_dropdown_container {
          text-align: center; }
          .archive.woocommerce .products-filters .WOOF_Widget .woof_redraw_zone .woof_container .woof_block_html_items .chosen-container-single,
          .archive.woocommerce .products-filters .WOOF_Widget .woof_redraw_zone .woof_container .woof_price_filter_dropdown_container .chosen-container-single {
            width: 100% !important;
            text-align: left; }
            .archive.woocommerce .products-filters .WOOF_Widget .woof_redraw_zone .woof_container .woof_block_html_items .chosen-container-single .chosen-single,
            .archive.woocommerce .products-filters .WOOF_Widget .woof_redraw_zone .woof_container .woof_price_filter_dropdown_container .chosen-container-single .chosen-single {
              border: 1px solid #E0E0E0;
              background: transparent;
              border-radius: 0;
              height: auto !important;
              padding: 8px 16px; }
              .archive.woocommerce .products-filters .WOOF_Widget .woof_redraw_zone .woof_container .woof_block_html_items .chosen-container-single .chosen-single > div,
              .archive.woocommerce .products-filters .WOOF_Widget .woof_redraw_zone .woof_container .woof_price_filter_dropdown_container .chosen-container-single .chosen-single > div {
                position: absolute;
                top: 46%;
                right: 0;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                height: 50%; }
                .archive.woocommerce .products-filters .WOOF_Widget .woof_redraw_zone .woof_container .woof_block_html_items .chosen-container-single .chosen-single > div:after,
                .archive.woocommerce .products-filters .WOOF_Widget .woof_redraw_zone .woof_container .woof_price_filter_dropdown_container .chosen-container-single .chosen-single > div:after {
                  content: "\f0d7";
                  font-family: FontAwesome; }
                .archive.woocommerce .products-filters .WOOF_Widget .woof_redraw_zone .woof_container .woof_block_html_items .chosen-container-single .chosen-single > div b,
                .archive.woocommerce .products-filters .WOOF_Widget .woof_redraw_zone .woof_container .woof_price_filter_dropdown_container .chosen-container-single .chosen-single > div b {
                  display: none; }
            .archive.woocommerce .products-filters .WOOF_Widget .woof_redraw_zone .woof_container .woof_block_html_items .chosen-container-single .chosen-drop,
            .archive.woocommerce .products-filters .WOOF_Widget .woof_redraw_zone .woof_container .woof_price_filter_dropdown_container .chosen-container-single .chosen-drop {
              border: 1px solid #E0E0E0;
              border-radius: 0; }
              .archive.woocommerce .products-filters .WOOF_Widget .woof_redraw_zone .woof_container .woof_block_html_items .chosen-container-single .chosen-drop .chosen-search,
              .archive.woocommerce .products-filters .WOOF_Widget .woof_redraw_zone .woof_container .woof_price_filter_dropdown_container .chosen-container-single .chosen-drop .chosen-search {
                position: relative; }
                .archive.woocommerce .products-filters .WOOF_Widget .woof_redraw_zone .woof_container .woof_block_html_items .chosen-container-single .chosen-drop .chosen-search:after,
                .archive.woocommerce .products-filters .WOOF_Widget .woof_redraw_zone .woof_container .woof_price_filter_dropdown_container .chosen-container-single .chosen-drop .chosen-search:after {
                  content: "\f002";
                  font-family: FontAwesome;
                  right: 13px;
                  position: absolute;
                  top: 9px; }
                .archive.woocommerce .products-filters .WOOF_Widget .woof_redraw_zone .woof_container .woof_block_html_items .chosen-container-single .chosen-drop .chosen-search input,
                .archive.woocommerce .products-filters .WOOF_Widget .woof_redraw_zone .woof_container .woof_price_filter_dropdown_container .chosen-container-single .chosen-drop .chosen-search input {
                  padding: 8px 16px 8px 8px;
                  border: 1px solid #E0E0E0;
                  background: transparent;
                  background-image: none !important; }
              .archive.woocommerce .products-filters .WOOF_Widget .woof_redraw_zone .woof_container .woof_block_html_items .chosen-container-single .chosen-drop .chosen-results li,
              .archive.woocommerce .products-filters .WOOF_Widget .woof_redraw_zone .woof_container .woof_price_filter_dropdown_container .chosen-container-single .chosen-drop .chosen-results li {
                padding: 16px; }
                .archive.woocommerce .products-filters .WOOF_Widget .woof_redraw_zone .woof_container .woof_block_html_items .chosen-container-single .chosen-drop .chosen-results li.highlighted,
                .archive.woocommerce .products-filters .WOOF_Widget .woof_redraw_zone .woof_container .woof_price_filter_dropdown_container .chosen-container-single .chosen-drop .chosen-results li.highlighted {
                  background: #F6F6F6;
                  color: #757575; }
      .archive.woocommerce .products-filters .WOOF_Widget .woof_redraw_zone .woof_submit_search_form_container {
        margin: 0; }
        .archive.woocommerce .products-filters .WOOF_Widget .woof_redraw_zone .woof_submit_search_form_container button.button.woof_reset_search_form {
          text-align: center;
          padding: 1em 2em;
          font-size: calc(0.889 * 15px);
          -webkit-transition: background-color 0.5s;
          -o-transition: background-color 0.5s;
          transition: background-color 0.5s;
          border-radius: 0;
          border: 0;
          font-weight: 700;
          background-color: #F6F6F6;
          color: #757575;
          line-height: 1.4;
          font-family: "Roboto", sans-serif;
          text-transform: uppercase;
          letter-spacing: 0.05em;
          text-align: center;
          padding: 1em 2em;
          font-size: calc(0.889 * 15px);
          transition: background-color 0.5s;
          border-radius: 0;
          border: 0;
          font-weight: 700;
          background-color: #F6F6F6;
          color: #757575;
          line-height: 1.4;
          font-family: "Roboto", sans-serif;
          text-transform: uppercase;
          letter-spacing: 0.05em;
          background-color: #000;
          color: #fff;
          line-height: 27px;
          padding: 8px 16px;
          font-size: 15px; }
          .archive.woocommerce .products-filters .WOOF_Widget .woof_redraw_zone .woof_submit_search_form_container button.button.woof_reset_search_form:hover, .archive.woocommerce .products-filters .WOOF_Widget .woof_redraw_zone .woof_submit_search_form_container button.button.woof_reset_search_form:focus, .archive.woocommerce .products-filters .WOOF_Widget .woof_redraw_zone .woof_submit_search_form_container button.button.woof_reset_search_form a, .archive.woocommerce .products-filters .WOOF_Widget .woof_redraw_zone .woof_submit_search_form_container button.button.woof_reset_search_form a:hover, .archive.woocommerce .products-filters .WOOF_Widget .woof_redraw_zone .woof_submit_search_form_container button.button.woof_reset_search_form a:focus {
            text-decoration: none; }
          .archive.woocommerce .products-filters .WOOF_Widget .woof_redraw_zone .woof_submit_search_form_container button.button.woof_reset_search_form:hover, .archive.woocommerce .products-filters .WOOF_Widget .woof_redraw_zone .woof_submit_search_form_container button.button.woof_reset_search_form:focus, .archive.woocommerce .products-filters .WOOF_Widget .woof_redraw_zone .woof_submit_search_form_container button.button.woof_reset_search_form a, .archive.woocommerce .products-filters .WOOF_Widget .woof_redraw_zone .woof_submit_search_form_container button.button.woof_reset_search_form a:hover, .archive.woocommerce .products-filters .WOOF_Widget .woof_redraw_zone .woof_submit_search_form_container button.button.woof_reset_search_form a:focus {
            text-decoration: none; }
          .archive.woocommerce .products-filters .WOOF_Widget .woof_redraw_zone .woof_submit_search_form_container button.button.woof_reset_search_form:hover, .archive.woocommerce .products-filters .WOOF_Widget .woof_redraw_zone .woof_submit_search_form_container button.button.woof_reset_search_form:focus, .archive.woocommerce .products-filters .WOOF_Widget .woof_redraw_zone .woof_submit_search_form_container button.button.woof_reset_search_form:active {
            background-color: black;
            color: #fff; }

/* --------------------------------------
/*  Login/Register Page
/* -------------------------------------*/
body.woocommerce-account {
  /* --------------------------------------
  /*  Account Menu
  /* -------------------------------------*/ }
  body.woocommerce-account form.woocommerce-form.woocommerce-form-login,
  body.woocommerce-account form.register {
    background-color: #F6F6F6;
    border: none;
    border-radius: 0; }
  body.woocommerce-account .form-row input[type="text"],
  body.woocommerce-account .form-row input[type="email"],
  body.woocommerce-account .form-row input[type="password"] {
    line-height: 1.2 !important;
    background-color: transparent;
    padding: 13.33333px;
    border: 1px solid #E0E0E0; }
  body.woocommerce-account .form-row .select2 {
    height: 3.1em; }
    body.woocommerce-account .form-row .select2 .select2-selection {
      border-color: #E0E0E0;
      border-radius: 0;
      padding: 13.33333px;
      height: auto; }
      body.woocommerce-account .form-row .select2 .select2-selection__rendered {
        padding: 0;
        line-height: 1.2; }
      body.woocommerce-account .form-row .select2 .select2-selection__arrow {
        height: 100%;
        right: 4px; }
  body.woocommerce-account .woocommerce-form__label-for-checkbox {
    padding-left: 16px; }
  body.woocommerce-account input[type="submit"],
  body.woocommerce-account button[type="submit"] {
    text-align: center;
    padding: 1em 2em;
    font-size: calc(0.889 * 15px);
    -webkit-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
    border-radius: 0;
    border: 0;
    font-weight: 700;
    background-color: #F6F6F6;
    color: #757575;
    line-height: 1.4;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 1em 2em;
    font-size: calc(0.889 * 15px);
    transition: background-color 0.5s;
    border-radius: 0;
    border: 0;
    font-weight: 700;
    background-color: #F6F6F6;
    color: #757575;
    line-height: 1.4;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background-color: #000;
    color: #fff; }
    body.woocommerce-account input[type="submit"]:hover, body.woocommerce-account input[type="submit"]:focus, body.woocommerce-account input[type="submit"] a, body.woocommerce-account input[type="submit"] a:hover, body.woocommerce-account input[type="submit"] a:focus,
    body.woocommerce-account button[type="submit"]:hover,
    body.woocommerce-account button[type="submit"]:focus,
    body.woocommerce-account button[type="submit"] a,
    body.woocommerce-account button[type="submit"] a:hover,
    body.woocommerce-account button[type="submit"] a:focus {
      text-decoration: none; }
    body.woocommerce-account input[type="submit"]:hover, body.woocommerce-account input[type="submit"]:focus, body.woocommerce-account input[type="submit"] a, body.woocommerce-account input[type="submit"] a:hover, body.woocommerce-account input[type="submit"] a:focus,
    body.woocommerce-account button[type="submit"]:hover,
    body.woocommerce-account button[type="submit"]:focus,
    body.woocommerce-account button[type="submit"] a,
    body.woocommerce-account button[type="submit"] a:hover,
    body.woocommerce-account button[type="submit"] a:focus {
      text-decoration: none; }
    body.woocommerce-account input[type="submit"]:hover, body.woocommerce-account input[type="submit"]:focus, body.woocommerce-account input[type="submit"]:active,
    body.woocommerce-account button[type="submit"]:hover,
    body.woocommerce-account button[type="submit"]:focus,
    body.woocommerce-account button[type="submit"]:active {
      background-color: black;
      color: #fff; }
  body.woocommerce-account fieldset legend {
    padding-top: 24px; }
  body.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding-left: 0; }
    body.woocommerce-account .woocommerce-MyAccount-navigation ul li {
      border-bottom: 1px solid #E0E0E0; }
      body.woocommerce-account .woocommerce-MyAccount-navigation ul li:first-child {
        border-top: 1px solid #E0E0E0; }
      body.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
        padding: 16px 0;
        display: block; }
  body.woocommerce-account .select2-dropdown.select2-dropdown--below {
    border-left: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    border-radius: 0; }

/* --------------------------------------
/*  WooComm Cart Page
/* -------------------------------------*/
@media (min-width: 768px) {
  body.woocommerce-cart.woocommerce-page .woocommerce {
    margin-left: -15px;
    margin-right: -15px; } }

body.woocommerce-cart.woocommerce-page .woocommerce-cart-form {
  width: 65%;
  float: left; }
  @media (min-width: 768px) {
    body.woocommerce-cart.woocommerce-page .woocommerce-cart-form {
      padding: 0 15px; } }
  @media (max-width: 767px) {
    body.woocommerce-cart.woocommerce-page .woocommerce-cart-form {
      width: 100%;
      float: none; } }
  body.woocommerce-cart.woocommerce-page .woocommerce-cart-form__contents {
    border: none;
    border-top: 1px solid #E0E0E0;
    border-radius: 0; }
    body.woocommerce-cart.woocommerce-page .woocommerce-cart-form__contents .variation dt {
      font-weight: 700;
      font-size: 0.8em; }
    body.woocommerce-cart.woocommerce-page .woocommerce-cart-form__contents .variation dd p {
      font-size: 0.8em;
      margin-top: 0; }
  body.woocommerce-cart.woocommerce-page .woocommerce-cart-form__cart-item .product-thumbnail {
    padding-top: 16px;
    padding-bottom: 16px; }
    body.woocommerce-cart.woocommerce-page .woocommerce-cart-form__cart-item .product-thumbnail img {
      width: 100px; }
    @media (max-width: 767px) {
      body.woocommerce-cart.woocommerce-page .woocommerce-cart-form__cart-item .product-thumbnail {
        display: block; }
        body.woocommerce-cart.woocommerce-page .woocommerce-cart-form__cart-item .product-thumbnail:before {
          display: none; }
        body.woocommerce-cart.woocommerce-page .woocommerce-cart-form__cart-item .product-thumbnail img {
          margin: 0 auto;
          width: 190px; } }
  body.woocommerce-cart.woocommerce-page .woocommerce-cart-form__cart-item .product-remove {
    text-align: right; }
    body.woocommerce-cart.woocommerce-page .woocommerce-cart-form__cart-item .product-remove a {
      color: #9E9E9E !important;
      display: inline-block;
      padding-top: 2px; }
      body.woocommerce-cart.woocommerce-page .woocommerce-cart-form__cart-item .product-remove a:hover, body.woocommerce-cart.woocommerce-page .woocommerce-cart-form__cart-item .product-remove a:focus, body.woocommerce-cart.woocommerce-page .woocommerce-cart-form__cart-item .product-remove a:active {
        background-color: #E0E0E0; }
        body.woocommerce-cart.woocommerce-page .woocommerce-cart-form__cart-item .product-remove a:hover:hover, body.woocommerce-cart.woocommerce-page .woocommerce-cart-form__cart-item .product-remove a:hover:focus, body.woocommerce-cart.woocommerce-page .woocommerce-cart-form__cart-item .product-remove a:hover a, body.woocommerce-cart.woocommerce-page .woocommerce-cart-form__cart-item .product-remove a:hover a:hover, body.woocommerce-cart.woocommerce-page .woocommerce-cart-form__cart-item .product-remove a:hover a:focus, body.woocommerce-cart.woocommerce-page .woocommerce-cart-form__cart-item .product-remove a:focus:hover, body.woocommerce-cart.woocommerce-page .woocommerce-cart-form__cart-item .product-remove a:focus:focus, body.woocommerce-cart.woocommerce-page .woocommerce-cart-form__cart-item .product-remove a:focus a, body.woocommerce-cart.woocommerce-page .woocommerce-cart-form__cart-item .product-remove a:focus a:hover, body.woocommerce-cart.woocommerce-page .woocommerce-cart-form__cart-item .product-remove a:focus a:focus, body.woocommerce-cart.woocommerce-page .woocommerce-cart-form__cart-item .product-remove a:active:hover, body.woocommerce-cart.woocommerce-page .woocommerce-cart-form__cart-item .product-remove a:active:focus, body.woocommerce-cart.woocommerce-page .woocommerce-cart-form__cart-item .product-remove a:active a, body.woocommerce-cart.woocommerce-page .woocommerce-cart-form__cart-item .product-remove a:active a:hover, body.woocommerce-cart.woocommerce-page .woocommerce-cart-form__cart-item .product-remove a:active a:focus {
          text-decoration: none; }
  @media (min-width: 768px) {
    body.woocommerce-cart.woocommerce-page .woocommerce-cart-form .actions {
      padding-left: 0;
      padding-right: 0; } }
  body.woocommerce-cart.woocommerce-page .woocommerce-cart-form .actions .coupon input[type='text'] {
    padding: .618em;
    min-width: 200px;
    height: 39.53px; }
  body.woocommerce-cart.woocommerce-page .woocommerce-cart-form .actions .coupon input[type="submit"] {
    text-align: center;
    padding: 1em 2em;
    font-size: calc(0.889 * 15px);
    -webkit-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
    border-radius: 0;
    border: 0;
    font-weight: 700;
    background-color: #F6F6F6;
    color: #757575;
    line-height: 1.4;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 1em 2em;
    font-size: calc(0.889 * 15px);
    transition: background-color 0.5s;
    border-radius: 0;
    border: 0;
    font-weight: 700;
    background-color: #F6F6F6;
    color: #757575;
    line-height: 1.4;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background-color: #000;
    color: #fff; }
    body.woocommerce-cart.woocommerce-page .woocommerce-cart-form .actions .coupon input[type="submit"]:hover, body.woocommerce-cart.woocommerce-page .woocommerce-cart-form .actions .coupon input[type="submit"]:focus, body.woocommerce-cart.woocommerce-page .woocommerce-cart-form .actions .coupon input[type="submit"] a, body.woocommerce-cart.woocommerce-page .woocommerce-cart-form .actions .coupon input[type="submit"] a:hover, body.woocommerce-cart.woocommerce-page .woocommerce-cart-form .actions .coupon input[type="submit"] a:focus {
      text-decoration: none; }
    body.woocommerce-cart.woocommerce-page .woocommerce-cart-form .actions .coupon input[type="submit"]:hover, body.woocommerce-cart.woocommerce-page .woocommerce-cart-form .actions .coupon input[type="submit"]:focus, body.woocommerce-cart.woocommerce-page .woocommerce-cart-form .actions .coupon input[type="submit"] a, body.woocommerce-cart.woocommerce-page .woocommerce-cart-form .actions .coupon input[type="submit"] a:hover, body.woocommerce-cart.woocommerce-page .woocommerce-cart-form .actions .coupon input[type="submit"] a:focus {
      text-decoration: none; }
    body.woocommerce-cart.woocommerce-page .woocommerce-cart-form .actions .coupon input[type="submit"]:hover, body.woocommerce-cart.woocommerce-page .woocommerce-cart-form .actions .coupon input[type="submit"]:focus, body.woocommerce-cart.woocommerce-page .woocommerce-cart-form .actions .coupon input[type="submit"]:active {
      background-color: black;
      color: #fff; }
  @media (max-width: 543px) {
    body.woocommerce-cart.woocommerce-page .woocommerce-cart-form .actions .coupon input {
      display: block;
      width: 100%; } }

body.woocommerce-cart.woocommerce-page .cart-collaterals {
  width: 35%;
  float: left; }
  @media (min-width: 768px) {
    body.woocommerce-cart.woocommerce-page .cart-collaterals {
      padding: 0 15px; } }
  body.woocommerce-cart.woocommerce-page .cart-collaterals .cart_totals input[type="text"] {
    border: 1px solid #E0E0E0;
    border-color: #E0E0E0;
    border-radius: 0;
    padding: 8px;
    line-height: 28px; }
  body.woocommerce-cart.woocommerce-page .cart-collaterals .cart_totals .shop_table {
    border: none;
    border-top: 1px solid #E0E0E0;
    border-radius: 0; }
  @media (min-width: 768px) {
    body.woocommerce-cart.woocommerce-page .cart-collaterals {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
      body.woocommerce-cart.woocommerce-page .cart-collaterals .cart_totals,
      body.woocommerce-cart.woocommerce-page .cart-collaterals .cross-sells {
        width: 100%; } }
  @media (max-width: 767px) {
    body.woocommerce-cart.woocommerce-page .cart-collaterals {
      width: 100%;
      float: none; } }

body.woocommerce-cart.woocommerce-page .select2 .select2-selection {
  border-color: #E0E0E0;
  border-radius: 0;
  padding: 8px;
  height: auto; }
  body.woocommerce-cart.woocommerce-page .select2 .select2-selection__rendered {
    padding-left: 0; }
  body.woocommerce-cart.woocommerce-page .select2 .select2-selection__arrow {
    height: 100%;
    right: 4px; }

body.woocommerce-cart.woocommerce-page .select2-dropdown.select2-dropdown--below {
  border-left: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  border-radius: 0; }

@media (min-width: 1200px) {
  body.woocommerce-cart.woocommerce-page form.woocommerce-cart-form div.quantity {
    margin: 0;
    float: left; }
    body.woocommerce-cart.woocommerce-page form.woocommerce-cart-form div.quantity .qty {
      width: 3em; } }

/* --------------------------------------
/*  Wishlist Page
/* -------------------------------------*/
body.woocommerce-wishlist.woocommerce .shop_table.wishlist_table {
  border: none;
  border-top: 1px solid #E0E0E0;
  border-radius: 0;
  font-size: 100%; }
  body.woocommerce-wishlist.woocommerce .shop_table.wishlist_table thead .product-price,
  body.woocommerce-wishlist.woocommerce .shop_table.wishlist_table thead .product-stock-status {
    text-align: center; }
  body.woocommerce-wishlist.woocommerce .shop_table.wishlist_table .product-remove {
    padding-left: 24px; }
    body.woocommerce-wishlist.woocommerce .shop_table.wishlist_table .product-remove a {
      color: #9E9E9E !important;
      padding-top: 2px; }
      body.woocommerce-wishlist.woocommerce .shop_table.wishlist_table .product-remove a:hover, body.woocommerce-wishlist.woocommerce .shop_table.wishlist_table .product-remove a:focus, body.woocommerce-wishlist.woocommerce .shop_table.wishlist_table .product-remove a:active {
        background-color: #E0E0E0; }
        body.woocommerce-wishlist.woocommerce .shop_table.wishlist_table .product-remove a:hover:hover, body.woocommerce-wishlist.woocommerce .shop_table.wishlist_table .product-remove a:hover:focus, body.woocommerce-wishlist.woocommerce .shop_table.wishlist_table .product-remove a:hover a, body.woocommerce-wishlist.woocommerce .shop_table.wishlist_table .product-remove a:hover a:hover, body.woocommerce-wishlist.woocommerce .shop_table.wishlist_table .product-remove a:hover a:focus, body.woocommerce-wishlist.woocommerce .shop_table.wishlist_table .product-remove a:focus:hover, body.woocommerce-wishlist.woocommerce .shop_table.wishlist_table .product-remove a:focus:focus, body.woocommerce-wishlist.woocommerce .shop_table.wishlist_table .product-remove a:focus a, body.woocommerce-wishlist.woocommerce .shop_table.wishlist_table .product-remove a:focus a:hover, body.woocommerce-wishlist.woocommerce .shop_table.wishlist_table .product-remove a:focus a:focus, body.woocommerce-wishlist.woocommerce .shop_table.wishlist_table .product-remove a:active:hover, body.woocommerce-wishlist.woocommerce .shop_table.wishlist_table .product-remove a:active:focus, body.woocommerce-wishlist.woocommerce .shop_table.wishlist_table .product-remove a:active a, body.woocommerce-wishlist.woocommerce .shop_table.wishlist_table .product-remove a:active a:hover, body.woocommerce-wishlist.woocommerce .shop_table.wishlist_table .product-remove a:active a:focus {
          text-decoration: none; }
    @media (max-width: 543px) {
      body.woocommerce-wishlist.woocommerce .shop_table.wishlist_table .product-remove {
        padding-left: 4px; }
        body.woocommerce-wishlist.woocommerce .shop_table.wishlist_table .product-remove a {
          padding: 4px; } }

/* --------------------------------------
/*  Checkout
/* -------------------------------------*/
body.woocommerce-checkout .select2 {
  height: 3.1em; }
  body.woocommerce-checkout .select2 .select2-selection {
    border-color: #E0E0E0;
    border-radius: 0;
    padding: 13.33333px;
    height: auto; }
    body.woocommerce-checkout .select2 .select2-selection__rendered {
      padding: 0;
      line-height: 1.2; }
    body.woocommerce-checkout .select2 .select2-selection__arrow {
      height: 100%;
      right: 4px; }

body.woocommerce-checkout input[type="text"],
body.woocommerce-checkout input[type="email"],
body.woocommerce-checkout input[type="password"] {
  line-height: 1.2 !important;
  background-color: transparent;
  padding: 13.33333px;
  border: 1px solid #E0E0E0; }

body.woocommerce-checkout input[type="submit"],
body.woocommerce-checkout button[type="submit"] {
  text-align: center;
  padding: 1em 2em;
  font-size: calc(0.889 * 15px);
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  border-radius: 0;
  border: 0;
  font-weight: 700;
  background-color: #F6F6F6;
  color: #757575;
  line-height: 1.4;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 1em 2em;
  font-size: calc(0.889 * 15px);
  transition: background-color 0.5s;
  border-radius: 0;
  border: 0;
  font-weight: 700;
  background-color: #F6F6F6;
  color: #757575;
  line-height: 1.4;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background-color: #000;
  color: #fff; }
  body.woocommerce-checkout input[type="submit"]:hover, body.woocommerce-checkout input[type="submit"]:focus, body.woocommerce-checkout input[type="submit"] a, body.woocommerce-checkout input[type="submit"] a:hover, body.woocommerce-checkout input[type="submit"] a:focus,
  body.woocommerce-checkout button[type="submit"]:hover,
  body.woocommerce-checkout button[type="submit"]:focus,
  body.woocommerce-checkout button[type="submit"] a,
  body.woocommerce-checkout button[type="submit"] a:hover,
  body.woocommerce-checkout button[type="submit"] a:focus {
    text-decoration: none; }
  body.woocommerce-checkout input[type="submit"]:hover, body.woocommerce-checkout input[type="submit"]:focus, body.woocommerce-checkout input[type="submit"] a, body.woocommerce-checkout input[type="submit"] a:hover, body.woocommerce-checkout input[type="submit"] a:focus,
  body.woocommerce-checkout button[type="submit"]:hover,
  body.woocommerce-checkout button[type="submit"]:focus,
  body.woocommerce-checkout button[type="submit"] a,
  body.woocommerce-checkout button[type="submit"] a:hover,
  body.woocommerce-checkout button[type="submit"] a:focus {
    text-decoration: none; }
  body.woocommerce-checkout input[type="submit"]:hover, body.woocommerce-checkout input[type="submit"]:focus, body.woocommerce-checkout input[type="submit"]:active,
  body.woocommerce-checkout button[type="submit"]:hover,
  body.woocommerce-checkout button[type="submit"]:focus,
  body.woocommerce-checkout button[type="submit"]:active {
    background-color: black;
    color: #fff; }

body.woocommerce-checkout textarea {
  width: 100%;
  border: 1px solid #E0E0E0;
  height: 150px;
  background-color: transparent;
  padding: 13.33333px;
  line-height: 1.2; }

body.woocommerce-checkout .woocommerce form.woocommerce-form {
  border: none;
  border-top: 1px solid #E0E0E0;
  border-radius: 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid #E0E0E0;
  border-top: 1px solid #E0E0E0;
  border-radius: 0; }
  body.woocommerce-checkout .woocommerce form.woocommerce-form input[type="text"],
  body.woocommerce-checkout .woocommerce form.woocommerce-form input[type="email"],
  body.woocommerce-checkout .woocommerce form.woocommerce-form input[type="password"] {
    line-height: 1.2 !important;
    background-color: transparent;
    padding: 13.33333px;
    border: 1px solid #E0E0E0; }
  body.woocommerce-checkout .woocommerce form.woocommerce-form .variation dt {
    font-weight: 700;
    font-size: 0.8em; }
  body.woocommerce-checkout .woocommerce form.woocommerce-form .variation dd p {
    font-size: 0.8em;
    margin-top: 0; }
  body.woocommerce-checkout .woocommerce form.woocommerce-form input[type="submit"],
  body.woocommerce-checkout .woocommerce form.woocommerce-form button[type="submit"] {
    text-align: center;
    padding: 1em 2em;
    font-size: calc(0.889 * 15px);
    -webkit-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
    border-radius: 0;
    border: 0;
    font-weight: 700;
    background-color: #F6F6F6;
    color: #757575;
    line-height: 1.4;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 1em 2em;
    font-size: calc(0.889 * 15px);
    transition: background-color 0.5s;
    border-radius: 0;
    border: 0;
    font-weight: 700;
    background-color: #F6F6F6;
    color: #757575;
    line-height: 1.4;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background-color: #000;
    color: #fff; }
    body.woocommerce-checkout .woocommerce form.woocommerce-form input[type="submit"]:hover, body.woocommerce-checkout .woocommerce form.woocommerce-form input[type="submit"]:focus, body.woocommerce-checkout .woocommerce form.woocommerce-form input[type="submit"] a, body.woocommerce-checkout .woocommerce form.woocommerce-form input[type="submit"] a:hover, body.woocommerce-checkout .woocommerce form.woocommerce-form input[type="submit"] a:focus,
    body.woocommerce-checkout .woocommerce form.woocommerce-form button[type="submit"]:hover,
    body.woocommerce-checkout .woocommerce form.woocommerce-form button[type="submit"]:focus,
    body.woocommerce-checkout .woocommerce form.woocommerce-form button[type="submit"] a,
    body.woocommerce-checkout .woocommerce form.woocommerce-form button[type="submit"] a:hover,
    body.woocommerce-checkout .woocommerce form.woocommerce-form button[type="submit"] a:focus {
      text-decoration: none; }
    body.woocommerce-checkout .woocommerce form.woocommerce-form input[type="submit"]:hover, body.woocommerce-checkout .woocommerce form.woocommerce-form input[type="submit"]:focus, body.woocommerce-checkout .woocommerce form.woocommerce-form input[type="submit"] a, body.woocommerce-checkout .woocommerce form.woocommerce-form input[type="submit"] a:hover, body.woocommerce-checkout .woocommerce form.woocommerce-form input[type="submit"] a:focus,
    body.woocommerce-checkout .woocommerce form.woocommerce-form button[type="submit"]:hover,
    body.woocommerce-checkout .woocommerce form.woocommerce-form button[type="submit"]:focus,
    body.woocommerce-checkout .woocommerce form.woocommerce-form button[type="submit"] a,
    body.woocommerce-checkout .woocommerce form.woocommerce-form button[type="submit"] a:hover,
    body.woocommerce-checkout .woocommerce form.woocommerce-form button[type="submit"] a:focus {
      text-decoration: none; }
    body.woocommerce-checkout .woocommerce form.woocommerce-form input[type="submit"]:hover, body.woocommerce-checkout .woocommerce form.woocommerce-form input[type="submit"]:focus, body.woocommerce-checkout .woocommerce form.woocommerce-form input[type="submit"]:active,
    body.woocommerce-checkout .woocommerce form.woocommerce-form button[type="submit"]:hover,
    body.woocommerce-checkout .woocommerce form.woocommerce-form button[type="submit"]:focus,
    body.woocommerce-checkout .woocommerce form.woocommerce-form button[type="submit"]:active {
      background-color: black;
      color: #fff; }
  body.woocommerce-checkout .woocommerce form.woocommerce-form.woocommerce-form-login .woocommerce-form__label-for-checkbox {
    padding-left: 16px; }

body.woocommerce-checkout .woocommerce form.checkout_coupon {
  border: none;
  border-top: 1px solid #E0E0E0;
  border-radius: 0;
  border-bottom: 1px solid #E0E0E0;
  padding-left: 0; }
  body.woocommerce-checkout .woocommerce form.checkout_coupon input[type="text"],
  body.woocommerce-checkout .woocommerce form.checkout_coupon input[type="email"],
  body.woocommerce-checkout .woocommerce form.checkout_coupon input[type="password"] {
    line-height: 1.2 !important;
    background-color: transparent;
    padding: 13.33333px;
    border: 1px solid #E0E0E0; }
  body.woocommerce-checkout .woocommerce form.checkout_coupon .variation dt {
    font-weight: 700;
    font-size: 0.8em; }
  body.woocommerce-checkout .woocommerce form.checkout_coupon .variation dd p {
    font-size: 0.8em;
    margin-top: 0; }
  body.woocommerce-checkout .woocommerce form.checkout_coupon input[type="submit"],
  body.woocommerce-checkout .woocommerce form.checkout_coupon button[type="submit"] {
    text-align: center;
    padding: 1em 2em;
    font-size: calc(0.889 * 15px);
    -webkit-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
    border-radius: 0;
    border: 0;
    font-weight: 700;
    background-color: #F6F6F6;
    color: #757575;
    line-height: 1.4;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 1em 2em;
    font-size: calc(0.889 * 15px);
    transition: background-color 0.5s;
    border-radius: 0;
    border: 0;
    font-weight: 700;
    background-color: #F6F6F6;
    color: #757575;
    line-height: 1.4;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background-color: #000;
    color: #fff; }
    body.woocommerce-checkout .woocommerce form.checkout_coupon input[type="submit"]:hover, body.woocommerce-checkout .woocommerce form.checkout_coupon input[type="submit"]:focus, body.woocommerce-checkout .woocommerce form.checkout_coupon input[type="submit"] a, body.woocommerce-checkout .woocommerce form.checkout_coupon input[type="submit"] a:hover, body.woocommerce-checkout .woocommerce form.checkout_coupon input[type="submit"] a:focus,
    body.woocommerce-checkout .woocommerce form.checkout_coupon button[type="submit"]:hover,
    body.woocommerce-checkout .woocommerce form.checkout_coupon button[type="submit"]:focus,
    body.woocommerce-checkout .woocommerce form.checkout_coupon button[type="submit"] a,
    body.woocommerce-checkout .woocommerce form.checkout_coupon button[type="submit"] a:hover,
    body.woocommerce-checkout .woocommerce form.checkout_coupon button[type="submit"] a:focus {
      text-decoration: none; }
    body.woocommerce-checkout .woocommerce form.checkout_coupon input[type="submit"]:hover, body.woocommerce-checkout .woocommerce form.checkout_coupon input[type="submit"]:focus, body.woocommerce-checkout .woocommerce form.checkout_coupon input[type="submit"] a, body.woocommerce-checkout .woocommerce form.checkout_coupon input[type="submit"] a:hover, body.woocommerce-checkout .woocommerce form.checkout_coupon input[type="submit"] a:focus,
    body.woocommerce-checkout .woocommerce form.checkout_coupon button[type="submit"]:hover,
    body.woocommerce-checkout .woocommerce form.checkout_coupon button[type="submit"]:focus,
    body.woocommerce-checkout .woocommerce form.checkout_coupon button[type="submit"] a,
    body.woocommerce-checkout .woocommerce form.checkout_coupon button[type="submit"] a:hover,
    body.woocommerce-checkout .woocommerce form.checkout_coupon button[type="submit"] a:focus {
      text-decoration: none; }
    body.woocommerce-checkout .woocommerce form.checkout_coupon input[type="submit"]:hover, body.woocommerce-checkout .woocommerce form.checkout_coupon input[type="submit"]:focus, body.woocommerce-checkout .woocommerce form.checkout_coupon input[type="submit"]:active,
    body.woocommerce-checkout .woocommerce form.checkout_coupon button[type="submit"]:hover,
    body.woocommerce-checkout .woocommerce form.checkout_coupon button[type="submit"]:focus,
    body.woocommerce-checkout .woocommerce form.checkout_coupon button[type="submit"]:active {
      background-color: black;
      color: #fff; }
  body.woocommerce-checkout .woocommerce form.checkout_coupon .form-row.form-row-last {
    float: left; }
    body.woocommerce-checkout .woocommerce form.checkout_coupon .form-row.form-row-last button[type="submit"] {
      padding: 12.5px; }

body.woocommerce-checkout #payment.woocommerce-checkout-payment {
  background-color: #F6F6F6;
  border-radius: 0; }
  body.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods .woocommerce-info {
    padding: 0 24px; }
    body.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods .woocommerce-info:before {
      display: none; }

body.woocommerce-checkout .checkout .shop_table {
  border: none;
  border-top: 1px solid #E0E0E0;
  border-radius: 0; }
  body.woocommerce-checkout .checkout .shop_table .variation dt {
    font-weight: 700;
    font-size: 0.8em; }
  body.woocommerce-checkout .checkout .shop_table .variation dd p {
    font-size: 0.8em;
    margin-top: 0; }
  body.woocommerce-checkout .checkout .shop_table th {
    background-color: #F6F6F6; }
  body.woocommerce-checkout .checkout .shop_table tfoot {
    background-color: #F6F6F6; }
    body.woocommerce-checkout .checkout .shop_table tfoot th {
      text-align: right; }

/* --------------------------------------
/*  Products
    Note: These are also the same CSS for short codes as well as the category pages

    TOC
    - Variables
    - Main Code
      - WooCommerce Afterpay Gateway -- Plugin
      - WooCommerce Subscriptions -- Plugin
      - Generic Products
    - Card Look
    - Alias Buttons

/* -------------------------------------*/
/* --------------------------------------
/*  Variables
/* -------------------------------------*/
/* --------------------------------------
/*  Main Code
/* -------------------------------------*/
.woocommerce ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  /* --------------------------------------
  /*  WooCommerce Afterpay Gateway -- Plugin
  /*  v1.3.1
  /* -------------------------------------*/
  /* --------------------------------------
  /*  WooCommerce Subscriptions -- Plugin
  /*  v2.2.18
  /* -------------------------------------*/
  /* --------------------------------------
  /*  Generic Products
  /* -------------------------------------*/ }
  .woocommerce ul.products.columns-1 li.product {
    width: calc((99.8% / 1) - (20px));
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .woocommerce ul.products.columns-1 li.product {
        width: calc((99.8% / 2) - (20px)); } }
    @media (max-width: 543px) {
      .woocommerce ul.products.columns-1 li.product {
        width: calc(99.8% - (20px)); } }
  .woocommerce ul.products.columns-2 li.product {
    width: calc((99.8% / 2) - (20px));
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .woocommerce ul.products.columns-2 li.product {
        width: calc((99.8% / 2) - (20px)); } }
    @media (max-width: 543px) {
      .woocommerce ul.products.columns-2 li.product {
        width: calc(99.8% - (20px)); } }
  .woocommerce ul.products.columns-3 li.product {
    width: calc((99.8% / 3) - (20px));
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .woocommerce ul.products.columns-3 li.product {
        width: calc((99.8% / 2) - (20px)); } }
    @media (max-width: 543px) {
      .woocommerce ul.products.columns-3 li.product {
        width: calc(99.8% - (20px)); } }
  .woocommerce ul.products.columns-4 li.product {
    width: calc((99.8% / 4) - (20px));
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .woocommerce ul.products.columns-4 li.product {
        width: calc((99.8% / 2) - (20px)); } }
    @media (max-width: 543px) {
      .woocommerce ul.products.columns-4 li.product {
        width: calc(99.8% - (20px)); } }
  .woocommerce ul.products.columns-5 li.product {
    width: calc((99.8% / 5) - (20px));
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .woocommerce ul.products.columns-5 li.product {
        width: calc((99.8% / 2) - (20px)); } }
    @media (max-width: 543px) {
      .woocommerce ul.products.columns-5 li.product {
        width: calc(99.8% - (20px)); } }
  .woocommerce ul.products.columns-6 li.product {
    width: calc((99.8% / 6) - (20px));
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .woocommerce ul.products.columns-6 li.product {
        width: calc((99.8% / 2) - (20px)); } }
    @media (max-width: 543px) {
      .woocommerce ul.products.columns-6 li.product {
        width: calc(99.8% - (20px)); } }
  .woocommerce ul.products .products-image-container {
    position: relative; }
  .woocommerce ul.products .original-wc-buttons {
    display: none; }
  .woocommerce ul.products .afterpay-payment-info {
    display: none; }
  .woocommerce ul.products .subscription-details {
    font-size: calc(0.889 * 15px);
    text-transform: uppercase; }
  .woocommerce ul.products a {
    display: block;
    padding-bottom: 8px; }
  .woocommerce ul.products li.product .price {
    font-size: 0; }
    .woocommerce ul.products li.product .price ins, .woocommerce ul.products li.product .price del, .woocommerce ul.products li.product .price .amount {
      color: #000; }
    .woocommerce ul.products li.product .price ins {
      text-decoration: none; }
    .woocommerce ul.products li.product .price .woocommerce-Price-amount:first-child {
      font-size: 15px;
      font-weight: 700;
      position: relative; }
  .woocommerce ul.products li.product.product-type-variable .price {
    padding-top: 8px; }
  .woocommerce ul.products li.product.product-type-variable .product-alias-button--select-options {
    display: none; }
  .woocommerce ul.products .woocommerce-loop-product__title {
    font-size: 15px !important;
    padding-bottom: 4px !important;
    font-weight: 600; }
  .woocommerce ul.products .star-rating {
    float: right;
    margin-top: 20px;
    margin-right: 16px; }

.star-rating {
  color: #eeb013; }

/* --------------------------------------
/*  Card Look
/* -------------------------------------*/
.woo_commerce_products_section.card-look .heading, .spd__related-products.card-look .heading {
  font-family: "Poppins", sans-serif, "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 15px;
  color: #000;
  line-height: 1.7;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.95rem;
  text-align: center;
  margin-bottom: 1em; }
  .woo_commerce_products_section.card-look .heading a, .woo_commerce_products_section.card-look .headinga, .spd__related-products.card-look .heading a, .spd__related-products.card-look .headinga {
    color: #757575; }
    .woo_commerce_products_section.card-look .heading a:hover, .woo_commerce_products_section.card-look .heading a:focus, .woo_commerce_products_section.card-look .headinga:hover, .woo_commerce_products_section.card-look .headinga:focus, .spd__related-products.card-look .heading a:hover, .spd__related-products.card-look .heading a:focus, .spd__related-products.card-look .headinga:hover, .spd__related-products.card-look .headinga:focus {
      text-decoration: underline;
      color: #5c5c5c; }
  @media (min-width: 400px) and (max-width: 1400px) {
    .woo_commerce_products_section.card-look .heading, .spd__related-products.card-look .heading {
      font-size: calc( 0.95rem + (14.25 - 14.25) * ( (100vw - 400px) / ( 1400 - 400) )); } }
  @media (min-width: 1400px) {
    .woo_commerce_products_section.card-look .heading, .spd__related-products.card-look .heading {
      font-size: 0.95rem; } }

.woo_commerce_products_section.card-look .woocommerce ul.products li.product, .spd__related-products.card-look .woocommerce ul.products li.product {
  background: #fff;
  -webkit-box-shadow: 0 2px 6px -3px rgba(0, 0, 0, 0.6);
  box-shadow: 0 2px 6px -3px rgba(0, 0, 0, 0.6);
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s; }
  .woo_commerce_products_section.card-look .woocommerce ul.products li.product:hover, .woo_commerce_products_section.card-look .woocommerce ul.products li.product:focus, .woo_commerce_products_section.card-look .woocommerce ul.products li.product:active, .spd__related-products.card-look .woocommerce ul.products li.product:hover, .spd__related-products.card-look .woocommerce ul.products li.product:focus, .spd__related-products.card-look .woocommerce ul.products li.product:active {
    -webkit-box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.6);
    box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.6); }
  .woo_commerce_products_section.card-look .woocommerce ul.products li.product .woocommerce-loop-product__title, .woo_commerce_products_section.card-look .woocommerce ul.products li.product .price, .woo_commerce_products_section.card-look .woocommerce ul.products li.product .afterpay-payment-info, .spd__related-products.card-look .woocommerce ul.products li.product .woocommerce-loop-product__title, .spd__related-products.card-look .woocommerce ul.products li.product .price, .spd__related-products.card-look .woocommerce ul.products li.product .afterpay-payment-info {
    padding-left: 16px;
    padding-right: 16px; }

.woo_commerce_categories_section .heading {
  font-family: "Poppins", sans-serif, "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 15px;
  color: #000;
  line-height: 1.7;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.95rem;
  text-align: center;
  margin-bottom: 1em; }
  .woo_commerce_categories_section .heading a, .woo_commerce_categories_section .headinga {
    color: #757575; }
    .woo_commerce_categories_section .heading a:hover, .woo_commerce_categories_section .heading a:focus, .woo_commerce_categories_section .headinga:hover, .woo_commerce_categories_section .headinga:focus {
      text-decoration: underline;
      color: #5c5c5c; }
  @media (min-width: 400px) and (max-width: 1400px) {
    .woo_commerce_categories_section .heading {
      font-size: calc( 0.95rem + (14.25 - 14.25) * ( (100vw - 400px) / ( 1400 - 400) )); } }
  @media (min-width: 1400px) {
    .woo_commerce_categories_section .heading {
      font-size: 0.95rem; } }

/* --------------------------------------
  /*  Alias Buttons
  /* -------------------------------------*/
.products-alias-buttons {
  position: absolute;
  bottom: 0.5em;
  left: 0.5em;
  background: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  transition: opacity 0.1s; }
  .products-image-container:hover .products-alias-buttons {
    opacity: 1; }
  @media (max-width: 543px) {
    .products-alias-buttons {
      opacity: 1; } }

.product-alias-button {
  width: 48px;
  text-align: center;
  border-left: 1px solid #E0E0E0;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s; }
  .product-alias-button:hover, .product-alias-button:focus, .product-alias-button:active {
    background: #F6F6F6; }
    .product-alias-button:hover:before, .product-alias-button:focus:before, .product-alias-button:active:before {
      color: #363636; }
  .product-alias-button:before {
    color: #757575;
    font-size: calc(1.266 * 15px);
    line-height: 48px;
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
    display: inline-block; }
  .product-alias-button:first-child {
    border-left: 0; }
  .product-alias-button .label {
    display: none; }
  .product-alias-button--add-to-cart::before {
    content: "\f07a";
    font-family: FontAwesome; }
  .product-alias-button--read-more::before {
    content: "\f18e";
    font-family: FontAwesome; }
  .product-alias-button--select-options::before {
    content: "\f0b0";
    font-family: FontAwesome; }
  .product-alias-button--add-to-wishlist::before {
    content: "\f06b";
    font-family: FontAwesome; }
  .product-alias-button.added::before {
    content: "\f00c";
    font-family: FontAwesome; }
  .product-alias-button.adding::before {
    content: "\f110";
    font-family: FontAwesome;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear; }

/* --------------------------------------
/*  Product Category Cards
/* -------------------------------------*/
body.post-type-archive.woocommerce ul.products li.product-category a img {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%; }

body.post-type-archive.woocommerce ul.products li.product-category a h2 {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  padding: 16px 24px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #fff;
  font-size: calc(2.624 * 15px); }
  body.post-type-archive.woocommerce ul.products li.product-category a h2 mark {
    display: none; }

body.post-type-archive.woocommerce .filter-products-button {
  display: none; }

.woocommerce .products .product-category a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 2; }

.woocommerce .products .product-category a:hover:before, .woocommerce .products .product-category a:focus:before, .woocommerce .products .product-category a:active:before {
  background: rgba(0, 0, 0, 0.75);
  z-index: 2;
  -webkit-transition: background .3s ease;
  -o-transition: background .3s ease;
  transition: background .3s ease; }

/* --------------------------------------
/*  Single Product

    - Variables Used
    - Flags
    - Gallery Images
    - Tabs
    -- Additional Info
    -- Reviews

/* -------------------------------------*/
/* --------------------------------------
/*  Page Title
/* -------------------------------------*/
.woocommerce div.product .product_title {
  display: none; }

.woocommerce div.product p.price, .woocommerce div.product span.price {
  font-size: 1.85em; }

/* --------------------------------------
/*  Flags
/* -------------------------------------*/
.woocommerce div.product .stock.out-of-stock {
  color: #F44336; }

.woocommerce div.product .stock.available-on-backorder {
  color: #000; }

/* --------------------------------------
/*  Gallery Images
/* -------------------------------------*/
.woocommerce #content div.product div.thumbnails a, .woocommerce div.product div.thumbnails a, .woocommerce-page #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a {
  float: none;
  display: inline-block;
  width: auto;
  margin: 0;
  clear: none; }

.wpb-wiz-hidden {
  display: none !important; }

.woocommerce div.product div.images a {
  display: inline-block; }

.woocommerce-product-gallery__wrapper {
  text-align: center; }
  .woocommerce-product-gallery__wrapper > div {
    padding: 4px; }

/* --------------------------------------
/*  Variations
/* -------------------------------------*/
.reset_variations {
  display: block; }

.woocommerce div.product form.cart .single_variation_wrap .woocommerce-variation-price .price {
  font-size: 2.5em; }

.woocommerce div.product form.cart .product-addon label.addon-checkbox {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 0.9em; }
  .woocommerce div.product form.cart .product-addon label.addon-checkbox:before {
    display: block;
    position: absolute;
    background: transparent;
    content: '';
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #E0E0E0;
    color: rgba(255, 255, 255, 0);
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s; }
  .woocommerce div.product form.cart .product-addon label.addon-checkbox.selected:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 1;
    padding: 3px 0 0 4px;
    color: #000;
    background: #F6F6F6;
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s; }
  .woocommerce div.product form.cart .product-addon label.addon-checkbox input[type="checkbox"] {
    display: none; }

.woocommerce div.product form.cart .product-addon .form-row {
  padding: 0; }

.woocommerce div.product form.cart .product-addon .addon-name {
  display: none; }

.woocommerce div.product form.cart .product-addon-totals {
  max-width: 320px; }

.woocommerce div.product form.cart .variations {
  margin-bottom: 0; }
  .woocommerce div.product form.cart .variations select {
    padding: 16px;
    border-color: #E0E0E0;
    margin-bottom: 4px; }
  .woocommerce div.product form.cart .variations td.label {
    display: none; }
    .woocommerce div.product form.cart .variations td.label label {
      padding-top: 0.8em;
      display: block; }
  .woocommerce div.product form.cart .variations .value .reset_variations {
    line-height: 1;
    margin-top: 4px; }
    .woocommerce div.product form.cart .variations .value .reset_variations[style="visibility: hidden;"] {
      display: none; }
    .woocommerce div.product form.cart .variations .value .reset_variations[style="visibility: hidden; display: block;"] {
      display: none !important; }

/* --------------------------------------
/*  Buttons
/* -------------------------------------*/
.woocommerce div.product button.button.alt {
  height: 55px;
  line-height: 55px;
  vertical-align: middle;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 4px; }

.woocommerce div.product .price ins, .woocommerce div.product .price del, .woocommerce div.product .price .amount {
  color: #000; }

.woocommerce div.product .price ins {
  text-decoration: none; }

.woocommerce div.product .product_meta > span {
  display: block;
  font-weight: 700; }
  .woocommerce div.product .product_meta > span span, .woocommerce div.product .product_meta > span a {
    font-weight: 400; }

.woocommerce div.product form.cart div.quantity {
  margin: 0; }
  .woocommerce div.product form.cart div.quantity .qty {
    width: 3em; }
  .woocommerce div.product form.cart div.quantity .input-text.qty {
    height: 55px;
    line-height: 55px;
    border: 1px #E0E0E0 solid; }

.woocommerce div.product .qty-adjust {
  float: left;
  display: inline-block;
  height: 55px;
  width: 27.5px;
  vertical-align: top;
  overflow: hidden;
  border: 1px #E0E0E0 solid;
  border-left: 0; }
  .woocommerce div.product .qty-adjust .qty-plus, .woocommerce div.product .qty-adjust .qty-minus {
    display: block;
    height: calc(55px / 2);
    width: 100%;
    text-align: center; }
    .woocommerce div.product .qty-adjust .qty-plus:hover, .woocommerce div.product .qty-adjust .qty-plus:focus, .woocommerce div.product .qty-adjust .qty-plus a, .woocommerce div.product .qty-adjust .qty-plus a:hover, .woocommerce div.product .qty-adjust .qty-plus a:focus, .woocommerce div.product .qty-adjust .qty-minus:hover, .woocommerce div.product .qty-adjust .qty-minus:focus, .woocommerce div.product .qty-adjust .qty-minus a, .woocommerce div.product .qty-adjust .qty-minus a:hover, .woocommerce div.product .qty-adjust .qty-minus a:focus {
      text-decoration: none; }
    .woocommerce div.product .qty-adjust .qty-plus:before, .woocommerce div.product .qty-adjust .qty-minus:before {
      color: #757575;
      font-size: calc(0.68 * 15px); }
  .woocommerce div.product .qty-adjust .qty-plus {
    border-bottom: 1px #E0E0E0 solid; }
  .woocommerce div.product .qty-adjust .qty-plus:before {
    content: "\f077";
    font-family: FontAwesome; }
  .woocommerce div.product .qty-adjust .qty-minus:before {
    content: "\f078";
    font-family: FontAwesome; }

.woocommerce div.product .yith-wishlist-alias-product-button {
  text-align: center;
  padding: 1em 2em;
  font-size: calc(0.889 * 15px);
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  border-radius: 0;
  border: 0;
  font-weight: 700;
  background-color: #F6F6F6;
  color: #757575;
  line-height: 1.4;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background-color: white;
  color: #000;
  border: solid 1px #E0E0E0;
  float: left;
  margin-left: 4px;
  padding-top: 0;
  padding-bottom: 0;
  height: 55px;
  line-height: 55px;
  cursor: pointer; }
  .woocommerce div.product .yith-wishlist-alias-product-button:hover, .woocommerce div.product .yith-wishlist-alias-product-button:focus, .woocommerce div.product .yith-wishlist-alias-product-button a, .woocommerce div.product .yith-wishlist-alias-product-button a:hover, .woocommerce div.product .yith-wishlist-alias-product-button a:focus {
    text-decoration: none; }
  .woocommerce div.product .yith-wishlist-alias-product-button:before {
    content: "\f06b";
    font-family: FontAwesome;
    font-size: calc(1.125 * 15px); }
  .woocommerce div.product .yith-wishlist-alias-product-button.in-wishlist:before {
    content: "\f00c";
    font-family: FontAwesome; }

.woocommerce div.product .yith-wcwl-add-to-wishlist {
  display: none; }

/* --------------------------------------
/*  All spd__ sections
/* -------------------------------------*/
.woocommerce div[class^="spd__"]:nth-child(odd) {
  background-color: #F6F6F6; }

/* --------------------------------------
/*  Reviews
/* -------------------------------------*/
.woocommerce .spd__reviews #reviews.woocommerce-Reviews {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .woocommerce .spd__reviews #reviews.woocommerce-Reviews.no-reviews {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .woocommerce .spd__reviews #reviews.woocommerce-Reviews.no-reviews #comments {
      display: none; }
    .woocommerce .spd__reviews #reviews.woocommerce-Reviews.no-reviews #review_form_wrapper {
      width: 65%; }
      @media (max-width: 991px) {
        .woocommerce .spd__reviews #reviews.woocommerce-Reviews.no-reviews #review_form_wrapper {
          width: 100%; } }
  .woocommerce .spd__reviews #reviews.woocommerce-Reviews ol {
    padding-left: 0; }
  .woocommerce .spd__reviews #reviews.woocommerce-Reviews #comments {
    width: 60%;
    padding: 0 15px; }
    @media (max-width: 991px) {
      .woocommerce .spd__reviews #reviews.woocommerce-Reviews #comments {
        width: 100%; } }
    .woocommerce .spd__reviews #reviews.woocommerce-Reviews #comments .comment {
      padding: 16px 0;
      margin: 16px 0;
      border-bottom: 1px solid #E0E0E0; }
      .woocommerce .spd__reviews #reviews.woocommerce-Reviews #comments .comment:first-child {
        padding-top: 0;
        margin-top: 0; }
      .woocommerce .spd__reviews #reviews.woocommerce-Reviews #comments .comment .comment-text {
        margin: 0;
        padding: 0;
        border: none; }
      .woocommerce .spd__reviews #reviews.woocommerce-Reviews #comments .comment .review-meta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 30%;
        float: left; }
        .woocommerce .spd__reviews #reviews.woocommerce-Reviews #comments .comment .review-meta .star-rating {
          -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
          order: 0;
          margin-bottom: 4px; }
        .woocommerce .spd__reviews #reviews.woocommerce-Reviews #comments .comment .review-meta .meta {
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1; }
        .woocommerce .spd__reviews #reviews.woocommerce-Reviews #comments .comment .review-meta .woocommerce-review__author {
          display: block;
          font-size: 15px; }
        .woocommerce .spd__reviews #reviews.woocommerce-Reviews #comments .comment .review-meta .woocommerce-review__dash {
          display: none; }
        .woocommerce .spd__reviews #reviews.woocommerce-Reviews #comments .comment .review-meta .woocommerce-review__published-date {
          display: block; }
      .woocommerce .spd__reviews #reviews.woocommerce-Reviews #comments .comment .description {
        float: right;
        width: 70%; }
  .woocommerce .spd__reviews #reviews.woocommerce-Reviews #review_form_wrapper {
    width: 40%;
    padding: 0 15px; }
    @media (max-width: 767px) {
      .woocommerce .spd__reviews #reviews.woocommerce-Reviews #review_form_wrapper {
        width: 100%; } }
    .woocommerce .spd__reviews #reviews.woocommerce-Reviews #review_form_wrapper #reply-title {
      display: block;
      font-family: "Poppins", sans-serif, "Helvetica", Arial, Helvetica, Sans-serif;
      font-size: 15px;
      color: #3B4044;
      line-height: 1.2;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 2px;
      margin-top: 0;
      margin-bottom: 16px;
      padding-top: 0;
      font-size: 1.424em; }
      .woocommerce .spd__reviews #reviews.woocommerce-Reviews #review_form_wrapper #reply-title a, .woocommerce .spd__reviews #reviews.woocommerce-Reviews #review_form_wrapper #reply-titlea {
        color: #757575; }
        .woocommerce .spd__reviews #reviews.woocommerce-Reviews #review_form_wrapper #reply-title a:hover, .woocommerce .spd__reviews #reviews.woocommerce-Reviews #review_form_wrapper #reply-title a:focus, .woocommerce .spd__reviews #reviews.woocommerce-Reviews #review_form_wrapper #reply-titlea:hover, .woocommerce .spd__reviews #reviews.woocommerce-Reviews #review_form_wrapper #reply-titlea:focus {
          text-decoration: underline;
          color: #5c5c5c; }
      @media (min-width: 400px) and (max-width: 1400px) {
        .woocommerce .spd__reviews #reviews.woocommerce-Reviews #review_form_wrapper #reply-title {
          font-size: calc( 1.424em + (39.36 - 21.36) * ( (100vw - 400px) / ( 1400 - 400) )); } }
      @media (min-width: 1400px) {
        .woocommerce .spd__reviews #reviews.woocommerce-Reviews #review_form_wrapper #reply-title {
          font-size: 2.624em; } }
    .woocommerce .spd__reviews #reviews.woocommerce-Reviews #review_form_wrapper .comment-form label {
      font-family: "Poppins", sans-serif, "Helvetica", Arial, Helvetica, Sans-serif;
      font-size: 15px;
      color: #3B4044;
      line-height: 1.2;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 1.125em;
      font-family: "Poppins", sans-serif, "Helvetica", Arial, Helvetica, Sans-serif;
      font-size: 15px;
      color: #3B4044;
      line-height: 1.2;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 1.125em; }
      .woocommerce .spd__reviews #reviews.woocommerce-Reviews #review_form_wrapper .comment-form label a, .woocommerce .spd__reviews #reviews.woocommerce-Reviews #review_form_wrapper .comment-form labela {
        color: #000; }
        .woocommerce .spd__reviews #reviews.woocommerce-Reviews #review_form_wrapper .comment-form label a:hover, .woocommerce .spd__reviews #reviews.woocommerce-Reviews #review_form_wrapper .comment-form label a:focus, .woocommerce .spd__reviews #reviews.woocommerce-Reviews #review_form_wrapper .comment-form labela:hover, .woocommerce .spd__reviews #reviews.woocommerce-Reviews #review_form_wrapper .comment-form labela:focus {
          text-decoration: underline;
          color: black; }
      @media (min-width: 400px) and (max-width: 1400px) {
        .woocommerce .spd__reviews #reviews.woocommerce-Reviews #review_form_wrapper .comment-form label {
          font-size: calc( 1.125em + (16.875 - 16.875) * ( (100vw - 400px) / ( 1400 - 400) )); } }
      @media (min-width: 1400px) {
        .woocommerce .spd__reviews #reviews.woocommerce-Reviews #review_form_wrapper .comment-form label {
          font-size: 1.125em; } }
      .woocommerce .spd__reviews #reviews.woocommerce-Reviews #review_form_wrapper .comment-form label a, .woocommerce .spd__reviews #reviews.woocommerce-Reviews #review_form_wrapper .comment-form labela {
        color: #000; }
        .woocommerce .spd__reviews #reviews.woocommerce-Reviews #review_form_wrapper .comment-form label a:hover, .woocommerce .spd__reviews #reviews.woocommerce-Reviews #review_form_wrapper .comment-form label a:focus, .woocommerce .spd__reviews #reviews.woocommerce-Reviews #review_form_wrapper .comment-form labela:hover, .woocommerce .spd__reviews #reviews.woocommerce-Reviews #review_form_wrapper .comment-form labela:focus {
          text-decoration: underline;
          color: black; }
      @media (min-width: 400px) and (max-width: 1400px) {
        .woocommerce .spd__reviews #reviews.woocommerce-Reviews #review_form_wrapper .comment-form label {
          font-size: calc( 1.125em + (16.875 - 16.875) * ( (100vw - 400px) / ( 1400 - 400) )); } }
      @media (min-width: 1400px) {
        .woocommerce .spd__reviews #reviews.woocommerce-Reviews #review_form_wrapper .comment-form label {
          font-size: 1.125em; } }
    .woocommerce .spd__reviews #reviews.woocommerce-Reviews #review_form_wrapper .comment-form input[type="text"],
    .woocommerce .spd__reviews #reviews.woocommerce-Reviews #review_form_wrapper .comment-form input[type="email"],
    .woocommerce .spd__reviews #reviews.woocommerce-Reviews #review_form_wrapper .comment-form input[type="password"] {
      background-color: transparent;
      border: none;
      width: 100%;
      border-bottom: 1px solid #E0E0E0; }
    .woocommerce .spd__reviews #reviews.woocommerce-Reviews #review_form_wrapper .comment-form textarea {
      width: 100%;
      border: 1px solid #E0E0E0;
      height: 150px;
      background-color: transparent;
      padding: 13.33333px;
      line-height: 1.2; }

/* --------------------------------------
/*  Description and Additional Information
/* -------------------------------------*/
.spd__description-columns:after {
  display: table;
  content: " "; }

.spd__description-columns:after {
  clear: both; }

.spd__description-columns .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.woocommerce .spd__upsell-products .container .shop_attributes {
  border: none;
  margin-bottom: 0; }
  .woocommerce .spd__upsell-products .container .shop_attributes tr td {
    text-align: right;
    font-style: normal; }
  .woocommerce .spd__upsell-products .container .shop_attributes tr th, .woocommerce .spd__upsell-products .container .shop_attributes tr td {
    padding: 0 8px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #E0E0E0; }

.woocommerce .quantity input[type=number] {
  -moz-appearance: textfield; }

.woocommerce .quantity input[type=number]::-webkit-inner-spin-button,
.woocommerce .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: none; }

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("../../assets/fonts/slick.eot");
  src: url("../../assets/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/slick.woff") format("woff"), url("../../assets/fonts/slick.ttf") format("truetype"), url("../../assets/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #000;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: #000;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #000;
      opacity: 0.75; }

.slick-slide:focus {
  outline: none; }

/* --------------------------------------
/*  Custom
/* -------------------------------------- */
.slick-container {
  padding: 0;
  z-index: 5; }

.slick {
  text-align: center;
  padding: 0;
  margin: 0px; }

.slick-dots {
  bottom: 0; }

.slick-prev,
.slick-next {
  z-index: 6; }
  .slick-prev:before, .slick-next:before {
    font-family: FontAwesome;
    font-size: 21px;
    color: #000; }

.slick-next {
  right: -25px; }
  .slick-next:before {
    content: "\f105"; }

.slick-prev {
  left: -25px; }
  .slick-prev:before {
    content: "\f104"; }

.slick-dots li button:before {
  content: "\f111";
  font-family: FontAwesome;
  font-size: 18px;
  color: #fff; }

.slick-dots li.slick-active button:before {
  color: #fff;
  content: "\f10c"; }

/* --------------------------------------
/*  Ninja Forms

    - Variables
    - Forms
      - Form Title
      - Labels
      - Input Types
      - Errors
      - Submit Button
      - Overrides

/* -------------------------------------*/
/* --------------------------------------
/*  Variables
/* -------------------------------------*/
/* --------------------------------------
/*  - Ninja Forms
/* -------------------------------------*/
body .nf-form-cont {
  /* --------------------------------------
    /*  Form Title
    /* -------------------------------------*/
  /* --------------------------------------
    /*  Labels
    /* -------------------------------------*/
  /* --------------------------------------
    /*  Input Types
    /* -------------------------------------*/
  /*** Inputs ***/
  /* --------------------------------------
    /*  Errors
    /* -------------------------------------*/
  /* --------------------------------------
    /*  Submit Button
    /* -------------------------------------*/
  /* --------------------------------------
    /*  Overrides
    /* -------------------------------------*/
  /* --------------------------------------
    /*  Inline Form
    /* -------------------------------------*/ }
  body .nf-form-cont .field-wrap {
    margin-bottom: 24px; }
  body .nf-form-cont .label-hidden .field-wrap {
    margin-bottom: 4px; }
  body .nf-form-cont .nf-form-title h3 {
    margin-top: 0;
    padding-top: 0; }
  body .nf-form-cont .nf-field-label {
    margin-bottom: 12px; }
    body .nf-form-cont .nf-field-label label {
      margin-bottom: 4px;
      font-size: calc(0.889 * 15px);
      color: #757575;
      font-weight: 400; }
  body .nf-form-cont input[type="text"], body .nf-form-cont input[type="email"], body .nf-form-cont input[type="tel"], body .nf-form-cont textarea, body .nf-form-cont select {
    background: #EEEEEE;
    border: 1px solid #EEEEEE;
    padding: calc(16px - 3px);
    font-size: 15px;
    color: #757575;
    display: block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    body .nf-form-cont input[type="text"]:hover, body .nf-form-cont input[type="text"]:focus, body .nf-form-cont input[type="email"]:hover, body .nf-form-cont input[type="email"]:focus, body .nf-form-cont input[type="tel"]:hover, body .nf-form-cont input[type="tel"]:focus, body .nf-form-cont textarea:hover, body .nf-form-cont textarea:focus, body .nf-form-cont select:hover, body .nf-form-cont select:focus {
      border-color: #bbbbbb; }
    body .nf-form-cont input[type="text"]:focus, body .nf-form-cont input[type="email"]:focus, body .nf-form-cont input[type="tel"]:focus, body .nf-form-cont textarea:focus, body .nf-form-cont select:focus {
      border-color: #bbbbbb;
      outline: none !important; }
  body .nf-form-cont select {
    -webkit-appearance: none;
    background-color: transparent;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
    background-position: 100% center;
    background-repeat: no-repeat;
    border-radius: 0; }
  body .nf-form-cont .textarea-wrap textarea {
    margin-bottom: 5px;
    height: 150px; }
  body .nf-form-cont .nf-error-required-error {
    display: none; }
  body .nf-form-cont .nf-form-fields-required {
    display: none; }
  body .nf-form-cont .nf-after-field .nf-error-msg {
    background: #FFCDD2;
    color: #F44336;
    padding: 4px;
    font-size: calc(0.889 * 15px);
    margin: -4px 0 0 0; }
  body .nf-form-cont .nf-form-errors nf-errors nf-section .nf-error-field-errors {
    background: #FFCDD2;
    color: #F44336;
    padding: 4px;
    font-size: calc(0.889 * 15px); }
  body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"] {
    text-align: center;
    padding: 1em 2em;
    font-size: calc(0.889 * 15px);
    -webkit-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
    border-radius: 0;
    border: 0;
    font-weight: 700;
    background-color: #F6F6F6;
    color: #757575;
    line-height: 1.4;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 1em 2em;
    font-size: calc(0.889 * 15px);
    transition: background-color 0.5s;
    border-radius: 0;
    border: 0;
    font-weight: 700;
    background-color: #F6F6F6;
    color: #757575;
    line-height: 1.4;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background-color: #000;
    color: #fff; }
    body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:hover, body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:focus, body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"] a, body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"] a:hover, body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"] a:focus {
      text-decoration: none; }
    body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:hover, body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:focus, body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"] a, body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"] a:hover, body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"] a:focus {
      text-decoration: none; }
    body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:hover, body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:focus, body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:active {
      background-color: black;
      color: #fff; }
  body .nf-form-cont .nf-field-container {
    margin-bottom: 0; }
  body .nf-form-cont .nf-input-limit {
    margin: 0;
    padding: 0; }
  body .nf-form-cont .submit-container.button-block-container .ninja-forms-field[type=button] {
    display: block;
    width: 100%;
    padding-top: 1.17em;
    padding-bottom: 0.97em; }

.mega-menu .logged-in {
  display: none !important; }

body.logged-in .mega-menu .logged-in {
  display: block !important; }

.mega-menu .logged-out {
  display: block !important; }

body.logged-in .mega-menu .logged-out {
  display: none !important; }

body #mega-menu-wrap-header-menu-my-account #mega-menu-header-menu-my-account .mega-has-icon > a {
  padding-left: 24px !important;
  padding-right: 24px !important;
  border-left: 1px #E0E0E0 solid !important; }

@media (max-width: 991px) {
  #mega-menu-wrap-header-menu-my-account #mega-menu-header-menu-my-account .mega-menu-item a.mega-menu-link {
    height: 60px !important;
    line-height: 60px !important; } }

/* --------------------------------------
/*  Layer Slider Custom Styles
/* -------------------------------------*/
.ls-layers .product.woocommerce.add_to_cart_inline ins {
  text-decoration: none; }

.ls-layers .woocommerce-Price-amount {
  display: none; }

.slider-add-to-cart-btn.woocommerce {
  margin: 0;
  display: inline-block;
  vertical-align: middle; }
  .slider-add-to-cart-btn.woocommerce a.button {
    text-align: center;
    padding: 1em 2em;
    font-size: calc(0.889 * 15px);
    -webkit-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
    border-radius: 0;
    border: 0;
    font-weight: 700;
    background-color: #F6F6F6;
    color: #757575;
    line-height: 1.4;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 1em 2em;
    font-size: calc(0.889 * 15px);
    transition: background-color 0.5s;
    border-radius: 0;
    border: 0;
    font-weight: 700;
    background-color: #F6F6F6;
    color: #757575;
    line-height: 1.4;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background-color: white;
    color: #000;
    border: solid 1px #E0E0E0;
    font-size: 15px; }
    .slider-add-to-cart-btn.woocommerce a.button:hover, .slider-add-to-cart-btn.woocommerce a.button:focus, .slider-add-to-cart-btn.woocommerce a.button a, .slider-add-to-cart-btn.woocommerce a.button a:hover, .slider-add-to-cart-btn.woocommerce a.button a:focus {
      text-decoration: none; }
    .slider-add-to-cart-btn.woocommerce a.button:hover, .slider-add-to-cart-btn.woocommerce a.button:focus, .slider-add-to-cart-btn.woocommerce a.button a, .slider-add-to-cart-btn.woocommerce a.button a:hover, .slider-add-to-cart-btn.woocommerce a.button a:focus {
      text-decoration: none; }
    @media (min-width: 400px) and (max-width: 1400px) {
      .slider-add-to-cart-btn.woocommerce a.button {
        font-size: calc( 15px + (24 - 15) * ( (100vw - 400px) / ( 1400 - 400) )); } }
    @media (min-width: 1400px) {
      .slider-add-to-cart-btn.woocommerce a.button {
        font-size: 24px; } }
  .slider-add-to-cart-btn.woocommerce a.added_to_cart {
    text-align: center;
    padding: 1em 2em;
    font-size: calc(0.889 * 15px);
    -webkit-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
    border-radius: 0;
    border: 0;
    font-weight: 700;
    background-color: #F6F6F6;
    color: #757575;
    line-height: 1.4;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 1em 2em;
    font-size: calc(0.889 * 15px);
    transition: background-color 0.5s;
    border-radius: 0;
    border: 0;
    font-weight: 700;
    background-color: #F6F6F6;
    color: #757575;
    line-height: 1.4;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background-color: #000;
    color: #fff;
    font-size: 15px; }
    .slider-add-to-cart-btn.woocommerce a.added_to_cart:hover, .slider-add-to-cart-btn.woocommerce a.added_to_cart:focus, .slider-add-to-cart-btn.woocommerce a.added_to_cart a, .slider-add-to-cart-btn.woocommerce a.added_to_cart a:hover, .slider-add-to-cart-btn.woocommerce a.added_to_cart a:focus {
      text-decoration: none; }
    .slider-add-to-cart-btn.woocommerce a.added_to_cart:hover, .slider-add-to-cart-btn.woocommerce a.added_to_cart:focus, .slider-add-to-cart-btn.woocommerce a.added_to_cart a, .slider-add-to-cart-btn.woocommerce a.added_to_cart a:hover, .slider-add-to-cart-btn.woocommerce a.added_to_cart a:focus {
      text-decoration: none; }
    .slider-add-to-cart-btn.woocommerce a.added_to_cart:hover, .slider-add-to-cart-btn.woocommerce a.added_to_cart:focus, .slider-add-to-cart-btn.woocommerce a.added_to_cart:active {
      background-color: black;
      color: #fff; }
    @media (min-width: 400px) and (max-width: 1400px) {
      .slider-add-to-cart-btn.woocommerce a.added_to_cart {
        font-size: calc( 15px + (24 - 15) * ( (100vw - 400px) / ( 1400 - 400) )); } }
    @media (min-width: 1400px) {
      .slider-add-to-cart-btn.woocommerce a.added_to_cart {
        font-size: 24px; } }

.ls-wp-container a.btn.btn-primary, .ls-wp-container .nucleo-isotope-container .nucleo-isotope-filter a.btn-primary, .nucleo-isotope-container .nucleo-isotope-filter .ls-wp-container a.btn-primary,
.ls-wp-container a.btn.btn-primary-rev,
.ls-wp-container .nucleo-isotope-container .nucleo-isotope-filter a.btn-primary-rev,
.nucleo-isotope-container .nucleo-isotope-filter .ls-wp-container a.btn-primary-rev,
.ls-wp-container a.btn.btn-secondary,
.ls-wp-container .nucleo-isotope-container .nucleo-isotope-filter a.btn-secondary,
.nucleo-isotope-container .nucleo-isotope-filter .ls-wp-container a.btn-secondary {
  font-size: 15px; }
  @media (min-width: 400px) and (max-width: 1400px) {
    .ls-wp-container a.btn.btn-primary, .ls-wp-container .nucleo-isotope-container .nucleo-isotope-filter a.btn-primary, .nucleo-isotope-container .nucleo-isotope-filter .ls-wp-container a.btn-primary,
    .ls-wp-container a.btn.btn-primary-rev,
    .ls-wp-container .nucleo-isotope-container .nucleo-isotope-filter a.btn-primary-rev,
    .nucleo-isotope-container .nucleo-isotope-filter .ls-wp-container a.btn-primary-rev,
    .ls-wp-container a.btn.btn-secondary,
    .ls-wp-container .nucleo-isotope-container .nucleo-isotope-filter a.btn-secondary,
    .nucleo-isotope-container .nucleo-isotope-filter .ls-wp-container a.btn-secondary {
      font-size: calc( 15px + (24 - 15) * ( (100vw - 400px) / ( 1400 - 400) )); } }
  @media (min-width: 1400px) {
    .ls-wp-container a.btn.btn-primary, .ls-wp-container .nucleo-isotope-container .nucleo-isotope-filter a.btn-primary, .nucleo-isotope-container .nucleo-isotope-filter .ls-wp-container a.btn-primary,
    .ls-wp-container a.btn.btn-primary-rev,
    .ls-wp-container .nucleo-isotope-container .nucleo-isotope-filter a.btn-primary-rev,
    .nucleo-isotope-container .nucleo-isotope-filter .ls-wp-container a.btn-primary-rev,
    .ls-wp-container a.btn.btn-secondary,
    .ls-wp-container .nucleo-isotope-container .nucleo-isotope-filter a.btn-secondary,
    .nucleo-isotope-container .nucleo-isotope-filter .ls-wp-container a.btn-secondary {
      font-size: 24px; } }

@media (min-width: 992px) {
  .ls-wp-container {
    max-height: 90vh; } }

.nucleo-isotope-container .nucleo-isotope-filter {
  padding: 16px 15px 7px;
  background-color: transparent;
  border: 2px solid white;
  margin-bottom: 30px; }
  .nucleo-isotope-container .nucleo-isotope-filter a {
    background-color: #000;
    color: white;
    border: 2px solid white !important;
    padding: 0.618em 1em !important; }
    .nucleo-isotope-container .nucleo-isotope-filter a:hover, .nucleo-isotope-container .nucleo-isotope-filter a:focus, .nucleo-isotope-container .nucleo-isotope-filter a:active {
      color: white; }
    .nucleo-isotope-container .nucleo-isotope-filter a.current {
      color: #000 !important;
      background-color: white;
      border: 2px solid #000 !important; }

/* --------------------------------------
/*  Primary Navigation
/* -------------------------------------*/
.navigation-section {
  letter-spacing: -0.05em; }
  .navigation-section .navbar .nav {
    border: 0; }
  .navigation-section .navbar .nav > li {
    margin: 0;
    padding: 0; }
    .navigation-section .navbar .nav > li.active a {
      color: #000; }
    .navigation-section .navbar .nav > li > a {
      color: #757575;
      font-size: 16px;
      display: block;
      padding: 15px 13px;
      margin-left: 1px;
      margin-bottom: -1px;
      font-family: "Poppins", sans-serif, "Helvetica", Arial, Helvetica, Sans-serif;
      position: relative;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      -o-border-radius: 0px;
      border-radius: 0px;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .navigation-section .navbar .nav > li > a:hover, .navigation-section .navbar .nav > li > a:focus {
        background: white;
        text-decoration: none; }
      .navigation-section .navbar .nav > li > a .caret {
        border: 0;
        margin-top: -1px;
        vertical-align: top; }
        .navigation-section .navbar .nav > li > a .caret:after {
          content: '\f078';
          font-family: FontAwesome;
          font-size: 10px;
          color: #BDBDBD; }

/* --------------------------------------
/*  Dropdowns
/* -------------------------------------*/
.navbar .nav > li .dropdown-menu {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background: #fff;
  margin: 0;
  padding: 10px 0; }
  .navbar .nav > li .dropdown-menu li {
    margin: 0;
    padding: 0; }
    .navbar .nav > li .dropdown-menu li a {
      padding: 4px 15px;
      font-size: 15px-2;
      color: #000;
      text-transform: none; }
      .navbar .nav > li .dropdown-menu li a:hover, .navbar .nav > li .dropdown-menu li a:focus, .navbar .nav > li .dropdown-menu li a:active {
        background: transparent;
        color: #000; }

/* --------------------------------------
/*  Personal Page Menu
/* -------------------------------------*/
.personal-page-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .personal-page-menu ul li {
    margin-bottom: 0.3em; }
    .personal-page-menu ul li a {
      line-height: 1; }
      .personal-page-menu ul li a:hover, .personal-page-menu ul li a:focus, .personal-page-menu ul li a a, .personal-page-menu ul li a a:hover, .personal-page-menu ul li a a:focus {
        text-decoration: none; }
      .personal-page-menu ul li a:after {
        content: '\f054';
        font-family: FontAwesome;
        font-size: 13px;
        padding-left: 0.5em; }

/* Table of Contents



 */
/* --------------------------------------
/*  #3 - Mobile Nav
/* -------------------------------------- */
body #wrap, body #footer {
  position: relative;
  -webkit-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
  left: 0; }

body.side-navigation-active #wrap, body.side-navigation-active #footer {
  left: 80vw;
  right: 25%; }
  @media (min-width: 544px) {
    body.side-navigation-active #wrap, body.side-navigation-active #footer {
      left: 500px; } }
  @media (max-width: 767px) {
    body.side-navigation-active #wrap, body.side-navigation-active #footer {
      right: 80%; } }

body.side-navigation-active .sticky.past-pl-bottom {
  left: 80vw;
  -webkit-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
  -webkit-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms; }
  @media (min-width: 544px) {
    body.side-navigation-active .sticky.past-pl-bottom {
      left: 500px; } }

.menu-button {
  text-align: center;
  cursor: pointer;
  padding: 0 20px;
  font-size: 16px;
  display: inline-block;
  line-height: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .menu-button:hover, .menu-button:focus, .menu-button a, .menu-button a:hover, .menu-button a:focus {
    text-decoration: none; }
  .menu-button:hover, .menu-button:focus {
    color: #fff; }
  .menu-button .bars {
    width: 25px;
    height: 16px;
    position: relative;
    vertical-align: top;
    display: inline-block; }
    .menu-button .bars span.bar {
      display: block;
      position: absolute;
      left: 0;
      height: 2px;
      width: 100%;
      -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
      transform-origin: 0 0;
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      background: black; }
      .menu-button .bars span.bar:nth-child(1) {
        top: 0;
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left; }
        .navigation-menu-active .menu-button .bars span.bar:nth-child(1) {
          -webkit-transform: rotate(40deg);
          -ms-transform: rotate(40deg);
          transform: rotate(40deg); }
      .menu-button .bars span.bar:nth-child(2) {
        top: 50%; }
      .menu-button .bars span.bar:nth-child(3) {
        top: 100%;
        -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        transform-origin: bottom left; }
  .menu-button:hover .bars span.bar, .menu-button:focus .bars span.bar, .menu-button:active .bars span.bar {
    background: #000; }

/* --------------------------------------
/*  Overlay
/* -------------------------------------*/
.side-navigation-overlay {
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: -40;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s; }
  .side-navigation-overlay.active {
    z-index: 55;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

.side-navigation {
  text-align: left;
  padding: 45px 35px;
  font-family: "Roboto", sans-serif, "Helvetica", Arial, Helvetica, Sans-serif;
  position: fixed;
  height: 100%;
  top: 0;
  left: -80vw;
  z-index: 10000;
  background: #000;
  width: 80vw;
  overflow-y: auto;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  /*** Mobile Logo ***/
  /*** Social ***/ }
  @media (min-width: 544px) {
    .side-navigation {
      left: -500px;
      width: 500px; } }
  @media (max-width: 767px) {
    .side-navigation {
      padding: 50px 35px; } }
  .side-navigation.active {
    left: 0px; }
  .side-navigation__close {
    width: 100%;
    text-align: right;
    display: block;
    color: #E0E0E0;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    cursor: pointer;
    height: 105px; }
    .side-navigation__close .close-icon {
      display: inline-block;
      height: 30px;
      width: 30px;
      position: relative;
      background-color: transparent;
      margin-left: 4px;
      vertical-align: middle;
      -webkit-transition: background-color 0.3s, border-color 0.3s;
      -o-transition: background-color 0.3s, border-color 0.3s;
      transition: background-color 0.3s, border-color 0.3s; }
      .side-navigation__close .close-icon i {
        position: absolute;
        top: 50%;
        left: 49%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 30px;
        color: white;
        -webkit-transition: color 0.3s;
        -o-transition: color 0.3s;
        transition: color 0.3s; }
    .side-navigation__close:hover, .side-navigation__close:focus, .side-navigation__close:active {
      color: #fff;
      text-decoration: none;
      -webkit-transition: color 0.3s;
      -o-transition: color 0.3s;
      transition: color 0.3s; }
      .side-navigation__close:hover .close-icon, .side-navigation__close:focus .close-icon, .side-navigation__close:active .close-icon {
        -webkit-transition: background-color 0.3s, border-color 0.3s;
        -o-transition: background-color 0.3s, border-color 0.3s;
        transition: background-color 0.3s, border-color 0.3s;
        background-color: #3B4044;
        border-color: #fff; }
        .side-navigation__close:hover .close-icon i, .side-navigation__close:focus .close-icon i, .side-navigation__close:active .close-icon i {
          color: #fff;
          -webkit-transition: color 0.3s;
          -o-transition: color 0.3s;
          transition: color 0.3s; }
  .side-navigation .mobile-nav-logo {
    margin-left: -10px;
    display: block;
    padding: 10px 0; }
    .side-navigation .mobile-nav-logo img {
      max-width: 60%; }
  .side-navigation .social {
    float: none !important;
    margin: 15px 0; }
    .side-navigation .social ul.socialmedia-list {
      margin-left: -20px; }
      .side-navigation .social ul.socialmedia-list li a {
        margin-left: 2px;
        background: #757575;
        width: 30px;
        height: 30px; }
        .side-navigation .social ul.socialmedia-list li a i {
          padding: 5px 0; }
      .side-navigation .social ul.socialmedia-list li span {
        display: none; }

/* --------------------------------------
/*  #2 - Main Body Containers
/* -------------------------------------- */
html, body {
  padding: 0;
  margin: 0;
  line-height: 1.7;
  font-family: "Roboto", sans-serif, "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 15px;
  color: #757575;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden; }
  html #wrap, body #wrap {
    display: block;
    margin: 0;
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }

/* --------------------------------------
/*  Breadcrumbs
/* -------------------------------------*/
.breadcrumbs {
  position: relative;
  padding: 12px 0 1.2em; }
  .breadcrumbs a {
    color: #757575; }
  .breadcrumbs span.delimiter {
    display: inline-block;
    padding: 0 5px; }

/* --------------------------------------
/*  #7 - Body
/* -------------------------------------- */
.body-section {
  padding: 7vh 0; }

/* --------------------------------------
/*  IE10+ Fixes
/* -------------------------------------*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  html #wrap, body #wrap {
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
    flex: 1 0 auto; } }

/* Landscape phone to portrait tablet */
@media (max-width: 991px) {
  img {
    display: block;
    max-width: 100%;
    height: auto; } }

/* --------------------------------------
/*  Header
/* -------------------------------------- */
body.home .header-section {
  position: absolute; }
  body.home .header-section svg#clutch_logo path:not(.cls-1) {
    fill: #fff; }
  body.home .header-section .header-left .search-icon-container i {
    color: #fff; }
  body.home .header-section .nucleo-wc-cart-summary__display > a, body.home .header-section .nucleo-wc-yith-wishlist-summary__display > a {
    color: white; }
  body.home .header-section .bars span.bar {
    background-color: white; }
  body.home .header-section .past-pl-bottom .nucleo-wc-cart-summary__display > a, body.home .header-section .past-pl-bottom .nucleo-wc-yith-wishlist-summary__display > a {
    color: black; }
  body.home .header-section .past-pl-bottom .bars span.bar {
    background-color: black; }
  body.home .header-section .past-pl-bottom .header-left .search-icon-container i {
    color: #000; }
  body.home .header-section .past-pl-bottom svg#clutch_logo path:not(.cls-1) {
    fill: #000; }

.header-section {
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 100; }
  .header-section .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
    .header-section .logo svg {
      height: 80px;
      margin-top: 7px; }
    .header-section .logo img {
      width: 20vh;
      margin: 10px 0; }
  .header-section .navigation-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 991px) {
      .header-section .navigation-section {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .header-section.layout-center .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 24px; }
    .header-section.layout-center .logo svg {
      height: 43px;
      margin-top: 7px; }
  .header-section.layout-center .navigation-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 991px) {
      .header-section.layout-center .navigation-section {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .header-section.layout-center .navigation-section .menu-container {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
      .header-section.layout-center .navigation-section .menu-container a.mega-menu-link {
        text-align: center !important; }
      .header-section.layout-center .navigation-section .menu-container.menu-left-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
  .header-section.layout-logo-left .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 991px) {
      .header-section.layout-logo-left .row {
        display: block; } }
    .header-section.layout-logo-left .row .left-logo-wrap {
      margin: 0 -15px; }
      .header-section.layout-logo-left .row .left-logo-wrap .logo {
        margin: 0; }
        @media (max-width: 991px) {
          .header-section.layout-logo-left .row .left-logo-wrap .logo {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; } }
  .header-section.layout-logo-left .navigation-section {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
    .header-section.layout-logo-left .navigation-section .menu-container.menu-left-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto; }
    .header-section.layout-logo-left .navigation-section .menu-container.menu-right-container {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto; }
  .header-section .header-section-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-family: "Roboto", sans-serif, "Helvetica", Arial, Helvetica, Sans-serif;
    text-transform: uppercase; }
    .header-section .header-section-main .header-left {
      position: absolute;
      left: 24px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 100%;
      z-index: 11; }
      @media (max-width: 543px) {
        .header-section .header-section-main .header-left {
          left: 0; } }
    .header-section .header-section-main .header-center {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .header-section .header-section-main .header-right {
      position: absolute;
      right: 24px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-item-align: center;
      align-self: center;
      height: 100%; }
      @media (max-width: 543px) {
        .header-section .header-section-main .header-right {
          right: 0; } }

/* --------------------------------------
/*  Sticky Header Scroll In
/* -------------------------------------*/
#sticky-header-placeholder {
  display: none; }
  #sticky-header-placeholder.past-pl-bottom {
    display: block; }

.sticky {
  position: static; }
  .header-section .sticky {
    -webkit-transition: padding 0.25s 0.1s, top 0.25s 0.1s;
    -o-transition: padding 0.25s 0.1s, top 0.25s 0.1s;
    transition: padding 0.25s 0.1s, top 0.25s 0.1s; }
  .sticky.past-pl-bottom {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 50;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    top: -20%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: white; }
    .sticky.past-pl-bottom .nucleo-wc-cart-summary__display > a, .sticky.past-pl-bottom .nucleo-wc-yith-wishlist-summary__display > a {
      color: black; }
    .sticky.past-pl-bottom .bars span.bar {
      background-color: black; }
  .sticky.shrunk.going-down {
    top: 0;
    position: fixed;
    padding: 0; }

/* --------------------------------------
/*  #8 - Footer
/* -------------------------------------- */
.footer-cta-section {
  background: #000;
  padding: 7vh 0; }
  .footer-cta-section .footer-cta-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center; }
    .footer-cta-section .footer-cta-container .tagline {
      font-family: "Poppins", sans-serif, "Helvetica", Arial, Helvetica, Sans-serif;
      font-size: 15px;
      color: #3B4044;
      line-height: 1.2;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 1.125em;
      color: white;
      padding: 0;
      margin-bottom: 16px; }
      .footer-cta-section .footer-cta-container .tagline a, .footer-cta-section .footer-cta-container .taglinea {
        color: #000; }
        .footer-cta-section .footer-cta-container .tagline a:hover, .footer-cta-section .footer-cta-container .tagline a:focus, .footer-cta-section .footer-cta-container .taglinea:hover, .footer-cta-section .footer-cta-container .taglinea:focus {
          text-decoration: underline;
          color: black; }
      @media (min-width: 400px) and (max-width: 1400px) {
        .footer-cta-section .footer-cta-container .tagline {
          font-size: calc( 1.125em + (16.875 - 16.875) * ( (100vw - 400px) / ( 1400 - 400) )); } }
      @media (min-width: 1400px) {
        .footer-cta-section .footer-cta-container .tagline {
          font-size: 1.125em; } }

/* --------------------------------------
/*  Footer - 3 Columns of Content
/* -------------------------------------- */
.footer-section {
  display: block;
  font-size: 15px; }
  .footer-section p {
    color: white;
    font-size: inherit; }
  .footer-section a {
    color: #fff; }
  .footer-section .footer-top {
    padding: 3.5vh 0;
    background: #000;
    color: white; }
    .footer-section .footer-top h3 {
      color: white;
      display: inline-block; }
      .footer-section .footer-top h3:after {
        content: "";
        display: block;
        height: 1px;
        width: 40px;
        background: #000;
        margin-top: 15px;
        margin-bottom: 10px; }
    .footer-section .footer-top .payment-methods i {
      font-size: calc(2.624 * 15px); }
    .footer-section .footer-top .payment-methods__icons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .footer-section .footer-top .payment-methods__icons img {
        max-width: 70px;
        margin-right: 15px; }
    .footer-section .footer-top .payment-methods img {
      max-width: 70px;
      margin-bottom: 23px; }
    .footer-section .footer-top .contact-detail {
      border-bottom: 1px solid #2b2a2a;
      color: white;
      padding: 12px 0; }
      .footer-section .footer-top .contact-detail i {
        color: white;
        margin-right: 5px; }
      .footer-section .footer-top .contact-detail a {
        color: inherit; }
    .footer-section .footer-top .social {
      padding: 15px 0;
      margin: 0; }
      .footer-section .footer-top .social ul {
        padding: 0;
        margin: 0; }
        .footer-section .footer-top .social ul li {
          background-color: transparent; }
          .footer-section .footer-top .social ul li a {
            color: white;
            background-color: transparent; }
            .footer-section .footer-top .social ul li a i {
              color: white; }
            .footer-section .footer-top .social ul li a:hover i {
              color: white; }
  .footer-section .footer-navigation ul {
    padding: 0;
    margin: 0; }
    .footer-section .footer-navigation ul li {
      list-style-type: none;
      border-bottom: 1px solid #2b2a2a; }
      .footer-section .footer-navigation ul li:last-child {
        border-bottom: none; }
      .footer-section .footer-navigation ul li a {
        color: white;
        display: block;
        padding: 12px 5px; }
  .footer-section .footer-bottom {
    background: #000;
    padding: 10px 0;
    border-top: 1px solid #2b2a2a; }
    .footer-section .footer-bottom p {
      padding: 0;
      margin: 0;
      font-size: calc(0.79 * 15px); }
    .footer-section .footer-bottom .copyright-info {
      border-top: 1px solid #757575;
      padding: 15px 0 3px; }
      .footer-section .footer-bottom .copyright-info p {
        display: inline-block; }
  .footer-section .contact-details .btn, .footer-section .contact-details .nucleo-isotope-container .nucleo-isotope-filter a, .nucleo-isotope-container .nucleo-isotope-filter .footer-section .contact-details a {
    color: white; }
    @media (max-width: 767px) {
      .footer-section .contact-details .btn, .footer-section .contact-details .nucleo-isotope-container .nucleo-isotope-filter a, .nucleo-isotope-container .nucleo-isotope-filter .footer-section .contact-details a {
        min-width: 150px; } }
    .footer-section .contact-details .btn.btn-default:hover, .footer-section .contact-details .nucleo-isotope-container .nucleo-isotope-filter a.btn-default:hover, .nucleo-isotope-container .nucleo-isotope-filter .footer-section .contact-details a.btn-default:hover, .footer-section .contact-details .btn.btn-default:focus, .footer-section .contact-details .nucleo-isotope-container .nucleo-isotope-filter a.btn-default:focus, .nucleo-isotope-container .nucleo-isotope-filter .footer-section .contact-details a.btn-default:focus, .footer-section .contact-details .btn.btn-default a, .footer-section .contact-details .nucleo-isotope-container .nucleo-isotope-filter a.btn-default a, .nucleo-isotope-container .nucleo-isotope-filter .footer-section .contact-details a.btn-default a, .footer-section .contact-details .btn.btn-default a:hover, .footer-section .contact-details .nucleo-isotope-container .nucleo-isotope-filter a.btn-default a:hover, .nucleo-isotope-container .nucleo-isotope-filter .footer-section .contact-details a.btn-default a:hover, .footer-section .contact-details .btn.btn-default a:focus, .footer-section .contact-details .nucleo-isotope-container .nucleo-isotope-filter a.btn-default a:focus, .nucleo-isotope-container .nucleo-isotope-filter .footer-section .contact-details a.btn-default a:focus {
      text-decoration: none; }

.menu .logged-in {
  display: none !important; }

body.logged-in .menu .logged-in {
  display: inline-block !important; }

.menu .logged-out {
  display: inline-block !important; }

body.logged-in .menu .logged-out {
  display: none !important; }

/* Table of Contents

	#1 - Import

	#2 - Custom Variables

    #3 - Social CSS

 */
/* --------------------------------------
/*  # - Custom Variables
/* -------------------------------------- */
/* -- DEFAULT SOCIAL COLOURS -- */
/* --------------------------------------
/*  #3 - Social CSS
/* -------------------------------------- */
.social {
  vertical-align: top; }
  .social ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px; }
    .social ul li {
      padding: 0px;
      margin: 0px;
      display: inline-block;
      float: none; }
      .social ul li a {
        display: block;
        min-width: 39px;
        height: auto;
        background: #E0E0E0;
        text-align: center;
        background: #E0E0E0;
        -webkit-transition: background-color 0.5s;
        -moz-transition: background-color 0.5s;
        -o-transition: background-color 0.5s;
        transition: background-color 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%; }
        .social ul li a:hover, .social ul li a:focus {
          background: #c7c7c7; }
        .social ul li a a, .social ul li aa {
          color: #fff; }
          .social ul li a a:hover, .social ul li a a:focus, .social ul li aa:hover, .social ul li aa:focus {
            text-decoration: underline;
            color: #e6e6e6; }
        .social ul li a i {
          font-size: 16px;
          padding: 12px 0 10px;
          color: #fff;
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
        .social ul li a:hover i, .social ul li a:focus i, .social ul li a:active i {
          color: #fff; }

/* --------------------------------------
/*  Hidden search
/* -------------------------------------*/
.hidden-search {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -o-transition: transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  position: absolute;
  top: 0;
  left: calc(50vw - 24px);
  width: 50vw;
  height: 100%;
  padding: 11px 0; }
  .past-pl-bottom .hidden-search input.search-input {
    width: 500px; }
  .past-pl-bottom .hidden-search .btn, .past-pl-bottom .hidden-search .nucleo-isotope-container .nucleo-isotope-filter a, .nucleo-isotope-container .nucleo-isotope-filter .past-pl-bottom .hidden-search a {
    background-color: #E0E0E0;
    padding: 9px;
    color: #fff; }
    .past-pl-bottom .hidden-search .btn:hover, .past-pl-bottom .hidden-search .nucleo-isotope-container .nucleo-isotope-filter a:hover, .nucleo-isotope-container .nucleo-isotope-filter .past-pl-bottom .hidden-search a:hover, .past-pl-bottom .hidden-search .btn:focus, .past-pl-bottom .hidden-search .nucleo-isotope-container .nucleo-isotope-filter a:focus, .nucleo-isotope-container .nucleo-isotope-filter .past-pl-bottom .hidden-search a:focus, .past-pl-bottom .hidden-search .btn:active, .past-pl-bottom .hidden-search .nucleo-isotope-container .nucleo-isotope-filter a:active, .nucleo-isotope-container .nucleo-isotope-filter .past-pl-bottom .hidden-search a:active {
      color: #fff;
      background-color: #000; }
  .hidden-search.active {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    z-index: 50; }

#wrap .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative; }
  #wrap .input-group input.search-input {
    font-size: calc(0.889 * 15px);
    border: 1px solid #E0E0E0;
    background: #fff;
    border-radius: 0;
    -webkit-appearance: none;
    outline: 0 none;
    color: #757575;
    width: 100%;
    padding: 17px 16px; }
    #wrap .input-group input.search-input::-webkit-input-placeholder {
      color: #eee; }
    #wrap .input-group input.search-input:-ms-input-placeholder {
      color: #eee; }
    #wrap .input-group input.search-input::-ms-input-placeholder {
      color: #eee; }
    #wrap .input-group input.search-input::placeholder {
      color: #eee; }
  #wrap .input-group .btn.search-submit, #wrap .input-group .nucleo-isotope-container .nucleo-isotope-filter a.search-submit, .nucleo-isotope-container .nucleo-isotope-filter #wrap .input-group a.search-submit {
    position: absolute;
    min-width: 1px;
    padding: 1.5em;
    border: 0;
    border-radius: 0;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #000;
    color: #fff; }
    #wrap .input-group .btn.search-submit:hover, #wrap .input-group .nucleo-isotope-container .nucleo-isotope-filter a.search-submit:hover, .nucleo-isotope-container .nucleo-isotope-filter #wrap .input-group a.search-submit:hover, #wrap .input-group .btn.search-submit:focus, #wrap .input-group .nucleo-isotope-container .nucleo-isotope-filter a.search-submit:focus, .nucleo-isotope-container .nucleo-isotope-filter #wrap .input-group a.search-submit:focus, #wrap .input-group .btn.search-submit:active, #wrap .input-group .nucleo-isotope-container .nucleo-isotope-filter a.search-submit:active, .nucleo-isotope-container .nucleo-isotope-filter #wrap .input-group a.search-submit:active {
      color: #fff;
      background-color: #000; }

.search.search-container {
  position: relative; }
  .hidden-search .search.search-container {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .search.search-container .search-close-btn {
    position: absolute;
    top: 50%;
    right: -40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer; }
    .search.search-container .search-close-btn i {
      color: #000;
      display: block; }

/* --------------------------------------
/*  Faqs
/* -------------------------------------*/
#wrap .hero_image .search {
  display: block;
  width: 100%;
  float: none; }
  @media (max-width: 767px) {
    #wrap .hero_image .search {
      position: static; } }
  #wrap .hero_image .search .input-group {
    display: block; }
    #wrap .hero_image .search .input-group span.input-group-btn {
      position: absolute;
      top: 0;
      right: 0; }
    #wrap .hero_image .search .input-group input {
      color: #757575; }

/* --------------------------------------
/*  Header Search
/* -------------------------------------*/
.header-section .search-button a {
  padding: 0 16px; }
  .header-section .search-button a i {
    color: #757575;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    vertical-align: top;
    font-size: 19px; }
  .header-section .search-button a:hover i, .header-section .search-button a:focus i, .header-section .search-button a:active i {
    color: #000;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s; }

/* --------------------------------------
/*  Contact Us
/* -------------------------------------*/
#wrap .contact-us-faq-section .search {
  float: none;
  width: 100%;
  min-width: 0; }
  @media (max-width: 991px) {
    #wrap .contact-us-faq-section .search {
      width: calc(100% - 10px); } }
  #wrap .contact-us-faq-section .search .input-group {
    display: block; }
    #wrap .contact-us-faq-section .search .input-group span.input-group-btn {
      position: absolute;
      top: 0;
      right: 0; }
    #wrap .contact-us-faq-section .search .input-group input.form-control.search-input {
      background-color: #fff; }

/* --------------------------------------
/*  No Search Results
/* -------------------------------------*/
#wrap .no-seach-results-search-container {
  margin-top: -2em;
  margin-bottom: 3em; }
  #wrap .no-seach-results-search-container .search {
    float: none;
    width: 70%;
    min-width: 70%; }
    #wrap .no-seach-results-search-container .search .input-group {
      display: block; }

/* --------------------------------------
/*  Resets
/* -------------------------------------*/
#wrap .search ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #757575;
  text-transform: capitalize; }

#wrap .search :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #757575;
  opacity: 1;
  text-transform: capitalize; }

#wrap .search ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #757575;
  opacity: 1;
  text-transform: capitalize; }

#wrap .search :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #757575;
  text-transform: capitalize; }

#wrap .search [type="search"] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield; }

#wrap .search textarea:focus,
#wrap .search input[type="text"]:focus,
#wrap .search input[type="password"]:focus,
#wrap .search input[type="datetime"]:focus,
#wrap .search input[type="datetime-local"]:focus,
#wrap .search input[type="date"]:focus,
#wrap .search input[type="month"]:focus,
#wrap .search input[type="time"]:focus,
#wrap .search input[type="week"]:focus,
#wrap .search input[type="number"]:focus,
#wrap .search input[type="email"]:focus,
#wrap .search input[type="url"]:focus,
#wrap .search input[type="search"]:focus,
#wrap .search input[type="tel"]:focus,
#wrap .search input[type="color"]:focus,
#wrap .search .uneditable-input:focus {
  border-color: #e2e2e2;
  outline: 0 none;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent; }

/* --------------------------------------
/*  Search Page
/* -------------------------------------*/
.search-page div[class^="post-"] h2 {
  font-size: 23px; }
  .search-page div[class^="post-"] h2 a {
    color: #757575; }

/* --------------------------------------
/*  Search Results
/* -------------------------------------*/
.search-page .search-container {
  margin-bottom: 24px; }

.search-page .search-result {
  padding: 16px;
  margin-bottom: 16px;
  border: 1px solid #E0E0E0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); }
  @media (max-width: 991px) {
    .search-page .search-result {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .search-page .search-result .search-heading {
    width: 30%;
    margin: 0 32px 0 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 991px) {
      .search-page .search-result .search-heading {
        width: 100%;
        margin: 0; } }
    .search-page .search-result .search-heading:after {
      content: '';
      height: 50px;
      width: 1px;
      background: #E0E0E0;
      position: absolute;
      top: 0;
      right: -5%; }
      @media (max-width: 991px) {
        .search-page .search-result .search-heading:after {
          display: none; } }
    .search-page .search-result .search-heading h2 {
      font-size: calc(1.125 * 15px);
      margin: 0;
      padding: 0 0 4px; }
      .search-page .search-result .search-heading h2 a {
        color: inherit; }
    .search-page .search-result .search-heading small.url {
      line-height: 1; }
      .search-page .search-result .search-heading small.url a {
        display: inline-block; }
    .search-page .search-result .search-heading .image-container {
      max-width: 65px;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      margin-right: 16px; }
  .search-page .search-result .search-content {
    width: 70%; }
    @media (max-width: 991px) {
      .search-page .search-result .search-content {
        width: 100%; } }
    .search-page .search-result .search-content p {
      padding: 0;
      margin: 0;
      color: #616161;
      font-size: calc(15px - 2px); }

/* --------------------------------------
/*  Custom ACF Sections
/* -------------------------------------*/
/* --------------------------------------
/*  Image Text Section

    - Core
      -
    - Theme

/* -------------------------------------*/
/* --------------------------------------
/*  Core
/* -------------------------------------*/
.nucleo-acf-section.image_text_section.image_text_section_full-width {
  padding: 0; }
  .nucleo-acf-section.image_text_section.image_text_section_full-width > .container-fluid > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    @media (max-width: 991px) {
      .nucleo-acf-section.image_text_section.image_text_section_full-width > .container-fluid > .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .nucleo-acf-section.image_text_section.image_text_section_full-width > .container-fluid > .row .content-container {
      padding: 12vh; }
      @media (max-width: 991px) {
        .nucleo-acf-section.image_text_section.image_text_section_full-width > .container-fluid > .row .content-container {
          padding-left: 0;
          padding-right: 0;
          padding-top: 12vh;
          padding-bottom: 12vh; } }
    .nucleo-acf-section.image_text_section.image_text_section_full-width > .container-fluid > .row .image-container {
      background-size: cover;
      background-position: center;
      position: relative; }
      @media (max-width: 991px) {
        .nucleo-acf-section.image_text_section.image_text_section_full-width > .container-fluid > .row .image-container {
          padding-bottom: 38.5%; } }
      .nucleo-acf-section.image_text_section.image_text_section_full-width > .container-fluid > .row .image-container a.image-link {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }

.nucleo-acf-section.image_text_section.image_text_section_background-image.image_text_section_full-width {
  background-position: center center;
  background-size: cover;
  padding: 14vh 0;
  text-align: center;
  position: relative;
  color: #fff; }
  .nucleo-acf-section.image_text_section.image_text_section_background-image.image_text_section_full-width.large {
    padding: 30vh 0; }
  .nucleo-acf-section.image_text_section.image_text_section_background-image.image_text_section_full-width.background-fixed {
    background-attachment: fixed; }
  .nucleo-acf-section.image_text_section.image_text_section_background-image.image_text_section_full-width.background-unset {
    background-attachment: unset; }
  .nucleo-acf-section.image_text_section.image_text_section_background-image.image_text_section_full-width h1, .nucleo-acf-section.image_text_section.image_text_section_background-image.image_text_section_full-width h2, .nucleo-acf-section.image_text_section.image_text_section_background-image.image_text_section_full-width h3, .nucleo-acf-section.image_text_section.image_text_section_background-image.image_text_section_full-width h4, .nucleo-acf-section.image_text_section.image_text_section_background-image.image_text_section_full-width h5, .nucleo-acf-section.image_text_section.image_text_section_background-image.image_text_section_full-width h6, .nucleo-acf-section.image_text_section.image_text_section_background-image.image_text_section_full-width p {
    color: #fff; }
  .nucleo-acf-section.image_text_section.image_text_section_background-image.image_text_section_full-width:after {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1; }
  .nucleo-acf-section.image_text_section.image_text_section_background-image.image_text_section_full-width > .container-fluid {
    position: relative;
    z-index: 5; }
    .nucleo-acf-section.image_text_section.image_text_section_background-image.image_text_section_full-width > .container-fluid > .row .content-container {
      padding: 0; }

.nucleo-acf-section.image_text_section.image_text_section_background-image.image_text_section_contained > .container {
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 7vh 0;
  position: relative;
  text-align: center;
  color: #fff; }
  .nucleo-acf-section.image_text_section.image_text_section_background-image.image_text_section_contained > .container h1, .nucleo-acf-section.image_text_section.image_text_section_background-image.image_text_section_contained > .container h2, .nucleo-acf-section.image_text_section.image_text_section_background-image.image_text_section_contained > .container h3, .nucleo-acf-section.image_text_section.image_text_section_background-image.image_text_section_contained > .container h4, .nucleo-acf-section.image_text_section.image_text_section_background-image.image_text_section_contained > .container h5, .nucleo-acf-section.image_text_section.image_text_section_background-image.image_text_section_contained > .container h6, .nucleo-acf-section.image_text_section.image_text_section_background-image.image_text_section_contained > .container p {
    color: #fff; }
  .nucleo-acf-section.image_text_section.image_text_section_background-image.image_text_section_contained > .container:after {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1; }
  .nucleo-acf-section.image_text_section.image_text_section_background-image.image_text_section_contained > .container > div {
    z-index: 5;
    position: relative; }

@media (max-width: 991px) {
  .nucleo-acf-section.image_text_section.image_text_section_hide-image-on-mobile .image-container {
    display: none; } }

.nucleo-acf-section.image_text_section.image_text_section_align-right > .container > .row, .nucleo-acf-section.image_text_section.image_text_section_align-right > .container-fluid > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 991px) {
    .nucleo-acf-section.image_text_section.image_text_section_align-right > .container > .row, .nucleo-acf-section.image_text_section.image_text_section_align-right > .container-fluid > .row {
      display: block; } }
  .nucleo-acf-section.image_text_section.image_text_section_align-right > .container > .row .image-container, .nucleo-acf-section.image_text_section.image_text_section_align-right > .container-fluid > .row .image-container {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    @media (max-width: 991px) {
      .nucleo-acf-section.image_text_section.image_text_section_align-right > .container > .row .image-container, .nucleo-acf-section.image_text_section.image_text_section_align-right > .container-fluid > .row .image-container {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0; } }

.nucleo-acf-section.image_text_section.image_text_section_flex-align-items-center > .container > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 991px) {
    .nucleo-acf-section.image_text_section.image_text_section_flex-align-items-center > .container > .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

@media (max-width: 991px) {
  .nucleo-acf-section.image_text_section .image-container {
    margin-bottom: 16px; } }

/* --------------------------------------
/*  Core
/* -------------------------------------*/
/* --------------------------------------
/*  Theme
/* -------------------------------------*/
.fancy_image_repeater_section .section-title {
  position: relative;
  margin-bottom: 40px; }
  .fancy_image_repeater_section .section-title h2 {
    margin: 0;
    padding: 0 0 16px; }
  .fancy_image_repeater_section .section-title .blurb {
    padding-bottom: 24px; }

.fancy_image_repeater_section .is-icon .inner-container {
  position: relative;
  text-align: center; }
  @media (max-width: 767px) {
    .fancy_image_repeater_section .is-icon .inner-container {
      padding-left: 100px;
      padding-right: 100px; } }
  @media (max-width: 543px) {
    .fancy_image_repeater_section .is-icon .inner-container {
      padding-left: 0;
      padding-right: 0; } }
  .fancy_image_repeater_section .is-icon .inner-container .icon-container {
    width: 75px;
    height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto; }
    .fancy_image_repeater_section .is-icon .inner-container .icon-container i {
      color: #000;
      display: inline-block;
      font-size: 75px;
      -webkit-transition: color 0.3s;
      -o-transition: color 0.3s;
      transition: color 0.3s;
      margin-bottom: 4px; }
  .fancy_image_repeater_section .is-icon .inner-container .title h3 {
    padding: 4px 0 16px;
    margin: 0; }

.fancy_image_repeater_section .is-image .inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .fancy_image_repeater_section .is-image .inner-container .image-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin: 0;
    margin-bottom: 16px;
    min-height: 100%; }
    @media (max-width: 1199px) {
      .fancy_image_repeater_section .is-image .inner-container .image-container img {
        display: inline-block; } }
    .fancy_image_repeater_section .is-image .inner-container .image-container a {
      position: relative;
      display: block; }
      .fancy_image_repeater_section .is-image .inner-container .image-container a:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2);
        opacity: 0;
        -webkit-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s; }
      .fancy_image_repeater_section .is-image .inner-container .image-container a:hover:before, .fancy_image_repeater_section .is-image .inner-container .image-container a:focus:before, .fancy_image_repeater_section .is-image .inner-container .image-container a:active:before {
        opacity: 1; }
  .fancy_image_repeater_section .is-image .inner-container .title a:hover, .fancy_image_repeater_section .is-image .inner-container .title a:focus, .fancy_image_repeater_section .is-image .inner-container .title a a, .fancy_image_repeater_section .is-image .inner-container .title a a:hover, .fancy_image_repeater_section .is-image .inner-container .title a a:focus {
    text-decoration: none; }
  .fancy_image_repeater_section .is-image .inner-container .title h3 {
    margin: 0 0 16px; }
  .fancy_image_repeater_section .is-image .inner-container .button-container a:hover, .fancy_image_repeater_section .is-image .inner-container .button-container a:focus, .fancy_image_repeater_section .is-image .inner-container .button-container a a, .fancy_image_repeater_section .is-image .inner-container .button-container a a:hover, .fancy_image_repeater_section .is-image .inner-container .button-container a a:focus {
    text-decoration: none; }
  .fancy_image_repeater_section .is-image .inner-container .button-container a:after {
    padding-left: 4px;
    -webkit-transition: padding-left 0.3s;
    -o-transition: padding-left 0.3s;
    transition: padding-left 0.3s;
    content: "\f054";
    font-family: FontAwesome; }
  .fancy_image_repeater_section .is-image .inner-container .button-container a:hover:after, .fancy_image_repeater_section .is-image .inner-container .button-container a:focus:after, .fancy_image_repeater_section .is-image .inner-container .button-container a:active:after {
    padding-left: 16px; }

.fancy_image_repeater_section.alternate-icon-layout .is-icon .inner-container {
  position: relative;
  padding-left: 64px;
  text-align: left; }
  .fancy_image_repeater_section.alternate-icon-layout .is-icon .inner-container .title h3 {
    margin-top: 0;
    padding-top: 0; }
  .fancy_image_repeater_section.alternate-icon-layout .is-icon .inner-container .icon-container {
    position: absolute;
    top: 0;
    left: 0; }
    .fancy_image_repeater_section.alternate-icon-layout .is-icon .inner-container .icon-container i {
      font-size: 2em; }
      @media (min-width: 400px) and (max-width: 1400px) {
        .fancy_image_repeater_section.alternate-icon-layout .is-icon .inner-container .icon-container i {
          font-size: calc( 2em + (30 - 30) * ( (100vw - 400px) / ( 1400 - 400) )); } }
      @media (min-width: 1400px) {
        .fancy_image_repeater_section.alternate-icon-layout .is-icon .inner-container .icon-container i {
          font-size: 2em; } }

.fancy_image_repeater_section.reverse-colours {
  background-color: #000; }
  .fancy_image_repeater_section.reverse-colours .is-icon .inner-container h1, .fancy_image_repeater_section.reverse-colours .is-icon .inner-container h2, .fancy_image_repeater_section.reverse-colours .is-icon .inner-container h3,
  .fancy_image_repeater_section.reverse-colours .is-icon .inner-container h4, .fancy_image_repeater_section.reverse-colours .is-icon .inner-container h5, .fancy_image_repeater_section.reverse-colours .is-icon .inner-container h6,
  .fancy_image_repeater_section.reverse-colours .is-icon .inner-container p, .fancy_image_repeater_section.reverse-colours .is-icon .inner-container a, .fancy_image_repeater_section.reverse-colours .is-icon .inner-container span,
  .fancy_image_repeater_section.reverse-colours .is-icon .inner-container ul, .fancy_image_repeater_section.reverse-colours .is-icon .inner-container ol, .fancy_image_repeater_section.reverse-colours .is-icon .inner-container li,
  .fancy_image_repeater_section.reverse-colours .is-icon .inner-container input, .fancy_image_repeater_section.reverse-colours .is-icon .inner-container button, .fancy_image_repeater_section.reverse-colours .is-icon .inner-container label {
    color: #fff; }
  .fancy_image_repeater_section.reverse-colours .is-icon .inner-container .icon-container i {
    color: #fff; }

/* --------------------------------------
/*  Core
/* -------------------------------------*/
/* --------------------------------------
/*  Theme
/* -------------------------------------*/
.full-width-with-overlay {
  padding: 0;
  margin: 0; }
  .full-width-with-overlay .section-title {
    position: relative;
    text-align: center;
    padding: 8vh 0; }
    .full-width-with-overlay .section-title h2 {
      margin: 0;
      padding: 0 0 16px; }
  .full-width-with-overlay a:hover, .full-width-with-overlay a:focus, .full-width-with-overlay a a, .full-width-with-overlay a a:hover, .full-width-with-overlay a a:focus {
    text-decoration: none; }
  .full-width-with-overlay .item-container {
    text-align: center;
    padding: 8vh 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    color: #fff;
    min-height: 300px; }
    .full-width-with-overlay .item-container .title-container {
      margin-bottom: 4px; }
    .full-width-with-overlay .item-container h3 {
      margin: 0;
      padding: 0;
      color: inherit; }
    .full-width-with-overlay .item-container p {
      color: inherit; }
  .full-width-with-overlay .flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .full-width-with-overlay .button-container {
    margin-top: 4px; }
  .full-width-with-overlay .is-icon {
    background: #000;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s; }
    .full-width-with-overlay .is-icon .inner-container .content-container {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0; }
    .full-width-with-overlay .is-icon .inner-container .icon-container {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0; }
      .full-width-with-overlay .is-icon .inner-container .icon-container i {
        color: rgba(255, 255, 255, 0.5);
        font-size: 4em; }
        @media (min-width: 400px) and (max-width: 1400px) {
          .full-width-with-overlay .is-icon .inner-container .icon-container i {
            font-size: calc( 4em + (60 - 60) * ( (100vw - 400px) / ( 1400 - 400) )); } }
        @media (min-width: 1400px) {
          .full-width-with-overlay .is-icon .inner-container .icon-container i {
            font-size: 4em; } }
    .full-width-with-overlay .is-icon.has-button:hover, .full-width-with-overlay .is-icon.has-button:focus, .full-width-with-overlay .is-icon.has-button:active {
      background: black; }
  .full-width-with-overlay .is-image {
    position: relative;
    background-position: center center;
    background-size: cover;
    -webkit-transition: background-size 0.5s, opacity 0.5s;
    -o-transition: background-size 0.5s, opacity 0.5s;
    transition: background-size 0.5s, opacity 0.5s;
    overflow: hidden; }
    .full-width-with-overlay .is-image .image-container {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      -webkit-transition: -webkit-transform 0.5s;
      transition: -webkit-transform 0.5s;
      -o-transition: transform 0.5s;
      transition: transform 0.5s;
      transition: transform 0.5s, -webkit-transform 0.5s;
      background-position: center center;
      background-size: cover; }
    .full-width-with-overlay .is-image:before {
      content: '';
      background: rgba(0, 0, 0, 0.25);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      -webkit-transition: opacity 0.5s;
      -o-transition: opacity 0.5s;
      transition: opacity 0.5s;
      z-index: 5; }
    .full-width-with-overlay .is-image .inner-container {
      z-index: 10; }
    .full-width-with-overlay .is-image .content-container,
    .full-width-with-overlay .is-image .title-container,
    .full-width-with-overlay .is-image .button-container {
      opacity: 0;
      color: #fff;
      z-index: 5;
      -webkit-transition: opacity 0.5s;
      -o-transition: opacity 0.5s;
      transition: opacity 0.5s; }
      .full-width-with-overlay .is-image .content-container h3,
      .full-width-with-overlay .is-image .title-container h3,
      .full-width-with-overlay .is-image .button-container h3 {
        color: inherit; }
    .full-width-with-overlay .is-image:hover, .full-width-with-overlay .is-image:focus, .full-width-with-overlay .is-image:active {
      background-size: 130%; }
      .full-width-with-overlay .is-image:hover:before, .full-width-with-overlay .is-image:focus:before, .full-width-with-overlay .is-image:active:before {
        opacity: 1; }
      .full-width-with-overlay .is-image:hover .image-container, .full-width-with-overlay .is-image:focus .image-container, .full-width-with-overlay .is-image:active .image-container {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
      .full-width-with-overlay .is-image:hover .content-container,
      .full-width-with-overlay .is-image:hover .title-container,
      .full-width-with-overlay .is-image:hover .button-container, .full-width-with-overlay .is-image:focus .content-container,
      .full-width-with-overlay .is-image:focus .title-container,
      .full-width-with-overlay .is-image:focus .button-container, .full-width-with-overlay .is-image:active .content-container,
      .full-width-with-overlay .is-image:active .title-container,
      .full-width-with-overlay .is-image:active .button-container {
        opacity: 1; }

.google_map_section {
  padding: 0;
  position: relative; }
  .google_map_section .gms-title-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    overflow: hidden; }
    .google_map_section .gms-title-wrap .gms-title-wrap-inner {
      display: inline-block;
      padding: 48px;
      position: relative;
      background-color: #000; }
      .google_map_section .gms-title-wrap .gms-title-wrap-inner .gms-address-wrap {
        color: #fff;
        padding-top: 16px;
        font-family: "Poppins", sans-serif;
        text-align: right; }
      @media (max-width: 767px) {
        .google_map_section .gms-title-wrap .gms-title-wrap-inner {
          padding: 24px; } }
      .google_map_section .gms-title-wrap .gms-title-wrap-inner:before {
        background-color: #000;
        content: '';
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        margin-left: -10000px;
        padding-left: 10000px;
        height: 100%; }
      .google_map_section .gms-title-wrap .gms-title-wrap-inner h1, .google_map_section .gms-title-wrap .gms-title-wrap-inner h2, .google_map_section .gms-title-wrap .gms-title-wrap-inner h3,
      .google_map_section .gms-title-wrap .gms-title-wrap-inner h4, .google_map_section .gms-title-wrap .gms-title-wrap-inner h5, .google_map_section .gms-title-wrap .gms-title-wrap-inner h6,
      .google_map_section .gms-title-wrap .gms-title-wrap-inner p, .google_map_section .gms-title-wrap .gms-title-wrap-inner a, .google_map_section .gms-title-wrap .gms-title-wrap-inner span,
      .google_map_section .gms-title-wrap .gms-title-wrap-inner ul, .google_map_section .gms-title-wrap .gms-title-wrap-inner ol, .google_map_section .gms-title-wrap .gms-title-wrap-inner li,
      .google_map_section .gms-title-wrap .gms-title-wrap-inner input, .google_map_section .gms-title-wrap .gms-title-wrap-inner button, .google_map_section .gms-title-wrap .gms-title-wrap-inner label {
        color: #fff;
        display: inline-block;
        font-weight: 500;
        margin: 0; }
      .google_map_section .gms-title-wrap .gms-title-wrap-inner i {
        color: #fff;
        margin-right: 16px;
        font-size: 1.3em; }
  .google_map_section .nbgm-map {
    height: 600px !important; }
    @media (max-width: 767px) {
      .google_map_section .nbgm-map {
        height: 400px !important; } }

/* --------------------------------------
/*  Faq Accordion Section
/* -------------------------------------*/
.faq_accordion_section {
  position: relative;
  background-color: #F6F6F6; }
  .faq_accordion_section.has-background-image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(59, 64, 68, 0.7); }
  .faq_accordion_section.has-background-image .faq-accordion-section-inner .heading,
  .faq_accordion_section.has-background-image .faq-accordion-section-inner .sub-heading {
    color: #fff; }
  .faq_accordion_section .faq-accordion-section-inner .heading-section {
    margin-bottom: 24px; }
    .faq_accordion_section .faq-accordion-section-inner .heading-section .heading,
    .faq_accordion_section .faq-accordion-section-inner .heading-section .sub-heading {
      text-align: center; }

.col-inner-wrap {
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); }
  @media (max-width: 991px) {
    .col-inner-wrap {
      -webkit-box-shadow: none;
      box-shadow: none; } }

@media (max-width: 991px) {
  .accordion-wrap {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); } }

.faq-accordion-card {
  background: #fff; }
  .faq-accordion-card:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .faq-accordion-card:last-child {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
    @media (min-width: 992px) {
      .faq-accordion-card:last-child {
        margin-bottom: 0; } }
  @media (max-width: 991px) {
    .col-1 .faq-accordion-card:last-child {
      border-radius: 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .col-2 .faq-accordion-card:last-child {
      border-top-right-radius: 0;
      border-top-left-radius: 0;
      margin-bottom: 0; } }
  .faq-accordion-card + .faq-accordion-card {
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .faq-accordion-card .card-top {
    padding: 24px;
    padding-right: 83px;
    position: relative;
    cursor: pointer;
    -webkit-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s; }
    .faq-accordion-card .card-top:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 3px;
      height: 100%;
      background: #000;
      -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
      transform: scaleY(0);
      -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
      transform-origin: bottom;
      -webkit-transition: -webkit-transform 0.5s ease-out;
      transition: -webkit-transform 0.5s ease-out;
      -o-transition: transform 0.5s ease-out;
      transition: transform 0.5s ease-out;
      transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out; }
    .faq-accordion-card .card-top .card-heading {
      margin: 0; }
    .faq-accordion-card .card-top .toggle-icon-wrap {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 24px;
      width: 35px;
      height: 35px;
      border: 1px solid #E0E0E0;
      background: transparent;
      text-align: center;
      border-radius: 100%; }
      .faq-accordion-card .card-top .toggle-icon-wrap i {
        display: block;
        line-height: 35px;
        font-size: 20px;
        color: #9E9E9E;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transition: -webkit-transform 0.5s;
        transition: -webkit-transform 0.5s;
        -o-transition: transform 0.5s;
        transition: transform 0.5s;
        transition: transform 0.5s, -webkit-transform 0.5s; }
        @media (max-width: 991px) {
          .faq-accordion-card .card-top .toggle-icon-wrap i {
            line-height: calc(35px - 3); } }
  .faq-accordion-card .card-body {
    padding: 24px;
    padding-top: 0;
    background: #F6F6F6;
    border-left: 3px solid #000; }
  .faq-accordion-card.card-active .card-top {
    background: #F6F6F6; }
    .faq-accordion-card.card-active .card-top:before {
      -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
      transform: scaleY(1); }
  .faq-accordion-card.card-active .toggle-icon-wrap {
    background-color: #000;
    border-color: #000; }
    .faq-accordion-card.card-active .toggle-icon-wrap i {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      color: #fff; }

/* --------------------------------------
/*  Rich Content
/* -------------------------------------*/
/* --------------------------------------
/*  Rich Content with Sidebar
/* -------------------------------------*/
.rich_content_section_with_sidebar > .container > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 991px) {
    .rich_content_section_with_sidebar > .container > .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.rich_content_section_with_sidebar.sidebar-location-right .main-content {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.rich_content_section_with_sidebar.sidebar-location-right .sidebar {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.rich_content_section_with_sidebar.sidebar-location-left .main-content {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.rich_content_section_with_sidebar.sidebar-location-left .sidebar {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.rich_content_section_with_sidebar .social ul li a {
  color: rgba(0, 0, 0, 0.25); }
  .rich_content_section_with_sidebar .social ul li a:hover, .rich_content_section_with_sidebar .social ul li a:focus, .rich_content_section_with_sidebar .social ul li a:active {
    color: #000; }

.rich_content_section_with_sidebar .widget_nav_menu {
  margin: 0 0 24px; }
  .rich_content_section_with_sidebar .widget_nav_menu > h3 {
    margin-top: 0;
    padding-top: 0; }
  .rich_content_section_with_sidebar .widget_nav_menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .rich_content_section_with_sidebar .widget_nav_menu ul li {
      display: block; }
      .rich_content_section_with_sidebar .widget_nav_menu ul li a {
        display: block;
        border-bottom: 1px solid #E0E0E0;
        padding: 4px;
        color: #757575;
        -webkit-transition: color 0.5s;
        -o-transition: color 0.5s;
        transition: color 0.5s; }
        .rich_content_section_with_sidebar .widget_nav_menu ul li a:hover, .rich_content_section_with_sidebar .widget_nav_menu ul li a:focus, .rich_content_section_with_sidebar .widget_nav_menu ul li a:active {
          text-decoration: none;
          color: #000; }
        .rich_content_section_with_sidebar .widget_nav_menu ul li a i {
          display: none; }
    .rich_content_section_with_sidebar .widget_nav_menu ul.sub-menu {
      padding-left: 16px; }

.call_to_action_section {
  background: #000;
  padding: 5vh 0;
  position: relative; }
  .call_to_action_section .cta-section-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 991px) {
      .call_to_action_section .cta-section-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .call_to_action_section .cta-section-inner__text {
      font-family: "Poppins", sans-serif, "Helvetica", Arial, Helvetica, Sans-serif;
      font-size: 15px;
      color: #3B4044;
      line-height: 1.2;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 1.125em;
      font-weight: 500;
      text-transform: none;
      color: #fff;
      padding: 0;
      margin: 0;
      letter-spacing: 0.03em; }
      .call_to_action_section .cta-section-inner__text a, .call_to_action_section .cta-section-inner__texta {
        color: #000; }
        .call_to_action_section .cta-section-inner__text a:hover, .call_to_action_section .cta-section-inner__text a:focus, .call_to_action_section .cta-section-inner__texta:hover, .call_to_action_section .cta-section-inner__texta:focus {
          text-decoration: underline;
          color: black; }
      @media (min-width: 400px) and (max-width: 1400px) {
        .call_to_action_section .cta-section-inner__text {
          font-size: calc( 1.125em + (16.875 - 16.875) * ( (100vw - 400px) / ( 1400 - 400) )); } }
      @media (min-width: 1400px) {
        .call_to_action_section .cta-section-inner__text {
          font-size: 1.125em; } }
      @media (max-width: 767px) {
        .call_to_action_section .cta-section-inner__text {
          text-align: center; } }
    .call_to_action_section .cta-section-inner__btn {
      padding: 0 16px; }
      @media (max-width: 991px) {
        .call_to_action_section .cta-section-inner__btn {
          margin-top: 16px; } }
      .call_to_action_section .cta-section-inner__btn .btn, .call_to_action_section .cta-section-inner__btn .nucleo-isotope-container .nucleo-isotope-filter a, .nucleo-isotope-container .nucleo-isotope-filter .call_to_action_section .cta-section-inner__btn a {
        background-color: black; }

/* --------------------------------------
/*  Slider
/* -------------------------------------*/
.hero-slider-section {
  position: relative;
  height: 65vh;
  overflow: hidden; }
  .hero-slider-section .slide {
    background-position: center center;
    background-size: cover; }
    .hero-slider-section .slide:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(54, 54, 54, 0.65);
      z-index: 10; }
    .hero-slider-section .slide .slider-container {
      z-index: 20;
      position: relative;
      color: #fff; }
      .hero-slider-section .slide .slider-container p {
        font-family: "Poppins", sans-serif, "Helvetica", Arial, Helvetica, Sans-serif;
        font-size: 15px;
        color: #3B4044;
        line-height: 1.2;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-top: 0;
        padding-top: 0;
        font-size: 1.602em; }
        .hero-slider-section .slide .slider-container p a, .hero-slider-section .slide .slider-container pa {
          color: #757575; }
          .hero-slider-section .slide .slider-container p a:hover, .hero-slider-section .slide .slider-container p a:focus, .hero-slider-section .slide .slider-container pa:hover, .hero-slider-section .slide .slider-container pa:focus {
            text-decoration: underline;
            color: #5c5c5c; }
        @media (min-width: 400px) and (max-width: 1400px) {
          .hero-slider-section .slide .slider-container p {
            font-size: calc( 1.602em + (47.355 - 24.03) * ( (100vw - 400px) / ( 1400 - 400) )); } }
        @media (min-width: 1400px) {
          .hero-slider-section .slide .slider-container p {
            font-size: 3.157em; } }
      .hero-slider-section .slide .slider-container h1, .hero-slider-section .slide .slider-container p {
        font-weight: 300;
        color: inherit;
        text-transform: uppercase;
        padding: 0;
        margin: 0 0 16px;
        font-size: 1.602em; }
        @media (min-width: 400px) and (max-width: 1400px) {
          .hero-slider-section .slide .slider-container h1, .hero-slider-section .slide .slider-container p {
            font-size: calc( 1.602em + (47.355 - 24.03) * ( (100vw - 400px) / ( 1400 - 400) )); } }
        @media (min-width: 1400px) {
          .hero-slider-section .slide .slider-container h1, .hero-slider-section .slide .slider-container p {
            font-size: 3.157em; } }
  .hero-slider-section .container {
    height: 65vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; }

.nucleo-acf-section.form_call_to_action_section {
  background-color: #000; }
  .nucleo-acf-section.form_call_to_action_section.background-colour__primary-colour h1, .nucleo-acf-section.form_call_to_action_section.background-colour__primary-colour h2, .nucleo-acf-section.form_call_to_action_section.background-colour__primary-colour h3,
  .nucleo-acf-section.form_call_to_action_section.background-colour__primary-colour h4, .nucleo-acf-section.form_call_to_action_section.background-colour__primary-colour h5, .nucleo-acf-section.form_call_to_action_section.background-colour__primary-colour h6,
  .nucleo-acf-section.form_call_to_action_section.background-colour__primary-colour p, .nucleo-acf-section.form_call_to_action_section.background-colour__primary-colour a, .nucleo-acf-section.form_call_to_action_section.background-colour__primary-colour span,
  .nucleo-acf-section.form_call_to_action_section.background-colour__primary-colour ul, .nucleo-acf-section.form_call_to_action_section.background-colour__primary-colour ol, .nucleo-acf-section.form_call_to_action_section.background-colour__primary-colour li,
  .nucleo-acf-section.form_call_to_action_section.background-colour__primary-colour input, .nucleo-acf-section.form_call_to_action_section.background-colour__primary-colour button, .nucleo-acf-section.form_call_to_action_section.background-colour__primary-colour label {
    color: white; }
  .nucleo-acf-section.form_call_to_action_section.background-colour__primary-colour label {
    color: white; }
  .nucleo-acf-section.form_call_to_action_section.background-colour__primary-colour input[type='button'], .nucleo-acf-section.form_call_to_action_section.background-colour__primary-colour input[type='submit'] {
    background-color: #fff;
    color: #000; }
  .nucleo-acf-section.form_call_to_action_section.background-colour__secondary-colour h1, .nucleo-acf-section.form_call_to_action_section.background-colour__secondary-colour h2, .nucleo-acf-section.form_call_to_action_section.background-colour__secondary-colour h3,
  .nucleo-acf-section.form_call_to_action_section.background-colour__secondary-colour h4, .nucleo-acf-section.form_call_to_action_section.background-colour__secondary-colour h5, .nucleo-acf-section.form_call_to_action_section.background-colour__secondary-colour h6,
  .nucleo-acf-section.form_call_to_action_section.background-colour__secondary-colour p, .nucleo-acf-section.form_call_to_action_section.background-colour__secondary-colour a, .nucleo-acf-section.form_call_to_action_section.background-colour__secondary-colour span,
  .nucleo-acf-section.form_call_to_action_section.background-colour__secondary-colour ul, .nucleo-acf-section.form_call_to_action_section.background-colour__secondary-colour ol, .nucleo-acf-section.form_call_to_action_section.background-colour__secondary-colour li,
  .nucleo-acf-section.form_call_to_action_section.background-colour__secondary-colour input, .nucleo-acf-section.form_call_to_action_section.background-colour__secondary-colour button, .nucleo-acf-section.form_call_to_action_section.background-colour__secondary-colour label {
    color: white; }
  .nucleo-acf-section.form_call_to_action_section.background-colour__secondary-colour label {
    color: white; }
  .nucleo-acf-section.form_call_to_action_section.background-colour__secondary-colour input[type='button'], .nucleo-acf-section.form_call_to_action_section.background-colour__secondary-colour input[type='submit'] {
    background-color: #fff;
    color: #000; }
  .nucleo-acf-section.form_call_to_action_section .nf-form-content .submit-container {
    margin: 0; }
  .nucleo-acf-section.form_call_to_action_section .nf-form-content textarea {
    height: 50px;
    border: none;
    background: rgba(255, 255, 255, 0.5); }
  .nucleo-acf-section.form_call_to_action_section .nf-form-content input {
    height: 50px;
    border: none;
    background: rgba(255, 255, 255, 0.5);
    color: white; }
    .nucleo-acf-section.form_call_to_action_section .nf-form-content input[type='button'], .nucleo-acf-section.form_call_to_action_section .nf-form-content input[type='submit'] {
      text-align: center;
      margin: 0 auto;
      display: block;
      width: 100%;
      background-color: #fff;
      color: #000; }
      .nucleo-acf-section.form_call_to_action_section .nf-form-content input[type='button']:hover, .nucleo-acf-section.form_call_to_action_section .nf-form-content input[type='button']:focus, .nucleo-acf-section.form_call_to_action_section .nf-form-content input[type='button']:active, .nucleo-acf-section.form_call_to_action_section .nf-form-content input[type='submit']:hover, .nucleo-acf-section.form_call_to_action_section .nf-form-content input[type='submit']:focus, .nucleo-acf-section.form_call_to_action_section .nf-form-content input[type='submit']:active {
        background-color: #333333; }
  .nucleo-acf-section.form_call_to_action_section h1, .nucleo-acf-section.form_call_to_action_section h2, .nucleo-acf-section.form_call_to_action_section h3,
  .nucleo-acf-section.form_call_to_action_section h4, .nucleo-acf-section.form_call_to_action_section h5, .nucleo-acf-section.form_call_to_action_section h6 {
    margin: 0; }
  .nucleo-acf-section.form_call_to_action_section h2, .nucleo-acf-section.form_call_to_action_section h4 {
    margin-bottom: 9px;
    color: white; }
  .nucleo-acf-section.form_call_to_action_section .cta-content {
    text-align: center; }
  .nucleo-acf-section.form_call_to_action_section .nf-before-form-content {
    padding: 0 5px; }
  .nucleo-acf-section.form_call_to_action_section #ninja_forms_required_items, .nucleo-acf-section.form_call_to_action_section .nf-field-container {
    margin-bottom: 15px; }
  .nucleo-acf-section.form_call_to_action_section .nf-response-msg {
    text-align: center;
    color: white; }
    .nucleo-acf-section.form_call_to_action_section .nf-response-msg a {
      color: white;
      text-decoration: underline; }
  .nucleo-acf-section.form_call_to_action_section .nf-form-fields-required {
    display: none; }
  .nucleo-acf-section.form_call_to_action_section .nf-error-wrap {
    color: white; }
  .nucleo-acf-section.form_call_to_action_section .nf-error-msg.nf-error-field-errors {
    display: none; }
  .nucleo-acf-section.form_call_to_action_section .nf-error-required-error {
    display: block; }
  .nucleo-acf-section.form_call_to_action_section .nf-error-msg {
    color: white !important;
    background: transparent !important; }
  .nucleo-acf-section.form_call_to_action_section ::-webkit-input-placeholder {
    color: white; }
  .nucleo-acf-section.form_call_to_action_section :-moz-placeholder {
    color: white; }
  .nucleo-acf-section.form_call_to_action_section ::-moz-placeholder {
    color: white; }
  .nucleo-acf-section.form_call_to_action_section :-ms-input-placeholder {
    color: white; }

.nucleo-acf-section.testimonial_slider_section .container {
  position: relative; }
  .nucleo-acf-section.testimonial_slider_section .container .testimonial-slider-wrap .slick-next, .nucleo-acf-section.testimonial_slider_section .container .testimonial-slider-wrap .slick-prev {
    top: -35px;
    width: 35px;
    height: 35px;
    border: 2px solid #BDBDBD; }
    .nucleo-acf-section.testimonial_slider_section .container .testimonial-slider-wrap .slick-next:hover, .nucleo-acf-section.testimonial_slider_section .container .testimonial-slider-wrap .slick-prev:hover {
      border: 2px solid #9E9E9E; }
  .nucleo-acf-section.testimonial_slider_section .container .testimonial-slider-wrap .slick-prev {
    right: 50px;
    left: auto; }
    .nucleo-acf-section.testimonial_slider_section .container .testimonial-slider-wrap .slick-prev:before {
      content: '\f053';
      font-family: FontAwesome;
      color: #BDBDBD;
      opacity: 1;
      font-size: 15px;
      margin-right: 2px; }
  .nucleo-acf-section.testimonial_slider_section .container .testimonial-slider-wrap .slick-next {
    right: 10px; }
    .nucleo-acf-section.testimonial_slider_section .container .testimonial-slider-wrap .slick-next:before {
      content: '\f054';
      font-family: FontAwesome;
      color: #BDBDBD;
      opacity: 1;
      font-size: 15px;
      margin-left: 4px; }
  .nucleo-acf-section.testimonial_slider_section .container .testimonial-slider-wrap .single-testimonial-slide {
    text-align: center; }
    .nucleo-acf-section.testimonial_slider_section .container .testimonial-slider-wrap .single-testimonial-slide p.blurb {
      font-size: calc(1.266 * 15px); }
    .nucleo-acf-section.testimonial_slider_section .container .testimonial-slider-wrap .single-testimonial-slide p.content {
      font-size: 15px;
      line-height: 25px;
      background-color: #EEEEEE;
      padding: 16px;
      position: relative;
      -webkit-box-shadow: -3px -3px 10px 0px #E0E0E0;
      box-shadow: -3px -3px 10px 0px #E0E0E0; }
      .nucleo-acf-section.testimonial_slider_section .container .testimonial-slider-wrap .single-testimonial-slide p.content:before {
        content: '"';
        font-family: sans-serif;
        font-style: italic;
        margin: 0 4px;
        font-size: 3rem; }
      .nucleo-acf-section.testimonial_slider_section .container .testimonial-slider-wrap .single-testimonial-slide p.content:after {
        content: '';
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 100%;
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #EEEEEE;
        clear: both; }
    .nucleo-acf-section.testimonial_slider_section .container .testimonial-slider-wrap .single-testimonial-slide p.customer {
      font-style: italic; }
    .nucleo-acf-section.testimonial_slider_section .container .testimonial-slider-wrap .single-testimonial-slide .seperator {
      height: 2px;
      width: 100px;
      background-color: #000;
      margin: 0 auto 24px auto; }
    .nucleo-acf-section.testimonial_slider_section .container .testimonial-slider-wrap .single-testimonial-slide__avatar img {
      display: inline;
      border-radius: 100%; }
  .nucleo-acf-section.testimonial_slider_section .container .button-wrap {
    text-align: center; }

#wrap .nucleo-acf-section[id$="__0"].animatedParent .animated {
  opacity: 1 !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  visibility: visible !important;
  -webkit-animation: none !important;
  animation: none !important; }

@media (max-width: 991px) {
  #wrap .nucleo-acf-section.animatedParent .animated {
    opacity: 1 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    visibility: visible !important;
    -webkit-animation: none !important;
    animation: none !important; } }

/* --------------------------------------
/*  Blog
/* -------------------------------------- */
/* --------------------------------------
/*  Blog
/* -------------------------------------*/
.blog-posts.body-section {
  padding-top: 0; }

.blog-posts .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  @media (max-width: 991px) {
    .blog-posts .row {
      display: block; } }

/*** Pagination ***/
.pagination {
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  white-space: nowrap; }
  .pagination .pagination-items {
    display: inline-block;
    border: 1px solid #E0E0E0; }
    .pagination .pagination-items > a,
    .pagination .pagination-items > span {
      display: block;
      float: left;
      padding: .5em;
      font-size: 1em;
      line-height: 1em; }
      .pagination .pagination-items > a:not(:first-child),
      .pagination .pagination-items > span:not(:first-child) {
        border-left: 1px solid #E0E0E0; }
    .pagination .pagination-items span.current {
      color: #757575;
      background-color: #ebe9eb; }
    .pagination .pagination-items a:hover, .pagination .pagination-items a:focus, .pagination .pagination-items a a, .pagination .pagination-items a a:hover, .pagination .pagination-items a a:focus {
      text-decoration: none; }

/* --------------------------------------
/*  Share This
/* -------------------------------------*/
.share-buttons ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .share-buttons ul li {
    display: inline-block; }
    .share-buttons ul li a {
      font-weight: normal;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .share-buttons ul li a:hover, .share-buttons ul li a:focus, .share-buttons ul li a a, .share-buttons ul li a a:hover, .share-buttons ul li a a:focus {
        text-decoration: none; }

.share-buttons .top-share-buttons {
  margin-top: 25px;
  margin-bottom: 15px; }
  .share-buttons .top-share-buttons ul li a {
    padding: 5px 20px;
    border: 1px solid #E0E0E0;
    display: block;
    font-size: 12px;
    color: #757575;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
    .share-buttons .top-share-buttons ul li a i {
      padding-right: 5px;
      font-size: 15px; }
    .share-buttons .top-share-buttons ul li a:hover, .share-buttons .top-share-buttons ul li a:focus {
      background: #757575;
      color: #fff;
      border-color: #E0E0E0; }

.share-buttons .bottom-share-buttons {
  margin: 10px 0; }
  .share-buttons .bottom-share-buttons ul li + li {
    padding-left: 25px; }
  .share-buttons .bottom-share-buttons ul li a {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    color: #E0E0E0; }
    .share-buttons .bottom-share-buttons ul li a i {
      color: #9E9E9E;
      padding-right: 6px;
      font-size: 15px;
      vertical-align: top; }

.blog-card {
  position: relative;
  margin-bottom: 48px; }
  .blog-card__inner {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 6px -3px rgba(0, 0, 0, 0.6);
    box-shadow: 0 2px 6px -3px rgba(0, 0, 0, 0.6);
    height: 100%; }
    .blog-card__inner__date-wrap {
      position: absolute;
      top: 9px;
      right: 1.5em;
      background-color: #fff;
      -webkit-box-shadow: 0 2px 6px -3px rgba(0, 0, 0, 0.6);
      box-shadow: 0 2px 6px -3px rgba(0, 0, 0, 0.6);
      z-index: 2;
      padding: 0.7em 0.8em; }
      .blog-card__inner__date-wrap__month, .blog-card__inner__date-wrap__day, .blog-card__inner__date-wrap__year {
        line-height: 0.9;
        display: block;
        width: 100%;
        text-align: center;
        font-size: calc(0.889 * 15px);
        text-transform: uppercase; }
      .blog-card__inner__date-wrap__day {
        font-size: 1.4em;
        line-height: 1;
        font-weight: 700; }
    .blog-card__inner__featured-image {
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      position: relative; }
      .blog-card__inner__featured-image__overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        background-color: rgba(0, 0, 0, 0);
        -webkit-transition: background-color 0.3s;
        -o-transition: background-color 0.3s;
        transition: background-color 0.3s; }
        .blog-card__inner__featured-image__overlay:hover, .blog-card__inner__featured-image__overlay:focus, .blog-card__inner__featured-image__overlay:active {
          background-color: rgba(0, 0, 0, 0.1);
          -webkit-transition: background-color 0.3s;
          -o-transition: background-color 0.3s;
          transition: background-color 0.3s; }
      .blog-card__inner__featured-image a {
        padding-bottom: 24vh;
        display: block;
        position: relative; }
    .blog-card__inner__content {
      padding: 24px; }
      .blog-card__inner__content__title a {
        color: #757575; }

/* --------------------------------------
/*  Related Posts Section
/* -------------------------------------*/
.related-posts .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .related-posts .row {
      display: block; } }

#blog-sidebar {
  list-style: none;
  padding-left: 0;
  margin-top: 0; }
  #blog-sidebar h2 {
    font-family: "Poppins", sans-serif, "Helvetica", Arial, Helvetica, Sans-serif;
    font-size: 15px;
    color: #3B4044;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.266em; }
    #blog-sidebar h2 a, #blog-sidebar h2a {
      color: #000; }
      #blog-sidebar h2 a:hover, #blog-sidebar h2 a:focus, #blog-sidebar h2a:hover, #blog-sidebar h2a:focus {
        text-decoration: underline;
        color: black; }
    @media (min-width: 400px) and (max-width: 1400px) {
      #blog-sidebar h2 {
        font-size: calc( 1.266em + (18.99 - 18.99) * ( (100vw - 400px) / ( 1400 - 400) )); } }
    @media (min-width: 1400px) {
      #blog-sidebar h2 {
        font-size: 1.266em; } }
  #blog-sidebar ul {
    list-style: none; }
  #blog-sidebar > li {
    margin-bottom: 24px; }
    #blog-sidebar > li ul {
      padding-left: 0; }
      #blog-sidebar > li ul li {
        padding: 8px;
        border-bottom: 1px solid #E0E0E0; }
  #blog-sidebar select {
    width: 100%;
    padding: 16px 12.8px;
    background-color: transparent;
    border: 1px solid #E0E0E0;
    position: relative; }
    #blog-sidebar select:after {
      position: absolute;
      right: 0;
      top: 0;
      width: 40px;
      height: 40px;
      background-color: pink;
      content: ''; }
    #blog-sidebar select option {
      background-color: transparent; }
  #blog-sidebar .search {
    float: none;
    width: 100%; }
    #blog-sidebar .search .input-group input[type="search"] {
      padding: 16px 12.8px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
  #blog-sidebar .widget_recent_entries .post-date {
    display: block;
    font-family: "Poppins", sans-serif, "Helvetica", Arial, Helvetica, Sans-serif;
    font-size: 15px;
    color: #000;
    line-height: 1.7;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.95rem;
    text-align: center;
    margin-bottom: 1em; }
    #blog-sidebar .widget_recent_entries .post-date a, #blog-sidebar .widget_recent_entries .post-datea {
      color: #757575; }
      #blog-sidebar .widget_recent_entries .post-date a:hover, #blog-sidebar .widget_recent_entries .post-date a:focus, #blog-sidebar .widget_recent_entries .post-datea:hover, #blog-sidebar .widget_recent_entries .post-datea:focus {
        text-decoration: underline;
        color: #5c5c5c; }
    @media (min-width: 400px) and (max-width: 1400px) {
      #blog-sidebar .widget_recent_entries .post-date {
        font-size: calc( 0.95rem + (14.25 - 14.25) * ( (100vw - 400px) / ( 1400 - 400) )); } }
    @media (min-width: 1400px) {
      #blog-sidebar .widget_recent_entries .post-date {
        font-size: 0.95rem; } }
  #blog-sidebar .share-buttons {
    margin-top: 0; }
  #blog-sidebar .share-buttons-list {
    margin-left: -4px; }
    #blog-sidebar .share-buttons-list li {
      border: none;
      padding: 0; }
      #blog-sidebar .share-buttons-list li a {
        padding: 4px;
        color: #757575; }
        #blog-sidebar .share-buttons-list li a:hover i, #blog-sidebar .share-buttons-list li a:focus i, #blog-sidebar .share-buttons-list li a:active i {
          color: #000; }
  #blog-sidebar .recent-post {
    padding-left: 0;
    margin-top: 24px; }
    #blog-sidebar .recent-post:nth-child(1) {
      padding-top: 0; }
    #blog-sidebar .recent-post .title {
      padding: 0;
      margin: 0;
      font-weight: 700; }
      #blog-sidebar .recent-post .title a {
        color: #757575; }
    #blog-sidebar .recent-post .date {
      padding: 0;
      margin: 0;
      font-size: calc(0.889 * 15px); }
  #blog-sidebar .widget_categories ul li a {
    color: #757575; }

/* --------------------------------------
/*  Nucleo Modal
/* -------------------------------------*/
.nucleo-modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 16;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none; }
  .nucleo-modal-container.activated {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .nucleo-modal-container .nucleo-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3; }
  .nucleo-modal-container .nucleo-modal-inner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    background-color: #fff;
    max-height: 100%;
    overflow: auto;
    padding: 30px;
    border-radius: 20px; }
    .nucleo-modal-container .nucleo-modal-inner .nucleo-modal-close-btn {
      display: inline-block;
      position: absolute;
      top: 0;
      right: 0;
      padding: 15px 15px;
      line-height: 1;
      font-size: 20px; }
    @media (max-width: 543px) {
      .nucleo-modal-container .nucleo-modal-inner {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto; } }

/* --------------------------------------
/*  Afterpay Modal
/* -------------------------------------*/
.afterpay-modal-trigger {
  display: inline-block;
  background-color: #000;
  margin-bottom: 4px; }
  .afterpay-modal-trigger img {
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1; }
  .afterpay-modal-trigger:hover img, .afterpay-modal-trigger:focus img, .afterpay-modal-trigger:active img {
    opacity: 0.96; }

/* --------------------------------------
/*  Hero
/* -------------------------------------*/
.hero-section {
  background-size: cover;
  position: relative;
  background-position: center center; }
  .hero-section[data-pos="center-top"] {
    background-position: center top; }
  .hero-section[data-pos="center-center"] {
    background-position: center center; }
  .hero-section[data-pos="center-bottom"] {
    background-position: center bottom; }
  .hero-section[data-pos="left-top"] {
    background-position: left top; }
  .hero-section[data-pos="left-center"] {
    background-position: left center; }
  .hero-section[data-pos="left-bottom"] {
    background-position: left bottom; }
  .hero-section[data-pos="right-top"] {
    background-position: right top; }
  .hero-section[data-pos="right-center"] {
    background-position: right center; }
  .hero-section[data-pos="right-bottom"] {
    background-position: right bottom; }
  .hero-section:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); }
  .hero-section .container {
    position: relative;
    padding-bottom: 20%; }
    .hero-section .container.hero-contained {
      background-size: cover;
      width: 100%;
      padding-bottom: 620px;
      max-width: 1170px; }
      @media (max-width: 1170px) {
        .hero-section .container.hero-contained {
          padding-bottom: 52.99145%; } }
  .hero-section .blurb {
    margin-top: 4px;
    padding-top: 16px;
    text-align: center;
    max-width: 600px;
    position: relative; }
    @media (max-width: 991px) {
      .hero-section .blurb {
        display: none; } }
  .hero-section .inner {
    background-color: #fff;
    position: absolute;
    z-index: 10;
    padding: 24px;
    padding-bottom: 0;
    width: 100%;
    left: 0;
    bottom: 0; }
    @media (max-width: 991px) {
      .hero-section .inner {
        display: none; } }
    .hero-section .inner h1 {
      padding-bottom: 16px;
      margin: 0;
      border-bottom: 1px solid #E0E0E0; }

/* --------------------------------------
/*  hero-section-mobile-title
/* -------------------------------------*/
.hero-section-mobile-title {
  display: none;
  padding: 24px 0;
  background: #F6F6F6; }
  .hero-section-mobile-title p {
    margin: 0;
    padding: 0; }
  @media (max-width: 991px) {
    .hero-section-mobile-title {
      display: block; } }

/* --------------------------------------
/*  Hero Section
/* -------------------------------------*/
.minimal-hero-section {
  background: #F6F6F6;
  padding: 32px 0; }
  .minimal-hero-section h1 {
    font-family: "Poppins", sans-serif, "Helvetica", Arial, Helvetica, Sans-serif;
    font-size: 15px;
    color: #3B4044;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 0;
    margin-bottom: 16px;
    padding-top: 0;
    font-size: 1.424em;
    margin: 0;
    padding: 0; }
    .minimal-hero-section h1 a, .minimal-hero-section h1a {
      color: #757575; }
      .minimal-hero-section h1 a:hover, .minimal-hero-section h1 a:focus, .minimal-hero-section h1a:hover, .minimal-hero-section h1a:focus {
        text-decoration: underline;
        color: #5c5c5c; }
    @media (min-width: 400px) and (max-width: 1400px) {
      .minimal-hero-section h1 {
        font-size: calc( 1.424em + (39.36 - 21.36) * ( (100vw - 400px) / ( 1400 - 400) )); } }
    @media (min-width: 1400px) {
      .minimal-hero-section h1 {
        font-size: 2.624em; } }

.comments {
  padding-top: 16px;
  border-top: 1px solid #E0E0E0; }
  .comments ul {
    margin: 0; }
  .comments > ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 24px;
    border-bottom: 1px solid #E0E0E0; }
    .comments > ul .comment .comment-body {
      padding: 16px 0;
      margin: 16px 0;
      border-bottom: 1px solid #E0E0E0;
      width: 100%; }
      .comments > ul .comment .comment-body .comment-meta-col {
        width: 30%;
        float: left; }
      .comments > ul .comment .comment-body .comment-content-col {
        width: 70%;
        float: left; }
        .comments > ul .comment .comment-body .comment-content-col p:first-child {
          margin-top: 0; }
      .comments > ul .comment .comment-body .comment-author {
        display: block;
        font-size: calc(0.889 * 15px); }
        .comments > ul .comment .comment-body .comment-author cite {
          font-family: inherit;
          font-size: 15px;
          font-weight: 700;
          position: relative;
          display: inline-block; }
        .comments > ul .comment .comment-body .comment-author .says {
          display: none; }
      .comments > ul .comment .comment-body .reply {
        clear: both;
        padding-top: 16px; }
        .comments > ul .comment .comment-body .reply:after {
          display: table;
          content: " "; }
        .comments > ul .comment .comment-body .reply:after {
          clear: both; }
    .comments > ul .comment:not(.depth-2):last-child .comment-body {
      border-bottom: none; }
    .comments > ul .comment .comment-meta {
      font-size: calc(0.889 * 15px);
      display: inline-block; }
    .comments > ul .comment .children {
      list-style: none;
      padding-left: 56px; }
  .comments #respond {
    max-width: 80%; }
    .comments #respond #cancel-comment-reply-link {
      float: right; }
    .comments #respond label {
      font-family: "Poppins", sans-serif, "Helvetica", Arial, Helvetica, Sans-serif;
      font-size: 15px;
      color: #3B4044;
      line-height: 1.2;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 1.125em;
      font-family: "Poppins", sans-serif, "Helvetica", Arial, Helvetica, Sans-serif;
      font-size: 15px;
      color: #3B4044;
      line-height: 1.2;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 1.125em; }
      .comments #respond label a, .comments #respond labela {
        color: #000; }
        .comments #respond label a:hover, .comments #respond label a:focus, .comments #respond labela:hover, .comments #respond labela:focus {
          text-decoration: underline;
          color: black; }
      @media (min-width: 400px) and (max-width: 1400px) {
        .comments #respond label {
          font-size: calc( 1.125em + (16.875 - 16.875) * ( (100vw - 400px) / ( 1400 - 400) )); } }
      @media (min-width: 1400px) {
        .comments #respond label {
          font-size: 1.125em; } }
      .comments #respond label a, .comments #respond labela {
        color: #000; }
        .comments #respond label a:hover, .comments #respond label a:focus, .comments #respond labela:hover, .comments #respond labela:focus {
          text-decoration: underline;
          color: black; }
      @media (min-width: 400px) and (max-width: 1400px) {
        .comments #respond label {
          font-size: calc( 1.125em + (16.875 - 16.875) * ( (100vw - 400px) / ( 1400 - 400) )); } }
      @media (min-width: 1400px) {
        .comments #respond label {
          font-size: 1.125em; } }
    .comments #respond input[type="text"],
    .comments #respond input[type="email"],
    .comments #respond input[type="password"] {
      background-color: transparent;
      border: none;
      width: 100%;
      border-bottom: 1px solid #E0E0E0; }
    .comments #respond textarea {
      width: 100%;
      border: 1px solid #E0E0E0;
      height: 150px;
      background-color: transparent;
      padding: 13.33333px;
      line-height: 1.2; }
    .comments #respond .form-submit input[type="submit"],
    .comments #respond .form-submit button[type="submit"] {
      text-align: center;
      padding: 1em 2em;
      font-size: calc(0.889 * 15px);
      -webkit-transition: background-color 0.5s;
      -o-transition: background-color 0.5s;
      transition: background-color 0.5s;
      border-radius: 0;
      border: 0;
      font-weight: 700;
      background-color: #F6F6F6;
      color: #757575;
      line-height: 1.4;
      font-family: "Roboto", sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      text-align: center;
      padding: 1em 2em;
      font-size: calc(0.889 * 15px);
      transition: background-color 0.5s;
      border-radius: 0;
      border: 0;
      font-weight: 700;
      background-color: #F6F6F6;
      color: #757575;
      line-height: 1.4;
      font-family: "Roboto", sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      background-color: #000;
      color: #fff; }
      .comments #respond .form-submit input[type="submit"]:hover, .comments #respond .form-submit input[type="submit"]:focus, .comments #respond .form-submit input[type="submit"] a, .comments #respond .form-submit input[type="submit"] a:hover, .comments #respond .form-submit input[type="submit"] a:focus,
      .comments #respond .form-submit button[type="submit"]:hover,
      .comments #respond .form-submit button[type="submit"]:focus,
      .comments #respond .form-submit button[type="submit"] a,
      .comments #respond .form-submit button[type="submit"] a:hover,
      .comments #respond .form-submit button[type="submit"] a:focus {
        text-decoration: none; }
      .comments #respond .form-submit input[type="submit"]:hover, .comments #respond .form-submit input[type="submit"]:focus, .comments #respond .form-submit input[type="submit"] a, .comments #respond .form-submit input[type="submit"] a:hover, .comments #respond .form-submit input[type="submit"] a:focus,
      .comments #respond .form-submit button[type="submit"]:hover,
      .comments #respond .form-submit button[type="submit"]:focus,
      .comments #respond .form-submit button[type="submit"] a,
      .comments #respond .form-submit button[type="submit"] a:hover,
      .comments #respond .form-submit button[type="submit"] a:focus {
        text-decoration: none; }
      .comments #respond .form-submit input[type="submit"]:hover, .comments #respond .form-submit input[type="submit"]:focus, .comments #respond .form-submit input[type="submit"]:active,
      .comments #respond .form-submit button[type="submit"]:hover,
      .comments #respond .form-submit button[type="submit"]:focus,
      .comments #respond .form-submit button[type="submit"]:active {
        background-color: black;
        color: #fff; }

/* --------------------------------------
/*  Site Banner
/* -------------------------------------*/
.site-banner {
  padding: 10px 0;
  text-transform: uppercase;
  background: #000;
  color: white;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 0.85rem; }
  @media (min-width: 400px) and (max-width: 1400px) {
    .site-banner {
      font-size: calc( 0.85rem + (12.75 - 12.75) * ( (100vw - 400px) / ( 1400 - 400) )); } }
  @media (min-width: 1400px) {
    .site-banner {
      font-size: 0.85rem; } }
  @media (max-width: 991px) {
    .site-banner {
      display: none; } }

/* --------------------------------------
/*  Share Buttons
/* -------------------------------------*/
.share-buttons {
  list-style: none;
  margin-top: 16px;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  padding: 16px 0; }
  .share-buttons h2 {
    font-family: "Poppins", sans-serif, "Helvetica", Arial, Helvetica, Sans-serif;
    font-size: 15px;
    color: #3B4044;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.266em;
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 0; }
    .share-buttons h2 a, .share-buttons h2a {
      color: #000; }
      .share-buttons h2 a:hover, .share-buttons h2 a:focus, .share-buttons h2a:hover, .share-buttons h2a:focus {
        text-decoration: underline;
        color: black; }
    @media (min-width: 400px) and (max-width: 1400px) {
      .share-buttons h2 {
        font-size: calc( 1.266em + (18.99 - 18.99) * ( (100vw - 400px) / ( 1400 - 400) )); } }
    @media (min-width: 1400px) {
      .share-buttons h2 {
        font-size: 1.266em; } }
  .share-buttons .share-buttons-list {
    display: inline-block;
    margin-left: -4px; }
    .share-buttons .share-buttons-list li {
      border: none;
      padding: 0;
      padding: 0 4px; }
      .share-buttons .share-buttons-list li a {
        padding: 4px;
        color: #757575; }
        .share-buttons .share-buttons-list li a:hover i, .share-buttons .share-buttons-list li a:focus i, .share-buttons .share-buttons-list li a:active i {
          color: #000; }

.contact-modal {
  position: fixed;
  z-index: 999;
  right: 1%;
  bottom: 1%;
  padding: 1em; }
  .contact-modal__button {
    padding: .618em 1em;
    cursor: pointer;
    background: #000;
    letter-spacing: .15em;
    -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.08);
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.08);
    border: 1px solid white;
    -webkit-transition: background-color, 0.3s linear;
    -o-transition: background-color, 0.3s linear;
    transition: background-color, 0.3s linear; }
    .contact-modal__button:hover, .contact-modal__button:focus, .contact-modal__button:active {
      background-color: black; }
    .contact-modal__button i {
      color: white;
      margin-right: 10px; }
    .contact-modal__button span {
      color: white;
      text-transform: uppercase; }
  .contact-modal__content {
    position: absolute;
    background: #000 url("/content/themes/nucleo-clutchmoto/assets/images/modal-bg.jpg") center center/cover;
    min-width: 500px;
    max-width: 90%;
    right: 1000%;
    bottom: 100%;
    -webkit-box-shadow: 3px -2px 5px 0px rgba(50, 50, 50, 0.36);
    box-shadow: 3px -2px 5px 0px rgba(50, 50, 50, 0.36);
    opacity: 0;
    -webkit-transition: opacity 200ms linear;
    -o-transition: opacity 200ms linear;
    transition: opacity 200ms linear; }
    .contact-modal__content h1, .contact-modal__content h2, .contact-modal__content h3, .contact-modal__content h4, .contact-modal__content h5, .contact-modal__content h6, .contact-modal__content p {
      color: #fff; }
    .contact-modal__content h3 {
      font-weight: 700; }
    .contact-modal__content.active {
      right: 1em;
      opacity: 1;
      -webkit-transition: opacity 300ms linear, top 200ms;
      -o-transition: opacity 300ms linear, top 200ms;
      transition: opacity 300ms linear, top 200ms; }
    .contact-modal__content--form {
      margin: 0 auto; }
      .contact-modal__content--form--close .close-form {
        float: right;
        background: none;
        margin: 5px 5px 0 0;
        border: none; }
        .contact-modal__content--form--close .close-form i {
          font-size: 20px;
          color: #fff; }
      .contact-modal__content--form--ninja {
        text-align: center;
        padding: 20px; }
        .contact-modal__content--form--ninja .nf-before-form-content {
          display: none; }
        .contact-modal__content--form--ninja .nf-after-form-content {
          display: none; }
        .contact-modal__content--form--ninja .nf-error-msg {
          display: none; }
        .contact-modal__content--form--ninja .nf-field .nf-fail input[type="text"], .contact-modal__content--form--ninja .nf-field .nf-fail [type="email"], .contact-modal__content--form--ninja .nf-field .nf-fail textarea, .contact-modal__content--form--ninja .nf-field .nf-fail .ninja-forms-field.country, .contact-modal__content--form--ninja .nf-field .nf-fail select, .contact-modal__content--form--ninja .nf-field .nf-fail input {
          border: 1px solid #FFCDD2; }
        .contact-modal__content--form--ninja .nf-field input[type="text"], .contact-modal__content--form--ninja .nf-field [type="email"] {
          height: 50px;
          padding: 0 0 0 10px; }
        .contact-modal__content--form--ninja .nf-field .submit-wrap .ninja-forms-field[type=button] {
          padding: 0 25px;
          cursor: pointer;
          background: #000;
          -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.08);
          box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.08);
          -webkit-transition: background-color, 0.3s linear;
          -o-transition: background-color, 0.3s linear;
          transition: background-color, 0.3s linear;
          border: none;
          height: 50px; }
          .contact-modal__content--form--ninja .nf-field .submit-wrap .ninja-forms-field[type=button]:hover, .contact-modal__content--form--ninja .nf-field .submit-wrap .ninja-forms-field[type=button]:focus, .contact-modal__content--form--ninja .nf-field .submit-wrap .ninja-forms-field[type=button]:active {
            background-color: black; }
        .contact-modal__content--form--ninja .label-hidden .field-wrap {
          margin-bottom: 15px !important; }

/* --------------------------------------
/*  ShortCodes
/* -------------------------------------*/
/* --------------------------------------
/*  Site Option
/* -------------------------------------*/
.shortcode-site-option {
  display: block;
  padding: 0 0 16px 32px;
  position: relative; }
  .shortcode-site-option .label {
    color: #000;
    font-size: 100%; }
  .shortcode-site-option a:hover, .shortcode-site-option a:focus, .shortcode-site-option a a, .shortcode-site-option a a:hover, .shortcode-site-option a a:focus {
    text-decoration: none; }
  .shortcode-site-option i {
    position: absolute;
    color: #000;
    left: 0;
    top: 0; }
    .shortcode-site-option i.fa {
      top: 4px; }

/* --------------------------------------
/*  404 Page
    NB: See Landing Page for the header.

    - 404
      - Content
      - Form
        - Title
        - Search
        - Search Results
        - Footer


/* -------------------------------------*/
/* --------------------------------------
/*  404
/* -------------------------------------*/
body.error404 {
  background: #E0E0E0;
  background-image: url("../images/404/404-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover; }
  body.error404 .header-section, body.error404 .site-banner {
    display: none; }
  body.error404 .fourofour {
    padding: 0;
    margin: 40vh 0 0; }
  body.error404 .fourofour-inner-container h1 {
    font-family: "Poppins", sans-serif, "Helvetica", Arial, Helvetica, Sans-serif;
    font-size: 15px;
    color: #3B4044;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 0;
    margin-bottom: 16px;
    padding-top: 0;
    font-size: 1.424em;
    color: #fff;
    padding: 0;
    margin: 0;
    text-transform: uppercase; }
    body.error404 .fourofour-inner-container h1 a, body.error404 .fourofour-inner-container h1a {
      color: #757575; }
      body.error404 .fourofour-inner-container h1 a:hover, body.error404 .fourofour-inner-container h1 a:focus, body.error404 .fourofour-inner-container h1a:hover, body.error404 .fourofour-inner-container h1a:focus {
        text-decoration: underline;
        color: #5c5c5c; }
    @media (min-width: 400px) and (max-width: 1400px) {
      body.error404 .fourofour-inner-container h1 {
        font-size: calc( 1.424em + (39.36 - 21.36) * ( (100vw - 400px) / ( 1400 - 400) )); } }
    @media (min-width: 1400px) {
      body.error404 .fourofour-inner-container h1 {
        font-size: 2.624em; } }
  body.error404 .fourofour-inner-container small {
    color: rgba(255, 255, 255, 0.75);
    display: block;
    margin-bottom: 16px; }
  body.error404 .fourofour-inner-container p {
    color: #fff; }
  body.error404 .fourofour-search-container {
    opacity: 0;
    background: #000;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    padding: 32px; }
    @media (max-width: 991px) {
      body.error404 .fourofour-search-container {
        margin: 24px 0;
        height: auto !important; } }
    body.error404 .fourofour-search-container.active {
      opacity: 1; }
    body.error404 .fourofour-search-container .fourofour-search-title {
      font-family: "Poppins", sans-serif, "Helvetica", Arial, Helvetica, Sans-serif;
      font-size: 15px;
      color: #3B4044;
      line-height: 1.2;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 1.125em;
      color: #fff;
      margin-bottom: 16px; }
      body.error404 .fourofour-search-container .fourofour-search-title a, body.error404 .fourofour-search-container .fourofour-search-titlea {
        color: #000; }
        body.error404 .fourofour-search-container .fourofour-search-title a:hover, body.error404 .fourofour-search-container .fourofour-search-title a:focus, body.error404 .fourofour-search-container .fourofour-search-titlea:hover, body.error404 .fourofour-search-container .fourofour-search-titlea:focus {
          text-decoration: underline;
          color: black; }
      @media (min-width: 400px) and (max-width: 1400px) {
        body.error404 .fourofour-search-container .fourofour-search-title {
          font-size: calc( 1.125em + (16.875 - 16.875) * ( (100vw - 400px) / ( 1400 - 400) )); } }
      @media (min-width: 1400px) {
        body.error404 .fourofour-search-container .fourofour-search-title {
          font-size: 1.125em; } }
    body.error404 .fourofour-search-container .search-container {
      margin-bottom: 4px; }
      body.error404 .fourofour-search-container .search-container .input-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        body.error404 .fourofour-search-container .search-container .input-group input.search-input {
          font-size: calc(0.889 * 15px);
          padding: 16px;
          border: none !important;
          background: rgba(255, 255, 255, 0.85);
          -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
          flex: 1 0 auto;
          border-radius: 0;
          -webkit-appearance: none;
          outline: 0 none;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
        body.error404 .fourofour-search-container .search-container .input-group .search-submit {
          border-radius: 0;
          background: #ea1c0d;
          border-color: #ea1c0d; }
  body.error404 .search-results a {
    display: block;
    background: rgba(255, 255, 255, 0.5);
    padding: 16px 32px 16px 16px;
    margin-bottom: 4px;
    color: #757575;
    font-size: calc(15px - 2px);
    position: relative;
    -webkit-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s; }
    body.error404 .search-results a:after {
      content: "\f054";
      font-family: FontAwesome;
      position: absolute;
      line-height: 1;
      top: 50%;
      right: 4px;
      -webkit-transform: translate(0, -49%);
      -ms-transform: translate(0, -49%);
      transform: translate(0, -49%);
      color: #277e8d; }
    body.error404 .search-results a:hover, body.error404 .search-results a:focus, body.error404 .search-results a:active {
      background: rgba(255, 255, 255, 0.8);
      text-decoration: none; }
  body.error404 #footer {
    display: none; }

/* --------------------------------------
/*  Homepage
/* -------------------------------------*/
.instagram-container {
  position: relative;
  display: block; }
  .instagram-container:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 5; }
  .instagram-container #insta-hashtag {
    font-family: "Poppins", sans-serif, "Helvetica", Arial, Helvetica, Sans-serif;
    font-size: 15px;
    color: #3B4044;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.266em;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #000;
    z-index: 10;
    padding: 4vh;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .instagram-container #insta-hashtag a, .instagram-container #insta-hashtaga {
      color: #000; }
      .instagram-container #insta-hashtag a:hover, .instagram-container #insta-hashtag a:focus, .instagram-container #insta-hashtaga:hover, .instagram-container #insta-hashtaga:focus {
        text-decoration: underline;
        color: black; }
    @media (min-width: 400px) and (max-width: 1400px) {
      .instagram-container #insta-hashtag {
        font-size: calc( 1.266em + (18.99 - 18.99) * ( (100vw - 400px) / ( 1400 - 400) )); } }
    @media (min-width: 1400px) {
      .instagram-container #insta-hashtag {
        font-size: 1.266em; } }
    @media (max-width: 991px) {
      .instagram-container #insta-hashtag {
        display: block;
        position: static;
        color: #fff;
        width: 100%;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0); } }

/* --------------------------------------
/*  Collections
/* -------------------------------------*/
.nucleo-acf-section.image_text_section.image_text_section_background-image.collection-container > .container {
  background-attachment: scroll;
  min-height: 45vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .nucleo-acf-section.image_text_section.image_text_section_background-image.collection-container > .container:after {
    background: rgba(0, 0, 0, 0.25); }

/* --------------------------------------
/*  Helpers
/* -------------------------------------- */
.image-section.subpage-image {
  margin-bottom: 15px; }

img {
  max-width: 100%;
  height: auto; }

.google-map {
  min-height: 300px;
  height: 400px; }

.padding-section {
  padding: 7vh 0; }

.no-padding {
  padding: 0; }

.no-padding-top {
  padding-top: 0; }

.no-padding-left {
  padding-left: 0; }

.no-padding-bottom {
  padding-bottom: 0; }

.no-padding-right {
  padding-right: 0; }

.margin-section {
  margin: 7vh 0; }

.no-margin {
  margin: 0; }

.no-margin-top {
  margin-top: 0; }

.no-margin-left {
  margin-left: 0; }

.no-margin-bottom {
  margin-bottom: 0; }

.no-margin-right {
  margin-right: 0; }

.text-left {
  text-align: left; }

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

.text-right {
  text-align: right; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.text-colour__palette-grey-100 {
  color: #F6F6F6; }

.background-colour__palette-grey-100 {
  background-color: #F6F6F6; }

.h1__text-colour__palette-grey-100 h1 {
  color: #F6F6F6; }

.h2__text-colour__palette-grey-100 h2 {
  color: #F6F6F6; }

.h3__text-colour__palette-grey-100 h3 {
  color: #F6F6F6; }

.h4__text-colour__palette-grey-100 h4 {
  color: #F6F6F6; }

.h5__text-colour__palette-grey-100 h5 {
  color: #F6F6F6; }

.h6__text-colour__palette-grey-100 h6 {
  color: #F6F6F6; }

.text-colour__palette-grey-200 {
  color: #EEEEEE; }

.background-colour__palette-grey-200 {
  background-color: #EEEEEE; }

.h1__text-colour__palette-grey-200 h1 {
  color: #EEEEEE; }

.h2__text-colour__palette-grey-200 h2 {
  color: #EEEEEE; }

.h3__text-colour__palette-grey-200 h3 {
  color: #EEEEEE; }

.h4__text-colour__palette-grey-200 h4 {
  color: #EEEEEE; }

.h5__text-colour__palette-grey-200 h5 {
  color: #EEEEEE; }

.h6__text-colour__palette-grey-200 h6 {
  color: #EEEEEE; }

.text-colour__palette-grey-300 {
  color: #E0E0E0; }

.background-colour__palette-grey-300 {
  background-color: #E0E0E0; }

.h1__text-colour__palette-grey-300 h1 {
  color: #E0E0E0; }

.h2__text-colour__palette-grey-300 h2 {
  color: #E0E0E0; }

.h3__text-colour__palette-grey-300 h3 {
  color: #E0E0E0; }

.h4__text-colour__palette-grey-300 h4 {
  color: #E0E0E0; }

.h5__text-colour__palette-grey-300 h5 {
  color: #E0E0E0; }

.h6__text-colour__palette-grey-300 h6 {
  color: #E0E0E0; }

.text-colour__palette-grey-400 {
  color: #BDBDBD; }

.background-colour__palette-grey-400 {
  background-color: #BDBDBD; }

.h1__text-colour__palette-grey-400 h1 {
  color: #BDBDBD; }

.h2__text-colour__palette-grey-400 h2 {
  color: #BDBDBD; }

.h3__text-colour__palette-grey-400 h3 {
  color: #BDBDBD; }

.h4__text-colour__palette-grey-400 h4 {
  color: #BDBDBD; }

.h5__text-colour__palette-grey-400 h5 {
  color: #BDBDBD; }

.h6__text-colour__palette-grey-400 h6 {
  color: #BDBDBD; }

.text-colour__palette-grey-500 {
  color: #9E9E9E; }

.background-colour__palette-grey-500 {
  background-color: #9E9E9E; }

.h1__text-colour__palette-grey-500 h1 {
  color: #9E9E9E; }

.h2__text-colour__palette-grey-500 h2 {
  color: #9E9E9E; }

.h3__text-colour__palette-grey-500 h3 {
  color: #9E9E9E; }

.h4__text-colour__palette-grey-500 h4 {
  color: #9E9E9E; }

.h5__text-colour__palette-grey-500 h5 {
  color: #9E9E9E; }

.h6__text-colour__palette-grey-500 h6 {
  color: #9E9E9E; }

.text-colour__palette-grey-800 {
  color: #3B4044; }

.background-colour__palette-grey-800 {
  background-color: #3B4044; }

.h1__text-colour__palette-grey-800 h1 {
  color: #3B4044; }

.h2__text-colour__palette-grey-800 h2 {
  color: #3B4044; }

.h3__text-colour__palette-grey-800 h3 {
  color: #3B4044; }

.h4__text-colour__palette-grey-800 h4 {
  color: #3B4044; }

.h5__text-colour__palette-grey-800 h5 {
  color: #3B4044; }

.h6__text-colour__palette-grey-800 h6 {
  color: #3B4044; }

.text-colour__palette-teal-500 {
  color: #60c2d3; }

.background-colour__palette-teal-500 {
  background-color: #60c2d3; }

.h1__text-colour__palette-teal-500 h1 {
  color: #60c2d3; }

.h2__text-colour__palette-teal-500 h2 {
  color: #60c2d3; }

.h3__text-colour__palette-teal-500 h3 {
  color: #60c2d3; }

.h4__text-colour__palette-teal-500 h4 {
  color: #60c2d3; }

.h5__text-colour__palette-teal-500 h5 {
  color: #60c2d3; }

.h6__text-colour__palette-teal-500 h6 {
  color: #60c2d3; }

.text-colour__palette-teal-200 {
  color: #b0e1e9; }

.background-colour__palette-teal-200 {
  background-color: #b0e1e9; }

.h1__text-colour__palette-teal-200 h1 {
  color: #b0e1e9; }

.h2__text-colour__palette-teal-200 h2 {
  color: #b0e1e9; }

.h3__text-colour__palette-teal-200 h3 {
  color: #b0e1e9; }

.h4__text-colour__palette-teal-200 h4 {
  color: #b0e1e9; }

.h5__text-colour__palette-teal-200 h5 {
  color: #b0e1e9; }

.h6__text-colour__palette-teal-200 h6 {
  color: #b0e1e9; }

.text-colour__palette-teal-800 {
  color: #277e8d; }

.background-colour__palette-teal-800 {
  background-color: #277e8d; }

.h1__text-colour__palette-teal-800 h1 {
  color: #277e8d; }

.h2__text-colour__palette-teal-800 h2 {
  color: #277e8d; }

.h3__text-colour__palette-teal-800 h3 {
  color: #277e8d; }

.h4__text-colour__palette-teal-800 h4 {
  color: #277e8d; }

.h5__text-colour__palette-teal-800 h5 {
  color: #277e8d; }

.h6__text-colour__palette-teal-800 h6 {
  color: #277e8d; }
