/* --- Site Globals  --- */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600&display=swap");
:root {
  font-size: 16px; }
  :root body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    font-family: "Roboto", sans-serif; }

h1 {
  font-family: "Barlow Condensed", sans-serif; }

h2 {
  color: #5A9A43;
  font-size: 2.25rem;
  font-family: "Barlow Condensed", sans-serif; }

h3 {
  font-family: "Barlow Condensed", sans-serif; }

p {
  color: #3D4555;
  font-size: 1rem;
  font-family: "Roboto", sans-serif; }

ul {
  padding: 0; }
  ul li {
    font-size: 16px;
    margin-bottom: 7px; }

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
  background: #5A9A43;
  color: #ffffff;
  border-radius: 25px;
  padding: 12px 40px;
  display: inline-block;
  font-size: 1rem; }

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: #5A9A43;
  color: #ffffff;
  border-radius: 25px;
  padding: 12px 40px;
  display: inline-block;
  font-size: 1rem; }

button img {
  height: 15px; }

.textured--bg:after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 250px;
  background-image: url("../imgs/alttexture.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 11px -9vw;
  transform: rotate(180deg); }

.contain {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto; }

.contain--sm {
  max-width: 900px; }
  .contain--sm h2 {
    text-align: center; }

.flexy {
  display: flex; }

.flexy--center {
  align-items: center; }

.flexy--between {
  justify-content: space-between; }

.flexy-wrap {
  flex-wrap: wrap; }

.flexy__item {
  flex: 1; }

a.btn,
a.btn:visited,
a.btn:active.contain,
input#gform_submit_button_5 {
  background: #5A9A43;
  color: #ffffff;
  font-weight: 600;
  padding: 16px 40px;
  border-radius: 25px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all ease 250ms;
  outline: none;
  border: none; }

a.btn:hover,
input#gform_submit_button_5:hover {
  background: #F0682B;
  transition: all ease 250ms;
  text-decoration: none; }

p a {
  color: #5A9A43;
  text-decoration: none; }

i.shopping-cart {
  background-image: url("../imgs/basket.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 18px;
  height: 20px;
  margin: 0 5px -4px 10px;
  display: inline-block; }

/* --- Reset & WP Defaults --- */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: "Roboto", sans-serif; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
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 {
  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"] {
  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-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; }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
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 {
  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"] {
  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-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; }

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

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

p {
  margin-bottom: 1.5em; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

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

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

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

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

big {
  font-size: 125%; }

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

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

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

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ""; }

blockquote,
q {
  quotes: "" ""; }

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

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

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

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

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

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

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

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa; }

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb; }

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

select {
  border: 1px solid #ccc; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }

a:visited {
  color: purple; }

a:hover,
a:focus,
a:active {
  color: midnightblue; }

a:focus {
  outline: thin dotted; }

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0; }

.main-navigation li {
  float: left;
  position: relative; }

.main-navigation a {
  display: block;
  text-decoration: none; }

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999; }

.main-navigation ul ul ul {
  left: -999em;
  top: 0; }

.main-navigation ul ul a {
  width: 200px; }

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto; }

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em; }

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%; }

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

.hentry {
  margin: 0 0 1.5em; }

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

.single .byline,
.group-blog .byline {
  display: inline; }

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

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

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

.bypostauthor {
  display: block; }

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

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

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

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

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

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

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
## Utility CSS
--------------------------------------------------------------*/
.error-404 {
  padding: 200px 0; }

.m-1 {
  margin: 1rem; }

.m-2 {
  margin: 2rem; }

.m-3 {
  margin: 3rem; }

.m-4 {
  margin: 4rem; }

.m-5 {
  margin: 5rem; }

.mt-1 {
  margin-top: 1rem; }

.mt-2 {
  margin-top: 2rem; }

.mt-3 {
  margin-top: 3rem; }

.mt-4 {
  margin-top: 4rem; }

.mt-5 {
  margin-top: 5rem; }

.mr-1 {
  margin-right: 1rem; }

.mr-2 {
  margin-right: 2rem; }

.mr-3 {
  margin-right: 3rem; }

.mr-4 {
  margin-right: 4rem; }

.mr-5 {
  margin-right: 5rem; }

.mb-1 {
  margin-bottom: 1rem; }

.mb-2 {
  margin-bottom: 2rem; }

.mb-3 {
  margin-bottom: 3rem; }

.mb-4 {
  margin-bottom: 4rem; }

.mb-5 {
  margin-bottom: 5rem; }

.ml-1 {
  margin-left: 1rem; }

.ml-2 {
  margin-left: 2rem; }

.ml-3 {
  margin-left: 3rem; }

.ml-4 {
  margin-left: 4rem; }

.ml-5 {
  margin-left: 5rem; }

.p-1 {
  padding: 1rem; }

.p-2 {
  padding: 2rem; }

.p-3 {
  padding: 3rem; }

.p-4 {
  padding: 4rem; }

.p-5 {
  padding: 5rem; }

.pt-1 {
  padding-top: 1rem; }

.pt-2 {
  padding-top: 2rem; }

.pt-3 {
  padding-top: 3rem; }

.pt-4 {
  padding-top: 4rem; }

.pt-5 {
  padding-top: 5rem; }

.pr-1 {
  padding-right: 1rem; }

.pr-2 {
  padding-right: 2rem; }

.pr-3 {
  padding-right: 3rem; }

.pr-4 {
  padding-right: 4rem; }

.pr-5 {
  padding-right: 5rem; }

.pb-1 {
  padding-bottom: 1rem; }

.pb-2 {
  padding-bottom: 2rem; }

.pb-3 {
  padding-bottom: 3rem; }

.pb-4 {
  padding-bottom: 4rem; }

.pb-5 {
  padding-bottom: 5rem; }

.pl-1 {
  padding-left: 1rem; }

.pl-2 {
  padding-left: 2rem; }

.pl-3 {
  padding-left: 3rem; }

.pl-4 {
  padding-left: 4rem; }

.pl-5 {
  padding-left: 5rem; }

.flex {
  display: flex; }

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center; }

/* --- Site Grid --- */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
/*! 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; }

* {
  -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: #333333;
  background-color: #ffffff; }

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: #ffffff;
  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; }

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

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

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

@media (min-width: 1200px) {
  .container {
    width: 90%;
    max-width: 1360px;
    padding-left: 48px;
    padding-right: 48px; } }

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

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

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

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  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-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    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-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    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-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    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; } }

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
  content: " ";
  display: table; }

.clearfix:after,
.container-fluid:after,
.container:after,
.row: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; }

/* --- SCSS Mixins --- */
html {
  font-size: 62.5%;
  /* Sets up the Base 10 stuff */ }

/**
 * Computes a top-shadow for a card effect.
 *
 * @param {Number} $depth - depth level
 *
 * @return {List}
 */
/**
 * Computes a bottom-shadow for a card effect.
 *
 * @param {Number} $depth - depth level
 *
 * @return {List}
 */
/**
 * Gives a card depth effect.
 *
 * @param {Number} $depth - depth level (between 1 and 5)
 *
 * @link http://www.google.com/design/spec/layout/layout-principles.html#layout-principles-dimensionality Google Design
 *
 * @requires {function} top-shadow
 * @requires {function} bottom-shadow
 */
/* --- Owl Carousel --- */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
      This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
      calculation of the height of the owl-item that breaks page layouts
     */ }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* --- Remodal --- */
/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none; }

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block; }

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px); }

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9); }

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes; }

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes; }

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0; }

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff; }

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes; }

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes; }

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent; }

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38; }

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center; }

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0; }

.remodal-confirm {
  color: #fff;
  background: #81c784; }

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a; }

.remodal-cancel {
  color: #fff;
  background: #e57373; }

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350; }

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px; } }

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38; }

.lt-ie9 .remodal {
  width: 700px; }

/* --- Hamburgers --- */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  outline: none;
  float: right;
  overflow: visible; }

.hamburger:hover {
  opacity: 0.7; }

.hamburger.is-active:hover {
  opacity: 0.7; }

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg); }

.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg); }

.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg); }

.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg); }

.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg); }

.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg); }

.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg); }

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0; }

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }

.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease; }

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s; }

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0; }

.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease; }

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s; }

.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0; }

.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in; }

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }

.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important; }

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in; }

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }

.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important; }

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px; }

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s; }

.hamburger--slider .hamburger-inner::after {
  top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0; }

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px; }

.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s; }

.hamburger--slider-r .hamburger-inner::after {
  top: 20px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg); }

.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0; }

.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }

.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }

.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }

.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease; }

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease; }

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear; }

.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity; }

.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform; }

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s; }

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0; }

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear; }

.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity; }

.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s; }

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0; }

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg); }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  border-radius: 0px; }

@media only screen and (min-width: 1200px) {
  button.hamburger {
    display: none; } }

/* --- Default Headers --- */
header#main-menu .topbar {
  background: #EEEEEB;
  color: #ffffff;
  padding: 8px 0;
  text-align: center;
  display: none; }
  @media (min-width: 776px) {
    header#main-menu .topbar {
      text-align: left;
      display: block; } }
  header#main-menu .topbar ul {
    margin: 0;
    padding: 0;
    width: 100%; }
    @media (min-width: 776px) {
      header#main-menu .topbar ul {
        float: right;
        width: auto; } }
    header#main-menu .topbar ul li {
      display: inline-block;
      margin: 8px; }
      @media (min-width: 776px) {
        header#main-menu .topbar ul li {
          margin: 0; } }
  header#main-menu .topbar a {
    color: #ffffff; }

nav#split__navigation {
  padding: 8px 24px;
  background: #053857; }
  @media (min-width: 776px) {
    nav#split__navigation {
      padding: 16px 0; } }
  nav#split__navigation .container .row {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    nav#split__navigation .container .row .hamburger-inner,
    nav#split__navigation .container .row .hamburger-inner::before,
    nav#split__navigation .container .row .hamburger-inner::after {
      background-color: #ffffff;
      height: 3px;
      width: 35px; }
    nav#split__navigation .container .row button.hamburger {
      flex: 1;
      text-align: left; }
      @media (min-width: 776px) {
        nav#split__navigation .container .row button.hamburger {
          display: none; } }
    nav#split__navigation .container .row .menu-hold {
      display: none;
      flex: 1;
      margin: 0 10px; }
      @media (min-width: 776px) {
        nav#split__navigation .container .row .menu-hold {
          display: block; } }
      nav#split__navigation .container .row .menu-hold ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        @media (min-width: 776px) {
          nav#split__navigation .container .row .menu-hold ul {
            display: flex;
            align-items: center;
            justify-content: space-between; } }
        nav#split__navigation .container .row .menu-hold ul li {
          display: inline-block;
          margin: 0 8px; }
          nav#split__navigation .container .row .menu-hold ul li a {
            color: #ffffff;
            font-size: 1rem; }
        nav#split__navigation .container .row .menu-hold ul li.logo {
          flex-grow: 1; }
          nav#split__navigation .container .row .menu-hold ul li.logo a {
            display: none; }
          nav#split__navigation .container .row .menu-hold ul li.logo a.logo-link {
            display: block; }
            nav#split__navigation .container .row .menu-hold ul li.logo a.logo-link img {
              max-width: 100px;
              margin: 0 auto;
              display: block; }
    @media (min-width: 776px) {
      nav#split__navigation .container .row .logo__hold {
        display: none; } }
    nav#split__navigation .container .row .logo__hold img {
      max-width: 100px; }
    nav#split__navigation .container .row a.basket {
      flex: 1;
      text-align: right; }
      @media (min-width: 776px) {
        nav#split__navigation .container .row a.basket {
          display: none; } }
      nav#split__navigation .container .row a.basket img {
        width: 25px; }
  nav#split__navigation .account__auth {
    width: 100%;
    position: absolute;
    top: 170px;
    left: 0;
    display: none; }
    @media (min-width: 776px) {
      nav#split__navigation .account__auth {
        display: none; } }
    nav#split__navigation .account__auth ul {
      margin: 0;
      padding: 0;
      border-top: 1px solid rgba(235, 235, 235, 0.3);
      border-bottom: 1px solid rgba(235, 235, 235, 0.3);
      display: flex;
      align-items: center;
      justify-content: center; }
      nav#split__navigation .account__auth ul li {
        flex: 1;
        text-align: center;
        padding: 20px 0; }
        nav#split__navigation .account__auth ul li a {
          color: #ffffff;
          font-size: 1.65rem; }
      nav#split__navigation .account__auth ul li:first-child {
        border-right: 1px solid rgba(235, 235, 235, 0.3); }

header#main-menu.is-active nav#split__navigation {
  height: 100vh; }
  header#main-menu.is-active nav#split__navigation .account__auth {
    display: block; }
  header#main-menu.is-active nav#split__navigation .menu-hold {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 300px;
    text-align: center; }
    header#main-menu.is-active nav#split__navigation .menu-hold ul li {
      display: block;
      margin-bottom: 10px; }
      header#main-menu.is-active nav#split__navigation .menu-hold ul li a span {
        font-size: 1.65rem; }
    header#main-menu.is-active nav#split__navigation .menu-hold ul li.logo {
      display: none; }

@media only screen and (min-width: 1200px) {
  .hamburger {
    display: none !important; } }

/* --- Default Footers --- */
.copyright-bar p {
  padding: 0; }

.copyright-bar p.siteBy {
  text-align: right; }

/* --- Accordion --- */
.accordion {
  width: 100%;
  max-width: 700px;
  margin: 0 auto; }
  .accordion__block {
    background: #ffffff;
    list-style: none;
    margin: 0;
    padding: 0;
    border-radius: 3px; }
  .accordion__title {
    padding: 20px;
    margin: 0;
    position: relative;
    font-size: 18px;
    transition: ease-in-out 0.2s all;
    cursor: pointer; }
  .accordion__icon {
    float: right;
    width: 30px;
    height: 30px;
    display: flex;
    margin-top: -3px;
    align-items: center;
    justify-content: center; }
  .accordion__icon:before, .accordion__icon:after {
    content: '';
    position: absolute;
    border-radius: 50px;
    background-color: #c9d6df;
    transition: ease 0.3s all; }
  .accordion__icon:before {
    width: 2px;
    height: 20px; }
  .accordion__icon:after {
    width: 20px;
    height: 2px; }
  .accordion__title:hover {
    padding-left: 30px; }
  .accordion__title:before, .accordion__title:after {
    content: '';
    position: absolute;
    height: 2px;
    border-radius: 50px;
    transition: ease-in-out 0.6s all;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
  .accordion__title:before {
    width: 100%;
    background-color: #c9d6df; }
  .accordion__title:after {
    background-image: linear-gradient(90deg, #52616b, #c9d6df);
    width: 0%; }
  .accordion__title:hover:after {
    width: 100%; }
  .accordion__title--active .accordion__icon:before {
    transform: rotate(90deg); }
  .accordion__title--active .accordion__icon:after {
    background: #52616b; }
  .accordion__content {
    opacity: 0;
    height: 0;
    padding: 0px 20px;
    position: relative;
    font-size: 16px;
    transition: all 0.6s cubic-bezier(0.42, 0.2, 0.08, 1);
    overflow: hidden;
    background-color: #F7F7F7; }
  .accordion__content--active {
    opacity: 1;
    height: auto;
    padding: 25px 20px;
    position: relative;
    z-index: 0;
    border-radius: 0px 0px 3px 3px; }

/* --- Accordion --- */
/* --- Theme Styles --- */
.overlaynav {
  height: 0%;
  width: 100vw;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  background-color: white;
  overflow-x: hidden;
  transition: 0.5s; }

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px; }

.overlaynav a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s; }

.overlaynav a:hover, .overlay a:focus {
  color: #f1f1f1; }

.overlaynav .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px; }

#menu-primary {
  list-style: none;
  display: grid;
  margin: 0;
  padding: 2% 5%;
  grid-template-columns: 1fr 1fr 1fr 1fr; }
  @media (min-width: 779px) {
    #menu-primary {
      padding: 2% 10%; } }

#menu-primary li {
  font-family: 'Barlow Condensed', sans-serif;
  color: #F0682B !important;
  width: 100%; }
  @media (min-width: 776px) {
    #menu-primary li {
      font-size: 45px; } }

#menu-primary li.menu-item-has-children {
  position: relative; }

#menu-primary li {
  text-align: left; }

#menu-primary li.menu-item-has-children > span.drop-icon {
  display: block;
  position: absolute;
  top: 27px;
  right: 10px;
  z-index: 11;
  border-style: solid;
  border-width: 0.25em 0.25em 0 0;
  display: inline-block;
  width: 13px;
  height: 13px;
  transform: rotate(-45deg);
  vertical-align: top;
  cursor: pointer;
  transform: rotate(135deg);
  transition: all 150ms ease-out; }
  @media (min-width: 779px) {
    #menu-primary li.menu-item-has-children > span.drop-icon {
      display: none; } }

#menu-primary li.menu-item-has-children.is-active > span.drop-icon {
  transform: rotate(-45deg);
  transition: all 150ms ease-out; }

#menu-primary li a {
  color: #F0682B !important;
  float: left; }

#menu-primary .sub-menu {
  color: black;
  list-style: none;
  padding: 0%;
  margin: 0%; }

#menu-primary .sub-menu li {
  float: left; }

#menu-primary .sub-menu li a {
  color: black !important;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  display: inline-block; }

#menu-primary .sub-menu li a span img {
  display: inline-block;
  height: 12px;
  width: 23px; }

#menu-primary .sub-menu li a:hover {
  color: #5A9A43 !important; }

.navChev {
  display: inline-block; }

.navChev img {
  vertical-align: baseline;
  padding-left: 45%;
  position: relative;
  display: inline; }

.bigNavChev {
  display: inline-block; }

.bigNavChev img {
  vertical-align: baseline;
  padding-left: 45%;
  position: relative;
  display: inline-block;
  height: 26px;
  width: 47px; }

@media screen and (max-width: 779px) {
  #menu-primary {
    grid-template-columns: 1fr 1fr 1fr; }
  .overlaynav a {
    padding: 6px;
    font-size: 38px; } }
  @media screen and (max-width: 779px) and (min-width: 776px) {
    .overlaynav a {
      font-size: 25px; } }

@media screen and (max-width: 779px) {
  #menu-primary .sub-menu li a {
    font-size: 20px; }
  .navChev img {
    height: 6px; } }

@media screen and (max-width: 779px) {
  #menu-primary {
    grid-template-columns: 1fr; }
  .bigNavChev img {
    height: 14px;
    padding-left: 40%;
    width: auto; }
  #menu-primary li a {
    float: none; }
  .sub-menu {
    display: none; } }

.header {
  position: absolute;
  z-index: 12;
  width: 100vw; }
  @media (min-width: 776px) {
    .header {
      margin-top: 45px; } }

.header-row {
  display: grid;
  height: 150px; }

.header-collumn {
  width: 100%;
  position: relative; }

.header-grid-container--fit {
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); }

.logo {
  padding: 40px 3%; }

.hamburgerblock {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(-50%, -50%); }

.hamburger-text {
  color: #ffffff;
  float: left;
  position: absolute;
  top: 50%;
  right: 25%;
  transform: translate(-110%, -50%);
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18px; }

#nav-icon1 {
  height: 50px;
  width: 30px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  float: right; }

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #F0682B;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#nav-icon1 span:nth-child(1) {
  top: 10px; }

#nav-icon1 span:nth-child(2) {
  top: 23px; }

#nav-icon1 span:nth-child(3) {
  top: 36px; }

#nav-icon1.open span:nth-child(1) {
  top: 25px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px; }

#nav-icon1.open span:nth-child(3) {
  top: 25px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.introBlock {
  width: 100vw;
  height: 70vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  background-color: #EEEEEB;
  z-index: 10;
  position: relative;
  margin-top: -15px; }

.introBlock:after {
  content: '';
  display: block;
  width: 100%;
  height: 400px;
  background-image: url("../imgs/white-texture.png");
  background-position: bottom;
  background-repeat: repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2; }

.intro-half {
  position: relative; }

.centralIntroHalveLeft {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-10%, -50%);
  transform: translate(-10%, -50%); }

.centralIntroHalveRight {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-90%, -50%);
  transform: translate(-90%, -50%); }

.centralIntroHalveLeft img {
  border-radius: 360px;
  max-width: 500px;
  margin: 0 auto;
  display: block; }
  @media (min-width: 776px) {
    .centralIntroHalveLeft img {
      max-width: 100%; } }

.centralIntroHalveRight h3 {
  font-family: 'Barlow Condensed', sans-serif;
  color: #5A9A43;
  font-size: 40px; }

.centralIntroHalveRight p {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 400; }

.compass {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(115%, -50%);
  width: 25%;
  z-index: -1; }

.compassBottom {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(115%, -50%);
  width: 25%; }

@media only screen and (max-width: 1300px) {
  .centralIntroHalveRight h3 {
    font-size: 30px; }
  .centralIntroHalveRight p {
    font-size: 15px; } }

@media only screen and (max-width: 700px) {
  .introBlock {
    height: 100%;
    grid-template-columns: 1fr; }
  .intro-half {
    margin: 30px; }
  .centralIntroHalveLeft, .centralIntroHalveRight {
    position: static;
    top: auto;
    left: auto;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 30px;
    display: contents; }
  .compass, .compassBottom {
    transform: translate(50%, -30%);
    width: 50%; } }

.driversBlock {
  width: 100vw;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  z-index: 9;
  position: relative;
  z-index: 99;
  padding: 5% 15%;
  overflow: hidden; }

.driver-third {
  margin: 0px 5px;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 500px;
  position: relative;
  z-index: 1; }

.driver-third:nth-child(1) {
  background-size: cover;
  background-position: 30% 20%;
  background-repeat: no-repeat; }

.diver-third-img-holder {
  width: 100%;
  position: absolute;
  height: 50%;
  background-size: cover; }

.over-bottom {
  width: 100%;
  position: absolute;
  height: 50%;
  background-size: cover;
  top: 50%;
  z-index: 6; }

.over-bottom ul {
  list-style: none;
  color: white;
  font-size: 20px;
  width: 100%;
  margin: 0;
  padding: 0;
  margin-left: 5%;
  font-weight: bold;
  position: absolute;
  bottom: 50px;
  left: 0; }

.over-bottom ul li {
  border-image: url(http://braeside.local/wp-content/themes/resolution/assets/imgs/dottedline.svg) 50 round;
  margin-top: 0%;
  padding-bottom: 3%;
  padding-top: 3%;
  border: dotted 1px #ffffff;
  width: 80%;
  border-top: 0;
  border-left: 0;
  border-right: 0; }

.over-bottom ul li a {
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  text-decoration: none; }

.driver-third .over {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.19) 17%, rgba(0, 0, 0, 0) 100%); }

.over h3 {
  color: white;
  margin-left: 5%;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 45px;
  margin-top: 2%; }

.over-bottom img {
  vertical-align: baseline;
  padding-left: 7%;
  position: relative;
  display: inline-block;
  height: 12px; }

.driverTear {
  position: absolute;
  z-index: 1;
  top: 46%;
  left: -22px;
  right: -20px;
  max-width: 150%; }

.orange {
  left: 50%;
  transform: translate(-50%, -10%); }

.green {
  transform: translate(-50%, -16%);
  left: -50%; }

.yellow {
  left: 50%;
  transform: translate(-43%, -10%); }

.back-orange {
  background-color: #f0682a; }

.back-green {
  background-color: #5a9a43; }

.back-yellow {
  background-color: #edc52f; }

@media only screen and (max-width: 1000px) {
  .diver-third-img-holder {
    height: 70%; } }

@media only screen and (max-width: 800px) {
  .driversBlock {
    grid-template-columns: 1fr;
    grid-gap: 20px;
    padding: 5% 10%; }
  .green {
    transform: translate(30%, -19%); } }

.fullImgBlock {
  height: 60vh;
  min-height: 500px;
  background-size: cover;
  background-position: center;
  width: 100vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  position: relative; }

.leftgrad {
  display: block;
  position: absolute;
  height: 100%;
  width: 50vw;
  background: black;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.413603) 50%, rgba(0, 0, 0, 0) 100%); }

.imgBlockHalf {
  position: relative;
  overflow: hidden; }

.imgBlockHalfLeft {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%; }

.imgBlockHalfRight {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%; }

.homeImgContent {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  z-index: 6;
  width: 90%;
  transform: translate(-49%, -50%); }
  @media (min-width: 776px) {
    .homeImgContent {
      width: 500px;
      transform: translate(-40%, -50%); } }

.homeImgContent h3 {
  font-size: 50px;
  text-transform: uppercase;
  margin: 0% 0px 3% 0px;
  line-height: initial;
  font-family: 'Barlow Condensed', sans-serif; }

.homeImgContent {
  margin: 0% 0px 5% 0px;
  font-size: 20px;
  font-family: 'Roboto', sans-serif; }
  .homeImgContent p {
    color: #ffffff;
    font-size: 1.1rem; }
  .homeImgContent a {
    font-size: 16px; }
    .homeImgContent a img {
      height: 12px;
      margin-left: 10px; }

.ImgFlashHolder {
  width: 300px;
  position: absolute;
  transform: translate(10%, -95%);
  top: 50%;
  left: 50%; }

.imgBlockHalfRight span {
  position: absolute;
  color: white;
  z-index: 5;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
  transform: translate(-62%, -62%); }

@media only screen and (max-width: 950px) {
  .fullImgBlock {
    height: 90vh;
    grid-template-columns: 1fr;
    background-position: center;
    grid-template-rows: 1fr 2fr; }
  #imgToMove {
    order: 2; }
  .ImgFlashHolder {
    width: 300px;
    position: absolute;
    transform: translate(-15%, -50%);
    top: 50%;
    left: 50%; }
  .homeImgContent p {
    color: #ffffff; } }

@media only screen and (max-width: 600px) {
  .homeImgContent {
    width: 90%; } }

.testimonial-block {
  width: 100vw;
  background-color: #ffffff;
  background-image: url(http://braeside.local/wp-content/themes/resolution/assets/imgs/testimonial-back.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  padding: 15px 0px 35px; }

.testimonialTitle {
  position: relative;
  text-align: center;
  color: #5A9A43;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 58px;
  margin: 0 auto; }

.testimonialTitle h3 {
  margin: 0 auto;
  font-weight: 100;
  padding-top: 5%; }

.speechMarks {
  color: #F0682B;
  font-size: 200px;
  line-height: 0.0;
  padding: 0 0px 1% 0px;
  margin-top: 1% !important; }

/* Hide the images by default */
.testimonialSlides {
  display: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }

.testimonialSlider {
  height: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
  width: 90%; }
  @media (min-width: 776px) {
    .testimonialSlider {
      width: 65%; } }

/* Next & previous buttons */
.testprev, .testnext {
  cursor: pointer;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  user-select: none;
  z-index: 6;
  background: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: solid 2px #D0D0C4;
  display: inline-block;
  margin: 2%; }

/* Position the "next button" to the right */
.buttonHolder {
  margin: 0 auto;
  width: 100%; }

.testsvg {
  vertical-align: text-top; }

.testprev .testsvg {
  transform: rotate(180deg); }

.testprev:hover, .testnext:hover {
  background-color: #5a9a43;
  border: solid 2px #5a9a43; }

.testnext:hover .testsvg {
  content: url("http://braeside.local/wp-content/themes/resolution/assets/imgs/chevron.svg"); }

.testprev:hover .testsvg {
  content: url("http://braeside.local/wp-content/themes/resolution/assets/imgs/chevron.svg");
  transform: rotate(180deg); }

.testimonialText {
  font-size: 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500; }
  @media (min-width: 776px) {
    .testimonialText {
      font-size: 20px; } }
  .testimonialText p {
    line-height: 28px; }

.testimonialName {
  font-size: 28px;
  font-family: 'Barlow Condensed', sans-serif;
  margin-top: 5%; }

@media only screen and (max-width: 800px) {
  .testimonialTitle {
    font-size: 40px; }
  .speechMarks {
    margin-top: 5% !important;
    font-size: 150px; } }

@media only screen and (max-width: 600px) {
  .testimonial-block {
    background-image: none; }
  .speechMarks {
    margin-top: 50px !important;
    margin-bottom: 20px !important;
    font-size: 150px; }
  .testimonialName {
    font-size: 20px; }
  .buttonHolder {
    margin-top: 30px; } }

.full-footer {
  width: 100vw;
  background-color: #EEEEEB;
  height: 50vh;
  position: relative;
  height: 100%; }

.full-footer:after {
  content: '';
  display: block;
  width: 100%;
  height: 500px;
  background-image: url("../imgs/white-texture.png");
  background-position: top;
  background-repeat: repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100px;
  z-index: 0; }

.footer-thirds {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
  padding: 5% 5%;
  z-index: 1; }

.footer-grid-third h4 {
  font-size: 40px;
  color: #5a9a43;
  font-family: 'Barlow Condensed', sans-serif;
  margin: 0;
  margin-bottom: 5%; }

.tearfooter {
  width: 100%; }

.footer-grid-third {
  padding-left: 10%; }

.footer-thirds .footer-grid-third:first-child {
  order: 3; }

.footer-thirds .footer-grid-third:nth-child(2) {
  order: 2; }

.footer-thirds .footer-grid-third:nth-child(3) {
  order: 1; }

@media (min-width: 776px) {
  .footer-thirds .footer-grid-third:first-child {
    order: 1; }
  .footer-thirds .footer-grid-third:nth-child(2) {
    order: 2; }
  .footer-thirds .footer-grid-third:nth-child(3) {
    order: 3; } }

.footer-grid-third:nth-child(1) {
  font-family: 'Barlow Condensed', sans-serif; }

.footer-grid-third:first-child span {
  color: #5a9a43;
  padding-right: 5%; }

.footer-grid-third:first-child span:nth-child(3) {
  padding-right: 2%; }

.footer-grid-third:nth-child(2) {
  border-image: url(http://braeside.local/wp-content/themes/resolution/assets/imgs/dottedline.svg) 50 round;
  border: dotted 1px #89898754;
  border-top: 0;
  border-bottom: 0; }

.footer-grid-third:nth-child(2) a {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: black; }

.footer-grid-third:nth-child(3) {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color: black; }

.footer-grid-third ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 23px; }

.footer-grid-third ul li {
  margin-top: 3%; }

.formcontainer button {
  width: 150px;
  margin-top: 5%;
  background-color: #5A9A43;
  border: none;
  border-radius: 90px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  padding: 15px 0%;
  color: white; }

.formcontainer button img {
  height: 10px;
  vertical-align: baseline; }

.formcontainer button:hover {
  background-color: #F0682B; }

.emailSign {
  width: 65%;
  border-radius: 90px !important;
  height: 50px;
  border: none !important; }

.buttonHolderSocial {
  margin-top: 5%; }

.facebook, .insta {
  cursor: pointer;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  user-select: none;
  z-index: 6;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
  display: inline-block;
  margin: 2%;
  position: relative; }

.facebook {
  background-color: #5A9A43; }

.insta {
  background-color: #F0682B; }

.socialsvg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

@media only screen and (max-width: 800px) {
  .footer-thirds {
    grid-template-columns: 1fr; }
  .footer-grid-third {
    padding-bottom: 5%; }
  .footer-grid-third:nth-child(2) {
    border-top: dotted 1px #89898754;
    border-bottom: dotted 1px #89898754;
    border-left: 0;
    border-right: 0; } }

.copyright-bar {
  width: 100vw;
  z-index: 10;
  display: grid;
  font-family: 'Roboto', sans-serif;
  font-size: 16px; }

.footerInfo {
  width: 100vw;
  height: 100px;
  background-color: #E2E2DD;
  z-index: 11;
  display: grid;
  grid-template-columns: 1fr 2fr;
  position: relative;
  padding: 0px 5%; }

.footerText p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -75%);
  width: 100%;
  padding-left: 5%; }

.footerText {
  position: relative; }

.footerImgs {
  position: relative;
  width: 100%; }

.footerImgHolder {
  position: absolute;
  display: grid;
  grid-template-columns: 1fr 1fr;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  float: right; }

.footerImgHolder img {
  display: inline-block;
  margin: auto;
  padding-left: 5%;
  padding-right: 5%; }

.copyright {
  width: 100vw;
  background-color: #5a9a43;
  color: white;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  height: 100%;
  text-align: center;
  font-weight: 500;
  position: static;
  display: inline-grid;
  z-index: 10;
  padding: 10px 0; }
  .copyright p {
    margin: 0;
    color: #ffffff;
    font-weight: 400;
    font-size: .9rem; }

@media only screen and (max-width: 800px) {
  .footerInfo {
    height: 50vw;
    grid-template-columns: 1fr; } }

.pageTitleBlock {
  min-height: 400px;
  height: 50vh;
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 100vw;
  display: grid;
  grid-template-columns: 3fr 1fr;
  overflow: hidden; }

.pageTitleBlock .tear {
  position: absolute;
  z-index: 1;
  width: 116vw;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -15%);
  max-width: 115vw; }

.pageTitleLeft {
  position: relative; }

.pageTitleLeft h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-35%, -75%);
  color: white;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 100px;
  width: 100%; }

.pageTitleBlock .overgrad {
  height: 50vh; }

@media only screen and (max-width: 800px) {
  .pageTitleBlock {
    grid-template-columns: 3fr; }
  .pageTitleLeft h1 {
    font-size: 70px;
    transform: translate(-40%, -75%); } }

@media only screen and (max-width: 600px) {
  .pageTitleLeft h1 {
    font-size: 45px; }
  .pageTitleBlock .tear {
    width: 295vw;
    max-width: none; } }

.infoBlock {
  width: 100vw;
  min-height: 60vh;
  background-color: #ffffff;
  z-index: 10;
  position: relative;
  padding: 75px 0; }

.info-half {
  position: relative;
  width: 50%; }
  .info-half p {
    font-size: 1rem; }

.centralInfoHalveRight img {
  border-radius: 50%;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: block; }

.centralInfoHalveLeft h3 {
  font-family: 'Barlow Condensed', sans-serif;
  color: #5A9A43;
  font-size: 40px;
  margin-top: 0; }

.centralInfoHalveLeft p {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 500; }

.centralInfoHalveLeft p.unBold {
  font-size: 18px;
  font-weight: normal;
  margin-top: -15px; }

.centralInfoHalveLeft button {
  background-color: #5A9A43;
  border: none;
  border-radius: 90px;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  padding: 15px 0%;
  width: 250px;
  color: white; }

.centralInfoHalveLeft button img {
  display: inline; }

.centralInfoHalveLeft button:hover {
  background-color: #f0682b; }

.centralInfoHalveLeft .downloadbtn {
  background-color: #5A9A43;
  border: none;
  border-radius: 90px;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  padding: 15px 0%;
  width: 300px;
  color: white; }

.centralInfoHalveLeft .downloadbtn img {
  display: inline;
  margin: 2%; }

@media only screen and (max-width: 1300px) {
  .centralInfoHalveLeft h3 {
    font-size: 30px; }
  .centralInfoHalveLeft p {
    font-size: 15px; } }

@media only screen and (max-width: 700px) {
  .infoBlock {
    height: 100%;
    grid-template-columns: 1fr; }
  .info-half {
    margin: 30px; }
  .centralInfoHalveLeft, .centralInfoHalveRight {
    position: static;
    top: auto;
    left: auto;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 30px;
    display: contents; }
  .compass, .compassBottom {
    transform: translate(50%, -30%);
    width: 50%; } }

.agteHolder {
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #EEEEEB;
  position: relative;
  overflow: hidden;
  padding-bottom: 5%;
  padding-top: 5%; }

.agteHolder h2 {
  color: #5A9A43;
  font-size: 58px;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
  text-align: center;
  margin-top: 0px; }

.agteHolder h3 {
  color: #5A9A43;
  font-size: 48px;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
  text-align: left;
  margin: 10px auto;
  width: 100%;
  max-width: 1440px; }

.loopAGTE {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 1440px;
  grid-gap: 25px;
  margin: 15px auto 50px; }

.agteBlock {
  height: 300px;
  position: relative;
  font-family: 'Barlow Condensed', sans-serif;
  color: white;
  text-transform: uppercase;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.1); }

.agteBlock a {
  color: white; }

.agteBlock:nth-child(3n+1) {
  background: #5A9A43; }

.agteBlock:nth-child(3n+2) {
  background: #F0682B; }

.agteBlock:nth-child(3n+0) {
  background: #EDC530;
  color: #3D4555; }

.agteBlock h4 {
  font-size: 30px;
  margin-left: 5%;
  margin-top: 5%; }

.agteBlock button {
  background-color: #F0682B;
  border: none;
  border-radius: 90px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  padding: 10px 0%;
  width: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-70%, 180%);
  z-index: 3; }

.agteBlock button:hover {
  background-color: #5A9A43; }

.agteBlock button img {
  vertical-align: baseline;
  padding-left: 7%;
  position: relative;
  display: inline; }

.agteBlock .tear {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -40%);
  max-width: 118vw;
  height: 50vh; }

@media only screen and (max-width: 1000px) {
  .loopAGTE {
    grid-template-columns: 1fr 1fr 1fr 1fr; } }

@media only screen and (max-width: 850px) {
  .loopAGTE {
    grid-template-columns: 1fr 1fr 1fr; } }

@media only screen and (max-width: 600px) {
  .loopAGTE {
    grid-template-columns: 1fr 1fr; } }

@media only screen and (max-width: 400px) {
  .loopAGTE {
    grid-template-columns: 1fr; } }

.holiday__club__booking .woocommerce h1.product_title {
  text-align: center;
  color: #5A9A43;
  text-transform: uppercase;
  font-size: 3rem;
  letter-spacing: 1px; }

.holiday__club__booking .woocommerce .woocommerce-product-gallery {
  display: none; }

.holiday__club__booking .woocommerce .entry-summary.summary {
  margin: 0 auto;
  float: none; }

.holiday__club__booking .woocommerce .wc-pao-addon-container {
  float: left;
  width: 50%; }

.holiday__club__booking .woocommerce .product_meta,
.holiday__club__booking .woocommerce #product-addons-total,
.holiday__club__booking .woocommerce p.price {
  display: none; }

.holiday__club__booking .woocommerce .entry-summary {
  padding: 50px 75px; }

.holiday__club__booking .woocommerce .gform_body a {
  background: #5A9A43;
  color: #fff;
  font-weight: 600;
  padding: 9.6px 24px;
  border-radius: 25px;
  text-decoration: none;
  cursor: pointer;
  transition: all ease 200ms;
  margin-top: 25px;
  display: inline-block;
  font-size: .9rem; }

.holiday__club__booking .woocommerce .gform_body a:hover {
  background: #50883b;
  transition: all ease 200ms; }

.wc-bookings-booking-form {
  border: none;
  padding: 0; }
  .wc-bookings-booking-form .wc-bookings-booking-cost {
    background: #ffffff;
    border-top: 2px dashed #D0D0C4;
    border-bottom: 2px dashed #D0D0C4;
    font-size: 1.2rem;
    text-align: center; }
    .wc-bookings-booking-form .wc-bookings-booking-cost strong {
      color: #5A9A43; }
  .wc-bookings-booking-form fieldset {
    border: none;
    padding: 0; }
  .wc-bookings-booking-form .wc_bookings_field_persons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px; }
    .wc-bookings-booking-form .wc_bookings_field_persons label {
      text-align: right;
      margin-right: 12px;
      font-size: 1.65rem;
      text-transform: uppercase;
      font-family: 'Barlow Condensed', sans-serif; }
    .wc-bookings-booking-form .wc_bookings_field_persons input#wc_bookings_field_persons {
      border-radius: 30px;
      width: 125px;
      padding: 10px 15px;
      font-size: 1rem;
      border: 2px solid #5A9A43;
      color: #5A9A43;
      outline: none;
      display: block; }

#gform_totals_2 {
  display: none; }

.wc-pao-addon-container label.wc-pao-addon-name {
  font-size: 1.75rem;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif; }

.wc-pao-addon-container .wc-pao-addon-description p {
  margin-top: 5px; }

.wc-bookings-date-picker .ui-datepicker td.bookable {
  opacity: 1; }
  .wc-bookings-date-picker .ui-datepicker td.bookable a {
    background-color: #fff !important;
    opacity: 1;
    color: #333 !important; }

.wc-bookings-date-picker .ui-datepicker td {
  opacity: 1; }
  .wc-bookings-date-picker .ui-datepicker td .ui-state-default {
    background-color: #EEEEEB !important;
    color: #3D4555;
    opacity: 0.4;
    padding: 30px 0; }

.ui-datepicker-title {
  padding: 15px 0 !important; }

.ui-datepicker-title .ui-datepicker-month,
.ui-datepicker-title .ui-datepicker-year {
  font-weight: 600; }

.wc-bookings-date-picker .ui-datepicker td.bookable-range .ui-state-default {
  background-color: #4F863B !important;
  opacity: 1; }

.wc-bookings-date-picker .ui-datepicker-header {
  background: #EEEEEB;
  border: none;
  color: #3D4555; }

.wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev,
.wc-bookings-date-picker .ui-datepicker .ui-datepicker-next {
  background: #EEEEEB; }

.custom-form .input-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px; }
  .custom-form .input-row .input-hold {
    flex: 1;
    padding: 0 8px;
    text-align: left; }
    .custom-form .input-row .input-hold label {
      display: block;
      margin-bottom: 3px; }
    .custom-form .input-row .input-hold input {
      width: 100%;
      padding: 8px; }
    .custom-form .input-row .input-hold textarea {
      width: 100%;
      min-height: 100px;
      padding: 8px; }

.product_meta {
  display: none; }

.agte-template-default .woocommerce-product-gallery__image--placeholder,
.agte-template-default p.price,
.agte-template-default h1.product_title,
.agte-template-default ul.wc-tabs,
.agte-template-default .woocommerce-Tabs-panel,
.agte-template-default .quantity,
.agte-template-default .product_totals {
  display: none !important; }

.agte-template-default .woocommerce {
  background: #EEEEEB; }
  .agte-template-default .woocommerce .product {
    max-width: 1080px;
    margin: 0 auto;
    display: block; }
    .agte-template-default .woocommerce .product .gform_body {
      margin-top: 30px; }
    .agte-template-default .woocommerce .product label {
      color: #5A9A43; }
    .agte-template-default .woocommerce .product select {
      padding: 8px; }
    .agte-template-default .woocommerce .product input {
      border: 2px solid #fff;
      border-radius: 20px;
      padding: 8px 16px !important;
      outline: none;
      color: #898987;
      font-weight: 600;
      transition: all ease 200ms; }
    .agte-template-default .woocommerce .product input:focus {
      border: 2px solid #5A9A43; }
    .agte-template-default .woocommerce .product ul li.child-selector {
      min-height: 100px;
      margin-bottom: 25px; }
    .agte-template-default .woocommerce .product ul li a {
      background: #5A9A43;
      color: #fff;
      font-weight: 600;
      padding: 9.6px 24px;
      border-radius: 25px;
      text-decoration: none;
      cursor: pointer;
      transition: all ease 200ms;
      margin-top: 25px;
      display: inline-block;
      font-size: .9rem; }
    .agte-template-default .woocommerce .product ul li a:hover {
      background: #50883b;
      transition: all ease 200ms; }

.single-agte .introduction {
  padding: 50px 0 100px 0; }
  .single-agte .introduction h2 {
    color: #5A9A43;
    font-size: 2rem; }
  .single-agte .introduction p {
    color: #3D4555;
    font-size: 1rem; }
  .single-agte .introduction a.download-btn {
    background: #5A9A43;
    color: #ffffff;
    padding: 14px 24px;
    display: inline-block;
    border-radius: 30px;
    font-weight: 600;
    font-size: .9rem;
    text-transform: uppercase;
    text-decoration: none; }
  .single-agte .introduction img {
    border-radius: 50%;
    display: block;
    margin: 0 auto; }

.single-agte .single-product {
  padding: 50px 0;
  font-size: 1rem; }
  .single-agte .single-product td.label {
    font-size: 1rem; }

.accordion {
  margin: 25px auto;
  padding: 0;
  max-width: 900px;
  width: 95%; }
  .accordion .accordion__content ul {
    margin: 0; }
    .accordion .accordion__content ul li {
      border: none;
      margin-bottom: 15px; }
  .accordion li {
    border-bottom: none;
    position: relative;
    list-style: none;
    border-top: 1px dashed #5A9A43; }
    .accordion li p:before,
    .accordion li p:hover:after {
      display: none; }
    .accordion li .accordion__icon {
      margin-top: 8px; }
    .accordion li .accordion__icon:before, .accordion li .accordion__icon:after {
      background-color: #5A9A43; }
    .accordion li p.accordion__title {
      font-size: 1.75rem;
      color: #5A9A43;
      font-weight: 800;
      font-family: 'Barlow Condensed', sans-serif;
      padding: 8px 10px 4px;
      letter-spacing: 1px; }
    .accordion li a {
      width: 100%;
      display: block;
      cursor: pointer;
      font-size: 2rem;
      font-weight: 600;
      line-height: 3;
      text-indent: 15px;
      user-select: none;
      color: #5A9A43;
      transition: all ease 200ms;
      text-transform: uppercase;
      text-decoration: none; }
    .accordion li a.active {
      color: #F0682B;
      background: none;
      transition: all ease 200ms;
      text-decoration: none; }
    .accordion li .content {
      display: none;
      padding: 20px;
      color: #3D4555; }
      .accordion li .content p a {
        background: none;
        font-size: 18px;
        color: #5A9A43;
        width: auto;
        display: initial; }
      .accordion li .content ul {
        margin-left: 10px; }
        .accordion li .content ul li {
          padding: 10px 0;
          margin: 0; }
  .accordion li:last-child {
    border-bottom: 1px dashed #5A9A43; }

.holiday__club__description {
  background: #EEEEEB;
  padding: 50px 0; }
  .holiday__club__description ul li .content a {
    display: block; }

.text__block {
  margin: 75px 0;
  padding: 0 15px; }
  @media (min-width: 776px) {
    .text__block {
      padding: 0 0; } }
  .text__block h2 {
    margin-bottom: 0; }
  .text__block .flexy {
    display: block; }
    @media (min-width: 776px) {
      .text__block .flexy {
        display: flex; } }
  @media (min-width: 776px) {
    .text__block .textarea:first-child {
      padding-right: 40px; } }
  @media (min-width: 776px) {
    .text__block .textarea:last-child {
      padding-left: 40px; } }
  .text__block .single-txt .textarea,
  .text__block .single-txt h2 {
    width: 100%;
    max-width: 990px;
    margin: 0 auto;
    display: block;
    text-align: center; }

.text__img__block {
  margin: 75px 0; }
  .text__img__block .img-left .textarea {
    order: 1; }
    @media (min-width: 776px) {
      .text__img__block .img-left .textarea {
        order: 2; } }
  .text__img__block .img-left .image__hold {
    order: 2; }
    @media (min-width: 776px) {
      .text__img__block .img-left .image__hold {
        order: 1; } }
  .text__img__block .contain {
    flex-wrap: wrap-reverse; }
    @media (min-width: 776px) {
      .text__img__block .contain {
        flex-wrap: nowrap; } }
  .text__img__block .textarea {
    flex: 1 0 100%;
    padding: 0 20px; }
    .text__img__block .textarea h1 a {
      color: inherit; }
    @media (min-width: 776px) {
      .text__img__block .textarea {
        flex: 1;
        padding: 0; } }
  .text__img__block .image__hold {
    flex: 1 0 100%; }
    @media (min-width: 776px) {
      .text__img__block .image__hold {
        flex: 1; } }
    .text__img__block .image__hold img {
      border-radius: 50%;
      margin: 0 auto;
      display: block; }

.gallery__hold {
  margin: 75px auto; }
  .gallery__hold figure {
    flex: 1 0 100%; }
    @media (min-width: 776px) {
      .gallery__hold figure {
        flex: 1 0 21%;
        margin: 5px; } }
    .gallery__hold figure img {
      width: 100%;
      max-width: 500px;
      margin: 10px auto;
      display: block; }

.home-banner {
  position: relative; }
  .home-banner img.tear {
    position: absolute;
    bottom: 0;
    z-index: 9; }
  .home-banner .home-slider {
    position: relative; }
    .home-banner .home-slider .slide {
      width: 100vw;
      height: 101vh;
      background-repeat: no-repeat;
      background-size: cover; }
      .home-banner .home-slider .slide .content {
        margin: 5%; }
        @media (min-width: 776px) {
          .home-banner .home-slider .slide .content {
            position: relative;
            z-index: 11;
            padding-bottom: 200px; } }
        .home-banner .home-slider .slide .content h2 {
          margin: 0;
          padding: 0;
          color: #ffffff;
          font-size: 5rem;
          text-transform: uppercase;
          font-family: "Barlow Condensed", sans-serif; }
          @media (min-width: 776px) {
            .home-banner .home-slider .slide .content h2 {
              font-size: 6rem; } }
        .home-banner .home-slider .slide .content p {
          color: #ffffff;
          font-size: 1.25rem;
          width: 100%;
          max-width: 600px;
          margin: 0 0 50px; }
    .home-banner .home-slider .owl-prev {
      width: 15px;
      height: 100px;
      position: absolute;
      top: 40%;
      margin-left: 0px;
      display: block !important;
      border: 0px solid black; }
    .home-banner .home-slider .owl-next {
      width: 15px;
      height: 100px;
      position: absolute;
      top: 40%;
      right: 0px;
      display: block !important;
      border: 0px solid black; }
    .home-banner .home-slider .owl-dots {
      position: absolute;
      bottom: 75px;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto; }
      .home-banner .home-slider .owl-dots span {
        width: 15px !important;
        height: 15px !important;
        background: #ffffff !important; }
      .home-banner .home-slider .owl-dots .owl-dot.active span {
        background: #F0682B !important; }

@keyframes rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

img.tear.green-tear {
  top: auto;
  bottom: -30px; }

#contact__page .introduction {
  background: #5A9A43;
  padding: 50px 0; }
  #contact__page .introduction .contain {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center; }
    #contact__page .introduction .contain h2 {
      color: #ffffff;
      margin: 0; }
    #contact__page .introduction .contain p {
      color: #ffffff; }
  #contact__page .introduction .contact-details {
    max-width: 990px;
    width: 100%;
    margin: 100px auto 0;
    display: block; }
    @media (min-width: 776px) {
      #contact__page .introduction .contact-details {
        display: flex;
        justify-content: space-between; } }
    #contact__page .introduction .contact-details .col {
      text-align: center;
      flex: 1;
      padding: 0 30px; }
      #contact__page .introduction .contact-details .col p {
        color: #ffffff;
        font-weight: 600;
        font-size: 1.5rem; }
        #contact__page .introduction .contact-details .col p span {
          color: #EDC530;
          font-weight: 600; }
      #contact__page .introduction .contact-details .col a {
        color: #ffffff;
        font-weight: 600; }

#contact__page .contact__form {
  padding: 0 15px; }
  @media (min-width: 776px) {
    #contact__page .contact__form {
      padding: 0 0; } }
  #contact__page .contact__form .hold--sm {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
    display: block; }
    #contact__page .contact__form .hold--sm .gform_body label {
      color: #5A9A43;
      margin-left: 5px;
      margin-bottom: 5px;
      margin-top: 10px; }
    #contact__page .contact__form .hold--sm .gform_body select {
      padding: 8px; }
    #contact__page .contact__form .hold--sm .gform_body input {
      border: 2px solid #EEEEEB;
      border-radius: 20px !important;
      padding: 9px 16px !important;
      outline: none;
      color: #898987;
      font-weight: 600;
      transition: all ease 200ms;
      background: #EEEEEB;
      width: 100%;
      font-weight: 500; }
    #contact__page .contact__form .hold--sm .gform_body input:focus,
    #contact__page .contact__form .hold--sm .gform_body textarea:focus {
      border: 2px solid #5A9A43; }
    #contact__page .contact__form .hold--sm .gform_body textarea {
      border: 2px solid #EEEEEB;
      background: #EEEEEB;
      border-radius: 20px !important;
      padding: 8px 16px !important;
      outline: none;
      transition: all ease 200ms;
      font-weight: 500; }
    #contact__page .contact__form .hold--sm .gform_footer input#gform_submit_button_3 {
      background: #5A9A43;
      border-color: #5A9A43;
      color: #ffffff;
      padding: 15px 30px 13px;
      border-radius: 25px;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 18px;
      letter-spacing: 1px; }

#news {
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 776px) {
    #news {
      flex-wrap: wrap-reverse; } }
  #news main.articles {
    width: 100%;
    padding: 75px 20px; }
    @media (min-width: 776px) {
      #news main.articles {
        width: 80%; } }
    #news main.articles article.post {
      width: 100%; }
      @media (min-width: 776px) {
        #news main.articles article.post {
          width: 70%;
          margin: 0 auto 75px; } }
      #news main.articles article.post .img-hold {
        position: relative;
        overflow: hidden; }
        #news main.articles article.post .img-hold img {
          width: 100%; }
        #news main.articles article.post .img-hold .ImgFlashHolder {
          top: 0px;
          left: 0px;
          transform: none;
          width: 175px; }
          #news main.articles article.post .img-hold .ImgFlashHolder time {
            position: absolute;
            font-size: 2rem;
            left: 20px;
            top: 30px;
            color: #ffffff;
            text-align: center;
            text-transform: uppercase; }
            #news main.articles article.post .img-hold .ImgFlashHolder time small {
              font-size: .95rem;
              display: block; }
              #news main.articles article.post .img-hold .ImgFlashHolder time small span {
                display: block; }
      #news main.articles article.post .content:before {
        content: '';
        display: block;
        width: 100%;
        height: 50px;
        position: absolute;
        top: -50px;
        left: 0;
        right: 0;
        background-image: url("../imgs/news-tear.png"); }
      #news main.articles article.post .content {
        background: #EEEEEB;
        padding: 5px 30px 30px;
        position: relative; }
        #news main.articles article.post .content h2 {
          font-size: 1.6rem;
          line-height: 1.8rem; }
          #news main.articles article.post .content h2 a {
            font-size: 1.6rem;
            line-height: 1.8rem;
            color: #2B2929;
            font-weight: 500;
            margin: 0;
            text-decoration: none; }
        #news main.articles article.post .content a {
          color: #5A9A43;
          font-weight: 700;
          font-size: 1.1rem; }
  #news aside {
    width: 100%;
    margin-top: 30px;
    display: none; }
    @media (min-width: 776px) {
      #news aside {
        width: 20%;
        display: block; } }
    #news aside ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      #news aside ul li a {
        color: #2B2929; }

#single-post .pageTitleBlock.single-post-header {
  height: 50vh; }
  #single-post .pageTitleBlock.single-post-header h1 {
    font-size: 4rem;
    margin-bottom: 0;
    top: 60%; }

#single-post .contain {
  margin: 75px auto;
  max-width: 980px; }

.table__block .table__hold {
  font-size: 1rem;
  padding: 0 15px; }
  @media (min-width: 776px) {
    .table__block .table__hold {
      padding: 0 0; } }
  .table__block .table__hold table thead tr th {
    border-bottom: 1px solid #3D4555;
    text-align: left;
    padding-bottom: 10px; }
  .table__block .table__hold table tbody tr td {
    padding: 10px 0; }

.owl-theme .owl-nav [class*='owl-'],
.owl-theme .owl-nav [class*='owl-']:hover {
  background: none; }

.home-banner .home-slider .owl-prev {
  width: 61px;
  height: 28px;
  margin-left: 15px; }
  .home-banner .home-slider .owl-prev i.fa-chevron-left {
    width: 61px;
    height: 28px;
    background-image: url("../imgs/left-arr.svg");
    background-repeat: no-repeat;
    background-size: cover;
    display: block; }

.home-banner .home-slider .owl-next {
  width: 61px;
  height: 28px;
  margin-right: 25px; }
  .home-banner .home-slider .owl-next i.fa-chevron-right {
    width: 61px;
    height: 28px;
    background-image: url("../imgs/right-arr.svg");
    background-repeat: no-repeat;
    background-size: cover;
    display: block; }

.team-block {
  margin: 25px 0; }
  .team-block .contain .team-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .team-block .contain .team-wrap .team-shot {
      width: 25%;
      text-align: center;
      margin-bottom: 25px; }
      .team-block .contain .team-wrap .team-shot img {
        border-radius: 50%; }
      .team-block .contain .team-wrap .team-shot h4 {
        font-size: 1.4rem;
        margin-bottom: 0; }

p.login-alert {
  text-align: center;
  width: 100%;
  max-width: 650px;
  font-size: 1.2rem;
  line-height: 1.85rem;
  margin: 35px auto;
  padding: 50px 0 100px; }
  p.login-alert a {
    color: #5A9A43;
    font-weight: 600;
    text-decoration: none; }
  p.login-alert a:hover {
    color: #5A9A43;
    font-weight: 600;
    text-decoration: none; }

.account-frame .child_hold .child_item a.name {
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  color: #3F4555;
  text-decoration: none; }

.account-frame .child_hold .child_item a.name:hover {
  text-decoration: none; }

.account-frame .child_hold .flexy p {
  margin: 10px;
  width: 100%; }
  .account-frame .child_hold .flexy p label {
    display: block;
    padding-left: 10px;
    padding-bottom: 5px; }
  .account-frame .child_hold .flexy p input {
    width: 100%;
    border-radius: 30px;
    padding: 10px 15px;
    font-size: 1rem;
    outline: none;
    display: block;
    background: #EEEEEB;
    color: #3F4555; }
  .account-frame .child_hold .flexy p input:focus {
    border-color: #5A9A43; }
  .account-frame .child_hold .flexy p textarea {
    background: #EEEEEB;
    color: #3F4555;
    padding-left: 10px; }

.account-frame .child_hold button {
  transition: all ease 200ms; }

.account-frame .child_hold button:hover {
  background: #F0682B;
  transition: all ease 200ms; }

nav.woocommerce-MyAccount-navigation {
  padding-top: 30px;
  width: 25% !important; }
  nav.woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 0; }
    nav.woocommerce-MyAccount-navigation ul li {
      padding: 12px 0;
      margin: 0;
      list-style: none;
      border-bottom: 2px dotted #C1C1A9; }
      nav.woocommerce-MyAccount-navigation ul li a {
        color: #3D4555;
        font-size: 1.25rem;
        font-weight: 700;
        text-decoration: none;
        transition: all ease 300ms;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-family: 'Barlow Condensed', sans-serif; }
      nav.woocommerce-MyAccount-navigation ul li a:hover {
        color: #5A9A43;
        transition: all ease 300ms; }
    nav.woocommerce-MyAccount-navigation ul li.is-active a {
      color: #5A9A43; }

button.primary-btn {
  box-shadow: none;
  border: none;
  background: #5A9A43;
  color: #ffffff;
  text-align: center;
  padding: 13px 35px;
  font-size: 1rem;
  border-radius: 30px;
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px; }

.booking-wrapper {
  background: #EEEEEB;
  padding: 15px 0 0; }
  .booking-wrapper .single-product {
    margin-bottom: -100px; }
  .booking-wrapper h2 {
    text-align: center; }
  .booking-wrapper .woocommerce-product-gallery {
    display: none; }
  .booking-wrapper .woocommerce #content div.product div.summary, .booking-wrapper .woocommerce div.product div.summary, .booking-wrapper .woocommerce-page #content div.product div.summary, .booking-wrapper .woocommerce-page div.product div.summary {
    float: none;
    margin: 0 auto;
    width: 65%; }

header#main-menu .topbar {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
  padding: 12px 0; }
  header#main-menu .topbar .contain {
    max-width: 94%; }
    header#main-menu .topbar .contain a {
      text-decoration: none;
      transition: all ease 200ms;
      font-weight: 500; }
      header#main-menu .topbar .contain a svg {
        width: 18px;
        height: 20px;
        margin: 0 2px -3px 8px; }
        header#main-menu .topbar .contain a svg path {
          transition: all ease 200ms; }
      header#main-menu .topbar .contain a span {
        transition: all ease 200ms; }
    header#main-menu .topbar .contain a:hover {
      color: #F0682B;
      transition: all ease 200ms; }
      header#main-menu .topbar .contain a:hover svg path {
        transition: all ease 200ms;
        fill: #F0682B; }
      header#main-menu .topbar .contain a:hover span {
        transition: all ease 200ms;
        color: #ffffff; }

.admin-bar header#main-menu .topbar {
  top: 32px; }

.wc-bookings-booking-form .wc_bookings_field_persons {
  display: none; }

.wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev, .wc-bookings-date-picker .ui-datepicker .ui-datepicker-next {
  background: #EEEEEB;
  height: 46px;
  top: 0; }

.ui-widget-header .ui-icon {
  background-image: none;
  border: solid #5A9A43;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  width: 12px;
  height: 12px; }

a.ui-datepicker-next .ui-icon {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

a.ui-datepicker-prev .ui-icon {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg); }

.wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev.ui-state-hover, .wc-bookings-date-picker .ui-datepicker .ui-datepicker-next.ui-state-hover {
  background: #EEEEEB; }

.related.products {
  display: none; }

table.woocommerce-cart-form__contents tr.woocommerce-cart-form__cart-item.cart_item p,
table.woocommerce-cart-form__contents tr.cart_item p,
table.woocommerce-checkout-review-order-table tr.woocommerce-cart-form__cart-item.cart_item p,
table.woocommerce-checkout-review-order-table tr.cart_item p {
  margin: 0 0 0 5px;
  font-size: 14px;
  font-weight: 500; }

table.woocommerce-cart-form__contents tr.woocommerce-cart-form__cart-item.cart_item td.product-name a,
table.woocommerce-cart-form__contents tr.cart_item td.product-name a,
table.woocommerce-checkout-review-order-table tr.woocommerce-cart-form__cart-item.cart_item td.product-name a,
table.woocommerce-checkout-review-order-table tr.cart_item td.product-name a {
  color: #5A9A43;
  font-weight: 600;
  font-size: 16px; }

table.woocommerce-cart-form__contents tr.woocommerce-cart-form__cart-item.cart_item td.product-thumbnail a,
table.woocommerce-cart-form__contents tr.cart_item td.product-thumbnail a,
table.woocommerce-checkout-review-order-table tr.woocommerce-cart-form__cart-item.cart_item td.product-thumbnail a,
table.woocommerce-checkout-review-order-table tr.cart_item td.product-thumbnail a {
  display: none; }

.woocommerce-checkout .woocommerce {
  max-width: 900px;
  margin: 0 auto; }
  .woocommerce-checkout .woocommerce .col-1 {
    width: 100%; }
    .woocommerce-checkout .woocommerce .col-1 input {
      padding: 10px; }
  .woocommerce-checkout .woocommerce .col-2 {
    display: none; }

.full-width-img {
  width: 100vw;
  height: 400px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 75px 0; }

.activity-block {
  width: 100%;
  margin: 150px 0 50px; }
  .activity-block .activity-hold {
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 776px) {
      .activity-block .activity-hold {
        flex-wrap: nowrap; } }
    .activity-block .activity-hold .content-hold {
      width: 100%;
      padding: 0 15px;
      order: 1; }
      @media (min-width: 776px) {
        .activity-block .activity-hold .content-hold {
          order: 0;
          width: 65%;
          padding-right: 50px; } }
      .activity-block .activity-hold .content-hold .columns {
        display: flex; }
        .activity-block .activity-hold .content-hold .columns .col {
          width: 65%; }
          .activity-block .activity-hold .content-hold .columns .col h3 {
            color: #5A9A43;
            font-size: 1.5rem;
            margin-top: 0; }
            .activity-block .activity-hold .content-hold .columns .col h3 span {
              color: #3D4555;
              font-size: 1.25rem;
              margin-left: 5px; }
          .activity-block .activity-hold .content-hold .columns .col ul.led-type {
            list-style: none;
            margin: 0 0 0 0;
            columns: 1;
            -webkit-columns: 1;
            -moz-columns: 1; }
            .activity-block .activity-hold .content-hold .columns .col ul.led-type li:before {
              content: '';
              display: block;
              width: 13px;
              height: 13px;
              background-image: url("../imgs/icons/times.svg");
              background-repeat: no-repeat;
              background-size: cover;
              float: left;
              margin-right: 7px;
              margin-top: 4px; }
            .activity-block .activity-hold .content-hold .columns .col ul.led-type li.active:before {
              background-image: url("../imgs/icons/check.svg");
              width: 16px;
              height: 12px; }
        .activity-block .activity-hold .content-hold .columns .col:last-child {
          width: 35%;
          padding-left: 15px; }
          @media (min-width: 776px) {
            .activity-block .activity-hold .content-hold .columns .col:last-child {
              padding-left: 0; } }
        .activity-block .activity-hold .content-hold .columns ul {
          margin: 0 0 0 20px;
          columns: 2;
          -webkit-columns: 2;
          -moz-columns: 2; }
      .activity-block .activity-hold .content-hold h2 {
        margin: 0; }
    .activity-block .activity-hold .img-hold {
      width: 35%;
      margin-top: 50px;
      order: 0;
      width: 100%; }
      @media (min-width: 776px) {
        .activity-block .activity-hold .img-hold {
          order: 1;
          width: 35%; } }
      .activity-block .activity-hold .img-hold img {
        border-radius: 50%;
        margin: 10px auto;
        display: block; }

.reg-child-modal h3 {
  font-size: 2rem;
  margin: 0;
  text-transform: uppercase; }

.reg-child-modal label {
  color: #5A9A43;
  margin-bottom: 5px;
  margin-top: 10px;
  font-weight: 700;
  margin-left: 10px;
  font-size: .95rem; }

.reg-child-modal input {
  border: 2px solid #EEEEEB;
  border-radius: 20px !important;
  padding: 9px 16px !important;
  outline: none;
  color: #898987;
  font-weight: 600;
  transition: all ease 200ms;
  background: #EEEEEB;
  width: 100%;
  font-weight: 500; }

.reg-child-modal input:focus {
  border: 2px solid #5A9A43; }

.reg-child-modal textarea {
  border: 2px solid #EEEEEB;
  background: #EEEEEB;
  border-radius: 20px !important;
  padding: 8px 16px !important;
  outline: none;
  transition: all ease 200ms;
  font-weight: 500; }

.reg-child-modal textarea:focus {
  border: 2px solid #5A9A43; }

.reg-child-modal input[type=submit] {
  background: #5A9A43;
  color: #ffffff;
  font-weight: 600;
  padding: 16px 40px !important;
  border-radius: 25px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all ease 250ms;
  outline: none;
  border: none;
  display: inline-block; }

.reg-child-modal input[type=submit]:hover {
  background: #F0682B;
  transition: all ease 250ms;
  text-decoration: none; }

.product-addon-totals {
  display: none; }

.woocommerce-billing-fields h3 {
  font-size: 1.7rem;
  margin: 0 0 20px 0; }

.single-post-content {
  padding: 0 25px; }

.homepage-testimonials {
  background-image: url("../imgs/zipline.svg");
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }
  .homepage-testimonials .testimonial-block {
    background: none; }

a.back-to-link {
  font-weight: 600;
  color: #5A9A43;
  font-size: 1.25rem;
  margin: 10px 0;
  display: block; }

.woocommerce table.my_account_orders {
  font-size: 16px; }

form.woocommerce-EditAccountForm input {
  padding: 10px; }

form.woocommerce-EditAccountForm fieldset {
  margin-top: 20px; }

form.woocommerce-EditAccountForm button.woocommerce-Button {
  background: #5A9A43;
  color: #ffffff;
  font-weight: 600;
  padding: 16px 40px;
  border-radius: 25px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all ease 250ms;
  outline: none;
  border: none; }

form.woocommerce-EditAccountForm button.woocommerce-Button:hover {
  background: #F0682B;
  transition: all ease 250ms;
  text-decoration: none;
  color: #ffffff; }

.woocommerce-Addresses h3 {
  font-size: 26px; }

.full-footer #mc_embed_signup {
  background: none; }
  .full-footer #mc_embed_signup input {
    border: none;
    border-radius: 15px !important; }
  .full-footer #mc_embed_signup .button {
    background: #5a9a43;
    height: auto;
    padding: 3px;
    border-radius: 20px !important; }

.contact__form .gform_confirmation_message {
  margin: 100px 0;
  text-align: center;
  font-size: 18px; }

label.validation-failed {
  color: #790000;
  text-decoration: underline; }

p.validation-failed {
  color: #790000;
  text-decoration: underline;
  display: block;
  margin-top: 55px; }

.woocommerce-notices-wrapper {
  max-width: 1080px;
  margin: 10px auto; }
  .woocommerce-notices-wrapper .woocommerce-message {
    border-top: 3px solid #5A9A43; }
